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

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

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

@font-face {
  font-family: Axiforma;
  src: url(../fonts/Axiforma-SemiBold.ttf) format("truetype");
  src: url(../fonts/Axiforma-SemiBold.woff2) format("woff2");
  font-weight: 600;
}

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

@font-face {
  font-family: Axiforma;
  src: url(../fonts/Axiforma-ExtraBold.ttf) format("truetype");
  src: url(../fonts/Axiforma-ExtraBold.woff2) format("woff2");
  font-weight: 800;
}

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

  60% {
    opacity: 1;
  }

  100% {
    opacity: .4;
  }
}

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

  60% {
    opacity: 1;
  }

  100% {
    opacity: .4;
  }
}

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

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

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

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

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  25% {
    margin-top: 0;
  }

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

  45% {
    margin-top: 0;
  }

  100% {
    margin-top: 0;
  }
}

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

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

  25% {
    margin-top: 0;
  }

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

  45% {
    margin-top: 0;
  }

  100% {
    margin-top: 0;
  }
}

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

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

  25% {
    transform: translateY(0);
  }

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

  45% {
    transform: translateY(0);
  }

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

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

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

  25% {
    transform: translateY(0);
  }

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

  45% {
    transform: translateY(0);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

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

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

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

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

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

p {
  margin: 0;
}

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

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

.black {
  color: #5a5a59;
}

.poe {
  pointer-events: none;
}

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

.mr {
  margin-right: 1vw;
}

.mrs {
  margin-right: 1.5vw;
}

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

.lt {
  color: #fff;
}

.ggc {
  color: #69bdad;
}

.gray {
  color: grey;
}

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

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

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

.title72 {
  font-size: 3.75vw;
}

.tac {
  text-align: center;
}

.fw1 {
  font-weight: 100;
}

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw4 {
  font-weight: 400;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fwb {
  font-weight: 700;
}

.fw9 {
  font-weight: 900;
}

.fsi {
  font-style: italic;
}

.tar {
  text-align: right;
}

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

.tdu {
  text-decoration: underline;
}

.center {
  text-align: center;
}

.ttu {
  text-transform: uppercase;
}

.ttn {
  font-family: TTNorms;
}

.title {
  font-size: 2.76vw;
}

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

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

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

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

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

.tg {
  color: #f78449;
}

.tg2 {
  color: #afe4d6;
}

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

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

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

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

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

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

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

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

.text24 {
  font-size: 1.25vw;
}

.text23 {
  font-size: 1.3vw;
}

.text21 {
  font-size: 1.2vw;
}

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

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

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

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

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

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

.mlg {
  margin-bottom: 4.5vw;
}

.msm {
  margin-bottom: 2.4vw;
}

.mb {
  margin-bottom: 1.5vw;
}

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

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

.stop {
  overflow: hidden;
}

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

.max {
  width: 100%;
}

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

.gr {
  color: #8d8d8d;
}

.btn {
  padding: 1.5625vw 2.292vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .4s;
  border-radius: 3px;
  background-color: #4e9ef7;
  z-index: 6;
  cursor: pointer;
  border: none;
  position: relative;
  color: #fff;
  letter-spacing: .073vw;
  text-transform: uppercase;
  font-weight: 600;
}

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

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

.btn:hover {
  background-color: #3691f6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.burger__wrap:hover {
  color: #f7844a;
}

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

.link--arrow svg {
  width: .26vw;
  transform: rotate(-90deg);
  margin-left: .417vw;
}

.link--arrow svg polygon {
  transition: .3s;
}

.link--arrow:hover svg polygon {
  fill: #4e9ef7;
}

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

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

.link:not(.link--underline):hover {
  color: #4e9ef7;
}

.link.dsh:before {
  border-bottom: 1px dashed #5a5a59;
}

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

.area, .input {
  padding: 2.083vw 2.604vw;
  border-radius: 3px;
  border: 2px solid #f2f2f2;
  color: #282828;
  align-self: center;
  width: 100%;
  position: relative;
}

.area.v2, .input.v2 {
  border-radius: 5px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.area:focus, .input:focus {
  border-color: #f0242d;
}

.inp-min {
  width: 30.5%;
}

.inp-md {
  width: 45%;
}

.inp-big {
  width: 100%;
}

.area {
  padding: 1vw 1vw;
}

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

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

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

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

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

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

.slidePrev {
  left: 3.5rem;
}

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

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

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

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

.slideNext {
  right: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rhide {
  display: none;
}

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

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

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

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

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

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

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

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

.emc {
  color: #fbc855 !important;
}

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

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

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

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

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

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

.blc {
  color: #303030 !important;
}

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

.lcb:hover {
  color: #e30613;
}

.aic {
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

.line-big {
  width: 8vw;
}

.line.big2 {
  width: 17vw;
}

.tal {
  text-align: left;
}

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

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

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

.tlt-mod {
  position: relative;
}

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

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

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

.text-mod {
  position: relative;
}

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

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

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

.posa {
  position: absolute;
}

.fdc {
  flex-direction: column;
}

.mobs {
  display: none;
}

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

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

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

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

  .title {
    font-size: 2.6rem;
  }

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

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

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

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

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

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

  .text {
    font-size: 1.2rem;
  }

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

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

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

  .tsm10 {
    font-size: 1rem;
  }

  .tsm11 {
    font-size: 1rem;
  }

  .tsm12 {
    font-size: 1rem;
  }

  .tsm13 {
    font-size: 1.1rem;
  }

  .mr1 {
    margin-right: 1rem;
  }

  .tnum {
    font-size: 2.9rem;
  }

  .text24 {
    font-size: 1.4rem;
  }

  .text23 {
    font-size: 1.3rem;
  }

  .text21 {
    font-size: 1.3rem;
  }

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

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

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

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

  .mlg {
    margin-bottom: 4.5rem;
  }

  .msm {
    margin-bottom: 2.4rem;
  }

  .mb {
    margin-bottom: 1.5rem;
  }

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

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

  .section {
    padding: 6rem 0;
  }

  .bubbly-button {
    padding: 1.8rem 1rem;
  }

  .bubbly-button.big {
    padding: 2rem 1rem;
  }

  .bubbly-button.min {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .input {
    height: 4.5rem;
    padding: .3rem 1rem;
    padding-left: 2rem;
  }

  .input.t2 {
    padding-left: 1.5rem;
  }

  .btn-mod {
    padding: 1.2rem 1.5rem;
  }

  .btn {
    padding: 1.7rem;
  }

  .btn.btn--light {
    padding: 1.1rem 1.7rem;
  }

  .close {
    width: 2rem;
    height: 2rem;
  }

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

  .mr {
    margin-right: 1rem;
  }

  .mrs {
    margin-right: 1.5rem;
  }

  .header__number-img {
    width: 2rem;
    height: 2rem;
    padding: .3rem;
  }

  .btn-main {
    width: 21rem;
  }

  .main-i-img {
    width: 3.8rem;
    padding: .9rem;
  }

  .play {
    width: 5rem;
  }

  .contacts__right-row {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }

  .contacts-slider-wrap {
    margin-top: 2rem;
    width: 100%;
    margin-bottom: 2rem;
  }

  .contacts-slider {
    width: 100%;
    margin-left: 0;
  }

  .contacts-slider-item {
    height: 27vw;
  }

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

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

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

  .contacts-slider-wrap .text-md {
    margin-left: 0;
  }

  .contacts-bl {
    width: auto;
  }

  .footer__cont {
    padding: 2rem 0;
  }
}

@media (max-width: 767px) {
  .logo__img {
    max-width: 14rem;
  }

  .right {
    width: 4.5rem;
  }

  .right-text-img {
    width: 1.5rem;
    height: 1.5rem;
  }

  .right-item {
    width: 1.5rem;
    height: 1.5rem;
  }

  .right-three {
    bottom: 2.4rem;
  }

  .right-two {
    top: 6rem;
  }

  .right-one {
    top: 2.3rem;
  }

  .main-advas {
    flex-wrap: wrap;
    justify-content: center;
  }

  .main-advas__item {
    width: 47%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }

  .main-advas__item-imn {
    height: 6rem;
  }

  .price__row-item, .price__row-item.t1 {
    width: 100%;
    padding: 1.4rem;
  }

  .price__row-item.t1:nth-child(2), .price__row-item:nth-child(2) {
    display: none;
  }

  .right-img {
    width: 3rem;
  }

  .right-img.telp {
    height: 3rem;
    padding: .4rem;
  }

  .contacts__cont {
    flex-wrap: wrap;
  }

  .map {
    height: 48vw;
  }

  .contacts-slider-item {
    height: 48vw;
  }

  .contacts-slider {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
  }
}

@media (max-width: 567px) {
  .container--left {
    padding-left: 2rem;
  }

  .container--right {
    padding-right: 2rem;
  }

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

  .logo__text {
    display: none;
  }

  .header__map {
    display: none;
  }

  .right-two {
    display: none;
  }

  .main-btns {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }

  .btn {
    padding: 1.7rem;
    margin-bottom: 1.5rem;
  }

  .logo__img {
    max-width: 12rem;
    width: 9rem;
  }

  .header {
    padding-bottom: 4rem;
  }

  .header .link {
    display: none;
  }

  .right {
    background: 0 0;
    justify-content: flex-start;
  }

  .right-one {
    margin-bottom: 1rem;
  }

  .main-video {
    right: -31vw;
    top: 11rem;
    width: 88vw;
  }

  .main__cont .text24 {
    position: relative;
    z-index: 5;
    width: 65%;
  }

  .main__cont .text24 br {
    display: none;
  }

  .play {
    right: 38vw;
    top: 41%;
  }

  .main-advas__item {
    width: 30%;
  }

  .main-advas {
    width: 115%;
  }

  .main-advas__item-imn {
    height: 4rem;
  }

  .menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    display: block;
    z-index: 999;
    top: 0;
    left: 0;
    padding: 1.8rem;
  }

  .menu-logo {
    width: 11rem;
    margin-left: auto;
    margin-right: auto;
  }

  .menu .text24 {
    font-size: 2.1rem;
    cursor: pointer;
  }

  .menu-close {
    position: absolute;
    width: 3rem;
    right: 1rem;
    top: 2.5rem;
    cursor: pointer;
  }

  .menu-close img {
    width: 100%;
  }

  .price-tab__item {
    padding: 1rem 1.3rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    border-radius: 12px;
  }

  .desct {
    display: none;
  }

  .desct .title {
    font-size: 1.8rem;
  }

  .desct .container {
    padding-right: 0;
  }

  .close-p {
    display: block;
    top: 1rem;
  }

  .menu-about {
    z-index: 1001;
    background-color: #fff;
    position: fixed;
    height: 95vh;
    padding: 1rem;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 1.5rem;
    overflow: hidden;
    overflow-y: scroll;
    padding-bottom: 6rem;
  }

  .menu-about .title {
    font-size: 1.8rem;
  }

  .contacts__left-img {
    transform: scale(1);
    margin-right: 1rem;
  }

  .menu-contacts {
    z-index: 1001;
    background-color: #fff;
    position: fixed;
    height: 95vh;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 1.5rem;
    overflow: hidden;
    overflow-y: scroll;
    padding-bottom: 6rem;
  }

  .menu-contacts .title {
    font-size: 1.8rem;
  }

  .map {
    height: 90vw;
    margin-bottom: 2rem;
  }

  .back {
    position: absolute;
    width: 3rem;
    left: 1rem;
    top: 2.5rem;
    cursor: pointer;
    display: block;
    height: 2rem;
    top: 1.6rem;
  }

  .back img {
    width: 100%;
  }

  .iver2 {
    display: block;
  }

  .iver1 {
    display: none;
  }

  .right {
    padding-top: 1rem;
  }
}

.mobile-bot {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  display: flex;
  justify-content: center;
  z-index: 1006;
  background: #333;
  align-items: center;
}

.mobile-bot .right-img {
  margin-left: .4rem;
  margin-right: .4rem;
}

@media (min-width: 420px) and (max-width: 567px) {
  .main-video {
    top: 5rem;
  }
}

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

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

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

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

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

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

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

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

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

.modal-min {
  width: 31vw;
}

.modal-mb {
  width: 80vw;
}

.modal-big {
  width: 51vw;
}

.modal-big2 {
  width: 55vw;
}

.modal-sm {
  width: 36vw;
}

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

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uCalc-frame_351501 {
  height: 709px !important;
}

.header-phone a img {
  display: none;
}

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

.logo__img {
  display: flex;
  width: 9.115vw;
  margin-right: 1.5625vw;
}

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

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

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

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.header-email {
  text-align: center;
}

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

.email__img {
  display: flex;
  width: .885vw;
  margin-right: .573vw;
}

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

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

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

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

.socials-item img {
  width: 1.146vw;
}

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

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

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

.phone__img {
  display: flex;
  width: .885vw;
  margin-right: .521vw;
}

.nav__inner {
  display: flex;
}

.nav__item {
  padding: 1.71875vw 2.292vw;
  background-color: #fff;
  flex-grow: 1;
  border-right: 1px solid #ebebeb;
  text-align: center;
}

.nav__item:first-child {
  border-radius: 5px 0 0 5px;
}

.nav__item:last-child {
  border-right: 0;
  border-radius: 0 5px 5px 0;
}

.nav__item a {
  transition: .3s;
}

.nav__item a:hover {
  color: #4e9ef7;
}

.nav__mob {
  display: none;
}

.nav-adaptive {
  display: none;
}

.case-items--mob {
  display: none;
}

.clients-item__img img:last-child {
  display: none;
}

@media (max-width: 900px) {
  .calc .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .team-items .slick-next::before, .team-items .slick-prev::before {
    border-color: #fff;
    opacity: 1;
  }

  .nav-adaptive {
    padding: 1rem 2.292rem;
    display: block;
    border-bottom: 1px solid rgba(40, 40, 40, 0.1);
  }

  .nav-adaptive:last-child {
    border: 0;
  }

  .mob-visible {
    display: block !important;
  }

  .hero-left .title {
    text-align: left;
  }

  .hero-left .text21 {
    text-align: left !important;
  }

  .header__inner {
    padding: 1.40625rem 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 1rem;
  }

  .phone {
    align-self: flex-end;
  }

  .logo__img {
    width: 9.115rem;
    margin-right: 1.5625rem;
  }

  .online {
    padding-left: 1.3rem;
  }

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

  .email__img {
    width: 1.685rem;
    margin-right: .773rem;
  }

  .socials-item {
    width: 3rem;
    height: 3rem;
    margin-left: .26rem;
    margin-right: .26rem;
  }

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

  .phone__img {
    width: 1.785rem;
    margin-right: .821rem;
  }

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

  .header-logo {
    margin-bottom: 0;
  }

  .header-logo .logo__img {
    width: 17.5rem;
    margin-right: 0;
    max-width: 14rem;
  }

  .tsm12 {
    font-size: 1.4rem;
  }

  .header .link {
    display: inline-flex !important;
  }

  .header-email {
    margin-bottom: 2rem;
  }

  .header-socials {
    margin-bottom: 0;
    flex-direction: column;
  }

  .header-socials p {
    margin-right: 0;
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .header-socials p br {
    display: none;
  }

  .title, .title-lg {
    text-align: center;
  }

  .hero .text21 {
    text-align: center;
  }

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

  .header.do-fix.active {
    transform: translateY(0);
  }

  .header {
    box-shadow: 0 0 1px #000;
  }

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

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

  .nav__mob-text {
    color: #6c9df4;
    font-size: 1.4rem;
    margin-right: .7rem;
  }

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

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

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

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

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

  .nav__inner {
    flex-direction: column;
    align-items: flex-start;
    font-size: 2rem;
  }

  .nav {
    flex-direction: column;
    align-items: flex-start;
    overflow: auto;
    justify-content: flex-start;
    padding-top: 6rem;
  }

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

  .nav__item {
    border: 0;
    width: 100%;
    border-radius: 0;
    text-align: left;
    border-bottom: 1px solid rgba(40, 40, 40, 0.1);
  }

  .nav__item:first-child {
    border-radius: 0;
  }

  .nav__item:last-child {
    border-radius: 0;
  }

  .header {
    padding-bottom: 0;
  }

  .header .btn {
    display: none;
  }

  .header-email {
    display: none;
  }

  .header-phone .phone__img {
    display: none;
  }

  .header-phone a {
    font-size: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -36px;
  }

  .header-phone a img {
    display: flex;
  }

  .team-items.slick-slider {
    display: block;
    width: 273px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-item {
    margin-bottom: 0 !important;
  }

  .team-item:nth-child(3) .team-item__photo {
    width: 100% !important;
  }

  .team-item:nth-child(3) .team-item__name {
    top: 15.5rem;
    right: 15rem !important;
  }

  .cases-items .slick-dots {
    bottom: -32px;
  }

  .steps-items .slick-dots {
    bottom: -49px;
  }

  .case-items--desk {
    display: none;
  }

  .case-items--mob {
    display: block;
  }

  .clients-item__img img:first-child {
    display: none;
  }

  .clients-item__img img:last-child {
    display: flex;
  }
}

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

.hero-items {
  display: flex;
  gap: 2.485vw;
}

.hero-item__check {
  width: 2.5vw;
  height: 2.5vw;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: .9375vw;
}

.hero-item__check img {
  width: .677vw;
}

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

.form {
  box-shadow: 0 0 62px rgba(40, 39, 40, 0.05);
  border-radius: 7px;
  background-color: #fff;
}

.hero-form {
  padding: 2.34375vw 2.65625vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-form__wrapper {
  display: flex;
  gap: 4.635vw;
  margin-bottom: 2.083vw;
}

.hero-form .form-input {
  margin-bottom: .521vw;
}

.hero-form .btn {
  width: 21.875vw;
  margin-bottom: .521vw;
}

.form-check-input {
  display: none;
}

.form-check-input:checked ~ .form-check-label .form-check-checkbox {
  background-size: .477vw;
}

.form-check-label {
  display: flex;
  align-items: center;
  margin-bottom: .677vw;
  cursor: pointer;
}

.form-check-checkbox {
  width: 1.042vw;
  height: 1.042vw;
  background-color: #eff1f3;
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  background-size: 0;
  background-position: center center;
  margin-right: .46875vw;
}

.form-check-checkbox.is-radio {
  border-radius: 50%;
}

.form-check-checkbox.is-checkbox {
  border-radius: 3px;
}

.form-input {
  display: flex;
  align-items: center;
  width: 21.875vw;
  height: 3.646vw;
}

.form-input__label {
  width: 3.958vw;
  border-left: 1px solid #fff;
  background-color: #f7f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.form-input__label img {
  width: .9375vw;
}

.input {
  padding: 0 1.875vw;
  height: 100%;
  border-radius: 3px 0 0 3px;
  background-color: #f7f6f6;
  border: 0;
}

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

.policy__img {
  display: flex;
  width: .677vw;
  margin-right: .521vw;
}

.hero-bg {
  display: flex;
  width: 26.771vw;
  position: absolute;
  left: -.4vw;
  top: 8vw;
}

.hero-img {
  display: flex;
  width: 37.59vw;
  position: absolute;
  bottom: -2.6vw;
  right: 19.7vw;
  z-index: -1;
}

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

  .hero-items {
    gap: 2.485rem;
    flex-wrap: wrap;
  }

  .hero-item__check {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: .9375rem;
  }

  .hero-item__check img {
    width: .677rem;
  }

  .text21 {
    font-size: 1.7rem;
  }

  .price .t-min {
    text-align: center;
  }

  .price .text24 {
    text-align: center;
  }

  .hero-form {
    padding: 2rem;
  }

  .hero-form .t-min br {
    display: none;
  }

  .hero-form .text br {
    display: none;
  }

  .hero-form__wrapper {
    gap: 1rem;
    margin-bottom: 2.083rem;
  }

  .hero-form .form-input {
    margin-bottom: 1rem;
  }

  .hero-form .btn {
    width: 100%;
    margin-bottom: 1rem;
  }

  .hero-form .btn .btn-text {
    font-size: 1.1rem;
  }

  .form-check-input:checked ~ .form-check-label .form-check-checkbox {
    background-size: .477rem;
  }

  .form-check-label {
    margin-bottom: .677rem;
  }

  .form-check-checkbox {
    width: 1.042rem;
    height: 1.042rem;
    margin-right: .46875rem;
  }

  .form-input {
    width: 100%;
    height: 4.5rem;
  }

  .form-input__label {
    width: 5rem;
  }

  .form-input__label img {
    width: 1.3rem;
  }

  .input {
    padding: 0 1.875rem;
  }

  .policy__img {
    width: 2rem;
    margin-right: .521rem;
  }

  .hero-bg {
    width: 26.771rem;
    left: -.4rem;
    top: 8rem;
  }

  .hero-img {
    width: 28.8rem;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }

  .hero__inner {
    flex-direction: column;
    padding-bottom: 29rem;
  }

  .title br {
    display: none;
  }

  .title-lg br {
    display: none;
  }

  .hero-left {
    margin-bottom: 3rem;
  }

  .hero {
    padding-bottom: 0;
  }
}

.price__inner {
  position: relative;
}

.price-left__wrapper {
  display: flex;
  margin-bottom: 1.5625vw;
}

.price-left__wrapper .form-input {
  width: 18.229vw;
  margin-right: 1.042vw;
  height: 3.90625vw;
}

.price-left__wrapper .form-input__label {
  width: 4.0625vw;
}

.price-left__wrapper .btn {
  padding: 0;
  height: 3.90625vw;
  width: 18.229vw;
}

.form-input.form-input--light .input {
  background-color: #fff;
}

.form-input.form-input--light .form-input__label {
  background-color: #fff;
  border-color: #f7f6f6;
}

.price-img {
  display: flex;
  width: 37.396vw;
  position: absolute;
  right: -1.7vw;
  top: -3.1vw;
}

.price-bg {
  display: flex;
  width: 26.771vw;
  position: absolute;
  right: -1.7vw;
  top: -12.3vw;
  z-index: -1;
}

@media (max-width: 900px) {
  .price-left__wrapper {
    margin-bottom: 0;
    flex-direction: column;
  }

  .price-left__wrapper .form-input {
    width: 100%;
    margin-right: 0;
    height: 4.5rem;
    margin-bottom: 1rem;
  }

  .price-left__wrapper .form-input__label {
    width: 5rem;
  }

  .price-left__wrapper .btn {
    height: 4.5rem;
    width: 100%;
  }

  .price-left__wrapper .btn .btn-text {
    font-size: 1.1rem;
  }

  .price-img {
    width: 28.8rem;
    right: 50%;
    transform: translateX(50%);
    top: unset;
    bottom: 0;
  }

  .price-bg {
    width: 26.771rem;
    right: -1.7rem;
    top: -12.3rem;
  }

  .price__inner {
    padding-bottom: 30rem;
  }

  .price {
    padding-bottom: 0;
  }
}

.audit {
  padding-top: 5.208vw;
  padding-bottom: 4.167vw;
  background-color: #4145e5;
}

.audit-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.646vw;
}

.audit-btn-wrapper .btn {
  margin: 0 1.302vw;
  padding: 1.667vw 3.75vw;
}

.audit-arrow {
  display: flex;
  width: .885vw;
  margin-bottom: .15625vw;
  -webkit-animation: arrowsOp 1s infinite;
  animation: arrowsOp 1s infinite;
}

.audit-arrow:last-child {
  margin-bottom: 0;
}

.audit-arrow-1 {
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.audit-arrow-2 {
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.audit-arrow-3 {
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

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

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

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

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

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

.audit-item {
  display: flex;
  align-items: flex-end;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  height: 26.042vw;
  background-position: top -.2vw right -.2vw;
  background-size: 41.5625vw;
  background-repeat: no-repeat;
}

.audit-item.is-red {
  background-image: url(../img/red-bg.png);
}

.audit-item.is-green {
  background-image: url(../img/green-bg.png);
}

.audit-item.is-green .audit-item__wrapper {
  margin-bottom: 1.792vw;
}

.audit-item__img {
  display: flex;
  width: 17.708vw;
  margin-right: 3.125vw;
}

.audit-item__wrapper {
  display: flex;
  align-items: center;
  gap: 1.71875vw;
  margin-bottom: 2.292vw;
}

.audit-item__right {
  padding-bottom: 2.3vw;
  padding-right: 2.03125vw;
}

.audit-item .btn {
  width: 9.675vw;
  height: 3.177vw;
  padding: 0 1vw;
}

.audit-item .link {
  white-space: nowrap;
}

.audit-info {
  display: flex;
  align-items: center;
}

.audit-info__img {
  width: 2.083vw;
  height: 2.083vw;
  border-radius: 50%;
  background-color: #3a3ece;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: .78125vw;
}

.audit-info__img img {
  width: 1.042vw;
}

@media (max-width: 900px) {
  .audit {
    padding-top: 5.208rem;
    padding-bottom: 4.167rem;
  }

  .audit-btn-wrapper {
    margin-bottom: 3.646rem;
  }

  .audit-btn-wrapper .btn {
    margin: 0 1.302rem;
    padding: 1.667rem 2.35rem;
  }

  .audit-arrow {
    width: 1.185rem;
    margin-bottom: .15625rem;
  }

  .audit-item {
    height: auto;
    background-position: top -.2vw right -.2vw;
    align-items: center;
    flex-direction: column;
    background-size: 41.5625rem;
  }

  .audit-item.is-green .audit-item__wrapper {
    margin-bottom: 1.792rem;
  }

  .audit-item__img {
    width: 20rem;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .audit-item__wrapper {
    gap: 1.71875rem;
    margin-bottom: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .audit-item__right {
    padding-bottom: 2.3rem;
    padding-right: 0;
    padding-left: 2.8rem;
  }

  .audit-item .btn {
    width: auto;
    height: 4.5rem;
    padding: 0 1.6rem;
  }

  .audit-info__img {
    width: 2.083rem;
    height: 2.083rem;
    margin-right: .78125rem;
  }

  .audit-info__img img {
    width: 1.042rem;
  }

  .audit-content {
    flex-direction: row;
    gap: 2rem;
  }

  .link--arrow svg {
    width: .56rem;
    margin-left: 1.217rem;
  }

  .btn {
    margin-bottom: 0;
  }

  .price-left__wrapper .btn {
    margin-bottom: 1rem;
  }

  .audit-item {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .audit-content {
    flex-direction: column;
    gap: 2rem;
  }
}

.hot {
  padding-bottom: 0;
}

.hot-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.71875vw;
  margin-bottom: 8.75vw;
}

.hot-btn {
  padding: 1.25vw 3.177vw;
  border-radius: 3px;
  border: 1px solid transparent;
  color: #747474;
  background: 0 0;
  cursor: pointer;
  transition: .3s;
  position: relative;
}

.hot-btn::before {
  content: '';
  width: .573vw;
  height: .3125vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.6vw;
  background: url(../img/hot-arrow.png) center no-repeat;
  background-size: contain;
}

.hot-btn.active {
  color: #4e9ef7;
  border-color: #4e9ef7;
  pointer-events: none;
}

.hot-btn.active::before {
  background-size: 0;
}

.hot-btn:hover {
  border-color: #747474;
}

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

.hot-item:nth-child(even) {
  flex-direction: row-reverse;
}

.hot-item__subtitle {
  color: #4e9ef7;
}

.hot-item__bg {
  display: flex;
  position: absolute;
  z-index: -1;
}

.hot-item.is-max .hot-item__img {
  display: flex;
  width: 39.323vw;
}

.hot-item.is-max .hot-item__bg {
  width: 49.01vw;
  right: -9.1vw;
  top: -12.1vw;
}

.hot-item.is-clients .hot-item__img {
  display: flex;
  width: 37.135vw;
  filter: drop-shadow(0 0 183px rgba(0, 0, 0, 0.05));
}

.hot-item.is-clients .hot-item__bg {
  width: 70.885vw;
  left: -18vw;
  top: -.1vw;
}

.hot-item.is-warranty .hot-item__img {
  display: flex;
  width: 44.84375vw;
}

.hot-item.is-warranty .hot-item__bg {
  width: 80.15625vw;
  right: -18vw;
  top: 6.9vw;
}

.hot-item.is-context {
  margin-top: -7vw;
}

.hot-item.is-context .hot-item__img {
  display: flex;
  width: 58.59375vw;
  margin-left: -12.2vw;
}

.hot-item.is-context .hot-item__bg {
  width: 69.115vw;
  left: -18vw;
  top: 9.4vw;
}

.hot-item.is-reports {
  margin-top: -5vw;
}

.hot-item.is-reports .hot-item__img {
  display: flex;
  width: 39.0625vw;
}

.hot-item.is-reports .hot-item__bg {
  width: 47.865vw;
  right: 9vw;
  top: 9.4vw;
}

.hot-item.is-marketing .hot-item__img {
  display: flex;
  width: 35.29375vw;
  margin-left: -1.6vw;
}

.hot-item.is-marketing .hot-item__bg {
  width: 56.865vw;
  left: -23vw;
  top: 1.4vw;
}

.hot-item.is-analytics .hot-item__img {
  display: flex;
  width: 40.104vw;
}

.hot-item.is-time .hot-item__img {
  display: flex;
  width: 36.198vw;
}

.hot-item.is-time .hot-item__bg {
  width: 56.865vw;
  right: -17vw;
  top: -3.6vw;
}

.hot-item.is-problems .hot-item__img {
  display: flex;
  width: 50.78125vw;
  margin-left: -6.4vw;
}

.hot-item.is-problems .hot-item__bg {
  width: 56.865vw;
  left: -9vw;
  top: 6.4vw;
}

.link.link--arrow.is-blue {
  color: #4e9ef7;
}

.link.link--arrow.is-blue svg {
  width: .46875vw;
  margin-left: 1.017vw;
  margin-bottom: .3vw;
}

.link.link--arrow.is-blue svg polygon {
  fill: #4e9ef7;
}

.link.link--arrow.is-blue:hover {
  color: #1d83f5;
}

.link.link--arrow.is-blue:hover svg polygon {
  fill: #1d83f5;
}

.hot-item.is-context.is-context-2 .hot-item__img {
  margin-left: 0;
  margin-right: -12vw;
}

.link.has-hover {
  position: relative;
}

.link.has-hover::before {
  content: attr(data-hover);
  padding: .6vw;
  background-color: #fff;
  border-radius: 11px;
  opacity: 0;
  transition: .3s;
  pointer-events: none;
  position: absolute;
  top: -2.6vw;
  left: 0;
  font-size: .6vw;
  color: #282828;
  box-shadow: 4px 7px 17px -6px #000;
}

.link.has-hover:hover::before {
  opacity: 1;
}

@media (max-width: 900px) {
  .hot-btns {
    gap: 1.71875rem;
    margin-bottom: 5rem;
    flex-direction: column;
  }

  .hot-btn {
    padding: 1.25rem 3.177rem;
  }

  .hot-btn::before {
    content: '';
    width: 1.073rem;
    height: .6125rem;
    right: 1.6rem;
  }

  .hot-item:nth-child(even) {
    flex-direction: column;
  }

  .team-num .title-lg {
    text-align: left;
  }

  .hot-item {
    margin-bottom: 9rem;
  }

  .hot-item::before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: rgba(40, 40, 40, 0.1);
    position: absolute;
    bottom: -4rem;
  }

  .hot-item:last-child {
    margin-bottom: 2rem;
  }

  .hot-item:last-child::before {
    display: none;
  }

  .hot-item .text24 br {
    display: none;
  }

  .hot-item.is-max .hot-item__img {
    width: 100%;
  }

  .hot-item.is-max .hot-item__bg {
    width: 49.01rem;
    right: -9.1rem;
    top: -12.1rem;
  }

  .hot-item.is-clients .hot-item__img {
    width: 100%;
  }

  .hot-item.is-clients .hot-item__bg {
    width: 70.885rem;
    left: -18rem;
    top: -.1rem;
  }

  .hot-item.is-warranty .hot-item__img {
    width: 100%;
  }

  .hot-item.is-warranty .hot-item__bg {
    width: 80.15625rem;
    right: -18rem;
    top: 6.9rem;
  }

  .hot-item.is-context {
    margin-top: 0;
  }

  .hot-item.is-context .hot-item__img {
    width: 100%;
    margin-left: 0;
  }

  .hot-item.is-context .hot-item__bg {
    width: 69.115rem;
    left: -18rem;
    top: 9.4rem;
  }

  .hot-item.is-reports {
    margin-top: 0;
  }

  .hot-item.is-reports .hot-item__img {
    width: 100%;
  }

  .hot-item.is-reports .hot-item__bg {
    width: 47.865rem;
    right: 9rem;
    top: 9.4rem;
  }

  .hot-item.is-marketing .hot-item__img {
    width: 100%;
    margin-left: -1.6rem;
  }

  .hot-item.is-marketing .hot-item__bg {
    width: 56.865rem;
    left: -23rem;
    top: 1.4rem;
  }

  .hot-item.is-analytics .hot-item__img {
    width: 100%;
  }

  .hot-item.is-time .hot-item__img {
    width: 100%;
  }

  .hot-item.is-time .hot-item__bg {
    width: 56.865rem;
    right: -17rem;
    top: -3.6rem;
  }

  .hot-item.is-problems .hot-item__img {
    width: 100%;
    margin-left: -6.4rem;
  }

  .hot-item.is-problems .hot-item__bg {
    width: 56.865rem;
    left: -9rem;
    top: 6.4rem;
  }

  .link.link--arrow.is-blue svg {
    width: .46875rem;
    margin-left: 1.017rem;
    margin-bottom: .3rem;
  }

  .hot-item {
    flex-direction: column;
  }

  .hot-item__content {
    margin-bottom: 2rem;
  }

  .hot-btn.active::before {
    background-size: contain;
  }
}

.team {
  background: #4145e5 url(../img/team-bg.png) center no-repeat;
  background-size: cover;
  height: 46.875vw;
}

.team-item {
  position: absolute;
  bottom: 0;
}

.team-item__photo {
  display: flex;
}

.team-item__name {
  position: absolute;
}

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

.team-item-plus:hover .team-item-plus__hover {
  opacity: 1;
}

.team-item-plus__check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.073vw;
  height: 3.073vw;
  background-color: #4e9ef7;
  border-radius: 50%;
  font-size: 1.823vw;
  font-weight: 600;
  line-height: 3.073vw;
  padding-top: .4vw;
  position: relative;
  cursor: pointer;
}

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

.team-item-plus__check::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4e9ef7;
  opacity: .15;
  border-radius: 50%;
  -webkit-animation: animPulse 2s linear infinite;
  animation: animPulse 2s linear infinite;
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
  z-index: -1;
}

.team-item-plus__hover {
  padding: 1.5vw;
  opacity: 0;
  transition: .4s;
  pointer-events: none;
  border-radius: 5px;
  color: #282828;
  white-space: nowrap;
  position: absolute;
  top: 1.6vw;
  left: 1.4375vw;
  z-index: -2;
  background: #fff url(../img/team-item-bg.png) no-repeat -3.7vw 3.1vw;
}

.team-item:nth-child(1) {
  left: 3.385vw;
  z-index: 1;
}

.team-item:nth-child(1) .team-item__photo {
  width: 24.271vw;
}

.team-item:nth-child(1) .team-item__name {
  top: 5.5vw;
  right: 0;
}

.team-item:nth-child(1) .team-item-plus {
  right: 4vw;
  top: 13vw;
}

.team-item:nth-child(2) {
  left: 25vw;
}

.team-item:nth-child(2) .team-item__photo {
  width: 27.396vw;
}

.team-item:nth-child(2) .team-item__name {
  top: 5.5vw;
  right: 0;
}

.team-item:nth-child(2) .team-item-plus {
  right: 4vw;
  top: 13vw;
}

.team-item:nth-child(3) {
  left: 51.5625vw;
}

.team-item:nth-child(3) .team-item__photo {
  width: 21.25vw;
}

.team-item:nth-child(3) .team-item__name {
  top: 9.5vw;
  right: -2vw;
}

.team-item:nth-child(3) .team-item-plus {
  right: 5.6vw;
  top: 15vw;
}

.team-nums {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9.323vw;
}

.team-num {
  padding: 2.292vw 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  width: 9.792vw;
}

.team-num:last-child {
  border: 0;
}

@-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);
  }
}

@media (max-width: 900px) {
  .team {
    height: auto;
    padding-bottom: 0;
  }

  .team-item {
    position: relative;
    margin-bottom: 3rem;
  }

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

  .team-item-plus__check {
    width: 3.073rem;
    height: 3.073rem;
    font-size: 1.823rem;
    line-height: 3.073rem;
    padding-top: .4rem;
  }

  .team-item-plus__hover {
    padding: 1.5rem;
    top: 1.6rem;
    left: -16.5625rem;
    background: #fff url(../img/team-item-bg.png) no-repeat -6.3rem 3.9rem;
  }

  .team-item:nth-child(1) {
    left: 0;
  }

  .team-item:nth-child(1) .team-item__photo {
    width: 24.271rem;
  }

  .team-item:nth-child(1) .team-item__name {
    top: 19.5rem;
    right: 10rem;
  }

  .team-item:nth-child(1) .team-item-plus {
    right: 5rem;
    top: 11rem;
  }

  .team-item:nth-child(2) {
    left: 0;
  }

  .team-item:nth-child(2) .team-item__photo {
    width: 27.396rem;
  }

  .team-item:nth-child(2) .team-item__name {
    top: 19.5rem;
    right: 12rem;
  }

  .team-item:nth-child(2) .team-item-plus {
    right: 4rem;
    top: 13rem;
  }

  .team-item:nth-child(3) {
    left: 0;
  }

  .team-item:nth-child(3) .team-item__photo {
    width: 21.25rem;
  }

  .team-item:nth-child(3) .team-item__name {
    top: 24.5rem;
    right: 10rem;
  }

  .team-item:nth-child(3) .team-item-plus {
    right: 5.6rem;
    top: 15rem;
  }

  .team-nums {
    right: 0;
    position: relative;
    transform: none;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .team-num {
    padding: 2.292rem 0;
    width: 48%;
  }

  .team-num:nth-child(3) {
    border: 0;
  }

  .team-items {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

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

.cases-words {
  position: absolute;
  height: 7vw;
  overflow: hidden;
  display: flex;
  pointer-events: none;
  top: 4.167vw;
  width: 100%;
  right: 0;
}

.words-wrap {
  position: absolute;
  top: 0;
  left: -85vw;
  display: flex;
  -webkit-animation: wordsWrapAnim 19s linear infinite;
  animation: wordsWrapAnim 19s linear infinite;
}

.words-wrap:nth-child(2) {
  -webkit-animation-delay: 9.5s;
  animation-delay: 9.5s;
}

.cases-word {
  top: -2.3vw;
  position: static;
  margin-right: 6vw;
  -webkit-animation: none;
  animation: none;
  font-weight: 300;
  opacity: .1;
  color: #282728;
  font-size: 6.51vw;
}

.cases-word:nth-child(1) {
  left: -5.6vw;
}

.cases-word:nth-child(2) {
  left: 36vw;
  -webkit-animation-delay: unset;
  animation-delay: unset;
}

.cases-word:nth-child(3) {
  left: 77.5vw;
  -webkit-animation-delay: unset;
  animation-delay: unset;
}

@-webkit-keyframes wordsWrapAnim {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(200vw);
  }
}

@keyframes wordsWrapAnim {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(200vw);
  }
}

.cases-item {
  display: flex !important;
  justify-content: space-between;
  padding: 0 6.25vw;
}

.cases-item__before {
  border-radius: 5px;
  border: 1px dashed #5cade3;
  background-color: #f7f6f6;
  padding: 14px 26px 19px;
}

.cases-item__after {
  border-radius: 5px;
  padding: 14px 26px 19px;
  border: 1px dashed #f7f6f6;
  color: #fff;
  background: #4145e5 url(../img/after-bg.png) -0.7vw -1.3vw no-repeat;
}

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

.cases-item-left__img {
  display: flex;
  width: 27.03125vw;
  position: relative;
  margin-top: 4vw;
}

.cases-item-left__img::before {
  content: '';
  width: 31.458vw;
  height: 24.167vw;
  position: absolute;
  left: -2vw;
  z-index: -1;
  background: url(../img/case-left-bg.png) center no-repeat;
  background-size: contain;
}

.cases-item-left__content {
  margin-left: -4vw;
}

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

.cases-item-right__img {
  display: flex;
  width: 27.03125vw;
  position: relative;
  margin-top: 3.9vw;
}

.cases-item-right__img::before {
  content: '';
  width: 31.875vw;
  height: 27.5vw;
  position: absolute;
  left: -2vw;
  top: -6.1vw;
  z-index: -1;
  background: url(../img/case-right-bg.png) center no-repeat;
  background-size: contain;
}

.cases-item-right__wrapper {
  display: flex;
  gap: 1.302vw;
  margin-bottom: 2.34375vw;
}

.cases-item-right__content {
  margin-left: -6vw;
}

.cases-item-right .btn {
  width: 100%;
}

.colored {
  color: #4e9ef7;
}

.slick-next::before, .slick-prev::before {
  content: '';
  border: solid #282728;
  opacity: .25;
  border-width: 0 .208vw .208vw 0;
  display: inline-block;
  padding: .325vw;
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%) rotate(135deg);
}

.slick-next::before {
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 48%;
}

.slick-next, .slick-prev {
  transition: .3s;
  z-index: 1;
}

.slick-next {
  right: 2.5vw;
}

.slick-prev {
  left: 2.5vw;
}

@media (max-width: 900px) {
  .cases {
    padding-top: 5rem;
  }

  .cases-words {
    height: 7rem;
    top: 4.167rem;
    display: none;
  }

  .words-wrap {
    left: -85rem;
  }

  .cases-word {
    top: -2.3rem;
    margin-right: 6rem;
    font-size: 6.51rem;
  }

  .cases-word:nth-child(1) {
    left: -5.6rem;
  }

  .cases-word:nth-child(2) {
    left: 36rem;
  }

  .cases-word:nth-child(3) {
    left: 77.5rem;
  }

  @-webkit-keyframes wordsWrapAnim {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(200rem);
    }
  }

  @keyframes wordsWrapAnim {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(200rem);
    }
  }

  .cases-item {
    padding: 0 3rem;
  }

  .cases-item__after {
    background: #4145e5 url(../img/after-bg.png) -0.7rem -1.3rem no-repeat;
  }

  .cases-item-left__img {
    width: 27.03125rem;
    margin-top: 0;
    margin-bottom: -4rem;
  }

  .cases-item-left__img::before {
    width: 31.458rem;
    height: 24.167rem;
    left: -2rem;
  }

  .cases-item-left__content {
    margin-left: 0;
  }

  .cases-item-left__content br {
    display: none;
  }

  .cases-item-right__img {
    width: 27.03125rem;
    margin-top: 0;
  }

  .cases-item-right__img::before {
    width: 31.875rem;
    height: 27.5rem;
    left: -2rem;
    top: -6.1rem;
  }

  .cases-item-right__wrapper {
    gap: 1.302rem;
    margin-bottom: 2.34375rem;
  }

  .cases-item-right__content {
    margin-left: 0;
  }

  .slick-next::before, .slick-prev::before {
    border-width: 0 .208rem .208rem 0;
    padding: .725rem;
  }

  .slick-next {
    right: 1rem;
  }

  .slick-prev {
    left: 1rem;
  }

  .cases-item {
    flex-direction: column;
  }

  .cases-item-left {
    flex-direction: column;
    margin-bottom: 2rem;
  }

  .cases-item-right {
    flex-direction: column;
  }
}

.clients {
  padding-top: 6vw;
}

.clients-items .slick-next {
  right: -2.5vw;
}

.clients-items .slick-prev {
  left: -2.5vw;
}

.clients-item {
  background: #fff url(../img/clients-bg.png) no-repeat left top;
  border-radius: 5px;
  display: flex !important;
  margin: 0 .885vw;
}

.clients-item__img {
  display: flex;
  min-width: 19.427vw;
  width: 19.427vw;
}

.clients-item-right {
  padding: 2.34375vw 2.8125vw 2.24vw 0;
  margin-left: -1.2vw;
}

.clients-item-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.302vw;
}

.clients-item__text {
  color: #898989;
  margin-bottom: 2.083vw;
}

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

.clients-item-video {
  display: flex;
  align-items: center;
  z-index: 1;
}

.clients-item-video__play {
  width: 1.667vw;
  height: 1.667vw;
  background-color: #4e9ef7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  margin-left: 1.198vw;
}

.clients-item-video__play::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4e9ef7;
  opacity: .15;
  border-radius: 50%;
  -webkit-animation: animPulse 2s linear infinite;
  animation: animPulse 2s linear infinite;
  z-index: -1;
}

