.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-20 {
  margin-top: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mt-25 {
  margin-top: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-27 {
  margin-top: 27px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-84 {
  margin-top: 84px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.fz-10 {
  font-size: 10px;
}

.fz-12 {
  font-size: 12px;
}

.fz-14 {
  font-size: 14px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-20 {
  font-size: 20px;
}

.fz-22 {
  font-size: 22px;
}

.fz-24 {
  font-size: 24px;
}

.fz-27 {
  font-size: 27px;
}

.fz-28 {
  font-size: 28px;
}

.fz-30 {
  font-size: 30px;
}

.fz-32 {
  font-size: 32px;
}

.fz-35 {
  font-size: 35px;
}

.fz-36 {
  font-size: 36px;
}

.fz-40 {
  font-size: 40px;
}

.fz-45 {
  font-size: 45px;
}

.fz-48 {
  font-size: 48px;
}

.fz-56 {
  font-size: 56px;
}

.fz-64 {
  font-size: 64px;
}

.fz-96 {
  font-size: 96px;
}

.fw-100 {
  font-weight: 100;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.fs-italic {
  font-style: italic;
}

.fs-italic {
  font-style: normal;
}

.d-f {
  display: flex;
}

.jc-sp {
  justify-content: space-between;
}

.jc-cen {
  justify-content: center;
}

.jc-sa {
  justify-content: space-around;
}

.jc-end {
  justify-content: flex-end;
}

.ai-cen {
  align-items: center;
}

.ai-start {
  align-items: flex-start;
}

.ai-end {
  align-items: flex-end;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.text-align-cen {
  text-align: center;    
}
.text-align-cen-bonus {
	max-width: 1200px;
	margin: 60px auto 0;
}
.bonus-title-c {
	color: #ffd800f0;
}
.text-black {
	color: #1C1C1C;
	text-align: center;	
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
}
.text-align-left {
  text-align: left;
}

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

.cursor-pointer {
  cursor: pointer;
}

.line-height-160 {
  line-height: 160%;
}

.line-height-140 {
  line-height: 140%;
}

.upper {
  text-transform: uppercase;
}

.orange-text {
  color: #F58400;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@media (max-width: 1800px) {
  .start .container .main__img {
    right: 0;
  }
  .start .container .container {
    padding: 0 20px;
  }
  .yourChoise {
    font-size: 28px !important;
  }
  .checkbox_wrapper input, .checkbox_wrapper_main input {
    width: 20px !important;
    height: 20px !important;
  }
  .checkbox_wrapper label {
    font-size: 14px;
  }
}
@media (max-width: 1700px) {
  body .container {
    padding: 0 20px !important;
  }
  body .start .container {
    padding: 0 20px;
  }
  body .start .container .main__content {
    display: flex;
    flex-direction: column;
  }
  body .start .container .main__content .main__addition {
    margin-left: 60px;
  }
  body .start .container .main__content .main__addition__arrow {
    top: 0;
  }
  body .start .container .main__feedback_img {
    left: -30px;
  }
  body .start .container .container {
    padding: 0 20px;
  }
  body .container .slider1 {
    position: relative;
  }
  body .container .slider1 .slider1Btn {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-color: transparent;
    width: auto;
  }
  body .container .slider1 .slider1Btn:hover {
    background-color: transparent !important;
    border: none;
  }
  body .container .slider1 .slider1Btn:focus {
    background-color: transparent !important;
    border: none;
    outline: none;
  }
  body .container .slider1 .slider1Btn svg {
    stroke: #13B9A5;
  }
  .text-align-cen-bonus {	  
	  max-width: 900px;	  
  }
}
@media (max-width: 1200px) {
  html body .header__main__subtitle {
    text-align: center;    
  }
  html body .dekstop-pdfArrow {
    display: none !important;
  }
  html body .examples .btn-orange {
    font-size: 20px !important;
  }
  html body .main__addition__img__wrapper::before {
    display: none !important;
  }
  html body .docModal img {
    width: 255 !important;
    height: 432px !important;
  }
  html body .adv__strategy .adv__strategy__item {
    max-width: 375px !important;
  }
  html body .adv__strategy .number {
    font-size: 40px !important;
  }
  html body .adv__strategy .item__title, html body .adv__strategy .item__regText {
    font-size: 16px !important;
  }
  html body .reg__right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }  
  html body .main__addition__img_mob {
	  margin: 0px auto 30px;
	width: 150px;
    max-height: 200px;
    display: block !important;    
  }
  html body .main__addition__img {
    display: none !important;
  }
  html body .header__buttons .nav__list,
  html body nav .nav__list {
    gap: 30px !important;
  }
  html body .header__buttons .nav__list .nav__item,
  html body nav .nav__list .nav__item {
    font-size: 14px !important;
  }
  html body .header__buttons {
    gap: 10px !important;
  }
  html body .header__rigth {
    gap: 20px !important;
  }
  html body .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
  }
  html body #cert-2 {
    display: block !important;
  }
  html body #cert-1 {
    display: none !important;
  }
  html body .swiper-button-next,
  html body .swiper-button-prev {
    display: none;
  }
  html body .swiper-pagination1,
  html body .swiper-pagination {
    display: flex !important;
  }
  html body .start .container .main__content {
    display: flex;
    flex-direction: column;
  }
  html body .start .container .main__content h1 {
    text-align: center;
  }  
  html body .start .container .main__content .main__addition {
    margin-top: 20px;
    margin-left: 60px;
  }
  html body .start .container .main__content .main__addition__arrow {
    top: 0;
  }
  .main__content .main__addition__descr {
    font-size: 26px !important;
  }
  html body .start .container .main__feedback_img {
    left: -30px;
  }
  html body .start .container .main__img {
    display: none;
  }
  html body .start .container .container {
    padding: 0 20px;
  }
  html body .adv__strategy {
    flex-direction: column;
    align-items: center;
  }
  html body .adv__content_wrapper {
    flex-direction: column;
    align-items: center;
  }
  html body .adv__content_wrapper .adv__content__item {
    max-width: 660px;
  }
  html body .stream .adv {
    padding-bottom: 80px;
  }
  html body .slider1 {
    flex-direction: column;
  }
  html body .slider1 .swiper-wrapper {
    padding: 0px !important;
  }
  html body .author__content {
    flex-direction: column-reverse;
  }
  html body .author__content .author__right {
    min-height: 732px;
    justify-content: center;
  }
  html body .author__content .author__right .author_descr {
    transform: translateY(-40px);
  }
  html body .author__img {
	  top: -120px;
    left: 50%;
    transform: translateX(-52%);
  }
  html body .pulse1,
  html body .pulse2 {
    left: 50%;
    transform: translateX(-50%);
  }
  html body .about__author_wrapper {
    margin: 0 auto;
    margin-top: 116px;
    max-width: 900px;
  }
  html body .reg__content {
    flex-direction: column-reverse;
    align-items: center;
  }
  html body .reg .reg__content {
    margin-top: 40px !important;
  }
  html body .reg__right {
    margin-top: 0px;
    align-items: flex-start !important;
  }
  html body .reg__left {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  html body .reg__left .pdfFeedback {
    display: none;
  }
  html body .reg__left .pdfFeedback-mob {
    width: 100% !important;
    display: flex !important;
    justify-content: center;
    gap: 30px;
    align-items: center;
	border-radius: 45px;
    background: #FAFAFA;
    box-shadow: 0px 0px 65.1668777466px 3.3135700226px rgba(24, 43, 109, 0.2);
    padding: 10px 0;
  }  
  html body footer .container {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .text-reg-b {
	font-size: 22px !important;
	max-width: 440px !important;
  }
  .main_img_right {
	display: none !important;
  }
  .top_img, .main_descript {
	display: none;
  }
}


@media (max-width: 800px) {
  .author .container .authorToHide {
    display: block !important;	
    max-width: 600px;
	margin: auto;
  }
  .bonus__offer {
	  gap: 0px !important;
  }
  .start .main {
	  margin-top:20px !important;
  }
  .author .container .authorToHide2 {
    display: none !important;
  }
  .author__content .author__list {
	display: flex;
    flex-direction: column;
    align-items: center;
	margin-top: 40px !important;
  }
  .yourChoise {
    font-size: 20px !important;
  }
  .main__content .form .fw-500 {
    font-weight: 400 !important;
  }
  .main__content .main__addition__descr {
    font-size: 20px !important;
  }
  
  .reg__left {
    margin-bottom: 0 !important;
  }  
  .about__author_wrapper {
    max-width: 350px !important;
  }
  html body .burger {
    display: block !important;
  }
  html body .header__buttons,
  html body nav {
    display: none !important;
  }
  html body .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
  }
  html body .container {
    padding: 0 15px !important;
  }
  html body .start {
    min-height: 820px !important;
  }
  html body #bg_mobile {
    display: block !important;
    position: absolute;
    top: 80px;
    height: auto !important;
    width: 100%;
    z-index: 0;
  }
  html body .stream .adv__strategy {
    gap: 40px !important;
  }
  html body .author {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
  }
  html body .author .fz-40 {
    font-size: 25px !important;
  }
  html body .author .fz-28 {
    font-size: 18px;
  }
  html body .author .author__right {
    min-height: 473px !important;
    transform: translateY(165px);
    margin-bottom: 200px;
  }
  html body .examples {
    padding-top: 30px !important;
    padding-bottom: 60px !important;
  }
  html body .examples h1 {
    font-size: 24px;
  }
  html body .reg {
    padding-top: 40px !important;
    padding-bottom: 60px !important;
  }
  html body .reg h2 {
    font-size: 21px !important;
  }
  html body .reg .fz-28 {
    font-size: 16px;
  }
  html body .reg .mt-84 {
    margin-top: 30px;
  }
  html body .reg .fz-24 {
    font-size: 16px;
  }
  html body .reg .fz-30 {
    font-size: 21px;
  }  
  html body .reg .reg__right {
    margin-bottom: 0px !important;
  }
  html body .reg .pdfFeedback {
    padding: 85px 11px 30px 15px !important;
    width: 90%;
  }
  html body .reg .pdfFeedback .fz-28 {
    font-size: 17px !important;
  }
  html body .reg .pdfFeedback img {
    width: 183px;
    height: 146px;
  }
  html body .reg form .fz-24 {
    font-size: 16px;
  }
  html body .reg form .fz-20 {
    font-size: 12px;
  }
  html body .reg form .checkbox_wrapper, .main__addition__descr .checkbox_wrapper_main {
    margin-top: 15px;    
    gap: 8px;
  }
  html body .reg form #agree {
    width: 27px;
    height: 27px;
    background-image: none;
    background: #D4D4D4;
    border-radius: 50%;
  }
  html body .reg form #agree:checked {
    background-image: url(../img/checkmakr-gray.png);
    background-size: contain;
  }
  html body .footer .text {
    font-size: 14px;
  }
  html body .footer .med {
    font-size: 20px;
  }
  html body .footer .mob {
    display: block !important;
  }
  html body .footer .links__buttons {
    width: 57.535px !important;
    height: 57.535px !important;
  }
  html body .footer .wrapper,
  html body .footer .linksToSmth {
    display: none !important;
  }
  html body .footer .footer_item:nth-child(3) .extra {
    margin-top: 60px !important;
  }
  html body .footer .footer_item:nth-child(3) .mt-10,
  html body .footer .footer_item:nth-child(3) .mt-15 {
    margin-top: 17px !important;
  }
  html body .sectionPlayer {
    padding-top: 40px !important;
    padding-bottom: 50px !important;
  }
  html body .sectionPlayer .player__wrapper {
    margin-top: 40px !important;
    max-width: 360px !important;
    max-height: 202px !important;
  }
  html body .sectionPlayer .player__wrapper .vjs-big-play-button {
    max-width: 80px !important;
    max-height: 50px !important;
  }
  html body .sectionPlayer .vjs-control-bar {
    max-width: 360px !important;
    max-height: 202px !important;
  }
  html body .sectionPlayer h1 {
    font-size: 22px;
  }
  html body .examples .container {
    padding: 0px !important;
    overflow: visible !important;
  }
  html body .slider2 .swiper-wrapper {    
    padding: 40px 0px 15px 0px !important;
  }
  html body .slider2 .swiper-pagination {
    margin-top: 5px !important;
    margin-left: 0px !important;
  }
  html body .slider2 .swiper-slide {
    box-shadow: 0px 0px 20px 1px rgba(24, 43, 109, 0.2) !important;
    padding: 30px 15px !important;    
  }
  html body .slider2 .fz-96 {
    font-size: 47px;
  }
  html body .slider2 .mt-40 {
    margin-top: 20px;
  }
  html body .slider2 img {
    margin-top: 25px;
    max-width: 235px;
  }
  html body .slider2 .number {
    font-size: 18px !important;
  }
  html body .slider2 .fz-28 {
    font-size: 17.213px;
  }
  html body .slider2 .fz-20 {
    font-size: 8px;
  }
  html body .slider2 .mt-50 {
    margin-top: 28px;
  }
  html body .slider2 #info {
    width: 11px;
    height: 11px;
    top: -46px !important;
    right: -14px !important;
  }
  html body .slider2 .slide__addition {
    margin-top: 20px !important;
  }
  html body .slider2 .details {
    justify-content: center !important;
    gap: 30px;
  }
  html body .slider2 .slide-right {
    margin-top: 20px;
  }
  html body .slider2 .fz-48 {
    font-size: 18px;
  }
  html body .slider2 .fz-35 {
    font-size: 17.213px;
  }
  html body .slider2 .fz-24 {
    font-size: 14px;
  }
  html body .stream {
    max-height: 1365px;
  }
  html body .about__author {
    padding-top: 60px !important;
    padding-bottom: 30px !important;
  }
  html body .about__author .fz-36 {
    font-size: 16px;
  }
  html body .about__author .fz-24 {
    font-size: 12px;
  }
  html body .about__author .about__author_wrapper {
    margin-top: 56px;
    gap: 32px 10px !important;
  }
  html body .about__author .form__radios {
    flex-direction: column;
  }
  html body .about__author .form__radios .form__radio {
    justify-content: center;
  }
  html body .about__author .about__auhtor__item {
    border-radius: 14px !important;
    max-width: 167px !important;
    min-height: 197px !important;
    padding: 23px 15px !important;
  }
  html body .about__author .about__auhtor__item img {
    width: 33px;
    height: 33px;
  }
  html body .about__author .btn-orange {
    margin-top: 40px !important;
  }
  html body section .container .toModals {
    width: 100% !important;
    font-size: 20px;
    padding: 20px 0 !important;
  }
  html body section .container .header {
    border-bottom: none !important;
  }
  html body section .container .main h1 {
    font-size: 24px;
    line-height: 1.7;
    font-weight: 600;
	margin-top: 0;
    z-index: 1;
  }
  html body section .container .form {
    z-index: 1;
  }
  html body section .container .form .fz-24 {
    font-size: 20px;
  }
  html body section .container .form__radio input {
    width: 27px !important;
    height: 27px !important;
  }
  html body section .container .header__logo {
    width: 180px;
    height: 36px;
  }
  html body section .container .main__addition__descr {
    font-size: 13px;
  }
  html body section .container .main__addition__plus svg {
    width: 18px;
    height: 18px;
  }
  html body section .container .main__addition__arrow {
    width: 55px;
    height: 50px;
  }
  html body section .container .main__addition {
    position: relative;
    justify-content: center;
    margin-left: 18px !important;
    gap: 7px !important;
  }
  html body section .container .main__addition #pdf {
    font-weight: 400;
  }
  html body section .container .main__addition #blue-text {
    font-size: 15px;
    font-weight: 700;
    line-height: 160%;
  }
  html body section .container .main__addition .main__addition__arrow {
    transform: translateY(-10px);
    position: static;
    height: 56px;
    width: 21px;
  }
  html body section .container .main__addition .main__addition__plus {
    margin-top: 3px !important;
  }
  html body section .container .form__radios {
    margin-top: 20px !important;
    gap: 15px !important;
  }
  html body section .container .main__feedback_img {
    max-width: 326px;
    max-height: 183px;
    width: 100%;
    position: static !important;
  }
  
  html body section .container .adv .fz-30 {
    font-size: 20px;
  }
  html body section .container .adv .fz-24 {
    font-size: 13px;
  }
  html body section .container .adv .fz-64 {
    font-size: 36px;
  }
  html body section .container .adv .adv__star {
    width: 22px;
    height: 22px;
    left: -11px;
  }
  html body section .container .adv button {
    margin-top: 40px;
  }
  html body section .container .adv h3 {
    margin-top: 60px;
  }
  html body section .container .adv .adv__content_wrapper {
    margin-top: 40px;
    gap: 40px;
  }
  html body section .container .adv .adv__content_wrapper {
    margin-left: 13px;
    max-width: 330px;
  }
  html body section .container .adv .adv__content_wrapper .adv__star {
    transform: translateY(0px);
  }
  html body section .container .adv .adv__content_wrapper p {
    font-size: 16px;
  }
  html body section .container h2,
  html body section .container h3 {
    font-size: 20px;
  }
  html body section .container .adv__strategy {
    margin-top: 40px;
  }
  html body section .container .adv__strategy__item {
    margin-left: 13px;
  }
  html body section .container .slider1 {
    position: relative !important;
    transform: translate(-50%, 15%);
    z-index: 3;
  }
  html body section .container .slider1 .swiper-slide {
    box-shadow: none !important;
    min-height: 387px !important;
    flex-direction: column;
  }
  html body section .container .slider1 .swiper-slide .fz-96 {
    font-size: 47px;
  }
  html body section .container .slider1 .swiper-slide .fz-28 {
    font-size: 17.213px;
  }
  html body section .container .slider1 .swiper-slide .fz-22 {
    font-size: 16px;
  }
  html body section .container .slider1 .swiper-slide .slide-right {
    margin-top: 20px;
  }
  html body section .container .slider1 .swiper-slide .fz-40 {
    font-size: 17.213px;
  }
  html body section .container .slider1 .swiper-slide .fz-35 {
    font-size: 17.213px;
  }
  html body section .container .slider1 .swiper-slide .fz-24 {
    font-size: 16px;
  }
  html body section .author_descr {
    margin: 0 auto !important;
  }
  html body section .author__left .author__list__item {
    max-width: 367px;
  }
  html body section .author__left .author__list__item .adv__star {
    width: 25px;
    height: 25px;
  }
  html body section .author__left .fz-32 {
    font-size: 16px;
  }
  html body section .author__left .author__title {
    display: none !important;
  }
  html body section .author__img {
    width: 410px !important;
    max-height: 410px !important;
    transform: translateX(-50%) !important;
    top: -125px !important;
  }
  html body section .pulse1 {
    width: 300px !important;
    height: 300px !important;
    top: 20px !important;
  }
  html body section .pulse2 {
    width: 400px !important;
    height: 400px !important;
    top: -50px !important;
  }
  html body section .certificates {
    margin-top: 30px !important;
  }
  html body section .certificates .swiper-wrapper {
    height: auto !important;
  }
  html body section .certificates .swiper-slide {
    height: 248px !important;
    padding: 20px 16px 0px 25px !important;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
  }
  html body section .certificates .swiper-slide .slide-subdescr {
    display: none !important;
  }
  html body section .certificates .swiper-slide .slide-descr {
    margin-top: 7px;
  }
  html body section .certificates .swiper-slide p {
    margin-bottom: 20px;
  }
  html body section .certificates .swiper-slide div {
    display: flex;
    gap: 20px;
  }
  html body section .certificates .swiper-slide .slide-link {
    display: none !important;
  }
  html body section .certificates .swiper-slide img {
    position: static !important;
    height: 170px !important;
    width: 150px !important;
    box-shadow: -1.5284336805px -0.5094779134px 12.7369470596px 4.075823307px rgba(38, 38, 38, 0.25);
  }
  html body section .certificates .swiper-slide .author__search {
    position: absolute !important;
    width: 56px !important;
    height: 56px !important;
    border-radius: 50%;
    top: 65% !important;
    left: 69px !important;
    transform: translateY(-50%) !important;
    z-index: 4 !important;
  }
  html body section .certificates .swiper-slide .fz-36 {
    font-size: 16px;
  }
  html body section .certificates .swiper-slide .fz-20 {
    font-size: 13.011px;
  }
}
@media (max-width: 1800px) and (min-width: 1701px) {
  .container .slider1 {
    transform: translate(-50%, 58%) !important;
  }  
}
@media (min-width: 1801px) {
	.adv__strategy__descr {
		max-width:420px;
	}
}
@media (max-width: 1800px) and (min-width: 1201px) {
  .header li {
    font-size: 14px !important;
  }
  .adv__strategy__descr {
	max-width: 290px;
  }
  .dekstop-pdfArrow {
    right: -7px !important;
  }
  .dekstop-pdfArrow svg {
    height: 40px !important;
  }
  .about__author {
    padding-top: 100px !important;
  }
  .docModal img {
    width: 385 !important;
    height: 562px !important;
  }
  .main__addition {
    transform: translateX(-50px) !important;
  }
  .main__addition__img__wrapper::before {
    width: 112px !important;
    height: 27px !important;
    font-size: 20px !important;
    bottom: -48px !important;
  }
  /*.main__addition__img {
    width: 120px !important;
    max-height: 160px !important;
    transform: translateY(40px) !important;
  }*/
  .main__addition__arrow {
    left: -30px !important;
  }
  .links__buttons {
    width: 40px !important;
    height: 40px !important;
  }
  .main__img {
    scale: 1 !important;
    max-width: 568px !important;
    width: 100% !important;
    max-height: 565px !important;
    height: 100% !important;
    bottom: -1px !important;
  }
  .container {
    max-width: 1200px !important;
  }
  .main__addition__plus {
    transform: translateY(-5px) !important;
  }
  .main__addition__plus svg {
    width: 30px !important;
    height: 30px !important;
  }
  .main__addition__arrow {
    height: 80px !important;
  }
  .btn-green {
    margin-top: 30px !important;
  }
  .main__addition {
    margin-left: 45px !important;
  }
  button {
    font-size: 20px !important;
  }
  h1 {
    font-size: 38px !important;
  }  
  h2,
  .fz-45 {
    font-size: 38px !important;
  }
  .fz-24,
  .fz-32,
  .fz-28,
  .fz-20 {
    font-size: 16px !important;
  }
  .fz-40 {
    font-size: 28px;
  }
  .fz-27 {
    font-size: 20px !important;
  }
  .fz-64 {
    font-size: 48px !important;
  }
  .fz-30 {
    font-size: 25px !important;
  }
  .fz-36 {
    font-size: 22px;
  }
  .main__feedback_img {
    scale: 0.8;
    left: -110px !important;
    bottom: 0px !important;
    transform: translateY(50%);
  }
  .start {
    min-height: 830px !important;
  }
  .adv__strategy .adv__strategy__item {
    max-width: 375px !important;
  }
  .adv__strategy .number {
    font-size: 40px !important;
  }
  .adv__strategy .item__title, .adv__strategy .item__regText {
    font-size: 16px !important;
  }
  .adv__strategy__item:nth-child(1) {
    justify-content: center !important;
  }
  .adv {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
  }
  .stream {
    max-height: 1100px !important;
  }
  .slider1 {
    transform: translate(-50%, -34%) !important;
  }
  .slider1 .fz-22,
  .slider1 .fz-24 {
    font-size: 20px !important;
  }
  .slider1 .fz-28 {
    font-size: 26px !important;
  }
  .slider1 .fz-40,
  .slider1 .fz-35 {
    font-size: 30px;
  }
  .slider1 .slide-right:nth-child(1) {
    margin-top: 20px !important;
  }
  .slider1 .swiper-button-prev {
    left: 40px !important;
  }
  .slider1 .swiper-button-next {
    right: 40px !important;
  }
  .slider1 .swiper-wrapper .swiper-slide {
    box-shadow: 0px 0px 10.705887px 0.27318px rgba(24, 43, 109, 0.2) !important;
  }
  .slider1 .swiper-wrapper .swiper-slide:nth-child(1) {
    padding-top: 27px !important;
  }
  .adv__star {
    width: 25px;
    height: 25px;
  }
  .author__img {
    width: 450px;
    height: 450px;
    top: 0px !important;
    left: 49%;
    transform: translateX(-52%);
  }
  .author_descr {
    transform: translateY(90px) !important;
  }
  .pulse1 {
    top: 145px !important;
    left: 50% !important;
    transform: translateX(-52%) !important;
    width: 170px !important;
    height: 170px !important;
  }
  .pulse2 {
    top: 71px !important;
    left: 49% !important;
    transform: translateX(-52%) !important;
    width: 300px !important;
    height: 300px !important;
  }
  .author__right {
    position: relative;
    justify-content: center !important;
  }
  .certificates .fz-22 {
    font-size: 20px;
  }
  .certificates .slider__arrow {
    stroke: #13B9A5;
  }
  .certificates .swiper-button-prev {
    left: 5px;
  }
  .certificates .swiper-button-next {
    right: 5px;
  }
  .certificates .slide-link {
    font-size: 14px !important;
  }
  .certificates .swiper-slide {
    padding-right: 50px !important;
  }
  .certificates .slide-subdescr {
    margin-top: 60px !important;
  }
  .about__author {
    padding-bottom: 0px !important;
  }
  .examples {
    padding-top: 120px !important;
  }
  .about__author_wrapper {
    max-width: 850px !important;
    margin: 0 auto !important;
    margin-top: 116px !important;
    gap: 55px 31px !important;
  }
  .about__author_wrapper .fz-36 {
    font-size: 30px !important;
  }
  .about__author_wrapper .fz-24 {
    font-size: 24px !important;
  }
  .slider2 .fz-24 {
    font-size: 24px !important;
  }
  .slider2 .swiper-button-prev {
    left: 50px !important;
    border: none !important;
    background-color: transparent !important;
  }
  .slider2 .swiper-button-prev:hover {
    background-color: transparent !important;
  }
  .slider2 .swiper-button-prev svg {
    stroke: #13B9A5;
  }
  .slider2 .swiper-button-next {
    right: 50px !important;
    border: none !important;
    background-color: transparent !important;
  }
  .slider2 .swiper-button-next:hover {
    background-color: transparent !important;
  }
  .slider2 .swiper-button-next svg {
    stroke: #13B9A5;
  }
  .slider2 .swiper-wrapper {
    padding: 0 !important;
  }  
  .reg .fz-28 {
    font-size: 24px !important;
  }
  .reg .fz-24 {
    font-size: 18px !important;
  }
  .footer {
    font-size: 16px !important;
  }
}
@media (max-width: 1200px) and (min-width: 799px) {
  .author .container .authorToHide {
    display: block !important;
	max-width: 900px;
    margin: auto;
  }  
  .author .container .authorToHide2 {
    display: none;
  }
  .examples h1 {
    font-size: 30px !important;
  }
  html body .reg .mt-84 {
    margin-top: 40px;
  }
  .about__author {
    padding-top: 100px !important;
  }
  .author__content .author__left {
	margin: auto;  
  }
  .main__addition__arrow {
    height: 60px !important;
  }
  .main__addition {
    margin-top: 40px !important;
  }
  .start {
    min-height: 920px !important;
  }
  .start .main__content {
    align-items: center;
  }
  .start .main__content .form {
    margin-top: 40px !important;
  }
  .start .main__addition__plus svg {
    width: 30px !important;
    height: 30px !important;
  }
  .start h1 {
    font-size: 30px !important;
  }
  .start .main__addition__arrow {
    transform: translateY(-10px);
    height: 70px !important;
  }
  .start .main__feedback_img {
    bottom: -250px !important;
    scale: 0.9;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  button {
    font-size: 24px !important;
  }
  .adv {
    align-items: center;
  }
  .adv__strategy {
    max-width: 500px !important;
  }
  .stream {
    max-height: 1650px !important;
  }
  .slider1 {
    transform: translate(-50%, 16%) !important;
  }
  .slider1 .fz-22,
  .slider1 .fz-24 {
    font-size: 20px !important;
  }
  .slider1 .fz-28 {
    font-size: 24px !important;
  }
  .slider1 .fz-40,
  .slider1 .fz-35 {
    font-size: 26px;
  }
  .slider1 .swiper-wrapper .swiper-slide {
    box-shadow: 0px 0px 20px 1px rgba(24, 43, 109, 0.2) !important;
    scale: 0.9;
  }
  .author__img {
    width: 450px;
    height: 450px;
  }
  .pulse1 {
    top: 90px !important;
    left: 50% !important;
    transform: translateX(-52%) !important;
    width: 170px !important;
    height: 170px !important;
  }
  .pulse2 {
    top: -33px !important;
    left: 50% !important;
    transform: translateX(-52%) !important;
    width: 300px !important;
    height: 300px !important;
  }
  .author {
    padding-top: 80px !important;
  }
  .author__right {
    min-height: 457px !important;
    transform: translateY(165px);
    margin-bottom: 150px;
  }
  .about__author_wrapper {
    margin: 0 auto;
    margin-top: 116px;
    max-width: 790px !important;
  }
  .certificates .fz-36 {
    font-size: 16px;
  }
  .certificates .fz-20 {
    font-size: 13.011px;
  }
  h2,
  .fz-45 {
    font-size: 38px !important;
  }
  .fz-24,
  .fz-32,
  .fz-28,
  .fz-20 {
    font-size: 16px !important;
  }
  .fz-40 {
    font-size: 24px;
  }
  .fz-27 {
    font-size: 20px !important;
  }
  .fz-64 {
    font-size: 48px !important;
  }
  .fz-30 {
    font-size: 25px !important;
  }
  .fz-36 {
    font-size: 22px;
  }
  .examples {
    padding-top: 120px !important;
  }
  .about__author {
    padding-bottom: 0px !important;
  }
  .slider2 .fz-24 {
    font-size: 24px !important;
  }
  .slider2 .swiper-button-prev {
    left: 50px !important;
    border: none !important;
    background-color: transparent !important;
  }
  .slider2 .swiper-button-prev:hover {
    background-color: transparent !important;
  }
  .slider2 .swiper-button-prev svg {
    stroke: #13B9A5;
  }
  .slider2 .swiper-button-next {
    right: 50px !important;
    border: none !important;
    background-color: transparent !important;
  }
  .slider2 .swiper-button-next:hover {
    background-color: transparent !important;
  }
  .slider2 .swiper-button-next svg {
    stroke: #13B9A5;
  }
  .slider2 .swiper-wrapper {
    padding: 0 !important;
  }
  .slider2 .swiper-slide {
    scale: 0.89 !important;
  }
  .reg {
    padding-bottom: 0 !important;
  }
  .reg .fz-28 {
    font-size: 24px !important;
  }
  .reg .fz-24 {
    font-size: 18px !important;
  }
}
@media (max-width: 407px) {
  body main .author {
    padding-top: 100px !important;
  }
}
@media (max-width: 1600px) {
  body .reg__modals .modal {
    padding: 30px 20px;
    max-width: 460px;
  }
  body .reg__modals .modal .modal__error,
  body .reg__modals .modal .modal__progressBar,
  body .reg__modals .modal .modal__progress {
    height: 20px;
  }
  body .reg__modals .modal .text-reg {
    font-size: 12px;
  }
  body .reg__modals .modal .text-large {
    font-size: 18px;
  }
  body .reg__modals .modal .text-subLarge {
    font-size: 16px;
  }
  body .reg__modals .modal .tex-small {
    font-size: 12px;
  }
  body .reg__modals .modal .modal__subtitle {
    margin-top: 10px;
  }
  body .reg__modals .modal .modal__radio {
    width: 18px;
    height: 18px;
  }
  body .reg__modals .modal .modal__button {
    margin-top: 20px;
    height: 60px;
  }
  body .reg__modals .modal .modal__button svg {
    width: 35px;
    height: 35px;
  }
  body .reg__modals .modal .modal__title {
    margin-top: 20px;
  }
  body .reg__modals .modal .modal__form {
    margin-top: 10px;
  }
  body .reg__modals .modal .modal__input {
    padding-left: 20px;
    font-size: 16px;
    height: 50px;
  }
  body .reg__modals .modal .modal__input::placeholder {
    font-size: 16px;
  }
}
@media (max-width: 410px) {
  .main__addition__arrow {
    position: absolute !important;
    left: -10px !important;
  }
  html body .reg__left .pdfFeedback-mob {    
    padding: 10px !important;
  }    
}

@media (max-width: 1800px) {
  .vjs-control-bar span::before {
    transform: translateY(-20px);
    scale: 0.5;
  }
  .vjs-control-bar .vjs-mute-control span::before {
    transform: translate(-60px, -20px);
  }
}
@media (max-width: 800px) {
  .vjs-control-bar span::before {
    transform: translateY(0px) !important;
    scale: 1 !important;
  }
  .vjs-control-bar .vjs-mute-control span::before {
    transform: translate(0px) !important;
  }
}
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input:focus,
textarea:focus {
  outline: 0;
}

a,
button {
  font-weight: 400;
}

a {
  text-decoration: none;
}

button {
  border: 0;
  background: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
}

body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}
body.active-body {
  overflow: hidden;
}

