:root {
  --bg-gray: #f2f2f7;
  --black: #000;
  --primary: #00b1aa;
  --gray-dark: #42515b;
  --white: white;
  --bg-white: white;
  --primary-light: #00b1aa33;
  --green-dark: #04131b;
  --font-family: "Open Sans", sans-serif;
  --second-family: Inter, sans-serif;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: var(--bg-gray);
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.35em;
}

.a-container {
  z-index: 100;
  max-width: 1224px;
  position: relative;
}

.a-container.banner-container {
  height: 100%;
}

.product-adv {
  background-color: var(--primary);
  flex: 2 100%;
  padding: 37px 108px 27px;
}

.product-adv__row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.product-adv__col {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.product-adv__list {
  color: #fff;
  font-weight: 700;
  line-height: 20px;
}

.product-adv__list-item {
  margin-bottom: 20px;
  margin-left: 20px;
  position: relative;
}

.bg-gradient {
  background-image: linear-gradient(156deg, #30393f, var(--gray-dark) 40%, #283137 50%, #050607 76%, black 88%);
}

.adv {
  position: relative;
}

.adv.bg-gradient {
  z-index: 10;
  padding-bottom: 105px;
}

.section_bg-image {
  z-index: 10;
  opacity: .6;
  /* mix-blend-mode: overlay; */
  background-image: url('../images/adv-bg-2.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.adv__content {
  z-index: 50;
  position: relative;
}

.adv__title {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 35px;
  line-height: 1em;
}

.adv__list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.adv__item {
  color: var(--white);
  text-align: center;
  cursor: pointer;
  background-color: #00b1aa66;
  border: 1px #000;
  border-radius: 30px;
  flex-flow: column;
  flex: 0 32%;
  position: relative;
  box-shadow: 0 4px 4px #00000040;
}

.adv__item-icon {
  width: 80px;
  max-width: none;
  height: 80px;
}

.adv__item-inner {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-style: none solid solid;
  border-width: 1px 1px 2px;
  border-color: black var(--white) var(--white);
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 20px 43px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading {
  color: var(--white);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1em;
}

.adv__item-text {
  height: 90px;
  overflow: hidden;
}

.paragraph {
  margin-bottom: auto;
  font-weight: 400;
}

.adv__item-overlay {
  z-index: 30;
  background-image: linear-gradient(#00b1aa00, #00b1aa 85%, #00b1aa);
  border-radius: 0 0 30px 30px;
  height: 50%;
  position: absolute;
  inset: auto 1px 2px;
}

.adv__item-btn {
  z-index: 30;
  max-width: none;
  position: absolute;
  inset: auto auto 12px 50%;
  transform: translateX(-50%);
}

.adv__bg-elips {
  z-index: 20;
  background-color: var(--primary);
  opacity: .25;
  filter: blur(300px);
  border-radius: 100%;
  width: 500px;
  height: 500px;
  position: absolute;
  inset: auto 364px 119px auto;
}

.adv-comp {
  background-color: var(--gray-dark);
  position: relative;
}

.adv-comp.bg-gradient {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

.adv-comp__content {
  z-index: 50;
  position: relative;
}

.adv-comp__title {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 35px;
  line-height: 1em;
}

.adv-comp__list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.adv-comp__item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--gray-dark);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 32%;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  min-height: 202px;
  padding: 55px 100px 33px 37px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.adv-comp__item-bg {
  z-index: 1;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.adv-comp__item-icon {
  z-index: 10;
  position: relative;
}

.adv-comp__item-text {
  z-index: 20;
  text-align: left;
  font-size: 20px;
  line-height: 1.35em;
  position: relative;
}

.action {
  z-index: 20;
  position: relative;
  overflow: visible;
}

.action__call {
  background-image: linear-gradient(90deg, var(--gray-dark), var(--primary) 50%, var(--gray-dark));
  justify-content: space-between;
  align-items: center;
  min-height: 115px;
  display: flex;
}

.action__call-title {
  color: var(--white);
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  min-height: 115px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.btn-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--white);
  color: var(--white);
  cursor: pointer;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 30px 16px 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.btn-outline:hover {
  background-color: var(--primary);
  box-shadow: 0 2px 15px #00b1aa80;
}

.action_call-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block, .text-block-copy {
  color: var(--white);
  text-align: left;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  border: 1px #000;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.btn-outline-text {
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35em;
  text-decoration: none;
}

.btn-outline-icon {
  width: 24px;
  height: 24px;
}

.action__content {
  z-index: 50;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 500px;
  padding-top: 77px;
  padding-bottom: 50px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.heading-2 {
  color: var(--primary);
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1.35em;
}

.action__title {
  color: var(--primary);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 54px;
  font-size: 35px;
  line-height: 1.35em;
}

.action__image {
  position: absolute;
  inset: auto 50% 0% auto;
  transform: translate(-239px);
}

.action__col {
  flex: 0 auto;
  min-width: 49%;
  max-width: 49%;
  margin-top: 0;
  padding-top: 33px;
  padding-right: 104px;
}

.action__col-left {
  max-width: 281px;
}

.text-field {
  padding: 20px 30px 15px 20px;
}

.form-input {
  aspect-ratio: auto;
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--primary);
  color: var(--white);
  background-color: #0000;
  border-radius: 20px;
  height: auto;
  margin-bottom: 30px;
  padding: 20px 15px 15px 20px;
  font-size: 14px;
  font-weight: 600;
  overflow: auto;
}

.form-input::placeholder {
  color: var(--white);
}

.form-input.form-textarea {
  color: var(--black);
  border-left-style: solid;
  border-right-style: solid;
  min-height: 116px;
  margin-bottom: 40px;
  padding-top: 10px;
}

.form-input.form-textarea::placeholder {
  color: var(--black);
}

.form-input.action-input {
  color: var(--black);
  margin-bottom: 40px;
}

.form-input.action-input::placeholder {
  color: var(--black);
  font-weight: 400;
}

.form-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-col {
  flex: 50%;
}

.form-agree {
  margin-bottom: 0;
  padding-top: 7px;
  font-size: 12px;
  font-weight: 400;
}

.btn-primary {
  background-color: var(--primary);
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  transition: all .3s;
  display: block;
}

.btn-primary:hover {
  box-shadow: 0 2px 15px #00b1aa80;
}

.action__elips-r {
  z-index: 20;
  background-color: var(--primary);
  opacity: .25;
  filter: blur(300px);
  mix-blend-mode: normal;
  border-radius: 100%;
  width: 500px;
  height: 500px;
  position: absolute;
  inset: auto -444px -85px auto;
}

.action__elips-l {
  z-index: 20;
  background-color: var(--primary);
  opacity: .25;
  filter: blur(300px);
  mix-blend-mode: normal;
  border-radius: 100%;
  width: 500px;
  height: 500px;
  position: absolute;
  inset: auto auto -85px -400px;
}

.action__inner {
  position: relative;
  overflow: hidden;
}

.about {
  z-index: 50;
  position: relative;
}

.about__content {
  background-image: url('../images/about-comp.webp');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  flex: 66%;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: -110px;
  padding: 354px 102px 78px 82px;
  display: flex;
  position: relative;
}

.about__row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 72px;
  display: flex;
}

.about__serts {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  flex: 34%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-3 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.about__title {
  z-index: 50;
  color: var(--white);
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 35px;
  position: relative;
}

.about__text {
  z-index: 50;
  color: var(--white);
  position: relative;
}

.about__overlay {
  background-image: linear-gradient(#42515b0d, #42515b 70%);
  position: absolute;
  inset: 0%;
}

.about__sert-link {
  flex: 40%;
  position: relative;
}

.about__sert-img {
  width: 100%;
  max-width: none;
  display: block;
}

.footer__copyright {
  background-color: var(--gray-dark);
  color: var(--white);
  text-align: center;
  padding-top: 16px;
  padding-bottom: 15px;
  font-size: 14px;
}

.footer__text {
  margin-bottom: 0;
}

.footer__contact {
  background-image: linear-gradient(90deg, var(--bg-gray), var(--bg-gray) 50%, var(--gray-dark) 51%, var(--gray-dark));
  position: relative;
  overflow: hidden;
}

.footer__contact-map {
  z-index: 20;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer__inner {
  z-index: 50;
  position: relative;
}

.footer__contact-info {
  z-index: 100;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 411px;
  min-height: 447px;
  margin-left: auto;
  display: flex;
  position: relative;
}

.container-2 {
  background-color: var(--primary);
  border-radius: 100%;
  width: 500px;
  height: 500px;
  position: absolute;
  inset: 50% 0% auto auto;
}

.footer__elips {
  background-color: var(--primary);
  filter: blur(300px);
  border-radius: 100%;
  width: 500px;
  height: 500px;
  position: absolute;
  top: 50%;
  right: -88px;
  transform: translate(0, -50%);
}

.footer__overlay {
  z-index: 10;
  background-image: linear-gradient(90deg, var(--bg-gray) 12%, var(--gray-dark) 89%);
  width: 1224px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.contact__content {
  border-left: 2px solid var(--white);
  color: var(--white);
  padding-left: 20px;
  font-size: 20px;
  font-weight: 600;
}

.contact__link {
  color: var(--white);
  text-decoration: none;
}

.btn-dark {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px none var(--white);
  background-color: var(--gray-dark);
  color: var(--white);
  cursor: pointer;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 30px 16px 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.btn-dark:hover {
  box-shadow: 0 2px 15px #42515b80;
}

.btn-dark-icon {
  width: 24px;
  height: 24px;
}

.btn-dark-text {
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35em;
  text-decoration: none;
}

.action__container, .footer__container {
  z-index: 100;
  max-width: 1224px;
  position: relative;
}

.scheme {
  background-color: var(--bg-white);
  padding-bottom: 90px;
}

.scheme__title {
  color: var(--gray-dark);
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 35px;
}

.scheme__item {
  z-index: 30;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 25%;
  display: inline-flex;
  position: relative;
}

.scheme__item-bg {
  aspect-ratio: 1;
  border: 2px solid var(--white);
  background-color: var(--gray-dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 114px;
  display: flex;
  box-shadow: 0 0 57px #00b1aa80;
}

.scheme__item-text {
  color: var(--gray-dark);
  text-align: center;
  text-transform: uppercase;
  max-width: 155px;
  font-weight: 700;
}

.scheme__container {
  z-index: 100;
  max-width: 1224px;
  position: relative;
}

.scheme__items {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 883px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 58px;
  display: flex;
  position: relative;
}

.scheme__line-l-top {
  z-index: 10;
  position: absolute;
  inset: 30px auto auto 10%;
}

.scheme__line-r-top {
  z-index: 10;
  position: absolute;
  inset: 30px 10% auto auto;
}

.scheme__line-c-bottom {
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translate(-50%);
}

.dealer {
  border-top: 2px solid var(--white);
  background-color: var(--gray-dark);
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.dealer__bg {
  z-index: 30;
  background-image: url('../images/dealer-map.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(20px);
}

.dealer__inner {
  width: 602px;
  margin-left: 104px;
  padding-top: 84px;
  padding-bottom: 104px;
}

.dealer__title {
  color: var(--primary);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 23px;
  line-height: 1.35em;
  display: block;
}

.dealer__title1 {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 64px;
  line-height: 1em;
  display: block;
}

.dealer__title2 {
  margin-bottom: 5px;
  font-size: 51px;
  line-height: 1em;
  display: block;
}

.dealer__title3 {
  margin-bottom: 5px;
  font-size: 27px;
  line-height: 1em;
  display: block;
}

.dealer__desc {
  color: var(--white);
  width: 440px;
  margin-bottom: 61px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
}

.dealer__form-agree {
  color: var(--white);
  margin-bottom: 0;
  padding-top: 7px;
  font-size: 12px;
  font-weight: 400;
}

.dealer__elips {
  background-color: var(--primary);
  filter: blur(300px);
  border-radius: 100%;
  width: 500px;
  height: 500px;
  position: absolute;
}

.dealer__elips.dealer__elips-r {
  z-index: 10;
  bottom: 0;
  left: 50%;
  transform: translate(411px);
}

.dealer__elips.dealer__elips-l {
  z-index: 10;
  top: 66px;
  right: 50%;
  transform: translate(-470px);
}

.products {
  padding-top: 65px;
  padding-bottom: 60px;
}

.products__tab {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 109px;
  height: 65px;
  display: flex;
}

.products__tabs-link {
  background-color: var(--primary-light);
  color: var(--primary);
  text-align: center;
  border-radius: 15px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 109px;
  height: 65px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.products__tabs-link:hover {
  background-color: var(--primary);
  color: var(--white);
  box-shadow: 0 2px 15px #00b1aa80;
}

.products__tabs-link.w--current {
  background-color: var(--primary);
  color: var(--white);
}

.product__tabs-nav {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-right: auto;
  display: flex;
}

.products__tabs-content {
  overflow: visible;
}

.body-2 {
  background-color: var(--bg-gray);
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 1.35em;
}

.products__tabs-subtitle {
  font-size: 14px;
  font-weight: 400;
  display: block;
}

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

.product {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.product__col {
  flex: 1;
  align-self: flex-start;
  max-width: 50%;
}

.product__desc {
  border-left: 4px solid var(--primary);
  background-color: var(--bg-white);
  height: 100%;
  min-height: 637px;
  margin-bottom: 20px;
  padding: 43px 44px;
}

.product__title {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 35px;
  line-height: 1.35em;
}

.products__tabs-nav {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 754px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product__tabs-link {
  color: var(--gray-dark);
  background-color: #0000;
  border: 1px #000;
  border-bottom: 2px solid #0000;
  flex: none;
  padding: 5px 10px;
  font-size: 20px;
  text-decoration: none;
}

.product__tabs-link.w--current {
  border-bottom-color: var(--gray-dark);
  background-color: #0000;
  font-weight: 600;
}

.product__tabs-link.active {
  border-bottom-color: var(--gray-dark);
  font-weight: 600;
}

.product__row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.product__tabs-pane {
  opacity: 0;
  transition: opacity .2s;
  display: none;
}

.product__tabs-pane.active {
  opacity: 1;
  display: block;
}

.product__spec {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.spec-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 45%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spec-item__icon {
  background-color: var(--primary);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 77px;
  height: 77px;
  display: flex;
}

.spec-item__text {
  font-size: 14px;
}

.product__spec-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 60px;
  padding-top: 30px;
  display: flex;
}

.spec-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--primary);
  flex: 40%;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 14px;
  display: flex;
}

.spec-text__num {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 69px;
  padding-top: 2px;
  font-size: 40px;
  font-weight: 700;
  line-height: 27px;
  display: flex;
}

.spec-text__unit {
  font-size: 18px;
}

.spec-text__text {
  border-bottom: 2px solid var(--primary);
  margin-bottom: 5px;
  padding-bottom: 10px;
  line-height: 1em;
}

.product__image {
  background-color: var(--gray-dark);
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.product__slider {
  background-color: var(--gray-dark);
  height: 100%;
  min-height: 637px;
}

.image-2 {
  width: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-button-next, .swiper-button-prev {
  color: var(--white);
}

.swiper-slide {
  background-color: var(--gray-dark);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.swiper-slide.h-slide {
  background-color: #0000;
  padding: 0;
}

.swiper-slide-img {
  aspect-ratio: 1;
  object-fit: contain;
  max-height: 100%;
}

.product__swiper {
  width: 100%;
  height: 637px;
  margin-bottom: 20px;
  overflow: hidden;
}

.product__thumbs {
  width: 100%;
  overflow: hidden;
}

.product__thumbs.mobile {
  display: block;
}

.product__btns {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.btn-shop {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--gray-dark);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  padding: 16px 20px 16px 15px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.btn-shop:hover {
  box-shadow: 0 2px 15px #42515b80;
}

.btn-shop__icon {
  margin-top: -3px;
}

.btn-install {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  padding: 16px 20px 16px 15px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.btn-install:hover {
  box-shadow: 0 2px 15px #00b1aa80;
}

.btn-install__icon {
  margin-top: -3px;
}

.product__shops-title {
  text-transform: uppercase;
  margin-bottom: 17px;
  font-size: 20px;
  font-weight: 600;
}

.shops-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.shops-list__item {
  transition: all .3s;
}

.shops-list__item:hover {
  transform: scale(1.1);
}

.shops-list__item-img {
  max-width: 204px;
}

.shops-list__sep {
  border-left: 1px solid var(--gray-dark);
  width: 1px;
  height: 28px;
}

.banner {
  z-index: 10;
  background-image: linear-gradient(156deg, #30393f, var(--gray-dark) 30%, #283137 50%, #050607 71%, var(--black));
  height: 806px;
  padding-top: 184px;
  position: relative;
  overflow: hidden;
}

.banner__bg {
  z-index: 10;
  /* mix-blend-mode: overlay; */
  background-image: url('../images/banner-bg-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.banner__row {
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.banner__col {
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}

.banner__content {
  flex: 1;
  padding-left: 106px;
}

.banner__product-bg {
  z-index: 10;
  background-image: url('../images/banner-product-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 960px;
  height: 100%;
  position: absolute;
  inset: 24px auto auto 50%;
  transform: translate(-25%);
}

.banner__product-img {
  z-index: 100;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.banner__title {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 28px;
  line-height: 38px;
}

.banner__title-span {
  color: var(--primary);
}

.banner__desc {
  color: var(--white);
  line-height: 1.5em;
}

.banner__spec {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.menu {
  z-index: 999;
  transition: all .3s;
  position: absolute;
  inset: 0% 0% auto;
  /* transform: translate(0); */
}

.menu.menu-fixed {
  background-color: var(--gray-dark);
  /* opacity: .5; */
  position: fixed;
}

.menu__home {
  display: inline-block;
}

.menu__logo {
  max-height: 76px;
}

.menu__nav {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.menu__inner {
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 81px;
  display: flex;
}

.menu-item {
  z-index: 2000;
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  /* padding-top: 20px;
  padding-bottom: 20px; */
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.menu-item__link {
  color: var(--white);
  text-align: center;
  border-bottom: 2px solid #0000;
  padding: 4px 2px;
  text-decoration: none;
  display: inline-block;
}

.menu-item__link.active {
  border-style: none none solid;
  border-width: 2px;
  border-color: var(--primary);
  color: var(--primary);
  font-weight: 600;
}

.btn-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 25px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.btn-header:hover {
  box-shadow: 0 2px 15px #00b1aa80;
}

.home {
  background-image: linear-gradient(156deg, #30393f, var(--gray-dark) 30%, #283137 50%, #050607 71%, var(--black));
  width: 100%;
  height: 100vh;
  position: relative;
}

.home__inner {
  z-index: 1000;
  max-height: 100%;
  padding-top: 158px;
  position: relative;
  overflow: hidden;
}

.h-menu__nav {
  z-index: 2000;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  position: fixed;
  inset: 44px auto auto;
}

.h-menu-item {
  z-index: 2000;
  color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;  
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.h-menu-item__link {
  color: var(--white);
  text-align: center;
  border-bottom: 2px solid #0000;
  padding: 4px 2px;
  text-decoration: none;
  display: inline-block;
}

.h-menu-item__link:hover {
  border-bottom: 2px solid var(--primary);
  color: var(--primary);
  font-weight: 600;
}

.h-menu-item__link.active {
  border-style: none none solid;
  border-width: 2px;
  border-color: var(--primary);
  color: var(--primary);
  font-weight: 600;
}

.home__overlay {
  z-index: 100;
  background-image: url('../images/h-light.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.h-slide-img {
  vertical-align: baseline;
  object-fit: contain;
  max-height: 62vh;
  transform: translate(.7vw);
}

.h-slide-inner {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 29px;
  display: flex;
  position: relative;
}

.h-slide-logo {
  object-fit: contain;
  width: 15vh;
  margin-top: -2vh;
}

.h-slide-line {
  border-style: none none solid;
  border-width: 2px;
  border-color: var(--primary);
  width: 45%;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%);
}

.mobile-menu {
  z-index: 4000;
  background-color: var(--primary);
  opacity: 0;
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 320px;
  max-width: 100vw;
  height: auto;
  padding: 50px 30px;
  transition: all .2s;
  display: none;
  position: absolute;
  inset: 20px auto auto 20px;
  transform: scale3d(1, 1, 0);
  box-shadow: 0 0 30px #000;
}

.mobile-menu.open {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 0 30px #00000080;
}

.burger {
  z-index: 5000;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  display: none;
  position: absolute;
  inset: 5px auto auto 20px;
}

.burger.open {
  position: absolute;
}

.burger__line {
  background-color: var(--bg-white);
  border-radius: 3px;
  width: 30px;
  height: 3px;
  transition: all .2s;
}

.burger__line.first {
  transform: translate(0%, 10px)rotate(-45deg);
}

.burger__line.center {
  opacity: 0;
}

.burger__line.last {
  transform: translate(0, -10px)rotate(45deg);
}

.mobile-menu__nav {
  z-index: 2000;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.mobile-menu-item {
  color: var(--white);
  cursor: pointer;
  border: 1px #000;
  border-bottom: 1px solid #ffffff80;
  width: 100%;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.mobile-menu-item__link {
  color: var(--white);
  text-align: center;
  border-bottom: 2px solid #0000;
  padding: 4px 2px;
  text-decoration: none;
  display: inline-block;
}

.mobile-menu-item__link:hover {
  border-bottom: 2px solid var(--primary);
}

.mobile-menu-item__link.active {
  border-style: none none solid;
  border-width: 2px;
  border-color: var(--primary);
  color: var(--primary);
  font-weight: 600;
}

.menu-overlay {
  z-index: 3000;
  opacity: 0;
  mix-blend-mode: normal;
  background-color: #000c;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-overlay.open {
  opacity: 1;
  display: block;
}

.mobile-header {
  display: none;
}

.mobile-header.mobile-header-fixed {
  z-index: 4000;
  width: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.mobile-btn {
  display: none;
}

.sub-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  /* min-width: 350px; */
  min-width: max-content;
  max-width: 100vw;
  margin-bottom: 0;
  padding: 20px;
  transition: all .2s;
  display: flex;
  position: absolute;
  transform: translate(0, 0px);
  /* pointer-events: none; */
}

.sub-menu__item {
  border-bottom: 1px solid #ffffff80;
  padding-bottom: 10px;
}

.sub-menu__link {
  color: var(--white);
  text-decoration: none;
}

.menu-item__icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  margin-left: 10px;
  transition: all .2s;
  display: inline-block;
  transform: rotate(-90deg);
}

.mobile-sub-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 0;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
}

.mobile-sub-menu__item {
  border-bottom: 1px solid #ffffff80;
  padding-bottom: 10px;
}

.mobile-sub-menu__link {
  color: var(--white);
  text-decoration: none;
  transition: all .3s;
}

.mobile-menu-item__icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  transition: all .2s;
  display: inline-block;
  transform: rotate(-90deg);
}

.about__sert-overlay {
  opacity: 0;
  background-color: #00b1aa80;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about__sert-zoom {
  color: var(--gray-dark);
  width: 50px;
  height: 50px;
  transition: all .3s;
  transform: scale(0);
}

.adv__item-text-inner {
  padding-bottom: 55px;
}

.swiper-slide-link {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.p-spec-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid #42515b4d;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 10px;
  padding-bottom: 5px;
  display: flex;
}

.p-spec-item__title {
  text-align: left;
  flex: 1;
}

.p-spec-item__value {
  text-align: right;
}

.p-docs-item {
  justify-content: flex-start;
  align-items: center;
}

.p-docs-item__icon {
  width: 35px;
  height: 35px;
}

.p-docs-item__title {
  overflow-wrap: normal;
  font-weight: 600;
}

.p-docs-item__link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--primary);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 15px;
  text-decoration: none;
  display: inline-flex;
}

.p-docs-item__link:hover {
  text-underline-offset: 2px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.preloader {
  z-index: 9000;
  background-color: var(--green-dark);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader__icon {
  z-index: 2000;
  width: 300px;
  height: 300px;
  position: relative;
}

.preloader__cicle {
  z-index: 1000;
  filter: blur(300px);
  mix-blend-mode: normal;
  background-color: #00b1aa80;
  width: 300px;
  height: 300px;
  position: absolute;
}

.product__tabs-nav-wrap {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .a-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-adv {
    margin-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .product-adv__row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product-adv__col {
    max-width: 100%;
  }

  .section_bg-image {
    background-size: cover;
  }

  .adv__title {
    font-size: 30px;
  }

  .adv__item {
    flex-basis: 48%;
  }

  .adv-comp.bg-gradient {
    padding-top: 51px;
    padding-bottom: 118px;
  }

  .adv-comp__title {
    margin-top: 0;
    margin-bottom: 46px;
  }

  .adv-comp__item {
    flex: 1 0 48%;
  }

  .action__content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 50%;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    left: 50%;
  }

  .action__title {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .action__image {
    max-width: 50%;
    left: 0;
    right: auto;
    transform: translate(0);
  }

  .action__col {
    min-width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .action__col-left {
    max-width: 100%;
  }

  .form-input.form-textarea, .form-input.action-input {
    margin-bottom: 0;
  }

  .form-row.action-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 10px;
  }

  .form-col.action-input {
    flex-basis: 100%;
  }

  .action__elips-r {
    right: -250px;
  }

  .action__elips-l {
    left: -250px;
  }

  .about__content {
    background-position: 50% 0;
    margin-bottom: 0;
    margin-left: -20px;
    margin-right: -20px;
  }

  .about__row {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .about__serts {
    justify-content: space-between;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .about__sert-link {
    flex: 1 0 22%;
  }

  .footer__contact-info {
    width: 50%;
    padding-left: 50px;
  }

  .footer__elips {
    right: 0%;
    transform: translate(50%, -50%);
  }

  .action__container, .scheme__items {
    max-width: 100%;
  }

  .scheme__line-l-top, .scheme__line-r-top, .scheme__line-c-bottom {
    width: 25%;
  }

  .dealer__bg {
    top: -5%;
  }

  .dealer__inner {
    width: 82%;
    margin-left: 0;
  }

  .dealer__desc {
    width: 65%;
  }

  .dealer__elips.dealer__elips-r {
    left: 50%;
    transform: none;
  }

  .dealer__elips.dealer__elips-l {
    top: 10px;
    transform: none;
  }

  .products {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .product__tabs-nav {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .product__col {
    flex: 1 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .product__desc {
    min-height: auto;
    margin-top: 40px;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .product__title {
    text-align: center;
    margin-bottom: 21px;
    font-size: 24px;
  }

  .products__tabs-nav {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 43px;
  }

  .product__row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }

  .product__swiper {
    height: 100vw;
    margin-bottom: 10px;
  }

  .product__thumbs {
    display: none;
  }

  .product__thumbs.mobile {
    height: auto;
    display: block;
  }

  .product__btns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 50px;
  }

  .product__shops-title {
    text-align: center;
    margin-bottom: 30px;
  }

  .shops-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .banner {
    height: auto;
    padding-top: 110px;
    overflow: hidden;
  }

  .banner__row {
    flex-flow: column;
  }

  .banner__col {
    flex: 1;
  }

  .banner__col.right {
    order: -1;
    width: 100%;
    padding-top: 30px;
  }

  .banner__content {
    text-align: center;
    padding-bottom: 60px;
    padding-left: 0;
  }

  .banner__product-bg {
    width: 100%;
    top: 0;
    transform: translate(-50%);
  }

  .banner__title {
    margin-bottom: 30px;
  }

  .banner__desc {
    margin-bottom: 40px;
  }

  .menu {
    display: none;
  }

  .home {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home__inner {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .h-menu__nav {
    display: none;
  }

  .h-menu-item {
    cursor: pointer;
  }

  .h-slide-img {
    transform: translate(2vw);
  }

  .h-slide-logo {
    width: 20vh;
  }

  .mobile-menu {
    width: 380px;
    padding-top: 60px;
    transition: all .2s;
    display: flex;
    top: 0;
    left: 0;
    transform: scale3d(1, 1, 0);
    box-shadow: 0 0 30px #000;
  }

  .burger {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-menu-item {
    cursor: pointer;
    padding-right: 20px;
    position: relative;
  }

  .mobile-menu-item__link {
    text-align: left;
  }

  .mobile-header {
    z-index: 4000;
    justify-content: space-between;
    align-items: center;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .mobile-logo {
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%);
  }

  .mobile-btn {
    background-color: var(--primary);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    top: 10px;
    right: 20px;
  }

  .mobile-btn__icon {
    object-fit: contain;
    width: 24px;
    height: 24px;
  }

  .mobile-logo__img {
    object-fit: contain;
    width: 89px;
    height: 76px;
    display: block;
  }

  .mobile-sub-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px 0 0 20px;
  }

  .mobile-menu-item__icon {
    position: absolute;
    inset: 5px 0 auto auto;
  }
}

@media screen and (max-width: 767px) {
  .product-adv {
    margin-left: -20px;
    margin-right: -20px;
    padding: 30px 20px;
  }

  .product-adv__row {
    margin-left: auto;
    margin-right: auto;
  }

  .adv__title {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .adv__item {
    flex: 0 auto;
  }

  .adv-comp__title {
    font-size: 24px;
  }

  .adv-comp__item {
    flex: none;
    width: 320px;
    padding-left: 30px;
    padding-right: 37px;
  }

  .action__call-title {
    min-height: auto;
  }

  .action_call-inner {
    flex-flow: column;
    margin-bottom: 30px;
    padding-top: 30px;
  }

  .action__content {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 400px;
    left: 0%;
  }

  .action__image {
    max-height: 400px;
    left: 50%;
    transform: translate(-50%);
  }

  .form-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .form-row.action-row {
    margin-bottom: 20px;
  }

  .form-col {
    align-self: stretch;
  }

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

  .action__elips-r {
    right: -50%;
  }

  .action__elips-l {
    top: 0%;
    bottom: auto;
  }

  .about__content {
    padding: 284px 20px 37px;
  }

  .about__title {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 24px;
  }

  .about__text {
    font-size: 14px;
  }

  .about__sert-link {
    flex-basis: 48%;
  }

  .footer__contact-map {
    height: 100%;
  }

  .footer__inner {
    padding-top: 483px;
  }

  .footer__contact-info {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: auto;
    padding-bottom: 72px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer__elips {
    height: 485px;
    top: 380px;
    right: 50%;
    transform: translate(50%);
  }

  .footer__overlay {
    background-image: linear-gradient(180deg, var(--bg-white), var(--gray-dark) 50%, var(--gray-dark));
    width: 100%;
  }

  .scheme {
    padding-bottom: 72px;
  }

  .scheme__title {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .scheme__item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    width: 226px;
    max-width: none;
    min-height: 200px;
  }

  .scheme__item-text {
    max-width: 100%;
  }

  .scheme__items {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
  }

  .scheme__line-l-top {
    mix-blend-mode: normal;
    width: 230px;
    top: 0;
    left: 50%;
    transform: translate(-25%, 170px)rotate(90deg);
  }

  .scheme__line-r-top {
    width: 230px;
    top: auto;
    bottom: 50%;
    left: 50%;
    transform: translate(-25%, 240px)rotate(90deg);
  }

  .scheme__line-c-bottom {
    width: 230px;
    top: 50%;
    transform: translate(-80%, -72px)rotate(90deg);
  }

  .dealer__bg {
    width: 100%;
    top: 210px;
    left: 0%;
  }

  .dealer__inner {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 91px;
  }

  .dealer__title {
    text-align: center;
  }

  .dealer__desc {
    text-align: center;
    width: 311px;
    margin: 500px auto 25px;
    font-size: 14px;
    display: block;
  }

  .dealer__form-agree {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 10px;
  }

  .product__tabs-nav {
    flex-flow: row;
  }

  .product__desc {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spec-item {
    flex-flow: column;
    flex: 48%;
    max-width: 45%;
  }

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

  .spec-text {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
  }

  .spec-text__text {
    border-top: 2px solid var(--primary);
    text-align: center;
    border-bottom-style: none;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 0;
  }

  .product__btns {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .btn-shop, .btn-install {
    max-width: none;
  }

  .shops-list {
    flex-flow: column;
  }

  .shops-list__sep {
    border-top: 1px solid var(--gray-dark);
    border-left-style: none;
    width: 50%;
    height: 1px;
  }

  .h-slide-logo {
    width: 28.75vw;
    height: auto;
  }

  .preloader__cicle {
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .adv.bg-gradient {
    padding-bottom: 93px;
  }

  .adv__title {
    line-height: 1.35em;
  }

  .adv__item-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .adv__item-text {
    font-size: 14px;
  }

  .adv-comp__item {
    align-self: stretch;
    width: 100%;
    max-width: 320px;
    min-height: 202px;
  }

  .adv-comp__item-text {
    font-size: 18px;
  }

  .action__call-title {
    text-align: center;
    font-size: 18px;
  }

  .action__content {
    padding-bottom: 460px;
  }

  .action__title, .text-block-2 {
    text-align: center;
  }

  .action__image {
    max-width: none;
    max-height: 450px;
  }

  .about__sert-link {
    flex: 40%;
  }

  .dealer__bg {
    background-size: cover;
    width: 100vw;
    height: 100vw;
    top: 175px;
    left: -20px;
  }

  .dealer__title {
    font-size: 17px;
  }

  .dealer__title1 {
    font-size: 48px;
  }

  .dealer__title2 {
    font-size: 38px;
  }

  .dealer__title3 {
    font-size: 20px;
  }

  .dealer__desc {
    width: 100%;
    margin-top: 100vw;
  }

  .btn-shop__text, .btn-install__text {
    font-size: 18px;
  }

  .banner__product-bg {
    width: 596px;
    height: 616px;
  }

  .banner__title {
    font-size: 24px;
    line-height: 30px;
  }

  .banner__desc {
    font-size: 14px;
  }

  .banner__spec {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-menu {
    width: 100%;
    max-width: 320px;
    left: 0;
  }

  .mobile-menu.open {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .burger, .mobile-btn {
    top: 10px;
  }

  .p-docs-item {
    font-size: 14px;
  }

  .p-docs-item__link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}


