/* FONTS */
@font-face {
	font-family: 'helveticaneuecyr';
	src: url('../fonts/helveticaneuecyr-roman-webfont.eot');
	src: url('../fonts/helveticaneuecyr-roman-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/helveticaneuecyr-roman-webfont.woff2') format('woff2'),
		 url('../fonts/helveticaneuecyr-roman-webfont.woff') format('woff'),
		 url('../fonts/helveticaneuecyr-roman-webfont.ttf') format('truetype'),
		 url('../fonts/helveticaneuecyr-roman-webfont.svg#helveticaneuecyrroman') format('svg');
}
@font-face {
	font-family: 'helveticaneuecyr';
	src: url('../fonts/helveticaneuecyr-light-webfont.eot');
	src: url('../fonts/helveticaneuecyr-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/helveticaneuecyr-light-webfont.woff2') format('woff2'),
		 url('../fonts/helveticaneuecyr-light-webfont.woff') format('woff'),
		 url('../fonts/helveticaneuecyr-light-webfont.ttf') format('truetype'),
		 url('../fonts/helveticaneuecyr-light-webfont.svg#helveticaneuecyrlight') format('svg');
	font-weight: 300;
}
@font-face {
	font-family: 'helveticaneuecyr';
	src: url('../fonts/helveticaneuecyr-bold-webfont.eot');
	src: url('../fonts/helveticaneuecyr-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/helveticaneuecyr-bold-webfont.woff2') format('woff2'),
		 url('../fonts/helveticaneuecyr-bold-webfont.woff') format('woff'),
		 url('../fonts/helveticaneuecyr-bold-webfont.ttf') format('truetype'),
		 url('../fonts/helveticaneuecyr-bold-webfont.svg#helveticaneuecyrbold') format('svg');
	font-weight: bold;
}
@font-face {
	font-family: 'bebas_neue';
	src: url('../fonts/bebasneue_regular-webfont.eot');
	src: url('../fonts/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/bebasneue_regular-webfont.woff2') format('woff2'),
		 url('../fonts/bebasneue_regular-webfont.woff') format('woff'),
		 url('../fonts/bebasneue_regular-webfont.ttf') format('truetype'),
		 url('../fonts/bebasneue_regular-webfont.svg#bebas_neue_regularregular') format('svg');
}
/* FONTS end */

html {

	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden; 


}
body {
   /*overflow-x: hidden; */
	position: relative;
	min-height: 100%;
	font-weight: 300;
	font-family: 'helveticaneuecyr', sans-serif;
	color: #7d7d7d;
	font-size: 15.5px;

	-webkit-font-smoothing: antialiased;
}
body.home {
	background: url(../images/body_home_bg.jpg) 50% 302px no-repeat;
}
body.home,
body.inner {
	background: url(../images/body_inner_bg.jpg) 50% 508px repeat-y;
}
.fancybox-enabled body {
	height: auto;
}
.wrapper {
	position: relative;
	overflow: hidden;
}
.container {
	position: relative;
}
ul.list {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.list>li {
	position: relative;
	padding-left: 55px;
}
ul.list>li:before {
	content: '';
	position: absolute;
	top: 11px;
	left: 31px;
	width: 7px;
	height: 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #6da1d1;
}
a,
a:hover,
a:focus {
	color: #ca7;
}
hr {
	border-top: 1px solid #ddd;
}

.btn{
	display: inline-block;
	min-width: 160px;
    color: #6da1d1;
    border: 1px solid #6da1d1;
    padding: 0 15px;
    font: 400 18px/42px 'bebas_neue', sans-serif;
    border-radius: 0;
    transition: all .2s linear;
    background-color: transparent;
}
.btn:hover,.btn:active,.btn:focus{
	background-color: #6da1d1;
	color: #fff;
}
.btn.video:not(.collapsed){
	display: none;
}
@media (min-width: 2201px) {
	body.home,
	body.inner {
		background-size: 100% auto;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.container.min {
		padding: 0;
		width: 850px;
	}
}


@media (max-width: 991px) and (min-width: 768px) {
	.container.min {

		padding: 0;
		width: 570px;
	}
}

@media (max-width: 767px) and (min-width: 640px) {
	.container.min {
		padding: 0;
		width: 560px;
	}
}

@media (max-width: 767px) {
	.container {
		padding: 0 4.6875%;
	}
}

@media (max-width: 639px) {
	.container.sp {
		padding: 0;
	}
	ul.list>li {
		padding-left: 30px;
	}
	ul.list>li:before {
		left: 10px;
	}
}

/* header */
header {
	position: relative;
}
.home header {
	overflow: hidden;
}
.inner header {
	overflow: hidden;
	border-bottom: 5px solid #ca7;
}
header .container {
	padding-top: 69px;
	height: 420px;
}
.home header .container {
	height: 860px;
}
header.wifi .container{
	height: 310px;
}

.home header>.container {
	z-index: 1;
}
header>.bg {
	min-width:420px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	height: 161%;
	top: -150px;
	background-size: cover;
	background-position: center;
	z-index: -1;
}
header.wifi>.bg{
	top: -188px;
}

.f18 img {

	max-width: 100%;
	display: block;
	height: auto;
}



header>.bg img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100vw;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: hidden;
}
header>.bg .container {
	padding: 0;
}
header .bg_animate {
	position: relative;
	width: 25%;
	height: 100%;
	overflow: hidden;
}
header .bg_animate>img {
	left: 585px;
}
header .bg_animate.hover>img {
	-webkit-transition: 5s transform .3s;
	-moz-transition: 5s transform .3s;
	-ms-transition: 5s transform .3s;
	-o-transition: 5s transform .3s;
	transition: 5s transform .3s;
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-moz-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	-o-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}
header .bg_animate.c1 {
	left: 25%;
}
header .bg_animate.c1>img {
	left: 293px;
}
header .bg_animate.c2 {
	left: 50%;
}
header .bg_animate.c2>img {
	left: 0;
}
header .bg_animate.c3 {
	left: 75%;
}
header .bg_animate.c3>img {
	left: -292px;
}
header .logo {
	float: left;
}
header .logo_small {
	display: none;
}
.inner header h1 {
	height: 130px;
	overflow: hidden;
	font: 400 58px/1.1 'bebas_neue', sans-serif;
	color: #fff;
	text-transform: uppercase;
}

@media (max-width: 1199px) {
	header .bg_animate {
		width: 33.33333%;
	}
	header .bg_animate>img {
		left: 485px;
	}
	header .bg_animate.c1 {
		left: 33.33333%;
	}
	header .bg_animate.c1>img {
		left: 162px;
	}
	header .bg_animate.c2 {
		left: 66.66667%;
	}
	header .bg_animate.c2>img {
		left: -161px;
	}
}

@media (max-width:991px) {
	header .bg_animate>img {
		left: 475px;
	}
	header .bg_animate.c1>img {
		left: 126px;
	}
	header .bg_animate.c2>img {
		left: -125px;
	}
}

@media (max-width: 767px) {
	.home header:before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 1px;
		height: 100%;
		background-color: rgba(255,255,255,.1);
		z-index: 7;
	}
	.home header a {
		position: relative;
		z-index: 8;
	}
	.home header .container {
		height: auto;
	}
	.home header>.container {
		padding-top: 57px;
		height: 860px;
		background-color: rgba(36,53,89,.6);
	}
	header>.bg img {
		top: 0;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	header .bg_animate {
		display: none;
	}
	header h1 {
		font-size: 36px;
	}
	.inner header h1 {
		font-size: 50px;
	}
}

@media (max-width: 639px) {
	.home header .container {
		background-color: rgba(36,53,89,.6);
	}
	header .container,
	.home header>.container {
		height: auto;
	}
	.inner header h1 {
		margin: 60px 0 25px;
		height: auto;
		font-size: 32px;
	}
}

@media (max-width: 559px) {
	header>.container {
		padding-top: 30px;
	}
	header .logo_big {
		display: none;
	}
	header .logo_small {
		display: block;
	}
}

/*** header_top ***/
.header_top .phone {
	float: left;
	margin-bottom: 17px;
	font-size: 17px;
	color: #fff;
	letter-spacing: 1px;
}
.header_top .links {
	display: inline-block;
}
.header_top .link {
	padding-bottom: 19px;
}
.header_top .link>a {
	color: #fff;
}
.header_top .link>a:hover{
	text-decoration: none;
}
.header_top .link>a:hover span:not(.sprite){
	text-decoration: underline;
}
.header_top .link>a>span {
	vertical-align: middle;
}
.header_top .link>a>.sprite.sprite_user {
	margin-right: 10px;
}
.header_top .link>a>.sprite.sprite_edit {
	margin-right: 4px;
}
svg#search {
	width: 19px;
	height: 19px;
}
.link_search svg {
	position: relative;
	top: 3px;
}
svg#search .st0 {
	fill: none;
	stroke: #ca7;
	stroke-linecap: round;
	stroke-miterlimit: 10;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
