

/* Start:/local/templates/.default/components/summit/calculator.invest/calc_invest_331089/style.css?17857381655286*/
.calc_box_invest {
	width:100%;
	margin:0;
	position: relative;
}

.calc_cont {
	display:flex;
	flex-direction: column;
	row-gap: 48px;
	width: 100%;
	padding: 0;
	margin: 0;
}
@media only screen and (min-width: 1024px) {
.calc_cont {
	flex-direction: row;
	column-gap: 20px;
	align-items: center;
	justify-content: space-between;
}
}	
@media only screen and (min-width: 1200px) {
.calc_cont {
	column-gap: 40px;
}
}	
.calc_cont ._left {
	display: flex;
	flex-direction: column;
	row-gap: 20px;

	position:relative;
	width: 100%;
    margin: 0;
    padding: 0;
}
.calc_cont ._right {
	display: flex;
	flex-direction: column;
	row-gap: 20px;

	position:relative;
	width: 100%;
    padding: 20px;
	border: 1px solid var(--color-txt);
}
@media only screen and (min-width: 1024px) {
.calc_cont ._left {
	width: calc(100% - 460px);
}
.calc_cont ._right {
	width: 440px;
}
}
@media only screen and (min-width: 1200px) {
.calc_cont ._left {
	width: calc(100% - 620px);
}
.calc_cont ._right {
	width: 580px;
    padding: 30px;
}
}

.tabs {
    width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	padding: 0;
    position: relative;
}
.tabs ._tab {
	display:flex;
	flex-direction: row;
    justify-content: center;
    align-items: center;
	height:44px;
	line-height:1;
	margin: 0;
	padding: 0 20px;
	font-size: 15px;
	background: #fff;
	cursor:pointer;
}
.tabs ._tab.act {
	background: var(--color-green-300);
	cursor:default;
}
.tabs ._tab:not(.act):hover {
	border: 2px solid var(--color-green-300);
}

.inv_slider_line {
	display:block;
	width:100%;
	min-height: 65px;
}
.inv_slider_line.last {
	margin-bottom:0;
}	
.inv_slider_line .val {
	display: flex;
	align-items: center;
	width: 100%;
	height:60px;
	margin: 0;
	padding:0 36px 0 20px;
	font-size: 20px;
	font-weight:600;
	color: var(--black-text);
	/* line-height:45px; */
	background: #FFFFFF;
	border-bottom: 3px solid var(--color-green);
	border-radius: 0;
	position:relative;
	background: url('/local/templates/.default/components/summit/calculator.invest/calc_invest_331089/images/ar.svg') calc(100% - 15px) 50% no-repeat #FFFFFF;
}

.inv_slider {
	float: left;
	width:calc(100% - 20px);
	height:3px;
	margin: 0 10px;
	background:transparent;
	position: relative;
	top:-3px;
	cursor:pointer;
	background-color: transparent;
	border: none;
    box-shadow:none;
}
.inv_slider.noUi-horizontal {
    height: 3px;
}
.inv_slider.noUi-target {
	margin-bottom: 20px;
    background: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.inv_slider .noUi-connect {
    background: transparent;
}
.inv_slider.noUi-horizontal .noUi-handle {
    width: 12px;
    height: 12px;
    right: -6px;
    top: -5px;
    background: var(--color-green);
	border:none;
	border-radius:50%;
	box-shadow: none;
	cursor: pointer;
}
.inv_slider .noUi-handle:after,
.inv_slider .noUi-handle:before {
    background: none;
}	

.inv_slider .min,
.inv_slider .max {
	position:absolute;
	bottom:-20px;
	color:var(--black-text);
	font-size:14px;
	font-weight:500;
}
.inv_slider .min {
	left:0;
}
.inv_slider .max {
	right:0;
}

.inv_slider_line .val .drop{
	display:block;
	position:absolute;
	left:0;
	top:calc(100% - 7px);
	z-index:1052;
	width:100%;
	background:var(--color-green-300);
	padding:0;
    border: 1px solid var(--green);
	box-shadow: 0px 4px 8px rgba(2, 201, 141, 0.08);
	-webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.inv_slider_line .val .drop .cont{
	display:block;
	width:100%;
	max-height: 162px;
	overflow-y: auto;
}
.inv_slider_line .val .drop .cont>div{
	display:block;
	padding:0 16px;
	line-height:1.45;
	color: var(--black-text);
	cursor: pointer;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
}
.inv_slider_line .val .drop .cont>div.act{
	cursor:default;
	background-color:var(--color-green);
	color:#fff;
	cursor: default;
}
.inv_slider_line .val .drop .cont>div:hover{
	background-color:var(--color-green);
	color:#fff;
}

.itog_line {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	width: 100%;
	padding: 0;
	margin: 0;
}
.itog_line .td {
	display: flex;
	flex-direction: column;
	row-gap: 2px;
	width: 100%;
	padding: 0;
	margin: 0;
}
.itog_line .td._3 {
	flex-direction: column;
	row-gap: 10px;
}
@media only screen and (min-width: 1200px) {
.itog_line .td._3 {
	flex-direction: row;
    justify-content: space-between;
}
}

.itog_buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 20px;
	width: 100%;
}
.itog_buttons ._btn.ka {
	justify-content: center;
}
.itog_buttons ._btn.ka:active {
	background-color: inherit;
}
.grafik {
	font-size: 18px;
	color: var(--color-green);
	line-height: 1;
	cursor:pointer;
}

.calc_box_invest ._btn {
    max-width: 100%;
}
#callback ._bottom_text {
	font-size: 19px;
	line-height: 1.25;
}
#callback ._bottom_text span {
	display: block;
	margin-top: 20px;
	color: #3A7B3B;
	font-weight: bold;
}
@media only screen and (max-width: 479px) {
	#callback ._bottom_text {
		text-align: center;
		font-size: 16px;
	}
	#callback ._bottom_text span {
		margin-top: 0;
	}
}
.captcha-wrap{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: start;
}
.captcha-wrap img{
	height: 40px;
	margin-right: 20px;
	border: 1px solid #E6E6E6;
}
.captcha-wrap input[type=text]{
	height: 40px;
	font-size: 14px;
}
/* End */


