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: #fafafa;


}

.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:after {
    content: "";

    display: block;
    width: 100%;
    height: 1px;
    opacity: 0;

    background-color: #292e2f;

    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;


}
*/

.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 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    margin-top: 65px;
    background-image: linear-gradient(to top, #fafafa 0%, #ecf4ff 100%);
}


.intro__inner {
    display: block;
    align-content: center;
    justify-content: center;
    height: auto;
    margin-top: 50px;


}

/*.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;
    font-weight: 400;
    width: 50%;
}

.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 */


.intro__content {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 50px 0;


}


/*----Video----*/

.wrapper {
    display: flex;
    width: 90%;

}

.video {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.video__item {
    width: 800px;
    border: 15px solid rgba(255, 255, 255, 0);
}


/*.content__text {
    font-size: 32px;
    font-weight: 100;
    text-align: start;
    width: 60%;
    padding-right: 140px;


}*/


.main__text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    width: 100%;
    line-height: 1.8;
    font-size: 18px;


}

.mainText__tittle {
    font-size: 20px;
    font-weight: 800;


}

.mainText__items {
    font-size: 20px;
    font-weight: 800;
    display: flex;
    flex-direction: column;

}

.items {
    display: flex;
    flex-direction: row;




}

.item__content {

    border-radius: 15px;
    width: 205px;
    height: 70px;
    transition: all .2s linear;
}



.item {

    width: 202px;
    height: 70px;
    border-radius: 15px;
    box-shadow: 1px 1px 5px 1px #7092b1;
    transition: all .2s linear;
}

.item:hover {
    opacity: .8;
    box-shadow: 1px 1px 10px 1px #bcd8f2;
}


/*KABINET*/

.plan__content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 50px 0;



}

.img__plan {
    border: 2px solid #bed3f0;
    border-radius: 20px;
    width: 1300px;
    height: auto;
    margin-left: -50px;
    margin-bottom: 60px;
}

.item__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    width: 30%;

    margin: 0 15px;

}

.item__tittle {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;



}

.plan__item {
    height: 250px;
    width: 340px;
    transition: all .2s linear;

}

.plan__item:hover {
    transform: scale(1.1);
    box-shadow: 1px 1px 10px 1px #96b9db;
}




/*
.YellowText {
    background-image: linear-gradient(to right, #f79a15 0%, #f7e615 100%);
    border-radius: 15px;
    padding: 0 80px;
    margin: 35px -80px;
}

.PurpleText {
    background-image: linear-gradient(to right, #d080f4 0%, #c8a0f7 100%);
    border-radius: 15px;
    padding: 0 80px;
    margin: 35px -80px;
}

.selectedText {
    text-align: center;
    padding: 0 50px;
    line-height: 2.6;
    border-top: 1px solid #8ca0f2;
    border-bottom: 1px solid #8ca0f2;
    font-size: 20px;

}

.borderText {
    border: 2px solid rgb(0, 0, 0);
    padding: 5px 120px;
    margin: 35px -80px;
    border-radius: 15px;
}
*/

/* IMG SHEMA */

/*
.imgText {

    margin: 85px 0;
    width: 1058px;
    height: 1623px;
    margin-left: -170px;


}

.imgShema {
    width: 628px;
    height: 165px;
}

.imgShemaLesson5 {
    width: 628px;
    height: 417px;
}

.intro__underline1 {
    margin: 30px;


    display: block;
    height: 1px;
    width: 550px;
    background-color: #9da5be;
}
*/

/* FILE */

.fileTittle {
    margin-top: 50px;
    margin-bottom: 0;
    color: #b20606;
    padding: 0 65px;
}

.fileLink {
    margin-top: 50px;
    margin-bottom: 0;
    color: #064fb2;
    padding: 0 65px;

}

.fileLink:hover {
    margin-top: 50px;
    margin-bottom: 0;
    color: #b20606;
    padding: 0 65px;
    text-decoration: none;
}

.fileUnderlink {
    font-size: 12px;
    color: #777575;
    margin: 0 0 0 65px;
}

.file {
    margin: 5px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #333;
    font-size: 14px;
    transition: all .2s linear;
    text-decoration: none;
}

.file:hover {
    color: rgba(51, 51, 51, 0.79);
    text-decoration: underline;
}


/*TABLE*/
/*.tableOne {
    margin: 45px 0;

    margin-left: -200px;
    width: 1100px;
    font-size: 14px;

    border-radius: 50px;
}

caption {
    background-image: linear-gradient(to top, rgba(107, 186, 237, 0.15) 0%, rgba(222, 225, 227, 0.94) 100%);

    font-size: 18px;
    font-weight: 800;
    padding: 20px;
}

th {
    border-bottom: 1px solid #c9d5d8;

}

td {
    border-bottom: 1px solid #c9d5d8;
    padding: 20px 35px;
    border-radius: 15px;
    background-image: linear-gradient(to top, rgba(211, 238, 255, 0.15) 0%, rgba(240, 249, 255, 0.94) 100%);
}

*/

/*NEXT BUTTON*/

.nextButton {
    margin-top: 50px;
    margin-bottom: 50px;

    padding: 20px;
    border-radius: 25px;
    border: 1px solid rgba(170, 209, 229, 0.63);
    box-shadow: 1px 2px 20px #8bc1d9;
    font-size: 14px;
    font-weight: 800;
    font-family: 'Merriweather', serif;
    background-image: linear-gradient(to top, rgba(107, 186, 237, 0.31) 0%, rgba(191, 191, 191, 0.24) 100%);
    transition: all .2s linear;
    text-decoration: none;
    color: #2c2929;
    width: 350px;
    text-align: center;
}

.nextButton:hover {

    border: 1px solid #94b2c1;
    box-shadow: 4px 2px 30px #214feb;
    font-size: 14px;
    font-weight: 800;
    font-family: 'Merriweather', serif;
    color: #6f6f6f;


}


/*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;

}
