

/* Start:/local/templates/new_disign_246631/css/forms.css?17465189334896*/
#overlay_transparent, 
#overlay_transparent_feedback {
    display: block;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1051;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

/*формы*/
.last{
	margin-bottom:0 !important;
}

.form-group,
.data_block {
	display:block;
	width: 100%;
	float:left;
	margin:0 0 20px 0;
	position: relative;
}
.data_block:last-child {
	margin-bottom:0;
}
.data_block label {
    display: block;
    margin: 0 0 8px 0;
	font-size:12px;
	color: var(--color-txt);
}
.data_block label.req:after {
    content: "*";
	color: var(--color-red);
    font-weight: 700;
    margin-left: 1px;
}
.data_block a {
	font-size:16px;
}
.data_block label input[type=checkbox] {
	margin:0 20px 0 0;
}
.data_block .field {
	position: relative;
	display:block;
	float:left;
	width:100%;
	padding:0;
}
input[type=tel],
input[type=password],
input[type=text],
textarea,
.form-group select,
.form-group textarea,
.form-group input[type=tel],
.form-group input[type=password],
.form-group input[type=text],
.data_block .field select,
.data_block .field textarea,
.data_block .field input[type=tel],
.data_block .field input[type=password],
.data_block .field input[type=text]{
	display:block;
	width: 100%;
	height: var(--height-field);
	margin:0;
	padding-left:14px;
	color:var(--color-txt);
	font-size:16px;
	background-color:#fff;
	border:1px solid var(--color-gray1);
	border-radius:8px;
    transition: all 0.3s ease-out 0s
}
input[type=tel]:focus,
input[type=password]:focus,
input[type=text]:focus,
textarea:focus,
.form-group select:focus,
.form-group textarea:focus,
.form-group input[type=tel]:focus,
.form-group input[type=password]:focus,
.form-group input[type=text]:focus,
.data_block .field select:focus,
.data_block .field textarea:focus,
.data_block .field input[type=tel]:focus,
.data_block .field input[type=password]:focus,
.data_block .field input[type=text]:focus{
	border-color:var(--color-green);
	outline: none;
}
textarea,
.form-group textarea,
.data_block .field textarea {
	resize:none;
	height:115px;
	padding: 10px 5px 10px 14px;
	line-height: 1.25;
}
textarea::placeholder,
input[type='text']::placeholder,
input[type='tel']::placeholder,
input[type='email']::placeholder,
input[type="password"]::placeholder,
input[type="date"]::placeholder {
    color: var(--color-gray1);
}
/*END формы*/

/*checkbox*/
.chbx_div_cont {
    width: 100%;
	display:flex;
    align-items: center;
    margin: 0;
	position: relative;
}
.chbx_div_cont .chbx_item {
    position: relative;
	display:block;
    min-width: 20px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-color: #fff;
    border: 1px solid var(--color-gray1);
    border-radius: 4px;
    outline: none;
	cursor:pointer;
}
.chbx_div_cont .chbx_item.check {
    border: none;
    background: url('/img_top_style/img_246631/check_white.svg') 50% 50% no-repeat var(--color-green);
    background-size: 14px;
}
.chbx_div_cont .descr {
    color: var(--color-txt);
    font-size: 16px;
    text-align: left;
    margin: 0;
}
.chbx_div_cont .descr > *{
	font-size: inherit;
    cursor: pointer;
}
/*END checkbox*/

/*radiobox*/
.radio_div_cont {
	display:flex;
    flex-direction: row;
    gap: 24px;
    margin: 0;
	position: relative;
}
.radio_div_cont .radio_item {
    position: relative;
	padding: 0 0 0 31px;
    color: var(--color-txt);
    font-size: 14px;
    outline: none;
    cursor: pointer;
}
.radio_div_cont .radio_item:before {
    content: "";
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: #fff;
    border: 1px solid var(--color-link);
    border-radius: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}
.radio_div_cont .radio_item.check {
	text-decoration:none;
}
.radio_div_cont .radio_item.check:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--color-link);
	transform: translateY(-50%);
}
/*END radiobox*/

.sposob_polucheniya_btn {
    cursor: pointer;
}

.err_msg {
	font-size: 12px;
    line-height: 1.2;
	color: var(--color-red);
	left: 14px;
	bottom: -14px;
    position: absolute;
}
.err_msg_1 {
	font-size: 12px;
	color: var(--color-red);
    line-height: 1.2;
	position: relative;
	left: 0;
	bottom:-14px;
}
.chbx_div_cont + .err_msg {
	position: relative;
    bottom: 20px;
	left:0;
}
._error {
	border-color: var(--color-red) !important;
}


form ::-webkit-input-placeholder {
    color: var(--color-gray1); }

form :-moz-placeholder,
form ::-moz-placeholder {
    color: var(--color-gray1);
    opacity: 1; }

form :-ms-input-placeholder,
form ::-ms-input-placeholder {
    color: var(--color-gray1); }

form ::placeholder {
    color: var(--color-gray1); }


/* End */


/* Start:/local/templates/new_disign_246631/css/popup.css?17230960062550*/
.popup, .more1 {
  color: var(--color-link);
  text-decoration: underline;
  cursor: pointer;
}
.body_not_scroll {overflow-y: hidden;}
/*modal*/
.modal {
  display: none;
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(0,0,0,0.1);
}
.modal.open {
  display: flex;
}
.modal.show.show_top {
  align-items: flex-start;
  padding-top: 20px;
}

.modal._op {
  background-color: transparent;
}
.modal .bg{
  overflow: hidden;
  overflow-y: auto;
 
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: transparent;
}
.modal-dialog {
	width: 344px;
	position: relative;
	margin: auto;
}
.modal-content {
	float: left;
	width:100%;
	padding:48px 16px;
	position: relative;
	background-color: #ffffff;
  border-radius: 12px;
}
@media only screen and (min-width: 480px) {
.modal-dialog {
	width: 460px;
}
}
@media only screen and (min-width: 768px) {
.modal-dialog {
	width: 700px;
	max-width: 70%;
}
.modal-content {
	padding:48px;
}
}

