/* FONTS */
@font-face {
	font-family: 'geometria';
	src: url('../fonts/geometria-webfont.eot');
	src: url('../fonts/geometria-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/geometria-webfont.woff2') format('woff2'),
	url('../fonts/geometria-webfont.woff') format('woff'),
	url('../fonts/geometria-webfont.ttf') format('truetype'),
	url('../fonts/geometria-webfont.svg#geometriaregular') format('svg');
}

@font-face {
	font-family: 'geometria';
	src: url('../fonts/geometria-light-webfont.eot');
	src: url('../fonts/geometria-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/geometria-light-webfont.woff2') format('woff2'),
	url('../fonts/geometria-light-webfont.woff') format('woff'),
	url('../fonts/geometria-light-webfont.ttf') format('truetype'),
	url('../fonts/geometria-light-webfont.svg#geometrialight') format('svg');
	font-weight: 300;
}

@font-face {
	font-family: 'geometria';
	src: url('../fonts/geometria-medium-webfont.eot');
	src: url('../fonts/geometria-medium-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/geometria-medium-webfont.woff2') format('woff2'),
	url('../fonts/geometria-medium-webfont.woff') format('woff'),
	url('../fonts/geometria-medium-webfont.ttf') format('truetype'),
	url('../fonts/geometria-medium-webfont.svg#geometriamedium') format('svg');
	font-weight: 500;
}

@font-face {
	font-family: 'geometria';
	src: url('../fonts/geometria-bold-webfont.eot');
	src: url('../fonts/geometria-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/geometria-bold-webfont.woff2') format('woff2'),
	url('../fonts/geometria-bold-webfont.woff') format('woff'),
	url('../fonts/geometria-bold-webfont.ttf') format('truetype'),
	url('../fonts/geometria-bold-webfont.svg#geometriabold') format('svg');
	font-weight: 700;
}

@font-face {
	font-family: 'geometria';
	src: url('../fonts/geometria-extablack-webfont.eot');
	src: url('../fonts/geometria-extablack-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/geometria-extablack-webfont.woff2') format('woff2'),
	url('../fonts/geometria-extablack-webfont.woff') format('woff'),
	url('../fonts/geometria-extablack-webfont.ttf') format('truetype'),
	url('../fonts/geometria-extablack-webfont.svg#geometriaextrabold') format('svg');
	font-weight: 900;
}

/* FONTS end */

html {
	height: 100%;
}

body {
	position: relative;
	min-height: 100%;
	font-family: 'geometria', sans-serif;
	color: #1c2023;
	font-size: 16px;
	line-height: 1.6;
}

.wrapper {
	position: relative;
	overflow: hidden;
}

.container {
	position: relative;
}

ul.mdash {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.mdash > li {
	position: relative;
	padding-left: 25px;
}

ul.mdash > li:before {
	content: '\2014';
	position: absolute;
	top: 0;
	left: 0;
}

@media (min-width: 2101px) {
	body {
		font-size: 0.66667vw;
	}

	.container {
		width: 55.7142857vw;
	}
}

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

/* header */
header {
	position: relative;
}

.home header {
	overflow: hidden;
}

header .container {
	height: 313px;
}

.home header .container {
	height: 765px;
}

header > .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

header > .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%);
	overflow: hidden;
}

header .logo {
	float: left;
}

header .logo > a {
	position: relative;
	top: 0;
	width: 98px;
	display: block;
	-webkit-transition: top .3s;
	-moz-transition: top .3s;
	-ms-transition: top .3s;
	-o-transition: top .3s;
	transition: top .3s;
}

header .logo > a:hover {
	top: 20px;
}

header .logo > a:before {
	content: '';
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: 21px;
	background-color: #fff;
}

header .logo svg {
	width: 98px;
	height: 167px;
}

header .logo .st0 {
	fill: #FFFFFF;
}

header .logo .st1 {
	fill: #E0F1FD;
}

header .logo .st2 {
	fill: #B5DEFA;
}

header .logo .st3 {
	fill: #4C70B4;
}

header .logo .st4 {
	fill: #D24A43;
}

header .logo .st5 {
	fill: #AEDBF9;
}

header .logo .st6 {
	fill: url(#SVGID_1_);
}

header .logo .st7 {
	fill: #4B79BB;
}

header .logo .st8 {
	fill: #6DC1F4;
}

header h1,
header .subtitle {
	margin-bottom: 7px;
	font-weight: 700;
	font-size: 44px;
	line-height: 1.1;
	color: #fff;
	text-transform: uppercase;
}

header .subtitle {
	font-size: 16px;
}

@media (min-width: 2101px) {
	header .container {
		height: 14.90476vw;
	}

	.home header .container {
		height: 36.42857vw;
	}

	header .logo > a:hover {
		top: 0.95238vw;
	}

	header .logo > a:before {
		top: -26px;
		height: 2vw;
	}

	header .logo svg {
		width: 4.66667vw;
		height: 7.95238vw;
	}

	header h1,
	header .subtitle {
		margin-bottom: 0.33333vw;
		font-size: 2.095238vw;
	}

	header .subtitle {
		font-size: 0.7619vw;
	}
}

@media (max-width: 767px) {
	.home header {
		background-color: #050a13;
	}

	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 .container {
		height: auto;
	}

	.home header .container {
		height: auto;
	}

	header h1 {
		font-size: 36px;
	}
}

/*** navigation ***/
.header_top {
	float: right;
}

.header_top nav {
	float: right;
	padding-top: 39px;
}

.topmenu.nav > li {
	float: left;
	margin-right: 25px;
}
.topmenu.nav > li a{
	font-size: 15px;
}

.topmenu.nav > li:last-child {
	margin-right: 0;
}

.topmenu.nav > li > .item {
	position: relative;
	display: inline-block;
	padding: 0;
	font-weight: 500;
	line-height: 28px;
	color: #fff;
	text-transform: uppercase;
	background: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.home .topmenu.nav > li > .item {
	color: #fff;
}

.topmenu.nav > li > .item:before,
.topmenu.nav > li > .item:after,
.topmenu.nav > li.active > .item:before,
.topmenu.nav > li.active > .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;
}

.topmenu.nav > li > .item:after,
.topmenu.nav > li.active > .item:after {
	right: 50%;
	left: auto;
}

.topmenu.nav > li:hover > .item:before,
.topmenu.nav > li:hover > .item:after,
.topmenu.nav > li.active > .item:before,
.topmenu.nav > li.active > .item:after {
	width: 50%;
}

.topmenu.nav > li:hover > .item,
.topmenu.nav > li.active > .item {
	color: #fff;
}

.topmenu.nav > li > ul {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 10px 0;
	width: 0;
	overflow: hidden;
	list-style: none;
	background-color: #2466af;
	z-index: 800;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.topmenu.nav > li:hover > ul {
	width: 260px;
}

.topmenu.nav > li > ul > li > .item {
	display: block;
	padding: 8px 20px;
	width: 260px;
	color: #bdd5f6;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.topmenu.nav > li > ul > li > .item:hover {
	color: #fff;
	background-color: #1d5a9e;
}

.topmenu.nav > li > ul > li > .item > span {
	border-bottom: 1px solid transparent;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.topmenu.nav > li > ul > li > .item:hover > span {
	border-color: #fff;
}

svg#search {
	width: 18px;
	height: 18px;
}

.link_search svg {
	position: relative;
	top: 5px;
}

svg#search .st0 {
	fill: none;
	stroke: #fff;
	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,
.home svg#search .st0 {
	stroke: #fff;
}

.topmenu.nav > li > .item.link_search:before,
.topmenu.nav > li > .item.link_search:after {
	display: none;
}

.link_search:hover svg#search .st0 {
	stroke: #fff;
}

.navbar-toggle{
	color: #fff;
	cursor: pointer;
	margin:0;
	padding: 0;
}
.navbar-toggle span{
	vertical-align: top;
	font-weight: 500;
	text-transform: uppercase;
}
.navbar-toggle button {
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;
	width: 30px;
	background: none;
	border: none;
	outline: none;
	z-index: 842;
}

