@charset "UTF-8";

@font-face {
  font-family: TTNorms;
  src: url(../fonts/TTNorms-Bold.ttf) format("truetype");
  font-weight: 700
}
.quiz-option__wrap{display: flex;}
@font-face {
  font-family: TTNorms;
  src: url(../fonts/TTNorms-Light.ttf) format("truetype");
  font-weight: 300
}

@font-face {
  font-family: TTNorms;
  src: url(../fonts/TTNorms-Medium.ttf) format("truetype");
  font-weight: 500
}

@font-face {
  font-family: TTNorms;
  src: url(../fonts/TTNorms-Regular.ttf) format("truetype");
  font-weight: 400
}

@-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(.85)
  }

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

  100% {
    transform: translate(0, 0) scale(.85)
  }
}

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

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

  100% {
    transform: translate(0, 0) scale(.85)
  }
}

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

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

  100% {
    transform: translate(-50%, -50%) scale(.8)
  }
}

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

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

  100% {
    transform: translate(-50%, -50%) scale(.8)
  }
}

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

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

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

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

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

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

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

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

  100% {
    transform: translateX(-55%) scale(.7)
  }
}

@keyframes pulseiconLine {
  0% {
    transform: translateX(-55%) scale(.7)
  }

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

  100% {
    transform: translateX(-55%) scale(.7)
  }
}

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

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

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

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

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

  100% {
    transform: translate(-50%, -50%) scale(.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, .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, .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: TTNorms, sans-serif;
  line-height: 1.2;
  letter-spacing: .03em;
  font-weight: 400;
  overflow-x: hidden;
  color: #1c1c1c;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #fff
}

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
}

.rr {
  font-family: RoadRadio, sans-serif
}

.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: 85.9375vw;
  margin: 0 auto
}

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

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

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

.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.448vw 3.646vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  z-index: 6;
  cursor: pointer;
  background: #6cb644;
  box-shadow: inset 0 0 35px rgba(255, 255, 255, .25);
  border-radius: 500px;
  color: #fff;
  border: none;
  position: relative;
  letter-spacing: .03em;
  font-weight: 700
}

.btn img {
  position: relative;
  z-index: 1
}

.btn .btn-text {
  z-index: 1;
  position: relative
}

.btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(180deg, #ff4a4a 0, #9b1200 100%);
  box-shadow: inset -16px -16px 32px rgba(255, 255, 255, .1), inset 0 16px 32px rgba(255, 255, 255, .26);
  transition: .3s;
  opacity: 0
}

.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: -100px;
  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 {
  background: #5ea33a
}

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

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

.btn.btn--outline {
  border: 2px solid #39cb59;
  background: 0 0;
  box-shadow: none;
  color: #3dbf5a
}

.btn.btn--outline:hover {
  background: #39cb59;
  color: #fff
}

.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, .49), inset 0 -4px 1px #d6ba5c
}

.btn.light:hover {
  box-shadow: 0 8px 13px rgba(214, 186, 92, .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: .7px
}

.link--arrow:hover svg {
  transform: translateX(10%)
}

.link--arrow:hover svg path {
  fill: #e5cd9c
}

.link--arrow svg {
  width: 2.292vw;
  margin-left: .833vw;
  transition: .3s
}

.link--arrow svg path {
  transition: .3s
}

.link--underline {
  padding-bottom: .3125vw
}

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

.link--underline:hover {
  color: #39cb59
}

.link:not(.link--underline):hover {
  color: #9dec72
}

.link.link--colored {
  color: #6cb644
}

.link.link--colored::before {
  border-color: #6cb644
}

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, .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, .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, .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, .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, .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, .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, .2)
}

.jcsb {
  justify-content: space-between
}

.posa {
  position: absolute
}

.fdc {
  flex-direction: column
}

.mobs {
  display: none
}

@media (max-width:767px) {
  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: 100%;
    margin: 0 auto;
    padding: 0 15px
  }

  .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
  }
}

