.t-store__card__mark{
    color: #000000!important;
    font-size: 16px;
    font-weight: 600;
    background-color: #ffce91!important;
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
}
.t760__btn{
    font-size:20px;
}
 .js-store-prod-text a {
    display: inline-block;
    padding: 10px 0px;
    text-align:center;
    width:100%;
    border-radius: 100px;
    font-weight: 600!important;
    border-bottom: unset!important;
    box-shadow: unset!important;
    font-family: TildaSans!important;
    font-size:18px!important;
}
.js-store-prod-text a:first-of-type {
    background-color: #fdffda;
    border: 1px solid #d5cc71;
    color: #4c4c4c !important!important;
}
.js-store-prod-text a:last-of-type {
    background-color: #fdffda!important;
    border: 1px solid #d5cc71!important;
    color: #4c4c4c !important;
}
.t706__cartwin_showed {
    z-index: 999999999;
}
#rec424011719 .tn-elem[data-elem-id="1647415823694"] .tn-atom{
    background: linear-gradient(180deg, #188E2B 0%, #30B445 100%);
    box-shadow: 0px 10px 35px rgba(28, 162, 49, 0.65), inset 0px 0px 20px rgba(97, 215, 116, 0.5);
}
.point_menu .tn-atom{
    transition: all 1s ease-out;
}
.point_menu .tn-atom:hover{
    opacity:0.7;
    text-decoration: underline!important;
}
.hover_shadow{
    transition: all 0.5s ease-out;
}
.hover_shadow:hover{
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.t344__descr ul li a:hover{
    text-decoration: underline!important;
}
@media(max-width:450px){
    .t344__title_uppercase{
        text-align:center!important;
        font-size: 14px!important;
    }
    .t344__descr li{
        text-align:center!important;
        font-size: 14px!important;
    }
}
.news_posts{
    display: flex;
    flex-wrap: wrap;
}
.news_contaner{
    width: 50%;
    height: 300px;
    overflow: hidden;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    transition: 0.5s;
}
.news_contaner:hover{
    background-size: 120%;
}
.news_text{
    font-family: 'TildaSans',Arial,sans-serif;
    color:#fff;
    font-size:20px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding:20px;
    padding-bottom:40px;
}
.news_img_brightness{
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    position: absolute;
}
.detail_news_container_text{
    width: 50%;
}
.detail_news_title{
    font-family: 'TildaSans',Arial,sans-serif;
    font-size: 24px;
    margin-bottom: 30px;
}
.detail_news_text{
    white-space:pre-line;
    font-family: 'TildaSans',Arial,sans-serif;
    font-size: 18px;
}
.detail_news_container{
    display: flex;
    justify-content: space-between;
}
.news_gallery{
    position:sticky!important;
    top:40px;
    width: 45%;
    border-radius:10px;
    overflow: scroll;
    display: flex;
    background:#f2f2f2;
    height: fit-content;
}
.news_gallery div{
    width:400px;
    margin: auto 0;
}
.news_gallery::-webkit-scrollbar {
    display: none;
}
.news_gallery div img{
    width:100%;
}
.center_img{
    margin:0 auto!important;
}
.mobile_width{
    width: 320px!important;
}
.swiper-pagination-bullet{
    background: #fff!important;
    opacity:0.5!important;
}
.swiper-pagination-bullet-active{
    background: #fff!important;
    opacity:1!important;
}
@media(max-width:900px){
    .detail_news_container{
        display:block;
    }
    .news_gallery{
        position:relative!important;
        width:100%;
        margin-bottom: 20px;
    }
    .detail_news_container_text{
        width:100%;
        margin-top: 70px;
    }
    .news_contaner{
        width:100%;
    }
    #rec610751179{
        padding-top:0!important;
    }
}
@media(max-width:450px){
    .news_gallery div{
        width:250px;
    }
}