@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul li {
  list-style: none;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 135px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .wrapper {
    padding-top: 67px;
  }
}
.wrapper header,
.wrapper main,
.wrapper footer {
  display: block;
  width: 100%;
}

footer {
  margin-top: auto;
}

main {
  flex-grow: 1;
}

html {
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #030303;
}

select,
button,
input,
textarea {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #030303;
  outline: 0;
}

.a, .header__menu li .sub-menu:before, .header__menu li .sub-menu:after, .header__menu > li > a:before, .header__menu > li > a:after, .title:before, .lastnews__time:before, .search__form:after {
  content: "";
  display: block;
}

.content {
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}





@media screen and (max-width: 540px) {
  .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube-red .path1:before {
  content: "";
  color: #ed1f24;
}

.icon-youtube-red .path2:before {
  content: "";
  margin-left: -1.41015625em;
  color: white;
}

.icon-calendar:before {
  content: "";
}

.icon-cloud:before {
  content: "";
}

.icon-comment:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-view:before {
  content: "";
}

.entry-content {
line-height: 1.5;
font-size: 20px;
}
.entry-content a:not(.tags__link) {
  color: #ff0000;
}
.entry-content a:not(.tags__link):hover {
  text-decoration: underline;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  line-height: 1.2;
  font-weight: 700;
}
.entry-content h1 {
  font-size: 2.25em;
  padding-bottom: 0.694em;
}
.entry-content h2 {
  font-size: 1.5em;
  padding-bottom: 1.042em;
}
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: 1.25em;
  padding-bottom: 1.25em;
}
.entry-content p {
margin-bottom:22px;
}
.entry-content ul:not(.tags) {
  margin-bottom: 22px;
}
.entry-content ul:not(.tags) li {
  position: relative;
    padding-left:24px;
}
.entry-content ul:not(.tags) li:before {
  content: "";
  display: block;
    position:absolute;
    left:5px;
    top:0;
  width: 5px;
  height: 5px;
  min-width: 5px;
  margin-top: 0.625em;
  background: #ff0000;
  border-radius: 50%;
}
.entry-content ol {
  margin-bottom: 22px;
  counter-reset: ol;
}
.entry-content ol li {
  list-style: none;
    padding-left:24px;
}
.entry-content ol li:before {
  counter-increment: ol;
  content: counter(ol) ".";
    position:absolute;
    top:0; 
    left:0;
  color: #ff0000;
  font-weight: bold;
  display: block;
  width: 23px;
  min-width: 23px;
}
.entry-content blockquote {
  padding-left: 18px;
  border-left: 5px solid #ff0000;
  margin-bottom: 1.563em;
  font-style: italic;
}
.entry-content blockquote * {
  padding: 0;
  margin: 0;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content table {
  width: 100% !important;
  border-collapse: collapse;
  margin-bottom: 1.875em;
}
.entry-content table tr td {
  width: auto !important;
  height: auto !important;
  padding: 4px 15px;
}
.entry-content table tbody tr:nth-child(odd) {
  background: #eff0f5;
}
.entry-content table thead tr {
  font-weight: 700;
}

.entry-content ul li a {
color:#000000!important;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 30px 30px;
}

.alignleft {
  float: left;
  margin: 5px 30px 30px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@media screen and (max-width: 767px) {
  .entry-content {
    font-size: 18px;
  }
  .entry-content table {
    font-size: 14px;
  }
  .entry-content table tr td {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media screen and (max-width: 580px) {
  .entry-content img {
    display: block;
    float: none;
    margin: 0 auto 30px auto;
  }
  .entry-content table {
    font-size: 12px;
  }
  .entry-content table tr td {
    padding-left: 4px;
    padding-right: 4px;
  }
}
/*-----------------input-list----------------------*/
.input-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 500;
}

.input-list__item {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}

.privacy-row {
  display: flex;
  align-items: flex-start;
}
.privacy-row a {
  text-decoration: underline;
}
.privacy-row a:hover {
  text-decoration: none;
}

/*-----------------submit----------------------*/
button[type=submit],
input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: 0.3s;
  border: 0;
  outline: 0;
  width: 100%;
}
button[type=submit].search-form__button,
input[type=submit].search-form__button {
  height: 30px;
  background: #ff0000;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  width: 100px;
  min-width: 100px;
  padding-right: 0;
  padding-left: 20px;
  justify-content: center;
}
@media (hover: hover) {
  button[type=submit].search-form__button:hover,
input[type=submit].search-form__button:hover {
    background: #ed1d24;
  }
}
@media screen and (max-width: 991px) {
  button[type=submit].search-form__button,
input[type=submit].search-form__button {
    height: 40px;
  }
}

/*-----------------input----------------------*/
textarea,
input[type=search],
input[type=number],
input[type=password],
input[type=email],
input[type=text],
input[type=tel] {
  height: 54px;
  border: 0;
  padding: 0 12px;
  font-size: 16px;
  display: block;
  outline: none;
  width: 100%;
  border: 1px solid #eaeaea;
  border-radius: 0;
  -webkit-appearance: none;
  font-weight: 300;
  background: #fafafa;
}
textarea.search-form__input,
input[type=search].search-form__input,
input[type=number].search-form__input,
input[type=password].search-form__input,
input[type=email].search-form__input,
input[type=text].search-form__input,
input[type=tel].search-form__input {
  height: 30px;
  font-size: 14px;
  margin-right: -30px;
  background: 0;
}
@media screen and (max-width: 991px) {
  textarea.search-form__input,
input[type=search].search-form__input,
input[type=number].search-form__input,
input[type=password].search-form__input,
input[type=email].search-form__input,
input[type=text].search-form__input,
input[type=tel].search-form__input {
    height: 40px;
    border: 0;
  }
}

textarea {
  height: 150px;
  padding-top: 15px;
  resize: none;
  overflow: auto;
}

/*---------------placeholder------------------------*/
*::-webkit-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

*:-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

*::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

*:-ms-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

textarea:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=text]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder {
  opacity: 0;
}
textarea:focus:-moz-placeholder,
input[type=search]:focus:-moz-placeholder,
input[type=number]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
input[type=text]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder {
  opacity: 0;
}
textarea:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=text]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder {
  opacity: 0;
}
textarea:focus:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=text]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder {
  opacity: 0;
}