/*! 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: .9375vw;
  color: #fff;
  cursor: pointer;
  width: 100%;
  z-index: 99
}

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

div.fancy-select div.trigger {
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 100px;
  padding-left: 1.823vw;
  background-color: #f4f4f4;
  border: none;
  color: #282728;
  font-size: .9375vw;
  height: 3.646vw;
  width: 100%;
  transition: all 240ms ease-out
}

div.fancy-select div.trigger:after {
  content: '';
  border: solid #3974f4;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: .15vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 1.5vw;
  transition: .3s;
  margin-top: -3px;
  z-index: 9
}

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: #f4f4f4;
  width: 100%;
  max-height: 30vw;
  overflow-y: auto;
  overflow-x: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  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;
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, .07);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-top: 1.5vw;
  z-index: -1;
  top: 60%;
  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: #e03d1c
}

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

.to_top {
  position: fixed;
  right: 2.5vw;
  bottom: 1.5vw;
  box-shadow: 0 0 84px rgba(0, 108, 163, .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%)
}

.btn.btn--light {
  background: rgba(217, 217, 217, .25);
  border: 1px solid rgba(255, 255, 255, .25)
}

.btn.btn--light:hover {
  background: #6cb644;
  border-color: #6cb644
}

.btn.btn--doc {
  position: relative;
  padding: 1.458vw 1.458vw 1.458vw 4.0625vw
}

.btn.btn--doc img {
  position: absolute;
  bottom: 0;
  left: -.9375vw;
  max-height: unset;
  width: 5.625vw
}

.btn.btn--arrow svg {
  width: 1.146vw;
  margin-left: .729vw
}

.lh114 {
  line-height: 114%
}

.lh120 {
  line-height: 120%
}

.lh130 {
  line-height: 130%
}

.lh140 {
  line-height: 140%
}

.lh142 {
  line-height: 142%
}

.lh150 {
  line-height: 150%
}

.lh155 {
  line-height: 155%
}

.lh265 {
  line-height: 265%
}

.lh300 {
  line-height: 300%
}

.ls02 {
  letter-spacing: .2em
}

.ls015 {
  letter-spacing: .15em
}

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

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

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

.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-viber {
  background-color: #7460f3
}

.socials-item.is-viber img {
  width: 1.042vw
}

.socials-item.is-whatsapp {
  background-color: #25d266
}

.socials-item.is-whatsapp img {
  width: 1.042vw
}

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

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

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

.phone img {
  width: .885vw;
  margin-right: .521vw;
  margin-bottom: .2vw
}

.colored {
  color: #ad8a06
}

.mbl {
  margin-bottom: 2.708vw
}

.area,
.input {
  height: 5.208vw;
  padding-left: 2.396vw;
  background: #fff;
  border-radius: 500px;
  width: 100%;
  position: relative;
  border: 0
}

.fz8 {
  font-size: .417vw
}

.fz10 {
  font-size: .521vw
}

.fz11 {
  font-size: .573vw
}

.fz12 {
  font-size: .625vw
}

.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
}

.fz32 {
  font-size: 1.667vw
}

.fz36 {
  font-size: 1.875vw
}

.fz40 {
  font-size: 2.083vw
}

.fz46 {
  font-size: 2.396vw
}

.fz48 {
  font-size: 2.5vw
}

.fz50 {
  font-size: 2.604vw
}

.fz55 {
  font-size: 2.865vw
}

.fz60 {
  font-size: 3.125vw
}

.fz64 {
  font-size: 3.333vw
}

.slick-disabled {
  opacity: 0;
}

.fz70 {
  font-size: 3.646vw
}

.fz75 {
  font-size: 3.90625vw
}

.fz100 {
  font-size: 5.208vw
}

.fz115 {
  font-size: 5.99vw
}

@-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%
  }
}

.input.fz14 {
  font-size: .833vw
}

@media (max-width:767px) {
  .input.fz14 {
    font-size: 1.1rem
  }

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

  .fz10 {
    font-size: 1rem
  }

  .fz11 {
    font-size: 1.1rem
  }

  .fz12 {
    font-size: 1.2rem
  }

  .fz13 {
    font-size: 1.2rem
  }

  .fz14 {
    font-size: 1.2rem
  }

  .fz15 {
    font-size: 1.2rem
  }

  .fz16 {
    font-size: 1.2rem
  }

  .fz17 {
    font-size: 1.3rem
  }

  .fz18 {
    font-size: 1.8rem
  }

  .fz20 {
    font-size: 1.6rem
  }

  .fz22 {
    font-size: 1.8rem
  }

  .fz24 {
    font-size: 1.8rem
  }

  .fz25 {
    font-size: 2rem
  }

  .fz27 {
    font-size: 1.40625rem
  }

  .fz30 {
    font-size: 1.6rem
  }

  .fz36 {
    font-size: 2rem
  }

  .fz40 {
    font-size: 2.083rem
  }

  .fz46 {
    font-size: 2.396rem
  }

  .fz48 {
    font-size: 2.5rem
  }

  .fz55 {
    font-size: 2.565rem
  }

  .fz60 {
    font-size: 2rem
  }

  .fz60 br {
    display: none
  }

  .fz70 {
    font-size: 3.2rem
  }

  .fz75 {
    font-size: 3.5rem
  }

  .fz100 {
    font-size: 3.5rem
  }

  .fz8 {
    font-size: 1rem
  }

  .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
  }

  .btn.btn--pdf .btn-logo {
    margin-right: .833rem
  }

  .btn.btn--doc {
    padding: 2.9rem 5.4rem 2.9rem 6.7rem
  }

  .btn.btn--doc img {
    left: 1.8rem;
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    width: 4.9rem
  }
}

.header {
  color: #fff
}

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

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

.logo__img {
  display: flex;
  width: 12.5vw;
  margin-right: 2.708vw
}

.header-item.header-item--socials {
  display: flex;
  flex-direction: row;
  align-items: center
}

.header-item.header-item--socials .header-item__img {
  display: flex;
  width: 3.385vw;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1.25vw
}

.header-item.header-item--socials .fz16 {
  margin-right: .78125vw
}

.social {
  position: relative;
  z-index: 1
}

.social:hover {
  z-index: 9
}

.social:hover .social__content {
  width: 5.99vw;
  opacity: 1
}

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

.social__img img {
  width: 1.146vw;
  position: relative;
  z-index: 2
}

.social__content {
  display: flex;
  align-items: center;
  padding-left: 2.1875vw;
  width: 0;
  transition: .3s;
  border-radius: 100px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  height: 100%;
  opacity: 0;
  pointer-events: none
}

.social--telegram .social__img {
  background: #05a0eb
}

.social--telegram .social__content {
  background: #05a0eb
}

.social--whatsapp .social__img {
  background: #12c868
}

.social--whatsapp .social__content {
  background: #12c868
}

.header-item {
  display: flex;
  flex-direction: column;
  align-items: center
}

.mob {
  display: none
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: .521vw
}

.nav__inner a {
  color: #fff;
  transition: .3s
}

.nav__inner a:hover {
  color: #9dec72
}

@media (max-width:767px) {
  .header__inner {
    padding: 1.198rem 0
  }

  .desk {
    display: none !important
  }

  .logo__img {
    width: 7.5rem;
    margin-right: 0
  }

  .logo p {
    display: none
  }

  .header-item.header-item--socials .header-item__img {
    width: 3.385rem;
    margin-right: 1.25rem
  }

  .header-item.header-item--socials .fz16 {
    margin-right: .78125rem
  }

  .social__img {
    width: 2.1rem;
    height: 2.1rem
  }

  .social__img img {
    width: .9rem
  }

  .social__content {
    padding-left: 2.1875rem
  }

  .header-item .socials {
    margin-bottom: .5rem
  }

  .header-item .fz24 {
    font-size: 1.1rem;
    font-weight: 700
  }

  .header-item .link--underline {
    font-size: .8rem
  }

  .nav__inner {
    padding-top: .521rem
  }

  .mob {
    display: flex
  }

  .nav {
    z-index: 998;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding-top: 2.2rem;
    align-items: center;
    flex-direction: column;
    background: #090909;
    transform: translateX(-100%);
    transition: all .4s ease-in
  }

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

  .nav-top {
    width: 100%;
    padding: 0 2.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4rem
  }

  .nav-top .logo__img {
    width: 5.6rem
  }

  .nav-top .header-item.header-item--socials .header-item__img {
    width: 2.4rem;
    margin-right: .6rem
  }

  .nav-top .header-item.header-item--socials .fz16 {
    font-size: .8rem;
    margin-right: .8rem
  }

  .social__content {
    display: none
  }

  .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4rem
  }

  .nav-item .online {
    font-size: 1.2rem;
    margin-bottom: 1rem
  }

  .nav-item .online::before {
    width: .6rem;
    height: .6rem;
    top: .7rem
  }

  .nav-item .fz24 {
    font-size: 1.6rem
  }

  .nav__inner {
    flex-direction: column;
    align-items: center;
    margin-bottom: 4rem
  }

  .nav__item {
    margin-bottom: 2.4rem
  }

  .nav__item:last-child {
    margin-bottom: 0
  }
}

.hero {
  color: #fff;
  padding-top: 3.021vw;
  padding-bottom: 0
}

.hero__inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.308vw
}

.hero-left {
  padding-top: 2.708vw
}

.hero-num {
  text-align: right;
  margin-bottom: 3.908vw
}

.hero-num:last-child {
  margin-bottom: 0
}

.hero-items {
  display: flex;
  justify-content: center
}

.hero-item {
  padding: 0 4.265vw 2.96875vw 4.265vw;
  position: relative
}

.hero-item:last-child::before {
  display: none
}

.hero-item::before {
  content: '';
  width: 1px;
  height: 6.5875vw;
  opacity: .25;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0
}

@media (max-width:767px) {
  .hero {
    padding-top: 7.9rem;
    padding-bottom: 4rem
  }

  .hero__inner {
    margin-bottom: 0;
    flex-direction: column;
    align-items: center
  }

  .hero-left {
    padding-top: 0
  }

  .hero-num {
    margin-bottom: 5.208rem
  }

  .hero-item {
    padding: 0 4.265rem 2.96875rem 4.265rem
  }

  .hero-item::before {
    height: 6.5875rem
  }

  h1 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: .8rem
  }

  .fz32 {
    font-size: 1.6rem
  }

  .hero-left {
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .hero-left .fz32 {
    max-width: 26.9rem;
    text-align: center;
    margin: 0 auto 1.6rem auto
  }

  .hero-left .btn {
    padding: 2.3rem 2.7rem
  }

  .btn.btn--arrow svg {
    width: 2.1rem;
    margin-left: 1.2rem
  }

  .hero-nums {
    display: flex;
    justify-content: space-between
  }

  .hero-right {
    width: 100%
  }

  .hero-num {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 10.6rem;
    margin-bottom: 2.4rem
  }

  .hero-num .fz48 {
    font-size: 2.4rem;
    margin-bottom: .2rem;
    max-width: 7.5rem;
    line-height: 1
  }

  .hero-num .fz24 {
    font-size: 1.2rem
  }

  .hero-num .fz20 {
    font-size: 1rem
  }

  .hero-num .fz20 br {
    display: none
  }

  .hero-items {
    display: none
  }
}

.quiz-inner {
  padding: 2.552vw 4.635vw 3.073vw 4.21875vw;
  height: 41.667vw;
  display: flex;
  justify-content: space-between;
  background: #f9f9f9 url(../img/quiz-bg.png) center no-repeat;
  background-size: cover;
  border-radius: 1.823vw;
  position: relative
}

.quiz-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 3vw
}

.quiz-right__name {
  position: absolute;
  left: 21.927vw;
  top: 18.125vw;
  line-height: 1
}

.quiz-right__text {
  position: absolute;
  left: 7.21875vw;
  bottom: 3.073vw
}

.quiz-checks {
  display: flex;
  gap: 3.073vw
}

.quiz-check {
  display: flex;
  flex-direction: column;
  align-items: center
}

.quiz-check__img {
  display: flex;
  width: .833vw
}

.quiz-form {
  width: 40.104vw;
  height: 36.042vw;
  display: flex;
  flex-direction: column;
  align-items: stretch
}

.quiz-progress {
  position: relative;
  margin-bottom: 2.24vw;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center
}

.quiz-progress__bar {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 1.823vw;
  border-radius: 500px;
  background: #fff
}

.quiz-progress__inner {
  position: absolute;
  left: .3125vw;
  top: 50%;
  transform: translateY(-50%);
  height: 1.302vw;
  border-radius: 500px;
  background-color: #6cb644;
  -webkit-animation: loadingBg 15s infinite linear;
  animation: loadingBg 15s infinite linear;
  background-image: url(../img/loading.svg)
}

.quiz-progress p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.quiz-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.quiz-options--inline {
  flex-direction: column;
  align-items: center
}

.quiz-options--inline .quiz-option {
  width: 22.65625vw;
  margin-bottom: .78125vw
}

.quiz-options--inline .quiz-option:hover .quiz-option__checkbox {
  background: #6cb644
}

.quiz-options--inline .quiz-option:hover .quiz-option__checkbox svg path {
  fill: #fff
}

.quiz-options--inline .quiz-option:hover p {
  font-weight: 500
}

.quiz-options--inline .quiz-option__wrapper {
  padding: 1.042vw 1.198vw;
  border-radius: 500px;
  background: #fff;
  transition: .3s;
  border: 1px solid transparent
}

.quiz-options--inline .quiz-option__wrap {
  display: flex;
  align-items: center
}

.quiz-options--inline .quiz-option__checkbox {
  margin-right: .833vw
}

.quiz-options--img-two {
  max-width: 25vw;
  margin: 0 auto
}

.quiz-options--img-big.quiz-options--img .quiz-option__img {
  height: 13.75vw
}

.quiz-options--img {
  margin-top: 2.604vw
}

.quiz-options--img p {
  white-space: nowrap
}

.quiz-options--img .quiz-option {
  width: 11.71875vw;
  margin-bottom: 1.25vw
}

.quiz-options--img .quiz-option__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center
}

.quiz-options--img .quiz-option__img {
  display: flex;
  width: 100%;
  height: 6.5625vw;
  border-radius: 1.146vw;
  overflow: hidden;
  position: relative
}

.quiz-options--img .quiz-option__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
}

.quiz-options--img .quiz-option__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -1vw;
  z-index: 1
}

.quiz-options--img .quiz-option__checkbox {
  margin-bottom: .573vw
}

.quiz-option {
  cursor: pointer;
  color: #000
}

.quiz-option:hover .quiz-option__checkbox {
  background: #6cb644
}

.quiz-option:hover .quiz-option__checkbox svg path {
  fill: #fff
}

.quiz-option__input {
  display: none
}

.quiz-option__input:checked~.quiz-option__wrapper {
  border-color: #6cb644
}

.quiz-option__input:checked~.quiz-option__wrapper .quiz-option__checkbox {
  background: #6cb644
}

.quiz-option__input:checked~.quiz-option__wrapper .quiz-option__checkbox svg path {
  fill: #fff
}

.quiz-option__input:checked~.quiz-option__wrapper p {
  font-weight: 700
}

.quiz-option__checkbox {
  width: 1.823vw;
  height: 1.823vw;
  background: #f9f9f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s
}

.quiz-option__checkbox svg {
  width: .78125vw
}

.quiz-option__checkbox svg path {
  transition: .3s
}

.quiz-option p {
  transition: .3s;
  text-align: center
}

.ws {
  white-space: nowrap
}

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

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

.quiz-click__img {
  display: flex;
  width: 1.458vw;
  margin-right: .9375vw
}

.quiz-options--checkbox .quiz-option__checkbox {
  border-radius: .417vw
}

.quiz-btn {
  box-shadow: none;
  padding: 1.354vw 2.083vw
}

.quiz-btn.quiz-btn--next:hover svg {
  transform: translateX(.46875vw)
}

.quiz-btn.quiz-btn--next svg {
  width: 1.042vw;
  margin-left: .521vw;
  transition: .3s
}

.quiz-btn.quiz-btn--prev {
  margin-right: 1.667vw;
  background: 0 0;
  border: 1px solid #6cb644
}

.quiz-btn.quiz-btn--prev:hover svg {
  transform: translateX(-.46875vw)
}

.quiz-btn.quiz-btn--prev svg {
  width: 1.042vw;
  margin-right: .521vw;
  transition: .3s
}

.quiz-btn.quiz-btn--prev .btn-text {
  text-shadow: none;
  color: #6cb644
}

.quiz-btns {
  display: flex
}

.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:hover:disabled .quiz-btn__hint {
  opacity: 1
}

.quiz-inner.is-semifinal {
  padding: 5.983vw 4.167vw;
  background: #f9f9f9 url(../img/quiz-semifinal-bg.png) center no-repeat;
  background-size: cover;
  color: #fff
}

.quiz-inner.is-semifinal .quiz-form {
  width: auto;
  height: auto
}

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

.quiz-semifinal__left {
  margin-right: 1.5625vw
}

.quiz-semifinal__left .mbs {
  margin-bottom: .833vw
}

.quiz-semifinal__left .mb {
  margin-bottom: 1.667vw
}

.quiz-gift {
  display: flex
}

.quiz-gift__img {
  display: flex;
  margin-right: .417vw
}

.quiz-semifinal__right .btn,
.quiz-semifinal__right .form-group {
  width: 18.542vw;
  margin-bottom: 2.083vw
}

.quiz-semifinal__right .btn {
  padding: 0;
  height: 5.208vw
}

.form-group__label {
  margin-bottom: .78125vw;
  padding-left: 2.396vw
}

.select-wrapper {
  position: relative
}

.select-wrapper::before {
  content: '';
  background: url(../img/select-arrow.svg);
  background-size: contain;
  width: .521vw;
  height: .3125vw;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1vw
}

.select {
  width: 100%;
  background: #fff;
  border-radius: 500px;
  height: 5.208vw;
  padding-left: 2.396vw;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 0
}

.select-images {
  display: flex;
  width: 2.604vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: .833vw;
  pointer-events: none
}

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

.policy__check {
  width: 1.042vw;
  height: 1.042vw;
  border-radius: .26vw;
  background: #6cb644;
  border: 1px solid #6cb644;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

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

input:checked~.policy__check svg {
  display: block
}

@media (max-width:767px) {
  .to_top {
    right: 1rem;
    bottom: 1rem;
    width: 3.5rem;
    height: 3.5rem;
    padding: .7rem
  }

  .to_top:before {
    border: .8rem solid transparent;
    border-bottom: 1rem solid #fff
  }

  .quiz-inner {
    padding: 1.5rem 1.5rem 3.2rem 1.5rem;
    background: linear-gradient(270deg, #efefee 0, #ebebe9 62.84%, #e5e5e4 100%);
    height: auto;
    border-radius: 2rem
  }

  .quiz-right {
    display: none
  }

  .quiz-checks {
    gap: 3.073rem
  }

  .quiz-check__img {
    width: .833rem
  }

  .ws {
    white-space: unset
  }

  .quiz-form {
    width: 100%;
    height: auto
  }

  .quiz-progress {
    margin-bottom: 1.6rem
  }

  .quiz-progress__bar {
    height: 1.823rem
  }

  .quiz-progress__inner {
    left: .3125rem;
    height: 1.302rem
  }

  .quiz-progress p {
    font-size: .6rem
  }

  .quiz-item h3 {
    font-size: 1.4rem;
    max-width: 20rem;
    margin: 0 auto 1.3rem auto
  }

  .quiz-item h3~.fz24 {
    font-size: 1.2rem
  }

  .quiz-options--inline .quiz-option {
    width: 100%;
    margin-bottom: .7rem
  }

  .quiz-options--inline .quiz-option__wrapper {
    padding: .8rem
  }

  .quiz-options--inline .quiz-option__checkbox {
    margin-right: 1.1rem
  }

  .quiz-options--img-two {
    max-width: 25rem
  }

  .quiz-options--img-big.quiz-options--img .quiz-option__img {
    height: 13.75rem
  }

  .quiz-options--img {
    margin-top: 2.604rem
  }

  .quiz-options--img .quiz-option {
    width: 11.71875rem;
    margin-bottom: 1.25rem
  }

  .quiz-options--img .quiz-option__img {
    height: 6.5625rem;
    border-radius: 1.146rem
  }

  .quiz-options--img .quiz-option__wrap {
    margin-top: -1rem
  }

  .quiz-options--img .quiz-option__checkbox {
    margin-bottom: .573rem
  }

  .quiz-btn__hint {
    display: none
  }

  .quiz-option__checkbox {
    width: 2.8rem;
    height: 2.8rem
  }

  .quiz-option__checkbox svg {
    width: 1.2rem
  }

  .quiz-option p {
    font-size: .9rem;
    text-align: left
  }

  .quiz-click {
    margin-bottom: 1.6rem
  }

  .quiz-click__img {
    width: 2.3rem;
    margin-right: 1.3rem
  }

  .quiz-options--checkbox .quiz-option__checkbox {
    border-radius: .417rem
  }

  .quiz-btn {
    padding: 1.354rem 2.083rem
  }

  .quiz-btn.quiz-btn--next:hover svg {
    transform: translateX(.46875rem)
  }

  .quiz-btn.quiz-btn--next svg {
    width: 1.5rem;
    margin-left: .521rem
  }

  .quiz-btn.quiz-btn--prev {
    margin-right: 1.667rem
  }

  .quiz-btn.quiz-btn--prev:hover svg {
    transform: translateX(-.46875rem)
  }

  .quiz-btn.quiz-btn--prev svg {
    width: 1.5rem;
    margin-right: .521rem
  }

  .quiz-inner.is-semifinal {
    padding: 2rem;
    background-position: left
  }

  .quiz-semifinal__left {
    margin-right: 1.5625rem
  }

  .quiz-semifinal__left .mbs {
    margin-bottom: .833rem
  }

  .quiz-semifinal__left .mb {
    margin-bottom: 1.667rem
  }

  .quiz-gift__img {
    margin-right: .417rem
  }

  .quiz-semifinal__right .btn,
  .quiz-semifinal__right .form-group {
    width: 100%;
    margin-bottom: 2.083rem
  }

  .quiz-semifinal__right .btn {
    height: 6rem
  }

  .quiz-semifinal__right .btn .btn-text {
    font-size: 1.2rem
  }

  .input {
    height: 6rem;
    font-size: 1.2rem
  }

  .form-group__label {
    margin-bottom: .78125rem;
    padding-left: 2.396rem
  }

  .select-wrapper::before {
    width: 1rem;
    height: .6rem;
    left: 1rem
  }

  .select {
    height: 6rem;
    padding-left: 2.396rem
  }

  .select-images {
    width: 5rem;
    right: 1rem
  }

  .policy {
    gap: .729rem
  }

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

  .policy__check svg {
    width: .8rem
  }

  .policy__text {
    display: inline;
    font-size: 1rem
  }

  .policy__text br {
    display: none
  }

  .policy__text a {
    display: inline
  }

  .quiz {
    padding-top: 4.8rem;
    padding-bottom: 2.2rem
  }

  h2.fz55 {
    font-size: 1.8rem;
    margin-bottom: .8rem
  }

  h2.fz55 br {
    display: none
  }

  h2~.fz32 {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
    max-width: 28rem
  }

  .quiz-options {
    margin-bottom: 2.2rem
  }

  .quiz-bottom {
    flex-direction: column;
    align-items: center
  }

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

  .quiz-semifinal__left {
    margin-right: 0;
    margin-bottom: 2rem
  }
}

.market {
  padding-top: 0
}

.market .mlg {
  margin-bottom: 5.46875vw
}

.market-inner {
  padding: 3.75vw 0 0 0;
  background: #fff;
  border-radius: 1.823vw;
  position: relative
}

.market-inner::before {
  content: '';
  width: 28.646vw;
  height: 55vw;
  position: absolute;
  right: -.833vw;
  top: -2.34375vw;
  background: #6cb644 url(../img/market-bg.png) center no-repeat;
  background-size: cover;
  box-shadow: 0 0 100px rgba(108, 182, 68, .3);
  border-radius: 1.823vw
}

.market-top {
  display: flex;
  padding-left: 27.292vw;
  margin-bottom: 3.021vw
}

.market-top__title {
  margin-right: 16.115vw
}

.market-top__logo {
  color: #fff;
  position: relative
}

.market-top__logo img {
  width: 3.59375vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -3.4375vw
}

.market-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  padding-left: 3.229vw;
  padding-bottom: 1.302vw;
  border-bottom: 1px solid rgba(242, 242, 242, .25);
  width: calc(100% + .833vw);
  margin-bottom: 1.302vw
}

.market-item:last-child {
  margin-bottom: 0;
  border-bottom: 0
}

.market-item__top {
  display: flex;
  align-items: center;
  width: 21.83125vw
}

.market-item__num {
  color: #6cb644;
  margin-right: 1.302vw
}

.market-item__answer {
  display: flex;
  align-items: flex-start
}

.market-item__wrong {
  display: flex;
  align-items: center;
  width: 32.1125vw
}

.market-item__wrong svg {
  width: .729vw;
  margin-right: 1.302vw
}

.market-item__correct {
  display: flex;
  align-items: center;
  color: #fff
}

.market-item__correct svg {
  width: .99vw;
  margin-right: 1.146vw
}

.market-bg {
  display: flex;
  width: 100vw;
  position: absolute;
  left: 0;
  top: -18vw;
  z-index: -1
}

@media (max-width:767px) {
  .market {
    padding-bottom: 4.8rem
  }

  .market .mlg {
    margin-bottom: 5.46875rem
  }

  .market-inner {
    padding: 1.9rem 0 0 0;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, .02);
    border-radius: 1rem
  }

  .market-inner::before {
    display: none;
    width: 28.646rem;
    height: 55rem;
    right: -.833rem;
    top: -2.34375rem;
    border-radius: 1.823rem
  }

  .market-top {
    padding-left: 27.292rem;
    margin-bottom: 3.021rem
  }

  .market-top__title {
    margin-right: 16.115rem
  }

  .market-top__logo img {
    width: 3.59375rem;
    top: -3.4375rem
  }

  .market-item {
    padding-left: 1.6rem;
    padding-bottom: 1.3rem;
    width: 100%;
    margin-bottom: 1.6rem;
    flex-direction: column;
    border-bottom: 1px solid #f2f2f2
  }

  .market-item.is-active .market-item__top::after {
    transform: translateY(-50%) rotate(180deg)
  }

  .market-item__top {
    width: 100%;
    padding-right: 4.4rem;
    position: relative
  }

  .market-item__top::after {
    content: '';
    width: 1.5rem;
    height: .8rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.9rem;
    background: url(../img/market-arrow.svg) center no-repeat;
    background-size: contain;
    transition: .3s
  }

  .market-item__top .fz18 {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.4rem
  }

  .market-item__top .fz18 br {
    display: none
  }

  .market-item__num {
    margin-right: 1.302rem;
    display: none
  }

  .market-item__wrong {
    width: 100%;
    align-items: flex-start;
    margin-bottom: .8rem
  }

  .market-item__wrong svg {
    width: 1rem;
    min-width: 1rem;
    margin-right: .8em
  }

  .market-item__wrong svg path {
    fill: #f63123
  }

  .market-item__correct {
    align-items: flex-start
  }

  .market-item__correct p {
    color: #000;
    font-weight: 700
  }

  .market-item__correct svg {
    width: 1rem;
    min-width: 1rem;
    margin-right: .8rem
  }

  .market-item__correct svg path {
    fill: #6cb644
  }

  .market h2.fz55 {
    max-width: 25.4rem;
    margin: 0 auto 1.2rem auto
  }

  .market h2.fz55~.fz30 {
    font-size: 1.2rem;
    max-width: 20rem;
    margin: 0 auto 2.1rem auto
  }

  .market-bg {
    top: -18rem;
    width: 100rem
  }

  .market-mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.6rem
  }

  .market-mob__text {
    display: flex;
    align-items: center;
    font-size: 1rem
  }

  .market-mob__text svg {
    margin-right: .8rem
  }

  .market-mob__text.is-active {
    font-weight: 700
  }

  .market-top {
    display: none
  }

  .market-item.is-active .market-item__answer {
    max-height: 40rem;
    margin-top: 1rem
  }

  .market-item__answer {
    flex-direction: column;
    align-self: flex-start;
    max-width: 22rem;
    max-height: 0;
    transition: .3s;
    margin-top: 0;
    overflow: hidden;
    pointer-events: none
  }

  .market-item__answer .fz18 {
    font-size: 1rem;
    line-height: 1.4rem
  }

  .market-item__answer .fz18 br {
    display: none
  }
}

.safe {
  padding-top: 0;
  padding-bottom: 0
}

.tab-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.385vw
}

.tab-btn {
  display: flex;
  align-items: center;
  letter-spacing: .03em;
  color: #282828;
  border: 0;
  padding: 0;
  background: 0 0;
  margin-right: 5vw;
  transition: .3s;
  cursor: pointer
}

.tab-btn.is-active {
  color: #39cb59
}

.tab-btn.is-active svg {
  transform: rotate(180deg)
}

.tab-btn.is-active svg path {
  fill: #39cb59;
  opacity: 1
}

.tab-btn:hover {
  color: #39cb59
}

.tab-btn:hover svg path {
  fill: #39cb59;
  opacity: 1
}

.tab-btn:last-child {
  margin-right: 0
}

.tab-btn svg {
  display: flex;
  width: .78125vw;
  margin-left: .833vw;
  transition: .3s
}

.tab-btn svg path {
  transition: .3s
}

.safe-slide {
  height: 36.458vw;
  position: relative;
  background-size: cover;
  background-color: #282728;
  color: #fff;
  cursor: pointer
}

.safe-slide:hover::after {
  opacity: 1
}

.safe-slide:hover .safe-slide__content {
  transform: translateY(0)
}

.safe-slide:hover .safe-slide__items,
.safe-slide:hover .safe-slide__price {
  opacity: 1
}

.safe-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(28, 28, 28, 0) 0, rgba(28, 28, 28, .7) 100%)
}

.safe-slide::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(28, 28, 28, .24) 0, rgba(108, 182, 68, .83) 100%);
  transition: .3s;
  opacity: 0
}

.safe-slide__text {
  position: absolute;
  top: 9.5vw;
  left: -4.5vw;
  letter-spacing: .75em;
  text-transform: uppercase;
  transform: rotate(-90deg);
  display: flex;
  align-items: center;
  z-index: 1
}

.safe-slide__text::after {
  content: '';
  display: block;
  width: 2.604vw;
  height: 1px;
  background-color: #fff;
  margin-left: .677vw
}

.safe-slide__num {
  letter-spacing: .1em;
  position: absolute;
  top: 2.604vw;
  right: 2.604vw;
  z-index: 1
}

.safe-slide__content {
  position: absolute;
  left: 2.76vw;
  bottom: 3.229vw;
  transform: translateY(8.2vw);
  transition: .3s;
  z-index: 1
}

.safe-slide h3 {
  text-transform: uppercase
}

.safe-slide .safe-slide__items,
.safe-slide h3 {
  margin-bottom: 2.396vw
}

.safe-slide__items {
  display: flex;
  flex-wrap: wrap;
  row-gap: .729vw
}

.safe-slide__items p {
  width: 9.896vw
}

.safe-slide__items,
.safe-slide__price {
  transition: .3s;
  opacity: 0
}

.safe-slider .slick-prev {
  left: 2.448vw
}

.safe-slider .slick-next {
  right: 2.448vw
}

.slick-arrow {
  z-index: 1;
  width: 4.427vw;
  height: 4.427vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: .3s
}

.slick-arrow:hover {
  background: #6cb644
}

.slick-arrow:hover svg path {
  fill: #fff;
  opacity: 1
}

.slick-arrow svg {
  width: .625vw
}

.slick-arrow svg path {
  transition: .3s
}

.slick-arrow::before {
  display: none
}

.safe-slider--2 .safe-slide__items {
  margin-bottom: 0
}

.safe-slider--big .safe-slide__text {
  left: -2.3vw
}

.safe-slider--big .safe-slide__items p {
  width: auto
}

@media (max-width:767px) {
  .tab-btns {
    margin-bottom: 0;
    justify-content: flex-start
  }

  .tab-btn {
    margin-right: 2rem
  }

  .tab-btn span {
    font-size: 1.2rem
  }

  .tab-btn svg {
    width: .9rem;
    margin-left: .6rem
  }

  .safe-slide {
    height: 39rem
  }

  .safe-slide__text {
    top: 8rem;
    max-width: 20rem;
    left: -6.4rem
  }

  .safe-slide__text::after {
    width: 3.4rem;
    margin-left: .677rem;
    position: absolute;
    right: 2.1rem
  }

  .safe-slide__num {
    top: 2.604rem;
    right: 2.604rem;
    font-size: 1rem
  }

  .safe-slide__content {
    left: 2.76rem;
    bottom: 3.229rem;
    transform: translateY(10.3rem)
  }

  .safe-slide .safe-slide__items,
  .safe-slide h3 {
    margin-bottom: 1.096rem
  }

  .safe-slide__items {
    row-gap: .729rem
  }

  .safe-slide__items p {
    width: 9.896rem
  }

  .safe-slider .slick-prev {
    left: 2.448rem
  }

  .safe-slider .slick-next {
    right: 2.448rem
  }

  .slick-arrow {
    width: 5.3rem;
    height: 5.3rem
  }

  .slick-arrow svg {
    width: .8rem
  }

  .safe-slider--big .safe-slide__text {
    left: -1.9rem;
    font-size: .7rem;
    top: 9.4rem
  }

  .safe-slider--big .safe-slide__text::after {
    right: -3.6rem
  }

  .safe-slider--big .fz18 {
    font-size: 1rem
  }

  .safe-slider--big .safe-slide__content {
    transform: translateY(7.8rem)
  }

  .safe h2.fz55 {
    font-size: 1.6rem
  }

  .safe h2.fz55~.fz30 {
    font-size: 1.3rem
  }

  .safe-mob {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.6rem;
    width: 100%;
    position: relative;
    z-index: 1
  }

  .safe-mob__text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3rem;
    color: #6db746;
    margin-bottom: .8rem
  }

  .safe-mob__btn {
    padding: 1.8rem 2.8rem;
    border: 1px solid #6db746;
    border-radius: 50rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.6rem;
    width: 100%;
    background: #fff
  }

  .safe-mob__btn svg {
    margin-left: 3rem
  }

  .safe-list {
    position: relative;
    z-index: 1
  }

  .tab-btns-wrapper {
    padding: .9rem;
    padding-top: 3rem;
    position: absolute;
    background: #fff;
    filter: drop-shadow(0 0 250px rgba(0, 0, 0, .25));
    width: 100%;
    border: 1px solid #6db746;
    top: 5.1rem;
    display: none
  }

  .tab-btns {
    flex-direction: column
  }

  .tab-btn {
    margin-right: 0;
    padding: .5rem 0
  }

  .tab-btn svg {
    display: none
  }

  .tab-btns-wrapper.is-active {
    display: block
  }

  .swipe {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.6rem
  }

  .swipe p {
    text-align: right;
    color: rgba(0, 0, 0, .5)
  }

  .swipe__img {
    display: flex;
    margin-left: .8rem
  }

  .slick-dotted.slick-slider {
    margin-bottom: 4.5rem
  }

  .safe .slick-dots {
    bottom: -3.2rem
  }

  .safe .slick-arrow {
    transform: none;
    top: unset;
    bottom: -5.5rem
  }

  .safe-2 h2.fz55 {
    font-size: 1.8rem
  }

  .safe-2 h2.fz55~.fz30 {
    font-size: 1.3rem;
    margin-bottom: .8rem
  }

  .safe-slider--big .safe-slide {
    height: 32rem
  }
}

.catalog {
  padding-top: 45vw;
  padding-bottom: 8.542vw
}

.catalog-form {
  padding: 2.604vw 5.208vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../img/catalog-bg.png) center no-repeat;
  background-size: cover;
  border-radius: 1.823vw;
  color: #fff
}

.catalog-form .btn,
.catalog-form .form-group {
  width: 18.542vw;
  margin-bottom: .885vw
}

.catalog-form .btn {
  padding: 0
}

.catalog-form .btn,
.catalog-form .input,
.catalog-form .select {
  height: 4.167vw
}

.catalog-mockup {
  display: flex;
  width: 100vw;
  position: absolute;
  left: 0;
  top: -12.8125vw;
  z-index: -1
}

.btn.btn--white {
  padding: 2.448vw 3.646vw;
  background: #fff;
  box-shadow: inset 0 0 35px rgba(255, 255, 255, .25)
}

.btn.btn--white .btn-text {
  color: #6cb644
}

.btn.btn--white svg path {
  fill: #6cb644
}

@media (max-width:767px) {
  .catalog {
    padding-top: 21.8rem;
    padding-bottom: 4.8rem
  }

  .catalog-form {
    padding: 2.2rem;
    border-radius: 2rem;
    flex-direction: column;
    align-items: center;
    text-align: center
  }

  .catalog-form .btn,
  .catalog-form .form-group {
    width: 100%;
    margin-bottom: 1.6rem
  }

  .catalog-form .btn,
  .catalog-form .input,
  .catalog-form .select {
    height: 6rem
  }

  .catalog-form .btn-text {
    font-size: 1.2rem
  }

  .catalog-left .fz30 {
    font-size: 1.3rem;
    margin-bottom: 1.6rem
  }

  .policy__text {
    text-align: left !important
  }

  .catalog-mockup {
    width: 54.9rem;
    top: -7rem;
    left: -12.5rem
  }

  .btn.btn--white {
    padding: 2.448rem 3.646rem
  }

  .form-group__label {
    text-align: left !important
  }
}

.cases-item {
  background: #fff;
  border-radius: 1.823vw;
  padding: 3.90625vw 5.104vw 3.90625vw 5.208vw
}

.cases-item.slick-slide {
  display: flex;
  align-items: center
}

.cases-item .mb {
  margin-bottom: 1.615vw
}

.cases-wrapper {
  display: flex;
  gap: 1.25vw;
  margin-right: 3.125vw
}

.cases-slider {
  width: 30.729vw
}

.cases-slider__img {
  display: flex;
  position: relative;
  border-radius: 1.5625vw;
  height: 33.854vw;
  overflow: hidden
}

.cases-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
}

.cases-nav {
  width: 5.99vw;
  margin: -.573vw 0
}

.cases-nav__img.slick-slide {
  margin: .573vw 0;
  display: flex;
  position: relative;
  border-radius: .78125vw;
  height: 7.552vw;
  overflow: hidden
}

.cases-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
}

.cases-items .slick-prev {
  left: -6.667vw
}

.cases-items .slick-next {
  right: -6.667vw
}

.slick-dots {
  bottom: -3.125vw
}

.slick-dots li {
  width: .521vw;
  height: .521vw;
  margin: 0 .625vw
}

.slick-dots li.slick-active button {
  background: #6cb644
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 50%;
  background: #dedede;
  transition: .3s
}

.slick-dots li button:hover {
  background: #6cb644
}

.slick-dots li button::before {
  display: none
}

.cases-bg {
  position: absolute;
  left: 0;
  top: -26.042vw;
  width: 100vw;
  z-index: -1;
  display: flex
}

@media (max-width:767px) {
  .cases {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem
  }

  .cases .fz30 {
    font-size: 1.3rem
  }

  .cases h2.fz55 {
    margin-bottom: 1.3rem
  }

  .cases-item {
    background: #fff;
    border-radius: 2rem;
    padding: 1.5rem;
    flex-direction: column;
    align-items: flex-start
  }

  .cases-item .mb {
    margin-bottom: .8rem
  }

  .cases-wrapper {
    gap: 1.8rem;
    margin-right: 0;
    margin-bottom: .9rem;
    width: 100%
  }

  .cases-slider {
    width: 73.7%
  }

  .cases-slider__img {
    border-radius: 1rem;
    height: 18.566rem
  }

  .cases-nav {
    width: 18.9%;
    margin: -.3rem 0
  }

  .cases-nav__img.slick-slide {
    margin: .3rem 0;
    border-radius: 1rem;
    height: 4.1770000000000005rem
  }

  .cases-items .slick-prev {
    transform: none;
    top: unset;
    bottom: -5.5rem;
    left: 2.448rem
  }

  .cases-items .slick-next {
    transform: none;
    top: unset;
    bottom: -5.5rem;
    right: 2.448rem
  }

  .slick-dots {
    bottom: -3.2rem
  }

  .slick-dots li {
    width: .6759999999999999rem;
    height: .6759999999999999rem;
    margin: 0 .8rem
  }

  .cases-bg {
    top: -18rem;
    width: 100rem
  }

  .cases-right h3 {
    font-size: 1.6rem
  }

  .cases-right p {
    font-size: 1.2rem
  }

  .cases-right p br {
    display: none
  }
}

.warranty {
  padding: 0
}

.warranty-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative
}

.warranty-items::before {
  content: 'БЕСПЛАТНО';
  font-weight: 300;
  font-size: 11.667vw;
  line-height: 13.75vw;
  letter-spacing: .2em;
  color: rgba(0, 0, 0, .05);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  display: none;
}

.warranty-item {
  display: flex;
  align-items: center
}

.warranty-item__img {
  display: flex;
  width: .99vw;
  margin-right: .46875vw
}

@media (max-width:767px) {
  .warranty-items {
    flex-wrap: wrap;
    justify-content: space-between
  }

  .warranty-items::before {
    font-size: 4rem;
    line-height: 4.7rem;
    color: rgba(0, 0, 0, .07)
  }

  .warranty-item {
    width: 13.4rem;
    margin-bottom: 2.4rem
  }

  .warranty-item:nth-child(5),
  .warranty-item:nth-child(6) {
    margin-bottom: 0
  }

  .warranty-item p {
    font-size: 1.2rem;
    line-height: 1.6rem
  }

  .warranty-item__img {
    width: 1.9rem;
    min-width: 1.9rem;
    margin-right: .9rem
  }
}

.clients {
  padding-top: 7.708vw;
  z-index: 1
}

.clients-items {
  display: flex;
  -moz-column-gap: 2.135vw;
  column-gap: 2.135vw;
  row-gap: 1.771vw;
  flex-wrap: wrap
}

.clients-items {
  counter-reset: client;
  margin-bottom: 2.865vw
}

.clients-item__title {
  margin-bottom: .9375vw;
  position: relative;
  counter-increment: client;
  font-size: .8vw;
      line-height: 1.077vw;
}

.clients-item__title::before {
  content: "0" counter(client);
  font-weight: 500;
  font-size: 1.042vw;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  letter-spacing: .01em;
  color: #a6cd79
}

.clients-item p {
  padding-left: 2.448vw
}

.clients-inner {
  padding: 4.479vw 6.198vw 4.74vw 38.333vw;
  background: #1c1c1c url(../img/clients-bg.png) center no-repeat;
  background-size: cover;
  border-radius: 1.823vw;
  color: #fff;
  position: relative
}

.clients-name {
  position: absolute;
  top: 35.365vw;
  left: 2.146vw
}

.clients-name__pin {
  display: flex;
  width: .3125vw;
  height: .3125vw;
  background: #6cb644;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  left: 7.7vw;
  top: 1.3vw
}

.clients-name__pin::before {
  content: '';
  position: absolute;
  top: -.85vw;
  left: -.85vw;
  width: 1.8vw;
  height: 1.8vw;
  border: .1rem solid #f5f5f5;
  border-radius: 50%;
  -webkit-animation: animPulse 2s linear infinite;
  animation: animPulse 2s linear infinite;
  z-index: -1
}

.clients-bottom {
  display: flex;
  align-items: center
}

.clients-slider {
  width: 16.667vw;
  margin-left: 3.021vw
}

.clients-slider__img.slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 11.71875vw;
  border-radius: 1.302vw;
  position: relative;
  overflow: hidden
}

.clients-slider__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
}

.clients-slider .slick-prev {
  left: .1vw
}

.clients-slider .slick-next {
  right: .1vw
}

.play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.28125vw;
  height: 3.28125vw;
  background: #6cb644;
  border-radius: 50%;
  z-index: 1;
  position: relative
}

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

.play img {
  width: .677vw
}

.faq__content.fz18 {
  font-size: 1.042vw
}

.quiz-right__name .clients-name__pin {
  left: 1vw;
  top: -2vw
}

@media (max-width:767px) {
  .faq__content.fz18 {
    font-size: 1.2rem
  }

  .clients-item__title {
    font-size: 1.1rem;
    line-height: 1.2rem
  }

  .clients {
    padding-top: 2.4rem
  }

  .clients-items {
    row-gap: 1.3rem
  }

  .clients-items {
    margin-bottom: 2rem;
    flex-direction: column
  }

  .clients-item br {
    display: none
  }

  .clients-item__title {
    margin-bottom: .5rem;
    max-width: 18.8rem
  }

  .clients-item__title::before {
    font-size: 1rem
  }

  .clients-item p {
    padding-left: 2.4rem
  }

  .clients-item .fz18 {
    font-size: .8rem;
    line-height: 1rem;
    max-width: 23rem
  }

  .clients-inner {
    padding: 2.2rem;
    background: #1b2023;
    border-radius: 2rem;
    padding-bottom: 0
  }

  .clients-name {
    top: unset;
    bottom: 14rem;
    left: 16.146rem;
    text-align: right
  }

  .clients-name .fz24 {
    font-size: 1.2rem;
    margin-bottom: 1rem
  }

  .clients-name .fz14 {
    font-size: .8rem
  }

  .clients-name__pin {
    width: .3125rem;
    height: .3125rem;
    left: 2.2rem;
    top: 1.3rem
  }

  .clients-name__pin::before {
    top: -.85rem;
    left: -.85rem;
    width: 1.8rem;
    height: 1.8rem
  }

  .clients-slider {
    width: 20.2rem;
    margin-left: 0
  }

  .clients-slider__img.slick-slide {
    height: 14.2rem;
    border-radius: 2.5rem;
    background-position: center;
    background-size: cover
  }

  .clients-slider .slick-prev {
    left: -4.4rem
  }

  .clients-slider .slick-next {
    right: -4.4rem
  }

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

  .play img {
    width: .9rem
  }

  .clients-inner .fz55 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 1.3rem;
    text-align: center
  }

  .clients-bottom {
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.3rem
  }

  .clients-bottom p {
    font-size: 1.3rem;
    line-height: 1.9rem;
    text-align: center;
    margin-bottom: 1.6rem
  }

  .clients-bottom p br {
    display: none
  }

  .clients-person {
    display: flex;
    width: calc(100% + 4.4rem);
    margin-left: -2.2rem
  }

  .clients-person img {
    width: 100%
  }
}

.team {
  padding-top: 0;
  padding-bottom: 7.96875vw
}

.team .container {
  position: relative;
  z-index: 1
}

.team-text {
      margin-bottom: 24.167vw;
}

.team-checks {
  display: flex;
  justify-content: space-between;
  color: #fff
}

.team-check {
  position: relative
}

.team-check::before {
  content: '';
  background: rgba(255, 255, 255, .25);
  height: 14.323vw;
  width: 1px;
  position: absolute;
  top: 3.9vw;
  right: -3.4375vw
}

.team-check:last-child::before {
  display: none
}

.team-slider .slick-prev {
  left: 2.448vw
}

.team-slider .slick-next {
  right: 2.448vw
}

.team-slider .slick-arrow {
  z-index: 1
}

.team-slider {
  width: 100vw;
  position: absolute;
  left: 0;
  bottom: 0
}

@media (max-width:767px) {
  .team {
    padding-top: 0;
    padding-bottom: 21.6rem
  }

  .team .slick-dotted.slick-slider {
    margin-bottom: 0
  }

  .team .slick-dots {
    bottom: 2.7rem
  }

  .team .slick-arrow {
    top: unset;
    transform: none;
    bottom: .5rem
  }

  .team-text {
    margin-bottom: 0
  }

  .team-checks {
    display: none
  }

  .team-mob-checks {
    display: block
  }

  .team-check {
    color: #000;
    text-align: center
  }

  .team-check br {
    display: none
  }

  .team-check .fz24 {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-bottom: .8rem
  }

  .team-check .fz18 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2rem
  }

  .team-mob {
    padding-top: 2.4rem;
    padding-bottom: 4rem
  }

  .team-mob .slick-prev {
    left: .3rem
  }

  .team-mob .slick-next {
    right: .3rem
  }

  .team-mob .slick-arrow {
    top: unset;
    transform: none;
    bottom: -5.5rem
  }

  .team-slider .slick-prev {
    left: 2.448rem
  }

  .team-slider .slick-next {
    right: 2.448rem
  }

  .team-slider {
    width: 100vw
  }
}

.call {
  padding: 0;
  margin-top: -5.625vw;
  z-index: 1
}

.call-form {
  padding: 3.8375vw 5.208vw;
  background: url(../img/call-bg.png) center no-repeat;
  background-size: cover;
  border-radius: 1.823vw;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.call-form__wrapper {
  display: flex;
  align-items: flex-end;
  margin-bottom: .9375vw
}

.call-form__wrapper .btn,
.call-form__wrapper .form-group {
  width: 18.542vw
}

.call-form__wrapper .btn,
.call-form__wrapper .input {
  height: 4.167vw
}

.call-form__wrapper .btn {
  padding: 0
}

.call-form__wrapper .form-group {
  margin-right: 1.302vw
}

.call.call-2 {
  margin-top: 0
}

.call.call-2 .call-form {
  padding: 4.2375vw 5.208vw;
  background-image: url(../img/call2-bg.png)
}

.call.call-3 .call-form {
  padding: 5.1375vw 5.208vw;
  background-image: url(../img/call3-bg.png)
}

.call.call-3 .btn {
  width: 18.542vw;
  height: 5.208vw;
  padding: 0
}

.iti {
  width: 100%;
  z-index: 99
}

@media (max-width:767px) {
  .call {
    padding-top: 2.4rem;
    margin-top: 0
  }

  .call-form {
    padding: 2.2rem;
    border-radius: 2rem;
    flex-direction: column;
    align-items: center
  }

  .call-form__wrapper {
    margin-bottom: .9375rem;
    flex-direction: column;
    align-items: center
  }

  .call-form__wrapper .btn,
  .call-form__wrapper .form-group {
    width: 100%;
    margin-bottom: 1.6rem
  }

  .call-form__wrapper .btn,
  .call-form__wrapper .input {
    height: 6rem
  }

  .call-form__wrapper .form-group {
    margin-right: 0
  }

  .call-form__left {
    text-align: center
  }

  .call-form__left h2 {
    font-size: 1.8rem;
    margin-bottom: .8rem
  }

  .call-form__left .fz20 {
    font-size: 1.3rem;
    line-height: 1.9rem;
    margin-bottom: 2.4rem
  }

  .call-form__left .fz20 br {
    display: none
  }

  .call.call-2 .call-form {
    padding: 2.2rem;
    background-image: url(../img/call2-bg.png)
  }

  .call.call-3 .call-form {
    padding: 2.2rem 2.2rem 17.9rem 2.2rem;
    border-radius: 2rem;
    background-color: #0f0f10;
    background-image: url(../img/call3-bg-sm.png);
    background-position: bottom center;
    background-size: 100%
  }

  .call.call-3 .btn {
    width: 100%;
    height: auto;
    padding: 2.8rem 2.6rem
  }

  .call.call-3 .btn span {
    font-size: 1.2rem
  }
}

.citizen {
  padding-bottom: 0
}

.citizen-slider {
  margin: 0 -.625vw
}

.citizen-slider .slick-prev {
  left: -7.292vw
}

.citizen-slider .slick-next {
  right: -7.292vw
}

.citizen-slider.slick-dotted {
  margin-bottom: 5.99vw
}

.citizen-item {
  padding: 1.667vw;
  height: 21.042vw;
  background-size: cover;
  background-color: #000;
  border-radius: 1.5625vw;
  color: #fff;
  margin: 0 .625vw
}

.citizen-item.pt {
  padding-top: .521vw
}

.citizen-btns {
  display: flex;
  justify-content: center
}

@media (max-width:767px) {
  .citizen {
    padding-top: 4.8rem;
    padding-bottom: 2.9rem
  }

  .tour-right .btn {
    text-transform: uppercase;
    padding: 0 4.5rem !important
  }

  .tour-right .btn .btn-text {
    white-space: normal
  }

  .citizen-slider {
    margin: 0;
    margin: 0 -1rem
  }

  .citizen-slider .slick-arrow {
    display: none !important
  }

  .citizen-slider .slick-prev {
    left: -7.292vw
  }

  .citizen-slider .slick-next {
    right: -7.292vw
  }

  .citizen-slider.slick-dotted {
    margin-bottom: 7.3rem
  }

  .citizen-item {
    padding: 2.4rem;
    height: 22.7rem;
    border-radius: 3rem;
    margin: 0
  }

  .citizen-item.slick-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 1rem
  }

  .citizen-item.pt {
    padding-top: 2.4rem
  }

  .citizen-item .fz30 br {
    display: none
  }

  .citizen-item .fz20 {
    font-size: 1.3rem;
    line-height: 1.9rem
  }
}

.tour {
  padding-top: 2.5vw;
  padding-bottom: 4.323vw
}

.tour-form {
  padding: 3.385vw 5.208vw 2.96875vw 30.46875vw;
  background: #fff url(../img/tour-bg.png) center no-repeat;
  background-size: cover;
  border-radius: 1.823vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.tour-form .clients-name {
  color: #fff;
  left: 2.917vw;
  top: 6.71875vw
}

.tour-form .clients-name__pin {
  left: .9vw;
  top: -1.8vw
}

.tour-form .input,
.tour-form .select {
  background: #f9f9f9;
  height: 4.167vw
}

.tour-form .btn,
.tour-form .form-group {
  width: 18.542vw;
  margin-bottom: .885vw
}

.tour-form .btn {
  padding: 0;
  height: 4.167vw
}

.tour-check {
  display: flex;
  align-items: center;
  margin-bottom: .99vw
}

.tour-check:last-child {
  margin-bottom: 0
}

.tour-check__img {
  display: flex;
  width: .99vw;
  margin-right: 1.302vw
}

.colored {
  color: #6cb644
}

@media (max-width:767px) {
  .tour {
    padding-top: 0;
    padding-bottom: 4.8rem
  }

  .tour .fz30 {
    font-size: 1.3rem
  }

  .tour-form {
    padding: 2.2rem;
    padding-bottom: 0;
    background: linear-gradient(180deg, #fff 0, #e7e6e4 100%);
    box-shadow: 0 4px 24px rgba(0, 0, 0, .04);
    border-radius: 2.5rem;
    flex-direction: column;
    align-items: center
  }

  .tour-form .clients-name {
    left: 5.917rem;
    top: unset;
    text-align: left
  }

  .tour-form .clients-name__pin {
    left: .9rem;
    top: -1.8rem
  }

  .tour-form .input,
  .tour-form .select {
    height: 6rem
  }

  .tour-form .btn,
  .tour-form .form-group {
    width: 100%;
    margin-bottom: 1.6rem
  }

  .tour-form .btn {
    height: 6rem
  }

  .tour-check {
    margin-bottom: .8rem
  }

  .tour-check__img {
    width: 1.4rem;
    min-width: 1.4rem;
    margin-right: .8rem
  }

  .tour-check .fz20 {
    font-size: 1rem;
    max-width: 21rem
  }

  .tour-check .fz20 br {
    display: none
  }

  .tour-mid {
    margin-bottom: 2.4rem
  }

  .tour-mid .fz24 {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: .8rem
  }

  .tour-right .fz24 {
    font-size: 1.3rem;
    line-height: 1.9rem;
    margin-bottom: 1.6rem;
    text-align: center
  }

  .tour-right .btn-text {
    font-size: 1.2rem
  }

  .tour-person {
    display: flex;
    width: calc(100% + 4.4rem)
  }

  .tour-person img {
    width: 100%
  }
}

.steps {
  padding-top: 0;
  padding-bottom: 5.521vw
}

.steps-items {
  margin: 0 -.885vw
}

.steps-items .slick-prev {
  left: -5.78125vw
}

.steps-items .slick-next {
  right: -5.78125vw
}

.steps-item {
  padding: 0 3.073vw;
  height: 18.229vw;
  background-color: #f9fafd;
  border-radius: 1.5625vw;
  background-size: cover;
  background-position: bottom right;
  position: relative;
  margin: 0 .885vw;
  /* min-width: 26.042vw */
}

