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

.grid {
    /*display: flex;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.grid.vertical {
    display: block
}

.grid.vertical .grid-item {
    display: block;
    margin: 5px auto;
    width: 60%
}

.grid-item {
    font-size: 2rem;
    display: block;
    margin: 5px;
    padding: 20px;
    width: auto;
    line-height: 2.2rem;
    cursor: pointer;
    background-color: #22b6e2;
    font-weight: 500;
    color: #fff;
    border-radius: .8rem;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: none
}

.grid-item.disable {
    cursor: default
}

.grid-item.bad {
    background: #ff564e;
    color: #fff
}

.grid-item.good {
    background: #5ab52f;
    color: #fff
}

@media screen and (max-width: 939px) {
    .grid {
        display: block
    }

    .grid-item {
        display: block;
        margin: 5px auto;
        width: 60%
    }
}

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

html, body {
    overflow: hidden;
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0
}

.interactive_container {
    width: 100%;
    height: 100%;
    position: relative
}

.interactive_container .good {
    border-color: #6cc334 !important;
    background-color: #6cc334 !important
}

.interactive_container .checkBtn {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0)
}

.interactive_container .checkBtn a {
    cursor: pointer
}

.interactive_container .checkBtn a:hover li {
    transition: .2s linear;
    background-color: #f55f77
}

.interactive_container .checkBtn a:hover li::before {
    transition: .3s linear;
    transform: rotate(6deg)
}

.interactive_container .checkBtn .green_clr {
    background-color: #6cc334;
    min-width: 240px;
    min-height: 100px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    font-family: "Inter", sans-serif
}

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

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

.interactive_container .full-wh .btm_btn {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.interactive_container .full-wh .btm_btn a {
    cursor: pointer
}

.interactive_container .full-wh .btm_btn a:hover li {
    padding: 0 100px
}

.interactive_container .full-wh .btm_btn a:hover li::before {
    display: block
}

.interactive_container .full-wh .btm_btn a li {
    transition: .1s linear;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 80px;
    height: 105px;
    border-radius: 50px 0 0 0;
    font-family: "Inter", sans-serif;
    font-size: 35px;
    font-weight: 800;
    color: #fff;
    background-color: #6cc334;
    text-transform: capitalize
}

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

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

.interactive_container .main_block {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.interactive_container .grid-item {
    position: relative;
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    font-weight: 800;
    font-family: "Inter", sans-serif;
    display: block;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, .3);
    margin: 10px;
    padding: 40px;
    width: auto;
    cursor: pointer;
    background-color: #1293c1;
    border: 4px solid #d7534d;
    border-radius: 40px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, .15)
}

.interactive_container .grid-item::after {
    content: "";
    top: -12px;
    left: -13px;
    position: absolute;
    border: 4px solid #fff;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    z-index: 100
}

.interactive_container .reload_pg {
    cursor: pointer;
    z-index: 100;
    position: absolute;
    display: block;
    width: 128px;
    height: 95px;
    top: 0;
    right: 0;
    background-image: url(../assets/images/reload_bg_right-fill-deepblue.svg);
    background-repeat: no-repeat
}

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

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



.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: none;
    pointer-events: none;
}

.modalDialog:target {
    display: block;
    pointer-events: auto;
}

.modalDialog > div {
    width: 80%;
    height: 80%;
    position: relative;
    margin: 5% auto;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

video {

    -o-object-fit: cover;
    object-fit: cover;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;

}