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

.ftitle, .ftitle * {
  font-family: "Bebas Neue Cyrillic", sans-serif;
  color: #242D39;
}

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

input,
textarea {
  color: #333;
  font-family: "Inter", 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;
}

.delay12 {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.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: "Inter";
  src: url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraLight.woff2") format("woff2"), url("../fonts/Inter-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter V";
  src: url("../fonts/InterV.woff2") format("woff2"), url("../fonts/InterV.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Thin.woff2") format("woff2"), url("../fonts/Inter-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@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;
}
/*@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;
}

.footer {
  background: -o-linear-gradient(58.55deg, #263141 66.84%, #3A485E 145.15%);
  background: linear-gradient(31.45deg, #263141 66.84%, #3A485E 145.15%);
  -webkit-backdrop-filter: blur(16.5px);
          backdrop-filter: blur(16.5px);
  border-radius: 1.181vw 1.181vw 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 1.458vw 0 1.167vw;
  width: 100%;
}
.footer__box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__logo {
  width: 15.833vw;
}
.footer__logo img {
  max-width: 100%;
}
.footer__dogov a {
  font-weight: 500;
  font-size: 0.972vw;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #8D8D8D;
}
.footer__dogov a:first-child {
  margin-right: 4.861vw;
}
.footer__info span {
  font-weight: 500;
  font-size: 0.972vw;
  line-height: 150%;
  color: #8D8D8D;
}
.footer__info span:first-child {
  margin-right: 3.472vw;
}
.footer__copy span {
  font-weight: 500;
  font-size: 0.972vw;
  line-height: 150%;
  color: #8D8D8D;
}
.footer.static {
  position: relative;
  padding-bottom: 2.569vw;
  padding-top: 2.778vw;
}
.footer__pay img {
  height: 1vw;
  width: auto;
  display: block;
  margin-left: 1vw;
}
/*.footer__pay img:last-child {
  margin-left: 1vw;
}*/

@media screen and (max-width: 768px) {
  .footer {
    background: #000;
    position: static;
    padding: 10vw 0;
    border-radius: 0;
    background: #151c2c;
  }
  .footer br {
    display: none;
  }
  .footer__logo {
    width: 52.833vw;
    margin-bottom: 8.333vw;
  }
  .footer__box.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer.static {
    padding-bottom: 10.569vw;
    padding-top: 9.778vw;
  }
  .footer__dogov {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__dogov a {
    font-size: 3.889vw;
    color: #fff;
    margin: 0 0 2.333vw !important;
  }
  .footer__info {
    text-align: center;
  }
  .footer__info span {
    font-size: 3.889vw;
    color: #fff;
    margin-right: 0;
  }
  .footer__copy {
    margin-top: 5.333vw;
  }
  .footer__copy span {
    font-size: 3.889vw;
    color: #fff;
  }
  .footer__pay{
    margin-top: 3vw;
  }
  .footer__pay img {
    height: 6vw;
    margin-left: 2vw;
    margin-right: 2vw;
  }
  /*.footer__pay img:last-child {
    margin-left: 3vw;
  }*/
}
.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;
}
.wrapper_mob {
  display: none;
}

/* 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:-1.389vw;margin-left:-1.389vw;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;
}

.zoom {
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.zoom:hover {
  -webkit-transform: scale(1.05) !important;
      -ms-transform: scale(1.05) !important;
          transform: scale(1.05) !important;
}

.title.center {
  text-align: center;
}
.title span {
  font-weight: 400;
  font-size: 4.514vw;
  line-height: 100%;
  text-transform: uppercase;
  background: -o-linear-gradient(359.93deg, rgba(26, 27, 29, 0) -32.22%, #1A1B1D 35.04%, #1A1B1D 50.96%, #1A1B1D 71.88%, rgba(178, 182, 190, 0) 138.73%);
  background: linear-gradient(90.07deg, rgba(26, 27, 29, 0) -32.22%, #1A1B1D 35.04%, #1A1B1D 50.96%, #1A1B1D 71.88%, rgba(178, 182, 190, 0) 138.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding-top: 1.042vw;
  display: inline-block;
}
.title.white span {
  background: -o-linear-gradient(270.24deg, #FFFFFF 50%, rgba(255, 255, 255, 0) 149.82%);
  background: linear-gradient(179.76deg, #FFFFFF 50%, rgba(255, 255, 255, 0) 149.82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.title.white span b {
  font-weight: 400;
  background: #F9B836;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.btn {
  font-weight: 700;
  font-size: 0.833vw;
  line-height: 1.2;
  letter-spacing: 0.52em;
  text-transform: uppercase;
  color: #654F11;
  background: -o-linear-gradient(287.85deg, #FFE0A3 12.18%, #F5BB48 88.51%);
  background: linear-gradient(162.15deg, #FFE0A3 12.18%, #F5BB48 88.51%);
  -webkit-box-shadow: 0 1.597vw 4.167vw rgba(249, 182, 48, 0.35), 0 0.208vw 0 #D1AE67;
          box-shadow: 0 1.597vw 4.167vw rgba(249, 182, 48, 0.35), 0 0.208vw 0 #D1AE67;
  border-radius: 0.833vw;
  padding: 2.083vw 3.056vw;
  border: 0;
  text-align: center;
}

.banner {
  position: relative;
}
.banner__front, .banner__sand, .banner__blur, .banner__bg, .banner__bush {
  pointer-events: none;
}
.banner__bush {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 100vw;
  z-index: 6;
}
.banner__bg {
  position: absolute;
  width: 100vw;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.banner .wrapper {
  padding-top: 13.889vw;
  padding-bottom: 18.472vw;
  z-index: 4;
}
.banner .wrapper.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.banner__top {
  position: absolute;
  top: 1.389vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 6;
}
.banner__top.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner__scope {
  position: absolute;
  top: -1.389vw;
  width: 24.306vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.banner__date {
  margin-right: 1.736vw;
}
.banner__date span {
  font-weight: 400;
  font-size: 2.292vw;
  line-height: 147.52%;
  text-transform: uppercase;
  color: #4B5666;
  font-family: "Bebas Neue Cyrillic";
}
.banner__date p {
  font-weight: 600;
  font-size: 0.625vw;
  line-height: 161%;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: #505050;
}
.banner__potik {
  width: 4.028vw;
}
.banner__block.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.banner__heading {
  text-align: center;
  margin-right: 18.056vw;
  margin-left: 5.556vw;
  position: relative;
  z-index: 2;
}
.banner__descr {
  font-weight: 600;
  font-size: 0.764vw;
  line-height: 150%;
  padding-left: 1.145em;
  letter-spacing: 1.145em;
  text-transform: uppercase;
  color: #5B5F63;
}
.banner__title {
  position: relative;
  top: 1.389vw;
}
.banner__title span {
  font-weight: 400;
  font-size: 6.528vw;
  line-height: 100%;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1A1B1D), color-stop(124.69%, rgba(178, 182, 190, 0)));
  background: -o-linear-gradient(top, #1A1B1D 50%, rgba(178, 182, 190, 0) 124.69%);
  background: linear-gradient(180deg, #1A1B1D 50%, rgba(178, 182, 190, 0) 124.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.banner__subtitle {
  font-family: "Ouvality";
  font-style: normal;
  font-weight: 400;
  font-size: 6.319vw;
  line-height: 60%;
  color: #EEAA21;
}
.banner__pro {
  font-weight: 400;
  font-size: 21.875vw;
  line-height: 100%;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(63.39%, #187FFF), color-stop(162.78%, #FFFFFF));
  background: -o-linear-gradient(bottom, #187FFF 63.39%, #FFFFFF 162.78%);
  background: linear-gradient(0deg, #187FFF 63.39%, #FFFFFF 162.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.banner__info {
  width: 17.361vw;
  position: relative;
  z-index: 7;
}
.banner__logo {
  display: block;
  width: 100%;
}
.banner__text {
  font-weight: 500;
  font-size: 0.972vw;
  line-height: 150%;
  color: #5B5F63;
  margin-bottom: 1.736vw;
  margin-top: 1.389vw;
}
.banner__btn {
  width: 100%;
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.banner__play {
  position: absolute;
  width: 9.028vw;
  height: 9.028vw;
  right: 2.778vw;
  top: 16.667vw;
  z-index: 6;
  cursor: pointer;
}
.banner__round {
  width: 16.667vw;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}
.banner__playround {
  width: 9.028vw;
  height: 9.028vw;
  border-radius: 50%;
  background: -o-linear-gradient(47.09deg, #1876F7 13.35%, #5FA0F9 87.87%);
  background: linear-gradient(42.91deg, #1876F7 13.35%, #5FA0F9 87.87%);
}
.banner__playround.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner__playround img {
  width: 1.528vw;
}
.banner__man {
  width: 36.806vw;
  position: absolute;
  left: 25vw;
  top: 9.861vw;
  z-index: 4;
}
.banner__manimg {
  display: block;
  width: 100%;
}
.banner__insta {
  background: -o-linear-gradient(26.38deg, #F9CC74 20.83%, #D96551 51.47%, #CC2B8F 72.43%, #6463D8 90.39%);
  background: linear-gradient(63.62deg, #F9CC74 20.83%, #D96551 51.47%, #CC2B8F 72.43%, #6463D8 90.39%);
  border-radius: 0.556vw;
  padding: 0.347vw 0.556vw 0.347vw 0.139vw;
  position: absolute;
  left: 30.903vw;
  top: 26.389vw;
  width: 12.153vw;
}
.banner__insta.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner__insta img {
  width: 1.389vw;
}
.banner__insta span {
  font-weight: 700;
  font-size: 0.903vw;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-left: 0.347vw;
}
.banner__front {
  position: absolute;
  width: 100vw;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
.banner__sand {
  position: absolute;
  width: 100vw;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  mix-blend-mode: lighten;
}
.banner__blur {
  position: absolute;
  width: 100vw;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  mix-blend-mode: screen;
}

.sale {
  padding-top: 4.167vw;
}
.sale__box {
  padding: 4.514vw 2.778vw 2.778vw;
  border-radius: 1.25vw;
  background: url(../img/2screen/sale.jpg) center bottom/cover no-repeat;
  position: relative;
}
.sale__cta {
  position: relative;
  z-index: 4;
}
.sale__cta.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sale__ctainside {
  background: rgba(43, 45, 48, 0.41);
  -webkit-backdrop-filter: blur(4.5px);
          backdrop-filter: blur(4.5px);
  border-radius: 0.833vw;
}
.sale__text {
  padding: 0.903vw 2.778vw 0.903vw 1.389vw;
}
.sale__text img {
  width: 2.5vw;
  margin-right: 0.972vw;
}
.sale__text p {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 140%;
  color: #E7EBF0;
}
.sale__btn {
  padding: 2.083vw 2.431vw;
  font-weight: 700;
  font-size: 0.833vw;
  line-height: 0.972vw;
  letter-spacing: 0.515em;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 0;
  display: block;
  margin-top: -0.208vw;
  background: -o-linear-gradient(321.73deg, #4698FD 22.24%, #1075F1 73.62%);
  background: linear-gradient(128.27deg, #4698FD 22.24%, #1075F1 73.62%);
  -webkit-box-shadow: 0 0.208vw 0 #0C4080;
          box-shadow: 0 0.208vw 0 #0C4080;
  border-radius: 0.833vw;
}
.sale__timer {
  margin-top: 2.431vw;
  margin-bottom: 4.514vw;
}
.sale__sand {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 1.25vw 1.25vw;
  mix-blend-mode: lighten;
}

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

@keyframes rotate {
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
            transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}
.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;
  /*width: 10vw;
  padding: 2vw 2vw 2vw 2vw;*/
  font-weight: 500;
  font-size: 1.25vw;
  color: #EEE9DF;
  /*  border-radius: 0.694vw;*/
  /*  background: linear-gradient(109.07deg, #223046 13.23%, #2c3d59 75.55%);*/
  margin: 0 1vw;
  position: relative;
}