.clients-item-video__play::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4e9ef7;
  opacity: .15;
  border-radius: 50%;
  -webkit-animation: animPulse 2s linear infinite;
  animation: animPulse 2s linear infinite;
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
  z-index: -1;
}

.clients-item .link {
  color: #4e9ef7;
}

.clients-item .link::before {
  border-color: #4e9ef7;
}

.clients-item .link svg {
  margin-left: .817vw;
  margin-bottom: .2vw;
}

.clients-item .link svg polygon {
  fill: #4e9ef7;
}

.slick-dots {
  bottom: -70px;
}

.slick-dots li button {
  width: .9375vw;
  height: .9375vw;
  background-color: #d7d7d7;
  border-radius: 50%;
  transition: .3s;
}

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

.slick-dots li button:hover {
  background-color: #4b98ee;
}

.slick-dots li.slick-active button {
  background-color: #4b98ee;
}

@media (max-width: 900px) {
  .clients-items .slick-next {
    right: -1.5rem;
  }

  .clients-items .slick-prev {
    left: -1.5rem;
  }

  .clients-item {
    margin: 0 .885rem;
    flex-direction: column-reverse;
  }

  .clients-item__img {
    min-width: 19.427rem;
    width: 19.427rem;
    align-self: center;
    display: none;
  }

  .clients-item-right {
    padding: 2rem;
    margin-left: 0;
  }

  .clients-item-top {
    margin-bottom: 1.302rem;
  }

  .clients-item__text {
    margin-bottom: 2.083rem;
    color: #282828;
  }

  .clients-item-video__play {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 1.198rem;
  }

  .clients-item .link svg {
    margin-left: .817rem;
    margin-bottom: .2rem;
  }

  .slick-dots {
    bottom: -70px;
  }

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

  .clients-item-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .clients-item-bottom .link {
    margin-bottom: 1rem;
  }
}