header .formSearch .btn.btn_search>svg#search .st0 {
	stroke: #ca7;
}
.link_search:hover svg#search .st0 {
	stroke: #fff;
}
.navbar-toggle {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	color: #fff;
	background: none;
	border: none;
	outline: none;
}
.navbar-toggle>.icon {
	display: inline-block;
	width: 24px;
	vertical-align: middle;
}
.navbar-toggle>.text {
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
}
.navbar-toggle .icon-bar {
	display: block;
	margin: 4px 0;
	width: 100%;
	height: 2px;
	background-color: #ca7;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

@media (min-width: 1200px) {
	.header_top .col-md-9 {
		padding-left: 60px;
	}
	.header_top .link {
		margin-right: 50px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.topmenu>li>.item{
		font-size: 12px;
	}
}

@media (min-width: 992px) {
	.header_top .link {
		min-width: 144px;
		display: inline-block;
		margin-right: 35px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.header_top .links {
		display: inline-block;
		margin-right: 20px;
	}
	.navbar-toggle {
		/*margin-top: 19px;*/
	}
}

@media (max-width: 767px) {
	.navbar-toggle {
		float:left;
		margin-top: -4px!important;
	}
}

/***** searchBlock *****/
.searchBlock {
	position: relative;
	float: right;
	margin-left: 30px;
}
.searchBlock .formSearch {
	position: absolute;
	top: calc(50% - 34px);
	right: -11px;
	padding-top: 17px;
	width: 0;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: 0.25s width 0.2s ease-out;
	-moz-transition: 0.25s width 0.2s ease-out;
	-ms-transition: 0.25s width 0.2s ease-out;
	-o-transition: 0.25s width 0.2s ease-out;
	transition: 0.25s width 0.1s ease-out;
}
.search_open header .searchBlock .formSearch,
.search_open .modal .searchBlock .formSearch,
.searchBlock.open .formSearch {
	width: 430px;
}
.searchBlock .formSearch .clean {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	background: none;
	border: none;
}
.searchBlock .formSearch>.form-group {
	margin: 0;
}
.searchBlock .formSearch .form-control {
	padding-right: 40px;
	height: 35px;
}
.searchBlock .formSearch .btn.btn_search {
	position: absolute;
	min-width: inherit;
	border: none;
	top: 17px;
	right: 0;
	/*padding: 8px 10px;*/
	height: 35px;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.searchBlock .formSearch .btn.btn_search:hover>svg#search .st0 {
	stroke: #2464ac;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.search_open header .searchBlock .formSearch,
	.searchBlock.open .formSearch {
		width: 460px;
	}
}

@media (max-width: 991px) and (min-width: 560px) {
	.search_open header .searchBlock .formSearch,
	.searchBlock.open .formSearch {
		width: 390px;
	}
}

@media (max-width: 559px) {
	.search_open header .searchBlock .formSearch,
	.searchBlock.open .formSearch {
		width: calc(50vw + 125px);
	}
	.search_open .modal .searchBlock .formSearch, .searchBlock.open .formSearch{
		/*float: right;*/
		max-width: 290px;
	}
}
/***** searchBlock end *****/


/***** lngBlock *****/
.lngBlock {
	float: right;
	margin-left: 40px;
}
.lngBlock .item {
	display: inline-block;
	margin-left: 13px;
	vertical-align: middle;
	color: #fff;
	filter: alpha(opacity=30);
	opacity: .3;
}
.lngBlock .item:first-child {
	margin-left: 0;
}
.lngBlock .item.active {
	filter: alpha(opacity=100);
	opacity: 1;
}

@media (max-width: 559px) {
	.lngBlock {
		position: absolute;
		bottom: -30px;
		right: 15px;
	}
	.searchBlock{
		top: -6px;
	}
	.modal .header_top .links{
		display: block;
	}
	.modal .lngBlock {
		position: relative;
		display: inline-block;
		bottom: 0;
		right: 0;
		margin: 0;
		float: left;
	}
	.modal .searchBlock{
		top: 0;
	}
	#modalMenuNew .header_top{
		margin-top: 60px;
	}
}
/***** lngBlock end *****/


/***** topmenu *****/

.topmenu {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.topmenu>li {
	float: left;
	margin-left: 17px;
}
.topmenu>li:first-child {
	margin-left: 0;
}
.topmenu>li>.item {
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	text-transform: uppercase;
}
.topmenu>li.active>.item {
	text-decoration: underline;
}
/***** topmenu end *****/

.header_top{
	transition: all .2s linear;
	opacity: 1;
}
.modal-open header .header_top{
	opacity: 0;
}
/*** header_top end ***/


/*** header_middle ***/
.header_middle {
	position: relative;
	padding-top: 70px;
	color: #fff;
}
.header_middle:after {
	content: '';
	display: block;
	clear: both;
}
.header_middle>.title {
	margin: 30px 0;
	font: 400 68px/1 'bebas_neue', sans-serif;
	text-transform: uppercase;
}
.header_middle>.link {
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 1.8125;
	color: #fff;
	outline: none;
}
.header_middle>.link:before {
	content: '';
	position: absolute;
	bottom: -37px;
	left: 0;
	width: 52px;
	height: 3px;
	background-color: #ca7;
}


@media (max-width: 414px) {

	.header_middle>.rectangle {
		position: absolute;
		top: 24px;
		right: 0;
		width: 63.85965%;
		border: 5px solid #ca7;
		border-left: none;
	}
	.header_middle>.rectangle:after {
		/*top: 422px;*/
	}
}




.header_middle>.rectangle {
	position: absolute;
	top: 37px;
	right: 0;
	width: 63.85965%;
	height: 414px;
	border: 5px solid #ca7;
	border-left: none;
}






.header_middle>.rectangle:before,
.header_middle>.rectangle:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 60px;
	background-color: #ca7;
}
.header_middle>.rectangle:after {
	top: auto;
	bottom: 0;
	height: 188px;
}
.header_middle>.rectangle>.date {
	position: absolute;
	top: 71px;
	right: 25px;
	font: 68px/1 'bebas_neue', sans-serif;
	color: #ca7;
	text-transform: uppercase;

	text-align: right;
}
.header_middle>.rectangle>.date span{
	display: block;
}
.header_middle>.rectangle>.sprite_globe {
	position: absolute;
	top: 240px;
	right: 205px;
}
.header_middle .desc{
	display: inline-block;
	width: 33.33%;
}

@media (max-width: 1199px) and (min-width: 640px) {
	.header_middle .desc{
		width: 60%;
	}
	.header_middle>.rectangle:after {
		/*top: 317px;*/
		height: 40px;
	}
	.header_middle>.rectangle>.date {
		top: auto;
		right: 29px;
		bottom: 22px;
	}
	.header_middle>.rectangle>.sprite_globe {
		position: absolute;
		top: auto;
		bottom: 30px;
		right: auto;
		left: 28px;
	}
}
@media(max-width:1024px){
	.home header>.container,
	.home header .container,
	.header_bottom .news>.item_wrap {
	    height: 940px;
	}
}
@media (max-width: 991px) and (min-width: 640px) {
	.header_middle>.title {
		font-size: 50px;
		line-height: 1.2;
	}
}

@media (max-width: 767px) and (min-width: 640px) {
	.header_middle>.rectangle {
		width: 301px;
		height: 376px;
	}
	.header_middle>.rectangle:after {
		bottom: 0;
	}
	.header_middle>.rectangle>.date {
		right: 75px;
		bottom: 35px;
		font-size: 50px;
	}
	.header_middle>.rectangle>.sprite_globe {
		bottom: 104px;
		right: 21px;
		left: auto;
		width: 42px;
		height: 42px;
		background-position: -53px 0;
	}
}

@media (max-width: 639px) {

	.header_middle {
		padding-top: 60px;
	}

	.header_middle>.title {
		width: 225px;
		font-size: 36px;
		line-height: 1.22222;
	}
	.header_middle .desc{
		width:80%;	
		margin-top: 30px;
	}
	.header_middle>.link {
		margin-top: 100px;
		width: 260px;
		font-size: 14px;
	}
	.header_middle>.link:before,
	.header_middle>.link>br {
		display: none;
	}
	.header_middle>.rectangle {
		right: auto;
		left: 0;
		width: 100%;
		height: 370px;
	}
	.header_middle>.rectangle:before {
		height: 20px;
	}
	.header_middle>.rectangle:after {
		bottom: 0;
		height: 40px;
	}
	.header_middle>.rectangle>.date {
		right: 15px;
		bottom: auto;
		left: auto;
		font-size: 36px;
		/*max-width: 150px;*/
	}
	.header_middle>.rectangle>.sprite_globe {
		top: 231px;
		bottom: auto;
		left: calc(145px - 50%);
		width: 34px;
		height: 34px;
		background-position: -96px 0;
	}
	.home header>.container {
		height: auto;
	}
}
@media (max-width: 479px) {

	.header_middle .desc{
		width:100%;	
		margin-top: 30px;
	}
	.header_middle>.rectangle {
		height: 440px;
	}
	.header_middle>.rectangle:after {
		bottom: 0;
	}
	.header_middle>.rectangle>.date {
		top: 28px;
		right: 0;
		/*width: 82px;*/
		line-height: 1.2;
   }
}
/*** header_middle end ***/


/*** header_bottom ***/
.header_bottom>.container {
	padding: 0;
}
.header_bottom>.container:before,
.header_bottom>.container:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 50vw;
	height: 100%;
	background-color: rgba(36,53,89,.6);
}
.header_bottom>.container:after {
	right: 100%;
	left: auto;
}
.header_bottom .news:after {
	content: '';
	display: block;
	clear: both;
}
.header_bottom .news>.item_wrap {
	display: block;
	width: 25%;
	text-decoration: none;
}
.header_bottom .news>.item_wrap>.item {
	display: block;
	line-height: 1.857;
	color: #fff;
	text-decoration: none;
}
.header_bottom .news>.item_wrap>.item>span {
	display: block;
}
.header_bottom .news>.item_wrap>.item>.date {
	margin-bottom: 10px;
	color: #ca7;
}
.header_bottom .news>.item_wrap>.item .more {
	visibility: hidden;
	margin: 15px 0;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.header_bottom .news>.item_wrap>.item:hover .more {
	visibility: visible;
	filter: alpha(opacity=100);
	opacity: 1;
}
.more>.arrow_right {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	width: 17px;
	height: 2px;
	vertical-align: middle;
	background-color: #ca7;
}
.more>.arrow_right.arrow_right_white {
	background-color: #fff;
}
.more>.arrow_right:before,
.more>.arrow_right:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 2px;
	background-color: #ca7;
	-webkit-transform: translateY(-2px) rotate(45deg);
	-moz-transform: translateY(-2px) rotate(45deg);
	-ms-transform: translateY(-2px) rotate(45deg);
	-o-transform: translateY(-2px) rotate(45deg);
	transform: translateY(-2px) rotate(45deg);
}
.more>.arrow_right:after {
	-webkit-transform: translateY(2px) rotate(-45deg);
	-moz-transform: translateY(2px) rotate(-45deg);
	-ms-transform: translateY(2px) rotate(-45deg);
	-o-transform: translateY(2px) rotate(-45deg);
	transform: translateY(2px) rotate(-45deg);
}
.more>.arrow_right.arrow_right_white:before,
.more>.arrow_right.arrow_right_white:after {
	background-color: #fff;
}

@media (max-width: 1199px) {
	.header_bottom .news>.item_wrap {
		width: 33.33333%;
	}
}
@media (min-width: 1024px) {
	.header_bottom .news>.item_wrap {
		height: 860px;
	}
}
@media (min-width: 768px) {
	.header_bottom .news>.item_wrap {
		position: relative;
		/*height: 800px;*/
		background-color: rgba(36,53,89,.6);
		border-left: 1px solid rgba(255,255,255,.1);
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.header_bottom .news>.item_wrap:first-child {
		border-left: none;
	}
	.header_bottom .news> .item_wrap.hover {
		background-color: rgba(36,53,89,.1);
	}
}
@media (min-width: 1160px) {	
	.header_bottom .news>.item_wrap>.item:hover {
		top: 725px;
		height: 195px;
	}
}
@media (max-width: 1159px) {	
	.header_bottom .news>.item_wrap>.item:hover {
		top: 683px;
		height: 195px;
	}
}
@media (max-width: 992px) {
	.header_bottom .news>.item_wrap>.item:hover {
		top: 716px;
		height: 195px;
	}
}
@media (min-width: 640px) {
	.header_bottom .news>.item_wrap{
		position: relative;
	}
	.header_bottom .news>.item_wrap>.item {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 10px 15px 0;
		width: 100%;
		height: 185px;
		border-bottom: 10px solid #ca7;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		z-index: 2;
	}
}
@media (max-width: 767px) {

	.header_bottom .news>.item_wrap>.item:hover {
		top: 854px;
		height: 195px;
	}
}

@media (max-width: 767px) {
	.header_bottom {
		z-index: 1;
	}
	.home header .container{
		height: auto;
	}
	.header_bottom .news>.item_wrap {
		padding: 90px 4.6875% 20px;
		width: 50%;
		height: auto;
	}
	.header_bottom .news>.item_wrap:nth-child(n+3) {
		display: none;
	}
	.header_bottom .news>.item_wrap>.item:hover .text {
		text-decoration: underline;
	}
	.header_bottom .news>.item_wrap>.item .more {
		display: none;
	}
	.header_bottom .all_news {
		padding: 0 4.6875% 45px;
	}
	.header_bottom .all_news>a {
		font-weight: bold;
		font-size: 11px;
		color: #fff;
		text-transform: uppercase;
	}
}

@media (min-width: 640px) {
	.header_bottom {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.header_bottom .news>.item_wrap {
		float: left;
	}
	.header_bottom .news>.item_wrap>.item>.text {
		height: 80px;
		overflow: hidden;
	}
}

@media (max-width: 639px) {
	.header_bottom .news> .item_wrap {
		padding: 90px 4.6875% 20px;
		width: 100%;
	}
	.header_bottom .news>.item_wrap:nth-child(n+2) {
		display: none;
	}
	.header_bottom .news>.item_wrap>.item>.date {
		margin: 0;
		font-size: 13px;
	}
	.header_bottom .news>.item_wrap>.item>.text {
		font-size: 13px;
	}
}
/*** header_bottom end ***/

/* header end */


/* content */
h3 {
	font: 400 48px/1 'bebas_neue', sans-serif;
	color: #ca7;
	text-transform: uppercase;
	margin-top: 40px;
}
.home h3 {
	text-align: center;
}
h4 {
	margin: 40px 0 20px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.4166667;
	color: #283e65;
}

@media (min-width: 992px) {
	#content {
		padding-bottom: 450px;
	}
}

@media (max-width: 767px) {
	h4 {
		margin: 40px 0;
		font-size: 20px;
	}
}

@media (max-width: 639px) {
	h4 {
		margin: 25px 0;
		font-size: 17px;
	}
}

/*** home ***/

/***** partners *****/
.partners {
	padding: 75px 0;
	text-align: center;
}
.partners .more {
	font-weight: bold;
	font-size: 11px;
	color: #283e65;
	text-transform: uppercase;
}
.partners>.c3 {
	margin: 0 auto;
	padding: 35px 0;
}
.partners .owl-carousel .owl-item {
	display: inline-block;
	float: none;
	margin: 15px 0 0;
	padding: 0 15px;
	text-align: center;
	vertical-align: middle;
}
.partners .owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
	max-width: 100%;
}
.partners .carousel .owl-nav>.owl-prev,
.partners .carousel .owl-nav>.owl-next {
	top: calc(50% - 38px);
}

@media (max-width: 1199px) and (min-width: 992px) {
	.partners>.c3 {
		width: 850px;
	}
	.partners>.c3 .owl-nav>.owl-prev {
		left: -45px;
	}
	.partners>.c3 .owl-nav>.owl-next {
		right: -45px;
	}
}

@media (min-width: 992px) {
	.partners .more {
		position: absolute;
		top: 111px;
		left: calc(50% + 300px);
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.partners>.c3 {
		width: 570px;
	}
	.partners>.c3 .owl-nav>.owl-prev {
		left: -75px;
	}
	.partners>.c3 .owl-nav>.owl-next {
		right: -75px;
	}
}

@media (max-width: 767px) {
	h3 {
		text-align: center;
		font-size: 36px;
	}
	.partners {
		padding: 35px 0;
	}
	.partners>.items {
		margin: 0 -13px;
		padding-top: 0;
	}
	.partners>.items>.item {
		margin: 15px 0 0;
		padding: 15px 10px 0;
	}
}

@media (max-width: 767px) and (min-width: 640px) {
	.partners>.c3 {
		width: 560px;
	}
	.partners>.c3 .owl-nav>.owl-prev {
		left: -30px;
	}
	.partners>.c3 .owl-nav>.owl-next {
		right: -30px;
	}
}

@media (max-width: 639px) {
	.partners>.c3 {
		width: 270px;
	}
	.partners>.c3 .owl-nav>.owl-prev {
		left: -23px;
	}
	.partners>.c3 .owl-nav>.owl-next {
		right: -23px;
	}
}
/***** partners end *****/


/***** events (carousel.c1) *****/
.carousel.c1 {
	margin: 0 auto;
}
.events .carousel {
	margin: 47px auto 80px;
	width: 1140px;
	max-width: 100%;
}
.carousel .owl-carousel {
	padding-bottom: 72px;
}
.events .carousel .item {
	position: relative;
	display: block;
	overflow: hidden;
	text-decoration: none;
}
.events .carousel .item span {
	display: block;
}
.events .carousel .item>.wrapin {
	height: 480px;
	border-bottom: 10px solid transparent;
	-webkit-transition: border .3s;
	-moz-transition: border .3s;
	-ms-transition: border .3s;
	-o-transition: border .3s;
	transition: border .3s;
}
.events .carousel .item:hover>.wrapin {
	border-bottom-color: #fff;
}
.events .item>.wrapin>.item_middle {
	padding: 25px 20px;
	height: 179px;
	background-color: #283e65;
	border-bottom: 1px solid rgba(255,255,255,.15);
}
.events .item>.wrapin>.item_middle>.title {
	margin-bottom: 25px;
	height: 60px;
	overflow: hidden;
	font-weight: bold;
	color: #fff;
}
.events .item>.wrapin>.item_middle>.tags {
	margin: 0 -11px;
}
.events .item>.wrapin>.item_middle>.tags:after {
	content: '';
	display: block;
	clear: both;
}
.events .item>.wrapin>.item_middle>.tags>.tag {
	float: left;
	margin: 0 11px 10px;
	font-size: 9px;
	color: #818a9d;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.events .item>.wrapin>.item_bottom {
	padding: 25px 20px 0;
	height: 107px;
	color: #fff;
	background-color: #30456a;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.events .item:hover>.wrapin>.item_bottom {
	padding-top: 17px;
	background-color: #6da1d1;
}
.events .item>.wrapin>.item_bottom .date {
	margin-bottom: 5px;
	font: 24px/1.1 'bebas_neue', sans-serif;
	color: #dfba83;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}
.events .item:hover>.wrapin>.item_bottom .date {
	color: #fff;
}
.events .item>.wrapin>.item_bottom .more {
	visibility: hidden;
	margin: 15px 0;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.events .item>.wrapin>.item_bottom .more>.arrow_right {
	margin-left: 0;
}
.events .item:hover>.wrapin>.item_bottom .more {
	visibility: visible;
	filter: alpha(opacity=100);
	opacity: 1;
}
.carousel .owl-nav>.owl-prev,
.carousel .owl-nav>.owl-next {
	position: absolute;
	top: calc(50% - 56px);
	left: -60px;
}
.carousel .owl-nav>.owl-next {
	right: -60px;
	left: auto;
}

.carousel44 .owl-dots {
	counter-reset: dots;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.carousel44 .owl-dot {
	float: left !important;	
	margin: 0 5px;
	width: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #283e65;
}



.owl-dots {
	counter-reset: dots;
	position: absolute;
	bottom: 0;
	left: 50%;
	
	text-align: center;
	white-space: nowrap;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.owl-dot {
	display: inline-block;
margin: 0 5px;
	width: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #283e65;
}
.owl-dot:before {
	counter-increment: dots;
	content: counter(dots);
}
.owl-dots>.owl-dot.active {
	border-bottom: 3px solid #ca7;
}

@media (max-width: 1299px) and (min-width: 1200px) {
	.carousel.c1 .owl-nav {
		display: none;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.carousel.c1 {
		width: 850px;
	}
	.carousel.c1 .owl-nav>.owl-prev {
		left: -45px;
	}
	.carousel.c1 .owl-nav>.owl-next {
		right: -45px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.carousel.c1 {
		width: 570px;
	}
	.carousel.c1 .owl-nav>.owl-prev {
		left: -75px;
	}
	.carousel.c1 .owl-nav>.owl-next {
		right: -75px;
	}
}

@media (max-width: 767px) {
	.carousel .owl-carousel {
		padding-bottom: 52px;
	}
}

@media (max-width: 767px) and (min-width: 640px) {
	.carousel.c1 {
		width: 560px;
	}
	.carousel.c1 .owl-nav>.owl-prev {
		left: -30px;
	}
	.carousel.c1 .owl-nav>.owl-next {
		right: -30px;
	}
}

@media (max-width: 639px) {
	.carousel.c1 {
		width: 270px;
	}
	.carousel.c1 .owl-nav>.owl-prev {
		left: -23px;
	}
	.carousel.c1 .owl-nav>.owl-next {
		right: -23px;
	}
	.owl-nav .sprite.sprite_menu_left,
	.owl-nav .sprite.sprite_menu_right,
	.events_pmf .carousel.c2 .owl-nav .sprite.sprite_menu_left,
	.events_pmf .carousel.c2 .owl-nav .sprite.sprite_menu_right {
		width: 15px;
		height: 25px;
		background-position: -38px -53px;
	}
	.events_pmf .carousel.c2 .item .text>.date{
		margin-top: 0;
	}
	.owl-nav .sprite.sprite_menu_right {
		background-position: -54px -53px;
	}
	.events_pmf .carousel.c2 .owl-nav .sprite.sprite_menu_left {
		background-position: -107px -35px;
	}
	.events_pmf .carousel.c2 .owl-nav .sprite.sprite_menu_right {
		background-position: -123px -35px;
	}
}
/***** events (carousel.c1) end *****/


/***** events_pmf (carousel.c2) *****/
.events_pmf {
	position: relative;
}
.events_pmf .bg {
	position: absolute;
	top: 128px;
	left: 0;
	width: 100%;
	height: calc(100% - 280px);
	overflow: hidden;
}
.events_pmf .bg>img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.events_pmf .carousel.c2 {
	margin: 60px 0 80px;
}
.events_pmf .carousel.c2 .owl-item {
	text-align: center;
}
.events_pmf .carousel.c2 .item {
	position: relative;
	display: inline-block;
	margin-top: 119px;
	text-align: left;
}
.events_pmf .carousel.c2 .item>img {
	display: inline-block;
	margin-right: 27px;
	width: 370px;
	height: auto;
	vertical-align: top;
}
.events_pmf .carousel.c2 .item .text {
	display: inline-block;
	vertical-align: top;
}
.events_pmf .carousel.c2 .item .text>.title {
	display: block;
	margin-bottom: 20px;
	width: 560px;
	/*height: 102px;*/
	overflow: hidden;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
}
.events_pmf .carousel.c2 .item .text>.desc {
	display: block;
	margin-bottom: 20px;
	width: 480px;
	/*height: 102px;*/
	overflow: hidden;
	font-size: 15px;
	color: #fff;
}
.events_pmf .carousel.c2 .item .text>.tags {
	position: relative;
	display: inline-block;
	margin: 0 -10px 20px;
	max-width: 420px;
	height: 40px;
	overflow: hidden;
	font-weight: 300;
	font-size: 9px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: .3;
}
.events_pmf .carousel.c2 .item .text>.tags:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 10px;
	width: calc(100% - 20px);
	height: 1px;
	background-color: rgba(255,255,255,.5);
}
.events_pmf .carousel.c2 .item .text>.tags>.tag {
	display: inline-block;
	padding: 0 10px 7px;
}
.events_pmf .carousel.c2 .item .text>.date {
	display: block;
	margin-bottom: 10px;
	font: 400 24px/1.1 'bebas_neue', sans-serif;
	color: #dfba83;
}
.events_pmf .carousel.c2 .item .text>.location {
	display: block;
	color: #fff;
	opacity: .8;
}
.events_pmf .carousel.c2 .item .frame {
	position: absolute;
	top: 25px;
	left: 62px;
	width: 507px;
	height: 314px;
	border: 5px solid #ca7;
}
.events_pmf .carousel.c2 .sprite.sprite_menu_left {
	background-position: -69px -43px;
}
.events_pmf .carousel.c2 .sprite.sprite_menu_right {
	background-position: -88px -43px;
}
div:not(.events_pmf) .carousel.c2 .owl-nav {
	/*display: none;*/
}

@media (max-width: 1299px) {
	.carousel .owl-nav>.owl-prev {
		left: 0;
	}
	.carousel .owl-nav>.owl-next {
		right: 0;
	}
}

@media (min-width: 1200px) {
	.events_pmf .carousel.c2 .item .frame {
		left: 319px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.events_pmf .carousel.c2 .item .text>.title {
		width: 470px;
	}
	.events_pmf .carousel.c2 .item .frame {
		left: 342px;
	}
}

@media (min-width: 992px) {
	.events_pmf .carousel.c2 .owl-item {
		height: 482px;
	}
	.events_pmf .carousel.c2 .item .frame {
		top: -51px;
		height: 343px;
		border-right: none;
	}
	.events_pmf .carousel.c2 .item .frame:before,
	.events_pmf .carousel.c2 .item .frame:after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 5px;
		height: 35px;
		background-color: #ca7;
	}
	.events_pmf .carousel.c2 .item .frame:after {
		top: 183px;
		height: 150px;
	}
}

@media (max-width: 991px) {
	.events_pmf .carousel.c2 .item .text>.tags {
		padding-bottom: 20px;
		height: auto;
	}
}

@media (max-width: 991px) and (min-width: 640px) {
	.events_pmf .carousel.c2 {
		margin: 60px auto 80px;
		width: 570px;
	}
	.events_pmf .carousel.c2 .item {
		margin: 67px 0 55px;
		width: 570px;
	}
	.events_pmf .carousel.c2 .item>img {
		margin-bottom: 70px;
		width: 470px;
		height: 314px;
	}
	.events_pmf .carousel.c2 .owl-nav>.owl-prev,
	.events_pmf .carousel.c2 .owl-nav>.owl-next {
		top: 241px;
	}
	.carousel .owl-nav>.owl-prev {
		left: -75px;
	}
	.carousel .owl-nav>.owl-next {
		right: -75px;
	}
}

@media (max-width: 767px) {
	.events_pmf .bg {
		top: 117px;
		height: calc(100% - 248px);
	}
}

@media (max-width: 767px) and (min-width: 640px) {
	.events_pmf .carousel.c2 {
		width: 560px;
	}
	.events_pmf .carousel.c2 .item {
		width: 560px;
	}
	.events_pmf .carousel.c2 .item .frame {
		left: 52px;
	}
	.carousel .owl-nav>.owl-prev {
		left: -30px;
	}
	.carousel .owl-nav>.owl-next {
		right: -30px;
	}
}

@media (max-width: 639px) {
	.events_pmf .bg {
		background-color: #283e65;
	}
	.events_pmf .bg>img {
		display: none;
	}
	.events_pmf .carousel.c2 .item {
		margin: 30px 0 40px;
		width: 100%;
		overflow: hidden;
	}
	.events_pmf .carousel.c2 .item>img {
		margin-bottom: 75px;
		width: auto;
		/*height: 300px;*/
	}
	.events_pmf .carousel.c2 .item .frame {
		left: 94px;
	}
	.events_pmf .carousel.c2 .item .text {
		padding: 0 4.6875%;
		max-width: 100vw;
	}
	.events_pmf .carousel.c2 .item .text>.title {
		display: block;
padding-top: 40px;
		margin-bottom: 20px;
		width: 100%;
		height: auto;
		font-size: 19px;
	}
	.events_pmf .carousel.c2 .owl-nav>.owl-prev {
		top: 357px;
		left: 4.6875%;
	}
	.events_pmf .carousel.c2 .owl-nav>.owl-next {
		top: 357px;
		right: auto;
		left: calc(4.6875% + 33px);
	}
}
/***** events_pmf (carousel.c2) end *****/


/***** banner *****/
.banner {
	position: relative;
	display: block;
	margin-bottom: 85px;
	height: 230px;
	overflow: hidden;
	background-color: #6198cc;
}
.banner_el {
	position: absolute;
	top: 57px;
	left: -29px;
}
.banner_el.el_photo {
	top: -40px;
	left: 161px;
	padding-top: 134px;
	width: 311px;
	height: 311px;
	text-align: center;
	background: #213a60;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.banner_el.el_photo:before {
	content: '';
	position: absolute;
	top: 94px;
	left: 94px;
	width: 122px;
	height: 122px;
	border: 1px solid rgba(105,158,207,.3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.banner_el.el2 {
	left: 113px;
}
.banner_el.el3 {
	left: auto;
	right: 106px;
}
.banner_el.el4 {
	left: auto;
	right: -36px;
}
.banner_el.el_text {
	top: 97px;
	left: 400px;
	color: #fff;
}
.banner_el.el_text>.title {
	margin-right: 19px;
	vertical-align: middle;
	font: 400 48px/1 'bebas_neue', sans-serif;
}
.banner_el.el_text>.subtitle {
	vertical-align: middle;
	font-weight: bold;
}

@media (max-width: 1199px) {
	.banner_el.el_photo>.sprite,
	.banner_el.el_photo:before,
	.banner_el.el3,
	.banner_el.el4 {
		display: none;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.banner_el.el_text {
		left: 300px;
	}
}

@media (max-width: 991px) {
	.banner_el.el_text {
		top: 80px;
	}
	.banner_el.el_text>.title {
		font-size: 32px;
		line-height: 1.1;
	}
}

@media (max-width: 991px) and (min-width: 640px) {
	.banner_el.el_photo {
		left: auto;
		right: 27.43363%;
	}
	.banner_el.el2 {
		left: auto;
		right: 68.84956%;
	}
	.banner_el.el_text {
		left: 35.39823%;
	}
}

@media (max-width: 639px) {
	.banner {
		margin: 0 0 40px;
	}
	.banner_el.el_photo {
		left: 170px;
	}
	.banner_el.el1,
	.banner_el.el2 {
		top: 37px;
		left: 5.43807%;
		width: 83px;
		height: 83px;
	}
	.banner_el.el2 {
		top: 109px;
	}
	.banner_el.el_text {
		top: 47px;
		left: 38.97281%;
		width: 185px;
	}
	.banner_el.el_text>.title {
		display: block;
		margin-bottom: 10px;
	}
	.banner_el.el_text>.subtitle {
		font-size: 13px;
	}
}
/***** banner end *****/


/***** vestfinance *****/
.vestfinance {
	position: relative;
	padding: 35px 0 30px;
	overflow: hidden;
}
.vestfinance:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 606px;
	height: 343px;
	border: 5px solid #ca7;
}
.vestfinance .video_block,
.vestfinance .videoplayer {
	width: 570px;
	height: 350px;
}
.video_block {
	position: relative;
	display: block;
}
.video_block .play_button {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 15px 0 0 19px;
	width: 53px;
	height: 53px;
	border: 2px solid rgba(255,255,255,.3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 7;
}

.videoplayer:hover .play_button,
a:hover .play_button {
	border-color: #fff;
}
a:hover .sprite.sprite_play {
	background-position: -101px -76px;
}
.video_block .play_button_big {
	padding: 28px 0 0 36px;
	width: 104px;
	height: 104px;
	border: 5px solid #fff;
}
.videoplayer.vjs-playing .play_button {
	display: none;
}
.vestfinance .video_desc {
	font-weight: bold;
	font-size: 24px;
	color: #283e65;
}

@media (min-width: 1200px) {
	.vestfinance h3,
	.vestfinance .video_desc {
		left: 623px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.vestfinance {
		padding: 49px 0 85px;
	}
	.vestfinance h3,
	.vestfinance .video_desc {
		left: 429px;
	}
	.vestfinance .video_block,
	.vestfinance .videoplayer {
		width: 399px;
		height: 245px;
	}
}

@media (min-width: 992px) {
	.vestfinance h3 {
		position: absolute;
		top: 45px;
	}
	.vestfinance h3:before {
		content: '';
		position: absolute;
		top: 73px;
		left: 0px;
		width: 52px;
		height: 3px;
		background-color: #ca7;
	}
	.vestfinance .video_desc {
		position: absolute;
		top: 176px;
		width: 400px;
		font-size: 22px;
	}
}

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

@media (max-width: 991px) and (min-width: 640px) {
	.vestfinance:before {
		right: 0;
		width: calc(100% - 30px);
		height: 315px;
	}
	.vestfinance .video_block {
		margin: 25px 0 50px;
	}
	.vestfinance .video_block,
	.vestfinance .videoplayer {
		width: 513px;
		height: 315px;
		margin-bottom: 15px;
	}
	.vestfinance .video_desc{
		margin: 0 20px 40px 60px;
		font-size: 22px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.vestfinance:before {
		top: 140px;
	}
}

@media (max-width: 767px) {
	.vestfinance:before {
		top: 125px;
	}
}

@media (max-width: 639px) {
	.vestfinance:before {
		display: none;
		right: -10px;
		width: calc(100% - 51px);
		height: 61.403509vw;
	}
	.vestfinance .video_block {
		margin: 25px -1px 30px;
		width: calc(100% + 2px);
		height: auto;
	}
	.vestfinance .videoplayer {
		width: 100%;
		height: auto;
	}
	.vestfinance .videoplayer {
		padding-top: 56.5%;
	}
	.vestfinance .video_desc {
		padding: 0 4.6875%;
		font-size: 19px;
		margin-bottom: 20px;
	}
}
/***** vestfinance end *****/


/***** vestfinance_slider *****/
.vestfinance_slider {
	margin-bottom: 80px;
}
.vestfinance_slider .item {
	display: block;
	text-decoration: none;
}
.vestfinance_slider .item .video_block,
.news-item__image.video_block {
	margin-bottom: 15px;
	border-bottom: 5px solid transparent;
	-webkit-transition: border .3s;
	-moz-transition: border .3s;
	-ms-transition: border .3s;
	-o-transition: border .3s;
	transition: border .3s;
}
.vestfinance_slider .item:hover .video_block,
a:hover .news-item__image.video_block {
	border-color: #ca7;
}
.vestfinance_slider .item .video_block:before,
.news-item__image.video_block:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(38,59,90,.7);
	z-index: 1;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}
.vestfinance_slider .item:hover .video_block:before,
a:hover .news-item__image.video_block:before {
	background-color: rgba(38,59,90,.2);
}
.vestfinance_slider .item .text {
	line-height: 24px;
	color: #283e65;
	opacity: .8;
}
.owl-carousel-item img{
	max-height: 640px;
	width: auto!important;
	margin:auto;
}

@media (max-width: 639px) {
	.vestfinance_slider {
		margin-bottom: 40px;
	}
}
/***** vestfinance_slider end *****/

/*** home ***/

/*** breadcrumb ***/
.breadcrumb {
	margin: 0;
	padding: 0;
	font-size: 13px;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.breadcrumb>.active {
	color: rgba(255,255,255,.3);
}
.breadcrumb>li+li:before {
	content: '';
	display: inline-block;
	margin: 0 10px;
	padding: 0;
	width: 7px;
	height: 7px;
	background: url(../images/sprite.png) -131px -22px no-repeat;
}

@media (max-width: 639px) {
	.breadcrumb {
		display: none;
	}
}
/*** breadcrumb end ***/


/*** lines ***/
.lines>.line {
	position: absolute;
	top: 0;
	left: 25%;
	width: 1px;
	height: 100%;
	background-color: rgba(255,255,255,.1);
}
.lines>.line:nth-child(2) {
	left: 50%;
}
.lines>.line:nth-child(3) {
	left: 75%;
}

@media (max-width: 1199px) and (min-width: 768px) {
	.lines>.line {
		left: 33.333%;
	}
	.lines>.line:nth-child(2) {
		left: 66.667%;
	}
}
/*** lines end ***/


/*** organizing_committee ***/
.c-stack {
	margin-bottom: 40px;
	border-bottom: 1px solid #dfdfdf;
}
.c-stack__item {
	font-size: 19px;
	border: 1px solid #dfdfdf;
	border-bottom: none;
}
.f18 > .c-stack:not(.c-stack-quote) .c-stack__item{
	padding: 30px;
}
.c-stack__item:after {
	content: '';
	display: block;
	clear: both;
}
.c-stack__name {
	padding: 50px 30px 50px 90px;
	font-weight: bold;
	color: #283e65;
}
.c-stack__desc {
	padding: 50px 20px 30px 20px;
	font-weight: 300;
	color: #7d7d7d;
}
.c-stack__member {
	border-top: 1px solid #dfdfdf;
}
.c-stack.c-stack-frame,
.c-stack.c-stack-frame .c-stack__item{
	border: none;
}
.c-stack.c-stack-frame video{
	background-image: url(/images/broadcast_bg.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border: 1px solid #dfdfdf;
	max-height: 322px;
}
@media (max-width: 1199px) {
	.c-stack__name {
		padding-left: 30px;
		font-weight: bold;
		color: #283e65;
	}
}

@media (min-width: 992px) {
	.c-stack__name {
		float: left;
		width: 41.45299%;
	}
	.c-stack__desc {
		float: left;
		width: 58.54701%;
	}
}

@media (max-width: 991px) {
	.c-stack__item {
		font-size: 17px;
	}
	.c-stack__name {
		padding: 30px 15px 15px;
	}
	.c-stack__desc {
		padding: 0 15px 30px;
	}
	.c-stack-transcript .c-stack__name{
		display: block;
		float: none;
    	text-align: left;
	}
	.program_forum .c-stack__item {
		flex-direction: column;
	}
	.program_forum .c-stack__desc {
		padding-right: 15px!important;
	}

	.program_forum .c-stack__desc .anchors{
		position: relative;
		margin-top: 15px;
		top: 0;
		right: 0;
	}
}

@media (max-width: 639px) {
	.c-stack__name {
		padding: 20px 15px 10px;
		font-size: 14px;
	}
	.c-stack__desc {
		padding: 0 15px 20px;
		font-size: 13px;
	}
}
/*** organizing_committee end ***/


/*** about ***/

/***** lang_selection *****/
.about header h1 {
	float: left;
	/*width: calc(25% + 7px);*/
}
.lang_selection {
	float: left;
	padding-top: 53px;
	width: 270px;
	font-size: 19px;
}
.lang_selection button {
	position: relative;
	padding: 6px 13px;
	width: 100%;
	height: 58px;
	text-align: left;
	color: #ca7;
	background: none;
	border: 2px solid #ca7;
	outline: none;
}
/* .lang_selection svg {
	margin-right: 10px;
	height: 26px;
	vertical-align: middle;
} */
.lang_selection span.sprite {
	margin-right: 10px;
	vertical-align: middle;
}
.lang_selection span.name {
	vertical-align: middle;
}
.lang_selection button .sprite_chevron_down {
	position: absolute;
	top: calc(50% - 5px);
	right: 20px;
}
.lang_selection .dropdown-menu {
	padding: 17px 0;
	width: 483px;
	font-size: 19px;
	background-color: #283e65;
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}
.lang_selection .dropdown-menu>li {
	display: block;
}
.lang_selection .dropdown-menu>li:last-child:nth-child(2n-1) {
	margin-bottom: 42px;
}
.lang_selection .dropdown-menu>li.active {
	padding: 8px 15px;
}
.lang_selection .dropdown-menu>li.active>span.name {
	color: #fff;
	text-decoration: underline;
}
.lang_selection .dropdown-menu>li>a {
	padding: 8px 15px;
	color: #ca7;
}
.lang_selection .dropdown-menu>li>a:hover {
	background-color: #3f5b8b;
}

@media (max-width: 1199px) {
	.about header h1 {
		width: calc(33.333% + 10px);
	}
}

@media (max-width: 767px) and (min-width: 640px) {
	.about header h1 {
		width: calc(50% + 15px);
	}
	.lang_selection {
		width: calc(50% - 15px);
	}
}

@media (max-width: 767px) {
	.lang_selection .dropdown-menu {
		width: 100%;
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}
	.lang_selection .dropdown-menu>li:last-child:nth-child(2n-1) {
		margin-bottom: 0;
	}
}

@media (max-width: 639px) {
	.about header h1 {
		float: none;
		width: 100%;
	}
	.lang_selection {
		margin-bottom: 30px;
		padding-top: 0;
	}
}
/***** lang_selection end *****/


/***** menu-anchors *****/
.menu-anchors {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
.menu-anchors__item {
	position: relative;
	margin-bottom: 13px;
	padding-left: 15px;
	font-size: 19px;
	line-height: 28px;
	color: #ca7;
}
.menu-anchors__link:before {
	content: '–';
	position: absolute;
	top: 0;
	left: 0;
}
.menu-anchors__item.active>.menu-anchors__link,
.menu-anchors__link:hover {
	color: #6da1d1;
	text-decoration: none;
}
.menu-anchors__link:focus {
	text-decoration: none;
}

@media (max-width: 991px) {
	.menu-anchors__item {
		font-size: 17px;
	}
}

@media (max-width: 767px) and (min-width: 640px) {
	.r640 .col-sm-6 {
		float: left;
		width: 50%;
	}
}

@media (max-width: 639px) {
	.menu-anchors {
		margin: 0;
	}
	.menu-anchors__item {
		margin-bottom: 8px;
		font-size: 14px;
		line-height: 1.42857143;
	}
}
/***** menu-anchors end *****/


/***** press-list_about *****/
.press-list.press-list_about {
	margin-bottom: 60px;
}
.press-list_about .press-item {
	margin-top: 60px;
}
.press-list_about .press-item__body {
	font-size: 19px;
	line-height: 28px;
}
.press-list_about .press-item__body p,
.press-list_about .press-item__body ul {
	margin-bottom: 30px;
}
.press-list_about .press-item__body td p:last-child,
.press-list_about .press-item__body ul:last-child {
	margin-bottom: 0;
}
.press-list_about .press-item__body li {
	margin-bottom: 10px;
}
.press-list_about .press-item__body .address {
	display: block;
	margin-bottom: 10px;
}
.title-bg-blue {
	display: inline-block;
	margin-bottom: 30px;
	padding: 20px 0 19px;
	width: 223px;
	text-align: center;
	font: 400 24px/1.1 'bebas_neue', sans-serif;
	color: #fff;
	background-color: #6da1d1;
}
.press-list_about .press-item__body .c-contacts {
	margin-bottom: 30px;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.press-list_about .press-item__head {
		width: 200px;
		margin-bottom: 50px;
	}
	.press-list_about .press-item__body {
		margin-left: 200px;
	}
}

@media (max-width: 1199px) {
	.press-list_about .press-item {
		margin-top: 50px;
	}
	.press-list_about .press-item__title {
		font-size: 32px;
	}
	.press-list_about .press-item__body {
		font-size: 17px;
	}
}

@media (max-width: 991px) {
	.press-list_about .press-item__head {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.press-list_about .press-item {
		margin-top: 40px;
	}
	.press-list_about .press-item__body {
		font-size: 14px;
	}
}

@media (max-width: 639px) {
	.press-list_about .press-item {
		margin-top: 35px;
	}
	.press-list_about .press-item__title {
		margin-bottom: 20px;
		font-size: 28px;
	}
	.press-list_about .press-item__body p,
	.press-list_about .press-item__body ul {
		margin-bottom: 20px;
	}
}
/***** press-list_about end *****/


/***** c-contacts *****/
.c-contacts {
	max-width: 575px;
}
.c-contacts__item {
	padding: 15px 0;
	border-bottom: 1px solid #dfdfdf;
}
.c-contacts__item:last-child {
	border-bottom: none;
}

@media (min-width: 640px) {
	.c-contacts__item:after {
		content: '';
		display: block;
		clear: both;
	}
	.c-contacts__label {
		float: left;
	}
	.c-contacts__value {
		float: right;
	}
}
/***** c-contacts end *****/


/***** c-social *****/
.c-social {
	max-width: 585px;
}
.c-social:after {
	content: '';
	display: block;
	clear: both;
}
.c-social__item {
	display: block;
	float: left;
	margin: 0 54px 30px 0;
	font-size: 19px;
}
.c-social__item:hover {
	text-decoration: none;
}
.c-social__item-yt,
.c-social__item-ins {
	margin-right: 0;
	width: 153px;
}
.c-social__item-tw,
.c-social__item-as {
	margin-right: 0;
}
.c-social__item-gp {
	margin-right: 21px;
}
.c-social__item>svg {
	margin-right: 3px;
	height: 17px;
	vertical-align: middle;
	fill: #ca7;
}
.c-social__item-fb>svg {
	margin-right: 7px;
	height: 20px;
}
.c-social__item-ins>svg {
	margin-left: 3px;
	height: 19px;
}
.c-social__item>a,
.c-social__item>span {
	vertical-align: middle;
}
.c-social__item>span.name {
	margin-right: 5px;
}
.c-social__item>span.sep {
	margin: 0 7px;
	color: #dfdfdf;
}

@media (max-width: 767px) {
	.c-social__item {
		font-size: 17px;
	}
}

@media (max-width: 639px) {
	.c-social__item {
		float: none;
	}
	.c-social__item.c-social__item-gp {
		float: left;
	}
}
/***** c-social end *****/

/*** about end ***/


/*** partnership ***/
.partner_logo img{
	display: block;
	max-width: 100%;
	margin: auto;
}
.partnership {
	overflow: hidden;
}
.partnership_title {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 20px;
	text-align: center;
	font: 400 28px/1.1 'bebas_neue', sans-serif;
	color: #ca7;
}
.partnership_title:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -26px;
	width: 52px;
	height: 3px;
	background-color: #ca7;
}
.logos_list {
	list-style: none;
	margin: 0 -45px;
	padding: 0;
	text-align: center;
}
.logos_list>li {
	display: inline-block;
	padding: 0 45px 40px;
	max-height: 200px;
}
.logos_list>li img{
	/*max-height: 100%;*/
	max-height: 120px;
}
.c-stack-partnership .c-stack__name .partner_name {
	margin: 20px 0 10px;
}
.c-stack-partnership .c-stack__name .partner_desc {
	font-weight: 300;
	color: #7d7d7d;
	text-transform: uppercase;
}
.c-stack-partnership .c-stack__desc {
	line-height: 28px;
}

@media (min-width: 992px) {
	.c-stack-partnership .c-stack__name {
		width: 32.90598%;
	}
	.c-stack-partnership .c-stack__desc {
		width: 67.09402%;
	}
}

@media (max-width: 991px) {
	.partnership_title {
		margin-bottom: 30px;
	}
	.logos_list {
		margin: 0 -30px;
	}
	.logos_list>li {
		padding: 0 30px 30px;
		height: inherit;
	}
	.c-stack-partnership .c-stack__name .partner_desc {
		font-size: 14px;
		text-transform: none;
	}
}

@media (max-width: 991px) and (min-width: 640px) {
	.c-stack-partnership .c-stack__name {
		padding: 30px 35px 15px;
	}
	.c-stack-partnership .c-stack__name:after {
		content: '';
		display: block;
		clear: both;
	}
	.c-stack-partnership .c-stack__name .partner_logo {
		float: left;
		padding: 0 15px 0 0;
	}
	.c-stack-partnership .c-stack__name .partner_name,
	.c-stack-partnership .c-stack__name .partner_desc {
		margin-left: 50%;
		padding: 0 0 0 15px;
		width: 50%;
	}
	.c-stack-partnership .c-stack__desc {
		padding: 15px 35px 30px;
	}
}

@media (max-width: 639px) {
	.partnership_title {
		margin-bottom: 20px;
	}
	.logos_list {
		margin: 0 -15px;
	}
	.logos_list>li {
		padding: 0 15px 20px;
	}

	.c-stack-partnership .c-stack__item {
		text-align: center;
	}
	.c-stack-partnership .c-stack__name .partner_logo>img {
		height: 69px;
	}
	.c-stack-partnership .c-stack__name {
		font-size: 17px;
	}
	.c-stack-partnership .c-stack__desc {
		font-size: 14px;
	}
}
/*** partnership end ***/


/*** program_forum ***/

/***** c-filter *****/
.c-filter {
	font-size: 17px;
}
.c-filter__label,
.c-filter__buttons {
	display: inline-block;
}
.c-filter__btn {
	margin-left: 15px;
}

@media (max-width: 639px) {
	.c-filter__label {
		display: block;
		margin-bottom: 7px;
	}
	.btn.btn_filter.c-filter__btn {
		padding: 6px 10px 5px;
		min-width: 130px;
	}
	.btn.btn_filter.c-filter__btn:first-child {
		margin-left: 0;
	}
}
/***** c-filter end *****/

.program_forum {
	color: #7d7d7d;
}
.program_forum .menu-anchors {
	padding-bottom: 40px;
}
.program_forum_header {
	margin-bottom: 35px;
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(150,150,150,.3);
}
.program_forum_header:after,
.program_forum_session_header .docs:after {
	content: '';
	display: block;
	clear: both;
}
.program_forum_header.program_forum_session_header {
	padding-bottom: 25px;
}
.program_forum_header .c-filter {
	float: left;
}
.program_forum_header .program_search {
	display: block;
	float: right;
	font-size: 17px;
	line-height: 50px;
	color: #7d7d7d;
	text-decoration: none;
}
.program_forum_header .program_search:hover>span {
	text-decoration: underline;
}
.program_forum_header .program_search>span,
.program_forum_header .program_search>svg {
	vertical-align: middle;
}
.program_forum_header .program_search>svg {
	margin-left: 10px;
}
.searchBlock.searchBlock_program {
	margin-right: 11px;
}
.searchBlock.searchBlock_program .formSearch {
	top: calc(50% - 42px);
	right: -11px;
	padding-top: 17px;
}
.searchBlock.searchBlock_program .formSearch .clean {
	color: #7d7d7d;
	background-color: #fff;
}
.searchBlock.searchBlock_program .formSearch .form-control {
	height: 50px;
	border: 1px solid #6da1d1;
}
.searchBlock.searchBlock_program .formSearch .btn.btn_search {
	padding: 17px 11px;
	height: 50px;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.program_forum_header:not(.program_forum_session_header) .docs {
	float: right;
	margin: 6px 30px 0 0;
}
.program_forum_header .time {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 19px;
	color: #283e65;
}
.program_forum .lable {
	display: inline-block;
	margin: 0 17px 10px 0;
	padding: 7px 11px;
	font-weight: normal;
	font-size: 10px;
	color: #6ab3e2;
	text-transform: uppercase;
	background-color: rgba(106,179,226,.15);
}
.program_forum .lable.t2 {
	color: #dab26d;
	background-color: rgba(218,178,109,.15);
}
.program_forum .lable.t3 {
	color: #908ec5;
	background-color: rgba(144,142,197,.15);
}
.program_forum .lable.t4 {
	color: #f49677;
	background-color: rgba(244,150,119,.15);
}
.program_forum .lable.t5 {
	color: #77b884;
	background-color: rgba(119,184,132,.15);
}
.program_forum .lable.t6 {
	color: #9d9d9c;
	background-color: rgba(157,157,156,.15);
}
.program_forum .place,
.program_forum .type {
	padding: 0;
	text-align: left;
	font-weight: normal;
	font-size: 17px;
	font-family: 'helveticaneuecyr', sans-serif;
	text-transform: none;
}
.program_forum .place {
	margin-bottom: 25px;
}
.program_forum .support {
	font-style: italic;
}
.program_forum .type {
	display: inline-block;
	margin-bottom: 10px;
}
.program_forum .sprite {
	margin-right: 14px;
}
.program_forum .sprite,
.program_forum .sprite+span {
	vertical-align: middle;
}
.program_forum .place .sprite.sprite_marker {
	margin-right: 7px;
}
.program_forum .type-organizer{
	font-size: 14px;
	font-family: sans-serif;
	font-weight: 700;
}
.download {
	position: relative;
	padding-left: 40px;
	line-height: 1.2;
}
.download:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 31px;
	height: 36px;
	background: url(../images/sprite.png) -154px 0 no-repeat;
}
.program_forum_header .download {
	float:left;
	line-height: 19px;
}
.program_forum_session_header .download {
	margin-bottom: 20px;
}
.program_forum_header .download:first-child {
	margin-right: 30px;
}
.program_forum_header .anchors {
	margin-top: 68px;
}
.program_forum_header .anchors>.item,
.c-stack-anchors .anchors>.item {
	margin-bottom: 19px;
	font-size: 14px;
}
.program_forum_header .anchors>.item>a,
.c-stack-anchors .anchors>.item>a {
	color: #7d7d7d;
}
.program_forum p {
	margin-bottom: 17px;
	/*font-size: 17px;*/
	/*line-height: 28px;*/
}
.program_forum .c-stack__desc p {
	margin-bottom: 15px;
	font-size: 17px;
	line-height: 1.42857143;
}

.block_title {
	margin-bottom: 25px;
	font: 400 24px/1.1 'bebas_neue', sans-serif;
	color: #283e65;
}
.press-item__title.block_title {
	margin: 58px 0 50px;
}
.c-stack-quote .c-stack__item {
	position: relative;
	padding: 50px 100px;
}
.c-stack-quote .c-stack__item:before {
	content: '”';
	position: absolute;
	top: 45px;
	left: 30px;
	font-weight: bold;
	font-size: 90px;
	line-height: 1;
	color: #6da1d1;
}
.c-stack-quote .c-stack__item .c-stack__quote {
	margin-bottom: 30px;
	font-style: italic;
	font-size: 17px;
	line-height: 28px;
}
.c-stack-quote .c-stack__item .c-stack__author {
	font-size: 15px;
	line-height: 24px;
}
.c-stack-quote .c-stack__item .c-stack__author>.name {
	text-transform: uppercase;
}
.c-stack-transcript .c-stack__name {
	padding: 50px 20px 50px 35px;
}
.c-stack-transcript .c-stack__desc .topic {
	margin-bottom: 28px;
	font-weight: bold;
	font-size: 21px;
	color: #ca7;
}
.c-stack-transcript.c-stack-anchors .c-stack__name {
	color: #7d7d7d;
}
.c-stack-anchors .c-stack__desc {
	position: relative;
	padding-right: 335px;
}
.c-stack-anchors .c-stack__desc:after {
	content: '';
	display: block;
	clear: both;
}
.c-stack-anchors .anchors {
	position: absolute;
	top: 50px;
	right: 60px;
	width: 170px;
}

@media (max-width: 1199px) {
	.program_forum_header:not(.program_forum_session_header) .docs {
		float: left;
		margin: 35px 0 0;
	}
	.program_forum_header .anchors {
		margin-top: 23px;
	}
	.c-stack-transcript .c-stack__name {
		padding: 50px 15px 50px 25px;
	}
}

@media (min-width: 992px) {
	.program_forum_header .anchors>.item {
		margin-left: 4px;
	}
	.c-stack-transcript .c-stack__name {
		width: 20%;
	}

	.c-stack-transcript .c-stack__desc {
		width: 100%;
	}
	.c-stack-transcript .c-stack__name + .c-stack__desc {
		width: calc( 100% - 245px );
	}
	.c-stack-transcript.c-stack-cp .c-stack__name {
		width: 245px;
	}
	.c-stack-transcript.c-stack-cp .c-stack__name .img {
		margin-top: 15px;
	}
	.c-stack-transcript.c-stack-cp .session__info-date+.c-stack__desc {
		width: calc(100% - 245px);
	}
}

@media (max-width: 991px) {
	.program_forum .press-item__title {
		font-size: 32px;
	}
	.program_forum p {
		font-size: 15px;
	}
	.c-stack-quote .c-stack__item {
		padding: 30px;
	}
	.c-stack-quote .c-stack__item:before {
		content: '”';
		position: static;
		display: block;
		height: 50px;
		line-height: 80px;
	}
	.c-stack-quote .c-stack__item .c-stack__quote {
		margin-bottom: 20px;
		font-size: 15px;
	}
	.c-stack-quote .c-stack__item .c-stack__author {
		font-size: 13px;
	}
	.c-stack-transcript .c-stack__name {
		padding: 30px 15px 15px;
	}
	.c-stack-transcript.c-stack-anchors .c-stack__name {
		font-size: 19px;
	}
	.c-stack-anchors .c-stack__desc {
		padding-right: 310px;
	}
	.c-stack-anchors .anchors {
		top: 0;
		right: 40px;
	}
}

@media (max-width: 991px) and (min-width: 640px) {
	.c-stack-transcript.c-stack-cp .c-stack__name .img {
		float: right;
		margin: 0 0 10px 10px;
	}
	.program_forum_desc {
		width: 300px;
	}
	.program_forum_header .anchors {
		position: absolute;
		top: -173px;
		left: 400px;
	}
	.program_forum_session_header .docs {
		margin-top: 50px;
	}
	.press-item__title.block_title {
		margin-bottom: 30px;
	}
}

@media (min-width: 768px) {
	.c-stack-cp .c-stack__desc .img {
		float: right;
		width: 190px;
	}
	.c-stack-cp .c-stack__desc .text {
		margin-right: 205px;
	}
}

@media (max-width: 767px) {
	.press-item__title.block_title {
		margin: 40px 0 25px;
	}
	.c-stack-transcript .c-stack__desc .topic {
		margin: 25px 0;
		font-size: 19px;
	}
	.c-stack-anchors .c-stack__desc {
		padding-right: 15px;
	}
	.c-stack-anchors .anchors {
		position: static;
	}
	.searchBlock.searchBlock_program .formSearch .btn.btn_search {
		padding: 17px 10px;
	}
	.c-stack-cp .c-stack__desc .img {
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) and (min-width: 640px) {
	.btn.btn_filter.c-filter__btn {
		margin-left: 10px;
		padding: 13px 20px;
	}
	.c-stack-anchors .c-stack__desc .wrap {
		float: left;
		width: 50%;
		font-size: 14px;
	}
	.program_forum .c-stack-anchors .c-stack__desc .wrap .place,
	.program_forum .c-stack-anchors .c-stack__desc .wrap .type {
		font-size: 14px;
	}
	.c-stack-anchors .anchors {
		float: left;
		padding-left: 30px;
		width: 50%;
	}
}

@media (max-width: 639px) {
	.program_forum_header {
		padding-bottom: 25px;
	}
	.program_forum .c-filter,
	.program_forum_header .program_search {
		float: none;
		padding: 0 20px 20px;
	}
	.program_forum_header .program_search {
		margin-top: 25px;
		font-size: 14px;
		line-height: 20px;
	}
	.program_forum_header:not(.program_forum_session_header) .docs {
		margin: 25px 0 0;
	}
	.program_forum_header:not(.program_forum_session_header) .docs td{
		display: block;
	}
	.program_forum_header:not(.program_forum_session_header) .docs .download{
		margin: 15px 20px;
	}
	.program_forum .press-item__title {
		font-size: 28px;
		line-height: 32px;
	}
	.c-stack-transcript.c-stack-cp .c-stack__name .img {
		margin-top: 15px;
	}
	.program_forum_desc {
		margin-bottom: 20px;
	}
	.program_forum .place {
		margin-bottom: 15px;
		font-size: 13px;
	}
	.program_forum .type {
		font-size: 13px;
	}
	.program_forum_header .download {
		margin-bottom: 13px;
	}
	.program_forum p {
		line-height: 24px;
	}
	.program_forum .c-stack__desc p {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 1.42857143;
	}
	.c-stack-quote .c-stack__item {
		padding: 20px 15px;
	}
	.c-stack-transcript .c-stack__desc .topic {
		font-size: 17px;
	}
	.c-stack-transcript.c-stack-anchors .c-stack__name {
		font-size: 15px;
	}
	.c-stack-anchors .anchors {
		margin-top: 20px;
	}
	.searchBlock.searchBlock_program {
		margin-top: 14px;
	}
	.searchBlock.searchBlock_program .formSearch {
		top: calc(50% - 29px);
	}
}

/***** buttons-nav *****/
.buttons-nav {
	padding-bottom: 40px;
}
.buttons-nav__list {
	display: block;
	margin: 0 -10px;
	padding: 0;
	list-style-type: none;
}
.buttons-nav__title {
	display: inline-block;
	margin: 40px 0 30px;
	color: #283e65;
}
.buttons-nav__item {
	display: inline-block;
	margin: 10px 8px;
	padding: 0;
	max-width: calc(100% - 20px);
}
.buttons-nav__item .buttons-nav__btn {
	display: block;
	padding: 0 15px;
	max-width: 100%;
	height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	font: 400 19px/46px 'bebas_neue', sans-serif;
	line-height: 50px;
	color: #6ab3e2;
	text-decoration: none;
	background: transparent;
	border: 2px solid #6ab3e2;
	-webkit-transition: background .2s ease-in, color .2s ease-in;
	-moz-transition: background .2s ease-in, color .2s ease-in;
	-ms-transition: background .2s ease-in, color .2s ease-in;
	-o-transition: background .2s ease-in, color .2s ease-in;
	transition: background .2s ease-in, color .2s ease-in;
}
.buttons-nav__list-days .buttons-nav__item .buttons-nav__btn {
	min-width: 190px;
	color: #6da1d1;
	border: 1px solid #6da1d1;
}
.buttons-nav__item .buttons-nav__btn:hover,
.buttons-nav__item.current .buttons-nav__btn {
	color: #fff !important;
	background: #6ab3e2;
}
.buttons-nav__list-days .buttons-nav__item .buttons-nav__btn:hover,
.buttons-nav__list-days .buttons-nav__item.current .buttons-nav__btn {
	color: #fff;
	background: #6da1d1;
}
.buttons-nav__item .buttons-nav__btn.buttons-nav__btn-t2 {
	color: #dab26d;
	border-color: #dab26d;
}
.buttons-nav__item .buttons-nav__btn.buttons-nav__btn-t2:hover,
.buttons-nav__item.current .buttons-nav__btn.buttons-nav__btn-t2 {
	color: #fff;
	background: #dab26d;
}
.buttons-nav__item .buttons-nav__btn.buttons-nav__btn-t3 {
	color: #908ec5;
	border-color: #908ec5;
}
.buttons-nav__item .buttons-nav__btn.buttons-nav__btn-t3:hover,
.buttons-nav__item.current .buttons-nav__btn.buttons-nav__btn-t3 {
	color: #fff;
	background: #908ec5;
}
.buttons-nav__item .buttons-nav__btn.buttons-nav__btn-t4 {
	color: #f49677;
	border-color: #f49677;
}
.buttons-nav__item .buttons-nav__btn.buttons-nav__btn-t4:hover,
.buttons-nav__item.current .buttons-nav__btn.buttons-nav__btn-t4 {
	color: #fff;
	background: #f49677;
}
.buttons-nav__item .buttons-nav__btn.buttons-nav__btn-t5 {
	color: #77b884;
	border-color: #77b884;
}
.buttons-nav__item .buttons-nav__btn.buttons-nav__btn-t5:hover,
.buttons-nav__item.current .buttons-nav__btn.buttons-nav__btn-t5 {
	color: #fff;
	background: #77b884;
}
.buttons-nav__item .buttons-nav__btn.buttons-nav__btn-t6 {
	color: #9d9d9c;
	border-color: #9d9d9c;
}
.buttons-nav__item .buttons-nav__btn.buttons-nav__btn-t6:hover,
.buttons-nav__item.current .buttons-nav__btn.buttons-nav__btn-t6 {
	color: #fff;
	background: #9d9d9c;
}

@media (max-width: 767px) {
	.buttons-nav__list-days .buttons-nav__item .buttons-nav__btn {
		min-width: 150px;
	}
}

@media (max-width: 639px) {
	.buttons-nav {
			padding-bottom: 30px;
	}
	.buttons-nav__title {
		margin: 10px 0;
	}
	.buttons-nav__list {
		margin: 0 -5px;
	}
	.buttons-nav__list-days {
		text-align: center;
	}
	.buttons-nav__item {
		margin: 5px 3px;
		max-width: calc(100% - 10px);
	}
	.buttons-nav__item .buttons-nav__btn {
		padding: 0 10px;
		height: 35px;
		font-size: 17px;
		line-height: 31px;
	}
	.buttons-nav__list-days .buttons-nav__item .buttons-nav__btn {
		min-width: 80px;
	}
}
/***** buttons-nav end *****/

.program_forum .search{
	display: inline-block;
	float: right;
	width: 420px;
	max-width: 60%;
	margin-top: 40px;
}
.program_forum .search input{
	display: inline-block;
	max-width: 60%;
}
.program_forum .search input[type="text"]{
	vertical-align: middle;
	height: 44px;
	border: 1px solid rgba(150,150,150,.3);
}

@media(max-width: 768px){
	.program_forum .search{
		display: block;
		float: none;
		margin-top: 0px;
		margin-bottom: 20px;
		max-width: 100%;
	}
	.program_forum .search input[type="submit"]{
		min-width: 100px;
	}
}
/*** program_forum end ***/


/*** events_old ***/
.news-list-events {
	font-weight: 400;
}
.news-list>.news-item>a {
	text-decoration: none;
}
.news-list>.news-item>a>span {
	display: block;
}
.news-list-events .news-item__date {
	margin-bottom: 15px;
	font-size: 19px;
	color: #ca7;
}
.news-list-events .news-item__title {
	margin-bottom: 15px;
	font-weight: 300;
	color: #283e65;
}
.news-list-events .news-item__place {
	font-size: 13px;
	height: 28px;
}
.news-list-events .news-item__place>.glyphicon {
	margin-right: 7px;
	font-size: 17px;
}
.news-list-events .news-item__place>span {
	vertical-align: middle;
}

@media (max-width: 767px) {
	.news-list-events .news-item,
	.news-list-video .news-item,
	.news-list-digest .news-item {
		margin: 0 auto 40px;
		width: 320px;
	}
	.news-list-events .news-item__title,
	.news-list-video .news-item__title {
		height: auto;
	}
	.news-list-events .news-item__place {
		height: auto;
	}
}
/*** events_old end ***/


/*** events ***/
.press-list.press-list_events {
	margin-top: 60px;
}
.block-events__item {
	margin-bottom: 30px;
}
.block-events__item .block-events__link {
	display: block;
	text-align: center;
	line-height: 28px;
	text-decoration: none;
	background-color: transparent;
	border: 1px solid #6da1d1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.block-events__item .block-events__link:hover {
	background-color: #fff;
	border-color: #ca7;
}
.block-events__link>span {
	display: block;
}
.block-events__date {
	font: 400 24px/69px 'bebas_neue', sans-serif;
	color: #fff;
	background-color: #6da1d1;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}
.block-events:not(.block-events-past) .block-events__link:hover .block-events__date {
	background-color: #ca7;
}
.block-events__name {
	margin: 30px 0 10px;
	padding: 0 15px;
	font-weight: bold;
	font-size: 20px;
	color: #ca7;
}
.block-events__place {
	margin: 0 0 30px;
	padding: 0 15px;
	font-weight: 400;
	font-size: 17px;
	color: #7d7d7d;
}
.block-events__place>span {
	vertical-align: middle;
}
.block-events__place>.sprite {
	margin-right: 7px;
}

.block-events-past .block-events__item .block-events__link {
	padding: 35px;
	text-align: left;
	border-color: #dfdfdf;
}

.block-events-past .block-events__item .block-events__link:hover {
	border-color: #ca7;
}
.block-events-past .block-events__date {
	font: bold 17px/1.3 'helveticaneuecyr', sans-serif;
	color: #7d7d7d;
	background: none;
}
.block-events-past .block-events__name {
	margin: 10px 0;
	padding: 0;
	font-size: 17px;
}
.block-events-past .block-events__place {
	margin: 0;
	padding: 0;
}

@media (max-width: 767px) and (min-width: 640px) {
	.block-events__item {
		float: left;
		width: 50%;
	}
	.block-events-past .block-events__item .block-events__link {
		padding: 20px;
	}
}

@media (max-width: 399px) {
	.block-events-past .block-events__item .block-events__link {
		line-height: 24px;
	}
	.block-events-past .block-events__item .block-events__link {
		padding: 15px;
	}
}
/*** events end ***/


/*** video ***/
.news-list-video .news-item__image {
	position: relative;
	line-height: 1.3;
}
.news-list-video .news-item__title {
	font-weight: 300;
}
/*** video end ***/


/*** digest ***/
.news-list-digest .news-item{
	width: 100%;
	max-height: 448px;
}
.news-list-digest .news-item__image {
	height: auto;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}
 .news-list-digest a:hover .news-item__image {
	filter: alpha(opacity=80);
	opacity: .8;
}
.news-list-digest .news-item__date {
	height: 68px;
	overflow: hidden;
	font-weight: bold;
	font-size: 24px;
	color: #283e65;
}
.news-list-digest a:hover .news-item__date {
	text-decoration: underline;
}

@media (min-width: 768px) {
	.news-list.news-list-digest {
		margin: 0 -11px;
	}
	.news-list-digest .news-item {
		padding: 0 11px;
	}
}
/*** digest end ***/


/*** hotels ***/
.c-filter-hotel {
	padding-bottom: 50px;
}
.c-filter-hotel .c-filter__btn {
	margin-left: 7px;
}
.c-filter-hotel svg,
.c-stack-hotel svg {
	margin: 0 2px;
	width: 13px;
	height: 13px;
	fill: #6da1d1;
}
.c-filter-hotel .active svg {
	fill: #fff;
}
.c-stack-hotel .c-stack__name {
	padding: 30px;
}
.c-stack-hotel .c-stack__name:after {
	content: '';
	display: block;
	clear: both;
}
.c-stack-hotel .c-stack__name .hotel_img {
	display: block;
	margin-bottom: 20px;
	max-width: 100%;
}
.c-stack-hotel .hotel_name {
	font-size: 19px;
	color: #ca7;
}
.c-stack-hotel .hotel_stars svg {
	fill: #ca7;
}
.c-stack-hotel .hotel_stars svg:first-child {
	margin-left: 0;
}
.c-stack-hotel .hotel_address {
	position: relative;
	margin-top: 20px;
	padding: 0 0 0 20px;
	font-weight: 400;
	font-size: 17px;
	color: #7d7d7d;
}
.c-stack-hotel .hotel_address>.sprite_marker {
	position: absolute;
	top: 2px;
	left: 0;
}
.c-stack-hotel .c-stack__desc {
	padding: 25px 15px;
	font-size: 14px;
}

@media (min-width: 1200px) {
	.c-stack-hotel .c-stack__name .hotel_img {
		float: left;
		width: 245px;
	}
	.hotel_info {
		margin-left: 270px;
	}
	.c-stack-hotel .c-stack__desc>.scrollbar-inner {
		max-height: 180px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.c-stack-hotel .c-stack__desc>.scrollbar-inner {
		max-height: 350px;
	}
}

@media (min-width: 992px) {
	.c-stack-hotel .c-stack__name,
	.c-stack-hotel .c-stack__desc {
		width: 50%;
	}
	.c-stack-hotel .c-stack__desc {
		padding: 25px 15px;
	}
	.c-stack-hotel .c-stack__desc .scrollbar-inner {
		padding: 5px 20px 0 0;
	}
}

@media (max-width: 991px) {
	.c-stack-hotel .c-stack__name,
	.c-stack-hotel .c-stack__desc {
		padding: 15px;
	}
}

@media (max-width: 991px) and (min-width: 767px) {
	.c-stack-hotel .c-stack__name .hotel_img {
		float: left;
		margin: 0;
		width: 245px;
	}
	.hotel_info {
		margin-left: 270px;
	}
}

@media (max-width: 639px) {
	.btn.btn_filter.c-filter__btn {
		padding: 6px 8px 5px;
	}
}
/*** hotels end ***/


/*** photo_gallery ***/
.news-list.news-list-photo {
	margin-top: 50px;
}
.news-list.news-list-photo > li {
	width: 33.333%;
}
.news-list-photo .news-item__image {
	position: relative;
	height: auto;
	line-height: 1.3;
}
.news-list-photo .news-item__image>img {
	width: 100%;
}
.news-list-photo .news-item__image>.number {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 17px;
	width: 96px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	background-color: #6da1d1;
	z-index: 2;
}
.fancybox-bg {
	background: #2c4468;
}
.fancybox-container--ready .fancybox-bg {
	filter: alpha(opacity=100);
	opacity: 1;
}
.fancybox-caption {
	height: 85px;
}
.fancybox-caption>.lbl,
.fancybox-caption .ya-share2__container_size_m .ya-share2__item {
	margin-right: 15px;
	line-height: 25px;
}
.ya-share2 {
	display: inline-block;
	line-height: 25px;
	vertical-align: middle;
}

@media (max-width: 1199px) and (min-width: 768px) {
	.news-list.news-list-photo > li {
		width: 50%;
	}
}

@media (max-width: 800px) {
	.fancybox-caption {
		height: 65px;
	}
}

@media (max-width: 767px) {
	.news-list.news-list-photo > li {
		margin: 0 auto 40px;
		width: 370px;
		max-width: 100%;
	}
	.news-list-photo .news-item__title {
		height: auto;
	}
}
/*** photo_gallery end ***/

/* content end */


/* left-bar-fix */
.left-bar-fix {
	position: fixed;
	left: 20px;
	top: 50%;
	display: none;
	z-index: 800;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.left-bar-fix>.go-up {
	position: relative;
	display: inline-block;
	width: 44px;
	height: 44px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ca7;
}
.left-bar-fix>.go-up:before {
	content: '';
	position: absolute;
	top: 13px;
	left: 10px;
	width: 24px;
	height: 14px;
	background: url(../images/sprite.png) -117px -81px no-repeat;
}

@media (max-width: 639px) {
	.left-bar-fix {
		display: none;
	}
}
/* left-bar-fix end */


/* footer */
footer {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 63px;
	width: 100%;
	height: 450px;
	font-size: 13px;
	color: #fff;
	background-color: #283e65;
	line-height: 22px;
}
@media(max-width: 1199px) {
	footer {padding-top: 41px}
}
footer hr{
	opacity: .5;
	margin-top: 100px;
}
footer .reg{
	z-index: 10;
}
footer .note{
	opacity: .5;
}
footer .container:before {
	content: '';
	position: absolute;
	top: 69px;
	left: 15px;
	width: 52px;
	height: 3px;
	background-color: #ca7;
}
footer .contacts>a {
	color: #e0b97f;
}
footer .social{
	position: relative!important;
	margin-top: 20px;
	top: 0!important;
	left: 0!important;
}
.fancybox-caption .social .item,
footer .social .item {
	display: inline-block;
	margin: 0 0 0 13px;
width:15px;
	vertical-align: middle;
}
footer .social .item:first-child {
	margin-left: 0;
}
.fancybox-caption .social .item>svg,
footer .social .item>svg {
	height: 20px;
	fill: #b9c0cb;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.fancybox-caption .social .item:hover>svg,
footer .social .item:hover>svg {
	fill: #fff;
}
.fancybox-caption .social .item.tw>svg,
footer .social .item.tw>svg,
footer .social .item.yt>svg {
	height: 15px;
}
.fancybox-caption .social .item.ins>svg,
footer .social .item.ins>svg {
	height: 17px;
}
footer .osdart>span {
	position: relative;
	margin-right: 5px;
	color: #697894;
	vertical-align: middle;
}
footer .osdart svg {
	width: 87px;
	fill: #697894;
	vertical-align: middle;
}
footer .osdart svg .st0 {
	filter: alpha(opacity=80);
	opacity: .8;
}

@media (min-width: 1200px) {
	footer .contacts {
		right: 295px;
	}
	footer .copyright {
		top: 0;
		right: 55px;
		width: 190px;
	}
	footer .social {
		top: 60px;
		right: 55px;
		width: 190px;
	}
	footer .osdart {
		top: 110px;
		right: 55px;
		width: 190px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	footer .contacts {
		right: 30px;
	}
	footer .copyright {
		top: 130px;
		left: 15px;
		width: 190px;
	}
	footer .social {
		top: 155px;
		left: 305px;
	}
	footer .osdart {
		top: 122px;
		right: 15px;
	}
}

@media (min-width: 992px) {
	footer .contacts {
		position: absolute;
		top: 0;
		width: 115px;
	}
	footer .contacts>span {
		display: block;
	}
	footer .copyright {
		position: absolute;
	}
	footer .reg {
		width: 390px;
	}
}

@media (max-width: 991px) {
	footer {
		position: relative;
		height: auto;
	}
	footer .contacts>span {
		display: inline-block;
		margin: 0 17px 5px 0;
	}

	footer hr{
		margin-top: 30px;
	}
}

@media (max-width: 991px) and (min-width: 640px) {
	footer .contacts {
		margin: 80px 0 40px;
		max-width: 50%;
	}
	footer .copyright {
		margin-bottom: 0px;
	}
	footer .reg {
		width: calc(95.3125% - 305px);
	}
	footer .social {
		top: 181px;
		right: 4.6875%;
	}
	footer .osdart {
		top: 247px;
		right: 4.6875%;
	}
}

@media (max-width: 767px) {
	footer .container:before {
		left: 4.6875%;
	}
}

@media (min-width: 640px) {
	footer {
		line-height: 20px;
		height: 500px;
	}
	footer .note {
		margin-top: 65px;
	}
	footer .reg {
		position: absolute;
		top: 0;
		left: 305px;
	}
	footer .social,
	footer .osdart {
		position: absolute;
	}
}


@media (max-width: 320px) {
	footer .reg {
	width: 300px !important;
		font-size: 10px;
	}
}



@media (max-width: 639px) {
	footer {
		position: relative;
		padding-top: 48px;
		height: auto;
		line-height: 24px;
	}
	footer .container {
		width: 425px;
		max-width: 100%;
	}
	footer .container:before {
		top: 62px;
	}
	footer .contacts {
		margin: 20px 0 25px;
	}
	footer .reg {
		width: 350px;
		max-width: 100%;
		font-size: 10px;
	}
	footer .social {
		margin-top: 35px;
	}
	footer .osdart {
		margin: 30px 0 35px;
	}
}
/* footer end */




/* scrollbar */
.scrollbar-inner > .scroll-element.scroll-y {
	width: 10px;
}
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
	background-color: #dfdfdf;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.scrollbar-inner > .scroll-element .scroll-bar,
.scrollbar-inner > .scroll-element:hover .scroll-bar {
	background-color: #6da1d1;
}
/* scrollbar end */


/* button */
.btn.btn_bluebd,
.btn.btn_bluebg,
.btn.btn_filter,
.btn.btn_whitebd {
	position: relative;
	padding: 7px 20px 6px;
	font-weight: 500;
	font-size: 17px;
	color: #fff;
	background: none;
	border: 1px solid #16c1f3;
	outline: none;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	overflow: hidden;
	z-index: 1;
}
.btn.btn_bluebd {
	-webkit-transition: border .3s;
	-moz-transition: border .3s;
	-ms-transition: border .3s;
	-o-transition: border .3s;
	transition: border .3s;
}
.btn.btn_bluebd.light {
	color: #26282e;
}
.btn.btn_bluebd:hover {
	border-color: #fff;
}
.btn.btn_bluebd.light:hover {
	border-color: #1e71b8;
}
.btn.btn_bluebg {
	background: #65bff1;
	border: none;
}
.btn.btn_filter {
	padding: 13px 22px;
	font-size: 17px;
	color: #6da1d1;
	border-color: #6da1d1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn.btn_filter.active {
	color: #fff;
	background: #6da1d1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: default;
}
.btn_asLink{
	display: inline-block;
    padding: 0 15px;
    max-width: 100%;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font: 400 19px/46px 'bebas_neue', sans-serif;
    line-height: 50px;
    color: #6ab3e2;
    text-decoration: none;
    background: transparent;
    border: 2px solid #6ab3e2;
    -webkit-transition: background .2s ease-in, color .2s ease-in;
    -moz-transition: background .2s ease-in, color .2s ease-in;
    -ms-transition: background .2s ease-in, color .2s ease-in;
    -o-transition: background .2s ease-in, color .2s ease-in;
    transition: background .2s ease-in, color .2s ease-in;
	cursor: pointer !important;
	margin: 0;
	min-width: 190px;
	color: #6da1d1;
	border: 1px solid #6da1d1;
}
.btn_asLink:hover{
	color: #fff;
    background: #6da1d1;
}
.btn.btn_whitebd {
	border: 1px solid #fff;
}
.btn.btn_app {
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn.btn_app:hover {
	background-color: #000;
}
/* button end */


/* form */
.form-control,
.form-control:focus {
	border-color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.has-error .form-control,
.has-error .form-control:focus {
	color: #e30d77;
	background-color: #fdecf4;
	border-color: #e30d77;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.form-control:-moz-placeholder {
	color: #83a5c2;
}
.form-control::-moz-placeholder {
	color: #83a5c2;
}
.form-control::-webkit-input-placeholder {
	color: #83a5c2;
}
/* form end */


/* sprite */
.sprite {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 25px;
	background: url(../images/sprite.png) 0 0 no-repeat;
}
.sprite.sprite_globe {
	width: 52px;
	height: 52px;
	display: none;
}
.sprite.sprite_menu_left,
.sprite.sprite_menu_right,
.sprite.sprite_menu_left_white,
.sprite.sprite_menu_right_white {
	width: 19px;
	height: 32px;
	background-position: 0 -53px;
}
.sprite.sprite_menu_right {
	background-position: -19px -53px;
}
.sprite.sprite_menu_left_white {
	background-position: -69px -43px;
}
.sprite.sprite_menu_right_white {
	background-position: -88px -43px;
}
.sprite.sprite_photo {
	width: 53px;
	height: 43px;
	background-position: 0 -86px;
}
.sprite.sprite_play_big {
	width: 30px;
	height: 38px;
	background-position: -54px -79px;
}
.sprite.sprite_play {
	width: 15px;
	height: 19px;
	background-position: -85px -76px;
}
.sprite.sprite_edit {
	width: 22px;
	height: 21px;
	background-position: -131px 0;
}
.sprite.sprite_partner{
	width: 34px;
	background-image: url(/images/icon_events_partners.png);
	background-position: center;
	margin-left: -6px;
}
.sprite.sprite_user {
	width: 20px;
	height: 20px;
	background-position: -117px -60px;
}
.sprite.sprite_chevron_down {
	width: 19px;
	height: 11px;
	background-position: -85px -96px;
}
.sprite.sprite_marker {
	width: 13px;
	height: 17px;
	background-position: -139px -22px;
	margin-right: 4px;
}
.sprite.sprite_time{
	width: 14px;
	height: 17px;
	background-position: -164px -36px;
	margin-top:2px;
	margin-right: 4px;
}
.sprite.sprite_bd_ok {
	width: 25px;
	height: 20px;
	background-position: -138px -39px;
}
.sprite.sprite_bd_play {
	width: 25px;
	height: 19px;
	background-position: -138px -60px;
}
.sprite.sprite_bd_edit {
	width: 25px;
	height: 21px;
	background-position: -142px -80px;
}
.sprite.sprite_ru {
	background-position: 0 -130px;
}
.sprite.sprite_en {
	background-position: -27px -130px;
}
.sprite.sprite_fr {
	background-position: -54px -130px;
}
.sprite.sprite_ger {
	background-position: -81px -130px;
}
.sprite.sprite_sp {
	background-position: -108px -130px;
}
.sprite.sprite_por {
	background-position: -135px -130px;
}
.sprite.sprite_ch {
	background-position: 0 -156px;
}
.sprite.sprite_jap {
	background-position: -27px -156px;
}
.sprite.sprite_kor {
	background-position: -54px -156px;
}
.sprite.sprite_arab {
	background-position: -81px -156px;
}
.sprite.sprite_hin {
	background-position: -108px -156px;
}
/* sprite end */

.press-item__body table td{
	padding: 10px 4px;
}

/* modal */
.modal-content .close {
	position: absolute;
	top: 12px;
	right: 8px;
	width: 30px;
	height: 30px;
	filter: alpha(opacity=100);
	opacity: 1;
	z-index: 1;
}
.modal-content .close:before,
.modal-content .close:after {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	left: calc(50% - 15px);
	width: 30px;
	height: 2px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}
.modal-content .close:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*** modalMenu ***/
#modalMenuNew .header_top{
	margin-top: 100px;
	font-weight: 300;
}
#modalMenu .modal-dialog {
	margin: 0;
	width: 100%;
}
@media(max-width: 768px){
	#modalMenuNew .modal-body{
		padding: 10px 0 30px;
	}
	#modalMenuNew .modal-body .container{
		padding: 0 40px!important;
	}
}
#modalMenu .modal-content {
	background: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.modal-body{
	padding: 10px 45px 30px;
}
.modal-webcast-iframe{
	display: block;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 4px;
	height: 0;
	overflow: hidden;
	border: 0px solid #ccc;
	text-align: center;
	margin: 40px 0 30px;
}
.modal-webcast-iframe iframe{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: -4px;
	bottom: 0;
	margin: auto;
	border: none;
	outline: none;
	box-shadow: none;
}
#modalMenu .modal-body {
	padding: 0;
	min-height: 100vh;
	color: #c0d6ff;
}
#modalMenu .modal-body .formSearchNavbar {
	position: relative;
	margin-bottom: 30px;
}
#modalMenu .modal-body .formSearchNavbar .form-control {
	padding-right: 40px;
	height: 36px;
	color: #5a6471;
}
#modalMenu .modal-body .formSearchNavbar .btn.btn_search {
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px 10px;
	height: 36px;
	background: none;
}
#modalMenu .modal-body .formSearchNavbar .btn.btn_search:hover>svg#search .st0 {
	stroke: #2464ac;
}
#modalMenu .modal-body .right_part>.item {
	display: block;
	margin-top: 20px;
	color: #fff;
	text-decoration: none;
}
#modalMenu .modal-body .right_part>.dropdown>button {
	color: #fff;
}
#modalMenu .modal-body .right_part>.item>svg,
#modalMenu .modal-body .right_part>.dropdown>button>svg {
	margin-right: 5px;
}
#modalMenu .modal-body .right_part>.item>span,
#modalMenu .modal-body .right_part>.dropdown>button>span {
	vertical-align: middle;
	border-bottom: 1px solid;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#modalMenu .modal-body .right_part>.dropdown>button>span.glyphicon {
	border: none;
}
#modalMenu .modal-body .mainmenu {
	padding: 55px 15px 40px;
	width: 66.66667%;
}
#modalMenu .modal-body .mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#modalMenu .modal-body .mainmenu .col-sm-6>ul>li {
	margin-top: 25px;
}
#modalMenu .modal-body .mainmenu ul li>.item {
	position: relative;
	display: inline-block;
	padding-left: 0;
	color: #c0d6ff;
	text-decoration: none;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-ms-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
#modalMenu .modal-body .mainmenu ul li>a.item:hover>span,
#modalMenu .modal-body .mainmenu ul li.active>.item>span {
	border-bottom: 1px solid;
}
#modalMenu .modal-body .mainmenu .col-sm-6>ul>li>.item {
	margin-bottom: 3px;
	font-weight: 700;
	font-size: 19px;
	text-transform: uppercase;
}
#modalMenu .modal-body .mainmenu .col-sm-6 ul ul .item {
	padding: 3px 0;
}
.menu_open .modal-backdrop {
	background-color: #243559;
}
.menu_open .modal-backdrop.in {
	filter: alpha(opacity=95);
	opacity: .95;
}

@media (min-width: 1200px) {
	#modalMenu .modal-body .right_part {
		height: 645px;
	}
	#modalMenu .modal-body .right_part>.app {
		top: 480px;
	}
}

@media (max-width: 1199px) and (min-width: 768px) {
	#modalMenu .modal-body .mainmenu {
		padding-top: 15px;
		width: 66.66667%;
	}
	#modalMenu .modal-body .right_part {
		height: 617px;
	}
	#modalMenu .modal-body .right_part>.app {
		top: 430px;
	}
}