.navbar-toggle .icon-bar {
	display: block;
	margin: 6px 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.modal-open .navbar-toggle{
	filter: alpha(opacity=0);
	opacity: 0
}

@media (min-width: 3360px) {
	.navbar-toggle {
		padding-top: 0;
		width: 48px;
		height: 1.30952vw;
	}

	.navbar-toggle .icon-bar {
		margin: 10px 0;
	}
}

@media (max-width: 3359px) and (min-width: 3150px) {
	.navbar-toggle {
		padding-top: 5px;
		width: 45px;
	}

	.navbar-toggle .icon-bar {
		margin: 9px 0;
	}
}

@media (max-width: 3149px) and (min-width: 2940px) {
	.navbar-toggle {
		padding-top: 4px;
		width: 42px;
	}

	.navbar-toggle .icon-bar {
		margin: 9px 0;
	}
}

@media (max-width: 2939px) and (min-width: 2730px) {
	.navbar-toggle {
		padding-top: 4px;
		width: 39px;
	}

	.navbar-toggle .icon-bar {
		margin: 8px 0;
	}
}

@media (max-width: 2729px) and (min-width: 2520px) {
	.navbar-toggle {
		padding-top: 3px;
		width: 109px;
	}

	.navbar-toggle .icon-bar {
		margin: 7px 0;
	}
}

@media (max-width: 2519px) and (min-width: 2310px) {

	.navbar-toggle .icon-bar {
		margin: 7px 0;
	}
}

@media (min-width: 2101px) {
	.header_top nav {
		padding-top: 1.85714vw;
	}

	.topmenu.nav > li {
		margin-right: 1.90476vw;
	}

	.topmenu.nav > li > .item {
		line-height: 2;
	}

	.topmenu.nav > li > .item:before,
	.topmenu.nav > li > .item:after,
	.topmenu.nav > li.active > .item:before,
	.topmenu.nav > li.active > .item:after {
		height: 0.095238vw;
	}

	.topmenu.nav > li > .item:hover:before,
	.topmenu.nav > li > .item:hover:after,
	.topmenu.nav > li.active > .item:before,
	.topmenu.nav > li.active > .item:after {
		width: 1vw;
	}

	svg#search {
		width: 0.85714vw;
		height: 0.85714vw;
	}

	.link_search svg {
		top: 0.238095vw;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.topmenu.nav > li {
		margin-right: 25px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.topmenu.nav > li {
		margin-right: 12px;
	}

	.topmenu.nav > li > a {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.navbar-toggle {
		position: absolute;
		top: 18px;
		right: 4.6875%;
	}
}

/***** formSearch *****/
header .formSearch {
	position: absolute;
	top: calc(50% - 34px);
	right: -11px;
	padding-top: 16px;
	width: 0;
	overflow: hidden;
	-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 .formSearch {
	width: 400px;
}

header .formSearch .clean {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	background: none;
	border: none;
}

header .formSearch > .form-group {
	margin: 0;
}

header .formSearch .form-control {
	padding-right: 40px;
	height: 35px;
}

header .formSearch .btn.btn_search {
	position: absolute;
	top: 16px;
	right: 0;
	padding: 8px 10px;
	height: 35px;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

header .formSearch .btn.btn_search:hover > svg#search .st0 {
	stroke: #2464ac;
}

@media (min-width: 2101px) {
	header .formSearch {
		top: calc(50% - 1.61905vw);
		right: -0.52381vw;
		padding-top: 0.76190vw;
	}

	.search_open header .formSearch {
		width: 19.04762vw;
	}

	header .formSearch .clean {
		font-size: 0.47619vw;
	}

	header .formSearch .form-control {
		padding-right: 1.90476vw;
		height: 1.66667vw;
	}

	header .formSearch .btn.btn_search {
		top: 0.76190vw;
		padding: 0.38095vw 0.47619vw;
		height: 1.66667vw;
	}
}

@media (max-width: 767px) {
	.search_open header .formSearch {
		top: 5px;
		right: 49px;
		width: calc(100% - 49px);
	}
}

/***** formSearch end *****/

/*** navigation end ***/

/*** header_s ***/
.header_s {
	float: right;
	margin-top: 25px;
}

.header_s .item {
	display: block;
	float: left;
	margin-left: 44px;
	text-decoration: none;
	font-size: 14px;
}

.header_s .item:first-child {
	margin-left: 0;
}

.header_s .item > span,
.header_s .dropdown > button > span {
	margin-left: 5px;
	vertical-align: middle;
	color: #fff;
	border-bottom: 1px solid;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.home .header_s .item > span,
.home .header_s .dropdown > button > span {
	color: #bfd1e6;
}

.header_s .item:hover > span,
.header_s .dropdown > button:hover > span,
.header_s .dropdown.open > button > span {
	color: #fff;
}

.dropdown > button > span.glyphicon {
	top: 0;
	display: inline-block;
	font-size: 10px;
	border: none;
}

.cabinet svg,
.dropdown svg,
.entry svg {
	width: 16px;
	vertical-align: middle;
}

.entry svg {
	width: 15px;
}

header svg .st0,
header svg .st1
.modal svg .st0,
.modal svg .st1 {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.entry svg .st0,
.cabinet svg .st1,
.dropdown > button svg .st0 {
	fill: #9cb7d9;
}

.entry:hover svg .st0,
.cabinet:hover svg .st1,
.dropdown > button:hover svg .st0,
.dropdown.open > button svg .st0 {
	fill: #fff;
}

.entry svg .st1 {
	stroke-linecap: round;
}

.entry:hover svg .st1,
.cabinet:hover svg .st0,
.dropdown > button:hover svg .st1,
.dropdown.open > button svg .st1 {
	stroke: #fff;
}

.cabinet svg .st0,
.entry svg .st1,
.dropdown > button svg .st1 {
	fill: none;
	stroke: #9cb7d9;
	stroke-miterlimit: 10;
}

.dropdown > button {
	padding: 0 16px 0 0;
	color: #bfd1e6;
	background: none;
	border: none;
	outline: none;
}

.dropdown-menu {
	min-width: 120px;
	background-color: #e0f1fd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.dropdown-menu > li > a {
	padding: 3px 20px 3px 23px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	background-color: #b5defa;
}

.header_s .phone {
	font-weight: 500;
	font-size: 18px;
	color: #fff;
}

.home .header_s .phone {
	color: #bfd1e6 !important;
}

@media (min-width: 2101px) {
	.header_s {
		margin-top: 1.190476vw;
	}

	.header_s .item {
		margin-left: 2.095238vw;
	}

	.header_s .item > span,
	.header_s .dropdown > button > span {
		margin-left: 0.238095vw;
	}

	.header_s .dropdown > button > span.glyphicon {
		font-size: 0.47619vw;
	}

	.header_s .item svg {
		width: 0.76190vw;
		height: 0.76190vw;
	}

	.header_s .entry svg {
		width: 0.714286vw;
	}

	.dropdown > button {
		padding-right: 0.76190vw;
	}

	.dropdown-menu {
		margin: 0.095238vw 0 0;
		padding: 0.238095vw 0;
		min-width: 5.714286vw;
	}

	.dropdown-menu > li > a {
		padding: 0.142857vw 0.95238vw 0.142857vw 1.095238vw;
	}

	.header_s .phone {
		font-size: 0.85714vw;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.header_s .item {
		margin-left: 25px;
		font-size: 12px;
	}

	.header_s .phone {
		font-size: 16px;
	}

	.dropdown-menu {
		min-width: 100px;
	}

	.dropdown-menu > li > a {
		font-size: 12px;
	}
}

/*** header_s end ***/

/*** header_middle ***/
.header_middle {
	margin-top: 60px;
	color: #fff;
}

.header_middle:after {
	content: '';
	display: block;
	clear: both;
}

.header_middle > .date {
	float: left;
	margin-right: 60px;
	font-size: 26px;
	line-height: 1;
}

.header_middle > .date > .big {
	font-weight: 700;
	font-size: 43px;
}

.header_middle > .links,
.header_middle > .links > .item {
	float: left;
	font-weight: 500;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
}

.header_middle > .links {
	padding-top: 10px;
}

.header_middle > .links > .item:first-child {
	margin-right: 40px;
}

.header_middle > .links > .item > img {
	margin-right: 7px;
	vertical-align: top;
}

.header_middle > .links > .item > span {
	display: inline-block;
	line-height: 1.2;
}

.header_middle > .links > .item > span > span {
	border-bottom: 1px solid;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.header_middle > .links > .item:hover > span > span {
	border-bottom-color: #16bef0;
}

.header_middle > .title {
	margin: 30px 0;
	font-weight: 700;
	font-size: 49px;
	line-height: 1.1557;
	text-transform: uppercase;
}

.header_middle .btn.btn_bluebd {
	border: 2px solid #f7830f;
	background: #f7830f;
}

@media (min-width: 2101px) {
	.header_middle {
		margin-top: 2.85714vw;
	}

	.header_middle > .date {
		margin-right: 2.85714vw;
		font-size: 1.238095vw;
	}

	.header_middle > .date > .big {
		font-size: 2.047619vw;
	}

	.header_middle > .links,
	.header_middle > .links > .item {
		font-size: 0.80952vw;
	}

	.header_middle > .links {
		padding-top: 0.47619vw;
	}

	.header_middle > .links > .item:first-child {
		margin-right: 1.90476vw;
	}

	.header_middle > .links > .item > img {
		margin-right: 0.33333vw;
		width: 2.238095vw;
	}

	.header_middle > .links > .item + .item > img {
		width: 1.80952vw;
	}

	.header_middle > .title {
		margin: 1.42857vw 0;
		font-size: 2.33333vw;
	}
}

@media (max-width: 991px) {
	.header_middle > .title {
		font-size: 41px;
	}
}

@media (max-width: 767px) {
	.header_middle .btn.btn_bluebd {
		margin-bottom: 25px;
		white-space: normal;
	}

	.header_middle > .phone {
		margin-bottom: 40px;
		font-weight: 500;
		clear: both;
		font-size: 23px;
	}

	.header_middle > .links {
		margin-bottom: 30px;
	}

	.header_middle > .links > .item {
		margin-bottom: 20px;
	}
}

@media (max-width: 479px) {
	.header_middle > .date {
		float: none;
		margin-right: 0;
		font-size: 24px;
	}

	.header_middle > .date > .big {
		font-size: 38px;
	}

	.header_middle > .title {
		font-size: 28px;
	}

	.header_middle > .links > .item + .item > img {
		margin: 0 10px 0 6px;
	}

	.header_middle > .links > .item > span {
		padding-top: 10px;
	}

	.header_middle > .links > .item > span br {
		display: none;
	}
}

/*** header_middle end ***/

/*** header_bottom ***/
.header_bottom > .news > .item {
	display: block;
	width: 25%;
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	opacity: .9;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.header_bottom > .news > .item:hover {
	background-color: rgba(0, 102, 179, .78);
	filter: alpha(opacity=100);
	opacity: 1;
}

.header_bottom > .news > .item > span {
	display: block;
}

.header_bottom > .news > .item > .date {
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 12px;
}

.header_bottom > .news > .item > .text {
	text-decoration: underline;
}

.header_bottom > .news > .item .more {
	visibility: hidden;
	margin: 15px 0;
	font-weight: 300;
	font-size: 12px;
	color: #16c1f3;
	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:hover .more {
	visibility: visible;
	filter: alpha(opacity=100);
	opacity: 1;
}

.more > .arrow_right {
	position: relative;
	display: inline-block;
	margin-left: 16px;
	width: 44px;
	height: 1px;
	vertical-align: middle;
	background-color: #16c1f3;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.more > .arrow_right:before,
.more > .arrow_right:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 1px;
	background-color: #16c1f3;
	-webkit-transform: translateY(-3px) rotate(45deg);
	-moz-transform: translateY(-3px) rotate(45deg);
	-ms-transform: translateY(-3px) rotate(45deg);
	-o-transform: translateY(-3px) rotate(45deg);
	transform: translateY(-3px) rotate(45deg);
}

.more > .arrow_right:after {
	-webkit-transform: translateY(3px) rotate(-45deg);
	-moz-transform: translateY(3px) rotate(-45deg);
	-ms-transform: translateY(3px) rotate(-45deg);
	-o-transform: translateY(3px) rotate(-45deg);
	transform: translateY(3px) rotate(-45deg);
}

@media (min-width: 2101px) {
	.inner .header_bottom {
		padding: 0 0.714286vw 1.571429vw;
	}

	.header_bottom > .news > .item {
		top: 1.7619vw;
		padding: 0.47619vw 0.71429vw 0;
		height: 8.33333vw;
	}

	.header_bottom > .news > .item > .date {
		margin-bottom: 0.47619vw;
		font-size: 0.57143vw;
	}

	.header_bottom > .news > .item > .text {
		height: 3.80952vw;
	}

	.header_bottom > .news > .item .more {
		margin: 0.71429vw 0;
		font-size: 0.57143vw;
	}

	.more > .arrow_right {
		margin-left: 0.7619vw;
		width: 2.095238vw;
	}
}

@media (max-width: 2100px) and (min-width: 768px) {
	.inner .header_bottom {
		padding: 0 15px 33px;
	}

	.header_bottom > .news > .item {
		top: 37px;
		padding: 10px 15px 0;
		height: 175px;
	}

	.header_bottom > .news > .item > .text {
		height: 80px;
	}
}

@media (max-width: 1199px) {
	.header_bottom > .news > .item {
		width: 33.33333%;
	}
}

@media (min-width: 768px) {
	.header_bottom {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}

	.header_bottom > .news > .item {
		position: relative;
		float: left;
	}

	.header_bottom > .news > .item:hover {
		top: 0;
	}

	.header_bottom > .news > .item > .text {
		overflow: hidden;
	}
}

@media (max-width: 767px) {
	.header_bottom {
		margin: 20px 0 30px;
	}

	.header_bottom > .news {
		margin: 0 -15px;
		padding: 0 0 15px;
	}

	.header_bottom > .news > .item {
		padding: 10px 15px 15px;
		width: 100%;
	}

	.header_bottom > .news > .item:hover {
		background-color: rgba(27, 88, 155, .21);
	}

	.header_bottom > .news > .item > .date {
		font-size: 14px;
	}

	.header_bottom > .news > .item > .text {
		font-size: 16px;
	}

	.header_bottom > .news > .item .more {
		display: none;
	}
}

@media (max-width: 479px) {
	.header_bottom > .news {
		margin: 0 -5.17241%;
	}

	.header_bottom > .news > .item {
		padding: 10px 4.6875% 15px;
	}
}

/*** header_bottom end ***/

/* header end */

/* content */
#content h1 {
	font-weight: 700;
	font-size: 23px;
	line-height: 1.27273;
}

h3 {
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
}

@media (min-width: 2101px) {
	#content {
		/*padding-bottom: 10.33333vw;*/
	}

	#content h1 {
		font-size: 1.095238vw;
	}

	h3 {
		margin: 0.95238vw -0px 0.47619vw;
		font-size: 0.85714vw;
	}
}

@media (max-width: 2100px) and (min-width: 768px) {
	#content .container:last-of-type {
		padding-bottom: 50px;
	}
}

/*** home ***/

/***** partners *****/
.partners > .items {
	padding: 35px 0;
}

.partners > .items > .item {
	display: inline-block;
	padding: 15px 15px 0;
	width: calc(25% - 4px);
	height: 230px;
	text-align: center;
	vertical-align: top;
	color: #26282e;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.partners > .items > .item > img {
	max-width: 100%;
}

.partners > .items > .item > .desc {
	display: block;
	margin-top: 20px;
	line-height: 1.2;
}

@media (min-width: 2101px) {
	.partners > .items {
		padding: 1, 66667vw 0;
	}

	.partners > .items > .item {
		padding: 0.71429vw 0.71429vw 0;
		height: 10.28571vw;
	}

	.partners > .items > .item > img {
		width: 10.95238vw;
	}

	.partners > .items > .item > .desc {
		margin-top: 0.95238vw;
	}
}

@media (min-width: 1200px) {
	.partners > .items > .item > .desc {
		position: relative;
		top: 20px;
		visibility: hidden;
		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;
	}

	.partners > .items > .item:hover > .desc {
		top: 0;
		visibility: visible;
		filter: alpha(opacity=100);
		opacity: 1;
	}
}

@media (min-width: 768px) {
	.partners > .items > .item:hover {
		-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .16);
		-moz-box-shadow: 0 0 16px rgba(0, 0, 0, .16);
		box-shadow: 0 0 16px rgba(0, 0, 0, .16);
	}
}

@media (max-width: 767px) {
	h3 {
		text-align: center;
		font-size: 20px;
		line-height: 1.2;
	}

	.partners > .items > .item {
		padding: 15px 10px 0;
		width: calc(50% - 3px);
	}

	.partners > .items > .item > .desc {
		text-decoration: underline;
	}
}

@media (max-width: 479px) {
	.partners > .items > .item {
		padding: 15px 10px 0;
		width: 100%;
		height: auto;
	}
}

/***** partners end *****/

/***** events (carousel.c1) *****/
.events .carousel {
	margin: 30px auto 47px;
	/*max-width: 1140px;*/
	/*width: 100%;*/
	/*overflow: hidden;*/
}

.events .carousel .owl-carousel {
	padding-bottom: 43px;
}
.events .carousel .owl-slider {
	overflow: hidden;
}

.events .carousel .item {
	position: relative;
	display: block;
	margin-right: 30px;
	overflow: hidden;
	text-decoration: none;
}
.events .carousel .owl-item{
	display: inline-block;
}
.events .carousel .item > .wrapin {
	display: block;
	width: 262px;
	height: 412px;
	border: 1px solid #dedee2;
}

.events .item > .wrapin > .img {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	filter: alpha(opacity=0);
	opacity: 0 !important;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.events .item:hover > .wrapin > .img {
	visibility: visible;
	filter: alpha(opacity=100);
	opacity: 1 !important;
}

.events .item > .wrapin > .item_header {
	display: block;
	padding: 15px 0;
	height: 216px;
	text-align: center;
}

.events .item > .wrapin > .item_header > .bg {
	position: absolute;
	top: 0;
	left: 0;
}

.events .item > .wrapin > .item_header > .title {
	position: relative;
	display: block;
	padding: 0 17px;
	height: 90px;
	text-align: left;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
	color: #fff;
	z-index: 1;
}

.events .item > .wrapin > .item_header > .event_logo {
	position: relative;
	display: inline-block;
	z-index: 1;
	width: inherit;
	max-width: 85%;
}

.events .item > .wrapin > .tags {
	position: relative;
	display: block;
	padding: 13px 15px;
	z-index: 1;
}

.events .item > .wrapin > .tags > .tag {
	display: inline-block;
	margin: 6px 2px 0;
	padding: 0 5px;
	font-size: 12px;
	color: #3d3f43;
	border: 1px solid #cfd4dc;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.events .item:hover > .wrapin > .tags > .tag {
	color: #fff;
	border: 1px solid rgba(207, 212, 220, .3);
}

.events .item > .wrapin > .date {
	position: relative;
	display: block;
	padding: 5px 17px 7px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.1;
	color: #243b88;
	z-index: 1;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

.events .item:hover > .wrapin > .date {
	color: #fff;
}

.events .item > .wrapin > .date > .big {
	display: block;
	font-size: 26px;
}

.events .item > .wrapin > .location {
	position: relative;
	display: block;
	padding: 0 17px;
	color: #656974;
	z-index: 1;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

.events .item:hover > .wrapin > .location {
	color: #fff;
}

.events .carousel.c1 .owl-nav > .owl-prev,
.events .carousel.c1 .owl-nav > .owl-next {
	position: absolute;
	top: calc(50% - 50px);
	left: -108px;
}

.events .carousel.c1 .owl-nav > .owl-next {
	right: -108px;
	left: auto;
}

.events .carousel.c1 .owl-nav svg {
	width: 19px;
	height: 54px;
}

.events .carousel.c1 .owl-nav svg .st0 {
	fill: none;
	stroke: #8B8988;
	stroke-width: 0.5;
	stroke-miterlimit: 10;
}

.carousel .owl-dots {
	/*position: absolute;*/
	/*bottom: 0;*/
	display: block!important;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	white-space: nowrap;
	margin: 30px auto 0!important;
}

.carousel .owl-dots > .owl-dot {
	display: inline-block;
	margin: 0 10px;
	width: 11px;
	height: 11px;
	vertical-align: middle;
	background-color: #a1aab7;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.carousel .owl-dots > .owl-dot.active {
	width: 18px;
	height: 18px;
	background-color: #4975bb;
}

.owl-carousel{
	margin: auto;
}
.owl-carousel img{
	margin: auto!important;
}

@media (min-width: 2101px) {
	.events .carousel {
		margin: 1.42857vw auto 2.238095vw;
		/*width: 54.28571vw;*/
	}

	.events .carousel .owl-carousel {
		padding-bottom: 2.047619vw;
		/*height: 21.66667vw;*/
	}

	.events .carousel .item {
		margin-right: 1.42857vw;

	}

	.events .carousel .item > .wrapin {
		width: 12.47619vw;
		height: 19.619048vw;
	}

	.events .item > .wrapin > .item_header {
		padding: 0.714286vw 0;
		height: 10.28571vw;
	}

	.events .item > .wrapin > .item_header > .title {
		padding: 0 0.80952vw;
		height: 4.047619vw;
		font-size: 0.85714vw;
	}

	.events .item > .wrapin > .tags {
		padding: 0.619048vw 0.714286vw;
	}

	.events .item > .wrapin > .tags > .tag {
		margin: 0.28571vw 0.095238vw 0;
		padding: 0 0.238095vw;
		font-size: 0.571429vw;
	}

	.events .item > .wrapin > .date {
		padding: 0.238095vw 0.80952vw 0.33333vw;
		font-size: 0.7619vw;
	}

	.events .item > .wrapin > .date > .big {
		font-size: 1.238095vw;
	}

	.events .item > .wrapin > .location {
		padding: 0 0.80952vw;
	}

	.events .carousel.c1 .owl-nav > .owl-prev,
	.events .carousel.c1 .owl-nav > .owl-next {
		top: calc(50% - 2.38095vw);
		left: -5.142857vw;
	}

	.events .carousel.c1 .owl-nav > .owl-next {
		right: -5.142857vw;
		left: auto;
	}

	.events .carousel.c1 .owl-nav svg {
		width: 0.90476vw;
		height: 2.571429vw;
	}

	.events .carousel.c1 .owl-dots > .owl-dot {
		margin: 0 0.01vw;
		width: 0.52381vw;
		height: 0.52381vw;
	}

	.events .carousel.c1 .owl-dots > .owl-dot.active {
		width: 0.85714vw;
		height: 0.85714vw;
	}
}

@media (max-width: 1399px) {
	.events .carousel.c1 .owl-nav > .owl-prev {
		left: -50px;
	}

	.events .carousel.c1 .owl-nav > .owl-next {
		right: -50px;
	}
}

@media (min-width: 1300px) {
	.events .carousel.c1 .owl-dots {
		display: none !important;
		margin: 10px auto 0!important;
	}

	.events .carousel .owl-carousel {
		padding-bottom: 0;
	}
}

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

@media (max-width: 1199px) {
	.events .carousel {
		/*padding-left: 30px;*/
		/*width: 1200px;*/
	}
}

@media (max-width: 767px) {
	.events .carousel {
		/*padding-left: 16px;*/
	}

	.events .carousel .item {
		margin-right: 16px;
	}
}

/***** events (carousel.c1) end *****/

/***** banner *****/
.banner {
	margin-bottom: 70px;
}

.banner img {
	max-width: 100%;
	transition: .2s all linear;
	opacity: 1;
}
.banner a:hover img{
	opacity: .9;
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .16);
	-moz-box-shadow: 0 0 16px rgba(0, 0, 0, .16);
	box-shadow: 0 0 16px rgba(0, 0, 0, .16);
}

/***** banner *****/

/***** results *****/
.results {
	padding-top: 124px;
	height: 649px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.25;
	color: #26282e;
	background: url(../images/results_bg.jpg) 50% 0/auto 100% no-repeat;
}

.results .title {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 35px;
	text-transform: uppercase;
}

.results .wrap_more {
	margin-top: 15px;
}

.results .more {
	display: inline-block;
	font-size: 17px;
	color: #2f59ab;
	text-decoration: underline;
}

.results .more > .arrow_right {
	background-color: #2f59ab;
}

.results .more:hover > .arrow_right {
	width: 65px;
}

.results .more > .arrow_right:before,
.results .more > .arrow_right:after {
	background-color: #2f59ab;
}

.more: > .arrow_right:before,
.more > .arrow_right:after {
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}

.more:hover > .arrow_right:before {
	-webkit-transform: translateY(-2px) rotate(30deg);
	-moz-transform: translateY(-2px) rotate(30deg);
	-ms-transform: translateY(-2px) rotate(30deg);
	-o-transform: translateY(-2px) rotate(30deg);
	transform: translateY(-2px) rotate(30deg);
}

.more:hover > .arrow_right:after {
	-webkit-transform: translateY(2px) rotate(-30deg);
	-moz-transform: translateY(2px) rotate(-30deg);
	-ms-transform: translateY(2px) rotate(-30deg);
	-o-transform: translateY(2px) rotate(-30deg);
	transform: translateY(2px) rotate(-30deg);
}

@media (min-width: 2101px) {
	.results {
		padding-top: 5.90476vw;
		height: 30.90476vw;
		font-size: 0.85714vw;
	}

	.results .title {
		margin-bottom: 0.47619vw;
		font-size: 1.66667vw;
	}

	.results .wrap_more {
		margin-top: 0.714286vw;
	}

	.results .more {
		font-size: 0.80952vw;
	}

	.results .more:hover > .arrow_right {
		width: 3.095238vw;
	}
}

@media (max-width: 1199px) {
	.results {
		padding-top: 35px;
		height: 509px;
	}
}

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

@media (max-width: 767px) {
	.results {
		height: 555px;
		background-position: calc(100% + 317px) 100%;
		background-size: auto 429px;
	}

	.results .more > .arrow_right {
		display: block;
		margin: 25px 0 0;
	}
}

@media (max-width: 479px) {
	.results {
		height: 595px;
		background-position: calc(100% + 282px) 100%;
	}

	.results .title {
		font-size: 24px;
	}

	.results .more > .arrow_right {
		margin: 20px 0 0;
	}
}

/***** results end *****/

/*** home ***/

/*** news ***/
.all_news {
	padding: 46px 0 40px;
}

.all_news .item {
	display: block;
	margin-bottom: 32px;
	height: 176px;
}

.all_news .item .tag {
	display: inline-block;
	margin-bottom: 7px;
	padding: 0 9px;
	font: 12px/21px Arial;
	color: #65bff1;
	border: 1px solid #65bff1;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}

.all_news .item > a {
	display: block;
	font-size: 15px;
	line-height: 1.33333;
	color: #26282e;
}

.all_news .item .title {
	font-weight: 700;
}

.all_news .hero-image{
	height: 245px;
}
.all_news .item .date {
	margin-top: 7px;
	font: 12px/21px Arial;
	color: #bfc7ce;
	text-transform: uppercase;
}

.all_news .item.img {
	position: relative;
	height: 384px;
	overflow: hidden;
}

.all_news .item.img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, .6)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 90%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 90%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 90%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 90%);
}

.all_news .item.img > img {
	min-width: 100%;
}

.all_news .item.img > .text > span {
	display: block;
}

.all_news .item.img > .text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 25px 15px;
	width: 100%;
}

.all_news .item.img > .text > .tag {
	display: inline-block;
	color: #fff;
	border-color: rgba(255, 255, 255, .5);
}

.all_news .item.img > .text > .tag > a {
	color: inherit;
}

.all_news .item.img > .text > .title {
	font-size: 20px;
	line-height: 1.2;
	color: #fff;

}

.all_news .item.img > .text > .title > a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	-webkit-transition: border .2s ease-in;
	-moz-transition: border .2s ease-in;
	-ms-transition: border .2s ease-in;
	-o-transition: border .2s ease-in;
	transition: border .2s ease-in;
}

.all_news .item.img > .text > .title > a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.all_news .item.img:hover > .text > .title > span {
	border-bottom: 1px solid;
}

@media (min-width: 2101px) {
	.all_news {
		padding: 2.190476vw 0 1.90476vw;
	}

	.all_news .item {
		margin-bottom: 1.52381vw;
		height: 8.38095vw;
	}

	.all_news .item .tag {
		margin-bottom: 0.33333vw;
		padding: 0 0.42857vw;
		font: 0.571429vw/1vw Arial;
		-webkit-border-radius: 0.52381vw;
		-moz-border-radius: 0.52381vw;
		border-radius: 0.52381vw;
	}

	.all_news .item > a {
		font-size: 0.714286vw;
	}

	.all_news .item .date {
		margin-top: 0.33333vw;
		font: 0.571429vw/1vw Arial;
	}

	.all_news .item.img {
		height: 18.238095vw;
	}

	.all_news .item.img > .text {
		padding: 1.190476vw 0.714286vw;
	}

	.all_news .item.img > .text > .title {
		font-size: 0.95238vw;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.all_news .item > a {
		font-size: 14px;
	}

	.all_news .item .date {
		margin-top: 5px;
	}
}

@media (max-width: 767px) {
	.all_news {
		padding: 40px 0;
	}

	.all_news .row {
		margin: 0;
	}

	.all_news .item {
		/*height: auto;*/
	}

	.all_news .item > a {
		font-size: 18px;
	}

	.all_news .item .tag,
	.all_news .item .date {
		font-size: 14px;
	}

	.all_news .item .title {
		display: block;
	}

	.all_news .hero-image {
		padding-top: 20px;
		max-width: 100%;
	    width: 100%;
	}

	.all_news .hero-image img{
		height: auto !important;
	}

	.all_news .item.img {
		margin: 0 -5.17241% 32px;
	}

	.all_news .item.img > .text {
		padding: 25px 4.6875%;
	}
}

@media (max-width: 424px) {
	.all_news .item.img,
	.all_news .item.img > img {
		height: 294px;
	}
}

/***** pagination *****/
.pagination {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin: 30px 0 50px;
	white-space: nowrap;
}

.pagination a,
.pagination span {
	display: inline-block;
	margin: 0 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	line-height: 33px;
	color: #26282e;
	text-decoration: none;
	text-transform: lowercase;
}

.pg .icon,
.pg .icon > span {
	position: relative;
	margin: 0;
	width: auto;
	vertical-align: middle;
	font-size: 14px;
	color: #16c1f3;
	cursor: pointer;
	border: none;
}

.pg .icon.previous {
	margin-right: 30px;
}

.pg .icon.next {
	margin-left: 30px;
}

.pg .icon.previous > span:not(.arrow_left) {
	bottom: 2px;
	padding-left: 76px;
}

.pg .icon.next > span:not(.arrow_right) {
	bottom: 2px;
	padding-right: 76px;
}

.pg .icon > .arrow_left,
.pg .icon > .arrow_right,
.come_back > .arrow_left {
	position: absolute;
	top: 50%;
	right: calc(100% - 65px);
	display: inline-block;
	width: 44px;
	height: 1px;
	background-color: #16c1f3;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.pg .icon > .arrow_right {
	right: auto;
	left: calc(100% - 65px);
}

.pg .icon:not(.disabled):hover > .arrow_left,
.pg .icon:not(.disabled):hover > .arrow_right,
.come_back:hover > .arrow_left {
	width: 65px;
}

.pg .icon > .arrow_left:before,
.pg .icon > .arrow_left:after,
.pg .icon > .arrow_right:before,
.pg .icon > .arrow_right:after,
.come_back > .arrow_left:before,
.come_back > .arrow_left:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 1px;
	background-color: #16c1f3;
	-webkit-transform: translateY(-3px) rotate(45deg);
	-moz-transform: translateY(-3px) rotate(45deg);
	-ms-transform: translateY(-3px) rotate(45deg);
	-o-transform: translateY(-3px) rotate(45deg);
	transform: translateY(-3px) rotate(45deg);
}

.pg .icon > .arrow_right:before,
.pg .icon > .arrow_right:after {
	right: 0;
	left: auto;
}

.pg .icon > .arrow_right:after {
	-webkit-transform: translateY(3px) rotate(-45deg);
	-moz-transform: translateY(3px) rotate(-45deg);
	-ms-transform: translateY(3px) rotate(-45deg);
	-o-transform: translateY(3px) rotate(-45deg);
	transform: translateY(3px) rotate(-45deg);
}

.pg .icon > .arrow_left:before,
.come_back > .arrow_left:before {
	-webkit-transform: translateY(-3px) rotate(-45deg);
	-moz-transform: translateY(-3px) rotate(-45deg);
	-ms-transform: translateY(-3px) rotate(-45deg);
	-o-transform: translateY(-3px) rotate(-45deg);
	transform: translateY(-3px) rotate(-45deg);
}

.pg .icon > .arrow_left:after,
.come_back > .arrow_left:after {
	-webkit-transform: translateY(3px) rotate(45deg);
	-moz-transform: translateY(3px) rotate(45deg);
	-ms-transform: translateY(3px) rotate(45deg);
	-o-transform: translateY(3px) rotate(45deg);
	transform: translateY(3px) rotate(45deg);
}

.pg .icon:not(.disabled):hover > .arrow_left:before,
.come_back:hover > .arrow_left:before {
	-webkit-transform: translateY(-2px) rotate(-30deg);
	-moz-transform: translateY(-2px) rotate(-30deg);
	-ms-transform: translateY(-2px) rotate(-30deg);
	-o-transform: translateY(-2px) rotate(-30deg);
	transform: translateY(-2px) rotate(-30deg);
}

.pg .icon:not(.disabled):hover > .arrow_left:after,
.come_back:hover > .arrow_left:after {
	-webkit-transform: translateY(2px) rotate(30deg);
	-moz-transform: translateY(2px) rotate(30deg);
	-ms-transform: translateY(2px) rotate(30deg);
	-o-transform: translateY(2px) rotate(30deg);
	transform: translateY(2px) rotate(30deg);
}

.pg .icon:not(.disabled):hover > .arrow_right:before {
	-webkit-transform: translateY(-2px) rotate(30deg);
	-moz-transform: translateY(-2px) rotate(30deg);
	-ms-transform: translateY(-2px) rotate(30deg);
	-o-transform: translateY(-2px) rotate(30deg);
	transform: translateY(-2px) rotate(30deg);
}

.pg .icon:not(.disabled):hover > .arrow_right:after {
	-webkit-transform: translateY(2px) rotate(-30deg);
	-moz-transform: translateY(2px) rotate(-30deg);
	-ms-transform: translateY(2px) rotate(-30deg);
	-o-transform: translateY(2px) rotate(-30deg);
	transform: translateY(2px) rotate(-30deg);
}

.pg a.icon:hover > span {
	text-decoration: none;
}

.pg .icon.disabled,
.pg .icon.disabled > span {
	color: #ccc;
	cursor: default;
	background-color: transparent;
}

.pg .icon.disabled > .arrow_left,
.pg .icon.disabled > .arrow_left:before,
.pg .icon.disabled > .arrow_left:after,
.pg .icon.disabled > .arrow_right,
.pg .icon.disabled > .arrow_right:before,
.pg .icon.disabled > .arrow_right:after {
	background-color: #ccc;
}

.pagination .dots,
.pagination .dots:focus,
.pagination .dots:hover {
	margin: 0 1px;
	padding: 0;
	width: auto;
	font-size: 24px;
	border: none;
}

.pagination span.current {
	font-weight: 700;
	color: #2466af;
}

.pagination a.disabled,
a.disabled:hover {
	color: #bbb;
	border: 1px solid transparent;
}

.pagination > .disabled > span:hover {
	background-color: transparent;
}
.pagination .icon{
	width: auto;
}
.pagination .current,
.current:hover,
.pagination .disabled,
.disabled:hover {
	cursor: default;
}

@media (min-width: 2101px) {
	.pagination {
		margin: 1.42857vw 0 2.38095vw;
	}

	.pagination a,
	.pagination span {
		margin: 0 0.47619vw;
		font-size: 0.85714vw;
		line-height: 1.571429vw;
	}

	.pg .icon,
	.pg .icon > span {
		font-size: 0.66667vw;
	}

	.pg .icon.previous {
		margin-right: 1.42857vw;
	}

	.pg .icon.next {
		margin-left: 1.42857vw;
	}

	.pg .icon.previous > span:not(.arrow_left) {
		bottom: 0.095238vw;
		padding-left: 3.619048vw;
	}

	.pg .icon.next > span:not(.arrow_right) {
		bottom: 0.095238vw;
		padding-right: 3.619048vw;
	}

	.pg .icon > .arrow_left,
	.pg .icon > .arrow_right {
		right: calc(100% - 3.095238vw);
		width: 2.095238vw;
	}

	.pg .icon > .arrow_right {
		left: calc(100% - 3.095238vw);
	}

	.pg .icon:not(.disabled):hover > .arrow_left,
	.pg .icon:not(.disabled):hover > .arrow_right {
		width: 3.095238vw;
	}

	.pg .icon > .arrow_left:before,
	.pg .icon > .arrow_left:after,
	.pg .icon > .arrow_right:before,
	.pg .icon > .arrow_right:after {
		width: 0.38095vw;
		-webkit-transform: translateY(-0.142857vw) rotate(45deg);
		-moz-transform: translateY(-0.142857vw) rotate(45deg);
		-ms-transform: translateY(-0.142857vw) rotate(45deg);
		-o-transform: translateY(-0.142857vw) rotate(45deg);
		transform: translateY(-0.142857vw) rotate(45deg);
	}

	.pg .icon > .arrow_right:after {
		-webkit-transform: translateY(0.142857vw) rotate(-45deg);
		-moz-transform: translateY(0.142857vw) rotate(-45deg);
		-ms-transform: translateY(0.142857vw) rotate(-45deg);
		-o-transform: translateY(0.142857vw) rotate(-45deg);
		transform: translateY(0.142857vw) rotate(-45deg);
	}

	.pg .icon > .arrow_left:before {
		-webkit-transform: translateY(-0.142857vw) rotate(-45deg);
		-moz-transform: translateY(-0.142857vw) rotate(-45deg);
		-ms-transform: translateY(-0.142857vw) rotate(-45deg);
		-o-transform: translateY(-0.142857vw) rotate(-45deg);
		transform: translateY(-0.142857vw) rotate(-45deg);
	}

	.pg .icon > .arrow_left:after {
		-webkit-transform: translateY(0.142857vw) rotate(45deg);
		-moz-transform: translateY(0.142857vw) rotate(45deg);
		-ms-transform: translateY(0.142857vw) rotate(45deg);
		-o-transform: translateY(0.142857vw) rotate(45deg);
		transform: translateY(0.142857vw) rotate(45deg);
	}

	.pg .icon:not(.disabled):hover > .arrow_left:before {
		-webkit-transform: translateY(-0.095238vw) rotate(-30deg);
		-moz-transform: translateY(-0.095238vw) rotate(-30deg);
		-ms-transform: translateY(-0.095238vw) rotate(-30deg);
		-o-transform: translateY(-0.095238vw) rotate(-30deg);
		transform: translateY(-0.095238vw) rotate(-30deg);
	}

	.pg .icon:not(.disabled):hover > .arrow_left:after {
		-webkit-transform: translateY(0.095238vw) rotate(30deg);
		-moz-transform: translateY(0.095238vw) rotate(30deg);
		-ms-transform: translateY(0.095238vw) rotate(30deg);
		-o-transform: translateY(0.095238vw) rotate(30deg);
		transform: translateY(0.095238vw) rotate(30deg);
	}

	.pg .icon:not(.disabled):hover > .arrow_right:before {
		-webkit-transform: translateY(-0.095238vw) rotate(30deg);
		-moz-transform: translateY(-0.095238vw) rotate(30deg);
		-ms-transform: translateY(-0.095238vw) rotate(30deg);
		-o-transform: translateY(-0.095238vw) rotate(30deg);
		transform: translateY(-0.095238vw) rotate(30deg);
	}

	.pg .icon:not(.disabled):hover > .arrow_right:after {
		-webkit-transform: translateY(0.095238vw) rotate(-30deg);
		-moz-transform: translateY(0.095238vw) rotate(-30deg);
		-ms-transform: translateY(0.095238vw) rotate(-30deg);
		-o-transform: translateY(0.095238vw) rotate(-30deg);
		transform: translateY(0.095238vw) rotate(-30deg);
	}

	.pagination .dots,
	.pagination .dots:focus,
	.pagination .dots:hover {
		margin: 0 0.047619vw;
		font-size: 1.142857vw;
	}

	.pg .icon.previous {
		margin-right: 7.619048vw;
	}

	.pg .icon.next {
		margin-left: 7.619048vw;
	}
}

@media (max-width: 2100px) and (min-width: 1200px) {
	.pg .icon.previous {
		margin-right: 160px;
	}

	.pg .icon.next {
		margin-left: 160px;
	}
}

@media (max-width: 767px) {
	.pg {
		margin: 0 -15px;
	}

	.pg .icon {
		width: 30px;
		height: 33px;
	}

	.pg .icon.previous {
		margin: 0 5px 0 0;
	}

	.pg .icon.next {
		margin: 0 0 0 5px;
	}

	.pg .icon > .arrow_left,
	.pg .icon > .arrow_right {
		right: calc(100% - 30px);
		width: 30px;
	}

	.pg .icon > .arrow_right {
		right: auto;
		left: calc(100% - 30px);
	}

	.pg .icon:not(.disabled):hover > .arrow_left,
	.pg .icon:not(.disabled):hover > .arrow_right {
		width: 44px;
	}

	.pagination a,
	.pagination span {
		margin: 0 8px;
		font-size: 16px;
		line-height: 24px;
	}

	.pagination .dots,
	.pagination .dots:focus,
	.pagination .dots:hover {
		margin: 0 8px;
		font-size: 20px;
	}
}

@media (max-width: 424px) {
	.pg .icon {
		display: none;
	}
}

/***** pagination end *****/

/***** news article *****/
.come_back,
.come_back:hover {
	position: relative;
	display: block;
	padding: 1px 0 0 61px;
	font-weight: 500;
	font-size: 12px;
	line-height: 2;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.come_back > .arrow_left {
	top: calc(50% - 1px);
	right: calc(100% - 44px);
}

.news_article_body {
	padding: 30px 15px 45px;
	font-size: 15px;
}

.news_article h1 {
	margin-top: 0;
}

.news_article .date {
	margin-bottom: 30px;
	font: 12px/21px Arial;
	color: #8d9195;
	text-transform: uppercase;
}

p {
	margin-bottom: 15px;
}
img{
	max-width: 100%;
	height: auto;
}

.callout {
	margin: 20px 0;
	padding: 20px 0;
	font-weight: 500;
	font-size: 18px;
	color: #2466af;
	border-top: 1px solid #2466af;
	border-bottom: 1px solid #2466af;
}

.link {
	padding: 30px 0;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 700;
}

.link > .glyphicon {
	margin-right: 7px;
	color: #65bff1;
}

.link > a {
	color: #26282e;
	text-decoration: underline;
}

.news_article_bottom {
	margin-top: 15px;
	padding: 16px 0;
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
}

.news_article_bottom:after {
	content: '';
	display: block;
	clear: both;
}

.news_article_bottom > .come_back {
	float: left;
	color: #1e71b8;
}

.news_article_bottom > .come_back > .arrow_left,
.news_article_bottom > .come_back > .arrow_left:before,
.news_article_bottom > .come_back > .arrow_left:after {
	background-color: #1e71b8;
}

.news_article_bottom > .share {
	float: right;
	font-size: 14px;
}

.news_article_bottom > .share > .lbl {
	float: left;
	line-height: 24px;
}

.ya-share2 {
	float: left;
}

.share .ya-share2__container_size_m .ya-share2__item {
	margin-left: 26px;
}

.latest_news {
	padding: 30px 15px 25px;
}

.latest_news > .item {
	margin-bottom: 20px;
}

.latest_news > .item > a {
	display: block;
	margin-bottom: 5px;
	line-height: 1.3;
	color: #26282e;
}

.latest_news > .item > a > .title {
	font-weight: 700;
}

.latest_news > .item > a:hover > .title {
	color: #2466af;
}

.latest_news > .item > .date {
	margin-bottom: 0;
}

@media (min-width: 2101px) {
	p {
		margin-bottom: 0.714286vw;
	}

	.come_back,
	.come_back:hover {
		padding: 0.047619vw 0 0 2.90476vw;
		font-size: 0.571429vw;
	}

	.come_back > .arrow_left {
		top: calc(50% - 0.047619vw);
		right: calc(100% - 2.095238vw);
	}

	.news_article_body {
		padding: 1.42857vw 0 2.142857vw;
		font-size: 0.714286vw;
	}

	.news_article .date {
		margin-bottom: 1.42857vw;
		font: 0.571429vw/1vw Arial;
	}

	.news_article p {
		margin-bottom: 0.714286vw;
	}

	.callout {
		margin: 0.95238vw 0;
		padding: 0.95238vw 0;
		font-size: 0.85714vw;
	}

	.link {
		padding: 1.42857vw 0;
	}

	.link > .glyphicon {
		margin-right: 0.33333vw;
	}

	.news_article_bottom {
		margin-top: 0.714286vw;
		padding: 0.7619vw 0;
	}

	.news_article_bottom > .share {
		font-size: 0.66667vw;
	}

	.news_article_bottom > .share > .lbl {
		line-height: 1.142857vw;
	}

	.share .ya-share2__container_size_m .ya-share2__item {
		margin-left: 1.238095vw;
	}

	.share .ya-share2__container_size_m .ya-share2__icon {
		width: 1.142857vw;
		height: 1.142857vw;
	}

	.latest_news {
		padding: 1.42857vw 0.714286vw 1.190476vw;
	}

	.latest_news > .item {
		margin-bottom: 0.95238vw;
	}

	.latest_news > .item > a {
		margin-bottom: 0.238095vw;
	}
}

@media (max-width: 767px) {
	.come_back,
	.come_back:hover {
		font-size: 16px;
	}

	.news_article .header_bottom {
		margin: 10px 0 20px;
	}

	.news_article_bottom {
		margin-top: 15px;
		padding: 0;
		border: none;
	}

	.news_article_bottom > .come_back {
		float: none;
		margin-bottom: 35px;
		padding: 16px 0 16px 61px;
		border-top: 1px solid #bebebe;
		border-bottom: 1px solid #bebebe;
	}

	.news_article_bottom > .share {
		float: none;
		font-size: 16px;
	}
}

/***** news article end *****/

/*** news end ***/

/*** archive ***/
.archive .tab-pane .items {
	padding: 25px 0 55px;
}

.photobank_block {
	height: 430px;
	overflow: hidden;
}

.photobank_block {
	position: relative;
	height: 430px;
}

.photobank_block > .text {
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px 6.30631% 0;
	width: 100%;
	height: 100%;
	color: #fff;
}

.photobank_block > .text > .desc {
	font-weight: 700;
	font-size: 17px;
	line-height: 1.25;
}

.photobank_block > .text > .title,
.archive .tab-pane .items .title {
	margin-top: 47px;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.22222;
	text-transform: uppercase;
}

.photobank_block > .text > .btn,
.archive .tab-pane .items .btn {
	position: absolute;
	bottom: 35px;
	left: 6.30631%;
	padding: 8px 20px 7px;
	font-size: 16px;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.photobank_block > .text > .btn:hover {
	color: #65bff1;
	background-color: #fff;
}

.archive .tab-pane .items .item {
	position: relative;
	padding: 35px 6.30631% 0;
	height: 200px;
	color: #fff;
	background-color: #2466af;
}

.archive .tab-pane .items .item + .item {
	margin-top: 30px;
	background-color: #65bff1;
}

.archive .tab-pane .items .item > .title {
	margin-top: 0;
}

.archive .tab-pane .items .item .btn:hover {
	color: #2466af;
	background-color: #fff;
}

.archive .tab-pane .items .item + .item .btn:hover {
	color: #65bff1;
	background-color: #fff;
}

@media (min-width: 2101px) {
	.archive .tab-pane .items {
		padding: 1.190476vw 0 2.619048vw;
	}

	.photobank_block {
		height: 20.47619vw;
	}

	.photobank_block,
	.photobank_block > img {
		height: 20.47619vw;
	}

	.photobank_block > .text {
		padding: 1.42857vw 6.30631% 0;
	}

	.photobank_block > .text > .desc {
		font-size: 0.80952vw;
	}

	.archive .tab-pane .items .title,
	.photobank_block > .text > .title {
		margin-top: 2.238095vw;
		font-size: 1.714286vw;
	}

	.archive .tab-pane .items .btn,
	.photobank_block > .text > .btn {
		bottom: 1.666667vw;
		padding: 0.38095vw 0.95238vw 0.33333vw;
		font-size: 0.7619vw;
	}

	.archive .tab-pane .items .item {
		padding: 1.666667vw 6.30631% 0;
		height: 9.52381vw;
	}

	.archive .tab-pane .items .item + .item {
		margin-top: 1.42857vw;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.photobank_block > .text > .title,
	.archive .tab-pane .items .title {
		margin-top: 39px;
		font-size: 34px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.photobank_block > .text > .title,
	.archive .tab-pane .items .title {
		font-size: 27px;
	}
}

@media (max-width: 767px) {
	.archive .tab-pane .items,
	.photobank .blocks {
		margin: 0 -5.17241%;
	}

	.photobank_block {
		margin: 0 -15px;
	}

	.photobank_block > img {
		min-width: 100%;
	}

	.archive .tab-pane .items .title,
	.photobank_block > .text > .title {
		font-size: 34px;
	}

	.archive .tab-pane .items .item,
	.archive .tab-pane .items .item + .item {
		margin-top: 20px;
	}
}

@media (max-width: 439px) {
	.photobank_block {
		margin: 0 -15px;
		height: 341px;
	}

	.photobank_block > img {
		width: 440px;
	}

	.archive .tab-pane .items .title,
	.photobank_block > .text > .title {
		margin-top: 15px;
		font-size: 23px;
		line-height: 1.25;
	}
}

/*** archive end ***/

/*** exhibition ***/
.exhibition header .container {
	height: 512px;
}

.exhibition header h1 {
	margin-bottom: 13px;
	line-height: 1.18182;
}

.exhibition header h1 > span {
	display: block;
}

.exhibition header .subtitle {
	margin-bottom: 25px;
	line-height: 1.5;
	text-transform: none;
}

.exhibition .goals {
	counter-reset: goals;
	padding: 47px 0 46px;
}

.exhibition .goals > .row {
	margin: 0 -7px;
}

.exhibition .goals > .row > .col-sm-6 {
	padding: 0 7px;
}

.exhibition .goals .item {
	position: relative;
	display: block;
	margin-bottom: 12px;
	padding: 15px 65px;
	height: 198px;
	font-weight: 300;
	text-decoration: none;
	background-color: #e8edf1;
}

.exhibition .goals .item:before {
	content: '0' counter(goals);
	counter-increment: goals;
	position: relative;
	display: block;
	font-size: 18px;
	color: #2466af;
	z-index: 1;
}

.exhibition .goals .item:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/pattern.png) 50% 50% no-repeat;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

.exhibition .goals .item:hover:after {
	filter: alpha(opacity=100);
	opacity: 1;
}

.exhibition .goals .item > .title {
	position: relative;
	display: block;
	margin: 4px 0 3px;
	font-weight: 900;
	font-size: 30px;
	color: #2466af;
	text-transform: uppercase;
	z-index: 1;
}

.exhibition .goals .item > .desc {
	position: relative;
	display: block;
	font-size: 16px;
	color: #575960;
	z-index: 1;
}

.exhibition .goals .item:before,
.exhibition .goals .item > .title,
.exhibition .goals .item > .desc {
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

.exhibition .goals .item:hover:before,
.exhibition .goals .item:hover > .title,
.exhibition .goals .item:hover > .desc {
	color: #fff;
}

.exhibition .exhibition_header {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

.exhibition .exhibition_header > .container {
	height: 483px;
}

.exhibition .exhibition_header > 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%);
}

.exhibition .exhibition_header .text {
	position: absolute;
	bottom: 0;
	right: 15px;
	padding: 30px 40px 37px;
	width: 458px;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	background-color: #1e71b8;
}

.exhibition .exhibition_header .text > .title {
	margin-bottom: 15px;
	font-weight: 900;
	font-size: 30px;
	line-height: 1.2;
	text-transform: uppercase;
}

.exhibition .exhibition_header .text > .subtitle {
	margin-bottom: 20px;
	font-weight: 700;
}

.exhibition .exhibition_header .text > .desc {
	margin-bottom: 28px;
}

.exhibition .exhibitors {
	margin-bottom: 86px;
}

.exhibition .exhibitors > .title {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
}

.exhibition .exhibitors .items {
	position: relative;
}

.exhibition .exhibitors .items:not(.all):before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 220px;
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, .86)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .86) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .86) 100%);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .86) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .86) 100%);
}

