.woocommerce-order-downloads .date_range {
    display: flex;
    flex-direction: row;
}

.woocommerce-order-downloads .date_range .date{
    margin-right: 30px;
}
.woocommerce-order-downloads .date_range .date_value, .woocommerce-order-downloads  .pin_code .pin_code_value {
    font-family: Gilroy;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #323232;
}

.woocommerce-order-downloads .date_range .date_title {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #9EA5A9;
    margin-bottom: 12px;
}

.buy_alt {
    background: #00589C;
}

.button_1 .buy_alt > span {
    display: flow-root;
}

.button_1 .buy_alt .price {
    display: flex;
    align-items: flex-end;
    gap: 12px;
}

.button_1 .buy_alt .price del {
    text-decoration: line-through;
}

.catalog_index_section-aside .catalog_index_panel.additional_panel {
    margin-top: 16px;
    grid-gap: 8px;
}
.catalog_index_section-aside .catalog_index_panel-title {
    font-family: Gilroy;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;    
    color: #323232;
}

.cabinet_section-main .reader-element {
    height: calc(100vh - 75px);
    margin-top: 45px;
}

.reader footer {
    display: none;
}

@media (min-width: 1020px) {
    .cabinet_section-main .reader-element {
        height: calc(100vh - 130px);
        margin-top: 15px;
    }
}