

/* Start:/local/templates/.default/components/bitrix/news/sposoby_oplaty_tabs/style.css?17521260311740*/
.how-pay_problem {
    margin-top: 36px;
}
@media screen and (min-width: 1200px) {
.how-pay_problem {
    margin-top: 24px;
}
}
.how-pay_problem .sect_title {
    margin-bottom: 18px;
    font-size: 24px;
}
.how-pay_problem ._list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}
.how-pay_problem ._list .item {
    display: flex;
    padding: 16px 12px;
    gap: 16px;

    font-size: 18px;
    line-height: 20px;
    color: #171717;

    border: 1px solid #E1E1E1;
    border-radius: 12px;
}
.how-pay_problem ._list .item img {
    min-width: 24px;
    height: 24px;
}
@media screen and (min-width: 720px) {
.how-pay_problem ._list {
    flex-direction: row;
    align-items: stretch;
}
.how-pay_problem ._list .item {
    width: 33%;
    align-items: center;
}
.how-pay_problem ._list .item img {
    margin: auto;
}
}
@media screen and (min-width: 1200px) {
.how-pay_problem ._list .item {
    padding: 32px;
}
}


@media screen and (min-width: 992px) {
    .how-pay-form {
        padding-top: 52px;
        padding-bottom: 40px; } }

@media screen and (min-width: 992px) {
    .how-pay-form .form__title {
        font-size: 3.4rem; } }

