@charset "UTF-8";

@font-face {
  font-family: TTNorms;
  src: url(../fonts/TTNorms-Bold.ttf) format("truetype");
  font-weight: 700
}

@font-face {
  font-family: TTNorms;
  src: url(../fonts/TTNorms-Regular.ttf) format("truetype");
  font-weight: 300
}

@font-face {
  font-family: TTNorms;
  src: url(../fonts/TTNorms-Medium.ttf) format("truetype");
  font-weight: 500
}

@font-face {
  font-family: TTNorms;
  src: url(../fonts/TTNorms-Medium.ttf) format("truetype");
  font-weight: 400
}

@-webkit-keyframes opas {
  0% {
    opacity: .4
  }

  60% {
    opacity: 1
  }

  100% {
    opacity: .4
  }
}

@keyframes opas {
  0% {
    opacity: .4
  }

  60% {
    opacity: 1
  }

  100% {
    opacity: .4
  }
}

@-webkit-keyframes fadeOpas {
  0% {
    transform: translateY(110%);
    opacity: 0
  }

  100% {
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes fadeOpas {
  0% {
    transform: translateY(110%);
    opacity: 0
  }

  100% {
    transform: translateY(0);
    opacity: 1
  }
}

@-webkit-keyframes tooltipShow {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes tooltipShow {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0)
  }

  100% {
    transform: translate(-50%, -50%) rotate(-360deg)
  }
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0)
  }

  100% {
    transform: translate(-50%, -50%) rotate(-360deg)
  }
}

@-webkit-keyframes rotate22 {
  0% {
    transform: translate(0, 0) rotate(0)
  }

  50% {
    transform: translate(-3vw, 0) rotate(-30deg)
  }

  100% {
    transform: translate(0, 0) rotate(0)
  }
}

@keyframes rotate22 {
  0% {
    transform: translate(0, 0) rotate(0)
  }

  50% {
    transform: translate(-3vw, 0) rotate(-30deg)
  }

  100% {
    transform: translate(0, 0) rotate(0)
  }
}

@-webkit-keyframes rotate23 {
  0% {
    transform: translate(0, 0) rotate(0)
  }

  50% {
    transform: translate(4.5vw, 0) rotate(40deg)
  }

  100% {
    transform: translate(0, 0) rotate(0)
  }
}

@keyframes rotate23 {
  0% {
    transform: translate(0, 0) rotate(0)
  }

  50% {
    transform: translate(4.5vw, 0) rotate(40deg)
  }

  100% {
    transform: translate(0, 0) rotate(0)
  }
}

@-webkit-keyframes rotate2 {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes rotate2 {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@-webkit-keyframes deg {
  0% {
    transform: rotate(0)
  }

  60% {
    transform: rotate(-45deg)
  }

  100% {
    transform: rotate(0)
  }
}

@keyframes deg {
  0% {
    transform: rotate(0)
  }

  60% {
    transform: rotate(-45deg)
  }

  100% {
    transform: rotate(0)
  }
}

@-webkit-keyframes jamp {
  0% {
    margin-top: 0
  }

  15% {
    margin-top: -1rem
  }

  25% {
    margin-top: 0
  }

  35% {
    margin-top: -.5rem
  }

  45% {
    margin-top: 0
  }

  100% {
    margin-top: 0
  }
}

@keyframes jamp {
  0% {
    margin-top: 0
  }

  15% {
    margin-top: -1rem
  }

  25% {
    margin-top: 0
  }

  35% {
    margin-top: -.5rem
  }

  45% {
    margin-top: 0
  }

  100% {
    margin-top: 0
  }
}

@-webkit-keyframes jampTrf {
  0% {
    transform: translateY(0)
  }

  15% {
    transform: translateY(-7%)
  }

  25% {
    transform: translateY(0)
  }

  35% {
    transform: translateY(-3%)
  }

  45% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes jampTrf {
  0% {
    transform: translateY(0)
  }

  15% {
    transform: translateY(-7%)
  }

  25% {
    transform: translateY(0)
  }

  35% {
    transform: translateY(-3%)
  }

  45% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(0)
  }
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0
  }

  30% {
    left: 110%;
    margin-left: 80px
  }

  100% {
    left: 110%;
    margin-left: 80px
  }
}

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0
  }

  30% {
    left: 110%;
    margin-left: 80px
  }

  100% {
    left: 110%;
    margin-left: 80px
  }
}

@-webkit-keyframes pulseicon-a {
  0% {
    transform: translate(0, 0) scale(.85)
  }

  50% {
    transform: translate(0, 0) scale(1)
  }

  100% {
    transform: translate(0, 0) scale(.85)
  }
}

@keyframes pulseicon-a {
  0% {
    transform: translate(0, 0) scale(.85)
  }

  50% {
    transform: translate(0, 0) scale(1)
  }

  100% {
    transform: translate(0, 0) scale(.85)
  }
}

@-webkit-keyframes pulseicon {
  0% {
    transform: translate(-50%, -50%) scale(.8)
  }

  50% {
    transform: translate(-50%, -50%) scale(1)
  }

  100% {
    transform: translate(-50%, -50%) scale(.8)
  }
}

@keyframes pulseicon {
  0% {
    transform: translate(-50%, -50%) scale(.8)
  }

  50% {
    transform: translate(-50%, -50%) scale(1)
  }

  100% {
    transform: translate(-50%, -50%) scale(.8)
  }
}

@-webkit-keyframes phone {
  0% {
    transform: translate(-50%, -50%) rotate(15deg) scale(.9)
  }

  50% {
    transform: translate(-50%, -50%) rotate(0) scale(1.01)
  }

  100% {
    transform: translate(-50%, -50%) rotate(15deg) scale(.9)
  }
}

@keyframes phone {
  0% {
    transform: translate(-50%, -50%) rotate(15deg) scale(.9)
  }

  50% {
    transform: translate(-50%, -50%) rotate(0) scale(1.01)
  }

  100% {
    transform: translate(-50%, -50%) rotate(15deg) scale(.9)
  }
}

@-webkit-keyframes pulseiconLine {
  0% {
    transform: translateX(-55%) scale(.7)
  }

  50% {
    transform: translateX(-65%) scale(1)
  }

  100% {
    transform: translateX(-55%) scale(.7)
  }
}

@keyframes pulseiconLine {
  0% {
    transform: translateX(-55%) scale(.7)
  }

  50% {
    transform: translateX(-65%) scale(1)
  }

  100% {
    transform: translateX(-55%) scale(.7)
  }
}

@-webkit-keyframes scale-before {
  0% {
    transform: translate(-50%, -50%) scale(.8);
    opacity: 0
  }

  50% {
    transform: translate(-50%, -50%) scale(1);
    opacity: .7
  }

  100% {
    transform: translate(-50%, -50%) scale(.8);
    opacity: 0
  }
}

@keyframes scale-before {
  0% {
    transform: translate(-50%, -50%) scale(.8);
    opacity: 0
  }

  50% {
    transform: translate(-50%, -50%) scale(1);
    opacity: .7
  }

  100% {
    transform: translate(-50%, -50%) scale(.8);
    opacity: 0
  }
}

@-webkit-keyframes transform-shiver {
  0% {
    transform: translate(0, 0) rotate(0)
  }

  25% {
    transform: translate(-5px, 0) rotate(0)
  }

  75% {
    transform: translate(5px, 0) rotate(0)
  }

  100% {
    transform: translate(0, 0) rotate(0)
  }
}

@keyframes transform-shiver {
  0% {
    transform: translate(0, 0) rotate(0)
  }

  25% {
    transform: translate(-5px, 0) rotate(0)
  }

  75% {
    transform: translate(5px, 0) rotate(0)
  }

  100% {
    transform: translate(0, 0) rotate(0)
  }
}

@-webkit-keyframes transform-shiver2 {
  0% {
    transform: translate(0, 0) rotate(0)
  }

  25% {
    transform: translate(0, -5px) rotate(0)
  }

  75% {
    transform: translate(0, 5px) rotate(0)
  }

  100% {
    transform: translate(0, 0) rotate(0)
  }
}

@keyframes transform-shiver2 {
  0% {
    transform: translate(0, 0) rotate(0)
  }

  25% {
    transform: translate(0, -5px) rotate(0)
  }

  75% {
    transform: translate(0, 5px) rotate(0)
  }

  100% {
    transform: translate(0, 0) rotate(0)
  }
}

@-webkit-keyframes car1 {
  0% {
    transform: translate(0, 0) scale(1)
  }

  100% {
    transform: translate(-200px, 10px) scale(0)
  }
}