.steps-item.slick-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center
}

.steps-item__num {
  letter-spacing: .1em;
  color: #6cb644;
  position: absolute;
  top: 2.03125vw;
  right: 2.552vw
}

.steps-item.pr0 {
  padding-right: 0
}

.op {
  opacity: .5
}

@media (max-width:767px) {
  .steps {
    padding-top: 0;
    padding-bottom: 4.8rem
  }

  .steps .fz30.mlg {
    margin-bottom: .8rem
  }

  .steps-items {
    margin: 0
  }

  .steps-items .slick-prev {
    bottom: -5.5rem;
    left: 0;
    transform: none;
    top: unset
  }

  .steps-items .slick-next {
    bottom: -5.5rem;
    right: 0;
    transform: none;
    top: unset
  }

  .steps-item {
    padding: 2.4rem;
    height: 19.4rem;
    background-color: #f9fafd;
    border-radius: 2rem;
    margin: 0;
    min-width: unset
  }

  .steps-item .fz18 {
    font-size: 1rem;
    line-height: 1.4rem;
    color: #1c1c1c;
    opacity: 1
  }

  .steps-item .fz24 {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.6rem
  }

  .steps-item__num {
    top: 2.03125rem;
    right: 2.552rem
  }

  .steps-item.pr0 {
    padding-right: 1.2rem
  }

  .steps-item.pr0 br {
    display: none
  }

  .steps-item.pr0 .fz16 {
    font-size: .9rem
  }
}

