@charset "UTF-8";

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

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

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

@font-face {
  font-family: Muller;
  src: url(../fonts/MullerRegular.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: Muller, sans-serif;
  line-height: 1.2;
  letter-spacing: .03em;
  font-weight: 400;
  overflow-x: hidden;
  color: #282828;
  background-color: #fff;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility
}

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: .777vw
}

.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: 81.875vw;
  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.1875vw 3.802vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  background: #B99573;
  border-radius: 2px;
  z-index: 6;
  cursor: pointer;
  color: #fff;
  border: none;
  position: relative;
  letter-spacing: .1em;
  font-weight: 500
}

.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--arrow svg {
  width: 2.292vw;
  margin-left: .677vw;
  transition: .3s
}

.btn .btn-blick {
  position: absolute
}

.btn:not(:disabled) .btn-blick {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  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: #c6ae7f
}

.btn:hover svg {
  transform: translateX(10%)
}

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

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

.btn.btn--light {
  padding: 1.40625vw 1.979vw;
  background-color: #fff;
  color: #000;
  letter-spacing: .042vw
}

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

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

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

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

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

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

.btn.light {
  color: #191919;
  background-image: linear-gradient(to top, #ffe97e 0, #fdf7ad 100%);
  box-shadow: 0 8px 13px rgba(214, 186, 92, .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 #f04137;
  transition: all .4s
}

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

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

.link.link--colored {
  color: #b99573
}

.link.link--colored::before {
  border-color: #e5cd9c
}

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: 0.7rem
  }

  .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: 20px 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%)
}

.lh114 {
  line-height: 114%
}

.lh120 {
  line-height: 120%
}

.lh130 {
  line-height: 130%
}

.lh140 {
  line-height: 140%
}

.lh142 {
  line-height: 142%
}

.lh150 {
  line-height: 150%
}

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

.btn.btn--pdf .btn-logo {
  margin-right: .633vw;
  transition: .3s
}

.btn.btn--pdf:hover .btn-logo {
  color: #fff
}

.area,
.input {
  height: 3.90625vw;
  padding-left: 2.396vw;
  background: #fff;
  border-radius: 2px;
  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
}

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

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

@media (max-width:767px) {
  .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
  }
}

.header {
  padding-top: 2.34375vw;
  padding-bottom: 1.302vw;
  border-bottom: 1px solid #ededed
}

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

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

.logo__img {
  display: flex;
  align-items: center;
  margin-right: 1.146vw
}

.logo__img img {
  width: 9vw;
  margin-right: 1.5625vw;

}

.nav__close {
  display: none
}

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

.nav__item {
  margin-right: 1.979vw
}

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

.nav a {
  transition: .3s
}

.nav a:hover {
  color: #e5cd9c
}

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

.header-socials .socials {
  margin-left: .365vw
}

.social {
  display: flex;
  width: 1.771vw;
  transition: .3s
}

.social:hover {
  transform: scale(1.05)
}

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

.mob {
  display: none
}

@media (max-width:767px) {
  .mob {
    display: block
  }

  .header {
    padding: 10px 0;
  }

  .logo__img img {
    width: 10rem;
  }

  .logo span {
    font-size: 1rem;
    padding-left: 2rem;
  }

  .nav__item {
    margin-right: 0;
    margin-bottom: 32px
  }

  .header-socials .socials {
    margin-left: .365rem
  }

  .social {
    width: 1.771rem
  }

  .logo p {
    display: none
  }

  .nav {
    z-index: 999;
    position: fixed;
    left: 0;
    top: 57px;
    width: 100%;
    height: calc(100% - 57px);
    display: flex;
    padding-top: 19px;
    align-items: center;
    flex-direction: column;
    background-color: white;
    transform: translateX(-100%);
    transition: all .4s ease-in
  }

  .header-socials {
    display: none
  }

  .header-phone {
    display: none
  }

  .header-geo {
    display: flex;
    align-items: center
  }

  .header-geo__img {
    display: flex;
    width: 13px;
    margin-right: 8px
  }

  .header-geo__text {
    font-size: 8px
  }

  .nav__mob {
    display: flex;
    width: 20px;
    height: 15px;
    position: relative;
    transition: .4s
  }

  .nav__mob svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .4s
  }

  .nav__mob svg:last-child {
    opacity: 0
  }

  .nav__mob.active {
    transform: rotate(360deg)
  }

  .nav__mob.active svg:first-child {
    opacity: 0
  }

  .nav__mob.active svg:last-child {
    opacity: 1
  }

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

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

  .nav-phone {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px
  }

  .nav-phone .online {
    font-size: 8px;
    margin-bottom: 12px
  }

  .nav-socials {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px
  }

  .nav-socials p {
    margin-bottom: 8px
  }

  .social {
    width: 34px
  }

  .container--left {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px
  }
}

.hero {
  padding: 0
}

.hero__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between
}

