.banner-main {    
    /*
    background-image: url("/catalog/view/theme/metal/image/background-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;    
    */
    padding-top: 120px;
    background-position: center;
    padding-bottom: 15px;
    text-transform: uppercase;    
}

.banner-main__inner .header__contacts {
    width: 465px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.banner-main__inner .header__contacts-item {
    width: 177px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}

.banner-main__title {
    color: #fff;   
    margin-bottom: 17px;
    font-size: 62px;
    line-height: 62px;
    text-transform: uppercase;
}

.banner-main__text {
    color: #fff;
    max-width: 520px;
    margin-bottom: 65px;
}

.btn-wrap {
    display: flex;
    padding-bottom: 340px;
}

.btn-wrap button:first-child {
    margin-right: 33px;
}


@media (max-width: 1150px) {
    .banner-main.main-page {
        background-image: url("/catalog/view/theme/metal/image/backgraund-tablet.jpg");
    }
}

@media (max-width: 768px) {
    .banner-main__inner .header__contacts {
        display: none;
    }

    .banner-main.main-page {
        background-image: url("/catalog/view/theme/metal/image/backgraund-mobile.jpg");
        background-position: right 0% bottom 36%;
    }

    .banner-main__text {
        margin-bottom: 280px;
    }

    .btn-wrap {
        padding-bottom: 150px;
    }

}

@media (max-width: 570px) {
    .banner-main {
        background-position: center;
    }

    .btn-wrap {
        padding-bottom: 55px;
    }

    .banner-main {
        background-position: center;
    }

    .btn-wrap {
        flex-direction: column-reverse;
    }

    .banner-main__btn {
        width: 280px;
    }
    .banner-main__btn:last-of-type {
        margin-bottom: 24px;
    }
}

@media (max-width: 375px) {
    .banner-main__btn {
        width: 100%;
    }

    .banner-main {
        background-position: unset;
    }

    .btn-wrap {
        padding-bottom: 20px;
    }

}



.article.banner-main {   
   background: rgb(38, 33, 39);
}

/*
.article .banner-main__title {
    max-width: 790px;
}
*/

.article .banner-main__title {
    margin-top: 86px;
    margin-bottom: 20px;

}

.article .banner-main__text {
    padding-bottom: 69px;
    max-width: 730px;
}

.reasons {
    margin-top: 16px;
    margin-bottom: 24px;
}

.reasons__item {
    position: relative;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.reasons__item:not(:last-child) {
    margin-bottom: 8px;
}

.reasons__item::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 4px;
    background-color: #FF283A;
    left: -25px;
    top: 10px;
}

.main-articles.article {
    color: #161616;
    margin-bottom: 200px;
}

.main-articles.article .owl-nav {
    display: none;
}

/*
.article.repair-article {
    margin-bottom: 130px;
}
*/

.article .work-photo__title {
    margin-bottom: 12px;
}

.article .work-photo__title-wrap {
    margin-bottom: 50px;
}


.article-blog{
    font-size: 14px;
    line-height: 28px;
    font-family: "Montserrat";
}

.two-img {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.two-img img{ width:49%;}

.two-img img.img-w-40{ width:40%;}
.two-img img.img-w-60{ width:60%;}

.two-img img.img-ml-20px{
   margin-left: 20px;
}


.article-blog ul{ 
    margin: 10px 0;
    padding: 0 0 0 40px;
    list-style: disc;
}


.article-blog h2{
    font-size: 40px;
    text-transform: uppercase;
    line-height: 48px;
    padding: 20px 0 20px 0;
    margin-bottom: 0px;
}

.article-blog .fon-bg{
    background: rgb(38, 33, 39);
    color: rgb(248, 248, 248);
    padding-bottom: 40px;
}


.article-blog .fon-bg-2{    
    background: rgba(51, 46, 52, 1);
    color: rgb(248, 248, 248);
    padding-bottom: 30px;
}


.article-blog .fon-white{    
    padding-bottom: 40px;
    padding-top: 38px;    
}

.article-blog .one_img{
    margin-top: 18px;
    margin-bottom: 40px;
    width: 100%;
}


.interesting-articles{
    background: rgb(38, 33, 39);
    padding-top: 45px;
    color: rgba(248, 248, 248, 1);
}



.interesting-articles h3.h3__title{
    text-transform: uppercase;
    padding: 20px 3px 42px 3px;
    font-size: 60px;
    letter-spacing: 1.3px;
}


.interesting-articles .owl-nav{
    text-align: center;
}


.interesting-articles .owl-prev, 
.interesting-articles .owl-next {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: rgba(38, 33, 39, 1);
    color: white;
    display: inline-block;
    margin: 30px 40px 0 40px;
    align-items: center;    
    border: 1px solid #fff !important;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Стрелка */
.interesting-articles .owl-prev span,
.interesting-articles .owl-next span {
  font-size: 30px;
  line-height: 1;
  display: inline-block;
}

.interesting-articles .owl-prev span{
  transform: rotate(180deg); 
}


/* При наведении */
.interesting-articles .owl-prev:hover,
.interesting-articles .owl-next:hover {
  background-color: rgba(221, 255, 10, 1) !important; /* жёлтый фон */
  color: rgba(38, 33, 39, 1)  !important; /* стрелка чёрная */
}



@media (max-width:768px) {
    .article .banner-main__text {
        margin-bottom: 85px;
    }
}

@media (max-width:650px) {
    .reasons {
        margin-left: 16px;
    }

    .reasons__item::before {
        width: 8px;
        left: -16px;
    }

    
    .article-blog h2 {
        font-size: 20px;        
        line-height: 24px; 
    }


    .banner-main__title {    
        font-size: 40px;
        line-height: 40px;    
    }


    .two-img img{ width:100%; margin-bottom: 15px}

    .two-img img.img-w-40{ width:100%;}
    .two-img img.img-w-60{ width:100%;}

    .two-img img.img-ml-20px{
           margin-left: 0px;
    }

    .two-img {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }


    .interesting-articles h3.h3__title {        
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 1.3px;
    }


}