/* --- normalize css --- */
*{padding: 0;margin: 0;border: 0;}

*,*:before,*:after{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

@font-face {
	font-family: 'Dela Gothic One'; 
	src: url('../fonts/DelaGothicOne-Regular.ttf'); 
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf'); 
}

nav,footer,header,aside{display: block;}
.hidden{display: none;}
html,body{
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1.5;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

/* h1,h2,h3,h4,h5,h6{font-weight: 400;} */
/* ---------------------------*/

.highest-block{
    /* Frame 353 */

    position: absolute;
    width: 1440px;
    height: 104px;
    left: 0px;
    top: 0px;

    background: #FFFFFF;
    /* 1 */
    box-shadow: 0px 47px 244px rgba(4, 24, 58, 0.030926), 0px 19.6355px 101.937px rgba(4, 24, 58, 0.0444282), 0px 10.4981px 54.5006px rgba(4, 24, 58, 0.055), 0px 5.88513px 30.5526px rgba(4, 24, 58, 0.0655718), 0px 3.12555px 16.2262px rgba(4, 24, 58, 0.079074), 0px 1.30061px 6.75211px rgba(4, 24, 58, 0.11);
}
body{
    font-family: Montserrat;
    background-color: white;
}
header{
    position: absolute;
    width: 100%;
    /* height: 104px; */
    left: 0px;
    top: 0px;
    z-index: 99;
    background: #FFFFFF;
    /* 1 */
    box-shadow: 0px 47px 244px rgba(4, 24, 58, 0.030926), 0px 19.6355px 101.937px rgba(4, 24, 58, 0.0444282), 0px 10.4981px 54.5006px rgba(4, 24, 58, 0.055), 0px 5.88513px 30.5526px rgba(4, 24, 58, 0.0655718), 0px 3.12555px 16.2262px rgba(4, 24, 58, 0.079074), 0px 1.30061px 6.75211px rgba(4, 24, 58, 0.11);
    padding: 10px 0;
}
.avs-logo{
    /* Group 129 */
    /* position: absolute; */
    /* left: 9.17%;
    right: 86.67%;
    top: 15.38%;
    bottom: 15.38%; */
}
.worldskills-logo{
    /* Ресурс 2 1 */
    /* position: absolute; */
    /* width: 76px;
    height: 60px;
    left: 224px;
    top: 18px; */
    /* left: calc(9.17% + 80px);
    right: 86.67%;
    top: 15.38%;
    bottom: 15.38%; */
}
.header-blocks{
    /* Frame 348 */

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 64px;

    position: absolute;
    width: 928px;
    height: 20px;
    right: 132px;
    top: 18px;
}
.background-line{
    /* Vector */

    position: absolute;
    left: 64.43%;
    right: -35.27%;
    top: 8.33%;
    bottom: -8.33%;

    background: #F1F2F3;
    transform: rotate(30deg);

}
h2{
    font-size: 64px;
}
.flex-row{
    display: flex;
}
.block-title{
    padding-bottom: 40px;
}
.fs-offer{
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 200px;
}
.nav-bar.flex-row{
    justify-content: space-between;
}
.nav-tel{
    color: #ffffff;
    font-size: 18px;
    padding: 44px 0px 112px 64px;
}
.nav-tel a:link, .nav-tel a:visited{
    color: #ffffff;
    transition: .3s;
    text-decoration: none;
}
.nav-tel a:hover, .nav-tel a:active{
    color: #ffffff;
    transition: .3s;
    text-decoration: underline;
}
.nav-tel img{
    margin-right: 12px;
}
.fs-block{
    background: url(../assets/fs-banner.png) top right /cover no-repeat;
    position: relative;
    z-index: 10;
}
.block-container{
    max-width: 1440px;
    padding: 0 132px;
    margin: 0 auto;
    /* overflow: hidden; */
}
.block-padding{
    padding-top: 5%;
    padding-bottom: 4%;
}
.nav-bar{
    max-height: 180px;
}
.logo-main{
    max-width: 86px; 
    max-height: 104px;
}
.logo-2-main{
    max-width: 140px; 
    max-height: 180px;
}
.fs-block-title{
    padding-top: 216px;
    padding-bottom: 24px;
}
.fs-block-title h2{
    font-size: 64px;
    font-weight: 700;
    line-height: 64px;
}
@media screen and (max-width: 860px) {
    .block-container{
        max-width: 1440px;
        padding: 0 20px;
        margin: 0 auto;
        /* overflow: hidden; */
    }
}
@media screen and (max-width: 576px){
    h2{
        font-size: 32px;
    }
    .logo-main{
        max-width: 56px; 
        height: auto;
    }
    .logo-2-main{
        max-width: 90px; 
        height: auto;
    }
    .block-title{
        font-size: 32px;
        font-weight: 700;
        padding-bottom: 24px;
    }
    .nav-tel{
        color: #ffffff;
        font-size: 18px;
        padding: 20px 10px;
    }
    .fs-block-title{
        padding-top: 120px;
        padding-bottom: 18px;
    }
    .fs-block-title h2{
        font-size: 32px;
        font-weight: 700;
        line-height: 40px;
    }
    .fs-offer{
        font-size: 20px;
        color: #ffffff;
        padding-bottom: 140px;
    }
    .block-container{
        max-width: 1440px;
        padding: 0 15px;
        margin: 0 auto;
        /* overflow: hidden; */
    }
    .block-padding{
        padding-top: 40px;
        padding-bottom: 50px;
    }
}
/* ------------------------- */
.correct-image img{
    width: 100%;
    height: auto;
    object-fit: cover;
    overflow: hidden;
}
.correct-image {
    position: relative;
}

.red-section{
    background-color: #D3251C;
    /* height: 310px; */
    margin-top: 50px;
    /* margin-bottom: 40px; */
}
.trigger-items{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    margin-top: -56px;
    position: relative;
    z-index: 20;
}
.trigger-items-info{
    display: flex;
    gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.trigger-item{
    background-color: #ffffff;
    border-radius: 16px;
    width: 370px;
    box-shadow: 2px 10px 20px rgb(0, 0, 0, 50%);
}
.trigger-title{
    font-size: 24px;
    font-weight: 700;
    padding: 32px 0px 32px 32px;
}
.trigger-items.flex-row{
    gap: 24px;
    width: 100%;
    justify-content: space-between;
}
.trigger-image{
    border-radius: 16px;
    overflow: hidden;
}
@media screen and (max-width: 576px) {
    .trigger-block-container{
        margin-top: -80px;
    }
    .trigger-items{
        display: grid;
        gap: 15px;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        margin-top: -56px;
        position: relative;
        z-index: 20;
    }
    .trigger-items-info{
        display: grid;
        gap: 30px;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        margin-top: 35px;
        position: relative;
        z-index: 20;
    }
    .trigger-title{
        font-size: 20px;
        font-weight: 700;
        padding: 16px 0px 16px 16px;
    }
    .trigger-item{
        background-color: #ffffff;
        width: 100%;
        box-shadow: 2px 10px 20px rgb(0, 0, 0, 50%);
    }
}

/* ------------------------- */

.section-winner{
    background-color: #000000;
    position: relative;
    margin-top: -50px;
    padding-top: 40px;
}
.winner-items{
    display: grid;
    gap: 4%;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-template-rows: auto;
}
.winner-item{
    color: #ffffff;
}
.winner-image{
    margin-bottom: 40px;
    position: relative;
    max-width: 358px;
    max-height: 400px;
}
.winner-photo{
    position: relative;
    z-index: 20;
    max-width: 358px;
    max-height: 400px;
    overflow: hidden;
}
.red-shad{
    position: absolute;
    right: -20px;
    bottom: -20px;
    z-index: 10;
}
.winner-title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}
.winner-prof{
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
}
.winner-desc{
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 16px;
}
.winner-exp{
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 700;
}

@media screen and (max-width: 596px){
    header .top-row, header .menu-steps {
        display: none !important;
    }

    .bottom-row {
        justify-content: center !important;
    }
    .menu-buttons-btn {
        width: 45%;
    }
    .menu-buttons-btn a{
        justify-content: center;
    }

    .logos {
        width: 100%;
        justify-content: space-between;
    }

    .header-phone {
        width: 100%;
    }
    .header-phone a {
        width: 100% !important;
        justify-content: center;
    }

    #preview-block a{
        display: none !important;
    }


    #streams-lightning, .header-lightning {
        display: none;
    } 

    section#streams .main-gift {
        flex-direction: column;
    }
 
    section#streams .streams-info, 
    section#streams .streams-info a,
    #how_get .p2-riles-btn.flex-row a,
    #register-now .p2-riles-btn.flex-row a {
        width: 100% !important;
        text-align: center;
        padding: 15px 0;
    }

    #how_get .p2-riles-btn.flex-row  {
        margin-top: 40px !important;
    }

    .footer-logo {
        margin: 0 !important;
    }

    .member-btn-block,
    #how_get .p2-riles-btn.flex-row div,
    #register-now .p2-riles-btn.flex-row div {
        width: 100% !important;
    }

    .ws2023_td_name, .ws2023_td_raiting, .ws2023_td_score {
        min-width: 100px !important;
        font-size: 14px !important;
    }

    #streams .avs-content {
        padding: 0;
    }
    #streams {
        padding-top: 2rem !important;
    }
    #streams .how-it-was-btn {
        margin-bottom: 15px !important;
    }

    .event-block {
        flex-wrap: wrap;
        justify-content: flex-start !important;    
    }

    #register-now .flex-row {
        justify-content: center !important;
    }
    #register-now {
        padding-top: 35px;
    }
    #register-now {
        margin: -20px 0 !important;
    }

    #jories {
        margin-bottom: 110px;
    }

    .personal-account-tasks-items {
        grid-template-columns: repeat(1, 2fr) !important;
    }

    #background-logo {
        display: none;
    }

}