.hero-left {
  padding: 6.09375vw 0 4.427vw 6.09375vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.hero-left .mb {
  margin-bottom: 2.135vw
}

.hero-right {
  background: url(../img/hero-right-bg.jpg) center no-repeat;
  background-size: cover;
  width: 46.875vw;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3.854vw;
  position: relative
}

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

.hero-checks {
  display: flex;
  align-items: center;
  color: #fff
}

.hero-check {
  padding-left: 1.927vw;
  position: relative;
  margin-left: 3.802vw
}

.hero-check::before {
  content: '+';
  font-weight: 500;
  font-size: 32px;
  line-height: 21px;
  color: #e5cd9c;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

@media (max-width:767px) {
  .hero-left {
    padding: 0;
    align-items: center;
    padding-top: 26px;
    margin-bottom: 40px
  }

  .hero-left .nav-phone {
    margin-bottom: 40px
  }

  .hero-left .mb {
    margin-bottom: 8px
  }

  .hero-left .fz30 {
    margin-bottom: 16px
  }

  .hero-left .fz16.lh150 {
    margin-bottom: 24px;
    text-align: center
  }

  .hero-left .btn {
    width: 276px;
    padding: 0;
    margin-bottom: 40px
  }

  .btn--arrow svg {
    width: 3.6rem;
    margin-left: 1rem
  }

  .link--arrow svg {
    width: 4.4rem;
    margin-left: 1rem
  }

  .btn {
    height: 72px
  }

  h1 {
    text-align: center
  }

  .hero-right {
    width: 46.875rem;
    padding-bottom: 0
  }

  .hero-check {
    padding-left: 2.7rem;
    margin-left: 0;
    margin-bottom: 19px;
    width: 276px
  }

  .hero-check br {
    display: none
  }

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

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

  .hero-right {
    background: 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: calc(100% + 30px)
  }

  .hero-right::before {
    display: none
  }

  .hero-right-block {
    background: url(../img/hero-right-bg.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    width: 246px;
    height: 236px;
    position: relative
  }

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

  .hero-checks {
    flex-direction: column;
    background: #282828;
    width: 100%;
    padding: 16px 0
  }
}

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

.quiz-right {
  background: url(../img/quiz-right.jpg) center no-repeat;
  background-size: contain;
  width: 24.479vw;
  height: 41.667vw;
  padding-top: 3.385vw;
  padding-bottom: 2.1875vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  color: #fff
}

.quiz-form {
  padding: 1.875vw 3.90625vw 4.167vw 3.90625vw;
  display: flex;
  flex-direction: column;
  width: 54.6875vw;
  height: 41.667vw;
  position: relative
}

.quiz-progress {
  position: relative;
  margin-bottom: 2.708vw;
  z-index: 1
}

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

.quiz-progress__bar {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 2.604vw;
  border-radius: 2px;
  background: #f9f9f9
}

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

.quiz-item h3 {
  margin-bottom: 2.604vw
}

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

.quiz-options--md.quiz-options--three {
  gap: 2.083vw
}

.quiz-options--md.quiz-options--four {
  gap: 1.71875vw
}

.quiz-options--md .quiz-option {
  width: 10.417vw
}

.quiz-options--lg .quiz-option {
  width: 22.396vw
}

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

.quiz-options--inline {
  justify-content: space-between
}

.quiz-options--inline .quiz-option {
  width: 22.135vw;
  margin-bottom: 1.458vw
}

.quiz-options--inline .quiz-option__wrapper {
  width: 100%;
  height: 3.646vw;
  background: #f9f9f9;
  border-radius: 15px;
  display: flex;
  align-items: center;
  padding-left: 1.458vw
}

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

.quiz-options--inline .quiz-option__wrap p {
  color: #1c1c1c
}

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

.quiz-options--lg {
  justify-content: space-between
}

.quiz-option {
  cursor: pointer
}

.quiz-option:hover .quiz-option__checkbox {
  background: #e5cd9c
}

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

.quiz-option__input {
  display: none
}

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

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

.quiz-option__img {
  display: flex;
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 1.146vw
}

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

.quiz-option__wrap p {
  color: #232323
}

.quiz-option__checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 50%;
  background: #fcfbfd;
  margin-right: .365vw;
  transition: .3s
}

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

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

.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: 2.34375vw;
  margin-right: 1.09375vw
}

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

.quiz-btn:hover:disabled .quiz__progress-item-hint {
  opacity: 1
}

.quiz-btn {
  padding: 1.51vw 3.75vw
}

.quiz-slider__top {
  display: flex;
  align-items: center;
  margin-bottom: 2.96875vw
}

.quiz-slider__num {
  width: 7.8125vw;
  height: 3.385vw;
  background: #f9f9f9;
  border-radius: 2px;
  border: 0;
  -moz-appearance: textfield;
  -webkit-appearance: none;
  margin: 0 .833vw;
  color: #c4c4c4;
  font-weight: 400
}

.quiz-slider__num::-webkit-inner-spin-button,
.quiz-slider__num::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.quiz-slider__slider {
  width: 41.667vw
}

.quiz-slider__slider .irs--flat .irs-line {
  height: 10px;
  background: #f9f9f9;
  border-radius: 1px
}

.quiz-slider__slider .irs--flat .irs-max,
.quiz-slider__slider .irs--flat .irs-min {
  display: none
}

.quiz-slider__slider .irs--flat .irs-single {
  display: none
}

.quiz-slider__slider .irs-grid {
  bottom: -12px
}

.quiz-slider__slider .irs--flat .irs-grid-pol {
  display: none
}

.quiz-slider__slider .irs--flat .irs-grid-text {
  color: #282828;
  font-size: .9375vw;
  font-weight: 400
}

.quiz-slider__slider .irs--flat .irs-grid-text::after {
  content: ' мм';
  font-size: .9375vw;
  font-weight: 400
}

.quiz-slider__slider .irs--flat .irs-grid-text.js-grid-text-1 {
  left: 98% !important
}

.quiz-slider__slider .irs--flat .irs-bar {
  height: 10px;
  background: #e5cd9c;
  border-radius: 1px
}

.quiz-slider__slider .irs--flat .irs-handle {
  background: #e5cd9c;
  border: 3px solid #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
  border-radius: 50%;
  top: 18px;
  cursor: pointer;
  width: 23px;
  height: 23px
}

.quiz-slider__slider .irs--flat .irs-handle i:first-child {
  display: none
}

.quiz-item__img {
  display: flex;
  width: 21.615vw;
  position: absolute;
  top: 10.78125vw;
  right: 3.90625vw
}

.quiz-form.is-semifinal {
  width: 100%;
  height: auto;
  padding: 5.208vw 51.5625vw 4.167vw 11.042vw;
  background-image: url(../img/quiz-semifinal-bg.jpg);
  background-size: cover;
  color: #fff
}

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

.quiz-semifinal-wrapper {
  width: 18.542vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1
}

.quiz-semifinal-wrapper .btn {
  padding: 0;
  width: 100%;
  height: 4.6875vw;
  margin-bottom: 1.042vw
}

.quiz-semifinal-wrapper .policy {
  align-self: flex-start
}

.form-group {
  margin-bottom: 1.09375vw;
  width: 100%
}

.form-group__title {
  opacity: .4;
  padding-left: 2.396vw;
  margin-bottom: .625vw
}

.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: 1.5vw
}

