@font-face {font-family:'avenir';src:url('/assets/fonts/AvenirNextCyr-Thin.woff') format('woff');font-weight:100;font-style:normal;}
@font-face {font-family:'avenir';src:url('/assets/fonts/AvenirNextCyr-Light.woff') format('woff');font-weight:300;font-style:normal;}
@font-face {font-family:'avenir';src:url('/assets/fonts/AvenirNextCyr-Regula.woff') format('woff');font-weight:400;font-style:normal;}
@font-face {font-family:'avenir';src:url('/assets/fonts/AvenirNextCyr-Medium.woff') format('woff');font-weight:500;font-style:normal;}
@font-face {font-family:'avenir';src:url('/assets/fonts/AvenirNextCyr-Heavy.woff') format('woff');font-weight:600;font-style:normal;}
@font-face {font-family:'avenir';src:url('/assets/fonts/AvenirNextCyr-Bold.woff') format('woff');font-weight:700;font-style:normal;}
@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&display=swap');

html, body{
    /*font-family: 'avenir',Arial,sans-serif;*/
    font-family: 'ABeeZee', sans-serif;
    overflow-x: hidden;
}
.accordion-button:focus{
    border-color: transparent;
    box-shadow: none;
}

/**/
#menu-section {
    background: #8349C1;
    position: fixed;
    width: 100%;
    z-index: 2;
}
#menu-section .navbar-brand {
    margin: 0;
}
#menu-section .navbar-brand svg{
    max-height: 44px;
    width: 165px;
}
#menu-section .menu{
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}
#menu-section .menu ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 100%;
    margin: 0;
}
#menu-section .menu ul li{
    list-style: none;
    margin: 0 30px;
}
#menu-section .menu ul li a{
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}
#menu-section .menu-buttons{
    display: flex;
    flex-direction: row;
    align-items: center;
}
#menu-section .menu-buttons a{
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    padding: 10px 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;
}

/**/
#hero-section {
    background: #8349C1 url("/assets/img/main-header.725bc96.svg") no-repeat;
    background-size: cover;
    min-height: 900px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 70px;
}
#hero-section .left-side{
    display: flex;
    flex-direction: column;
    /*justify-content: space-evenly;*/
}
#hero-section .right-side{}
#hero-section .hero-text{
    color: #FFFFFF;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 156.67%;
    text-transform: uppercase;
}
#hero-section .hero-second-text-grades{
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    text-transform: lowercase;
    color: #EC8002;
}
#hero-section .hero-second-text{
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    margin-top: 30px;
    margin-bottom: 36px;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    color: #FFFFFF;
    max-width: 417px;
}
#hero-section .button-block{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#hero-section .button-block .button-wrapper{
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: row;
}

#hero-section .button-block .partner-logos{
    display: flex;
    flex-direction: row;
    align-items: center;
    /*flex-wrap: wrap;*/
    margin-top: 30px;
}
#hero-section .button-block .partner-logos img {
    height: fit-content;
    margin-right: 20px;
    max-width: 100%;
    margin-bottom: 20px;
    max-height: 43px;
}
#hero-section .button-block .partner-logos img:last-child {
    transform: scale(2);
    margin-left: 20px;
}

#hero-section .button-block a{
    background: #F9650C;
    border-radius: 54px;
    text-decoration: none;
    padding: 15px 60px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
}
#hero-section .mircat-on-rocket{
    display: flex;
    justify-content: center;
}
#hero-section .mircat-on-rocket svg,
#hero-section .mircat-on-rocket img{
    max-width: 536px;
    width: 100%
}

/**/
#format-section {
    background: #EBF0FF;
    padding-top: 73px;
    padding-bottom: 100px;
}
#format-section .header-text{
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 80px;
}
#format-section .format-wrapper {
    background: #FFFFFF;
    box-shadow: 2px 4px 10px rgba(0, 33, 97, 0.25);
    border-radius: 20px;
    max-width: 259px;
    margin: 0 auto;
    padding: 20px 13px;
    text-align: center;
    height: 305px;
}
#format-section .format-wrapper .img-format-wrapper {
    background: #F9650C;
    box-shadow: 2px 4px 6px rgba(249, 101, 12, 0.1);
    border-radius: 15px;
    width: 64px;
    height: 64px;
    margin: 0 auto 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
