html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:700}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*:after,*:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;outline:none}a:focus{outline:none}h1,h2,h3,h4,h5,h6{margin: 0;}ul,ol{margin: 0;padding: 0;list-style: none;}


@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Regular.eot');
	src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
		url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Regular.woff') format('woff'),
		url('../fonts/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Bold.eot');
	src: local('Proxima Nova Bold'), local('ProximaNova-Bold'),
		url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Bold.woff') format('woff'),
		url('../fonts/ProximaNova-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}


@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-Light.eot');
    src: local('Unbounded Light'), local('Unbounded-Light'),
        url('../fonts/Unbounded-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Unbounded-Light.woff2') format('woff2'),
        url('../fonts/Unbounded-Light.woff') format('woff'),
        url('../fonts/Unbounded-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-Regular.eot');
    src: local('Unbounded Regular'), local('Unbounded-Regular'),
        url('../fonts/Unbounded-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Unbounded-Regular.woff2') format('woff2'),
        url('../fonts/Unbounded-Regular.woff') format('woff'),
        url('../fonts/Unbounded-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-Bold.eot');
    src: local('Unbounded Bold'), local('Unbounded-Bold'),
        url('../fonts/Unbounded-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Unbounded-Bold.woff2') format('woff2'),
        url('../fonts/Unbounded-Bold.woff') format('woff'),
        url('../fonts/Unbounded-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-Black.eot');
    src: local('Unbounded Black'), local('Unbounded-Black'),
        url('../fonts/Unbounded-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Unbounded-Black.woff2') format('woff2'),
        url('../fonts/Unbounded-Black.woff') format('woff'),
        url('../fonts/Unbounded-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



*, *:after, *:before {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

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

body {
    font-family: 'Proxima Nova';
    color: #fff;
    background-color: #000;
}

body,
html {
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
}

button {
    margin: 0;
    padding: 0;
    border: 0;
}

.noscroll {
    overflow: hidden;
}

.center {
    text-align: center;
}



.color {
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;


/*
    background: linear-gradient(91.79deg, #01FFA8 0%, #A30DF2 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;

text-shadow:
  0 2px 4px rgba(255, 255, 255, 0.25);
*/
  


  /*
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
linear-gradient(91.79deg, #01FFA8 0%, #A30DF2 100%);

box-shadow: 0px 2.14px 2.14px -17.09px rgba(255, 255, 255, 0.25) inset,
0px -2.14px 2.14px 0px rgba(255, 255, 255, 0.2) inset,
0px 0px 2.14px 0px rgba(255, 255, 255, 0.5) inset;

*/



}


.color-1 {
    top: -6px;
    width: 141px;
    height: 26px;
    font-size: 0;
    margin-right: -20px;
    margin-bottom: -2px;
    background-image: url(../img/color-1.png);
}

.color-2 {
    width: 136px;
    height: 22px;
    font-size: 0;
    margin-top: 5px;
    margin-bottom: 7px;
    background-image: url(../img/color-2n.png);
}

.color-3 {
    width: 264px;
    height: 14px;
    font-size: 0;
    margin: 4px 0;
    background-image: url(../img/color-3.png);
}

.color-4 {
    width: 210px;
    height: 15px;
    font-size: 0;
    margin: 3px 0;
    background-image: url(../img/color-4.png);
}

.color-5 {
    top: -3px;
    width: 142px;
    height: 18px;
    font-size: 0;
    margin-left: 4px;
    background-image: url(../img/color-5.png);
}

.color-6 {
    width: 180px;
    height: 26px;
    font-size: 0;
    margin: 6px 0 2px;
    background-image: url(../img/color-6.png);
}

.color-7 {
    width: 279px;
    height: 13px;
    font-size: 0;
    margin: 2px 0 4px;
    background-image: url(../img/color-7.png);
}

.color-8 {
    top: -2px;
    width: 168px;
    height: 13px;
    font-size: 0;
    background-image: url(../img/color-8.png);
}

.color-9 {
    width: 165px;
    height: 13px;
    font-size: 0;
    margin: 3px 0 4px;
    background-image: url(../img/color-9.png);
}

.color-10 {
    top: -2px;
    width: 212px;
    height: 13px;
    font-size: 0;
    background-image: url(../img/color-10.png);
}

.color-11 {
    width: 125px;
    height: 22px;
    font-size: 0;
    margin-bottom: 6px;
    background-image: url(../img/color-11.png);
}

.color-12 {
    width: 232px;
    height: 22px;
    font-size: 0;
    margin: 7px 0;
    background-image: url(../img/color-12.png);
}

.color-13 {
    top: -5px;
    width: 122px;
    height: 22px;
    font-size: 0;
    background-image: url(../img/color-13.png);
}

.color-14 {
    width: 240px;
    height: 16px;
    font-size: 0;
    background-image: url(../img/color-14.png);
}

.color-15 {
    top: -4px;
    width: 129px;
    height: 22px;
    font-size: 0;
    margin-right: -5px;
    background-image: url(../img/color-15.png);
}

.color-16 {
    width: 150px;
    height: 22px;
    font-size: 0;
    margin: 8px 0 6px;
    background-image: url(../img/color-16.png);
}


/*
.color:before {
    position: relative;
    content: '';
    
}

.color-1 {
    top: 0;
    left: 0;
    width: 141px;
    height: 26px;
    
}
*/

a {
    color: #fff;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

p {
  margin: 0 0 20px;
}

p:last-child {
    margin-bottom: 0;  
}

.container {
    position: relative;
    max-width: 375px;
    margin: 0 auto;
    padding: 0 5px;
    z-index: 5;
}

p{
    margin: 0 0 20px;
}

p:last-child{
    margin-bottom: 0;
}

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

/*     main     */

.wrapper {
    position: relative;
    overflow: hidden;
}

.section {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.title {
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -0.02em;
    font-family: 'Unbounded';
    text-transform: uppercase;
}

/*     btn     */

.btn {
    display: inline-block;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.btn_main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    text-align: center;
    color: #fff;
    background: url(../img/btn-main-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
}

.btn_main span {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Unbounded';
    text-transform: uppercase;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);

}




@media only screen and (min-width: 1190px){
    
}

@media only screen and (max-width: 1419px){
    
}

@media only screen and (max-width: 1189px){
    
}

@media only screen and (max-width: 767px){
    
}

/*     first     */

.first {
    position: relative;
    padding: 20px 0 50px;
    z-index: 2;
}

.first__decore-1 {
    position: absolute;
    top: 0;
    left: calc(50% - 245px);
    width: 490px;
    pointer-events: none;
    z-index: 2;
}

.first__label {
    display: flex;
    justify-content: flex-start;
}

.first__label span {
    padding: 10px 15px 10px 28px;
    font-size: 12px;
    line-height: 15px;
    background-color: rgba(17, 16, 26, 0.25);
    background-image: url(../img/icon-first-play.png);
    background-position: left 14px center;
    background-repeat: no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.1) inset;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-size: 7px;
    border-radius: 10px;
}

.first__pre-title {
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-top: 20px;
    padding-left: 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.01em;
}

.first__title {
    margin-top: 5px;
    padding-left: 15px;
}

.first__post-title {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
    padding-left: 10px;
}

.first__post-title span {
    display: flex;
    padding: 6px 14px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Unbounded';
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
    background: url(../img/first-post-title-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.first__description {
    margin-top: 22px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.01em;
}

.first__inst {
    position: relative;
    display: inline-block;
    margin: 84px 0 0 113px;
    padding: 12px 13px 12px 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    background: rgba(17, 16, 26, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.15) inset;
    border-radius: 15px;
}

.first__inst:after {
    position: absolute;
    content: '';
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon-inst.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.first__timer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 47px;
    padding: 17px 18px;
    background: rgba(17, 16, 26, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.15) inset;
    border-radius: 15px;
}

.first__timer-text {
    position: relative;
    padding-left: 56px;
    font-size: 14px;
    line-height: 17px;
}

.first__timer-text::before {
    position: absolute;
    top: -22px;
    left: -21px;
    content: url(../img/first-timer-text-img.png);
    transform: scale(0.5);
}

.first__timer-count {
    display: flex;
    column-gap: 10px;
}

.first__timer-count div {
    position: relative;
    width: 35px;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Unbounded';
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-align: center;
    color: #46ffd5;
}

.first__timer-count div:after {
    position: absolute;
    top: -3px;
    right: -8px;
    content: ":";
}

.first__timer-count div:last-child:after {
    display: none;
}

.first__btn {
    margin-top: 6px;
}


/*     steps     */

.steps {
    position: relative;
    padding-bottom: 50px;
    z-index: 1;
}

.steps__decore-1 {
    position: absolute;
    top: -147px;
    left: calc(50% - 245px);
    width: 490px;
    pointer-events: none;
    z-index: 2;
}

.steps__title {
    text-align: center;
}

.steps__img {
    position: relative;
    height: 480px;
    margin-top: -17px;
    background-image: url(../img/road.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 490px;
    z-index: 5;
}

.steps__step {
    position: absolute;
    animation: float 2s ease-in-out infinite;
}

/* Разные амплитуды для каждого элемента */
.steps__step.item-1 {
    animation-duration: 3s;
    --amp: 5px;
}

.steps__step.item-2 {
    animation-duration: 4s;
    --amp: 8px;
}

.steps__step.item-3 {
    animation-duration: 5s;
    --amp: 15px;
}

/* Ключевые кадры */
@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(calc(var(--amp) * -1)); }
    100% { transform: translateY(0); }
}

.steps__step.item-1 {
    top: 46px;
    left: calc(50% - 44px);
    width: 128px;
}

.steps__step.item-2 {
    top: 142px;
    left: calc(50% - 193px);
    width: 174px;
}

.steps__step.item-3 {
    top: 232px;
    left: calc(50% - 26px);
    width: 220px;
}

@media only screen and (max-width: 1419px){
    
}

@media only screen and (max-width: 1189px){
    
}

@media only screen and (max-width: 767px){
    
}



/*     lessons     */

.lessons {
    position: relative;
}


.lessons__decore-1 {
    position: absolute;
    top: -105px;
    left: calc(50% - 245px);
    width: 490px;
    pointer-events: none;
    z-index: 2;
}

.lessons__list {
    display: flex;
    row-gap: 82px;
    flex-direction: column;
}

.lessons__item {
    position: relative;
    padding: 0 12px 43px;
    background: rgba(17, 16, 26, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: inset 0px 0px 15px 0px rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 15px;
}

.lessons__item::before,
.lessons__item::after {
    position: absolute;
    inset: 0;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
}

.lessons__item::before {
    background-image: url(../img/lessons-item-before.png);
    background-position: top center;
}

.lessons__item::after {
    background-image: url(../img/lessons-item-after.png);
    background-position: bottom center;
}

.lessons__item > div {
    position: relative;
    z-index: 2;
}

.lessons__item-img {
    margin: 0 auto;
}

.lessons__item-img.img-1 {
    position: relative;
    left: -4px;
    width: 168px;
    margin: -53px auto -22px;
}

.lessons__item-img.img-2 {
    position: relative;
    left: 1px;
    width: 130px;
    margin: -54px auto -9px;
}

.lessons__item-img.img-3 {
    position: relative;
    left: 1px;
    width: 104px;
    margin: -45px auto -16px;
}

.lessons__item-number,
.lessons__item-time {
    position: absolute!important;
    top: 35px;
    padding: 0 0 0 13px;
    font-size: 10px;
    line-height: 12px;
    font-family: 'Unbounded';
    background-repeat: no-repeat;
    opacity: 0.5;
}

.lessons__item-number {
    left: 48px;
    background-image: url(../img/icon-play.svg);
    background-position: left center;
}

.lessons__item-time {
    left: 252px;
    background-image: url(../img/icon-time.svg);
    background-position: left center;
}

.lessons__item-title {
    margin-top: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Unbounded';
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-align: center;
}

.lessons__item-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.01em;
    text-align: center;
}

.lessons__item-info {
    position: relative;
    height: 0;
    margin-top: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
}

.open .lessons__item-info {
    height: initial;
    margin-top: 26px;
    opacity: 1;
}

.lessons__item.item-1 .lessons__item-info {
    background-image: url(../img/lessons-item-info-bg-1.png);
}

.lessons__item.item-2 .lessons__item-info {
    background-image: url(../img/lessons-item-info-bg-2.png);
}

.lessons__item.item-3 .lessons__item-info {
    background-image: url(../img/lessons-item-info-bg-3.png);
}

.lessons__item-info ul {
    display: flex;
    flex-direction: column;
    padding: 20px 18px 21px 18px;
}

.lessons__item.item-1 .lessons__item-info ul {
    row-gap: 17px;
}

.lessons__item.item-2 .lessons__item-info ul {
    row-gap: 14.6px;
}

.lessons__item.item-3 .lessons__item-info ul {
    row-gap: 16px;
}

.lessons__item-info li {
    padding-left: 48px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.01em;
    color: #050507;
    background-image: url(../img/icon-lessons-ok.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 38px;
}

.lessons__item-results {
    height: 0;
    margin-top: 0px;
    padding-left: 18px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.01em;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
}

.open .lessons__item-results {
    height: initial;
    margin-top: 25px;
    opacity: 1;
}

.lessons__item-results strong {
    font-weight: 700;
    color: #01FFA8;
}

.lessons__item-btn {
    height: 0;
    margin-top: 0px;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.open .lessons__item-btn {
    height: initial;
    margin-top: 25px;
    opacity: 1;
}

.lessons__item-collapse {
    position: absolute!important;
    left: 10px;
    right: 10px;
    bottom: -20px;
    display: flex;
    justify-content: center;
}

.lessons__item-collapse span {
    position: relative;
    padding: 10px 12px 10px 34px;
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    font-family: 'Unbounded';
    background-color: green;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    background: url(../img/lessons-item-collapse-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 18px;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.lessons__item-collapse span:before {
    position: absolute;
    content: '';
    top: 9px;
    left: 8px;
    width: 18px;
    height: 18px;
    transform: rotate(0deg);
    background-image: url(../img/lessons-item-collapse-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.lessons__item-collapse span:nth-child(2) {
    display: none;
}

.open .lessons__item-collapse span:nth-child(1) {
    display: none;
}

.open .lessons__item-collapse span:before {
    transform: rotate(180deg);
}

.open .lessons__item-collapse span:nth-child(2) {
    display: flex;
}

@media only screen and (max-width: 1419px){
    
}

@media only screen and (max-width: 1189px){
    
}

@media only screen and (max-width: 767px){
    
}


/*     for     */

.for {
    position: relative;
    padding-top: 65px;
    z-index: 2;
}

.for__decore-1 {
    position: absolute;
    top: 10px;
    left: calc(50% - 245px);
    width: 490px;
    pointer-events: none;
    z-index: 2;
}

.for__decore-2 {
    position: absolute;
    top: -360px;
    left: calc(50% - 245px);
    width: 490px;
    pointer-events: none;
    z-index: 1;
}

.for__title {
    text-align: center;
}

.for__list {
    display: flex;
    row-gap: 15px;
    flex-direction: column;
    margin-top: 330px;
}

.for__item {
    position: relative;
    padding: 40px 20px 26px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.for__item.item-1 {
    background-image: url(../img/for-item-bg-1.png);
}

.for__item.item-2 {
    background-image: url(../img/for-item-bg-2.png);
}

.for__item.item-3 {
    background-image: url(../img/for-item-bg-3.png);
}

.for__item.item-4 {
    padding-bottom: 44px;
    background-image: url(../img/for-item-bg-4.png);
}

.for__item-img {
    margin: 0 auto;
}

.for__item-img.img-1 {
    width: 198px;
    margin: -6px auto -14px;
}

.for__item-img.img-2 {
    width: 210px;
    margin: -13px auto -20px;
}

.for__item-img.img-3 {
    width: 198px;
    margin: -15px auto -6px;
}

.for__item-img.img-4 {
    width: 186px;
    margin: 0 auto -9px;
}

.for__item-title {
    margin-top: 20px;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: center;
    font-family: 'Unbounded';
    text-transform: uppercase;
}

.for__item-text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.01em;
    text-align: center;
}

@media only screen and (max-width: 1419px){
    
}

@media only screen and (max-width: 1189px){
    
}

@media only screen and (max-width: 767px){
    
}






/*     after     */

.after {
    position: relative;
    padding-top: 55px;
    z-index: 1;
}

.after__decore-1 {
    position: absolute;
    top: -245px;
    left: calc(50% - 245px);
    width: 490px;
    pointer-events: none;
    z-index: 2;
}

.after__title {
    text-align: center;
}

.after__list {
    margin-top: 35px;
    margin-left: 125px;
}

.after__list li {
    padding-left: 48px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.01em;
    background-image: url(../img/icon-lessons-ok.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 38px;
}

.after__list li:nth-child(1) {
    margin-bottom: 39px;
}

.after__list li:nth-child(2) {
    margin-left: 10px;
    margin-bottom: 46px;
}

.after__list li:nth-child(3) {
    margin-left: 20px;
    margin-bottom: 50px;
}

.after__list li:nth-child(4) {
    margin-left: 30px;    
}

.after__btn {
    margin-top: 24px;
    margin-left: 125px;
}

.after__btn .btn_main {
    height: 80px;
    background: none;
}

@media only screen and (max-width: 1419px){
    
}

@media only screen and (max-width: 1189px){
    
}

@media only screen and (max-width: 767px){
    
}



/*     cases     */

.cases {
    position: relative;
    padding-top: 100px;
    z-index: 2;
}

.cases__title {
    text-align: center;
}

.cases__text {
    margin-top: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Unbounded';
    text-align: center;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}

.cases__slider {
    margin-top: 20px;
}

.cases__slider .owl-stage-outer {
    overflow: initial;
}

.cases__slider .owl-item {
   opacity: 0;
   -webkit-transition: opacity 0.2s;
   -moz-transition: opacity 0.2s;
   -o-transition: opacity 0.2s;
   transition: opacity 0.2s;
}

.cases__slider .owl-item.active {
    opacity: 1;
 }

.owl-carousel {
}
.owl-cases {
}
.cases__slide {
    display: flex;
    row-gap: 10px;
    flex-direction: column;
}

.cases__slide .space-1 {
    margin-left: -8px;
}

.cases__slide .space-2 {
    margin-left: -5px;
}

.cases__slide .space-3 {
    margin-left: -6px;
    margin-right: -10px;
}

.cases__slide .space-5 {
    margin-left: -5px;
}

.cases__slide .space-6 {
    margin-left: -5px;
}

.cases__slide .space-7 {
    margin-left: -5px;
}

.cases__slide .space-8 {
    margin-left: -5px;
}

.cases__slide .space-9 {
    margin-left: -3px;
}

.cases .owl-nav {
    position: absolute!important;
    left: 16px !important;
    right: 16px !important;
    bottom: 6px !important;
    z-index: 2!important;
}

.cases .owl-dots {
    display: flex!important;
    column-gap: 15px!important;
    align-items: center!important;
    justify-content: center!important;
    height: 54px!important;
    margin-top: 10px!important;
    background-image: url(../img/cases-dots-bg.png)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
    z-index: 1!important;
}

.cases .owl-dot {
    width: 6px!important;
    height: 6px!important;
    border-radius: 50%!important;
    background: rgba(255, 255, 255, 0.25)!important;
    box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0)!important;
}

.cases .owl-dot.active {
    background: rgba(255, 255, 255, 1)!important;
    box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 1)!important;
}

.cases .owl-nav button {
    position: absolute!important;
    bottom: 10px!important;
    width: 32px!important;
    height: 20px!important;
    background: initial!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

.cases .owl-nav button.disabled {
    opacity: 0.5;
}

.cases .owl-nav button span {
    display: none!important;
}

.cases .owl-nav .owl-prev {
    left: 0!important;
    background-image: url(../img/icon-arrow-left.svg)!important;
}

.cases .owl-nav .owl-next {
    right: 0!important;
    background-image: url(../img/icon-arrow-right.svg)!important;
}

@media only screen and (max-width: 1419px){
    
}

@media only screen and (max-width: 1189px){
    
}

@media only screen and (max-width: 767px){
    
}




/*     author     */

.author {
    position: relative;
    padding-top: 50px;
    z-index: 3;
}

.author__decore-1 {
    position: absolute;
    top: -70px;
    left: calc(50% - 245px);
    width: 490px;
    pointer-events: none;
    z-index: 2;
}

.author__title {
    text-align: center;
}

.author__photo {
    position: relative;
    height: 416px;
    margin-top: 22px;
    background-image: url(../img/author-photo-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.author__photo-inst {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-block;
    margin: 84px 0 0 113px;
    padding: 12px 13px 12px 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    background: rgba(17, 16, 26, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.1) inset;
    border-radius: 15px;
}

.author__photo-inst:after {
    position: absolute;
    content: '';
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon-inst.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.author__name {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 71px;
    margin-top: 10px;
    font-weight: 800;
    font-size: 27px;
    line-height: 27px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    background-image: url(../img/author-name-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.author__more {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    justify-content: space-between;
    margin-top: 6px;
}

.author__more-item {
    display: flex;
    align-items: flex-end;
    height: 176px;
    width: calc(50% - 5px);
    padding: 17px 5px 14px 17px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.01em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.author__more-item.item-1 {
    background-image: url(../img/author-more-item-bg-1.png);
}

.author__more-item.item-2 {
    background-image: url(../img/author-more-item-bg-2.png);
}

.author__more-item.item-3 {
    align-items: flex-start;
    background-image: url(../img/author-more-item-bg-3.png);
}

.author__more-item.item-4 {
    align-items: flex-start;
    background-image: url(../img/author-more-item-bg-4.png);
}

.author__more-item.item-5 {
    width: 100%;
    align-items: flex-start;
    background-image: url(../img/author-more-item-bg-5.png);
}

.author__btn {
    margin-top: 10px;
}

@media only screen and (max-width: 1419px){
    
}

@media only screen and (max-width: 1189px){
    
}

@media only screen and (max-width: 767px){
    
}


/*     bonus     */

.bonus {
    position: relative;
    padding-top: 50px;
    z-index: 2;
}

.bonus__decore-1 {
    position: absolute;
    top: 0;
    left: calc(50% - 245px);
    width: 490px;
    pointer-events: none;
    z-index: 2;
}

.bonus__title {
    text-align: center;
}

.bonus__cover {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 205px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    background-image: url(../img/bonus-cover.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.bonus__list {
    position: relative;
    margin-top: 10px;
    padding: 31px 18px 13px 18px;
    background-image: url(../img/bonus-list-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
}

.bonus__list-title {
    padding-left: 48px;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    font-family: 'Unbounded';
    text-transform: uppercase;
    color: #050507;
}

.bonus__list ul {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
}

.bonus__list li {
    padding: 9px 20px 8px 48px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.01em;
    color: #050507;
    background-image: url(../img/icon-lessons-ok.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 38px;
}





/*     faq     */

.faq {
    position: relative;
    padding-top: 50px;
    z-index: 3;
}

.faq__title {
    text-align: center;
}

.faq__list {
    display: flex;
    row-gap: 7px;
    flex-direction: column;
    margin-top: 36px;
}

.faq__item {
    padding: 0 29px;
    background: rgba(17, 16, 26, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: inset 0px 0px 15px 0px rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 15px;
}

.faq__item-question {
    position: relative;
    cursor: pointer;
    padding: 26px 20px 26px 40px;
    background-image: url(https://52iq.io/img/faq-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.faq__item-question:before {
    position: absolute;
    content: '';
    top: 17px;
    left: -5px;
    width: 36px;
    height: 36px;
    background-image: url(../img/faq-question.png);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 26px;
}

.faq__item-question:after {
    position: absolute;
    content: '';
    top: 30px;
    right: -1px;
    width: 12px;
    height: 12px;
    transform: rotate(0deg);
    background-image: url(../img/faq-arrow.svg);
    background-position: top 2px center;
    background-repeat: no-repeat;
    background-size: 12px;
    opacity: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.active .faq__item-question:after {
    opacity: 0.35;
    transform: rotate(-180deg);
}

.faq__item-answer {
    max-height: 0px;
    padding: 0px 50px 0 0;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.01em;
    border-top: 0px solid rgba(255, 255, 255, 0);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.active .faq__item-answer {
    max-height: 1000px;
    padding: 25px 30px 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    opacity: 1;
}


@media only screen and (max-width: 1419px){
    
}

@media only screen and (max-width: 1189px){
    
}

@media only screen and (max-width: 767px){
    
}




/*     footer     */

.footer {
    padding: 45px 0 50px;
}

.footer__contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
}

.footer__contact a {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.01em;
    background-position: left center;
    background-repeat: no-repeat;
}

.footer__contact .telegram {
    padding-left: 26px;
    background-image: url(../img/footer-telegram.png);
    background-size: 17px;
}

.footer__contact .email {
    padding-left: 30px;
    background-image: url(../img/footer-email.png);
    background-size: 19px;
}

.footer__btn {
    margin-top: 13px;
}

.footer__link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    padding: 0 14px;
}

.footer__link a {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.01em;
    text-decoration: underline;
    opacity: 0.5;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.footer__link a:hover {
    opacity: 1;
}





/* popup */

.overlay {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 1);
    z-index: 999999;
}

.popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: relative;
    overflow-y: scroll;
    z-index: 100;
}

.block {
    position: relative;
    width: 100%;
    max-width: 365px;
    margin: 20px auto;
    padding: 30px 14px;
    color: #FFFFFF;
    background-image: url(../img/popup-bg-new.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.popup-close {
    position: absolute;
    cursor: pointer;
    top: 16px;
    right: 16px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 10;
}

.popup-close:hover {
    opacity: 1;
}

.popup__title {
    font-family: 'Unbounded';
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-align: center;
}

.popup__text {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.01em;
    text-align: center;
}

.popup__form {
    display: flex;
    row-gap: 5px;
    flex-direction: column;
    margin: -10px 0 0;
}

.popup__input input {
    display: block;
    width: 100%;
    padding: 24px 20px 24px 54px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background: none;
    background-image: url(../img/icon-phone.svg);
    background-position: left 25px center;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    border-radius: 15px;
}

.popup__input input::-webkit-input-placeholder {color: rgba(255, 255, 255, 0.5);}
.popup__input input::-moz-placeholder {color: rgba(255, 255, 255, 0.5);}
.popup__input input:-ms-input-placeholder {color: rgba(255, 255, 255, 0.5);}
.popup__input input:-moz-placeholder {color: rgba(255, 255, 255, 0.5);}

.popup__input button {
    display: block;
    width: 100%;
    color: #920DF2!important;
    background: url(../img/btn-main-white-bg.png)!important;
    background-size: 100% 100%!important;
}

.popup__input button span {
    text-shadow: initial
}




/*     fly     */

.fly {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100px;
    display: block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 15;
}

.fly.active {
    bottom: 20px;
}