.exhibition .exhibitors .item {
	display: inline-block;
	margin: 0 15px 21px;
	width: 156px;
}

.exhibition .exhibitors .caption {
	height: 60px;
	overflow: hidden;
}

.exhibition .exhibition_info {
	position: relative;
	margin-bottom: 87px;
}

.exhibition .exhibition_info > .desc {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	background: url(../images/pattern.png) 50% 50%/cover no-repeat;
}

.exhibition .exhibition_info > .desc > .dt {
	margin: 0 auto;
	max-width: 400px;
}

.exhibition .exhibition_info > .info {
	width: 390px;
	max-width: 50%;
	font-weight: 300;
	font-size: 16px;
}

.exhibition .exhibition_info > .info > .item + .item {
	margin-top: 40px;
}

.exhibition .exhibition_info > .info > .item > p {
	margin-bottom: 10px;
}

@media (min-width: 2101px) {
	.exhibition header .container {
		height: 24.38095vw;
	}

	.exhibition header h1 {
		margin-bottom: 0.619048vw;
	}

	.exhibition header .subtitle {
		margin-bottom: 1.190477vw;
	}

	.exhibition .goals {
		padding: 2.238095vw 0 2.190476vw;
	}

	.exhibition .goals > .row {
		margin: 0 -0.33333vw;
	}

	.exhibition .goals > .row > .col-sm-6 {
		padding: 0 0.33333vw;
	}

	.exhibition .goals .item {
		margin-bottom: 0.571429vw;
		padding: 0.714286vw 3.095238vw;
		height: 9.42857vw;
	}

	.exhibition .goals .item:before {
		font-size: 0.85714vw;
	}

	.exhibition .goals .item > .title {
		margin: 0.190476vw 0 0.142857vw;
		font-size: 1.42857vw;
	}

	.exhibition .goals .item > .desc {
		font-size: 0.7619vw;
	}

	.exhibition .exhibition_header {
		margin-bottom: 1.42857vw;
	}

	.exhibition .exhibition_header > .container {
		height: 23vw;
	}

	.exhibition .exhibition_header .text {
		right: 0.714286vw;
		padding: 1.42857vw 1.90476vw 1.7619vw;
		width: 21.80952vw;
		font-size: 0.7619vw;
	}

	.exhibition .exhibition_header .text > .title {
		margin-bottom: 0.714286vw;
		font-size: 1.42857vw;
	}

	.exhibition .exhibition_header .text > .subtitle {
		margin-bottom: 0.95238vw;
	}

	.exhibition .exhibition_header .text > .desc {
		margin-bottom: 1.33333vw;
	}

	.exhibition .exhibitors {
		margin-bottom: 4.095238vw;
	}

	.exhibition .exhibitors > .title {
		margin-bottom: 1.42857vw;
		font-size: 1.047619vw;
	}

	.exhibition .exhibitors .items:not(.all):before {
		height: 10.47619vw;
	}

	.exhibition .exhibitors .item {
		margin: 0 0.714286vw 1vw;
		width: 7.42857vw;
	}

	.exhibition .exhibitors .item > img {
		width: 7.42857vw;
	}

	.exhibition .exhibitors .caption {
		height: 6.42857vw;
	}

	.exhibition .exhibition_info {
		margin-bottom: 4.142857vw;
	}

	.exhibition .exhibition_info > .desc {
		font-size: 0.85714vw;
	}

	.exhibition .exhibition_info > .desc > .dt {
		max-width: 19.047619vw;
	}

	.exhibition .exhibition_info > .info {
		width: 18.571429vw;
		font-size: 0.7619vw;
	}

	.exhibition .exhibition_info > .info > .item + .item {
		margin-top: 1.90476vw;
	}

	.exhibition .exhibition_info > .info > .item > p {
		margin-bottom: 0.47619vw;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.exhibition .goals .item {
		padding: 15px 25px;
	}

	.slidesjs-pagination {
		top: 335px !important;
	}

	.header_bottom h1 {
		top: 20px !important;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.exhibition .goals .item {
		padding: 15px 25px;
		height: 220px;
	}

	.exhibition .exhibition_info > .desc > .dt > .cell {
		padding: 0 25px;
	}

	.exhibition .exhibition_info > .info > .item {
		padding-right: 15px;
	}
}

@media (max-width: 767px) {
	.exhibition header .container {
		height: auto;
	}

	.exhibition header h1 > span {
		margin-top: 5px;
		font-size: 16px;
		line-height: 1.375;
	}

	.exhibition header .subtitle {
		line-height: 1.125;
	}

	.exhibition .goals .item {
		margin-bottom: 17px;
		padding: 15px 4.6875vw;
		height: auto;
	}

	.exhibition .exhibition_header > img {
		position: absolute;
		top: 0;
		left: 50%;
		width: 767px;
		min-height: 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);
	}

	.exhibition .exhibition_header > .container {
		height: auto;
	}

	.exhibition .exhibition_header .text {
		position: relative;
		right: auto;
		margin: 244px -4.6875vw 0;
		padding: 25px 4.6875vw 25px;
		width: auto;
		line-height: 1.25;
	}

	.exhibition .exhibition_header .text > .title {
		font-size: 24px;
		line-height: 1.2;
	}

	.exhibition .exhibitors {
		margin-bottom: 46px;
	}

	.exhibition .exhibitors .items {
		padding: 0 0 10px;
	}

	.exhibition .exhibitors .item {
		display: inline-block;
		margin: 0 4px 10px;
		width: 135px;
	}

	.exhibition .exhibition_info {
		position: relative;
		margin-bottom: 40px;
	}

	.exhibition .exhibition_info > .desc {
		position: relative;
		top: 0;
		right: 0;
		margin: 0 -5.17241%;
		margin-bottom: 40px;
		width: auto;
		height: auto;
	}

	.exhibition .exhibition_info > .desc > .dt {
		max-width: 100%;
	}

	.exhibition .exhibition_info > .desc > .dt > .cell {
		padding: 40px 4.625vw;
	}

	.exhibition .exhibition_info > .info {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 767px) and (min-width: 720px) {
	.exhibition .goals .item:after {
		-webkit-background-size: cover;
		background-size: cover;
	}
}

@media (max-width: 424px) {
	.exhibition .goals .item > .title {
		font-size: 24px;
	}

	.exhibition .exhibition_header > img {
		width: auto;
		height: 231px;
	}

	.exhibition .exhibition_header .text {
		margin-top: 231px;
	}
}

/*** exhibition end ***/

/*** program ***/
.program .title_page {
	font-weight: 700;
	font-size: 16px;
	color: #fff;
}

.program .title_page > .dates {
	font-size: 25px;
	text-transform: uppercase;
}

.program #content {
	overflow: hidden;
}

.program .nav-tabs {
	margin: 0 0 1px;
}

.program .tab-content {
	padding-bottom: 10px;
}

.program .filters {
	position: relative;
	padding: 20px 0 13px;
	/*padding: 25px 0 13px;*/
}

.program .filters:before {
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	width: 100vw;
	height: 100%;
	background-color: #edf0f2;
}
.docs .filters .download_program,
.program .filters .download_program {
	position: relative;
	padding-left: 31px;
	/*margin-bottom: 20px;*/
	margin: 20px 0;
}
.docs .filters .download_program:before,
.program .filters .download_program:before {
	content: '';
	position: absolute;
	top: calc(50% - 12px);
	left: 0;
	width: 18px;
	height: 24px;
	background: url(../images/icon_program.png) 0 0/100% auto no-repeat;
}
.docs .filters .download_program > a,
.program .filters .download_program > a {
	font-weight: 700;
	color: #2466af;
	text-decoration: none;
	text-transform: uppercase;
}
.docs .filters .download_program > a > span,
.program .filters .download_program > a > span {
	border-bottom: 1px solid #16c1f3;
}

.program .filters .filter {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.program .filters .filter:after {
	content: '';
	display: block;
	clear: both;
}

.program .filters .filter > li {
	/*float: left;*/
	display: inline-block;
	margin-bottom: 12px;
}

.program .filters .filter.days {
	margin: 0 -13px;
	padding-top: 20px;
}
.block1_top + .dropdown-wrapper .filter.days{
	padding-top: 10px;
}

.program .filters .filter.days > li {
	padding: 0 13px;
}

.program .filters .filter > li > a {
	display: block;
	color: #2466af;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background: transparent;
}

.program .filters .filter.days > li > a {
	display: block;
	padding: 2px 11px;
	font-weight: 700;
	font-size: 18px;
	border: 2px solid #d6d8db;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
}

.program .filters .filter.days > li > a:hover,
.program .filters .filter.days > li.active > a {
	border-color: #2466af;
}

.program .filters .filter.activities {
	margin: 0 -3px;
}

.program .filters .filter.activities > li {
	padding: 0 3px;
}

.program .filters .filter.activities > li > a {
	padding: 2px 11px;
	border: 1px solid #a3bdd9;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

.program .filters .filter.activities > li > a:hover,
.program .filters .filter.activities > li.active > a {
	color: #fff;
	background-color: #2466af;
	border-color: #2466af;
}

.program .day {
	padding: 20px 0;
}

.program .day > .lbl {
	margin-left: 225px;
	font-weight: 500;
	font-size: 12px;
	line-height: 1;
	color: #2466af;
	text-transform: uppercase;
}

.program .day > .lbl > span {
	display: block;
	font-weight: 700;
	font-size: 30px;
}

.program .accordion {
	margin: 15px 0;
}

.program .accordion:after {
	border: none;
}

.program .accordion > dt {
	margin-top: 45px;
	padding: 0 240px 15px 295px;
	/*min-height: 120px;*/
	line-height: 1.42857143;
	border: none;
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	-ms-transition: padding .3s;
	-o-transition: padding .3s;
	transition: padding .3s;
}

.program .accordion > dt:first-child {
	margin-top: 0;
}

.program .accordion > dt.active,
.program .accordion > dt.active > .left_block,
.program .accordion > dt.active > .right_block {
	padding-top: 15px;
	z-index: 100;
}

.program .accordion > dt > .bg {
	content: '';
	position: absolute;
	top: 4px;
	left: calc(50% - 50vw);
	width: 100vw;
	height: 100%;
	background: #f1f2f4;
	opacity: 0;
	-webkit-transition: opacity 200ms ease-in;
	-moz-transition: opacity 200ms ease-in;
	-ms-transition: opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
	-webkit-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	transition-delay: 500ms;
	/*-webkit-transition: .2s background .2s, height .2s;
	-moz-transition: .2s background .2s, height .2s;
	-ms-transition: .2s background .2s, height .2s;
	-o-transition: .2s background .2s, height .2s;
	transition: .2s background .2s, height .2s;*/
}

.program .accordion > dt.active > .bg {
	opacity: 1;
}

.program .accordion > dd:before {
	display: none;
}

.program .accordion > dt > .left_block,
.program .accordion > dt > .right_block {
	position: absolute;
	top: 0;
	left: 0;
	width: 215px;
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	-ms-transition: padding .3s;
	-o-transition: padding .3s;
	transition: padding .3s;
}

.program .accordion > dt > .left_block {
	padding-right: 15px;
	z-index: 100;
}

.program .accordion > dt > .left_block > .time {
	margin-bottom: 5px;
	font-size: 18px;
}

.program .accordion > dt > .left_block > .location {
	margin-bottom: 20px;
	font-weight: 400;
	color: #313031;
	text-transform: uppercase;
	font-size: 14px;
}


.program .accordion > dt > .left_block .link,
.program .accordion > dt > .left_block .webcast {
	position: relative;
	height: 42px;
	margin: 0;
	font-weight: 500;
	font-size: 14px;
	color: #65bff1;
	text-decoration: none;
	padding: 10px 0;
}
.program .accordion > dt > .left_block .link{
	padding-left: 32px;
}
.program .accordion > dt > .left_block .link span{
	font-size: 14px;
	text-decoration: underline;
}
.program .accordion > dt > .left_block .link:before{
	content: '';
    position: absolute;
    top: calc(50% - 12px);
    left: 3px;
    width: 18px;
    height: 24px;
    background: url(../images/icon_summary.png) 0 0/100% auto no-repeat;
}
.program .accordion > dt > .left_block .link svg,
.program .accordion > dt > .left_block .webcast > svg {
	fill: #65bff1;
	margin-right: 3px;
	width: 25px;
	vertical-align: middle;
}

.program .accordion > dt > .left_block .webcast .st0,
.program .accordion > dt > .left_block .webcast .st1,
.program .accordion > dt > .left_block .webcast .st2 {
	fill: none;
	stroke: #65bff1;
	stroke-width: 9;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}

.program .accordion > dt > .left_block .webcast .st1 {
	stroke-width: 5;
}

.program .accordion > dt > .left_block .webcast > span {
	vertical-align: middle;
	text-decoration: underline;
}

.program .accordion > dt > .center_block {
	position: relative;
	margin: 0;
	color: #26282e;
	text-decoration: none;
	z-index: 1;
}

.program .accordion > dt.active > .center_block {
	cursor: default;
}

.program .accordion > dt > .line:before,
.program .accordion > dt > .line:after,
.program .accordion > dd > .line:before {
	content: '';
	position: absolute;
	top: 0;
	left: 225px;
	width: 9px;
	height: 9px;
	background: #8bcff4;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
	z-index: 100;
}

.program .accordion > dt > .line:before {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.program .accordion > dt > .line:after,
.program .accordion > dd > .line:before {
	left: 229px;
	width: 1px;
	height: 100%;
}

.program .accordion > dt:not(.active) > .line:hover:before,
.program .accordion > dt:not(.active) > .line:hover:after {
	background: #2466af;
}

.program .accordion > dt > .center_block > span {
	display: block;
	font-weight: 400;
	font-size: 14px;
}

.program .accordion > dt > .center_block > .activity {
	margin-bottom: 10px;
	color: #bcbdbf;
}
.program .accordion > dt > .center_block > .support{
	color: #999;
	margin-bottom: 10px;
}

.program .accordion > dt > .center_block > .title {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}

.program .accordion > dt > .center_block:hover > .title,
.program .accordion > dt.active > .center_block > .title {
	color: #2466af;
}

.program .accordion > dt:not(.active) > .center_block:not(.center_block_tm):hover > .title
/*.program .accordion > dt:not(.active) > .center_block:not(.center_block_tm):hover > .desc*/ {
	text-decoration: underline;
}

.program .accordion > dd {
	padding: 0 240px 13px 295px;
}

.program .accordion > dd > .accordion_inner,
.program .accordion > dd > .toggle-up {
	position: relative;
	z-index: 100;
}

.program .accordion > dd > .toggle-up {
	margin-top: 20px;
}

.program .accordion > dt > .right_block {
	right: 0;
	left: auto;
	width: 215px;
}

.program .accordion > dt > .right_block > .lbl {
	margin-bottom: 10px;
	font-weight: 500;
	color: #313031;
	text-transform: uppercase;
}

.program .accordion > dt > .right_block > .support {
	margin: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	color: #2466af;
}

.program .people > .title {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 17px;
	color: #20201e;
}

.program .people > .item {
	padding-bottom: 10px;
}

.program .people > .item:after {
	content: '';
	display: block;
	clear: both;
}

.program .people > .item > .person {
	float: left;
	padding-right: 15px;
	width: 200px;
}

.program .people > .item > .person > img {
	float: left;
	margin-right: 15px;
}

.program .people > .item > .person > .name {
	display: inline-block;
	margin-top: 6px;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.3;
	color: #20201e;
	width: 116px;
}

.program .people > .item > .position {
	float: left;
	margin: 6px 0 10px;
	width: calc(100% - 200px);
	font-size: 14px;
}

.program .people > .item + .title {
	margin-top: 30px;
}

.program .results {
	background-image: url(../images/results_program_bg.jpg);
}

.magazine-list {
	display: block;
	position: relative;
	margin: 0 -15px;
}

.magazine-list-photo .item {
	margin: 20px 0;
}

.magazine-list-photo img {
	max-height: 300px;
	margin: 10px auto;
}

.magazine-list-photo p {
	text-align: center;
}

.magazine-item {
	margin: 30px 0;
	box-sizing: border-box;
}

.magazine-item a {
	display: block;
	width: 100%;
	/*height: 410px;*/
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all 0.2s ease-in-out;
	text-align: center;
}

.magazine-item a img {
	max-width: 100%;
	max-height: 400px;
	margin: auto;
	opacity: .9;
	transition: all .3s linear;
	border: 1px solid #bebebe;
	float: left;
}
.magazine-item .down{
	display: inline;
}
.magazine-right{
	margin-top: 199px;
}
@media (max-width: 1199px) {
	.magazine-right{
		margin-top: 180px;
	}
}
@media (max-width: 991px) {
	.magazine-right{
		margin-top: 90px;
	}
}
@media (max-width: 768px) {
	.magazine-item a img {
		float: none;
	}
	.magazine-right{
		margin-top: 30px;
	}
}

.magazine-item a:hover img {
	opacity: 1;
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .16);
	-moz-box-shadow: 0 0 16px rgba(0, 0, 0, .16);
	box-shadow: 0 0 16px rgba(0, 0, 0, .16);
}

@media (min-width: 2101px) {
	.inner.program .header_bottom {
		padding-bottom: 0.714286vw;
	}

	.program .title_page {
		font-size: 0.7619vw;
	}

	.program .title_page > .dates {
		font-size: 1.190476vw;
	}

	.program .tab-content {
		padding-bottom: 0.47619vw;
	}

	.program .filters {
		padding: 1.190476vw 0 0.619048vw;
	}

	.program .filters .download_program {
		padding-left: 1.47619vw;
	}

	.program .filters .download_program:before {
		top: calc(50% - 0.571429vw);
		width: 0.85714vw;
		height: 1.142857vw;
	}

	.program .filters .filter > li {
		margin-bottom: 0.571429vw;
	}

	.program .filters .filter.days {
		margin: 0 -0.619048vw 0.619048vw;
	}

	.program .filters .filter.days > li {
		padding: 0 0.619048vw;
	}

	.program .filters .filter.days > li > a {
		padding: 0.095238vw 0.52381vw;
		font-size: 0.85714vw;
		-webkit-border-radius: 0.80952vw;
		-moz-border-radius: 0.80952vw;
		border-radius: 0.80952vw;
	}

	.program .filters .filter.activities {
		margin: 0 -0.142857vw;
	}

	.program .filters .filter.activities > li {
		padding: 0 0.142857vw;
	}

	.program .filters .filter.activities > li > a {
		padding: 0.095238vw 0.52381vw;
		-webkit-border-radius: 0.619048vw;
		-moz-border-radius: 0.619048vw;
		border-radius: 0.619048vw;
	}

	.program .day {
		padding: 0.95238vw 0;
	}

	.program .day > .lbl {
		margin-left: 10.714286vw;
		font-size: 0.571429vw;
	}

	.program .day > .lbl > span {
		font-size: 1.42857vw;
	}

	.program .accordion {
		margin: 0.714286vw 0;
	}

	.program .accordion > dt {
		margin-top: 2.142857vw;
		padding: 0 11.142857vw 0.47619vw 14.047619vw;
		min-height: 100px;
	}

	.program .accordion > dt.active,
	.program .accordion > dt.active > .left_block,
	.program .accordion > dt.active > .right_block {
		padding-top: 0.714286vw;
	}

	.program .accordion > dt > .bg {
		top: 0.190476vw;
	}

	.program .accordion > dt > .left_block,
	.program .accordion > dt > .right_block {
		width: 10.238095vw;
	}

	.program .accordion > dt > .left_block {
		padding-right: 0.714286vw;
	}

	.program .accordion > dt > .left_block > .time {
		margin-bottom: 0.238095vw;
		font-size: 0.85714vw;
	}

	.program .accordion > dt > .left_block > .location {
		margin-bottom: 0.95238vw;
	}

	.program .accordion > dt > .left_block .webcast {
		font-size: 0.66667vw;
	}

	.program .accordion > dt > .left_block .webcast > svg {
		margin-right: 0.142857vw;
		width: 1.190476vw;
	}

	.program .accordion > dt > .line:before,
	.program .accordion > dt > .line:after,
	.program .accordion > dd > .line:before {
		left: 10.714286vw;
		width: 0.42857vw;
		height: 0.42857vw;
	}

	.program .accordion > dt > .line:after,
	.program .accordion > dd > .line:before {
		left: 10.90476vw;
		width: 1px;
		height: 100%;
	}

	.program .accordion > dt > .center_block > span {
		font-size: 0.66667vw;
	}

	.program .accordion > dt > .center_block > .activity {
		margin-bottom: 0.47619vw;
	}

	.program .accordion > dt > .center_block > .title {
		margin-bottom: 0.47619vw;
		font-size: 0.7619vw;
	}

	.program .accordion > dd {
		padding: 0 8.33333vw 0.619048vw 14.047619vw;
	}

	.program .accordion > dd > .toggle-up {
		margin-top: 0.95238vw;
	}

	.program .accordion > dt > .right_block {
		width: 8.33333vw;
	}

	.program .accordion > dt > .right_block > .lbl {
		margin-bottom: 0.47619vw;
	}

	.program .accordion > dt > .right_block > .support {
		font-size: 0.66667vw;
	}

	.program .people > .title {
		margin-bottom: 0.714286vw;
		font-size: 0.80952vw;
	}

	.program .people > .item {
		padding-bottom: 0.47619vw;
	}

	.program .people > .item > .person {
		padding-right: 0.714286vw;
		width: 9.5vw;
	}

	.program .people > .item > .person > img {
		width: 2.42857vw;
	}

	.program .people > .item > .person > img {
		margin-right: 0.714286vw;
	}

	.program .people > .item > .person > .name {
		margin-top: 0.28571vw;
		font-size: 0.714286vw;
	}

	.program .people > .item > .position {
		margin: 0.28571vw 0 0.47619vw;
		width: calc(100% - 9.5vw);
	}

	.program .people > .item + .title {
		margin-top: 1.42857vw;
	}
}

@media (max-width: 2100px) and (min-width: 768px) {
	.inner.program .header_bottom {
		padding-bottom: 15px;
	}
}

@media (min-width: 1200px) {
	.program .filters .download_program {
		position: relative;
		/*float: left;*/
		display: inline-block;
		z-index: 1;
	}
}

@media (max-width: 1199px) {
	.program .filters .download_program {
		margin-bottom: 20px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.program .day > .lbl {
		margin-left: 200px;
	}

	.program .accordion > dt > .left_block {
		width: 200px;
	}

	.program .accordion > dt {
		padding: 0 215px 10px 255px;
	}

	.program .accordion > dt > .line:before,
	.program .accordion > dt > .line:after,
	.program .accordion > dd > .line:before {
		left: 210px;
	}

	.program .accordion > dt > .line:after,
	.program .accordion > dd > .line:before {
		left: 214px;
	}

	.program .accordion > dd {
		padding: 0 220px 13px 255px;
	}
}

@media (max-width: 991px) {
	.program .people > .item > .person {
		float: none;
		padding-right: 0;
		width: auto;
	}

	.program .people > .item > .person:after {
		content: '';
		display: block;
		clear: both;
	}

	.program .people > .item > .position {
		float: none;
		margin: 10px 0 15px;
		width: auto;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.program .day > .lbl {
		margin-left: 180px;
	}

	.program .accordion > dt > .left_block {
		width: 180px;
	}

	.program .accordion > dt {
		padding: 0 0 10px 205px;
	}

	.program .accordion > dt > .line:before,
	.program .accordion > dt > .line:after,
	.program .accordion > dd > .line:before {
		left: 180px;
	}

	.program .accordion > dt > .line:after,
	.program .accordion > dd > .line:before {
		left: 184px;
	}

	.program .accordion > dd {
		padding: 0 0 13px 205px;
	}
}

@media (max-width: 767px) {
	.program .filters {
		padding-bottom: 20px;
	}

	.program .filters .filter.days {
		margin: 0 -4px 13px;
	}

	.program .filters .filter > li {
		margin-bottom: 5px;
	}

	.program .filters .filter.days > li {
		padding: 0 4px;
	}

	.program .filters .filter.days > li > a {
		font-size: 16px;
	}

	.program .day > .lbl {
		margin: 0 0 10px;
		font-size: 19px;
	}

	.program .day > .lbl > span {
		display: inline;
		font-weight: 500;
		font-size: 19px;
	}

	.program .accordion > dt > .left_block {
		position: relative;
	}

	.program .accordion > dt {
		margin-top: 15px;
		padding: 0 0 10px 23px;
	}

	.program .accordion > dt > .line:before,
	.program .accordion > dt > .line:after,
	.program .accordion > dd > .line:before {
		left: -4px;
	}

	.program .accordion > dt > .line:after,
	.program .accordion > dd > .line:before {
		left: 0;
	}

	.program .accordion > dt.active > .left_block {
		padding-top: 0;
	}

	.program .accordion > dt > .left_block > .time {
		margin-bottom: 0;
	}

	.program .accordion > dt > .left_block > .location {
		margin-bottom: 10px;
	}

	.program .accordion > dt > .left_block .webcast,
	.program .accordion > dt > .center_block > .activity {
		/*margin-bottom: 15px;*/
	}
	.program .accordion > dt > .left_block{
		position: relative;
		margin-bottom: 15px;
		width: auto;
	}

	.program .accordion > dd {
		padding: 0 0 13px 23px;
	}
}

/*** program end ***/

/*** photobank ***/
.photobank .blocks {
	padding: 28px 0 35px;
}

.photobank .tass {
	position: relative;
	padding: 30px 6.30631% 0;
	height: 430px;
	background-color: #e2e8ec;
}

.photobank .tass > img {
	margin-bottom: 28px;
}

.photobank .tass > .desc {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.3;
}

.photobank .tass > .info > .lbl {
	font-size: 16px;
	line-height: 1.25;
}

.photobank .tass > .info > .info_item {
	margin-top: 15px;
	font-size: 20px;
	line-height: 1;
	text-transform: lowercase;
}

.photobank .description {
	padding: 0 2.631579% 20px;
	font-size: 16px;
}

.photobank .application {
	margin-bottom: 55px;
	padding: 15px 0 15px 2.631579%;
	font-size: 16px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

.photobank .application:after {
	content: '';
	display: block;
	clear: both;
}

.photobank .application > .text {
	float: left;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3;
}

.photobank .application > .btn {
	float: right;
	margin-top: 3px;
}

@media (min-width: 2101px) {
	.photobank .blocks {
		padding: 1.33333vw 0 1.66667vw;
	}

	.photobank .tass {
		padding: 1.42857vw 6.30631% 0;
		height: 20.47619vw;
	}

	.photobank .tass > img {
		margin-bottom: 1.33333vw;
		width: 4.66667vw;
	}

	.photobank .tass > .desc {
		margin-bottom: 0.95238vw;
		font-size: 0.80952vw;
	}

	.photobank .tass > .info > .lbl {
		font-size: 0.7619vw;
	}

	.photobank .tass > .info > .info_item {
		margin-top: 0.714286vw;
		font-size: 0.95238vw;
	}

	.photobank .description {
		padding: 0 2.631579% 0.95238vw;
		font-size: 0.7619vw;
	}

	.photobank .application {
		margin-bottom: 2.619048vw;
		padding: 0.714286vw 0 0.714286vw 2.631579%;
		font-size: 0.7619vw;
	}

	.photobank .application > .text {
		font-size: 0.85714vw;
	}

	.photobank .application > .btn {
		margin-top: 0.142857vw;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.photobank .tass > img {
		margin-bottom: 20px;
	}

	.photobank .tass > .desc {
		margin-bottom: 15px;
		font-size: 15px;
	}

	.photobank .tass > .info > .lbl {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.photobank .blocks {
		padding: 0 0 30px;
	}

	.photobank .tass {
		margin: 0 -15px;
		padding-bottom: 30px;
		height: auto;
	}

	.photobank .description,
	.photobank .application {
		padding-left: 0;
		padding-right: 0;
	}

	.photobank .application {
		padding-bottom: 25px;
	}

	.photobank .application > .text {
		margin-bottom: 10px;
		float: none;
	}

	.photobank .application > .btn {
		float: none;
	}
}

/*** photobank end ***/

/* content end */

/* footer */
footer {
	position: absolute;
	/*bottom: 0;*/
	left: 0;
	padding-top: 25px;
	width: 100%;
	/*height: 217px;*/
	color: #fff;
	background-color: #0072bc;
}

.roscorgess {
	display: block;
}

.social {
	font-size: 16px;
}

.social .item,
#modalMenu .modal-body .right_part > .social .item {
	display: inline-block;
	margin: 17px 0 0 18px;
	width: 20px;
	text-align: center;
}
.social .item{
	margin-top: 0;
}
.social .item.vk{
	width: 34px;
}
.social .item.vk svg{
	position: relative;
	top: 6px;
	height: 34px;
}
#modalMenu .social .item.vk svg{
	height: 32px!important;
	top: 4px;
}
.social .item:first-child,
#modalMenu .modal-body .right_part > .social .item:first-child {
	margin-left: 0;
}

.social .item > svg,
#modalMenu .modal-body .right_part > .social .item > svg {
	height: 22px;
	fill: #88AFE0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.social .item:hover > svg,
#modalMenu .modal-body .right_part > .social .item:hover > svg {
	fill: #fff;
}
.social .item.item-blue:hover > svg,
#modalMenu .modal-body .right_part > .social .item.item-blue:hover > svg {
	fill: #0072bc;
}

.footermenu > ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footermenu > ul > li {
	margin-bottom: 10px;
}

.footermenu > ul > li > .item {
	font-weight: 500;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
}

.footermenu > ul > li > .item:hover,
.footermenu > ul > li.active > .item {
	border-bottom: 1px solid;
}
footer .note{
	font-size: 14px;
  color: rgba(255, 255, 255, .75);
  padding-top: 30px;
}
footer .app > .title {
	margin-bottom: 7px;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.25;
}

footer .app .btn {
	margin-top: 13px;
}

footer .app .btn > img {
	width: 100%;
}

footer .osdart > span {
	position: relative;
	bottom: 1px;
	margin-right: 5px;
	color: #b0bdcb;
}

footer .osdart svg {
	width: 87px;
	fill: #b0bdcb;
}

footer .osdart svg .st0 {
	filter: alpha(opacity=80);
	opacity: .8;
}
footer a{
	color: #fff;
}
footer a:hover{
	color: #fff;
	text-decoration: underline;
}

@media (min-width: 2101px) {
	footer {
		/*height: 11.53333vw;*/
	}

	.roscorgess {
		float: left;
		margin-top: 0.28571vw;
		width: 9.28571vw;
	}

	footer .social {
		right: 0.714286vw;
		font-size: 0.7619vw;
	}

	footer .social .item,
	#modalMenu .modal-body .right_part > .social .item {
		margin: 0.80952vw 0 0 1.33333vw;
	}

	footer .social .item > svg,
	#modalMenu .modal-body .right_part > .social .item > svg {
		height: 1.047619vw;
	}

	.footermenu > ul {
		margin-left: 4.28571vw;
	}

	.footermenu > ul > li {
		margin-bottom: 0.47619vw;
	}

	.footermenu > ul > li > .item {
		font-size: 0.80952vw;
	}

	footer .app {
		float: left;
		margin-left: 3.95238vw;
		width: 6.42857vw;
	}

	footer .app > .title {
		margin-bottom: 0.33333vw;
		font-size: 0.80952vw;
	}

	footer .app .btn.btn_app {
		margin-top: 0.619048vw;
		padding: 0.190476vw 0.38095vw;
	}

	footer .copyright {
		font-size: .7vw;
	}

	footer .osdart {
		position: absolute;
		right: 0.714286vw;
		bottom: 0.52381vw;
		font-size: 0.571429vw;
	}

	footer .osdart > span {
		margin-right: 0.238095vw;
	}

	footer .osdart svg {
		width: 4.142857vw;
	}
}

@media (max-width: 2100px) and (min-width: 1200px) {
	footer .app {
		float: left;
		margin-left: 83px;
		width: 135px;
	}

	footer .osdart {
		right: 15px;
	}
}

@media (max-width: 2100px) and (min-width: 992px) {
	footer .social {
		right: 15px;
	}

	.footermenu > ul {
		margin-left: 90px;
	}
}

@media (max-width: 2100px) and (min-width: 768px) {
	.roscorgess {
		margin: 10px 0;
		width: 195px;
	}

	footer .app .btn.btn_app {
		padding: 4px 8px;
	}

	footer .copyright {
		font-size: 14px;
	}

	footer .osdart {
		position: absolute;
		bottom: 11px;
		font-size: 12px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	footer .app {
		position: absolute;
		bottom: 12px;
		right: 15px;
		text-align: right;
	}

	footer .app > .title {
		margin-bottom: 0;
		font-weight: 400;
		font-size: 16px;
	}

	footer .app .btn.btn_app {
		width: 135px;
	}

	footer .app .btn.btn_app + .btn.btn_app {
		margin-left: 19px;
	}

	footer .osdart {
		left: 15px;
	}
}

@media (min-width: 992px) {
	footer .social {
		text-align: right;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	footer .social .item {
		margin: 5px 0 0 16px;
	}

	.footermenu > ul {
		margin-left: 60px;
	}

	footer .app {
		position: absolute;
		top: 0;
		right: 15px;
		text-align: right;
		width: 135px;
	}

	footer .app > .title {
		margin-bottom: 10px;
		font-weight: 400;
		font-size: 16px;
	}

	footer .app .btn.btn_app {
		width: 135px;
	}

	footer .app .btn.btn_app + .btn.btn_app {
		margin-left: 0;
	}

	footer .osdart {
		left: 15px;
	}
}

@media (max-width: 767px) {
	footer {
		position: relative;
		height: auto;
	}

	.roscorgess {
		margin-bottom: 32px;
	}

	footer .social {
		margin-bottom: 10px;
		font-size: 18px;
	}

	footer .social .item {
		margin: 10px 0 0 25px;
	}

	footer .social .item > svg {
		height: 34px;
	}

	.footermenu {
		margin-bottom: 20px;
	}

	.footermenu:after {
		content: '';
		display: block;
		clear: both;
	}

	.footermenu > ul:first-child {
		margin-right: 110px;
	}

	.footermenu > ul > li > .item {
		font-size: 20px;
	}

	footer .app {
		margin-bottom: 17px;
	}

	footer .app > .title {
		font-weight: 400;
		font-size: 18px;
	}

	footer .app .btn.btn_app {
		margin: 13px 30px 10px 0;
	}

	footer .app .btn.btn_app + .btn.btn_app {
		margin-right: 0;
	}

	footer .copyright {
		margin-bottom: 20px;
		font-size: 18px;
	}

	footer .osdart {
		margin-bottom: 20px;
		font-size: 14px;
	}
}

@media (max-width: 479px) {
	footer .social .item {
		margin: 10px 0 0 25px;
	}

	footer .social .item > svg {
		height: 26px;
	}

	.footermenu > ul:first-child {
		margin-right: 50px;
	}

	.footermenu > ul > li > .item {
		font-size: 18px;
	}
}

/* footer end */

/* button */
.btn.btn_bluebd,
.btn.btn_bluebg,
.btn.btn_whitebd {
	position: relative;
	padding: 7px 20px 6px;
	font-weight: 500;
	font-size: 17px;
	color: #fff;
	background: none;
	border: 2px 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;
	white-space: normal;
}

.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;
}

@media (min-width: 2101px) {
	.btn.btn_bluebd,
	.btn.btn_bluebg,
	.btn.btn_whitebd {
		padding: 0.33333vw 0.95238vw 0.28571vw;
		font-size: 0.80952vw;
		-webkit-border-radius: 0.90476vw;
		-moz-border-radius: 0.90476vw;
		border-radius: 0.90476vw;
	}

	.btn.btn_app {
		-webkit-border-radius: 0.190476vw;
		-moz-border-radius: 0.190476vw;
		border-radius: 0.190476vw;
	}
}

/* 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: 22px;
	height: 22px;
	background: url(../images/sprite.png) 0 0 no-repeat;
}

/* sprite end */

/* modal */
.modal-content .close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	filter: alpha(opacity=100);
	opacity: 1;
	z-index: 1;
}
.modal-content .close span{
	font-size: 0;
}
.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: rgba(255, 255, 255, 0.4);
	-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);
}
.modal-content .close:hover:before,
.modal-content .close:hover:after {
	background-color: rgba(127, 127, 127, .4);
}

