@charset "UTF-8";

@font-face {
  font-family: "Gilroy";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gilroy/Gilroy-Light.eot");
  src: url("../fonts/Gilroy/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Light.ttf") format("truetype"), url("../fonts/Gilroy/Gilroy-Light.svg#Gilroy") format("svg");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gilroy/Gilroy-SemiBold.eot");
  src: url("../fonts/Gilroy/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-SemiBold.ttf") format("truetype"), url("../fonts/Gilroy/Gilroy-SemiBold.svg#Gilroy") format("svg");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gilroy/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Bold.ttf") format("truetype"), url("../fonts/Gilroy/Gilroy-Bold.svg#Gilroy") format("svg");
}

@font-face {
  font-family: "Rodeo";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Rodeo/Rodeo-Bold.eot");
  src: url("../fonts/Rodeo/Rodeo-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Rodeo/Rodeo-Bold.woff") format("woff"), url("../fonts/Rodeo/Rodeo-Bold.ttf") format("truetype"), url("../fonts/Rodeo/Rodeo-Bold.svg#Rodeo") format("svg");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
video {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --container-width: 160rem;
  --transition: 0.3s ease;
  --tr: 0.3s ease;
  --trd: 0.3s ease 0.3s;
  --default-font-family: "Gilroy";
  --heading-font-family: "Rodeo";
  --sp: 5rem;
  --accent: #FFB93E;
  --color: #d6c2b8;
  --color2: #38312a;
  --color3: #54504e;
  --bg: var(--color);
  --text-color: var(--color2);
  --h1: 72px;
  --h2: 6rem;
  --h3: 40px;
  --h4: 30px;
  --xxl: 3rem;
  --xl: 2.4rem;
  --l: 2rem;
  --m: 1.8rem;
  --s: 16px;
  --fz-default: var(--m);
}

body {
  font-family: var(--default-font-family), Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: var(--fz-default);
  line-height: 140%;
  min-width: 360px;
  color: var(--text-color);
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body._lock {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

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

.hidden {
  display: none;
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  padding-top: 8rem;
  background-color: var(--bg);
}

[class*=__container] {
  margin: 0 auto;
  max-width: var(--container-width);
  padding: 0 10px;
  width: 100%;
}

.section-title {
  position: relative;
  padding-top: 3rem;
  text-align: center;
  text-transform: uppercase;
}

.section-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 2rem;
  width: 2rem;
  background: center/contain no-repeat url("../img/title-decor.png");
}

.to-top {
  position: fixed;
  bottom: 100px;
  right: 100px;
  display: block;
  height: 7.2rem;
  width: 7.2rem;
  background: center/contain no-repeat url("../img/to-top.png");
  z-index: 1000;
  border: 6px solid #38312a7b;
  border-radius: 50%;
  display: none;
}

.float-phone {
  position: fixed;
  bottom: 50px;
  right: 50px;
  opacity: 0.75;
  z-index: 1000;
  display: block;
  height: 8.6rem;
  width: 8.6rem;
  background: center/contain no-repeat url("../img/float-phone.png");
  transition: opacity var(--tr), transform var(--tr);
}

.float-phone:hover {
  opacity: 1;
  transform: scale(1.05);
}

h1 {
  font-family: var(--heading-font-family);
  font-weight: 800;
  font-size: var(--h1);
  line-height: 106%;
}

h2 {
  font-family: var(--heading-font-family);
  font-weight: 800;
  font-size: var(--h2);
  line-height: 125%;
}

h3 {
  font-family: var(--heading-font-family);
  font-weight: 800;
  font-size: var(--h3);
  line-height: 130%;
}

h4 {
  font-family: var(--heading-font-family);
  font-weight: 800;
  font-size: var(--h4);
  line-height: 133%;
}

a {
  color: var(--color);
  text-decoration: none;
}

.btn {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.subm {
  cursor: pointer;
  border: none;
  display: block;
  margin: 0 auto;
}

.form {
  position: relative;
}

.form:before {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7) url(../img/loading.svg) 50% no-repeat;
  z-index: 10;
}

.form.loading:before {
  display: block;
}

.header {
  background: var(--color2);
  color: var(--color);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: visible;
  z-index: 100;
}

.header:before {
  content: "";
  background: var(--color2);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
}

.header__container {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.header__logo-wrap {
  position: relative;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  z-index: 6;
}

.header__logo {
  display: block;
  height: 5rem;
  width: 16rem;
  background: center/contain no-repeat;
}

.header__menu {
  display: flex;
  position: relative;
  z-index: 6;
}

.header__menu .menu-item {
  max-width: 23rem;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0 3rem;
  position: relative;
}

.header__menu .menu-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: linear-gradient(0deg, #c08870 0%, #fbcdc1 100%);
  transition: opacity var(--tr);
}

.header__menu .menu-item:hover:before {
  opacity: 1;
}

.header__menu .menu-item:hover a {
  color: var(--color2);
}

.header__menu a {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  transition: color var(--tr);
}

.header__contacts {
  position: relative;
  font-weight: 600;
  display: flex;
  align-items: center;
  z-index: 6;
}

.header__contacts a {
  background: url("../img/phone-icon.png") left center/1.8rem no-repeat;
  padding-left: 2.5rem;
}

.header__burger-wrap {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 6;
}

.burger {
  flex: 0 0 auto;
  display: none;
  height: 40px;
  width: 39px;
  border-radius: 10px;
  padding: 10px 8px 12px;
  border: 1px solid var(--color);
  cursor: pointer;
}

.burger__inner {
  position: relative;
  height: 100%;
}

.burger__inner span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color);
  transition: transform var(--tr), top var(--trd);
}

.burger__inner span:nth-child(1) {
  top: 0;
  left: 0;
}

.burger__inner span:nth-child(2) {
  top: 50%;
  left: 0;
}

.burger__inner span:nth-child(3) {
  top: 100%;
  left: 0;
}

.burger._active .burger__inner span {
  transition: transform var(--trd), top var(--tr);
}

.burger._active .burger__inner span:nth-child(1) {
  top: 50%;
  transform: rotate(-45deg);
}

.burger._active .burger__inner span:nth-child(2) {
  transform: scale(0);
}

.burger._active .burger__inner span:nth-child(3) {
  top: 50%;
  transform: rotate(45deg);
}

.hero {
  padding-bottom: 56.25%;
  margin: 0 auto;
  background: center top/cover no-repeat;
}

.about__container {
  padding-top: 5rem;
}

.about__top {
  display: flex;
}

.about__text {
  flex: 1 1 61.12%;
  text-align: center;
  font-size: var(--l);
  line-height: 1.2;
}

.about__text p:first-child {
  padding: 0.8rem 1.4rem;
  border: 1px solid var(--color2);
}

.about__text p {
  line-height: inherit;
  font-weight: 300;
}

.about__text h3 {
  line-height: inherit;
  font-family: var(--default-font-family, sans-serif);
  font-weight: 600;
  font-size: var(--l);
  text-transform: uppercase;
  padding: 1.5rem 0 0.9rem;
  border-bottom: 2px solid var(--color2);
  margin-bottom: 1rem;
}

.about__parameters-wrap {
  flex: 0 0 38.88%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.about__parameters {
  position: relative;
  height: 44.6rem;
  width: 53.2rem;
}

.about__parameters-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 21.5rem;
  width: 21.5rem;
  background: center/contain no-repeat;
}

.about__parameters-item {
  position: absolute;
}

.about__parameters-item .title {
  font-size: var(--xl);
  font-weight: 600;
  text-transform: uppercase;
}

.about__parameters-item .value {
  line-height: 1;
  font-size: 6rem;
  font-family: var(--heading-font-family);
}

.about__parameters-item_1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.about__parameters-item_1 .title {
  margin-top: 1.5rem;
}

.about__parameters-item_2 {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.about__parameters-item_2 .title {
  margin-left: 2rem;
}

.about__parameters-item_3 {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.about__parameters-item_3 .title {
  margin-top: 1.5rem;
}

.about__parameters-item_4 {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.about__parameters-item_4 .title {
  margin-right: 2rem;
}

.about__bottom {
  margin-top: 2.4rem;
  padding: 20px;
  background-color: var(--color3);
  font-size: var(--l);
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  color: var(--color);
}

.gallery__container {
  padding-top: var(--sp);
}

.gallery__title {
  margin-bottom: 5rem;
}

.gallery__slider-wrap {
  position: relative;
  height: 100rem;
}

.gallery__slider-wrap .gallery__container {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 80%;
  padding: 0;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.gallery-bg-slider {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}

.gallery-bg-slider:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  background: #000000;
  z-index: 2;
}

.gallery-bg-slider__container {
  max-width: initial;
  padding: 0;
  height: inherit;
}

.gallery-bg-slider__slide {
  background: center/cover no-repeat;
  filter: blur(5px);
}

.gallery-slider {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 80%;
  overflow: hidden;
  border: 2px solid var(--color);
}

.gallery-slider__container {
  padding: 0;
  height: inherit;
}

.gallery-slider__slide {
  background: center/cover no-repeat;
  position: relative;
  cursor: pointer;
}

.gallery-slider__slide:before {
  content: "";
  display: none;
  height: 25.3rem;
  width: 26.1rem;
  background: center/cover no-repeat url("../img/slider-logo-lay.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.gallery-slider__btn {
  height: 5rem;
  width: 5rem;
  border: 2px solid var(--color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: 45% center/30% no-repeat url("data:image/svg+xml,%3Csvg width='17' height='28' viewBox='0 0 17 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3848 27.2483L13.3848 27.2484C14.055 27.9172 15.1417 27.9172 15.8114 27.2484L15.8115 27.2483C16.481 26.5805 16.481 25.4974 15.8115 24.8296L15.988 24.6526L15.8115 24.8296L5.13232 14.1768L4.95489 13.9998L5.13233 13.8228L15.8111 3.17038C16.4807 2.50217 16.4806 1.41924 15.8112 0.751388L15.8111 0.751352C15.1413 0.0829023 14.0546 0.082851 13.3845 0.751388L13.3845 0.751389L1.31555 12.7907C0.980652 13.125 0.813599 13.5619 0.813599 13.9997C0.813599 14.4378 0.980988 14.8751 1.31582 15.2091C1.31582 15.2092 1.31583 15.2092 1.31583 15.2092L13.3848 27.2483Z' fill='%23d6c2b8' stroke-width='0.5'/%3E%3C/svg%3E%0A");
  cursor: pointer;
  z-index: 6;
}

.gallery-slider__btn.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}

.gallery-slider__btn_prev {
  left: 10px;
}

.gallery-slider__btn_next {
  right: 10px;
  transform: translateY(-50%) rotate(180deg);
}

.gallery-slider__pagination {
  display: none;
}

.schemes__container {
  padding-top: var(--sp);
  padding-bottom: var(--sp);
}

.schemes__title {
  margin-bottom: 5rem;
}

.schemes__wrap {
  display: flex;
}

.schemes__thumbs-wrap {
  padding: 0 0 0 10px;
}

.schemes-previews {
  width: 120rem;
  height: 84.8rem;
  overflow: hidden;
  border: 1px solid var(--color2);
}

.schemes-previews__container {
  height: inherit;
  padding: 0;
}

.schemes-previews__slide {
  background: #ffffff center/contain no-repeat;
}

.schemes-thumbs {
  position: relative;
  width: 23.1rem;
  height: 84.8rem;
  padding: 7rem 0;
}

.schemes-thumbs__container {
  padding: 0;
  overflow: hidden;
  height: 100%;
}

.schemes-thumbs__slide {
  width: 23.1rem;
  height: 22.7rem;
  background: #ffffff center/contain no-repeat;
  border: 1px solid var(--color2);
  cursor: pointer;
}

.schemes-thumbs__slide.swiper-slide-thumb-active {
  border: 3px solid var(--color2);
}

.schemes-thumbs__btn {
  height: 5rem;
  width: 5rem;
  border: 2px solid var(--color2);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  background: 45% center/30% no-repeat url("data:image/svg+xml,%3Csvg width='17' height='28' viewBox='0 0 17 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3848 27.2483L13.3848 27.2484C14.055 27.9172 15.1417 27.9172 15.8114 27.2484L15.8115 27.2483C16.481 26.5805 16.481 25.4974 15.8115 24.8296L15.988 24.6526L15.8115 24.8296L5.13232 14.1768L4.95489 13.9998L5.13233 13.8228L15.8111 3.17038C16.4807 2.50217 16.4806 1.41924 15.8112 0.751388L15.8111 0.751352C15.1413 0.0829023 14.0546 0.082851 13.3845 0.751388L13.3845 0.751389L1.31555 12.7907C0.980652 13.125 0.813599 13.5619 0.813599 13.9997C0.813599 14.4378 0.980988 14.8751 1.31582 15.2091C1.31582 15.2092 1.31583 15.2092 1.31583 15.2092L13.3848 27.2483Z' fill='%2338312a' stroke-width='0.5'/%3E%3C/svg%3E%0A");
  cursor: pointer;
  z-index: 6;
}

.schemes-thumbs__btn.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}

.schemes-thumbs__btn_prev {
  top: 0;
  transform: translateX(-50%) rotate(90deg);
}

.schemes-thumbs__btn_next {
  bottom: 0;
  transform: translateX(-50%) rotate(270deg);
}

.characteristics__container {
  padding-top: var(--sp);
  padding-bottom: var(--sp);
}

.characteristics__title {
  margin-bottom: 5rem;
}

.characteristics__list {
  display: flex;
  flex-wrap: wrap;
  margin: -1.3rem;
}

.characteristics__list-item {
  flex: 0 0 33.33%;
  padding: 1.3rem;
}

.item {
  position: relative;
  padding: 4.5rem;
  background: center/cover no-repeat;
  box-shadow: 0px 2px 15px -5px var(--color3);
  overflow: hidden;
  height: 100%;
}

.item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  opacity: 1;
  background: var(--color);
  transition: opacity var(--tr), background var(--tr);
  z-index: 1;
}

.item__icon {
  height: 12.4rem;
  width: 12.4rem;
  margin: 0 auto;
  margin-bottom: 3rem;
  background: center/contain no-repeat;
  position: relative;
  z-index: 2;
}

.item__icon svg {
  fill: var(--color2);
  transition: fill var(--tr);
}

.item__icon-ordinary {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  background: center/contain no-repeat;
  transition: opacity var(--tr);
}

.item__icon-hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: center/contain no-repeat;
  transition: opacity var(--tr);
}

.item__text {
  position: relative;
  text-align: center;
  font-size: var(--xxl);
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  transition: color var(--tr);
  z-index: 2;
}

.item:hover:before {
  opacity: 0.8;
  background: var(--color3);
}

.item:hover .item__icon svg {
  fill: var(--color);
}

.item:hover .item__icon-ordinary {
  opacity: 0;
}

.item:hover .item__icon-hover {
  opacity: 1;
}

.item:hover .item__text {
  color: var(--color);
}

.map__container {
  padding-top: var(--sp);
  padding-bottom: 17.5rem;
}

.map__title {
  text-align: center;
  margin-bottom: 5rem;
}

.map__link {
  display: block;
  padding-bottom: 47%;
  background: center/contain no-repeat;
}

.footer {
  background-color: var(--color2);
  color: var(--color);
}

.footer__container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.footer__content {
  flex: 0 0 50%;
  display: flex;
}

.footer__logo {
  display: block;
  height: 15.4rem;
  width: 16rem;
  background: center/contain no-repeat;
  margin-bottom: 4rem;
}

.footer__social {
  display: flex;
}

.footer__social a {
  display: block;
  height: 3.6rem;
  width: 3.6rem;
  background: center/contain no-repeat;
  transition: opacity var(--tr);
  margin-right: 20px;
}

.footer__social a:last-child {
  margin-right: 0;
}

.footer__social a:hover {
  opacity: 0.7;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 6rem;
}

.footer__contacts a {
  display: block;
  background: left center/1.8rem no-repeat;
  padding-left: 2.5rem;
  margin-bottom: 2.4rem;
}

.footer__contacts a:last-child {
  margin-bottom: 0;
}

.footer__contacts a.loc {
  background: left center/1.5rem no-repeat;
}

.footer__person {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 6rem;
}

.footer__person-photo {
  height: 11.4rem;
  width: 11.4rem;
  background: center/cover no-repeat;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.footer__form-wrap {
  flex: 0 0 50%;
  border: 1px solid var(--color);
  padding: 4rem 5.5rem;
}

.form__title {
  text-align: center;
  text-transform: uppercase;
  font-family: "Gilroy";
  font-weight: 700;
  font-size: 2.8rem;
  margin-bottom: 4rem;
}

.form__row {
  display: flex;
  justify-content: center;
  margin: 0 -3rem;
}

.form__input-wrap {
  flex: 0 0 33.33%;
  padding: 0 3rem;
}

.form__input-wrap input {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 100%;
  background: transparent;
  padding-bottom: 0.5rem;
  border: none;
  border-bottom: 1px solid var(--color);
  color: var(--color);
  font-size: 1.2rem;
}

.form__input-wrap input::-moz-placeholder {
  color: var(--color);
  opacity: 0.5;
}

.form__input-wrap input:-ms-input-placeholder {
  color: var(--color);
  opacity: 0.5;
}

.form__input-wrap input::placeholder {
  color: var(--color);
  opacity: 0.5;
}

.form__input-wrap input.error {
  border-bottom-color: red;
}

.form__input-wrap input.not_error {
  border-bottom-color: green;
}

.form__btn-wrap {
  display: flex;
  justify-content: flex-end;
  padding-top: 3rem;
}

.form__btn-wrap button {
  background: var(--color);
  border: none;
  padding: 1.4rem 5rem;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 600;
  transition: opacity var(--tr);
}

.form__btn-wrap button:hover {
  opacity: 0.5;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  min-height: 320px;
  height: 100%;
  min-width: 320px;
  width: 100%;
  width: 100lvw;
  overflow-y: auto;
  overflow-x: hidden;
  background: rgba(36, 36, 36, 0.3);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translate3d(0, 0, 0);
  transition: opacity var(--tr), visibility var(--trd);
  display: grid;
  place-items: center;
}

.modal__inner {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: var(--container-width);
  transform: scale(0.75);
  transition: transform var(--tr);
  padding: 75px 10px;
}

.modal._open {
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
  transition: opacity var(--tr), visibility 0s;
}

.modal._open .modal__inner {
  transform: scale(1);
}

.modal__content {
  position: relative;
}

.modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 22px;
  width: 22px;
  cursor: pointer;
  background: #ffffffc4;
  z-index: 10;
}

.modal__close:before,
.modal__close:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: var(--color3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.modal__close:after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.modal .modal-swiper {
  position: relative;
  overflow: hidden;
}

.modal .modal-swiper__slide img {
  background: green;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.modal .modal-swiper__btn-prev,
.modal .modal-swiper__btn-next {
  display: none;
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 10;
  transform: translateY(-50%);
  overflow: hidden;
}

.modal .modal-swiper__btn-prev:active,
.modal .modal-swiper__btn-next:active {
  opacity: 0.5;
}

.modal .modal-swiper__btn-next {
  left: auto;
  right: 5px;
  transform: translateY(-50%) rotate(180deg);
}

.modal .modal-swiper__pagination {
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  gap: 6px;
}

.modal .modal-swiper__pagination .swiper-pagination-bullet {
  flex: 0 0 auto;
  height: 7px;
  width: 7px;
  background: var(--white);
  border-radius: 50%;
  opacity: 0.5;
  transition: background var(--tr);
}

.modal .modal-swiper__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--color);
}

.countdownHolder {
  margin: 0 auto;
  font: 30px/1 Roboto, sans-serif;
  text-align: center;
  letter-spacing: -3px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /*Параметры цифр */
  /*Параметры подложки для секций */
  /*Параметры секций разделения (:)*/
  /*Параметры вспомогательного текста (дни, часы, минуты, секунды)*/
}

.countdownHolder .position {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  position: relative;
  width: 0.5em;
}

.countdownHolder .digit {
  position: absolute;
  display: block;
  border-radius: 0.2em;
  text-align: center;
  color: #000;
  letter-spacing: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.countdownHolder .countDays,
.countdownHolder .countHours,
.countdownHolder .countMinutes,
.countdownHolder .countSeconds {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}

.countdownHolder .countDiv {
  display: none;
  width: 10px;
  height: 1em;
  position: relative;
}

.countdownHolder .countDiv:before,
.countdownHolder .countDiv:after {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #444;
  border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: 0.2em;
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
  content: "";
}

.countdownHolder .countDiv:after {
  top: 0.6em;
}

.countdownHolder .textdigit {
  font-size: 15px;
  letter-spacing: 0px;
}

@media (max-width: 1260px) {
  :root {
    --container-width: 760px;
    --sp: 64px;
    --fz-default: 16px;
    --h1: 48px;
    --h2: 36px;
    --h3: 29px;
    --h4: 20px;
    --xxl: 28px;
    --xl: 24px;
    --l: 18px;
    --m: 16px;
    --s: 14px;
  }

  .wrapper {
    padding-top: 70px;
  }

  .header__logo {
    height: 40px;
    width: 128px;
  }

  .header__menu {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    background: var(--color3);
    padding: 10px 0;
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition: transform var(--tr), opacity var(--tr);
    z-index: 4;
  }

  .header__menu._active {
    transform: translateY(0%);
    opacity: 1;
    pointer-events: initial;
  }

  .header__menu .menu-item {
    padding: 10px;
  }

  .burger {
    position: relative;
    z-index: 10;
    display: block;
    margin-left: 50px;
  }

  .about__top {
    flex-wrap: wrap;
  }

  .about__text {
    flex: 0 0 100%;
  }

  .about__parameters-wrap {
    flex: 0 0 100%;
    justify-content: center;
    padding: 30px 0;
  }

  .gallery__title {
    margin-bottom: 40px;
  }

  .gallery__slider-wrap {
    height: 500px;
  }

  .gallery-slider {
    width: 85%;
  }

  .gallery-slider__slide:before {
    height: 200px;
    width: 200px;
  }

  .gallery-slider__btn {
    height: 35px;
    width: 35px;
  }

  .schemes__title {
    margin-bottom: 40px;
  }

  .schemes__wrap {
    flex-direction: column;
  }

  .schemes__thumbs-wrap {
    padding: 10px 0 0 0px;
  }

  .schemes-previews {
    width: 100%;
    height: 520px;
  }

  .schemes-thumbs {
    width: 100%;
    padding: 0 50px;
    height: 150px;
  }

  .schemes-thumbs__slide {
    height: 150px;
    width: 200px;
  }

  .schemes-thumbs__btn {
    height: 35px;
    width: 35px;
    top: 50%;
  }

  .schemes-thumbs__btn_prev {
    left: 0;
    transform: translateY(-50%);
  }

  .schemes-thumbs__btn_next {
    left: auto;
    right: 0;
    transform: translateY(-50%) rotate(180deg);
  }

  .characteristics__title {
    margin-bottom: 40px;
  }

  .characteristics__list {
    margin: -10px;
  }

  .characteristics__list-item {
    flex: 0 0 50%;
    padding: 10px;
  }

  .item__icon {
    height: 100px;
    width: 100px;
    margin-bottom: 20px;
  }

  .item__text {
    font-size: var(--xl);
  }

  .map__title {
    margin-bottom: 40px;
  }

  .footer__container {
    padding-top: var(--sp);
    padding-bottom: var(--sp);
  }

  .footer__content {
    order: 2;
    flex: 0 0 100%;
    justify-content: space-between;
  }

  .footer__logo {
    height: 150px;
    width: 150px;
    margin-bottom: 30px;
  }

  .footer__form-wrap {
    order: 1;
    flex: 0 0 100%;
    margin-bottom: 50px;
  }

  .form__row {
    margin: 0 -20px;
  }

  .form__input-wrap input {
    font-size: 1.6rem;
  }

  .form__input-wrap {
    padding: 0 20px;
  }

  .form__btn-wrap {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  :root {
    --container-width: 360px;
    --sp: 50px;
    --fz-default: 16px;
    --h1: 27px;
    --h2: 27px;
    --h3: 18px;
    --xxl: 24px;
    --xl: 20px;
    --l: 18px;
    --m: 16px;
    --s: 14px;
  }

  .wrapper {
    padding-top: 60px;
  }

  .to-top {
    display: none;
  }

  .float-phone {
    bottom: 25px;
    right: 25px;
    height: 6rem;
    width: 6rem;
  }

  .header__container {
    padding: 10px 0;
  }

  .header__logo-wrap {
    padding: 0;
  }

  .header__logo {
    width: 100px;
    height: 40px;
  }

  .header__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 50px;
    overflow-y: scroll;
  }

  .header__menu .menu-item {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: 360px;
    padding-left: 0;
  }

  .header__menu .menu-item:last-child {
    margin-bottom: 0;
  }

  .header__menu .menu-item:before {
    display: none;
  }

  .header__menu a {
    font-size: var(--xxl);
  }

  .header__contacts {
    position: relative;
  }

  .burger {
    position: relative;
    margin-left: 0px;
  }

  .about__text {
    text-align: left;
    font-size: var(--m);
  }

  .about__text p:first-child {
    border: none;
    padding: 0px;
  }

  .about__text h3 {
    padding: 20px 0 10px;
  }

  .about__parameters-wrap {
    padding: 30px 0;
  }

  .about__parameters {
    height: 285px;
    width: 340px;
  }

  .about__parameters-image {
    height: 175px;
    width: 175px;
  }

  .about__parameters-item .title {
    font-size: var(--m);
    line-height: 1.1;
  }

  .about__parameters-item .value {
    font-size: 32px;
  }

  .about__parameters-item_1 .title {
    margin-top: 5px;
  }

  .about__parameters-item_2 .title {
    margin-left: 10px;
  }

  .about__parameters-item_3 .title {
    margin-top: 5px;
  }

  .about__parameters-item_4 .title {
    margin-right: 10px;
  }

  .about__bottom {
    margin-top: 0;
    font-size: var(--m);
    padding: 10px;
  }

  .gallery__title {
    margin-bottom: 30px;
  }

  .gallery__slider-wrap {
    height: 290px;
  }

  .gallery-slider {
    width: calc(100% - 20px);
  }

  .gallery-slider__slide:before {
    height: 100px;
    width: 100px;
  }

  .gallery-slider__btn {
    display: none;
  }

  .gallery-slider__pagination {
    display: block;
    position: absolute;
    bottom: -25px !important;
    left: 0;
    width: 100%;
  }

  .gallery-slider__pagination .swiper-pagination-bullet {
    background: var(--color2);
    opacity: 1;
  }

  .gallery-slider__pagination .swiper-pagination-bullet-active {
    background: var(--color);
  }

  .schemes__title {
    margin-bottom: 30px;
  }

  .schemes-previews {
    height: 250px;
  }

  .schemes-thumbs {
    height: 100px;
    padding: 0;
  }

  .schemes-thumbs__slide {
    height: 100px;
  }

  .schemes-thumbs__btn {
    display: none;
  }

  .characteristics__title {
    margin-bottom: 30px;
  }

  .characteristics__list-item {
    flex: 0 0 100%;
  }

  .map__title {
    margin-bottom: 30px;
  }

  .footer__content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer__left {
    margin-bottom: 40px;
  }

  .footer__logo {
    margin-bottom: 20px;
  }

  .footer__contacts {
    padding-left: 40px;
    margin-bottom: 40px;
  }

  .footer__person {
    padding-left: 0;
  }

  .footer__form-wrap {
    padding: 30px;
  }

  .form__row {
    flex-direction: column;
  }

  .form__input-wrap {
    margin-bottom: 30px;
  }

  .modal__inner {
    max-width: 100%;
    width: 100lvw;
  }

  .modal__close {
    top: 10px;
    right: 10px;
  }

  .modal .modal-swiper__btn-prev,
  .modal .modal-swiper__btn-next {
    height: 32px;
    width: 32px;
    background-size: 8px 12px;
  }
}