@font-face {
    font-family: 'BreitschriftMediumWeb';
    src: url('/static/main/fonts/Halvar Breitschrift-Medium-Web.ttf');
}
@font-face {
    font-family: 'Inter';
    src: url('/static/main/fonts/Inter-V.ttf');
}
*{
    margin:0px;
    padding:0px;
    font-family: 'Inter';
    font-family: 'Inter';
    font-size: 24px;
    line-height: 29px;
}

.container{
    margin:0 auto;
    max-width: calc(1160px + 2rem);
    box-sizing: border-box;
    padding:0px 2em;
    border-top: 1px solid transparent;
}
.header{
    margin-top: 94px;
}
.main-bg{
    background-color: #BDC9D1;
    height:1000px;
    background-image: url('/static/main/img/heaeder_bg.png');
    background-repeat: no-repeat;
    background-position-y: -25px;
    background-position-x: calc(50% + 490px);
}
.header__language-switch{
    float: right;
    position: relative;
    bottom:-40px;

}
.language-switch{
    display: inline-block;
    height: 23px;
    border:2px solid #BDC9D1;
    border-radius: 24px;
    display: flex;
    width:142px;
}
.language-switch__item{
    color:#fff;
    font-size: 14px;
    height:100%;
    text-align: center;
    padding:0px 5px;
    flex-grow:1;
    line-height: 22px;
    border-radius: 12px;
    text-decoration: none;
}
.language-switch__item.active{
    background:#fff;
    color:#242628;
}
.header__greed-parent{
    display: flex;
}
.header__greed__item{
    flex-grow:1
}
.header__greed__item__left{
    text-align: left;
}
.header__greed__item__right{
    text-align: right;
    position: relative;
}
.main-logo__img{
    width:68px
}
.main-logo__text{
    color: #1A252B;
    font-weight: bold;
    font-size: 49px;
    font-family: 'BreitschriftMediumWeb';
    margin-left: 10px;
}
.main-title{
    color: #fff;
    text-transform: uppercase;
    width: 70%;
    font-family: 'BreitschriftMediumWeb';
    font-size: 92px;
    font-weight: 100;
    line-height: 89px;
    margin-top: 220px;
}
.about{
    padding-top:125px;
    padding-bottom:42px;
}
.about__greed{
    display: flex;
}
.about__greed__item{

}
.about__greed__item__left{
    width:300px;
}
.about__greed__item__right{
    width:100%;
}
.about-logo{
    width:100px;
}
.about-content__title{
    font-size: 36px;
    line-height: 43px;
}
.about-content__text > div{
    font-size: 36px;
    line-height: 43px;
}
.about-content__text{
    margin-top: 20px;
}
.about-content__text  > ul{
    padding-left:52px;
}
.about-content__text  > ul li{
    font-size: 36px;
    line-height: 43px;
}
.about-images{
    padding-top:42px;
    padding-bottom:42px;
}
.about-images__greed{
    display: flex;
    gap: 34px;
}
.about-images__greed__item__left{
    width:400px;
    text-align: right;
}
.about-images__greed__item__right{
    width:100%;
}
.about-images__img1{
    width:100%;
    height:268px;
    background-image: url("/static/main/img/img1.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
}
.about-images__img2{
    /* width: 100%; */
    margin-top: 37px;
    height: 216px;

}
.about-images__img3{
    width:100%;
    height:520px;
    background-image: url("/static/main/img/img3.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
}
.advantages{
    padding-top:70px;
    padding-bottom:42px;
}
.advantages__greed{
    display: flex;
    gap: 40px;
    flex-grow: 1;

}
.advantages__greed__item{
    padding:20px;
    background: #EAEFF2;
    border-radius: 24px;
}
.advantages__ico{
    width:100%;
}
.advantages__text{
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    margin-top: 20px;
    color:#000
}
.description{
    padding-top: 100px;
    padding-bottom: 100px;
}
.description__greed{
    display: flex;
}

.description__greed__item__left{
    width:380px;
}
.description__greed__item__right{
    width:100%;
}
.description__content > h3{
    font-size: 36px;
    line-height: 43px;
}
.description__content > div{
    font-size: 24px;
    line-height: 29px;
}
.footer__bg{
    background: #EAEFF2;
    background-image: url(/static/main/img/city_bg.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: calc(50% + 290px);
    background-size: 1317px;
}
.footer{
    padding-top:80px;
    padding-bottom:140px;
}
.footer-content__logo img{
    width:42px;
    margin-right: 3px;
}
.footer-content__logo-text{
    font-family: 'BreitschriftMediumWeb';
    font-weight: bold;
    font-size:33px;
    color: #1A252B;
}
.footer-content__title{
    margin-top: 93px;
    font-size: 23px;
    font-size: 24px;
    font-weight: bold;
}
.footer-content__address{
    font-size: 23px;
    font-size: 24px;
    margin-top: 18px;
}
.footer-content__req{
    font-size: 23px;
    font-size: 24px;
    margin-top: 18px;
}
.footer-content__mail-phone{
    font-size: 23px;
    font-size: 24px;
    margin-top: 103px;
}
@media (max-width: 700px) {
    .container{
        padding:0px 10px;
    }
    .header__greed-parent{
        display:block;
    }

    .header__greed__item__right{
        position: absolute;
        top:0px;
        left:0px;
        width:100%;
        background: #1A252B;
        padding:14px 0px;
    }
    .header__language-switch {
        right:10px;
        position: relative;
        bottom: 0px;
        margin: 0 auto;
    }
    .main-bg{
        background-color: #BDC9D1;
        height: 614px;
        background-image: url(/static/main/img/heaeder_bg_mobile.png);
        background-repeat: no-repeat;
        background-position-y: 188px;
        background-position-x: calc(50% + 123px);
        background-size: 453px;
    }
    .main-logo{
        text-align: center;
    }
    .main-logo__img{
        width: 34px;
    }
    .main-logo__text{
        font-size: 24px;
        margin-left:3px;
    }
    .main-title{
        color: #fff;
        text-transform: uppercase;
        font-family: 'BreitschriftMediumWeb';
        font-size: 32px;
        font-weight: 100;
        line-height: 40px;
        margin-top: 206px;
    }
    .about{
        padding-top:65px;
        padding-bottom:22px;
    }
    .about-content__title{
        font-size: 18px;
        line-height: 20px;
    }
    .about-content__text > div{
        font-size: 14px;
        line-height: 16px;
    }
    .about-content__text{
        margin-top: 20px;
    }
    .about-content__text  > ul{
        padding-left:20px;
    }
    .about-content__text  > ul li{
        font-size: 14px;
        line-height: 16px;
    }
    .about__greed__item__left{
        width:80px;
        padding-right:20px
    }
    .about-logo{
        width:50px;
    }
    .about-images{
        padding-top:15px;
        padding-bottom:15px;
    }
    .about-images__greed__item__left{
        width:50%;
        text-align: right;
    }
    .about-images__greed__item__right{
        width:50%;
    }
    .about-images__img2{
        width:auto;
        height: 100px;
        margin-top: 10px;
    }
    .about-images__img1{
        /* width: 100%; */
        height: 111px;
        border-radius: 8px;
    }
    .about-images__img3{
        width:100%;
        height:218px;
        border-radius: 8px;
    }
    .about-images__greed{
        gap: 10px;
    }

    .advantages{
        padding-top:30px;
        padding-bottom:22px;
        justify-content: space-between;
    }
    .advantages__greed{
        gap: 10px;
        flex-wrap: wrap;
    }
    .advantages__greed__item{
        width:calc(50% - 35px);
        padding:15px;
        border-radius: 8px;
    }
    .advantages__ico{
        width:100%;
    }
    .advantages__text{
        font-size: 14px;
        line-height: 16px;
        margin-top: 5px;
    }
    .description__greed__item__left{
        display: none;
    }
    .description__content > h3{
        font-size: 18px;
        line-height: 20px;
    }
    .description__content > div{
        font-size: 14px;
        line-height: 16px;
    }
    .description{
        padding-top: 25px;
        padding-bottom: 80px;
    }
    .footer__bg{
        background: #EAEFF2;
        background-image: url(/static/main/img/city_bg.jpeg);
        background-repeat: no-repeat;
        background-position: center;
        background-position-x: calc(50%);
        background-position-y: 300px;
        background-size: 477px;
    }
    .footer{
        padding-top:35px;
        padding-bottom: 290px;
        text-align: center;
    }
    .footer-content__logo img{
        width:35px;
        margin-right: 3px;
    }
    .footer-content__logo-text{
        font-family: 'BreitschriftMediumWeb';
        font-weight: bold;
        font-size:26px;
        color: #1A252B;
    }
    .footer-content__title{
        margin-top: 33px;
        font-size: 14px;
        line-height: 16px;
        font-weight: bold;
    }
    .footer-content__address{
        font-size: 12px;
        line-height: 14px;
        margin-top: 14px;
    }
    .footer-content__req{
        font-size: 12px;
        line-height: 14px;
        margin-top: 12px;
    }
    .footer-content__mail-phone{
        font-size: 12px;
        line-height: 14px;
        margin-top: 12px;
    }
}