

/* 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.detail/.default/style.css?17500604006897*/
.pay-page__head-list-title {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 20px;
  padding: 20px 14px;
  font-size: 16px;
  line-height: 1.25;
  color: #000;
  background-color: var(--color-gray2);
  border-radius: 8px;
}
.pay-page__head-list-title .red_txt {
  font-weight: 600;
  color: var(--color-red);
}
.pay-page__head-list-title > img {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 1200px) {
  .pay-page__head-list-title {
    align-items: center;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 20px;
  }
  .pay-page__head-list-title > img {
    width: 40px;
    height: 40px;
  }
}

.pay-page__att {
  padding-top: 25px;
  padding-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .pay-page__att--com {
    padding-top: 80px;
  }
}

.pay-page__att-list {
  padding-top: 30px;
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .pay-page__att-list {
    display: flex;
    justify-content: space-between;
  }
}

.pay-page__att-list-item {
  min-height: 100px;
  padding: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0px 1px 2px rgba(8, 35, 48, 0.16),
    0px 2px 6px rgba(8, 35, 48, 0.12);
  border-radius: 4px;
  background-color: #fff;
}
.pay-page__att-list-item a {
  text-decoration: underline;
}
.pay-page__att-list-item p {
  font-size: 1.3rem;
  line-height: 2.2rem;
}
@media screen and (min-width: 992px) {
  .pay-page__att-list-item {
    width: -moz-calc(33.3% - 25px);
    width: calc(33.3% - 25px);
    padding: 25px;
    padding-top: 20px;
  }
  .pay-page__att-list-item p {
    font-size: 1.6rem;
  }
}