.select {
  width: 100%;
  background: #fff;
  border-radius: 2px;
  height: 3.90625vw;
  padding-left: 2.396vw;
  padding-right: 2.396vw;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

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

.select-images img {
  width: 100%
}

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

.policy .link {
  color: #e5cd9c
}

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

.policy__check img {
  width: .417vw;
  opacity: 0
}

.policy input:checked~.policy__check img {
  opacity: 1
}

.policy input:checked~.policy__check {
  background-color: #e5cd9c
}

.quiz-semifinal-gift {
  display: flex;
  width: 41.51vw;
  position: absolute;
  left: 3.646vw;
  bottom: 0;
  pointer-events: none
}

.quiz-semifinal-phone {
  display: flex;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none
}

.quiz-check {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4.167vw;
  cursor: pointer
}

.quiz-check .policy__check {
  margin-right: 10px;
  margin-top: -1px
}

.quiz-check input:checked~.policy__check {
  background-color: #e5cd9c
}

.quiz-check input:checked~.policy__check img {
  opacity: 1
}

.quiz-textarea {
  width: 100%;
  height: 7.03125vw;
  border: 1px solid #f9f9f9;
  border-radius: 15px;
  resize: none;
  padding: 1.51vw
}

.quiz-textarea::-moz-placeholder {
  color: #d5d5d5
}

.quiz-textarea:-ms-input-placeholder {
  color: #d5d5d5
}

.quiz-textarea::placeholder {
  color: #d5d5d5
}

@media (max-width:767px) {
  .quiz-textarea {
    height: 7.03125rem;
    padding: 1.51rem
  }

  .quiz-options--lg .quiz-option {
    width: 100%
  }

  .quiz {
    padding-bottom: 64px
  }

  .quiz-right {
    display: none
  }

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

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

  .quiz-progress__bar {
    height: 2.604rem
  }

  .quiz-progress__inner {
    left: .3125rem
  }

  .quiz-item h3 {
    margin-bottom: 1.6rem
  }

  .quiz-item h3 br {
    display: none
  }

  .quiz-options--md.quiz-options--three {
    gap: 2.2rem
  }

  .quiz-options--md.quiz-options--four {
    gap: 1.71875rem
  }

  .quiz-options--md .quiz-option {
    width: 11.2rem
  }

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

  .quiz-options--inline .quiz-option__wrapper {
    height: 5rem;
    padding-left: 1.458rem
  }

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

  .quiz-option__img {
    margin-bottom: 1.146rem
  }

  .quiz-option__checkbox {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    margin-right: .9rem
  }

  .quiz-option__checkbox svg {
    width: .9rem
  }

  .quiz-click__img {
    width: 2.1rem;
    margin-right: .8rem;
    margin-top: -.6rem
  }

  .quiz-btn {
    padding: 1.51rem 3.75rem
  }

  .quiz-slider__top {
    margin-bottom: 2.96875rem
  }

  .quiz-slider__num {
    width: 7.8125rem;
    height: 3.385rem;
    margin: 0 .833rem
  }

  .quiz-slider__slider {
    width: 100%
  }

  .quiz-slider__slider .irs--flat .irs-grid-text {
    font-size: 1rem
  }

  .quiz-slider__slider .irs--flat .irs-grid-text::after {
    font-size: 1rem
  }

  .quiz-item__img {
    width: 21.615rem;
    top: 10.78125rem;
    right: 3.90625rem;
    display: none
  }

  .quiz-form.is-semifinal {
    padding: 2rem;
    padding-bottom: 20rem
  }

  .quiz-semifinal-wrapper {
    width: 25rem
  }

  .quiz-semifinal-wrapper .btn {
    height: 7.2rem;
    margin-bottom: 1.042rem
  }

  .form-group {
    margin-bottom: 1.09375rem
  }

  .form-group__title {
    padding-left: 2.396rem;
    margin-bottom: .625rem
  }

  .select-wrapper::before {
    width: .521rem;
    height: .3125rem;
    left: 1.5rem
  }

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

  .select-images {
    width: 2.604rem;
    right: .833rem
  }

  .policy {
    gap: .729rem
  }

  .policy__check {
    width: 1.042rem;
    height: 1.042rem
  }

  .policy__check img {
    width: .417rem
  }

  .quiz-semifinal-gift {
    width: 28.51rem;
    left: 0
  }

  .quiz {
    padding-top: 64px
  }

  .quiz .mw {
    max-width: 276px;
    margin-top: 16px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto
  }

  .quiz-bottom {
    margin-top: 32px;
    flex-direction: column-reverse
  }

  .quiz-btn {
    padding: 3rem 8rem;
    margin-bottom: 24px
  }

  .quiz-click p {
    font-size: 8px
  }

  .quiz-click p br {
    display: none
  }

  .quiz__progress-item-hint {
    display: none
  }

  .quiz-options--lg {
    gap: 1.6rem
  }

  .quiz-item.quiz-item--semifinal p br {
    display: none
  }

  .quiz-item.quiz-item--semifinal .policy br {
    display: none
  }

  .input {
    height: 6rem
  }

  .policy__check {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    margin-right: 9px
  }

  .policy__check img {
    width: .8rem
  }

  .quiz-main .hero-right {
    background: 0 0 !important
  }
}

.type {
  padding-top: .521vw
}

.type-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.125vw
}

.type-check {
  padding-left: 1.5625vw;
  position: relative;
  margin-right: 6.09375vw
}

.type-check::before {
  content: '';
  position: absolute;
  width: .521vw;
  height: .521vw;
  background: #e5cd9c;
  border-radius: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0
}

.type-checks {
  display: flex;
  align-items: center
}

.type-item {
  height: 36.458vw;
  position: relative;
  background-size: cover;
  background-color: #1c1c1c;
  color: #fff;
  cursor: pointer
}

.type-item:hover .type-item__content {
  transform: translateY(0)
}

.type-item:hover .type-item__content p {
  opacity: 1
}

.type-item:hover::after {
  opacity: 1
}

.type-item::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%)
}

.type-item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(229, 205, 156, .7) 0, #1c1c1c 100%);
  transition: .3s;
  opacity: 0
}

.type-item__text {
  position: absolute;
  top: 7.7vw;
  left: -2.5vw;
  letter-spacing: .75em;
  text-transform: uppercase;
  transform: rotate(-90deg);
  display: flex;
  align-items: center;
  z-index: 1
}

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

.type-item__num {
  letter-spacing: .2em;
  position: absolute;
  top: 2.708vw;
  right: 1.667vw;
  z-index: 1
}

.type-item__content {
  position: absolute;
  left: 2.96875vw;
  bottom: 3.385vw;
  transform: translateY(2.4vw);
  transition: .3s;
  z-index: 1
}

.type-item__content p {
  transition: .3s;
  opacity: 0
}

.type-item h3 {
  margin-bottom: 1.302vw
}

.type-arrows {
  display: flex;
  align-items: center;
  gap: 2.604vw
}

.arrow {
  display: flex;
  width: 2.292vw;
  cursor: pointer
}

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

.arrow svg path {
  transition: .3s
}

.type-blocks {
  display: flex
}

.type-block {
  width: 25%;
  background: #282828;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 1.875vw 0 2.604vw;
  border-right: 1px solid rgba(255, 255, 255, .2)
}

.type-block:last-child {
  border-right: 0
}

.type-block--white {
  padding: 2.448vw 4.635vw 2.448vw 0;
  display: flex;
  justify-content: flex-end;
  background: #fff;
  color: #000;
  border-right: 0
}

.type-block__square {
  position: relative;
  padding-left: 1.5625vw
}

.type-block__square::before {
  content: '';
  position: absolute;
  width: .521vw;
  height: .521vw;
  background: #e5cd9c;
  border-radius: 1px;
  left: 0;
  top: .4vw
}

.type-block__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%
}

.type-block__check {
  display: flex;
  width: 1.146vw
}

@media (max-width:767px) {
  .type {
    padding-top: 0;
    padding-bottom: 64px
  }

  .type-head {
    margin-bottom: 2rem
  }

  .type-checks {
    justify-content: space-between;
    width: 100%
  }

  .type-check {
    padding-left: 1.1rem;
    margin-right: 0
  }

  .type-check::before {
    width: .7rem;
    height: .7rem
  }

  .type-item {
    height: 46.6rem
  }

  .type-item__text {
    top: 13.4rem;
    left: -6.4rem
  }

  .type-item__text::after {
    width: 2.604rem;
    margin-left: .677rem
  }

  .type-item__num {
    top: 3.2rem;
    right: 3.2rem;
    font-size: 16px
  }

  .type-item__content {
    padding: 0 3.2rem 3.2rem 3.2rem;
    width: 100%;
    left: 0;
    bottom: 0;
    transform: translateY(0)
  }

  .type-item__content br {
    display: none
  }

  .type-item__content h3 {
    font-size: 16px
  }

  .type-item__content p {
    opacity: 1;
    font-size: 10px
  }

  .type-item h3 {
    margin-bottom: 1rem
  }

  .type-arrows {
    gap: 2.604rem
  }

  .arrow {
    width: 2.292rem
  }

  .type-block {
    padding: 1.6rem 2.2rem
  }

  .type-block br {
    display: none
  }

  .type-block--white {
    padding: 4rem 2.2rem 3.2rem 2.2rem;
    align-items: center
  }

  .type-block--white br {
    display: none
  }

  .type-block__wrapper p {
    font-size: 12px
  }

  .type-block__square {
    padding-left: 1.8rem;
    font-size: 16px
  }

  .type-block__square::before {
    width: 1rem;
    height: 1rem;
    top: .4rem
  }

  .type-block__check {
    width: 1.6rem
  }

  .type .fz60 {
    text-align: center;
    max-width: 276px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px
  }

  .type-arrows {
    display: none
  }

  .type-check {
    font-size: 9px
  }

  .type-blocks {
    flex-direction: column
  }

  .type-block {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
  }
}