/* Start:/js/nouislider/nouislider.min.css?16751511994220*/
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;bottom:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/invest_usloviya_templ_462827/style.css?17857381651971*/
.products_list {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 20px;
	width:100%;
}
.products_list .item {
	display:flex;
	flex-direction: column;
	gap: 20px;
	width:100%;
	padding: 36px 12px;
	background-color: transparent;
	border: 1px solid var(--color-txt);
}

@media screen and (min-width: 768px) {
.products_list .item {
	width: calc(50% - 10px);
}
}	
@media screen and (min-width: 1200px) {
.products_list {
	gap: 50px 40px;
}
.products_list .item {
	width: calc(50% - 20px);
	padding:36px;
}
}

.products_list .item ._line {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 2px;
	border-bottom: 1px solid var(--color-txt);
}
.products_list .item ._l {
	font-family: 'Oswald';
	font-weight: 400;
	font-size: 24px;
	color: var(--color-green);
	line-height: 1;
	text-transform: uppercase;
}
.products_list .item ._r {
	font-family: 'Oswald';
	font-weight: 500;
	font-size: 60px;
	line-height: 1.2;
}

.products_list .item .title {
	width:100%;
	font-family: 'Oswald';
	font-weight: 500;
	font-size: 30px;
	line-height: 1;
	text-transform: uppercase;
}
.products_list .item .wyplata {
	width:100%;
	max-width:124px;
	margin: 0 0 -20px auto;
	font-size: 16px;
	text-align: right;
}
.products_list .item .show_usl {
	justify-content: center;
	max-width:100%;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	color: var(--color-green);
	text-transform: uppercase;
	cursor: pointer;
}
.products_list .item .show_usl::after {
	content: 'показать условия';
}
.products_list .item .show_usl.show::after {
	content: 'скрыть';
}
.products_list .item ._btn:active {
	background-color: inherit;
}
@media screen and (min-width: 1200px) {
.products_list .item .title {
	font-size: 60px;
}
.products_list .item .wyplata {
	max-width:unset;
	font-size: 20px;
}
}