h1 {
  color: #FFF;
  font-family: "Lato", sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 130%;
}

h2 {
  color: #1C1C1C;
  font-family: Inter;
  font-size: 56px;
  font-weight: 600;
}
h2 .yourChoise {
  font-size: 40px;
}

img {
  width: auto;
  height: 100%;
}

ul {
  list-style: none;
}

a {
  transition: 0.1s;
  text-decoration: none;
}
a:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}

p {
  line-height: normal;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
}
.main {
	position: relative;
}
.main_img_right {
	display: flex;
	align-items: flex-end;
	justify-content: right;
}
.main_descript {
	z-index: 3;
    padding: 30px 36px 38px 36px;
    max-width: 555px;
    border-radius: 20px;
    background: #000929;
    position: absolute;
    top: 515px;
}
.top_img {
	position: absolute;
    max-width: 800px;
    max-height: 800px;
    top: -30px;
    right: -100px;
    z-index: 2;
    scale: 0.8;
}
@media (max-width: 1800px) and (min-width: 1201px) {
	.top_img {
		position: absolute;
		max-width: 600px;
		max-height: 600px;
		top: -30px;
		right: -100px;
		z-index: 2;
		scale: 0.8;
	}
	.main_descript {
		top: 390px;
		max-width: 400px;
		right: 0px;
	}
	.main {
		display: flex;
	}
	.text-reg-b {
		font-size: 24px !important;
		max-width: 500px !important;
	}
}