.work {
  padding-top: 3.90625vw
}

.work-top {
  display: none;
  align-items: center;
  justify-content: space-between
}

.work-top__item {
  color: rgba(0, 0, 0, .35);
  position: relative
}

.work-top__item:last-child::before {
  display: none
}

.work-top__item::before {
  content: '';
  width: 7.65625vw;
  height: .104vw;
  background: url(../img/work-dots.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -9.85vw
}

.work-top__item.fw5 {
  color: #000
}

.work-top__item.fw5::before {
  background-image: url(../img/work-dots-active.svg)
}

.work-items {
  margin: 0 -.833vw
}

.work-items .slick-prev {
  left: -5.78125vw
}

.work-items .slick-next {
  right: -5.78125vw
}

.contacts-img {
  display: flex;
  width: 15.625vw;
  height: 10.417vw;
  position: relative;
  border-radius: 1.042vw;
  overflow: hidden
}

.contacts-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
}

.work-item {
  padding-top: 2.03125vw;
  padding-left: 2.708vw;
  background-color: #f9fafd;
  background-size: cover;
  border-radius: 1.5625vw;
  margin: 0 .833vw;
  position: relative;
  height: 28.646vw
}

.work-item__btn {
  height: 2.96875vw;
  width: 13.073vw;
  padding: 0
}