@keyframes car1 {
  0% {
    transform: translate(0, 0) scale(1)
  }

  100% {
    transform: translate(-200px, 10px) scale(0)
  }
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(249, 223, 20, .5)
  }

  70% {
    box-shadow: 0 0 0 25px rgba(249, 223, 20, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(249, 223, 20, 0)
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(249, 223, 20, .5)
  }

  70% {
    box-shadow: 0 0 0 25px rgba(249, 223, 20, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(249, 223, 20, 0)
  }
}

@-webkit-keyframes sbs-anim {
  0% {
    opacity: 1;
    transform: translateX(0) translateY(0) rotate(0) scale(1, 1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }

  50% {
    opacity: 1;
    transform: translateX(-2px) translateY(-8px) rotate(-5deg) scale(1, 1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }

  100% {
    opacity: 1;
    transform: translateX(0) translateY(0) rotate(0) scale(1, 1)
  }
}

@keyframes sbs-anim {
  0% {
    opacity: 1;
    transform: translateX(0) translateY(0) rotate(0) scale(1, 1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }

  50% {
    opacity: 1;
    transform: translateX(-2px) translateY(-8px) rotate(-5deg) scale(1, 1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }

  100% {
    opacity: 1;
    transform: translateX(0) translateY(0) rotate(0) scale(1, 1)
  }
}

@-webkit-keyframes pop {
  0% {
    transform: perspective(1px) rotateX(0) scale3d(1, 1, 1)
  }

  100% {
    transform: perspective(1px) rotateX(0) scale3d(1.2, 1.2, 1.2)
  }
}

@keyframes pop {
  0% {
    transform: perspective(1px) rotateX(0) scale3d(1, 1, 1)
  }

  100% {
    transform: perspective(1px) rotateX(0) scale3d(1.2, 1.2, 1.2)
  }
}

.team-slider .slick-track {
        display: flex;
    align-items: flex-end;
}

@-webkit-keyframes puff-out {
  0% {
    transform: translate(-50%, -50%) rotate(0) scale(1, 1);
    transform-origin: 50% 50%;
    transform-origin-opacity: 1
  }

  100% {
    transform: translate(-50%, -50%) rotate(0) scale(2, 2);
    transform-origin: 50% 50%;
    opacity: 0
  }
}

@keyframes puff-out {
  0% {
    transform: translate(-50%, -50%) rotate(0) scale(1, 1);
    transform-origin: 50% 50%;
    transform-origin-opacity: 1
  }

  100% {
    transform: translate(-50%, -50%) rotate(0) scale(2, 2);
    transform-origin: 50% 50%;
    opacity: 0
  }
}

@-webkit-keyframes slide-up-in {
  0% {
    transform: translate(0, 100%) rotate(1deg);
    opacity: 0;
    transform-origin: 0 0
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
    transform-origin: 0 0
  }
}

@keyframes slide-up-in {
  0% {
    transform: translate(0, 100%) rotate(1deg);
    opacity: 0;
    transform-origin: 0 0
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
    transform-origin: 0 0
  }
}

.fade_in {
  opacity: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in
}

.title-first {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in
}

.subtitle-first {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in
}

@-webkit-keyframes d3 {
  0% {
    transform: perspective(900) rotateY(-42deg) translateX(59%)
  }

  80% {
    transform: perspective(0) rotateY(0) translateX(59%)
  }

  100% {
    transform: perspective(0) rotateY(0) translateX(0)
  }
}

@keyframes d3 {
  0% {
    transform: perspective(900) rotateY(-42deg) translateX(59%)
  }

  80% {
    transform: perspective(0) rotateY(0) translateX(59%)
  }

  100% {
    transform: perspective(0) rotateY(0) translateX(0)
  }
}

@-webkit-keyframes d3-end {
  0% {
    transform: perspective(0) rotateY(0) translateX(0)
  }

  80% {
    transform: perspective(0) rotateY(0) translateX(59%)
  }

  100% {
    transform: perspective(900) rotateY(-42deg) translateX(59%)
  }
}

@keyframes d3-end {
  0% {
    transform: perspective(0) rotateY(0) translateX(0)
  }

  80% {
    transform: perspective(0) rotateY(0) translateX(59%)
  }

  100% {
    transform: perspective(900) rotateY(-42deg) translateX(59%)
  }
}

* {
  box-sizing: border-box
}

html {
  font-size: 10px;
  scroll-behavior: smooth
}

body {
  font-family: TTNorms, sans-serif;
  line-height: 1.2;
  letter-spacing: .03em;
  font-weight: 400;
  overflow-x: hidden;
  color: #1c1c1c;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0
}

a,
button,
input,
select,
textarea {
  outline: 0
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

a {
  text-decoration: none;
  color: #282828
}

p {
  margin: 0
}

img {
  max-width: 100%;
  max-height: 100%;
  align-self: center
}

.rr {
  font-family: RoadRadio, sans-serif
}

.slick-slide,
.slick-slide * {
  outline: 0 !important
}

.black {
  color: #5a5a59
}

.poe {
  pointer-events: none
}

.mrm {
  margin-right: .5vw
}

.mr {
  margin-right: 1vw
}

.mrs {
  margin-right: 1.5vw
}

.mrx {
  margin-right: .781vw
}

.lt {
  color: #fff
}

.ggc {
  color: #69bdad
}

.gray {
  color: grey
}

.asfs {
  align-self: flex-start
}

.title-lg {
  font-size: 3.125vw;
  font-weight: 400;
  line-height: 1
}

.title-num {
  font-size: 5.208vw
}

.title72 {
  font-size: 3.75vw
}

.tac {
  text-align: center
}

.fw1 {
  font-weight: 100
}

.fw3 {
  font-weight: 300
}

.fw5 {
  font-weight: 500
}

.fw4 {
  font-weight: 400
}

.fw6 {
  font-weight: 600
}

.fw7 {
  font-weight: 700
}

.fw8 {
  font-weight: 800
}

.fwb {
  font-weight: 700
}

.fw9 {
  font-weight: 900
}

.fsi {
  font-style: italic
}

.tar {
  text-align: right
}

.tdt {
  text-decoration: line-through
}

.tdu {
  text-decoration: underline
}

.center {
  text-align: center
}

.ttu {
  text-transform: uppercase
}

.ttn {
  font-family: TTNorms
}

.title {
  font-size: 2.76vw
}

.t-min {
  font-size: 1.875vw
}

.t-ss {
  font-size: 1.5vw
}

.t-min2 {
  font-size: 1.5625vw
}

.text {
  font-size: .885vw
}

.text-md {
  font-size: 1.042vw
}

.tg {
  color: #f78449
}

.tg2 {
  color: #afe4d6
}

a.text-min {
  color: #181818;
  transition: all .4s
}

a.text-min:hover {
  color: #ff7200
}

.small-text {
  font-size: .92vw
}

.tsm8 {
  font-size: .55vw
}

.tsm10 {
  font-size: .61vw
}

.tsm11 {
  font-size: .7vw
}

.tsm12 {
  font-size: .677vw
}

.tsm13 {
  font-size: .88125vw
}

.text24 {
  font-size: 1.25vw
}

.text23 {
  font-size: 1.3vw
}

.text21 {
  font-size: 1.2vw
}

.container {
  max-width: 81.771vw;
  margin: 0 auto
}

.container-big {
  max-width: 85.9375vw;
  margin: 0 auto
}

.container-min {
  max-width: 81.771vw;
  margin: 0 auto
}

.container-mid {
  max-width: 84.896vw;
  margin: 0 auto
}

.container--left {
  width: 100%;
  padding-left: 8.7625vw
}

.container--right {
  width: 100%;
  padding-right: 7.5vw
}

.mlg {
  margin-bottom: 4.167vw
}

.msm {
  margin-bottom: 3.333vw
}

.mb {
  margin-bottom: 1.083vw
}

.mbm {
  margin-bottom: .7vw
}

.mbs {
  margin-bottom: 1vw
}

.stop {
  overflow: hidden
}

.section {
  padding: 6vw 0;
  position: relative
}

.max {
  width: 100%
}

.btn-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  white-space: nowrap;
  text-shadow: 0 0 21px rgba(40, 39, 40, .36)
}

.gr {
  color: #8d8d8d
}

.btn {
  padding: 1vw 2.1875vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  border-radius: 100px;
  z-index: 6;
  cursor: pointer;
  background: #06b191;
  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;
  box-shadow: inset -16px -16px 32px rgba(255, 255, 255, .1), inset 0 16px 32px rgba(255, 255, 255, .26);
  transition: .3s;
  opacity: 0
}

.btn--arrow svg {
  width: 1.25vw;
  margin-left: .521vw
}

.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;
  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: #28977c
}

.btn.btn--gray {
  background-color: #f0f0f0;
  box-shadow: none;
  color: #282728
}

.btn.btn--gray:hover {
  background-color: #e3e3e3
}

.btn.btn--light {
  background-color: #fff;
  box-shadow: 0 0 50px rgba(57, 203, 89, .1);
  border: 1px solid transparent;
  color: #06b191
}

.btn.btn--light:hover {
  border-color: #06b191
}

.btn.btn--outline {
  border: 2px solid #06b191;
  background: 0 0;
  box-shadow: none;
  color: #06b191
}

.btn.btn--outline:hover {
  background: #06b191;
  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;
  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 #06b191;
  transition: all .4s
}

.link--underline:hover:before {
  width: 40%
}

.link:not(.link--underline):hover {
  color: #06b191
}

.link.link--colored {
  color: #06b191
}

.link.link--colored::before {
  border-color: #06b191
}

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-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 20px
  }

  .container-min {
    max-width: 90vw;
    margin: 0 auto
  }

  .container-md {
    max-width: 90vw;
    margin: 0 auto
  }

  .container-mm {
    max-width: 90vw;
    margin: 0 auto
  }

  .mlg {
    margin-bottom: 4.5rem
  }

  .msm {
    margin-bottom: 2.4rem
  }

  .mb {
    margin-bottom: 1.5rem
  }

  .mbm {
    margin-bottom: .7rem
  }

  .mbs {
    margin-bottom: .41rem
  }

  .section {
    padding: 6rem 0
  }

  .mrm {
    margin-right: .5rem
  }

  .mr {
    margin-right: 1rem
  }

  .mrs {
    margin-right: 1.5rem
  }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

h1 {
  font-size: 2em;
  margin: 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

div.fancy-select {
  position: relative;
  font-size: .9375vw;
  color: #fff;
  cursor: pointer;
  width: 100%;
  z-index: 99
}

div.fancy-select.disabled {
  opacity: .5
}

div.fancy-select div.trigger {
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 100px;
  padding-left: 1.823vw;
  background-color: #f4f4f4;
  border: none;
  color: #282728;
  font-size: .9375vw;
  height: 3.646vw;
  width: 100%;
  transition: all 240ms ease-out
}

div.fancy-select div.trigger:after {
  content: '';
  border: solid #3974f4;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: .15vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 1.5vw;
  transition: .3s;
  margin-top: -3px;
  z-index: 9
}

div.fancy-select div.trigger.open {
  box-shadow: none
}

div.fancy-select div.trigger.open:after {
  transform: rotate(0)
}

div.fancy-select ul.options {
  padding-left: 0;
  list-style: none;
  margin: 0;
  margin-top: -2px;
  position: absolute;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  overflow: auto;
  background-color: #f4f4f4;
  width: 100%;
  max-height: 30vw;
  overflow-y: auto;
  overflow-x: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: opacity .3s ease-out, top .3s ease-out, visibility .3s ease-out;
  -webkit-transition: opacity .3s ease-out, top .3s ease-out, visibility .3s ease-out;
  -moz-transition: opacity .3s ease-out, top .3s ease-out, visibility .3s ease-out;
  -ms-transition: opacity .3s ease-out, top .3s ease-out, visibility .3s ease-out;
  -o-transition: opacity .3s ease-out, top .3s ease-out, visibility .3s ease-out
}

div.fancy-select ul.options.open {
  visibility: visible;
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, .07);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-top: 1.5vw;
  z-index: -1;
  top: 60%;
  transition: opacity .3s ease-out, top .3s ease-out;
  -webkit-transition: opacity .3s ease-out, top .3s ease-out;
  -moz-transition: opacity .3s ease-out, top .3s ease-out;
  -ms-transition: opacity .3s ease-out, top .3s ease-out;
  -o-transition: opacity .3s ease-out, top .3s ease-out
}

div.fancy-select ul.options.overflowing {
  top: 100%;
  transition: opacity .3s ease-out, bottom .3s ease-out, visibility .3s ease-out;
  -webkit-transition: opacity .3s ease-out, bottom .3s ease-out, visibility .3s ease-out;
  -moz-transition: opacity .3s ease-out, bottom .3s ease-out, visibility .3s ease-out;
  -ms-transition: opacity .3s ease-out, bottom .3s ease-out, visibility .3s ease-out;
  -o-transition: opacity .3s ease-out, bottom .3s ease-out, visibility .3s ease-out
}

div.fancy-select ul.options.overflowing.open {
  top: 100%;
  transition: opacity .3s ease-out, bottom .3s ease-out;
  -webkit-transition: opacity .3s ease-out, bottom .3s ease-out;
  -moz-transition: opacity .3s ease-out, bottom .3s ease-out;
  -ms-transition: opacity .3s ease-out, bottom .3s ease-out;
  -o-transition: opacity .3s ease-out, bottom .3s ease-out
}

div.fancy-select ul.options li {
  text-align: left;
  padding: 1.1vw;
  color: #9699a9;
  cursor: pointer;
  white-space: nowrap;
  margin: 0;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out
}

div.fancy-select ul.options li:before {
  display: none
}

div.fancy-select ul.options li.selected {
  color: #e03d1c
}

div.fancy-select ul.options li.hover {
  color: #e03d1c;
  cursor: pointer
}

.to_top {
  position: fixed;
  right: 2.5vw;
  bottom: 1.5vw;
  box-shadow: 0 0 84px rgba(0, 108, 163, .41);
  background-color: #dcbf8b;
  width: 3.5vw;
  height: 3.5vw;
  border-radius: 100%;
  padding: .7vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 189;
  opacity: 0;
  transform: scale(0);
  transition: all .4s
}

.to_top:before {
  content: '';
  position: relative;
  border: .8vw solid transparent;
  border-bottom: 1vw solid #fff;
  transform: translateY(-25%);
  transition: all .4s
}

.to_top.act {
  opacity: 1;
  transform: scale(1)
}

.to_top:hover:before {
  transform: translateY(-37%)
}

.lh114 {
  line-height: 114%
}

.lh120 {
  line-height: 120%
}

.lh130 {
  line-height: 130%
}

.lh140 {
  line-height: 140%
}

.lh142 {
  line-height: 142%
}

.lh150 {
  line-height: 150%
}

.lh155 {
  line-height: 155%
}

.lh265 {
  line-height: 265%
}

.lh300 {
  line-height: 300%
}

.ls02 {
  letter-spacing: .2em
}

.ls015 {
  letter-spacing: .15em
}

.online {
  position: relative;
  padding-left: .625vw
}

.online::before {
  content: '';
  border-radius: 50%;
  width: .365vw;
  height: .365vw;
  background-color: #52b060;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  -webkit-animation: online 2s infinite;
  animation: online 2s infinite
}

.socials {
  display: flex;
  gap: .3125vw
}

.socials-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.604vw;
  height: 2.604vw;
  border-radius: 50%;
  transition: .3s
}

.socials-item:hover {
  transform: scale(1.05)
}

.socials-item.is-viber {
  background-color: #7460f3
}

.socials-item.is-viber img {
  width: 1.042vw
}

.socials-item.is-whatsapp {
  background-color: #25d266
}

.socials-item.is-whatsapp img {
  width: 1.042vw
}

.socials-item.is-telegram {
  background-color: #00a2f2
}

.socials-item.is-telegram img {
  width: .99vw
}

.phone {
  display: flex;
  align-items: center
}

.phone img {
  width: .885vw;
  margin-right: .521vw;
  margin-bottom: .2vw
}

.colored {
  color: #ad8a06
}

.mbl {
  margin-bottom: 2.708vw
}

.btn.btn--pdf .btn-logo {
  margin-right: .633vw;
  transition: .3s
}

.btn.btn--pdf:hover .btn-logo {
  color: #fff
}

.area,
.input {
  height: 3.427vw;
  padding-left: 2.5vw;
  background: #fff;
  border-radius: 100px;
  width: 100%;
  position: relative;
  border: 0
}

.fz8 {
  font-size: .417vw
}

.fz10 {
  font-size: .521vw
}

.fz11 {
  font-size: .573vw
}

.fz12 {
  font-size: .625vw
}

.fz13 {
  font-size: .677vw
}

.fz14 {
  font-size: .729vw
}

.fz15 {
  font-size: .78125vw
}

.fz16 {
  font-size: .833vw
}

.fz17 {
  font-size: .885vw
}

.fz18 {
  font-size: .9375vw
}

.fz20 {
  font-size: 1.042vw
}

.fz22 {
  font-size: 1.146vw
}

.fz24 {
  font-size: 1.25vw
}

.fz25 {
  font-size: 1.302vw
}

.fz27 {
  font-size: 1.40625vw
}

.fz30 {
  font-size: 1.5625vw
}

.fz32 {
  font-size: 1.667vw
}

.fz36 {
  font-size: 1.875vw
}

.fz40 {
  font-size: 2.383vw
}

.fz46 {
  font-size: 2.396vw
}

.fz48 {
  font-size: 2.5vw
}

.fz481 {
  font-size: 1.7vw
}
.fz50 {
  font-size: 2.604vw
}

.fz55 {
  font-size: 2.865vw
}

.fz60 {
  font-size: 3.125vw
}

.fz64 {
  font-size: 3.333vw
}

.fz70 {
  font-size: 3.646vw
}

.fz75 {
  font-size: 3.90625vw
}

.fz100 {
  font-size: 5.208vw
}

.fz115 {
  font-size: 5.99vw
}

@-webkit-keyframes online {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes online {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0
  }

  50% {
    opacity: .5
  }

  100% {
    opacity: 1
  }
}

@keyframes opacity {
  0% {
    opacity: 0
  }

  50% {
    opacity: .5
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes animPulse {
  0% {
    opacity: 0;
    transform: scale(1)
  }

  50% {
    opacity: .5
  }

  100% {
    opacity: 0;
    transform: scale(1.8)
  }
}

@keyframes animPulse {
  0% {
    opacity: 0;
    transform: scale(1)
  }

  50% {
    opacity: .5
  }

  100% {
    opacity: 0;
    transform: scale(1.8)
  }
}

@-webkit-keyframes scroll {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-25%)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes scroll {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-25%)
  }

  100% {
    transform: translateY(0)
  }
}

@-webkit-keyframes loadingBg {
  0% {
    background-position: 2%
  }

  100% {
    background-position: 100%
  }
}

@keyframes loadingBg {
  0% {
    background-position: 2%
  }

  100% {
    background-position: 100%
  }
}

@media (max-width:767px) {
  .container-big {
    max-width: 90vw;
    margin: 0 auto
  }

  .fz10 {
    font-size: 1rem
  }

  .fz11 {
    font-size: 1.1rem
  }

  .fz12 {
    font-size: 1.2rem
  }

  .fz13 {
    font-size: 1.2rem
  }

  .fz14 {
    font-size: 1.2rem
  }

  .fz15 {
    font-size: 1.2rem
  }

  .fz16 {
    font-size: 1.2rem
  }

  .fz17 {
    font-size: 1.3rem
  }

  .fz18 {
    font-size: 1.5rem !important
  }
  .file {
    margin-bottom: 5vw !important;
}

  .fz20 {
    font-size: 1.6rem
  }

  .fz22 {
    font-size: 1.8rem
  }

  .fz24 {
    font-size: 1.8rem
  }

  .fz25 {
    font-size: 2rem
  }

  .fz27 {
    font-size: 1.40625rem
  }

  .fz30 {
    font-size: 1.6rem
  }

  .fz36 {
    font-size: 2rem
  }

  .fz40 {
    font-size: 2.083rem
  }

  .fz46 {
    font-size: 2.396rem
  }

  .fz48 {
    font-size: 2.5rem
  }

  .fz55 {
    font-size: 2.565rem
  }

  .fz60 {
    font-size: 3.1rem
  }

  .fz60 br {
    display: none
  }

  .fz70 {
    font-size: 3.2rem
  }

  .fz75 {
    font-size: 3.5rem
  }

  .fz100 {
    font-size: 3.5rem
  }

  .fz8 {
    font-size: 1rem
  }

  .online {
    padding-left: 1.198rem
  }

  .online::before {
    width: .417rem;
    height: .417rem;
    top: .3rem
  }

  .socials {
    gap: .625rem
  }

  .socials-item {
    width: 3rem;
    height: 3rem
  }

  .socials-item.is-whatsapp img {
    width: 1.2rem
  }

  .socials-item.is-telegram img {
    width: 1.2rem
  }

  .phone img {
    width: .677rem;
    margin-right: .521rem;
    margin-bottom: .3rem
  }

  .mbl {
    margin-bottom: 2.708rem
  }

  .area,
  .input {
    padding: 1.5625rem 2.604rem;
    line-height: 1.042rem
  }

  .btn {
    padding: 2.135rem 2.396rem
  }

  .btn--arrows {
    gap: 1rem
  }

  .btn.btn--pdf .btn-logo {
    margin-right: .833rem
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.615vw;
  padding-bottom: 2.1875vw
}

.logo {
  display: flex;
  align-items: center
}

.logo__img {
  display: flex;
  width: 13.75vw;
  margin-right: 2.083vw
}

.btn.btn--save svg {
  width: 1.042vw;
  margin-right: .521vw
}

.btn.btn--save svg path {
  transition: .3s
}

.btn.btn--save:hover svg path {
  fill: #fff
}

.header-item {
  display: flex;
  flex-direction: column;
  align-items: center
}

.social {
  display: flex;
  width: 2.708vw;
  margin: 0 3px;
  transition: .3s
}

.social:hover {
  transform: scale(1.05)
}

.mob {
  display: none
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #fff;
  box-shadow: 0 0 100px rgba(0, 0, 0, .05);
  border-radius: 3px
}

.nav__item {
  letter-spacing: .09em;
  display: flex;
  border-right: 1px solid rgba(0, 0, 0, .05);
  white-space: nowrap;
}

.nav__item:last-child {
  border: 0
}

.nav__item a {
  padding: 1.1875vw 4.5vw;
  transition: .3s
}

.nav__item a:hover {
  background: #06b191;
  color: #fff
}

@media (max-width:767px) {
  .header__inner {
    padding-top: .8rem;
    padding-bottom: .8rem;
    z-index: 999;
    position: relative
  }

  .header__inner .logo p {
    display: none
  }

  .header__inner .btn--save {
    display: none
  }

  .header__inner .header-item--socials {
    display: none
  }

  .header__inner .online {
    font-size: 8px
  }

  .header__inner .fz16.link {
    font-size: 13px
  }

  .logo__img {
    width: 12.6rem;
    margin-right: 0
  }

  .btn.btn--save svg {
    width: 2rem;
    margin-right: 1.1rem
  }

  .social {
    width: 6.1rem
  }

  .mob {
    display: flex
  }

  .nav__item a {
    padding: 1.2rem 0
  }

  .fz16 {
    font-size: 12px
  }

  .online::before {
    width: .4rem;
    height: .4rem;
    top: .5rem
  }

  .fz22 {
    font-size: 15px
  }

  .nav {
    z-index: 998;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding-top: 85px;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    transform: translateX(-100%);
    transition: all .4s ease-in
  }

  .nav .btn {
    padding: 20px 35px
  }

  .nav .btn .btn-text {
    font-size: 13px;
    text-shadow: none
  }

  .nav.active {
    transform: translateX(0)
  }

  .nav__inner {
    flex-direction: column;
    align-items: center;
    background: 0 0;
    box-shadow: none;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 20px
  }

  .nav__item {
    border: 0
  }

  .header-item.mob {
    margin-bottom: 40px
  }

  .header-item.mob .fz16 {
    font-size: 10px;
    margin-bottom: 16px
  }
}

.index-main {
  background: #fff url(../img/hero-bg.jpg) top no-repeat;
  background-size: cover
}

.index-main .hero {
  padding-top: 6.25vw;
  padding-bottom: 13.385vw
}

.index-main .hero-text {
  margin-bottom: 2.083vw
}

.index-main h1 {
  text-shadow: 1px 1px 2px rgb(255 255 255), 0 0 1em rgb(255 255 255 / 0%);
  margin-bottom: 3.125vw
}

.hero-text {
  display: flex;
  align-items: center
}

.hero-text .circles {
  margin-right: 1.146vw;
  margin-top: .2vw
}

.circles {
  display: flex;
  align-items: center;
  gap: .365vw
}

.circles span {
  width: .521vw;
  height: .521vw;
  border-radius: 50%;
  -webkit-animation: opacity 1s infinite;
  animation: opacity 1s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  border: 2px solid #06b191
}

.circles span:nth-child(2) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

.circles span:nth-child(3) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.hero-btns {
  display: flex
}

.hero-btns .btn {
  padding: 1.5625vw 3.021vw;
  margin-right: 1.198vw
}

.quiz-main .hero-btns .btn {
  padding: 1.4625vw 3.821vw
}

.quiz-vantages .vantages-item {
  position: relative;
  z-index: 1
}

.quiz-vantages .vantages-item::before {
  content: '';
  position: absolute;
  left: 4.5vw;
  top: -4vw;
  background: #fff;
  filter: blur(3.8125vw);
  width: 13.59375vw;
  height: 13.59375vw;
  z-index: -1
}

.modal-wait__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left
}

.modal-wait {
  padding: 3.333vw 4.542vw 3.49vw 5vw
}

.modal-wait .btn,
.modal-wait .form-group {
  width: 18.542vw;
  margin-bottom: .833vw;
  z-index: 1
}

.modal-wait__mockup {
  position: absolute;
  right: -3.7vw;
  bottom: -6.4vw;
  width: 53.125vw;
  pointer-events: none
}

@media (max-width:767px) {
  .quiz-main .hero-btns .btn {
    padding: 1.4625rem 3.821rem
  }

  .index-main {
    background: #fff url(../img/hero-bg-sm.jpg) top no-repeat;
    background-size: cover
  }

  .index-main .hero {
    padding-top: 2.4rem;
    padding-bottom: 9.2rem
  }

  .index-main .hero-text {
    margin-bottom: 1.6rem
  }

  .index-main h1 {
    margin-bottom: 3.2rem;
    font-size: 3.1rem;
    text-align: center
  }

  .lead-main .hero,
  .quiz-main .hero {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem
  }

  .lead-main .hero-text,
  .quiz-main .hero-text {
    margin-bottom: 1.6rem
  }

  .lead-main h1,
  .quiz-main h1 {
    margin-bottom: 3.2rem;
    font-size: 2.6rem;
    text-align: center
  }

  .lead-main .fz36.mb {
    text-align: center
  }

  .lead-main .fz36.mb br {
    display: none
  }

  .lead-main .btn.btn--arrow {
    padding: 14px 53px
  }

  .fz46 {
    font-size: 16px
  }

  .hero-text .circles {
    margin-right: 1rem;
    margin-top: 0
  }

  .circles {
    gap: .25rem
  }

  .circles span {
    width: .4rem;
    height: .4rem;
    border: 1px solid #06b191
  }

  .hero-btns {
    flex-direction: column;
    align-items: center
  }

  .hero-btns .btn {
    padding: 14px 53px;
    margin-right: 0;
    margin-bottom: 1.6rem;
    width: 80%
  }

  .hero-btns .btn .btn-text {
    font-size: 13px
  }

  .btn--arrow svg {
    width: 2.1rem;
    margin-left: 1rem
  }
}

.vantages {
  padding-top: 4.167vw
}

.vantages-items {
  display: flex;
  align-items: center;
  
  justify-content: space-around !important;
}
.vantages-items1 {
  display: flex;
  align-items: center;
  
  justify-content: space-around !important;
}

.vantages-item {
  display: flex;
  padding-right: 1rem;
  align-items: center
}

.vantages-item__img {
  display: flex;
  width: 4.6875vw;
  margin-right: .9375vw
}

@media (max-width:767px) {
  .vantages {
    padding-top: 4.8rem;
    padding-bottom: 6.4rem
  }


  .vantages-item {
    width: 127px;
    flex-direction: column;
    align-items: center;
    text-align: center
  }

  .vantages-item p {
    font-size: 15px
  }

  .vantages-item__img {
    display: flex;
    width: 4.8rem;
    margin-right: 0;
    margin-bottom: 8px
  }
}

.product {
  padding-top: 0
}

.product-btns {
  display: flex;
  justify-content: center;
  margin-bottom: 3.646vw
}

.product-btn {
  display: flex;
  align-items: center;
  letter-spacing: .03em;
  border: 0;
  padding: 0;
  background: 0 0;
  margin-right: 4.271vw;
  transition: .3s;
  cursor: pointer
}

.product-btn .btn-text {
  text-shadow: none
}

.product-btn:last-child {
  margin-right: 0
}

.product-btn:hover {
  color: #06b191
}

.product-btn:hover svg path {
  fill: #06b191;
  opacity: 1
}

.product-btn.is-active {
  color: #06b191
}

.product-btn.is-active svg path {
  fill: #06b191;
  opacity: 1
}

.product-btn.is-active svg {
  transform: rotate(180deg)
}

.product-btn svg {
  display: flex;
  width: .78125vw;
  margin-left: .833vw;
  transition: .3s
}

.product-btn svg path {
  transition: .3s
}

.product-items {
  display: flex;
  gap: 0.59vw;
  flex-wrap: wrap
}

.product-item {
  padding: 2.24vw 1vw 7.5vw 1vw;
  width: 20vw;
  background: #fff;
  border: 1px solid #f1efef;
  border-radius: 1.5625vw;
  position: relative
}

.product-item .btn {
  position:absolute;
	bottom:0;
  width: 90%;
  margin-bottom: 30px;
  padding: 1.198vw
}

.product-badges {
  position: absolute;
  top: 1.25vw;
  right: 1.25vw;
  z-index: 1;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end
}

.product-badge {
  border-radius: 500px;
  padding: .104vw .677vw;
  margin-bottom: .417vw;
  color: #fff
}

.product-badge span {
  font-size: 0.7vw;
}

.product-badge--stock {
  background: #06b191
}

.product-badge--hit {
  background: #f15207
}

.product-badge--order {
  background: #e30000
}

.product-slider.slick-slider {
  margin: 0 auto;
  margin-bottom: 3.229vw;
  width: 11.875vw
}

.product-slider.slick-slider .slick-arrow {
  display: flex;
  width: .573vw
}

.product-slider.slick-slider .slick-arrow::before {
  display: none
}

.product-slider.slick-slider .slick-arrow:hover svg path {
  fill: #06b191;
  opacity: 1
}

.product-slider.slick-slider .slick-arrow svg path {
  transition: .3s
}

.product-slider.slick-slider .slick-prev {
  left: -1.615vw
}

.product-slider.slick-slider .slick-next {
  right: -1.615vw
}

.product-slider.slick-slider .slick-dots {
  bottom: -1.823vw
}

.slick-dots li {
  width: .417vw;
  height: .417vw;
  margin: 0 .208vw
}

.slick-dots li.slick-active button {
  background: #06b191
}

.slick-dots li button {
  width: .417vw;
  height: .417vw;
  padding: 0;
  background: #f0f3fa;
  border-radius: 50%;
  transition: .3s
}

.slick-dots li button:hover {
  background: #06b191
}

.slick-dots li button::before {
  display: none
}

.product-title {
  margin-bottom: .78125vw
}

.product-size {
  margin-bottom: .78125vw
}

.product-price {
  margin-bottom: 1.5625vw
}

.product-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 3.646vw
}

.product-more-btn {
  display: flex;
  align-items: center;
  cursor: pointer
}

.product-more-btn svg {
  margin-left: .521vw;
  width: .99vw
}

.cases-more-btn svg {
  width: .99vw
}

.play img {
  width: 1.198vw
}

.material-check__img img {
  width: 1.042vw
}

.create-sm {
  display: none
}

.create-form {
  position: relative;
  padding-bottom: 0;
  border-radius: 30px;
}

.create-wrapper {
  position: relative;
  z-index: 1
}
@media (max-width:767px) {
  .create-form {
    border-radius: 20px;
    overflow: hidden
  }

  .create-form h2 {
    position: relative;
    z-index: 1
  }

  .create-sm {
    display: flex;
    width: 686px;
    position: absolute;
    right: -10px;
    bottom: -10px
  }

  .create-sm img {
    width: 100%
  }

  .hero-text {
    justify-content: center
  }

  .cases-more-btn svg {
    width: .99rem
  }

  .product {
    padding-bottom: 64px
  }

  .product-btns {
    margin-bottom: 0;
    justify-content: flex-start
  }

  .product-btns .btn-text {
    font-size: 15px
  }

  .product-btn {
    margin-right: 2rem
  }

  .product-btn svg {
    width: .9rem;
    margin-left: .6rem
  }

  .product-items {
    gap: 1.7rem
  }

  .product-item {
    padding: 17px 37px 50px 37px;
    width: 100%;
    border-radius: 30px;
    text-align: center
  }

  .product-item .btn {
    padding: 23px;
    width: 80%;
    position: inherit;
    margin: 40px 0 0;
  }

  .product-item .btn .btn-text {
    font-size: 14px;
    text-shadow: none
  }

  .product-badges {
    top: 1.5rem;
    right: 1.5rem
  }

  .product-badge {
    padding: 0 .7rem;
    margin-bottom: .6rem
  }

  .product-badge span {
    font-size: 8px;
    line-height: 22px
  }

  .product-slider.slick-slider {
    margin-bottom: 4rem;
    width: 22.1rem
  }

  .product-slider.slick-slider .slick-arrow {
    width: 1rem
  }

  .product-slider.slick-slider .slick-prev {
    left: -2rem
  }

  .product-slider.slick-slider .slick-next {
    right: -2rem
  }

  .product-slider.slick-slider .slick-dots {
    bottom: -2.4rem
  }

  .slick-dots li {
    width: .7rem;
    height: .7rem;
    margin: 0 .4rem
  }

  .slick-dots li button {
    width: .7rem;
    height: .7rem
  }

  .product-title {
    margin-bottom: .6rem;
    font-size: 18px;
    line-height: 17px
  }

  .product-size {
    margin-bottom: .6rem;
    font-size: 14px;
    line-height: 14px
  }

  .product-price {
    margin-bottom: .6rem;
    font-size: 20px;
    line-height: 32px
  }

  .product-btns-wrapper {
    margin-top: 2.3rem;
    overflow: auto;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem
  }

  .product-more-btn svg {
    margin-left: .521rem
  }

  h2 {
    font-size: 27px
  }

  .swipe {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px
  }

  .swipe p {
    font-size: 10px;
    line-height: 13px;
    letter-spacing: .03em;
    color: rgba(0, 0, 0, .5)
  }

  .swipe__img {
    display: flex;
    margin-left: 13px
  }

  .product-btn-wrapper {
    margin-top: 2.2rem
  }

  .product-btn-wrapper .link {
    font-size: 10px
  }

  .product-more-btn svg {
    margin-left: 1rem;
    width: 12px
  }
}

.catalog {
  padding-top: 0;
  padding-bottom: 12vw
}

.catalog-inner {
  display: flex;
  justify-content: space-between;
  padding-right: 11.458vw
}

.catalog-left {
  display: flex;
  /* text-shadow: rgb(255 255 255) 1px 1px 2px, rgb(255 255 255 / 0%) 0px 0px 1em; */
  flex-direction: column;
  align-items: flex-start;
}

.catalog-left .mb {
  margin-bottom: 2.708vw
}

.catalog-badge {
  background: #f15207;
  border-radius: 500px;
  padding: .529vw 1.90625vw;
  color: #fff
}

.catalog-form {
  background: rgba(255, 255, 255, .89);
  border-radius: 1.5625vw;
  padding: 1.865vw 2.448vw 0;
  display: flex;
  flex-direction: column;
  align-items: center
}

.catalog-form .btn,
.catalog-form .form-group {
  width: 18.542vw;
  margin-bottom: 1.302vw
}

.catalog-form .btn {
  padding: 1.083vw
}

.form-group__label {
  margin-bottom: .78125vw;
  padding-left: 2.396vw
}

.catalog-img {
  display: flex;
  width: 100vw;
  position: absolute;
  left: 0;
  top: -3vw;
  z-index: -1
}

.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: 100px;
  height: 3.90625vw;
  padding-left: 2.396vw;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 0
}

