

/* Start:/local/templates/new_design/css/delivery-terms.css?17544784704922*/
.delivery-terms__price-section-card-header_title, .delivery-terms__price-section-cards_title, .delivery-terms__block-info_title, .delivery-terms__title {
    font-weight: 500;
    font-size: 30px;
    color: #E2001A;
}
@media (max-width: 767px) {
    .delivery-terms__price-section-card-header_title, .delivery-terms__price-section-cards_title, .delivery-terms__block-info_title, .delivery-terms__title {
        font-size: 20px;
    }
}

.delivery-terms {
    padding-top: 0;
}
.delivery-terms .wrapper:first-child {
    margin-top: 24px;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .delivery-terms .wrapper:first-child {
        margin-top: 40px;
        margin-bottom: 20px;
    }
}
.delivery-terms__container {
    margin-bottom: 40px;
    max-width: 920px;
}
.delivery-terms__container:last-child {
    margin-bottom: 90px;
}
@media (max-width: 767px) {
    .delivery-terms__container:last-child {
        margin-bottom: 60px;
    }
}
.delivery-terms .hero-section {
    height: 365px;
}
@media (max-width: 767px) {
    .delivery-terms .hero-section {
        height: auto;
    }
}
.delivery-terms .delivery-section {
    height: 315px;
}
@media (max-width: 767px) {
    .delivery-terms .delivery-section {
        height: auto;
    }
}
.delivery-terms .contact-section {
    height: 315px;
    gap: 40px;
    justify-content: center;
}
@media (max-width: 767px) {
    .delivery-terms .contact-section {
        gap: 10px;
        height: auto;
        padding: 10px 9px 20px 10px;
    }
}
.delivery-terms__block-info {
    padding: 68px;
    display: flex;
    justify-content: space-between;
    height: 365px;
    border-radius: 30px;
    box-shadow: 0 0 20px 0 var(--primary-black-shadow);
}
@media (max-width: 767px) {
    .delivery-terms__block-info {
        padding: 20px 9px 10px 10px;
        flex-direction: column;
        gap: 10px;
    }
}
.delivery-terms__block-info_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 430px;
}
.delivery-terms__block-info_description {
    margin-top: 10px;
    margin-right: 20px;
}
@media (max-width: 767px) {
    .delivery-terms__block-info_description {
        margin-top: 4px;
        margin-right: 0;
    }
}
.delivery-terms__block-info_footnote {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .delivery-terms__block-info_footnote {
        margin-top: 12px;
        font-size: 12px;
    }
}
.delivery-terms__block-info_button {
    margin-top: 26px;
    height: 44px;
    border: 2px solid #E2001A;
    border-radius: 30px;
    padding: 11px 19px;
    width: max-content;
    font-weight: 500;
    color: #E2001A;
    line-height: 100%;
}
@media (max-width: 767px) {
    .delivery-terms__block-info_button {
        margin-top: 20px;
    }
}
.delivery-terms__text-section_description {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.delivery-terms__price-section {
    margin: 0 auto;
}
.delivery-terms__price-section table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
@media (max-width: 767px) {
    .delivery-terms__price-section table {
        display: none;
    }
}
.delivery-terms__price-section table caption {
    margin-bottom: 20px;
    text-align: start;
}
.delivery-terms__price-section th,
.delivery-terms__price-section td {
    text-align: center;
    border: 1px solid #D7D7D7;
    border-style: none solid solid none;
    padding: 4px 0;
}
.delivery-terms__price-section thead th {
    color: #444444;
}
.delivery-terms__price-section thead tr:first-child th {
    border-top-style: solid;
}
.delivery-terms__price-section thead tr:first-child th:first-child {
    border-left-style: solid;
}
.delivery-terms__price-section tbody tr td:first-child {
    border-left-style: solid;
}
.delivery-terms__price-section thead tr:first-child th:first-child {
    border-top-left-radius: 10px;
}
.delivery-terms__price-section thead tr:first-child th:last-child {
    border-top-right-radius: 10px;
}
.delivery-terms__price-section tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
.delivery-terms__price-section tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
.delivery-terms__price-section-cards {
    display: none;
    flex-direction: column;
    gap: 10px;
}
@media (max-width: 767px) {
    .delivery-terms__price-section-cards {
        display: flex;
    }
}
.delivery-terms__price-section-cards_title {
    margin-bottom: 20px;
}
.delivery-terms__price-section-card {
    padding: 20px;
    border: 1px solid #D7D7D7;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.delivery-terms__price-section-card-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}
.delivery-terms__price-section-card-body_price {
    font-weight: 500;
    font-size: 20px;
    color: #444444;
}
/* End */
/* /local/templates/new_design/css/delivery-terms.css?17544784704922 */
