body {
	background: #fff;
	font-size: 14px;
	font-weight: 300;
	color: #323232;
 }
p,
h1,
h2,
h3,
h4,
h5 {
	color: inherit;
 }
a {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	text-decoration: none;
	color: inherit;
 }
a:hover,
a:active {
	text-decoration: none;
 }
.row_flex {
	justify-content: space-between;
	display: flex;
 }
.row_flex_center {
	align-items: center;
	justify-content: space-between;
	display: flex;
 }
.header_sticky {
	background: #fff;
	box-shadow: 0 3px 6px rgb(0 0 0 / 7%);
	width: 100%;
	min-height: 70px;
	padding: 0 15px;
	transition: all 0.3s linear;
	position: fixed;
	top: -100px;
	left: 0;
	z-index: 10;
 }
.header_sticky.fixed {
	top: 0;
 }
.row_header_sticky {
	max-width: 1110px;
	min-height: 70px;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
	display: flex;
 }
.logo_header_sticky {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
 }
.head_organization_logo {
	position: absolute;
	left: 10%;
 }
.header_main_sticky {
	max-width: 720px;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	display: flex;
 }
.header_main_sticky .head_tool_bar {
	width: 70px;
 }
.header_wrap {
	padding: 30px 15px 45px;
 }
header.header {
	position: relative;
	background: #fff;
	box-shadow: 0 1px 20px rgb(0 0 0 / 8%);
	max-width: 1110px;
	margin: 0 auto;
	justify-content: space-between;
	display: flex;
 }
.header_logo {
	max-width: 277px;
	width: 100%;
	min-height: 110px;
	font-size: 20px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	align-items: center;
	justify-content: center;
	display: flex;
 }
.header_top_row {
	max-width: 830px;
	width: 100%;
 }
.header_main_top {
	background: #0055b7;
	min-height: 40px;
	padding: 5px 15px 5px 20px;
	align-items: center;
	justify-content: space-between;
	display: flex;
 }
.head_social li a {
	font-size: 13px;
	color: #fff;
	padding: 8px 6px;
	display: block;
 }
.head_social li {
	display: inline-block;
 }
.mail_header {
	font-size: 13px;
	color: #fff;
 }
.mail_header i {
	padding-right: 5px;
 }
.header_main_bottom {
	border-left: 1px solid #0055b7;
	height: calc(100% - 40px);
	padding: 5px 15px;
	align-items: center;
	justify-content: space-between;
	display: flex;
 }
.content_blue nav > ul {
	font-size: 0;
 }
.content_blue nav > ul > li {
	position: relative;
	margin-right: 22px;
	vertical-align: top;
	display: inline-block;
 }
.content_blue nav > ul > li:last-child {
	margin: 0;
 }
.content_blue nav > ul > li > a {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: #323232;
	text-transform: uppercase;
	padding: 15px 0;
	display: block;
 }
.content_blue nav > ul > li.active > a {
	color: #0055b7;
 }
.item_drop_nav > a {
	padding-right: 15px;
 }
.item_drop_nav > a:before {
	content: "\f107";
	position: absolute;
	right: 0;
	top: 50%;
	font-family: 'FontAwesome';
	font-weight: 900;
	-webkit--transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
 }
.drop_nav {
	position: absolute;
	top: 115%;
	left: -15px;
	background-color: #fff;
	color: #969696;
	min-width: 210px;
	padding: 10px 0;
	opacity: 0;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	-webkit-box-shadow: 0 3px 8px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,.1);
	box-shadow: 0 3px 8px rgb(0 0 0 / 10%);
 }
.drop_nav li a {
	font-size: 13px;
	line-height: 24px;
	color: #969696;
	padding: 5px 20px;
	display: inline-block;
 }
nav > ul > li:hover .drop_nav {
	top: 100%;
	z-index: 9;
	opacity: 1;
	visibility: visible;
 }
.head_tool_bar {
	width: 111px;
	align-items: center;
	justify-content: space-between;
	display: flex;
 }
.tool_bar_link {
	position: relative;
	width: 38px;
	height: 48px;
	line-height: 48px;
	font-size: 24px;
	color: #323232;
	text-align: center;
	display: block;
 }
.tool_bar_link:hover {
	color: #0055b7;
 }
.burger {
	position: relative;
	width: 28px;
	height: 19px;
	cursor: pointer;
	z-index: 10;
	top: -3px;
	display: none;
 }
.bar {
	padding: 0;
	width: 28px;
	height: 1px;
	background-color: #000;
	display: block;
	transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
	position: absolute;
 }
.bar1 {
	top: 0;
 }
.bar2,
.bar3 {
	top: 13.5px;
 }
.bar2 {
	width: 1px;
	transform: rotate(90deg);
	left: 13.5px;
 }
.bar3 {
	width: 1px;
	left: 13.5px;
 }
.bar3 {
	right: 0;
 }
.bar4 {
	top: 9px;
 }
.bar5 {
	bottom: 0px;
 }
.burger.active .bar1 {
	top: 13.5px;
	background-color: transparent;
 }
.burger.active .bar2 {
	top: 9px;
	left: 0;
	width: 28px;
	transform: rotate(45deg);
 }
.burger.active .bar3 {
	top: 9px;
	left: 0;
	width: 28px;
	transform: rotate(-45deg);
 }
.burger.active .bar4 {
	background-color: transparent;
 }
.burger.active .bar5 {
	bottom: 13.5px;
	background-color: transparent;
 }
.cart_count {
	background: #0055b7;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	font-size: 12px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
 }
.content_blue {
	background: #17568b;
	padding: 0 15px;
 }
.news_slider {
	background: #fff;
	max-width: 1188px;
	margin: 0 auto -30px;
	top: -30px;
 }
.item_news_slider {
	position: relative;
	max-width: 293px;
	width: 100%;
	height: 175px;
	text-align: center;
	margin: 0 auto;
 }
.item_news_slider .link_news_slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
 }
.item_news_slider_front_wrap {
	max-width: 293px;
	width: 100%;
	height: auto;
 }
.item_news_slider_front {
	position: relative;
	max-width: 293px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	display: block;
 }
.item_news_slider_front img {
	max-width: 100px;
	margin: auto;
	width: 100%;
	height: auto;
 }
.item_news_slider_front p {
	position: absolute;
	left: 0;
	bottom: -15px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
 }
.link_news_slider_front {
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #0055B7;
	margin-top: 10px;
 }
.link_news_slider_front .item_news_slider_txt {
	font-size: 16px;
	line-height: 24px;
	color: #0055B7;
 }
.link_news_slider_front .date_union_news {
	font-size: 14px;
	color: #323232;
 }
.item_news_slider p {
	background: rgba(92, 161, 190, 0.65);
	font-size: 18px;
	color: #fff;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	z-index: 1;
	font-weight: 300;
 }
.nav_list {
	background: #286EAA;
	max-width: 1225px;
	min-height: 53px;
	margin: 0 auto;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	display: flex;
 }
.link_nav_list {
	border-right: 2px solid #fff;
	width: 20%;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	padding: 10px;
	display: block;
	font-family: 'Roboto', sans-serif;
 }
.link_nav_list:last-child {
	border: none;
 }
.autor_slider {
	background: #F89E2A;
	max-width: 1188px;
	margin: 0 auto;
	padding-top: 5px;
 }
.item_autor_slider {
	background: #5CA1BE;
	width: 194px;
	height: 84px;
	margin: 0 auto;
	padding: 1px;
	align-items: center;
	justify-content: space-between;
	display: flex;
 }
.img_autor_slider {
	width: 103px;
	overflow: hidden;
 }
.img_autor_slider img,
.img_pouplar_blog img {
	transition-duration: 250ms;
	transition-timing-function: ease-out;
	object-fit: cover;
 }
.item_autor_slider:hover img,
.img_pouplar_blog:hover img {
	transform: scale(1.05, 1.07);
	transition-duration: 250ms;
	transition-timing-function: ease-out;
 }
.item_autor_slider p {
	width: 86px;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	text-align: center;
 }
.content_gray {
	background: #D3D3D3;
	padding: 20px 15px 0 15px;
	font-family: 'Roboto', sans-serif;
 }
.container:not(footer .container):not(.jc-bs3-container) {
	margin: 0 auto;
 }
.single-auction .container {
	max-width: 1168px;
 }
.media_announcements {
	padding: 20px 0 68px;
	flex-wrap: wrap;
	align-items: flex-start;
 }
.wrap_date_announcements {
	width: 116px;
 }
.wrap_date_announcements h3 {
	font-size: 16px;
	color: #ED1C24;
 }
.date_announcements {
	font-size: 13px;
	color: #000;
	text-align: center;
 }
.text_announcements {
	border-top: 5px solid #ED1C24;
	max-width: 600px;
	width: 100%;
	padding: 10px 0 0 10px;
 }
.text_announcements a {
	font-size: 13px;
	line-height: 21px;
	color: #000;
	padding: 0px 10px 10px 10px;
	display: block;
 }
.text_announcements p {
	font-size: 10px;
	color: rgba(0, 0, 0, 0.48);
	padding-left: 10px;
 }
.accreditation {
	background: #5CA1BE;
	width: 157px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 10px;
	display: block;
 }
.link_address {
	width: 258px;
 }
.link_address img {
	width: 100%;
	height: auto;
	display: block;
 }
.item_row_news {
	margin-left: -5px;
	margin-right: -5px;
	padding-bottom: 45px;
	flex-wrap: wrap;
	justify-content: space-between;
	display: flex;
 }
.row_news {
	padding: 0 5px;
	border-bottom: 4px solid #F89E2A;
	align-self: flex-start;
 }
.row_news:nth-child(1) {
	width: 255px;
 }
.row_news:nth-child(2) {
	max-width: 320px;
	width: 100%;
 }
.row_news:nth-child(3) {
	max-width: 320px;
	width: 100%;
 }
.row_news:nth-child(4) {
	width: 268px;
 }
.title_news {
	border-bottom: 4px solid #F89E2A;
	margin-bottom: 20px;
 }
.title_news_internal {
	border-top: 4px solid #F89E2A;
	border-bottom: none;
 }
.title_news h2 {
	border-bottom: 4px solid #F89E2A;
	font-size: 23px;
	color: #fff;
	text-transform: uppercase;
	margin: 20px 47px 5px 0px;
	padding-bottom: 20px;
 }
.title_news h2 a,
.title_news p a {
	color: inherit;
	font-family: "Roboto", Sans-serif;
 }
.title_news p {
	border-top: 4px solid #F89E2A;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	margin: 5px 47px 5px 0px;
	padding-top: 8px;
 }
