  .tn-elem__6237275231690870124362 .tn-atom:before {
    content: '';
    background-image: url(https://static.tildacdn.com/tild3135-3935-4536-a638-373234646538/Whatsapp.svg);
    width: 22px;
    height: 22px;
    margin-right: 15px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
    top: -0px;
}

  .tn-elem__6237591921690971528621 .tn-atom:before {
    content: '';
    background-image: url(https://static.tildacdn.com/tild3639-6563-4364-b838-363462333635/Telegram_1.svg);
    width: 22px;
    height: 22px;
    margin-right: 15px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
    top: -0px;
}


@media screen and (max-width: 480px) {
    .t-feed__buttons-wrapper {
    margin-top: 30px !important;
}
.t-feed__grid-col {
    margin-bottom: 20px;
}
.t-name_md {
    font-size: 18px;
}
}
@media screen and (min-width: 490px) {
    .t-feed__buttons-wrapper {
    margin-top: 60px !important;
}
}

/*Меняем внешний вид отображения вариантов товара*/

/*Делаем значение варианта на одной строке с его свойством*/
.js-product .t-product__option {
    display: flex;
    justify-content: space-between;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}    

/*Убираем отступы у вариантов*/
.js-product .t-product__option-variants_buttons .t-product__option-item_simple{
    margin-bottom: 5px !important;
    padding: 0px !important;
    min-width: auto !important;
    min-height: auto !important;
    border: none !important;
    background-color: transparent !important;
    pointer-events: none;
    font-family: 'Onest';
    font-weight: 400;
}


/*Значение свойства*/
.t-product__option-title_buttons{
    font-size: 14px !important;
    font-weight: 500;
}

@media screen and (max-width: 480px){
     .t-product__option-title_buttons,
     .js-product-edition-option-name{
        font-size: 14px !important;
    }
    .js-store-prod-name{
       font-size: 20px !important;   
    }
}

/*Отступ вниз от цены*/
.t-store__card__textwrapper{
    margin-bottom: 15px !important;
}

/*Отступ вниз от цены в попапе*/
.t-store__prod-popup__price-wrapper{
    margin-bottom: 15px !important;
}

.txt[data-elem-type="text"] a {
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: 0 !important;
    /* цвет ссылки до наведения */
    color: #000 !important;
    /* толщина и цвет подчеркивания до наведения */
    border-bottom: 1px solid transparent !important;
    /* отступ между ссылкой и подчеркиванием до наведения */
    padding-bottom: 1px !important; 
}

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


.txt2[data-elem-type="text"] a {
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: 0 !important;
    /* цвет ссылки до наведения */
    color: #fff !important;
    /* толщина и цвет подчеркивания до наведения */
    border-bottom: 1px solid transparent !important;
    /* отступ между ссылкой и подчеркиванием до наведения */
    padding-bottom: 1px !important; 
}

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

}

  .t-store__card__mark {
        height: 24px;
        width: 220px;
        border-radius: 1px;
        font-family: 'One',Arial,sans-serif;
        font-weight: 600
    }
