
.topic, .left_block, .title_block a{
    display: none;
}
.main .container .right_block.narrow_Y  {
    width: 100%;
}
.detail-big-image {
    width: 100%;
    height: 500px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 52px;
}
.detail-big-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.trends-title-block h2{
    font-weight: 500;
    font-size: 36px;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
    margin-bottom: 16px;
    color: rgba(34, 34, 34, 1);
}
.trends-title-block p{
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    color: rgba(34, 34, 34, 1);

}
.section-one-block {
    margin-top: 52px;
}
.section-one-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
    color: rgba(34, 34, 34, 1);
    text-align: left;
    margin-bottom: 40px;
}
.section-one-element-one {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.element-one-item {
    max-width: 493px;
    width: 100%;
}
.image-block {
    width: 100%;
    max-height: 400px;
    height: 400px;
    background: rgba(237, 237, 237, 1);
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
}
.image-block img{
    width: 100%;
}
.element-one-title {
    padding: 0 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 16px;
}
.element-one-description {
    padding: 0 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    color: rgba(34, 34, 34, 1);
}
.slider-block-props-element {
    margin-top: 150px;
}
.catalog_slider_hit_template .slider-button-prev,.catalog_slider_hit_template .slider-button-next,
.catalog_slider_hit_template .swiper-pagination{
    display: none;
}
.trends-template .maxwidth-theme{
    padding: 0;
}
.container .row .banner-block-props {
    width: 100%;
    max-height: 500px;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 60%;
    margin: 150px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.props-banner-block {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}
.props-banner-block h3{
    font-weight: 700;
    font-size: 40px;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}
.props-banner-block a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    background: white;
    color: rgba(34, 34, 34, 1);
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    max-width: 318px;
    border: 1px solid rgba(210, 214, 220, 1);
    border-radius: 8px;
    text-decoration-line: unset !important;
}
.all-trends-block {
    width: 100%;
}
.trends-list, .trends-all-title {
    max-width: 1528px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 24px;
}
.trends-item {
    max-width: 493px;
    width: 100%;
}
.trends-item  .trends-item-picture {
    height: 313px;
    overflow: hidden;
    border-radius: 8px;
}
.trends-item  .trends-item-picture a img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.trends-item-title-date {
    margin-top: 24px;
    padding: 0 8px;
}
.trends-item-title-date h4 a{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 1);
    text-decoration-line: unset !important;
}
.trends-item-title-date h4 {
    margin-bottom: 12px;
}
.trends-item-title-date p{
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: rgba(156, 163, 175, 1);
}
.trends-all-title h3{
    font-weight: 500;
    font-size: 36px;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 40px;
}

@media(max-width: 767px){
    .detail-big-image{
        height: 200px;
        margin-bottom: 24px;
    }
    .trends-title-block h2,.trends-template .title_block h2, .props-banner-block h3{
        font-size: 24px;
        line-height: 32px;
    }
    .trends-title-block p,   .element-one-description, .trends-item-title-date p{
        font-size: 14px;
        line-height: 22px;
    }
    .section-one-block {
        margin-top: 32px;
    }
    .section-one-title{
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 24px;
    }
    .image-block{
        height: 230px;
        border-radius: 8px;
    }
    .image-block img{
        object-fit: cover;
    }
    .element-one-title,   .props-banner-block a, .trends-item-title-date h4 a{
        font-size: 16px;
        line-height: 24px;
    }
    .slider-block-props-element {
        margin-top: 80px;
    }
    .deal__image .image-list .image-list-wrapper .side-icons {
        display: none !important;
    }
    .trends-list {
        flex-direction: column;
        margin: 0 auto;
        max-width: 343px;
    }
    .props-banner-block{
        gap: 16px;
    }
    .container .row .banner-block-props{
        height: 350px;
        margin: 80px 0;
        background-position-x: 100%;
    }
    .props-banner-block a{
        padding: 12px 24px;
    }
    .trends-all-title {
        margin: 0 16px;
    }
    .trends-all-title h3{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
    }
    .trends-item .trends-item-picture{
        height: 230px;
    }
    .trends-item-title-date{
        margin-top: 16px;
    }
}