.title_news p a {
	border-top: 1px solid #fff;
 }
.list_news li {
	margin-bottom: 20px;
 }
.img_news img {
	width: 100%;
	height: auto;
	display: block;
 }
.text_news {
	background: #F5F5F5;
	padding: 10px;
	line-height: 20px;
 }
.text_news a {
	font-size: 16px;
	line-height: 20px;
	color: #000;
 }
.date_news {
	color: rgba(0, 0, 0, 0.47843137254901963);
	transition: all .3s ease-in-out;
 }
.date_news i {
	margin-right: 5px;
	transition: all .3s ease-in-out;
 }
.date_news:hover,
.pouplar_blog_meta_icon:hover i,
.pouplar_blog_meta_icon:hover a {
	color: #6ec1e4;
 }
.item_important {
	background: url(../img/item-important.png) no-repeat center top;
	background-size: cover;
	padding: 40px;
 }
.title_important {
	margin-top: -72px;
 }
.title_important h2 {
	font-size: 60px;
	font-weight: 300;
	color: #fff;
	letter-spacing: 10px;
	text-align: center;
	text-transform: uppercase;
	font-family: "Roboto", Sans-serif;
 }
.item_row_important {
	flex-wrap: wrap;
	justify-content: space-between;
	display: flex;
 }
.row_important {
	width: 272px;
 }
.pd_row_important {
	padding: 20px 5px 0px 5px;
 }
.left_row_important {
	border-top: 4px solid #F89E2A;
	border-bottom: 4px solid #F89E2A;
	border-left: 4px solid #F89E2A;
	padding: 0 0 40px 40px;
 }
.right_row_important {
	border-top: 4px solid #F89E2A;
	border-bottom: 4px solid #F89E2A;
	border-right: 4px solid #F89E2A;
	padding: 0 40px 40px 0;
 }
.title_row_important {
	margin-top: -4px;
 }
.bottom_title_row_important p {
	border-bottom: 4px solid #F89E2A;
	border-top: none;
	padding: 0 0 5px;
 }
.row_important_align .bottom_title_row_important p,
.row_important_align .title_news_internal p {
	text-align: right;
	margin: 5px 0 5px 47px;
 }
.item_theme {
	padding-bottom: 60px;
 }
.title_theme {
	font-size: 60px;
	font-weight: 300;
	color: #fff;
	letter-spacing: 10px;
	text-align: center;
	text-transform: uppercase;
	margin: -20px 0 20px;
	font-family: "Roboto", Sans-serif;
	height: 45px;
 }
.row_item_theme {
	justify-content: space-between;
	display: flex;
 }
.row_item_theme img {
	width: 100%;
	height: auto;
	display: block;
 }
.img_sm_item_theme {
	width: 156px;
	margin-right: 10px;
 }
.img_lg_item_theme {
	width: 75%;
 }
.img_lg_item_theme img {
	border: 2px solid #666;
	margin-bottom: 8px;
 }
.title_pouplar_blog {
	border-bottom: 4px solid #F89E2A;
	text-align: center;
	padding-bottom: 20px;
 }
.title_pouplar_blog h2 {
	font-size: 23px;
	font-weight: 300;
	color: #fff;
	letter-spacing: 10px;
	text-transform: uppercase;
	font-family: "Roboto", Sans-serif;
 }
.line_middle {
	background: #F89E2A;
	max-width: 1009px;
	height: 4px;
	margin: 10px auto;
 }
.line_bottom {
	background: #F89E2A;
	max-width: 769px;
	height: 4px;
	margin: 10px auto 50px;
 }
.list_pouplar_blog {
	font-size: 0;
	text-align: center;
 }
.item_list_pouplar_blog {
	background: #F5F5F5;
	width: 230px;
	text-align: left;
	margin: 0 auto;
	vertical-align: top;
	display: inline-block;
 }
.img_pouplar_blog {
	position: relative;
	overflow: hidden;
 }
.img_pouplar_blog img {
	width: 100%;
	height: auto;
	display: block;
 }
.link_pouplar_blog {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
 }
.link_pouplar_blog:after {
	position: absolute;
	content: "";
	z-index: 1;
	top: 50%;
	left: 50%;
	opacity: 0;
	transition: all .4s linear 0s;
	transform: translateX(-50%);
	height: 1px;
	width: 100%;
	background-color: #fff;
 }
.link_pouplar_blog:before {
	position: absolute;
	content: "";
	z-index: 1;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%,-50%);
	-webkit-transition: all .4s linear 0s;
	transition: all .4s linear 0s;
	height: 100%;
	width: 1px;
	background-color: #fff;
 }
.link_pouplar_blog:hover:after {
	width: 20px;
	opacity: 1;
 }
.link_pouplar_blog:hover:before {
	height: 20px;
	opacity: 1;
 }
.text_pouplar_blog {
	position: relative;
	padding: 30px 10px 10px 10px;
 }
.avatar_pouplar_blog {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	position: absolute;
	top: -40px;
	left: 30px;
	overflow: hidden;
	z-index: 2;
 }
.avatar_pouplar_blog img {
	width: 100%;
	height: auto;
	object-fit: cover;
 }
.link_text_blog {
	font-size: 16px;
	line-height: 0;
	color: #000;
 }
.text_pouplar_blog p {
	font-size: 14px;
	line-height: 21px;
	margin: 0;
 }
.pouplar_blog_meta {
	padding-bottom: 1px;
 }
.pouplar_blog_meta_icon,
.pouplar_blog_separator,
.pouplar_blog_meta_icon a {
	font-size: 14px;
	line-height: 24px;
	transition: all .3s ease-in-out;
	color: #000;
 }
.pouplar_blog_meta i {
	transition: all .3s ease-in-out;
	margin-right: 5px;
 }
.pouplar_blog_separator {
	margin: 0 3px;
 }
footer:not(.comment-meta) {
	background: #17568b;
	margin-top:3rem;
 }
/* main.b2b-site-main.b2b-site-main-aside.b2b-professions-main ~ footer, */
.pb-5 ~ footer, 
.py-5 ~ footer
{
	margin-top:0;
 }
.row_footer {
	max-width: 1168px;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
	display: flex;
 }
.item_footer {
	max-width: 290px;
	width: 100%;
	margin-bottom: 15px;
	padding: 0 15px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
 }
.logo_block {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
 }
.footer_logo {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
 }
.social_footer {
	font-size: 0;
 }
.social_footer li {
	margin-right: 7px;
	vertical-align: top;
	display: inline-block;
 }
.social_footer li i {
	border: 1px solid rgba(173,173,173,.5);
	font-size: 13px;
	color: #000;
	text-align: center;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 3px;
	vertical-align: top;
	transition: all .3s ease-in-out;
 }
.social_footer li i:before {
	color: #fff;
 }
.social_footer li i:hover {
	border-color: transparent;
 }
.item_footer h4 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 25px;
	text-transform: capitalize;
 }
.menu_footer li {
	margin: 5px 0;
 }
.menu_footer li a {
	position: relative;
	line-height: 30px;
	font-weight: 400;
	text-transform: capitalize;
	color: #fff;
	padding-left: 15px;
 }
.menu_footer li a:before {
	content: "\f054";
	position: absolute;
	left: 0;
	top: 50%;
	font-family: 'FontAwesome';
	font-size: 10px;
	opacity: 1;
	transition: all .2s ease-in-out;
	transform: translateY(-50%);
 }
.menu_footer li a:after {
	content: "\f054";
	position: absolute;
	left: -10px;
	top: 50%;
	font-family: 'FontAwesome';
	font-size: 10px;
	opacity: 0;
	transition: all .2s ease-in-out;
	transform: translateY(-50%);
 }
.menu_footer li a:hover:before {
	left: 10px;
	opacity: 0;
 }
.menu_footer li a:hover:after {
	left: 0;
	opacity: 1;
 }
.sub_menu {
	padding-left: 15px;
 }
.footer_address {
	margin-bottom: 30px;
 }
.footer_address ul li {
	line-height: 24px;
	color: #fff;
	margin-bottom: 8px;
 }
.footer_address i {
	width: 24px;
 }
.footer_form {
	position: relative;
	border: 2px solid #fff;
	border-radius: 3px;
	width: 255px;
	height: 46px;
 }
.input {
	background: none;
	width: 80%;
	height: 42px;
	color: #fff;
	text-indent: 15px;
 }
.submit {
	background: none;
	border-left: 2px solid #fff;
	width: 43px;
	height: 42px;
	position: absolute;
	top: 0px;
	right: 0;
 }
.submit:before {
	content: "\f1d8";
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 14px;
	color: #fff;
 }
.copi {
	background: rgba(30,35,37,1);
	padding: 25px 15px;
 }
.copi p {
	max-width: 1168px;
	font-size: 16px;
	color: #fff;
	margin: 0 auto;
 }
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 1001;
	align-items: center;
	justify-content: center;
	display: flex;
 }
.loaded .preloader {
	display: none;
 }
.preloader p {
	font-size: 60px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
 }
.to_top {
	background: #0055b7;
	box-shadow: 0 3px 15px rgb(0 0 0 / 20%);
	border-radius: 3px;
	width: 40px;
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	position: fixed;
	right: 40px;
	bottom: 50px;
	z-index: 10;
	opacity: 0;
 }
.to_top.show {
	opacity: 1;
 }
.title_training {
	position: relative;
	background: url(../img/title-training.jpg) no-repeat center top;
	background-size: cover;
	padding: 95px 15px 110px;
 }
.title_training:after {
	background: rgba(92, 161, 190, 0.47843137254901963);
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
 }
.title_training .call-to-action-page__top-title-wrap {
	margin: 0;
 }
.row_title_training {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	justify-content: space-between;
	display: flex;
	align-items: flex-end;
	z-index: 1;
 }
.title_training .item_progress_training {
	background: rgba(92, 161, 190, 0.47843137254901963);
	max-width: 246px;
	width: 100%;
	margin-right: 10px;
	padding: 30px 10px;
	border-right: 2px solid #D3D3D3;
 }
.title_training .item_progress_training h2 {
	font-size: 23px;
	color: #fff;
	margin-bottom: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
 }
.title_training .item_progress_training h2.qac_progress_title:not(:first-child) {
	margin-top: 40px;
 }
.title_training .wrap_progress {
	position: relative;
	margin-bottom: 8px;
 }
.title_training .wrap_progress.mb_bot {
	margin-bottom: 40px;
 }
.title_training .wrap_progress:last-child {
	margin: 0;
 }
.title_training .wrap_progress p {
	font-size: 13px;
	color: #fff;
	margin-bottom: 0;
 }
