@media only screen and (max-width: 1300px) {
    .tabs-container-right {
        padding: 12px;
    }
    .tm-table tbody tr td {
        height: 40px;
        padding: 1px 12px;
        line-height: 1;
        font-size: 13px;
    }
    .tm-bage {
        vertical-align: text-top;
    }
}






@media only screen and (min-width: 992px) {
	
}

@media only screen and (max-width: 991px) {
	header .container {
        height: 117px;
        gap: 8px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .header-title {
        font-size: 20px;
    }
    .header-search {
        width: 100%;
    }
    .dir-search-block {
        width: 100%;
    }
    .center {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .tracking {
        padding: 12px;
    }
    .tracking-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .tabs-container {
        flex-direction: column;
        gap: 12px;
        margin-top: 12px;
    }
    .tabs-container-left {
        width: 100%;
    }
    .tabs-container-right {
        width: 100%;
    }
    .step-label {
        font-size: 14px;
        margin-top: 3px;
    }
    .step-date {
        font-size: 11px;
        margin-top: 3px;
    }
    .tab-pane .swiper .swiper-button-next, .tab-pane .swiper .swiper-button-prev {
        display: none;
    }
    .swiper {
        border-radius: 8px;
    }
    /* иначе у .swiper height: 0 — iframe с height:100% остаётся дефолтным (~150px) */
    .tabs-module .swiper {
        aspect-ratio: 16 / 9;
    }
    .download-btn {
        height: 34px;
        font-size: 14px;
        position: inherit;
        bottom: 0;
        margin-top: 24px;
        width: 100%;
    }
    .tab-pane .swiper-pagination {
        display: block;
        margin-top: 2px;
    }
    .footer-text {
        font-size: 20px;
    }

}

@media only screen and (max-width: 640px) {
	
}

@media only screen and (max-width: 640px) {
	
}






















