:root {
	--white : #fff;
	--white80 : #ffffffcc;;
	--primary-green : #91C30F;
	--primary-green-hov : #86AB37;
	--primary-green-form : #81BB3C;
	--action-green: #B9F373;
	--light-blue : #3C7BE0;
	--dark-blue : #2D3860;
	--dark-blue_2 : #111B2F;
	--dark-text : #777777;
	--primary-blue :#0F4193;
	--grey : #DFE6F2;
	--gray_2 : #B0B4C0;
	--gray_3 : #E1E3E6;
	--red-error : #E81B0C;

	--light_blue: #FAFBFF;
	--border_blue: #F3F6FC;
	--link_blue: #2052FF;
	--transition-custom: .4s all linear;
	--transition-custom3: .3s all linear;
	--check_icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3327 4L5.99935 11.3333L2.66602 8' stroke='white' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@keyframes rotate {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}
@media (min-width: 1025px) {
	:root {
		--header-height: 110px;
	}
}
@media (max-width: 1024px) {
	:root {
		--header-height: 80px;
	}
}
@media (min-width: 1400px) {
	.container {
		max-width: 1200px;
	}
}
@media (max-width: 1400px) {
	body {
		padding-top: 0!important;
	}
	.container {
		max-width: calc(100% - 32px);
		padding: 0;
	}
}

@media (max-width: 767px) { /* Мобилка */
	.pc_img {
		display: none;
	}
	.tablet_img {
		display: none;
	}
	.mob_img {
		display: unset!important;
	}
}
@media (min-width: 768px) and (max-width: 1025px) {  /* Планшет */
	.pc_img {
		display: none;
	}
	.tablet_img {
		display: unset!important;
	}
	.mob_img {
		display: none;
	}
}
@media (min-width: 1026px) { /* pc */
	.pc_img {
		display: unset!important;
	}
	.tablet_img {
		display: none;
	}
	.mob_img {
		display: none;
	}

}
[class*="btn"] {
	display: inline-block;
	text-decoration: none;
	transition: var(--transition-custom);
	border: transparent;
	cursor: pointer;
	font-family: 'Inter';
}
a {
	transition: var(--transition-custom);
}
.btn-white{
	color: var(--dark-blue_2);
	background: var(--white);
	padding: 19px 24px 19px 24px;
	border-radius: 66px;
}
@media (min-width: 1025px) {
	.btn-white:hover {
		color: var(--white);
		background: var(--dark-blue_2);
	}
}
.btn-outline-white-big {
	color: var(--white);
	border: 2px solid var(--white);
	padding: 18.45px 24px 18.45px 24px;
	border-radius: 150px;
	font-weight: 700;
	line-height: 19.36px;
}
.btn-outline-white-big:hover{
	color: var(--dark-blue_2);
	border-color: var(--dark-blue_2);
}
.btn-outline-white {
	background: transparent;
	color: var(--white);
	border: 2px solid var(--white);
	padding: 10px 20px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
}
.btn-outline-white:hover{
	color: var(--dark-blue_2);
	border-color: var(--dark-blue_2);
}

section h2.title_h2 {
	color: var(--dark-blue);
	margin-bottom: 50px;
	font-size: 35px;
	font-weight: 700;
	line-height: 42.36px;
}
section h2.title_h2 a {
	color: var(--dark-blue);
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}
section h2.title_h2 a .icon {
	height: 42px;
	width: 42px;
	fill: transparent;
	stroke: var(--dark-blue);
	margin-left: 8px;
	transition: var(--transition-custom);
}
@media (hover: hover) {
	section h2.title_h2 a:hover {
		color: var(--light-blue);
	}
	section h2.title_h2 a:hover .icon {
		stroke: var(--light-blue);
		margin-left: 16px;
	}
}
@media (max-width: 1025px) {
	section h2.title_h2 {
		font-size: 24px;
		margin-bottom: 24px;
		line-height: 29.05px;
	}
	section h2.title_h2 a .icon {
		width: 32px;
		height: 32px;
	}
}
* {
	margin: 0;
	padding: 0;
	font-family: 'Inter';
}
body {
	font-family: 'Inter';
	color: var(--dark-blue_2);
}
.mt-100 {
	margin-top: 100px;
}
.mb-100 {
	margin-bottom: 100px;
}
@media (max-width: 1024px) {
	.mt-100 {
		margin-top: 56px;
	}
	.mb-100 {
		margin-bottom: 56px;
	}
}
/* Шапка */
header { /* изменил */
	width: 100%;
	background: rgb(77,128,218);
	background: linear-gradient(90deg, rgba(77,128,218,1) 0%, rgba(174,201,250,1) 100%);
}
header .container {
	justify-content: space-between;
	display: flex;
	align-items: center;
}
header .top_menu {
	display: flex;
	align-items: center;
}
@media (min-width: 1026px) {
	header .top_menu {
		margin-left: auto;
		margin-right: 15px;
	}
}
header .logo_link, header .logo{
	width: 230px;
	height: 53px;
}

header.single_page_header .logo_link, header.single_page_header .logo{
	width: 200px;
	height: 53px;
}


header .lang_block {
}
header .lang_block a {
	display: inline-flex;
	gap: 5px;
	color: var(--white);
	text-decoration: none;
	align-items: center;
}
header .lang_block .icon {
	/*
	width: 16.8px;
	height: 16.8px;
	*/
	width: 17px;
	height: 17px;
	fill: var(--white);
	transition: var(--transition-custom);
}
header .lang_block a:hover {
	color: var(--dark-blue_2)
}
header .lang_block a:hover .icon{
	fill: var(--dark-blue_2)
}


header .logo_link.logo_dynamic .logo_monocolor {
	display: none;
}
header .logo_link.logo_dynamic .logo_exchange {
	display: unset;
}
header .logo  {
	fill: var(--white);
}
@media (min-width: 1025px) {
	header {
		padding-top: 30px;
		padding-bottom: 20px;
		transition: .35s all linear, padding-bottom 0s, background 0s, width 0s;
		z-index: 3;
	}
	header.fixed {
		width: 100vw;
		background: var(--white80);
		top: calc(var(--header-height) * -1);
		position: fixed;
		-webkit-backdrop-filter: blur(12px);
		backdrop-filter: blur(12px);
	}
	header.fixed .logo {
		/*fill: var(--dark-blue_2);*/
		fill: var(--dark-blue);
	}
	header.fixed .top_menu .menu_itm:not([class*="btn"]) {
		transition: 0.1s color linear;
	}
	header.view .top_menu .menu_itm:not([class*="btn"]) {
		color: var(--dark-blue_2);
	}
	header.view .lang_block a {
		color: var(--dark-blue_2);
	}
	header.view .lang_block .icon {
		fill: var(--dark-blue_2);
	}
	header.view .lang_block a:hover {
		color: var(--primary-blue);
	}
	header.view .lang_block a:hover .icon{
		fill: var(--primary-blue);
	}

	header.fixed .top_menu .menu_itm[class*="btn"] {
		transition: 0.1s all linear;
	}
	header.view .top_menu .menu_itm[class*="btn"] {
		color: var(--dark-blue_2);
		border-color: var(--dark-blue_2);
	}
	header.fixed.view {
		top: 0px;
	}
	header .mobile_burger {
		display: none;
	}
	header .top_menu .menu_itm:not([class*="btn"]) {
		/*margin-right: 24px;*/
		margin-right: 15px;
		color: var(--white);
		text-decoration: none;
	}
	header .top_menu .menu_itm:not([class*="btn"]):hover {
		
		color: var(--dark-blue_2);
	}
	header .top_menu .menu_itm[class*="btn"] {
		margin-left: 6px;
	}
	header.fixed .top_menu .menu_itm:hover {
		color: var(--primary-blue);
		border-color: var(--primary-blue);
	}
}
@media (min-width: 1025px) and (max-width: 1195px) {
	header .top_menu .menu_itm:not([class*="btn"]) {
		/*
		margin-right: 1.75vw;
		font-size: 1.4vw;
		*/
		margin-right: 1.05vw;
		font-size: 1.2vw;
	}
	header .top_menu .menu_itm[class*="btn"] {
		font-size: 1.2vw;
		padding: 1vw 1.2vw 1vw 1.2vw;
	}
}
@media (max-width: 1025px) {
	header {
		background: #5688DD66;
		position: fixed;
		top: 0;
		z-index: 2;
		transition: .4s all linear, .15s border-radius linear;
		-webkit-backdrop-filter: blur(12px);
		backdrop-filter: blur(12px);
	}
	header .logo_link, header .logo {
		fill: var(--white);
		width: 166.06px;
		height: 44px;
		order: 1;
	}
	header .lang_block {
		order: 2;
		margin-left: auto;
		margin-right: 20px;
		height: 18px;
	}
	header .mobile_burger {
		order: 3;
	}
	body header {
		transition-delay: .15s;
	}
	body.open_menu_mob header {
		border-radius: 0px 0px 40px 40px;
		transition-delay: 0s;
		background: #5688DD;
	}
	header .container {
		flex-wrap: wrap;
		padding: 18px 0px;
	}
	header .mobile_burger {
		background: transparent;
		border: 0;
		width: 18px;
		height: 18px;
		position: relative;
		transition-duration: 1s;
		cursor: pointer;
	}
	header .mobile_burger span {
		left: 0;
		height: 2px;
		width: 100%;
		background-color: var(--white);
		border-radius: 20px;
		position: absolute;
		transition-duration: .25s;
		transition-delay: .25s;    
	}
	header .mobile_burger span:before {
		left: 0;
		position: absolute;
		top: -6px;
		height: 2px;
		width: 100%;
		background-color: var(--white);
		content: "";
		border-radius: 20px;
		transition-duration: .25s;
		transition: transform .25s, top .25s .25s;
	}
	header .mobile_burger span:after {
		left: 0;
		position: absolute;
		top: 6px;
		height: 2px;
		width: 100%;
		background-color: var(--white);
		content: "";
		border-radius: 20px;
		transition-duration: .25s;
		transition: transform .25s, top .25s .25s;
	}
	body.open_menu_mob header .mobile_burger span {
		transition-duration: 0.1s;
		transition-delay: .25s;
		background: transparent;
	}
	body.open_menu_mob header .mobile_burger span:before {
		transition: top .25s, transform .25s .25s;
		top: 0px;
		transform: rotateZ(-45deg);
	}
	body.open_menu_mob header .mobile_burger span:after {
		transition: top 0.4s, transform .25s .25s;
		top: 0px;
		transform: rotateZ(45deg);
	}
	header .top_menu {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
		max-height: 0vh;
		transition: var(--transition-custom);
		overflow: hidden;
		opacity: 0;
		order: 4;
	}
	header .top_menu .menu_itm {
		margin-top: 24px;
	}
	header .top_menu .menu_itm:not([class*="btn"]) {
		color: var(--white);
		text-decoration: none;
	}
	header .top_menu .menu_itm[class*="btn"] {
		width: 100%;
		text-align: center;
		font-size: 16px;
		font-weight: 700;
		line-height: 19px;
		box-sizing: border-box;
	}
	body.open_menu_mob header .top_menu {
		max-height: 100vh;
		opacity: 1;
	}

	/* Для страницы статьи */
	header.single_page_header .mobile_burger {
		display: none;
	}
	header.single_page_header .top_menu {
		opacity: 1;
		width: unset;
		max-height: unset;
	}
	header.single_page_header .top_menu .menu_itm:not([class*="btn"]) {
		margin-top: 0;
		line-height: 19.36px;
	}
	/*
	header .logo_link.logo_dynamic .logo_monocolor {
		display: none;
	}
	header.fixed .logo_link.logo_dynamic .logo_exchange {
		display: none;
	}
	header.fixed .logo_link.logo_dynamic .logo_monocolor {
		display: unset;
	}
	*/
	header .logo_link.logo_dynamic .logo_monocolor {
		display: unset;
	}
	header .logo_link.logo_dynamic .logo_exchange {
		
		display: none;
	}

}
/* Слайдер */
section.first_block {/* изменил */
	background: rgb(77,128,218);
	background: linear-gradient(90deg, rgba(77,128,218,1) 0%, rgba(174,201,250,1) 100%);
	z-index: 1;
	position: relative;
}
section.first_block .swiper-pagination {
	text-align: right;
	left: unset;
	right: 24px;
}
section.first_block .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	height: 10px;
	width: 10px;
	background: var(--white);
	transition: .4s all linear;
}
section.first_block .swiper-pagination .swiper-pagination-bullet-active {
	transform: scale(1.4);
	background: var(--action-green);
}
@media (min-width: 1025px) {
	section.first_block {
		padding-top: 24px;
		padding-bottom: 85px;
	}
	section.first_block .main_slider .left-content { /* изменил */
		display: flex;
		flex-direction: column;
		max-width: 481px;
		gap: 30px;
	}
	section.first_block .main_slider .left-content .info-slide {
		margin-top: 92px;
		color: var(--white);
	}
	section.first_block .main_slider .left-content .title { /* изменил */
		font-weight: 700;
		font-size: 55px;
		line-height: 60.5px;
	}
	section.first_block .main_slider .left-content .sub-title {
		margin-top: 20px;
		font-size: 32px;
		font-weight: 700;
		line-height: 39px;
	}
	section.first_block .main_slider .left-content .text{ /* изменил */
		margin-top: 30px;
		font-weight: 500;
		font-size: 22px;
		line-height: 26.63px;
	}
	section.first_block .main_slider .left-content .btn-white {
		margin-top: 160px;
		font-size: 18px;
		font-weight: 600;
		line-height: 22px;
	}
	section.first_block .main_slider .left-content .swiper-button {  /* изменил */
		margin-top: auto;
	}
	section.first_block .main_slider .left-content .swiper-button button {
		background: transparent;
		cursor: pointer;
		transition: var(--transition-custom);
		overflow: hidden;
		width: 44px;
		height: 44px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border: 2px solid var(--white);
		border-radius: 100%;
		margin-right: 20px;
	}
	section.first_block .main_slider .left-content .swiper-button button svg{
		height: 24px;
		width: 24px;
		fill: transparent;
		stroke: var(--white);
	}
	section.first_block .main_slider .left-content .swiper-button button svg * {
		transition: var(--transition-custom);
	}
	section.first_block .main_slider .left-content .swiper-button button:hover {
		border-color: var(--dark-blue_2);
	}
	section.first_block .main_slider .left-content .swiper-button button:hover svg * {
		stroke: var(--dark-blue_2);
	}
	section.first_block .main_slider .right-content{
		min-height: 531px;
	}
	section.first_block .main_slider .right-content img {/* изменил */
		position: absolute;
		width: auto;
		height: 100%;
		border-radius: 300px 0px 0px 300px;
		min-width: 59vw;
		object-fit: cover;
	}
	section.first_block .swiper-pagination {
		width: 50%;
	}
}
@media (min-width: 1920px) {
	section.first_block .main_slider .right-content img {min-width: 60vw;}
}
@media (max-width: 1025px) {
	section.first_block {
		padding-top: calc(var(--header-height) + 17px);
		overflow: hidden;
		border-radius: 0px 0px 40px 40px;
	}
	section.first_block .container {
		max-width: 100%;
		height: 100%;
	}
	section.first_block .container .row {
		justify-content: center;
		height: 100%;
	}
	section.first_block .swiper-pagination {
		bottom: 24px;
	}
	section.first_block .main_slider .swiper-slide {
		height: 100%; /* Изменил */
	}
	section.first_block .main_slider .left-content {
		max-width: calc(100% - 32px);
		padding-bottom: 32px;
	}
	section.first_block .main_slider .left-content .info-slide {
		display: flex;
		flex-direction: column;
		color: var(--white);
	}
	section.first_block .main_slider .left-content .title {
		font-weight: 700;
		font-size: 24px;
		line-height: 26.4px;
	}
	section.first_block .main_slider .left-content .sub-title {
		margin-top: 16px;
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
	}
	section.first_block .main_slider .left-content .text{
		margin-top: 16px;
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
	}

	section.first_block .main_slider .left-content .text:last-child {
		padding-bottom: calc(60px + 32px);
	}
	section.first_block .main_slider .left-content .btn-white {
		text-align: center;
		font-size: 18px;
		font-weight: 600;
		line-height: 21.78px;
	}
	section.first_block .main_slider .left-content .swiper-button {
		display: none;
	}
	section.first_block .main_slider .left-content .btn-white {
		margin-top: 24px;
	}
	section.first_block .main_slider .left-content, section.first_block .main_slider .right-content {
		flex: 0 0 auto;
	}
	section.first_block .main_slider .right-content {
		height: 328px;
		margin-top: auto; /* дообавил */
	}
	section.first_block .main_slider .right-content img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

/* Первый фон */
.bg_block_1 {
	position: relative;
	overflow: hidden;
}
.bg_block_1:before {
	content: '';
	top: -510px;
	left: 0px;
	right: 0;
	margin: auto;
	position: absolute;
	width: 733.83px;
	height: 3503.52px;
	background: url(images/bg_1.svg);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 0;
	transform: rotate(-31deg);
}
.bg_block_1 > * {
	z-index: 1;
	position: relative;
}
@media (max-width: 1025px) {
	.bg_block_1:before {
		width: 426.85px;
		height: 2037.94px;
		top: -650px;
		transform: rotate(-16.64deg);
		left: -152px;
		margin: unset;
	}
}

/* Слайдер Отчеты и презентации */
section.reports_block {
	margin-top: 100px;
	/*padding-bottom: 60px;*/
}

section.reports_block .container {
	overflow: hidden;
	padding: 0 7px;
	padding-bottom: 16px;
}
section.reports_block .swiper {
	overflow: unset;
}
section.reports_block .swiper-slide {
	text-decoration: none;
	border-radius: 40px;
	background: var(--white);
	overflow: hidden;
	transition: var(--transition-custom);
	height: auto;
}
@media (min-width: 1025px){
	section.reports_block .swiper-slide:hover {
		box-shadow: 0px 10px 12px 0px #A5ACB680;
	}
}
section.reports_block .swiper-slide .img-block {
	border-radius: 40px;
	position: relative;
	overflow: hidden;
	text-align: center;
	height: 262px;
}
section.reports_block .swiper-slide .img-block img {
	height: 100%;
	position: absolute;
	right: 0;
	object-fit: cover;
	min-width: 100%;
}
section.reports_block .swiper-slide .info-slide {
	margin: 24px 32px;
}
section.reports_block .swiper-slide .info-slide .title {
	font-size: 19px;
	font-weight: 700;
	line-height: 26.6px;
	color: var(--dark-blue);
}
section.reports_block .swiper-slide .info-slide .sub-title {
	margin-top: 5px;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: var(--dark-blue);
}
@media (max-width: 1024px) {
	section.reports_block .swiper-slide .info-slide .title {
		font-size: 16px;
		line-height: 22.4px;
	}
	section.reports_block .swiper-slide .info-slide .sub-title {
		line-height: 22.4px;

	}
}

@media (min-width: 1025px) {
	section.reports_block .swiper-button button {
		cursor: pointer;
		transition: var(--transition-custom);
		border: none;
		overflow: hidden;
		width: 44px;
		height: 44px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		background: var(--white);
		border-radius: 100%;
		margin-right: 20px;
		position: absolute;
		top: calc(128px - (36px / 2));
		margin: auto;
		z-index: 2;
		box-shadow: 0px 0px 16px -2px #00000014;
	}
	section.reports_block .swiper-button button.swiper-button-disabled{
		opacity: 0;
		transform: scale(0);
	}
	section.reports_block .swiper-button button.swiper_button_prev{
		left: 0;
	}
	section.reports_block .swiper-button button.swiper_button_next{
		right: -8px;
	}
	section.reports_block .swiper-button button svg {
		fill: transparent;
		stroke: var(--dark-blue_2);
		height: 24px;
		width: 24px;
	}
	section.reports_block .swiper-button button svg * {
		transition: var(--transition-custom);
	}
	section.reports_block .swiper-button button:hover {
		background: var(--grey);
		box-shadow: 0px 0px 16px -2px #00000014;
	}
}
@media (max-width: 1025px) {
	section.reports_block {
		margin-top: 56px;
		/*padding-bottom: 56px;*/
		overflow: hidden;
	}
	section.reports_block .container {
		max-width: calc(100% - (32px));
		padding: 0 16px;
		transform: translate(0px, 0%)!important;
		opacity: 1!important;
	}
	section.reports_block .swiper-button {
		display: none;
	}
	section.reports_block .swiper-slide {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		background: transparent;
	}
	section.reports_block .swiper-slide .info-slide {
		margin: 24px 0 0 0;
	}
}


/* Страница Отчеты и презентации */
section.reports_page {
	margin: 100px 0;
	margin-top: 100px;
}
section.reports_page .container {
	overflow: hidden;
	padding: 0 7px;
}

section.reports_page .reports_section {
	margin-bottom: 50px;
}

section.reports_page .reports_section:last-child {
	margin-bottom: 0;
}
section.reports_page .title_h2 {
	margin-bottom: 32px;
	font-weight: 700;
	font-size: 19px;
	line-height: unset;
}
section.reports_page .menu_line {
	margin-bottom: 32px;
	display: flex;
	overflow: scroll;
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
section.reports_page .menu_line .menu_item {
	cursor: pointer;
	font-size: 16px;
	padding: 8px 16px;
	background: transparent;
	border-radius: 30px;
	border: 1px solid var(--light-blue);
	white-space: nowrap;
	transition: 0.1s all linear;
}
section.reports_page .menu_line .menu_item:not(:last-child) {
	margin-right: 8px;
}
section.reports_page .menu_line .menu_item.active {
	background: var(--light-blue);
	color: var(--white);
}
@media (min-width: 970px) and (hover: hover) {
	section.reports_page .menu_line .menu_item:hover {
		background: var(--light-blue);
		color: var(--white);
	}
}
section.reports_page .reports_table .container_items {
	padding: 20px;
	display: flex;
	flex-direction: column;
	transition: .1s all linear;
	background: var(--white);
}
section.reports_page .reports_table .container_items:after {
	content: attr(data-empty-year);
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	transition: .1s all linear;
	opacity: 0;
	max-height: 0px;
}
section.reports_page .reports_table.empty_year .container_items:after {
	opacity: 1;
	max-height: 100px;
	padding: 0px 10px;
}
section.reports_page .reports_table {
	background: var(--white);
	border: 1px solid var(--border_blue);
	color: var(--dark-blue);
	border-radius: 40px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	--name-width: 480px;
	/*--action-width: 226.66px;*/
	--action-width: 113.33px;
	--padding-cell: 10px;
	overflow-x: auto;
}
section.reports_page .reports_table.column_1, section.reports_page .reports_table.column_2, section.reports_page .reports_table.column_3, section.reports_page .reports_table.column_4 {
	/*--action-width: 226.66px;*/
	--action-width: 226px;
}
section.reports_page .reports_table.column_5 {
	/*--action-width: 174.33px;*/
	--action-width: 174px;
}
section.reports_page .reports_table.column_6 {
	/*--action-width: 139.33px;*/
	--action-width: 137px;
}
section.reports_page .reports_table.column_7 {
	/*--action-width: 113.33px;*/
	--action-width: 113px;

}
@media (min-width: 1026px) {
	section.reports_page .docs .reports_table {
		--name-width: 840px;
		/*--action-width: 320px;*/
		--action-width: 310px;
	}
}
section.reports_page .reports_table .name {
	width: calc(var(--name-width) - (2 * var(--padding-cell)));
	min-width: calc(var(--name-width) - (2 * var(--padding-cell)));
	padding: var(--padding-cell);
}
section.reports_page .reports_table .press_release,
section.reports_page .reports_table .presentation,
section.reports_page .reports_table .reporting,
section.reports_page .reports_table .custom_column,
section.reports_page .reports_table .file {
	width: calc(var(--action-width) - (2 * var(--padding-cell)));
	min-width: calc(var(--action-width) - (2 * var(--padding-cell)));
	padding: var(--padding-cell);
}
section.reports_page .reports_table .icon_custom {
	display: block;
	transition: var(--transition-custom);
    background-color: var(--light-blue);
    width: 24px; 
    height: 24px;
}
section.reports_page .reports_table .icon_custom:hover {
    background-color: var(--dark-blue);
}
@media (max-width: 1025px) {
	section.reports_page .reports_table {
		overflow-x: auto;
		--name-width: 450px;
		--action-width: 113px;
	}
}
@media (max-width: 767px) {
	section.reports_page .reports_table {
		--name-width: 250px;
		/* --action-width остается 113px из предыдущего медиа-запроса */
	}
}
section.reports_page .reports_table .header_table {
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	padding: 20px;
	padding-bottom: 8px;
	background: var(--light_blue);
	display: flex;
	min-width: fit-content;
}


section.reports_page .reports_table .year_group {
	transition: var(--transition-custom);
	opacity: 1;
	margin: 0;
	max-height: 1000px;
	width: fit-content;
}
section.reports_page .reports_table .year_group:not(.view) {
	margin: 0;
	margin-top: -1px;
	max-height: 0;
	opacity: 0;
}

section.reports_page .reports_table .item_table {
	display: flex;
	margin-bottom: 12px;
	border-bottom: 1px solid var(--border_blue);
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	overflow: hidden;
	max-height: 200px;
	transition: var(--transition-custom);
}
section.reports_page .reports_table .item_table:last-child {
	border: transparent;
	margin-bottom: 0;
}
section.reports_page .reports_table .item_table .icon {
	width: 24px;
	height: 24px;
	fill: var(--light-blue);
	transition: var(--transition-custom);
}
section.reports_page .reports_table .item_table .reporting .icon {
	stroke: var(--light-blue);
}
section.reports_page .reports_table .item_table .custom_column .icon {
	stroke: var(--light-blue);
}
@media(hover:hover) {
	section.reports_page .reports_table .item_table .reporting:hover .icon {
		stroke: var(--dark-blue);
	}
	section.reports_page .reports_table .item_table a:hover .icon {
		fill: var(--dark-blue);
	}
}







/*  Раскрытие информации */
section.information_block {
	margin-top: 100px;
}
section.information_block .bg_block {
	border-radius: 40px;
	padding: 20px;
	background: var(--light_blue);
}

section.information_block .bg_block .scroll_block {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-height: 460px;
	padding-right: 16px;
	box-sizing: border-box;
	overflow-y: hidden; /* Скрываем нативный скролл */
	position: relative;
	/*
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;*/
}
/*
section.information_block .bg_block .scroll_block::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
section.information_block .bg_block .scroll_block::-webkit-scrollbar-track {
	background-color: #F2F6FE;
	border-radius: 6px; 
}
section.information_block .bg_block .scroll_block::-webkit-scrollbar-thumb {
	background-color: #DFE6F2;
	border-radius: 6px;
}
section.information_block .bg_block .scroll_block::-webkit-scrollbar-thumb:hover {
	background-color: #DFE6F2; 
}*/
section.information_block .bg_block .scroll_block .item {
	cursor: pointer;
	text-decoration: none;
	border-radius: 20px;
	padding: 10px;
	margin-bottom: 12px;
	display: flex;
	justify-content: space-between;
	color: var(--dark-blue);
	transition: var(--transition-custom);
}
@media (min-width: 1025px) {
	section.information_block .bg_block .scroll_block .item:hover {
		box-shadow: 3px 5px 19px #E1E6F0;
	}
}
section.information_block .bg_block .scroll_block .item .text_itm {
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
}
section.information_block .bg_block .scroll_block .item .data_itm {
	font-weight: 400;
	font-size: 14px;
	line-height: 16.8px;
	text-align: right;
	margin-left: 10px;
}
@media (max-width: 767px) {
	section.information_block {
		margin-top: 56px;
	}
}
@media (max-width: 767px) {
	section.information_block .bg_block {
		padding-right: 12px;
	}
	section.information_block .bg_block .scroll_block .item {
		flex-direction: column;
	}
	section.information_block .bg_block .scroll_block .item .data_itm {
		text-align: left;
		margin-top: 4px;
		margin-left: 0px;
	}
}

/* Слайдер Новости */
section.news_block {
	margin-top: 100px;
	
}

section.news_block .container {
	overflow: hidden;
	padding: 0 7px;
	/*padding-bottom: 16px;*/
	padding-bottom: 100px;
}
section.news_block .swiper {
	overflow: unset;
}
section.news_block .swiper-slide {
	border-radius: 40px;
	background: var(--white);
	overflow: hidden;
	transition: var(--transition-custom);
	height: auto;
	cursor: pointer;
	border: 1px solid var(--border_blue);
}
@media (min-width: 1025px){
	section.news_block .swiper-slide:hover {
		box-shadow: 0px 10px 12px 0px #A5ACB680;
	}
}
section.news_block .swiper-slide .img-block {
	border-radius: 40px;
	position: relative;
	overflow: hidden;
	text-align: center;
	height: 262px;
}
section.news_block .swiper-slide .img-block img {
	height: 100%;
	position: absolute;
	right: 0;
	object-fit: cover;
	min-width: 100%;
}
section.news_block .swiper-slide .info-slide {
	margin: 24px 32px;
}
section.news_block .swiper-slide .info-slide .title {
	font-size: 19px;
	font-weight: 700;
	line-height: 26.6px;
	color: var(--dark-blue);
}
section.news_block .swiper-slide .info-slide .sub-title {
	margin-top: 5px;
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	color: var(--dark-blue);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
section.news_block .swiper-slide .info-slide .date {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 22.4px;
	color: var(--gray_2);
	margin-top: 5px;
}

@media (min-width: 1025px) {
	section.news_block .swiper-button button {
		cursor: pointer;
		transition: var(--transition-custom);
		border: none;
		overflow: hidden;
		width: 44px;
		height: 44px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		background: var(--white);
		border-radius: 100%;
		margin-right: 20px;
		position: absolute;
		/*top: calc(128px - (36px / 2));*/
		top: calc(50% - 22px);
		margin: auto;
		z-index: 2;
		box-shadow: 0px 0px 16px -2px #00000014;
	}
	section.news_block .swiper-button button.swiper-button-disabled{
		opacity: 0;
		transform: scale(0);
	}
	section.news_block .swiper-button button.swiper_button_prev{
		left: 0;
	}
	section.news_block .swiper-button button.swiper_button_next{
		right: -8px;
	}
	section.news_block .swiper-button button svg {
		fill: transparent;
		stroke: var(--dark-blue_2);
		height: 24px;
		width: 24px;
	}
	section.news_block .swiper-button button svg * {
		transition: var(--transition-custom);
	}
	section.news_block .swiper-button button:hover {
		background: var(--grey);
		box-shadow: 0px 0px 16px -2px #00000014;
	}
}
@media (max-width: 1025px) {
	section.news_block {
		margin-top: 56px;
		overflow: hidden;
	}
	section.news_block .container {
		max-width: calc(100% - (32px));
		padding: 0 16px;
		transform: translate(0px, 0%)!important;
		opacity: 1!important;
		padding-bottom: 56px;
	}
	section.news_block .swiper-button {
		display: none;
	}
	section.news_block .swiper-slide {

	}
	section.news_block .swiper-slide .info-slide {
		padding: 24px;
		margin: 0;
	}
	section.news_block .swiper-slide .info-slide .title {
		font-weight: 700;
		font-size: 16px;
		line-height: 22.4px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}


/* Страница новостей */

section.news_page {
	margin: 100px 0;
}
section.news_page .filter_line {
	display: flex;
	gap: 16px;
	margin-bottom: 32px;
}
section.news_page .filter_line .dropdown:first-of-type  {
	z-index: 4;
}
section.news_page .filter_line .dropdown {
	z-index: 3;
}
section.news_page .filter_line .clean_btn {
	padding: 10px 20px;
	background: var(--dark-blue_2);
	color: var(--white);
	border-radius: 50px;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
}
@media (hover:hover) {
	section.news_page .filter_line .clean_btn:hover {
		background: var(--light-blue);
	}
}
section.news_page .filter_line .dropdown.dropdown_block:first-child .dropdown-toggle {
	width: 280px;
}
section.news_page .filter_line .dropdown.dropdown_block .dropdown-toggle {
	width: 300px;
}
.dropdown_block {
	position: relative;
}
.dropdown.dropdown_block:after {
	display: none;
}
.dropdown.dropdown_block:before {
	top: 9.5px;
	right: 20px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	border: none;
	transform: rotate(0);
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8L10 13L15 8' stroke='%232F2F2F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.dropdown.dropdown_block:has(> .dropdown-menu.show):before {
	transform: rotate(180deg);
}
.dropdown_block .dropdown-toggle {
	z-index: 3;
	position: relative;
	border: 1px solid var(--dark-blue_2);
	border-radius: 32px;
	background: transparent;
	color: var(--dark-blue);
	padding: 10px 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	cursor: pointer;
}
.dropdown_block .dropdown-toggle .sort_name {
	display: block;
	text-align: left;
	padding-right: calc(20px + 8px);
	transition: var(--transition-custom);
}
.dropdown-toggle:has(+ .dropdown-menu.show) {
	color: var(--light-blue);
}
@media (hover:hover) {
	.dropdown_block .dropdown-toggle:hover .sort_name{
		color: var(--light-blue);
	}
}
.dropdown_block .dropdown-menu {
	z-index: 4;
	box-shadow: 0 10px 25px 0 rgba(165, 172, 182, 0.5);
	background: #fff;
	background-color: var(--white);
	border-radius: 16px;
	top: calc(100% + 2px);
	position: absolute;
	overflow-x: hidden;
	width: 100%;
	visibility: hidden; 
	opacity: 0; 
	-webkit-transition: var(--transition-custom);
	-moz-transition: var(--transition-custom);
	-ms-transition: var(--transition-custom);
	-o-transition: var(--transition-custom);
	transition: var(--transition-custom);
	display: flex;
	flex-direction: column;
}
.dropdown_block .dropdown-menu.show {
	visibility: visible; 
	opacity: 1;
}
.dropdown_block .dropdown-menu .dropdown_itm {
	cursor: pointer;
	padding: 10px 20px;
	color: var(--dark-blue);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    transition: var(--transition-custom);
}
.dropdown_block .dropdown-menu .dropdown_itm .value_check {
	 transition: var(--transition-custom);
}
.dropdown_block .dropdown-menu .dropdown_itm .form-check-input {
	display: none;
}
.dropdown_block .dropdown-menu .dropdown_itm .form-check-input:checked + .value_check {
	color: var(--light-blue);
}
@media (hover:hover) {
	.dropdown_block .dropdown-menu .dropdown_itm:hover .value_check {
		color: var(--light-blue);
	}
}
@media (max-width: 1025px) {
	.dropdown_block .dropdown-toggle {
	}
	.dropdown_block .dropdown-toggle, .dropdown .dropdown-menu a {
		font-weight: 400;
		font-size: 16px;
		line-height: 100%;
	}
}

section.news_page .news_item {
	border-radius: 40px;
	background: var(--white);
	overflow: hidden;
	transition: var(--transition-custom);
	height: auto;
	cursor: pointer;
	border: 1px solid var(--border_blue);
}
@media (min-width: 1025px) {
	section.news_page .news_item:hover {
		box-shadow: 0px 10px 12px 0px #A5ACB680;
	}
}

section.news_page .items_block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	position: relative;
	transition: .1s all linear;
}
section.news_page .news_container {
	position: relative;
		transition: var(--transition-custom);
}
section.news_page .items_block:not(:last-child) {
	margin-bottom: 50px;
}
section.news_page .news_container .news_loader {
	text-align: center;
	width: 102%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1%;
	right: 0;
	z-index: -1;
	opacity: 0;
	transition: var(--transition-custom);
	stroke: var(--light-blue);
}
section.news_page .news_container .news_loader .icon {
	/*position: sticky;
	top: calc(var(--header-height) + 80px);*/
	position: absolute;
	top: calc(50% - 34px);
	padding: 3px;
	animation: rotate 1s 
	linear infinite;
	width: 35px;
	height: 35px;
}
section.news_page .news_container.load .news_loader {
	z-index: 2;
	opacity: 1;
}
section.news_page .news_item {
	text-decoration: none;
	padding: 24px 32px;
}
section.news_page .news_item .title {
	font-size: 19px;
	font-weight: 700;
	line-height: 26.6px;
	color: var(--dark-blue);
}
section.news_page .news_item .sub-title {
	margin-top: 5px;
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	color: var(--dark-blue);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
section.news_page .news_item .date {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 22.4px;
	color: var(--gray_2);
	margin-top: 5px;
}

section.news_page .news_pagination {
	display: flex;
	gap: 16px;
	justify-content: center;
	transition: .1s all linaer;
}
section.news_page .news_pagination .page_numbers {
	cursor: pointer;
	transition: var(--transition-custom);
	border: none;
	overflow: hidden;
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--white);
	border-radius: 100%;
	z-index: 2;
	box-shadow: 0px 0px 16px -2px #00000014;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
}
section.news_page .news_pagination .page_numbers.active {
	background: var(--dark-blue_2);
	color: var(--white);
}
@media (hover:hover) {
	section.news_page .news_pagination .page_numbers:hover:not(.active):not(.dots) {
		background: var(--grey);
		box-shadow: 0px 0px 16px -2px #00000014;
	}
}
section.news_page .news_pagination .page_numbers .icon {
	fill: transparent;
	stroke: var(--dark-blue_2);
	height: 24px;
	width: 24px;
}
section.news_page .news_pagination .page_numbers.dots {
	/*cursor: default;*/
	/*box-shadow: none;*/
	/*width: auto;*/
	/*align-items: end;*/
	/*border-radius: inherit;*/
}
section.news_page .news_container.hide_item .items_block,
section.news_page .news_container.hide_item .news_pagination {
	opacity: 0;
}
@media (max-width: 1025px) {
	section.news_page {
		margin-top: calc(var(--header-height) + 24px);
		margin-bottom: 50px;
	}
    section.news_page .news_item {
    	padding: 24px;
    }
    section.news_page .news_item .title {
        font-weight: 700;
        font-size: 16px;
        line-height: 22.4px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    section.news_page .items_block {
    	grid-template-columns: 1fr;
    	gap: 16px;
    }
    section.news_page .items_block:not(:last-child) {
    	margin-bottom: 32px;
    }
}
@media (max-width: 767px) {
	section.news_page .filter_line {
		flex-direction: column;
		gap: 12px;
	}
	section.news_page .filter_line .dropdown.dropdown_block .dropdown-toggle {
		width: 100%!important;
	}
}

/* Календарь событий слайдер */
.information_block + .calendar_block {
	margin-top: 100px; /* или любой нужный вам отступ */
}

.calendar_block {
	margin-bottom: 100px;
}
.calendar_block .swiper-container {
	position: relative;
}
.calendar_block .menu_line {
	margin-bottom: 25px;
	display: flex;
	overflow: scroll;
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.calendar_block .menu_line .menu_item {
	cursor: pointer;
	font-size: 16px;
	padding: 8px 16px;
	background: transparent;
	border-radius: 30px;
	border: 1px solid var(--light-blue);
	white-space: nowrap;
	transition: 0.1s all linear;
}
.calendar_block .menu_line .menu_item:not(:last-child) {
	margin-right: 8px;
}
.calendar_block .menu_line .menu_item.active {
	background: var(--light-blue);
	color: var(--white);
}
@media (min-width: 970px) and (hover: hover) {
	.calendar_block .menu_line .menu_item:hover {
		background: var(--light-blue);
		color: var(--white);
	}
}
section.calendar_block .swiper-button {
	position: absolute;
	top: 5px;
	right: 0;
	display: flex;
	gap: 56px;
}
section.calendar_block .swiper-button button {
	cursor: pointer;
	transition: var(--transition-custom);
	border: none;
	overflow: hidden;
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--white);
	border-radius: 100%;
	z-index: 2;
	box-shadow: 0px 0px 16px -2px #00000014;
}
section.calendar_block .swiper-button button svg {
	fill: transparent;
	stroke: var(--dark-blue_2);
	height: 24px;
	width: 24px;
}
section.calendar_block .swiper-button button svg * {
	transition: var(--transition-custom);
}
section.calendar_block .swiper-button button:not(.swiper-button-disabled):hover {
	background: var(--grey);
	box-shadow: 0px 0px 16px -2px #00000014;
}
section.calendar_block .info-slide {
	max-width: calc(100% - 144px);
	display: flex;
	align-items: flex-start;
}
section.calendar_block .img_block {
	margin-top: 50px;
}
section.calendar_block .info-slide .icon_block {
	background: var(--light-blue);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	min-width: 40px;
	margin-right: 25px;
}
section.calendar_block .info-slide .icon {
	fill: transparent;
	stroke: var(--white);
	height: 24px;
	width: 24px;
}
section.calendar_block .info-slide .title {
	color: var(--dark-blue);
	font-weight: 700;
	font-size: 19px;
	line-height: 26.6px;
	margin-bottom: 5px;
}
section.calendar_block .info-slide .date {
	color: var(--gray_2);
	font-weight: 400;
	font-size: 16px;
	line-height: 22.4px;
}
section.calendar_block .img_block img {
	width: 100%;
	border-radius: 40px;
}

/* Скрываем кнопки навигации, когда слайдов 0 или 1 */
.calendar_block .swiper-button.hidden-buttons {
	display: none !important;
}

/* Сообщения для пустых состояний */
.calendar_block .swiper-wrapper.nofuture::after,
.calendar_block .swiper-wrapper.nopast::after {
	content: attr(data-message);
	display: flex;
	width: 100%;
	color: var(--dark-blue);
	font-weight: 700;
	font-size: 19px;
	line-height: 140%;
}
.calendar_block .swiper-wrapper.nofuture .swiper-slide, .calendar_block .swiper-wrapper.nopast .swiper-slide {
	display: none;
}
section.calendar_block .swiper-button button.swiper-button-disabled {
	cursor: default;
	filter: grayscale(100%);
	opacity: .4;
}

/*@media (max-width: 970px) {*/
	@media (max-width: 1025px) and (pointer: coarse) {
		.information_block + .calendar_block {
			margin-top: 56px;
		}
		section.calendar_block {
			margin-bottom: 56px;
		}
		section.calendar_block .swiper-container {
			height: auto; /* Высота контейнера будет подстраиваться под слайды */
		}

		section.calendar_block .swiper-slide {
			height: auto;
			display: flex;
			/* align-items: center; */
			justify-content: center;
			flex-direction: column;
		}
		section.calendar_block .info-slide {
			transition: var(--transition-custom3);
			max-width: 100%;
			/*opacity: 0;*/
			height: 100%;
		}
		section.calendar_block .info-slide .title {
			font-size: 16px;
		}
		section.calendar_block .swiper {
			overflow: unset;
		}
		section.calendar_block .swiper .swiper-slide {
			transition: var(--transition-custom3);
		}
		section.calendar_block .swiper .swiper-slide.swiper-slide-prev {
			opacity: 0;
		}
		section.calendar_block .swiper .swiper-slide.swiper-slide-active .info-slide {
			opacity: 1;
		}
		section.calendar_block .swiper-button {
			display: none;
			gap: 20px;
		}
		section.calendar_block .swiper-button button:not(.swiper-button-disabled):hover {
			background: var(--white);
			box-shadow: 0px 0px 16px -2px #00000014;
		}
		section.calendar_block .img_block {
			margin-top: 25px;
		}
		.calendar_block .menu_line {
			width: 100vw;
			margin-left: -16px;
			padding: 0 16px;
			box-sizing: border-box;
		}
		section.calendar_block .info-slide .icon_block {
			margin-right: 12px;
		}

	}

/* Второй фон */
.bg_block_2 {
	position: relative;
	overflow: hidden;
}
.bg_block_2:before {
	content: '';
	top: -150px;
	left: 0px;
	right: 0;
	margin: auto;
	position: absolute;
	width: 810.58px;
	height: 2625.26px;
	background: url(images/bg_2.svg);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 0;
	transform: rotate(39.2deg);
}
.bg_block_2 > * {
	z-index: 1;
	position: relative;
}

@media (max-width: 1025px) {
	.bg_block_2:before {
		width: 514.11px;
		height: 1665.08px;
		top: 55.74px;
		left: 53.1px;
		margin: unset;
		transform: rotate(40.12deg);
	}
}


/* Блок с фото и текстом */
section.text_img_block {
	/*padding-bottom: 100px;*/
}
section.text_img_block .img_block img {
	width: 100%;
	border-radius: 40px;
}
section.text_img_block .text_block {
	margin-bottom: 50px;
}
@media (max-width: 1024px) {
	section.text_img_block {
		/*padding-bottom: 56px;*/
	}
}

section.text_img_block .text_block {
	font-weight: 700;
	font-size: 19px;
	font-weight: 400;
	line-height: 29px;
	margin: 50px 0;
	color: var(--dark-blue);
}
section.text_img_block .text_block p:not(:last-child) {
	margin-bottom: 10px;
}
@media (max-width: 1024px) {
	section.text_img_block .text_block {
		margin: 0 0 24px 0;
	}
	section.text_img_block .text_block p {
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
	}
	section.text_img_block .text_block p:not(:last-child) {
		margin-bottom: 19px;
	}
}



/* Как купить акции */ 
section.buy_stock {
	background: var(--grey);
	padding: 80px 0;
	/*margin-top: 100px;*/
}
section.buy_stock .container_stocks {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}
section.buy_stock .container_stocks .item_stock {
	color: var(--dark-blue);
}
section.buy_stock .container_stocks .item_stock .img_block img {
	width: 100%;
	max-width: 300px;
}
section.buy_stock .container_stocks .item_stock .name {
	font-weight: 700;
	font-size: 19px;
	line-height: 26.6px;
}
section.buy_stock .container_stocks .item_stock .text {
	margin-top: 5px;
	font-weight: 400;
	font-size: 19px;
	line-height: 29px;
}
section.buy_stock .container_stocks .item_stock .text a {
	color: var(--link_blue);
}
@media (max-width: 1025px) {
	section.buy_stock {
		/*margin-top: 56px;*/
		padding: 56px 0;
	}
	section.buy_stock .container {
		max-width: 100%;
	}
	section.buy_stock .title_h2 {
		padding: 0 16px; 
	}
	section.buy_stock .container_stocks {
		padding: 0 16px; 
		box-sizing: border-box;
	}
	section.buy_stock .container_stocks {
		gap: 16px;
		overflow: auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	section.buy_stock .container_stocks::-webkit-scrollbar {
		width: 0;
		height: 0;
	}
	section.buy_stock .container_stocks .item_stock {
		min-width: 250px;
	}
	section.buy_stock .container_stocks .item_stock .name,
	section.buy_stock .container_stocks .item_stock .text {
		font-size: 16px;
		line-height: 24px;
	}
}
/* Галерея о нас */
section.about_us_galery {
	margin-top: 100px;
	margin-bottom: 100px;
}
section.about_us_galery .flex-container {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
section.about_us_galery .flex-container .flex_itm {
	flex: 1 0 calc(25% - 8px);
	overflow: hidden;
	border-radius: 30px;
	height: 281px;
	max-height: 33.5vh;
}

section.about_us_galery .flex-container .flex_itm:nth-child(1) {
	flex: 1 0 calc(50% - 8px);
}

section.about_us_galery .flex-container .flex_itm:nth-child(6){
	flex: 1 0 calc(50% - 8px);
}
section.about_us_galery .flex_itm img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: var(--transition-custom);
}
@media (max-width: 1025px) {
	section.about_us_galery .flex-container .flex_itm{
		flex: 1 0 calc(50% - 8px);
		height: 170px;
	}
}
section.about_us_galery .text_block {
	font-weight: 700;
	font-size: 19px;
	font-weight: 400;
	line-height: 29px;
	margin: 50px 0;
	color: var(--dark-blue);
}
section.about_us_galery .text_block p:not(:last-child) {
	margin-bottom: 24px;
}

@media (max-width: 1024px) {
	section.about_us_galery {
		margin-top: 56px;
	}
	section.about_us_galery .text_block {
		margin: 0;
		margin-bottom: 24px;
	}
	section.about_us_galery {
		margin-bottom: 56px;
	}
	section.about_us_galery .text_block p {
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
	}
}


/* Футер */
footer {
	background: #5584D7;
	padding: 80px 0;
}
footer .logo {
	width: 193px;
    height: 43px;
	fill: var(--white);
	margin-bottom: 40px;
}
footer a, footer .adress {
	color: var(--white);
	text-decoration: none;
}
footer a:hover {
	color: var(--dark-blue);
}
footer .left {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
footer .left > * {
	align-self: start;
}
footer .middle {
	display: flex;
	gap: 18px;
	flex-direction: column;
}

@media (min-width: 1025px) {
	/*
	footer .row {
		align-items: end;
	}
	footer .left {
		width: 80%;
	}
	footer .right {
		flex: 1;
	}
	*/
	footer .row {
		justify-content: space-between;
	}
	footer .left {
		width: 20%;
	}
	footer .middle {
		width: 20%;
		min-width: 359px;
	}
	footer .right {
		width: 18%;
		min-width: 192px;
	}
	footer .soc_btn_link{
		margin-bottom: 48px;
		cursor: default;
	}

}
@media (max-width: 1025px) {
	footer {
		padding: 56px 0;
	}
	footer .left, footer .right {
		width: 100%;
		flex: 0 0 auto;
	}
	footer .middle, footer .right {
		margin-top: 40px;
	}
	footer .soc_btn_link{
		margin-bottom: 16px;
		cursor: default;
	}
	footer .left .btn-outline-white {
		margin-bottom: 22px;
	}
}
.modal_down .container_cookie .text {
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
}
footer .right .copywriting,
footer .right .btn-cookie {
	margin-top: 8px;
	background: transparent;
	color: var(--white);
	font-size: 14px!important;
	font-weight: 400;
	line-height: 17px;
}

footer .right .btn-cookie:hover {
	color: var(--dark-blue);
}
footer .soc_btn_link {
	display: flex;
	gap:11px;
}
footer .soc_btn_link svg.icon  {
	width: 32px;
	height: 32px;
	fill:var(--white);
	transition: var(--transition-custom);
}
footer .soc_btn_link a:hover svg.icon {
	fill:var(--dark-blue);
}

footer .soc_btn_link a img {
	width: 32px;
	height: 32px;
	transition: var(--transition-custom);
	opacity: 1;
}
footer .soc_btn_link a:hover img {
	filter: invert(79%) sepia(10%) saturate(2683%) hue-rotate(190deg) brightness(95%) contrast(96%);
}
/* Модалка куки */
.modal_down {
	background: var(--primary-blue);
	color: var(--white);
	position: fixed!important;
	z-index: 99;
	bottom: -24vh;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: var(--transition-custom);
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal_down.fixed {
	opacity: 1;
	bottom: 0px;
}
.modal_down .container_cookie {
	padding: 8px 24px 8px 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:50px;
}
.modal_down .container_cookie .btn-outline-white {
	min-width: 216px;
	white-space: nowrap;
}
.modal_down .container_cookie .btn-outline-white:hover {
	background: var(--white);
	border-color: var(--white);
	color: var(--primary-blue);
}
.modal_down .container_cookie .close {
	cursor: pointer;
	align-self: flex-start;
}
.modal_down .container_cookie .close svg {
	transition: var(--transition-custom);
	stroke: var(--white);
	width: 32px;
	height: 32px;
}
.modal_down .container_cookie .close:hover svg {
	transform: scale(1.1);
}
@media (max-width: 1025px) {
	.modal_down {
		bottom: -100vh;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
	}
	.modal_down .container_cookie {
		flex-wrap: wrap;
		padding: 16px;
		gap: 16px;
	}
	.modal_down .container_cookie .text {
		order: 1;
		width: calc(100% - (32px + 16px));
	}
	.modal_down .container_cookie .close {
		order: 2;
	}
	.modal_down .container_cookie .btn-outline-white {
		width: 100%;
		order: 3;
	}
}
/* Галерея в модальном*/
.gfadein {
	animation: fadein .4s ease;
}
@keyframes fadein {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
	to {
		opacity: 1;
		transform: translateY(0%);
	}
}
.gfadeout {
	animation: fadeout .4s ease;
}
@keyframes fadeout {
	0% {
		opacity: 1;
		transform: translateY(0%);
	}
	to {
		opacity: 0;
		transform: translateY(100%);
	}
}

.glightbox-container {
	/*height: 100vh;*/
	height: 100dvh;
}
.glightbox-container .gslider {
	/*height: 100vh;*/
	height: 100dvh;
}
.glightbox-clean .gslide-media, .glightbox-modern .gslide-media {
	overflow: unset;
}
.glightbox-container .gbtn {
	display: none;
}
@media (max-width: 1024px) {
	.glightbox-container .gcontainer {
		/*height: 100vh;*/
		height: 100dvh;
	}
	.glightbox-container .gbtn.close_store {
		display: flex!important;
		background: transparent;
		align-items: start;
		justify-content: flex-end;
		opacity: 1;
		top: 16px;
		right: 16px;
	}
	.glightbox-container .gbtn.close_store svg {
		width: 32px;
		height: 32px;
		stroke: white;
	}
	.close_store_custom {
		display: none;
	}
}
@media (max-width: 1024px) {
	.glightbox-container .gbtn.close_form {
		display: flex!important;
		background: transparent;
		align-items: start;
		justify-content: flex-end;
		opacity: 1;
		top: 16px;
		right: 16px;
	}
	.glightbox-container .gbtn.close_form svg {
		width: 32px;
		height: 32px;
		stroke: var(--dark-blue_2);
	}
	.close_form_custom {
		display: none;
	}
}
.goverlay {
	background: #282F46CC;
}
.glightbox-clean .gslide-media, .glightbox-modern .gslide-media {
	box-shadow: none;
	box-sizing: border-box;
}

.glightbox-container .ginner-container {
	max-width: 1200px;
	height: 100dvh;
}
@media (min-width: 1025px) {
	.glightbox-container .ginner-container {
		max-height: calc(100vh - (63px * 2));
	}
}
.gclose_custom {
	position: absolute;
	cursor: pointer;
	background: none;
	border: none;
	width: 32px;
	height: 32px;
	top: -32px;
	right: -32px;
}
.gclose_custom svg {
	transition: var(--transition-custom);
	stroke: var(--white);
	width: 32px;
	height: 32px;
}
.gclose_custom:hover svg {
	transform: scale(1.1);
}
@media (max-width: 1025px) {
	.gclose_custom {
		top: 16px;
		right: 16px;
	}
	.gclose_custom:before {
		content: '';
		width: 100%;
		height: 100%;
		z-index: 999;
		display: block;
		position: absolute;
	}
	.gclose_custom svg {
		stroke: var(--dark-blue_2);
	}
	.gslide-image .gclose_custom svg {
		stroke: var(--white);
	}
}
.gslide-media {
	position: relative;
}
.gslide-media img {
	border-radius: 30px;
	overflow: hidden;
}
@media (max-width: 1025px) {
	.glightbox-mobile .goverlay {
		background: transparent;
	}
	.gslide-image img {
		border-radius: 0;
		max-width: unset;
		height: 100vh;
		width: 100vw;
		object-fit: cover;
	}
}
/* Модальные окна */
.gslide-inline {
	border-radius: 30px;
	padding: 0 40px;
	height: unset!important;
}
@media (min-width: 1025px) and (max-width: 1400px) {
	.gclose_custom {
		top: -22px;
	}
}
.gslide-inline .news_modal_content {
	padding: 40px 0;
}
.gslide-inline .news_modal_content .img_block img {
	width: 100%;
	border-radius: 24px;
	max-height: 250px;
	object-fit: cover;
}
.gslide-inline .news_modal_content .name {
	color: var(--dark-blue);
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.gslide-inline .news_modal_content .name:first-child {
	margin-top: 0px;
}
.gslide-inline .news_modal_content .text_block {
	color: var(--dark-blue);
	font-weight: 400;
	font-size: 16px;
	line-height: 22.4px;
}

.gslide-inline .news_modal_content .text_block p:not(:last-child) {
	margin-bottom: 12px;
}
.gslide-inline .news_modal_content .text_block b {
	font-weight: 600;
}
.gslide-inline .news_modal_content .text_block a{
	color: var(--link_blue);
}
.gslide-inline .news_modal_content .text_block ul {
	padding-left: 5px;
}
.gslide-inline .news_modal_content .text_block ul:not(:last-child) {
	margin-bottom: 12px;
}
.gslide-inline .news_modal_content .text_block ul li {
	padding-left: 10px;
	position: relative;
}
.gslide-inline .news_modal_content .text_block ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background:  var(--dark-blue);
}
.gslide-inline .news_modal_content a.link_btn {
	display: inline-flex;
	color: var(--dark-blue);
	text-decoration: underline;
}
.gslide-inline .news_modal_content .link_btn .icon {
	height: 20px;
	width: 20px;
	fill: var(--dark-blue);
	stroke: var(--dark-blue);
	stroke-width: 0.5px;
	margin-right: 10px;
}
.gslide-inline .news_modal_content .link_btn span {

}
.gslide-inline .news_modal_content .link_btn:hover span {
	text-decoration: underline;
}
@media (max-width: 1025px) {
	.gslide-inline {
		/*height: 100vh;*/
		height: 100dvh;
		border-radius: 0;
		width: unset!important;
		display: flex;
	}
	.glightbox-container .gslide.news_modal .ginner-container,
	.glightbox-container .gslide.agreement_modal .ginner-container {
		justify-content: flex-start;
		background: #fff;
	}
	.gslide-inline .news_modal_content .img_block, .gslide-inline .news_modal_content .img_block img {
		height: 200px;
	}
	.gslide.news_modal .ginlined-content {
		/*height: 100vh;*/
		height: 100dvh;
	}
}
.gslide.news_modal .ginlined-content {
	width: 100%;
}
@media (min-width: 1026px) {

	.gslide.news_modal .gslide-inline {
		padding-right: 16px;
	}
	.gslide-inline  .news_modal_content {
		padding: 0!important;
	}
	.gslide.news_modal .ginlined-content {
		overflow: hidden;
		position: relative;
		margin: 40px 0;
		padding-right: calc(18px + 6px);
			/*
			-ms-overflow-style: none;
			scrollbar-width: none;
		*/
	}
}

/*
.gslide.news_modal .ginlined-content::-webkit-scrollbar {
	width: 0;
	height: 0;
}
*/
@media (max-width: 1025px) {
	.gslide.news_modal .gslide-inline .ginlined-content {
		overflow: hidden;
		position: relative;
	}
	.gslide.news_modal .gslide-inline .ps__rail-y {
		/*opacity: 1!important;*/
	}
}
/* Нативный скролл */
/*
.gslide.news_modal .ginlined-content {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
@media (min-width: 1026px) {
	.gslide.news_modal .ginlined-content::-webkit-scrollbar {
		width: 6px;
		height: 6px;
	}
	.gslide.news_modal .ginlined-content::-webkit-scrollbar-track {
		background-color: #FAFAFA;
		border-radius: 0px; 
	}
	.gslide.news_modal .ginlined-content::-webkit-scrollbar-thumb {
		background-color: #00000066;
		border-radius: 0px;
	}
	.gslide.news_modal .ginlined-content::-webkit-scrollbar-thumb:hover {
		background-color: #00000066; 
	}
}*/
@media (max-width: 1025px) {
	.gslide.news_modal .gslide-inline {
		padding-right: 0;
	}
	.gslide.news_modal .gslide-inline .ginlined-content {
		padding-right: 40px;
	}
}

/* Новые стили для полноэкранного модального окна */

.gslide.news_modal .gslide-inline .ps__rail-x, .gslide.news_modal .gslide-inline .ps__rail-y { /* отключил видимость кастомного скрола*/
	opacity: 0!important;
}
.news_modal.fullscreen_design .news_modal_content .scroll_block {
	position: relative;
	overflow: hidden;
}
.news_modal.fullscreen_design .news_modal_content .scroll_block .container:before {
	content: '';
	top: 300px;
	left: -800px;
	position: absolute;
	width: 1485px;
	height: 1668px;
	background: url(images/bg_left_news.svg);

	background-repeat: no-repeat;
	background-size: contain;
	z-index: 0;
}
.news_modal.fullscreen_design .news_modal_content .scroll_block .container:after {
	content: '';
	top: 240px;
	right: -650px;
	position: absolute;
	width: 1172px;
	height: 1138px;
	background: url(images/bg_right_news.svg);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 0;
}
@media (max-width: 767px) {
	.news_modal.fullscreen_design .news_modal_content .scroll_block .container:before {
		display: none;
	}
	.news_modal.fullscreen_design .news_modal_content .scroll_block .container:after {
		content: '';
		top: 0px;
		right: -16px;
		position: absolute;
		width: calc(100% + 32px);
		height: calc(100% + 350px + 40px);
		background: url(images/all_news_mob.svg);
		background-repeat: no-repeat;
		background-size: cover;
		z-index: 0;
	}
}

.news_modal.fullscreen_design .gslide-inline {
	width: 100%!important;
	padding: 0;
	border-radius: 0;
}
.news_modal.fullscreen_design .ginner-container {
	max-width: unset;
	max-height: unset;
}
.news_modal.fullscreen_design .ginner-container .gslide-inline {
	max-height: unset;
}
.news_modal.fullscreen_design .ginlined-content {
	/*
	max-width: 1200px;
	width: 90vw;
	margin: 0 auto;
	margin-bottom: 0;
	*/
}
.news_modal.fullscreen_design .news_header {
	width: 100vw;
	left: 0;
	background: #ffffffe6;
	top: 0;
	z-index: 9;
	position: fixed;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	box-sizing: border-box;
	padding: 25px 0;
}
.news_modal.fullscreen_design .news_modal_content {
	padding: 0!important;
	padding-top: 56px!important;
}
.news_modal.fullscreen_design .scroll_block .container {
	padding-bottom: 56px!important;
	min-height: calc(100vh - (56px * 2) - 90px);
}
.news_modal.fullscreen_design .scroll_block .container > * {
	z-index: 2;
	position: relative;
}
@media (min-width: 1025px) {
	.news_modal.fullscreen_design .scroll_block .container {
		max-width: 794px;
	}
}
.news_modal.fullscreen_design .gclose_custom {
	display: none;
}
.news_modal.fullscreen_design .gslide-inline .ginlined-content {
	padding: 0 !important;
	padding-top: 90px !important;
	height: calc(100dvh - 90px);
	margin: 0;
}
@media (max-width: 1025px) {
	.news_modal.fullscreen_design .news_header {
		padding: 10px 0;
	}
	.news_modal.fullscreen_design .gslide-inline .ginlined-content {
		padding: 0!important;
		padding-top: 60px!important;
		height: calc(100dvh - 60px)!important;
	}
	.news_modal.fullscreen_design .news_modal_content {
		padding: 0!important;
		padding-top: 40px!important;
	}
	.news_modal.fullscreen_design .scroll_block .container {
		padding-bottom: 40px!important;
		min-height: calc(100vh - (40px * 2) - 60px);
	}
}
.news_modal.fullscreen_design .news_header .container {
	justify-content: space-between;
	display: flex;
	align-items: center;
}
.news_modal.fullscreen_design .news_header .back_btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}
.news_modal.fullscreen_design .news_header .back_btn svg {
    width: 10px;
    height: 20px;
}
.news_modal.fullscreen_design .news_header .name_page {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.news_modal.fullscreen_design .scroll_block .name {
	color: var(--dark-blue);
	margin-bottom: 50px;
	font-size: 35px;
	font-weight: 700;
	line-height: 42.36px;
}
.news_modal.fullscreen_design .scroll_block .date {
	color: var(--gray_2);
	font-size: 14px;
	font-weight: 400;
	line-height: 16.94px;
	margin-top: 24px;
	display: block;
	margin-bottom: 56px;
}
@media (max-width: 1025px) {
	.news_modal.fullscreen_design .scroll_block .name {
		font-size: 24px;
		margin-bottom: 24px;
		line-height: 29.05px;
	}
	.news_modal.fullscreen_design .scroll_block .date {
		margin-bottom: 40px;
	}
}

/* Новый стиль модальное */
.agreement_modal_new .gslide-inline {
	padding: 40px;
}
.agreement_modal_new .ginlined-content {
	position: relative;
	overflow: hidden;
}
.ginlined-content #agreement_modal_new {
	height: 100%;
}
.ginlined-content #agreement_modal_new .agreement_modal_content_new {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.agreement_modal_new .scroll_block {
	display: flex;
	gap: 40px;
	width: 100%;
	padding-right: calc(16px + 6px);
	box-sizing: border-box;
	/*
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	*/
	overflow-y: hidden; /* Скрываем нативный скролл */
	position: relative;
}
/*
.agreement_modal_new .scroll_block::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
.agreement_modal_new .scroll_block::-webkit-scrollbar-track {
	background-color: #F2F6FE;
	border-radius: 6px; 
}
.agreement_modal_new .scroll_block::-webkit-scrollbar-thumb {
	background-color: #DFE6F2;
	border-radius: 6px;
}
.agreement_modal_new .scroll_block::-webkit-scrollbar-thumb:hover {
	background-color: #DFE6F2; 
}
*/
.agreement_modal_new .agreement_modal_content_new {
	color: var(--dark-blue);
}

.agreement_modal_new .agreement_modal_content_new .name_form {
	font-weight: 600;
	font-size: 18px;
	line-height: 21.78px;
	margin-bottom: 20px;
}
.agreement_modal_new .agreement_modal_content_new p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22.4px;
}
.agreement_modal_new .agreement_modal_content_new p:not(:last-child) {
	margin-bottom: 10px;
}

.agreement_modal_new .btn_block .privacy_policy {
	display: flex;
	margin: 20px 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 22.4px;
	align-items: center;
}
.agreement_modal_new .btn_block .privacy_policy input.form-check-input {
	appearance: none;
	background-repeat: no-repeat;
	background-position: center;
	border: 3px solid #B0B4C0;
	border-radius: 2px;
	width: 24px;
	height: 24px;
	-webkit-transition: var(--transition-custom);
	-moz-transition: var(--transition-custom);
	-ms-transition: var(--transition-custom);
	-o-transition: var(--transition-custom);
	transition: var(--transition-custom);
	cursor: default;
}
.agreement_modal_new .btn_block .privacy_policy.active input.form-check-input{
	border-color: #4D80DA;
}
.agreement_modal_new .btn_block .privacy_policy input.form-check-input:checked[type=checkbox] {
	background-color: #4D80DA;
	border-color: #4D80DA;
	background-image: var(--check_icon);
	background-size: 16px;
}
.agreement_modal_new .btn_block .privacy_policy .form-check-label {
	cursor: default;
	width: calc(100% - 24px);
	padding-left: 12px;
}
.agreement_modal_new .btn_block .privacy_policy.active input.form-check-input, .agreement_modal_new .btn_block .privacy_policy.active .form-check-label {
	cursor: pointer;
}
.agreement_modal_new .btn_block .btn {
	transition: var(--transition-custom);
	background: var(--gray_3);
	padding: 19px 24px 19px 24px;
	border-radius: 66px;
	color: var(--dark-text);
	font-weight: 600;
	font-size: 18px;
	line-height: 21.78px;
}
.agreement_modal_new .btn_block .btn.success {
	background: var(--dark-blue_2);
	color: var(--white);
}
.agreement_modal_new .btn_block .btn.success:hover {
	background: #E1E3E6;
	color: #777777;
}

@media (max-width: 1025px) {
	.agreement_modal_new .gslide-inline {
		max-height: 100%;
		padding: 0;
	}
	.agreement_modal_new .scroll_block {
		flex-direction: column;
		padding: 40px 40px 0px 40px;
	}
	.agreement_modal_new .btn_block {
		padding: 0 40px 40px 40px;
		/*padding: 0 40px 0px 40px;*/
	}
	.agreement_modal_new .btn_block .btn {
		width: 100%;
	}
	.agreement_modal_new .btn_block .privacy_policy {
		margin: 12px 0 20px 0;
	}
}
*:focus {  /* Убираем тень */
	outline: none!important;
}
@media (max-width: 767px) {
	.agreement_modal_new.glightbox-container .ginner-container{
		background: var(--white);
		/*justify-content: flex-start;*/
	}
	.agreement_modal_new .gslide-inline {
		/*max-height: calc(100vh - 40px);*/
		/*max-height: calc(100dvh - 40px);*/
		max-height: 100dvh;
	}
	.agreement_modal_new.glightbox-container {
		height: 100%;
	}
	.agreement_modal_new.glightbox-container .gcontainer {
		height: 100%;
	}
	.agreement_modal_new.glightbox-container .gslider {
		height: 100%;
	}

	.agreement_modal_new .scroll_block {
		margin-bottom: 12px;
	}
	.agreement_modal_new .btn_block .privacy_policy {
		margin: 0px 0 20px 0;
	}
}
/* END Новый стиль модальное */


.dropdown::before {
	content: "";
	position: absolute;
	top: 16px;
	right: 12px;
	z-index: 1000;
	width: 8px;
	height: 8px;
	border: 2px solid var(--gray_2);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
	transition: 0.5s;
	pointer-events: none;
	border-radius: 3px;
}

.dropdown.active::before {
	top: 22px;
	transform: rotate(-225deg);
	border: 2px solid var(--primary-green-form);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.dropdown::after {
	content: '';
	z-index: 3;
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
}

.dropdown .options {
	z-index: 9999;
	position: absolute;
	top: 51px;
	width: 100%;
	background: #fff;
	box-shadow: 3px 5px 19px 0px #E1E6F066, 7px 7px 2px 0px #E1E6F01A;
	padding: 7px;
	border-radius: 10px;
	overflow: hidden;
	display: none;
}

.dropdown.active .options {
	display: block;
}

.dropdown .options span {
	color: var(--gray_2);
	display: block;
	padding: 12px 20px;
	cursor: pointer;
	box-shadow: 0px -0.5px 0px 0px #00000026 inset;
}
.dropdown .options span:last-child {
	box-shadow:none;
}
.dropdown .options span:hover {
	color:var(--primary-blue);
}



/* Стили для фейк скролл бара */
.ps__rail-y {
	border-radius: 20px;
	width: 6px !important; /* Фиксированная ширина */
	opacity: 1 !important; /* Всегда отображать */
	background-color: #f2f6fe !important;
}

/* Стили для ползунка */
.ps__thumb-y {
	border-radius: 20px;
	width: 6px !important; /* Фиксированная ширина */
	opacity: 1 !important; /* Всегда отображать */
	background-color: #DFE6F2 !important;
	right: 0 !important; /* Прижимаем к правому краю */
}

/* Стили для ползунка при наведении */
.ps__thumb-y:hover {
	border-radius: 20px;
	background-color: #DFE6F2 !important;
	width: 6px !important; /* Фиксированная ширина */
}




.constructor_page > *:not(.text_img_block) {
	margin-top: 50px;
	margin-bottom: 50px;
}
.constructor_page > *:first-child {
	margin-top: 100px;
}
.constructor_page > *:last-child {
	margin-bottom: 0;
}



.faq_block {
	margin-top: 100px;
}
.faq_list {
	display: flex;
	flex-direction: column;
}
.faq_item  {
	padding: 10px 0;
	/*border-radius: 20px;*/
	overflow: hidden;
	transition: all 0.3s ease;
}
.faq_item:last-child {
	padding-bottom: 0;
}
/*
@media (hover:hover) {
	.faq_list .faq_item:hover {
		box-shadow: rgb(225, 230, 240) 3px 5px 19px;
	}
}
.faq_list .faq_item.active {
	box-shadow: 0 5px 15px rgba(74, 108, 247, 0.1);
}
*/
.faq-question {
	width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.2s;
    font-weight: 700;
    font-size: 19px;
    line-height: 29px;
    color: var(--dark-blue);
    text-align: left;
}
/*
@media (hover:hover) {
	.faq-question:hover {
		box-shadow: rgb(225, 230, 240) 3px 5px 19px;
	}
}

.faq_item.active .faq-question {
	background-color: #f8f9fa;
}
*/
.faq-question .icon {
	width: 24px;
	height: 24px;
	position: relative;
	flex-shrink: 0;
	margin-left: 1rem;
	transition: var(--transition-custom3);
}
.faq_item.active .icon {
	transform: rotate(180deg);
}

.faq-answer {
	padding-top: 0;
	max-height: 0;
	overflow: hidden;
	transition: var(--transition-custom3);
	font-size: 19px;
	line-height: 29px;
}
.faq_item.active .faq-answer {
	padding-top: 10px;
}

.faq-content {
	/*padding: 0 10px 10px;*/
	color: var(--dark-blue);
}
.faq-content > *  {
	margin-bottom: 10px;
}
.faq-content > *:last-child {
	margin-bottom: 0;
}
.faq-content ul, .faq-content ol {
	padding-left: 25px;
}

@media (max-width: 767px) {
	.faq_block {
		margin-top: 50px;
	}
}

.consolidation_page section.about_us_galery .text_block > *:not(:last-child){
	margin-bottom: 24px;
}
.consolidation_page section.about_us_galery .img_block img {
	width: 100%;
}
@media (max-width: 767px) {
	.consolidation_page > *:first-child {
		margin-top: calc(56px + var(--header-height));
	}
	.consolidation_page .text_h1 {
		font-size: 24px;
		line-height: 100%;
		margin-bottom: 24px;
	}
}
