@charset "UTF-8";
@font-face {
  font-family: "icons";
  font-display: swap;
  src: url("../fonts/icons.woff") format("woff"), url("../fonts/icons.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "icons";
  font-display: swap;
  src: url("../fonts/icons.woff") format("woff"), url("../fonts/icons.woff2#icons") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=_icon-]:before,
[class*=" _icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=_icon-]:before,
[class*=" _icon-"]:before {
  display: block;
}

._icon-fb:before {
  content: "";
  color: #3b5999;
}

._icon-tg:before {
  content: "";
  color: #039be5;
}

._icon-eye:before {
  content: "";
  color: #3f485f;
}

._icon-arrow-top:before {
  content: "";
  color: #fff;
}

._icon-arrow-long:before {
  content: "";
  color: #3f485f;
}

._icon-arrow-short:before {
  content: "";
  color: #00b2ff;
}

._icon-share:before {
  content: "";
  color: #ff4646;
}

._icon-search:before {
  content: "";
  color: #3f485f;
  font-size: 20px;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 16px;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Fira Sans";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Fira Sans";
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  color: #000;
}
body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
._container {
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1332px) {
  ._container {
    max-width: 970px;
  }
}
@media (max-width: 991.98px) {
  ._container {
    max-width: 750px;
  }
}
@media (max-width: 767.98px) {
  ._container {
    max-width: none;
    padding: 0 10px;
  }
}

.btn {
  display: inline-flex;
  padding: 0px 0px;
}
.btn._fw {
  width: 100%;
}

.select {
  position: relative;
}
.select__item {
  position: relative;
}
.select__title {
  color: #000;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
}
@media (max-width: 991.98px) {
  .select__title {
    font-size: 18px;
  }
}
.select__value {
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0px 15px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.select__value span {
  height: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.select__value:before {
  content: "";
  display: inline-block;
  transition: all 0.3s ease 0s;
  width: 11px;
  height: 7px;
  background: url("../img/icons/select.svg") center/100% no-repeat;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
figure{
width: 100% !important;}
.select__options {
  color: #000;
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}
@media (max-width: 991.98px) {
  .select__options {
    font-size: 18px;
  }
}
.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}
@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }
}
.select._active {
  z-index: 5;
}
.select._active .select__value:before {
  transform: rotate(-180deg);
}
.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.input,
.input-com {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}
textarea.input-com {
  width: 100%;
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("../img/icons/check.svg") center no-repeat;
}
.checkbox__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
  cursor: pointer;
}
.checkbox__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.checkbox a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .checkbox a:hover {
    text-decoration: none;
  }
}
.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.options__item {
  position: relative;
  cursor: pointer;
}
.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}
.options__input:checked + .options__text:after {
  transform: scale(1);
}
.options__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
}
.options__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.options__text:after {
  content: "";
  transition: all 0.3s ease 0s;
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating {
  display: flex;
  align-items: flex-end;
  font-size: 40px;
  line-height: 0.75;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: "★★★★★";
  display: block;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffd300;
}

.rating__items {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
}

.quantity {
  width: 88px;
  height: 40px;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}
.quantity__button {
  flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}
.quantity__button::before, .quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}
@media (min-width: 991.98px) {
  .quantity__button:hover::before, .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.quantity__button_plus::before {
  transform: rotate(-90deg);
}
.quantity__input {
  flex: 1 1 auto;
}
.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}
ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}
ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}
.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

._video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
._video video,
._video iframe,
._video object,
._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

._more-content {
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

._more-link {
  cursor: pointer;
}
._more-link span {
  font-style: normal;
}
._more-link span:first-child {
  display: block;
}
._more-link span:last-child {
  display: none;
}
._more-link._active span {
  font-style: normal;
}
._more-link._active span:first-child {
  display: none;
}
._more-link._active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}
._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
._swiper.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
._swiper.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

._tabs-block {
  display: none;
}
._tabs-block._active {
  display: block;
}

.mirror {
  transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}
