html, body {
    background-color: rgba(0, 0, 0, 0) !important;
    width: 100%;
    height: 100%
}

.intro_pg_abstract {
    background-color: #44904b !important
}

.intro_pg_abstract h3, .intro_pg_abstract ul {
    color: #1c3d27 !important
}

.intro_pg_abstract ul .no_timer {
    background-color: #d1a44f !important
}

.intro_pg_abstract .info-scroll a {
    color: #ffcb84 !important
}

.intro_pg_abstract a:hover .no_timer {
    color: #fff !important;
    background-color: #f55f77 !important
}

body {
    background: url(../assets/images/bg2.png) !important;
    background-size: cover !important;
    background-position: top right !important;
    background-repeat: no-repeat !important
}

body .fillScore .intro_pg, body .results .intro_pg {
    background: url(../assets/images/bg2.png) no-repeat top center !important;
    background-size: cover !important
}

body .fillScore .intro_pg h3, body .results .intro_pg h3 {
    color: #fff
}

body .fillScore .intro_pg .intro_qnt, body .results .intro_pg .intro_qnt {
    margin-top: 0;
    height: calc(100% - 260px)
}

body .fillScore .intro_pg .intro_qnt .command_title .name img, body .results .intro_pg .intro_qnt .command_title .name img {
    height: 10.5vh
}

body .fillScore .intro_pg .intro_qnt .command_title span, body .results .intro_pg .intro_qnt .command_title span {
    height: 9.5vh
}

body .fillScore .intro_pg .intro_qnt .command_title span::before, body .fillScore .intro_pg .intro_qnt .command_title span::after, body .results .intro_pg .intro_qnt .command_title span::before, body .results .intro_pg .intro_qnt .command_title span::after {
    height: 100%
}

body .fillScore .intro_pg .intro_qnt .command_title span input, body .results .intro_pg .intro_qnt .command_title span input {
    height: 85%
}

body .fillScore .intro_pg .intro_qnt p, body .results .intro_pg .intro_qnt p {
    color: #fff;
    margin: 24px 0
}

body .fillScore .intro_pg .intro_result ul, body .results .intro_pg .intro_result ul {
    padding: 17px 0 25px 0
}

body .fillScore .intro_pg .command_title, body .results .intro_pg .command_title {
    color: #fff
}

body .fillScore .intro_pg .green_clr, body .results .intro_pg .green_clr {
    background-color: #d1a44f
}