.work-item .mb {
  margin-bottom: 6.5vw
}

.work-item__num {
  letter-spacing: .1em;
  color: #6cb644;
  position: absolute;
  top: 2.03125vw;
  right: 2.1875vw
}

.work-item p {
  position: relative;
  z-index: 1
}

.work-item--form {
  color: #fff
}

.work-item--form .link {
  color: #fff
}

.work-item--form .form-group {
  width: 13.333vw;
  margin-bottom: .78125vw
}

.work-item--form .btn,
.work-item--form .input,
.work-item--form .select {
  height: 2.96875vw;
  width: 13.333vw
}

.work-item--form .select {
  margin-bottom: 0
}

.work-item--form .select-images {
  width: 1.823vw
}

.work-item--form .btn {
  padding: 0;
  margin-bottom: .78125vw
}

.work-item--form .mb40 {
  margin-bottom: 2.083vw
}

.work-item--form .mblg {
  margin-bottom: 7.8125vw
}

.work-item--form .work-item__svg {
      width: 4.708vw;
        height: 3.4vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 16.771vw
}

.work-item--white::before {
  content: '';
  background: linear-gradient(179.59deg, #f9fafd 53.6%, rgba(249, 250, 253, 0) 118.86%);
  border-radius: 1.5625vw;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 2.604vw
}

.select.fz14 {
  font-size: .833vw
}

@media (max-width:767px) {
  .select.fz14 {
    font-size: 1.2rem
  }

  .contacts-img {
    height: 18.4rem
  }

  .thank-main .hero-right {
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .work {
    padding-top: 4.8rem
  }

  .work-top {
    display: none
  }

  .work-top__item::before {
    width: 7.65625rem;
    height: .104rem;
    right: -9.85rem
  }

  .work-items {
    margin: 0
  }

  .work-items .slick-prev {
    left: 0;
    bottom: -5.5rem;
    top: unset;
    transform: none
  }

  .work-items .slick-next {
    right: 0;
    bottom: -5.5rem;
    top: unset;
    transform: none
  }

  .work-item {
    padding: 2.2rem;
    border-radius: 2rem;
    margin: 0;
    height: 47.5rem;
    text-align: center
  }

  .work-item__btn {
    height: 6rem;
    width: 100%
  }

  .work-item .mb {
    margin-bottom: 3.2rem
  }

  .work-item__num {
    top: 2.03125rem;
    right: 2.1875rem;
    font-size: 1rem
  }

  .work-item--form .fz20.fw5.mbs.lh140 {
    font-size: 1.8rem;
    margin-bottom: .8rem
  }

  .work-item--form .fz24.link {
    font-size: 1.6rem;
    margin-bottom: .8rem
  }

  .work-item--form .fz20.fw5.mbs {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-bottom: 3.2rem
  }

  .work-item--form .fz16.lh140 {
    font-size: 1rem
  }

  .work-item--form .form-group {
    width: 100%;
    margin-bottom: 1.6rem
  }

  .work-item--form .btn,
  .work-item--form .input,
  .work-item--form .select {
    height: 6rem;
    width: 100%
  }

  .work-item--form .select-images {
    width: 3.6rem
  }

  .work-item--form .btn {
    margin-bottom: 1.1rem
  }

  .work-item--form .mb40 {
    margin-bottom: 2rem
  }

  .work-item--form .mblg {
    margin-bottom: 7.8125rem
  }

  .work-item--form .work-item__svg {
    width: 2.708rem;
    top: 16.771rem
  }

  .work-item--white::before {
    border-radius: 2rem;
    top: 2.604rem
  }

  html {
    font-size: 3.3vw
  }

  .btn--doc .fz18 {
    font-size: 1.2rem
  }
}

.wait {
  padding: 4.323vw 0
}

.wait-form {
  padding: 3.125vw 5.46875vw;
  background: #000 url(../img/wait-bg.png) center no-repeat;
  background-size: cover;
  color: #fff;
  border-radius: 1.823vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative
}

.wait-form .clients-items {
  flex-direction: column;
  margin-bottom: 0
}

.wait-form .clients-name {
  top: 11.771vw;
  left: 47.292vw
}

.wait-form .clients-name__pin {
  left: 7vw;
  top: 2.9vw
}

.wait-form .clients-item__title {
  padding-left: 1.875vw;
  margin-bottom: 0
}

.wait-form .clients-item__title::before {
  content: "0" counter(client);
  font-size: .9375vw;
  line-height: 1.40625vw;
  top: -.2vw;
  transform: none
}

.wait-right .btn,
.wait-right .form-group {
  width: 18.542vw;
  margin-bottom: .885vw
}

.wait-right .btn,
.wait-right .input,
.wait-right .select {
  height: 4.167vw
}

.wait-right .btn {
  padding: 0
}

.wait-right .form-group__label {
  opacity: .4
}

@media (max-width:767px) {
  .wait {
    padding: 4.8rem 0
  }

  .wait-form {
    padding: 2.2rem;
    padding-bottom: 0;
    background: #0d0d0d;
    border-radius: 2rem;
    flex-direction: column;
    align-items: center
  }

  .wait-form .clients-name {
    top: unset;
    left: 19rem;
    bottom: 15rem
  }

  .wait-form .clients-name__pin {
    left: -1rem;
    top: 1.3rem
  }

  .wait-form .clients-item__title {
    padding-left: 0
  }

  .wait-form .clients-item__title::before {
    font-size: 1.6rem;
    line-height: 1.9rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
  }

  .wait-right .btn,
  .wait-right .form-group {
    width: 100%;
    margin-bottom: 1.6rem
  }

  .wait-right .btn,
  .wait-right .input,
  .wait-right .select {
    height: 6rem
  }

  .wait-left {
    text-align: center
  }

  .wait-left .fz20 {
    font-size: 1.2rem;
    margin-bottom: 1.6rem
  }

  .wait-left .clients-items {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 3.2rem;
    max-width: 35rem;
    justify-content: center
  }

  .wait-left .clients-item {
    width: 11.6rem
  }

  .wait-left .clients-item__title {
    padding-left: 0;
    padding-top: 2.7rem
  }

  .wait-right .fz27 {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.9rem;
    margin-bottom: 1.6rem
  }

  .wait-person {
    display: flex;
    width: calc(100% + 4.4rem)
  }

  .wait-person img {
    width: 100%
  }
}

.faq {
  padding-top: 0;
  padding-bottom: 4.271vw
}

.faq__inner {
  display: flex;
  justify-content: space-between;
  gap: 3.854vw
}

.faq__item {
  cursor: pointer
}

.faq__item-top {
  padding-top: 1.979vw;
  padding-bottom: 1.979vw;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative
}

.faq__item-wrapper {
  display: flex;
  align-items: center
}

.faq__item-wrapper p {
  max-width: 30.78125vw
}

.faq__item-wrapper svg {
  width: .99vw;
  margin-right: 1.771vw
}

.faq__icon {
  display: flex;
  width: 1.146vw;
  transition: .3s
}

.faq__content {
  padding-left: 2.883vw;
  padding-top: 1.354vw;
  transition: all .3s ease;
  max-height: 0;
  overflow: hidden
}

.faq__item.active .faq__icon {
  transform: rotate(180deg)
}

.faq__item.active .faq__content {
  max-height: 1000px
}

@media (max-width:767px) {
  .faq {
    padding-bottom: 4.8rem
  }

  .faq__inner {
    gap: 0;
    flex-direction: column
  }

  .faq__item-top {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem
  }

  .faq__item-wrapper p {
    max-width: 22rem;
    font-size: 1.2rem;
    line-height: 1.6rem
  }

  .faq__item-wrapper svg {
    width: 1.5rem;
    margin-right: 1.2rem
  }

  .faq__icon {
    width: 1.5rem
  }

  .faq__content {
    padding-left: 2.7rem;
    padding-top: .8rem;
    font-size: 1rem;
    line-height: 1.6rem
  }
}

.contacts {
  padding: 3.646vw 0
}

.contacts-inner {
  display: flex;
  justify-content: space-between
}

.contacts-left .mb {
  margin-bottom: 1.458vw
}

.gray {
  color: #b5b5b5
}

.socials.socials--sm .social__img {
  width: 1.74vw;
  height: 1.74vw
}

.socials.socials--sm .social__img img {
  width: .729vw
}

.social--vk .social__img {
  background: #01a7ee
}

.social--vk .social__content {
  background: #01a7ee;
  justify-content: center
}

.social--dzen .social__img {
  background: #474c55
}

.social--dzen .social__content {
  background: #474c55;
  justify-content: center
}

.social--inst .social__img {
  background: linear-gradient(225deg, #dd4281 0, #ffa94c 100%)
}

.social--inst .social__content {
  background: linear-gradient(225deg, #dd4281 0, #ffa94c 100%)
}

.contacts-mid .mb {
  margin-bottom: 3.073vw
}

.contacts-slider {
  width: 15.625vw
}

.contacts-slider__img {
  height: 10.417vw;
  overflow: hidden;
  border-radius: 1.042vw;
  position: relative
}

.contacts-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
}

.contacts-slider .slick-arrow {
  transform: none;
  top: -3.2vw
}

.contacts-slider .slick-prev {
  left: unset;
  right: .2vw
}

.contacts-slider .slick-next {
  right: -1.9vw
}

#map {
  width: 39.74vw;
  height: 32.917vw;
  border-radius: 1.823vw;
  overflow: hidden
}

@media (max-width:767px) {
  .contacts {
    padding: 4.8rem 0
  }

  .contacts-inner {
    flex-direction: column;
    align-items: center
  }

  .contacts-left .mb {
    margin-bottom: 1.458rem
  }

  .socials.socials--sm .social__img {
    width: 3.3rem;
    height: 3.3rem
  }

  .socials.socials--sm .social__img img {
    width: 1.4rem
  }

  .contacts-mid .mb {
    margin-bottom: 3.073rem
  }

  .contacts-slider {
    width: 100%
  }

  .contacts-slider__img {
    height: 18.4rem;
    border-radius: 2rem
  }

  .contacts-slider .slick-arrow {
    top: -5.1rem
  }

  .contacts-slider .slick-prev {
    right: 1.5rem
  }

  .contacts-slider .slick-next {
    right: -1.9rem
  }

  .contacts-img {
    display: flex;
    width: 100%;
    margin-bottom: 3.2rem;
    border-radius: 2rem
  }

  #map {
    width: 100%;
    height: 23.5rem;
    border-radius: 3.5rem
  }

  .contacts-left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3.4rem
  }

  .contacts-left h2 {
    width: 100%;
    font-weight: 500;
    font-size: 2.1rem;
    line-height: 3rem;
    margin-bottom: 1.6rem;
    text-align: center
  }

  .contacts-left .contacts-item {
    width: 50%
  }

  .contacts-left .contacts-item.item100 {
    width: 100%
  }

  .contacts-left .contacts-item .link {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-bottom: .8rem
  }

  .contacts-left .contacts-item .fz15 {
    font-size: 1.2rem;
    line-height: 2.1rem;
    margin-bottom: .8rem
  }

  .contacts-left .contacts-item .fz20 {
    font-size: 1rem;
    line-height: 2rem
  }

  .contacts-left .contacts-item .fz20 br {
    display: none
  }

  .contacts-left .contacts-wrap {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end
  }

  .contacts-left .contacts-wrap .social__img {
    width: 3.3rem;
    height: 3.3rem
  }

  .contacts-left .contacts-wrap .social__img img {
    width: 1.4rem
  }

  .contacts-left .contacts-wrap .link {
    font-size: 1.2rem;
    line-height: 1.6rem
  }

  .contacts-mid {
    width: 100%
  }

  .contacts-mid .fz36 {
    text-align: center;
    font-size: 2.1rem;
    line-height: 3rem;
    margin-bottom: 1.8rem
  }

  .contacts-mid .contacts-wrapper .fz18 {
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin-bottom: 1.6rem
  }
}