/*** modalMenu ***/
#modalMenu .modal-dialog {
	margin: 0;
	width: 100%;
}

#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;
}

#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%;
}
.mainmenu-list>ul{
	width: 100%;
	column-count: 2;
}
.mainmenu-list>ul>li{
	display: block;
	page-break-inside: avoid;
	break-inside: avoid;
	width: 100%;
	margin: 0 0 24px 0;
}
#modalMenu .modal-body .mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#modalMenu .modal-body .mainmenu .mainmenu-list{
	margin-top: 25px;
}
#modalMenu .modal-body .mainmenu .mainmenu-list > ul > li {
	/*margin-top: 25px;*/
}

#modalMenu .modal-body .mainmenu ul li > .item,
#modalMenu .asMenuLink a{
	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 .mainmenu-list > ul > li > .item,
#modalMenu .asMenuLink a{
	margin-bottom: 3px;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
}

#modalMenu .modal-body .mainmenu .mainmenu-list ul ul .item {
	padding: 3px 0;
}

#modalMenu .modal-body .right_part > .roscorgess > img {
	width: 100%;
}

.menu_open .modal-backdrop {
	background-color: #2464ae;
}

.menu_open .modal-backdrop.in {
	filter: alpha(opacity=90);
	opacity: .9;
}

.container > table {
	width: 100%;
}