button {
  color: #FAFAFA;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  border-radius: 14px;
  transition: 0.1s;
}

.btn-green {
  background: #13B9A5;
  box-shadow: 0px 7px 2px 0px #00463E;
}
.btn-soc {
	font-size: 22px !important;
	font-weight: 700 !important;
	margin: 20px auto;
	text-align: left;
	display: flex;
    align-items: center;
    gap: 20px;    
    width: 350px;
    padding: 20px 0 20px 50px;
	height: 70px;	
}
.btn-tg {	
	background: #2399D6;	
}
.btn-wa {
	background: #25d366
}
.btn-dwn {
	font-size: 22px !important;
	text-align: left;
	background: none;
	border: 1px solid #fff;
	box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.5);
}
.btn-orange {
  background: #F58400;
  box-shadow: 0px 7px 2px 0px #843F00;
}
.btn-orange:hover {
  background: #FFA63D;
  box-shadow: 0px 7px 2px 0px rgba(132, 63, 0, 0.6);
}

.text-reg {
  font-size: 24px;
}
.text-reg-b{
	max-width: 580px;
	color: #FFF;	
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
	text-align: center;
}
.white {
  color: #fff;
}

.white2 {
  color: #FAFAFA;
}
.header__main__title_mob {
	display: none;
}
.ytp-large-play-button {
  background: green;
  background-color: transparent !important;
}

