small {
    opacity: 1 !important;
}

#t-header {
    position: fixed;
    width: 100%;
    z-index: 100;
}


    .t744__descr a {
    display: inline-flex;
    padding: 18px 15px;
    margin-top: 24px;
    border-radius: 4px;
    font-weight: 500;
}
.t744__descr a:first-of-type {
    background-color: #0051B2;
    color: #ffffff !important;
    font-size: 16px !important;
    box-sizing: border-box;
    width: calc(50% - 10px);
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}

.t744__descr a:first-of-type:hover {
    background-color: #003A80;
}
.t744__descr a:last-of-type {
    background-color: #ffffff;
    color: #1A1A1A !important;
    border: 1px solid #1A1A1A;
    font-size: 16px !important;
    box-sizing: border-box;
    width: calc(50% - 10px);
    align-items: center;
    justify-content: center;
}

.t744__descr a:last-of-type:hover {
    color: #003A80 !important;
    border: 1px solid #003A80;
}

.t706__cartwin_showed {
    z-index: 999999999;
}

.js-product-edition-option-name,
.js-product-edition-option-variants {
    font-family: 'Inter', Arial, sans-serif;
}

.t-product__option {
    display: flex;
}

.js-store-product {
    display: flex;
}

.t744__col_first {
    max-width: 500px !important;
    margin: 0;
}

.t744__col {
    max-width: 600px !important;
    margin: 0;
}

.t-product__option {
    align-items: center;
}

.js-product-edition-option {
    justify-content: space-between;
}

.t-product__option-title {
    font-size: 16px !important;
    line-height: 1.2 !important;
}

.t-product__option-select {
 font-size: 16px !important;
    line-height: 1.2 !important;
    background: #ffffff !important;
    border: 1px solid #AFAFAF !important;
    padding: 11px 40px 11px 16px !important;
}

.js-product .t-product__option-variants:after {
    border: none !important;
    bottom: 0;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    background-image: url('https://static.tildacdn.com/tild6266-3237-4737-a433-376163313262/chevron_down.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.t-store__card__btn {
    width: 100% !important;
}

.js-store-grid-cont {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.t-store__card {
    margin: 0;
    //max-width: 271px;
}

.js-store-prod-descr strong {
    display: block;
    margin-top: 32px;
}

.uc-table {
    overflow: hidden;
}

.uc-table .t-width {
    overflow-x: auto;
}

@media(max-width: 1220px) {
    .t744__descr a:first-of-type {
    width: 100%;
    padding: 12px 15px;
    margin-top: 12px;
}

.t744__descr a:last-of-type {
    width: 100%;
    padding: 12px 15px;
    margin-top: 12px;
}
}

@media(max-width: 1079px) {
    .js-store-product {
    flex-direction: column;
}
}

@media(max-width: 767px) {
    .t-store__card {
        padding: 0 8px;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    
    .js-store-grid-cont {
        gap: 12px;
    }
    
     .uc-catalog-col .js-store-grid-cont {
        flex-direction: column;
    }
    
    .uc-catalog-col .t-store__card {
        max-width: 100%;
        width: 100% !important;
    }
    
    .table-block {
        padding: 0 10px;
    }
    
    .uc-table .t-width {
     padding: 0 10px;
}

.t-popup__block-close {
    background: #fff !important;
}

}