body .results .winners {
    background-image: none;
    padding: 50px 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

body .results .winners h3 {
    margin: 0;
    padding: 0
}

body .results .winners .win_place {
    align-items: center;
    justify-content: center
}

body .results .winners .win_place div {
    position: initial
}

body .results .score_place {
    color: #fdf7e1
}

body .results .win_place {
    padding: 0;
    margin: 0
}

body .interactive_container {
    background: none;
    width: 100%;
    height: 100%;
    min-height: auto
}

body .interactive_container .timer_bl {
    background-image: url(../assets/images/timer_back-bl.svg);
    color: #fff
}

body .interactive_container .timer_bl .timer_align span {
    text-shadow: 2px 3px 0px rgba(0, 0, 0, .3)
}

body .interactive_container .showFillResults a li::before {
    width: 95% !important
}

body .interactive_container .showFillResults a li::after {
    width: 91% !important
}

body .interactive_container .showFillResults a:hover li {
    padding: 0 85px !important;
    transition: all .5s
}

body .interactive_container .showFillResults a:hover li::before {
    width: 96% !important
}

body .interactive_container .showFillResults a:hover li::after {
    width: 92% !important
}

body .interactive_container .btm_btn a li {
    width: auto;
    padding: 0 60px;
    transition: all .5s
}

body .interactive_container .btm_btn a li::before {
    top: -17px;
    right: 0;
    content: "";
    width: 92%;
    height: 118px;
    position: absolute;
    border: 4px solid #fff;
    border-radius: 54px 0 0 0;
    border-right: 0;
    border-bottom: 0;
    z-index: 1
}

body .interactive_container .btm_btn a li::after {
    opacity: .15;
    top: -7px;
    left: inherit;
    right: 0;
    content: "";
    width: 86%;
    height: 108px;
    position: absolute;
    border: 4px solid #000;
    border-radius: 54px 0 0 0;
    filter: blur(2px);
    border-bottom: 0;
    border-right: 0
}

body .interactive_container .btm_btn a:hover li {
    padding: 0 100px;
    transition: all .5s
}

body .interactive_container .btm_btn a:hover li::before {
    width: 94%
}

body .interactive_container .btm_btn a:hover li::after {
    width: 89%
}

body .interactive_container .main_block {
    width: 100%;
    height: 100%
}

body .interactive_container .main_block .question .prev {
    content: url(../assets/images/left.svg);
    margin: 0;
    width: 30px;
    line-height: 0
}

body .interactive_container .main_block .question .next {
    content: url(../assets/images/right.svg);
    margin: 0;
    width: 30px;
    line-height: 0
}

body .interactive_container .main_block h1 {
    font-weight: 700;
    top: 0;
    width: 100%;
    padding: 25px 0;
    font-size: 50px;
    text-align: center;
    margin: 0;
    color: #fff;
    line-height: 50px;
    box-sizing: content-box;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

body .interactive_container .main_block .question {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 40px;
    line-height: 58px;
    height: 58px;
    font-weight: 700;
    width: 100%;
    justify-content: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

body .interactive_container .main_block .question > img {
    content: url(../assets/images/question.svg);
    padding: 0 8px
}

body .interactive_container .main_block .question .next {
    content: url(../assets/images/right.svg);
    height: 38px;
    padding: 0 8px
}

body .interactive_container .main_block .question .prev {
    content: url(../assets/images/left.svg);
    height: 38px;
    padding: 0 8px
}

body .interactive_container .main_block .q_img {
    width: max-content;
    height: calc(100% - 158px);
    box-sizing: border-box;
    line-height: 0;
    padding: 20px 40px 30px;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

body .interactive_container .main_block .q_img .playVideo {
    background: url(../assets/images/play-button-bl.svg)
}

body .interactive_container .main_block .q_img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

body .interactive_container .main_block .q_img video {
    width: auto !important;
    height: 100%;
    object-fit: contain
}

body .interactive_container .main_block .q_img [data-question] {
    display: flex;
    justify-content: center;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    overflow: hidden;
    position: relative;
    box-shadow: 10px 10px 0px rgba(0, 0, 0, .3)
}

body .intro {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../assets/images/custom-bg.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important
}

body .intro .intro_container {
    width: 45%;
    min-width: 900px;
    height: 85%;
    padding: 0;
    max-height: 870px;
    position: relative
}

body .intro .intro_pg {
    background-color: #44904b
}

body .intro .intro_pg h3 {
    color: #1c3d27
}

body .intro .intro_pg .intro_qnt {
    margin-top: 0
}

body .intro .intro_pg .intro_qnt p {
    color: #1c3d27;
    margin: 24px 0
}

body .intro .yellow_clr {
    background-color: #f4b311
}

body .intro .green_clr {
    background-color: #d1a44f
}

body .reload_pg {
    width: 130px;
    height: auto;
    top: 0;
    left: 0;
    background-image: none
}

body .reload_pg a {
    content: url(../assets/images/reload.svg);
    margin: 27px 0 0 35px;
    width: 46px;
    line-height: 0
}

body .reload_pg img {
    padding: 25px 0 0 35px;
    width: 46px
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../assets/fonts/Inter-Thin.ttf)
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../assets/fonts/Inter-Light.ttf)
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../assets/fonts/Inter-Regular.ttf)
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../assets/fonts/Inter-Medium.ttf)
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../assets/fonts/Inter-SemiBold.ttf)
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../assets/fonts/Inter-Bold.ttf)
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../assets/fonts/Inter-ExtraBold.ttf)
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../assets/fonts/Inter-Black.ttf)
}

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

img {
    pointer-events: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none
}

.close {
    display: none !important
}

.hide {
    visibility: hidden !important
}

.disabled {
    opacity: .5;
    cursor: default
}

.selected {
    font-weight: bold
}

.modal_page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 111
}

.intro_container_abstract {
    width: 45%;
    min-width: 900px;
    height: 85%;
    padding: 0;
    max-height: 870px;
    position: relative
}

.intro_container_abstract .info-block h3 {
    height: 70%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start
}

.intro_container_abstract .info-block .info-scroll {
    overflow: auto;
    height: inherit;
    padding: 0 40px 0 70px;
    margin: 30px 10px 0 0;
    scrollbar-width: thin;
    scrollbar-color: #8a8a8a #fff
}

.intro_container_abstract .info-block .info-scroll::-webkit-scrollbar {
    width: 7px;
    height: 8px;
    background-color: #fff
}

.intro_container_abstract .info-block .info-scroll::-webkit-scrollbar-thumb {
    background: #8a8a8a
}

.intro_stroke_abstract {
    width: 100%;
    height: 100%;
    border-radius: 64px;
    border: 4px solid #fff;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 15px;
    left: 15px
}

