a[rel=lightbox-group] {
	cursor: auto
}

.breadcrumbs {
	overflow-x: auto;
}

.bx-breadcrumb {
	display: block;
}

.bx-breadcrumb .bx-breadcrumb-item {
	display: inline-flex;
}

.bx-breadcrumb .bx-breadcrumb-item span {
	white-space: normal !important;
}

@media print {
	.link--withIco {
		display: none !important;
	}
}

@media (max-width: 990px) {
	.header-phones__back {
		padding-bottom: 100px;
	}
}

@media (min-width: 1221px) and (max-width: 1480px) {
	.header-phones__front-text {
		padding: 20px 10px;
	}
}

.timetables-market__item .link-green {
	padding: 10px;
}

body .timetables-market_tabs__name.v--5 li:nth-child(1),
body .timetables-market__item.v--5 li:nth-child(1) {
	padding-left: 30px !important;
}

@media (min-width: 1023px) and (max-width: 1480px) {
	body .timetables-market__item li {
		padding: 15px 10px;
	}
}

.table-full-scroll .tabled[data-table] table {
	border-collapse: collapse;
}

.table-full-scroll .tabled[data-table] table tr.with-background {
	background-color: #e9f4ea;
}

.table-full-scroll .tabled[data-table] table tr.with-background td:first-child {
	background-color: white;
}

.table-full-scroll .tabled[data-table] table tr.with-background td {
	font-weight: bold;
}

.table-full-scroll .tabled[data-table] table tr td:first-child {
	padding-left: 15px !important;
}

.timetables-market_tabs__name.v3 ul li:nth-child(3) {
	width: 30%;
}

/* Доработки версии для слабовидящих */
.badsee-cs-light .timetables-market__item span{
	color: black;
}
.badsee-cs-light .timetables-market__item span.color-orange{
	color: black !important;
}

.badsee-cs-dark .timetables-market__item span{
	color: white;
}
.badsee-cs-dark .timetables-market__item span.color-orange{
	color: white !important;
}

.badsee-cs-blue .timetables-market__item span{
	color: #002d56;
}
.badsee-cs-blue .timetables-market__item span.color-orange{
	color: #002d56 !important;
}
/*  */
.badsee-cs-light .filter-pag a .icon{
	stroke: black;
}
.badsee-cs-dark .filter-pag a .icon{
	stroke: white;
}
.badsee-cs-blue .filter-pag a .icon{
	stroke: #002d56;
}
/*  */
.badsee-cs-light .filter-pag span.active{
	color: black;
}
.badsee-cs-dark .filter-pag span.active{
	color: white;
}
.badsee-cs-blue .filter-pag span.active{
	color: #002d56;
}
/*  */
.badsee-cs-light .filter-el-item.active{
	border-color: black;
	background-color: white;
}
.badsee-cs-light .filter-el-item.active:before,
.badsee-cs-light .filter-el-item.active:after{
	background-color: black;
}

.badsee-cs-dark .filter-el-item.active{
	border-color: white;
	background-color: black;
}
.badsee-cs-dark .filter-el-item.active:before,
.badsee-cs-dark .filter-el-item.active:after{
	background-color: white;
}

.badsee-cs-blue .filter-el-item.active{
	border-color: #002d56;
	background-color: #c8e5ff;
}
.badsee-cs-blue .filter-el-item.active:before,
.badsee-cs-blue .filter-el-item.active:after{
	background-color: #002d56;
}
/*  */
.badsee-cs-light .text-page .link-green-full {
	color: black;
}
.badsee-cs-light .text-page .link-green-full:hover {
	color: white;
	background: black;
}

.badsee-cs-dark .text-page .link-green-full:hover {
	color: black;
	background: white;
}

.badsee-cs-blue .text-page .link-green-full {
	color: #002d56;
}
.badsee-cs-blue .text-page .link-green-full:hover {
	color: #c8e5ff;
	background: #002d56;
}
.badsee-cs-light .table-full-scroll .tabled[data-table] table tr.with-background {
	background-color: #fff;
}
.badsee-cs-dark .table-full-scroll .tabled[data-table] table tr.with-background,
.badsee-cs-dark .table-full-scroll .tabled[data-table] table tr.with-background td:first-child {
	background-color: #000;
}
.badsee-cs-blue .table-full-scroll .tabled[data-table] table tr.with-background,
.badsee-cs-blue .table-full-scroll .tabled[data-table] table tr.with-background td:first-child {
	background-color: #c8e5ff;
}
.badsee-cs-blue .table-full-scroll .tabled[data-table] td,
.badsee-cs-blue .table-full-scroll .tabled[data-table] th {
	border-color: #002d56;
}

.ch_version .text-page .ajax-popup-link[href="/local/ajax/start_ch.php"] {
	margin-left: 46px;
}

.news-list .news-list-item {
	height: 100%;
}
/*
.news-list-item__col {
	width: calc(33.33% - 38px);
}*/

@media screen and (max-width: 600px){
	.page-zag h1{
		font-size: 20px;
	}
	.text-page .filter.absolute{
		top: 91px;
		left: auto;
		transform: none;
		z-index: 800;
	}

}
/* Kathy */
/mist{
	 color: #838383;
 }

/*Блок "Торги сегодня" на главной странице*/
.bidding-today {
	margin-bottom: 60px; }
@media screen and (max-width: 600px) {
	.bidding-today {
		margin-bottom: 20px; } }
.bidding-today__wrp {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; }
.bidding-today__head {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; }
.bidding-today__head img {
	width: 100%;
	max-height: 100px;
	height: 100px; }
.bidding-today__head-title {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 40px;
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 9; }
@media screen and (max-width: 600px) {
	.bidding-today__head-title {
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
		left: 10px; } }
.bidding-today__head-title .zag {
	color: #fff;
	font-size: 28px;
	line-height: 1.2; }
@media screen and (max-width: 1220px) {
	.bidding-today__head-title .zag {
		font-size: 22px; } }
@media screen and (max-width: 600px) {
	.bidding-today__head-title .zag {
		font-size: 20px; } }
