@charset "UTF-8";

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.ttf) format("truetype");
  font-weight: 700;
  font-display: swap
}

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Light.woff2) format("woff2"), url(../fonts/Montserrat-Light.ttf) format("truetype");
  font-weight: 300;
  font-display: swap
}

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Medium.woff2) format("woff2"), url(../fonts/Montserrat-Medium.ttf) format("truetype");
  font-weight: 500;
  font-display: swap
}

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.ttf) format("truetype");
  font-weight: 400;
  font-display: swap
}

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

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

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

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

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

p {
  margin: 0
}

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

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

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

.black {
  color: #5a5a59
}

.poe {
  pointer-events: none
}

.mrm {
  margin-right: .5vw
}

.mr {
  margin-right: 1vw
}

.mrs {
  margin-right: 1.5vw
}

.mrx {
  margin-right: .781vw
}

.lt {
  color: #fff
}

.ggc {
  color: #69bdad
}

.gray {
  color: grey
}

.asfs {
  align-self: flex-start
}

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

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

.title72 {
  font-size: 3.75vw
}

.tac {
  text-align: center
}

.fw1 {
  font-weight: 100
}

.fw3 {
  font-weight: 500
}

.fw5 {
  font-weight: 500
}

.fw4 {
  font-weight: 400
}

.fw6 {
  font-weight: 500
}

.fw6-m {
  font-weight: 600
}

.fw7 {
  font-weight: 700
}

.fw8 {
  font-weight: 800
}

.fwb {
  font-weight: 700
}

.fw9 {
  font-weight: 900
}

.fsi {
  font-style: italic
}

.tar {
  text-align: right
}

.tdt {
  text-decoration: line-through
}

.tdu {
  text-decoration: underline
}

.center {
  text-align: center
}

.ttu {
  text-transform: uppercase
}

.ttn {
  font-family: TTNorms
}

.title {
  font-size: 2.76vw
}

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

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

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

.text {
  font-size: .885vw
}

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

.tg {
  color: #f78449
}

.tg2 {
  color: #afe4d6
}

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

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

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

.tsm8 {
  font-size: .55vw
}

.tsm10 {
  font-size: .61vw
}

.tsm11 {
  font-size: .7vw
}

.tsm12 {
  font-size: .677vw
}

.tsm13 {
  font-size: .88125vw
}

.text24 {
  font-size: 1.25vw
}

.text23 {
  font-size: 1.3vw
}

.text21 {
  font-size: 1.2vw
}

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

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

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

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

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

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

.mlg {
  margin-bottom: 4.167vw
}

.msm {
  margin-bottom: 3.333vw
}

.mb {
  margin-bottom: 2.083vw
}

.mbm {
  margin-bottom: .7vw
}

.mbs {
  margin-bottom: .41vw
}

.stop {
  overflow: hidden
}

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

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

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

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

.btn .btn-blick {
  position: absolute
}

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

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

.btn:hover {
  background: #21e27c;
  box-shadow: inset 0 0 22px rgba(255, 255, 255, .25)
}

.btn.btn--orange {
  background: linear-gradient(0deg, white 0%, #4e9bcc 0%, #87b3cf 99%);
  ;
  box-shadow: inset 0 0 22px rgba(255, 255, 255, .25)
}

.btn.btn--orange:hover {
  background: #fd9c49;
  box-shadow: inset 0 0 22px rgba(255, 255, 255, .25)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.burger__wrap:hover {
  color: #f7844a
}

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

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

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

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

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

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

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

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

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

.link.link--colored {
  color: #12c868
}

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

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

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

input::placeholder {
  color: #282728
}

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

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

textarea::placeholder {
  color: #282728
}

.inp-min {
  width: 30.5%
}

.inp-md {
  width: 45%
}

.inp-big {
  width: 100%
}

.area {
  padding: 1vw 1vw
}

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

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

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

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

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

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

.slidePrev {
  left: 3.5rem
}

.slidePrev.t2 {
  left: -2.5vw
}

.slidePrev.t4 {
  left: -1.1vw
}

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

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

.slideNext {
  right: 3.5rem
}

.slideNext.t2 {
  right: -2.5vw
}

.slideNext.t4 {
  right: -1.1vw
}

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

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

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

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

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

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

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

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

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

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

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

.rhide {
  display: none
}

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

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

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

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

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

.wac {
  color: #3fbf3f !important
}

.vic {
  color: #8173c7 !important
}

.tgc {
  color: #5fcff2 !important
}

.emc {
  color: #fbc855 !important
}

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

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

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

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

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

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

.blc {
  color: #303030 !important
}

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

.lcb:hover {
  color: #e30613
}

.aic {
  align-items: center
}

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

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

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

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

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

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

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

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

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

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

.line-big {
  width: 8vw
}

.line.big2 {
  width: 17vw
}

.tal {
  text-align: left
}

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

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

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

.tlt-mod {
  position: relative
}

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

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

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

.text-mod {
  position: relative
}

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

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

.jcsb {
  justify-content: space-between
}

.posa {
  position: absolute
}

.fdc {
  flex-direction: column
}

.mobs {
  display: none
}

@media (max-width:767px) {
  html {
    overflow-x: hidden
  }

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

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

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

  .title {
    font-size: 2.6rem
  }

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

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

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

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

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

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

  .text {
    font-size: 1.2rem
  }

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

  .tsm8 {
    font-size: .8rem
  }

  .tsm {
    font-size: .9rem
  }

  .tsm10 {
    font-size: 1rem
  }

  .tsm11 {
    font-size: 1rem
  }

  .tsm12 {
    font-size: 1rem
  }

  .tsm13 {
    font-size: 1.1rem
  }

  .mr1 {
    margin-right: 1rem
  }

  .tnum {
    font-size: 2.9rem
  }

  .text24 {
    font-size: 1.4rem
  }

  .text23 {
    font-size: 1.3rem
  }

  .text21 {
    font-size: 1.3rem
  }

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

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

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

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

  .mlg {
    margin-bottom: 4.5rem
  }

  .msm {
    margin-bottom: 2.4rem
  }

  .mb {
    margin-bottom: 1.5rem
  }

  .mbm {
    margin-bottom: .7rem
  }

  .mbs {
    margin-bottom: .41rem
  }

  .section {
    padding: 4rem 0;
  }

  .mrm {
    margin-right: .5rem
  }

  .mr {
    margin-right: 1rem
  }

  .mrs {
    margin-right: 1.5rem
  }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

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

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

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

a {
  background-color: transparent
}

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

b,
strong {
  font-weight: bolder
}

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

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

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

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

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

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

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

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

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

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

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

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

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

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

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

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

div.fancy-select {
  position: relative;
  font-size: .9375vw;
  color: #fff;
  cursor: pointer;
  width: 100%;
  z-index: 99
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn.btn--doc img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.25vw;
  width: 3.4375vw
}

.btn.btn--arrow svg {
  width: 1.042vw;
  margin-left: 1.5625vw
}

.lh114 {
  line-height: 114%
}

.lh120 {
  line-height: 120%
}

.lh130 {
  line-height: 130%
}

.lh140 {
  line-height: 140%
}

.lh142 {
  line-height: 142%
}

.lh150 {
  line-height: 150%
}

.lh155 {
  line-height: 155%
}

.lh265 {
  line-height: 265%
}

.lh300 {
  line-height: 300%
}

.ls02 {
  letter-spacing: .2em
}

.ls015 {
  letter-spacing: .15em
}

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

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

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

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

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

.socials-item.is-viber {
  background-color: #7460f3
}

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

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

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

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

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

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

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

.colored {
  color: #ad8a06
}

.mbl {
  margin-bottom: 2.708vw
}

.area,
.input {
  height: 4.427vw;
  padding-left: 2.396vw;
  background: #fff;
  border-radius: 500px;
  box-shadow: 0 0 50px rgba(0, 0, 0, .05);
  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: 1vw;
}

.fz17 {
  font-size: .885vw
}

.fz18 {
  font-size: .9375vw
}

.fz20 {
  font-size: 1.042vw
}

.fz22 {
  font-size: 1.146vw
}

.fz24 {
  font-size: 1.25vw
}

.fz25 {
  font-size: 1.302vw
}

.fz27 {
  font-size: 1.40625vw
}

.fz30 {
  font-size: 1.5625vw
}

.fz32 {
  font-size: 1vw;
}

.fz36 {
  font-size: 1.875vw
}

.fz40 {
  font-size: 2.083vw
}

.fz46 {
  font-size: 2.396vw
}

.fz48 {
  font-size: 1.5vw
}

.fz50 {
  font-size: 2.604vw
}

.fz55 {
  font-size: 2.1vw;
}

.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: 2rem;
    line-height: 2.2rem;
  }

  .fz55 {
    font-size: 1.8rem
  }

  .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: 0 3.2rem;
    height: 6rem;
    line-height: 1.4rem;
    font-size: 1rem
  }

  .btn {
    padding: 2.135rem 2.396rem
  }

  .btn--arrows {
    gap: 1rem
  }

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

  .btn.btn--doc {
    padding: 29px 54px 29px 67px
  }

  .btn.btn--doc img {
    left: 18px;
    width: 49px
  }

  html {
    font-size: 3.2vw
  }

  .mfz7 {
    font-size: .7rem
  }

  .mfz8 {
    font-size: .8rem
  }

  .mfz10 {
    font-size: 1rem
  }

  .mfz11 {
    font-size: 1.5rem
  }

  .mfz12 {
    font-size: 1.2rem
  }

  .mfz13 {
    font-size: 1.3rem;
    text-align: center;
  }

  .mfz14 {
    font-size: 1.4rem
  }

  .mfz16 {
    font-size: 1.6rem
  }

  .mfz18 {
    font-size: 1.8rem
  }

  .mtac {
    text-align: center
  }
}

.index-main {
  background: #fff url(../img/hero-bg.webp) center no-repeat;
  background-size: cover
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.083vw 0;
  border-bottom: 1px solid rgba(28, 28, 28, .07)
}

.nav__item a {
  transition: .3s
}

.nav__item a:hover {
  color: #12c868
}

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

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

.link-wrapper__img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, .07);
  width: 2.284vw;
  height: 2.284vw;
  color: #12c868;
  margin-right: .885vw
}

.mob {
  display: none
}

.logo__img {
  display: flex;
  width: 14.271vw;
  filter: drop-shadow(0 25px 50px rgba(0, 0, 0, .03))
}

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

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

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

.quiz-btn--prev {
  background: 0 0
}

.quiz-btn--prev .btn-text {
  color: #1c1c1c;
  transition: .3s
}

.quiz-btn--prev:hover {
  background: 0 0
}

.quiz-btn--prev:hover .btn-text {
  color: #f38120
}

