/* Normalize */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

ul {
  padding-left: 1em;
}

button {
  background: transparent;
  border: 0;
  cursor: pointer;
}

img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

input {
  font-size: inherit;
  color: inherit;
}
input[type=file] {
  position: absolute;
  display: none;
  opacity: 0;
  z-index: -1;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type=number], input[type=number]:hover, input[type=number]:focus {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}
input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus {
  outline: none;
}


/* Bitrix */
.b24-widget-button-position-bottom-right {
	right: 150px !important;
}
/* UpButton */
.button-up {
	position: fixed;
	right: 50px;
	bottom: 50px;
	width: 66px;
	height: 66px;
	border-radius: 100px;
	background: 
	direction: ltr;
    z-index: 10150;
	-webkit-transform: scale(.85);
    transform: scale(.85);
}
.button-up__bg {
	position: absolute;
    top: -8px;
    left: -8px;
    height: 82px;
    min-width: 66px;
    -webkit-width: calc(100% + 16px);
    width: calc(100% + 16px);
    border-radius: 100px;
    background: #333;
    opacity: .2;
}
.button-up__block {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	background: #ffffff;
	z-index: 2;
}
.button-up__icon {}
.button-up__icon svg {}


/* Variables */
/* Mixins */
/* Fonts */
@font-face {
  src: url("../fonts/Montserrat/static/Montserrat-Regular.ttf") format("truetype");
  font-family: "Montserrat";
  font-style: "normal";
  font-weight: 400;
}
@font-face {
  src: url("../fonts/Montserrat/static/Montserrat-Medium.ttf") format("truetype");
  font-family: "Montserrat";
  font-style: "normal";
  font-weight: 500;
}
@font-face {
  src: url("../fonts/Montserrat/static/Montserrat-SemiBold.ttf") format("truetype");
  font-family: "Montserrat";
  font-style: "normal";
  font-weight: 600;
}
@font-face {
  src: url("../fonts/Montserrat/static/Montserrat-Bold.ttf") format("truetype");
  font-family: "Montserrat";
  font-style: "normal";
  font-weight: 700;
}
/* Document */
html, body {
  font-size: 16px;
  line-height: 100%;
  color: #333333;
}

* {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  color: inherit;
}

/* Text color */
.color_black {
  color: #000000;
}
.color_dark {
  color: #333333;
}
.color_blue {
  color: #364887;
}
.color_yellow {
  color: #FFBE0B;
}
.color_red {
  color: #EE0000;
}
.color_white {
  color: #FFFFFF;
}

/* Text Size */
h1, .h1 {
  font-weight: 700;
  font-size: 88px;
  line-height: 152%;
}

h2, .h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 133%;
}

h3, .h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 143%;
}

.text, .title__info-description {
  font-weight: 400;
  font-size: 26px;
  line-height: 143%;
}
.text_small {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.text_price {
  font-weight: 500;
  font-size: 26px;
  line-height: 150%;
}
.text_number {
  font-weight: 600;
  font-size: 60px;
  line-height: 143%;
}
.text_phone {
  font-weight: 700;
  font-size: 18px;
  line-height: 152%;
}
.text_phone_small {
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
}

/* Button */
.button {
  font-weight: 500;
  font-size: 18px;
  line-height: 152%;
  color: #FFFFFF;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 19px 59px;
  background: #364887;
  border-radius: 8px;
  transition: 0.5s;
}
.button:hover {
  box-shadow: 0px 4px 10px #222D54;
}
.button:focus {
  box-shadow: none;
  background: #222D54;
}
.button_yellow {
  color: #333333;
  padding: 20px 40px;
  background: #FFBE0B;
}
.button_yellow:hover {
  box-shadow: 0px 4px 10px #FFCE48;
}
.button_yellow:focus {
  box-shadow: none;
  background: #FFCE48;
}

/* Player */
.player {
  position: relative;
  width: 100%;
  height: 664px;
}
.player-video {
  width: 100%;
  height: 100%;
}
.player-video__video {
  width: 100%;
  height: 100%;
}
.player-controls__play {
  position: absolute;
  top: calc(50% - 72px);
  left: calc(50% - 72px);
  width: 144px;
  height: 144px;
}
.player.play .player-controls__play .icon {
  background-image: url("../img/icons/pause.svg") !important;
  transition: 0.5s;
  opacity: 0;
}
.player.play .player-controls__play .icon:hover {
  opacity: 1;
}

/* Inputs */
.input {
  /* Base */
  /* Checkbox */
}
.input-base {
  position: relative;
  width: 278px;
  height: 85px;
}
.input-base .icon {
  position: absolute;
  top: 30px;
  left: 21px;
  width: 25px !important;
  height: 25px !important;
}
.input-base .input {
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #7E868E;
  width: 100%;
  height: 100%;
  padding: 31px;
  padding-left: 50px;
  background: #F2F6FA;
  border: none;
  border-radius: 8px;
}
.input-base .input::-moz-placeholder {
  color: #7E868E;
}
.input-base .input::placeholder {
  color: #7E868E;
}
.input-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 19px;
  cursor: pointer;
}
.input-checkbox .input {
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
}
.input-checkbox .input::before, .input-checkbox .input::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  box-sizing: border-box;
}
.input-checkbox .input::before {
  border: 1px solid #364887;
}
.input-checkbox .input::after {
  background: #364887 url("../img/icons/checkbox.svg") no-repeat center/contain;
  transition: 0.1s;
  opacity: 0;
}
.input-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.input-checkbox input[type=checkbox]:checked + .input::after {
  opacity: 1;
}