.bidding-today__head-title a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center; }
.bidding-today__head-title a:hover span {
	border-color: #fff; }
.bidding-today__head-title a span {
	font-size: 20px;
	line-height: 1.2;
	color: #fff;
	margin-right: 10px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-bottom: 1px solid transparent; }
.bidding-today__head-title a .icon {
	fill: #fff;
	width: 20px;
	height: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s; }
.bidding-today__body {
	width: 100%;
	padding: 40px;
	background-color: #F1F4F5; }
@media screen and (max-width: 1220px) {
	.bidding-today__body {
		padding: 20px; } }
@media screen and (max-width: 600px) {
	.bidding-today__body {
		padding: 10px; } }
.bidding-today__items {
	border: 1px solid #D1D3D4;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0; }
@media screen and (max-width: 990px) {
	.bidding-today__items {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 10px; } }
.bidding-today__items .w33 {
	width: 33.33%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-right: 1px solid #D1D3D4;
	padding: 0 40px; }
.bidding-today__items .w33:last-child {
	border-right: 0; }
@media screen and (max-width: 990px) {
	.bidding-today__items .w33:last-child {
		border-bottom: none; } }
@media screen and (max-width: 1220px) {
	.bidding-today__items .w33 {
		padding: 0 20px; } }
@media screen and (max-width: 990px) {
	.bidding-today__items .w33 {
		width: 100%;
		border-bottom: 1px solid #D1D3D4;
		border-right: 0; } }
@media screen and (max-width: 800px) {
	.bidding-today__items .w33 {
		padding: 0; } }
@media screen and (max-width: 600px) {
	.bidding-today__items .w33 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap; } }
.bidding-today__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 18px 0; }
@media screen and (max-width: 1480px) {
	.bidding-today__item {
		min-height: 110px;
		max-height: 110px;
		overflow: hidden; } }
@media screen and (max-width: 990px) {
	.bidding-today__item {
		width: 50%; } }
@media screen and (max-width: 600px) {
	.bidding-today__item {
		width: 100%;
		border: none !important;
		border-bottom: 1px solid #D1D3D4 !important;
		padding: 10px 0;
		min-height: auto;
		max-height: 100%; } }
.bidding-today__item:first-child {
	border-bottom: 1px solid #D1D3D4; }
@media screen and (max-width: 990px) {
	.bidding-today__item:first-child {
		border-bottom: none;
		border-right: 1px solid #D1D3D4;
		padding-right: 10px; } }
@media screen and (max-width: 990px) {
	.bidding-today__item:last-child {
		padding-left: 10px; } }
@media screen and (max-width: 600px) {
	.bidding-today__item:last-child {
		border-bottom: none !important;
		padding-left: 0; } }
.bidding-today__item-time {
	font-size: 24px;
	line-height: 1.2;
	color: #4DAA59; }
.bidding-today__item-name {
	padding-left: 30px;
	font-size: 16px;
	line-height: 1.3; }
@media screen and (max-width: 800px) {
	.bidding-today__item-name {
		padding-left: 15px; } }





.text-page .img-app {
	margin: 0 auto 20px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center; }
.text-page .img-app img {
	margin: 0;
	width: 30px;
	height: 30px; }


body .timetables-market__item.v4 li:nth-child(1) {
	max-width: 155px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start; }
/*Конец блока "Торги сегодня" на главной */

.timetables-market__items .r-col-castom-tab {
	text-align: right;
}


/*18,11,2021*/
body .timetables-market__items_forest .timetables-market_tabs__name.v4 li{
	max-width: 100% !important;
	width: 20% !important;
	word-break: break-word;
}



@media screen and (max-width: 1180px){
	body .timetables-market__items_forest{
		overflow: auto;
	}
	body .timetables-market__items_forest .timetables-market_tabs__name ul{
		min-width: 800px;
	}
	body .timetables-market__items_forest .timetables-market__item ul{
		min-width: 800px;
	}
}
@media screen and (max-width: 1180px){
	body .timetables-market__items_forest .timetables-market_tabs__name ul{
		min-width: 835px;
	}
	body .timetables-market__items_forest .timetables-market__item ul{
		min-width: 900px;
	}
}
.news-list-lnk ul li:before {
	content: none;
}
.text-page .img-app img {
	margin: 0;
	width: 50%;
	height: 50%;
}

//Kathy

  div.shadow {box-shadow: 0px 4px 25px rgb(0 0 0 / 6%);
	  padding: 20px;
	  margin-bottom: 60px;
  }
.flex-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.block {width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;}
.cent {text-align: center;}
.text-page h3 {font-weight: bold;}
.content1, .content, .center, .content2 {padding: 0 20px;
	justify-content: center;
	align-items: center;
}
.content2{width: 50%;
}

.text-page .flex-container h3{width: 100%;
	font-weight: bold;
}

.grafic-js{
	display: block;
}

body .text-page table td{
	padding: 20px 20px;
}
.bidding-today__item:first-child {
	border-bottom: 0px solid #D1D3D4;
}
body .timetables-market__item li{
}


body .timetables-market__item li.po {
	padding: 20px 0px;
	word-break: normal;
	max-width: 100% !important;
	width: 20% !important;
}

body .timetables-market__items_forest .timetables-market__item.v4 li.break{
	word-break: break-all;
	max-width: 100% !important;
	width: 20% !important;
}

body div.timetables-market__items.active {
	padding-bottom: 60px;
}

.scrollTop {
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #D1D3D4;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: -webkit-sticky;
	position: sticky;
	top: -webkit-calc(100% - 100px);
	top: calc(100% - 100px);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 20; }
@media screen and (max-width: 600px) {
	.scrollTop {
		width: 40px;
		height: 40px; } }
.scrollTop:hover {
	-webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08); }
.scrollTop .icon {
	fill: #111111; }

.scroll-bookmarks {
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #D1D3D4;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: -webkit-sticky;
	position: sticky;
	top: -webkit-calc(100% - 160px);
	top: calc(100% - 160px);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 20; }
@media screen and (max-width: 600px) {
	.scroll-bookmarks {
		width: 40px;
		height: 40px; } }
.scroll-bookmarks:hover {
	-webkit-box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2); }
.scroll-bookmarks .icon {
	fill: #111111;
	width: 30px;
	height: 30px; }

.scroll-share {
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #D1D3D4;
	position: -webkit-sticky;
	position: sticky;
	top: -webkit-calc(100% - 220px);
	top: calc(100% - 220px);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 20; }
@media screen and (max-width: 600px) {
	.scroll-share {
		width: 40px;
		height: 40px; } }
.scroll-share:hover {
	-webkit-box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2); }
.scroll-share .icon {
	fill: #111111;
	width: 30px;
	height: 30px; }
.scroll-share__wrp {
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center; }
.scroll-share__list {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -70px;
	width: 70px;
	padding-right: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden; }
@media screen and (max-width: 600px) {
	.scroll-share__list {
		width: 50px;
		padding-right: 10px;
		left: -50px; } }
.scroll-share__link {
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 10px;
	border: 1px solid #D1D3D4;
	background-color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s; }
.scroll-share__link:last-child {
	margin-bottom: 0; }
@media screen and (max-width: 600px) {
	.scroll-share__link {
		width: 40px;
		height: 40px; } }
.scroll-share__link:hover {
	-webkit-box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2); }
