@font-face {
  font-family: "Onest";
  font-display: swap;
  src: url("../fonts/OnestBlack.woff") format("woff"), url("../fonts/OnestBlack.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  font-display: swap;
  src: url("../fonts/OnestBold.woff") format("woff"), url("../fonts/OnestBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  font-display: swap;
  src: url("../fonts/OnestMedium.woff") format("woff"), url("../fonts/OnestMedium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  font-display: swap;
  src: url("../fonts/OnestExtraBold.woff") format("woff"), url("../fonts/OnestExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  font-display: swap;
  src: url("../fonts/OnestRegular.woff") format("woff"), url("../fonts/OnestRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

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

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

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

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

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

input,
button,
textarea {
  font-family: "Onest";
}

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

button {
  cursor: pointer;
}

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

a,
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: #fff;
  font-size: 16px;
  line-height: 1.2;
}

body._bg {
  background: #10232E !important;
}

body:not(._lock) .header._scroll {
  background: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

body:not(._lock) .header._scroll .language-header__item {
  color: #10232E;
}

body:not(._lock) .header._scroll .language-header__item._active {
  border-color: #10232E;
}

body:not(._lock) .header._scroll .header__logo ._logo-dark {
  display: block;
}

body:not(._lock) .header._scroll .header__logo ._logo-light {
  display: none;
}

body:not(._lock) .header._scroll .header__phone {
  color: #10232E;
}

body:not(._lock) .header._scroll .header__phone svg path {
  fill: #10232E;
}

body:not(._lock) .header._scroll .icon-menu span {
  background: #10232E;
}

body._lock {
  overflow: hidden;
}

body._lock .header._scroll {
  background: #10232E;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

._container {
  padding: 0px 20px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  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;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  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%;
}

.select__options {
  color: #000;
  display: none;
  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;
}

.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}

.select._active {
  z-index: 5;
}

.select._active .select__value:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  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;
}

._error {
  position: relative;
}

.form__error {
  position: absolute;
  bottom: calc(56px / 2);
  left: calc(100% + 15px);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border-radius: 8px;
  background: #ED1D1D;
  width: 130px;
  padding: 10px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.form__error::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 6px solid red;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateX(-100%) translateY(-50%);
  -ms-transform: translateX(-100%) translateY(-50%);
  transform: translateX(-100%) translateY(-50%);
}

.input {
  width: 100%;
  display: block;
  min-height: 56px;
  padding: 0px 20px;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: none;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.input:focus {
  border-color: #818EFF;
}

.input._error {
  border-color: #EF0707;
}

textarea.input {
  resize: none;
  padding: 15px 20px;
  border-radius: 12px;
  height: 100px;
  overflow-y: auto;
}

.switch__input {
  display: none;
}

.switch__input:checked+.switch__content .switch__circle {
  left: auto;
  right: 1px;
}

.switch__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.switch__text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.switch__wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  width: 50px;
  min-height: 30px;
  position: relative;
  background: #34C759;
  border-radius: 50px;
  cursor: pointer;
}

.switch__circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 0.1px 0.3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 0.1px 0.3px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 1px;
  left: 1px;
}

.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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: "";
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  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;
}

.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  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 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.options__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
}

.options__text:before {
  content: "";
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  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: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating-block {
  display: table;
  font-size: 0;
}

.rating {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.rating.edit .star {
  cursor: pointer;
}

.rating .star {
  width: 17px;
  height: 14px;
  display: inline-block;
  position: relative;
  z-index: 3;
}

.rating__line {
  position: absolute;
  width: 85px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating.svg") 0 0 no-repeat;
  z-index: 1;
  background-size: 85px 100%;
}

.rating__activeline {
  position: absolute;
  width: 0px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating_active.svg") 0 0 no-repeat;
  z-index: 2;
  background-size: 85px 100%;
}

.rating__value {
  display: inline-block;
  color: #1b3139;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle;
}

.quantity {
  width: 88px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}

.quantity__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}

.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.quantity__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

img,
svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
}

._btn {
  border-radius: 50px;
  background: #9D2228;
  padding: 10px 34px;
  min-height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

._btn._stroke {
  color: #10232E;
  border: 1px solid #10232E;
  background: #fff;
}

._btn._white {
  background: #fff;
  color: #9D2228;
}

._title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

h1._title {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  text-align: center;
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}

ol.counter li {
  position: relative;
}

ol.counter li:before {
  counter-increment: item;
  content: counter(item) ". ";
}

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

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  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;
  -o-object-fit: cover;
  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;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.moretext {
  overflow: hidden;
}

.moretext__more {
  cursor: pointer;
}

.moretext__more span {
  font-style: normal;
}

.moretext__more span:first-child {
  display: block;
}

.moretext__more span:last-child {
  display: none;
}

.moretext__more.active span {
  font-style: normal;
}

.moretext__more.active span:first-child {
  display: none;
}

.moretext__more.active span:last-child {
  display: block;
}

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

@media screen and (max-width: 900px) {
  ._swiper {
    overflow: hidden;
  }
}

._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

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

.slick-slider {
  position: relative;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slick-slider .slick-track {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slider .slick-slide {
  position: relative;
}

.tab__item {
  display: none;
}

.tab__item.active {
  display: block;
}

._tabs-block {
  display: none;
}

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

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

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

.gm-style-iw-t {
  opacity: 0;
}

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important;
}

.baloon button {
  display: none !important;
}

.baloon:after {
  display: none !important;
}

.baloon-style {
  display: none;
}

.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0px !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important;
}

.baloon-content.gm-style-iw>.gm-style-iw-d {
  overflow: hidden !important;
  max-width: none !important;
}

.baloon-content.gm-style-iw:after {
  display: none !important;
}

.baloon-close {
  top: 18px !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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagging__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.pagging__link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagging__link._active {
  border-color: #fff;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 20px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}

.popup::before {
  content: "";
  background: rgba(16, 35, 46, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}

.popup.show {
  visibility: visible;
  overflow: auto;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.popup._active {
  overflow: auto;
  visibility: visible;
}

.popup._active::before {
  opacity: 1;
}

.popup._active .popup__body {
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.popup__body {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 16px;
  background: #B6FFB6;
  padding: 40px;
  width: 100%;
  max-width: 575px;
}

.popup__close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") center/cover no-repeat;
}

.sended__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sended__title {
  color: #10232E;
  max-width: 350px;
}

.sended__text {
  color: #10232E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.offer .popup__body {
  background: #fff;
  padding: 30px;
}

.offer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.offer__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 28px;
  color: #10232E;
}

.offer__close {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  height: 32px;
  width: 32px;
  cursor: pointer;
}

.offer__close img,
.offer__close svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  height: 32px;
  width: 32px;
}

.offer__form {
  margin-top: 20px;
}

.form-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}

.form-offer__label {
  color: #10232E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.form-offer__input {
  margin-top: 5px;
  border-color: #10232E;
  color: #10232E;
}

.form-offer__textarea {
  margin-top: 5px;
  border-color: #10232E;
  color: #10232E;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 5;
}

.header::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  min-height: 70px;
}

.header__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - (209px + 20px * 2)) / 2);
  flex: 0 0 calc((100% - (209px + 20px * 2)) / 2);
}