@media (min-width: 992px) {
	#modalMenu .modal-body .mainmenu ul li.active>.item,
	#modalMenu .modal-body .mainmenu ul li>.item:hover {
		padding-left: 22px;
	}
	#modalMenu .modal-body .mainmenu ul li.active>.item:before,
	#modalMenu .modal-body .mainmenu ul li>.item:hover:before {
		width: 43px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#modalMenu .modal-body .mainmenu ul li.active>.item:before,
	#modalMenu .modal-body .mainmenu ul li>.item:hover:before {
		width: 21px;
	}
}

@media (min-width: 768px) {
	#modalMenu .modal-body>.container {
		padding: 0;
	}
	#modalMenu .modal-body .right_part {
		position: relative;
		float: right;
		padding: 90px 15px 0;
		width: 33.33333%;
	}
	#modalMenu .modal-body .right_part>.app {
		position: absolute;
		left: 15px;
	}
	#modalMenu .modal-body .right_part>.app>.btn.btn_app {
		margin: 13px 6px 0 0;
		padding: 4px 8px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	#modalMenu .modal-body .right_part>.app>.btn.btn_app>img {
		width: 117px;
	}
	#modalMenu .modal-body .right_part>.roscorgess {
		position: absolute;
		left: 15px;
		bottom: 0;
		width: 195px;
	}
	#modalMenu .modal-body .mainmenu ul .opener {
		display: none;
	}
	#modalMenu .modal-body .mainmenu ul .collapse {
		display: block;
		height: auto !important;
	}
	#modalMenu .modal-body .mainmenu ul li.active>.item,
	#modalMenu .modal-body .mainmenu ul li>.item:hover {
		color: #fff;
	}
	#modalMenu .modal-body .mainmenu ul li>.item:before {
		content: '';
		position: absolute;
		top: 13px;
		left: -29px;
		width: 0;
		height: 1px;
		background-color: #fff;
		-webkit-transition: width .3s;
		-moz-transition: width .3s;
		-ms-transition: width .3s;
		-o-transition: width .3s;
		transition: width .3s;
	}
}


