@charset "UTF-8";
/* reset */
/* main variables */
body {
  margin: 0px;
  padding: 0px;
  font-family: "Gilroy", sans-serif;
  background-color: #0C0B0F;
  height: 100%;
  line-height: 1;
  position: relative;
  font-size: 13px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bebas, .bebas * {
  font-family: "Bebas Neue Cyrillic", sans-serif;
}

.ouvality, .ouvality * {
  font-family: "Ouvality", sans-serif;
}

/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

img {
  display: block;
  width: 100%;
}

input,
textarea {
  color: #333;
  font-family: "Gilroy", sans-serif;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

td {
  margin: 0px;
  padding: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

a {
  color: #100da9;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
span,
div,
button {
  outline: none !important;
}

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.delay {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.delay2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.delay4 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.delay6 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.delay8 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.delay10 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@media (max-width: 768px) {
  .delay,
.delay10,
.delay2,
.delay4,
.delay6,
.delay8 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
}
.animate_fade_in,
.animate_fade_left,
.animate_fade_right {
  opacity: 0;
}

@-webkit-keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0, 30px) rotate(1deg);
    transform: translate(0, 30px) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0, 30px) rotate(1deg);
    transform: translate(0, 30px) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.fade_in {
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translate(50px, 0) rotate(1deg);
    transform: translate(50px, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translate(50px, 0) rotate(1deg);
    transform: translate(50px, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.fade_left {
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-left;
  animation-name: slide-left;
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translate(-50px, 0) rotate(1deg);
    transform: translate(-50px, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translate(-50px, 0) rotate(1deg);
    transform: translate(-50px, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.fade_right {
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-right;
  animation-name: slide-right;
}

@font-face {
  font-family: "Ouvality";
  src: url("../fonts/Ouvality.eot");
  src: url("../fonts/Ouvality.eot?#iefix") format("embedded-opentype"), url("../fonts/Ouvality.woff2") format("woff2"), url("../fonts/Ouvality.woff") format("woff"), url("../fonts/Ouvality.ttf") format("truetype"), url("../fonts/Ouvality.svg#Ouvality") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url("../fonts/BebasNeueCyrillic.eot");
  src: url("../fonts/BebasNeueCyrillic.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueCyrillic.woff2") format("woff2"), url("../fonts/BebasNeueCyrillic.woff") format("woff"), url("../fonts/BebasNeueCyrillic.ttf") format("truetype"), url("../fonts/BebasNeueCyrillic.svg#BebasNeueCyrillic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.eot");
  src: url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.eot");
  src: url("../fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraBold.eot");
  src: url("../fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
/*@import "components/_fancybox";
@import "components/_slick";
@import "components/_mCustomScrollbar";*/
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
header {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-order: 1;
}

/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
footer {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-order: 3;
}

.main-wrapper {
  padding: 0 0 0 0;
  min-width: 290px;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
}

.wrapper {
  min-width: 290px;
  max-width: 88.889vw;
  margin: 0 auto;
  position: relative;
}

.mobonlyspec{
  display: none;
  margin-bottom: 12px;
}

/* titles */
/*p{	
	@include font($base-font-size,$base-line-height,$text-color);
	font-weight: 400;	
}
h1{	
	@include font($font-size-h1,$line-height-h1,$title-color);
	font-family: $title-font-family;
	font-weight: 400;	
}
h2{
	@include font($font-size-h2,$line-height-h2,$title-color);
	font-family: $title-font-family;
	font-weight: 400;	
}
h3{
	@include font($font-size-h3,$line-height-h3,$title-color);
	font-family: $title-font-family;
	font-weight: 400;
}*/
/* text position */
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.nowrap {
  white-space: nowrap !important;
}

/* loader */
/*.loaded .main-wrapper{visibility:hidden;}
.icon-load{background:url(../img/loader.gif) no-repeat left top;width:40px;height:40px;position:fixed;left:50%;top:50%;margin-left:-20px;margin-left:-20px;display:none;}
.loaded .icon-load{display:block;}*/
/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-order: 2;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.title {
  text-align: center;
}
.title span {
  font-size: 6.25vw;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  background: -o-linear-gradient(312deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background: linear-gradient(138deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.subtitle {
  font-size: 8.056vw;
  color: #107CFA;
  font-weight: 400;
  line-height: 6.944vw;
  text-align: center;
  position: relative;
  top: -2.083vw;
}
.subtitle.yellow {
  color: #FFBC33;
}

img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn {
  border-radius: 0.903vw;
  background: -o-linear-gradient(288deg, #FFE0A3 12.18%, #F5BB48 88.51%);
  background: linear-gradient(162deg, #FFE0A3 12.18%, #F5BB48 88.51%);
  -webkit-box-shadow: 0 0.278vw 0 0 #D1AE67, 0 1.597vw 4.097vw 0 rgba(249, 182, 48, 0.35);
          box-shadow: 0 0.278vw 0 0 #D1AE67, 0 1.597vw 4.097vw 0 rgba(249, 182, 48, 0.35);
  padding: 2.122vw 3vw;
  color: #654F11;
  font-size: 0.833vw;
  font-weight: 700;
  letter-spacing: 0.433vw;
  text-transform: uppercase;
  border: 0;
}
.btn.blue2 {
  background: #117DFA;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.85vw 3vw;
  margin-left: 1.111vw;
}
.btn.blue2 span {
  color: #fff;
  letter-spacing: 0;
  font-size: 1.111vw;
  font-weight: 500;
  text-transform: none;
  font-family: "Gilroy", sans-serif;
  margin-right: 1.111vw;
}
.btn.blue2 img {
  width: 1.667vw;
}

.banner {
  position: relative;
  border-radius: 0 0 6.944vw 6.944vw;
  overflow: hidden;
}
.banner__btn{
  display: inline-block;
}
.banner__bg {
  display: block;
  width: 100%;
  pointer-events: none;
}
.banner__bgtop {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  border-radius: 0 0 6.944vw 6.944vw;
  z-index: 2;
  pointer-events: none;
}
.banner .wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.banner__box {
  width: 45.208vw;
  position: absolute;
  right: 22.944vw;
  top: 0;
  text-align: center;
  padding-top: 8.944vw;
  z-index: 1;
}
.banner__logo {
  width: 8.611vw;
  position: absolute;
  right: 5.556vw;
  top: 0;
}
.banner__text_1 {
  font-size: 0.903vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.972vw;
  text-transform: uppercase;
  color: #999DA0;
  margin-bottom: 2.083vw;
}
.banner__text_2 span {
  font-size: 5.5vw;
  font-weight: 400;
  line-height: normal;
  background: -o-linear-gradient(271deg, #FFF -25.28%, rgba(255, 255, 255, 0.8) 69.07%);
  background: linear-gradient(179deg, #FFF -25.28%, rgba(255, 255, 255, 0.8) 69.07%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 0.5vw;
}
.banner__text_2 span b{
  font-family: "Gilroy", sans-serif;
}
.banner__text_3 {
  color: #FFBB32;
  font-size: 6.056vw;
  font-weight: 400;
  position: absolute;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  top: 3.194vw;
}
.banner__text_4 span {
  font-size: 25.139vw;
  line-height: normal;
  background: -o-linear-gradient(271deg, #107CFA 16.63%, rgba(16, 124, 250, 0.6) 69.68%);
  background: linear-gradient(179deg, #107CFA 16.63%, rgba(16, 124, 250, 0.6) 69.68%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner__info {
  width: 55.208vw;
  position: absolute;
  right: 5.556vw;
  padding: 0.903vw 1.736vw 0.764vw 0.764vw;
  border-radius: 0.556vw;
  background: rgba(5, 21, 38, 0.46);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  z-index: 6;
  bottom: 12.472vw;
}
.banner__doptext{
  margin-top: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner__doptext span{
  display: block;
  text-align: center;
  font-size: 1.2vw;
  font-weight: 700;
  color: #fff;
}
.banner__doptext p{
  text-align: center;
  font-size: 1.1vw;
  font-weight: 400;
  color: #fff;
  margin-top: 0.6vw;
  position: relative;
  padding-left: 1vw;
}
.banner__doptext p:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.3vw;
  width: 0.4vw;
  height: 0.4vw;
  border-radius: 50%;
  background: #107CFA;
}
.banner__image {
  width: 7.778vw;
  margin-right: 0.556vw;
}
.banner__descr {
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 150%;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 2.083vw;
}
.banner__man {
  position: absolute;
  width: 42.014vw;
  left: -5vw;
  bottom: 0;
  z-index: 4;
}
.banner__blur {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 88.889vw;
  pointer-events: none;
}
.banner__blur2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 38.542vw;
}
.banner__back {
  width: 12.847vw;
  position: absolute;
  left: 5.556vw;
  top: 6.944vw;
  z-index: 3;
}
.banner__back_top {
  width: 100%;
  height: 12.847vw;
  border-radius: 0.556vw;
  background: -o-linear-gradient(291deg, #ECD9A7 18.5%, #C7AC65 75.81%);
  background: linear-gradient(159deg, #ECD9A7 18.5%, #C7AC65 75.81%);
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner__back_top span {
  color: #4A412A;
  font-size: 6.319vw;
  font-weight: 400;
  line-height: 117.023%;
  text-transform: uppercase;
  padding-right: 0.833vw;
}
.banner__back_top p {
  color: #4A412A;
  font-size: 2.083vw;
  font-weight: 300;
  line-height: 117.023%;
  text-transform: uppercase;
  position: relative;
  top: -1.25vw;
}
.banner__back_bott {
  width: 100%;
  height: 38.611vw;
  border-radius: 0.556vw;
  background: rgba(5, 21, 38, 0.46);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  position: relative;
  top: -1.389vw;
}
.banner__olive1 {
  position: absolute;
  width: 1.736vw;
  left: 1.597vw;
  top: 2.917vw;
}
.banner__olive2 {
  position: absolute;
  width: 1.736vw;
  right: 1.597vw;
  top: 2.917vw;
}
.banner__numbers {
  position: absolute;
  left: 9.167vw;
  top: 20.833vw;
  z-index: 5;
}
.banner__number {
  margin-bottom: 1.736vw;
}
.banner__number.flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner__number b {
  color: #FFF;
  font-size: 0.778vw;
  font-weight: 700;
  line-height: 1.042vw;
  text-transform: uppercase;
}
.banner__number span {
  color: #FFF;
  font-size: 6.319vw;
  font-weight: 400;
  line-height: 117.023%;
  text-transform: uppercase;
  padding-right: 0.556vw;
  background: -o-linear-gradient(271deg, #FFF -25.28%, rgba(255, 255, 255, 0.28) 69.07%);
  background: linear-gradient(179deg, #FFF -25.28%, rgba(255, 255, 255, 0.28) 69.07%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner__number span.blue {
  background: #107CFA;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner__number p {
  font-weight: 400;
  line-height: 117.023%;
  text-transform: uppercase;
  font-size: 1.389vw;
  color: #FFF;
  position: relative;
  top: -1.042vw;
}
.banner__insta {
  color: #FFF;
  font-size: 0.903vw;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  padding: 1.25vw 1.389vw;
  border-radius: 0.625vw;
  background: -o-linear-gradient(26deg, #F9CC74 20.83%, #D96551 51.47%, #CC2B8F 72.43%, #6463D8 90.39%);
  background: linear-gradient(64deg, #F9CC74 20.83%, #D96551 51.47%, #CC2B8F 72.43%, #6463D8 90.39%);
  -webkit-backdrop-filter: blur(5.0389223099px);
          backdrop-filter: blur(5.0389223099px);
  position: absolute;
  left: 6.25vw;
  bottom: 3.472vw;
  bottom: 21.47vw;
  z-index: 6;
}

.bltimer {
  padding-top: 9.028vw;
}
.bltimer__bgmob {
  display: none;
}
.bltimer__box {
  padding: 3.819vw 5.903vw 5.694vw 4.861vw;
  border-radius: 0.833vw;
  position: relative;
  background: url(../img/2-s/bg.jpg) center center/cover no-repeat;
}
.bltimer__timer {
  margin-bottom: 1.389vw;
  margin-left: -0.833vw;
}
.bltimer__logo {
  position: absolute;
  width: 10.417vw;
  top: -4.514vw;
  left: -4.167vw;
}
.bltimer__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 4.861vw;
}
.bltimer__right {
  width: 30.556vw;
}
.bltimer__pays {
  margin-bottom: 1.25vw;
}
.bltimer__pays.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bltimer__pays img {
  height: 1.389vw;
  width: auto;
  display: block;
}
.bltimer__bott.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.bltimer__info {
  width: 16.667vw;
  padding: 1.111vw 1.528vw 0.972vw;
  border-radius: 0.556vw;
  background: rgba(22, 99, 189, 0.75);
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
  margin-right: 1.111vw;
}
.bltimer__descr {
  color: #E7EBF0;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 140%;
}
.bltimer__text_1 {
  font-size: 5.625vw;
  font-weight: 400;
  line-height: normal;
  background: -o-linear-gradient(271deg, #FFF 16.63%, rgba(255, 255, 255, 0.6) 69.68%);
  background: linear-gradient(179deg, #FFF 16.63%, rgba(255, 255, 255, 0.6) 69.68%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bltimer__text_2 {
  font-size: 12.569vw;
  font-weight: 400;
  line-height: normal;
  background: -o-linear-gradient(271deg, #FFCE6E 16.63%, #F5BB48 69.68%);
  background: linear-gradient(179deg, #FFCE6E 16.63%, #F5BB48 69.68%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bltimer__text_3 {
  font-size: 6.875vw;
  font-weight: 400;
  line-height: normal;
  background: -o-linear-gradient(271deg, #FFF 16.63%, rgba(255, 255, 255, 0.6) 69.68%);
  background: linear-gradient(179deg, #FFF 16.63%, rgba(255, 255, 255, 0.6) 69.68%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about {
  padding: 13.194vw 0 13.889vw;
  position: relative;
}
.about .wrapper {
  z-index: 3;
}
.about__blur_1 {
  position: absolute;
  right: 0;
  top: -15.972vw;
  width: 48.611vw;
}
.about__blur_2 {
  position: absolute;
  left: 0;
  top: 60.417vw;
  width: 41.667vw;
}
.about__blur_3 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 13.889vw;
}
.about__box {
  padding: 2.083vw 2.778vw 1.042vw;
  border-radius: 1.875vw;
  background: -o-linear-gradient(281deg, rgba(255, 255, 255, 0.8) -5.87%, rgba(230, 237, 240, 0.8) 63.01%);
  background: linear-gradient(169deg, rgba(255, 255, 255, 0.8) -5.87%, rgba(230, 237, 240, 0.8) 63.01%);
  -webkit-backdrop-filter: blur(17px);
          backdrop-filter: blur(17px);
}
.about__box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__item {
  width: 49%;
  margin-bottom: 2.431vw;
}
.about__heading {
  text-align: center;
  font-size: 3.472vw;
  font-weight: 400;
  color: #2F3A3C;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 0.694vw;
}
.about__block {
  background: #fff;
  border-radius: 0.556vw;
}
.about__image {
  height: 20.139vw;
  width: 100%;
  border-radius: 0.556vw 0.556vw 0 0.556vw;
  position: relative;
}
.about__top {
  background: rgba(247, 251, 255, 0.75);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 0.556vw;
  overflow: hidden;
  width: calc(100% - 2.778vw);
  position: absolute;
  left: 1.389vw;
  bottom: 0.833vw;
}
.about__top.flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.about__user {
  width: 51%;
  border-radius: 0.556vw;
  background: -o-linear-gradient(326deg, #3592FF 5.85%, #107CFA 56.25%);
  background: linear-gradient(124deg, #3592FF 5.85%, #107CFA 56.25%);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  overflow: hidden;
  padding: 0.556vw 0.694vw;
}
.about__user.grey {
  background: -o-linear-gradient(326deg, #414F52 5.85%, #2E393C 56.25%);
  background: linear-gradient(124deg, #414F52 5.85%, #2E393C 56.25%);
}
.about__usericon {
  width: 4.306vw;
  height: 4.306vw;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin-right: 1.111vw;
  border: 0.278vw solid rgba(255, 255, 255, 0.24);
}
.about__usericon img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about__userdescr {
  width: 49%;
  border-radius: 0.556vw;
  padding: 1.25vw 0 1.25vw 1.944vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about__userdescr p {
  color: #2A2C2D;
  font-size: 0.972vw;
  font-weight: 400;
  line-height: 150%;
}
.about__userinfo span {
  font-size: 1.389vw;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
}
.about__userinfo p {
  font-size: 0.972vw;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
}
.about__bottom.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about__infobox {
  width: 51%;
  padding: 1.389vw 0.556vw 1.389vw 2.083vw;
}
.about__infobox.big{
  min-height: 14vw;
}
.about__infobox span {
  display: block;
  font-size: 1.111vw;
  font-weight: 700;
  line-height: 150%;
  color: #2A2C2D;
  margin-bottom: 0.625vw;
}
.about__infobox p {
  font-size: 0.972vw;
  font-weight: 400;
  line-height: 150%;
  color: #2A2C2D;
}
.about__infobox img {
  width: 3.472vw;
  position: absolute;
  left: 1.389vw;
  top: 3.472vw;
}
.about__infobox.blue {
  width: 49%;
  border-radius: 0.556vw 0 0.556vw 0.556vw;
  background: -o-linear-gradient(326deg, #3592FF 5.85%, #107CFA 56.25%);
  background: linear-gradient(124deg, #3592FF 5.85%, #107CFA 56.25%);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.about__infobox.blue span, .about__infobox.blue p {
  color: #FFF;
}
.about__infobox.grey {
  width: 49%;
  border-radius: 0.556vw 0 0.556vw 0.556vw;
  background: -o-linear-gradient(326deg, #414F52 5.85%, #2E393C 56.25%);
  background: linear-gradient(124deg, #414F52 5.85%, #2E393C 56.25%);
}
.about__infobox.grey span, .about__infobox.grey p {
  color: #FFF;
}
.about__infobox.logo {
  padding-left: 5.694vw;
  position: relative;
}

.mainres {
  padding-bottom: 42.361vw;
  position: relative;
}
.mainres .wrapper {
  z-index: 2;
}
.mainres__bg {
  position: absolute;
  left: 0;
  bottom: -36.806vw;
  width: 100%;
  z-index: 1;
}
.mainres__box {
  position: relative;
  margin-top: 2.083vw;
}
.mainres__logo {
  position: absolute;
  width: 12.5vw;
  bottom: -15.278vw;
  right: 13.889vw;
}
.mainres__row.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mainres__item {
  border-radius: 0.556vw;
  background: -o-linear-gradient(45deg, rgba(65, 79, 82, 0.8) -43.19%, rgba(46, 57, 60, 0.8) 62.21%);
  background: linear-gradient(45deg, rgba(65, 79, 82, 0.8) -43.19%, rgba(46, 57, 60, 0.8) 62.21%);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  padding: 4.861vw;
  position: relative;
  margin-bottom: 1.042vw;
}
.mainres__item_2 {
  text-align: center;
  padding-left: 3.125vw;
  padding-right: 3.125vw;
  padding-top: 3.333vw;
  padding-bottom: 32.292vw;
}
.mainres__item_3 {
  width: 100%;
  padding: 2.861vw 2.083vw 6.861vw 30.556vw;
  background: -o-linear-gradient(69deg, #FFF 8.08%, #F2F4F7 78.85%);
  background: linear-gradient(21deg, #FFF 8.08%, #F2F4F7 78.85%);
}
.mainres__item_4 {
  padding: 2.778vw 4.306vw 17.708vw;
  text-align: center;
  width: 49%;
  background: -o-linear-gradient(339deg, #3592FF -0.79%, #107CFA 51.17%);
  background: linear-gradient(111deg, #3592FF -0.79%, #107CFA 51.17%);
}
.mainres__item_5 {
  padding: 2.778vw 3.819vw 17.708vw;
  text-align: center;
  width: 49%;
  overflow: hidden;
  background: -o-linear-gradient(10deg, #F5BB48 7.52%, #E5A931 63.14%);
  background: linear-gradient(80deg, #F5BB48 7.52%, #E5A931 63.14%);
}
.mainres__title span {
  font-size: 6.25vw;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  background: -o-linear-gradient(312deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background: linear-gradient(138deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mainres__title_2 {
  margin-bottom: 1.389vw;
}
.mainres__title_2 span {
  font-size: 5vw;
}
.mainres__title_3 span {
  font-size: 5vw;
  background: -o-linear-gradient(165deg, #222324 60.4%, rgba(34, 35, 36, 0) 144.23%);
  background: linear-gradient(285deg, #222324 60.4%, rgba(34, 35, 36, 0) 144.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 100%;
}
.mainres__title_4 {
  margin-bottom: 0.694vw;
}
.mainres__title_4 span {
  font-size: 5vw;
}
.mainres__title_5 {
  margin-bottom: 0.694vw;
}
.mainres__title_5 span {
  font-size: 5vw;
  background: none;
  background: #5F4512;
  background-clip: initial;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mainres__text {
  color: #FFF;
  font-size: 1.111vw;
  font-weight: 400;
  line-height: 150%;
}
.mainres__text_3 {
  position: absolute;
  left: 43.056vw;
  top: 10.278vw;
  color: #2D2E2F;
}
.mainres__text_5 {
  color: #2D2E2F;
}
.mainres__icon_1 {
  width: 42.014vw;
  position: absolute;
  right: 4.861vw;
  bottom: 0;
  z-index: 2;
}
.mainres__icon_2 {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.mainres__icon_3 {
  width: 31.25vw;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.mainres__icon_4 {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.mainres__icon_5 {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.mainres__icon_6 {
  width: auto;
  height: 100%;
  position: absolute;
  right: 5.208vw;
  bottom: 0;
  z-index: 2;
}
.mainres__icon_6 img {
  width: auto;
  height: 100%;
}
.mainres__numberwrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.556vw;
  left: 0;
  top: 0;
}
.mainres__numberwrap_4 {
  z-index: 2;
}
.mainres__numberwrap_5 {
  z-index: 2;
}
.mainres__number {
  font-size: 13.889vw;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  opacity: 0.5;
  background: -o-linear-gradient(312deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background: linear-gradient(138deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
}
.mainres__number_1 {
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
  right: 1.389vw;
  bottom: -6.25vw;
}
.mainres__number_6 {
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
  right: 1.389vw;
  bottom: -6.25vw;
}
.mainres__number_2 {
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
  right: 2.778vw;
  bottom: -6.25vw;
}
.mainres__number_3 {
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
  opacity: 0.5;
  background: -o-linear-gradient(268deg, #323232 -38.85%, #107CFA -38.83%, #107CFA 172.79%);
  background: linear-gradient(182deg, #323232 -38.85%, #107CFA -38.83%, #107CFA 172.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 3;
  bottom: -7.639vw;
  left: 1.389vw;
}
.mainres__number_4 {
  -webkit-transform: rotate(15deg) translateX(-50%);
      -ms-transform: rotate(15deg) translateX(-50%);
          transform: rotate(15deg) translateX(-50%);
  left: 50%;
  bottom: -9.722vw;
}
.mainres__number_5 {
  -webkit-transform: rotate(15deg) translateX(-50%);
      -ms-transform: rotate(15deg) translateX(-50%);
          transform: rotate(15deg) translateX(-50%);
  left: 50%;
  bottom: -9.722vw;
  opacity: 0.8;
  background: -o-linear-gradient(312deg, #117DFA 23.75%, #117DFA 121.58%);
  background: linear-gradient(138deg, #117DFA 23.75%, #117DFA 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mainres__left {
  width: 26.806vw;
}
.mainres__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1.25vw;
}
.mainres__right.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.howearn {
  position: relative;
  z-index: 2;
  padding-top: 10.417vw;
  padding-bottom: 11.806vw;
}
.howearn .wrapper {
  z-index: 2;
}
.howearn__blur_1 {
  position: absolute;
  right: 0;
  top: -23.611vw;
  width: 34.722vw;
}
.howearn__blur_2 {
  position: absolute;
  left: 0;
  top: 82.639vw;
  width: 29.167vw;
}
.howearn__box {
  margin-top: 3.472vw;
}
.howearn__item {
  position: relative;
}
.howearn__item_1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
  border-radius: 2.778vw;
  background: -o-linear-gradient(45deg, rgba(30, 31, 32, 0.8) -43.19%, rgba(36, 39, 41, 0.8) 62.21%);
  background: linear-gradient(45deg, rgba(30, 31, 32, 0.8) -43.19%, rgba(36, 39, 41, 0.8) 62.21%);
}
.howearn__item_2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
  border-radius: 2.778vw;
  background: -o-linear-gradient(279deg, #FFF -12.28%, #D0DEE3 59.24%);
  background: linear-gradient(171deg, #FFF -12.28%, #D0DEE3 59.24%);
}
.howearn__item_3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
  border-radius: 2.778vw;
  background: -o-linear-gradient(339deg, #3592FF -0.79%, #107CFA 51.17%);
  background: linear-gradient(111deg, #3592FF -0.79%, #107CFA 51.17%);
}
.howearn__item_4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.778vw 2.778vw 0.694vw 0.694vw;
  background: -o-linear-gradient(293deg, #F8C55F 15.04%, #EBB445 83.08%);
  background: linear-gradient(157deg, #F8C55F 15.04%, #EBB445 83.08%);
}
.howearn__inside {
  padding: 4.861vw 4.861vw 3.472vw 4.861vw;
  position: relative;
  z-index: 2;
}
.howearn__insideinfo {
  position: relative;
  z-index: 2;
}
.howearn__image_1 {
  width: 43.056vw;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.howearn__image_2 {
  width: 43.056vw;
  position: absolute;
  right: 0;
  bottom: 0;
}
.howearn__image_3 {
  width: 47.917vw;
  position: absolute;
  right: 0;
  bottom: -7.639vw;
}
.howearn__image_4 {
  width: 27.083vw;
  position: absolute;
  right: 0;
  bottom: 0;
}
.howearn__title {
  margin-bottom: 1.389vw;
  width: 41.181vw;
}
.howearn__title span {
  font-size: 5vw;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  background: -o-linear-gradient(312deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background: linear-gradient(138deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.howearn__title_2 span {
  background: -o-linear-gradient(165deg, #222324 60.4%, rgba(34, 35, 36, 0) 144.23%);
  background: linear-gradient(285deg, #222324 60.4%, rgba(34, 35, 36, 0) 144.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.howearn__title_4 span {
  background: -o-linear-gradient(165deg, #694E17 60.4%, #EBB445 144.23%);
  background: linear-gradient(285deg, #694E17 60.4%, #EBB445 144.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.howearn__textcont {
  width: 59.028vw;
}
.howearn__textcont.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.howearn__text {
  font-size: 1.111vw;
  font-weight: 400;
  line-height: 150%;
  color: #FFF;
  width: 41.181vw;
  margin-bottom: 2.083vw;
}
.howearn__text.half {
  width: 48%;
}
.howearn__text_2 {
  color: #232425;
}
.howearn__text_4 {
  color: #6A4F18;
}
.howearn__number {
  padding: 0.833vw 0 0;
  margin-right: 1.389vw;
  text-align: center;
  border-radius: 0.694vw;
}
.howearn__number p {
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 150%;
  color: #FFF;
  margin-bottom: 0.833vw;
  text-align: center;
}
.howearn__number span {
  font-size: 6.458vw;
  line-height: 110%;
  font-weight: 400;
  letter-spacing: -0.319vw;
  text-transform: uppercase;
  color: #fff;
  vertical-align: middle;
}
.howearn__number span b {
  color: rgba(255, 255, 255, 0.5);
  font-size: 2.847vw;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0.694vw;
}
.howearn__number_1 {
  background: #34383C;
  width: 12.5vw;
}
.howearn__number_2 {
  width: 34.028vw;
  background: -o-linear-gradient(339deg, #3592FF -0.79%, #107CFA 51.17%);
  background: linear-gradient(111deg, #3592FF -0.79%, #107CFA 51.17%);
}
.howearn__number_3 {
  width: 38.889vw;
  background: -o-linear-gradient(125deg, #C7E1FF 1.18%, #FFF 121.27%);
  background: linear-gradient(325deg, #C7E1FF 1.18%, #FFF 121.27%);
}
.howearn__number_3 p {
  color: #232425;
}
.howearn__number_3 span {
  color: #117DFA;
}
.howearn__number_3 span b {
  color: rgba(35, 36, 37, 0.45);
}
.howearn__number_4 {
  width: 38.889vw;
  background: -o-linear-gradient(336deg, #EBB445 3.87%, #B98B2E 89.39%);
  background: linear-gradient(114deg, #EBB445 3.87%, #B98B2E 89.39%);
}
.howearn__term {
  padding: 0.833vw 0 0;
  text-align: center;
  border-radius: 0.556vw;
  position: relative;
  z-index: 3;
}
.howearn__term p {
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 150%;
  color: #FFF;
  margin-bottom: 0.833vw;
  text-align: center;
}
.howearn__term span {
  font-size: 6.458vw;
  line-height: 110%;
  font-weight: 400;
  letter-spacing: -0.319vw;
  text-transform: uppercase;
  color: #fff;
  vertical-align: middle;
}
.howearn__term span b {
  color: rgba(255, 255, 255, 0.5);
  font-size: 2.847vw;
  margin-top: 0;
  vertical-align: middle;
}
.howearn__term_1 {
  width: 24.306vw;
  background: -o-linear-gradient(339deg, #3592FF -0.79%, #107CFA 51.17%);
  background: linear-gradient(111deg, #3592FF -0.79%, #107CFA 51.17%);
}
.howearn__term_2 {
  width: 15.278vw;
  background: rgba(181, 200, 206, 0.57);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.howearn__term_2 p {
  color: #232425;
}
.howearn__term_2 span {
  color: #232425;
}
.howearn__term_3 {
  width: 24.306vw;
  background: rgba(19, 109, 212, 0.8);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.howearn__term_4 {
  width: 24.306vw;
  background: rgba(189, 147, 63, 0.42);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.howearn__term_4 p {
  color: #6A4F18;
}
.howearn__term_4 span {
  color: #6A4F18;
}

.results {
  padding: 0 0 8vw;
  position: relative;
}
.results__flag_1 {
  position: absolute;
  width: 46.181vw;
  right: 0;
  top: -3.472vw;
  z-index: 2;
  pointer-events: none;
}
.results__flag_2 {
  position: absolute;
  width: 42.708vw;
  left: 0;
  bottom: -17.361vw;
  z-index: 2;
  pointer-events: none;
}
.results__heading {
  position: relative;
  margin-bottom: 11.111vw;
  margin-left: 10.417vw;
}
.results__headlabel {
  position: absolute;
  color: #107CFA;
  font-size: 7.986vw;
  font-weight: 400;
  left: -3.472vw;
  top: 3.75vw;
  text-align: center;
}
.results__headtext {
  font-size: 1.111vw;
  font-weight: 400;
  line-height: 164%;
  letter-spacing: 0.044vw;
  color: #fff;
  margin-left: 12.5vw;
}
.results__headtitle span {
  font-size: 6.25vw;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  background: -o-linear-gradient(312deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background: linear-gradient(138deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.results .wrapper {
  z-index: 3;
}
.results__head {
  text-align: center;
}
.results__box {
  margin-top: 5.556vw;
}
.results__box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.results__item {
  width: 16.667vw;
  position: relative;
  margin-bottom: 6vw;
  display: none;
  border-radius: 0.556vw;
  background: -o-linear-gradient(276deg, rgba(65, 79, 82, 0) -13.49%, #2E393C 38.2%);
  background: linear-gradient(174deg, rgba(65, 79, 82, 0) -13.49%, #2E393C 38.2%);
  -webkit-backdrop-filter: blur(1.042vw);
          backdrop-filter: blur(1.042vw);
}
.results__item:nth-child(1), .results__item:nth-child(2), .results__item:nth-child(3), .results__item:nth-child(4), .results__item:nth-child(5), .results__item:nth-child(6), .results__item:nth-child(7), .results__item:nth-child(8), .results__item:nth-child(9), .results__item:nth-child(10) {
  display: block;
}
.results__item:nth-child(2n) {
  background: -o-linear-gradient(277deg, #FFF -13.04%, #AAB6B9 89.9%);
  background: linear-gradient(173deg, #FFF -13.04%, #AAB6B9 89.9%);
  -webkit-backdrop-filter: blur(1.042vw);
          backdrop-filter: blur(1.042vw);
}
.results__item:nth-child(2n) .results__insta {
  background: #A8B4B7;
}
.results__item:nth-child(2n) .results__insta span {
  color: #2A2C2D;
}
.results__item:nth-child(2n) .results__insta span:before {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.results__item:nth-child(2n) .results__name {
  color: #2A2C2D;
}
.results__back {
  position: absolute;
  z-index: 1;
  background: #121721;
  border-radius: 0.486vw;
  width: 90%;
  height: 104%;
  top: -2%;
  left: 5%;
}
.results__main {
  position: relative;
  z-index: 2;
  background-size: 100% 100%;
  border-radius: 0.486vw;
  text-align: center;
  padding: 5.903vw 1.389vw 1.883vw;
}
.results__image {
  width: 6.944vw;
  height: 6.944vw;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -3.7vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: 100% 100%;
  background-size: cover;
  -webkit-box-shadow: 0 0 0 0.486vw rgba(181, 200, 206, 0.24);
          box-shadow: 0 0 0 0.486vw rgba(181, 200, 206, 0.24);
}
.results__name {
  font-weight: 700;
  font-size: 1.53vw;
  line-height: 130%;
  text-align: center;
  color: #fff;
  margin-bottom: 0.347vw;
  min-height: 4.167vw;
}
.results__inform {
  font-weight: 500;
  font-size: 0.972vw;
  line-height: 164%;
  letter-spacing: 0.04em;
  color: #718487;
  margin-bottom: 1.25vw;
}
.results__insta {
  text-align: center;
  margin-top: 0.5vw;
  margin-bottom: 0.9vw;
  background: #232C2E;
  border-radius: 0.556vw;
  padding: 0.5vw 0.8vw 0.5vw;
}
.results__insta span {
  display: inline-block;
  font-weight: 400;
  font-size: 1.111vw;
  line-height: 150%;
  color: #D8DEEA;
  position: relative;
  padding-left: 1.736vw;
}
.results__insta span:before {
  content: "";
  width: 1.389vw;
  height: 1.389vw;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/s-4-s/insta.svg);
  background-size: 100% 100%;
}
.results__before {
  background: #232C2E;
  border-radius: 0.556vw;
  margin-bottom: 0.586vw;
  padding: 0.8vw 0.8vw 0.6vw;
}
.results__before span {
  font-weight: 700;
  font-size: 0.972vw;
  line-height: 164%;
  letter-spacing: 0.04em;
  color: #718487;
}
.results__before span b {
  font-weight: 400;
}
.results__before p {
  font-weight: 400;
  font-size: 3.256vw;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  margin-top: 0.486vw;
  font-family: "Bebas Neue Cyrillic", sans-serif;
}
.results__after {
  border-radius: 0.556vw;
  background: -o-linear-gradient(266deg, #FFE0A3 0%, #F5BB48 100%);
  background: linear-gradient(184deg, #FFE0A3 0%, #F5BB48 100%);
  -webkit-box-shadow: 0 0.236vw 0 0 #D1AE67;
          box-shadow: 0 0.236vw 0 0 #D1AE67;
  margin-bottom: 1.736vw;
  padding: 0.8vw 0.8vw 0.6vw;
}
.results__after span {
  font-weight: 500;
  font-size: 0.972vw;
  line-height: 164%;
  letter-spacing: 0.04em;
  color: #7A5B1C;
}
.results__after p {
  font-weight: 400;
  font-size: 3.256vw;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #7A5B1C;
  margin-top: 0.486vw;
  font-family: "Bebas Neue Cyrillic", sans-serif;
}
.results__feedback {
  background: -o-linear-gradient(318deg, #3D97FF 26.19%, #107CFA 80.57%);
  background: linear-gradient(132deg, #3D97FF 26.19%, #107CFA 80.57%);
  -webkit-box-shadow: 0 0.229vw 0 0 #124C60;
          box-shadow: 0 0.229vw 0 0 #124C60;
  border-radius: 0.833vw;
  width: 100%;
  border: 0;
  height: 5.278vw;
}
.results__feedback.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.results__feedback img {
  width: 1.011vw;
  -webkit-filter: grayscale(1) brightness(0) invert(1);
          filter: grayscale(1) brightness(0) invert(1);
}
.results__feedback span {
  font-weight: 700;
  font-size: 0.833vw;
  line-height: 1.2;
  letter-spacing: 0.515em;
  text-transform: uppercase;
  color: #fff;
  margin-left: 0.903vw;
}
.results__more {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.results__more.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.results__more span {
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 164%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #107CFA;
  margin-right: 1.042vw;
}
.results__more img {
  width: 1.319vw;
}
.results__more:hover {
  -webkit-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
          transform: translateY(-20%);
}
.results__box.flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.results__box.active .results__item {
  display: block;
}

.programm {
  padding: 0 0 6.944vw;
  position: relative;
  z-index: 1;
}
.programm__bg {
  z-index: 1;
  bottom: -7.639vw;
  position: absolute;
  left: 0;
  width: 100%;
}
.programm .wrapper {
  z-index: 2;
}
.programm__tabs {
  display: none;
}
.programm__title {
  padding-left: 9.028vw;
  margin-bottom: 2.083vw;
}
.programm__title span {
  font-size: 6.25vw;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  background: -o-linear-gradient(312deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background: linear-gradient(138deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.programm__box {
  width: 66.667vw;
}
.programm__item {
  border-radius: 0.694vw;
  background: -o-linear-gradient(45deg, rgba(30, 31, 32, 0.8) -43.19%, rgba(36, 39, 41, 0.8) 62.21%);
  background: linear-gradient(45deg, rgba(30, 31, 32, 0.8) -43.19%, rgba(36, 39, 41, 0.8) 62.21%);
  -webkit-backdrop-filter: blur(1.042vw);
          backdrop-filter: blur(1.042vw);
  margin-bottom: 1.389vw;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.programm__item.hidden {
  display: none;
}
.programm__heading {
  padding: 1.736vw 2.083vw 1.736vw 0;
}
.programm__heading.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.programm__label {
  color: #232425;
  font-size: 1.25vw;
  line-height: 140%;
  font-weight: 500;
  padding: 1.25vw 1.806vw;
  min-width: 9.028vw;
  text-align: center;
  border-radius: 0.556vw;
  background: #E8EAED;
  position: relative;
  left: -2.083vw;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.programm__subtitle {
  font-size: 3.333vw;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  padding-top: 0.417vw;
  background: -o-linear-gradient(312deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background: linear-gradient(138deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 0;
  margin-right: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 1.389vw;
}
.programm__more {
  border-radius: 0.556vw;
  background: #525861;
  width: 4.028vw;
  height: 4.028vw;
  margin-top: 0.208vw;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.programm__more.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.programm__more img {
  width: 1.667vw;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.programm__info {
  padding-left: 7.639vw;
  padding-right: 2.083vw;
}
.programm__info.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.programm__col {
  width: 48%;
}
.programm__col.big {
  width: 80%;
}
.programm__titlebox img {
  width: 4.306vw;
  margin-right: 1.25vw;
}
.programm__titlebox span {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 156%;
  color: #117DFA;
}
.programm__wrap {
  padding: 0 1.389vw 2.083vw 1.389vw;
  display: none;
}
.programm__list {
  padding-left: 6.597vw;
  padding-right: 1.389vw;
}
.programm__list li {
  font-size: 0.972vw;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  line-height: 138%;
  color: #F3F3F3;
  padding: 0.556vw 0;
}
.programm__result {
  border-radius: 0.694vw;
  background: -o-linear-gradient(293deg, #F8C55F 15.04%, #EBB445 83.08%);
  background: linear-gradient(157deg, #F8C55F 15.04%, #EBB445 83.08%);
  padding: 2.083vw 11.111vw 2.083vw 2.431vw;
  margin-top: 3.472vw;
}
.programm__result.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.programm__result img {
  width: 2.778vw;
  margin-right: 0.694vw;
  margin-top: 0.208vw;
}
.programm__result span {
  font-size: 3.333vw;
  color: #5F491E;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin-right: 2.083vw;
}
.programm__result p {
  font-size: 1.111vw;
  font-weight: 400;
  line-height: 165%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.programm__item.active .programm__label {
  background: #117DFA;
  color: #fff;
}
.programm__item.active .programm__more {
  background: #117DFA;
}
.programm__item.active .programm__more img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.programm__btnbox {
  margin-top: 2.083vw;
}
.programm__btnbox.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tarifs {
  padding-bottom: 15vw;
  padding-top: 5.556vw;
  position: relative;
  z-index: 3;
}
.tarifs__blur_1 {
  position: absolute;
  left: 0;
  width: 34.722vw;
  top: 57.639vw;
  z-index: 1;
}
.tarifs__blur_2 {
  position: absolute;
  right: 0;
  width: 34.722vw;
  top: 138.889vw;
  z-index: 1;
}
.tarifs .wrapper {
  z-index: 2;
}
.tarifs__box {
  margin-top: 13.806vw;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  position: relative;
  z-index: 3;
}
.tarifs__box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.tarifs__item {
  width: 32%;
  position: relative;
}
.tarifs__image {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -11.889vw;
  width: 67%;
  z-index: 3;
}
.tarifs__module {
  padding-top: 17.2vw;
  padding-left: 1.875vw;
  padding-right: 1.875vw;
  padding-bottom: 9vw;
  position: relative;
  z-index: 2;
}
.tarifs__module:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.833vw 0.833vw 0.833vw 0.833vw;
  background: -o-linear-gradient(45deg, rgba(30, 31, 32, 0.8) -43.19%, rgba(36, 39, 41, 0.8) 62.21%);
  background: linear-gradient(45deg, rgba(30, 31, 32, 0.8) -43.19%, rgba(36, 39, 41, 0.8) 62.21%);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.tarifs__moduleinside {
  position: relative;
  z-index: 2;
}
.tarifs__moduletitle {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 156%;
  color: #FFFFFF;
  padding-bottom: 1.458vw;
  margin-bottom: 2.292vw;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.tarifs__modulelist {
  list-style: none;
  padding: 0;
}
.tarifs__modulelist li {
  padding-left: 1.944vw;
  position: relative;
  font-weight: 400;
  font-size: 1.028vw;
  line-height: 150%;
  color: #FFFFFF;
  display: block;
  margin-bottom: 1.389vw;
}
.tarifs__modulelist li:before {
  content: "";
  width: 1.667vw;
  height: 1.667vw;
  position: absolute;
  left: 0;
  top: -0.139vw;
  background-image: url(../img/6-s/check.svg);
  background-size: 100% 100%;
}
.tarifs__modulelist li.inactive {
  color: rgba(255, 255, 255, 0.25);
}
.tarifs__modulelist li.inactive:before {
  background-image: url(../img/6-s/close.svg);
}
.tarifs__modulelist li.blue:before {
  background-image: url(../img/6-s/blue.svg);
}
.tarifs__modulelist li.yellow:before {
  background-image: url(../img/6-s/yellow.svg);
}
.tarifs__tarif {
  border-radius: 0.486vw;
  position: relative;
  top: -5.778vw;
  padding: 2.083vw 1.875vw;
  z-index: 4;
  background: -o-linear-gradient(240deg, #3D484C 0%, #1C2325 100%);
  background: linear-gradient(210deg, #3D484C 0%, #1C2325 100%);
  background: -o-linear-gradient(276deg, rgba(66, 69, 72, 0.8) -30.92%, rgba(36, 39, 41, 0.8) 52.85%);
  background: linear-gradient(174deg, rgba(66, 69, 72, 0.8) -30.92%, rgba(36, 39, 41, 0.8) 52.85%);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 0.833vw 0.833vw 0.833vw 0.833vw;
  padding-bottom: 29.167vw;
  padding-bottom: 11vw;
}
.tarifs__tarif.bigspec{
  padding-bottom: 25vw;
}
.tarifs__tarif.second {
  background: -o-linear-gradient(271deg, #117DFA 4.86%, #117DFA 100.26%);
  background: linear-gradient(179deg, #117DFA 4.86%, #117DFA 100.26%);
}
.tarifs__tarif.third {
/*  background: -o-linear-gradient(271deg, #FFD86F 0.18%, #F4C23D 64.19%);*/
  background: linear-gradient(179deg, #FFD86F 0.18%, #F4C23D 64.19%);
  background: linear-gradient(179deg, #FFCE4E 0.2%, #DEA612 71.19%);
}
.tarifs__tariftitle {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 156%;
  color: #FFFFFF;
  padding-bottom: 1.458vw;
  margin-bottom: 2.292vw;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.tarifs__tariftitle.dark {
  color: #2D250F;
  border-bottom: 1px solid rgba(45, 37, 15, 0.29);
}
.tarifs__tariflist li {
  padding-left: 1.944vw;
  position: relative;
  font-weight: 400;
  font-size: 1.028vw;
  line-height: 150%;
  color: #FFFFFF;
  display: block;
  margin-bottom: 1.389vw;
}
.tarifs__tariflist li:before {
  content: "";
  width: 1.667vw;
  height: 1.667vw;
  position: absolute;
  left: 0;
  top: -0.139vw;
  background-image: url(../img/6-s/check.svg);
  background-size: 100% 100%;
}
.tarifs__tariflist li.inactive {
  color: rgba(255, 255, 255, 0.61);
}
.tarifs__tariflist li.inactive:before {
  background-image: url(../img/6-s/close.svg);
}
.tarifs__tariflist li.inactive.white:before {
  background-image: url(../img/6-s/white.svg);
}
.tarifs__tariflist li.dark {
  color: #2D250F;
}
.tarifs__tariflist li.dark:before {
  background-image: url(../img/6-s/black.svg);
}
.tarifs__main {
  padding: 3.569vw 0 3.472vw;
  border-radius: 0.833vw 0.833vw 0.833vw 0.833vw;
/*  overflow: hidden;*/
  position: absolute;
  left: 0;
  bottom: -20vw;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -o-linear-gradient(276deg, rgba(66, 69, 72, 0.95) -30.92%, rgba(36, 39, 41, 0.95) 52.85%);
  background: linear-gradient(174deg, rgba(66, 69, 72, 0.95) -30.92%, rgba(36, 39, 41, 0.95) 52.85%);
  z-index: 2;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.tarifs__old {
  font-size: 3.472vw;
  font-weight: 400;
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.3);
}
.tarifs__amount {
  border-radius: 0.833vw;
  background: #3B484B;
  padding: 1.25vw 0;
  width: 16.944vw;
  margin-bottom: 1.389vw;
}
.tarifs__amount img {
  width: 1.667vw;
  margin-right: 0.417vw;
}
.tarifs__amount span {
  font-size: 1.111vw;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
}
.tarifs__amount.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tarifs__new {
  font-size: 6.389vw;
  font-weight: 400;
  color: #FFF;
  text-transform: uppercase;
}
.tarifs__new b {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
}
.tarifs__btn {
  padding: 2.022vw 2.6vw;
  
}
.specpage .tarifs__btn{
  letter-spacing: initial;
  width: 90%;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.tarifs__btn.bordered{
  background: transparent;
  border: 2px solid #FFE0A3;
  color: #FFE0A3;
  box-shadow: 0 0 0 0;
}
.tarifs__btn.blue.bordered{
  background: transparent;
  border: 2px solid #3D97FF;
  color: #3D97FF;
  box-shadow: 0 0 0 0;
}
.btn.small{
  font-size: 0.733vw;
}
.tarifs__btn.small{
  padding: 2.222vw 2vw;
}
.tarifs__btn.white {
  background: -o-linear-gradient(288deg, #FFF 12.18%, #E3E3E3 88.51%);
  background: linear-gradient(162deg, #FFF 12.18%, #E3E3E3 88.51%);
  -webkit-box-shadow: 0 3.39483px 0 0 #5A5F67, 0 22.91513px 59.4096px 0 rgba(232, 232, 232, 0.24);
          box-shadow: 0 3.39483px 0 0 #5A5F67, 0 22.91513px 59.4096px 0 rgba(232, 232, 232, 0.24);
}
.tarifs__btn.blue {
  background: -o-linear-gradient(318deg, #3D97FF 26.19%, #107CFA 80.57%);
  background: linear-gradient(132deg, #3D97FF 26.19%, #107CFA 80.57%);
  -webkit-box-shadow: 0 3.39483px 0 0 #124C60, 0 0.278vw 2.222vw 0 rgba(17, 125, 251, 0.48);
          box-shadow: 0 3.39483px 0 0 #124C60, 0 0.278vw 2.222vw 0 rgba(17, 125, 251, 0.48);
  color: #fff;
}
.tarifs__guar{
  position: absolute;
  top: -2.083vw;
  left: 50%;
  transform: translateX(-50%) rotate(-2.134deg);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17.361vw;
  height: 3.611vw;
  border-radius: 6px;
  background: linear-gradient(78deg, #FFBF41 13.94%, #FFBB35 72.44%);
}
.tarifs__guar img{
  display: block;
  width: 2.361vw;
  margin-right: 0.278vw;
}
.tarifs__guar span{
  font-size: 0.972vw;
  line-height: 1.458vw;
  font-weight: 500;
}

@media (min-width: 767px){
  .tarifs__item.small{
    width: 24%;
  }
  .small .tarifs__image{
    top: -8.889vw;
  }
  .small .tarifs__module{
    padding-top: 13.2vw;
    padding-left: 1.2vw;
    padding-right: 1.2vw;
  }
  .small .tarifs__modulelist li{
    font-size: 0.95vw;
    margin-bottom: 0.8vw;
  }
  .small .tarifs__tarif{
    padding-left: 1.2vw;
    padding-right: 1.2vw;
  }
  .small .tarifs__tariflist li{
    font-size: 0.95vw;
    margin-bottom: 0.8vw;
  }
}

.centerbtn {
  position: relative;
  z-index: 3;
}
.centerbtn.mt{
  margin-top: 2vw;
}
.centerbtn.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.centerbtn.mb170 {
  margin-bottom: 11.806vw;
}

.parts {
  position: relative;
  margin-top: 12.292vw;
  margin-bottom: 2.431vw;
  z-index: 2;
}
.parts__title {
  text-align: center;
  margin-bottom: 1.389vw;
}
.parts__title span {
  font-size: 6.25vw;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  background: -o-linear-gradient(312deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background: linear-gradient(138deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.parts__bg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-radius: 0 0 0 3.472vw;
  overflow: hidden;
  z-index: 2;
}
.parts__blur {
  width: 45.139vw;
  position: absolute;
  left: 0;
  bottom: -15.278vw;
  z-index: 2;
}
.parts .wrapper {
  z-index: 3;
}
.parts__box {
  border-radius: 0.833vw;
  background: -o-linear-gradient(279deg, #FFF -12.28%, #D0DEE3 59.24%);
  background: linear-gradient(171deg, #FFF -12.28%, #D0DEE3 59.24%);
  -webkit-box-shadow: 0 -2.361vw 5.278vw 0 rgba(0, 0, 0, 0.56);
          box-shadow: 0 -2.361vw 5.278vw 0 rgba(0, 0, 0, 0.56);
}
.parts__box.flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.parts__left {
  padding: 2.986vw 2.778vw 2.153vw 3.472vw;
  position: relative;
}
.parts__text {
  color: #222324;
  font-size: 5vw;
  font-weight: 400;
  line-height: 100%; /* 5vw */
  text-transform: uppercase;
}
.parts__text span {
  color: #1079F3;
}
.parts__icons {
  position: absolute;
  left: 15.278vw;
  top: 3.542vw;
}
.parts__icons.flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.parts__icons img {
  height: 2.778vw;
  display: block;
  width: auto;
  margin-right: 1.667vw;
}
.parts__info {
  text-align: center;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -6.25vw;
  -webkit-transform: rotate(-6deg);
      -ms-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
.parts__info span {
  font-size: 6.25vw;
  color: #728990;
  font-weight: 400;
}
.parts__numbers p {
  font-size: 13.542vw;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  background: -o-linear-gradient(265deg, #1076EB 28.19%, #D0DFE4 96.15%);
  background: linear-gradient(185deg, #1076EB 28.19%, #D0DFE4 96.15%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 1.042vw;
}
.parts__right {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  border-radius: 0.833vw;
  background: -o-linear-gradient(279deg, #FFF -12.28%, #D0DEE3 59.24%);
  background: linear-gradient(171deg, #FFF -12.28%, #D0DEE3 59.24%);
  -webkit-box-shadow: 0 -2.361vw 5.278vw 0 rgba(0, 0, 0, 0.56);
          box-shadow: 0 -2.361vw 5.278vw 0 rgba(0, 0, 0, 0.56);
}
.parts__check {
  position: absolute;
  bottom: -3.125vw;
  left: 0;
  height: 140%;
  width: auto;
}
.parts__bank {
  position: absolute;
  width: 24.306vw;
  bottom: -4.167vw;
  right: 0;
  z-index: 4;
}

.words {
  padding-bottom: 6.944vw;
  position: relative;
  z-index: 1;
}
.words__bg {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 4.861vw 4.861vw;
}
.words .wrapper {
  z-index: 2;
}
.words__text {
  display: none;
}
.words__box {
  width: 75vw;
  padding: 5.208vw 3.819vw 5.208vw 3.819vw;
  border-radius: 1.667vw 2.917vw 0 0;
  background: -o-linear-gradient(283deg, rgba(32, 78, 120, 0.8) 6.89%, rgba(23, 125, 183, 0.18) 102.37%);
  background: linear-gradient(167deg, rgba(32, 78, 120, 0.8) 6.89%, rgba(23, 125, 183, 0.18) 102.37%);
  -webkit-backdrop-filter: blur(13px);
          backdrop-filter: blur(13px);
}
.words__title {
  font-size: 5.694vw;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.words__title span {
  background: -o-linear-gradient(312deg, #FFF 23.75%, rgba(255, 255, 255, 0.1) 121.58%);
  background: linear-gradient(138deg, #FFF 23.75%, rgba(255, 255, 255, 0.1) 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.words__title span b {
  font-weight: 400;
  background: #107CFA;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.words__subtitle {
  color: #FFBC33;
  font-size: 7.5vw;
  font-weight: 400;
  position: relative;
  top: -1.042vw;
  margin-bottom: 1.389vw;
}
.words__logo {
  width: 15.625vw;
  display: block;
  margin-right: 2.431vw;
}
.words__logo_mob {
  display: none;
}
.words__btn {
  text-transform: none;
  letter-spacing: initial;
  padding: 1.667vw 2.361vw;
  font-size: 1.111vw;
  font-weight: 400;
}
.words__man {
  width: 43.056vw;
  position: absolute;
  right: -5.556vw;
  bottom: -6.944vw;
}

.course {
  padding-top: 13.889vw;
}
.course__title {
  text-align: center;
  margin-bottom: 2.778vw;
}
.course__title span {
  font-size: 5.694vw;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  background: -o-linear-gradient(312deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background: linear-gradient(138deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.course__box {
  padding: 6.25vw 8.333vw 12.5vw;
  border-radius: 6.389vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#107CFA), to(rgba(16, 124, 250, 0)));
  background: -o-linear-gradient(top, #107CFA 0%, rgba(16, 124, 250, 0) 100%);
  background: linear-gradient(180deg, #107CFA 0%, rgba(16, 124, 250, 0) 100%);
}
.course__row {
  position: relative;
}
.course__row.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.course__item {
  width: 32%;
  border-radius: 0.694vw;
  background: rgba(16, 116, 232, 0.72);
  padding: 1.389vw 1.042vw;
  text-align: center;
}
.course__item_5, .course__item_6 {
  position: relative;
  top: 1.389vw;
}
.course__item_7 {
  position: relative;
  top: -6.667vw;
}
.course__item_8 {
  position: relative;
  top: -3.889vw;
}
.course__image {
  height: 11.111vw;
  width: 100%;
  margin-bottom: 2.222vw;
  border-radius: 0.694vw;
  overflow: hidden;
}
.course__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.course__subtitle {
  margin-bottom: 2.222vw;
  font-size: 2.917vw;
  font-weight: 400;
  line-height: 105%;
  text-transform: uppercase;
  color: #fff;
}
.course__subtitle.small {
  font-size: 2.5vw;
}
.course__text {
  font-size: 1.111vw;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  padding: 0 1.042vw;
}
.course__controls {
  width: 15.625vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 13.889vw;
}
.course__logo {
  display: block;
  width: 100%;
  margin-bottom: 4.861vw;
}
.course__btn {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.pres {
  position: relative;
  padding-bottom: 20.833vw;
}
.pres__bg {
  position: absolute;
  left: 0;
  bottom: -11.111vw;
  width: 100%;
}
.pres__head {
  width: 83.333vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 4.861vw;
  margin-bottom: 4.861vw;
}
.pres__head.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pres__flag {
  width: 15.625vw;
  position: absolute;
  left: 0;
  top: -7.639vw;
}
.pres__title {
  font-size: 5.694vw;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  padding-top: 0.694vw;
  background: -o-linear-gradient(312deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background: linear-gradient(138deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pres__socbox {
  width: 15.278vw;
  border-radius: 0.833vw;
  padding: 1.111vw;
  margin-right: 2.222vw;
  margin-left: auto;
  background: -o-linear-gradient(325deg, #107CFA -17.4%, #0D6AD6 72.47%);
  background: linear-gradient(125deg, #107CFA -17.4%, #0D6AD6 72.47%);
}
.pres__socbox p {
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 150%;
  color: #fff;
  margin-bottom: 0.556vw;
}
.pres__info {
  position: absolute;
  left: 4.861vw;
  top: 0;
}
.pres__soc img {
  width: 2.639vw;
  margin-right: 0.278vw;
}
.pres__aib {
  width: 14.583vw;
}
.pres__box {
  width: 83.333vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: relative;
}
.pres__image {
  width: 7.986vw;
  margin-right: 2.014vw;
  border-radius: 0.694vw;
  overflow: hidden;
}
.pres__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pres__number {
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  font-size: 7.083vw;
  color: #107CFA;
}
.pres__subtitle {
  margin-top: 0.486vw;
  font-size: 2.917vw;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  background: -o-linear-gradient(312deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background: linear-gradient(138deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.111vw;
}
.pres__text {
  color: #D6D7DA;
  font-size: 1.111vw;
  font-weight: 400;
  line-height: 150%;
}
.pres__tablbox {
  width: 100%;
}
.pres__tabl {
  width: 100%;
  display: block;
}

.interview {
  position: relative;
  overflow: hidden;
  padding-bottom: 9.722vw;
}
.interview.pt{
  padding-top: 5vw;
}
.interview__number {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 9.028vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 47.569vw;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-6.32%, #FFF), color-stop(58.36%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, #FFF -6.32%, rgba(255, 255, 255, 0) 58.36%);
  background: linear-gradient(180deg, #FFF -6.32%, rgba(255, 255, 255, 0) 58.36%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.interview__head {
  margin-bottom: 16.667vw;
}
.interview__head.mb0{
  margin-bottom: 4vw;
}
.interview__head.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.interview__head span:first-child {
  font-size: 5.694vw;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  background: -o-linear-gradient(312deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background: linear-gradient(138deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.interview__head span:last-child {
  color: #107CFA;
  font-size: 7.361vw;
  font-weight: 400;
  margin-top: -2.778vw;
  margin-left: 0.694vw;
}
.interview__info {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.819vw;
  padding: 0.694vw 0 1.181vw 2.222vw;
  width: 60.764vw;
  max-width: 100%;
  z-index: 2;
}
.interview__info:before {
  content: "";
  border-radius: 0.694vw;
  background: -o-linear-gradient(45deg, rgba(30, 31, 32, 0.8) -43.19%, rgba(36, 39, 41, 0.8) 62.21%);
  background: linear-gradient(45deg, rgba(30, 31, 32, 0.8) -43.19%, rgba(36, 39, 41, 0.8) 62.21%);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  width: 40.972vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.interview__info * {
  position: relative;
  z-index: 2;
}
.interview__info.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.interview__info img {
  width: 15.625vw;
  margin-right: 3.819vw;
}
.interview__info p {
  margin-right: 1.736vw;
  font-size: 1.111vw;
  color: #fff;
  font-weight: 500;
  line-height: 156.5%;
  letter-spacing: 0.044vw;
}
.interview__btn {
  padding: 2.083vw 2.361vw;
}
.interview__play {
  position: absolute;
  z-index: 3;
  background: -o-linear-gradient(72.36deg, #F9B630 3.97%, #FFC95C 89.63%);
  background: linear-gradient(17.64deg, #F9B630 3.97%, #FFC95C 89.63%);
  width: 5.417vw;
  height: 5.417vw;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  cursor: pointer;
}
.interview__play.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.interview__play:before {
  content: "";
  width: 7.153vw;
  height: 7.153vw;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(47.09deg, rgba(249, 206, 120, 0.4) 13.35%, rgba(255, 225, 162, 0.4) 87.87%);
  background: linear-gradient(42.91deg, rgba(249, 206, 120, 0.4) 13.35%, rgba(255, 225, 162, 0.4) 87.87%);
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: pulse2 1.3s infinite;
          animation: pulse2 1.3s infinite;
}
.interview__play:after {
  content: "";
  width: 8.472vw;
  height: 8.472vw;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(47.09deg, rgba(249, 206, 120, 0.15) 13.35%, rgba(255, 225, 162, 0.15) 87.87%);
  background: linear-gradient(42.91deg, rgba(249, 206, 120, 0.15) 13.35%, rgba(255, 225, 162, 0.15) 87.87%);
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: pulse 1.3s infinite;
          animation: pulse 1.3s infinite;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.interview__play img {
  display: block;
  width: 0.903vw;
}
.interview__play.blue {
  background: -o-linear-gradient(72deg, #107CFA 3.97%, #3693FF 89.63%);
  background: linear-gradient(18deg, #107CFA 3.97%, #3693FF 89.63%);
}
.interview__play.blue:before {
  background: -o-linear-gradient(72deg, rgba(16, 124, 250, 0.4) 3.97%, rgba(54, 147, 255, 0.4) 89.63%);
  background: linear-gradient(18deg, rgba(16, 124, 250, 0.4) 3.97%, rgba(54, 147, 255, 0.4) 89.63%);
  -webkit-animation: pulse4 1.3s infinite;
          animation: pulse4 1.3s infinite;
}
.interview__play.blue:after {
  background: -o-linear-gradient(72deg, rgba(16, 124, 250, 0.15) 3.97%, rgba(54, 147, 255, 0.15) 89.63%);
  background: linear-gradient(18deg, rgba(16, 124, 250, 0.15) 3.97%, rgba(54, 147, 255, 0.15) 89.63%);
  -webkit-animation: pulse3 1.3s infinite;
          animation: pulse3 1.3s infinite;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.interview__slider {
  z-index: 2;
  position: relative;
  padding: 0 5.556vw;
}
.interview__slider .slick-slide {
  margin: 0 0.556vw;
}
.interview__slider .slick-list {
  margin: 0 -0.556vw;
  overflow: visible;
}
.interview__slider .slick-next, .interview__slider .slick-prev {
  width: 4.028vw;
  height: 4.028vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  text-indent: 9999px;
  z-index: 2;
}
.interview__slider .slick-next.slick-disabled, .interview__slider .slick-prev.slick-disabled {
  opacity: 0;
}
.interview__slider .slick-prev {
  background: url(../img/14-s/prev.svg);
  background-size: 100% 100%;
  left: 3.542vw;
}
.interview__slider .slick-next {
  background: url(../img/14-s/next.svg);
  background-size: 100% 100%;
  right: 3.542vw;
}
.interview__item {
  border-radius: 0.833vw;
  background: -o-linear-gradient(45deg, #1E1F20 -43.19%, #242729 62.21%);
  background: linear-gradient(45deg, #1E1F20 -43.19%, #242729 62.21%);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  min-height: 49.653vw;
}
.interview__item.small{
  min-height: initial;
  height: 100%;
}
.interview__item.small .interview__age{
  display: none !important;
}
.interview__slide.small{
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.interview__slide.small:nth-child(3n){
  margin-right: 0;
}
.interview__slider_rev{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.interview__image {
  height: 38.542vw;
  border-radius: 0.833vw;
  position: relative;
  -webkit-box-shadow: 0 0 0 9999px rgba(16, 124, 250, 0.4) inset;
          box-shadow: 0 0 0 9999px rgba(16, 124, 250, 0.4) inset;
}
.interview__image.small{
  height: 16vw;
}
.interview__image.yellow {
  -webkit-box-shadow: 0 0 0 9999px rgba(233, 162, 19, 0.4) inset;
          box-shadow: 0 0 0 9999px rgba(233, 162, 19, 0.4) inset;
}
.interview__top {
  padding: 0.833vw;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.interview__top.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.interview__age {
  padding: 0.833vw 1.181vw;
  border-radius: 0.486vw;
  background: #273033;
  font-size: 0.972vw;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
}
.interview__logo {
  width: 2.569vw;
}
.interview__name {
  padding: 0.833vw 0.972vw;
  border-radius: 0.486vw;
  background: #FBBC3D;
  font-size: 0.972vw;
  font-weight: 500;
  line-height: 150%;
  color: #33270E;
  position: absolute;
  left: 0.833vw;
  bottom: 0.833vw;
}
.interview__name.blue {
  background: #107CFA;
  color: #fff;
}
.interview__text {
  padding: 1.736vw 1.389vw;
  font-size: 0.972vw;
  font-weight: 500;
  line-height: 155%;
  color: #FFF;
}
.interview__more {
  display: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(249, 182, 148);
    box-shadow: 0 0 0 0 rgb(249, 182, 148);
  }
  100% {
    -webkit-box-shadow: 0 0 0 1.042vw rgba(249, 182, 148, 0);
    box-shadow: 0 0 0 1.042vw rgba(249, 182, 148, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(249, 182, 148);
    box-shadow: 0 0 0 0 rgb(249, 182, 148);
  }
  100% {
    -webkit-box-shadow: 0 0 0 1.042vw rgba(249, 182, 148, 0);
    box-shadow: 0 0 0 1.042vw rgba(249, 182, 148, 0);
  }
}
@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(249, 182, 148);
    box-shadow: 0 0 0 0 rgb(249, 182, 148);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2.083vw rgba(249, 182, 148, 0);
    box-shadow: 0 0 0 2.083vw rgba(249, 182, 148, 0);
  }
}
@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(249, 182, 148);
    box-shadow: 0 0 0 0 rgb(249, 182, 148);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2.083vw rgba(249, 182, 148, 0);
    box-shadow: 0 0 0 2.083vw rgba(249, 182, 148, 0);
  }
}
@-webkit-keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(16, 124, 250);
    box-shadow: 0 0 0 0 rgb(16, 124, 250);
  }
  100% {
    -webkit-box-shadow: 0 0 0 1.042vw rgba(16, 124, 250, 0);
    box-shadow: 0 0 0 1.042vw rgba(16, 124, 250, 0);
  }
}
@keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(16, 124, 250);
    box-shadow: 0 0 0 0 rgb(16, 124, 250);
  }
  100% {
    -webkit-box-shadow: 0 0 0 1.042vw rgba(16, 124, 250, 0);
    box-shadow: 0 0 0 1.042vw rgba(16, 124, 250, 0);
  }
}
@-webkit-keyframes pulse4 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(16, 124, 250);
    box-shadow: 0 0 0 0 rgb(16, 124, 250);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2.083vw rgba(16, 124, 250, 0);
    box-shadow: 0 0 0 2.083vw rgba(16, 124, 250, 0);
  }
}
@keyframes pulse4 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(16, 124, 250);
    box-shadow: 0 0 0 0 rgb(16, 124, 250);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2.083vw rgba(16, 124, 250, 0);
    box-shadow: 0 0 0 2.083vw rgba(16, 124, 250, 0);
  }
}
.author {
  padding: 0 2.431vw;
  position: relative;
  z-index: 2;
}
.author__box {
  border-radius: 5.556vw 5.556vw 0 5.556vw;
  overflow: hidden;
  background: url(../img/s-6-s/bg.jpg) center center/cover no-repeat;
  padding: 5.208vw 43.056vw 0 5.556vw;
  position: relative;
}
.author__info {
  border-radius: 2.917vw 2.917vw 0 0;
  background: -o-linear-gradient(283deg, rgba(42, 55, 80, 0.6) 6.89%, rgba(19, 26, 40, 0) 102.37%);
  background: linear-gradient(167deg, rgba(42, 55, 80, 0.6) 6.89%, rgba(19, 26, 40, 0) 102.37%);
  -webkit-backdrop-filter: blur(0.903vw);
          backdrop-filter: blur(0.903vw);
  padding: 3.958vw 2.639vw 3.472vw;
}
.author__label {
  color: #808488;
  font-size: 0.833vw;
  font-weight: 500;
  line-height: 133%;
  letter-spacing: 0.625vw;
  text-transform: uppercase;
}
.author__title {
  font-size: 7.292vw;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  padding-top: 2.431vw;
  background: -webkit-gradient(linear, left top, right top, color-stop(-32.22%, rgba(255, 255, 255, 0)), color-stop(35.04%, #FFF), color-stop(50.96%, #FFF), color-stop(71.88%, #FFF), color-stop(138.73%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) -32.22%, #FFF 35.04%, #FFF 50.96%, #FFF 71.88%, rgba(255, 255, 255, 0) 138.73%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) -32.22%, #FFF 35.04%, #FFF 50.96%, #FFF 71.88%, rgba(255, 255, 255, 0) 138.73%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.25vw;
}
.author__insta {
  padding: 0.972vw 0 0 2.292vw;
  background: url(../img/s-6-s/insta.jpg) center center/cover no-repeat;
  border-radius: 0.833vw;
  overflow: hidden;
  margin-bottom: 0.833vw;
}
.author__insta span {
  font-size: 4.965vw;
  color: #FFF;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-right: 0.903vw;
}
.author__insta p {
  font-size: 1.111vw;
  color: #fff;
  line-height: 158%;
  font-weight: 500;
  text-transform: uppercase;
}
.author__icon {
  width: 4.306vw;
  height: 4.306vw;
  background: -o-linear-gradient(140deg, #D9DEE4 7.79%, #FFF 78.3%);
  background: linear-gradient(310deg, #D9DEE4 7.79%, #FFF 78.3%);
  border-radius: 50%;
}
.author__icon img {
  max-width: 40%;
}
.author__icon.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.author__advas {
  border-radius: 0.833vw;
  background: -o-linear-gradient(276deg, rgba(66, 69, 72, 0.8) -30.92%, rgba(36, 39, 41, 0.8) 52.85%);
  background: linear-gradient(174deg, rgba(66, 69, 72, 0.8) -30.92%, rgba(36, 39, 41, 0.8) 52.85%);
  -webkit-backdrop-filter: blur(1.042vw);
          backdrop-filter: blur(1.042vw);
  padding: 1.597vw 1.736vw;
  margin-bottom: 0.833vw;
}
.author__adva {
  width: 50%;
}
.author__adva p {
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 140%;
  color: #FFF;
  margin-left: 0.972vw;
}
.author__stat.flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.author__number_1.flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.author__number_1 span:first-child {
  margin-right: 0.556vw;
  font-size: 9.028vw;
  font-weight: 400;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, color-stop(-32.22%, rgba(255, 255, 255, 0)), color-stop(35.04%, #FFF), color-stop(50.96%, #FFF), color-stop(71.88%, #FFF), color-stop(138.73%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) -32.22%, #FFF 35.04%, #FFF 50.96%, #FFF 71.88%, rgba(255, 255, 255, 0) 138.73%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) -32.22%, #FFF 35.04%, #FFF 50.96%, #FFF 71.88%, rgba(255, 255, 255, 0) 138.73%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.author__number_1 span:last-child {
  color: #14556A;
  font-size: 2.778vw;
  text-transform: uppercase;
  line-height: 100%;
}
.author__number_2 {
  font-size: 9.028vw;
  font-weight: 400;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, color-stop(-32.22%, #433313), color-stop(35.04%, #433313), color-stop(50.96%, #433313), color-stop(71.88%, #433313), color-stop(138.73%, rgba(67, 51, 19, 0)));
  background: -o-linear-gradient(left, #433313 -32.22%, #433313 35.04%, #433313 50.96%, #433313 71.88%, rgba(67, 51, 19, 0) 138.73%);
  background: linear-gradient(90deg, #433313 -32.22%, #433313 35.04%, #433313 50.96%, #433313 71.88%, rgba(67, 51, 19, 0) 138.73%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.author__number_2 b {
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-size: 6.944vw;
}
.author__money {
  padding: 1.181vw 1.389vw 2.083vw;
  width: 49%;
  border-radius: 0.833vw;
  background: -o-linear-gradient(278deg, #107CFA 5.98%, #0B70E6 70.42%);
  background: linear-gradient(172deg, #107CFA 5.98%, #0B70E6 70.42%);
}
.author__students {
  width: 49%;
  padding: 1.181vw 1.042vw 2.083vw;
  border-radius: 0.833vw;
  background: -o-linear-gradient(282deg, #F8C55F 8.78%, #EBB445 50.47%);
  background: linear-gradient(168deg, #F8C55F 8.78%, #EBB445 50.47%);
}
.author__text {
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 150%;
  color: #FFF;
  text-align: center;
}
.author__text.black {
  color: #443414;
}
.author__man {
  position: absolute;
  width: 45.139vw;
  left: 52.083vw;
  bottom: 0;
}

.faq {
  padding: 10.417vw 0 6.944vw;
  position: relative;
  z-index: 2;
}
.faq__blur_1 {
  position: absolute;
  right: 0;
  width: 34.722vw;
  top: -19.444vw;
}
.faq__blur_2 {
  position: absolute;
  left: 0;
  width: 34.722vw;
  top: 22.917vw;
}
.faq .wrapper {
  z-index: 3;
}
.faq .title.mob {
  display: none !important;
}
.faq__box {
  width: 75vw;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.faq__head {
  margin-bottom: 4.167vw;
}
.faq__head.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faq__head span:first-child {
  font-size: 5.694vw;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  background: -o-linear-gradient(312deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background: linear-gradient(138deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq__head span:last-child {
  color: #107CFA;
  font-size: 7.361vw;
  font-weight: 400;
  margin-top: -2.778vw;
  margin-left: 0.694vw;
}
.faq__item {
  padding: 0 0;
  padding-bottom: 0;
  border-radius: 0.833vw;
  background: #fff;
  background: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 1.667vw;
  cursor: pointer;
}
.faq__item.active {
  background: -o-linear-gradient(278deg, #107CFA 5.98%, #136FDA 70.42%);
  background: linear-gradient(172deg, #107CFA 5.98%, #136FDA 70.42%);
}
.faq__item.active .faq__close {
  background: #ECB445;
}
.faq__item.active .faq__close span {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq__item.active .faq__heading {
  background: #F6F7F8;
}
.faq__item.active .faq__info {
  opacity: 1;
}
.faq__item.active .faq__title {
  color: #242425;
}
.faq__heading {
  border-radius: 0.833vw;
  background: -o-linear-gradient(45deg, rgba(30, 31, 32, 0.8) -43.19%, rgba(36, 39, 41, 0.8) 62.21%);
  background: linear-gradient(45deg, rgba(30, 31, 32, 0.8) -43.19%, rgba(36, 39, 41, 0.8) 62.21%);
  padding: 2.361vw 7.917vw 2.361vw 5.556vw;
  position: relative;
}
.faq__close {
  width: 5vw;
  height: 5vw;
  border-radius: 1.042vw;
  background: #107CFA;
  color: #FFF;
  text-align: center;
  font-size: 2.083vw;
  font-weight: 700;
  line-height: 156.5%;
  letter-spacing: 0.083vw;
  padding-left: 0.139vw;
  padding-bottom: 0.139vw;
  cursor: pointer;
  position: absolute;
  right: 2.778vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__close.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__close span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__title {
  color: #fff;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 156.5%;
  position: relative;
}
.faq__title:before {
  content: "•";
  color: #107CFA;
  font-size: 1.528vw;
  font-weight: 400;
  line-height: 156.5%;
  letter-spacing: 0.061vw;
  position: absolute;
  left: -2.778vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq__info {
  padding: 2.778vw 13.889vw 4.514vw 5.903vw;
  display: none;
  opacity: 0;
}
.faq__icon {
  width: 4.861vw;
  height: 4.861vw;
  border-radius: 50%;
  overflow: hidden;
  border: 0.208vw solid rgba(255, 255, 255, 0.54);
  margin-right: 1.389vw;
}
.faq__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.faq__descr span {
  color: #FFF;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 170%;
}
.faq__descr p {
  color: #FFF;
  font-size: 0.972vw;
  font-weight: 400;
  line-height: 170%;
}
.faq__text {
  color: #FFF;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 170%;
  margin-bottom: 1.667vw;
}

.support {
  padding-top: 6vw;
  padding-bottom: 12.5vw;
  position: relative;
}
.support__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.support .wrapper {
  z-index: 2;
}
.support__heading {
  padding-left: 17.708vw;
}
.support__subtitle {
  font-size: 0.833vw;
  font-weight: 500;
  line-height: 139%;
  letter-spacing: 1.528vw;
  text-transform: uppercase;
  margin-bottom: 2.778vw;
  color: #fff;
}
.support__title {
  font-size: 5.694vw;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
}
.support__title span:first-child {
  background: -o-linear-gradient(312deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background: linear-gradient(138deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.support__title span:nth-child(2) {
  color: #107CFA;
}
.support__box {
  padding-top: 30.556vw;
  position: relative;
}
.support__packet {
  position: absolute;
  z-index: 1;
  width: 54.167vw;
  left: 0;
  top: 3.472vw;
}
.support__phone {
  position: absolute;
  z-index: 1;
  width: 26.389vw;
  right: 4.375vw;
  top: 4.861vw;
}
.support__info {
  position: relative;
  z-index: 2;
  border-radius: 0.694vw;
  background: -o-linear-gradient(45deg, rgba(30, 31, 32, 0.8) -43.19%, rgba(36, 39, 41, 0.8) 62.21%);
  background: linear-gradient(45deg, rgba(30, 31, 32, 0.8) -43.19%, rgba(36, 39, 41, 0.8) 62.21%);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  padding: 3.125vw 4.861vw 3.125vw 16.667vw;
  overflow: hidden;
}
.support__info.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.support__infoimg {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
}
.support__infoimg img {
  width: auto;
  height: 100%;
}
.support__info span {
  font-size: 2.917vw;
  font-weight: 400;
  line-height: 105%;
  text-transform: uppercase;
  color: #fff;
}
.support__info p, .support__info ul li {
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 150%;
  max-width: 20.833vw;
  color: #fff;
}
.support__btn {
  text-align: center;
  cursor: pointer;
}

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

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.footer {
  padding: 2.083vw 0;
  border-radius: 0.694vw 0.694vw 0 0;
  background: rgba(15, 16, 17, 0.71);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.footer.fixed {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.footer__box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__logo {
  display: block;
  width: 15.625vw;
}
.footer__docs a {
  color: #8D8D8D;
  font-size: 0.972vw;
  font-weight: 500;
  line-height: 150%; /* 150% */
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.footer__contacts a {
  color: #8D8D8D;
  font-size: 0.972vw;
  font-weight: 500;
  line-height: 150%;
}
.footer__info {
  color: #8D8D8D;
  text-align: right;
  font-size: 0.972vw;
  font-weight: 500;
  line-height: 150%;
}
.footer__pay.flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer__pay img {
  margin-left: 0.972vw;
  height: 1.042vw;
  width: auto;
}

.thanks {
  background: url(../img/s-3-s/bg.jpg) center center/cover no-repeat;
  -webkit-box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.4) inset;
          box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.4) inset;
}

.thanks__box {
  min-height: 100vh;
  text-align: center;
  padding-top: 5vw;
}

.thanks__title {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 4.861vw;
  margin-bottom: 2vw;
}

.thanks__subtitle {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 3.472vw;
  margin-bottom: 2vw;
}

.thanks__btn {
  display: inline-block;
}

.privacy {
  width: 76.389vw;
  margin: 0 auto;
  max-width: 90%;
  padding: 3.472vw 0;
}

.oferta {
  width: 76.389vw;
  margin: 0 auto;
  max-width: 90%;
  padding: 3.472vw 0;
  /*font-size: 1.042vw;*/
}

.privacy__title {
  font-size: 2.5vw;
  font-weight: 700;
  margin-bottom: 2.778vw;
}

.privacy__text p {
  font-size: 1.042vw;
  line-height: 1.4;
  margin-bottom: 1.042vw;
}

.privacy__text h2 {
  font-size: 1.389vw;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.736vw;
  margin-top: 1.736vw;
}

.privacy__text a {
  color: #3C71F4;
}

.popup-wrap {
  width: 29.167vw;
  max-width: 95%;
  /*display: none;*/
  position: fixed;
  z-index: 999;
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
  -ms-transform: translateY(-50%) translateX(-50%) scale(0);
  transform: translateY(-50%) translateX(-50%) scale(0);
  /*transition: all 0.3s linear;*/
  padding: 0 !important;
  background: none !important;
  border-radius: 0.694vw;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  pointer-events: none;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.82);
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.overlay.active {
  opacity: 1;
  z-index: 998;
  pointer-events: auto;
}

.popup-wrap.active {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
  pointer-events: auto;
}

.popup-wrap * {
  color: #fff;
}

.iti * {
  color: #000;
}

.iti {
  margin-bottom: 1.389vw;
  width: 100%;
}

.popup-form {
  border-radius: 1.389vw;
  padding: 3.125vw;
  border-radius: 0.694vw;
  background: -o-linear-gradient(345deg, #3090FF 14.44%, #107CFA 66.59%);
  background: linear-gradient(105deg, #3090FF 14.44%, #107CFA 66.59%);
}

.popup-form-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -1.597vw;
}

.popup-label {
  font-size: 0.972vw;
  margin-bottom: 0.694vw;
}

.popup-remark {
  margin-top: -0.903vw;
  margin-bottom: 1.25vw;
  font-size: 0.764vw;
  opacity: 0.8;
}

.popup-form-top__img {
  width: 37%;
  margin-right: 3%;
}

.popup-form-top__img img {
  display: block;
  width: 100%;
}

.popup-title {
  width: 100%;
  font-size: 3.361vw;
  margin-bottom: 2.083vw;
  margin-top: 1.389vw;
  text-align: center;
  line-height: 1.1;
  text-transform: uppercase;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) -6.53%, #FFFFFF 20.53%, #FFFFFF 52.2%, #FFFFFF 82.9%, rgba(255, 255, 255, 0) 103.47%);
  background: -webkit-gradient(linear, left top, right top, color-stop(-6.53%, rgba(255, 255, 255, 0)), color-stop(20.53%, #FFFFFF), color-stop(52.2%, #FFFFFF), color-stop(82.9%, #FFFFFF), color-stop(103.47%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) -6.53%, #FFFFFF 20.53%, #FFFFFF 52.2%, #FFFFFF 82.9%, rgba(255, 255, 255, 0) 103.47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 400;
}

.popup-input {
  height: 4.028vw;
  padding: 0.347vw 1.042vw;
  border-radius: 0.486vw;
  border: 0;
  background-color: #fff;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
  position: relative;
  font-size: 1.042vw;
  margin-bottom: 1.389vw;
  color: #000 !important;
}
.popup-input.textarea{
  height: 10vw;
  padding: 1.047vw 1.042vw;
}

.popup-btn {
  width: 100%;
}

.popup-btn b {
  color: #654F11;
}

.popup-check {
  cursor: pointer;
  display: block;
  margin-top: 1.389vw;
}

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

.popup-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-check-label {
  width: 1.181vw;
  height: 1.181vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.486vw;
  -webkit-box-shadow: inset 0 0 0.694vw rgba(140, 140, 140, 0.04);
  box-shadow: inset 0 0 0.694vw rgba(140, 140, 140, 0.04);
  border-radius: 0.139vw;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  margin-top: -0.208vw;
  overflow: hidden;
  border: 0;
}

.popup-check-text {
  font-size: 0.972vw;
}

.popup-check-input:checked ~ span .popup-label-act {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.popup-label-act {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border-radius: 0.139vw;
  background-color: #04c5ff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.208vw;
  width: 100%;
  height: 100%;
}

.popup-label-act img {
  width: 100%;
  display: block;
  margin-top: 0.208vw;
}

.countdown {
  margin-bottom: 0;
  position: relative;
  /*  top: -17vw;*/
}

.countdown__title {
  font-size: 1.8vw;
  color: #fff;
  text-align: center;
  margin-bottom: 3vw;
}

.countdown ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.countdown ul li {
  text-align: center;
  display: block;
  font-weight: 400;
  font-size: 2.222vw;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  color: #fff;
  margin: 0 0.417vw;
  position: relative;
}

.countdown ul li span {
  width: 9.792vw;
  display: block;
  text-align: center;
  font-size: 4vw;
  color: #fff;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-size: 9.722vw;
  color: #3C4042;
  border-radius: 1.181vw;
  background: -o-linear-gradient(top, #FFF 0%, #FFF 33.3%, #DCE3ED 44.84%, #DCE3ED 51.15%, #FFF 66.1%, #FFF 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(33.3%, #FFF), color-stop(44.84%, #DCE3ED), color-stop(51.15%, #DCE3ED), color-stop(66.1%, #FFF), to(#FFF));
  background: linear-gradient(180deg, #FFF 0%, #FFF 33.3%, #DCE3ED 44.84%, #DCE3ED 51.15%, #FFF 66.1%, #FFF 100%);
  padding-top: 2.508vw;
  padding-bottom: 0.7vw;
  margin-top: 1.181vw;
}

.countdown ul li span b {
  font-size: 9.722vw;
  font-weight: 400;
  color: #3C4042;
}

.lline {
  background: #0962CA;
  position: absolute;
  width: 100%;
  height: 0.208vw;
  left: 0;
  z-index: 5;
  top: 10.05vw;
}

.lline:before {
  content: "";
  background: #0962CA;
  width: 0.625vw;
  height: 0.625vw;
  position: absolute;
  left: 0;
  top: -75%;
}

.lline:after {
  content: "";
  background: #0962CA;
  width: 0.625vw;
  height: 0.625vw;
  position: absolute;
  right: 0;
  top: -75%;
}



.subsform{
  padding: 70px 0;
}
.subsform__title{
  font-size: 5.25vw;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1vw;
  color: #fff;
}
.subsform__box{
  width: 700px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.subsform__box .popup-label{
  color: #fff;
  font-size: 1.272vw;
}
.subsform__check{
  margin-bottom: 10px;
}
.subsform__check label{
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  padding-left: 30px;
  position: relative;
  color: #fff;
}
.subsform__check label:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #fff;
  transition: all 0.3s ease;
}
.subsform__check label:after{
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../img/check-subs.svg);
  background-size: 100% 100%;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  opacity: 0;
  filter: invert(1);
}
.subsform__check input{
  display: none;
}
.subsform__check input:checked + label:before{
  background: #107CFA;
}
.subsform__check input:checked + label:after{
  opacity: 1;
}
.subsform__btn{
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2vw;
}

@media (max-width: 768px) {
  .lline {
    height: 0.508vw;
    top: 19.05vw;
    top: 21.55vw;
  }
  .countdown ul li {
    font-size: 24px;
    margin: 0 0.917vw;
  }
  .countdown ul li span {
    width: 18.792vw;
    font-size: 16.792vw;
    font-size: 64px;
    padding-top: 5.408vw;
    padding-bottom: 2.308vw;
    margin-top: 2.181vw;
    padding-right: 1vw;
  }
  .countdown ul li span b {
    font-size: 64px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 100%;
    padding-left: 2.778vw !important;
    padding-right: 2.778vw !important;
  }
  .mobonlyspec{
    display: block;
  }
  .title span {
    font-size: 20vw;
    line-height: 100%;
  }
  .subtitle {
    font-size: 22.778vw;
    top: -6.944vw;
    top: 0;
    margin-top: 2.778vw;
  }
  .btn {
    -webkit-box-shadow: 0 1.111vw 0 0 #D1AE67, 0 6.389vw 16.389vw 0 rgba(249, 182, 48, 0.35);
            box-shadow: 0 1.111vw 0 0 #D1AE67, 0 6.389vw 16.389vw 0 rgba(249, 182, 48, 0.35);
    padding: 7.889vw 12.5vw;
    width: 100%;
    font-size: 3.333vw;
    letter-spacing: 1.733vw;
    border-radius: 3.333vw;
  }
  .banner__back {
    display: none;
  }
  .banner__numbers {
    width: 58.333vw;
    left: 2.778vw;
    top: 283.333vw;
    z-index: 7;
    border-radius: 2.222vw;
    border: 1px solid #363636;
    background: rgba(5, 21, 38, 0.46);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    padding: 5vw 5.556vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner__number {
    margin-bottom: 0;
  }
  .banner__number b {
    font-size: 3.056vw;
    line-height: 130%;
  }
  .banner__number span {
    font-size: 25vw;
    padding-right: 1.111vw;
  }
  .banner__number p {
    font-size: 5.556vw;
    top: -4.167vw;
  }
  .banner__bgtop {
    border-radius: 0;
    bottom: auto;
    top: 0;
    top: 22vw;
    display: none;
  }
  .banner__logo {
    position: absolute;
    width: 18.056vw;
    right: 13.889vw;
    top: 296.667vw;
  }
  .banner__info {
    right: auto;
  }
  .banner__box {
    width: 100%;
    right: 0;
    padding-top: 13.889vw;
    padding-top: 21.89vw;
  }
  .banner__text_1 {
    font-size: 2.778vw;
    line-height: 140%;
    letter-spacing: 3.028vw;
    margin-bottom: 5.556vw;
  }
  .banner__text_2{
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .banner__text_2 span {
    font-size: 23.333vw;
    font-size: 10.2vw;
  }
  .banner__text_2 span b{
    line-height: 1;
  }
  .banner__text_3 {
    font-size: 14vw;
    width: 100%;
    top: 5.17vw;
  }
  .banner__doptext{
    display: none;
  }
  .banner__text_4 span {
    font-size: 77.778vw;
  }
  .banner__man {
    width: 100%;
    left: 0;
    bottom: auto;
    top: 80.556vw;
    top: 118.56vw;
    z-index: 6;
    pointer-events: none;
  }
  .banner__blur {
    width: 100%;
    left: 0;
    bottom: auto;
    top: 119.444vw;
  }
  .banner__blur2 {
    display: none;
  }
  .banner__info {
    padding: 8.333vw 5.556vw 59vw;
    left: 2.778vw;
    width: calc(100% - 5.556vw);
    bottom: auto;
    top: 45.556vw;
    border-radius: 2.222vw;
    overflow: hidden;
  }
  .banner__descr {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    margin-right: 0;
    text-align: center;
    font-size: 3.867vw;
    line-height: 150%;
    margin-bottom: 0;
    padding-left: 2.778vw;
    padding-right: 2.778vw;
    width: 100%;
  }
  .banner__image {
    width: calc(100% - 11.111vw);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    position: absolute;
    top: 82.89vw;
    left: 5.556vw;
    border-radius: 0 0 5.556vw 5.556vw;
    overflow: hidden;
  }
  .banner__btn {
    position: absolute;
    left: 5.556vw;
    width: calc(100% - 11.111vw) !important;
    bottom: -9.444vw;
    bottom: 37.56vw;
    padding: 7.889vw 7.5vw;
    text-align: center;
  }
  .banner__logo{
    display: none;
  }
  .banner__insta {
    left: 25vw;
    bottom: auto;
    top: 152.889vw;
    font-size: 3.611vw;
    padding: 5vw 5.556vw;
    border-radius: 2.5vw;
  }
  .bltimer {
    padding-top: 8.333vw;
    position: relative;
  }
  .bltimer__box {
    padding: 11.111vw 5.556vw 36.111vw;
    background: none;
  }
  .bltimer .wrapper {
    z-index: 2;
  }
  .bltimer__bgmob {
    width: 100%;
    position: absolute;
    left: 0;
    top: -58.333vw;
    display: block;
  }
  .bltimer__logo {
    width: 25vw;
    top: -9.722vw;
    left: -11.667vw;
  }
  .bltimer__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
  }
  .bltimer__right {
    width: 100%;
    text-align: center;
  }
  .bltimer__text_1 {
    font-size: 13.889vw;
  }
  .bltimer__text_2 {
    font-size: 31.667vw;
  }
  .bltimer__text_3 {
    font-size: 17.222vw;
    position: relative;
    top: -2.778vw;
  }
  .bltimer__info {
    width: 100%;
    padding: 5.556vw 0;
    margin-right: 0;
    margin-bottom: 5.556vw;
    border-radius: 2.222vw;
    background: rgba(22, 99, 189, 0.75);
    -webkit-backdrop-filter: blur(6.75px);
            backdrop-filter: blur(6.75px);
  }
  .bltimer__descr {
    font-size: 5vw;
    padding-left: 9.722vw;
    padding-right: 9.722vw;
    text-align: center;
  }
  .bltimer__pays {
    margin-bottom: 3.25vw;
  }
  .bltimer__pays.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bltimer__pays img {
    height: 5.556vw;
    margin: 0 2.222vw;
  }
  .bltimer__timer {
    margin-bottom: 6.944vw;
    margin-top: 4.167vw;
  }
  .about {
    padding: 43.194vw 0 13.889vw;
  }
  .about .title {
    padding-left: 5.556vw;
    padding-right: 5.556vw;
  }
  .about .title span {
    line-height: 100%;
  }
  .about__blur_1 {
    top: 36.111vw;
    width: 91.667vw;
  }
  .about__blur_2 {
    top: auto;
    bottom: -100vw;
    width: 88.889vw;
  }
  .about__blur_3 {
    right: 0;
    bottom: 255.556vw;
    width: 25vw;
    z-index: 4;
  }
  .about__box {
    margin-top: 13.889vw;
    padding: 0;
    border-radius: 6.944vw;
  }
  .about__item {
    width: 100%;
    border-radius: 6.944vw;
    margin-bottom: 4.167vw;
    overflow: hidden;
  }
  .about__item:last-child {
    margin-bottom: 0;
  }
  .about__heading {
    font-size: 10vw;
    margin-bottom: 0;
    padding-top: 5.556vw;
  }
  .about__userdescr {
    width: 100%;
    padding: 0 13.889vw 5.556vw;
    text-align: center;
  }
  .about__userdescr p {
    font-size: 3.889vw;
  }
  .about__image {
    height: 73.611vw;
    border-radius: 2.222vw;
  }
  .about__top {
    background: none;
    -webkit-backdrop-filter: initial;
            backdrop-filter: initial;
    bottom: -10.556vw;
  }
  .about__top.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about__user {
    width: auto;
    padding: 2.778vw 3.611vw;
    border-radius: 2.222vw;
  }
  .about__usericon {
    width: 17.222vw;
    height: 17.222vw;
    margin-right: 4.444vw;
  }
  .about__userinfo span {
    font-size: 5.556vw;
  }
  .about__userinfo p {
    font-size: 3.889vw;
  }
  .about__infobox {
    width: 100%;
    padding: 16.667vw 8.333vw 6.667vw;
    text-align: center;
  }
  .about__infobox.big{
    min-height: initial;
  }
  .about__infobox.logo {
    padding-left: 8.333vw;
    padding-top: 6.667vw;
  }
  .about__infobox.logo span {
    padding-left: 11.111vw;
  }
  .about__infobox.blue {
    width: 100%;
  }
  .about__infobox.grey {
    width: 100%;
  }
  .about__infobox span {
    margin-bottom: 3.625vw;
  }
  .about__infobox span, .about__infobox p {
    font-size: 4.444vw;
  }
  .about__infobox img {
    width: 9.722vw;
    left: 25vw;
    top: 4.722vw;
  }
  .mainres {
    padding-bottom: 138.889vw;
    padding-top: 27.778vw;
  }
  .mainres__bg {
    bottom: -22.222vw;
  }
  .mainres__logo {
    display: none;
  }
  .mainres__box {
    margin-top: 16.667vw;
  }
  .mainres__item {
    border-radius: 2.222vw;
    padding: 9.722vw 8.333vw 80.556vw;
    text-align: center;
    overflow: hidden;
    margin-bottom: 4.444vw;
  }
  .mainres__item_4, .mainres__item_5 {
    width: 100%;
  }
  .mainres__item_4 {
    padding-bottom: 55.556vw;
  }
  .mainres__item_5 {
    padding-bottom: 61.111vw;
  }
  .mainres__left {
    width: 100%;
  }
  .mainres__right {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
  }
  .mainres__number {
    font-size: 55.556vw;
  }
  .mainres__number_1 {
    -webkit-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
            transform: rotate(7deg);
    right: 53.333vw;
    bottom: 11.111vw;
    opacity: 0.15;
    letter-spacing: -1.944vw;
  }
  .mainres__number_2 {
    -webkit-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
            transform: rotate(7deg);
    right: 30.556vw;
    bottom: 13.889vw;
    opacity: 0.15;
  }
  .mainres__number_3 {
    -webkit-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
            transform: rotate(7deg);
    left: 25vw;
    bottom: -31.944vw;
  }
  .mainres__number_4, .mainres__number_5 {
    -webkit-transform: rotate(7deg) translateX(-50%);
        -ms-transform: rotate(7deg) translateX(-50%);
            transform: rotate(7deg) translateX(-50%);
    bottom: -31.944vw;
  }
  .mainres__number_6 {
    -webkit-transform: rotate(7deg) translateX(-50%);
        -ms-transform: rotate(7deg) translateX(-50%);
            transform: rotate(7deg) translateX(-50%);
    opacity: 0.8;
    background: -o-linear-gradient(272deg, #545F61 1.89%, #2C3537 94.47%);
    background: linear-gradient(178deg, #545F61 1.89%, #2C3537 94.47%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    bottom: -31.944vw;
  }
  .mainres__title {
    margin-bottom: 2.222vw;
  }
  .mainres__title span {
    font-size: 13.333vw;
  }
  .mainres__text {
    font-size: 4.444vw;
  }
  .mainres__text_3 {
    width: 100%;
    position: static;
  }
  .mainres__icon_1 {
    right: -5.556vw;
    width: 130%;
  }
  .mainres__icon_2 {
    right: 0;
    bottom: -58.333vw;
    z-index: 2;
  }
  .mainres__icon_3 {
    width: 130%;
    left: -5.556vw;
    bottom: -8.333vw;
    z-index: 2;
  }
  .mainres__icon_6 {
    height: auto;
    width: 100%;
    right: 0;
    left: 0;
    z-index: 0;
  }
  .mainres__icon_6 img {
    width: 100%;
    height: auto;
  }
  .mainres__right {
    margin-left: 0;
  }
  .howearn__box {
    margin-top: 14.472vw;
  }
  .howearn__blur_1 {
    top: -36.111vw;
    width: 72.222vw;
  }
  .howearn__blur_2 {
    left: 0;
    top: auto;
    bottom: -25vw;
    width: 77.778vw;
    z-index: 3;
  }
  .howearn__image {
    width: 100%;
  }
  .howearn__image_1 {
    width: 100%;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: -16.667vw;
  }
  .howearn__image_2 {
    width: 140%;
    right: -18%;
    bottom: -22.222vw;
  }
  .howearn__image_3 {
    right: -25.556vw;
    bottom: -77.778vw;
    width: 180%;
  }
  .howearn__image_4 {
    width: 100%;
  }
  .howearn__inside {
    padding: 11.111vw 8.333vw 8.333vw;
  }
  .howearn__inside_1 {
    padding-bottom: 66.667vw;
  }
  .howearn__inside_2 {
    padding-bottom: 66.667vw;
  }
  .howearn__inside_3 {
    padding-bottom: 58.333vw;
  }
  .howearn__inside_4 {
    padding-bottom: 77.778vw;
  }
  .howearn__item {
    z-index: 2;
  }
  .howearn__item_1:before {
    border-radius: 11.111vw;
  }
  .howearn__title {
    width: 100%;
    margin-bottom: 4.444vw;
  }
  .howearn__title span {
    font-size: 13.333vw;
  }
  .howearn__text {
    font-size: 3.889vw;
    margin-bottom: 4.444vw;
    width: 100%;
  }
  .howearn__text.half {
    width: 100%;
  }
  .howearn__number {
    margin-right: 1.944vw;
    padding: 3.333vw 0 0.556vw;
    margin-bottom: 2.222vw;
    border-radius: 2.222vw;
  }
  .howearn__number_1 {
    width: 25.556vw;
  }
  .howearn__number_2 {
    width: 100%;
  }
  .howearn__number_3 {
    width: 100%;
  }
  .howearn__number_4 {
    width: 100%;
    border-radius: 2.222vw;
    background: -o-linear-gradient(339deg, #3592FF -0.79%, #107CFA 51.17%);
    background: linear-gradient(111deg, #3592FF -0.79%, #107CFA 51.17%);
  }
  .howearn__number span {
    font-size: 13.333vw;
    letter-spacing: 0;
  }
  .howearn__number span b {
    font-size: 8.889vw;
    font-weight: 500;
    top: 0.556vw;
    margin-left: 0;
  }
  .howearn__number p {
    font-size: 4.444vw;
    margin-bottom: 3.333vw;
  }
  .howearn__term {
    padding: 3.333vw 0 0.556vw;
    border-radius: 2.222vw;
  }
  .howearn__term_1 {
    width: 45.278vw;
  }
  .howearn__term_2 {
    width: 45.278vw;
  }
  .howearn__term_3 {
    width: 45.278vw;
  }
  .howearn__term_4 {
    width: 45.278vw;
  }
  .howearn__term span {
    font-size: 13.333vw;
    letter-spacing: 0;
  }
  .howearn__term span b {
    font-size: 8.889vw;
    font-weight: 500;
    top: 0.556vw;
    margin-left: 1.667vw;
  }
  .howearn__term p {
    font-size: 4.444vw;
    margin-bottom: 3.333vw;
  }
  .howearn__term_4 p, .howearn__term_4 span {
    color: #fff;
  }
  .howearn__textcont {
    width: 100%;
  }
  .footerimit{
    height: 190vw;
  }
  .footerimit.small{
    height: 70vh;
  }
  .tarifs {
    padding: 15.25vw 0 0;
    border-radius: 11.278vw;
  }
  .tarifs__blur_1 {
    width: 88.889vw;
    top: 1283.333vw;
  }
  .tarifs__blur_2 {
    width: 88.889vw;
    top: 627.778vw;
  }
  .tarifs__box {
    padding-left: 5vw;
    padding-right: 5vw;
    margin-top: 0;
  }
  .tarifs__item {
    width: 100%;
    margin-top: 50vw;
  }
  .tarifs__module {
    padding: 6.4vw;
    padding-bottom: 20vw;
    padding-top: 60vw;
  }
  .tarifs__module:before {
    border-radius: 3.333vw 11.111vw 3.333vw 3.333vw;
  }
  .tarifs__moduletitle {
    font-size: 4.733vw;
    padding-bottom: 3.458vw;
    margin-bottom: 6.292vw;
  }
  .tarifs__modulelist li {
    font-size: 3.261vw;
    padding-left: 5.944vw;
    margin-bottom: 5.389vw;
  }
  .tarifs__modulelist li:before {
    width: 4.667vw;
    height: 4.667vw;
  }
  .tarifs__tarif {
    padding: 9.4vw 6.4vw;
    padding-bottom: 91vw;
    top: -14.778vw;
    border-radius: 3.333vw 11.111vw 3.333vw 3.333vw;
  }
  .tarifs__tarif.bigspec{
    padding-bottom: 139vw;
  }
  .tarifs__tariftitle {
    font-size: 3.733vw;
    padding-bottom: 3.458vw;
    margin-bottom: 6.292vw;
  }
  .tarifs__tariflist li {
    font-size: 3.261vw;
    padding-left: 5.944vw;
    margin-bottom: 5.389vw;
  }
  .tarifs__tariflist li:before {
    width: 4.667vw;
    height: 4.667vw;
  }
  .tarifs__image {
    top: -35.889vw;
    left: 50%;
  }
  .tarifs__image_1 {
    left: 50%;
  }
  .tarifs__main {
    padding: 11.569vw 0 7.472vw;
    border-radius: 3.333vw 3.333vw 3.333vw 3.333vw;
  }
  .tarifs__old {
    font-size: 17.472vw;
  }
  .tarifs__new {
    font-size: 22.944vw;
  }
  .tarifs__btn {
    width: 76%;
    padding: 8.153vw 4.056vw;
  }
  .tarifs__btn.small{
    padding: 8.153vw 4.056vw;
  }
  .btn.small{
    font-size: 2.733vw;
  }
  .tarifs__amount {
    border-radius: 1.833vw;
    background: #3B484B;
    padding: 3.25vw 6.778vw;
    margin-bottom: 4.389vw;
    width: 67.944vw;
  }
  .tarifs__amount img {
    width: 5.667vw;
    margin-right: 2.417vw;
  }
  .tarifs__amount span {
    font-size: 4.444vw;
  }
  .tarifs__guar{
    top: -8.333vw;
    width: 69.444vw;
    height: 14.444vw;
    border-radius: 1.667vw;
  }
  .tarifs__guar img{
    width: 9.444vw;
    margin-right: 1.111vw;
  }
  .tarifs__guar span{
    font-size: 3.889vw;
    line-height: 5.833vw;
  }
  .centerbtn {
    padding-left: 2.778vw;
    padding-right: 2.778vw;
  }
  .centerbtn.mt{
    margin-top: 5vw;
  }
  .centerbtn .btn {
    padding-left: 0;
    padding-right: 0;
  }
  .parts {
    margin-bottom: 4.167vw;
    margin-top: 28.292vw;
  }
  .parts__bg {
    bottom: -105.556vw;
    border-radius: 0 0 17.778vw 17.778vw;
    overflow: hidden;
  }
  .parts__title {
    margin-bottom: 6.389vw;
  }
  .parts__title span {
    font-size: 17.778vw;
  }
  .parts__box {
    border-radius: 3.833vw;
  }
  .parts__bank {
    display: none;
  }
  .parts__blur {
    display: none;
  }
  .parts__left {
    padding: 6.389vw 2.778vw 5.833vw 5.556vw;
  }
  .parts__text {
    font-size: 17.778vw;
  }
  .parts__icons {
    left: 44.444vw;
    top: 9.722vw;
  }
  .parts__icons img {
    height: 8.333vw;
    margin-right: 4.167vw;
  }
  .parts__right {
    width: 100%;
    height: 61.111vw;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    border-radius: 3.833vw;
  }
  .parts__check {
    bottom: -12.5vw;
    left: -6.389vw;
    height: auto;
    width: 125%;
  }
  .parts__info {
    text-align: right;
    bottom: -16.667vw;
  }
  .parts__info span {
    margin-left: auto;
    margin-right: 13.889vw;
    font-size: 25vw;
  }
  .parts__numbers p {
    font-size: 33.333vw;
    margin: 0 2.222vw;
  }
  .words {
    padding-bottom: 158.333vw;
    position: relative;
    top: 38.889vw;
  }
  .words__bg {
    border-radius: 0 0 18.056vw 18.056vw;
    overflow: hidden;
  }
  .words__box {
    width: 100%;
    padding: 44.444vw 1.389vw 0;
    text-align: center;
    border-radius: 0 0 2.778vw 2.778vw;
  }
  .words__title {
    font-size: 13.333vw;
  }
  .words__man {
    width: 100%;
    right: 0;
    bottom: -158.333vw;
    border-radius: 0 0 18.056vw 18.056vw;
    overflow: hidden;
  }
  .words__subtitle {
    font-size: 21.667vw;
    line-height: 0.7;
    top: 0;
  }
  .words__text {
    display: block;
    text-align: center;
    margin-bottom: 8.333vw;
    font-size: 2.778vw;
    font-weight: 400;
    line-height: 133%;
    letter-spacing: 2.083vw;
    text-transform: uppercase;
    color: #FFF;
  }
  .words__btn {
    letter-spacing: 0;
    font-size: 3.889vw;
    position: relative;
    top: 5.556vw;
    line-height: 1.2;
  }
  .words__logo_pc {
    display: none;
  }
  .words__logo_mob {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 11.111vw;
    width: 62.5vw;
  }
  .words__btn {
    width: 67.222vw;
    padding: 5.556vw 8.333vw;
    margin-left: auto;
    margin-right: auto;
  }
  .course {
    padding-top: 0;
  }
  .course .wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .course__box {
    border-radius: 0;
    padding-left: 2.778vw;
    padding-right: 2.778vw;
    padding-top: 72.222vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 124, 250, 0.9)), to(rgba(16, 124, 250, 0)));
    background: -o-linear-gradient(top, rgba(16, 124, 250, 0.9) 0%, rgba(16, 124, 250, 0) 100%);
    background: linear-gradient(180deg, rgba(16, 124, 250, 0.9) 0%, rgba(16, 124, 250, 0) 100%);
  }
  .course__title {
    padding-left: 5.556vw;
    padding-right: 5.556vw;
  }
  .course__title span {
    font-size: 20vw;
  }
  .course__item {
    width: 100%;
    margin-bottom: 5.556vw;
    background: rgba(16, 116, 232, 0.72);
    top: 0;
    padding: 5.556vw 4.167vw 6.944vw;
    border-radius: 2.778vw;
  }
  .course__image {
    height: 44.444vw;
    margin-bottom: 8.889vw;
    border-radius: 2.778vw;
  }
  .course__subtitle {
    margin-bottom: 8.889vw;
    font-size: 11.667vw;
  }
  .course__subtitle.small {
    font-size: 10vw;
  }
  .course__text {
    font-size: 4.444vw;
    padding: 0 4.167vw;
  }
  .course__controls {
    width: calc(100% - 5.556vw);
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-left: auto;
    margin-right: auto;
  }
  .course__logo {
    display: none;
  }
  .gifts {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: -27.778vw;
  }
  .gifts__box {
    margin-top: 5.556vw;
  }
  .gifts__right {
    width: 88.889vw;
    top: -54.167vw;
  }
  .gifts__left {
    width: 94.444vw;
    bottom: -116.667vw;
  }
  .gifts__bg_1 {
    height: auto;
    width: 100%;
    bottom: 0;
  }
  .gifts__bg_1 img {
    height: auto;
    width: 100%;
  }
  .gifts__bg_2 {
    height: auto;
    width: 100%;
    bottom: 0;
  }
  .gifts__bg_2 img {
    height: auto;
    width: 100%;
  }
  .gifts__item {
    margin-bottom: 6.944vw;
  }
  .gifts__item_1 {
    height: 131.944vw;
    border-radius: 3.333vw;
    background: -o-linear-gradient(351deg, #FFF 43.45%, #E6EAED 81.46%);
    background: linear-gradient(99deg, #FFF 43.45%, #E6EAED 81.46%);
    -webkit-backdrop-filter: blur(4.167vw);
            backdrop-filter: blur(4.167vw);
  }
  .gifts__item_2 {
    height: 131.944vw;
    border-radius: 3.333vw;
    background: url(../img/s-2-s/gift-2-bg-mob.jpg) center center/cover no-repeat;
  }
  .gifts__item_3 {
    padding: 8.889vw 4.167vw 94.444vw;
    border-radius: 3.333vw;
  }
  .gifts__text_1 {
    font-size: 20vw;
    right: auto;
    left: 0;
    width: 100%;
    text-align: center;
    top: 8.889vw;
  }
  .gifts__text_2 {
    font-size: 20vw;
    left: 12.5vw;
    top: 11.111vw;
  }
  .gifts__x {
    left: 68.889vw;
    top: 15.833vw;
    font-size: 8.056vw;
    padding: 2.5vw 1.944vw 0.833vw 2.222vw;
  }
  .gifts__wheel {
    width: 166.667vw;
    position: absolute;
    right: -36.111vw;
    top: auto;
    bottom: -75vw;
  }
  .gifts__number_1 {
    background: -o-linear-gradient(312deg, rgba(16, 124, 250, 0.94) 23.75%, rgba(16, 124, 250, 0.17) 121.58%);
    background: linear-gradient(138deg, rgba(16, 124, 250, 0.94) 23.75%, rgba(16, 124, 250, 0.17) 121.58%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 56.944vw;
    left: 26.389vw;
    bottom: -30.639vw;
  }
  .gifts__number_2 {
    background: -o-linear-gradient(312deg, rgba(16, 124, 250, 0.94) 23.75%, rgba(16, 124, 250, 0.17) 121.58%);
    background: linear-gradient(138deg, rgba(16, 124, 250, 0.94) 23.75%, rgba(16, 124, 250, 0.17) 121.58%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 56.944vw;
    left: 26.389vw;
    right: auto;
    bottom: -30.639vw;
  }
  .gifts__title {
    margin-bottom: 5.556vw;
    text-align: center;
  }
  .gifts__title span {
    font-size: 13.333vw;
  }
  .gifts__title span br {
    display: none;
  }
  .gifts__text {
    font-size: 4.444vw;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8.889vw;
  }
  .gifts__btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .regbox {
    margin-bottom: 55.556vw;
  }
  .regbox__heading {
    margin-bottom: 8.333vw;
  }
  .regbox__heading_pc {
    display: none;
  }
  .regbox__heading_mob {
    display: block;
  }
  .regbox__tablet {
    display: none;
  }
  .regbox__block {
    width: 100%;
    padding: 8.889vw 4.167vw 70.833vw;
    background: url(../img/s-3-s/shape-mob.jpg) center center/cover no-repeat;
    border-radius: 2.778vw;
    margin-top: 20.833vw;
  }
  .regbox__labels {
    text-align: center;
    margin-bottom: 8.333vw;
  }
  .regbox__labels span {
    padding: 3.889vw 7.222vw;
    border-radius: 2.778vw;
    margin-right: 2.222vw;
    font-size: 4.444vw;
  }
  .regbox__labels span:last-child {
    margin-right: 0;
  }
  .regbox__title {
    font-size: 10vw;
    text-align: center;
  }
  .regbox__btn {
    display: none;
  }
  .regbox__tablet {
    width: 245.556vw;
    left: -52.778vw;
    bottom: -72.222vw;
    display: block;
  }
  .results__flag_1 {
    width: 115.278vw;
    top: 66.667vw;
  }
  .results__flag_2 {
    display: none;
  }
  .results__heading {
    margin-left: 0;
    text-align: center;
    margin-bottom: 83.333vw;
  }
  .results__headtitle span {
    font-size: 20vw;
  }
  .results__headlabel {
    position: relative;
    font-size: 22.778vw;
    left: 0;
    top: -11.111vw;
    width: 100%;
    text-align: center;
  }
  .results__headtext {
    margin-left: 0;
    font-size: 4.444vw;
    padding-left: 8.333vw;
    padding-right: 8.333vw;
  }
  .results__headtext br {
    display: none;
  }
  .results__item {
    width: 45.267vw;
    margin-bottom: 20vw;
    border-radius: 2.556vw 10.125vw 2.556vw 2.556vw;
  }
  .results__image {
    width: 22.833vw;
    height: 22.833vw;
    top: -11.9vw;
    -webkit-box-shadow: 0 0 0 1.486vw rgba(181, 200, 206, 0.24);
            box-shadow: 0 0 0 1.486vw rgba(181, 200, 206, 0.24);
  }
  .results__image:before {
    border: 0.439vw solid #1A78F9;
  }
  .results__name {
    font-size: 5.45vw;
    margin-bottom: 1.347vw;
  }
  .results__inform {
    font-size: 3.272vw;
  }
  .results__before {
    border-radius: 1.486vw;
    margin-bottom: 1.556vw;
    padding: 1.972vw 0.972vw;
  }
  .results__before span {
    font-size: 2.972vw;
  }
  .results__before p {
    font-size: 10.894vw;
  }
  .results__after {
    border-radius: 1.486vw;
    margin-bottom: 2.956vw;
    padding: 1.972vw 0.972vw;
  }
  .results__after span {
    font-size: 2.972vw;
    opacity: 0.7;
  }
  .results__after p {
    font-size: 8.894vw;
  }
  .results__feedback {
    border-radius: 3.384vw;
    height: 15.278vw;
  }
  .results__feedback span {
    font-size: 2.833vw;
    margin-left: 2.903vw;
  }
  .results__feedback img {
    width: 3.011vw;
  }
  .results__main {
    padding: 14.903vw 2.189vw 4.283vw;
  }
  .results__insta {
    border-radius: 2.222vw;
    margin-bottom: 1.9vw;
  }
  .results__insta span {
    font-size: 3.472vw;
    padding: 0.6vw 0 0.6vw;
    padding-left: 5.4vw;
    margin-top: 1.072vw;
    margin-bottom: 1.356vw;
  }
  .results__insta span:before {
    width: 4.389vw;
    height: 4.389vw;
  }
  .results__more {
    position: relative;
    top: -6vw;
  }
  .results__more span {
    font-size: 4.111vw;
    margin-right: 3.042vw;
  }
  .results__more img {
    width: 3.319vw;
  }
  .programm {
    padding: 22.222vw 0 27.778vw;
  }
  .programm__bg {
    bottom: auto;
    top: -121vw;
  }
  .programm__title {
    padding-left: 0;
    text-align: center;
  }
  .programm__title span {
    font-size: 20vw;
    line-height: 1.1;
  }
  .programm__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 4.167vw;
  }
  .programm__tab {
    width: 32%;
    font-size: 3.889vw;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border-radius: 2.222vw;
    background: #252627;
    padding: 4.722vw 0;
    margin-bottom: 2.778vw;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
  }
  .programm__tab.big {
    width: 100%;
  }
  .programm__tab.small {
    width: 32%;
  }
  .programm__tab.center {
    margin-left: auto;
    margin-right: auto;
  }
  .programm__tab.active {
    background: #107CFA;
  }
  .programm__box {
    width: 100%;
  }
  .programm__item {
    display: none;
    border-radius: 3.694vw;
  }
  .programm__item.active {
    display: block;
  }
  .programm__heading {
    padding: 5.556vw 5.167vw;
  }
  .programm__label {
    width: 100%;
    left: 0;
    text-align: center;
    color: #107CFA !important;
    padding: 0;
    background: none !important;
    font-size: 4.444vw;
  }
  .programm__more {
    display: none;
  }
  .programm__subtitle {
    font-size: 10vw;
    padding-top: 2.778vw;
    margin-right: 0;
    text-align: center;
  }
  .programm__titlebox.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .programm__titlebox img {
    width: 17.222vw;
    margin-right: 0;
    margin-bottom: 5.556vw;
  }
  .programm__titlebox span {
    font-size: 6.111vw;
  }
  .programm__info {
    padding-left: 0;
    padding-right: 0;
  }
  .programm__col {
    width: 100%;
    margin-bottom: 5vw;
  }
  .programm__col:last-child {
    margin-bottom: 0;
  }
  .programm__col.big {
    width: 100%;
  }
  .programm__list {
    padding-left: 5.556vw;
    padding-right: 0;
  }
  .programm__list li {
    font-size: 3.889vw;
    padding: 2.356vw 0;
  }
  .programm__wrap {
    padding: 0 4.389vw 6.083vw 4.389vw;
  }
  .programm__btnbox {
    margin-top: 0;
  }
  .programm__bg {
    bottom: 30.556vw;
  }
  .programm__item {
    margin-bottom: 4.389vw;
  }
  .programm__showmore {
    display: none !important;
  }
  .programm__result {
    border-radius: 10px;
    padding: 25px 20px;
  }
  .programm__result.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .programm__result img {
    width: 11.778vw;
    margin-top: -1.792vw;
  }
  .programm__result span {
    font-size: 36px;
  }
  .programm__result p {
    margin-top: 14px;
    text-align: center;
    width: 100%;
    font-size: 15px;
  }
  .author {
    padding: 0 2.778vw;
  }
  .author__box {
    padding: 0;
    border-radius: 16.667vw 16.667vw 0 0;
    background: url(../img/s-6-s/bg-mob.jpg) no-repeat;
    background-size: 100% auto;
    background-position: top center;
    overflow: visible;
  }
  .author__info {
    padding: 16.667vw 0 0;
    background: none;
    -webkit-backdrop-filter: initial;
            backdrop-filter: initial;
    z-index: 3;
    position: relative;
  }
  .author__label {
    text-align: center;
    font-size: 2.778vw;
    letter-spacing: 2.083vw;
    color: #808488;
  }
  .author__title {
    font-size: 20vw;
    text-align: center;
    padding-top: 8.889vw;
    margin-bottom: 165.278vw;
  }
  .author__insta {
    padding: 3.889vw 0 0 9.167vw;
    margin-bottom: 5.556vw;
    border-radius: 3.333vw;
    background: url(../img/s-6-s/insta-mob.jpg) center center/cover no-repeat;
  }
  .author__insta span {
    font-size: 19.861vw;
    margin-right: 3.611vw;
  }
  .author__insta p {
    font-size: 4.444vw;
  }
  .author__icon {
    width: 17.222vw;
    height: 17.222vw;
  }
  .author__advas {
    background: none;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
  }
  .author__adva {
    width: 100%;
    background: -o-linear-gradient(276deg, rgba(66, 69, 72, 0.8) -30.92%, rgba(36, 39, 41, 0.8) 52.85%);
    background: linear-gradient(174deg, rgba(66, 69, 72, 0.8) -30.92%, rgba(36, 39, 41, 0.8) 52.85%);
    padding: 6.389vw 6.944vw;
    border-radius: 3.333vw;
    margin-bottom: 5.556vw;
  }
  .author__adva p {
    font-size: 4.444vw;
    margin-left: 3.889vw;
  }
  .author__money {
    width: 100%;
    margin-bottom: 5.556vw;
    padding: 4.722vw 5.556vw 8.333vw;
    border-radius: 3.333vw;
  }
  .author__students {
    width: 100%;
    padding: 4.722vw 4.167vw 8.333vw;
    border-radius: 3.333vw;
  }
  .author__number_1.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .author__number_1 span:first-child {
    margin-right: 2.222vw;
    font-size: 36.111vw;
  }
  .author__number_1 span:last-child {
    font-size: 11.111vw;
  }
  .author__number_2 {
    text-align: center;
    font-size: 36.111vw;
  }
  .author__number_2 b {
    font-size: 27.778vw;
  }
  .author__text {
    font-size: 4.444vw;
  }
  .author__man {
    width: calc(100% + 5.556vw);
    left: -2.778vw;
    bottom: auto;
    top: 61.111vw;
  }
  .faq {
    padding: 30.417vw 0 6.944vw;
  }
  .faq__box {
    width: 100%;
  }
  .faq__head {
    text-align: center;
    margin-bottom: 5.556vw;
  }
  .faq__head span:first-child {
    font-size: 17.778vw;
  }
  .faq__head span:last-child {
    font-size: 22.778vw;
    margin-top: -5.556vw;
    margin-left: 0;
  }
  .faq__blur_1 {
    width: 69.444vw;
    top: 2.778vw;
  }
  .faq__blur_2 {
    display: none;
  }
  .faq__item {
    border-radius: 3.833vw;
    padding: 1.694vw 0;
  }
  .faq__heading {
    padding: 4.361vw 15.917vw 4.361vw 7.556vw;
    border-radius: 3.833vw;
  }
  .faq__title {
    font-size: 3.889vw;
  }
  .faq__title:before {
    font-size: 4.528vw;
    left: -3.778vw;
    top: -1.667vw;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .faq__text {
    font-size: 4.444vw;
  }
  .faq__close {
    width: 12vw;
    height: 12vw;
    border-radius: 3.042vw;
    font-size: 6.083vw;
  }
  .faq__info {
    padding: 5.778vw 6.889vw 4.514vw 5.903vw;
  }
  .faq__descr span {
    font-size: 5vw;
  }
  .faq__descr p {
    font-size: 3.889vw;
    line-height: 130%;
  }
  .faq__icon {
    width: 20.861vw;
    height: 20.861vw;
    border: 1.208vw solid rgba(255, 255, 255, 0.54);
    margin-right: 3.389vw;
  }
  .support {
    padding-top: 16vw;
    padding-bottom: 119.444vw;
  }
  .support__box {
    padding-top: 0;
  }
  .support__heading {
    padding-left: 0;
    margin-bottom: 27.778vw;
  }
  .support__subtitle {
    text-align: center;
    margin-bottom: 8.333vw;
    font-size: 3.333vw;
    letter-spacing: 6.111vw;
    padding-left: 5vw;
  }
  .support__title {
    text-align: center;
  }
  .support__title span {
    font-size: 17.778vw;
    line-height: 1;
    display: block;
  }
  .support__packet {
    display: none;
  }
  .support__bg {
    bottom: -16.667vw;
  }
  .support__info {
    padding: 27.778vw 2.778vw 1.111vw;
    overflow: visible;
    border-radius: 2.778vw;
  }
  .support__infoimg {
    top: -25vw;
    width: 86%;
    left: 7%;
    height: auto;
  }
  .support__infoimg img {
    height: auto;
    width: 100%;
  }
  .support__info span {
    text-align: center;
    font-size: 11.667vw;
    width: 100%;
    display: block;
  }
  .support__info p {
    margin-top: 5.556vw;
    font-size: 4.444vw;
    text-align: center;
    margin-bottom: 80.556vw;
    max-width: 100%;
  }
  .support__info ul{
    margin-top: 5.556vw;
    margin-bottom: 80.556vw;
    padding-left: 4vw;
  }
  .support__info ul li {
    
    font-size: 4.444vw;
    text-align: center;
    
    max-width: 100%;
  }
  .support__phone {
    width: 94%;
    right: 3%;
    top: 77.778vw;
  }
  .support__btn {
    position: relative;
    z-index: 3;
    padding-left: 0;
    padding-right: 0;
  }
  .interview {
    margin-top: 58.333vw;
    padding-bottom: 23.722vw;
  }
  .interview.pt{
    margin-top: 20vw;
  }
  .interview__slide.small{
    margin-right: 0;
    margin-bottom: 10vw;
  }
  .interview__image.small{
    height: 50vw;
  }
  .interview__head {
    margin-bottom: 36.111vw;
  }
  .interview__head.mb0{
    margin-bottom: 18vw;
  }
  .interview__head span:first-child {
    font-size: 17.778vw;
  }
  .interview__head span:last-child {
    font-size: 22.778vw;
    margin-top: -5.556vw;
  }
  .interview__number {
    font-size: 59.722vw;
    top: 41.667vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-6.32%, #FFF), color-stop(58.36%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, #FFF -6.32%, rgba(255, 255, 255, 0) 58.36%);
    background: linear-gradient(180deg, #FFF -6.32%, rgba(255, 255, 255, 0) 58.36%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .interview__info {
    width: calc(100% - 13.889vw);
    padding: 6.667vw 8.333vw 8.889vw;
    border-radius: 2.778vw;
    margin-bottom: 8.333vw;
  }
  .interview__info.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .interview__info:before {
    width: 100%;
    height: 100%;
  }
  .interview__info img {
    width: 62.5vw;
    margin-bottom: 5vw;
    margin-left: auto;
    margin-right: auto;
  }
  .interview__info p {
    width: 100%;
    text-align: center;
    font-size: 4.444vw;
    margin-right: 0;
    letter-spacing: 0.178vw;
  }
  .interview__play {
    width: 14.667vw;
    height: 14.667vw;
  }
  .interview__play img {
    display: block;
    width: 3.889vw;
  }
  .interview__slider {
    padding: 0 6.667vw;
  }
  .interview__slider .slick-slide {
    margin: 0 2.222vw;
  }
  .interview__slider .slick-list {
    margin: 0 -2.222vw;
  }
  .interview__slider .slick-next, .interview__slider .slick-prev {
    width: 16.111vw;
    height: 16.111vw;
  }
  .interview__slider .slick-prev {
    left: 14.167vw;
  }
  .interview__slider .slick-next {
    right: 14.167vw;
  }
  .interview__slide.hidden {
    display: none;
  }
  .interview__item {
    width: 100%;
    border-radius: 3.333vw;
    min-height: initial;
    margin-bottom: 5.556vw;
  }
  .interview__slide.small{
    width: 100%;
  }
  .interview__image {
    height: 154.167vw;
    border-radius: 3.333vw;
  }
  .interview__top {
    padding: 3.333vw;
  }
  .interview__age {
    padding: 3.333vw 4.722vw;
    border-radius: 1.944vw;
    font-size: 3.889vw;
  }
  .interview__logo {
    width: 10.278vw;
  }
  .interview__name {
    padding: 2.333vw 3.889vw;
    border-radius: 1.944vw;
    font-size: 3.289vw;
    left: 3.333vw;
    bottom: 3.333vw;
  }
  .interview__text {
    padding: 6.944vw 5.556vw;
    font-size: 3.889vw;
  }
  .interview__btn {
    width: calc(100% - 13.889vw);
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .interview__more {
    padding: 4.167vw 0 8.333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .interview__more img {
    width: 11.111vw;
  }
  .pres {
    margin-top: 10vw;
  }
  .pres__bg {
    bottom: -130.556vw;
  }
  .pres__box {
    width: 94.333vw;
  }
  .pres__head {
    padding: 0;
    margin-bottom: 20.861vw;
  }
  .pres__head.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pres__aib {
    width: 58.333vw;
  }
  .pres__title {
    font-size: 17.778vw;
    text-align: center;
    margin-bottom: 20.833vw;
  }
  .pres__socbox {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20.833vw;
  }
  .pres__flag {
    width: 100%;
    left: 0;
    top: 66.667vw;
  }
  .pres__info {
    left: 0;
    width: 100%;
    position: static;
  }
  .pres__info.flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pres__image {
    width: 33.333vw;
    margin-right: 4.167vw;
    margin-left: -2.778vw;
  }
  .pres__textbox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pres__number {
    font-size: 29.167vw;
  }
  .pres__subtitle {
    font-size: 11.111vw;
    margin-bottom: 4.444vw;
    margin-top: 1.944vw;
  }
  .pres__text {
    font-size: 4.444vw;
  }
  .pres__text br {
    display: none;
  }
  .pres__tablbox {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: calc(100% + 5.556vw);
    margin-left: -2.778vw;
    padding: 0 4.167vw;
  }
  .pres__tablbox::-webkit-scrollbar {
    display: none;
  }
  .pres__tabl {
    width: 269.444vw;
    margin-top: 5.556vw;
  }
  .pres__socbox {
    width: 61.11vw;
    border-radius: 3.32vw;
    padding: 4.44vw;
    margin-right: 8.888vw;
  }
  .pres__socbox p {
    font-size: 4.444vw;
    margin-bottom: 2.224vw;
  }
  .pres__soc img {
    width: 10.559vw;
    margin-right: 1.11vw;
  }
  .footer {
    padding: 10.083vw 0;
    border-radius: 3.333vw 11.111vw 0 0;
    background: rgba(36, 38, 38, 0.65);
  }
  .footer__box.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__logo {
    width: 70%;
  }
  .footer__docs {
    width: 100%;
    text-align: center;
    margin-top: 8vw;
  }
  .footer__docs a {
    font-size: 3.972vw;
  }
  .footer__contacts {
    width: 100%;
    text-align: center;
    margin-top: 8vw;
  }
  .footer__contacts a {
    font-size: 3.972vw;
  }
  .footer__info {
    width: 100%;
    text-align: center;
    font-size: 3.972vw;
    margin-top: 8vw;
  }
  .footer__pay {
    margin-top: 5vw;
  }
  .footer__pay img {
    margin-left: 5.972vw;
    height: 6.042vw;
  }
  .footer__pay img:first-child {
    margin-left: 0;
  }
  .iti {
    margin-bottom: 5.389vw;
  }
  .thanks__box {
    padding-top: 15vw;
  }
  .thanks__title {
    font-size: 14vw;
    margin-bottom: 7vw;
  }
  .thanks__subtitle {
    font-size: 8vw;
    margin-bottom: 7vw;
  }
  .thanks__subtitle br {
    display: none;
  }
  .thanks__btn {
    letter-spacing: 1.667vw;
    padding-left: 8.333vw;
    padding-right: 8.333vw;
  }
  .popup-wrap {
    width: 89.167vw;
  }
  .popup-form {
    padding: 9.125vw;
    border-radius: 3.694vw;
  }
  .popup-title {
    font-size: 10.361vw;
    padding-top: 1vw;
    margin-bottom: 6.083vw;
  }
  .popup-label {
    font-size: 3.972vw;
    margin-bottom: 1.694vw;
  }
  .popup-input {
    height: 13.028vw;
    padding: 2.347vw 5.042vw;
    font-size: 3.742vw;
    margin-bottom: 6.389vw;
  }
  .popup-remark {
    margin-bottom: 3.25vw;
    font-size: 2.764vw;
    text-align: center;
  }
  .popup-btn {
    padding-left: 0;
    padding-right: 0;
  }
  .iti {
    margin-bottom: 5.389vw;
  }
  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgb(249, 182, 148);
      box-shadow: 0 0 0 0 rgb(249, 182, 148);
    }
    100% {
      -webkit-box-shadow: 0 0 0 3.042vw rgba(249, 182, 148, 0);
      box-shadow: 0 0 0 3.042vw rgba(249, 182, 148, 0);
    }
  }
  @keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgb(249, 182, 148);
      box-shadow: 0 0 0 0 rgb(249, 182, 148);
    }
    100% {
      -webkit-box-shadow: 0 0 0 3.042vw rgba(249, 182, 148, 0);
      box-shadow: 0 0 0 3.042vw rgba(249, 182, 148, 0);
    }
  }
  @-webkit-keyframes pulse2 {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgb(249, 182, 148);
      box-shadow: 0 0 0 0 rgb(249, 182, 148);
    }
    100% {
      -webkit-box-shadow: 0 0 0 6.083vw rgba(249, 182, 148, 0);
      box-shadow: 0 0 0 6.083vw rgba(249, 182, 148, 0);
    }
  }
  @keyframes pulse2 {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgb(249, 182, 148);
      box-shadow: 0 0 0 0 rgb(249, 182, 148);
    }
    100% {
      -webkit-box-shadow: 0 0 0 6.083vw rgba(249, 182, 148, 0);
      box-shadow: 0 0 0 6.083vw rgba(249, 182, 148, 0);
    }
  }
  @-webkit-keyframes pulse3 {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgb(16, 124, 250);
      box-shadow: 0 0 0 0 rgb(16, 124, 250);
    }
    100% {
      -webkit-box-shadow: 0 0 0 3.042vw rgba(16, 124, 250, 0);
      box-shadow: 0 0 0 3.042vw rgba(16, 124, 250, 0);
    }
  }
  @keyframes pulse3 {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgb(16, 124, 250);
      box-shadow: 0 0 0 0 rgb(16, 124, 250);
    }
    100% {
      -webkit-box-shadow: 0 0 0 3.042vw rgba(16, 124, 250, 0);
      box-shadow: 0 0 0 3.042vw rgba(16, 124, 250, 0);
    }
  }
  @-webkit-keyframes pulse4 {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgb(16, 124, 250);
      box-shadow: 0 0 0 0 rgb(16, 124, 250);
    }
    100% {
      -webkit-box-shadow: 0 0 0 6.083vw rgba(16, 124, 250, 0);
      box-shadow: 0 0 0 6.083vw rgba(16, 124, 250, 0);
    }
  }
  @keyframes pulse4 {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgb(16, 124, 250);
      box-shadow: 0 0 0 0 rgb(16, 124, 250);
    }
    100% {
      -webkit-box-shadow: 0 0 0 6.083vw rgba(16, 124, 250, 0);
      box-shadow: 0 0 0 6.083vw rgba(16, 124, 250, 0);
    }
  }

  .subsform__btn{
    width: 100%;
    margin-top: 9vw;
  }
  .subsform__title{
    font-size: 11.25vw;
    margin-bottom: 5vw;
  }
  .popup-input.textarea{
    padding: 3.347vw 5.042vw;
    height: 30vw;
  }
  .subsform__box .popup-label{
    line-height: 1.4;
    font-size: 4.272vw;
  }

}



















