#rec673516210 input.t-input {font-size:12px;}
#rec673516210 .t-submit {font-size: 10px; padding: 5px;}

.t-store__prod-popup__price-value, .t-store__prod-popup__price-currency, .t-store__prod__price-portion{color:black;}

.t-sociallinks__item.t-sociallinks__item_whatsapp svg path{fill:#24d366;}
.t-sociallinks__item.t-sociallinks__item_telegram svg path{fill:#229ED9;}


/*whatsapp */

.whatsapp-button {
    position: fixed;
    right: 13px;
    bottom: 90px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    /*z-index: 9999;*/
    z-index: 99999999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button img{width: 30px;
    position: relative;
    top: 5px;}
.whatsapp-button svg{width: 100%;
    position: relative;
    top: 6px;
    height: 43px;}
.whatsapp-button svg path {fill:#fff;}

.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}
@media (max-width : 800px) {  
.whatsapp-button {   
    bottom: 5px; /*отступ кнопки снизу от экрана*/
    left: 70px; /*отступ кнопки слева от экрана(right - справа)*/
  }
}


/*whatsapp end*/


@media screen and (max-width: 520px){
    .t-title_xs {font-size:20px;}
    #rec544547569 .t1066__textwrapper {padding-left: 20px;}
    #rec544547569 .t-heading div {font-size:14px !important;}
    #rec544547569 .t-descr div, #rec544547569 .t-descr div span{font-size:14px !important;}
    .t-title_xl {font-size: 20px;}
    .t651 .t651__btn-text {font-size: 12px;
        font-weight: normal;
        right: 70px;
        padding: 5px;}
    .t-tildalаbеl__wrapper{width:auto;}
    #tildacоpy a div{width:auto;}
    
    .t-descr_xxs {font-size: 16px;}
    
    
}

@media screen and (max-width: 640px) {
    .t-name_md {
        font-size: 20px;
        font-weight: 500 !important;
    }
    .t-btn_sm{font-size:18px;}
    
    .uc-top2024 .t-name_xs{font-size:16px;}
}