.select-images {
  display: flex;
  width: 2.604vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: .833vw
}

.policy {
  display: flex;
  align-items: center;
  gap: .729vw;
  cursor: pointer
}

.policy__check {
  width: 1.042vw;
  height: 1.042vw;
  border-radius: 7px;
  background: #06b191;
  border: 1px solid #06b191;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

.policy__check img {
  display: none
}

input:checked~.policy__check img {
  display: block
}

.catalog-img img:last-child {
  display: none
}
.comp{
  display: block;
}
@media (max-width:767px) {
  .comp{
    display: none;
  }
  .catalog {
    padding-bottom: 15rem
  }

  .catalog-inner {
    padding-right: 0;
    flex-direction: column;
    align-items: center
  }

  .catalog-left {
    text-align: center;
    align-items: center
  }

  .catalog-left h2 {
    max-width: 20rem
  }

  .catalog-left .mb {
    margin-bottom: 1.6rem
  }

  .fz32 {
    font-size: 20px
  }

  h2 {
    font-size: 27px !important
  }

  .catalog-badge {
    padding: .9rem 1.6rem;
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 40px
  }

  .catalog-form {
    border-radius: 3rem;
    padding: 3.2rem 1.5rem;
    width: 90%;
    background: rgb(143 143 143 / 62%);
  }

  .catalog-form .btn,
  .catalog-form .form-group {
    width: 100%;
    margin-bottom: 2.4rem
  }

  .catalog-form .btn {
    padding: 1.6rem
  }

  .form-group__label {
    margin-bottom: .78125rem;
    padding-left: 2.396rem
  }

  .catalog-img {
    top: -20.7rem;
    left: -544px;
    width: 1275px
  }

  .catalog-img img:first-child {
    display: none
  }

  .catalog-img img:last-child {
    display: block
  }

  .select-wrapper::before {
    width: 1rem;
    height: .6rem;
    left: 1rem
  }

  .select {
    height: 6rem;
    padding-left: 2.396rem
  }

  .select-images {
    width: 3.5rem;
    right: 1rem
  }

  .input {
    height: 6rem;
    font-size: 10px
  }

  .btn .btn-text {
    font-size: 14px
  }

  .policy {
    gap: .8rem
  }

  .policy__text {
    font-size: 8px
  }

  .policy .link {
    display: inline
  }

  .policy__check {
    width: 2rem;
    min-width: 2rem;
    height: 2rem
  }
}

.team {
  padding-top: 0
}

.team-top__img {
  display: flex;
  width: 14.6875vw
}

.team-top .mb {
  margin-bottom: 2.083vw
}

.team-checks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    width: 29.8vw;
}