section#streams .streams-info a{
    color: white;
    width: 50%;
}


/* @media screen and (max-width: 425px){
    .menu-buttons {
        width: 100%;
        flex-direction: column;
    }
    .menu-buttons-btn {
        width: 100%;
    }
    .menu-buttons-btn a {
        width: 100%;
        justify-content: center;
    }


} */
@media screen and (max-width: 576px){
    /* .winner-items{
        display: grid;
        gap: 42px;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    } */
    .winner-item{
        margin: 0 auto;
    }
    .winner-title{
        font-size: 20px;
    }
}
/* ------------------------- */

.white-section{
    background: #ffffff;
}
.partner .winner-image{
    max-width: 200px;
    max-height: 200px;
}
.partner .img-frame{
    width: 200px;
    height: 200px;
    position: absolute;
    right: 40%;
    /* right: 145px; */
    bottom: 66px;
    border: 1px solid #D3251C;
    background: #D3251C;
    margin-left: -30px;
    z-index: 0;
}
/* ------------------------- */

.footer-wrapper.flex-row{
    justify-content: space-between;
}
.footer-wrap{
    padding: 32px 0;
}
.footer-wrap.flex-row{
    justify-content: space-between;
    align-items: center;
    align-self: center;
}
.footer-logo{
    margin-right: 47px;
}
.footer-tel img{
    margin-left: 12px;
}
.flex-row.soc-nw{
    gap: 20px;
}
.footer-tel a:link, .footer-tel a:visited{
    color: #ffffff;
    transition: .3s;
    text-decoration: none;
}
.footer-tel a:hover, .footer-tel a:active{
    color: #ffffff;
    transition: .3s;
    text-decoration: underline;
}
@media screen and (max-width: 860px) {
    .block-container{
        max-width: 1440px;
        padding: 0 20px;
        margin: 0 auto;
        /* overflow: hidden; */
    }
}
/* ------------------------- */

