.top-content-site-container.category-bg-header.shipment-bg-header {
    background: url('/catalog/view/theme/default/image/site/shipment_bg.jpg');
}

.shipments-item {
    display: flex;
    padding: 10px 10px 10px 10px;
    border: 1px solid #B1B1B1;
    border-radius: 8px;
    min-height: 71px;
    align-items: center;
}

.shipments-wrapper {
    width: 800px;
    margin: 0 auto;
}

@media(max-width: 800px) {
    .shipments-wrapper {
        width: 100%;
    }
}

.shipments-name {
    display: flex;
    width: 55%;
}

.shipment-phones__branch-name {
    width: 100%;
}

.shipments-item.shipments-item__last .shipments-name {
    width: 92%;
}

.shipments-item.shipments-item__last .shipment-price {
    width: 8%;
}

.shipments-item.shipments-item__last {
    margin-top: 24px;
    margin-bottom: 12px;
}

.shipment-price {
    text-align: left;
    width: 45%;
}

.shipments-name__title {
    text-transform: uppercase;
    color: #181818;
    font-weight: 400;
    font-size: 16px;
}

.shipments-name__desc {
    color: #5F5F5F;
    font-weight: 400;
    font-size: 12px;
    margin-top: 5px;
}

.shipments-wrapper__title {
    color: #181818;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 24px;
}

.shipment-main-desc {
    font-weight: 400;
    font-size: 12px;
    color: #5F5F5F;
    line-height: 19px;
    margin-top: 12px;
    margin-bottom: 24px;
}

.shipments-name__icon {
    margin-right: 14px;
}

.shipment-price__title {
    font-weight: 400;
    font-size: 16px;
    color: #FF6D00;
    text-align: right;
    direction: rtl;
    display: none;
}

.shipment-price__desc {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #5F5F5F;
    margin-top: 5px;
}

.shipment-main-phone {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 24px;
}

.shipment-main-phone-data {
    display: flex;
    font-size: 16px;
    align-items: center;
}

.shipment-main-phone-data-text {
    margin-left: 12px;
    margin-right: 12px;
}

.shipment-phones__wrapper {
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
    gap: 12px;
}

.shipment-phones__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #B1B1B1;
    padding: 10px;
}

.shipment-phones__item .shipment-phones__branch-name span {
    display: block;
}

.shipment-phones__item .shipment-phones__branch-name span:nth-of-type(1) {
    min-width: 75px;
    display: inline-block;
    margin-bottom: 12px;
}

.shipment-phones__item a {
    font-size: 16px;
    color: #181818;
}

.shipment-phones__item span:nth-of-type(2) {
    color: #5F5F5F;
    font-weight: 400;
    font-size: 12px;
    margin-right: 12px;
}

@media (max-width: 767px) {

}

@media (max-width: 500px) {

}