.steps {
  padding: 5.677vw 0;
  padding-bottom: 1.667vw;
  background: #fff url(../img/steps-section-bg.png) center bottom no-repeat;
}

.steps .slick-next {
  right: -1.1vw;
}

.steps .slick-prev {
  left: -1.1vw;
}

.steps-item {
  padding: 2.604vw 3.385vw;
  box-shadow: 0 24px 59px rgba(40, 39, 40, 0.1);
  border-radius: 15px;
  position: relative;
  background: #fff url(../img/steps-bg.png) right -2.9vw bottom -2.8vw no-repeat;
  min-height: 16.325vw;
  margin: 0 1.146vw;
}

.steps-item.slick-slide {
  box-shadow: none;
  transition: box-shadow .1s ease-in-out;
}

.steps-item.slick-slide.slick-active {
  box-shadow: 0 24px 59px rgba(40, 39, 40, 0.1);
}

.steps-item__img {
  position: absolute;
  display: flex;
  top: 2.135vw;
  right: 2.1875vw;
  width: 3.90625vw;
}

.steps-item__num {
  position: absolute;
  right: 1.667vw;
  bottom: 1.51vw;
}

.steps-item__text {
  line-height: 1.25vw;
}

.steps-item .btn {
  padding: 1.40625vw 3.021vw;
}