.slick-arrow svg {
  width: 100%;
  height: 100%
}

.team-check {
  display: flex;
  margin-bottom: 2.24vw;
  margin-right: 2.8125vw;
      width: 12.079vw;
}

.team-check__img {
  width: 2.24vw;
  height: 2.24vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 37px rgba(0, 0, 0, .03);
  border-radius: 50%;
  margin-right: 1.40625vw
}

.team-check__img img {
  width: .625vw
}

.team-bg {
  display: flex;
  width: 100vw;
  position: absolute;
  left: 0;
  top: 1vw;
  z-index: -1
}

.team-slider {
  width: 50.99vw;
  position: absolute;
  right: 0;
  bottom: 14.4vw
}

.team-slide {
  position: relative
}

.team-slide__content {
  position: absolute;
    top: 12.90625vw;
    right: 1.4625vw;
  display: flex;
  flex-direction: column;
  align-items: center
}

.team-slide__name {
  padding: .833vw 1.71875vw;
  background: #f15207;
  border-radius: .78125vw;
  color: #fff;
  margin-bottom: .365vw;
  transform: skewX(-12deg)
}

.team-nav-wrapper {
  padding: 2.708vw;
  background: #fff;
  border-radius: 1.823vw;
  display: flex;
  justify-content: center
}

.team-navs {
  width: 67.65625vw
}

.team-navs .slick-arrow::before {
  display: none
}

.team-slider .slick-arrow::before {
  display: none
}

.team-navs .slick-next,
.team-navs .slick-prev {
  width: 3.333vw;
  height: 3.333vw;
  z-index: 1;
  border-radius: 50%;
  transition: .3s
}

.team-slider .slick-next, .team-slider .slick-prev {
    width: 3.333vw;
    height: 3.333vw;
    z-index: 1;
    border-radius: 50%;
    transition: .3s;
}

.team-slider .slick-next circle,
.team-slider .slick-next path,
.team-slider .slick-prev circle,
.team-slider .slick-prev path {
  transition: .3s
}

.team-slider .slick-next:hover,
.team-slider .slick-prev:hover {
  background: #06b191
}

.team-slider .slick-next:hover circle,
.team-slider .slick-prev:hover circle {
  stroke: #06b191
}

.team-slider .slick-next:hover path,
.team-slider .slick-prev:hover path {
  fill: #fff;
  opacity: 1
}

.team-navs .slick-next circle,
.team-navs .slick-next path,
.team-navs .slick-prev circle,
.team-navs .slick-prev path {
  transition: .3s
}

.team-navs .slick-next:hover,
.team-navs .slick-prev:hover {
  background: #06b191
}

.team-navs .slick-next:hover circle,
.team-navs .slick-prev:hover circle {
  stroke: #06b191
}

.team-navs .slick-next:hover path,
.team-navs .slick-prev:hover path {
  fill: #fff;
  opacity: 1
}

.team-navs .slick-prev {
  left: -3.602vw
}

.team-navs .slick-next {
  right: -3.602vw
}