.compare {
  padding-top: 0;
  padding-bottom: 3.125vw
}

.compare-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4.167vw
}

.compare-click {
  display: flex;
  align-items: center;
  margin-top: 2.03125vw
}

.compare-click p {
  text-align: right;
  margin-right: 1.042vw;
  color: rgba(0, 0, 0, .5)
}

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

.compare .twentytwenty-container {
  height: 46.875vw !important
}

.twentytwenty-handle {
  width: 5.208vw;
  height: 5.208vw;
  background: url(../img/compare-icon.svg) center no-repeat;
  background-size: contain;
  border-radius: 0;
  border: 0;
  box-shadow: none
}

.twentytwenty-handle span {
  display: none
}

.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-horizontal .twentytwenty-handle:before {
  width: .521vw;
  background: #282828;
  box-shadow: none
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  margin-bottom: 2.3vw
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  margin-top: 2.3vw
}

.compare-play {
  display: flex;
  align-items: center
}

.compare-play:hover .play::before {
  opacity: .5
}

.compare-play__text {
  margin-left: 1.25vw
}

.play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.90625vw;
  height: 3.90625vw;
  background: url(../img/play-bg.jpg) center no-repeat;
  background-size: cover;
  border-radius: 50%;
  position: relative
}

.play:hover::before {
  opacity: .5
}

.play::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #e5cd9c;
  transition: .3s
}

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

.slick-dots {
  position: relative;
  bottom: unset;
  width: auto
}

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

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

.slick-dots li button {
  width: .521vw;
  height: .521vw;
  padding: 0;
  background: #ececec;
  border-radius: 1px;
  transition: .3s
}

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

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

.compare-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.compare-arrows {
  display: flex;
  align-items: center;
  gap: 2.708vw
}

@media (max-width:767px) {
  .compare {
    padding-bottom: 64px
  }

  .compare-head {
    margin-bottom: 2.4rem;
    flex-direction: column;
    align-items: center
  }

  .compare-head .fz60 {
    text-align: center;
    margin-bottom: 24px;
    line-height: 32px
  }

  .compare-click {
    margin-top: 0
  }

  .compare-click p {
    margin-right: 0;
    color: #1c1c1c;
    font-size: 8px;
    text-align: left;
    max-width: 211px
  }

  .compare-click p br {
    display: none
  }

  .compare-click__img {
    width: 2.1rem
  }

  .compare .twentytwenty-container {
    height: 49.375vw !important
  }

  .twentytwenty-handle {
    width: 2.5rem;
    height: 2.5rem
  }

  .twentytwenty-horizontal .twentytwenty-handle:after,
  .twentytwenty-horizontal .twentytwenty-handle:before {
    width: .2rem
  }

  .twentytwenty-horizontal .twentytwenty-handle:before {
    margin-bottom: 1.3rem
  }

  .twentytwenty-horizontal .twentytwenty-handle:after {
    margin-top: 1.3rem
  }

  .compare-play__text {
    margin-left: 1.25rem
  }

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

  .play img {
    width: 1rem;
    z-index: 1
  }

  .slick-dots li {
    width: .7rem;
    height: .7rem;
    margin: 0 .4rem
  }

  .slick-dots li button {
    width: .7rem;
    height: .7rem
  }

  .compare-arrows {
    gap: 2.708rem
  }

  .compare-head__right {
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .compare-head__right .fz30 {
    text-align: center;
    margin-bottom: 16px
  }

  .compare-head__right .fz30 br {
    display: none;
    margin-bottom: 16px
  }

  .twentytwenty-container img {
    width: 100%
  }

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

  .compare-bottom {
    position: relative;
    padding-top: 69px;
    justify-content: center
  }

  .compare-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 24px
  }

  .compare-arrows {
    position: absolute;
    width: 100%;
    justify-content: space-between;
    top: 25px;
    left: 0
  }

  .arrow {
    width: 3.7rem
  }
}

.cost {
  padding-top: 0
}

.cost-form {
  padding: 6.325vw 5.46875vw;
  background: url(../img/cost-bg.jpg) center no-repeat;
  background-size: cover;
  border-radius: 2px 0 0 2px;
  color: #fff;
  position: relative;
  margin-bottom: 3.646vw
}

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

.cost-form .btn {
  padding: 1.927vw;
  margin-bottom: .99vw
}

.cost-form .mb {
  margin-bottom: 1.5625vw
}

.cost-mockup {
  display: flex;
  width: 81.771vw;
  position: absolute;
  bottom: 0;
  right: 0
}

.cost-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.cost-bottom .type-check {
  margin-right: 0
}

@media (max-width:767px) {
  .cost-form {
    padding: 4rem 1.5rem 22.1rem 1.5rem;
        padding-bottom: 74vw;
    margin-bottom: 2.8rem;
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .cost-form .fz60 {
    text-align: center;
    max-width: 175px;
    margin-left: auto;
    margin-right: auto
  }

  .cost-form .fz60.mb {
    margin-bottom: 8px
  }

  .cost-form .fz30 {
    text-align: center
  }

  .cost-form .fz30.mb {
    margin-bottom: 24px
  }

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

  .cost-form .btn {
    padding: 1.927rem;
    margin-bottom: .99rem;
    margin-bottom: 3rem
  }

  .cost-form .mb {
    margin-bottom: 1.5625rem
  }

  .cost-mockup {
    width: 81.771rem
  }

  .form-group__title {
    font-size: 1rem;
    padding-left: 2.396rem;
    margin-bottom: 1.6rem
  }

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

  .select {
    height: 7.2rem;
    padding-left: 2.5rem;
    padding-right: 2.396rem
  }

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

  .select-images img {
    width: 100%
  }

  .input {
    height: 7.2rem
  }

  .policy__text {
    font-size: .9rem
  }

  .policy__text br {
    display: none
  }

  .policy__text .link {
    display: inline
  }

  .cost-mockup {
    display: none
  }

  .cost-mockup-mob {
    display: flex;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0
  }
  
  .cost-mockup-mob img {
      width: 100%;
  }

  .cost-bottom {
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 25px;
    column-gap: 25px
  }

  .cost-bottom .fz36 {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    padding: 0 1rem
  }

  .cost-bottom .fz36 br {
    display: none
  }

  .cost-bottom .type-check {
    width: 102px;
    padding-left: 22px;
    margin-bottom: 16px
  }

  .cost {
    padding-bottom: 12px
  }
}

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

.cases-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.125vw
}

.cases-arrows {
  display: flex;
  align-items: center;
  gap: 2.604vw
}

.cases-items {
  color: #fefefe;
  margin: 0 -1.302vw
}

.case {
  margin: 0 1.302vw
}

.case-slider-wrapper {
  position: relative;
  border-radius: 2px;
  overflow-y: hidden;
  margin-bottom: .833vw
}