textarea.wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
textarea.valid-error,
input[type=password].valid-error,
input[type=email].valid-error,
input[type=text].valid-error,
input[type=tel].valid-error {
  border-color: red;
}
textarea.wpcf7-not-valid::-webkit-input-placeholder,
input[type=password].wpcf7-not-valid::-webkit-input-placeholder,
input[type=email].wpcf7-not-valid::-webkit-input-placeholder,
input[type=text].wpcf7-not-valid::-webkit-input-placeholder,
input[type=tel].wpcf7-not-valid::-webkit-input-placeholder,
textarea.valid-error::-webkit-input-placeholder,
input[type=password].valid-error::-webkit-input-placeholder,
input[type=email].valid-error::-webkit-input-placeholder,
input[type=text].valid-error::-webkit-input-placeholder,
input[type=tel].valid-error::-webkit-input-placeholder {
  color: red;
}
textarea.wpcf7-not-valid:-moz-placeholder,
input[type=password].wpcf7-not-valid:-moz-placeholder,
input[type=email].wpcf7-not-valid:-moz-placeholder,
input[type=text].wpcf7-not-valid:-moz-placeholder,
input[type=tel].wpcf7-not-valid:-moz-placeholder,
textarea.valid-error:-moz-placeholder,
input[type=password].valid-error:-moz-placeholder,
input[type=email].valid-error:-moz-placeholder,
input[type=text].valid-error:-moz-placeholder,
input[type=tel].valid-error:-moz-placeholder {
  color: red;
}
textarea.wpcf7-not-valid::-moz-placeholder,
input[type=password].wpcf7-not-valid::-moz-placeholder,
input[type=email].wpcf7-not-valid::-moz-placeholder,
input[type=text].wpcf7-not-valid::-moz-placeholder,
input[type=tel].wpcf7-not-valid::-moz-placeholder,
textarea.valid-error::-moz-placeholder,
input[type=password].valid-error::-moz-placeholder,
input[type=email].valid-error::-moz-placeholder,
input[type=text].valid-error::-moz-placeholder,
input[type=tel].valid-error::-moz-placeholder {
  color: red;
}
textarea.wpcf7-not-valid:-ms-input-placeholder,
input[type=password].wpcf7-not-valid:-ms-input-placeholder,
input[type=email].wpcf7-not-valid:-ms-input-placeholder,
input[type=text].wpcf7-not-valid:-ms-input-placeholder,
input[type=tel].wpcf7-not-valid:-ms-input-placeholder,
textarea.valid-error:-ms-input-placeholder,
input[type=password].valid-error:-ms-input-placeholder,
input[type=email].valid-error:-ms-input-placeholder,
input[type=text].valid-error:-ms-input-placeholder,
input[type=tel].valid-error:-ms-input-placeholder {
  color: red;
}

/*------------------checkbox---------------------*/
input[type=radio],
input[type=checkbox] {
  display: none;
}

input[type=radio] + .check-style,
input[type=checkbox] + .check-style {
  display: block;
  border: 1px solid #767676;
  width: 13px;
  height: 13px;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  margin-right: 18px;
  min-width: 13px;
  font-size: 0;
  margin-top: 3px;
  color: transparent;
}

input[type=radio] + .check-style {
  border-radius: 50%;
}

input[type=radio]:checked + .check-style,
input[type=checkbox]:checked + .check-style {
  background: #ff0000 url(../images/icons/check_white.svg) center no-repeat;
  background-size: 9px 9px;
  border-color: #ff0000;
}

input[type=radio]:checked + .check-style {
  background: #fff;
  border-width: 5px;
}

/*------------------FILE---------------------*/
input[type=file] {
  display: none;
}

.psevdo-file {
  display: block;
  width: 100%;
}