.team-slider .slick-prev {
  left: 2.398vw
}

.team-slider .slick-next {
     right: -1.602vw;
}

.team-bottom {
  position: relative
}

.team-nav.slick-slide {
  display: flex;
  align-items: center;
  justify-content: center
}

.team-nav.slick-current .team-nav__img::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background: rgba(241, 82, 7, .3);
  z-index: 1
}

.team-nav__img {
  display: flex;
  width: 8.90625vw;
  height: 8.90625vw;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-right: 1.771vw
}

.team-nav__img img {
  position: absolute;
  max-width: unset;
  max-height: unset;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover
}

.footer-item {
  display: flex;
  flex-direction: column;
  align-items: center
}

.footer-opacity {
  opacity: .15
}

@media (max-width:767px) {
  .team-top {
    text-align: center
  }

  .team-top__img {
    width: 25.6rem;
    margin-bottom: 2.4rem
  }

  .team-top .mb {
    margin-bottom: 2.4rem
  }

  .team-top .fz40 {
    margin-bottom: 8px
  }

  .team-top .fz20 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 30px
  }

  .team-top .fz20 br {
    display: none
  }

  .team-checks {
    width: 32.6rem;
    gap: 2rem;
    margin-bottom: 21px
  }

  .team-check {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    width: 15.3rem
  }

  .team-check p {
    font-size: 14px
  }

  .team-check__img {
    width: 3.4rem;
    height: 3.4rem;
    margin-right: 0;
    margin-bottom: 1rem
  }

  .team-check__img img {
    width: 1rem
  }

  .team-bg {
    width: 100rem;
    top: 1rem
  }

  .team-slider {
    width: 22.4rem;
    bottom: unset;
    position: relative
  }

  .team-bottom {
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .team-slide__content {
    display: none
  }

  .team-slide__name {
    padding: .833rem 1.71875rem;
    border-radius: .78125rem;
    margin-bottom: .365rem
  }

  .team-nav-wrapper {
    padding: 1.6rem;
    border-radius: 20px
  }

  .team-navs {
    width: 21.4rem
  }

  .team-navs.slick-dotted.slick-slider {
    margin-bottom: 0
  }

  .team-navs .slick-dots {
    bottom: -4rem
  }

  .team-navs .slick-next,
  .team-navs .slick-prev {
    width: 3.333rem;
    height: 3.333rem
  }

  .team-navs .slick-prev {
    left: -3.602rem
  }

  .team-navs .slick-next {
    right: -3.602rem
  }

  .team-nav__img {
    width: 8.90625rem;
    height: 8.90625rem;
    margin-right: 1.771rem
  }

  .team-top {
    display: flex;
    flex-direction: column;
    align-items: center
  }
}

.pluses {
  padding-top: 0;
  padding-bottom: 0;
  pointer-events: none
}

.pluses__img {
  display: flex;
  width: 100vw;
  pointer-events: none
}

.pluses-inner {
  margin-top: -23vw;
  position: relative
}

.pluses-item {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 1;
  pointer-events: all
}

.pluses-item__plus {
  width: 2.96vw;
  height: 2.96vw;
  background: #06b191;
  border-radius: 50%;
  position: relative;
  cursor: pointer
}

.pluses-item__plus:hover~.pluses-item__hover {
  opacity: 1
}

.pluses-item__plus::before {
  content: '+';
  width: 1.742vw;
  height: 1.742vw;
  background: #fff;
  box-shadow: 0 0 14px rgba(255, 255, 255, .5);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  font-size: 1vw;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  color: #06b191
}

.pluses-item__plus::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  opacity: .2;
  border-radius: 50%;
  -webkit-animation: animPulse 2s linear infinite;
  animation: animPulse 2s linear infinite;
  z-index: -1
}

.pluses-item__hover {
  height: 2.96875vw;
  border-radius: 100px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-left: 3.802vw;
  padding-right: 3.333vw;
  margin-left: -2.96vw;
  transition: .3s;
  opacity: 0;
  z-index: -1;
  pointer-events: none
}

@media (max-width:767px) {
  .pluses h2 {
    max-width: 30.3rem;
    margin: 0 auto
  }

  .pluses__img {
    width: 100vw
  }

  .pluses-inner {
    margin-top: -5rem
  }

  .pluses-item:hover {
    z-index: 9
  }

  .pluses-item__plus {
    width: 2.4rem;
    min-width: 2.4rem;
    height: 2.4rem
  }

  .pluses-item__plus::before {
    width: 1.4rem;
    height: 1.4rem;
    font-size: .9rem
  }

  .pluses-item__hover {
    height: 2.3rem;
    padding-left: 3.9rem;
    padding-right: 1.2rem;
    margin-left: -2.4rem
  }

  .pluses-item--left .pluses-item__hover {
    position: absolute;
    right: 0;
    white-space: nowrap;
    padding-left: 1.2rem;
    padding-right: 3.9rem;
    margin-left: 0
  }
}

.create {
  padding: 0;
}

.create-wrapper {
  display: flex;
  justify-content: space-between
}

.create-left .mb {
  margin-bottom: 3.125vw
}

.create-left .btn,
.create-left .form-group {
  width: 23.4375vw;
  margin-bottom: 1.146vw
}

.create-form {
  padding: 3.4875vw 3.9vw 3.6875vw 6.146vw;
  background: url(../img/create-bg.png) center no-repeat;
  background-size: contain
}

.create-slider {
  width: 39.271vw;
  padding-top: 2.2vw
}

.create-slider .slick-arrow {
  width: 3.333vw;
  height: 3.333vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 250px rgba(0, 0, 0, .25);
  z-index: 1;
  transition: .3s
}

.create-slider .slick-arrow:hover {
  background: #06b191;
  box-shadow: 0 0 50px rgba(57, 203, 89, .25)
}

.create-slider .slick-arrow:hover path {
  fill: #fff;
  opacity: 1
}

.create-slider .slick-arrow::before {
  display: none
}

.create-slider .slick-arrow svg {
  width: .833vw
}

.create-slider .slick-arrow svg path {
  transition: .3s
}

.create-slider .slick-prev {
  left: -2vw
}

.create-slider .slick-next {
  right: -2vw
}

@media (max-width:767px) {
  .create {
    padding-top: 48px;
    margin-top: 0
  }

  .create h2 {
    max-width: 30rem;
    margin: 0 auto 6px auto
  }

  .create-left {
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .create-left .mb {
    margin-bottom: 3.125rem
  }

  .create-left .btn,
  .create-left .form-group {
    width: 23.9rem;
    margin-bottom: 1rem;
    font-size: 10px
  }

  .create-left .btn svg,
  .create-left .form-group svg {
    width: 12px;
    min-width: 12px
  }

  .create-left .btn .form-group__label,
  .create-left .form-group .form-group__label {
    font-size: 10px
  }

  .create-left .policy {
    margin-bottom: 20px
  }

  .create-left .policy__text {
    color: #000
  }

  .create-left .policy__text .link {
    color: #000
  }

  .create-form {
    padding: 2.2rem 1.5rem;
    background: url(../img/create-bg-sm.png) center no-repeat;
    background-size: cover;
    border-radius: 20px
  }

  .create-slider {
    width: 100%;
    padding-top: 0
  }

  .create-slider .slick-arrow {
    width: 3.333rem;
    height: 3.333rem
  }

  .create-slider .slick-arrow svg {
    width: .833rem
  }

  .create-slider .slick-prev {
    left: -2rem
  }

  .create-slider .slick-next {
    right: -2rem
  }

  .create-wrapper {
    flex-direction: column;
    align-items: center
  }

  .create-left .fz22 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 14px
  }

  .create-left .fz22 br {
    display: none
  }

  .db {
    display: block !important
  }
}

.material {
  padding-top: 8.333vw;
  padding-bottom: 0
}

.material-inner {
  display: flex;
  justify-content: flex-end
}

.material-inner .btn {
  margin-top: 5vw
}

.material-left {
  position: relative
}

.material-checks {
  display: flex
}

.material-checks--column {
  flex-direction: column
}

.material-check {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 6.979vw;
  margin-bottom: 6.042vw
}

.material-check__img {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #06b191;
  box-shadow: 0 0 37px rgba(0, 0, 0, .03);
  border-radius: 50%;
  margin-bottom: 1.042vw;
  width: 2.865vw;
  height: 2.865vw
}

.material-check__img svg {
  width: 1.042vw
}

.material-play {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-left: 7vw
}

.play {
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  width: 7.03125vw;
  height: 7.03125vw;
  background: #06b191;
  box-shadow: 0 0 42px rgba(255, 255, 255, .5);
  border-radius: 50%;
  position: relative
}

.play::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #06b191;
  opacity: .2;
  border-radius: 50%;
  -webkit-animation: animPulse 2s linear infinite;
  animation: animPulse 2s linear infinite;
  z-index: -1
}

.play svg {
  width: 1.40625vw
}

.material-bg {
  display: flex;
  width: 105.573vw;
  left: -1.71875vw;
  top: -9vw;
  position: absolute;
  z-index: -1
}

.material-mob {
  display: none
}

@media (max-width:767px) {
  .material {
    padding-top: 6rem
  }

  .material-inner .btn {
    padding: 20px 28px;
    margin-top: 6.3rem
  }

  .material-inner .btn svg {
    width: 14px
  }

  .material-inner .btn .btn-text {
    font-size: 14px
  }

  .material-checks {
    gap: 22px
  }

  .material-mid {
    margin-bottom: 354px
  }

  .material-check {
    margin-left: 0;
    margin-bottom: 0;
    align-items: center;
    width: 127px
  }

  .material-check p {
    font-size: 14px;
    line-height: 16px
  }

  .material-check__img {
    margin-bottom: .8rem;
    width: 3.4rem;
    height: 3.4rem
  }

  .material-check__img img {
    width: 1rem
  }

  .material-play {
    padding-left: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 265px
  }

  .material-play p {
    width: 20rem;
    margin-bottom: 27px
  }

  .play {
    width: 7.4rem;
    height: 7.4rem
  }

  .play img {
    width: 1.5rem
  }

  .material-bg {
    display: none
  }

  .material-inner {
    flex-direction: column;
    align-items: center;
    text-align: center
  }

  .material-inner h2 {
    max-width: 34.2rem;
    margin: 0 auto 32px auto
  }

  .material-mob {
    display: block
  }

  .material-mob__bg {
    display: flex;
    width: 100vw;
    position: absolute;
    left: 0;
    top: -6rem;
    z-index: -1
  }

  .material-mob__bg img {
    width: 100%
  }

  .material-mob__tree {
    display: flex;
    width: 320px;
    position: absolute;
    top: 275px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1
  }

  .material-mob__badge {
    display: flex;
    width: 149px;
    position: absolute;
    top: 741px;
    left: 0;
    z-index: -1
  }

  .material-checks--column {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 63px
  }

  .material-checks--column .material-check {
    width: 127px
  }

  .material-checks--column .material-check:last-child {
    padding-left: 15rem
  }

  .material-checks--column .material-check:last-child p {
    white-space: nowrap
  }
}

.quiz-inner {
  padding: 3.229vw 4.479vw;
  background: #f9f9f9;
  border-radius: 1.823vw;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative
}

.quiz-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0
}

.quiz-right__price {
  color: #fff;
  padding: .78125vw 2.083vw;
  background: #f63123;
  border-radius: 1.302vw
}

.quiz-person {
  position: relative
}

.quiz-person__img {
  display: flex;
  width: 24.271vw
}

.quiz-person p {
  position: absolute;
  left: 0;
  top: 8vw
}

.quiz-form {
  width: 47.917vw;
  height: 37.8125vw;
  display: flex;
  flex-direction: column;
  align-items: stretch
}

.quiz-progress {
  position: relative;
  margin-bottom: 2.34375vw;
  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: #06b191;
  -webkit-animation: loadingBg 15s infinite linear;
  animation: loadingBg 15s infinite linear;
  background-image: url(../img/loading.svg)
}

.quiz-progress p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.quiz-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.quiz-options--inline .quiz-option {
  width: 47.3%;
  margin-bottom: 1.042vw
}

.quiz-options--inline .quiz-option:hover .quiz-option__wrapper {
  border: 1px solid rgba(57, 203, 89, .25)
}

.quiz-options--inline .quiz-option__input:checked~.quiz-option__wrapper {
  border: 1px solid #06b191
}

.quiz-options--inline .quiz-option__wrapper {
  padding: 1.146vw;
  border-radius: 500px;
  background: #fff;
  transition: .3s;
  border: 1px solid transparent
}

.quiz-options--inline .quiz-option__wrap {
  display: flex;
  align-items: center
}

.quiz-options--inline .quiz-option__checkbox {
  margin-right: .833vw
}

