@media screen and (max-width: 1024px){
    .b-message{
        display: block;
    }
    .b-message__button{
        padding-top: 12px;
        padding-left: 0;
        display: inline-block;
        right: 31px;
        position: relative;
    }
}
.review-content img{
    width: 100%;
    height: 100%;
}
.list-banner {
    min-height: 560px;
    position: relative;
    display: block;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
}
.list-banner:after,
.list-banner:before {
    content: '';
    position: absolute;
}
.list-banner:after {
    left: 0px;
    top: 0px;
    height: 123px;
    width: 100%;
    background-image: linear-gradient(-180deg, #060503 0%, rgba(6, 5, 3, 0) 100%);
    background-repeat: no-repeat;
}
.list-banner:before {
    background-image: linear-gradient(-90deg, #000000 0%, rgba(0, 0, 0, 0.74) 26%, rgba(0, 0, 0, 0) 100%);
    width: 40%;
    right: 0px;
    top: 0px;
    height: 100%;
    background-repeat: no-repeat;
}
.list-banner__content {
    position: relative;
    z-index: 2;
    padding: 35px 50px;
}
.list-banner__content:after {
    content: '';
    clear: both;
    display: table;
}
.list-banner__title {
    font-size: 36px;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 50px;
    letter-spacing: 1px;
    margin-bottom: 118px;
}
.list-banner__list {
    float: right;
    font-size: 24px;
    max-width: 500px;
}
.list-banner__list li {
    margin-bottom: 24px;
    letter-spacing: 0.8px;
    padding-left: 13px;
    position: relative;
    line-height: 1.2;
}
.list-banner__list li:before {
    content: '•';
    position: absolute;
    left: 0px;
    top: 0px;
}
.list-banner__logo {
    position: absolute;
    left: 0px;
    bottom: 0px;
}
@media screen and (max-width: 768px) {
    .list-banner {
        min-height: 550px;
    }
    .list-banner__content {
        padding: 50px 20px;
    }
    .list-banner__title {
        font-size: 28px;
        margin-bottom: 264px;
        letter-spacing: 1.2px;
    }
    .list-banner__list {
        font-size: 18px;
        max-width: 350px;
    }
    .list-banner__list li {
        margin-bottom: 12px;
        letter-spacing: normal;
    }
    .list-banner__logo {
        max-width: 100px;
        max-height: 80px;
    }
}
@media screen and (max-width: 390px) {
    .list-banner {
        min-height: 550px;
    }
    .list-banner__content {
        padding: 30px 20px 15px;
    }
    .list-banner__title {
        font-size: 24px;
        margin-bottom: 355px;
        letter-spacing: normal;
    }
    .list-banner__list {
        font-size: 12px;
        max-width: 200px;
    }
    .list-banner__list li {
        margin-bottom: 4px;
        letter-spacing: normal;
        padding-left: 8px;
    }
    .list-banner__logo {
        max-width: 80px;
        max-height: 54px;
    }
}
.tech-one{
    padding-bottom: 35px;
}
.catalog-description h1, h2 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    letter-spacing: .78px;
    color: #252525;
    height: 75px;
    overflow: hidden;
    transition: all 0.3s ease-out;
}
.catalog-description p {
    margin-bottom: 12px;
}
/*.catalog-description ul {
    margin: 0;
    padding: 0;
}*/
.catalog-description-bottom ul {
    margin: 0;
}
.catalog-description {
    /*padding-bottom: 50px;*/
}
@media screen and (max-width: 768px){
    .table-style_all .name {
        width: 255px;
    }
}
@media screen and (max-width: 1160px){
    .quick-view .top-catalog__right {
        max-width: 400px;
        padding: 0;
    }
}
@media screen and (max-width: 768px)
{
    .popup__block .popup__close {
        width: 30px;
        height: 30px;
        top: 25px;
        right: 25px;
        border-radius: 100%;
    }
}
@media screen and (max-width: 768px)
{
    .big-one {
        width: 100%;
    }
}
@media screen and (max-width: 768px)
{
    .top-catalog .slider-for {
        margin-bottom: 20px;
        padding-top: 38px;
    }
}

@media screen and (max-width: 1260px)
{
    .top-catalog__right {
        margin-top: 0;
    }
}
.tech-two .default-h2 {
    padding-top: 20px;
}
.header__contact-phone{
    font-size: 22px;
    font-weight: 600;
}