/*NÁHRADNÍ PLNĚNÍ*/

.over-content {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: calc(100vw - var(--scrollbar-width) - 20px);
    width: calc(100% + 60px);
}

.content-inner:has(.subpage) h1 {
    display: none;
}

.subpage {
    opacity: 0;
    transition: opacity ease 300ms;

    font-size: 15px;
    line-height: 1.6;
}

.page-banner {
    position: relative;
    max-width: calc(100vw - var(--scrollbar-width));
    width: 1440px;
    left: 50%;
    translate: -50% 0;
    margin-bottom: 64px;
}

.subpage h2 {
    font-size: 28px;
    line-height: 1.36;
    margin-block: 44px;
}

.subpage h2 span {
    color: #1965AD;
}

h4.subtitle {
    margin-block: 60px 36px;

    color: #1965AD;
}

ol.process {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;

    position: relative;
    padding: 0;
    margin-block: 36px 52px;

    counter-reset: krok;
    list-style: none;
}

ol.process::after {
    display: inline-block;
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    right: -10px;
    top: 17px;
    background-image: url("/user/documents/upload/nahradni-plneni/check-circle.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

ol.process li {
    position: relative;
    padding-top: 62px;
    width: calc(25% - 18px);

    line-height: 1.5;
}

ol.process li::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    top: 0;
    left: -10px;
    width: 48px;
    height: 48px;

    background-image: url("/user/documents/upload/nahradni-plneni/circle.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    counter-increment: krok;
    content: counter(krok);
    font-weight: 700;
    color: #D9328A;
    font-size: 17px;
}

ol.process li::after {
    display: inline-block;
    content: "";
    position: absolute;
    left: 48px;
    right: -4px;
    top: 12px;
    height: 8px;
    background-image: url("/user/documents/upload/nahradni-plneni/dotted-line.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

ol.process li:nth-child(even)::after {
    top: 28px;
    rotate: 180deg;
}

ol.process li:last-child::after {
    right: 20px;
}

.boxes {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;

    margin-block: 36px 58px;
}

.boxes .box {
    width: calc(33.33% - 13.333px);
    border: 1px solid #D1E4F0;
    padding: 30px;

    border-radius: 2px;
}

.boxes .box .img-holder {
    margin-bottom: 20px;
}

.info {
    position: relative;
    padding-left: 36px;
    margin-block: 60px;
}

.info::before {
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background: url("/user/documents/upload/nahradni-plneni/info-circle.svg") no-repeat center;
    background-size: contain;
}

.contact-box {
    padding: 56px;
    margin-block: 60px 48px;

    background-color: #D1E4F0;
    border-radius: 4px;
}

.contact-box h2:has(+h3) {
    margin: 0;
}

.contact-box h2, .contact-box h3 {
    text-align: center;
}

.contact-box h2 + h3 {
    margin: 0;

    font-size: 22px;
    font-weight: 300;
}

.contact-parts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-wrap: wrap;

    margin-top: 28px;
}

.contact-part {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;

    width: calc(33.33% - 6.66px);
    min-width: 220px;
    padding: 18px 8px;

    background-color: #EFF9FF;
    border-radius: 2px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}

.contact-part a, .contact-part > span {
    display: inline-flex;
    align-items: center;
    column-gap: 12px;
}

.contact-part a {
    color: #1965AD;
    font-weight: 700;
}

.contact-part a.mail {
    text-decoration: underline;
}

.contact-part a.mail:hover {
    text-decoration: none;
}

.contact-part a::before {
    display: inline-block;

    content: "";
    width: 22px;
    height: 22px;

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-part a.phone::before {
    background-image: url("/user/documents/upload/nahradni-plneni/phone-ico.svg");
}

.contact-part a.mail::before {
    background-image: url("/user/documents/upload/nahradni-plneni/mail-ico.svg");
}

.contact-part span.chat::before {

    display: inline-block;

    content: "";
    width: 22px;
    height: 22px;

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/user/documents/upload/nahradni-plneni/chat-ico.svg");
}

.subpage table {
    border-collapse: separate;
    border-spacing: 5px;
}

.subpage table th, .subpage table td {
    height: 50px;
    width: 25%;

    line-height: 1.38;
}

.subpage table th {
    padding: 10px;

    font-size: 13px;
    background-color: #D1E4F0;
}

.subpage table td {
    font-size: 14px;
    text-align: center;
    background-color: #EFF9FF;
}

/*NÁKUP NA FIRMU*/

.content-inner:has(.subpage.wide) {
    max-width: 100%;
}

.offer-pros__banner {
    position: relative;
    padding: 100px 220px 140px;
    margin-block: 176px 168px;

    background: #EFF9FF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    text-align: center;
    font-size: 28px;
    color: #1961AC;
}

.offer-pros__banner a {
    color: #1961AC;
}

.offer-pros__banner::before {
    display: inline-block;

    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background-image: url("/user/documents/upload/ceges-vasarlas/check-in-circle.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.offer-pros__banner::after {
    display: inline-block;

    content: "";
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
    width: 176px;
    height: 24px;
    background-image: url("/user/documents/upload/ceges-vasarlas/arrow-down.svg?v=1");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}

.subpage h2.highlighted {
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
    margin-block: 160px 132px;
}

.subpage h2.highlighted span {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;

    padding: 16px 28px;

    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50px;
    z-index: 2;
}

.subpage h2.highlighted::before {
    display: inline-block;

    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 1px;
    width: 100%;
    background-color: #D83B96;
    z-index: 1;
}

.subpage .offer-pros h2.highlighted span::before {
    display: inline-block;

    content: "";
    width: 56px;
    height: 56px;
    background-image: url("/user/documents/upload/ceges-vasarlas/shake-hands.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.pros-list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 24px;
}

.pro-part {
    position: relative;
    padding: 68px 20px 36px;
    width: calc(20% - 19.2px);

    background: #EFF9FF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    text-align: center;
}

.pro-part h4 {
    margin: 0 0 24px;

    font-size: 18px;
    color: #1961AC;
}

.pros-list.listed {
    counter-reset: list-counter;
}

.pros-list.listed .pro-part {
    display: flex;
    align-items: center;
    justify-content: center;

    padding-inline: 30px;

    counter-increment: list-counter;
}

.pros-list.listed .pro-part::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    content: counter(list-counter);
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);

    background-color: #fff;
    border-radius: 50%;
    background-image: url("data:image/svg+xml; charset=utf-8,%3Csvg width= '43' height= '43' fill= 'none' xmlns= 'http://www.w3.org/2000/svg' %3E%3Cpath d= 'M40.4 25.565c.256-1.263.392-2.575.392-3.925h.614-.614c0-10.725-8.687-19.423-19.41-19.423v-.614.614C10.646 2.217 1.96 10.915 1.96 21.64h-.613.613c0 10.723 8.699 19.422 19.423 19.422v.613-.613c7.276 0 13.607-4 16.944-9.914a.61.61 0 0 1 .834-.233.61.61 0 0 1 .233.834c-3.534 6.295-10.281 10.54-18.01 10.54C9.97 42.289.731 33.049.731 21.64.732 10.228 9.97.99 21.382.99c11.41 0 20.637 9.25 20.637 20.65 0 1.435-.147 2.834-.418 4.183a.622.622 0 0 1-.724.478c-.331-.06-.539-.392-.478-.724v-.012Z' fill= '%231965AD' /%3E%3Cpath d= 'M41.098 28.634a.932.932 0 1 0-1.864-.002.932.932 0 0 0 1.864.002Z' fill= '%23D9328A' /%3E%3C/svg%3E ");
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center;
    color: #d9328a;
    font-size: 22px;
    font-weight: 700;
}

.pro-part__description {
    color: #1961AC;
    font-size: 15px;
}

.pro-part__ico {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pro-part__description a {
    color: #1961AC;
    font-weight: 700;
    text-decoration: underline;
}

.pro-part__description a:hover {
    text-decoration: none;
}

.logistics-box {
    display: flex;
    flex-direction: column;
    align-items: center;

    position: relative;
    padding: 120px 20px 88px;
    margin-block: 212px 168px;

    background: #EFF9FF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #D83B96;
    border-radius: 8px;
}

.logistics-box h2 {
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    margin: 0;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logistics-box h2 span {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;

    padding: 16px 28px;
    width: max-content;
    max-width: 100%;

    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50px;
    z-index: 2;
}

.logistics-box h2 span::before {
    display: inline-block;

    content: "";
    width: 56px;
    height: 56px;
    background-image: url("/user/documents/upload/ceges-vasarlas/logistic.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.logistics-box ol {
    display: flex;
    justify-content: center;
    column-gap: 32px;

    position: relative;
    margin-block: auto;
    margin-bottom: 56px;
    padding: 0;

    list-style: none;
    counter-reset: my-counter;
}

.logistics-box ol::before {
    display: inline-block;

    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    background-color: #D83B96;
}

.logistics-box ol .reason-switcher {
    display: flex;
    align-items: center;
    column-gap: 12px;

    padding: 10px 20px;

    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    color: #1961AC;
    z-index: 1;
    cursor: pointer;
}

.logistics-box ol .reason-switcher:hover span {
    text-decoration: underline;
}

.logistics-box ol .reason-switcher::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

    width: 40px;
    height: 40px;

    font-size: 24px;
    counter-increment: my-counter;
    content: counter(my-counter);
    background-image: url("/user/documents/upload/ceges-vasarlas/number-holder.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: #D83B96;
}

.logistics-box ol .reason-switcher.active {
    background-color: #1961AC;
    color: #fff;
}

.reasons {
    counter-reset: mycounter;
}

.reason.active {
    display: flex;
    padding: 16px 40px 16px 20px;
    height: auto;
    visibility: visible;
    opacity: 1;
}

.reason {
    display: flex;
    visibility: hidden;
    opacity: 0;
    align-items: center;
    column-gap: 32px;

    height: 0;
    max-width: 1076px;
    margin-block: auto;

    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 54px;
}

.reason::before {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 80px;
    height: 80px;

    font-size: 44px;
    font-weight: 700;
    counter-increment: mycounter;
    content: counter(mycounter);
    background-image: url("/user/documents/upload/ceges-vasarlas/number-holder.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: #D83B96;
}

.reason a {
    text-decoration: underline;
    color: #1961AC;
    font-weight: 700;
}

.reason a:hover {
    text-decoration: none;
}

.support .pro-part {
    width: calc(25% - 18px);
}

.subpage .support h2.highlighted span::before {
    display: inline-block;
    content: "";
    width: 56px;
    height: 56px;
    background-image: url("/user/documents/upload/ceges-vasarlas/shake-hands.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.half-banner {
    display: flex;
    align-items: stretch;

    margin-block: 168px 192px;

    border-radius: 8px;
    overflow: hidden;
    background-color: #EFF9FF;
}

.half-banner > div {
    width: 50%;
}

.half-banner .img-holder img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.half-banner__text {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 16px;

    padding: 40px 60px;
}

.half-banner__text h3 {
    margin: 0;

    color: #D83B96;
    font-size: 28px;
}

.half-banner__text ul {
    display: flex;
    flex-direction: column;
    row-gap: 8px;

    padding: 0;
    margin: 0;

    list-style: none;
    font-weight: 700;
}

.half-banner__text p {
    margin-bottom: 0;
}

.half-banner__text ul li {
    display: flex;
    align-items: center;
    column-gap: 24px;
}

.half-banner__text ul li::before {
    flex-shrink: 0;
    display: inline-block;

    content: "";
    width: 28px;
    height: 28px;
    background-image: url("/user/documents/upload/ceges-vasarlas/check-circle.svg?v=1");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.half-banner__text .btn-holder {
    margin-top: 16px;
}

.half-banner__text .btn {
    border-radius: 50px;
}

.contact-us {
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;

    position: relative;
}

.contact-us::before {
    display: inline-block;

    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    background-color: #D83B96;
}

.contact-us h2 {
    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0;
    min-height: 100px;
}

.contact-us h2 span {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;

    padding: 16px 28px;

    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50px;
    z-index: 2;
}

.contact-us h2 span::before {
    display: inline-block;

    content: "";
    width: 56px;
    height: 56px;
    background-image: url("/user/documents/upload/ceges-vasarlas/question.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-us__box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    position: relative;
    min-width: 220px;
    padding: 16px;

    background: #EFF9FF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    z-index: 1;
    color: #1961AC;
    font-size: 18px;
}

.contact-us__box::before {
    display: inline-block;

    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-us__box.tel::before {
    background-image: url("/user/documents/upload/ceges-vasarlas/tel.svg");
}

.contact-us__box.mail::before {
    background-image: url("/user/documents/upload/ceges-vasarlas/mail.svg");
}

.contact-us__box.chat::before {
    background-image: url("/user/documents/upload/ceges-vasarlas/chat.svg");
}

.contact-us__box.chat {
    justify-content: flex-end;
}

.contact-us__box a {
    color: #1961AC;
}

.contact-us__box span {
    color: #000;
    font-size: 16px;
}

/*PLATBA NA FAKTURU*/

.ico-boxes {
    display: flex;
    flex-direction: column;
    row-gap: 24px;

    max-width: 730px;
    margin: 60px auto;
}

.ico-box {
    display: flex;
    align-items: center;
    column-gap: 20px;

    padding: 14px 24px;

    font-size: 20px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50px;
    background-color: #fff;
}

.offer-pros__banner span.small {
    display: block;

    font-size: 20px;
    line-height: 1.7;
}

.offer-pros__banner span.small:not(:last-child) {
    margin-bottom: 25px;
}

.offer-pros__banner.without-arrow {
    padding-bottom: 100px;
}

.offer-pros__banner.without-arrow::after {
    content: none;
}

.logistics-box.works h2 span::before {
    background-image: url("/user/documents/upload/platby-na-fakturu/works.svg");
}

.pros-list.listed .pro-part {
    background-color: #fff;
    font-size: 16px;
}

.invoice-payment .logistics-box {
    padding-inline: 44px;

    border: none;
}

.logistics-box.adapt h2 span::before {
    background-image: url("/user/documents/upload/platby-na-fakturu/prizpusobime.svg");
}

.logistics-box__description {
    max-width: 950px;

    font-size: 20px;
    line-height: 1.7;
    text-align: center;
    color: #1961AC;
}

.half-banner__text ul li a {
    color: #343F49;
}

.ico-box__description {
    text-align: left;
}

/* CENY ŠITÉ NA MÍRU */

.offer-pros__banner .pros-list {
    max-width: 800px;
    margin: 80px auto;
}

.offer-pros__banner .pros-list .pro-part {
    width: calc(33.333% - 16px);

    background-color: #fff;
}

.offer-pros__banner .pros-list .pro-part h4 {
    margin-bottom: 8px;
}

.logistics-box.commitment, .logistics-box.amount {
    margin-block: 150px;

    border: none;
}

.subpage a {
    text-decoration: none;
}

.tailoring .half-banner h3 {
    color: #1961AC;
}

/*RESPO*/

@media (max-width: 1600px) {
    .offer-pros__banner {
        margin-block: 120px 80px;
        padding: 80px 220px 80px;

        font-size: 24px;
    }

    .offer-pros__banner::before {
        width: 120px;
        height: 120px;
    }

    .subpage h2.highlighted {
        margin-block: 120px;
    }

    .logistics-box {
        margin-block: 120px;
        padding: 100px 20px 80px;
    }

    .logistics-box.commitment, .logistics-box.amount {
        margin-block: 120px;
    }

    .subpage h2 span::before {
        flex-shrink: 0;
        width: 40px !important;
        height: 40px !important;
    }

    .logistics-box h2 span {
        column-gap: 12px;
    }

    .half-banner {
        margin-block: 120px;
    }

    .offer-pros__banner::after {
        bottom: 28px;
    }
}

@media (max-width: 1439px) {
    .page-banner {
        margin-bottom: 40px;
    }

    h4.subtitle {
        margin-block: 40px 20px;
    }

    .subpage h2 {
        margin-block: 24px;
    }


    .subpage h2.highlighted {
        margin-block: 80px;
    }

    .pro-part {
        width: calc(25% - 18px);
        padding: 60px 16px 20px;
    }

    .logistics-box ol .reason-switcher {
        font-size: 16px;
        line-height: 1.3;
    }

    .logistics-box h2 {
        margin: 0;
    }

    .contact-us::before {
        content: none;
    }

    .subpage.wide h2 {
        font-size: 24px;
    }

    .logistics-box h2 span {
        padding: 8px 24px;
    }

    .offer-pros__banner::before {
        width: 80px;
        height: 80px;
    }

    .offer-pros__banner {
        font-size: 18px;
        padding: 60px 80px 80px;
    }

    .offer-pros__banner.without-arrow {
        padding-bottom: 60px;
    }

    .ico-box {
        font-size: 16px;
    }

    .offer-pros__banner span.small {
        font-size: 16px;
    }

    .contact-us h2 {
        width: 100%;
    }

    .contact-us {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 20px 40px;
    }

    .contact-us__box {
        min-height: 86px;
    }

    .half-banner {
        margin-bottom: 80px;
    }

    .offer-pros__banner::after {
        width: 120px;
    }

    .ico-boxes {
        max-width: 600px;
        margin-block: 40px;
    }

    .ico-box__image {
        max-width: 50px;
    }

    .logistics-box__description {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .offer-pros__banner {
        padding: 52px 24px 60px;
        font-size: 16px;
    }

    .offer-pros__banner::after {
        bottom: 16px;
    }

    .subpage.wide h2 {
        font-size: 20px;
    }

    .subpage h2.highlighted span {
        column-gap: 12px;

        padding: 8px 16px
    }

    .pros-list {
        justify-content: center;
    }

    .pro-part {
        width: calc(33.333% - 16px) !important;
    }

    .logistics-box ol {
        flex-direction: column;
        align-items: center;
        row-gap: 12px;

        margin-bottom: 24px;
    }

    .logistics-box ol::before {
        content: none;
    }

    .reason::before {
        width: 60px;
        height: 60px;
        font-size: 32px;
    }

    .reason.active {
        column-gap: 20px;
    }

    .logistics-box {
        padding: 60px 20px 40px;
    }

    .half-banner {
        flex-direction: column;
    }

    .half-banner > div {
        width: 100%;
    }

    .contact-us h2 {
        margin: 0;
        min-height: unset;
    }

    .contact-us {
        row-gap: 40px;
    }

    .logistics-box.works {
        padding-top: 80px;
    }

    .pros-list.listed .pro-part {
        padding-inline: 20px;
    }
}

@media (max-width: 767px) {
    ol.process li::before {
        left: 0;
        width: 36px;
        height: 36px;
    }

    ol.process li {
        width: calc(50% - 12px);
        padding-top: 44px;
    }

    ol.process li::after, ol.process::after {
        content: none;
    }

    ol.process {
        margin-block: 20px 40px;
    }

    .boxes {
        margin-block: 32px;
    }

    .boxes .box {
        display: flex;
        align-items: center;
        column-gap: 20px;

        width: 100%;
        padding: 16px;
    }

    .boxes .box .img-holder {
        flex-shrink: 0;
        max-width: 100px;
        margin-bottom: 0;
    }

    .info {
        margin-block: 32px;
    }

    .contact-box {
        margin-block: 32px;
        padding: 24px;
    }

    .subpage h2 {
        font-size: 24px;
    }

    .subpage h2 br {
        display: none;
    }

    .offer-pros__banner::before {
        width: 52px;
        height: 52px;
    }

    .offer-pros__banner {
        padding: 32px 24px 60px;
        margin-block: 60px;
    }

    .subpage .offer-pros h2.highlighted {
        margin-block: 60px 80px;
    }

    .pro-part {
        width: calc(50% - 12px) !important;
    }

    .logistics-box h2 {
        width: max-content;
        max-width: 100%;
    }

    .contact-us__box {
        padding: 24px 16px 16px;

        font-size: 16px;
    }

    .contact-us__box span {
        font-size: 14px;
    }

    .offer-pros__banner .pros-list {
        margin-block: 60px 40px;
    }

    .offer-pros__banner .pros-list .pro-part__ico {
        width: 60px;
        height: 60px;
    }

    .offer-pros__banner .pros-list .pro-part {
        padding-top: 40px;
    }
}

@media (max-width: 499px) {
    .page-banner {
        margin-bottom: 24px;
    }

    h4.subtitle {
        margin-block: 24px;
    }

    ol.process li {
        width: 100%;
    }

    .contact-part {
        padding: 12px;
    }

    .subpage.wide h2 {
        font-size: 18px;
    }

    .pro-part {
        width: 100% !important;
    }

    .logistics-box, .logistics-box.commitment, .logistics-box.amount {
        margin-block: 80px 60px;
    }

    .logistics-box ol .reason-switcher {
        column-gap: 8px;

        width: 100%;
        padding: 8px;

        font-size: 14px;
    }

    .logistics-box {
        padding-inline: 12px;
    }

    .logistics-box ol {
        width: 100%;
    }

    .reason {
        flex-direction: column;
        row-gap: 12px;

        text-align: center;
    }

    .reason.active {
        padding: 16px;
    }

    .logistics-box ol .reason-switcher::before {
        width: 32px;
        height: 32px;
    }

    .reason::before {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }

    .pro-part h4 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .half-banner {
        margin-block: 60px;
    }

    .half-banner__text {
        padding: 24px;
    }

    .half-banner__text ul li {
        column-gap: 12px;
    }

    .ico-box {
        flex-direction: column;
        row-gap: 8px;
    }

    .ico-box__description {
        text-align: center;
    }
}