.t-name_xl {
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: -0.3px;
}
.t-store__prod-popup__btn {
    display: none !important;
}

@media screen and (min-width: 1200px) {
.t-store .t-popup__container {
    max-width: 1200px !important;}}


    .js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 30px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: -0.3px;
}
.js-store-prod-text a:first-of-type {
    background-color: #7A2D19;
    color: #E8DABF !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #7A2D19;
    color: #E8DABF !important;
}

.js-store-prod-text a:first-of-type:before {
   
    margin-right: 10px;
}

.js-store-prod-text a:last-of-type:before {
   
    margin-right: 10px;
}
.t706__cartwin_showed {
    z-index: 999999999;
}


[data-record-type="215"] {
    /* Укажи величину смещения для разрешения больше 1200px */
    top: -70px;
    position: relative;
}
@media (max-width: 1199px) {
    [data-record-type="215"] {
        /* Укажи величину смещения для разрешения 961-1200px */
        top: -70px;
        position: relative;
    }
}
@media (max-width: 959px) {
    [data-record-type="215"] {
        /* Укажи величину смещения для разрешения 641-960px */
        top: -70px;
        position: relative;
    }
}
@media (max-width: 639px) {
    [data-record-type="215"] {
        /* Укажи величину смещения для разрешения 481-640px */
        top: -70px;
        position: relative;
    }
}
@media (max-width: 479px) {
    [data-record-type="215"] {
        /* Укажи величину смещения для разрешения меньше 480px */
        top: -70px;
        position: relative;
    }
}



@media screen and (max-width: 560px) {
    .t-popup__close {
        background: #693328 !important;
    }
    .t-popup__close-icon rect {
        fill: #E8DABF !important;
    }
    .t-popup__close-icon {
        width: 16px !important;
    }
    
}


 .t-title { 
     font-family:'Eskin',Arial,sans-serif !important;
     text-transform: uppercase;
     font-weight: 500;}

.t-title_xxs {
    font-size: 50px;
    line-height: 1.23;

 }
.t-redactor__h3 {
        font-family: 'Inter';
    letter-spacing: -1 px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;}

.tc-header {
    padding: 120px 40px 30px;
    background: #E8DABF;
}

.tc-header.-first {
    padding: 30px 40px 30px;
    background: #E8DABF;
}

.tc-header-title {
    display: block;
    color: #693328;
    font-size: 62px;
    font-family: 'Eskin', Arial, sans-serif;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    border-color: transparent;
}

a.tc-header-title {
    position: relative;
    color: #6A3525 !important;
    transition: ease-in-out 300ms all;
    text-decoration: underline !important;
    text-underline-offset: 4px !important;
    text-decoration-thickness: 1px !important;
}

a.tc-header-title:hover {
    text-decoration-thickness: 2px !important;
    cursor: pointer;
}

.tc-header-subtitle {
    display: block;
    color: #693328;
    font-family: 'Eskin', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px; 
    letter-spacing: 1px;
    margin-bottom: 20px;
    opacity: 0.6;
    text-transform: uppercase;
    border-color: transparent;
}

.tc-header-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.tc-header-tab {
    padding: 10px 20px;
    color: #6A3525 !important;
    font-family: 'Eskin', Arial, sans-serif;
    font-weight: 400;
    border-radius: 100px;
    border: 1px solid #6A3525;
    transition: ease-in-out 200ms all;
    
    font-size: 14px;
    line-height: 20px; 
}

.tc-header-tab.-active {
    color: #E8DABF !important;
    background: #6A3525;
}

.tc-header-tab:not(.-active):hover {
    background: rgba(255,255,255,0.3);
    cursor: pointer;
}

.tc-header-title.-center {
    text-align: center;
}

.tc-header-title.-fw-700 {
    font-weight: 700;
}

/*footer {*/
/*    opacity: 100 !important;*/
/*}*/

@media screen and (max-width: 960px) {
    .tc-header {
        padding: 60px 20px 20px;
    }
}

@media screen and (max-width: 640px) {
    .tc-header-title {
        font-size: 56px;
    }
}

@media screen and (max-width: 480px) {
    .tc-header-title {
        font-size: 36px;
    }
}


@media screen and (max-width: 320px) {
    .tc-header__title {
        font-size: 32px;
    }
}