.steps-items-wrapper {
  width: calc(100% + 3.646vw);
  padding: 4.167vw 1.123vw;
  margin-left: -1.123vw;
  overflow: hidden;
  margin-top: -1.6vw;
}

.steps-items-wrapper .slick-list {
  overflow: visible;
}

@media (max-width: 900px) {
  .steps {
    padding: 5.677rem 0;
    padding-bottom: 1.667rem;
  }

  .steps .slick-next {
    right: -1.1rem;
  }

  .steps .slick-prev {
    left: -1.1rem;
  }

  .steps-item {
    padding: 2.604rem 3.385rem;
    background: #fff url(../img/steps-bg.png) right -5.1rem bottom -4.9rem no-repeat;
    min-height: 16.325rem;
    margin: 0 1.146rem;
  }

  .steps-item__img {
    top: 2.135rem;
    right: 2.1875rem;
    width: 3.90625rem;
  }

  .steps-item__num {
    right: 1.667rem;
    bottom: 1.51rem;
  }

  .steps-item__text {
    line-height: 1.25rem;
  }

  .steps-item .btn {
    padding: 1.40625rem 3.021rem;
  }

  .steps-items-wrapper {
    margin-top: 2rem;
    width: auto;
    padding: 0;
    margin-left: 0;
    margin-top: 0;
    overflow: visible;
  }

  .steps-items-wrapper .slick-list {
    overflow: hidden;
  }
}

