.t-feed__col-grid__post-wrapper .t-feed__post-bgimg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    border-radius: 15px;
}
.uc-newslist{
    overflow: hidden!important;
}

@media screen and (max-width: 480px) {
.uc-newslist .t-feed__post {
    padding-left: 5%;
    padding-right: 5%;
}
.uc-newslist ul {
    padding-left: 0!important;
}
}





@media (min-width: 1200px) {
    .t-col_3 {
        max-width: 380px;
    }
    .t-col_4 {
        max-width: 380px;
    }
}

@media (min-width: 1200px) {
    .t-col {
        margin-right: 0px;
    }
}
@media screen and (max-width: 460px){
.t-feed .t-feed__container_inrow3 .js-feed-post {
    margin-top: 20px!important;
}
}
.t-feed__col-grid__post-wrapper .t-feed__post-bgimg {
border-radius: 10px;
}

.t-feed__container .t-feed__parts-switch-wrapper {
    margin-bottom: 20px;
}



.t-feed__post-popup__content img {
    max-width: 100%;
    border-radius: 30px;
}


.t-text_md {
    font-size: 16px;
    line-height: 1.4;
}


.t-feed__post-popup__relevants-bgimg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
}



.t-popup__container {
    background: #fff;
    margin: 0 auto;
    width: auto;
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    z-index: 1;
    cursor: default;
    -moz-transform: translateY(-20%) scale(.9);
    -ms-transform: translateY(-20%) scale(.9);
    -webkit-transform: translateY(-20%) scale(.9);
    -o-transform: translateY(-320%) scale(.9);
    transform: translateY(-20%) scale(.9);
    border-radius: 30px;
}
.hidden-overflow {
    border-radius: 15px !important;
    overflow: hidden !important 
}
.hover-img {
    border-radius: 15px !important;
    overflow: hidden!important 
}
.hover-img .t-bgimg {
    transition: 0.5s ease-in;
    overflow: hidden!important 
}
.hover-img:hover .t-bgimg{
    transform: scale(1.1);
}

.js-product .t-product__option-variants_buttons .t-product__option-title_buttons {
    font-size: 14px;
}
.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    padding: 10px!important;
    border-radius:30px;
}
.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    background-color:#2B2A29;
    color:#fff;
    /*border:none;*/
    
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active .t-descr{
    color:#fff;
}

