@charset "UTF-8";
/* reset */
/* main variables */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;600&display=swap");
:root {
  --pobeda: "Pobeda", sans-serif;
}

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

/*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: "Montserrat", sans-serif;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Pobeda";
  src: local("Pobeda Bold"), local("Pobeda-Bold"), url("../fonts/Pobeda-Bold.woff2") format("woff2"), url("../fonts/Pobeda-Bold.woff") format("woff"), url("../fonts/Pobeda-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pobeda";
  src: local("Pobeda Regular"), local("Pobeda-Regular"), url("../fonts/Pobeda-Regular.woff2") format("woff2"), url("../fonts/Pobeda-Regular.woff") format("woff"), url("../fonts/Pobeda-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-Bold.eot");
  src: local("TT Norms Bold"), local("TTNorms-Bold"), url("../fonts/TTNorms-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-Bold.woff") format("woff"), url("../fonts/TTNorms-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
/*@import "components/_fancybox";
@import "components/_slick";
@import "components/_mCustomScrollbar";*/
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
header {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-order: 1;
}

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

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

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

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

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

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

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

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

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

.btn {
  color: #654F11;
  font-family: "TT Norms";
  font-size: 0.833vw;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.417vw;
  text-transform: uppercase;
  padding: 2.153vw 3.056vw;
  border-radius: 0.903vw;
  border: 0;
  background: -o-linear-gradient(272deg, #FFE0A3 0%, #F5BB48 100%);
  background: linear-gradient(178deg, #FFE0A3 0%, #F5BB48 100%);
  -webkit-box-shadow: 0 0.236vw 0 0 #D1AE67, 0 1.597vw 4.097vw 0 rgba(249, 182, 48, 0.35);
          box-shadow: 0 0.236vw 0 0 #D1AE67, 0 1.597vw 4.097vw 0 rgba(249, 182, 48, 0.35);
}
.btn.white {
  background: -o-linear-gradient(272deg, #FFF 0%, #E3E3E3 100%);
  background: linear-gradient(178deg, #FFF 0%, #E3E3E3 100%);
  -webkit-box-shadow: 0 0.236vw 0 0 #5A5F67, 0 1.591vw 4.126vw 0 rgba(232, 232, 232, 0.24);
          box-shadow: 0 0.236vw 0 0 #5A5F67, 0 1.591vw 4.126vw 0 rgba(232, 232, 232, 0.24);
  color: #333;
}
.btn.blue {
  background: -o-linear-gradient(272deg, #2DA2C9 0%, #1D85A8 100%);
  background: linear-gradient(178deg, #2DA2C9 0%, #1D85A8 100%);
  -webkit-box-shadow: 0 0.236vw 0 0 #176078, 0 1.591vw 4.126vw 0 rgba(31, 136, 171, 0.36);
          box-shadow: 0 0.236vw 0 0 #176078, 0 1.591vw 4.126vw 0 rgba(31, 136, 171, 0.36);
  color: #fff;
}

.title.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title__text {
  color: #3C4042;
  font-family: var(--pobeda);
  font-size: 7.639vw;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.382vw;
  text-transform: uppercase;
  vertical-align: center;
}
.title__line {
  border-radius: 0.139vw;
  background: #FFB92E;
  vertical-align: middle;
  width: 18.056vw;
  height: 0.972vw;
  display: inline-block;
  margin-right: 2.083vw;
}
.title__line.blue {
  background: #2DA2C9;
}
.title__line.blue.small {
  width: 11.806vw;
}
.title__line.yellow.small {
  width: 8.681vw;
}
.title__descrtext {
  color: #3C4042;
  font-size: 1.111vw;
  line-height: 164%;
  letter-spacing: 0.044vw;
}
.title.center {
  text-align: center;
}
.title.white .title__text {
  color: #fff;
}

.banner {
  border-radius: 0 0 4.861vw 4.861vw;
  overflow: hidden;
  position: relative;
}
.banner__background {
  display: block;
  width: 100%;
  border-radius: 0 0 4.861vw 4.861vw;
}
.banner__logo {
  display: none;
}
.banner .wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.banner__box {
  height: 100%;
  padding-top: 2.083vw;
}
.banner__left {
  height: 100%;
  position: relative;
  margin-left: 4.167vw;
}
.banner__heading h2 {
  color: #5B5F63;
  font-size: 0.733vw;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.568vw;
  text-transform: uppercase;
}
.banner__heading p {
  font-family: var(--pobeda);
  color: #000;
  font-size: 8.194vw;
  line-height: 1; /* 100% */
  text-transform: uppercase;
  position: relative;
  top: 1.736vw;
}
.banner__heading span {
  font-family: var(--pobeda);
  font-size: 27.5vw;
  font-weight: 700;
  line-height: 1; /* 100% */
  letter-spacing: -1.389vw;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#2BA1C9), to(rgba(43, 161, 201, 0)));
  background: -o-linear-gradient(top, #2BA1C9 0%, rgba(43, 161, 201, 0) 100%);
  background: linear-gradient(180deg, #2BA1C9 0%, rgba(43, 161, 201, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner__bg {
  position: absolute;
  left: -9.7vw;
  bottom: 0;
  width: 100vw;
  pointer-events: none;
  z-index: 3;
}
.banner__gush {
  position: absolute;
  left: -9.7vw;
  width: 100vw;
  bottom: 0;
  pointer-events: none;
  z-index: 3;
}
.banner__btn {
  position: relative;
  z-index: 4;
  top: -6.944vw;
}
.banner__description {
  position: absolute;
  left: 27.778vw;
  top: 8.333vw;
  width: 17.361vw;
  border-radius: 0.556vw 3.125vw 0.556vw 0.556vw;
  padding: 6.944vw 2.083vw 2.778vw 1.319vw;
  background: -o-linear-gradient(281deg, #FFF 0%, #E6E7E9 100%);
  background: linear-gradient(169deg, #FFF 0%, #E6E7E9 100%);
  z-index: 3;
}
.banner__laptop {
  width: 17.708vw;
  position: absolute;
  left: -0.694vw;
  top: -10.417vw;
}
.banner__text {
  color: #5B5F63;
  font-size: 0.972vw;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.banner__man {
  width: 46.528vw;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.banner__mainimg {
  display: block;
  width: 100%;
}
.banner__instagram {
  border-radius: 0.625vw;
  background: -o-linear-gradient(43deg, #F9CC74 0%, #D96551 39.67%, #CC2B8F 66.81%, #6463D8 90.06%);
  background: linear-gradient(47deg, #F9CC74 0%, #D96551 39.67%, #CC2B8F 66.81%, #6463D8 90.06%);
  -webkit-backdrop-filter: blur(0.313vw);
          backdrop-filter: blur(0.313vw);
  position: absolute;
  z-index: 2;
  bottom: 6.944vw;
  left: 19.444vw;
  text-align: center;
  padding: 0.833vw 1.389vw 1.042vw;
}
.banner__instagram img {
  width: 2.778vw;
}
.banner__instagram span {
  color: #FFF;
  font-size: 0.903vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  display: block;
  margin-top: 0.694vw;
  text-align: center;
}
.banner__info {
  position: absolute;
  top: 4.167vw;
  right: 0;
  width: 11.806vw;
}
.banner__potik {
  text-align: center;
  position: relative;
}
.banner__potik span {
  background: -o-linear-gradient(32deg, #C8B47F 0%, #E0CB92 100%);
  background: linear-gradient(58deg, #C8B47F 0%, #E0CB92 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 6.25vw;
  line-height: 0.8;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--pobeda);
  margin-right: -0.208vw;
}
.banner__potik p {
  background: -o-linear-gradient(32deg, #C8B47F 0%, #E0CB92 100%);
  background: linear-gradient(58deg, #C8B47F 0%, #E0CB92 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.736vw;
  line-height: 117.023%;
  text-transform: uppercase;
  font-family: var(--pobeda);
}
.banner__olive_1 {
  position: absolute;
  width: 1.736vw;
  left: 1.528vw;
  top: 0.208vw;
}
.banner__olive_2 {
  position: absolute;
  width: 1.736vw;
  right: 1.736vw;
  top: 0.208vw;
}
.banner__terms {
  text-align: center;
  margin-top: 2.083vw;
}
.banner__terms span {
  color: #8FC9DA;
  text-align: center;
  font-size: 0.764vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.694vw;
}
.banner__terms b {
  color: #FFF;
  text-align: center;
  font-family: var(--pobeda);
  font-size: 7.5vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-right: -0.694vw;
}
.banner__terms p {
  color: #8FC9DA;
  text-align: center;
  font-family: var(--pobeda);
  font-size: 2.986vw;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: -0.833vw;
}
.banner__date {
  width: 11.806vw;
  text-align: center;
  border-radius: 0.417vw 3.125vw 0 0;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  padding: 2.222vw 1.389vw 6.944vw;
  position: absolute;
  right: 0;
  bottom: 0;
}
.banner__date span {
  color: #FFF;
  font-size: 0.764vw;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.694vw;
}
.banner__date b {
  color: #FFF;
  font-family: var(--pobeda);
  font-size: 7.5vw;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-right: -0.694vw;
}
.banner__date p {
  color: #FFF;
  font-family: var(--pobeda);
  font-size: 2.986vw;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: -0.347vw;
}

.mainresults {
  padding: 4.861vw 0 13.889vw;
  position: relative;
}
.mainresults__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.mainresults .wrapper {
  z-index: 3;
}
.mainresults__box {
  margin-top: 2.083vw;
}
.mainresults__item {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.833vw;
  background: #F6F7F8;
  margin-bottom: 1.389vw;
  padding: 4.861vw 3.125vw;
}
.mainresults__item.black {
  background: #283033;
}
.mainresults__item.black .mainresults__info span, .mainresults__item.black .mainresults__info p {
  color: #fff;
}
.mainresults__item picture {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}
.mainresults__info {
  text-align: left;
}
.mainresults__info span {
  color: #2A2C2D;
  font-family: var(--pobeda);
  font-size: 7.639vw;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.382vw;
  text-transform: uppercase;
}
.mainresults__info_2 span{
  font-size: 6vw;
}
.mainresults__info.right {
  text-align: right;
}
.mainresults__info p {
  color: #2A2C2D;
  font-size: 0.972vw;
  font-weight: 500;
  line-height: 150%;
}

.results {
  padding: 8vw 0 8vw;
  position: relative;
}
.results__heading.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.results__potik {
  text-align: center;
  position: relative;
  width: 11.806vw;
  margin-top: 0.694vw;
}
.results__potik span {
  background: -o-linear-gradient(32deg, #C8B47F 0%, #E0CB92 100%);
  background: linear-gradient(58deg, #C8B47F 0%, #E0CB92 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 6.25vw;
  line-height: 0.8;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--pobeda);
  margin-right: -0.208vw;
}
.results__potik p {
  background: -o-linear-gradient(32deg, #C8B47F 0%, #E0CB92 100%);
  background: linear-gradient(58deg, #C8B47F 0%, #E0CB92 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.736vw;
  line-height: 117.023%;
  text-transform: uppercase;
  font-family: var(--pobeda);
}
.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__box {
  margin-top: 5.556vw;
}
.results__box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.results__item {
  width: 16.667vw;
  position: relative;
  margin-bottom: 6vw;
  display: none;
  border-radius: 0.556vw 3.125vw 0.556vw 0.556vw;
  background: -o-linear-gradient(293deg, #144556 0%, #144556 100%);
  background: linear-gradient(157deg, #144556 0%, #144556 100%);
}
.results__item:nth-child(1), .results__item:nth-child(2), .results__item:nth-child(3), .results__item:nth-child(4), .results__item:nth-child(5), .results__item:nth-child(6), .results__item:nth-child(7), .results__item:nth-child(8), .results__item:nth-child(9), .results__item:nth-child(10) {
  display: block;
}
.results__item:nth-child(2n) {
  background: -o-linear-gradient(293deg, #38A2C6 0%, #1C85A8 100%);
  background: linear-gradient(157deg, #38A2C6 0%, #1C85A8 100%);
}
.results__item:nth-child(2n) .results__feedback {
  background: -o-linear-gradient(277deg, #FFF 0%, #EAEDF2 100%);
  background: linear-gradient(173deg, #FFF 0%, #EAEDF2 100%);
  -webkit-box-shadow: 0 0.236vw 0 0 #124C60;
          box-shadow: 0 0.236vw 0 0 #124C60;
}
.results__item:nth-child(2n) .results__feedback span {
  color: #1D85A8;
}
.results__item:nth-child(2n) .results__feedback img {
  -webkit-filter: none;
          filter: none;
}
.results__back {
  position: absolute;
  z-index: 1;
  background: #121721;
  border-radius: 0.486vw;
  width: 90%;
  height: 104%;
  top: -2%;
  left: 5%;
}
.results__main {
  position: relative;
  z-index: 2;
  background-size: 100% 100%;
  border-radius: 0.486vw;
  text-align: center;
  padding: 5.903vw 1.389vw 1.883vw;
}
.results__image {
  width: 6.944vw;
  height: 6.944vw;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -3.7vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: 100% 100%;
  background-size: cover;
  -webkit-box-shadow: 0 0 0 0.486vw rgba(181, 200, 206, 0.24);
          box-shadow: 0 0 0 0.486vw rgba(181, 200, 206, 0.24);
}
.results__name {
  font-weight: 700;
  font-size: 1.389vw;
  line-height: 150%;
  text-align: center;
  color: #fff;
  margin-bottom: 0.347vw;
  min-height: 4.167vw;
}
.results__inform {
  font-weight: 500;
  font-size: 0.972vw;
  line-height: 164%;
  letter-spacing: 0.04em;
  color: #87C1D4;
  margin-bottom: 1.25vw;
}
.results__insta {
  text-align: center;
  margin-top: 0.5vw;
  margin-bottom: 0.9vw;
  background: #18708D;
  border-radius: 0.556vw;
  padding: 0.5vw 0.8vw 0.5vw;
}
.results__insta span {
  display: inline-block;
  font-weight: 400;
  font-size: 0.811vw;
  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/5-screen/insta.svg);
  background-size: 100% 100%;
}
.results__before {
  background: #18708D;
  border-radius: 0.556vw;
  margin-bottom: 0.586vw;
  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: #87C1D4;
}
.results__before p {
  font-weight: 400;
  font-size: 3.256vw;
  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;
  font-weight: 700;
  font-family: var(--pobeda);
}
.results__after {
  border-radius: 0.556vw;
  background: -o-linear-gradient(266deg, #FFE0A3 0%, #F5BB48 100%);
  background: linear-gradient(184deg, #FFE0A3 0%, #F5BB48 100%);
  -webkit-box-shadow: 0 0.236vw 0 0 #D1AE67;
          box-shadow: 0 0.236vw 0 0 #D1AE67;
  margin-bottom: 1.736vw;
  padding: 0.8vw 0.8vw 0.6vw;
}
.results__after span {
  font-weight: 500;
  font-size: 0.972vw;
  line-height: 164%;
  letter-spacing: 0.04em;
  color: #7A5B1C;
}
.results__after p {
  font-weight: 700;
  font-family: var(--pobeda);
  font-size: 3.256vw;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #7A5B1C;
  margin-top: 0.486vw;
}
.results__feedback {
  background: -o-linear-gradient(277deg, #2CA1C9 0%, #1D85A8 100%);
  background: linear-gradient(173deg, #2CA1C9 0%, #1D85A8 100%);
  -webkit-box-shadow: 0 0.236vw 0 0 #124C60;
          box-shadow: 0 0.236vw 0 0 #124C60;
  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;
  -webkit-filter: grayscale(1) brightness(0) invert(1);
          filter: grayscale(1) brightness(0) invert(1);
}
.results__feedback span {
  font-weight: 700;
  font-size: 0.833vw;
  line-height: 1.2;
  letter-spacing: 0.515em;
  text-transform: uppercase;
  color: #fff;
  margin-left: 0.903vw;
}
.results__more {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.results__more.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.results__more span {
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 164%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #2DA2C9;
  margin-right: 1.042vw;
}
.results__more img {
  width: 1.319vw;
}
.results__more:hover {
  -webkit-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
          transform: translateY(-20%);
}
.results__box.flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.results__box.active .results__item {
  display: block;
}

.programm {
  padding: 5vw 0 13.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 {
  width: 48.611vw;
}
.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: 15%;
  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-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 0.417vw;
  background: #E8E8E9;
  transition: all 0.3s ease;
  padding: 0.694vw 0;
  text-align: center;
  margin-bottom: 2%;
}
.programm__tab.big {
  width: 31%;
}
.programm__tab p {
  color: #8E96A6;
  text-align: center;
  font-size: 0.972vw;
  font-style: normal;
  font-weight: 700;
  line-height: 189.023%;
}
.programm__tab.active {
  background: #2DA2C9;
}
.programm__tab.active p {
  color: #fff;
}
.programm__tab.full {
  width: 100%;
}
.programm__tab2 {
  display: none !important;
}
.programm__right {
  width: 100%;
  position: relative;
}
.programm__wrap {
  display: none;
  margin-top: 1.736vw;
}
.programm__wrap.active {
  display: block;
}
.programm__title {
  margin-bottom: 1.431vw;
}
.programm__title span {
  font-family: var(--pobeda);
  font-weight: 700;
  font-size: 4.514vw;
  line-height: 100%;
  text-transform: uppercase;
  color: #3C4042;
}
.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: #2BA2CA;
  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: #3C4042;
  margin-bottom: 1.189vw;
}
.programm__logo {
  width: 13.014vw;
  position: absolute;
  z-index: 1;
  right: 3.833vw;
  bottom: 0;
}
.programm__result {
  width: 29.514vw;
  border-radius: 0.833vw;
  background: -o-linear-gradient(248deg, #2CADD8 0%, #2BA2CA 100%);
  background: linear-gradient(202deg, #2CADD8 0%, #2BA2CA 100%);
  padding: 2.5vw 2.083vw;
  position: relative;
}
.programm__result span {
  color: #FFF;
  text-align: center;
  font-family: var(--pobeda);
  font-size: 2.917vw;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.programm__result p {
  color: #F2F4F9;
  font-size: 1.111vw;
  font-weight: 400;
  line-height: 165%;
  margin-top: 0.694vw;
  position: relative;
  z-index: 2;
}
.programm__btn {
  margin-top: 5vw;
}
.programm__wrapinside {
  width: 57.639vw;
  border-radius: 0.833vw;
  background: -o-linear-gradient(296deg, rgba(255, 255, 255, 0.3) 0%, #D0DEE3 100%);
  background: linear-gradient(154deg, rgba(255, 255, 255, 0.3) 0%, #D0DEE3 100%);
  padding: 2.5vw 2.917vw;
}
.programm__overlay {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.programm__plane {
  position: absolute;
  width: 56vw;
  right: -1vw;
  top: -7vw;
  z-index: 3;
  pointer-events: none;
}
.programm__btnbtn {
  margin-top: 2vw;
}
.programm__btnbtnbox {
  text-align: left;
}

.speaker {
  background: url(../img/14-screen/bg.jpg) center center/cover no-repeat;
  border-radius: 4.861vw;
  overflow: hidden;
}
.speaker .wrapper {
  padding: 5.903vw 0;
}
.speaker__man {
  width: 44.792vw;
  position: absolute;
  left: 0;
  bottom: 0;
}
.speaker__man img {
  display: block;
  width: 100%;
}
.speaker__info {
  width: 40.972vw;
  margin-right: 0;
  margin-left: auto;
}
.speaker__subtitle {
  color: #808488;
  font-size: 0.833vw;
  font-weight: 500;
  line-height: 133%;
  letter-spacing: 0.625vw;
  text-transform: uppercase;
  margin-bottom: 1.736vw;
}
.speaker__title {
  font-family: var(--pobeda);
  font-size: 7.639vw;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.229vw;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(rgba(26, 27, 29, 0.5)), color-stop(39.35%, #1A1B1D), color-stop(48.66%, #1A1B1D), color-stop(60.9%, #1A1B1D), to(rgba(178, 182, 190, 0)));
  background: -o-linear-gradient(left, rgba(26, 27, 29, 0.5) 0%, #1A1B1D 39.35%, #1A1B1D 48.66%, #1A1B1D 60.9%, rgba(178, 182, 190, 0) 100%);
  background: linear-gradient(90deg, rgba(26, 27, 29, 0.5) 0%, #1A1B1D 39.35%, #1A1B1D 48.66%, #1A1B1D 60.9%, rgba(178, 182, 190, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.694vw;
  padding-top: 10px;
}
.speaker__insta {
  padding: 1.25vw 2.083vw 0.486vw;
  background: url(../img/14-screen/insta.jpg) center center/cover no-repeat;
  border-radius: 0.833vw;
  margin-bottom: 0.833vw;
}
.speaker__insta span {
  color: #FFF;
  font-family: var(--pobeda);
  font-size: 4.965vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.149vw;
  text-transform: uppercase;
}
.speaker__insta p {
  color: #FFF;
  font-size: 1.111vw;
  font-style: normal;
  font-weight: 500;
  line-height: 158%;
  text-transform: uppercase;
  margin-left: 1.042vw;
}
.speaker__numbers.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.speaker__number {
  width: 49%;
  border-radius: 0.833vw;
  background: -o-linear-gradient(303deg, #F8C55F 0%, #EBB445 100%);
  background: linear-gradient(147deg, #F8C55F 0%, #EBB445 100%);
  text-align: center;
  padding: 1.181vw 2.083vw 1.736vw;
}
.speaker__number span {
  text-align: center;
  font-family: var(--pobeda);
  font-size: 9.028vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.271vw;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(#433313), color-stop(39.35%, #433313), color-stop(48.66%, #433313), color-stop(60.9%, #433313), to(rgba(67, 51, 19, 0)));
  background: -o-linear-gradient(left, #433313 0%, #433313 39.35%, #433313 48.66%, #433313 60.9%, rgba(67, 51, 19, 0) 100%);
  background: linear-gradient(90deg, #433313 0%, #433313 39.35%, #433313 48.66%, #433313 60.9%, rgba(67, 51, 19, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: -0.694vw;
}
.speaker__number p {
  color: #443414;
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 150%;
}
.speaker__number.blue {
  background: -o-linear-gradient(293deg, #38A2C6 0%, #1C85A8 100%);
  background: linear-gradient(157deg, #38A2C6 0%, #1C85A8 100%);
  vertical-align: middle;
}
.speaker__number.blue span {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), color-stop(39.35%, #FFF), color-stop(48.66%, #FFF), color-stop(60.9%, #FFF), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, #FFF 39.35%, #FFF 48.66%, #FFF 60.9%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, #FFF 39.35%, #FFF 48.66%, #FFF 60.9%, rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  vertical-align: middle;
}
.speaker__number.blue b {
  display: inline-block;
  color: #14556A;
  text-align: center;
  font-family: var(--pobeda);
  font-size: 2.708vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.082vw;
  text-transform: uppercase;
  vertical-align: middle;
  margin-left: 0.694vw;
}
.speaker__number.blue p {
  color: #fff;
}
.speaker__advabox {
  border-radius: 0.833vw 2.5vw 0.833vw 0.833vw;
  background: -o-linear-gradient(293deg, #3F4A4E 0%, #272F32 100%);
  background: linear-gradient(157deg, #3F4A4E 0%, #272F32 100%);
  margin-top: 0.833vw;
  padding: 1.806vw;
}
.speaker__advabox.border {
  border-radius: 0.833vw 0.833vw 0.833vw 0.833vw;
}
.speaker__advabox.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.speaker__adva {
  width: 48%;
}
.speaker__icon {
  width: 4.306vw;
  height: 4.306vw;
  border-radius: 50%;
  margin-right: 1.042vw;
  background: -o-linear-gradient(110deg, #D9DEE4 0%, #FFF 100%);
  background: linear-gradient(340deg, #D9DEE4 0%, #FFF 100%);
}
.speaker__icon.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.speaker__icon img {
  width: 50%;
}
.speaker__text {
  color: #FFF;
  font-size: 1.111vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.start {
  overflow: hidden;
  position: relative;
  border-radius: 0 0 5.556vw 5.556vw;
}
.start .wrapper {
  height: 100%;
}
.start__bg {
  display: block;
  width: 100%;
}
.start .wrapper {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.start__box {
  padding-top: 6.944vw;
}
.start__box.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.start__descr {
  width: 21.875vw;
  border-radius: 0.833vw 5.278vw 0.833vw 0.833vw;
  background: -o-linear-gradient(296deg, #FFF 0%, #D0DEE3 100%);
  background: linear-gradient(154deg, #FFF 0%, #D0DEE3 100%);
  padding: 19.792vw 2.083vw 1.042vw;
  position: relative;
  margin-top: 1.389vw;
}
.start__descr p {
  color: #46484D;
  font-size: 1.111vw;
  font-weight: 400;
  line-height: 150%;
}
.start__laptop {
  width: 31.944vw;
  position: absolute;
  left: -4.861vw;
  top: -6.597vw;
}
.start__man {
  width: 42.361vw;
  position: absolute;
  right: -4vw;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.start__manimg {
  width: 100%;
}
.start__instagram {
  border-radius: 0.625vw;
  background: -o-linear-gradient(43deg, #F9CC74 0%, #D96551 39.67%, #CC2B8F 66.81%, #6463D8 90.06%);
  background: linear-gradient(47deg, #F9CC74 0%, #D96551 39.67%, #CC2B8F 66.81%, #6463D8 90.06%);
  -webkit-backdrop-filter: blur(0.313vw);
          backdrop-filter: blur(0.313vw);
  position: absolute;
  z-index: 2;
  bottom: 16.319vw;
  left: 27.083vw;
  text-align: center;
  padding: 0.833vw 1.389vw 1.042vw;
}
.start__instagram img {
  width: 2.778vw;
}
.start__instagram span {
  color: #FFF;
  font-size: 0.903vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  display: block;
  margin-top: 0.694vw;
  text-align: center;
}
.start__info {
  margin-left: 3.125vw;
}
.start__subtitle {
  color: #FFF;
  font-size: 0.833vw;
  font-weight: 400;
  line-height: 1.146vw;
  letter-spacing: 0.806vw;
  text-transform: uppercase;
}
.start__title {
  font-family: var(--pobeda);
  font-size: 20.833vw;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  line-height: normal;
  margin-top: 0.694vw;
  margin-bottom: -2.083vw;
}
.start__text {
  display: inline-block;
  font-family: var(--pobeda);
  font-size: 10.764vw;
  font-weight: 700;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.start__controls {
  width: 100%;
}
.start__logo {
  width: 16.319vw;
  margin-left: 2.083vw;
}

.gifts {
  padding: 6.472vw 0 3vw;
}
.gifts__box {
  margin-top: 1.389vw;
}
.gifts__box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gifts__item {
  padding-top: 3.333vw;
  height: 47.917vw;
  width: 49%;
  border-radius: 0.833vw 5.278vw 0.833vw 0.833vw;
  background: -o-linear-gradient(296deg, #FFF 0%, #D0DEE3 100%);
  background: linear-gradient(154deg, #FFF 0%, #D0DEE3 100%);
  overflow: hidden;
  position: relative;
}
.gifts__item.black {
  border-radius: 5.278vw 0.833vw 0.833vw 0.833vw;
  background: -o-linear-gradient(293deg, #3F4A4E 0%, #272F32 100%);
  background: linear-gradient(157deg, #3F4A4E 0%, #272F32 100%);
}
.gifts__image {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.gifts__title {
  text-align: center;
}
.gifts__title.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gifts__title span {
  color: #3C4042;
  text-align: center;
  font-family: var(--pobeda);
  font-size: 8.333vw;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.417vw;
  text-transform: uppercase;
}
.gifts__title.white span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8.64%, #FFF), to(rgba(60, 64, 66, 0)));
  background: -o-linear-gradient(top, #FFF 8.64%, rgba(60, 64, 66, 0) 100%);
  background: linear-gradient(180deg, #FFF 8.64%, rgba(60, 64, 66, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gifts__x {
  color: #FFF;
  text-align: center;
  font-family: var(--pobeda);
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  border-radius: 0.417vw;
  background: #2DA2C9;
  padding: 0.694vw 0.347vw 0.347vw 0.694vw;
  margin-left: 0.486vw;
}
.gifts__bottom {
  width: 100%;
  margin-top: 3%;
  background: url(../img/18-screen/gift-3.jpg) center center/cover no-repeat;
  padding: 2.917vw 26.042vw 1.736vw 16.667vw;
  border-radius: 0.833vw;
  overflow: hidden;
}
.gifts__bottom span {
  color: #FFF;
  font-family: var(--pobeda);
  font-size: 5vw;
  font-weight: 700;
  line-height: 95.5%;
  letter-spacing: -0.25vw;
  text-transform: uppercase;
}
.gifts__bottom span b {
  color: #1B5467;
}
.gifts__bottom p {
  color: #FFF;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 156.5%;
  letter-spacing: 0.05vw;
  margin-left: 3vw;
}

.guide {
  background: url(../img/19-screen/bg.jpg) center top/cover no-repeat;
  padding: 11.111vw 0 6.25vw;
  border-radius: 5.556vw 5.556vw 0 0;
  position: relative;
  overflow: hidden;
}
.guide .wrapper {
  padding-left: 6.25vw;
}
.guide .title.mob {
  display: none;
}
.guide__titletext {
  padding-left: 4.861vw;
}
.guide__heli {
  display: none;
}
.guide__box {
  width: 50.347vw;
  padding: 2.431vw 16.667vw 1.736vw 2.778vw;
  border-radius: 0.833vw;
  background: -o-linear-gradient(283deg, #39B5DE 0%, #2BA2CA 100%);
  background: linear-gradient(167deg, #39B5DE 0%, #2BA2CA 100%);
  margin-bottom: 1.389vw;
  margin-top: 1.389vw;
}
.guide__book {
  position: absolute;
  pointer-events: none;
  width: 93.056vw;
  right: -6.25vw;
  top: -18.056vw;
}
.guide__title {
  color: #fff;
  font-family: var(--pobeda);
  font-size: 4.028vw;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.201vw;
  text-transform: uppercase;
}
.guide__title span {
  color: #195A70;
}
.guide__tabs {
  margin-bottom: 1.736vw;
}
.guide__tab {
  color: #3C4042;
  font-family: Inter;
  font-size: 1.111vw;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding: 0.833vw 1.806vw 0.972vw;
  border-radius: 0.833vw;
  background: #fff;
  margin-right: 0.556vw;
}
.guide__tab.black {
  color: #FFF;
  background: #3B464A;
}

.footer {
  padding: 2.083vw 0;
  background: #273033;
}
.footer__box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__logo {
  display: block;
  width: 15.625vw;
}
.footer__docs a {
  color: #8D8D8D;
  font-size: 0.972vw;
  font-weight: 500;
  line-height: 150%; /* 150% */
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.footer__contacts a {
  color: #FFF;
  font-size: 0.972vw;
  font-weight: 500;
  line-height: 150%;
}
.footer__info {
  color: #8D8D8D;
  text-align: right;
  font-size: 0.972vw;
  font-weight: 500;
  line-height: 150%;
}

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

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

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

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

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

.privacy__text a {
  color: #3C71F4;
}

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

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

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

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

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

.iti * {
  color: #000;
}

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

.popup-form {
  border-radius: 1.389vw;
  padding: 3.125vw;
  border-radius: 0.694vw;
  background: -o-linear-gradient(283deg, #39B5DE 0%, #2BA2CA 100%);
  background: linear-gradient(167deg, #39B5DE 0%, #2BA2CA 100%);
}

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

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

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

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

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

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

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

.thanks {
  background: url(../img/thanks.jpg) center center/cover no-repeat;
}
.thanks__box {
  min-height: 100vh;
  text-align: center;
  padding-top: 5vw;
}
.thanks__title {
  font-family: var(--pobeda);
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 4.861vw;
  margin-bottom: 2vw;
}
.thanks__subtitle {
  font-family: var(--pobeda);
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 3.472vw;
  margin-bottom: 2vw;
}
.thanks__btn {
  display: inline-block;
}

.howearn {
  position: relative;
  border-radius: 0 0 4.861vw 4.861vw;
  overflow: hidden;
  padding-bottom: 8.333vw;
}
.howearn__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.howearn .wrapper {
  z-index: 2;
}
.howearn .title {
  position: absolute;
  left: 54%;
  top: 1.389vw;
}
.howearn__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;
}
.howearn__col {
  width: 49%;
}
.howearn__col_2 {
  padding-top: 19.444vw;
}
.howearn__item {
  width: 100%;
  padding-top: 4.167vw;
  padding-left: 3.472vw;
  padding-right: 2.778vw;
  overflow: hidden;
  position: relative;
}
.howearn__item_1 {
  border-radius: 0.833vw 5.278vw 0.833vw 0.833vw;
  background: -o-linear-gradient(296deg, #FFF 0%, #D0DEE3 100%);
  background: linear-gradient(154deg, #FFF 0%, #D0DEE3 100%);
  padding-bottom: 25vw;
  margin-bottom: 2.222vw;
}
.howearn__item_2 {
  border-radius: 5.278vw 0.833vw 0.833vw 0.833vw;
  background: -o-linear-gradient(293deg, #3F4A4E 0%, #272F32 100%);
  background: linear-gradient(157deg, #3F4A4E 0%, #272F32 100%);
  padding-bottom: 18.75vw;
  margin-bottom: 2.222vw;
}
.howearn__item_3 {
  border-radius: 0.833vw 5.278vw 0.833vw 0.833vw;
  background: -o-linear-gradient(293deg, #38A2C6 0%, #1C85A8 100%);
  background: linear-gradient(157deg, #38A2C6 0%, #1C85A8 100%);
  padding-bottom: 25vw;
}
.howearn__item_4 {
  border-radius: 0.833vw 5.278vw 0.833vw 0.833vw;
  background: -o-linear-gradient(303deg, #F8C55F 0%, #EBB445 100%);
  background: linear-gradient(147deg, #F8C55F 0%, #EBB445 100%);
  padding-bottom: 25vw;
}
.howearn__number {
  color: #DEE8EC;
  font-family: var(--pobeda);
  font-size: 12.5vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.625vw;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: -0.556vw;
}
.howearn__number.blue {
  color: rgba(255, 255, 255, 0.18);
}
.howearn__number.dark {
  color: #4C595E;
}
.howearn__number.yellow {
  color: #E1B14E;
}
.howearn__info {
  padding-left: 9.722vw;
  margin-bottom: 2.222vw;
  position: relative;
  z-index: 2;
}
.howearn__title {
  color: #3C4042;
  font-family: var(--pobeda);
  font-size: 3.611vw;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.181vw;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.903vw;
}
.howearn__title.blue {
  color: #fff;
}
.howearn__text {
  color: #3C4042;
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 150%;
}
.howearn__text.blue {
  color: #fff;
}
.howearn__results {
  border-radius: 0.833vw;
  background: #ACC1C8;
  text-align: center;
  position: relative;
  z-index: 2;
}
.howearn__results.blue {
  background: #1E7F9F;
}
.howearn__results.transparent {
  background: rgba(72, 86, 90, 0.16);
  -webkit-backdrop-filter: blur(1.181vw);
          backdrop-filter: blur(1.181vw);
}
.howearn__results.yellow {
  background: #B68B32;
}
.howearn__duration {
  padding-top: 1.111vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0.833vw;
}
.howearn__duration p {
  color: #4C585C;
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 1.042vw;
}
.howearn__duration span {
  color: #4C585C;
  font-family: var(--pobeda);
  font-size: 6.458vw;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.313vw;
  text-transform: uppercase;
}
.howearn__duration.blue {
  background: #2BA2CA;
}
.howearn__duration.blue p, .howearn__duration.blue span {
  color: #fff;
}
.howearn__duration.small {
  width: 13.889vw;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}
.howearn__duration.dark {
  background: #48565A;
}
.howearn__duration.dark p, .howearn__duration.dark span {
  color: #fff;
}
.howearn__duration.yellow {
  background: #F6C769;
}
.howearn__duration.yellow p, .howearn__duration.yellow span {
  color: #88692B;
}
.howearn__resultspec {
  padding-top: 1.111vw;
  width: 11.806vw;
  border-radius: 0.833vw;
  background: #B8CFD7;
}
.howearn__resultspec p {
  color: #4C585C;
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 1.042vw;
}
.howearn__resultspec span {
  color: #4C585C;
  font-family: var(--pobeda);
  font-size: 6.458vw;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.319vw;
  text-transform: uppercase;
}
.howearn__result {
  margin-top: 1.042vw;
  border-radius: 0.833vw;
  background: #EAF5F9;
  text-align: center;
  padding-top: 1.111vw;
  position: relative;
  z-index: 2;
}
.howearn__result.index {
  z-index: 1;
}
.howearn__result p {
  color: #2DA2C9;
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0.833vw;
}
.howearn__result span {
  color: #2DA2C9;
  font-family: var(--pobeda);
  font-size: 6.458vw;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.313vw;
  text-transform: uppercase;
}
.howearn__result.dark {
  background: #38A3C6;
}
.howearn__result.dark p, .howearn__result.dark span {
  color: #fff;
}
.howearn__image {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.sale {
  padding: 6.944vw 0 3.472vw;
}
.sale__box {
  background: url(../img/2-screen/bg.jpg) center center/cover no-repeat;
  border-radius: 0.833vw;
  padding: 5.208vw 7.639vw 5.208vw 5.208vw;
}
.sale__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;
}
.sale__left {
  width: 26.042vw;
}
.sale__left p {
  color: #fff;
  font-size: 4.722vw;
  font-weight: 700;
  font-family: var(--pobeda);
}
.sale__left p:last-child {
  font-size: 5.972vw;
}
.sale__left span {
  color: #FFB92E;
  font-size: 10.764vw;
  font-weight: 700;
  font-family: var(--pobeda);
}
.sale__payment {
  border-radius: 0.556vw;
  background: #227D9C;
  padding: 1.111vw;
  margin-top: 1.389vw;
  margin-bottom: 1.389vw;
}
.sale__pay {
  display: block;
  height: 1.528vw;
  width: auto;
  margin-right: 1.389vw;
}
.sale__pay:nth-child(2) {
  height: 1.181vw;
}
.sale__text {
  color: #E7EBF0;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 140%;
}

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

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

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

.countdown ul li {
  text-align: center;
  display: block;
  font-weight: 700;
  font-size: 2.222vw;
  font-family: var(--pobeda);
  color: #fff;
  margin: 0 1vw;
  position: relative;
}

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

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

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

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

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

.foryou {
  padding-top: 5.556vw;
  padding-bottom: 4.861vw;
}
.foryou__box {
  overflow-x: scroll;
  margin-top: 2.5vw;
}
.foryou__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 113.889vw;
}
.foryou__item {
  width: 27.083vw;
  padding: 2.639vw 1.389vw 11.806vw 2.222vw;
  position: relative;
  border-radius: 0.833vw 4.167vw 0.833vw 0.833vw;
  overflow: hidden;
  margin: 0 0.694vw;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.foryou__item.grey {
  background: #F6F7F8;
}
.foryou__item.grey .foryou__title {
  color: #2A2C2D;
}
.foryou__item.grey .foryou__descr {
  color: #2A2C2D;
}
.foryou__item.grey .foryou__descr:before {
  background: #2F98BB;
}
.foryou__item.grey .foryou__man {
  background: #E5E7E9;
}
.foryou__item.grey .foryou__maninfo span, .foryou__item.grey .foryou__maninfo p {
  color: #2A2C2D;
}
.foryou__item.grey .foryou__before {
  background: #536368;
}
.foryou__item.grey .foryou__before span, .foryou__item.grey .foryou__before p {
  color: #F2F4F9;
}
.foryou__item.grey .foryou__after {
  background: #2F98BB;
}
.foryou__item.grey .foryou__after span, .foryou__item.grey .foryou__after p {
  color: #fff;
}
.foryou__item.blue {
  background: -o-linear-gradient(293deg, #38A2C6 0%, #1C85A8 100%);
  background: linear-gradient(157deg, #38A2C6 0%, #1C85A8 100%);
}
.foryou__item.blue .foryou__title {
  color: #FFF;
}
.foryou__item.blue .foryou__descr {
  color: #fff;
}
.foryou__item.blue .foryou__descr:before {
  background: #F8C55F;
}
.foryou__item.blue .foryou__man {
  background: #3AA8CD;
}
.foryou__item.blue .foryou__maninfo span, .foryou__item.blue .foryou__maninfo p {
  color: #fff;
}
.foryou__item.blue .foryou__before {
  background: #1A6781;
}
.foryou__item.blue .foryou__before span, .foryou__item.blue .foryou__before p {
  color: #F2F4F9;
}
.foryou__item.blue .foryou__after {
  background: #F8C55F;
}
.foryou__item.blue .foryou__after span, .foryou__item.blue .foryou__after p {
  color: #614C22;
}
.foryou__item.dark {
  background: -o-linear-gradient(293deg, #3F4A4E 0%, #272F32 100%);
  background: linear-gradient(157deg, #3F4A4E 0%, #272F32 100%);
}
.foryou__item.dark .foryou__title {
  color: #fff;
}
.foryou__item.dark .foryou__descr {
  color: #fff;
}
.foryou__item.dark .foryou__descr:before {
  background: #F8C55F;
}
.foryou__item.dark .foryou__man {
  background: #414F52;
}
.foryou__item.dark .foryou__maninfo span, .foryou__item.dark .foryou__maninfo p {
  color: #fff;
}
.foryou__item.dark .foryou__before {
  background: #1C2224;
}
.foryou__item.dark .foryou__before span, .foryou__item.dark .foryou__before p {
  color: #F2F4F9;
}
.foryou__item.dark .foryou__after {
  background: #2F98BB;
}
.foryou__item.dark .foryou__after span, .foryou__item.dark .foryou__after p {
  color: #fff;
}
.foryou__item.yellow {
  background: -o-linear-gradient(303deg, #F8C55F 0%, #EBB445 100%);
  background: linear-gradient(147deg, #F8C55F 0%, #EBB445 100%);
}
.foryou__item.yellow .foryou__title {
  color: #614C22;
}
.foryou__item.yellow .foryou__descr {
  color: #614C22;
}
.foryou__item.yellow .foryou__descr:before {
  background: #2F98BB;
}
.foryou__item.yellow .foryou__man {
  background: #FFCB64;
}
.foryou__item.yellow .foryou__maninfo span, .foryou__item.yellow .foryou__maninfo p {
  color: #2A2C2D;
}
.foryou__item.yellow .foryou__before {
  background: #A17B2D;
}
.foryou__item.yellow .foryou__before span, .foryou__item.yellow .foryou__before p {
  color: #F2F4F9;
}
.foryou__item.yellow .foryou__after {
  background: #2F98BB;
}
.foryou__item.yellow .foryou__after span, .foryou__item.yellow .foryou__after p {
  color: #fff;
}
.foryou__title {
  font-family: var(--pobeda);
  font-size: 3.75vw;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.188vw;
  text-transform: uppercase;
  margin-bottom: 0.417vw;
  display: block;
}
.foryou__descr {
  position: relative;
  padding-left: 1.944vw;
  font-size: 0.972vw;
  font-weight: 400;
  line-height: 150%;
}
.foryou__descr:before {
  content: "";
  height: 2.778vw;
  width: 0.556vw;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.foryou__image {
  height: 10vw;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.foryou__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.foryou__man {
  padding: 0.556vw 0.833vw;
  border-radius: 0.556vw;
  margin-top: 1.667vw;
}
.foryou__user {
  width: 4.861vw;
  height: 4.861vw;
  border-radius: 50%;
  border: 0.278vw solid rgba(181, 200, 206, 0.24);
  overflow: hidden;
  margin-right: 0.833vw;
}
.foryou__user img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.foryou__maninfo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.foryou__maninfo span {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 150%;
}
.foryou__maninfo p {
  font-size: 0.903vw;
  font-weight: 400;
  line-height: 150%;
}
.foryou__before {
  padding: 1.111vw 1.389vw;
  border-radius: 0.556vw;
  margin-top: 0.833vw;
}
.foryou__before span {
  font-size: 1.111vw;
  font-weight: 700;
  line-height: 150%;
}
.foryou__before p {
  margin-top: 0.694vw;
  font-size: 0.972vw;
  font-weight: 400;
  line-height: 150%;
}
.foryou__after {
  padding: 1.111vw 1.389vw;
  border-radius: 0.556vw;
  margin-top: 0.833vw;
}
.foryou__after span {
  font-size: 1.111vw;
  font-weight: 700;
  line-height: 150%;
}
.foryou__after p {
  margin-top: 0.694vw;
  font-size: 0.972vw;
  font-weight: 400;
  line-height: 150%;
}

.tarifs {
  border-radius: 5.278vw;
  background: -o-linear-gradient(293deg, #38A2C6 0%, #1C85A8 100%);
  background: linear-gradient(157deg, #38A2C6 0%, #1C85A8 100%);
  padding: 6.25vw 0 0;
  position: relative;
  z-index: 2;
}
.tarifs__box {
  margin-top: 11.806vw;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
}
.tarifs__box.big {
  padding-left: 2.25vw;
  padding-right: 2.25vw;
}
.tarifs__box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.tarifs__item {
  width: 32%;
  position: relative;
}
.tarifs__item.small{
  width: 24%;
}
.tarifs__image {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -13.889vw;
  width: 140%;
  z-index: 3;
}
.tarifs__image_1 {
  width: 150%;
}
.tarifs__image_2 {
  width: 150%;
}
.tarifs__image_3 {
  width: 150%;
}
.tarifs__module {
  padding-top: 17.2vw;
  padding-left: 1.875vw;
  padding-right: 1.875vw;
  padding-bottom: 9vw;
  position: relative;
  z-index: 2;
}
.tarifs__item .tarifs__module{
  padding-top: 11.2vw;
}
.tarifs__module:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.833vw 5.278vw 0.833vw 0.833vw;
  background: -o-linear-gradient(293deg, #3F4A4E 0%, #272F32 100%);
  background: linear-gradient(157deg, #3F4A4E 0%, #272F32 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: 0.928vw;
  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/8-screen/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/8-screen/close.svg);
}
.tarifs__modulelist li.blue:before {
  background-image: url(../img/8-screen/blue.svg);
}
.tarifs__modulelist li.yellow:before {
  background-image: url(../img/8-screen/yellow.svg);
}
.tarifs__tarif {
  border-radius: 0.486vw;
  position: relative;
  top: -5.778vw;
  padding: 2.083vw 1.875vw;
  z-index: 4;
  background: -o-linear-gradient(240deg, #3D484C 0%, #1C2325 100%);
  background: linear-gradient(210deg, #3D484C 0%, #1C2325 100%);
  border-radius: 0.833vw 5.278vw 0.833vw 0.833vw;
  padding-bottom: 29.167vw;
}
.tarifs__tarif.second {
  background: -o-linear-gradient(242deg, #1D85A8 0%, #39A3C6 100%);
  background: linear-gradient(208deg, #1D85A8 0%, #39A3C6 100%);
}
.tarifs__tarif.third {
  background: -webkit-gradient(linear, left top, left bottom, from(#F4C23D), to(#F4C23D));
  background: -o-linear-gradient(top, #F4C23D 0%, #F4C23D 100%);
  background: linear-gradient(180deg, #F4C23D 0%, #F4C23D 100%);
}
.tarifs__tariftitle {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 156%;
  color: #FFFFFF;
  padding-bottom: 1.458vw;
  margin-bottom: 2.292vw;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.tarifs__tariftitle.dark {
  color: #2D250F;
  border-bottom: 1px solid rgba(45, 37, 15, 0.29);
}
.tarifs__tariflist li {
  padding-left: 1.944vw;
  position: relative;
  font-weight: 400;
  font-size: 0.928vw;
  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/8-screen/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/8-screen/close.svg);
}
.tarifs__tariflist li.inactive.white:before {
  background-image: url(../img/8-screen/white.svg);
}
.tarifs__tariflist li.dark {
  color: #2D250F;
}
.tarifs__tariflist li.dark:before {
  background-image: url(../img/8-screen/black.svg);
}
.tarifs__main {
  background: -o-linear-gradient(240deg, #3D484C 0%, #1C2325 100%);
  background: linear-gradient(210deg, #3D484C 0%, #1C2325 100%);
  padding: 2.569vw 0 3.472vw;
  border-radius: 0.833vw 5.278vw 0.833vw 0.833vw;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tarifs__old {
  font-family: var(--pobeda);
  font-size: 3.472vw;
  font-weight: 700;
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.3);
}
.tarifs__amount {
  border-radius: 0.833vw;
  background: #3B484B;
  padding: 1.25vw 2.778vw;
  margin-bottom: 1.389vw;
}
.tarifs__amount img {
  width: 1.667vw;
  margin-right: 0.417vw;
}
.tarifs__amount span {
  font-size: 1.111vw;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
}
.tarifs__new {
  font-family: var(--pobeda);
  font-size: 6.944vw;
  font-weight: 700;
  color: #FFF;
  letter-spacing: -0.382vw;
  text-transform: uppercase;
}
.tarifs__new.small{
  font-size: 4.944vw;
}
.tarifs__new b {
  color: rgba(255, 255, 255, 0.3);
}
.tarifs__btn{
  letter-spacing: initial !important;
}
.tarifs__btn{
  width: 90%;
}
.tarifs__btn.norm{
  width: 86%;
  letter-spacing: 0.2vw;
  margin-bottom: 15px;
}
.tarifs__btn.norm.blue.bordered{
  border: 2px solid #2da2c9;
  color: #2da2c9;
  background: none;
  box-shadow: 0 0 0 0;
}
.tarifs__btn.norm.white.bordered{
  border: 2px solid #fff;
  color: #fff;
  background: none;
  box-shadow: 0 0 0 0;
}
.tarifs__btn.norm.bordered{
  border: 2px solid #FFE0A3;
  color: #FFE0A3;
  background: none;
  box-shadow: 0 0 0 0;
}
.tarifs__tarif.norm{
  padding-bottom: 47.17vw;
}

.lising {
  position: relative;
  margin-top: 10.417vw;
  padding-bottom: 3.472vw;
}
.lising__title {
  color: #FFF;
  font-size: 7.639vw;
  font-weight: 400;
  line-height: 109%;
  letter-spacing: -0.382vw;
  text-transform: uppercase;
  font-family: var(--pobeda);
  -webkit-transform: rotate(-4.89deg);
      -ms-transform: rotate(-4.89deg);
          transform: rotate(-4.89deg);
  position: absolute;
  left: 65%;
  top: 15%;
}
.lising__bg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.lising__box {
  position: relative;
  padding-left: 20.139vw;
}
.lising__checkout {
  position: absolute;
  width: 29.167vw;
  z-index: 1;
  left: 3.472vw;
  top: -2.639vw;
}
.lising__info {
  width: 31.944vw;
  position: relative;
  padding-bottom: 18.75vw;
  z-index: 3;
}
.lising__infobox {
  border-radius: 0.833vw;
  background: -o-linear-gradient(277deg, #FFF 0%, #E0E6EA 100%);
  background: linear-gradient(173deg, #FFF 0%, #E0E6EA 100%);
  padding: 2.778vw 3.472vw 2.361vw;
  z-index: 2;
  position: relative;
}
.lising__perc {
  font-family: var(--pobeda);
  color: #3C4042;
  font-size: 4.444vw;
  font-weight: 700;
  line-height: 77.861%;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 1.736vw;
}
.lising__perc b {
  color: #1D85A8;
}
.lising__pay {
  margin-top: 2.083vw;
}
.lising__pay.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lising__pay img {
  display: block;
  height: 2.083vw;
  width: auto;
  margin-right: 0.694vw;
}
.lising__pay p {
  color: #333637;
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 150%;
}
.lising__btn {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.lising__terms {
  position: absolute;
  top: 15.972vw;
  left: 0;
  width: 100%;
}
.lising__terms.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lising__term {
  padding: 6.944vw 0 2.431vw;
  padding-left: 0.694vw;
  width: 31%;
  text-align: center;
  border-radius: 0.556vw;
  background: #126A88;
  -webkit-box-shadow: 0.921vw 0.921vw 0.556vw 0 rgba(21, 101, 129, 0.26);
          box-shadow: 0.921vw 0.921vw 0.556vw 0 rgba(21, 101, 129, 0.26);
}
.lising__term_1 {
  background: #135D76;
}
.lising__term span {
  font-family: var(--pobeda);
  color: #FFF;
  font-size: 8.819vw;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.438vw;
  text-transform: uppercase;
}
.lising__term p {
  font-family: var(--pobeda);
  color: #359BBE;
  font-size: 2.014vw;
  font-weight: 700;
  line-height: 118.645%;
  text-transform: uppercase;
}
.lising__term_2 {
  position: relative;
  top: -1.042vw;
}

.motivation {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 4.861vw 4.861vw;
  position: relative;
  top: -6vw;
}
.motivation__bg {
  display: block;
  width: 100%;
}
.motivation__box {
  position: absolute;
  z-index: 2;
  left: 4.861vw;
  bottom: 15.278vw;
  width: 50.694vw;
  border-radius: 0.833vw 5.278vw 0.833vw 0.833vw;
  background: -o-linear-gradient(298deg, #FFF 0%, #D0DFE4 100%);
  background: linear-gradient(152deg, #FFF 0%, #D0DFE4 100%);
  padding: 3.472vw 2.083vw 8.681vw 3.472vw;
}
.motivation__logo {
  width: 15.625vw;
  margin-right: 2.083vw;
}
.motivation__subtitle {
  color: #5E6267;
  font-size: 0.833vw;
  font-weight: 400;
  line-height: 133%;
  letter-spacing: 0.625vw;
  text-transform: uppercase;
}
.motivation__title {
  color: #4E5356;
  font-family: var(--pobeda);
  font-size: 4.444vw;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.222vw;
  text-transform: uppercase;
  margin-top: 2.778vw;
}
.motivation__btn {
  letter-spacing: 0;
  font-size: 1.111vw;
  text-transform: none;
  padding: 1.736vw 2.431vw;
  font-weight: 400;
  margin-top: 2.083vw;
}
.motivation__left {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}
.motivation__man {
  position: absolute;
  width: 45.139vw;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}

picture {
  display: block;
}

picture img {
  width: 100%;
}

.faq {
  padding: 10.417vw 0 6.944vw;
}
.faq .title.mob {
  display: none !important;
}
.faq__item {
  padding: 0.694vw 0;
  padding-bottom: 0;
  border-radius: 0.833vw;
  background: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 1.667vw;
}
.faq__item.active {
  background: -o-linear-gradient(293deg, #38A2C6 0%, #1C85A8 100%);
  background: linear-gradient(157deg, #38A2C6 0%, #1C85A8 100%);
}
.faq__item.active .faq__close {
  background: #FFB92E;
}
.faq__item.active .faq__info {
  opacity: 1;
}
.faq__heading {
  border-radius: 0.833vw;
  background: #F6F7F8;
  padding: 2.361vw 7.917vw 2.361vw 5.556vw;
  position: relative;
}
.faq__close {
  width: 5vw;
  height: 5vw;
  border-radius: 1.042vw;
  background: #1E86A9;
  color: #FFF;
  text-align: center;
  font-size: 2.083vw;
  font-weight: 700;
  line-height: 156.5%;
  letter-spacing: 0.083vw;
  background: #1E86A9;
  padding-left: 0.139vw;
  padding-bottom: 0.139vw;
  cursor: pointer;
  position: absolute;
  right: 2.778vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__close.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__title {
  color: #242425;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 156.5%;
  position: relative;
}
.faq__title:before {
  content: "•";
  color: #1E86A9;
  font-size: 1.528vw;
  font-weight: 400;
  line-height: 156.5%;
  letter-spacing: 0.061vw;
  position: absolute;
  left: -2.778vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq__info {
  padding: 2.778vw 13.889vw 4.514vw 5.903vw;
  display: none;
  opacity: 0;
}
.faq__icon {
  width: 4.861vw;
  height: 4.861vw;
  border-radius: 50%;
  overflow: hidden;
  border: 0.208vw solid rgba(255, 255, 255, 0.54);
  margin-right: 1.389vw;
}
.faq__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.faq__descr span {
  color: #FFF;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 170%;
}
.faq__descr p {
  color: #FFF;
  font-size: 0.972vw;
  font-weight: 400;
  line-height: 170%;
}
.faq__text {
  color: #FFF;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 170%;
  margin-top: 1.667vw;
}

.last {
  background: url(../img/16-screen/bg.jpg);
  padding-top: 6.944vw;
  border-radius: 4.861vw 4.861vw 0 0;
  overflow: hidden;
}
.last__box.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.last__subtitle {
  color: #FFF;
  font-size: 0.833vw;
  font-weight: 500;
  line-height: 139%;
  letter-spacing: 1.528vw;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 100%;
}
.last__title {
  margin-top: 1.389vw;
  color: #FFF;
  font-family: var(--pobeda);
  font-size: 7.639vw;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.382vw;
  text-transform: uppercase;
  margin-bottom: 3.333vw;
  text-align: center;
}
.last__telegram {
  padding: 3.333vw 1.736vw 3.472vw 2.361vw;
  background: #1D83A6;
  width: 27.778vw;
  border-radius: 5.278vw 0.833vw 0.833vw 0.833vw;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.last__icon {
  width: 6.944vw;
  margin-left: -0.694vw;
}
.last__icon img {
  display: block;
  width: 100%;
}
.last__teleg {
  position: relative;
  z-index: 1;
}
.last__teleg span {
  color: #FFF;
  font-family: var(--pobeda);
  font-size: 2.917vw;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: -0.146vw;
  text-transform: uppercase;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.last__text {
  color: #FFF;
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 150%;
  margin-top: 1.389vw;
}
.last__btn {
  padding-left: 2.083vw;
  padding-right: 2.083vw;
  margin-top: 15.278vw;
  position: relative;
  z-index: 1;
  display: block;
}
.last__mobile {
  position: absolute;
  left: 5%;
  bottom: -6.944vw;
  width: 90%;
}
.last__right {
  width: 51.042vw;
  margin-left: 1.736vw;
}
.last__cont {
  width: 100%;
  border-radius: 0.833vw;
  background: rgba(22, 107, 136, 0.7);
  -webkit-backdrop-filter: blur(1.111vw);
          backdrop-filter: blur(1.111vw);
  padding: 2.778vw;
  padding-bottom: 2.083vw;
  padding-left: 2.083vw;
  position: relative;
  z-index: 3;
}
.last__cont.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.last__img {
  position: absolute;
  width: 89.583vw;
  left: 4.861vw;
  bottom: -6.111vw;
}
.last__potik {
  text-align: center;
  position: relative;
  width: 11vw;
}
.last__potik span {
  background: -o-linear-gradient(32deg, #C8B47F 0%, #E0CB92 100%);
  background: linear-gradient(58deg, #C8B47F 0%, #E0CB92 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 6.25vw;
  line-height: 0.8;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--pobeda);
  margin-right: -0.208vw;
}
.last__potik p {
  background: -o-linear-gradient(32deg, #C8B47F 0%, #E0CB92 100%);
  background: linear-gradient(58deg, #C8B47F 0%, #E0CB92 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.736vw;
  line-height: 117.023%;
  text-transform: uppercase;
  font-family: var(--pobeda);
}
.last__olive_1 {
  position: absolute;
  width: 1.736vw;
  left: 1.528vw;
  top: 0.208vw;
}
.last__olive_2 {
  position: absolute;
  width: 1.736vw;
  right: 1.736vw;
  top: 0.208vw;
}
.last__date span {
  font-family: var(--pobeda);
  color: #fff;
  color: #FFF;
  text-align: center;
  font-family: var(--pobeda);
  font-size: 7.5vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-right: 0.5vw;
}
.last__date p {
  color: #8FC9DA;
  text-align: center;
  font-family: var(--pobeda);
  font-size: 2.986vw;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: -0.833vw;
}
.last__money {
  position: absolute;
  width: 24.306vw;
  right: -5.556vw;
  bottom: -9.722vw;
}

.ourcourse {
  padding-top: 5.556vw;
  padding-bottom: 3.472vw;
}
.ourcourse__box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ourcourse__item {
  border-radius: 1.389vw 5.278vw 1.389vw 1.389vw;
  background: #F6F7F8;
  padding: 1.389vw;
  width: 49%;
  margin-bottom: 1.389vw;
}
.ourcourse__item.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ourcourse__image {
  width: 11.806vw;
  height: 22.222vw;
  border-radius: 0.833vw;
  background: -o-linear-gradient(296deg, #37B5DF 0%, #2DA2C9 100%);
  background: linear-gradient(154deg, #37B5DF 0%, #2DA2C9 100%);
  position: relative;
  overflow: hidden;
  padding-bottom: 0.694vw;
}
.ourcourse__image.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ourcourse__image img {
  width: 5.139vw;
}
.ourcourse__image span {
  text-align: center;
  font-family: var(--pobeda);
  font-size: 11.458vw;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.556vw;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 50%;
  bottom: -6.25vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ourcourse__image.full img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.ourcourse__image.black {
  background: -o-linear-gradient(293deg, #3F4A4E 0%, #272F32 100%);
  background: linear-gradient(157deg, #3F4A4E 0%, #272F32 100%);
}
.ourcourse__image.grey {
  background: -o-linear-gradient(296deg, #FFF 0%, #D0DEE3 100%);
  background: linear-gradient(154deg, #FFF 0%, #D0DEE3 100%);
}
.ourcourse__image.yellow {
  background: -o-linear-gradient(303deg, #F8C55F 0%, #EBB445 100%);
  background: linear-gradient(147deg, #F8C55F 0%, #EBB445 100%);
}
.ourcourse__image.yellow span {
  background: -webkit-gradient(linear, left top, left bottom, from(#AA8233), to(rgba(170, 130, 51, 0)));
  background: -o-linear-gradient(top, #AA8233 0%, rgba(170, 130, 51, 0) 100%);
  background: linear-gradient(180deg, #AA8233 0%, rgba(170, 130, 51, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ourcourse__info {
  margin-left: 2.431vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ourcourse__info span {
  color: #3C4042;
  font-family: var(--pobeda);
  font-size: 2.917vw;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: -0.146vw;
  text-transform: uppercase;
}
.ourcourse__info p {
  color: #5B5F63;
  font-size: 0.972vw;
  font-weight: 500;
  line-height: 150%;
  margin-top: 1.111vw;
}

.market {
  padding: 0 3.472vw;
  position: relative;
  padding-bottom: 13.194vw;
}
.market__bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.market__box {
  border-radius: 5.486vw;
  background: -o-linear-gradient(289deg, #F4F8F9 0%, #D0DEE3 100%);
  background: linear-gradient(161deg, #F4F8F9 0%, #D0DEE3 100%);
  padding: 3.819vw 5.556vw 29.167vw;
}
.market__head {
  margin-bottom: 4.861vw;
}
.market__head.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.market__title {
  color: #3C4042;
  font-family: var(--pobeda);
  font-size: 7.639vw;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.382vw;
  text-transform: uppercase;
  text-align: right;
  padding-top: 1.736vw;
}
.market__flag {
  width: 14.583vw;
  height: 13.889vw;
  border-radius: 0.833vw;
  overflow: hidden;
}
.market__flag img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.market__socinfo {
  border-radius: 0.833vw;
  background: -o-linear-gradient(277deg, #37B5DF 0%, #2DA2C9 100%);
  background: linear-gradient(173deg, #37B5DF 0%, #2DA2C9 100%);
  padding: 1.319vw;
}
.market__socinfo p {
  color: #FFF;
  font-size: 0.972vw;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0.972vw;
}
.market__soc img {
  width: 2.639vw;
  margin-right: 0.278vw;
}
.market__iban {
  margin-top: 0.694vw;
}
.market__iban.flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.market__iban img {
  display: block;
  width: 7.639vw;
}
.market__iban span {
  color: #FFF;
  font-size: 0.972vw;
  font-weight: 700;
  line-height: 150%;
  margin-left: -1.042vw;
}
.market__graph {
  width: 100%;
  position: relative;
}
.market__graphimage {
  width: 100%;
  display: block;
}
.market__stats {
  width: 47.917vw;
  border-radius: 0.833vw;
  background: #F6F7F8;
  padding: 1.389vw;
  -webkit-transform: rotate(-2.29deg);
      -ms-transform: rotate(-2.29deg);
          transform: rotate(-2.29deg);
  position: absolute;
  left: 0;
  top: 0;
}
.market__stats.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;
}
.market__number {
  color: #2DA2C9;
  font-family: var(--pobeda);
  font-size: 7.083vw;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.313vw;
  text-transform: uppercase;
  margin-right: 0.694vw;
}
.market__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.market__info span {
  color: #3C4042;
  font-family: var(--pobeda);
  font-size: 2.917vw;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.131vw;
  text-transform: uppercase;
}
.market__info p {
  margin-top: 1.042vw;
  color: #1A1B1D;
  font-size: 1.111vw;
  font-weight: 400;
  line-height: 150%;
}
.market__carl {
  width: 9.722vw;
  height: 11.806vw;
  border-radius: 0.833vw;
  background: #F6F7F8;
  overflow: hidden;
}
.market__carl picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.market__cursor {
  display: none;
}

.interview {
  position: relative;
  padding-top: 6.25vw;
  padding-bottom: 6.944vw;
}
.interview__box {
  padding: 0 6.25vw;
}
.interview__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;
}
.interview__lamp {
  width: 13.194vw;
  position: absolute;
  left: 0;
  top: -2.778vw;
  z-index: 2;
  pointer-events: none;
}
.interview__left {
  position: relative;
  overflow: hidden;
  width: 39.583vw;
  padding: 3.472vw;
  border-radius: 0.833vw 5.278vw 0.833vw 0.833vw;
  background: -o-linear-gradient(296deg, #FFF 0%, #D0DEE3 100%);
  background: linear-gradient(154deg, #FFF 0%, #D0DEE3 100%);
  margin-bottom: 1.111vw;
}
.interview__result {
  margin-bottom: 2.083vw;
}
.interview__logo {
  width: 6.25vw;
  margin-right: 1.042vw;
}
.interview__descr {
  color: #3C4042;
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 156.5%;
  letter-spacing: 0.044vw;
}
.interview__camera {
  width: 24.306vw;
  position: absolute;
  right: 0;
  bottom: 0;
}
.interview__item {
  width: 22.264vw;
  margin-bottom: 1.111vw;
}
.interview__item.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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.interview__item.small {
  width: 21.181vw;
}
.interview__item.yellow .interview__shadow {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 217, 217, 0)), to(#FFC759));
  background: -o-linear-gradient(top, rgba(217, 217, 217, 0) 0%, #FFC759 100%);
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #FFC759 100%);
}
.interview__item.yellow .interview__name {
  background: #FFB92E;
  color: #4B3810;
}
.interview__item.yellow .interview__play {
  background: -o-linear-gradient(72deg, #2DA2C9 0%, #3CB5DE 100%);
  background: linear-gradient(18deg, #2DA2C9 0%, #3CB5DE 100%);
}
.interview__item.yellow .interview__play:before {
  -webkit-animation: pulse4 1.3s infinite;
          animation: pulse4 1.3s infinite;
  background: -o-linear-gradient(47.09deg, rgba(45, 162, 201, 0.4) 13.35%, rgba(45, 162, 201, 0.4) 87.87%);
  background: linear-gradient(42.91deg, rgba(45, 162, 201, 0.4) 13.35%, rgba(45, 162, 201, 0.4) 87.87%);
}
.interview__item.yellow .interview__play:after {
  -webkit-animation: pulse3 1.3s infinite;
          animation: pulse3 1.3s infinite;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  background: -o-linear-gradient(47.09deg, rgba(45, 162, 201, 0.4) 13.35%, rgba(45, 162, 201, 0.4) 87.87%);
  background: linear-gradient(42.91deg, rgba(45, 162, 201, 0.4) 13.35%, rgba(45, 162, 201, 0.4) 87.87%);
}
.interview__image {
  display: block;
  width: 100%;
  height: 37.847vw;
  border-radius: 0.833vw 5.278vw 0.833vw 0.833vw;
  background: #D9D9D9;
  overflow: hidden;
  position: relative;
}
.interview__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.interview__shadow {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 217, 217, 0)), to(#2DA2C9));
  background: -o-linear-gradient(top, rgba(217, 217, 217, 0) 0%, #2DA2C9 100%);
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #2DA2C9 100%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.interview__info {
  border-radius: 0.833vw;
  background: #F6F7F8;
  padding: 2.083vw;
  color: #3C4042;
  text-align: center;
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 155%;
  margin-top: 1.111vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.interview__name {
  border-radius: 0.486vw;
  background: #2DA2C9;
  padding: 0.833vw 1.042vw;
  color: #FFF;
  font-size: 0.972vw;
  font-weight: 500;
  line-height: 150%;
  top: 0.694vw;
  left: 0.694vw;
  position: absolute;
  z-index: 2;
}
.interview__age {
  border-radius: 0.486vw;
  background: #273033;
  padding: 0.833vw 1.042vw;
  color: #FFF;
  font-size: 0.972vw;
  font-weight: 700;
  line-height: 150%;
  bottom: 0.694vw;
  left: 0.694vw;
  position: absolute;
  z-index: 2;
  display: none;
}
.interview__play {
  position: absolute;
  z-index: 3;
  background: -o-linear-gradient(72.36deg, #F9B630 3.97%, #FFC95C 89.63%);
  background: linear-gradient(17.64deg, #F9B630 3.97%, #FFC95C 89.63%);
  width: 5.417vw;
  height: 5.417vw;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  cursor: pointer;
}
.interview__play.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.interview__play:before {
  content: "";
  width: 7.153vw;
  height: 7.153vw;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(47.09deg, rgba(249, 206, 120, 0.4) 13.35%, rgba(255, 225, 162, 0.4) 87.87%);
  background: linear-gradient(42.91deg, rgba(249, 206, 120, 0.4) 13.35%, rgba(255, 225, 162, 0.4) 87.87%);
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: pulse2 1.3s infinite;
          animation: pulse2 1.3s infinite;
}
.interview__play:after {
  content: "";
  width: 8.472vw;
  height: 8.472vw;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(47.09deg, rgba(249, 206, 120, 0.15) 13.35%, rgba(255, 225, 162, 0.15) 87.87%);
  background: linear-gradient(42.91deg, rgba(249, 206, 120, 0.15) 13.35%, rgba(255, 225, 162, 0.15) 87.87%);
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: pulse 1.3s infinite;
          animation: pulse 1.3s infinite;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.interview__play img {
  display: block;
  width: 0.903vw;
}

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

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(249, 182, 148);
    box-shadow: 0 0 0 0 rgb(249, 182, 148);
  }
  100% {
    -webkit-box-shadow: 0 0 0 1.042vw rgba(249, 182, 148, 0);
    box-shadow: 0 0 0 1.042vw rgba(249, 182, 148, 0);
  }
}
@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(249, 182, 148);
    box-shadow: 0 0 0 0 rgb(249, 182, 148);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2.083vw rgba(249, 182, 148, 0);
    box-shadow: 0 0 0 2.083vw rgba(249, 182, 148, 0);
  }
}
@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(249, 182, 148);
    box-shadow: 0 0 0 0 rgb(249, 182, 148);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2.083vw rgba(249, 182, 148, 0);
    box-shadow: 0 0 0 2.083vw rgba(249, 182, 148, 0);
  }
}
@-webkit-keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(45, 162, 201);
    box-shadow: 0 0 0 0 rgb(45, 162, 201);
  }
  100% {
    -webkit-box-shadow: 0 0 0 1.042vw rgba(45, 162, 201, 0);
    box-shadow: 0 0 0 1.042vw rgba(45, 162, 201, 0);
  }
}
@keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(45, 162, 201);
    box-shadow: 0 0 0 0 rgb(45, 162, 201);
  }
  100% {
    -webkit-box-shadow: 0 0 0 1.042vw rgba(45, 162, 201, 0);
    box-shadow: 0 0 0 1.042vw rgba(45, 162, 201, 0);
  }
}
@-webkit-keyframes pulse4 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(45, 162, 201);
    box-shadow: 0 0 0 0 rgb(45, 162, 201);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2.083vw rgba(45, 162, 201, 0);
    box-shadow: 0 0 0 2.083vw rgba(45, 162, 201, 0);
  }
}
@keyframes pulse4 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(45, 162, 201);
    box-shadow: 0 0 0 0 rgb(45, 162, 201);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2.083vw rgba(45, 162, 201, 0);
    box-shadow: 0 0 0 2.083vw rgba(45, 162, 201, 0);
  }
}
.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;
}

@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 90vw;
  }
  .btn {
    font-size: 2.933vw;
    letter-spacing: 2.417vw;
    padding: 8.153vw 3.056vw;
    border-radius: 3.903vw;
    -webkit-box-shadow: 0 0.936vw 0 0 #D1AE67, 0 3.597vw 8.097vw 0 rgba(249, 182, 48, 0.35);
            box-shadow: 0 0.936vw 0 0 #D1AE67, 0 3.597vw 8.097vw 0 rgba(249, 182, 48, 0.35);
  }
  .title__text {
    font-size: 20vw;
  }
  .start {
    overflow: visible;
  }
  .start__box {
    padding-top: 10.944vw;
  }
  .start__info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-left: 0;
    padding-left: 3vw;
  }
  .start__descr {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding: 7.792vw 8.283vw 8.042vw;
    border-radius: 3.833vw 14.278vw 3.833vw 3.833vw;
    margin-top: 0;
    text-align: center;
  }
  .start__descr p {
    font-size: 4.111vw;
  }
  .start__controls {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: relative;
    z-index: 4;
    background: #E6EEF1;
    border-radius: 3.903vw;
    text-align: center;
    margin-top: 69vw;
  }
  .start__title {
    font-size: 53.833vw;
    margin-top: 3.694vw;
    margin-bottom: -7.083vw;
  }
  .start__text {
    font-size: 27.564vw;
  }
  .start__subtitle {
    font-size: 2.533vw;
    letter-spacing: 1.756vw;
  }
  .start__laptop {
    left: -7.861vw;
    top: -13.597vw;
  }
  .start__man {
    right: -1vw;
    bottom: -7vw;
    width: 92.361vw;
  }
  .start__instagram {
    border-radius: 2.625vw;
    padding: 3.833vw 5.389vw 4.042vw;
    bottom: 70.319vw;
    left: 4.083vw;
    z-index: -1;
  }
  .start__instagram img {
    width: 7.77vw;
  }
  .start__instagram span {
    font-size: 2.903vw;
    margin-top: 1.694vw;
  }
  .start__btn {
    width: 100%;
  }
  .start__logo {
    width: 80%;
    margin-left: 10%;
    margin-top: 7vw;
    margin-bottom: 7vw;
  }
  .gifts {
    padding: 27.472vw 0;
  }
  .gifts__box {
    margin-top: 5.389vw;
  }
  .gifts__item {
    width: 100%;
    padding-top: 12.333vw;
    height: 170.917vw;
    border-radius: 6vw;
    margin-bottom: 6vw;
  }
  .gifts__item.black {
    border-radius: 6vw;
  }
  .gifts__title span {
    letter-spacing: -0.917vw;
    font-size: 24.333vw;
  }
  .gifts__x {
    padding: 2.694vw 2.347vw 1.347vw 2.694vw;
    font-size: 6.5vw;
    border-radius: 1.417vw;
    margin-left: 1.486vw;
  }
  .gifts__bottom {
    background: url(../img/18-screen/gift-3-mob.jpg) center center/cover no-repeat;
    padding: 12vw 9vw 70vw;
    text-align: center;
    border-radius: 6vw;
  }
  .gifts__bottom.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gifts__bottom span {
    font-size: 14.8vw;
  }
  .gifts__bottom span br {
    display: none;
  }
  .gifts__bottom p {
    font-size: 4.5vw;
    margin-top: 7vw;
    margin-left: 0;
  }
  .gifts__bottom p br {
    display: none;
  }
  .guide {
    padding: 20.111vw 0 3vw;
    background: url(../img/19-screen/bg-mob.jpg) center top/cover no-repeat;
    border-radius: 15vw 15vw 0 0;
  }
  .guide .wrapper {
    padding-left: 0;
    padding-bottom: 117vw;
  }
  .guide .title {
    text-align: center;
  }
  .guide .title.desc {
    display: none;
  }
  .guide .title.mob {
    display: block;
  }
  .guide .title__line.yellow.small {
    height: 1.972vw;
    width: 25.681vw;
  }
  .guide__book {
    top: auto;
    bottom: 0;
    left: -5.6vw;
    width: 100vw;
  }
  .guide__box {
    margin-top: 14.389vw;
    width: 100%;
    padding: 5vw 4vw 20vw;
    border-radius: 4.833vw;
    position: relative;
  }
  .guide__tabs.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .guide__tab {
    font-size: 4.111vw;
    padding: 2.833vw 7.806vw 2.972vw;
    border-radius: 2.833vw;
    margin-right: 2.556vw;
  }
  .guide__tab:last-child {
    margin-right: 0;
  }
  .guide__title {
    margin-top: 7vw;
    text-align: center;
    font-size: 9.028vw;
    margin-bottom: 4vw;
  }
  .guide__title span {
    display: block;
  }
  .guide__title br {
    display: none;
  }
  .guide__btn {
    width: 100%;
  }
  .guide__heli {
    width: 40vw;
    position: absolute;
    left: -6vw;
    top: -23vw;
    display: block;
    pointer-events: none;
  }
  .banner__olive_1 {
    width: 5.736vw;
    left: -8.472vw;
    top: 0.208vw;
  }
  .banner__olive_2 {
    width: 5.736vw;
    right: -8.472vw;
    top: 0.208vw;
  }
  .results {
    padding: 25vw 0 15vw;
  }
  .results__potik {
    margin-bottom: 5vw;
  }
  .results__potik span {
    font-size: 19.25vw;
  }
  .results__potik p {
    font-size: 5.736vw;
  }
  .results .title__descr {
    position: relative;
    padding: 0 5vw;
    margin-top: 3vw;
  }
  .results .title__descr.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .results .title__line {
    position: absolute;
    right: 11vw;
    top: -16vw;
    width: 35.056vw;
    height: 2.472vw;
    margin-right: 0;
  }
  .results .title__text {
    padding-left: 7vw;
  }
  .results .title__descrtext {
    font-size: 4.111vw;
    text-align: center;
  }
  .results .title__descrtext br {
    display: none;
  }
  .results__box {
    margin-top: 15vw;
  }
  .results__item {
    width: 42.667vw;
    margin-bottom: 20vw;
    border-radius: 2.556vw 10.125vw 2.556vw 2.556vw;
  }
  .results__image {
    width: 18.833vw;
    height: 18.833vw;
    top: -10.9vw;
    -webkit-box-shadow: 0 0 0 1.486vw rgba(181, 200, 206, 0.24);
            box-shadow: 0 0 0 1.486vw rgba(181, 200, 206, 0.24);
  }
  .results__image:before {
    border: 0.439vw solid #1A78F9;
  }
  .results__name {
    font-size: 3.45vw;
  }
  .results__inform {
    font-size: 2.972vw;
  }
  .results__before {
    border-radius: 1.486vw;
    margin-bottom: 1.556vw;
    padding: 1.972vw 0.972vw;
  }
  .results__before span {
    font-size: 2.972vw;
  }
  .results__before p {
    font-size: 10.894vw;
  }
  .results__after {
    border-radius: 1.486vw;
    margin-bottom: 2.956vw;
    padding: 1.972vw 0.972vw;
  }
  .results__after span {
    font-size: 2.972vw;
    opacity: 0.7;
  }
  .results__after p {
    font-size: 8.894vw;
  }
  .results__feedback {
    border-radius: 1.384vw;
    height: 12.278vw;
  }
  .results__feedback span {
    font-size: 2.333vw;
  }
  .results__feedback img {
    width: 2.011vw;
  }
  .results__main {
    padding: 10.903vw 1.389vw 3.283vw;
  }
  .results__insta span {
    font-size: 2.472vw;
    padding: 0.6vw 0 0.6vw;
    padding-left: 5.4vw;
    border-radius: 1.347vw;
    margin-top: 1.972vw;
    margin-bottom: 2.256vw;
  }
  .results__insta span:before {
    width: 4.389vw;
    height: 4.389vw;
  }
  .results__more {
    position: relative;
    top: -6vw;
  }
  .results__more span {
    font-size: 4.111vw;
    margin-right: 3.042vw;
  }
  .results__more img {
    width: 3.319vw;
  }
  .programm.spec {
    padding-top: 20vw;
  }
  .programm .title__text {
    text-align: center;
  }
  .programm .title__text br {
    display: none;
  }
  .programm .title__line {
    width: 31.056vw;
    height: 1.972vw;
  }
  .programm__plane {
    width: 106vw;
    right: -18vw;
    top: -31vw;
  }
  .programm__tabs {
    width: 100%;
  }
  .programm__tab {
    width: 31.5%;
    padding: 2.494vw 0;
    border-radius: 2.417vw;
  }
  .programm__tab p {
    font-size: 3.472vw;
  }
  .programm__tab.big {
    width: 100%;
  }
  .programm__overlay {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .programm__wrapinside {
    width: 100%;
    margin-bottom: 3vw;
    padding: 9.5vw 5.917vw;
    border-radius: 4.833vw;
  }
  .programm__result {
    width: 100%;
    padding: 9.5vw 5.917vw 60vw;
    border-radius: 4.833vw;
  }
  .programm__result span {
    font-size: 10.514vw;
  }
  .programm__result p {
    font-size: 3.472vw;
    margin-top: 3.694vw;
  }
  .programm__title {
    text-align: center;
    margin-bottom: 4.431vw;
  }
  .programm__title span {
    font-size: 14.514vw;
  }
  .programm__title.small span {
    font-size: 8.819vw;
  }
  .programm__col {
    width: 100%;
    margin-bottom: 5vw;
  }
  .programm__col:last-child {
    margin-bottom: 0;
  }
  .programm__listtitle {
    font-size: 4.25vw;
    margin-bottom: 3.389vw;
  }
  .programm__list {
    padding-left: 4.042vw;
  }
  .programm__list li {
    font-size: 3.472vw;
    margin-bottom: 4.189vw;
  }
  .programm__logo {
    display: block;
    width: 53.014vw;
    right: 16.833vw;
  }
  .programm__btnbtnbox {
    text-align: center;
  }
  .programm__btnbtn {
    margin-top: 5vw;
    padding-left: 30px;
    padding-right: 30px;
  }
  .speaker {
    background: url(../img/14-screen/bg-mob.jpg);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: 20vw;
  }
  .speaker .wrapper {
    padding: 17.903vw 0 10vw;
  }
  .speaker__man {
    left: -6vw;
    bottom: auto;
    top: 117vw;
    width: 100vw;
  }
  .speaker__info {
    width: 100%;
    position: relative;
    z-index: 4;
  }
  .speaker__subtitle {
    text-align: center;
    font-size: 3.43vw;
    letter-spacing: 2.625vw;
    margin-bottom: 4.736vw;
  }
  .speaker__title {
    font-size: 28.639vw;
    text-align: center;
  }
  .speaker__insta {
    border-radius: 3.833vw;
    padding: 4.25vw 6.083vw 1.486vw;
    background: url(../img/14-screen/insta-mob.jpg) center center/cover no-repeat;
    margin-bottom: 100vw;
  }
  .speaker__insta span {
    font-size: 17.965vw;
  }
  .speaker__insta p {
    font-size: 4.111vw;
    margin-left: 4.042vw;
  }
  .speaker__advabox {
    border-radius: 0;
    background: none;
    margin-top: 0;
    padding: 0;
  }
  .speaker__adva {
    background: -o-linear-gradient(293deg, #3F4A4E 0%, #272F32 100%);
    background: linear-gradient(157deg, #3F4A4E 0%, #272F32 100%);
    margin-top: 2vw;
    width: 100%;
    padding: 4.806vw 6vw;
    border-radius: 3.833vw 12.5vw 3.833vw 3.833vw;
  }
  .speaker__text {
    font-size: 4.111vw;
  }
  .speaker__icon {
    width: 17.306vw;
    height: 17.306vw;
    margin-right: 4.042vw;
  }
  .speaker__number {
    width: 100%;
    border-radius: 3.833vw 12.5vw 3.833vw 3.833vw;
    margin-top: 3vw;
    padding: 7.181vw 2.083vw 6.736vw;
  }
  .speaker__number span {
    font-size: 30.028vw;
  }
  .speaker__number p {
    font-size: 4.411vw;
  }
  .speaker__number.blue b {
    font-size: 9.708vw;
  }
  .footer {
    padding: 10.083vw 0;
  }
  .footer__box.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__logo {
    width: 70%;
  }
  .footer__docs {
    width: 100%;
    text-align: center;
    margin-top: 8vw;
  }
  .footer__docs a {
    font-size: 3.972vw;
  }
  .footer__contacts {
    width: 100%;
    text-align: center;
    margin-top: 8vw;
  }
  .footer__contacts a {
    font-size: 3.972vw;
  }
  .footer__info {
    width: 100%;
    text-align: center;
    font-size: 3.972vw;
    margin-top: 8vw;
  }
  .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-remark {
    margin-bottom: 3.25vw;
    font-size: 2.764vw;
    text-align: center;
  }
  .iti {
    margin-bottom: 5.389vw;
  }
  .thanks__box {
    padding-top: 15vw;
  }
  .thanks__title {
    font-size: 14vw;
    margin-bottom: 7vw;
  }
  .thanks__subtitle {
    font-size: 8vw;
    margin-bottom: 7vw;
  }
  .thanks__subtitle br {
    display: none;
  }
  .thanks__btn {
    letter-spacing: 6px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .lline {
    height: 0.508vw;
    top: 19.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;
  }
  .banner {
    border-radius: 0;
    overflow: visible;
    margin-bottom: 80vw;
  }
  .banner__box {
    padding-top: 0;
  }
  .banner__left {
    margin-left: 0;
    padding-top: 50vw;
  }
  .banner__heading {
    text-align: center;
    padding-left: 10px;
  }
  .banner__heading h2 {
    /*font-size: 9.5px;
    letter-spacing: 10.183px;*/
    font-size: 8.5px;
    letter-spacing: 7.183px;
  }
  .banner__heading p {
    font-size: 100px;
    top: 3.736vw;
  }
  .banner__heading span {
    font-size: 320px;
  }
  .banner__info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    border-radius: 5px 5px 30px 5px;
    background: -o-linear-gradient(285deg, #257F9C 0%, #135A71 100%);
    background: linear-gradient(165deg, #257F9C 0%, #135A71 100%);
    padding: 32px 55px 13px 35px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: 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;
  }
  .banner__date {
    position: static;
    background: none;
    padding: 0;
    width: auto;
  }
  .banner__date span {
    font-size: 10px;
  }
  .banner__date b {
    font-size: 70px;
  }
  .banner__date p {
    font-size: 30px;
  }
  .banner__terms {
    margin-top: 0;
    margin-left: -4vw;
  }
  .banner__terms span {
    font-size: 10px;
  }
  .banner__terms b {
    font-size: 70px;
  }
  .banner__terms p {
    font-size: 30px;
  }
  .banner__potik {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 5vw;
  }
  .banner__potik span {
    font-size: 20.25vw;
    margin-right: -2.008vw;
  }
  .banner__potik p {
    font-size: 5.736vw;
  }
  .banner__man {
    width: 100vw;
    right: -5vw;
    z-index: 5;
    border-radius: 0 0 12.861vw 12.861vw;
    overflow: hidden;
  }
  .banner__mainimg {
    width: 100%;
  }
  .banner__instagram {
    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;
    border-radius: 1.625vw;
    padding: 1.833vw 2.389vw 2.042vw;
    bottom: 56.944vw;
    left: 27.444vw;
  }
  .banner__instagram img {
    width: 5.778vw;
  }
  .banner__instagram span {
    font-size: 13px;
    margin-top: 0;
    margin-left: 2vw;
  }
  .banner__description {
    z-index: 6;
    left: 0;
    top: 268.333vw;
    width: 100%;
    border-radius: 8px 45px 8px 8px;
    background: -o-linear-gradient(281deg, #FFF 0%, #E6E7E9 100%);
    background: linear-gradient(169deg, #FFF 0%, #E6E7E9 100%);
    padding: 110px 20px 20px;
  }
  .banner__bg {
    display: none;
  }
  .banner__gush {
    display: none;
  }
  .banner__text {
    font-size: 16px;
    text-align: center;
  }
  .banner__laptop {
    width: 67.708vw;
    left: -6.694vw;
    top: -38.417vw;
  }
  .banner__logo {
    display: block;
    width: 85px;
    position: absolute;
    right: 25px;
    top: 10px;
  }
  .banner__btn {
    z-index: 7;
    width: 100%;
    top: 333.056vw;
    position: absolute;
  }
  .sale__btn {
    width: 100%;
  }
  .sale__box {
    padding: 45px 20px;
    border-radius: 4.833vw;
  }
  .sale__left {
    width: 100%;
    text-align: center;
    margin-bottom: 3vw;
  }
  .sale__left p {
    font-size: 13.722vw;
  }
  .sale__left p:last-child {
    font-size: 16.972vw;
    margin-top: -3vw;
  }
  .sale__left span {
    font-size: 30.764vw;
  }
  .sale__pay {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 6.528vw;
    margin-right: 3.389vw;
  }
  .sale__pay:nth-child(2) {
    height: 4.181vw;
  }
  .sale__pay:nth-child(3) {
    margin-right: 0;
  }
  .sale__text {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    padding: 0 8vw;
    margin-bottom: 4vw;
  }
  .sale__payment {
    padding: 17px 15px 25px;
    border-radius: 3.556vw;
    background: rgba(34, 125, 156, 0.71);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    margin-top: 4.389vw;
    margin-bottom: 3.389vw;
  }
  .sale__payment.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .countdown ul li {
    font-size: 5.25vw;
  }
  .countdown ul li span {
    padding-left: 1.833vw;
    padding-bottom: 1.308vw;
  }
  .countdown ul li span b {
    font-size: 17.722vw;
  }
  .title__line {
    border-radius: 0.539vw;
    width: 22.056vw;
    height: 2.972vw;
  }
  .title__line.yellow.small {
    width: 16.681vw;
  }
  .foryou {
    padding-top: 20.556vw;
  }
  .foryou__box {
    margin-top: 6.5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    overflow: hidden;
  }
  .foryou__container {
    width: 100%;
  }
  .foryou__item {
    width: 100%;
    padding: 38px 15px 170px;
    border-radius: 12px 60px 12px 12px;
    margin-bottom: 5vw;
  }
  .foryou__title {
    font-size: 54px;
    letter-spacing: -0.788vw;
    padding-left: 2vw;
  }
  .foryou__descr {
    font-size: 14px;
    padding-left: 28px;
    margin-left: 2vw;
  }
  .foryou__descr:before {
    height: 9.778vw;
    width: 2.256vw;
  }
  .foryou__man {
    margin-top: 4.667vw;
    border-radius: 8px;
    padding: 8px 13px;
  }
  .foryou__user {
    margin-right: 2.833vw;
    width: 18.861vw;
    height: 18.861vw;
    border: 1.278vw solid rgba(181, 200, 206, 0.24);
  }
  .foryou__maninfo span {
    font-size: 18px;
  }
  .foryou__maninfo p {
    font-size: 13px;
  }
  .foryou__before, .foryou__after {
    padding: 20px;
    border-radius: 2.556vw;
    margin-top: 3.833vw;
  }
  .foryou__before span, .foryou__after span {
    font-size: 16px;
  }
  .foryou__before p, .foryou__after p {
    font-size: 14px;
    margin-top: 9px;
  }
  .foryou__image {
    height: 40vw;
  }
  .mainresults .title__text {
    text-align: center;
  }
  .mainresults__item {
    padding-top: 32px;
    border-radius: 12px;
    margin-bottom: 6.389vw;
    padding-bottom: 81vw;
  }
  .mainresults__item img {
    width: 100%;
    height: auto;
    max-height: initial;
  }
  .mainresults__box {
    margin-top: 7.083vw;
  }
  .mainresults__info {
    text-align: center;
  }
  .mainresults__info span {
    font-size: 80px;
  }
  .mainresults__info_2 span {
    font-size: 50px;
  }
  .mainresults__info p {
    font-size: 14px;
    padding: 0 4vw;
  }
  .mainresults__info p br {
    display: none;
  }
  .mainresults__info.right {
    text-align: center;
  }
  .mainresults__bg {
    border-radius: 0 0 10vw 10vw;
  }
  .howearn {
    padding-bottom: 480px;
    border-radius: 0 0 10vw 10vw;
  }
  .howearn .title {
    width: 100%;
    left: 0;
    position: static;
  }
  .howearn__box {
    margin-top: 7vw;
  }
  .howearn__col {
    width: 100%;
  }
  .howearn__col_2 {
    padding-top: 0;
  }
  .howearn__item {
    padding: 25px 15px 285px 15px;
    border-radius: 6.915px 43.797px 6.915px 6.915px;
    margin-bottom: 6vw;
  }
  .howearn__item_2 {
    padding-bottom: 140px;
  }
  .howearn__item_3 {
    padding-bottom: 40px;
  }
  .howearn__item_4 {
    padding-bottom: 180px;
  }
  .howearn__number {
    font-size: 100px;
  }
  .howearn__info {
    padding-left: 20.722vw;
    margin-bottom: 8.222vw;
  }
  .howearn__title {
    font-size: 42px;
  }
  .howearn__text {
    font-size: 14px;
  }
  .howearn__duration {
    padding-top: 3.111vw;
    border-radius: 2.833vw;
  }
  .howearn__duration p {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .howearn__duration span {
    font-size: 64px;
  }
  .howearn__duration.small {
    width: 34.889vw;
  }
  .howearn__results {
    border-radius: 2.833vw;
  }
  .howearn__resultspec {
    padding-top: 3.111vw;
    border-radius: 2.833vw;
    width: 34.806vw;
  }
  .howearn__resultspec p {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .howearn__resultspec span {
    font-size: 64px;
  }
  .howearn__result {
    margin-top: 4.042vw;
    padding-top: 3.111vw;
    border-radius: 2.833vw;
  }
  .howearn__result p {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .howearn__result span {
    font-size: 58px;
    letter-spacing: -1.013vw;
  }
  .tarifs {
    padding: 15.25vw 0 0;
    border-radius: 11.278vw;
  }
  .tarifs__box {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .tarifs__box.big {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .tarifs__item {
    width: 100%;
    margin-top: 10vw;
  }
  .tarifs__item.small{
    width: 100%;
  }
  .tarifs__module {
    padding: 6.4vw;
    padding-bottom: 20vw;
    padding-top: 70vw;
  }
  .tarifs__item .tarifs__module{
    padding: 6.4vw;
    padding-bottom: 20vw;
    padding-top: 70vw;
  }
  .tarifs__module:before {
    border-radius: 12px 40px 12px 12px;
  }
  .tarifs__moduletitle {
    font-size: 4.733vw;
    padding-bottom: 3.458vw;
    margin-bottom: 6.292vw;
  }
  .tarifs__modulelist li {
    font-size: 3.261vw;
    padding-left: 5.944vw;
    margin-bottom: 5.389vw;
  }
  .tarifs__modulelist li:before {
    width: 4.667vw;
    height: 4.667vw;
  }
  .tarifs__tarif {
    padding: 9.4vw 6.4vw;
    padding-bottom: 95vw;
    top: -14.778vw;
    border-radius: 12px 40px 12px 12px;
  }
  .tarifs__tarif.norm{
    padding-bottom: 136vw;
  }
  .tarifs__tariftitle {
    font-size: 3.733vw;
    padding-bottom: 3.458vw;
    margin-bottom: 6.292vw;
  }
  .tarifs__tariflist li {
    font-size: 3.261vw;
    padding-left: 5.944vw;
    margin-bottom: 5.389vw;
  }
  .tarifs__tariflist li:before {
    width: 4.667vw;
    height: 4.667vw;
  }
  .tarifs__image {
    top: -19.889vw;
    left: 46%;
  }
  .tarifs__image_1 {
    left: 56%;
  }
  .tarifs__main {
    padding: 7.569vw 0 7.472vw;
    border-radius: 12px 40px 12px 12px;
  }
  .tarifs__old {
    font-size: 17.472vw;
  }
  .tarifs__new {
    font-size: 22.944vw;
  }
  .tarifs__new.small {
    font-size: 15.944vw;
  }
  .tarifs__btn {
    padding: 8.153vw 8.056vw;
  }
  .tarifs__amount {
    border-radius: 1.833vw;
    background: #3B484B;
    padding: 3.25vw 6.778vw;
    margin-bottom: 4.389vw;
  }
  .tarifs__amount img {
    width: 5.667vw;
    margin-right: 2.417vw;
  }
  .tarifs__amount span {
    font-size: 16px;
  }
  .lising {
    border-radius: 0 0 10vw 10vw;
    overflow: hidden;
  }
  .lising__title {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    font-size: 75px;
    text-align: center;
    position: static;
  }
  .lising__box {
    padding-left: 0;
    padding-bottom: 430px;
  }
  .lising__info {
    width: 100%;
    margin-top: 30px;
  }
  .lising__infobox {
    border-radius: 12px;
    padding: 40px 0 35px;
  }
  .lising__perc {
    font-size: 64px;
    margin-bottom: 24px;
  }
  .lising__btn {
    letter-spacing: 1.417vw;
    margin-bottom: 30px;
  }
  .lising__pay p {
    font-size: 4.111vw;
  }
  .lising__pay img {
    height: 6.083vw;
    margin-right: 4.694vw;
  }
  .lising__terms {
    top: 71.972vw;
  }
  .lising__term {
    border-radius: 0 0 2.556vw 2.556vw;
    padding: 11.944vw 0 6.431vw;
  }
  .lising__term span {
    font-size: 23.819vw;
    padding-left: 2vw;
  }
  .lising__term p {
    font-size: 5.014vw;
  }
  .lising__term_2 {
    top: -5.042vw;
  }
  .lising__checkout {
    width: 123.167vw;
    left: 0.472vw;
    top: 117.361vw;
  }
  .motivation {
    top: -26vw;
  }
  .motivation__box {
    width: 90vw;
    position: absolute;
    left: 5vw;
    top: 40vw;
    border-radius: 12px 40px 12px 12px;
    padding: 30px 5vw 145px 5vw;
    bottom: auto;
    text-align: center;
  }
  .motivation__title {
    font-size: 40px;
    text-align: center;
    margin-top: 4.778vw;
  }
  .motivation__subtitle {
    font-size: 2.833vw;
    width: 100%;
    text-align: center;
    letter-spacing: 2.025vw;
  }
  .motivation__logo {
    width: 60.625vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 6vw;
  }
  .motivation__btn {
    font-size: 3.833vw;
    font-family: "Inter", sans-serif;
    letter-spacing: 0px;
    padding: 5.153vw 5.056vw;
    font-weight: 400;
    width: 250px;
  }
  .motivation__btn b {
    font-weight: 700;
  }
  .motivation__man {
    width: 100vw;
  }
  .motivation__left {
    display: none;
  }
  .ourcourse {
    padding-top: 0;
  }
  .ourcourse .title {
    padding-left: 5vw;
    padding-right: 5vw;
    text-align: center;
  }
  .ourcourse .title br {
    display: none;
  }
  .ourcourse__box {
    margin-top: 5vw;
  }
  .ourcourse__item {
    width: 100%;
    border-radius: 12px 40px 12px 12px;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0;
  }
  .ourcourse__image {
    width: 100%;
    height: 170px;
  }
  .ourcourse__image span {
    font-size: 55.458vw;
    bottom: -22.25vw;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    right: 2vw;
  }
  .ourcourse__image.black span {
    background: -webkit-gradient(linear, left top, left bottom, from(#607177), to(rgba(48, 57, 60, 0)));
    background: -o-linear-gradient(top, #607177 0%, rgba(48, 57, 60, 0) 100%);
    background: linear-gradient(180deg, #607177 0%, rgba(48, 57, 60, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .ourcourse__image.grey span {
    background: -webkit-gradient(linear, left top, left bottom, from(#B2BFC3), to(#D0DFE4));
    background: -o-linear-gradient(top, #B2BFC3 0%, #D0DFE4 100%);
    background: linear-gradient(180deg, #B2BFC3 0%, #D0DFE4 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .ourcourse__image img {
    width: 18.139vw;
    position: absolute;
    left: 15vw;
  }
  .ourcourse__image.full img {
    width: auto;
    height: 100%;
    left: 0;
  }
  .ourcourse__info {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    margin-left: 0;
    width: 100%;
    padding: 30px 20px;
    text-align: center;
  }
  .ourcourse__info span {
    font-size: 42px;
  }
  .ourcourse__info p {
    font-size: 14px;
    margin-top: 10px;
  }
  .market {
    padding-left: 0;
    padding-right: 0;
  }
  .market__box {
    padding: 3.819vw 5vw 89.167vw;
  }
  .market__title {
    width: 100%;
    font-size: 80px;
    text-align: center;
  }
  .market__flag {
    width: 100%;
    height: 150px;
    border-radius: 3.833vw;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .market__socinfo {
    width: 100%;
    padding: 20px 25px 20px;
    border-radius: 12px;
  }
  .market__socinfo p {
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
  }
  .market__soc.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .market__soc img {
    width: 38px;
    margin: 0 3px;
  }
  .market__iban.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .market__iban img {
    width: 110px;
  }
  .market__iban span {
    font-size: 14px;
  }
  .market__stats {
    width: 100%;
    border-radius: 12px;
    padding: 20px;
  }
  .market__number {
    font-size: 90px;
  }
  .market__info {
    width: 100%;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
  .market__info span {
    font-size: 32px;
  }
  .market__info p {
    font-size: 15px;
    margin-top: 3.042vw;
  }
  .market__carl {
    width: 170px;
    height: 80px;
    border-radius: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .market__head {
    margin-bottom: 8.861vw;
  }
  .market__graphbox {
    overflow-x: scroll;
    position: relative;
    width: 100vw;
    left: -5vw;
    padding: 300px 5vw 0;
  }
  .market__graphimage {
    width: 1000px;
  }
  .market__cursor {
    position: absolute;
    width: 55px;
    left: 120px;
    top: 560px;
    display: block;
  }
  .interview {
    padding-top: 36.25vw;
  }
  .interview__lamp {
    width: 33.194vw;
    top: 16.222vw;
  }
  .interview__left {
    width: 100%;
  }
  .interview__item {
    width: 100%;
    margin-top: 3vw;
    margin-top: 10vw;
  }
  .interview__item.small {
    width: 100%;
  }
  .interview__descr {
    font-size: 16px;
  }
  .interview__logo {
    width: 22.25vw;
    margin-right: 3.042vw;
  }
  .interview__result {
    margin-bottom: 7.083vw;
    margin-top: 3vw;
  }
  .interview__btn {
    letter-spacing: 1.417vw;
    width: 100%;
  }
  .interview__camera {
    width: 114.306vw;
  }
  .interview__left {
    border-radius: 2.833vw 9.278vw 2.833vw 2.833vw;
    padding-top: 25vw;
    padding-bottom: 95vw;
  }
  .interview__name {
    font-size: 14px;
    border-radius: 2.486vw;
    padding: 2.833vw 5.042vw;
    top: 2.694vw;
    left: 2.694vw;
  }
  .interview__age {
    font-size: 14px;
    border-radius: 2.486vw;
    padding: 2.833vw 5.042vw;
    left: 2.694vw;
    bottom: 2.694vw;
  }
  .interview__image {
    height: 545px;
    border-radius: 12px 40px 12px 12px;
  }
  .interview__play {
    width: 15.417vw;
    height: 15.417vw;
  }
  .interview__play img {
    width: 2.103vw;
  }
  .interview__info {
    width: 100%;
    font-size: 16px;
    padding: 30px;
    border-radius: 12px;
    margin-top: 2vw;
  }
  .faq .title.desc {
    display: none !important;
  }
  .faq .title.mob {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .faq__item {
    border-radius: 3.833vw;
    padding: 2.694vw 0;
  }
  .faq__heading {
    padding: 4.361vw 15.917vw 4.361vw 7.556vw;
    border-radius: 3.833vw;
  }
  .faq__title {
    font-size: 14px;
  }
  .faq__title:before {
    font-size: 4.528vw;
    left: -3.778vw;
    top: -6px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .faq__text {
    font-size: 16px;
  }
  .faq__close {
    width: 12vw;
    height: 12vw;
    border-radius: 3.042vw;
    font-size: 6.083vw;
  }
  .faq__info {
    padding: 5.778vw 6.889vw 4.514vw 5.903vw;
  }
  .faq__descr span {
    font-size: 18px;
  }
  .faq__descr p {
    font-size: 14px;
    line-height: 130%;
  }
  .faq__icon {
    width: 20.861vw;
    height: 20.861vw;
    border: 1.208vw solid rgba(255, 255, 255, 0.54);
    margin-right: 3.389vw;
  }
  .last {
    padding-top: 12.944vw;
    border-radius: 14.861vw 14.861vw 0 0;
  }
  .last__subtitle {
    font-size: 3.833vw;
    letter-spacing: 5.528vw;
    padding-left: 2vw;
  }
  .last__title {
    margin-top: 6.389vw;
    font-size: 19.639vw;
    line-height: 100%;
  }
  .last__telegram {
    width: 100%;
    padding: 8.333vw 3.736vw 15.472vw 4.361vw;
    border-radius: 12px 40px 12px 12px;
    background: #135369;
    margin-bottom: 100vw;
  }
  .last__btn {
    letter-spacing: 1.417vw;
    width: 100%;
    margin-top: 59vw;
  }
  .last__teleg span {
    font-size: 36px;
  }
  .last__text {
    text-align: center;
    font-size: 16px;
    margin-top: 3.389vw;
  }
  .last__icon {
    width: 22.944vw;
    margin-left: 0.306vw;
    margin-right: 2vw;
    margin-top: -2vw;
  }
  .last__right {
    width: 100vw;
    position: absolute;
    left: -5vw;
    margin-left: 0;
  }
  .last__olive_1 {
    width: 5.736vw;
    left: -8.472vw;
    top: 0.208vw;
  }
  .last__olive_2 {
    width: 5.736vw;
    right: -8.472vw;
    top: 0.208vw;
  }
  .last__date {
    position: static;
    background: none;
    padding: 0;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .last__date span {
    font-size: 70px;
  }
  .last__date p {
    font-size: 30px;
  }
  .last__potik {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 1vw;
  }
  .last__potik span {
    font-size: 20.25vw;
    margin-right: -2.008vw;
  }
  .last__potik p {
    font-size: 5.736vw;
  }
  .last__cont {
    padding: 6vw 16vw 5vw 9vw;
    border-radius: 8px 32px 8px 8px;
  }
  .last__logo {
    display: none;
  }
  .last__img {
    width: 189.583vw;
    left: -64.139vw;
  }
  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgb(249, 182, 148);
      box-shadow: 0 0 0 0 rgb(249, 182, 148);
    }
    100% {
      -webkit-box-shadow: 0 0 0 4.042vw rgba(249, 182, 148, 0);
      box-shadow: 0 0 0 4.042vw rgba(249, 182, 148, 0);
    }
  }
  @keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgb(249, 182, 148);
      box-shadow: 0 0 0 0 rgb(249, 182, 148);
    }
    100% {
      -webkit-box-shadow: 0 0 0 4.042vw rgba(249, 182, 148, 0);
      box-shadow: 0 0 0 4.042vw rgba(249, 182, 148, 0);
    }
  }
  @-webkit-keyframes pulse2 {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgb(249, 182, 148);
      box-shadow: 0 0 0 0 rgb(249, 182, 148);
    }
    100% {
      -webkit-box-shadow: 0 0 0 8.083vw rgba(249, 182, 148, 0);
      box-shadow: 0 0 0 8.083vw rgba(249, 182, 148, 0);
    }
  }
  @keyframes pulse2 {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgb(249, 182, 148);
      box-shadow: 0 0 0 0 rgb(249, 182, 148);
    }
    100% {
      -webkit-box-shadow: 0 0 0 8.083vw rgba(249, 182, 148, 0);
      box-shadow: 0 0 0 8.083vw rgba(249, 182, 148, 0);
    }
  }
  @-webkit-keyframes pulse3 {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgb(45, 162, 201);
      box-shadow: 0 0 0 0 rgb(45, 162, 201);
    }
    100% {
      -webkit-box-shadow: 0 0 0 4.042vw rgba(45, 162, 201, 0);
      box-shadow: 0 0 0 4.042vw rgba(45, 162, 201, 0);
    }
  }
  @keyframes pulse3 {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgb(45, 162, 201);
      box-shadow: 0 0 0 0 rgb(45, 162, 201);
    }
    100% {
      -webkit-box-shadow: 0 0 0 4.042vw rgba(45, 162, 201, 0);
      box-shadow: 0 0 0 4.042vw rgba(45, 162, 201, 0);
    }
  }
  @-webkit-keyframes pulse4 {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgb(45, 162, 201);
      box-shadow: 0 0 0 0 rgb(45, 162, 201);
    }
    100% {
      -webkit-box-shadow: 0 0 0 8.083vw rgba(45, 162, 201, 0);
      box-shadow: 0 0 0 8.083vw rgba(45, 162, 201, 0);
    }
  }
  @keyframes pulse4 {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgb(45, 162, 201);
      box-shadow: 0 0 0 0 rgb(45, 162, 201);
    }
    100% {
      -webkit-box-shadow: 0 0 0 8.083vw rgba(45, 162, 201, 0);
      box-shadow: 0 0 0 8.083vw rgba(45, 162, 201, 0);
    }
  }
}