.header__column:last-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.header__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 209px;
  flex: 0 0 209px;
  width: 209px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  z-index: 1;
}

.header__logo ._logo-dark {
  display: none;
}

.header__logo ._logo-light {
  display: block;
}

.header__logo img,
.header__logo svg {
  width: 100%;
  max-width: 100%;
}

.header__phone {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.header__phone img,
.header__phone svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.header__phone svg path {
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.language-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.language-header__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

@media screen and (max-width: 900px) {
  .language-header__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
  }
}

.language-header__item._active {
  border-color: #fff;
}

.menu__body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #10232E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 160px 20px 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow-y: auto;
  max-height: 100dvh;
}

.menu__body::after {
  content: "";
  width: 100%;
  height: 70px;
  background: #10232E;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.menu__body:not(._active) {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.menu__list {
  list-style-type: none;
  counter-reset: item;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 40px;
  width: 100%;
  max-width: 340px;
  position: relative;
  z-index: 0;
}

.menu__item {
  position: relative;
}

.menu__item:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: -12px;
  top: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #9D2228;
  border-radius: 50%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.menu__name {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu__name._spoller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.menu__name._spoller._active .menu__icon-spoller::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.menu__icon-spoller {
  width: 24px;
  height: 24px;
  margin-left: auto;
  position: relative;
}

.menu__icon-spoller::before,
.menu__icon-spoller::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu__icon-spoller::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.menu__sublist {
  margin-top: 10px;
}

.sublist-menu {
  display: none;
}

.sublist-menu__item:not(:last-child) {
  margin-bottom: 10px;
}

.sublist-menu__link {
  font-size: 32px;
  color: #fff;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sublist-menu__link::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
  background: url(../img/icons/arrow-red.svg) center/cover no-repeat;
  margin-left: auto;
}

.icon-menu {
  display: block;
  position: relative;
  width: 30px;
  height: 12px;
  cursor: pointer;
  z-index: 1;
}

.icon-menu span {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  top: calc(50% - 1px);
  left: 0px;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.icon-menu span:first-child {
  top: 0px;
}

.icon-menu span:last-child {
  top: auto;
  bottom: 0px;
}

.icon-menu._active span:first-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: calc(50% - 1px);
}

.icon-menu._active span:last-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: calc(50% - 1px);
}