.quiz-options--checkbox .quiz-option__checkbox {
  border-radius: 10px
}

.quiz-options--slider {
  display: flex;
  flex-direction: column;
  align-items: center
}

.quiz-options--img {
  margin-top: 3.333vw
}

.quiz-options--img .quiz-option {
  width: 10.9375vw
}

.quiz-options--img .quiz-option__img {
  display: flex;
  width: 100%;
  border-radius: 1.302vw;
  overflow: hidden
}

.quiz-options--img .quiz-option__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center
}

.quiz-options--img .quiz-option__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -.8vw
}

.quiz-options--img .quiz-option__checkbox {
  margin-bottom: .573vw
}

.quiz-option {
  cursor: pointer;
  color: #000
}

.quiz-option:hover svg path {
  fill: #06b191
}

.quiz-option__input {
  display: none
}

.quiz-option__input:checked~.quiz-option__wrapper .quiz-option__checkbox {
  background: #06b191
}

.quiz-option__input:checked~.quiz-option__wrapper .quiz-option__checkbox svg path {
  fill: #fff
}

.quiz-option__checkbox {
  width: 1.5625vw;
  height: 1.5625vw;
  background: #f9f9f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center
}

.quiz-option__checkbox svg path {
  transition: .3s
}

.quiz-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto
}

.quiz-click {
  display: flex;
  align-items: center
}

.quiz-click__img {
  display: flex;
  width: 1.458vw;
  margin-right: 1.042vw
}

.quiz-btns {
  display: flex
}

.quiz-btn {
  padding: 1.302vw 2.76vw;
  margin-left: 1.042vw
}

.quiz-btn--prev {
  background: #e2e7e7
}

.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-slider__top {
  display: flex;
  align-items: center;
  margin-bottom: 3.333vw;
  margin-top: 2.396vw
}

.quiz-slider__num {
  width: 7.8125vw;
  height: 3.90625vw;
  background: #fff;
  border-radius: 500px;
  border: 0;
  -moz-appearance: textfield;
  -webkit-appearance: none;
  margin: 0 .833vw;
  font-weight: 400
}

.quiz-slider__num::-webkit-inner-spin-button,
.quiz-slider__num::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.quiz-slider__slider {
  width: 41.667vw
}

.quiz-slider__slider .irs--flat .irs-line {
  height: 15px;
  background: #fff;
  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: 15px;
  background: #f63123;
  border-radius: 500px
}

.quiz-slider__slider .irs--flat .irs-handle {
  background: #f15207;
  border: 3px solid #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
  border-radius: 50%;
  top: 19px;
  cursor: pointer;
  width: 25px;
  height: 25px
}

.quiz-slider__slider .irs--flat .irs-handle i:first-child {
  display: none
}

.quiz-check {
  display: flex;
  align-items: center;
  margin-top: 4.635vw;
  margin-left: 3vw;
  cursor: pointer
}

.quiz-check input:checked~.policy__check {
  background: #06b191
}

.quiz-check input:checked~.policy__check svg {
  display: block
}

.quiz-check .policy__check {
  margin-right: .833vw;
  border: 1px solid #06b191;
  background: 0 0
}

.quiz-check .policy__check svg {
  display: none
}

.quiz-semifinal__phone {
  display: flex;
  width: 31.25vw;
  position: absolute;
  right: 0;
  bottom: 0
}

.quiz-semifinal__badge {
  display: flex;
  width: 17.34375vw;
  position: absolute;
  left: 0;
  bottom: 0
}

.quiz-item--semifinal {
  display: flex;
  flex-direction: column;
  align-items: center
}

.quiz-item--semifinal .btn,
.quiz-item--semifinal .form-group {
  width: 27.542vw;
  margin-bottom: 1.40625vw
}

@media (max-width:767px) {
  .quiz {
    padding-top: 3.6rem
  }

  .quiz-inner {
    padding: 3.2rem 1.5rem;
    border-radius: 20px
  }

  .quiz-right {
    display: none
  }

  .quiz-form {
    width: 100%;
    height: auto
  }

  .quiz-progress {
    margin-bottom: 3.2rem
  }

  .quiz-progress__bar {
    height: 2.6rem
  }

  .quiz-progress__inner {
    left: 2px;
    height: 2.2rem
  }

  .quiz-progress p {
    font-size: 12px
  }

  .quiz-item h3 {
    margin-bottom: 2.6rem
  }

  .quiz-item h3~.fz20 {
    font-size: 1.2rem;
    margin-bottom: 2.4rem
  }

  .quiz-options--inline .quiz-option {
    width: 100%;
    margin-bottom: 1.6rem
  }

  .quiz-options--inline .quiz-option__wrapper {
    padding: 1.5rem 2rem
  }

  .quiz-options--inline .quiz-option__checkbox {
    margin-right: 1rem
  }

  .quiz-options--img {
    margin-top: 3.333rem
  }

  .quiz-options--img .quiz-option {
    width: 10.9375rem
  }

  .quiz-options--img .quiz-option__img {
    border-radius: 1.302rem
  }

  .quiz-options--img .quiz-option__wrap {
    margin-top: -.8rem
  }

  .quiz-options--img .quiz-option__checkbox {
    margin-bottom: .573rem
  }

  .quiz-option__checkbox {
    width: 3rem;
    height: 3rem
  }

  .quiz-option__wrap .fz20 {
    font-size: 1.2rem
  }

  .quiz-bottom {
    flex-direction: column;
    align-items: center;
    margin-top: 16px
  }

  .quiz-click {
    margin-bottom: 22px
  }

  .quiz-click__img {
    width: 2.8rem;
    margin-right: .8rem
  }

  .quiz-click p {
    font-size: 10px;
    line-height: 14px
  }

  .quiz-btn {
    padding: 1.302rem 2.76rem;
    margin-bottom: 8px;
    margin-left: 0;
    width: 172px;
    height: 60px
  }

  .quiz-slider__top {
    margin-bottom: 2rem;
    margin-top: 0
  }

  .quiz-slider__num {
    width: 7.8125rem;
    height: 3.90625rem;
    margin: 0 .833rem
  }

  .quiz-slider__slider {
    width: 100%
  }

  .quiz-slider__slider .irs--flat .irs-grid-text {
    font-size: .9375rem
  }

  .quiz-slider__slider .irs--flat .irs-grid-text::after {
    font-size: .9375rem
  }

  .quiz-check {
    margin-top: 3rem;
    margin-left: 0
  }

  .quiz-check .policy__check {
    margin-right: .833rem
  }

  .quiz-btns {
    flex-direction: column-reverse
  }

  .quiz-item--semifinal {
    padding-bottom: 38rem
  }

  .quiz-item--semifinal .fz24 br {
    display: none
  }

  .quiz-semifinal__phone {
    width: 31.25rem
  }

  .quiz-semifinal__badge {
    width: 17.34375rem;
    bottom: 60rem
  }

  .quiz-item--semifinal .btn,
  .quiz-item--semifinal .form-group {
    width: 18.542rem;
    margin-bottom: 1.40625rem
  }

  .quiz-item--semifinal .fz24.tac.lh150.mb {
    margin-bottom: 24rem
  }
}

.cases {
  padding-top: 0
}

.cases-items {
  display: flex;
  -moz-column-gap: 1.823vw;
  column-gap: 1.823vw;
  row-gap: 3.802vw;
  flex-wrap: wrap
}

.cases-item {
  width: 26.042vw
}

.cases-item__img {
  display: flex;
  width: 100%;
  height: 26.042vw;
  position: relative;
  overflow: hidden;
  border-radius: 1.302vw;
  margin-bottom: 1.458vw
}

.cases-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
}

.cases-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 4.0625vw
}

.cases-more-btn {
  cursor: pointer
}

.cases-more-btn svg {
  margin-left: .521vw
}

.cases-item__slider:hover .slick-dots,
.cases-item__slider:hover .slick-next,
.cases-item__slider:hover .slick-prev {
  opacity: 1
}

.cases-item__slider.slick-dotted.slick-slider {
  margin-bottom: 0
}

.cases-item__slider .slick-dots,
.cases-item__slider .slick-next,
.cases-item__slider .slick-prev {
  transition: .3s;
  opacity: 0
}

.cases-item__slider .slick-dots {
  bottom: 3.5vw
}

.cases-item__slider .slick-next,
.cases-item__slider .slick-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.333vw;
  height: 3.333vw;
  border-radius: 50%;
  background: rgba(0, 0, 0, .5);
  z-index: 1;
  transition: .3s
}

.cases-item__slider .slick-next:hover,
.cases-item__slider .slick-prev:hover {
  background: #06b191
}

.cases-item__slider .slick-next::before,
.cases-item__slider .slick-prev::before {
  display: none
}

.cases-item__slider .slick-next svg,
.cases-item__slider .slick-prev svg {
  width: .833vw
}

.cases-item__slider .slick-prev {
  left: 1.823vw
}

.cases-item__slider .slick-next {
  right: 1.823vw
}

@media (max-width:767px) {

  .cases-item__slider .slick-next svg,
  .cases-item__slider .slick-prev svg {
    width: .8rem
  }

  .cases h2 {
    max-width: 23rem;
    margin: 0 auto 16px auto
  }

  .cases-items {
    -moz-column-gap: 1.823rem;
    column-gap: 1.823rem;
    row-gap: 3.2rem
  }

  .cases-item {
    width: 100%
  }

  .cases-item .fz20 {
    font-size: 12px;
    text-align: center
  }

  .cases-item .fz20 .fz24 {
    font-size: 16px
  }

  .cases-item__img {
    height: 276px;
    border-radius: 25px;
    margin-bottom: 1.6rem
  }

  .cases-btn-wrapper {
    margin-top: 3.2rem
  }

  .cases-more-btn svg {
    margin-left: 1.3rem
  }

  .cases-item__slider .slick-dots {
    bottom: 3.5rem
  }

  .cases-item__slider .slick-next,
  .cases-item__slider .slick-prev {
    width: 3.333rem;
    height: 3.333rem
  }

  .cases-item__slider .slick-next img,
  .cases-item__slider .slick-prev img {
    width: .833rem
  }

  .cases-item__slider .slick-prev {
    left: 1.823rem
  }

  .cases-item__slider .slick-next {
    right: 1.823rem
  }
}

.warranty {
  padding: 0
}

.warranty-items {
  display: flex;
  justify-content: space-between
}

.warranty-item {
  padding: 4.01vw 4.21875vw;
  border-radius: 1.5625vw;
  width: 39.0625vw
}

.warranty-item .mb {
  margin-bottom: 1.25vw
}

.warranty-item--warranty {
  background: url(../img/warranty-1.jpg) center no-repeat;
  background-size: cover
}

.warranty-item--delivery {
  background: url(../img/warranty-2.jpg) center no-repeat;
  background-size: cover
}

@media (max-width:767px) {
  .warranty-items {
    flex-direction: column;
    align-items: center
  }

  .warranty-item {
    padding: 24px;
    height: 288px;
    border-radius: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
  }

  .warranty-item .mb {
    margin-bottom: 1.6rem
  }

  .warranty-item--warranty {
    background: url(../img/warranty-1.jpg) center no-repeat;
    background-size: cover;
    margin-bottom: 16px
  }

  .warranty-item--delivery {
    background: url(../img/warranty-2.jpg) center no-repeat;
    background-size: cover;
    background-position: -12px
  }
}

.steps-items {
  display: flex;
  justify-content: space-between
}

.steps-item {
  padding: 2.604vw 3.75vw;
  width: 26.042vw;
  height: 24vw;
  background: #f9f9f9;
  border-radius: 1.302vw;
  position: relative
}

.steps-item__num {
  position: absolute;
  top: 2.24vw;
  right: 2.083vw;
  width: 3.90625vw;
  height: 3.90625vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #06b191;
  color: #fff
}

.steps-item h3 {
  margin-bottom: 1.042vw
}

.steps-item .btn,
.steps-item .form-group {
  width: 100%
}

.steps-item .form-group {
  margin-bottom: 1.302vw
}
.steps-item-1 {
  background: #f9f9f9 url(../img/steps-1.png) center no-repeat;
  background-size: cover
}
.steps-item--count {
  background: #f9f9f9 url(../img/steps-2.png) center no-repeat;
  background-size: cover
}

.steps-item--buy {
  background: #f9f9f9 url(../img/steps-3.png) center no-repeat;
  background-size: cover
}