#format-section .format-wrapper .header-format-wrapper{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    margin-bottom: 13px;
}
#format-section .format-wrapper .text-format-wrapper{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}
#format-section .button-wrapper{
    margin-top: 105px;
    width: 100%;
    text-align: center;
}
#format-section .button-wrapper a{
    background: #F9650C;
    border-radius: 54px;
    padding: 15px 83px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}

/**/
#rule-of-game-section{
    background: #FAAA04;
    padding-top: 112px;
}
#rule-of-game-section .header-text{
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 139.59%;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 35px;
}
#rule-of-game-section img{
    max-width: 100%;
}
#rule-of-game-section .mircat{
    display: flex;
    justify-content: center;
    align-items: center;
}
#rule-of-game-section .mircat img{
    margin-bottom: 30px;
}
#rule-of-game-section .rule{
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
#rule-of-game-section .rule:before{
    content: '';
    background: url("/assets/img/arrows-right.svg");
    height: 31px;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    background-repeat: no-repeat;
}
#rule-of-game-section .rule.revert:before{
    transform: rotate(180deg);
}
#rule-of-game-section .kids{
    text-align: center;
    margin-top: 60px;
}

/**/
#what-the-gios-section{
    background: #EBF0FF;
    padding-top: 125px;
    padding-bottom: 203px;
}
#what-the-gios-section .header-text{
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 139.59%;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 100px;
}
#what-the-gios-section .gios-logo{
    text-align: center;
}
#what-the-gios-section .gios-logo svg{
    width: 465px;
    max-width: 100%;
}
#what-the-gios-section .gios-description{
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    display: flex;
    min-height: 221px;
    align-items: center;
}
#what-the-gios-section .second-header-text {
    font-weight: 700;
    font-size: 30px;
    line-height: 139.59%;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 50px;
    margin-bottom: 92px;
}
#what-the-gios-section .slide-wrapper .img-wrapper{
    width: 121px;
    height: 114px;
    background: #FAFAFA;
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: sticky;
    margin-bottom: -9%;
}
#what-the-gios-section .slide-wrapper .img-wrapper img {
    max-width: 80%;
}
#what-the-gios-section .slide-wrapper .text-wrapper {
    background: #FFFFFF;
    border-radius: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    width: 575px;
    max-width: 90%;
    height: 375px;
    padding: 57px 21px 50px 28px;
    margin-left: 9%;
    overflow-y: scroll;
    /*align-items: center;*/
    /*justify-content: center;*/
    /*display: flex;*/
}
#what-the-gios-section .slick-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 37px;
    padding: 0;
    margin-bottom: 0;
}
#what-the-gios-section .slick-dots li{
    list-style: none;
}
#what-the-gios-section .slick-dots li.slick-active button{
    opacity: 1;
}
#what-the-gios-section .slick-dots li button{
    background-color: #8349C1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.5;
    border: none;
    color: transparent;
    width: 13px;
    height: 13px;
    margin: 0 12px;
    border-radius: 50px;
    padding: 0;
}
#what-the-gios-section .slick-arrow {
    width: 22px;
    height: 39px;
    color: transparent;
    border: none;
    background: url("/assets/img/arrow-active.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 0;
}
#what-the-gios-section .slick-prev{
    transform: rotateY(180deg);
    left: 10em;
}
#what-the-gios-section .slick-next{
    right: 10em;
}
#what-the-gios-section .slick-arrow.slick-disabled {
    opacity: 0.5;
}


    /* faq-section */