.countdown ul li span {
  width: 9.792vw;
  display: block;
  text-align: center;
  font-size: 4vw;
  color: #fff;
  /*  font-weight: 700;*/
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-size: 9.792vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#060A10), color-stop(49.53%, #060A10), color-stop(50.92%, #2D3E58), to(#060A10));
  background: -o-linear-gradient(top, #060A10 0%, #060A10 49.53%, #2D3E58 50.92%, #060A10 100%);
  background: linear-gradient(180deg, #060A10 0%, #060A10 49.53%, #2D3E58 50.92%, #060A10 100%);
  border-radius: 1.181vw;
  padding-top: 2.408vw;
  padding-bottom: 1.308vw;
  margin-top: 1.181vw;
  /*  letter-spacing: 0.2rem;*/
}

.countdown ul li span b {
  background: -webkit-gradient(linear, left top, right top, color-stop(-1.93%, rgba(255, 255, 255, 0.51)), color-stop(52.77%, #FFFFFF), color-stop(104.54%, rgba(255, 255, 255, 0.51)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.51) -1.93%, #FFFFFF 52.77%, rgba(255, 255, 255, 0.51) 104.54%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.51) -1.93%, #FFFFFF 52.77%, rgba(255, 255, 255, 0.51) 104.54%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: block;
  font-weight: 500;
}

.lline {
  background: #323B4A;
  position: absolute;
  width: 100%;
  height: 0.208vw;
  left: 0;
  z-index: 5;
  top: 9.05vw;
}

.lline:before {
  content: "";
  background: #323B4A;
  width: 0.625vw;
  height: 0.625vw;
  position: absolute;
  left: 0;
  top: -85%;
}

.lline:after {
  content: "";
  background: #323B4A;
  width: 0.625vw;
  height: 0.625vw;
  position: absolute;
  right: 0;
  top: -85%;
}

.foryou {
  padding: 6.944vw 0;
  position: relative;
}
.foryou__leaf {
  pointer-events: none;
  width: 20vw;
  left: 0;
  top: -15vw;
  position: absolute;
  z-index: 5;
}
.foryou__box {
  width: 65.278vw;
  margin: 0 auto;
}
.foryou__item {
  padding: 2.778vw 0;
  border-bottom: 1px solid #D2DCEA;
}
.foryou__item:last-child {
  border-bottom: 0;
}
.foryou__image {
  width: 100%;
  height: 12.847vw;
  border-radius: 0.833vw;
  overflow: hidden;
}
.foryou__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.foryou__head {
  position: relative;
  z-index: 2;
  top: 2.431vw;
}
.foryou__head.small {
  margin-top: 0.694vw;
  top: 1.389vw;
}
.foryou__head.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.foryou__head.reverse.flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.foryou__head.reverse .foryou__text {
  margin-right: 2.778vw;
  margin-left: 0;
}
.foryou__number {
  font-family: "Ouvality";
  font-style: normal;
  font-weight: 400;
  font-size: 4.167vw;
  line-height: 100%;
  color: #137DFF;
  position: absolute;
  left: -6.25vw;
  top: 0;
}
.foryou__title {
  font-weight: 400;
  font-size: 7.153vw;
  line-height: 100%;
  text-transform: uppercase;
  background: -o-linear-gradient(90.59deg, #38393D 68.26%, rgba(178, 182, 190, 0) 151.58%);
  background: linear-gradient(359.41deg, #38393D 68.26%, rgba(178, 182, 190, 0) 151.58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.foryou__title.small {
  font-size: 4.653vw;
}
.foryou__text {
  font-weight: 400;
  font-size: 0.972vw;
  line-height: 150%;
  color: #5B5F63;
  margin-left: 2.778vw;
}
.foryou__block {
  position: relative;
  z-index: 2;
}
.foryou__block.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;
}
.foryou__man {
  width: 6.389vw;
  height: 6.389vw;
  border-radius: 50%;
  margin-right: 1.25vw;
  position: relative;
}
.foryou__man:before {
  content: "";
  border: 0.139vw solid rgba(55, 135, 255, 0.43);
  width: 114%;
  height: 114%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.foryou__man img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.foryou__user {
  background: #EBEEF3;
  -webkit-box-shadow: -0.764vw 0.903vw 1.389vw rgba(98, 112, 132, 0.26);
          box-shadow: -0.764vw 0.903vw 1.389vw rgba(98, 112, 132, 0.26);
  border-radius: 0.833vw;
  padding: 1.111vw 1.389vw;
}
.foryou__userinfo span {
  font-weight: 700;
  font-size: 1.528vw;
  line-height: 150%;
  color: #28292C;
}
.foryou__userinfo p {
  font-weight: 400;
  font-size: 0.972vw;
  line-height: 150%;
  color: #616365;
}
.foryou__before {
  background: -o-linear-gradient(244.84deg, #192337 15.98%, #0F1623 87.77%);
  background: linear-gradient(205.16deg, #192337 15.98%, #0F1623 87.77%);
  border-radius: 0.833vw;
  padding: 1.667vw;
  min-height: 10.417vw;
}
.foryou__before_1 {
  width: 20.833vw;
}
.foryou__before_2 {
  width: 18.278vw;
}
.foryou__before_3 {
  width: 18.75vw;
}
.foryou__before_4 {
  width: 17.361vw;
}
.foryou__before span {
  font-weight: 700;
  font-size: 1.111vw;
  line-height: 150%;
  color: #F2F4F9;
  display: block;
}
.foryou__before p {
  font-weight: 400;
  font-size: 0.972vw;
  line-height: 150%;
  color: #F2F4F9;
}
.foryou__after {
  background: -o-linear-gradient(211.31deg, #3787FF 19.09%, #2F78E7 72.9%);
  background: linear-gradient(238.69deg, #3787FF 19.09%, #2F78E7 72.9%);
  border-radius: 0.833vw;
  padding: 1.667vw;
  min-height: 10.417vw;
  width: 20.833vw;
}
.foryou__after_2{
  width: 23.88vw;
}
.foryou__after span {
  display: block;
  font-weight: 700;
  font-size: 1.111vw;
  line-height: 150%;
  color: #F2F4F9;
}
.foryou__after p {
  font-weight: 400;
  font-size: 0.972vw;
  line-height: 150%;
  color: #F2F4F9;
}

.mainres {
  padding: 6.944vw 0 10.417vw;
  background: url(../img/4screen/bg.jpg) center top/cover no-repeat;
  border-radius: 2.083vw;
  position: relative;
  overflow: hidden;
  top: 2.083vw;
}
.mainres__sand_1 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.mainres__sand_2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  mix-blend-mode: lighten;
  z-index: 2;
}
.mainres__box {
  margin-top: 3.472vw;
}
.mainres__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;
}
.mainres__item {
  width: 19%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E8EDF3));
  background: -o-linear-gradient(top, #FFFFFF 0%, #E8EDF3 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #E8EDF3 100%);
  position: relative;
  border-radius: 0.972vw;
  height: 29.167vw;
  padding: 3.333vw 1.25vw 0 1.667vw;
  margin-top: 2.083vw;
}
.mainres__item.onlymob{
  display: none;
}
.mainres__item.black {
  margin-top: 0;
  background: -o-linear-gradient(260.1deg, #212F4A 7.43%, #131B2A 58.77%);
  background: linear-gradient(189.9deg, #212F4A 7.43%, #131B2A 58.77%);
}
.mainres__item.black .mainres__title {
  color: #F2F4F8;
}
.mainres__item.black .mainres__text {
  color: #DADDE0;
}
.mainres__img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  border-radius: 0.972vw;
  overflow: hidden;
}
.mainres__title, .mainres__text, .mainres__number {
  position: relative;
  z-index: 2;
}
.mainres__number {
  width: 2.778vw;
  height: 2.778vw;
  border-radius: 50%;
  background: #F4AE20;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-weight: 700;
  font-size: 1.111vw;
  line-height: 150%;
  text-align: center;
  color: #5B4516;
}
.mainres__number.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mainres__title {
  font-weight: 400;
  font-size: 2.222vw;
  line-height: 100%;
  text-transform: uppercase;
  color: #393A3D;
  display: block;
  margin-bottom: 0.556vw;
}
.mainres__text {
  font-weight: 500;
  font-size: 0.972vw;
  line-height: 150%;
  color: #5B5F63;
}

.results {
  padding: 8vw 0 14vw;
  position: relative;
  background: -o-linear-gradient(256.56deg, #21304B 7.28%, #141C2B 45.5%);
  background: linear-gradient(193.44deg, #21304B 7.28%, #141C2B 45.5%);
}
.results__bg {
  position: absolute;
  top: 20vw;
  left: 0;
  width: 100%;
  z-index: 1;
  mix-blend-mode: lighten;
}
.results .wrapper {
  z-index: 3;
}
.results__head {
  text-align: center;
}
.results__potik {
  font-family: "Ouvality";
  display: inline-block;
  font-weight: 400;
  font-size: 4.514vw;
  line-height: 117.02%;
  text-align: center;
  background: -o-linear-gradient(77.28deg, #C8B47F 25.28%, rgba(230, 211, 162, 0.67) 76.59%);
  background: linear-gradient(12.72deg, #C8B47F 25.28%, rgba(230, 211, 162, 0.67) 76.59%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.results__descr {
  margin: 1.389vw 0 4.861vw;
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 164%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #DADDE0;
}
.results__box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.results__item {
  width: 16.667vw;
  position: relative;
  margin-bottom: 7vw;
  display: none;
}
.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__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: url(../img/5screen/shape.svg);
  background-size: 100% 100%;
  border-radius: 0.486vw;
  text-align: center;
  padding: 5.903vw 1.389vw 1.883vw;
  display: flex;
  flex-direction: column;
}
.results__image {
  width: 6.944vw;
  height: 6.944vw;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -2.7vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: 100% 100%;
  background-size: cover;
}
.results__image:before {
  content: "";
  width: 114%;
  height: 114%;
  position: absolute;
  left: -7%;
  top: -7%;
  border: 0.139vw solid rgba(55, 135, 255, 0.21);
  border-radius: 50%;
}
.results__name {
  font-weight: 700;
  font-size: 1.389vw;
  line-height: 150%;
  text-align: center;
  color: #DADDE0;
  margin-bottom: 0.947vw;
  min-height: 4.167vw;
}
.results__inform {
  font-weight: 500;
  font-size: 0.972vw;
  line-height: 164%;
  letter-spacing: 0.04em;
  color: #7B879F;
  margin-bottom: 1.25vw;
  display: none;
}
.results__insta {
  text-align: center;
  margin-top: 2.361vw;
  padding-bottom: 0.903vw;
  order: 5;
}
.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/5screen/insta.svg);
  background-size: 100% 100%;
}
.results__insta span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.347vw;
  background: -o-linear-gradient(26.38deg, #F9CC74 20.83%, #D96551 51.47%, #CC2B8F 72.43%, #6463D8 90.39%);
  background: linear-gradient(63.62deg, #F9CC74 20.83%, #D96551 51.47%, #CC2B8F 72.43%, #6463D8 90.39%);
  border-radius: 1px;
  left: 0;
  bottom: -0.903vw;
}
.results__before {
  background: #151D2C;
  border-radius: 0.556vw;
  margin-bottom: 0.486vw;
  padding: 0.8vw 0.8vw 0.6vw;
}
.results__before span {
  font-weight: 500;
  font-size: 0.972vw;
  line-height: 164%;
  letter-spacing: 0.04em;
  color: #7B879F;
}
.results__before p {
  font-weight: 400;
  font-size: 3.056vw;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  background: -o-linear-gradient(270.24deg, #FFFFFF 50%, rgba(255, 255, 255, 0) 149.82%);
  background: linear-gradient(179.76deg, #FFFFFF 50%, rgba(255, 255, 255, 0) 149.82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-top: 0.486vw;
}
.results__after {
  background: -o-linear-gradient(260.6deg, #FFE0A3 7.1%, #F5BB48 83.67%);
  background: linear-gradient(189.4deg, #FFE0A3 7.1%, #F5BB48 83.67%);
  -webkit-box-shadow: 0 0.208vw 0 #D1AE67;
          box-shadow: 0 0.208vw 0 #D1AE67;
  border-radius: 0.556vw;
  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: #644A17;
}
.results__after p {
  font-weight: 400;
  font-size: 3.056vw;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #574216;
  margin-top: 0.486vw;
}
.results__feedback {
  background: -o-linear-gradient(317.73deg, #4892FF 26.19%, #2878F3 80.57%);
  background: linear-gradient(132.27deg, #4892FF 26.19%, #2878F3 80.57%);
  -webkit-box-shadow: 0 0.972vw 1.736vw rgba(40, 121, 244, 0.92), 0 0.208vw 0 #1D58B1;
          box-shadow: 0 0.972vw 1.736vw rgba(40, 121, 244, 0.92), 0 0.208vw 0 #1D58B1;
  border-radius: 0.833vw;
  display: block;
  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;
  margin-bottom: -0.208vw;
}
.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: #1A78F9;
  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;
}

.how {
  position: relative;
  padding-bottom: 5vw;
  top: -6vw;
}
.how__bg {
  display: block;
  width: 100%;
  border-radius: 0 0 2.083vw 2.083vw;
}
.how__box {
  width: 65.972vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 8.333vw;
  z-index: 2;
}
.how__wrap {
  margin-top: 3.472vw;
  position: relative;
}
.how__wrap.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;
}
.how__item {
  width: 23.611vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F0F3F7));
  background: -o-linear-gradient(top, #FFFFFF 0%, #F0F3F7 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #F0F3F7 100%);
  -webkit-box-shadow: 0 0.903vw 0.903vw rgba(111, 146, 200, 0.19);
          box-shadow: 0 0.903vw 0.903vw rgba(111, 146, 200, 0.19);
  border-radius: 0.972vw;
  overflow: hidden;
  padding: 2.5vw 3.472vw 0 2.5vw;
  position: relative;
  z-index: 2;
}
.how__item_1 {
  padding-bottom: 13.889vw;
}
.how__item_2 {
  padding-bottom: 18.056vw;
  position: relative;
  top: 9.028vw;
}
.how__item_3 {
  padding-bottom: 13.889vw;
  background: -o-linear-gradient(260.1deg, #31456B 7.43%, #131B2A 58.77%);
  background: linear-gradient(189.9deg, #31456B 7.43%, #131B2A 58.77%);
}
.how__item_4 {
  padding-bottom: 13.889vw;
  background: -o-linear-gradient(275.11deg, #3787FF 5.68%, #2F78E7 58.42%);
  background: linear-gradient(174.89deg, #3787FF 5.68%, #2F78E7 58.42%);
  position: relative;
  top: 18.75vw;
}
.how__arrow {
  position: absolute;
  z-index: 1;
}
.how__arrow_1 {
  width: 11.111vw;
  position: absolute;
  left: 21.528vw;
  top: 3.472vw;
}
.how__arrow_2 {
  width: 11.111vw;
  position: absolute;
  right: 22.222vw;
  top: 11.806vw;
}
.how__arrow_3 {
  width: 11.111vw;
  position: absolute;
  left: 21.528vw;
  top: 48.861vw;
}
.how__arrow_4 {
  width: 11.111vw;
  position: absolute;
  right: 22.222vw;
  top: 68.056vw;
}
.how__title {
  font-weight: 400;
  font-size: 2.222vw;
  line-height: 100%;
  text-transform: uppercase;
  color: #393A3D;
}
.how__title.white {
  color: #fff;
}
.how__text {
  margin-top: 0.556vw;
  font-weight: 500;
  font-size: 0.972vw;
  line-height: 150%;
  color: #5B5F63;
  margin-bottom: 1.25vw;
}
.how__text.white {
  color: #fff;
  opacity: 0.7;
}
.how__result {
  background: -o-linear-gradient(211.31deg, #3787FF 19.09%, #2F78E7 72.9%);
  background: linear-gradient(238.69deg, #3787FF 19.09%, #2F78E7 72.9%);
  border-radius: 0.556vw;
  padding: 0.625vw 0.903vw;
}
.how__result.yellow {
  background: -o-linear-gradient(260.6deg, #FFE0A3 7.1%, #F5BB48 83.67%);
  background: linear-gradient(189.4deg, #FFE0A3 7.1%, #F5BB48 83.67%);
  -webkit-box-shadow: 0 0.208vw 0 #D1AE67;
          box-shadow: 0 0.208vw 0 #D1AE67;
}
.how__row {
  margin: 0.278vw 0;
}
.how__row img {
  width: 1.667vw;
  margin-right: 0.694vw;
}
.how__row p {
  font-size: 1.111vw;
  line-height: 156%;
  color: #FFFFFF;
}
.how__row.yellow p {
  color: #6C5525;
}
.how__image {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 2;
}
.how__image_1 {
  width: 90%;
}
.how__image_2 {
  width: 80%;
  margin-left: 5%;
}
.how__number {
  display: inline-block;
  width: 6.944vw;
  font-family: "Ouvality";
  font-weight: 400;
  font-size: 4.514vw;
  line-height: 117.02%;
  text-align: center;
  background: -o-linear-gradient(77.28deg, #599CF9 25.28%, #66A6FF 76.59%);
  background: linear-gradient(12.72deg, #599CF9 25.28%, #66A6FF 76.59%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: absolute;
  right: 1.042vw;
  bottom: 2.778vw;
}
.how__sand {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
.how__blur {
  position: absolute;
  left: 0;
  bottom: -4.167vw;
  width: 30%;
  z-index: 4;
  mix-blend-mode: screen;
}
.how__money {
  position: absolute;
  left: 0;
  bottom: -7.639vw;
  width: 100%;
  z-index: 5;
}
.how__sand2 {
  position: absolute;
  left: 0;
  bottom: -8.333vw;
  width: 100%;
  z-index: 4;
  mix-blend-mode: lighten;
}

.programm {
  background: #F6F7F8;
  padding: 0 0 10.417vw;
  position: relative;
  z-index: 3;
  top: 4.861vw;
}
.programm__leaf {
  display: none;
}
.programm.spec {
  background: none;
  top: 0.861vw;
  padding-top: 4vw;
}
.programm__bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -7vw;
  pointer-events: none;
}
.programm__bg.spec {
  top: -18.056vw;
  bottom: auto;
}
.programm .wrapper {
  z-index: 2;
}
.programm__box {
  margin-top: 2.431vw;
}
.programm__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;
}
.programm__left {
  width: 32.292vw;
}
.programm__tabs.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.programm__tab {
  width: 48.5%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
  background: -o-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  -webkit-box-shadow: 0 0.903vw 0.278vw rgba(146, 168, 200, 0.21);
          box-shadow: 0 0.903vw 0.278vw rgba(146, 168, 200, 0.21);
  border-radius: 0.833vw;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 1.181vw 2.431vw;
  margin-bottom: 0.833vw;
  cursor: pointer;
  transition: all 0.3s ease;
}
.programm__tab span {
  font-family: "Ouvality";
  font-size: 3.472vw;
  line-height: 100%;
  color: #137DFF;
  margin-right: 2.083vw;
  margin-bottom: -0.694vw;
}
.programm__tab p {
  font-weight: 700;
  font-size: 1.528vw;
  line-height: 150%;
  color: #28292C;
}
.programm__tab.active {
  background: -o-linear-gradient(204.2deg, #4891FF 34.5%, #3787FF 81.24%);
  background: linear-gradient(245.8deg, #4891FF 34.5%, #3787FF 81.24%);
}
.programm__tab.active span, .programm__tab.active p {
  color: #fff;
}
.programm__tab.full {
  width: 100%;
}
.programm__tab2 {
  display: none !important;
}
.programm__right {
  width: 55.556vw;
  position: relative;
}
.programm__wrap {
  padding: 2.431vw 2.431vw 10.764vw 2.431vw;
  background: -o-linear-gradient(267.67deg, #26334A 15.6%, #0F1623 82.16%);
  background: linear-gradient(182.33deg, #26334A 15.6%, #0F1623 82.16%);
  border-radius: 0.833vw;
  display: none;
}
.programm__wrap.active {
  display: block;
}
.programm__title {
  padding-bottom: 0.694vw;
  border-bottom: 1px solid #4F4F50;
  margin-bottom: 2.431vw;
}
.programm__title span {
  font-weight: 400;
  font-size: 4.514vw;
  line-height: 100%;
  text-transform: uppercase;
  background: -o-linear-gradient(359.93deg, rgba(255, 255, 255, 0) -32.22%, #FFFFFF 35.04%, #FFFFFF 50.96%, #FFFFFF 71.88%, rgba(255, 255, 255, 0) 138.73%);
  background: linear-gradient(90.07deg, rgba(255, 255, 255, 0) -32.22%, #FFFFFF 35.04%, #FFFFFF 50.96%, #FFFFFF 71.88%, rgba(255, 255, 255, 0) 138.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.programm__title.small span {
  font-size: 3.819vw;
}
.programm__inside.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: 46%;
}
.programm__listtitle {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 156%;
  color: #3787FE;
  display: block;
  margin-bottom: 1.389vw;
}
.programm__list {
  padding-left: 1.042vw;
}
.programm__list li {
  font-weight: 500;
  font-size: 0.972vw;
  line-height: 138%;
  color: #CED0D5;
  margin-bottom: 1.389vw;
}
.programm__logo {
  width: 17.014vw;
  position: absolute;
  z-index: 1;
  right: 0.833vw;
  bottom: -0.694vw;
}
.programm__result {
  width: 42.708vw;
  background: -o-linear-gradient(211.31deg, #3787FF 19.09%, #2F78E7 72.9%);
  background: linear-gradient(238.69deg, #3787FF 19.09%, #2F78E7 72.9%);
  border-radius: 0.833vw;
  padding: 1.736vw;
  position: absolute;
  left: 2.431vw;
  bottom: 0;
  -webkit-transform: translateY(45%);
      -ms-transform: translateY(45%);
          transform: translateY(45%);
  z-index: 2;
}
.programm__result span {
  display: block;
  margin-bottom: 0.694vw;
  font-weight: 700;
  font-size: 1.111vw;
  line-height: 150%;
  color: #F2F4F9;
}
.programm__result p {
  font-weight: 400;
  font-size: 1.111vw;
  line-height: 150%;
  color: #F2F4F9;
}
.programm__btn {
  margin-top: 5vw;
}

.tarifs {
  padding: 20.833vw 0 10.417vw;
  position: relative;
  background: -o-linear-gradient(256.56deg, #21304B 7.28%, #141C2B 45.5%);
  background: linear-gradient(193.44deg, #21304B 7.28%, #141C2B 45.5%);
  border-radius: 2.639vw;
  bottom: -4.861vw;
  z-index: 1;
}
.tarifs.only{
  padding-top: 10vw;
}
.tarifs.other{
  bottom: 0;
  padding: 5.833vw 0 15.417vw;
  border-radius: 0;
}
.tarifs__leaf {
  display: none;
}
.tarifs__sand {
  width: 100vw;
  left: 0;
  bottom: 0;
  mix-blend-mode: lighten;
  position: absolute;
  z-index: 1;
}
.tarifs__bg {
  position: absolute;
  left: 0;
  top: -3vw;
  width: 100%;
}
.tarifs .wrapper {
  z-index: 3;
}
.tarifs__box {
  margin-top: 13.889vw;
  position: relative;
  z-index: 3;
}
.tarifs__box.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tarifs__item {
  width: 28.958vw;
  position: relative;
  margin: 0 0.486vw;
}
.tarifs__image {
  position: absolute;
  left: 14.236vw;
  width: 13.889vw;
  top: -11.458vw;
  z-index: 3;
}
.tarifs__module {
  padding-top: 3.2vw;
  padding-left: 1.875vw;
  padding-right: 1.875vw;
  padding-bottom: 6.944vw;
  position: relative;
  z-index: 2;
}
.tarifs__module:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  background: -o-linear-gradient(271.4deg, #223046 -0.59%, #060A10 97.61%);
  background: linear-gradient(178.6deg, #223046 -0.59%, #060A10 97.61%);
  border-radius: 0.556vw;
}
.tarifs__module.second:before {
  background: -o-linear-gradient(276.29deg, #4899FD 5.15%, #2383F8 35.18%);
  background: linear-gradient(173.71deg, #4899FD 5.15%, #2383F8 35.18%);
}
.tarifs__module.third:before {
  background: -o-linear-gradient(257.89deg, #FFD684 8.95%, #FFC653 36.61%);
  background: linear-gradient(192.11deg, #FFD684 8.95%, #FFC653 36.61%);
}
.tarifs__module.third .tarifs__moduletitle {
  color: #564523;
  border-color: #C09A4B;
}
.tarifs__module.third .tarifs__modulelist li {
  color: #564523;
}
.tarifs__module.third .tarifs__modulelist li:before {
  background: url(../img/8screen/black.svg);
  background-size: 100% 100%;
}
.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/8screen/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/8screen/close.svg);
}
.tarifs__modulelist li.inactive.white:before {
  background-image: url(../img/8screen/white.svg);
}
.tarifs__modulelist li.yellowspec:before{
  background-image: url(../img/8screen/yellow.svg);
}
.tarifs__modulelist li.yellowspec b{
  color: #ffc652;
}
.tarifs__module.third .tarifs__modulelist li.bluespec:before{
  background-image: url(../img/8screen/blue.svg);
}
.tarifs__modulelist li.bluespec b{
  color: #2383f8;
}
.tarifs__tarif {
  border-radius: 0.486vw;
  position: relative;
  top: -2.778vw;
  padding: 2.083vw 1.875vw;
  z-index: 4;
}
.tarifs__tarif.first {
  background: -o-linear-gradient(267.38deg, #223046 0.31%, #060A10 88.57%);
  background: linear-gradient(182.62deg, #223046 0.31%, #060A10 88.57%);
  -webkit-box-shadow: 0vw -0.903vw 2.153vw rgba(0, 0, 0, 0.25);
          box-shadow: 0vw -0.903vw 2.153vw rgba(0, 0, 0, 0.25);
}
.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__tariflist {
  list-style: none;
  padding: 0;
}
.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/8screen/check.svg);
  background-size: 100% 100%;
}
.tarifs__tariflist li.inactive {
  color: rgba(255, 255, 255, 0.25);
}
.tarifs__tariflist li.inactive:before {
  background-image: url(../img/8screen/close.svg);
}
.tarifs__tariflist li.blue:before {
  background-image: url(../img/8screen/blue.svg);
}
.tarifs__tariflist li.yellow:before {
  background-image: url(../img/8screen/yellow.svg);
}
.tarifs__main {
  background: -o-linear-gradient(267.67deg, #223046 0.07%, #060A10 88.76%);
  background: linear-gradient(182.33deg, #223046 0.07%, #060A10 88.76%);
  -webkit-box-shadow: 0vw -0.903vw 2.153vw rgba(0, 0, 0, 0.25);
          box-shadow: 0vw -0.903vw 2.153vw rgba(0, 0, 0, 0.25);
  border-radius: 0.486vw;
  padding: 2.083vw 3.472vw;
  text-align: center;
  margin-top: 4.167vw;
}
.tarifs__main.second {
  background: -o-linear-gradient(276.29deg, #4899FD 5.15%, #2383F8 35.18%);
  background: linear-gradient(173.71deg, #4899FD 5.15%, #2383F8 35.18%);
  -webkit-box-shadow: 0vw -0.903vw 2.153vw rgba(0, 0, 0, 0.25);
          box-shadow: 0vw -0.903vw 2.153vw rgba(0, 0, 0, 0.25);
}
.tarifs__main.third {
  background: -o-linear-gradient(257.89deg, #FFD684 8.95%, #FFC653 36.61%);
  background: linear-gradient(192.11deg, #FFD684 8.95%, #FFC653 36.61%);
  -webkit-box-shadow: 0vw -0.903vw 2.153vw rgba(0, 0, 0, 0.25);
          box-shadow: 0vw -0.903vw 2.153vw rgba(0, 0, 0, 0.25);
}
.tarifs__old {
  margin-bottom: 0.972vw;
}
.tarifs__old span {
  position: relative;
  font-weight: 700;
  font-size: 1.528vw;
  font-size: 2.128vw;
  line-height: 150%;
  color: #FFFFFF;
}
.tarifs__old span:before {
  content: "";
  height: 0.278vw;
  width: 100%;
  background: #FF1010;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tarifs__old.black span {
  color: #594722;
}
.tarifs__new {
  margin-bottom: 0.833vw;
}
.tarifs__new span {
  font-weight: 400;
  font-size: 4.514vw;
  line-height: 100%;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, color-stop(-1.93%, rgba(255, 255, 255, 0.51)), color-stop(52.77%, #FFFFFF), color-stop(104.54%, rgba(255, 255, 255, 0.51)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.51) -1.93%, #FFFFFF 52.77%, rgba(255, 255, 255, 0.51) 104.54%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.51) -1.93%, #FFFFFF 52.77%, rgba(255, 255, 255, 0.51) 104.54%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.tarifs__new.black span {
  background: -webkit-gradient(linear, left top, right top, color-stop(-1.93%, rgba(89, 71, 34, 0.51)), color-stop(52.77%, #594722), color-stop(104.54%, rgba(89, 71, 34, 0.51)));
  background: -o-linear-gradient(left, rgba(89, 71, 34, 0.51) -1.93%, #594722 52.77%, rgba(89, 71, 34, 0.51) 104.54%);
  background: linear-gradient(90deg, rgba(89, 71, 34, 0.51) -1.93%, #594722 52.77%, rgba(89, 71, 34, 0.51) 104.54%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.tarifs__amount {
  margin-bottom: 1.389vw;
}
.tarifs__amount.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tarifs__amount img {
  display: block;
  width: 1.667vw;
  margin-right: 0.556vw;
}
.tarifs__amount span {
  font-weight: 400;
  font-size: 1.111vw;
  line-height: 150%;
  color: #FFFFFF;
}
.tarifs__amount.black span {
  color: #594722;
}
.tarifs__btn {
  border-radius: 0.884vw;
  padding: 2.222vw;
  font-weight: 700;
  font-size: 0.833vw;
  line-height: 0.972vw;
  letter-spacing: 0.515em;
  text-transform: uppercase;
  color: #060A10;
  border: 0;
}
.tarifs__btn.first {
  background: -o-linear-gradient(287.85deg, #FFFFFF 12.18%, #E3E3E3 88.51%);
  background: linear-gradient(162.15deg, #FFFFFF 12.18%, #E3E3E3 88.51%);
  -webkit-box-shadow: 0vw 1.591vw 4.126vw rgba(232, 232, 232, 0.24), 0vw 0.236vw 0vw #5A5F67;
          box-shadow: 0vw 1.591vw 4.126vw rgba(232, 232, 232, 0.24), 0vw 0.236vw 0vw #5A5F67;
}
.tarifs__btn.second {
  background: -o-linear-gradient(287.85deg, #FFE0A3 12.18%, #F5BB48 88.51%);
  background: linear-gradient(162.15deg, #FFE0A3 12.18%, #F5BB48 88.51%);
  -webkit-box-shadow: 0vw 1.591vw 4.126vw rgba(249, 182, 48, 0.35), 0vw 0.236vw 0vw #D1AE67;
          box-shadow: 0vw 1.591vw 4.126vw rgba(249, 182, 48, 0.35), 0vw 0.236vw 0vw #D1AE67;
}
.tarifs__btn.third {
  background: -o-linear-gradient(172.99deg, #2985F4 7.49%, #489AFD 94.35%);
  background: linear-gradient(277.01deg, #2985F4 7.49%, #489AFD 94.35%);
  -webkit-box-shadow: 0vw 1.591vw 4.126vw rgba(51, 140, 247, 0.14), 0vw 0.236vw 0vw #4C7CB4;
          box-shadow: 0vw 1.591vw 4.126vw rgba(51, 140, 247, 0.14), 0vw 0.236vw 0vw #4C7CB4;
  color: #fff;
}


.tgdom{
  padding: 5vw 0;
}
.tgdom__box{
  width: 70%;
  margin: 0 auto;
  margin-top: 2vw;
}
.tgdom__box img{
  display: block;
  width: 100%;
  border-radius: 20px;
}

.parts {
  padding: 5.556vw 0 6.044vw;
  background: -o-linear-gradient(256.56deg, #21304B 7.28%, #141C2B 45.5%);
  background: linear-gradient(193.44deg, #21304B 7.28%, #141C2B 45.5%);
  border-radius: 2.639vw;
  position: relative;
  z-index: 2;
}
.parts__receipt {
  width: 39.583vw;
  position: absolute;
  left: -5.556vw;
  top: 5.903vw;
  z-index: 1;
}
.parts__box {
  background: -o-linear-gradient(244.84deg, #273755 15.98%, #1A263D 87.77%);
  background: linear-gradient(205.16deg, #273755 15.98%, #1A263D 87.77%);
  border-radius: 0.833vw;
  width: 59.028vw;
  margin: 2.431vw auto 4.861vw;
  padding: 0 2.778vw;
  position: relative;
  z-index: 2;
}
.parts__box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.parts__text {
  font-weight: 400;
  font-size: 3.405vw;
  line-height: 3.472vw;
  text-transform: uppercase;
  color: #FFFFFF;
}
.parts__text b {
  font-weight: 400;
  color: #217AFF;
}
.parts__numbers {
  position: relative;
}
.parts__numbers img {
  display: block;
  width: auto;
  height: 11.458vw;
}
.parts__number {
  font-weight: 400;
  font-size: 9.583vw;
  line-height: 9.722vw;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
          transform: translateY(-40%);
}
.parts__number_1 {
  left: 3.056vw;
}
.parts__number_2 {
  left: 12.778vw;
}
.parts__number_3 {
  left: 22.222vw;
}
.parts__bottom.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.parts__descr {
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 150%;
  color: #DADDE0;
  margin-right: 1.389vw;
}
.parts__icons {
  margin-right: 2.778vw;
}
.parts__icons.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.parts__icons img {
  height: 1.944vw;
  margin: 0 0.625vw;
}

.guar {
  position: relative;
  bottom: 8.333vw;
}
.guar__bg {
  display: block;
  width: 100%;
}
.guar__info {
  width: 37.847vw;
  position: absolute;
  z-index: 2;
  right: 30.556vw;
  top: 19.444vw;
  text-align: center;
}
.guar__subtitle {
  font-weight: 400;
  font-size: 0.833vw;
  line-height: 133%;
  letter-spacing: 0.75em;
  text-transform: uppercase;
  color: #5E6267;
}
.guar__title {
  margin-top: 2.778vw;
  margin-bottom: 1.389vw;
  position: relative;
}
.guar__title span {
  font-weight: 400;
  font-size: 3.125vw;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  background: -o-linear-gradient(359.93deg, rgba(26, 27, 29, 0) -32.22%, #1A1B1D 35.04%, #1A1B1D 50.96%, #1A1B1D 71.88%, rgba(178, 182, 190, 0) 138.73%);
  background: linear-gradient(90.07deg, rgba(26, 27, 29, 0) -32.22%, #1A1B1D 35.04%, #1A1B1D 50.96%, #1A1B1D 71.88%, rgba(178, 182, 190, 0) 138.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.guar__title b {
  font-weight: 400;
  background: #2383F8;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.guar__title img {
  position: absolute;
  width: 17.361vw;
  left: 19.444vw;
  top: -0.228vw;
}
.guar__btn {
  padding: 1.736vw;
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 155%;
  color: #2D2412;
  letter-spacing: normal;
  text-transform: none;
  -webkit-box-shadow: 0 1.597vw 4.167vw rgba(249, 182, 48, 0.15), 0 0.208vw 0 #D1AE67;
          box-shadow: 0 1.597vw 4.167vw rgba(249, 182, 48, 0.15), 0 0.208vw 0 #D1AE67;
  border-radius: 0.486vw;
}

.about__box {
  margin-top: 3.472vw;
}
.about__box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.about__item {
  width: 24%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E8EDF3));
  background: -o-linear-gradient(top, #FFFFFF 0%, #E8EDF3 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #E8EDF3 100%);
  -webkit-box-shadow: 0 1.042vw 0.903vw rgba(65, 78, 97, 0.21);
          box-shadow: 0 1.042vw 0.903vw rgba(65, 78, 97, 0.21);
  border-radius: 0.972vw;
  padding: 2.222vw 1.667vw 2.222vw 2.222vw;
  position: relative;
  margin-bottom: 1.042vw;
}
.about__item.black {
  background: -o-linear-gradient(260.1deg, #212F4A 7.43%, #131B2A 58.77%);
  background: linear-gradient(189.9deg, #212F4A 7.43%, #131B2A 58.77%);
}
.about__item.black .about__info span {
  color: #F2F4F8;
}
.about__item.black .about__info p {
  color: #DADDE0;
}
.about__item.yellow {
  background: -o-linear-gradient(267.68deg, #FDD689 5.31%, #F6BC48 37.98%);
  background: linear-gradient(182.32deg, #FDD689 5.31%, #F6BC48 37.98%);
}
.about__item.yellow .about__number {
  color: #816825;
}
.about__item.yellow .about__info span {
  color: #4E3F16;
}
.about__item.yellow .about__info p {
  color: #151105;
}
.about__item.blue {
  background: -o-linear-gradient(258.9deg, #318EFF 8.2%, #2383F8 71.93%);
  background: linear-gradient(191.1deg, #318EFF 8.2%, #2383F8 71.93%);
}
.about__item.blue .about__number {
  color: #fff;
}
.about__item.blue .about__info span {
  color: #F2F4F8;
}
.about__item.blue .about__info p {
  color: #DADDE0;
}
.about__number {
  display: block;
  font-family: "Ouvality";
  font-weight: 400;
  font-size: 4.514vw;
  line-height: 117.02%;
  color: #2383F8;
  margin-bottom: 2.778vw;
}
.about__icon {
  position: absolute;
}
.about__icon_1 {
  width: 8.194vw;
  top: 1.389vw;
  right: 1.389vw;
}
.about__icon_2 {
  width: 14.792vw;
  top: -0.347vw;
  right: -2.778vw;
}
.about__icon_3 {
  width: 6.875vw;
  top: 2.222vw;
  right: 1.875vw;
}
.about__icon_4 {
  width: 14.236vw;
  top: -1.389vw;
  right: -1.736vw;
}
.about__icon_5 {
  width: 6.875vw;
  top: 2.222vw;
  right: 2.222vw;
}
.about__icon_6 {
  width: 7.153vw;
  top: 1.736vw;
  right: 1.736vw;
}
.about__icon_7 {
  width: 7.361vw;
  top: 2.222vw;
  right: 1.944vw;
}
.about__icon_8 {
  width: 100%;
  bottom: 0;
  right: 0;
}
.about__info span {
  display: block;
  margin-bottom: 0.556vw;
  font-family: "Bebas Neue Cyrillic";
  font-weight: 400;
  font-size: 2.222vw;
  line-height: 100%;
  text-transform: uppercase;
  color: #393A3D;
}
.about__info p {
  font-weight: 500;
  font-size: 0.972vw;
  line-height: 150%;
  color: #5B5F63;
}

.speaker {
  position: relative;
  padding-top: 12vw;
}
.speaker.spec {
  padding-top: 14vw;
  padding-bottom: 5vw;
}
.speaker .wrapper {
  padding-bottom: 5.556vw;
}
.speaker__cell {
  display: none;
}
.speaker__bg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.speaker__man {
  width: 41.667vw;
  position: absolute;
  left: 37vw;
  bottom: 0;
  z-index: 3;
}
.speaker__left {
  width: 42.708vw;
  margin-left: 6vw;
  position: relative;
}
.speaker__subtitle {
  font-weight: 500;
  font-size: 0.833vw;
  line-height: 133%;
  letter-spacing: 0.75em;
  text-transform: uppercase;
  color: #808488;
  margin-bottom: 1.736vw;
  display: block;
}
.speaker__title {
  margin-bottom: 0.556vw;
}
.speaker__title span {
  font-weight: 400;
  font-size: 4.861vw;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  background: -o-linear-gradient(359.93deg, rgba(26, 27, 29, 0) -32.22%, #1A1B1D 35.04%, #1A1B1D 50.96%, #1A1B1D 71.88%, rgba(178, 182, 190, 0) 138.73%);
  background: linear-gradient(90.07deg, rgba(26, 27, 29, 0) -32.22%, #1A1B1D 35.04%, #1A1B1D 50.96%, #1A1B1D 71.88%, rgba(178, 182, 190, 0) 138.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.speaker__info {
  padding: 2.222vw 2.222vw 2.917vw 2.222vw;
  background: -o-linear-gradient(260.1deg, #212F4A 7.43%, #131B2A 58.77%);
  background: linear-gradient(189.9deg, #212F4A 7.43%, #131B2A 58.77%);
  -webkit-box-shadow: 0 1.042vw 0.903vw rgba(65, 78, 97, 0.21);
          box-shadow: 0 1.042vw 0.903vw rgba(65, 78, 97, 0.21);
  border-radius: 0.833vw;
  margin-bottom: 0.833vw;
  position: relative;
  z-index: 3;
}
.speaker__info.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.speaker__item {
  margin-bottom: 2.431vw;
  width: 17.708vw;
}
.speaker__item:last-child {
  margin-bottom: 0;
}
.speaker__item.full {
  width: 100%;
}
.speaker__icon {
  width: 4.306vw;
  height: 4.306vw;
  border-radius: 50%;
  background: -o-linear-gradient(139.77deg, #2383F8 7.79%, #3E93FC 78.3%);
  background: linear-gradient(310.23deg, #2383F8 7.79%, #3E93FC 78.3%);
  -webkit-box-shadow: 0 -0.903vw 2.153vw rgba(0, 0, 0, 0.25);
          box-shadow: 0 -0.903vw 2.153vw rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  margin-right: 1.042vw;
}
.speaker__icon.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.speaker__icon img {
  display: block;
  width: 2.083vw;
}
.speaker__text {
  font-weight: 500;
  font-size: 1.011vw;
  line-height: 158%;
  color: #FFFFFF;
}
.speaker__numbers {
  background: -o-linear-gradient(269.79deg, #FFD98D 0.21%, #FFC653 61.41%);
  background: linear-gradient(180.21deg, #FFD98D 0.21%, #FFC653 61.41%);
  border-radius: 0.833vw;
  padding: 1.736vw 2.083vw;
  position: relative;
}
.speaker__numbers span {
  margin-right: 1.736vw;
  font-weight: 400;
  font-size: 7.083vw;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  background: -o-linear-gradient(359.93deg, #423417 -32.22%, #423417 24.29%, #423417 50.96%, #423417 80.29%, rgba(66, 52, 23, 0) 138.73%);
  background: linear-gradient(90.07deg, #423417 -32.22%, #423417 24.29%, #423417 50.96%, #423417 80.29%, rgba(66, 52, 23, 0) 138.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: -1.042vw;
}
.speaker__numbers p {
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 158%;
  color: #3B2F16;
}
.speaker__numbers img {
  position: absolute;
  width: 6.25vw;
  left: 27.778vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.speaker__insta {
  background: -o-linear-gradient(26.38deg, #F9CC74 20.83%, #D96551 51.47%, #CC2B8F 72.43%, #6463D8 90.39%);
  background: linear-gradient(63.62deg, #F9CC74 20.83%, #D96551 51.47%, #CC2B8F 72.43%, #6463D8 90.39%);
  border-radius: 0.833vw;
  padding: 1.667vw 1.736vw 3.125vw;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.speaker__insta span {
  font-weight: 400;
  font-size: 3.542vw;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  background: -o-linear-gradient(359.93deg, rgba(255, 255, 255, 0) -32.22%, #FFFFFF 24.29%, #FFFFFF 50.96%, #FFFFFF 80.29%, rgba(255, 255, 255, 0) 138.73%);
  background: linear-gradient(90.07deg, rgba(255, 255, 255, 0) -32.22%, #FFFFFF 24.29%, #FFFFFF 50.96%, #FFFFFF 80.29%, rgba(255, 255, 255, 0) 138.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.speaker__insta p {
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 158%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.market {
  padding: 4.861vw 0 6.25vw;
}
.market__box {
  background: -o-linear-gradient(236.73deg, #589AFF 18.27%, #3887FF 59.39%);
  background: linear-gradient(213.27deg, #589AFF 18.27%, #3887FF 59.39%);
  border-radius: 1.389vw;
  padding: 3.125vw 4.167vw;
  position: relative;
}
.market__flag {
  position: absolute;
  width: 26.736vw;
  right: -5.556vw;
  bottom: -1px;
}
.market__info {
  margin-left: 2.431vw;
}
.market__soc a {
  width: 2.639vw;
  height: 2.639vw;
  background: #4680DA;
  border-radius: 0.347vw;
  margin-right: 0.278vw;
  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;
}
.market__soc_1 img {
  width: 1.319vw;
}
.market__soc_2 img {
  width: 1.319vw;
}
.market__soc_3 img {
  width: 1.181vw;
}
.market__soc_4 img {
  width: 2.083vw;
}
.market__text {
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 130%;
  color: #FFFFFF;
  margin-left: 0.694vw;
}
.market__iab {
  margin-top: 0.694vw;
  padding: 0.694vw 1.319vw;
  width: 20.833vw;
  background: #4680DA;
  border-radius: 0.486vw;
}
.market__iab img {
  width: 5.556vw;
}
.market__iab p {
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 150%;
  color: #FFFFFF;
}

.graph {
  padding: 2.083vw 0 6.25vw;
  position: relative;
}
.graph__cursor {
  display: none;
}
.graph__graph {
  display: none;
}
.graph__rocket {
  position: absolute;
  width: 22.917vw;
  left: 0;
  top: 0;
}
.graph__box {
  width: 73.611vw;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
.graph__heading {
  position: absolute;
  left: 0;
  top: 0;
}
.graph__title b {
  display: inline-block;
  width: 7.292vw;
  font-family: "Ouvality";
  font-style: normal;
  font-weight: 400;
  font-size: 4.514vw;
  line-height: 117.02%;
  text-align: left;
  background: -o-linear-gradient(77.28deg, #A58B46 25.28%, #D3B668 76.59%);
  background: linear-gradient(12.72deg, #A58B46 25.28%, #D3B668 76.59%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.graph__title span {
  font-weight: 400;
  font-size: 3.472vw;
  line-height: 100%;
  text-transform: uppercase;
  background: -o-linear-gradient(359.93deg, rgba(26, 27, 29, 0) -32.22%, #1A1B1D 15.27%, #1A1B1D 50.96%, #1A1B1D 78.32%, rgba(178, 182, 190, 0) 138.73%);
  background: linear-gradient(90.07deg, rgba(26, 27, 29, 0) -32.22%, #1A1B1D 15.27%, #1A1B1D 50.96%, #1A1B1D 78.32%, rgba(178, 182, 190, 0) 138.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.graph__text {
  font-weight: 400;
  font-size: 1.111vw;
  line-height: 150%;
  color: #5B5F63;
  margin-top: 0.694vw;
}
.graph__image {
  display: block;
  width: 100%;
}

.interview {
  position: relative;
  z-index: 3;
  padding: 7vw 0 8vw;
  border-radius: 2.639vw;
  background: url(../img/13screen/bg.jpg) center center/cover no-repeat;
  overflow: hidden;
}
.interview .wrapper {
  z-index: 2;
}
.interview__camera {
  width: 32vw;
  position: absolute;
  left: 5vw;
  bottom: -1vw;
  z-index: 4;
}
.interview__title {
  margin-bottom: 7.639vw;
}
.interview__title span {
  font-weight: 700;
  font-size: 3.194vw;
  line-height: 103.4%;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(-6.53%, rgba(255, 255, 255, 0)), color-stop(8.37%, #FFFFFF), color-stop(52.81%, #FFFFFF), color-stop(94.72%, #FFFFFF), color-stop(104.63%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) -6.53%, #FFFFFF 8.37%, #FFFFFF 52.81%, #FFFFFF 94.72%, rgba(255, 255, 255, 0) 104.63%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) -6.53%, #FFFFFF 8.37%, #FFFFFF 52.81%, #FFFFFF 94.72%, rgba(255, 255, 255, 0) 104.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-transform: uppercase;
}
.interview__heading {
  margin-bottom: 4vw;
}
.interview__heading.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.interview__heading .title {
  padding-top: 0.5vw;
}
.interview__amount img {
  width: 6.25vw;
  margin-right: 1.042vw;
}
.interview__amount span {
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 156.5%;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
.interview__inside {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 0.486vw;
}
.interview__inside:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 217, 217, 0)), to(#0B3062));
  background: -o-linear-gradient(top, rgba(217, 217, 217, 0) 0%, #0B3062 100%);
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #0B3062 100%);
  border-radius: 0.486vw;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.interview__name {
  font-weight: 500;
  font-size: 0.972vw;
  line-height: 150%;
  color: #FFFFFF;
  padding: 0.833vw 0.972vw;
  border-radius: 0.486vw;
  position: absolute;
  top: 0.694vw;
  left: 0.833vw;
  background: -o-linear-gradient(340.93deg, #223046 13.23%, #060A10 75.55%);
  background: linear-gradient(109.07deg, #223046 13.23%, #060A10 75.55%);
}
.interview__age {
  font-weight: 700;
  font-size: 0.972vw;
  line-height: 150%;
  color: #FFFFFF;
  padding: 0.833vw 1.042vw;
  background: -o-linear-gradient(340.93deg, #223046 13.23%, #060A10 75.55%);
  background: linear-gradient(109.07deg, #223046 13.23%, #060A10 75.55%);
  border-radius: 0.486vw;
  position: absolute;
  top: 0.694vw;
  right: 0.833vw;
}
.interview__play {
  position: absolute;
  z-index: 2;
  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: 0;
  cursor: pointer;
}
.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.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.interview__text {
  text-align: center;
  font-weight: 500;
  font-size: 0.911vw;
  line-height: 155%;
  text-align: center;
  color: #E1E3E5;
  padding: 1.597vw 2.083vw;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.interview__info {
  position: relative;
  width: 67.014vw;
  margin: 3.472vw auto 0;
  overflow: hidden;
  padding: 3.819vw 6.25vw;
}
.interview__info.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.interview__line {
  position: absolute;
  bottom: 0;
}
.interview__infotext {
  font-weight: 500;
  font-size: 1.528vw;
  line-height: 156.5%;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  padding-left: 6.597vw;
  padding-right: 3.472vw;
  position: relative;
}
.interview__infotext:before {
  content: "";
  width: 5vw;
  height: 5vw;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/12screen/hat.svg);
  background-size: 100% 100%;
}
.interview__slider {
  width: 67.014vw;
  width: 110%;
  margin: 0 auto;
  margin-left: -5%;
  position: relative;
  z-index: 2;
}
.interview__slider .slick-slide {
  margin: 0 0.433vw;
}
.interview__slider .slick-list {
  margin: 0 -0.433vw;
  overflow: visible;
  padding: 0;
}
.interview__slider .slick-prev, .interview__slider .slick-next {
  z-index: 3;
  width: 4.028vw;
  height: 4.028vw;
  background: -o-linear-gradient(40.75deg, #344667 8.33%, #365183 98.11%);
  background: linear-gradient(49.25deg, #344667 8.33%, #365183 98.11%);
  -webkit-box-shadow: 0 0.139vw 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.139vw 0 rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  text-indent: 9999px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.interview__slider .slick-prev:before, .interview__slider .slick-next:before {
  content: "";
  width: 2.083vw;
  height: 2.083vw;
  position: absolute;
  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;
}
.interview__slider .slick-prev {
  left: 11.111vw;
}
.interview__slider .slick-prev:before {
  background: url(../img/13screen/prev.svg);
  background-size: 100% 100%;
  opacity: 0.5;
}
.interview__slider .slick-prev:hover:before {
  opacity: 1;
}
.interview__slider .slick-track {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.interview__slider .slick-next {
  right: 11.111vw;
}
.interview__slider .slick-next:before {
  background: url(../img/13screen/next.svg);
  background-size: 100% 100%;
}
.interview__slider .slick-slide, .interview__slider .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
  -webkit-transform: scale(0.9, 0.9);
      -ms-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.interview__slider .slick-center, .interview__slider .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}
.interview__slider .slick-center .interview__play, .interview__slider .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] .interview__play {
  opacity: 1;
}
.interview__slider .slick-center .interview__inside:before, .interview__slider .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] .interview__inside:before {
  opacity: 1;
}
.interview__slider .slick-center .interview__text, .interview__slider .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] .interview__text {
  opacity: 1;
}
.interview__slider .slick-center .interview__name, .interview__slider .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] .interview__name {
  background: -o-linear-gradient(185.52deg, #388CFF 8.31%, #1A78F9 67.31%);
  background: linear-gradient(264.48deg, #388CFF 8.31%, #1A78F9 67.31%);
}
.interview__slider .slick-current.slick-active {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}
.interview__slider .slick-current.slick-active .interview__play {
  opacity: 1;
}
.interview__slider .slick-current.slick-active .interview__inside:before {
  opacity: 1;
}
.interview__slider .slick-current.slick-active .interview__text {
  opacity: 1;
}
.interview__slider .slick-current.slick-active .interview__name {
  background: -o-linear-gradient(185.52deg, #388CFF 8.31%, #1A78F9 67.31%);
  background: linear-gradient(264.48deg, #388CFF 8.31%, #1A78F9 67.31%);
}
.interview__item {
  width: 22.917vw;
  height: 36.319vw !important;
  opacity: 0.75;
}

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

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(249, 206, 120);
    box-shadow: 0 0 0 0 rgb(249, 206, 120);
  }
  100% {
    -webkit-box-shadow: 0 0 0 1.042vw rgba(249, 206, 120, 0);
    box-shadow: 0 0 0 1.042vw rgba(249, 206, 120, 0);
  }
}
@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(249, 206, 120);
    box-shadow: 0 0 0 0 rgb(249, 206, 120);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2.083vw rgba(249, 206, 120, 0);
    box-shadow: 0 0 0 2.083vw rgba(249, 206, 120, 0);
  }
}
@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(249, 206, 120);
    box-shadow: 0 0 0 0 rgb(249, 206, 120);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2.083vw rgba(249, 206, 120, 0);
    box-shadow: 0 0 0 2.083vw rgba(249, 206, 120, 0);
  }
}
.faq {
  padding: 5.028vw 0 9vw;
  position: relative;
  top: 4.5vw;
}
.faq .wrapper {
  z-index: 3;
}
.faq__bg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.faq__box {
  width: 70.833vw;
  margin: 2.778vw auto 0;
}
.faq__title {
  margin-bottom: 4.861vw;
}
.faq__title span {
  font-weight: 700;
  font-size: 3.194vw;
  line-height: 103.4%;
  background: -webkit-gradient(linear, left top, right top, color-stop(-6.53%, rgba(255, 255, 255, 0)), color-stop(8.37%, #FFFFFF), color-stop(52.81%, #FFFFFF), color-stop(94.72%, #FFFFFF), color-stop(104.63%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) -6.53%, #FFFFFF 8.37%, #FFFFFF 52.81%, #FFFFFF 94.72%, rgba(255, 255, 255, 0) 104.63%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) -6.53%, #FFFFFF 8.37%, #FFFFFF 52.81%, #FFFFFF 94.72%, rgba(255, 255, 255, 0) 104.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.faq__item {
  margin-bottom: 1.389vw;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.faq__item .faq__head {
  background: -o-linear-gradient(181.11deg, #324C72 11.87%, #243856 66.42%);
  background: linear-gradient(268.89deg, #324C72 11.87%, #243856 66.42%);
}
.faq__item:nth-child(2n) .faq__head {
  background: -o-linear-gradient(358.21deg, #324C72 6.54%, #243856 75.56%);
  background: linear-gradient(91.79deg, #324C72 6.54%, #243856 75.56%);
}
.faq__item.active .faq__head {
  background: -o-linear-gradient(182.56deg, #338DFF 15.05%, #0D78FF 43.43%);
  background: linear-gradient(267.44deg, #338DFF 15.05%, #0D78FF 43.43%);
}
.faq__item.active .faq__icon {
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.faq__head {
  padding: 2.639vw 3.125vw;
  background: -o-linear-gradient(358.21deg, #324C72 6.54%, #243856 75.56%);
  background: linear-gradient(91.79deg, #324C72 6.54%, #243856 75.56%);
  border-radius: 0.486vw;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.faq__head span {
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 158%;
  color: #FFFFFF;
}
.faq__text {
  padding: 3.125vw 13.222vw 3.125vw 3.125vw;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 170%;
  color: #5B5F63;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  top: -0.694vw;
  border-radius: 0 0 0.556vw 0.556vw;
  display: none;
  background: rgba(255, 255, 255, 0.83);
  -webkit-backdrop-filter: blur(9.5px);
          backdrop-filter: blur(9.5px);
}
.faq__icon {
  width: 4.167vw;
  height: 4.167vw;
  border-radius: 50%;
  background: #1C416F;
  position: absolute;
  top: 50%;
  right: 2.083vw;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__icon img {
  -webkit-filter: brightness(10);
          filter: brightness(10);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 1.3vw;
}

.lastbl {
  background: url(../img/16screen/bg.jpg) center bottom/cover no-repeat;
}
.lastbl .wrapper {
  padding-top: 13.194vw;
  padding-bottom: 11.806vw;
}
.lastbl__top.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lastbl__title {
  margin-right: 2.431vw;
}
.lastbl__title span {
  font-weight: 400;
  font-size: 4.514vw;
  line-height: 100%;
  text-transform: uppercase;
  background: -o-linear-gradient(359.93deg, rgba(255, 255, 255, 0) -32.22%, #FFFFFF 35.04%, #FFFFFF 50.96%, #FFFFFF 71.88%, rgba(255, 255, 255, 0) 138.73%);
  background: linear-gradient(90.07deg, rgba(255, 255, 255, 0) -32.22%, #FFFFFF 35.04%, #FFFFFF 50.96%, #FFFFFF 71.88%, rgba(255, 255, 255, 0) 138.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.lastbl__tg {
  width: 31.597vw;
  padding: 1.736vw 3.472vw 1.736vw 6.597vw;
  position: relative;
}
.lastbl__tgbg {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.lastbl__tgicon {
  width: 4.861vw;
  position: absolute;
  left: 1.181vw;
  top: 2.083vw;
  z-index: 2;
}
.lastbl__tg span {
  font-weight: 700;
  font-size: 1.528vw;
  line-height: 150%;
  color: #FFFFFF;
  display: block;
  margin-bottom: 0.694vw;
}
.lastbl__tg p {
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 150%;
  color: #FFFFFF;
}
.lastbl__tg span, .lastbl__tg p {
  position: relative;
  z-index: 3;
}
.lastbl__packages {
  width: 73.611vw;
  margin: 3.472vw auto 0;
}
.lastbl__packages.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lastbl__package {
  width: 22.917vw;
}
.lastbl__btn {
  position: relative;
  z-index: 2;
}
.lastbl__support {
  bottom: 6.528vw;
  position: absolute;
  z-index: 1;
  width: 75vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -o-linear-gradient(96.19deg, rgba(58, 72, 92, 0.8) 66.24%, rgba(157, 185, 225, 0.8) 170.65%);
  background: linear-gradient(353.81deg, rgba(58, 72, 92, 0.8) 66.24%, rgba(157, 185, 225, 0.8) 170.65%);
  -webkit-backdrop-filter: blur(16.5px);
          backdrop-filter: blur(16.5px);
  border-radius: 0.833vw 0.833vw 0 0;
  padding: 2.083vw 3.819vw;
}
.lastbl__support.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lastbl__subtitle {
  font-weight: 500;
  font-size: 0.833vw;
  line-height: 139%;
  letter-spacing: 1.85em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.lastbl__dates {
  position: relative;
}
.lastbl__scope {
  position: absolute;
  width: 25vw;
  right: -1.389vw;
  top: -0.417vw;
}
.lastbl__item {
  margin-right: 1.736vw;
}
.lastbl__item span {
  font-weight: 400;
  font-size: 2.292vw;
  line-height: 147.52%;
  text-transform: uppercase;
  color: #D5DAE1;
}
.lastbl__item p {
  font-weight: 600;
  font-size: 0.625vw;
  line-height: 161%;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: #BAB0B0;
}
.lastbl__dateicon {
  width: 3.819vw;
}

.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 {
  background: -o-linear-gradient(215.33deg, #223046 4.18%, #060A10 82.29%);
  background: linear-gradient(234.67deg, #223046 4.18%, #060A10 82.29%);
  border-radius: 1.389vw;
  padding: 3.125vw;
  border-radius: 0.694vw;
}

.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: 2.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;
}

.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-btn {
  background: -o-linear-gradient(287.85deg, rgb(255, 224, 163) 12.18%, rgb(245, 187, 72) 88.51%);
  background: linear-gradient(162.15deg, rgb(255, 224, 163) 12.18%, rgb(245, 187, 72) 88.51%);
  -webkit-box-shadow: rgba(249, 182, 48, 0.35) 0 1.591vw 4.126vw, rgb(209, 174, 103) 0 0.236vw 0;
  box-shadow: rgba(249, 182, 48, 0.35) 0 1.591vw 4.126vw, rgb(209, 174, 103) 0 0.236vw 0;
  border-radius: 0.884vw;
  font-weight: 700;
  font-size: 0.972vw;
  line-height: 0.972vw;
  letter-spacing: 0.515em;
  text-transform: uppercase;
  color: rgb(101, 79, 17);
  padding: 1.875vw 2.361vw;
  border: 0;
  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;
}

.start {
  position: relative;
}
.start__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.start__sand {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  mix-blend-mode: lighten;
}
.start__elipse {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  mix-blend-mode: screen;
}
.start .wrapper {
  padding-top: 2.083vw;
  padding-bottom: 16.736vw;
  z-index: 4;
}
.start__box {
  width: 62.5vw;
}
.start__logo {
  margin-bottom: 1.389vw;
  display: inline-block;
}
.start__logo img {
  width: 16.319vw;
}
.start__top{
  margin-top: 4vw;
}
.start__top span {
  font-weight: 400;
  font-size: 6.111vw;
  line-height: 100%;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1A1B1D), color-stop(124.69%, rgba(178, 182, 190, 0)));
  background: -o-linear-gradient(top, #1A1B1D 50%, rgba(178, 182, 190, 0) 124.69%);
  background: linear-gradient(180deg, #1A1B1D 50%, rgba(178, 182, 190, 0) 124.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-right: 1.042vw;
}
.start__top p {
  font-family: "Ouvality";
  font-style: normal;
  font-weight: 400;
  font-size: 5.764vw;
  line-height: 130%;
  background: -o-linear-gradient(13.39deg, #D5B266 17.87%, #F1D699 95.03%);
  background: linear-gradient(76.61deg, #D5B266 17.87%, #F1D699 95.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
  position: relative;
  top: -0.694vw;
}
.start__title {
  font-weight: 400;
  font-size: 15.556vw;
/*  font-size: 11.56vw;*/
  padding-top: 1vw;
  line-height: 100%;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(63.39%, #187FFF), color-stop(162.78%, #FFFFFF));
  background: -o-linear-gradient(bottom, #187FFF 63.39%, #FFFFFF 162.78%);
  background: linear-gradient(0deg, #187FFF 63.39%, #FFFFFF 162.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
  top: -1.389vw;
}
.start__bottom {
  position: relative;
  top: -4.167vw;
}
.start__target {
  margin-left: 1.389vw;
}
.start__target img {
  width: 9.028vw;
}
.start__target p {
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 150%;
  color: #46484D;
}
.start__man {
  width: 42.014vw;
  position: absolute;
  left: 43.5vw;
  bottom: 0;
}
.start__manimg {
  display: block;
  width: 100%;
}
.start__insta {
  background: -o-linear-gradient(26.38deg, #F9CC74 20.83%, #D96551 51.47%, #CC2B8F 72.43%, #6463D8 90.39%);
  background: linear-gradient(63.62deg, #F9CC74 20.83%, #D96551 51.47%, #CC2B8F 72.43%, #6463D8 90.39%);
  border-radius: 0.625vw;
  padding: 0.417vw 0.694vw;
  position: absolute;
  left: 9vw;
  top: 31.5vw;
}
.start__insta img {
  width: 1.458vw;
  margin-right: 0.347vw;
}
.start__insta span {
  font-weight: 700;
  font-size: 0.903vw;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.gifts {
  padding: 3.472vw 0;
}
.gifts__item {
  position: relative;
  margin-top: 1.944vw;
  border-radius: 0.833vw;
  background: #F2F5F9;
  overflow: hidden;
}
.gifts__item_1 {
  padding: 3.472vw 0 14.931vw;
}
.gifts__bg {
  display: block;
  width: 100%;
}
.gifts__number {
  position: absolute;
  top: 0;
  left: 2.778vw;
}
.gifts__number_bg {
  width: 4.514vw;
}
.gifts__number span {
  font-weight: 400;
  font-size: 3.125vw;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  background: -o-linear-gradient(359.93deg, rgba(255, 255, 255, 0) -32.22%, #FFFFFF 35.04%, #FFFFFF 50.96%, #FFFFFF 71.88%, rgba(255, 255, 255, 0) 138.73%);
  background: linear-gradient(90.07deg, rgba(255, 255, 255, 0) -32.22%, #FFFFFF 35.04%, #FFFFFF 50.96%, #FFFFFF 71.88%, rgba(255, 255, 255, 0) 138.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 2.083vw;
}
.gifts__bigtitle.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.gifts__bigtitle p b {
  font-weight: 400;
  font-size: 16.25vw;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  background: -o-linear-gradient(359.93deg, rgba(26, 27, 29, 0) -32.22%, #1A1B1D 35.04%, #1A1B1D 50.96%, #1A1B1D 71.88%, rgba(178, 182, 190, 0) 138.73%);
  background: linear-gradient(90.07deg, rgba(26, 27, 29, 0) -32.22%, #1A1B1D 35.04%, #1A1B1D 50.96%, #1A1B1D 71.88%, rgba(178, 182, 190, 0) 138.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.gifts__bigtitle span {
  width: 2.083vw;
  height: 2.083vw;
  border-radius: 50%;
  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;
  font-weight: 400;
  font-size: 1.181vw;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-top: 0.208vw;
  background: -o-linear-gradient(258.64deg, #3891FF 8.37%, #1980FF 76.99%);
  background: linear-gradient(191.36deg, #3891FF 8.37%, #1980FF 76.99%);
  border-radius: 2.014vw;
}
.gifts__phones {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.gifts__price {
  position: absolute;
  left: 14vw;
  top: 16vw;
}
.gifts__price.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.gifts__price p {
  font-weight: 400;
  font-size: 11.806vw;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  background: -o-linear-gradient(359.93deg, rgba(255, 255, 255, 0) -32.22%, #FFFFFF 35.04%, #FFFFFF 50.96%, #FFFFFF 71.88%, rgba(255, 255, 255, 0) 138.73%);
  background: linear-gradient(90.07deg, rgba(255, 255, 255, 0) -32.22%, #FFFFFF 35.04%, #FFFFFF 50.96%, #FFFFFF 71.88%, rgba(255, 255, 255, 0) 138.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.gifts__price p b {
  font-weight: 400;
}
.gifts__price span {
  width: 2.083vw;
  height: 2.083vw;
  border-radius: 50%;
  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;
  font-weight: 400;
  font-size: 1.181vw;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-top: 0.208vw;
  background: -o-linear-gradient(258.64deg, #26344A 8.37%, #263349 76.99%);
  background: linear-gradient(191.36deg, #26344A 8.37%, #263349 76.99%);
  border-radius: 2.014vw;
}
.gifts__kod {
  background: -o-linear-gradient(182.99deg, #2B3B54 23.95%, #1F2B3E 73.3%);
  background: linear-gradient(267.01deg, #2B3B54 23.95%, #1F2B3E 73.3%);
  border-radius: 0.833vw;
  padding: 2.986vw 6.944vw;
  position: relative;
  margin-top: 2.083vw;
}
.gifts__kod p {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 156.5%;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  margin-left: 4.514vw;
}
.gifts__kodlogo {
  display: block;
  width: 16.319vw;
}
.gifts__clock {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
}

.guide {
  position: relative;
  padding: 15.089vw 0 23.611vw;
}
.guide__bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
}
.guide__sand {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}
.guide__sand2 {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  width: 100%;
  mix-blend-mode: lighten;
  pointer-events: none;
}
.guide .wrapper {
  z-index: 3;
}
.guide__left {
  background: -o-linear-gradient(182.99deg, #2B3B54 23.95%, #1F2B3E 73.3%);
  background: linear-gradient(267.01deg, #2B3B54 23.95%, #1F2B3E 73.3%);
  border-radius: 0.833vw;
  width: 61.806vw;
  margin: 4.861vw auto 0;
  padding: 2.083vw 1.736vw;
  position: relative;
}
.guide__left.flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.guide__col {
  font-weight: 600;
  font-size: 1.111vw;
  line-height: 150%;
  color: #FFFFFF;
  padding: 0 1.667vw;
  background: #2067C9;
  border-radius: 0.556vw;
  margin-right: 0.347vw;
}
.guide__col.yellow {
  color: #795C22;
  background: #F7BE4E;
}
.guide__info {
  margin-left: 2.083vw;
}
.guide__info p {
  font-weight: 500;
  font-size: 1.528vw;
  line-height: 145%;
  color: #FFFFFF;
  margin-bottom: 1.736vw;
}
.guide__phone {
  position: absolute;
  width: 48.611vw;
  left: 22.917vw;
  top: -5.556vw;
  pointer-events: none;
}

.thanks {
  background: url(../img/thanks.jpg) center bottom/cover no-repeat;
}

.thanks__box {
  min-height: 100vh;
  text-align: center;
  padding-bottom: 100px;
}

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

.thanks__title {
  font-weight: 400;
  font-size: 60px;
  line-height: 103.4%;
  background: -webkit-gradient(linear, left top, right top, color-stop(53.57%, #FFFFFF), color-stop(73.36%, #FFFFFF), color-stop(105.08%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, #FFFFFF 53.57%, #FFFFFF 73.36%, rgba(255, 255, 255, 0) 105.08%);
  background: linear-gradient(90deg, #FFFFFF 53.57%, #FFFFFF 73.36%, rgba(255, 255, 255, 0) 105.08%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.thanks__subtitle {
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #fff;
  opacity: 0.6;
}

.thanks__btn {
  display: inline-block;
}

.privacy {
  width: 1100px;
  margin: 0 auto;
  max-width: 90%;
  padding: 50px 0;
}

.oferta {
  width: 1100px;
  margin: 0 auto;
  max-width: 90%;
  padding: 50px 0;
  /*font-size: 15px;*/
}

.privacy__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}

.privacy__text p {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.privacy__text h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
  margin-top: 25px;
}

.privacy__text a {
  color: #3C71F4;
}


.paymbl .wrapper{
  min-height: 100vh;
}
.paymbl .wrapper.flex{
  align-items: center;
  justify-content: space-between;
}
.paymbl__left, .paymbl__right{
  width: 48%;
}
.paymbl__left{
  background: linear-gradient(182.33deg, #26334A 15.6%, #0F1623 82.16%);
  border-radius: 0.833vw;
  padding: 4vw 0;
}
.paymbl__tarif{
  width: 13vw;
  margin: 0 auto 2vw;
}
.paymbl__tarif img{
  display: block;
  width: 100%;
}
.paymbl__info{
  text-align: center;
}
.paymbl__info span{
  font-weight: 700;
  font-size: 1.6vw;
  display: block;
  margin-bottom: 1vw;
  color: #fff;
}
.paymbl__info p{
  font-family: "Bebas Neue Cyrillic", sans-serif;
  color: #EEAA21;
  font-size: 2.4vw;
/*  font-weight: 500;*/
}
.paymbl__title{
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-size: 2.4vw;
  padding: 1vw 0;
}
.paymbl__list{}
.paymbl__listitem{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 1vw 0;
  border-top: 1px dashed #c9c9c9;
}
.paymbl__label{
  font-size: 1.2vw;
  font-weight: 500;
}
.paymbl__btn{
  padding: 1.483vw 2.031vw;
  font-weight: 700;
  font-size: 0.733vw;
  line-height: 0.972vw;
  letter-spacing: 0.215em;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 0;
  display: block;
  margin-top: -0.208vw;
  background: -o-linear-gradient(321.73deg, #4698FD 22.24%, #1075F1 73.62%);
  background: linear-gradient(128.27deg, #4698FD 22.24%, #1075F1 73.62%);
  -webkit-box-shadow: 0 0.208vw 0 #0C4080;
  box-shadow: 0 0.208vw 0 #0C4080;
  border-radius: 0.833vw;
  cursor: pointer;
}


@media screen and (max-width: 767px) {
  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgb(249, 206, 120);
      box-shadow: 0 0 0 0 rgb(249, 206, 120);
    }
    100% {
      -webkit-box-shadow: 0 0 0 4.042vw rgba(249, 206, 120, 0);
      box-shadow: 0 0 0 4.042vw rgba(249, 206, 120, 0);
    }
  }
  @keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgb(249, 206, 120);
      box-shadow: 0 0 0 0 rgb(249, 206, 120);
    }
    100% {
      -webkit-box-shadow: 0 0 0 4.042vw rgba(249, 206, 120, 0);
      box-shadow: 0 0 0 4.042vw rgba(249, 206, 120, 0);
    }
  }
  @-webkit-keyframes pulse2 {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgb(249, 206, 120);
      box-shadow: 0 0 0 0 rgb(249, 206, 120);
    }
    100% {
      -webkit-box-shadow: 0 0 0 8.083vw rgba(249, 206, 120, 0);
      box-shadow: 0 0 0 8.083vw rgba(249, 206, 120, 0);
    }
  }
  @keyframes pulse2 {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgb(249, 206, 120);
      box-shadow: 0 0 0 0 rgb(249, 206, 120);
    }
    100% {
      -webkit-box-shadow: 0 0 0 8.083vw rgba(249, 206, 120, 0);
      box-shadow: 0 0 0 8.083vw rgba(249, 206, 120, 0);
    }
  }
  .popup-wrap {
    width: 89.167vw;
  }
  .popup-form {
    padding: 9.125vw;
    border-radius: 3.694vw;
  }
  .popup-title {
    font-size: 7.361vw;
    margin-bottom: 7.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-btn {
    font-size: 2.972vw;
    line-height: 2.972vw;
    padding: 6.375vw 3.361vw;
    border-radius: 1.944vw;
  }
  .popup-remark{
    margin-bottom: 3.25vw;
    font-size: 2.764vw;
    text-align: center;
  }
  .iti {
    margin-bottom: 5.389vw;
  }
  .wrapper {
    max-width: 100% !important;
    padding-left: 4.167vw !important;
    padding-right: 4.167vw !important;
  }
  .wrapper_mob {
    display: block;
  }
  .btn {
    font-size: 3.133vw;
    -webkit-box-shadow: 0 2.597vw 4.167vw rgba(249, 182, 48, 0.35), 0 0.808vw 0 #D1AE67;
            box-shadow: 0 2.597vw 4.167vw rgba(249, 182, 48, 0.35), 0 0.808vw 0 #D1AE67;
    border-radius: 2.833vw;
    padding: 9.083vw 3.056vw;
  }
  .title span {
    font-size: 10.514vw;
  }
  .banner__bush {
    display: none;
  }
  .banner .wrapper {
    padding-top: 33.889vw;
    padding-bottom: 10.472vw;
  }
  .banner__scope {
    top: -2.189vw;
    width: 94.306vw;
  }
  .banner__top {
    width: calc(100% - 5.556vw);
    top: 0;
    left: 2.778vw;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 4.167vw 0;
    background: rgba(234, 246, 255, 0.24);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    border-radius: 0 0 2.222vw 2.222vw;
  }
  .banner__date {
    margin-right: 6.944vw;
  }
  .banner__date span {
    font-size: 8.889vw;
  }
  .banner__date p {
    font-size: 2.5vw;
  }
  .banner__potik {
    width: 16.111vw;
  }
  .banner__play {
    display: none;
  }
  .banner__descr {
    font-size: 2.222vw;
  }
  .banner__title {
    top: 3.389vw;
  }
  .banner__title span {
    font-size: 21.111vw;
  }
  .banner__subtitle {
    font-size: 20.556vw;
  }
  .banner__pro {
    font-size: 70.556vw;
  }
  .banner__front, .banner__sand, .banner__blur {
    display: none;
  }
  .banner__heading {
    margin-bottom: 151vw;
  }
  .banner__info {
    width: 100%;
    text-align: center;
  }
  .banner__man {
    width: 100vw;
    left: 0;
    top: 126.5vw;
  }
  .banner__logo {
    width: 62.5vw;
    margin: 0 auto 6.944vw;
  }
  .banner__text {
    font-size: 4.444vw;
    margin-top: 0;
    margin-bottom: 9.722vw;
  }
  .banner__insta {
    border-radius: 1.556vw;
    padding: 2.347vw 1.556vw 2.347vw 1.139vw;
    left: 27.903vw;
    top: 132.389vw;
    width: 45.153vw;
  }
  .banner__insta img {
    width: 4.389vw;
  }
  .banner__insta span {
    font-size: 3.611vw;
  }
  .sale__timer {
    margin-top: 4.431vw;
  }
  .sale__box {
    padding: 9.514vw 3.778vw 7.778vw;
    border-radius: 3.25vw;
    background: url(../img/2screen/mob.jpg) center bottom/cover no-repeat;
  }
  .sale__cta {
    margin-top: 41.667vw;
  }
  .sale__ctainside {
    width: 100%;
    border-radius: 2.833vw;
  }
  .sale__btn {
    width: 100%;
    font-size: 3.133vw;
    border-radius: 2.833vw;
    padding: 9.083vw 3.056vw;
    text-align: center;
    -webkit-box-shadow: 0 0.808vw 0 #0C4080;
            box-shadow: 0 0.808vw 0 #0C4080;
  }
  .sale__text {
    padding: 8vw 1vw 5vw;
    text-align: center;
    width: 100%;
    position: relative;
  }
  .sale__text.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sale__text img {
    width: 7.5vw;
    margin-right: 0;
    position: absolute;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    top: -3.1vw;
  }
  .sale__text p {
    font-size: 4.25vw;
  }
  .lline {
    height: 0.508vw;
    top: 18.05vw;
  }
  .countdown ul li {
    font-size: 3.25vw;
  }
  .countdown ul li span {
    width: 18.792vw;
    font-size: 16.792vw;
    padding-top: 5.408vw;
    padding-bottom: 3.308vw;
    margin-top: 2.181vw;
  }
  .foryou {
    padding: 10.944vw 0;
  }
  .foryou .title {
    padding-left: 13vw;
    padding-right: 13vw;
  }
  .foryou__leaf {
    top: 0;
  }
  .foryou__box {
    width: 100%;
  }
  .foryou__item {
    padding: 5.778vw 0;
    position: relative;
  }
  .foryou__image {
    height: 50vw;
    border-radius: 2.833vw;
    margin-bottom: 5.556vw;
  }
  .foryou__head {
    top: 0;
  }
  .foryou__head.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .foryou__title {
    font-size: 13.153vw;
    padding-top: 1vw;
  }
  .foryou__title.small {
    font-size: 15.653vw;
    text-align: center;
  }
  .foryou__text {
    font-size: 4.167vw;
    margin-left: 0;
    text-align: center;
    position: relative;
    top: 4vw;
  }
  .foryou__user {
    width: 100%;
    border-radius: 2.833vw;
    padding: 4.111vw 4.389vw;
    position: relative;
    top: 9vw;
    z-index: 1;
  }
  .foryou__before {
    width: 100%;
    padding: 4.111vw 4.389vw;
    border-radius: 2.833vw;
    padding: 10.111vw 4.389vw 7vw;
    position: relative;
    top: 5vw;
  }
  .foryou__before span {
    font-size: 4.444vw;
  }
  .foryou__before p {
    margin-top: 2.778vw;
    font-size: 3.889vw;
  }
  .foryou__after {
    width: 100%;
    padding: 10.111vw 4.389vw 7vw;
    border-radius: 2.833vw;
    padding-right: 21vw;
  }
  .foryou__after span {
    font-size: 4.444vw;
  }
  .foryou__after p {
    margin-top: 2.778vw;
    font-size: 3.889vw;
  }
  .foryou__userinfo span {
    font-size: 5vw;
  }
  .foryou__userinfo p {
    font-size: 3.889vw;
  }
  .foryou__man {
    width: 23.611vw;
    height: 23.611vw;
    margin-right: 4.25vw;
  }
  .foryou__number {
    color: #fff;
    position: absolute;
    left: auto;
    top: auto;
    bottom: 5vw;
    right: 8vw;
    z-index: 5;
    font-size: 21vw;
  }
  .mainres {
    top: 7.083vw;
    border-radius: 7.083vw;
    padding-top: 12vw;
    padding-bottom: 55vw;
    padding-bottom: 80vw;
    background: url(../img/4screen/mob.jpg) center top/cover no-repeat;
  }
  .mainres__box {
    padding: 0 4vw;
    margin-top: 8.472vw;
  }
  .mainres__item {
    width: 100%;
    height: auto;
    padding: 15.333vw 7.25vw 41vw 7.667vw;
    border-radius: 3.972vw;
    -webkit-box-shadow: 0 4.944vw 4.278vw rgba(62, 68, 78, 0.32);
            box-shadow: 0 4.944vw 4.278vw rgba(62, 68, 78, 0.32);
    margin-bottom: 13.889vw;
  }
  .mainres__item.onlymob{
    display: block;
  }
  .mainres__img.spec{
    bottom: -123vw;
    border-radius: 6vw 6vw 0 0;
  }
  .mainres__item_1 {
    padding-bottom: 100vw;
  }
  .mainres__item_2 {
    padding-bottom: 87vw;
  }
  .mainres__item_3 {
    padding-bottom: 87vw;
  }
  .mainres__item_4 {
    padding-bottom: 87vw;
  }
  .mainres__item_5 {
    padding-bottom: 87vw;
  }
  .mainres__title {
    font-size: 10.556vw;
  }
  .mainres__text {
    font-size: 4.444vw;
    margin-top: 2.778vw;
  }
  .mainres__number {
    font-size: 5vw;
    width: 10.778vw;
    height: 10.778vw;
  }
  .results {
    padding: 20vw 0 14vw;
  }
  .results__head {
    padding: 0;
  }
  .results__potik {
    margin: 0 auto 0.722vw;
    font-size: 13.167vw;
    line-height: initial;
  }
  .results__potik b {
    font-size: 8.333vw;
  }
  .results__potik:before {
    width: 2.903vw;
    height: 7.083vw;
    left: -4vw;
    top: 1vw;
  }
  .results__potik:after {
    width: 2.903vw;
    height: 7.083vw;
    right: -4vw;
    top: 1vw;
  }
  .results__title {
    margin: 0;
    width: 100%;
    margin-bottom: 3.889vw;
    text-align: center;
  }
  .results__title span {
    font-size: 9.444vw;
  }
  .results__descr {
    width: 100%;
    font-weight: 500;
    font-size: 3.889vw;
    line-height: 164%;
    text-align: center;
    color: #DADDE0;
    margin: 0;
    padding: 0 8vw 13.222vw;
    margin-top: 3vw;
    margin-bottom: 7vw;
  }
  .results__descr br {
    display: none;
  }
  .results__item {
    width: 42.667vw;
    margin-bottom: 20vw;
  }
  .results__image {
    width: 18.833vw;
    height: 18.833vw;
    top: -10.9vw;
  }
  .results__image:before {
    border: 0.439vw solid #1A78F9;
  }
  .results__main {
    padding: 13.903vw 2.689vw 3.583vw;
    background: url(../img/5screen/shape-mob.png);
    background-size: 100% 100%;
  }
  .results__name {
    font-size: 3.45vw;
  }
  .results__inform {
    font-size: 2.972vw;
  }
  .results__insta span {
    font-size: 2.872vw;
    padding: 0.6vw 0 0.6vw;
    padding-left: 4.4vw;
    border-radius: 1.347vw;
    margin-top: 1.972vw;
    margin-bottom: 2.256vw;
  }
  .results__insta span:before {
    width: 3.389vw;
    height: 3.389vw;
  }
  .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: 6.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: 6.894vw;
  }
  .results__feedback {
    border-radius: 1.384vw;
    height: 12.278vw;
  }
  .results__feedback span {
    font-size: 2.333vw;
  }
  .results__feedback img {
    width: 2.011vw;
  }
  .results__more {
    position: relative;
    top: -6vw;
  }
  .results__more span {
    font-size: 4.111vw;
    margin-right: 3.042vw;
  }
  .results__more img {
    width: 3.319vw;
  }
  .results__bg {
    width: 200vw;
  }
  .how {
    position: relative;
    padding-top: 15vw;
  }
  .how .title {
    padding-left: 13vw;
    padding-right: 13vw;
  }
  .how__bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  .how .wrapper {
    z-index: 3;
  }
  .how__box {
    width: 90vw;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .how__arrow_1, .how__arrow_2, .how__arrow_3, .how__arrow_4 {
    display: none;
  }
  .how__item {
    width: 100%;
    padding: 10vw 11.111vw 10vw 8.333vw;
    border-radius: 4.972vw;
    margin-bottom: 38.889vw;
    top: 0;
  }
  .how__item_1 {
    padding-bottom: 55.556vw;
  }
  .how__item_2 {
    padding-bottom: 72.222vw;
  }
  .how__item_3 {
    padding-bottom: 55.556vw;
  }
  .how__item_4 {
    padding-bottom: 163.889vw;
    margin-bottom: 0;
  }
  .how__title {
    font-size: 8.889vw;
  }
  .how__text {
    font-size: 3.889vw;
    margin-top: 2.778vw;
    margin-bottom: 5.556vw;
  }
  .how__row p {
    font-size: 4.444vw;
  }
  .how__row img {
    width: 5.667vw;
    margin-right: 2.694vw;
  }
  .how__result {
    border-radius: 2.556vw;
    padding: 3.625vw 4.903vw;
  }
  .how__number {
    font-size: 20.514vw;
    width: 27.944vw;
    right: 3.042vw;
  }
  .how__blur, .how__money {
    display: none;
  }
  .tarifs {
    padding: 35vw 0 15vw;
  }
  .tarifs__leaf {
    display: block;
    position: absolute;
    left: 0;
    top: -5vw;
    z-index: 4;
    pointer-events: none;
    width: 33vw;
  }
  .tarifs__box {
    width: 100%;
    padding: 0 5.556vw;
  }
  .tarifs__title {
    margin-bottom: 0;
  }
  .tarifs__title span {
    font-size: 9.067vw;
  }
  .tarifs__item {
    width: 100%;
    margin-top: 70vw;
  }
  .tarifs__moduleinside {
    padding: 6.4vw;
  }
  .tarifs__moduletitle {
    font-size: 3.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;
    border-radius: 2.486vw;
  }
  .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__main {
    border-radius: 2.486vw;
    padding: 6.083vw 3.472vw;
  }
  .tarifs__old {
    margin-bottom: 2.972vw;
  }
  .tarifs__old span {
    font-size: 6.8vw;
  }
  .tarifs__new {
    margin-bottom: 4.833vw;
  }
  .tarifs__new span {
    font-size: 10.8vw;
  }
  .tarifs__amount {
    margin-bottom: 5.389vw;
  }
  .tarifs__amount span {
    font-size: 3.467vw;
  }
  .tarifs__amount img {
    width: 3.667vw;
    margin-right: 2.556vw;
  }
  .tarifs__btn {
    font-size: 2.633vw;
    padding: 7.333vw 9.722vw;
    border-radius: 3.528vw;
    padding: 6.333vw 9.722vw;
    line-height: 1.2;
  }
  .tarifs__module {
    padding-top: 9.2vw;
  }
  .tarifs__module:before {
    border-radius: 3.556vw;
  }
  .tarifs__image {
    left: 17.569vw;
    width: 54.306vw;
    top: -61.889vw;
  }
  .parts {
    padding: 10.556vw 1vw 70.944vw;
    border-radius: 4.639vw;
    overflow: hidden;
  }
  .parts__box {
    width: 91vw;
    padding: 3vw 0;
    border-radius: 2.833vw;
  }
  .parts__box.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .parts__numbers {
    width: 100%;
    margin: 2vw 0;
  }
  .parts__numbers img {
    height: auto;
    width: 100%;
  }
  .parts__number {
    font-size: 23.583vw;
    -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  .parts__number_1 {
    left: 9vw;
  }
  .parts__number_2 {
    left: 35.778vw;
  }
  .parts__number_3 {
    left: 62.222vw;
  }
  .parts__text {
    font-size: 7.405vw;
    line-height: 1;
  }
  .parts__bottom.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .parts__descr {
    margin-right: 0;
    font-size: 3.111vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 5vw;
    margin-top: 3vw;
  }
  .parts__icons {
    margin-right: 0;
    margin-top: 2vw;
  }
  .parts__icons img {
    height: 7.944vw;
    margin: 0 2.625vw;
  }
  .parts__btn {
    width: 91vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .parts__receipt {
    width: 101.583vw;
    position: absolute;
    left: 0.444vw;
    top: auto;
    bottom: -29vw;
    z-index: 1;
  }
  .faq {
    padding: 21.028vw 0;
  }
  .faq__title {
    text-align: center;
    margin-bottom: 9.067vw;
  }
  .faq__title span {
    font-size: 9.067vw;
  }
  .faq__box {
    width: 100%;
    margin: 6.778vw auto 0;
  }
  .faq__head {
    padding: 5.033vw 5.333vw;
    padding-right: 13vw;
    border-radius: 2vw;
  }
  .faq__head span {
    font-size: 3.733vw;
  }
  .faq__text {
    font-size: 3.733vw;
    padding: 5.833vw 5.333vw;
  }
  .faq__item {
    border-radius: 2vw;
    margin-bottom: 4.389vw;
  }
  .faq__icon {
    width: 8.167vw;
    height: 8.167vw;
    right: 4.083vw;
  }
  .faq__icon img {
    width: 2.3vw;
  }
  .interview {
    padding: 18.417vw 0;
    background: url(../img/13screen/mob.jpg) center center/cover no-repeat;
    border-radius: 5.639vw;
    overflow: initial;
  }
  .interview .wrapper {
    z-index: 5;
  }
  .interview__heading {
    margin-bottom: 9.722vw;
  }
  .interview__heading.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .interview__camera {
    width: 100vw;
    left: auto;
    right: 0;
    bottom: auto;
    top: -30vw;
  }
  .interview__box {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
  }
  .interview__amount {
    margin-bottom: 8.333vw;
  }
  .interview__amount_pc {
    display: none !important;
  }
  .interview__amount.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .interview__amount img {
    width: 22.222vw;
    margin-right: 4.042vw;
  }
  .interview__amount span {
    font-size: 3.611vw;
  }
  .interview__btn_pc {
    display: none !important;
  }
  .interview__btn_mob {
    width: 100%;
    font-size: 2.933vw;
  }
  .interview__slider {
    width: 100%;
    margin: 0;
  }
  .interview__item {
    width: 100%;
    height: 158.667vw !important;
    margin-bottom: 8vw;
    border-radius: 2vw;
    opacity: 1;
    overflow: hidden;
    display: none;
  }
  .interview__item:nth-child(1), .interview__item:nth-child(2), .interview__item:nth-child(3) {
    display: block;
  }
  .interview__title {
    margin-bottom: 9.067vw;
  }
  .interview__title span {
    font-size: 9.067vw;
  }
  .interview__light {
    top: -8.833vw;
  }
  .interview__info {
    width: 100%;
  }
  .interview__name {
    font-size: 3.733vw;
    padding: 3.2vw 3.7vw;
    top: 2.694vw;
    left: 2.833vw;
    border-radius: 2vw;
  }
  .interview__age {
    font-size: 3.733vw;
    padding: 3.2vw 3.7vw;
    top: 2.694vw;
    right: 2.833vw;
    border-radius: 2vw;
  }
  .interview__infotext {
    font-size: 4.8vw;
    text-align: center;
    padding: 0;
    margin-bottom: 6.667vw;
    padding-top: 13vw;
  }
  .interview__infotext:before {
    width: 11vw;
    height: 11vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .interview__btn {
    font-size: 2.633vw;
    padding: 8.333vw 7.722vw;
    border-radius: 3.528vw;
  }
  .interview__line {
    display: none;
  }
  .interview__play {
    opacity: 1;
    width: 19.417vw;
    height: 19.417vw;
  }
  .interview__inside:before {
    opacity: 1;
  }
  .interview__text {
    opacity: 1;
    font-size: 3.611vw;
    padding: 4.597vw 7.083vw;
  }
  .interview__name {
    background: -o-linear-gradient(185.52deg, #388CFF 8.31%, #1A78F9 67.31%);
    background: linear-gradient(264.48deg, #388CFF 8.31%, #1A78F9 67.31%);
  }
  .interview__more {
    display: block;
    width: 10vw;
    margin: 0 auto 8vw;
    cursor: pointer;
  }
  .lastbl {
    background: url(../img/16screen/mob.jpg) center bottom/cover no-repeat;
  }
  .lastbl .wrapper {
    padding-top: 21.194vw;
  }
  .lastbl__top.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lastbl__title {
    text-align: center;
  }
  .lastbl__title span {
    font-size: 12.514vw;
  }
  .lastbl__tg {
    width: 100%;
    padding: 3.736vw 5.472vw 3.736vw 21.597vw;
    margin-top: 6vw;
    margin-bottom: 58.333vw;
  }
  .lastbl__tg span {
    font-size: 5.556vw;
  }
  .lastbl__tg p {
    font-size: 4.444vw;
  }
  .lastbl__tgicon {
    width: 16.667vw;
    left: 3.181vw;
    top: 4.083vw;
  }
  .lastbl__support {
    width: 92vw;
    padding: 0;
    padding-top: 8.333vw;
    border-radius: 3vw;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
    top: 0;
    z-index: 4;
  }
  .lastbl__subtitle {
    font-size: 3.611vw;
    letter-spacing: 1.45em;
    width: 100%;
    text-align: center;
  }
  .lastbl__btn {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .lastbl__dates {
    width: 100%;
    margin: 8.333vw 0 5.556vw;
  }
  .lastbl__dates.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lastbl__item {
    margin-right: 6.944vw;
  }
  .lastbl__item span {
    font-size: 8.889vw;
  }
  .lastbl__item p {
    font-size: 2.5vw;
  }
  .lastbl__dateicon {
    width: 16.111vw;
  }
  .lastbl__scope {
    width: 88vw;
    right: 2.111vw;
    top: -2.417vw;
  }
  .lastbl__packages {
    width: 100vw;
    position: absolute;
    left: 0;
    top: 111vw;
    height: 55.556vw;
  }
  .lastbl__package {
    position: absolute;
    bottom: 0;
  }
  .lastbl__package_1 {
    width: 37.917vw;
    left: -4.7vw;
    z-index: 3;
  }
  .lastbl__package_2 {
    width: 37.917vw;
    left: 31vw;
    bottom: 4vw;
    z-index: 2;
  }
  .lastbl__package_3 {
    width: 37.917vw;
    left: 67vw;
    bottom: 8vw;
    z-index: 1;
  }
  .speaker__man {
    width: 126.667vw;
    left: -20vw;
    bottom: auto;
    top: 59vw;
    z-index: 2;
  }
  .speaker__bg {
    bottom: auto;
    top: -105vw;
  }
  .speaker__left {
    width: 100%;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .speaker__cell {
    position: absolute;
    left: 0vw;
    bottom: 0;
    width: 43.778vw;
    display: block;
  }
  .speaker__subtitle {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    font-size: 3.333vw;
    margin-bottom: 169.444vw;
  }
  .speaker__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
  .speaker__title span {
    padding-top: 1.389vw;
    font-size: 21.667vw;
  }
  .speaker__insta {
    position: relative;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 2.778vw;
    padding: 6.111vw 6.667vw 4.167vw 44.444vw;
    text-align: left;
    border-radius: 2.833vw;
    z-index: 3;
  }
  .speaker__insta span {
    font-size: 13.889vw;
  }
  .speaker__insta p {
    font-size: 4.444vw;
  }
  .speaker__info {
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .speaker__item {
    width: 100%;
    background: #243856;
    -webkit-backdrop-filter: blur(20.5px);
            backdrop-filter: blur(20.5px);
    border-radius: 3.333vw;
    margin-top: 4.167vw;
    margin-bottom: 0;
    padding: 6.389vw 4.167vw;
  }
  .speaker__icon {
    width: 16.667vw;
    height: 16.667vw;
    margin-right: 4.167vw;
  }
  .speaker__icon img {
    width: 8.083vw;
  }
  .speaker__text {
    font-size: 4.411vw;
    width: 62vw;
  }
  .speaker__text_last br {
    display: none;
  }
  .speaker__numbers {
    padding: 6.944vw 6.944vw;
    border-radius: 3.833vw;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .speaker__numbers.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .speaker__numbers span {
    font-size: 27.083vw;
  }
  .speaker__numbers p {
    font-size: 4.411vw;
  }
  .speaker__numbers p br {
    display: none;
  }
  .speaker__numbers img {
    display: none;
  }
  .guar__info {
    width: 90vw;
    right: auto;
    left: 5vw;
    top: 72vw;
  }
  .guar__title {
    margin-bottom: 4.167vw;
  }
  .guar__title span {
    font-size: 11.125vw;
  }
  .guar__title img {
    width: 52.361vw;
    left: 29.444vw;
  }
  .guar__subtitle {
    font-size: 2.833vw;
    margin-bottom: 9.722vw;
    display: block;
    text-align: center;
  }
  .guar__btn {
    width: 62vw;
    font-size: 4.133vw;
    padding: 4vw 5vw;
  }
  .about__item {
    width: 100%;
    padding: 8.889vw 8.333vw 22.222vw;
    border-radius: 3.972vw;
    margin-bottom: 6.944vw;
    -webkit-box-shadow: 0 2.042vw 2.903vw rgba(65, 78, 97, 0.21);
            box-shadow: 0 2.042vw 2.903vw rgba(65, 78, 97, 0.21);
  }
  .about__item.blue {
    padding-bottom: 61.111vw;
  }
  .about__number {
    font-size: 18.056vw;
    margin-bottom: 11.111vw;
  }
  .about__info span {
    font-size: 8.889vw;
  }
  .about__info p {
    font-size: 3.889vw;
    margin-top: 2.778vw;
  }
  .about__icon_1 {
    width: 33.194vw;
    top: 5.389vw;
    right: 5.389vw;
  }
  .about__icon_2 {
    width: 58.194vw;
    top: 0.389vw;
    right: -10.611vw;
  }
  .about__icon_3 {
    width: 30.194vw;
    top: 5.389vw;
    right: 5.389vw;
  }
  .about__icon_4 {
    width: 55.194vw;
    top: -3.611vw;
    right: -5.611vw;
  }
  .about__icon_5 {
    width: 28.194vw;
    top: 5.389vw;
    right: 5.389vw;
  }
  .about__icon_6 {
    width: 28.194vw;
    top: 5.389vw;
    right: 5.389vw;
  }
  .about__icon_7 {
    width: 29.194vw;
    top: 7.389vw;
    right: 6.389vw;
  }
  .graph {
    padding-bottom: 18vw;
  }
  .graph__graph {
    display: block;
    width: 100vw;
    padding-left: 5vw;
    overflow-x: scroll;
  }
  .graph .wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .graph__graphinside {
    width: 277.778vw;
    padding-right: 5vw;
    position: relative;
  }
  .graph__cursor {
    display: block;
    position: absolute;
    width: 15.278vw;
    left: 15vw;
    top: 60vw;
  }
  .graph__box {
    margin: 0;
    width: 100vw;
    padding-top: 63vw;
  }
  .graph__heading {
    left: 18vw;
  }
  .graph__text {
    font-size: 4.111vw;
  }
  .graph__rocket {
    width: 27.917vw;
    left: -4vw;
    top: 1vw;
    -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  .graph__title {
    margin-bottom: 4vw;
  }
  .graph__title span {
    font-size: 10.472vw;
  }
  .graph__title br {
    display: none;
  }
  .graph__title b {
    width: 23.292vw;
    font-size: 14.514vw;
  }
  .market {
    padding: 12.861vw 0 16.25vw;
  }
  .market .title {
    text-align: center;
  }
  .market .title span {
    background: -o-linear-gradient(359.93deg, rgba(26, 27, 29, 0) -32.22%, #1A1B1D 35.04%, #1A1B1D 50.96%, #1A1B1D 71.88%, rgba(178, 182, 190, 0) 138.73%);
    background: linear-gradient(90.07deg, rgba(26, 27, 29, 0) -32.22%, #1A1B1D 35.04%, #1A1B1D 50.96%, #1A1B1D 71.88%, rgba(178, 182, 190, 0) 138.73%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .market__box {
    background: none;
    padding: 0;
    display: block;
  }
  .market__info {
    margin-top: 5.556vw;
    background: -o-linear-gradient(236.73deg, #273754 18.27%, #141C2B 59.39%);
    background: linear-gradient(213.27deg, #273754 18.27%, #141C2B 59.39%);
    border-radius: 5.556vw;
    padding: 10.556vw 5.556vw 55.556vw;
  }
  .market__text {
    width: 100%;
    font-weight: 500;
    font-size: 4.444vw;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    margin-top: 5.556vw;
  }
  .market__soc.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .market__soc a {
    width: 9.839vw;
    height: 9.839vw;
    border-radius: 2.347vw;
    margin-right: 0.8vw;
    margin-left: 0.8vw;
    background: #599CF9;
  }
  .market__soc_1 img {
    width: 5.319vw;
  }
  .market__soc_2 img {
    width: 5.019vw;
  }
  .market__soc_3 img {
    width: 5.019vw;
  }
  .market__soc_4 img {
    width: 5.319vw;
  }
  .market__iab {
    background: #2D4165;
    margin-top: 4.694vw;
    padding: 3.694vw 2.319vw;
    width: 100%;
    border-radius: 2.486vw;
  }
  .market__iab.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .market__iab img {
    width: 22.222vw;
  }
  .market__iab p {
    font-size: 4.111vw;
  }
  .market__flag {
    width: 96.736vw;
    right: -2.556vw;
  }
  .programm__leaf {
    display: block;
    position: absolute;
    right: 0;
    top: -42vw;
    z-index: 4;
    pointer-events: none;
    width: 33vw;
  }
  .programm.spec {
    background: none;
    padding-top: 20vw;
    overflow: hidden;
    padding-bottom: 18vw;
  }
  .programm.spec .programm__bg {
    top: auto;
    bottom: 0;
  }
  .programm__bg {
    top: auto;
    bottom: -10vw;
  }
  .programm__left {
    display: none;
  }
  .programm__right {
    width: 100%;
  }
  .programm__wrap {
    position: relative;
    padding: 0;
    border-radius: 2.833vw;
    display: block;
    margin-bottom: 2.778vw;
  }
  .programm__wrap.active {
    margin-bottom: 25vw;
  }
  .programm__wrapinside {
    display: none;
    padding: 10vw 5.431vw 10.764vw 5.431vw;
  }
  .programm__tab2 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    background: -o-linear-gradient(297.04deg, #F1F3F5 16.1%, #FFFFFF 83.1%);
    background: linear-gradient(152.96deg, #F1F3F5 16.1%, #FFFFFF 83.1%);
    -webkit-box-shadow: 0 3.611vw 5vw rgba(146, 168, 200, 0.21);
            box-shadow: 0 3.611vw 5vw rgba(146, 168, 200, 0.21);
    border-radius: 2.833vw;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 3.181vw 2.431vw;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .programm__tab2.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .programm__tab2 span {
    font-family: "Ouvality";
    font-size: 10.472vw;
    line-height: 100%;
    color: #137DFF;
    margin-right: 5.083vw;
    margin-bottom: -2.294vw;
  }
  .programm__tab2 p {
    font-weight: 700;
    font-size: 1.528vw;
    line-height: 150%;
    color: #28292C;
    font-size: 4.528vw;
  }
  .programm__tab2.active {
    background: -o-linear-gradient(297.04deg, #5297FF 16.1%, #3988FF 83.1%);
    background: linear-gradient(152.96deg, #5297FF 16.1%, #3988FF 83.1%);
    -webkit-box-shadow: 0 3.611vw 5vw rgba(146, 168, 200, 0.21);
            box-shadow: 0 3.611vw 5vw rgba(146, 168, 200, 0.21);
  }
  .programm__tab2.active span, .programm__tab2.active p {
    color: #fff;
  }
  .programm__title {
    text-align: center;
    padding-bottom: 1.694vw;
    margin-bottom: 4.431vw;
  }
  .programm__title span {
    font-size: 12.5vw;
  }
  .programm__title.small span {
    font-size: 7.819vw;
  }
  .programm__listtitle {
    font-size: 5vw;
    margin-bottom: 5.556vw;
  }
  .programm__col {
    width: 100%;
  }
  .programm__list {
    padding-left: 4.042vw;
  }
  .programm__list li {
    font-size: 3.889vw;
    margin-bottom: 4.389vw;
  }
  .programm__result {
    position: relative;
    width: 100%;
    left: 0;
    bottom: auto;
    top: 1vw;
    padding: 5.556vw;
    -webkit-transform: translateY(30vw);
        -ms-transform: translateY(30vw);
            transform: translateY(30vw);
    border-radius: 2.833vw;
  }
  .programm__result span {
    font-size: 5vw;
    margin-bottom: 2.694vw;
  }
  .programm__result p {
    font-size: 3.889vw;
  }
  .programm__logo {
    width: 60.014vw;
    position: absolute;
    z-index: 1;
    right: 16.833vw;
    bottom: 6vw;
  }
  .programm__btn {
    width: 90%;
  }
  .start .wrapper {
    padding-top: 0;
  }
  .start__box {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 4;
  }
  .start__logo {
    margin: 0 auto 2vw;
  }
  .start__logo img {
    width: 60vw;
  }
  .start__top{
    margin-top: 5vw;
  }
  .start__top.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .start__top span {
    font-size: 25.111vw;
    margin-right: 0;
    position: relative;
    top: 5vw;
  }
  .start__top p {
    font-size: 15.764vw;
  }
  .start__title {
    font-size: 23.556vw;
  }
  .start__btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 90%;
  }
  .start__bottom.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .start__target {
    margin: 1vw 0 80vw;
    width: 100%;
  }
  .start__target img {
    display: none;
  }
  .start__target p {
    width: 100%;
    font-weight: 400;
    font-size: 4.444vw;
    line-height: 150%;
    text-align: center;
    color: #5B5F63;
  }
  .start__man {
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .start__insta {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
    bottom: 7vw;
    border-radius: 1.625vw;
    padding: 1.117vw 1.994vw;
  }
  .start__insta img {
    width: 5.458vw;
    margin-right: 1.347vw;
  }
  .start__insta span {
    font-size: 3.203vw;
  }
  .gifts {
    padding: 14.472vw 0;
  }
  .gifts__item {
    margin-top: 4.944vw;
    border-radius: 2.833vw;
  }
  .gifts__item_1 {
    padding: 26.472vw 0 59.931vw;
  }
  .gifts__bigtitle p b {
    font-size: 27.25vw;
  }
  .gifts__bigtitle span {
    width: 9.083vw;
    height: 9.083vw;
    font-size: 5.581vw;
    padding-top: 1.208vw;
    border-radius: 50%;
    position: absolute;
    right: 3vw;
    top: 3vw;
  }
  .gifts__number {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .gifts__number_bg {
    width: 11.514vw;
  }
  .gifts__number span {
    font-size: 8.125vw;
    top: 5.083vw;
  }
  .gifts__price {
    left: 13vw;
    top: 34vw;
  }
  .gifts__price p {
    font-size: 26.806vw;
  }
  .gifts__price span {
    width: 9.083vw;
    height: 9.083vw;
    font-size: 5.281vw;
    padding-top: 1.208vw;
    border-radius: 50%;
    position: absolute;
    right: -8vw;
    top: -31vw;
    background: -o-linear-gradient(258.64deg, #3891FF 8.37%, #1980FF 76.99%);
    background: linear-gradient(191.36deg, #3891FF 8.37%, #1980FF 76.99%);
  }
  .gifts__kod {
    margin-top: 4.944vw;
    border-radius: 2.833vw;
    text-align: center;
    padding: 8.986vw 3.944vw 63vw;
  }
  .gifts__kod.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gifts__kod p {
    margin-left: 0;
    font-size: 3.8vw;
    margin-top: 7vw;
  }
  .gifts__kodlogo {
    width: 60.319vw;
  }
  .gifts__clock {
    right: 0;
    top: auto;
    bottom: 0;
    height: auto;
    width: 100%;
  }
  .guide {
    padding: 37.089vw 0 53.611vw;
    border-radius: 0 0 5vw 5vw;
    border-radius: 0;
    overflow: hidden;
  }
  .guide__left {
    width: 100%;
    padding: 3vw 3vw 90vw;
    border-radius: 2.833vw;
  }
  .guide__left.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .guide__col {
    text-align: center;
    width: 100%;
    font-size: 4.511vw;
    border-radius: 1.556vw;
    margin-right: 0;
    padding: 4vw 1.667vw;
    margin-bottom: 2.5vw;
  }
  .guide__col.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .guide__phone {
    position: absolute;
    width: 119.611vw;
    left: -24.083vw;
    top: 102vw;
    -webkit-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  .guide__info {
    margin-left: 0;
    margin-top: 6vw;
    text-align: center;
  }
  .guide__info p {
    font-size: 4.728vw;
    margin-bottom: 8.536vw;
  }
  .guide__btn {
    width: 90%;
  }
  .guide__sand2 {
    bottom: -77vw;
  }
  .thanks__title {
    font-size: 10vw;
  }
  .thanks__subtitle {
    font-size: 6vw;
  }
  .thanks__subtitle br {
    display: none;
  }
  .thanks__btn {
    padding: 7.083vw 3.056vw;
    width: 83vw;
  }
  [data-aos-delay] {
    -webkit-transition-delay: 0 !important;
         -o-transition-delay: 0 !important;
            transition-delay: 0 !important;
  }



  .paymbl .wrapper.flex{
    display: block;
  }
  .paymbl .wrapper{
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .paymbl__left, .paymbl__right{
    width: 100%;
  }
  .paymbl__left{
    border-radius: 2.833vw;
    margin-bottom: 4vw;
    padding: 7vw 0;
  }
  .paymbl__tarif{
    width: 43vw;
  }
  .paymbl__info span{
    font-size: 3.6vw;
    margin-bottom: 4vw;
    margin-top: 4vw;
  }
  .paymbl__info p{
    font-size: 8.4vw;
  }
  .paymbl__title{
    font-size: 8.4vw;
    text-align: center;
    margin-bottom: 4vw;
  }
  .paymbl__label{
    width: 100%;
    font-size: 4.3vw;
    text-align: center;
    margin-bottom: 4vw;
  }
  .paymbl__btn{
    padding: 5.483vw 6.031vw;
    font-weight: 700;
    font-size: 3.433vw;
    line-height: 3.972vw;
    letter-spacing: 0.215em;
    box-shadow: 0 0.808vw 0 #0C4080;
    border-radius: 2.833vw;
  }
  .paymbl__listitem{
    padding: 6vw 0;
    text-align: center;
    justify-content: center;
  }
  .tgdom{
    padding-top: 20vw;
  }
  .tgdom__box{
    width: 100%;
  }
}




