

/* Start:/local/templates/.default/components/bitrix/news.detail/terms/payment-requirements/style.css?16812362808293*/
.pay {
    padding: 0 0 20px;
    font-family: Roboto, -apple-system, -system-ui, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background: #ffffff;
    -webkit-tap-highlight-color: transparent;
}

.pay-header {
    display: grid;
    grid-template-areas:
	"pay-back"
    "pay-top";
}

.pay-top {
    grid-area: pay-top;
    padding: 0;
}

.pay-back {
    grid-area: pay-back;
    padding: 32px 0;
}

.pay-top-grid {
    display: grid;
    gap: 10px;
    grid-template-areas:
    "header"
    "banner"
    "description";
}

.pay-top-header {
    grid-area: header;
}

.pay-top-banner {
    grid-area: banner;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.pay-top-banner_main {
    display: flex;
}

.pay-top-banner_main > div {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.pay-top-banner_second {
    display: none;
}

.pay-top-banner img {
    height: 100%;
    max-width: 300px;
}

.pay-top-description {
    grid-area: description;
    width: 100%;
    min-height: 20px;
}

.pay h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #2B2B2B;
}

.pay h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #2B2B2B;
}

.pay h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #2B2B2B;
}

.pay h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #2B2B2B;
}

.pay-preview-text {
    max-width: 567px;
    padding-bottom: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #2B2B2B;
}

.pay-wrapper {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.pay-section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 60px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #2B2B2B;
}

.pay-section-sample {
    margin-top: 24px;
    padding: 24px;
    border-left: 3px solid #E2A52B;
}

.pay-section p {
    margin: 24px 0 0;
}

.pay-section > img {
    margin: 0 48px 24px 0;
}

.pay a, .pay a:visited {
    color: #48538B !important;
    text-decoration: none;
}

.pay a[href$=".docx"] {
    display: inline-block;
    margin: 0;
    height: auto;
    color: #48538B;
    font-family: Roboto, -apple-system, -system-ui, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}

.pay a[href$=".docx"]::before {
    display: none;
    background-image: none;
}

.pay-goto {
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.pay-goto img {
    width: 14px;
    height: 10px;
    margin-top: 5px;
    margin-right: 5px;
    background-image: url('/local/templates/.default/components/bitrix/news.detail/terms/payment-requirements/images/arrow.svg');
    display: inline-block;
}

.pay-form {
    margin-bottom: 60px;
}

.pay-form_footer {
    display: none;
}

.pay-form-submit {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    margin-top: 24px;
}

.pay-form-submit img {
    display: none;
}

.pay-form input {
    border: 1px solid #E4E6E7;
    box-sizing: border-box;
    border-radius: 3px;
    height: 56px;
    line-height: 20px;
    font-size: 16px;
    padding: 18px 16px;
    width: 100%;
    font-family: Roboto, -apple-system, -system-ui, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

::placeholder {
    color: #AAAAAA;
}

.pay-form-button {
    justify-content: center;
    align-items: center;
    padding: 16px 28px;
    background: #E4003C;
    border: 1px solid #E4003C;
    border-radius: 3px;
    width: 100%;
    height: 56px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    cursor: pointer;
    position: relative;
}

.pay ul {
    padding: 24px 0 0 28px;
    margin: 0;
    list-style: none;
}
.pay ul > li {
    position: relative;
    padding: 0;
    margin-bottom: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    cursor: default;
}

.pay ul > li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: -28px;
    width: 20px;
    height: 1px;
    background-image: url("/local/templates/.default/components/bitrix/news.detail/terms/payment-requirements/images/list.svg");
}

.pay-helper {
    display: flex;
    align-items: flex-start;
    padding: 30px 25px;
    background: #FFEFD3;
    border-radius: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #2B2B2B;
}

.pay-helper img {
    width: 24px;
    height: 24px;
    margin-right: 23px;
}

@media (min-width: 481px) {
    .pay {
        padding: 0 0 73px;
    }

    .pay h3 {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        color: #2B2B2B;
    }

    .pay-header {
        grid-template-areas:
    "pay-top"
    "pay-back";
    }

    .pay-top {
        padding: 32px 0 0;
        background: #FAFAFA;
    }

    .pay-back {
        grid-area: pay-back;
        padding: 40px 0;
    }

    .pay-top-description {
        grid-area: description;
        width: 100%;
    }

    .pay-form {
        margin-bottom: 47px;
    }

    .pay-form_footer {
        display: block;
    }

    .pay-form-button {
        width: 320px;
        max-width: 522px;
    }

    .pay-form-submit img {
        display: block;
    }

    .pay-form input {
        width: 100%;
        max-width: 522px;
    }

    .pay-top-banner img {
        max-width: 300px;
    }

    .pay-section {
        flex-wrap: nowrap;
    }

    .pay h1 {
        font-weight: 600;
        font-size: 26px;
        line-height: 36px;
    }

    .pay h2 {
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
    }

    .pay-helper {
        align-items: center;
        padding: 30px 25px;
        background: #FFEFD3;
        border-radius: 6px;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        color: #2B2B2B;
    }

    .pay-helper img {
        width: 60px;
        height: 60px;
    }
}

@media (min-width: 678px) {
    .pay-top-grid {
        display: grid;
        gap: 10px;
        grid-template-areas:
    "header"
    "description";
    }

    .pay-top-description {
        grid-area: description;
        max-width: 100%;
    }

    .pay-top-banner_main {
        display: none;
    }

    .pay-top-banner_second {
        display: flex;
        margin-top: -55px;
    }
}

@media (min-width: 769px) {
    .pay-top {
        padding: 40px 0 0;
    }

    .pay-top-description {
        grid-area: description;
        max-width: 100%;
    }

    .pay h1 {
        font-weight: 600;
        font-size: 36px;
        line-height: 46px;
    }
}

@media (min-width: 912px) {
    .pay-top-grid {
        display: grid;
        gap: 10px;
        grid-template-areas:
    "header banner"
    "description banner";
    }

    .pay-top-description {
        grid-area: description;
        max-width: 600px;
    }

    .pay-top-banner_main {
        display: flex;
    }

    .pay-top-banner_main > div {
        display: flex;
        justify-content: start;
        padding: 0;
    }

    .pay-top-banner_second {
        display: none;
    }
}

@media (min-width: 1000px) {
    .pay-top-banner img {
        max-width: 400px;
    }
}

@media (min-width: 1280px) {
    .pay-top-description {
        grid-area: description;
        max-width: 600px;
    }

    .pay-top-banner img {
        max-width: 400px;
    }
}

.pay-flex {
    display: flex;
}

.pay-align-center {
    align-items: center;
}

.pay-mr-16 {
    margin-right: 16px;
}

.pay-mr-10 {
    margin-right: 10px;
}

.pay-mt-0 {
    margin-top: 0 !important;
}

.pay-mt-24 {
    margin-top: 24px;
}

.pay-divider {
    width: 100%;
    height: 1px;
    border: 1px solid #E4E6E7;
}

.pay-font-11 {
    font-size: 11px;
}

.pay-grey {
    color: #AAAAAA;
}

.pay-text_bold {
    font-weight: 700;
}

/* End */
/* /local/templates/.default/components/bitrix/news.detail/terms/payment-requirements/style.css?16812362808293 */
