* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  font-size: 18px;
  line-height: 30px;
  font-family: 'Tilda Sans';
  font-weight: 400;
  color: #000000;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f2f3f4;
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

input,
button,
textarea {
  font-family: 'Tilda Sans';
}

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

button {
  cursor: pointer;
  outline: none;
  background: transparent;
}

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

textarea {
  resize: none;
}

a {
  color: #000;
}

a,
a:visited {
  text-decoration: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number],
input[type=number]:hover,
input[type=number]:focus {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

img,
video {
  max-width: 100%;
  max-height: 100%;
}

ul li {
  list-style: none;
}

img {
  vertical-align: middle;
}

iframe {
  width: 100%;
}

input:-webkit-autofill {
  background: #ffffff;
  -webkit-transition: 10000000000s linear;
  transition: 10000000000s linear;
}


.container {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 30px;
}

h1,
.h1 {
  font-size: 56px;
  line-height: 62px;
  margin: 0 0 15px 0;
  font-family: 'Tilda Sans';
}

h1 span,
.h1 span {
  display: block;
}

.black-header-box {
  background: black;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}

.black-header-box a {
  color: #fff;
}

.black-header-box .header__logo path:first-child {
  fill: #fff;
}

.black-header-box .header__burger {
  color: #fff;
}

.black-header-box .header__burger-icon span {
  background: #900d07;
}

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

.top-page + .objects {
  margin-top: 0;
}

.top-page + .objects .objects__header {
  margin-top: 0;
}

.top-page.black {
  background: #000000;
  color: #fff;
  padding-bottom: 10px;
}

.top-page.black a {
  color: #fff;
}

.top-page h1 + p,
.top-page .h1 + p {
  font-size: 22px;
  line-height: 34px;
  color: #787878;
  max-width: 1364px;
}

h2,
.h2 {
  font-family: 'Tilda Sans';
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  margin: 0 0 18px 0;
}

h2 + p,
.h2 + p {
  font-size: 22px;
  line-height: 34px;
  color: #787878;
  max-width: 1175px;
}

h3,
.h3 {
  font-size: 32px;
  line-height: normal;
  font-family: 'Tilda Sans';
  font-weight: 700;
}

h4,
.h4 {
  font-size: 24px;
  line-height: normal;
  margin: 0 0 10px 0;
  font-family: 'Tilda Sans';
  font-weight: 700;
}

p:not(:last-child) {
  margin: 0 0 20px 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: none;
}

.swiper-button-next path,
.swiper-button-prev path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.swiper-button-next:hover path,
.swiper-button-prev:hover path {
  stroke: #39bbdf;
}

.btn {
  border: 1px solid transparent;
  border-radius: 100px;
  font-family: 'Tilda Sans';
  font-size: 20px;
  line-height: normal;
  text-align: center;
  display: inline-block;
  padding: 24px 43px 22px 43px;
  background: #900d07;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn:hover {
  background: #900d07;
}

.btn__more {
  display: block;
  width: 100%;
  color: #900d07;
  background: rgba(0, 133, 191, 0.04);
  padding: 16px 16px 14px 16px;
  border-radius: 16px;
  margin: 16px 0 0 0;
}

.btn__more:hover {
  background: rgba(0, 133, 191, 0.08);
}

.btn.transparent-white {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}

.btn.transparent-white:hover {
  border-color: #900d07;
}

.btn.transparent-black {
  border: 1px solid black;
  color: black;
  background: transparent;
}

.btn.transparent-black:hover {
  border-color: #900d07;
}

.has-decor {
  position: relative;
}

.has-decor::after {
  content: "";
  width: 96px;
  height: 4px;
  background: #900d07;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.heading {
  font-family: 'Tilda Sans';
  font-weight: 800;
}

.text-center {
  text-align: center;
}

.text-transform {
  text-transform: uppercase;
}

.centered-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px 0 0 0;
}

.about-header-box .header__tel,
.about-header-box .header__burger {
  color: #fff;
}

.about-header-box .header__burger-icon span {
  background: #900d07;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  visibility: hidden;
}

.menu-overlay.active {
  opacity: 0.3;
  visibility: visible;
}

.header {
  padding: 24px 0;
  font-family: 'Tilda Sans';
  line-height: normal;
  position: relative;
  z-index: 100;
}

.header.active {
  background: #900d07;
}

.header.active .header__logo path {
  fill: #fff !important;
}

.header.active .header__wrapper {
  opacity: 1;
  visibility: visible;
}

.header.active .header__burger .header__burger-icon span:nth-child(2) {
  display: none;
}

.header.active .header__burger .header__burger-icon span:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.header.active .header__burger .header__burger-icon span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 7px;
}

.header.scrolled {
  background: #900d07;
  position: sticky;
  top: 0;
}

.header.scrolled .header__logo path {
  fill: #fff !important;
}

.header.scrolled * {
  color: #fff;
}

.header.scrolled .header__burger-icon span {
  background: #fff !important;
}

.header__wrapper {
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding: 160px 30px 30px 30px;
  overflow: auto;
  background: #900d07;
  color: #fff;
  font-family: 'Tilda Sans';
  font-size: 42px;
  line-height: 45px;
  opacity: 0;
  visibility: hidden;
}

.header__wrapper a {
  color: #fff;
}

.header__mobile {
  display: none;
}

.header__menu {
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
}

.header__menu-link {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
  overflow: hidden;
}

.header__menu-link::after {
  content: url(../img/svg/menu-arrow.svg);
  position: relative;
  top: 4px;
  width: 100%;
  max-width: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header__menu-item:hover .header__menu-link::after {
  max-width: 79px;
}

.header__menu-item:hover .header__menu-link {
  color: black;
}

.header-box {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
}

.header-box:not(.about-header-box) path {
  fill: #fff;
}

.header-box:not(.about-header-box) a {
  color: #fff;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  z-index: 100;
}

.header__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 47px;
}

.header__burger {
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 31px;
  margin: 3px 0 0 100px;
}

.header__burger-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  bottom: 3px;
}

.header__burger-icon span {
  position: relative;
  display: block;
  width: 38px;
  height: 2px;
  background: rgb(255, 255, 255);
}

.header__burger-icon span:not(:last-child) {
  margin: 0 0 11px 0;
}

.header__burger-icon span:nth-child(2) {
  width: 28px;
}

.header__tel {
  font-size: 24px;
  font-weight: 800;
}

.header__mail:hover,
.header__tel:hover {
  text-decoration: underline;
}

body {
  background-image: url(../img/svg/body-decor.svg);
  background-size: 52vw 1252px;
  background-position: right top;
  background-repeat: no-repeat;
}

.main-page,
.main-page body {
  background: #fff;
  background-image: none;
}

.main-screen {
  height: 846px;
  position: relative;
}