._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.pagging {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagging__arrow {
  width: 30px;
  background: #ECEFF3;
  border-radius: 5px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagging__arrow:hover svg path {
  fill: #00B2FF;
}
.pagging__list {
  display: flex;
  align-items: center;
  margin: 0 8px;
}
.pagging__list li:not(:last-child) {
  margin: 0px 8px 0px 0px;
}
.pagging__item {
  background-color: #ECEFF3;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 150%;
  /* identical to box height, or 22px */
  color: #3F485F;
  transition: background-color 0.3s ease 0s;
}
@media (max-width: 479.98px) {
  .pagging__item {
    width: 25px;
    height: 25px;
  }
}
@media (any-hover: hover) {
  .pagging__item:hover {
    background-color: #00B2FF;
  }
}
.pagging__item._active {
  background-color: #00B2FF;
  color: #FFFFFF;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}
.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}
.popup.show {
  visibility: visible;
  overflow: auto;
}
.popup.show::before {
  opacity: 1;
}
.popup.show .popup__body {
  transform: scale(1);
}
.popup._active {
  overflow: auto;
  visibility: visible;
}
.popup._active::before {
  opacity: 1;
}
.popup._active .popup__body {
  transition: all 0.3s ease 0.2s;
  transform: scale(1);
}
.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__body {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 800px;
}
.popup__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") 0 0 no-repeat;
}

.header {
  position: relative;
  z-index: 1;
}

.links {
  display: flex;
  align-items: center;
}
.links__calendar {
  display: flex;
  margin-right: 40px;
  font-size: 15px;
  color: #3f485f;
}
@media (max-width: 410px) {
  .links__calendar {
    margin-right: 15px;
  }
}
.links__calendar img {
  margin-right: 10px;
}
.links__calendar span {
  white-space: nowrap;
}
.links__calendar span:first-of-type::after {
  content: "/";
  margin: 0 4px;
}
.links__social {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
@media (max-width: 410px) {
  .links__social {
    margin-right: 15px;
  }
}
.links__social a {
  margin-right: 20px;
}
.links__social a:last-child {
  margin-right: 0;
}
.langues {
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  color: #3f485f;
}
.langues__current {
  padding: 0 10px;
}
.langues__current span {
  position: absolute;
  top: -2px;
  right: 0;
}
.langues__selectable {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 19px 30px rgba(82, 102, 174, 0.12);
  border-radius: 5px;
}
.langues__selected {
  margin-bottom: 9px;
}
.langues__selected:last-child {
  margin-bottom: 0;
}
.langues__selected._active {
  color: #ff4646;
}

.form-search__row {
  width: 275px;
}
.form-search__row input {
  border-radius: 5px !important;
  border: 1px solid transparent;
  background: #eceff3;
  height: 100%;
  padding: 0 9px;
  font-size: 13px;
  color: #3f485f;
}
.form-search__button {
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}
.form-search__button button {
  height: 100%;
}
.form-search__button span {
  padding: 5px;
  height: 100%;
  background-color: #3f485f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-search__button span._icon-search:before {
  color: #fff;
}

@media (min-width: 991.98px) {
  .menu-down:hover .menu-down__sub {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
  }
  .menu-down:hover ._arrow-down::after {
    transform: rotate(180deg);
  }
  .menu-down__sub {
    pointer-events: none;
    transform: translate(0, 0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in 0s;
  }
}

.menu__body .menu-header::before {
  display: none;
}
.menu__body._active .menu-header::before {
  display: block;
}

.menu-header {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .menu-header {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 100px 30px 40px;
    background-color: #fff;
    margin: 0 0 auto auto;
    width: calc(100% - 10px);
    position: relative;
  }
  .menu-header::before {
    content: "";
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    width: calc(100% - 10px);
    height: 80px;
    background-color: #fff;
  }
}
.menu-header > ul {
  display: flex;
  margin-right: 50px;
}
@media (max-width: 1332px) {
  .menu-header > ul {
    margin-right: 25px;
  }
}
@media (max-width: 991.98px) {
  .menu-header > ul {
    flex-direction: column;
    margin-right: 0;
    margin-bottom: 35px;
    width: 100%;
  }
}
.menu-header > ul li {
  text-transform: uppercase;
  color: #3f485f;
  font-size: 15px;
  font-weight: 700;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .menu-header > ul li:hover {
    color: #ff4646;
  }
}
.menu-header > ul > li {
  padding: 0 25px;
  position: relative;
}
@media (max-width: 1332px) {
  .menu-header > ul > li {
    padding: 0 10px;
  }
}
@media (max-width: 991.98px) {
  .menu-header > ul > li {
    margin-bottom: 25px;
    padding: 0;
  }
  .menu-header > ul > li:last-child {
    margin-bottom: 0;
  }
}
.menu-header > ul > li div._active {
  color: #ff4646;
}
.menu-header > ul > li:last-child {
  margin-right: 0;
}
.menu-header > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: max-content;
  padding: 15px 25px;
  background: #ffffff;
  box-shadow: 0px 19px 30px rgba(82, 102, 174, 0.12);
  border-radius: 5px;
}
@media (max-width: 1332px) {
  .menu-header > ul > li > ul {
    padding: 15px;
  }
}
@media (max-width: 991.98px) {
  .menu-header > ul > li > ul {
    position: static;
    box-shadow: none;
    border-radius: 0;
    padding: 15px 0 0 20px;
    background-color: initial;
  }
}
@media (max-width: 991.98px) {
  .menu-header > ul > li > ul li {
    text-align: left;
  }
}
.menu-header > ul > li > ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .menu-header__link {
    margin-bottom: 40px;
  }
}
.menu-header__link a {
  min-width: 178px;
  min-height: 45px;
  background-color: #ff4646;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .menu-header__link a:hover {
    background-color: #d93232;
  }
}
@media (max-width: 991.98px) {
  .menu-header__mob {
    width: 100%;
  }
  .menu-header__mob .links {
    justify-content: center;
  }
}
@media (min-width: 991.98px) {
  .menu-header__mob {
    display: none;
  }
}

.header__top {
  padding: 22px 0;
}
.header__middle {
  padding: 17px 0;
}
@media (max-width: 991.98px) {
  .header__middle {
    padding: 0;
  }
}
.header__bottom {
  padding: 17px 0;
  background: #ffffff;
  box-shadow: 0px 8px 32px -2px rgba(6, 35, 51, 0.12);
}