@media (max-width:767px) {
  .quiz-btns {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;

  }

  .nav__inner {
    padding: 0;
    flex-direction: column;
    border: 0;
    margin-bottom: 3.2rem
  }

  .link-wrapper__img {
    width: 4.4rem;
    height: 4.4rem;
    margin-right: 1.6rem
  }

  .mob {
    display: flex
  }

  p.mob {
    display: block
  }

  .logo__img {
    width: 11.5rem
  }

  .social {
    width: 4.4rem
  }

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

  .desk {
    display: none !important
  }

  .header-item {
    padding-top: 1rem
  }

  .logo {
    align-self: center;
  }

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

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

  .nav__item {
    margin-bottom: 2rem
  }

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

  .mb16 {
    margin-bottom: 1.6rem
  }
}

.hero {
  padding-top: 2.708vw;
  padding-bottom: 5.8125vw
}

.hero__inner {
  display: flex;
  align-items: flex-start;
}

.hero-checks {
  background: #fff;
  box-shadow: 0 0 75px rgb(101 165 205);
  border-radius: 1.042vw;
  padding: 2.135vw;
  margin-right: 3.646vw
}

.hero-check {
  margin-bottom: 2.5vw;
  position: relative
}

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

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

.hero-check::before {
  content: '';
  width: 9.84375vw;
  height: 2.8125vw;
  background: url(../img/hero-shadow.png) center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -3.073vw
}

.hero-text {
  display: flex;
  align-items: center
}

.hero-text .circles {
  margin-top: .3vw;
  margin-right: .833vw
}

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

.circles span {
  width: .717vw;
  height: .717vw;
  border-radius: 50%;
  -webkit-animation: opacity 1s infinite;
  animation: opacity 1s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  border: 1.5px solid #12c868
}

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

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

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

.hero-btns {
  margin-bottom: 1.979vw
}

.hero-btns .btn {
  margin-right: .9375vw
}

.hero-click {
  display: flex;
  align-items: flex-start
}

.hero-click__img {
  display: flex;
  width: 3.354vw;

  margin-top: -25px;
}

@media (max-width:767px) {
  .index-main {
    background: #fff url(../img/hero-bg-sm.webp) center no-repeat;
    background-size: cover
  }

  .hero {
    padding-top: 3.3rem;
    padding-bottom: 7rem;
    overflow: hidden
  }

  .hero__inner {
    flex-direction: column-reverse
  }

  .hero-checks {
    border-radius: 0 0 2rem 2rem;
    padding: 4.1rem 0 3.2rem 2.3rem;
    margin-right: 0;
    width: 22.5rem;
    text-align: left;
    background: url(../img/hero-checks-bg.svg) top no-repeat;
    background-size: cover;
    filter: drop-shadow(0 0 75px rgba(0, 0, 0, .03));
    box-shadow: none;
    position: absolute;
    transform: translateY(22.8rem);
    bottom: 0;
    line-height: unset;
    transition: .3s;
    z-index: 99
  }

  .hero-checks.is-active {
    transform: translateY(-1rem)
  }

  .hero-checks.is-active .hero-checks__btn svg:first-child {
    display: none
  }

  .hero-checks.is-active .hero-checks__btn svg:last-child {
    display: block
  }

  .hero-checks.is-active .hero-check {
    opacity: 1
  }

  .hero-checks.is-active .hero-check::before {
    opacity: 1
  }

  .hero-checks.is-active .hero-checks__mobile {
    display: none
  }

  .hero-checks__btn {
    position: absolute;
    top: 3.1rem;
    right: 1.4rem;
    background: #17c96b;
    box-shadow: inset 0 0 22px rgba(255, 255, 255, .25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.3rem;
    height: 3.3rem
  }

  .hero-checks__btn svg:last-child {
    display: none
  }

  .hero-checks__mobile {
    font-size: .6rem;
    line-height: .8rem;
    color: #b5b5b5;
    display: block;
    margin-top: -1.7rem
  }

  .hero-checks__mobile br {
    display: block !important
  }

  .hero-check {
    margin-bottom: 2.5rem;
    max-width: 15.7rem;
    font-size: 1rem;
    line-height: 1.7rem;
    transition: .3s;
    opacity: 0
  }

  .hero-check--first {
    opacity: 1
  }

  .hero-check br {
    display: none
  }

  .hero-check::before {
    width: 20.2rem;
    height: 2rem;
    bottom: -3.073rem;
    background: url(../img/hero-shadow-sm.png) center no-repeat;
    background-size: cover;
    transition: .3s;
    opacity: 0
  }

  .hero-text {
    justify-content: center
  }

  .hero-text .circles {
    margin-top: .3rem;
    margin-right: .833rem
  }

  .circles {
    gap: .4rem
  }

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

  .hero-btns {
    margin-bottom: 1.979rem
  }

  .hero-btns .btn {
    margin-right: 0;
    margin-bottom: 1.2rem;
    width: 100%;
    height: 6rem;
    padding: 0
  }

  .hero-click {
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.2rem
  }

  .hero-click__img {
    width: 1.3rem;
    margin-right: 0;
    margin-bottom: .6rem
  }

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

.quiz {
  margin-top: -1px;
}

.quiz-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.948vw;
  text-align: center
}

.quiz-inner {
  padding: 3.229vw 3.229vw 3.229vw 4.479vw;
  height: 44.271vw;
  display: flex;
  justify-content: space-between;
  background: url(../img/quiz-form-bg.png) center no-repeat;
  background-size: cover;
  border-radius: 1.823vw;
  position: relative
}

.quiz-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  height: 100%;
  width: 100%;
  pointer-events: none
}

.quiz-bg img {
  object-fit: cover;
}

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

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

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

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

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

.quiz-options {
  display: flex
}

.quiz-options--img {
  overflow: auto;
  padding-bottom: 10px
}

.quiz-options--img::-webkit-scrollbar {
  height: 10px
}

.quiz-options--img::-webkit-scrollbar-track {
  background: #fff;
  box-shadow: 0 4px 44px rgba(0, 0, 0, .06);
  border-radius: 500px
}

.quiz-options--img::-webkit-scrollbar-thumb {
  background: #f38120;
  box-shadow: inset 0 0 23px rgba(255, 255, 255, .25);
  border-radius: 500px
}

.quiz-options--img .quiz-option {
  width: 10.9375vw;
  min-width: 10.9375vw;
  margin-right: 1.146vw
}

.quiz-options--img .quiz-option:last-child {
  margin-right: 0
}

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

.quiz-options--img .quiz-option__img {
  display: flex;
  width: 100%;
  height: 15.625vw;
  border-radius: 1.5625vw;
  overflow: hidden;
  position: relative;
  margin-bottom: .99vw;
  border: 1px solid transparent
}

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

.quiz-options--img .quiz-option__wrap {
  display: flex;
  align-items: flex-start;
  z-index: 1
}

.quiz-options--img-sm .quiz-option__img {
  height: 11.875vw
}

.quiz-options--inline {
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 44.792vw;
  margin: 0 auto
}

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

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

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

.quiz-option__input {
  display: none
}

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

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

.quiz-option__input:checked~.quiz-option__wrapper .quiz-option__img {
  border-color: #f38120
}

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

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

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

.quiz-option__wrap p {
  margin-top: .3vw
}

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

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

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

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

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

.quiz-btn {
  padding: 1.6vw 3.16vw
}

.quiz-right__name {
  position: absolute;
  right: 18.542vw;
  top: 22.135vw
}

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

.quiz-slider__num {
  width: 4.6875vw;
  height: 2.34375vw;
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, .05);
  -moz-appearance: textfield;
  -webkit-appearance: none;
  border-radius: 500px;
  border: 0;
  margin: 0 .521vw;
  font-weight: 600
}

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

.quiz-slider__slider {
  width: 24.479vw
}

.quiz-slider__slider .irs--flat .irs-line {
  height: 10px;
  background: #fff;
  box-shadow: 0 4px 44px rgba(0, 0, 0, .06);
  border-radius: 500px
}

.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: #f38120;
  box-shadow: inset 0 0 23px rgba(255, 255, 255, .25);
  border-radius: 500px
}

.quiz-slider__slider .irs--flat .irs-handle {
  background: #f0974a;
  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-option.quiz-option--inline {
  width: 20.833vw;
  margin-bottom: 2.083vw
}

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

.quiz-option.quiz-option--inline .quiz-option__wrapper {
  padding: .833vw .9375vw;
  border-radius: 500px;
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, .05);
  transition: .3s
}

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

.quiz-option.quiz-option--inline .quiz-option__checkbox {
  margin-right: 1.042vw;
  background: #e8e8e8;
  width: 2.448vw;
  height: 2.448vw
}

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

.quiz-option.quiz-option--inline .quiz-option__wrap p {
  margin-top: 0
}

.quiz-options--slider~.quiz-option--inline {
  display: flex;
  margin: 0 auto
}

.quiz-options--slider~.quiz-option--inline .quiz-option__wrapper {
  width: 100%
}

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

.form-group__label {
  padding-left: 2.396vw
}

.form-group {
  width: 18.542vw;
  margin-bottom: 1.25vw
}

.select-wrapper {
  position: relative
}

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

.select {
  width: 100%;
  background: #fff;
  border-radius: 500px;
  height: 4.427vw;
  padding-left: 2.396vw;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, .05)
}

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

.btn356 {
  width: 18.542vw;
  height: 4.427vw;
  margin-bottom: 1.25vw;
  padding: 0
}

.btn.btn--arrow-right svg {
  width: 1.042vw;
  margin-left: .78125vw
}

.policy {
  display: flex;
  align-items: flex-start;
  gap: .677vw;
  cursor: pointer
}

