.banner-main {

    background-image: url("/catalog/view/theme/sto/images/background-1.jpg");

    background-repeat: no-repeat;

    background-size: cover;

    padding-top: 120px;

    background-position: center;

}



.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;

    max-width: 610px;

    margin-bottom: 17px;

}



.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/sto/images/backgraund-tablet.jpg");

    }

}



@media (max-width: 768px) {

    .banner-main__inner .header__contacts {

        display: none;

    }



    .banner-main.main-page {

        background-image: url("/catalog/view/theme/sto/images/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: 425px) {
    .btn-wrap button:first-child {
        width: 100%;
    }
}


@media (max-width: 375px) {

    .banner-main__btn {

        width: 100%;

    }

    .newsblog-category .banner-main {
        background-position: center;

    }



    .banner-main {

        background-position: unset;

    }



    .btn-wrap {

        padding-bottom: 20px;

    }



}