.top-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .top-header__container {
    justify-content: initial;
  }
}
.top-header__logo {
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  .top-header__logo {
    flex: 1 1 auto;
    position: relative;
    z-index: 1;
    padding-left: 15px;
  }
}
@media (max-width: 479.98px) {
  .top-header__logo {
    margin-right: 5px;
  }
}
@media (min-width: 991.98px) {
  .top-header__search {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    margin-right: 40px;
  }
}
@media (max-width: 991.98px) {
  .top-header__search {
    position: relative;
    z-index: 1;
  }
}
.top-header__mob-search {
  display: none;
}
@media (max-width: 991.98px) {
  .top-header__mob-search {
    display: block;
    margin-right: 20px;
  }
}
@media (max-width: 479.98px) {
  .top-header__mob-search {
    margin-right: 15px;
  }
}
.top-header__form {
  display: flex;
}
@media (max-width: 991.98px) {
  .top-header__form {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .top-header__links {
    display: none;
  }
}
.top-header__mob-form-search {
  text-align: center;
  position: relative;
  z-index: 2;
}
.top-header__mob-form-search .top-header__form {
  display: inline-flex;
  padding-top: 25px;
}

.middle-header {
  box-shadow: 0px 8px 32px -2px rgba(6, 35, 51, 0.12);
}
@media (max-width: 991.98px) {
  .middle-header {
    box-shadow: none;
  }
}

.bottom-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom-header__logo {
  margin-right: 10px;
  flex: 1 1 auto;
}
.bottom-header .menu-header {
  margin-right: 30px;
}
@media (max-width: 1332px) {
  .bottom-header .menu-header {
    margin-right: 10px;
  }
}
.bottom-header .menu-header > ul {
  margin-right: 30px;
}
@media (max-width: 1332px) {
  .bottom-header .menu-header > ul {
    margin-right: 10px;
  }
}
.bottom-header .menu-header > ul > li {
  padding: 0 20px;
}
@media (max-width: 1332px) {
  .bottom-header .menu-header > ul > li {
    padding: 0 7px;
  }
}
@media (max-width: 1332px) {
  .bottom-header .menu-header li {
    font-size: 12px;
  }
}
.bottom-header .menu-header__link a {
  font-size: 12px;
  min-width: 150px;
}
.bottom-header__search-wrapper {
  margin-right: 15px;
}
.bottom-header .links__social {
  margin-right: 10px;
}
.bottom-header__search{
position: relative;
}
._search-floating_ ._search-floating-row_ {
  width: 250px;
  position: absolute;
  top: 36px;
  right:27%;
  right: 100%;
  transition: height 0.3s ease-in 0s;
height: 0;
}
._search-floating_ ._search-floating-row_ input{
background: #fff;
}
._search-floating_ ._search-floating-row_._active input{
  height: 50px;
  border-color:#00B2FF;
}

._floating-header_ {
  display: none;
}
@media (min-width: 991.98px) {
  ._floating-header_ {
    display: block;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate(0, -110%);
    transition: transform 0.2s ease-in 0s;
  }
  ._floating-header_._scroll {
    transform: translate(0, 0);
  }
}

._arrow-down {
  align-items: center;
  display: flex;
}
._arrow-down::after {
  width: 6px;
  height: 7px;
  margin-left: 5px;
  content: "";
  background: url("../img/icons/red-arrow.svg") center/contain no-repeat;
  transition: transform 0.2s ease-in 0s;
}
._arrow-down._active::after {
  transform: rotate(180deg);
}

@media (max-width: 991.98px) {
  .menu__body {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    overflow: auto;
    visibility: hidden;
    background-color: rgba(63, 72, 95, 0.5);
    transition: right 0.2s ease-in 0s, visibility 0.2s ease-in 0s;
  }
  .menu__body._active {
    right: 0;
    visibility: visible;
  }
}

.icon-menu {
  display: none;
}
@media (max-width: 991.98px) {
  .icon-menu {
    display: block;
    position: relative;
    width: 40px;
    height: 25px;
    cursor: pointer;
    z-index: 5;
  }
  .icon-menu span {
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    right: 0px;
    position: absolute;
    width: 40px;
    height: 3px;
    border-radius: 1px;
    background-color: #3f485f;
  }
  .icon-menu span:first-child {
    top: 0px;
  }
  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
    width: 20px;
  }
  .icon-menu._active span {
    transform: scale(0);
    background-color: #00b2ff;
  }
  .icon-menu._active span:first-child {
    transform: rotate(-45deg);
    top: calc(50% - 0px);
  }
  .icon-menu._active span:last-child {
    transform: rotate(45deg);
    bottom: calc(50% - 2px);
    width: 40px;
  }
}

.main__container {
  display: flex;
  position: relative;
}
@media (max-width: 900px) {
  .main__container {
    flex-wrap: wrap;
  }
}

.left-col {
  flex: 0 0 22.7272727273%;
}
@media (max-width: 900px) {
  .left-col {
    flex: 1 1 100%;
  }
}

.content {
  flex: 0 0 48.4848484848%;
  margin: 0 40px;
}
@media (max-width: 1332px) {
  .content {
    margin: 0 35px;
  }
}
@media (max-width: 900px) {
  .content {
    margin: 0;
  }
}
@media (max-width: 900px) {
  .content {
    flex: 1 1 100%;
  }
}

.right-col {
  flex: 0 0 22.7272727273%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  .right-col {
    flex: 1 1 100%;
  }
}

.main-content {
  padding: 30px 0 50px;
}

.news {
  padding: 0px 0px 50px 0px;
}
.news__title {
  margin-bottom: 25px;
}
.news__item:not(:last-child) {
  margin: 0px 0px 25px 0px;
}
.news__text {
  display: flex;
  font-weight: 300;
  font-size: 16px;
  line-height: 135%;
  color: #000000;
  margin-bottom: 10px;
  transition: color 0.3s ease 0s;
}
.news__text span {
  margin-right: 11px;
}
@media (any-hover: hover) {
  .news__text:hover {
    color: #808080;
  }
}
.news__date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  line-height: 135%;
  color: #3f485f;
}
.news__views {
  display: flex;
  align-items: center;
  line-height: 100%;
}
.news__views span {
  margin-left: 8px;
}

.comments {
  padding: 0px 0px 50px 0px;
}
.comments__title {
  margin: 0px 0px 25px 0px;
}
.top-news__title {
  margin: 0px 0px 25px 0px;
}
.top-news__item:not(:last-child) {
  margin: 0px 0px 40px 0px;
}
.top-news__img {
  margin-bottom: 15px;
}
@media (max-width: 479.98px) {
  .top-news__img img {
    width: 100%;
  }
}
.top-news__date {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  color: #3F485F;
  margin-bottom: 15px;
}
.top-news__caption {
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
}
.top-news__time {
  font-size: 12px;
  line-height: 135%;
}
.top-news__link {
  display: flex;
  font-weight: bold;
  font-size: 15px;
  line-height: 135%;
  /* or 20px */
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .top-news__link:hover {
    color: #808080;
  }
}
.top-news__icon {
  margin-right: 10px;
}
.top-news__text {
  font-size: 13px;
  line-height: 150%;
  color: #777777;
}