.file-btn {
  height: 55px;
  background: #d0d0d0;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #5f6375;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  padding: 0 8px;
  max-width: 200px;
}
.file-btn span {
  display: block;
  max-width: calc(100% - 40px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-btn .fas {
  font-size: 19px;
  margin-right: 10px;
}
.file-btn:hover {
  background: #dddddd;
}

/*------------------select---------------------*/
select {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*------------------WPCF7 Loader---------------------*/
.input-list .ajax-loader {
  visibility: hidden;
}

.input-list .ajax-loader {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.7) url(../images/loading.gif) center no-repeat !important;
  background-size: 50px auto !important;
  z-index: 600 !important;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 50px;
  background: #ff0000;
  color: #fff;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: bold;
}
.button span {
  position: relative;
  z-index: 100;
}
.button:not(:disabled):hover {
  background: #ff1a1a;
}
.button:active {
  background: #ff3333;
  box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(3px);
}
.button:disabled {
  opacity: 0.5;
}

.button-style {
  display: inline-flex;
  height: 30px;
  align-items: center;
  padding: 0 10px 0 54px;
  background: #ff0000;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%);
  min-width: 145px;
}
.button-style:before {
  font-size: 20px;
  margin-right: 7px;
}
@media (hover: hover) {
  .button-style:hover {
    background: #ed1d24;
  }
}

/* ------- Scroll to Top Finish---------- */
.icon-menu {
  width: 20px;
  height: 14px;
  cursor: pointer;
}

.header__icon-menu {
  position: absolute;
  left: 0;
  top: 26px;
  transition: 0.3s;
}
@media (hover: hover) {
  .header__icon-menu:hover div {
    background: #ff0000;
  }
}
@media screen and (max-width: 991px) {
  .header__icon-menu {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 20px;
    z-index: 910;
  }
}
.header__icon-menu.active {
  transform: scale(1.3);
}

.sw-topper,
.sw-bottom,
.sw-footer {
  position: relative;
  top: 0;
  width: 100%;
  max-width: 35px;
  height: 2px;
  background: #030303;
  border: none;
  transition: transform 0.5s, top 0.2s, background 0.3s;
}

.sw-bottom {
  top: 4px;
}

.sw-footer {
  top: 8px;
}

.icon-menu.active .sw-topper {
  top: 7px;
  transform: rotate(135deg);
  background: #ff0000;
}

.icon-menu.active .sw-bottom {
  top: 5px;
  transform: rotate(-135deg);
  background: #ff0000;
}

.icon-menu.active .sw-footer {
  top: 0;
  transform: rotate(180deg);
  opacity: 0;
}

.header {
  background: #fff;
  border-bottom: 1px solid #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0 18px;
  z-index: 900;
  transition: 0.3s;
}
.header.active {
  border-bottom-color: #ff0000;
}
@media screen and (max-width: 991px) {
  .header {
    padding: 0;
  }
}

.header__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .header__content {
    height: 50px;
    align-items: center;
  }
}

.header__col_1 {
  flex-basis: 23.8%;
  padding-top: 5px;
}
@media screen and (max-width: 1150px) {
  .header__col_1 {
    flex-basis: 208px;
  }
}
@media screen and (max-width: 991px) {
  .header__col_1 {
    padding-top: 8px;
    flex-basis: auto;
  }
}

.header__col_2 {
  flex-basis: 76.2%;
  padding: 0 20px;
}
@media screen and (max-width: 1150px) {
  .header__col_2 {
    flex-basis: auto;
    flex-grow: 1;
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .header__col_2 {
    padding: 0;
  }
}

.logo {
  display: block;
  width: 209px;
  position: relative;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.logo .logo__hide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.logo.active img {
  opacity: 0;
}
.logo.active .logo__hide {
  opacity: 1;
}

.header__logo {
  margin: 0 auto 1px;
  z-index: 910;
}
@media screen and (max-width: 991px) {
  .header__logo {
    width: 104px;
  }
}

.header__date {
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__date:before {
  margin-right: 5px;
  margin-top: -1px;
}

.header__row {
  display: flex;
  align-items: center;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .header__row {
    padding-left: 0;
  }
}

.header__row_middle {
  padding-top: 13px;
  padding-bottom: 13px;
}
@media screen and (max-width: 991px) {
  .header__row_middle {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}


.header__weather {
  font-size: 12px;
  text-transform: uppercase;
}
.header__weather sup {
  font-size: 0.5em;
}
.header__weather:before {
  font-size: 16px;
  margin-right: 5px;
}

.header__nav {
  flex-grow: 1;
}

.online-link {
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: #f00;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}
.online-link:before {
  font-size: 20px;
  margin-right: 7px;
}
/*@media (hover: hover) {
  .online-link:hover {
    background: #ed1d24;
  }
}*/
@media screen and (max-width: 991px) {
  .online-link {
    z-index: 910;
  }
}
@media screen and (max-width: 420px) {
  .online-link {
    font-size: 12px;
    padding-left: 26px;
  }
}
@media screen and (max-width: 370px) {
  .online-link {
    width: 130px;
    font-size: 11px;
    white-space: normal;
  }
}

.header__online {
  margin-left: 15px;
}

.social {
  display: flex;
  align-items: center;
}
.social li {
  width: 30px;
  display: flex;
  justify-content: center;
}
.social li a {
  font-size: 16px;
  display: block;
}
.social li a.icon-twitter {
  font-size: 17px;
}
.social li a.icon-instagram {
  font-size: 14px;
}
@media (hover: hover) {
  .social li a:hover {
    color: #ff0000;
  }
}

.social_footer li a {
  font-size: 18px;
}
.social_footer li a.icon-twitter {
  font-size: 18px;
}
.social_footer li a.icon-facebook, .social_footer li a.icon-instagram {
  font-size: 16px;
}

.header__social {
  margin-left: auto;
  margin-right: -5px;
}
@media screen and (max-width: 991px) {
  .header__social {
    width: 100%;
    margin: 0 0 30px;
    justify-content: center;
  }
  .header__social li {
    width: 40px;
  }
  .header__social li a {
    color: #fff;
  }
}

.search__form {
  position: absolute;
  top: 100%;
  right: -20px;
  border: 1px solid #eeeeee;
  border-top-color: #ff0000;
  background: #fff;
  z-index: 800;
  padding: 15px;
  width: 300px;
  transform: translateY(22px);
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1150px) {
  .search__form {
    right: -10px;
  }
}
@media screen and (max-width: 991px) {
  .search__form {
    position: static;
    visibility: visible;
    opacity: 1;
    padding: 0;
    border: 0;
    width: 100%;
    margin-bottom: 20px;
    transform: none;
  }
  .search__form:after {
    display: none;
  }
}
.search__form:after {
  position: absolute;
  z-index: 1;
  right: 22px;
  top: -6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #ff0000;
}
@media screen and (max-width: 1150px) {
  .search__form:after {
    right: 12px;
  }
}

.search-form {
  display: flex;
}

.search.header__search {
  margin-left: 15px;
  width: 16px;
  min-width: 16px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .search.header__search {
    display: none;
  }
}
.search.active .search__form {
  transform: translateY(12px);
  visibility: visible;
  opacity: 1;
}
.search.header__search.active .search__toggle {
  color: #ff0000;
}

.search__toggle {
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}
.search__toggle:before {
  display: block;
}
@media (hover: hover) {
  .search__toggle:hover {
    color: #ff0000;
  }
}

.tags {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
}
.tags li {
  padding-right: 14px;
}
.tags li:last-child {
  padding-right: 0;
}
@media (hover: hover) {
  .tags li a:hover {
    color: #ff0000;
  }
}

@media screen and (max-width: 991px) {
  .header__tags {
    margin-bottom: 20px;
    justify-content: center;
  }
  .header__tags li a {
    color: #fff;
  }
}

.navigation {
  position: fixed;
  z-index: 901;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #191919;
  padding-top: 115px;
  display: flex;
  flex-direction: column;
  transition: 0.2s;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-50px);
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .navigation {
    padding-top: 55px;
  }
}
.navigation.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.navigation .navigation__content {
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
}
.navigation .content {
  position: relative;
  width: 100%;
}
@media (hover: hover) {
  .navigation ::-webkit-scrollbar-button {
    width: 5px;
    height: 0px;
  }
  .navigation ::-webkit-scrollbar-track {
    background-color: #dddddd;
    border-left: 0;
    border-radius: 0;
  }
  .navigation ::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #ff0000;
    border-radius: 0;
  }
  .navigation ::-webkit-resizer {
    width: 5px;
    height: 0px;
  }
  .navigation ::-webkit-scrollbar {
    width: 5px;
  }
}

.navigation__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 45px;
}
@media screen and (max-width: 991px) {
  .navigation__row {
    padding-left: 0;
    padding-bottom: 10px;
  }
}

.navigation__menu {
  min-width: 175px;
}
@media screen and (max-width: 991px) {
  .navigation__menu {
    min-width: 1px;
    width: 100%;
  }
}

.navigation__menu {
  line-height: 1.429;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .navigation__menu > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
  }
}
.navigation__menu > li > a {
  text-transform: uppercase;
  font-weight: 900;
}
.navigation__menu li {
  padding-bottom: 10px;
  position: relative;
}
.navigation__menu li ul {
  padding-top: 10px;
}
.navigation__menu a {
  color: #fff;
}
@media (hover: hover) {
  .navigation__menu a:hover {
    color: #ff0000;
  }
}
@media screen and (max-width: 991px) {
  .navigation__menu .sub-menu {
    display: none;
  }
  .navigation__menu .show-sub-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    padding-bottom: 6px;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s;
    cursor: pointer;
  }
  .navigation__menu .show-sub-menu:before {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid #ff0000;
    border-right: 2px solid #ff0000;
    transform: rotate(135deg);
    transition: 0.3s;
  }
  .navigation__menu .show-sub-menu.active {
    transform: scale(1, -1);
  }
}

.navigation__icon-menu {
  position: absolute;
  right: 20px;
  top: -60px;
  transform: scale(1.5);
}
@media screen and (max-width: 991px) {
  .navigation__icon-menu {
    display: none;
  }
}
.navigation__icon-menu div {
  background: #ff0000;
}

.navigation__row-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .navigation__row-mobile {
    margin-bottom: 10px;
  }
}