.title_training .progress {
	background: #fff;
	height: 4px;
 }
.progress-bar-wrap {
	background: #f5f5f5;
	height: 4px;
 }
.title_training .progress-bar {
	background: #F89E2A;
	width: 0%;
	height: 4px;
	transition: width 1.4s ease;
 }
.title_training .progress-bar-counter {
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0;
 }
.wrap_news {
	max-width: 985px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
 }
.wrap_news h2 {
	font-size: 23px;
	color: #fff;
	margin-bottom: 20px;
 }
.wrap_news h2 a,
.item_slider_news a {
	color: inherit;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
 }
.slider_news {
	background: rgba(92, 161, 190, 0.47843137254901963);
	min-height: 122px;
 }
.item_slider_news {
	max-width: 322px;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
 }
.item_slider_news_front {
	max-width: 322px;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
 }
.container_internal {
	max-width: 1280px;
	margin: 0 auto;
 }
.item_quadrivium {
	margin-top: -20px;
	padding-bottom: 45px;
 }
.row_item_quadrivium {
	justify-content: space-between;
	display: flex;
 }
.list_quadrivium {
	max-width: 298px;
	width: 100%;
 }
.list_quadrivium_left {
	order: 1;
 }
.list_quadrivium_right {
	order: 3;
 }
.list_quadrivium > li {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
 }
.list_quadrivium > li:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	transition: transform 0.6s;
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	z-index: 1;
 }
.list_quadrivium > li:hover:before {
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
 }
.list_quadrivium img {
	width: 100%;
	height: 230px;
	transition: opacity 0.35s, transform 0.35s;
	transform: scale3d(1.05,1.05,1);
	object-fit: cover;
	opacity: .8;
 }
.list_quadrivium > li:hover img {
	transform: scale3d(1,1,1);
	opacity: 1;
 }
.link_quadrivium {
	position: relative;
	display: block;
 }
.list_quadrivium h3 {
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
 }
.title_quadrivium h2 {
	font-family: 'Roboto', sans-serif;
 }
.title_your_opinions h2 {
	font-size: 23px;
	color: inherit;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin: 0;
 }
.paragraf_quadrivium {
	border-right: 4px solid #fff;
	width: 195px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-align: right;
	padding: 5px 15px 5px 0;
	transition: opacity 0.35s;
	opacity: 0;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 1;
 }
.wrap_table_quadrivium a.float-right,
.wrap_table_quadrivium a.float-left {
	color: #fff;
	padding: 0 5px;
 }
.list_quadrivium > li:hover .paragraf_quadrivium {
	opacity: 1;
 }
.wrap_table_quadrivium {
	position: relative;
	max-width: 630px;
	width: 100%;
	margin: -52px 5px 0;
	order: 2;
 }
.wrap_table_quadrivium > div > a {
	background: #5CA1BE;
 }
.table_quadrivium {
	background: #5CA1BE;
	width: 100%;
	text-align: center;
 }
.table_quadrivium th {
	background: #fff;
	border: 2px solid #5CA1BE;
	border-bottom: none;
	color: #4054B2;
	font-weight: 300;
 }
.table_quadrivium th:nth-child(1) {
	width: 122px;
 }
.table_quadrivium th:nth-child(2) {
	width: 92px;
 }
.table_quadrivium th:nth-child(3) {
	width: 247px;
 }
.table_quadrivium th:nth-child(4) {
	width: 158px;
 }
.span_table_q {
	font-size: 14px;
	padding: 15px 5px;
	display: block;
	line-height: 14px;
 }
.icon_table {
	font-size: 18px;
	color: #F89E2A;
	margin-right: 4px;
 }
.table_quadrivium th:hover .text_table {
	color: #AB4343;
 }
.table_quadrivium td {
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	color: #fff;
 }
.span_table_td {
	position: relative;
	border: 1px solid #969696;
	margin-top: 1px;
 }
.title_quadrivium {
	text-align: center;
	padding-top: 40px;
 }
.title_quadrivium h2 {
	font-size: 60px;
	color: #0055B7;
	font-weight: 300;
 }
.list_quadrivium_vertical {
	max-width: none;
	width: 100%;
	font-size: 0;
	text-align: center;
	flex-wrap: wrap;
	justify-content: space-between;
	display: flex;
 }
.list_quadrivium_vertical li {
	max-width: 298px;
	width: 100%;
	text-align: left;
	margin: 0 5px 20px;
	vertical-align: top;
	display: inline-block;
 }
.title_professional_dev_ret {
	border-bottom: 3px solid #F89E2A;
	max-width: 950px;
	margin-bottom: 20px;
 }
.title_professional_dev_ret h2 {
	border-bottom: 3px solid #F89E2A;
	max-width: 810px;
	font-size: 23px;
	color: #fff;
	margin-bottom: 10px;
	padding-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
 }
.row_professional_dev_ret {
	position: relative;
	justify-content: space-between;
	display: flex;
 }
.slider_professional_dev_ret {
	max-width: 950px;
	width: 100%;
 }
.item_slider_professional_dev_ret {
	position: relative;
	height: 400px;
 }
.item_slider_professional_dev_ret:after {
	background: rgba(92, 161, 190, 0.47843137254901963);
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
 }
.item_slider_professional_dev_ret img {
	height: 100%;
	object-fit: cover;
 }
.text_item_slider_professional_dev_ret {
	font-weight: 400;
	transition: all 1.3s linear;
	position: absolute;
	bottom: -200%;
	left: 0;
	padding: 40px 20px 10px 60px;
	z-index: 2;
	min-height: 300px;
 }
.owl-item.active .text_item_slider_professional_dev_ret {
	bottom: 15%;
 }
.text_item_slider_professional_dev_ret h3 {
	font-size: 25px;
	color: #fff;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
 }
.text_item_slider_professional_dev_ret p {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
 }
.btn_slider {
	background: #F89E2A;
	border-radius: 3px;
	width: 90px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	display: block;
 }
.owl-dots {
	width: 90%;
	font-size: 1rem;
	line-height: 1rem;
	text-align: center;
	position: relative;
	left: 0;
	display: block;
	padding: .75rem 1rem;
	margin: 0 auto;
	height: auto;
	overflow: visible;
	display: none;
 }
.owl-dot {
	border-radius: 50%;
	margin: 0 .3rem;
	vertical-align: top;
	background-color: white;
	border: 1px #0055b7 solid;
 }
.owl-dot:hover,
.owl-dot.active {
	background: #F89E2A;
	opacity: 1;
 }
.owl-prev,
.owl-next {
	display: inline-block;
	font-family: 'icomoon';
	font-size: inherit;
	font-size: 40px;
	font-weight: 400;
	color: #c9c9c9;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 2;
	border: none;
	background-color: transparent !important;
 }
.owl-next {
	left: auto;
	right: 0;
 }
.owl-prev:before {
	content: '\e902';
 }
.owl-next:before {
	content: "\e903";
 }
.tabs_professional_dev_ret {
	border: 2px solid #969696;
	border-left: 0;
	max-width: 336px;
	width: 100%;
 }
.tabs_professional_dev_ret li {
	border-bottom: 2px solid #969696;
 }
.tabs_professional_dev_ret li:last-child {
	border: none;
 }
.tabs_professional_dev_ret li a {
	height: 130px;
	font-size: 16px;
	line-height: 20px;
	color: #3D79BF;
	padding: 0 10px 0 20px;
	align-items: center;
	display: flex;
 }
.icon_tabs {
	width: 100px;
	margin-right: 10px;
 }
.icon_tabs img {
	width: 100%;
	height: auto;
	display: block;
 }
.wrap_hidden_text {
	width: 100%;
	padding-right: 330px;
	position: absolute;
	top: -8px;
	left: 0;
	z-index: 1;
	display: none;
	cursor: pointer;
 }
.tabs_professional_dev_ret li:hover .wrap_hidden_text {
	display: block;
 }
.tabs_professional_dev_ret li:nth-child(2) .wrap_hidden_text {
	top: 50%;
	transform: translateY(-50%);
 }
.tabs_professional_dev_ret li:nth-child(3) .wrap_hidden_text {
	top: auto;
	bottom: -8px;
 }
.hidden_text {
	position: relative;
	background: rgba(255, 255, 255, 0.3);
	padding: 10px;
 }
.content_hidden_text {
	background: #5CA1BE;
	border-radius: 20px;
	padding: 10px;
 }
.content_hidden_text p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
 }
.hidden_text i {
	position: absolute;
	top: 50%;
	right: -5px;
	transform: translateY(-50%);
 }
.row_come_with {
	padding: 60px 0 20px;
	justify-content: space-between;
	display: flex;
 }
.text_come_with {
	position: relative;
	max-width: 500px;
	width: 100%;
	padding: 10px;
 }
.text_come_with:after {
	background: url(../img/arrow.png);
	width: 70px;
	height: 100px;
	content: '';
	position: absolute;
	bottom: 45px;
	right: 0;
 }
.text_come_with h3 {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 6px;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
 }
.text_come_with h2 {
	font-size: 23px;
	font-weight: 300;
	line-height: 0.8em;
	color: #F89E2A;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
 }
.list_come_with {
	margin-bottom: 50px;
 }
.list_come_with li {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	padding-left: 25px;
 }
.list_come_with li:before {
	background: #323232;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	content: '';
	position: absolute;
	top: 11px;
	left: 10px;
 }
.btn_come_with {
	background: #5CA1BE;
	border: 10px solid #5CA1BE;
	border-radius: 46px;
	font-size: 23px;
	color: #fff;
	margin: 0 auto;
	padding: 10px 18px;
	display: table;
 }
.btn_come_with:hover {
	background: #B4995E;
	border-width: 0;
 }
.row_flip_icon_item {
	max-width: 740px;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	grid-gap: 1rem;
 }
.flip_icon_item {
	position: relative;
	max-width: 320px;
	width: 100%;
	height: 225px;
	margin-bottom: 20px;
	padding: 10px;
 }
.flip_icon,
.flip_content {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
 }
.flip_icon {
	text-align: center;
 }
.flip_icon img {
	width: 80%;
 }
.flip_icon_item:hover .flip_icon {
	-webkit-transform: rotateX(180deg) rotateY(0);
	transform: rotateX(180deg) rotateY(0);
 }
.flip_content {
	background: #5CA1BE;
	color: #fff;
	padding: 18px 30px;
	-webkit-transform: rotateX(-180deg) rotateY(0);
	transform: rotateX(-180deg) rotateY(0);
 }
.flip_icon_item:hover .flip_content {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
 }
.flip_content h3 {
	font-size: 16px;
	margin-bottom: 5px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
 }
