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: 'Benzin';
    src: url('../fonts/Benzin-Bold.eot');
    src: local('Benzin Bold'), local('Benzin-Bold'),
        url('../fonts/Benzin-Bold-1.eot') format('embedded-opentype'),
        url('../fonts/Benzin-Bold.woff2') format('woff2'),
        url('../fonts/Benzin-Bold.woff') format('woff'),
        url('../fonts/Benzin-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Regular.eot');
    src: local('Cera Pro Regular'), local('CeraPro-Regular'),
        url('../fonts/CeraPro-Regular-1.eot') format('embedded-opentype'),
        url('../fonts/CeraPro-Regular.woff2') format('woff2'),
        url('../fonts/CeraPro-Regular.woff') format('woff'),
        url('../fonts/CeraPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Bold.eot');
    src: local('Cera Pro Bold'), local('CeraPro-Bold'),
        url('../fonts/CeraPro-Bold-1.eot') format('embedded-opentype'),
        url('../fonts/CeraPro-Bold.woff2') format('woff2'),
        url('../fonts/CeraPro-Bold.woff') format('woff'),
        url('../fonts/CeraPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

*, *: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: 'Cera Pro';
    color: #fff;
    background: #0F1014;
}

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

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

/*     main     */

.wrapper {
    overflow: hidden;
    background-image: url(../img/wrapper-bg.png);
    background-position: top 786px center;
    background-repeat: no-repeat;
}

.section {
    position: relative;
}

.section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/bg.png);
    background-repeat: repeat;
    z-index: 5;
}

.container {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 10;
}

.decore {
    position: relative;
}

