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

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

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

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

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

@font-face {
  font-family: "Lato";
  font-display: swap;
  src: url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.woff2") format("woff2");
  font-weight: 700;
  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: 320px;
}

body {
  line-height: 1;
  font-family: "Lato";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
}
input,
button,
textarea {
  font-family: "Lato";
}

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;
}
.request-send__text a{
  text-decoration: none;
  color:#000;
}
.request-send__text a:hover{
  color:#F4C547;
}
._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;
}

body {
  color: #333333;
  font-size: 18px;
}

body._lock {
  overflow: hidden;
}

body._lock .header::after {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.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: 1540px;
  margin: 0 auto;
}

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

.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;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
  background: #fff;
  min-height: 50px;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  border: 1px solid #fff;
}

.input._error {
  border-color: #FCD7D7;
  background: #FCD7D7;
  color: #F20C0C;
}

.input:focus {
  border-color: #09460C;
}

textarea.input {
  resize: none;
  padding: 10px 20px;
  height: 100px;
  overflow-y: auto;
}

.file__input {
  display: none;
}

.file__content {
  border: 2px dashed #FFF;
  min-height: 50px;
  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-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  cursor: pointer;
}

.file__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  height: 18px;
  width: 18px;
}

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

.file__name {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.form__error {
  color: #F20C0C;
  font-size: 12px;
  font-weight: 500;
}

.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 {
  vertical-align: middle;
  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;
}

._btn {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
  background: #F4C547;
  min-height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

._btn._green {
  color: #fff;
  background: #09460C;
}

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;
  -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;
}

._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%;
}

.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-color: rgba(51, 51, 51, 0.45);
  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;
  background-color: #fff;
  padding: 30px;
  width: 100%;
  max-width: 320px;
}

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

.request__title {
  color: #09460C;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.request__form {
  margin-top: 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: 20px;
}

.request__row {
  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;
}

.request__label {
  color: #09460C;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.request__input {
  background: #EAEAEA;
  border-color: #EAEAEA;
  color: #BABABA;
  background: #EAEAEA;
  border-color: #EAEAEA;
  color: #BABABA;
}

.request__input._focus {
  color: #333333;
}

.request__input:focus {
  border-color: #333333;
}

.request__textarea {
  background: #EAEAEA;
  border-color: #EAEAEA;
  color: #BABABA;
}

.request__textarea._focus {
  color: #09460C;
}

.request__textarea:focus {
  border-color: #09460C;
}

.request__button {
  min-height: 37px;
  padding: 10px 20px;
}

.request-send__title {
  color: #09460C;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
}

.request-send__body {
  margin-top: 30px;
  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;
}

.request-send__text {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.request-send__button {
  min-height: 37px;
  padding: 10px 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-transform: uppercase;
}

.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 2;
}

.header::after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(9, 70, 12, 0.4);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

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

.header__logo {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 156px;
          flex: 0 0 156px;
  width: 156px;
}

.header__logo img,
.header__logo svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}

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

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  height: 50px;
  border-bottom: 1px solid #E9E9E9;
}

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

.header__button {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
  min-height: 0px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background: #F4C547;
}

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

.header__language {
  margin-right: 30px;
}

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

.contacts-header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

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

.top-menu {
  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;
  padding: 10px 20px 0px;
  border-bottom: 1px solid #EBEBEB;
}

.top-menu__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 77px;
          flex: 0 0 77px;
  margin-right: auto;
}

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

.top-menu__close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  height: 32px;
  width: 32px;
}

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

.contacts-menu {
  padding: 30px;
  background: #09460C;
}

.contacts-menu__title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.contacts-menu__list {
  margin-top: 20px;
  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: 12px;
}

.contacts-menu__item {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.list-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.list-menu__link {
  color: #09460C;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.list-menu__link._active {
  color: #F4C547;
  text-decoration: underline;
}

.language-header {
  position: relative;
}

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

.language-header__top._active .language-header__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.language-header__value {
  font-size: 14px;
  font-weight: 500;
  color: #09460C;
  text-transform: uppercase;
}

.language-header__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  height: 14px;
  width: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.language-header__arrow img,
.language-header__arrow svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  width: 14px;
  height: 14px;
}

