

/* Start:/local/components/scid/page.products.delivery/templates/.default/style.css?17544685177616*/
p {
    margin: 0;
}

/* Главный контейнер */
.page-delivery {
    padding: 0 10px;
}

/* Заголовок */
.page-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
    color: #1E293B;
    margin-bottom: 40px;
}

.page-title__city {
    color: #009298;
}

/* контейнер с типами доставки и меню справа */
.types-and-menu-container {
    display: flex;
    justify-content: space-between;
    gap: 48px;
}

/* Контейнер с раскрывашками */
.content-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1112px;
}

/* Типы доставки */
.delivery-container {
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.delivery-main-info-wrapper {
    display: flex;
    flex-direction: column;
    padding: 24px 24px 0 24px;
}

.delivery-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.delivery-icon {
    min-width: 30px;
    width: 30px;
    min-height: 30px;
}

.fast {
    background-image: url('/local/templates/v22/assets/images/fast_delivery_icon.svg');
}

.courier {
    background-image: url('/local/templates/v22/assets/images/delivery_by_courier_icon.svg');
}

.page-delivery .pickup{
    background-image: url('/local/templates/v22/assets/images/pickup_icon.svg');
}

.delivery-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
    margin: 0;
}

.delivery-additional {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #009298;
}

.delivery-info {
    display: flex;
    gap: 24px;
}

.info-container {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.container-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #94A3B8;
    margin: 0;
}

.info-container__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}

.info-container__text-additional {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
}

.delivery-text-list {
    padding: 0 0 0 24px;
}

.toggle-container p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}


/* меню справа */
.menu-container {
    width: 402px;
}

@media (max-width: 1020px) {
    .menu-container {
        display: none;
    }
}

.menu-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu-item {
    padding: 20px 24px;
    cursor: pointer;
    background-color: #fff;
}

@media (max-width: 1220px) {
    .menu-item {
        padding: 10px 12px;
    }
}

.menu-item:first-child {
    border-radius: 8px 8px 0 0;
}

.menu-item:last-child {
    border-radius: 0 0 8px 8px;
}

.menu-item__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #1E293B;
    margin: 0;
}

.menu-item:hover .menu-item__text {
    color: #009298;
}

/* Стили раскрывашки */
.toggle-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    border: none;
    background: none;
    padding: 20px 24px;
    width: 100%;
    text-align: left;
}

/* Стиль для стрелки */
.toggle-arrow {
    background-image: url('/local/templates/v22/assets/images/toggle_arrow.svg');
    width: 14px;
    height: 8px;
    transition: transform 0.3s ease;
    transform: rotate(180deg);
}

/* Контейнер с контентом */
.toggle-container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    box-sizing: border-box;
    padding: 0 24px;
}

/* Стиль для видимого состояния контента */
.toggle-container.open {
    max-height: 2200px;
}

.condition-item {
    background-color: #fff;
    border-radius: 8px;
}


/* Условия доставки */
.page-subtitle {
    font-size: 48px;
    font-weight: 500;
    line-height: 36px;
    color: #1E293B;
    margin-bottom: 40px;
    margin-top: 80px;
}

.condition-item .toggle-button {
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
}

.condition-text-list {
    list-style-type: initial;
    padding: 0 0 0 24px;
}

.condition-text-list-numeric {
    padding: 0;
}

.page-delivery ul li::before {
    display: none;
}

.condition-text-list .condition-text-item {
    padding: 0;
}

.condition-text-list-numeric .condition-text-list {
    padding-left: 20px;
}

.page-delivery .condition-text-list-numeric li::before {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: counter;
    content: counter(counter) '. ';
    line-height: 24px;
    font-weight: normal;
    font-size: 16px;
    color: #1E293B;
}

.toggle-container .payment-list-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
}

.additional-link {
    color: #00A2A9;
    cursor: pointer;
}

.additional-link:hover {
    text-decoration: none;
    color: #00A2A9;
}

/* Оплата */

.toggle-container .payment-text {
    margin-bottom: 20px;
}

.condition-text-item .payment-list-subtitle {
    padding-top: 20px;
    margin-bottom: 8px;
}

.condition-text-item .condition-text {
    padding-top: 20px;
}

/* Условия возврата и обмена */
.toggle-container .exchange-text {
    margin-bottom: 20px;
}

.toggle-container .exchange-subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
}

.toggle-container .exchange-text-list {
    padding-left: 20px;
}

/* Юридическая и правовая информация */
.docs-container {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #00A2A9;
}

.docs-container:hover {
    text-decoration: none;
    color: #009298;
}

.ico {
    width: 55px;
    min-width: 55px;
    height: 32px;
    background-color: #009298;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.docs-container:hover .ico {
    background-color: #00A2A9;
}

/* Кнопка */

.page-delivery__button {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 20px;
    color: #fff;
    background-color: #009298;
    border: none;
    border-radius: 8px;
    margin-top: 40px;
}

.page-delivery__button:hover {
    background-color: #00A2A9;
}

@media (max-width: 768px) {
    .page-title {
        font-size: 32px;
        line-height: 38.73px;
    }

    .delivery-title {
        font-size: 24px;
        line-height: 30px;
    }

    .info-container__text {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }

    .info-container__text-additional {
        font-size: 20px;
        font-weight: 500;
        line-height: 26px;
    }

    .condition-item .toggle-button {
        font-size: 24px;
        font-weight: 500;
        line-height: 30px;
    }

    .page-subtitle {
        font-size: 32px;
        font-weight: 500;
        line-height: 38.73px;
    }
}

/* нет доставки */
.delivery-not {
    padding: 0 24px 24px 24px;
}

.delivery-not p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

/* End */
/* /local/components/scid/page.products.delivery/templates/.default/style.css?17544685177616 */