#faq-section {
    background: url('/assets/img/faq-background.svg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}
#faq-section .header-text {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 139.59%;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 68px;
}
#faq-section .accordion-item:first-of-type,
#faq-section .accordion-item:last-of-type,
#faq-section .accordion-item:first-of-type .accordion-button,
#faq-section .accordion-item:last-of-type .accordion-button{
    border-radius: unset;
}
#faq-section .accordion-item {
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
}
#faq-section .accordion-button{
    background-color: transparent;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140.9%;
    color: #333333;
}
#faq-section .accordion-button:not(.collapsed){
    background: transparent;
    color: #333333;
    box-shadow: none;

}
#faq-section .accordion-button::after{
    background-image: url("/assets/img/plus.svg");
    background-position: center;
}
#faq-section .accordion-button:not(.collapsed)::after{
    background-image: url("/assets/img/minus.svg");
    background-position: center;
}

/* reg-section */
#reg-section {
    background: #570E82;
    padding: 100px 10px;
}
#reg-section .reg-form-wrapper{
    background: #FFFFFF;
    border-radius: 50px;
    padding: 49px 117px;
    max-width: 733px;
    margin: 0 auto;
}
#reg-section .reg-form-wrapper .header-text{
    text-align: center;
    text-transform: uppercase;
    color: #570E82;
    font-weight: 700;
    font-size: 34px;
    line-height: 139.59%;
    font-style: normal;
    margin-bottom: 13px;
}
#reg-section .reg-form-wrapper form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#reg-section .reg-form-wrapper input{
    border: 1px solid #7C8088;
    border-radius: 28px;
    height: 48px;
    width: 100%;
    margin-bottom: 17px;
    padding: 0 20px;
}
#reg-section .reg-form-wrapper input.error{
    border: 1px solid red;
}
#reg-section .reg-form-wrapper span.error{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: flex-end;
    color: #EC0000;
    padding-left: 20px;
    margin-top: -17px;
    margin-bottom: 17px;
}
#reg-section .reg-form-wrapper select{
    border: 1px solid #7C8088;
    border-radius: 28px;
    height: 48px;
    width: 100%;
    margin-bottom: 17px;
    padding: 0 20px;
}
#reg-section .reg-form-wrapper .step{
    width: 100%;
}
#reg-section .reg-form-wrapper label{
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: flex-end;
    color: #333333;
    margin-bottom: 8px;
    padding-left: 20px;

}
#reg-section .reg-form-wrapper button,
#reg-section .reg-form-wrapper .button{
    background: #F9650C;
    border-radius: 54px;
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 31px;
    text-align: center;
    font-variant: small-caps;
    color: #FFFFFF;
    border: none;
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 20px;
    cursor: pointer;
}
#reg-section .reg-form-wrapper button.arrow,
#reg-section .reg-form-wrapper .button.arrow{
    background: linear-gradient(270deg, #F9650C 31.74%, rgba(249, 101, 12, 0) 109.83%);
    border-radius: 54px;
}
#reg-section .reg-form-wrapper .reg-mircat {
    position: absolute;
    margin-top: -370px;
    margin-left: -300px;
}
#reg-section .reg-bottom-text{
    font-weight: 400;
    font-size: 35px;
    text-align: center;
    color: #FFFFFF;
    max-width: 843px;
    margin: 150px auto 0 auto;
}
#reg-section .reg-bottom-text a {
    color: #FFFFFF;
    text-decoration: none;
}

/* footer */
#footer{
    background: #1E003F;
    padding-top: 40px;
    padding-bottom: 30px;
    color: #FFFFFF;
}
#footer .menu {
    display: flex;
    justify-content: center;
}
#footer .menu ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 100%;
    margin: 0;

}
#footer .menu ul li {
    list-style: none;
    margin: 0 30px;
}
#footer .menu ul li a{
    text-decoration: none;
    color: #FFFFFF;
}
#footer .footer-menu-buttons {
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
}
#footer .footer-menu-buttons a{
    background: linear-gradient(90deg, #FFFFFF33 1.81%, #46464633 100%);
    mix-blend-mode: normal;
    border-radius: 47px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding: 14px 25px;
    text-decoration: none;
    color: #FFFFFF;
}

.navbar-toggler,
.navbar-toggler:focus{
    border: none;
    box-shadow: none;
}