.products_list .item .usl {
	display:none;
}
.products_list .item .show_usl.show + .usl {
	display:block;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/invest_fin_reports_462827/style.css?17857381651732*/
.report_list {
	width:100%;
}
.report_list .item {
    display: flex;
    flex-direction: column;
	width: 100%;
    padding: 20px;
	/* background-color: #fff; */
    border: 1px solid var(--color-txt);
    position: relative;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}
.report_list .item+.item {
	margin-top: 20px;
}
@media screen and (min-width: 768px) {
.report_list {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}
.report_list .item {
	page-break-inside: avoid;
    break-inside: avoid;
}
}

.report_list .item:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 29px;
    display: block;
    width: 26px;
    height: 14px;
    background-image: url('/img/svg/open_report.svg');
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}
.report_list .item.act:after {
	width: 24px;
    height: 24px;
    background-image: url('/img/svg/open_block.svg');
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.report_list .item .year {
	color: var(--black-text);
}

.report_list .item .docs_block {
	width:100%;
	display:none;
}
.report_list .item.act  .year + .docs_block {
	display:flex;
	flex-direction: column;
	gap: 20px;
	padding-top:30px;
}
.report_list .item .docs_block .icon_btn {
    text-transform: none;
}
.report_list .item .docs_block .doc_item:hover ._name {
	color: #fff;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/invest_sert_462827/style.css?17857381651374*/
.sert_list {
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.sert_list .item {
	display:flex;
	flex-direction: column;
	row-gap: 20px;
	width: 328px;
}
.sert_list .item ._img {
    width: 100%;
	height: 464px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--color-txt);
	position: relative;
}
.sert_list .item ._img img {
	position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 768px) {
.sert_list .item {
	width: calc(50% - 10px);
}
.sert_list .item ._img {
	height: 546px;
}
}
@media screen and (min-width: 1024px) {
.sert_list .item {
	width: calc(33% - 10px);
}
.sert_list .item ._img {
	height: 546px;
}
}

.sert_list .item .descr {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 12px;
	padding: 20px 10px;
	border: 1px solid var(--color-txt);
}
.sert_list .item .descr .name {
	height: 54px;
	font-size: 18px;
	line-height: 1;
	color: var(--color-txt);
	text-align: center;
}
.sert_list .item .descr .size {
	font-size: 18px;
	line-height: 1;
	color: #80AE99;
}
.show_all_sert {
	width:136px;
	padding-top:8px;
	border-top: 3px solid #CE7A74;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.45;
	color: var(--black-text);
	cursor:pointer;
}
.sert_list .item.h {
	display:none;
}	
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/invest_rewievs_462827/style.css?17857381652422*/
.reviews ._list {
	margin-bottom:20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
}	
.reviews ._list .item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width:100%;
	padding:36px 12px;
	border: 1px solid var(--color-txt);
}
.reviews ._list .item.h {
	display:none;
}	
.reviews .name {
	font-family: 'Oswald';
	font-weight: 500;
	font-size: 26px;
	line-height: 1.2;
	text-transform: uppercase;
}
.reviews .city {
	color:#80AE99;
	line-height: 1;
}
@media screen and (min-width: 768px) {
.reviews ._list .item {
	width:calc(50% - 10px);
}
}	
@media screen and (min-width: 1200px) {
.reviews .sect_title {
	max-width: 550px;
}
.reviews ._list {
	margin-bottom:50px;
}	
.reviews ._list .item {
	width:calc(33% - 10px);
	padding:36px 33px;
}
}
.reviews ._list .item .text {
	height: 134px;
    overflow: hidden;

	font-size: 18px;
	line-height: 1.45;
	color: var(--color-txt);
}

.reviews .view_full {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	font-weight: 400;
	font-size: 15px;
	color: var(--color-green);
	line-height: 1;
	text-transform: uppercase;
	border: 1px solid var(--color-green);
	cursor:pointer;
}
.reviews .show_more {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	font-weight: 400;
	font-size: 15px;
	color: var(--color-green);
	line-height: 1;
	text-transform: uppercase;
	border: 1px solid var(--color-green);
	cursor:pointer;
}
.btn_block {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 40px;
	width: 100%;
    margin: 0 auto;
}
.btn_block>div {
	width: 100%;
	max-width: 400px;
}
#msg_popup_no_footer .modal-content {
	background: var(--green-light);
}
#msg_popup_no_footer .nav_btn {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    cursor: pointer;
	border: 1px solid var(--green);
    border-radius: 20px;
    background: url('/local/templates/.default/components/bitrix/news.list/invest_rewievs_462827/img/arrow.svg') 50% 50% no-repeat #fff;
	background-size:7px;
}
#msg_popup_no_footer .nav_btn.next {
    right: 10px;
}	
#msg_popup_no_footer .nav_btn.prev {
    left: 10px;
    transform: scale(-1,1);
}	
@media screen and (min-width: 768px) {
#msg_popup_no_footer .nav_btn {
    right: 20px;
    width: 40px;
    height: 40px;
	background-size:10px;
}
#msg_popup_no_footer .nav_btn.next {
    right: 20px;
}	
#msg_popup_no_footer .nav_btn.prev {
    left: 20px;
}	
}

/* End */


