body {
    margin: 0;
    /*font-family:  Segoe UI,Helvetica Neue,Roboto,Arial,Liberation Sans,Nimbus Sans L,sans-serif;*/
    /*font-family: 'Merriweather', serif;*/
    font-family: 'Montserrat', sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
    line-height: 1.6;
    font-size: 15px;
    color: #161616;
    background-color: #eff0f2;

    /*#eff0f2*/

}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}


/* Container */
.container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}



/* Header */

.header {
    padding-top: 20px;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    /*border-radius: 15px;*/
    background-color: #eff0f2;


}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 15px;
}

/* Logo */

.header__logo {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    width: 50%;
    font-size: 17px;
    font-weight: 600;
    color: rgba(100, 86, 86, 0.92);
    text-decoration: none;
}


.logo {
    height: 45px;
    width: auto;
    opacity: .7;
}

.logo__contain {
    display: flex;
    flex-direction: column;
    width: 30%;




}

.logo__text {

    padding-left: 15px;
    color: #161616;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.logo__text span {
    color: #161616;
    background: linear-gradient(-35deg, #161616 20%, rgba(255, 79, 90, 0.87) 0, rgba(255, 79, 90, 0.83) 90%, #161616 0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;


}





.underText__contain {
    font-family: Segoe UI, Helvetica Neue, Roboto, Arial, Liberation Sans, Nimbus Sans L, sans-serif;
    */
    /*font-family: 'Montserrat', sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-left: 60px;
    margin-top: -6px;


}

.logo__underText {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    color: #616161;
}


/*.logo__line {

    display: block;
    position: relative;
    top: 10px;
    left: 13px;
    height: 2px;
    width: 170px;
    background-color: rgba(33, 31, 31, 0.61);
    border-radius: 35%;
}

.logo__underline {
    display: block;
    position: relative;
    top: 3px;
    left: 38px;
    height: 2px;
    width: 110px;
    background-color: rgba(33, 31, 31, 0.61);
    border-radius: 35%;
}*/



/* ---------- Nav------------ */

.nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-weight: 600;
    font-size: 13px;
    text-transform: none;



}

.nav__link {
    background-color: rgba(255, 255, 255, 0);



    margin: 0 15px;
    color: rgb(152, 155, 163);
    text-decoration: none;
    transition: all .2s linear;
}

.nav__educate {

    margin: 0 15px;
    color: #464646;
    text-decoration: none;
    transition: .2s color background linear;
    padding: 10px 15px;
    cursor: pointer;

    background-color: #ff9898;
    border-radius: 15px;
    transition: .2s background linear;
    font-weight: 400;
    font-size: 18px;
    transition: all .2s linear;

}

.nav__educate:hover {
    background-color: #ffffff;
    color: #f5797d;

    box-shadow: 1px 1px 5px 1px #d4d4fa;
}

.nav__educate:active {
    transform: scale(.95);
}



@keyframes pulse {
    0% {


        transform: scale(0.96);

    }

    50% {


        transform: scale(1.05);


    }

    100% {


        transform: scale(.96);

    }
}



.nav2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 0;


}

.nav__educate2 {
    cursor: pointer;
    text-decoration: none;
    background-color: #ffb1b1;
    color: #161616;

    border-radius: 10px;
    font-weight: 500;
    font-size: 20px;
    padding: 10px;
    transition: all .2s linear;



}

.nav__link:hover {
    color: rgba(112, 153, 245, 0.92);

}



.nav__educate2:hover {
    background-color: #fafafa;
    color: #f5797d;
    animation: none;

}

.nav__educate2:active {
    transform: scale(.95);
}

/* ----------- Intro ------------------*/

.intro {
    margin-top: 125px;
    width: 100%;
    height: auto;
    position: relative;




}

.intro__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 -24px;

}



.intro__contain {
    display: flex;
    flex-direction: column;
    padding: 45px 45px;
    background-color: inherit;
    background-image: url(img/corruption__main.jpg);
    background-size: 100% 100%;
    width: 100%;
    position: relative;

}

.intro__contain2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(22, 22, 22, 0.38);
    width: 100%;
    height: 100%;

}






/*--------TITTLE CONTAIN-----------------*/

.tittleContain {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 60%;
    z-index: 0;

}





.intro__tittle {
    margin: 0;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
    letter-spacing: 3px;

}

.intro__subinner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    align-items: flex-end;
    margin: 70px 0;
    width: 70%;
}

.subinner__tittle {
    z-index: 0;
    width: 50%;

}

.sub__tittle {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.6;
    color: #ffffff;


}

/*-------------ITEMTITTLE-------------------*/

.item__tittle {
    margin: 5px 0;
    display: flex;
    flex-direction: row;
    width: 75%;
    z-index: 0;



}

.item__imgContain {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    width: 60%;
    height: 75px;
    font-size: 13px;
    font-weight: 500;
    padding: 0 5px;


}

.item__text {
    color: #ffffff;
    margin: 0;

}