.footer {
  background: #10232E;
  padding: 70px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__column._main {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__title {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.footer__title::before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  left: -23px;
  background: #9D2228;
  display: inline-block;
}

.footer__body {
  margin-top: 15px;
}

.main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
}

.main-footer__logo {
  width: 100%;
  max-width: 224px;
}

.main-footer__logo img,
.main-footer__logo svg {
  width: 100%;
  max-width: 100%;
}

.main-footer__copy {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.main-footer__dev {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-footer__dev svg path {
  fill: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-footer__dev img,
.main-footer__dev svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.list-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}

.list-footer__link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.banner {
  min-height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -70px;
  width: 100%;
}

.banner__slider {
  width: 100%;
  max-width: 100%;
}

.banner__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 50px 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.banner__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.banner__body {
  padding: 0px 20px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.banner__title {
  color: #fff;
  font-size: 56px;
  font-weight: 800;
  text-transform: uppercase;
  max-width: 921px;
  width: 100%;
}

.brands {
  background: #10232E;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brands__slider {
  padding: 0px 20px;
}

.brands__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.brands__item img {
  max-width: 100%;
}

.brands__item:not(:last-child) {
  margin-right: 65px;
}

.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 110px;
  -moz-column-gap: 110px;
  column-gap: 110px;
}

.about__body {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 490px;
  flex: 0 0 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 24px;
}

.about__title {
  color: #10232E;
  font-size: 32px;
  font-weight: 700;
}

.about__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #10232E;
}

.about__description ul {
  padding-left: 25px;
}

.about__description ul li {
  position: relative;
}

.about__description ul li:not(:last-child) {
  margin-bottom: 20px;
}

.about__description ul li::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #FE782C;
  position: absolute;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about__description>*:not(:last-child) {
  margin-bottom: 20px;
}

.about__button {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.about__image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 545px;
  height: 100%;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  position: relative;
  margin-right: -20px;
  padding-right: 20px;
}

.about__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

.about__plate {
  position: absolute;
  top: 0;
  right: 0;
}

.place-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  row-gap: 20px;
  background: #9D2228;
  width: 220px;
}

.place-about__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42px;
  flex: 0 0 42px;
  height: 42px;
  width: 42px;
}

.place-about__icon img,
.place-about__icon svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42px;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
}

.place-about__value {
  line-height: 0.7;
  color: #fff;
  font-size: 68px;
  font-weight: 700;
}

.place-about__text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.head-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  row-gap: 20px;
}

.head-section__suptitle {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 22px;
  border: 2px solid #fff;
  border-radius: 50px;
  min-height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.activity {
  padding: 80px 0px;
  background: #10232E;
}

.activity__content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 30px;
}

.activity__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
  flex: 0 0 calc((100% - 30px * 2) / 3);
}

.item-activity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
}

.item-activity__head {
  position: relative;
}

.item-activity__image {
  width: 100%;
  min-height: 254px;
  position: relative;
  border-radius: 16px;
  display: block;
  overflow: hidden;
}

.item-activity__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-activity__icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #9D2228;
  position: absolute;
  bottom: -30px;
  right: 20px;
}

.item-activity__icon img,
.item-activity__icon svg {
  width: 38px;
  height: 38px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38px;
  flex: 0 0 38px;
}

.item-activity__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
}

.item-activity__title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-activity__description {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.missions {
  padding: 80px 0px;
  background: #9D2228;
}

.missions__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.projects {
  padding: 80px 0px 0px;
  background: #10232E;
}

.projects__content {
  margin: 30px -20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.projects__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 2);
  flex: 0 0 calc(100% / 2);
}

.project {
  aspect-ratio: 800/570;
  position: relative;
}

.project__image {
  width: 100%;
  height: 100%;
  /* max-height: 428px; */
  max-height: 274px;
  /* position: absolute;
  top: 0;
  left: 0; */
  overflow: hidden;
  border-radius: 16px;
}

.project__image img {
  width: 100%;
  height: 100%;
  /* position: absolute;
  top: 0;
  left: 0; */
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.project__tag {
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 30px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  padding: 10px 24px;
  background: #10232E;
  border-radius: 50px;
}

.project__name {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  bottom: 30px;
  left: 30px;
  right: 30px;
  text-align: center;
}

.request-offer {
  padding: 80px 0px;
  background: #10232E;
}

.request-offer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.request-offer__wrapper:not(:first-child) {
  margin-top: 70px;
}

.request-offer__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 50px * 1) / 2);
  flex: 0 0 calc((100% - 50px * 1) / 2);
  min-height: 100%;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  position: relative;
}

.request-offer__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.request-offer__body {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 50px * 1) / 2);
  flex: 0 0 calc((100% - 50px * 1) / 2);
}

.request-offer__form {
  margin-top: 20px;
}

.form-request-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}

.form-request-offer__label {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.form-request-offer__input {
  margin-top: 5px;
}

.contacts {
  background: #9D2228;
}

.contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts__info {
  padding: 40px 40px 40px 0px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 2);
  flex: 0 0 calc(100% / 2);
}

.contacts__list {
  margin-top: 30px;
}

