/***** FONTS *****/

@font-face {
    font-family: 'Rubik';
    src: local('Rubik Light'),
    local('Rubik-Light'),
    url("../fonts/Rubik/rubiklight.eot"),
    url("../fonts/Rubik/rubiklight.eot?#iefix")format("embedded-opentype"),
    url('../fonts/Rubik/rubiklight.woff2') format('woff2'),
    url('../fonts/Rubik/rubiklight.woff') format('woff'),
    url('../fonts/Rubik/rubiklight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: local('Rubik Medium'),
    local('Rubik-Medium'),
    url("../fonts/Rubik/rubikmedium.eot"),
    url("../fonts/Rubik/rubikmedium.eot?#iefix")format("embedded-opentype"),
    url('../fonts/Rubik/rubikmedium.woff2') format('woff2'),
    url('../fonts/Rubik/rubikmedium.woff') format('woff'),
    url('../fonts/Rubik/rubikmedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: local('Rubik Bold'),
    local('Rubik-Bold'),
    url("../fonts/Rubik/rubikbold.eot"),
    url("../fonts/Rubik/rubikbold.eot?#iefix")format("embedded-opentype"),
    url('../fonts/Rubik/rubikbold.woff2') format('woff2'),
    url('../fonts/Rubik/rubikbold.woff') format('woff'),
    url('../fonts/Rubik/rubikbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Regular'),
    local('Montserrat-Regular'),
    url("../fonts/Montserrat/montserratregular.eot"),
    url("../fonts/Montserrat/montserratregular.eot?#iefix")format("embedded-opentype"),
    url('../fonts/Montserrat/montserratregular.woff2') format('woff2'),
    url('../fonts/Montserrat/montserratregular.woff') format('woff'),
    url('../fonts/Montserrat/montserratregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat ExtraBold'),
    local('Montserrat-ExtraBold'),
    url("../fonts/Montserrat/montserratextrabold.eot"),
    url("../fonts/Montserrat/montserratextrabold.eot?#iefix")format("embedded-opentype"),
    url('../fonts/Montserrat/montserratextrabold.woff2') format('woff2'),
    url('../fonts/Montserrat/montserratextrabold.woff') format('woff'),
    url('../fonts/Montserrat/montserratextrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light'),
    local('Roboto-Light'),
    url("../fonts/Roboto/robotolight.eot"),
    url("../fonts/Roboto/robotolight.eot?#iefix")format("embedded-opentype"),
    url('../fonts/Roboto/robotolight.woff2') format('woff2'),
    url('../fonts/Roboto/robotolight.woff') format('woff'),
    url('../fonts/Roboto/robotolight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Regular'),
    local('Roboto-Regular'),
    url("../fonts/Roboto/robotoregular.eot"),
    url("../fonts/Roboto/robotoregular.eot?#iefix")format("embedded-opentype"),
    url('../fonts/Roboto/robotoregular.woff2') format('woff2'),
    url('../fonts/Roboto/robotoregular.woff') format('woff'),
    url('../fonts/Roboto/robotoregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'),
    local('Roboto-Medium'),
    url("../fonts/Roboto/robotomedium.eot"),
    url("../fonts/Roboto/robotomedium.eot?#iefix")format("embedded-opentype"),
    url('../fonts/Roboto/robotomedium.woff2') format('woff2'),
    url('../fonts/Roboto/robotomedium.woff') format('woff'),
    url('../fonts/Roboto/robotomedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold'),
    local('Roboto-Bold'),
    url("../fonts/Roboto/robotobold.eot"),
    url("../fonts/Roboto/robotobold.eot?#iefix")format("embedded-opentype"),
    url('../fonts/Roboto/robotobold.woff2') format('woff2'),
    url('../fonts/Roboto/robotobold.woff') format('woff'),
    url('../fonts/Roboto/robotobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black'),
    local('Roboto-Black'),
    url("../fonts/Roboto/robotoblack.eot"),
    url("../fonts/Roboto/robotoblack.eot?#iefix")format("embedded-opentype"),
    url('../fonts/Roboto/robotoblack.woff2') format('woff2'),
    url('../fonts/Roboto/robotoblack.woff') format('woff'),
    url('../fonts/Roboto/robotoblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/***** STYLES *****/

body, html{
    height: 100%;
}

html{
    min-width: 300px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #515151;
}

ul{
    list-style-type: none;
}

.page {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    background: #FFFFFF;
}

.page .page__container{
    display: flex;
    justify-content: flex-start;
}

.page .page__container.page__container_row{
    flex-direction: row;
    align-items: flex-start;
}

.page .page__container.page__container_col{
    flex-direction: column;
    align-items: center;
}

.page .page__button{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 180px;
    height: 49px;
    padding: 5px 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    border: none;
    border-radius: 100px;
    background: none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.page .page__button:focus{
    outline: none;
}

.page .page__button.page__button_blue{
    color: #FFFFFF;
    background: #2A75CB;
}

.page .page__button.page__button_blue:hover{
    color: #FFFFFF;
    background: #922F57;
}

.page .page__button.page__button_transparent {
    color: #1F1F1F;
    border: 2px solid #2A75CB;
    background: transparent;
}

.page .page__button.page__button_transparent:hover {
    color: #FFFFFF;
    background: #2A75CB;
}

.page .page__button.page__button_transparent:active{
    border-color: #2765AB;
}

.page .page__button.page__button_blue:active,
.page .page__button.page__button_transparent:active {
    color: #FFFFFF;
    background: #2765AB;
}

.section{
    position: relative;
    background: #FFFFFF;
    overflow-x: hidden;
}

.section.section_gray::before{
    z-index: 1;
    content: '';
    background: center top / contain no-repeat url(../images/wave-white.svg);
    position: absolute;
    left: calc(50% - 79.5px);
    top: 0;
    width: 159px;
    height: 47px;
}

.section.section_white{
    background-color: #FFFFFF;
}

.section.section_gray{
    background-color: #D5DCE0;
}

.section .section__title{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 29px;
    color: #1F1F1F;
    text-align: center;
}

.section .section__description{
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
}

.section .section__nav{
    width: 100%;
    margin-top: 130px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 10px solid #D5DCE0;
}

.section.section_gray .section__nav{
    border-color: #C0C7CB;
}

.section .section__nav .section__nav-item{
    position: relative;
    display: inline-block;
    padding-bottom: 9px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    color: #D5DCE0;
    text-decoration: none;
}

.section.section_gray .section__nav .section__nav-item{
    color: #C0C7CB;
}

.section .section__nav .section__nav-item:hover,
.section .section__nav .section__nav-item_active,
.section.section_gray .section__nav .section__nav-item:hover,
.section.section_gray .section__nav .section__nav-item_active{
    color: #1F1F1F;
}

.section .section__nav .section__nav-item.section__nav-item:hover:after,
.section .section__nav .section__nav-item.section__nav-item_active:after{
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    content:'';
    width: 100%;
    height: 10px;
    background: #2A75CB;
}

.container {
    width: 1050px;
    padding: 0 20px;
    margin: 0 auto;
}

.logo{
    min-width: 89px;
    min-height: 72px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}

.logo.logo_on_light{
    background-image: url(../images/logo-on-light.svg);
}

.logo-lns{
    width: 154px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    background-image: url(../images/logo-lns.svg);
}

/***** MEDIA QUERIES *****/

@media screen and (max-width: 1070px){

    .container{
        width: 100%;
    }

}

@media screen and (max-width: 860px){

    .section .section__nav{
        margin-top: 120px;
        justify-content: center;
        border-bottom: none;
    }

    .section.section_white .section__nav{
        margin-top: 80px;
    }

    .section .section__nav .section__nav-item{
        padding-bottom: 0;
    }

    .section .section__nav .section__nav-item:not(.section__nav-item_active),
    .section .section__nav .section__nav-item.section__nav-item:hover:after,
    .section .section__nav .section__nav-item.section__nav-item_active:after{
        display: none;
    }
}

@media screen and (max-width: 500px){

    .section .section__nav{
        margin-top: 100px;
    }

    .section.section_white .section__nav{
        margin-top: 60px;
    }

    .section .section__nav .section__nav-item{
        font-size: 22px;
        line-height: 27px;
    }

}

@media screen and (max-width: 425px){

    .section .section__nav .section__nav-item{
        font-size: 20px;
        line-height: 24px;
    }

    .mobile .section .section__nav .section__nav-item{
        font-size: 18px;
        line-height: 22px;
    }

}
