

/* Start:/local/templates/DT/assets/css/delivery.css?17745111995613*/
.delivery__city-select,
.delivery__partners,
.delivery__methods,
.delivery__documents,
.delivery__services {
    margin: 40px 0 80px;
}
.city-select__wrapper {
    position: relative;
    width: 100%;
    height: 140px;
    padding: 24px;
    border-radius: 8px;
    background: linear-gradient(to right, #000000 50%, #093679 100%);
}
.city-select__wrapper img.city-select__map-pin {
    position: absolute;
    right: 5%;
    top: -40%;
    height: 200px;
    max-width: none;
    max-height: none;
    transform: scaleX(-1);
}
.city-select__wrapper .city-select__title {
    font-size: 24px;
    font-weight: 700;
    color: white;
    margin-bottom: 24px;
}
.city-select__wrapper .city-select__block {
    display: inline-flex;
    align-items: center;
    column-gap: 24px;
}
.city-select__wrapper .city-select__block > * {
    color: white;
}
.partners__wrapper {
    padding: 24px;
    border-radius: 8px;
    background-color: var(--color-lightgray);
}
.partners__wrapper .partners__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
    color: var(--color-blue);
}
.partners__wrapper .partners__subtitle {
    margin-bottom: 24px;
}
.partners__wrapper .partners__slider {
    display: flex;
    overflow: hidden;
}
.partners__wrapper .partners__slider .partners-slider__item {
    overflow: hidden;
    border-radius: 8px;
}
.methods__title,
.documents__title,
.services__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}
.delivery__documents .tab-content__title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 18px;
}
.delivery__documents .tab-content__table {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    border: 1px solid #1F283150;
    margin-bottom: 48px;
}
.delivery__documents .tab-content__table .table-left,
.delivery__documents .tab-content__table .table-right {
    display: flex;
    flex-direction: column;
    width: 50%;
}
.delivery__documents .tab-content__table .table-left {
    border-right: 1px solid #1F283150;
}
.delivery__documents .tab-content__table .table-head {
    border-bottom: 1px solid #1F283150;
    background-color: #E8F3FF !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 12px;
    min-height: 40px;
}
.delivery__documents .tab-content__table .table-cell {
    padding: 8px 12px;
    min-height: 40px;
}
.delivery__documents .tab-content__table .table-cell:nth-child(2n-1) {
    background-color: var(--color-lightgray);
}

.delivery__services .services__slider {
    margin: 32px 0 48px;
}
.delivery__services .services-slider__item {}
.delivery__services .services-slider__item .services-item__top {
    display: flex;
    align-items: center;
    column-gap: 18px;
}
.delivery__services .services-slider__item .services-item__top-icon {
    width: 48px;
    height: 48px;
    border: 1px solid var(--color-gray);
}
.delivery__services .services-slider__item .services-item__top-title {
    font-size: 18px;
    font-weight: 600;
}
.delivery__services .services-slider__item .services-item__text {
    margin-top: 18px;
}

@media(max-width: 1399px) {
    .delivery__documents .tab-content__table .table-cell:nth-child(2) {
        min-height: 60px;
    }
}
@media(max-width: 1199px) {
    .delivery__documents .tab-content__table .table-head {
        min-height: 60px;
    }
    .delivery__documents .tab-content__table .table-cell:nth-child(3),
    .delivery__documents .tab-content__table .table-cell:nth-child(5) {
        min-height: 60px;
    }
}
@media(max-width: 991px) {
    .city-select__wrapper {
        height: auto;
        overflow: hidden;
    }
    .city-select__wrapper img.city-select__map-pin {
        top: -5%;
        right: -15%;
        height: 120%;
    }
    .city-select__wrapper .city-select__title {
        width: 60%;
        line-height: 1.5;
    }
    .city-select__wrapper .city-select__block {
        flex-direction: column;
        row-gap: 20px;
        align-items: baseline;
    }
    .delivery__documents .tab-content__table {
        flex-wrap: wrap;
    }
    .delivery__documents .tab-content__table .table-left, .delivery__documents .tab-content__table .table-right {
        width: 100%;
        border-right: none;
    }
    .delivery__documents .tab-content__table .table-right .table-head {
        border-top: 1px solid #1F283150;
    }
    .delivery__documents .tab-content__table .table-head {
        min-height: 40px;
    }
    .delivery__documents .tab-content__table .table-cell {
        min-height: 40px !important;
    }
    .tab-content[data-id="yuridicheskye"] .table-right .table-cell:last-child,
    .tab-content[data-id="fizicheskye"] .table-left .table-cell:last-child,
    .tab-content[data-id="fizicheskye"] .table-left .table-cell:last-child {
        display: none;
    }
}
@media(max-width: 767px) {
    .city-select__wrapper img.city-select__map-pin {
        top: -10%;
        right: -20%;
    }
    .city-select__wrapper .city-select__title {
        font-size: 20px;
    }
}
@media(max-width: 450px) {
    .city-select__wrapper img.city-select__map-pin {
        right: -30%;
    }
    .city-select__wrapper .city-select__title {
        width: 80%;
    }
}
@media(max-width: 380px) {
    .city-select__wrapper img.city-select__map-pin {
        right: -35%;
    }
    .city-select__wrapper .city-select__title {
        width: 90%;
        font-size: 16px;
    }
}
/* End */
/* /local/templates/DT/assets/css/delivery.css?17745111995613 */
