

/* Start:/local/templates/main/components/it24/template/page_delivery_and_payment/style.css?17751368158204*/
.agro-delivery-payment {
    padding: 40px 0 20px;
    color: #334b6c;
    font-size: 18px;
    line-height: 1.7;
}

.agro-delivery-payment__title {
    margin: 0 0 34px;
    color: #1f2f4a;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
}

.agro-delivery-payment__title span,
.agro-delivery-payment-own__title span,
.agro-delivery-payment-info__title span {
    color: #1f78d1;
}

.agro-delivery-payment p {
    margin: 0 0 20px;
}

.agro-delivery-payment strong {
    color: #243a59;
    font-weight: 700;
}

.agro-delivery-payment__accent {
    color: #1f78d1;
    font-weight: 700;
}

.agro-delivery-payment-own {
    padding: 120px 0 140px;
    background: #3c465a;
}

.agro-delivery-payment-own__inner {
    max-width: 1120px;
    margin: 0 auto;
}

.agro-delivery-payment-own__title {
    margin: 0 0 30px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
}

.agro-delivery-payment-own__text {
    margin: 0 0 32px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45;
}

.agro-delivery-payment-own__text strong {
    color: #fff;
    font-weight: 700;
}

.agro-delivery-payment-select {
    padding: 20px 0 24px;
    margin-bottom: 50px;
}

.agro-delivery-payment-select__title {
    max-width: 460px;
    margin: 0 0 50px;
    color: #46526a;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.35;
}

.agro-delivery-payment-select__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px 16px;
}

.agro-delivery-payment-select__item {
    display: flex;
    flex-direction: column;
    min-height: 280px;
    padding: 30px 38px;
    border: 1px solid #cfd4db;
    border-radius: 12px;
    background: #fff;
}

.agro-delivery-payment-select__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 102px;
    margin-bottom: 26px;
}

.agro-delivery-payment-select__logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 74px;
}

.agro-delivery-payment-select__name {
    margin: 0 0 28px;
    color: #223a5e;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.28;
}

.agro-delivery-payment-select__link,
.agro-delivery-payment-info__btn {
    display: inline-flex;
    align-items: center;
    color: #1f78d1;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
}

.agro-delivery-payment-select__link {
    gap: 12px;
    margin-top: auto;
}

.agro-delivery-payment-info__btn {
    gap: 14px;
}

.agro-delivery-payment-select__link span,
.agro-delivery-payment-info__btn span {
    font-size: 14px;
    line-height: 1;
}

.agro-delivery-payment-select__link:hover,
.agro-delivery-payment-info__btn:hover {
    color: #1f78d1;
    text-decoration: none;
}

.agro-delivery-payment-info {
    margin-bottom: 50px;
}

.agro-delivery-payment-info__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.agro-delivery-payment-info__content {
    flex: 1 1 0;
    max-width: 860px;
}

.agro-delivery-payment-info__title {
    margin: 0 0 38px;
    color: #2f3545;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
}

.agro-delivery-payment-info__text {
    margin: 0 0 44px;
}

.agro-delivery-payment-info__text p {
    margin: 0 0 24px;
    color: #596273;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
}

.agro-delivery-payment-info__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 72px;
}

.agro-delivery-payment-info__media {
    flex: 0 0 280px;
    max-width: 280px;
}

.agro-delivery-payment-info__svg {
    display: block;
    width: 100%;
    height: auto;
}

.agro-delivery-payment-note {
    max-width: 70%;
    margin-bottom: 50px;
    color: #596273;
    font-size: 18px;
    line-height: 1.4;
}

.agro-delivery-payment-note p {
    margin: 0 0 15px;
}

.agro-delivery-payment-note__attention {
    color: #3b4354;
}

.agro-delivery-payment-note__attention strong {
    font-weight: 700;
}