.gallery-items{
    position: relative;
}
.gallery-item{
    display: flex;
    align-items: center;
    align-self: center;
    /* max-width: 276px;
    max-height: 276px; */
    padding: 0 17px;
    margin-top: 0 auto;
}

/* Слайдер */
.slick-slider{
    padding: 0px;
}
/* Слайдер запущен */
.slick-slider.slick-initialized{}
/* Слайдер с точками */
.slick-slider.slick-dotted{}
/* Ограничивающая оболочка */
.slick-list {
    overflow: hidden;
    border: none;
}
.slick-list button{
    border: none;
}
/* Лента слайдов */
.slick-track{
    display: flex;
    align-items: flex-start;
}
/* Слайд */
.slick-slide{
    padding-bottom: 20px;
    margin: 0 8px;
}
/* Слайд активный (показывается) */
.slick-slide.slick-active{}
/* Слайд основной */
.slick-slide.slick-current{}
/* Слайд по центру */
.slick-slide.slick-center{}
/* Клонированный слайд */
.slick-slide.slick-cloned{}
/* Стрелка */
.slick-arrow{
    /* opacity: 90%; */
    position: absolute;
    top: 40%;
    z-index: 10;
    font-size: 0;
    width: 40px;
    height: 40px;
    margin-top: -40px;
    border: none;
}

/* Стрелка влево */
.slick-arrow.slick-prev{
    left: -60px;
    background: url(../assets/arrow-prev-40-40.png) 0 0 / 100% no-repeat;
    border: none;
    cursor: pointer;
}
/* Стрелка вправо */
.slick-arrow.slick-next{
    right: -60px;
    background: url(../assets/arrow-next-40-40.png) 0 0 / 100% no-repeat;
    border: none;
    cursor: pointer;

}
.slick-arrow .button{
    border: none;
}
/* Стрелка не активная */
.slick-arrow.slick-disabled{}
/* Точки (булиты) */
.slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-dots ul{
}
.slick-dots li{
    list-style: none;
    margin: 0 3px;
}
.slick-dots li:before{
}
.slick-dots li.slick-active:before{
}
.slick-dots button{
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: #D9D9D9;
    border-radius: 50%;
}
/* Активная точка */
.slick-dots li.slick-active button{
    background-color: #D3251C;
}
/* Элемент точки */
.slick-dots li button{}

/* ------------------------- */

h3{
    /* Жюри */

    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    /* identical to box height, or 100% */

    color: #0A0A0A;
}

.page-2{
    position: relative;
}
.page-2:before{
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    /* background-image: linear-gradient(to left, #11de93, #0e7ad6); */
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7) 5%, rgba(0, 0, 0, 0) 15%); */
    opacity: 0.8;
    z-index: 5;
}
.page-2:after{
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    /* background-image: linear-gradient(to left, #11de93, #0e7ad6); */
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%,rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 50%);
    /* background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%,rgba(0, 0, 0, 0.8) 15%, rgba(0, 0, 0, 0) 30%); */
    opacity: 0.8;
    z-index: 5;
}

.p2-fs-left-ban{
    max-width: 319px;
    max-height: auto;
    padding-top: 79px;
    padding-bottom: 58px;
}
.flex-col.p2-fs-ban{
    flex-direction: column;
}
.p2-logos-nav.flex-row{
    gap: 32px;
    align-items: center;
    align-self: center;
}
.nav-bar-p2.flex-row{
    height: 104px;
    justify-content: space-between;
}
.p2-nav-btns.flex-row{
    gap: 16px;
    align-items: center;
    align-self: end;
}
.nav-tel-p2{
    font-size: 18px;
    margin-top: 16px;
}
.nav-tel-p2 img{
    margin-right: 12px;
}
.nav-tel-p2 a:link, .nav-tel-p2 a:visited{
    color: #ffffff;
    transition: .3s;
    text-decoration: none;
}
.nav-tel-p2 a:hover, .nav-tel-p2 a:active{
    color: #ffffff;
    transition: .3s;
    text-decoration: underline;
}
.fs-block-container{
    position: relative;
    z-index: 30;
}
/* .fs-block-title.fs-block-title-p2{
    padding-top: 505px;
} */