.slider__arrow1 {
  transition: 0.1s;
}
.slider__arrow1 svg {
  stroke: white;
}
.slider__arrow1:hover {
  background-color: #FAFAFA !important;
  border: 1px solid rgba(19, 185, 165, 0.6);
}
.slider__arrow1:hover svg {
  stroke: rgba(19, 185, 165, 0.6);
}

.slider__arrow {
  transition: 0.1s;
  stroke: white;
}
.slider__arrow:hover {
  stroke: rgba(19, 185, 165, 0.6);
}

#toSlide {
  transition: 0.1s;
  cursor: pointer;
}
#toSlide:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}

.links__buttons {
  transition: 0.1s;
  fill: white;
}
.links__buttons:hover {
  fill-opacity: 0.6;
}

#special__slide a:hover {
  color: #3d3d3d !important;
}

#cert-1 .swiper-pagination1,
#cert-1 .swiper-pagination,
.slider1 .swiper-pagination1,
.slider1 .swiper-pagination,
.slider2 .swiper-pagination1,
.slider2 .swiper-pagination {
  display: none;
}

.swiper-pagination1 {
  justify-content: center !important;
  margin-top: 18px !important;
  gap: 16px !important;
}
.swiper-pagination1 .swiper-pagination-bullet {
  margin-right: 0px !important;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #DCDCDC;
}
.swiper-pagination1 .swiper-pagination-bullet-active {
  background: #00FEFE;
}
.swiper-pagination1 .swiper-pagination-bullet-active::after {
  border: none;
}

.certificates .swiper-pagination {
  display: flex;
}

.swiper-pagination {
  justify-content: center !important;
  margin-top: 18px !important;
  gap: 16px !important;
}
.swiper-pagination .swiper-pagination-bullet {
  margin-right: 0px !important;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #DCDCDC;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #00FEFE;
}
.swiper-pagination .swiper-pagination-bullet-active::after {
  border: none;
}

#cert-2 {
  display: none;
}
.bgc-purple {
	background: #37287D !important;
}
.bgc-purple .author__img {
    border-radius: 800px;
}
.bgc-white {
	background:#fff !important;
	color: #000 !important;
}
.bgc-white a {
	color: #5533EA !important;
}
.burger {
  display: none;
  z-index: 6;
  cursor: pointer;
}

#bg_mobile {
  display: none;
}

