@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Bold.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-ExtraLight.woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Light.woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Regular.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Medium.woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Thin.woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-SemiBold.woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Black.woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --main-blue: #013f88;
  --main-red: #ed3737;
}
button,
input {
  overflow: visible;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
main {
  display: block;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
textarea {
  overflow: auto;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}
[hidden],
template {
  display: none;
}
html {
  height: auto;
  min-height: 100%;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: optimizespeed;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
body {
  font-size: 16px;
  line-height: 1.4;
  font-family: Inter, sans-serif;
  height: auto;
  min-height: 100%;
  color: #000;
  margin: 0;
  background-color: #fff;
}
*,
::after,
::before {
  box-sizing: inherit;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}
ol,
p,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
input {
  border: none;
  background-color: #fff;
}
button {
  border: none;
  padding: 0;
  background-color: transparent;
}
a {
  text-decoration: none;
  background-color: transparent;
  color: #000;
}
.container {
  max-width: 1168px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.line {
  display: block;
  padding: 21px 0;
  background-color: var(--main-blue);
}
.line__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 39px;
}
.logo {
  display: block;
}
.line__logo {
  display: block;
  position: relative;
  top: 3px;
  flex-shrink: 0;
}
.line__contacts {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}
.line__contacts-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.line__contacts-item {
  display: block;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 27px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}
.line__contacts-item-tel {
  background-image: url(../img/ico-tel.svg);
  background-size: contain;
  font-size: 14px;
  position: relative;
  top: 2px;
  /* margin-right: 15px; */
}
.line__contacts-item-email {
  background-image: url(../img/ico-email.svg);
  background-size: 20px;
  font-size: 14px;
  padding-left: 30px;
}
.line__contacts-soc {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
.line__contacts-soc-item {
  display: block;
  width: 36px;
  height: 36px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.line__contacts-soc-item-wt {
  background-image: url(../img/ico-wt.svg);
}
.line__contacts-soc-item-tg {
  background-image: url(../img/ico-tg.svg);
}
.btn {
  border-radius: 12px;
  display: block;
  width: 100%;
  background-color: #fff;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  transition-duration: 0.3s;
  cursor: pointer;
}
.btn:hover {
  background-color: #161616;
  color: #616161;
  color: #fff;
}
.btn:active {
  color: #fff;
    background-color: #ff2d2d;
}
.line__btn {
  max-width: 209px;
}
.hero {
  padding: 80px 0;
}
.hero__container {
  display: block;
  position: relative;
}
.hero__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.hero__content {
  display: block;
  max-width: 710px;
  width: 100%;
}
.hero__item {
  margin-bottom: 22px;
}
.hero__item-name {
  font-size: 24px;
  margin-bottom: 7px;
  display: block;
  font-weight: 500;
}
.hero__item-name span {
  color: var(--main-blue);
}
.hero__item-desc {
  display: block;
  letter-spacing: 0.03em;
}
.hero__img {
  display: block;
  position: absolute;
  right: -100px;
  top: 43px;
}
.hero__bottom {
  text-align: center;
  margin-top: 14px;
}
.hero__bottom-name {
  display: block;
  font-size: 28px;
  font-weight: 600;
  color: var(--main-red);
  margin-bottom: 8px;
}
.hero__bottom-subname {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 24px;
  display: block;
}
.mini-form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 22px;
  max-width: 584px;
  margin: 0 auto;
}
.text-field {
  height: 60px;
  padding: 10px 23px;
  font-size: 18px;
  color: #000;
  border: 2px solid var(--main-blue);
  border-radius: 12px;
  max-width: 280px;
  width: 100%;
  outline: 0;
  transition-duration: 0.3s;
}
.text-field:hover {
  background-color: #f8eded;
}
.text-field:focus {
  border: 2px solid var(--main-red);
  background-color: #fff;
  color: var(--main-red);
}
.text-field::-moz-placeholder {
  color: #6a6a6a;
}
.text-field::placeholder {
  color: #6a6a6a;
}
.mini-form__btn {
  background-color: var(--main-red);
  color: #fff;
  position: relative;
  overflow: hidden;
  max-width: 280px;
  height: 57px;
  line-height: 58px;
}
.mini-form__btn:hover {
  background-color: #161616;
  color: #fff;
}
.mini-form__btn:active {
  background-color: #ff2d2d;
}

.mini-form__btn::before {
  content: '';
  position: absolute;
  top: -27px;
  left: -75%;
  width: 15px;
  height: 200%;
  transform: rotate(45deg);
  background: #ffffffd6;
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
} 

.try {
  padding: 80px 0;
  background-color: var(--main-blue);
}
.title {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}
.try__title {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
}
.try__img {
  display: block;
  margin-bottom: 40px;
}
.try__line {
  background-color: #fff;
  padding: 12px 0;
  text-align: center;
}
.try__line-name {
  color: #040404;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
.try__line-subname {
  font-weight: 600;
  color: var(--main-red);
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.try__mini-form {
  display: flex;
  margin-top: 39px;
}
.video-block {
  padding: 80px 0;
}
.video-block__title {
  display: block;
  color: #000;
  line-height: 1.3;
}
.video-block__title span {
  color: var(--main-red);
}
.video-block__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
}
.video-block__content {
  display: block;
  max-width: 558px;
  width: 100%;
}
.video-block__content p {
  margin-bottom: 16px;
}

.video-block__video {
  background-image: url(../img/saba-video.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
 position: relative;
 cursor: pointer;
}

.video-block__video:after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
 background-image: url(../img/ico-play.svg);
 background-size: contain;
 background-position: center;
 background-repeat: no-repeat;
 position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: .5;

}

.video-link .video-block__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}



.video-link {
  border-radius: 16px;
  max-width: 552px;
  width: 100%;
  height: 282px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.map {
  background-color: var(--main-blue);
  padding: 80px 0;
}
.map__title {
  display: block;
  margin-bottom: 36px;
}
.map__img {
  display: block;
  margin-bottom: 21px;
  border-radius: 12px;
  height: auto;
}
.map__desc {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 7px;
  flex-direction: column;
  color: #fff;
  font-size: 20px;
}
.brands {
  padding: 80px 0;
}
.brands__container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 22px;
  background-image: url(../img/logo-big.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.brands__item {
  display: block;
}
.brands__item-last {
  margin-top: 200px;
}
.brands__item-name {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 24px;
  letter-spacing: 0.01em;
  font-weight: 500;
  text-align: center;
  display: block;
}
.brands__item-name span {
  font-size: 26px;
  color: var(--main-red);
  text-transform: uppercase;
}
.brands__img-1 {
  display: block;
}
.brands__img-2 {
  display: block;
  margin-top: 30px;
}
.standarts {
  padding: 80px 0 76px;
  background-color: var(--main-blue);
}
.standarts__title {
  display: block;
}
.standarts__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.standarts__img {
  display: block;
}
.standarts__content {
  display: block;
  color: #fff;
  max-width: 495px;
  width: 100%;
  padding-top: 58px;
  padding-right: 20px;
}
.standarts__content span {
  color: var(--main-red);
}
.standarts__content p {
  margin-bottom: 27px;
}
.garanty {
  padding: 80px 0;
}
.garanty__title {
  color: #000;
  line-height: 1.3;
}
.garanty__title span {
  color: var(--main-blue);
}
.slider-wrap {
  display: block;
  position: relative;
}
.slider__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  line-height: 0;
  margin-top: -30px;
}
.slider__nav-l {
  left: 0;
}
.slider__nav-r {
  right: 0;
  transform: scale(-1);
}
.garanty-slider {
  display: block;
}
.swiper-slide {
  box-sizing: border-box;
}
.slider__pagination {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 9px;
  margin-top: 24px;
}
.slider__pagination span {
  opacity: 1;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid var(--main-blue);
  background-color: #fff;
}
.slider__pagination .swiper-pagination-bullet-active {
  background-color: var(--main-blue);
}
.garanty .slider__item img {
  display: block;
  margin: 0 auto;
  max-width: 537px;
  width: 100%;
  height: 348px;
  -o-object-fit: cover;
  object-fit: cover;
}
.garanty .swiper-slide {
  transition: transform 0.4s;
}
.garanty .swiper-slide-active {
  transform: scale(1);
}
.garanty .swiper-slide-prev {
  transform: scale(0.4) translateX(300px);
}
.garanty .swiper-slide-next {
  transform: scale(0.4) translateX(-300px);
}
.garanty__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  flex-direction: column;
  margin-top: 40px;
}
.serts {
  background-color: var(--main-blue);
  padding: 80px 0;
}
.serts .slider__item img {
  display: block;
  margin: 0 auto;
  max-width: 360px;
  height: 514px;
  -o-object-fit: cover;
  object-fit: cover;
}
.serts .swiper-slide {
  transition: transform 0.4s;
}
.serts .swiper-slide-active {
  transform: scale(1);
}
.serts .swiper-slide-prev {
  transform: scale(0.7) translateX(280px);
}
.serts .swiper-slide-next {
  transform: scale(0.7) translateX(-280px);
}
.serts .slider__pagination span {
  opacity: 1;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
}
.serts .slider__pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.serts__title {
  color: #fff;
}
.serts__content {
  color: #fff;
  margin-bottom: 34px;
}
.serts__content p {
  margin-bottom: 0;
}
.how {
  padding: 80px 0 20px;
}
.how__title {
  display: block;
  color: #000;
}
.how__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 20px;
  flex-wrap: wrap;
}
.how__item {
  display: block;
  width: 45%;
  margin-bottom: 60px;
}
.how__item-head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  padding-left: 8px;
}
.how__item-head-ico {
  display: block;
}
.how__item-name {
  font-size: 24px;
  font-weight: 500;
}
.how__item-desc {
  display: block;
}

.how__item-desc h1 {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
}

.how__item-desc img {
  display: block;
  margin-top: 24px;
}
.table-wrap {
  border: 1px solid var(--main-blue);
  border-radius: 12px;
  margin-top: 24px;
  position: relative;
  overflow: hidden;
}
.how__item table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  font-family: sans-serif;
  overflow: hidden;
  border-radius: 12px;
}
.how__item td,
.how__item th {
  border: 1px solid var(--main-blue);
  padding: 20px 10px;
  font-size: 18px;
}
.how__item tr:first-child td,
.how__item tr:first-child th {
  border-top: none;
}
.how__item tr:last-child td,
.how__item tr:last-child th {
  border-bottom: none;
}
.how__item tr td:first-child,
.how__item tr th:first-child {
  border-left: none;
}
.how__item tr td:last-child,
.how__item tr th:last-child {
  border-right: none;
}
.how__item td:nth-child(2),
.how__item th:nth-child(2) {
  background-color: #fbd7d7;
}
.how__item td:nth-child(1),
.how__item th:nth-child(1) {
  background-color: #e6ecf3;
}
.how__item th {
  font-weight: 500;
  font-size: 18px;
}
.how__item td.saba {
  background-color: #fdecee;
  color: #000;
  font-weight: 600;
}
.earn {
  display: block;
  padding: 80px 0;
  background-color: var(--main-blue);
}
.earn__title {
  display: block;
  margin-bottom: 37px;
}
.earn__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.earn__item {
  max-width: 552px;
  width: 100%;
  padding: 40px 42px;
  border-radius: 12px;
  background-color: #fff;
}
.earn__item-num {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-red);
  font-weight: 500;
  font-size: 28px;
  text-align: center;
  width: 56px;
  height: 56px;
  border: 1px solid var(--main-blue);
  border-radius: 50%;
  margin: 0 auto 13px;
}
.earn__item-name {
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
}
.earn__item-name span {
  color: var(--main-red);
}
.earn__item-desc {
  display: block;
}
.earn__bottom {
  text-align: center;
}
.earn__bottom-name {
  font-weight: 600;
  line-height: 1.3;
  font-size: 28px;
  margin-bottom: 24px;
  color: #fff;
  margin-top: 37px;
  display: block;
}
.bonus {
  padding: 80px 0;
}
.bonus__container {
  display: block;
  padding-bottom: 15px;
}
.bonus__title {
  color: var(--main-blue);
  font-weight: 600;
  font-size: 28px;
}
.bonus__desc {
  font-size: 24px;
  font-weight: 500;
}
.bonus__desc p {
  margin-bottom: 15px;
}
.bonus-second {
  background-color: var(--main-blue);
  padding: 40px 0;
}
.bonus-second__container {
  display: block;
  border-radius: 12px;
  background-color: #fff;
  max-width: 1129px;
  text-align: center;
  color: #000;
  padding-top: 38px;
  padding-bottom: 33px;
}
.bonus-second__title {
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 18px;
  color: #000;
}
.bonus-second__desc {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  color: var(--main-blue);
  display: block;
}
.bonus-second__name {
  font-size: 28px;
  margin-bottom: 11px;
  font-weight: 600;
  color: var(--main-red);
  text-align: center;
  text-transform: uppercase;
  display: block;
}
.bonus-second__name-desc {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}
.bonus__bottom {
  text-align: center;
}
.bonus__bottom-title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  display: block;
}
.bonus__bottom-container {
  display: block;
  padding-top: 38px;
}
.faq {
  background-color: var(--main-blue);
  padding: 80px 0;
}
.faq__title {
  display: block;
}
.faq__item {
  padding: 8px 67px 5px 0;
  position: relative;
  cursor: pointer;
  margin-bottom: 18px;
  border-bottom: 2px solid #fff;
}
.faq__item-title {
  font-size: 24px;
  cursor: pointer;
  display: block;
  font-weight: 500;
  color: #fff;
}
.faq__item-body-inner {
  padding: 20px 0;
  color: #fff;
}
.faq__item-body {
  overflow: hidden;
  transition-duration: 0.3s;
  height: 0;
  font-size: 16px;
}
.faq__item.active .faq__item-body {
  height: auto;
  opacity: 1;
}
.faq__item-body p {
  display: block;
  margin-bottom: 20px;
}
.faq__item-body p:last-child {
  margin-bottom: 0;
}
.faq__item-body ul {
  display: list-item;
  margin: 10px 0 10px 20px;
  list-style: disc;
}
.faq__item-body li {
  margin-bottom: 10px;
}
.faq__item-body a {
  color: #fcd0b7;
}
.faq__item.active .faq__item-cotrol {
  transform: scaleY(-1) translateY(-14px);
}
.faq__item-cotrol {
  width: 25px;
  height: 25px;
  position: absolute;
  transition-duration: 0.3s;
  right: 0;
  top: 6px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.map-block {
  padding: 80px 0;
}
.map-block__map {
  max-width: 767px;
  width: 100%;
  height: 561px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--main-blue);
}
.map-block__map iframe {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: fill;
  object-fit: fill;
  border-radius: 12px;
}
.map-block__title {
  display: block;
  color: #000;
}
.map-block__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.map__contacts {
  max-width: 286px;
  width: 100%;
}
.map__contacts-item {
  display: block;
  margin-bottom: 14px;
  line-height: 1.6;
}
.map__contacts-item-name {
  font-size: 24px;
  font-weight: 500;
  display: block;
  margin-bottom: 2px;
  color: var(--main-blue);
}
footer.line {
  background-color: var(--main-blue);
  padding: 36px 0;
}
footer.line .logo img {
  width: 169px;
}
footer.line .container {
  padding-right: 104px;
}
.modal {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: opacity 0.5s;
  opacity: 0;
  visibility: hidden;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal__content {
  max-width: 560px;
  width: 95%;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #f2f8fa;
  z-index: 999;
  padding: 50px 60px;
  border-radius: 12px;
  overflow: hidden;
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
}
.modal__close {
  position: absolute;
  top: 26px;
  right: 27px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background: 0 0;
  border: none;
  z-index: 998;
}
.modal__close:hover {
  cursor: pointer;
}
.modal__close:hover::after,
.modal__close:hover::before {
  background-color: var(--main-red);
}
.modal__close::after,
.modal__close::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: var(--main-blue);
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__modal__close {
  display: block;
}
.modal__title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 40px;
}
.modal__desc {
  font-size: 16px;
  margin-bottom: 32px;
  text-align: center;
}
.modal .text-field {
  max-width: 100%;
  width: 100%;
  margin-bottom: 15px;
}
.modal__btn {
  margin-top: 0;
  margin-bottom: 15px;
  max-width: 100%;
  width: 100%;
  height: 60px;
  line-height: 61px;
}
.modal__form {
  display: block;
}
.modal-success .modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.modal-success svg {
  width: 100px;
}
@media (max-width: 1480px) {
  .hero__img {
    right: 0;
    max-width: 750px;
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .serts .swiper-slide-prev {
    transform: scale(0.6) translateX(260px);
  }
  .serts .swiper-slide-next {
    transform: scale(0.6) translateX(-260px);
  }
}
@media (max-width: 992px) {
  .hero {
    padding: 40px 0;
  }
  .hero__img {
    position: static;
  }
  .hero__wrap {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }
  .hero__content {
    text-align: center;
  }
  .standarts__wrap {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .standarts__content {
    padding-top: 20px;
  }
  .how__wrap {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .how__item {
    width: 100%;
  }
  .video-block__wrap {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .map-block__wrap {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .map__contacts {
    max-width: 590px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
  }
  .map__contacts-item {
    width: calc(50% - 10px);
  }
  .map__contacts-item:nth-child(1) {
    order: 0;
  }
  .map__contacts-item:nth-child(2) {
    order: 1;
  }
  .map__contacts-item:nth-child(3) {
    order: 5;
  }
  .map__contacts-item:nth-child(4) {
    order: 3;
  }
  .map__contacts-item:nth-child(5) {
    order: 4;
  }
  .slider .swiper-slide-next,
  .slider .swiper-slide-prev {
    transform: unset;
  }
  .slider-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .line__btn {
    display: none;
  }
  .line__contacts {
    margin: 0;
  }
  .hero {
    padding: 20px 0;
  }
  .hero__bottom-name {
    font-size: 20px;
  }
  .hero__bottom-subname {
    font-size: 18px;
  }
  .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .bonus,
  .brands,
  .earn,
  .faq,
  .garanty,
  .how,
  .map,
  .map-block,
  .serts,
  .standarts,
  .try,
  .video-block {
    padding: 40px 0;
  }
  .try__line-name {
    font-size: 20px;
  }
  .try__line-subname {
    font-size: 22px;
  }
  .brands__item-name {
    font-size: 20px;
  }
  .how__item-head-ico {
    height: 40px;
  }
  .how__item-name {
    font-size: 20px;
  }
  .earn__wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .earn__item {
    max-width: 100%;
    padding: 25px;
  }
  .earn__item-name {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .earn__bottom-name {
    font-size: 20px;
  }
  .bonus__desc {
    font-size: 18px;
  }
  .bonus-second__desc {
    font-size: 20px;
  }
  .bonus-second__name {
    font-size: 24px;
  }
  .bonus-second__name-desc {
    font-size: 24px;
  }
  .bonus__bottom-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .faq__item-title {
    font-size: 20px;
  }
  footer .line__logo {
    width: 95px;
  }
  footer.line .container {
    padding-right: 20px;
  }
  .modal__title {
    font-size: 20px;
  }

  .modal__close {
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
    line-height: 1.3;
  }
  .line {
    padding: 16px 0;
    position: relative;
  }
  .line__contacts-block {
    gap: 7px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .line__contacts-item-tel {
    font-size: 12px;
    background-size: 16px;
    padding-left: 20px;
  }
  .line__contacts-item-email {
    background-size: 16px;
    font-size: 12px;
    padding-left: 23px;
  }
  .line__contacts {
    gap: 0;
    width: 100%;
    justify-content: flex-end;
  }
  .line__logo {
    width: 60px;
  }
  .line__container {
    justify-content: space-between;
    gap: 20px;
  }
  .line__contacts-soc-item {
    width: 24px;
    height: 24px;
  }
  .hero__item-name {
    font-size: 16px;
  }
  .hero__item-desc {
    font-size: 14px;
  }
  .hero__item {
    margin-bottom: 16px;
  }
  .hero__bottom-name {
    font-size: 16px;
  }
  .hero__bottom-subname {
    font-size: 14px;
  }
  .mini-form {
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
    margin: 0 auto;
  }
  .text-field {
    height: 46px;
    padding: 10px 23px;
    font-size: 16px;
    max-width: 100%;
    text-align: center;
  }
  .btn {
    font-size: 16px;
  }
  .mini-form__btn {
    max-width: 100%;
    height: 46px;
    line-height: 47px;
  }
  .try__img {
    border-radius: 12px;
  }
  .title {
    font-size: 16px;
  }
  .try__line-name {
    font-size: 16px;
  }
  .try__line-subname {
    font-size: 16px;
  }
  .try__mini-form {
    margin-top: 20px;
  }
  .video-link {
    /* height: auto; */
  }
  .map__img {
    border-radius: 12px;
  }
  .map__desc {
    font-size: 14px;
  }
  .brands__container {
    flex-direction: column;
  }
  .brands__item-last {
    margin-top: 0;
  }
  .standarts__content p {
    margin-bottom: 20px;
  }
  .how__item td,
  .how__item th {
    padding: 10px;
    font-size: 12px;
  }
  .how__item-name {
    font-size: 16px;
  }
  .how__item {
    margin-bottom: 35px;
  }
  .how__item:last-child {
    margin-bottom: 0;
  }
  .earn__item-num {
    font-size: 16px;
    width: 36px;
    height: 36px;
  }
  .earn__item-name {
    font-size: 16px;
  }
  .earn__bottom-name {
    font-size: 16px;
  }
  .serts__content {
    margin-bottom: 20px;
  }
  .bonus__desc {
    font-size: 14px;
  }
  .bonus__desc p {
    margin-bottom: 10px;
  }
  .bonus {
    padding-top: 30px;
  }
  .bonus-second__container {
    background-color: var(--main-blue);
    color: #fff;
    padding: 0;
  }
  .bonus-second__title {
    color: #fff;
    text-transform: uppercase;
  }
  .bonus-second__desc {
    color: #fff;
    font-size: 16px;
  }
  .bonus-second__name-desc {
    font-size: 16px;
  }
  .bonus-second__name {
    font-size: 16px;
  }
  .bonus__bottom-title {
    font-size: 16px;
  }
  .faq__item-title {
    font-size: 16px;
  }
  .faq__item-cotrol {
    width: 18px;
    height: 15px;
    top: 12px;
  }
  .faq__item-cotrol svg {
    width: 100%;
    height: 100%;
  }
  .map__contacts-item-name {
    font-size: 16px;
  }
  .map__contacts-item {
    font-size: 14px;
    margin-bottom: 0;
  }
  .map-block__map {
    height: 300px;
  }
  .slider__nav svg {
    width: 100%;
    height: 100%;
  }
  .slider__nav {
    width: 10px;
  }
  .garanty .slider__item img {
    width: 100%;
    height: 180px;
  }
  .serts .slider__item img {
    width: 100%;
    height: 400px;
  }
  footer.line .logo img {
    width: 60px;
  }
  .faq__item-body {
    font-size: 14px;
  }
  .faq__item.active .faq__item-cotrol {
    transform: scaleY(-1) translateY(-3px);
  }
}
