html body {
    overflow: hidden;
    background: url(../assets/images/custom-bg.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important
}

html body .start-btn::before, html body .answerBtn::before, html body .nextBtn::before {
    top: -18px;
    left: 5%
}

html body .reload_pg {
    width: 45px;
    height: 52px;
    right: 40px;
    top: 35px
}

html body .reload_pg img {
    padding: 0;
    margin: 0;
    width: 45px;
    display: block;
    content: url(../assets/images/reload-custom.svg)
}

html body .start-btn, html body .answerBtn, html body .nextBtn {
    padding: 32px 55px;
    background-color: #715342
}

html body .start-btn:hover, html body .answerBtn:hover, html body .nextBtn:hover {
    padding: 32px 70px
}

html body .questionCont .questionAnswer {
    position: absolute;
    bottom: 100px
}

html body .questionCont .questionAnswer .answer {
    padding: 0 20px 0 0
}

html body .questionCont .questionAnswer .answer img {
    height: 80px;
    content: url(../assets/images/answer-custom.svg)
}

html body .questionCont .questionAnswer .a_text {
    color: #363e09;
    font-size: 70px;
    line-height: 70px;
    font-weight: 800;
    padding: 0;
    margin: 0
}

html body .questionCont .mainContainer {
    height: calc(100% - 180px);
    margin-bottom: 0px
}

html body .questionCont .mainContainer .questionMedia .flex-block .container::before {
    opacity: .6;
    border: 2px solid #977850
}

html body .questionCont .top-page .top-question .question img {
    content: url(../assets/images/question.svg)
}

html body .questionCont .top-page .top-question .question .prev img {
    content: url(../assets/images/left.svg)
}

html body .questionCont .top-page .top-question .question .next img {
    content: url(../assets/images/right.svg)
}

html body .questionCont .top-page .top-question .question, html body .questionCont .top-page .top-question .q_text {
    color: #4a4846;
    font-size: 50px;
    font-weight: 800
}

.intro_pg_abstract {
    background-image: url(../assets/images/bg-custom.jpg) !important
}

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

.intro_pg_abstract p {
    font-size: 32px !important;
    line-height: normal !important;
    padding: 30px 50px 0 50px !important;
    color: #312e2c !important
}

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

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

body {
    overflow: hidden;
    background: url(../assets/images/ny-bg.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important
}

.victorina {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}

h1.title {
    margin: 0;
    padding: 10px 0 0 20px;
    font-family: "Inter", sans-serif;
    font-size: 50px;
    color: #fff;
    line-height: 57px;
    font-weight: 700
}

.introPic {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center
}

.introPic img {
    width: 60%
}

.start-btn, .answerBtn, .nextBtn {
    background-color: #8dd55e;
    color: #fff;
    border: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top-left-radius: 50px;
    padding: 32px 80px;
    font-family: "Inter", sans-serif;
    font-size: 40px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .9);
    transition: all .5s
}

.start-btn::before, .answerBtn::before, .nextBtn::before {
    top: -17px;
    left: calc(5% - 4px);
    right: 0;
    bottom: 0;
    content: "";
    width: 95%;
    position: absolute;
    border: 4px solid #fff;
    border-radius: 54px 0 0 0;
    border-right: 0;
    border-bottom: 0
}

.start-btn::after, .answerBtn::after, .nextBtn::after {
    opacity: .15;
    top: -7px;
    left: calc(10% - 4px);
    bottom: 0;
    content: "";
    width: 90%;
    position: absolute;
    border: 4px solid #000;
    border-radius: 54px 0 0 0;
    filter: blur(2px);
    border-bottom: 0;
    border-right: 0
}

.start-btn:hover, .answerBtn:hover, .nextBtn:hover {
    padding: 32px 100px
}

.reload_pg {
    cursor: pointer;
    z-index: 100;
    position: absolute;
    display: block;
    width: 128px;
    height: 95px;
    top: 0;
    right: 0
}

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

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

.questionCont {
    width: 100%;
    height: 100%
}

.questionCont .mainContainer {
    height: calc(100% - 270px);
    margin-bottom: 32px
}

.questionCont .mainContainer .questionMedia {
    width: 100%;
    height: 100%;
    text-align: center
}

.questionCont .mainContainer .questionMedia .flex-block {
    display: flex;
    width: calc(100% - 160px);
    height: 100%;
    margin: 0 auto;
    padding: 0 80px;
    justify-content: center
}

.questionCont .mainContainer .questionMedia .flex-block .container {
    display: flex;
    position: relative;
    box-shadow: -12px 15px 20px 0px rgba(0, 0, 0, .64);
    -webkit-box-shadow: -12px 15px 20px 0px rgba(0, 0, 0, .64);
    -moz-box-shadow: -12px 15px 20px 0px rgba(0, 0, 0, .64)
}

.questionCont .mainContainer .questionMedia .flex-block .container::before {
    content: "";
    position: absolute;
    border: 2px solid #d2b792;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    top: 10px;
    left: 10px
}

.questionCont .mainContainer .questionMedia .flex-block .container .img-text-block img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.questionCont .mainContainer .questionMedia .flex-block .container .txt-img-block {
    min-width: 500px;
    max-width: 550px;
    background: url(../assets/images/texture.png) repeat;
    background-size: contain
}

.questionCont .mainContainer .questionMedia .flex-block .container .txt-img-block .inner {
    height: calc(100% - 20px);
    width: calc(100% - 130px);
    margin: 10px 10px 10px 0;
    padding: 0 60px;
    background: url(../assets/images/ornament.png) no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center
}

.questionCont .mainContainer .questionMedia .flex-block .container .txt-img-block .inner ul {
    text-align: left;
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0
}

.questionCont .mainContainer .questionMedia .flex-block .container .txt-img-block .inner ul li {
    margin-bottom: 20px
}

.questionCont .mainContainer .questionMedia .flex-block .container .txt-img-block .inner ul li:last-child {
    margin-bottom: 0
}

.questionCont .mainContainer .questionMedia .flex-block .container .img-block {
    width: 33.33333333%
}

.questionCont .mainContainer .questionMedia .flex-block .container .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.questionCont .bottom-answer {
    height: 118px;
    width: 100%;
    justify-content: center;
    display: flex
}

.questionCont .bottom-answer .questionAnswer {
    display: flex;
    align-items: center;
    padding: 0 350px;
    justify-content: center
}

.questionCont .top-page {
    height: 80px;
    overflow: hidden;
    width: 100%;
    padding: 0 100px;
    box-sizing: border-box
}

.questionCont .top-page .top-question {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    opacity: 0;
}

.questionCont .top-page .top-question .question {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 10px 0 10px 20px;
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 32px;
    font-weight: 700
}

.questionCont .top-page .top-question .question .prev img, .questionCont .top-page .top-question .question .next img {
    height: 34px
}

.questionCont .top-page .top-question .question .prev, .questionCont .top-page .top-question .question .next {
    display: flex;
    cursor: pointer;
    margin: 0 8px
}

.questionCont .top-page .top-question .q_text {
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    padding: 0 0 0 0px;
    margin: 0
}

.questionCont .questionAnswer .answer {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 0 0 20px;
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 40px;
    line-height: 58px;
    font-weight: 700
}

.questionCont .questionAnswer .a_text {
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 34px;
    line-height: 38px;
    font-weight: 600;
    padding: 0 0 0 20px;
    margin: 0
}

.finalPage {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center
}

.video-page {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
}

.video-page .video-block {
    line-height: 0;
    display: inline-block;
    border: 4px solid #456fa8;
    border-radius: 60px;
    overflow: hidden;
    box-shadow: 8px 8px 0 rgba(0, 0, 0, .15);
    display: inline-block
}

.video-page .video-block video {
    /*min-width: 100%;*/
    /*min-height: 100%;*/
    /*width: auto;*/
    /*height: auto;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%)*/
    -o-object-fit: cover;
    object-fit: cover;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;

}