.policy__check {
  width: 1.042vw;
  height: 1.042vw;
  background: #12c868;
  border-radius: .365vw;
  border: 1px solid #65a5ce;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

.policy__check svg {
  width: .417vw
}

.link--orange {
  color: #65a5ce;
}

.quiz-semifinal-bg {
  display: flex;
  width: 48.229vw;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: -1.7vw;
  pointer-events: none
}

.quiz-semifinal-bg img {
  object-fit: cover;
}

@media (max-width:767px) {
  .quiz {
    padding-top: 4.84375rem
  }

  .quiz-top {
    flex-direction: column;
    gap: 1.6rem;
    font-size: 1rem;
    margin-bottom: 3rem
  }

  .quiz-top .circles {
    display: none
  }

  .quiz-inner {
    padding: 1.8rem 1.6rem 4.8rem 1.6rem;
    height: auto;
    border-radius: 3.5rem
  }

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

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

  .quiz-progress__bar {
    height: 1.5rem
  }

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

  .quiz-options {
    justify-content: space-between;
    row-gap: 2rem
  }

  .quiz-options--img .quiz-option {
    width: 11.8rem;
    min-width: 11.8rem;
    margin-right: 0
  }

  .quiz-options--img .quiz-option__img {
    height: 16rem;
    border-radius: 1.5rem;
    margin-bottom: 0
  }

  .quiz-options--img-sm .quiz-option__img {
    height: 11.875rem
  }

  .quiz-options--inline {
    max-width: 44.792rem
  }

  .quiz-options--slider {
    margin-bottom: 3.646rem
  }

  .quiz-option__checkbox {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    margin-right: .78125rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .08)
  }

  .quiz-option__checkbox svg {
    width: 1.2rem
  }

  .quiz-option__wrap p {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center
  }

  .quiz-option__wrap p span {
    font-size: .8rem
  }

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

  .quiz-click__img {
    width: 2rem;
    margin-right: .8rem
  }

  .quiz-click p {
    font-size: .8rem;
    line-height: 1.2rem
  }

  .quiz-btn {
    padding: 1.4rem 3.8rem
  }

  .quiz-btn .btn-text {
    font-size: 1rem
  }

  .quiz-right__name {
    right: 18.542rem;
    top: 22.135rem
  }

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

  .quiz-slider__num {
    width: 4.6875rem;
    height: 2.34375rem;
    margin: 0 .521rem
  }

  .quiz-slider__slider {
    width: 100%
  }

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

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

  .quiz-options .quiz-option.quiz-option--inline {
    margin-bottom: 0
  }

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

  .quiz-option.quiz-option--inline .quiz-option__wrapper {
    padding: .833rem .9375rem
  }

  .quiz-option.quiz-option--inline .quiz-option__checkbox {
    margin-right: 1.042rem;
    width: 3rem;
    height: 3rem
  }

  .form-group__label {
    padding-left: 0;
    text-align: center;
    font-size: .8rem;
    line-height: .7rem;
    margin-bottom: 1rem
  }

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

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

  .select {
    height: 6rem;
    padding-left: 2.4rem;
    font-size: 1rem
  }

  .select-images {
    width: 3.7rem;
    right: 1.4rem
  }

  .btn356 {
    width: 23.8rem;
    height: 6rem;
    margin-bottom: 1.2rem
  }

  .btn356 .btn-text {
    font-size: 1rem
  }

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

  .policy {
    gap: .8rem
  }

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

  .policy__check svg {
    width: .8rem
  }

  .policy__text {
    font-size: .8rem;
    text-align: left
  }

  .quiz-semifinal-bg {
    width: 38.229rem;
    bottom: -1.2rem
  }

  .quiz h2 {
    margin-bottom: 2.3rem
  }

  .quiz-options {
    flex-wrap: wrap;
    margin-bottom: 1.6rem
  }

  .quiz-right {
    display: none
  }

  .quiz-bg {
    display: none
  }

  .quiz-bottom {
    flex-direction: column
  }

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

  .quiz-item h3 {
    font-size: 1.9rem;
    line-height: 3.2rem;
    margin-bottom: 1.6rem
  }

  .quiz-options--img .quiz-option__wrap {
    flex-direction: column;
    align-items: center;
    margin-top: -1.5rem
  }

  .quiz-options--img .quiz-option__wrap .quiz-option__checkbox {
    margin-right: 0;
    margin-bottom: .8rem
  }

  .quiz-item--semifinal {
    margin-bottom: 28rem
  }
}

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

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

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

.tab-btn:hover {
  color: #f38120
}

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

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

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

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

.tab-btn.is-active {
  color: #f38120
}

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

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

.catalog-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 3.385vw
}

.catalog-badge {
  display: flex;
  width: 2.083vw;
  position: absolute;
  top: 1.875vw;
  right: 1.875vw
}

.catalog-item {
  padding: .625vw 2.604vw 2.96875vw 2.604vw;
  width: 23.4375vw;
  background: #fff;
  border-radius: 1.5625vw;
  transition: .3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border: dashed 1px #6da8ce;
}

.catalog-item .btn {
  width: 100%
}

.catalog-item:hover {
  box-shadow: 0 25px 75px rgba(0, 0, 0, 0.427)
}

.catalog-item .slick-next,
.catalog-item .slick-prev {
  z-index: 1
}

.catalog-item .slick-next svg,
.catalog-item .slick-prev svg {
  width: .521vw
}

.catalog-item .slick-next svg path,
.catalog-item .slick-prev svg path {
  transition: .3s
}

.catalog-item .slick-next:hover,
.catalog-item .slick-prev:hover {
  background: 0 0
}

.catalog-item .slick-next:hover svg path,
.catalog-item .slick-prev:hover svg path {
  fill: #f38120
}

.catalog-item .slick-prev {
  left: -3.883vw
}

.catalog-item .slick-next {
  right: -3.883vw
}

.catalog-slider {
  width: 14.427vw
}

.catalog-slider.slick-slider {
  margin-bottom: 3.8125vw
}

.catalog-slider__img img {
  width: 14.5vw;
  height: 13vw;
  object-fit: contain;
}

.slick-prev {
  left: -2.083vw
}

.slick-next {
  right: -2.083vw
}

.slick-dots {
  bottom: -.833vw
}

.slick-dots li {
  width: .417vw;
  height: .417vw;
  margin: 0 .208vw
}

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

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

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

.slick-dots li.slick-active button {
  background: #51d690;
}

.catalog-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2.03125vw
}

.catalog-wrapper .op {
  opacity: .15
}

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

.catalog-warranty__img {
  display: flex;
  width: 1.458vw;
  margin-bottom: .365vw
}

.tdl {
  text-decoration: line-through
}

.catalog-tabs {
  padding: 0 2.34375vw
}

.link--underline.link--orange::before {
  border-color: #1dcb6f;
}

.link--arrow-down svg {
  width: .99vw;
  margin-left: .521vw
}

.catalog-btns {
  width: 100%;
  display: flex;
  justify-content: center
}

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

.delivery-check__top .fz24.fw5 {
  line-height: 1.823vw
}

.delivery-check__content .fz16 {
  line-height: 1.302vw
}

.free-checks .fz16.fw5 {
  line-height: 1.8vw
}

@media (max-width:767px) {
  .free-checks .fz16.fw5 {
    line-height: 1.6rem;
    padding-right: 10px;
  }

  .delivery-check__top .fz24.fw5 {
    line-height: 1.3rem
  }

  .delivery-check__content .fz16 {
    line-height: 1.2rem
  }

  .tab-btns {
    margin-bottom: 3.90625rem
  }

  .catalog-tab {
    gap: 2.4rem
  }

  .catalog-badge {
    width: 4rem;
    top: 1.6rem;
    right: 1.6rem
  }

  .catalog-item {
    padding: 1.6rem 2.2rem 2.1rem 2.2rem;
    width: 100%;
    border-radius: 3rem
  }

  .catalog-item .btn {
    margin-top: 1.8rem;
    padding: 2.5rem
  }

  .catalog-item .btn .btn-text {
    font-size: 1rem
  }

  .catalog-slider {
    width: 13.8rem
  }

  .catalog-slider.slick-slider {
    margin-bottom: 3.4rem
  }

  .slick-prev {
    left: -4.683rem
  }

  .slick-next {
    right: -4.683rem
  }

  .slick-dots {
    bottom: -.833rem
  }

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

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

  .catalog-wrapper {
    margin-bottom: .6rem
  }

  .catalog-wrapper .fz18 {
    font-size: 1.2rem;
    line-height: 2rem
  }

  .catalog-wrapper .fz20.fw5 {
    font-size: 1.2rem;
    line-height: 1.6rem
  }

  .catalog-wrapper .fz11 {
    font-size: 1rem
  }

  .catalog-warranty__img {
    width: 2.8rem;
    margin-bottom: .6rem
  }

  .catalog-warranty p {
    font-size: .8rem;
    line-height: 1.2rem
  }

  .catalog-tabs {
    padding: 0 .7rem
  }

  .link--arrow-down {
    font-size: 1rem
  }

  .link--arrow-down svg {
    width: 1.39rem;
    margin-left: .521rem
  }

  .catalog-bg {
    width: 100rem;
    top: -25.885rem
  }

  .catalog h2 {
    margin-bottom: 0;
    line-height: 3.5rem
  }

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

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

  .tab-mob__btn {
    padding: 1.6rem 2rem 1.6rem 2.8rem;
    border: 1px solid #f38120;
    border-radius: 50rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.6rem;
    background: #fff;
    min-width: 20rem
  }

  .tab-mob__btn svg {
    margin-left: 1rem
  }

  .tab-btns-wrapper.collapse-style {
    position: relative;
    z-index: 1;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%)
  }

  .tab-btns-wrapper.collapse-style .tab-btn {
    margin-right: 0
  }

  .tab-btns-wrapper.collapse-style .tab-btn svg {
    width: .78125rem;
    margin-left: .833rem;
    display: none
  }

  .tab-btns-wrapper.collapse-style .tab-btns {
    padding: .9rem;
    padding-top: 3rem;
    position: absolute;
    background: #fff;
    filter: drop-shadow(0 0 250px rgba(0, 0, 0, .25));
    width: 100%;
    border: 1px solid #f38120;
    top: 5.1rem;
    display: none;
    margin-bottom: 0;
    justify-content: flex-start;
    flex-direction: column
  }

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

  .tab-btns-wrapper.collapse-style .tab-btn {
    margin-right: 0;
    padding: .5rem 0
  }

  .tab-btns-wrapper.collapse-style .tab-btn span {
    font-size: 1.2rem
  }

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

  .swipe p {
    font-size: 1rem;
    line-height: 1.3rem;
    color: rgba(0, 0, 0, .5)
  }

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

.download {
  padding-top: 54.6875vw;
  padding-bottom: 4.427vw
}

.download-form {
  padding: 3.385vw 3.385vw 3.958vw 3.385vw;
  background: url(../img/download-bg.png) center no-repeat;
  background-size: cover;
  border-radius: 1.823vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 72.917vw;
  margin: 0 auto
}

.download-wrapper {
  display: flex;
  align-items: flex-end;
  gap: .729vw
}

.download-mockup {
  display: flex;
  width: 100vw;
  left: 0;
  top: -12.083vw;
  pointer-events: none;
  z-index: -1;
  position: absolute;
  height: 143vw;
}

.download-mockup img {
  object-fit: cover;
}


.download-mockup img:last-child {
  display: none
}

@media (max-width:767px) {
  .download {
    padding-top: 33.7rem;
    padding-bottom: 2.8rem
  }

  .download-form {
    padding: 3.2rem 1.6rem;
    border-radius: 1.5rem;
    max-width: unset;
    text-align: center
  }

  .download-wrapper {
    gap: 0;
    flex-direction: column
  }

  .download-mockup {
    width: 170vw;

  }

  .download-mockup img:first-child {
    display: none
  }

  .download-mockup img:last-child {
    display: block
  }

  .download-mockup img {
    width: 100%
  }
}

.terms {
  padding-top: 0;
  padding-bottom: 2.604vw
}

.terms h2 {
  margin-bottom: 7vw
}

.terms-top {
  position: relative;
  padding-bottom: 4.375vw
}

.terms-top__checks p {
  margin-bottom: .78125vw
}

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

.check::before {
  content: '';
  width: .26vw;
  height: .26vw;
  border-radius: 50%;
  border: .26vw solid #12c868;
  position: absolute;
  left: 0;
  top: .6vw
}

.terms-mockup {
  display: flex;
  width: 55.417vw;
  height: 31vw;
  position: absolute;
  right: 0;
  bottom: 0
}