.main__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.main__row_reverse {
  flex-direction: row-reverse;
}

.main__aside {
  width: 23.8%;
}
.main__aside:not(.aside_left).is_stuck {
  transform: translateX(630px);
  right: 50%;
}
@media screen and (max-width: 1300px) {
  .main__aside:not(.aside_left).is_stuck {
    right: 20px;
    transform: none;
  }
}
.main__aside.aside_left.is_stuck {
  transform: translateX(-630px);
  left: 50%;
  padding-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  .main__aside.aside_left.is_stuck {
    left: 20px;
    transform: none;
  }
}
@media screen and (max-width: 991px) {
  .main__aside {
    width: 100%;
    position: static !important;
    padding-bottom: 0 !important;
  }
}

.main__content {
  width: calc(76.2% - 20px);
}
@media screen and (max-width: 991px) {
  .main__content {
    width: 100%;
  }
}

.main__content_pt {
  padding-top: 32px;
}
@media screen and (max-width: 991px) {
  .main__content_pt {
    padding-top: 10px;
  }
}

.lastnews {
  background: #f9f9f9;
  padding: 32px 20px 20px 7px;
}

.aside__widget {
  margin-bottom: 30px;
}

.lastnews__head {
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  padding-left: 8px;
}

.lastnews__item {
  display: flex;
  align-items: flex-start;
}
@media (hover: hover) {
  .lastnews__item:hover .lastnews__title {
    color: #ff0000;
  }
}
.lastnews__item_important, .lastnews__item_important_2 {
    font-weight:600;
}
.lastnews__item_important .lastnews__time {
}
.lastnews__item_important .lastnews__time:before {
  opacity: 1;
}