.agro-delivery-payment-own__text:last-child,
.agro-delivery-payment-info__text p:last-child,
.agro-delivery-payment-note p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .agro-delivery-payment-own {
        padding: 90px 0 100px;
    }

    .agro-delivery-payment-own__title {
        margin-bottom: 32px;
        font-size: 22px;
    }

    .agro-delivery-payment-own__text {
        margin-bottom: 26px;
        font-size: 16px;
    }

    .agro-delivery-payment-select__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .agro-delivery-payment-select__item {
        padding: 30px 28px;
    }

    .agro-delivery-payment-select__name {
        font-size: 20px;
    }

    .agro-delivery-payment-info__inner {
        gap: 32px;
    }

    .agro-delivery-payment-info__title {
        margin-bottom: 28px;
        font-size: 24px;
    }

    .agro-delivery-payment-info__text {
        margin-bottom: 32px;
    }

    .agro-delivery-payment-info__text p {
        font-size: 20px;
    }

    .agro-delivery-payment-info__media {
        flex-basis: 360px;
        max-width: 360px;
    }
}

@media (max-width: 991px) {
    .agro-delivery-payment {
        padding: 30px 0 10px;
        font-size: 17px;
        line-height: 1.65;
    }

    .agro-delivery-payment__title {
        margin-bottom: 28px;
        font-size: 22px;
    }

    .agro-delivery-payment p {
        margin-bottom: 32px;
    }

    .agro-delivery-payment-select__title {
        margin-bottom: 40px;
        font-size: 22px;
    }

    .agro-delivery-payment-select__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 16px;
    }

    .agro-delivery-payment-select__item {
        min-height: 270px;
    }

    .agro-delivery-payment-info__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .agro-delivery-payment-info__content {
        max-width: 100%;
    }

    .agro-delivery-payment-info__text p {
        font-size: 18px;
    }

    .agro-delivery-payment-info__media {
        flex: none;
        max-width: 320px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .agro-delivery-payment {
        font-size: 16px;
        line-height: 1.6;
    }

    .agro-delivery-payment__title {
        font-size: 18px;
    }

    .agro-delivery-payment p {
        margin-bottom: 15px;
    }

    .agro-delivery-payment-own {
        padding: 60px 0 70px;
    }

    .agro-delivery-payment-own__title {
        margin-bottom: 24px;
        font-size: 18px;
    }

    .agro-delivery-payment-own__text {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.55;
    }

    .agro-delivery-payment-select {
        padding: 10px 0 20px;
    }

    .agro-delivery-payment-select__title {
        margin-bottom: 24px;
        font-size: 20px;
    }

    .agro-delivery-payment-select__grid {
        grid-template-columns: 1fr;
    }

    .agro-delivery-payment-select__item {
        min-height: auto;
        padding: 24px 20px;
    }

    .agro-delivery-payment-select__logo {
        height: 82px;
        margin-bottom: 20px;
    }

    .agro-delivery-payment-select__logo img {
        max-height: 58px;
    }

    .agro-delivery-payment-select__name {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .agro-delivery-payment-select__link {
        font-size: 17px;
    }

    .agro-delivery-payment-info__title {
        margin-bottom: 22px;
        font-size: 20px;
    }

    .agro-delivery-payment-info__text {
        margin-bottom: 24px;
    }

    .agro-delivery-payment-info__text p {
        margin-bottom: 18px;
        font-size: 16px;
        line-height: 1.45;
    }

    .agro-delivery-payment-info__buttons {
        gap: 16px 24px;
    }

    .agro-delivery-payment-info__btn {
        font-size: 16px;
    }

    .agro-delivery-payment-info__media {
        max-width: 260px;
    }

    .agro-delivery-payment-note {
        max-width: 100%;
        font-size: 16px;
        line-height: 1.45;
    }

    .agro-delivery-payment-note p {
        margin-bottom: 18px;
    }
}
/* End */
/* /local/templates/main/components/it24/template/page_delivery_and_payment/style.css?17751368158204 */