.modal-header {
	text-align:center;
}
.modal-header .sr-only {
	display:none;
}
.modal-content button.close {
	position:absolute;
	right:20px;
	top:20px;
	width:24px;
	height:24px;
  z-index: 1;
	margin:0;
	padding: 0;
	cursor: pointer;
	background: url('/img_top_style/img_246631/close_btn.svg') 50% 50% no-repeat transparent;
}
.modal-title {
	margin: 0 0 32px 0;
  padding: 0;
  font-weight: 700;
	color: var(--color-txt);
  font-size: 24px;
	line-height:1.25;
  text-align: center;
}
@media only screen and (min-width: 768px) {
.modal-title {
  font-size: 28px;
}
}
.modal-body {
  float: left;
  width: 100%;
  position: relative;
  padding: 0;
}

.modal-body iframe {
    width: 100%;
}
.modal-footer {
  float: left;
  display: block;
  width: 100%;
	margin-top: 32px;
	padding: 0;
	text-align: center;
}
/*END modal*/

/*msg_box_el*/
.msg_box_el {
	position: absolute;
    z-index: 1002;
    width: 205px;
    padding: 5px 10px;
    background-color: #fcfcfc;
    color: var(--color-txt);
    font-size: 14px;
    text-align: center;
    border: 1px solid #bbbfba;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 10px 0px rgba(187,191,186,0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(187,191,186,0.75);
    box-shadow: 0px 0px 10px 0px rgba(187,191,186,0.75);
	outline:none;
}
/*END msg_box_el*/

.modal-body p{
	margin-bottom:10px;
	text-indent: 20px;
}
/* End */


/* Start:/bitrix/components/summit/setup.app.block/templates/.default/style.css?17464378431907*/
.setup-app {
    width: 100%;
    background: #f1f1f1;
    border-bottom: 1px solid #d4d9db;
}

.setup-app__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 55px;
    width: 100%;
}

.setup-app__main {
    display: flex;
    align-items: center;
    height: inherit;
    width: 100%;
}

.setup-app__image {
    height: 39px;
    width: 39px;
    margin: 5px;
}

.setup-app__title {
    font-size: 12px;
    font-weight: 500;
    line-height: 13px;
}

.setup-app__title span{
    background-color: #C9150D;
    border-radius: 3px;
    padding: 1px 5px;
    font-weight: 800;
    font-size: 12px;
    line-height: 13px;
    color: #FFFFFF;
    transform: rotate(-12.94deg);
    display: inline-block;
    margin-right: 5px;
}

.setup-app__close {
    margin-right: 2%;
    margin-left: 10px;
}

.setup-app__title .downline {
    padding-left: 25px;
}

.setup-app__description {
    font-size: 12px;
    color: #3a3a3a;
}

.setup-app__button {
    background: #005C32;
    border-radius: 3px;
    padding: 5px 18px 6px;
    margin-right: 15px;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;  
    color: #FFFFFF;
}

.setup-app__ios {
    max-width: 85px;
    height: 24px;
    width: 100%;
    position: relative;
    right: 30px;
}

.setup-app__ios img{
    height: 100%;
    width: 100%;
}

.setup-app__info.issimplified {
    margin-left: 10px;
}

.setup-app__info.issimplified .setup-app__title {
    font-size: 13px;
}

.setup-app__info.activeloan {
    margin-left: 1%;
}

.setup-app__info.activeloan .setup-app__title {
    font-size: 11px;
}

.setup-app__info.activeloan .setup-app__title .upline span {
    clear: both;
    font-weight: 900;
    font-size: 15px;
    line-height: 13px;
    color: #1A9B60;
    background-color: inherit;
    border-radius: 0;
    padding: 0;
    transform: inherit;
    display: inline-block;
}
/* End */


/* Start:/local/templates/new_disign_246631/include/city_block/style.css?1693223598721*/
.city_block {
	color:#565759;
	font-size: 14px;
	line-height:20px;
	padding-left: 21px;
	background: url('/img_top_style/img_246631/pin.svg') 0 50% no-repeat transparent;
}
.city_block span {
	margin-left: 12px;
	font-weight: 700;
	color:var(--color-link);
	cursor:pointer;
}
#city_popup .modal-dialog {
    width: 250px;
}
#city_popup .modal-content {
    padding: 40px 30px;
}
#city_popup .modal-title {
    margin: 0 0 20px 0;
    padding: 0;
    color: #000000;
    font-size: 24px;
}
#city_popup .modal-body {
	height: 63vh;
    overflow-y: auto;
}
#city_popup .modal-body > span {
	display:block;
	color: #81b28a;
	line-height: 1.5;
	cursor:pointer;
}
#city_popup .modal-body > span:last-child {
	margin-top:15px;
}
/* End */