.services {
  padding-top: 7.8125vw;
}

.services-items {
  margin-top: 3.802vw;
  display: flex;
}

.services-item {
  padding: 2.604vw;
  width: 25%;
  background-color: #4145e5;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.services-item__img {
  display: flex;
  position: absolute;
  top: 1.927vw;
  right: 2.396vw;
  width: 5.573vw;
}

.services-item .text21 {
  color: #fff;
}

.services-item .link svg {
  width: .46875vw;
  margin-left: 1.017vw;
  margin-bottom: .3vw;
}

.services-item:nth-child(2) .services-item__img {
  right: .796vw;
}

.services-item:nth-child(even) {
  background-color: #f7f6f6;
  box-shadow: 0 0 87px rgba(40, 39, 40, 0.1);
}

.services-item:nth-child(even) .text21 {
  color: #282728;
}

.services-item:nth-child(even) .link {
  color: #4b4fe6;
}

.services-item:nth-child(even) .link svg polygon {
  fill: #4b4fe6;
}

.services-item:nth-child(even) .services-logo {
  box-shadow: 0 0 51px rgba(40, 39, 40, 0.1);
  background-color: #fff;
}

.services-item-logos {
  display: flex;
  gap: .46875vw;
  margin-bottom: 1.667vw;
}

.services-logo {
  width: 2.604vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.604vw;
  box-shadow: 0 0 51px rgba(40, 39, 40, 0.22);
  border-radius: 10px;
  background-color: #4145e5;
}