.intro_pg_abstract {
    width: 100%;
    height: 100%;
    border-radius: 60px;
    padding: 0;
    margin: 0;
    background-color: #d5d0ff;
    background-image: url(../assets/images/intro_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.intro_pg_abstract p {
    font-size: 28px;
    text-align: left;
    line-height: 35px;
    z-index: 200;
    font-weight: 600;
    padding: 30px 40px 0 70px;
    margin: 0;
    color: #1e1e1e
}

.intro_pg_abstract ul {
    font-size: 25px;
    text-align: left;
    line-height: 35px;
    z-index: 200;
    font-weight: 500;
    padding: 30px 40px 0 70px;
    margin: 0;
    color: #1e1e1e
}

.intro_pg_abstract ul li {
    margin-bottom: 10px
}

.intro_pg_abstract ul a {
    color: #f55f77
}

.intro_pg_abstract ul a:hover {
    text-decoration: none
}

.intro_pg_abstract h3 {
    margin: 0;
    padding: 50px 0 0 0;
    font-family: "Inter", sans-serif;
    color: #404b96;
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    text-align: center;
    z-index: 200;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.intro_start_abstract {
    padding: 0px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0)
}

.intro_start_abstract p {
    font-size: 24px;
    font-family: "Inter", sans-serif;
    color: #4c4947;
    text-align: center;
    font-weight: 600
}

.intro_start_abstract ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 36px;
    font-family: "Inter", sans-serif;
    color: #fff;
    text-align: center;
    font-weight: 800;
    align-items: center;
    justify-content: center;
    display: flex
}

.intro_start_abstract ul .no_timer {
    width: 280px;
    background-color: #404b96
}

.intro_start_abstract ul .no_timer::before {
    width: 270px;
    height: 94px;
    transform: rotate(4deg)
}

.intro_start_abstract ul li {
    transition: .2s linear;
    position: relative;
    display: inline-flex;
    min-width: 240px;
    min-height: 100px;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    margin: 0 15px;
    -webkit-box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09);
    -moz-box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09);
    box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09)
}

.intro_start_abstract ul li::before {
    content: "";
    width: 230px;
    height: 94px;
    position: absolute;
    border: 4px solid #fff;
    border-radius: 29px;
    transform: rotate(5deg)
}

.intro_start_abstract ul a {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.intro_start_abstract ul a li.selected {
    background-color: #f55f77
}

.intro_start_abstract ul a:hover li {
    background-color: #f55f77
}

.intro_start_abstract ul a:hover li::before {
    transform: rotate(8deg)
}

.intro_start_abstract ul a:hover .no_timer::before {
    transition: .3s linear;
    transform: rotate(6deg)
}

.copyrightInfo {
    z-index: 101;
    width: 85px;
    height: 85px;
    display: flex;
    position: absolute;
    bottom: 30px;
    left: 30px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50px;
    cursor: pointer;
    justify-content: center;
    align-items: center
}

.copyrightInfo img {
    height: 40px;
    width: auto
}

.copyrightInfo::after {
    content: "";
    top: -3px;
    left: -10px;
    position: absolute;
    border: 4px solid #fff;
    width: 90%;
    height: 90%;
    border-radius: 50px;
    z-index: 100;
    transition: .1s linear
}

.copyrightInfo:hover::after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    border: 4px solid #fff;
    width: 90%;
    height: 90%;
    border-radius: 50px;
    z-index: 100
}

.intro {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../assets/images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.intro_container {
    width: 45%;
    min-width: 900px;
    height: 85%;
    padding: 0;
    max-height: 870px;
    position: relative
}

.intro_container .selected {
    font-weight: 800
}

.intro_stroke {
    width: 100%;
    height: 100%;
    border-radius: 64px;
    border: 4px solid #fff;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 15px;
    left: 15px
}

.intro_pg {
    width: 100%;
    height: 100%;
    border-radius: 60px;
    padding: 0;
    margin: 0;
    background-color: #77aeef;
    background-image: url(../assets/images/intro_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.intro_pg h3 {
    margin: 0;
    padding: 50px 0 0 0;
    font-family: "Inter", sans-serif;
    color: #404b96;
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    text-align: center
}

.intro_qnt p {
    font-size: 24px;
    font-family: "Inter", sans-serif;
    color: #4c4947;
    text-align: center;
    font-weight: 600
}

.intro_qnt ul {
    padding: 0;
    margin: 4% 0 0;
    list-style-type: none;
    font-size: 36px;
    font-family: "Inter", sans-serif;
    color: #fff;
    text-align: center;
    font-weight: 800;
    align-items: center;
    justify-content: center;
    display: flex
}

.intro_qnt ul li {
    transition: .1s linear;
    position: relative;
    display: inline-flex;
    min-width: 100px;
    min-height: 100px;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    margin: 0 28px;
    -webkit-box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09);
    -moz-box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09);
    box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09)
}

.intro_qnt ul li::before {
    transition: .1s linear;
    content: "";
    width: 94px;
    height: 94px;
    position: absolute;
    border: 4px solid #fff;
    border-radius: 29px;
    transform: rotate(20deg)
}

