
body{
    font-family: 'Roboto', helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #222;
    margin: 0;
}


h1, h2, h3, h4, h5, h6{
    font-family: inherit;
}

p{
    margin: 0;
    padding: 0;
}

*,
*:after,
*:before{
    box-sizing: border-box;
}

.container{
    width: 100%;
    max-width: 1250px;
    margin: 0 auto; 
}

.arrow_next{
    font-size: 17px;
    margin-left: 3px;
}



/* HEADER ========================================== */


.header{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #b4b4b4;
    -webkit-box-shadow: 0 0.1rem 0.4rem #b4b4b4;
    box-shadow: 0 0.1rem 0.4rem #b4b4b4;
    background-color: #073d85f5;
    position: relative;
}

.header__inner{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px 12px 0;
}

.header__logo{
    max-height: 50px;
}

.header__link{
    display: flex;
    align-items: center;
    text-decoration: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    background-color: #f71111;
    color: #ffff;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    transition:all ease .2s;
}
.header__link:hover{
    background-color: #f9cf1e;
}

/* INTRO ========================================= */

.intro{
    width: 100%;
}

.intro__inner{
    text-align: center;
    padding: 24px 0 16px 0;
    border-bottom: 1px solid #cedfef;
}

.intro__uptitle{

    margin: 0 auto;
    color: #036;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 6px;
}

.intro__title{
    max-width: 990px;
    font-size: 42px;
    font-weight: 900;  
    letter-spacing: -1.2px; 
    line-height: 1;
    margin: 0 auto 24px;
}

.intro__subtitle__flex-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro__subtitle__image{
    width: 32px;
    height: 32px;
    margin-right: 4px;
}

.intro__subtitle{
    font-size: 16px;
    font-weight: 600;
    color: #036;
}

.intro__socials{
    display: flex;
    justify-content: center;
    margin: 16px 0 24px 0;
}

.intro__socials__link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 3px;
    transition: all ease .1s; 
}

.intro__socials__link.--fb{
    background-color: #3b5998;
}
.intro__socials__link.--tw{
    background-color: #1da1f2;
}
.intro__socials__link.--email{
    background-color: #5787b8;
}

.intro__socials__link:hover{
    background-color: gray;
}

.intro__image{
    max-width: 100%;
    height: auto;
}


/* Info */

.info-wrapper{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.info{
    width: 100%;
    padding: 24px 0 40px 0;
}

.info__text{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 28px;
}

.info__text_link{
    text-decoration: none;
    color: #036;
    border-bottom: 2px solid #a7c6e5;
    transition: all ease .1s;
}

.info__text_link:hover{
    background-color: #edf6ff;
    border-bottom: 2px solid #036;
}

.info__select__title{
    text-align: center;
    font-size: 36px;
}

.info__select-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.info__select-box__item{
    width: 33.3%; 
    padding: 0 10px;
}
.info__select-box__item_link{
    max-width: 100%;
    text-align: center;
    text-decoration: none;
    display: block;
    font-weight: 400;
    font-size: 26px;
    line-height: 40px;
    background-color: #1a50a0;
    color: #fff;
    border: none;
    border-radius: 2px;
    padding: 10px 35px;
    margin: 5px 0;
    transition: all ease .1s;
}
.info__select-box__item_link:hover{
    background-color: #3c70cf;
}
.info__select__btn{
    display: block;
    text-decoration: none;
    text-align: center;
    background-color: #1a50a0;
    color: #ffff;
    font-weight: 400;
    font-size: 26px;
    border-radius: 4px;
    padding: 10px 35px;
    margin-top: 25px;
    transition: all ease .1s;
}
.info__select__btn:hover{
    background-color: #f9cf1e; 
}

/* Footer */
.footer{
    background-color: #073d85f5;
    padding: 32px 0 24px;
}
.footer-wrapper{
    text-align: center;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;    
    padding: 0 15px;
}

.footer__links{
    display: flex;
    justify-content: center;
    color: #fff;
    margin: 20px 0;
}
.footer__links_item{
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    margin: 0 15px;
}
.footer__links_item:hover{
    text-decoration: underline;
}
.footer__text{
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 14px;
}

@media (max-width: 1399px) {
    .container{
        padding: 0 20px;
    }
    .info-wrapper{
        padding: 0 20px;
    }
}

@media (max-width: 1099px) {
    .container{
        padding: 0 20px;
    }
    .intro__title{
        max-width: 950px;
        font-size: 38px;
    }
    .info-wrapper{
        padding: 0 20px;
    }
    .footer-wrapper{
        padding: 0 20px;
    }
}

@media (max-width: 899px) {
    .intro__title{
        max-width: 750px;
        font-size: 32px;
    }
    .info__select__title{
        font-size: 32px;
    }
    .info__select-box__item{
        width: 100%; 
        padding: 0 15px;
    }
}

@media (max-width: 769px) {
    .intro__socials__link{
        margin: 0 15px;
    }
    .footer-wrapper{
        padding: 0 45px;
    }
}

@media (max-width: 601px) {
    .header{
        min-height: 50px;
    }
    .header__inner{
        padding-right: 0;
        padding: 5px 0;
    }   
    .header__logo{
        max-height: 40px;
        margin-top: 0;
    }
    .header__link{
        font-size: 14px;
        margin-bottom: 0;
    }
    
}

@media (max-width: 501px) {
    .header{
        min-height: auto;
    }
    .header__logo{
        max-height: 35px;
        margin-top: 0;
    }
    .header__link{
        font-size: 13px;
        padding: 7px;
    }
    .header__link:after{
        width: calc(100% - 1px - 14px);
        left: 7px;
        bottom: 7px;
    }
    .intro__title{
        max-width: 400px;
        font-size: 28px;
    }
    
}

@media (max-width: 416px) {
    .header__link{
        font-size: 12px;
        letter-spacing: 0.02em;
        padding: 7px;
    }
    .intro__title{
        max-width: 380px;
        font-size: 26px;
    }
    .info__select-box__item {
        padding: 0;
    }
    .info__select__btn {
        font-size: 22px;
    }
    
}

@media (max-width: 376px) {
    .header__logo{
        max-height: 30px;
    }
    .header__link{
        font-size: 11px;
        letter-spacing: 0.01em;
    }
    .intro__title{
        max-width: 350px;
        font-size: 24px;
    }
    .info__select__btn {
        font-size: 20px;
    }
    .info__select__title{
        font-size: 28px;
    }

    .container{
        padding: 0 15px;
    }
    .info-wrapper{
        padding: 0 15px;
    }
    .footer-wrapper{
        padding: 0 40px;
    }
    .footer__text{
        font-size: 12px;
    }
}