/* Form */
.form {
  margin: 0 auto;
}
.form__text {
  text-align: center;
  margin-bottom: 30px;
}
.form__wrapper {
  display: flex;
  margin-bottom: 25px;
}
.form__input {
  margin-right: 14px;
}
.form__checkbox a {
  text-decoration: underline;
}

/* Icon */
.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.icon.logo {
  width: 315px;
  height: 70px;
  background-image: url("../img/logo.webp");
  background-position: left;
}
.icon.eye {
  width: 45px;
  height: 45px;
  background-image: url("../img/icons/eye.svg");
}
.icon.cart {
  width: 42px;
  height: 42px;
  background-image: url("../img/icons/cart.svg");
}
.icon.like {
  width: 40px;
  height: 40px;
  background-image: url("../img/icons/like.svg");
}
.icon.quotes {
  width: 40px;
  height: 40px;
  background-image: url("../img/icons/quotes.svg");
}
.icon.arrow-left, .icon.arrow-right {
  width: 40px;
  height: 40px;
}
.icon.arrow-left {
  background-image: url("../img/icons/arrow-left.svg");
}
.icon.arrow-right {
  background-image: url("../img/icons/arrow-right.svg");
}
.icon.menu-burger, .icon.menu-close {
  width: 40px;
  height: 40px;
}
.icon.menu-burger {
  background-image: url("../img/icons/menu-burger.svg");
}
.icon.menu-close {
  background-image: url("../img/icons/menu-close.svg");
}
.icon.phone {
  width: 36px;
  height: 36px;
  background-image: url("../img/icons/phone.svg");
}
.icon.phone_blue {
  background-image: url("../img/icons/phone_blue.svg");
}
.icon.phone_yellow {
  background-image: url("../img/icons/phone_yellow.svg");
}
.icon.play {
  width: 144px;
  height: 144px;
  background-image: url("../img/icons/play.svg");
}

.desctop {
  display: block;
}

.mobile {
  display: none;
}

body {
  background: #FFFFFF;
  overflow-x: hidden;
}

.container {
  width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}

/* Header */
.header {
  padding-top: 41px;
}
.header__container {
  display: flex;
  align-items: center;
  align-content: center;
  display: flex;
  justify-content: space-between;
}
.header__navigation {
  display: flex;
}
.header__navigation-link {
  transition: 0.5s;
}
.header__navigation-link:not(:last-child) {
  margin-right: 41px;
}
.header__navigation-link:hover {
  color: #FFBE0B;
}
.header__support {
  display: inline-flex;
}
.header__support-icon {
  margin-right: 15px;
}
.header__support-tel {
  display: block;
}
.header__menu-burger {
  display: none;
}

/* Menu */
.menu {
  display: none;
}

/* Section: title */
.title {
  width: 100%;
  height: 970px;
  padding-top: 197px;
}
.title__container {
  position: relative;
  height: 100%;
}
.title__title {
  margin-bottom: 110px;
}
.title__info-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 167%;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.title__info-description {
  max-width: 545px;
  margin-bottom: 40px;
}
.title__monitor {
  position: absolute;
  bottom: 0;
  left: 684px;
  width: 642px;
  height: 681px;
  z-index: -1;
}
.title__monitor-image {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.title__monitor::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 161px;
  display: block;
  width: 878px;
  height: 848px;
  border-radius: 878px;
  background: #FFBE0B;
  z-index: 1;
}

/* Section: features */
.features {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 193px;
}
.features__title {
  text-align: center;
  margin-bottom: 90px;
}
.features .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 280px;
}
.features .list__item {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  width: 380px;
  height: 260px;
  height: 280px;
  border: 2px solid #E2EAF2;
  border-radius: 10px;
  transition: 0.5s;
  transform: scale(0.9285714286);
}
.features .list__item-icon {
  width: 45px;
  height: 45px;
  margin-bottom: 24px;
}
.features .list__item-title {
  text-align: center;
  margin-bottom: 10px;
}
.features .list__item-description {
  text-align: center;
  max-width: 261px;
}
.features .list__item.active {
  transform: scale(1);
}

/* Section: video */
.video {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 182px;
}
.video__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 133%;
  text-align: center;
  margin-bottom: 80px;
}

/* Section: about */
.about {
  width: 100%;
  padding-top: 98px;
  padding-bottom: 51px;
}
.about__wrapper {
  display: flex;
}
.about__monitor {
  position: relative;
  width: 640px;
  min-width: 640px;
  height: 746px;
  margin-top: 10px;
  margin-right: 77px;
}
.about__monitor-image {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.about__monitor::before {
  content: "";
  position: absolute;
  top: 39px;
  right: 551px;
  display: block;
  width: 878px;
  height: 848px;
  border-radius: 878px;
  background: #FFBE0B;
  z-index: 1;
}
.about__info {
  min-width: 617px;
}
.about .info__title {
  margin-bottom: 45px;
}
.about .info__title-title {
  margin-bottom: 15px;
}
.about .info__title-subtitle {
  font-weight: 400;
  font-size: 36px;
  line-height: 125%;
}
.about .info .list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 100px;
}
.about .info .list__item {
  max-width: 203px;
}
.about .info .list__item-number {
  margin-bottom: 14px;
}