.how-pay-form .form__subtitle {
    color: #565759; }
@media screen and (min-width: 992px) {
    .how-pay-form .form__subtitle {
        margin-bottom: 35px; } }

@media screen and (min-width: 992px) {
    .how-pay-form {
        padding-top: 52px;
        padding-bottom: 40px; } }

@media screen and (min-width: 992px) {
    .how-pay-form .form__title {
        font-size: 3.4rem; } }

.how-pay-form .form__subtitle {
    color: #565759; }
@media screen and (min-width: 992px) {
    .how-pay-form .form__subtitle {
        margin-bottom: 35px; } }

/* End */


/* Start:/local/templates/.default/components/bitrix/news/sposoby_oplaty_tabs/bitrix/news.list/388995_template/style.css?17521260311276*/
.how-pay_cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
@media screen and (min-width: 1200px) {
.how-pay_cont {
    gap: 30px;
}
}

.how-pay_cont .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
	width:100%;
	padding: 26px;
    border: 1px solid #E1E1E1;
    border-radius: 12px;
}
@media screen and (min-width: 720px) {
.how-pay_cont .item {
	width:calc(100% / 2 - 10px);
}
}
@media screen and (min-width: 1200px) {
.how-pay_cont .item {
	width:calc(100% / 3 - 20px);
}
}
.how-pay_cont .item:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.how-pay_cont .item ._name {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
	width:100%;
    font-weight: 700;
    font-size: 20px;
    color: #171717;
}
.how-pay_cont .item ._name img {
    width: 24px;
    height: 24px;
}

.how-pay_cont .item ._line {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 6px;
	width:100%;
    font-weight: 400;
}
.how-pay_cont .item ._line>div:nth-child(1) {
	width:100%;
    font-size: 14px;
    color: #737373;
}
.how-pay_cont .item ._line>div:nth-child(2) {
	width:100%;
    font-size: 16px;
    color: #171717;
}
/* End */


/* Start:/include/pay_warning/style.css?1750750943424*/
.how-pay_warn {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 16px;

    width: 100%;
    padding: 16px;

    background-color: var(--color-gray2);
    border-radius: 8px;
    font-size: 12px;
    color: #8D0F09;
}
.how-pay_warn a {
	color: inherit;
	text-decoration: underline;
}
@media screen and (min-width: 1200px) {
.how-pay_warn {
    padding: 16px 20px;
    font-size: 18px;
}
}
/* End */


/* Start:/include/callback_payment_page/style.css?17199983711377*/
.wopr_cont .cont {
	max-width: 968px;
	padding: 20px 16px;
	background-color: var(--color-gray2);
	border-radius: 12px;
}
@media screen and (min-width: 1200px) {
.wopr_cont .cont {
	margin:0 auto;
    padding: 48px;
}
}

.wopr_cont .form__title {
    margin-bottom: 16px;
	font-weight: 500;
    font-size: 28px;
    line-height: 1.3;
	color: #000;
	text-align: center;
}
.wopr_cont .form__subtitle {
    margin-bottom: 20px;
	font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    color: var(--color-txt1);
	text-align: center;
}
@media screen and (min-width: 1200px) {
.wopr_cont .form__title {
	text-align: left;
}
.wopr_cont .form__subtitle {
    margin-bottom: 32px;
	text-align: left;
}
}

.wopr_cont form {
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 720px) {
.wopr_cont form {
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 16px;
}
.wopr_cont form > div:nth-child(1),
.wopr_cont form > div:nth-child(2) {
	width: calc(50% - 104px - 16px);
	order: 1;
}
.wopr_cont form > div:nth-child(3) {
	order: 3;
}
.wopr_cont form ._btn {
	max-width: 208px;
	margin: 22px 0 0;
	order: 2;
}
}
@media screen and (min-width: 1200px) {
.wopr_cont form {
	column-gap: 30px;
}
.wopr_cont form > div:nth-child(1),
.wopr_cont form > div:nth-child(2) {
	width: calc(50% - 104px - 30px);
}
}

.wopr_cont .chbx_div_cont + .err_msg {
    bottom: 0;
}
/* End */


/* Start:/js/cookie-modal/style.css?17587015243378*/
.cookie-notification {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    max-width: calc(100% - 40px);
    background: #FFF;
    border-radius: 8px;
    margin: 20px 0;
    z-index: 9999;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    gap: 20px;
}

.cookie-notification .cookie-notification__text {
    flex: 1;
    color: #000;
    font-size: 18px;
    line-height: 1.4;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__text p {
    margin: 0;
}

.cookie-notification .cookie-notification__text p:last-child {
    margin-bottom: 0;
}

.cookie-notification .cookie-notification__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__description {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__link {
    color: #005C32;
    text-decoration: underline;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__link:hover {
    color: #002E19;
}

.cookie-notification .cookie-notification__button {
    flex-shrink: 0;
}

.cookie-notification .cookie-notification__accept-btn {
    font-family: Roboto, sans-serif;
    background: #005C32;
    color: #fff;
    border: none;
    border-radius: 6px;
    display: flex;
    height: 48px;
    padding: 15px 82px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.cookie-notification .cookie-notification__accept-btn:hover {
    background: #002E19;
}

.cookie-notification .cookie-notification__accept-btn:active {
    background: #80AE99;
}

@media (max-width: 768px) {
    .cookie-notification {
        width: 100%;
        max-width: none;
        margin: 0;
        border-radius: 8px 8px 0 0;
        left: 0;
        transform: none;
    }
    
    .cookie-notification .cookie-notification__content {
        display: flex;
        padding: 16px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
    }
    
    .cookie-notification .cookie-notification__text {
        text-align: left;
        font-size: 14px;
        font-family: Roboto, sans-serif;
        flex: 1;
    }
    
    .cookie-notification .cookie-notification__title {
        font-size: 14px;
        line-height: 1.4;
        font-family: Roboto, sans-serif;
    }
    
    .cookie-notification .cookie-notification__description {
        font-size: 14px;
        line-height: 1.4;
        font-family: Roboto, sans-serif;
    }
    
    .cookie-notification .cookie-notification__button {
        flex-shrink: 0;
    }
    
    .cookie-notification .cookie-notification__accept-btn {
        padding: 12px 24px;
        font-size: 14px;
        font-weight: 500;
        font-family: Roboto, sans-serif;
        height: auto;
        white-space: nowrap;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/news/sposoby_oplaty_tabs/style.css?17521260311740 */
/* /local/templates/.default/components/bitrix/news/sposoby_oplaty_tabs/bitrix/news.list/388995_template/style.css?17521260311276 */
/* /include/pay_warning/style.css?1750750943424 */
/* /include/callback_payment_page/style.css?17199983711377 */
/* /js/cookie-modal/style.css?17587015243378 */