.footer {
  background: #2e2e2e;
  color: #fff
}

.footer-inner {
  padding: 2.8125vw 0;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.footer-inner .logo__img {
  display: flex;
  width: 8.854vw
}

.footer-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.link.link--white {
  color: #fff
}

.link.link--white::before {
  border-color: #fff
}

.to_top {
  background: #6cb644;
  box-shadow: none
}

@media (max-width:767px) {
  .footer-inner {
    padding: 2.4rem 0;
    flex-direction: column;
    align-items: center
  }

  .footer-inner .fz14.tar {
    margin-top: .8rem
  }

  .footer-inner .logo__img {
    width: 13.1rem;
    margin-bottom: 1.2rem
  }

  .footer-inner .fz16 {
    font-size: .8rem;
    text-align: center;
    margin-bottom: 2.4rem
  }

  .footer-item {
    align-items: center;
    margin-bottom: 2.4rem
  }

  .footer-item .link {
    font-size: 1rem;
    line-height: 2.4rem;
    text-transform: uppercase
  }

  .link.link--white {
    color: #fff
  }

  .link.link--white::before {
    border-color: #fff
  }

  .to_top {
    background: #6cb644;
    box-shadow: none
  }
}

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

.modal {
  position: absolute;
  left: 50%;
  transition: all .8s ease;
  transform-style: preserve-3d;
  z-index: 77;
  top: 5vw;
  width: auto;
  transform: translateX(-50%);
  text-align: center;
  margin-bottom: 0;
  border: 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.823vw
}

.modal .btn,
.modal .form-group {
  width: 18.542vw;
  margin-bottom: 1.198vw
}

.modal .btn {
  padding: 0
}

.modal-wait {
  padding: 3.333vw 3.333vw 5.573vw 4.6875vw;
  text-align: left;
  background: #282828 url(../img/modal-wait-bg.jpg) center no-repeat;
  background-size: cover;
  width: 54.427vw;
  color: #fff
}

.modal-wait .btn,
.modal-wait .input,
.modal-wait .select {
  height: 4.167vw
}

.modal-wait .mbm {
  margin-bottom: 1.5625vw
}

.modal__close {
  display: flex;
  position: absolute;
  top: 4.635vw;
  right: 4.427vw;
  width: 2.083vw;
  cursor: pointer;
  transition: .3s
}

.modal-politics {
  background: #fff;
  padding: 2rem
}

.modal-politics .modal__close {
  top: .635vw;
  right: 1.427vw;
  width: 1.083vw;
  z-index: 1
}

.modal-call {
  padding: 7.5vw 3.646vw 2.083vw 29.427vw;
  background: url(../img/modal-call-bg.png) center no-repeat;
  background-size: cover;
  width: 60.9375vw;
  height: 39.0625vw
}

.modal-call .mb {
  margin-bottom: 1.40625vw
}

.modal-call .modal__close {
  top: 2.865vw;
  right: 2.865vw
}

.modal-call__left {
  display: flex;
  flex-direction: column;
  align-items: center
}

.modal-call .btn,
.modal-call .input,
.modal-call .select {
  height: 5.208vw
}

.modal-call .input {
  background: #f4f5f6;
  box-shadow: inset 0 0 21px rgba(255, 255, 255, .4)
}

.modal-call .clients-name {
  left: 2.865vw;
  bottom: 1.823vw;
  top: unset;
  text-align: left;
  color: #fff
}

.modal-call .clients-name__pin {
  left: .9vw;
  top: -1.9vw
}

.thank-main {
  background: #282828 url(../img/thank-bg.jpg) center no-repeat;
  background-size: cover
}

.thank-main .hero {
  padding-top: 7.24vw;
  padding-bottom: 17.865vw
}

.thank-main .hero__inner {
  align-items: center
}

.thank-main .hero-right .socials {
  margin-left: 2.083vw
}

.error-main {
  background: #282828 url(../img/error-bg.jpg) center no-repeat;
  background-size: cover
}

.error-main .hero {
  padding-top: 10.417vw;
  padding-bottom: 20.15625vw
}

.error-main .hero__inner {
  justify-content: center
}

.error-main .hero-left {
  display: flex;
  flex-direction: column;
  align-items: center
}

.lead-1 {
  background: #282828 url(../img/lead1-bg.jpg) center no-repeat;
  background-size: cover
}

.lead-2 {
  background: #282828 url(../img/lead2-bg.jpg) center no-repeat;
  background-size: cover
}

.lead-3 {
  background: #282828 url(../img/lead3-bg.jpg) center no-repeat;
  background-size: cover
}

.quiz-main {
  background: #282828 url(../img/quizp-bg.jpg) center no-repeat;
  background-size: cover
}

.quiz-main .hero {
  padding-bottom: 13.542vw
}

.quiz-main .hero__inner {
  margin-bottom: 0
}

.quiz-main .hero-left .btn {
  padding: 1.875vw 3.646vw
}

.lead-main .hero-left {
  padding-top: 0
}

.lead-main .hero {
  padding-top: 2.604vw;
  padding-bottom: 3.125vw
}

.lead-main .hero__inner {
  margin-bottom: 0
}

.lead-main .btn,
.lead-main .form-group {
  width: 18.542vw;
  margin-bottom: 1.25vw
}

.lead-main .btn {
  padding: 0
}

.lead-main .btn,
.lead-main .input,
.lead-main .select {
  height: 5.208vw
}

.pdf {
  display: flex;
  width: 12.5vw;
  position: absolute;
  filter: drop-shadow(0 0 250px rgba(0, 0, 0, .25))
}

.pdf img {
  -webkit-animation: pdf 9s linear infinite;
  animation: pdf 9s linear infinite
}

.pdf span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #000
}