.language-header__body {
  position: absolute;
  left: -10px;
  right: -10px;
  background: #fff;
  top: calc(100% + 5px);
  padding: 3px 0px;
  display: none;
}

.language-header__item {
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #09460C;
  text-transform: uppercase;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.language-header__item._active{
  display:none;
}

.icon-menu {
  display: none;
}

.footer {
  padding: 50px 0px;
  background: #09460C;
}

.footer__bottom {
  border-top: 1px solid #D4DEE7;
  padding: 20px 0px;
}

.main-footer__top {
  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;
  padding-bottom: 30px;
  border-bottom: 1px solid #D4DEE7;
}

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

.main-footer__menu {
  padding: 30px 0px;
}

.nav-main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 10px;
}

.nav-main-footer__link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.social-main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.social-main-footer__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

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

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

.menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-footer__name {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-footer__list {
  margin-top: 20px;
}

.menu-footer__item:not(:last-child) {
  margin-bottom: 12px;
}

.menu-footer__link {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.bottom-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.bottom-footer__dev {
  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;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

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

.bottom-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;
}

.banner {
  position: relative;
  height: 600px;
  margin-bottom: 40px;
}
.banner__slider {
  width: 100%;
  max-width: 100%;
}

.banner__item {
  position: absolute;
  top:0;
  left:0;
 
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  height:100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 680px;
  height: 100%;
  background: rgba(9, 70, 12, 0.9);
  padding: 30px 65px;
  z-index: 1;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 30px;
}

.banner__suptitle {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  padding-left: 10px;
  border-left: 3px solid #F4C547;
}

.banner__title {
  font-size: 65px;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
}

.banner__title span {
  color: #F4C547;
  padding-right: 25px;
}
.banner p,
.banner__text {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  max-width: 500px;
}
.banner__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  height: 42px;
  width: 42px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.banner__arrow.banner-arrow-prev {
  left: calc((100vw - 1320px) / 2 - 100px);
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.banner__arrow.banner-arrow-next {
  right: calc((100vw - 1320px) / 2 - 100px);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

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

.banner__paggination {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  max-width: 100%;
}
.banner__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

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

.section-row {
  padding: 40px 0px;
}

.section-row__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
.section-row__image:not(:has(iframe)),
.section-row__image:has(iframe) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 630px;
          flex: 0 0 630px;
}

.section-row__img {
  width: 100%;
  min-height: 100%;
  padding-bottom: 87%;
  position: relative;
}

.section-row__img._fixed {
  min-height: 0px;
}

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

.section-row__body {
  -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: 30px;
}

.section-row__sup {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #09460C;
  padding-left: 10px;
  border-left: 3px solid #F4C547;
}

.section-row__title {
  margin-top: -10px;
  font-size: 32px;
  color: #333333;
  font-weight: 800;
}

.section-row__description {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  max-width: 540px;
}

.section-row__description > *:not(:last-child) {
  margin-bottom: 10px;
}

.contacts-section-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.contacts-section-row__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: 7px;
}

.contacts-section-row__icon {
  width: 32px;
}

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

.contacts-section-row__main {
  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: 7px;
}

.contacts-section-row__name {
  font-size: 18px;
  color: #A3A4A5;
  font-weight: 400;
  line-height: 1.4;
}

.contacts-section-row__value {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.section-row__body li,
.list-section-row__item {
  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;
}
.section-row__body li::before,
.list-section-row__item::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  background: url(../img/icons/check.svg) center/24px no-repeat, #F4C547;
}
.section-row__body li:not(:last-child),
.list-section-row__item:not(:last-child) {
  margin-bottom: 30px;
}
.section-row__body li p,
.list-section-row__info {
  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;
}
.section-row__body h3,
.list-section-row__name {
  font-size: 20px;
  font-weight: 700;
  color: #333;
}
.section-row__body p,
.list-section-row__description {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.project-section-row__wrapper {
  position: relative;
  
  width: 100%;
}

.project-section-row__map {
  width: 100%;
  max-width: 100%;
  height:520px;
  position:absolute;
  top:0;
  left:0;
}
.project-section-row__map iframe,
.project-section-row__map img,
.project-section-row__map svg {
  width: 100%;
  max-width: 100%;
  height:100%;
  display:flex;
  object-fit:cover;
  -o-object-fit:cover;
}

.project-section-row__items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.project-section-row__item {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.project-section-row__item._active {
  z-index: 1;
}

.project-section-row__item._active .project-section-row__icon svg path[stroke] {
  stroke: #F4C547;
}

.project-section-row__item._active .project-section-row__icon svg path:not([stroke]) {
  fill: #F4C547;
}

.project-section-row__item._active .project-section-row__body {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.project-section-row__icon {
  cursor: pointer;
}

.project-section-row__icon img,
.project-section-row__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.project-section-row__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  padding: 20px;
  width: 465px;
  background: #fff;
  -webkit-box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
          box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 40%;
  left: calc(100% + 40px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.project-section-row__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  aspect-ratio: 10/8;
  position: relative;
}

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

.project-section-row__info {
  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: 12px;
}

.project-section-row__title {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.project-section-row__description {
  color: #333333;
  font-size: 16px;
  line-height: 1.3;
}

.project-section-row__more {
  color: #F4C547;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.complited-projects {
  padding: 100px 0px;
  background: #09460C;
  margin: 40px 0px;
}

.complited-projects__container {
  padding: 0px 120px;
}

.complited-projects__body {
  width: 100%;
  max-width: 750px;
}

.complited-projects__title {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  line-height: 1.4;
}

.complited-projects__title::after {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -40px;
  background: #F4C547;
}

.complited-projects__description {
  margin-top: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.about-section {
  background: #F4C547;
  padding: 150px 0px;
  position: relative;
  margin-top: 40px;
  overflow: hidden;
}

.about-section._feedback {
  padding: 50px 0px;
}

.about-section._feedback .about-section__image-mob {
  display: none;
}

.about-section__container {
  padding: 0px 120px;
  position: relative;
}

.about-section__body {
  position: relative;
  z-index: 1;
}

.about-section__bg-title {
  font-size: 152px;
  color: #CBA745;
  text-transform: uppercase;
  font-weight: 800;
  position: absolute;
  bottom: calc(100% - 40px);
  z-index: -1;
}

.about-section__title {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.3;
}

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

.about-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.about-section__name {
  font-size: 18px;
  color: inherit;
  font-weight: 700;
  line-height: 1.4;
}

.about-section__text {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}

.about-section__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

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

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

.about-section__image {
  mix-blend-mode: color-burn;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 700px;
}

.about-section__image img {
  width: 100%;
  max-width: 100%;
}

.about-section__image-mob {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 170px;
  mix-blend-mode: color-burn;
}

.about-section__image-mob img {
  width: 100%;
  max-width: 100%;
}

.about-section__form {
  width: 100%;
  max-width: 595px;
}

.form-about-section__title {
  color: #09460C;
  font-size: 32px;
  font-weight: 800;
}

.form-about-section__content {
  margin-top: 20px;
  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-about-section__row {
  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;
}

.form-about-section__label {
  color: #09460C;
  font-size: 16px;
  font-weight: 400;
}

.mini-banner {
  background: #F4C547;
  padding-bottom: 40px;
}

.mini-banner__container {
  padding: 30px 20px;
  min-height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mini-banner__title {
  color: #09460C;
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 20px;
  background: #fff;
  display: inline-block;
}

.page-wrapper {
  width: 100%;
  max-width: 1340px;
  background: #fff;
  padding-bottom: 40px;
}

.page-wrapper:last-child {
  padding-bottom: 70px;
}

.breadcrums {
  padding: 30px 0px;
}

.breadcrums__list {
  color: #85888E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  line-height: 1.6;
}

.breadcrums__item a {
  color: #333333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.breadcrums__item:not(:last-child) {
  margin-right: 7px;
}

.breadcrums__item:not(:last-child)::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5px;
          flex: 0 0 5px;
  height: 5px;
  width: 5px;
  display: inline-block;
  margin-left: 10px;
  background: #F4C547;
  vertical-align: middle;
}

.about-page__wrapper {
  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;
}

.about-page__row {
  border: 1px solid #E0E0E0;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.about-page__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 60px) / 2);
          flex: 0 0 calc((100% - 60px) / 2);
}

.about-page__title {
  color: #333333;
  font-size: 24px;
  font-weight: 800;
}

.about-page__description {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 20px;
}

.about-page__description ul {
  padding-left: 20px;
}

.about-page__description ul li {
  list-style: disc;
}

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

.about-page__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 60px) / 2);
          flex: 0 0 calc((100% - 60px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.services__wrapper {
  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;
}

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

.services__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px * 1) / 2);
          flex: 0 0 calc((100% - 40px * 1) / 2);
  aspect-ratio: 588/460;
  position: relative;
}

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

.services__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px * 1) / 2);
          flex: 0 0 calc((100% - 40px * 1) / 2);
  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;
}

.services__title {
  color: #333333;
  font-size: 32px;
  font-weight: 800;
}

.services__description {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

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

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

.services__description ul li {
  list-style: disc;
}

.services__button {
  min-height: 39px;
}

.portfolio__title {
  color: #333333;
  font-size: 32px;
  font-weight: 800;
}

.portfolio__content {
  margin-top: 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;
}

.portfolio__description {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.portfolio__description > *:not(:last-child) {
  margin-bottom: 10px;
}
.project-section-row__map,
.portfolio__map {
  height: 520px;
}

.review {
  margin-top: 70px;
}

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

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

.review__form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 460px;
          flex: 0 0 460px;
  background: #F4C547;
  padding: 30px;
}

.list-review__title {
  color: #333333;
  font-size: 32px;
  font-weight: 800;
}

.list-review__content {
  margin-top: 30px;
}

.list-review__item {
  padding: 30px 0px;
}

.list-review__item:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
}

.list-review__item:first-child {
  padding-top: 0;
}

.list-review__item:last-child {
  padding-bottom: 0;
}

.list-review__name {
  color: #333333;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
}

.list-review__text {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 10px;
}

.form-review__title {
  color: #09460C;
  font-size: 32px;
  font-weight: 800;
}

.form-review__content {
  margin-top: 20px;
  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-review__row {
  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;
}

.form-review__label {
  color: #09460C;
  font-size: 16px;
  font-weight: 400;
}

.contacts__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 490px;
  grid-template-columns: 1fr 490px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.contacts__column {
  padding: 30px;
  border: 1px solid #E0E0E0;
  background: #FFF;
}

.contacts__title {
  color: #333333;
  font-size: 24px;
  font-weight: 800;
}

.contacts__body {
  margin-top: 20px;
}

.contacts__actions {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

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

.contacts__button._btn:not(._green) {
  color: #09460C;
}

.contacts__description {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

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

.list-contacts {
  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-contacts__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: 5px;
}

.list-contacts__name {
  color: #85888E;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.list-contacts__value {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.contacts__list .list-contacts__item ul,
.list-contacts__timework {
  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;
}
.contacts__list .list-contacts__item ul li,
.list-contacts__timework li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px 1fr;
  grid-template-columns: 150px 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.blog__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: 40px;
}

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

.blog__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 512px;
          flex: 0 0 512px;
  aspect-ratio: 512/318;
  position: relative;
  overflow: hidden;
}

.blog__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;
}

.blog__info {
  -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: 25px;
}

.blog__category {
  color: #F4C547;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.blog__name {
  color: #333333;
  font-size: 32px;
  font-weight: 800;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog__text {
  color: #6D6E76;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.blog__paggination {
  margin-top: 40px;
}

.paggination-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.paggination-blog__btn {
  color: #09460C;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.paggination-blog__btn._disabled {
  color: #6D6E76;
  font-size: 24px;
  letter-spacing: normal;
  pointer-events: none;
}

.blog-page__container {
  position: relative;
  padding-bottom: 70px;
}

.blog-page__container::after {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background: #6D6E76;
  opacity: 0.3;
  left: 20px;
  right: 20px;
  bottom: 0;
  position: absolute;
}

.blog-page__image {
  width: 100%;
  max-width: 100%;
}

.blog-page__image img {
  width: 100%;
  max-width: 100%;
}

.blog-page__body {
  width: 100%;
  max-width: 840px;
  color: #6D6E76;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 40px auto 0px;
  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;
}

.blog-page__body h2 {
  color: #333333;
  font-size: 32px;
  font-weight: 800;
}

.portfolio__description ul,
.blog-page__body ul {
  padding-left: 20px;
  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;
}

.portfolio__description ul li,
.blog-page__body ul li {
  list-style: disc;
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  opacity: 0.8;
}

.other-blog {
  padding-top: 60px;
}

.other-blog__title {
  color: #333333;
  font-size: 32px;
  font-weight: 800;
}

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

.other-blog__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
          flex: 0 0 calc((100% - 30px * 2) / 3);
  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;
}

.other-blog__image {
  width: 100%;
  aspect-ratio: 384/318;
  position: relative;
  display: block;
}

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

.other-blog__body {
  -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: 15px;
}

.other-blog__name {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.other-blog__text {
  color: #6D6E76;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

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

@media (min-width: 721.98px) {
  .menu__top {
    display: none;
  }

  .menu__contacts {
    display: none;
  }

  .section-row._revers .section-row__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .about-section__image-mob {
    display: none;
  }

  .about-page__row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .services__row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 991.98px) {
  .quantity__button:hover::before,
  .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

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

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

@media (min-width: 1552px) {
  .section-row._portfolio .section-row__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 630px;
            flex: 0 0 630px;
  }

  .section-row._portfolio .section-row__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .page-wrapper {
    margin: -40px auto 0px;
  }

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

@media (max-width: 1552px) {
  .header__content {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }

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

  .header__menu {
    height: 46px;
  }

  .list-menu {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

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

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

  .banner {
    aspect-ratio: 16/6;
    height: auto;
    margin-bottom: 20px;
  }

  .banner__body {
    row-gap: 20px;
    padding: 20px;
    width: 440px;
  }

  .banner__suptitle {
    font-size: 14px;
  }

  .banner__title {
    font-size: 35px;
  }

  .banner__text {
    font-size: 16px;
  }

  .banner__button {
    font-size: 14px;
    min-height: 38px;
  }

  .section-row {
    padding: 20px 0px;
  }

  .section-row__wrapper {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }

  .section-row__image:not(:has(iframe)) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px * 1) / 2);
            flex: 0 0 calc((100% - 40px * 1) / 2);
  }

  .section-row__body {
    row-gap: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px * 1) / 2);
            flex: 0 0 calc((100% - 40px * 1) / 2);
  }

  .section-row__sup {
    font-size: 16px;
  }

  .section-row__title {
    font-size: 28px;
    margin-top: 0;
  }

  .section-row__description {
    font-size: 16px;
  }

  .contacts-section-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .contacts-section-row__name {
    font-size: 16px;
  }

  .contacts-section-row__value {
    font-size: 18px;
  }

  .list-section-row__item::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    height: 32px;
    width: 32px;
    background: url(../img/icons/check.svg) center/20px no-repeat, #F4C547;
  }

  .list-section-row__item:not(:last-child) {
    margin-bottom: 15px;
  }

  .list-section-row__name {
    font-size: 18px;
  }

  .list-section-row__description {
    font-size: 16px;
  }

  .project-section-row__body {
    top: auto;
    left: auto;
    right: -60px;
    bottom: calc(100% + 20px);
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }

  .project-section-row__title {
    font-size: 16px;
  }

  .project-section-row__description {
    font-size: 14px;
  }

  .complited-projects {
    padding: 60px 0px;
    margin: 20px 0px;
  }

  .complited-projects__container {
    padding: 0px 100px;
  }

  .complited-projects__title {
    font-size: 32px;
  }

  .complited-projects__description {
    font-size: 16px;
  }

  .about-section {
    padding: 80px 0px;
    margin-top: 20px;
  }

  .about-section__container {
    padding: 0px 80px;
  }

  .about-section__bg-title {
    font-size: 78px;
    bottom: calc(100% - 25px);
  }

  .about-section__title {
    font-size: 32px;
  }

  .about-section__text {
    font-size: 26px;
  }

  .about-section__image {
    width: 440px;
  }

  .mini-banner {
    padding-bottom: 0;
  }

  .mini-banner__container {
    min-height: 240px;
  }

  .mini-banner__title {
    font-size: 40px;
  }

  .page-wrapper {
    margin: 0px auto;
    padding-bottom: 20px;
  }

  .page-wrapper:last-child {
    padding-bottom: 40px;
  }

  .breadcrums {
    padding: 10px 0px;
  }

  .about-page {
    padding-top: 20px;
  }

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

  .about-page__row {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 20px;
  }

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

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

  .about-page__description {
    margin-top: 12px;
  }

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

  .services {
    padding-top: 20px;
  }

  .services__wrapper {
    row-gap: 20px;
  }

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

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

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

  .services__title {
    font-size: 28px;
  }

  .services__description {
    font-size: 16px;
  }

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

  .portfolio {
    padding-top: 10px;
  }

  .portfolio__title {
    font-size: 28px;
  }

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

  .portfolio__description {
    font-size: 16px;
  }
.project-section-row__map,
  .portfolio__map {
    height: 420px;
  }

  .review {
    margin-top: 60px;
  }

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

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

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

  .list-review__title {
    font-size: 28px;
  }

  .list-review__content {
    margin-top: 20px;
  }

  .list-review__item {
    padding: 20px 0px;
  }

  .list-review__text {
    font-size: 16px;
  }

  .form-review__title {
    font-size: 28px;
  }

  .contacts {
    padding-top: 20px;
  }

  .contacts__wrapper {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .blog {
    padding-top: 25px;
  }

  .blog__body {
    row-gap: 30px;
  }

  .blog__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 278px;
            flex: 0 0 278px;
  }

  .blog__info {
    row-gap: 20px;
  }

  .blog__category {
    font-size: 14px;
  }

  .blog__name {
    font-size: 28px;
  }

  .blog__paggination {
    margin-top: 30px;
  }

  .blog-page__container {
    padding-bottom: 40px;
  }

  .blog-page__body h2 {
    font-size: 28px;
  }

  .other-blog {
    padding-top: 40px;
  }

  .other-blog__title {
    font-size: 28px;
  }

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

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

  .other-blog__name {
    font-size: 22px;
  }

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

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

  .select__options {
    font-size: 18px;
  }

  .header__content {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }

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

  .header__top {
    height: 46px;
    padding: 4px 0px;
  }

  .header__button {
    padding: 10px 10px;
    text-align: center;
    font-size: 12px;
  }

  .header__language {
    margin: 0px auto;
  }

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

  .contacts-header__item {
    font-size: 14px;
  }

  .main-footer__top {
    padding-bottom: 20px;
  }

  .main-footer__menu {
    padding: 0px;
  }

  .nav-main-footer {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .menu-footer {
    display: block;
  }

  .menu-footer__column._mmd2 {
    display: none;
  }

  .menu-footer__column {
    padding: 12px 0px;
  }

  .menu-footer__column:not(:last-child) {
    border-bottom: 1px solid #D4DEE7;
  }

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

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

  .menu-footer__list {
    display: none;
    margin-top: 12px;
    margin-bottom: 8px;
  }

  .banner {
    aspect-ratio: unset;
    height: 360px;
  }

  .banner__body {
    width: 355px;
  }

  .banner__suptitle {
    font-size: 12px;
  }

  .banner__title {
    font-size: 28px;
  }

  .banner__title span {
    padding-right: 10px;
  }

  .banner__text {
    font-size: 14px;
  }

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

  .section-row__image .project-section-row__map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
    flex: 0 0 calc((100% - 20px * 1) / 2);
}
.project-section-row__map:has(iframe){
    height:400px !important;
}
.section-row__image:not(:has(iframe)) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
    flex: 0 0 calc((100% - 20px * 1) / 2);
}
.section-row__image:has(iframe) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
}
  .section-row__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
    row-gap: 15px;
  }

  .section-row__sup {
    font-size: 14px;
  }

  .section-row__title {
    margin-top: -5px;
    font-size: 24px;
  }

  .section-row__description {
    font-size: 14px;
  }

  .contacts-section-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12px;
  }

  .contacts-section-row__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
  }

  .list-section-row__description {
    font-size: 14px;
  }

  .project-section-row__icon img,
  .project-section-row__icon svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
            flex: 0 0 14px;
    width: 14px;
    height: 14px;
  }

  .project-section-row__body {
    position: absolute;
    z-index: 1;
    left: auto;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    right: -40px;
    max-width: calc(((100vw - 40px) - 20px) / 2);
    padding: 12px;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }

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

  .complited-projects__container {
    padding: 0px 20px;
  }

  .complited-projects__body {
    margin-left: 40px;
    width: calc(100% - 40px);
  }

  .complited-projects__title {
    font-size: 28px;
  }

  .complited-projects__description {
    font-size: 14px;
    margin-top: 20px;
  }

  .about-section._feedback {
    padding: 30px 0px;
  }

  .about-section__container {
    padding: 0px 20px;
  }

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

  .about-section__list {
    margin-top: 20px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .about-section__name {
    font-size: 14px;
  }

  .about-section__text {
    font-size: 22px;
  }

  .about-section__image {
    width: 380px;
  }

  .form-about-section__title {
    font-size: 24px;
  }

  .form-about-section__content {
    max-width: calc(((100vw - 40px) - 20px * 1) / 2);
  }

  .mini-banner__container {
    min-height: 180px;
  }

  .mini-banner__title {
    font-size: 30px;
    padding: 12px;
  }

  .about-page__title {
    font-size: 18px;
  }

  .about-page__description {
    font-size: 14px;
  }

  .services__title {
    font-size: 24px;
  }

  .services__description {
    font-size: 14px;
    line-height: 1.3;
  }

  .portfolio__title {
    font-size: 24px;
  }

  .portfolio__description {
    font-size: 14px;
  }

  .portfolio__description > *:not(:last-child) {
    margin-bottom: 5px;
  }
.project-section-row__map:not(:has(iframe)),
  .portfolio__map {
    height: 310px;
  }
.project-section-row__map:has(iframe){
    height:400px !important;
}
  .review {
    margin-top: 40px;
  }

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

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

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

  .list-review__title {
    font-size: 24px;
  }

  .list-review__name {
    font-size: 16px;
  }

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

  .form-review__title {
    font-size: 24px;
  }

  .contacts__column {
    padding: 20px;
  }

  .blog__info {
    row-gap: 15px;
  }

  .blog__name {
    font-size: 24px;
  }

  .blog__text {
    font-size: 14px;
  }

  .paggination-blog__btn {
    font-size: 24px;
  }

  .paggination-blog__btn._disabled {
    font-size: 22px;
  }

  .blog-page__body h2 {
    font-size: 24px;
  }

  .blog-page__body ul li {
    font-size: 20px;
  }

  .other-blog__title {
    font-size: 24px;
  }

  .other-blog__name {
    font-size: 18px;
  }

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

@media (max-width: 721.98px) {
     .form-about-section__content {
        max-width:100%;
     }
  .header__logo {
    position: relative;
    z-index: 2;
  }

  .header__top {
    display: none;
  }

  .header__language {
    margin: 0px 30px 0px 0px;
  }

  .menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .menu__body {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 320px;
    width: 100%;
    max-height: 100dvh;
    height: 100dvh;
    background: #fff;
    padding: 0px 0px 0px;
    overflow-y: auto;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .menu__body:not(._active) {
    pointer-events: none;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }

  .list-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 40px 20px;
  }

  .list-menu__link {
    font-size: 20px;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 28px;
    height: 22px;
    cursor: pointer;
    z-index: 2;
  }

  .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% - 1.5px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #333333;
  }

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

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

  .icon-menu._active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }

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

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

  .main-footer__top {
    display: none;
  }

  .menu-footer__column:first-child {
    border-top: 1px solid #D4DEE7;
  }

  .bottom-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    row-gap: 20px;
  }

  .bottom-footer__copy {
    max-width: 200px;
  }

  .section-row._portfolio .section-row__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

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

  .project-section-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .project-section-row__body {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: auto;
    top: -20px;
    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    max-width: calc(100vw - 40px);
  }

  .about-section {
    padding: 60px 0px 70px;
  }

  .about-section__container {
    position: static;
  }

  .about-section__image {
    display: none;
  }

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

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

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

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

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

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

  .contacts__wrapper {
    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;
  }

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

  .blog__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .blog__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

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

  .other-blog__item:not(:nth-child(-n+2)) {
    display: none;
  }

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