.intro_qnt ul a {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.intro_qnt ul a:hover li {
    background-color: #f55f77
}

.intro_qnt ul a:hover li::before {
    transform: rotate(35deg)
}

.intro_qnt ul a li.selected {
    background-color: #f55f77
}

.intro_time {
    padding-top: 10px
}

.intro_time p {
    font-size: 24px;
    font-family: "Inter", sans-serif;
    color: #4c4947;
    text-align: center;
    font-weight: 600
}

.intro_time ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 36px;
    font-family: "Inter", sans-serif;
    color: #fff;
    text-align: center;
    font-weight: 800;
    align-items: center;
    justify-content: center;
    display: flex
}

.intro_time ul .no_timer {
    width: 280px;
    margin-top: 40px
}

.intro_time ul .no_timer::before {
    width: 270px;
    height: 94px;
    transform: rotate(4deg)
}

.intro_time ul li {
    transition: .1s linear;
    position: relative;
    display: inline-flex;
    min-width: 240px;
    min-height: 100px;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    margin: 0 15px;
    -webkit-box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09);
    -moz-box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09);
    box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09)
}

.intro_time ul li::before {
    transition: .1s linear;
    content: "";
    width: 230px;
    height: 94px;
    position: absolute;
    border: 4px solid #fff;
    border-radius: 29px;
    transform: rotate(5deg)
}

.intro_time ul a {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.intro_time ul a:hover li {
    background-color: #f55f77
}

.intro_time ul a:hover li::before {
    transform: rotate(8deg)
}

.intro_time ul a:hover .no_timer::before {
    transform: rotate(6deg)
}

.intro_time ul a li.selected {
    background-color: #f55f77
}

.intro_start {
    padding: 0px
}

.intro_start p {
    font-size: 24px;
    font-family: "Inter", sans-serif;
    color: #4c4947;
    text-align: center;
    font-weight: 600
}

.intro_start ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 36px;
    font-family: "Inter", sans-serif;
    color: #fff;
    text-align: center;
    font-weight: 800;
    align-items: center;
    justify-content: center;
    display: flex
}

.intro_start ul .no_timer {
    width: 280px;
    margin-top: 40px
}

.intro_start ul .no_timer::before {
    transition: .1s linear;
    width: 270px;
    height: 94px;
    transform: rotate(4deg)
}

.intro_start ul li {
    transition: .1s linear;
    position: relative;
    display: inline-flex;
    min-width: 240px;
    min-height: 100px;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    margin: 0 15px;
    -webkit-box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09);
    -moz-box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09);
    box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09)
}

.intro_start ul li::before {
    content: "";
    width: 230px;
    height: 94px;
    position: absolute;
    border: 4px solid #fff;
    border-radius: 29px;
    transform: rotate(5deg)
}

.intro_start ul a {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.intro_start ul a:hover li {
    background-color: #f55f77
}

.intro_start ul a:hover li::before {
    transform: rotate(8deg)
}

.intro_start ul a:hover .no_timer::before {
    transform: rotate(6deg)
}

.intro_start ul a li.selected {
    background-color: #f55f77
}

@media (device-width: 100vw)and (device-height: 100vh) {
    .intro_container {
        min-width: 1000px
    }

    .intro_pg h3 {
        font-size: 46px
    }

    .intro_qnt p {
        font-size: 28px
    }

    .intro_qnt ul {
        font-size: 40px
    }

    .intro_qnt ul li {
        min-width: 114px;
        min-height: 114px
    }

    .intro_qnt ul li::before {
        content: "";
        width: 104px;
        height: 104px
    }

    .intro_time p {
        font-size: 28px
    }

    .intro_time ul {
        font-size: 40px
    }

    .intro_time ul .no_timer {
        width: 320px;
        margin-top: 35px
    }

    .intro_time ul .no_timer::before {
        width: 305px;
        height: 107px
    }

    .intro_time ul li {
        width: 280px;
        height: 114px
    }

    .intro_time ul li::before {
        content: "";
        width: 265px;
        height: 107px
    }
}

.modal_page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 50
}

.intro_container {
    width: 45%;
    min-width: 900px;
    height: 85%;
    padding: 0;
    max-height: 870px;
    position: relative
}

.intro_stroke {
    width: 100%;
    height: 100%;
    border-radius: 64px;
    border: 4px solid #fff;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 15px;
    left: 15px
}

