*{
    box-sizing: border-box;
}
@font-face{
    font-family: 'MMC';
    font-display: swap;
    src: url("../fonts/MMCRegular.ttf");
    font-weight: 400;
    font-style: normal;
}
@font-face{
    font-family: 'MMC';
    font-display: swap;
    src: url("../fonts/MMCMedium.ttf");
    font-weight: 500;
    font-style: normal;
}
body{
    font-family: 'MMC';
    font-size: 13px;
    color: #4D4D4D;
}
img{
    max-width: 100%;
    height: auto;
    border: none;
}
a{
    text-decoration: none;
    border: none;
}
.main{
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
}
.header{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
    background-color: transparent;
    padding-top: 23px;
}
.container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__logo{
    margin: 0px 40px;
}
.header__logo img{
    height: 65px;
}
.header__logo p{
    color: #0F6DB0;
    font-size: 16px;
}
.main .main__bg{
    position: relative;
    z-index: 2;
    width: 100%;
}
.main__title{
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
}
.main__title span{
    display: inline-block;
    background-color: #0F6DB0;
    line-height: 65px;
    font-size: 62px;
    font-weight: 500;
    color: #fff;
    padding: 4px 4px 10px 10px;
}

.main__title a{
    color: #fff;
}
.main__text{
    position: absolute;
    display: block;
    bottom: 15%;
    z-index: 3;
    width: 100%;
}
.main__description{
    display: block;
    text-align: center;
    font-size: 32px;
    margin: 0;
    padding: 20px; 
}
.main__grid{
    position: relative;
    margin-top: -110px;
    display: flex;
    justify-content: space-between;
    z-index: 3;
    background-color: #eaeaea;
}
.main__block{
    display: block;
    text-align: center;
    color: #4D4D4D;
    padding: 30px 10px 30px 0px;
}
.main__block img{
    max-width: 60%;
}
.main__block p{
    line-height: 1.4;
    font-size: 12px;
    color: #4D4D4D;
}
.footer{
    background-color: #0F6DB0;
}
.footer p{
    font-size: 28px;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    margin: 0;
    padding: 10px;
}
.lang{
    display: block;
    position: fixed;
    z-index: 9;
    right: 0;
    top: 10%;
    text-decoration: none;
    background: #0F6DB0;
    padding: 15px;
    color: #fff;
    font-size: 16px;
}
@media screen and (max-width: 1439px){
    .main__grid{
        flex-wrap: wrap;
    }
    .main__block{
        width: 33.3%;
    }
    .main__block p{
        font-size: 14px;
    }
}
@media screen and (max-width: 1140px){
    .main__text{
        bottom: 0;
    }
    .main__grid{
        margin-top: 0;
    }
    .main__description{
        font-size: 28px;
    }
    .main__title span{
        line-height: 58px;
        font-size: 58px; 
    }
    .footer p{
        font-size: 22px;
    }
    .header{
        padding-top: 10px;
    }
    .header__logo img{
        height: 50px;
    }
    .main__bg-box{
        width: 100%;
        height: 620px;
        overflow: hidden;
    }
    .main .main__bg{
        object-fit: cover;
        height: 620px;
    }
}
@media screen and (max-width: 768px){
    .header{
        position: relative;
        padding: 10px 0px;
        background-color: #E8E8E8;
    }
    .container{
        justify-content: flex-start;
    }
    .header__logo:last-of-type{
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -50px;
        text-align: center;
    }
    .header__logo:last-of-type p{
        font-size: 18px;
        padding: 0;
        margin: 0;
    }
    .header__logo:nth-child(2){
        margin-left: auto;
    }
    .header__logo{
        margin: 0px 20px;
    }
    .main__title{
        position: relative;
        background-color: #eaeaea;
        padding-top: 20px;
    }
    .main__description{
        position: relative;
        padding-top: 34px;
        background-color: #eaeaea;
        font-size: 22px;
    }
    .main__title span{
        line-height: 34px;
        font-size: 32px;
    }
    .main__bg-box{
        width: 100%;
        height: 300px;
        overflow: hidden;
    }
    .main .main__bg {
        width: 100%;
        object-fit: cover;
        object-position: 50% 0%;
        height: 450px;
    }
    .main__text{
        position: relative;
    }
}
@media screen and (max-width: 560px){
    .main__grid{
        justify-content: center;
    }
    .main__block{
        width: 50%;
        padding: 30px 0px 0px 0px;
    }
    .footer p br{
        display: none;
    }
    .footer p{
        font-size: 16px;
    }
}