.container > table td {
	vertical-align: top;
	padding: 10px;
}

@media (min-width: 2101px) {
	#modalMenu .modal-body .formSearchNavbar {
		margin-bottom: 1.42857vw;
	}

	#modalMenu .modal-body .formSearchNavbar .form-control {
		padding-right: 1.90476vw;
		height: 1.714286vw;
	}

	#modalMenu .modal-body .formSearchNavbar .btn.btn_search {
		padding: 0.38095vw 0.47619vw;
		height: 1.714286vw;
	}

	#modalMenu .modal-body .right_part {
		padding: 4.28571vw 0.714286vw 0;
		height: 32.904762vw;
	}

	#modalMenu .modal-body .right_part > .app {
		top: 22.85714vw;
		left: 0.714286vw;
	}

	#modalMenu .modal-body .right_part > .app > .btn.btn_app {
		margin: 0.571429vw 0.28571vw 0 0;
		padding: 0.190476vw 0.38095vw;
		-webkit-border-radius: 0.190476vw;
		-moz-border-radius: 0.190476vw;
		border-radius: 0.190476vw;
	}

	#modalMenu .modal-body .right_part > .app > .btn.btn_app > img {
		width: 5.571429vw;
	}

	#modalMenu .modal-body .right_part > .item {
		margin-top: 0.95238vw;
	}

	#modalMenu .modal-body .right_part > .item > svg,
	#modalMenu .modal-body .right_part > .dropdown > button > svg {
		margin-right: 0.238095vw;
	}

	#modalMenu .modal-body .mainmenu {
		padding: 2.619048vw 0.714286vw 1.90476vw;
	}

	#modalMenu .modal-body .mainmenu .col-sm-6 > ul > li {
		margin-top: 1.190476vw;
	}

	#modalMenu .modal-body .mainmenu .col-sm-6 > ul > li > .item {
		margin-bottom: 0.142857vw;
		font-size: 0.85714vw;
	}

	#modalMenu .modal-body .mainmenu .col-sm-6 ul ul .item {
		padding: 0.142857vw 0;
	}

	#modalMenu .modal-body .right_part > .roscorgess {
		bottom: 2.190476vw;
		left: 0.714286vw;
		width: 9.28571vw;
	}

	#modalMenu .modal-body .mainmenu ul li.active > .item,
	#modalMenu .modal-body .mainmenu ul li > .item:hover {
		padding-left: 1.047619vw;
	}

	#modalMenu .modal-body .mainmenu ul li > .item:before {
		top: 0.619048vw;
		left: -1.38095vw;
	}

	#modalMenu .modal-body .mainmenu ul li.active > .item:before,
	#modalMenu .modal-body .mainmenu ul li > .item:hover:before {
		width: 2.047619vw;
	}
}