.fs-offer.fs-offer-p2{
    padding-bottom: 120px;
}
.p2-fs-title-offer{
    text-align: center;
}
.title-section{
    text-align: left;
}
.fs-block.page-2{
    background: url(../assets/p2-ban-1-new.jpg) top center no-repeat;
    background-size: 100%;
    position: relative;
    z-index: 10;
}
.fs-offer-p2-title{
    font-size: 36px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 8px;
}
.fs-offer-p2-subtitle{
    font-size: 24px;
    font-weight: 400;
}
.p2-dr-bg{
    position: relative;

    /* height: 310px; */
    margin-top: 50px;
}
.p2-dr-bg:after {
    background: inherit;
    bottom: -10px;
    content: '';
    display: block;
    height: 120%;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-3deg);
    transform-origin: 100%;
    background-color: #D3251C;
    z-index: 15;
}
.section-jori{
    background-color: #ffffff;
    position: relative;
    margin-top: 5%;
    padding-top: 0px;
    color: #000000;
}
.section-jori:after {
    background-color: #ffffff;
    position: relative;
    margin-top: -50px;
    padding-top: 250px;
    color: #000000;
}
.section-jori .block-padding{
    margin-top: -30px;
    padding-top: 0;
    padding-bottom: 30px;
}
.section-jori .winner-items{
    margin-bottom: 10%;
}
.jori-item {
    max-width: 376px;
}
.etap{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 8px;
    gap: 8px;
    /* width: 376px; */
    height: 52px;

    background: #000000;
}
.event-block{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
}
.data-block{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    gap: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;

    width: 345px;
    height: 52px;

    background: #000000;
    color: #FFFFFF;
}
.data-block-desc{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: clamp(14px, 2vw, 24px);
    color: #000000;
}
.jori-prof{
    font-size: 14px;
    margin-bottom: 16px;
}
.jori-desc{
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 16px;
}
.p2-rules{
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    justify-content: space-between;
    margin-bottom: 48px;
}
.p2-riles-btn{
    margin: 0 auto;
}
.p2-riles-btn.flex-row{
    justify-content: left;
    gap: 5px;
    flex-wrap: wrap;
}
.btn:link, .btn:visited{
    display: inline-block;
    border-radius: 8px;
    box-shadow: none;
    padding: 8px 20px;
    font-size: clamp(12px, 2vw, 16px) !important;
}
.btn:hover, .btn:active{
    box-shadow: 0px 0px 15px #ffffff9c;
    transition: .3s;
}
.btn-red{
    background-color: #D3251C;
    color: #ffffff;
}
.btn-white{
    background-color: #ffffff;
    color: #000000;
}
.btn-black{
    background-color: #000000;
    color: #ffffff;
}
.btn-grey{
    background-color: #D2D2D2;
    color: #ffffff;
}
.btn-cstm{
    background-color: #F1F2F3;
    color: #000000;
}

.btn-members{
    width: 100%;
    background-color: #000000;
    color: #ffffff;
}
.member-btn-block{
    width: 33%;
}
.p2-steps{
    margin-bottom: 48px;
}
.p2-partner-main.flex-row{
    gap: 32px;
    margin-bottom: 40px;
}
.p2-partners-items.flex-row{
    justify-content: space-between;
    gap: 40px;
    align-self: center;
    align-items: center;
}
.partic-block{
    color: #ffffff;
}
.partic-block.block-padding{
    padding-top: 150px;
    padding-bottom: 120px;
}
.partic-items-table{
    max-width: 100%;
    margin: 0 auto 32px;
}
.table {
    width: 100%;
    border: none;
    /* margin-bottom: 20px; */
    border-collapse:collapse;
}
.table thead th {
    font-weight: 700;
    text-align: left;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
}