.item__img {

    border-radius: 20%;

    padding: 7px;
    width: 60px;
    height: auto;
    margin-right: 25px;
    /*filter: invert(73%) sepia(59%) saturate(5258%) hue-rotate(199deg) brightness(102%) contrast(91%);
    /*filter: invert(79%) sepia(39%) saturate(973%) hue-rotate(303deg) brightness(104%) contrast(117%);*/
    /*filter: invert(37%) sepia(76%) saturate(1379%) hue-rotate(327deg) brightness(105%) contrast(102%);*/
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(187deg) brightness(101%) contrast(102%);

}



/*-------------TITTLECOURSES----------------------*/




.courses__container {
    display: flex;
    flex-direction: column;
    margin: 65px 0 0 0;



}

.tittle__coursesContainer {
    font-size: 36px;
    font-weight: 600;
    padding: 0 0 0 65px;

}


.courses__containerBox {
    margin-top: 65px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.courses__contain {

    display: flex;
    flex-direction: row;
    justify-content: space-around;
    overflow: hidden;
    border-radius: 5px;
    height: 500px;
    padding: 0;
    margin: 5px 5px;
    box-shadow: 1px 1px 5px 1px #c7cace;
    width: 40%;
    background-color: #ffffff;
    transition: all .2s linear;
    position: relative;


}

.courses__contain:hover {
    box-shadow: 1px 1px 20px 1px #fbfbfc;

    background-color: #eff0f2;
    transform: scale(1.03);
}

.courses__contain:hover .link__containUndertittle {
    opacity: 1;
}

.courses__contain:hover .courses__containUndertittle {
    opacity: 0;
}





.courses__containText {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    width: 100%;

}

.courses__img {

    width: 100%;
    height: 250px;
    overflow: hidden;
    background-image: url(img/pics12.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


.courses__img2 {

    width: 100%;
    height: 250px;
    overflow: hidden;
    background-image: url(img/pics7.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.courses__imgContain {
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;



}

.courses__img3 {

    width: 70%;
    height: 140%;

    overflow: hidden;
    background-image: url(img/pics6.png);
    background-size: cover;
    background-repeat: no-repeat;




}

.courses__img4 {

    width: 70%;
    height: 140%;
    overflow: hidden;
    background-image: url(img/pics13.png);
    background-size: cover;
    background-repeat: no-repeat;
}



.courses__containPretittle {
    font-size: 10px;
    font-weight: 600;
    color: #8e8d93;
    text-transform: uppercase;
}

.courses__containTittle {
    font-size: 22px;
    font-weight: 500;
    padding: 0 15px;
}

.courses__containSubtittle {
    font-size: 15px;
    padding: 0 15px;
    font-weight: 500;
    line-height: 1.4;

}


.link__containUndertittle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all .2s linear;
    opacity: 0;
    width: 100%;
    position: absolute;
    bottom: 12px;
    left: 0;
    z-index: 2;

}


@keyframes pulse__link {
    0% {

        transform: scale(0.96);

    }

    50% {

        transform: scale(1.05);


    }

    100% {

        transform: scale(.96);

    }
}

.link__undertittle {
    text-decoration: none;

    color: #161616;
    width: 200px;

    padding: 4px 0;
    margin: 0 25px 10px 0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    background-color: #c6a3ff;
    box-shadow: 1px 1px 5px 1px #bab1b1;
    transition: all .2s linear;

}

.link__undertittle:hover {
    text-decoration: none;

    box-shadow: 1px 1px 2px 1px #bfbdf8;
    background-color: #ffffff;
    color: #ef6161;
    animation: none;

}

.link__undertittle:active {
    transform: scale(.95);
}


.link__undertittleFree {
    text-decoration: none;

    color: #161616;
    width: 200px;

    padding: 4px 0;
    margin: 0 25px 10px 0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    background-color: #ffa3b8;
    box-shadow: 1px 1px 5px 1px #bab1b1;
    transition: all .2s linear;

}

.link__undertittleFree:hover {
    text-decoration: none;

    box-shadow: 1px 1px 2px 1px #bfbdf8;
    background-color: #ffffff;
    color: #ef6161;
    animation: none;

}

.link__undertittleFree:active {
    transform: scale(.95);
}





.courses__containUndertittle {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    color: #6c6b71;
    transition: all .2s linear;
}



.containUndertittle__item {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-right: 25px;
    padding: 0 0 10px 10px;
}


.under__tittleImg {
    width: 32px;
    border: 1px solid;
    border-radius: 50%;
    padding: 6px;
    margin-right: 15px;
    filter: invert(52%) sepia(69%) saturate(1091%) hue-rotate(314deg) brightness(106%) contrast(97%);
}





.courses__containImg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30%;



}

.contain__img {
    width: 155px;

}

/*-----------------COURSES CONTANT----------------*/

.intro__courses {
    display: flex;
    flex-direction: column;
    align-items: center;

    margin-top: 50px;


}


.course__main {
    margin: 25px 0;
    border: 1px solid;
    border-color: rgba(112, 153, 245, 0.36);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    height: 330px;
    background-color: #fafafa;
    box-shadow: 1px 1px 10px 1px #9a9b9b;
    padding: 5px;
}

/*.courses {
display: flex;
flex-direction: column;
align-items: center;

}
*/
.course {
    margin: 5px 0;
    border: 1px solid;
    border-color: rgba(112, 153, 245, 0.36);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    height: 330px;
    background-color: #fafafa;
    box-shadow: 1px 1px 10px 1px #9a9b9b;
    padding: 5px;
}



.course__text {
    font-family: Proxima Nova Rg, Helvetica Neue, Helvetica, Arial, "sans-serif";
    display: flex;
    flex-direction: column;
    width: 60%;



}


.courses__price {
    display: flex;
    flex-direction: row;
    font-size: 16px;
    margin-top: -10px;
    padding: 0;
    font-weight: 800;
    color: #ff3131;
    padding: 15px 15px;
}

.course__surprise {
    display: flex;
    flex-direction: row;
    padding: 0 15px;
}

.surprise__text {
    border: 1px solid;
    border-radius: 5px;
    margin-right: 10px;
    text-transform: uppercase;

    font-size: 11px;
    font-weight: 600;
    padding: 2px 5px;
    color: #928bf4;
    border-color: #928bf4;
}

.surprise__text2 {

    border: 1px solid;
    border-radius: 5px;

    text-transform: uppercase;

    font-size: 11px;
    font-weight: 600;
    padding: 2px 5px;
    color: #ff4f5a;
    border-color: #ffddde;
    background-color: #ffddde;
}

.course__tittle {
    font-size: 20px;
}

.course__subtittle {




    font-size: 15px;
    font-weight: 200;
}


.course__info {
    display: flex;
    flex-direction: row;
}

.info__text {

    margin-right: 25px;

    font-size: 13px;
    font-weight: 600;
    padding: 2px 0;
    color: #8e8d93;
    border-color: #928bf4;
}





/*----------------SUBINTRO----------------*/

.subintro {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    align-items: center;
    margin: 85px 0;
    width: 100%;
}

.tittle__subintroContain {
    display: flex;
    flex-direction: row;
    width: 80%;

}

.tittle__subintro {
    display: flex;
    flex-direction: column;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5;
    text-align: start;
    width: 60%;
}

.nav__subintro {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: center;
    width: 40%;
    margin-top: 130px;
}


.nav__free {

    text-decoration: none;

    background-color: #ff9393;
    color: #161616;
    border-color: #e6dfdf;
    box-shadow: 1px 1px 5px 1px #acacac;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 500;
    font-size: 20px;
    padding: 10px;
    transition: all .2s linear;
    width: 290px;

}

.nav__free:hover {

    background-color: #ffffff;
    color: #f46e73;
    border-color: #e6dfdf;
    box-shadow: 1px 1px 5px 1px #acacac;

}

.nav__free:active {
    transform: scale(.95);
}

/*---------------SUBINTRO__ITEM-----------*/

.item__container {
    margin-top: -30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;

}

.subintro__item {
    margin: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    width: 80%;




}


/*----------------SLIDER-----------------*/


.subintro__slider {
    height: 655px;
    overflow: hidden;
    display: block;


}



.subintro__slider.slick-initialized {
    height: auto;
}

.subintro__container {
    display: flex;
    flex-direction: row;
    padding: 45px 45px;
    margin-top: 55px;
    background-color: #ffffff;
    border-radius: 15px;



}

.subintro__contain {
    display: flex;
    flex-direction: column;

    width: 50%;


}

.subintro__tittle {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 600;
    width: 90%;
}

.subintro__tittle span {
    color: #161616;
    background: linear-gradient(-35deg, #161616 20%, rgba(255, 79, 90, 0.87) 0, rgba(255, 79, 90, 0.83) 90%, #161616 0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subintro__subTittle {
    width: 90%;
    margin-top: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #6c6b71;
}

.subintro__subTittle span {
    color: #161616;

}

.subintro__sliderContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;


    width: 50%;
    position: relative;
    overflow: hidden;

}





.subintro__sliderContain {
    padding: 25px 35px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    background-color: rgba(21, 14, 14, 0.64);


    width: 60%;
    height: 60%;
    position: absolute;
    z-index: 2;
    border-radius: 15px;

}

.subintro__sliderContaiTittle {



    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3;
    letter-spacing: 0.06rem;
}

.subintro__sliderContaiSubtittle {




    font-size: 15px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.94);
    margin-top: 12px;
    line-height: 1.5;
    letter-spacing: 0.02rem;

}


.subintro__sliderImg {
    position: absolute;
    border-radius: 20px;
    z-index: 1;
    width: 100%;
    height: 80%;
    opacity: .9;

}

.slick-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 30%;
    position: absolute;
    bottom: 70px;
    right: 150px;
    z-index: 2;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots button {
    background: #1f0b0b;
    cursor: pointer;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    opacity: .3;
    border: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    transform: scale(.9);
}

.slick-dots button:focus {
    outline: 0;

}

.slick-dots .slick-active button {
    background: #eb8686;
    opacity: 1;
    transform: scale(1.1);
}

/*------------------QUESTION----------------*/


.intro__questionContain {
    width: 100%;
    display: flex;
    flex-direction: column;

    align-items: center;
}

.intro__question {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 15px;
    align-items: center;
    margin: 85px 0 0;
    width: 95%;
    height: auto;
    margin-bottom: 85px;
    padding: 45px 0;
    background-color: #ffffff;

}

.question__tittleContain {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 85%
}

.question__tittle {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.5;
    text-align: start;
    width: 80%;
}

.question__subtittle {
    margin: 25px 0 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    text-align: start;
    width: 80%;
    color: #161616;
}

.textQuestion__subtittle {
    margin: 25px 45px 0 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    text-align: start;
    width: 60%;
    color: #161616;
}

.question__contain {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 95%;
    margin: 25px 45px;



}

.question__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    width: 65%;
    height: auto;
    background-color: #ffffff;
    padding: 10px 25px;
    cursor: pointer;
}


.question__number {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffd5d5;
    border-radius: 50%;
    font-size: 32px;
    font-weight: 500;
    width: 60px;
    height: 60px;
    padding: 0px 15px;
    margin: 0 25px 0 0;
}

.question__containerTittle {
    font-size: 20px;
    font-weight: 700;
    padding: 15px;
    text-align: start;
    width: 90%;




}

.question__img {
    display: block;
    width: 35px;
    cursor: pointer;
    filter: invert(48%) sepia(82%) saturate(535%) hue-rotate(175deg) brightness(89%) contrast(88%);
    transition: all .3s linear;

}

.question__img.show {
    transform: rotate(-180deg);
}



.question__containerAnswer {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    font-size: 18px;
    font-weight: 500;
    width: 60%;
    margin: 0 0 0 80px;
    padding: 0 45px;
    line-height: 1.6;



}



.question__containerAnswer.show {
    display: flex;




}

.question__button {
    margin-top: 45px;
    cursor: pointer;
    text-decoration: none;
    background-color: #ff9393;
    text-align: center;
    color: #161616;
    border-color: #e6dfdf;
    box-shadow: 1px 1px 5px 1px #acacac;
    border-radius: 5px;
    font-weight: 500;
    font-size: 20px;
    padding: 10px;
    transition: all .2s linear;
    width: 290px;
}

.question__button:hover {

    background-color: #ffffff;
    box-shadow: 1px 1px 5px 1px #acacac;
    ;
    color: #fa5252;

}

.question__button:active {
    transform: scale(.95);
}

/*-----------------UNDERFOOTER---------------------*/

.underfooter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: auto;
}