.services-logo.is-tilda {
  padding: 0 .833vw;
  width: auto;
}

.services-logo.is-tilda img {
  width: 4.0625vw;
}

.services-logo.is-wordpress img {
  width: 1.354vw;
}

.services-logo.is-vk img {
  width: 1.927vw;
}

.services-logo.is-fb img {
  width: 1.927vw;
}

.services-logo.is-inst img {
  width: 1.927vw;
}

.services-logo.is-my {
  background-color: #ff002b;
}

.services-logo.is-my img {
  width: 100%;
}

.services-logo.is-ice img {
  width: .9375vw;
}

.services-logo.is-amo {
  width: auto;
  padding: .521vw;
}

.services-logo.is-amo img {
  width: 5.052vw;
}

.services-logo.is-bitrix img {
  width: 2.24vw;
}

.services-logo.is-lytics img {
  width: 1.5625vw;
}

.services-logo.is-roi {
  width: auto;
}

.services-logo.is-roi img {
  width: 6.615vw;
}

@media (max-width: 900px) {
  .services {
    padding-top: 7.8125rem;
  }

  .services-items {
    margin-top: 3.802rem;
    flex-wrap: wrap;
  }

  .services-item {
    padding: 2.604rem;
    width: 100%;
  }

  .services-item__img {
    top: 1.927rem;
    right: 2.396rem;
    width: 5.573rem;
  }

  .services-item .link svg {
    width: .46875rem;
    margin-left: 1.017rem;
    margin-bottom: .3rem;
  }

  .services-item:nth-child(2) .services-item__img {
    right: .796rem;
  }

  .services-item-logos {
    gap: .46875rem;
    margin-bottom: 1.667rem;
  }

  .services-logo {
    width: 2.604rem;
    height: 2.604rem;
  }

  .services-logo.is-tilda {
    padding: 0 .833rem;
  }

  .services-logo.is-tilda img {
    width: 4.0625rem;
  }

  .services-logo.is-wordpress img {
    width: 1.354rem;
  }

  .services-logo.is-vk img {
    width: 1.927rem;
  }

  .services-logo.is-fb img {
    width: 1.927rem;
  }

  .services-logo.is-inst img {
    width: 1.927rem;
  }

  .services-logo.is-ice img {
    width: .9375rem;
  }

  .services-logo.is-amo {
    padding: .521rem;
  }

  .services-logo.is-amo img {
    width: 5.052rem;
  }

  .services-logo.is-bitrix img {
    width: 2.24rem;
  }

  .services-logo.is-lytics img {
    width: 1.5625rem;
  }

  .services-logo.is-roi img {
    width: 6.615rem;
  }
}

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

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