.reg__modals {
  z-index: 7;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2.5px);
  padding: 30px 0px;
}
.reg__modals .container {
  max-width: 1600px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.reg__modals .modal {
  max-width: 800px;
  width: 100%;
  padding: 44px 55px 53px 55px;
  border-radius: 30px;
  background: #F9F9F9;
  box-shadow: 0px 0px 68.7833480835px 3.4974586964px rgba(24, 43, 109, 0.2);
}
.reg__modals .modal__title {
  margin-top: 60px;
}
.reg__modals .modal__form {
  margin-top: 40px;
}
.reg__modals .modal__error {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FAFAFA;
  margin-top: 10px;
  border-radius: 20px;
  background: #FF4848;
  height: 42px;
}
.reg__modals .modal__input {
  color: #1C1C1C;
  font-size: 32px;
  padding-left: 40px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100px;
  border-radius: 14px;
  background: #FFF;
  box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.25);
  border: none;
  outline: none;
}
.reg__modals .modal__input::placeholder {
  color: #9F9F9F;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.reg__modals .modal__button_wrapper {
  display: flex;
  gap: 17px;
}
.reg__modals .modal__button {
  margin-top: 40px;
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.reg__modals .modal .btn-green:hover {
  background: #6CE7D9;
  box-shadow: 0px 7px 2px 0px rgba(0, 70, 62, 0.4);
}
.reg__modals .modal__radios {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.reg__modals .modal__formControl {
  display: flex;
  gap: 20px;
  align-items: center;
}
.reg__modals .modal__radio {
  -webkit-appearance: none;
  appearance: none;
  width: 26px;
  height: 26px;
  border: 1px solid #606060;
  border-radius: 50%;
}
.reg__modals .modal__radio:checked {
  background-color: #13B9A5;
}
.reg__modals .modal__congrats {
  margin-top: 20px;
  color: #F17808;
}
.reg__modals .modal__progressBar {
  border-radius: 20px;
  background: #D2D2D2;
  height: 42px;
}
.reg__modals .modal__progress {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FAFAFA;
  border-radius: 20px;
  background: #13B9A5;
  height: 42px;
}
.reg__modals #email .modal__progress {
  width: 50%;
}
.reg__modals #anketa-1 .modal__progress {
  width: 60%;
}
.reg__modals #anketa-2 .modal__progress {
  width: 70%;
}
.reg__modals #anketa-3 .modal__progress {
  width: 80%;
}
.reg__modals #anketa-4 .modal__progress {
  width: 85%;
}
.reg__modals #anketa-5 .modal__progress {
  width: 90%;
}
.reg__modals #closeModal {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
.reg__modals .text-large {
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
}
.reg__modals .text-subLarge {
  color: #1C1C1C;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}
.reg__modals .text-reg {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.reg__modals .tex-small {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.no-display {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden;
}

.mob {
  display: none;
}

#toUK,
#toUSA {
  cursor: pointer;
}

.btn-white {
  color: #1C1C1C;
  border-radius: 14px;
  background: #F9F9F9;
  box-shadow: 0px 2px 4px 4px rgba(0, 0, 0, 0.25);
}

.authorToHide {
  display: none;
}

.docModal {
  bottom: 0;
  left: 0;
  position: fixed !important;
  z-index: 11;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2.5px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.docModal img {
  height: auto;
  max-height: 764px;
}

.pdfFeedback-mob {
  display: none;
}

.ytp-title-link {
  color: #00463E;
}

.vjs-big-play-button {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
@media (max-width: 600px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 15px;
    height: 15px;
  }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  font-size: 20px;
  transition: color 0.3s;
}
@media (max-width: 600px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 18px;
  }
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 20px;
}
@media (max-width: 1400px) {
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 0;
  }
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 20px;
}
@media (max-width: 1400px) {
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 0;
  }
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  margin: 23px 0 0 5px;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer;
  margin: 0 22px 0 0 !important;
}
.swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border: 1px solid #531FB5;
  display: none;
  border-radius: 50%;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background-color: #531FB5;
}
.swiper-pagination-bullet-active:after {
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

.start {
  background: linear-gradient(180deg, #19213E 0%, #010A2A 100%);
  display: flex;
}
.start a {
  color: #fff;
}
.start .main__stream {
  width: 110px;
  height: 34px;
  border-radius: 5px;
  background: #777;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.start .main__img {
  scale: 0.9;
  position: absolute;
  bottom: -41px;
  right: -74px;
  max-width: 786px;
  width: 43.28vw;
  max-height: 792px;
  height: 43.28vw;
}
.start .header__main__title {
	margin-top: 20px;  
}
.start .header__main__subtitle {
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin: 20px 0;
  max-width: 880px;
}
.start .header__main__subtitle_wbg {
	background-color: #0C278E;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0 0 5px 10px #0C278E;
}
.bc-g{
	background-color: #bbb;
}
.start .container {
  position: relative;
  flex: 1;
}
.start #crossBtn {
  position: fixed;
  top: 20px;
  right: 20px;
}
.start .burger__menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2.5px);
  top: 0;
  left: 0;
  z-index: 5;
}
.start .burger__menu .menu {
  width: 70%;
  height: 100%;
  background: linear-gradient(180deg, #19213E 0%, #010A2A 100%);
  padding: 30px 15px;
}
.start .burger__menu .menu .nav__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.start .burger__menu .menu .nav__list li {
  font-size: 24px;
  font-weight: 400;
  line-height: 36.129px;
}
.start .burger__menu .menu .buttons {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
.start .header {
  display: flex;
  height: 88px;
  padding: 21px 0;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #FAFAFA;
}
.start .header__rigth {
  display: flex;
  gap: 60px;
}
.start .header nav {
  display: flex;
  align-items: center;
}
.start .header nav .nav__list {
  display: flex;
  gap: 40px;
  align-items: center;
}
.start .header nav .nav__list .nav__item {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
}
.start .header__buttons {
  display: flex;
  gap: 17px;
}
.start .main {
  margin-top: 60px;
  color: #fff;
}
.start .main .main__feedback_img {
  position: absolute;
  max-width: 790px;
  max-height: 441px;
  left: -90px;
  bottom: -220px;
}
.start .main .form {
  margin-top: 60px;
}
.start .main .form__radios {
  margin-top: 16px;
  gap: 15px;
  display: flex;
  flex-direction: column;
}
.start .main .form__radios .form__radio {
  display: flex;
  gap: 14px;
  align-items: center;
}
.start .main .form__radios .form__radio__button {
  width: 32px;
  height: 32px;
  appearance: none;
  border-radius: 50%;
  background-color: #fff;
}
.start .main .form__radios .form__radio__button:checked {
  background-image: url("../img/checkmark-small.png");
  background-size: contain;
}
.start .main .form__button {
  padding: 20px 25px;
  margin-top: 40px;
}
.start .main .form__button:hover {
  background: #6CE7D9;
  box-shadow: 0px 7px 2px 0px rgba(0, 70, 62, 0.4);
}
.start .main__addition {
	margin: 30px 0;
  transform: translateX(-15px);
  position: relative;
  display: flex;
  align-items: center;
}
.start .main__addition__img {
  width: 160px;
  max-height: 215px;
  z-index: 10;
  margin-left: 15px;
  margin-right: 15px;  
}
.start .main__addition__img__wrapper {
  position: relative;
}
.start .main__addition__img_mob {
  display: none;
}
.start .main__addition__wrapper {
  display: flex;
  gap: 10px;
}
.start .main__addition__plus {
  transform: translateY(-2px);
}
.start .main__addition__arrow {
  position: absolute;
  top: 0px;
  left: -50px;
}
.start .main__addition__descr {  
  font-size:36px;
  max-width: 500px;
}

.stream {
  color: #1C1C1C;
  position: relative;
  overflow-y: visible;
}
.stream h2 span {
  color: #13B9A5;
}
.stream .adv {
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
}
.stream .adv .yourChoise {
  margin-top: 20px;
  font-weight: 600;
  font-size: 40px;
}
.stream .adv .form {
  margin-top: 80px;
  color: #1C1C1C;
}
.stream .adv .form__radios {
  margin-top: 16px;
  gap: 30px;
  display: flex;
  justify-content: center;
}
.stream .adv .form__radios .form__radio {
  display: flex;
  gap: 14px;
  align-items: center;
}
.stream .adv .form__radios .form__radio__button {
  width: 32px;
  height: 32px;
  appearance: none;
  border-radius: 50%;
  box-shadow: 0px 0px 11px 2px rgba(19, 185, 165, 0.4) inset;
}
.stream .adv .form__radios .form__radio__button:checked {
  border: none;
  background-image: url("../img/checkmark-small.png");
  background-size: contain;
}
.stream .adv .form .btn__wrapper {
  display: flex;
  justify-content: center;
}
.stream .adv .form .btn__wrapper .btn-orange {
  margin-top: 40px;
  max-width: 693px;
  width: 100%;
  padding: 20px 0;
}
.stream .adv__strategy {
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
  gap: 80px 0px;
  justify-content: center;
}
.stream .adv__strategy__descr #addition_info {
  position: relative;
}
.stream .adv__strategy__descr .popup-wrapper {
  position: relative;
}
.stream .adv__strategy__descr #addition_info::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/info-small.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -2px;
  right: -16px;
}
.stream .adv__strategy__descr .popup-planr {
  font-size: 16px;
  position: absolute;
  top: 50px;
  right: -20px;
  display: flex;
  align-items: center;
  width: 201px;
  height: 84px;
  border-radius: 20px;
  background: #FAFAFA;
  box-shadow: 0px 0px 58.2716064453px 2.9629631042px rgba(24, 43, 109, 0.2);
}

.stream .adv__strategy__item {
  display: flex;
  gap: 18px;
  max-width: 533px;
  width: 100%;
}
.stream .adv__strategy__item .item__title {
  font-size: 32px;
}
.stream .adv__strategy__item .item__regText {
  font-size: 24px;
}
.stream .adv__strategy__item_number {
  font-size: 50px;
  position: relative;
  display: flex;
}
.stream .adv__strategy__item_number .number {
  z-index: 2;
}
.stream .adv__strategy__item_number .adv__star {
  position: absolute;
  left: -25px;
  top: 17px;
  z-index: 1;
}
.stream .adv__content h3 {
  margin-top: 100px;
}
.stream .adv__content_wrapper {
  margin-top: 80px;
  display: flex;
  gap: 65px;
}
.stream .adv__content__item {
  display: flex;
  gap: 10px;
  flex: 1;
}
.stream .adv__star {
  transform: translateY(-10px);
  width: 50px;
  height: 50px;
}
.stream .slider1 {
  position: absolute;
  color: #1C1C1C;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 2;
}
.stream .slider1 #green {
  color: #13B9A5;
}
.stream .slider1 .swiper-wrapper {
  padding: 40px;
  max-width: 1147px;
  margin: 0 auto;
}
.stream .slider1 .swiper-wrapper .swiper-slide {
  padding: 27px 60px;
  display: flex;
  max-width: 1147px;
  min-height: 255px;
  border-radius: 40px;
  background: #FAFAFA;
  box-shadow: 0px 0px 58.2716064453px 2.9629631042px rgba(24, 43, 109, 0.2);
}
.stream .slider1 .swiper-wrapper .swiper-slide div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.stream .slider1 .swiper-wrapper .swiper-slide .slide-left {
  max-width: 457px;
  width: 100%;
}
.stream .slider1 .swiper-wrapper .swiper-slide .slide-right {
  max-width: 545px;
  width: 100%;
}
.stream .slider1 .swiper-wrapper .swiper-slide:nth-child(1) {
  padding: 17px 60px;
}
.stream .slider1 .slider1Btn {
  position: static;
  transform: translateY(0);
  border-radius: 50%;
  width: 96px;
  height: 96px;
  background-color: #13B9A5;
}
.stream .slider1 .slider1Btn img {
  height: auto !important;
}