.flip_content p {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 0;
	color: #fff;
	font-family: 'Roboto', sans-serif;
 }
.btn_flip {
	border: 1px solid #fff;
	border-radius: 3px;
	font-size: 13px;
	color: #fff;
	margin-top: 8px;
	padding: 10px 20px;
	display: table;
	line-height: 13px;
 }
.row_flip_icon_item_bottom {
	max-width: none;
 }
.title_your_opinions {
	border-bottom: 3px solid #F89E2A;
	width: 210px;
	margin-bottom: 18px;
	padding: 10px 10px 5px;
	color: #0055b7;
 }
.wrap_slider_your_opinions {
	border: 3px solid #F89E2A;
	border-top: none;
	border-right: none;
	padding: 0 0 30px 30px;
 }
.slider_your_opinions {
	background: #fff;
	box-shadow: 0px 0px 10px 0px #5ca1be;
	padding-bottom: 10px;
 }
.item_your_opinions {
	max-width: 595px;
	width: 100%;
	margin: 0 auto;
 }
.content_item_your_opinions {
	position: relative;
	background: #f5f5f5;
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
	line-height: 28px;
	margin-bottom: 30px;
	padding: 25px;
	min-height: 188px;
	color: rgb(33, 37, 41);
 }
.content_item_your_opinions:before {
	border-top-color: #f5f5f5;
	border-width: 15px 15px 0 15px;
	border-style: solid;
	border-color: #f5f5f5 transparent transparent transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	bottom: -15px;
	left: 34px;
 }
.row_slider_your_opinions {
	padding-left: 15px;
	align-items: center;
	display: flex;
 }
.avatar_slider_your_opinions {
	border-radius: 50%;
	border: 2px solid #0055b7;
	width: 70px;
	height: 70px;
	margin-right: 20px;
	overflow: hidden;
 }
.avatar_slider_your_opinions img {
	object-fit: cover;
 }
.text_slider_your_opinions h5 {
	font-size: 14px;
	line-height: 20px;
	color: #0055b7;
 }
.text_slider_your_opinions span {
	font-size: 14px;
	line-height: 20px;
	color: #969696;
 }
.text_slider_your_opinions span:before {
	content: "|";
	font-size: 14px;
	padding: 0 6px;
	color: #969696;
 }
.modal-backdrop {
	z-index: 1;
 }
.title_organization {
	padding-bottom: 230px;
 }
.row_title_organization {
	align-items: center;
 }
.wrap_organization {
	max-width: 775px;
	width: 100%;
 }
.slider_organization {
	background: rgba(92, 161, 190, 0.47843137254901963);
	min-height: 98px;
 }
.item_slider_organization {
	font-size: 23px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	padding: 20px;
 }
.item_slider_organization a,
.tags_container h2 a {
	color: inherit;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
 }
.row_organization {
	position: relative;
	margin-top: -230px;
	align-items: flex-start;
	justify-content: space-between;
	display: flex;
 }
.item_organization {
	max-width: 915px;
	width: 100%;
	margin-right: 10px;
 }
.head_organization {
	background: #F89E2A;
	margin: 0 auto 50px;
	padding: 12px 10px;
	display: table;
 }
.head_organization h2 {
	font-size: 23px;
	color: #fff;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
 }
.tags_list,
.tags {
	text-align: center;
 }
.tags_list {
	padding-bottom: 5px;
	margin-top: 50px;
 }
.tags_list li {
	background: rgba(92, 161, 190, 0.47843137254901963);
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
	border-width: 1px 0px 1px 0px;
	border-style: dotted;
	border-color: #fff;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	margin: 0px 10px 5px 10px;
	padding: 5px;
	vertical-align: top;
	display: inline-block;
	cursor: pointer;
 }
.tags_list li:hover,
.tags_list li.active {
	color: #F89E2A;
 }
.item_tags_grid {
	max-width: 300px;
	width: 100%;
	padding: 0 5px 10px;
	vertical-align: top;
 }
.tags_container {
	background: rgba(255, 255, 255, 0.81);
	width: 100%;
	min-height: 118px;
	text-align: left;
	padding: 12px 12px 8px;
 }
.tags_container h2 {
	font-size: 13px;
	line-height: 18px;
	color: #000;
 }
.tags_link {
	line-height: 14px;
	color: #D3D3D3;
	padding-top: 8px;
	display: block;
 }
.tags_link:hover,
.tags_link a:hover {
	color: #6ec1e4;
 }
.tags_link i {
	font-size: 13px;
	margin-right: 3px;
 }
.tags_link a {
	font-size: 12px;
	letter-spacing: -0.9px;
	color: #D3D3D3;
 }
.wrap_search_tape {
	max-width: 350px;
	width: 100%;
	padding-top: 180px;
 }
.search_tape {
	background: #97BECE;
	margin-bottom: 45px;
	padding: 5px;
 }
.search_org {
	position: relative;
	margin-bottom: 35px;
 }
.input_org {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	width: 100%;
	height: 46px;
	font-size: 14px;
	color: #969696;
	padding: 0 15px;
 }
.input_org:placeholder-shown {
	color: #969696;
 }
.input_org:-ms-input-placeholder {
	color: #969696;
 }
.input_org::-ms-input-placeholder {
	color: #969696;
 }
.input_org::-webkit-input-placeholder {
	color: #969696;
 }
.input_org:-moz-placeholder {
	color: #969696;
 }
.input_org::-moz-placeholder {
	color: #969696;
 }
.submit_org {
	background: none;
	font-size: 16px;
	color: #969696;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
 }
.title_tape {
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	color: #323232;
	margin-bottom: 15px;
 }
.list_tape li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-bottom: 10px;
	justify-content: space-between;
	display: flex;
 }
.list_tape li:last-child {
	border: none;
	margin: 0;
	padding: 0;
 }
.icon_tape {
	width: 53px;
	margin-right: 5px;
 }
.icon_tape img,
.banner_org img {
	width: 100%;
	height: auto;
	object-fit: cover;
 }
.text_tape {
	width: 275px;
 }
.text_tape a {
	font-size: 13px;
	line-height: 16px;
	color: #323232;
	margin-bottom: 3px;
	display: inline-block;
 }
.post_date {
	font-size: 12px;
	color: #969696;
 }
.post_date i {
	color: #0055b7;
	margin-right: 7px;
 }
.text_tape a:hover {
	color: #0055b7;
 }
.banner_org {
	margin-bottom: 20px;
 }
.wrap_main_slider {
	position: relative;
	margin-bottom: -30px;
	top: -30px;
	z-index: 0;
 }
.main_slider {
	max-width: 1225px;
	margin: 0 auto;
 }
.item_main_slider {
	position: relative;
	height: 194px;
 }
.video_main_slider {
	max-width: 300px;
	width: 100%;
	height: 160px;
	position: absolute;
	top: 56%;
	left: 30px;
	transform: translateY(-50%);
	overflow: hidden;
 }
.video_main_slider > div,
.video_main_slider > div img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: -15px;
	left: 0;
 }
.btn_main_slider {
	border: 2px solid #fff;
	width: 118px;
	height: 40px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 600;
	line-height: 36px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 45px;
	transform: translateX(-50%);
	display: none;
 }
.main_slider .owl-prev,
.main_slider .owl-next {
	font-size: 28px;
	color: #fff;
 }
.main_slider .owl-dots {
	display: none;
 }
.item_main_slider img {
	height: 100%;
	object-fit: cover;
 }
.main_your_opinions .content_item_your_opinions {
	min-height: auto;
 }
.main_title {
	max-width: 1189px;
	margin: -20px auto 0;
	padding: 15px 26px;
 }
.main_wrap_news {
	max-width: 864px;
 }
.title_wrap_main_news {
	text-align: right;
	margin-bottom: 20px;
	padding-top: 41px;
 }
.title_wrap_main_news a {
	max-width: 590px;
	font-size: 23px;
	line-height: 31px;
	color: #fff;
	text-align: center;
	display: inline-block;
 }
.main_slider_news {
	border-bottom: 2px solid #F89E2A;
 }
.white_container {
	background: #fff;
	max-width: 1189px;
	margin: 0 auto;
	padding: 0 26px 98px;
	overflow: hidden;
 }
.white_container .catalog_item {
	padding-bottom: 20px;
	position: relative;
 }
.white_container .catalog_item::after {
	position: absolute;
	content: '';
	height: 3px;
	width: 110%;
	bottom: 0px;
	left: -26px;
	background: #d3d3d3;
 }
.top_row_main_white {
	padding-bottom: 20px;
	justify-content: space-between;
	display: flex;
 }
.wrap_accordion {
	border-right: 2px solid #F89E2A;
	max-width: 780px;
	width: 100%;
	padding: 80px 20px 0 0;
 }
.accordion {
	position: relative;
	background: url(../img/accordion.jpg) no-repeat center top;
	background-size: cover;
	margin-bottom: 45px;
 }
.accordion:after {
	background: #F89E2A;
	width: 100%;
	height: 2px;
	content: '';
	position: absolute;
	left: 0;
	bottom: -20px;
 }
.ac_title {
	position: relative;
	font-size: 23px;
	color: #fff;
	padding: 38px 0 38px 30px;
	transition: all 0.3s linear;
	align-items: center;
	display: flex;
	cursor: pointer;
 }
.ac_title:hover,
.ac_co_title:hover {
	background: rgba(92, 161, 190, 0.73);
 }
.ac_title i {
	font-size: 35px;
	color: #fff;
	transition: all .3s ease-in-out;
	margin-right: 10px;
 }
.ac_title.active i {
	transform: rotate(90deg);
 }
.ac_title.active,
.ac_inner,
.ac_co_title.active {
	background: #5CA1BE;
 }
.ac_inner {
	padding: 10px 30px 15px;
 }
.tabs_inner {
	font-size: 0;
	padding-bottom: 20px;
 }
.tabs_inner li {
	background: #5ca1be;
	border: 1px solid #fff;
	font-size: 14px;
	color: #fff;
	margin: 0 1px 2px;
	padding: 13px 8px;
	transition: all 0.3s linear;
	vertical-align: top;
	display: inline-block;
	cursor: pointer;
	line-height: initial;
 }
.tabs_inner li:hover,
.tabs_inner li a:hover {
	color: #B4995E;
 }
.tabs_inner li.current {
	color: #F89E2A;
 }
.box_inner {
	display: none;
 }
.box_inner.active {
	display: block;
 }
.manual_list {
	font-size: 0;
 }
.manual_list li {
	background: #E4E8EB;
	width: 50%;
	vertical-align: top;
	display: inline-block;
 }
.manual_list li+li {
	background: #EEF1F3;
 }