@media (max-width: 2100px) and (min-width: 768px) {
	#modalMenu .modal-body .right_part {
		padding: 90px 15px 0;
	}

	#modalMenu .modal-body .right_part > .app {
		left: 15px;
	}

	#modalMenu .modal-body .right_part > .app > .btn.btn_app {
		margin: 12px 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 {
		left: 15px;
		width: 195px;
	}

	#modalMenu .modal-body .mainmenu ul li > .item:before {
		top: 13px;
		left: -29px;
	}
}

@media (max-width: 2100px) and (min-width: 1200px) {
	#modalMenu .modal-body .right_part {
		height: 691px;
	}

	#modalMenu .modal-body .right_part > .app {
		top: 480px;
	}
}

@media (max-width: 2100px) and (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: 2100px) and (min-width: 768px) {
	#modalMenu .modal-body .right_part > .roscorgess {
		bottom: 46px;
	}
}

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

	#modalMenu .modal-body .right_part {
		height: 663px;
	}

	#modalMenu .modal-body .right_part > .app {
		top: 430px;
	}
}

@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;
	}

	#modalMenu .modal-body .right_part > .social .item {
		margin-left: 20px;
	}
}

@media (min-width: 768px) {
	#modalMenu .modal-body > .container {
		padding: 0;
	}

	#modalMenu .modal-body .right_part {
		position: relative;
		float: right;
		width: 33.33333%;
	}

	#modalMenu .modal-body .right_part > .app {
		position: absolute;
	}

	#modalMenu .modal-body .right_part > .roscorgess {
		position: absolute;
	}

	#modalMenu .modal-body .right_part > .social {
		position: absolute;
		bottom: 0;
	}

	#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;
		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;
	}
}