.intro_pg {
    width: 100%;
    height: 100%;
    border-radius: 60px;
    padding: 0;
    margin: 0;
    background-color: #77aeef;
    background-image: url(../assets/images/intro_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.intro_pg h3 {
    margin: 0;
    padding: 50px 0 0 0;
    font-family: "Inter", sans-serif;
    color: #404b96;
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    text-align: center
}

.win_place {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 310px;
    position: relative;
    padding: 0;
    margin: 125px 0 30px 0
}

.win_place div {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    width: 265px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom
}

.win_place div img {
    width: 45px;
    padding: 0 4px
}

.score_place {
    display: flex;
    justify-content: center;
    font-size: 40px;
    font-family: "Inter", sans-serif;
    color: #404b96;
    padding: 5px 50px
}

.sc_place {
    width: 80px;
    font-weight: 800;
    text-align: left
}

.sc_text {
    width: 180px;
    font-weight: 800;
    text-align: center
}

.sc_score {
    width: 480px
}

.sc_score p {
    padding: 0;
    margin: 0
}

.modal_page .score_place {
    display: flex;
    font-size: 40px;
    font-family: "Inter", sans-serif;
    color: #404b96;
    padding: 0px 40px
}

.modal_page .score-container {
    display: flex;
    width: 100%;
    position: relative
}

.modal_page .score-place {
    display: flex;
    width: 40%;
    justify-content: flex-end;
    padding-right: 10px
}

.modal_page .sc_place {
    width: 40px
}

.modal_page .sc_place p {
    line-height: 55px;
    margin: 0;
    padding: 0
}

.modal_page .sc_text {
    width: 150px
}

.modal_page .sc_text p {
    line-height: 55px;
    margin: 0;
    padding: 0
}

.modal_page .sc_score {
    width: 60%;
    justify-content: flex-start
}

.modal_page .sc_score p {
    line-height: 55px;
    margin: 0;
    padding: 0
}

.first_place {
    z-index: 100;
    background-image: url(../assets/images/first_place.svg)
}

.first_place img {
    margin-top: 65px
}

.second_place {
    left: 70px;
    z-index: 50;
    background-image: url(../assets/images/second_place.svg)
}

.second_place img {
    margin-top: 108px
}

.third_place {
    right: 70px;
    z-index: 50;
    background-image: url(../assets/images/third_place.svg)
}

.third_place img {
    margin-top: 145px
}

@media (device-width: 100vw)and (device-height: 100vh) {
    .intro_container {
        min-width: 1000px
    }

    .intro_pg h3 {
        font-size: 46px
    }

    .win_place {
        height: 310px;
        margin: 200px 0 30px 0
    }

    .win_place div {
        width: 300px
    }

    .win_place div img {
        width: 54px
    }

    .first_place img {
        margin-top: 30px
    }

    .second_place img {
        margin-top: 80px
    }

    .third_place img {
        margin-top: 120px
    }
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../assets/fonts/Inter-Thin.ttf)
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../assets/fonts/Inter-Light.ttf)
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../assets/fonts/Inter-Regular.ttf)
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../assets/fonts/Inter-Medium.ttf)
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../assets/fonts/Inter-SemiBold.ttf)
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../assets/fonts/Inter-Bold.ttf)
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../assets/fonts/Inter-ExtraBold.ttf)
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../assets/fonts/Inter-Black.ttf)
}

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

img {
    pointer-events: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none
}

.close {
    display: none !important
}

.hide {
    visibility: hidden !important
}

.disabled {
    opacity: .5;
    cursor: default
}

.selected {
    font-weight: bold
}

* {
    margin: 0;
    padding: 0
}

html {
    height: 100%;
    min-height: 100vh
}

body {
    min-height: 100vh
}

.type-quiz .modal_page {
    position: fixed
}

.clear-all {
    clear: both;
    line-height: 0;
    height: 0
}

.full-wh {
    position: absolute;
    right: 0;
    bottom: 0
}

.full-wh .btm_btn a li::after {
    opacity: .15;
    top: -7px;
    left: 17px;
    content: "";
    width: 95%;
    height: 108px;
    position: absolute;
    border: 4px solid #000;
    border-radius: 54px 0 0 0;
    filter: blur(2px);
    border-bottom: 0;
    border-right: 0
}

.full-wh .btm_btn a li::before {
    top: -17px;
    right: 0px;
    content: "";
    width: 418px;
    height: 118px;
    position: absolute;
    border: 4px solid #fff;
    border-radius: 54px 0 0 0;
    border-right: 0;
    border-bottom: 0;
    z-index: 1
}

.bottom-wh {
    display: none
}

.videoPreview {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%
}

.videoPreview-img, .videoPreview-svg {
    position: absolute;
    left: 0px;
    top: 0px;
    pointer-events: all
}

.videoPreview-svg {
    width: 500px
}

.videoPreview-svg #image, .videoPreview-svg #closed {
    cursor: pointer
}

.videoPreview-svg #opened {
    display: none
}

.final-img {
    position: relative;
    left: 0px;
    top: 0px
}

.yellow_clr {
    background-color: #f49e4d
}

.green_clr {
    background-color: #6cc334
}