.manual_list li:hover {
	background: #4C8CBD;
 }
.row_manual {
	height: 120px;
	padding: 10px 20px 10px 30px;
	align-items: center;
	justify-content: space-between;
	display: flex;
 }
.text_manual h5 {
	font-size: 23px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 18px;
 }
.btn_box_inner {
	background: #CCCCCC;
	border-radius: 3px;
	font-size: 13px;
	color: #fff;
	padding: 4px 15px 4px 15px;
 }
.btn_box_inner:hover,
.bth_registry:hover,
.submit_contact:hover,
.btn_item_catalog:hover,
.bth_more:hover {
	background: #B4995E;
 }
.title_registry {
	background: #B4CFE3;
	min-height: 86px;
	padding: 10px;
	align-items: center;
	justify-content: center;
	display: flex;
 }
.title_registry p {
	color: #939291;
	font-size: 18px;
	font-weight: 400;
	margin: 0 25px;
 }
.icon_registry {
	font-size: 25px;
	font-weight: 400;
	color: #123B7A;
	text-align: center;
 }
.icon_registry span {
	display: block;
 }
.list_registry {
	font-size: 0;
	text-align: center;
 }
.list_registry li {
	background: #E4E8EB;
	border-right: 2px solid #A09D9D;
	width: 50%;
	vertical-align: top;
	display: inline-block;
 }
.list_registry li+li {
	background: #EEF1F3;
	border: none;
 }
.row_list_registry {
	min-height: 111px;
	padding: 10px;
	align-items: center;
	justify-content: center;
	display: flex;
 }
.row_list_registry p {
	color: #939291;
	font-size: 18px;
	font-weight: 400;
	margin-right: 10px;
 }
.row_btn_registry {
	background: #B4CFE3;
	padding: 23px 30px;
 }
.bth_registry {
	background: #5CA1BE;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin-left: auto;
	padding: 10px 80px;
	display: table;
 }
.list_document {
	border-bottom: 2px solid #E4E8EB;
	font-size: 0;
 }
.list_document li {
	border-right: 2px solid #E4E8EB;
	width: 50%;
	vertical-align: top;
	display: inline-block;
 }
.list_document li+li {
	border: none;
 }
.row_list_document {
	background: #B4CFE3;
	min-height: 175px;
	padding: 10px 20px 10px 30px;
	align-items: center;
	justify-content: space-between;
	display: flex;
 }
.text_document {
	width: 190px;
	text-align: left;
	padding-left: 20px;
 }
.row_bottom_list_document .text_document {
	width: 270px;
 }
.row_bottom_list_document {
	justify-content: center;
 }
.text_document h2 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
	align-items: center;
	display: flex;
 }
.text_document i {
	font-size: 29px;
	color: #123B7A;
	margin-right: 10px;
 }
.text_document a {
	font-size: 16px;
	font-weight: 400;
	color: #0055b7;
	align-items: center;
	display: flex;
 }
.text_document a:hover {
	color: #323232;
 }
.wrap_contact_box {
	background: #E4E8EB;
	padding: 10px;
	justify-content: space-between;
	display: flex;
 }
.cont_content {
	max-width: 335px;
	width: 100%;
	margin-right: 10px;
 }
.map_contact {
	height: 195px;
	margin-bottom: 20px;
 }
.row_cont_content {
	justify-content: space-between;
	display: flex;
 }
.row_cont_content p {
	width: 50%;
	font-size: 12px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
 }
.list_cont_content {
	width: 50%;
 }
.list_cont_content li {
	padding-bottom: 12px;
	align-items: center;
	display: flex;
 }
.list_cont_content li i {
	width: 18px;
	color: #0055B7;
	font-size: 16px;
 }
.list_cont_content li span {
	font-weight: 400;
	color: #999999;
	padding-left: 16px;
 }
.form_contact {
	max-width: 335px;
	width: 100%;
 }
.form_contact input::placeholder {
	color: rgb(153, 153, 153);
 }
.form_contact textarea::placeholder {
	color: rgb(153, 153, 153);
 }
.title_form_contact {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	color: rgba(0,0,0,0.54);
	text-align: center;
	margin-bottom: 20px;
 }
.title_form_contact:after {
	background: #B4995E;
	width: 48px;
	height: 4px;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
 }
.input_contact {
	background: rgba(0,0,0,0.07);
	border-radius: 20px;
	width: 100%;
	height: 46px;
	margin-bottom: 13px;
	padding: 4px 12px;
	border: none;
 }
.textarea_contact {
	background: rgba(0,0,0,0.07);
	border-radius: 20px;
	width: 100%;
	height: 80px;
	margin-bottom: 13px;
	padding: 10px 12px;
	resize: none;
	border: none;
 }
.submit_contact {
	background: #5CA1BE;
	width: 100%;
	height: 50px;
	font-size: 18px;
	color: #fff;
	transition: all 0.3s linear;
	border: none;
 }
.row_item_catalog {
	align-items: center;
	justify-content: space-between;
	display: flex;
 }
.video_catalog {
	position: relative;
	max-width: 310px;
	width: 100%;
	height: 155px;
	margin-right: 10px;
 }
.video_catalog::after {
	content: '';
	display: block;
 }
.video_catalog iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
 }
.list_catalog {
	max-width: 350px;
	width: 100%;
	font-size: 0;
	text-align: center;
 }
.list_catalog li {
	background: #E4E8EB;
	width: 175px;
	height: 83px;
	padding: 10px;
	vertical-align: top;
	display: inline-block;
 }
.list_catalog li.grey_catalog {
	background: #EEF1F3;
 }
.icon_catalog {
	font-size: 25px;
	color: #F89E2A;
 }
.list_catalog li strong {
	font-size: 18px;
	font-weight: 400;
	color: #123B7A;
 }
.list_catalog li p {
	font-size: 13px;
	font-weight: 400;
	margin-top: -10px;
 }
.btn_item_catalog {
	background: #0055B7;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	margin-top: 14px;
	padding: 12px 24px;
	display: inline-block;
	line-height: 14px;
 }
.row_training {
	justify-content: space-between;
	display: flex;
 }
.premium_training {
	background: #E4E8EB;
	max-width: 305px;
	width: 100%;
	text-align: center;
	padding: 10px;
	justify-content: center;
	align-items: center;
	display: flex;
 }
.premium_training p {
	font-size: 18px;
	font-weight: 400;
	color: #0055B7;
 }
.premium_training span {
	font-family: "Playfair Display", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.5em;
	color: #0055B7;
 }
.text_training {
	background: #EEF1F3;
	max-width: 415px;
	width: 100%;
	padding: 10px;
 }
.text_training ul {
	list-style: disc;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #7a7a7a;
	padding-left: 15px;
	margin-bottom: 0;
 }
.text_training li {
	list-style: disc;
 }
.text_training a {
	margin-left: auto;
	margin-top: 0;
	display: table;
 }
.list_training {
	font-size: 0;
	text-align: center;
 }
.list_training li {
	background: #C9E6E6;
	border-right: 2px solid #D3D3D3;
	width: 33.333%;
	height: 77px;
	padding: 10px;
	vertical-align: top;
	display: inline-block;
 }
.list_training li:last-child {
	border: none;
 }
.list_training li strong {
	color: #F89E2A;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 5px;
	display: block;
 }
.list_training li p {
	font-size: 18px;
	font-weight: 400;
	color: #123B7A;
 }
.title_service_work {
	background: #0055B7;
	padding: 10px 10px 20px;
 }
.row_service_work {
	padding-bottom: 10px;
	justify-content: space-between;
	display: flex;
 }
.text_service_work span {
	color: #F89E2A;
	font-family: "Montserrat", Sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 6px;
 }
.text_service_work p {
	font-family: "Montserrat", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #ffffff;
	padding-top: 15px;
 }
.text_service_work em {
	font-family: "Playfair Display", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: lowercase;
	font-style: italic;
	letter-spacing: 1px;
	color: #F89E2A;
 }
.icon_service_work {
	font-size: 79px;
	color: #F89E2A;
 }
.title_service_work > p {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
 }
.list_service_work {
	font-size: 0;
	text-align: center;
	margin-top: -17px;
 }
.list_service_work > li {
	background: #f7f7f7;
	width: 210px;
	margin: 0 9px;
	padding-bottom: 5px;
	vertical-align: top;
	display: inline-block;
 }
.head_ser_w {
	position: relative;
	background: #5CA1BE;
	font-size: 13px;
	color: #fff;
	padding: 11px 0px;
	overflow: hidden;
 }
.popular_ser {
	background: #F89E2A;
	width: 100%;
	font-size: 11px;
	font-weight: 600;
	line-height: 18px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	transform: translateY(-50%) translateX(-50%) translateX(21px) rotate(-45deg);
	position: absolute;
	top: 24px;
	left: 2px;
 }
.head_ser_w h3 {
	font-weight: 600;
	line-height: 27px;
	color: inherit;
	font: inherit;
 }
.head_ser_w span {
	font-family: "Roboto Slab", Sans-serif;
	font-weight: 400;
 }
.price_ser_w {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	padding: 20px 0;
 }
.price_ser_w span {
	position: relative;
	font-size: 8px;
	top: -6px;
 }
.price_ser_w p {
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
 }
.list_internal_ser_w {
	width: 175px;
	margin: 0 auto;
	padding: 50px 0;
 }
.list_internal_ser_w p {
	margin: 0;
	font-size: 13px;
 }
.list_internal_ser_w li {
	border-bottom: 2px solid hsla(0,0%,48%,.3);
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 12px;
	padding-bottom: 12px;
	align-items: center;
	justify-content: space-between;
	display: flex;
 }
.list_internal_ser_w li i {
	font-size: 16px;
	margin-right: 5px;
 }
.list_internal_ser_w li:last-child {
	border: none;
	margin: 0;
 }
.btn_ser_w {
	background: #F89E2A;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
 }
.text_ser_w > span {
	font-size: 13px;
	font-weight: 400;
	color: #7a7a7a;
	padding-top: 7px;
	display: block;
 }
.item_question_answer {
	background: #0055B7;
	padding: 10px;
 }
.item_question_answer h3 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
 }
.list_question_answer {
	border: 1px solid #fff;
 }
.list_question_answer li {
	border-bottom: 1px solid #fff;
 }
.list_question_answer li:last-child {
	border: none;
 }
.ac_title_ques {
	border-bottom: 1px solid transparent;
	font-size: 13px;
	color: #fff;
	padding: 15px 20px;
	align-items: center;
	display: flex;
	cursor: pointer;
 }
.ac_title_ques.active {
	border-bottom-color: #fff;
 }
