body {
    margin: 0;
    font-family: 'Merriweather', serif;
    line-height: 1.6;
    font-size: 15px;
    color: #333;

}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

/* Container */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}




/* Header */

.header {
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;

    box-shadow: 1px 1px 10px 1px #d0e2ef;

    background-color: #ffffff;


}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Logo */

.header__logo {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    color: #161616;
    text-decoration: none;
    opacity: .7;
}


.logo {
    height: 45px;
    width: auto;

}

.logo__contain {
    display: flex;
    flex-direction: column;
}

.logo__text {
    padding-top: 10px;
    padding-left: 10px;

}

/*.logo__line {

    display: block;
    position: relative;
    top: 10px;
    left: 13px;
    height: 2px;
    width: 270px;
    background-color: rgba(33, 31, 31, 0.61);
    border-radius: 35%;
}

.logo__underline {
    display: block;
    position: relative;
    top: 3px;
    left: 48px;
    height: 2px;
    width: 180px;
    background-color: rgba(33, 31, 31, 0.61);
    border-radius: 35%;
}*/


/* Nav */

.nav {
    font-size: 14px;
    text-transform: uppercase;

}

.nav__link {
    background-color: rgba(255, 255, 255, 0);
    padding: 6px 5px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 0 15px;
    color: rgba(33, 31, 31, 0.92);
    text-decoration: none;
    transition: .2s color background linear;
}

.nav__exit {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 0 15px;
    color: rgba(33, 31, 31, 0.92);
    text-decoration: none;
    padding: 5px 25px;
    background-color: rgba(255, 255, 255, 0.56);
    border: 1px solid;
    border-color: rgba(190, 185, 185, 0.45);
    border-radius: 4px;
    transition: .2s background linear;

}


.nav__link:hover {
    color: #b966a9;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 1px 1px 8px rgba(117, 148, 180, 0.53);

}

.nav__exit:hover {
    background-color: rgba(126, 159, 146, 0.25);
    color: #b966a9;
}

.nav__link:hover:after {
    opacity: 0;
}




/* Intro */

.intro {
    margin-top: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    background-color: #fafafa;
}

.intro__question {

    display: flex;
    flex-direction: column;
    align-items: center;

}

.intro__inner {
    display: flex;
    flex-direction: column;
    align-items: center;

}


.intro__tittleContain {

    display: flex;
    flex-direction: column;
    align-items: center;



}

.intro__text {


    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #9da5be;
}

.intro__tittle {
    text-align: center;
    font-size: 36px;
}

.themes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 15px 0;
}

.lesson {
    margin: 0 5px;
    padding: 2px 10px;
    text-decoration: none;
    color: #9da5be;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;

    border: 1px solid;

    transition: .2s linear;
}

.lesson:hover {
    box-shadow: 1px 1px 6px rgba(74, 166, 234, 0.9);
}