.scroll-share__link .icon {
	width: 30px;
	height: 30px;
	fill: #111111; }
.scroll-share:hover .scroll-share__list {
	opacity: 1;
	visibility: visible;
	-webkit-backface-visibility: visible;
	backface-visibility: visible; }

.link-border {
	padding: 12px 28px;
	color: #4DAA59;
	border: 1px solid #4DAA59;
	font-weight: 300;
	font-size: 16px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	line-height: 1.375; }
.link-border:hover {
	color: #fff;
	background-color: #4DAA59; }

.list-social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; }
.list-social li {
	width: 50%;
	margin-bottom: 15px; }
.list-social li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	line-height: 1.15385;
	text-transform: uppercase;
	color: #3E3E3E;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s; }
.list-social li a:hover {
	color: #409145; }
.list-social .icon {
	width: 16px;
	height: 16px;
	margin-right: 12px;
	fill: #409145; }

.flex-between {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; }

.ss {
	font-weight: 300;
	font-size: 16px;
	line-height: 137%;
	color: #3E3E3E;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center; }
.ss a {
	width: 24px;
	height: 24px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 8px; }
.ss a .icon {
	fill: #409145; }

.page-zag {
	position: relative;
	margin: 85px 0 60px 40px;
	font-size: 28px;
	color: #404040;
	text-indent: -47px;
	line-height: 1.35714; }
@media screen and (max-width: 600px) {
	.page-zag {
		padding-left: 15px;
		padding-right: 15px;
		margin: 44px 0 34px 0px;
		font-size: 20px; } }
.page-zag h1 {
	font-size: 28px;
	font-weight: 400; }
.page-zag h1::first-letter {
	font-size: 64px;
	line-height: 0.8125; }
@media screen and (max-width: 600px) {
	.page-zag h1::first-letter {
		font-size: 28px; } }
.page-zag div::first-letter {
	font-size: 64px;
	line-height: 0.8125; }
@media screen and (max-width: 600px) {
	.page-zag div::first-letter {
		font-size: 28px; } }
.page-zag:before {
	content: '';
	position: absolute;
	left: -80px;
	top: -55px;
	width: 138px;
	height: 138px;
	-webkit-border-radius: 69px;
	border-radius: 69px;
	background-color: #f9f9f9;
	z-index: -1; }
@media screen and (max-width: 600px) {
	.page-zag:before {
		width: 64px;
		height: 64px;
		top: -22px;
		left: -50px; } }
.page-zag .img {
	width: 25px;
	height: 31px;
	position: absolute;
	left: 10px;
	top: -15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; }
@media screen and (max-width: 600px) {
	.page-zag .img {
		width: 20px;
		height: 26px;
		left: -5px;
		top: -25px; } }
.page-zag .img .icon {
	fill: #4DAA59;
	width: 25px;
	height: 25px; }
.page-zag .img:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-image: -webkit-gradient(linear, right top, left top, from(#23b236), to(#409145));
	background-image: -webkit-linear-gradient(right, #23b236, #409145);
	background-image: -o-linear-gradient(right, #23b236, #409145);
	background-image: linear-gradient(to left, #23b236, #409145); }

.with-select {
	position: relative;
	z-index: 51; }

.filter.absolute {
	right: 0;
	bottom: -25px;
	position: absolute; }
@media screen and (max-width: 600px) {
	.filter.absolute {
		right: 15px; } }

.filter__name {
	font-size: 16px;
	line-height: 1.1875;
	text-transform: uppercase;
	color: #3E3E3E;
	padding: 12px 0;
	text-decoration: underline;
	cursor: pointer; }

.filter__select {
	position: absolute;
	right: 0;
	top: -webkit-calc(100% + 5px);
	top: calc(100% + 5px);
	z-index: 20;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	padding: 15px 20px;
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s; }

.filter.open .filter__name {
	text-decoration: none; }

.filter.open .filter__select {
	opacity: 1;
	visibility: visible;
	top: 100%; }

.jq-selectbox {
	background: #FFFFFF;
	border: 1px solid #D3D3D3 !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	border-radius: 3px; }
.jq-selectbox .jq-selectbox__select {
	min-width: 115px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	border: 0 !important; }
.jq-selectbox .jq-selectbox__trigger {
	border-left: 0; }
.jq-selectbox .jq-selectbox__trigger-arrow {
	border-top: 5px solid #7B7B7B;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
@media screen and (max-width: 1180px){
	.scrollTop{
		top: calc(100% - 140px);
	}
	.scroll-bookmarks{
		top: calc(100% - 200px);
	}
	.scroll-share{
		top: calc(100% - 260px);
	}
}
@media screen and (max-width: 600px){
	.scrollTop__container{
		right: 10px;
	}
}
.scrollTop__container{
	z-index: 55;
}

@media screen and (max-width: 1180px){
	.scroll-bookmarks{
		display: none;
	}
}
@media screen and (max-width: 1180px){
	.scroll-share {
		top: calc(100% - 200px);
	}
}
.form-feedback__wrp {
	padding: 0 10px; }

.form-feedback__tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 20px;
	margin-bottom: 20px; }
@media screen and (max-width: 600px) {
	.form-feedback__tabs {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px; } }

.form-feedback__tab {
	cursor: pointer; }
.form-feedback__tab span {
	font-size: 28px;
	font-weight: normal;
	line-height: 1.17857;
	color: #1D1D1D;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s; }
.form-feedback__tab:hover span {
	color: #4DAA59; }
.form-feedback__tab._active span {
	border-color: #4DAA59; }

.form-feedback__form {
	display: none; }
.form-feedback__form._active {
	display: block; }

.form-feedback__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px; }
.form-feedback__item span {
	margin-bottom: 5px;
	font-weight: 700; }
.form-feedback__item input {
	width: 100%;
	height: 60px;
	border: 1px solid #1D1D1D;
	padding: 10px; }
.form-feedback__item textarea {
	width: 100%;
	border: 1px solid #1D1D1D;
	padding: 10px;
	height: 200px; }
.form-feedback__item._file .jq-file {
	width: 100%;
	height: 60px;
	border: 1px solid #1D1D1D; }
.form-feedback__item._file .jq-file .jq-file__name {
	height: 100%;
	padding-top: 12px;
	padding-bottom: 17px; }
.form-feedback__item._file .jq-file .jq-file__browse {
	height: 100%;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	top: 0;
	right: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 17px 10px; }
.form-feedback__item._captha span {
	padding-right: 30px; }
.form-feedback__item._captha .captha-block {
	width: 100%;
	height: 100%; }
.form-feedback__item button {
	background-color: #4DAA59;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #4DAA59;
	padding: 15px 50px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer; }
.form-feedback__item button:hover {
	background-color: #fff;
	color: #4DAA59; }
.form-feedback__item._checkbox label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center; }
.form-feedback__item._checkbox label .jq-checkbox {
	width: 25px;
	height: 25px;
	margin-right: 10px; }
.form-feedback__item._checkbox label .jq-checkbox.checked .jq-checkbox__div {
	width: 16px;
	height: 8px;
	margin-top: 5px; }
.form-feedback__item._checkbox span {
	margin-bottom: 0; }
.form-feedback__item._checkbox.error span {
	color: #e16868; }
.form-feedback__item._checkbox.error .jq-checkbox {
	border-color: #e16868; }
.form-feedback__item._checkbox.succes span {
	color: #1D1D1D; }
.form-feedback__item._checkbox.succes .jq-checkbox {
	border-color: #4DAA59; }
.form-feedback__item.error input, .form-feedback__item.error textarea {
	border-color: #e16868; }
.form-feedback__item.succes input, .form-feedback__item.succes textarea {
	border-color: #4DAA59; }

.form-feedback p {
	font-weight: 700;
	margin-bottom: 20px; }
#block1 {
	float: left;
	display: block;
	width: 400px;

	margin: 2px;
}

#block2 {
	float: left;
	display: block;
	width: 400px;

	margin: 2px;
}
.success p{
	/*font-size: 250%;*/
	/*margin: 0%;*/
	/*text-align: center;*/
	/*height: 100%;*/
	/*font-weight: 100;*/
	/*color: #0fcc2a ;*/
}
.text-page img {
	margin: 5px 0;
}
.ff,
.ff65,
.ff35 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ff65 {
	width: 50%;
	/*border: 1px solid #331F50;*/
	margin-top: 50px;
	padding: 30px;
}

.ff35 {
	width: 50%;
	/*margin-left: 70px;*/
	margin-top: 50px;
	/*border: 0px solid #EB7C2C;*/
	padding: 30px;
}

/**/
.fb {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.fb button {
	margin-top: 10px;
}

/**/
.fb,
.fbr {
	width: 100%;
	position: relative;
}

.regs {
	display: block;
	width: 100%;
	padding: 15px 0 15px 0;
	text-align: center;
	background: #DD0746;
	color: #fff;
	font-size: 16px;
	border: 0;
}

.ka {
	border: 0;
	width: 100%;
	display: block;
	padding: 15px 0 15px 0;
	text-align: center;
	background: #eb7c2c;
	color: #fff;
	font-size: 16px;
}
@media screen and (max-width: 600px){
	.success p{
		/*font-size: 350%;*/
		/*margin: 25%;*/
		/*text-align: center;*/
		/*height: 100%;*/
		/*font-weight: 100;*/
		color: #0fcc2a ;
	}
	.ff35 {
		width: 50%;
		/*margin-left: 70px;*/
		margin-top: 50px;
		/*border: 0px solid #EB7C2C;*/
		padding: 30px;
	}
}
a.knopka {
	color: #fff; /* цвет текста */
	text-decoration: none; /* убирать подчёркивание у ссылок */
	user-select: none; /* убирать выделение текста */
	background: #4daa59; /* фон кнопки */
	padding: .7em 1.5em; /* отступ от текста */
	outline: none; /* убирать контур в Mozilla */
	text-align: center;
}
a.knopka:hover { background: #265b42; } /* при наведении курсора мышки */
a.knopka:active { background: #4daa59; } /* при нажатии */
.ff{
	display: flex;
	flex-direction: column;
}
.ff65{
	margin: 0 auto;
}
.fb, .fbr{
	width: 80%;
	margin: 0 auto;
}
.ff35{
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ff35 .comp{
	font-size: 25px;
}
.ff35 .fb{
	margin-top: 20px;
}
@media screen and (max-width: 900px){
	.fb, .fbr{
		width: 100%;
	}
}
@media screen and (max-width: 600px){
	.ff35{
		width: 80%;
	}
	.ff35 > div{
		text-align: center;
	}
}
@media screen and (max-width: 450px){
	body .timetables-market__items .timetables-market__item {
		min-width: 260px;
	}
}

@media screen and (max-width: 600px){
	body .timetables-market_tabs__name ul li{
		display: none;
	}
	body .timetables-market__item ul li:nth-child(1){
		font-weight: 700;
	}
	body .timetables-market__item li:nth-child(2) {
		width: 100%;
		padding-left: 10px !important;
	}
}

/*subscribe*/
.subscribe{

}
.subscribe .form-subscribe input{
	background-color: #fff;
	border: none;
	letter-spacing: -.4px;
	color: #000;
	font-weight: 500;
	padding: 0 19px;
	line-height: 34px;
	margin-right: 8px;
	width: calc(60% - 20px);
}
.subscribe .form-subscribe button{
	margin-top: 0;
	height: 35px;
	width: 40%;
	cursor: pointer;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background-color: #4eb846;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	color: #fff;
	font-weight: 600;
	line-height: 0px;
	padding: 0px 0px;
	letter-spacing: -.4px;
	display: inline-block;
	position: relative;
	white-space: nowrap;
}
.subscribe .form-subscribe label{
	display: block;
	position: relative;
	padding-left: 28px;
	margin-bottom: 0;
	margin-top: 10px;
	cursor: pointer;
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #000;
	line-height: 1.4;
	text-align: left;
}
.subscribe .form-subscribe label input{
	background-color: #fff;
	border-radius: 8px;
	border: none;
	letter-spacing: -.4px;
	color: #000;
	font-weight: 500;
	padding: 0 19px;
	line-height: 46px;
	margin-right: 8px;
	/*width: calc(60% - 8px);*/
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.subscribe .form-subscribe label .jq-checkbox.styler{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #fff;
	border: 1px solid #4eb846;
}

.copyml_developer{
	text-align: right;
	margin-top: 10px;
}

@media screen and (max-width: 1440px){
	.subscribe{
		width: calc(100% - 70px);
	}
}
@media screen and (min-width: 1221px) and (max-width: 1440px){
	.subscribe .form-subscribe input, .subscribe .form-subscribe button{
		width: 100%;
	}
	.subscribe .form-subscribe button{
		margin-top: 10px;
	}
}
@media screen and (max-width: 600px){
	.subscribe{
		width: calc(100% - 50px);
	}
	.copyml_developer{
		text-align: left;
	}
}

.checkmark{
	color: red;
	font-size: 13px;
}

.subscribe input[type="email"]:required:valid{
	border: 1px solid #4eb846;
}

.registration .form-block-error div, .form-block-success div{
	text-align: left;
}
.custom-transform{
	text-transform: uppercase;
	font-size: 16px;
}
body .timetables-market_tabs__list > ul > li.active {
	background-color: #4daa59;
	color: #fff;
}
body .timetables-market_tabs__list > ul > li {
	background-color: #F1F4F5;
}

@media screen and (max-width: 600px) {
	.page-zag {
		margin-left: 47px;
	}

	.tabs-list__link--active{
		background-color:#959191;
	}

	.scrollTop__container {
		position: fixed;
		top: auto;
		height: auto;
		bottom: 90px;
		display: flex;
		flex-direction: column;
		gap: 15px;
		padding: 0;
	}

	.scrollTop {
		top: unset;
	}
}

body .timetables-market_tabs__list.with-filter{
	gap: 50px;
}

.filter-pag{
	padding-left:0px;
}

@media screen and (max-width: 990px){
	.filter-pag{
		justify-content: flex-start;
	}
}

div.header-bottom__menu > ul > li > a {
	padding: 29px 16.5px;
}

.cookie_settings_wrapper label {
	position: relative;
}

.cookie_settings_wrapper label .jq-radio.styler{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #fff;
	border: 1px solid #4eb846;
}

.cookie_settings_wrapper label .jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 2px 0 0 2px;
	border-radius: 50%;
	background: #4eb846;
	box-shadow: none;
}

.cookie_settings_wrapper label .jq-radio.styler ~ span {
	padding-left: 20px;
}

p.cookie_settings_wrapper input:checked {}

.cookie_settings_wrapper input[type=radio] {
	display: none;
}

.cookie_settings_wrapper label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 25px;
	line-height: 18px;
	user-select: none;
}

.cookie_settings_wrapper label:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #4daa59;
}

.cookie_settings_wrapper input[type=radio]:checked ~ .input-checked-round {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 5px;
	bottom: 6px;
	background: #4ca858;
	border-radius: 50%;
}

.cookie_settings_wrapper label:hover:before {
	filter: brightness(120%);
}

.text-page .bt_bb_column_content_inner ul > li:before {
	width: 10px;
}
@media screen and (max-width: 800px) {
	.text-page a.link-green-full {
		padding: 5px 10px;
		font-size: 14px;
	}

	.cookie_settings_wrapper label {
		margin-right: 5px;
	}
	.text-page a {
		word-break: break-word !important;
	}

	.text-page ol:not(.normal-ol) > li {
		padding: 0 0 0 30px;
	}

}

.text-page.container-md ol ol,
.text-page.container-md ol ul {
	padding-left: 5px;
	padding-right: 0;
}


.text-page ol:not(.normal-ol) ol ol > li {
	padding: 0 0 0 50px;
}


/*new styles*/
.tabs-list__holder.fix .tabs-list {
	position: fixed;
	top: var(--top);
	background: white;
	width: 100%;
	max-width: 1155px;
	padding: 10px 0;
	background: white;
	z-index: 12;
}
@media (max-width: 1220px) {
	.tabs-list__holder {
		padding: 0;
		max-width: unset;
		overflow: hidden;
		width: 100vw;
		margin-left: -50px;
	}
	.tabs-list__holder .tabs-list {
		/*flex-wrap: nowrap;*/
		/*overflow-x: auto;*/
		padding: 0 50px;
	}
	.tabs-list__holder.fix .tabs-list {
		left: 0;
		width: 100%;
		padding: 10px 50px;
		max-width: 1195px;
	}

	/*.tabs-list__holder .tabs-list__item {*/
	/*	white-space: nowrap;*/
	/*}*/

	/*.tabs-list__holder .tabs-list::-webkit-scrollbar {*/
	/*	 width: 0;*/
	/*	 height: 0;*/
	/*	 background: transparent;*/
	/*	 display: none;*/
	/*}*/

	/*.tabs-list__holder .tabs-list::-webkit-scrollbar-thumb {*/
	/*	 border-radius: 100%;*/
	/*	 background: transparent;*/
	/*}*/

	/*.tabs-list__holder .tabs-list::-webkit-scrollbar-corner {*/
	/*	 background: transparent;*/
	/*}*/
}
@media screen and (max-width: 766px) {
	.page-zag .img {
		left: -30px;
	}
}
@media (max-width: 600px) {
	.tabs-list__holder {
		width: 100vw;
		margin-left: -10px;
	}
	.tabs-list__holder .tabs-list {
		padding: 0 10px;
	}
	.tabs-list__holder.fix .tabs-list {
		padding: 10px;
	}
}

.custom-table .trate-h{
	width: 100%;
	color: #000;
	text-align: center;
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: unset;
}
.custom-table .trate-r:nth-child(1) .trate-h,
.custom-table .trate-r:nth-child(2) .trate-c {
	background: #F1F4F5 !important;
}

.custom-table .trate-r .trate-h:nth-child(2),
.custom-table .trate-r .trate-c:nth-child(2) {
	width: 61px !important;
	min-width: 61px;
}

.custom-table .trate-r .trate-h:nth-child(1),
.custom-table .trate-r .trate-c:nth-child(1) {
	width: 190px;
	min-width: 190px;
}


.custom-table .trate-r .trate-c:nth-child(1) {
	color: #1D1D1D;
	text-align: left;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	align-items: center;
	justify-content: flex-start;
	transition: color .3s;
	word-break: break-word;
}
.custom-table .trate-r:not(:nth-child(1)) .trate-c:nth-child(1):hover {
	text-decoration: underline;
	color: rgba(77, 170, 89, 1);
}

.custom-table .trate-r:not(:nth-child(1), :nth-child(2)) .trate-c:nth-child(2),
.custom-table .trate-r:not(:nth-child(1), :nth-child(2)) .trate-c:nth-child(8),
.custom-table .trate-r:not(:nth-child(1), :nth-child(2)) .trate-c:nth-child(14),
.custom-table .trate-r:not(:nth-child(1), :nth-child(2)) .trate-c:nth-child(20) {
	background: #ECECEC;
}

.custom-table .trate-sort .icon {
	fill: #4daa59;
	max-width: 19px;
	max-height: 19px;
	object-fit: contain;
}

.custom-table .trate-sort {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 2px 6px;
	text-decoration: none;
}

.custom-table .trate-sort .sort-icon {
	display: block;
	max-width: max-content;
}

.custom-table .trate-sort .sort-icon svg {
	width: 16px;
	height: 16px;
	fill: rgba(209, 211, 212, 1);
	transition: fill .3s;
}

.custom-table .trate-sort:hover .sort-icon svg {
	fill: rgba(77, 170, 89, 1);
}

.custom-table .trate-sort.active .sort-icon svg {
	fill: rgba(38, 91, 66, 1);
}
.custom-table .trate-sort.active .col-name {
	color: #265B42;
}

.custom-table .trate-r:not(.trate-head .trate-r) {
	position: relative;
	cursor: pointer;
}

.custom-table .trate-r {
	flex-wrap: nowrap;
}

.custom-table .trate-c {
	width: 100% !important;
}

.custom-table .trate-r:not(:nth-child(1), :nth-child(2)):hover::before {
	content: "";
	border: 1px solid rgba(77, 170, 89, 1);
	left: 0;
	top: 1px;
	width: 100%;
	height: calc(100% - 2px);
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
}

.custom-table .trate-c  {
	padding: 3px;
}

.custom-table .trate-r:nth-child(1),.custom-table .trate-r:nth-child(2) {
	top: var(--top);
	background: white;
	z-index: 4;
}

.custom-table .trate-r.active:not(:nth-child(1), :nth-child(2))::before,
.custom-table .trate-r.active:hover:not(:nth-child(1), :nth-child(2))::before{
	content: "";
	border: 2px solid rgba(38, 91, 66, 1);
	left: 0;
	top: 1px;
	width: 100%;
	height: calc(100% - 2px);
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
	z-index: 3;
}

.text-page .full-screen-btn {
	padding: 12px 25px;
	border: 1px solid #4daa59;
	font-size: 16px;
	line-height: 21px;
	color: #fff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	text-decoration: none !important;
	background-color: #4daa59;
	display: flex;
	align-items: center;
	gap: 8px;
	max-width: max-content;
	margin-bottom: 24px;
}
.text-page .full-screen-btn::before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	min-width: 25px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M18.7627 9.83484H15.0127V6.08484' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2627 4.58484L15.0127 9.83484' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.7627 14.3348H10.5127V18.0848' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.2627 19.5848L10.5127 14.3348' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0127 18.0848V14.3348H18.7627' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2627 19.5848L15.0127 14.3348' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5127 6.08484V9.83484H6.7627' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.2627 4.58484L10.5127 9.83484' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	filter: invert(99%) sepia(9%) saturate(158%) hue-rotate(2deg) brightness(114%) contrast(100%);
	transition: filter .4s;
}


.custom-table .trate-sort {
	position: relative;
}

.col-name {
	opacity: 0;
	width: 140px;
	position: absolute;
	bottom: 100%;
	left: -8px;
	pointer-events: none;
	max-width: max-content;
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	padding: 4px 5px;
	background: rgba(29, 29, 29, 0.80);
	transition: opacity .1s 0s;
	z-index: 3;
}
.full-screen .col-name {
	opacity: 1;
	width: unset;
	position: static;
	pointer-events: all;
	background: unset;
	padding: unset;
	color: #1D1D1D;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	word-break: break-word;
	text-decoration: none;
}
@media (max-width: 1024px) {
	.col-name {
		display: none;
	}
}
.custom-table .trate-sort.active .col-name {
	color: #FFF;
}
.full-screen .custom-table .trate-sort.active .col-name {
	color: #265B42;
}

.trate-r .trate-c:nth-last-child(1) .trate-sort .col-name,
.trate-r .trate-c:nth-last-child(2) .trate-sort .col-name,
.trate-r .trate-c:nth-last-child(3) .trate-sort .col-name,
.trate-r .trate-c:nth-last-child(4) .trate-sort .col-name,
.trate-r .trate-c:nth-last-child(5) .trate-sort .col-name,
.trate-r .trate-c:nth-last-child(6) .trate-sort .col-name {
	left: unset;
	right: -8px;
}

.trate-r .trate-c:nth-last-child(1) .trate-sort .col-name::before,
.trate-r .trate-c:nth-last-child(2) .trate-sort .col-name::before,
.trate-r .trate-c:nth-last-child(3) .trate-sort .col-name::before,
.trate-r .trate-c:nth-last-child(4) .trate-sort .col-name::before,
.trate-r .trate-c:nth-last-child(5) .trate-sort .col-name::before,
.trate-r .trate-c:nth-last-child(6) .trate-sort .col-name::before {
	left: unset;
	right: 13px;
}

.trate-sort:hover .col-name {
	opacity: 1;
	color: white;
}
.full-screen .trate-sort:hover .col-name {
	color: #1D1D1D;
}
.col-name::before {
	content: "";
	width: 12px;
	height: 5px;
	left: 13px;
	bottom: -5px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='5' viewBox='0 0 12 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.65674 -5.65871L11.3136 -0.00185251L7.07095 4.24079C6.2899 5.02184 5.02357 5.02184 4.24252 4.24079L-0.000115871 -0.00185251L5.65674 -5.65871Z' fill='%231D1D1D' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
}

.full-screen  .col-name::before {
	content: none;
}

.text-page .full-screen-btn::after {
	content: attr(data-show);
}

.full-screen .text-page .full-screen-btn::after {
	content: attr(data-hide);
}
.full-screen  .col-name {
	display: block;
}

.trate-body::-webkit-scrollbar {
	width: 0;
	height: 0;
	background: transparent;
	display: none;
}

.trate-body::-webkit-scrollbar-thumb {
	border-radius: 100%;
	background: transparent;
}

.trate-body::-webkit-scrollbar-corner {
	background: transparent;
}

@media (hover: hover) {
	.text-page .full-screen-btn:hover {
		background: transparent;
		color: #4daa59;
	}
	.text-page .full-screen-btn:hover::before {
		filter: invert(54%) sepia(61%) saturate(416%) hue-rotate(77deg) brightness(94%) contrast(86%);
	}
}

.full-screen .text-page__menu {
	display: none;
}

.full-screen .container {
	max-width: unset;
}

.full-screen .container-sm {
	max-width: unset;
	padding-left: 52px;
	padding-right: 82px;
}

@media (max-width: 1220px) {
	.custom-table .trate {
		min-width: 830px;
		width: 100%;
	}
	.custom-table  {
		padding: 1px;
		width: 100%;
	}
	.full-screen .custom-table {
		max-width: unset;
	}
	.full-screen  .custom-table .trate {
		min-width: 1230px;
	}
	.full-screen .container-sm {
		padding-left: 24px;
		padding-right: 24px;
	}
	.custom-table .trate-r:not(:nth-child(1)) .trate-h:nth-child(1),
	.custom-table .trate-r:not(:nth-child(2)) .trate-c:nth-child(1) {
		background: white !important;
	}
	.custom-table .trate-r .trate-h:nth-child(1),
	.custom-table .trate-r .trate-c:nth-child(1) {
		position: sticky;
		left: -1px;
		z-index: 1;
	}
}
@media (max-width: 600px) {
	.custom-table .trate-r .trate-c:nth-child(1) {
		font-size: 12px;
	}
	.custom-table .trate-r .trate-h:nth-child(1),
	.custom-table .trate-r .trate-c:nth-child(1) {
		width: 140px;
		min-width: 140px;
	}
	.custom-table .trate-r .trate-h:nth-child(2),
	.custom-table .trate-r .trate-c:nth-child(2) {
		width: 54px !important;
		min-width: 54px;
	}
	.full-screen .container-sm {
		padding-left: 0px;
		padding-right: 0px;
	}
	.full-screen .container {
		padding: 0;
	}
	.full-screen .custom-table .trate {
		transform: translateZ(1px);
		z-index: 57;
		position: relative;
		background: white;
	}
}
@media (max-width: 450px) {
	.custom-table .trate-r .trate-h:nth-child(1),
	.custom-table .trate-r .trate-c:nth-child(1) {
		width: 120px;
		min-width: 120px;
	}
}

.grafic-text.red{
	color: rgba(255, 0, 0, 1)!important;
}

.grafic-text.green{
	color: rgba(35, 178, 54, 1)!important;
}


/**/
.broker-block {
	display: flex;
	gap: 32px;
	flex-direction: column;
	align-items: flex-start;
}

.broker-block .broker__title {
	margin: 0;
	color: #404040;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.broker-info {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.broker-info__main {
	padding-left: 20px;
	border-left: 1px solid #D1D3D4;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.broker-info__side_img {
	width: 162px;
	min-width: 162px;
}

.broker-info__side_img img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 162px;
	object-fit: contain;
	object-position: top;
	margin: 0;
}

.broker-info__side_text {
	display: flex;
	flex-direction: column;
	margin-top: 24px;
}

.broker-info__side_text span {
	color: #7f7f7f;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 22.4px */
}

.custom-table.hide-head .trate-r:nth-child(1),
.custom-table.hide-head .trate-r:nth-child(2){
	top: 0;
}

ul.broker-info__side_countries {
	margin: 16px 0 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	padding: 0;
}

ul.broker-info__side_countries li {
	display: flex;
	align-items: center;
	gap: 8px;
	list-style: none;
	padding: 0;
}

.broker-info__side_countries li img {
	padding: 0;
	margin: 0;
	width: 21px;
	min-width: 21px;
	height: 16px;
	display: block;
	object-fit: contain;
	object-position: center;
}

.broker-info__side_countries span {
	color: #404040;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 22.4px */
}

::before {}

ul.broker-info__side_countries li::before {
	content: none;
}

.broker-info__main_block {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #D1D3D4;
}

.broker-info__main_block.broker-info__top {
	margin-top: 0;
	padding-top: 0;
	border: unset;
	display: flex;
	gap: 24px;
}

.broker-info__main_col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	width: calc(33% - 15px);
}

.broker-block .broker-info__text {
	color: #7f7f7f;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 22.4px */
	margin: 0;
}

.broker-info__side .broker-block .broker-info__text {
	margin-bottom: 8px;
}

span.broker-info__b {
	color: #404040;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 22.4px */
}

.broker-info__sections_wrap {
	margin-top: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 16px;
}

.broker-info__sections_wrap svg,
.broker-info__sections_wrap img {
	width: 30px;
	min-width: 30px;
	height: 24px;
	display: block;
	object-fit: contain;
	object-position: center;
	fill: rgba(38, 91, 66, 1);
}
.broker-info__sections_wrap img {
	filter: brightness(0) saturate(100%) invert(56%) sepia(50%) saturate(498%) hue-rotate(77deg) brightness(93%) contrast(84%);
}
.broker-info__sections_wrap .broker-info__b {
	display: flex;
	align-items: center;
	gap: 4px;
}

.broker-info__contacts {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 16px;
}

.broker-info__contact {
	width: calc(33% - 10px);
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.broker-info__contact:nth-child(1) {
	width: calc(28% - 10px);
}
.broker-info__contact:nth-child(2) {
	width: calc(38% - 10px);
}

.broker-info__contact svg,
.broker-info__contact img {
	width: 24px;
	height: 24px;
	stroke: #4daa59;
	display: block;
	object-fit: contain;
	object-position: center;
	fill: none;
}

.broker-info__contact a,
.broker-info__contact p {
	color: #404040;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
	transition: color .3s;
	margin: 0;
}

.broker-info__contact a:hover {
	color: #4daa59;
}

.broker-info__represent {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.broker-info__represent_wrap {
	display: grid;
	grid-gap: 16px;
	grid-template-columns: repeat(3, 1fr);
}

.broker-info__represent_wrap .broker-info__b {
	color: #404040;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0;
}

.broker-info__represent_wrap p, .broker-info__represent_wrap b {
	color: #404040;
}
.broker-info__represent_wrap a {
	margin-top: 8px;
	color: #404040;
	text-decoration: none;
}

.broker-info__represent_wrap a:hover {
	color: #4daa59;
}

@media (max-width: 1480px) {

	.broker-info__contact,
	.broker-info__contact:nth-child(1),
	.broker-info__contact:nth-child(2) {
		width: calc(50% - 8px);
	}

	.broker-info__main_block.broker-info__top {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 24px;
	}
	.broker-info__main_col {
		width: 100%;
	}
	.broker-info__represent_wrap {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 1220px) {
	.broker-info__main_block.broker-info__top,
	.broker-info__contacts,
	.broker-info__represent_wrap {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 16px;
	}
	.broker-info__contact,
	.broker-info__contact:nth-child(1),
	.broker-info__contact:nth-child(2) {
		width: 100%;
	}
	.broker-info__main {
		padding-left: 0;
		border-left: unset;
	}

	.broker-info {
		display: flex;
		flex-direction: column;
	}
	.broker-info__side {
		display: flex;
		align-items: flex-start;
		gap: 40px;
	}
	.broker-info__side_text {
		margin: 0;
	}
	ul.broker-info__side_countries {
		display: block;
		columns: 2;
		column-gap: 10px;
	}
	.broker-info__main_block.broker-info__top {
		padding-top: 20px;
		margin-top: 20px;
		border-top: 1px solid #D1D3D4;
	}
	.broker-info__side_countries span,
	.broker-info__contact a,
	.broker-info__contact p,
	span.broker-info__b {
		font-size: 15px;
	}
}
@media screen and (max-width: 800px) {
	.broker-block {
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 600px) {
	.broker-info__main_block.broker-info__top,
	.broker-info__contacts,
	.broker-info__represent_wrap {
		display: flex;
		flex-direction: column-reverse;
		gap: 16px;
		align-items: flex-start;
	}
	.broker-info__side {
		flex-direction: column;
		gap: 24px;
		width: 100%;
	}
}
@media (max-width: 500px) {
	.broker-block .broker__title {
		font-size: 26px;
	}
}

.lang-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
	-webkit-backdrop-filter: blur(2.5px);
	backdrop-filter: blur(2.5px);
	align-items: center;
	justify-content: center;
}

.lang-modal__inner {
	background: #FFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
	max-width: min(548px, calc(100vw - 32px));
	padding: 32px;
}

.lang-modal__en,
.lang-modal__ch {
	display: none;
	flex-direction: column;
}

.en .lang-modal__en,
.ch .lang-modal__ch{
	display: flex;
}

.lang-modal__en img,
.lang-modal__ch img {
	display: block;
	width: 260px;
	height: auto;
	max-width: 100%;
	margin: 0 auto 24px;
}

.lang-modal__text {
	color: #1D1D1D;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 18px;
}

.lang-modal__en label,
.lang-modal__ch label {
	position: relative;
}

.lang-modal__en label span,
.lang-modal__ch label span {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #1D1D1D;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	user-select: none;
	cursor: pointer
}

.lang-modal__en input,
.lang-modal__ch input {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	width: 0;
	height: 0;
	position: absolute;
}

.lang-modal__en label span::before,
.lang-modal__ch label span::before {
	content: "";
	display: block;
	width: 16px;
	min-width: 16px;
	height: 16px;
	border: 1px solid #4DAA59;
	background: #FFF;
	box-sizing: border-box;
	background-size: 15px 8px;
	background-repeat: no-repeat;
	background-position: center;
}

.lang-modal__en label:hover span::before,
.lang-modal__ch label:hover span::before {
	box-shadow: 0 0 1px 0px #4DAA59;
}

.lang-modal__en label input:checked ~ span::before,
.lang-modal__ch label input:checked ~ span::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M10.9211 0.194726C11.1807 0.454361 11.1807 0.875313 10.9211 1.13495L3.39118 8.66484L0.1948 5.46846C-0.0649329 5.20873 -0.0649334 4.78762 0.194799 4.52788C0.454307 4.26837 0.874973 4.26812 1.1348 4.52731L3.39118 6.77817L9.98107 0.194504C10.2407 -0.0649215 10.6615 -0.064822 10.9211 0.194726Z' fill='%234DAA59'/%3E%3C/svg%3E");
}

.lang-modal__btns {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	gap: 24px;
}

.lang-modal__btn_ok {
	padding: 12px 24px;
	background: #4DAA59;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	transition: .4s;
	border: 1px solid  #4DAA59;
}

.lang-modal__btn_ok:hover {
	background: transparent;
	color: #4DAA59;
}

.lang-modal__btn_cancel {
	padding: 12px 24px;
	border: 1px solid #4DAA59;
	color: #4DAA59;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	transition: .4s;
}

.lang-modal__btn_cancel:hover {
	background: rgba(77, 170, 89, 0.10);
}

@media (max-width: 450px) {
	.lang-modal__inner {
		padding: 24px 16px;
	}
	.lang-modal__text {
		font-size: 16px;
		margin-bottom: 16px;
	}
	.lang-modal__btns {
		margin-top: 32px;
	}
}

.text-page.container-md ul{
	padding-left: 25px;
	padding-right: 25px;
}