.head-news {
  padding: 0px 0px 56px 0px;
}
.head-news__img {
  position: relative;
  margin-bottom: 20px;
}
.head-news__icon {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 125px;
  padding: 15px;
  width: 50px;
  background: #00B2FF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head-news__icon::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 0px;
  height: 0;
  border-width: 0px 25px 15px;
  border-style: solid;
  border-color: #00B2FF #00B2FF transparent;
}
.head-news__descr {
  transform: rotate(-90deg);
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  color: #FFFFFF;
  white-space: nowrap;
  position: relative;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
}
.head-news__title {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  /* or 31px */
  text-transform: uppercase;
  color: #000000;
  transition: color 0.3s ease 0s;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .head-news__title {
    font-size: 20px;
  }
}
@media (any-hover: hover) {
  .head-news__title:hover {
    color: #808080;
  }
}
.head-news__text {
  font-family: Merriweather;
  font-size: 13px;
  line-height: 150%;
  color: #777777;
  margin-bottom: 15px;
}
.head-news__link {
  display: block;
  font-size: 12px;
  line-height: 150%;
  color: #3F485F;
  position: relative;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .head-news__link:hover {
    color: #808080;
  }
  .head-news__link:hover span path {
    fill: #808080;
  }
}
.head-news__link span {
  position: absolute;
  bottom: -15px;
  left: 19px;
}

.our-look {
  padding: 0px 0px 50px 0px;
}
.our-look__title {
  margin: 0px 0px 25px 0px;
}
.our-look__box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.our-look__item {
  flex: 0 1 50%;
  padding: 0px 20px;
  margin-bottom: 40px;
}
@media (max-width: 479.98px) {
  .our-look__item {
    flex: 1 1 100%;
  }
}
.our-look__img {
  margin: 0px 0px 15px 0px;
}
.our-look__img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.our-look__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  color: #3f485f;
}
.our-look__label {
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  font-weight: 700;
}
.our-look__date {
  font-size: 12px;
  line-height: 135%;
}
.our-look__caption {
  display: block;
  margin: 0px 0px 10px 0px;
  font-weight: bold;
  font-size: 15px;
  line-height: 135%;
  /* or 20px */
  text-transform: uppercase;
  color: #000000;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .our-look__caption:hover {
    color: #808080;
  }
}
.our-look__text {
  font-family: Merriweather;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  /* or 19px */
  color: #777777;
}
.our-look__link {
  margin-top: -10px;
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  line-height: 150%;
  color: #3f485f;
  position: relative;
  transition: color 0.3s ease 0s;
}
@media (max-width: 780px) {
.our-look__link {
   margin-top: -30px;
  }
}
@media (any-hover: hover) {
  .our-look__link:hover {
    color: #808080;
  }
  .our-look__link:hover span path {
    fill: #808080;
  }
}
.our-look__link span {
  position: absolute;
  bottom: -15px;
  right: -10px;
}
@media (max-width: 780px) {
.our-look__link span {
  position: absolute;
  bottom: -15px;
  right: -5px;
  }
}
.our-look__banner {
  display: block;
  margin-top: 50px;
}

.release {
  padding: 0px 0px 30px 0px;
}
@media (max-width: 900px) {
  .release {
    padding-top: 30px;
  }
}
.release__title {
  margin: 0px 0px 25px 0px;
}
.release__box {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -20px;
}
.release__item {
  padding: 0px 20px;
  flex: 0 1 50%;
  margin: 0px 0px 20px 0px;
}
@media (max-width: 600px) {
  .release__item {
    flex: 1 1 100%;
  }
}
.release__img {
  margin: 0px 0px 15px 0px;
}
.release__img img {
  width: 100%;
  object-position: center;
  object-fit: cover;
}
.release__info {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  color: #3F485F;
  margin: 0px 0px 15px 0px;
}
.release__label {
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
}
.release__date {
  font-size: 12px;
  line-height: 135%;
}
.release__caption {
  display: flex;
  font-weight: bold;
  font-size: 15px;
  line-height: 135%;
  /* or 20px */
  text-transform: uppercase;
  color: #000000;
  margin: 0px 0px 10px 0px;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .release__caption:hover {
    color: #808080;
  }
}
.release__icon {
  margin: 0px 10px 0px 0px;
}
.release__text {
  font-family: Merriweather;
  font-size: 13px;
  line-height: 150%;
  /* or 19px */
  color: #777777;
}

.short {
  padding: 0px 0px 20px 0px;
}
.short__title {
  margin-bottom: 25px;
}
.short__item {
  margin-bottom: 30px;
}
.short__img {
  margin-bottom: 20px;
}
.short__img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.short__caption {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  /* or 31px */
  text-transform: uppercase;
  color: #000000;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .short__caption:hover {
    color: #808080;
  }
}
.short__text {
  margin-bottom: 15px;
  font-family: Merriweather;
  font-size: 13px;
  line-height: 150%;
  color: #777777;
}
.short__link {
  display: block;
  font-size: 12px;
  line-height: 150%;
  color: #3F485F;
  position: relative;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .short__link:hover {
    color: #808080;
  }
  .short__link:hover span path {
    fill: #808080;
  }
}
.short__link span {
  position: absolute;
  bottom: -15px;
  left: 19px;
}