.lastnews__title {
  padding: 9px 0;
  border-bottom: 1px solid #e6e6e6;
  line-height: 1.3;
  font-size: 17px;
  transition: 0.3s;
  display: block;
  flex-grow: 1;
}

.lastnews__time {
  min-width: 53px;
  font-size: 11px;
  font-weight: 300;
  padding: 0 0 0 10px;
  margin-top: 12px;
  position: relative;
}
.lastnews__time:before {
  position: absolute;
  z-index: 1;
  width: 4px;
  height: 14px;
  background: #ff0000;
  left: -1px;
  top: 50%;
  transform: translateY(-50%) skewY(-50deg);
  opacity: 0;
}

.lastnews__more {
  text-align: center;
  padding-top: 9px;
  padding-left: 10px;
}

.live-link {
  display: block;
  background: url(../images/online-bg.png) center no-repeat;
  background-size: cover;
  padding: 40px 20px;
  text-align: center;
}

.live-link__logo {
  display: block;
  width: 208px;
  margin: 0 auto 0;
}
.live-link__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.live-link__text {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
}
.live-link__text span {
  color: #ff0000;
}

.title {
  margin-bottom: 21px;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
}
.title:before {
  position: absolute;
  z-index: 1;
  width: 4px;
  height: 16px;
  background: #ff0000;
  left: -14px;
  top: 50%;
  transform: translateY(-50%) skewY(-50deg);
}
@media screen and (max-width: 540px) {
  .title {
    margin-left: 15px;
  }
}

.title_left {
  margin-left: 10px;
}

.news {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .news {
    padding-bottom: 10px;
  }
}

.news_pb0 {
  padding-bottom: 0;
}

