

/* Start:/local/templates/.default/components/summit/calculator.invest/calc_invest_331089/style.css?17237097485763*/
.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: 24px;
	align-items: center;
	justify-content: space-between;
}
}	
@media only screen and (min-width: 1200px) {
.calc_cont {
	column-gap: 95px;
}
}	
.calc_cont ._left {
	position:relative;
	width: 100%;
    margin: 0;
    padding: 0;
}
.calc_cont ._right {
	position:relative;
	width: 100%;
    margin: 0;
    padding: 24px 16px;
}
@media only screen and (min-width: 768px) {
.calc_cont ._right {
    padding: 64px 24px;
}	
}	
@media only screen and (min-width: 1024px) {
.calc_cont ._left {
	width: calc(100% - 305px);
}
.calc_cont ._right {
	width: 448px;
    padding: 64px;
}
}
@media only screen and (min-width: 1200px) {
.calc_cont ._left {
	width: calc(100% - 544px);
}
.calc_cont ._right {
	width: 544px;
}
}

.calc_cont .title_4 {
	float: left;
    width: 100%;
	margin-bottom:16px;
}

.tabs {
    width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 24px 0;
	padding: 0;
    position: relative;
}
.tabs ._tab {
	display:inline-block;
	width: auto;
	height:44px;
	line-height:42px;
	margin: 0;
	padding: 0 20px;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	color: var(--black-text);
	background: var(--white);
	border: 1px solid var(--green);
	border-radius: 50px;
	cursor:pointer;
}
.tabs ._tab.act {
	color: var(--white);
	background: var(--green);
	cursor:default;
}
.tabs ._tab:hover {
    -webkit-box-shadow: 0 0 0 3px rgb(96 179 163 / 50%);
    box-shadow: 0 0 0 3px rgb(96 179 163 / 50%);
}

.inv_slider_line {
	float: left;
	display:block;
	width:100%;
	min-height: 65px;
	margin: 0 0 24px 0;
}
.inv_slider_line.last {
	margin-bottom:0;
}	
.inv_slider_line .val {
	float: left;
	width: 100%;
	height:47px;
	margin: 0;
	padding:0 36px 0 10px;
	font-size: 16px;
	font-weight:500;
	color: var(--black-text);
	line-height:45px;
	background: #FFFFFF;
	border: 1px solid var(--green);
	border-bottom-width:3px;
	border-radius: 5px;
	position:relative;
	background: url('/local/templates/.default/components/summit/calculator.invest/calc_invest_331089/images/ar.svg') calc(100% - 15px) 50% no-repeat #FFFFFF;
	border-radius: 8px;
}

