

/* Start:/local/templates/.default/components/bitrix/news/sposoby_oplaty_tabs/style.css?17507509431997*/
.how-pay .cont {
    display: flex;
    flex-direction: column;
    padding: 20px 16px;
}
@media screen and (min-width: 1200px) {
.how-pay .cont {
    padding: 30px 36px;
}
}

.how-pay_problem {
    margin-top: 36px;
    padding-top: 36px;
    border-top: 1px solid #E1E1E1;
}
@media screen and (min-width: 1200px) {
.how-pay_problem {
    margin-top: 24px;
    padding-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/271457_template/style.css?17398630961513*/
.how-pay_table_cont {
    margin: 0 -12px;
    overflow-x: auto;
    display: flex;
    flex-direction: column;
}
.how-pay_table {
    display: none;
    flex-direction: column;
    position: relative;
    -webkit-transition: max-height 400ms ease;
    -moz-transition: max-height 400ms ease;
    transition: max-height 400ms ease;
}
.how-pay_table.active {
    display: flex;
}
@media screen and (max-width: 719px) {
.how-pay_table {
    width: 1066px;
}
}
@media screen and (min-width: 720px) {
.how-pay_table_cont {
    margin-left: 0;
    margin-right: 0;
}
}

.how-pay_table .tr {
	width:100%;
    min-height: 60px;
	padding: 12px 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:26px;
}
.how-pay_table .tr:nth-child(2n) {
    background-color: var(--color-gray2);
    border-radius: 8px;
}
.how-pay_table .tr .td {
    font-size: 18px;
    color: #171717;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.how-pay_table .tr.head .td {
    font-weight: 700;
    font-size: 20px;
}
.how-pay_table .tr:not(.head) .td:nth-child(1) {
    width: 338px;
    font-size: 20px;
    text-decoration: underline;
}
.how-pay_table .tr .td:nth-child(2) {
    width: 338px;
}
.how-pay_table .tr .td:nth-child(3) {
    width: 338px;
}
.how-pay_table .tr .td:nth-child(1) img {
    align-self: center;
}
@media only screen and (min-width: 720px) {
.how-pay_table .tr .td:nth-child(1),
.how-pay_table .tr .td:nth-child(2),
.how-pay_table .tr .td:nth-child(3) {
    width: 33%;
}
}
/* 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 */
/* /local/templates/.default/components/bitrix/news/sposoby_oplaty_tabs/style.css?17507509431997 */
/* /local/templates/.default/components/bitrix/news/sposoby_oplaty_tabs/bitrix/news.list/271457_template/style.css?17398630961513 */
/* /include/pay_warning/style.css?1750750943424 */
/* /include/callback_payment_page/style.css?17199983711377 */