#thanks {
    background: #8349C1 url("/assets/img/main-header.725bc96.svg");
    background-size: cover;
    min-height: 100vh;
}
#thanks .thanks-wrapper{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}
#thanks .thanks-wrapper .top{
    min-height: 455px;
    background: #FFFFFF;
    border-radius: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 37px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 80px;
    margin-bottom: 100px;
    max-width: 86%;
}
#thanks .thanks-wrapper .count {
    margin-top: -60px;
    margin-bottom: 20px;
}
#thanks .thanks-wrapper .bottom {}
#thanks .thanks-wrapper .bottom .button-wrapper{
    display: flex;
    justify-content: center;
}
#thanks .thanks-wrapper .bottom .button,
#thanks .thanks-wrapper .poll .button {
    max-width: 500px;
    max-height: 55px;
    background: #F9650C;
    border-radius: 54px;
    padding: 16px 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
#thanks .thanks-wrapper .poll p{
    text-align: center;
}
#thanks .thanks-wrapper .bottom .partner-logos{
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 40px;
}
#thanks .thanks-wrapper .bottom .partner-logos img{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    max-width: 100%;
    max-height: 43px;
}

#thanks .thanks-wrapper .reg-mircat {
    position: absolute;
    margin-top: -370px;
    margin-left: -200px;
}
#thanks .thanks-wrapper .level{
    text-align: center;
    margin-bottom: 10px;
    z-index: 1;
}
#thanks .thanks-wrapper .level img{
    max-width: 320px;
    max-height: 217px;
}
#thanks .question {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
#thanks .question .answer{}
#thanks .question .answer img{
    max-width: 70%;
}
#thanks .question .answer input[type="radio"] {
    visibility: hidden;
}
#thanks .question .answer input[type="radio"]:checked + label>span {
    background-color: #F9650C;
    border-color: #F9650C;
}
#thanks .question .answer label{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}
#thanks .question .answer label span{
    background: #FFFFFF;
    mix-blend-mode: normal;
    border: 1px solid #000000;
    /*border-radius: 50%;*/
    cursor: pointer;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    display: flex;
    margin-right: 10px;
}
#thanks .question .answer label b{
    margin-right: 10px;
}
#thanks .question p img {
    max-width: 100%;
}
#thanks .question .buttons .button{
    max-width: 500px;
    max-height: 55px;
    background: #F9650C;
    border-radius: 54px;
    padding: 16px 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: center;
    margin: 30px auto 0 auto;
    cursor: pointer;
    text-decoration: none;
}
#thanks .countQuestion,
#thanks .countQuestion .count {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
}

#thanks .count{
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
}

#prizes{
    background: #8349C1 url(/assets/img/main-header.725bc96.svg) no-repeat;
    background-size: cover;
    /*min-height: 100vh;*/
    padding: 85px 0;
    color: #ffffff;
}

#prizes .header-text{
    text-align: center;
    margin-bottom: 60px;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#prizes .prize-wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

}

#prizes .prize-wrapper .prize-img-wrapper {
    text-align: center;
    margin-bottom: 40px;
}
#prizes .prize-wrapper .prize-img-wrapper img{
    max-width: 280px;
}
#prizes .prize-wrapper .prize-text {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    margin-bottom: 90px;
}