.news__col {
  width: calc(33.33333% - 20px);
  margin: 0 10px;
}
@media screen and (max-width: 767px) and (min-width: 540px) {
  .news__col {
    width: calc(50% - 20px);
  }
  .news__col:nth-child(3) {
    width: calc(100% - 20px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .news__col:nth-child(3) .news-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 540px) {
  .news__col {
    width: calc(100% - 20px);
  }
}

.news-item {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.news-item_text {
  background: #f9f9f9;
}
.news-item_text .news-item__content {
  border-color: #f9f9f9;
}

.news-item__content {
  border: 1px solid #eeeeee;
  padding: 22px 18px 32px;
  flex-grow: 1;
  width: 100%;
}

.news-item__thumb {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  z-index: 10;
}
.news-item__thumb img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
}

.play-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  /*background: url(../images/mask-2-small.png) center no-repeat;
  background-size: 100% 100%;*/
  display: flex;
  justify-content: center;
  align-items: center;
  /*-webkit-clip-path: polygon(14.9% 0, 100% 0, 100% 100%, 79.2% 100%);
          clip-path: polygon(14.9% 0, 100% 0, 100% 100%, 79.2% 100%);*/
  transition: 0.3s;
}
.play-mask.play-video:before {
  content: "";
  z-index: 2;
  display: block;
  background: url(../images/icons/youtube-red.svg) center no-repeat;
  width: 50px;
  height: 35px;
  background-size: contain;
  transition: 0.3s;
  /*-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 38px 100%, 0 1px);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 38px 100%, 0 1px);*/
}
/*@media screen and (max-width: 820px) and (min-width: 766px) {
  .play-mask.play-video:before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 100%, 0 -1px);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 100%, 0 -1px);
  }
}
@media screen and (max-width: 540px) and (min-width: 380px) {
  .play-mask.play-video:before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 35px 100%, 0 4px);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 35px 100%, 0 4px);
  }
}
@media screen and (max-width: 470px) and (min-width: 380px) {
  .play-mask.play-video:before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 36px 100%, 0 3px);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 36px 100%, 0 3px);
  }
}
@media screen and (max-width: 440px) and (min-width: 380px) {
  .play-mask.play-video:before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 37px 100%, 0 2px);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 37px 100%, 0 2px);
  }
}*/

.play-mask-reverse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /*background: url(../images/mask-1-small.png) center no-repeat;
  background-size: 100% 100%;*/
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 30%, rgba(0,0,0,0.9) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.play-mask-reverse.play-video:before {
  content: "";
  z-index: 2;
  display: block;
  background: url(../images/icons/youtube-red.svg) center no-repeat;
  width: 50px;
  height: 35px;
  background-size: contain;
  transition: 0.3s;
  /*-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 35px 100%, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 35px 100%, 0 0);*/
  transform: translateX(7px);
}
/*@media screen and (max-width: 820px) and (min-width: 766px) {
  .play-mask-reverse.play-video:before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 100%, 0 -1px);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 100%, 0 -1px);
  }
}
@media screen and (max-width: 540px) and (min-width: 380px) {
  .play-mask-reverse.play-video:before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 35px 100%, 0 -3px);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 35px 100%, 0 -3px);
  }
}
@media screen and (max-width: 470px) and (min-width: 380px) {
  .play-mask-reverse.play-video:before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 36px 100%, 0 -3px);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 36px 100%, 0 -3px);
  }
}
@media screen and (max-width: 440px) and (min-width: 380px) {
  .play-mask-reverse.play-video:before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 35px 100%, 0 -2px);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 35px 100%, 0 -2px);
  }
}*/

.news-thumb {
  overflow: hidden;
}
.news-thumb img {
  transition: 0.5s;
}
@media (hover: hover) {
  .news-thumb:hover {
    /*
    img {
        transform: scale(1.1);
    }


    .play-mask-reverse,
    .play-mask {
        &:before {
            transform: translate(20px, 0);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 19px 100%, -19px 0px);
        }
    }*/
  }
}

.newslist__cat,
.single__cat,
.news-item__cat {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 6px;
}
.newslist__cat li,
.single__cat li,
.news-item__cat li {
  padding-bottom: 5px;
  padding-right: 10px;
}
.newslist__cat li a,
.single__cat li a,
.news-item__cat li a {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 11px;
}
@media (hover: hover) {
  .newslist__cat li a:hover,
.single__cat li a:hover,
.news-item__cat li a:hover {
    color: #ff0000;
  }
}

.newslist__cat {
  z-index: 20;
  position: relative;
}
.newslist__cat a {
  color: #fff;
}

.news-item__title {
  display: block;
  margin-bottom: 8px;
  line-height: 1.273;
}
@media (hover: hover) {
  .news-item__title:hover {
    color: #ff0000;
  }
}

.news-item__info {
  display: flex;
  align-items: center;
}

.date-info {
  font-size: 11px;
  height: 16px;
  display: flex;
  align-items: center;
  background: #eeeeee;
  white-space: nowrap;
  padding: 0 20px 0 3px;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 16px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 16px) 100%, 0 100%);
}

.comments-info,
.view-info {
  color: #ff0000;
  font-size: 12px;
  display: none;
  align-items: center;
  margin-right: 19px;
}
.comments-info:before,
.view-info:before {
  margin-right: 6px;
}

.comments-info {
  margin-right: 0;
}
.comments-info:before {
  font-size: 10px;
}

.newslist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.newslist__item {
  position: relative;
  width: calc(50% - 12px);
  z-index: 10;
  margin-bottom: 24px;
}
.newslist__item .newslist__thumb { position: relative; padding-bottom: 28.1%;}
 
@media screen and (min-width: 767px) {
  .play-mask-reverse {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.9) 100%);
  }
  .newslist__item:first-child {
    width: 100%;
  }
  .newslist__item .newslist__thumb { padding-bottom: 56.25%;}
  /*.newslist__item:first-child .play-mask-reverse {
    background: url(../images/mask-1-big.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }*/
  .newslist__item:first-child .play-mask-reverse.play-video:before {
    transform: translateX(3px);
  }
  .newslist__item:first-child .newslist__cat {
    padding-bottom: 2px;
  }
  .newslist__item:first-child .newslist__cat li a {
    font-size: 14px;
  }
  .newslist__item:first-child .newslist__content {
    font-size: 16px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .newslist__item:first-child .newslist__title {
    font-size: 1.875em;
    line-height: 1.1;
    margin-bottom: 5px;
  }
  .newslist__item:first-child .newslist__title:before {
    height: 100%;
    max-height: 33px;
  }
  .newslist__item:first-child .newslist__info {
    padding-top: 7px;
  }
  .newslist .newslist__item:nth-child(n+2) .newslist__desc { display: none;}
}
.newslist__item img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: -1;
}