.logo__underfooter {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid;
    width: 80%;
    border-color: #cecece;
    padding: 10px 25px;
    margin: 0 55px 0 10px;



}

.nav__underfooter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.underfooter__container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    width: 100%;

}

.underfooter__contain {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;

}

.under__contain {
    padding: 25px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
    border-bottom: 1px solid;
    border-color: #cecece;
}

.underfooter__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 25%;
    font-size: 13px;
    line-height: 1.4;


}

.under__inner {
    text-align: start;
    text-decoration: none;
    color: #58595a;
    margin: 5px 0;

}




.underfooter__logo {
    font-size: 17px;
    font-weight: 600;
    color: rgba(100, 86, 86, 0.92);
}

.underfooter__sign {


    width: 100%;
    font-weight: 400;
    font-size: 12px;
}



/*_____JS_____*/
/*
.slider {
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: all .2s linear;
}*/


/*-----FORM-------*/


.form__container {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 120%;
    position: absolute;
    top: -130px;
    left: 0;
    z-index: 2000;
    background-color: rgba(97, 97, 97, 0.65);
    transition: all .2s linear;
}


.form__container.show {
    display: flex;
}



.form__remove {
    border: 1px solid #161616;
    width: 100%;
    height: 100%;
}



.form {
    position: fixed;
    top: 8%;
    right: 30%;
    z-index: 3000;
    max-width: 550px;
    margin: 0 auto;
    color: #161616;
    padding: 20px 20px;
    border-radius: 15px;
    background-color: #fafafa;

}