@media screen and (max-width: 1400px){
    #thanks .thanks-wrapper .reg-mircat{
        margin-left: -150px;
    }
    #thanks .container{
        max-width: 940px;
    }
    #thanks .thanks-wrapper .top{
        font-size: 20px;
        line-height: 27px;
    }
}
@media screen and (max-width: 1366px) and (min-width: 1201px) {
    #hero-section {
        min-height: 100vh;
    }
    #hero-section .mircat-on-rocket svg, #hero-section .mircat-on-rocket img{
        max-width: 400px;
    }
    #format-section .header-text{
        margin-bottom: 40px;
    }
    #format-section .button-wrapper{
        margin-top: 60px;
    }
    #what-the-gios-section .second-header-text{
        margin-bottom: 40px;
    }
    #what-the-gios-section .slide-wrapper .text-wrapper{
        height: 300px;
    }
    #what-the-gios-section{
        padding-bottom: 60px;
    }
    #reg-section .reg-form-wrapper{
        padding: 10px 117px;
    }
    #reg-section .reg-form-wrapper button.arrow, #reg-section .reg-form-wrapper .button.arrow{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1366px){
    #hero-section .button-block .partner-logos div img{
        max-width: 100%;
    }
}
@media screen and (max-width: 1200px){
    #hero-section .button-block .partner-logos{
        flex-wrap: wrap;
    }
    #menu-section .menu ul li{
        margin: 0 17px;
    }
    #hero-section .button-block{
        flex-direction: column;
    }
    #hero-section .button-block .button-wrapper{
        justify-content: center;
        margin-bottom: 40px;
    }
    #hero-section .button-block .partner-logos,
    #hero-section .mircat-on-rocket{
        justify-content: center;
    }
}
@media screen and (max-width: 1024px){
    #hero-section .button-block .partner-logos div{
        flex-wrap: inherit;
    }
    #hero-section .button-block .partner-logos{
        margin-bottom: 40px;
    }
    #thanks .container {
        max-width: 730px;
    }
    #thanks .thanks-wrapper .reg-mircat {
        margin-left: -166px
    }
    #thanks .thanks-wrapper .bottom .button{
        font-size: 16px;
    }
}
@media screen and (max-width: 991px){
    #menu-section .navbar-brand svg{
        max-width: 70px;
    }
    #hero-section{
        padding-top: 77px;
        padding-bottom: 55px;
    }
    #format-section .format-wrapper{
        margin-bottom: 40px;
    }
    #reg-section .reg-form-wrapper .reg-mircat {
        display: none;
    }
    #rule-of-game-section .mircat{
        margin: 32px auto;
        text-align: center;
    }
    #what-the-gios-section .header-text{
        margin-bottom: 42px;
    }
    #what-the-gios-section .slide-wrapper .text-wrapper{
        max-width: 100%;
        margin: 0 auto;
    }
    #what-the-gios-section .slide-wrapper .img-wrapper{
        margin-left: auto;
        margin-right: auto;
    }
    #menu-section .menu ul{
        flex-direction: column;
        align-items: start;
    }
    #menu-section .offcanvas {
        background: #FAAA04;
    }
    #thanks .thanks-wrapper .bottom .partner-logos{
        width: 100%;
        text-align: center;
        margin-top: 40px;
        display: block;
    }
    #thanks .thanks-wrapper .reg-mircat{
        display: none;
    }
}
@media screen and (max-width: 768px){
    #what-the-gios-section .slick-prev{
        left: 5em;
    }
    #what-the-gios-section .slick-next{
        right: 5em;
    }
    #what-the-gios-section{
        padding-bottom: 50px;
    }
    #what-the-gios-section .slick-dots{
        height: 37px;
    }
    #what-the-gios-section .slick-dots li{
        display: flex;
        width: 20px;
        height: 20px;
        justify-content: center;
        align-items: center;
    }
    #what-the-gios-section .slick-dots li button{
        margin: 0;
    }
    #hero-section .button-block .partner-logos div{
        flex-wrap: wrap;
    }
    #hero-section .button-block .partner-logos img{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 576px){
    #hero-section .button-block .partner-logos img{
        margin-left: 20px;
    }
    #menu-section .offcanvas {
        height: fit-content;
    }
    #hero-section .hero-text {
        font-size: 55px;
    }
    #hero-section .hero-second-text{
        margin-top: 16px;
    }
    #hero-section .button-block{
        margin-top: 30px;
    }
    #reg-section .reg-form-wrapper{
        padding: 50px 20px;
    }
    #reg-section .reg-bottom-text{
        font-size: 20px;
        line-height: 31px;
        margin-top: 50px;
    }
    #what-the-gios-section .header-text{
        font-size: 36px;
        line-height: 139.59%;
    }
    #what-the-gios-section .gios-description{
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }
    #thanks .thanks-wrapper .top{
        padding: 30px;
        margin-bottom: 40px;
    }
    #thanks .thanks-wrapper .count{
        margin-top: -10px;
    }
}
@media screen and (max-width: 375px){
    #thanks .thanks-wrapper .top {
        font-size: 17px;
        line-height: 22px;
    }
}
@media screen and (max-width: 320px){
    #hero-section .hero-text{
        font-size: 50px;
    }
    #hero-section .hero-second-text{
        font-size: 21px;
        margin-bottom: 0px
    }
    #format-section .header-text{
        margin-bottom: 40px
    }
    #format-section .button-wrapper{
        margin-top: 20px;
    }
    #format-section .button-wrapper a{
        padding: 15px 54px;
    }
    #rule-of-game-section .header-text,
    #faq-section .header-text {
        font-size: 33px;
    }
    #rule-of-game-section .rule{
        font-size: 20px;
        line-height: 25px;
    }
    #what-the-gios-section .header-text{
        font-size: 30px;
        line-height: 30px;
    }
}