.playVideo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 49;
    width: 90px;
    height: 90px;
    background: url(../assets/images/play-button.svg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: .7
}

.playVideo:hover {
    opacity: .5;
    cursor: pointer
}

.bottom-control {
    display: none
}

.interactive_container {
    display: flex;
    width: 100%;
    min-height: 100vh;
    padding: 0;
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: url(../assets/images/main_bg.png) #77aeef center top no-repeat fixed
}

.intro {
    min-height: 100vh
}

.bottom-wh .btm_btn {
    margin: 0;
    position: relative;
    float: right
}

.bottom-wh .btm_btn li {
    width: 428px
}

.bottom-wh .btm_btn li::before {
    height: 118px
}

.bottom-wh .btm_btn a {
    transition: .1s linear
}

.bottom-wh .btm_btn a li::after {
    height: 108px;
    width: 397px
}

.bottom-wh .btm_btn a:hover li {
    width: 483px
}

.bottom-wh .btm_btn a:hover li::after {
    width: 452px
}

.left_sidebar {
    width: 30%;
    height: 100%
}

.left_sidebar h3 {
    font-family: "Inter", sans-serif;
    color: #404b96;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    margin: 93px 0 0 0;
    padding: 0 80px;
    font-size: 40px
}

.left_sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 35px;
    line-height: 40px;
    font-weight: 800;
    position: relative
}

.left_sidebar ul li {
    transition: .1s linear;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 85%;
    min-height: 130px;
    border-radius: 0px 50px 50px 0px;
    font-family: "Inter", sans-serif
}

.left_sidebar ul li span {
    padding: 0 30px 0 65px;
    color: #fff
}

.left_sidebar ul li::before {
    top: 15px;
    left: -4px;
    content: "";
    position: absolute;
    border: 4px solid #fff;
    width: 101%;
    height: 124px;
    border-radius: 0px 42px 42px 0px
}

.left_sidebar ul a:nth-child(1) li {
    background-color: #f49e4d
}

.left_sidebar ul a:nth-child(2) li {
    background-color: #f55f77
}

.left_sidebar ul a:nth-child(3) li {
    background-color: #e77847
}

.left_sidebar ul a {
    transition: .1s linear;
    display: block;
    text-decoration: none;
    color: #404b96;
    padding: 40px 0 10px;
    position: relative
}

.left_sidebar ul a::after {
    transition: .1s linear;
    opacity: .15;
    top: 57px;
    left: -7px;
    content: "";
    position: absolute;
    border: 4px solid #000;
    filter: blur(2px);
    width: 88%;
    min-height: 140px;
    border-radius: 0px 46px 46px 0px
}

.left_sidebar ul a:hover li {
    width: 92%;
    font-weight: 800;
    cursor: pointer
}

.left_sidebar ul a:hover li::before {
    width: 101%
}

.left_sidebar ul a:hover::after {
    width: 95%
}

.left_sidebar ul a.selected li {
    width: 92%;
    font-weight: 800;
    cursor: default
}

.left_sidebar ul a.selected li::before {
    width: 101%
}

.left_sidebar ul a.selected::after {
    width: 95%
}

.interactive_container .main_block {
    width: 100%
}

.interactive_container .main_block h1 {
    text-align: center;
    padding: 12px 0 0 30px;
    font-size: 50px;
    margin: 0;
    font-family: "Inter", sans-serif;
    color: #f05870;
    line-height: 57px;
    font-weight: 700
}

.interactive_container .main_block .question {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 15px 0 20px 30px;
    font-family: "Inter", sans-serif;
    color: #404b96;
    font-size: 40px;
    line-height: 58px;
    font-weight: 700
}

.interactive_container .main_block .question .prev img, .interactive_container .main_block .question .next img {
    height: 38px
}

.interactive_container .main_block .question .q_num {
    display: block;
    width: 100px;
    text-align: center
}

.interactive_container .main_block .question a {
    display: flex;
    cursor: pointer
}

.interactive_container .main_block .q_text {
    display: flex;
    width: 82.5%;
    align-items: baseline;
    margin: 5px 0;
    font-size: 25px;
    padding: 0 0 0 30px;
    font-family: "Inter", sans-serif;
    color: #000;
    font-weight: 400;
    height: 96px;
    line-height: 32px
}

.interactive_container .main_block .q_img {
    width: 100%;
    line-height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative
}

.interactive_container .main_block .q_img [data-question] {
    width: calc(80% - 30px);
    margin: 0 0 0 30px;
    border-radius: 60px;
    border: 4px solid #404b96;
    overflow: hidden;
    position: relative
}

.interactive_container .main_block .q_img .playVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 49;
    width: 90px;
    height: 90px;
    background: url(../assets/images/play-button.svg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: .7
}

.interactive_container .main_block .q_img img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.btm_btn {
    list-style-type: none;
    margin: 0
}