.author {
  position: relative;
  background: linear-gradient(180deg, #19213E 0%, #010A2A 100%);
  padding: 100px 0 62px 0;
  color: #fff;
  overflow-x: hidden;
}
.author a {
  color: #fff;
}
.author .container {
  position: relative;
}
.author .author__img {
  position: absolute;
  max-width: 800px;
  max-height: 800px;
  top: -80px;
  right: -100px;
  z-index: 2;
}
.author .pulse2 {
  position: absolute;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  top: -80px;
  right: -100px;
  z-index: 0;
  background-color: transparent;
}
.author__left {
  max-width: 880px;
}
.author__right {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: right;
}
.author__content {
  display: flex;
}
.author__content .author__list {
  margin-top: 80px;
}
.author__content .author__list__item {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
.author__content .author_descr {
  z-index: 3;
  margin-right: 27px;
  transform: translateY(42px);
  padding: 30px 36px 38px 36px;
  max-width: 555px;
  border-radius: 20.858px;
  background: #000929;
  box-shadow: 0px 0px 57px 14px rgba(19, 185, 165, 0.1);
}
.author__content .author_descr .author_name {
  font-family: "Poppins", sans-serif;
}
.author .certificates {
  margin-top: 60px;
}
.author .certificates .swiper-wrapper {
  max-width: 1442px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  height: 355px;
}
.author .certificates .swiper-wrapper .swiper-slide {
  overflow: visible;
  padding: 30px 40px 30px 404px;
  max-width: 1442px;
  color: #1C1C1C;
  position: relative;
  border-radius: 30px;
  background: #FAFAFA;
  height: 252px;
}
.author .certificates .swiper-wrapper .swiper-slide img {
  position: absolute;
  height: auto;
  bottom: 0;
  left: 56px;
  z-index: 1;
}
.author .certificates .swiper-wrapper .swiper-slide .author__search {
  position: absolute;
  top: 17%;
  cursor: pointer;
  left: 157px;
}
.author .certificates .swiper-button-prev,
.author .certificates .swiper-button-next {
  height: auto;
  transform: translateY(30px);
}

.pulse1 {
  animation: pulse-animation 4s infinite ease-in-out;
}

.pulse2 {
  animation: pulse-animation2 4s infinite ease-in-out;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 82px rgba(0, 167, 167, 0.1);
  }
  50% {
    box-shadow: 0 0 0 160px rgba(0, 167, 167, 0.1);
  }
  100% {
    box-shadow: 0 0 0 82px rgba(0, 167, 167, 0.1);
  }
}
@keyframes pulse-animation2 {
  0% {
    box-shadow: 0 0 0 82px rgba(0, 167, 167, 0.02);
  }
  50% {
    box-shadow: 0 0 0 160px rgba(0, 167, 167, 0.02);
  }
  100% {
    box-shadow: 0 0 0 82px rgba(0, 167, 167, 0.02);
  }
}
.about__author {
  padding: 120px 0px;
}
.about__author h2 span {
  color: #00A7A7;
}
.about__author .form {
  margin-top: 80px;
  color: #1C1C1C;
}
.about__author .form__radios {
  margin-top: 16px;
  gap: 30px;
  display: flex;
  justify-content: center;
}
.about__author .form__radios .form__radio {
  display: flex;
  gap: 14px;
  align-items: center;
}
.about__author .form__radios .form__radio__button {
  width: 32px;
  height: 32px;
  appearance: none;
  border-radius: 50%;
  box-shadow: 0px 0px 11px 2px rgba(19, 185, 165, 0.4) inset;
}
.about__author .form__radios .form__radio__button:checked {
  border: none;
  background-image: url("../img/checkmark-small.png");
  background-size: contain;
}
.about__author .about__author_wrapper {
  margin-top: 116px;
  display: flex;
  gap: 31px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about__author .about__author_wrapper .about__auhtor__item {
  position: relative;
  max-width: 376px;
  width: 100%;
  min-height: 431px;
  padding: 51px 30px 40px 30px;
  border-radius: 40px;
  background: #FAFAFA;
  box-shadow: 0px 0px 58.2716064453px 2.9629631042px rgba(24, 43, 109, 0.2);
}
.about__author .about__author_wrapper .about__auhtor__item img {
  top: 0;
  transform: translateY(-50%);
  position: absolute;
  height: auto !important;
}
.about__author .about__author_wrapper .about__auhtor__item span {
  font-weight: 600;
}
.about__author .btn__wrapper {
  display: flex;
  justify-content: center;
}
.about__author .btn__wrapper .btn-orange {
  max-width: 693px;
  margin-top: 50px;
  padding: 30px 100px;
}

.examples {
  color: #1C1C1C;
  padding-top: 86px;
  padding-bottom: 111px;
}
.examples h1 {
  color: #1C1C1C;
  line-height: normal;
  font-size: 50px;
}
.examples .btn__wrapper {
  padding: 0px 15px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.examples .btn-orange {
  max-width: 693px;
  width: 100%;
  padding: 20px 0px;
}
.examples .slider2 {
  position: relative;
  overflow: hidden;
}
.examples .slider2 .swiper-wrapper {
  padding: 51px;
  max-width: 1235px;
  margin: 0 auto;
}
.examples .slider2 .swiper-wrapper .swiper-slide {
  border-radius: 46px;
  background: #FAFAFA;
  box-shadow: 0px 0px 15px 3px rgba(24, 43, 109, 0.2);
  max-width: 1235px;
  padding: 60px 50px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 960px;
}
.examples .slider2 .swiper-wrapper .swiper-slide img {
  margin-top: 38px;
}
.examples .slider2 .swiper-wrapper .swiper-slide h2, .examples .slider2 .swiper-wrapper .swiper-slide .number {
  color: #00A7A7;
}
.examples .slider2 .swiper-wrapper .swiper-slide .slide__addition {	
  color: #757575;
}
.examples .slider2 .swiper-wrapper .swiper-slide .details {
  max-width: 691px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.examples .slider2 .swiper-wrapper .swiper-slide .details .number {
  position: relative;
}
.examples .slider2 .swiper-wrapper .swiper-slide .details #info {
  position: absolute;
  height: auto;
  top: -53px;
  right: -32px;
}
.examples .slider2 .slider1Btn {
  border-radius: 50%;
  width: 96px;
  height: 96px;
  background-color: #13B9A5;
}
.examples .slider2 .slider1Btn img {
  height: auto !important;
}

.sectionPlayer {
  background: linear-gradient(180deg, #19213E 0%, #010A2A 100%);
  padding-top: 70px;
  padding-bottom: 65px;
}
.sectionPlayer h1 {
  line-height: normal;
}
.sectionPlayer .player__wrapper {
  max-width: 998px;
  margin: 0 auto;
  position: relative;
  margin-top: 61px;
}
.sectionPlayer .player__wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.reg {
  padding-top: 75px;
  padding-bottom: 120px;
}
.reg__content {
  margin-top: 90px;
  display: flex;
}
.reg__right {
  color: #1C1C1C;
  max-width: 693px;
  width: 100%;
}
.reg__right button {
  margin-top: 33px;
  width: 100%;
  padding: 30px 0;
}
.reg__right .checkbox_wrapper, .main__addition__descr .checkbox_wrapper_main {
  margin-top: 40px;  
  display: flex;
  align-items: center;
  gap: 15px;
}
.checkbox_wrapper_main {
	margin-bottom: 20px;
}
.reg__right .checkbox_wrapper input, .main__addition__descr .checkbox_wrapper_main input {
  appearance: none;
  background-image: url(../img/checkmakr-gray.png);
  background-size: cover;
  width: 28px;
  height: 28px;
}
.reg__right .checkbox_wrapper input:checked, .main__addition__descr .checkbox_wrapper_main input:checked {
  background-image: url(../img/checkmakr-gray.png);
  background-size: cover;
}

.reg__right .form__radios {
	display: flex;
    flex-direction: column;
  margin-top: 16px;
  gap: 15px;
}
.reg__right .form__radios .form__radio {
  display: flex;
  gap: 14px;
  align-items: center;
}
.reg__right .form__radios .form__radio__button {
  width: 32px;
  height: 32px;
  appearance: none;
  border-radius: 50%;
  background: #FAFAFA;
  box-shadow: 0px 0px 11px 2px rgba(19, 185, 165, 0.4) inset;
}
.reg__right .form__radios .form__radio__button:checked {
  background-image: url("../img/checkmark-small.png");
  background-size: contain;
}
.reg__left {
  position: relative;
  margin-top: 80px;
  display: flex;
  justify-content: center;
  max-width: 716px;
  width: 100%;
}
.reg__left .pdfFeedback {
  position: relative;
  max-width: 381px;
  padding: 100px 10px 38px 10px;
  border-radius: 44.733px;
  background: #FAFAFA;
  box-shadow: 0px 0px 65.1668777466px 3.3135700226px rgba(24, 43, 109, 0.2);
}
.reg__left .pdfFeedback img {
  width: 130px;
  height: 180px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
}
.reg__left .dekstop-pdfArrow {
  position: absolute;
  top: -97px;
  right: 34px;
}
.reg__left .dekstop-pdfArrow svg {
  width: 244px;
  height: 45px;
}

.bonus {
  height: 100%;
}
.bonus .header {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid white;
}
.bonus .header__buttons_wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}
.bonus .header__buttons_wrapper .personalManager {
  color: white;
  font-size: 20px;
  font-weight: 400;
  line-height: 36.129px;
}
.bonus__main {
  color: white;
  background: linear-gradient(180deg, #19213E 0%, #010A2A 100%);
  padding-bottom: 40px;
}
.bonus__title {
  margin-top: 60px;
}
.bonus__title_b {
	margin: auto;
	width: 950px;
}
html body .youtube-reg {
	  padding-top: 0px !important;
}
@media (max-width: 1200px) and (min-width: 801px) {
	.bonus__title_b {
		width: 700px;
	}
	html body .footer-bonus .container {
	display: flex;    
	flex-direction: row;
    gap: 30px;
  }
}
@media (max-width: 800px) and (min-width: 461px) {
	.bonus__title_b {
		width: 450px;
	}
	.footer-bonus .container {
		display: flex;
		justify-content: space-between;
		flex-direction: column-reverse;
		align-items: center;
		gap: 30px;
	}
}
@media (max-width: 460px) {
	.header__main__title_desk {
		display: none;
	}
	.header__main__title_mob {
		display: block;
	}
	html body section .container .main h1{
		font-size: 23px;
	}
	.adv {
		padding-top: 100px !important;
	}
	.bonus__title_b {
		width: 300px;
	}
	.author__content .author_descr {		
		padding: 24px 28px 30px;		
	}
	.checkbox_wrapper_main {
		margin: 5px 0 10px !important;
	}
}
@media (max-width: 381px) {
  html body .start {
    min-height: 800px !important;
  }
  html body section .container .main h1{
		font-size: 22px;
	}
}
@media (max-width: 375px) {
  html body .start {
    min-height: 840px !important;
  }
}
@media (max-width: 325px) {
  html body .start {
    min-height: 870px !important;
  }
}
.bonus__offer {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1137px;
  margin: 0 auto;
  margin-top: 60px;
  gap: 50px;
}
.bonus__offer .potential {
  margin-top: 15px;
}
.bonus__offer .btn-green {
  display: flex;  
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  max-width: 530px;
  width: 100%;
  padding: 20px 0 20px 50px;
}
.bonus__manager {
  padding: 100px 0;
}
.bonus__manager__wrapper {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 20px 8px rgba(0, 0, 0, 0.2);
  padding: 38px 128px;
  display: flex;
  justify-content: space-between;
}
.bonus__manager__wrapper .manager__contacts {
  max-width: 380px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bonus__manager__wrapper .manager__contacts img {
  height: auto;
}
.bonus__manager__wrapper .manager__contacts .manager__name {
  margin-top: 10px;
  text-decoration: underline;
}
.bonus__manager__wrapper .manager__contacts .manager__phone {
  margin-top: 5px;
  text-decoration: underline;
}
.bonus__manager__wrapper .manager__contacts .manager__links {
  cursor: pointer;
  margin-top: 15px;
  display: flex;
  gap: 10px;
}
.bonus__manager__wrapper .manager__contacts .manager__links svg {
  fill: #000929;
}
.bonus__manager__wrapper .manager__contacts .manager__links svg path {
  fill: white;
}
.bonus__manager__wrapper .manager__descr {
  max-width: 800px;
  width: 100%;
}
.bonus__manager__wrapper .manager__descr ol {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
}
.bonus .orange {
  color: #F17808;
}
.bonus .text-large {
  font-size: 38px;
  font-weight: 600;
  line-height: 140%;
}
.bonus .text-subLarge {
  color: #1C1C1C;
  font-size: 36px;
  font-weight: 600;
  line-height: 140%;
}
.bonus .text-reg {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.bonus .tex-small {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

@media (max-width: 1800px) {
  .bonus .container .bonus__offer {
    max-width: 880px;
  }
  .bonus .container .bonus__manager__wrapper {
    padding: 38px 50px;
    gap: 80px;
  }
  .bonus .container .text-large {
    font-size: 28px;
  }
  .bonus .container .text-subLarge {
    font-size: 26px;
  }
  .bonus .container .text-reg {
    font-size: 22px;
  }
  .bonus .container .tex-small {
    font-size: 20px;
  }
  .examples .slider2 .swiper-wrapper .swiper-slide {
		min-height: 855px;
	}
	.slider2 .swiper-slide {
		scale: 0.89 !important;
	}
}
@media (max-width: 800px) {
  .bonus .container .btn-green {
    margin-top: 20px;
    padding: 15px 0px;
  }
  .bonus .container .personal {
    display: none;
  }
  .bonus .container .text-large {
    font-size: 22px;
  }
  .bonus .container .text-reg {
    font-size: 16px;
  }
  .bonus .container .tex-small {
    font-size: 14px;
  }
  .bonus .bonus__offer {
    margin-top: 40px;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }
  .bonus .bonus__off1er img {
    width: 196px;
    height: 317px;
  }
  .bonus .bonus__manager {
    padding: 60px 0;
  }
  .bonus .bonus__main {
    padding-bottom: 20px;
  }
  .bonus .bonus__manager__wrapper {
    gap: 40px !important;
    flex-direction: column;
    align-items: center;
    padding: 38px !important;
  }
  .bonus .manager__contacts img {
    width: 200px;
    height: 200px;
  }  
}
.footer {
  background: linear-gradient(180deg, #19213E 0%, #010A2A 100%);
  padding: 60px 0;
  font-size: 18px;
  color: #fff;
}
.footer .container {
  display: flex;
  justify-content: space-between;
}
.footer a {
  color: #fff;
  text-decoration: underline;
}
.footer span {
  font-weight: 600;
}
.footer #first_footerItem {
  max-width: 536px;
}
.footer #first_footerItem .wrapper {
  display: flex;
  gap: 58px;
}
.footer_item:nth-child(3) .wrapper_links {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer .wrapper_links div {
  display: flex;
  align-items: center;
  gap: 16px;
}
.bonus-text-c {
	text-align: center;
    font-size: 16px;
    color: #eee;
}
.registration.anketap, .registration.phonePage {
  background: linear-gradient(180deg, #19213E 0%, #010A2A 100%);
  height: 100vh;
}
.certfiicate {
	cursor: pointer;
	text-decoration: underline;
}
.registration * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.registration .container {
  padding: 0px 10px;
  max-width: 1600px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.registration #ltForm6802876 {
  background-color: white;
  max-height: 720px;
}
.registration #ltForm6802877 {
  background-color: white;
  max-height: 570px;
}
.registration #ltForm6802876 .modal__title, .registration #ltForm6802877 .modal__title{
  margin: 30px 0;  
  color: black !important;
}
.registration #ltForm6802876 .modal__progress, .registration #ltForm6802877 .modal__progress{
  width: 95%;
}
.registration main {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.registration .modal__subtitle {
  margin-top: 20px;
  color: white;
}
.registration .modal__phoneTitlte {
  color: white;
  margin-top: 40px;
}
.registration .phoneImage {
  margin: 0 auto;
  margin-top: 40px;
  height: auto;
}
.registration .header {
  width: 100%;
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
}
.registration .header__logo {
  height: 100%;
  width: auto;
}
.registration .header__buttons_wrapper {
  display: flex;
  gap: 20px;
}
.registration .header .button svg {
  fill: white;
}
.registration .modal {
  max-width: 800px;
  width: 100%;
  padding: 44px 55px 53px 55px;
  border-radius: 30px;
  background: #F9F9F9;
  box-shadow: 0px 0px 68.7833480835px 3.4974586964px rgba(24, 43, 109, 0.2);
}
.registration .modal__error {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FAFAFA;
  margin-top: 20px;
  border-radius: 20px;
  background: #FF4848;
  height: 42px;
  width: 100%;
}
.registration .modal__input {
  margin-top: 20px;
  color: #1C1C1C;
  font-size: 30px;
  padding-left: 40px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100px;
  border-radius: 14px;
  background: #FFF;
  box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.25);
  border: 1px solid #ddd;
  outline: none;
}
.registration .modal__input::placeholder {
  color: #9F9F9F;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.registration .modal__button_wrapper {
  display: flex;
  gap: 17px;
}
.registration .modal__button {  
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  text-transform: uppercase;
  position: relative;
}
.registration .modal__button:after {
    content: "\f18e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    font-size: 30px;
    margin-left: 0.25em;    
}
@media (max-width: 1600px) {
	.registration .modal__button:after {
		font-size: 22px;
	}
}
.registration .modal .btn-orange {
	box-shadow: 0px 3px 2px 0px #843F00;
}
.registration .modal .btn-green:hover {
  background: #6CE7D9;
  box-shadow: 0px 7px 2px 0px rgba(0, 70, 62, 0.4);
}
.registration .modal__radios {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.registration .modal__formControl {
  display: flex;
  gap: 20px;
  align-items: center;
}
.registration .modal__radio {
  -webkit-appearance: none;
  appearance: none;
  width: 26px;
  height: 26px;
  border: 1px solid #606060;
  border-radius: 50%;
}
.registration .modal__radio:checked {
  background-color: #13B9A5;
}
.registration .modal__congrats {
  margin-top: 20px;
  color: #F17808;
}
.registration .modal__progressBar {
  border-radius: 20px;
  background: #D2D2D2;
  height: 42px;
}
.registration .modal__progress {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FAFAFA;
  border-radius: 20px;
  background: #13B9A5;
  height: 42px;
}

#anketa-1 .modal__progress {
  width: 60%;
}

#anketa-2 .modal__progress {
  width: 70%;
}

#anketa-3 .modal__progress {
  width: 80%;
}

#anketa-4 .modal__progress {
  width: 85%;
}

#anketa-5 .modal__progress {
  width: 90%;
}

#closeModal {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}

.text-large {
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
}

.text-subLarge {
  color: #1C1C1C;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.text-reg {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.tex-small {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media (max-width: 768px) {
  .header .header__logo {
    max-width: 180px;
  }
  .header .button svg {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 1600px) {
  .registration #ltForm6802876 {
    padding: 10px 20px;
    max-height: 410px;
  }
  .registration #ltForm6802877 {
    padding: 10px 20px;
    max-height: 370px;
  }
  .registration .container .modal {
    padding: 30px 20px;
    max-width: 460px;
  }
  .registration .container .modal .modal__form {
    padding: 0px;
  }
  .registration .container .modal .modal__error {
    margin-top: 10px;
  }
  .registration .container .modal .modal__error,
  .registration .container .modal .modal__progressBar,
  .registration .container .modal .modal__progress {
	margin-top: 10px;
    height: 20px;
  }
  .registration .container .modal .text-reg {
    font-size: 12px;
  }
  .registration .container .modal .text-large {
    font-size: 18px;
	font-weight: 400;
  }
  .registration .container .modal .text-subLarge {
    font-size: 16px;
  }
  .registration .container .modal .tex-small {
    font-size: 12px;
  }
  .registration .container .modal .modal__subtitle {
    margin-top: 10px;
  }
  .registration .container .modal .modal__radio {
    width: 18px;
    height: 18px;
  }
  .registration .container .modal .modal__button {    
    height: 50px;
    font-size: 16px;
  }
  .registration .container .modal .modal__button svg {
    width: 35px;
    height: 35px;
  }
  .registration .container .modal .modal__title {
    margin-top: 20px;
  }
  .registration .container .modal .modal__form {
    margin-top: 10px;
  }
  .registration .container .modal .modal__radios {
    margin-top: 20px;
  }
  .registration .container .modal .modal__input {
    margin-top: 20px;
    padding-left: 20px;
    font-size: 16px;
    height: 50px;
  }
  .registration .container .modal .modal__input::placeholder {
    font-size: 14px;
  }
}
.registration .container {
  height: 100%;
}
.registration main {
  height: 100%;
}
.registration .modal {
  background-color: transparent;
  box-shadow: none;
}
.registration .modal__title {
  color: white;
}