.case-slider-wrapper:hover .case-slider__label {
  opacity: 0
}

.case-slider-wrapper:hover .case-slider__content {
  opacity: 0
}

.case-slider-wrapper:hover::before {
  opacity: 0
}

.case-slider-wrapper:hover::after {
  opacity: 1
}

.case-slider-wrapper::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%);
  z-index: 1;
  pointer-events: none;
  transition: .3s;
  opacity: 1
}

.case-slider-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/search.svg) center no-repeat, linear-gradient(180deg, rgba(229, 205, 156, .56) 0, rgba(229, 205, 156, .85) 100%);
  background-size: 3.333vw, cover;
  z-index: 1;
  pointer-events: none;
  transition: .3s;
  opacity: 0
}

.case-slider__label {
  position: absolute;
  top: 7.7vw;
  left: -2.5vw;
  letter-spacing: .75em;
  text-transform: uppercase;
  transform: rotate(-90deg);
  display: flex;
  align-items: center;
  z-index: 1;
  pointer-events: none;
  transition: .3s
}

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

.case-slider__content {
  position: absolute;
  left: 2.165vw;
  bottom: 2.76vw;
  z-index: 1;
  pointer-events: none;
  transition: .3s
}

.case-slider__content .mb {
  margin-bottom: 1.71875vw
}

.case-slider__img {
  position: relative;
  width: 100%;
  height: 33.854vw
}

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

.case-nav {
  margin: 0 -.46875vw
}

.case-nav__img {
  position: relative;
  width: 5.729vw;
  height: 6.25vw;
  border-radius: 2px;
  overflow-y: hidden;
  margin: 0 .46875vw
}

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

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

.trifles {
  display: flex
}

.trifle {
  color: #fff;
  position: relative;
  background: #282828;
  width: 18.75vw;
  height: 18.229vw;
  margin-right: 1px;
  padding-left: 3.385vw;
  display: flex;
  align-items: center;
  cursor: pointer
}

.trifle--big {
  width: 24.808vw
}

.trifle--big .trifle__hover {
  left: unset;
  right: 0
}

.trifle:hover .trifle__hover {
  opacity: 1;
  z-index: 6;
  width: 37.552vw
}

.trifle:last-child {
  margin-right: 0
}

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

.trifle__content .mb {
  margin-bottom: 2.292vw
}

.trifle__hover {
  position: absolute;
  height: 100%;
  width: 0;
  background-color: #282828;
  background-size: cover;
  z-index: 1;
  top: 0;
  left: 0;
  transition: .3s;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 3.385vw;
  padding-right: 2.917vw;
  pointer-events: none;
  white-space: nowrap
}

.trifle__hover::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(28, 28, 28, 0) 0, rgba(229, 205, 156, .33) 100%);
  left: 0;
  top: 0
}

@media (max-width:767px) {
  .cases-head {
    margin-bottom: 2.4rem;
    flex-direction: column;
    align-items: center
  }

  .cases-head .cases-arrows {
    display: none
  }

  .cases-head .fz60 {
    text-align: center;
    margin-bottom: 16px
  }

  .cases-head .compare-click__img {
    margin-left: 3px
  }

  .cases-arrows {
    gap: 2.604rem
  }

  .cases-items {
    margin: 0
  }

  .case {
    margin: 0
  }

  .case-slider-wrapper {
    margin-bottom: 1rem
  }

  .case-slider__label {
    top: 10rem;
    left: -4.1rem;
    font-size: 8px
  }

  .case-slider__label::after {
    width: 2.604rem;
    margin-left: .677rem
  }

  .case-slider__content {
    padding: 0 2.4rem 3.2rem 2.4rem;
    width: 100%;
    left: 0;
    bottom: 0
  }

  .case-slider__content .mb {
    margin-bottom: 1.2rem
  }

  .case-slider__content br {
    display: none
  }

  .case-slider__content .fz16 {
    font-size: 1rem;
    margin-bottom: 24px
  }

  .case-slider__content .fz24 {
    font-size: 1.6rem
  }

  .case-slider__img {
    height: 46rem
  }

  .case-nav {
    margin: 0 -.46875rem
  }

  .case-nav__img {
    width: 6.2rem;
    height: 6.7rem;
    margin: 0 .46875rem
  }

  .cases-bottom {
    margin-top: 64px;
    flex-direction: column;
    align-items: center
  }

  .trifle {
    width: 100%;
    height: auto;
    padding: 2.4rem
  }

  .trifle--big {
    width: 100%
  }

  .trifle:hover .trifle__hover {
    width: 37.552rem
  }

  .trifle__content .mb {
    margin-bottom: 2.292rem
  }

  .trifle__hover {
    padding-left: 3.385rem;
    padding-right: 2.917rem;
    display: none
  }

  .cases-nav {
    position: relative
  }

  .cases-nav .cases-dots {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
  }

  .cases-mob-arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
  }

  .steps-nav {
    width: 100%
  }

  .steps-mob-arrows {
    width: 100%
  }

  .cases-bottom__wrapper .fz55 {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 16px
  }

  .cases-bottom__wrapper .fz24 {
    font-size: 16px;
    margin-bottom: 32px
  }

  .trifles {
    flex-direction: column;
    width: calc(100% + 30px)
  }

  .trifle {
    display: flex;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 1px
  }

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

  .trifle__content {
    text-align: center
  }

  .trifle__content .fz16 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0
  }

  .trifle__content .fz24 {
    font-size: 16px;
    line-height: 32px
  }

  .trifle__content br {
    display: none
  }
}

.warranty {
  background: #000 url(../img/warranty.jpg) center no-repeat;
  background-size: cover;
  color: #fff
}

.warranty .fz100 {
  line-height: .9;
  margin-bottom: 3.5vw
}

.warranty-items {
  display: flex;
  justify-content: space-between
}

.warranty-item {
  cursor: pointer
}

.warranty-item:hover .warranty-item__title {
  color: #e5cd9c
}

.warranty-item__num {
  margin-bottom: 1.302vw;
  color: #e5cd9c
}

.warranty-item__title {
  transition: .3s;
  margin-bottom: .677vw
}

@media (max-width:767px) {
  .warranty {
    padding: 64px 0
  }

  .warranty::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(28, 28, 28, 0) 0, rgba(28, 28, 28, .71) 20.31%, #1c1c1c 100%);
    left: 0;
    top: 0
  }

  .warranty .fz100 {
    margin-bottom: 4rem;
    line-height: 1.6;
    font-size: 20px;
    position: relative;
    z-index: 1
  }

  .warranty-item__num {
    margin-bottom: 1.302rem
  }

  .warranty-item__title {
    font-size: 1.6rem;
    margin-bottom: .8rem
  }

  .warranty-items {
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1
  }

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

  .warranty-item:last-child {
    margin-bottom: 0
  }

  .warranty-item .fz18 {
    font-size: 1rem;
    text-align: center
  }

  .warranty-item br {
    display: none
  }
}

.catalog {
  padding-top: 5vw;
  padding-bottom: 54.479vw
}

.catalog .form-group {
  margin-bottom: 0;
  width: 17.448vw;
  margin-right: .78125vw
}