@media (max-width: 767px) {
	.mainmenu-list>ul{
		column-count: 1;
	}
	.mainmenu-list>ul li .item{
		max-width: 90%;
	}
	.mainmenu-list>ul .opener{float: right;}
	.mainmenu-list>ul .opener.collapsed{
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.modal-content .close {
		top: -4px;
		right: 4.6875%;
	}

	#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: 16px;
		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: 18px;
	}

	#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: 0;
	}

	#modalMenu .modal-body .mainmenu .col-sm-6 > ul > li .opener {
		width: 21px;
		height: 21px;
		display: inline-block;
		position: relative;
		bottom: 2px;
		margin-right: 5px;
		cursor: pointer;
		line-height: 15px;
		text-align: center;
		border: 2px 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:before {
		content: '';
		display: block;
		position: absolute;
		top: -15px;
		left: -15px;
		bottom: -15px;
		right: -15px;
	}

	#modalMenu .modal-body .mainmenu .col-sm-6 > ul > li .opener.collapsed {
		border: 2px solid #99dcff;
	}

	#modalMenu .modal-body .mainmenu .col-sm-6 > ul > li .opener > .glyphicon {
		font-size: 10px;
		-webkit-transition: transform .3s;
		-moz-transition: transform .3s;
		-ms-transition: transform .3s;
		-o-transition: transform .3s;
		transition: transform .3s;
		color: #fff;
	}

	#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);
		color: #99dcff;
	}

	#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 > li > span + .item {
		text-decoration: underline;
	}

	#modalMenu .modal-body .mainmenu .col-sm-6 > ul > li .collapsed + .item {
		text-decoration: none;
	}

	#modalMenu .modal-body .mainmenu .col-sm-6 > ul > li > .item.selected {
		text-decoration: underline;
	}

	#modalMenu .modal-body .mainmenu .col-sm-6 > ul ul {
		padding-left: 45px;
	}

	#modalMenu .modal-body .mainmenu .col-sm-6 > ul ul .item {
		padding: 5px 0;
		font-size: 18px;
		color: #99dcff;
		text-decoration: underline;
	}

	.container > table {
		display: block;
		overflow-x: scroll;
	}
}