.faq__item {
  cursor: pointer;
}

.faq__item-top {
  padding-top: 2.292vw;
  padding-bottom: 2.292vw;
  padding-left: 2.03125vw;
  border-bottom: 1px solid rgba(40, 39, 40, 0.15);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.faq__item-top::before {
  content: '';
  border: solid rgba(40, 39, 40, 0.5);
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: .2vw;
  position: absolute;
  transform: rotate(45deg);
  top: 43%;
  left: 0;
  transition: .3s;
}

.faq__icon {
  padding-top: .26vw;
  opacity: .5;
}

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

.faq__item.active .faq__item-top::before {
  transform: rotate(225deg);
}

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

@media (max-width: 900px) {
  .faq {
    padding-top: 1.042rem;
  }

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

  .faq__item-top {
    padding-top: 2.292rem;
    padding-bottom: 2.292rem;
    padding-left: 2.03125rem;
  }

  .faq__item-top::before {
    padding: .2rem;
  }

  .faq__icon {
    padding-top: .26rem;
  }

  .faq__content {
    padding-left: 2.03125rem;
    padding-top: 1.042rem;
  }
}

.help {
  padding-top: 6vw;
  background: url(../img/help-bg.png) right bottom no-repeat;
  background-size: 111.71875vw;
}

.help__inner {
  display: flex;
  align-items: flex-end;
  gap: 6.146vw;
}

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

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

.socials-item.is-fb img, .socials-item.is-inst img, .socials-item.is-vk img {
  width: 100%;
}

.help-phone {
  margin: 3.385vw 0;
}

.help-socials {
  margin-bottom: 3.385vw;
}

.help-address, .help-email {
  margin-bottom: 3.385vw;
}

@media (max-width: 900px) {
  .help {
    background-size: 0;
  }

  .help__inner {
    gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .help-phone {
    margin: 3.385rem 0;
  }

  .help-socials {
    margin-bottom: 3.385rem;
  }

  .help-address, .help-email {
    margin-bottom: 3.385rem;
  }
}

.footer {
  padding: 1.865vw 0;
  background-color: #4145e5;
}

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

.footer__item, .footer__text {
  line-height: 1.25vw;
}

.footer__link {
  color: #fff;
}

.calc {
  padding: 0;
  padding-top: 6vw;
  margin-top: 0;
}

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

  .footer__inner {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    text-align: center;
  }

  .footer__item, .footer__text {
    line-height: 1.25rem;
  }

  .footer-address {
    order: 1;
  }

  .footer-nums {
    order: 2;
  }

  .footer-copy {
    width: 100%;
    order: 3;
  }

  .footer__link {
    width: 100%;
    order: 4;
    justify-content: center;
  }

  .footer__item {
    width: 100%;
    text-align: center;
    order: 5;
  }

  .footer__item .footer__link {
    width: auto;
  }
}

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

.modal {
  top: 5vw;
  width: auto;
  color: #2c2b2c;
  transform: translateX(-50%);
  text-align: center;
  margin-bottom: 0;
  border: 0;
  box-shadow: 0 1px 120px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: url(../img/modal-call-bg.png);
  background-position: top 1vw right -7vw;
  background-size: 25.78125vw;
}

.modal .form-input {
  margin-bottom: .521vw;
}

.modal .btn {
  padding: 0;
  width: 21.875vw;
  height: 3.646vw;
  margin-bottom: .521vw;
}

.modal::before {
  display: none;
}

.modal-call {
  padding: 2.292vw 19.53125vw 2.292vw 2.865vw;
}

.modal__close {
  width: 1.302vw;
  height: 1.302vw;
  position: absolute;
  top: 1.042vw;
  right: 1.042vw;
  display: block;
  z-index: 9;
  cursor: pointer;
}

@media (max-width: 900px) {
  .modal__close {
    width: 2.5rem;
    height: 2.5rem;
    top: 2rem;
    right: 2rem;
  }
}

.modal__close::after, .modal__close::before {
  content: ' ';
  position: absolute;
  left: 50%;
  height: 100%;
  width: 3px;
  background-color: #d1d1d1;
  border-radius: 3px;
  transform: rotate(-45deg);
  transition: .3s;
}

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

.call-form__right {
  position: absolute;
  right: -4.1vw;
  bottom: 0;
}

.call-form__photo {
  display: flex;
  width: 20.625vw;
}

.call-form__name {
  position: absolute;
  left: -1vw;
  top: 4vw;
}

.modal-case {
  padding: 3.28125vw 3.958vw 4.167vw 4.53125vw;
  max-width: 80.365vw;
  text-align: left;
  background-image: url(../img/modal-case-bg.png);
  background-position: top -5vw right -7vw;
  background-size: 18.698vw;
}

.modal-case__item {
  margin-bottom: 1.71875vw;
}

.modal-case__item:last-child {
  margin-bottom: 0;
}

.modal-case__check {
  position: relative;
  padding-left: 1.458vw;
  margin-bottom: .833vw;
}

.modal-case__check:last-child {
  margin-bottom: 0;
}

.modal-case__check::before {
  content: '';
  width: .677vw;
  height: .521vw;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/modal-check.png) center no-repeat;
  background-size: contain;
}

