.t776__parent, .t-container{
    max-width: 1900px!important;
}
.t-store__parts-switch-wrapper{
    display: grid;
    grid-auto-flow: column;
    margin: 0;
    padding-bottom: calc(2rem / 2);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -ms-scroll-snap-type: inline mandatory;
    scroll-snap-type: inline mandatory;
    scroll-padding-inline: 2rem;
}
#rec712179773 .t-store__parts-switch-btn{
    font-size: 20px;
    border: 1px solid #c9c9c9;
    padding: 10px 25px;
    border-radius: 5px;
    white-space: nowrap;
}
.news_posts{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-left: 20px;
    margin-right: 20px;
}
.news_contaner{
    height: 300px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.news_text{
    font-family: 'IBM Plex Sans',Arial,sans-serif;
    color:#fff;
    font-size:20px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding:20px;
    padding-bottom:40px;
}
.news_img_brightness{
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    position: absolute;
    transition: 0.5s;
}
.news_img_brightness:hover {
    background: rgba(0, 0, 0, 0.1);
}
.detail_news_container_text{
    width: 50%;
}
.detail_news_title{
    font-family: 'IBM Plex Sans',Arial,sans-serif;
    font-size: 24px;
    margin-bottom: 30px;
}
.detail_news_text{
    white-space:pre-line;
    font-family: 'IBM Plex Sans',Arial,sans-serif;
    font-size: 18px;
}
.detail_news_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_gallery{
    width: 45%;
    border-radius:10px;
    overflow: scroll;
    display: flex;
    background:#f2f2f2;
}
.news_gallery div{
    width:400px;
    margin: auto 0;
}
.news_gallery::-webkit-scrollbar {
    display: none;
}
.news_gallery div img{
    width:100%;
}
.center_img{
    margin:0 auto!important;
}
.mobile_width{
    width: 320px!important;
}
.swiper-pagination-bullet{
    background: #fff!important;
    opacity:0.5!important;
}
.swiper-pagination-bullet-active{
    background: #fff!important;
    opacity:1!important;
}
@media(max-width:900px){
    .news_posts{
        grid-template-columns: 1fr;
    }
    .detail_news_container{
        display:block;
    }
    .news_gallery{
        width:100%;
        margin-bottom: 20px;
    }
    .detail_news_container_text{
        width:100%;
    }
    .news_contaner{
        width:100%;
    }
}
@media(max-width:450px){
    .news_gallery div{
        width:250px;
    }
}