/* Start:/local/templates/.default/components/summit/include.area/invest_pers_462827/style.css?17857381652339*/
._pers-block .cont {
	display: flex;
	flex-direction: column;
	gap: 20px 40px;
}
@media screen and (min-width: 768px) {
._pers-block .cont {
	flex-direction: row;
    align-items: flex-start;
}
}

.text_block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.text_block .img_block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media screen and (min-width: 480px) {
.text_block {
    width: calc(50% - 20px);
}
.text_block .img_block {
    flex-direction: row;
}
}

.text_block .text_3 > p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
}
.text_block .text_3 > p + p {
    margin-top: 5px;
}

._pers_img {
    min-width: 145px;
    width: 145px;
	height: 145px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
}
._pers_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img_block>div:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.img_block>div:nth-child(2) > ._pers-name {
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
.img_block>div:nth-child(2) ._pers-name {
	font-size: 40px;
}
}
.img_block>div:nth-child(2) > .text_3 {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
}

.contacts_block .phone {
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px 20px;
}
@media screen and (min-width: 1024px) {
.contacts_block .phone {
    flex-direction: row;
}
}
.contacts_block .phone a {
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
    text-transform: uppercase;
}
.contacts_block .phone span {
    display: inline-block;
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
    text-transform: uppercase;
}
.contacts_block .email {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    color: var(-color-green);
}



._pers_form {
    width: 100%;
    padding: 30px;
	border: 1px solid var(--color-txt);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media screen and (min-width: 768px) {
._pers_form {
    width: calc(50% - 20px);
}
}
@media screen and (min-width: 1200px) {
._pers_form {
    padding: 50px;
}
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/invest_faq_new_templ/style.css?17857381652012*/
.q_block {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}	
.q_block .item {
	display: flex;
	flex-direction: column;
	width:100%;
}
.q_block .item  .q_name {
    width: 100%;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	padding-right:56px;
	position:relative;
	cursor:pointer;
}
.q_block .item  .q_name .icon_open {
	background-image:url('/img/svg/open_block.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position:absolute;
	z-index: 1;
	top:50%;
	right:13px;
	width:24px;
	height:24px;
	margin-top:-12px;
	-webkit-transition: rotate 350ms ease;
    -moz-transition: rotate 350ms ease;
    transition: rotate 350ms ease;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.q_block .item .q_name:hover .icon_open {
	background-image:url('/img/svg/open_block_h.svg');
}
.q_block .item .q_name.open .icon_open {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.q_block .item .q_name.open:hover .icon_open {
	background-image:url('/img/svg/open_block_h.svg');
}
.q_block .item .a_text {
	overflow: hidden;
	width:100%;
	margin: 0;
	font-size: 14px;
	line-height: 1.2;
	position:relative;
}
.q_block .item .q_name + .a_text {
	max-height: 0;
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
}
.q_block .item .q_name.open + .a_text {
    max-height: 1000px;
    transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
	padding: 20px;
	border: 1px solid var(--color-txt);
}
@media screen and (min-width: 768px) {
.q_block .item  .q_name {
	font-size: 18px;
}	
.q_block .item  .a_text {
	font-size: 16px;
}
}
	
.q_block .item  .a_text a {
	color: var(--green);
	font-size: inherit;
}
.q_block .item .files_list {
	float: left;
	width:100%;
	margin: 0;
	padding: 0;
}
.q_block .item .files_list .item {
	display:block;
	float: left;
	margin: 0;
	padding: 0;
}

/* End */


/* Start:/bitrix/components/bitrix/player/templates/.default/style.min.css?1643378178122*/
td.popupmenu div.popupitem .playlist-edit{background-image:url(/bitrix/components/bitrix/player/images/playlist_edit.gif)}
/* 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/summit/calculator.invest/calc_invest_331089/style.css?17857381655286 */
/* /js/nouislider/nouislider.min.css?16751511994220 */
/* /local/templates/.default/components/bitrix/news.list/invest_usloviya_templ_462827/style.css?17857381651971 */
/* /local/templates/.default/components/bitrix/news.list/invest_fin_reports_462827/style.css?17857381651732 */
/* /local/templates/.default/components/bitrix/news.list/invest_sert_462827/style.css?17857381651374 */
/* /local/templates/.default/components/bitrix/news.list/invest_rewievs_462827/style.css?17857381652422 */
/* /local/templates/.default/components/summit/include.area/invest_pers_462827/style.css?17857381652339 */
/* /local/templates/.default/components/bitrix/news.list/invest_faq_new_templ/style.css?17857381652012 */
/* /bitrix/components/bitrix/player/templates/.default/style.min.css?1643378178122 */
/* /js/cookie-modal/style.css?17587015243378 */
