.t823__bgimg.t-bgimg.loaded {
    margin-left: 20px;
    border-radius: 20px 20px;
}
    
.t-form .t-submit {
        width: 100%;
        height: 50px;

}

.t-store__grid-cont_col-width_stretch.t-store__grid-cont_indent[data-col-gap="20"] {
    padding: 0 15px;
}


.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    background-color: #fbfbf6;
    border-radius: 3px;
}

.t-store .t-product__option-title {
    padding-bottom: 8px;
}

.t-store .t-product__option {
    margin-bottom: 15px;
    margin-top: 20px;
    position: relative;
}

.t-store .t-checkbox__indicator {
    border: 1px solid #000 !Important;
    border-radius: 2px !Important;
}

    /* вот тут меняем цвет, если хотим изменить синий цвет на свой */
.t-store__filter__range_bg { 
    background-color: #000000 !important; 
    
}


.t-checkbox__indicator {
    border: 1px solid #000;
    box-sizing: border-box;

} 

    
.t706__product-title {
    color: #000;
    display: table-cell;
    font-size: 12px;
    font-weight: 600;
    padding: 15px 0;
    vertical-align: middle;
}

.t-descr_sm {
        font-size: 12px;
    }

.tn-atom {
font-variant-numeric: lining-nums;
font-feature-settings: 'lnum';
-moz-font-feature-settings: 'lnum=1';
-ms-font-feature-settings: 'lnum';
-webkit-font-feature-settings: 'lnum';
-o-font-feature-settings: 'lnum';
}


.t-input {
    font-size: 12px;
}

.t-search-widget__header {
    padding: 30px 0 !important; 
}


.t013 .t-container {
        max-width: 100% !important; 
}


@media screen and (max-width: 480px) {
    .t823__bgimg.t-bgimg.loaded {
    margin-left: 10px;
    margin-right: 10px;
}
}


.t-text_xs {
    font-size: 12px;
    line-height: 1.55;
}

@media screen and (max-width: 960px) {
    .t823__bgimg.t-bgimg.loaded {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.map {
    border-radius: 20px;
    overflow: hidden;
}

.hovergray[data-elem-type="text"] a {
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    /* цвет ссылки до наведения */
    color: #ffffff !important;
 
}

.hovergray[data-elem-type="text"] a:hover {
    /* цвет ссылки после наведения */
    color: #979797 !important;
}


.hovergray2[data-elem-type="text"] a {
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    /* цвет ссылки до наведения */
    color: #000000 !important;
 
}

.hovergray2[data-elem-type="text"] a:hover {
    /* цвет ссылки после наведения */
    color: #979797 !important;
}