.ac_title_ques p,
.ac_inner_ques p {
	margin: 0;
 }
.arrow_i {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-right: 15px;
 }
.fa-minus {
	display: none !important;
	}
.ac_title_ques.active .fa-minus {
	display: block !important;
 }
.ac_title_ques.active .fa-plus {
	display: none !important;
 }
.ac_inner_ques {
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	color: #fff;
	padding: 15px 20px;
 }
.contests {
	margin-bottom: 45px;
 }
.slider_contests {
	padding: 0 15px;
 }
.item_contests {
	height: 110px;
 }
.item_contests img {
	height: 100%;
	object-fit: cover;
 }
.row_connect_us {
	font-size: 0;
	text-align: right;
	display: flex;
	justify-content: flex-end;
 }
.row_connect_us a {
	width: 44px;
	height: 44px;
	font-size: 22px;
	line-height: 44px;
	color: #fff;
	text-align: center;
	margin-left: 5px;
	display: inline-block;
 }
.facebook {
	background: #3b5998;
 }
.twitter {
	background: #1da1f2;
 }
.linkedin {
	background: #0077b5;
 }
.youtube {
	background: #cd201f;
 }
.instagram {
	background: #BC2A8D;
 }
.viber {
	background: #665cac;
 }
.whatsapp {
	background: #25d366;
 }
.vk {
	background: #45668e;
 }
.telegram {
	background: #2ca5e0;
 }
.row_connect_us a:hover {
	transform: scale(.9);
	opacity: .8;
 }
.row_event_announcements {
	margin-bottom: 20px;
	justify-content: space-between;
	align-items: center;
	display: flex;
 }
.row_event_announcements .title_partner {
	width: 280px;
	margin: 0;
 }
.title_partner a,
.item_slider_event_announcements a,
.item_news_partner h2 a,
.item_news_partner p a {
	color: inherit;
 }
.slider_event_announcements {
	background: url(../img/event-announcements.png) no-repeat center top;
	min-height: 166px;
 }
.item_slider_event_announcements {
	max-width: 260px;
	margin: 0 auto;
	padding: 20px;
 }
.item_slider_event_announcements p {
	text-align: center;
 }
.item_slider_event_announcements a {
	font-size: 16px;
	line-height: 21px;
	color: #0055B7;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	display: block;
 }
.row_item_main_news {
	padding-bottom: 30px;
	justify-content: space-between;
	display: flex;
 }
.union_news {
	width: 250px;
	margin-right: 10px;
	text-align: center;
 }
.logo_union img,
.img_main_news img {
	width: 100%;
	height: auto;
	display: block;
 }
.logo_union img {
	width: 47%;
	margin: 0 auto;
 }
.date_union_news {
	font-size: 12px;
	color: #adadad;
 }
.union_news p {
	font-size: 16px;
	line-height: 24px;
	color: #0055B7;
	margin-bottom: 20px;
 }
.bth_more {
	background: #0055B7;
	font-size: 16px;
	color: #fff;
	margin: 0 auto;
	padding: 12px 24px;
	display: table;
	line-height: 14px;
 }
.main_news_wrap {
	border-top: 2px solid #F89E2A;
	border-left: 2px solid #F89E2A;
	max-width: 885px;
	width: 100%;
	padding: 25px 0 0 25px;
	align-items: flex-start;
	justify-content: space-between;
	display: flex;
 }
.list_main_news {
	max-width: 575px;
	width: 100%;
	margin-right: 10px;
 }
.img_main_news {
	width: 113px;
	margin-right: 15px;
 }
.list_main_news li {
	margin-bottom: 20px;
	justify-content: space-between;
	display: flex;
 }
.text_main_news {
	max-width: 445px;
	width: 100%;
 }
.text_main_news a {
	font-size: 16px;
	line-height: 24px;
	color: #0055B7;
	display: block;
 }
.date_main_news {
	font-size: 12px;
	color: #0055B7;
 }
.item_news_partner_banner {
	width: 210px;
 }
.item_news_banner {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 15px;
 }
.item_news_banner_block {
	display: block;
	width: 100%;
 }
.item_news_banner_block img {
	display: block;
	width: 100%;
	height: auto;
 }
.item_news_partner {
	background: #5CA1BE;
	width: 100%;
	padding: 20px;
 }
.item_news_partner h2 {
	font-size: 23px;
	color: #fff;
	margin-bottom: 20px;
 }
.item_news_partner p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 20px;
 }
.wrap_union_activities {
	margin-bottom: 37px;
 }
.wrap_union_activities .title_partner {
	width: 275px;
 }
.container_union_activities {
	background: url(../img/bg-union-activities.jpg) no-repeat center top;
	background-attachment: fixed;
	background-size: cover;
	padding: 10px;
 }
.slider_union_activities {
	background: rgba(0, 85, 183, 0.22);
	min-height: 177px;
 }
.item_slider_union_activities {
	width: 200px;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
 }
.icon_slider_union_activities {
	width: 60px;
	margin: 0 auto;
	height: 75px;
 }
.icon_slider_union_activities svg {
	width: 100%;
 }
.item_slider_union_activities a {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 14px;
 }
.list_union_activities {
	padding-top: 50px;
	font-size: 0;
	text-align: center;
 }
.list_union_activities li {
	width: 195px;
	margin: 0 55px;
	vertical-align: top;
	display: inline-block;
 }
.list_union_activities li strong {
	font-size: 35px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 5px;
	display: block;
 }
.list_union_activities li p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
 }
.list_auctions_tenders {
	padding-bottom: 30px;
	display: flex;
 }
.list_auctions_tenders > li {
	background: #5CA1BE;
	border-right: 2px solid #F89E2A;
	width: 50%;
 }
.list_auctions_tenders > li:last-child {
	border: none;
 }
.list_auctions_tenders > li h2 {
	border-bottom: 2px solid #F89E2A;
	font-size: 23px;
	line-height: 40px;
	color: #fff;
	padding-left: 20px;
 }
a {
	color: inherit;
 }
.row_auctions_tenders {
	padding: 20px;
	justify-content: space-between;
	display: flex;
 }
.list_img {
	width: 100%;
	margin-right: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
 }
.list_img img {
	width: 100%;
	height: auto;
	display: block;
	max-width: 150px;
 }
.list_img li {
	margin-bottom: 20px;
	width: 40%;
 }
.list_img li:last-child {
	margin-bottom: 0;
 }
.row_auctions_tenders a {
	max-width: 320px;
	width: 100%;
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	display: block;
	transition: all .5s ease-in-out;
 }
.main_reviews {
	padding: 0 50px;
 }
.main_your_opinions .title_your_opinions,
.main_reviews .title_your_opinions {
	width: 250px;
	color: #0055B7;
 }
.row_main_training_survey {
	padding: 56px 0 30px 0;
	justify-content: space-between;
	display: flex;
 }
.main_training {
	max-width: 280px;
	width: 100%;
	margin-right: 10px;
 }
.main_training .title_your_opinions {
	color: #0055B7;
 }
.list_main_training li {
	margin-bottom: 25px;
 }
.list_main_training li a {
	font-size: 13px;
	line-height: 21px;
	color: #000;
	margin-bottom: 0;
	display: block;
 }
.date_main_training {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.47843137254901963);
 }
.row_main_survey {
	max-width: 860px;
	width: 100%;
	justify-content: space-between;
	display: flex;
 }
.main_survey {
	border-top: 2px solid transparent;
	border-bottom: 2px solid #F89E2A;
	border-left: 2px solid #F89E2A;
	max-width: 410px;
	width: 100%;
	padding: 10px 20px 20px;
 }
.main_last_survey {
	border-top: 2px solid #F89E2A;
	border-right: 2px solid #F89E2A;
	max-width: 450px;
	width: 100%;
	padding: 10px 20px 20px;
 }
.row_main_survey h2 {
	font-size: 23px;
	color: #0055B7;
	margin-bottom: 15px;
 }
.row_main_survey p {
	font-weight: 600;
	margin-bottom: 15px;
 }
.main_survey ul {
	max-width: 344px;
 }
.top_list_main_survey {
	position: relative;
	max-height: 320px;
	overflow: hidden;
 }
.top_list_main_survey.active {
	max-height: max-content;
 }
.top_list_main_survey:after {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),to(#fff));
	width: 100%;
	height: 30px;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
 }
.top_list_main_survey.active:after {
	display: none;
 }
.list_main_survey_hidden {
	display: none;
 }
.list_main_survey li {
	background: #5ca1be;
	margin-bottom: 10px;
	padding: 15px;
 }
.sur_circle {
	background: rgba(255,255,255,0.75);
	border-radius: 50%;
	width: 15px;
	height: 15px;
	margin-right: 15px;
 }
.list_main_survey li a {
	font-weight: 600;
	color: #000;
 }
.main_survey .list_main_survey li a {
	max-width: 280px;
	width: 100%;
 }
.btn_sur {
	position: relative;
	background: #0055B7;
	width: 125px;
	height: 38px;
	font-weight: 600;
	color: #fff;
	margin: 0 auto;
	padding: 12px 24px;
	display: table;
	line-height: 14px;
 }
.btn_sur.active {
	font-size: 0;
 }
.btn_sur.active:after {
	width: 100%;
	height: 100%;
	content: 'Свернуть';
	font-size: 14px;
	line-height: 38px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
 }
.row_btn_sur {
	max-width: 344px;
	font-size: 0;
	text-align: right;
	padding: 25px 0 15px;
	display: none;
 }
.row_btn_sur.active {
	display: block;
 }
.row_btn_sur a {
	font-size: 14px;
	font-weight: 600;
	margin-left: 10px;
	padding: 12px;
	vertical-align: top;
	display: inline-block;
 }
.link_sur1 {
	background: #5ca1be;
	color: #000;
 }
.link_sur2 {
	background: #2196f3;
	color: #fff;
 }
.progres_sur {
	margin-top: 5px;
	align-items: center;
	display: flex;
 }
.progres_sur div {
	background: linear-gradient(to right,#2196f3 0%,#2196f3 100%);
	width: 112px;
	height: 6px;
	margin-right: 5px;
 }
.progres_sur span {
	font-size: 8px;
	color: #000;
 }
.reviews_slider {
	background: #fff;
	box-shadow: 0px 0px 10px 0px #5ca1be;
	padding: 20px;
 }
.item_reviews_slider {
	background: #fff;
	max-width: 685px;
	margin: 0 auto;
	padding: 20px;
 }
.text_reviews_slider {
	text-align: center;
	margin-bottom: 20px;
 }
.text_reviews_slider h3 {
	font-size: 23px;
	margin-bottom: 10px;
 }
.text_reviews_slider p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	font-style: italic;
 }