.terms-mockup img {
  object-fit: cover;
}

.terms-bottom {
  padding: 3.49vw 4.74vw 3.4375vw 28.802vw;
  background: url(../img/terms-bottom3.webp) center no-repeat;
  background-size: cover;
  border-radius: 1.5625vw
}

.terms-bottom__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 2.083vw;
  margin-bottom: 1.5625vw
}

.terms-bottom__checks p {
  width: 19.635vw
}

p.terms-bottom__check-big {
  width: 26.25vw
}

img {
  width: 100%
}

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

  .terms h2 {
    margin-bottom: 2.8rem;
    font-weight: 600
  }

  .terms-top {
    padding-bottom: 0;
    margin-bottom: 0
  }

  .terms-top .fz46 {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
    text-align: center
  }

  .terms-top .fz46 br {
    display: none
  }

  .terms-top .fz16.lh155.mb {
    font-size: 1rem;
    line-height: 1.4rem;
    text-align: center;
    margin-bottom: .8rem
  }

  .terms-top .link {
    font-size: 1rem;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 1.8rem
  }

  .terms-top__checks {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.4rem;
    flex-wrap: wrap;
  }

  .terms-top__checks p {
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.6rem;
    width: 11.5rem
  }

  .check {
    padding-left: 1.8rem
  }

  .check::before {
    width: .3rem;
    height: .3rem;
    border: .3rem solid #12c868;
    top: .3rem
  }

  .terms-mockup {
    width: 27.6rem;
    position: relative
  }

  .terms-mockup img {
    width: 100%
  }

  .terms-bottom {
    padding: 2.4rem 1.5rem 21rem 1.5rem;
    border-radius: 1.5rem;
    background: #fbfbfb url(../img/terms-bottom-sm.webp) center no-repeat;
    background-size: cover
  }

  .terms-bottom .fz46 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: center;
    margin-bottom: 1.6rem
  }

  .terms-bottom__checks {
    gap: 1.6rem;
    margin-bottom: 2.4rem
  }

  .terms-bottom__checks p {
    width: 11.2rem;
    font-size: 1.2rem;
    line-height: 1.6rem
  }

  .terms-bottom .btn {
    width: 100%
  }

  p.terms-bottom__check-big {
    width: 11.2rem
  }
}

.delivery {
  padding-top: 0
}

.delivery-inner {
  padding: 3.698vw 0 0 5.417vw;
  height: 44.271vw;
  background: url(../img/delivery-bg.webp) center no-repeat;
  background-size: cover;
  position: relative
}

.delivery-inner .mb {
  margin-bottom: 1.71875vw
}

.delivery-btns {
  justify-content: flex-start;
  margin-bottom: 1.71875vw
}

.delivery-checks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 40.704vw
}

.delivery-check {
  width: 19.285vw;
  margin-bottom: 3.01875vw
}

.delivery-check:last-child {
  margin-bottom: 0;
  width: 100%
}

.delivery-check__top {
  display: flex;
  align-items: center
}

.delivery-check__num {
  width: 2.083vw;
  min-width: 2.083vw;
  height: 2.083vw;
  border-radius: 50%;
  background: #12c868;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: .833vw
}

.delivery-check__content {
  padding-left: 2.917vw;
  margin-top: 1.042vw
}

.delivery-check__content.mt {
  margin-top: 2.3vw
}

.delivery-check__list {
  list-style: disc;
  padding-left: 1vw
}

.delivery-check__list li {
  margin-bottom: .58125vw
}

.delivery-check__list li:last-child {
  margin-bottom: 0
}

.delivery-check .btn {
  padding: .885vw 1.458vw
}

.delivery-person {
  display: flex;
  width: 100%;
  height: 100;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none
}

.delivery-person img {
  object-fit: contain;
}


.delivery-name {
  position: absolute;
  top: 23.333vw;
  right: 23.073vw
}

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

  .delivery-inner {
    padding: 4rem 2.4rem 22.4rem 2.4rem;
    height: auto;
    overflow: hidden;
    border-radius: 1.5rem
  }

  .delivery-inner .mb {
    margin-bottom: 2.2rem
  }

  .delivery-inner .fz40 {
    font-size: 1.8rem;
    line-height: 2.6rem
  }

  .delivery-inner .fz40 br {
    display: none
  }

  .delivery-btns {
    margin-bottom: 2.2rem;
    justify-content: center
  }

  .delivery-btns .tab-btn {
    margin-right: 2.8rem
  }

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

  .delivery-btns .tab-btn .btn-text {
    font-size: 1.2rem;
    line-height: 1.6rem
  }

  .delivery-btns .tab-btn svg {
    width: 1.2rem;
    margin-left: 1rem
  }

  .delivery-checks {
    width: 100%
  }

  .delivery-check {
    width: 100%;
    margin-bottom: 2rem
  }

  .delivery-check .link {
    font-size: 1rem
  }

  .delivery-check__num {
    width: 2.4rem;
    min-width: 2.4rem;
    height: 2.4rem;
    margin-right: .8rem;
    font-size: 1rem;
    line-height: 1.4rem
  }

  .delivery-check__content {
    padding-left: 3.2rem;
    margin-top: 0
  }

  .delivery-check__content.mt {
    margin-top: 0
  }

  .delivery-check .fz24 {
    font-size: 1.2rem;
    line-height: 1.6rem
  }

  .delivery-check__list {
    padding-left: 1.3rem;
    margin-top: .5rem
  }

  .delivery-check__list.mb {
    margin-bottom: .7rem
  }

  .delivery-check__list li {
    margin-bottom: .58125rem;
    font-size: .8rem
  }

  .delivery-check .btn {
    padding: 2.5rem 0;
    width: 21.5rem;
    margin-left: -3.2rem
  }

  .delivery-check .btn .btn-text {
    font-size: 1rem
  }

  .delivery-name {
    bottom: 2.4rem;
    right: unset;
    left: 1.5rem;
    font-size: 1rem;
    line-height: 130%;
    top: unset;
    text-align: left
  }

  .delivery-name .fz12 {
    font-size: .8rem
  }

  .delivery-person {
    right: -3rem;
    width: 67rem;
    bottom: -13rem
  }

  .delivery-tab--delivery {
    padding-bottom: 20.4rem
  }

  .delivery-tab--delivery .delivery-person {
    right: 0;
    width: 73rem;
    bottom: 0
  }
}

.team {
  padding-top: 0
}

.team-slider {
  margin: 0 -1.354vw
}

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

.team-slider .slick-dots {
  bottom: -3.646vw
}

.team-slider .slick-dots li {
  width: .78125vw;
  height: .78125vw;
  margin: 0 .9375vw
}

.team-slider .slick-dots li button {
  width: .78125vw;
  height: .78125vw
}

.team-slider .slick-prev {
  left: -2.267vw;
  top: 11vw;
  transform: none;
  z-index: 1;
}

.team-slider .slick-next {
  right: -2.267vw;
  top: 11vw;
  transform: none;
  z-index: 1;
}

.team-item {
  margin: 0 1.354vw;
  position: relative
}

.team-item__video {
  position: absolute;
  top: 2.135vw;
  right: 0;
  width: 3.757vw;
  height: 3.757vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f38120;
  box-shadow: inset 0 0 22px rgba(255, 255, 255, .25);
  border-radius: 50%;
  z-index: 1
}

.team-item__video img {
  width: .78125vw
}

.team-item__img {
  width: 100%;
  height: 26.042vw;
  position: relative;
  border-radius: 26.042vw;
  overflow: hidden;
  display: flex;
  margin-bottom: 1.146vw
}

.team-item__img:hover img {
  transform: scale(1.2)
}

.team-item__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;
  transition: .3s;
  transform-origin: top
}

.team-item__text {
  color: #8c8c8c
}

.team-item__contacts {
  display: flex;
  justify-content: center;
  gap: 1.5625vw;
  margin-top: .78125vw
}

.team-item__contacts .link {
  color: #f38120
}

.arrow-styled {
  width: 4.427vw;
  height: 4.427vw;
  border-radius: 50%;
  transition: .3s
}

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

.arrow-styled:hover {
  background: #f38120
}

.arrow-styled svg {
  width: 1.51vw;
  height: 1.385vw
}

@media (max-width:767px) {
  .team-slider {
    margin: 0
  }

  .team-slider .slick-dots {
    bottom: -3.2rem
  }

  .team-slider .slick-dots li {
    width: .78125rem;
    height: .78125rem;
    margin: 0 .9375rem
  }

  .team-slider .slick-dots li button {
    width: .78125rem;
    height: .78125rem
  }

  .team-slider .slick-prev {
    left: -5.667rem;
    top: 11rem
  }

  .team-slider .slick-next {
    right: -5.667rem;
    top: 11rem
  }

  .team-item {
    margin: 0
  }

  .team-item__video {
    top: 0;
    width: 7.2rem;
    height: 7.2rem
  }

  .team-item__video img {
    width: 1.5rem
  }

  .team-item__img {
    height: 35.3rem;
    border-radius: 50rem;
    margin-bottom: 1.6rem
  }

  .team-item__contacts {
    gap: 1.5625rem;
    margin-top: .78125rem
  }

  .arrow-styled {
    width: 4.427rem;
    height: 4.427rem
  }

  .arrow-styled svg {
    width: 1.51rem;
    height: 1.385rem
  }

  .team-item__name {
    font-size: 1.6rem;
    line-height: 2.4rem
  }

  .team-item__name+.fz14 {
    font-size: .8rem;
    margin-bottom: .8rem
  }

  .team-item__text {
    font-size: 1rem
  }

  .team-item__contacts .link {
    font-size: 1rem
  }
}

.objects {
  padding-top: 1.823vw
}

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

.objects-item {
  width: 39.323vw;
  position: relative;
  margin-bottom: 3.646vw
}

.objects-item .team-item__video {
  top: 1.615vw;
  right: 1.25vw
}

.objects-item__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between
}

.objects-slider {
  width: 100%
}

.objects-slider:hover .arrow-styled,
.objects-slider:hover .objects-slider__img::before,
.objects-slider:hover .slick-dots {
  opacity: 1
}

.objects-slider.slick-slider {
  margin-bottom: 1.927vw
}

.objects-slider__img {
  display: flex;
  width: 100%;
  height: 26.042vw;
  border-radius: 1.823vw;
  overflow: hidden;
  position: relative
}

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

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

.objects-slider .slick-prev {
  left: 2.448vw;
  z-index: 1
}

.objects-slider .slick-next {
  right: 2.448vw;
  z-index: 1
}

.objects-slider .arrow-styled {
  border: 1px solid #fff;
  opacity: 0;
  transition: .3s
}

.objects-slider .arrow-styled:hover {
  border-color: #f38120
}

.objects-slider .slick-dots {
  bottom: 2.604vw;
  opacity: 0;
  transition: .3s
}

.objects-item__checks {
  display: flex;
  gap: 3.125vw;
  padding-bottom: .3vw
}