/* Section: products */
.products {
  width: 100%;
  padding-top: 124px;
  padding-bottom: 139px;
}
.products__wrapper {
  display: flex;
}
.products__text {
  width: 580px;
  padding-top: 80px;
  margin-right: 74px;
}
.products__text-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  margin-bottom: 50px;
}
.products__text-item {
  transition: 0.5s;
  cursor: pointer;
}
.products__text-item.active {
  color: #FFBE0B;
}
.products__text-item:not(:last-child) {
  margin-bottom: 50px;
}
.products__images {
  position: relative;
  display: flex;
  width: 472px;
  height: 457px;
}
.products__images-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 472px;
  height: 457px;
  transition: 0.5s;
  transform: translateX(200%);
  z-index: 1;
}
.products__images-image.active {
  transform: translateX(0%);
  z-index: 2;
}

/* Section: tarifs */
.tarifs {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 55px;
  background: #FFBE0B;
}
.tarifs__title {
  text-align: center;
  margin-bottom: 75px;
}
.tarifs .carousel {
  width: 100%;
  overflow: hidden;
  margin-bottom: 43px;
}
.tarifs .carousel__inner {
  display: flex;
  width: 100%;
  margin-bottom: 0;
}
.tarifs .carousel__item {
  width: 380px;
  height: 337px;
  transition: 0.5s;
}
.tarifs .carousel__item:not(:last-child) {
  margin-right: 28px;
}
.tarifs .carousel .item {
  width: 100%;
  height: 100%;
  padding: 50px 44px;
  background: #FFFFFF;
  border: 1px solid #F2F6FA;
  border-radius: 10px;
}
.tarifs .carousel .item-title {
  margin-bottom: 12px;
}
.tarifs .carousel .item-text {
  margin-bottom: 24px;
}
.tarifs .carousel .item-price {
  margin-bottom: 14px;
}
.tarifs .carousel__controller {
  display: none;
}
.tarifs .carousel__position {
  display: none;
}
.tarifs__form {
  width: 696px;
}

/* Section: discount */
.discount {
  width: 100%;
}
.discount__container {
  position: relative;
  padding-top: 104px;
  padding-bottom: 150px;
}
.discount__tag {
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 10px 18px;
  margin-bottom: 24px;
  background: #FFBE0B;
  border-radius: 5px;
}
.discount__title {
  text-align: center;
  width: 629px;
  margin-bottom: 24px;
}
.discount__form {
  width: 629px;
  margin: 0;
}
.discount__form .form__text {
  text-align: left;
  margin-bottom: 48px;
}
.discount__monitor {
  position: absolute;
  top: 60px;
  left: 794px;
  width: 528px;
  height: 660px;
}

/* Section: reviews */
.reviews {
  width: 100%;
  padding-top: 96px;
  padding-bottom: 59px;
  background: #364887;
}
.reviews__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  text-align: center;
  margin-bottom: 80px;
}
.reviews .carousel {
  width: 100%;
  overflow: hidden;
}
.reviews .carousel__inner {
  display: flex;
  width: 100%;
  width: 1180px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.reviews .carousel__item {
  width: 1180px;
  height: 615px;
  transition: 0.5s;
}
.reviews .carousel__item .reviews-item {
  transition: 0.5s;
  transform: scale(0.7915266667);
}
.reviews .carousel__item.active .reviews-item {
  transform: scale(1);
}
.reviews .carousel__controller {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.reviews .carousel__controller-left {
  margin-right: 66px;
}
.reviews-item {
  width: 100%;
  height: 100%;
  padding: 70px 143px;
  background: #FFFFFF;
  border: 2px solid #E2EAF2;
  box-shadow: 2px 8px 16px rgba(194, 198, 208, 0.06);
  border-radius: 5px;
}
.reviews-item__wrapper {
  display: flex;
}
.reviews-item__comment {
  width: 460px;
  margin-right: 54px;
}
.reviews-item__comment-icon {
  margin-bottom: 24px;
}
.reviews-item__comment-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 143%;
  margin-bottom: 24px;
}
.reviews-item__comment-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 170%;
  margin-bottom: 24px;
}
.reviews-item__comment-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #4A94FF;
  -webkit-text-decoration: underline dashed;
          text-decoration: underline dashed;
}
.reviews-item__user {
  width: 380px;
}
.reviews-item__user-avatar {
  width: 380px;
  height: 380px;
  border-radius: 380px;
  margin-bottom: 30px;
}
.reviews-item__user-name {
  font-weight: 500;
  font-size: 21px;
  line-height: 143%;
  text-align: center;
  margin-bottom: 6px;
}
.reviews-item__user-country {
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #7E868E;
  text-align: center;
}

/* Footer */
.footer {
  width: 100%;
  height: 120px;
  padding-top: 31px;
  padding-bottom: 31px;
  background: #F4F4F4;
}
.footer__links {
  text-align: center;
  margin-bottom: 22px;
}
.footer__link, .footer__copyright {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #7E868E;
}
.footer__link:not(:last-child) {
  margin-right: 43px;
}