.commercial {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.other-news {
  padding: 0px 0px 50px 0px;
}
.other-news__btn {
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  color: #FFFFFF;
  background: url("../img/other-news/bg.svg") -5px -5px no-repeat;
  background-color: #FF0000;
  transition: background-color 0.3s ease 0s;
  margin-bottom: 25px;
}
@media (any-hover: hover) {
  .other-news__btn:hover {
    background-color: #c50202;
  }
}
.other-news__item:not(:last-child) {
  margin: 0px 0px 25px 0px;
}
.other-news__caption {
  display: flex;
  font-weight: bold;
  font-size: 14px;
  line-height: 135%;
  color: #000000;
  transition: color 0.3s ease 0s;
  margin-bottom: 5px;
}
@media (any-hover: hover) {
  .other-news__caption:hover {
    color: #808080;
  }
}
.other-news__icon {
  margin-right: 11px;
}
.other-news__date {
  font-weight: bold;
  font-size: 12px;
  line-height: 135%;
  /* or 16px */
  color: #3F485F;
}

.popular-news {
  padding: 0px 0px 50px 0px;
}
.popular-news__title {
  margin: 0px 0px 25px 0px;
}
.popular-news__box {
  margin: 0px 0px 25px 0px;
}
.popular-news__item:not(:last-child) {
  margin: 0px 0px 25px 0px;
}
.popular-news__caption {
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  /* or 24px */
  text-transform: uppercase;
  color: #1F1F1F;
  margin: 0px 0px 10px 0px;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .popular-news__caption:hover {
    color: #808080;
  }
}
.popular-news__icon {
  margin-right: 11px;
}
.popular-news__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 13px;
  line-height: 135%;
  color: #3F485F;
}
.popular-news__date {
  font-size: 13px;
}
.popular-news__view {
  display: flex;
}
.popular-news__count {
  font-size: 12px;
  margin-right: 8px;
}
.popular-news__link {
  font-size: 12px;
  line-height: 150%;
  color: #3F485F;
  position: relative;
  transition: color 0.3s ease 0s;
  display: flex;
  justify-content: flex-end;
}
@media (any-hover: hover) {
  .popular-news__link:hover {
    color: #808080;
  }
  .popular-news__link:hover span path {
    fill: #808080;
  }
}
.popular-news__link span {
  position: absolute;
  bottom: -15px;
  right: -10px;
}
@media (max-width: 780px) {
.popular-news__link span {
  right: -5px;
}
}
.video-news {
  padding: 0px 0px 50px 0px;
}
.video-news__title {
  margin: 0px 0px 25px 0px;
}
.video-news__box {
  margin: 0px 0px 25px 0px;
}
.video-news__item:not(:last-child) {
  margin: 0px 0px 25px 0px;
}
.video-news__video {
  margin: 0px 0px 15px 0px;
}
.video-news__video iframe {
    width: 100%;
}
.video-news__caption {
  margin: 0px 0px 10px 0px;
  display: block;
  font-weight: bold;
  font-size: 15px;
  line-height: 150%;
  text-transform: uppercase;
  color: #000000;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .video-news__caption:hover {
    color: #808080;
  }
}
.video-news__text {
  font-family: Merriweather;
  font-size: 13px;
  line-height: 150%;
  color: #777777;
}
.video-news__link {
  font-size: 12px;
  line-height: 150%;
  color: #3f485f;
  position: relative;
  transition: color 0.3s ease 0s;
  display: flex;
  justify-content: flex-end;
}
@media (any-hover: hover) {
  .video-news__link:hover {
    color: #808080;
  }
  .video-news__link:hover span path {
    fill: #808080;
  }
}
.video-news__link span {
  position: absolute;
  bottom: -15px;
  right: -10px;
}
@media (max-width: 780px) {
.video-news__link span{
  right: -5px;
}
}

.commercial-right {
  height: 100%;
}
.commercial-right__img {
  display: block;
  transition: top 0.3s ease-in 0s;
}

.breadcrumbs__link {
  font-size: 14px;
  line-height: 135%;
  color: #3F485F;
}
.breadcrumbs__icon {
  font-size: 14px;
  line-height: 135%;
  /* identical to box height, or 19px */
  color: #3F485F;
}
.breadcrumbs__item {
  font-size: 14px;
  line-height: 135%;
  color: #808080;
}

.news-content {
  padding: 30px 0 50px;
}
.news-content__container {
  position: relative;
}
.news-content__title {
  font-weight: 900;
  font-size: 22px;
  line-height: 150%;
  text-transform: uppercase;
  color: #3f485f;
  padding: 25px 0 0;
}
.news-content__wrap {
  display: flex;
  margin-top: 25px;
}
@media (max-width: 767.98px) {
  .news-content__wrap {
    flex-wrap: wrap;
  }
}