.table tbody td {
    text-align: left;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    vertical-align: top;
    font-weight: 400;
}
.table tbody .winner td{color: #000000;}
.table tbody tr {
    cursor: pointer;
}
.table tbody tr:nth-child(odd){
    background: #F1F2F3;
}
.table tbody tr:nth-child(even){
    background: #FFFFFF;
}
.table tbody .winner td:hover{color: #ffffff;}
.table tbody tr:hover, .table tbody tr.active {
    cursor: pointer;
    background: #DA251C;
    transition: .3s;
    color: #ffffff;
}
.faq-block-content{
    display: grid;
    gap: 40px;
    grid-template-columns: 4fr 6fr;
    grid-template-rows: auto;
    margin-top: 5%;
}
.faq-block-title{
    line-height: 54px;
    color: #ffffff;
}
.faq-item{
    margin-bottom: 24px;
}
.faq-title{
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 8px;
}
.faq-desc{
    font-size: 13px;
    font-weight: 500;
    color: #000000;
}
.p2-more-q{
    margin-top: 40px;
}
.p2-more-qtitle{
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 24px;
}
.p2-more-qbtn{
    margin-top: 24px;
}
@media screen and (max-width: 860px) {
    h3{
        font-size: 30px;
        line-height: 34px; 
    }
    .p2-fs-left-ban{
        margin: 0 auto;
    }
    .fs-offer-p2-title{
        font-size: 26px;
    }
    .fs-offer-p2-subtitle{
        font-size: 20px;
    }
    .fs-block.page-2 {
        background: url(../assets/p2-ban-1.png) top left /cover no-repeat;
        position: relative;
        z-index: 10;
    }
    .how .block-padding{
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .faq-block-content{
        display: grid;
        gap: 40px;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        margin-bottom: 64px;
    }
    .p2-dr-bg:after {
        background: inherit;
        bottom: -10px;
        content: '';
        display: block;
        height: 110%;
        left: 0;
        position: absolute;
        right: 0;
        transform: skewY(-3deg);
        transform-origin: 100%;
        background-color: #D3251C;
        z-index: 15;
    }
    /* .p2-riles-btn.flex-row{
        flex-wrap: wrap;
    } */
    .p2-rules{
        grid-template-columns: 70%;
        gap: 20px;
    }
    .section-jori:after{
        height: 103%;
    }
    .section-jori .winner-items{
        margin-bottom: 60px;
    }
    .p2-partner-main.flex-row{
        gap: 20px;
        flex-wrap: wrap;
    }
    .p2-partners-items.flex-row{
        display: grid;
        gap: 30px;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
    }
    .partic-block.block-padding{
        padding-top: 100px;
        padding-bottom: 120px;
    }
    .nav-bar-p2.flex-row {
        height: 104px;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    .nav-tel-p2{
        margin-top: 0px;
    }
}
@media screen and (max-width: 414px) {
    .winner-image {
        margin: 0 auto 40px;
        max-width: 320px;
    }
}

/* ------------------------- */
@media screen and (max-width: 414px) {
    .footer-link.flex-row{
        color: #ffffff;
        margin-left: 56%;
        gap: 20px;
    }
}
.nav-bar-lk.flex-row{
    height: 104px;
    align-items: center;
    column-gap: 30%;
}
.nav-tel-lk{
    font-size: 18px;
    margin-top: 16px;
}
.nav-tel-lk img{
    margin-right: 12px;
}
.nav-tel-lk a:link, .nav-tel-lk a:visited{
    color: black;
    transition: .3s;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Roboto';
    font-size: 16px;
}
.nav-tel-lk a:hover, .nav-tel-lk a:active{
    color: #ffffff;
    transition: .3s;
    text-decoration: underline;
}
.nav-lk-name{
    font-size: 16px;
    font-weight: 400;
    color: black;
    font-family: Roboto;
    text-align: end;
}
.lk-logos-nav.flex-row{
    margin-top: 16px;
    gap: 32px;
    align-items: center;
    align-self: center;
}
.lk-send-q.block-padding{
    padding-top: 0px;
    padding-bottom: 75px;
}
.footer-link.flex-row{
    color: #ffffff;
    gap: 20px;
}
.footer-link a:link, .footer-link a:visited{
    color: #ffffff;
    transition: .3s;
    text-decoration: none;
}
.footer-link a:hover, .footer-link a:active{
    color: #ffffff;
    transition: .3s;
    text-decoration: underline;
}
.nav-link.flex-row{
    align-items: center;
    align-self: center;
}
.p3-nav-btns.flex-col{
    justify-content: right;
}
.partic-block.lk-partic-block.block-padding{
    padding-top: 0;
    padding-bottom: 60px;
}
.lk-score{
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    padding-bottom: 80px;
}
.lk-score-title{
    font-size: clamp(34px, 2vw, 40px);
    font-weight: 400;
    font-family: 'Dela Gothic One';
    color: #DA251C;
}
.lk-score-name{
    font-size: clamp(26px, 2vw, 32px);
    font-weight: 400;
    font-family: 'Dela Gothic One';
}
.lk-form{
    margin: 40px 0 20px;
}
.lk-score-rate{
    padding-top: 48px;
    text-align: right;
}
.lk-rate-title{
    font-size: 16px;
    font-weight: 700;
}
.lk-true-rate{
    font-size: 80px;
    font-weight: 400;
    font-family: 'Dela Gothic One';
    color: rgba(255, 46, 35, 1);
}

.lk-tasks{
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}
.lk-tasks-item{
    border-radius: 16px;
    background-color: #ffffff;
    padding: 32px;
    color: #000000;
}
.r-text{
    color: #DA251C;
}
.lk-tasks-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 12px;
}
.lk-tasks-desc p{
    margin-bottom: 20px;
}
.lk-tasks-btn{
    padding-top: 12px;
    padding-bottom: 32px;
}
.lk-tasks-btn.flex-row{
    gap: 16px;
}
.lk-form table tr{
    width: 100%;
    height: 100%;
    border: none;
    font-size: 14px;
    text-align: start;
    vertical-align: middle;
    cursor: pointer;
}
.lk-form table input, .lk-form table select{
    width: 320px;
    margin-bottom: 16px;
    border: 1px solid #818181;
    border-radius: 4px;
    padding: 10px 12px;
    background-color: transparent;
    margin-left: 24px;
}
.lk-form select{
    color: #ffffff;
    margin-left: 24px;
}
.lk-form input[type="text"]{
    color: #ffffff;
}
.lk-form input::placeholder{
    color: #ffffff;
}

@media screen and (max-width: 576px) {
    .nav-tel-lk{
        font-size: 14px;
        margin-top: 16px;
    }
    .nav-lk-name{
        font-size: 12px; 
        color: #6A6A6A; 
        font-style: italic; 
        text-align: end;
    }
    .lk-score{
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        padding-bottom: 40px;
    }

    .lk-tasks{
        grid-template-columns: 1fr;
    }
    .footer-link.flex-row{
        color: #ffffff;
        gap: 20px;
        flex-direction: column;
    }
    .lk-footer .footer-logo{
        margin-right: 20px;
    }
    .lk-tasks-btn.flex-row{
        flex-direction: column;
        gap: 16px;
    }
    .lk-tasks-item{
        padding: 20px;
    }
    .lk-tasks-title{
        font-size: 22px;
    }
    .lk-form table input, .lk-form table select{
        width: 200px;
        margin-bottom: 16px;
        border: 1px solid #818181;
        border-radius: 4px;
        padding: 10px 12px;
        background-color: transparent;
        margin-left: 24px;
    }
    .lk-score-rate{
        padding-top: 48px;
        text-align: center;
    }
    .lk-score-btn.flex-row{
        margin: 0 auto;
        justify-content: center;
    }
    .nav-bar-lk.flex-row {
        justify-content: center;
        gap: 10px;
    }
    .nav-tel-lk{
        margin-top: 0;
    }
    .nav-bar-lk.flex-row{
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        align-self: flex-start;
        margin-top: 16px;
    }
    .lk-logos-nav.flex-row{
        margin-top: 0;
        align-self: flex-start;
    }
    .nav-link-lk.flex-row{
        flex-direction: column;
        justify-content: flex-start;
        text-align: center;
        font-size: 14px;
        gap: 10px;
        line-height: 16px;
    }
}



/* !!!20231002 */
.how .block-padding{
    padding-top: 120px;
    padding-bottom: 80px;
}

.p2-how-btn.flex-row{
    justify-content: center;
    margin-bottom: 64px;
}
.p2-how-btn .btn-red{
    padding: 12px 24px;
    text-align: center;
}

@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}

/* Класс для применения анимации */
.shaking {
    animation: shake 0.5s;
}

.steps{
    color: #ffffff;
}
.steps .block-padding{
    padding-left: 110px;
    padding-bottom: 260px;
}
.steps-title{
    position: relative;
    padding-bottom: 100px;
}
.block-title.steps-title h3{
    text-align: left; 
    color: #ffffff; 
    font-size: 64px;
}
.steps-title:after{
    position: absolute;
    content: url(../assets/arrows-76-116.png);
    top: -30px;
    left: -110px;
    width: 76px !important;
    height: 116px;
    z-index: 10;
}
.step-subtitle{
    position: relative;
    padding-bottom: 16px;
    color: #ffffff;
    font-size: 36px;
}
.step-subtitle{
    position: relative;
    padding-bottom: 16px;
}
.step-subtitle:after{
    position: absolute;
    content: " ";
    width: 34px;
    height: 32px;
    background-color: #D3251C;
    border-radius: 50%;
    top: 10px;
    left: -90px;
    z-index: 10;
}
.steps p{
    margin-bottom: 20px;
}

.step-date-label{
    background-color: #D3251C;
    color: #ffffff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 16px;
    height: 37px;
    text-align: center;
    min-width: 120px;
}
.step-date-item{
    border-bottom: 1px solid #ffffff;
    padding-top: 20px;
    padding-bottom: 24px;
}
.step-date-item.flex-row{
    gap: 16px;
}
.step-date-task{
    font-size: 24px;
    font-weight: 700;
}
.steps-date-items{
    padding-bottom: 80px;
}
.steps-left-border{
    position: relative;
    z-index: 10;
}
.steps-left-border:after{
    position: absolute;
    content: url(../assets/left-line.png);
    top: 70px;
    left: -73px;
    z-index: 5;
}

@media screen and (max-width: 576px) {
    .steps-title:after, .step-subtitle:after, .steps-left-border:after{
        display: none;
    }
    .block-title.steps-title h3{
        text-align: left; 
        color: #ffffff; 
        font-size: 30px;
    }
    .steps .block-padding{
        padding-left: 15px;
        padding-bottom: 180px;
    }
    .steps-title {
        position: relative;
        padding-bottom: 30px;
    }
    .step-subtitle {
        color: #ffffff;
        font-size: 24px;
    }
    .step-date-task {
        font-size: 14px;
        font-weight: 700;
    }
    .how .block-padding{
        padding-top: 90px;
        padding-bottom: 50px;
    }
}

.fs-block.page-form{
    background: url(../assets/form-p-bg-new.jpg) top center /cover no-repeat;
    position: relative;
    z-index: 10;
}

.fs-block.page-form-success{
    background: url(../assets/form-p-bg-new.jpg) top center /cover no-repeat;
    position: relative;
    z-index: 10;
}


.page-form-wrap{
    color: #ffffff;
}
.page-form-agree a:link, .page-form-agree a:visited{
    color: #ffffff;
    text-decoration: underline;
}
.page-form-agree a:hover, .page-form-agree a:active{
    color: #ffffff;
    text-decoration: none;
}
.page-form-agree{
    font-size: 14px;
}
.page-form-title{
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    padding-top: 38px;
    padding-bottom: 32px;
}
.page-form-body{
    padding-bottom: 8px;
}
.page-form-btn{
    padding-top: 32px;
}
.page-form-body table tr{
    width: 100%;
    height: 100%;
    border: none;
    font-size: 14px;
    text-align: start;
    vertical-align: middle;
    cursor: pointer;
}
.page-form-body table input, .page-form-body table select{
    width: 320px;
    margin-bottom: 16px;
    border: 1px solid #818181;
    border-radius: 4px;
    padding: 10px 12px;
    background-color: #121212;
    margin-left: 24px;
}
.page-form-body select{
    color: #ffffff;
    margin-left: 24px;
}
.page-form-body input[type="text"]{
    color: #ffffff;
}
.page-form-agree span{
    padding-left: 10px;
}
.page-form-agree.flex-col{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.page-form-body input::placeholder{
    color: #ffffff;
}
.page-form-btn{
    padding-bottom: 69px;
}
.page-form-success-wrap{
    color: #ffffff;
    padding-top: 250px;
    padding-bottom: 353px;
}
.page-form-success-title{
    font-size: 48px;
    font-weight: 700;
}
.page-form-success-desc{
    font-size: 24px;
    line-height: 34px;
}
.page-form-success-btn{
    padding-top: 40px;
}
.form-check{
    margin-top: 3%;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 24px 11px;
    gap: 8px;
    background: #F1F2F3;
    border-radius: 8px;
}
.form-check-input{
    accent-color: #FF2D22;
}
#popup-regform{
    border-radius: 16px;
    max-width: 480px;
    max-height: 450px;
}
#popup-person{
    border-radius: 16px;
    width: 480px;
}
#popup-second-person{
    border-radius: 16px;
    width: 480px;
}
#popup-company{
    border-radius: 16px;
    max-width: 480px;
}
.popup-rules.hidden {
    display: none;
}
#regform-title{
    width: 100%;
    font-family: Dela Gothic One;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.modal-window {
    display: none;
}
.modal-window.active {
    display: block;
}
.regform-success {
    display: none;
}
.regform-success.active {
    display: block;
}
.regform-div{
    display: none;
}
.modalLabel{/* label */
/* Auto layout */
    display: flex;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto';
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 4px;

    width: 416px;
    height: 16px;


/* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}
.modalInput{
/* input */
/* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3%;
    padding: 0px;
    gap: 4px;
    width: 95%;
    height: 60px;

/* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}
.error {
    border: 2px solid red;
    background-color: #ffe6e6;
}
.regform-input{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 8px 10px 12px;
    gap: 8px;
    font-size: 14px;

    width: 95%;
    height: 40px;

    background: #F1F2F3;
    border-radius: 8px;

}
.regform-div.active{
/* Frame 423 */

/* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;

    width: 100%;


/* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    z-index: 1;

}
#popup-rules{max-width: 1000px;}
#popup-rules table{
    border-collapse: collapse;
    margin: 1em 0;
}
#popup-rules table.wide{
    width: 100%;
}
#popup-rules table td{
    border: 1px solid #777;
    padding: 5px;
}
#popup-rules h3,#popup-rules h4{
    margin: 1em 0;
}
#popup-rules h3{
    font-size: 28px;
    line-height: 30px;
}
#popup-rules h4{
    font-size: 20px;
}
#popup-rules td h4{margin:0}
@media screen and (max-width: 576px){
    .page-form-success-wrap{
        color: #ffffff;
        padding-top: 150px;
        padding-bottom: 250px;
    }
    .page-form-success-title{
        font-size: 34px;
        font-weight: 700;
        line-height: 44px;
        padding-bottom: 12px;
    }
    .page-form-success-desc{
        font-size: 18px;
        line-height: 28px;
    }
    .page-form-success-btn{
        padding-top: 20px;
    }
    .page-form-body table input, .page-form-body table select{
        width: 230px;
        margin-bottom: 16px;
        border: 1px solid #818181;
        border-radius: 4px;
        padding: 10px 12px;
        background-color: #121212;
        margin-left: 24px;
    }
}

/* NEW */

.text-red {
    color: red;
}

.avs-content {
    max-width: 1440px;
    padding: 0 8%;
    margin: 0 auto;
}

.header-lightning {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 40%;
    width: -webkit-fill-available;
}

.header-content {
    display: flex;
    height: 100%;
    gap: 3%;
    align-items: center;
    flex-wrap: wrap;
}

.header-content a {
    color: black;
}

.logos {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.links {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.top-row a {
    width: max-content !important;
}

.links .top-row, .links .bottom-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.links .top-row a, .links .bottom-row a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.links .bottom-row .menu-buttons, .links .bottom-row .menu-steps {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.links .bottom-row .menu-steps > div {
    padding: 5px 15px;
    background-color: #e9e9e9;
    border-radius: 10px;
    font-weight: bold;
}

section#questions {
    margin-bottom: 7%;
    margin-top: 7%;
}

/* section#preview-block {
    padding-top: 104px;
    height: 100vh;
    max-height: 50rem;
} */
section#preview-block {
    display: flex;
    justify-content: center;
    background: white;
    position: relative;
}
section#preview-block img {
    width: -webkit-fill-available;
    max-width: 1440px;
}
section#preview-block .preview-btn {
    text-align: right;
    position: absolute;
    bottom: 16%;
    right: 10%;
}
section#preview-block a {
    color: white;
    font-size: 28px;
    font-weight: 500;
    font-size: clamp(14px, 2vw, 28px);
}