.catalog .form-group__title {
  color: #1c1c1c;
  opacity: .4
}

.catalog .btn {
  margin-bottom: 0;
  padding: 0;
  width: 15.625vw;
  height: 3.90625vw
}

.catalog-form {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.catalog-form h2 {
  margin-bottom: .99vw
}

.catalog-wrapper__top {
  display: flex;
  align-items: flex-end;
  margin-bottom: .833vw
}

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

.select {
  border: 0
}

@media (max-width:767px) {
  .catalog {
    padding-top: 64px;
    padding-bottom: 240px
  }

  .catalog .form-group {
    width: 276px;
    margin-right: 0;
    margin-bottom: 24px
  }

  .catalog .btn {
    width: 276px;
    height: 72px;
    margin-bottom: 24px
  }

  .catalog-form h2 {
    margin-bottom: .99rem
  }

  .catalog-wrapper__top {
    margin-bottom: .833rem
  }

  .catalog-mockup {
    width: 32rem;
    top: unset;
    bottom: 0;
    display: none
  }

  .catalog-mockup-mob {
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 32rem;
    top: unset;
    bottom: -50px;
    pointer-events: none
  }

  .catalog-form {
    flex-direction: column;
    align-items: center
  }

  .catalog-form .fz60 {
    text-align: center;
    margin-bottom: 16px
  }

  .catalog-title {
    margin-bottom: 24px
  }

  .catalog-title .fz18 {
    text-align: center;
    font-size: 1.6rem
  }

  .catalog-wrapper__top {
    flex-direction: column;
    align-items: center
  }
}

.exp {
  padding-bottom: 4.53125vw
}

.exp-inner {
  background: url(../img/exp-bg.jpg) center no-repeat;
  background-size: cover;
  height: 52.083vw;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 6.40625vw;
  padding-right: 9.115vw
}

.exp-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.exp-left .mbm {
  margin-bottom: 1.5625vw
}

.exp-left .mb {
  margin-bottom: 2.604vw
}

.exp-slider {
  width: 18.229vw
}

.exp-slider__img {
  display: flex;
  width: 100%;
  height: 14.323vw;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
  position: relative
}

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

.exp-slider-wrapper {
  position: relative
}

.exp-arrows {
  display: flex;
  gap: 2.708vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.302vw
}

.exp-bottom {
  position: relative
}

.exp-play {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.927vw
}

.exp-play__text {
  position: absolute;
  top: 4.5vw;
  left: 3vw;
  color: #fff;
  white-space: nowrap
}

.exp-right {
  padding-bottom: 1.5625vw
}

.exp-right .mb {
  margin-bottom: 2.448vw
}

.exp-check {
  padding-right: 2.1875vw;
  position: relative;
  margin-bottom: 2.135vw
}

.exp-check::before {
  content: '+';
  font-size: 1.667vw;
  line-height: 1.09375vw;
  color: #e5cd9c;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0
}

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

  .exp-inner {
    background: url(../img/exp-bg-mob.jpg) center no-repeat;
    background-size: cover;
    height: auto;
    padding: 6rem 2.2rem 33rem 2.2rem;
    padding-bottom: 112vw;
    flex-direction: column;
    align-items: center;
    width: calc(100% + 30px);
    margin-left: -15px
  }

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

  .exp-left .fz60 {
    text-align: center;
    margin-bottom: 16px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto
  }

  .exp-left .fz18 {
    font-size: 14px;
    line-height: 21px
  }

  .exp-left .fz18 br {
    display: none
  }

  .exp-left .mbm {
    margin-bottom: 1.5625rem
  }

  .exp-left .mb {
    margin-bottom: 2.4rem
  }

  .no-hide {
    display: block !important
  }

  .exp-slider {
    width: 100%
  }

  .exp-slider__img {
    height: 195px
  }

  .exp-arrows {
    gap: 4rem;
    bottom: 1.8rem
  }

  .exp-slider-wrapper {
    margin-bottom: 26px
  }

  .exp-play {
    right: unset;
    position: relative;
    transform: none
  }

  .exp-play .play {
    display: none
  }

  .exp-play__text {
    position: relative;
    top: unset;
    left: unset;
    text-align: center
  }

  .exp-play__text .fz13 {
    font-size: 13px
  }

  .exp-play__text .fz8 {
    font-size: 8px
  }

  .exp-play__text br {
    display: none
  }

  .exp-right {
    padding-bottom: 0
  }

  .exp-right .fz60 {
    text-align: center;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto
  }

  .exp-right .mb {
    margin-bottom: 3.2rem
  }

  .exp-check {
    padding-right: 0;
    padding-left: 2.5rem;
    margin-bottom: 2.4rem;
    width: 233px;
    text-align: left
  }

  .exp-check::before {
    font-size: 3.2rem;
    line-height: 21px;
    right: unset;
    left: 0;
    transform: none;
    top: .3rem
  }

  .exp-check .fz24 {
    margin-bottom: 8px;
    text-align: left
  }

  .exp-check .fz16 {
    text-align: left;
    font-size: 14px
  }

  .exp-check .fz16 br {
    display: none
  }

  .exp-bottom {
    width: 276px;
    margin-bottom: 40px
  }

  .exp-checks {
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .exp-team {
    display: flex;
    width: 100%;
    position: absolute;
    bottom: -112px;
    pointer-events: none
  }
  .exp-team img {
      width: 100%;
  }

  .to_top {
    right: 2.5vw;
    bottom: 1.5vw;
    width: 3.5rem;
    height: 3.5rem;
    padding: .7rem
  }

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

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

.team-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5vw
}

.team-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

.team-left {
  width: 48.4375vw
}

.team-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5vw
}

.team-btn {
  color: silver;
  padding-left: 1.302vw;
  position: relative;
  transition: .3s;
  cursor: pointer
}

.team-btn.active {
  font-weight: 500;
  color: #1c1c1c
}

.team-btn.active::before {
  background: #e5cd9c
}

.team-btn:hover::before {
  background: #e5cd9c
}

.team-btn::before {
  content: '';
  width: .521vw;
  height: .521vw;
  background: #ededed;
  border-radius: 1px;
  transition: .3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0
}

.team-slider {
  margin: 0 -.78125vw;
  margin-bottom: 2.604vw
}

.team-slider__item {
  margin: 0 .78125vw;
  position: relative;
  cursor: pointer
}

.team-slider__item::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(28, 28, 28, 0) 0, rgba(28, 28, 28, .7) 100%);
  z-index: 1;
  transition: .3s;
  opacity: 0
}

.team-slider__item:hover::before {
  opacity: 1
}

.team-slider__item:hover .team-slider__plus {
  left: 0;
  bottom: 0;
  width: 2.396vw;
  height: 2.396vw
}

.team-slider__item:hover .team-slider__content {
  opacity: 1
}

.team-slider__img {
  border-radius: 2px;
  overflow: hidden;
  width: 15.104vw;
  height: 20.833vw
}

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

.team-slider__plus {
  color: #fff;
  width: 1.302vw;
  height: 1.302vw;
  background: #e5cd9c;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: .833vw;
  bottom: .677vw;
  z-index: 1;
  padding-top: .3vw;
  transition: .3s
}