.objects-item__checks .check {
  padding-left: 0
}

.objects-item__checks .check::before {
  top: -1.354vw
}

@media (max-width:767px) {
  .objects {
    padding-top: 1.823rem
  }

  .objects-item {
    width: 100%;
    margin-bottom: 2.4rem
  }

  .objects-item .team-item__video {
    width: 4.6rem;
    height: 4.6rem;
    top: 1.6rem;
    right: 1.6rem
  }

  .objects-item .team-item__video img {
    width: 1rem
  }

  .objects-slider.slick-slider {
    margin-bottom: 1.6rem
  }

  .objects-slider__img {
    height: 18.3rem;
    border-radius: 1.5rem
  }

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

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

  .objects-slider .slick-dots {
    bottom: 2.604rem
  }

  .objects-item__checks {
    gap: 0;
    padding-bottom: 0;
    width: 100%;
    justify-content: space-between
  }

  .objects-item__checks .check {
    font-size: .8rem;
    line-height: 1.2rem;
    padding-top: 2.3rem
  }

  .objects-item__checks .check::before {
    top: 0;
    width: .5rem;
    height: .5rem;
    border-width: .5rem
  }

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

  .objects-item__wrapper .fz32 {
    font-size: 1.6rem;
    margin-bottom: .8rem
  }

  .objects-item__wrapper .fz32 br {
    display: none
  }
}

.key {
  padding-top: 0;
  padding-bottom: 4.167vw
}

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

.key-checks .delivery-check {
  width: 19.271vw;
  margin-bottom: 2.76vw
}

.key-checks .delivery-check:last-child {
  width: 19.271vw
}

.key-checks .delivery-check__num img {
  width: .625vw
}

.key-items {
  display: flex;
  flex-wrap: wrap;
  width: 40.625vw;
  justify-content: space-between
}

.key-item {
  display: flex;
  align-items: center;
  width: 18.229vw;
  margin-bottom: 2.604vw
}

.key-item__img {
  display: flex;
  width: 5.208vw;
  min-width: 5.208vw;
  margin-right: 1.25vw;
  border-radius: 50%;
  overflow: hidden
}

.key-bg {
  display: flex;
  width: 100vw;
  position: absolute;
  left: 0;
  z-index: -1;
  pointer-events: none;
  top: -15.104vw
}

.key-left {
  position: relative
}

.key-left__wrapper {
  position: sticky;
  top: 2vw;
  left: 0
}

.key-left h2 {
  position: relative
}

.key-badge {
  font-weight: 600;
  font-size: 1vw;
  line-height: .94375vw;
  padding: .8vw;
  background: #12c868;
  border-radius: 100px;
  position: absolute;
  top: .1vw;
  right: 18.1vw;
  color: #fff;
}

.key-2 .delivery-check__content {
  margin-top: .442vw
}

.file {
  width: 18.542vw;
  height: 4.427vw;
  border-radius: 100px;
  background-color: #fff;
  position: relative;
  color: #1c1c1c;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0 2.34375vw;
  margin-bottom: .78125vw
}

.file:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.302vw;
  height: 1.927vw;
  width: 1.927vw;
  background: url(../img/file.svg) center no-repeat;
  background-size: contain
}

.file input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.key-form {
  padding: 2.34375vw 2.865vw;
  background: url(../img/key-form-bg.webp) center no-repeat;
  background-size: cover;
  border-radius: 1.823vw;
  position: relative
}

.key-form .btn,
.key-form .file,
.key-form .form-group {
  width: 15.78125vw
}

.key-mockup {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none
}

.key-mockup img {
  object-fit: cover;
}

.key-mockup img:last-child {
  display: none
}

.map-form .fz30.mfz14 {
  margin-top: -1.5vw
}

@media (max-width:767px) {
  .map-form .fz30.mfz14 {
    margin-top: 0
  }

  .map-form__wrapper .btn {
    margin-bottom: 0
  }

  .key {
    padding-bottom: 4.167rem
  }

  .key .fz30.mfz14 {
    text-align: center;
    margin-bottom: 1rem
  }

  .key-checks .delivery-check {
    width: 13.2rem;
    margin-bottom: 2.1rem
  }

  .key-checks .delivery-check:last-child {
    width: 13.2rem
  }

  .key-checks .delivery-check__num img {
    width: .63rem
  }

  .key-checks .delivery-check__top {
    margin-bottom: .7rem
  }

  .key-checks .delivery-check__top .fz24 {
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.6rem
  }

  .key-checks .delivery-check__num {
    width: 2.1rem;
    height: 2.1rem;
    min-width: 2.1rem;
    margin-right: .8rem
  }

  .key-checks .delivery-check__content {
    padding-left: 2.9rem
  }

  .key-checks .delivery-check__content p {
    font-size: 1.2rem;
    line-height: 1.4rem
  }

  .key-checks .delivery-check__content .link {
    font-size: .8rem
  }

  .key-items {
    width: 100%
  }

  .key-item {
    width: 6.9rem;
    margin-bottom: 0;
    flex-direction: column;
    align-items: center
  }

  .key-item__img {
    width: 5.4rem;
    min-width: 5.4rem;
    margin-right: 0;
    margin-bottom: 1.4rem
  }

  .key-item p {
    font-weight: 500;
    font-size: .8rem;
    line-height: 1.2rem;
    text-align: center
  }

  .key-bg {
    width: 100vw;
    top: -15.104vw
  }

  .key-left__wrapper {
    top: 2rem
  }

  .key-badge {
    font-size: .9rem;
    line-height: 2.9rem;
    padding: 0 1.2rem;
    top: unset;
    bottom: -3.5rem;
    right: unset;
    left: 50%;
    transform: translateX(-50%)
  }

  .key-2 {
    padding-bottom: 1rem
  }

  .key-2 .delivery-check__content {
    margin-top: .442rem
  }

  .key-2 h2 {
    margin-bottom: 6rem
  }

  .key-2 .key-checks br {
    display: none
  }

  .file {
    width: 18.542rem;
    height: 4.427rem;
    padding: 0 2.34375rem;
    margin-bottom: .78125rem
  }

  .file:before {
    right: 1.302rem;
    height: 1.927rem;
    width: 1.927rem
  }

  .key-form {
    padding: 3.2rem 1.6rem 30.2rem 1.6rem;
    border-radius: 1.5rem
  }

  .key-form .btn,
  .key-form .file,
  .key-form .form-group {
    width: 100%
  }

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

  .key-left__wrapper {
    text-align: center;
    margin-bottom: 1.4rem
  }

  .key-left__wrapper .fz30 {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: .8rem
  }

  .key-mockup {
    pointer-events: none;
    width: 27.6rem;
    right: 0
  }

  .key-mockup img:first-child {
    display: none
  }

  .key-mockup img:last-child {
    display: block
  }

  .key-mockup img {
    width: 27.6rem
  }
}

#map {
  width: 100%;
  height: 28.646vw;
  border-radius: 1.5625vw;
  overflow: hidden;
  margin-bottom: 2.34375vw
}

.map {
  padding-top: 0
}

.map__popover-inner {
  padding: .573vw 1.25vw .573vw 2.96875vw;
  background: #fff;
  box-shadow: 0 0 55px rgba(0, 0, 0, .1);
  border-radius: 500px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  left: -1.6vw;
  pointer-events: none
}

.ymaps-2-1-79-places-pane {
  z-index: 9999 !important;
  pointer-events: none
}

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

.map-form__wrapper {
  display: flex;
  align-items: flex-end;

  flex-wrap: wrap;
  width: 38.198vw;
  justify-content: center;
}

.map-form__wrapper .input {
  box-shadow: none;
  background: #fbfbfb
}

@media (max-width:767px) {
  #map {
    height: 27.6rem;
    border-radius: 3rem;
    margin-bottom: 2.4rem
  }

  .map__popover-inner {
    padding: .573rem 1.25rem .573rem 3.5rem;
    left: -1.6rem
  }

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

  .map-form .mfz14 {
    text-align: center;
    margin-bottom: 1.6rem
  }

  .map-form .mfz14 br {
    display: none
  }

  .map-form__wrapper {
    gap: 1.6rem;
    flex-direction: column;
    width: 100%
  }

  .map-form__wrapper .btn {
    width: 100%
  }

  .map {
    padding-bottom: 4.5rem
  }
}

.reviews {
  padding-top: 0;
  padding-bottom: 6.71875vw
}

.reviews-slider {
  margin: 0 -1.51vw
}

.reviews-slider.slick-slider {
  margin-bottom: 0
}

.reviews-slider .slick-dots li {
  width: .78125vw;
  height: .78125vw;
  margin: 0 .9375vw
}

.reviews-slider .slick-dots li button {
  width: .78125vw;
  height: .78125vw
}

.reviews-slider .slick-dots {
  bottom: -3.833vw
}

.reviews-slider .slick-prev {
  left: -2.267vw;
  z-index: 1;
  transform: none;
  top: 11.1vw;
}

.reviews-slider .slick-next {
  right: -2.267vw;
  z-index: 1;
  transform: none;
  top: 11.1vw;
}

.reviews-item {
  margin: 0 1.51vw
}

.reviews-item__img {
  display: flex;
  width: 39.323vw;
  height: 26.042vw;
  border-radius: 1.823vw;
  position: relative;
  margin-bottom: 1.042vw
}

.reviews-item .mb {
  margin-bottom: 1.042vw
}

.reviews-item .team-item__video {
  right: unset;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.25vw;
  height: 6.25vw
}

.reviews-item .team-item__video img {
  width: 1.25vw
}

.reviews-2 {
  padding-top: 1.823vw
}

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

  .reviews-slider {
    margin: 0 0
  }

  .reviews-slider .slick-dots li {
    width: .78125rem;
    height: .78125rem;
    margin: 0 .9375rem
  }

  .reviews-slider .slick-dots li button {
    width: .78125rem;
    height: .78125rem
  }

  .reviews-slider .slick-dots {
    bottom: -3.833rem
  }

  .reviews-slider .slick-prev {
    left: -5.083rem
  }

  .reviews-slider .slick-next {
    right: -5.083rem
  }

  .reviews-item {
    margin: 0
  }

  .reviews-item__img {
    width: 100%;
    height: 18.2rem;
    border-radius: 1.5rem;
    margin-bottom: 2.1rem
  }

  .reviews-item .mb {
    margin-bottom: 1.042rem
  }

  .reviews-item p {
    text-align: center;
    font-size: 1rem
  }

  .reviews-item .team-item__video {
    width: 4.3rem;
    height: 4.3rem
  }

  .reviews-item .team-item__video img {
    width: .75rem
  }

  .reviews-2 {
    padding-top: 1.823rem
  }
}

.free {
  padding-top: 0;
  padding-bottom: 4.615vw
}

.free-inner {
  background: url(../img/free-bg.webp) center no-repeat;
  background-size: cover;
  padding: 4.615vw 0 4.06875vw 7.34375vw;
  border-radius: 1.5625vw;
  position: relative;
  margin-bottom: 2.292vw
}