.contacts__item {
  padding: 15px 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.contacts__item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.contacts__item::after {
  content: "";
  width: 3px;
  height: calc(100% - 30px);
  top: 15px;
  left: 0;
  position: absolute;
  background: #fff;
  display: inline-block;
}

.contacts__item a {
  color: inherit;
}

.contacts__item:first-child {
  padding-top: 0;
}

.contacts__item:first-child::after {
  top: 0;
  height: calc(100% - 15px);
}

.contacts__item:last-child {
  padding-bottom: 0;
}

.contacts__item:last-child::after {
  height: calc(100% - 15px);
}

.contacts__name {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.contacts__name span {
  font-weight: 400;
}

.contacts__map {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  margin-right: -20px;
  padding-right: 20px;
}

.contacts__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.projects-catalog {
  padding: 70px 0px 30px;
}

.projects-catalog__content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 40px;
}

.projects-catalog__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 25px;
}

.projects-catalog__filter {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media screen and (min-width: 900px) {
  .projects-catalog__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.projects-catalog__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  /* text-align: center; */
  margin-bottom: 40px;
}

.filter-projects-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.filter-projects-catalog__item {
  display: block;
}

.filter-projects-catalog__input {
  display: none;
}

.filter-projects-catalog__input:checked+.filter-projects-catalog__text {
  background: #9D2228;
}

.filter-projects-catalog__text {
  padding: 5px 24px;
  border: 2px solid #9D2228;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.project-page {
  padding: 70px 0px 80px;
}

.project-page__container {
  max-width: 1080px;
}

.project-page__content {
  margin-top: 50px;
}

.project-page__section {
  padding: 50px 0px;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}

.project-page__section:first-child {
  padding-top: 0;
}

.project-page__text {
  color: #fff;
  font-size: 18px;
  /* font-weight: 500; */
  line-height: 1.3;
}

.project-page__text>*:not(:last-child) {
  margin-bottom: 20px;
}

.project-page__text h4 {
  font-size: 20px;
  font-weight: 700;
}

.project-page__text ol li {
  list-style: none;
}

.project-page__text ol li:not(:last-child) {
  margin-bottom: 10px;
}

.main-project-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
}

.main-project-page__image {
  width: 100%;
  height: 715px;
  position: relative;
}

.main-project-page__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-project-page__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 40px;
}