@media (max-width: 479.98px) {
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 77px;
            flex: 0 0 77px;
    width: 77px;
  }

  .footer__bottom {
    padding: 15px 0px;
  }

  .banner {
    margin-bottom: 15px;
  }

  .banner__body {
    width: 100%;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }

  .banner__button {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .section-row {
    padding: 15px 0px;
  }

  .section-row__img {
    padding-bottom: 225px;
  }

  .section-row__sup {
    font-size: 12px;
  }

  .section-row__title {
    font-size: 22px;
  }

  .project-section-row__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12px;
  }

  .project-section-row__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100px;
  }

  .project-section-row__info {
    row-gap: 10px;
  }

  .complited-projects {
    padding: 30px 0px;
    margin: 15px 0px;
  }

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

  .about-section {
    margin-top: 15px;
  }

  .about-section__bg-title {
    font-size: 66px;
    bottom: calc(100% - 20px);
  }

  .about-section__title {
    font-size: 22px;
  }

  .about-section__text {
    font-size: 18px;
  }

  .mini-banner__container {
    min-height: 120px;
  }

  .mini-banner__title {
    font-size: 20px;
  }

  .page-wrapper {
    padding-bottom: 30px;
    padding-bottom: 15px;
  }

  .page-wrapper:last-child {
    padding-bottom: 30px;
  }

  .breadcrums__list {
    font-size: 14px;
  }

  .breadcrums__item:not(:last-child) {
    margin-right: 4px;
  }

  .breadcrums__item:not(:last-child)::after {
    margin-left: 7px;
  }

  .about-page__row {
    row-gap: 12px;
  }

  .services__title {
    font-size: 18px;
  }

  .portfolio__title {
    font-size: 18px;
  }
