@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Medium.eot');
    src: url('../fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Medium.woff2') format('woff2'),
        url('../fonts/FuturaPT-Medium.woff') format('woff'),
        url('../fonts/FuturaPT-Medium.ttf') format('truetype'),
        url('../fonts/FuturaPT-Medium.svg#FuturaPT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-MediumObl.eot');
    src: url('../fonts/FuturaPT-MediumObl.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-MediumObl.woff2') format('woff2'),
        url('../fonts/FuturaPT-MediumObl.woff') format('woff'),
        url('../fonts/FuturaPT-MediumObl.ttf') format('truetype'),
        url('../fonts/FuturaPT-MediumObl.svg#FuturaPT-MediumObl') format('svg');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Heavy.eot');
    src: url('../fonts/FuturaPT-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Heavy.woff2') format('woff2'),
        url('../fonts/FuturaPT-Heavy.woff') format('woff'),
        url('../fonts/FuturaPT-Heavy.ttf') format('truetype'),
        url('../fonts/FuturaPT-Heavy.svg#FuturaPT-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-HeavyObl.eot');
    src: url('../fonts/FuturaPT-HeavyObl.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-HeavyObl.woff2') format('woff2'),
        url('../fonts/FuturaPT-HeavyObl.woff') format('woff'),
        url('../fonts/FuturaPT-HeavyObl.ttf') format('truetype'),
        url('../fonts/FuturaPT-HeavyObl.svg#FuturaPT-HeavyObl') format('svg');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Bookman Old Style';
    src: url('../fonts/BookmanOldStyle.eot');
    src: url('../fonts/BookmanOldStyle.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BookmanOldStyle.woff2') format('woff2'),
        url('../fonts/BookmanOldStyle.woff') format('woff'),
        url('../fonts/BookmanOldStyle.ttf') format('truetype'),
        url('../fonts/BookmanOldStyle.svg#BookmanOldStyle') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Bookman Old Style Bold';
    src: url('../fonts/BookmanOldStyle-Bold.eot');
    src: url('../fonts/BookmanOldStyle-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BookmanOldStyle-Bold.woff2') format('woff2'),
        url('../fonts/BookmanOldStyle-Bold.woff') format('woff'),
        url('../fonts/BookmanOldStyle-Bold.ttf') format('truetype'),
        url('../fonts/BookmanOldStyle-Bold.svg#BookmanOldStyle-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
.news__link,
.content__link {
	text-decoration: underline;
}
.news__link:hover {
	text-decoration: none;
}
.content__link_social-link {
	color: #fff;
	padding: 3px 6px;
}
.content__link_social-link:hover,
.content__link_social-link:focus {
	color: #fff;
}
.content__link_social-link_facebook {
	background: #3c599a;
}
.content__link_social-link_instagram {
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.blue{
	background: #0c263f;
	color: #ffffff;
}
.light_blue{
	background: #f8fafc;
}
.home header{
	position: absolute;
	background: none;
	color: #ffffff;
}
.home header .header__menu_mobile_item{
	color: #0e2b45;
}
.home header .header__menu_item.active{
	border-bottom: 1px solid #ffffff;
}
.home header.fixed .header__menu_item.active{
	border-bottom: 1px solid #0e2b45;
}
.home header.fixed{
	position: fixed;
	background: #ffffff;
	color: inherit;
}
.home header.fixed .header__menu_logo_w{
	display:none;
}
.home header.fixed .header__menu_logo_b{
	display:initial;
}
.home .header__menu_logo_w{
	display:initial;
}
.header__menu_logo_w{
	display:none;
}
.home .header__menu_logo_b{
	display:none;
}
.home main{
	padding-top: 0;
	padding-bottom: 0;
}
header{
	position: fixed;
	width: 100%;
	padding: 25px 0;
	background: #ffffff;
	z-index: 100;
	top: 0;
}
.header__menu_wrap{
	display: table;
	width: 100%;
}
.header__menu_left{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.header__menu_right{
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}
.header__menu{
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.header__menu_item{
	display: inline-block;
	border-bottom: 1px solid transparent;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.header__menu_item_fix{
	width:1px;
	margin: 0px;
	padding:0px;
	opacity:0;
}
.header__menu_left .header__menu_item:first-child{
	padding: 0px;
	margin-left: 0px;
}
.header__menu_right .header__menu_item:last-child,
.header__menu_right .header__menu_item:nth-last-child(2) {
	padding-right: 0;
	margin-right: 0;
}
.header__menu_item.active{
	border-bottom: 1px solid #0e2b45;
}
.header__menu_logo{
	height: 46px;
}
.header__menu_item_d{
	display:none
}
.header__menu_mobile{
	display:none;
}



.header__top-bar {
	max-width: 1720px;
	margin: 0 auto 3px;
}
header.fixed .header__top-bar {
	background: #fff;
}

.social-networks_top-bar {
	text-align: right;
}
.social-networks_top-bar .social-networks__service {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.social-networks_top-bar .social-networks__service-link {
	display: inline-block;
	line-height: 1px;
	color: #0e2b45;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 18px;
	transition: 0.3s linear;
}
body.home .social-networks_top-bar .social-networks__service-link {
	color: #fff;
}
header.fixed .social-networks_top-bar .social-networks__service-link {
	color: #0e2b45;
}
.social-networks_top-bar .social-networks__service-link:nth-child(1) {
	padding-left: 0;
}

.social-networks_top-bar .social-networks__service-link:hover,
header.fixed .social-networks_top-bar .social-networks__service-link:hover,
body.home .social-networks_top-bar .social-networks__service-link:hover {
	color: #009ddf;
}

.social-networks_top-bar .social-networks__service_type_twitter:before {
	content: "\f099";
}
.social-networks_top-bar .social-networks__service_type_facebook:before {
	content: "\f082";
}
/*.social-networks_top-bar .social-networks__service_type_facebook:before {
	content: "\f09a";
}*/
.social-networks_top-bar .social-networks__service_type_telegram:before {
	content: "\f2c6";
}
.social-networks_top-bar .social-networks__service_type_linkedin:before {
	content: "\f0e1";
}
.social-networks_top-bar .social-networks__service_type_linkedin-square:before {
	content: "\f08c";
}
.social-networks_top-bar .social-networks__service_type_instagram:before {
	content: "\f16d";
}
.telephone_top-bar {
	text-align: right;
	margin-bottom: 8px;
}
.telephone_top-bar .telephone__link,
.telephone_top-bar .language__link {
	display: inline-block;
	transition: 0.3s linear;
	border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
}
.telephone_top-bar .language__link {
	margin-left: 15px;
}
.header__menu .header__menu_language {
	position: absolute !important;
	right: 22vw !important;
}

main{
	padding-bottom: 100px;
	padding-top: 126px;
}
main .title__info {
	padding-top: 10px;
}
.one__screen{
	min-height: 900px;
	height: 100vh;
	background-color: #0c263f;
	background-image: url(../img/top_bg_trawl.jpg);
	background-position: 0% 50%;
	background-size: cover;
	text-align: center;
	color: #ffffff;
}
.one__screen_only-video video {
	-webkit-filter: grayscale(0.3);
	filter: grayscale(0.3);
}
.one__screen__logo{
	padding-top: 200px;
}
.one__screen__logo img{
	width: 195px;
}
.one__screen__name{
	margin-top:20px;
	font-size: 58px;
	line-height: 58px;
	font-weight: 900;
}
.one__screen__name .event-number {
	font-family: 'Bookman Old Style Bold';
}
.one__screen__date{
	margin-top:10px;
	font-size: 58px;
	line-height: 58px;
	font-weight: 900;
}
.one__screen__addr{
	margin-top:20px;
	font-size: 25px;
}
.greetings__block {
  margin-top: 100px;
}
.greetings__block {
  border: 4px solid #286090;
}
.greetings_modal {
	max-width: 1000px !important;
}
.greetings__item {
  position: relative;
  z-index: 1;
  padding: 40px 30px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.greetings__item_modal {
	padding: 30px;
}
.greetings-person__photo {
  height: auto;
  max-width: 150px;
  border-radius: 50%;
  margin: 0 auto 3rem auto;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)!important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)!important;
}
.greetings-person__name {
  font-size: 18px;
  color: #286090;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.greetings-person__position {
  display: block;
  text-transform: uppercase;
  /*letter-spacing: .1em;*/
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #286090;
}
.greetings__paragraph {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  text-transform: none;
  text-align: justify;
  /*letter-spacing: 0.15em;*/
  letter-spacing: normal;
}
.greetings__paragraph_title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
}
.greetings .btn,
.greetings_modal .btn {
	border-radius: 0;
}
.greetings__button {
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 18px;
}
.greetings__button-more {
	margin-top: 1.5rem;
	color: #1d517d;
	background-color: #fff;
	border-color: #286090;
}
.greetings__button-more:hover {
	color: #fff;
	background-color: #286090;
  border-color: #286090;
}
.greetings__button-more:focus {
	color: #1d517d;
	background-color: #fff;
}
.greetings__button-close {
	padding: 10px 25px;
	margin-top: 3rem;
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.greetings__button-close:hover {
	background-color: #337ab7;
  border-color: #2e6da4;
}
.greetings__block.gallery {
	padding: 0 !important;
}
.greetings__block.gallery .owl-dots {
	margin-top: 0;
	margin-bottom: 30px;
}
.greetings__block.gallery.owl-carousel .owl-nav button.owl-prev {
	left: 40px;
}
.greetings__block.gallery.owl-carousel .owl-nav button.owl-next {
	right: 40px;
}
.home .title__banner_link{
	display:inline-block;
	margin-left: 0;
	margin-top: 80px;
	margin-bottom: 50px;
}
.home .title_banner_attention {
 	background: rgba(163,16,16,0.8);
 	/*padding: 10px 0 0 0;*/
  animation: buttonpulse 2s linear infinite;
}
.home .title_banner_attention .title__banner_link-block{
 border-color: rgba(163,16,16,0.8);
}
@keyframes buttonpulse {
  0%{
    box-shadow: 0 0 0 0 rgba(163,16,16,0.8), 0 0 0 0 rgba(163,16,16,0.5);
    transform: scale(.95);
  }
  40%{
    box-shadow: 0 0 0 70px rgba(163,16,16,0), 0 0 0 30px rgba(163,16,16,0);
    transform: scale(1);
  }
  80%{
    box-shadow: 0 0 0 70px rgba(163,16,16,0), 0 0 0 30px rgba(163,16,16,0);
    transform: scale(.95);
  }
  100%{
    box-shadow: 0 0 0 0 rgba(163,16,16,0), 0 0 0 40px rgba(163,16,16,0);
    transform: scale(.95);
  }
}
.one__screen__btn_scroll{
	margin-top: 50px;
	margin-bottom: 50px;
}
.one__screen__btn_scroll img{
	height: 23px;
}
.home .title__banner_link +.title__banner_link{
	margin-left: 35px;
}
.title__banner_wrap{
	position: relative;
	padding-top: 20px;
	padding-bottom: 55px;
}
.title__banner{
	position: relative;
	background-color: #0c263f;
	background-image: url(../img/title_bg.png);
	background-position: 50% 50%;
	background-size: cover;
}
.title__banner_bg{
	position: absolute;
	background: #021521;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0.54;
}
.title__banner_body{
	display: table;
	width: 100%;
	position: relative;
	z-index: 1;
	height: 365px;
}
.home .title__banner_body{
	height: 600px;
}
.home .title__banner_center{
	padding-left: 10px;
	padding-right: 10px;
}
.home .title__banner_h1{
	padding-top: 100px;
}
.home .title__banner_wrap	{
	padding-top: 100px;
}
.title__banner_left{
	display: table-cell;
	width: 520px;
	vertical-align: middle;
}
.title__banner_center{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-left: 50px;
	padding-right: 50px;
}
.home .event-sections__banner .title__banner_body {
	display: table !important;
	height: auto !important;
}
.event-sections__banner .title__banner_top {
	display: block;
	vertical-align: top;
	text-align: center;
}
.event-sections__banner .sections-event__list {
	display: block;
	padding-top: 70px;
	padding-bottom: 100px;
	margin: 0 auto;
}
.event-sections__banner .container {
	width: auto;
}
.sections-event__list .sections-event__items {
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
.sections-event__list .sections-event__item {
	display: inline-block;
	vertical-align: middle;
	width: 16.66666667%;
	text-align: center;
	padding: 15px 20px 25px;
	background-color: rgb(2 21 33 / 20%);
	border: 1px solid rgb(255 255 255 / 10%);
}
.sections-event__items_amount-elements_five .sections-event__item {
	width: 20%;
}
.sections-event__items_amount-elements_seven .sections-event__item {
	width: 14.27777777%;
}
.sections-event__list .sections-event__item img{
  width: auto!important;
  height: auto;
  max-height: 100px;
  vertical-align: middle;
  max-width: 100%;
}
.sections-event__list .sections-event__item_shipbuilding img {
	zoom: 0.95;
}
.sections-event__list .sections-event__item_equipment img {
	zoom: 0.95;
}
.sections-event__list .sections-event__item_distribution img {
	zoom: 0.9;
}
.sections-event__list .sections-event__item_services img {
	zoom: 0.85;
}
.sections-event__items_amount-elements_five .sections-event__item img {
	zoom: 1.25;
}
.sections-event__list .sections-event__title {
	color: #fff;
	font-weight: 600;
	display: table;
	width: 90%;
	margin: 11px auto 0;
}
.sections-event__list .sections-event__link {
	opacity: 1;
}
.sections-event__list .sections-event__link_title {
	transition: 0.3s linear;
	border: 2px solid #fff;
	display: table-cell;
	width: 100%;
	height: 50px;
	vertical-align: middle;
	padding: 4px 15px;
	font-size: 14px;
}
.sections-event__list .sections-event__link_title_four-line {
	font-size: 9px;
}
.sections-event__list .sections-event__link_title:hover {
	background-color: #a3100f;
  border-color: #a3100f;
}
.sections-event__item_inactive .sections-event__link_title:hover {
	background-color: unset;
	border-color: unset;
}
.sections-event__item_inactive .sections-event__link,
.sections-event__item_inactive .sections-event__link_title:hover {
	cursor: default;
}
/*.partners__link,
.sections-event__link {
	display: inline-block;
  opacity: 0.7;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
	-webkit-align-items: center;
	align-items: center;
}
.partners__link:hover,
.sections-event__link:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}*/
.title__banner_h1{
	color: #ffffff;
	font-size: 58px;
	line-height: 58px;
	font-weight: 900;
	margin: 0px;
}
.title__banner_link{
	margin-left: auto;
	width: 375px;
}
.title__banner_link+.title__banner_link{
	margin-top: 32px;
}
.title__banner_link-block{
	color: #ffffff;
	width: 375px;
	text-align: center;
	padding-bottom:6px;
	border-bottom: 2px solid #ffffff;
}
.home .title__banner_link-block{
	padding: 14px 4px 14px;
	background-color: rgb(163 16 15 / 65%);
	transition: 0.3s linear;
	border-bottom: 0;
}
.home.body_is-mobile .title__banner_link-block {
	background-color: rgb(163 16 15 / 80%);
}
.home .title__banner_link-block:hover,
.home.body_is-mobile .title__banner_link-block:hover {
	background-color: rgb(163 16 15 / 100%);
}
.title__banner_link-block img{
	height: 24px;
	position: relative;
	margin-right: 10px;
	top: -4px;
}
.form{
	padding-top: 50px;
	padding-bottom: 65px;
}
.form__group_title{
	display: inline-block;
	padding-bottom: 6px;
	font-size: 25px;
	border-bottom: 2px solid #0e2b45;
	font-weight: 900;
}
.form__top_text{
	font-size: 25px;
	padding-bottom: 55px;
}
.form__result{
	padding-top: 85px;
}
.form__result_ticket{
	width: 1100px;
}
.form__result_stend{
	width: 670px;
}
.form__result_body{
	padding: 50px;
	border: 2px solid #0e2b45;
}
.form__result_title{
	font-size: 25px;
	font-weight: 900;
}
.form__result_text{
	padding-top: 5px;
}
.form__result_text a{
	text-decoration: underline;
	font-weight: 900;
}
.question__wrap{
	display: table;
	width: 100%;
}
.fz_desc{
	padding-top: 60px;
	padding-bottom: 60px;
}
.question__wrap+.question__wrap{
	margin-top: 30px;
}
.question__wrap+.row{
	margin-top: 30px;
}
.row+.question__wrap{
	margin-top: 30px;
}
.question__left{
	display: table-cell;
	white-space: nowrap;
	padding-right: 30px;
	font-size: 25px;
	vertical-align: middle;	
}
.question__left .small{
	font-size: 16px;
}
.question__rigth{
	display: table-cell;
	width:100%;
	vertical-align: middle;	
}
.question__rigth input[type="text"]{
	height: 34px;
	border: 2px solid #0e2b45;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 18px;
	color: #0e2b45;
}
.question__rigth select{
	height: 34px;
	border: 2px solid #0e2b45;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 18px;
	color: #0e2b45;
}
.question__rigth.error select{
	border: 2px solid red;
}
.question__rigth input[type="checkbox"]{
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.question__rigth input[type="checkbox"] + label {
  position: relative;
  padding: 0 34px 0 0px;
  cursor: pointer;
	font-size: 25px;
	font-weight: 500;
	margin-right: 40px;
	height: 34px;
}
.question__rigth input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  right: 0;
  width: 34px;
  height: 34px;
  background-color: #ffffff;
	border: 2px solid #0e2b45;
}
.question__rigth input[type="radio"]:checked + label:before {
  background-image: url('../img/check.png');
	background-position: 50% 50%;
	background-size: 100%;
}
.question__rigth input[type="radio"]{
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.question__rigth input[type="radio"] + label {
  position: relative;
  padding: 0 50px 0 0px;
  cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	margin-right: 40px;
	height: 34px;
	line-height: 34px;
}
.question__rigth input[type="radio"] + label:before {
  content: '';
  position: absolute;
  right: 0;
  width: 34px;
  height: 34px;
  background-color: #ffffff;
	border: 2px solid #0e2b45;
}
.question__rigth input[type="checkbox"]:checked + label:before {
  background-image: url('../img/check.png');
	background-position: 50% 50%;
	background-size: 100%;
}


.form input[type="submit"]{
	height: 86px;
	background: #0e2b45;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 25px;
	color: #ffffff;
	text-transform: uppercase;
	border: 0px;
}
.form input[type="submit"]:focus{
	outline: none;
}
.question__rigth.error input[type="text"]{
	border: 2px solid red;
}
.question__rigth.error input[type="checkbox"] + label:before{
	border: 2px solid red;
}
.question__rigth.error .select-target.select-theme-chosen{
	border: 2px solid red;
}

.subscribe_line {
	margin-top: -80px;
	margin-bottom: 80px;
	padding-top: 30px;
  padding-bottom: 15px;
	background: rgb(102 159 207);
	background: linear-gradient(270deg, rgb(77 127 179) 0%, rgb(109 171 195) 37%, rgb(102 159 207) 77%, rgba(108,169,224,1) 100%);
}
.subscribe_line .subscribe__wrap {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.subscribe_line .subscribe__col {
	margin-bottom: 15px;
}
.subscribe_line .subscribe-form {
	display: flex;
	justify-content: center;
	align-items: center;
}
.subscribe_line .subscribe__header {
	font-size: 20px;
}
.subscribe_line .email,
.subscribe_line .button {
	height: 52px;
	line-height: 1.5;
	font-size: 16px;
	padding: 0.375rem 1.2rem;
	border: 1px solid transparent;
}
.subscribe_line .email {
	width: 100%;
	color: rgba(0, 0, 0, 0.7);
	font-size: 20px;
	font-weight: 400;
	background-color: #fff;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: 5px 0px 0px 5px;
	outline:none;
}
.subscribe_line .button {
	color: #fff !important;
	text-transform: uppercase;
  border-radius: 0px 5px 5px 0px;
}

.info__wrap{
	display: table;
	width :100%;
}
.info__left{
	display: table-cell;
	width: 520px;
	font-size: 58px;
	line-height: 58px;
	font-weight: 900;
	vertical-align: top;
}
.info__right{
	display: table-cell;
	font-size: 25px;
	vertical-align: top;
	padding-right: 250px;
}
.scheme_full-size {
	text-align: center; 
	/*background: #f8fafc;*/ 
	padding: 40px 0
}
.scheme__img {
	width: 100%;
}
.partners_bottom {
	background: #ecf5ff;
	padding: 100px 0;
	box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.partners__title {
	font-size: 25px;
	font-weight: 900;
}
.partners__items {
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.partners__list_bottom .partners__items {
  border-left: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
}
.partners__item {
	display: inline-block;
	vertical-align: middle;
	width: 16.66666667%;
	text-align: center;
	padding: 0 20px;
}
.partners__cols_two .partners__item {
	width: 33.33333333%;
}
.partners__list_bottom .partners__item {
	padding: 0 20px;
	background: #fff;
	border-right: 1px solid #d6eaff;
	border-bottom: 1px solid #d6eaff;
}
.partners__list_status .partners__item {
	padding: 15px 20px 20px;
}
.partners__item_disable {
	display: none;
}
.partners__status {
	font-size: 15px;
  color: #49525a;
}
.partners__link {
	display: inline-block;
  opacity: 0.7;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
	-webkit-align-items: center;
	align-items: center;
}
.partners__link:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.partners__item img{
	width: auto!important;
	height: auto;    
	max-height: 100px;
	vertical-align: middle;
	max-width: 100%;
}

.partners__list_general .partners__item {
	width: 25%;
}
.partners__list_general .partners__item img {
	width: 25%;
  max-height: 90px;
}
.partners__list_general .partners__item_sber img {
	max-height: 80px;
}
.partners__list_general .partners__item_varpe img,
.partners__list_status .partners__item_varpe img {
	max-height: 64px;
}

.partners__list_status,
.partners__list_general-media,
.partners__list_general,
.partners__row {
	padding-bottom: 100px;
}
.partners__all-elements {
	padding: 50px 0 0 !important;
}


.participants .participants__item {
	width: 10%;
}
.participants .participants__item img {
	max-height: 64px;
}
.participants__part .part_content {
	font-size: 20px;
}


.news{
	padding-top: 100px;
	padding-bottom: 100px;
}
.news__wrap{
	display: table;
	width: 100%;
}
.news__menu{
	display: table-cell;
	width: 750px;
	vertical-align: top;
}
.news__menu ul{
	margin: 0px;
	padding: 0px;
}
.news__menu li{
	list-style: none;
	position: relative;
	font-size: 25px;
}
.news__menu li+li{
	margin-top: 20px;
}
.news__menu ul li img{
	height: 32px;
	margin-left: 40px;
	position: relative;
	top: -3px;
}
.news__items{
	display: table-cell;
	vertical-align: top;
}
.news__items_list{
	display: table;
	width: 100%;
}
.news__item_equal-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.news__item_left{
	display: table-cell;
	width: 50%;
	vertical-align: top;
	padding-right: 10px;
}
.news__item_left img{
	width: 100%;
	vertical-align: middle;
}
.news__item_right{
	display: table-cell;
	width: 50%;
	vertical-align: top;
	padding-left: 10px;
}
.news__item_right img{
	width: 100%;
	vertical-align: middle;
}
.news__item_date{
	margin-top: -70px;
	text-align: center;
	color: #fff;
}
.news__item_title{
	font-size: 18px;
	position: relative;
	z-index:1;
	width: 80%;
	padding: 15px;
	text-align: center;
	background: #ffffff;
	margin: 0 auto;
	margin-top: 10px;	
}
.news__item_all{
	margin-top: 30px;
	font-size: 25px;
	padding-bottom: 6px;
	padding-right: 10px;
	border-bottom: 1px solid #0e2b45;
	display: inline-block;
}
.gallery__item_date{
	margin-top: -55px;
	text-align: center;
	color: #fff;
}
.banners{
	padding-top: 100px;
}
.banners_center {
	padding-top: 100px;
	padding-bottom: 100px;
}
.news + .banners {
	padding-top: 0;
}
.banners img{
	width: 100%;
}
.banner img{
	width: 100%;
}
.banner .banner__left,
.section-cells .section-cell__left {
	padding-right: 60px;
}
.banners__wrap,
.section-cells__wrap {
	display: table;
	width: 100%;
}
.banner__left,
.section-cell__left {
	display: table-cell;
	width: 50%;
	padding-right: 5px;
	vertical-align: top;
}
.banner__right,
.section-cell__right {
	display: table-cell;
	width: 50%;
	padding-left: 5px;
	vertical-align: top;
}
footer{
	padding-top: 80px;
	padding-bottom: 70px;
}
.footer__wrap{
	display: table;
	width: 100%;
}
.footer__left{
	display: table-cell;
	width: 200px;
	text-align: left;
	vertical-align: top;
	text-align: center;
}
.footer__left img{
	max-height: 110px;
	width: auto;
}
.footer__center{
	display: table-cell;
	width: auto;
	text-align: center;
	vertical-align: top;
}
.footer__right{
	display: table-cell;
	width: 200px;
	text-align: center;
	vertical-align: top;
}
.footer__right img{
	max-height: 110px;
	width: auto;
}
.footer__menu{
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	padding-left:0px;
}
.footer__menu_item{
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
}
.footer__contacts{
	margin-bottom: 15px;
}
.footer__logo img{
	max-width: 100%;
}
.footer_professional-organizations .footer__left .footer__logo:nth-child(2),
.footer_professional-organizations .footer__right .footer__logo:nth-child(2) {
	margin-top: 20px;
}



.footer__bar {
	padding: 15px 0 30px;
}
.social-networks_footer-bar {
	text-align: center;
}
.social-networks_footer-bar .social-networks__service-link {
	position: relative;
	display: inline-block;
	line-height: 1px;
	color: #fff;
	opacity: 0.6;
	padding: 4px 20px;
	transition: 0.3s linear;
}
.social-networks_footer-bar .social-networks__service {
	color: #fff;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 40px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.social-networks_footer-bar .social-networks__note {
	font-size: 10px;
	margin: 30px 0 4px 0;
	line-height: 18px;
}
.social-networks_footer-bar .social-networks__service_note-icon {
	position: absolute;
	top: 0;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.social-networks_footer-bar .social-networks__note-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.social-networks_footer-bar .social-networks__service-link:hover {
	opacity: 1;
}

.social-networks_footer-bar .social-networks__service_type_twitter:before {
	content: "\f099";
}
/*.social-networks_footer-bar .social-networks__service_type_facebook:before {
	content: "\f09a";
}*/
.social-networks_footer-bar .social-networks__service_type_facebook:before {
	content: "\f082";
}
.social-networks_footer-bar .social-networks__service_type_instagram:before {
	content: "\f16d";
}
.social-networks_footer-bar .social-networks__service_type_telegram:before {
	content: "\f2c6";
}
.social-networks_footer-bar .social-networks__service_type_linkedin:before {
	content: "\f0e1";
}
.social-networks_footer-bar .social-networks__service_type_linkedin-square:before {
	content: "\f08c";
}
.social-networks_footer-bar .social-networks__service_type_wechat:before {
	content: "\f1d7";
}
.social-networks_footer-bar .social-networks__service_note-icon:before,
.social-networks_footer-bar .social-networks__note-icon:before {
	content: "\f069";
}
.social-networks__service-link .social-networks__service_type_facebook,
.social-networks__service-link .social-networks__service_type_instagram,
.social-networks__service-link .social-networks__service_type_facebook + span,
.social-networks__service-link .social-networks__service_type_instagram + span {
	transition: 0.3s linear;
	opacity: 0.05;
}
.social-networks__service-link:hover .social-networks__service_type_facebook,
.social-networks__service-link:hover .social-networks__service_type_instagram,
.social-networks__service-link:hover .social-networks__service_type_facebook + span,
.social-networks__service-link:hover .social-networks__service_type_instagram + span {
	opacity: 1;	
}
.social-networks__service-link .social-networks__service_note-icon {
	transition: 0.3s linear;
	opacity: 0.6;
}
.social-networks__service-link:hover .social-networks__service_note-icon {
	opacity: 1;
}


.banner__left--members{
	vertical-align: middle;
}
.banner--members{
	padding-bottom: 100px;
}
.banner--location{
	padding-bottom: 100px;
}
.members__profile{
	padding-top: 50px;
	padding-bottom: 60px;
}
.members__profile_title{
	font-size: 25px;
	padding-bottom: 60px;
}
.members__list{
	margin-top: 100px;
}
.members__list .members__profile_title{
	font-size: 19px;
	padding-right: 40%;
	padding-bottom: 100px;
}
.members__profile_cols{
	display: table;
	width:100%;
}
.members__profile_cols:nth-child(1) {
	margin-bottom: 50px;
}
.members__profile_cols:nth-last-child(1) {
	margin-top: 50px;
}
.members__profile_col{
	display: table-cell;
	width:33.33333334%;
	vertical-align: top;
}
.members__profile_col_title{
	height: 65px;
	font-size: 19px;
	font-weight: 900;
	text-transform: uppercase;
}
.members__profile_col_line{
	width: 	65%;
	height: 2px;
	background: #0e2b45;
}
.members__profile_cols:nth-child(1) .members__profile_col_title {
	height: 40px;
}
.members__profile_cols:nth-child(2) .members__profile_col_title,
.members__profile_cols:nth-child(3) .members__profile_col_title {
	height: 41px;
}
.bottom_link{
	font-size: 25px;
	display: inline;
	padding-bottom: 10px;
	padding-right: 40px;
	margin-right: 40px;
	border-bottom: 2px solid #0e2b45;
}
.members__profile_col:nth-child(1){
	padding-right: 50px;
}
.members__profile_col:nth-child(2){
	padding-left: 25px;
	padding-right: 25px;
}
.members__profile_col:nth-child(3){
	padding-left: 50px;
}
.members__profile_col:nth-child(3) .members__profile_col_title{
	width: 300px;
}
.members__profile_col_ul{
	margin: 0;
	padding: 0;
}
.members__profile_col_ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 15px;
	font-size: 19px;
}
.members__profile_col_link {
	margin-top: 18px;
}
.members__profile_col_link .button-link {
	height: 26px;
  min-width: 70px;
  line-height: 24px;
  padding: 0 10px;
  margin: auto;
  font-size: 11px;
  border-width: 1px;
}
.location_addr_title{
	font-size: 25px;
	padding-bottom: 10px;
}
.opp_links{
	padding-top: 50px;
}
.opp-links__link_upper-border-bott {
	text-transform: uppercase;
	padding-bottom: 3px;
	border-bottom: 2px solid #0e2b45;
}
.location_sost_title{
	font-size: 25px;
	padding-bottom: 10px;
}
.location_sost{
	padding-top: 40px;
	padding-bottom: 60px;
}
.location_sost_line{
	width: 	375px;
	height: 2px;
	background: #0e2b45;
}
.location_sost_cols{
	display: table;
	width: 100%;
}
.location_sost_col{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

.location_sost_col_ul{
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
.location_sost_col_ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 30px;
}
.banner--contacts{
	padding-bottom: 100px;
}
.contacts__wrap{
	padding-top: 50px;
	padding-bottom: 60px;
}
.contacts__logo_wrap{
	display: table;
	width: 910px;
	/*border-bottom: 2px solid #0e2b45;*/
	padding-bottom: 40px;
}
.contacts__logo{
	display: table-cell;
	width: 150px;
	vertical-align: middle;
}
.contacts__logo_txt{
	display: table-cell;
	vertical-align: middle;
	font-size: 25px;
	padding-left: 50px;
}
.contacts__logo img{
	width: 100%;
	vertical-align: middle;
}
.contacts_block{
	padding-top: 70px;
	display:table;
	width:100%;
}
.contacts_block_left{
	width: 50%;
	display:table-cell;
	vertical-align: top;
	padding-right: 30px;
}
.contacts_block_right{
	width: 50%;
	display:table-cell;
	vertical-align: top;
}
.contacts_title{
	display: inline-block;
	padding-bottom: 6px;
	border-bottom: 2px solid #0e2b45;
	font-size: 25px;
	margin-bottom: 25px; 
	font-weight: 900;
}
.contacts_title_chine{
	margin-bottom: 0;
	border-bottom: 0px solid #0e2b45;
	display:block;
}
.contacts_subtitle_chine{
	display:inline-block;
	border-top: 2px solid #0e2b45;    
	line-height: 25px;
}
.contacts_body {
	display: table;
	width: 100%;
}
.contacts_item{
	padding-top: 50px;
}
.contacts_item_logistic {
	padding-top: 30px;
}
.contacts_name{
	font-size: 25px;	
}


.contacts_item .contact {
  overflow: hidden;
}
.contacts_item .contact__image {
  height: 130px;
  width: 130px;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.contacts_item .contact__text {
  overflow: hidden;
  /*height: 130px;*/
  padding-top: 20px;
  padding-left: 20px;
}
.contact_size_two .contact__text,
.contact_size_large .contact__text {
  padding-top: 10px;	
}
.contacts_item .contact__text .contact__name {
  margin: 0;
  line-height: inherit;
}


.contact_foot_line{
	width: 50%;
	height:2px;
	background: #0e2b45; 
	margin-top: 100px;
	margin-bottom: 40px;
}
.contact_foot{
	display: table;
	width: 100%;
}
.contact_foot_left{
	display: table-cell;
	width: 70%;
}
.contact_foot_right{
	display: table-cell;
	width: 30%;
	padding-top: 75px;
}
.contact_foot_left_img{
	width: 220px;
	float: left;
}
.contact_foot_left_img img{
	width: 100%;
}
.contact_foot_left_txt{
	padding-left: 300px;
}
.contact_foot_left_title{
	font-size: 25px;
	font-weight: 900;
	padding-bottom: 5px;
}
.contact_foot_left_txt a{
	text-decoration: underline;
}
.contact_foot_right_link a{
	text-decoration: underline;
}
.contact_foot_right_link + .contact_foot_right_link{
	padding-top: 23px;
}


.contact-footer {
	margin-top: 100px;
}
.contact-footer .contact-exhibitions {
	margin-bottom: 60px;
}
.contact-footer .contact-exhibitions__elements {
	overflow: hidden;
}
.contact-footer .contact-exhibition {
	float: left;
	text-transform: initial;
	padding: 10px 20px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #bbc7d4;
	margin-top: 25px;
	margin-right: 15px;
}
.contact-footer .contact-exhibition__name {
	font-weight: bold;
}
.contact-footer .contact_foot_left {
	width: auto;
}
.contact-footer .contact_foot_left_img {
	width: 100px;
	float: left;
}
.contact-footer .contact_foot_left_txt {
	padding-left: 130px;
	padding-top: 4px;
}

	

.banner--opp{
	padding-bottom: 100px;
}
.opp{
	padding-top: 50px;
	padding-bottom: 50px;
}
.opp_title{
	padding-bottom: 10px;
	padding-right: 40px;
	display: inline-block;
	border-bottom: 2px solid #0e2b45;
	font-size: 25px;
}
.opp_wrap{
	display: table;
	width: 100%;
	padding-top: 50px;
}
.opp_wrap_left{
	display: table-cell;
	width: 50%;
	padding-right: 50px;
}
.opp_wrap_rigth{
	display: table-cell;
	width: 50%;
}
.opp_wrap ul{
	padding: 0px;
	margin: 0px;
}
.opp_wrap ul li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.opp_wrap ul li+li{
	padding-top: 23px;
}
.opp-accordion {
  margin-top: 35px;
}
.opp-accordion-tab {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #ececec;
  opacity: 1;
  border: 1px solid #bac5ce;
  transition: box-shadow 0.2s, opacity 0.4s;
}
.opp-accordion-tab:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.11);
}
.opp-accordion-input {
  display: none;
}
.opp-accordion-input:checked ~ .opp-accordion-content + .opp-accordion-tab-content {
  max-height: 4000px;
}
.opp-accordion-input:checked ~ .opp-accordion-content:after {
  transform: rotate(0);
}
.opp-accordion-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-height: 80px;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  z-index: 1;
  cursor: pointer;
}
.opp-accordion-label:hover ~ .opp-accordion-content:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTI0IDI0SDBWMGgyNHoiIG9wYWNpdHk9Ii44NyIvPgogICAgICAgIDxwYXRoIGZpbGw9IiM1NTZBRUEiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1Ljg4IDE1LjI5TDEyIDExLjQxbC0zLjg4IDMuODhhLjk5Ni45OTYgMCAxIDEtMS40MS0xLjQxbDQuNTktNC41OWEuOTk2Ljk5NiAwIDAgMSAxLjQxIDBsNC41OSA0LjU5Yy4zOS4zOS4zOSAxLjAyIDAgMS40MS0uMzkuMzgtMS4wMy4zOS0xLjQyIDB6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=");
}
.opp-accordion-content {
  position: relative;
  display: block;
  height: 80px;
  margin: 0;
  padding: 0 87px 0 30px;
  font-size: 0;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}
.opp-accordion-content:before, 
.opp-accordion-content:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.opp-accordion-content:before {
  height: 100%;
}
.opp-accordion-content:after {
  position: absolute;
  width: 24px;
  height: 100%;
  right: 30px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTI0IDI0SDBWMGgyNHoiIG9wYWNpdHk9Ii44NyIvPgogICAgICAgIDxwYXRoIGZpbGw9IiNBOUFDQUYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1Ljg4IDE1LjI5TDEyIDExLjQxbC0zLjg4IDMuODhhLjk5Ni45OTYgMCAxIDEtMS40MS0xLjQxbDQuNTktNC41OWEuOTk2Ljk5NiAwIDAgMSAxLjQxIDBsNC41OSA0LjU5Yy4zOS4zOS4zOSAxLjAyIDAgMS40MS0uMzkuMzgtMS4wMy4zOS0xLjQyIDB6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
.opp-accordion-name {
  display: inline-block;
  width: 75%;
  font-weight: 500;
  color: #242a32;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  white-space: normal;
  text-align: left;
  vertical-align: middle;
}
.opp-accordion-content + .opp-accordion-tab-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.opp-accordion-content .opp-accordion-info {
  display: inline-block;
  vertical-align: middle;
}
.opp-accordion-info {
  width: 95%;
  white-space: nowrap;
  font-size: 0;
}
.opp-accordion-info:before {
  content: "";
  display: inline-block;
  height: 44px;
  vertical-align: middle;
}
.opp-accordion-tab-content {
  background-color: #f9f9f9;
  font-size: 0;
  text-align: justify;
}
.opp-accordion-files-wrapper {
  padding: 24px 30px 30px;
}
.opp-accordion-files-wrapper-lvl-2 {
  display: inline-block;
  padding: 5px;
  box-sizing: border-box;
  vertical-align: top;
  cursor: default;
}
.opp-accordion-files-wrapper-lvl-3 {
  width: 100%;
  padding: 16px 24px 20px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ececec;
  text-align: left;
}
.opp-accordion-files-wrapper_note {
  display: block;
  padding-top: 20px;
  padding-bottom: 0;
}
.opp-accordion-files-note {
  display: inline-block;
  font-weight: 500;
  color: #0e2b45;
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
  white-space: normal;
  text-align: left;
  vertical-align: middle;
  padding: 10px 15px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #e5f5ff;
  border-radius: 4px;
}
.opp-accordion-file-header {
  position: relative;
  width: 100%;
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  text-transform: capitalize;
}
.opp-accordion-file-header .opp-accordion-file-title {
  padding: 6px 10px;
  margin: 4px 0;
  display: inline-block;
	text-align: center;
	color: #0c263f;
}
.opp-accordion-file-header .opp-accordion-file-format,
.opp-accordion-file-header .opp-accordion-file-resolution {
  color: #fff;
  padding: 6px 10px;
  margin: 4px 0;
  display: inline-block;
  border-radius: 4px;
}
.opp-accordion-file-header .opp-accordion-file-format {
  background-color: #0c263f;
}
.opp-accordion-file-header .opp-accordion-file-resolution {
  background-color: #1688c9;
  margin-left: 2px;
}
.opp-accordion-file-box {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #363636;
}
.opp-accordion-file-box_bg_grey {
  background-color: #c1c1c1;
}
.opp-accordion-tab-content .opp-accordion-file-box img {
  height: auto;
  padding: 0;
  margin: 0;
}
.opp-accordion-file-link-box {
  text-align: center;
}
.opp-accordion-file-link {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #363636;
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff !important;
  background: #a3100f;
  margin-top: 25px;
  text-transform: uppercase;
}
.opp-accordion-file-link:hover {
  background-color: #cc2424;
  border-color: #cc2424;
}
.banner--inv{
	padding-bottom: 100px;
}
.inv{
	padding-top: 50px;
	padding-bottom: 50px;
}
.inv_wrap{
	display: table;
	width: 100%;
}
.inv_left{
	display: table-cell;
	width: 50%;
	padding-right: 50px;
}
.inv_right{
	display: table-cell;
	width: 50%;
}
.inv_title{
	padding-bottom: 10px;
	padding-right: 20px;
	display: inline-block;
	border-bottom: 2px solid #0e2b45;
	font-size: 25px;
}
.inv_text_title{
	padding-top: 60px;
	padding-bottom: 10px;
	padding-right: 40px;
	display: inline-block;
	border-bottom: 2px solid #0e2b45;
	font-size: 25px;
	margin-bottom: 20px;
}
.inv_text{
	padding-top: 50px;
}
.inv_text_link{
	font-size: 25px;
}
.banner--sup{
	padding-bottom: 100px;
}
.banner--sup_title{
	padding-top: 50px;
	font-size: 25px;
}
.sup_links{
	padding-top: 50px;
}
.sup{
	padding-top: 50px;
	padding-bottom: 50px;
}
.sup_wrap{
	display: table;
	width :100%;
}
.sup_title{
	padding-bottom: 10px;
	padding-right: 40px;
	display: inline-block;
	border-bottom: 2px solid #0e2b45;
	font-size: 25px;
	margin-bottom: 60px;
}
.presentations-reports_subtitle {
	font-size: 25px;
	padding-top: 40px;
	padding-bottom: 25px;
}
.presentations-reports_subtitle_first {
	padding-top: 0;
}
.presentations-reports__element-marker {
	display: inline-block;
	font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 0px 4px;
  margin-right: 2px;
	min-width: 32px;
  text-align: center;
}
.presentations-reports__element-marker_type_pdf {
  background-color: #ee3e2c;
}
.presentations-reports__element-marker_type_zip {
	background-color: #002743;
}
.presentations-reports__element-marker_size {
	display: none;
	margin-right: 5px;
	background-color: #002743;
	padding: 0px 5px;
	color: #fff;
	font-size: 14px;
	min-width: 62px;
  text-align: center;
}
.sup_left,
.sup_right{
	display: table-cell;
	width :50%;
}
.presentations-reports_left a,
.presentations-reports_right a{
	text-decoration: underline;
}
.sup_left ul,
.sup_right ul{
	padding: 0px;
	margin: 0px;
}
.sup_left ul li,
.sup_right ul li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.sup_left ul li+li,
.sup_right ul li+li{
	padding-top: 23px;
}
.sup_contact + .sup_contact{
	padding-top: 30px;
}
.sup_title img,
.presentations-reports_title img{
	margin-right: 10px;
	height: 35px;
	position: relative;
	top: -3px;
}
.presentations-reports_title img{
	height: 48px;
}
.members__profile_col_img{
	padding-bottom: 30px;
}
.members__profile_col_img img{
	height: 90px;
}
.retail__person-name {
	width: auto !important;
	height: auto !important;
	margin-bottom: 16px;
}
.retail__person-quote {
	font-style: italic;
}
.question__rigth .select2-container--default .select2-selection--single{
	height: 43px;
	border: 2px solid #0e2b45;
	border-radius: 0;
}
.question__rigth .select2-container--default .select2-selection--single .select2-selection__rendered{
	padding-left: 15px;
	padding-right: 15px;
	font-size: 25px;
	line-height: 41px;
}
.question__rigth .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #0e2b45 transparent transparent transparent;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	margin-left: -5px;
	margin-top: -3px;
}
.question__rigth .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 41px;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
	text-transform: initial;
}
.sfer_wrap{
	display: table;
	width: 100%;
	padding-bottom: 100px;
}
.sfer_left{
	display: table-cell;
	width: 475px;
	vertical-align: bottom;
	font-size: 58px;
	line-height: 54px;
	font-weight: 900;
}
.sfer_right{
	display: table-cell;
	vertical-align: bottom;
	font-size: 25px;
}
.sfer_line{
	width:135px;
	height: 8px;
	background: #0e2b45;
}
.banner--handbook,
.banner--forum-program,
.banner--venue {
	padding-bottom: 60px;
}
.handbook,
.forum-program,
.venue {
	padding: 50px 0;
}
.handbook_wrap,
.forum-program_wrap,
.venue {
	display: table;
	width: 100%;
}
.handbook_left,
.forum-program_left,
.venue_left {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	padding-right: 60px;
}
.handbook_right,
.forum-program_right,
.venue_right {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.handbook_head {
	font-size: 25px;
	padding-bottom: 40px;
}
.forum-program_head {
	font-size: 36px;
	padding-bottom: 50px;
}
.venue_head {
	font-size: 32px;
	padding-bottom: 30px;
	color: #a31010;
	font-weight: 900;
}
.handbook_title,
.forum-program_title,
.venue_title {
	display: inline-block;
	font-size: 25px;
	padding-bottom: 10px;
	padding-right: 40px;
	border-bottom: 2px solid #0e2b45;
}
.handbook_info,
.forum-program_info,
.venue_info {
	padding-top: 30px;
}
.handbook .handbook__icon,
.forum-program .forum-program__icon,
.venue .venue__icon {
	height: 80px;
	display: block;
	margin-bottom: 20px;
}
.handbook .part_sub_title,
.forum-program .part_sub_title,
.venue .part_sub_title {
	font-weight: 900;
}
.handbook .part_sub_title,
.handbook .button-link,
.forum-program .part_sub_title,
.forum-program .button-link,
.venue .part_sub_title,
.venue .button-link {
	letter-spacing: initial;
}
.handbook .handbook_wrap .part_sub_title,
.forum-program .forum-program_wrap .part_sub_title,
.venue .venue_wrap .part_sub_title {
	display: block;
	line-height: normal;
}
.handbook.contacts__wrap,
.handbook.contacts__wrap .contacts_block,
.forum-program.contacts__wrap,
.forum-program.contacts__wrap .contacts_block,
.venue.contacts__wrap,
.venue.contacts__wrap .contacts_block {
	padding-top: 0;
}
.handbook.contacts__wrap .contacts_item,
.forum-program.contacts__wrap .contacts_item,
.venue.contacts__wrap .contacts_item {
	padding-top: 30px;
}
.banner--about{
	padding-bottom: 40px;
}
.about_wrap img{
	height: 80px;
}
.about_wrap{
	display: table;
	width: 100%;
}
.about_wrap + .about_wrap{
	margin-top: 100px;
}
.about_col1{
	display: table-cell;
	width: 33.3333334%;
	vertical-align: top;
	padding-right: 100px;
}
.about_col2{
	display: table-cell;
	width: 33.3333334%;
	vertical-align: top;
	padding-right: 100px;
}
.about_col3{
	display: table-cell;
	width: 33.3333334%;
	vertical-align: top;
	padding-right: 100px;
}
.about_title{
	font-weight: 900;
	padding-top: 25px;
}
.about_num{
	font-size: 58px;
	font-weight: 900;
}
.about_num span{
	text-transform: none;
}
.about_head{
	font-size: 25px;
	padding-bottom: 25px;
}
.about_left{
	display: table-cell;
	width: 66.6666667%;
	vertical-align: top;
}
.about_right{
	display: table-cell;
	width: 33.33333334%;
	vertical-align: top;
}
.about_inf{
	display: table;
	width: 100%;
}
.about_num{
	display: table-cell;
	font-size: 58px;
	vertical-align: middle;
	width: 170px;
}
.about_text{
	vertical-align: middle;
	display: table-cell;
	font-size: 25px;
}
.about_rigth,
.popup-content,
.popup-content-2 {
	border: 1px solid #0e2b45;
	padding: 25px;
}
.header__menu_dropdown{
}
.header__menu_item{
	position: relative;
}
.header__menu_dropdown{
	margin: 0px;
	padding: 0px;
	position: absolute;
	color: #0e2b45;
	background: #ffffff;
	width: 250px;
	top: 100%;
	left:0px;
	text-align: left;
	transition: opacity 0.5s,max-height 0.5s;
	max-height: 0;
	opacity:0;
	overflow: hidden;
}
.header__menu_dropdown.active{
	position: relative;
	width: 100%;
	max-height:none;
	top: 11px;
	text-align: center;
	opacity:1;
}
.header__menu_dropdown_item{
	margin: 0px;
	list-style: none;
	border-bottom: 1px solid #cccccc;
	/*padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	padding-bottom: 6px;*/
	font-size: 12px;
}
.header__menu_dropdown_item > a {
	display: block;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}
.header__menu_visible {
	overflow: visible;
}
.header__menu_dropdown_container {
	position: relative;
}
.header__menu_dropdown_right {
	position: absolute;
	top: 0;
	left: 250px;
}
.header__menu_dropdown_item .btn-add-block__arrow {
	background-color: transparent;
	height: 10px;
	width: 10px;
	margin-right: 5px;
	float: right;
}
.header__menu_dropdown_item .btn-add-block__arrow_right {
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	transform: translateY(33%) rotate(-44deg);
}
.header__menu_dropdown_container:hover {
	background: #ecf5ff;
}
.header__menu_dropdown_level-one {
	border-right: 1px solid #fff;
}
.header__menu_visible:hover {
	border-color: #ececec;
}
.header__menu_item:hover > .header__menu_dropdown,
.header__menu_dropdown_container:hover > .header__menu_dropdown {
	transition: opacity 0.7s,max-height 0.7s; 
	max-height: 350px;
	opacity: 1;
	z-index: 1;
}
.header__menu_mobile_item .header__menu_dropdown_item{
	margin: 0px;
	list-style: none;
	border-bottom: 1px solid #cccccc;
	padding:8px 0;
	font-size: 12px;
	color: #ffffff;
	background: #0e2b45;
}
.header__menu_mobile_item.active .header__menu_dropdown{
	display: initial;
	position: relative;
	top: 10px;
}


.header__menu_mobile_social-networks .social-networks__service {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 12px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 4px;
}
/*.header__menu_mobile_social-networks .social-networks__service .social-networks__service_name {
	color: #fff;
}*/
.header__menu_mobile_social-networks .social-networks__service-link {
	position:  relative;
	display: inline-block;
	line-height: 1px;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
	transition: 0.3s linear;
}
.header__menu_mobile_social-networks .social-networks__note {
	font-size: 9px;
	line-height: 15px;
}
.header__menu_mobile_social-networks .social-networks__service_note-icon {
	position: absolute;
	top: 0;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 8px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.header__menu_mobile_social-networks .social-networks__note-icon {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 8px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

/*.header__menu_mobile_social-networks .social-networks__service-link:hover {
	color: #009ddf;
}*/
.header__menu_mobile_social-networks .social-networks__service_type_twitter:before {
	content: "\f099";
}
.header__menu_mobile_social-networks .social-networks__service_type_facebook:before {
	content: "\f082";
}
/*.social-networks_footer-bar .social-networks__service_type_facebook:before {
	content: "\f09a";
}*/
.header__menu_mobile_social-networks .social-networks__service_type_instagram:before {
	content: "\f16d";
}
.header__menu_mobile_social-networks .social-networks__service_type_telegram:before {
	content: "\f2c6";
}
.header__menu_mobile_social-networks .social-networks__service_type_linkedin:before {
	content: "\f0e1";
}
.header__menu_mobile_social-networks .social-networks__service_type_linkedin-square:before {
	content: "\f08c";
}
.header__menu_mobile_social-networks .social-networks__service_note-icon:before,
.header__menu_mobile_social-networks .social-networks__note-icon:before {
	content: "\f069";
}



.about_info span{
	text-decoration: underline;
	cursor: pointer;
}
.about_rigth,
.popup-content,
.popup-content-2 {
	opacity: 0;
}
.banner--exh{
	padding-bottom: 100px;
}
.banner--scheme{
	padding-bottom: 100px;
}
.scheme_links{
	font-size: 25px;
}
.scheme_link{
	font-size: 25px;
	display: inline;
	padding-bottom: 0px;
	padding-right: 0px;
	border-bottom: 2px solid #0e2b45;
}

.rules{
	padding: 50px 0;
}
.rules_title{
	font-size: 25px;
	padding-bottom: 40px;
	text-decoration: underline;
}
.rules img{
	height: 80px;
	margin-bottom: 40px;
}
.rules li+li{
	margin-top: 23px;
}
.part{
	padding: 50px 0;
}
.part+ .part{
	margin-top: 100px;
}
.part_title{
	font-size: 25px;
	padding-bottom: 40px;
	text-decoration: underline;
}
.part_sub_title{
	font-size: 25px;
	padding-bottom: 40px;
}
.part_sub_title span{
	cursor:pointer;
}
.part img{
	height: 80px;
	margin-bottom: 40px;
}
.part .about_inf +.about_inf{
	margin-top: 10px;
}
.part .about_num{
	font-size: 30px;
	line-height: 30px;
	width: 90px;
}
.part .about_text{
	font-size: 16px;
	line-height: 30px;
}
.part_sub_title span{
	text-decoration: underline;
}
.part_sogl{
	padding-top: 40px;
	padding-bottom: 100px;
}
.part_sogl_wrap{
	border: 2px solid #0e2b45;
	padding: 50px;
}
.part_sogl_title{
	font-size: 25px;
	font-weight: 900;
	padding-bottom: 40px;
}
.table{
	display: table;
	width: 100%;
	margin:0;
}
.table_left{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.table_right{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.part_info{
	padding-left: 30px;
	padding-bottom: 40px;
}
.part_sub_title2{
	font-size: 25px;
	padding-bottom: 40px;
	padding-left: 30px;
	position: relative;
}
.part_sub_title2:before{
	content:'•';
	left: 0;
	position: absolute;;
}
.whyexhibit-header .banner__left h2 {
  text-transform: uppercase;
  line-height: 25px;
  font-size: 18px;
  margin-bottom: 20px;
}
.whyexhibit-header .banner__right h2 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 25px;
}
.whyexhibit-header .ex-opportunities__list {
  list-style: none;
  border-left: 10px solid #cc2424;
  padding: 0;
}
.whyexhibit-header .ex-opportunities__list li {
  padding: 10px;
}
.whyexhibit-header .ex-opportunities__list li:nth-child(odd) {
  background: #E1F1FF;
}
.whyexhibit-header .ex-opportunities__list li:nth-child(even) {
  background: transparent;
}

.whyexhibit-statistic {
  opacity: 0;
}
.whyexhibit-statistic.statistic-charts_view {
  opacity: 1;
}
.statistic-charts__col {
  margin-top: 20px;
}
.whyexhibit-statistic .statistic-charts__col .statistic_title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  -webkit-animation: bar-chart__title_fade-in 1s 0.1s forwards;
  -moz-animation: bar-chart__title_fade-in 1s 0.1s forwards;
  animation: bar-chart__title_fade-in 1s 0.1s forwards;
  padding-bottom: 20px;
  opacity: 0;
}
.statistic-charts .statistic-charts__bar-chart {
  margin-bottom: 25px;
  position: relative;
  width: 100%;
}
.statistic-charts .statistic-charts__bar-chart .bar-chart__value {
  position: absolute;
  top: 0;
  font-size: 18px;
  font-weight: 600;
  color: #03a4ed;
  top: 22px;
  z-index: 2;
  padding: 0 10px;
  background-color: #f8fafc;
}
.statistic-charts .statistic-charts__bar-chart .bar-chart__value_more-top {
  top: 41px;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart .bar-chart__title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0e2b45;
  margin-bottom: 14px;
  -webkit-animation: bar-chart__title_fade-in 1s 0.1s forwards;
  -moz-animation: bar-chart__title_fade-in 1s 0.1s forwards;
  animation: bar-chart__title_fade-in 1s 0.1s forwards;
  opacity: 0;
}
.statistic-charts .statistic-charts__bar-chart .bar-chart__full-bar {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: #f7eff1;
  position: relative;
  z-index: 1;
}
.statistic-charts .statistic-charts__bar-chart .bar-chart__filled-bar {
  width: 0;
  background: #cc2424;
  height: 6px;
  border-radius: 3px;
  margin-bottom: -6px;
  position: relative;
  z-index: 2;
}

.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_first-bar {
  -webkit-animation: statistic-charts__bar-chart_fade-in 1.2s 0.1s forwards;
  -moz-animation: statistic-charts__bar-chart_fade-in 1.2s 0.1s forwards;
  animation: statistic-charts__bar-chart_fade-in 1.2s 0.1s forwards;
  opacity: 0;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_second-bar {
  -webkit-animation: statistic-charts__bar-chart_fade-in 1.2s 0.2s forwards;
  -moz-animation: statistic-charts__bar-chart_fade-in 1.2s 0.2s forwards;
  animation: statistic-charts__bar-chart_fade-in 1.2s 0.2s forwards;
  opacity: 0;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_third-bar {
  -webkit-animation: statistic-charts__bar-chart_fade-in 1.2s 0.3s forwards;
  -moz-animation: statistic-charts__bar-chart_fade-in 1.2s 0.3s forwards;
  animation: statistic-charts__bar-chart_fade-in 1.2s 0.3s forwards;
  opacity: 0;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_fourth-bar {
  -webkit-animation: statistic-charts__bar-chart_fade-in 1.2s 0.4s forwards;
  -moz-animation: statistic-charts__bar-chart_fade-in 1.2s 0.4s forwards;
  animation: statistic-charts__bar-chart_fade-in 1.2s 0.4s forwards;
  opacity: 0;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_fifth-bar {
  -webkit-animation: statistic-charts__bar-chart_fade-in 1.2s 0.5s forwards;
  -moz-animation: statistic-charts__bar-chart_fade-in 1.2s 0.5s forwards;
  animation: statistic-charts__bar-chart_fade-in 1.2s 0.5s forwards;
  opacity: 0;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_sixth-bar {
  -webkit-animation: statistic-charts__bar-chart_fade-in 1.2s 0.6s forwards;
  -moz-animation: statistic-charts__bar-chart_fade-in 1.2s 0.6s forwards;
  animation: statistic-charts__bar-chart_fade-in 1.2s 0.6s forwards;
  opacity: 0;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_seventh-bar {
  -webkit-animation: statistic-charts__bar-chart_fade-in 1.2s 0.7s forwards;
  -moz-animation: statistic-charts__bar-chart_fade-in 1.2s 0.7s forwards;
  animation: statistic-charts__bar-chart_fade-in 1.2s 0.7s forwards;
  opacity: 0;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_eighth-bar {
  -webkit-animation: statistic-charts__bar-chart_fade-in 1.2s 0.8s forwards;
  -moz-animation: statistic-charts__bar-chart_fade-in 1.2s 0.8s forwards;
  animation: statistic-charts__bar-chart_fade-in 1.2s 0.8s forwards;
  opacity: 0;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_ninth-bar {
  -webkit-animation: statistic-charts__bar-chart_fade-in 1.2s 0.9s forwards;
  -moz-animation: statistic-charts__bar-chart_fade-in 1.2s 0.9s forwards;
  animation: statistic-charts__bar-chart_fade-in 1.2s 0.9s forwards;
  opacity: 0;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_tenth-bar {
  -webkit-animation: statistic-charts__bar-chart_fade-in .12s 1s forwards;
  -moz-animation: statistic-charts__bar-chart_fade-in 1.2s 1s forwards;
  animation: statistic-charts__bar-chart_fade-in 1.2s 1s forwards;
  opacity: 0;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_eleventh-bar {
  -webkit-animation: statistic-charts__bar-chart_fade-in 1.2s 1.1s forwards;
  -moz-animation: statistic-charts__bar-chart_fade-in 1.2s 1.1s forwards;
  animation: statistic-charts__bar-chart_fade-in 1.2s 1.1s forwards;
  opacity: 0;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_twelfth-bar {
  -webkit-animation: statistic-charts__bar-chart_fade-in 1.2s 1.2s forwards;
  -moz-animation: statistic-charts__bar-chart_fade-in 1.2s 1.2s forwards;
  animation: statistic-charts__bar-chart_fade-in 1.2s 1.2s forwards;
  opacity: 0;
}

.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_first-bar .bar-chart__filled-bar {
  -webkit-animation: whyexhibit-show-first-bar 1.2s 0.1s forwards;
  -moz-animation: whyexhibit-show-first-bar 1.2s 0.1s forwards;
  animation: whyexhibit-show-first-bar 1.2s 0.1s forwards;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_second-bar .bar-chart__filled-bar {
  -webkit-animation: whyexhibit-show-second-bar 1.2s 0.2s forwards;
  -moz-animation: whyexhibit-show-second-bar 1.2s 0.2s forwards;
  animation: whyexhibit-show-second-bar 1.2s 0.2s forwards;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_third-bar .bar-chart__filled-bar {
  -webkit-animation: whyexhibit-show-third-bar 1.2s 0.3s forwards;
  -moz-animation: whyexhibit-show-third-bar 1.2s 0.3s forwards;
  animation: whyexhibit-show-third-bar 1.2s 0.3s forwards;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_fourth-bar .bar-chart__filled-bar {
  -webkit-animation: whyexhibit-show-fourth-bar 1.2s 0.4s forwards;
  -moz-animation: whyexhibit-show-fourth-bar 1.2s 0.4s forwards;
  animation: whyexhibit-show-fourth-bar 1.2s 0.4s forwards;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_fifth-bar .bar-chart__filled-bar {
  -webkit-animation: whyexhibit-show-fifth-bar 1.2s 0.5s forwards;
  -moz-animation: whyexhibit-show-fifth-bar 1.2s 0.5s forwards;
  animation: whyexhibit-show-fifth-bar 1.2s 0.5s forwards;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_sixth-bar .bar-chart__filled-bar {
  -webkit-animation: whyexhibit-show-sixth-bar 1.2s 0.6s forwards;
  -moz-animation: whyexhibit-show-sixth-bar 1.2s 0.6s forwards;
  animation: whyexhibit-show-sixth-bar 1.2s 0.6s forwards;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_seventh-bar .bar-chart__filled-bar {
  -webkit-animation: whyexhibit-show-seventh-bar 1.2s 0.7s forwards;
  -moz-animation: whyexhibit-show-seventh-bar 1.2s 0.7s forwards;
  animation: whyexhibit-show-seventh-bar 1.2s 0.7s forwards;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_eighth-bar .bar-chart__filled-bar {
  -webkit-animation: whyexhibit-show-eighth-bar 1.2s 0.8s forwards;
  -moz-animation: whyexhibit-show-eighth-bar 1.2s 0.8s forwards;
  animation: whyexhibit-show-eighth-bar 1.2s 0.8s forwards;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_ninth-bar .bar-chart__filled-bar {
  -webkit-animation: whyexhibit-show-ninth-bar 1.2s 0.9s forwards;
  -moz-animation: whyexhibit-show-ninth-bar 1.2s 0.9s forwards;
  animation: whyexhibit-show-ninth-bar 1.2s 0.9s forwards;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_tenth-bar .bar-chart__filled-bar {
  -webkit-animation: whyexhibit-show-tenth-bar 1.2s 1s forwards;
  -moz-animation: whyexhibit-show-tenth-bar 1.2s 1s forwards;
  animation: whyexhibit-show-tenth-bar 1.2s 1s forwards;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_eleventh-bar .bar-chart__filled-bar {
  -webkit-animation: whyexhibit-show-eleventh-bar 1.2s 1.1s forwards;
  -moz-animation: whyexhibit-show-eleventh-bar 1.2s 1.1s forwards;
  animation: whyexhibit-show-eleventh-bar 1.2s 1.1s forwards;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_twelfth-bar .bar-chart__filled-bar {
  -webkit-animation: whyexhibit-show-twelfth-bar 1.2s 1.2s forwards;
  -moz-animation: whyexhibit-show-twelfth-bar 1.2s 1.2s forwards;
  animation: whyexhibit-show-twelfth-bar 1.2s 1.2s forwards;
}

.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_first-bar .bar-chart__value {
  left: 17.14%;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_second-bar .bar-chart__value {
  left: 17.9%;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_third-bar .bar-chart__value {
  left: 14.98%;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_fourth-bar .bar-chart__value {
  left: 14.38%;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_fifth-bar .bar-chart__value {
  left: 12.78%;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_sixth-bar .bar-chart__value {
  left: 10.81%;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_seventh-bar .bar-chart__value {
  left: 7.69%;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_eighth-bar .bar-chart__value {
  left: 4.32%;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_ninth-bar .bar-chart__value {
  left: 3.98%;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_tenth-bar .bar-chart__value {
  left: 3.88%;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_eleventh-bar .bar-chart__value {
  left: 2.68%;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_twelfth-bar .bar-chart__value {
  left: 1.35%;
}

.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_first-bar .bar-chart__value {
  -webkit-animation: whyexhibit-first-bar-chart__value_show 1.2s 0.4s forwards;
  -moz-animation: whyexhibit-first-bar-chart__value_show 1.2s 0.4s forwards;
  animation: whyexhibit-first-bar-chart__value_show 1.2s 0.4s forwards;
  left: 20%;
  opacity: 0.2;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_second-bar .bar-chart__value {
  -webkit-animation: whyexhibit-second-bar-chart__value_show 1.2s 0.4s forwards;
  -moz-animation: whyexhibit-second-bar-chart__value_show 1.2s 0.4s forwards;
  animation: whyexhibit-second-bar-chart__value_show 1.2s 0.4s forwards;
  left: 8%;
  opacity: 0.2;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_third-bar .bar-chart__value {
  -webkit-animation: whyexhibit-third-bar-chart__value_show 1.2s 0.4s forwards;
  -moz-animation: whyexhibit-third-bar-chart__value_show 1.2s 0.4s forwards;
  animation: whyexhibit-third-bar-chart__value_show 1.2s 0.4s forwards;
  left: 5%;
  opacity: 0.2;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_fourth-bar .bar-chart__value {
  -webkit-animation: whyexhibit-fourth-bar-chart__value_show 1.2s 0.4s forwards;
  -moz-animation: whyexhibit-fourth-bar-chart__value_show 1.2s 0.4s forwards;
  animation: whyexhibit-fourth-bar-chart__value_show 1.2s 0.4s forwards;
  left: 3%;
  opacity: 0.2;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_fifth-bar .bar-chart__value {
  -webkit-animation: whyexhibit-fifth-bar-chart__value_show 1.2s 0.4s forwards;
  -moz-animation: whyexhibit-fifth-bar-chart__value_show 1.2s 0.4s forwards;
  animation: whyexhibit-fifth-bar-chart__value_show 1.2s 0.4s forwards;
  left: 2%;
  opacity: 0.2;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_sixth-bar .bar-chart__value {
  -webkit-animation: whyexhibit-sixth-bar-chart__value_show 1.2s 0.4s forwards;
  -moz-animation: whyexhibit-sixth-bar-chart__value_show 1.2s 0.4s forwards;
  animation: whyexhibit-sixth-bar-chart__value_show 1.2s 0.4s forwards;
  left: 1%;
  opacity: 0.2;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_seventh-bar .bar-chart__value {
  -webkit-animation: whyexhibit-seventh-bar-chart__value_show 1.2s 0.4s forwards;
  -moz-animation: whyexhibit-seventh-bar-chart__value_show 1.2s 0.4s forwards;
  animation: whyexhibit-seventh-bar-chart__value_show 1.2s 0.4s forwards;
  left: 0%;
  opacity: 0.2;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_eighth-bar .bar-chart__value {
  -webkit-animation: whyexhibit-eighth-bar-chart__value_show 1.2s 0.4s forwards;
  -moz-animation: whyexhibit-eighth-bar-chart__value_show 1.2s 0.4s forwards;
  animation: whyexhibit-eighth-bar-chart__value_show 1.2s 0.4s forwards;
  left: 0%;
  opacity: 0.2;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_ninth-bar .bar-chart__value {
  -webkit-animation: whyexhibit-ninth-bar-chart__value_show 1.2s 0.4s forwards;
  -moz-animation: whyexhibit-ninth-bar-chart__value_show 1.2s 0.4s forwards;
  animation: whyexhibit-ninth-bar-chart__value_show 1.2s 0.4s forwards;
  left: 0%;
  opacity: 0.2;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_tenth-bar .bar-chart__value {
  -webkit-animation: whyexhibit-tenth-bar-chart__value_show 1.2s 0.4s forwards;
  -moz-animation: whyexhibit-tenth-bar-chart__value_show 1.2s 0.4s forwards;
  animation: whyexhibit-tenth-bar-chart__value_show 1.2s 0.4s forwards;
  left: 0%;
  opacity: 0.2;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_eleventh-bar .bar-chart__value {
  -webkit-animation: whyexhibit-eleventh-bar-chart__value_show 1.2s 0.4s forwards;
  -moz-animation: whyexhibit-eleventh-bar-chart__value_show 1.2s 0.4s forwards;
  animation: whyexhibit-eleventh-bar-chart__value_show 1.2s 0.4s forwards;
  left: 0%;
  opacity: 0.2;
}
.whyexhibit-statistic.statistic-charts_view .statistic-charts__bar-chart_twelfth-bar .bar-chart__value {
  -webkit-animation: whyexhibit-twelfth-bar-chart__value_show 1.2s 0.4s forwards;
  -moz-animation: whyexhibit-twelfth-bar-chart__value_show 1.2s 0.4s forwards;
  animation: whyexhibit-twelfth-bar-chart__value_show 1.2s 0.4s forwards;
  left: 0%;
  opacity: 0.2;
}


.statistic-charts .pie-chart__list {
  list-style: none;
  padding-left: 5px;
  margin-top: 20px;
  margin-left: 0;
}
.statistic-charts .pie-chart__list .pie-chart__list-item {
  position: relative;
  margin-bottom: 15px;
  padding-left: 17px;
  text-transform: uppercase;
}
.statistic-charts .pie-chart__list .pie-chart__list-item:before {
  content: '';
  position: absolute;
  top: 8px;
  bottom: 5px;
  left: -4px;
  width: 12px;
  background: #ed1d24;
  border-radius: 10px;
}
.whyexhibit-statistic .pie-chart__list-item:nth-child(1):before {
  background: #00529c;
}
.whyexhibit-statistic .pie-chart__list-item:nth-child(2):before {
  background: #2e3092;
}
.whyexhibit-statistic .pie-chart__list-item:nth-child(3):before {
  background: #00aeef;
}
.whyexhibit-statistic .pie-chart__list-item:nth-child(4):before {
  background: #662d91;
}
.whyexhibit-statistic .pie-chart__list-item:nth-child(5):before {
  background: #f7941e;
}
.whyexhibit-statistic .pie-chart__list-item:nth-child(6):before {
  background: #58595b;
}
.whyexhibit-statistic .pie-chart__list-item:nth-child(7):before {
  background: #58595b;
}
.whyexhibit-statistic .pie-chart__list-item:nth-child(8):before {
  background: #97989b;
}

.whyexhibit-statistic.statistic-charts_view .pie-chart__list-item:nth-child(1) {
  -webkit-animation: pie-chart__list-item_fade-in 1s 0.6s forwards;
  -moz-animation: pie-chart__list-item_fade-in 1s 0.6s forwards;
  animation: pie-chart__list-item_fade-in 1s 0.6s forwards;
  opacity: 0;
}
.whyexhibit-statistic.statistic-charts_view .pie-chart__list-item:nth-child(2) {
  -webkit-animation: pie-chart__list-item_fade-in 1s 0.8s forwards;
  -moz-animation: pie-chart__list-item_fade-in 1s 0.8s forwards;
  animation: pie-chart__list-item_fade-in 1s 0.8s forwards;
  opacity: 0;
}
.whyexhibit-statistic.statistic-charts_view .pie-chart__list-item:nth-child(3) {
  -webkit-animation: pie-chart__list-item_fade-in 1s 1s forwards;
  -moz-animation: pie-chart__list-item_fade-in 1s 1s forwards;
  animation: pie-chart__list-item_fade-in 1s 1s forwards;
  opacity: 0;
}
.whyexhibit-statistic.statistic-charts_view .pie-chart__list-item:nth-child(4) {
  -webkit-animation: pie-chart__list-item_fade-in 1s 1.2s forwards;
  -moz-animation: pie-chart__list-item_fade-in 1s 1.2s forwards;
  animation: pie-chart__list-item_fade-in 1s 1.2s forwards;
  opacity: 0;
}
.whyexhibit-statistic.statistic-charts_view .pie-chart__list-item:nth-child(5) {
  -webkit-animation: pie-chart__list-item_fade-in 1s 1.4s forwards;
  -moz-animation: pie-chart__list-item_fade-in 1s 1.4s forwards;
  animation: pie-chart__list-item_fade-in 1s 1.4s forwards;
  opacity: 0;
}
.whyexhibit-statistic.statistic-charts_view .pie-chart__list-item:nth-child(6) {
  -webkit-animation: pie-chart__list-item_fade-in 1s 1.6s forwards;
  -moz-animation: pie-chart__list-item_fade-in 1s 1.6s forwards;
  animation: pie-chart__list-item_fade-in 1s 1.6s forwards;
  opacity: 0;
}
.whyexhibit-statistic.statistic-charts_view .pie-chart__list-item:nth-child(7) {
  -webkit-animation: pie-chart__list-item_fade-in 1s 1.8s forwards;
  -moz-animation: pie-chart__list-item_fade-in 1s 1.8s forwards;
  animation: pie-chart__list-item_fade-in 1s 1.8s forwards;
  opacity: 0;
}
.whyexhibit-statistic.statistic-charts_view .pie-chart__list-item:nth-child(8) {
  -webkit-animation: pie-chart__list-item_fade-in 1s 2s forwards;
  -moz-animation: pie-chart__list-item_fade-in 1s 2s forwards;
  animation: pie-chart__list-item_fade-in 1s 2s forwards;
  opacity: 0;
}
@-webkit-keyframes bar-chart__title_fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pie-chart__list-item_fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes statistic-charts__bar-chart_fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes whyexhibit-show-first-bar {
  0% {
    width: 0;
  }
  100% {
    width: 17.14%;
  }
}
@-webkit-keyframes whyexhibit-show-second-bar {
  0% {
    width: 0;
  }
  100% {
    width: 17.9%;
  }
}
@-webkit-keyframes whyexhibit-show-third-bar {
  0% {
    width: 0;
  }
  100% {
    width: 14.98%;
  }
}
@-webkit-keyframes whyexhibit-show-fourth-bar {
  0% {
    width: 0;
  }
  100% {
    width: 14.38%;
  }
}
@-webkit-keyframes whyexhibit-show-fifth-bar {
  0% {
    width: 0;
  }
  100% {
    width: 12.78%;
  }
}
@-webkit-keyframes whyexhibit-show-sixth-bar {
  0% {
    width: 0;
  }
  100% {
    width: 10.81%;
  }
}
@-webkit-keyframes whyexhibit-show-seventh-bar {
  0% {
    width: 0;
  }
  100% {
    width: 7.69%;
  }
}
@-webkit-keyframes whyexhibit-show-eighth-bar {
  0% {
    width: 0;
  }
  100% {
    width: 4.32%;
  }
}
@-webkit-keyframes whyexhibit-show-ninth-bar {
  0% {
    width: 0;
  }
  100% {
    width: 3.98%;
  }
}
@-webkit-keyframes whyexhibit-show-tenth-bar {
  0% {
    width: 0;
  }
  100% {
    width: 3.88%;
  }
}
@-webkit-keyframes whyexhibit-show-eleventh-bar {
  0% {
    width: 0;
  }
  100% {
    width: 2.68%;
  }
}
@-webkit-keyframes whyexhibit-show-twelfth-bar {
  0% {
    width: 0;
  }
  100% {
    width: 1.35%;
  }
}

@-webkit-keyframes whyexhibit-first-bar-chart__value_show {
  0% {
    left: 20%;
    opacity: 0.5;
  }
  100% {
    left: 17.14%;
    opacity: 1;
  }
}
@-webkit-keyframes whyexhibit-second-bar-chart__value_show {
  0% {
    left: 8%;
    opacity: 0.5;
  }
  100% {
    left: 17.9%;
    opacity: 1;
  }
}
@-webkit-keyframes whyexhibit-third-bar-chart__value_show {
  0% {
    left: 5%;
    opacity: 0.5;
  }
  100% {
    left: 14.98%;
    opacity: 1;
  }
}
@-webkit-keyframes whyexhibit-fourth-bar-chart__value_show {
  0% {
    left: 3%;
    opacity: 0.5;
  }
  100% {
    left: 14.38%;
    opacity: 1;
  }
}
@-webkit-keyframes whyexhibit-fifth-bar-chart__value_show {
  0% {
    left: 2%;
    opacity: 0.5;
  }
  100% {
    left: 12.78%;
    opacity: 1;
  }
}
@-webkit-keyframes whyexhibit-sixth-bar-chart__value_show {
  0% {
    left: 1%;
    opacity: 0.5;
  }
  100% {
    left: 10.81%;
    opacity: 1;
  }
}
@-webkit-keyframes whyexhibit-seventh-bar-chart__value_show {
  0% {
    left: 0%;
    opacity: 0.5;
  }
  100% {
    left: 7.69%;
    opacity: 1;
  }
}
@-webkit-keyframes whyexhibit-eighth-bar-chart__value_show {
  0% {
    left: 0%;
    opacity: 0.5;
  }
  100% {
    left: 4.32%;
    opacity: 1;
  }
}
@-webkit-keyframes whyexhibit-ninth-bar-chart__value_show {
  0% {
    left: 0%;
    opacity: 0.5;
  }
  100% {
    left: 3.98%;
    opacity: 1;
  }
}
@-webkit-keyframes whyexhibit-tenth-bar-chart__value_show {
  0% {
    left: 0%;
    opacity: 0.5;
  }
  100% {
    left: 3.88%;
    opacity: 1;
  }
}
@-webkit-keyframes whyexhibit-eleventh-bar-chart__value_show {
  0% {
    left: 0%;
    opacity: 0.5;
  }
  100% {
    left: 2.68%;
    opacity: 1;
  }
}
@-webkit-keyframes whyexhibit-twelfth-bar-chart__value_show {
  0% {
    left: 0%;
    opacity: 0.5;
  }
  100% {
    left: 1.35%;
    opacity: 1;
  }
}
.news_detail img{
	max-width: 100%;
}
.news_detail{
	color: #0e2b45;
}
.news_title{
	font-size: 25px;
	line-height: 37px;
	font-weight: 900;
	width: 1360px;
	position: absolute;
	bottom: 64px;
	left: 50%;
	margin-left: -680px;
	padding: 25px;
	text-align: center;
	background: #ffffff; 
}
.news_detail .title__banner{
	height: 365px;
}
.news_detail_date{
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	padding-bottom: 100px;
}
.news_detail_txt{
	width: 1360px;
	margin: 0 auto;
	overflow: hidden;
}
.news_detail_img{
	width: 40%;
	max-width: 350px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.news-quote {
	background: #0c263f; 
	padding: 20px; 
	margin-top: 15px;
}
.news-quote__text {
	color: #fff;
}
.news-quote__person {
	color: #fff;
	text-align: right; 
	margin-top: 15px;
}
.news_detail_txt u,
.news_detail_txt a u {
	text-decoration: none;
}
.news_detail .news_detail_txt a {
	text-decoration: underline !important;
}
.news_detail .news_detail_txt a:hover {
	text-decoration: none !important;
}
.news_detail_link{
	text-decoration: underline;
}
.bottom_link_nd{
	padding-right: 0!important;
	margin-right:  0!important;
}

.news__item{
	width: 33.33334%;
	float: left;
	padding-bottom: 130px;
	position: relative;
}
.news__items_el-in-row_four .news__item {
	width: 25%;
}
.news__item_link{
	text-align:center;
	position: absolute;
	bottom :80px;
	width:100%;
}
.news__item img{
	width: 100%;
}
.news__item:nth-child(3n+1){
	padding-right:20px;
}
.news__item:nth-child(3n){
	padding-left:20px;
}
.news__item:nth-child(3n+2){
	padding-right:10px;
	padding-left:10px;
}
.news__item_more{
	text-align: center;
	font-weight: 900;
	font-size: 25px;
	line-height: 37px;
	padding-top: 50px;
	padding-bottom:50px;
}
.news__item_more img{
	margin-top: 30px;
	height: 35px;
}
.key-data__item {
	width: 33.33334%;
}
.reviews + .members__list {
	margin-top: 50px;
}
.reviews .owl-stage-outer {
	margin: 0 -1px;
}
.reviews .owl-stage {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.reviews .owl-item {
	border: 1px solid #ebebeb;
  padding: 40px;
  margin: 50px 0 25px;
  transition: all ease .3s;
}
.reviews.light_blue .owl-item {
	background-color: #fff;
}
.reviews .owl-item:hover {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
}
.review__info {
  overflow: hidden;
  margin-bottom: 18px;
  position: relative;
}
.review__info:after {
  content: '❞';
  font-size: 60px;
  color: #c2c2c2;
  top: -15px;
  right: 5px;
  position: absolute;
}
.review__avatar {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 30px;

  background: #eaeaea;
  padding: 6px;
}
.review__name {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-right: 50px;
}
.review__position {
  display: block;
  color: #c2c2c2;
  font-size: 13px;
}
.review__content {
  font-size: 16px;
}
.review__text {
  font-size: 15px;
  font-style: italic;
}
.video{
	width: 33.3333334%;
	float: left;
}
.video img{
	width: 100%;
}
.video:nth-child(1){
	padding-right:10px;
}
.video:nth-child(2){
	padding-left:5px;
	padding-right:5px;
}
.video:nth-child(3){
	padding-left:10px;
}
.gallery{
	padding:50px;
}
.video_list{
	padding:50px 0;
}
.gallery.owl-carousel .owl-nav button.owl-prev, .gallery.owl-carousel .owl-nav button.owl-next{
	position: absolute;
	top:50%;
	height: 46px;
	width: 28px;
	margin-top: -23px;
	background-position: 50% 50%;
	background-size: 28px 46px;
	background-repeat: no-repeat;
}
.gallery.owl-carousel .owl-nav button.owl-prev{
	left: 0px;
	background:url(../img/l_a.png);
}
.gallery.owl-carousel .owl-nav button.owl-next{
	right: 0px;
	background:url(../img/r_a.png);
}
.gallery .owl-dots{
	text-align: center;
	margin: 20px;
}
.gallery .owl-dots .owl-dot{
	outline:none;
}
.gallery .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.gallery .owl-dots .owl-dot.active span, .gallery .owl-dots .owl-dot:hover span {
    background: #0e2b45;
}

.exhibition-section__row_sections {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 10px;
	margin-bottom: 30px
}
.exhibition-section__row.light_blue {
	margin-top: 30px;
	margin-bottom: 50px
}
.exhibition-section__title {
	font-weight: bold;
	padding-right: 0;
}
.exhibition-section__text .contacts_block {
	padding-top: 0;
}
.exhibition-section__text .contacts_title {
	margin-bottom: 0;
}
.exhibition-section__paragraph {
	margin: 0 0 20px;
	font-size: 19px;
}
.exhibition-section__row .bottom_links {
	margin-top: 40px;
}
.exhibition-section__row .bottom_link {
	margin-bottom: 20px;
}
.exhibition-section__cols {
	margin-top: 50px;
}
.exhibition-section__cols_cols-number_two .exhibition-section__col {
	width: 50%;
}
.exhibition-section__cols_cols-number_three .exhibition-section__col {
	width: 33.33333333%;
}
.exhibition-section__cols_cols-number_four .exhibition-section__col {
	width: 25%;
}
.exhibition-section__cols_cols-number_five .exhibition-section__col {
	width: 20%;
}
.exhibition-section__cols_cols-number_six .exhibition-section__col {
	width: 16.66666667%;
}
.exhibition-section__row_sections .exhibition-section__col-title {
	width: auto !important;
	height: auto !important;
}
.exhibition-section__text .contacts__button-links {
	padding-top: 30px;
}
.exhibition-section__text .button-link {
	margin-top: 20px;
}

.button-link {
	display: inline-block;
	height: 50px;
	min-width: 240px;
	line-height: 48px;
	padding: 0 20px;
	margin: auto; 
	color: #ffffff;
	border-width: 2px;
	border-style: solid;
	background-color: #0e2b45;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.button-link_icon {
	text-align: left;
}
.button-link:hover {
	color: #fff;
	background-color: #1d486f;
}
.button-link:focus,
.button-link:active {
	color: #fff;
}
.button-link_white-red {
	color: inherit;
	background-color: #fff;
	border-color: #a31010;
}
.button-link_white-blue {
	color: inherit;
	background-color: #fff;
	border-color: #0e2b45;
}
.button-link_white-red:hover {
	color: #fff !important;
	background-color: #cc2424;
	border-color: #cc2424;
}
.button-link_white-red:focus,
.button-link_white-red:active {
	color: inherit;
}
.button-link_white-blue:hover {
	color: #fff !important;
	background-color: #0e2b45;
	border-color: #0e2b45;
}
.button-link_white-blue:focus,
.button-link_white-blue:active {
	color: inherit;
}
.button-link_red {
	color: #fff;
	background-color: #a31010;
	border-color: #a31010;
}
.button-link_red:hover {
	color: #fff;
	background-color: #cc2424;
	border-color: #cc2424;
}
.button-link__icon {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 3px;
}
.button-link__icon_type_pdf:before {
	content: "\f1c1";
}
.light_blue.part div{
	text-transform: initial;
	letter-spacing: initial;
}
.about_info{
	text-transform: initial;
	letter-spacing: initial;
}
.banner__left{
	text-transform: initial;
	letter-spacing: initial;
}
.banner__right{
	text-transform: initial;
	letter-spacing: initial;
}
.about_head{
	text-transform: initial;
	letter-spacing: initial;
}
.info__right{
	text-transform: initial;
	letter-spacing: initial;
}
.members__profile_cols{
	text-transform: initial;
	letter-spacing: initial;
}
.location_sost_cols{
	text-transform: initial;
	letter-spacing: initial;
}
.contacts_item{
	text-transform: initial;
	letter-spacing: initial;
}
.contact_foot_left_txt{
	text-transform: initial;
	letter-spacing: initial;
}
.contact_foot_right_link{
	text-transform: initial;
	letter-spacing: initial;
}
.opp_links{
	letter-spacing: initial;
	text-transform: initial;
}
.opp_wrap{
	text-transform: initial;
	letter-spacing: initial;
}
.select2-dropdown{
	text-transform: initial;
	letter-spacing: initial;
}
.select2-dropdown{
	text-transform: initial;
	letter-spacing: initial;
}
.partners__title{
	letter-spacing: initial;
}
.inv_title{
	letter-spacing: initial;
}
.inv_text_title{
	letter-spacing: initial;
	text-transform: uppercase;
}
.opp_title{
	letter-spacing: initial;
}
.part_title{
	letter-spacing: initial;
	text-transform: uppercase;
}
.light_blue div.part_sub_title{
	letter-spacing: initial;
	text-transform: uppercase;
}
.light_blue div.part_title{
	letter-spacing: initial;
	text-transform: uppercase;
}
.light_blue div.part_sub_title2{
	letter-spacing: initial;
	text-transform: initial;
}
.contact_foot_left_title{
	letter-spacing: initial;
}
.location_sost_title{
	letter-spacing: initial;
}
.members__profile_title{
	letter-spacing: initial;
}
.news__item_all{
	letter-spacing: initial;
}
.news__menu{
	letter-spacing: initial;
}
.news__item_more{
	letter-spacing: initial;
}
.rules li{
	text-transform: initial;
	letter-spacing: initial;
}
.news_detail_txt{
	text-transform: initial;
	letter-spacing: initial;
}
.bottom_link_nd{
	letter-spacing: initial;
}
.news__item_title{
	text-transform: initial;
	letter-spacing: initial;
}
.inv_text{
	text-transform: initial;
	letter-spacing: initial;
}
.members__list{
	letter-spacing: initial;
}
.sup_wrap{
	text-transform: initial;
	letter-spacing: initial;
}
.handbook_info{
	text-transform: initial;
	letter-spacing: initial;
}
.forum-program_info{
	text-transform: initial;
	letter-spacing: initial;
}
.venue_info{
	text-transform: initial;
	letter-spacing: initial;
}
.bottom_link{
	letter-spacing: initial;
}
.sfer_right{
	text-transform: initial;
	letter-spacing: initial;
}
.about_text{
	text-transform: initial;
	letter-spacing: initial;
}
.fz_desc{
	text-transform: initial;
	letter-spacing: initial;
}
.form__top_text{
	text-transform: initial;
	letter-spacing: initial;
}
.fz_desc + div{
	text-transform: initial;
	letter-spacing: initial;
}



.form{
	letter-spacing: initial;
}
.form .form__group_title{
	font-size: 18px;
}
.form .question__left{
	font-size: 18px;
	text-transform: initial;
}
.form .question__left .small{
	font-size: 14px;
}
.question__rigth.error .select2-container--default .select2-selection--single{
  border: 2px solid #ff0000;
}
.question__rigth.error input[type="radio"] + label:before{
  border: 2px solid #ff0000;
}

.form__result{
	background: rgba(0,0,0,0.3);
	position: fixed;
	min-height: 100vh;
	height: 100%;
	overflow-y: auto;
	top: 0;
	width: 100%;
	z-index: 100;
	padding: 0;
	display: flex;
	align-items: center;
}
.form__result .container{
    width: 70%;
    background: white;
    padding: 0;
    min-width: 320px;
}
.form__result_body{
	position: relative;
}
.form__result_ticket{
	width: 100%;
}
.form__result_stend{
	width: 100%;
}
.form__result_body_close{
	position: absolute;
	width: 20px;
	height: 20px;
	right: 5px;
	top: 5px;
	background-image: url('../img/close.svg');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
	z-index: 10000;
}
div .about_num_litle{
	text-transform: none;
}
.members__list_low_margin ul {
    margin-left: 0; 
    padding-left: 0;	
}
.members__list_low_margin ul li {
	list-style-type: none;
	margin-bottom: 20px;
}
.error404 {
	background: #fff; 
	padding: 2.5vw;
}
.error404__image {
	display: block; 
	width: 55%;
	/*padding: 0.5vw 2vw; */
	margin: 0 auto;
}

/*
.button_stand,
.header__menu_item_stand {
	display: none !important;
}
*/

.button_ticket,
.header__menu_item_ticket {
	display: none !important;
}

/*.title__banner_link {
	margin-top: 0 !important;
	margin-bottom: 32px;
}
.title__banner_link:last-child {
	margin-bottom: 0 !important;
}*/



.vscomp-option.group-title .vscomp-option-text{cursor:pointer;}
.news__rel_list{margin:30px 0 0 0; padding:40px 0;}
.news__rel_list span{display: block; padding:0 0 20px;}
.news__rel_list ul li{text-transform: none;}
.news__rel_list ul li a{text-decoration: underline;}

.partners__list_advert .partners__item {
	position: relative;
}
.advert-b {
	line-height: normal;
}
.advert-b__menu {
	position: absolute;
	top: 0;
	border-radius: 4px;
	font-size: 8px;
	color: #a2a2a2;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(0 0 0 / 5%);
	z-index: 1;
}
.advert-b__menu_reklama {
	left: 0;
	padding: 4px 8px;
}
.advert-b__menu_modal,
.advert-b__menu_close {
	right: 0;
	border-radius: 50%;
	transition: all 0.2s ease;
	width: 20px;
	height: 20px;
	padding: 2px 0px 0px 0px;
	z-index: 5;
	background-color: #fff;
}
.advert-b__menu_modal:hover {
	cursor: pointer;
  color: #8d8c8c;
	background-color: #f6f6f6;
}
.advert-b__menu_icon_dots {
	position: relative;
	top: 0;
	height: 2px;
	width: 2px;
	background-color: #a2a2a2;
	border-radius: 50%;
	display: inline-block;
	transition: all 0.2s ease;
}
.advert-b__menu_icon_dots::before {
	content: '';
	height: 2px;
	width: 2px;
	background-color: #a2a2a2;
	border-radius: 50%;
	display: inline-block;
	margin: 15px;
	position: absolute;
	left: -15px;
	top: -19px;
}
.advert-b__menu_icon_dots::after {
	content: '';
	height: 2px;
	width: 2px;
	background-color: #a2a2a2;
	border-radius: 50%;
	display: inline-block;
	margin: 15px;
	position: absolute;
	left: -15px;
	top: -11px;
}
.advert-b__menu_close .advert-b__menu_icon_dots {
	background-color: transparent;
}
.advert-b__menu_close .advert-b__menu_icon_dots::before, 
.advert-b__menu_close .advert-b__menu_icon_dots::after {
	left: -4px;
	top: 0.5px;
	height: 1px;
	width: 10px;
	margin: 0;
}
.advert-b__menu_close .advert-b__menu_icon_dots::before {
  transform: rotate(45deg);
}
.advert-b__menu_close .advert-b__menu_icon_dots::after {
  transform: rotate(-45deg);
}

.advert-b__modal_hidden {
  visibility: hidden;
  opacity: 0;
}
.advert-b__modal {
  background: #fff;
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.8s;
  z-index: 3;
}
.advert-b__modal.advert-b__modal_hidden {
  transition: none;
}
.advert-b__p {
  font-size: 10px;
  margin: 0;
}
.advert-modal__wrapper {
	display: flex;
	flex-direction: column;
}
.advert-modal__advertiser {
	font-size: 12px;
	margin: 0;
	text-align: left;
	text-transform: initial;
	color: #49525a;
	margin-bottom: 10px;
	padding-right: 15px;
}
.advert-modal__advertiser_data {
	letter-spacing: 0;
}
.advert-modal__buttons {
	display: flex;
	flex-direction: column;
	width: fit-content;
}
.advert-btn {
/*	width: fit-content;*/
	padding: 6px;
	border-radius: 4px;
	cursor: pointer;
	color: #6284a2;
	font-family: "Karla", sans-serif;
	font-size: 13px;
	text-align: left;
	position: relative;
	top: 0;
	transition: all 0.2s ease;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #fff !important;
	margin-top: 5px;
}
.advert-btn:hover {
	background-color: #f7fcff;
	border-color: #ebf2f7 !important;
}
.advert-btn__icon {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	text-align: right;
	margin-right: 2px;
}
.advert-btn__icon_link:before {
	content: "\f0c1";	/* generic file icon */
	transform: rotate(90deg);
}
.advert-btn__icon_clone:before {
	content: "\f24d"; /* generic file icon */
}
/*.advert-modal__btn_link:hover {
  top: 2px;
}*/


.advert-b_active {
	height: auto;
}
.advert-b__modal {
  overflow: auto;
}
.advert-b__modal::-webkit-scrollbar {
  width: 1px;
	background-color: #d6eaff !important;
}
.advert-b__modal::-webkit-scrollbar-track {
  background-color: #d6eaff !important;
} 
.advert-b__modal::-webkit-scrollbar-thumb {
  background-color: #0e2b45 !important;
}


/*
.advert-b_active {
	height: auto;
}

.advert-b_active .advert-b__modal {
	width: 100% !important;
	max-height: 100% !important;
	overflow: auto !important;
	scrollbar-width: thin;
	scrollbar-color: #c6cfd8 #fff;
}

.advert-b_active .advert-b__modal::-webkit-scrollbar {
	width: 1px !important;
	background-color: #d6eaff !important;
}
.advert-b_active .advert-b__modal::-webkit-scrollbar-thumb {
	background-color: #0e2b45 !important;
}
.advert-b_active .advert-b__modal::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3) !important;
  background-color: #d6eaff !important;
}
*/