.form * {
    outline: none;
}

.form__boxRemove {
    margin: 0 0 -10px 15px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;

}

.form__boxRemove:hover .form__close {
    filter: invert(64%) sepia(21%) saturate(6209%) hue-rotate(314deg) brightness(108%) contrast(99%);
}

.form__close {
    width: 20px;
    margin: 0 10px 0 0;
}




/*-----FORM-Question -----*/

.form__containerQuestion {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 120%;
    position: absolute;
    top: -130px;
    left: 0;
    z-index: 2000;
    background-color: rgba(97, 97, 97, 0.65);
    transition: all .2s linear;
}


.form__containerQuestion.show {
    display: flex;
}



.form__removeQuestion {
    border: 1px solid #161616;
    width: 100%;
    height: 100%;
}



.formQuestion {
    display: flex;
    flex-direction: row;
    justify-content: center;

    color: #161616;
    padding: 20px 20px;
    background-color: inherit;
    border-radius: 15px;
    width: 100%;
    padding: 25px 5px;


}

.formQuestion * {
    outline: none;
}

.formQuestion__tittle {
    width: 50%;
}

.form__subtittle {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    width: 95%;
}

/* -------*/


/*-----FORM-Question -----*/

.form__containerFree {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 120%;
    position: absolute;
    top: -130px;
    left: 0;
    z-index: 2000;
    background-color: rgba(97, 97, 97, 0.65);
    transition: all .2s linear;
}