.main-news {
  flex: 0 0 74.2424242424%;
}
@media (max-width: 767.98px) {
  .main-news {
    flex: 1 1 100%;
  }
}
.main-news__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 991.98px) {
  .main-news__list {
    margin: 0 -10px;
  }
}
.aside-news .main-news__list {
  margin-bottom: -40px;
}
.main-news__item {
  flex: 0 1 50%;
  padding: 0 20px;
  margin-bottom: 40px;
}
.search-page .main-news__item {
  flex: 0 1 25%;
}
@media (max-width: 991.98px) {
  .search-page .main-news__item {
    flex: 0 1 50%;
  }
}
@media (max-width: 767.98px) {
  .search-page .main-news__item {
    flex: 1 1 100%;
  }
}
@media (max-width: 991.98px) {
  .main-news__item {
    padding: 0 10px;
  }
}
@media (max-width: 479.98px) {
  .main-news__item {
    flex: 1 1 100%;
  }
}
.aside-news .main-news__item {
  flex: 1 1 auto;
}
.main-news__img {
  margin-bottom: 12px;
}
.aside-news .main-news__img {
  margin-bottom: 15px;
}
.main-news__img img {
  width: 100%;
}
.main-news__info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.main-news__label {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  color: #3f485f;
}
.aside-news .main-news__label {
  font-weight: 400;
  font-size: 14px;
}
.main-news__date {
  font-size: 13px;
  line-height: 135%;
  color: #3f485f;
}
.aside-news .main-news__date {
  font-size: 12px;
  font-weight: 400;
}
.main-news__caption {
  display: flex;
  font-weight: bold;
  font-size: 15px;
  line-height: 135%;
  /* or 20px */
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
}
.aside-news .main-news__caption {
  font-weight: 400;
}
@media (any-hover: hover) {
  .main-news__caption:hover {
    color: #808080;
  }
}
.main-news__icon {
  margin-right: 11px;
}
.main-news__text {
  font-family: Merriweather;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  /* or 19px */
  color: #777777;
}
.main-news__buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  margin-top: 10px;
}
.main-news__btn {
  background-color: #00b2ff;
  border-radius: 5px;
  text-align: center;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 8px;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
  transition: background-color 0.3s ease 0s;
}
.main-news__btn:hover {
  background-color: #019bdd;
}

.aside-news {
  flex: 0 0 22.7272727273%;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .aside-news {
    margin-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .aside-news {
    flex: 1 1 100%;
    margin-top: 50px;
    margin-left: 0;
    display: flex;
    flex-direction: column;
  }
  .aside-news *:last-child {
    margin: 0px 0px 0px 0px;
  }
}
.aside-news__title {
  font-weight: 900;
  font-size: 22px;
  line-height: 150%;
  text-transform: uppercase;
  color: #3f485f;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .aside-news__title {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .aside-news__title {
    font-size: 22px;
  }
}
.aside-news__banner {
  margin: 50px 0;
  height:100%;
}
.aside-news__banner a{
  display:block;
  transition: top 0.3s ease-in 0s;
}
@media (max-width: 767.98px) {
  .aside-news__banner {
    order: -1;
  }
}
.aside-news__comments {
  margin: 50px 0;
}
@media (max-width: 767.98px) {
  .aside-news__comments {
    margin: 90px 0 50px;
  }
}
.aside-news__caption {
  font-size: 24px;
  line-height: 150%;
  /* identical to box height, or 36px */
  text-transform: uppercase;
  color: #3f485f;
  margin-bottom: 25px;
}
.aside-news__comercial {
  margin: 50px 0;
}

.news-one {
  display: flex;
  flex-direction: column;
}
.news-one__content {
  width: 85.1020408163%;
  margin: 0 auto;
}
@media (max-width: 1332px) {
  .news-one__content {
    width: 100%;
  }
}
.news-one__row {
  margin-top: 25px;
  display: flex;
  width: 100%;
}
.news-one__wraper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex: 0 0 74.2424242424%;
   padding: 0 74px;
}
@media (max-width: 1332px) {
.news-one__wraper {
   padding: 0 0px;
}
}

@media (max-width: 767.98px) {
  .news-one__wraper {
    flex: 1 1 100%;
  }
}
.news-one__title {
  font-weight: 900;
  font-size: 22px;
  text-transform: uppercase;
  color: #3F485F;
}
.news-one__info {
  margin-left: 30px;
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 330px) {
  .news-one__info{
     margin-left: 15px;
  }
}
.news-one__date {
  font-weight: bold;
  font-size: 13px;
  line-height: 135%;
  /* identical to box height, or 18px */
  color: #3F485F;
}
.news-one__vievs {
  display: flex;
  align-items: center;
}
.news-one__count {
  font-weight: bold;
  font-size: 12px;
  line-height: 135%;
  /* or 16px */
  color: #3F485F;
  margin-right: 5px;
}
.news-one__content h1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  /* or 36px */
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 25px;
}
.news-one__content img {
  margin-bottom: 30px;
}
.news-one__content p {
  margin-bottom: 25px;
  font-family: Merriweather;
  font-size: 15px;
  line-height: 180%;
  color: #3E3E3E;
}
@media (max-width: 767.98px) {
  .news-one__content p {
    font-size: 14px;
  }
}
.news-one__tags {
  margin-bottom: 50px;
}
.news-one__comments {
  margin-bottom: 50px;
}
.news-one__banner {
  text-align: center;
}

.tags__box {
  background: #F2F2F2;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 19px;
}
@media (max-width: 1332px) {
  .tags__box {
    flex-direction: column;
  }
}
.tags__tag {
  flex: 0 0 57.1428571429%;
  display: flex;
}
@media (max-width: 1332px) {
  .tags__tag {
    margin-bottom: 30px;
  }
}
.tags__label {
  margin-right: 20px;
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  color: #3E3E3E;
}
.tags__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -15px;
}
.tags__item {
  margin: 0px 15px 15px 0px;
  font-size: 12px;
  line-height: 100%;
  color: #3E3E3E;
  transition: color 0.3s ease 0s;
}
.tags__item:hover {
  color: #BCBCBC;
}
.tags__links {
  flex: 0 0 33.6734693878%;
  display: flex;
  align-items: center;
}
@media (max-width: 479.98px) {
  .tags__links {
    flex-direction: column;
  }
}
.tags__share {
  margin-right: 32px;
  font-size: 18px;
  color: #000000;
  display: flex;
  align-items: center;
}
@media (max-width: 479.98px) {
  .tags__share {
    margin-bottom: 20px;
  }
}
.tags__share span {
  margin-right: 12px;
}
.tags__soc {
  display: flex;
}
.tags__soc-item:not(:last-child) {
  margin: 0px 20px 0px 0px;
}