.net{
  display: block;
}
@media (max-width:1024px) {
.bg-white {
  font-size: 14px !important;
}
}
@media (max-width:960px) {
  .bg-white {
    height: 190px !important;
    font-size: 15px !important;
}
.m-a30 {
   margin: 0px !important; 
}}
@media (max-width:767px) {
  .net{
    display: none !important;
  }
  .steps {
    padding-top: 44px;
    padding-bottom: 30px
  }

  .steps h2 {
    max-width: 32rem;
    margin: 0 auto 24px auto
  }

  .steps-items-wrapper {
    overflow: auto;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem
  }

  .steps-item {
    padding: 32px 15px;
    width: 29rem;
    min-width: 29rem;
    height: 40rem;
    border-radius: 20px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .steps-item .fz20 {
    font-size: 12px;
    text-align: center;
    max-width: 22rem;
    margin-bottom: 24px
  }

  .steps-item .fz20 br {
    display: none
  }

  .steps-item__num {
    position: relative;
    top: unset;
    right: unset;
    width: 4.5rem;
    min-width: 4.5rem;
    height: 4.5rem;
    min-height: 4.5rem;
    margin-bottom: 16px
  }

  .steps-item h3 {
    margin-bottom: 8px;
    text-align: center
  }

  .steps-item h3 br {
    display: none
  }

  .steps-item .form-group {
    margin-bottom: 1.302rem
  }
}

.montage {
  padding: 0
}

.montage-inner {
  padding: 4.896vw 7.708vw;
  background: url(../img/montage-bg.jpg) center no-repeat;
  background-size: contain;
  height: 46.875vw;
  position: relative
}

.montage-check {
  display: flex;
  margin-bottom: 2.604vw
}

.montage-check__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.24vw;
  height: 2.24vw;
  border-radius: 50%;
  box-shadow: 0 0 37px rgba(0, 0, 0, .03);
  background: #fff;
  margin-right: 1.302vw
}

.montage-check__img img {
  width: .625vw
}

.montage-badge {
  display: flex;
  width: 33.698vw;
  position: absolute;
  top: 11.302vw;
  left: 20.208vw
}

@media (max-width:767px) {
  .modal-wait .btn, .modal-wait .form-group {
    width: 100%;
    margin-bottom: 0.833vw;
    z-index: 1;
}
  .montage-inner {
    padding: 32px 15px;
    padding-bottom: 159px;
    background: url(../img/montage-bg.jpg) center no-repeat;
    height: auto;
    text-align: center;
    border-radius: 20px;
    background-position: -560px -280px
  }

  .montage-inner h2 {
    margin-bottom: 49px
  }

  .montage-check {
    margin-bottom: 24px;
    flex-direction: column;
    align-items: center
  }

  .montage-check p {
    font-size: 12px;
    line-height: 16px
  }

  .montage-check__img {
    width: 43px;
    height: 43px;
    margin-right: 0;
    margin-bottom: 8px
  }

  .montage-check__img img {
    width: 12px
  }

  .montage-badge {
    width: 276px;
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
  }
}

.reviews-inner {
  display: flex
}

.reviews-slider {
  width: 84vw
}

.reviews-slider__item {
  display: flex;
  width: 100%;
  height: 31.25vw;
  position: relative;
  border-radius: 1.823vw;
  overflow: hidden
}

.reviews-slider__item .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.reviews-slider .slick-next::before,
.reviews-slider .slick-prev::before {
  display: none
}

.reviews-slider .slick-next circle,
.reviews-slider .slick-next path,
.reviews-slider .slick-prev circle,
.reviews-slider .slick-prev path {
  transition: .3s
}

.reviews-slider .slick-next:hover circle,
.reviews-slider .slick-prev:hover circle {
  stroke: #06b191
}

.reviews-slider .slick-next:hover path,
.reviews-slider .slick-prev:hover path {
  fill: #fff;
  opacity: 1
}

.reviews-slider .slick-next:hover,
.reviews-slider .slick-prev:hover {
  background: #06b191
}

.reviews-slider .slick-next,
.reviews-slider .slick-prev {
  width: 3.333vw;
  height: 3.333vw;
  z-index: 1;
  border-radius: 50%;
  transition: .3s
}

.reviews-slider .slick-prev {
  left: 2.865vw
}

.reviews-slider .slick-next {
  right: 2.865vw
}

.reviews-phone {
  width: 15.417vw
}

.reviews-phone .slick-next::before,
.reviews-phone .slick-prev::before {
  display: none
}

.reviews-phone .slick-next circle,
.reviews-phone .slick-next path,
.reviews-phone .slick-prev circle,
.reviews-phone .slick-prev path {
  transition: .3s
}

.reviews-phone .slick-next:hover circle,
.reviews-phone .slick-prev:hover circle {
  stroke: #06b191
}

.reviews-phone .slick-next:hover path,
.reviews-phone .slick-prev:hover path {
  fill: #fff;
  opacity: 1
}

.reviews-phone .slick-next:hover,
.reviews-phone .slick-prev:hover {
  background: #06b191
}

.reviews-phone .slick-next,
.reviews-phone .slick-prev {
  width: 3.333vw;
  height: 3.333vw;
  z-index: 1;
  border-radius: 50%;
  transition: .3s
}

.reviews-phone .slick-prev {
  left: -4.896vw
}

.reviews-phone .slick-next {
  right: -4.896vw
}

.reviews-right {
  position: relative
}

.reviews-green {
  display: flex;
  position: absolute;
  width: 11.458vw;
  top: 4vw;
  right: -10vw;
  z-index: -1
}

.reviews-img {
  display: flex;
  position: absolute;
  width: 34.21875vw;
  right: 0;
  top: 8vw
}

@media (max-width:767px) {
  .reviews {
    padding-top: 29px;
    padding-bottom: 33px
  }

  .reviews h2 {
    max-width: 32rem;
    margin: 0 auto 8px auto
  }

  .reviews .fz32 {
    max-width: 32rem;
    margin: 0 auto 16px auto
  }

  .reviews-slider {
    width: 100%
  }

  .reviews-slider.slick-dotted.slick-slider {
    margin-bottom: 80px
  }

  .reviews-slider__item {
    height: 207px;
    border-radius: 35px
  }

  .reviews-slider .slick-next,
  .reviews-slider .slick-prev {
    width: 3.333rem;
    height: 3.333rem
  }

  .reviews-slider .slick-prev {
    left: 2.865rem
  }

  .reviews-slider .slick-next {
    right: 2.865rem
  }

  .reviews-phone {
    width: 25rem
  }

  .reviews-phone .slick-next,
  .reviews-phone .slick-prev {
    width: 3.333rem;
    height: 3.333rem
  }

  .reviews-phone .slick-prev {
    left: -4.896rem
  }

  .reviews-phone .slick-next {
    right: -4.896rem
  }

  .reviews-right {
    margin-left: 0
  }

  .reviews-green {
    width: 11.458rem;
    top: 4rem;
    right: -10rem
  }

  .reviews-img {
    width: 34.21875rem;
    top: 8rem;
    display: none
  }

  .reviews-inner {
    flex-direction: column;
  }
}

.faq {
  padding-top: 0
}

.faq__inner {
  display: flex;
  justify-content: space-between;
  gap: 4.167vw
}

.faq__item {
  cursor: pointer
}

.faq__item-top {
  padding-top: 2.604vw;
  padding-bottom: 2.604vw;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative
}

.faq__content {
  padding-left: 2.883vw;
  padding-top: 1.354vw;
  transition: all .3s ease;
  max-height: 0;
  overflow: hidden
}

.faq__item-wrapper {
  display: flex;
  align-items: center
}

.faq__item-wrapper svg {
  width: .99vw;
  margin-right: 1.771vw
}

.faq__icon {
  display: flex;
  width: 1.146vw;
  transition: .3s
}

.faq__item.active .faq__icon {
  transform: rotate(180deg)
}

.faq__item.active .faq__content {
  max-height: 1000px
}

@media (max-width:767px) {
  .faq__inner {
    gap: 0;
    flex-direction: column
  }

  .faq__item-top {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem
  }

  .faq__item-top .fz24 {
    font-size: 14px;
    line-height: 16px;
    max-width: 22rem
  }

  .faq__content {
    padding-left: 2.7rem;
    padding-top: .8rem;
    font-size: 10px;
    line-height: 14px
  }

  .faq__item-wrapper svg {
    width: 1.5rem;
    margin-right: 1.2rem
  }

  .faq__icon {
    width: 1.5rem
  }
}

.consult {
  padding-top: 0
}

.consult-form {
  padding: 0 3.229vw 0 6.5625vw;
  background: url(../img/Daniil.png) center no-repeat;
  background-size: contain;
  height: 40.625vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative
}

.consult-form .btn,
.consult-form .form-group {
  width: 18.542vw;
  margin-top: 1.40625vw
}

.consult-dot {
  margin-bottom: .78125vw;
  position: relative;
  padding-left: .99vw
}

.consult-dot::before {
  content: '';
  position: absolute;
  top: .5vw;
  left: 0;
  width: .3125vw;
  height: .3125vw;
  background: #06b191;
  border-radius: 50%
}

.consult-name {
  position: absolute;
  left: 30vw;
  top: 12vw
}

.consult-person {
  display: none
}

.consult-right .montage-check {
  margin-bottom: 1.198vw
}

@media (max-width:767px) {
  .consult-form {
    padding: 32px 10px;
    padding-bottom: 311px;
    background: url(../img/consult-form-sm.png) center no-repeat;
    background-size: cover;
    height: auto;
    flex-direction: column;
    align-items: center;
    border-radius: 20px
  }

  .consult-form h2 {
    max-width: 26rem;
    text-align: center;
    margin: 0 auto 16px auto
  }

  .consult-form .btn,
  .consult-form .form-group {
    width: 20.2rem;
    margin-top: 1.40625rem
  }

  .consult-dots {
    margin-bottom: 8px
  }

  .consult-dot {
    margin-bottom: 1.6rem;
    padding-left: 1.9rem;
    font-size: 14px;
    line-height: 16px
  }

  .consult-dot br {
    display: none
  }

  .consult-dot::before {
    top: .5rem;
    width: .6rem;
    min-width: .6rem;
    height: .6rem
  }

  .consult-name {
    left: 1.5rem;
    bottom: 16.7rem;
    top: unset;
    z-index: 1;
  }

  .consult-name .fz20 {
    font-size: 12px;
    line-height: 120%
  }

  .consult-name .fz20 span {
    font-size: 8px;
    line-height: 120%
  }

  .consult-right {
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .consult-right .fz36 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px
  }

  .consult-right .montage-checks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
    margin-bottom: 32px
  }

  .consult-right .montage-check {
    width: 112px;
    margin-bottom: 0
  }

  .consult-right .montage-check:last-child {
    width: 174px
  }

  .consult-right .montage-check p {
    text-align: center
  }

  .consult-person {
    display: flex;
    width: 276px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
  }
}

.contacts {
  padding-top: 0;
  padding-bottom: 4.167vw
}

.contacts .msm {
  margin-bottom: 3.646vw
}

.contacts-inner {
  display: flex;
  justify-content: space-between;
  padding: 0 5.729vw
}

.contacts-top {
  display: flex;
  align-items: center
}

.contacts-top__img {
  display: flex;
  width: .885vw;
  margin-right: 1.042vw
}

.contacts-item .pl {
  padding-left: 1.8vw
}

.footer-inner {
  padding: 2vw 0;
  border-top: 1px solid rgba(0, 0, 0, .07);
  display: flex;
  align-items: center;
  justify-content: space-between
}

@media (max-width:767px) {
  .contacts {
    padding-bottom: 4.8rem
  }

  .contacts h2 {
    max-width: 22rem;
    margin: 0 auto 32px auto
  }

  .contacts .msm {
    margin-bottom: 3.646rem
  }

  .contacts-inner {
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 32px
  }

  .contacts-top {
    flex-direction: column;
    align-items: center;
    margin-bottom: 8px
  }

  .contacts-top p {
    font-size: 16px
  }

  .contacts-top__img {
    width: 1.7rem;
    margin-right: 0;
    margin-bottom: 16px
  }

  .contacts-item {
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .contacts-item .social {
    width: 52px
  }

  .contacts-item .mbs {
    margin-bottom: 16px
  }

  .contacts-item .fz20 {
    font-size: 12px;
    line-height: 14px;
    text-align: center
  }

  .contacts-item .pl {
    padding-left: 0
  }

  .contacts-item .phone-link {
    margin-top: 8px
  }

  .footer-inner {
    padding: 0;
    padding-bottom: 25px;
    flex-direction: column;
    align-items: center;
    border: 0;
    gap: 16px
  }

  .footer-inner .logo {
    flex-direction: column;
    align-items: center
  }

  .footer-inner .logo__img {
    width: 202px;
    margin-bottom: 16px
  }

  .footer-inner .logo p {
    font-size: 10px;
    line-height: 170%;
    text-align: center
  }
}

.widget-menu {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 998;
  display: flex;
  flex-direction: column;
  align-items: center
}

.widget-link {
  width: 4.896vw;
  height: 5.052vw;
  border-radius: .78125vw 0 0 .78125vw;
  background: #06b191;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: .208vw;
  transition: .4s;
  color: #fff;
  transform: translateX(0);
  pointer-events: all
}

.widget-link img {
  margin-bottom: .573vw;
  max-width: 1.5625vw
}

.to_top {
  right: 1.302vw;
  bottom: .99vw;
  box-shadow: none;
  background: #06b191;
  width: 2.604vw;
  height: 2.604vw;
  border-radius: 50%;
  padding: 0
}

.to_top::before {
  display: none
}

.modal-overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, .7)
}