/* section#preview-block > div:first-child {
    height: 100%;
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;

} */

.preview-text {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

img#ellipse-red, img#human {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.preview-text a {
    font-size: 28px;
}

section#linear-text {
    background: black;
    color: white;
    text-transform: uppercase;
    font-family: Dela Gothic One;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    padding: 0.5rem 0;
}

section#awards {
    width: 100%;
    background: #0A0A0A;
    padding: 30px 0;
}

section#streams {
    padding-top: 5rem;
    padding-bottom: 100px;
    position: relative;
}

section#streams #streams-lightning {
    position: absolute;
    top: -20%;
    z-index: -1;
}

section#streams .stages-info {
    display: flex;
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

section#streams .main-gift {
    background: black;
    color: white;
    text-transform: uppercase;
    font-family: Dela Gothic One;
    font-size: clamp(18px, 2vw, 32px);
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    flex: 1;
    display: flex;
    padding: 1rem;
    gap: 1rem;
}

section#streams .stages {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1rem;
    flex: 2;
    max-width: 700px;
}

section#streams .stage-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    font-family: Dela Gothic One;
}

section#streams .stage-number {
    color: red;
    font-family: Dela Gothic One;
    font-size: clamp(50px, 5vw, 80px);
    font-weight: 400;
    line-height: 80px;
    text-align: left;
}