.project-section-row__map,
  .portfolio__map {
    aspect-ratio: 1/1;
    height: auto;
  }

  .review {
    margin-top: 30px;
  }

  .list-review__title {
    font-size: 18px;
  }

  .blog {
    padding-top: 0;
  }

  .blog__image {
    aspect-ratio: 320/230;
  }

  .blog__info {
    row-gap: 10px;
  }

  .blog__name {
    font-size: 20px;
  }

  .blog-page__container {
    padding-bottom: 30px;
  }

  .blog-page__body {
    font-size: 14px;
    line-height: 1.3;
  }

  .blog-page__body h2 {
    font-size: 22px;
  }

  .blog-page__body ul li {
    font-size: 18px;
  }

  .other-blog {
    padding-top: 30px;
  }

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

  .other-blog__item:not(:first-child) {
    display: none;
  }

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

@media (any-hover: hover) {
  ._btn._green:hover {
    background: #09360b;
  }

  ._btn:hover {
    background: #d8b041;
  }

  .contacts-header__item:hover {
    color: #F4C547;
  }

  .list-menu__link:hover {
    color: #F4C547;
  }

  .language-header__item:hover {
    color: #F4C547;
  }

  .nav-main-footer__link:hover {
    color: #F4C547;
  }

  .social-main-footer__item:hover svg path {
    fill: #F4C547;
  }

  .menu-footer__link:hover {
    color: #F4C547;
  }

  .bottom-footer__dev:hover {
    color: #F4C547;
  }

  .bottom-footer__dev:hover svg path {
    fill: #F4C547;
  }

  .contacts-section-row__value:hover {
    color: #09460C;
  }

  .project-section-row__more:hover {
    text-decoration: underline;
  }

  .about-section__item:hover {
    color: #09460C;
  }

  .about-section__item:hover .about-section__icon svg path {
    fill: #09460C;
  }

  .breadcrums__item a:hover {
    color: #09460C;
  }

  .blog__image:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .blog__name:hover {
    color: #F4C547;
  }

  .paggination-blog__btn:hover {
    color: #F4C547;
  }

  .other-blog__name:hover {
    color: #F4C547;
  }
}