.modal {
  position: absolute;
  left: 50%;
  transition: all .8s ease;
  transform-style: preserve-3d;
  z-index: 77;
  top: 5vw;
  width: auto;
  transform: translateX(-50%);
  text-align: center;
  margin-bottom: 0;
  border: 0;
  background-color: #f8f8f8;
  border-radius: 1.823vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/modal-bg.png)
}

.modal-call {
  padding: 3.698vw 5.521vw 3.698vw 5vw;
  background-color: #fff;
  text-align: center
}

.modal-call__form {
  display: flex
}

.modal-call .btn,
.modal-call .form-group {
  width: 18.542vw;
  text-align: left;
  margin-bottom: 1.302vw
}

.modal-call .policy__text {
  text-align: left
}

.modal-call__left {
  margin-right: 5.885vw
}

.modal-call__right {
  display: flex;
  flex-direction: column;
  align-items: center
}

.modal__close {
  display: flex;
  position: absolute;
  top: 1.71875vw;
  right: 1.979vw;
  width: 1.042vw;
  cursor: pointer;
  transition: .3s;
  z-index: 99;
}

.modal-slider {
  width: 13.542vw
}

.modal-slider__item {
  white-space: nowrap
}

.modal-slider__item.slick-slide {
  display: flex;
  flex-direction: column;
  align-items: center
}

.modal-slider__img {
  display: flex;
  width: 12.917vw;
  height: 12.917vw;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1.146vw
}

.modal-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
}

.modal-slider .slick-next,
.modal-slider .slick-prev {
  width: 1.59vw;
  height: 1.59vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  top: 6vw;
  transform: none;
  z-index: 1;
  transition: .3s
}

.modal-slider .slick-next::before,
.modal-slider .slick-prev::before {
  display: none
}

.modal-slider .slick-next svg,
.modal-slider .slick-prev svg {
  width: .317vw
}

.modal-slider .slick-next svg path,
.modal-slider .slick-prev svg path {
  transition: .3s
}

.modal-slider .slick-next:hover,
.modal-slider .slick-prev:hover {
  background: #06b191
}

.modal-slider .slick-next:hover svg path,
.modal-slider .slick-prev:hover svg path {
  fill: #fff;
  opacity: 1
}

.modal-slider .slick-next {
  right: -.6vw
}

.modal-slider .slick-prev {
  left: -.6vw
}

.modal-spec {
  padding: 3.177vw 4.115vw 3.542vw 4.115vw
}

.modal-spec__top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5625vw
}

.modal-spec__top p {
  position: relative;
  margin-right: .99vw;
  padding-left: 1.354vw
}

.modal-spec__top p::before {
  content: '';
  width: .365vw;
  height: .365vw;
  background: #f15207;
  border-radius: 50%;
  position: absolute;
  top: .4vw;
  left: 0
}

.modal-spec .modal__form {
  display: flex;
  flex-direction: column;
  align-items: center
}

.modal-spec .btn,
.modal-spec .form-group {
  text-align: left;
  width: 18.542vw;
  margin-bottom: 1.302vw
}

.modal-spec .policy__text {
  text-align: left
}

.modal-politics {
  padding: 2rem
}

.main.header-fixed {
  padding-top: 12.729vw
}

.header.is-fixed {
  position: fixed;
  top: -9vw;
  width: 100%;
  background: #fff;
  z-index: 99
}

@media (max-width:767px) {
.widget-menu {
  top: 24rem;
  transform: translateX(100%);
  transition: 0.3s;
}

.widget-menu.active {
    transform: translateX(0);
}

.widget-link {
    width: 7.596rem;
    height: 6.352rem;
    border-radius: 0.78125rem 0 0 0.78125rem;
    margin-bottom: 0.508rem;
}

.widget-link img {
  margin-bottom: .573rem;
  max-width: 1.5625rem;
}

.to_top {
  right: 1.302rem;
  bottom: .99rem;
    width: 4rem;
    height: 4rem;
}

  .modal-politics .fz36 {
    font-size: 16px !important
  }

  .modal {
    top: 5rem;
    border-radius: 1.823rem;
    width: 28.8rem
  }

  .modal-call {
    padding: 2rem
  }

  .modal-call .btn,
  .modal-call .form-group {
    width: 100%;
    margin-bottom: 1.302rem
  }

  .modal-call__left {
    margin-right: 0;
    margin-bottom: 2rem
  }

  .modal__close {
    top: 1.71875rem;
    right: 1.979rem;
    width: 1.042rem;
    z-index: 1
  }

  .modal-slider {
    width: 20rem;
    white-space: nowrap
  }

  .modal-slider__img {
    width: 12.917rem;
    height: 12.917rem;
    margin-bottom: 1.146rem
  }

  .modal-slider .slick-next,
  .modal-slider .slick-prev {
    width: 4.5rem;
    height: 4.5rem;
    top: 4rem
  }

  .modal-slider .slick-next svg,
  .modal-slider .slick-prev svg {
    width: 2rem
  }

  .modal-slider .slick-next {
    right: -.6rem
  }

  .modal-slider .slick-prev {
    left: -.6rem
  }

  .modal-spec {
    padding: 2rem
  }

  .modal-spec .fz18 br {
    display: none
  }

  .modal-spec__top {
    margin-bottom: 1.5625rem;
    padding-top: 2rem
  }

  .modal-spec__top p {
    margin-right: .99rem;
    padding-left: 1.354rem;
    font-size: 10px
  }

  .modal-spec__top p::before {
    width: .365rem;
    height: .365rem;
    top: .4rem
  }

  .modal-spec .btn,
  .modal-spec .form-group {
    width: 100%;
    margin-bottom: 1.302rem
  }

  .modal-call__form {
    flex-direction: column;
    align-items: center
  }

  .main.header-fixed {
    padding-top: 6.1rem
  }

  .header.is-fixed {
    top: 0
  }
}

.quiz-main {
  background: #fff url(../img/quiz-bg.png) top no-repeat;
  background-size: cover
}

.quiz-main .hero {
  padding-top: 3.542vw;
  padding-bottom: 39.948vw
}

.quiz-main .hero h1 {
  margin-bottom: 2.083vw
}

.quiz-main .hero .hero-btns {
  margin-bottom: 5.208vw
}

.quiz-main .hero .hero-text {
  margin-bottom: 3.125vw
}

.quiz-p {
  margin-top: -35vw
}

.error-main {
  background: #fff url(../img/error-bg.jpg) top no-repeat;
  background-size: cover
}

.error-main .hero {
  padding-top: 8.229vw;
  padding-bottom: 16.198vw
}

.error-main .hero h1 {
  margin-bottom: 2.083vw
}

.btn--arrow-back svg {
  width: 1.25vw;
  margin-right: .833vw
}

.error-person {
  display: none
}

.thank-main {
  background: #fff url(../img/thank-bg.jpg) top no-repeat;
  background-size: cover
}

.thank-main .hero {
  padding-top: 12.135vw;
  padding-bottom: 21.304vw
}

.thank-main .hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center
}

.lead-main {
  background: #fff url(../img/lead-bg.jpg) top no-repeat;
  background-size: cover
}

.lead-main .hero {
  padding-top: 5.78125vw;
  padding-bottom: 15.579vw
}

.lead-wrapper {
  display: flex;
  gap: .885vw;
  align-items: flex-end;
  margin-bottom: .729vw
}

.lead-wrapper .form-group {
  width: 18.542vw
}

.lead-wrapper .btn {
  padding: .9625vw 2.1875vw
}

.lead-mockup {
  display: none
}

@media (max-width:767px) {
  .fz606 {
    font-size: 24px !important;
}
  .lead-mockup {
    display: flex;
    width: 28rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2rem;
    position: absolute
  }

  .quiz-main .hero {
    padding-top: 2.4rem
  }

  .error-main {
    background: #fff url(../img/error-bg-sm.jpg) top no-repeat;
    background-size: cover;
    margin-bottom: 2rem
  }

  .error-main .hero {
    padding-top: 8.229rem;
    padding-bottom: 31.198rem
  }

  .error-main .hero h1 {
    margin-bottom: 2.083rem
  }

  .quiz-main .hero h1 {
    margin-bottom: 3.2rem
  }

  .btn--arrow-back svg {
    width: 1.25rem;
    margin-right: .833rem
  }

  .error-person {
    display: flex;
    width: 28rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
  }

  .thank-main {
    margin-bottom: 2rem
  }

  .thank-main .hero {
    padding-top: 12.135rem;
    padding-bottom: 21.304rem
  }

  .lead-main {
    margin-bottom: 2rem;
    background-position: left
  }

  .lead-main .hero {
    padding-top: 5.78125rem;
    padding-bottom: 27.579rem
  }

  .lead-wrapper {
    gap: 2rem;
    margin-bottom: 1rem;
    flex-direction: column;
    align-items: center
  }

  .lead-wrapper .form-group {
    width: 100%
  }

  .lead-wrapper .btn {
    padding: 2rem;
    width: 100%
  }
}

.product-size {
  margin-bottom: .6rem;
  font-size: 14px;
  line-height: 14px
}
.product-title {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 17px
}

.map{
  margin-top: 40px;
}

#project{
  padding-top: 100px;
}

.m-a30 {
  margin: 30px;
}
.block-shadow {
  -webkit-box-shadow: 0 10px 30px 0 rgb(50 50 50 / 16%);
  box-shadow: 0 10px 30px 0 rgb(50 50 50 / 16%);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.bg-white {
  background-color: #FFF;
  height: 225px;
    padding: 20px;
    font-size: 16px;
    border-radius: 1.302vw;
}
.testimonial-2 .testimonial-detail {
  padding: 0px;
}

.testimonial-detail {
  padding: 5px;
}
.testimonial-2 .testimonial-pic, .testimonial-grid-2 .testimonial-pic {
  float: left;
  margin-right: 15px;
  width: 85px;
  height: 85px;
}

.testimonial-pic {
  background: #FFF;
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
  border: 5px solid #FFF;
}
.testimonial-2 .testimonial-name {
  color: #1a1a1a;
}

.testimonial-2 .testimonial-name, .testimonial-2 .testimonial-position {
  padding: 8px 0;
}
.testimonial-name, .testimonial-position {
  display: block;
}
.m-b5 {
  margin-bottom: 5px;
}
.testimonial-2 .testimonial-text {
  padding: 15px 0px;
}

.testimonial-text {
  padding: 15px;
  position: relative;
}
.slick-slide img {
  display: block;
  border-radius: 3vw;
}
.galler{
  padding-top: 20px;
}

.area, .input1 {
  height: 3.427vw;
  padding-left: 2.5vw;
  background: #fff;
  border-radius: 100px;
  width: 100%;
  position: relative;
  border: 0;
}

.iq-file-upload input {
  opacity: 0;
  top: 0;
  left: 0;
  cursor: pointer;
}

.form_calc__button{
  background-color: #fff;
    box-shadow: 0 0 50px rgb(57 203 89 / 10%);
    border: 1px solid transparent;
    color: #06b191;
    border-color: #06b191;
    text-align: center !important;
    justify-content: center;
    border-radius: 100px;
    font-size: 13px;
    height: 40px;
    line-height: 0;
}
textarea.input1 {
  min-height: 60px;
  resize: vertical;
  padding: 20px;
 }


 .file{
  width: 100%;
  margin-bottom: 1.302vw;
 }
 .file__item {
  position: relative;
 }
.file__inpyt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 0;
  cursor: pointer;
 }
 .form__inpyt.focus{
  box-sizing: 0 0 15px #06b191;
}
.form__inpyt.error{
  box-sizing: 0 0 15px red;
}
.file__button{
  display: inline-flex;
  min-height: 40px;
  width: 100%;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 50px rgb(57 203 89 / 10%);
  border: 1px solid transparent;
  color: #06b191;
  border: 1px solid #06b191;
  padding: 0 20px;
}
.file__preview{
  display: inline-block;
  max-width: 100px;
}
.file__preview img{
  padding: 10px 0 0 0;
  max-width: 100%;
}

.fz606{
  font-size: 2.5vw;
}

.ghj{
  padding-bottom: 60px;
}
@media (max-width: 767px){
.vantages-items1 {
    flex-wrap: wrap;
    gap: 22px;
}
.ghj{
  padding-bottom: 40px;
}
}