/* Start:/bitrix/components/summit/block.chat/templates/.default/style.css?174522514916136*/
/*Допиливание стилей самого портального чата*/
@font-face {
    font-family: 'Lato';
    src: url('/css/FONTS/Lato/Lato-Bold.woff2') format('woff2'),
        url('/css/FONTS/Lato/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body .bx-livechat-help-title-lg {
    font-size: 14px;
}
body .bx-livechat-help-subtitle {
    display: none;
}
body .b24-widget-button-position-bottom-right {
    z-index: 100
}
body .b24-widget-button-pulse-animate {
    -webkit-animation: widgetPulse infinite 7.5s;
    animation: widgetPulse infinite 7.5s
}
@media only screen and (max-width: 479px) {
    body .b24-widget-button-position-bottom-right {
        right: 0;
        bottom: 67px
    }
    body .b24-widget-button-position-bottom-right .b24-widget-button-inner-container,
    body .b24-widget-button-position-bottom-right .bx-touch .b24-widget-button-inner-container {
        -webkit-transform: scale(.65);
        transform: scale(.65)
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    body .b24-widget-button-position-bottom-right {
        right: 0;
        bottom: 67px
    }
    body .b24-widget-button-position-bottom-right .b24-widget-button-inner-container,
    body .b24-widget-button-position-bottom-right .bx-touch .b24-widget-button-inner-container {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    body .b24-widget-button-position-bottom-right {
        right: 20px;
        bottom: 9px
    }
}
@media only screen and (max-width: 767px) {
    body .bx-imopenlines-config-sidebar {
        width: 100%
    }
}

/*Что бы иконка открытых линий не менялась в размере на разной ширине экрана*/
.b24-widget-button-inner-container,
.bx-touch .b24-widget-button-inner-container,
body .b24-widget-button-position-bottom-right .b24-widget-button-inner-container,
body .b24-widget-button-position-bottom-right .bx-touch .b24-widget-button-inner-container {
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*Допиливание стилей самого портального чата*/


/* -------- Стили нового блока чатов ------- */
body .bx-livechat-position-bottom-right {
    right: 90px;
    bottom: 100px;
}

.all-chat-layer {
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 200;
}
.all-chat-layer a {
    text-decoration: none;
}

body .bx-livechat-box * {
    font-family: "Raleway", "Arial", "Helvetica", sans-serif
}
@media screen and (min-width: 720px) {
    .all-chat-layer {
        bottom: 50px;
    }
}
.all-chat-layer>#overlay_transparent {
    display: none;
}
.all-chat-layer.opened>#overlay_transparent {
    display: block;
    background: rgba(0, 0, 0, 0.1);
}
.all-chat-layer .main-frame {
    display: none;
    flex-direction: column;
    width: 100vw;
    max-width: 430px;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
	padding: 0;
    background: #FFF;
    border-radius: 16px 16px 0 0;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);

    position: absolute;
    right: -10px;
    bottom:-700px;
    z-index: 1052;
    transition: bottom 0.5s;
}
.all-chat-layer.opened .main-frame {
    display: flex;
    bottom:-60px;
}
@media screen and (min-width: 720px) {
.all-chat-layer .main-frame {
    max-height: calc(100vh - 40px);
    border-radius: 16px;
}
.all-chat-layer.opened .main-frame {
    bottom:-40px;
    right:10px;
}
}

.all-chat-layer .close-block {
    position: absolute;
    top:16px;
    right:16px;
    width: 24px;
    height: 24px;
    background-size: contain;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS44IiBkPSJtNi43NSA2Ljc1IDEwLjUgMTAuNU0xNy4yNSA2Ljc1bC0xMC41IDEwLjUiLz48L3N2Zz4=') 50% 50% no-repeat transparent;
    cursor: pointer;
}
body .all-chat-layer .main-frame .top_plashka {
    width: 100%;
    height: 82px;
    padding: 20px 40px 20px 64px;
    border-radius: 16px 16px 0 0;
    font-family: 'Lato';
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJNMjQuNjcgMjQuNzU2djIuNThhLjY2Ny42NjcgMCAwIDEtMS4xMzguNDcybC0zLjA1My0zLjA1Mk0yNC4wMDMgMTIuNjY1aC42NzJhMy4zMyAzLjMzIDAgMCAxIDMuMzMgMy4zM3Y1LjQzYTMuMzMgMy4zMyAwIDAgMS0zLjMzIDMuMzN2ME0yMC40ODQgMjQuNzU2aC0zLjgyMmEzLjMzIDMuMzMgMCAwIDEtMy4zMy0zLjMzdi0xLjQyNCIvPjxwYXRoIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0ibTExLjYwNiAxNi0zLjEzOCAzLjEzOGEuNjY3LjY2NyAwIDAgMS0xLjEzOC0uNDcyVjE2aC0uMDA1YTMuMzMgMy4zMyAwIDAgMS0zLjMzLTMuMzNWNy4zMjVhMy4zMyAzLjMzIDAgMCAxIDMuMzMtMy4zM2g5LjM0N2EzLjMzIDMuMzMgMCAwIDEgMy4zMyAzLjMzdjUuMzQ1YTMuMzMgMy4zMyAwIDAgMS0zLjMzIDMuMzN6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=') 16px 50% no-repeat rgba(0, 92, 50, 1);
    background-size: 32px;
}
@media only screen and (max-width: 389px) {
body .all-chat-layer .main-frame .top_plashka {
    font-size: 14px;
}
}
.all-chat-layer .block-messenger {
    display: flex;
    flex-direction: column;
    row-gap:20px;
    padding: 16px;
    font-family: 'Roboto';
}
.group_acord {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.group_acord .group_name {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
    height: 56px;
    padding: 0 16px;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    color: #111;
    background: #F0F3F7;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
}
@media only screen and (max-width: 389px) {
.group_acord .group_name {
    font-size: 14px;
}
}
.group_acord .group_name.open {
    border-radius: 12px 12px 0 0;
}
.group_acord .group_name::after {
    content: "";
    position: absolute;
    right:16px;
    top:calc(50% - 4.5px);
    width: 9px;
    height: 9px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSI2IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiMwMDVDMzIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Im0uOCAxIDQuNSA0IDQuNS00Ii8+PC9zdmc+) no-repeat 50% 50% transparent;
}
.group_acord .group_name.open::after {
    transform: scale(1, -1);
}
.group_acord .group_name ._img {
    width: 24px;
    height: 24px;
}

.all-chat-layer .block-messenger .icons {
    display: none;
}
.all-chat-layer .block-messenger .group_acord .group_name.open + .icons {
    display: flex;
    flex-direction: column;
    gap:20px;
    margin-top: -20px;
    padding: 20px 16px;
    border: 1px solid #F0F3F7;
    border-radius: 0 0 16px 16px;
}
.all-chat-layer .icon-all-chat{
    margin: 5px;
    width: 50px;
    height: 50px;
}
.all-chat-layer.opened .icon-all-chat {
    display: none;
}

.all-chat-layer .block-messenger .item-chat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.all-chat-layer .block-messenger .item-chat.icon-w_up {
    display: none;
}
.all-chat-layer .block-messenger .item-chat.icon-polza {
    display: none;
}

.all-chat-layer .block-messenger .item-chat a{
    width: 100%;
}
.all-chat-layer .block-messenger .item-chat .cap {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    color: rgba(0, 92, 50, 1);

    background: #E6EFEB;
    width: 100%;;
    height: 44px;
    border-radius: 22px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.all-chat-layer .block-messenger .item-chat .adv {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 12px;
    color: #111;
    text-align: center;
}
@media only screen and (max-width: 389px) {
.all-chat-layer .block-messenger .item-chat .adv {
    font-size: 11px;
}
}
.all-chat-layer .block-messenger .item-chat .adv_soc {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    column-gap:4px;
}
.all-chat-layer .block-messenger .item-chat .adv_soc .item {
    width: 33%;
    height: 44px;
    background-color: #E6EFEB;
    border-radius: 22px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.icon-live-chat {
	cursor:pointer;
}
.display-none {
    display: none;
}
.icon-live-chat .preload-openline{
    width: 100%;
    height: 100%;
    background-image: url("/bitrix/components/summit/block.chat/templates/.default/img/chat_icon.svg");
    background-repeat: no-repeat;
    background-position-x: right;
    opacity: 0.6;
}
.icon-live-chat .preload-openline.load:before{
    left: unset;
    right: 9px;
}
.b24-widget-button-block {
    display: none;
}
.all-chat-layer .b24-widget-button-inner-block {
	width: 40px;
 	height: 40px;
    background-color:#F7F7F7;
    border-radius: 50%;
}
.b24-widget-button-inner-item {
    display: none !important;
	width: 40px;
 	height: 40px;
    background-image: url("/bitrix/components/summit/block.chat/templates/.default/img/online_green.svg") !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px;
}
.all-chat-layer .icon-all-chat {
    background-size: contain;
    background-image: url("/bitrix/components/summit/block.chat/templates/.default/img/chat_icon1.svg");
    cursor: pointer;
}
@-webkit-keyframes animationContent {
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
        border: 1px #005498 solid;
    }
    100% {
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        opacity: 0;
        border: 1px #005498 solid;
    }
}
@keyframes animationContent {
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
        border: 1px #197B30 solid;
    }
    100% {
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        opacity: 0;
        border: 1px #197B30 solid;
    }
}
.all-chat-layer .icon-all-chat .anim {
    position: absolute;
    width: 48px;
    height: 48px;
    background-color: transparent;
    -webkit-animation-name: animationContent;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-animation-name: animationContent;
    -moz-animation-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    animation-name: animationContent;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    border-radius: 100%;
    border: 1px rgba(0, 92, 50, 1) solid;
    cursor: pointer;
}



.icon-all-chat {
    position: relative;
}

.icon-live-chat {
    position: relative;
}

.live-chat-newMessage {
    display: none;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 40px;
    top: -1px;
    z-index: 11;
    background: #C9150D;
    border-radius: 50%;
    color: #ffff;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}

.show-message-count {
    display: block;
}
/* -------- Конец Стили нового блока чатов ------- */


.all-chat-layer .main-frame.with-pm .header-main {
    display: flex;
    flex-direction: row;
    flex: 0 0 auto;
    align-items: center;
    height: 72px;
    background-color: rgba(0, 92, 50, 1);
    padding: 0 6px; /* комментарий к левому паддингку. По макету он 16px. Но на макете размер svg не учитывает тень. Тень выступает за границы свг. А при верстке, размер свг учитыввавается вместе с с тенью. Вот размер тени и компенсирован меньшим отступом */
}

.all-chat-layer .main-frame.with-pm .header-main ._img {
    width: 60px;
    height: 60px;
}

.all-chat-layer .main-frame.with-pm .header-main ._label {
    margin-left: 20px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1)
}

.all-chat-layer .main-frame.with-pm .close-block {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNzUgNi43NUwxNy4yNSAxNy4yNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTcuMjUgNi43NUw2Ljc1IDE3LjI1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=') 50% 50% no-repeat transparent;
}

.all-chat-layer .main-frame.with-pm .body {
    padding: 24px 16px;
    background-color: rgba(255, 255, 255, 1);
    overflow: auto;
}

.all-chat-layer .main-frame.with-pm .body .pm-item {
    border: 2px solid rgba(230, 239, 235, 1);
    border-radius: 16px;
    overflow: auto;
}

#all-chat-layer .main-frame.with-pm .body .pm-item.closed .block-body { /* тут именно по ID адресуется, потому что другие стили перебивают display: flex*/
    display: none;
}