.team-slider__content {
  position: absolute;
  left: 3.542vw;
  bottom: 1.302vw;
  transition: .3s;
  opacity: 0;
  color: #fff;
  z-index: 1
}

.team-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.604vw
}

.team-arrows {
  display: flex;
  align-items: center;
  gap: 2.708vw
}

.team-dots {
  margin-right: -.26vw
}

.team-right {
  width: 27.604vw
}

.team-review__head {
  display: flex;
  align-items: center;
  margin-bottom: 1.667vw
}

.team-review__img {
  display: flex;
  width: 5.833vw;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1.458vw
}

.team-review__right .mb {
  margin-bottom: .885vw
}

.team-review__wrapper {
  display: flex;
  align-items: center
}

.team-review__stars {
  display: flex;
  width: 4.323vw;
  margin-right: .625vw
}

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

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

  .team-head {
    margin-bottom: 2.4rem
  }

  .team-left {
    width: 100%;
    margin-bottom: 40px
  }

  .team-btns {
    margin-bottom: 0;
    flex-wrap: wrap;
    font-size: 12px
  }

  .team-btn {
    padding-left: 1.8rem;
    margin-bottom: 16px
  }

  .team-btn::before {
    width: 1rem;
    height: 1rem;
    transform: translateY(-70%)
  }

  .team-slider {
    margin: 0;
    margin-bottom: 2.4rem
  }

  .team-slider__item {
    margin: 0
  }

  .team-slider__item::before {
    opacity: 1
  }

  .team-slider__item:hover .team-slider__plus {
    width: 2.396rem;
    height: 2.396rem
  }

  .team-slider__img {
    width: 276px;
    height: 341px
  }

  .team-slider__plus {
    width: 2.5rem;
    height: 2.5rem;
    left: 1.6rem;
    bottom: 1.5rem;
    padding-top: .3rem
  }

  .team-slider__content {
    left: 5.2rem;
    bottom: 5.2rem;
    opacity: 1
  }

  .team-tabs {
    display: flex;
    justify-content: center
  }

  .team-tab {
    width: 276px
  }

  .team-bottom {
    margin-top: 2.604rem
  }

  .team-arrows {
    gap: 2.708rem
  }

  .team-dots {
    margin-right: -.26rem
  }

  .team-right {
    width: 27.604rem
  }

  .team-review__head {
    margin-bottom: 1.6rem
  }

  .team-review__img {
    width: 7.5rem;
    min-width: 7.5rem;
    margin-right: 1.5rem
  }

  .team-review__right .fz18 {
    font-size: 12px
  }

  .team-review__right .fz12 {
    font-size: 8px
  }

  .team-review__right .mb {
    margin-bottom: .885rem
  }

  .team-review__stars {
    width: 8.3rem;
    margin-right: 1.2rem
  }

  .team {
    padding-top: 24px;
    padding-bottom: 64px
  }

  .team-head {
    flex-direction: column;
    align-items: center;
    text-align: center
  }

  .team-head .fz60 {
    margin-bottom: 16px
  }

  .team-head .fz30 br {
    display: none
  }

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

  .team-review .fz16.lh140 {
    font-size: 10px;
    line-height: 16px
  }
}

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

.steps-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.604vw
}

.steps-arrows {
  display: flex;
  align-items: center;
  gap: 2.708vw
}

.step {
  height: 36.458vw;
  background-size: cover;
  position: relative;
  cursor: pointer;
  color: #fff;
  padding-left: 3.15625vw;
  padding-bottom: 2.917vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end
}

.step:hover::before {
  opacity: 0
}

.step:hover::after {
  opacity: .5
}

.step>* {
  z-index: 1
}

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

.step::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #e5cd9c 0, rgba(28, 28, 28, .7) 100%);
  transition: .3s;
  left: 0;
  top: 0;
  opacity: 0
}

.step.slick-slide {
  display: flex
}

.step .mb {
  margin-bottom: 1.25vw
}

.step .link {
  color: #fff
}

.step .link--arrow {
  color: #e5cd9c
}

.checked::before {
  content: '';
  width: .365vw;
  height: .365vw;
  background: #e5cd9c;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 1px;
  margin-right: .26vw
}

.colored {
  color: #e5cd9c
}

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

  .steps-head {
    margin-bottom: 2.604rem
  }

  .steps-arrows {
    gap: 2.708rem
  }

  .step {
    height: 46.6rem;
    padding-left: 3.2em;
    padding-bottom: 3.2rem
  }

  .step .mb {
    margin-bottom: 1.25rem
  }

  .checked::before {
    width: .365rem;
    height: .365rem;
    margin-right: .26rem
  }

  .steps-arrows {
    display: none
  }

  .steps-head {
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px
  }

  .steps-head .compare-click__img {
    margin-left: 3px
  }

  .steps-head .fz60 {
    text-align: center;
    margin-bottom: 16px
  }

  .type-item__text {
    font-size: 8px;
    top: 11.4rem;
    left: -3.8rem
  }

  .steps-nav {
    position: relative
  }

  .steps-mob-arrows {
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .steps-nav .steps-dots {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
  }
}

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

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

.faq__items-left {
  margin-right: 4.6875vw
}

.faq__item {
  padding-bottom: 2.708vw;
  cursor: pointer;
  margin-bottom: 2.708vw;
  border-bottom: 1px solid #eaeaea
}

.faq__item:last-child {
  border: 0
}

.faq__item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer
}

.faq__item-top .fz24 {
  max-width: 26.3vw
}

.faq__icon {
  color: #e5cd9c;
  z-index: 1;
  transition: .3s
}

.faq__icon span:last-child {
  display: none
}

.faq__content {
  color: #aaa7a7;
  transition: all .3s ease;
  max-height: 0;
  overflow: hidden
}

.faq__item.active .faq__icon {
  transform: rotateZ(-360deg)
}

.faq__item.active .faq__icon span:last-child {
  display: block
}

.faq__item.active .faq__icon span:first-child {
  display: none
}

.faq__item.active .faq__content {
  padding-top: .885vw;
  max-height: 1000px
}

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

  .faq__items-left {
    margin-right: 0
  }

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

  .faq__item-top .fz24 {
    max-width: 26.3rem
  }

  .faq__item.active .faq__content {
    padding-top: 1.6rem
  }

  .faq__item .faq__content {
    font-size: 10px
  }

  .faq-inner .fz60 {
    text-align: center;
    margin-bottom: 32px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto
  }

  .faq__items {
    flex-direction: column
  }

  .faq__item-top .fz24 {
    font-size: 12px;
    line-height: 24px
  }

  .faq__item-top .faq__icon {
    font-size: 24px
  }
}

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

.call-form {
  background: url(../img/call-bg.jpg) center no-repeat;
  background-size: cover;
  height: 41.667vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 5.46875vw;
  padding-right: 9.84375vw;
  color: #fff;
  position: relative
}

.call-form__name {
  position: absolute;
  left: 33vw;
  top: 12.5vw
}

.call-form .mbm {
  margin-bottom: 1.146vw
}

.call-form .mb {
  margin-bottom: 1.771vw
}

.call-check {
  padding-left: 1.09375vw;
  position: relative
}

.call-check::before {
  content: '';
  width: .521vw;
  height: .521vw;
  position: absolute;
  top: .4vw;
  left: 0;
  background: #e5cd9c;
  border-radius: 1px
}