.form__containerFree.show {
    display: flex;
}



.form__removeFree {
    border: 1px solid #161616;
    width: 100%;
    height: 100%;
}



.formFree {
    position: fixed;
    top: 4%;
    right: 30%;
    z-index: 3000;
    max-width: 550px;
    margin: 0 auto;
    color: #161616;
    padding: 20px 20px;
    background-color: #fafafa;
    border-radius: 15px;

}

.formFree * {
    outline: none;
}

/* -------*/


.form__tittle {
    font-size: 40px;
    font-weight: 800;
    margin: 0 0 30px 0;
    line-height: 1.2;

}



.form__item {
    margin: 0 0 20 0;
}

/*.form__lable {
    font-size: 18px;
    display: block;
    margin: 0 0 10 0;
}*/

.name {
    margin-bottom: -1px;
    height: 50px;
    padding: 0 20px;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
    transition: all .2s linear;
}

.phone {
    margin: 10px 0 0 0;
    height: 50px;
    padding: 0 20px;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
    transition: all .2s linear;
}

.email {
    margin: 10px 0 0 0;
    height: 50px;
    padding: 0 20px;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
    transition: all .2s linear;
}

form textarea {
    margin: 10px 0 10px 0;
    width: 100%;
    border: 1px solid #c3c3c3;
    border-radius: 5px;

    padding: 15px;
    display: flex;
    align-items: center;
    line-height: 18px;
    height: 100px;
    resize: vertical;
    padding: 20px;
    font-size: 14px;
}

/*.form__input._error {
    box-shadow: 1px 1px 5px 1px #ffc0c0;
}


.form__input:focus {
    box-shadow: 1px 1px 5px 1px #fafafa;
}*/



/*textarea.form__input {
    min-height: 120px;
    resize: vertical;
    padding: 20px;
}*/

/*.checkbox {
    position: relative;
}

.checkbox__input {
    display: block;
    opacity: 0;
    position: absolute;
    width: 24px;
    height: 22px;
    top: -2px;
    left: -4px;
    z-index: 1;

}

.checkbox__input:checked + .checkbox__lable::after {
    transform: scale(1);
}

.checkbox__lable {
    font-size: 16px;
    line-height: 140%;
    display: inline-flex;
    align-items: center;
    position: relative;
    cursor: pointer;

}

.checkbox__lable::before {
    content: "";
    align-self: flex-start;
    flex: 0 0 24px;
    background-color: #ffffff;
    height: 24px;
    border-radius: 4px;
    margin: 0 10px 0 0;
}

.checkbox__lable::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 4px;
    left: 4px;
    background-color: #ef8181;
    border-radius: 4px;
    transform: scale(0);
    transition: all .2s linear;
}


.checkbox__lable a {
    color: #fc3333;
} */

.send-form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    background-color: #c3bfff;
    color: #161616;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600px;
    cursor: pointer;
    border: none;
    border-radius: 20px;

}

.send-form:hover {
    background-color: #ffd5d5;
}

.send-form:active {
    transform: scale(.98);

}



label.error {
    /*display: none !important;*/
    font-size: 13px;
    color: #6f6a6a;

}

form input {
    width: 100%;
    height: 50px;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

form input.error {
    border-color: #fc7c7c;
    box-shadow: 1px 1px 5px 1px #f4b0b0;
}


/*BURGER*/

.burger__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 18%;
    margin-right: 15px;
}


.burger {
    display: none;

    padding: 0 15px;
    width: 40px;
    height: 30px;
    position: relative;
    cursor: pointer;

}

.burger__item {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #161616;
    font-size: 0;
    color: transparent;
    position: relative;
    transition: all .2s linear;
    position: absolute;
    top: 12px;
    left: 0;
    z-index: 2;

}

.burger:hover .burger__item {
    width: 25px;

}

.burger:hover .burger__item:before {
    width: 30px;
}

.burger:hover .burger__item:after {
    width: 20px;
}


.burger__item:before,
.burger__item:after {
    content: "";

    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    background-color: #161616;
}


.burger__item:before {
    top: -8px;
    width: 20px;
    transition: all .2s linear;

}

.burger__item:after {
    bottom: -8px;
    width: 30px;
    transition: all .2s linear;


}


.burger__item:before.show {
    top: 0;
    transform: rotate(45deg)
}

.burger__item:after.show {
    bottom: 0;
    transform: rotate(-45deg);

}


.burger__boxContainer {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 120%;
    position: absolute;
    top: -130px;
    left: 0;
    z-index: 2000;
    background-color: rgba(97, 97, 97, 0.65);
    transition: all .2s linear;
}


.burger__boxContainer.show {
    display: flex;
}








.burger__box {
    position: fixed;
    top: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    width: 80%;
    height: 50%;
    margin: 0 auto;
    color: #161616;
    padding: 20px 20px;
    background-color: #fafafa;


}

.burger__boxRemove {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin: 0 0 0 0;
}

