/*Товары-карточки*/
@media screen and (min-width: 1200px) {
    .js-product.t-store__card.t-col.t-col_4.t-align_left.t-item {
        margin-right: 0px;
        max-width: 374px;
    }
}



    @media screen and (min-width: 481px) {
        .t-store__card__bgimg {
        border-radius: 20px;
    }
}

    @media screen and (max-width: 480px) {
        .t-store__card__bgimg {
        border-radius: 10px;
    }
}



/*Галерея фото*/

    @media screen and (min-width: 481px) {
    .t603__blockimg {
        border-radius: 20px;
    }
}

    @media screen and (max-width: 480px) {
    .t603__blockimg {
        border-radius: 10px;
    }
}




/*Товары-попап*/

    @media screen and (min-width: 481px) {
        .t-popup__container {
            border-radius: 20px;
        }
    
        .t-slds__container {
            border-radius: 20px;
        }
    
        .t-slds__bgimg.t-bgimg.loaded {
            border-radius: 7px;
        }
    
        .t-slds__thumbsbullet-border {
            border: none;
        }
}


    @media screen and (max-width: 480px) {
        .t-popup__container {
            border-radius: 10px;
        }
    
        .t-slds__container {
            border-radius: 10px;
        }
    
        .t-slds__bgimg.t-bgimg.loaded {
            border-radius: 5px;
        }
    
        .t-slds__thumbsbullet-border {
            border: none;
        }
}


/*Товары-попап мобилка*/

@media screen and (max-width: 480px) {
    .t-slds__container {
        margin: 20px 20px 5px 20px;
    }  
}


/*Товар на главной мобилка*/
@media screen and (max-width: 480px) {
    #rec773247534 .t-slds__container {
        margin: 0px 0px 5px 0px;
    }  
}



/*FAQ*/

    .t668__wrapper {
    border-radius: 15px;
}

    .t668 {
    margin-bottom: 2px;
}


/*Таблицы-углы*/
    .t431__table {
        border-radius: 15px !important;
        overflow: hidden;
    }


/*Варианты товаров в карточках товаров*/
    .js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
        border: 1px solid #68AAC4;
        border-radius: 10px;
    }
    
    .js-product .t-product__option-variants_buttons .t-product__option-item_simple {
        border-radius: 10px;
    }


/*Отзывы*/
    #rec766938728 .js-product-img.t-store__card__bgimg.t-bgimg.loaded {
        border-radius: 20px !important;
        margin: 20px 0px 0px 20px;
        width: 100px;
        height: 100px;
    }

/*Отзывы-десктоп*/
    .t-slds__item.t-slds__item_active.t-slds__item-loaded {
        background-color: #FFFFFF;
    }
    
    .t-col.t-col_8.t-prefix_2 {
        margin: 80px 0px 80px 0px;
    }

/*Отзывы-мобилка*/
    @media screen and (max-width: 480px) {
        .t-col.t-col_8.t-prefix_2 {
            margin: 40px 0px 40px 0px;
        }    
}

/*Цвет пагинации-отзывы*/
    .js-pagination-item.js-pagination-item_sm.t-store__pagination__item.t-store__pagination__item_active {
        border-color: #4F99BA !important;
    }
  


/*Иконка-карточки товаров*/
    .t-store__card__mark {
        background-image: url(https://static.tildacdn.com/tild6633-6238-4039-b363-613663643635/888-1.svg);
        background-repeat: no-repeat;
        background-color: transparent !important;
        background-size: contain;
        width: 40px;
        height: 40px;
        border-radius: 8px;
        color: transparent !important;
    }


/*Форма отступы*/
.t702 .t-input-group {
    margin-bottom: 10px;
}




/*Товары отступы мобилка при горизонтальном скролле*/
 @media screen and (max-width: 480px) {
    .js-product.t-store__card.t-col.t-col_4.t-align_left.t-item {
        padding-right: 0px
    }
 }