.phonePage {
  height: auto !important;
}
.phonePage .container {
  overflow: visible !important;
}
.phonePage form {
  height: inherit !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.registration .anketaMain {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.registration .anktetaDescr {
  flex: 100%;
  transform: translateY(-50px);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.registration .anktetaDescr .subtitle {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.registration .anktetaDescr .title {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.registration .anketaImg {
  width: 300px;
  height: 475px;
}
.registration .anketa__wrapper {
  flex: 100%;
}
.registration .anketa__wrapper .modal {
  background-color: #F9F9F9;
}
.registration .anketa__wrapper .modal__title {
  margin-top: 40px;
  color: #1C1C1C;
}
.registration .anketa__wrapper .modal__subtitle {
  margin-top: 20px;
}

@media (max-width: 1800px) {
  .registration .anktetaDescr .subtitle {
    font-size: 16px !important;
  }
  .registration .anktetaDescr .title {
    font-size: 28px !important;
  }
  .registration .anktetaDescr .anketaImg {
    width: 220px !important;
    height: 375px !important;
  }
  .registration .modal__button {
	  font-size: 24px !important;
  }
}
@media (max-width: 1600px) {
  .registration .container {
    max-width: 1050px !important;
  }
  .registration .anktetaDescr .anketaImg {
    width: 125px !important;
    height: 220px !important;
  }
  .registration .anktetaDescr .subtitle {
    font-size: 14px !important;
  }
  .registration .anktetaDescr .title {
    font-size: 24px !important;
  }
}
@media (max-width: 800px) {
  .registration main .anketa__wrapper {
    display: flex;
    justify-content: center !important;
  }
  .registration main .anktetaDescr {
    display: none;
  }
}

/* Popup_form */
.popup_form__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    opacity: 0; 
    pointer-events: none; 
    transition: 0.5s all;
}

.popup_form__bg.active { 
    opacity: 1; 
    pointer-events: all; 
    transition: 0.5s all;
	z-index: 999;
}

.popup_form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0); 
    background: #fff;
    width: 400px;
    padding: 25px;
    transition: 0.5s all;
}

.popup_form.active { 
    transform: translate(-50%, -50%) scale(1); 
    transition: 0.5s all;
	padding: 0;
	min-width: 60%;
	background: none;
}

.close-popup_form {
    position: absolute;
    top: 15px;
    right: -50px;
    cursor: pointer;
	font-size: 20px;
    font-weight: 500;
    text-shadow: 0px 0px 1px black;
    color: #d2d2d2;
}
.btn__wrapper_a {
	width: 100%;
    text-align: center;
}
@media (max-width: 1000px) {
	.close-popup_form {
		top: 10px;
		right: 15px;
	}
}
.popup_form label {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column-reverse;
}

.popup_form .label__text {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #cfd0d3;
    margin-bottom: 5px;
}

.popup_form input {
    height: 45px;
    font-size: 18px;
    border: none;
    outline: none;
    border-bottom: 1px solid #cfd0d3;
}

.popup_form input:focus {
    border-bottom: 1px solid #2982ff;
}

.popup_form input:focus + .label__text {
    color: #2982ff;
}

.popup_form textarea {
    resize: none;
    width: 100%;
    height: 150px;
    border: none;
    outline: none;
    border-bottom: 1px solid #cfd0d3;
    font-size: 18px;
    padding-top: 5px;
}

.popup_form textarea:focus {
    border-bottom: 1px solid #2982ff;
}

.popup_form textarea:focus + .label__text {
    color: #2982ff;
}
@media (max-width: 1800px) {
	.m404.main {
		display: flex;
		justify-content: center;
	}
	.text-404.fz-96 {
		font-size: 68px !important;
	}
	.a-404.fz-36 {
		font-size: 34px;
	}
	.s404.start {
		min-height: 40vh !important;
	}
}
@media (max-width: 800px) {
	.start .main__stream {
		font-size: 20px;
		width: 90px;
		height: 30px;
		font-weight: 400;
		line-height: 1;
		margin: 0 auto 10px;
	}
	.text-404.fz-64 {
		font-size: 28px !important;
	}
	.a-404.fz-36 {
		font-size: 26px;
	}
	html body section .container .h404.header {
		border-bottom: 1px solid #FAFAFA !important;
	}
	.hb404.header__buttons{
		display: block !important;
	}
}
.start .main .form__radios_time, .reg__right .form__radios_time {
	display: flex;
    flex-direction: column-reverse;
}
.main-404 {
	display: flex;
    flex-direction: column;
    align-items: center;
	min-height: 50vh;
}
.text-404 {
	text-align: center;
	color: #aaa;
}
.text-404 h1 {
	text-transform: uppercase;
}
.a-404 {
	margin: 40px 0;
    text-decoration: underline;
    color: #13B9A5 !important;
}
.a-404:hover {
	color: #00ffe0 !important;
}
.bgc-white .header {
	border-bottom: 1px solid #000929;
}
main .bgc-white .container {
	padding-bottom: 30px !important;
}
.rept-links-buttons {
	fill: #5533EA;
}
.rept-links-buttons-white {
	fill: #fff;
}
.rept_main {
	margin: 30px 0;
	display: flex;
	align-items: center;	
}
.rept_main_img {
	min-width: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-left: 100px;	
	position: relative;
}    
.rept_top_img {
	max-width: 450px;
	max-height: 535px;
}
.rept_timer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.rept_main_img_div {
	position: relative;	
	margin-bottom: 20px;
}
#f-timer {
	color:#686868;			
	font-family: Inter;
	font-size: 24px;	
	font-weight: 400;	
}
#timer {
	font-size: 24px;
	font-family: Inter;
	color: #686868;	
	overflow: hidden;	
}  
.rept-arrow {
	position: absolute;
    bottom: -40px;
    right: -25px;
    transform: rotate(-10deg);
}	
.rept_main_stream {
	position: absolute;    
    right: 25px;
    bottom: 0px;
	display: flex;
    justify-content: center;
    align-items: center;
	color: #FFF;
	font-feature-settings: 'case' on;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	width: 165px;
	height: 56px;
	flex-shrink: 0;
	border-radius: 14px;
	background: #E99F1B;
	box-shadow: 0px 5px 25.0649356842041px 7.5194807052612305px rgba(89, 56, 236, 0.31);
}
.rept_header_main_title {
	margin-top: 30px;	
	color: #000929;	
	font-family: Inter;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	text-transform: uppercase;
}
.rept_header_main_subtitle {	
	margin-top: 40px;
	color: #351C75;
	font-family: Inter;	
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	text-transform: uppercase;
}
.rept_header_main_button {
	display: flex;
    margin-top: 60px;
}
.rept_btn_soc {
	width: 492px;
	height: 93px;
	flex-shrink: 0;
	border-radius: 12.959px;
	background: linear-gradient(180deg, #5533EA 0%, #6C4DF6 100%);
	box-shadow: 0px 6.479478359222412px 1.8512794971466064px 0px #00463E;
	color: #FAFAFA;
	font-family: Inter;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-decoration: underline;
}
.rept_div_a {
    display: flex;
    justify-content: center;
    max-width: 490px;
    margin-top: 30px;	
}
.rept_a_text {	
	color: rgba(0, 0, 0, 0.75);
	font-family: Inter;	
	font-style: italic;
	font-weight: 500;
	line-height: normal;
	text-decoration-line: underline;
	cursor: pointer;
}
.rept_author_descr {
	z-index: 3;
    margin-right: 20px;   
    padding: 30px 36px 38px 36px;
    max-width: 555px;
    border-radius: 20.858px;
    background: #250658;
    box-shadow: 0px 0px 57px 14px rgba(19, 185, 165, 0.1);
}
.rept_author_img {
    position: absolute;
    width: 800px;
    height: 800px;
    top: -60px;
    right: -100px;
    z-index: 2;
}
.rept-modal-button, .rept-modal-text {
	margin-top: 0 !important;
}
.rept-modal-button {
	font-size: 30px;
}
.registration .rept-modal-button:after {
	content: none;
}
.rept_main_stream_mob {
	display: none;
}	
.rept_button_mob {
	display: none;	
}
.footer .rept_button_mob {	
	text-decoration: none;
}
.dwn_button_mob {
	display: none;
}

@media (max-width: 1800px) {
	.rept-start {
		min-height: 700px !important;
	}
	.rept_main_img {
		margin-left:0;
		min-width: 550px;
	}
	.rept_top_img {
		max-width: 400px;
		max-height: 475px;
	}
	.rept_btn_soc {		
		height: 80px;		
	}
	.rept_author_img {
		max-width: 600px;
		max-height: 600px;
	}
	.rept_aut_ul {
		margin-top: 40px !important;
	}
	.rept_author_descr {		
		margin-right: 0;
		transform: translateX(40px);
	}	
	.rept-modal-button {
		font-size: 26px !important;
	}
}

@media (max-width: 1700px) {
	.rept_aut_ul .fz-30 {
		font-size: 20px !important;
	}
	
}
@media (max-width: 1600px) {
	.rept_aut_ul .fz-30 {
		font-size: 20px !important;
	}
	.rept-modal-button {
		font-size: 22px !important;
	}	
	.registration .modal__button {
	  font-size: 22px !important;
	}
}

@media (max-width: 1200px) {	
	.rept_main_img {
		min-width: 450px;
	}
	.rept_header_main_title {
		max-width: 550px;
	}
	.rept_top_img {
		max-width: 350px;
		max-height: 415px;
	}
	#f-timer, #timer {
		font-size: 20px;
	}
	.rept_main {
		margin-top: 20px;		
	}
	.rept_btn_soc {
		width: 400px;
		height: 75px;
		font-size: 20px !important;
	}
	.rept_div_a {
		max-width: 400px;
	}
	.rept_aut {
		padding: 60px 0 !important;
	}
	.start.bgc-white {
		min-height: 0 !important;
	}
	.rept_author_img {
		max-width: 500px;
		max-height: 500px;
		top: -160px;
		right: auto;
	}
	.rept_author_descr {		
		transform: translateX(0px);
	}
	.rept_aut_r {
		min-height: 370px !important;
	}
	.rept_button_mob {
		display: block;
	}
	.rept_button_mob .rept_btn_soc{
		margin: -30px auto 30px;
	}
	.examples .slider2 .swiper-wrapper .swiper-slide {
		min-height: 970px;
	}
	.examples .slider2 .swiper-wrapper .swiper-slide img {
		max-height: 365px;
	}
}