.burger__boxRemove:hover .burger__close {
    filter: invert(64%) sepia(21%) saturate(6209%) hue-rotate(314deg) brightness(108%) contrast(99%);
}

.burger__close {
    width: 20px;
    margin: 0 10px 0 0;

}

.burger__closeText {
    font-size: 15px;
}

.header__burger {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 15px 0;
}

.nav__burger {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 0 25px 0;

}

.navBurger__educate {

    color: #464646;
    text-decoration: none;
    transition: .2s color background linear;
    padding: 10px 55px;
    cursor: pointer;

    background-color: #ff9898;
    border-radius: 15px;
    transition: .2s background linear;
    font-weight: 400;
    font-size: 18px;
    transition: all .2s linear;

}

.navBurger__educate:hover {
    background-color: #ffffff;
    color: #f5797d;
    border-color: #d1cff4;
    box-shadow: 1px 1px 5px 1px #d4d4fa;
}

.navBurger__educate:active {
    transform: scale(.95);
}


/* =============Адаптация Media============*/


@media (max-width: 1205px) {

    /*--------HEADER-------*/
    .header__inner {
        padding: 0 35px;
    }

    .logo__contain {
        width: 25%;

    }

    .underText__contain {
        width: 110%;
    }

    .logo__underText {}





    /*--------INTRO-------*/

    .intro__inner {
        margin: 0;
    }

    .intro__tittle {
        font-size: 52px;
    }

    .sub__tittle {
        font-size: 22px;
    }

    .intro__subinner {
        margin: 55px 0;
    }


    /*--------rsesRSES-------*/

    .courses__container {
        margin-top: 90px;
    }

    .courses__containTittle {
        font-size: 20px;
    }


    /*-------SUBINTRO--------*/

    .subintro__tittle {
        font-size: 34px;
    }

    .subintro__subTittle {
        font-size: 15px;
    }

    .subintro__sliderContaiTittle {
        font-size: 18px;
    }

    .subintro__sliderContaiSubtittle {
        font-size: 14px;
    }
}



@media (max-width: 1100px) {

    .courses__container {
        margin: 60px 0 0;
    }

    .courses__contain {
        width: 48%;
    }



    .courses__containTittle {
        font-size: 19px;
    }

    .surprise__text {
        font-size: 10px;
        padding: 4px 5px;
    }

    .surprise__text2 {
        font-size: 10px;
        padding: 4px 5px;
    }



}


@media (max-width: 1024px) {

    .logo__text {
        font-size: 20px;
    }

    .logo__underText {
        font-size: 11px;
    }

    .nav {
        font-size: 14px;
    }


    .intro__tittle {
        font-size: 48px;
    }

    .sub__tittle {
        font-size: 20px;
    }

    .nav__educate2 {
        font-size: 19px;
    }

    .item__imgContain {
        font-size: 12px;
    }

    .tittle__coursesContainer {
        padding-left: 25px;
        font-size: 48px;
    }

    .courses__containerBox {
        margin-top: 40px;
    }



    .courses__contain {
        width: 48%;
    }

    .tittle__subintro {
        font-size: 28px;
    }

    .subintro__tittle {
        font-size: 30px;
    }

    .subintro__subTittle {
        font-size: 14px;
    }

    .subintro__sliderContain {
        width: 70%;
    }

    .question__tittle {
        font-size: 38px;
    }

    .question__subtittle {
        font-size: 24px;
    }

    .question__containerTittle {
        font-size: 18px;
    }


}

@media (max-width: 991px) {

    .nav {
        display: none;
    }


    .burger__container {
        width: 20%;
    }

    .burger {
        display: block;
    }

    .nav__educate {
        font-size: 16px;
    }


    .intro__subinner {
        width: 90%;
    }

    .subinner__tittle {
        width: 60%;
    }

    .item__tittle {
        width: 100%;
    }

    .sub__tittle {
        font-size: 18px;
    }

    .nav__educate2 {
        font-size: 16px;
    }




    .item__img {
        width: 65px;
        padding: 4px;
    }

    .item__text {
        font-size: 12px;
    }


    .tittle__coursesContainer {
        padding-left: 35px;
        font-size: 40px;
    }

    .courses__containerBox {
        margin-top: 20px;
    }


    .surprise__text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }





    .subintro {
        margin: 55px 0;
    }


    .tittle__subintroContain {
        width: 90%;
    }

    .tittle__subintro {
        font-size: 22px;
        width: 55%;
    }

    .nav__subintro {
        margin-top: 80px;
        margin-left: 40px;
        width: 40%;
    }


    .nav__free {
        font-size: 18px;

    }


    .item__container {
        margin: 0;

    }

    .subintro__item {
        width: 100%;
    }




    .subintro__sliderContain {
        height: 70%;
        width: 85%;
        padding: 20px 30px 0;
    }


    .subintro__sliderContaiTittle {
        font-size: 16px;
    }

    .subintro__sliderImg {

        background-size: cover;
    }


    .slick-dots {
        bottom: 60px;
        right: 100px;
    }

    .intro__question {
        margin: 55px 0 55px 0;

    }

    .question__tittle {
        font-size: 32px;
    }

    .question__subtittle {
        font-size: 20px;
        margin: 0 0 20px 0;
    }



    .question__contain {
        width: 90%;
    }

    .question__container {
        width: 80%;
    }

    .question__containerTittle {
        font-size: 16px;
    }

    .question__img {
        width: 25px;
    }

    .question__containerAnswer {
        font-size: 14px;
    }

    .question__button {
        font-size: 17px;
        margin: 25px 0 0 0;
        width: 250px;
    }

    .logo__underfooter {
        width: 100%;
        padding: 10px 5px 0 5px;
    }

    .nav__link {
        font-size: 13px;
    }

    .under__contain {
        font-size: 14px;
    }

    .underfooter__sign {
        font-size: 11px;
    }

}