.comments__nav {
  display: flex;
  margin-bottom: 30px;
}
.comments__item {
  background: #ECEFF3;
  border-radius: 5px;
  padding: 8px;
  margin-right: 30px;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  color: #3F485F;
  cursor: pointer;
}
.comments__item._active {
  background: #00B2FF;
  color: #FFFFFF;
}
@media (max-width: 767.98px) {
  .news-one-banner {
    order: 2;
    padding-top: 100px;
    text-align: center;
  }
}

.comments__box {
  margin-bottom: 50px;
}
.comments__main {
  margin-bottom: 30px;
}
.comments__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #3F485F;
  margin-bottom: 10px;
}
.comments__text {
  font-family: Merriweather;
  font-size: 15px;
  line-height: 180%;
  color: #3E3E3E;
  margin-bottom: 10px;
}
.comments__info {
  display: flex;
}
.comments__date {
  font-weight: bold;
  font-size: 12px;
  line-height: 135%;
  color: #3F485F;
  margin-right: 15px;
}
.comments__response {
  font-weight: bold;
  font-size: 12px;
  line-height: 135%;
  color: #3F485F;
  transition: color 0.3s ease 0s;
}
.comments__response:hover {
  color: #FF4646;
}
.comments__box-response {
  margin-left: 30px;
}
.comments__form {
  max-width: 640px;
  margin: 0 auto;
}

.form-comments__row {
  margin-bottom: 15px;
}
.form-comments__row textarea {
  padding: 10px 17px;
  height: 175.58px;
}
.form-comments__label {
  font-weight: 500;
  font-size: 18px;
  line-height: 122.2222222222%;
  color: #3F485F;
}
.form-comments__label span {
  color: #FF4646;
}
.form-comments__btn {
  text-align: center;
}
.form-comments__btn button {
  display: inline-flex;
  font-weight: bold;
  font-size: 15px;
  line-height: 100%;
  /* identical to box height, or 15px */
  text-transform: uppercase;
  height: 45px;
  justify-content: center;
  align-items: center;
  padding: 0px 15px;
  color: #FFFFFF;
  background-color: #00B2FF;
  border-radius: 5px;
  transition: background-color 0.3s ease 0s;
}
.form-comments__btn button:hover {
  background-color: #05A2E6;
}

.input-com {
  margin-top: 5px;
  background: #ECEFF3;
  border-radius: 5px;
  font-size: 16px;
  line-height: 19px;
  padding: 10px 17px;
  color: #3E3E3E;
  width: 100%;
  height: 100%;
}

.search-page__title {
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  /* identical to box height, or 36px */
  text-align: center;
  text-transform: uppercase;
  color: #3F485F;
  margin-bottom: 25px;
  margin-top: 50px;
}
.search-page__banner-1 {
  text-align: left;
}
@media (max-width: 767.98px) {
  .search-page__banner-1 {
    display: none;
  }
}
.search-page__banner-2 {
  display: none;
}
@media (max-width: 767.98px) {
  .search-page__banner-2 {
    display: block;
    text-align: center;
  }
}

.map {
  padding-bottom: 100px;
}
.map__title {
  font-weight: 900;
  font-size: 22px;
  line-height: 150%;
  /* identical to box height, or 33px */
  text-transform: uppercase;
  color: #3F485F;
  margin: 25px 0;
}
.map__list {
  font-size: 15px;
  line-height: 135%;
  color: #3F485F;
}
.map__list li {
  margin-bottom: 15px;
}
.map__item {
  margin-left: 25px;
  position: relative;
}
.map__item a:hover {
  text-decoration: underline;
}
.map__item::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -30px;
  background: url("../img/map-icon.svg") 0 0 no-repeat;
  width: 10px;
  height: 15px;
}
.map__sub-list {
  margin-left: 30px;
  margin-top: 15px;
}
.map__sub-item {
  position: relative;
  margin-bottom: 15px;
}
.map__sub-item a:hover {
  text-decoration: underline;
}
.map__sub-item::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -30px;
  background: url("../img/map-icon.svg") 0 0 no-repeat;
  width: 10px;
  height: 15px;
}

.about__content {
  color: #3E3E3E;
}
.about__content p {
  font-family: Merriweather;
  font-size: 15px;
  line-height: 180%;
  color: #3E3E3E;
  max-width: 700px;
  margin: 15px auto;
}
@media (max-width: 479.98px) {
  .about__content p {
    font-size: 14px;
  }
}
.about__content p.btnn {
  text-align: center;
  margin: 30px auto;
}
.about__content p span {
  color: #BCBCBC;
}
.about__content h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  color: #000000;
  margin-top: 25px;
  margin-bottom: 15px;
}
.about__content a {
  display: inline-flex;
  background: #00B2FF;
  border-radius: 5px;
  font-weight: bold;
  font-size: 15px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
  height: 45px;
  justify-content: center;
  align-items: center;
  padding: 0px 15px;
}
.about__content ul {
  max-width: 700px;
  margin: 0 auto;
}
.about__content li {
  list-style: disc;
  margin: 10px 0;
}
.about__content blockquote {
  max-width: 700px;
  margin: 0 auto;
  padding: 15px 22px;
  background: #F2F2F2;
  color: #3E3E3E;
}
.about__contacts {
  margin-top: 50px;
}
.about__contacts h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: #000000;
}
.about__contacts h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}
.about__row {
  display: flex;
  font-family: Merriweather;
  font-size: 15px;
  line-height: 180%;
  color: #000000;
}
@media (max-width: 479.98px) {
  .about__row {
    font-size: 14px;
  }
}
.about__left {
  margin-right: 25px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 479.98px) {
  .about__left {
    margin-right: 0;
  }
}
.about__address-text {
  margin-bottom: 15px;
}
.about__phone-text {
  margin-bottom: 15px;
}
.about__email-text {
  margin-bottom: 15px;
}
.about__soc-text {
  margin-bottom: 15px;
}
.about__right {
  display: flex;
  flex-direction: column;
}
.about__address {
  margin-bottom: 15px;
}
.about__phone {
  margin-bottom: 15px;
}
.about__email {
  margin-bottom: 15px;
}
.about__soc {
  margin-bottom: 15px;
  display: flex;
}
.about__soc a {
  margin-right: 20px;
}
.about__name {
  display: flex;
  align-items: center;
  font-family: Merriweather;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}