.sbl-dot-slide {
    margin: 0 auto;
    height: 48px;
    width: 48px;
    color: #8349C1;
    display: none;
    position: relative;
    border: 2px solid;
    animation: rotate-dot-panel 4s 0.5s cubic-bezier(0.25, 0.46, 0.61, 0.4) infinite; }
.sbl-dot-slide::before, .sbl-dot-slide::after {
    content: '';
    position: absolute;
    color: inherit; }
.sbl-dot-slide::before {
    height: 40%;
    width: 40%;
    border: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto; }
.sbl-dot-slide::after {
    height: 0;
    width: 0;
    border: 5px solid;
    border-radius: 50%;
    bottom: 0px;
    left: 0;
    margin: 1px;
    animation: move-dot 4s ease infinite; }

@keyframes rotate-dot-panel {
    0% {
        transform: rotate(0); }
    25% {
        transform: rotate(90deg); }
    50% {
        transform: rotate(180deg); }
    75% {
        transform: rotate(270deg); }
    100% {
        transform: rotate(360deg); } }

@keyframes move-dot {
    0%, 100% {
        left: 0;
        top: 0; }
    25% {
        left: 0;
        top: 75%; }
    50% {
        left: 75%;
        top: 75%; }
    75% {
        left: 75%;
        top: 0%; } }



/* discount */
#about-us{
    padding: 100px 0 144px;
    background: #8349C1;
    color: #ffffff;
}
#about-us .header-text{
    font-family: 'avenir',Arial,sans-serif;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 815px;
    margin: 0 auto 100px;
}
#about-us img{
    max-width: 100%;
}
#about-us .arrows {
    margin-bottom: 50px;
}
.text-1, .sub-text-1{
    font-family: 'avenir',Arial,sans-serif;
    max-width: 398px;
}
.text-1{
    font-size: 30px;
    line-height: 35px;
    font-variant: small-caps;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.sub-text-1{
    font-size: 18px;
    line-height: 21px;
    font-variant: small-caps;
    color: #FFFFFF;
}
.text-block-wrapper {

}
.text-block-wrapper:nth-child(1){

}
.text-block-wrapper:nth-child(2){
    padding-left: 40px;
}

#about-us .row:nth-child(2){
    margin-bottom: 150px;
}