@media (max-width: 787px) {

    .form {
        right: 15%;
    }


    .burger__container {
        width: 25%;
    }

    .intro__tittle {
        font-size: 40px;
    }


    .sub__tittle {
        font-size: 16px;
    }

    .nav__educate2 {
        font-size: 15px;
    }


    .item__img {
        width: 50px;
    }

    .item__text {
        font-size: 11px;
    }

    .subintro__item {
        width: 95%;
    }


    .tittle__coursesContainer {
        font-size: 32px;
    }

    .courses__contain {
        width: 90%;
    }


    .subintro {
        margin: 45px 0;
    }

    .tittle__subintro {
        font-size: 19px;
    }

    .nav__subintro {
        margin-top: 63px;
        margin-left: 10px;
        width: 30%;
    }

    .nav__free {
        font-size: 16px;
        width: 235px;
    }



    .subintro__container {
        height: 550px;
        padding: 10px;
        margin-top: 30px;
        width: 100%;
        background-color: inherit;

    }

    .subintro__contain {
        display: none;
    }



    .subintro__sliderContainer {
        width: 100%;
    }

    .subintro__sliderContain {
        width: 60%;
        height: 60%;
    }

    .subintro__sliderContaiTittle {
        font-size: 20px;
    }

    .subintro__sliderContaiSubtittle {
        font-size: 18px;
    }

    .slick-dots {
        bottom: 30px;
        right: 245px;
    }

    .subintro__tittle {
        font-size: 24px
    }

    .subintro__subTittle {
        font-size: 13px;
    }


    .tittle__subintroContain {
        width: 80%;
    }


    .subintro {
        flex-direction: row;
        justify-content: space-around;

    }


    .tittle__subintroContain {
        margin: 0;
        justify-content: space-between;
    }

    .textQuestion__subtittle {
        font-size: 17px;
        width: 80%;
    }

    .question__containerTittle {
        font-size: 15px;
    }


    .question__button {
        font-size: 16px;
        width: 235px;
    }

    .logo {
        height: 35px;
    }

    .logo__text {
        font-size: 17px
    }

    .header__logo {
        width: 40%;
    }

    .nav__link {
        font-size: 12px;
    }

    .under__contain {
        font-size: 13px;
    }

    .form__tittle {
        font-size: 32px;
    }

    .form__subtittle {
        font-size: 18px;
    }

    .name {
        font-size: 15px;
    }

    .phone {
        font-size: 15px;
    }

    .email {
        font-size: 15px;
    }

    .send-form {
        font-size: 16px;
    }

    .underfooter__sign {
        width: 90%;
    }

}


@media (max-width: 720px) {




    .burger__container {
        width: 35%;
    }



    .intro__tittle {
        font-size: 32px;
    }

    .subinner__tittle {
        width: 50%;
    }

    .intro__subinner {
        width: 100%;
    }


    .item__tittle {
        flex-direction: column;
        align-items: center;
    }

    .tittle__coursesContainer {
        font-size: 28px;
    }

    .courses__contain {
        width: 90%;
    }

    .courses__containTittle {
        font-size: 18px;
    }


    .tittle__subintro {
        font-size: 16px;
    }


    .subintro {
        margin: 45px 25px;
        width: 90%;
    }

    .tittle__subintroContain {
        width: 85%;
    }

    .subintro__item {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 70%;

    }

    .item__imgContain {
        width: 70%;

    }

    .slick-dots {
        right: 250px;
    }

    .question__container {
        width: 100%;
    }

    .question__tittle {
        font-size: 28px;
    }

    .question__subtittle {
        font-size: 22px;
    }

    .question__containerAnswer {
        width: 90%;
        margin: 0 0 0 70px;
    }
}

@media (max-width: 670px) {

    .form {
        max-width: 450px;
    }

    .formFree {
        max-width: 450px;
    }

    .formQuestion {
        width: 100%;
    }



    .slick-dots {
        right: 220px;
    }

    .underfooter__inner {
        width: 45%;
    }

    .form__tittle {
        font-size: 28px;
    }

    .form__subtittle {
        font-size: 16px;
    }


}