/*** modalMessage ***/

.modal-content .close:before,
.modal-content .close:after {
	background-color: #283e65;
}
.modal-content h4{
	margin: 20px 10px 50px;
}
#modalMessage .modal-body {
	padding: 40px 15px 40px;
	font-size: 15px;
}
#modalMessage .modal-title {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1.2;
}
@media (min-width: 768px) {
	#modalMessage .modal-body {
		padding: 50px 30px;
	}
	#modalMessage .modal-title {
		font-size: 27px;
	}
}
/*** modalMessage end ***/


@media (max-width: 767px) {
	.modal-content .close{
		width: 20px;
		height: 20px;
	}
	.modal-content .close:before, .modal-content .close:after{
		width: 24px;
	}
	.modal-body{
		padding: 15px 20px 0;
	}
	.modal-content h4{
		margin-bottom: 30px;
	}
	#modalMenu .modal-body {
		padding-top: 22px;
		color: #fff;
	}
	#modalMenu .modal-body .lng_xs {
		margin-bottom: 35px;
	}
	#modalMenu .modal-body .lng_xs>.item {
		position: relative;
		display: inline-block;
		padding-bottom: 3px;
		font-size: 17px;
		color: #afcaeb;
		text-decoration: none;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	#modalMenu .modal-body .lng_xs>.item+.item {
		margin-left: 20px;
	}
	#modalMenu .modal-body .lng_xs>.item:hover,
	#modalMenu .modal-body .lng_xs>.item.active {
		color: #fff;
	}
	#modalMenu .modal-body .lng_xs>.item:before,
	#modalMenu .modal-body .lng_xs>.item:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 0;
		height: 2px;
		background-color: #fff;
		-webkit-transition: width 0.25s ease-out;
		-moz-transition: width 0.25s ease-outs;
		-ms-transition: width 0.25s ease-out;
		-o-transition: width 0.25s ease-out;
		transition: width 0.25s ease-out;
	}
	#modalMenu .modal-body .lng_xs>.item:after {
		right: 50%;
		left: auto;
	}
	#modalMenu .modal-body .lng_xs>.item:hover:before,
	#modalMenu .modal-body .lng_xs>.item.active:before,
	#modalMenu .modal-body .lng_xs>.item:hover:after,
	#modalMenu .modal-body .lng_xs>.item.active:after {
		width: 50%;
	}
	#modalMenu .modal-body .formSearchNavbar .form-control {
		padding: 6px 15px 6px 33px;
		height: 33px;
		color: #fff;
		background: none;
		border-color: #9cb7d9;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	#modalMenu .modal-body .formSearchNavbar .btn.btn_search {
		right: auto;
		left: 0;
		padding: 6px;
		height: 33px;
	}
	#modalMenu .modal-body .formSearchNavbar .btn.btn_search:hover>svg#search .st0 {
		stroke: #fff;
	}
	#modalMenu .modal-body .right_part>.item>span {
		font-size: 19px;
	}
	#modalMenu .modal-body .mainmenu {
		padding: 10px 0 40px;
		width: 100%;
	}
	#modalMenu .modal-body .mainmenu .col-sm-6>ul>li {
		position: relative;
		margin-top: 15px;
		padding-left: 30px;
	}
	#modalMenu .modal-body .mainmenu .col-sm-6>ul>li .opener {
		position: absolute;
		top: 5px;
		left: 0;
		width: 21px;
		height: 21px;
		cursor: pointer;
		line-height: 19;
		border: 1px solid #fff;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	#modalMenu .modal-body .mainmenu .col-sm-6>ul>li .opener.collapsed {
		border: 1px solid #99b5d8;
	}
	#modalMenu .modal-body .mainmenu .col-sm-6>ul>li .opener.collapsed:hover {
		border: 1px solid #fff;
	}
	#modalMenu .modal-body .mainmenu .col-sm-6>ul>li .opener>.glyphicon {
		position: absolute;
		top: 5px;
		left: calc(50% - 5px);
		font-size: 10px;
		-webkit-transition: transform .3s;
		-moz-transition: transform .3s;
		-ms-transition: transform .3s;
		-o-transition: transform .3s;
		transition: transform .3s;
	}
	#modalMenu .modal-body .mainmenu .col-sm-6>ul>li .opener.collapsed>.glyphicon {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	#modalMenu .modal-body .mainmenu .col-sm-6>ul>li>.item {
		margin-bottom: 8px;
		font-weight: 500;
		font-size: 22px;
		color: #fff;
		text-transform: none;
	}
	#modalMenu .modal-body .mainmenu .col-sm-6>ul ul {
		padding-left: 20px;
	}
	#modalMenu .modal-body .mainmenu .col-sm-6>ul ul .item {
		padding: 5px 0;
		font-size: 19px;
		color: #fff;
	}
}
/*** modalMenu end ***/