.free-inner .mbm {
  margin-bottom: 2.002vw
}

.free-inner .mbs {
  margin-bottom: 1.5vw
}

.free-checks .delivery-check__top {
  margin-bottom: 1.198vw
}

.free-checks .delivery-check__num {
  width: 1.667vw;
  min-width: 1.667vw;
  height: 1.667vw;
  margin-right: 1.25vw
}

.free-checks .delivery-check__num img {
  width: .521vw
}

.free-checks--big .delivery-check__num {
  width: 2.083vw;
  min-width: 2.083vw;
  height: 2.083vw;
  margin-right: .833vw
}

.free-checks--big .delivery-check__num img {
  width: .625vw
}

.link--arrow-right svg {
  width: .99vw;
  margin-left: .365vw
}

.free-person {
  display: flex;
  width: 29.833vw;
  height: 100%;
  right: 4.5vw;
  bottom: 0;
  position: absolute
}

.free-name {
  position: absolute;
  top: 9vw;
  right: 5px;
}

.free-pin {
  position: absolute;
  top: 25.49375vw;
  right: 31.146vw;
  cursor: pointer
}

.free-pin:hover .free-pin__hover {
  transform: scale(1)
}

.free-pin__plus {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.75vw;
  height: 3.75vw;
  background: linear-gradient(0deg, white 0%, #4e9bcc 0%, #87b3cf 99%);
  box-shadow: inset 0 0 22px rgba(255, 255, 255, .25);
  border-radius: 50%;
  position: relative;
  z-index: 1
}

.free-pin__plus::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #12c868;
  border-radius: 50%;
  -webkit-animation: animPulse 2s linear infinite;
  animation: animPulse 2s linear infinite;
  z-index: -1
}

.free-pin__hover {
  padding: 2.083vw 2.04375vw 4.635vw 2.04375vw;
  position: absolute;
  right: 1.5625vw;
  bottom: 0;
  width: 30.03125vw;
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, .1);
  border-radius: 1.5625vw;
  transition: .3s;
  transform-origin: bottom right;
  transform: scale(0);
  pointer-events: none
}

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

  .free-inner {
    padding: 1.6rem 1.5rem 53rem 1.5rem;
    border-radius: 1.5rem;
    margin-bottom: 2.3rem;
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .free-inner .fz24.mbs {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: .8rem
  }

  .free-inner .fz16.mbs {
    font-size: 1rem;
    line-height: 1.6rem;
    text-align: center;
    margin-bottom: 1.3rem
  }

  .free-inner .fz16.mbs br {
    display: none
  }

  .free-inner .fz46 {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 1.1rem
  }

  .free-inner .mbm {
    margin-bottom: 1.1rem
  }

  .free-inner .mbs {
    margin-bottom: 1.5rem
  }

  .free-checks .delivery-check__top {
    margin-bottom: 1.198rem
  }

  .free-checks .delivery-check__top p {
    font-size: 1.3rem;
    line-height: 1.9rem
  }

  .free-checks .delivery-check__top p br {
    display: none
  }

  .free-checks .delivery-check__num {
    width: 2.1rem;
    min-width: 2.1rem;
    height: 2.1rem;
    margin-right: .8rem;
    margin-left: 20px;
  }

  .free-checks .delivery-check__num img {
    width: .63rem
  }

  .free-checks--big .delivery-check__num {
    width: 2.1rem;
    min-width: 2.1rem;
    height: 2.1rem;
    margin-right: .8rem
  }

  .free-checks--big .delivery-check__num img {
    width: .63rem
  }

  .link--arrow-right {
    font-size: 1rem
  }

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

  .free-person {
    width: 32rem;
    right: -40px;
    height: 50%;
  }

  .free-name {
    top: unset;
    right: unset;
    left: 3rem;
    bottom: 42rem;
    font-size: 1rem
  }

  .free-name span {
    font-size: .8rem
  }

  .free-pin {
    top: unset;
    right: unset;
    left: 4.6rem;
    bottom: 27rem
  }

  .free-pin__plus {
    width: 6rem;
    height: 6rem;
    font-size: 3.6rem
  }

  .free-pin__hover {
    padding: 2.083rem 2.04375rem 5.435rem 2.04375rem;
    right: unset;
    left: 1.5625rem;
    width: 23.03125rem;
    border-radius: 1.5625rem
  }

  .free-checks {
    margin-bottom: 1rem
  }

  .no-br br {
    display: none
  }
}

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

.call-form {
  padding: 3.998vw 4.21875vw 4.798vw 7.292vw;
  background: url(../img/call-bg.png) center no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 1.5625vw;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.call-form .free-pin {
  top: 21.042vw;
  right: 26.40625vw;
  z-index: 50
}

.call-form .free-pin__hover {
  bottom: unset;
  top: 0;
  z-index: 60
}

.call-person {
  display: flex;
  width: 31.146vw;
  position: absolute;
  left: 31.125vw;
  bottom: 0;
  pointer-events: none
}

.call-person img {
  object-fit: contain;
}

.call-name {
  position: absolute;
  left: 55.417vw;
  top: 3.51vw;
}

.main.header-fixed {
  padding-top: 5.573vw
}

.header {
  transition: .3s
}

.header.is-fixed .nav {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  left: 0
}

.header.is-fixed .nav .nav__inner {
  max-width: 81.771vw;
  margin: 0 auto;
}

.nav {
  transition: .3s
}

@media (max-width:767px) {
  .header.is-fixed .nav .nav__inner {
    margin-bottom: 3.2rem;
  }

  .call {
    padding-bottom: 3.8rem
  }

  .call-form {
    padding: 2.3rem 1.5rem 32.5rem 1.5rem;
    border-radius: 1.5rem;
    flex-direction: column;
    align-items: center
  }

  .call-form .free-pin {
    top: unset;
    left: unset;
    bottom: 10.5rem;
    right: 3.5rem
  }

  .call-form .free-pin__hover {
    padding: 5.435rem 2.04375rem 2.083rem 2.04375rem;
    right: 1.5625rem;
    left: unset;
    width: 23.03125rem;
    bottom: unset;
    top: 0;
    border-radius: 1.5625rem
  }

  .free .free-pin__hover {
    padding: 6rem 2.04375rem 2.083rem 2.04375rem;
    right: unset;
    left: 1.5625rem;
    width: 23.03125rem;
    bottom: unset;
    top: 0;
    border-radius: 1.5625rem
  }

  .free-pin__hover p {
    font-size: .8rem
  }

  .call-form__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3.6rem
  }

  .call-person {
    width: 28.6rem;
    left: 4rem;
  }

  .call-name {
    left: 2.1rem;
    top: unset;
    bottom: 14.7rem;
    font-size: 1rem
  }

  .call-name span {
    font-size: .8rem
  }

  .main.header-fixed {
    padding-top: 5.8rem
  }

  .header {
    transition: .3s
  }

  .header.is-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    padding-bottom: .5rem
  }
}

.contacts {
  padding-top: 0
}

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

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

.contacts-item {
  margin-bottom: 4.427vw
}

.contacts-item .social {
  width: 2.708vw;
}

.contacts-item .social img {
  width: 100%;
}

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

.contacts-item__head {
  display: flex;
  align-items: center;
  margin-bottom: .833vw
}

.contacts-item__img {
  display: flex;
  width: .885vw;
  margin-right: 1.09375vw
}

.contacts-item .pl {
  padding-left: 1.979vw
}

.contacts-item .mb {
  margin-bottom: .833vw
}

#map2 {
  width: 33.854vw;
  height: 20.15625vw;
  border-radius: 1.823vw;
  overflow: hidden
}

@media (max-width:767px) {
  .contacts-inner {
    flex-direction: column;
    align-items: center
  }

  .contacts-item {
    margin-bottom: 4.427rem
  }

  .contacts-item .link {
    font-size: 1rem
  }

  .contacts-item .social {
    width: 4.6rem
  }

  .contacts-item__head {
    margin-bottom: .833rem
  }

  .contacts-item__img {
    width: 1.2rem;
    margin-right: 1.09375rem
  }

  .contacts-item .pl {
    padding-left: 0
  }

  .contacts-item .mb {
    margin-bottom: .833rem
  }

  #map2 {
    width: 100%;
    height: 24.6rem;
    border-radius: 3.5rem
  }

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

  .contacts-item a,
  .contacts-item p {
    font-size: 1.2rem;
    text-align: center
  }

  .contacts-column {
    margin-bottom: 3.1rem;
    align-items: center
  }

  .catalog-btns-wrapper.is-active .catalog-mob__btn svg {
    transform: rotate(180deg)
  }
}

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

.footer {
  position: relative
}

.footer-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  display: flex;
  pointer-events: none;
  z-index: -1
}

