/*
Theme Name: Interium
Theme URI: web-freelancer.ru
Author: Andrei Oleinik
Author URI: https://web-freelancer.ru
*/



@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url(assets/fonts/Gilroy-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url(assets/fonts/Gilroy-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url(assets/fonts/Gilroy-Semibold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url(assets/fonts/Gilroy-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: gilroy;
  font-display: swap;
  src: url(assets/fonts/gilroy-light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal
}
* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
:active,
:focus {
  outline: 0
}
body,
html {
  height: 100%;
  min-width: 360px;
  scrollbar-gutter: stable
}
body {
  color: var(--black-color);
  line-height: 1;
  font-family: Gilroy,sans-serif;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
  font-family: Gilroy,sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0,0,0,0)
}
input,
textarea {
  width: 100%
}
label {
  display: inline-block
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
.load * {
  -webkit-transition: none!important;
  -moz-transition: none!important;
  -ms-transition: none!important;
  -o-transition: none!important
}
body {
  font-size: 1rem;
  font-weight: 500
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.loaded body {
  opacity: 1;
  transition: opacity .6s ease 0s
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative
}
@supports(overflow:clip) {
  .wrapper {
    overflow: clip
  }
}
.wrapper>main {
  flex: 1 1 auto
}
.wrapper>* {
  min-width: 0
}
[class*=__container] {
  max-width: 106.25rem;
  margin: 0 auto;
  padding: 0 .625rem
}
:root {
  --black-color: #000;
  --gray-color: #9d9c9f;
  --gray-back-color: #fafafc;
  --white-color: #fff;
  --blue-color: #0177c3;
  --mustart-color: #d7a556;
  --dark-green-color: #41583e;
  --terraсotа-color: #9c3327;
  --font-family: "Gilroy",sans-serif;
  --anim-speed: .8s
}
.form__row {
  display: grid;
  width: 100%
}
@media(min-width:106.25em) {
  .form__row {
    gap: 1.875rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .form__row {
    gap: clamp(.9375rem ,.6856343284rem + 1.1194029851vw ,1.875rem)
  }
}
@media(max-width:22.5em) {
  .form__row {
    gap: .9375rem
  }
}
.form__row_about {
  grid-template-columns: repeat(4,1fr)
}
@media(max-width:67.1875em) {
  .form__row_about {
    grid-template-columns: 1fr 1fr
  }
}
@media(max-width:29.99875em) {
  .form__row_about {
    grid-template-columns: auto
  }
}
.form__row_contacts {
  grid-template-columns: repeat(6,1fr)
}
.form__row_contacts .form__item:nth-child(1),
.form__row_contacts .form__item:nth-child(2),
.form__row_contacts .form__item:nth-child(3) {
  grid-column: span 2
}
.form__row_contacts .form__item:nth-child(4),
.form__row_contacts .form__item:nth-child(5) {
  grid-column: span 3
}
@media(max-width:47.99875em) {
  .form__row_contacts .form__item:nth-child(1),
  .form__row_contacts .form__item:nth-child(2),
  .form__row_contacts .form__item:nth-child(3),
  .form__row_contacts .form__item:nth-child(4) {
    grid-column: span 3
  }
  .form__row_contacts .form__item:nth-child(5) {
    grid-column: span 6
  }
}
@media(max-width:29.99875em) {
  .form__row_contacts .form__item:nth-child(1),
  .form__row_contacts .form__item:nth-child(2),
  .form__row_contacts .form__item:nth-child(3),
  .form__row_contacts .form__item:nth-child(4),
  .form__row_contacts .form__item:nth-child(5) {
    grid-column: span 6
  }
}
.form__row_arenda1 {
  grid-template-columns: 1fr 1fr 1fr
}
@media(max-width:50em) {
  .form__row_arenda1 {
    grid-template-columns: auto
  }
}
.form__row_arenda2 {
  grid-template-columns: 1fr 1fr 1fr 1fr
}
@media(max-width:67.5em) {
  .form__row_arenda2 {
    grid-template-columns: 1fr 1fr
  }
}
@media(max-width:29.99875em) {
  .form__row_arenda2 {
    grid-template-columns: auto
  }
}
@media(min-width:106.25em) {
  .form__row:not(:last-child) {
    margin-bottom: 1.875rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .form__row:not(:last-child) {
    margin-bottom: clamp(.9375rem ,.6856343284rem + 1.1194029851vw ,1.875rem)
  }
}
@media(max-width:22.5em) {
  .form__row:not(:last-child) {
    margin-bottom: .9375rem
  }
}
.form__section:not(:last-child) {
  margin-bottom: 1.875rem
}
.form__subtitle {
  font-weight: 600;
  line-height: 140%;
  color: var(--gray-color)
}
@media(min-width:106.25em) {
  .form__subtitle {
    font-size: 1.25rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .form__subtitle {
    font-size: clamp(1.125rem ,1.0914179104rem + .1492537313vw ,1.25rem)
  }
}
@media(max-width:22.5em) {
  .form__subtitle {
    font-size: 1.125rem
  }
}
.form__line {
  display: flex;
  gap: 40px
}
.form__line .form__item:last-child {
  position: relative
}
.form__line .form__item:last-child::before {
  content: "-";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  left: -1.5625rem;
  color: var(--gray-color);
  font-size: 1rem;
  font-weight: 500
}
.form__item {
  position: relative;
  width: 100%
}
.form__item_text {
  grid-column: 1/-1
}
.form__button {
  background: var(--terraсotа-color);
  margin: 0 auto
}
@media(min-width:106.25em) {
  .form__button {
    width: 17.375rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .form__button {
    width: clamp(17.375rem ,22.2910447761rem + -4.6268656716vw ,21.25rem)
  }
}
@media(max-width:22.5em) {
  .form__button {
    width: 21.25rem
  }
}

.form__button:disabled {
  opacity: .5;
  cursor: progress
}
.form__privacy {
  margin-top: 3.75rem;
  text-align: center
}
.form__privacy a {
  display: inline;
  color: var(--terraсotа-color)
}
input[type=email],
input[type=tel],
input[type=text],
textarea {
  -webkit-appearance: none;
  appearance: none
}
.input {
  width: 100%;
  display: block;
  padding: 1.25rem;
  caret-color: inherit;
  height: 4.375rem;
  background: var(--gray-back-color);
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--black-color)
}
@media(min-width:106.25em) {
  .input {
    border-radius: 2.1875rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .input {
    border-radius: clamp(1.875rem ,1.7910447761rem + .3731343284vw ,2.1875rem)
  }
}
@media(max-width:22.5em) {
  .input {
    border-radius: 1.875rem
  }
}
@media(max-width:47.99875em) {
  .input {
    font-size: .875rem;
    height: 3.75rem
  }
}
.input._form-error {
  border: 1px solid #d42023;
  color: #d42023
}
.input._form-error .input::-webkit-input-placeholder {
  display: none
}
.input._form-error .input:-ms-input-placeholder {
  display: none
}
.input._form-error .input::-ms-input-placeholder {
  display: none
}
.input._form-error .input::placeholder {
  display: none
}
.form__error {
  position: absolute;
  z-index: 100;
  bottom: 22px;
  left: 22px
}
.input::-webkit-input-placeholder {
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--gray-color)
}
.input:-ms-input-placeholder {
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--gray-color)
}
.input::-ms-input-placeholder {
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--gray-color)
}
.input::placeholder {
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--gray-color)
}
@media(max-width:47.99875em) {
  .input::-webkit-input-placeholder {
    font-size: .875rem
  }
  .input:-ms-input-placeholder {
    font-size: .875rem
  }
  .input::-ms-input-placeholder {
    font-size: .875rem
  }
  .input::placeholder {
    font-size: .875rem
  }
}
.header__input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder,
.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder,
.textarea[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}
.header__input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder,
.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder,
.textarea[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s
}
.header__input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder,
.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder,
.textarea[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s
}
.header__input[placeholder]:not([data-placeholder-nohiden])::placeholder,
.input[placeholder]:not([data-placeholder-nohiden])::placeholder,
.textarea[placeholder]:not([data-placeholder-nohiden])::placeholder {
  transition: opacity .3s
}
.header__input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder,
.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder,
.textarea[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder {
  opacity: 0
}
.header__input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder,
.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder,
.textarea[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {
  opacity: 0
}
.header__input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder,
.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder,
.textarea[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder {
  opacity: 0
}
.header__input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder,
.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder,
.textarea[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
  opacity: 0
}
.textarea {
  resize: none;
  padding: 1.25rem;
  width: 100%;
  min-height: 140px;
  background: var(--gray-back-color);
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--gray-color)
}
@media(max-width:47.99875em) {
  .textarea {
    font-size: .875rem
  }
}
@media(min-width:106.25em) {
  .textarea {
    border-radius: 2.1875rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .textarea {
    border-radius: clamp(1.875rem ,1.7910447761rem + .3731343284vw ,2.1875rem)
  }
}
@media(max-width:22.5em) {
  .textarea {
    border-radius: 1.875rem
  }
}
.select {
  min-width: 0;
  position: relative;
  width: 100%
}
.select__body {
  position: relative
}
.select__title {
  color: inherit;
  text-align: left;
  cursor: pointer;
  width: 100%;
  background: var(--gray-back-color)
}
@media(min-width:106.25em) {
  .select__title {
    height: 4.375rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .select__title {
    height: clamp(3.75rem ,3.5820895522rem + .7462686567vw ,4.375rem)
  }
}
@media(max-width:22.5em) {
  .select__title {
    height: 3.75rem
  }
}
@media(min-width:106.25em) {
  .select__title {
    border-radius: 2.1875rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .select__title {
    border-radius: clamp(1.875rem ,1.7910447761rem + .3731343284vw ,2.1875rem)
  }
}
@media(max-width:22.5em) {
  .select__title {
    border-radius: 1.875rem
  }
}
._select-open .select__title {
  color: inherit;
  border-radius: 35px 35px 0 0
}
._select-open .select__title::before {
  -webkit-transform: translateX(-75%) rotate(-40deg);
  transform: translateX(-75%) rotate(-40deg)
}
._select-open .select__title::after {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg)
}
._select-open .select__title::after,
._select-open .select__title::before {
  background-color: var(--black-color)
}
.select__title::after,
.select__title::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  background-color: var(--black-color);
  height: 2px;
  width: 10px;
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s,-webkit-transform .5s ease 0s
}
.select__title::before {
  -webkit-transform: translate(-75%,-50%) rotate(40deg);
  transform: translate(-75%,-50%) rotate(40deg)
}
.select__title::after {
  -webkit-transform: translate(0,-50%) rotate(-40deg);
  transform: translate(0,-50%) rotate(-40deg)
}
.select__value {
  display: flex;
  min-width: 0;
  align-items: center;
  padding: 0 1.25rem;
  gap: .625rem
}
.select__value>* {
  flex: 1 1 auto
}
.select__value:after {
  content: "";
  align-self: stretch;
  flex: 0 0 10px;
  transition: all .3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center
}
._select-open .select__value:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label)
}
.select__content {
  flex: 1 1 auto;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--gray-color)
}
@media(max-width:47.99875em) {
  .select__content {
    font-size: .875rem
  }
}
.select__content span {
  display: none
}
._select-active .select__content {
  color: var(--black-color)
}
.select__text {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.select__input {
  width: 100%;
  background-color: rgba(0,0,0,0);
  height: 100%
}
.select__options {
  position: absolute;
  top: calc(100% - .0625rem);
  min-width: 100%;
  left: 0;
  background-color: var(--gray-back-color);
  border-radius: 0 0 35px 35px;
  border-top: 0
}
.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 12.5rem
}
.select__option {
  position: relative;
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 10px 20px;
  color: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--black-color)
}
@media(max-width:47.99875em) {
  .select__option {
    font-size: .875rem
  }
}
.select__row {
  display: inline-flex;
  align-items: center
}
.select._form-error {
  border-radius: 35px;
  border: 1px solid #d42023;
  color: #d42023
}
body::after {
  content: "";
  background-color: rgba(0,0,0,.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 600
}
.popup-show body::after {
  opacity: 1
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all .8s ease 0s;
  visibility: hidden;
  pointer-events: none;
  z-index: 999
}
.popup_show {
  z-index: 999;
  visibility: visible;
  overflow: auto;
  pointer-events: auto
}
.popup_show .popup__content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.popup__wrapper {
  flex-direction: column;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}
.popup__content {
  visibility: hidden;
  -webkit-transform: scale(.6);
  transform: scale(.6);
  opacity: 0;
  transition: all .6s ease 0s;
  background-color: var(--white-color);
  width: 100%;
  max-width: 120rem;
  min-height: 100vh
}
@media(min-width:106.25em) {
  .popup__content {
    padding-right: 3.75rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .popup__content {
    padding-right: clamp(.625rem ,-.2145522388rem + 3.7313432836vw ,3.75rem)
  }
}
@media(max-width:22.5em) {
  .popup__content {
    padding-right: .625rem
  }
}
@media(min-width:106.25em) {
  .popup__content {
    padding-left: 3.75rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .popup__content {
    padding-left: clamp(.625rem ,-.2145522388rem + 3.7313432836vw ,3.75rem)
  }
}
@media(max-width:22.5em) {
  .popup__content {
    padding-left: .625rem
  }
}
@media(min-width:106.25em) {
  .popup__content {
    padding-top: 3.75rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .popup__content {
    padding-top: clamp(1.875rem ,1.3712686567rem + 2.2388059701vw ,3.75rem)
  }
}
@media(max-width:22.5em) {
  .popup__content {
    padding-top: 1.875rem
  }
}
@media(min-width:106.25em) {
  .popup__content {
    padding-bottom: 3.75rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .popup__content {
    padding-bottom: clamp(1.875rem ,1.3712686567rem + 2.2388059701vw ,3.75rem)
  }
}
@media(max-width:22.5em) {
  .popup__content {
    padding-bottom: 1.875rem
  }
}
@media(min-width:106.25em) {
  .popup__content {
    padding-right: 215px;
    padding-left: 215px
  }
}
.lock .popup__content {
  visibility: visible
}
.popup__top-line {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0,0,0,.2)
}
@media(min-width:106.25em) {
  .popup__top-line {
    padding-bottom: 3.75rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .popup__top-line {
    padding-bottom: clamp(2.8125rem ,2.5606343284rem + 1.1194029851vw ,3.75rem)
  }
}
@media(max-width:22.5em) {
  .popup__top-line {
    padding-bottom: 2.8125rem
  }
}
.popup__close {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  background: var(--gray-back-color);
  border-radius: 50%
}
@media(min-width:106.25em) {
  .popup__close {
    width: 4.375rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .popup__close {
    width: clamp(2.5rem ,1.9962686567rem + 2.2388059701vw ,4.375rem)
  }
}
@media(max-width:22.5em) {
  .popup__close {
    width: 2.5rem
  }
}
@media(min-width:106.25em) {
  .popup__close {
    height: 4.375rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .popup__close {
    height: clamp(2.5rem ,1.9962686567rem + 2.2388059701vw ,4.375rem)
  }
}
@media(max-width:22.5em) {
  .popup__close {
    height: 2.5rem
  }
}
@media(min-width:106.25em) {
  .popup__close svg {
    width: 1.5rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .popup__close svg {
    width: clamp(1.125rem ,1.0242537313rem + .447761194vw ,1.5rem)
  }
}
@media(max-width:22.5em) {
  .popup__close svg {
    width: 1.125rem
  }
}
@media(min-width:106.25em) {
  .popup__close svg {
    height: 1.5rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .popup__close svg {
    height: clamp(1.125rem ,1.0242537313rem + .447761194vw ,1.5rem)
  }
}
@media(max-width:22.5em) {
  .popup__close svg {
    height: 1.125rem
  }
}
@media(any-hover:hover) {
  .popup__close:hover svg path {
    stroke: var(--black-color)
  }
}
.popup__text {
  display: flex;
  flex-direction: column;
  padding-top: 1.875rem
}
.spollers {
  display: grid;
  gap: 15px
}
.spollers__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50%
}
@media(min-width:106.25em) {
  .spollers__icon {
    width: 3rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .spollers__icon {
    width: clamp(2.5rem ,2.3656716418rem + .5970149254vw ,3rem)
  }
}
@media(max-width:22.5em) {
  .spollers__icon {
    width: 2.5rem
  }
}
@media(min-width:106.25em) {
  .spollers__icon {
    height: 3rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .spollers__icon {
    height: clamp(2.5rem ,2.3656716418rem + .5970149254vw ,3rem)
  }
}
@media(max-width:22.5em) {
  .spollers__icon {
    height: 2.5rem
  }
}
.spollers__icon::before {
  content: "";
  position: absolute;
  transition: all .3s;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--dark-green-color);
  border: 2px solid var(--dark-green-color)
}
.spollers__icon svg {
  position: relative;
  z-index: 100
}
._spoller-active .spollers__icon::before {
  content: "";
  background: var(--white-color)
}
._spoller-active .spollers__icon svg {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
._spoller-active .spollers__icon svg path {
  stroke: var(--dark-green-color)
}
.spollers__item {
  overflow: hidden
}
@media(min-width:106.25em) {
  .spollers__item {
    border-radius: 2.1875rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .spollers__item {
    border-radius: clamp(1.875rem ,1.7910447761rem + .3731343284vw ,2.1875rem)
  }
}
@media(max-width:22.5em) {
  .spollers__item {
    border-radius: 1.875rem
  }
}
.spollers__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: default;
  text-align: left;
  position: relative;
  list-style: none;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 140%;
  color: var(--black-color);
  transition: all .3s;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem
}
@media(min-width:106.25em) {
  .spollers__title {
    padding-left: 1.875rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .spollers__title {
    padding-left: clamp(.9375rem ,.6856343284rem + 1.1194029851vw ,1.875rem)
  }
}
@media(max-width:22.5em) {
  .spollers__title {
    padding-left: .9375rem
  }
}
@media(min-width:106.25em) {
  .spollers__title {
    padding-right: 1.875rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .spollers__title {
    padding-right: clamp(.9375rem ,.6856343284rem + 1.1194029851vw ,1.875rem)
  }
}
@media(max-width:22.5em) {
  .spollers__title {
    padding-right: .9375rem
  }
}
@media(max-width:47.99875em) {
  .spollers__title {
    font-size: 1.125rem
  }
}
.spollers__title::-webkit-details-marker,
.spollers__title::marker {
  display: none
}
._spoller-init .spollers__title {
  cursor: pointer
}
._spoller-init .spollers__title._spoller-active {
  color: var(--dark-green-color)
}
._spoller-init .spollers__title._spoller-active::after,
._spoller-init .spollers__title._spoller-active::before {
  background-color: var(--black-color)
}
._spoller-init .spollers__title._spoller-active::before {
  -webkit-transform: translateX(-75%) rotate(-40deg);
  transform: translateX(-75%) rotate(-40deg)
}
._spoller-init .spollers__title._spoller-active::after {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg)
}
.spollers__body {
  background: var(--white-color);
  padding-bottom: 1.875rem
}
@media(min-width:106.25em) {
  .spollers__body {
    padding-left: 1.875rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .spollers__body {
    padding-left: clamp(.9375rem ,.6856343284rem + 1.1194029851vw ,1.875rem)
  }
}
@media(max-width:22.5em) {
  .spollers__body {
    padding-left: .9375rem
  }
}
@media(min-width:106.25em) {
  .spollers__body {
    padding-right: 1.875rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .spollers__body {
    padding-right: clamp(.9375rem ,.6856343284rem + 1.1194029851vw ,1.875rem)
  }
}
@media(max-width:22.5em) {
  .spollers__body {
    padding-right: .9375rem
  }
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
@media(min-width:106.25em) {
  .section-60 {
    padding-top: 3.75rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .section-60 {
    padding-top: clamp(1.875rem ,1.3712686567rem + 2.2388059701vw ,3.75rem)
  }
}
@media(max-width:22.5em) {
  .section-60 {
    padding-top: 1.875rem
  }
}
@media(min-width:106.25em) {
  .section-60 {
    padding-bottom: 3.75rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .section-60 {
    padding-bottom: clamp(1.875rem ,1.3712686567rem + 2.2388059701vw ,3.75rem)
  }
}
@media(max-width:22.5em) {
  .section-60 {
    padding-bottom: 1.875rem
  }
}
@media(min-width:106.25em) {
  .mb-30 {
    margin-bottom: 1.875rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .mb-30 {
    margin-bottom: clamp(.9375rem ,.6856343284rem + 1.1194029851vw ,1.875rem)
  }
}
@media(max-width:22.5em) {
  .mb-30 {
    margin-bottom: .9375rem
  }
}
@media(min-width:106.25em) {
  .mb-60 {
    margin-bottom: 3.75rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .mb-60 {
    margin-bottom: clamp(.9375rem ,.1819029851rem + 3.3582089552vw ,3.75rem)
  }
}
@media(max-width:22.5em) {
  .mb-60 {
    margin-bottom: .9375rem
  }
}
@media(min-width:106.25em) {
  .gap-30 {
    gap: 1.875rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .gap-30 {
    gap: clamp(.9375rem ,.6856343284rem + 1.1194029851vw ,1.875rem)
  }
}
@media(max-width:22.5em) {
  .gap-30 {
    gap: .9375rem
  }
}
.btn {
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: .875rem 2rem;
  transition: all .3s ease
}
@media(min-width:106.25em) {
  .btn {
    height: 4.375rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .btn {
    height: clamp(3.75rem ,3.5820895522rem + .7462686567vw ,4.375rem)
  }
}
@media(max-width:22.5em) {
  .btn {
    height: 3.75rem
  }
}
@media(min-width:106.25em) {
  .btn {
    border-radius: 2.1875rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .btn {
    border-radius: clamp(1.875rem ,1.7910447761rem + .3731343284vw ,2.1875rem)
  }
}
@media(max-width:22.5em) {
  .btn {
    border-radius: 1.875rem
  }
}
.btn .contact-button a,
.btn span {
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
  color: var(--white-color)
}
@media(max-width:47.99875em) {
  .btn .contact-button a,
  .btn span {
    font-size: .875rem
  }
}
@media(any-hover:hover) {
  .btn:hover {
    opacity: .9;
    box-shadow: 0 5px 10px 2px rgba(34,60,80,.2) inset
  }
}
.contact-button {
  background: var(--white-color)
}
.contact-button a {
  color: var(--black-color)
}
.contact-button svg {
  -webkit-animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
  animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation
}
.cta-button {
  border: 2px solid var(--white-color)
}
@media(min-width:106.25em) {
  .contact-button,
  .cta-button {
    width: 19.125rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .contact-button,
  .cta-button {
    width: clamp(19.125rem ,21.8208955224rem + -2.5373134328vw ,21.25rem)
  }
}
@media(max-width:22.5em) {
  .contact-button,
  .cta-button {
    width: 21.25rem
  }
}
@media(min-width:106.25em) {
  .btn-primary,
  .btn-secondary {
    width: 17.375rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .btn-primary,
  .btn-secondary {
    width: clamp(17.375rem ,22.2910447761rem + -4.6268656716vw ,21.25rem)
  }
}
@media(max-width:22.5em) {
  .btn-primary,
  .btn-secondary {
    width: 21.25rem
  }
}
.intro .btn-primary {
  background: var(--mustart-color)
}
.intro .btn-secondary {
  background-color: var(--white-color)
}
.intro .btn-secondary span {
  color: var(--mustart-color)
}
.about .btn-primary {
  background: var(--terraсotа-color)
}
.about .btn-secondary {
  background: var(--gray-back-color)
}
.about .btn-secondary span {
  color: var(--terraсotа-color)
}
@media(min-width:106.25em) {
  .tenant .btn-primary,
  .tenant .btn-secondary {
    width: 26.25rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .tenant .btn-primary,
  .tenant .btn-secondary {
    width: clamp(21.25rem ,19.9067164179rem + 5.9701492537vw ,26.25rem)
  }
}
@media(max-width:22.5em) {
  .tenant .btn-primary,
  .tenant .btn-secondary {
    width: 21.25rem
  }
}
.tenant .btn-primary {
  background: var(--dark-green-color)
}
.tenant .btn-secondary span {
  color: var(--dark-green-color)
}
.zoning .btn-outline {
  border: 2px solid var(--mustart-color)
}
@media(min-width:106.25em) {
  .zoning .btn-outline {
    width: 20rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .zoning .btn-outline {
    width: clamp(20rem ,21.5858208955rem + -1.4925373134vw ,21.25rem)
  }
}
@media(max-width:22.5em) {
  .zoning .btn-outline {
    width: 21.25rem
  }
}
.zoning .btn-outline span {
  color: var(--mustart-color)
}
.title-h1,
.title-h2,
.title-h2-w {
  font-weight: 600;
  line-height: 120%;
  color: var(--black-color)
}
@media(min-width:106.25em) {
  .title-h1,
  .title-h2,
  .title-h2-w {
    font-size: 3rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .title-h1,
  .title-h2,
  .title-h2-w {
    font-size: clamp(2rem ,1.7313432836rem + 1.1940298507vw ,3rem)
  }
}
@media(max-width:22.5em) {
  .title-h1,
  .title-h2,
  .title-h2-w {
    font-size: 2rem
  }
}
.title-h2-w {
  color: var(--white-color)
}
.title-h2-form {
  font-weight: 600;
  line-height: 120%;
  color: var(--black-color)
}
@media(min-width:106.25em) {
  .title-h2-form {
    font-size: 2.25rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .title-h2-form {
    font-size: clamp(1.5rem ,1.2985074627rem + .8955223881vw ,2.25rem)
  }
}
@media(max-width:22.5em) {
  .title-h2-form {
    font-size: 1.5rem
  }
}

.text,
.text-b,
.text-ph-b
{
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  color: var(--black-color);
}

@media(max-width:47.99875em) {
  .text,
  .text-b,
  .text-ph-b {
    font-size: .875rem;
  }
}
.text-b,
.text-ph-b {
  font-weight: 500;
}
.text-ph-b {
  color: var(--gray-color)
}
.swiper-button-next,
.swiper-button-prev {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background-color: var(--gray-back-color)
}
@media(max-width:47.99875em) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 3.75rem;
    height: 3.75rem
  }
}
.about-btn.swiper-button-disabled svg path {
  stroke: var(--gray-color)
}
.about-btn svg path {
  stroke: var(--mustart-color)
}
.zoning-btn.swiper-button-disabled svg path {
  stroke: var(--gray-color)
}
.zoning-btn svg path {
  stroke: var(--terraсotа-color)
}
.gallery-btn.swiper-button-disabled svg path {
  stroke: var(--gray-color)
}
.gallery-btn svg path {
  stroke: var(--blue-color)
}
[anim-left-right] {
  -webkit-transform: translate(-100%,0);
  transform: translate(-100%,0);
  opacity: 0;
  transition: all var(--anim-speed) ease 0s
}
[anim-left-right]._watcher-view {
  -webkit-transform: none;
  transform: none;
  opacity: 1
}
[anim-right-left] {
  -webkit-transform: translate(100%,0);
  transform: translate(100%,0);
  opacity: 0;
  transition: all var(--anim-speed) ease 0s
}
[anim-right-left]._watcher-view {
  -webkit-transform: none;
  transform: none;
  opacity: 1
}
[anim-up-down] {
  -webkit-transform: translate(0,1.875rem);
  transform: translate(0,1.875rem);
  opacity: 0;
  transition: all var(--anim-speed) ease 0s
}
[anim-up-down]._watcher-view {
  -webkit-transform: none;
  transform: none;
  opacity: 1
}
[anim-scale] {
  -webkit-transform: scale(.9);
  transform: scale(.9);
  opacity: 0;
  transition: all var(--anim-speed) ease 0s
}
[anim-scale]._watcher-view {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}
[anim-scale-max] {
  -webkit-transform: scale(.2);
  transform: scale(.2);
  opacity: 0;
  transition: all 2s ease 0s
}
[anim-scale-max]._watcher-view {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: .05
}
[anim-scale-0] {
  -webkit-transform: scale(.9);
  transform: scale(.9);
  transition: all var(--anim-speed) ease 0s
}
[anim-scale-0]._watcher-view {
  -webkit-transform: scale(1);
  transform: scale(1)
}
[delay10] {
  transition: all var(--anim-speed) ease .1s
}
[delay20] {
  transition: all var(--anim-speed) ease .2s
}
[delay30] {
  transition: all var(--anim-speed) ease .3s
}
[delay40] {
  transition: all var(--anim-speed) ease .4s
}
[delay50] {
  transition: all var(--anim-speed) ease .5s
}
[delay60] {
  transition: all var(--anim-speed) ease .6s
}
[delay70] {
  transition: all var(--anim-speed) ease .7s
}
[delay80] {
  transition: all var(--anim-speed) ease .8s
}
[delay120] {
  transition: all var(--anim-speed) ease 1.2s
}
@-webkit-keyframes trambling-animation {
  0%,
  100%,
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  10%,
  30% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }
  20%,
  40% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
  }
}
@keyframes trambling-animation {
  0%,
  100%,
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  10%,
  30% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }
  20%,
  40% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
  }
}
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate(-2px,-2px);
    transform: translate(-2px,-2px)
  }
  50% {
    -webkit-transform: translate(5px,5px);
    transform: translate(5px,5px);
    opacity: 1
  }
  100% {
    -webkit-transform: translate(-2px,-2px);
    transform: translate(-2px,-2px)
  }
}
@keyframes arrow {
  0% {
    -webkit-transform: translate(-2px,-2px);
    transform: translate(-2px,-2px)
  }
  50% {
    -webkit-transform: translate(5px,5px);
    transform: translate(5px,5px);
    opacity: 1
  }
  100% {
    -webkit-transform: translate(-2px,-2px);
    transform: translate(-2px,-2px)
  }
}
@-webkit-keyframes arrow-down {
  0% {
    -webkit-transform: translate(0,5px);
    transform: translate(0,5px)
  }
  50% {
    -webkit-transform: translate(0,-2px);
    transform: translate(0,-2px);
    opacity: 1
  }
  100% {
    -webkit-transform: translate(0,5px);
    transform: translate(0,5px)
  }
}
@keyframes arrow-down {
  0% {
    -webkit-transform: translate(0,5px);
    transform: translate(0,5px)
  }
  50% {
    -webkit-transform: translate(0,-2px);
    transform: translate(0,-2px);
    opacity: 1
  }
  100% {
    -webkit-transform: translate(0,5px);
    transform: translate(0,5px)
  }
}
.anim-arrow svg {
  -webkit-animation: arrow 2s linear infinite;
  animation: arrow 2s linear infinite
}
.anim-down svg {
  -webkit-animation: arrow-down 2s linear infinite;
  animation: arrow-down 2s linear infinite
}
.anim-scale svg {
  -webkit-animation: anim-scale 2s linear infinite;
  animation: anim-scale 2s linear infinite
}
@-webkit-keyframes anim-scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes anim-scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
.header {
  z-index: 700;
  width: 100%;
  top: 0;
  left: 0
}
.header__wrapper {
  position: fixed;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  padding: .9375rem 0;
  transition: all .4s;
  z-index: 30;
  background: var(--terraсotа-color)
}
@media(min-width:106.25em) {
  .header__wrapper {
    height: 10rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .header__wrapper {
    height: clamp(3.75rem ,2.0708955224rem + 7.4626865672vw ,10rem)
  }
}
@media(max-width:22.5em) {
  .header__wrapper {
    height: 3.75rem
  }
}
._header-scroll .header__wrapper {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
/*   background-color: rgba(156,51,39,.9) */
}
@media(min-width:106.25em) {
  ._header-scroll .header__wrapper {
    height: 7.5rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  ._header-scroll .header__wrapper {
    height: clamp(3.75rem ,2.7425373134rem + 4.4776119403vw ,7.5rem)
  }
}
@media(max-width:22.5em) {
  ._header-scroll .header__wrapper {
    height: 3.75rem
  }
}
._header-show .header__wrapper {
  -webkit-transform: none;
  transform: none
}


.header__actions {
  display: flex;
  gap: 16px;
  align-items: center;

}


@media(min-width:767px) {
	.header__actions {
	margin-left: auto;
}
	
.menu__item--time {
	margin-left: auto;
}
}

@media(max-width:53.75em) {
  .header__actions {
    width: 33.125rem
  }
}
@media(max-width:47.99875em) {
  .header__actions {
    width: auto;
    flex-direction: column
  }
}
.header__container {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between
}
@media(min-width:106.25em) {
  .header__logo img {
    width: 10.9375rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .header__logo img {
    width: clamp(5rem ,3.4048507463rem + 7.0895522388vw ,10.9375rem)
  }
}
@media(max-width:22.5em) {
  .header__logo img {
    width: 5rem
  }
}
@keyframes trambling-animation {
  0%,
  100%,
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  10%,
  30% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }
  20%,
  40% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
  }
}
.menu {
	width: 100%;
  padding: 0 .625rem
}

.menu__body {
display: flex;
align-items: center;
gap: 40px;
/* 	margin-top: clamp(1.875rem, 1.375rem + 1.0417vw, 2.625rem); */
	margin-top: clamp(1.875rem, 1.2083rem + 1.3889vw, 2.875rem);
	
  width: 100%;
	
  background-color: var(--terraсotа-color);
  color: var(--black-color);
  transition: all .7s
}

.clients-page .header__logo {
margin-right: clamp(1.625rem, -2.2321rem + 8.0357vw, 5rem);
}


.menu__item {
/* 	font-size: clamp(1rem, 0.6786rem + 1.6071vw, 2.125rem); */
font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);

/* 	font-weight: 600; */
	color: #fff;
}

.menu__item--time {
/* 	font-size: clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem); */
	font-size: clamp(1rem, 0.9375rem + 0.3125vw, 1.3125rem);
}

@media(max-width:47.99875em) {
  .menu__body {
    flex-direction: column;
/*     align-items: flex-start; */
    position: fixed;
    overflow: auto;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    visibility: hidden;
    opacity: 0;
/*     padding: 7.5rem 1.25rem 2.1875rem 0; */
	 padding: 7.5rem 0 2.1875rem;
  }
  .menu-open .menu__body {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .7s;
    opacity: 1;
    visibility: visible;
    z-index: 900
  }
	.menu-open .clients-page  .menu__body {
		gap: 30px;
	}
}
.icon-menu {
  display: none
}
@media(max-width:47.99875em) {
  .icon-menu {
    display: block;
    position: relative;
    width: 1.0625rem;
    height: 1.125rem;
    z-index: 990
  }
}
@media(max-width:47.99875em)and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}
@media(max-width:47.99875em) {
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .1875rem;
    background-color: var(--white-color);
    border-radius: .9375rem
  }
  .icon-menu::before {
    top: .0625rem;
    right: .4375rem;
    width: .9375rem
  }
  .icon-menu::after {
    bottom: 0;
    right: 1rem;
    width: .9375rem
  }
  .icon-menu span {
    top: calc(50% - .0625rem);
    width: 1.5rem;
    right: .4375rem
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::before {
    top: .3125rem;
    right: .4375rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: .625rem;
    right: .4rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
}
@media(min-width:106.25em) {
  .footer {
    padding-bottom: 6.25rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .footer {
    padding-bottom: clamp(3.75rem ,3.078358209rem + 2.9850746269vw ,6.25rem)
  }
}
@media(max-width:22.5em) {
  .footer {
    padding-bottom: 3.75rem
  }
}
@media(min-width:106.25em) {
  .footer {
    padding-top: 4.625rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .footer {
    padding-top: clamp(.75rem ,-.2910447761rem + 4.6268656716vw ,4.625rem)
  }
}
@media(max-width:22.5em) {
  .footer {
    padding-top: .75rem
  }
}
.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center
}
@media(min-width:106.25em) {
  .footer__content {
    margin-bottom: 4.5rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .footer__content {
    margin-bottom: clamp(3.75rem ,3.5485074627rem + .8955223881vw ,4.5rem)
  }
}
@media(max-width:22.5em) {
  .footer__content {
    margin-bottom: 3.75rem
  }
}
@media(max-width:75em) {
  .footer__content {
    flex-direction: column;
    gap: 3.75rem
  }
}
.footer__info {
  display: flex;
  align-items: center
}
@media(min-width:106.25em) {
  .footer__info {
    gap: 3.75rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .footer__info {
    gap: clamp(1.875rem ,1.3712686567rem + 2.2388059701vw ,3.75rem)
  }
}
@media(max-width:22.5em) {
  .footer__info {
    gap: 1.875rem
  }
}
@media(max-width:33.125em) {
  .footer__info {
    flex-direction: column;
    gap: 0
  }
  .footer__info .text-b {
    margin-top: -20px;
    text-align: center
  }
}
.footer__logo {
  width: 10.9375rem
}
.footer__contact {
  display: flex;
  align-items: center;
  gap: 1.875rem
}
@media(max-width:33.125em) {
  .footer__contact {
    flex-direction: column
  }
}
.footer__address {
  display: flex;
  align-items: center;
  gap: .625rem
}
.footer__phone {
  border: 2px solid var(--black-color)
}
.footer__phone a {
  color: var(--black-color)
}
.footer__phone svg {
  -webkit-animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
  animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation
}
@media(max-width:47.99875em) {
  .footer__bottom {
    text-align: center
  }
}
.footer__copyright {
  font-size: .875rem;
  font-weight: 400;
  line-height: 150%
}
.footer__copyright a {
  color: var(--blue-color)
}
.fancybox__slide.has-image>.fancybox__content {
  border-radius: 2.1875rem;
  overflow: hidden
}
.fancybox__content>.f-button.is-close-btn {
  top: 15px!important;
  right: 15px!important;
  color: var(--black-color)
}
@media(min-width:106.25em) {
  .intro {
    padding-top: 11.875rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .intro {
    padding-top: clamp(2.8125rem ,.3777985075rem + 10.8208955224vw ,11.875rem)
  }
}
@media(max-width:22.5em) {
  .intro {
    padding-top: 2.8125rem
  }
}
@media(min-width:106.25em) {
  .intro {
    padding-bottom: 3.75rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .intro {
    padding-bottom: clamp(.0000000625rem ,-1.0074626073rem + 4.4776118657vw ,3.75rem)
  }
}
@media(max-width:22.5em) {
  .intro {
    padding-bottom: .0000000625rem
  }
}
.intro__container {
  display: grid;
  grid-template-columns: 60.5% 1fr;
  align-items: center;
  width: 100%
}
@media(max-width:47.99875em) {
  .intro__container {
    grid-template-columns: auto
  }
}
.intro__content {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--gray-back-color);
  border-radius: 2.1875rem;
  z-index: 100
}
@media(min-width:106.25em) {
  .intro__content {
    padding-top: 11.25rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .intro__content {
    padding-top: clamp(.9375rem ,-1.8330223881rem + 12.3134328358vw ,11.25rem)
  }
}
@media(max-width:22.5em) {
  .intro__content {
    padding-top: .9375rem
  }
}
@media(min-width:106.25em) {
  .intro__content {
    padding-bottom: 11.25rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .intro__content {
    padding-bottom: clamp(3.75rem ,1.7350746269rem + 8.9552238806vw ,11.25rem)
  }
}
@media(max-width:22.5em) {
  .intro__content {
    padding-bottom: 3.75rem
  }
}
@media(min-width:106.25em) {
  .intro__content {
    padding-left: 3.75rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .intro__content {
    padding-left: clamp(.625rem ,-.2145522388rem + 3.7313432836vw ,3.75rem)
  }
}
@media(max-width:22.5em) {
  .intro__content {
    padding-left: .625rem
  }
}
@media(min-width:106.25em) {
  .intro__content {
    padding-right: 3.75rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .intro__content {
    padding-right: clamp(.625rem ,-.2145522388rem + 3.7313432836vw ,3.75rem)
  }
}
@media(max-width:22.5em) {
  .intro__content {
    padding-right: .625rem
  }
}
@media(min-width:106.25em) {
  .intro__content {
    -webkit-transform: translate(-60px,0);
    transform: translate(-60px,0)
  }
}
@media(max-width:47.99875em) {
  .intro__content {
    margin-top: -1.875rem;
    margin-right: -10px;
    margin-left: -10px;
    border-radius: 1.875rem 1.875rem 0 0
  }
}
.intro__title {
  margin-bottom: .9375rem
}
@media(min-width:106.25em) {
  .intro__text {
    margin-bottom: 3.75rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .intro__text {
    margin-bottom: clamp(1.875rem ,1.3712686567rem + 2.2388059701vw ,3.75rem)
  }
}
@media(max-width:22.5em) {
  .intro__text {
    margin-bottom: 1.875rem
  }
}
.intro__media {
  position: relative;
  right: calc(5.7% - 54px);
  margin-right: -10px;
  margin-left: -10px
}
@media(min-width:47.99875em) {
  .intro__media {
    width: 116%;
    border-radius: 35px 0 0 35px
  }
}
@media(max-width:47.99875em) {
  .intro__media {
    inset: 0;
    grid-row: 1/2;
    text-align: center
  }
}
.intro__img {
  overflow: hidden
}
@media(max-width:47.99875em) {
  .intro__img {
    width: 50%
  }
}
@media(max-width:29.99875em) {
  .intro__img {
    height: 18.625rem
  }
}
@media(min-width:47.99875em) {
  .intro__img {
    border-radius: 2.1875rem 0 0 2.1875rem
  }
}
@media(max-width:31.25em) {
  .intro__img {
    width: 100%
  }
}
.intro__buttons {
  width: 100%;
  display: flex
}
@media(max-width:71.25em) {
  .intro__buttons {
    flex-wrap: wrap
  }
}
@media(max-width:47.99875em) {
  .intro__buttons {
    justify-content: center
  }
}
.area-text {
  position: absolute;
  right: -2%;
  bottom: -10%;
  opacity: .05;
  font-weight: 700;
  line-height: 120%
}
@media(min-width:106.25em) {
  .area-text {
    font-size: 11.25rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .area-text {
    font-size: clamp(4rem ,2.052238806rem + 8.6567164179vw ,11.25rem)
  }
}
@media(max-width:22.5em) {
  .area-text {
    font-size: 4rem
  }
}
@media(max-width:47.99875em) {
  .area-text {
    right: 17%;
    bottom: -4%
  }
}
.about__items {
  display: grid;
  grid-template-columns: repeat(3,auto)
}

.about--new .about__items {
	grid-template-columns: repeat(4,auto)
}

@media(max-width:1280px) {
.about--new .about__items {
	grid-template-columns: repeat(2,auto)
}

}

@media(max-width: 767px) {
.about--new .about__items {
	grid-template-columns: auto;
}

}


@media(max-width:47.99875em) {
  .about__items {
    grid-template-columns: auto
  }
}
@media(max-width:29.99875em) {
  .about__items {
    gap: 10px
  }
}
.about__item {
  display: flex;
  align-items: center;
  gap: .9375rem;
  background: var(--gray-back-color)
}
@media(min-width:106.25em) {
  .about__item {
    padding: 1.875rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .about__item {
    padding: clamp(.625rem ,.2891791045rem + 1.4925373134vw ,1.875rem)
  }
}
@media(max-width:22.5em) {
  .about__item {
    padding: .625rem
  }
}
@media(min-width:106.25em) {
  .about__item {
    border-radius: 2.1875rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .about__item {
    border-radius: clamp(1.875rem ,1.7910447761rem + .3731343284vw ,2.1875rem)
  }
}
@media(max-width:22.5em) {
  .about__item {
    border-radius: 1.875rem
  }
}
.about__item .text-b {
  font-size: 1rem
}
.about__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 3.125rem;
  background: var(--white-color);
  border-radius: 50%
}
@media(min-width:106.25em) {
  .about__icon {
    width: 3.125rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .about__icon {
    width: clamp(2.5rem ,2.3320895522rem + .7462686567vw ,3.125rem)
  }
}
@media(max-width:22.5em) {
  .about__icon {
    width: 2.5rem
  }
}
@media(min-width:106.25em) {
  .about__icon {
    height: 3.125rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .about__icon {
    height: clamp(2.5rem ,2.3320895522rem + .7462686567vw ,3.125rem)
  }
}
@media(max-width:22.5em) {
  .about__icon {
    height: 2.5rem
  }
}
@media(max-width:47.99875em) {
  .about__icon {
    flex: 0 0 2.5rem
  }
}
.about__gallery {
  position: relative
}
@media(min-width:106.25em) {
  .about__slider {
    border-radius: 2.1875rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .about__slider {
    border-radius: clamp(1.875rem ,1.7910447761rem + .3731343284vw ,2.1875rem)
  }
}

@media(max-width:22.5em) {
  .about__slider {
    border-radius: 1.875rem
  }
}


.about__slide img {
  aspect-ratio: 1680/720;
  min-height: 21.25rem;
  width: 100%
}

@media(max-width:767px) {
  .about__slider img {
  min-height: 230px;
  }
}

.about__footer {
  position: relative;
  display: flex
}
.about__video {
  margin: 0 auto;
  max-width: 90rem
}
@media(min-width:106.25em) {
  .about__video {
    padding-top: 3.75rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .about__video {
    padding-top: clamp(1.875rem ,1.3712686567rem + 2.2388059701vw ,3.75rem)
  }
}
@media(max-width:22.5em) {
  .about__video {
    padding-top: 1.875rem
  }
}
@media(min-width:106.25em) {
  .about__video {
    padding-bottom: 3.75rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .about__video {
    padding-bottom: clamp(1.875rem ,1.3712686567rem + 2.2388059701vw ,3.75rem)
  }
}
@media(max-width:22.5em) {
  .about__video {
    padding-bottom: 1.875rem
  }
}
.about-frame {
  overflow: hidden
}
@media(min-width:106.25em) {
  .about-frame {
    border-radius: 2.1875rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .about-frame {
    border-radius: clamp(1.875rem ,1.7910447761rem + .3731343284vw ,2.1875rem)
  }
}
@media(max-width:22.5em) {
  .about-frame {
    border-radius: 1.875rem
  }
}
.about__buttons {
  display: flex
}
@media(max-width:47.99875em) {
  .about__buttons {
    flex-direction: column;
    align-items: center;
    width: 100%
  }
}
.about__slider-btn {
  position: absolute;
  right: 0
}
@media(max-width:61.99875em) {
  .about__slider-btn {
    display: flex;
    width: 100%;
    justify-content: space-between;
    top: 50%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: 100
  }
}
.features__items {
  display: grid;
  grid-template-columns: repeat(3,1fr)
}
@media(max-width:61.99875em) {
  .features__items {
    grid-template-columns: repeat(2,1fr)
  }
}
@media(max-width:37.5em) {
  .features__items {
    grid-template-columns: auto
  }
}
@media(max-width:29.99875em) {
  .features__items {
    gap: .625rem
  }
}
.features__item {
  display: flex;
  align-items: center;
  min-height: 6.75rem;
  background: var(--gray-back-color)
}
@media(min-width:106.25em) {
  .features__item {
    border-radius: 2.1875rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .features__item {
    border-radius: clamp(1.875rem ,1.7910447761rem + .3731343284vw ,2.1875rem)
  }
}
@media(max-width:22.5em) {
  .features__item {
    border-radius: 1.875rem
  }
}
@media(min-width:106.25em) {
  .features__item {
    gap: 1.875rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .features__item {
    gap: clamp(.9375rem ,.6856343284rem + 1.1194029851vw ,1.875rem)
  }
}
@media(max-width:22.5em) {
  .features__item {
    gap: .9375rem
  }
}
@media(min-width:106.25em) {
  .features__item {
    padding: 1.875rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .features__item {
    padding: clamp(.9375rem ,.6856343284rem + 1.1194029851vw ,1.875rem)
  }
}
@media(max-width:22.5em) {
  .features__item {
    padding: .9375rem
  }
}
@media(max-width:47.99875em) {
  .features__item {
    min-height: 1.25rem
  }
}
@media(min-width:106.25em) {
  .features__item img {
    width: 3rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .features__item img {
    width: clamp(1.5rem ,1.0970149254rem + 1.7910447761vw ,3rem)
  }
}
@media(max-width:22.5em) {
  .features__item img {
    width: 1.5rem
  }
}
.features__item p {
  line-height: 150%
}
@media(max-width:47.99875em) {
  .features__item p {
    font-size: 1rem
  }
}
.partners {
  white-space: nowrap
}
@media(min-width:106.25em) {
  .partners {
    padding-bottom: 5.625rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .partners {
    padding-bottom: clamp(.0000000625rem ,-1.5111939506rem + 6.7164178358vw ,5.625rem)
  }
}
@media(max-width:22.5em) {
  .partners {
    padding-bottom: .0000000625rem
  }
}
.partners__items {
  display: flex;
  align-items: center;
  padding-top: 33px
}
.partners__group {
  display: flex;
  align-items: center;
  will-change: transform
}
@media(min-width:106.25em) {
  .partners__group {
    gap: 3.75rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .partners__group {
    gap: clamp(1.875rem ,1.3712686567rem + 2.2388059701vw ,3.75rem)
  }
}
@media(max-width:22.5em) {
  .partners__group {
    gap: 1.875rem
  }
}
.partners__group_1 {
  -webkit-animation: marquee1 20s infinite linear;
  animation: marquee1 20s infinite linear;
  -webkit-animation-delay: -20s;
  animation-delay: -20s
}
.partners__group_2 {
  -webkit-animation: marquee2 20s infinite linear;
  animation: marquee2 20s infinite linear;
  -webkit-animation-delay: -10s;
  animation-delay: -10s
}
.partners__img {
  white-space: nowrap
}
@-webkit-keyframes marquee1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}
@keyframes marquee1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}
@-webkit-keyframes marquee2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%)
  }
}
@keyframes marquee2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%)
  }
}
.tenant {
  padding-top: 3.5rem;
  padding-bottom: 3.75rem
}
.tenant__wrapper {
  background: var(--gray-back-color)
}
.tenant__container {
  display: grid;
  align-items: center;
  grid-template-columns: 52% auto;
  justify-content: space-between;
  position: relative
}
@media(max-width:61.99875em) {
  .tenant__container {
    grid-template-columns: auto
  }
}
.tenant__content {
  position: relative
}
@media(min-width:106.25em) {
  .tenant__content {
    padding-top: 4.5rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .tenant__content {
    padding-top: clamp(1.875rem ,1.1697761194rem + 3.1343283582vw ,4.5rem)
  }
}
@media(max-width:22.5em) {
  .tenant__content {
    padding-top: 1.875rem
  }
}
@media(min-width:106.25em) {
  .tenant__content {
    padding-bottom: 4.5rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .tenant__content {
    padding-bottom: clamp(1.875rem ,1.1697761194rem + 3.1343283582vw ,4.5rem)
  }
}
@media(max-width:22.5em) {
  .tenant__content {
    padding-bottom: 1.875rem
  }
}
.tenant__title {
  margin-bottom: .9375rem
}
.tenant__spoller {
  position: relative
}
.tenant__spoller .spollers {
  position: relative
}
.tenant__buttons {
  display: flex;
  justify-content: center
}
@media(max-width:47.99875em) {
  .tenant__buttons {
    flex-wrap: wrap
  }
}
.tenant__media {
  overflow: hidden;
  position: relative;
  border-radius: 1.875rem;
  margin-bottom: -30px
}
@media(min-width:61.99875em) {
  .tenant__media {
    border-radius: 1.875rem 0 0 1.875rem;
    right: calc(-9.3% - 50px);
    margin-top: -30px
  }
}
@media(max-width:61.99875em) {
  .tenant__media {
    justify-self: center;
    width: 50%
  }
}
@media(max-width:47.99875em) {
  .tenant__media {
    width: 65%
  }
}
@media(max-width:34.375em) {
  .tenant__media {
    width: 100%
  }
}
@media(max-width:29.99875em) {
  .tenant__media {
    margin-right: -10px;
    margin-left: -10px
  }
}
.tenant__image {
  overflow: visible;
  z-index: 50
}
.tenant__promo {
  max-width: 34.375rem;
  position: absolute;
  left: 1.875rem;
  z-index: 100
}
@media(min-width:106.25em) {
  .tenant__promo {
    bottom: 3.75rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .tenant__promo {
    bottom: clamp(1.875rem ,1.3712686567rem + 2.2388059701vw ,3.75rem)
  }
}
@media(max-width:22.5em) {
  .tenant__promo {
    bottom: 1.875rem
  }
}
@media(min-width:106.25em) {
  .tenant__promo {
    left: 3.75rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .tenant__promo {
    left: clamp(1.875rem ,1.3712686567rem + 2.2388059701vw ,3.75rem)
  }
}
@media(max-width:22.5em) {
  .tenant__promo {
    left: 1.875rem
  }
}
@media(max-width:em(1460)) {
  .tenant__promo {
    max-width: 25rem
  }
}
@media(max-width:em(1110)) {
  .tenant__promo {
    max-width: 22.5rem
  }
}
.spollers__title {
  min-height: 6.875rem;
  background-color: var(--white-color)
}
.zoning {
  padding-top: 34px
}
@media(min-width:106.25em) {
  .zoning__title {
    margin-bottom: 3.75rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .zoning__title {
    margin-bottom: clamp(2.5rem ,2.1641791045rem + 1.4925373134vw ,3.75rem)
  }
}
@media(max-width:22.5em) {
  .zoning__title {
    margin-bottom: 2.5rem
  }
}
.zoning__gallery {
  position: relative
}

.zoning__slide img {
/*   max-width: 100%; */
  max-width: 80%;	
  aspect-ratio: 540/480;
}
@media(max-width:47.99875em) {
  .zoning__slide {
    text-align: center
  }
}
.zoning__footer {
  position: relative;
  display: flex
}
@media(max-width:47.99875em) {
  .zoning__footer {
    justify-content: center
  }
}
.zoning__slider-btn {
  position: absolute;
  right: 0
}
@media(max-width:61.99875em) {
  .zoning__slider-btn {
    display: flex;
    width: 100%;
    justify-content: space-between;
    top: 50%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: 100
  }
}
.credit {
  padding-top: 0
}
.credit__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--gray-back-color)
}
@media(min-width:106.25em) {
  .credit__container {
    padding-top: 4rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .credit__container {
    padding-top: clamp(1.875rem ,1.3041044776rem + 2.5373134328vw ,4rem)
  }
}
@media(max-width:22.5em) {
  .credit__container {
    padding-top: 1.875rem
  }
}
@media(min-width:106.25em) {
  .credit__container {
    padding-left: 3.75rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .credit__container {
    padding-left: clamp(.625rem ,-.2145522388rem + 3.7313432836vw ,3.75rem)
  }
}
@media(max-width:22.5em) {
  .credit__container {
    padding-left: .625rem
  }
}
@media(min-width:106.25em) {
  .credit__container {
    border-radius: 2.1875rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .credit__container {
    border-radius: clamp(1.875rem ,1.7910447761rem + .3731343284vw ,2.1875rem)
  }
}
@media(max-width:22.5em) {
  .credit__container {
    border-radius: 1.875rem
  }
}
@media(max-width:75em)and (min-width:106.25em) {
  .credit__container {
    padding-bottom: 1.25rem
  }
}
@media(max-width:75em)and (min-width:22.5em)and (max-width:106.25em) {
  .credit__container {
    padding-bottom: clamp(.0000000625rem ,-.3358208162rem + 1.4925372388vw ,1.25rem)
  }
}
@media(max-width:75em)and (max-width:22.5em) {
  .credit__container {
    padding-bottom: .0000000625rem
  }
}
@media(max-width:47.99875em) {
  .credit__container {
    flex-direction: column
  }
}
.credit__content {
  flex: 0 1 66%
}
.credit__title {
  margin-bottom: .9375rem
}
@media(max-width:106.25em) {
  .credit__media {
    margin-right: -10px
  }
}
@media(max-width:47.99875em) {
  .credit__media {
    margin-left: auto
  }
}
.credit__image {
  max-width: 100%
}
@media(min-width:106.25em) {
  .gallery {
    padding-top: 5.625rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .gallery {
    padding-top: clamp(.9375rem ,-.3218283582rem + 5.5970149254vw ,5.625rem)
  }
}
@media(max-width:22.5em) {
  .gallery {
    padding-top: .9375rem
  }
}
@media(min-width:106.25em) {
  .gallery {
    padding-bottom: 8.125rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .gallery {
    padding-bottom: clamp(1.875rem ,.1958955224rem + 7.4626865672vw ,8.125rem)
  }
}
@media(max-width:22.5em) {
  .gallery {
    padding-bottom: 1.875rem
  }
}
.gallery__wrapper {
  position: relative
}
.gallery__slide a,
.gallery__slide img {
  max-width: 100%;
  aspect-ratio: 540/370
}
@media(min-width:106.25em) {
  .gallery__slide img {
    border-radius: 2.1875rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .gallery__slide img {
    border-radius: clamp(1.875rem ,1.7910447761rem + .3731343284vw ,2.1875rem)
  }
}
@media(max-width:22.5em) {
  .gallery__slide img {
    border-radius: 1.875rem
  }
}
@media(max-width:47.99875em) {
  .gallery__slide {
    text-align: center
  }
}
.gallery__slider-btn {
  display: flex;
  position: absolute;
  right: 0;
  gap: .9375rem
}
@media(max-width:61.99875em) {
  .gallery__slider-btn {
    display: flex;
    width: 100%;
    justify-content: space-between;
    top: 50%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: 100
  }
}
.contacts {
  background: url(assets/img/contacts-image.jpg) 0 0 no-repeat
}
@media(max-width:35em) {
  .contacts {
    min-height: 32.5rem;
    background-size: cover
  }
}
.contacts__box {
  display: grid;
  justify-items: center;
  justify-content: center
}
.contacts__title {
  margin-bottom: .9375rem;
  color: var(--white-color)
}
.contacts__text {
  color: var(--white-color)
}
.contacts__links {
  display: grid;
  gap: 1.25rem;
  justify-content: center;
/*   grid-template-columns: repeat(5,1fr) */
grid-template-columns: repeat(4,1fr)
}

@media(max-width:61.99875em) {
  .contacts__links {
    grid-template-columns: repeat(2, 1fr)
  }
}
@media(max-width:35em) {
  .contacts__links {
    grid-template-columns: auto
  }
}

.footer__phone btn a {
	white-space: nowrap;
}

.contacts__link {
  display: flex;
  align-items: center;
  gap: .9375rem;
  background: var(--white-color);
  padding: .625rem;
  padding-right: 1.875rem;
  opacity: 1;
  transition: all .3s ease
}
@media(min-width:106.25em) {
  .contacts__link {
    border-radius: 2.1875rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .contacts__link {
    border-radius: clamp(1.875rem ,1.7910447761rem + .3731343284vw ,2.1875rem)
  }
}
@media(max-width:22.5em) {
  .contacts__link {
    border-radius: 1.875rem
  }
}
@media(any-hover:hover) {
  .contacts__link:hover {
    opacity: .9;
    box-shadow: 0 5px 10px 2px rgba(34,60,80,.2) inset
  }
}
.contacts__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%
}
@media(min-width:106.25em) {
  .contacts__icon {
    width: 3.125rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .contacts__icon {
    width: clamp(2.5rem ,2.3320895522rem + .7462686567vw ,3.125rem)
  }
}
@media(max-width:22.5em) {
  .contacts__icon {
    width: 2.5rem
  }
}
@media(min-width:106.25em) {
  .contacts__icon {
    height: 3.125rem
  }
}
@media(min-width:22.5em)and (max-width:106.25em) {
  .contacts__icon {
    height: clamp(2.5rem ,2.3320895522rem + .7462686567vw ,3.125rem)
  }
}
@media(max-width:22.5em) {
  .contacts__icon {
    height: 2.5rem
  }
}
.contacts__link-v .contacts__icon {
  background: rgba(115,96,242,.1)
}
.contacts__link-w .contacts__icon {
  background: rgba(44,183,66,.1)
}
.contacts__link-tg .contacts__icon {
  background: rgba(39,167,231,.1)
}
.contacts__name {
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%
}
.contact-btn {
  background: var(--white-color);
  transition: all .3s ease
}
@media(any-hover:hover) {
  .contact-btn:hover {
    opacity: .9;
    box-shadow: 0 5px 10px 2px rgba(34,60,80,.2) inset
  }
}
.contact-btn span {
  color: var(--black-color)
}
.swiper {
  overflow: hidden
}
.swiper-initialized {
  touch-action: pan-y
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative
}
.swiper-vertical .swiper-wrapper {
  flex-direction: column
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start
}
.swiper-initialized .swiper-slide {
  flex-shrink: 0
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.swiper-button-lock {
  display: none!important
}

.hidden-section {
	display: none;
}

.partners__slide {
	position: relative;
	display: flex;
    align-items: center;
	
/* 	height: 130px; */
}

.partners__slide img {
/* 	position: absolute; */
	max-width: 100%;
/* 	inset: 0; */
	object-fit: cover;
	
}


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

.geo {
	margin-top: clamp(2.1875rem, 1.375rem + 4.0625vw, 6.25rem);
}

/* .geo__title {
	margin-bottom: 40px;
} */

.geo__map {
	position: relative;
	padding-bottom: 60%;
}

.map2 {
	position: absolute;
    width: 100%;
    height: 100%;
	inset: 0;
	object-fit: cover;
}


.geo__content {
	display: grid;
	grid-template-columns: auto 70%;
	align-items: center;
	gap: 20px;
}

.geo__contacts {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 20px;
}

.geo__contacts--value a {
	font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}

.geo__contacts--item {
	display: flex;
	align-items: center;
	gap: 25px;
}

.geo__address {
	margin-top: 30px;
	font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
    max-width: 300px;
    line-height: 24px;
    font-weight: 400;
}

@media(max-width:767.98px) {
.geo__content {
	grid-template-columns: auto;
}
	
.geo__map {
	grid-row: 1 / 2;
}

.geo__contacts {
	flex-direction: row;
	justify-content: center;
}
	
}

@media(max-width: 480px) {
	.geo__contacts {
	flex-direction: column;
}
}

.main-banner {
	padding-top: clamp(3.625rem, 2.35rem + 6.375vw, 10rem);
}

.main-banner__slide img {
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.header__actions .footer__address span {
	color: #fff;
}



@media(min-width: 768px) {
	.header__actions {
		display: none !important;
	}
}

.swiper-wrapper2 img {
width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}