.lesson__head {
    margin: 0 5px;
    padding: 2px 10px;
    text-decoration: none;
    color: #ffffff;
    background-image: linear-gradient(to top, rgb(149, 153, 240) 0%, #c8f5fb 100%);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 1px 1px 5px inset rgba(124, 124, 124, 0.9);



    border: 1px solid;
}




/* CONTENT */

.question__container {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.question__container.show {
    display: none;
}

.questionSlider {
    height: 400px;
    overflow: hidden;
}



.question__content {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 350px;
    width: 100%;
}

.underTittleQuestion {
    margin: 0;
    color: #80879b;
    font-size: 14px;
}

/*.question.show {
    display: none;
}
.question__content.show {
    position: absolute;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 300px;
    width: 100%;
}*/

.intro__question {

    display: flex;
    flex-direction: column;
    align-items: center;

}

.question__error {

    display: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;

    background-color: #ff7f7f;
    width: 750px;
    height: 350px;
    border-radius: 50px;
    box-shadow: 2px 4px 10px rgba(13, 12, 12, 0.81);
}

.question__error.show {
    display: block;
}

.question__right {

    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 750px;
    height: 350px;
    border-radius: 50px;
    background-color: #7fffa1;
    box-shadow: 2px 4px 10px rgba(13, 12, 12, 0.81);


}

.question__right.show {
    display: flex;
}

.smile {
    text-align: center;
    padding-top: 20px;
    font-size: 38px;
}

.smileClap {
    margin-top: 45px;
    width: 55px;
}

.textResult {
    margin: 0;
    padding-top: 20px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;

}

.textResultSubtittle {
    margin-bottom: -10px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;

}


.question {
    font-size: 19px;
    font-weight: 600;

}


.answer__content {

    display: flex;
    flex-direction: column;
    align-content: flex-start;
    width: 100%;
    font-weight: 400;
}


.right {
    font-size: 16px;
    padding: 5px;

}

.errorB {
    font-size: 16px;
    padding: 5px;

}

.errorC {
    font-size: 16px;
    padding: 5px;
}


.right.show {
    background-image: linear-gradient(to top, rgb(92, 255, 79) 0%, rgb(175, 255, 169) 100%);
    border-radius: 10px;
    padding: 5px;

}

.errorB.show {
    background-image: linear-gradient(to top, rgb(255, 74, 74) 0%, rgb(255, 149, 149) 100%);
    border-radius: 10px;
    padding: 5px;

}

.errorC.show {
    background-image: linear-gradient(to top, rgb(255, 74, 74) 0%, rgb(255, 149, 149) 100%);
    border-radius: 10px;
    padding: 5px;
}

/*AnswerBtn*/

.answerBtnContain {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    padding: 70px 10px;
}

.answerBtn {

    height: 35px;
    border-radius: 5px;
    border: solid 1px #6f5050;
    box-shadow: 1px 2px 8px rgba(3, 3, 3, 0.72);
    font-family: 'Merriweather', serif;
    font-weight: 600;
    font-size: 12px;
    padding: 5px 5px;
    text-transform: uppercase;
    background-image: linear-gradient(to top, rgba(0, 11, 18, 0.86) 0%, rgba(83, 103, 128, 0.51) 100%);
    text-decoration: none;
    color: #fff;
    transition: all .2s linear;
}

.answerBtn:hover {
    background-image: linear-gradient(to top, rgba(176, 220, 248, 0.86) 0%, rgba(50, 54, 59, 0.51) 100%);
    color: #2f2b2b;
    cursor: pointer;
    box-shadow: 2px 4px 8px rgba(72, 67, 67, 0.9);


}

.answerBtnRepeat {

    height: 35px;
    border-radius: 5px;

    box-shadow: 1px 2px 8px rgba(3, 3, 3, 0.72);
    font-family: 'Merriweather', serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    background-image: linear-gradient(to top, rgba(0, 11, 18, 0.86) 0%, rgba(50, 54, 59, 0.51) 100%);
    text-decoration: none;
    padding: 8px 5px;
    color: #fff;
    transition: all .2s linear;
}

.answerBtnRepeat:hover {
    background-image: linear-gradient(to top, rgba(176, 220, 248, 0.86) 0%, rgba(50, 54, 59, 0.51) 100%);
    color: #2f2b2b;
    cursor: pointer;
    box-shadow: 2px 4px 8px rgba(72, 67, 67, 0.9);


}

.answerBtnTest {
    height: 35px;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 1px 1px 10px 1px rgba(3, 3, 3, 0.72);
    font-family: 'Merriweather', serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    background-image: linear-gradient(to top, rgba(0, 11, 18, 0.86) 0%, rgba(50, 54, 59, 0.51) 100%);

    color: #fff;
    transition: all .2s linear;

}

.answerBtnTest:hover {
    background-image: linear-gradient(to top, rgba(176, 220, 248, 0.86) 0%, rgba(50, 54, 59, 0.51) 100%);
    color: #2f2b2b;
    cursor: pointer;
    box-shadow: 2px 4px 8px rgba(72, 67, 67, 0.9);
    font-weight: 600;
}

/*TestBtn*/

.testBtn {

    position: absolute;
    top: 270px;
    left: 300px;
    z-index: 1;
    height: 35px;
    border-radius: 10px;
    border: solid 1px;
    font-family: 'Merriweather', serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    background-image: linear-gradient(to top, rgba(0, 11, 18, 0.86) 0%, rgba(50, 54, 59, 0.51) 100%);
    color: #fff;
    transition: color .2s linear;

}

.testBtn:hover {
    background-image: linear-gradient(to top, rgba(176, 220, 248, 0.86) 0%, rgba(50, 54, 59, 0.51) 100%);
    color: #1f1b1b;
    cursor: pointer;

}

.testBtn.show {
    display: none;
}


.btnRepeat {
    display: none;
    position: absolute;
    top: 270px;
    left: 300px;
    z-index: 1;
    height: 35px;
    border-radius: 10px;

    text-decoration: none;
    padding: 5px 5px;
    font-family: 'Merriweather', serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    background-image: linear-gradient(to top, rgba(0, 11, 18, 0.86) 0%, rgba(50, 54, 59, 0.51) 100%);
    color: #fff;
    transition: color .2s linear;

}

.btnRepeat:hover {
    background-color: #c9d9ff;

    cursor: pointer;
}

.btnRepeat.show {
    display: block;
}


/* DOTS */

.slick-dots {
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 450px;
    list-style: none;


}



.slick-dots .slick-active button {
    background-color: #9cbefd;
    opacity: 1;
    transform: scale(1.2);
}

.slick-dots .slick-active button:hover {


    transform: scale(1.2);
}


.slick-dots button {
    background: none;
    border-radius: 1px;
    margin: 0;
    color: #161616;
    background-color: #e2e4e8;
    border: 0px solid;

    height: 25px;
    width: auto;
    border-radius: 50%;
    font-size: 13px;
    opacity: .5;
    cursor: pointer;
    transition: all .2s linear;

}

.slick-dots button:hover {
    transform: scale(1.3);
}

.slick-dots button:focus {
    outline: 0;
}




/*.slick-prev {
    position: absolute;
    top: 348px;
    left: 240px;
    margin: 0;
    width: 80px;
    height: 28px;
    border-radius: 100% 0% 0% 100%;
    font-size: 0;
    background-image: linear-gradient(to top, rgba(90, 173, 226, 0.31) 0%, rgba(50, 54, 59, 0) 100%);
    border: solid 1px;
    border-color: rgba(146, 191, 230, 0.03);
    list-style: none;
    transition: all .2s linear;

}*/

/*.slick-prev:hover {
    background-image: linear-gradient(to top, #768ef4 0%, rgba(50, 54, 59, 0.51) 100%);
    cursor: pointer;
}*/


.prev {
    position: absolute;
    top: 336px;
    left: 250px;
    width: 45px;

    filter: invert(63%) sepia(71%) saturate(376%) hue-rotate(191deg) brightness(104%) contrast(98%);
    transition: all .2s linear;

}

.prev:hover {
    transform: scale(.89);
    filter: invert(51%) sepia(56%) saturate(854%) hue-rotate(198deg) brightness(102%) contrast(91%);
    cursor: pointer;
}

.next {
    width: 45px;
    position: absolute;
    top: 335px;
    left: 900px;
    filter: invert(63%) sepia(71%) saturate(376%) hue-rotate(191deg) brightness(104%) contrast(98%);
    transition: all .2s linear;

}

.next:hover {
    transform: scale(.89);
    filter: invert(51%) sepia(56%) saturate(854%) hue-rotate(198deg) brightness(102%) contrast(91%);
    cursor: pointer;

}

/*.slick-next {
    position: absolute;
    top: 348px;
    left: 880px;
    margin: 0;
    width: 80px;
    height: 28px;
    border-radius: 0% 100% 100% 0%;
    font-size: 0;

    background-image: linear-gradient(to top, rgba(90, 173, 226, 0.31) 0%, rgba(50, 54, 59, 0) 100%);
    border: solid 1px;
    border-color: rgba(146, 191, 230, 0.03);
    list-style: none;
    transition: all .2s linear;

}*/

.slick-next:hover {


    background-image: linear-gradient(to top, rgb(165, 220, 255) 0%, rgba(50, 54, 59, 0.51) 100%);
    cursor: pointer;

}

.intro__underline1 {
    margin: 30px;


    display: block;
    height: 1px;
    width: 550px;
    background-color: #9da5be;
}




/*UNDERFOOTER*/

.underfooter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    height: auto;
    border-top: 1px solid #edf2ff;

    background-color: #edf2ff;
    width: 100%;

}


.underfooter__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;

    padding: 10px 0;

}

.underfooter__logo {
    font-size: 17px;
    font-weight: 600;
    color: rgba(100, 86, 86, 0.92);
}

.underfooter__sign {

    height: auto;
    width: 100%;
    font-weight: 500;
    font-size: 11px;

}