.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 {
    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(--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:100%;
	z-index:1052;
	width:100%;
	background:var(--green-light);
	padding:0;
    border: 1px solid var(--green);
	box-shadow: 0px 4px 8px rgba(2, 201, 141, 0.08);
	border-radius: 8px;	
	-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(--green);
	color:#fff;
	cursor: default;
}
.inv_slider_line .val .drop .cont>div:hover{
	background-color:var(--green);
	color:#fff;
}

.itog_line {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
}
.itog_line .td {
	padding: 0;
	margin: 0;
	width: 100%; 
	float: left;
}
.itog_line .td._1{
    margin-bottom:24px;
}
.itog_line .td._1 .title_3 {
    margin-bottom: 8px;
}
.itog_line .td._1 .text_2 {
	color:var(--black-text);
}
@media screen and (min-width: 768px) {
.itog_line .td._1 .title_3 {
    margin-bottom: 16px;
}
}
.itog_line .td._2{
    margin-bottom:12px;
	color:var(--black-text);
}
.itog_line .td._3{
    margin-bottom:32px;
	color:var(--black-text);
}
.itog_line .v {
	float: right;
    width: auto;
}
.itog_line .v.bigprocent {
	color: red;
    font-size: 130%;
    font-weight: 700;
}

.grafik {
    display: inline-block;
    margin-bottom: 24px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.45;
	text-transform: uppercase;
	color: var(--black-text);
	border-bottom: 1px solid var(--green);
	cursor:pointer;
}
@media screen and (min-width: 768px) {
.grafik {
    margin-bottom: 40px;
}
}
.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/style.css?17199983712062*/
.products_list {
	float:left;
	display:block;
	margin:0;
	width:100%;
}
.products_list .item {
    float: left;
	display:block;
	width:100%;
	margin:0 0 16px;
	padding:40px 16px;
	transition: all 0.3s ease;
}
.products_list .item:hover {
	box-shadow: 0px 4px 8px rgba(2, 201, 141, 0.15);
}
.products_list .item:last-child {
	margin-bottom:0;
}
.products_list .item > div:nth-child(2) .title_4 {
	width: 100%;
	padding-left: 140px;
	text-align: center;
}

@media screen and (max-width: 767px) {
.products_list .item > div {
	float:left;
	width:100%;
}
.products_list .item > div + div {
	margin-top:16px;
}
}	
@media screen and (min-width: 768px) {
.products_list .item {
	display:flex;
	flex-wrap: wrap;
	flex-direction:row;
	align-items:stretch;
}
.products_list .item > div:nth-child(1) {
	width:215px;
}
.products_list .item > div:nth-child(2) {
	width:calc(100% - 215px);
}
.products_list .item > div:nth-child(3) {
	width:100%;
}
.products_list .item > div + div {
	margin-top:30px;
}
}	
@media screen and (min-width: 1200px) {
.products_list .item {
	padding:40px 40px;
}
.products_list .item > div:nth-child(2) {
	width:calc(100% - 573px);
	padding-right:40px;
}
.products_list .item > div:nth-child(3) {
	width:358px;
	align-self: center;
}
.products_list .item > div:nth-child(3) .text_2 {
	margin-top: 45px;
}
}
.products_list .item .title_3 {
	width:100%;
	float:left;
	margin-bottom:24px;
	text-transform: none;
}
.products_list .item ._btn {
	float: left;
	max-width:182px;
}
.products_list .item .title_4 {
	margin-bottom:16px;
}
@media screen and (min-width: 768px) {
.products_list .item .title_3 {
	margin-bottom:40px;
}
}

.products_list .item ._l {
	float:left;
	width:140px;
	line-height:40px;
}
.products_list .item ._r {
	float:left;
	width:calc(100% - 140px);
	text-align: center;
}
@media screen and (min-width: 768px) {
.products_list .item ._l {
	line-height:55px;
}
.products_list .item .number_2 {
	font-size: 20px;
	line-height:55px;
}
}
@media screen and (min-width: 1200px) {
.products_list .item .number_2 {
	font-size: 32px;
}
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/invest_n_d_timeline/style.css?16974409613864*/
.about__swiper {
    padding: 0 4px;
}
.about__swiper .swiper-button-next,
.about__swiper .swiper-button-prev {
    top:unset;
    bottom:0;
}
@media (hover: hover) and (pointer: fine) {
.about__swiper .swiper-button-next,
.about__swiper .swiper-button-prev {
    display: none;
}
}
.about__swiper:hover .swiper-button-next,
.about__swiper:hover .swiper-button-prev {
    display: block;
}
.about__swiper .swiper-button-prev {
    left:0;
}
.about__swiper .swiper-button-next {
    right:0;
}


.about__swiper .swiper-slide {
    width: 73px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: relative;
    cursor: pointer;
    padding: 50px 0;
}
.about__swiper .swiper-slide + .swiper-slide {
    width: 146px;
    padding-left: 73px;
}    
.about__swiper .swiper-slide + .swiper-slide::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    height: 3px;
    width: 63px;
    background-color: #e7e7e7
}

.about__swiper .swiper-slide.act .about__btn {
    background-color: #60b3a3!important;
    color: #fff!important
}

.about__swiper .swiper-slide .about__btn {
    display: inline-block;
    width: 73px;
    padding: 0 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    color: #5e5e5e;
	
	background: #fcfcfc;
    border: 1px solid #60b3a3;
    border-radius: 50px;

    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.about__swiper .swiper-slide .about__btn:hover {
	-webkit-box-shadow: 0 0 0 3px rgb(96 179 163 / 50%);
    box-shadow: 0 0 0 3px rgb(96 179 163 / 50%);
}

@media screen and (min-width: 1000px) {
    .about__swiper .swiper-slide {
        cursor:url(/local/templates/.default/components/bitrix/news.list/invest_n_d_timeline/img/arrow.svg),url(/local/templates/.default/components/bitrix/news.list/invest_n_d_timeline/img/arrow.png),auto
    }
    .about__swiper .about__btn {
        cursor:pointer
    }
}

.about__swiper2 {
    width: 100%
}

.about__swiper2 .slide {
   display: none;
}

.about__swiper2 .slide.act {
    display:block
}

.about__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 7px 0 0;
    min-width: 100%
}

@media (max-width: 991px) {
    .about__body {
        margin:0 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 575px) {
    .about__body {
        margin:0 0 0
    }
}

.about__body>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
}

@media (max-width: 991px) {
    .about__body>* {
        flex: 1 1 auto
    }
}

.about__nums {
    margin:-32px 0 0;
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 576px) {
.about__nums {
    padding:0;
    max-width: 612px;
}
}
@media (min-width: 992px) {
.about__nums {
    min-width: 52%;
    margin: -40px 0 0;
    padding-right: 25px;
}
}
.about__num {
    flex: 0 1 50%;
    margin-top: 40px
}
@media (max-width: 575px) {
    .about__num {
        margin-top:32px
    }
}
.about__num._4 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.about__num span {
    padding-top: 8px;
    display: block;
    font-size:22px;
    font-weight: 500;
    line-height: 145%;
    color: #5e5e5e;
    position: relative
}
@media (min-width: 768px) {
.about__num span {
	font-size: 32px;
}
}
@media (min-width: 1200px) {
.about__num span {
	font-size: 42px;
}
}

.about__list {
    position: relative
}

@media (max-width: 991px) {
    .about__list {
        padding-top: 40px;
    }
}

@media (max-width: 575px) {
    .about__list {
        padding-top: 32px;
    }
}

.about__item {
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative
}

.about__item::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #5e5e5e;
    top: 6px;
    left: 0px;
    border-radius: 50%
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/invest_rewievs_new_templ/style.css?16974409612574*/
.reviews ._list {
	margin-bottom:8px;
}	
.reviews ._list .item {
	float:left;
	width:100%;
	margin:0 0 32px;
	padding:40px 16px;
}
.reviews ._list .item.h {
	display:none;
}	
.reviews .name {
	margin-bottom:8px;
}
.reviews .city {
	margin-bottom:16px;
	color:var(--black-text);
	opacity: 0.5;
}
@media screen and (min-width: 768px) {
.reviews ._list {
	margin-bottom:16px;
}	
.reviews ._list .item {
	width:calc(50% - 16px);
	padding:40px;
}
}	
@media screen and (min-width: 768px) and (max-width: 1199px) {
.reviews ._list .item:nth-child(2n+1) {
	margin-right:16px;
}
.reviews ._list .item:nth-child(2n) {
	margin-left:16px;
}
}
@media screen and (min-width: 1200px) {
.reviews ._list .item {
	width:calc(33.33% - 32px);
}
.reviews ._list .item:nth-child(3n+1) {
	margin-right:16px;
}
.reviews ._list .item:nth-child(3n+2) {
	margin-right:16px;
	margin-left:16px;
}
.reviews ._list .item:nth-child(3n) {
	margin-left:16px;
}
}
.reviews ._list .item .text {
	height: 120px;
    overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.reviews ._list .item .text {
	height: 138px;
}
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
.reviews ._list .item .text {
	height: 115px;
}
}
@media screen and (min-width: 1200px) {
.reviews ._list .item .text {
	height: 138px;
}
}
.reviews .view_full {
	display:inline-block;
	margin-top:16px;
	font-family: 'Raleway';
	font-weight: 500;
	font-size: 16px;
	line-height: 1.55;
	color: #60B3A3;
	border-bottom: 1px solid #60B3A3;
	cursor:pointer;
}
.btn_block {
	display: flex;
	flex-direction: column;
	width: fit-content;
    margin: 0 auto;
}
.btn_block>div {
	width: 280px;
}
.reviews .show_more {
	margin:0 0 16px;
}
@media screen and (min-width: 768px) {
.btn_block {
	flex-direction: row;

}
.reviews .show_more {
	margin:0 16px 0 0;
}
}
#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_new_templ/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_new/style.css?16974409611593*/
._pers-block>.wrap {
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 768px) {
._pers-block>.wrap {
	flex-direction: row;
}
}

._pers_img {
	float:left;
    width: 100px;
	margin-right: 10px;
    margin-bottom: 16px;
}
._pers-name {
	font-weight: 600;
}
._pers_contacts {
	float:left;
    width: 100%;
	margin-bottom:40px;
}
._pers_contacts .name {
    margin-bottom:8px;
}
._pers_contacts .pos {
    margin-bottom:24px;
	color: var(--black-text);
	opacity: 0.5;
}
@media screen and (min-width: 768px) {
._pers_img {
    width: 160px;
}
._pers_contacts {
    width:calc(100% - 160px);
	padding-left:32px;
}
._pers_contacts .pos {
    margin-bottom:28px;
	color: var(--black-text);
	opacity: 0.5;
}
}


._pers_contacts ._pers_cont {
	float:left;
    width: 100%;
	padding-left:30px;
	background:0 0 no-repeat transparent;
	background-size:20px;
}
._pers_contacts ._pers_cont.phone {
	margin-bottom:28px;
	background-image:url('/local/templates/.default/components/summit/include.area/invest_pers_new/img/phone.svg');
}
._pers_contacts ._pers_cont.email {
	background-position-y: 2px;
	background-image:url('/local/templates/.default/components/summit/include.area/invest_pers_new/img/email.svg');
}

._pers_contacts ._pers_cont a {
    color: var(--black-title);
}
._pers_contacts ._pers_cont .regim {
    padding-top: 8px;
	color: var(--black-text);
	opacity: 0.5;
}

._pers_text {
	color: var(--black-text);
	opacity: 0.5;
}
@media screen and (min-width: 768px) {
._pers_text {
	padding-right:20px;
}
}	
._pers_text p {
	margin-top:5px;
}

._pers_form {
    margin-top: 32px;
    padding: 40px 16px;
	background:#fff;
}
@media screen and (min-width: 768px) {
._pers_form {
    margin-top: 0;
    padding: 40px;
}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/invest_sert_new_templ/style.css?1741067813814*/
.sert_list {
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 32px;
}
.sert_list .item {
	display:flex;
	flex-direction: column;
	row-gap: 5px;
}
.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;
}	
@media screen and (max-width: 767px) {
.sert_list .item {
	width:136px;
}
.sert_list .item>img {
	height:192px;
}
}
@media screen and (min-width: 768px) {
.sert_list .item {
	width:160px;
}
.sert_list .item>img {
	height:226px;
}
.show_all_sert {
	width:160px;
}
}
.sert_list .item .small_text_1 {
	color: var(--black-text);
}
@media screen and (max-width: 767px) {
.sert_list .item .small_text_1 {
	font-size:12px;
}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/invest_faq_new_templ/style.css?16974409611562*/
.q_block {
	max-width:736px;
	margin: 0 auto;
}	
.q_block .item {
	float:left;
	width:100%;
	margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
.q_block .item {
	margin-bottom: 33px;
}
}
.q_block .item:last-child {
	margin-bottom: 0;
}
.q_block .item  .q_name {
    width: 100%;
	padding-right:56px;
	position:relative;
	cursor:pointer;
}
.q_block .item  .q_name:before {
	content:url('/local/templates/.default/components/bitrix/news.list/invest_faq_new_templ/images/open_block.svg');
	position:absolute;
	top:50%;
	right:0;
	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.open:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.q_block .item  .a_text {
	overflow: hidden;
	width:100%;
	margin: 0;
	padding-top: 20px;
	color:var(--black-text);
	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);
}

	
.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:/include/raex_block/style.css?17489349421033*/
.raex_block_cont {
    display: flex;
    align-items: start;
}

.raex_block_cont>span {
    display: inline-block;
    width: 113px;
    height: 53px;
    padding: 0 10px;
    order: 1;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    line-height: 53px;
    text-align: center;
    background-color: #c51617;
    border-radius: 10px;
}

.raex_block_cont .txt {
    padding-right: 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-txt);
}

.raex_block_cont .txt>img {
    display: block;
    width: 116px;
    height: 30px;
    margin-top: 10px;
}

@media only screen and (min-width: 768px) {
    .raex_block_cont {
        align-items: center;
    }
    .raex_block_cont>span {
        order: unset;
    }
    .raex_block_cont .txt {
        padding-left: 20px;
    }
    .raex_block_cont .txt>span {
        top: -7px;
        position: relative;
    }
    .raex_block_cont .txt>img {
        display: inline-block;
        margin-top: 0;
        margin-left: 7px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/invest_fin_reports_new_templ/style.css?16974409611933*/
.report_list {
	float:left;
	width:100%;
}
.report_list .item {
	float:left;
	width: 100%;
	margin:0 0 16px 0;
    padding: 26px 16px;
	border-radius:8px;
    position: relative;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}
@media screen and (min-width: 768px) {
.report_list {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	-webkit-column-gap: 32px;
	-moz-column-gap: 32px;
	column-gap: 32px;
}
.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('/local/templates/.default/components/bitrix/news.list/invest_fin_reports_new_templ/images/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('/local/templates/.default/components/bitrix/news.list/invest_fin_reports_new_templ/images/close_report.svg');
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.report_list .item .year{
	color:#2B2B2B;
}

.report_list .item .docs_block{
	float:left;
	width:100%;
	display:none;
}
.report_list .item.act  .year + .docs_block{
	display:block;
	padding-top:30px;
}
.report_list .item .docs_block .doc_item{
	float: left;
    width: 100%;
	margin-bottom:24px;
    padding: 0 0 0 35px;
	background:url('/local/templates/.default/components/bitrix/news.list/invest_fin_reports_new_templ/images/file_icon.svg') 0 0 no-repeat transparent;
	background-size: 21px;
}
.report_list .item .docs_block .doc_item:last-child{
	margin-bottom:0;
}
.report_list .item .docs_block .doc_item ._name {
	display: initial;
	color: var(--black-text);
}

.report_list .item .docs_block .doc_item ._size {
	color: var(--black-text);
	opacity: 0.5;
}
/* 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?17237097485763 */
/* /js/nouislider/nouislider.min.css?16751511994220 */
/* /local/templates/.default/components/bitrix/news.list/invest_usloviya_templ/style.css?17199983712062 */
/* /local/templates/.default/components/bitrix/news.list/invest_n_d_timeline/style.css?16974409613864 */
/* /local/templates/.default/components/bitrix/news.list/invest_rewievs_new_templ/style.css?16974409612574 */
/* /local/templates/.default/components/summit/include.area/invest_pers_new/style.css?16974409611593 */
/* /local/templates/.default/components/bitrix/news.list/invest_sert_new_templ/style.css?1741067813814 */
/* /local/templates/.default/components/bitrix/news.list/invest_faq_new_templ/style.css?16974409611562 */
/* /include/raex_block/style.css?17489349421033 */
/* /local/templates/.default/components/bitrix/news.list/invest_fin_reports_new_templ/style.css?16974409611933 */
/* /bitrix/components/bitrix/player/templates/.default/style.min.css?1643378178122 */
/* /js/cookie-modal/style.css?17587015243378 */
