/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
@font-face {
  font-family: "Lato Hairline";
  src: url("../fonts/Lato-Hairline.eot");
  src: url("../fonts/Lato-Hairline.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Hairline.woff") format("woff"), url("../fonts/Lato-Hairline.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Heavy.eot");
  src: url("../fonts/Lato-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Heavy.woff") format("woff"), url("../fonts/Lato-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.eot");
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.eot");
  src: url("../fonts/Lato-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Thin.eot");
  src: url("../fonts/Lato-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Thin.woff") format("woff"), url("../fonts/Lato-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Medium.eot");
  src: url("../fonts/Lato-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Medium.woff") format("woff"), url("../fonts/Lato-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Semibold.eot");
  src: url("../fonts/Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Semibold.woff") format("woff"), url("../fonts/Lato-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.eot");
  src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light.eot");
  src: url("../fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
* {
  font-family: "Lato";
}

*:focus {
  outline: none;
}

body,
p,
ul,
ol,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

body {
  background: url(../img/background.png);
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
  min-height: 100vh;
}

button,
a {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  text-decoration: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

.wrapper {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.header__header-contacts {
  color: #ffffff;
}

.header-logo__wrapp {
  margin-right: 20px;
}
.header-logo__text-container {
  color: #ffffff;
  padding-left: 20px;
  position: relative;
}
.header-logo__text-container::before {
  position: absolute;
  content: "";
  height: 27px;
  width: 2px;
  background: #94bbd9;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-logo__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
}

.header-contacts__link {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  /* or 26px */
  text-align: right;
}
.header-contacts__text {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  /* or 21px */
  text-align: right;
  color: #ffffff;
}

.main-content {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding-bottom: 25px;
}

.text-content__menu {
  margin-top: 200px;
  /* or 19px */
  position: relative;
  max-width: 223px;
  margin-left: 120px;
  margin-bottom: 20px;
  cursor: pointer;
  /* &::after {
       display: block;
       position: absolute;
       content: "";
       width: 100%;
       background: #0fa9ff;
       height: 1px;
       bottom: 0;
       -webkit-transition: 0.2s linear background;
       -o-transition: 0.2s linear background;
       transition: 0.2s linear background;
   } */
  /* &:hover &-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-animation: showMenu 0.3s linear forwards;
      animation: showMenu 0.3s linear forwards;
  } */
}
.text-content__menu-text {
  color: #0fa9ff;
  font-size: 16px;
  line-height: 120%;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.text-content__menu:hover::after {
  background: #ffffff;
  opacity: 0;
}
.text-content__menu:hover .text-content__menu-text {
  color: #ffffff;
  opacity: 0;
}
.text-content__menu-content {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 80px;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  width: 418px;
}
.text-content__menu-content:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-content__menu-link {
  color: #0fa9ff;
  margin-bottom: 5px;
  text-align: left;
}
.text-content__menu-link:hover {
  color: #ffffff;
}
.text-content__main-headline {
  color: #ffffff;
  font-weight: 500;
  font-size: 50px;
  line-height: 130%;
  font-family: "Oswald";
  text-transform: uppercase;
  max-width: 605px;
}
.text-content__link {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-left: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 340px;
  background: #0fa9ff;
  min-height: 80px;
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}
.text-content__link::before {
  position: absolute;
  height: 200%;
  width: 10px;
  background: #ffffff91;
  -webkit-transform: rotate(-45deg) translate(-500px, -500px);
  -ms-transform: rotate(-45deg) translate(-500px, -500px);
  transform: rotate(-45deg) translate(-500px, -500px);
  -webkit-box-shadow: 0 0 15px #ffffff;
  box-shadow: 0 0 15px #ffffff;
  content: "";
  -webkit-animation: animLink 2.5s linear infinite;
  animation: animLink 2.5s linear infinite;
}
.text-content__main-advantages {
  margin-top: 70px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: fit-content(200px) 92px fit-content(200px);
  grid-template-columns: fit-content(200px) fit-content(200px);
  grid-row-gap: 44px;
  grid-column-gap: 92px;
  max-width: 486px;
  margin-left: 114px;
  color: #ffffff;
}

@-webkit-keyframes showMenu {
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes showMenu {
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes animLink {
  100% {
    -webkit-transform: rotate(-45deg) translate(500px, 500px);
    transform: rotate(-45deg) translate(500px, 500px);
  }
}
@keyframes animLink {
  100% {
    -webkit-transform: rotate(-45deg) translate(500px, 500px);
    transform: rotate(-45deg) translate(500px, 500px);
  }
}
.main-headline__word {
  font-family: inherit;
}
.main-headline__word-1, .main-headline__word-3, .main-headline__word-4 {
  max-width: 493px;
  margin-left: auto;
}

.main-advantages__main-advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}

.main-advantage__img {
  display: block;
  width: 100%;
}
.main-advantage__text {
  font-size: 18px;
  line-height: 130%;
  margin-left: 20px;
}

.aside {
  min-width: 0;
  -ms-flex-preferred-size: 39%;
  flex-basis: 39%;
}
.aside::after {
  content: "";
  height: 100%;
  width: 100vw;
  background: rgba(28, 32, 40, 0.9);
  position: absolute;
  top: 0;
  z-index: -1;
  min-height: 100vh;
}
.aside__aside-advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 50px;
  max-width: 500px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 160px;
}
.aside__slider-container {
  position: relative;
}
.aside__aside-slider {
  min-width: 0;
  position: relative;
  margin-left: auto;
  max-width: 500px;
}
.aside__aside-slider-info {
  max-width: 445px;
  margin-left: auto;
  margin-right: 106px;
  margin-top: 55px;
}
.aside__aside-slider-dots {
  position: absolute;
  width: unset !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  left: unset !important;
  bottom: unset !important;
  z-index: 99;
}
.aside__aside-slider-btn-container {
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}
.aside__aside-slider-btn-container.mini {
  display: none;
}
.aside__hw {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
}
.aside__prod-name {
  color: #ffffff;
  display: none;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
}
.aside__prod-name.active {
  display: block;
  -webkit-animation: showProd 0.4s linear 1 forwards;
  animation: showProd 0.4s linear 1 forwards;
}
.aside__txt-container {
  position: absolute;
  left: -131px;
  bottom: -40px;
}
.aside__txt-separator {
  display: block;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  top: 33%;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.aside__video-btn {
  background: none;
  border: none;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.aside__video-btn-img {
  display: block;
  width: 100%;
}
.aside__video-btn::after {
  content: "";
  position: absolute;
  background: #ffffffa8;
  height: 300%;
  width: 10px;
  transform: rotate(-45deg) translate(-100px, -100px);
  animation: animVideoBtn 2s linear infinite;
  top: -100px;
  box-shadow: 0 0 15px #ffffff;
}

@keyframes animVideoBtn {
  100% {
    transform: rotate(-45deg) translate(200px, 200px);
  }
}
@-webkit-keyframes showProd {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes showProd {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.aside-slider__img {
  display: block;
  width: 100%;
}

.aside-advantages__aside-advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
}
.aside-advantages__aside-advantage:nth-child(1) {
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
  position: relative;
}
.aside-advantages__aside-advantage:nth-child(1)::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #0fa9ff;
  right: 25px;
}
.aside-advantages__aside-advantage:nth-child(2) {
  -ms-flex-preferred-size: 53%;
  flex-basis: 53%;
}

.aside-advantage__number {
  font-weight: bold;
  font-size: 35px;
  line-height: 120%;
}
.aside-advantage__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 110%;
  margin-left: 15px;
}

.swiper-wrapper {
  min-width: 0;
  max-width: 500px;
  margin-left: auto;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffffff;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  display: block;
  margin-bottom: 30px !important;
}
.swiper-pagination-bullet:last-child {
  margin-bottom: 0 !important;
}
.swiper-pagination-bullet-active {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  border: 1px solid #0fa9ff;
  background: #ffffff00;
}

.aside-slider-info__headline {
  color: #0fa9ff;
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 20px;
}
.aside-slider-info__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  max-width: 445px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.aside-slider-info__body::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 27px;
  background: #0fa9ff;
  left: 52%;
}
.aside-slider-info__weight {
  position: relative;
}
.aside-slider-info__light-txt {
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
}

.video-container {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.63);
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  top: 0;
  left: 0;
}

.video-container.active {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.close-btn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 25px;
  right: 25px;
}

.close-btn::after,
.close-btn::before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.795);
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
}

.close-btn::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.close-btn::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.video-container iframe {
  width: 100%;
  height: 100%;
  display: none;
}
.video-container iframe.active {
  display: block;
}

.video-wrapper {
  max-width: 890px;
  max-height: 520px;
  width: 100%;
  height: 100%;
  padding: 50px;
  position: relative;
  background: rgba(28, 32, 40, 0.9);
}

@media (max-width: 1600px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-content__main-headline {
    font-size: 45px;
    max-width: 595px;
  }
  .text-content__menu {
    margin-top: 175px;
    margin-left: 100px;
  }
  .text-content__link {
    margin-top: 40px;
    margin-left: 100px;
  }
  .text-content__main-advantages {
    margin-top: 40px;
  }

  .aside {
    min-width: 585px;
  }
  .aside__aside-slider {
    max-width: 400px;
  }
  .aside__aside-slider-info {
    margin-top: 46px;
  }
}
@media (max-width: 1367px) {
  .header-logo__wrapp {
    max-width: 180px;
  }
  .header-logo__img {
    display: block;
    width: 100%;
  }
  .header-logo__text {
    font-size: 16px;
  }

  .header-contacts__link {
    font-size: 18px;
  }
  .header-contacts__text {
    font-size: 14px;
  }

  .text-content__menu {
    margin-bottom: 15px;
    max-width: 195px;
  }
  .text-content__menu-text {
    font-size: 14px;
  }
  .text-content__menu-content {
    font-size: 14px;
  }
  .text-content__main-headline {
    font-size: 40px;
  }
  .text-content__link {
    font-size: 16px;
    max-width: 320px;
    min-height: 70px;
  }
  .text-content__main-advantages {
    grid-column-gap: 80px;
    grid-row-gap: 25px;
  }

  .main-advantage__img-wrapp {
    max-width: 37px;
  }
  .main-advantage__text {
    font-size: 16px;
  }

  .aside {
    min-width: unset;
    max-width: 473px;
    padding-left: 20px;
    position: relative;
  }
  .aside::after {
    left: 0;
  }
  .aside__video-btn {
    max-width: 70px;
  }
  .aside__video-btn-img {
    display: block;
    width: 100%;
  }
  .aside__txt-container {
    left: -140px;
  }
  .aside__aside-advantages {
    max-width: 440px;
    margin-right: 35px;
  }
  .aside__aside-slider {
    max-width: 350px;
  }
  .aside__aside-slider-btn-container {
    left: -20px;
  }
  .aside__aside-slider-info {
    margin-right: 20px;
  }

  .aside-advantage__number {
    font-size: 30px;
  }
  .aside-advantage__text {
    font-size: 14px;
    margin-left: 10px;
  }

  .aside-slider-info__headline {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .aside-slider-info__body {
    font-size: 16px;
    max-width: 422px;
  }
  .aside-slider-info__body::after {
    height: 20px;
  }
}
@media (max-width: 1200px) {
  body {
    background-image: url(../img/mini-bg.png);
    position: relative;
    padding-bottom: 30px;
  }
  body::after {
    content: "";
    position: absolute;
    height: 370px;
    background: rgba(28, 32, 40, 0.9);
    width: 100vw;
    bottom: 0;
    z-index: -1;
  }

  .wrapper {
    display: block;
    max-width: 783px;
  }

  .header {
    position: static;
    padding-left: 0;
    padding-right: 0;
  }
  .header__header-logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-logo__text {
    max-width: 200px;
  }

  .text-content__menu {
    margin-top: 110px;
  }

  .aside {
    margin-top: 80px;
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .aside__aside-advantages {
    margin-top: 0;
  }

  .aside {
    padding-left: 0;
  }
  .aside::after {
    left: -20px;
    height: 370px;
    min-height: unset;
    display: none;
  }
  .aside__aside-advantages {
    display: block;
    margin-right: 0;
  }
  .aside__aside-advantages::after {
    content: "";
    position: absolute;
    width: 27px;
    height: 2px;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #0fa9ff;
  }
  .aside__slider-container {
    margin-left: auto;
    margin-right: auto;
  }
  .aside__aside-slider {
    max-width: 286px;
    margin-right: auto;
  }
  .aside__aside-slider-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    right: unset;
    left: 0 !important;
    bottom: 10px !important;
    top: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .aside__aside-slider-info {
    max-width: 211px;
    margin-right: unset;
    margin-left: unset;
  }
  .aside__aside-slider-btn-container {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    right: 127px;
    left: unset;
    bottom: 50px;
    top: unset;
  }
  .aside__aside-slider-btn-container.big {
    display: none;
  }
  .aside__aside-slider-btn-container.mini {
    display: block;
  }
  .aside__video-btn {
    max-width: 45px;
  }
  .aside__txt-container {
    left: unset;
    right: -130px;
    bottom: -39px;
  }
  .aside__txt-separator {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    right: 0;
    top: 12%;
    width: 133px;
  }
  .aside__prod-name, .aside__hw {
    font-size: 14px;
  }
  .aside__prod-name {
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
  }

  .swiper-pagination-bullet {
    margin-bottom: 0 !important;
    margin-right: 30px !important;
  }
  .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
  }

  .aside-advantages__aside-advantage {
    display: block;
    margin-bottom: 30px;
  }
  .aside-advantages__aside-advantage:nth-child(1)::after {
    display: none;
  }
  .aside-advantages__aside-advantage:last-child {
    margin-bottom: 0;
  }

  .aside-advantage__text {
    margin-left: 0;
  }
  .aside-advantage__number {
    margin-bottom: 5px;
  }

  .aside-slider-info__body {
    display: block;
  }
  .aside-slider-info__body::after {
    height: 2px;
    width: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: unset;
    left: 0;
  }
  .aside-slider-info__weight {
    margin-bottom: 40px;
  }
}
@media (max-width: 670px) {
  .header__header-contacts {
    -ms-flex-preferred-size: 134px;
    flex-basis: 134px;
  }

  .header-contacts__link {
    font-size: 16px;
  }
  .header-contacts__text {
    font-size: 12px;
  }

  body {
    padding-bottom: 100px;
  }
  body::after {
    height: 345px;
  }

  .aside__aside-advantages::after {
    top: 41%;
  }
  .aside__aside-slider {
    max-width: 200px;
  }
  .aside__aside-slider-dots {
    bottom: -65px !important;
  }
  .aside__aside-slider-btn-container {
    bottom: -30px;
  }
  .aside__txt-container {
    right: -117px;
  }
  .aside__txt-separator {
    width: 120px;
  }
  .aside__prod-name {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  .aside-slider-info__weight, .aside-slider-info__zone {
    font-size: 14px;
  }

  .video-wrapper {
    padding: 25px;
  }

  .close-btn {
    top: 0;
    right: 5px;
  }
}
@media (max-width: 650px) {
  body {
    background-image: url(../img/xs-bg.png);
  }

  .text-content__main-headline {
    max-width: 394px;
    font-size: 35px;
  }
  .text-content__menu, .text-content__link, .text-content__main-advantages {
    margin-left: 60px;
  }

  .main-headline__word-1, .main-headline__word-3, .main-headline__word-4 {
    max-width: 335px;
  }
}
@media (max-width: 600px) {
  body::after {
    height: 613px;
  }

  .header-logo__text {
    max-width: 108px;
    font-size: 14px;
  }

  .aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .aside__aside-advantages {
    margin-left: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 300px;
    position: relative;
  }
  .aside__aside-advantages::after {
    width: 2px;
    height: 27px;
    top: 20%;
    left: 37%;
  }
  .aside__aside-slider-dots {
    display: block;
    top: 60px;
    bottom: unset !important;
    right: 0;
    left: unset !important;
  }
  .aside__aside-slider-btn-container {
    bottom: unset;
    top: 60%;
  }
  .aside__aside-slider-info {
    margin-bottom: 30px;
  }
  .aside__slider-container {
    margin-bottom: 35px;
  }

  .swiper-pagination-bullet {
    margin-bottom: 30px !important;
  }
  .swiper-pagination-bullet:last-child {
    margin-bottom: 0 !important;
  }

  .aside-advantages__aside-advantage {
    margin-bottom: 0;
  }
}
@media (max-width: 560px) {
  .header-logo__wrapp {
    max-width: 140px;
  }
  .header-logo__text {
    font-size: 12px;
    max-width: 95px;
  }

  .header-contacts__link {
    font-size: 14px;
  }
  .header-contacts__text {
    font-size: 10px;
  }

  .text-content__main-advantages {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
  }
  .text-content__menu-content {
    width: 350px;
  }

  .main-advantage__text {
    font-size: 12px;
  }

  .aside {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .aside__slider-container {
    margin-left: unset;
    margin-right: unset;
  }
  .aside__aside-slider-btn-container {
    z-index: 2;
    top: 56%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .aside__prod-name, .aside__hw {
    font-size: 12px;
  }
  .aside__txt-separator {
    width: 112px;
  }
}
@media (max-width: 500px) {
  body::after {
    height: 570px;
  }

  .header__header-logo {
    display: block;
  }

  .header-logo__wrapp {
    margin-bottom: 25px;
  }
  .header-logo__text-container {
    padding-left: 15px;
  }
  .header-logo__text-container::before {
    height: 2px;
    width: 27px;
    top: -16%;
    left: 10%;
  }
  .header-logo__text {
    margin-left: unset;
    padding-left: unset;
  }

  .text-content__main-headline {
    font-size: 28px;
    max-width: 300px;
  }
  .text-content__menu {
    max-width: 168px;
    margin-top: 70px;
  }
  .text-content__menu-text {
    font-size: 12px;
  }
  .text-content__menu-content {
    font-size: 12px;
    max-height: 73px;
    width: 310px;
  }
  .text-content__link {
    font-size: 12px;
    max-width: 285px;
    min-height: 60px;
    margin-top: 30px;
  }

  .main-headline__word-1, .main-headline__word-3, .main-headline__word-4 {
    max-width: 270px;
  }

  .text-content__menu,
.text-content__link,
.text-content__main-advantages {
    margin-left: 30px;
  }

  .aside__aside-slider {
    max-width: 156px;
  }
}
@media (max-width: 410px) {
  .text-content__main-advantages {
    grid-column-gap: 15px;
    grid-row-gap: 18px;
  }

  .main-advantage__img-wrapp {
    max-width: 23px;
  }
  .main-advantage__text {
    margin-left: 10px;
  }
}
@media (max-width: 390px) {
  .text-content__menu-text, .text-content__menu-content {
    font-size: 10px;
  }
  .text-content__menu {
    max-width: 140px;
  }
  .text-content__menu-content {
    max-height: 65px;
    width: 270px;
  }
  .text-content__main-headline {
    font-size: 24px;
    max-width: 258px;
  }

  .main-headline__word-1, .main-headline__word-3, .main-headline__word-4 {
    max-width: 230px;
  }
}