.main-screen::after {
  content: "";
  width: 37vw;
  height: 100%;
  background-image: url(../img/svg/main-decor.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.main-screen__preview {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.main-screen__preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-screen__content {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 0 46px 0;
  color: #fff;
  font-size: 28px;
  line-height: 32px;
}

.main-screen__content .container {
  width: 100%;
}

.main-screen__text {
  max-width: 851px;
}

.main-screen__heading {
  font-family: 'Tilda Sans';
  font-size: 75px;
  line-height: 75px;
  font-weight: 800;
  margin: 0 0 9px 0;
  text-transform: uppercase;
}

.main-screen__heading span {
  display: block;
}

.main-screen__button {
  margin: 41px 0 0 0;
}

.main-group {
  position: relative;
  z-index: 1;
  overflow: clip;
}

.main-group::after {
  content: "";
  width: 1784px;
  height: 100%;
  background-image: url(../img/svg/mg-decor.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 43px;
  right: -3px;
  z-index: -2;
}

.main-group::before {
  content: "";
  width: 142px;
  height: calc(100% - 108px);
  background: #fff;
  position: absolute;
  top: 108px;
  left: 0;
  z-index: -1;
}

.main-heading {
  font-size: 65px;
  line-height: normal;
  margin: 0 0 16px 0;
  text-transform: uppercase;
}

.main-heading + p {
  font-size: 22px;
  line-height: normal;
  margin: 0 0 40px 0;
}

.main-banner {
  margin: -108px 0 72px 0;
}

.main-banner img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-banner__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 80px;
  line-height: 75px;
  color: #fff;
  margin: 0 0 40px 0;
}

.main-banner__heading span {
  display: block;
}

.main-banner__content {
  position: relative;
}

.main-banner__preview {
  -webkit-mask-image: url(../img/banner-mask.png);
  mask-image: url(../img/banner-mask.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.main-banner__subheading {
  font-size: 40px;
  line-height: 55px;
}

.main-banner__subheading span {
  display: block;
}

.main-banner__text {
  padding: 40px 80px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 32px;
  color: #fff;
}

.main-banner__text .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.main-catalog__inner {
  max-width: 1452px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 44px 2fr;
  grid-template-columns: repeat(2, 2fr);
  gap: 44px;
}

.main-catalog__item {
  position: relative;
  overflow: hidden;
}

.main-catalog__item:hover .main-catalog__material {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.main-catalog__material {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-shadow: -8px 4px 15px 0px rgba(0, 0, 0, 0.35);
  box-shadow: -8px 4px 15px 0px rgba(0, 0, 0, 0.35);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-catalog__material img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*.main-catalog__item:hover .main-catalog__text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }*/
/*.main-catalog__text {
    width: 50%;
    padding: 41px 20px 21px 43px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    z-index: 2;
    font-family: 'Tilda Sans';
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
  }*/
.main-catalog__text {
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  font-family: 'Tilda Sans';
  color: #fff;
  padding: 0 43px 28px 43px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.main-catalog__text span {
  display: block;
}

.main-readmore {
  margin: 58px 0 0 0;
}

.about {
  margin: 88px 0 120px 0;
  font-size: 20px;
  line-height: 32px;
  position: relative;
}

.about__text {
  max-width: 1112px;
}

.about__text .h4:not(:first-child),
.about__text h4:not(:first-child) {
  margin: 22px 0 8px 0;
}

.about__preview {
  width: 20.99vw;
  position: absolute;
  top: -405px;
  right: 0;
  z-index: 2;
}

.about__numbers {
  margin: 41px 0 51px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.333fr 30px 1.333fr 30px 1.333fr;
  grid-template-columns: repeat(3, 1.333fr);
  gap: 30px;
}

.about__numbers-head {
  font-family: 'Tilda Sans';
  font-size: 120px;
  line-height: 2;
  font-weight: 800;
  letter-spacing: -3px;
}

.about__numbers-body {
  margin: -35px 0 0 0;
}

.advantages {
  margin: 118px 0 0 0;
  position: relative;
  z-index: 2;
}

.advantages__wrapper {
  position: relative;
  z-index: 1;
  padding: 0 0 90px 0;
}

.advantages__wrapper.no-decor::before {
  content: none;
}

.advantages__wrapper::before {
  content: "";
  width: 22vw;
  height: 100%;
  background: url(../img/svg/a-decor.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.advantages__inner {
  margin: 40px 0 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

.advantages__item {
  position: relative;
  background: #f2f3f4;
  padding: 36px 32px 77px 43px;
  font-size: 20px;
  line-height: 28px;
}

.advantages__item::after {
  content: "";
  width: 35px;
  height: 97px;
  background: url(../img/svg/ab-decor.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.advantages__item.blue-decor::after {
  background: url(../img/svg/ab-decor-blue.svg) no-repeat;
  background-size: 100% 100%;
}

.advantages__item-icon {
  width: 90px;
  margin: 0 0 24px 0;
}

.advantages__item-name {
  margin: 0 0 11px 0;
}

.video {
  position: relative;
  z-index: 1;
  height: 825px;
}

.video__text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 127px 0 0 0;
  color: #fff;
  font-size: 100px;
  line-height: 95px;
}

.video__text-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.video__text span {
  display: block;
}

.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-clip-path: fill-box;
  clip-path: fill-box;
  border-radius: 0.01px;
}

.video::after {
  content: "";
  width: 416px;
  height: 481px;
  position: absolute;
  left: 0;
  bottom: -481px;
  z-index: -1;
  background: url(../img/svg/video-decor.svg) no-repeat;
  background-size: 100% 100%;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.gutter-sizer {
  width: 1.533%;
}

.grid-sizer {
  width: 3.05%;
}

.masonry {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}

.pagination {
  font-family: 'Tilda Sans';
  font-size: 20px;
  line-height: normal;
  margin: 48px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
}

.pagination__item.current .pagination__link,
.pagination__item:hover .pagination__link {
  background: rgba(0, 133, 191, 0.06);
  color: #900d07;
}

.pagination__item.current {
  pointer-events: none;
}

.pagination__arrow .pagination__link {
  padding: 0;
}

.pagination__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #787878;
  padding: 5px 0 0 0;
  border-radius: 8px;
}

.masonry {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.masonry-box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.masonry__item {
  margin: 0 0 32px 0;
  display: block;
  -webkit-transition: none;
  transition: none;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.masonry__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.masonry__item.hidden {
  display: none;
}

.masonry__item.big {
  width: 42.437%;
}

.masonry__item.big .objects-slider__name {
  font-size: 24px;
  line-height: normal;
}

.masonry__item.small {
  width: 25.512%;
}

.masonry__item.smaller {
  width: 19.952%;
}

.masonry__item.smaller img {
  max-height: 408px;
  -o-object-fit: cover;
  object-fit: cover;
}

.masonry__item.bigger {
  width: 53.639%;
}

.masonry__item-head {
  margin: 0 0 16px 0;
  position: relative;
}

.masonry__item-head:hover .images-toggler {
  opacity: 1;
  visibility: visible;
}

.masonry__item-head img {
  display: none;
}

.masonry__item-head img.active {
  display: block;
}

.objects {
  margin: 98px 0 88px 0;
  position: relative;
  z-index: 1;
}

.objects.jsMasonryParent {
  position: static;
}

.objects__mobile {
  display: none;
}

.objects__prev path,
.objects__next path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.objects__prev:hover path,
.objects__next:hover path {
  stroke: #39bbdf;
}

.objects__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  background: #eaebec;
  border-radius: 24px;
  margin: 50px 0 60px 0;
}

.objects__header-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.objects__header-item:not(.active):hover .objects__header-text {
  background: #dadbdc;
}

.objects__header-item.active .objects__header-text {
  color: #fff;
  background: #900d07;
}

.objects__header-text {
  display: block;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #929292;
  text-transform: uppercase;
  font-size: 18px;
  line-height: normal;
  padding: 22px;
  border-radius: 16px;
  transition: 0.3s ease-in-out;
}

.objects__aside {
  width: 365px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: sticky;
  top: 165px;
}

.objects__aside-close {
  display: none;
}

.objects__aside-item {
  display: block;
  cursor: pointer;
}

.objects__aside-item:not(:last-child) {
  margin: 0 0 12px 0;
}

.objects__aside-item input {
  display: none;
}

.objects__aside-item input:checked + .objects__aside-text {
  color: #900d07;
}

.objects__aside-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #787878;
  font-family: 'Tilda Sans';
  font-size: 20px;
  line-height: normal;
}

.objects__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
}

.objects__box {
  display: none;
}

.objects__box.active {
  display: block;
  -webkit-animation: fade 0.5s ease;
  animation: fade 0.5s ease;
}

.objects__inner {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 28px;
  -moz-column-gap: 28px;
  column-gap: 28px;
}

.objects__item {
  margin: 0 0 28px 0;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  display: block;
  position: relative;
  overflow: hidden;
}

.objects__item:hover .objects__item-content {
  opacity: 1;
  visibility: visible;
}

.objects__item-content {
  padding: 20px 34px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  font-family: 'Tilda Sans';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.objects__item-name {
  font-size: 22px;
  line-height: normal;
  margin: 0 0 11px 0;
  max-width: 534px;
}

.objects__item:hover img {
  -webkit-filter: none;
  filter: none;
}

.objects__item img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.showrooms {
  background: black;
  color: #fff;
  padding: 69px 0 40px 0px;
  min-height: 951px;
  overflow: clip;
  position: relative;
}

.showrooms::after {
  content: "";
  width: 100%;
  height: 170px;
  background: url(../img/svg/map-overlay.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
}

.showrooms .container {
  height: calc(100% - 66px);
}

.showrooms__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  height: calc(100% - 66px);
}

.showrooms__decor {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 12;
}

.showrooms__decor.hidden {
  display: none;
}

.showrooms__decor svg {
  overflow: visible;
}

.showrooms__decor path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.showrooms__decor path.active {
  fill: #900d07;
  stroke: #900d07;
}

.showrooms__decor path.active:first-child,
.showrooms__decor path.active:nth-child(3) {
  -webkit-transform: scaleY(1.1);
  -ms-transform: scaleY(1.1);
  transform: scaleY(1.1);
}

.showrooms__decor path.active:first-child {
  -webkit-transform: scaleY(1.1) translateY(-8px);
  -ms-transform: scaleY(1.1) translateY(-8px);
  transform: scaleY(1.1) translateY(-8px);
}

.showrooms__decor path.active:nth-child(2),
.showrooms__decor path.active:last-child {
  -webkit-transform: scaleX(1.1);
  -ms-transform: scaleX(1.1);
  transform: scaleX(1.1);
}

.showrooms__decor path.active:last-child {
  -webkit-transform: scaleX(1.1) translateX(-8px);
  -ms-transform: scaleX(1.1) translateX(-8px);
  transform: scaleX(1.1) translateX(-8px);
}

.showrooms__map {
  height: 845px;
  width: 100%;
  position: absolute;
  overflow: hidden;
  background: black;
}

.showrooms__data {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 69px 0 0 0;
}

.showrooms__data .main-heading {
  background: black;
  position: relative;
  z-index: 25;
}

.showrooms__window {
  background: rgba(0, 133, 191, 0.64);
  padding: 32px 48px;
  color: #fff;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: sticky;
  z-index: 20;
  top: 170px;
  font-weight: 300;
  font-family: 'Tilda Sans';
  display: none;
  width: 519px;
  margin-left: auto;
}

.showrooms__window-close {
  display: none;
}

.showrooms__window::after {
  content: "";
  width: 35px;
  height: 97px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/svg/window-decor.svg) no-repeat;
  background-size: 100% 100%;
}

.showrooms__window.active {
  display: block;
}

.window-city {
  font-size: 20px;
  line-height: 29px;
  font-weight: 500;
  margin: 0 0 4px 0;
}

.window-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.window-item {
  max-width: 400px;
  width: 100%;
}

.window-item a {
  color: #fff;
}

.window-item a:hover {
  text-decoration: underline;
}

.window-item:not(:last-child) {
  margin: 0 0 24px 0;
}

.image {
  position: absolute;
  z-index: 10;
}

.image path {
  fill: transparent;
}

.image text {
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.image g:hover circle,
.image g:hover ellipse {
  display: none;
}

.image g:hover text {
  display: block;
}

.image g:hover path {
  fill: #900d07;
}

.map-object {
  fill: transparent;
}

.map-object:hover {
  fill: #01638d;
}

.map-text {
  pointer-events: none;
}

.feedback {
  padding: 110px 0 150px 0;
  position: relative;
  z-index: 1;
  font-family: 'Tilda Sans';
}

.feedback.white {
  background: #fff;
}

.feedback::after {
  content: "";
  width: 493px;
  height: 100%;
  background: url(../img/svg/feedback-decor.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}

.feedback .main-heading {
  margin: 0 0 52px 0;
}

.feedback__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

.feedback__text {
  max-width: 670px;
  font-size: 20px;
  line-height: 35px;
}

.feedback__text p:not(:last-child) {
  margin: 0;
}

.feedback h4,
.feedback .h4 {
  font-weight: 800;
  margin: 0 0 35px 0;
}

.feedback__contacts {
  margin: 32px 0 0 0;
}

.feedback__contacts-item {
  line-height: normal;
}

.feedback__contacts-item:not(:last-child) {
  margin: 0 0 25px 0;
}

.feedback__contacts-item p:first-child {
  font-size: 16px;
  color: #900d07;
  text-transform: uppercase;
}

.feedback__contacts-item p:last-child {
  font-size: 20px;
}

.feedback__form {
  width: 663px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
  padding: 56px 43px;
}

.small-text {
  font-size: 14px;
  line-height: normal;
}

.form__input {
  display: block;
  width: 100%;
  height: 30px;
  font-size: 16px;
  background: #fff;
  border-bottom: 1px solid #d0d0d0;
}

.form__item p {
  margin: 0 0 10px 0;
}

.form__item.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin: 44px 0 0 0;
  line-height: 150%;
}

.form__item.flex .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.form__item.grid-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  margin: 0 !important;
}

.form__item:not(:last-child) {
  margin: 0 0 25px 0;
}

.text-color {
  color: #900d07;
}

.footer {
  padding: 64px 0 32px 0;
  color: #fff;
  background: black;
  font-family: 'Tilda Sans';
  position: relative;
  z-index: 2;
}

.footer a {
  color: #fff;
}

.footer__top {
  margin: 0 0 32px 0;
}

.footer__top-inner {
  border: 1px solid #383838;
  border-width: 1px 0 1px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  padding: 32px 0 62px 0;
  margin: 32px 0 0 0;
}

.footer__top p:not(:last-child) {
  margin: 0 0 12px 0;
}

.footer__tel {
  font-size: 30px;
  line-height: normal;
  font-weight: 700;
}

.footer__text-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 12px;
}

.footer__big-text {
  font-size: 22px;
  line-height: 36px;
  font-weight: 600;
}

.footer__big-text span {
  display: block;
}

.footer__bottom {
  font-size: 16px;
  line-height: normal;
}

.footer__bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.footer__bottom-row:not(:last-child) {
  margin: 0 0 64px 0;
}

.footer__bottom-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 96px;
}

.footer__menu {
  max-width: 1080px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 25px;
}

.footer a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer a:hover {
  color: #900d07;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

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

.footer__social-item circle {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer__social-item:hover circle {
  fill: #900d07;
}

.top-page:has(h1, .h1) .breadcrumbs {
  margin: 0 0 48px 0;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.breadcrumbs__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.breadcrumbs__link:hover {
  color: #900d07;
}

.breadcrumbs__link::after {
  content: "/";
  color: black;
}

.breadcrumbs__item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #900d07;
}

.catalog {
  position: relative;
  z-index: 1;
  padding: 0 0 48px 0;
  margin: 0 0 80px 0;
}

.catalog::after {
  content: "";
  width: 888px;
  height: 835px;
  background: url(../img/svg/catalog-decor.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}

.catalog__layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.666fr 32px 0.666fr 32px 0.666fr 32px 0.666fr 32px 0.666fr 32px 0.666fr;
  grid-template-columns: repeat(6, 0.666fr);
  gap: 32px;
}

.catalog__layout .catalog-card {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.catalog__layout .catalog-card.large {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}

.catalog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.catalog-card__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 8px 2fr;
  grid-template-columns: repeat(2, 2fr);
  gap: 8px;
  margin: 0 0 8px 0;
}

.catalog-card__head img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.catalog-card__name {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
  font-family: 'Tilda Sans';
  margin: 0 0 15px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px 15px;
}

.catalog-card__btn {
  padding: 9px 15px 5px 15px !important;
  font-size: 16px;
  line-height: normal;
}

.catalog-card.large .catalog-card__head {
  -ms-grid-columns: 2.2469fr 1.04796fr;
  grid-template-columns: 2.2469fr 1.04796fr;
}

.catalog-card__body {
  color: #fff;
  background: #fff;
  font-size: 14px;
  line-height: 2;
  padding: 16px 24px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  /* flex-grow: 1; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.catalog-card__body.brown {
  background: #b68f6e;
}

.catalog-card__body.stone {
  background: #7b7a7e;
}

.catalog-card__body.light-metal {
  background: #878180;
}

.catalog-card__body.light-beuge {
  background: #b0a99f;
}

.catalog-card__body.beuge {
  background: #b6a594;
}

.catalog-card__body.brown {
  background: #82766d;
}

.catalog-card__body.light-silver {
  background: #afb4bf;
}

.catalog-card__body.light-stone {
  background: #aba7a6;
}

.catalog-card__chars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
}

.catalog-card__text-item {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  gap: 8px;
}

.catalog-card__text-item span:first-child {
  opacity: 0.64;
}
/* 
.catalog-card__text-item:not(:last-child) {
  margin: 0 0 12px 0;
} */

.flex-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}

.slider-controls button.swiper-button-disabled {
  pointer-events: none;
}

.slider-controls button.swiper-button-disabled path {
  stroke: #d0d0d0;
}

.objects-section {
  position: relative;
  z-index: 1;
  margin: 80px 0 0 0;
  padding: 0 0 128px 0;
}

.objects-section.no-decor {
  padding: 0;
}

.objects-section.no-decor::after {
  content: none;
}

.objects-section::after {
  content: "";
  width: 254px;
  height: 322px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/svg/objects-decor.svg) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  pointer-events: none;
}

.swiper-pagination {
  display: none;
  position: static;
  margin: 15px 0 0 0;
}

.swiper-pagination-bullet {
  opacity: 1;
  background: black;
}

.swiper-pagination-bullet-active {
  background: #900d07;
}

.objects-slider {
  margin: 48px 0 0 0;
}

.objects-slider__head {
  padding-top: 86.8%;
  position: relative;
  margin: 0 0 16px 0;
}

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

.objects-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
}

.objects-slider__name {
  font-family: 'Tilda Sans';
  font-size: 18px;
  line-height: normal;
  display: block;
  margin: 0 0 3px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.objects-slider__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.objects-slider__city {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background: rgba(89, 219, 255, 0.08);
  color: #900d07;
  font-size: 12px;
  line-height: normal;
}

.small-slider {
  margin: 24px 0 0 0;
}

.small-slider__item {
  cursor: pointer;
}

.small-slider__item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.45;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.small-slider__item.swiper-slide-thumb-active::before {
  opacity: 0;
  visibility: hidden;
}

.object-type {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 32px 2fr;
  grid-template-columns: repeat(2, 2fr);
  gap: 32px;
  font-size: 16px;
  line-height: normal;
  color: #787878;
}

.object-type__value {
  font-size: 20px;
  font-weight: 600;
  color: black;
  margin: 12px 0 0 0;
}

.object-materials {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 32px 2fr;
  grid-template-columns: repeat(2, 2fr);
  gap: 20px 32px;
}

.object-materials__item {
  font-size: 16px;
  font-weight: 600;
}

.object-materials__body {
  margin: 12px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.object-materials__body svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.card-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  font-family: 'Tilda Sans';
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.card-color__img {
  max-width: 100px;
  max-height: 150px;
  width: 100%;
  height: 100%;
  -webkit-transition: max-width 0.3s ease-in-out;
  transition: max-width 0.3s ease-in-out;
}

/*.card-color__item input:checked + .card-color__img {
    max-width: 142px;
    padding: 2px;
    border: 2px solid #900d07;
  }
  .card-color__item input:checked + .card-color__img + .card-color__text {
    opacity: 1;
    visibility: visible;
  }*/
.card-color__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-color__text {
  margin: 8px 0 0 0;
  opacity: 0;
  visibility: hidden;
}

.card-color input {
  display: none;
}

.big-card {
  margin: 0 0 108px 0;
}

.big-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 80px;
}

.big-card__sliders {
  max-width: 794px;
  width: 100%;
}

.big-card__content {
  font-family: 'Tilda Sans';
  max-width: 698px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 32px 0 0 0;
}

.big-card__content .objects-slider__city {
  font-size: 16px;
  padding: 8px 16px 4px 16px;
}

.big-card__top {
  font-size: 40px;
  line-height: normal;
  margin: 0 0 24px 0;
}

.big-card__name {
  font-weight: 700;
  margin: 0;
  font-size: 40px;
  line-height: 46px;
  margin: 0 0 5px 0;
}

.big-card__price {
  font-weight: 500;
}

.big-card__footer .btn {
  padding: 12px 32px 8px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  font-weight: 600;
}

.big-card__body {
  font-size: 16px;
  line-height: normal;
  margin: 0 0 36px 0;
}

.big-card__body-item:not(:last-child) {
  margin: 0 0 32px 0;
}

.big-card__body-name {
  color: #787878;
  font-weight: 500;
  margin: 0 0 12px 0;
}

.big-card__body-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.big-card__body-layout label {
  display: block;
  cursor: pointer;
}

.big-card__body-layout input {
  display: none;
}

.big-card__body-layout input:not(:checked) + span:hover {
  background: #dedfe0;
}

.big-card__body-layout input:checked + span {
  background: rgba(89, 219, 255, 0.06);
  border-color: #900d07;
  -webkit-text-stroke: 0.8px #000;
}

.big-card__body-layout span {
  display: inline-block;
  padding: 12px 24px 8px 24px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #eeeff0;
  border: 1px solid #d0d0d0;
  border-radius: 7px;
  transition: 0.3s ease-in-out;
}

.big-slider,
.has-group-slider {
  max-width: 794px;
  width: 100%;
  margin: 0;
  position: relative;
}

.big-slider__images,
.has-group-slider__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin: 0 0 8px 0;
}

.big-slider__images img,
.has-group-slider__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.big-slider__info,
.has-group-slider__info {
  font-family: 'Tilda Sans';
  font-size: 18px;
  line-height: normal;
  color: #fff;
  padding: 16px 24px 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  background: #554e55;
}

.big-slider__material,
.has-group-slider__material {
  max-width: 100%;
}

.big-slider__name,
.has-group-slider__name {
  font-size: 24px;
}

.big-slider__download,
.has-group-slider__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  opacity: 0.64;
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.big-slider__preview,
.has-group-slider__preview {
  max-width: 409px;
  width: 100%;
  position: relative;
}

.big-slider__preview:hover .images-toggler,
.has-group-slider__preview:hover .images-toggler {
  opacity: 1;
  visibility: visible;
}

.big-slider__preview img,
.has-group-slider__preview img {
  display: none;
}

.big-slider__preview img.active,
.has-group-slider__preview img.active {
  display: block;
}

.big-slider__preview.swiper img {
  display: block;
}

.big-slider__preview .swiper-pagination {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  bottom: auto;
  margin: 0;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.big-slider__preview .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.24);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: auto;
  height: 4px;
  border-radius: 0;
}

.big-slider__preview .swiper-pagination-bullet-active {
  background: #fff;
}

.images-toggler {
  padding: 8px 8px 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.images-toggler__item {
  display: block;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-top: 4px solid rgba(255, 255, 255, 0.24);
}

.images-toggler__item.active {
  border-color: #fff;
}

.card-tabs {
  margin: 0 0 128px 0;
}

.card-tabs__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 32px 0;
  border-bottom: 1px solid #d0d0d0;
  margin: 0 0 48px 0;
}

.card-tabs__header-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  font-size: 18px;
  line-height: normal;
  font-family: 'Tilda Sans';
  position: relative;
}

.card-tabs__header-item.active {
  font-weight: 700;
}

.card-tabs__header-item.active::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #900d07;
  position: absolute;
  bottom: -33px;
  left: 0;
}

.card-tabs__body {
  font-size: 18px;
  line-height: 30px;
  padding: 0 24px;
}

.card-tabs__body .catalog-card__text-item {
  gap: 0 8px;
}

.card-tabs__body p:not(:last-child) {
  margin: 0 0 12px 0;
}

.card-tabs__body-item {
  display: none;
}

.card-tabs__body-item.active {
  display: block;
  -webkit-animation: fade 0.3s linear;
  animation: fade 0.3s linear;
}

.card-tabs__docs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.333fr 48px 1.333fr 48px 1.333fr;
  grid-template-columns: repeat(3, 1.333fr);
  gap: 48px;
}

.card-tabs__docs-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.card-tabs__docs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
}

.card-tabs__docs-name {
  margin: 0 0 5px 0;
}

.card-tabs__docs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 17px;
}

.card-tabs__docs-item .btn {
  padding: 8px 16px 6px 16px;
  font-size: 12px;
  line-height: normal;
  font-weight: 600;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.card-tabs__docs-text {
  max-width: 300px;
  width: 100%;
}

.card-tabs__docs-size {
  font-size: 14px;
  line-height: normal;
  color: #787878;
}

.questions {
  margin: 127px 0 0 0;
  overflow: hidden;
}

.questions__inner {
  position: relative;
}

.questions__inner::after {
  content: "";
  height: 100%;
  width: 877px;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  background: url(../img/svg/questions-decor.svg) no-repeat;
  background-size: cover;
}

.questions p {
  color: #787878;
}

.questions .form__item {
  margin: 0 !important;
  font-size: 14px;
  line-height: normal;
}

.questions__text {
  padding: 64px 0 0 0;
  margin: 0 0 64px 0;
  max-width: 656px;
}

.questions .btn {
  padding: 21px 40px 19px 40px;
}

.questions__form {
  max-width: 1069px;
  padding: 64px 64px 64px 0;
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 32px 2fr;
  grid-template-columns: repeat(2, 2fr);
  gap: 32px;
  position: relative;
  z-index: 1;
}

.questions__form::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: absolute;
  top: 0;
  left: -100vw;
  pointer-events: none;
}

.seo-block {
  margin: 90px 0;
}

.seo-block:not(.white) {
  color: #fff;
  background: black;
  padding: 96px 0 64px 0;
  margin: 0;
}

.seo-block__inner {
  max-width: 1364px;
}

.seo-block h3,
.seo-block .h3 {
  margin: 0 0 32px 0;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.obj-description {
  margin: 80px 0;
}

.obj-description__inner {
  max-width: 1364px;
}

.obj-description__video {
  position: relative;
  display: inline-block;
  margin: 48px 0;
}

.about-main {
  height: 873px;
  position: relative;
  z-index: 10;
  padding: 123px 0 0 0;
  font-size: 24px;
  line-height: 37px;
}

.about-main .top-page {
  position: relative;
  z-index: 10;
}

.about-main__heading {
  font-size: 70px;
  line-height: 87px;
}

.about-main__btn {
  margin: 64px 0 0 0;
}

.about-main__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-main__content-img {
  max-width: 1448px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.about-main__content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-main__content-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-main__content-text .container {
  width: 100%;
}

.about-main__content-inner {
  max-width: 794px;
  padding: 150px 0 0 0;
}

.about-main::before {
  content: "";
  width: 71.95vw;
  height: 100%;
  background: url(../img/about-decor@x2.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.history {
  margin: 120px 0;
  position: relative;
  z-index: 1;
}

.history::before {
  content: "";
  width: 332px;
  height: 1074px;
  background: url(../img/svg/history-bg.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 420px;
  z-index: -1;
  pointer-events: none;
}

.history__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

.history__text {
  padding: 48px 0 0 0;
  max-width: 762px;
  width: 100%;
  font-size: 20px;
  line-height: 32px;
}

.history__preview {
  max-width: 794px;
}

.history__years {
  margin: 64px 0 48px 0;
  padding: 71px 0 71px 60px;
  border: 1px solid transparent;
  border-width: 0 0 0 1px;
  -o-border-image: linear-gradient(180deg, rgba(208, 208, 208, 0) 0%, rgb(208, 208, 208) 25%, rgb(208, 208, 208) 75%, rgba(208, 208, 208, 0) 100%);
  border-image: -webkit-gradient(linear, left top, left bottom, from(rgba(208, 208, 208, 0)), color-stop(25%, rgb(208, 208, 208)), color-stop(75%, rgb(208, 208, 208)), to(rgba(208, 208, 208, 0)));
  border-image: linear-gradient(180deg, rgba(208, 208, 208, 0) 0%, rgb(208, 208, 208) 25%, rgb(208, 208, 208) 75%, rgba(208, 208, 208, 0) 100%);
  border-image-slice: 1;
}

.history__years-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
  font-size: 24px;
  line-height: 37px;
  line-height: normal;
}

.history__years-item:not(:last-child) {
  margin: 0 0 96px 0;
}

.history__years-text {
  max-width: 318px;
}

.history__years-value {
  font-family: 'Tilda Sans';
  font-weight: 800;
  font-size: 64px;
  width: 190px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: normal;
  position: relative;
}

.history__years-value::before {
  content: "";
  width: 244px;
  height: 16px;
  background: url(../img/svg/year-decor.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -5px;
  left: -55px;
}

.history__years-value::after {
  content: "";
  width: 17px;
  height: 17px;
  background: black;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: -69px;
}

.works {
  position: relative;
  z-index: 10;
  margin: 120px 0;
}

.works__content {
  margin: 84px 0 0 0;
}

.works__textbox {
  margin: 0 0 96px 0;
  max-width: 1171px;
  font-size: 24px;
  line-height: 37px;
}

.works__layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 64px 1fr 64px 1fr 64px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px;
  counter-reset: works;
}

.works__item {
  font-size: 20px;
  line-height: 32px;
}

.works__item-icon {
  margin: 0 0 32px 0;
}

.works__item-textbox {
  max-width: 272px;
}

.works__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
}

.works__item-text::before {
  counter-increment: works;
  content: "0" counter(works);
  font-family: 'Tilda Sans';
  font-size: 48px;
  font-weight: 800;
  line-height: normal;
  color: #900d07;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  bottom: 3px;
}

.plant {
  padding: 120px 0;
  margin: 120px 0;
  background: #f2f3f4;
  position: relative;
}

.plant::after {
  content: "";
  width: 256px;
  height: 285px;
  background: url(../img/svg/plant-triangle.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -1px;
  right: 0;
}

.plant__content {
  margin: 68px 0 0 0;
}

.plant__textbox {
  max-width: 1181px;
}

.plant__layout {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}

.plant__item {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.plant__item--logo {
  min-height: 323px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.plant__layout {
  margin: 48px 0 0 0;
}

.has-video {
  position: relative;
}

.preview {
  margin: 120px 0;
}

.preview__inner {
  max-width: 1344px;
  margin: 0 auto;
}

.full-screen-pic img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.showrooms-main {
  position: relative;
  z-index: 1;
  padding: 131px 0 0 0;
}

.showrooms-main::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/svg/sr-decor.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -132px;
  right: 0;
  pointer-events: none;
}

.jq-selectbox__trigger-arrow {
  display: none;
}

.jq-selectbox.opened .jq-selectbox__trigger {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.jq-selectbox__trigger {
  border: none;
  background: url(../img/svg/chevron.svg) no-repeat center;
  width: 50px;
}

.jq-selectbox__select {
  height: 59px;
  background: #f2f3f4 !important;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 13px;
  font: 18px/30px Transforma;
  width: 381px;
  padding: 16px 45px 15px 24px;
}

.jq-selectbox__select:hover {
  background: #e2e3e4 !important;
}

.adress {
  padding: 120px 0;
  background: #fff;
  font-family: 'Tilda Sans';
}

.adress__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
  margin: 44px 0;
}

.adress__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 48px 2fr;
  grid-template-columns: repeat(2, 2fr);
  gap: 48px;
  margin: 0 0 48px 0;
}

.adress__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
}

.adress__item-inner {
  margin: 36px 0 0 0;
}

.adress__item-preview {
  width: 381px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.adress__item-group {
  line-height: normal;
}

.adress__item-group:not(:last-child) {
  margin: 0 0 18px 0;
}

.adress__item-name {
  font-weight: 600;
  margin: 0 0 7px 0;
}

.adress__item-value {
  font-size: 16px;
}

.adress__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin: 24px 0 0 0;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.adress__item-link svg {
  position: relative;
  bottom: 2px;
}

.adress__item-link:hover {
  color: #900d07;
}

.map {
  height: 750px;
  position: relative;
}

.map::after {
  content: "";
  width: 493px;
  height: 550px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 70;
  background: url(../img/svg/map-barrier.svg) no-repeat;
  background-size: 100% 100%;
}

.control-checkbox input {
  display: none;
}

.control-checkbox input:checked + .control-checkbox__text::after {
  opacity: 1;
  visibility: visible;
}

.control-checkbox__text {
  position: relative;
  padding: 0 0 0 24px;
  font-size: 14px;
  line-height: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: inline-block;
}

.control-checkbox__text::before,
.control-checkbox__text::after {
  content: "";
  position: absolute;
}

.control-checkbox__text::before {
  width: 20px;
  height: 20px;
  border: 1px solid black;
  top: -2px;
  left: 0;
}

.control-checkbox__text::after {
  width: 17px;
  height: 15px;
  background: url(../img/svg/checkbox.svg) no-repeat;
  background-size: 100% 100%;
  top: 0px;
  left: 2px;
  opacity: 0;
}

.main-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 96px;
  max-width: 1920px;
  margin: 0 auto;
}

.main-row__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.main-row .swiper-pagination {
  position: absolute;
  bottom: 8px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 0 8px;
}

.main-row .swiper-pagination .swiper-pagination-bullet {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: auto;
  height: 4px;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 0;
  margin: 0;
}

.main-row .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.main-row__social {
  margin: 48px 0 0 0;
}

.main-row__social-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

.main-row__social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-row__social-item path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-row__social-item:hover path {
  fill: #900d07;
}

.main-row__content {
  max-width: 549px;
  width: 100%;
  font-family: 'Tilda Sans';
  font-size: 16px;
  color: #787878;
  line-height: normal;
  padding: 64px 0 30px 30px;
}

.main-row__content p:not(:last-child) {
  margin: 0 0 8px 0;
}

.main-row__content b {
  font-weight: 600;
}

.main-row__btn {
  margin: 64px 0 0 0;
  display: inline-block;
}

.main-row__value {
  color: black;
  font-weight: 600;
  margin: 8px 0 0 0;
}

.main-row__value span {
  font-weight: 400;
}

.main-row__heading {
  font-size: 40px;
  color: black;
  line-height: normal;
  margin: 0 0 60px 0;
}

.main-row__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.main-row__item:not(:last-child) {
  margin: 0 0 32px 0;
}

.main-row__preview {
  max-width: 1082px;
  width: 100%;
  position: relative;
  margin: 0;
}

.main-row__preview img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-row__preview::before {
  content: "";
  width: 198px;
  height: 221px;
  background: url(../img/svg/mr-triangle.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 2;
}

.main-row__preview:hover .images-toggler {
  opacity: 1;
  visibility: visible;
}

.main-row__preview .images-toggler {
  padding: 0 8px 8px 8px;
}

.main-row__preview .images-toggler__item {
  border-top: 0;
  border-bottom: 4px solid rgba(255, 255, 255, 0.24);
}

.main-row__preview .images-toggler__item.active {
  border-bottom: 4px solid #fff;
}

.partners-advantages {
  margin: 72px 0 96px 0;
}

.partners-advantages__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 64px 1fr 64px 1fr 64px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px 64px;
  margin: 48px 0 0 0;
}

.partners-advantages__inner.grid-2 {
  -ms-grid-columns: 2fr [2];
  grid-template-columns: repeat(2, 2fr);
}

.partners-advantages__inner.grid-2 h3,
.partners-advantages__inner.grid-2 .h3 {
  margin: 0 0 32px 0;
}

.partners-advantages__inner.grid-2 .partners-advantages__item:not(:last-child) {
  margin: 0 0 27px 0;
}

.partners-advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.partners-advantages__item::before {
  content: url(../img/svg/pa-decor.svg);
}

.anketa {
  margin: 90px 0 120px 0;
}

.anketa.active .anketa__body-btn,
.anketa.active .agree-top {
  display: none;
}

.anketa.active .anketa__content {
  display: block;
}

.anketa__head {
  font-size: 20px;
  line-height: normal;
  margin: 0 0 48px 0;
}

.anketa__head h3,
.anketa__head .h3 {
  margin: 0 0 12px 0;
}

.anketa__logo {
  position: absolute;
  top: -48px;
  right: 0;
}

.anketa__content {
  margin: 64px 0 0 0;
}

.anketa__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  background-image: url(../img/svg/anketa-bg.svg);
  background-size: cover;
  font-family: 'Tilda Sans';
}

.anketa__body-offset {
  width: 275px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.anketa__body-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 96px;
}

.anketa__body-head {
  text-align: center;
  position: relative;
  margin: 0 0 48px 0;
}

.anketa__body-heading {
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.anketa__body-heading + p {
  font-size: 24px;
  line-height: normal;
}

.anketa__body-agree {
  text-align: center;
  font-size: 14px;
  line-height: normal;
  margin: 32px 0 0 0;
}

.anketa__body-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.anketa__body-btn .btn {
  padding: 21px 40px 18px 40px;
}

.anketa__content {
  display: none;
}

.anketa__content-item {
  border: 1px solid #f2f3f4;
}

.anketa__content-item:not(:last-child) {
  margin: 0 0 33px 0;
}

.anketa__content .form__input {
  background: transparent;
}

.anketa__content-head {
  padding: 20px 32px 16px 32px;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  background: #f2fcff;
  border-left: 4px solid #900d07;
}

.anketa__content-body {
  padding: 32px;
  font-weight: 500;
  background: #fff;
}

.anketa__content-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 64px 2fr;
  grid-template-columns: repeat(2, 2fr);
  gap: 64px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.anketa__content-group:not(:last-child) {
  margin: 0 0 12px 0;
}

.contacts__heading {
  font-size: 56px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 40px 0;
}

.contacts__subheading {
  font-size: 20px;
  color: black;
  margin: 0 0 52px 0;
}

.modal {
  max-width: 1074px;
  background: #f2f3f4;
  width: 100%;
  padding: 0;
}

.modal .questions__form {
  padding: 0;
  background: transparent;
}

.modal .questions__form::before {
  content: none;
}

.modal .fancybox-close-small {
  padding: 0;
  top: 24px;
  right: 141px;
  opacity: 1;
}

.modal .fancybox-close-small:hover path {
  fill: black;
}

.modal .fancybox-close-small path {
  fill: #d0d0d0;
}

.modal .form__input {
  background: transparent;
}

.modal .form__item {
  margin: 0;
}

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

.modal__offset {
  width: 117px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #f2f3f4;
  background-image: url(../img/svg/modal-decor.svg);
  background-size: cover;
}

.modal__content {
  padding: 48px 64px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.modal__head {
  max-width: 656px;
  margin: 0 0 48px 0;
}

.overlay {
  display: none;
}

.ymaps-2-1-79-ground-pane {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.file-label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.file-label span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 360px;
}

.file-label input {
  display: none;
}

.video-slider {
  max-width: 1342px;
  margin: 0 auto;
}
.video-slider__item {
  cursor: pointer;
}
.video-slider .play-btn {
  width: 96px;
  height: 96px;
}
.video-slider .play-btn svg {
  width: 100%;
  height: 100%;
}
.video-slider__controls {
  margin: 22px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.video-slider__controls *:not(.swiper-pagination) {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin: 0;
  width: auto;
  height: auto;
}
.video-slider .swiper-pagination {
  display: none;
}

@media screen and (min-width: 2200px) {
  .main-screen::after {
    width: 43vw;
  }
  .main-group::after {
    width: 91vw;
  }
  .main-group::before {
    width: 15.82vw;
  }
  .advantages__wrapper::before {
    width: 23vw;
  }
  .video::after {
    width: 23vw;
    bottom: -480px;
  }
}
@media screen and (max-width: 1680px) {
  .masonry {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    height: auto !important;
  }
  .masonry__item {
    width: auto !important;
    position: static !important;
  }
  .masonry__item.big .objects-slider__name {
    font-size: 18px;
  }
  .grid-sizer {
    display: none;
  }
}
@media screen and (max-width: 1580px) {
  .container {
    max-width: 1200px;
  }
  body {
    background-size: 72vw 1252px;
  }
  html,
  body {
    font-size: 16px;
    line-height: 24px;
  }
  h1,
  .h1 {
    font-size: 50px;
    line-height: 56px;
  }
  h2,
  .h2 {
    font-size: 40px;
    line-height: 46px;
  }
  h4,
  .h4 {
    font-size: 22px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  .top-page {
    padding: 30px 0;
  }
  .top-page:has(h1, .h1) .breadcrumbs {
    margin: 0 0 32px 0;
  }
  .main-row {
    gap: 44px;
  }
  .main-row__preview {
    max-width: 800px;
  }
  .main-row__preview img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .main-row__heading {
    margin: 0 0 40px 0;
  }
  .main-row__btn {
    margin: 35px 0 0 0;
  }
  .main-row__item:not(:last-child) {
    margin: 0 0 15px 0;
  }
  .main-row__content {
    padding: 30px 0 30px 30px;
    max-width: 521px;
  }
  .adress__item {
    gap: 20px;
  }
  .adress__item-preview {
    width: 320px;
  }
  .adress__item-link {
    margin: 15px 0 0 0;
  }
  .adress__item-group:not(:last-child) {
    margin: 0 0 7px 0;
  }
  .plant__item--logo {
    min-height: 225px;
  }
  .works__content {
    margin: 50px 0 0 0;
  }
  .works__textbox {
    margin: 0 0 60px 0;
  }
  .works__layout {
    gap: 40px;
  }
  .works__item {
    font-size: 18px;
    line-height: 24px;
  }
  .works__item-icon {
    width: 70px;
  }
  .works__item-text::before {
    font-size: 34px;
  }
  .history__years {
    margin: 48px 0;
    padding: 35px 0 35px 60px;
  }
  .history__years-value {
    font-size: 50px;
    width: 141px;
  }
  .history__years-value::before {
    width: 197px;
  }
  .history__years-item {
    font-size: 20px;
    line-height: 26px;
  }
  .history__years-item:not(:last-child) {
    margin: 0 0 50px 0;
  }
  .about-main {
    height: 750px;
    font-size: 20px;
    line-height: 26px;
  }
  .about-main::before {
    width: 63.95vw;
  }
  .about-main__btn {
    margin: 35px 0 0 0;
  }
  .about-main__content-inner {
    max-width: 632px;
  }
  .about-main__heading {
    font-size: 56px;
    line-height: 60px;
  }
  .objects__aside {
    width: 280px;
  }
  .big-slider__material,
  .has-group-slider__material {
    width: 100%;
  }
  .big-slider__name,
  .has-group-slider__name {
    font-size: 20px;
    line-height: 24px;
  }
  .big-slider__info,
  .has-group-slider__info {
    font-size: 15px;
  }
  .card-tabs__docs {
    -ms-grid-columns: 2fr [2];
    grid-template-columns: repeat(2, 2fr);
  }
  .big-card__sliders {
    max-width: 550px;
  }
  .big-card__inner {
    gap: 40px;
  }
  .big-card__body-item:not(:last-child) {
    margin: 0 0 20px 0;
  }
  .big-card__body-name {
    margin: 0 0 8px 0;
  }
  .big-card__body-layout span {
    padding: 8px 16px 4px 16px;
  }
  .big-card__name {
    font-size: 32px;
    line-height: 38px;
  }
  .big-card__top {
    font-size: 27px;
    margin: 0 0 20px 0;
  }
  .video {
    height: 750px;
  }
  .video__text {
    padding: 80px 0 0 0;
    font-size: 80px;
    line-height: 84px;
  }
  .form__item.flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feedback {
    padding: 110px 0;
  }
  .feedback__form {
    width: 500px;
  }
  .objects__header {
    margin: 40px 0;
  }
  .objects__item-content {
    padding: 15px 22px;
  }
  .objects__item-name {
    font-size: 18px;
    margin: 0 0 8px 0;
  }
  .advantages__inner {
    gap: 25px;
    -ms-grid-columns: 2fr 25px 2fr;
    grid-template-columns: repeat(2, 2fr);
    margin: 32px 0 0 0;
  }
  .advantages__item {
    padding: 20px 20px 77px 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .advantages__item-icon {
    width: 70px;
  }
  .main-heading {
    font-size: 55px;
    line-height: 58px;
  }
  .main-heading + p {
    font-size: 18px;
    margin: 0 0 25px 0;
  }
  .main-catalog__inner {
    gap: 25px;
  }
  .main-catalog__text {
    width: 75%;
  }
  .about__preview {
    width: 18vw;
    top: -150px;
  }
  .about__text {
    max-width: 900px;
  }
  .about__numbers {
    margin: 35px 0;
  }
  .about__numbers-head {
    font-size: 80px;
  }
  .main-banner__heading {
    font-size: 40px;
    line-height: 64px;
    margin: 0 0 22px 0;
  }
  .main-banner__subheading {
    font-size: 32px;
    line-height: 36px;
  }
  .main-banner .btn {
    padding: 16px 22px 14px 22px;
  }
  .questions__inner::after {
    width: 577px;
    right: -215px;
  }
  .main-group::after {
    width: 1583px;
  }
  .main-screen {
    height: 650px;
  }
  .main-screen::after {
    width: 47vw;
  }
  .main-screen__heading {
    font-size: 60px;
    line-height: 66px;
  }
  .main-screen__content {
    font-size: 24px;
    line-height: 28px;
  }
  .main-screen__text {
    max-width: 703px;
  }
  .header__wrapper {
    font-size: 35px;
    line-height: 39px;
    padding: 140px 30px 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__burger {
    font-size: 16px;
  }
  .header__tel {
    font-size: 18px;
  }
  .header__group {
    gap: 25px;
  }
  .header__menu {
    gap: 22px;
  }
  .header__burger {
    margin: 3px 0 0 85px;
  }
  .header__logo {
    width: 120px;
    filter: invert(1);
  }
  .header__logo svg {
    width: 100%;
  }
  .map {
    height: 550px;
  }
  .anketa {
    margin: 60px 0;
  }
  .anketa__body-content {
    padding: 50px;
  }
  .anketa__logo {
    width: 80px;
    top: -26px;
  }
  .partners-advantages {
    margin: 45px 0;
  }
  .partners-advantages__inner {
    gap: 40px;
  }
}
@media screen and (max-width: 1260px) {
  .container {
    max-width: 1023px;
  }
  h1,
  .h1 {
    font-size: 45px;
    line-height: 51px;
  }
  .map {
    height: 450px;
  }
  .map::after {
    width: 300px;
    height: 237px;
  }
  .card-color {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
  }
  .card-color__img {
    max-width: unset !important;
  }
  .showrooms {
    min-height: 743px;
  }
  .showrooms .main-heading {
    max-width: 488px;
  }
  .showrooms__map {
    height: 623px;
    top: 0;
  }
  .header__wrapper {
    font-size: 24px;
    line-height: 28px;
  }
  .main-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 35px;
    max-width: 1023px;
    padding: 0 30px;
    margin: 0 auto;
  }
  .main-row__content {
    padding: 0;
    max-width: unset;
  }
  .main-row__preview {
    max-width: unset;
  }
  .anketa__logo {
    position: static;
    margin: 0 auto 15px auto;
  }
  .anketa__body-head {
    margin: 0 0 20px 0;
  }
  .adress__body {
    gap: 32px;
  }
  .adress__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .adress__item-preview {
    width: auto;
  }
  .adress__head {
    margin: 32px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr [2];
    grid-template-columns: repeat(2, 2fr);
  }
  .adress__head .jq-selectbox__select {
    width: 100%;
  }
  .main-banner__heading {
    font-size: 52px;
    line-height: 56px;
    margin: 0 0 15px 0;
  }
  .works__content {
    margin: 40px 0 0 0;
  }
  .works__textbox {
    margin: 0 0 40px 0;
  }
  .works__layout {
    -ms-grid-columns: 2fr [2];
    grid-template-columns: repeat(2, 2fr);
  }
  .works__textbox {
    font-size: 20px;
    line-height: 26px;
  }
  .plant__item--logo {
    min-height: 193px;
  }
  .plant__item--logo img {
    width: 320px;
  }
  .about-main {
    height: 600px;
    font-size: 18px;
    line-height: 24px;
  }
  .about-main::before {
    width: 63.95vw;
  }
  .about-main__content-inner {
    max-width: 512px;
  }
  .about-main__heading {
    font-size: 42px;
    line-height: 46px;
  }
  .history__years {
    margin: 38px 0;
    padding: 35px 0 35px 20px;
  }
  .history__years-value {
    font-size: 42px;
    width: 121px;
  }
  .history__years-value::before {
    width: 147px;
    left: -21px;
  }
  .history__years-value::after {
    left: -29px;
  }
  .history__years-item {
    font-size: 18px;
    line-height: 24px;
  }
  .history__years-item:not(:last-child) {
    margin: 0 0 30px 0;
  }
  .history__text {
    font-size: 16px;
    line-height: 22px;
  }
  .big-card__content {
    max-width: 350px;
  }
  .catalog-card__name {
    font-size: 22px;
    margin: 0 0 10px 0;
  }
  .objects__aside {
    width: 200px;
  }
  .objects__aside-text {
    font-size: 16px;
  }
  .questions__inner::after {
    width: 377px;
  }
  .catalog__layout {
    -ms-grid-columns: 2fr 15px 2fr;
    grid-template-columns: repeat(2, 2fr);
    gap: 15px;
  }
  .catalog__layout * {
    grid-column: auto !important;
  }
  .footer__top-inner {
    padding: 32px 0;
  }
  .footer__big-text {
    font-size: 18px;
    line-height: normal;
  }
  .footer__tel {
    font-size: 24px;
  }
  .feedback__text {
    font-size: 18px;
    line-height: 24px;
  }
  .feedback h4,
  .feedback .h4 {
    margin: 0 0 20px 0;
  }
  .feedback__contacts {
    margin: 20px 0 0 0;
  }
  .feedback__contacts-item p:last-child {
    font-size: 18px;
  }
  .feedback::after {
    width: 300px;
  }
  .objects__header-text {
    padding: 15px;
  }
  .about__text {
    max-width: 700px;
  }
  .about__numbers-head {
    font-size: 60px;
    line-height: 60px;
  }
  .about__numbers-body {
    margin: 0;
  }
  .main-group::after {
    width: 1360px;
  }
  .main-screen {
    height: 550px;
  }
  .main-screen__heading {
    font-size: 52px;
    line-height: 56px;
  }
  .main-screen__content {
    font-size: 22px;
    line-height: 24px;
  }
  .main-screen__text {
    max-width: 603px;
  }
  .btn {
    padding: 16px 33px 14px 33px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    max-width: 767px;
    padding: 0 15px;
  }
  body {
    background-size: 1131px 1252px;
  }
  /*.main-catalog__text {
    font-size: 20px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }*/

  .video-slider .swiper-button-next, .video-slider .swiper-button-prev {
    display: none;
  }
  .video-slider .swiper-pagination {
    display: block;
    position: static;
    margin: 0;
  }
  .video-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .video-slider .play-btn {
    width: 40px;
    height: 40px;
  }
  
  .main-catalog__material {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .main-catalog__text {
    font-size: 20px;
  }
  .map {
    height: 350px;
  }
  .map::after {
    content: none;
  }
  .image {
    width: 2000px;
    height: 1000px;
  }
  .window-item {
    max-width: 90%;
  }
  .card-color__text {
    opacity: 1;
    visibility: visible;
  }
  .showrooms {
    min-height: 584px;
    padding: 40px 0 0 0;
  }
  .showrooms__window {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    padding: 15px 15px 10px 15px;
    z-index: 30;
  }
  .showrooms__window-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 15px;
    right: 30px;
  }
  .showrooms__window::after {
    width: 25px;
    height: 59px;
  }
  .showrooms__decor {
    display: none;
  }
  .showrooms__map {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 492px;
    top: auto;
    bottom: 0;
  }
  .showrooms__map::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  h1,
  .h1 {
    font-size: 36px;
    line-height: 40px;
  }
  h2,
  .h2 {
    font-size: 30px;
    line-height: 36px;
  }
  h2 + p,
  .h2 + p {
    font-size: 18px;
    line-height: 24px;
  }
  .images-toggler {
    display: none !important;
  }
  .anketa__head {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 30px 0;
  }
  .anketa__body {
    background: #fff;
  }
  .anketa__body-offset {
    display: none;
  }
  .anketa__body-heading {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 7px 0;
  }
  .anketa__body-heading + p {
    font-size: 18px;
    line-height: 22px;
  }
  .partners-advantages__inner {
    -ms-grid-columns: 2fr 27px 2fr;
    grid-template-columns: repeat(2, 2fr);
    gap: 27px;
    margin: 30px 0 0 0;
  }
  .partners-advantages__inner.grid-2 {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 50px;
  }
  .main-row {
    max-width: 767px;
    padding: 0 15px;
  }
  .main-row__preview::before {
    width: 35px;
    height: 35px;
  }
  .main-row__btn {
    display: block;
  }
  .about-header-box .header__logo path:first-child {
    fill: #fff;
  }
  .jq-selectbox__select {
    font: 16px/26px Transforma;
    height: 54px;
  }
  .adress {
    padding: 64px 0;
  }
  .adress__head {
    gap: 16px;
  }
  .adress__body {
    gap: 32px 16px;
  }
  .preview {
    margin: 60px 0;
  }
  .plant {
    margin: 60px 0;
    padding: 60px 0;
  }
  .plant__content {
    margin: 40px 0 0 0;
  }
  .plant__layout {
    margin: 40px 0 0 0;
  }
  .plant__item--logo {
    min-height: 143px;
  }
  .plant__item--logo img {
    width: 220px;
  }
  .plant::after {
    width: 50px;
    height: 80px;
  }
  .works {
    margin: 64px 0;
  }
  .history {
    margin: 64px 0;
  }
  .history__text {
    padding: 0;
  }
  .history__years-item {
    gap: 25px;
    font-size: 16px;
  }
  .history__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 36px;
  }
  .about-main {
    height: 570px;
    font-size: 16px;
    line-height: 22px;
    padding: 100px 0 0 0;
    color: #fff;
  }
  .about-main a {
    color: #fff;
  }
  .about-main::before {
    display: none;
  }
  .about-main__content-inner {
    max-width: 512px;
    padding: 130px 0 0 0;
  }
  .about-main__heading {
    font-size: 36px;
    line-height: 40px;
  }
  .overlay {
    display: block;
    position: fixed;
    z-index: 190;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .overlay.active {
    opacity: 0.3;
    visibility: visible;
  }
  .objects__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin: -16px 0 25px 0;
  }
  .objects__aside {
    width: 280px;
    position: fixed;
    height: 100vh;
    overflow: auto;
    z-index: 200;
    top: 0;
    left: 0;
    padding: 0px 15px 40px 15px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .objects__aside.active {
    opacity: 1;
    visibility: visible;
  }
  .objects__aside-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: sticky;
    z-index: 10;
    top: 0;
    padding: 15px 0;
  }
  .objects__aside-close svg {
    position: relative;
    right: -4px;
  }
  .questions {
    position: relative;
    margin: 64px 0 0 0;
  }
  .questions__form {
    padding: 32px 32px 32px 0;
  }
  .questions__text {
    padding: 25px 0 0 0;
    margin: 0 0 25px 0;
  }
  .questions__inner {
    position: static;
  }
  .questions__inner::after {
    width: 100px;
    right: 0;
  }
  .big-slider,
  .has-group-slider {
    max-width: unset;
  }
  .big-slider .swiper-button-next,
  .big-slider .swiper-button-prev,
  .has-group-slider .swiper-button-next,
  .has-group-slider .swiper-button-prev {
    display: none;
  }
  .big-slider__preview,
  .has-group-slider__preview {
    max-width: 500px;
  }
  .big-slider__material,
  .has-group-slider__material {
    max-width: 100%;
  }
  .card-tabs__docs-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .small-slider {
    display: none;
  }
  .big-card {
    margin: 0 0 64px 0;
  }
  .big-card__sliders {
    max-width: unset;
  }
  .big-card__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .big-card__content {
    max-width: unset;
    padding: 0;
  }
  .big-card__footer .btn {
    width: 100%;
  }
  .objects-section {
    margin: 60px 0 0 0;
    padding: 0 0 50px 0;
  }
  .objects-slider {
    margin: 25px 0 0 0;
  }
  .objects-slider__name {
    font-size: 16px;
  }
  .swiper-pagination {
    display: block;
    margin: 25px auto 0 auto;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .slider-controls {
    display: none;
  }
  .top-page h1 + p,
  .top-page .h1 + p {
    font-size: 18px;
    line-height: 24px;
  }
  .catalog-card__body {
    font-size: 14px;
    line-height: 18px;
  }
  .objects-section::after {
    width: 96px;
    height: 125px;
  }
  .catalog {
    padding: 0;
    margin: 0 0 62px 0;
  }
  .catalog::after {
    content: none;
  }
  .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
  .footer__bottom-row {
    gap: 15px 30px;
  }
  .footer__bottom-row:not(:last-child) {
    margin: 0 0 32px 0;
  }
  .feedback {
    padding: 64px 0;
    overflow: hidden;
  }
  .feedback .main-heading {
    margin: 0 0 24px 0;
  }
  .feedback__text {
    font-size: 14px;
    line-height: 25px;
    width: calc(100% - 50px);
  }
  .feedback__contacts {
    margin: 16px 0 0 0;
  }
  .feedback__contacts-item p:first-child {
    font-size: 12px;
    line-height: normal;
  }
  .feedback__contacts-item p:last-child {
    font-size: 18px;
  }
  .feedback__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
  .feedback__form {
    width: 100%;
    padding: 25px;
    -webkit-box-shadow: 0px 0px 96px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 96px 0px rgba(0, 0, 0, 0.08);
  }
  .feedback::after {
    width: 34px;
    background: url(../img/svg/feedback-decor-mobile.svg);
  }
  .centered-box {
    margin: 40px 0 0 0;
  }
  .centered-box .btn {
    width: 100%;
  }
  .objects__header {
    margin: 24px 0 40px 0;
  }
  .objects__header-text {
    font-size: 14px;
  }
  .objects__item img {
    -webkit-filter: unset;
    filter: unset;
  }
  .objects__item-content {
    opacity: 1;
    visibility: visible;
  }
  .objects__item-name {
    font-size: 16px;
  }
  .objects__inner {
    -webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset;
  }
  .video {
    height: 650px;
  }
  .video__text {
    padding: 60px 0 0 0;
    font-size: 60px;
    line-height: 64px;
  }
  .advantages {
    margin: 64px 0 0 0;
  }
  .advantages__wrapper {
    padding: 0 0 64px 0;
  }
  .about {
    overflow: hidden;
    margin: 64px 0;
  }
  .about__text {
    margin: 16px 0 0 0;
  }
  .about__preview {
    top: 50%;
    width: 14vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .main-group {
    overflow: visible;
  }
  .main-group::after {
    width: 100%;
    height: calc(100% + 32px);
    background: url(../img/svg/mg-decor-mobile.svg) no-repeat;
    background-size: 100% 100%;
    top: -32px;
    right: 0;
  }
  .main-group::before {
    content: none;
  }
  .main-readmore {
    margin: 40px 0 0 0;
  }
  .main-readmore .btn {
    width: 100%;
  }
  .main-heading {
    font-size: 40px;
    line-height: 44px;
    margin: 0 0 5px 0;
  }
  .main-heading + p {
    color: black;
  }
  .main-banner {
    margin: 32px 0 40px 0;
  }
  .main-banner__text {
    gap: 16px;
    padding: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .main-banner__heading {
    display: none;
  }
  .main-screen {
    overflow: hidden;
  }
  .main-screen::after {
    background: url(../img/svg/main-decor-mobile.svg) no-repeat;
    background-size: 100% 100%;
    width: 13.5vw;
    height: 231px;
    top: auto;
    bottom: 0;
    right: -1px;
  }
  .main-screen__heading {
    font-size: 46px;
    line-height: 50px;
  }
  .header-box .header__burger-icon span {
    background: #fff;
  }
  .header__tel,
  .header__mail {
    display: none;
  }
  .header__wrapper {
    width: 100%;
    height: calc(100vh - 131px);
    top: 131px;
    padding: 40px 0;
    display: block;
    font-size: 20px;
    line-height: 24px;
  }
  .header.active .header__burger-icon span {
    background: #fff;
  }
  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    margin: 0 0 80px 0;
  }
  .header__menu-link::after {
    content: none;
  }
  .header__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .header__mobile .header__mail,
  .header__mobile .header__tel {
    display: inline-block;
  }
  .header__burger {
    margin: 0;
  }
  .header__burger-text {
    display: none;
  }
  .form .btn {
    width: 100%;
  }
  .card-tabs {
    margin: 0 0 64px 0;
  }
  .seo-block:not(.white) {
    padding: 40px 0 0 0;
  }
  .seo-block h3,
  .seo-block .h3 {
    margin: 0 0 20px 0;
  }
  .seo-block p:not(:last-child) {
    margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 600px;
  }
  .obj-description {
    margin: 40px 0;
  }
  .obj-description__video {
    margin: 20px 0;
  }
  .adress__head,
  .adress__body {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .card-color {
    -ms-grid-columns: 2fr [2];
    grid-template-columns: repeat(2, 2fr);
  }
  .window-city {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0;
  }
  .window-adress {
    margin: 10px 0;
  }
  .showrooms-main {
    padding: 86px 0 0 0;
  }
  .image {
    width: 1600px;
    height: 800px;
  }
  .showrooms__data {
    padding: 40px 0 0 0;
  }
  .showrooms__window {
    font-size: 14px;
    line-height: 18px;
    padding: 19px 15px 17px 15px;
  }
  .showrooms::after {
    height: 60px;
  }
  .object-type,
  .object-materials {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 20px;
  }
  .main-row {
    max-width: 600px;
  }
  .partners-advantages__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .modal__offset {
    width: 40px;
  }
  .modal__content {
    padding: 48px 15px;
  }
  .modal__head {
    margin: 0 0 30px 0;
  }
  .modal .fancybox-close-small {
    top: 8px;
    right: 45px;
  }
  .anketa__body-content {
    padding: 25px;
  }
  .anketa__content {
    margin: 35px 0 0 0;
    font-size: 14px;
    line-height: 18px;
  }
  .anketa__content-body {
    padding: 20px;
  }
  .anketa__content-head {
    padding: 20px 32px 16px 20px;
  }
  .anketa__content-group {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 0px;
  }
  .anketa__content-group:not(:last-child) {
    margin: 0 0 22px 0;
  }
  .plant__layout {
    -webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }
  .plant__item--logo {
    min-height: unset;
    padding: 0 40px;
  }
  .plant__item--logo img {
    width: auto;
  }
  .works__textbox {
    margin: 0 0 40px 0;
  }
  .works__layout {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .works__textbox {
    font-size: 18px;
    line-height: 24px;
  }
  .masonry {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .masonry__item {
    margin: 0 0 20px 0;
  }
  .catalog__layout {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .questions__form {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 20px;
  }
  .questions__form * {
    grid-column: auto !important;
  }
  .questions__inner::after {
    width: 50px;
  }
  .questions__text {
    width: calc(100% - 60px);
  }
  .card-tabs__docs {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .card-tabs__header {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    gap: 25px;
  }
  .card-tabs__header::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .card-tabs__header-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 16px;
  }
  .card-tabs__header-item.active::after {
    bottom: -20px;
  }
  .card-tabs__body {
    padding: 0;
    font-size: 16px;
  }
  .card-tabs__body .catalog-card__text-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .big-slider__info,
  .has-group-slider__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
  .big-slider__name,
  .has-group-slider__name {
    font-size: 16px;
    line-height: 20px;
  }
  .big-slider__material,
  .has-group-slider__material {
    max-width: 100%;
  }
  .catalog-card__text-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__top {
    font-size: 14px;
    line-height: normal;
  }
  .footer__top-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    margin: 24px 0 0 0;
  }
  .footer__big-text {
    font-size: 16px;
  }
  .footer__tel {
    font-size: 20px;
  }
  .form__item p {
    font-size: 12px;
    line-height: normal;
    margin: 0 0 5px 0;
  }
  .form__item.flex {
    margin: 32px 0 0 0;
    font-size: 12px;
    line-height: normal;
  }
  .feedback h4,
  .feedback .h4 {
    font-size: 18px;
    line-height: normal;
  }
  .objects {
    margin: 64px 0;
  }
  .objects__header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    border-radius: 16px;
  }
  .objects__header-text {
    border-radius: 12px;
  }
  .objects__item {
    margin: 0;
    font-size: 14px;
    line-height: normal;
  }
  .objects__item:not(:last-child) {
    margin: 0 0 24px 0;
  }
  .video {
    height: auto;
  }
  .video video {
    position: static;
    width: auto;
    height: auto;
  }
  .video__text {
    padding: 32px 0 0 0;
    font-size: 32px;
    line-height: 39px;
  }
  .video::after {
    width: 73px;
    height: 80px;
    bottom: -73px;
  }
  .advantages__wrapper::before {
    width: 238px;
    height: 770px;
    background: url(../img/svg/a-decor-mobile.svg) no-repeat;
    background-size: 100% 100%;
    top: auto;
    bottom: 0;
  }
  .advantages__item {
    padding: 32px 32px 96px 32px;
    font-size: 16px;
  }
  .advantages__item-icon {
    width: 90px;
  }
  .advantages__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 24px;
  }
  .about {
    font-size: 16px;
    line-height: 27px;
  }
  .about__numbers {
    margin: 48px 0;
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 24px;
    position: relative;
  }
  .about__numbers-head {
    font-size: 64px;
    line-height: 72px;
    margin: 0;
  }
  .about__preview {
    right: -20px;
    width: 25vw;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  .main-heading {
    font-size: 32px;
    line-height: 36px;
  }
  .main-heading + p {
    font-size: 18px;
    line-height: 26px;
  }
  .main-catalog__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 16px;
  }
  .main-catalog__text {
    width: 50%;
    font-size: 16px;
  }
  .main-banner {
    margin: 32px 0 40px 0;
  }
  .main-banner__text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .main-banner__text .btn {
    width: 100%;
    max-width: 96%;
  }
  .main-banner__preview {
    -webkit-mask-image: url(../img/banner-mask-mobile.png);
    mask-image: url(../img/banner-mask-mobile.png);
  }
  .main-banner__preview img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .main-banner__subheading {
    font-size: 28px;
    line-height: normal;
  }
  .main-banner__heading {
    display: none;
  }
  .main-screen {
    height: 604px;
  }
  .main-screen__heading {
    font-size: 40px;
    line-height: 47px;
  }
  .main-screen__content {
    font-size: 16px;
    line-height: 23px;
    padding: 0 0 72px 0;
  }
  .main-screen__button {
    margin: 32px 0 0 0;
  }
  .main-screen__text {
    max-width: 345px;
  }
  .btn {
    padding: 16px 24px 14px 24px;
    font-size: 16px;
  }
  .header {
    padding: 15px 0;
  }
  .header__logo {
    width: 100px;
  }
  .header__logo svg {
    width: 100%;
    height: 100%;
  }
  .header__wrapper {
    height: calc(100vh - 85px);
    top: 85px;
  }
  .header__burger-icon span {
    width: 32px;
  }
  .header__burger-icon span:nth-child(2) {
    width: 24px;
  }
}
@media screen and (max-width: 460px) {
  .about__preview {
    width: 33vw;
    top: 42%;
  }
}
@media screen and (max-width: 374px) {
  .main-catalog__text {
    width: 100%;
    text-align: center;
    padding: 0 15px 15px 15px;
  }
}