.catalog-pdf {
  top: 38.1vw;
  left: 65.4vw
}

.wait-pdf {
  top: 8.1vw;
  left: 31.5vw
}

.download-pdf {
  top: 11.4vw;
  left: 27.3vw
}

.modal-download {
  padding: 4.21875vw 3.646vw;
  width: 60.9375vw;
  background: #282828 url(../img/modal-download-bg.png) center no-repeat;
  background-size: cover
}

.modal-download .modal__close {
  top: 2.865vw;
  right: 2.865vw
}

@-webkit-keyframes pdf {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

@keyframes pdf {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

@media (max-width:767px) {
  .lead-main .hero-left {
    position: relative
  }

  .lead-mockup {
    position: absolute;
    width: 38rem;
    top: 3rem;
    pointer-events: none
  }

  .lead-mockup.lead3-mockup {
    top: 0
  }

  .lead-main .fz48 {
    max-width: 29rem;
    margin-bottom: 18rem
  }

  .modal-download.modal-wait {
    background: #282828 url(../img/call-bg.png) center no-repeat;
    background-size: cover
  }

  .download-pdf {
    display: none
  }

  .pdf {
    width: 8.5rem
  }

  .pdf span {
    font-size: 1.3rem;
    line-height: 1.6rem
  }

  .catalog-pdf {
    top: 20rem;
    left: 35rem
  }

  .lead-main {
    background-position: left
  }

  .lead-main .fz48 {
    text-align: center
  }

  .lead-main .hero {
    padding-top: 2.604rem;
    padding-bottom: 3.125rem
  }

  .lead-main .btn,
  .lead-main .form-group {
    width: 100%;
    margin-bottom: 1.6rem
  }

  .lead-main .btn,
  .lead-main .input,
  .lead-main .select {
    height: 6rem
  }

  .thank-main .hero-left {
    margin-bottom: 2rem
  }

  .thank-main .hero-left .fz30 {
    text-align: center
  }

  .modal {
    top: 5rem;
    border-radius: 2rem
  }

  .modal .btn,
  .modal .form-group {
    width: 100%;
    margin-bottom: 1.6rem
  }

  .modal-wait {
    padding: 2rem;
    background: #282828 url(../img/modal-wait-bg.jpg) center no-repeat;
    width: 28rem
  }

  .modal-wait .btn,
  .modal-wait .input,
  .modal-wait .select {
    height: 6rem
  }

  .modal-wait .mbm {
    margin-bottom: 1.5625rem
  }

  .modal-politics {
    padding: 2rem
  }

  .modal-politics .modal__close {
    top: .635rem;
    right: 1.427rem;
    width: 1.083rem
  }

  .modal-call {
    padding: 2rem;
    background: url(../img/modal-call-bg.png) center no-repeat;
    background-size: cover;
    width: 28.8rem;
    height: auto
  }

  .modal-call .mb {
    margin-bottom: 1.40625rem
  }

  .modal-call .modal__close {
    top: -.135rem;
    right: 1.865rem;
    width: 1rem
  }

  .modal-call br {
    display: none
  }

  .modal-call .btn,
  .modal-call .input,
  .modal-call .select {
    height: 6rem
  }

  .modal-call .clients-name {
    display: none
  }
}

.modal-object {
  background: #FFFFFF;
    border-radius: 1.823vw;
    padding: 2.917vw;
    width: 93.750vw;
    text-align: left;
}

.modal-object__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.823vw;
}

.modal-object__logo {
  display: flex;
  width: 10.625vw;
  margin-bottom: 2.135vw;
}

.modal-object__items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.604vw;
}