@media (min-width: 600px) {
  /* TYPOGRAPHY */
  /* Document */
  html, body {
    font-size: 1.0667vw;
  }
  /* Text Size */
  h1, .h1 {
    font-weight: 700;
    font-size: 5.8667vw;
    line-height: 152%;
  }
  h2, .h2 {
    font-weight: 700;
    font-size: 3.3333vw;
    line-height: 133%;
  }
  h3, .h3 {
    font-weight: 700;
    font-size: 1.4667vw;
    line-height: 143%;
  }
  .text, .title__info-description {
    font-weight: 400;
    font-size: 1.7333vw;
    line-height: 143%;
  }
  .text_small {
    font-weight: 400;
    font-size: 1.0667vw;
    line-height: 150%;
  }
  .text_price {
    font-weight: 500;
    font-size: 1.7333vw;
    line-height: 150%;
  }
  .text_number {
    font-weight: 600;
    font-size: 4vw;
    line-height: 143%;
  }
  .text_phone {
    font-weight: 700;
    font-size: 1.2vw;
    line-height: 152%;
  }
  .text_phone_small {
    font-weight: 400;
    font-size: 0.7333vw;
    line-height: 150%;
  }
  /* COMPONENTS */
  /* Button */
  .button {
    font-size: 1.2vw;
    padding: 1.2667vw 3.9333vw;
    border-radius: 0.5333vw;
  }
  .button:hover {
    box-shadow: 0vw 0.2667vw 0.6667vw #222D54;
  }
  .button:focus {
    box-shadow: none;
    background: #222D54;
  }
  .button_yellow {
    padding: 1.3333vw 2.6667vw;
  }
  .button_yellow:hover {
    box-shadow: 0vw 0.2667vw 0.6667vw #FFCE48;
  }
  .button_yellow:focus {
    box-shadow: none;
    background: #FFCE48;
  }
  /* Player */
  .player {
    width: 100%;
    height: 44.2667vw;
  }
  .player-video {
    width: 100%;
    height: 100%;
  }
  .player-video__video {
    width: 100%;
    height: 100%;
  }
  .player-controls__play {
    top: calc(50% - 4.8vw);
    left: calc(50% - 4.8vw);
    width: 9.6vw;
    height: 9.6vw;
  }
  /* Inputs */
  .input {
    /* Base */
    /* Checkbox */
  }
  .input-base {
    width: 18.5333vw;
    height: 5.6667vw;
  }
  .input-base .icon {
    top: 2vw;
    left: 1.4vw;
    width: 1.6667vw !important;
    height: 1.6667vw !important;
  }
  .input-base .input {
    font-size: 1vw;
    padding: 2.0667vw;
    padding-left: 3.3333vw;
    border-radius: 0.5333vw;
  }
  .input-checkbox {
    padding-left: 1.2667vw;
  }
  .input-checkbox .input {
    width: 0.8vw;
    height: 0.8vw;
  }
  .input-checkbox .input::before, .input-checkbox .input::after {
    border-radius: 0.1333vw;
    box-sizing: border-box;
  }
  .input-checkbox .input::before {
    border-width: 0.0667vw;
  }
  .input-checkbox .input::after {
    background: #364887 url("../img/icons/checkbox.svg") no-repeat center/contain;
  }
  /* Form */
  .form {
    margin: 0 auto;
  }
  .form__text {
    margin-bottom: 2vw;
  }
  .form__wrapper {
    display: flex;
    margin-bottom: 1.6667vw;
  }
  .form__input {
    margin-right: 0.9333vw;
  }
  /* Icon */
  .icon.logo {
    width: 21vw;
    height: 4.6667vw;
  }
  .icon.eye {
    width: 3vw;
    height: 3vw;
  }
  .icon.cart {
    width: 2.8vw;
    height: 2.8vw;
  }
  .icon.like {
    width: 2.6667vw;
    height: 2.6667vw;
  }
  .icon.quotes {
    width: 2.6667vw;
    height: 2.6667vw;
  }
  .icon.arrow-left, .icon.arrow-right {
    width: 2.6667vw;
    height: 2.6667vw;
  }
  .icon.menu-burger, .icon.menu-close {
    width: 2.6667vw;
    height: 2.6667vw;
  }
  .icon.phone {
    width: 2.4vw;
    height: 2.4vw;
  }
  .icon.play {
    width: 9.6vw;
    height: 9.6vw;
  }
  /* LAYOUT */
  .container {
    width: 81.3333vw;
    padding: 0 1.3333vw;
  }
  /* Header */
  .header {
    padding-top: 2.7333vw;
  }
  .header__navigation-link:not(:last-child) {
    margin-right: 2.7333vw;
  }
  .header__navigation-link:hover {
    color: #FFBE0B;
  }
  .header__support-icon {
    margin-right: 1vw;
  }
  /* Section: title */
  .title {
    height: 64.6667vw;
    padding-top: 13.1333vw;
  }
  .title__title {
    margin-bottom: 7.3333vw;
  }
  .title__info-title {
    font-size: 2.4vw;
    letter-spacing: -0.0667vw;
    margin-bottom: 1.6vw;
  }
  .title__info-description {
    font-weight: 400;
    font-size: 1.7333vw;
    line-height: 143%;
    max-width: 36.3333vw;
    margin-bottom: 2.6667vw;
  }
  .title__monitor {
    position: absolute;
    bottom: 0;
    left: 45.6vw;
    width: 42.8vw;
    height: 45.4vw;
    z-index: -1;
  }
  .title__monitor::before {
    bottom: 0.2vw;
    left: 10.7333vw;
    width: 58.5333vw;
    height: 56.5333vw;
    border-radius: 58.5333vw;
  }
  /* Section: features */
  .features {
    width: 100%;
    padding-top: 6.6667vw;
    padding-bottom: 12.8667vw;
  }
  .features__title {
    margin-bottom: 6vw;
  }
  .features .list {
    width: 100%;
    height: 18.6667vw;
  }
  .features .list__item {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    width: 25.3333vw;
    height: 17.3333vw;
    height: 18.6667vw;
    border-width: 0.1333vw;
    border-radius: 0.6667vw;
  }
  .features .list__item-icon {
    width: 3vw;
    height: 3vw;
    margin-bottom: 1.6vw;
  }
  .features .list__item-title {
    text-align: center;
    margin-bottom: 0.6667vw;
  }
  .features .list__item-description {
    text-align: center;
    max-width: 17.4vw;
  }
  .features .list__item.active {
    transform: scale(1);
  }
  /* Section: video */
  .video {
    width: 100%;
    padding-top: 6.6667vw;
    padding-bottom: 12.1333vw;
  }
  .video__title {
    font-weight: 700;
    font-size: 2.6667vw;
    line-height: 133%;
    font-size: 2.6667vw;
    text-align: center;
    margin-bottom: 5.3333vw;
  }
  /* Section: about */
  .about {
    width: 100%;
    padding-top: 6.5333vw;
    padding-bottom: 3.4vw;
  }
  .about__monitor {
    width: 42.6667vw;
    min-width: 42.6667vw;
    height: 49.7333vw;
    margin-top: 0.6667vw;
    margin-right: 5.1333vw;
  }
  .about__monitor::before {
    top: 2.6vw;
    right: 36.7333vw;
    width: 58.5333vw;
    height: 56.5333vw;
    border-radius: 58.5333vw;
  }
  .about__info {
    min-width: 41.1333vw;
  }
  .about .info__title {
    margin-bottom: 3vw;
  }
  .about .info__title-title {
    margin-bottom: 1vw;
  }
  .about .info__title-subtitle {
    font-weight: 400;
    font-size: 2.4vw;
    line-height: 125%;
  }
  .about .info .list {
    gap: 3.3333vw 6.6667vw;
  }
  .about .info .list__item {
    max-width: 13.5333vw;
  }
  .about .info .list__item-number {
    margin-bottom: 0.9333vw;
  }
  /* Section: products */
  .products {
    padding-top: 8.2667vw;
    padding-bottom: 9.2667vw;
  }
  .products__text {
    width: 38.6667vw;
    padding-top: 5.3333vw;
    margin-right: 4.9333vw;
  }
  .products__text-title {
    font-size: 2.4vw;
    margin-bottom: 3.3333vw;
  }
  .products__text-item:not(:last-child) {
    margin-bottom: 3.3333vw;
  }
  .products__images {
    width: 31.4667vw;
    height: 30.4667vw;
  }
  .products__images-image {
    width: 31.4667vw;
    height: 30.4667vw;
  }
  /* Section: tarifs */
  .tarifs {
    padding-top: 8vw;
    padding-bottom: 3.6667vw;
  }
  .tarifs__title {
    margin-bottom: 5vw;
  }
  .tarifs .carousel {
    margin-bottom: 2.8667vw;
  }
  .tarifs .carousel__item {
    width: 25.3333vw;
    height: 22.4667vw;
  }
  .tarifs .carousel__item:not(:last-child) {
    margin-right: 1.8667vw;
  }
  .tarifs .carousel .item {
    padding: 3.3333vw 2.9333vw;
    border-width: 0.0667vw;
    border-radius: 0.6667vw;
  }
  .tarifs .carousel .item-title {
    margin-bottom: 0.8vw;
  }
  .tarifs .carousel .item-text {
    margin-bottom: 1.6vw;
  }
  .tarifs .carousel .item-price {
    margin-bottom: 0.9333vw;
  }
  .tarifs__form {
    width: 46.4vw;
  }
  /* Section: discount */
  .discount {
    width: 100%;
  }
  .discount__container {
    padding-top: 6.9333vw;
    padding-bottom: 10vw;
  }
  .discount__tag {
    padding: 0.6667vw 1.2vw;
    margin-bottom: 1.6vw;
    background: #FFBE0B;
    border-radius: 0.3333vw;
  }
  .discount__title {
    text-align: center;
    width: 41.9333vw;
    margin-bottom: 1.6vw;
  }
  .discount__form {
    width: 41.9333vw;
    margin: 0;
  }
  .discount__form .form__text {
    text-align: left;
    margin-bottom: 3.2vw;
  }
  .discount__monitor {
    position: absolute;
    top: 4vw;
    left: 52.9333vw;
    width: 35.2vw;
    height: 44vw;
  }
  /* Section: reviews */
  .reviews {
    width: 100%;
    padding-top: 6.4vw;
    padding-bottom: 3.9333vw;
  }
  .reviews__title {
    font-size: 2.4vw;
    margin-bottom: 5.3333vw;
  }
  .reviews .carousel__inner {
    width: 78.6667vw;
    margin: 0 auto;
    margin-bottom: 4.6667vw;
  }
  .reviews .carousel__item {
    width: 78.6667vw;
    height: 41vw;
  }
  .reviews .carousel__controller {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .reviews .carousel__controller-left {
    margin-right: 4.4vw;
  }
  .reviews-item {
    padding: 4.6667vw 9.5333vw;
    border-width: 0.1333vw;
    box-shadow: 0.1333vw 0.5333vw 1.0667vw rgba(194, 198, 208, 0.06);
    border-radius: 0.3333vw;
  }
  .reviews-item__comment {
    width: 30.6667vw;
    margin-right: 3.6vw;
  }
  .reviews-item__comment-icon {
    margin-bottom: 1.6vw;
  }
  .reviews-item__comment-title {
    font-size: 2vw;
    margin-bottom: 1.6vw;
  }
  .reviews-item__comment-text {
    font-size: 1vw;
    margin-bottom: 1.6vw;
  }
  .reviews-item__comment-link {
    font-size: 0.9333vw;
  }
  .reviews-item__user {
    width: 25.3333vw;
  }
  .reviews-item__user-avatar {
    width: 25.3333vw;
    height: 25.3333vw;
    border-radius: 25.3333vw;
    margin-bottom: 2vw;
  }
  .reviews-item__user-name {
    font-size: 1.4vw;
    text-align: center;
    margin-bottom: 0.4vw;
  }
  .reviews-item__user-country {
    font-size: 1.0667vw;
  }
  /* Footer */
  .footer {
    width: 100%;
    height: 8vw;
    padding-top: 2.0667vw;
    padding-bottom: 2.0667vw;
  }
  .footer__links {
    margin-bottom: 1.4667vw;
  }
  .footer__link, .footer__copyright {
    font-size: 0.9333vw;
  }
  .footer__link:not(:last-child) {
    margin-right: 2.8667vw;
  }
}
@media (max-width: 600px) {
  /* TYPOGRAPHY */
  /* Document */
  .desctop {
    display: none;
  }
  .mobile {
    display: block;
  }
  html, body {
    font-size: 14px;
  }
  /* Text Size */
  h1, .h1 {
    font-size: 24px;W
  }
  h2, .h2 {
    font-size: 20px;
  }
  h3, .h3 {
    font-size: 16px;
  }
  .h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 143%;
  }
  .text, .title__info-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
  }
  .text_small {
    font-weight: 400;
    font-size: 10px;
    line-height: 143%;
  }
  .text_price {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
  }
  .text_number {
    font-weight: 600;
    font-size: 40px;
    line-height: 143%;
  }
  .text_phone {
    font-weight: 700;
    font-size: 14px;
    line-height: 152%;
  }
  .text_phone_small {
    font-weight: 400;
    font-size: 10px;
    line-height: 150%;
  }
  /* COMPONENTS */
  /* Button */
  .button {
    font-weight: 400;
    font-size: 10px;
    line-height: 143%;
    padding: 12.5px 14px;
    border-radius: 6px;
  }
  .button_yellow {
    padding: 7px 19px;
  }
  /* Player */
  .player {
    width: 100%;
    height: 177px;
  }
  .player-controls__play {
    position: absolute;
    top: calc(50% - 22.5px);
    left: calc(50% - 22.5px);
    width: 45px;
    height: 45px;
  }
  /* Inputs */
  .input {
    /* Base */
    /* Checkbox */
  }
  .input-base {
    width: 100%;
    height: 55px;
  }
  .input-base .icon {
    top: 17px;
    left: 19px;
    width: 22.57px !important;
    height: 22.57px !important;
  }
  .input-base .input {
    font-weight: 400;
    font-size: 10px;
    line-height: 143%;
    width: 100%;
    height: 100%;
    padding: 19px;
    padding-left: 47px;
    border-radius: 6px;
  }
  .input-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 19px;
    cursor: pointer;
  }
  .input-checkbox .input {
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px;
  }
  .input-checkbox .input::before, .input-checkbox .input::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    box-sizing: border-box;
  }
  .input-checkbox .input::before {
    border: 1px solid #364887;
  }
  .input-checkbox .input::after {
    background: #364887 url("../img/icons/checkbox.svg") no-repeat center/contain;
    transition: 0.1s;
    opacity: 0;
  }
  .input-checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  .input-checkbox input[type=checkbox]:checked + .input::after {
    opacity: 1;
  }
  /* Form */
  .form {
    margin: 0 auto;
  }
  .form__text {
    min-height: 35px;
    margin-bottom: 15px;
  }
  .form__wrapper {
    display: block;
    margin-bottom: 8px;
  }
  .form__input {
    margin: 0;
    margin-bottom: 8px;
  }
  .form__button {
    width: 100%;
  }
  /* Icon */
  .icon.logo {
    width: 315px;
    height: 70px;
  }
  .icon.eye {
    width: 43px;
    height: 43px;
  }
  .icon.cart {
    width: 43px;
    height: 43px;
  }
  .icon.like {
    width: 40px;
    height: 40px;
  }
  .icon.quotes {
    width: 10.7px;
    height: 10.7px;
  }
  .icon.arrow-left, .icon.arrow-right {
    width: 9px;
    height: 14px;
  }
  .icon.arrow-left {
    background-image: url("../img/icons/arrow-left_mobile.svg");
  }
  .icon.arrow-right {
    background-image: url("../img/icons/arrow-right_mobile.svg");
  }
  .icon.menu-burger, .icon.menu-close {
    width: 40px;
    height: 40px;
  }
  .icon.phone {
    width: 36px;
    height: 36px;
  }
  .icon.play {
    width: 45px;
    height: 45px;
  }
  /* LAYOUT */
  .container {
    width: 100vw;
    padding: 0 20px;
    margin: 0 auto;
  }
  /* Header */
  .header {
    position: relative;
    width: 100%;
    height: 100px;
    padding-top: 27px;
    background: #364887;
    z-index: 6;
  }
  .header__container {
    display: flex;
    align-items: center;
    align-content: center;
    display: flex;
    justify-content: space-between;
  }
  .header__logo {
    display: none;
  }
  .header__navigation {
    display: none;
  }
  .header__support {
    display: inline-flex;
  }
  .header__support-icon {
    color: #FFFFFF;
    margin-right: 15px;
    background-image: url("../img/icons/phone_yellow.svg") !important;
  }
  .header__support-tel {
    color: #FFFFFF;
    display: block;
  }
  .header__support-description {
    color: #CCCCCC;
  }
  .header__menu-burger {
    display: block;
    width: 40px;
    height: 40px;
  }
  .header__menu-burger .icon {
    width: 100%;
    height: 100%;
    background-image: url("../img/icons/menu-burger.svg");
  }
  .header__menu-burger.open .icon {
    background-image: url("../img/icons/menu-close.svg");
  }
  /* Menu */
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 40px;
    padding-top: 140px;
    background: #FFBE0B;
    z-index: 5;
    transition: 0.5s;
    transform: translateX(100%);
  }
  .menu__navigation-link {
    display: block;
  }
  .menu__navigation-link:not(:last-child) {
    margin-bottom: 50px;
  }
  .menu.open {
    transform: translateX(0%);
  }
  /* Section: title */
  .title {
    width: 100%;
    height: 318px;
    padding-top: 60px;
    overflow-x: hidden;
  }
  .title__container {
    height: 100%;
  }
  .title__title {
    margin-bottom: 36px;
  }
  .title__info-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -1px;
    margin-bottom: 15px;
  }
  .title__info-description {
    font-weight: 400;
    font-size: 10px;
    line-height: 143%;
    max-width: 150px;
    margin-bottom: 17px;
  }
  .title__monitor {
    left: 190px;
    width: 150px;
    height: 209px;
  }
  .title__monitor::before {
    bottom: 7px;
    left: 7px;
    width: 290px;
    height: 281px;
    border-radius: 290px;
  }
  /* Section: features */
  .features {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .features__title {
    text-align: center;
    margin-bottom: 30px;
  }
  .features .list {
    display: block;
    height: auto;
  }
  .features .list__item {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    border: none;
    transform: scale(1);
  }
  .features .list__item-icon {
    position: absolute;
    top: 19px;
    left: 0;
	width: 43px;
    height: 43px;
    margin: 0;
  }
  .features .list__item-title {
    text-align: left;
    padding-left: 84px;
    margin-bottom: 10px;
  }
  .features .list__item-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: left;
    padding-left: 84px;
    max-width: none;
  }
  /* Section: video */
  .video {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .video__title {
    font-size: 20px;
    margin-bottom: 32px;
  }
  /* Section: about */
  .about {
    position: relative;
    width: 100%;
    padding-top: 67px;
    padding-bottom: 15px;
  }
  .about__wrapper {
    display: block;
  }
  .about__monitor {
    position: absolute;
    top: 58px;
    left: calc(50% - 25px - 138px);
    width: 138px;
    min-width: auto;
    height: 166px;
    margin: 0;
  }
  .about__monitor::before {
    top: -58px;
    right: 28px;
    width: 262px;
    height: 253px;
    border-radius: 262px;
  }
  .about__info {
    width: 100%;
    min-width: auto;
  }
  .about .info__title {
    padding-left: 160px;
    margin-bottom: 50px;
  }
  .about .info__title-title {
    margin-bottom: 9px;
  }
  .about .info__title-subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
  }
  .about .info .list {
    display: block;
    gap: auto;
  }
  .about .info .list__item {
    min-width: 231px;
    max-width: 249px;
  }
  .about .info .list__item-number {
    margin-bottom: 0px;
  }
  .about .info .list__item-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
  }
  .about .info .list__item:nth-child(2n+1) {
    margin-left: 70px;
  }
  .about .info .list__item:not(:last-child) {
    margin-bottom: 16px;
  }
  /* Section: products */
  .products {
    width: 100%;
    padding-top: 0;
    padding-bottom: 47px;
    overflow-x: hidden;
  }
  .products__wrapper {
    position: relative;
    display: flex;
    padding-top: 107px;
  }
  .products__text {
    width: 210px;
    padding-top: 0;
    margin-right: 14px;
  }
  .products__text-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 133%;
    text-align: center;
    position: absolute;
    top: 15px;
    left: 5%;
    width: 90%;
    margin: 0;
  }
  .products__text-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
  }
  .products__text-item.active {
    color: #FFBE0B;
  }
  .products__text-item:not(:last-child) {
    margin-bottom: 23px;
  }
  .products__images {
    display: flex;
    width: 99px;
    height: 98px;
  }
  .products__images-image {
    width: 99px;
    height: 98px;
  }
  /* Section: tarifs */
  .tarifs {
    padding-top: 36px;
    padding-bottom: 25px;
  }
  .tarifs__title {
    margin-bottom: 31px;
  }
  .tarifs .carousel {
    position: relative;
    margin-bottom: 31px;
  }
  .tarifs .carousel__inner {
    display: flex;
    width: 251px;
    margin: 0 auto;
    margin-bottom: 14px;
    overflow: hidden;
  }
  .tarifs .carousel__item {
    width: 251px;
    min-width: 251px;
    height: 175px;
    padding: 0 10px;
  }
  .tarifs .carousel__item:not(:last-child) {
    margin-right: 0;
  }
  .tarifs .carousel .item {
    padding: 20px;
    border-radius: 8px;
  }
  .tarifs .carousel .item-title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .tarifs .carousel .item-text {
    margin-bottom: 10px;
  }
  .tarifs .carousel .item-price {
    margin-bottom: 10px;
  }
  .tarifs .carousel__controller {
    display: block;
  }
  .tarifs .carousel__controller-left, .tarifs .carousel__controller-right {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 40px;
    height: 175px;
  }
  .tarifs .carousel__controller-left {
    left: calc(50% - 155.5px);
  }
  .tarifs .carousel__controller-right {
    right: calc(50% - 155.5px);
  }
  .tarifs .carousel__position {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .tarifs .carousel__position-dot {
    width: 8px;
    height: 8px;
    margin: 0 6px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    cursor: pointer;
    transition: 0.5s;
  }
  .tarifs .carousel__position-dot.active {
    background: #FFFFFF;
  }
  .tarifs__form {
    margin: 0 auto;
    width: 251px;
  }
  .tarifs__form .form__text {
    font-size: 10px;
    color: #364887;
  }
  .tarifs__form .form__button {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  /* Section: discount */
  .discount {
    overflow-x: hidden;
  }
  .discount__container {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .discount__tag {
    font-size: 8.69136px;
    letter-spacing: 0.1em;
    padding: 7px 14px;
    margin-bottom: 15px;
    border-radius: 6px;
  }
  .discount__title {
    text-align: left;
    width: 155px;
    margin-bottom: 15px;
  }
  .discount__description {
    max-width: 200px;
  }
  .discount__form {
    display: none;
  }
  .discount__monitor {
    position: absolute;
    top: 67px;
    left: calc(50% + 9px);
    width: 148px;
    height: 203px;
  }
  /* Section: reviews */
  .reviews {
    padding-top: 52px;
    padding-bottom: 41px;
  }
  .reviews__title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .reviews .carousel {
    width: 100%;
    padding: 0 30px;
  }
  .reviews .carousel__inner {
    display: block;
    width: 100%;
    margin: 0;
  }
  .reviews .carousel__item {
    width: 100%;
    height: auto;
    transform: scale(1);
  }
  .reviews .carousel__item .reviews-item {
    transform: scale(1);
  }
  .reviews .carousel__item.active .reviews-item {
    transform: scale(1);
  }
  .reviews .carousel__item:not(:last-child) {
    margin-bottom: 17px;
  }
  .reviews .carousel__controller {
    display: none;
  }
  .reviews-item {
    padding: 14px 22px;
    padding-bottom: 9px;
    border: 0.534769px solid #E2EAF2;
    box-shadow: 0.534769px 2.13908px 4.27815px rgba(194, 198, 208, 0.06);
    border-radius: 6px;
  }
  .reviews-item__wrapper {
    display: flex;
  }
  .reviews-item__comment {
    width: 155px;
    margin-right: 15px;
  }
  .reviews-item__comment-icon {
    margin-bottom: 7px;
  }
  .reviews-item__comment-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    margin-bottom: 7px;
  }
  .reviews-item__comment-text {
    font-weight: 400;
    font-size: 7px;
    line-height: 170%;
	word-wrap: break-word;
    margin-bottom: 7px;
  }
  .reviews-item__comment-link {
    font-weight: 400;
    font-size: 7px;
    line-height: 150%;
  }
  .reviews-item__user {
    width: 100px;
  }
  .reviews-item__user-avatar {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-bottom: 6px;
	object-fit: cover;
  }
  .reviews-item__user-name {
    font-weight: 500;
    font-size: 12px;
    line-height: 143%;
    text-align: center;
    margin-bottom: 2px;
  }
  .reviews-item__user-country {
    font-weight: 400;
    font-size: 8px;
    line-height: 170%;
    color: #7E868E;
    text-align: center;
  }
  /* Footer */
  .footer {
    width: 100%;
    height: 60px;
    padding-top: 13px;
    padding-bottom: 19pxpx;
  }
  .footer__links {
    margin-bottom: 9.2px;
  }
  .footer__link, .footer__copyright {
    font-size: 8px;
  }
  .footer__link:not(:last-child) {
    margin-right: 18px;
  }
  .footer__copyright {
    font-size: 8px;
  }
}