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;
}



/* Intro */

.intro {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(to top, #fafafa 0%, #ecf4ff 100%);
}

/* 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%;
}*/


.scientist__logo {
    height: 200px;
    width: 130px;
}




/* Nav */

.nav {
    display: flex;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;

}

.nav__link {
    background-color: rgba(255, 255, 255, 0);
    padding: 6px 5px;

    margin: 0 15px;
    color: rgba(33, 31, 31, 0.92);
    text-decoration: none;
    transition: .2s color background linear;
}

.nav__enter {
    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__enter.show {
    display: none;
}

/*

.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__enter:hover {
    background-color: rgba(126, 159, 146, 0.25);
    color: #b966a9;
}

.nav__link:hover:after {
    opacity: 0;
}


/*NAME*/

.name1 {

    background-color: rgba(82, 111, 190, 0);
    padding: 6px 5px;
    margin: 0 15px;
    color: rgba(28, 25, 25, 0.92);
    font-weight: 800;
    text-transform: none;
    transition: .2s color background linear;
}


.name2 {

    background-color: rgba(82, 111, 190, 0);
    padding: 6px 5px;
    margin: 0 15px;
    color: rgba(28, 25, 25, 0.92);
    font-weight: 800;
    text-transform: none;
    transition: .2s color background linear;
}


.name3 {

    background-color: rgba(82, 111, 190, 0);
    padding: 6px 5px;
    margin: 0 15px;
    color: rgba(28, 25, 25, 0.92);
    font-weight: 800;
    text-transform: none;
    transition: .2s color background linear;

}

.name4 {

    background-color: rgba(82, 111, 190, 0);
    padding: 6px 5px;
    margin: 0 15px;
    color: rgba(28, 25, 25, 0.92);
    font-weight: 800;
    text-transform: none;
    transition: .2s color background linear;

}

.name5 {

    background-color: rgba(82, 111, 190, 0);
    padding: 6px 5px;
    margin: 0 15px;
    color: rgba(28, 25, 25, 0.92);
    font-weight: 800;
    text-transform: none;
    transition: .2s color background linear;

}



/* Intro */

.intro {
    display: flex;
    flex-direction: column;
    justify-content: center;

}




/* AUTORIZATION -----------------------------------------------------------------------------------*/

.introAutorization {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #ffffff 0%, #ecf4ff 100%);
}

.introAutorization.show {
    display: none;
}

.autorizationLogin {

    display: flex;
    flex-direction: column;
    text-align: center;
    align-content: center;
    align-items: center;
    margin-top: 200px;
}

.autorizationBox {
    height: 200px;
    width: 380px;
    background-image: linear-gradient(to top, rgb(215, 228, 248) 0%, #fae5ff 100%);
    border-radius: 10px;
    transition: all .3s linear;
}

.autorizationBox:hover {
    box-shadow: 1px 2px 15px #81849a;
    border-radius: 20px;
}

/* LOGIN
------------------------------------*/
.enterAutorization {
    display: none;
    color: rgba(33, 31, 31, 0.92);
    padding: 10px 25px;


    border-color: rgba(190, 185, 185, 0.45);

    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: all .2s linear;
}

.enterAutorization.show {
    display: block;
}

.logoAutorization {
    margin-top: 10px;
    border-radius: 15px;
    box-shadow: 1px 2px 10px #78837f;
    height: 80px;
    width: auto;
    opacity: .7;
    transition: all .2s linear;
}

.logoAutorization:hover {
    background-color: rgba(113, 79, 84, 0.99);
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(130deg) brightness(106%) contrast(102%);
    box-shadow: 2px 2px 12px #6fd1de;


}

label {
    color: #555;
    display: inline-block;
    margin-left: 0px;
    padding-top: 0px;
    font-size: 16px;
}



input {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    outline: none;
}


input[type=password] {
    color: #777;
    padding-left: 10px;
    margin: 10px;
    margin-top: 12px;
    margin-left: 18px;
    width: 290px;
    height: 35px;
    border: 1px solid #c7d0d2;
    border-radius: 2px;
    box-shadow: inset 0 1.5px 3px rgba(96, 91, 91, 0.4), 0 0 0 5px #f5f7f8;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

input[type=name]:hover,
input[type=password]:hover {
    border: 1px solid #b6bfc0;
    box-shadow: inset 0 1.5px 3px rgba(177, 156, 156, 0.7), 0 0 0 5px #f5f7f8;
}

input[type=name]:focus,
input[type=password]:focus {
    border: 1px solid #a8c9e4;
    box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #e6f2f9;
}

.tittleAutorization {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    height: 80px;
}


input[type=checkbox] {
    margin-left: 20px;
    margin-top: 30px;
}

.check {
    margin-left: 3px;
    font-size: 11px;
    color: #444;
    text-shadow: 0 1px 0 #fff;
}

input[type=submit] {
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    width: 80px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#acd6ef), to(#6ec2e8));
    background-image: -moz-linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
    background-image: linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
    border-radius: 30px;
    border: 1px solid #66add6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
    cursor: pointer;
}

input[type=submit]:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b6e2ff), to(#6ec2e8));
    background-image: -moz-linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
    background-image: linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
}

input[type=submit]:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6ec2e8), to(#b6e2ff));
    background-image: -moz-linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
    background-image: linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
}

/*--------TITTLE CONTAIN-----------------*/

.tittleContain {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}



.intro__tittle {
    margin: 0;
    font-size: 64px;
    font-weight: 400;
    line-height: 1.1;
    color: rgb(41, 43, 44);
}

.intro__subinner {
    display: flex;
    justify-content: flex-end;
}

.subinner__tittle {
    position: relative;
    top: 70px;
    width: 40%;
    padding-right: 50px;
    padding-left: 0px;
}

.sub__tittle {
    font-weight: 500;
    font-size: 25px;
    line-height: 1.4;
}

.intro__components {
    position: relative;
    top: 70px;
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    justify-content: flex-end;

}

/*BLOCK___COMPONENTS-----------------------------------------------------------------------------------*/

.componentsBlock {
    display: block;
    position: absolute;
    top: -10px;
    left: 120px;
    z-index: 100;
    height: 200px;
    width: 650px;
}

.componentsBlock.show {
    display: none;

}


.components {
    margin: 5px;
    padding: 10px;
    width: 40%;
    box-shadow: 2px 2px 2px rgba(142, 130, 130, 0.1);
    border-radius: 10px;
    border: 1px solid;
    border-color: rgba(181, 170, 170, 0.33);
    transition: .2s box-shadow linear;
    background-image: linear-gradient(to top, rgba(199, 215, 234, 0.76) 0%, rgba(237, 245, 255, 0.24) 100%);
    text-decoration: none;
    color: #222222;


}

.components:hover {
    box-shadow: 2px 2px 12px rgba(119, 106, 106, 0.61);
    color: #b966a9;


}

.component__tittle {
    padding: 2px;
    font-size: 15px;
    font-weight: 500;

}

/*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;

}