.btm_btn li {
    transition: .1s linear;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 428px;
    height: 105px;
    border-radius: 50px 0 0 0;
    font-family: "Inter", sans-serif;
    font-size: 35px;
    font-weight: 800;
    color: #fff
}

.btm_btn li::before {
    top: -17px;
    right: 0;
    content: "";
    width: 410px;
    height: 133px;
    position: absolute;
    border: 4px solid #fff;
    border-radius: 54px 0 0 0;
    border-right: 0;
    border-bottom: 0;
    z-index: 1
}

.btm_btn a {
    cursor: pointer
}

.btm_btn a li::before {
    transition: .1s linear
}

.btm_btn a li::after {
    opacity: .15;
    top: -7px;
    left: 27px;
    content: "";
    width: 95%;
    height: 123px;
    position: absolute;
    border: 4px solid #000;
    border-radius: 54px 0 0 0;
    filter: blur(2px);
    border-bottom: 0;
    border-right: 0
}

.btm_btn a:hover li {
    width: 483px
}

.btm_btn a:hover li::before {
    display: block;
    width: 473px
}

.btm_btn a:hover ::after {
    width: 100%
}

.timer_bl {
    position: absolute;
    display: block;
    width: 340px;
    height: 135px;
    font-family: "Inter", sans-serif;
    color: #404b96;
    font-size: 52px;
    line-height: 52px;
    font-weight: 800;
    top: 0;
    right: 0;
    background-image: url(../assets/images/timer_back.svg);
    background-repeat: no-repeat;
    cursor: pointer
}

.timer_align {
    padding: 20px 0 0 100px;
    display: flex;
    justify-content: center;
    align-items: center
}

.timer_align img {
    height: 65px
}

.timer_align span {
    width: 130px;
    text-shadow: 2px 3px 0px rgba(0, 0, 0, .15)
}

.reload_pg {
    z-index: 100;
    position: absolute;
    display: block;
    width: 130px;
    height: 95px;
    top: 0;
    left: 0;
    background-image: url(../assets/images/reload_bg.svg);
    background-repeat: no-repeat
}

.reload_pg a {
    cursor: pointer;
    display: block
}

.reload_pg img {
    padding: 20px 0 0 30px;
    width: 35%
}

.categoriesCont {
    margin-top: 3px
}

.answer_bl {
    max-width: 810px;
    margin: 0;
    padding: 0 0 0 30px;
    font-family: "Inter", sans-serif;
    color: #000;
    font-size: 25px;
    line-height: 32px;
    font-weight: 400;
    float: left
}

.command_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    color: #404b96;
    font-size: 36px;
    font-family: "Inter", sans-serif;
    text-align: center;
    font-weight: 800;
    margin-bottom: 15px
}

.command_title .name {
    display: flex;
    align-items: center
}

.command_title span {
    position: relative;
    width: 150px;
    height: 90px;
    margin: 0;
    padding: 0;
    display: flex
}

.command_title span input {
    font-size: 36px;
    font-family: "Inter", sans-serif;
    text-align: center;
    font-weight: 800;
    color: #f55f77;
    width: 110px;
    height: 70px;
    line-height: 70;
    margin: 0 20px;
    outline: none;
    border: 0;
    padding: 0;
    position: absolute;
    z-index: 120
}

.command_title span::before {
    content: "";
    z-index: 100;
    border-width: 4px;
    border-style: dashed;
    border-color: #f55f77;
    width: 142px;
    height: 82px;
    display: flex;
    position: absolute;
    top: -7px;
    left: 4px;
    border-radius: 25px
}

.command_title span::after {
    content: "";
    z-index: 10;
    width: 150px;
    height: 90px;
    background-color: #fff;
    display: flex;
    position: absolute;
    top: -10px;
    border-radius: 25px
}

.type-quiz .intro_start {
    padding: 3.6% 0
}

.type-quiz .intro_start li {
    margin: 0
}

.intro_qnt, .intro_pg .times {
    margin-top: 3%
}

.intro_time ul {
    margin: 3.6% 0 0
}

.intro_time ul .no_timer {
    margin-top: 0
}

.intro_result ul {
    padding: 17px 0 0 0;
    margin: 0;
    list-style-type: none;
    font-size: 36px;
    font-family: "Inter", sans-serif;
    color: #fff;
    text-align: center;
    font-weight: 800;
    align-items: center;
    justify-content: center;
    display: flex
}

.intro_result ul a {
    color: #fff;
    text-decoration: none
}

.intro_result ul a:hover li {
    background-color: #f55f77
}

.intro_result ul a:hover .result_btn::before {
    transform: rotate(4deg)
}

.intro_result ul li {
    transition: .1s linear;
    position: relative;
    display: inline-flex;
    width: 420px;
    height: 100px;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    margin: 0 15px;
    -webkit-box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09);
    -moz-box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09);
    box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09)
}

