


@media(width>1200px){
    .js-store-prod-all-text span {
    font-size: 24px;
    color: grey !important;
}
.js-store-prod-all-text{
    order: 2;
    font-size: 24px;
}
a.js-store-close-text.t-store__prod-popup__close-txt.t-descr.t-descr_xxs{
    font-family: HelveticaNeueCyr;
}
.t-popup__container-animated .t-store__prod-popup__col-right {
    display: flex;
    flex-direction: column;
}
.t-popup__container-animated .t-store__prod-popup__btn-wrapper {
    order: 1;
    padding-top: 20px;
}
.t-popup__container-animated .t-store__prod-popup__btn {
    width: 100%;
    height: 100px;
    font-size: 24px;
}
.t-popup__container-animated .t-name_xl {
    font-size: 64px;
    letter-spacing: -0.03em;
}


.t-store__prod-popup__btn-wrapper{
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}
.secondbtn{
     color: rgba(0, 0, 0, 0.6);
     cursor:pointer;
    font-family: "HelveticaNeueCyr", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-decoration: underline;
    background: transparent;
    border: none;
    text-align: left;
    } 
    .secondbtn:hover{
     color: #ff4a4a !important;
     background-color: #e2e2e2;
    }

.js-store-prod-all-text a {
    font-family: "HelveticaNeueCyr", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6)!important;
}
.t-store__prod-popup__close-txt{
    font-family: "HelveticaNeueCyr", sans-serif;
}
}