.checkout-banner {
    position: relative;
    display: flex;
    gap: 1.25rem;
}

.checkout-banner-block {
    width: 50%;
}

.checkout-banner-content {
    padding: 3rem 0;
}

.checkout-banner-image {
    position: relative;
    padding-top: 25%;
}

/*.checkout-banner-image div {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 50%;*/
/*    margin-left: calc(-40 * var(--vw, 1vw));*/
/*    width: calc(40 * var(--vw, 1vw));*/
/*    height: 100%;*/
/*}*/

.checkout-banner-image div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -8rem;
}

.checkout-banner-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: left;
}

.checkout-banner-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 43rem;
    width: 28%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 96%);
    pointer-events: none;
}

.checkout-banner-decors {
    position: relative;
    display: flex;
    justify-content: end;
    margin-bottom: 3rem;
}

.checkout-banner-decors:after,
.checkout-banner-decors:before {
    content: '';
    position: absolute;
    top: 0;
    width: 9rem;
    height: 9rem;
    background-repeat: no-repeat;
}

.checkout-banner-decors:after {
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 355 272' fill='none'%3E%3Cpath d='M334.279 69.4424V202.557L219 269.112L103.721 202.557V69.4424L219 2.88672L334.279 69.4424Z' stroke='%230D66B0' stroke-width='5'/%3E%3Cpath d='M153.38 77.3652V158.634L83 199.268L12.6201 158.634V77.3652L83 36.7314L153.38 77.3652Z' stroke='%230D66B0' stroke-width='3'/%3E%3C/svg%3E");
}

.checkout-banner-decors:before {
    left: 30%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 355 272' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.7207 69.4424V202.557L136 269.112L251.279 202.557V69.4424L136 2.88672L20.7207 69.4424Z' stroke='%230D66B0' stroke-width='5'/%3E%3Cpath d='M201.62 77.3652V158.634L272 199.268L342.38 158.634V77.3652L272 36.7314L201.62 77.3652Z' stroke='%230D66B0' stroke-width='3'/%3E%3C/svg%3E");
}

.checkout-banner_logo {
    margin-top: 3rem;
    width: 40%;
}

.checkout-banner_text {
    position: relative;
    font-family: "Montserrat";
    color: var(--color-primary);
    font-size: 2.75rem;
    font-weight: 800;
    line-height: normal;
}

.checkout-banner_text:after {
    content: '';
    position: absolute;
    top: 72%;
    right: 0;
    width: 11rem;
    height: 10rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 355 272' fill='none'%3E%3Cpath d='M334.279 69.4424V202.557L219 269.112L103.721 202.557V69.4424L219 2.88672L334.279 69.4424Z' stroke='%230D66B0' stroke-width='5'/%3E%3Cpath d='M153.38 77.3652V158.634L83 199.268L12.6201 158.634V77.3652L83 36.7314L153.38 77.3652Z' stroke='%230D66B0' stroke-width='3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}



.checkout-info {
    padding-top: 7rem;
}



.checkout-map {
    display: flex;
    justify-content: space-between;
    padding-top: 4rem;
}

.checkout-map-block:nth-child(1) {
    width: 54%;
}

.checkout-map-block:nth-child(2) {
    width: 44%;
}

.checkout-map-text {
    text-align: center;
    padding: 1.75rem .75rem;
    border-radius: 20px;
    background-color: #0D66B0;
    color: #fff;
    font-family: "Montserrat";
    font-size: 3.25rem;
    font-weight: 800;
}

.checkout-map-text span {
    font-size: 3rem;
    font-weight: 600;
}


/*@media (min-width: 1999px) {*/
/*    .checkout-banner_logo {*/
/*        margin-right: -21rem;*/
/*    }*/
/*    .checkout-banner_text:after {*/
/*        right: -21rem;*/
/*    }*/
/*    .checkout-banner-decors:before {*/
/*        left: 50%;*/
/*    }*/
/*    .checkout-banner_text {*/
/*        padding-right: 0;*/
/*    }*/
/*}*/
@media (max-width: 1420px) {
    .checkout-banner-image:after {
        left: 32rem;
    }
    .checkout-banner-image img {
        object-position: left;
    }
    .checkout-banner-decors:before {
        left: 30%;
    }
    .checkout-banner_logo {
        margin-top: 3rem;
        margin-right: 0;
    }
    .checkout-banner_text:after {
        content: none;
    }
    .checkout-banner_text {
        padding-right: 0;
        font-size: 2.25rem;
    }

    .checkout-map-text {
        font-size: 2.75rem;
    }

    .checkout-map-text span {
        font-size: 2.5rem;
        font-weight: 600;
    }
    .checkout-info {
        padding-top: 4rem;
    }
}
@media (max-width: 1200px) {
    .checkout-banner-decors:after,
    .checkout-banner-decors:before,
    .checkout-banner_text:after {
        width: 7rem;
        height: 7rem;
    }
    .checkout-banner_text {
        font-size: 2rem;
    }
    .checkout-banner-image:after {
        left: 26rem;
    }
    .checkout-map {
        flex-wrap: wrap;
    }
    .checkout-map-block:nth-child(1) {
        order: 2;
    }
    .checkout-map-block:nth-child(2) {
        order: 1;
    }
    .checkout-map-block:nth-child(1),
    .checkout-map-block:nth-child(2) {
        width: 100%;
    }
    .checkout-map-content {
        margin-bottom: 1.25rem;
    }
    .checkout-map-text {
        font-size: 2rem;
    }
    .checkout-map-text span {
        font-size: 1.85rem;
    }
}
@media (max-width: 991px) {
    .checkout-banner {
        flex-wrap: wrap;
    }
    .checkout-banner-block {
        width: 100%;
    }
    .checkout-banner-image {
        padding-top: 45%;
    }
    .checkout-banner-image:after {
        content: none;
    }
    .checkout-banner-decors {
        display: none;
    }
    .checkout-banner_text {
        padding-right: 0;
    }
    .checkout-banner_text:after {
        top: 0;
        right: 0;
    }
    .checkout-banner-image div {
        width: 100%;
        height: auto;
        left: 0;
    }
    .checkout-banner-content {
        padding: 0;
    }
    .checkout-item__name {
        font-size: 2.25rem !important;
        line-height: 30px !important;
    }
}
@media (max-width: 767px) {
    .checkout-banner_text {
        font-size: 1.75rem;
    }
    .checkout-map-text {
        font-size: 1.85rem;
        letter-spacing: 1px;
    }
    .checkout-map-text span {
        font-size: 1.75rem;
    }
}