.decore:before {
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.title {
    position: relative;
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    font-family: 'Benzin';
    text-transform: uppercase;
}


@media only screen and (max-width: 1023px){
    .wrapper {
        background: none;    
    }
    
    .container {
        
    }
}

@media only screen and (max-width: 767px){
    .container {
        max-width: 414px;
        padding: 0 15px;
    }

    .title {
        font-size: 25px;
        line-height: 29px;
    }
}

/*     btn     */

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

.btn_main {
    position: relative;
    width: 249px;
    height: 72px;
    padding: 24px 10px 23px;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Cera Pro';
    text-align: center;
    color: #fff;
    background-image: url(../img/btn-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    transform: scale(1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.btn_main:hover {
    transform: scale(1.025);
}

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

@media only screen and (max-width: 767px){
    .btn_main {
        width: 161px;
        height: 47px;
        padding: 16px 10px 16px;
        font-size: 12px;
        line-height: 15px;
    }
}

/*     header     */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 24px 0;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    background-color: rgba(18, 18, 22, 0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 100;
}

@media only screen and (min-width: 768px){
    .header_scroll {
        padding: 16px 0;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        background-color: rgba(18, 18, 22, 0.75);
    }
}

.header__subscribe {
    display: none;
}

.header__menu ul {
    display: flex;
    justify-content: center;
    column-gap: 180px;
}

.header__menu li {
    position: relative;
}

.header__menu li:after,
.header__menu li.active:after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0px;
    width: 24px;
    height: 6px;
    background-image: url(../img/header-decore-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
}

.header__menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

.header__menu li:hover:after,
.header__menu li.active a {
    font-weight: 700;
}

.header__menu li:hover:after,
.header__menu li.active:after {
    opacity: 1;
}

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

@media only screen and (max-width: 1023px){
    .header__menu ul {
        column-gap: 120px;
    }
}

@media only screen and (max-width: 767px){
    .header {
        position: absolute;
        padding: 18px 0;
    }

    .header__subscribe {
        position: relative;
        display: inline-block;
        margin-left: 12px;
        padding-right: 28px;
        font-size: 12px;
        line-height: 15px;
        color: #fff;
    }

    .header__subscribe:after {
        position: absolute;
        content: '';
        top: -11px;
        right: -11px;
        width: 36px;
        height: 38px;
        background-image: url(../img/icon-subscribe.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    
    .header__menu {
        display: none;
    }
}

/*     first     */

.first {
    position: relative;
    padding: 153px 0 285px;
    background-image: url(../img/first-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1405px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (min-width: 1400px){
    .first {
        background-size: cover;
    }
}

.first__title {
    font-size: 54px;
    line-height: 63px;
    text-align: center;
}



.first__title .decore-1:before {
    top: -45px;
    left: -11px;
    width: 63px;
    height: 64px;
    background-image: url(../img/first-title-decore-1.png);
}

.first__title .decore-2:before {
    top: -19px;
    left: 5px;
    width: 42px;
    height: 12px;
    background-image: url(../img/first-title-decore-2.png);
}

.first__title .decore-3:before {
    top: 17px;
    left: -35px;
    width: 24px;
    height: 16px;
    background-image: url(../img/first-title-decore-3.png);
}

.first__title .decore-4:before {
    top: -4px;
    left: -1px;
    width: 24px;
    height: 16px;
    background-image: url(../img/first-title-decore-4.png);
}

.first__line_back {
    position: absolute;
    top: 422px;
    left: -1000px;
    right: -1000px;
    transform: rotate(4deg);
    z-index: 2;
}

.first__line_main {
    position: absolute;
    top: 270px;
    left: -1000px;
    right: -1000px;
    transform: rotate(-3.79deg);
}

.first__line {
    height: 44px;
    padding: 9px 0;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #1F0808;
}

.first__line_back .first__line {
    background: #B237F4;
}

.first__line_main .first__line {
    background: #B237F4;
}

.first__line span {
    padding: 0 40px;
}

.first__btn {
    position: relative;
    margin-top: 173px;
    text-align: center;
}

.first__btn:before,
.first__btn:after {
    position: relative;
    content: '';
    top: 5px;
    display: inline-block;
    width: 24px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.first__btn:before {
    left: -37px;
    background-image: url(../img/icon-arrow-right.png);
}

.first__btn:after {
    right: -37px;
    background-image: url(../img/icon-arrow-left.png);
}

.first__tab {
    margin-top: 35px;
    text-align: center;
}

.first__tab-container {
    display: flex;
    align-items: center;
    column-gap: 13px;
    justify-content: center;
}

.first__tab-digital {
    font-size: 28px;
    line-height: 30px;
    font-family: 'Benzin';
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.first__tab-digital_1 {
    opacity: 0;
}

.first__tab-digital_2 {
    color: #FB4F4F;
}

.first__tab-digital:first-child {
    min-width: 68px;
    text-align: right;
    color: #FB4F4F;
}

.first__tab-digital:last-child {
    color: #212225;
     -webkit-transition-delay: 3s;
     -o-transition-delay: 3s;
     -moz-transition-delay: 3s;
     transition-delay: 3s;
}

.first__tab-line {
    position: relative;
    width: 116px;
    height: 2px;
    background: #212225;
}

.first__tab-progress {
    display: block;
    width: 0%;
    height: 2px;
    float: left;
    background: #FB4F4F;
    -webkit-transition: width 3s;
    -moz-transition: width 3s;
    -o-transition: width 3s;
    transition: width 3s;
}

.first-decore {
    position: absolute;
    z-index: 1;
}

.first-decore_1 {
    top: -750px;
    left: 50%;
    margin-left: -50px;
}

.first-decore_2 {
    bottom: -960px;
    left: 50%;
    margin-left: -1280px;
}

@media only screen and (max-width: 1179px){
    .first-decore_1 {
        margin-left: -150px;
    }

    .first-decore_2 {
        margin-left: -1180px;
    }
}

@media only screen and (max-width: 767px){
    .first {
        padding: 160px 0 64px;
        background-image: url(../img/section-before-mob.png);
        background-size: 100%;
    }

    .first__title {
        font-size: 33px;
        line-height: 39px;
    }

    .first__title div:nth-child(1) {
        
    }

    .first__title div:nth-child(2) {
        margin: 6px 0 6px 0px;
    }

    .first__title div:nth-child(3) {
       
    }

    .first__title .decore-1:before {
        top: -28px;
        left: -7px;
        width: 40px;
        height: 41px;
    }

    .first__title .decore-2:before {
        top: -11px;
        left: 6px;
        width: 28px;
        height: 8px;
    }

    .first__title .decore-3:before {
        top: 11px;
        left: -21px;
        width: 14px;
        height: 10px;
    }

    .first__title .decore-4:before {
        top: -2px;
        left: 1px;
        width: 13px;
        height: 9px;
    }

    .first__line_main {
        top: 200px;
        left: -500px;
        right: -500px;
    }

    .first__line_back {
        top: 362px;
        left: -500px;
        right: -500px;
        transform: rotate(10deg);
        z-index: 2;
    }

    .first__line {
        height: 27px;
        padding: 6px 0;
        font-size: 12px;
        line-height: 15px;
    }

    .first__line span {
        padding: 0 30px;
    }

    .first__btn {
        margin-top: 167px;
    }

    .first__btn:before,
    .first__btn:after {
        width: 16px;
        height: 12px;
    }
    
    .first__btn:before {
        left: -21px;
    }

    .first__btn:after {
        right: -22px;
    }

    .first__tab {
        margin-top: 13px;
    }

    .first__tab svg {
        max-width: 162px;
    }

    .first__tab-container {
        column-gap: 10px;
    }

    .first__tab-digital {
        font-size: 18px;
        line-height: 20px;
    }

    .first__tab-digital:first-child {
        min-width: 44px;
    }

    .first__tab-digital:last-child {
        color: #3A1B1F;
    }

    .first__tab-progress {
        height: 1px;
    }

    .first__tab-line {
        width: 72px;
        background: #3A1B1F;
    }

    .first-decore_1 {
        margin-left: -380px;
        top: -820px;
    }
    
    .first-decore_2 {
        bottom: -900px;
        margin-left: -1120px;
    }
}

/*     advantages     */

.advantages {
    padding: 65px 0 19px;
}

.advantages__title {
    text-align: center;
}

.advantages__title .decore-1:before {
    top: -41px;
    left: -14px;
    width: 63px;
    height: 64px;
    background-image: url(../img/first-title-decore-1.png);
}

.advantages__list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 67px 0 -71px;
}

.advantages__column {
    width: 50%;
    margin-bottom: 71px;
}

.advantages__item {
    position: relative;
    padding-left: 190px;
}

.advantages__column:nth-child(2n+2) .advantages__item {
    padding-left: 197px;
}

.advantages__item-img {
    position: absolute;
    top: 0;
    left: 0;
}

.advantages__item-img img {
    position: absolute;
    opacity: 0.5;
}

.advantages__item_1 img {
    top: -23px;
    left: 32px;
    max-width: 126px;
}

.advantages__item_2 img {
    top: -23px;
    left: 34px;
    max-width: 152px;
}

.advantages__item_3 img {
    top: -21px;
    left: 19px;
    max-width: 149px;
}

.advantages__item_4 img {
    top: -21px;
    left: 37px;
    max-width: 149px;
}

.advantages__item_5 img {
    top: -24px;
    left: 43px;
    max-width: 126px;
}

.advantages__item-number {
    position: absolute;
    width: 47px;
    height: 62px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    padding-top: 19px;
    background-image: url(../img/advantages-number-bg.png);
    background-size: contain;
}

.advantages__item_1 .advantages__item-number {
    top: -9px;
    left: 118px;
}

.advantages__item_2 .advantages__item-number {
    top: -7px;
    left: 113px;
}

.advantages__item_3 .advantages__item-number {
    top: 2px;
    left: 118px;
}

.advantages__item_4 .advantages__item-number {
    top: 3px;
    left: 113px;
}

.advantages__item_5 .advantages__item-number {
    top: -12px;
    left: 118px;
}

.advantages__item-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Benzin';
}

.advantages__item-description {
    margin-top: 17px;
    font-size: 16px;
    line-height: 25px;
    
    color: #A0A0A0;
}

.advantages-decore {
    position: absolute;
    left: 50%;
    z-index: 1;
}

.advantages-decore-1 {
    top: 0;
    content: url(../img/advantages-decore-2.png);
    margin-left: 0;    
}

.advantages .container:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: url(../img/advantages-decore-1.png);
}
.advantages__list:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: url(../img/advantages-decore-3.png);
}


@media only screen and (max-width: 1179px) {
    .advantages__column {
        width: 48%;
    }

    .advantages__item-description br {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .advantages {
        padding-bottom: 60px;
    }

    .advantages__list {
        position: relative;
        left: -30px;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }

    .advantages__column {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .advantages {
        padding-bottom: 40px;
    }

    .advantages__title .decore-1:before {
        top: -26px;
        left: -8px;
        width: 40px;
        height: 41px;
    }

    .advantages__list {
        left: 0;
        margin: 48px 0 -56px;
    }

    .advantages__column {
        margin-bottom: 56px;
    }

    .advantages__item,
    .advantages__column:nth-child(2n+2) .advantages__item {
        padding-left: 118px;
    }

    .advantages__item_1 img {
        top: -28px;
        left: -27px;
        max-width: 116px;
    }

    .advantages__item_2 img {
        top: -28px;
        left: -34px;
    }

    .advantages__item_3 img {
        top: -38px;
        left: -41px;
    }

    .advantages__item_4 img {
        top: -33px;
        left: -32px;
        max-width: 148px;
    }

    .advantages__item_5 img {
        top: -32px;
        left: -22px;
        max-width: 122px;
    }

    .advantages__item-number {
        width: 43px;
        height: 57px;
        font-size: 12px;
        padding-top: 16px;
        padding-left: 2px;
    }

    .advantages__item_1 .advantages__item-number {
        top: -13px;
        left: 51px;
    }

    .advantages__item_2 .advantages__item-number {
        top: -8px;
        left: 51px;
    }

    .advantages__item_3 .advantages__item-number {
        top: -17px;
        left: 51px;
    }

    .advantages__item_4 .advantages__item-number {
        top: -19px;
        left: 51px;
    }

    .advantages__item_5 .advantages__item-number {
        top: -20px;
        left: 52px;
    }

    .advantages__item-title {
        font-size: 12px;
        line-height: 14px;
    }

    .advantages__item-description {
        margin-top: 12px;
        font-size: 12px;
        line-height: 19px;
    }

    .advantages__item-description span {
        display: block;
    }
}

/*     about     */

.about {
    padding-top: 65px;
}

.about__title {
    margin-right: 22px;
    text-align: center;
}

.about__title .decore-1:before {
    top: -36px;
    left: -16px;
    width: 63px;
    height: 64px;
    background-image: url(../img/first-title-decore-1.png);
}

.about__slider {
    max-width: 872px;
    margin: 32px auto 0;
}

.about__slider img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-carousel {
    padding-bottom: 55px;
}

.owl-nav {
    position: absolute;
    top: 0;
    left: -78px;
    right: -78px;
    width: auto;
}

.owl-nav button {
    position: absolute!important;
    top: 192px!important;
    width: 34px!important;
    height: 22px!important;
    background: none!important;
    background-size: 32px!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}

.owl-nav button.owl-prev {
    left: 0!important;
    background-image: url(../img/icon-slider-left.png)!important;
}

.owl-nav button.owl-next {
    right: 0!important;
    background-image: url(../img/icon-slider-right.png)!important;
}

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

.owl-dots {
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    display: flex;
    column-gap: 37px;
    justify-content: center;
}

.owl-dots:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: url(../img/dots-bg.png);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.owl-dots .owl-dot {
    display: block!important;
    width: 8px!important;
    height: 8px!important;
    border: 1px solid #31313B!important;
    border-radius: 50%!important;
}

.owl-dots .owl-dot.active{
    background: #FF5151!important;
    border: 1px solid #FF5151!important;
}

@media only screen and (max-width: 1179px){
    .owl-nav {
        left: -58px;
        right: -58px;
    }
}

@media only screen and (max-width: 1023px){
    .owl-nav {
        top: auto!important;
        left: 20%;
        right: 20%;
        bottom: 13px!important;
    }

    .owl-nav button {
        top: 0!important;
    }

    .owl-dots {
        left: 30%;
        right: 30%;
    }
}

@media only screen and (max-width: 767px){
    .about__title {
        margin-right: 8px;
    }

    .about__title .decore-1:before {
        top: -25px;
        left: -10px;
        width: 40px;
        height: 41px;
    }

    .about__slider {
        margin: 28px -9px 0;
    }

    .owl-carousel {
        padding-bottom: 43px;
    }

    .owl-nav {
        left: 12%;
        right: 12%;
        bottom: 10px!important;
    }

    .owl-nav button {
        width: 18px!important;
        height: 12px!important;
        background-size: 18px!important;
    }

    .owl-dots {
        column-gap: 20px;
        left: 20%;
        right: 20%;
    }

    .owl-dots:before {
        display: none;
    }

    .owl-dots .owl-dot {
        width: 6px!important;
        height: 6px!important;
    }
}

/*     channel     */

.channel {
    padding: 300px 0 93px;
    overflow: hidden;

}

.channel__row {
    position: relative;
}

.channel__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    z-index: 1;
}

.channel__img:before {
    position: absolute;
    content: '';
    top: -21px;
    left: 98px;
    width: 457px;
    height: 334px;
    background-image: url(../img/channel-decore.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.channel__img img {
    position: absolute;
    top: -147px;
    left: -19px;
    max-width: 715px;
    z-index: 2;
}

.channel__main {
    position: relative;
    margin: 0 auto;
    width: 300px;
    z-index: 2;
}

.channel__title {
    position: relative;
    font-weight: 700;
    font-size: 25px;
    line-height: 37px;
    font-family: 'Benzin';
    text-transform: uppercase;
}

.channel__title .decore-1:before {
    bottom: -2px;
    left: -2px;
    width: 42px;
    height: 12px;
    background-image: url(../img/first-title-decore-2.png);
}

.channel__description {
    margin-top: 23px;
    font-size: 16px;
    line-height: 25px;
}

.channel__btn {
    position: relative;
    margin-top: 64px;
}

.channel__btn:after {
    right: -37px;
    background-image: url(../img/icon-arrow-left.png);
}

.channel__btn:after {
    position: relative;
    content: '';
    top: 5px;
    display: inline-block;
    width: 24px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: none;
}

@media only screen and (max-width: 1179px){
    .channel__img {
        left: -70px;
    }
}

@media only screen and (max-width: 1023px){
    .channel {
        padding: 200px 0;
    }

    .channel__row {
        max-width: 360px;
        margin: 0 auto;
    }

    

    .channel__title br {
        display: none;
    }

    .channel__img {
        position: relative;
        width: auto;
        height: auto;
    }

    .channel__img img {
        position: relative;
        top: 0;
        left: 0;
        max-width: 480px;
    }

    .channel__img:before {
        top: 70px;
        left: 70px;
        width: 380px;
        height: 280px;
    }
}

@media only screen and (max-width: 767px){
    .channel__title {
        margin: 0 -10px;
        text-align: center;
    }

    .channel__img {
        height: 476px;
    }

    .channel__img:before {
        top: 50%;
        left: 50%;
        width: 356px;
        height: 276px;
        margin: -42px 0 0 71px;
        background-image: url(../img/channel-decore-mob.png);
        transform: translate(-50%, -50%);
    }
    
    .channel__img img {
        top: 50%;
        left: 50%;
        max-width: 590px;
        transform: translate(-50%, -50%);
        margin: -10px 0 0 70px;
    }

    .channel__description {
        margin: 17px -10px 0;
        font-size: 12px;
        line-height: 19px;
        text-align: center;
    }

    .channel__description br {
        display: none;
    }

    .channel__btn {
        margin-top: 31px;
        text-align: center;
    }

 

    .channel__btn:after {
        right: -22px;
        width: 16px;
        height: 12px;
    }
}


:root {
    --heading-text:'Prosto One', sans-serif;
    --main-text:'Montserrat', sans-serif;
    --background: #101010;
    --accent-color:#B238F4; 
    --accent-second:#6922B5;
}

html {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--main-text);
    color:#fff;
    background: var(--background);
    font-size: 18px;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-text);
}

ul {
    list-style: none;
}

a {
    color: #fff;
    transition: all .75s ease;
    text-decoration: none;
    font-family: var(--main-text);
}

h2 {
    font-size: 40px;
    text-align: center;
    width: 100%;
}

h3 {
    font-size: 25px;
}

h4 {
    font-style: 20px;
}

section {
    padding-top: 120px;
}

.container {
    max-width: 1314px;
    margin: 0 auto;
}

.header {
    position: absolute;
    max-width: 1314px;
    margin: 0 auto;
    padding-top: 25px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0px);
    z-index: 99999999999999;
}

.header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo__img {
    width: 200px;
}

.menu {
    display: flex;
    gap:50px;
}

.menu__link {
    position: relative;
}

.menu__link:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    top: 100%;
    left: 50%;
    margin-top: 5px;
    transform: scale(0);
    transition: all .75s ease;
}

.menu__link:hover:before {
    transform: scale(1);
}

.hero {
    background-image: url(../img/hero-image.png);
    background-position: center;
    background-size: cover;
    height: 100vh;
    position: relative;
    overflow: hidden;
    padding-top: 0px;
}

.hero__offer {
    position: relative;
    z-index: 9999999;
    margin-top: 200px;
}

.hero__content {
    display: flex;
    height: 100vh;
}

.hero__title {
    font-size: 55px;
    width: 513px;
}

.hero__from {
    font-size: 70px;
}

.hero__sum {
    font-size: 100px;
}

.hero__desc {
    font-size: 20px;
    font-weight: 300;
    padding: 10px 0px 10px 30px;
    border-left: 3px solid #fff;
    width: 565px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.cta {
    font-family: var(--heading-text);
    font-size: 18px;
    padding: 12px 24px;
    background: var(--accent-color);
    border-radius: 100px;
    box-shadow: 0px 0px 42.4px -3px var(--accent-second);
}

.cta:hover {
    background: var(--accent-second);
    box-shadow: 0px 0px 43.5px 14px var(--accent-second);
}

.hero__image {
    position: relative;
}

.hero__pattern {
    position: absolute;
    width: 1000px;
    height: 1000px;
    top: 200px;
    right: -100px;
}

.hero__main-image {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    width: calc(65% + 40px);
}

.image__overlay {
    display: flex;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    background: linear-gradient(0deg, #101010 0%, rgba(16, 16, 16, 0) 100%);
    z-index: 2;
    height: 425px;
}

.program {
    position: relative;
}

.program__bg {
    position: absolute;
    mix-blend-mode: overlay;
    width: 956px;
    top: -10px;
    right: -400px;
}

.program__bg-anonymous {
    top: 1900px;
    mix-blend-mode: hard-light;

    transform: rotate(15.026deg);
}

.program__bg-2 {
    left: -400px;
    top: 900px;
}

.program__bg-coins {
    top: 2600px;
    left: -400px;
}

.program__bg-money {
    top: 3500px;
}

.program__list {
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    gap:40px;
}

.program__item {
    position: relative;
}

.program-card {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  background: #1C1C1C4D;
  overflow: hidden;

  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 50" xmlns="http://www.w3.org/2000/svg"><path d="M0 3C0 1.5 1.5 0 3 0H89.7C91.2 0 92.7 1.5 92.7 3V5C92.7 6.5 94.2 8 95.7 8H97.3C98.8 8 100 9.2 100 10.7V45C100 46.5 98.5 48 97 48H3C1.5 48 0 46.5 0 45V3Z" fill="white"/></svg>');
  mask-repeat: no-repeat;
  mask-size: cover;

  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 50" xmlns="http://www.w3.org/2000/svg"><path d="M0 3C0 1.5 1.5 0 3 0H89.7C91.2 0 92.7 1.5 92.7 3V5C92.7 6.5 94.2 8 95.7 8H97.3C98.8 8 100 9.2 100 10.7V45C100 46.5 98.5 48 97 48H3C1.5 48 0 46.5 0 45V3Z" fill="white"/></svg>');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  border-radius: 30px;
  backdrop-filter: blur(5.79999923706055px);
  webkit-backdrop-filter: blur(5.79999923706055px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 45px;
  transition: all .75s ease;
}

.program-card:hover {
    background: rgba(105, 34, 181, 0.11);
}



.program-card-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 3;
  position: relative;
  padding-right: 60px; /* щоб не залазило на виріз */
}

.program-card-left {
  flex: 1 1 60%;
}

.program-card-left h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.program-card-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap:15px;
}

.program-card-right {
  flex: 0 0 30%;
}

.program-card-right h3 {
  margin-bottom: 20px;
}

.bonus-item {
  display: flex;
  gap:10px;
  align-items: center;
}

.program-card-badge {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #1C1C1C4D;
  backdrop-filter: blur(5.79999923706055px);
  webkit-backdrop-filter: blur(5.79999923706055px);
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-family: var(--heading-text);
  font-size: 25px;
  border: 1px solid #FFFFFF1A;

}

.program__count {
    display: flex;
    width: 34px;

}

.program__info li {
    display: flex;
    gap:10px;
    align-items: center;
}

.text__color {
    color: var(--accent-color);
    text-shadow: 0px 0px 18.2px 0px #7F28DC9E;
    font-weight: 700;
}

.bonus__list {
    display: flex;
    flex-direction: column;
    gap:15px;
}

.program__text-info {
    opacity: 0.4;
    font-style: italic;
    font-weight: 300;
}

.plans {
    position: relative;
}

.plan__bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -120px;
    z-index: -1;
}

.plans__list {
    display: flex;
    gap:30px;
    margin-top: 40px;
}

.plans__item {
    width: 33.333%;
    padding: 30px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(28, 28, 28, 0.30);
    backdrop-filter: blur(7.399999618530273px);
    -webkit-backdrop-filter: blur(7.399999618530273px);
}

.plan_title {
    padding: 5px 15px;
    border-radius: 100px;
    background: #B238F4;
    width: fit-content;
    margin-bottom: 20px;
}

.plan__price {
    font-size: 50px;
    margin-bottom: 20px;
}

.plan__features {
    display: flex;
    flex-direction: column;
    gap:15px;
    margin-bottom: 20px;
}

.plan__features__item {
    display: flex;
    gap:10px;
    align-items: center;
}

.plan__features__item-non-active {
    opacity: .4;
}

.cta-plan {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.review__list {
    display: flex;
    gap:30px;
    margin-top: 40px;
}

.review__item {
    width: 25%;
}

.review__img {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    box-shadow: 0px 0px 44.9px 0px rgba(105, 34, 181, 0.35);
    transition: all .75s ease;
}

.review__img:hover {
    box-shadow: 0px 0px 43.5px 14px var(--accent-second);
}

.review__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap:10px;
}

.review__info__text {
    display: flex;
    gap:10px;
        align-items: center;
}

.review__info__text_accent {
    font-size: 18px;
    color: #B238F4;
    font-family: var(--heading-text);
}

.review__img {
    width: 100%;
    margin-bottom: 20px;
}

.review .cta{
        display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
}

.faq {
    position: relative;
}

.faq__bg {
    position: absolute;
    right: -200px;
    top: -100px;
    mix-blend-mode: overlay;
}

.faq__content {
    display: flex;
    gap:30px;
    margin-top: 40px;
}

.faq__list {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap:20px;
}

.faq__video {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap:20px;
}

.faq-item {
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.faq-question {
  width: 100%;
  border: none;
  padding: 5px 5px 5px 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--heading-text);
  font-style: 18px;
  border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: #1C1C1C;
    color: #fff;
    align-items: center;
    font-size: 18px;
}

.faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg); /* стає хрестиком */
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  font-size: 14px;
  line-height: 1.6;
  background-color: #1a1a1a;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px;
 padding: 32px 15px 10px 15px;
 border-radius: 10px;
border: 1px solid rgba(255, 255, 255, 0.10);

background: #1C1C1C;
    margin-top: -25px;
    position: relative;
    z-index: -1;

}

.faq-item.active .faq-question {
border: 1px solid rgba(178, 56, 244, 0.30);
}

.video__player {
    border-radius: 15px;
border: 1px solid rgba(255, 255, 255, 0.10);
box-shadow: 0px 0px 54.1px 0px rgba(105, 34, 181, 0.34);
transition: all .75s ease;
}

.video__player:hover {
box-shadow: 0px 0px 43.5px 14px var(--accent-second);
}

.footer {
    margin-top: 120px;
}

.footer__logo {
    width: 250px;
}

.footer__logo img {
    width: 100%;
}

.footer__bottom {
    background: #6922B5;
}

.footer__bottom__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding: 10px;
    margin-top: 30px;
}

.footer__bottom__menu {
    display: flex;
    gap:20px;
}

.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 20;
}

.burger span {
  width: 24px;
  height: 2px;
  background-color: #fff;
  display: block;
  transition: 0.3s;
}

.nav {
  display: none;
}



@media (max-width:1400px) {
    .container {
        max-width: 1150px;
    }
        .hero__pattern {
        position: absolute;
        width: 800px;
        height: 800px;
        top: 120px;
    }
    .hero__main-image {
        width: calc(82% + 40px);
        right: -150px;
    }
    .program__bg {
        width: 700px;
        right: -300px;
    }
    .program__bg-2 {
        left: -300px;
    }
    .program__bg-coins {
        left: -300px;
    }
    .program__bg-money {
        top: 3400px;
    }
    .program {
        overflow-x: hidden;
    }

.faq {
        overflow-x: hidden;
    }
.plan__bg {
    top: 120px;
    width: 100%;
}
.faq__bg {
    right: -200px;
    top: 0;
    width: 600px;
}
.faq-question  {
    text-align: left;
}
}

@media (max-width:1200px) {
    .container {
        max-width: 950px;
    }
    .hero__offer {
        margin-top: 150px;
    }
        .hero__sum {
        font-size: 80px;
    }
    .hero__from {
    font-size: 50px;
}
.hero__title {
    font-size: 40px;
    width: 450px;
}
.hero__desc {
    font-size: 16px;
    width: 450px;
}
    .hero__pattern {
        width: 600px;
    }

        .hero__main-image {
        right: -100px;
        width: calc(87% + 40px);
    }
    .program__bg-money {
        top: 3500px;
    }
    .plans__list {
        flex-wrap: wrap;
    }
    .plans__item {
    width: 100%;
}
.plan__bg {
        top: 1000px;
    }
    .faq__content {
        flex-wrap: wrap;
    }
    .faq__list {
        width: 100%;
    }
    .faq__video {
        width: 100%;
    }
    .video__player {
        height: 600px;
        margin-bottom: 60px;
    }
    .footer {
        margin-top: 60px;
    }
    .faq__bg {
        top: 400px;
        z-index: -1;
    }
    .hero {
        height: 830px;
    }
}

@media (max-width:992px) {
    .container {
        max-width: 800px;
    }
    .menu__link {
        font-size: 16px;
    }

    .hero__desc {
        width: 100%;
    }
    .hero__pattern {
        right: 0px;
        top: auto;
        bottom: 0px;
    }
 .hero__main-image {
        right: 0;
        width: 100%;
        height: 40vh !important;
        object-fit: cover;
        object-position: top;
    }
    .program-card-content {
        flex-direction: column;
        padding-right: 0px;
        gap:20px;
}
.program-card {
    mask-image: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">\
<path d="M0 5C0 2 2 0 5 0H84.4C87 0 89 2 89 4.4V6.5C89 9 91 11 94 11H96.5C98.5 11 100 13 100 15.5V94C100 97 97.5 100 94.5 100H5C2.5 100 0 97.5 0 95V5Z" fill="white"/>\
</svg>');
mask-repeat: no-repeat;
mask-size: cover;

-webkit-mask-image: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">\
<path d="M0 5C0 2 2 0 5 0H84.4C87 0 89 2 89 4.4V6.5C89 9 91 11 94 11H96.5C98.5 11 100 13 100 15.5V94C100 97 97.5 100 94.5 100H5C2.5 100 0 97.5 0 95V5Z" fill="white"/>\
</svg>');
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: cover;
}
.program-card-badge {
    width: 60px;
    height: 60px;
    font-size: 20px;
}
.review__item {
    width: calc(50% - 15px);
}
.review__list {
    flex-wrap: wrap;
}
}

@media (max-width:768px) {
    .container {
        max-width: 550px;
    }
.menu {
    display: none;
}
.burger {
    display: flex;
  }

  .nav {
    display: flex;
  position: fixed;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100vh;
  background: #121212;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  z-index: 15;
  overflow-y: auto;
  right: 0;
}

.nav.active {
  opacity:1;
}

  .menu {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .menu__link {
    font-size: 20px;
  }

  /* анімація бургера */
  .burger.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8px);
  }

  .burger.active span:nth-child(2) {
    opacity: 0;
  }

  .burger.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-8px);
  }
  .mob_menu {
    display: flex;
    flex-direction: column;
    gap:20px;
  }
  .hero__content {
    flex-direction: column;
    justify-content: space-between;
}
.hero__offer {
        margin-top: 100px;
        display: flex
;
        flex-direction: column;
        align-items: center;
    }
    .hero__title {
        font-size: 35px;
        text-align: center;
        width: 400px;
    }
        .hero__desc {
        font-size: 16px;
        width: 450px;
        padding: 0px;
        border-left: none;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 25px;
    }
        .hero__main-image {
         left: -80px;
        width: 100%;
        right: 0px;
    }
        .hero__pattern {
            display: none;
        }
        h2 {
            font-size:30px;
        }
        section {
            padding-top: 70px;
        }
        .program-card-content {
            font-size: 14px;
        }
        .program-card {
            padding: 25px;
        }
            .program-card-badge {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
    .program__list {
        margin-top: 30px;
        gap:20px;
    }
    .program__bg {
        width: 500px;
        right: -100px;
    }
    .program__bg-2 {
        left: -150px;
    }
        .program__bg {
        right: -200px;
    }
        .program__bg-coins {
        left: -200px;
    }
    .footer__content {
        justify-content: center;
    }
    .footer__bottom__content {
    flex-direction: column;
    gap:20px;
}
}