section#streams .stage-text {
    font-family: Dela Gothic One;
    font-size: clamp(20px, 5vw, 36px);
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    text-wrap: nowrap;
}

section#streams .stage-info:nth-child(1) { margin-left: 0; }
section#streams .stage-info:nth-child(2) { margin-left: 10%; }
section#streams .stage-info:nth-child(3) { margin-left: 20%; }

section#streams .main-gift > div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

section#streams .streams-info {
    margin-top: 5rem;
    width: 70%;
    position: relative;
}

section#streams .streams-info h1 {
    font-family: Dela Gothic One;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
}

section#streams .streams-info p {
    margin-top: 1rem;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
}

section#streams svg#streams-info-arrow {
    position: absolute;
    top: 100px;
    right: -250px;
}

section#streams .streams-buttons {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

@media screen and (max-width: 576px){
    /* .avs-content {
        padding: 0 10px;
    } */

    section#preview-block > div:first-child {
        padding-top: 10px;
    }



    section#preview-block > div:first-child {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    img#preview_text {
        width: 90vw;
    }

    img#human {
        display: none;
    }

    .preview-text {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }

    #questions-lightning {
        z-index: -1;
    }
}
/*----------user----------------*/
.personal-account-tasks-items {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 2fr);
    grid-template-rows: auto;
    position: relative;
    z-index: 20;
}
.personal-account-task-item:nth-child(3) {
    grid-column: 1 / -1;            /* Занимает всю строку */
  }