/* modal end */


/* helper classes */
.rel {
	position: relative;
}
.abs {
	position: absolute;
	top: 0;
	left: 0;
}
.block {
	display: block !important;
}
.dt {
	display: table !important;
	width: 100%;
	height: 100%;
}
.dt .cell {
	display: table-cell !important;
	vertical-align: middle;
}
.normal {
	font-weight: 400;
}
.bold {
	font-weight: 700;
}
.italic {
	font-style: italic;
}
.vat {
	vertical-align: top;
}
.vam {
	vertical-align: middle;
}
.ttu {
	text-transform: uppercase;
}
.tdn {
	text-decoration: none !important;
}
.fn {
	font-size: 11px;
}
.red {
	color: #e30d77 !important;
}
.blue {
	color: #6da1d1;
}
.dark-blue {
	color: #283e65;
}
img.full {
	max-width: 100%;
}
/* helper classes end */



@media (max-width: 375px) {
	.docs {
		margin: 0px !important;
		
	}

	.docs .pdf {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}


header video {
	overflow: hidden;
    z-index: -1;
    min-width: 100%;
    opacity: .3;
    position: absolute;
    min-height: 100%;
}
.vid-1 {
	display: block;
	height: 100%;
}

.vid-2 {
	display: none;
}

header .vid-1{
	display: block;
	position: absolute;
	background-color: #2c3d5e;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	-moz-transition: opacity 1.5s;
	-webkit-transition: opacity 1.5s;
	-o-transition: opacity 1.5s;
	transition: opacity 1.5s;
}
header .vid-1.loaded{
	opacity: 1;
}
@media (max-width: 1080px) {

	.vid-1 {
		display: none;
	}
	.vid-2 {
		display: block;
	}
}
.spb-sights .row {
	padding-top: 20px;
}
.spb-sights img {
	width: 300px;
	max-width: 100%;
}

.video_block iframe{
	max-width: 100%;	
}

.documents-item{
	margin-bottom: 30px;
	line-height: 20px;
}
.documents-item .icon{
	display: block;
	position: relative;
	width: 40px;
	max-width: 100%;
	height: 40px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.documents-item .icon.icon-pdf{
	margin-right: 0;
	background-image: url(../images/pdf-icon.png);
}
.documents-item .icon.icon-doc{
	margin-right: 0;
	background-image: url(../images/doc-icon.png);
}

@media (max-width: 991px) {
	.header_middle>.title {
		margin-bottom: 10px;
	}
	.header_middle>.rectangle>.date {
		font-size: 50px;
	}
}
@media (max-width: 767px) {
	.header_middle>.rectangle {
	    height: 460px;
	}
	.header_middle>.rectangle:after {
	    /*top: 332px;*/
	}
	.header_middle>.rectangle>.date {
    	right: 15px;
    	padding-left: 15px;
    	text-align: right;
    	bottom: 5px;
    }
    .home header>.container {
    	height: 960px;
    }
    .breadcrumb{display: none;}
    .inner header{overflow: hidden;}
    .header-after-bar{min-width: inherit!important;width:100%!important;}
}
@media (max-width: 639px) {
	.header_top>.col-md-3{
		width: 40%;
	}
	.header_top>.col-md-9{
		width: 60%;
	}
	.header_middle>.rectangle>.date {
		top: 28px;
	}
	.header_middle>.rectangle:after {
	    /*top: 380px;*/
	}
	.home header>.container {
	    height: 690px;
	}
	.video_block iframe{
		height: 300px;
	}
}
@media (max-width: 479px) {
	.header_top>.col-md-3{
		width: 29%;
	}
	.header_top>.col-md-9{
		width: 71%;
	}
	.modal .header_top>.col-md-9{
		padding-right: 0;
	}
	.header_middle>.rectangle>.date {
		font-size: 26px;
	}
	.header_middle>.rectangle {
	    left: -15px;
	    right: -15px;
	    width: auto;
	}

	.video_block iframe{
		height: 240px;
	}
}
table.table-vertical-top td{
	vertical-align:top;
}

.accordion__link{
	cursor: pointer;
	color: #6da1d1;
}
.accordion__link:hover{
	text-decoration: underline;
}
.accordion__link.showmore{
	display: block;
}
.accordion__link.showmore.accordion__link--clicked{
	display: none;	
}
.accordion__link.hideinfo{
	display: none;
}
.accordion__link.hideinfo.accordion__link--clicked{
	display: block;	
}
.tbStylized{
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	margin-bottom: 30px;
}
.tbStylized .item{
	height: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	border: 1px solid #dfdfdf;
	border-top: none;
    justify-content: space-between;
}

.tbStylized .item .tbRow{
	padding: 20px;
	font-size: 17px;
	min-height: 152px;
}

.tbStylized .item .tbRow.title{
	min-height: inherit;
	padding: 20px 0;
	font: 400 24px 'bebas_neue', sans-serif;
    color: #fff;
    background-color: #6da1d1;
    border: 1px solid #6da1d1;
    text-align: center;
}
.tbStylized .item .tbRow.title p{
	margin: 0;
}
.tbStylized .item .tbRow b{
	color: #6da1d1;
}
.tbStylized .item .details{
	text-align: center;
	font-weight: bold;
    font-size: 20px;
    color: #6da1d1;
}
.tbStylized .item.gold .details{
	color: #ca7;
}
.tbStylized .item.gold .tbRow.title{
    background-color: #ca7;
    border: 1px solid #ca7;
}
.tbStylized .item.gold .tbRow b{
	color: #ca7;
}
@media(max-width: 520px){
	.tbStylized{
		flex-direction: column;
	}
	.tbStylized .item{
		margin-bottom: 30px;
	}
	.tbStylized .item .tbRow{
		min-height: auto;
	}
}

blockquote.blueborder{
	padding: 40px 20px;
	border: 2px solid #0571b6;
}
blockquote.blueborder strong{
	color: #0571b6;
}

#content ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

#content ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

#content ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

#content li ol > li {
  margin: 0;
}

#content li ol > li:before {
  content: counters(item, ".") " ";
}

