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

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

.ouvality, .ouvality * {
  font-family: "Ouvality", sans-serif;
  color: #242D39;
}

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

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

blockquote, q {
  quotes: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
  border-radius: 0.903vw;
  background: -o-linear-gradient(288deg, #FFE0A3 12.18%, #F5BB48 88.51%);
  background: linear-gradient(162deg, #FFE0A3 12.18%, #F5BB48 88.51%);
  -webkit-box-shadow: 0 0.278vw 0 0 #D1AE67, 0 1.597vw 4.097vw 0 rgba(249, 182, 48, 0.35);
          box-shadow: 0 0.278vw 0 0 #D1AE67, 0 1.597vw 4.097vw 0 rgba(249, 182, 48, 0.35);
  padding: 2.222vw 3.125vw;
  color: #654F11;
  font-size: 0.833vw;
  font-weight: 700;
  letter-spacing: 0.433vw;
  text-transform: uppercase;
  border: 0;
  margin-top: -0.278vw;
}

.fscreen {
  position: relative;
}
.fscreen__plashka{
  display: none;
  position: absolute;
  padding: 20px 30px 10px;
  text-align: center;
  border-radius: 12px;
  background: linear-gradient(130deg, #107CFA 18.73%, #075EC3 75.24%);
  right: 30px;
  top: 50px;
}
.fscreen__plashka span{
  font-size: 80px;
  color: #fff;
}
.fscreen__plashka p{
  font-size: 15px;
  color: #fff;
  position: relative;
  top: -10px;
}
.fscreen__bg {
  display: block;
  width: 100%;
  border-radius: 0 0 80px 80px;
  overflow: hidden;
}
.fscreen__logo {
  display: none;
}
.fscreen__content {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 0;
}
.fscreen__info {
  width: 37.5vw;
  margin-left: 3.472vw;
  position: relative;
  top: -2.083vw;
}
.fscreen__small {
  color: #fff;
  font-size: 0.833vw;
  font-weight: 500;
  line-height: 133%;
  letter-spacing: 0.833vw;
  text-transform: uppercase;
  position: relative;
  top: 7.639vw;
  left: 0.556vw;
}
.fscreen__title {
  display: block;
  font-weight: 400;
  font-size: 17.361vw;
  font-size: 9.36vw;
  background: -o-linear-gradient(285deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background: linear-gradient(165deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  top: 9.375vw;
}
.fscreen__subtitle {
  display: block;
  color: #FFBB32;
  font-size: 8.75vw;
  position: relative;
  top: 2.083vw;
  top: 5.08vw;
}
.fscreen__text {
  display: block;
  font-weight: 400;
  font-size: 11.111vw;
  font-size: 10.111vw;
  margin-top: 4vw;
  background: -o-linear-gradient(284deg, #001936 -9.41%, rgba(0, 22, 48, 0.6) 94.85%);
  background: linear-gradient(166deg, #001936 -9.41%, rgba(0, 22, 48, 0.6) 94.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.694vw;
}
.fscreen__descr {
  color: #FFF;
  font-size: 1.111vw;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-left: 2.083vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fscreen__man {
  width: 42.361vw;
  position: absolute;
  right: 13.542vw;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.fscreen__laptop {
  width: 76.042vw;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
.fscreen__insta {
  position: absolute;
  left: 55.556vw;
  top: 34.722vw;
  padding: 0.972vw 1.181vw 1.111vw;
  border-radius: 0.625vw;
  background: -o-linear-gradient(26deg, #F9CC74 20.83%, #D96551 51.47%, #CC2B8F 72.43%, #6463D8 90.39%);
  background: linear-gradient(64deg, #F9CC74 20.83%, #D96551 51.47%, #CC2B8F 72.43%, #6463D8 90.39%);
  -webkit-backdrop-filter: blur(0.313vw);
          backdrop-filter: blur(0.313vw);
  z-index: 3;
  left: 75.347vw;
  top: 37.153vw;
}
.fscreen__insta.flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fscreen__insta img {
  width: 3.194vw;
  margin-bottom: 0.903vw;
}
.fscreen__insta span {
  font-size: 0.903vw;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
}

.gifts {
  padding: 13.194vw 0 13.194vw;
  position: relative;
  z-index: 3;
}
.gifts__right {
  position: absolute;
  right: 0;
  width: 41.667vw;
  top: -13.889vw;
  z-index: 1;
  pointer-events: none;
}
.gifts__left {
  position: absolute;
  left: 0;
  width: 40.278vw;
  bottom: -35.417vw;
  z-index: 3;
  pointer-events: none;
}
.gifts .wrapper {
  z-index: 2;
}
.gifts__box {
  margin-top: 3.472vw;
}
.gifts__item {
  height: 18.403vw;
  border-radius: 0.833vw;
  overflow: hidden;
  position: relative;
  position: relative;
  margin-bottom: 2.222vw;
}
.gifts__item_1 {
  background: url(../img/s-2-s/gift-1-bg.jpg) center center/cover no-repeat;
}
.gifts__item_2 {
  background: url(../img/s-2-s/gift-2-bg.jpg) center center/cover no-repeat;
}
.gifts__item.auto {
  height: auto;
}
.gifts__item_3 {
  padding: 4.167vw 48.264vw 2.778vw 5.903vw;
  border-radius: 0.833vw;
  background: -o-linear-gradient(337deg, rgba(44, 45, 46, 0.8) 20.41%, rgba(28, 31, 33, 0.8) 67.09%);
  background: linear-gradient(113deg, rgba(44, 45, 46, 0.8) 20.41%, rgba(28, 31, 33, 0.8) 67.09%);
}
.gifts__bg_1 {
  height: 100%;
  width: auto;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.gifts__bg_1 img {
  height: 100%;
  width: auto;
}
.gifts__bg_2 {
  height: 100%;
  width: auto;
  position: absolute;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.gifts__bg_2 img {
  height: 100%;
  width: auto;
}
.gifts__text_1 {
  background: -o-linear-gradient(312deg, #2C2C2C 23.75%, rgba(47, 47, 47, 0) 121.58%);
  background: linear-gradient(138deg, #2C2C2C 23.75%, rgba(47, 47, 47, 0) 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 7.42vw;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  position: absolute;
  top: 5.6vw;
  right: 3.51vw;
}
.gifts__text_2 {
  background: -o-linear-gradient(312deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background: linear-gradient(138deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 9.417vw;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  position: absolute;
  top: 4.167vw;
  left: 4.514vw;
}
.gifts__number {
  font-size: 14.444vw;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.556vw;
  text-transform: uppercase;
  position: absolute;
  z-index: 3;
}
.gifts__number_1 {
  left: 3.125vw;
  background: -o-linear-gradient(312deg, rgba(16, 124, 250, 0.57) 23.75%, rgba(16, 124, 250, 0.17) 121.58%);
  background: linear-gradient(138deg, rgba(16, 124, 250, 0.57) 23.75%, rgba(16, 124, 250, 0.17) 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: rotate(-4.758deg);
      -ms-transform: rotate(-4.758deg);
          transform: rotate(-4.758deg);
  bottom: -7.639vw;
}
.gifts__number_2 {
  right: 6.25vw;
  background: -o-linear-gradient(312deg, rgba(48, 48, 48, 0.57) 23.75%, rgba(43, 43, 43, 0.17) 121.58%);
  background: linear-gradient(138deg, rgba(48, 48, 48, 0.57) 23.75%, rgba(43, 43, 43, 0.17) 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: rotate(-4.758deg);
      -ms-transform: rotate(-4.758deg);
          transform: rotate(-4.758deg);
  bottom: -7.639vw;
}
.gifts__x {
  color: #FFF;
  font-size: 2.014vw;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  padding: 0.625vw 0.486vw 0.208vw 0.556vw;
  border-radius: 0.417vw;
  background: #DD2525;
  position: absolute;
  left: 31.944vw;
  top: 5.556vw;
}
.gifts__x2 {
  color: #FFF;
  font-size: 2.014vw;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  padding: 0.625vw 0.486vw 0.208vw 0.556vw;
  border-radius: 0.417vw;
  background: #DD2525;
  position: absolute;
  left: 47.944vw;
  top: 5.556vw;
}
.gifts__wheel {
  width: 48.611vw;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-animation: rotate 10s linear infinite;
          animation: rotate 10s linear infinite;
  pointer-events: none;
}
.gifts__title {
  margin-bottom: 1.042vw;
}
.gifts__title span {
  font-size: 4.444vw;
  font-weight: 400;
  line-height: 120%;
  background: -o-linear-gradient(312deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background: linear-gradient(138deg, #FFF 23.75%, rgba(255, 255, 255, 0) 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gifts__text {
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 156.5%;
  letter-spacing: 0.044vw;
  margin-left: 2.222vw;
  color: #fff;
}

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

.regbox {
  margin-bottom: 36.111vw;
  position: relative;
  z-index: 2;
}
.regbox__bg {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.regbox__tablet {
  width: 98.194vw;
  position: absolute;
  left: 0;
  bottom: -47.222vw;
  z-index: 2;
  pointer-events: none;
}
.regbox__block {
  width: 63.194vw;
  margin-left: auto;
  margin-right: auto;
  padding: 2.778vw 4.861vw 4.167vw 21.181vw;
  background: url(../img/s-3-s/shape.jpg) center center/cover no-repeat;
  border-radius: 0.694vw;
  overflow: hidden;
}
.regbox__labels {
  margin-bottom: 2.083vw;
}
.regbox__labels span {
  padding: 0.972vw 1.806vw;
  border-radius: 0.694vw;
  margin-right: 0.556vw;
  font-size: 1.111vw;
  font-weight: 600;
  display: inline-block;
}
.regbox__labels span:first-child {
  background: #103A6C;
  color: #FFF;
}
.regbox__labels span:last-child {
  color: #3C4042;
  background: #FFF;
}
.regbox__title {
  font-size: 4.306vw;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1.111vw;
  display: block;
}
.regbox__heading_mob {
  display: none;
}

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

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

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

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.footer {
  padding: 2.083vw 0;
  border-radius: 0.694vw 0.694vw 0 0;
  background: rgba(11, 122, 255, 0.66);
  -webkit-backdrop-filter: blur(1.042vw);
          backdrop-filter: blur(1.042vw);
}
.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: #fff;
  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: #fff;
  text-align: right;
  font-size: 0.972vw;
  font-weight: 500;
  line-height: 150%;
}

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

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

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

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

.thanks__btn {
  display: inline-block;
}

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

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

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

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

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

.privacy__text a {
  color: #3C71F4;
}

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

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

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

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

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

.iti * {
  color: #000;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 100%;
    padding-left: 2.778vw !important;
    padding-right: 2.778vw !important;
  }
  .fscreen__plashka{
    width: 210px;

    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 630px;
  }
  .fscreen__content {
    padding: 0 2.778vw;
  }
  .fscreen__laptop {
    display: none;
  }
  .fscreen__info {
    width: 100%;
    margin-left: 0;
    text-align: center;
    top: -9.083vw;
  }
  .fscreen__small {
    font-size: 2.778vw;
    letter-spacing: 1.889vw;
    text-align: center;
    top: 16.667vw;
  }
  .fscreen__title {
    font-size: 45.833vw;
    font-size: 22.83vw;
    background: -o-linear-gradient(285deg, #FFF 23.75%, rgba(255, 255, 255, 0.5) 121.58%);
    background: linear-gradient(165deg, #FFF 23.75%, rgba(255, 255, 255, 0.5) 121.58%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 20.833vw;
/*    top: 33.83vw;*/
  }
  .fscreen__subtitle {
    font-size: 23.889vw;
    top: 1.111vw;
    top: 11.11vw;
    z-index: 2;
  }
  .fscreen__text {
    font-size: 29.167vw;
    font-size: 24.17vw;
    background: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    top: -4.167vw;
    margin-bottom: 0;
    margin-top: 14vw;
  }
  .fscreen__descr {
    width: 100%;
    margin-left: 0;
    margin-bottom: 100vw;
    font-size: 4.444vw;
  }
  .fscreen__descr b {
    display: inline-block;
  }
  .fscreen__btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    z-index: 3;
  }
  .fscreen__logo {
    border-radius: 5.556vw;
    background: rgba(27, 27, 27, 0.7);
    -webkit-backdrop-filter: blur(3.889vw);
            backdrop-filter: blur(3.889vw);
    padding: 13.889vw 10vw 6.111vw;
  }
  .fscreen__logo img {
    display: block;
    width: 100%;
  }
  .fscreen__insta {
    display: none;
  }
  .fscreen__controls {
    position: relative;
    top: -5.556vw;
  }
  .fscreen__logo {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    position: relative;
    top: -6.944vw;
  }
  .fscreen__man {
    width: 95%;
    left: 0%;
    top: 106.389vw;
    right: auto;
    bottom: auto;
  }
  .title span {
    font-size: 20vw;
  }
  .subtitle {
    font-size: 22.778vw;
    top: -6.944vw;
    top: 0;
    margin-top: 2.778vw;
  }
  .btn {
    -webkit-box-shadow: 0 1.111vw 0 0 #D1AE67, 0 6.389vw 16.389vw 0 rgba(249, 182, 48, 0.35);
            box-shadow: 0 1.111vw 0 0 #D1AE67, 0 6.389vw 16.389vw 0 rgba(249, 182, 48, 0.35);
    padding: 7.889vw 12.5vw;
    width: 100%;
    font-size: 3.333vw;
    letter-spacing: 1.733vw;
    border-radius: 3.333vw;
  }
  .gifts {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: -27.778vw;
  }
  .gifts__box {
    margin-top: 5.556vw;
  }
  .gifts__right {
    width: 88.889vw;
    top: -54.167vw;
  }
  .gifts__left {
    width: 94.444vw;
    bottom: -116.667vw;
  }
  .gifts__bg_1 {
    height: auto;
    width: 100%;
    bottom: 0;
  }
  .gifts__bg_1 img {
    height: auto;
    width: 100%;
  }
  .gifts__bg_2 {
    height: auto;
    width: 100%;
    bottom: 0;
  }
  .gifts__bg_2 img {
    height: auto;
    width: 100%;
  }
  .gifts__item {
    margin-bottom: 6.944vw;
  }
  .gifts__item_1 {
    height: 131.944vw;
    border-radius: 3.333vw;
    background: -o-linear-gradient(351deg, #FFF 43.45%, #E6EAED 81.46%);
    background: linear-gradient(99deg, #FFF 43.45%, #E6EAED 81.46%);
    -webkit-backdrop-filter: blur(4.167vw);
            backdrop-filter: blur(4.167vw);
  }
  .gifts__item_2 {
    height: 131.944vw;
    border-radius: 3.333vw;
    background: url(../img/s-2-s/gift-2-bg-mob.jpg) center center/cover no-repeat;
  }
  .gifts__item_3 {
    padding: 8.889vw 4.167vw 94.444vw;
    border-radius: 3.333vw;
  }
  .gifts__text_1 {
    font-size: 20vw;
    right: auto;
    left: 0;
    width: 100%;
    text-align: center;
    top: 8.889vw;
  }
  .gifts__text_2 {
    font-size: 20vw;
    left: 18.5vw;
    top: 11.111vw;
  }
  .gifts__x {
    left: 68.889vw;
    top: 15.833vw;
    font-size: 8.056vw;
    padding: 2.5vw 1.944vw 0.833vw 2.222vw;
  }
  .gifts__x2 {
    left: 68.889vw;
    top: 30.83vw;
    font-size: 8.056vw;
    padding: 2.5vw 1.944vw 0.833vw 2.222vw;
  }
  .gifts__wheel {
    width: 166.667vw;
    position: absolute;
    right: -36.111vw;
    top: auto;
    bottom: -75vw;
  }
  .gifts__number_1 {
    background: -o-linear-gradient(312deg, rgba(16, 124, 250, 0.94) 23.75%, rgba(16, 124, 250, 0.17) 121.58%);
    background: linear-gradient(138deg, rgba(16, 124, 250, 0.94) 23.75%, rgba(16, 124, 250, 0.17) 121.58%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 56.944vw;
    left: 26.389vw;
    bottom: -30.639vw;
  }
  .gifts__number_2 {
    background: -o-linear-gradient(312deg, rgba(16, 124, 250, 0.94) 23.75%, rgba(16, 124, 250, 0.17) 121.58%);
    background: linear-gradient(138deg, rgba(16, 124, 250, 0.94) 23.75%, rgba(16, 124, 250, 0.17) 121.58%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 56.944vw;
    left: 26.389vw;
    right: auto;
    bottom: -30.639vw;
  }
  .gifts__title {
    margin-bottom: 5.556vw;
    text-align: center;
  }
  .gifts__title span {
    font-size: 13.333vw;
  }
  .gifts__title span br {
    display: none;
  }
  .gifts__text {
    font-size: 4.444vw;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8.889vw;
  }
  .gifts__btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .regbox {
    margin-bottom: 55.556vw;
  }
  .regbox__heading {
    margin-bottom: 8.333vw;
  }
  .regbox__heading_pc {
    display: none;
  }
  .regbox__heading_mob {
    display: block;
  }
  .regbox__tablet {
    display: none;
  }
  .regbox__block {
    width: 100%;
    padding: 8.889vw 4.167vw 70.833vw;
    background: url(../img/s-3-s/shape-mob.jpg) center center/cover no-repeat;
    border-radius: 2.778vw;
    margin-top: 20.833vw;
  }
  .regbox__labels {
    text-align: center;
    margin-bottom: 8.333vw;
  }
  .regbox__labels span {
    padding: 3.889vw 7.222vw;
    border-radius: 2.778vw;
    margin-right: 2.222vw;
    font-size: 4.444vw;
  }
  .regbox__labels span:last-child {
    margin-right: 0;
  }
  .regbox__title {
    font-size: 10vw;
    text-align: center;
  }
  .regbox__btn {
    display: none;
  }
  .regbox__tablet {
    width: 245.556vw;
    left: -52.778vw;
    bottom: -72.222vw;
    display: block;
  }
  .results__flag_1 {
    width: 115.278vw;
    top: 66.667vw;
  }
  .results__flag_2 {
    display: none;
  }
  .results__heading {
    margin-left: 0;
    text-align: center;
    margin-bottom: 30.333vw;
  }
  .results__headtitle span {
    font-size: 20vw;
  }
  .results__headlabel {
    position: relative;
    font-size: 22.778vw;
    left: 0;
    top: -11.111vw;
  }
  .results__headtext {
    margin-left: 0;
    font-size: 4.444vw;
    padding-left: 8.333vw;
    padding-right: 8.333vw;
  }
  .results__headtext br {
    display: none;
  }
  .results__item {
    width: 45.267vw;
    margin-bottom: 20vw;
    border-radius: 2.556vw 10.125vw 2.556vw 2.556vw;
  }
  .results__image {
    width: 22.833vw;
    height: 22.833vw;
    top: -11.9vw;
    -webkit-box-shadow: 0 0 0 1.486vw rgba(181, 200, 206, 0.24);
            box-shadow: 0 0 0 1.486vw rgba(181, 200, 206, 0.24);
  }
  .results__image:before {
    border: 0.439vw solid #1A78F9;
  }
  .results__name {
    font-size: 5.45vw;
    margin-bottom: 1.347vw;
  }
  .results__inform {
    font-size: 3.272vw;
  }
  .results__before {
    border-radius: 1.486vw;
    margin-bottom: 1.556vw;
    padding: 1.972vw 0.972vw;
  }
  .results__before span {
    font-size: 2.972vw;
  }
  .results__before p {
    font-size: 10.894vw;
  }
  .results__after {
    border-radius: 1.486vw;
    margin-bottom: 2.956vw;
    padding: 1.972vw 0.972vw;
  }
  .results__after span {
    font-size: 2.972vw;
    opacity: 0.7;
  }
  .results__after p {
    font-size: 8.894vw;
  }
  .results__feedback {
    border-radius: 3.384vw;
    height: 15.278vw;
  }
  .results__feedback span {
    font-size: 2.833vw;
    margin-left: 2.903vw;
  }
  .results__feedback img {
    width: 3.011vw;
  }
  .results__main {
    padding: 14.903vw 2.189vw 4.283vw;
  }
  .results__insta {
    border-radius: 2.222vw;
    margin-bottom: 1.9vw;
  }
  .results__insta span {
    font-size: 3.472vw;
    padding: 0.6vw 0 0.6vw;
    padding-left: 5.4vw;
    margin-top: 1.072vw;
    margin-bottom: 1.356vw;
  }
  .results__insta span:before {
    width: 4.389vw;
    height: 4.389vw;
  }
  .results__more {
    position: relative;
    top: -6vw;
  }
  .results__more span {
    font-size: 4.111vw;
    margin-right: 3.042vw;
  }
  .results__more img {
    width: 3.319vw;
  }
  .programm {
    padding: 22.222vw 0 27.778vw;
  }
  .programm__title {
    padding-left: 0;
    text-align: center;
  }
  .programm__title span {
    font-size: 20vw;
    line-height: 1.1;
  }
  .programm__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 4.167vw;
  }
  .programm__tab {
    width: 32%;
    font-size: 3.889vw;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border-radius: 2.222vw;
    background: #252627;
    padding: 4.722vw 0;
    margin-bottom: 2.778vw;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
  }
  .programm__tab.big {
    width: 100%;
  }
  .programm__tab.center {
    margin-left: auto;
    margin-right: auto;
  }
  .programm__tab.active {
    background: #107CFA;
  }
  .programm__box {
    width: 100%;
  }
  .programm__item {
    display: none;
    border-radius: 3.694vw;
  }
  .programm__item.active {
    display: block;
  }
  .programm__heading {
    padding: 5.556vw 5.167vw;
  }
  .programm__label {
    width: 100%;
    left: 0;
    text-align: center;
    color: #107CFA !important;
    padding: 0;
    background: none !important;
    font-size: 4.444vw;
  }
  .programm__more {
    display: none;
  }
  .programm__subtitle {
    font-size: 10vw;
    padding-top: 2.778vw;
    margin-right: 0;
    text-align: center;
  }
  .programm__titlebox.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .programm__titlebox img {
    width: 17.222vw;
    margin-right: 0;
    margin-bottom: 5.556vw;
  }
  .programm__titlebox span {
    font-size: 6.111vw;
  }
  .programm__info {
    padding-left: 0;
    padding-right: 0;
  }
  .programm__col.big {
    width: 100%;
  }
  .programm__list {
    padding-left: 5.556vw;
    padding-right: 0;
  }
  .programm__list li {
    font-size: 3.889vw;
    padding: 2.356vw 0;
  }
  .programm__wrap {
    padding: 0 4.389vw 6.083vw 4.389vw;
  }
  .programm__btn {
    margin-top: 0;
  }
  .programm__bg {
    bottom: 30.556vw;
  }
  .programm__item {
    margin-bottom: 4.389vw;
  }
  .author {
    padding: 0 2.778vw;
  }
  .author__box {
    padding: 0;
    border-radius: 16.667vw 16.667vw 0 0;
    background: url(../img/s-6-s/bg-mob.jpg) no-repeat;
    background-size: 100% auto;
    background-position: top center;
    overflow: visible;
  }
  .author__info {
    padding: 16.667vw 0 0;
    background: none;
    -webkit-backdrop-filter: initial;
            backdrop-filter: initial;
    z-index: 3;
    position: relative;
  }
  .author__label {
    text-align: center;
    font-size: 2.778vw;
    letter-spacing: 2.083vw;
    color: #808488;
  }
  .author__title {
    font-size: 20vw;
    text-align: center;
    padding-top: 8.889vw;
    margin-bottom: 165.278vw;
  }
  .author__insta {
    padding: 3.889vw 0 0 9.167vw;
    margin-bottom: 5.556vw;
    border-radius: 3.333vw;
    background: url(../img/s-6-s/insta-mob.jpg) center center/cover no-repeat;
  }
  .author__insta span {
    font-size: 19.861vw;
    margin-right: 3.611vw;
  }
  .author__insta p {
    font-size: 4.444vw;
  }
  .author__icon {
    width: 17.222vw;
    height: 17.222vw;
  }
  .author__advas {
    background: none;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
  }
  .author__adva {
    width: 100%;
    background: -o-linear-gradient(276deg, rgba(66, 69, 72, 0.8) -30.92%, rgba(36, 39, 41, 0.8) 52.85%);
    background: linear-gradient(174deg, rgba(66, 69, 72, 0.8) -30.92%, rgba(36, 39, 41, 0.8) 52.85%);
    padding: 6.389vw 6.944vw;
    border-radius: 3.333vw;
    margin-bottom: 5.556vw;
  }
  .author__adva p {
    font-size: 4.444vw;
    margin-left: 3.889vw;
  }
  .author__money {
    width: 100%;
    margin-bottom: 5.556vw;
    padding: 4.722vw 5.556vw 8.333vw;
    border-radius: 3.333vw;
  }
  .author__students {
    width: 100%;
    padding: 4.722vw 4.167vw 8.333vw;
    border-radius: 3.333vw;
  }
  .author__number_1.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .author__number_1 span:first-child {
    margin-right: 2.222vw;
    font-size: 36.111vw;
  }
  .author__number_1 span:last-child {
    font-size: 11.111vw;
  }
  .author__number_2 {
    text-align: center;
    font-size: 36.111vw;
  }
  .author__number_2 b {
    font-size: 27.778vw;
  }
  .author__text {
    font-size: 4.444vw;
  }
  .author__man {
    width: calc(100% + 5.556vw);
    left: -2.778vw;
    bottom: auto;
    top: 61.111vw;
  }
  .footer {
    padding: 10.083vw 0;
    border-radius: 3.333vw 11.111vw 0 0;
    background: rgba(36, 38, 38, 0.65);
  }
  .footer__box.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__logo {
    width: 70%;
  }
  .footer__docs {
    width: 100%;
    text-align: center;
    margin-top: 8vw;
  }
  .footer__docs a {
    font-size: 3.972vw;
  }
  .footer__contacts {
    width: 100%;
    text-align: center;
    margin-top: 8vw;
  }
  .footer__contacts a {
    font-size: 3.972vw;
  }
  .footer__info {
    width: 100%;
    text-align: center;
    font-size: 3.972vw;
    margin-top: 8vw;
  }
  .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;
  }
  .popup-wrap {
    width: 89.167vw;
  }
  .popup-form {
    padding: 9.125vw;
    border-radius: 3.694vw;
  }
  .popup-title {
    font-size: 10.361vw;
    padding-top: 1vw;
    margin-bottom: 6.083vw;
  }
  .popup-label {
    font-size: 3.972vw;
    margin-bottom: 1.694vw;
  }
  .popup-input {
    height: 13.028vw;
    padding: 2.347vw 5.042vw;
    font-size: 3.742vw;
    margin-bottom: 6.389vw;
  }
  .popup-remark {
    margin-bottom: 3.25vw;
    font-size: 2.764vw;
    text-align: center;
  }
  .popup-btn {
    padding-left: 0;
    padding-right: 0;
  }
  .iti {
    margin-bottom: 5.389vw;
  }
}