.personal-account-task-item {
    min-height: 451px;
    background-color: black;
    border-radius: 16px;
    padding: 32px 32px 40px 32px;
    font-family: 'Roboto';
    display: flex;
    flex-direction: column;
    color: white;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
.personal-account-task-title {
    font-size: 20px;
    line-height: 28px;
    font-family: 'Dela Gothic One';
    padding-bottom: 23px;
}
.personal-account-task-manual {
    height: 100%;
    padding-bottom: 24px;   
}
.personal-account-task-buttons {
    display: flex;
    padding-bottom: 24px;
}

.avs-main-patners-list {
    display: flex;
    column-gap: 25px;
    padding-bottom: 10px;
}
.main-partner-block {
    display: flex;
    flex-direction: column;
    width: 375px;
    padding-bottom: 28px;
}
.main-partner-info {
    font-weight: 500;
    line-height: 24px;
    font-family: Roboto;
}
.main-partner-logo {
    height: 25%;
    width: 50%;
    margin-bottom: 16px;
}

.btn-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.main-banner-tiny-text {
    font-size: 40px;
    line-height: 36px;
    font-family: 'Dela Gothic One';
}

.benefits-block-descr {
    position: absolute;
    top: 1%;
    padding: 23px 55px;
}
.benefits-block-descr li {
    list-style-type: disc;
    width: 18rem;
}