@media (max-width:576px) {
    body {
        font-size: 15px;
    }
    .container {
        max-width: 100%;
        padding: 0px 15px;
    }
        .hero__title {
        width: 100%;
    }
        .hero__desc {
            width: 100%;
        }
        .hero__from {
        font-size: 40px;
    }
        .hero__sum {
        font-size: 70px;
    }
        .hero__main-image {
        left: -150px;
        width: 180%;
        object-fit: cover;
        height: 75vh!important;
         object-position: top;
    }
    .plan__bg {
        display: none;
    }
        .program-card-badge {
        width: 34px;
        height: 34px;
        font-size: 12px;
    }
    h3 {
    font-size: 20px;
}
.with__color {
    flex-wrap: wrap;
    }
    .plan__price {
    font-size: 40px;
}
.review__item {
    width: 100%;
}

.review__item:nth-child(2) {
    display: none;
}
.review__item:nth-child(3) {
    display: none;
}
.review__item:nth-child(4) {
    display: none;
}
    .faq-question {
        text-align: left;
        gap: 20px;
        font-size: 15px;
    }
    .video__player {
        height: 250px;
        margin-bottom: 30px;
    }
    .footer {
        margin-top: 20px;
    }
    .footer__bottom__menu {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
}
.hero {
        height: 100vh;
    }

    .hero__desc {
        display: none;
    }
    .hero__content {
    height: 100vh;
}
.cta {
    position: absolute;
    bottom: 40px;
}
.hero__offer {
    height: 100vh;
    position: relative;
}
.cta-plan {
    position: relative;
    bottom: 0px;
    width: 100%;
}

.review .cta {
    position: relative;
    bottom: 0px;
}
.faq__bg {
    width: 300px;
}
}