.logistics__header_title {
    margin: 60px 0px 14px 0px;
}
.logistics__header_title h2 {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.logistics__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 26px;
}
.logistics__row_card {

    background: #f5f5f5;
    padding: 92px 31px 54px 31px;
    position: relative;
    overflow: hidden;
}
.logistics__card {
    position: relative;
}
.logistics__card_number {
    position: absolute;
    top: 0;
}
.logistics__card_title {
    margin-bottom: 51px;
}
.logistics__card_title h3 {
    color: #000;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: right;
}
.logistics__card_text {
    height: 261px;
}
.logistics__card_text p {
    color: #000;
    text-align: justify;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 214.023%;
    /* 32.103px */
}

.logistics-poly {
    position: absolute;
    width: 300px;
    height: 300px;
    left: -250px;
    top: -180px;
    -webkit-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    transform: rotate(-55deg);
    background-color: rgba(0, 0, 0, 0.6);
}

.logistics-number {
    position: absolute;
    color: #ffffff;
    text-align: justify;
    font-family: Graduate;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    z-index: 2;
    left: -20px;
    top: 6px;
}

.payment__header_title {
    margin: 60px 0px 40px 0px;
}
.payment__header_title h2 {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.payment__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.payment__row_double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 26px;
}
.payment__row_little-card {
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
    padding: 48px 78px 41px 106px;
}
.payment__row_little-card h4 {
    max-width: 423px;
    color: #000;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.payment__row_card {
    margin-bottom: 26px;
    position: relative;
    overflow: hidden;
    padding: 52px 108px 48px 108px;
    background: #f5f5f5;
}
.payment__row_card:last-child {
    margin-bottom: 60px;
}
.payment__card_title {
    margin-bottom: 43px;
}
.payment__card_title h3 {
    color: #000;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.payment__card_discription p {
    color: #000;
    text-align: justify;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 214.023%;
    /* 32.103px */
}

.little-card-img {
    position: absolute;
    color: #ffffff;
    text-align: justify;
    font-family: Graduate;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    z-index: 2;
    left: 5px;
    top: 5px;
}

.little-card-poly {
    position: absolute;
    width: 300px;
    height: 300px;
    left: -256px;
    top: -120px;
    -webkit-transform: rotate(-58deg);
    -ms-transform: rotate(-58deg);
    transform: rotate(-58deg);
    background-color: rgba(0, 0, 0, 0.6);
}

.payment-card-img {
    position: absolute;
    color: #ffffff;
    text-align: justify;
    font-family: Graduate;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    z-index: 2;
    left: 5px;
    top: 5px;
}

.payment-card-poly {
    position: absolute;
    width: 300px;
    height: 300px;
    left: -256px;
    top: -120px;
    -webkit-transform: rotate(-58deg);
    -ms-transform: rotate(-58deg);
    transform: rotate(-58deg);
    background-color: rgba(0, 0, 0, 0.6);
}

.faq__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("/assets/images/about_page/shadow.png"), url("/assets/images/about_page/faq-bg.png");
    background-repeat: no-repeat;
    background-position: left, 50%;
    background-size: cover, cover;
    padding: 40px 53px;
}
.faq__content_title {
    margin-bottom: 25px;
}
.faq__content_title h4 {
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 108.333% */
    text-transform: uppercase;
}
.faq__content_discription {
    max-width: 510px;
    margin-bottom: 24px;
}
.faq__content_discription p {
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 173.333% */
}
.faq__content_btn a {
    display: inline-block;
    padding: 12px 195px;
    background-color: white;
    color: #52525b;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 173.333% */
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border: 1px solid white;
}
.faq__content_btn a:hover {
    background-color: #000;
    color: white;
}

.logistics__row-mobile,
.payment__row-mobile,
.payment__row_solo-card,
.faq-mob {
    display: none !important;
}

@media (min-width: 320px) and (max-width: 1250px) {
    .logistics__row-mobile,
    .payment__row-mobile,
    .payment__row_solo-card,
    .faq-mob,
    .logistics__row-mobile {
        display: block !important;
    }
    .logistics__row,
    .faq,
    .payment__row,
    .breadcrumb {
        display: none;
    }
    .container {
        max-width: 355px;
    }
    .logistics-number img {
        width: 300px;
    }
    .logistics {
        margin-top: 128px;
    }
    .logistics__header_title {
        margin: 60px 0px 44px 0px;
    }
    .logistics__header_title h2 {
        font-size: 22px;
    }
    .prev-mob {
        position: absolute;
        bottom: -40px;
        height: 24px;
        width: 24px;
        left: 30px;
        z-index: 1;
        cursor: pointer;
        border-radius: 15px;
    }
    .prev-mob:hover {
        border: 1px solid black;
        border-radius: 25px;
    }
    .next-mob {
        position: absolute;
        bottom: -40px;
        height: 24px;
        width: 24px;
        right: 30px;
        z-index: 1;
        cursor: pointer;
        border-radius: 15px;
    }
    .next-mob:hover {
        border: 1px solid black;
        border-radius: 25px;
    }
    .payment__card_item {
        position: relative;
        overflow: hidden;
        width: 355px;
        height: 477px;
        background: #f5f5f5;
    }
    .payment__item_title {
        width: 221px;
        margin-left: 92px;
        margin-top: 52px;
    }
    .payment__item_title h3 {
        color: #000;
        text-align: justify;
        font-family: Inter;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .payment__header_title h2 {
        margin-top: 131px;
        text-align: center;
    }
    .payment__row-mobile {
        margin-left: 5px;
    }
    .payment__row_solo-card {
        margin-left: 5px;
        overflow: hidden;
        position: relative;
        margin-top: 86px;
        background: #f5f5f5;
        padding: 30px;
    }
    .payment__solo-card_title {
        color: #000;
        font-family: Inter;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 42px;
        margin-left: 67px;
        width: 264px;
    }
    .payment__solo-card_title-big {
        color: #000;
        font-family: Inter;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 42px;
        margin-left: 37px;
        margin-top: 42px;
        width: 264px;
    }
    .payment__solo-card_discription {
        color: #000;
        text-align: justify;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: 214.023%;
        /* 32.103px */
    }
    .faq-mob {
        margin-top: 85px;
        margin-bottom: 85px;
    }
    .faq-mob__row {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-image: url("/assets/images/about_page/faq-shdow-mob.png"), url("/assets/images/faq-logo.svg"), url("/assets/images/about_page/faq-bg-mob.png");
        background-repeat: no-repeat;
        background-position: left, 50px 300px, 50%;
        background-size: auto auto, auto auto, cover;
        padding: 0px 30px 159px 30px;
    }
    .faq-mob__row img {
        position: absolute;
        bottom: 50px;
        left: 50px;
    }
    .faq-mob__row_title {
        text-align: center;
        margin-bottom: 44px;
        margin-top: 86px;
    }
    .faq-mob__row_title h3 {
        color: #fff;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        /* 118.182% */
        text-transform: uppercase;
    }
    .faq-mob__row_discription p {
        color: #fff;
        text-align: justify;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        /* 173.333% */
    }
    .faq-mob__content_btn {
        margin-top: 30px;
    }
    .faq-mob__content_btn a {
        display: inline-block;
        text-align: center;
        color: #52525b;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        /* 173.333% */
        padding: 12px 0px;
        border: 1px solid #000;
        background: #fff;
        width: 100%;
    }
    .most-list__menu {
        z-index: 1000;
    }
}