.newslist__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding:15px 30px;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .newslist__content {
    font-size: 10px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .newslist__content {
    font-size: 14px;
  }
}

.newslist__title {
  font-size: 1.5em;
  font-weight: 900;
  margin-bottom: 6px;
  position: relative;
  text-transform: uppercase;
}
.newslist__title:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 5px;
  height: 20px;
  max-height: 90%;
  background: #ff0000;
  left: -14px;
  top: 50%;
  transform: translateY(-50%) skewY(-50deg);
}

.newslist__info {
  display: none;
  padding-top: 4px;
  padding-left: 3px;
}
.newslist__info .icon-view:before,
.newslist__info .icon-comment:before {
  margin-right: 10px;
}

.newslist__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.pagination {
  padding-bottom: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .pagination {
    padding-bottom: 30px;
  }
}
.pagination li {
  padding: 0 2px 5px;
}
.pagination li span,
.pagination li a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li .current {
  background: #ff0000;
  color: #fff;
}
@media (hover: hover) {
  .pagination li a:hover {
    background: #ff0000;
    color: #fff;
  }
  .pagination li a:hover:before {
    border-color: #fff;
  }
}
.pagination li .next,
.pagination li .prev {
  padding-right: 6px;
}
.pagination li .next:before,
.pagination li .prev:before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #030303;
  border-right: 1px solid #030303;
  transform: rotate(45deg);
  transition: 0.3s;
}
.pagination li .prev {
  transform: scale(-1, 1);
}

.team {
  padding-top: 32px;
  padding-bottom: 60px;
}
@media screen and (max-width: 540px) {
  .team {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}

.team__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}