#grades {
    padding: 100px 0 144px;
    background: #ffffff;
}
#grades .header-text{
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 80px;
}
.grades .grade-wrapper{
    position: relative;
    width: 100%;
    margin-bottom: 120px;
    max-width: 324px;
}
.grades {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 50px;
}
.img-wrapper img{
    position: absolute;
    top: -89px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.body-wrapper{
    padding: 44px 30px;
    background: #F5F1FA;
    border-radius: 15px;
    border: 1px solid #dfe3ec;
    color: #72738e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.body-wrapper .title{
    text-align: center;
    /*text-transform: uppercase;*/
    margin-bottom: 40px;
    padding: 0 10px;
    font-weight: 400;
    font-size: 30px;
    color: #000;
}
.body-wrapper .subtitle{
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 140.4%;
    font-variant: small-caps;
    color: #000000;
    margin-bottom: 30px;
}
.features {
    list-style-type: none;
    margin-bottom: 36px
}
.feature{
    position: relative;
    padding-left: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140.4%;
    font-variant: small-caps;
    color: #000000;
}
.feature:before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f9650c;
    left: 0;
    top: 6px;
}
.button-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.select, .details{
    width: 100%;
    max-width: 209px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    border: none;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    position: relative;
    background: #f9650c;
    transition: all .5s ease;
    margin: 0 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
.details{
    margin-top: 12px;
    max-width: 180px;
}
.select:hover, .details:hover{
    transform: scale(1.1);
    color: #fff;
}

.price{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}
.old-price{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140.4%;
    text-align: center;
    font-variant: small-caps;
    color: #676767;
    text-decoration-line: line-through;
    margin-bottom: 10px;
}
.new-price{
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 140.4%;
    text-align: center;
    font-variant: small-caps;
    color: #3C831A;
}

#countdown{
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 42px;
    display: flex;
    flex-direction: row;
}
#countdown>div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-right: 2px solid rgba(255, 255, 255, 0.54);
    padding-right: 10px;
    padding-left: 10px;
}
#countdown>div:last-child{
    border-right: none;
    padding-right: 0;
}
#countdown>div>span:first-child{
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 140.4%;
    text-align: center;
    font-variant: small-caps;
    color: #FFFFFF;
}
#countdown>div>span:last-child{
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 140.4%;
    text-align: center;
    font-variant: small-caps;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 5px;
}

#hero-section .mircat-on-rocket img.mob,
#about-us img.mob{
    display: none;
}

.mircat-block-wrapper{
    display: flex;
}
.mircat-block-wrapper .frame{
    background-image: url('/assets/img/discount/backgraund-frame.png');
    flex-shrink: 0;
    width: 480px;
    height: 350px;
    margin-left: -30px;
    background-size: cover;
    padding: 52px 28px 28px;
}

.mircat_person{
    z-index: 1;
}
.mircat_person.sportsman{
    margin-right: -55px;
    margin-left: -55px;
}

@media screen and (max-width: 1199px){
    .mircat-block-wrapper{
        transform: scale(.75);
    }
}
@media screen and (max-width: 1024px){
    .mircat-block-wrapper{
        transform: scale(.6);
    }

}
@media screen and (max-width: 991px){
    #hero-section{
        padding-bottom: 0;
        min-height: auto;
    }
    #hero-section div{
        text-align: center;
    }
    #hero-section .hero-text{
        font-size: 24px;
        line-height: 156.67%;
    }
    #hero-section .hero-second-text-grades{
        font-size: 24px;
        line-height: 28px;
    }
    #hero-section .hero-second-text{
        font-size: 15px;
        line-height: 27px;
        max-width: 100%;
        margin-top: 13px;
    }

    #hero-section .mircat-on-rocket img.desc,
    #about-us img.desc{
        display: none;
    }
    #hero-section .mircat-on-rocket img.mob{
        padding-top: 36px;
        display: block;
        max-width: 241px;
    }
    #grades{
        padding: 100px 0 0;
    }

    #grades .header-text{
        font-size: 20px;
    }
    #about-us{
        padding: 44px 0 84px;
    }
    #about-us .header-text{
        font-size: 20px;
        margin: 0 auto 60px;
    }
    #about-us .text-block-wrapper{}
    #about-us .text-block-wrapper .text-1{
        font-size: 20px;
        line-height: 23px;
    }
    #about-us .text-block-wrapper .sub-text-1{
        font-size: 16px;
        line-height: 19px;
    }
    #about-us .row:nth-child(2){
        margin-bottom: 80px;
    }
    #about-us .row:nth-child(3){
        flex-direction: column-reverse;
    }
    #about-us .arrows{
        max-height: 24px;
    }
    #about-us .arrows img,
    #about-us .arrows svg{
        max-height: 24px;
    }
    .text-block-wrapper:nth-child(2){
        padding-left: 12px;
    }
    #countdown{
        align-items: center;
        justify-content: center;
        margin-top: 0;
        font-size: 35px;
        line-height: 116.33%;
    }
    .mircat-block-wrapper{
        transform: scale(1);
    }
    .mircat_person{
        display: none;
    }
    .mircat-block-wrapper .frame {
        max-width: 260px;
        max-height: 189px;
        padding: 28px 12px 12px;
        margin: 40px auto 0;
    }
}