.pay-page__att-list-item-link {
  color: #497351;
  font-size: 1.8rem;
  line-height: 2.2rem;
  display: block;
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  .pay-page__att-list-item-link {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

/*
пошаговая инстр. (с шестиугольниками)
используется для контента из PREVIEW_TEXT
*/
.pay-page__guide-title-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 72px;
  height: 45px;
}
@media screen and (min-width: 992px) {
  .pay-page__guide-title-img {
    bottom: 0;
    width: 145px;
    height: 90px;
  }
}

@media screen and (min-width: 992px) {
  .pay-page__guide-list {
    margin-bottom: 75px;
    margin-top: 75px;
  }
}

.pay-page__guide-list-item {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .pay-page__guide-list-item {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .pay-page__guide-list-item {
    margin-bottom: 60px;
  }
}

.pay-page__guide-list-item-step {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .pay-page__guide-list-item-step {
    display: block;
    max-width: 320px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .pay-page__guide-list-item-step {
    margin-top: -48px;
  }
}

.pay-page__guide-list-item-step-num,
.pay-page__steps-item-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 62px;
  margin-top: 4px;
  margin-right: 20px;
  background-image: url("/local/templates/.default/components/bitrix/news/sposoby_oplaty_tabs/bitrix/news.detail/.default/img/pay-page_step-sout.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
}
.pay-page__guide-list-item-step-num span,
.pay-page__steps-item-top span {
  font-size: 2.4rem;
  line-height: 1.4rem;
  font-weight: 300;
}
.pay-page__guide-list-item-step-num p,
.pay-page__steps-item-top p {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .pay-page__guide-list-item-step-num,
  .pay-page__steps-item-top {
    width: 52px;
  }
}
@media screen and (min-width: 992px) {
  .pay-page__guide-list-item-step-num,
  .pay-page__steps-item-top {
    width: 81px;
    height: 95px;
    margin-bottom: 40px;
  }
  .pay-page__guide-list-item-step-num span,
  .pay-page__steps-item-top span {
    font-size: 3.6rem;
    line-height: 3rem;
  }
  .pay-page__guide-list-item-step-num p,
  .pay-page__steps-item-top p {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 990px) {
  .pay-page__steps-item-desc p span {
    display: block;
    margin-top: 12px;
    font-size: 1.4rem;
    line-height: 1.7rem;
    opacity: 0.8;
  }
}

.pay-page__steps {
  padding-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .pay-page__steps {
    padding-bottom: 85px;
  }
}

.pay-page__steps-title {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .pay-page__steps-title {
    font-size: 4.2rem;
    line-height: 5.2rem;
    margin-bottom: 58px;
  }
}
@media screen and (max-width: 1170px) {
  .btn_barcode {
    margin: 10px 0 0 0;
    max-width: 252px;
  }
  .btn_blank {
    max-width: 252px;
  }
}

@media screen and (min-width: 1170px) {
  .pay-page__steps-list {
    display: flex;
  }
}

.pay-page__steps-item {
  display: flex;
  padding-bottom: 15px;
  position: relative;
}
.pay-page__steps-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 15px;
  left: 25px;
  width: 8px;
  height: -moz-calc(100% - 98px);
  height: calc(100% - 98px);
  background-image: url("/local/templates/.default/components/bitrix/news/sposoby_oplaty_tabs/bitrix/news.detail/.default/img/pay-steps-dots.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.pay-page__steps-item:last-child:after {
  display: none;
}
@media screen and (min-width: 992px) {
  .pay-page__steps-item:after {
    left: 36px;
    bottom: -2px;
  }
}
@media screen and (min-width: 1170px) {
  .pay-page__steps-item {
    display: block;
    width: 25%;
    padding-right: 35px;
    padding-bottom: 8px;
  }
  .pay-page__steps-item:after {
    left: auto;
    right: 15px;
    bottom: auto;
    top: 49px;
    height: 5px;
    width: -moz-calc(100% - 110px);
    width: calc(100% - 110px);
    background-image: url("/local/templates/.default/components/bitrix/news/sposoby_oplaty_tabs/bitrix/news.detail/.default/img/pay-steps-dots-desctop.svg");
  }
}

.pay-page__steps-doc-link {
  display: flex;
  align-items: center;
  color: #262726;
  font-size: 1.4rem;
}
.pay-page__steps-doc-link img {
  margin-right: 8px;
}

.pay-page__steps-item-top {
  min-width: 58px;
}
.pay-page__steps-item-top span {
  margin-top: 5px;
}
@media screen and (min-width: 992px) {
  .pay-page__steps-item-top {
    min-width: 81px;
    margin-bottom: 25px;
  }
}

.pay-page__steps-item-desc {
  padding-top: 8px;
}
.pay-page__steps-item-desc p {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
@media screen and (min-width: 1170px) {
  .pay-page__steps-item-desc p {
    margin-bottom: 12px;
  }
  .pay-page__steps-item-desc p span {
    display: block;
    margin-top: 12px;
    font-size: 1.2rem;
    line-height: 1.6rem;
    opacity: 0.8;
  }
}
/*END пошаговая инстр. (с шестиугольниками)*/
/* End */


/* Start:/local/templates/.default/components/bitrix/news/sposoby_oplaty_tabs/bitrix/news.detail/.default/css/terminal-eleksnet.css?1748934942112*/
@media screen and (min-width: 720px) {
  .sp_opl_preim ._list .item:nth-child(3) {
      display: none;
  }
}
  
/* End */


/* Start:/local/templates/.default/components/summit/elements.line/sposoby_oplaty_preim_templ/style.css?1719998371768*/
.sp_opl_preim {
	margin-bottom: 20px;
}
.sp_opl_preim ._list {
	width:100%;
	display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
}
.sp_opl_preim ._list .item {
    display: flex;
    gap: 16px;
	align-items: center;
    padding: 14px 12px;
    font-size: 18px;
    line-height: 20px;
    color: #171717;

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


/* Start:/local/templates/.default/components/summit/elements.line/guide_templ_384421/style.css?17489349421520*/
@font-face {
    font-family: 'Roboto';
    src: url('/css/FONTS/Roboto/RobotoBold.woff2') format('woff2'),
        url('/css/FONTS/Roboto/RobotoBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@media only screen and (max-width: 719px) {
.guide .sect_title {
	margin-bottom:23px;
	font-size:24px;
}
}	
.guide ._list {
	width:100%;
	margin-bottom: 32px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 24px 8px;
}
.guide ._list .item {
	display: flex;
	flex-direction: column;
	width:100%;
	padding: 10px 0 32px;
	border: 1px solid var(--color-gray1);
	border-radius: 12px;
}
@media only screen and (min-width: 720px) {
.guide ._list .item {
	width:49.4%;
}
}
@media only screen and (min-width: 1200px) {
.guide ._list .item {
	width:32.8%;
}
}

.guide ._list .item ._img {
	width:100%;
	padding: 0 8px;
	text-align:center;
}
.guide ._list .item ._img>img {
    object-fit: contain;
    width: 100%;
	height: 100%;
}

.guide ._list .item hr {
	margin: 0 24px;
	color: var(--color-gray1);
}

.guide ._list .item .step {
	display:flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 16px;
	width:100%;
	margin-top: 16px;
	padding: 0 24px;
}
.guide ._list .item ._num {
	display: flex;
	flex-direction: column;
    font-family: 'Roboto';
	font-weight: 700;
	font-size: 40px;
	line-height: 1;
}
.guide ._list .item ._name {
	font-size: 16px;
	line-height: 1.25;
}
.guide ._list .item ._name a {
	color: var(--color-link);
	text-decoration:underline;
}

/* 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.detail/.default/style.css?17500604006897 */
/* /local/templates/.default/components/bitrix/news/sposoby_oplaty_tabs/bitrix/news.detail/.default/css/terminal-eleksnet.css?1748934942112 */
/* /local/templates/.default/components/summit/elements.line/sposoby_oplaty_preim_templ/style.css?1719998371768 */
/* /local/templates/.default/components/summit/elements.line/guide_templ_384421/style.css?17489349421520 */
/* /include/callback_payment_page/style.css?17199983711377 */