table.border td{
	border: 1px solid #dfdfdf;
}

@media(max-width: 768px){
	.iTaxi_logo{
		max-width: 60px!important;
	}
}


.fspFilter{
	border: none;
	margin: 0 -15px;
}
.fspFilter .nav-item{
	padding: 0 15px;
}
.fspFilter .nav-item .nav-link{
	display: inline-block;
    padding: 0 15px;
    max-width: 100%;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font: 400 19px/46px 'bebas_neue', sans-serif;
    line-height: 50px;
    color: #6ab3e2;
    text-decoration: none;
    background: transparent;
    border: 2px solid #6ab3e2;
    -webkit-transition: background .2s ease-in, color .2s ease-in;
    -moz-transition: background .2s ease-in, color .2s ease-in;
    -ms-transition: background .2s ease-in, color .2s ease-in;
    -o-transition: background .2s ease-in, color .2s ease-in;
    transition: background .2s ease-in, color .2s ease-in;
	cursor: pointer !important;
	margin: 0;
	min-width: 190px;
	color: #6da1d1;
	border: 1px solid #6da1d1;
	border-radius: 0;
}

.fspFilter .nav-item.active .nav-link{
	color: #fff;
	background-color: #6da1d1;
}
.qr-network {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 23px;
    background: url('../images/qr-network.svg') 0 0 no-repeat;
	background-size: contain;
}
	.home header .container{
		height: 930px;
	}
	.header_bottom .news>.item_wrap{
		height: 930px;
	}
	.header_middle .desc{
		width: 36%;
		font-size: 13px;
		/*cursor: pointer;*/
	}
	.header_middle .desc:hover{
		/*text-decoration: underline;*/
	}
	.header_middle>.rectangle{
		height: 450px;
	}
	.header_middle>.rectangle:before{
		height: 50px;
	}
	.header_middle>.rectangle:after{
		height: 210px;
	}
	.header_middle>.rectangle>.date .venue a{
		color: #fff;
	    font-size: 2rem;
	    text-transform: none;
	    font-weight: 400;
	    text-decoration: none;
	    font-family: 'helveticaneuecyr', sans-serif;
	    line-height: 1.2;
	    margin: 0;
	    padding: 0;
	    top: -20px;
	    position: relative;
	    border-bottom: 1px solid transparent;
	}
	.header_middle>.rectangle>.date .venue a:hover{
		border-bottom: 1px solid #fff;
	}
	.header_middle>.rectangle>.date .venue .more{
		display: inline-block;
		position: relative;
		top: -25px;
	}
	@media(max-width: 1200px){
		.home header .container{
			height: 890px;
		}
		.header_bottom .news>.item_wrap{
			height: 890px;
		}
		.header_middle .desc{
			font-size: 13px;
		}
		.header_middle>.rectangle{
			height: 440px;
		}
	}
	@media(max-width: 992px){
		.header_middle>.rectangle{
			width: 49%;
		}
		.header_middle>.title{
			font-size: 40px;
		}
		.header_middle .desc{
			width: 45%;
			font-size: 14px;
		}
		.navbar-toggle{
			display: inline-block;
			margin-top: -40px;
		}
		.home header .container{
			height: 920px;
		}
		.header_bottom .news>.item_wrap{
			height: 920px;
		}
	}
	@media (max-width: 767px){
		.home header .container {
		    height: 1060px;
		}
		.header_bottom .news>.item_wrap {
		    height: 1060px;
		}
		.header_middle>.rectangle>.date{
			bottom: 20px;
		}
	}
	@media(max-width: 739px){
		.header_middle>.rectangle{
			width: 100%;
			height: 535px;
		}
		.header_middle{
			padding-top: 184px;
		}
		.header_middle .desc{
			width: 95%;
		}
		.header_middle>.rectangle>.date{
			top: 20px;
		}
		.header_middle>.rectangle:before{
			height: 125px;
		}
		.header_middle>.rectangle:after{
			height: 70px;
		}
	}
	@media(max-width: 639px){
		.header_middle>.rectangle{
			height: 600px;
		}
		.home header .container{
			height: auto;
		}
		.header_bottom .news>.item_wrap{
			height: auto;
		}
		.header_middle .desc{
			margin-left: 30px;
			width: 91%;
		}
		
		.header_middle {
		    padding-top: 164px;
		}
		.header_middle>.rectangle>.date .venue a{
			top: 0;
			font-size: 1.8rem
		}
		.header_middle>.rectangle>.date .venue .more{
			top: -5px;
		}
		.header_bottom{
			z-index: 1;
		}
	}
	@media(max-width: 540px){
		.header_middle>.rectangle{
			width: calc( 100% + 30px );
			height: 600px;
		}
		.header_middle>.title{
			font-size: 30px;
		}
		.header_middle .desc{
			/*width: 85%;*/
			width: calc( 100% - 20px );
			margin-top: 25px;
			margin-left: 10px;
		}
	}
	@media(max-width: 420px){
		.header_middle>.rectangle{
			height: 660px;
		}
	}
	@media(max-width: 360px){
		.header_middle>.rectangle{
			height: 700px;
		}
	}