.call-form__right {
  width: 18.542vw
}

.call-form__right .btn,
.call-form__right .form-group {
  width: 100%
}

.call-form__right .btn {
  padding: 0;
  height: 4.6875vw
}

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

  .call-form {
    background: url(../img/call-bg-mob.jpg) center no-repeat;
    background-size: cover;
    height: auto;
    flex-direction: column;
    padding: 64px 22px
  }

  .call-form .fz60 {
    max-width: 190px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
  }

  .call-form .fz24 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 24px
  }

  .call-form .fz24 br {
    display: none
  }

  .call-form__name {
    display: none
  }

  .call-form .mbm {
    margin-bottom: 1.6rem
  }

  .call-form .mb {
    margin-bottom: 2.4rem
  }

  .call-check {
    padding-left: 2.1rem;
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 24px
  }

  .call-check::before {
    width: 1rem;
    height: 1rem;
    top: .2rem
  }

  .call-form__left {
    margin-bottom: 16px
  }

  .call-form__right {
    width: 300px
  }

  .call-form__right .btn,
  .call-form__right .form-group {
    width: 100%;
    margin-bottom: 24px
  }

  .call-form__right .btn {
    height: 7.2rem
  }
  #map {
    display: none;
  }
}

.contacts {
  padding: 0
}

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

.contacts-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

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

.contacts-wrapper {
  display: flex;
  align-items: center;
  gap: 1.042vw
}

.contacts-slider {
  width: 18.229vw
}

.contacts-slider__img {
  display: flex;
  width: 100%;
  height: 13.021vw;
  overflow: hidden;
  border-radius: 2px;
  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-mid .mb {
  margin-bottom: 1.458vw
}

.contacts-geo {
  display: flex;
  align-items: center
}

.contacts-geo__img {
  display: flex;
  width: .885vw;
  margin-right: .78125vw
}

.contacts-arrows {
  display: flex;
  align-items: center;
  gap: 2.708vw
}
/* 
.contacts-inner  {
  width: 41.667vw;
  height: 36.458vw
} */
#map {
padding: 20px;
}
.footer {
  padding: 1.71875vw 0
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000
}

.quiz-main .hero-right {
  background: url(../img/quiz-right-bg.jpg) center no-repeat
}

.thank-main .hero-right {
  background: url(../img/thank.jpg) center no-repeat
}

.thank-main .mb {
  margin-bottom: 1.5625vw
}

.btn--arrow-back svg {
  margin-right: .677vw;
  margin-left: 0
}

.error-main .hero-right {
  background: url(../img/error.jpg) center no-repeat
}

.error-main .mb {
  margin-bottom: 2.292vw
}

@media (max-width:767px) {
  .contacts {
    padding-top: 64px
  }

  .contacts-inner {
    flex-direction: column;
    align-items: center;
    text-align: center
  }
  .contacts-inner {
    display: inline;
  }
  .contacts-left {
    margin-bottom: 40px;
    align-items: center
  }

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

  .contacts-left .fz24.fw7.mbs {
    font-size: 12px;
    margin-bottom: 16px
  }

  .contacts-left .fz24.fw7.mbs br {
    display: none
  }

  .contacts-wrapper {
    gap: .8rem;
    flex-direction: column;
    align-items: center
  }

  .contacts-wrapper br {
    display: none
  }

  .contacts-slider {
    width: 276px;
    margin-bottom: 24px !important
  }

  .contacts-slider__img {
    height: 197px
  }

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

  .contacts-geo__img {
    width: 1.3rem;
    margin-right: .8rem
  }

  .contacts-geo .fz18 {
    font-size: 8px
  }

  .contacts-arrows {
    gap: 2.708rem
  }

  .contacts-inner #map {
    width: calc(100% + 30px);
    margin-left: -15px;
    height: 28rem
  }

  .footer {
    padding: 0px;
  }

  .thank-main .mb {
    margin-bottom: 1.5625rem
  }

  .btn--arrow-back svg {
    margin-right: .677rem
  }

  .error-main .mb {
    margin-bottom: 2.292rem
  }

  .contacts-mid {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 64px
  }

  .contacts-mid .fz30 {
    font-size: 20px;
    margin-bottom: 16px
  }

  .contacts-mid .fz18.mb {
    font-size: 16px;
    margin-bottom: 16px
  }

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

  .footer-inner>* {
    margin-bottom: 16px
  }

  .fz50 {
    font-size: 2rem
  }
}

.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: 90%;
  transform: translateX(-50%);
  text-align: center;
  margin-bottom: 0;
  border: 0;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #282828
}

.modal-politics {
  padding: 1rem
}

.modal__close {
  display: flex;
  position: absolute;
  width: .885vw;
  cursor: pointer;
  transition: .3s;
  top: .767vw;
  right: 1.2625vw;
  z-index: 1
}

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

.lead-main .hero {
  /* padding: 3.90625vw 0; */
  color: #fff;
  background: url(../img/lead-bg.jpg) center no-repeat;
  background-size: cover
}

.lead-main .btn,
.lead-main .form-group,
.lead-main .select-wrapper {
  margin-bottom: 1.146vw
}

.lead-main .btn {
  width: 100%;
  height: 3.90625vw;
  padding: 0
}

.lead-main .hero__inner {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 4.375vw
}

.lead-main .lead-wrapper {
  width: 19.21875vw
}

.mob {
  display: none
}

.modal-wait {
  background: url(../img/wait-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 3.385vw 4.583vw;
  /* width: 52.083vw */
}

.wait-wrapper .btn,
.wait-wrapper .form-group,
.wait-wrapper .select-wrapper {
  margin-bottom: .99vw
}

.wait-wrapper .form-group__title {
  text-align: left
}

.wait-mockup {
  /* display: flex; */
  position: absolute;
  width: 65.573vw;
  left: 7.396vw;
  top: .104vw;
  pointer-events: none
}

.widget-video {
  width: 12.03125vw;
  height: 15.625vw;
  border-radius: 2px;
  background-size: cover;
  position: fixed;
  left: 2vw;
  bottom: 2vw;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center
}

.widget-video__close {
  display: flex;
  width: .3125vw;
  position: absolute;
  top: .625vw;
  right: .625vw;
  transform: scale(1.8)
}

.widget-video__close svg {
  width: 100%
}

@media (max-width:767px) {
  .widget-video {
    display: none
  }

  .mob {
    display: flex
  }

  p.mob {
    display: block
  }

  .lead-main .hero {
    padding: 3.90625rem 0
  }

  .lead-main .btn,
  .lead-main .form-group,
  .lead-main .select-wrapper {
    margin-bottom: 1.146rem
  }

  .lead-main .btn {
    height: 7.2rem
  }

  .lead-main .hero__inner {
    padding-left: 0;
    align-items: center
  }

  .lead-main .lead-wrapper {
    width: 100%
  }

  .modal__close {
    width: 1rem;
    top: .767rem;
    right: 1.2625rem
  }
}

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

.twentytwenty-handle {
  margin-left: -3.008vw;
}

@media (max-width: 767px) {
  .twentytwenty-handle {
      margin-left: -1.1rem;
    }

    .hero-right {
      background: 0 0 !important;
    }
}