/* 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;
}

.medium {
	font-weight: 500;
}

.bold {
	font-weight: 700;
}

.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;
}

.text-blue {
	color: #0072bc !important;
}

.fz18 {
	font-size: 18px;
}

/* helper classes end */

.lang_acctive {
	font-weight: bold;
}

.photo-page-section .soc_block .come_back:hover {
	color: #fff;
}

li.photo-album-item div.photo-album-name {
	max-width: 360px;
}

.proz {
	position: absolute;
	z-index: 0;
	background-color: #002d5f;
	opacity: 0.4;
	width: 100%;
	height: 100%;
}

.bg.vid-1{
	background-image: url('/local/templates/main/images/home_bg.jpg');
	background-size: cover;
	z-index: 0;
}
video {
	position: inherit;
	min-width: 100%;
	overflow: hidden;
	z-index: -1;
	opacity: 0;
	-moz-transition: opacity 1.8s;
    -webkit-transition: opacity 1.8s;
    -o-transition: opacity 1.8s;
    transition: opacity 1.8s;
	/*height: 100%;*/
}
.bg.vid-1.loaded video{
	opacity: 1;
}
@media (max-width: 767px) {
	.bg.vid-1{display: none;}
	.proz {
		position: absolute;
		z-index: 0;
		background: url(../images/mob.jpg) 0 0 no-repeat;
		opacity: 1;
		width: 100%;
		height: 100%;
		background-size: cover;
	}

}

.modal-dialog2 {
	width: 65%;
	margin: 50px auto;
}

.modal-dialog2 video {
	width: 65%;
	position: inherit;
	min-width: 100%;
	overflow: hidden;
	z-index: 1;
	height: 100%;
}

.modal-dialog2 .close {
	right: -30px !important;
	top: -24px !important;
}

.modal-style-default .modal-body {
	padding: 0px 17px 12px !important;
}

#vidoso {
	outline: none;
	border: none;
}

video::-internal-media-controls-download-button {
	display: none;
}

video::-webkit-media-controls-enclosure {
	overflow: hidden;
}

video::-webkit-media-controls-panel {
	width: calc(100% + 30px); /* Adjust as needed */
}

.download {
	display: none !important;
}

#sound {

	width: 44px;
	height: 43px;
	display: block;
	cursor: pointer;
	float: left;
}

ol.becomePartner {
	/*counter-reset: myCounter;
	padding-left: 40px;*/
	padding-left: 0;
}

.becomePartner li {
	width: 100%;
	list-style: none;
	min-height: 80px;
	padding-left: 110px;
	position: relative;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.becomePartner li:before {
	/*counter-increment: myCounter;
	content:counter(myCounter);
	display: block;
	position: absolute;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	top:0;
	left: -30px;
	padding: 28px 0;*/
}

.becomePartner div {
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
}

.becomePartner div img {
	width: 100%;
}

.documents-item {
	margin-bottom: 30px;
	line-height: 20px;
}
.modal h4{
	margin-bottom: 15px;
}
.modal p{
	line-height: 1.2;
}
.icon {
	display: block;
	position: relative;
	width: 40px;
	max-width: 100%;
	height: 40px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.icon.icon-pdf {
	background-image: url(../images/pdf-icon.png);
}

@media (max-width: 480px) {
	.becomePartner li {
		padding-left: 80px;
	}

	.becomePartner li:before {
		padding: 18px 0;
	}

	.becomePartner div {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 400px) {
	.mainmenu-list>ul{
		column-count: 1;
	}
	.becomePartner li {
		display: block;
		padding: 0;
	}

	.becomePartner li:before {
		padding: 0;
	}

	.becomePartner div {
		display: inline-block;
		position: relative;
		float: left;
		margin: 0 15px 10px 0;
	}
}

.icon {
  display: inline-block;
  position: relative;
  float: left;
  margin-right: 15px;
  width: 40px;
  max-width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 0;
}
.icon:hover {
  opacity: 1;
}
.icon.icon-none {
  float: none;
  width: 16px;
  height: 16px;
  margin: 0 6px 0;
}
.icon.icon-site {
  background-image: url(/images/icons/icon-site.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}
.icon.icon-pin {
  background-image: url(/images/icons/icon-pin.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}
.icon.icon-phone {
  background-image: url(/images/icons/icon-phone.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}
.icon.icon-fax {
  background-image: url(/images/icons/icon-fax.png);
  float: none;
  width: 18px;
  height: 18px;
  top: 2px;
  margin: 0 6px 0;
}

.icon.icon-email {
  background-image: url(/images/icons/icon-email.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}

.icon.icon-mobile {
  background-image: url(/images/icons/icon-mobile.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}
.icon.icon-time {
  background-image: url(/images/icons/icon-time.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}

.icon.icon-site-white {
  background-image: url(/images/icons/icon-site-white.png);
  float: none;
  width: 18px;
  height: 18px;
  top: 4px;
  margin: 0 6px 0;
}
.icon.icon-pin-white {
  background-image: url(/images/icons/icon-pin-white.png);
  float: none;
  width: 18px;
  height: 18px;
  top: 4px;
  margin: 0 6px 0;
}
.icon.icon-phone-white {
  background-image: url(/images/icons/icon-phone-white.png);
  float: none;
  width: 18px;
  height: 18px;
  top: 4px;
  margin: 0 6px 0;
}
.icon.icon-fax-white {
  background-image: url(/images/icons/icon-fax-white.png);
  float: none;
  width: 18px;
  height: 18px;
  top: 4px;
  margin: 0 6px 0;
}

.icon.icon-email-white {
  background-image: url(/images/icons/icon-email-white.png);
  float: none;
  width: 18px;
  height: 18px;
  top: 4px;
  margin: 0 6px 0;
}

.icon.icon-mobile-white {
  background-image: url(/images/icons/icon-mobile-white.png);
  float: none;
  width: 18px;
  height: 18px;
  top: 4px;
  margin: 0 6px 0;
}
.icon.icon-time-white {
  background-image: url(/images/icons/icon-time-white.png);
  float: none;
  width: 18px;
  height: 18px;
  top: 4px;
  margin: 0 6px 0;
}


.screens .owl-item{
	padding: 0 15px;
}