@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-V.ttf');
}
*{
    padding:0px;
    margin: 0px;
    font-family: 'Inter';
    color:#000;
}
.bg-gray{
    background-color:#C6CDD7;
}
.bg-white{
    background-color:#fff;
}
.bg-strips{
    background-image: url(../images/top_bg.png);
    background-repeat: no-repeat;
    background-size: 2200px;
    background-position-y: -52px;
}
.container{
    max-width: 1160px;
    margin: auto;
}
.logo-wrapper{
    text-align: center;
    padding-top:35px;
    padding-bottom:96px;
}
.header{
    background-image: url(../images/header_coal.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 288px;
    background-size: 1190px;

}
.header__logo{
    width: 360px;
    display: inline-block;
}
.header__title{
    padding-top:423px;
    padding-bottom:96px;
    color:#fff;
    font-size: 72px;
    line-height: 81px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing:4px;
}

.info-inner-item__left{
}
.info-inner-item__right{
    padding-left:45px;
    width:100%;
}

.info-inner-item__left img{
    width: 460px;
}
.img-wrapper{
    position: relative;
}
.img-wrapper:after{
    content: '';
    width: 243px;
    height: 110px;
    background-image: url(../images/image-decoration.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -124px;
    bottom: -41px;
}
.info-inner-item__right h3{
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    color:#243042;
}
.info-inner-item__right div{
    font-size: 36px;
    font-weight: 400;
    line-height: 43px;
    color:#243042;
    margin-top: 20px;
}
.info-inner-item__right ul{
    font-size: 36px;
    font-weight: 400;
    line-height: 43px;
    color:#243042;
    padding-left:50px;
}
.info-inner-item__right ul li{
    color:#243042;
}
.info{
    display: flex;
    padding-top: 130px;
    padding-bottom: 65px;
}
.advantages{
    padding-top:65px;
    padding-bottom:65px;
    display:flex;
    gap: 40px;
}
.advantages__item{
    background: #C6CDD7;
    border-left: 5px solid #FF6A34;
    text-align: center;
    padding: 24px 19px;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
}
.info2{
    padding-bottom: 100px;
}
.info2 .info{
    padding-top: 0px;
}
.info2 .info div{
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    margin-top: 0px;
    color:#000;
}
.info2 h3{
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    padding:0px 90px;
    padding-top: 30px;
    padding-bottom: 40px;
}
.footer{
    padding-top:10px;
}
.footer .info{
    padding:60px 0px;
    padding-bottom:200px;
    position: relative;
    background-image: url("../images/footer-city.png") ;
    background-size: 760px;
    background-repeat: no-repeat;
    background-position-x: 420px;
    background-position-y: 50px;

}
.footer .info .info-inner-item__left{
    flex-basis: 100%;
}
.footer .info .info-inner-item__right{
    flex-basis: 100%;
}
.bg-strips-footer{
    background-image: url(../images/top_bg.png);
    background-repeat: no-repeat;
    background-size: 2200px;
    background-position-y: 664px;
}
.footer-logo{
    width:260px !important;
}
.contacts__header{
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    color:#000;
    margin-bottom: 25px;
    margin-top: 60px;
}
.contacts__item{
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    color:#000;
    margin-bottom: 20px;
}
.footer-img{
    max-width: 760px;
}
.info-inner-item__left-double{
    display:none;
}
.info2 .info h3{
    display:none;
}
.languages-wrapper{
    padding-top:50px;
    text-align: center;
}
.languages{
    top:20px;
    margin:auto;
    display: inline-block;
}
.languages__item{
    text-decoration: none;
    color:#243042;
    border-right:1px solid #243042;
    padding:0px 5px;
}
.languages__item:last-child{
    border-right:0px;
}
.languages__item:hover{
    color:#000
}
.languages__item.active{
    font-weight:bold;
}
@media (max-width: 960px) {
    .logo-wrapper{
        padding-top: 25px;
    }
    .bg-strips{
        background-position-y: -255px
    }
    .header__logo{
        width:226px;
    }
    .header{
        background-image: url(../images/header-coal-min.png);
        background-position-y: 180px;
        background-size: 226px;
    }
    .header__title{
        padding-top: 218px;
        padding-bottom: 50px;
        font-size: 40px;
        font-weight: 900;
        line-height: 48px;
        letter-spacing: 2px;
    }
    .container{
        padding:0px 10px;
    }
    .info{
        display:block;
        padding-top:60px;
    }
    .info .img-wrapper img{
        width: 100%;
        margin-top: 10px;
    }
    .img-wrapper:after{
        right: 22px;
        width: 120px;
        height: 81px;
        bottom: -34px;
    }
    .bg-white .info-inner-item__left{
        display:none;
    }
    .info-inner-item__left-double{
        display:block !important;
    }
    .info-inner-item__right{
        padding-left:0px;
    }
    .info-inner-item__right h3{
        font-size: 18px;
        font-weight: 700;
        line-height: 21px;
        color:#000;
    }
    .info-inner-item__right div{
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        margin-top: 15px;
        color:#000;
    }
    .info-inner-item__right ul{
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        padding-left: 20px;
        color:#000;
    }
    .info-inner-item__right  li{
        color:#000;
    }
    .advantages{
        padding-top:65px;
        padding-bottom:65px;
        display: flex;
        gap: 8px;
        display: flex;
        flex-wrap: wrap;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .advantages__item{
        flex-basis: 48% !important;
        padding:12px;
        box-sizing:border-box;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
    }
    .info2{
        padding-bottom: 40px;
    }
    .info2 .info{
        display: block;
    }
    .info2 .info .info-inner-item__left{
        padding-bottom: 30px;
        display: block;
    }
    .info2 h3{
        padding:0px;
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        text-align: left;
    }
    .info2 .info div{
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        margin-top: 20px;
    }
    .info2 .info{
        padding-bottom: 0px;
    }
    .info2 .info h3{
        display:block;
    }
    .info2 > h3{
        display:none;
    }
    .footer .info{
        text-align: center;
        padding-top: 20px;
        padding-bottom: 400px;
        background-image: url(../images/footer-city.png);
        background-size: 350px;
        background-repeat: no-repeat;
        background-position:center;
        background-position-y: 350px;
    }
    .footer-logo{
        width: 200px !important;
    }
    .contacts__header{
        font-size: 14px;
        font-weight: 700;
        line-height: 16px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .contacts__item{
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .bg-strips-footer{
        background-position-y: 645px;
    }
}