.all-chat-layer .main-frame.with-pm .body .pm-item:not(:first-child) {
    margin-top: 16px;
}

.all-chat-layer .main-frame.with-pm .body .pm-item .block-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgba(230, 239, 235, 1);
    min-height: 64px;
    padding: 0 16px 0 6px; /* комментарий к левому паддингку. По макету он 16px. Но на макете размер svg не учитывает тень. Тень выступает за границы свг. А при верстке, размер свг учитыввавается вместе с с тенью. Вот размер тени и компенсирован меньшим отступом */
    cursor: pointer;
}

.all-chat-layer .main-frame.with-pm .body .pm-item .block-title ._img {
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
}

.all-chat-layer .main-frame.with-pm .body .pm-item .block-title ._label {
    margin-left: 6px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: rgba(0, 92, 50, 1)
}

.all-chat-layer .main-frame.with-pm .block-messenger .icons {
    padding: 16px;
}

.all-chat-layer .main-frame.with-pm .pm-item.block-pm .block-body {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.all-chat-layer .main-frame.with-pm .pm-item.block-pm .block-body * {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #111;
}

.all-chat-layer .main-frame.with-pm .pm-item.block-pm .block-body .avatar {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 16px;
}
.all-chat-layer .main-frame.with-pm .pm-item.block-pm .block-body .avatar ._img {
    width: 70px;
    height: 70px;
    border-radius: 35px;
}

.all-chat-layer .main-frame.with-pm .pm-item.block-pm .block-body .pm-button {
    background-color: rgba(230, 239, 235, 1);
    width: 100%;
    height: 44px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 14.4px;
    color: rgba(0, 92, 50, 1);
}
.all-chat-layer .main-frame.with-pm .pm-item.block-pm .block-body .pm-button>* {
    font-weight: 500;
    color: rgba(0, 92, 50, 1);
}

#overlay_transparent {
    display: block;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1051;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
/* End */


/* Start:/local/templates/new_disign_246631/template_styles.min.css?175077805920186*/
.subscr ._formbody::-webkit-scrollbar{display:auto}.mt10{margin-top:10px!important}.mt20{margin-top:20px!important}.mb10{margin-bottom:10px!important}.mb20{margin-bottom:20px!important}.center{text-align:center}.nearest_office,.go_calc,.go_block{color:var(--color-link);cursor:pointer}.nearest_office>*{pointer-events:none}img:not([src]){-webkit-clip-path:inset(1px);clip-path:inset(1px)}@media (hover:hover){.hv{transition:box-shadow .3s ease-out}.hv:hover{box-shadow:0 0 20px rgba(0,0,0,.2)}}.outer-block{width:100%;position:relative}.block_grad,.gray{background:#f7f7f7}._sh{background:#fff;border:1px solid #fff;border-radius:16px;box-shadow:0 0 20px rgba(0,0,0,.1)}.block_shadow{background:#fff;border-radius:16px;box-shadow:0 6px 16px rgba(8,35,48,.12),0 16px 24px rgba(8,35,48,.08)}.block_shadow_thin{border:1px solid #c8c8c8;border-radius:5px;box-shadow:0 1px 2px rgba(8,35,48,.16),0 2px 6px rgba(8,35,48,.12)}.sect_subtitle{text-align:center;color:var(--color-txt);margin-bottom:20px;font-size:16px;font-weight:400;line-height:1.2}@media screen and (min-width:1200px){.sect_subtitle{margin-bottom:30px;font-size:20px}}.breads__list{padding-top:15px;padding-bottom:15px}@media screen and (min-width:992px){.breads__list{padding-top:33px;padding-bottom:25px}}.breads__item{color:#7c8489;padding-right:3px;font-size:1.2rem;line-height:1.4rem;display:inline;position:relative}@media only screen and (max-width:479px){.breads__item i{margin-right:2px}.breads__item{margin-right:7px}.breads__item ._last{font-size:0}.breads__item ._last:after{content:"⤵";color:#c4c4c4;font-size:18px;line-height:0;position:relative;top:3px}}.breads__item a{color:#7c8489;font-size:1.2rem;line-height:1.4rem}.breads__item+.breads__item:before{content:"→";padding-right:10px;display:inline-block}.rub{font-size:inherit;color:inherit;font-family:inherit;line-height:normal;position:relative}.rub:before{content:"–";line-height:normal;position:absolute;top:11%;left:-15%}.rub:after{content:"P"}@media screen and (max-width:1199px){.header__menu>*{border-bottom:1px solid #e1e1e1}}.header-hov{position:relative}.header__menu-link a{color:var(--color-txt)}.ar .header__menu-link:after,.for-click>span:after{content:"";width:11px;height:6px;pointer-events:none;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSI2IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiMwMDVDMzIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Im0uOCAxIDQuNSA0IDQuNS00Ii8+PC9zdmc+) 50% no-repeat;margin-left:8px;display:inline-block}.header__menu-sub-list{width:auto;padding:12px 0;display:none}@media screen and (max-width:1199px){.ar.open .header__menu-sub-list{flex-direction:column;row-gap:12px;padding-left:25px;display:flex}.ar.open .header__menu-sub-list>div[id^=bx_]{flex-direction:column;row-gap:12px;display:flex}}@media screen and (min-width:1200px){.ar:hover .header__menu-sub-list{white-space:nowrap;z-index:9;background-color:#fff;border-radius:10px;flex-direction:column;row-gap:12px;padding:16px 12px;display:flex;position:absolute;box-shadow:0 0 20px rgba(0,0,0,.1)}.ar:hover .header__menu-sub-list>div[id^=bx_]{flex-direction:column;row-gap:12px;display:flex}}.menu-links{color:var(--color-gray-dark);cursor:pointer;font-size:14px;font-weight:600;line-height:24px;display:flex;position:relative}.menu-links>a{width:100%;color:inherit;display:block}.menu-links>.go_block{color:inherit}@media screen and (min-width:1200px){.menu-links:hover,.menu-links>a:hover{color:#497351;text-decoration:underline}}.for-click>span{pointer-events:none;flex-direction:row;display:flex}.for-click>span:after{height:24px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}@media screen and (max-width:1199px){.for-click.open>span:after{-webkit-transform:scaleY(-1);transform:scaleY(-1)}}.hidden-list{display:none}@media screen and (max-width:1199px){.for-click.open{flex-direction:column}.for-click.open .hidden-list{flex-direction:column;row-gap:12px;padding:12px 26px 0;display:flex}}@media screen and (min-width:1200px){.for-click:hover>.hidden-list{width:auto;z-index:11;background-color:#fff;flex-direction:column;row-gap:12px;padding:10px 26px;display:flex;position:absolute;top:0;left:90%;box-shadow:0 5px 12px rgba(0,0,0,.1)}}.menu_zaimy_list{flex-direction:column;gap:16px;display:flex}@media screen and (max-width:1199px){.menu_zaimy_list{max-width:320px;margin:-12px 0 10px -25px}}@media screen and (min-width:1200px){.menu_zaimy_list{width:342px}}.menu_zaimy_list .item{border-radius:8px;flex-direction:column;row-gap:12px;padding:10px;display:flex;box-shadow:0 0 20px rgba(0,0,0,.1)}.menu_zaimy_list .item ._btn{height:44px;color:var(--color-green);background-color:var(--color-green-100);font-size:14px}.menu_zaimy_list .item ._btn:hover{color:#fff;background-color:var(--color-green);box-shadow:none}.menu_zaimy_list .item ._txt{height:14px;flex-direction:row;justify-content:space-between;padding:0 3px;font-size:13px;font-weight:600;line-height:14px;display:flex}.menu_zaimy_list .item ._txt._2{justify-content:center;gap:13px}.menu_zaimy_list .item ._txt>span.sep{width:1px;height:100%;background:#aeaeae}.menu_zaimy_list .item ._txt.b{font-weight:600}.footer{color:var(--color-gray-dark);font-size:12px;font-weight:400;line-height:1.5}.footer a{color:var(--color-link)}.footer a.tz{text-decoration:underline}@media screen and (max-width:1199px){.footer .footer_block._4 a{margin:8px 0;display:inline-block}}.footer .footer_block{flex-direction:column;align-items:start;margin-bottom:16px;display:flex}.footer .footer_block._2{border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;align-items:flex-start;padding:16px 0}@media screen and (max-width:1199px){.footer .wrap{flex-direction:column;padding-bottom:30px;display:flex}.footer .footer_block>div+div{margin-top:20px}}@media screen and (min-width:1200px){.footer .footer_block{flex-flow:row;margin-bottom:30px}.footer .footer_block>div:nth-child(1),.footer .footer_block>div:nth-child(2){flex-basis:50%;padding-right:88px}.footer .footer_block>div:nth-child(3){max-width:280px}.footer .footer_block._1>div{flex-basis:100%}.footer .footer_block._1 .footer_icon{max-width:280px;padding-right:0}.footer .footer_block._2{align-items:center;padding:20px 0}}.footer .footer_block._1 .footer_cards-block{margin-bottom:20px}.footer .footer_block._1 .footer_cards-block ._title{color:var(--color-gray-dark);margin-bottom:10px;font-size:14px;font-weight:700;line-height:1}._soc ._img,.footer .footer_block._1 .footer_cards-block ._img{align-items:start;display:flex}.footer .footer_block._1 .footer_cards-block._card ._img img+img{margin-left:12px}.footer .footer_block._1 .footer_cards-block._app .logo_block{flex-direction:row;align-items:center;display:inline-flex}.footer .footer_block._1 .footer_cards-block._app .logo_block>img{width:93px;height:93px;margin-right:10px}.footer .footer_block._1 .footer_cards-block._app .logo_block>div{flex-direction:column;justify-content:center;gap:8px;display:flex}.footer .footer_block._1 .footer_cards-block._app .logo_block ._name{font-size:16px;font-weight:700;line-height:1.5;text-decoration:underline}.footer .footer_block._1 .footer_cards-block._app .txt_descr{width:100%;color:var(--color-gray-dark);font-size:12px;font-weight:700;line-height:1.2}.footer .footer_block._1 .footer_cards-block._app .txt_mplaces{width:100%;color:var(--color-gray-dark);flex-direction:row;font-size:8px;line-height:1.2;display:flex}.footer .footer_block._1 .footer_cards-block._app .txt_mplaces>span+span{margin-left:11px}@media screen and (min-width:1200px){.footer .footer_block._1 .footer_cards-block._app .logo_block ._name{font-size:13px}.footer .footer_block._1 .footer_cards-block._app .txt_mplaces{font-size:7px}}.footer .r_history{width:100%;text-align:left;border-collapse:separate;border-spacing:0 5px;font-size:12px;font-weight:400;line-height:1.5}.footer .r_history th{vertical-align:top;font-weight:600;line-height:1.2}.footer .r_history tr td:nth-child(1){font-size:14px;font-weight:700}._soc ._img a{width:30px;display:flex}._soc ._img a img{width:30px;height:30px}._soc ._img a+a{margin-left:12px}.footer .footer_block._2 .subs>div{color:var(--color-gray-dark);background:url(/img_top_style/img_246631/news_subscibe.svg) 0 no-repeat;margin-right:12px;padding-left:28px;font-size:14px;line-height:20px;display:inline-block}.footer .footer_block._2 .subs ._link{color:var(--color-link);cursor:pointer;font-size:14px;font-weight:700;line-height:1}.footer .footer_block .l_icon{align-items:center;margin-top:20px;display:flex}.footer .footer_block .l_icon a{align-items:center;display:flex}.footer .footer_block .l_icon img{height:22px;margin-right:15px}@media screen and (min-width:1200px){.footer .footer_block .l_icon img{height:26px;margin-right:22px}}[data-reg]:after{content:attr(data-reg)}.footer .footer_block._1>div:nth-child(1){padding-right:0}.footer_menu{display:flex}.footer_menu>div{flex-direction:column;display:flex}.footer_menu a{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:var(--color-gray-dark);text-transform:uppercase;font-size:12px;font-weight:700;line-height:1}.footer_menu a+a{margin-top:20px}@media screen and (max-width:1199px){.footer_menu{margin-bottom:10px}.footer_menu>div+div{margin-left:20px}}@media screen and (min-width:1200px){.footer_menu>div{flex-basis:50%}.footer_menu a{font-size:14px}.footer_menu a+a{margin-top:24px}}@media screen and (max-width:359px){.footer_menu a{font-size:10px}}#totop_btn{width:30px;height:30px;z-index:40;background:url(/img_top_style/img_246631/page_up_transp.svg) 50% 50% no-repeat var(--color-green);background-size:contain;border-radius:8px;display:none;position:fixed;bottom:65px;left:10px;box-shadow:0 0 5px rgba(255,255,255,.5)}@media screen and (min-width:1200px){#totop_btn{width:50px;height:50px}#totop_btn:hover{box-shadow:0 0 20px rgba(0,0,0,.1)}}.loader,.loader:after{width:115px;height:115px;border-radius:50%}.loadermain{width:100%;text-align:center}.loader{border:10px solid rgba(192,192,192,.2);border-left-color:silver;margin:0 auto;-webkit-animation:1.1s linear infinite load8;animation:1.1s linear infinite load8;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0)}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}._hide{display:none!important}.load{pointer-events:none;position:relative;opacity:.5!important}.load:before{content:"";width:32px;height:32px;background:url(/img/AjaxLoader.gif) no-repeat;margin:-16px 0 0 -16px;padding:0;display:block;position:absolute;top:50%;left:50%}.all-chat-layer{bottom:60px;right:10px}.loan_on_card h1{margin-bottom:inherit;font-size:inherit}.loan_on_card .cont{border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;padding:20px 0}.loan-item1{color:var(--color-txt);cursor:pointer;padding:0 20px 0 0;font-size:20px;font-weight:600;line-height:1;display:inline-block;position:relative}.loan-item1:before{content:"";width:10px;height:7px;background:url(/img_top_style/img_246631/list-arrow.svg) 0 0/contain no-repeat;margin-top:-4px;position:absolute;top:50%;right:0}.loan-item1.open:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.loan-item2{margin-top:20px;font-size:16px;font-weight:500;line-height:1.3;display:none}.loan-item1.open+.loan-item2{display:block}.loan-item2 ul{list-style:none}.loan-item2 ul a span{color:var(--color-txt)}.loan-item2 ul,li,p{margin:10px 0 0;padding:0}.loan-item2 table{margin-top:15px}.live_feed{flex-direction:column;display:flex;position:relative}.live_feed>*{color:var(--color-txt);background:#fff;border-radius:12px;margin-bottom:18px;padding:20px;font-size:16px;font-weight:600;line-height:1.25;display:block}@media screen and (min-width:1200px){.live_feed>*{padding:20px 38px}}.accord_cont{flex-direction:column;display:flex}.accord_cont>.tab{padding:20px 0}.accord_cont>.tab+.tab{border-top:1px solid #f0f3f7}.accord_cont>.tab .info{color:var(--color-txt);background:0 0/24px no-repeat;padding:0 0 0 40px;font-size:16px;font-weight:400;line-height:1}.accord_cont>.tab .info>div{margin-bottom:4px}.accord_cont>.tab .info ._name{color:var(--color-green);cursor:pointer;font-size:20px;font-weight:700;line-height:1.15;text-decoration:underline;display:inline-block}.accord_cont>.tab .info+.info{margin-top:20px}@media screen and (min-width:1200px){.accord_cont>.tab{padding:30px 0}.accord_cont .loan-item1{font-size:28px}.accord_cont .loan-item2,.accord_cont>.tab .info+.info{margin-top:30px}}.subscr ._form{padding:30px 20px;position:relative}.subscr ._form ._title{max-width:205px;z-index:1;margin-bottom:12px;font-size:32px;font-weight:700;line-height:1.1;position:relative}.subscr ._form ._txt{max-width:266px;z-index:1;margin-bottom:20px;font-size:16px;line-height:1.2;position:relative}.subscr .unisender-content{max-width:460px;position:relative}.subscr .rewievs__right-cont{flex-direction:column;display:flex}.subscr input[type=text]{height:50px;border:1px solid #e1e1e1;border-radius:8px}@media screen and (max-width:767px){.subscr .rewievs__right-cont>div:nth-child(1){width:100%;margin-bottom:20px}}.subscr ._btn.rewievs__right-link{max-width:unset;height:50px;border:2px solid var(--color-red);color:var(--color-red);background:#fff;border-radius:8px;font-size:18px;font-weight:700;line-height:46px}.subscr ._btn.rewievs__right-link:hover{background:var(--color-red);color:#fff}@media screen and (min-width:768px){.subscr ._form:before{content:"";width:316px;height:227px;background:url(/img_top_style/img_246631/sect_subscr_img.png) 0 0/contain no-repeat;position:absolute;bottom:0;right:20px}.subscr ._form ._title{max-width:483px;margin-bottom:20px;font-size:40px}.subscr ._form ._txt{max-width:380px;margin-bottom:40px}.subscr .rewievs__right-cont{flex-direction:row}.subscr .rewievs__right-cont>div:nth-child(1){width:100%;margin-right:30px}.subscr ._btn.rewievs__right-link{max-width:140px}}@media screen and (min-width:1200px){.subscr ._form:before{right:63px}.subscr ._form{padding:50px 70px}.subscr ._form ._txt{max-width:687px}.subscr .unisender-content{max-width:700px}.subscr ._btn.rewievs__right-link{max-width:300px}}.rewievs__right-cont.notshow{display:none}@media screen and (min-width:768px){#subscr_popup .modal-dialog{width:100%;max-width:1200px}}#subscr_popup .modal-content{padding:0}.list_bids:empty{display:none}.list_bids{width:100%;margin-bottom:20px;padding-top:20px;display:block;position:relative;overflow-x:auto;overflow-y:hidden}.list_bids .rekl_txt{top:0}@media screen and (max-width:767px){.list_bids{padding-bottom:10px}}.list_bids .cont{width:500px;border:1px solid var(--color-gray);border-radius:8px;flex-direction:column;display:flex}.list_bids ._tr{width:100%;height:32px;flex-direction:row;align-items:center;display:flex}.list_bids ._tr+._tr{border-top:1px solid var(--color-gray)}.list_bids ._tr>div{padding-left:10px;font-size:14px;line-height:1}.list_bids ._tr ._name{width:34%}.list_bids ._tr ._term{width:16%}.list_bids ._tr ._sum{width:30%}.list_bids ._tr ._percent{width:20%}.list_bids ._tr>._th{font-weight:700}.list_bids ._tr>._th span{font-size:80%;font-weight:400}.form__row-policy label{color:var(--color-gray-dark);padding-left:28px;font-size:1.2rem;display:block;position:relative}.form__row-policy label:before{content:"";width:20dppx;height:20px;box-sizing:border-box;background-color:transparent;border:2px solid #b8bec0;border-radius:2px;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.form__row-policy input{display:none}.form__row-policy input:checked+label:before{background:0 0}.form__row-policy input:checked+label:after{content:"";width:20px;height:20px;background-image:url(/img_top_style/img_246631/check_on.svg);background-repeat:no-repeat;border:none;display:block;position:absolute;top:50%;left:1px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.discl{color:var(--color-gray);font-size:12px;line-height:1.25}@media only screen and (min-width:768px){.discl{font-size:14px}}.swiper-container{width:100%;position:relative;overflow:hidden}.swiper-button-next,.swiper-button-prev{width:20px;height:20px;z-index:2;cursor:pointer;color:transparent;background:url(/img_top_style/img_246631/ar.svg) 100%/cover no-repeat;border:0;outline:0;padding:0;font-size:0;line-height:0;display:block;position:absolute;top:50%}.swiper-button-prev{left:-19px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.swiper-button-next{right:-19px}.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{width:8px;height:8px;opacity:.75;background:#d9a392;border:1px solid #d9a392;border-radius:50%;outline:0;margin:3px 6px;padding:0}.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{width:14px;height:14px;opacity:1;margin:0 6px}.about-numbers_347941{flex-direction:column;justify-content:center;gap:30px 20px;display:flex}.about-numbers_347941 .item{color:var(--color-txt);padding-left:50px;font-size:16px;font-weight:600;line-height:1;position:relative}.about-numbers_347941 .item>img{width:32px;height:37px;object-fit:cover;position:absolute;top:0;left:0}.about-numbers_347941 .item .num{color:var(--color-green);margin-bottom:8px;font-size:32px;font-weight:800;line-height:1}@media (min-width:480px){.about-numbers_347941{flex-flow:wrap;row-gap:40px}.about-numbers_347941 .item{flex-basis:47.7%}}@media (min-width:720px){.about-numbers_347941 .item{flex-basis:31.3%}}.about-numbers{flex-direction:column;justify-content:space-between;margin-bottom:40px;display:flex}.about-numbers .item{color:var(--color-txt);background:0 7px no-repeat;padding-left:50px;font-size:16px;font-weight:600;line-height:1}.about-numbers .item:nth-child(1){background-image:url(/img_top_style/img_246631/sect_about/01.svg);background-position-x:16px;background-size:18px}.about-numbers .item:nth-child(2){background-image:url(/img_top_style/img_246631/sect_about/02.svg);background-position-x:8px;background-size:26px}.about-numbers .item:nth-child(3){background-image:url(/img_top_style/img_246631/sect_about/03.svg);background-size:34px}.about-numbers .item:nth-child(4){background-image:url(/img_top_style/img_246631/sect_about/04.svg);background-position-x:14px;background-size:20px}.about-numbers .item .num{color:var(--color-green);margin-bottom:8px;font-size:32px;font-weight:800;line-height:1}@media (max-width:479px){.about-numbers .item+.item{margin-top:30px}}@media (min-width:480px){.about-numbers{flex-flow:wrap;justify-content:space-between}}@media (min-width:480px) and (max-width:1199px){.about-numbers .item{flex-basis:50%;margin-bottom:30px}.about-numbers .item:nth-last-child(-n+2){margin-bottom:0}}.preim_block{width:100%;flex-flow:wrap;align-items:center;display:flex}.preim_block .item{color:var(--color-txt);background:url(/img_top_style/img_246631/check_005C32.svg) 0 no-repeat;flex-basis:100%;margin-bottom:20px;padding-left:39px;font-size:16px;font-weight:500;line-height:1.3}.preim_block .item span{color:var(--color-green);font-weight:700}.preim_block .item a{color:#0065b1;text-decoration:underline}@media (max-width:767px){.preim_block .item:last-child{margin-bottom:0}}@media (min-width:768px){.preim_block .item{flex-basis:50%;margin-bottom:30px;padding-right:30px}.preim_block .item:nth-last-child(-n+2){margin-bottom:0}}@media (min-width:1200px){.preim_block .item{padding-right:50px;font-size:24px}}.erid_block{flex-flow:wrap;align-items:center;gap:0 14px;margin-bottom:3px;display:flex}.rekl_txt{color:#737373;font-size:11px;font-weight:500;line-height:1.25;position:relative}@media (min-width:768px){.rekl_txt{font-size:12px}}.rekl_txt:before{content:"Реклама АО МФК \"Саммит\" LjN8Jwjgq"}.erid_block ._text{color:#737373;flex-direction:column;column-gap:14px;font-size:11px;font-weight:500;line-height:1.25;display:flex}@media (min-width:992px){.erid_block ._text{flex-direction:row;font-size:12px}}
/* End */
/* /local/templates/new_disign_246631/css/forms.css?17465189334896 */
/* /local/templates/new_disign_246631/css/popup.css?17230960062550 */
/* /bitrix/components/summit/setup.app.block/templates/.default/style.css?17464378431907 */
/* /local/templates/new_disign_246631/include/city_block/style.css?1693223598721 */
/* /bitrix/components/summit/block.chat/templates/.default/style.css?174522514916136 */
/* /local/templates/new_disign_246631/template_styles.min.css?175077805920186 */