.team__item {
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .team__item {
    flex-basis: calc(33.3333% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .team__item {
    flex-basis: calc(50% - 20px);
  }
}
@media screen and (max-width: 540px) {
  .team__item {
    flex-basis: calc(100% - 20px);
  }
}

.team__thumb {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  display: block;
}
.team__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.team__content {
  border: 1px solid #eeeeee;
  padding: 33px 15px 15px;
  flex-grow: 1;
  text-align: center;
  min-height: 170px;
}
@media screen and (max-width: 540px) {
  .team__content {
    min-height: inherit;
    padding-bottom: 20px;
  }
}

.team__title {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 10px;
  font-size: 18px;
}

.team__position {
  margin-bottom: 10px;
}
.team__position a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  background: #ff0000;
  font-size: 12px;
  display: inline-block;
  padding: 3px 12px;
  margin: 2px 0;
}
@media (hover: hover) {
  .team__position a:hover {
    background: #ed1d24;
  }
}

.team__social {
  justify-content: center;
}
.team__social li {
  width: 40px;
}

.team__item_pt .team__content {
  padding-top: 15px;
}
@media screen and (max-width: 540px) {
  .team__item_pt .team__content {
    padding-top: 33px;
  }
}

.single {
  padding-top: 18px;
  padding-bottom: 40px;
}
@media screen and (max-width: 540px) {
  .single {
    padding-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .single {
    padding-bottom: 10px;
  }
}

.single__title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .single__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 420px) {
  .single__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 360px) {
  .single__title {
    font-size: 28px;
  }
}

.single__cat {
  padding-bottom: 2px;
}

.single__info {
  display: flex;
  align-items: center;
  min-height: 40px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.single__info .date-info {
  margin-right: 4px;
}

.adaptive-iframe {
  position: relative;
  width: 100%;
  margin-bottom: 28px;
  padding-bottom: 56%;
}
.adaptive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single__tags {
  padding: 0 0 12px;
}

.single .single__share {
  margin-left: auto;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.single__share .addtoany_list.a2a_kit .a2a_svg { display: block; border-radius: 0 !important;}
@media screen and (max-width: 360px) {
    .single .single__share { margin-left: 0; padding-left: 0; margin-top: 10px;}
}
.leave-comment {
  padding: 16px 0 40px;
}
.leave-comment .title {
  margin-bottom: 13px;
}

.leave-comment__form {
  padding: 30px 70px 37px;
  background: #f9f9f9;
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .leave-comment__form {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.leave-comment__label {
  margin-bottom: 21px;
}

.leave-comment__item {
  width: calc(50% - 20px);
  margin-bottom: 20px;
}
.leave-comment__item_full {
  margin-bottom: 35px;
  width: 100%;
}
@media screen and (max-width: 540px) {
  .leave-comment__item {
    width: 100%;
    margin-bottom: 15px;
  }
}

label.leave-comment__item {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}

.leave-comment__item_submit {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}

.other-news__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.other-news__list .news-item {
  width: calc(33.33333% - 20px);
  margin: 0 10px 20px;
}
@media screen and (max-width: 767px) {
  .other-news__list .news-item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 540px) {
  .other-news__list .news-item {
    width: calc(100% - 20px);
  }
}

.banner {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.banner > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.banner-middle {
  margin-top: -10px;
}

.footer {
  padding: 46px 0 40px;
}

.footer__nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 -15px;
  padding-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    margin: 0 0;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}

.footer__col {
  width: 25%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .footer__col {
    width: 50%;
    padding: 0 10px 15px;
  }
}

.footer__menu {
  line-height: 1.429;
  font-size: 14px;
  font-weight: 300;
}
.footer__menu > li > a {
  text-transform: uppercase;
  font-weight: 900;
}
.footer__menu li {
  padding-bottom: 10px;
}
.footer__menu li ul {
  padding-top: 10px;
}
@media (hover: hover) {
  .footer__menu a:hover {
    color: #ff0000;
  }
}

.footer-bottom {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    flex-wrap: wrap;
  }
}

.footer-bottom__logo {
  display: flex;
  justify-content: center;
  flex-basis: 23.8%;
  padding-top: 4px;
}
@media screen and (max-width: 767px) {
  .footer-bottom__logo {
    flex-basis: 100%;
    padding-top: 0;
    padding-bottom: 10px;
  }
}

.footer-bottom__copyright {
  flex-basis: 52.4%;
  font-size: 14px;
  line-height: 1.286;
  padding: 0 23px;
}
@media screen and (max-width: 767px) {
  .footer-bottom__copyright {
    flex-basis: 100%;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
.footer-bottom__copyright p {
  padding-bottom: 10px;
}
.footer-bottom__copyright p:last-child {
  padding-bottom: 0;
}
@media (hover: hover) {
  .footer-bottom__copyright a:hover {
    color: #ff0000;
  }
}

.footer-bottom__social {
  flex-basis: 23.8%;
  display: flex;
  justify-content: center;
  align-items: ;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .footer-bottom__social {
    flex-basis: 100%;
  }
}
.footer-bottom__social .social { margin-bottom: 20px;}
.footer-bottom__social .social li {
  width: 40px;
}

.header__menu {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .header__menu {
    display: none;
  }
}
.header__menu > li {
  position: relative;
}
.header__menu > li > a {
  font-size: 18px;
  font-weight: 900;
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1150px) {
  .header__menu > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1050px) {
  .header__menu > li > a {
    font-size: 14px;
  }
}
.header__menu > li > a:after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  opacity: 0;
  height: 1px;
  background: #ff0000;
  transition: 0.3s;
}
.header__menu > li > a:before {
  position: absolute;
  z-index: 1;
  width: 14px;
  height: 5px;
  background: #ff0000;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) skewY(35deg);
  transition: 0.3s;
  opacity: 0;
}
@media (hover: hover) {
  .header__menu > li:hover > a {
    color: #ff0000;
  }
  .header__menu li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
@media (hover: hover) {
  .header__menu > li:not(.menu-item-has-children) > a:hover {
    color: #ff0000;
  }
  .header__menu > li:not(.menu-item-has-children) > a:hover:after {
    opacity: 1;
  }
  .header__menu > li:not(.menu-item-has-children) > a:hover:before {
    opacity: 1;
  }
}
.header__menu li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 20px;
  z-index: 900;
  border: 1px solid #eeeeee;
  width: 540px;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  transform: translateY(10px);
}
.header__menu li .sub-menu:after {
  position: absolute;
  z-index: 1;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: #ff0000;
  transition: 0.3s;
}
.header__menu li .sub-menu:before {
  position: absolute;
  z-index: 1;
  width: 14px;
  height: 5px;
  background: #ff0000;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) skewY(35deg);
  transition: 0.3s;
  opacity: 1;
}
.header__menu li .sub-menu li {
  width: 33.33%;
  font-size: 14px;
  font-weight: 300;
  padding: 0;
}
.header__menu li .sub-menu li a { display: block; padding: 10px;}
@media (hover: hover) {
  .header__menu li .sub-menu li a:hover {
    color: #ff0000;
  }
}
.header__menu .sub-menu_onecol > .sub-menu {
  width: auto;
    padding: 15px 0;
}
.header__menu .sub-menu_onecol > .sub-menu > li {
  width: 100%;
}
.header__menu .sub-menu_onecol > .sub-menu > li a {
  padding:10px 30px;
    white-space: nowrap;
}
.main-404 {
  padding: 80px 0;
}

.page-404 {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
  font-weight: 300;
}

.page-404__title {
  font-size: 80px;
  font-weight: bold;
}

.page-404__img {
  margin: 0 auto -50px;
  max-width: 505px;
  width: 100%;
  display: block;
  transform: translateX(-10px);
}

.page-404__text {
  padding-bottom: 35px;
  font-size: 16px;
}
.page-404__text p {
  padding-bottom: 5px;
}
.page-404__text strong {
  font-size: 22px;
  font-weight: 500;
}
.page-404__text a {
  background: #ff0000;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  padding: 4px 6px;
}
.page-404__text a:hover {
  background: #ed1d24;
}

@media screen and (max-width: 500px) {
  .page-404__img {
    transform: none;
    margin-bottom: -30px;
  }

  .page-404__text {
    font-size: 14px;
  }
  .page-404__text strong {
    font-size: 18px;
  }
}