.intro_result ul li::before {
    transition: .1s linear;
    content: "";
    width: 406px;
    height: 97px;
    position: absolute;
    border: 4px solid #fff;
    border-radius: 29px;
    transform: rotate(2deg)
}

.winners {
    background-image: url(../assets/images/result_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%
}

.intro_result a {
    cursor: pointer
}

.closeFillScore {
    width: 75px;
    height: 75px;
    display: flex;
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50px;
    cursor: pointer;
    justify-content: center;
    align-items: center
}

.closeFillScore img {
    height: 40px;
    width: auto
}

.fullscreenBtn, .fullscreenExitBtn {
    width: 50px;
    height: 50px;
    display: flex;
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50px;
    cursor: pointer;
    justify-content: center;
    align-items: center
}

.fullscreenBtn img, .fullscreenExitBtn img {
    height: 30px !important;
    width: auto !important
}

@media (device-width: 100vw)and (device-height: 100vh) {
    html, body {
        max-width: 1920px;
        max-height: 1080px;
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    .answer_bl {
        margin: 18px 0 18px 0
    }

    .full-wh {
        display: block
    }

    .bottom-wh {
        display: none
    }

    .intro_result ul {
        font-size: 40px
    }

    .intro_result ul li {
        width: 460px;
        height: 114px
    }

    .intro_result ul li::before {
        content: "";
        width: 440px;
        height: 107px
    }

    .intro_time ul {
        margin: 3.2% 0 0
    }

    .intro_time ul .no_timer {
        margin-top: 0
    }

    .command_title {
        margin-bottom: 30px;
        font-size: 40px
    }

    .command_title span input {
        font-size: 40px
    }

    .reload_pg {
        width: 146px;
        height: 108px
    }

    .reload_pg img {
        padding: 25px 0 0 35px
    }

    .answer_bl {
        font-size: 28px;
        line-height: 36px
    }

    .timer_bl {
        width: 388px;
        height: 153px;
        font-size: 57px;
        line-height: 57px
    }

    .timer_align span {
        width: 120px
    }

    .timer_align img {
        height: 74px
    }

    .btm_btn li {
        height: 120px;
        font-size: 40px
    }

    .full-wh .btm_btn a li::before {
        height: 133px
    }

    .full-wh .btm_btn a li::after {
        height: 122px
    }

    .interactive_container .main_block .question .prev img, .interactive_container .main_block .question .next img {
        height: 42px
    }

    .interactive_container {
        max-width: 1920px;
        max-height: 1080px;
        overflow: hidden
    }

    .interactive_container .main_block {
        width: 100%
    }

    .interactive_container .main_block h1 {
        padding: 15px 0 0 0px;
        font-size: 57px
    }

    .interactive_container .main_block .question {
        font-size: 46px;
        padding: 15px 0 20px
    }

    .interactive_container .main_block .q_text {
        width: 1284px;
        height: 108px;
        line-height: 36px;
        padding: 0;
        font-size: 28px
    }

    .interactive_container .main_block .q_img {
        width: 1284px;
        height: 655px;
        margin: 0
    }

    .left_sidebar {
        width: 544px;
        height: 100%
    }

    .left_sidebar h3 {
        margin: 91px 0 0 0;
        padding: 0px 74px;
        font-size: 46px;
        line-height: 50px
    }

    .left_sidebar ul {
        width: 544px;
        margin: 2px 0 0 0;
        font-size: 40px
    }

    .left_sidebar ul li {
        width: 445px;
        height: 150px
    }

    .left_sidebar ul li::before {
        width: 453px;
        height: 150px;
        border-radius: 0px 54px 54px 0px
    }

    .left_sidebar ul a::after {
        width: 465px;
        height: 150px;
        border-radius: 0px 54px 54px 0px
    }

    .left_sidebar ul a {
        padding: 30px 0
    }

    .left_sidebar ul a.selected li {
        width: 445px;
        padding-right: 55px
    }

    .left_sidebar ul a.selected li::before {
        width: 508px
    }

    .left_sidebar ul a.selected::after {
        width: 520px
    }

    .left_sidebar ul a:hover li {
        width: 445px;
        padding-right: 55px
    }

    .left_sidebar ul a:hover li::before {
        width: 508px
    }

    .left_sidebar ul a:hover::after {
        width: 520px
    }
}

.fullscreen:-webkit-full-screen {
    width: auto !important;
    height: auto !important;
    margin: auto !important
}

.fullscreen:-moz-full-screen {
    width: auto !important;
    height: auto !important;
    margin: auto !important
}

.fullscreen:-ms-fullscreen {
    width: auto !important;
    height: auto !important;
    margin: auto !important
}
