*,::after,::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.s_t h1,.s_t h2,.s_t h3,.s_t h4,.s_t h5,.s_t h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.s_t h1 {
    font-size: 30px;
    color: #fff;
    text-align: left;
    /* margin-bottom: 30px; */
    padding: 10px;
    margin: 0;
}

@media (min-width: 1200px) {
    .s_t h1 {
        /* font-size: 2rem; */
    }
}

.s_t h2 {
    font-size: 30px;
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .s_t h2 {
        /* font-size:2rem; */
    }
}

.s_t h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    .s_t h4 {
        font-size:1.5rem
    }
}

.s_t p {
    margin-top: 0;
    margin-bottom: 1rem
}

.s_t img,.s_t svg {
    vertical-align: middle;
}

::selection {
    background-color: orange;
    color: #fff
}

body {
    font-family: roboto-oh5,sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #333;
    min-width: 320px;
    position: relative;
    overflow-x: hidden
}

.s_t .header {
    background: #131313;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    padding: 15px 15px;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.s_t .header:hover {
    text-decoration: none;
    color: #fff;
    background: #333
}

.s_t .header__block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.s_t .header p {
    margin-bottom: 0;
    margin-left: 28px;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.s_t .header p:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #fff
}

.s_t .footer-btn {
    color: #fff;
    padding-left: 5px;
    text-decoration: none
}

@media (max-width: 767.98px) {
    .s_t .header p {
        font-size:12px;
        text-transform: capitalize
    }
}

@media (max-width: 575.98px) {
    .s_t h1 {
        font-size:22px
    }

    .s_t .header p {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .s_t .header .footer-btn {
        margin-left: 0
    }
}

.s_t .section-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 0 15px
}

.wrapper.s_t {
    overflow-x: hidden
}

.s_t .main-home {
    background-image: url(../images/dist/head-1.jpg);
    height: 420px;
    background-size: cover;
    background-position: top left;
}
@media (max-width: 1399px) {
    .s_t .main-home {
        background-image: url(../images/dist/head-b.jpg);
    }
}

@media (orientation: portrait) {
    .s_t .main-home {
        background-image: url(../images/dist/head-m.jpg);
    }
}


.s_t .main-home h1 {
    font-size: 36px;
    line-height: 1.4;
    text-align: left;
    color: #fff;
}

@media (max-width: 767.98px) {
    .s_t .main-home h1 {
        font-size: 24px;
        text-align: center;
    }
}

.s_t .main__wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 850px;
    margin: 0 auto;
    align-items: flex-end;
    justify-content: center;
}
@media (max-width: 767.98px) {

    .s_t .main__wrapper {
    
align-items: center;
    
justify-content: center;
}
}
.s_t .main__wrapper p {
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    color: #fff;
    margin-bottom: 25px
}

.s_t .main-title {
    margin-bottom: 25px;
    /* background: rgb(0 0 0 / 20%); */
}

.s_t .section-quiz {
    min-height: 500px
}

.s_t .faded {
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
}

.s_t #quiz {
    background: #141414;
    opacity: .99;
    border: 1px solid rgba(206,206,206,.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    padding: 50px;
}

@media (max-width: 767.98px) {
    .s_t #quiz {
        padding:20px 15px;
        font-size: 14px
    }

    .s_t #quiz img {
        max-width: 100%;
        width: 100%
    }
}

.s_t #quiz-counter {
    color: #ffffff;
    text-align: left !important;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.s_t .quiz-container {
    padding: .25em;
    max-width: 850px;
    margin: 0 auto;
}

.s_t .quiz-container a {
    text-decoration: none;
    color: #fff;
}

.s_t #quiz-header, .s_t #quiz-results-screen, .s_t #quiz-start-screen {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.s_t .question {
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
}

@media (max-width: 767.98px) {
    .s_t .question {
        font-size:14px
    }
}

.s_t .answers {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.s_t .answers a {
    display: block;
    padding: .5em 1em;
    margin-bottom: .5em;
    /* background: #fff; */
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-bottom: 10px;
}

.s_t .answers a:hover {background-color: #fff;color: #0f0f0f;}


.s_t .answers a.correct {
    background: #D9946D;
    border-color: #D9946D;
    color: #0f0f0f;
}

.s_t .answers a.incorrect {
    background: #c00
}

.s_t .answers a.correct,.answers a.incorrect {
    color: #0f0f0f;
}

.s_t #quiz-controls {
    padding: 0;
    text-align: center;
    /* background-color: #fff */
}

.s_t #quiz-controls #quiz-response {
    color: #000;
    background-color: #ccc;
    padding: 10px 15px;
    border-radius: 8px
}

.s_t #quiz-controls #quiz-next-btn {
    margin-top: 0
}

.s_t #quiz-results {
    font-size: 1.25em
}

.s_t #quiz-buttons a,.s_t .quiz-container .quiz-button {
    display: inline-block;
    background: #ffffff;
    border-radius: 8px;
    margin-top: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #0F0F0F;
    padding: 20px 55px;
}

.s_t #quiz-buttons a:hover,.s_t .quiz-container .quiz-button:hover {
    background: #D9946D;

}

.s_t .quiz-results-state #quiz-controls {
    background: 0 0;
    padding: 0
}

.s_t .quiz-results-state #quiz-buttons a {
    background: #ffffff;
    color: #0F0F0F;
}
.s_t .quiz-results-state #quiz-buttons a:hover{
    background: #D9946D;
    color: #0F0F0F;
}


.s_t .logo img {
    max-width: 80px;
    vertical-align: -1px;
    margin-right: 10px
}

.s_t .section-quiz {
    padding: 50px 0;
    /*background-image: url(../images/dist/back.jpg);*/
    background-size: cover;
    background-color: #2E2E2E;
}

.s_t #quiz-results a {
    font-weight: 700;
    text-decoration: underline;
}

.s_t #quiz-results iframe {
    width: 100%;
    min-height: 772px;
}

.s_t #quiz-results iframe html {
    overflow: hidden
}

.s_t #quiz-results h4 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 30px;
    color: #fff;
}

.s_t #quiz-results p {
    font-size: 16px;
    text-align: left;
    color: #fff;
}

@media (max-width: 575.98px) {
    .s_t .section-wrapper {
        padding:0 5px
    }

    .s_t #quiz-results h4 {
        font-size: 18px;
        margin-bottom: 15px
    }

    .s_t #quiz-results p {
        font-size: 14px
    }

    .s_t #quiz-counter,.s_t #quiz-header,.s_t #quiz-results-screen,.s_t #quiz-start-screen {
        margin-bottom: 10px
    }
}