.item_reviews_slider .row_slider_your_opinions {
	position: relative;
	left: 50%;
	margin-left: -25%;
	padding: 0;
 }
.right_col {
	max-width: 335px;
	width: 100%;
	padding-top: 20px;
 }
.title_partner {
	border-bottom: 2px solid #F89E2A;
	width: 210px;
	margin-bottom: 15px;
	padding: 10px 10px 5px;
	font-size: 23px;
	color: #0055B7;
	font-family: Roboto, sans-serif;
	font-weight: 300;
 }
.title_partner h2,
.title_partner a {
	font-size: 23px;
	color: #0055B7;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	margin: 0;
 }
.list_partner li {
	margin-bottom: 10px;
 }
.list_partner li a {
	position: relative;
	background-size: cover !important;
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 15px;
	justify-content: space-between;
	align-items: center;
	display: flex;
	overflow: hidden;
 }
.list_partner li a::before {
	background: #0055B7;
	transform: scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	transition: all .8s ease-out;
 }
.list_partner li a:hover:before {
	transform: scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);
 }
.list_partner li p {
	width: 240px;
 }
.icon_partner {
	width: 44px;
	height: 44px;
 }
.icon_partner img {
	width: 100%;
	height: auto;
 }
.par1 {
	background: url(../img/partner/bg1.jpg) no-repeat center top;
 }
.par2 {
	background: url(../img/partner/bg2.jpg) no-repeat center top;
 }
.par3 {
	background: url(../img/partner/bg3.jpg) no-repeat center top;
 }
.par4 {
	background: url(../img/partner/bg4.jpg) no-repeat center top;
 }
.par5 {
	background: url(../img/partner/bg5.jpg) no-repeat center top;
 }
.main_nav-white-tape {
	margin: 0 auto;
	height: 30px;
	background: #fff;
	max-width: 1189px;
 }
.wrap_coordinating_council {
	background: url(../img/wrap_coordinating_council.jpg) no-repeat center top;
	background-size: cover;
	max-width: 1268px;
	margin: 0 auto;
 }
.QualificationAssessmentCenter .qac_accordion_desc ul,
.QualificationAssessmentCenter .qac_accordion_desc ol {
	padding-left: 40px;
 }
.QualificationAssessmentCenter .qac_accordion_desc ul li {
	list-style: disc;
 }
.QualificationAssessmentCenter .qac_accordion_desc ol li {
	list-style: decimal;
 }
.QualificationAssessmentCenter .ac_co_title p,
.QualificationAssessmentCenter .qac_accordion_list_title_asc p,
.QualificationAssessmentCenter .ac_left_col_co_title p {
	margin: 0;
	padding: 0;
 }
.list_ac_co > li {
	border: 1px solid #e8e8f6;
	border-radius: 5px;
 }
.ac_co_title {
	position: relative;
	font-size: 23px;
	line-height: 28px;
	color: #fff;
	transition: all 0.3s linear;
	padding: 28px 10px 28px 85px;
	align-items: center;
	display: flex;
	cursor: pointer;
 }
.fa_icon_co {
	background: #6ec1e4;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 35px;
	transform: translateY(-50%);
 }
.ac_co_inner {
	background: #5CA1BE;
	height: 0;
	overflow: hidden;
	display: block !important;
 }
.ac_co_inner.active {
	height: auto;
	padding: 30px;
 }
.row_co_inner,
.row_left_col_co_inner {
	justify-content: space-between;
	display: flex;
 }
.left_col_co_inner {
	max-width: 760px;
	width: 100%;
	margin-right: 10px;
 }
.row_left_col_co_inner {
	padding-bottom: 40px;
	align-items: flex-start;
 }
.btn_co_inner {
	background: #F89E2A;
	font-weight: 400;
	color: #fff;
	padding: 20px;
	display: table;
	line-height: 14px;
 }
.slider_co_inner {
	max-width: 400px;
	padding: 0 25px;
 }
.item_slider_co_inner {
	position: relative;
	width: 100%;
	height: 40px;
	align-items: center;
	justify-content: center;
	display: flex;
 }
.item_slider_co_inner p {
	font-size: 18px;
	width: 100%;
	font-weight: 400;
	color: #fff;
	text-align: center;
	margin: 0;
 }
.list_left_col_co li {
	border-bottom: 2px solid #D3D3D3;
	min-height: 40px;
	margin-bottom: 10px;
	align-items: center;
	justify-content: space-between;
	display: flex;
 }
.list_left_col_co li p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	margin-right: 10px;
 }
.list_left_col_co p {
	color: #fff;
 }
.list_left_col_co li > a,
.list_right_co_inner li > a,
.list_ac_left_col li > a {
	font-size: 23px;
	font-weight: 400;
	color: #fff;
	text-decoration: underline;
 }
.list_left_col_co li > span > a,
.list_right_co_inner li > span > a,
.list_ac_left_col li > span > a {
	font-size: inherit;
 }
.gisp-services {
	padding-top: 70px;
	color: #fff;
 }
.gisp-services a {
	text-decoration: underline;
 }
.gisp-services a:hover {
	color: #fff;
 }
.left_col_co_inner h4 {
	font-size: 18px;
	font-weight: 400;
	color: #F89E2A;
	text-transform: uppercase;
	text-decoration: underline;
	padding: 10px 0 20px;
 }
.ac_left_col_co_title {
	position: relative;
	border-bottom: 2px solid #D3D3D3;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 20px 10px 60px;
	align-items: center;
	display: flex;
	cursor: pointer;
 }
.ac_left_col_co_title .fa_icon_co {
	left: 20px;
 }
.ac_left_col_co_inner {
	color: #FFF;
	padding: 30px;
 }
.list_ac_left_col {
	padding-bottom: 65px;
 }
.right_col_co_inner {
	max-width: 680px;
	width: 100%;
 }
.right_col_co_inner .list_ac_left_col {
	padding-bottom: 10px;
 }
.right_col_co_inner .ac_left_col_co_title {
	font-size: 18px;
	color: #F89E2A;
	text-transform: uppercase;
 }
.btn_add_co {
	background: #F8C22A;
	color: #fff;
	font-weight: 400;
	padding: 10px 21px;
	display: table;
	line-height: 14px;
 }
.list_right_co_inner li {
	position: relative;
	padding-left: 15px;
	align-items: center;
	justify-content: space-between;
	display: flex;
	margin-bottom: 40px;
 }
.list_right_co_inner li:before {
	background: #fff;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
 }
.list_right_co_inner li p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	margin: 0;
 }
.wrap_news_ac_co {
	max-width: 400px;
	width: 100%;
 }
.wrap_news_ac_co h3 {
	font-size: 18px;
	font-weight: 400;
	color: #F89E2A;
	text-transform: uppercase;
	text-decoration: underline;
	margin-bottom: 20px;
 }
.news_ac_co {
	background: #F5F5F5;
	padding: 20px 10px 10px;
 }
.rss_title {
	margin-bottom: 5px;
	align-items: center;
	display: flex;
 }
.rss_title img {
	margin-right: 5px;
 }
.rss_title a,
.rsswidget {
	font-weight: 400;
	color: #0055b7;
 }
.list_news_ac_co li {
	position: relative;
	line-height: 30px;
	padding-left: 25px;
 }
.news_ac_co li {
	position: relative;
	line-height: 23px;
	padding-left: 25px;
	margin-bottom: 7px;
 }
.list_news_ac_co li:before,
.news_ac_co li::before {
	background: #969696;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	content: '';
	position: absolute;
	top: 12px;
	left: 10px;
 }
.rsswidget:hover {
	color: #323232;
 }
.rss_date {
	color: #969696;
 }
.btn_co_inner:hover,
.btn_add_co:hover {
	background: #B4995E;
 }
.title_initiatives_step,
.comment_item h2,
.catalog_item h2 {
	font-size: 23px;
	color: #0055B7;
	padding: 20px 0;
 }
.row_initiatives_step {
	justify-content: space-between;
	display: flex;
 }
.col_initiatives {
	max-width: 720px;
	width: 100%;
	margin-right: 10px;
 }
.list_initiatives {
	padding-bottom: 20px;
 }
.list_initiatives li {
	align-items: center;
	display: flex;
 }
.initiatives_text {
	font-size: 20px;
	color: #0055B7;
	padding-left: 10px;
 }
.link_initiatives {
	font-size: 13px;
	color: #0055B7;
 }
.uc_initiatives,
.list_step_date {
	font-size: 14px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.47843137254901963);
	display: block;
	line-height: 14px;
	margin-bottom: 18px;
 }
.col_step {
	border-left: 2px solid #C9C9C9;
	max-width: 380px;
	width: 100%;
	padding-left: 20px;
 }
.slider_step {
	border-bottom: 2px solid #C9C9C9;
	margin-bottom: 20px;
	padding-bottom: 20px;
 }
.item_step {
	height: 180px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	padding: 0 50px;
	align-items: center;
	justify-content: center;
	display: flex;
 }
.bg_step1 {
	background: #833ca3;
 }
.bg_step2,
.bg_step4 {
	background: #4054b2;
 }
.bg_step3 {
	background: #1abc9c;
 }
.list_step li a {
	font-size: 13px;
	line-height: 20px;
	color: #0055B7;
 }
.add_step {
	background: #5CA1BE;
	font-size: 13px;
	color: #fff;
	margin: 25px auto 0;
	padding: 20px;
	display: table;
 }
.add_step:hover {
	background: #B4995E;
 }
.row_catalog_item {
	justify-content: space-between;
	display: flex;
 }
.left_catalog_item {
	max-width: 560px;
	width: 100%;
	margin-right: 10px;
 }
.ac_catalog {
	color: #FFF;
 }
.ac_catalog > li {
	background: #5CA1BE;
	border: 1px solid #e8e8f6;
 }
.rigth_catalog_item {
	max-width: 570px;
	width: 100%;
 }
.ac_catalog_title {
	position: relative;
	min-height: 65px;
	font-size: 16px;
	color: #fff;
	padding: 10px 10px 10px 55px;
	align-items: center;
	display: flex;
	cursor: pointer;
 }
.ac_catalog_title .fa_icon_co {
	left: 15px;
 }
.row_ac_catalog_inner {
	padding: 0 25px;
	align-items: center;
	justify-content: space-between;
	display: flex;
 }
.tabs_catalog {
	background: #6EC1E4;
	width: 270px;
	height: 40px;
	padding: 3px;
	justify-content: space-between;
	display: flex;
 }