.about__name span {
  margin-left: 36px;
}
.about__contact-link {
  display: flex;
  flex-direction: column;
  font-family: Merriweather;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 150%;
  color: #000000;
}
.about__company p {
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
}
.about__company-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.about__company-item {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .about__company-item {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.about__company-item a {
  margin: 0 11px;
}
@media (max-width: 767.98px) {
  .about__company-item a {
    margin: 15px 0;
  }
}

.footer {
  padding: 80px 0 40px;
  background: #3E3E3E;
  color: #888888;
}
.footer__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0px 0px 21px 0px;
}
@media (max-width: 1332px) {
  .footer__row {
    justify-content: center;
  }
}
@media (max-width: 1332px) {
  .footer__logo {
    flex: 1 1 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.footer__menu {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1332px) {
  .footer__menu {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .footer__menu {
    flex-direction: column;
    flex: 1 1 100%;
    order: 3;
    margin: 0px 0px 20px 0px;
  }
}
.footer__menu-item:not(:last-child) {
  margin: 0px 30px 0px 0px;
}
@media (max-width: 767.98px) {
  .footer__menu-item:not(:last-child):not(:last-child) {
    margin: 0px 0px 20px 0px;
  }
}
.footer__menu-item a {
  font-weight: bold;
  font-size: 15px;
  line-height: 100%;
  text-transform: uppercase;
  transition: color 0.3s ease 0s;
}
.footer__menu-item a:hover {
  color: #FF4646;
}
.footer__donate {
  margin-left: 30px;
  background-color: #FF4646;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  padding: 0px 15px;
  font-weight: bold;
  font-size: 15px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: background-color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .footer__donate:hover {
    background-color: #D93232;
  }
}
@media (max-width: 991.98px) {
  .footer__donate {
    margin: 10px auto;
  }
}
@media (max-width: 767.98px) {
  .footer__donate {
    order: 3;
  }
}
.footer__soc {
  flex: 1 1 100%;
  margin-top: 23px;
}
@media (max-width: 767.98px) {
  .footer__soc {
    order: 2;
    margin: 0px 0px 20px 0px;
  }
}
.footer__body {
  display: flex;
  justify-content: space-between;
  margin-bottom: 58px;
}
@media (max-width: 991.98px) {
  .footer__body {
    flex-direction: column;
    margin: 0px 0px;
  }
}
.footer__left {
  flex: 0 0 48.4848484848%;
}
@media (max-width: 991.98px) {
  .footer__left {
    flex: 1 1 100%;
    margin-bottom: 50px;
  }
}
.footer__right {
  flex: 0 0 48.4848484848%;
}
@media (max-width: 991.98px) {
  .footer__right {
    flex: 1 1 100%;
    margin-bottom: 50px;
  }
}
.footer__caption {
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
  color: #FFFFFF;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .footer__caption {
    font-size: 20px;
  }
}
.footer__text p {
  font-family: Merriweather;
  font-size: 15px;
  line-height: 150%;
}
.footer__text p:not(:last-child) {
  margin: 0px 0px 15px 0px;
}
@media (max-width: 767.98px) {
  .footer__text p {
    font-size: 14px;
  }
}
.footer__partners {
  margin-bottom: 30px;
}
.footer__head {
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 10px;
}
.footer__copy {
  font-size: 13px;
  text-align: center;
}

.soc__list {
  display: flex;
  align-items: center;
}
@media (max-width: 1332px) {
  .soc__list {
    justify-content: center;
  }
}
.soc__item {
  margin: 0px 17.5px;
}
.soc__item a {
  transition: opacity 0.3s ease 0s;
}
@media (any-hover: hover) {
  .soc__item a:hover {
    opacity: 0.5;
  }
}

.partners__list {
  display: flex;
}
.partners__item:not(:last-child) {
  margin: 0px 20px 0px 0px;
}

.form-footer__row {
  display: flex;
  align-items: center;
}
.form-footer__input {
  width: 214px;
}
.form-footer__inp {
  width: 100%;
  height: 37px;
  background: #ECEFF3;
  border-radius: 5px;
  font-size: 13px;
  line-height: 100%;
  font-family: Fira Sans;
  color: #888888;
  padding: 0px 10px;
}
.form-footer__btn {
  margin-left: 11px;
}
.form-footer__button {
  background-color: #FF4646;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  min-height: 37px;
  padding: 0px 8px;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  transition: background-color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .form-footer__button:hover {
    background-color: #D93232;
  }
}

.page {
  flex: 1 1 auto;
}

html {
  scroll-behavior: smooth;
}

.title {
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: #3F485F;
}

img {
  max-width: 100%;
}

.btn-up {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 126px;
  opacity: 0;
  width: 60px;
  height: 60px;
  background: #00B2FF;
  box-shadow: 0px 19px 30px rgba(82, 102, 174, 0.12);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1565px) {
  .btn-up {
    right: 10px;
  }
}
@media (max-width: 767.98px) {
  .btn-up {
    width: 40px;
    height: 40px;
  }
.btn-up svg {
    width: 20px;
    height: 20px;
  }
}

iframe {
  width: 100%;
  height: 500px;
}

@media (max-width: 550px) {
  iframe {
    height: 400px;
  }
}

