

/* Start:/content/delivery/style.css?17531930019301*/
h1 {
    font-size: 16px!important;
    text-transform: uppercase!important;
    font-weight: 700!important;
}
h2, h3{
    font-size: 14px!important;
    text-transform: uppercase!important;
    font-weight: 700!important;
}

.shipment {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.shipment .header__title{
    margin-bottom: 30px;
    font-weight: 700;
}
.shipment__tab-header {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: space-around;
    gap: 5px 10px;
    margin: 20px 0 0 0;
}

.shipment__tab-item {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 18px;
    border: 1px solid #e3e3e3;
    border-bottom: 3px #fff;
    padding: 10px 10px 10px 20px;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
}

.shipment__tab-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.shipment__tab-icon img {
    min-width: 40px;
    height: 40px;
}
.shipment__tab-item[data-tab='5'] .shipment__tab-icon img {
    min-width: 44px;
    height: 44px;
}

.shipment__tab-icon svg {
    min-width: 40px;
    min-height: 40px;
}

.shipment__tab-body {
    position:relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 20px;
    margin-bottom: 20px;
    padding: 20px 20px 60px;
    border: 1px solid #e3e3e3;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    font-size: 14px;
}

.shipment .shipment__tab-body[data-tab="5"] .shipment-block__table td,
.shipment .shipment__tab-body[data-tab="5"] .shipment-block__table th
{
    text-align: left;
    padding: 10px;
}

.shipment .shipment__tab-body[data-tab="5"] td ul {
    padding-left: 15px;
    list-style: disc;
}

.shipment .shipment__tab-body[data-tab="5"] .shipment-block__table td:first-child {
    font-weight: 700;
}

.shipment__tab-active {
    z-index: 4;
    margin: 0 0 -1px 0;
    box-shadow: 0 -11px 24px -5px rgba(0, 0, 0, .07);
    background-color: #fff;
}

.shipment__tab-active .shipment__tab-title {
    color: #f48120;
    line-height: 10px;
}

.shipment .shipment__tab-title {
    line-height: 20px;
    text-align: left;
}

.shipment .shipment__inner-tab-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.shipment .shipment__inner-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    box-shadow: 0 0 19px -2px rgba(34, 60, 80, 0.17);
}

.shipment .shipment__inner-heading {
    font-size: 18px;
}

.shipment .shipment__inner-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 20px;
}

.shipment .shipment-block {
    padding: 20px 30px;
    font-size: 16px;
    line-height: 150%;
}

.shipment .shipment-block ul {
    list-style-type: circle;
}

.shipment .shipment-block ul li:first-letter {
    text-transform: uppercase;
}

.shipment .shipment-block__wide {
    width: 100%;
}

.shipment .shipment__double {
    grid-column: 2/4;
}
.shipment a {
    color: #666;
    text-decoration: none;
    border-bottom: 1px solid #666;
    cursor: pointer;
    /*color: #0000ff;*/
    /*text-decoration: none;*/
    /*border-bottom: 1px solid #0000ff;*/
}

.shipment a:hover {
    color: #f48120;
    border-color: #f48120;
}

.shipment .shipment__contact {
    color: #0000ff;
    text-decoration: none;
    border-bottom: 1px solid #0000ff;
}

.shipment .shipment__contact:hover {
    color: #f48120;
    border-color: #f48120;
}

.shipment-block__descr {
    display: none;
}


.shipment .shipment-block.shipment__notification {
    grid-column: 1 / 4;
    border: 1px solid #f48120;;
}

