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: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;
}


/* Logo */
.scientist__logo {
    position: relative;
    top: -150px;
    left: 430px;
    height: 150px;
    width: 150px;
}

.scientist__logo2 {
    position: relative;
    top: 1625px;
    left: 300px;
    height: 220px;
    width: 140px;
}

/* Intro */

.intro {
    margin-top: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    background-color: #fafafa;
}

.intro__inner {
    display: block;
    align-content: center;
    justify-content: center;


}

.intro__tittleContain {

    display: flex;
    flex-direction: column;



}

.intro__text {


    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #9da5be;
}

.intro__tittle {



    text-align: center;
    font-size: 36px;
}

.intro__subtittle {

    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 110px;
    width: auto;
    text-align: center;
    font-size: 18px;
    font-weight: 400;

}

.intro__underline {
    margin-top: 20px;
    position: relative;
    left: 400px;
    display: block;
    height: 1px;
    width: 350px;
    background-color: #9da5be;
}

.intro__content {

    margin-top: 50px;
    display: flex;
    justify-content: flex-start;
    width: 70%;
    height: auto;
}

.content__number {
    margin: -32px 45px;
    font-size: 64px;
}

.content__text {
    font-size: 18px;
    font-weight: 100;


}

.text {
    font-size: 28px;
    font-weight: 100;

}





@keyframes pulse {
    0% {
        transform: scale(0.99);
        opacity: 0.7;
    }

    50% {
        transform: scale(1);
        opacity: .9;
    }

    100% {
        transform: scale(.99);
        opacity: 0.7;
    }
}

.text__newTheme {
    animation: pulse 2000ms infinite;
}

.text__newTheme:hover {
    animation: pulse 0ms infinite;

}



.subText {
    margin-top: 10px;
    font-weight: 600;
    width: 60%;
    line-height: 1.5;
    opacity: .9;
}

.text__point {
    margin: 15px 0;
    transition: .2s color linear;
    color: rgba(0, 0, 0, 0.47);

}

.text__point:hover {
    color: #db5cc2;


}

.text__link {
    color: rgba(0, 0, 0, 0.47);
    text-decoration: none;
    transition: .2s color linear;


}

.text__link:hover {
    color: #db5cc2;
}


.intro__underline1 {
    margin: 30px;
    position: relative;
    left: 270px;
    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;

}