.btn-uchastiya {
    border: 2px solid #283e65;
    color: #283e65;
    white-space: normal;
    line-height: 40px;
    padding: 6px 15px;
}
.btn-uchastiya:hover, .btn-uchastiya:active, .btn-uchastiya:focus {
    background-color: #283e65;
    color: #fff;
}
@media(max-width: 420px) {
    .btn-uchastiya {width: 100%; margin-bottom: 15px}
}
@media(max-width: 739px) {
	.home header>.container {z-index: 99}
	header>.container .desc {z-index: 999; position: relative}
}
@media (max-width: 420px) {
	.header_middle>.rectangle {height: 460px}
}
.le-show-mb {display: none;}
.le-show-pc {display: block;}
@media(max-width: 997px) {
	.le-show-mb {display: block;}
	.le-show-pc {display: none;}
}

.forum-preview,
.forum-b-partner,
forum-spief-expo {
	padding-top: 31px
}
.forum-b-partner p img,
forum-spief-expo p img {
    width: 100%;
}
.forum-preview p img {
    width: 100%;
    max-width: 400px;
    float: left;
    margin: 0 30px 20px 0;
}
.forum-preview p a {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
.forum-spief-expo .forum-preview-images {
    width: 100%;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.forum-spief-expo .forum-preview-images img {
	width: calc(50% - 15px);
	margin-bottom: 30px;
}
@media(max-width: 768px) {
	.forum-preview p img {max-width: 330px}
}
@media(max-width: 660px) {
	.forum-spief-expo .forum-preview-images img {width: 100%}
}
@media(max-width: 570px) {
	.forum-preview p img {max-width: 100%}
}
.forum-in-digital {
	padding-top: 31px
}
.forum-in-digital .forum-in-digital-images {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.forum-in-digital .forum-in-digital-images img {
	width: calc(50% - 15px);
}
@media(max-width: 600px) {
	.forum-in-digital .forum-in-digital-images img {width: 100%}
	.forum-in-digital .forum-in-digital-images img:first-child {margin-bottom: 30px}
	.forum-in-digital .forum-in-digital-images {flex-direction: column}
}