@media (max-width:767px) {
  .footer-inner {
    flex-direction: column;
    gap: 2.4rem
  }

  .footer-inner .logo {
    align-self: center
  }

  .footer-inner .logo__img {
    width: 17.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: auto;
  transform: translateX(-50%);
  margin-bottom: 0;
  border: 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.823vw
}

.modal-download {
  padding: 4.6vw 26.5625vw 3.5vw 3.333vw;
  background: #282828 url(../img/modal-download-bg.webp) center no-repeat;
  background-size: cover;
  white-space: nowrap
}

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

.modal-download__mockup {
  display: flex;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none
}

.modal-download__mockup img:nth-child(2) {
  display: none;
}

.modal__close {
  display: flex;
  position: absolute;
  top: 2.1875vw;
  right: 2.1875vw;
  width: 1.042vw;
  cursor: pointer;
  transition: .3s;
  z-index: 9
}

.modal-call {
  width: 28.646vw;
  padding: 3.229vw 0;
  background: #282828 url(../img/modal-call-bg.webp) center no-repeat;
  background-size: cover
}

.to_top {
  box-shadow: none;
  background: #f38120;
  width: 2.604vw;
  height: 2.604vw;
  padding: 0
}

.to_top::before {
  display: none
}

.to_top svg {
  width: .729vw
}

.widget-menu {
  position: fixed;
  right: 0;
  top: 10vw;
  z-index: 998;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}

.btn--burger-wrapper {
  pointer-events: all;
}

.widget-menu.active .widget-link {
  transform: translateX(0);
  pointer-events: all;
}

.widget-link {
  width: 6.208vw;
  height: 5.908vw;
  border-radius: .78125vw 0 0 .78125vw;
  background: #12c868;
  display: flex;
  justify-content: center;
  transform: translateX(102%);
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: .3125vw;
  transition: .4s;
  color: #fff;
  pointer-events: all;
  border-radius: 600px;
}

.widget-link img {
  margin-bottom: .3125vw;
  max-width: 1.823vw
}

.mob {
  display: none
}

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

.btn--burger-wrapper {
  position: relative;
  margin-bottom: 1.458vw;
  transition-duration: .5s;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s;
  width: 1.71875vw;
  height: 1.71875vw;
  background: linear-gradient(0deg, white 0%, #4e9bcc 0%, #87b3cf 99%);
  ;
  pointer-events: all
}

.btn--burger {
  width: .625vw;
  height: .104vw;
  background-color: transparent
}

.btn--burger:after,
.btn--burger:before {
  content: "";
  position: absolute;
  display: block;
  width: .625vw;
  height: .104vw;
  background-color: #fff;
  transition: .4s
}

.btn--burger:before {
  top: .625vw;
  transform: rotate(-25deg)
}

.btn--burger-wrapper.active .btn--burger:before {
  transform: rotate(45deg);
  top: .82vw
}

.btn--burger:after {
  bottom: .673vw;
  transform: rotate(25deg)
}

.btn--burger-wrapper.active .btn--burger:after {
  transform: rotate(-45deg);
  bottom: .777vw
}

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

  .modal {
    top: 5rem;
    border-radius: 1.5rem;
    width: 30rem;
    white-space: unset
  }

  .modal-download {
    padding: 2rem 2rem 36rem 2rem
  }

  .modal__close {
    top: 2.1875rem;
    right: 2.1875rem;
    width: 1.042rem
  }

  .modal-call {
    width: 29rem;
    padding: 2rem
  }

  .to_top {
    width: 4rem;
    height: 4rem
  }

  .to_top svg {
    width: 1.3rem
  }

  .widget-menu {
    top: 15rem;
    transition: .3s;
    display: none;
  }

  .widget-menu p {
    font-size: .8rem
  }

  .widget-link {
    width: 7.108rem;
    height: 7.108rem;
    border-radius: 400px;
    margin-bottom: .3125rem
  }

  .widget-link img {
    margin-bottom: .3125rem;
    max-width: 1.823rem
  }

  .btn--burger-wrapper {
    margin-bottom: 1.458rem;
    width: 1.71875rem;
    height: 1.71875rem
  }

  .btn--burger {
    width: .625rem;
    height: .104rem
  }

  .btn--burger:after,
  .btn--burger:before {
    width: .625rem;
    height: .104rem
  }

  .btn--burger:before {
    top: .625rem
  }

  .btn--burger-wrapper.active .btn--burger:before {
    top: .82rem
  }

  .btn--burger:after {
    bottom: .673rem
  }

  .btn--burger-wrapper.active .btn--burger:after {
    bottom: .777rem
  }
}

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

.error-main h1 {
  font-weight: 400;
  font-size: 10.417vw;
  line-height: 4.427vw;
  margin-bottom: 2.083vw;
  color: #ebebeb
}

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

.error-main .hero {
  padding-top: 8.333vw;
  padding-bottom: 13.854vw
}

.footer-pages {
  padding-top: 1.823vw
}

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

.thank-main .hero {
  padding-top: 8.542vw;
  padding-bottom: 17.292vw
}

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

.thank-main .hero-btns {
  justify-content: center;
  display: flex
}

.thank-main .hero-btns .btn:last-child {
  margin-right: 0
}

.btn.btn--youtube {
  background: #f24e1e;
  box-shadow: inset 0 0 22px rgba(255, 255, 255, .25)
}

.btn.btn--youtube:hover {
  transform: scale(1.05)
}

.btn.btn--youtube svg {
  width: 1.615vw;
  margin-left: .417vw
}

.btn.btn--vk {
  background: #01a7ee;
  box-shadow: inset 0 0 22px rgba(255, 255, 255, .25)
}

.btn.btn--vk:hover {
  transform: scale(1.05)
}

.btn.btn--vk svg {
  width: 1.71875vw;
  margin-left: .417vw
}

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

.lead-main .hero {
  padding-top: 8.073vw;
  padding-bottom: 13.021vw
}

.lead-main .hero__inner {
  justify-content: flex-start
}

.lead-main .map-form__wrapper {
  width: 100%
}

@media (max-width:767px) {
  .error-main h1 {
    font-size: 10.417rem;
    line-height: 4.427rem;
    margin-bottom: 2.083rem
  }

  .error-main .hero-right {
    padding-left: 0
  }

  .error-main .hero {
    padding-top: 8.333rem;
    padding-bottom: 13.854rem
  }

  .error-main .hero-btns {
    width: 100%
  }

  .footer-pages {
    padding-top: 1.823rem
  }

  .thank-main .hero {
    padding-top: 8.542rem;
    padding-bottom: 17.292rem
  }

  .thank-main .hero-btns {
    flex-direction: column
  }

  .btn.btn--youtube svg {
    width: 1.615rem;
    margin-left: .417rem
  }

  .btn.btn--vk svg {
    width: 1.71875rem;
    margin-left: .417rem
  }

  .lead-main {
    background: url(../img/index-2/lead-bg-sm.jpg) center no-repeat;
    background-size: cover
  }

  .lead-main .hero {
    padding-top: 2rem;
    padding-bottom: 26.021rem
  }

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

.quiz-main {
  /* background: url(../img/quiz-main-bg.webp) center no-repeat;
  background-size: cover */
  background: transparent !important;
}

.quiz-main .hero-right {
  margin-right: 3.125vw
}

.quiz-main .check {
  margin-bottom: 1.667vw
}

.quiz-main .quiz-checks {
  margin-bottom: 5.3vw
}

.quiz-main .hero {
  padding-top: 3.125vw;
  padding-bottom: 12.448vw
}

.modal-winter {
  background: url(../img/winter-bg.webp) center no-repeat;
  background-size: cover;
  width: 67.708vw;
  padding: 3.958vw 5.15625vw;
  overflow: hidden
}

.winter-checks {
  display: flex;
  flex-wrap: wrap;
  width: 35vw;
  gap: 1.25vw;
  justify-content: space-between;
  margin-bottom: 1.458vw
}

.winter-checks .delivery-check__top:nth-child(odd) {
  width: 13.542vw
}

.winter-checks .delivery-check__top:nth-child(even) {
  width: 18.35625vw
}

.winter-checks .delivery-check__top img {
  width: .625vw
}

.winter-play {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 41.833vw;
  top: 12.442vw
}

.winter-play .team-item__video {
  position: static
}

.winter-wrapper {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1.25vw
}

.winter-wrapper .btn,
.winter-wrapper .form-group {
  margin-bottom: 0;
  width: 14.0625vw;
  margin-right: 1.51vw
}

.winter-img {
  display: flex;
  width: 60.9375vw;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none
}

.objects-item__wrapper--mr h3 {
  margin-right: 3.8vw;
}

@media (max-width:767px) {
  .quiz-main .hero-right {
    margin-right: 0
  }

  .quiz-main .check {
    margin-bottom: 1.2rem
  }

  .quiz-main .quiz-checks {
    margin-bottom: 2rem
  }

  .quiz-main .hero {
    padding-top: 3.125rem;
    padding-bottom: 16.448rem
  }

  .quiz-checks {
    flex-direction: column
  }

  .free-pin:hover .free-pin__hover {
    transform: scale(0)
  }

  .free-pin.active .free-pin__hover {
    transform: scale(1)
  }

  .modal-winter {
    width: 30rem;
    padding: 2rem;
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .winter-img {
    display: none;
  }

  .winter-play {
    left: 50%;
    top: unset;
    bottom: 30rem;
    transform: translateX(-50%);
    flex-direction: row;
    gap: 1rem;
  }

  .modal-winter .fz20.mb.lh155 br {
    display: none;
  }

  .winter-checks {
    width: 100%;
    gap: 1rem;
    flex-direction: column;
    margin-bottom: 9rem;
  }

  .winter-checks .delivery-check__top:nth-child(odd) {
    width: 100%;
  }

  .winter-checks .delivery-check__top:nth-child(even) {
    width: 100%;
  }

  .winter-checks .delivery-check__top img {
    width: 1rem;
  }

  .winter-wrapper {
    margin-bottom: 1.25rem;
    flex-direction: column;
  }

  .winter-wrapper .btn,
  .winter-wrapper .form-group {
    margin-bottom: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .mfz18 {
    font-size: 2rem;
  }

  .fz55 {
    font-size: 2rem;
  }

  .catalog-item .slick-next,
  .catalog-item .slick-prev {
    display: none !important;
  }

  .tab-btns-wrapper.collapse-style .tab-btn {
    width: 100%;
  }
}

.index-main-2 {
  background: #fff url(../img/index-2/hero-bg-2.jpg) center no-repeat;
  background-size: cover;
}

.download-mockup-2 {
  top: -29.083vw;
}

.quiz-main-2 {
  background: url(../img/index-2/quiz-main-2.jpg) center no-repeat;
  background-size: cover;
}

.quiz-main-2 .quiz-checks {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 20.2vw;
}

.quiz-main-2 .quiz-checks .check {
  width: 10.1vw;
}

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

@media (max-width: 767px) {
  .lead-main-2 h1 br {
    display: none;
  }

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

  .download-mockup-2 {
    top: -3rem;
  }

  .modal-download__mockup {
    pointer-events: none;
  }

  .modal-download__mockup img:nth-child(1) {
    display: none;
  }

  .modal-download__mockup img:nth-child(2) {
    display: block;
  }
}

@media screen and (max-width:1980px) and (min-width:1800px) {
  .men-g {
    max-width: 800px !important;
    position: absolute !important;
    right: -140px !important;
    bottom: 0 !important;
  }
}

@media screen and (max-width:1799px) and (min-width:1600px) {
  .men-g {
    max-width: 720px !important;
    position: absolute !important;
    right: -140px !important;
    bottom: 0 !important;
  }
}


@media screen and (max-width:1599px) and (min-width:1400px) {
  .men-g {
    max-width: 620px !important;
    position: absolute !important;
    right: -110px !important;
    bottom: 0 !important;
  }
}

@media screen and (max-width:1399px) and (min-width:1100px) {
  .men-g {
    max-width: 505px !important;
    position: absolute !important;
    right: -100px !important;
    bottom: 0 !important;
  }
}

@media screen and (max-width:1099px) and (min-width:900px) {
  .men-g {
    max-width: 400px !important;
    position: absolute !important;
    right: -90px !important;
    bottom: 0 !important;
  }
}

@media screen and (max-width:899px) and (min-width:700px) {
  .men-g {
    max-width: 300px !important;
    position: absolute !important;
    right: -60px !important;
    bottom: 0 !important;
  }
}

.btn--orange:hover {
  background-color: #67a4cdf2 !important;
}

.director {
  margin-bottom: 1.84375vw;
  margin-top: 1.84375vw;
}


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

.director-atem {
  max-width: 49%;
}

.dir-p {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.dir-h {
  font-size: 26px;
}

.direcnor-inner img {
  border-radius: 20px;
}

.rewds {
  margin-top: 10px;
}

.rewds span {
  font-size: 26px;
}

.map-s {
  font-size: 16px;
}

.p-mat {
  text-align: center !important;
}

.m-im {
  border-radius: 15px;
  height: 209px;
}

.m-btn {
  background-color: #12c868 !important;
}

.catalog-tabs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.catalog-item:nth-child(1) {
  margin-bottom: 50px;

}

.catalog-item:nth-child(2) {
  margin-bottom: 50px;

}

.catalog-item:nth-child(3) {
  margin-bottom: 50px;

}

.section-mod {
  padding-top: 0 !important;
  background-color: #fff;
}

.free-mod {
  background-color: #fff;
}

.free-inner-mod {
  padding: 4.615vw 4.06875vw 4.06875vw 4.34375vw !important;
}

.heroy-mods {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-mod {
  font-size: 1.2vw;
}

.objects-mod {
  padding-bottom: 2vh;
}

.foto-p {
  text-align: center;
  font-size: 25px;
  margin-top: -60px;
  margin-bottom: 80px;

}

.foto-a {
  color: #5fa3d0;
}

#slick-slide-control00 {
  display: none;
}

.slick-dots {
  display: none;
}

.mods-qiez-h {
  font-size: 3.2vh;
  margin-bottom: 40px;

}

p.mods-qiez-mod {
  font-size: 2.4vh;
  margin-bottom: 60px;
}

@media (max-width:767px) {
  .director-atem {
    max-width: 99%;
    text-align: center;
  }

  .dir-p {
    font-size: 16px;
  }

  .socials {
    justify-content: center;
  }

  .foto-h2 {
    font-size: 26px;
    margin-top: 20px;
  }

  .catalog-item:nth-child(4) {
    margin-bottom: 50px;

  }

  .catalog-item:nth-child(5) {
    margin-bottom: 50px;

  }

  .catalog-item:nth-child(6) {
    margin-bottom: 50px;

  }



}

@media (min-width:767px) {


  .terms {
    padding-top: 2vh !important;
  }
}


.b-quizgo-widget-blocked-body {
  overflow-y: visible !important;
  position: initial !important;
  width: inherit !important;
}

//*multibutton*//

.whatsapp {
  background: #30d64f;
}

.viber {
  background: #7b519d;
}

.call {
  background: #ffffff;
}

.phone {
  background: #03a9f4;
}

.yellow {
  background: #ffce09;
}

.multibutton {
  position: fixed;
  right: 30px;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 70px;
  height: 70px;
  transition: 0.2s ease;
  z-index: 9999;
}

.multibutton:hover {
  width: auto;
  height: auto;
}

.multibutton:hover .multibutton__list {
  position: relative;
  top: auto;
  bottom: 10px;
  visibility: visible;
}

.multibutton:hover .multibutton__item {
  visibility: visible;
  opacity: 1;
  transition: 0.3s ease;
  transform: scaleX(1) scaleY(1) translateY(0);
}

.multibutton__list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: 13px;
  top: 80px;
  visibility: hidden;
  transition: 0.3s ease;
  list-style: none;
  padding: 0;
  margin: 0;
}

.multibutton__title {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  background: rgb(103 165 205);
  padding: 10px;
  border-radius: 30px;
}

.multibutton__title:hover {
  color: #fff !important;
}

.multibutton__item {
  display: flex;
  align-items: center;
  margin: 4px 0;
  transform: scaleX(0.4) scaleY(0.4) translateY(150px);
  opacity: 0;
  visibility: hidden;
}

.multibutton__button {
  position: relative;
  width: 70px;
  height: 70px;
  background: #17c96b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  animation: animation_button 3s linear infinite;
  transition: all 200ms ease-out;
}

/* крестик на состоянии раскрытия */
.multibutton__button::before,
.multibutton__button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transform: translate(-50%, -50%) rotate(45deg) scale(0);
    transition: transform 0.2s ease, opacity 0.2s ease;
    opacity: 0;
    pointer-events: none;
}
.multibutton__button::after {
    transform: translate(-50%, -50%) rotate(-45deg) scale(0);
}
.multibutton:hover .multibutton__button svg,
.multibutton.is-open .multibutton__button svg {
    opacity: 0;
    transition: opacity 0.15s ease;
}
.multibutton:hover .multibutton__button::before,
.multibutton.is-open .multibutton__button::before {
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
    opacity: 1;
}
.multibutton:hover .multibutton__button::after,
.multibutton.is-open .multibutton__button::after {
    transform: translate(-50%, -50%) rotate(-45deg) scale(1);
    opacity: 1;
}
.multibutton:hover .multibutton__button,
.multibutton.is-open .multibutton__button {
    animation: none;
}
.multibutton.is-open .multibutton__list {
    position: relative;
    top: auto;
    bottom: 10px;
    visibility: visible;
}
.multibutton.is-open .multibutton__item {
    visibility: visible;
    opacity: 1;
    transform: scaleX(1) scaleY(1) translateY(0);
}
.multibutton.is-open {
    width: auto;
    height: auto;
}

@keyframes animation_button {
  0% {
    box-shadow: 0 0 0 0 #6ea9ce, 0 0 0 0 rgb(98 163 205);
  }

  40% {
    box-shadow: 0 0 0 13.62667px rgba(101, 207, 168, 0), 0 0 0 6.81333px rgb(98 163 205);
  }

  80% {
    box-shadow: 0 0 0 27.25333px rgba(34, 201, 140, 0), 0 0 0 13.62667px rgba(255, 206, 9, 0);
  }

  100% {
    box-shadow: 0 0 0 34.06667px rgba(255, 186, 38, 0), 0 0 0 27.25333px rgba(255, 206, 9, 0);
  }
}

.multibutton__button svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.multibutton__item:nth-child(1) .multibutton__icon {
  background: #03a9f4;
}

.multibutton__item:nth-child(2) .multibutton__icon {
  background: #4b83fb;
}

.multibutton__item:nth-child(3) .multibutton__icon {
  background: #43d854;
}

.multibutton__item:nth-child(4) .multibutton__icon {
  background: #30d64f;
}

.multibutton__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.multibutton__icon svg {
  width: 26px;
  height: 26px;
  fill: #fff;
}



.free-person-mods {
  width: 15.5vw;
  right: 6vw;
  bottom: -3vw;
}

@media (max-width: 767px) {
  .free-person-mods {
    width: 50vw;
  }

  .fw6-mn {
    display: none;
  }

  .director {

    margin-top: 1px;
  }
}


.btn-moder {
  padding: 1.2vw;
}


.m_static_bl {
  display: block;
  position: fixed;
  z-index: 900;
  bottom: 20px;
  left: 20px;
  right: unset;
  user-select: none;
  object-fit: cover;
  background-color: transparent;
  transition: all 2s ease;
  transform: scale(0.33);
  transform-origin: left bottom;
  border-radius: 47px;
  cursor: pointer;
}

.m_static_bl.active {
  transform: scale(1);

}

.m_fix_video {
  border-radius: 47px;
  max-height: 600px;
}

.m_stat_rel {
  position: relative;
}

.m_stat_rel::after {
  display: none;
  content: "\002B";
  font-size: 75px;
  position: absolute;
  right: -5%;
  top: -5%;
  color: white;
  background-color: black;
  border-radius: 50%;
  width: 73px;
  height: 73px;
  text-align: center;
  cursor: pointer;
}

.m_stat_rel.active::after {
  display: block;
  content: "\2212";
  font-size: 34px;
  position: absolute;
  right: 0%;
  top: -2%;
  color: white;
  background-color: black;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
  z-index: 999;
}

.m_but_kr {
  display: none;
  font-size: 37px;
  position: absolute;
  right: 43%;
  top: -3%;
  color: white;
  background-color: red;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  text-align: center;
  z-index: 999;
  cursor: pointer;
}

.m_but_kr.active {
  display: block;
}

.m_stat_pozv {
  display: none;
  color: white;
  padding: 10px 3px;
  position: absolute;
  bottom: 7%;
  text-align: center;
  font-size: 21px;
  border-radius: 12px;
}

.m_stat_pozv.active {
  display: block;
  width: 100%;
}

@media(max-width: 480px) {
  .m_static_bl {
    display: block;
    position: fixed;
    z-index: 999;
    bottom: 6%;
    left: 6%;
    right: 6%;
    top: 4%;
    user-select: none;
    object-fit: cover;
    background-color: transparent;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
    transition: all 2s ease;
    transform: scale(0.2);
    transform-origin: left bottom;
  }

  .m_fix_video {
    border-radius: 47px;
    width: 100%;
  }
}

.fw6-ms {
  font-size: 2.5vh;
  font-weight: 900;
}


.catalog-t {
  color: #12c868;
  text-decoration: underline;
}

@media (min-width:767px) {
  .catalog-t {
    display: none;
  }
}

/* --- MOBILE NATIVE SLIDER FOR OBJECTS --- */
@media (max-width: 900px) {
  .objects-items {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    
    gap: 15px;
    padding-bottom: 20px;
    margin-right: -24px;
    /* Default container padding is usually 24px or 15px. We pull back to edges */
    margin-left: -24px;
    padding-left: 24px;
    padding-right: 24px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
  }

  .objects-items::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
  }

  .objects-item {
    width: 85% !important;
    min-width: 85% !important;
    flex: 0 0 auto !important;
    
    margin-bottom: 0 !important;
  }

  #load-more-container {
    display: none !important;
  }

  .swipe-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #8c8c8c;
    font-size: 14px;
    margin-bottom: 25px;
  }

  .swipe-hand {
    font-size: 24px;
    display: inline-block;
    transform: rotate(90deg);
    /* Make hand point right */
    animation: swipeAnim 2s ease-in-out infinite;
  }

  @keyframes swipePulse {

    0%,
    100% {
      opacity: 0.7;
    }

    50% {
      opacity: 1;
      color: #12c868;
    }
  }

  @keyframes swipeAnim {

    0%,
    100% {
      transform: translateX(0) rotate(90deg);
    }

    50% {
      transform: translateX(-15px) rotate(90deg);
    }
  }
}