@media (max-width: 580px) {

    .form {
        max-width: 400px;
    }

    .formFree {
        max-width: 400px;
    }

    .formQuestion {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .formQuestion__tittle {
        width: 90%;
        margin-bottom: 25px;
    }

    .form__tittle {
        font-size: 32px;
    }


    .slick-dots {
        right: 200px;
    }

    .subintro {
        flex-direction: column;

    }

    .tittle__subintroContain {

        align-items: center;
    }

    .subintro__sliderContainer {
        height: 550px;
    }

    .subintro__container {
        padding: 0;
        height: 550px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: inherit;
    }

    .nav__subintro {
        width: 10%;
    }

    .subintro__sliderContain {
        padding: 15px 15px;
        width: 70%;
    }

    .subintro__sliderContaiTittle {
        font-size: 20px;
    }

    .subintro__sliderContaiSubtittle {
        font-size: 18px;
    }

    .burger__close {
        width: 15px;
    }

    .burger__closeText {
        font-size: 13px;
    }

    .question__containerTittle {
        font-size: 15px;
        padding: 0;
    }

}


@media (max-width: 560px) {

    .header__inner {
        flex-direction: row;
        align-items: flex-start;
    }

    .underText__contain {
        margin: 0;
        width: 300%
    }

    .burger__container {
        flex-direction: column;
        width: 10%;
        margin: 10px 0;

    }

    .nav__educate {
        display: none;
    }

    .intro__tittle {
        font-size: 26px;
        margin: 15px 0
    }



    .intro__subinner {
        flex-direction: column;
        margin: 25px 0;
    }

    .subinner__tittle {
        width: 100%;
        margin-bottom: 25px;
    }

    .tittle__subintroContain {
        flex-direction: column;
    }


    .tittle__subintro {
        width: 100%;
    }


    .nav__subintro {
        margin: 15px 0;
        width: 100%;
        align-items: flex-start;
    }


    .slick-dots {
        right: 190px;
    }


    .link__containUndertittle {
        left: 60px;
        top: 10px;
    }

    .contain__img {
        width: 110px;
    }


    .courses__containText {
        width: 80%;
    }

    .courses__containImg {
        width: 20%;
    }

    .contain__img {
        margin: 0 -35px;
    }

    .courses__containTittle {
        font-size: 14px;

    }

    .course__surprise {
        flex-direction: column;
        width: 70%;
    }

    .courses__containUndertittle {
        margin-left: -10px;
    }

    .slick-dots {
        right: 0;
        left: 0;
    }


    .logo__underfooter {
        width: 75%;
    }

    .nav__underfooter {
        display: none;
    }


    .surprise__text {
        margin: 0 40px 0 0;
        text-align: center;
    }

    .surprise__text2 {
        margin: 5px 40px 0 0;
        text-align: center;
    }

    .textQuestion__subtittle {
        font-size: 16px;
    }

    .question__contain {
        width: 100%;
    }

    .question__number {
        font-size: 28px;
        width: 50px;
        height: 50px;
    }

}


@media (max-width: 460px) {

    .form {
        right: 0%;
        max-width: 100%;


    }

    .form__tittle {
        font-size: 24px;

    }

    .formFree {
        right: 0%;
        max-width: 100%;
    }

    .formQuestion {
        right: 0%;
        max-width: 100%;
    }

    .subintro__sliderContainer {
        height: 400px;
    }

    .subintro__container {
        padding: 0;
        height: 450px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: inherit;
    }

    .subintro__sliderContain {
        padding: 15px 15px;
        width: 80%;
    }

    .subintro__sliderContaiTittle {
        font-size: 15px;
    }

    .subintro__sliderContaiSubtittle {
        font-size: 14px;
    }

    .item__imgContain {
        width: 95%;
    }

    .surprise__text {
        margin: 0 20px 0 0;
        text-align: center;
    }

    .surprise__text2 {
        margin: 5px 20px 0 0;
        text-align: center;
    }

    .courses__contain {
        width: 95%;
    }

    .question__containerTittle {
        font-size: 13px;
        padding: 0;
    }

    .textQuestion__subtittle {
        width: 95%;
        font-size: 15px;
    }

    .question__containerAnswer {
        margin: 0 0 0 10px;
        width: 100%;
        padding: 0 25px 0 25px;
    }


}

@media (max-width:430px) {
    .intro__contain {
        width: 120%;
        background-size: 200% 100%;
    }

    .courses__contain {
        width: 98%;
        padding: 15px 15px;
    }

    .courses__containText {
        width: 100%;
    }

    .courses__containTittle {
        font-size: 15px;
        font-weight: 600;
    }

    .courses__containSubtittle {
        font-size: 12px;
    }

    .link__containUndertittle {
        left: 0;

        top: 440px;
    }

    .courses__img3 {
        width: 100%;
    }

    .underfooter__inner {
        width: 40%;
        font-size: 12px;
    }

    .logo__underfooter {
        width: 50%;
    }

    .question__tittle {
        font-size: 26px;
        width: 95%;
    }

    .question__subtittle {
        width: 95%;
    }

}

/*
sub__tittle {
    font-weight: 500;
    font-size: 25px;
    line-height: 1.4;

}
.intro__tittle {
    margin: 0;
    font-size: 62px;
    font-weight: 800;
    line-height: 1.2;
    color: #161616;
    letter-spacing: 3px;

}*/