.modal-object-item {
  padding-right: 1.042vw;
  border-right: 1px solid #CDCDCD;
}

.modal-object-item__wrapper {
  display: flex;
  align-items: center;
}

.modal-object-item__img {
  display: flex;
  margin-right: 0.625vw;
}

.modal-object-item:last-child {
  padding-right: 0;
  border: 0;
}

.modal-object__content {
  width: 27.604vw;
}

.modal-object__price {
  color: #6CB644;
  margin-bottom: 2.083vw;
}

.modal .modal-object__btn {
  width: 100%;
    height: 4.167vw;
}

.modal-object .modal__close {
  top: 3.542vw;
  right: 4.010vw;
}

.modal-object__img {
  display: flex;
  width: 57.760vw;
    height: 23.438vw;
    border-radius: 1.042vw;
    overflow: hidden;
    position: relative;
}

.modal-object__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;
}

.modal-object__imgs {
  display: flex;
  justify-content: space-between;
}

.modal-object__imgs .modal-object__img {
  width: 27.604vw;
    height: 21.354vw;
}

@media (max-width: 767px) {
  .modal-object {
      border-radius: 1.823rem;
      padding: 2rem;
        width: 28.8rem;
    }

    .modal-object__top {
      flex-direction: column-reverse;
      margin-bottom: 1.5rem;
    }

    .modal-object__logo {
      width: 15rem;
      margin-bottom: 2rem;
    }

    .modal-object__items {
      margin-bottom: 2rem;
      flex-direction: column;
    }

    .modal-object-item {
      padding-right: 0;
      border-right: none;
      margin-bottom: 1rem;
    }

    .modal-object-item__img {
      margin-right: 0.625rem;
    }

    .modal-object__content {
      width: 100%;
    }

    .modal-object__price {
      margin-bottom: 1.5rem;
    }

    .modal .modal-object__btn {
      height: 6rem;
    }

    .modal-object .modal__close {
      top: 1rem;
      right: 1rem;
      width: 2rem;
    }

    .modal-object__img {
      width: 100%;
      height: 20rem;
      border-radius: 1rem;
    }

    .modal-object__imgs {
      flex-direction: column;
    }

    .modal-object__imgs .modal-object__img {
      width: 100%;
        height: 20rem;
      margin-bottom: 1rem;
    }
}