.tabs_catalog li {
	width: 50%;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	transition: all 0.3s linear;
	align-items: center;
	justify-content: center;
	display: flex;
	cursor: pointer;
 }
.tabs_catalog li:hover,
.tabs_catalog li.current {
	background: #F8C22A;
 }
.box_catalog_inner {
	padding: 10px 25px;
	display: none;
 }
.box_catalog_inner.active {
	display: block;
 }
.row_box_catalog {
	justify-content: space-between;
	display: flex;
 }
.list_box_catalog {
	max-width: 305px;
	width: 100%;
	margin-right: 10px;
 }
.list_box_catalog li {
	margin-bottom: -3px;
	align-items: center;
	display: flex;
 }
.icon_box_catalog svg {
	width: 33px;
	height: 33px;
	font-size: 33px;
 }
.text_list_box {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	padding-left: 10px;
 }
.col_btn_download_box {
	width: 130px;
 }
.col_btn_download_box h3 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
 }
.btn_download_box {
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	align-items: flex-end;
	display: flex;
 }
.btn_download_box i {
	position: relative;
	font-size: 45px;
	color: #0274A6;
	margin-right: 10px;
	top: 6px;
 }
.box_catalog_inner .list_right_co_inner {
	padding: 10px 0;
 }
.box_catalog_inner .list_right_co_inner li p,
.box_catalog_inner .list_right_co_inner li a {
	font-size: 14px;
 }
.toggle_content {
	background-color: #004E75;
	padding: 10px;
 }
.toggle_content p {
	line-height: 18px;
	color: #fff;
 }
.rigth_catalog_item .slider_step {
	border: none;
	padding: 0;
 }
.item_legislation {
	padding-top: 18px;
 }
.row_item_legislation {
	margin-bottom: 30px;
	align-items: center;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
 }
.title_legislation {
	width: 260px;
	text-align: center;
	margin-right: 10px;
 }
.title_legislation h2 {
	color: #0055B7;
	font-size: 23px;
	margin-bottom: 8px;
 }
.title_legislation p {
	color: #0055B7;
	font-size: 13px;
 }
.form_legislation {
	position: relative;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	width: 67%;
	height: 46px;
 }
.date_legislation {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 20px;
 }
.date_legislation_img {
	width: 3%;
	margin-right: 2%;
 }
.date_legislation-date {
	font-size: 24px;
	color: #0055B7;
 }
.page-id-3 .b2b-aside {
	display: none;
 }
.b2b-aside .form_legislation {
	width: 100%;
 }
.b2b-aside .input_legislation {
	width: 100%;
	background: #fff;
 }
.input_legislation {
	background: none;
	width: 80%;
	height: 44px;
	font-size: 14px;
	text-indent: 20px;
	border: none;
 }
.button_legislation {
	background: none;
	font-size: 21px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	border: none;
 }
.legislation_grid {
	justify-content: center;
	flex-wrap: wrap;
	display: flex;
 }
.item_legislation_grid {
	border-right: 2px solid #D3D3D3;
	width: 33.333%;
	padding: 0 10px;
 }
.item_legislation_grid:last-child {
	border: none;
 }
.title_legislation_grid {
	border-bottom: 2px solid #0055B7;
	font-size: 18px;
	color: #0055B7;
	text-align: center;
	margin: 0 20px;
	padding-bottom: 5px;
 }
.list_legislation_grid {
	padding: 20px 10px 0;
 }
.list_legislation_grid li {
	margin-bottom: 5px;
 }
.list_legislation_grid li a {
	color: #0055B7;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
 }
.bg_grid1 {
	background: url(../img/bg-grid1.png) no-repeat center center;
	background-size: 28vw auto;
 }
.bg_grid2 {
	background: url(../img/bg-grid2.png) no-repeat center center;
	background-size: contain;
 }
.bg_grid3 {
	background: url(../img/bg-grid3.png) no-repeat center center;
	background-size: 28vw auto;
 }
.wpulike.wpulike-default {
	display: flex;
	justify-content: flex-end;
	margin-top: 0;
 }
.wpulike-support-box {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 0px;
	font-weight: 700 !important;
 }
.iniciativy_table {
	width: 100%;
	margin-top: 50px;
 }
.iniciativy_table tr {
	width: 100%;
	border: 2px solid #f5f5f5;
 }
.iniciativy_table td {
	padding: 10px;
	color: #0055B7;
 }
.iniciativy_table .iniciativy_col_value {
	width: 58%;
 }
.iniciativy_table .iniciativy_col_title {
	background: rgba(118, 162, 187, 0.41);
	width: 19%;
 }
.article-references {
	padding: 0 40px;
 }
.b2b-header-news-slider {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	align-items: flex-end;
	background: #fff;
 }
.b2b-header-news-slider .owl-carousel {
	width: 50%;
 }
.b2b-header-news-slider .advokatskie_istorii {
	background: #fff;
	width: 25%;
	overflow: hidden;
 }
.b2b-header-news-slider .slider_item_bg {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(92, 161, 190, 0.3);
 }
.direction_popup {
	position: relative;
	background-color: rgba(255, 255, 255, 0.17);
	box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%);
	max-width: 500px;
	width: 100%;
	text-align: left;
	margin: 0 auto;
	display: none;
 }
.overflow_popup {
	padding: 10px 10px 0;
 }
.mfp-content .direction_popup,
.mfp-content .advice_popup {
	display: inline-block;
 }
.row_direction_popup {
	padding-bottom: 10px;
	flex-wrap: wrap;
	justify-content: center;
	display: flex;
 }
.row_direction_popup li {
	background: #EEF1F3;
	max-width: 480px;
	width: 100%;
	padding: 10px;
	align-items: flex-end;
	justify-content: space-between;
	display: flex;
 }
.row_direction_popup li:nth-child(2n),
.list_advice_popup li:nth-child(2n) {
	background: #E4E8EB;
 }
.text_direction_popup {
	max-width: 240px;
	width: 100%;
	margin-right: 10px;
 }
.title_direction {
	font-size: 25px;
	font-weight: 400;
	color: #8C8B89;
 }
.logo_direction {
	margin-bottom: 20px;
 }
.btn_direction {
	background: #0055B7;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	margin: 0 auto 20px;
	padding: 13px 15px;
	display: table;
 }
.btn_direction:hover {
	background: #B4995E;
 }
.head_direction {
	color: #8C8B89;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 5px;
 }
.text_direction_popup p,
.descript_direction,
.text_advice_popup p {
	font-size: 13px;
	line-height: 16px;
	color: #000;
	margin-bottom: 20px;
 }
.mail_phone_dir {
	font-size: 13px;
	font-weight: 400;
	color: #0055b7;
	margin: 5px 0 10px;
	display: block;
 }
.mail_phone_dir:hover {
	color: #323232;
 }
.img_direction_popup {
	max-width: 200px;
	width: 100%;
 }
.img_direction_popup img,
.logo_direction img,
.img_advice_popup img {
	width: 100%;
	height: auto;
	display: block;
 }
.advice_popup {
	position: relative;
	background-color: rgba(255, 255, 255, 0.17);
	box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%);
	max-width: 1000px;
	width: 100%;
	text-align: left;
	margin: 0 auto;
	display: none;
 }
.advice_popup .overflow_popup {
	height: 600px;
 }
.list_advice_popup {
	padding-bottom: 10px;
	flex-wrap: wrap;
	display: flex;
 }
.list_advice_popup li {
	background: #EEF1F3;
	max-width: 320px;
	width: 100%;
	padding: 10px;
	justify-content: space-between;
	display: flex;
 }
.item_advice_popup .logo_direction {
	margin: -15px 0 15px;
 }
.item_advice_popup .btn_direction {
	margin-bottom: 0;
 }
.text_advice_popup {
	width: 190px;
	line-height: 16px;
	margin-right: 10px;
 }
.title_advice_popup {
	color: #8C8B89;
	font-size: 13px;
	font-weight: 400;
 }
.img_advice_popup {
	width: 80px;
	max-height: 120px;
 }
.text_advice_popup .mail_phone_dir {
	font-size: 11px;
	margin: 0;
 }
.text_advice_popup p {
	font-size: 11px;
	margin-bottom: 10px;
 }
.text_honors_popup {
	width: 200px;
	margin-right: 10px;
 }
.text_honors_popup p {
	color: #8C8B89;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
 }
.text_honors_popup p:last-child {
	margin: 0;
 }
.pouplar_blog {
	margin-bottom: 50px;
 }

/* WP-RECALL  */
.single-organization .pageSingle {
	padding-top: 76px;
 }
#subtab-webx-journalist .taxonomy-category option[value="168"] {
	display: none;
 }
.page-left-dddd .b2b-aside {
	margin: 0;
	margin-top: 55px;
 }
#tab-webx-closed-discussion #form-field-taxonomy-category {
	display: none;
 }
#subtab-webx-journalist .taxonomy-category option[value="82"] {
	display: none;
 }
.call-to-action__content-right .call-to-action-page__all .fs-option-label {
	color: #000;
 }
.call-to-action__content-right .call-to-action-page__all .fs-label-wrap .fs-label {
	color: #333;
 }

.SelectBox {
	padding: 8px 8px;
 }

.page-numbers.current {
	background: rgb(76,140,189);
	color: #fff;
 }
.b2b-organization {
	margin-bottom: 40px;
 }
.form-group > .has-error {
	border: 1px solid red;
 }
.tab-webx-auction-view-link {
	text-align: center;
	color: #000;
	font-size: 100%;
	display: inline-flex;
 }
.b2b-post__content ul li {
	list-style: initial;
	margin-bottom: 0;
 }
.b2b-post__content ol li {
	list-style: revert;
	margin-bottom: 0;
 }
.b2b-post__content ul,
.b2b-post__content ol {
	padding-left: 20px !important;
 }
.ogrv-form-file {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
 }
.ogrv-form-file .wpcf7-file {
	margin-left: 10px;
 }
#import-substitution-catalog-bid .modal-dialog {
	max-width: 800px;
 }
#myTabShops.nav-tabs .nav-link {
	background: #5ca1be;
	color: #fff;
 }
#myTabShops.nav-tabs .nav-link.active {
	background: #17568b;
	color: #fff;
 }
#telegram_chanel_fixed {
	position: fixed;
	z-index: 214749;
	bottom: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all .5s ease;
	}
#telegram_chanel_fixed:hover {
	opacity: .7;
 }
span.telegram_chanel_svg>svg {
	width: 3rem;
	height: 3rem;
 }
#telegram_chanel_fixed .telegram_chanel_txt {
	color: #fff;
	font-size: 15px;
	width: min-content;
	line-height: 1;
	display: block;
	margin-top: -6px;
 }