@media (max-width: 1000px) {
	.rept_main {
		flex-direction: column-reverse;
	}
	.rept_main_content {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.rept-arrow {
		display: none;
	}
	.rept_header_main_title, .rept_header_main_subtitle {
		text-align: center;
		max-width: 650px;
	}
	.rept_header_main_subtitle, .rept_div_a {
		margin-top: 25px;
	}
	.rept_header_main_button {
		margin-top: 20px;
	}
	.rept_top_img {
		max-width: 300px;
		max-height: 360px;
		margin-top: 20px;
	}   
	.dwn_top_text {
		text-align: center;
	}
	.rept_main_stream_desk {
		display: none;
	}
	.rept_header_main_title {
		margin-top: 10px;
	}
	.rept_main_stream_mob {
		display: flex;
		position: absolute;
		scale: 0.7;
		right: -15px;
		bottom: -15px;
	}	
	.dwn_button_desk {
		display: none;
	}
	.dwn_button_mob {
		display: block;
		margin: 20px auto;
	}
}

@media (max-width: 800px) {
	.header__buttons.rept_headert_but {
		display: block !important;		
	}
	.rept_main_stream {
		font-size: 16px;		
		width: 150px;
		height: 45px;
	}
	.rept_top_img {
		max-width: 200px;
		max-height: 240px;
	}
	.start.bgc-white .header {
		border-bottom: 1px solid #000929 !important;
	}
	.fz-56 {
		font-size: 24px;
	}
	.fz-40.rept_header_main_subtitle {
		font-size: 20px;
	}	
	.rept_btn_soc {
		width: 300px;
		height: 65px;
		font-size: 16px !important;
	}
	.rept_btn_soc svg {
		width: 35px;
	}
	.rept_a_text.fz-27 {
		font-size: 16px;
	}
	.rept_main_img {		
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.rept_author_img {
		max-width: 300px;
		max-height: 300px;		
	}
	.rept_author_descr {		
		transform: translateY(90px);
		padding: 20px;
	}
	html body .author .rept_author_descr .fz-40 {
		font-size: 20px !important;
	}
	html body .rept_aut.author {
		padding-top: 40px !important;		
	}
	html body .rept_author_descr .fz-28{	
		font-size: 16px;		
	}
	html body .author .rept_aut_r.author__right {
		min-height: 10px !important;
	}
	.dwn_top_text.fz-40 {
		margin-bottom: 30px;
		font-size: 16px;
	}
	.registration .modal__button {
	  font-size: 20px !important;
	}
	.examples .slider2 .swiper-wrapper .swiper-slide {
		min-height: 430px;
	}
	.examples .slider2 .swiper-wrapper .swiper-slide img {
		max-height: 185px;
	}
}
@media (max-width: 600px) {
	.examples .slider2 .swiper-wrapper .swiper-slide {
		min-height: 455px;
	}
	.registration .modal__input {
		background: #f5f5f5;    
		border: 2px solid #ddd;
	}
}
@media (max-width: 450px) {
	.rept_main_img {
			min-width: 300px;
	}
}
.dwn_top_text {
	padding: 0 40px;
    margin: 40px auto 0;
	color: #351C75;
	font-family: Inter;	
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 52px */
	text-transform: uppercase;
}
.dwn_main {
	margin-top: -50px;
}
#countdown {
	color: red;
}
.swiper-wrapper {
	transition: all 1s ease 0s;
}
.slider2 .swiper-slide {
	width: 1600px;
    margin-right: 200px;
}
#slider12 {
	display: none;
}
#slider13 {
	overflow: visible;
}
@media (max-width: 1800px) {
	#slider13 {
		display: none;
	}
	#slider12 {
		display: flex;
	}
}