/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.shadow {
  position: relative;
}
.shadow::after {
  content: '';
  display: block;
  height: 235px;
  width: 100%;
  background-color: rgba(245, 245, 245, 0.2);
  position: absolute;
  bottom: -50%;
  border-radius: 100%;
  z-index: 1;
  filter: blur(300px);
}
@font-face {
  font-family: 'Object Sans';
  src: url('../../fonts/ObjectSans-Regular.eot');
  src: local('Object Sans Regular'), local('ObjectSans-Regular'), url('../../fonts/ObjectSans-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/ObjectSans-Regular.woff2') format('woff2'), url('../../fonts/ObjectSans-Regular.woff') format('woff'), url('../../fonts/ObjectSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Object Sans';
  src: url('../../fonts/ObjectSans-Heavy.eot');
  src: local('Object Sans Heavy'), local('ObjectSans-Heavy'), url('../../fonts/ObjectSans-Heavy.eot?#iefix') format('embedded-opentype'), url('../../fonts/ObjectSans-Heavy.woff2') format('woff2'), url('../../fonts/ObjectSans-Heavy.woff') format('woff'), url('../../fonts/ObjectSans-Heavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
body {
  font-size: 18px;
  line-height: 120%;
  font-family: 'Object Sans', sans-serif;
}
@media (max-width: 750px) {
  body {
    font-size: 14px;
    line-height: 18px;
  }
}
h1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 1070px) {
  h1 {
    font-size: 22px;
    line-height: 28px;
  }
}
h2,
h3 {
  font-size: 34px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 1070px) {
  h2,
  h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 750px) {
  h2,
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.text_h2 {
  font-size: 34px;
  line-height: 45px;
  font-weight: 400;
  text-transform: none;
}
@media (max-width: 1070px) {
  .text_h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 750px) {
  .text_h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.text_h2_b {
  font-size: 34px;
  line-height: 45px;
  font-weight: bold;
}
@media (max-width: 1070px) {
  .text_h2_b {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 750px) {
  .text_h2_b {
    font-size: 18px;
    line-height: 24px;
  }
}
.text {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1070px) {
  .text {
    font-size: 16px;
    line-height: 22px;
  }
}
.text_2 {
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 1070px) {
  .text_2 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 750px) {
  .text_2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.text_bold {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
@media (max-width: 1070px) {
  .text_bold {
    font-size: 16px;
    line-height: 22px;
  }
}
.text_bold_h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}
@media (max-width: 1070px) {
  .text_bold_h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
.white_link {
  text-decoration: none;
}
.white_link:hover {
  text-decoration: underline;
}
.title {
  position: relative;
  width: 85%;
}
@media ((max-width: 750px)) {
  .title {
    padding-left: 20px;
    width: 100%;
  }
}
.title::before {
  content: '';
  position: absolute;
  left: -9%;
  background: url('../../images/title-icon.svg') no-repeat center center / contain;
  display: block;
  width: 57px;
  height: 57px;
}
@media ((max-width: 1070px)) {
  .title::before {
    width: 39px;
    height: 39px;
    left: -10%;
  }
}
@media ((max-width: 1070px)) {
  .title::before {
    width: 24px;
    height: 24px;
    left: -8%;
    top: -2%;
  }
}
@media ((max-width: 750px)) {
  .title::before {
    left: -3%;
  }
}
.title h2 {
  margin-bottom: 15px;
}
@media ((max-width: 920px)) {
  .title {
    width: 100%;
  }
}
.header {
  padding: 50px 0;
}
@media ((max-width: 500px)) {
  .header .container {
    padding: 0 20px;
  }
}
.header .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media ((max-width: 1070px)) {
  .header .nav {
    width: 94%;
  }
}
@media ((max-width: 920px)) {
  .header .nav {
    width: 90%;
  }
}
.header .menu {
  list-style: none;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  text-transform: uppercase;
}
@media ((max-width: 1250px)) {
  .header .menu {
    gap: 15px;
  }
}
@media ((max-width: 1070px)) {
  .header .menu {
    display: none;
  }
}
@media ((max-width: 1250px)) {
  .header .logo {
    max-width: 200px;
    width: 100%;
  }
  .header .logo img {
    width: 100%;
  }
}
@media ((max-width: 1070px)) {
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header__nav__toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}
.header__nav__toggle span {
  display: block;
  width: 28px;
  height: 3px;
  background-color: #EFCE5B;
  margin: 8px 0;
  transition: 0.3s;
}
@media ((max-width: 1070px)) {
  .header__nav__toggle {
    display: block;
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  background-color: #080302;
  z-index: 999;
  transform: translateY(-100%);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow-y: auto;
  padding: 25px;
}
.mobile-menu.active {
  transform: translateY(0);
}
.mobile-menu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  margin-bottom: 30px;
  padding: 0 20px;
}
.mobile-menu .header__logo img {
  height: 35px;
}
.mobile-menu .close-menu {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}
.mobile-menu .close-menu span {
  display: block;
  width: 25px;
  height: 3px;
  position: relative;
  background-color: #EFCE5B;
}
.mobile-menu .close-menu span:nth-child(1) {
  transform: rotate(45deg);
  top: -1px;
}
.mobile-menu .close-menu span:nth-child(2) {
  opacity: 0;
}
.mobile-menu .close-menu span:nth-child(3) {
  transform: rotate(-45deg);
  top: -8px;
}
.mobile-menu__menu {
  list-style: none;
  margin-top: 30px;
  padding: 0;
}
.mobile-menu__menu li {
  padding: 15px 0 10px;
  border-bottom: 1px solid #909194;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-align: center;
}
.mobile-menu__menu li a {
  color: #fff;
  font-size: 20px;
  padding: 0 20px;
}
.mobile-menu__menu li:hover a {
  color: #EFCE5B;
}
.footer {
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.footer__block {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
  font-size: 15px;
}
@media ((max-width: 1250px)) {
  .footer__block {
    grid-template-columns: 2fr 1fr 1fr;
  }
}
@media ((max-width: 920px)) {
  .footer__block {
    grid-template-columns: 2fr 1fr;
    gap: 30px;
  }
}
@media ((max-width: 750px)) {
  .footer__block {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
@media ((max-width: 920px)) {
  .footer__block:last-of-type {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media ((max-width: 750px)) {
  .footer__block:last-of-type {
    gap: 10px;
  }
}
.footer__text {
  margin: 60px 0 40px;
  max-width: 550px;
  width: 100%;
}
@media ((max-width: 1250px)) {
  .footer__text {
    padding-right: 75px;
  }
}
@media ((max-width: 920px)) {
  .footer__text {
    padding-right: 25px;
    margin: 30px 0 20px;
  }
}
.footer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 0;
}
@media ((max-width: 750px)) {
  .footer ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.footer ul li {
  text-transform: uppercase;
}
.footer .adress {
  margin-top: 20px;
}
@media ((max-width: 1250px)) {
  .footer .email {
    margin-bottom: 20px;
  }
}
.footer__copy__link {
  text-align: right;
}
@media ((max-width: 1250px)) {
  .footer__copy__link {
    text-align: left;
  }
}
.phone {
  font-size: 24px;
}
@media ((max-width: 1070px)) {
  .phone {
    margin-top: 5px;
    font-size: 22px;
  }
}
@media ((max-width: 750px)) {
  .phone {
    display: none;
  }
}
.overflow {
  overflow-x: clip;
}
.overflow::before {
  content: '';
  width: 120%;
  height: 200vh;
  background-image: url('../../images/main-blur.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media ((max-width: 1250px)) {
  .overflow::before {
    width: 100%;
  }
}
.video {
  padding: 0;
  overflow-x: clip;
}
.why-us {
  overflow: clip;
  position: relative;
  padding: 100px 0;
  background: url('../../images/table-bg.svg') no-repeat center center / cover;
}
@media ((max-width: 750px)) {
  .why-us {
    padding: 30px 0;
  }
}
.why-us::before {
  content: '';
  width: 1274px;
  height: 1198px;
  display: block;
  background-color: #28384cd6;
  filter: blur(300px);
  position: absolute;
  border-radius: 100%;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
.why-us::after {
  content: '';
  position: absolute;
  top: 0%;
  right: 6%;
  background: url('../../images/design-el-2.svg') no-repeat center center;
  display: block;
  width: 281px;
  height: 297px;
  z-index: -1;
}
@media ((max-width: 750px)) {
  .why-us::after {
    width: 150px;
    height: 159px;
    background-size: contain;
  }
}
.why-us__muted {
  width: 70%;
}
@media ((max-width: 500px)) {
  .why-us__muted {
    width: 90%;
  }
}
@media ((max-width: 500px)) {
  .why-us .tab-titles {
    flex-direction: column;
    gap: 20px;
  }
}
@media ((max-width: 500px)) {
  .why-us .tab-thumb {
    display: none;
  }
  .why-us .title {
    margin-top: 40px;
  }
}
.variations {
  position: relative;
  overflow-x: clip;
}
.variations::before {
  content: '';
  position: absolute;
  top: -31%;
  right: -2%;
  background: url('../../images/design-el-1.svg') no-repeat center center;
  display: block;
  width: 280px;
  height: 746px;
  z-index: -1;
}
@media ((max-width: 920px)) {
  .variations::before {
    background-size: contain;
    height: 480px;
    top: -15%;
    right: -8%;
  }
}
@media ((max-width: 500px)) {
  .variations::before {
    height: 370px;
    right: -30%;
  }
}
.variations .tab-thumb {
  background-color: #fff !important;
}
.variations .is-active {
  color: #080302 !important;
}
.catalog__slider {
  margin-top: 90px;
}
@media ((max-width: 750px)) {
  .catalog__slider {
    margin-top: 60px;
  }
}
.catalog__item__img img {
  width: 100%;
}
.catalog__item h2 {
  margin: 75px 0 10px;
  text-transform: none;
}
.catalog__item ul {
  margin: 10px 0;
  padding: 0;
}
.catalog__item ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.catalog__item ul li:not(:last-child) {
  margin-bottom: 5px;
}
.catalog__item ul li::before {
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  background: url('../../images/list-icon.svg') no-repeat center center;
  flex-shrink: 0;
}
.catalog__item__span {
  font-size: 15px;
  transition: all 0.3s ease;
}
.catalog-pagination.swiper-pagination {
  text-align: center!important;
  margin: 45px auto 0!important;
  position: absolute!important;
  top: 55%;
}
@media ((max-width: 1070px)) {
  .catalog-pagination.swiper-pagination {
    top: 44%;
  }
}
@media ((max-width: 920px)) {
  .catalog-pagination.swiper-pagination {
    top: 33%;
  }
}
@media ((max-width: 750px)) {
  .catalog-pagination.swiper-pagination {
    top: 41%;
  }
}
@media ((max-width: 500px)) {
  .catalog-pagination.swiper-pagination {
    top: 18%;
  }
}
@media (max-width: 470px) {
  .catalog-pagination.swiper-pagination {
    top: 25%;
  }
}
@media (max-width: 425px) {
  .catalog-pagination.swiper-pagination {
    top: 20%;
  }
}
@media (max-width: 390px) {
  .catalog-pagination.swiper-pagination {
    top: 17%;
  }
}
.steps {
  background: url('../../images/form-bg.png') no-repeat center bottom / cover;
  position: relative;
}
.steps::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(34, 193, 195, 0) 0%, #000000 60%);
  height: 50%;
}
.steps__block {
  counter-reset: step;
  margin-top: 45px;
}
.steps__block__item {
  background-color: #313131;
  border-radius: 30px;
  padding: 40px 40px 40px 60px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
@media ((max-width: 920px)) {
  .steps__block__item {
    padding: 30px 20px 30px 40px;
  }
}
.steps__block__item::before {
  content: '';
  width: 20px;
  height: 100%;
  background-color: #EFCE5B;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.steps__block__item h3 {
  text-transform: none;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media ((max-width: 750px)) {
  .steps__block__item h3 {
    gap: 10px;
  }
}
.steps__block__item h3::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero) ".";
  font-size: 34px;
  width: 55px;
}
@media ((max-width: 920px)) {
  .steps__block__item h3::before {
    font-size: 25px;
    width: 35px;
  }
}
.steps__block__item p {
  padding-left: 70px;
}
@media ((max-width: 500px)) {
  .steps__block__item p {
    padding-left: 0;
  }
}
.gallerySwiper {
  margin-top: 30px;
}
.gallerySwiper .swiper-pagination {
  text-align: center;
  margin-left: 0;
}
.gallery-slide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 335px);
  gap: 10px;
}
@media ((max-width: 1070px)) {
  .gallery-slide {
    grid-template-rows: repeat(2, 265px);
  }
}
@media ((max-width: 920px)) {
  .gallery-slide {
    grid-template-rows: repeat(2, 180px);
  }
}
@media ((max-width: 750px)) {
  .gallery-slide {
    grid-template-rows: repeat(2, 130px);
  }
}
@media ((max-width: 500px)) {
  .gallery-slide {
    grid-template-rows: repeat(2, 105px);
  }
}
.gallery__item {
  position: relative;
  overflow: hidden;
}
.gallery__item:nth-child(1)::after,
.gallery__item:nth-child(2)::after {
  content: '';
  border: 35px solid transparent;
  border-bottom: 35px solid #080302;
  border-left: 35px solid #080302;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.gallery__item:hover img {
  transform: scale(1.05);
}
.gallery .item-1 {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
}
.gallery .item-2 {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
.gallery .item-3 {
  grid-column: 3 / 4;
  grid-row: 1 / 3;
}
.gallery .item-4 {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
.pswp__img {
  object-fit: cover!important;
}
.reviews {
  background-color: #080302;
}
.reviewsSwiper {
  margin-top: 60px;
}
.reviews-slide {
  border-radius: 50px;
  background-color: #F6F6F6;
  padding: 40px 40px 40px 110px;
  color: #080302;
  height: auto;
  display: flex;
  align-items: center;
}
@media ((max-width: 1070px)) {
  .reviews-slide {
    padding: 40px 40px 40px 70px;
  }
}
@media ((max-width: 920px)) {
  .reviews-slide {
    padding: 25px;
  }
}
@media ((max-width: 500px)) {
  .reviews-slide {
    padding: 25px 15px;
    border-radius: 25px;
    align-items: flex-start;
  }
}
@media ((max-width: 920px)) {
  .reviews__header {
    margin-left: 45px;
  }
}
.reviews .name {
  position: relative;
  margin-bottom: 10px;
}
.reviews .name::before {
  content: url('../../images/user.svg');
  position: absolute;
  top: -7%;
  left: -5%;
}
@media ((max-width: 1070px)) {
  .reviews .name::before {
    left: -7%;
    scale: 0.9;
  }
}
@media ((max-width: 920px)) {
  .reviews .name::before {
    left: -9%;
    scale: 0.8;
  }
}
@media ((max-width: 750px)) {
  .reviews .name::before {
    left: -19%;
  }
}
@media ((max-width: 920px)) {
  .reviews .name {
    margin-bottom: 5px;
  }
}
.reviews .company {
  width: 90%;
}
@media ((max-width: 920px)) {
  .reviews .company {
    font-size: 16px;
  }
}
.reviews__text {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media ((max-width: 920px)) {
  .reviews__text {
    font-size: 16px;
    padding: 30px 20px;
  }
}
@media ((max-width: 500px)) {
  .reviews__text {
    font-size: 14px;
    padding: 20px 15px;
  }
}
.reviews .swiper-pagination {
  text-align: center;
  margin-left: 0;
}
.faq::after {
  top: -20%;
  bottom: auto;
  height: 500px;
  background-color: rgba(245, 245, 245, 0.2);
  z-index: -1;
}
.faq__block {
  margin-top: 60px;
}
@media ((max-width: 920px)) {
  .faq__block {
    margin-top: 30px;
  }
}
.faq__block__item {
  padding: 20px 0 20px 65px;
}
@media ((max-width: 1250px)) {
  .faq__block__item {
    padding-left: 80px;
  }
}
@media ((max-width: 920px)) {
  .faq__block__item {
    padding-left: 50px;
  }
}
@media ((max-width: 750px)) {
  .faq__block__item {
    padding-left: 30px;
  }
}
.faq__block__item:not(:last-child) {
  border-bottom: 1px solid #909194;
}
.faq__block__item__question {
  height: 0;
  overflow: hidden;
  transition: height 300ms ease;
}
.faq__block__item__answer {
  cursor: pointer;
  display: flex;
  position: relative;
  gap: 20px;
  transition: all 0.5s ease;
}
.faq__block__item__answer h3 {
  text-transform: none;
  margin: 0!important;
}
.faq__block__item__answer::before,
.faq__block__item__answer::after {
  content: '';
  position: absolute;
  top: -8%;
  left: -5%;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 220ms ease, transform 220ms ease;
}
@media ((max-width: 1250px)) {
  .faq__block__item__answer::before,
  .faq__block__item__answer::after {
    left: -7%;
  }
}
@media ((max-width: 920px)) {
  .faq__block__item__answer::before,
  .faq__block__item__answer::after {
    left: -8%;
    height: 35px;
    width: 35px;
  }
}
@media ((max-width: 920px)) {
  .faq__block__item__answer::before,
  .faq__block__item__answer::after {
    left: -10%;
    height: 25px;
    width: 25px;
  }
}
@media ((max-width: 500px)) {
  .faq__block__item__answer::before,
  .faq__block__item__answer::after {
    top: 1%;
    height: 20px;
    width: 20px;
  }
}
.faq__block__item__answer::before {
  background-image: url('../../images/plus.svg');
  opacity: 1;
  transform: scale(1);
}
.faq__block__item__answer::after {
  background-image: url('../../images/minus.svg');
  opacity: 0;
  transform: scale(0.9);
}
.faq__block__item.is-open .faq__block__item__answer {
  margin-bottom: 25px;
}
.faq__block__item.is-open .faq__block__item__answer::before {
  opacity: 0;
  transform: scale(0.9);
}
.faq__block__item.is-open .faq__block__item__answer::after {
  opacity: 1;
  transform: scale(1);
}
.blog__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 60px;
}
@media ((max-width: 920px)) {
  .blog__block {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 30px;
    margin-top: 30px;
  }
}
@media ((max-width: 920px)) {
  .blog__block {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.blog h3 {
  margin: 35px 0 30px;
  transition: all 0.3s ease;
  text-transform: none;
  width: 80%;
}
@media ((max-width: 920px)) {
  .blog h3 {
    margin: 10px 0;
  }
}
@media ((max-width: 500px)) {
  .blog h3 {
    width: 100%;
  }
}
.blog__item::hover {
  color: #fff;
}
.blog__item__img {
  position: relative;
}
@media ((max-width: 500px)) {
  .blog__item__img {
    height: 220px;
  }
}
.blog__item__img::after {
  content: '';
  border: 35px solid transparent;
  border-right: 35px solid #080302;
  border-bottom: 35px solid #080302;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.blog__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog__item__text {
  width: 82%;
}
@media ((max-width: 500px)) {
  .blog__item__text {
    width: 100%;
  }
}
a.blog__item:hover {
  color: #fff;
}
a.blog__item:hover h3 {
  color: #EFCE5B;
}
.main {
  position: relative;
  overflow-x: clip;
  width: 100%;
  padding: 0;
  display: flex;
}
.main .half {
  height: calc(100vh - 140px);
}
.main__right {
  width: 60vw;
  position: relative;
  z-index: 1;
}
.main__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.main__left {
  width: 40vw;
  position: relative;
  z-index: 2;
}
.main__left img {
  width: 120%;
  height: 104%;
  object-fit: cover;
  object-position: center left;
  margin-left: -20%;
}
.main__left::before {
  content: '';
  background-image: url('../../images/iconpack.svg');
  width: 232px;
  height: 232px;
  display: block;
  position: absolute;
  top: -3%;
  left: -34%;
}
.main .offer {
  max-width: 380px;
  width: 100%;
  margin: 20px 0px 40px 40px;
  position: absolute;
  top: 46%;
  left: 40%;
  transform: translate(-50%, -50%);
}
@media ((max-width: 920px)) {
  .main .offer {
    max-width: 300px;
  }
}
.main .offer__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.main .offer__list li:first-child {
  font-weight: bold;
}
@media (max-width: 1700px) {
  .main__left img {
    width: 130%;
    margin-left: -26%;
  }
}
@media (max-width: 1550px) {
  .main__left img {
    width: 130%;
    margin-left: -18%;
  }
  .main__left::before {
    left: -28%;
  }
}
@media (max-width: 1380px) {
  .main__left img {
    width: 130%;
    margin-left: -26%;
  }
}
@media (max-width: 1200px) {
  .main__left img {
    width: 136%;
    margin-left: -35%;
  }
  .main .offer {
    left: 50%;
  }
  .main__left::before {
    left: -39%;
  }
}
@media (max-width: 980px) {
  .main__right {
    width: 52vw;
  }
  .main__left {
    width: 48vw;
  }
  .main__left img {
    margin-left: -33%;
  }
}
@media (max-width: 780px) {
  .main__left img {
    width: 150%;
    margin-left: -26%;
  }
  .main .offer {
    left: 42%;
  }
}
@media (max-width: 690px) {
  .main {
    flex-direction: column;
  }
  .main .half {
    height: 50vh;
    width: 97vw;
  }
  .main__left::before {
    top: -27%;
    left: 7%;
  }
  .main__left img {
    margin-left: 6%;
    margin-top: -13%;
    width: 100%;
  }
  .main .offer {
    left: 58%;
    max-width: 400px;
    top: 30%;
  }
}
@media (max-width: 580px) {
  .main .offer {
    max-width: 280px;
  }
  .main .offer__title {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
  }
  .main .offer__list {
    gap: 10px;
    margin-top: 10px;
  }
  .main .offer__list li:first-child {
    font-weight: normal;
  }
  .main__left::before {
    height: 125px;
    width: 125px;
    background-size: contain;
    top: -11%;
    left: 12%;
  }
}
@media (max-width: 470px) {
  .main .half {
    height: 275px;
  }
  .main__left {
    height: 460px!important;
  }
  .main__left::before {
    height: 84px;
    width: 84px;
    top: -14%;
    left: 21%;
  }
  .main__left img {
    margin-top: -18%;
    height: 100%;
  }
  .main .offer {
    max-width: 285px;
    top: 28%;
  }
}
@media (max-width: 425px) {
  .main .half {
    height: 275px;
  }
  .main__left {
    height: 460px!important;
  }
  .main__left::before {
    top: -14%;
  }
  .main__left img {
    margin-top: -20%;
  }
  .main .offer {
    max-width: 260px;
    top: 28%;
  }
}
@media (max-width: 390px) {
  .main .half {
    height: 275px;
  }
  .main__left {
    height: 460px!important;
  }
  .main__left::before {
    top: -12%;
  }
  .main__left img {
    margin-top: -21%;
  }
  .main .offer {
    max-width: 235px;
    top: 29%;
  }
}
@media ((max-width: 920px)) {
  .adv {
    padding-top: 120px;
  }
}
@media ((max-width: 750px)) {
  .adv {
    padding-top: 40px;
  }
}
.slider {
  position: relative;
}
@media ((max-width: 500px)) {
  .slider {
    padding: 0 25px;
  }
}
.slider::before {
  content: url('../../images/slider-icon.svg');
  position: absolute;
  top: -16%;
  left: -7%;
}
@media ((max-width: 920px)) {
  .slider::before {
    top: -9%;
    left: -10%;
  }
}
@media ((max-width: 750px)) {
  .slider::before {
    top: -10%;
    left: -18%;
    scale: 0.4;
  }
}
@media ((max-width: 500px)) {
  .slider::before {
    left: -13%;
  }
}
.slider::after {
  content: url('../../images/slider-icon.svg');
  position: absolute;
  bottom: -18%;
  transform: rotate(180deg);
  right: -4%;
}
@media ((max-width: 1250px)) {
  .slider::after {
    right: -6%;
    bottom: -9%;
  }
}
@media ((max-width: 1070px)) {
  .slider::after {
    bottom: -4%;
  }
}
@media ((max-width: 920px)) {
  .slider::after {
    right: -1%;
    bottom: -2%;
  }
}
@media ((max-width: 750px)) {
  .slider::after {
    bottom: 3%;
    right: -18%;
    scale: 0.4;
  }
}
@media ((max-width: 750px)) {
  .slider::after {
    bottom: 7%;
    right: -13%;
  }
}
.slider .advSwiper {
  margin-top: 110px;
}
@media ((max-width: 500px)) {
  .slider .advSwiper {
    margin-top: 60px;
  }
}
.slider .adv-slide {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 100px;
}
@media ((max-width: 1250px)) {
  .slider .adv-slide {
    gap: 40px;
  }
}
@media ((max-width: 920px)) {
  .slider .adv-slide {
    flex-direction: column;
  }
}
.slider .adv-slide h2 {
  text-transform: none;
  width: 95%;
}
.slider .adv-slide__info {
  max-width: 495px;
  width: 100%;
}
.slider .adv-slide__info p {
  margin: 20px 0;
}
.slider .adv-slide__info ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}
.slider .adv-slide__info ul li {
  display: flex;
  gap: 10px;
  font-size: 14px;
}
.slider .adv-slide__info ul li::before {
  content: '';
  background: url('../../images/list-icon.svg') no-repeat center center / contain;
  display: block;
  height: 14px;
  width: 14px;
  margin-top: 3px;
  flex-shrink: 0;
}
@media ((max-width: 500px)) {
  .slider .adv-slide__info ul li::before {
    width: 10px;
    height: 10px;
  }
}
.slider .adv-slide__img {
  position: relative;
  max-width: 590px;
  width: 100%;
}
@media ((max-width: 1250px)) {
  .slider .adv-slide__img {
    max-width: 550px;
  }
}
.slider .adv-slide__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.slider .adv-slide__img::after {
  content: url('../../images/slider-triangle.svg');
  position: absolute;
  top: 0;
  right: 0;
}
@media ((max-width: 1070px)) {
  .slider .adv-slide__img::after {
    top: -5px;
    right: -5px;
    scale: 0.8;
  }
}
@media ((max-width: 750px)) {
  .slider .adv-slide__img::after {
    top: -10px;
    right: -12px;
    scale: 0.6;
  }
}
@media ((max-width: 500px)) {
  .slider .adv-slide__img::after {
    display: none;
  }
}
.swiper-pagination {
  position: static;
  text-align: left;
  margin: 45px 0 0 60px;
}
.swiper-pagination-bullet {
  background: url('../../images/slider-dot.svg');
  width: 37px;
  height: 37px;
  opacity: 1;
  filter: contrast(0);
  margin: 0 10px;
  transition: all 0.3s ease;
}
@media ((max-width: 750px)) {
  .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    background-size: contain;
    background-position: center center;
  }
}
.swiper-pagination-bullet-active {
  filter: contrast(1);
}
.swiper-pagination-bullet:hover {
  filter: contrast(0.7);
}
.tabs {
  margin-top: 30px;
}
.tabs .tab-titles {
  position: relative;
  display: inline-flex;
  border-radius: 100px;
  background-color: #313131;
  overflow: hidden;
  margin-bottom: 30px;
}
.tabs .tab-titles .tab-thumb {
  position: absolute;
  height: 100%;
  inset: 0px;
  width: 0;
  border-radius: 100px;
  background-color: #080302;
  z-index: 1;
  transition: transform 0.28s ease, width 0.28s ease, left 0.28s ease;
  will-change: transform, width;
}
.tabs .tab-titles .tab-title {
  padding: 10px 20px;
  border-radius: 100px;
  border: none;
  background: transparent;
  color: #F6F6F6;
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: color 0.2s ease;
}
.tabs .tab-titles .tab-title.is-active {
  color: #F6F6F6;
  pointer-events: none;
}
.tabs .tab-contents span {
  display: inline-block;
  margin-bottom: 60px;
}
@media ((max-width: 500px)) {
  .tabs .tab-contents span {
    margin-bottom: 20px;
  }
}
.tabs .tab-contents .tab-item {
  display: grid;
  grid-template-columns: 40% 60%;
  padding: 30px 0 50px;
  border-bottom: 0.5px solid #909194;
  gap: 20px;
}
.tabs .tab-contents .tab-item:last-child {
  border-bottom: none;
}
@media ((max-width: 750px)) {
  .tabs .tab-contents .tab-item {
    grid-template-columns: 1fr;
    padding: 30px 0 15px;
  }
  .tabs .tab-contents .tab-item br {
    display: none;
  }
}
.tabs .tab-content {
  display: block;
}
.tabs .tab-content[hidden] {
  display: none;
}
.why-us .tab-titles.is-active {
  color: #fff;
}
@media ((max-width: 500px)) {
  .why-us .tab-titles {
    background: transparent;
    border-radius: 0;
  }
}
.why-us .tab-titles .tab-thumb {
  background-color: #080302;
  min-width: 325px;
}
@media ((max-width: 500px)) {
  .why-us .tab-titles .tab-title {
    background-color: #909194;
    color: #fff;
  }
  .why-us .tab-titles .tab-title.is-active {
    background-color: #fff;
    color: #080302;
  }
}
.scrub {
  height: calc(100vh * 2);
  position: relative;
  background: #080302;
  padding: 0;
  /* доступность: если пользователь отключил анимации — показываем первый кадр и не «пинним» */
}
@media (prefers-reduced-motion: reduce) {
  .scrub {
    height: auto;
  }
}
@media ((max-width: 1070px)) {
  .scrub {
    --scrub-screens: 3.5;
  }
}
@media ((max-width: 750px)) {
  .scrub {
    --scrub-screens: 6;
  }
}
@media ((max-width: 500px)) {
  .scrub {
    --scrub-screens: 10.5;
  }
}
.scrub__pin {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.scrub__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* мобильный Safari любит трансформы меньше, без них стабильнее */
}
.scrub__overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
}
.comparison-table-rotated {
  --ctr-cols: 4;
  display: table;
  width: 100%;
  border-collapse: collapse;
  font: inherit;
  /* При желании можно зафиксировать минимальную ширину первой колонки */
}
.comparison-table-rotated .ctr-head,
.comparison-table-rotated .ctr-row {
  display: table-row;
}
.comparison-table-rotated .ctr-head[data-toggle-count],
.comparison-table-rotated .ctr-row[data-toggle-count] {
  background-color: #313131;
}
.comparison-table-rotated .ctr-head[data-toggle-count] .ctr-row--styled .ctr-rowhead,
.comparison-table-rotated .ctr-row[data-toggle-count] .ctr-row--styled .ctr-rowhead {
  font-size: 20px;
}
.comparison-table-rotated .cell-white {
  background-color: rgba(245, 245, 245, 0.2);
}
.comparison-table-rotated .cell-white p {
  display: flex;
  gap: 10px;
}
.comparison-table-rotated .cell-white p::before {
  content: url('../../images/check.svg');
}
@media ((max-width: 920px)) {
  .comparison-table-rotated .cell-white {
    background: #fff;
    color: #080302;
  }
}
.comparison-table-rotated .ctr-cell {
  display: table-cell;
  vertical-align: top;
  width: 289px;
  padding: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #909194;
}
.comparison-table-rotated .ctr-head .ctr-coltitle {
  text-align: center;
  padding: 20px 20px 32px 20px;
  background-color: #080302;
}
.comparison-table-rotated .ctr-head .ctr-coltitle:first-child {
  background-color: #313131;
}
.comparison-table-rotated .ctr-head .coltitle-white {
  background-color: #fff;
  color: #080302;
}
.comparison-table-rotated .ctr-head .ctr-corner:first-child {
  background-color: #313131;
}
.comparison-table-rotated .ctr-corner,
.comparison-table-rotated .ctr-rowhead {
  white-space: normal;
}
/* ====== MOBILE (cards) ====== */
@media ((max-width: 920px)) {
  .comparison-table-rotated {
    display: block;
  }
  .comparison-table-rotated .ctr-head {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  .comparison-table-rotated .ctr-row {
    display: block;
    margin-top: 40px;
  }
  .comparison-table-rotated .ctr-cell {
    display: block;
    border-bottom: 1px solid #fff;
    width: 100%;
  }
  .comparison-table-rotated .ctr-cell:last-child {
    border: none;
  }
  .comparison-table-rotated .ctr-rowhead {
    font-weight: 600;
    border-bottom: none;
    background-color: #313131;
  }
  /* «ячейки-данные» превращаем в блоки с псевдозаголовком */
  .comparison-table-rotated .ctr-data {
    position: relative;
    padding-top: 50px;
  }
  .comparison-table-rotated .ctr-data::before {
    content: attr(data-col-title);
    position: absolute;
    left: 20px;
    top: 15px;
    font-weight: 600;
  }
}
.comparison-table-rotated {
  /* служебный ряд с кнопкой */
}
.comparison-table-rotated.is-collapsed .ctr-row.is-folded {
  display: none;
}
.comparison-table-rotated .ctr-toggle-row {
  display: table-row;
  /* рисуем кнопку в последней ячейке */
}
.comparison-table-rotated .ctr-toggle-row .ctr-cell {
  display: table-cell;
  border-bottom: none;
  padding: 0;
  display: block;
}
.comparison-table-rotated .ctr-toggle-row .ctr-toggle-cell {
  text-align: right;
  padding: 12px 20px;
}
.comparison-table-rotated .ctr-toggle-row .ctr-toggle-cell .ctr-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
  border: 1px solid #909194;
  border-radius: 8px;
  padding: 8px 12px;
  background: transparent;
  font: inherit;
}
.is-hidden {
  display: none !important;
}
.comparison-table-rotated .ctr-row .ctr-cell:last-child {
  position: relative;
}
.comparison-table-rotated .ctr-row .ctr-spoiler-btn {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 5px;
  border: none;
  background: #EFCE5B;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  line-height: 1;
  /* минус по умолчанию */
  /* при раскрытии меняем на плюс */
}
.comparison-table-rotated .ctr-row .ctr-spoiler-btn::after {
  content: "+";
  font-size: 25px;
  margin-top: 3px;
}
.comparison-table-rotated .ctr-row .ctr-spoiler-btn.is-plus::after {
  content: "-";
  margin-top: 5px;
}
@media ((max-width: 500px)) {
  .comparison-table-rotated .ctr-rowhead {
    padding: 10px 20px;
  }
  .comparison-table-rotated .ctr-data {
    color: #fff;
    background-color: rgba(245, 245, 245, 0.2);
  }
  .comparison-table-rotated .cell-white {
    color: #080302;
    background-color: #fff;
  }
  .comparison-table-rotated .ctr-data {
    padding-top: 40px;
  }
}
/* контейнер */
.calc {
  background: url('../../images/calc-bg.svg') no-repeat top center / cover;
  position: relative;
}
@media ((max-width: 920px)) {
  .calc {
    background-size: contain;
  }
}
.calc::before {
  content: '';
  display: block;
  position: absolute;
  background: url('../../images/yellow-blur.svg') no-repeat top center / cover;
  top: -20%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media ((max-width: 920px)) {
  .calc::before {
    top: -15%;
    height: 50%;
  }
}
@media ((max-width: 500px)) {
  .calc::before {
    top: -9%;
    height: 26%;
  }
}
.calc__title {
  text-align: center;
}
.calc__lead {
  max-width: 820px;
  width: 100%;
  text-align: center;
  margin: 20px auto 0;
}
.calc__card {
  border-bottom: 1px solid #909194;
  padding: 20px 0;
}
.calc__card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media ((max-width: 750px)) {
  .calc__card-body {
    flex-direction: column;
  }
}
.calc__card-body__grid {
  display: grid;
  align-items: end;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media ((max-width: 920px)) {
  .calc__card-body__grid {
    width: 40%;
  }
}
@media ((max-width: 750px)) {
  .calc__card-body__grid {
    grid-template-columns: 1fr;
  }
}
.calc__card_base {
  border-bottom: 0;
}
@media ((max-width: 500px)) {
  .calc__card_base {
    padding-top: 0;
  }
}
@media ((max-width: 750px)) {
  .calc__card_base .calc__card-body {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media ((max-width: 500px)) {
  .calc__card_base .calc__card-body {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.calc__card_base .calc__muted {
  width: 95%;
}
@media ((max-width: 750px)) {
  .calc__card_base .calc__muted {
    width: 100%;
  }
}
.calc__card-h3 {
  text-transform: none!important;
}
.calc__card_santeh {
  border-top: 1px solid #909194;
  margin-top: 10px;
  padding: 30px 0 0;
}
.calc__card_santeh .calc__card-body {
  margin-top: 0;
  align-items: center;
}
.calc__muted {
  font-size: 15px;
  margin-bottom: 5px;
  width: 55%;
  color: #909194;
}
@media ((max-width: 920px)) {
  .calc__muted {
    width: 95%;
  }
}
.calc__select {
  color: #fff;
  background-color: #1E1E1E;
  border: 1px solid #EFCE5B;
  border-radius: 10px;
  padding: 10px 12px;
}
.calc__control span {
  display: inline-block;
  margin-bottom: 5px;
}
.calc__pricecol {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  flex-shrink: 0;
}
.calc__pricecol input {
  margin-bottom: 10px!important;
}
@media ((max-width: 500px)) {
  .calc__pricecol input {
    margin-bottom: 5px!important;
  }
}
@media ((max-width: 750px)) {
  .calc__pricecol {
    justify-content: space-between;
    margin-top: 20px;
  }
}
@media ((max-width: 500px)) {
  .calc__pricecol {
    margin-left: auto;
  }
}
.calc__check input {
  width: 18px;
  height: 18px;
}
.calc__checkbox {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
}
.calc .calc__check input,
.calc .calc__lists input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  display: inline-block;
  border: 1px solid #EFCE5B;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
  outline: none;
  margin-bottom: 4px;
}
.calc .calc__check input:checked,
.calc .calc__lists input[type="checkbox"]:checked {
  background-image: url('../../images/calc-check.svg');
  background-position: center center;
  background-repeat: no-repeat;
}
.calc .calc__check input:focus-visible,
.calc .calc__lists input[type="checkbox"]:focus-visible {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
  border-radius: 4px;
}
.calc .calc__check input:disabled,
.calc .calc__lists input[type="checkbox"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.calc__price {
  width: 30%;
  text-align: right;
}
@media ((max-width: 750px)) {
  .calc__price {
    width: 100%;
    text-align: right;
  }
}
@media ((max-width: 500px)) {
  .calc__price {
    text-align: left;
    margin-top: 20px;
  }
}
@media ((max-width: 500px)) {
  .calc__price .calc__big {
    font-size: 22px;
  }
}
.calc .opt__right {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.calc__toggle {
  display: block;
  margin: 10px 0px 0px auto;
  text-align: right;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 1px dashed #909194;
  cursor: pointer;
}
@media ((max-width: 750px)) {
  .calc__toggle {
    text-align: left;
    margin: 10px 0 0 0;
  }
}
.calc__total-val {
  font-weight: bold;
}
@media ((max-width: 920px)) {
  .calc__total-val {
    width: 33%;
  }
}
@media ((max-width: 500px)) {
  .calc__total-val {
    width: 100%;
    text-align: right;
  }
}
.calc__total__text {
  font-size: 15px;
  margin-bottom: 5px;
  color: #909194;
}
.qty {
  display: inline-flex;
  align-items: center;
}
.qty__btn {
  width: 36px;
  height: 41px;
  border: 1px solid #EFCE5B;
  background: #EFCE5B;
  color: #1E1E1E;
  cursor: pointer;
}
.qty__btn_dec {
  border-radius: 5px 0px 0px 5px;
}
.qty__btn_inc {
  border-radius: 0px 5px 5px 0px;
}
.qty__input {
  width: 40px;
  height: 41px;
  text-align: center;
  border: 1px solid #EFCE5B;
  background: #1E1E1E;
  color: #fff;
}
.calc__lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  margin-top: 14px;
}
@media ((max-width: 1070px)) {
  .calc__lists {
    gap: 20px;
  }
}
@media ((max-width: 920px)) {
  .calc__lists {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.calc__lists .calc__items {
  padding: 0;
  margin-top: 10px;
}
@media ((max-width: 750px)) {
  .calc__lists .calc__items p {
    width: 70%;
  }
}
@media ((max-width: 500px)) {
  .calc__lists .calc__items p {
    width: 50%;
  }
}
.calc__lists .calc__items li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #909194;
  font-size: 15px;
}
.calc__lists .calc__items li:last-child {
  border-bottom: 0;
}
.title_santeh {
  margin-top: 30px;
}
.is-hidden {
  display: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.base_config_title {
  display: flex;
  align-items: center;
  gap: 15px;
}
.base_config_title a {
  line-height: 18px;
}
.terrace-gallery {
  display: none;
}
.gallery-open {
  background: transparent;
  border: none;
  cursor: pointer;
}
.form {
  margin-top: 130px;
  max-width: 580px;
  width: 100%;
  padding: 40px 60px;
  border-radius: 30px 0 30px 0;
  background-color: rgba(245, 245, 245, 0.9);
  color: #080302;
  margin-left: auto;
  position: relative;
}
@media ((max-width: 750px)) {
  .form {
    padding: 35px 25px;
    margin: 100px 0 80px;
  }
}
.form::before {
  content: url('../../images/form-icon.svg');
  position: absolute;
  top: -7.6%;
  left: -8%;
}
@media ((max-width: 750px)) {
  .form::before {
    top: -9.6%;
    left: -12%;
  }
}
@media ((max-width: 500px)) {
  .form::before {
    display: none;
  }
}
.form::after {
  content: url('../../images/form-icon.svg');
  position: absolute;
  bottom: -7.6%;
  right: -8%;
  transform: rotate(180deg);
}
@media ((max-width: 750px)) {
  .form::after {
    bottom: -9.6%;
    right: -12%;
  }
}
@media ((max-width: 500px)) {
  .form::after {
    display: none;
  }
}
.form h3 {
  margin-bottom: 20px;
  text-transform: none;
}
@media ((max-width: 750px)) {
  .form h3 {
    margin-bottom: 10px;
  }
}
.form__text {
  margin: 45px 0 20px;
}
@media ((max-width: 750px)) {
  .form__text {
    margin: 10px 0;
  }
}
.form form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form .input {
  background-color: #fff;
  border: 1px solid #909194;
  padding: 15px 10px;
  border-radius: 5px;
  width: 100%;
}
.form button {
  background-color: #080302 !important;
  color: #fff !important;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.form button:hover {
  background-color: #EFCE5B;
}
* {
  margin: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
body {
  background-color: #080302;
  color: #fff;
  overflow-x: hidden;
  position: relative;
}
section {
  padding: 100px 0;
  overflow-x: clip;
}
@media ((max-width: 1250px)) {
  section {
    padding: 60px 0;
  }
}
@media ((max-width: 750px)) {
  section {
    padding: 40px 0;
  }
}
.blur-bottom {
  position: relative;
}
.blur-bottom::after {
  content: '';
  width: 1316px;
  height: 235px;
  border-radius: 100%;
  background-color: #28384cd6;
  filter: blur(300px);
  bottom: -10%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: block;
  position: absolute;
  z-index: -1;
}
.blur-top {
  position: relative;
}
.blur-top::before {
  content: '';
  width: 1316px;
  height: 235px;
  border-radius: 100%;
  background-color: rgba(245, 245, 245, 0.3);
  filter: blur(300px);
  top: -10%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: block;
  position: absolute;
  z-index: -1;
}
a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #EFCE5B;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1250px) {
  .container {
    max-width: 1050px;
  }
}
@media (max-width: 1250px) {
  .container {
    max-width: 100%;
    padding: 0 60px 0 75px;
  }
}
@media ((max-width: 750px)) {
  .container {
    padding: 0 20px;
  }
}
@media ((max-width: 920px)) {
  .contacts {
    padding-top: 0;
  }
}
.contacts__block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10%;
  margin-top: 75px;
}
@media ((max-width: 920px)) {
  .contacts__block {
    flex-direction: column;
    margin-top: 0px;
  }
}
.contacts .form {
  margin: 0;
}
.contacts .form::before {
  content: url('../../images/form-yellow.svg');
  top: -6.6%;
  left: -7%;
}
.contacts .form::after {
  content: url('../../images/form-yellow.svg');
  bottom: -6.6%;
  right: -7%;
}
.contacts__info {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacts::before {
  top: 20%;
  background-color: #28384cd6;
  filter: blur(200px);
  width: 500px;
  height: 630px;
}
.contacts__maps {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contacts__maps::before {
  content: '';
  display: block;
  width: 20px;
  height: 25px;
  background: url('../../images/maps-icon.svg') no-repeat center center;
}
.error {
  padding-top: 0;
}
.error h1 {
  color: #909194;
}
.error__type {
  color: #EFCE5B;
  font-size: 204px;
  line-height: 100%;
  margin-top: 48px;
}
@media ((max-width: 920px)) {
  .error__type {
    font-size: 170px;
  }
}
@media ((max-width: 500px)) {
  .error__type {
    font-size: 150px;
    text-align: center;
  }
}
@media ((max-width: 500px)) {
  .error p {
    text-align: center;
  }
}
.error a {
  color: #EFCE5B;
}
.about .slider {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about .slider::before {
  top: -25%;
  left: -4%;
}
@media ((max-width: 920px)) {
  .about .slider::before {
    top: -16%;
    left: -6%;
  }
}
@media ((max-width: 500px)) {
  .about .slider::before {
    top: -11%;
    left: -11%;
  }
}
@media ((max-width: 1070px)) {
  .about .slider::after {
    right: -3%;
    bottom: -11%;
  }
}
.about__staff {
  margin: 70px 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 35px;
}
@media ((max-width: 1070px)) {
  .about__staff {
    margin: 80px 0 50px;
  }
}
@media ((max-width: 920px)) {
  .about__staff {
    flex-direction: column;
  }
}
.about__staff__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
}
@media ((max-width: 750px)) {
  .about__staff__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media ((max-width: 1070px)) {
  .about__staff__item img {
    max-width: 280px;
    width: 100%;
  }
}
.about__staff__item h2 {
  text-transform: none;
}
.about__staff__item p {
  color: #EFCE5B;
  margin-top: 11px;
}
.about__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 25px;
}
@media ((max-width: 1070px)) {
  .about__title::before {
    left: -5%;
    top: 9%;
  }
}
.about_main ul li {
  line-height: 29px;
}
@media ((max-width: 750px)) {
  .about_main ul li {
    line-height: 24px!important;
    font-size: 16px;
  }
}
.about_main ul li:first-child {
  font-size: 29px;
  line-height: 34px;
  font-weight: normal!important;
}
@media ((max-width: 750px)) {
  .about_main ul li:first-child {
    font-size: 20px;
  }
}
.about__btn {
  background-color: #EFCE5B;
  display: inline-block;
  color: #080302;
  padding: 9px 10px;
  align-self: center;
  width: fit-content;
  border-radius: 5px;
}
.about__btn:hover {
  color: #fff;
  background-color: #313131;
}
.create {
  background-color: #313131;
}
@media ((max-width: 1070px)) {
  .main_biz .offer {
    max-width: 385px;
    width: 100%;
    left: 45%;
  }
  .main_biz .offer__list {
    gap: 8px;
  }
}
@media ((max-width: 500px)) {
  .main_biz .offer {
    max-width: 245px;
    left: 56%;
  }
  .main_biz .offer__list {
    font-size: 12px;
  }
}
@media ((max-width: 1070px)) {
  .main_biz .main__left::before {
    width: 150px;
    height: 150px;
    background-size: contain;
    left: -25%;
  }
}
@media ((max-width: 500px)) {
  .main_biz .main__left::before {
    width: 84px;
    height: 84px;
    left: 16%;
    top: -10%;
  }
}
@media ((max-width: 1070px)) {
  .main_biz .main__left {
    width: 56vw;
  }
  .main_biz .main__left img {
    margin-left: -22%;
  }
}
@media ((max-width: 500px)) {
  .main_biz .main__left {
    width: 97vw;
  }
  .main_biz .main__left img {
    margin-left: 4%;
  }
}
@media ((max-width: 1070px)) {
  .main_biz .main__right {
    width: 44vw;
  }
}
@media ((max-width: 500px)) {
  .main_biz .main__right {
    width: 97vw;
  }
}
.steps_biz {
  background: url('../../images/steps-biz.png') no-repeat center bottom / cover;
}
.steps .pdf-icon {
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: underline;
  margin-top: 25px;
}
.steps .pdf-icon::before {
  content: '';
  background: url('../../images/pdf-icon.svg') no-repeat center center;
  width: 24px;
  height: 24px;
  display: block;
}
.main_prod .offer {
  max-width: 480px;
  left: 48%;
  top: 50%;
}
@media ((max-width: 1070px)) {
  .main_prod .offer {
    max-width: 320px;
    left: 43%;
  }
}
@media ((max-width: 500px)) {
  .main_prod .offer {
    max-width: 245px;
    left: 56%;
    top: 30%;
  }
}
.main_prod .offer h1 {
  margin: 0;
}
@media ((max-width: 500px)) {
  .main_prod .offer__list {
    font-size: 14px;
  }
}
.main_prod .offer__list li:first-child {
  font-weight: normal;
}
@media ((max-width: 920px)) {
  .main_prod .offer__list {
    margin-top: 10px;
  }
}
@media ((max-width: 1070px)) {
  .main_prod .main__left::before {
    width: 150px;
    height: 150px;
    background-size: contain;
    left: -25%;
  }
}
@media ((max-width: 500px)) {
  .main_prod .main__left::before {
    width: 84px;
    height: 84px;
    left: 16%;
    top: -10%;
  }
}
.about__prod .slider::before {
  top: -11%;
}
@media ((max-width: 500px)) {
  .about__prod .slider::before {
    display: none;
  }
}
.about__prod .slider::after {
  right: 0%;
  bottom: 4%;
}
@media ((max-width: 500px)) {
  .about__prod .slider::after {
    display: none;
  }
}
@media ((max-width: 500px)) {
  .about__prod .slider {
    padding: 0;
  }
}
.prod__item:not(:last-child) {
  margin-bottom: 40px;
}
.prod__item__info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
}
@media ((max-width: 920px)) {
  .prod__item__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
@media ((max-width: 920px)) {
  .prod__item__info__list {
    padding: 0;
  }
}
.prod__item__info__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.prod__item__info__list li:not(:last-child) {
  margin-bottom: 10px;
}
.prod__item__info__list li::before {
  content: '';
  background: url('../../images/list-icon.svg') no-repeat center center;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: 2px;
  flex-shrink: 0;
}
@media ((max-width: 500px)) {
  .prod__item__info img {
    max-width: 300px;
    width: 100%;
  }
}
@media ((max-width: 1070px)) {
  .prod .title::before {
    left: -6%;
  }
}
@media ((max-width: 500px)) {
  .prod .title::before {
    left: -3%;
  }
}
@media ((max-width: 500px)) {
  .prod_section .title::before {
    left: -3%;
    top: -8%;
  }
}
.spec h2 {
  text-transform: none;
  margin-bottom: 40px;
}
.spec__section {
  padding: 30px 0;
}
.spec__section .title {
  text-transform: none;
  width: 100%;
}
.spec__section .title::before {
  top: -15%;
}
@media ((max-width: 1070px)) {
  .spec__section .title::before {
    top: 0;
    left: -5%;
  }
}
.spec__section ul {
  padding: 0;
}
.spec__section ul li::before {
  margin-top: 2px;
}
.spec__section ul li:not(:last-child) {
  margin-bottom: 10px;
}
.spec__text {
  margin: 40px 0;
}
@media ((max-width: 750px)) {
  .spec__text {
    margin: 20px 0;
  }
}
@media ((max-width: 920px)) {
  .spec__table .ctr-cell {
    background-color: rgba(245, 245, 245, 0.3);
  }
}
@media ((max-width: 920px)) {
  .spec__table .ctr-cell.ctr-rowhead {
    background-color: rgba(245, 245, 245, 0.2);
  }
}
@media ((max-width: 920px)) {
  .spec__table .ctr-cell.cell-white {
    color: #080302;
    background-color: #fff;
  }
}
.communications__block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15%;
}
@media ((max-width: 920px)) {
  .communications__block {
    gap: 5%;
  }
}
@media ((max-width: 750px)) {
  .communications__block {
    flex-direction: column;
    gap: 40px;
  }
}
.communications__block__item {
  flex: 1;
}
.communications__block__item h3 {
  color: #EFCE5B;
  text-transform: none;
  margin: 30px 0;
}
@media ((max-width: 750px)) {
  .communications__block__item h3 {
    margin: 10px 0;
  }
}
.bathroom__block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
@media ((max-width: 920px)) {
  .bathroom__block {
    flex-direction: column;
  }
}
.bathroom__block h3 {
  color: #EFCE5B;
  margin-bottom: 20px;
}
.technology .spec__text {
  margin: 20px 0 40px;
}
.technology h3 {
  text-transform: none;
  color: #EFCE5B;
  margin-bottom: 20px;
}
.materials ul {
  margin-top: 25px;
}
.materials video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products ul {
  margin: 10px 0 25px;
}
.why-spec__text {
  font-size: 28px;
  line-height: 34px;
}
@media ((max-width: 920px)) {
  .why-spec__text {
    font-size: 23px;
    line-height: 28px;
  }
}
@media ((max-width: 500px)) {
  .why-spec__text {
    font-size: 20px;
    line-height: 25px;
  }
}
.privacy {
  padding: 0;
}
.privacy h2 {
  margin: 40px 0 15px;
}
.privacy h3 {
  margin-bottom: 10px;
}
