@charset "UTF-8";

@font-face {
  font-family: Muller;
  src: url(../fonts/MullerLight.otf) format("opentype");
  font-weight: 300;
}

@font-face {
  font-family: Muller;
  src: url(../fonts/MullerRegular.otf) format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: Muller;
  src: url(../fonts/MullerMedium.otf) format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: Muller;
  src: url(../fonts/MullerBold.otf) format("opentype");
  font-weight: 700;
}

@-webkit-keyframes opas {
  0% {
    opacity: .4;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: .4;
  }
}

@keyframes opas {
  0% {
    opacity: .4;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: .4;
  }
}

@-webkit-keyframes fadeOpas {
  0% {
    transform: translateY(110%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeOpas {
  0% {
    transform: translateY(110%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes tooltipShow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tooltipShow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@-webkit-keyframes rotate22 {
  0% {
    transform: translate(0, 0) rotate(0);
  }

  50% {
    transform: translate(-3vw, 0) rotate(-30deg);
  }

  100% {
    transform: translate(0, 0) rotate(0);
  }
}

@keyframes rotate22 {
  0% {
    transform: translate(0, 0) rotate(0);
  }

  50% {
    transform: translate(-3vw, 0) rotate(-30deg);
  }

  100% {
    transform: translate(0, 0) rotate(0);
  }
}

@-webkit-keyframes rotate23 {
  0% {
    transform: translate(0, 0) rotate(0);
  }

  50% {
    transform: translate(4.5vw, 0) rotate(40deg);
  }

  100% {
    transform: translate(0, 0) rotate(0);
  }
}

@keyframes rotate23 {
  0% {
    transform: translate(0, 0) rotate(0);
  }

  50% {
    transform: translate(4.5vw, 0) rotate(40deg);
  }

  100% {
    transform: translate(0, 0) rotate(0);
  }
}

@-webkit-keyframes rotate2 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate2 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes deg {
  0% {
    transform: rotate(0);
  }

  60% {
    transform: rotate(-45deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes deg {
  0% {
    transform: rotate(0);
  }

  60% {
    transform: rotate(-45deg);
  }

  100% {
    transform: rotate(0);
  }
}

@-webkit-keyframes jamp {
  0% {
    margin-top: 0;
  }

  15% {
    margin-top: -1rem;
  }

  25% {
    margin-top: 0;
  }

  35% {
    margin-top: -.5rem;
  }

  45% {
    margin-top: 0;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes jamp {
  0% {
    margin-top: 0;
  }

  15% {
    margin-top: -1rem;
  }

  25% {
    margin-top: 0;
  }

  35% {
    margin-top: -.5rem;
  }

  45% {
    margin-top: 0;
  }

  100% {
    margin-top: 0;
  }
}

@-webkit-keyframes jampTrf {
  0% {
    transform: translateY(0);
  }

  15% {
    transform: translateY(-7%);
  }

  25% {
    transform: translateY(0);
  }

  35% {
    transform: translateY(-3%);
  }

  45% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes jampTrf {
  0% {
    transform: translateY(0);
  }

  15% {
    transform: translateY(-7%);
  }

  25% {
    transform: translateY(0);
  }

  35% {
    transform: translateY(-3%);
  }

  45% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@-webkit-keyframes pulseicon-a {
  0% {
    transform: translate(0, 0) scale(0.85);
  }

  50% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(0, 0) scale(0.85);
  }
}

@keyframes pulseicon-a {
  0% {
    transform: translate(0, 0) scale(0.85);
  }

  50% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(0, 0) scale(0.85);
  }
}

@-webkit-keyframes pulseicon {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }

  50% {
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    transform: translate(-50%, -50%) scale(0.8);
  }
}

@keyframes pulseicon {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }

  50% {
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    transform: translate(-50%, -50%) scale(0.8);
  }
}

@-webkit-keyframes phone {
  0% {
    transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
  }

  50% {
    transform: translate(-50%, -50%) rotate(0) scale(1.01);
  }

  100% {
    transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
  }
}

@keyframes phone {
  0% {
    transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
  }

  50% {
    transform: translate(-50%, -50%) rotate(0) scale(1.01);
  }

  100% {
    transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
  }
}

@-webkit-keyframes pulseiconLine {
  0% {
    transform: translateX(-55%) scale(0.7);
  }

  50% {
    transform: translateX(-65%) scale(1);
  }

  100% {
    transform: translateX(-55%) scale(0.7);
  }
}

@keyframes pulseiconLine {
  0% {
    transform: translateX(-55%) scale(0.7);
  }

  50% {
    transform: translateX(-65%) scale(1);
  }

  100% {
    transform: translateX(-55%) scale(0.7);
  }
}

@-webkit-keyframes scale-before {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }

  50% {
    transform: translate(-50%, -50%) scale(1);
    opacity: .7;
  }

  100% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
}

@keyframes scale-before {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }

  50% {
    transform: translate(-50%, -50%) scale(1);
    opacity: .7;
  }

  100% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
}

@-webkit-keyframes transform-shiver {
  0% {
    transform: translate(0, 0) rotate(0);
  }

  25% {
    transform: translate(-5px, 0) rotate(0);
  }

  75% {
    transform: translate(5px, 0) rotate(0);
  }

  100% {
    transform: translate(0, 0) rotate(0);
  }
}

@keyframes transform-shiver {
  0% {
    transform: translate(0, 0) rotate(0);
  }

  25% {
    transform: translate(-5px, 0) rotate(0);
  }

  75% {
    transform: translate(5px, 0) rotate(0);
  }

  100% {
    transform: translate(0, 0) rotate(0);
  }
}

@-webkit-keyframes transform-shiver2 {
  0% {
    transform: translate(0, 0) rotate(0);
  }

  25% {
    transform: translate(0, -5px) rotate(0);
  }

  75% {
    transform: translate(0, 5px) rotate(0);
  }

  100% {
    transform: translate(0, 0) rotate(0);
  }
}

@keyframes transform-shiver2 {
  0% {
    transform: translate(0, 0) rotate(0);
  }

  25% {
    transform: translate(0, -5px) rotate(0);
  }

  75% {
    transform: translate(0, 5px) rotate(0);
  }

  100% {
    transform: translate(0, 0) rotate(0);
  }
}

@-webkit-keyframes car1 {
  0% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(-200px, 10px) scale(0);
  }
}

@keyframes car1 {
  0% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(-200px, 10px) scale(0);
  }
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(249, 223, 20, 0.5);
  }

  70% {
    box-shadow: 0 0 0 25px rgba(249, 223, 20, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(249, 223, 20, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(249, 223, 20, 0.5);
  }

  70% {
    box-shadow: 0 0 0 25px rgba(249, 223, 20, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(249, 223, 20, 0);
  }
}

@-webkit-keyframes sbs-anim {
  0% {
    opacity: 1;
    transform: translateX(0) translateY(0) rotate(0) scale(1, 1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  50% {
    opacity: 1;
    transform: translateX(-2px) translateY(-8px) rotate(-5deg) scale(1, 1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 1;
    transform: translateX(0) translateY(0) rotate(0) scale(1, 1);
  }
}

@keyframes sbs-anim {
  0% {
    opacity: 1;
    transform: translateX(0) translateY(0) rotate(0) scale(1, 1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  50% {
    opacity: 1;
    transform: translateX(-2px) translateY(-8px) rotate(-5deg) scale(1, 1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 1;
    transform: translateX(0) translateY(0) rotate(0) scale(1, 1);
  }
}

@-webkit-keyframes pop {
  0% {
    transform: perspective(1px) rotateX(0) scale3d(1, 1, 1);
  }

  100% {
    transform: perspective(1px) rotateX(0) scale3d(1.2, 1.2, 1.2);
  }
}

@keyframes pop {
  0% {
    transform: perspective(1px) rotateX(0) scale3d(1, 1, 1);
  }

  100% {
    transform: perspective(1px) rotateX(0) scale3d(1.2, 1.2, 1.2);
  }
}

@-webkit-keyframes puff-out {
  0% {
    transform: translate(-50%, -50%) rotate(0) scale(1, 1);
    transform-origin: 50% 50%;
    transform-origin-opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) rotate(0) scale(2, 2);
    transform-origin: 50% 50%;
    opacity: 0;
  }
}

@keyframes puff-out {
  0% {
    transform: translate(-50%, -50%) rotate(0) scale(1, 1);
    transform-origin: 50% 50%;
    transform-origin-opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) rotate(0) scale(2, 2);
    transform-origin: 50% 50%;
    opacity: 0;
  }
}

@-webkit-keyframes slide-up-in {
  0% {
    transform: translate(0, 100%) rotate(1deg);
    opacity: 0;
    transform-origin: 0 0;
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
    transform-origin: 0 0;
  }
}

@keyframes slide-up-in {
  0% {
    transform: translate(0, 100%) rotate(1deg);
    opacity: 0;
    transform-origin: 0 0;
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
    transform-origin: 0 0;
  }
}

.fade_in {
  opacity: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

.title-first {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

.subtitle-first {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

@-webkit-keyframes d3 {
  0% {
    transform: perspective(900) rotateY(-42deg) translateX(59%);
  }

  80% {
    transform: perspective(0) rotateY(0) translateX(59%);
  }

  100% {
    transform: perspective(0) rotateY(0) translateX(0);
  }
}

@keyframes d3 {
  0% {
    transform: perspective(900) rotateY(-42deg) translateX(59%);
  }

  80% {
    transform: perspective(0) rotateY(0) translateX(59%);
  }

  100% {
    transform: perspective(0) rotateY(0) translateX(0);
  }
}

@-webkit-keyframes d3-end {
  0% {
    transform: perspective(0) rotateY(0) translateX(0);
  }

  80% {
    transform: perspective(0) rotateY(0) translateX(59%);
  }

  100% {
    transform: perspective(900) rotateY(-42deg) translateX(59%);
  }
}

@keyframes d3-end {
  0% {
    transform: perspective(0) rotateY(0) translateX(0);
  }

  80% {
    transform: perspective(0) rotateY(0) translateX(59%);
  }

  100% {
    transform: perspective(900) rotateY(-42deg) translateX(59%);
  }
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-family: Muller,sans-serif;
  line-height: 1.2;
  font-weight: 400;
  overflow-x: hidden;
  color: #282828;
  background-color: #fff;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

a, button, input, select, textarea {
  outline: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #282828;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
  align-self: center;
}

.slick-slide, .slick-slide * {
  outline: 0 !important;
}

.black {
  color: #5a5a59;
}

.poe {
  pointer-events: none;
}

.mrm {
  margin-right: .5vw;
}

.mr {
  margin-right: 1vw;
}

.mrs {
  margin-right: 1.5vw;
}

.mrx {
  margin-right: .781vw;
}

.lt {
  color: #fff;
}

.ggc {
  color: #69bdad;
}

.gray {
  color: grey;
}

.asfs {
  align-self: flex-start;
}

.title-lg {
  font-size: 3.125vw;
  font-weight: 400;
  line-height: 1;
}

.title-num {
  font-size: 5.208vw;
}

.title72 {
  font-size: 3.75vw;
}

.tac {
  text-align: center;
}

.fw1 {
  font-weight: 100;
}

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw4 {
  font-weight: 400;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fwb {
  font-weight: 700;
}

.fw9 {
  font-weight: 900;
}

.fsi {
  font-style: italic;
}

.tar {
  text-align: right;
}

.tdt {
  text-decoration: line-through;
}

.tdu {
  text-decoration: underline;
}

.center {
  text-align: center;
}

.ttu {
  text-transform: uppercase;
}

.ttn {
  font-family: TTNorms;
}

.title {
  font-size: 2.76vw;
}

.t-min {
  font-size: 1.875vw;
}

.t-ss {
  font-size: 1.5vw;
}

.t-min2 {
  font-size: 1.5625vw;
}

.text {
  font-size: .885vw;
}

.text-md {
  font-size: 1.042vw;
}

.tg {
  color: #f78449;
}

.tg2 {
  color: #afe4d6;
}

a.text-min {
  color: #181818;
  transition: all .4s;
}

a.text-min:hover {
  color: #ff7200;
}

.small-text {
  font-size: .92vw;
}

.tsm8 {
  font-size: .55vw;
}

.tsm10 {
  font-size: .61vw;
}

.tsm11 {
  font-size: .7vw;
}

.tsm12 {
  font-size: .677vw;
}

.tsm13 {
  font-size: .88125vw;
}

.text24 {
  font-size: 1.25vw;
}

.text23 {
  font-size: 1.3vw;
}

.text21 {
  font-size: 1.2vw;
}

.container {
  max-width: 81.771vw;
  margin: 0 auto;
}

.container-big {
  max-width: 89.583vw;
  margin: 0 auto;
}

.container-min {
  max-width: 69.271vw;
  margin: 0 auto;
}

.container-mid {
  max-width: 84.896vw;
  margin: 0 auto;
}

.container--left {
  width: 100%;
  padding-left: 7.852vw;
}

.container--right {
  width: 100%;
  padding-right: 7.5vw;
}

.mlg {
  margin-bottom: 4.167vw;
}

.msm {
  margin-bottom: 3.333vw;
}

.mb {
  margin-bottom: 2.083vw;
}

.mbm {
  margin-bottom: .7vw;
}

.mbs {
  margin-bottom: .41vw;
}

.stop {
  overflow: hidden;
}

.section {
  padding: 6vw 0;
  position: relative;
}

.max {
  width: 100%;
}

.btn-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  white-space: nowrap;
}

.gr {
  color: #8d8d8d;
}

.btn {
padding: 2.135vw 2.396vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
    border-radius: 100px;
    box-shadow: 0 43px 101px rgb(120 136 255 / 20%), 0 4px 0 #74479c, inset 0 0 15px rgb(206 229 251 / 30%);
    background-image: linear-gradient(to top, #74479c 0, #9e72b1 99%);
    z-index: 6;
    cursor: pointer;
    border: none;
    position: relative;
    color: #fff;
    letter-spacing: .073vw;
    text-transform: uppercase;
    font-weight: 600;
}

.btn--arrows {
  gap: 1.198vw;
}

.btn .btn-blick {
  position: absolute;
}

.btn:not(:disabled) .btn-blick {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  overflow: hidden;
}

.btn:not(:disabled) .btn-blick:after {
  margin-left: -30px;
  content: " ";
  width: 30px;
  height: 300px;
  background: #fff;
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
  position: absolute;
  left: -40px;
  top: -150px;
  top-animation-timing-function: ease-in-out;
  transition: all .1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transform: rotate(45deg);
}

.btn:hover {
  box-shadow: 0 43px 101px rgba(120, 136, 255, 0.2), 0 -4px 0 #74479c, inset 0 0 15px rgba(206, 229, 251, 0.3);
}

.btn.btn--gray {
  background-color: #f0f0f0;
  box-shadow: none;
  color: #282728;
}

.btn.btn--gray:hover {
  background-color: #e3e3e3;
}

.btn.btn--light {
  padding: 1.042vw 1.979vw;
  background-color: #fff;
  color: #282728;
}

.btn.btn--light:hover {
  background-color: #df0b31;
  color: #fff;
}

.btn.btn--outline {
  border-radius: 3px;
  border: 1px solid #fff;
  background: 0 0;
  box-shadow: none;
  color: #fff;
  padding: 1.302vw 1.5625vw;
}

.btn.btn--outline:hover {
  background-color: #4e9ef7;
  border-color: #4e9ef7;
}

.btn.btn--blue {
  background-color: #0d4ea1;
  height: 3.28125vw;
  padding: 0 4.21875vw 0 3.229vw;
}

.btn.btn--blue::after {
  content: '';
  border: solid #fff;
  border-width: 0 .1vw .1vw 0;
  display: inline-block;
  padding: .12vw;
  position: absolute;
  top: 50%;
  right: 3.3vw;
  transform: translateY(-50%) rotate(-45deg);
}

.btn.btn--blue:hover {
  background-color: #0b4389;
}

.btn.light {
  color: #191919;
  background-image: linear-gradient(to top, #ffe97e 0, #fdf7ad 100%);
  box-shadow: 0 8px 13px rgba(214, 186, 92, 0.49), inset 0 -4px 1px #d6ba5c;
}

.btn.light:hover {
  box-shadow: 0 8px 13px rgba(214, 186, 92, 0.49), inset 0 4px 1px #d6ba5c;
}

.btn.bord {
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0 0 2px #a7a7a7;
  color: #ddd;
}

.btn.bord:hover {
  box-shadow: 0 0 20px #a7a7a7;
}

.btn.bord.bdr {
  border: 1px solid #1491d0;
  background: #fff;
  box-shadow: 0 0 2px #1491d0;
  color: #1491d0;
}

.btn.bord.bdr:hover {
  box-shadow: 0 0 20px #1491d0;
}

.btn.big {
  padding: 1.5vw 1vw;
}

.btn.min {
  padding-top: .6vw;
  padding-bottom: .6vw;
}

.bubbly-button:not(:disabled) .blick {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  pointer-events: none;
}

.bubbly-button:not(:disabled) .blick:after {
  margin-left: -30px;
  content: " ";
  width: 30px;
  height: 300px;
  background: #fff;
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
  position: absolute;
  left: -40px;
  top: -150px;
  top-animation-timing-function: ease-in-out;
  transition: all .1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transform: rotate(45deg);
}

.bubbly-button:hover .btn-img {
  transform: translateY(5px);
}

.btn-cent {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.btn-img {
  width: 1.5vw;
  height: 1.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all .4s ease;
}

.burger {
  width: 3.7rem;
  height: 4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: .3rem;
}

.burger span {
  display: block;
  width: 65%;
  height: 1px;
  border-radius: 4px;
  position: relative;
  background-color: #f7844a;
}

.burger span:after, .burger span:before {
  content: '';
  position: absolute;
  display: block;
  width: 150%;
  height: 1px;
  right: 0;
  background-color: #f7844a;
  border-radius: 4px;
}

.burger span:before {
  top: -1rem;
}

.burger span:after {
  bottom: -1rem;
}

.burger__wrap {
  text-transform: uppercase;
  color: #d7d7d7;
  display: flex;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  transition: all .4s;
  display: none;
  width: 0;
}

.burger__wrap:hover {
  color: #f7844a;
}

.link {
  transition: all .4s;
  position: relative;
  display: inline-flex;
  align-items: center;
  letter-spacing: .75px;
}

.link--underline {
  padding-bottom: .26vw;
}

.link--underline::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #fff;
  transition: all .4s;
}

.link--underline:hover:before {
  width: 40%;
}

.link:not(.link--underline):hover {
  color: #7888ff;
}

.link.link--colored {
  color: #7888ff;
}

.link.link--colored::before {
  border-color: #7888ff;
}

input:-ms-input-placeholder {
  color: #282728;
}

input::-moz-placeholder {
  color: #282728;
}

input::placeholder {
  color: #282728;
}

textarea:-ms-input-placeholder {
  color: #282728;
}

textarea::-moz-placeholder {
  color: #282728;
}

textarea::placeholder {
  color: #282728;
}

.inp-min {
  width: 30.5%;
}

.inp-md {
  width: 45%;
}

.inp-big {
  width: 100%;
}

.area {
  padding: 1vw 1vw;
}

.arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4vw;
  height: 4vw;
  z-index: 18;
  transition: all .4s;
  cursor: pointer;
  border: none;
  background: 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .7vw;
}

.arrows.t2 {
  width: 5vw;
  height: 5vw;
}

.arrows.t4 {
  width: 3.5vw;
  height: 3.5vw;
}

.arrows.t6 {
  box-shadow: 0 5px 54px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border-radius: 100%;
  filter: grayscale(1);
}

.arrows:hover {
  opacity: .7;
  transform: translateY(-50%) scale(1.1);
}

.arrows:hover.t6 {
  filter: grayscale(0);
  opacity: 1;
}

.slidePrev {
  left: 3.5rem;
}

.slidePrev.t2 {
  left: -2.5vw;
}

.slidePrev.t4 {
  left: -1.1vw;
}

.slidePrev.t3 {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.slidePrev.t3:hover {
  opacity: .7;
  transform: translateX(-50%) scale(1.1);
}

.slideNext {
  right: 3.5rem;
}

.slideNext.t2 {
  right: -2.5vw;
}

.slideNext.t4 {
  right: -1.1vw;
}

.slideNext.t3 {
  left: 50%;
  bottom: -1vw;
  top: auto;
  right: auto;
  transform: translateX(-50%);
}

.slideNext.t3:hover {
  opacity: .7;
  transform: translateX(-50%) scale(1.1);
}

.check-box {
  cursor: pointer;
  display: block;
}

.check-line {
  display: flex;
  align-items: center;
}

.check-label {
  width: 1.1vw;
  height: 1.1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .2vw;
  position: relative;
  flex-shrink: 0;
  margin-right: .5vw;
  box-shadow: inset 0 0 10px rgba(140, 140, 140, 0.04);
  border-radius: 2px;
  border: 1px solid #d1d1d1;
  background-color: #fff;
}

.check-label.v2 {
  border-radius: 100%;
  box-shadow: 0 5px 10px rgba(43, 43, 51, 0.1);
  border: 1px solid #e8e8e8;
  background-color: #fff;
  width: 1.5vw;
  height: 1.5vw;
  padding: .2vw;
}

.check-label.v2 .check-label-act {
  width: 1vw;
  height: 1vw;
  border-radius: 100%;
  padding: .2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4ca352;
}

.check-label-act {
  transition: all .4s;
  transform: scale(0);
}

.check-label.min {
  width: 1vw;
  height: 1vw;
  border-radius: 2px;
}

.block-imp-bf {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #ddd;
  transition: all .4s;
}

.block-imp {
  padding: 1.3vw 1.5vw;
  position: relative;
  margin-right: .7vw;
}

.rhide {
  display: none;
}

.rhide:checked ~ span .check-label-act {
  transform: scale(1);
}

.rhide:checked ~ span .check-label.min {
  background-color: #5bd273;
}

.rhide:checked ~ .block-imp-bf {
  background-color: #4ca352;
  border: 1px solid #4ca352;
}

.rhide:checked ~ .tsm13 {
  color: #fff;
  position: relative;
}

.rhide:checked ~ .times-block div.fancy-select div.trigger {
  color: #fff !important;
}

.wac {
  color: #3fbf3f !important;
}

.vic {
  color: #8173c7 !important;
}

.tgc {
  color: #5fcff2 !important;
}

.emc {
  color: #fbc855 !important;
}

.vf {
  background-color: #fff;
  padding: 2.6vw 2vw;
  box-shadow: 0 0 40px rgba(133, 138, 160, 0.1);
  transform: skewY(-2deg);
  z-index: 4;
  position: relative;
}

.vf:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #d1d5e4;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  z-index: 1;
}

.vf-wrap {
  transform: skewY(2deg);
  position: relative;
  z-index: 5;
}

.line-tg {
  border-bottom: 1px solid #dcbf8b;
  width: 40%;
}

.line-tg.min {
  margin-left: auto;
  margin-right: auto;
  width: 7vw;
  border-bottom: 1px solid #cccdd4;
}

.pre {
  position: relative;
  z-index: 4;
}

.blc {
  color: #303030 !important;
}

.lcb {
  color: #303030;
  transition: all .4s;
}

.lcb:hover {
  color: #e30613;
}

.aic {
  align-items: center;
}

.text-rotate {
  position: absolute;
  left: 0;
  top: 0;
  width: 8vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 71;
}

.text-rotate.right {
  left: auto;
  right: 0;
}

.text-rotate-item {
  position: relative;
  transform: rotate(-90deg);
  white-space: nowrap;
  display: inline-block;
  color: rgba(140, 140, 140, 0.5);
}

.text-rotate-item:before {
  content: '';
  position: absolute;
  left: -3.4vw;
  top: 50%;
  transform: translateY(-50%);
  border-top: 1px solid #d1d1d1;
  width: 3vw;
  height: 1px;
}

.text-rotate-item:after {
  content: '';
  position: absolute;
  right: -3.4vw;
  top: 50%;
  transform: translateY(-50%);
  border-top: 1px solid #d1d1d1;
  width: 3vw;
  height: 1px;
}

.text-rotate-item.wh {
  color: #ffff;
}

.line {
  width: 3vw;
  height: 2px;
  background-color: #1a1a1a;
  background-image: linear-gradient(to right, #f7844a 0, #ffad2f 100%);
}

.line.cen {
  margin-left: auto;
  margin-right: auto;
}

.line.gr {
  background-color: #333;
}

.line.gr2 {
  background-color: #9d9d9d;
}

.line-big {
  width: 8vw;
}

.line.big2 {
  width: 17vw;
}

.tal {
  text-align: left;
}

.tb {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

.tgr {
  background-image: linear-gradient(to right, #f7844a 0, #ffad2f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.poin {
  pointer-events: none;
  position: relative;
  z-index: 43;
}

.tlt-mod {
  position: relative;
}

.tlt-mod:before {
  content: '';
  position: absolute;
  left: -4.3vw;
  width: 3.5vw;
  height: 2px;
  top: 1.3vw;
  z-index: 12;
  background-color: #1a1a1a;
  background-image: linear-gradient(to right, #f7844a 0, #ffad2f 100%);
}

.tlt-mod:after {
  content: '';
  position: absolute;
  left: -17.3vw;
  width: 13.5vw;
  height: 1px;
  top: 1.3vw;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.1);
}

.tlt-mod.lth:after {
  background-color: #dedede;
}

.text-mod {
  position: relative;
}

.text-mod:before {
  content: '';
  position: absolute;
  left: -2vw;
  width: 1.5vw;
  height: 2px;
  top: .5vw;
  background-color: #1a1a1a;
  background-image: linear-gradient(to right, #f7844a 0, #ffad2f 100%);
  width: 0;
}

.text-mod:after {
  content: '';
  position: absolute;
  left: -2vw;
  width: 1.5vw;
  height: 2px;
  top: .5vw;
  background-color: rgba(255, 255, 255, 0.2);
}

.jcsb {
  justify-content: space-between;
}

.posa {
  position: absolute;
}

.fdc {
  flex-direction: column;
}

.mobs {
  display: none;
}

@media (max-width: 900px) {
	.main {
    height: 90vh;
}
  html {
    overflow-x: hidden;
  }

  .title-lg {
    font-size: 3.2rem;
  }

  .title-mslg {
    font-size: 5.5rem;
    letter-spacing: .2rem;
  }

  .title-elg {
    font-size: 6.6rem;
    letter-spacing: .2rem;
  }

  .title {
    font-size: 2.6rem;
  }

  .tgg {
    padding: .1rem .4rem;
    margin: .2rem 0;
  }

  .t-min {
    font-size: 1.95rem;
  }

  .t-ss {
    font-size: 1.7rem;
  }

  .t-min2 {
    font-size: 1.9rem;
  }

  .text-tg {
    margin-left: 1.5rem;
  }

  .text-md {
    font-size: 1.4rem;
  }

  .text {
    font-size: 1.2rem;
  }

  .small-text {
    font-size: 1.1rem;
  }

  .tsm8 {
    font-size: .8rem;
  }

  .tsm {
    font-size: .9rem;
  }

  .tsm10 {
    font-size: 1rem;
  }

  .tsm11 {
    font-size: 1rem;
  }

  .tsm12 {
    font-size: 1rem;
  }

  .tsm13 {
    font-size: 1.1rem;
  }

  .mr1 {
    margin-right: 1rem;
  }

  .tnum {
    font-size: 2.9rem;
  }

  .text24 {
    font-size: 1.4rem;
  }

  .text23 {
    font-size: 1.3rem;
  }

  .text21 {
    font-size: 1.3rem;
  }

  .container {
    max-width: 90vw;
    margin: 0 auto;
  }

  .container-min {
    max-width: 90vw;
    margin: 0 auto;
  }

  .container-md {
    max-width: 90vw;
    margin: 0 auto;
  }

  .container-mm {
    max-width: 90vw;
    margin: 0 auto;
  }

  .mlg {
    margin-bottom: 4.5rem;
  }

  .msm {
    margin-bottom: 2.4rem;
  }

  .mb {
    margin-bottom: 1.5rem;
  }

  .mbm {
    margin-bottom: .7rem;
  }

  .mbs {
    margin-bottom: .41rem;
  }

  .section {
    padding: 6rem 0;
  }

  .mrm {
    margin-right: .5rem;
  }

  .mr {
    margin-right: 1rem;
  }

  .mrs {
    margin-right: 1.5rem;
  }
}

.modal-wrap, .overlay {
  display: none;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: scroll;
}

.modal-wrap {
  background-color: transparent;
  transform-style: preserve-3d;
  transform: perspective(1000);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.modal-wrap-close {
  z-index: 11;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.modal {
  position: absolute;
  top: 10vh;
  left: 50%;
  border: 1px solid #f78449;
  margin-bottom: 8vw;
  background-color: #1a1a1a;
  color: #fff;
  width: 26vw;
  transition: all .8s ease;
  transform-style: preserve-3d;
  z-index: 77;
  transform: perspective(3400) rotateZ(27deg) rotateY(-72deg) translateX(-50%);
}

.modal:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  border: 1px solid #f78449;
  transform: translate(-50%, -50%);
}

.modal.active {
  transform: perspective(3400) rotateZ(0) rotateY(0) translateX(-50%);
}

.modal-card {
  transition: all .3s ease;
  padding: 3vw 2vw;
  padding-top: 4vw;
  transform-style: preserve-3d;
  transform: perspective(900) rotateY(-40deg) translateX(59%);
}

.modal-card.active {
  -webkit-animation: d3 .8s linear 0s 1 normal both;
  animation: d3 .8s linear 0s 1 normal both;
}

.modal-card.closed {
  -webkit-animation: d3-end .4s linear 0s 1 normal both;
  animation: d3-end .4s linear 0s 1 normal both;
}

.modal-min {
  width: 31vw;
}

.modal-mb {
  width: 80vw;
}

.modal-big {
  width: 51vw;
}

.modal-big2 {
  width: 55vw;
}

.modal-sm {
  width: 36vw;
}

.close {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5vw;
  height: 1.5vw;
  transform: translate(-100%, 100%);
  cursor: pointer;
  z-index: 99;
}

.close:after, .close:before {
  position: absolute;
  left: 50%;
  content: ' ';
  height: 100%;
  width: 2px;
  background-color: #c7cbcf;
  transition: all .4s;
  border-radius: 3px;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

.close:hover:after, .close:hover:before {
  background-color: #f78449;
} /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

div.fancy-select {
  position: relative;
  font-size: .85vw;
  color: #727272;
  cursor: pointer;
  font-weight: 400;
  width: 100%;
}

div.fancy-select.disabled {
  opacity: .5;
}

div.fancy-select div.trigger {
  text-align: left;
  position: relative;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  border-radius: 7px;
  background: url(../img/plc/input.png) no-repeat center;
  background-size: 100% 100%;
  text-align: center;
  font-style: italic;
  padding: .3vw 1vw;
  padding-left: 2vw;
  padding-right: 2.2vw;
  border: none;
  color: #727272;
  font-size: 1vw;
  height: 3.8vw;
  width: 100%;
  transition: all 240ms ease-out;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
}

div.fancy-select div.trigger:after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -3px;
  right: .8vw;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 8px solid #afafb0;
  transform: rotate(180deg);
  transition: all .4s;
  z-index: 9;
}

.lazyloaded {
  opacity: 1;
  transition: opacity .3s;
}

div.fancy-select div.trigger.open {
  box-shadow: none;
}

div.fancy-select div.trigger.open:after {
  transform: rotate(0);
}

div.fancy-select ul.options {
  padding-left: 0;
  list-style: none;
  margin: 0;
  margin-top: -2px;
  position: absolute;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  overflow: auto;
  background-color: #fff;
  width: 100%;
  max-height: 22vh;
  overflow-y: auto;
  overflow-x: hidden;
  transition: opacity .3s ease-out,top .3s ease-out,visibility .3s ease-out;
  -webkit-transition: opacity .3s ease-out,top .3s ease-out,visibility .3s ease-out;
  -moz-transition: opacity .3s ease-out,top .3s ease-out,visibility .3s ease-out;
  -ms-transition: opacity .3s ease-out,top .3s ease-out,visibility .3s ease-out;
  -o-transition: opacity .3s ease-out,top .3s ease-out,visibility .3s ease-out;
}

div.fancy-select ul.options.open {
  visibility: visible;
  top: 85%;
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: opacity .3s ease-out,top .3s ease-out;
  -webkit-transition: opacity .3s ease-out,top .3s ease-out;
  -moz-transition: opacity .3s ease-out,top .3s ease-out;
  -ms-transition: opacity .3s ease-out,top .3s ease-out;
  -o-transition: opacity .3s ease-out,top .3s ease-out;
}

div.fancy-select ul.options.overflowing {
  top: 100%;
  transition: opacity .3s ease-out,bottom .3s ease-out,visibility .3s ease-out;
  -webkit-transition: opacity .3s ease-out,bottom .3s ease-out,visibility .3s ease-out;
  -moz-transition: opacity .3s ease-out,bottom .3s ease-out,visibility .3s ease-out;
  -ms-transition: opacity .3s ease-out,bottom .3s ease-out,visibility .3s ease-out;
  -o-transition: opacity .3s ease-out,bottom .3s ease-out,visibility .3s ease-out;
}

div.fancy-select ul.options.overflowing.open {
  top: 100%;
  transition: opacity .3s ease-out,bottom .3s ease-out;
  -webkit-transition: opacity .3s ease-out,bottom .3s ease-out;
  -moz-transition: opacity .3s ease-out,bottom .3s ease-out;
  -ms-transition: opacity .3s ease-out,bottom .3s ease-out;
  -o-transition: opacity .3s ease-out,bottom .3s ease-out;
}

div.fancy-select ul.options li {
  text-align: left;
  padding: 1.1vw;
  color: #9699a9;
  cursor: pointer;
  white-space: nowrap;
  margin: 0;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
}

div.fancy-select ul.options li:before {
  display: none;
}

div.fancy-select ul.options li.selected {
  color: #fad366;
}

div.fancy-select ul.options li.hover {
  color: #fad366;
  cursor: pointer;
}

.to_top {
  position: fixed;
  right: 2.5vw;
  bottom: 1.5vw;
  box-shadow: 0 0 84px rgba(0, 108, 163, 0.41);
  background-color: #dcbf8b;
  width: 3.5vw;
  height: 3.5vw;
  border-radius: 100%;
  padding: .7vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 189;
  opacity: 0;
  transform: scale(0);
  transition: all .4s;
}

.to_top:before {
  content: '';
  position: relative;
  border: .8vw solid transparent;
  border-bottom: 1vw solid #fff;
  transform: translateY(-25%);
  transition: all .4s;
}

.to_top.act {
  opacity: 1;
  transform: scale(1);
}

.to_top:hover:before {
  transform: translateY(-37%);
}

.online {
  position: relative;
  padding-left: 1.198vw;
}

.online::before {
  content: '';
  border-radius: 50%;
  width: .417vw;
  height: .417vw;
  background-color: #52b060;
  position: absolute;
  top: .3vw;
  left: 0;
  -webkit-animation: online 2s infinite;
  animation: online 2s infinite;
}

.socials {
  display: flex;
  gap: .625vw;
}

.socials-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.604vw;
  height: 2.604vw;
  border-radius: 50%;
  transition: .3s;
}

.socials-item:hover {
  transform: scale(1.05);
}

.socials-item.is-whatsapp {
  background-color: #9069ae;
}


.socials-item.is-telegram {
  background-color: #00a2f2;
}

.socials-item.is-telegram img {
  width: .99vw;
}

.phone {
  display: flex;
  align-items: center;
}

.phone img {
  width: .677vw;
  margin-right: .521vw;
  margin-bottom: .3vw;
}

.colored {
  color: #7888ff;
}

.mbl {
  margin-bottom: 2.708vw;
}

.area, .input {
  padding: 1.5625vw 2.604vw;
  border-radius: 100px;
  border: 1px solid transparent;
  color: #282828;
  width: 100%;
  position: relative;
  background-color: #f7f7f7;
  line-height: 1.042vw;
}

.area::-moz-placeholder, .input::-moz-placeholder {
  opacity: .38;
}

.area:-ms-input-placeholder, .input:-ms-input-placeholder {
  opacity: .38;
}

.area::placeholder, .input::placeholder {
  opacity: .38;
}

.area:-ms-input-placeholder, .input:-ms-input-placeholder {
  opacity: .38;
}

.area::-ms-input-placeholder, .input::-ms-input-placeholder {
  opacity: .38;
}

.fz10 {
  font-size: .521vw;
}

.fz11 {
  font-size: .573vw;
}

.fz13 {
  font-size: .677vw;
}

.fz14 {
  font-size: .729vw;
}

.fz15 {
  font-size: .78125vw;
}

.fz16 {
  font-size: .833vw;
}

.fz17 {
  font-size: .885vw;
}

.fz18 {
  font-size: .9375vw;
}

.fz20 {
  font-size: 1.042vw;
}

.fz22 {
  font-size: 1.146vw;
}

.fz24 {
  font-size: 1.25vw;
}

.fz25 {
  font-size: 1.302vw;
}

.fz27 {
  font-size: 1.40625vw;
}

.fz30 {
  font-size: 1.5625vw;
}

.fz36 {
  font-size: 1.875vw;
}

.fz40 {
  font-size: 2.083vw;
}

.fz46 {
  font-size: 2.396vw;
}

.fz48 {
  font-size: 2.5vw;
}

.fz55 {
  font-size: 2.865vw;
}

.fz60 {
  font-size: 3.125vw;
}

.fz75 {
  font-size: 3.90625vw;
}

.fz100 {
  font-size: 5.208vw;
}

@-webkit-keyframes online {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes online {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes animPulse {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}

@keyframes animPulse {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}

@-webkit-keyframes scroll {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-25%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-25%);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes loadingBg {
  0% {
    background-position: 2%;
  }

  100% {
    background-position: 100%;
  }
}

@keyframes loadingBg {
  0% {
    background-position: 2%;
  }

  100% {
    background-position: 100%;
  }
}

@media (max-width: 900px) {
  .container-big {
    max-width: 90vw;
    margin: 0 auto;
  }

  .fz10 {
    font-size: 1rem;
  }

  .fz11 {
    font-size: 1rem;
  }

  .fz13 {
    font-size: 1rem;
  }

  .fz14 {
    font-size: 1.1rem;
  }

  .fz15 {
    font-size: 1.2rem;
  }

  .fz16 {
    font-size: 1.3rem;
  }

  .fz17 {
    font-size: 1.3rem;
  }

  .fz18 {
    font-size: 1.5rem;
  }

  .fz20 {
    font-size: 1.8rem;
  }

  .fz22 {
    font-size: 1.8rem;
  }

  .fz24 {
    font-size: 1.8rem;
  }

  .fz25 {
    font-size: 2rem;
  }

  .fz27 {
    font-size: 1.40625rem;
  }

  .fz30 {
    font-size: 1.8rem;
  }

  .fz36 {
    font-size: 1.875rem;
  }

  .fz40 {
    font-size: 2.083rem;
  }

  .fz46 {
    font-size: 2.396rem;
  }

  .fz48 {
    font-size: 2.5rem;
  }

  .fz55 {
    font-size: 2.565rem;
  }

  .fz60 {
    font-size: 2.125rem;
  }

  .fz75 {
    font-size: 3.5rem;
  }

  .fz100 {
    font-size: 3.5rem;
  }

  .online {
    padding-left: 1.198rem;
  }

  .online::before {
    width: .417rem;
    height: .417rem;
    top: .3rem;
  }

  .socials {
    gap: .625rem;
  }

  .socials-item {
    width: 3rem;
    height: 3rem;
  }

  .socials-item.is-whatsapp img {
    width: 1.2rem;
  }

  .socials-item.is-telegram img {
    width: 1.2rem;
  }

  .phone img {
    width: .677rem;
    margin-right: .521rem;
    margin-bottom: .3rem;
  }

  .mbl {
    margin-bottom: 2.708rem;
  }

  .area, .input {
    padding: 1.5625rem 2.604rem;
    line-height: 1.042rem;
  }

  .btn {
    padding: 2.135rem 2.396rem;
  }

  .btn--arrows {
    gap: 1rem;
  }
}

.main {
  background-size: cover;
  color: #000;
}


.header__inner {
  padding: 1.5625vw 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 2.03125vw;
}

.logo__img {
  display: flex;
  width: 12.76vw;
}

.quest {
  display: flex;
  align-items: center;
  gap: 1.354vw;
}

.quest__img {
  display: flex;
  width: 4.01vw;
  padding-left: 0;
}

.quest__img::before {
  top: .99vw;
  right: .3125vw;
  left: unset;
}

.quest__text {
  line-height: 1.25vw;
}

.work-time {
  line-height: 1.09375vw;
}

.nav {
  padding: .521vw 0;
}

.nav__inner {
  display: flex;
  justify-content: space-between;
  letter-spacing: .09375vw;
  text-transform: uppercase;
}

.nav__inner a {
  transition: .3s;
}

.nav__inner a:hover {
  color: #7888ff;
}

.btn-arrows {
  display: flex;
  align-items: center;
  gap: .208vw;
  margin-bottom: .1vw;
}

.btn-arrows--left {
  transform: rotate(180deg);
}

.btn-arrow {
  display: flex;
  width: .521vw;
  -webkit-animation: opacity 2s ease-in infinite;
  animation: opacity 2s ease-in infinite;
}

.btn-arrow:nth-child(2) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.btn-arrow:nth-child(3) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.nav__mob {
  display: none;
}

@media (max-width: 900px) {
  .header__inner {
    padding: 1.5625rem 0;
  }

  .header__inner .link.link--underline {
    display: none;
  }

  .logo {
    gap: 1rem;
  }

  .logo__img {
    width: 14rem;
  }

  .logo__text {
    display: none;
  }

  .quest {
    gap: 1.354rem;
  }

  .quest__img {
    width: 4.01rem;
    display: none;
  }

  .quest__img::before {
    top: .99rem;
    right: .3125rem;
  }

  .quest__text {
    line-height: 1.25rem;
    display: none;
  }

  .work-time {
    line-height: 1.09375rem;
    display: none;
  }

  .nav {
    padding: .521rem 0;
  }

  .nav__inner {
    letter-spacing: .09375rem;
  }

  .nav__inner a {
    color: #282828;
  }

  .btn-arrows {
    gap: .208rem;
    margin-bottom: .1rem;
  }

  .btn-arrow {
    width: .521rem;
  }

  .header-contacts .phone {
    font-size: 0;
  }

  .header-contacts .phone img {
    width: 1.2rem;
  }

  .nav {
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 75%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    transform: translateX(-100%);
    transition: all .4s ease-in;
  }

  .nav__mob {
    display: inline-flex;
    align-items: center;
    position: absolute;
    right: 1rem;
    top: 2.2rem;
  }

  .nav__burger {
    width: 1.7rem;
    height: 1.4rem;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    display: flex;
  }

  .nav__burger-item {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    position: relative;
    background-color: #7888ff;
  }

  .nav.active {
    transform: translateX(0);
  }

  .nav__close {
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 3rem;
    right: 3rem;
    display: block;
  }

  .nav__close::after, .nav__close::before {
    content: ' ';
    position: absolute;
    left: 50%;
    height: 100%;
    width: 3px;
    background-color: #7888ff;
    border-radius: 3px;
  }

  .nav__close::before {
    transform: rotate(45deg);
  }

  .nav__close::after {
    transform: rotate(-45deg);
  }

  .nav__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav__item {
    padding: 1rem 2.292rem;
    font-size: 1.5rem;
  }
}

.hero__inner {
  position: relative;
  padding-left: 3.59375vw;
}

.hero__title {
  line-height: 3.6vw;
}

.hero__text {
  display: flex;
  align-items: center;
  gap: 1.302vw;
}

.circles {
  display: flex;
  align-items: center;
  gap: .417vw;
}

.circles span {
  width: .521vw;
  height: .521vw;
  border: 1px solid #7888ff;
  border-radius: 50%;
  -webkit-animation: opacity 1s infinite;
  animation: opacity 1s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.circles span:nth-child(2) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.circles span:nth-child(3) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.hero-items {
  width: 40.729vw;
  padding: 0 3.125vw;
}

.hero-items .hero-item {
  display: flex;
  align-items: center;
  gap: 1.09375vw;
}

.hero-items .hero-item__check {
  width: 2.917vw;
  height: 2.917vw;
  border: 1px solid rgba(0, 0, 0, 0.26);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.hero-items .hero-item__check img {
  width: .78125vw;
}

.hero-items .hero-item__text {
  line-height: 1.354vw;
}

.slick-next, .slick-prev {
  width: .833vw;
  height: 1.458vw;
  background: url(../img/slider-arrow.png) center no-repeat;
  background-size: contain;
  opacity: .35;
  transition: .3s;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  background: url(../img/slider-arrow.png) center no-repeat;
  background-size: contain;
  opacity: 1;
}

.slick-next::before, .slick-prev::before {
  display: none;
}

.slick-prev {
  left: 0;
  transform: translate(0, -50%) rotate(180deg);
}

.slick-next {
  right: 0;
}

.hero-plus {
  position: absolute;
  z-index: 1;
}

.hero-plus:hover .hero-plus__hover {
  opacity: 1;
}

.hero-plus__check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875vw;
  height: 1.875vw;
  padding-top: .3vw;
  border-radius: 50%;
  background-color: #fff;
  line-height: 1.875vw;
  color: #7888ff;
  position: relative;
  cursor: pointer;
}

.hero-plus__check::after, .hero-plus__check::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: .15;
  border-radius: 50%;
  -webkit-animation: animPulse 2s linear infinite;
  animation: animPulse 2s linear infinite;
  z-index: -1;
}

.hero-plus__check::after {
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

.hero-plus__hover {
  padding: 1.5vw;
  opacity: 0;
  transition: .4s;
  pointer-events: none;
  border-radius: 5px;
  background-color: #fff;
  color: #282828;
  white-space: nowrap;
  position: absolute;
  top: .9vw;
  right: .9375vw;
  z-index: -2;
}

.scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.51vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3.698vw;
}

.scroll__text {
  letter-spacing: .026vw;
}

.scroll__img {
  display: flex;
  width: .78125vw;
  position: relative;
  transform: translateY(0);
}

.scroll__img.scroll-anim {
  -webkit-animation: scroll 2s infinite;
  animation: scroll 2s infinite;
}

@media (max-width: 900px) {
  .hero {
    padding-top: 9rem;
    padding-bottom: 8rem;
  }

  .hero__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .hero__inner .btn {
    align-self: center;
  }

  .hero__title {
    line-height: 2.8rem;
  }
  
  .main {
    background-position: 60% 50%;
}

  .hero__text {
    gap: 1rem;
  }

  .circles {
    gap: .417rem;
  }

  .circles span {
    width: .521rem;
    height: .521rem;
  }

  .hero-items {
    width: 100%;
    padding: 0 3.125rem;
  }

  .hero-items .hero-item {
    gap: 1rem;
  }

  .hero-items .hero-item__check {
    width: 2.5rem;
    height: 2.5rem;
  }

  .hero-items .hero-item__check img {
    width: 10px;
  }

  .hero-items .hero-item__text {
    line-height: 1.354rem;
  }

  .hero-items .hero-item__text br {
    display: none;
  }

  .slick-next, .slick-prev {
    width: .833rem;
    height: 1.458rem;
  }

  .hero-plus__check {
    width: 2.5rem;
    height: 2.5rem;
    padding-top: .5rem;
    line-height: 2.5rem;
  }

  .hero-plus__hover {
    padding: 1.5rem;
    top: .9rem;
    left: .9375rem;
    right: unset;
  }

  .scroll {
    gap: 1.51rem;
    bottom: -6.698rem;
  }

  .scroll__text {
    letter-spacing: .026rem;
  }

  .scroll__img {
    width: 1.2rem;
  }

  .hero-plus {
    position: relative;
    left: unset !important;
    top: unset !important;
  }

  .hero-plus:hover {
    z-index: 9;
  }

  .hero-pluses {
    display: none;
  }
}


.quiz__inner {
  padding: 3.90625vw 8.758vw;
  box-shadow: 0 16px 98px 11px rgba(21, 21, 22, 0.05);
  border-radius: 25px;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quiz__inner::before {
  content: '';
  width: calc(100% - 1.146vw);
  height: calc(100% - 1.146vw);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 25px;
  border: 1px solid #e5e5e5;
  pointer-events: none;
}

.quiz-top {
  display: flex;
  align-items: center;
  gap: 2.083vw;
}

.quiz-wrap {
  display: flex;
  justify-content: space-between;
  gap: 2.708vw;
  align-self: flex-start;
}

.quiz-right {
  padding-top: 19.21875vw;
  width: 20.729vw;
  height: 39.498vw;
  border-radius: 25px;
  background-color: #f7f7f7;
  position: relative;
}

.quiz-right__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.604vw;
}

.quiz-right__img {
  display: flex;
  width: 19.74vw;
  position: absolute;
  bottom: 0;
  left: 0;
}

.quiz-person {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.042vw;
}

.quiz-person__img {
  display: flex;
  width: 13.75vw;
}

.quiz-person__position {
  padding: .573vw 1.09375vw;
  position: absolute;
  left: 6vw;
  top: 13.5vw;
  z-index: 1;
}

.quiz-person__position::before {
  content: '';
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: -1;
  border-radius: 7px;
  transform: skewX(-11deg);
}

.quiz-person__name {
  padding: .729vw 1.042vw;
  position: absolute;
  left: 6.4vw;
  top: 14.9vw;
  z-index: 2;
  white-space: nowrap;
}

.quiz-person__name::before {
  content: '';
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #7888ff;
  z-index: -1;
  border-radius: 7px;
  transform: skewX(-11deg);
}

.quiz-top-block {
  border-radius: 3.125vw;
  background-color: #ededed;
  height: 6.25vw;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
}

.quiz-top-block--warranty {
  padding: 0 6.5625vw 0 3.125vw;
  background-image: url(../img/block-warranty.png);
  background-position: top right;
  background-size: 6.25vw;
}

.quiz-top-block--gifts {
  padding: 0 9.167vw 0 2.865vw;
  background-image: url(../img/block-gifts.png);
  background-position: top right;
  background-size: 8.59375vw;
}

.quiz-top-block--calc {
  padding: 0 6.667vw 0 3.177vw;
  background-image: url(../img/block-calc.png);
  background-position: top right;
  background-size: 7.34375vw;
}

.quiz-top.quiz-top--semifinal {
  gap: .78125vw;
}

.quiz-form {
  width: 40.365vw;
  display: flex;
  flex-direction: column;
}

.quiz-progress {
  position: relative;
}

.quiz-progress__bar {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 2.5vw;
  border-radius: 24px;
  background-color: #f7f7f7;
}

.quiz-progress__inner {
  position: absolute;
  left: .26vw;
  top: 50%;
  transform: translateY(-50%);
  height: 2.083vw;
  border-radius: 24px;
  background-color: #7888ff;
  -webkit-animation: loadingBg 15s infinite linear;
  animation: loadingBg 15s infinite linear;
  background-image: url(../img/loading.png);
  width: 12%;
}

.quiz-progress__text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.quiz-options {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.823vw;
  column-gap: 1.823vw;
  row-gap: 1.25vw;
  margin-bottom: 2.083vw;
}

.quiz-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 12.24vw;
  cursor: pointer;
}

.quiz-option:hover .quiz-option__checkbox {
  background-color: #8795ff;
}

.quiz-option__input {
  display: none;
}

.quiz-option__input:checked ~ .quiz-option__wrapper .quiz-option__checkbox {
  background-color: #f4f7fa;
}

.quiz-option__input:checked ~ .quiz-option__wrapper .quiz-option__checkbox::before {
  background-color: #8795ff;
}

.quiz-option__input:checked ~ .quiz-option__wrapper .quiz-option__checkbox img:first-child {
  display: none;
}

.quiz-option__input:checked ~ .quiz-option__wrapper .quiz-option__checkbox img:last-child {
  display: flex;
}

.quiz-option__wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 1.5625vw;
}

.quiz-option__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 9.115vw;
  border-radius: 1.042vw;
  overflow: hidden;
  background-color: #ededed;
}

.quiz-option__img::before {
  content: '?';
  font-size: 2.396vw;
  color: #b1b1b1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.quiz-option__img img {
  z-index: 1;
}

.quiz-option__checkbox {
  width: 2.083vw;
  height: 2.083vw;
  border-radius: 50%;
  background-color: #f4f7fa;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.0415vw;
  transition: .3s;
  z-index: 2;
}

.quiz-option__checkbox::before {
  content: '';
  width: 1.354vw;
  height: 1.354vw;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.quiz-option__checkbox img {
  width: .573vw;
  z-index: 1;
}

.quiz-option__checkbox img:last-child {
  display: none;
}

.quiz-item-3__title {
  margin-top: 2.865vw;
  margin-bottom: 4.6875vw;
}

.quiz-option.quiz-option--slider {
  width: 100%;
  cursor: unset;
  margin-bottom: 2.525vw;
}

.quiz-option.quiz-option--slider .quiz-option__block {
  display: flex;
  align-items: center;
  gap: .78125vw;
}

.quiz-option.quiz-option--slider .quiz-option__range-input {
  width: 4.479vw;
  height: 2.34375vw;
  border-radius: 100px;
  border: 1px solid #bfbcbc;
  text-align: center;
  cursor: default;
  -moz-appearance: textfield;
}

.quiz-option.quiz-option--slider .quiz-option__range-input::-webkit-inner-spin-button, .quiz-option.quiz-option--slider .quiz-option__range-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quiz-option.quiz-option--slider .quiz-option__slider {
  width: 100%;
}

.quiz-option.quiz-option--slider .quiz-option__slider .irs--flat .irs-line {
  height: 15px;
  border-radius: 8px;
}

.quiz-option.quiz-option--slider .quiz-option__slider .irs--flat .irs-max, .quiz-option.quiz-option--slider .quiz-option__slider .irs--flat .irs-min {
  display: none;
}

.quiz-option.quiz-option--slider .quiz-option__slider .irs--flat .irs-single {
  display: none;
}

.quiz-option.quiz-option--slider .quiz-option__slider .irs-grid {
  bottom: -12px;
}

.quiz-option.quiz-option--slider .quiz-option__slider .irs--flat .irs-grid-pol {
  display: none;
}

.quiz-option.quiz-option--slider .quiz-option__slider .irs--flat .irs-grid-text {
  color: #151516;
  font-size: .833vw;
  font-weight: 700;
}

.quiz-option.quiz-option--slider .quiz-option__slider .irs--flat .irs-grid-text::after {
  content: ' ��';
  font-size: .833vw;
  font-weight: 700;
}

.quiz-option.quiz-option--slider .quiz-option__slider .irs--flat .irs-grid-text.js-grid-text-0 {
  left: 1% !important;
}

.quiz-option.quiz-option--slider .quiz-option__slider .irs--flat .irs-grid-text.js-grid-text-1 {
  left: 98% !important;
}

.quiz-option.quiz-option--slider .quiz-option__slider .irs--flat .irs-bar {
  border-radius: 8px;
  height: 15px;
  background-color: #7888ff;
}

.quiz-option.quiz-option--slider .quiz-option__slider .irs--flat .irs-handle {
  width: 24px;
  height: 24px;
  box-shadow: 0 0 35px rgba(40, 39, 40, 0.15);
  border: 4px solid #fff;
  background-color: #7888ff;
  border-radius: 50%;
  top: 21px;
  cursor: pointer;
}

.quiz-option.quiz-option--slider .quiz-option__slider .irs--flat .irs-handle i:first-child {
  display: none;
}

.quiz-options.quiz-options--inline {
  -moz-column-gap: .78125vw;
  column-gap: .78125vw;
  row-gap: 1.354vw;
  margin-top: 3.333vw;
}

.quiz-options.quiz-options--column {
  flex-direction: column;
}

.quiz-item {
  position: relative;
}

.quiz-item__img {
  display: flex;
  width: 15vw;
  position: absolute;
  right: .573vw;
  top: 6.771vw;
}

.quiz-option.quiz-option--inline {
  flex-direction: row;
  width: 19.792vw;
}

.quiz-option.quiz-option--inline .quiz-option__checkbox {
  position: relative;
  left: 0;
  top: 0;
  transform: none;
}

.quiz-option.quiz-option--inline .quiz-option__wrapper {
  padding-left: .698vw;
  display: flex;
  align-items: center;
  gap: .59vw;
  height: 3.125vw;
  border-radius: 100px;
  background-color: #f7f7f7;
  margin-bottom: 0;
}

.quiz-option.quiz-option--big .quiz-option__img {
  height: 22.083vw;
}

.quiz-option.quiz-option--shopper .quiz-option__img img {
  width: 8.125vw;
}

.quiz-option.quiz-option--decorate .quiz-option__img img {
  width: 9.21875vw;
}

.quiz-option.quiz-option--promo .quiz-option__img img {
  width: 100%;
}

.quiz-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.quiz-click {
  display: flex;
  align-items: center;
  gap: .885vw;
}

.quiz-click__img {
  display: flex;
  width: 1.71875vw;
}

.quiz-click p {
  line-height: 1.042vw;
}

.quiz-btns {
  display: flex;
  align-items: center;
}

.quiz-btn {
  gap: .46875vw;
  padding: 1.5625vw 4.115vw;
}

.quiz-btn:hover:disabled .quiz-btn__hint {
  opacity: 1;
}

.quiz-btn__hint {
  position: absolute;
  left: 50%;
  bottom: 110%;
  width: 80%;
  color: #282828;
  box-shadow: 4px 7px 17px -6px #000;
  background-color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  z-index: 33;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: opacity .6s;
}

.quiz-btn .btn-arrows {
  margin-bottom: .2vw;
}

.quiz-btn .btn-arrow {
  width: .3125vw;
}

.btn.quiz-btn--prev {
  padding: 1.5625vw 3.333vw;
  background: 0 0;
  box-shadow: none;
  color: #282728;
  font-weight: 400;
  gap: .833vw;
}

.btn.quiz-btn--prev:hover {
  color: #7888ff;
}

.quiz-socials {
  display: flex;
  gap: .78125vw;
}

.quiz-social {
  cursor: pointer;
  min-width: 6.458vw;
}

.quiz-social:hover .quiz-social__wrapper {
  box-shadow: 0 7px 27px rgba(40, 40, 40, 0.1);
}

.quiz-social__input {
  display: none;
}

.quiz-social__input:checked ~ .quiz-social__wrapper {
  box-shadow: 0 7px 27px rgba(40, 40, 40, 0.1);
}

.quiz-social__input:checked ~ .quiz-social__wrapper .quiz-social__text {
  font-weight: 700;
}

.quiz-social__wrapper {
  padding: 1.25vw .99vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .833vw;
  transition: .3s;
  border-radius: 15px;
}

.quiz-social__img {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.604vw;
  height: 2.604vw;
}

.quiz-social.is-email .quiz-social__img {
  background-color: #fe7a55;
}

.quiz-social.is-email .quiz-social__img img {
  width: 1.146vw;
}

.quiz-social.is-viber .quiz-social__img {
  background-color: #7460f3;
}

.quiz-social.is-viber .quiz-social__img img {
  width: .99vw;
}

.quiz-social.is-whatsapp .quiz-social__img {
  background-color: #25d266;
}

.quiz-social.is-whatsapp .quiz-social__img img {
  width: 1.042vw;
}

.quiz-social.is-telegram .quiz-social__img {
  background-color: #00a2f2;
}

.quiz-social.is-telegram .quiz-social__img img {
  width: .99vw;
}

.quiz-item.quiz-item--semifinal {
  width: 35.365vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quiz-semifinal__wrapper {
  display: flex;
  align-items: center;
  gap: 1.146vw;
  margin-bottom: .573vw;
  margin-top: 1.042vw;
}

.quiz-semifinal__wrapper .btn, .quiz-semifinal__wrapper .input {
  padding-top: 0;
  padding-bottom: 0;
  height: 3.958vw;
  width: 50%;
}

.quiz-semifinal__wrapper .input {
  padding: 0 2.404vw;
}

.quiz-semifinal__wrapper .btn {
  padding-left: 2.865vw;
  padding-right: 2.865vw;
}

.policy {
  display: flex;
  align-items: center;
  gap: .729vw;
}

.policy input:checked ~ .policy__check {
  background-color: #7888ff;
}

.policy input:checked ~ .policy__check img {
  display: block;
}

.policy__check {
  width: 1.042vw;
  height: 1.042vw;
  border-radius: 3px;
  border: 1px solid #7888ff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.policy__check img {
  width: .417vw;
  display: none;
}

.policy__text {
  line-height: 1;
}

.quiz-semifinal__bottom-text {
  margin-top: 1.667vw;
  margin-bottom: .885vw;
}

.quiz-semifinal-bg {
  display: flex;
  width: 54.53125vw;
  position: absolute;
    right: -4.9vw;
    bottom: -6.6vw;
  pointer-events: none;
}

@media (max-width: 900px) {
  .quiz {
    padding-top: 3rem;
    margin-top: 0;
  }

  .quiz__inner {
    padding: 2rem;
  }

  .quiz__inner::before {
    width: calc(100% - 1.146rem);
    height: calc(100% - 1.146rem);
  }

  .quiz-top {
    gap: 1rem;
    flex-direction: column;
    width: 100%;
  }

  .quiz-top .circles {
    display: none;
  }

  .quiz-wrap {
    gap: 2.708rem;
    align-self: center;
    width: 100%;
  }

  .quiz-right {
    display: none;
    padding-top: 19.21875rem;
    width: 20.729rem;
    height: 39.498rem;
  }

  .quiz-right__wrapper {
    gap: 2.604rem;
  }

  .quiz-right__img {
    width: 19.74rem;
  }

  .quiz-top-block {
    border-radius: 100px;
    height: 7.55rem;
    width: 100%;
  }

  .quiz-top-block--warranty {
    padding: 0 6.5625rem 0 3.125rem;
    background-size: 7.45rem;
  }

  .quiz-top-block--gifts {
    padding: 0 9.167rem 0 2.865rem;
    background-size: 10.39375rem;
  }

  .quiz-top-block--calc {
    padding: 0 6.667rem 0 3.177rem;
    background-size: 7.34375rem;
  }

  .quiz-top.quiz-top--semifinal {
    gap: .78125rem;
  }

  .quiz-form {
    width: 100%;
  }

  .quiz-progress__bar {
    height: 2.5rem;
  }

  .quiz-progress__inner {
    left: .26rem;
    height: 2.083rem;
  }

  .quiz-options {
    -moz-column-gap: 3px;
    column-gap: 3px;
    margin-bottom: 2.083rem;
    justify-content: center;
  }

  .quiz-option {
    width: 12.24rem;
  }

  .quiz-option__wrapper {
    margin-bottom: 1.5625rem;
  }

  .quiz-option__img {
    height: 9.115rem;
    border-radius: 1.042rem;
  }

  .quiz-option__img::before {
    font-size: 2.396rem;
  }

  .quiz-option__checkbox {
    width: 2.083rem;
    height: 2.083rem;
    bottom: -1.0415rem;
  }

  .quiz-option__checkbox::before {
    width: 1.354rem;
    height: 1.354rem;
  }

  .quiz-option__checkbox img {
    width: .573rem;
  }

  .quiz-item-3__title {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .quiz-option.quiz-option--slider {
    margin-bottom: 2.525rem;
  }

  .quiz-option.quiz-option--slider .quiz-option__block {
    gap: .78125rem;
  }

  .quiz-option.quiz-option--slider .quiz-option__range-input {
    width: 6.179rem;
    height: 3.44375rem;
  }

  .quiz-option.quiz-option--slider .quiz-option__slider .irs--flat .irs-grid-text {
    font-size: 1.3rem;
  }

  .quiz-options.quiz-options--inline {
    -moz-column-gap: .78125rem;
    column-gap: .78125rem;
    row-gap: 1.354rem;
    margin-top: 2rem;
  }

  .quiz-options.quiz-options--inline .quiz-option:last-child {
    width: auto;
  }

  .quiz-options.quiz-options--inline .quiz-option:last-child .quiz-option__wrapper {
    padding-right: 1rem;
  }

  .quiz-item__img {
    width: 15rem;
    right: .573rem;
    top: 6.771rem;
    display: none;
  }

  .quiz-option.quiz-option--inline {
    width: 11.992rem;
  }

  .quiz-option.quiz-option--inline .quiz-option__wrapper {
    padding-left: .698rem;
    gap: .59rem;
    height: 4rem;
  }

  .quiz-option.quiz-option--big .quiz-option__img {
    height: 22.083rem;
  }

  .quiz-option.quiz-option--shopper .quiz-option__img img {
    width: 8.125rem;
  }

  .quiz-option.quiz-option--decorate .quiz-option__img img {
    width: 9.21875rem;
  }

  .quiz-click {
    gap: .885rem;
    display: none;
  }

  .quiz-click__img {
    width: 1.71875rem;
  }

  .quiz-click p {
    line-height: 1.042rem;
  }

  .quiz-btn {
    gap: 1rem;
    padding: 1.5625rem 4.115rem;
  }

  .quiz-btn .btn-arrows {
    margin-bottom: .2rem;
  }

  .quiz-btn .btn-arrow {
    width: .5125rem;
  }

  .btn.quiz-btn--prev {
    padding: 0;
    margin-right: 1rem;
    gap: .833rem;
  }

  .quiz-socials {
    gap: 0;
  }

  .quiz-social {
    min-width: 6.458rem;
  }

  .quiz-social__wrapper {
    padding: 1.25rem .99rem;
    gap: .833rem;
  }

  .quiz-social__img {
    width: 2.604rem;
    height: 2.604rem;
  }

  .quiz-social.is-email .quiz-social__img img {
    width: 1.146rem;
  }

  .quiz-social.is-viber .quiz-social__img img {
    width: .99rem;
  }

  .quiz-social.is-whatsapp .quiz-social__img img {
    width: 1.042rem;
  }

  .quiz-social.is-telegram .quiz-social__img img {
    width: .99rem;
  }

  .quiz-item.quiz-item--semifinal {
    width: 100%;
  }

  .quiz-semifinal__wrapper {
    gap: 1rem;
    margin-bottom: 2rem;
    margin-top: 1.042rem;
    flex-direction: column;
    width: 100%;
  }

  .quiz-semifinal__wrapper .btn, .quiz-semifinal__wrapper .input {
    width: 100%;
    height: 4.5rem;
  }

  .quiz-semifinal__wrapper .input {
    padding: 0 2.404rem;
  }

  .quiz-semifinal__wrapper .btn {
    padding-left: 2.865rem;
    padding-right: 2.865rem;
  }

  .policy {
    gap: .729rem;
  }

  .policy__check {
    min-width: 2rem;
    height: 2rem;
  }

  .policy__check img {
    width: .717rem;
  }

  .quiz-semifinal__bottom-text {
    margin-top: 1.667rem;
    margin-bottom: .885rem;
  }

  .quiz-semifinal-bg {
    width: 54.53125rem;
    right: -5rem;
    bottom: -6rem;
    display: none !important;
  }

  .quiz__inner .fz46 br {
    display: none;
  }

  .quiz-progress__text {
    white-space: nowrap;
  }

  .quiz-bottom {
    justify-content: center;
  }

  .quiz-option.quiz-option--slider .quiz-option__slider .irs--flat .irs-grid-text::after {
    font-size: 1rem;
  }

  .quiz-option.quiz-option--slider .quiz-option__slider .irs--flat .irs-grid-text.js-grid-text-0 {
    left: 3% !important;
  }

  .quiz-option.quiz-option--slider .quiz-option__slider .irs--flat .irs-grid-text.js-grid-text-1 {
    left: 91% !important;
  }

  .quiz-btn__hint {
    display: none;
  }

  .quiz-options.quiz-options--inline.quiz-options--column .quiz-option {
    width: auto;
  }
}

.product-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.125vw;
}

.product-top-block__img {
  display: flex;
  width: 19.53125vw;
  margin-bottom: 1.615vw;
  border-radius: 15px;
  overflow: hidden;
}

.product-top-block__img:hover img {
  transform: scale(1.05);
}

.product-top-block__img img {
  transition: .3s;
}

.product-top-block p {
  text-align: center;
}

.product-btns {
  display: flex;
  gap: 1.042vw;
  flex-wrap: wrap;
  margin-bottom: 3.4375vw;
}

.product-btn {
  padding: 0 1.875vw;
  padding-right: 0;
  width: 12.76vw;
  height: 3.90625vw;
  border-radius: 10px;
  background-color: #f0f0f0;
  border: none;
  text-align: left;
  line-height: 1.09375vw;
  cursor: pointer;
  background-image: url(../img/product-btn-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0;
  transition: .1s;
}

.product-btn:hover {
  background-size: 100%;
}

.product-btn.active {
  background-color: #151516;
  background-size: 100%;
}

.product-btn.active span {
  color: #fff;
  border-color: #7888ff;
}

.product-btn span {
  border-bottom: 1px dashed rgba(120, 136, 255, 0.35);
  transition: .3s;
}

.product-item {
  display: flex;
  gap: 4.167vw;
}

.product-left {
  width: 40.365vw;
}

.product-right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.product-slider__img {
  display: flex;
  position: relative;
  width: 100%;
  height: 26.042vw;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 1.042vw;
}

.product-slider__img img {
  position: absolute;
  max-width: unset;
  max-height: unset;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-nav {
  margin: 0 -.521vw;
}

.product-nav__img {
  display: flex;
  position: relative;
  width: 9.375vw;
  height: 6.042vw;
  border-radius: 15px;
  overflow: hidden;
  margin: 0 .521vw;
}

.product-nav__img img {
  position: absolute;
  max-width: unset;
  max-height: unset;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-badge {
  position: absolute;
  right: 0;
  top: .26vw;
  padding: .729vw .99vw;
  border-radius: 20px;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  gap: .365vw;
}

.product-badge .circles {
  gap: .208vw;
}

.product-badge .circles span {
  width: .417vw;
  height: .417vw;
}

.product-list {
  display: flex;
  flex-direction: column;
  gap: 1.129vw;
}

.product-list__item {
  padding-left: 2.135vw;
  position: relative;
}

.product-list__item::before {
  content: '';
  display: block;
  width: 1.458vw;
  height: 1.458vw;
  margin-right: .677vw;
  background-color: #f0f0f0;
  border-radius: 50%;
  background-image: url(../img/check-colored.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: .46875vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.product-wrapper {
  display: flex;
  align-items: center;
  gap: 4.948vw;
}

.product-price {
  position: relative;
}

.product-plus {
  position: absolute;
  z-index: 1;
  right: -1.7vw;
  top: -1vw;
}

.product-plus:hover .product-plus__hover {
  opacity: 1;
}

.product-plus__check {
  padding: .417vw .729vw .417vw .885vw;
  position: relative;
  border-radius: 13px;
  background-color: #f0f0f0;
}

.product-plus__check-info {
  width: .521vw;
  height: .521vw;
  background-color: #7888ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .3125vw;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -.26vw;
}

.product-plus__check-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7888ff;
  opacity: .2;
  border-radius: 50%;
  -webkit-animation: animPulse 2s linear infinite;
  animation: animPulse 2s linear infinite;
  z-index: -1;
}

.product-plus__hover {
  padding: 1.5vw;
  opacity: 0;
  transition: .4s;
  pointer-events: none;
  border-radius: 5px;
  background-color: #fff;
  color: #282828;
  white-space: nowrap;
  position: absolute;
  bottom: .9vw;
  right: -7.0625vw;
  z-index: -2;
}

.product-item-btns {
  display: flex;
  gap: 1.979vw;
}

.product-item-btns .btn {
  height: 3.958vw;
}

.product-item-btns .btn--arrows {
  padding: 0 3.802vw 0 3.802vw;
  gap: .677vw;
}

.product-item-btns .btn--arrows img {
  width: .3125vw;
}

.product-item-btns .btn--product {
  padding: 0 2.76vw 0 2.083vw;
  display: flex;
  align-items: center;
  gap: .99vw;
}

.product-item-btns .btn--product .btn__img {
  display: flex;
  width: 1.09375vw;
}

.btn.btn--product {
  box-shadow: 0 43px 101px rgba(164, 189, 243, 0.2), 0 4px 0 #202020, inset 0 0 15px rgba(253, 254, 255, 0.07);
  background-image: linear-gradient(to top, #151516 0, #3c3c3c 99%);
}

.btn.btn--product:hover {
  box-shadow: 0 43px 101px rgba(164, 189, 243, 0.2), 0 -4px 0 #202020, inset 0 0 15px rgba(253, 254, 255, 0.07);
}

@media (max-width: 900px) {
  .product-top {
    margin-bottom: 2rem;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
  }

  .product-top-block {
    width: 48%;
  }

  .product-top-block__img {
    width: 100%;
    margin-bottom: 1.615rem;
  }

  .product-btns {
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: nowrap;
    overflow: auto;
    margin-right: -5vw;
    padding-bottom: 2rem;
  }

  .product-btn {
    padding: 0 1.875rem;
    width: auto;
    height: 4rem;
    line-height: 1.09375rem;
    white-space: nowrap;
  }

  .product-btn br {
    display: none;
  }

  .product-item {
    gap: 1rem;
    flex-direction: column;
  }

  .product-left {
    width: 100%;
  }

  .product-slider__img {
    height: 58vw;
    margin-bottom: 1rem;
  }

  .product-nav {
    margin: 0 -.5rem;
  }

  .product-nav__img {
    width: 9.375rem;
    height: 6.042rem;
    margin: 0 .5rem;
  }

  .product-badge {
    top: 0;
    right: unset;
    left: 0;
    padding: .729rem .99rem;
    gap: .365rem;
  }

  .product-badge .circles {
    gap: .208rem;
  }

  .product-badge .circles span {
    width: .417rem;
    height: .417rem;
  }

  .product-list {
    gap: 1rem;
    margin-top: 1rem;
  }

  .product-list__item {
    padding-left: 3rem;
  }

  .product-list__item::before {
    width: 2rem;
    height: 2rem;
    background-size: .7rem;
  }

  .product-wrapper {
    margin-top: 3rem;
    margin-bottom: 2rem;
    gap: 1rem;
    align-items: flex-start;
    flex-direction: column;
  }

  .product-plus {
    right: -8.7rem;
    top: -1.6rem;
  }

  .product-plus__check {
    padding: .417rem .729rem .417rem .885rem;
  }

  .product-plus__check-info {
    width: .521rem;
    height: .521rem;
    font-size: .3125rem;
    left: -.26rem;
  }

  .product-plus__hover {
    padding: 1.5rem;
    bottom: .9rem;
    right: -7.0625rem;
  }

  .product-item-btns {
    gap: 1.979rem;
    flex-direction: column;
  }

  .product-item-btns .btn {
    height: 4.5rem;
    width: 100%;
  }

  .product-item-btns .btn--arrows {
    padding: 0 3.802rem 0 3.802rem;
    gap: .677rem;
  }

  .product-item-btns .btn--arrows img {
    width: .3125rem;
  }

  .product-item-btns .btn--product {
    padding: 0 2.76rem 0 2.083rem;
    gap: .99rem;
  }

  .product-item-btns .btn--product .btn__img {
    width: 1.09375rem;
  }

  .product__inner .fz46 br {
    display: none;
  }

  .product-right {
    padding-top: 3.7rem;
  }
}

.download {
  padding: 0;
  z-index: 1;
}

.download-form {
  border-radius: 25px;
  background-color: #151516;
  padding: 4.21875vw 5.417vw;
  background-image: url(../img/download-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.download-wrapper {
  display: flex;
  align-items: center;
  gap: 1.927vw;
}

.download-socials {
  display: flex;
  align-items: center;
  gap: 1.458vw;
}

.download-social {
  cursor: pointer;
}

.download-social__input {
  display: none;
}

.download-social__input:checked ~ .download-social__wrapper .download-social__img img {
  opacity: 1;
}

.download-social__input:checked ~ .download-social__wrapper .download-social__text {
  opacity: 1;
}

.download-social__wrapper {
  display: flex;
  align-items: center;
  gap: .625vw;
}

.download-social__img {
  width: 2.865vw;
  height: 2.865vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #393939;
  transition: .3s;
}

.download-social__img img {
  width: 1.09375vw;
  opacity: .2;
  transition: .3s;
}

.download-social__text {
  opacity: .25;
  transition: .3s;
}

.download-social.is-viber:hover .download-social__img {
  background-color: #7460f3;
}

.download-social.is-viber .download-social__input:checked ~ .download-social__wrapper .download-social__img {
  background-color: #7460f3;
}

.download-social.is-telegram:hover .download-social__img {
  background-color: #00a2f2;
}

.download-social.is-telegram .download-social__input:checked ~ .download-social__wrapper .download-social__img {
  background-color: #00a2f2;
}

.download-social.is-whatsapp:hover .download-social__img {
  background-color: #25d266;
}

.download-social.is-whatsapp .download-social__input:checked ~ .download-social__wrapper .download-social__img {
  background-color: #25d266;
}

.download-inputs {
  display: flex;
  gap: 1.5625vw;
}

.download-inputs .btn, .download-inputs .input {
  padding-top: 0;
  padding-bottom: 0;
  height: 4.375vw;
}

.download-inputs .input {
  width: 15.052vw;
}

.input.input--dark {
  background-color: #151516;
  color: #fff;
}

.input.input--dark::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.input.input--dark:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.input.input--dark::placeholder {
  color: #fff;
  opacity: 1;
}

.download-img {
  display: flex;
  width: 60.15625vw;
  position: absolute;
  top: -2.5vw;
  right: -22.708vw;
}

@media (max-width: 900px) {
  .download {
    padding-bottom: 2rem;
  }

  .download-form {
    padding: 2rem;
    padding-bottom: 19rem;
  }

  .download-form .fz55 br {
    display: none;
  }

  .download-form .fz55 {
    text-align: center;
  }

  .download-form .fz18 {
    text-align: center;
    align-self: center;
  }

  .download-wrapper {
    gap: 1.927rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .download-socials {
    gap: 1rem;
  }

  .download-social .download-social__text {
    font-size: 0;
  }

  .download-social__wrapper {
    gap: 0;
  }

  .download-social__img {
    width: 3rem;
    height: 3rem;
  }

  .download-social__img img {
    width: 1.2rem;
  }

  .download-inputs {
    gap: 1.5rem;
    flex-direction: column;
  }

  .download-inputs .btn, .download-inputs .input {
    height: 4.6rem;
    width: 100%;
  }

  .download-inputs .input {
    width: 100%;
  }

  .download-img {
    width: 100%;
    top: unset;
    bottom: 0;
    right: unset;
    left: 65%;
    transform: translateX(-50%);
    max-width: 29rem;
  }
}

.control {
  padding-top: 24.479vw;
  padding-bottom: 0;
  background: #151516 url(../img/control-bg.png) bottom no-repeat;
  margin-top: -18vw;
}

.control-blocks {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.125vw;
}

.control-block {
  display: flex;
  align-items: center;
  gap: 2.292vw;
}

.control-block__img {
  width: 7.865vw;
  height: 7.865vw;
  box-shadow: 0 28px 60px rgba(164, 189, 243, 0.1);
  border-radius: 25px;
  background-color: #7888ff;
  overflow: hidden;
}

.control-block .fz24 {
  margin-bottom: 1.302vw;
}

.control-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.control-person {
  position: relative;
  margin-left: -2.135vw;
}

.control-person__img {
  display: flex;
  width: 28.542vw;
}

.control-name {
  position: absolute;
  top: 17.7vw;
  right: -2vw;
}

.control-name__pulse {
  width: .833vw;
  height: .833vw;
  background-color: #7888ff;
  border-radius: 50%;
  position: absolute;
  top: .89vw;
  left: -1.823vw;
  z-index: 1;
}

.control-name__pulse::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7888ff;
  opacity: .2;
  border-radius: 50%;
  -webkit-animation: animPulse 2s linear infinite;
  animation: animPulse 2s linear infinite;
  z-index: -1;
}

.control-quote {
  position: relative;
  margin-bottom: 3.698vw;
}

.control-quote::before {
  content: '';
  position: absolute;
  top: -.3125vw;
  left: -2.65625vw;
  width: 1.771vw;
  height: 1.25vw;
  background: url(../img/quote.png) center no-repeat;
  background-size: contain;
}

.control-media {
  display: flex;
  gap: 2.24vw;
  margin-bottom: 3.698vw;
}

.control-media .fz20 {
  margin-bottom: 1.146vw;
}

.control-photo__img, .control-video__img {
  display: flex;
  width: 16.927vw;
  height: 11.71875vw;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.control-photo__img > img, .control-video__img > img {
  position: absolute;
  max-width: unset;
  max-height: unset;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.control-video__img::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(17, 17, 18, 0.5);
  z-index: 1;
}

.play {
  width: 3.75vw;
  height: 3.75vw;
  box-shadow: 0 43px 101px rgba(120, 136, 255, 0.2), inset 0 0 15px rgba(206, 229, 251, 0.3);
  background-image: linear-gradient(to top, #7888ff 0, #b8d5ed 99%);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.play::after, .play::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #7888ff 0, #b8d5ed 99%);
  opacity: .15;
  border-radius: 50%;
  -webkit-animation: animPulse 2s linear infinite;
  animation: animPulse 2s linear infinite;
  z-index: -1;
}

.play::after {
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

.play img {
  width: .78125vw;
}

.control-licenses .fz24 {
  margin-bottom: 1.615vw;
}

.control-licenses-slider {
  width: 36.09375vw;
  margin: 0 -.3125vw;
}

.control-licenses-slider__img {
  margin: 0 .3125vw;
  opacity: .3;
  transition: .3s;
}

.control-licenses-slider__img:hover {
  opacity: 1;
}

.control-licenses-slider .slick-prev {
  left: -1.615vw;
}

.control-licenses-slider .slick-next {
  right: -1.615vw;
}

.control-fact {
  position: relative;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 4.096vw;
  margin-bottom: 4.096vw;
  width: 9.896vw;
}

.control-fact:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.control-right__title {
  margin-left: -2vw;
}

@media (max-width: 900px) {
  .control {
    padding-top: 2rem;
    margin-top: 0;
  }

  .control-blocks {
    margin-bottom: 2rem;
    flex-direction: column;
    gap: 2rem;
  }

  .control-block {
    gap: 2.292rem;
  }

  .control-block br {
    display: none;
  }

  .control-block__img {
    min-width: 10rem;
    height: 10rem;
  }

  .control-block .fz24 {
    margin-bottom: 1.302rem;
  }

  .control-person {
    margin-left: 0;
  }

  .control-person__img {
    width: 100%;
  }

  .control-name {
    top: 21.7rem;
    right: -1rem;
  }

  .control-name__pulse {
    width: .833rem;
    height: .833rem;
    top: .89rem;
    left: -1.823rem;
  }

  .control-quote {
    margin-bottom: 3.698rem;
    padding-left: 1.8rem;
  }

  .control-quote br {
    display: none;
  }

  .control-quote::before {
    top: -.3125rem;
    left: -1rem;
    width: 1.771rem;
    height: 1.25rem;
  }

  .control-media {
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .control-media .fz20 {
    margin-bottom: 1.146rem;
  }

  .control-photo__img, .control-video__img {
    width: 16.927rem;
    height: 11.71875rem;
  }

  .play {
    width: 3.75rem;
    height: 3.75rem;
  }

  .play img {
    width: .78125rem;
  }

  .control-licenses .fz24 {
    margin-bottom: 1.615rem;
    text-align: center;
  }

  .control-licenses-slider {
    width: 100%;
    margin: 0 -.3125rem;
  }

  .control-licenses-slider__img {
    margin: 0 .3125rem;
  }

  .control-licenses-slider .slick-prev {
    left: -1rem;
  }

  .control-licenses-slider .slick-next {
    right: -1rem;
  }

  .control-fact {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    width: 12rem;
  }

  .control-right__title {
    margin-left: 0;
    margin-bottom: 2rem;
  }

  .control-wrapper {
    flex-direction: column-reverse;
  }

  .control-facts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    padding-left: 1.8rem;
  }

  .control-right {
    margin-bottom: 2rem;
  }

  .control-middle {
    width: 100%;
  }
}

.question__inner {
  display: flex;
  justify-content: space-between;
  padding-left: 3.646vw;
}

.question-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.question-badge {
  padding: .625vw 1.354vw;
  border-radius: 10px;
  background-color: #7888ff;
  margin-bottom: 1.40625vw;
}

.question-btns {
  margin-top: 2.865vw;
  display: flex;
  align-items: center;
  gap: 1.25vw;
}

.btn.btn--whatsapp {
  padding: 1.458vw 2.396vw;
  box-shadow: 0 43px 101px rgba(102, 211, 161, 0.2), 0 4px 0 #36b65a, inset 0 0 15px rgba(114, 237, 173, 0.3);
  background-image: linear-gradient(to top, #25d266 0, #20db66 99%);
  gap: 1.042vw;
}

.btn.btn--whatsapp:hover {
  box-shadow: 0 43px 101px rgba(102, 211, 161, 0.2), 0 -4px 0 #36b65a, inset 0 0 15px rgba(114, 237, 173, 0.3);
}

.btn.btn--whatsapp .btn__img {
  display: flex;
  width: 1.823vw;
}

.social-inline {
  display: flex;
  align-items: center;
  gap: .573vw;
}

.social-inline:hover .socials-item {
  transform: scale(1.05);
}

.social-inline p {
  border-bottom: 1px dashed #00a2f0;
}

.question-img {
  display: flex;
  width: 34.896vw;
}

.question-left {
  position: relative;
}

.question-arrow {
  display: flex;
  width: 23.75vw;
  position: absolute;
  bottom: 9vw;
  right: -16vw;
}

.question-bg {
  display: flex;
  width: 50.677vw;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -1vw;
}

@media (max-width: 900px) {
  .question-left {
    align-items: center;
  }

  .question-left .fz46 {
    text-align: center;
  }

  .question__inner {
    padding-left: 0;
    flex-direction: column;
  }

  .question-badge {
    padding: .625rem 1.354rem;
    margin-bottom: 1.40625rem;
  }

  .question-btns {
    margin-top: 2.865rem;
    gap: 1.25rem;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
  }

  .btn.btn--whatsapp {
    padding: 1.458rem 2.396rem;
    gap: 1.042rem;
  }

  .btn.btn--whatsapp .btn__img {
    width: 1.823rem;
  }

  .social-inline {
    gap: .573rem;
  }

  .question-img {
    width: 100%;
  }

  .question-arrow {
    width: 23.75rem;
    bottom: 9rem;
    right: -16rem;
    display: none;
  }

  .question-bg {
    width: 50.677rem;
    top: -1rem;
  }
}

.report {
  padding-top: 2.083vw;
}

.report-btns {
  gap: 1.042vw;
  margin-bottom: 2.552vw;
}

.report-btns button {
  padding-left: 0;
  text-align: center;
  width: 10.789vw;
}

.report-btns button.active {
  background-size: 112%;
}

.report-btns button:hover {
  background-size: 112%;
}

.report-items {
  margin: 0 -1.25vw;
}

.report-items .slick-next {
  right: -2.865vw;
}

.report-items .slick-prev {
  left: -2.865vw;
}

.report-item {
  margin: 0 1.25vw;
  padding-right: 2.65625vw;
}

.report-wrapper {
  display: flex;
  gap: .78125vw;
  margin-bottom: 1.458vw;
}

.report-slider {
  width: 30.9375vw;
}

.report-slider__img {
  display: flex;
  height: 26.042vw;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.report-slider__img img {
  position: absolute;
  max-width: unset;
  max-height: unset;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.report-nav {
  width: 7.96875vw;
  margin: -.3125vw 0;
}

.report-nav__img.slick-slide {
  display: flex;
  height: 6.042vw;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin: .3125vw 0;
}

.report-nav__img.slick-slide img {
  position: absolute;
  max-width: unset;
  max-height: unset;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.report-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.report-info {
  display: flex;
  align-items: center;
  gap: 1.146vw;
}

.report-info__pulse {
  display: flex;
  width: .833vw;
  height: .833vw;
  background-color: #7888ff;
  border-radius: 50%;
  z-index: 1;
  position: relative;
}

.report-info__pulse::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7888ff;
  opacity: .2;
  border-radius: 50%;
  -webkit-animation: animPulse 2s linear infinite;
  animation: animPulse 2s linear infinite;
  z-index: -1;
}

.report-price {
  display: flex;
  align-items: center;
  gap: .729vw;
}

.report-price__img {
  display: flex;
  width: 1.40625vw;
}

.slick-dark-arrows .slick-next, .slick-dark-arrows .slick-prev {
  background-image: url(../img/slider-arrow-dark.png);
}

.slick-disabled {
  opacity: .35;
  pointer-events: none;
}

@media (max-width: 900px) {
  .report {
    padding-top: 2.083rem;
  }

  .report-btns {
    gap: 1.042rem;
    margin-bottom: 2.552rem;
  }

  .report-btns button {
    width: auto;
    padding: 0 1.875rem;
  }

  .report-items {
    margin: 0 -1.25rem;
  }

  .report-items .slick-next {
    right: 0;
  }

  .report-items .slick-prev {
    left: 0;
  }

  .report-item {
    margin: 0 1.25rem;
    padding-right: 0;
  }

  .report-wrapper {
    gap: 1rem;
    margin-bottom: 1.458rem;
  }

  .report-slider {
    width: 100%;
  }

  .report-slider__img {
    height: 76vw;
  }

  .report-nav {
    width: 100%;
    margin: -.3125rem 0;
    display: none;
  }

  .report-nav__img.slick-slide {
    height: 6.042rem;
    margin: .3125rem 0;
  }

  .report-info {
    gap: 1.146rem;
  }

  .report-info__pulse {
    width: .833rem;
    height: .833rem;
  }

  .report-price {
    gap: .729rem;
  }

  .report-price__img {
    width: 1.40625rem;
  }

  .report-bottom {
    flex-wrap: wrap;
    gap: 1rem;
  }
}

.budget {
  padding-top: 0;
  position: relative;
  z-index: 1;
}

.budget-items {
  margin: 0 -1.25vw;
}

.budget-items .slick-next {
  right: -2.865vw;
  top: 37%;
}

.budget-items .slick-prev {
  left: -2.865vw;
  top: 37%;
}

.budget-item {
  padding: 2.552vw 4.6875vw;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5625vw;
  background-size: cover;
  position: relative;
  margin: 0 1.25vw;
  border-radius: 25px;
  overflow: hidden;
}

.budget-item::before {
  content: '';
  width: calc(100% - 1.875vw);
  height: calc(100% - 1.5625vw);
  border-radius: 25px;
  border: 1px dashed #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.budget-item__badge {
  border-radius: 7px;
  padding: .625vw 1.042vw;
}

.budget-item .product-list__item::before {
  background-color: #7888ff;
  background-image: url(../img/check-light.png);
}

.budget-item .btn {
  padding: 1.40625vw 2.708vw;
  gap: .521vw;
}

.budget-item .btn .btn-arrow {
  width: .3125vw;
}

.budget-item.budget-item--light .budget-item__badge {
  background-color: #282728;
  color: #fff;
}

.budget-item.budget-item--dark {
  color: #fff;
}

.budget-item.budget-item--dark .budget-item__badge {
  background-color: #fff;
  color: #7888ff;
}

.slick-dots li button:before {
  color: #2e2e30;
  font-size: 9px;
  opacity: 1;
  transition: .3s;
}

.slick-dots li button:hover:before {
  color: #7888ff;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #7888ff;
}

.slick-dots li.slick-active button:after {
  font-family: slick;
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  content: '�';
  text-align: center;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #7888ff;
}

.slick-dots {
  bottom: -45px;
}

@media (max-width: 900px) {
  .budget-items {
    margin: 0 -1.25rem;
  }

  .budget-items .slick-next {
    right: -2.865rem;
    top: 37%;
  }

  .budget-items .slick-prev {
    left: -2.865rem;
    top: 37%;
  }

  .budget-item {
    padding: 2rem;
    gap: 1.5625rem;
    margin: 0 1.25rem;
  }

  .budget-item::before {
    width: calc(100% - 1.875rem);
    height: calc(100% - 1.875rem);
  }

  .budget-item__badge {
    padding: .625rem 1.042rem;
  }

  .budget-item .btn {
    padding: 1.40625rem 2.708rem;
    gap: .521rem;
  }

  .budget-item .btn .btn-arrow {
    width: .3125rem;
  }
}

.bonuses {
  padding-top: 18.75vw;
  padding-bottom: 31.09375vw;
  background-color: #151516;
  background-image: url(../img/bonuses-bg.png);
  background-position: 0 9.01vw;
  background-size: 50.99vw;
  background-repeat: no-repeat;
  margin-top: -17vw;
}

.bonuses__inner {
  display: flex;
  align-items: flex-end;
  gap: 4.6875vw;
  margin-left: -3.854vw;
}

.bonuses__img {
  display: flex;
  width: 19.479vw;
}

.bonuses-items {
  display: flex;
  gap: 3.333vw;
  counter-reset: item;
}

.bonuses-item {
  padding-bottom: 2.65625vw;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  width: 18.28125vw;
  height: 15.677vw;
  border-radius: 25px;
  overflow: hidden;
  background-color: #1e1e1f;
}

.bonuses-item::before {
  counter-increment: item;
  content: "0" counter(item);
  background-image: linear-gradient(to top, #7888ff 0, #b8d5ed 99%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 2.5vw;
  position: absolute;
  top: 2.5vw;
  right: 3.854vw;
  z-index: 1;
}

.bonuses-item__img {
  display: flex;
  position: absolute;
}

.bonuses-item--visit {
  padding-bottom: 1.927vw;
}

.bonuses-item--visit .bonuses-item__img {
  width: 8.90625vw;
  top: 1.146vw;
  left: 4.271vw;
}

.bonuses-item--delivery .bonuses-item__img {
  width: 15.625vw;
  top: 2.34375vw;
  left: 1.667vw;
}

.bonuses-item--repair .bonuses-item__img {
  width: 9.479vw;
  top: 1.5625vw;
  left: 4.479vw;
}

@media (max-width: 900px) {
  .bonuses {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-position: 0 9.01rem;
    background-size: 50.99rem;
    margin-top: 0;
  }

  .bonuses__inner {
    gap: 0;
    margin-left: 0;
  }

  .bonuses__img {
    width: 19.479rem;
    display: none;
  }

  .bonuses-items {
    gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .bonuses-item {
    padding-bottom: 2.65625rem;
    width: 25.28125rem;
    height: 18.677rem;
  }

  .bonuses-item::before {
    font-size: 2.5rem;
    top: 2.5rem;
    right: 3.854rem;
  }

  .bonuses-item--visit {
    padding-bottom: 1.927rem;
  }

  .bonuses-item--visit .bonuses-item__img {
    width: 10.30625rem;
    top: 1.146rem;
    left: 6.971rem;
  }

  .bonuses-item--delivery .bonuses-item__img {
    width: 17.625rem;
    top: 2.34375rem;
    left: 3.667rem;
  }

  .bonuses-item--repair .bonuses-item__img {
    width: 11.479rem;
    top: 1.5625rem;
    left: 7.479rem;
  }
}

.warranty {
  margin-top: -29.023vw;
  padding-bottom: 0;
}

.warranty-items {
  display: flex;
  gap: 1.146vw;
  counter-reset: item;
  position: relative;
  z-index: 1;
}

.warranty-item {
  padding: 2.604vw 0;
  width: 19.583vw;
  height: 20.885vw;
  border-radius: 25px;
  background-color: #f4f5f6;
  position: relative;
  background-image: url(../img/warranty-bg.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%;
}

.warranty-item::before {
  counter-increment: item;
  content: "0" counter(item);
  background-image: linear-gradient(to top, #7888ff 0, #b8d5ed 99%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 3.75vw;
  position: absolute;
  top: -2.523vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.warranty-item__img {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.warranty-item--eco .warranty-item__img {
  width: 100%;
}

.warranty-item--price .warranty-item__img {
  width: 9.029vw;
}

.warranty-item--offer .warranty-item__img {
  width: 100%;
}

.warranty-item--pay .warranty-item__img {
  width: 15.78125vw;
}

.warranty-item .hero-plus {
  right: 4vw;
  top: 3.1vw;
}

.warranty-item .hero-plus__check {
  width: .99vw;
  height: .99vw;
  background-color: #7888ff;
  color: #fff;
  padding-top: .15vw;
}

.warranty-item .hero-plus__check::after, .warranty-item .hero-plus__check::before {
  background-color: #7888ff;
}

@media (max-width: 900px) {
  .warranty {
    margin-top: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .warranty .fz60 {
    color: #282828;
  }

  .warranty-items {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 5rem;
  }

  .warranty-item {
    padding: 2.604rem 0;
    padding-bottom: 9rem;
    width: 48%;
    height: auto;
  }

  .warranty-item::before {
    font-size: 3.75rem;
    top: -2.523rem;
  }

  .warranty-item--price .warranty-item__img {
    width: 100%;
  }

  .warranty-item--pay .warranty-item__img {
    width: 100%;
  }

  .warranty-item .hero-plus {
    display: none;
  }
}

.vantages {
  background: #fff url(../img/vantages-bg.png) bottom left no-repeat;
  background-size: 100%;
  padding-bottom: 49.01vw;
}

.vantages-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 5.729vw;
  -moz-column-gap: 5.36875vw;
  column-gap: 5.36875vw;
}

.vantages-item {
  position: relative;
  padding-left: 5.15625vw;
}

.vantages-item::before {
  content: '';
  display: block;
  width: 3.229vw;
  height: 3.229vw;
  background-color: #f0f0f0;
  border-radius: 50%;
  background-image: url(../img/check-colored-big.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.042vw;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.vantages-item .link {
  position: absolute;
  bottom: -2vw;
}

@media (max-width: 900px) {
  .vantages {
    padding-bottom: 19.01rem;
  }

  .vantages-items {
    row-gap: 4rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }

  .vantages .vantages-items {
    justify-content: flex-start;
  }

  .vantages-item {
    padding-left: 5.15625rem;
  }

  .vantages-item::before {
    width: 3.229rem;
    height: 3.229rem;
    background-size: 1.042rem;
  }

  .vantages-item .link {
    bottom: -2rem;
  }
}

.order {
  background-color: #151516;
  padding-bottom: 36.667vw;
}

.order-items {
  display: flex;
  gap: 3.75vw;
  counter-reset: item;
}

.order-item {
  padding-top: 2.65625vw;
  width: 19.583vw;
  height: 26.09375vw;
  border-radius: 25px;
  background-color: #1e1e1f;
  background-image: url(../img/order-bg.png);
  background-size: 100%;
  background-position: bottom left;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.order-item__img {
  display: flex;
  width: 8.073vw;
  margin-bottom: 1.354vw;
  position: relative;
}

.order-item__img::before {
  counter-increment: item;
  content: "0" counter(item);
  background-image: linear-gradient(to top, #7888ff 0, #b8d5ed 99%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 2.5vw;
  position: absolute;
  top: .9375vw;
  right: -1.042vw;
}

.order-item .link {
  padding-bottom: 0;
}

.order-item .mb {
  margin-bottom: 1.583vw;
}

.order-item .product-list__item::before {
  background-color: #7888ff;
  background-image: url(../img/check-light.png);
}

.order-text {
  line-height: 1.354vw;
}

@media (max-width: 900px) {
  .order {
    padding-bottom: 2rem;
  }

  .order-items {
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .order-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 100%;
    height: auto;
  }

  .order-item__img {
    width: 8.073rem;
    margin-bottom: 1.354rem;
  }

  .order-item__img::before {
    font-size: 2.5rem;
    top: .9375rem;
    right: -1.042rem;
  }

  .order-item .mb {
    margin-bottom: 1.583rem;
  }

  .order-text {
    line-height: 1.954rem;
  }
}

.call {
  margin-top: -36vw;
}

.product-list.product-list--call {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin-bottom: 3.4375vw;
}

.product-list.product-list--call .product-list__item::before {
  background-color: #7888ff;
  background-image: url(../img/check-light.png);
}

.product-list.product-list--call-form {
  gap: 1.823vw;
  margin-bottom: 2.5vw;
}

.product-list.product-list--call-form .product-list__item {
  gap: 0;
}

.product-list.product-list--call-form .product-list__item::before {
  margin-right: .78125vw;
  background-color: #151516;
  background-image: url(../img/check-light.png);
}

.call-form {
  padding: 4.375vw 4.792vw;
  border-radius: 25px;
  background-color: #fff;
  background-image: url(../img/call-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

.call-form .policy {
  padding-left: 2.6vw;
}

.call-wrapper {
  display: flex;
  gap: 3.125vw;
}

.call-right__img {
  display: flex;
  width: 8.229vw;
}

.call-person {
  position: absolute;
  bottom: 0;
  right: 12.292vw;
}

.call-person__img {
  display: flex;
  width: 23.333vw;
}

.call-name {
  position: absolute;
  top: 7.167vw;
  left: 5.05625vw;
}

.call-name__pulse {
  display: flex;
  width: .833vw;
  height: .833vw;
  background-color: #7888ff;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  right: -1.277vw;
  bottom: -.96875vw;
}

.call-name__pulse::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7888ff;
  opacity: .2;
  border-radius: 50%;
  -webkit-animation: animPulse 2s linear infinite;
  animation: animPulse 2s linear infinite;
  z-index: -1;
}

.call-inputs {
  display: flex;
  align-items: flex-end;
  gap: 1.146vw;
}

.call-inputs .btn, .call-inputs .input {
  height: 4.323vw;
  padding-top: 0;
  padding-bottom: 0;
}

.call-inputs .input {
  width: 15.625vw;
}

.call-phone__text {
  padding-left: 2.6vw;
}

.input.input--light {
  background-color: #fff;
}

@media (max-width: 900px) {
  .call {
    margin-top: 0;
  }

  .product-list.product-list--call {
    margin-bottom: 3.4375rem;
    align-items: flex-start;
    color: #282828;
    flex-direction: column;
  }

  .product-list.product-list--call-form {
    gap: .99rem;
    margin-bottom: 2.5rem;
  }

  .product-list.product-list--call-form .product-list__item::before {
    margin-right: .78125rem;
  }

  .call-form {
    padding: 0;
    background-image: none;
    padding-bottom: 42rem;
  }

  .call-form .policy {
    padding-left: 0;
  }

  .call-wrapper {
    gap: 0;
    flex-direction: column;
    margin-bottom: 2rem;
  }

  .call-right__img {
    width: 8.229rem;
  }

  .call-person {
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .call-person__img {
    width: 100%;
    max-width: 28rem;
  }

  .call-name {
    top: 7.167rem;
    left: 5.05625rem;
  }

  .call-name__pulse {
    width: .833rem;
    height: .833rem;
    right: -1.277rem;
    bottom: -.96875rem;
  }

  .call-inputs {
    gap: 1.146rem;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
  }

  .call-inputs .btn, .call-inputs .input {
    height: 4.5rem;
    width: 100%;
  }

  .call-inputs .input {
    width: 100%;
    background-color: #f3f3f3;
  }

  .call-phone__text {
    padding-left: 2.6rem;
  }

  .call-right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .call-phone {
    width: 100%;
  }
}

.faq {
  padding-top: 0;
}

.faq__inner {
  display: flex;
  justify-content: space-between;
  gap: 8.646vw;
}

.faq__item {
  cursor: pointer;
}

.faq__item-top {
  padding-top: 2.1875vw;
  padding-bottom: 2.1875vw;
  padding-left: 2.083vw;
  border-bottom: 1px solid rgba(40, 39, 40, 0.15);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.faq__item-top::before {
  content: '';
  border: solid rgba(40, 39, 40, 0.5);
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: .2vw;
  position: absolute;
  transform: rotate(45deg);
  top: 43%;
  left: 0;
  transition: .3s;
}

.faq__icon {
  padding-top: .26vw;
  opacity: .5;
}

.faq__content {
  padding-left: 2.083vw;
  padding-top: 1.042vw;
  transition: all .3s ease;
  max-height: 0;
  overflow: hidden;
}

.faq__item.active .faq__content {
  max-height: 1000px;
}

.faq__item.active .faq__item-top::before {
  transform: rotate(225deg);
}

.seo {
  padding-top: 0;
}

.seo__text {
  max-height: 5vw;
  position: relative;
  overflow: hidden;
  transition: .5s;
}

.seo__text::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3vw;
  background-image: linear-gradient(to bottom, transparent 0, #fff 100%);
}

.seo__text.active {
  max-height: 1000px;
}

.seo__text.active::before {
  display: none;
}

.seo__btn {
  border: none;
  background: 0 0;
  cursor: pointer;
}

.seo__btn-arrow {
  border: solid #282728;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: .44375vw;
  transform: rotate(45deg);
}

@media (max-width: 900px) {
  .faq__inner {
    gap: 0;
    flex-direction: column;
  }

  .faq__item-top {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
    padding-left: 2.083rem;
  }

  .faq__item-top::before {
    padding: .2rem;
  }

  .faq__icon {
    padding-top: .26rem;
  }

  .faq__content {
    padding-left: 2.083rem;
    padding-top: 1.042rem;
  }

  .seo__text {
    max-height: 5rem;
    font-size: 1.2rem;
  }

  .seo__text::before {
    height: 3rem;
  }

  .seo__btn-arrow {
    padding: .44375rem;
  }
}

.contacts {
  padding-top: 0;
}

.contacts-wrapper {
  display: flex;
  justify-content: space-between;
}

.contacts-item {
  display: flex;
  align-items: center;
  gap: 1.09375vw;
  margin-bottom: 2.604vw;
}

.contacts-item:last-child {
  margin-bottom: 0;
}

.contacts-item__img {
  display: flex;
  width: 1.25vw;
}

.contacts-phone {
  align-items: flex-start;
}

.contacts-phone .contacts-item__img {
  padding-top: 1vw;
}

.socials-item.is-viber {
  background-color: #7460f3;
}

.socials-item.is-viber img {
  width: .9375vw;
}

.contacts-photo {
  position: relative;
  margin-bottom: 1.25vw;
}

.contacts-photo:last-child {
  margin-bottom: 0;
}

.contacts-photo__img {
  display: flex;
  width: 15.104vw;
}

.contacts-photo__text {
  position: absolute;
  left: 1.458vw;
  bottom: 1.198vw;
}

.contacts-right {
  width: 36.458vw;
  height: 23.59375vw;
  border-radius: 25px;
  overflow: hidden;
}

.footer {
  padding: 2.5vw 0;
  background-color: #151516;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 900px) {
  .contacts-item {
    gap: 1.09375rem;
    margin-bottom: 2.604rem;
  }

  .contacts-item__img {
    width: 1.25rem;
  }

  .contacts-phone .contacts-item__img {
    padding-top: 1rem;
  }

  .socials-item.is-viber img {
    width: .9375rem;
  }

  .contacts-photo {
    margin-bottom: 1.25rem;
  }

  .contacts-photo__img {
    width: 15.104rem;
  }

  .contacts-photo__text {
    left: 1.458rem;
    bottom: 1.198rem;
  }

  .contacts-right {
    width: 100%;
    height: 23.59375rem;
  }

  .footer {
    padding: 2.5rem 0;
  }

  .contacts-wrapper {
    flex-direction: column;
    gap: 2rem;
  }

  .footer__inner {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .contacts-mid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer__text {
    text-align: center;
  }
}

.modal-overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal {
  top: 5vw;
  width: auto;
  color: #2c2b2c;
  transform: translateX(-50%);
  text-align: center;
  margin-bottom: 0;
  border: 0;
  border-radius: 25px;
  background-color: #151516;
  background-repeat: no-repeat;
  background-size: cover;
}

.modal::before {
  display: none;
}

.modal-call {
  background-image: url(../img/modal-bg.png);
  padding: 5.208vw 8.021vw 5.208vw 29.84375vw;
}

.modal-call {
  background-image: url(../img/modal-bg.png);
  padding: 5.208vw 8.021vw 5.208vw 29.84375vw;
}

.modal-order {
  background-image: url(../img/modal-order-bg.png);
  padding: 3.125vw 20.573vw 3.125vw 3.90625vw;
}

.modal-order .modal__form-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-order .download-inputs {
  flex-direction: column;
  gap: .99vw;
  width: 17.1875vw;
}

.modal-order .download-inputs .btn, .modal-order .download-inputs .input {
  width: 100%;
}

.modal__close {
  width: 1.302vw;
  height: 1.302vw;
  position: absolute;
  top: 1.042vw;
  right: 1.042vw;
  display: block;
  z-index: 9;
  cursor: pointer;
}

.modal__close::after, .modal__close::before {
  content: ' ';
  position: absolute;
  left: 50%;
  height: 100%;
  width: 3px;
  background-color: #d1d1d1;
  border-radius: 3px;
  transform: rotate(-45deg);
  transition: .3s;
}

.modal__close::before {
  transform: rotate(45deg);
}

.modal-img {
  display: flex;
  width: 29.167vw;
  position: absolute;
  top: 5vw;
  left: -3.90625vw;
}

.modal__form {
  white-space: nowrap;
}

.modal-person {
  position: absolute;
  right: 2.8125vw;
  bottom: 0;
}

.modal-person__img {
  display: flex;
  width: 17.708vw;
}

.modal-person .quiz-person__position {
  color: #282728;
  left: 1.2vw;
  top: 23.1vw;
}

.modal-person .quiz-person__name {
  left: 1.4vw;
  top: 24.4vw;
}

.modal-call {
  padding-top: 4.115vw;
  padding-bottom: 4.375vw;
}

.widget-menu {
  position: fixed;
  right: 0;
  top: 15vw;
  z-index: 998;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}

.btn--burger-wrapper {
  position: relative;
  margin: 0 0 1rem 0;
  transition-duration: .5s;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s;
  width: 1.5625vw;
  height: 1.5625vw;
  background-color: #7888ff;
  pointer-events: all;
}

.btn--burger {
  width: .625vw;
  height: .104vw;
  background-color: transparent;
}

.btn--burger:after, .btn--burger:before {
  content: "";
  position: absolute;
  display: block;
  width: .625vw;
  height: .104vw;
  background-color: #fff;
  transition: .4s;
}

.btn--burger:before {
  top: .625vw;
  transform: rotate(-25deg);
}

.btn--burger-wrapper.active .btn--burger:before {
  transform: rotate(45deg);
  top: .78125vw;
}

.btn--burger:after {
  bottom: .573vw;
  transform: rotate(25deg);
}

.btn--burger-wrapper.active .btn--burger:after {
  transform: rotate(-45deg);
  bottom: .677vw;
}

.widget-link {
  width: 5.99vw;
  height: 6.146vw;
  border-radius: 25px 0 0 25px;
  background-color: #7888ff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: .208vw;
  transform: translateX(158%);
  transition: .4s;
}

.widget-menu.active {
  pointer-events: all;
}

.widget-menu.active .widget-link {
  transform: translateX(0);
}

.widget-link img {
  margin-bottom: .573vw;
  width: 1.40625vw;
}

.modal-politics {
  padding: 2vw;
}

@media (max-width: 900px) {
  .modal {
    top: 5rem;
    width: 100%;
  }

  .modal-politics {
    padding: 2rem;
  }

  .modal-call {
    padding: 5rem 2rem 24rem 2rem;
  }

  .modal-order {
    padding: 5rem 2rem 32rem 2rem;
  }

  .modal-order .download-inputs {
    gap: .99rem;
    width: 100%;
  }

  .modal__close {
    width: 1.302rem;
    height: 1.302rem;
    top: 1.742rem;
    right: 2.242rem;
  }

  .modal-img {
    width: 20rem;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }

  .modal-person {
    right: 50%;
    transform: translateX(50%);
  }

  .modal-person__img {
    width: 17.708rem;
  }

  .modal-person .quiz-person__position {
    left: 1.2rem;
    top: 23.1rem;
  }

  .modal-person .quiz-person__name {
    left: 1.4rem;
    top: 24.4rem;
  }

  .widget-menu {
    top: 15rem;
  }

  .btn--burger-wrapper {
    margin: 0 0 1rem 0;
    width: 2.3rem;
    height: 2.3rem;
  }

  .btn--burger {
    width: .625rem;
    height: .104rem;
  }

  .btn--burger:after, .btn--burger:before {
    width: .925rem;
    height: .104rem;
  }

  .btn--burger:before {
    top: .925rem;
  }

  .btn--burger-wrapper.active .btn--burger:before {
    top: 1.18125rem;
  }

  .btn--burger:after {
    bottom: .873rem;
  }

  .btn--burger-wrapper.active .btn--burger:after {
    bottom: .977rem;
  }

  .widget-link {
    width: 6.99rem;
    height: 6.746rem;
    margin-bottom: .608rem;
  }

  .widget-link img {
    margin-bottom: .573rem;
    width: 1.40625rem;
  }

  .modal__form {
    white-space: unset;
  }
}

.main.main--error {
  background-image: url(../img/404-bg.png);
}
/*
.error {
  padding-top: 12.4875vw;
  padding-bottom: 14.0625vw;
} */

.error__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.error__img {
  display: flex;
  width: 45.78125vw;
  margin-right: -9.2vw;
}

@media (max-width: 900px) {


  .error__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 3rem;
  }

  .error__img {
    width: 100%;
    margin-right: 0;
  }
}

.main.main--lead {
  background-image: url(../img/lead-bg.png);
}

.main.main--lead .error {
  padding: 3.854vw 0;
}

.main.main--lead .error__img {
  width: 36.25vw;
  margin-right: -3vw;
}

.main.main--lead .error-left {
  padding-left: 4vw;
}

.main.main--lead .btn {
  width: 17.1875vw;
}

.error-circles {
  position: relative;
}

.error-circles .circles {
  position: absolute;
  top: .6vw;
  left: -4vw;
}

@media (max-width: 900px) {
  .main.main--lead .error {
    padding: 3.854rem 0;
  }

  .main.main--lead .error__img {
    width: 100%;
    margin-right: 0;
  }

  .main.main--lead .error-left {
    padding-left: 0;
    width: 100%;
  }

  .main.main--lead .btn {
    width: 100%;
  }

  .main.main--lead .input {
    width: 100%;
  }

  .error-circles {
    position: relative;
  }

  .error-circles .circles {
    display: none;
  }
}

.main.main--thank {
  background-image: url(../img/thank-bg.png);
}

.thank {
  padding-top: 12.448vw;
  padding-bottom: 37.292vw;
}

.thank__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.thank .scroll {
  bottom: -16.298vw;
}

.control.control--thank {
  padding-top: 0;
  margin-top: -17vw;
  background-color: transparent;
}

.connect {
  padding-top: 4.948vw;
  padding-bottom: 3.90625vw;
  background: url(../img/connect-bg.png) top left no-repeat;
  background-size: 50.99vw;
}

.connect__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.connect-wrapper {
  display: flex;
  justify-content: center;
  gap: 8.802vw;
  margin-bottom: 3.646vw;
}

.connect-badge {
  padding: .99vw 1.5625vw;
  color: #fff;
  border-radius: 10px;
  background-color: #7888ff;
}

.connect-left, .connect-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.connect-left .phone, .connect-right .phone {
  color: #282728;
}

.connect-left .phone img, .connect-right .phone img {
  width: 1.09375vw;
}

.connect-left .connect-badge {
  margin-bottom: 4.375vw;
}

.connect-right .connect-badge {
  margin-bottom: 2.135vw;
}

@media (max-width: 900px) {
  .thank {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .thank .scroll {
    bottom: -16.298rem;
    display: none;
  }

  .control.control--thank {
    margin-top: 0;
  }

  .connect {
    padding-top: 4.948rem;
    padding-bottom: 3.90625rem;
    background-size: 50.99rem;
  }

  .connect-wrapper {
    gap: 4rem;
    margin-bottom: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .connect-badge {
    padding: .99rem 1.5625rem;
  }

  .connect-left .phone img, .connect-right .phone img {
    width: 1.09375rem;
  }

  .connect-left .connect-badge {
    margin-bottom: 1rem;
  }

  .connect-right .connect-badge {
    margin-bottom: 1rem;
  }
}

.modal-map {
  width: 36.458vw;
  height: 23.59375vw;
}

@media (max-width: 900px) {
  .modal-map {
    width: 100%;
    height: 100%;
  }
}

.hero-quiz-items {
  display: flex;
  gap: 3.385vw;
  align-items: center;
}

.hero-quiz-items .hero-item {
  display: flex;
  align-items: center;
  gap: 1.09375vw;
}

.hero-quiz-items .hero-item__check {
  width: 2.917vw;
  height: 2.917vw;
  border: 1px solid rgba(255, 255, 255, 0.26);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.hero-quiz-items .hero-item__check img {
  width: .78125vw;
}

.hero-quiz-items .hero-item__text {
  line-height: 1.354vw;
}

.quiz-page {
  padding-top: 6vw;
  padding-bottom: 30.292vw;
}

.quiz-page .scroll {
  bottom: -8.298vw;
}

.main .quiz {
  color: #282828;
}

.quiz.quiz-out {
  margin-top: -18vw;
  z-index: 1;
}

.bonuses.bonuses-out {
  padding-top: 21.75vw;
}

@media (max-width: 900px) {
  .hero-quiz-items {
    gap: 1rem;
    flex-wrap: wrap;
  }

  .hero-quiz-items .hero-item {
    gap: 1.09375rem;
  }

  .hero-quiz-items .hero-item__check {
    width: 2.5rem;
    height: 2.5rem;
  }

  .hero-quiz-items .hero-item__check img {
    width: 10px;
  }

  .hero-quiz-items .hero-item__text {
    line-height: 1.354rem;
  }

  .quiz-page {
    padding-top: 6vw;
    padding-bottom: 30.292vw;
  }

  .quiz-page .scroll {
    bottom: -8.298vw;
  }

  .main .quiz {
    color: #282828;
  }

  .quiz.quiz-out {
    margin-top: -18vw;
    z-index: 1;
  }

  .bonuses.bonuses-out {
    padding-top: 21.75vw;
  }
}

.control-person {
    align-self: flex-end;
}

.control-right {
    padding-bottom: 4.5vw;
}
.main {
    padding-bottom: 113px;
}
.lang {
  font-size: 20px;
}
.lang .active {
  font-weight: bold;
}


@media (max-width: 767px) {
  .logo__img {
    width: 8rem;
}
}