.header {
  transition: .3s;
}

.header__inner {
  transition: .3s;
}

.header.active {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  left: 0;
  top: 0;
  box-shadow: 0 0 10px #000;
}

.header.active .nav {
  display: none;
}

html {
  scroll-behavior: smooth;
}

.modal-politics {
  padding: 1vw;
}

.modal-example {
  padding: 2.165vw;
  padding-right: .6vw;
  padding-top: 3vw;
  box-shadow: 0 1px 120px rgba(0, 0, 0, 0.25);
  background-color: #f1f0f0;
}

.modal-example__images {
  display: flex;
  flex-wrap: wrap;
  gap: 1.042vw;
  justify-content: center;
  height: 19.029vw;
  overflow: auto;
  margin-bottom: 2vw;
  width: 98%;
}

.modal-example__images::-webkit-scrollbar {
  width: 9px;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
}

.modal-example__images::-webkit-scrollbar-button {
  display: none;
}

.modal-example__images::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #6c9df4;
}

.modal-example__images::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #fff;
}

.modal-example__images::-webkit-scrollbar-track-piece {
  border-radius: 5px;
  background-color: #fff;
}

.modal-example__img {
  display: flex;
  width: 12.5vw;
  border-radius: 15px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .modal {
    top: 5rem;
    background-position: top 1rem right -7rem;
    background-size: 25.78125rem;
    width: 32rem;
  }

  .modal .form-input {
    margin-bottom: 1rem;
  }

  .modal .btn {
    width: 100%;
    height: 4.5rem;
    margin-bottom: 1rem;
  }

  .modal-call {
    padding: 2rem;
    padding-bottom: 25rem;
  }

  .call-form__right {
    right: -4.1rem;
  }

  .call-form__photo {
    width: 20.625rem;
  }

  .call-form__name {
    left: -3rem;
    top: 4rem;
  }

  .modal-case {
    padding: 2rem;
    max-width: unset;
    background-position: top -5rem right -7rem;
    background-size: 18.698rem;
  }

  .modal-case__item {
    margin-bottom: 1.71875rem;
  }

  .modal-case__check {
    padding-left: 1.458rem;
    margin-bottom: .833rem;
  }

  .modal-case__check::before {
    width: .677rem;
    height: .521rem;
  }

  .modal-politics {
    padding: 1rem;
  }

  .modal__close {
    top: 2rem;
    right: 2rem;
  }

  .modal-example {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 6rem;
  }

  .modal-example__images {
    gap: 1.042rem;
    height: 71rem;
    margin-bottom: 2rem;
    width: 25.9rem;
    padding-right: 2rem;
  }

  .modal-example__img {
    width: 100%;
  }

  .modal-example .btn {
    width: 25.9rem;
  }
}

.modal__form-wrap .text.colored {
  font-size: 1.875vw;
}

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

@media (max-width: 900px) {
  .modal__form-wrap .text.colored {
    font-size: 1.875rem;
  }

  .header.active .nav {
    display: flex;
  }
}

.hero-subtitle {
  margin-bottom: 6.51vw;
}

.hero-wrapper {
  display: flex;
  align-items: center;
  gap: 5.46875vw;
  text-align: center;
}

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

.socials-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: .677vw;
  margin-right: .677vw;
}

.hero-thank {
  padding-top: 0;
  padding-bottom: 0;
}

.hero-thank .hero-bg {
  z-index: -1;
}

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

.hero-right {
  position: relative;
}

.hero-right__img {
  display: flex;
  width: 32.1875vw;
}

.hero-right__name {
  position: absolute;
  right: 4vw;
  top: 10vw;
}

.thank-bg {
  display: flex;
  width: 53.854vw;
  position: absolute;
  right: 1vw;
  top: 5vw;
  z-index: -1;
}

.hot-tabs--mob {
  display: none;
}

@media (max-width: 900px) {
  .hero-subtitle {
    margin-bottom: 6.51rem;
  }

  .hero-wrapper {
    gap: 2rem;
    flex-direction: column;
  }

  .socials-wrap {
    margin-left: .677rem;
    margin-right: .677rem;
  }

  .hero-right__img {
    width: 100%;
  }

  .hero-right__name {
    right: -1rem;
    top: 10rem;
  }

  .thank-bg {
    width: 53.854rem;
    right: 1rem;
    top: 5rem;
  }

  .hero-thank {
    padding-top: 6rem;
    text-align: center;
  }

  .hero-thank .hero__inner {
    padding-bottom: 0;
  }

  .title72 {
    font-size: 3rem;
  }

  .hot-btns {
    display: none;
  }

  .hot-tabs--desk {
    display: none;
  }

  .hot-tabs--mob {
    display: flex;
    flex-direction: column;
  }

  .hot-btn {
    margin-bottom: 1rem;
    text-transform: uppercase;
  }

  .hot-btn.active {
    pointer-events: all;
  }
}

.error-hero .hero-left {
  align-items: flex-start;
}

.error-hero .hero-right__img {
  width: 49.6875vw;
  margin-right: -6vw;
}

@media (max-width: 900px) {
  .error-hero {
    text-align: center;
    padding-top: 5rem;
  }

  .error-hero .hero-left {
    align-items: center;
  }

  .error-hero .hero-right__img {
    width: 100%;
    margin-right: 0;
  }

  .error-hero .hero__inner {
    padding-bottom: 0;
  }
}

@media (max-width: 900px) {
  .logo__text {
    display: none;
  }
}
