@media (min-width: 1200px) {
    .custom-container {
        max-width: 1800px;
        padding-left: 80px;
        padding-right: 80px;
    }
}

.ct-form__btn {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: #b47f2b !important;
    border: 0;
    border-radius: 4px;
    padding: 0 15px;
    width: 200px;
    text-align: center;
    line-height: 35px;
    text-transform: uppercase;
}

.ct-form .form-control {
    border: 0;
    background-color: #ffffff !important;
    padding-left: 16px;
}



.news-slider-showroom {
    position: relative;
    z-index: 1
}

.news-slider-showroom__next,
.news-slider-showroom__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #dee2e6;
    z-index: 10;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.news-slider-showroom__next:hover,
.news-slider-showroom__prev:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2)
}

.news-slider-showroom__next:focus,
.news-slider-showroom__prev:focus {
    outline: 0
}

.news-slider-showroom__next.swiper-button-disabled,
.news-slider-showroom__prev.swiper-button-disabled {
    display: none
}

.news-slider-showroom__next {
    left: 100%
}

.news-5__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.news-5__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 66.66%
}

.news-5__frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0
}

.news-5__frame img {
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s
}

.news-5__frame:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}




@media (min-width: 1200px) {
    .logo {
        position: absolute;
        left: 0;
        top: 10%;
        margin: 0;
        z-index: 11;
    }

    .logo img {
        height: 56px;
    }

    .sync2-slider__title {
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color: #e21428;
        margin-bottom: 0;
        line-height: 1.8;
        min-height: 78px !important;
    }

    .m-product {
        text-align: center;
    }

    .m-product__btn span {
        display: inline-block;
        padding: 0 1px;
    }

    .m-product__title {
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 5px;
        min-height: 55px;
    }

    .m-product__frame::before {
        content: "";
        display: block;
        width: 100%;
        padding-bottom: 80.25%;
    }

}


@media (max-width: 767px) {
    .sync2-slider__title {
        font-size: 14px;
        min-height: 51px !important;
        margin-bottom: 9px;
        margin-top: 10px;
    }

    .m-product__frame::before {
        content: "";
        display: block;
        width: 100%;
        padding-bottom: 100%;
    }

    .m-product__title {
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .m-product__btn span {
        display: inline-block;
        padding: 0 7px;
    }

    .m-product__btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 13px;
        line-height: 28px;
        color: #fff;
        background-color: #e21428;
        margin-bottom: 5px;
    }

    .m-product__price {
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 10px;
    }


}