/* ===== Yandex Maps lazy: щит против перехвата скролла ===== */
.ya-map-lazy { position: relative; }
.ya-map-lazy .ya-map-tap-shield {
    position: absolute;
    inset: 0;
    z-index: 5;
    background: transparent;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 16px;
}
.ya-map-lazy .ya-map-activate-btn {
    appearance: none;
    border: 0;
    background: #12c868;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 12px 22px;
    border-radius: 999px;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(15,23,42,0.25), 0 2px 6px rgba(15,23,42,0.15);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.2s, box-shadow 0.2s;
    font-family: inherit;
}
.ya-map-lazy .ya-map-activate-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(15,23,42,0.3);
}
.ya-map-lazy .ya-map-activate-btn::before {
    content: '';
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #12c868, inset 0 0 0 2px #12c868;
}
@media (max-width: 768px) {
    .ya-map-lazy {
        min-height: 280px !important;
        max-height: 320px;
        overflow: hidden;
        border-radius: 12px;
    }
    .ya-map-lazy iframe,
    .ya-map-lazy > ymaps,
    .ya-map-lazy > div {
        max-height: 280px !important;
    }
    .ya-map-lazy .ya-map-activate-btn {
        font-size: 13px;
        padding: 10px 18px;
    }
}

@media (min-width: 901px) {
  .swipe-hint {
    display: none !important;
  }
}