.shipment .shipment-block__title {
    width: 100%;
    border-radius: 30px;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.shipment .shipment__description {
    margin: 10px 0;
}

.shipment .shipment-block__table {
    width: 100%;
}

.shipment .shipment-block__table td {
    height: 40px;
    vertical-align: middle;
    padding: 5px;
}

.shipment .shipment-block__table td span {
    color: red;
}

.shipment .shipment-block__table tbody tr:nth-child(odd) {
    background-color: #f4812114;
}
.shipment .shipment-block__table tbody tr:nth-child(even) {
    background-color: #f4812005;
}
.shipment .shipment-block__table td:last-child {
    text-align: right;
}

.shipment .shipment-block__correct {
    margin: 16px 0 0 0;
}

.shipment .shipment__double td,
.shipment .shipment__double th {
    width: 25%;
    padding: 5px;
    border: 1px solid #dddddd;
    text-align: center;
}

.shipment .shipment__double td:last-child {
    text-align: center;
}

.shipment .shipment__double .shipment-block__title {
    /*width: 50%;*/
    margin: 0 auto 20px;
}

.shipment .shipment__inner-info.shipment__wide {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
}

@media screen and (max-width: 991px){

    .shipment .shipment__tab-header {
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
    }

    .shipment .shipment__inner-info {
        grid-template-columns: repeat(2, 1fr);
    }

    .shipment .shipment-block.shipment__notification {
        grid-column: 1 / 3;
    }

    .shipment .shipment__double {
        grid-column: 1 / 3;
    }
}

@media screen and (max-width: 870px){
    .shipment .shipment__tab-title {
        line-height: 15px!important;
        font-weight: 500!important;
    }
}

@media screen and (max-width: 768px){
    .shipment .shipment__inner-info {
        display: flex;
        flex-direction: column;
    }

    .shipment .shipment__tab-header {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }
}

@media screen and (max-width: 670px){
    .shipment .shipment__tab-icon img,
    .shipment .shipment__tab-icon svg
    {
        min-width: 30px;
        height: 30px;
    }
    .shipment__tab-item[data-tab='5'] .shipment__tab-icon img {
        min-width: 33px;
        height: 33px;
    }
    .shipment .shipment__tab-title {
        font-size: 12px!important;
    }

    .shipment .shipment__tab-body[data-tab="5"] .shipment__inner-info {
        overflow-x: scroll;
    }
}

@media screen and (max-width: 570px){
    .shipment .shipment__tab-icon img,
    .shipment .shipment__tab-icon svg
    {
        min-width: 20px;
        height: 20px;
    }
    .shipment__tab-item[data-tab='5'] .shipment__tab-icon img {
        min-width: 22px;
        height: 22px;
    }
    .shipment .shipment__tab-title {
        font-size: 12px!important;
    }

    .shipment .shipment__inner-heading {
        font-size: 16px!important;
    }

    .shipment .shipment__description {
        margin: 0;
    }

    .shipment .shipment-block:not(.shipment__notification) {
        padding: 0 0 20px 0;
    }

    .shipment .shipment__double {
        padding: 0;
    }
    .shipment .shipment__double td,
    .shipment .shipment__double th {
        width: 100%;
        border: none;
    }

    .shipment .shipment__double thead {
        display: none;
    }

    .shipment .shipment__double tr {
        display: block;
        margin-bottom: 1rem;
    }

    .shipment .shipment__double .shipment-block__descr {
        display: flex;
    }

    .shipment .shipment__double td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 40px;
        text-align: right;
    }

    .shipment .shipment__double td:first-child {
        justify-content: start;
        flex-wrap: wrap;
        height: 80px;
        font-weight: bold;
    }

    .shipment .shipment__double td:last-child {
        text-align: right;
    }

    .shipment .shipment__double td::before {
        content: attr(aria-label);
        flex-shrink: 0;
        font-weight: bold;
        margin-right: 15px;
    }

    .shipment .shipment__double td:first-child::before {
        content: '';
        display: none;
    }

    .shipment .shipment__double td:first-child:after {
        content: attr(aria-label);
        flex-shrink: 0;
        width: 100%;
        font-weight: normal;
    }

    .shipment .shipment__double tbody td:nth-child(even) {
        background-color: #f4812114;
    }

    .shipment .shipment__double tbody td:nth-child(odd) {
        background-color: #f4812005;
    }
}

@media screen and (max-width: 490px){
    .shipment .shipment__inner-header {
        padding: 10px;
    }

    .shipment .shipment__tab-body {
        padding: 0;
    }

    .shipment .shipment-block.shipment__notification {
        padding: 10px;
    }
}

@media screen and (max-width: 400px){
    .shipment .shipment__tab-item:last-child {
        gap: 0;
    }
    .shipment .shipment__tab-item:last-child .shipment__tab-icon {
        display: none;
    }
}

@media screen and (max-width: 340px){
    .shipment .shipment__tab-item:not(:last-child) {
        gap: 10px;
    }
    .shipment .shipment__tab-item {
        padding: 10px;
    }
    .shipment .shipment__tab-item .shipment__tab-icon img {
        min-width: 25px;
        height: 25px;
    }
    .shipment__tab-item[data-tab='5'] .shipment__tab-icon img {
        min-width: 28px;
        height: 28px;
    }
}

/* End */
/* /content/delivery/style.css?17531930019301 */