.main-project-page__item {
  padding: 15px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-project-page__name {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-transform: uppercase;
}

.main-project-page__bottom {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.about-content {
  padding: 70px 0px 80px;
}

.about-content__content {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-content__image {
  -webkit-box-flex: calc(100% / 2);
  -ms-flex: calc(100% / 2);
  flex: calc(100% / 2);
  aspect-ratio: 1/0.8;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.about-content__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-content__body {
  -webkit-box-flex: calc(100% / 2);
  -ms-flex: calc(100% / 2);
  flex: calc(100% / 2);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.about-content__name {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.about-content__description {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.about-content__description>*:not(:last-child) {
  margin-bottom: 20px;
}

.intervened {
  padding: 50px 0px 50px;
}

.intervened__content {
  margin-top: 30px;
}

.intervened__slider {
  overflow: visible;
}

.intervened__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 430px;
  flex: 0 0 430px;
  aspect-ratio: 430/300;
  position: relative;
  overflow: hidden;
}

.intervened__item:not(:last-child) {
  margin-right: 5px;
}

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

.head-intervened,
.head-map-restoration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.head-intervened__main,
.head-map-restoration__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 5px;
}

.head-intervened__title,
.head-map-restoration__title {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
}

.head-intervened__text,
.head-map-restoration__text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.head-intervened__button,
.head-map-restoration__button {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.head-intervened__arrows,
.head-map-restoration__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.head-intervened__arrow,
.head-map-restoration__arrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #fff;
}

.head-intervened__arrow svg path,
.head-map-restoration__arrow svg path {
  fill: #8A8B97;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.head-intervened__arrow img,
.head-intervened__arrow svg,
.head-map-restoration__arrow img,
.head-map-restoration__arrow svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.process {
  padding: 100px 0px 50px;
}

.process__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.process__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 30px * 3) / 4);
  flex: 0 0 calc((100% - 30px * 3) / 4);
}

.head-process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.head-process__title {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
}

.item-process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
}

.item-process__head {
  position: relative;
}

.item-process__image {
  aspect-ratio: 1/0.9;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.item-process__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.item-process__count {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #9D2228;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  bottom: -20px;
  right: 30px;
}

.item-process__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.item-process__name {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.item-process__text {
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
}

.map-restoration {
  padding: 50px 0px;
}

.map-restoration__head .head-intervened__main {
  row-gap: 20px;
}

.map-restoration__head .head-intervened__text {
  font-size: 18px;
}

.our-projects {
  padding: 50px 0px;
}

.our-projects__title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.our-projects__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}

.our-projects__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
  flex: 0 0 calc((100% - 30px * 2) / 3);
}

.item-our-projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
}

.item-our-projects__head {
  position: relative;
}

.item-our-projects__mod {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 15px;
  background: #9D2228;
  border-radius: 4px;
  z-index: 1;
}

.item-our-projects__image {
  position: relative;
  aspect-ratio: 380/254;
  overflow: hidden;
  border-radius: 16px;
  display: block;
}

.item-our-projects__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.item-our-projects__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.item-our-projects__name {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.item-our-projects__text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.item-our-projects__button {
  margin-top: 20px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.missions-page {
  padding: 70px 0px 80px;
}

.missions-page__content {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 100px;
}

.item-mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
}

.item-mission__head {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  min-height: 490px;
}

.item-mission__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.item-mission__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 35, 46, 0)), to(#10232E));
  background: -o-linear-gradient(top, rgba(16, 35, 46, 0) 0%, #10232E 100%);
  background: linear-gradient(180deg, rgba(16, 35, 46, 0) 0%, #10232E 100%);
}

.item-mission__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.item-mission__body {
  position: absolute;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.item-mission__name {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.item-mission__text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.benefits-item-mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.benefits-item-mission__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
  flex: 0 0 calc((100% - 20px * 2) / 3);
  padding: 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}

.benefits-item-mission__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.benefits-item-mission__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  background: #9D2228;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.benefits-item-mission__icon img,
.benefits-item-mission__icon svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

.benefits-item-mission__name {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.benefits-item-mission__text {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
}

.team {
  padding: 70px 0px 80px;
}

.team__content {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
  flex: 0 0 calc((100% - 20px * 3) / 4);
}

.item-team {
  aspect-ratio: 285/360;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.item-team__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.item-team__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(16, 35, 46, 0)), to(#10232E));
  background: -o-linear-gradient(top, rgba(16, 35, 46, 0) 65%, #10232E 100%);
  background: linear-gradient(180deg, rgba(16, 35, 46, 0) 65%, #10232E 100%);
}

.item-team__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.item-team__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 5px;
  position: absolute;
  z-index: 1;
}

.item-team__name {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.item-team__work {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 60%;
}

.history {
  padding: 70px 0px 80px;
}

.history__content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 100px;
  padding-left: 40px;
  position: relative;
}

.history__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.history__year {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  padding: 5px 10px;
  background: #9D2228;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.history__body {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.history__body>*:not(:last-child) {
  margin-bottom: 20px;
}

.history__body h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.history__body picture {
  display: block;
}

.history__body ul {
  padding-left: 25px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.history__body ul li {
  position: relative;
}

.history__body ul li:not(:last-child) {
  margin-bottom: 20px;
}

.history__body ul li::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #9D2228;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}

.history__body img {
  width: 100%;
  max-width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.error-page {
  margin-top: -70px;
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-page__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
  text-align: center;
}

.error-page__title {
  color: #fff;
  font-size: 56px;
  font-weight: 800;
  text-transform: uppercase;
}

.error-page__text {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.page {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 70px;
}

@media (min-width: 479.98px) {
  .sended__title {
    font-size: 32px !important;
  }

  .item-mission__name {
    font-size: 18px;
  }
}

@media (min-width: 721.98px) {
  .footer__column:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer__body {
    display: block !important;
  }

  .history__content::after {
    content: "";
    width: 1px;
    height: calc(100% - 32px);
    top: 32px;
    left: 0;
    background: #fff;
    display: inline-block;
    position: absolute;
  }

  .history__year::after {
    content: "";
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 100%;
    display: inline-block;
    z-index: 1;
  }
}

@media (min-width: 991.98px) {

  .quantity__button:hover::before,
  .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .head-section__button {
    margin-top: 10px;
  }

  .item-our-projects__name {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }

  .checkbox a:hover {
    text-decoration: none;
  }
}

@media (min-width: 1252px) {
  .about__image {
    margin-right: calc((100vw - 1200px) / 2 * -1);
    padding-right: calc((100vw - 1200px) / 2);
    aspect-ratio: 800/652;
  }

  .projects__content {
    margin: 30px calc((100vw - 1200px) / 2 * -1) 0px;
  }

  .contacts__map {
    margin-right: calc((100vw - 1200px) / 2 * -1);
    padding-right: calc((100vw - 1200px) / 2);
  }
}

@media (max-width: 1500px) {
  .form__error {
    right: 0px;
    left: auto;
    bottom: 80%;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }

  .form__error::after {
    bottom: 0;
    left: 50%;
    top: auto;
    -webkit-transform: translateX(-50%) translateY(90%) rotate(-90deg);
    -ms-transform: translateX(-50%) translateY(90%) rotate(-90deg);
    transform: translateX(-50%) translateY(90%) rotate(-90deg);
  }
}

@media (max-width: 1252px) {
  ._title {
    font-size: 28px;
  }

  h1._title {
    font-size: 42px;
  }

  .footer {
    padding: 40px 0px;
  }

  .banner {
    min-height: 560px;
  }

  .banner__title {
    font-size: 46px;
    max-width: 730px;
  }

  .brands {
    min-height: 72px;
  }

  .brands__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }

  .brands__item:not(:last-child) {
    margin-right: 35px;
  }

  .about__wrapper {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .about__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
    flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .about__title {
    font-size: 28px;
  }

  .place-about {
    padding: 13px;
    width: 145px;
    row-gap: 12px;
  }

  .place-about__icon {
    width: 28px;
    height: 28px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
  }

  .place-about__icon img,
  .place-about__icon svg {
    width: 28px;
    height: 28px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
  }

  .place-about__value {
    font-size: 52px;
  }

  .place-about__text {
    font-size: 12px;
  }

  .activity {
    padding: 60px 0px;
  }

  .item-activity__title {
    font-size: 20px;
  }

  .missions {
    padding: 60px 0px;
  }

  .projects {
    padding: 60px 0px 0px;
  }

  .project__tag {
    font-size: 16px;
  }

  .project__name {
    font-size: 24px;
  }

  .request-offer {
    padding: 60px 0px;
  }

  .request-offer__wrapper:not(:first-child) {
    margin-top: 50px;
  }

  .request-offer__wrapper {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .request-offer__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
    flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .request-offer__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
    flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .projects-catalog {
    padding: 60px 0px 30px;
  }

  .projects-catalog__content {
    margin-top: 30px;
    row-gap: 30px;
  }

  .project-page {
    padding: 60px 0px 50px;
  }

  .project-page__content {
    margin-top: 40px;
  }

  .about-content {
    padding: 60px 0px 50px;
  }

  .about-content__content {
    margin-top: 30px;
  }

  .about-content__body {
    row-gap: 20px;
  }

  .about-content__name {
    font-size: 24px;
  }

  .about-content__description {
    font-size: 16px;
  }

  .intervened {
    padding: 30px 0px 30px;
  }

  .intervened__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 310px;
    flex: 0 0 310px;
  }

  .head-intervened__text,
  .head-map-restoration__text {
    font-size: 16px;
  }

  .process {
    padding: 60px 0px 30px;
  }

  .process__content {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }

  .process__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
    flex: 0 0 calc((100% - 20px * 3) / 4);
  }

  .item-process {
    row-gap: 20px;
  }

  .item-process__count {
    width: 62px;
    height: 62px;
    right: 15px;
    bottom: -15px;
    font-size: 28px;
  }

  .item-process__name {
    font-size: 20px;
  }

  .map-restoration {
    padding: 30px 0px;
  }

  .our-projects__content {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .our-projects__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
    flex: 0 0 calc((100% - 20px * 2) / 3);
  }

  .item-our-projects {
    row-gap: 20px;
  }

  .item-our-projects__name {
    font-size: 20px;
  }

  .item-our-projects__button {
    margin-top: 10px;
  }

  .missions-page {
    padding: 60px 0px 50px;
  }

  .missions-page__content {
    margin-top: 30px;
  }

  .team {
    padding: 60px 0px 50px;
  }

  .team__content {
    margin-top: 30px;
  }

  .history {
    padding: 60px 0px 50px;
  }
}

@media (max-width: 991.98px) {
  .select__title {
    font-size: 18px;
  }

  .select__options {
    font-size: 18px;
  }

  ._title {
    font-size: 24px;
  }

  h1._title {
    font-size: 32px;
  }

  .footer__column._main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .footer__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0px 40px;
  }

  .footer__column:first-child {
    padding-left: 0;
  }

  .footer__title {
    font-size: 14px;
  }

  .main-footer {
    row-gap: 20px;
  }

  .main-footer__logo {
    max-width: 160px;
  }

  .main-footer__copy {
    font-size: 14px;
  }

  .main-footer__dev {
    font-size: 14px;
  }

  .list-footer {
    row-gap: 12px;
  }

  .list-footer__link {
    font-size: 14px;
  }

  .banner__title {
    max-width: 525px;
    font-size: 36px;
  }

  .brands__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
  }

  .brands__item:not(:last-child) {
    margin-right: 20px;
  }

  .about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about__body {
    row-gap: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding: 40px 0px;
  }

  .about__title {
    font-size: 24px;
  }

  .about__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 340px;
    margin: 0px -20px;
    padding: 0px 20px;
  }

  .about__img img {
    -o-object-position: top;
    object-position: top;
  }

  .activity {
    padding: 40px 0px;
  }

  .item-activity {
    row-gap: 12px;
  }

  .item-activity__image {
    min-height: 160px;
  }

  .item-activity__icon {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: -8px;
  }

  .item-activity__icon img,
  .item-activity__icon svg {
    width: 28px;
    height: 28px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
  }

  .item-activity__title {
    font-size: 18px;
  }

  .item-activity__description {
    font-size: 14px;
  }

  .missions {
    padding: 40px 0px;
  }

  .projects {
    padding: 40px 0px 0px;
  }

  .projects__content {
    margin-top: 20px;
  }

  .project__tag {
    font-size: 14px;
  }

  .project__name {
    font-size: 18px;
  }

  .request-offer {
    padding: 40px 0px 60px;
  }

  .contacts__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts__info {
    padding: 40px 0px;
  }

  .contacts__list {
    margin-top: 20px;
  }

  .contacts__map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0px -20px;
    padding: 0px 20px;
    min-height: 250px;
  }

  .projects-catalog {
    padding: 40px 0px 30px;
  }

  .projects-catalog__top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .filter-projects-catalog {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }

  .filter-projects-catalog__text {
    padding: 0px 16px;
  }

  .project-page {
    padding: 40px 0px 40px;
  }

  .project-page__content {
    margin-top: 30px;
  }

  .project-page__section {
    padding: 30px 0px;
  }

  .main-project-page__image {
    height: 485px;
  }

  .about-content {
    padding: 40px 0px 40px;
  }

  .about-content__content {
    margin-top: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about-content__body {
    padding: 10px 0px 10px 20px;
  }

  .about-content__name {
    font-size: 20px;
  }

  .intervened {
    padding: 25px 0px;
  }

  .intervened__content {
    margin-top: 20px;
  }

  .intervened__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
  }

  .head-intervened__title,
  .head-map-restoration__title {
    font-size: 24px;
  }

  .head-intervened__text,
  .head-map-restoration__text {
    font-size: 14px;
  }

  .process {
    padding: 50px 0px;
  }

  .process__content {
    margin-top: 20px;
  }

  .head-process__title {
    font-size: 24px;
  }

  .item-process {
    row-gap: 12px;
  }

  .item-process__count {
    width: 42px;
    height: 42px;
    right: 6px;
    bottom: -8px;
    font-size: 20px;
  }

  .item-process__name {
    font-size: 18px;
  }

  .map-restoration {
    padding: 25px 0px;
  }

  .map-restoration__head .head-intervened__text {
    font-size: 16px;
  }

  .our-projects {
    padding: 10px 0px 20px;
  }

  .our-projects__title {
    font-size: 24px;
  }

  .our-projects__content {
    margin-top: 20px;
  }

  .item-our-projects__text {
    min-height: 3lh;
  }

  .missions-page {
    padding: 40px 0px 40px;
  }

  .missions-page__content {
    margin-top: 20px;
    row-gap: 60px;
  }

  .item-mission__head {
    min-height: 350px;
  }

  .item-mission__body {
    padding: 20px;
  }

  .item-mission__name {
    font-size: 24px;
  }

  .item-mission__text {
    font-size: 16px;
  }

  .benefits-item-mission__item {
    padding: 15px;
    row-gap: 15px;
  }

  .benefits-item-mission__main {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .benefits-item-mission__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44px;
    flex: 0 0 44px;
    height: 44px;
    width: 44px;
  }

  .benefits-item-mission__icon img,
  .benefits-item-mission__icon svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }

  .benefits-item-mission__name {
    font-size: 16px;
  }

  .benefits-item-mission__text {
    font-size: 14px;
  }

  .team {
    padding: 40px 0px 40px;
  }

  .team__content {
    margin-top: 20px;
    row-gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .team__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
  }

  .history {
    padding: 40px 0px 40px;
  }

  .history__content {
    row-gap: 60px;
    margin-top: 20px;
  }

  .history__year {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    font-size: 32px;
  }

  .history__body>*:not(:last-child) {
    margin-bottom: 15px;
  }

  .history__body h3 {
    font-size: 24px;
  }

  .history__body ul {
    font-size: 18px;
  }

  .history__body ul li:not(:last-child) {
    margin-bottom: 15px;
  }

  .error-page__text {
    font-size: 18px;
  }
}

@media (max-width: 721.98px) {
  .header__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - (120px + 20px * 2)) / 2);
    flex: 0 0 calc((100% - (120px + 20px * 2)) / 2);
  }

  .header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    width: 120px;
  }

  .header__phone {
    display: none;
  }

  .menu__body::after {
    height: 50px;
  }

  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }

  .footer__column._main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer__column {
    padding: 0px 0px 0px 20px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .footer__title._active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .footer__title::after {
    content: "";
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    margin-left: auto;
    background: url(../img/icons/spoller-arrow.svg) center/cover no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .footer__body {
    display: none;
  }

  .activity__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
    flex: 0 0 calc((100% - 30px * 1) / 2);
  }

  .request-offer__image {
    display: none;
  }

  .request-offer__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .main-project-page__info {
    padding: 20px;
  }

  .about-content__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }

  .about-content__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .about-content__body {
    padding: 0px;
  }

  .head-intervened,
  .head-map-restoration {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .process__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
    flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .head-process {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .item-process__image {
    aspect-ratio: 1/0.66;
  }

  .item-process__image img {
    -o-object-position: top;
    object-position: top;
  }

  .our-projects__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .item-our-projects__text {
    min-height: 0px;
  }

  .benefits-item-mission__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc((100% - 20px * 1) / 2);
    flex: 1 0 calc((100% - 20px * 1) / 2);
  }

  .history__content {
    padding-left: 0;
  }

  .history__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .history__year {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (max-width: 479.98px) {
  ._title {
    font-size: 22px;
  }

  h1._title {
    font-size: 24px;
  }

  .popup__body {
    padding: 40px 20px;
  }

  .sended__content {
    row-gap: 15px;
  }

  .header__content {
    min-height: 50px;
  }

  .menu__body {
    padding-top: 100px;
  }

  .menu__list {
    padding-left: 36px;
  }

  .menu__name {
    font-size: 32px;
  }

  .sublist-menu__link {
    font-size: 22px;
  }

  .footer {
    padding: 20px 0px;
  }

  .banner {
    min-height: 360px;
  }

  .banner__item {
    padding: 50px 0px 20px;
  }

  .banner__title {
    font-size: 22px;
    max-width: 100%;
  }

  .brands {
    min-height: 64px;
  }

  .brands__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
  }

  .brands__item:not(:last-child) {
    margin-right: 15px;
  }

  .about__body {
    row-gap: 15px;
    padding: 20px 0px;
  }

  .about__title {
    font-size: 22px;
  }

  .about__description ul li:not(:last-child) {
    margin-bottom: 15px;
  }

  .activity {
    padding: 30px 0px;
  }

  .activity__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .missions {
    padding: 30px 0px;
  }

  .missions__head .head-section__title {
    font-size: 16px;
  }

  .projects {
    padding: 30px 0px 0px;
  }

  .projects__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .request-offer {
    padding: 30px 0px;
  }

  .contacts__info {
    padding: 30px 0px;
  }

  .contacts__map {
    min-height: 370px;
  }

  .projects-catalog {
    padding: 30px 0px;
  }

  .projects-catalog__content {
    row-gap: 20px;
    margin-top: 20px;
  }

  .projects-catalog__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .projects-catalog__bottom {
    margin-top: 10px;
  }

  .filter-projects-catalog__text {
    font-size: 14px;
  }

  .project-page {
    padding: 30px 0px 40px;
  }

  .project-page__content {
    margin-top: 20px;
  }

  .project-page__section {
    padding: 20px 0px;
  }

  .project-page__text {
    font-size: 16px;
  }

  .main-project-page__image {
    height: 215px;
  }

  .main-project-page__info {
    padding: 20px 15px;
  }

  .main-project-page__item {
    font-size: 16px;
  }

  .main-project-page__name {
    font-size: 14px;
  }

  .main-project-page__bottom {
    margin-top: 20px;
  }

  .about-content {
    padding: 30px 0px 40px;
  }

  .about-content__image {
    aspect-ratio: 1/0.85;
  }

  .intervened {
    padding: 20px 0px 0px;
  }

  .head-intervened__title,
  .head-map-restoration__title {
    font-size: 22px;
  }

  .process {
    padding: 40px 0px 20px;
  }

  .process__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .head-process__title {
    font-size: 22px;
  }

  .map-restoration {
    padding: 20px 0px;
  }

  .our-projects__title {
    font-size: 22px;
  }

  .our-projects__content {
    row-gap: 20px;
  }

  .missions-page {
    padding: 30px 0px 40px;
  }

  .item-mission__text {
    font-size: 14px;
  }

  .benefits-item-mission__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .team {
    padding: 30px 0px 40px;
  }

  .history {
    padding: 30px 0px 40px;
  }

  .history__content {
    margin-top: 30px;
    row-gap: 40px;
  }

  .error-page {
    margin-top: -50px;
  }

  .page {
    padding-top: 50px;
  }
}

@media (max-width: 991.98px) and (min-width: 721.98px) {
  .footer__column:last-child {
    padding-right: 0;
  }
}

@media (min-width: 721.98px) and (max-width: 991.98px) {
  .history__content::after {
    height: calc(100% - 25px);
    top: 25px;
  }
}

@media (any-hover: hover) {
  ._btn._stroke:hover {
    background: #10232E;
    color: #fff;
  }

  ._btn._white:hover {
    background: #ebdcdc;
  }

  ._btn:hover {
    background: #751a1e;
  }

  .pagging__link:not(._active):hover {
    color: #9D2228;
  }

  .menu__name:hover {
    color: #9D2228;
  }

  .menu__name:hover .menu__icon-spoller::before,
  .menu__name:hover .menu__icon-spoller::after {
    background: #9D2228;
  }

  .sublist-menu__link:hover {
    color: #9D2228;
  }

  .main-footer__dev:hover {
    color: #9D2228;
  }

  .main-footer__dev:hover svg path {
    fill: #9D2228;
  }

  .list-footer__link:hover {
    color: #9D2228;
  }

  .item-activity__image:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .item-activity__title:hover {
    color: #9D2228;
  }

  .project:hover .project__image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .contacts__item a:hover {
    text-decoration: underline;
  }

  .filter-projects-catalog__input:not(:checked)+.filter-projects-catalog__text:hover {
    color: #9D2228;
  }

  .head-intervened__arrow:hover svg path,
  .head-map-restoration__arrow:hover svg path {
    fill: #fff;
  }

  .item-our-projects__image:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .item-our-projects__name:hover {
    color: #9D2228;
  }
}