@font-face {
	font-family: 'Gotham Pro';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local('Gotham Pro'),
		url('fonts/GothamPro-Light.woff2') format('woff2'),
		url('fonts/GothamPro-Light.woff') format('woff'),
		url('fonts/GothamPro-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Gotham Pro';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Gotham Pro'),
		url('fonts/GothamPro.woff2') format('woff2'),
		url('fonts/GothamPro.woff') format('woff'),
		url('fonts/GothamPro.ttf') format('truetype');
}

@font-face {
	font-family: 'Gotham Pro';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local('Gotham Pro'),
		url('fonts/GothamPro-Medium.woff2') format('woff2'),
		url('fonts/GothamPro-Medium.woff') format('woff'),
		url('fonts/GothamPro-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Gotham Pro';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: local('Gotham Pro'),
		url('fonts/GothamPro-Bold.woff2') format('woff2'),
		url('fonts/GothamPro-Bold.woff') format('woff'),
		url('fonts/GothamPro-Bold.ttf') format('truetype');
}

.cssClass {
	-webkit-transform: scale(1) !important;
	-webkit-transform-origin: 0 0 !important;
}

input[type="submit"] {
	-webkit-appearance: none;
}

* {
	margin: 0px;
	padding: 0px;
	outline: 0;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {

	text-decoration: underline;
}

a img {
	border: 0;
}

ul li,
ol li {
	margin-left: 55px;
}

table {
	border-collapse: collapse;
}

h1 {
	font-weight: 800;
	font-size: 72px;
	line-height: 69px;
	margin: 50px 0 0 0;
}

h2 {
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	margin: 10px 0;
	color: rgba(111, 111, 111, 0.82);
}

h3 {
	font-weight: 500;
	font-size: 25px;
	margin: 32px 0;
}

h4 {
	font-weight: bold;
	font-size: 16px;
	padding: 0 0 8px;
}

p {
	padding: 0 0 17px 0;
}

.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.main_infoblock .row {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.row::before {
	display: none;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.dn {
	display: none !important;
}

.db {
	display: block !important;
}

.dib {
	display: inline-block !important;
}

.di {
	display: inline !important;
}

.ac-xs {
	text-align: center !important;
}

@media (max-width: 1440px) {
	.main_infoblock .row {
		margin-left: -10px !important;
		margin-right: -10px !important;
	}

	.col-xs-1,
	.col-sm-1,
	.col-md-1,
	.col-lg-1,
	.col-xs-2,
	.col-sm-2,
	.col-md-2,
	.col-lg-2,
	.col-xs-3,
	.col-sm-3,
	.col-md-3,
	.col-lg-3,
	.col-xs-4,
	.col-sm-4,
	.col-md-4,
	.col-lg-4,
	.col-xs-5,
	.col-sm-5,
	.col-md-5,
	.col-lg-5,
	.col-xs-6,
	.col-sm-6,
	.col-md-6,
	.col-lg-6,
	.col-xs-7,
	.col-sm-7,
	.col-md-7,
	.col-lg-7,
	.col-xs-8,
	.col-sm-8,
	.col-md-8,
	.col-lg-8,
	.col-xs-9,
	.col-sm-9,
	.col-md-9,
	.col-lg-9,
	.col-xs-10,
	.col-sm-10,
	.col-md-10,
	.col-lg-10,
	.col-xs-11,
	.col-sm-11,
	.col-md-11,
	.col-lg-11,
	.col-xs-12,
	.col-sm-12,
	.col-md-12,
	.col-lg-12 {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 1170px) {
	.ac-lg {
		text-align: center !important;
	}

	.ar-lg {
		text-align: right !important;
	}

	.al-lg {
		text-align: left !important;
	}

	.mt-lg {
		margin-top: 30px;
	}

	.dn-lg {
		display: none !important;
	}

	.db-lg {
		display: block !important;
	}

	.dib-lg {
		display: inline-block !important;
	}

	.di-lg {
		display: inline !important;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}
}

@media (max-width: 992px) {
	.ac-md {
		text-align: center !important;
	}

	.ar-md {
		text-align: right !important;
	}

	.al-md {
		text-align: left !important;
	}

	.mt-md {
		margin-top: 30px;
	}

	.mt50-md {
		margin-top: 50px;
	}

	.dn-md {
		display: none !important;
	}

	.db-md {
		display: block !important;
	}

	.dib-md {
		display: inline-block !important;
	}

	.di-md {
		display: inline !important;
	}

	.col-md-310 {
		width: 310px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}
}

@media (max-width: 768px) {
	.main_infoblock .row {
		margin-left: -8px !important;
		margin-right: -8px !important;
	}

	.col-xs-1,
	.col-sm-1,
	.col-md-1,
	.col-lg-1,
	.col-xs-2,
	.col-sm-2,
	.col-md-2,
	.col-lg-2,
	.col-xs-3,
	.col-sm-3,
	.col-md-3,
	.col-lg-3,
	.col-xs-4,
	.col-sm-4,
	.col-md-4,
	.col-lg-4,
	.col-xs-5,
	.col-sm-5,
	.col-md-5,
	.col-lg-5,
	.col-xs-6,
	.col-sm-6,
	.col-md-6,
	.col-lg-6,
	.col-xs-7,
	.col-sm-7,
	.col-md-7,
	.col-lg-7,
	.col-xs-8,
	.col-sm-8,
	.col-md-8,
	.col-lg-8,
	.col-xs-9,
	.col-sm-9,
	.col-md-9,
	.col-lg-9,
	.col-xs-10,
	.col-sm-10,
	.col-md-10,
	.col-lg-10,
	.col-xs-11,
	.col-sm-11,
	.col-md-11,
	.col-lg-11,
	.col-xs-12,
	.col-sm-12,
	.col-md-12,
	.col-lg-12 {
		padding-left: 8px;
		padding-right: 8px;
	}

	.ac-sm {
		text-align: center !important;
	}

	.ar-sm {
		text-align: right !important;
	}

	.al-sm {
		text-align: left !important;
	}

	.mt-sm {
		margin-top: 30px;
	}

	.dn-sm {
		display: none !important;
	}

	.db-sm {
		display: block !important;
	}

	.dib-sm {
		display: inline-block !important;
	}

	.di-sm {
		display: inline !important;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}
}

@media (max-width: 550px) {
	.ac-ssm {
		text-align: center !important;
	}

	.ar-ssm {
		text-align: right !important;
	}

	.al-ssm {
		text-align: left !important;
	}

	.mt-ssm {
		margin-top: 30px;
	}

	.dn-ssm {
		display: none !important;
	}

	.db-ssm {
		display: block !important;
	}

	.dib-ssm {
		display: inline-block !important;
	}

	.di-ssm {
		display: inline !important;
	}

	.col-ssm-12 {
		width: 100%;
	}

	.col-ssm-11 {
		width: 91.66666667%;
	}

	.col-ssm-10 {
		width: 83.33333333%;
	}

	.col-ssm-9 {
		width: 75%;
	}

	.col-ssm-8 {
		width: 66.66666667%;
	}

	.col-ssm-7 {
		width: 58.33333333%;
	}

	.col-ssm-6 {
		width: 50%;
	}

	.col-ssm-5 {
		width: 41.66666667%;
	}

	.col-ssm-4 {
		width: 33.33333333%;
	}

	.col-ssm-3 {
		width: 25%;
	}

	.col-ssm-2 {
		width: 16.66666667%;
	}

	.col-ssm-1 {
		width: 8.33333333%;
	}
}

.a-bottom {
	vertical-align: bottom;
}

.a-top {
	vertical-align: top;
}

.a-middle {
	vertical-align: middle;
}

.a-right {
	text-align: right;
}

.a-left {
	text-align: left;
}

.a-center {
	text-align: center;
}

.clear {
	clear: both;
	display: block;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 0 0 -1px;
}

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

/*ul li{
	list-style:none;
	background: url(images/li_inner.png) no-repeat 0 1px;
	padding: 0 0 0 24px;
	margin: 26px 0;
	display: block;
}*/
.item {
	display: inline-block;
	text-align: left;
}

.reset_size {
	font-size: 0;
}

.hidden,
.hide {
	display: none;
}

.mobile {
	display: none;
}

.wrapper {
	margin: auto;
	padding: 0 20px;
	max-width: 1439px;
	min-width: 320px;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	padding: 0;
	margin: 0;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;

}

body {
	font-family: 'Gotham Pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: normal;
	position: relative;
	color: #121212;
	background: #FFF;
	position: relative;
	min-height: 100%;
}

.page {
	min-width: 320px;
	margin: auto;
	min-height: 100%;
	background: #FFF;
	overflow: hidden;
}

.relative {
	position: relative;
}

.overflow {
	overflow: hidden;
}

.btn {
	font-size: 14px;
	line-height: 13px;
	text-transform: uppercase;
	font-weight: 800;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	background: #0060FF !important;
	padding: 20px 30px;
	border-radius: 39px;
	border: none !important;
	text-align: center;
}

.btn:hover {
	color: #FFF !important;
}

.btn.buy {
	padding: 6px 30px 15px 38px;
	position: relative;
}

.btn.buy::before {
	display: inline-block;
	content: "";
	width: 24px;
	height: 24px;
	background: url(images/icon_cart_w.svg) no-repeat;
	background-size: 24px;
	position: relative;
	top: 5px;
	left: -8px;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(18, 18, 18, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
	font-size: 14px;
	height: 72px;
	z-index: 1000;
	padding: 13px 0;
	box-sizing: border-box;
	transition: all 0.3s ease;
}

#panel:not(:empty)+header {
	top: 147px;
}

header.black_bg {
	background: rgba(18, 18, 18, 1);
}

header .open_search {
	background: url(images/icon_search_w.svg) no-repeat;
	display: block;
	text-decoration: none;
	width: 16px;
	height: 18px;
	background-size: cover;
	position: absolute;
	top: 25px;
	right: 31px;
}

header .change_lng {
	background: url(images/icon_lng_b.svg) no-repeat;
	background-size: 18px 18px;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	padding: 0 0 0 27px;
	line-height: 18px;
	display: block;
	position: absolute;
	top: 25px;
	left: 31px;
}

header .logo {
	float: left;
	display: block;
	background: url(images/logo_w.svg) no-repeat;
	background-size: contain;
	width: 116px;
	height: 46px;
	text-decoration: none;
	transition: all 0.3s ease;
}

header .menu {
	margin: 0 458px 0 152px;
	padding: 16px 0;
	text-align: justify;
	font-size: 0;
	display: block;
}

header .menu li {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	margin: 0;
	padding: 0;
	/* IE stuff again */
}

header .menu:after {
	content: "";
	width: 100%;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

header .menu li>a {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	position: relative;
	color: #fff;
	z-index: 101;
	padding: 0 2px;
	text-decoration: none;
	font-weight: 500;
}

@media (max-width:1400px) {
	header .menu li>a {
		font-size: 12px;
	}
}

.page header .menu li.active>a {
	color: #0060FF;
}

/*header .menu li:first-child::before{
	display: inline-block;
	vertical-align: top;
	content: "";
	width: 12px;
	height: 12px;
	background: url(images/icon_arenda_b.svg) no-repeat;
	background-size: cover;
	margin: -2px 8px 0 0;
}*/
header .city {
	display: none;
	float: right;
	background: url(images/icon_city_w.svg) no-repeat;
	background-size: 12px 12px;
	background-position: 0 9px;
	margin: 6px 0 0 0;
}

header .city .select2-container--default .select2-selection--single {
	background: none;
	border: none;
	border-radius: 17px;
}

header .city .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 14px;
	line-height: 34px;
	color: #A7A7A7;
}

header .city .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent;
}

header .city .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #fff transparent;
}

header .city .select2-container .select2-selection--single .select2-selection__rendered {
	text-align: center;
	padding-left: 23px;
	font-weight: 400;
}

header .city .select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}

header .geo_block {
	float: right;
}

header .phone {
	display: block;
	float: right;
	color: #FFF;
	margin: 0 0 0 34px;
	line-height: 24px;
	position: relative;
}

header .phone::after {
	display: block;
	content: "";
	position: absolute;
	height: 48px;
	width: 1px;
	left: -24px;
	top: -1px;
	background: rgba(255, 255, 255, 0.2);
}

header .phone a {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	white-space: nowrap;
}

header .basket {
	display: block;
	background: url(images/icon_cart_w.svg) no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	text-decoration: none;
	float: right;
	margin: 14px 0 0 49px;
	position: relative;
}

header .basket a {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	text-decoration: none;
	border: none;
}

header .basket::after {
	display: block;
	content: "";
	position: absolute;
	height: 48px;
	width: 1px;
	left: -24px;
	top: -14px;
	background: rgba(255, 255, 255, 0.2);
}

header .basket span {
	display: block;
	background: #0060FF;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	line-height: 18px;
	color: #FFF;
	text-align: center;
	position: absolute;
	right: -14px;
	top: -5px;
	font-size: 10px;
	font-weight: 500;
}

header .search_block {
	height: 50px;
	background: #1a1a1a;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	display: none;
	z-index: 90;
}

header .search_block .search_ico {
	background: url(images/Search_white.svg) 5px center no-repeat;
	padding: 0 0 0 35px;
	margin: 0 30px 0 0;
}

header .search_block .close {
	background: url(images/close_white.png) center center no-repeat;
	height: 50px;
	display: block;
	width: 30px;
	text-decoration: none;
	font-size: 0;
	float: right;
}

header .search_block .search_ico input {
	color: #FFF;
	font-size: 14px;
	height: 50px;
	padding: 0 5px;
	width: 100%;
	box-sizing: border-box;
	border: none;
	background: none;
}

.search-page {
	padding: 30px 0 0 0;
}

header .open_mobile_menu {
	display: none;
	position: absolute;
	left: 17px;
	top: 21px;
	width: 24px;
	z-index: 1;
}

header .open_mobile_menu .icon {
	display: none;
}

header .open_mobile_menu .icon.active {
	display: block;
}

header .open_mobile_menu .icon:last-child {
	padding: 5px;
}

header .open_mobile_menu svg {
	display: block;
}

header .menu li.mobile {
	display: none;
	padding-top: 0;
	padding-bottom: 0;
}

header.white {
	background: #FFF;
	border-bottom-color: #E8EAEE;
}

header.white .change_lng,
header.white .menu li>a,
header.white .phone a {
	color: #121212;
}

header.white .logo {
	background-image: url(images/logo_b.svg);
}

header.white .basket {
	background-image: url(images/icon_cart_b.svg);
}

header.white .city {
	background-image: url(images/icon_city_gray.svg);
}

header.white .open_search {
	background-image: url(images/icon_search_b.svg);
}

header.white .open_mobile_menu svg path {
	fill: #121212;
}

header.white .menu {
	background: #FFF;
}

.main_slider {}

.main_slider .slider_item {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.main_slider video {
	display: block;
}


.main_slider .slider_item::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.15);
	z-index: 1;
}

.main_slider .slider_item::after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 2;
	opacity: 0.45;
	background: linear-gradient(to top, #1a1a1a, transparent);
}

.main_slider img {
	display: block;
	max-width: 100%;
}

.main_slider .slide_title {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	color: #FFF;
	z-index: 3;
	font-size: 52px;
	line-height: 69px;
	line-height: 0.97em;
	font-weight: 800;
}

.main_slider .slide_title h1,
.main_slider .slide_title h2 {
	display: block;
	font-size: 52px;
	line-height: 69px;
	line-height: 0.97em;
	font-weight: 800;
	padding: 0;
	margin: 0;
	color: #ffffff;

}

.main_slider .slide_title .btn {
	margin-top: 12px;
	border-radius: 0;
	font-size: 52px;
	line-height: 0.97em;
	padding: 7px 0 16px 0;
	text-decoration: none;
	text-transform: none;
	text-indent: 0px;
	box-sizing: border-box;
	transition: all 0.5s ease;
	overflow: hidden;
	white-space: nowrap;
	font-weight: 800;
}

@keyframes main_slider_left {
	from {
		margin-left: -800px;
	}

	to {
		margin-left: 0px;
	}
}

@keyframes main_slider_color {
	from {
		color: #0060FF;
	}

	to {
		color: #ffffff;
	}
}

.main_slider .slide_title .btn span {
	padding: 0 14px;
	color: #0060FF;
	display: block;
	/*color: #0060FF;
	margin-left:-800px;	*/
}

.main_slider .slide_title .btn.active span {
	animation: main_slider_left 0.5s linear, main_slider_color 0.5s linear 0.5s;
	animation-fill-mode: forwards;
}

.main_slider .bot {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	color: #FFF;
	z-index: 3;
}

.main_slider .bot .inner {
	width: 50%;
	margin-left: 50%;
	padding: 0 0 25px 0;
	box-sizing: border-box;
	color: #FFF;
	display: block;
	text-decoration: none;
}

.main_slider .bot .tag {
	font-size: 12px;
	height: 12px;
	text-transform: uppercase;
	font-weight: 500;
}

.main_slider .bot .title {
	font-size: 20px;
	line-height: 19px;
	text-transform: uppercase;
	font-weight: 800;
	margin: 15px 0 0 0;
}

.main_slider .bot .place {
	font-size: 14px;
	line-height: 14px;
	opacity: 0.8;
	margin: 10px 0 0 0;
}

.main_slider_cnt {
	position: relative;
}

.main_slider_cnt video {
	display: block;
	width: 100%;
}

.main_slider_cnt .bx-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.main_slider_cnt .bx-wrapper .bx-viewport,
.main_slider_cnt .bx-wrapper .bx-viewport .main_slider {
	height: 100% !important;
}

.main_slider_cnt .bx-wrapper .bx-controls-direction a {
	width: 64px;
	height: 64px;
	top: 50%;
	margin-top: -32px;
	background: rgba(196, 196, 196, 0.5);
	border-radius: 50%;
}

.main_slider_cnt .bx-wrapper .bx-controls-direction a::after {
	display: block;
	content: "";
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	position: absolute;
	width: 15px;
	height: 15px;
}

.main_slider_cnt .bx-wrapper .bx-prev {
	right: auto;
	left: 30px;
	transform: rotate(-135deg);
}

.main_slider_cnt .bx-wrapper .bx-prev::after {
	top: 26px;
	left: 20px;
}

.main_slider_cnt .bx-wrapper .bx-next {
	right: 30px;
	transform: rotate(45deg);
}

.main_slider_cnt .bx-wrapper .bx-next::after {
	top: 26px;
	left: 20px;
}

.main_slider_cnt .bx-wrapper .bx-pager {
	text-align: left;
	max-width: 1439px;
	padding: 0 20px;
	box-sizing: border-box;
	margin: auto;
}

.main_slider_cnt .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:first-child a {
	margin-left: 0;
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 14px;
	padding-right: 29px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-search--inline {
	float: left;
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #999;
	border-radius: 5px;
	margin-top: 8px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
	font-size: 14px;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 12px 0;
}

.select2-results__option {
	padding: 5px 14px;
	user-select: none;
	-webkit-user-select: none;
	margin: 0;
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	color: #808080;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {}

.select2-search--dropdown {
	display: none;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.select2-container--default .select2-selection--single {
	border: 2px solid #E8EAEE;
	border-radius: 4px;
	height: 34px;
	background: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 14px;
	line-height: 30px;
	color: #121212;
	font-weight: 500;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #0060FF transparent transparent transparent;
	border-style: solid;
	border-width: 5px 3px 0 3px;
	height: 0;
	left: 50%;
	margin-left: -16px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #0060FF transparent;
	border-width: 0 3px 5px 3px;
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	display: none;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	color: #000;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, white 50%, #eee 100%);
	background-image: -o-linear-gradient(top, white 50%, #eee 100%);
	background-image: linear-gradient(to bottom, white 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, white 0%, #eee 50%);
	background-image: -o-linear-gradient(top, white 0%, #eee 50%);
	background-image: linear-gradient(to bottom, white 0%, #eee 50%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, white 100%);
	background-image: -o-linear-gradient(top, #eee 50%, white 100%);
	background-image: linear-gradient(to bottom, #eee 50%, white 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none;
}

.select2-container--classic .select2-dropdown {
	background-color: white;
	border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: white;
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #536174;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 1px;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.bx-wrapper img {
	max-height: 600px;
	width: 100%;
	display: block;
	margin: auto;
}

.bx-wrapper .bx-viewport {
	/* fix other elements on the page moving (in Chrome) */
	-webkit-transform: translateZ(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

.bx-wrapper .bxslider li {
	margin: 0;
}

.bx-wrapper .bxslider .bx-image {
	height: 321px;
	background-repeat: no-repeat;
	background-position: top center;
}

.bx-wrapper .bxslider .bx-image .middletext {
	display: table-cell;
	vertical-align: middle;
	height: 321px;
	padding: 0 130px;
	width: 100%;
	box-sizing: border-box;
}

.bx-wrapper .bxslider .bx-image .middletext div {
	font-size: 35px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}

.bx-wrapper .bx-loading {
	display: none;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 6px;
	height: 6px;
	margin: 0 6px;
	outline: 0;
	border-radius: 50%;
	background: #fff;
	color: transparent;
	box-sizing: border-box;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #0060FF;
}

.bx-wrapper .bx-prev {
	right: 50px;
	background-position: top left;
}

.bx-wrapper .bx-next {
	right: 0px;
	background-position: top right !important;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 30px;
	margin-top: -66px;
	outline: 0;
	width: 39px;
	height: 39px;
	text-indent: -9999px;
	z-index: 10;
	background: url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABWAAD/4QMraHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI4MDlCRURFODdGNzExRTZCRjg0ODVERjNDREI3NjlGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI4MDlCRURGODdGNzExRTZCRjg0ODVERjNDREI3NjlGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjgwOUJFREM4N0Y3MTFFNkJGODQ4NURGM0NEQjc2OUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjgwOUJFREQ4N0Y3MTFFNkJGODQ4NURGM0NEQjc2OUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAACAQEBAQECAQECAgIBAgIDAgICAgMDAwMDAwMDBAMEBAQEAwQEBQUFBQUEBwcHBwcHCgkJCQoLCwsLCwsLCwsLAQICAgMDAwYEBAYJBwYHCQsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwv/wAARCAAnAFkDAREAAhEBAxEB/8QBogAAAAYCAwEAAAAAAAAAAAAABwgGBQQJAwoCAQALAQAABgMBAQEAAAAAAAAAAAAGBQQDBwIIAQkACgsQAAIBAgUCAwQGBgUFAQMGbwECAwQRBQYhEgAHMUETCFEiYRRxgTKRCaEj8MFCsRXRFuHxUjMXJGIYQzQlggoZclMmY5JENaJUshpzNsLSJ0U3RuLyg5Ojs2RVKMPTKTjj80dIVmUqOTpJSldYWVpmdHWEhWd2d2iGh5SVpKW0tcTF1NXk5fT1lpemp7a3xsfW1+bn9vdpanh5eoiJipiZmqipqri5usjJytjZ2ujp6vj5+hEAAQMCAwQHBgMEAwYHBwFpAQIDEQAEIQUSMQZB8FFhBxMicYGRobHBCDLRFOEj8UIVUgkWM2LSciSCwpKTQxdzg6KyYyU0U+KzNSZEVGRFVScKhLQYGRooKSo2Nzg5OkZHSElKVldYWVplZmdoaWp0dXZ3eHl6hYaHiImKlJWWl5iZmqOkpaanqKmqtba3uLm6w8TFxsfIycrT1NXW19jZ2uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwC7jH8fXBVghggkq8Vq5fJpaWKwLkC7MzHREQasx7dhckA+r1Q0ypV4somzfWTVMh1+TpHkp6RP9XbGyvL7CZCQe9h256vVy/zc5CGq4Phyy/8AFqQRrJ/yGoDX+vnq9XFsv4xgVqjK1VLLTqbvhuISvNG6+IimkLSRt7Lll8LDvz1eqfgON0+P4eK6BJYZFdoZ6eddssMqGzRuLkXB8QSCNQSCDz1eqbz1eqPimJ0eDYdNimIMVo4ELuVUsx9gVVBLMToANSdOer1NUNBmDM6CqxqWowzCXUGPDqV/LqbEf7vPGSyk/wCGMi3+I89Xq5/5uciNrPhNDPL/AMW1USzyH4l5g7X+vnq9XTZLhw8GXKtTUYbUge7GrvNSn4NTysVA9uzafjz1erPgeP1FZWS4JjEBpsep0WR1W7Qzxtp5sLnuu7Qg+8p7jUE+r1OnPV6mPKiLi1XWZvmF5KmZ6Sjv+5SU8jRrt/5eupkJHcEX7Dnq9T5z1eoGc+esvLGDep3L/pH6X4NX526v1ZixLOceDyxR0eTcBkRiuI4vUy3SOSZgBT0o/Syi7ABQCfV6hm56vUyYmi4HmujxiEbabE2/ltaB28xUaSnlPxG0x37ncvs56vU989XqY6lFx7OSUco3Ybg8MdWy/uvVz71juPHykUtY+LA9xz1ep856vUDGafWbljpn6rKD0y9ZMFr8rYdmqlg/zdZ3rpYnwTMmJFGaqwhZUt8piEVgYoZiDOtzHqAp9XqGfnq9TNnWlkXCxmCiUti+FE10G37Tqi/pofC4ljutu17Hw56vVy/r3lL/AJTofv56vVw6c6ZCwdT/AJVcOgSX/l4sYV/r3A89XqZfUVgnW7MnQzNWA+m3GcKy913q8GqIcrY1jlK1ZQ0ley/o5JYlOviAxVwjEMUkAKN6vUXz8JXG+iWXel+NdCsNwbFsq+sDL2IfOdasCzjUrXZorsfqxukxuqxAhf5nSVx9+mqo/wBEYyFUJbYPV6jb89XqZc9a4ZRov+XbGsM2f8DXwu//ACYrc9Xqeuer1MuW/dzHmFX/AMqcRgdf+XZw6lUfVuVuer1PXPV6i/8A4lOdPStgPpmxDJnqrweXNeB5rnjwPLWSMJiaox/HsdkN6KnwSKErMtcslnSZCvk23llAvz1ep1/D2yX6qen/AKU8t5X9Y+MRYz1mgSUs5lWrrqPDma9FRYliEQjjxCvp4rJPVRxIsjDsxBkf1eoZ6x4Y6SWSpt8usbNJfttCkn8uer1FW/k2cvZN+f8ATz1eoyOX2/kWMVWVqgFaeWWXEMNc/ZeOZzJNED/ijkYm3+Fhbseer1PnPV6g26o+lLpF1X6xZM9QOLwV2G9Zsi1TvhGYsCqWoayooJgwnwqueMf6Vh0zNueCS43C6lSTf1eoSeer1Mczf1hzZDDCCcKwZmnlk/detkjaJIwfHyo3Yt7CV8Qeer1PnPV6mPFW/q/meLMDgjCa6JMPrnH2YpEdmp5W9ikyMjH2lb6Dnq9T5z1eoNqf0pdIv9puq9XGNQ12L9ZDgkWXsGnxipaqpMAolBFQmEUzjZRvWE3qJF997WuFJB9XqEnnq9TJnKVsRp0yfR7jW4mDFOU7w0faeRiPs3X3FP8AiI9h56vU5/yjCv8AlGg/5AX+jnq9UXMeH4FikVNR4zKsNSalWoJRIIplqFVmBha4O/aDcC91uCCL89Xqipiea8DUQ4xRtidMNBW4bsWS3tlp5GWxt3MZa5/dHPV6uX9esMPupR400/8Ag/llev8Aye8Kp/ydz1eri02bMw2ihhbB8KJ/SSztHJWOviI0iZ44r/4mYkf4Qdeer1TsuUuBUWER0eW2hbC4mdA0LiUGQORIWe7Fn333km+699eer1Tuer1R8WXC2wuoXHPI/kxhcVXzJUReVtO/eX0227356vU009PmLLUKpg4/m+Wwi+RC0oFZEltAksrbJl9m9lI/xHnq9WT+vOHx+7V0ONRT+Mf8trZdf+J00Uqf8nc9Xq6bHsx4sDDl/DZadSP97cWAijX4iBWMzkexgg+PPV6s2AYXhOF11UoqVq80ypFJiE0jqZytmEd0B/Rx6NsUADv3Nzz1ep156vV//9k=") no-repeat;
}

.flat-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.events {
	font-size: 0;
}

.event_item {
	margin-top: 30px;
	position: relative;
	display: block;
	color: #FFF !important;
	width: 49%;
}

.event_item img {
	width: 100%;
	height: 376px;
	object-fit: cover;
	display: block;
}

.gallery .event_item img {
	height: auto;
}

.event_item a {
	text-decoration: none;
	color: #FFF;
}

.event_item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.35);
	padding: 20px;
	box-sizing: border-box;
	transition: all 0.3s ease;
}

.event_item:hover .overlay {
	background: rgba(0, 0, 0, 0.15);
}

.gallery .event_item .overlay {
	background: rgba(0, 0, 0, 0.15);
}

.event_item .tag {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
}

.event_item .title {
	font-size: 48px;
	line-height: 46px;
	text-transform: uppercase;
	font-weight: 800;
	margin: 15px 0 0 0;
}

.event_item .place {
	font-size: 14px;
	line-height: 1.5em;
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.event-cats {
	text-align: center;
	padding: 66px 0;
}

.event-cats span,
.event-cats a {
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	font-size: 20px;
	line-height: 19px;
	margin: 0 14px;
}

.event-cats span {
	color: #121212;
}

.event-cats a {
	color: #0060FF;
	text-decoration: none;
}

.event_item:nth-child(5n),
.event_item:nth-child(5n-1),
.event_item:nth-child(5n-2) {
	width: 32%;
}

.event_item:nth-child(5n) .title,
.event_item:nth-child(5n-1) .title,
.event_item:nth-child(5n-2) .title {
	font-size: 30px;
	line-height: 29px;
}

.products_slider {
	background: #F2F2F2;
	padding: 0 0 50px 0;
}

.products_slider .block_title {
	font-size: 16px;
	line-height: 15px;
	text-transform: uppercase;
	color: #121212;
	font-weight: 500;
	padding: 55px 0 30px 0;
}

.products_slider .bx-wrapper .bx-pager {
	display: none;
}

.product {
	text-decoration: none;
	border: solid 1px #dcdfdf;
	box-sizing: border-box;
	position: relative;

	transition: all 0.3s ease;
	/*	display: flex;
flex-wrap: wrap;
align-content: space-between;*/
}

.accordion_before_text {
	font-size: 16px;
	line-height: 1.4em;
	margin: 20px 0 0 0;
}

.product:hover {
	box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.15);
	text-decoration: none;
}

.products_slider .product {
	border: none;
	display: block;
}

.products_slider .bx-wrapper .bx-viewport {
	padding-bottom: 20px;
}

.product img {
	width: 100%;
	display: block;
	aspect-ratio: 1.2;
	object-fit: cover;
}

.product .mark {
	top: 8px;
	left: 9px;
	position: absolute;
	padding: 5px 6px;
	font-weight: bold;
	font-size: 12px;
	line-height: 11px;
	display: block;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 50px;
	text-align: center;
	box-sizing: border-box;
}

.product .mark.new {
	background: #0060FF;
}

.product .mark.hit {
	background: #D6A938;
}

.product .bot {
	background: #FFF;
	padding: 20px;
	transition: all 0.3s ease;
}

/*.product:hover .bot{
	background: #F3F4F4;
}*/
.product .bot .title {
	font-size: 14px;
	line-height: 13px;
	color: #121212;
	text-transform: uppercase;
	font-weight: 800;
}

.product .bot .desc {
	font-size: 14px;
	line-height: 13px;
	color: #7C7C7C;
	margin: 6px 0 0 0;
}

.product .bot .price {
	font-size: 14px;
	line-height: 13px;
	/*text-transform: uppercase;*/
	margin: 11px 0 0 0;
}

.product .bot .price span {
	text-transform: none;
}

.products_slider .bx-wrapper .bx-controls-direction a {
	width: 40px;
	height: 40px;
	background: #FFF;
	border-radius: 50%;
	margin-top: -90px;
}

.products_slider .bx-wrapper .bx-controls-direction a::after {
	display: block;
	content: "";
	border: 8px solid transparent;
	border-right: 8px solid #0060FF;
	position: absolute;
	top: 12px;
	left: 7px;
}

.products_slider .bx-wrapper .bx-controls-direction a.bx-next::after {
	transform: rotate(180deg);
	left: 18px;
}

.cat_line {
	padding: 28px 40px;
	background: #FFF;
	list-style: none;
	margin: 0;
	font-size: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
}

.cat_line li {
	/*display: inline-block;
	vertical-align: middle;*/
	zoom: 1;
	margin: 0;
	padding: 0;
}

.cat_line li a {
	display: flex;
	text-decoration: none;
	font-size: 12px;
	line-height: 11px;
	font-weight: 800;
	text-transform: uppercase;
	color: #121212;
	transition: color 0.3s ease;
	height: 100%;
	align-items: center;
}

.cat_line li a:hover {
	color: #0060FF;
}

.cat_line li a svg {
	display: inline-block;
	vertical-align: middle;
	margin: 0 16px 0 0;
}

.cat_line li a:not(.section_id_217) svg path {
	fill: #0060FF;
}

/*.cat_line:after {
	content: "";
	width: 100%;
	display: inline-block;
	zoom: 1;
}*/
.main_infoblock {
	padding: 12px 0 90px 0;
}

.main_infoblock .block_title {
	padding: 60px 0 20px 0;
	text-transform: uppercase;
	color: #0060FF;
	font-size: 16px;
	line-height: 1em;
	font-weight: 800;
}

.block_title .block_title_scroll .toggle_video {
	cursor: pointer;
	margin-right: 10px;
	display: inline-block;
	color: #8492AA;
}

.block_title .block_title_scroll .toggle_video.active {
	color: #0060FF;
}

.main_infoblock .big_text {
	font-size: 16px;
	line-height: 24px;
	color: #121212;
	font-weight: 800;
	margin: 0 0 30px 0;
}

.main_infoblock .text {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}

.main_infoblock .partner_logos {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main_infoblock .partner_logos li {
	margin: 0;
	padding: 30px 0 0 0;
	display: flex;
	align-items: center;
}

.main_infoblock .partner_logos a {
	display: block;
}

.main_infoblock .partner_logos li img {
	display: block;
	max-width: 100%;
}

.main_infoblock .video {
	background: #CCC;
	display: none;
	text-decoration: none;
	position: relative;
}

.main_infoblock .video.active {
	display: block;
}

.main_infoblock .video::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 92px;
	height: 92px;
	transform: translate(-50%, -50%);
	background: #0060FF;
	border-radius: 50%;
}

.main_infoblock .video::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-9px, -50%);
	width: 0;
	height: 0;
	border-top: 11.5px solid transparent;
	border-bottom: 11.5px solid transparent;
	border-left: 23px solid #FFF;
}

.main_infoblock .video img {
	display: block;
	width: 100%;
}

.main_infoblock .rm_links {
	margin: 0 0 26px 0;
	display: block;
	text-decoration: none;
	font-size: 14px;
	line-height: 15px;
	text-transform: uppercase;
	color: #121212;
	font-weight: 500;
}

.main_infoblock .rm_links:last-child {
	margin-bottom: 0;
}

.main_infoblock .rm_links::before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 70px;
	height: 1px;
	background: #0060FF;
	margin: 0 15px 2px 0;
}

footer {
	background: #121212;
	padding: 65px 0 57px 0;
}

footer .f_items {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: justify;
	font-size: 0;
	display: block;
}

footer .f_items>li {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

footer .f_items>li:first-child {
	margin-right: 150px;
}

@media (max-width:1100px) {
	footer .f_items>li:first-child {
		margin-right: 0px;
	}
}

footer .f_items::after {
	content: "";
	width: 100%;
	display: inline-block;
	zoom: 1;
}

footer .bot_social {
	font-size: 0;
	margin: -6px 0 6px 0;
}

footer .bot_social a {
	width: 34px;
	height: 34px;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	background-color: #0060FF;
	margin: 0 15px 0 0;
	background-repeat: no-repeat;
	background-position: center center;
}

footer .bot_social a:last-child {
	margin: 0;
}

footer .bot_social a.fb {
	background-image: url(images/icon_fb.svg);
	background-size: 21px;
}

footer .bot_social a.ig {
	background-image: url(images/icon_instagram.svg);
	background-size: 23px;
}

footer .bot_social a.vk {
	background-image: url(images/icon_vk.svg);
	background-size: 23px;
}

footer .bot_social a.yt {
	background-image: url(images/icon_youtube.svg);
	background-size: 21px;
}

footer .bot_social a.tg {
	background-image: url(images/icon_telegram.png);
	background-size: 17px;
	background-position: 7px 8px;
}


footer .f_menu_content a {
	color: #A4A5A8;
}

footer .f_menu_content p {
	font-size: 14px;
	line-height: 23px;
	color: #A4A5A8;
	padding: 20px 0 0 0;
}

footer .copyright {
	font-size: 12px;
	line-height: 11px;
	text-transform: uppercase;
	color: #A4A5A8;
	margin: 23px 0 0 0;
}

footer .title {
	font-size: 14px;
	line-height: 13px;
	text-transform: uppercase;
	color: #0060FF;
	font-weight: 800;
	margin: 0 0 29px 0;
}

footer .f_ul_menu {}

footer .f_ul_menu li {
	margin: 0 0 17px 0;
}

footer .f_ul_menu li:last-child {
	margin: 0;
}

footer .f_ul_menu li a {
	font-size: 14px;
	line-height: 13px;
	color: #A4A5A8;

}

.title-search-result .bx_searche .bx_img_element {
	width: 50px;
}

.search_page_form {
	display: flex;
}

div.search-page .search_page_form .search-query {
	width: 100%;
	background: #FFF;
	height: 51px;
	padding: 0 10px;
	border-right: none;
}

div.search-page .search_page_form .search-button {
	font-size: 14px;
	line-height: 13px;
	text-transform: uppercase;
	font-weight: 800;
	color: #FFF;
	display: block;
	background: #0060FF;
	padding: 20px 30px;
	border: none !important;
	text-align: center;
}

div.search-item:last-child {
	border-bottom: none;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
	background: #0060FF;
}

.content {
	padding: 72px 0 0 0;
}

header.white+.event .top_img {
	margin-top: 72px;
}

header.white+.event .top_img .breadcrumbs {
	top: 0;
}

.blue_bg_cat_line {
	background: #0060FF;
}

.cat_scroll_line {
	padding: 10px 0;
}

.cat_scroll_line {
	padding: 0;
	list-style: none;
	margin: 0;
	font-size: 0;
	display: flex;
	justify-content: center;
	gap: 50px;
}

.cat_scroll_line li {
	zoom: 1;
	margin: 0;
	padding: 0;
}

.cat_scroll_line li a {
	display: flex;
	text-decoration: none;
	font-size: 12px;
	line-height: 11px;
	font-weight: 800;
	text-transform: uppercase;
	color: #121212;
	transition: color 0.3s ease;
	height: 100%;
	align-items: center;
	position: relative;
	padding: 9px 0;
	box-sizing: border-box;
}

.cat_scroll_line li a.active::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: #FFF;
}

.cat_scroll_line li a svg {
	display: inline-block;
	vertical-align: middle;
	margin: 0 16px 0 0;
}

.cat_scroll_line li a svg path {
	fill: #ffffff;
}

.cat_scroll_line li a span {
	opacity: 0.75;
	color: #FFF;
	transition: opacity 0.3s ease;
}

.cat_scroll_line li a:hover span {
	opacity: 1;
}

.breadcrumbs {
	margin: 25px 0 0 0;
	font-size: 0;
}

.breadcrumbs .wrapper {
	display: flex;
	align-items: flex-start;
}

.breadcrumbs__item {
	display: flex;
	align-items: center;
}

.breadcrumbs a {
	font-size: 12px;
	line-height: 11px;
	color: #121212;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}

.breadcrumbs span {
	display: block;
	position: relative;
	font-size: 12px;
	line-height: 11px;
}

.breadcrumbs__item::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	border-top: 4px solid transparent;
	border-left: 6px solid #0060FF;
	border-bottom: 4px solid transparent;
	margin: 0 8px;
}

.breadcrumbs__item:last-child a {
	color: #A4A5A8;
}

.breadcrumbs__item:last-child::after {
	display: none;
}


.bx-sidebar-block {
	display: none;
}

.catalog_list {
	margin: 25px 0 70px 0;
}

.cat_nav {
	float: left;
	width: 223px;
	border-top: 1px solid #E8EAEE;
	padding: 25px 0 0 0;
}

.cat_nav a {
	font-size: 14px;
	line-height: 13px;
	margin: 25px 0 0 0;
	text-decoration: none;
	color: #121212;
	display: block;
	font-weight: 800;
}

.cat_nav a.lp {
	margin-left: 20px;
}

.cat_nav a.active {
	color: #0060FF;
}

.cat_nav a.title {
	font-size: 20px;
	line-height: 19px;
	text-transform: uppercase;
	font-weight: 800;
	margin: 0;
	color: #121212;
}

.cat_with_nav {
	margin: 0 0 0 246px;
}

.before_text {
	display: flex;
}

.before_text .text {
	padding: 37px 26px 26px 26px;
	font-size: 14px;
	line-height: 20px;
	background: #F3F4F4;
	flex-basis: 100%;
	box-sizing: border-box;
}

.before_text .text.nograybg {
	background: none;
	padding: 0;
}

.before_text .text h1 {
	font-size: 48px;
	line-height: 46px;
	margin: 0 0 13px 0;
}

.before_text .text p:last-child {
	padding-bottom: 0;
}

.before_text img {
	flex-basis: 100%;
	object-fit: cover;
	max-height: 296px;
}

.filter {
	margin: 18px 0 0 0;
	display: inline-block;
	vertical-align: top;
	margin-right: 16px;
}

.filter:last-child {
	margin-right: 0px;
}

.filter.tag a {
	font-size: 14px;
	line-height: 15px;
	color: #0060FF;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 11px 16px;
	border: solid 1px #FFFF;
	border-radius: 4px;
	transition: all 0.3s ease;
	font-weight: 500;
	margin-right: 16px;
}

.filter.tag input {
	display: none;
}

.filter.tag a:last-child {
	margin-right: 0;
}

.filter.tag a:hover {
	border-color: #F3F4F4;
}

.filter.tag a.active {
	background: #F3F4F4;
}

.bx-filter-button-box {
	display: none;
}

.products {
	margin: 18px -10px 0 -10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.products .product {
	width: calc(25% - 20px);
	margin: 0 10px 24px 10px;
}

.products .product:hover {
	text-decoration: none;
}

.products::after {
	flex-basis: 32%;
	content: "";
}

.products .empty {
	width: 23.5%;
}

.after_text {
	border-top: 1px solid #dcdfdf;
	margin: 30px 0 0 0;
	padding: 50px 0 0 0;
	color: #333;
	font-size: 16px;
	line-height: 20px;
	max-width: 900px;
}

.after_text_inner {
	max-height: 69px;
	overflow: hidden;
}

.after_text h2 {
	text-align: left;
	margin: 10px 0;
	font-size: 22px;
	line-height: 19px;
	text-transform: uppercase;
	color: #121212;
	font-weight: 500;
	padding: 10px 0 10px 0;

}

.after_text h3 {
	text-align: left;
	margin: 10px 0;
	font-size: 20px;
	line-height: 19px;
	text-transform: uppercase;
	color: #121212;
	font-weight: 500;
	padding: 10px 0 10px 0;

}

.after_text a {
	text-decoration: none;
	color: #0060ff;

}

.after_text ul li {
	margin-left: 15px;
	margin-bottom: 10px;
	list-style: none;
}

.after_text ul li:before {
	content: "—";
	position: relative;
	left: -5px;
}

.after_text p {
	padding: 0 0 20px 0;
}

.after_text p:last-child {
	padding: 0;
}

.after_text .rm {
	font-size: 14px;
	line-height: 15px;
	color: #7C7C7C;
	text-decoration: none;
	font-weight: 500;
	position: relative;
}

.after_text .rm::before {
	font-size: 23px;
	line-height: 15px;
	color: #A4A5A8;
	content: "+";
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.catalog_item {
	font-size: 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.catalog_item .images,
.catalog_item .info {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-right: 2%;
}

.catalog_item .images {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.catalog_item .info.fixed {
	position: fixed;
	top: 120px;
	left: 51%;
}

.catalog_item .info.fixed.end {
	position: absolute;
	bottom: 0;
	right: 0;
	top: auto;
}

.catalog_item .images a {
	display: block;
	margin: 0 0 10px 0;
	width: calc(50% - 5px);
	position: relative;
}

.catalog_item .images a:first-child {
	width: 100%;
}

.catalog_item .images a .more_count {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 96, 255, 0.59), rgba(0, 96, 255, 0.59));
	font-size: 33px;
	line-height: 34px;
	color: #FFFFFF;
	align-items: center;
	justify-content: center;
}

.catalog_item .images a .mark {
	top: 8px;
	left: 9px;
	position: absolute;
	padding: 5px 6px;
	font-weight: bold;
	font-size: 12px;
	line-height: 11px;
	display: block;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 50px;
	text-align: center;
	box-sizing: border-box;
}

.catalog_item .images a .mark.new {
	background: #0060FF;
}

.catalog_item .images a .mark.hit {
	background: #D6A938;
}

.catalog_item .images img {
	display: block;
	width: 100%;
}

.catalog_item .images .video {
	position: relative;
}

.catalog_item .images .play {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-decoration: none;
	background: #0060ff;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.catalog_item .images .play::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-37%, -50%);
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid #fff;
	z-index: 2;
}

.catalog_item .images video {
	display: block;
	width: 100%;
	object-fit: cover;
}

.catalog_item .info {
	margin-right: 0;
	position: relative;
}

.catalog_item .info .btn {
	position: absolute;
	top: 0;
	right: 0;
}

.catalog_item .info h1 {
	font-size: 48px;
	line-height: 46px;
	margin: 0 190px 0 0;
}

.catalog_item .info .price {
	font-size: 24px;
	line-height: 23px;
	font-weight: 800;
	margin: 16px 0 0 0;
}

.catalog_item .info .accardion_title,
.catalog_item .info .download {
	border-top: solid 1px #dcdfdf;
	padding: 22px 0 0 0;
	margin: 20px 0 0 0;
	font-size: 14px;
	line-height: 13px;
	text-transform: uppercase;
	font-weight: 800;
	cursor: pointer;
}

.catalog_item .info .accardion_title:nth-child(5),
.catalog_item .info .download:nth-child(5) {
	margin-top: 31px;
}

.catalog_item .info .accardion_title::before {
	float: right;
	font-size: 24px;
	line-height: 14px;
	color: #A4A5A8;
	content: "+";
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
}

.catalog_item .info .accardion_title.fulltext_title {
	display: none;
}

.catalog_item .info .accardion_text {
	font-size: 14px;
	line-height: 20px;
	display: none;
	padding: 13px 0 0 0;
}

.catalog_item .info .accardion_text.fulltext {
	display: block;
	border-top: solid 1px #dcdfdf;
	margin: 28px 0 0 0;
	padding: 32px 0 0 0;
}

.catalog_item .info .options {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.catalog_item .info .opt {
	font-size: 16px;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 30px 0;
}

.catalog_item .info .options .title {
	color: #999;
}

.catalog_item .info .options .val {
	margin: 5px 0 0 0;
}

.catalog_item .info .download {
	display: block;
	text-decoration: none;
}

.catalog_item .info .download::before {
	float: right;
	content: "";
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	background: url(images/icon_download.svg) no-repeat;
	background-size: 22px;
	width: 22px;
	height: 22px;
	position: relative;
	right: -3px;
	top: -7px;
}

.event .top_img {
	position: relative;
}

.event .top_img::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.event .top_img img {
	width: 100%;
	max-height: 95vh;
	display: block;
	object-fit: cover;
}

.event .top_img video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.event .top_img .breadcrumbs {
	position: absolute;
	left: 0;
	right: 0;
	top: 71px;
	z-index: 2;
}

.event .top_img .breadcrumbs a,
.event .top_img .breadcrumbs span {
	color: #FFF;
}

.event .top_img .info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 58px;
	z-index: 2;
}

.event .top_img .date {
	font-size: 14px;
	line-height: 13px;
	text-align: center;
	color: #FFFFFF;
	margin: 0 0 20px 0;
}

.event .top_img h1 {
	font-size: 64px;
	line-height: 61px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 30px;
}

.event .top_img .subtitle {
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	color: #FFFFFF;
	margin: 34px 0 0 0;
}

.event.event_page .top_img h1 {
	letter-spacing: normal;
	text-transform: none;
}

.wrapper.text {
	max-width: 690px;
}

.event {
	padding: 0 0 68px 0;
}

.event.event_page {
	padding: 0;
}

.event .text {
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	padding-top: 48px;
	border-top: solid 1px rgba(0, 0, 0, 0.15);
	margin-top: 58px;
}

.event .text.industry_map {
	border: none;
	padding: 0;
}

.event .text.device {
	padding-top: 65px;
	margin-top: 0;
	border: none;
}

.event .text.fulltext {
	padding-top: 45px;
	margin-top: 0;
	border: none;
	font-size: 16px;
	max-width: 900px;
	line-height: 1.3em;
}

.event .gallery .text {
	padding-top: 45px;
	margin-top: 0;
	border: none;
}

.event .text .event_item {
	margin-top: 0;
}

.event .gallery_cnt .block_title {
	font-size: 30px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: 800;
	/*border-top: 1px solid rgba(0, 0, 0, 0.15);*/
	padding: 80px 16px 0 16px;
	text-align: center;
}

.event .text .block_title {
	font-size: 16px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: 800;
	color: #121212;
	padding: 0 0 27px 0;
}

.event .text.more .block_title {
	padding: 0 0 38px 0;
}

.event .text a {
	color: #0060FF;
	text-decoration: none;
}

.event .gallery {
	overflow: hidden;
	padding-bottom: 54px;
}

.event .gallery .bx-wrapper .bx-viewport {
	overflow: visible !important;
}

.event .gallery .bx-wrapper .bx-viewport img {
	opacity: .4;
	transition: opacity 1s;
}

.event .gallery .bx-wrapper .bx-viewport .visible img {
	opacity: 1;
}

.event .gallery .bx-wrapper .bx-viewport img.visible {
	opacity: 1;
}

.event .gallery .bx-wrapper .bx-viewport .slider a {
	overflow: hidden;
}

.gallery .description {
	padding: 70px 20px 13px 20px;
	background: linear-gradient(to bottom, rgba(18, 18, 18, .0) 10%, rgba(18, 18, 18, .4) 70%);

	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #FFF;
	transition: all .2s ease;
	transform: translate(0, 100%);
}

.gallery a:hover .description {
	transform: translate(0, 0);
}

.event .bx-wrapper .bx-controls-direction a {
	width: 40px;
	height: 40px;
	top: 50%;
	transform: translateY(100%);
	background: #F3F4F4;
	border-radius: 50%;
}

.event .bx-wrapper .bx-controls-direction a::before {
	display: block;
	content: "";
	position: absolute;
	top: 14px;
	left: 18px;
	border-top: 6px solid transparent;
	border-left: 8px solid #0060FF;
	border-bottom: 6px solid transparent;
}

.event .bx-wrapper .bx-controls-direction a.bx-prev {
	right: auto;
	left: -72px;
	transform: translateY(100%) rotate(180deg);
}

.event .bx-wrapper .bx-controls-direction a.bx-next {
	right: -72px;

}

.event .bx-wrapper .bx-pager {
	padding: 0;
	bottom: -45px;
}

.event .bx-wrapper .bx-pager.bx-default-pager a {
	background: #A4A5A8;
	border: none;
	width: 6px !important;
	height: 6px !important;
	margin: 0 6px;
}

.event .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #0060FF;
}

.event.event_page .wrapper.text,
.event.event_page .wrapper.text_blocks,
.event.event_page .wrapper.expo_list {
	max-width: 944px;
}

.event.event_page .gallery .wrapper.text {
	max-width: 740px;
}

.event .text.boldtext {
	font-size: 24px;
	line-height: 32px;
	color: #121212;
	font-weight: 800;
	border: none;
	padding-top: 0;
	margin-top: 70px;
}

.event .text.normaltext {
	font-size: 24px;
	line-height: 32px;
	color: #121212;
	font-weight: 400;
	border: none;
	padding-top: 0;
	margin-top: 70px;
	text-align: center;
}

.event .text_blocks {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.event .text_block {
	width: 47%;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 26px;
	color: #333;
	margin-top: 70px;
	text-decoration: none;
}

.event .text_block img {
	display: block;
	width: calc(100% - 25px);
	margin: 0 0 0 25px;
}

.event .text_block .block_title {
	color: #121212;
	font-size: 16px;
	line-height: 15px;
	text-transform: uppercase;
	margin: 0 0 18px 0;
	font-weight: 800;
}

.event .text_block img+.block_title {
	background: #0060FF;
	color: #FFF;
	padding: 9px 23px 9px 23px;
	display: inline-block;
	font-size: 24px;
	line-height: 23px;
	margin: 0 0 5px 0;
	position: relative;
	top: -20px;
}

.event .text_block .block_title::before {
	content: "";
	display: block;
	width: 69px;
	height: 3px;
	background: #0060FF;
	margin: 0 0 27px 0;
}

.event .text_block img+.block_title::before {
	display: none;
}

.event .text_blocks .btn {
	border-radius: 0;
	margin: 70px 0 0 0;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.event .text_blocks .btn svg {
	position: relative;
	margin-right: 5px;
	top: -2px;

}

.event .wrapper.text.term {
	margin-top: 47px;
	border: none;
	padding-top: 0;
}

.event .term .inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	padding: 0 25%;
}

.event .term img {
	width: 100%;
	display: block;
}

.event .term .inner .item {
	width: 44%;
	margin: 0 0 44px 0;
	font-size: 14px;
	line-height: 20px;
}

.event .term .inner .item .title {
	font-size: 32px;
	line-height: 32px;
	font-weight: 800;
	padding: 0 0 18px 0;
}

.event_slider {
	margin: 57px 0 0 0;
}

.event_slider .block_title {
	font-size: 30px;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
}

.event_slider .tags {
	margin: 51px 0 0 0;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	white-space: nowrap;
	font-size: 0;
	overflow-x: auto;
	scrollbar-width: none;
	/* Firefox */
	-ms-overflow-style: none;
	/* IE 10+ */
}

.event_slider .tags::-webkit-scrollbar {
	/* WebKit */
	width: 0;
	height: 0;
}

.event_slider .tags a {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 13px;
	color: #A4A5A8;
	padding: 0 0 13px 0;
	margin: 0 15px;
	font-weight: 800;
	position: relative;
	text-decoration: none;
}

.event_slider .tags a.active {
	color: #0060FF;
}

.event_slider .tags a.active::before {
	display: block;
	content: "";
	position: absolute;
	height: 2px;
	bottom: 0px;
	left: 0;
	right: 0;
	background: #0060FF;
}

.event_slider .events {
	margin: 50px 0 0 0;
	white-space: nowrap;
	font-size: 0;
	overflow-x: auto;
	scrollbar-width: none;
	/* Firefox */
	-ms-overflow-style: none;
	/* IE 10+ */
}

.event_slider .events::-webkit-scrollbar {
	/* WebKit */
	width: 0;
	height: 0;
}

.event_slider .events .event_item {
	margin-top: 0;
	width: 456px;
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}

.event_slider .events .event_item .title,
.gallery .event_item .title {
	font-size: 30px;
	line-height: 29px;
}

.event_slider .events .event_item:last-child {
	margin-right: 0px;
}

.event_slider .events .event_item:nth-child(3n) {
	width: 700px;
}

.event_slider .events .event_item:nth-child(3n) .title {
	font-size: 48px;
	line-height: 46px;
}

.event_slider .controls a {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(164, 165, 168, 0.5);
	border-radius: 50%;
}

.event_slider .controls a::after {
	display: block;
	content: "";
	position: absolute;
	top: 14px;
	left: 18px;
	border-top: 6px solid transparent;
	border-left: 8px solid #ffffff;
	border-bottom: 6px solid transparent;
}

.event_slider .controls a.prev {
	left: 15px;
	transform: translateY(-50%) rotate(180deg);
}

.event_slider .controls a.next {
	right: 15px;
}

.event_page .blue_form {
	margin: 30px 0 0 0;
}

.industry_map .inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.industry_map .relative>img {
	display: block;
	width: 100%;
}

.industry_map .item {
	font-size: 14px;
	line-height: 17px;
	color: #333333;
	position: absolute;
}

.industry_map .item img {
	position: absolute;
	top: -7px;
	left: -10px;
	transform: translate(-100%, 0%);
}

.industry_map .item:nth-child(1) {
	top: 129px;
	left: 97px;
}

.industry_map .item:nth-child(2) {
	top: 185px;
	left: 521px;
}

.industry_map .item:nth-child(3) {
	top: 356px;
	left: 228px;
}

.industry_map .item:nth-child(4) {
	top: 427px;
	left: 608px;
}

.industry_map .item:nth-child(4) img {
	top: 2px;
}

.industry_map .item .title {
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #0060FF;
}

.blue_form {
	background: #0060FF;
	padding: 72px 0 76px 0;
	color: #FFF;
}

.blue_form .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blue_form .info,
.blue_form .form {
	width: 48%;
}

.blue_form .block_title {
	font-size: 30px;
	line-height: 32px;
	font-weight: 800;
}

.blue_form .block_text {
	font-size: 20px;
	line-height: 32px;
	margin: 12px 0 0 0;
	font-weight: 300;
}

.blue_form .policy {
	font-size: 12px;
	line-height: 16px;
	margin: 55px 0 0 0;
}

.blue_form .policy a {
	color: #FFF;
}

.blue_form .form {
	margin-top: -13px;
}

.blue_form .form form {
	display: block;
}

.blue_form input[type=text] {
	background: none;
	color: #FFF;
	font-size: 14px;
	border: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 0;
	width: 100%;
	height: 39px;
}

.blue_form input[type=text]:first-child {}

.blue_form input[type=text]::-webkit-input-placeholder {
	/* Chrome */
	color: #FFF;
}

.blue_form input[type=text]::-ms-input-placeholder {
	/* IE 10+ */
	color: #FFF;
}

.black_btn {
	font-size: 14px;
	line-height: 13px;
	text-transform: uppercase;
	color: #FFFFFF;
	border: none;
	background: #121212;
	border-radius: 30px;
	padding: 20px 41px;
	text-decoration: none;
	display: inline-block;
	font-weight: 800;
}

.blue_form .black_btn {
	margin: 35px 0 0 0;
}

.events .rm {
	font-size: 14px;
	line-height: 15px;
	text-transform: uppercase;
	color: #0060FF;
	text-decoration: none;
	font-weight: 500;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.events .rm::before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 54px;
	height: 1px;
	background: #0060FF;
	margin: 0 11px 2px 0;
}

.cities {
	display: flex;
	justify-content: space-between;
}

.contacts .cities {
	justify-content: flex-start;
	max-width: 550px;
}

.cities .title {
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
}

.cities .phone {
	font-size: 16px;
	line-height: 15px;
	color: #333333 !important;
	display: block;
	text-decoration: none;
	margin: 12px 0 0 0;
}

.cities .email {
	font-size: 16px;
	line-height: 15px;
	display: block;
	margin: 12px 0 0 0;
}

.about .block_title {
	font-size: 16px;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #0060FF;
	margin: 0 0 20px 0;
	font-weight: 800;
}

.about .block_title .toggle_video {
	cursor: pointer;
}

.about .block_text {
	font-size: 24px;
	line-height: 32px;
	font-weight: 800;

}

.about .text_blocks {
	display: flex;
	justify-content: space-between;
	margin: 74px 0 0 0;
}

.about .text_block {
	width: 30%;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 21px;
	color: #333;
}

.about .text_block .block_title {
	color: #121212;
}

.about .text_block .block_title::before {
	content: "";
	display: block;
	width: 69px;
	height: 3px;
	background: #0060FF;
	margin: 0 0 27px 0;
}

.about .showreal {
	margin: 70px 0 0 0;
}

.about .showreal .video {
	background: #CCC;
	display: block;
	text-decoration: none;
	position: relative;
	display: none;
}

.about .showreal .video.active {
	display: block;
}

.about .showreal .video::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 92px;
	height: 92px;
	transform: translate(-50%, -50%);
	background: #0060FF;
	border-radius: 50%;
	z-index: 1;
}

.about .showreal .video::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-37%, -50%);
	width: 0;
	height: 0;
	border-top: 11.5px solid transparent;
	border-bottom: 11.5px solid transparent;
	border-left: 23px solid #FFF;
	z-index: 2;
}

.about .showreal .video .video_title {
	font-size: 96px;
	line-height: 108px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 800;
	position: absolute;
	left: 20px;
	right: 20px;
	top: 0;
	bottom: 0;
	align-items: center;
	display: flex;
	justify-content: center;
}

.about .showreal .video img {
	display: block;
	width: 100%;
}

.about .history {
	margin: 80px 0 0 0;
}

.about .history .block_text {
	width: 56%;
}

.about .history .slider {
	margin: 45px 0 0 0;
	position: relative;
}

.about .history .slider_title {
	position: relative;
	z-index: 1;
}

.about .history .slider_inner {
	overflow-y: hidden;
	overflow-x: auto;

	margin-left: 0;
	/*	margin-right: -185px;*/
	height: 503px;
	scrollbar-width: none;
	/* Firefox */
	-ms-overflow-style: none;
	/* IE 10+ */
}

.about .history .slider_inner::-webkit-scrollbar {
	/* WebKit */
	width: 0;
	height: 0;
}

.about .history .slider .prev,
.about .history .slider .next {
	position: absolute;
	width: 64px;
	height: 64px;
	top: 50%;
	margin-top: -27px;
	background: rgba(196, 196, 196, 0.5);
	border-radius: 50%;
}

.about .history .slider .prev::after,
.about .history .slider .next::after {
	display: block;
	content: "";
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 26px;
	left: 20px;
}

.about .history .slider .prev {
	left: -12px;
	transform: rotate(-135deg);
	display: none;
}

.about .history .slider .next {
	right: -12px;
	transform: rotate(45deg);
}

.about .director {
	margin: 88px 0 0 0;
	padding: 64px 0 112px 0;
	background: #121212;
	color: #FFF;
}

.about .director .dirinfo {
	margin: 20px 0 0 0;
}

.about .director .dirinfo img {
	border-radius: 50%;
	float: left;
	width: 80px;
}

.about .director .dirinfo .info {
	margin: 0 0 0 93px;
	padding: 0;
}

.about .director .dirinfo .name {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}

.about .director .dirinfo .role {
	font-size: 14px;
	line-height: 13px;
	margin: 9px 0 0 0;
}

.about .director .dirinfo .soc {
	margin: 14px 23px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.about .director .dirinfo .soc:nth-child(4) {
	margin-right: 17px;
}

.about .director .dirinfo .soc svg {
	display: block;
}

.about .dir_after_slider .bx-wrapper .bx-controls-direction a {
	width: 64px;
	height: 64px;
	top: 50%;
	margin-top: -32px;
	background: rgba(196, 196, 196, 0.5);
	border-radius: 50%;
}

.about .dir_after_slider .bx-wrapper .bx-controls-direction a.bx-prev {
	right: auto;
	left: 30px;
	transform: rotate(-135deg);
}

.about .dir_after_slider .bx-wrapper .bx-controls-direction a.bx-next {
	right: 30px;
	transform: rotate(45deg);
}

.about .dir_after_slider .bx-wrapper .bx-controls-direction a::after {
	display: block;
	content: "";
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 26px;
	left: 20px;
}

.about .dir_after_slider img {
	display: block;
	width: 100%;
}

.about .map {
	margin: 72px 0 0 0;
}

.about .map .block_text {
	width: 53%;
}

.about .map_cnt {
	text-align: right;
	padding: 20px 0 0 24px;
	margin: -40px 0 0 0;
	overflow: hidden;
}

.about #map {
	position: relative;
	display: inline-block;
}

.about #map img {
	display: block;
	opacity: 1;
	width: 100%;
}

.about #map .point {
	position: absolute;
	background: url(images/point.svg) no-repeat;
	background-size: contain;
	width: 42px;
	height: 54.04px;
	font-size: 14px;
	line-height: 13px;
	color: #FFF;
	text-align: center;
	padding: 15px 0 0 0;
	box-sizing: border-box;
	text-decoration: none;
	font-weight: 800;
}

.about #map .point_355 {
	z-index: 2;
}

.about #map .point span {
	position: absolute;
	top: 15px;
	left: 51px;
	font-size: 14px;
	line-height: 13px;
	color: #121212;
	text-transform: uppercase;
	white-space: nowrap;
}

.gmap_label {
	font-family: "Gotham Pro", sans-serif !important;
	font-size: 14px !important;
	line-height: 13px;
	color: #fff !important;
	text-align: center;
	padding: 0 0 10px 0;
	box-sizing: border-box;
	text-decoration: none;
	font-weight: 800;
}

.about .clients {
	background: #0060FF;
	color: #FFF;
	padding: 55px 0 0 0;
}

.about .clients .block_title {
	color: #FFF;
}

.about .clients .items {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 26px 0 0 0;

}

.about .clients .item {
	display: flex;
	flex-wrap: wrap;
	width: 144px;
	height: 133px;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	align-content: space-between;
	margin: 0 0 33px 0;
	color: #FFF;
	text-decoration: none;
	justify-content: center;
}

.about .clients .item img {
	display: block;
	max-height: 80px;
	max-width: 100%;
}

.about .clients .item .title {
	width: 100%;
}

.expo_list {
	padding-top: 75px;
}

.expo_list .block_title {
	font-size: 30px;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
}

.expo_list .items {
	margin: 28px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.expo_list .items .item {
	margin-top: 30px;
	width: calc(50% - 15px);
	color: #FFF;
	text-decoration: none;
	background: #080808;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	position: relative;
}

.expo_list .items .item .title {
	font-size: 30px;
	line-height: 32px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 45px 20px 0 20px;
	width: 100%;
	box-sizing: border-box;
}

.expo_list.industry_list .items .item .title {
	padding: 36px 20px 0 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.expo_list .items .item .expo_block_text {
	font-size: 16px;
	line-height: 26px;
	color: #E8EAEE;
	margin: 9px 0 0 0;
	padding: 0 20px;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
}

.expo_list.industry_list .item .expo_block_text {
	position: absolute;
	top: 77px;
	left: 0;
	right: 0;
	z-index: 1;
}

.expo_list .items .item img {
	display: block;
	position: relative;
	width: 100%;
	margin-top: 20px;
	object-fit: contain;
}

.expo_list.industry_list .items .item img {
	margin: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	display: block;
}

.expo_list .items .btn {
	border-radius: 0;
	margin: 30px 0 0 0;
	text-decoration: none;
	display: block;
	width: 100%;
}

.contacts {
	padding: 0 0 70px 0;
}

.contacts h1 {
	font-size: 36px;
	line-height: 34px;
}

.contacts .city {
	padding: 36px 200px 0 0;
	box-sizing: border-box;
}

.contacts .city div,
.contacts .city a {
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	display: block;
	text-decoration: none;
}

.contacts .city .title {
	font-size: 16px;
	line-height: 15px;
	text-transform: uppercase;
}

.contacts .city .title:before {
	content: "";
	display: block;
	width: 69px;
	height: 3px;
	background: #0060FF;
	margin: 0 0 27px 0;
}

.contacts .map,
.about #gmap {
	height: 50vh;
	background: #CCC;
	margin: 55px 0 0 0;
}

.wrapper.sm {
	max-width: 944px;
}

.expo_item .boldtext {
	font-size: 24px;
	line-height: 32px;
	font-weight: 800;
	margin-top: 94px;
}

.expo_item .video {
	position: relative;
	display: block;
	text-decoration: none;
	margin-top: 45px;
}

.expo_item .video img,
.expo_item .video video {
	display: block;
	width: 100%;
}

.expo_item .video .video_info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	align-content: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.expo_item .video .video_title {
	font-size: 48px;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 800;
	width: 100%;
}

.expo_item .video .play {
	display: block;
	width: 72px;
	height: 72px;
	background: #0060FF;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	margin: 27px 0 0 0;
	cursor: pointer;
}

.expo_item .play::after,
.video_slider_cnt .video_info .play::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-37%, -50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #FFF;
	z-index: 2;
}

.expo_term .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.expo_term .items .item {
	width: 48%;
	margin-top: 65px;
	display: block;
	text-decoration: none;
}

.expo_term .items .item img {
	width: 100%;
	display: block;
}

.expo_term .items .item .title {
	font-size: 20px;
	line-height: 19px;
	text-transform: uppercase;
	font-weight: 800;
	margin: 35px 0 0 0;
	width: 100%;
}

.expo_term .items .item .text {
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	margin: 16px 0 0 0;
	width: 100%;
	padding: 0;
	border: none;
}

.expo_term .items .item .pdf {
	display: block;
	position: relative;
	text-decoration: none;
}

.expo_term .items .item .pdf span {
	font-weight: bold;
	font-size: 20px;
	line-height: 19px;
	text-transform: uppercase;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all .3s ease;
	background: rgba(0, 0, 0, 0);
}

.expo_term .items .item .pdf span::after {
	content: "скачать pdf";
	display: none;
}

.expo_term .items .item .pdf span::before {
	content: "";
	display: none;
	background: url(images/icon_download_white.svg) no-repeat;
	width: 32px;
	height: 32px;
	background-size: 32px;
	margin-right: 6px;
}

.expo_term .items .item .pdf:hover span {
	background: rgba(0, 0, 0, 0.45);
}

.expo_term .items .item .pdf:hover span::after,
.expo_term .items .item .pdf:hover span::before {
	display: block;
}

.expo_item {
	padding-bottom: 87px;
}

.products_slider.in_expo_item {
	margin-top: 0;
	padding-bottom: 105px;
}

.expo_item .top_img {
	position: relative;
}

.expo_item .top_img img.bg {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 700px;
	object-fit: cover;
}

.expo_item .top_img .breadcrumbs {
	position: absolute;
	left: 0;
	right: 0;
	top: 71px;
	z-index: 2;
}

.expo_item .top_img .breadcrumbs a {
	color: #FFF;
}

.expo_item .top_img .info {
	position: relative;
	z-index: 1;
}

.expo_item .top_img .info h1 {
	font-size: 64px;
	line-height: 61px;
	text-align: center;
	color: #FFF;
	margin: 0;
	padding-top: 181px;
}

.expo_item .top_img .info .subtitle {
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 800;
	padding-top: 18px;
}

.expo_item .top_img .info .p_img {
	margin-top: 60px;
	width: 100%;
	max-height: 502px;
	object-fit: contain;
	display: block;
}

.faq {
	max-width: 1012px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.faq .quest {
	font-size: 24px;
	padding: 20px 0 20px 33px;
	cursor: pointer;
	color: #333;
	font-weight: 300;
	font-size: 26px;
	border-top: solid 1px #d9d9d9;
	position: relative;
}

.faq .quest::after {
	display: block;
	position: absolute;
	left: 0;
	top: 20px;
	content: "+";
	font-size: 26px;
}

.faq .quest.active::after {
	content: "-";
}

.faq .quest:first-child {
	border-top: none;
}

.faq .answ {
	display: none;
	padding: 0 0 30px 30px;
	font-size: 16px;
	color: #333;
	font-weight: 300;
}

.sale_page {
	font-size: 0;
	max-width: 1012px;
	padding-top: 60px;
}

.sale_page .item {
	width: 48%;
	margin-right: 4%;
	display: inline-block;
	vertical-align: top;
}

.sale_page .item:nth-child(2n) {
	margin-right: 0%;
}

.sale_page .item .title {
	color: #333333;
	font-weight: 300;
	font-size: 26px;
}

.sale_page .item .text {
	color: #333333;
	font-weight: 300;
	font-size: 16px;
	padding: 16px 0 0 0;
	margin-bottom: 65px;
}

.about_head.text_page {
	text-align: center;
	height: auto;
	background: #f2f2f2;
	padding: 34px 20px 107px 20px;
}

.about_head.text_page .inner {
	max-width: 560px;
	box-sizing: border-box;
	padding: 0 20px;
	margin: auto;
}

.about_head.text_page .breadcrumbs {
	text-align: center;
	max-width: 100%;
	padding: 0 0 15px 0;
}

.about_head.text_page .breadcrumbs a:first-child {
	color: #1a1a1a;
}

.about_head.text_page h1 {
	text-align: center;
	max-width: 100%;
	padding-bottom: 25px;
	margin-top: 60px;
	color: #1a1a1a;
	font-size: 38px;
	font-weight: 300;
}

.about_head_text_page_text {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 300;
	color: #333333;
}

.text_page_blocks {
	font-weight: 300;
	padding-bottom: 100px;
}

.text_page_blocks .item {
	margin-top: 60px;
}

.text_page_blocks .img {
	background-position: left center;
	background-repeat: no-repeat;
	height: 60px;
	margin-bottom: 15px;
}

.text_page_blocks.partners .item {
	display: block;
	text-align: center;
	margin-top: 100px;
	text-decoration: none;
}

.text_page_blocks.partners .img {
	height: 104px;
	text-align: center;
	font-size: 0;
	margin: 0 0 25px 0;
	display: block;
	width: 100%;
}

.text_page_blocks.partners .img span {
	height: 104px;
	display: inline-block;
	vertical-align: middle;
}

.text_page_blocks.partners .img img {
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.text_page_blocks .title {
	font-size: 26px;
	color: #1a1a1a;
}

.text_page_blocks.partners .title {
	font-size: 16px;
	color: #808080;
	font-weight: 300;
}

.text_page_blocks .text {
	font-size: 16px;
	color: #333333;
	margin: 20px 0 0 0;
}

.min_wrapper {
	margin: auto;
	padding: 0 20px;
	max-width: 976px;
	min-width: 320px;
	box-sizing: border-box;
}

.production_cats {
	margin-top: 45px;
}

#basket-root {
	margin: 42px 0;
	display: flex;
}

#bx-soa-order,
.sale_order_full_table {
	margin: 42px 0;
}

.basket-item-block-properties {
	display: none;
}

.right_basket_data {
	margin-left: 30px;
}

.basket-checkout-container {
	background: #F3F4F4;
	border: none;
	width: 334px;
	padding: 30px;

}

.basket-checkout-section-inner {
	display: block;
}

.basket-checkout-block-total {
	padding: 0;
	text-align: center;
	font-size: 16px;
	line-height: 15px;
}

.basket-checkout-block-total-price-inner,
.basket-checkout-block-total-price {
	text-align: center;
	padding-left: 0;
}

.basket-checkout-block-total-price-inner {
	padding-top: 18px !important;
}

.basket-coupon-block-total-price-current {
	font-size: 30px;
	line-height: 29px;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
}

.basket-checkout-block-btn {
	padding: 20px 0 0 0;
	text-align: center;
}

.ifquestions {
	font-size: 12px;
	line-height: 20px;
	margin: 30px 0 0 0;
	text-align: center;
}

.price_notice {
	font-size: 12px;
	line-height: 20px;
	color: #A4A5A8;
	margin: 24px 0 0 0;
	text-align: center;
}

#bx-soa-total,
#bx-soa-paysystem,
#bx-soa-basket,
.bx-soa-more,
.bx-soa-section-title-container,
#bx-soa-total-mobile {
	display: none !important;
}

.bx-soa-section.bx-selected {
	border: none !important;
}

.bx-soa-section-content {
	padding: 0 !important;
}

.bx-soa-section-content .col-sm-12 {
	padding: 0 !important;
}

.order_form,
#order_success {
	padding: 30px 0;
}

.order_form .back {
	font-size: 14px;
	line-height: 13px;
	color: #0060FF;
	display: inline-block;
	text-decoration: none;
}

.order_form .back::before {
	display: inline-block;
	content: "";
	width: 32px;
	height: 1px;
	background: #0060FF;
	margin: 5px 16px 0 0;
	vertical-align: top;
}

#sale_order_props {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#sale_order_props .field {
	width: 48%;
	padding: 30px 0 0 0;
}

#sale_order_props .field.fieldid32 {
	width: 100%;
}

#order_form_content textarea {
	margin: 30px 0 0 0;
}

#sale_order_props .field input[type=text] {
	border: none;
	border-bottom: 2px solid #E8EAEE;
	font-size: 14px;
	line-height: 13px;
	display: flex;
	color: #121212;
	width: 100%;
	height: 39px;
}

#sale_order_props .field input[type=text]:focus {
	border-color: #0060FF;
}

#order_form_content textarea {
	border: none;
	border-bottom: 2px solid #E8EAEE;
	font-size: 14px;
	line-height: 13px;
	display: flex;
	color: #121212;
	width: 100%;
	height: 13px;
	padding: 13px 0;
}

#order_form_content .group_name {
	width: 100%;
	font-size: 16px;
	line-height: 15px;
	text-transform: uppercase;
	color: #121212;
	font-weight: 800;
	margin: 47px 0 0 0;
}

#order_form_content p {
	padding: 15px 0 0 0;
}

#compname {
	display: none;
}

.order__label_nopad {
	margin: 20px 0;
	display: block;
}

.buy_window {
	max-width: 342px !important;
	box-sizing: border-box;
}

.buy_window .title {
	font-weight: bold;
	font-size: 24px;
	line-height: 23px;
	text-align: center;
	color: #121212;
}

.buy_window .subtitle {
	font-size: 16px;
	line-height: 15px;
	text-align: center;
	color: #121212;
	margin: 12px 0 28px 0;
}

.buy_window .btn {
	display: block;
}

.buy_window .btn.close {
	margin: 12px 0 0 0;
	border: 2px solid #0060FF !important;
	background: #FFF !important;
	color: #0060FF !important;
}

.video_slider_cnt {
	background: #121212;
	padding: 80px 0 80px 0;
	margin: 80px 0 0 0;
}

/*.video_slider_item::before{
	display: block;
	content: "";
	position: absolute;
	left:0;
	right: 0;
	top: 0;
	bottom: 0;
	background:rgba(0,0,0,0.15);
	transition: all 1s ease;
	z-index: 1;
}
.video_slider_item.visible::before{
	background:rgba(0,0,0,0);
}*/
.video_slider_cnt .bx-wrapper .bx-viewport {
	overflow: visible !important;
}

.video_slider_cnt .video_info {
	position: relative;
	/*margin:36px 0 0 0;*/
}

.video_slider_cnt .video_title {
	font-size: 24px;
	line-height: 32px;
	color: #121212;
	transition: all 1s ease;
}

.video_slider_item.visible .video_title {
	color: #FFF;
}

.video_slider_cnt .video_info video {
	display: block;
	width: 100%;
}

.video_slider_cnt .video_info .copyright {
	position: absolute;
	left: 28px;
	bottom: 16px;
	font-size: 16px;
	line-height: 32px;
	color: #FFFFFF;
}

.video_slider_cnt .video_info .copyright .b {
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
	text-transform: uppercase;
}

.video_slider_cnt .video_info .play {
	display: block;
	width: 72px;
	height: 72px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-decoration: none;
	background: #0060FF;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.showreel_slider_cnt .video_info .play {
	display: block;
	width: 92px;
	height: 92px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-decoration: none;
	background: rgba(164, 165, 168, 0.5);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.showreel_slider_cnt .video_info .play::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-37%, -50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 2;
}

.block_title_scroll {
	white-space: nowrap;
	overflow: auto;
	scrollbar-width: none;
	/* Firefox */
	-ms-overflow-style: none;
	/* IE 10+ */
}

.block_title_scroll::-webkit-scrollbar {
	/* WebKit */
	width: 0;
	height: 0;
}

.showreel_slider_cnt video {
	display: block;
	object-fit: cover;
	width: 100%;
	aspect-ratio: 3.5;
}

.video_slider_cnt .bx-wrapper .bx-controls-direction a,
.showreel_slider_cnt .bx-wrapper .bx-controls-direction a {
	width: 48px;
	height: 48px;
	top: 50%;
	background: url(images/video_alider_arr2.svg) center center no-repeat #333333 !important;
	background-size: 18px;
	border-radius: 50%;
	margin: 0;
	transform: translate(0, -50%) !important;
	transition: all .3s;
}

.video_slider_cnt .bx-wrapper .bx-controls-direction a.bx-next {
	right: -72px;
}

.video_slider_cnt .bx-wrapper .bx-controls-direction a.bx-prev {
	right: auto;
	left: -72px;
	transform: translate(0, -50%) rotate(180deg) !important;
}

.showreel_slider_cnt .bx-wrapper .bx-controls-direction a.bx-next {
	right: 20px;
}

.showreel_slider_cnt .bx-wrapper .bx-controls-direction a.bx-prev {
	right: auto;
	left: 20px;
	transform: translate(0, -50%) rotate(180deg) !important;
}

.video_slider_cnt .bx-wrapper .bx-pager {
	bottom: -50px;
}

.vacancies {
	padding: 0 0 122px 0;
}

.vacancies h1 {
	text-align: center;
}

.vacancies .boldtext {
	font-size: 24px;
	line-height: 32px;
	color: #121212;
	font-weight: 800;
	margin-top: 30px;
}

.vacancies .terms {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.vacancies .term {
	width: 48%;
	margin: 60px 0 0 0;
}

.vacancies .term img {
	display: block;
	width: 100%;
}

.vacancies .term .title {
	margin: 32px 0 0 0;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}

.open_vacancies {
	margin: 87px 0 0 0;
}

.open_vacancies .block_title {
	font-weight: bold;
	font-size: 30px;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase;
	color: #121212;
}

.open_vacancies .tabs {
	margin: 49px 0 0 0;
}

.open_vacancies .tabs_nav {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.open_vacancies .tabs_nav a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	line-height: 15px;
	color: #121212;
	padding: 0 0 13px 0;
	margin: 0 30px;
	position: relative;
}

.open_vacancies .tabs_nav a.active {
	color: #0060FF;
}

.open_vacancies .tabs_nav a.active::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	background: #0060FF;
	height: 2px;
}

.open_vacancies .tab_content {
	padding: 20px 0 0 0;
	display: none;
}

.open_vacancies .tab_content.active {
	display: block;
}

.vacancy {
	background: #F3F4F4;
	padding: 40px;
	margin: 30px 0 0 0;
}

.vacancy .head {
	position: relative;
	cursor: pointer;
}

.vacancy .head::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	height: 2px;
	width: 12px;
	background: #0060FF;
	margin: -1px 0 0 0;
}

.vacancy .head::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	height: 12px;
	width: 2px;
	background: #0060FF;
	margin: -6px 0 0 0;
}

.vacancy.active .head::after {
	display: none;
}

.vacancy .title {
	font-weight: bold;
	font-size: 30px;
	line-height: 29px;
	color: #121212;
}

.vacancy .workplan {
	font-size: 14px;
	line-height: 13px;
	color: #121212;
	margin: 13px 0 0 0;
}

.vacancy .text_blocks {
	display: none;
}

.vacancy .text_block {
	margin: 60px 0 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	padding: 60px 0 0 0;
	display: flex;
}

.vacancy .text_block:first-child {
	margin-top: 30px;
}

.vacancy .text_block_title {
	font-weight: bold;
	font-size: 20px;
	line-height: 19px;
	color: #121212;
	width: 30%;
}

.vacancy .text_block_text {
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	width: 70%;
}

.vacancy .text_block_text ul li {
	margin-left: 15px;
}

.vacancy .text_block.feed {
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 20px;
}

.vacancy .text_block.feed .text_block_title {
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	line-height: 15px;
	text-align: center;
	color: #121212;
}

.vacancy .text_block.feed .email {
	font-weight: bold;
	font-size: 16px;
	line-height: 15px;
	text-align: center;
	color: #0060FF;
	text-decoration: none;
	display: block;
	margin: 13px 0 0 0;
}

.bx-newslist-youtube iframe {
	width: 100%;
	display: block;
}

.event.page_production {
	padding: 0;
}

.event.page_production .video_slider_cnt {
	margin: 50px 0 0 0;
	padding: 0 0 128px 0;
	background: none;
}

.event.page_production .video_slider_cnt .bx-wrapper .bx-controls-direction a::before {
	display: none;
}

.event.page_production .expo_term .block_title,
.event.page_production .gallery .block_title {
	margin: 87px 0 0 0;
	font-weight: bold;
	font-size: 30px;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase;
	color: #121212;
}

.text_page {
	padding-bottom: 119px;
}

.text_page h1 {
	font-weight: bold;
	font-size: 36px;
	line-height: 34px;
	color: #121212;
}

.text_page .accordion {
	margin: 30px 0 0 0;
}

.text_page .accordion .item {
	margin: 15px 0 0 0;
	background: #F3F4F4;
	padding: 50px 35px;
	display: block;
}

.text_page .accordion .item .title {
	font-weight: bold;
	font-size: 30px;
	line-height: 1em;
	color: #121212;
	cursor: pointer;
	display: flex;
	width: 100%;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
}

.text_page .accordion .item .title::after {
	display: block;
	content: "+";
	font-weight: bold;
	font-size: 30px;
	line-height: 1em;
	color: #0060FF;
	margin-left: 10px;
}

.text_page .accordion .item.open .title::after {
	content: "–";
}

.text_page .accordion .item .title .title_inner {
	display: flex;
	align-items: center;
}

.text_page .accordion .item .title .title_inner .svg_cnt {
	width: 60px;
}

.text_page .accordion .item .text {
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	padding: 30px 0 0 0;
	margin: 30px 0 0 0;
	border-top: solid 1px rgba(0, 0, 0, 0.15);
	display: none;
}

.text_page .accordion .item.open .text {
	display: block;
}

.text_page .accordion.partners .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.text_page .accordion.partners .item a {
	display: block;
	text-decoration: none;
}

.text_page .accordion.partners .item .title::after {
	display: none;
}

.text_page .accordion.partners .item .img {
	width: 100%;
}

.text_page .accordion.partners .item .title {
	width: auto;
	white-space: nowrap;
}

.homepage-wrapper .h1-medium {
	font-size: 52px;
	line-height: .97em;
}

@media (max-width: 1100px) {
	.about_head.text_page {
		border-top: solid 3px #dbdbdb;
	}
}

@media(max-width: 1600px) {
	header .wrapper {
		position: relative;
	}

	header .change_lng {
		left: 20px;
		top: 12px;
	}

	header .open_search {
		right: 20px;
		top: 17px;
	}

	header .header_inner {
		padding: 0 70px;
	}
}

@media(max-width: 1440px) {
	.event_item {
		margin-top: 20px;
	}

	.about .showreal .video .video_title {
		font-size: calc(1.8rem + 67 * (100vw - 320px) / (1440 - 320));
		line-height: 1em;
	}

	.about .showreal .video::before {
		width: calc(3.8rem + 32 * (100vw - 320px) / (1440 - 320));
		height: calc(3.8rem + 32 * (100vw - 320px) / (1440 - 320));
	}

	.about .showreal .video::after {
		border-top-width: calc(0.6rem + 4 * (100vw - 320px) / (1440 - 320));
		border-bottom-width: calc(0.6rem + 4 * (100vw - 320px) / (1440 - 320));
		border-left-width: calc(1.2rem + 7 * (100vw - 320px) / (1440 - 320));
	}
}

@media(max-width: 1400px) {
	header .menu {
		margin: 0 460px 0 150px;
	}

	.main_slider .slide_title {}
}

@media(max-width: 1280px) {
	header .phone::after {
		display: none;
	}

	header .phone {
		margin-left: 10px;
	}

	header .menu {
		margin: 0 291px 0 140px;
	}

	header .phone {
		float: none;
		margin: 0;
	}

	header .city {
		float: none;
	}

	header .geo_block .city {
		height: 23px;
		margin-top: 8px;
		display: none;
	}

	footer .f_items>li {
		padding: 0;
	}
}

@media(max-width: 1254px) {
	.about #map {
		width: 1234px;
	}

	.about #map {
		width: 1234px;
	}
}

@media(max-width: 1200px) {
	.cat_line {
		padding: 28px 0px;
		justify-content: space-evenly;
	}

	.cat_line li a {
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		height: 100%;
		align-content: flex-end;
	}

	.cat_line li a svg {
		margin: 0 auto 12px auto;
		display: block;
	}

	.cat_line li a span {
		width: 100%;
	}

	.about .clients .item {}
}

@media(max-width: 1130px) {
	header .menu {
		margin: 0 261px 0 150px;
	}

	.blue_bg_cat_line .scroll {
		overflow-x: auto;
	}

	.blue_bg_cat_line .scroll {
		scrollbar-width: none;
		/* Firefox */
		-ms-overflow-style: none;
		/* IE 10+ */
	}

	.blue_bg_cat_line .scroll::-webkit-scrollbar {
		/* WebKit */
		width: 0;
		height: 0;
	}

	.blue_bg_cat_line .scroll .cat_scroll_line {
		justify-content: flex-start;
	}

	.blue_bg_cat_line .scroll .cat_scroll_line li {
		flex: none;
		margin-right: 20px;
	}

	.blue_bg_cat_line .scroll .cat_scroll_line li:last-child {
		margin-right: 0px;
	}

}

@media(max-width: 1040px) {
	header {
		height: auto;
		padding: 15px 0;
	}

	header .basket {
		margin: 8px 15px 0 0;
	}

	header .logo {
		height: 36px;
		background-position: center center;
		margin: 0 auto;
		float: none;
	}

	header .open_mobile_menu,
	header .menu li.mobile {
		display: block;
	}

	header .menu {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 52px;
		margin: 0;
		background: #121212;
		padding: 0;
		overflow-y: auto !important;
	}

	header .menu li {
		display: block;
		text-align: left;
		padding: 16px 20px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}

	header.white .menu li {
		border-bottom-color: #E8EAEE;
	}

	header .menu li.nobor {
		border-bottom: none;
	}

	header .menu li>a {
		font-size: 16px;
		line-height: 18px;
		position: relative;
		display: block;
	}

	header .menu li:first-child::before {
		display: none;
	}

	header .menu li.item>a::after {
		display: block;
		content: "";
		border-top: solid 2px rgba(255, 255, 255, 0.25);
		border-left: solid 2px rgba(255, 255, 255, 0.25);
		width: 6px;
		height: 6px;
		position: absolute;
		top: 5px;
		right: 2px;
		transform: rotate(135deg);
	}

	header .change_lng,
	header .open_search,
	header .phone,
	header .city,
	header .basket::after {
		display: none;
	}

	header .menu .phone {
		font-size: 14px;
		line-height: 13px;
		color: #FFFFFF;
		text-decoration: none;
		background: #333333;
		border-radius: 60px;
		padding: 17.5px 0;
		display: block;
		margin: 0;
		float: none;
		text-align: center;
	}

	header.white .menu .phone {
		color: #121212;
		background: #F2F2F2;
	}

	header .menu .telegram {
		border-radius: 56px;
		background: #0060FF;
		font-size: 15px;
		line-height: 1;
		font-weight: 700;
		display: flex;
		align-items: center;
		gap: 20px;
		padding: 8px;
	}

	header .menu .telegram span {
		padding-left: 52px;
		margin: 0 auto;
	}

	header .menu .telegram svg {
		display: block;
	}

	header .menu .open_search {
		color: #575757;
		font-size: 14px;
		line-height: 16px;
		display: block;
		text-decoration: none;
		position: static;
		width: auto;
		margin: 27px 0 0 0;
		font-weight: 400;
		padding: 0 0 13px 26px;
		background-image: url(images/icon_search_gray.svg);
		background-size: 24px;
		background-position: 0 -3px;

	}

	header .menu .city {
		display: inline-block;
		float: none;
		background-image: url(images/icon_city_gray.svg);
		background-size: 16px;
		background-position: 0 15px;
		margin: 0;
		padding: 8px 0 5px 0;
	}

	header .menu .city .select2-container--default .select2-selection--single .select2-selection__rendered {
		color: #575757;
		font-size: 14px;
	}

	header .menu .city .select2-container .select2-selection--single .select2-selection__rendered {
		padding-left: 26px;
	}

	header .menu .change_lng {
		position: static;
		color: #575757;
		font-size: 14px;
		line-height: 18px;
		padding: 13px 0 34px 26px;
		background-image: url(images/icon_lng_gray.svg);
		background-size: 18px;
		background-position: 0 13px;
		font-weight: 400;
	}

	header .header_inner {
		padding: 0;
	}

	.content {
		padding-top: 67px;
	}

	header.white+.event .top_img {
		margin-top: 67px;
	}

	.cat_nav {
		display: none;
	}

	.cat_with_nav {
		margin: 0;
	}

	.breadcrumbs {
		margin-top: 20px;
	}

	.catalog_list {
		margin: 20px 0 50px 0;
	}

	.before_text .text {
		width: 100%;
		padding: 0;
		background: none;
	}

	.before_text img {
		display: none;
	}

	.before_text .desc {
		display: block;
		overflow: hidden;
		max-height: 39px;
		margin: 15px 0 0 0;
		position: relative;
	}

	.before_text .desc::after {
		display: block;
		content: "...";
		position: absolute;
		right: 0;
		bottom: 0;
		line-height: 18px;
		background: #FFF;
	}

	.before_text .desc.open {
		max-height: 1000px;
	}

	.before_text .desc.open::after {
		display: none;
	}

	.before_text .text h1 {
		font-size: 36px;
		line-height: 34px;
		margin: 0;
		text-align: center;
	}

	.after_text {
		margin-top: 34px;
	}

	.event .top_img .breadcrumbs,
	.expo_item .top_img .breadcrumbs {
		top: 67px;
	}

}

@media(max-width: 1100px) {
	.homepage-wrapper .h1-medium {
		text-align: center;
		font-size: 36px;
		line-height: 34px;
	}

	.main_slider .slide_title h1,
	.main_slider .slide_title h2,
	.main_slider .slide_title .btn {
		font-size: 36px;
		line-height: 34px;
	}

	.main_slider .slide_title h2 {
		text-align: center;
	}

	.main_slider_cnt .bx-controls-direction {
		display: none;
	}

	.main_slider .wrapper {
		text-align: center;
	}

	.main_slider .slide_title span {}

	.main_slider img {}

	.main_slider .bot .inner {
		margin: 0;
		width: 100%;
		text-align: center;
	}

	.main_slider .bot .tag {
		font-size: 10px;
		height: 10px;
	}

	.main_slider .bot .title {

		margin-top: 10px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.main_slider .bot .place {
		margin-top: 5px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.main_slider_cnt .bx-wrapper .bx-pager {
		text-align: center;
		bottom: 100px;
	}

	.main_slider_cnt .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a {
		margin: 0 6px !important;
	}

	.main_slider img {
		height: 100vh;
		width: 100%;
		max-width: 9999px;
		object-fit: cover;
	}

	.main_infoblock .big_text {
		font-size: 20px;
		line-height: 28px;
	}

	.catalog_item .info h1 {
		font-size: 40px;
		line-height: 39px;
	}

	.catalog_item .info .price {
		font-size: 20px;
		line-height: 19px;
	}

	.event .gallery .bx-wrapper .bx-viewport {
		overflow: hidden !important;
	}

	.event .gallery .overflow {
		overflow: visible;
		height: auto;
	}

	.event .bx-wrapper .bx-controls-direction a.bx-prev {
		left: 40px;
	}

	.event .bx-wrapper .bx-controls-direction a.bx-next {
		right: 40px;
	}

	.event .bx-wrapper .bx-viewport img {
		opacity: 1 !important;
	}

	.about .map .block_text,
	.about .history .block_text {
		width: 100%;
	}

	.event .wrapper.text.term {
		margin-top: 34px;
	}

	.event .term .inner {
		padding: 0 5%;
		align-content: space-evenly;
	}

	.event .term .inner .item {
		font-size: calc(0.5rem + 17 * (100vw - 320px) / (992 - 320));
		margin-bottom: 0;
		line-height: 1.43em;
	}

	.event .term .inner .item .title {
		font-size: calc(0.8rem + 27 * (100vw - 320px) / (992 - 320));
		padding-bottom: calc(0.3rem + 17 * (100vw - 320px) / (992 - 320));
		line-height: 1em;
	}

	.contacts .cities {
		flex-wrap: wrap;
	}

	.contacts .city {
		width: 50%;
	}

	.expo_item .video .video_title {
		font-size: calc(1.5rem + 27 * (100vw - 320px) / (992 - 320));
	}

	.expo_item .video .play {
		width: calc(3rem + 32 * (100vw - 320px) / (992 - 320));
		height: calc(3rem + 32 * (100vw - 320px) / (992 - 320));
		margin-top: 13px;
	}

	.event_item:nth-child(5n),
	.event_item:nth-child(5n-1),
	.event_item:nth-child(5n-2) {
		width: 49%;
	}

	.event_item {
		margin-top: 16px;
	}

	.event_item .tag {
		font-size: 10px;
	}

	.event_item .title {
		font-size: 30px !important;
		line-height: 29px !important;
	}

	.event_item .place {
		font-size: 12px;
	}

	.event_item img {
		height: 264px;
	}

	.events_in_main .event_item:nth-child(5n) {
		display: none;
	}

	#basket-root {
		flex-wrap: wrap;
	}

	.right_basket_data {
		margin-left: 0px;
		width: 100%;
	}

	.basket-checkout-container {
		width: 100%;
		box-sizing: border-box;
	}

	footer {
		padding: 0 0 202px 0;
		position: relative;
	}

	footer .f_items>li {
		display: block;
		border-bottom: solid 1px rgba(255, 255, 255, 0.15);
	}

	footer .title {
		font-size: 12px;
		line-height: 11px;
		color: #F3F4F4;
		padding: 18px 0;
		margin: 0;
		position: relative;
	}

	footer .title::after {
		display: block;
		content: "";
		border-top: solid 2px rgba(255, 255, 255, 0.25);
		border-left: solid 2px rgba(255, 255, 255, 0.25);
		width: 6px;
		height: 6px;
		position: absolute;
		top: 17px;
		right: 2px;
		transform: rotate(-135deg);
	}

	footer .title.active::after {
		top: 21px;
		transform: rotate(45deg);
	}

	footer .f_ul_menu {
		margin: 0 0 18px 0;
		display: none;
	}

	footer .f_ul_menu li {
		margin-bottom: 16px;
	}

	footer .f_ul_menu li a {
		font-size: 12px;
		line-height: 11px;
	}

	footer .f_items>li:first-child {
		position: absolute;
		bottom: 22px;
		left: 0;
		right: 0;
		border: none;
		text-align: center;
	}

	footer .bot_social {
		margin: 0;
	}

	footer .f_menu_content {
		display: flex;
		justify-content: space-evenly;
	}

	footer .f_menu_content p {
		font-size: 12px;
		line-height: 16px;
		padding: 32px 0 0 0;
		text-align: left;
	}

	footer .copyright {
		font-size: 12px;
		line-height: 11px;
		color: #575757;
		margin: 30px 0 0 0;
	}

	.video_slider_cnt .bx-wrapper .bx-controls-direction a.bx-prev,
	.showreel_slider_cnt .bx-wrapper .bx-controls-direction a.bx-prev {
		left: 20px;
	}

	.video_slider_cnt .bx-wrapper .bx-controls-direction a.bx-next,
	.showreel_slider_cnt .bx-wrapper .bx-controls-direction a.bx-next {
		right: 20px;
	}

	.video_slider_cnt .bx-wrapper .bx-viewport {
		overflow: hidden !important;
	}
}

@media(max-width: 944px) {
	.industry_map .item:nth-child(1) {
		top: 0;
	}

	.industry_map .item:nth-child(2) {
		right: 55px;
		left: auto;
		top: 87px;
	}

	.industry_map .item:nth-child(3) {
		left: 97px;
		top: 165px;
	}

	.industry_map .item:nth-child(4) {
		right: 55px;
		left: auto;
		top: 247px;
	}
}

@media(max-width: 768px) {
	.industry_map .relative>img {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		object-fit: cover;
	}

	.industry_map .inner {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		z-index: 2;
	}

	.industry_map .item {
		position: relative;
		top: 0 !important;
		left: 0px !important;
		right: 0 !important;
		margin: 0 0 40px 0;
		display: block;
	}

	.industry_map .item:nth-child(1),
	.industry_map .item:nth-child(3) {
		left: 80px !important;
	}

	.industry_map .item:nth-child(2),
	.industry_map .item:nth-child(4) {
		align-self: flex-end;
		padding-right: 35px !important;
	}

	.event .text_blocks .btn {
		margin-top: 30px;
	}

	.vacancies {
		padding-bottom: 20px;
	}

	.vacancies .boldtext {
		font-size: 16px;
		line-height: 24px;
		margin-top: 34px;
	}

	.vacancies .term {
		margin-top: 30px;
		width: 100%;
	}

	.vacancies .term .title {
		font-size: 14px;
		line-height: 19px;
		margin: 15px 0 0 0;
	}

	.open_vacancies {
		margin-top: 40px;
	}

	.open_vacancies .block_title {
		font-size: 20px;
		line-height: 22px;
	}

	.open_vacancies .tabs {
		margin-top: 20px;
	}

	.open_vacancies .tabs_nav a {
		font-size: 14px;
		margin: 0 10px;
		padding-bottom: 10px;
	}

	.open_vacancies .tab_content {
		padding-top: 0;
	}

	.vacancy {
		margin: 20px 0 0 0;
		padding: 20px;
	}

	.vacancy .title {
		font-size: 18px;
		line-height: 17px;
	}

	.vacancy .workplan {
		font-size: 13px;
		line-height: 12px;
		margin: 9px 0 0 0;
	}

	.vacancy .text_block {
		padding-top: 20px !important;
		margin-top: 20px;
		flex-wrap: wrap;
	}

	.vacancy .text_block_title {
		width: 100%;
		font-size: 14px;
		line-height: 19px;
	}

	.vacancy .text_block_text {
		width: 100%;
		font-size: 13px;
		line-height: 18px;
		margin-top: 5px;
	}

	.vacancy .text_block.feed {
		padding-bottom: 0;
	}

	.vacancy .text_block.feed .text_block_title,
	.vacancy .text_block.feed .email {
		font-size: 14px;
		line-height: 13px;
	}

	.vacancy .text_block.feed .email {
		margin-top: 9px;
	}

	h1 {
		font-size: 36px;
		line-height: 34px;
	}

	.wrapper {
		padding: 0 16px;
	}


	.products_slider {
		padding: 0 0 24px 0;
	}

	.products_slider .block_title {
		font-size: 14px;
		line-height: 18px;
		padding: 37px 0 14px 0;
	}

	.products_slider .bx-wrapper .bx-pager {
		display: block;
		bottom: -38px;
	}

	.products_slider .bx-wrapper .bx-controls-direction {
		display: none;
	}

	.products_slider .bx-wrapper .bx-pager.bx-default-pager a {
		background: #A4A5A8;
	}

	.products_slider .bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #0060FF;
	}

	.products_slider .bx-wrapper {
		margin-bottom: 35px;
	}

	.product .bot .desc {
		font-size: 12px;
		line-height: 11px;
		margin-top: 11px;
	}

	.cat_line {
		padding: 32px 20px 35px 20px;
		overflow-x: auto;
		justify-content: flex-start;
	}

	.cat_line li {
		flex: none;
	}

	/*	.cat_line li{
		width: 25%;
		margin:20px 0 0 0;
	}
	.cat_line li:nth-child(1),
	.cat_line li:nth-child(2),
	.cat_line li:nth-child(3),
	.cat_line li:nth-child(4){
		margin-top: 0px;
	}*/
	.main_infoblock {
		padding: 36px 0;
	}

	.main_infoblock .block_title {
		padding: 0 0 15px 0;
	}

	.main_infoblock .big_text {
		font-size: 16px;
		line-height: 24px;
	}

	.main_infoblock .video {
		margin-bottom: 60px;
	}

	.main_infoblock .rm_links {
		margin: 30px 0 0 0;
		font-size: 12px;
		line-height: 11px;
		font-weight: 400;
	}

	.main_infoblock .rm_links:nth-child(2) {
		margin-top: 45px;
	}

	.main_infoblock .rm_links::before {
		width: 22px;
		height: 1px;
		margin: 0 9px 2px 0;
	}

	.products .product {
		width: calc(50% - 20px);
		margin-bottom: 16px;
	}

	.catalog_list {
		margin: 20px 0 13px 0;
	}

	.catalog_item .images,
	.catalog_item .info {
		width: 100%;
		margin: 0;
	}

	.catalog_item .images {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.catalog_item .images a {
		display: none;
		width: calc(33.3% - 8px);
		margin: 0 0 6px 0;
	}

	.catalog_item .images a:nth-child(-n+4) {
		display: block;
	}

	.catalog_item .images a:first-child {
		width: 100%;
	}

	.catalog_item .images a .more_count {
		display: flex;
	}

	.catalog_item .info .accardion_title.fulltext_title {
		display: block;
		margin: 40px 0 0 0;
		padding: 32px 0 0 0;
	}

	.catalog_item .info .accardion_text.fulltext {
		border-top: none;
		display: none;
		margin: 0;
		padding: 13px 0 0 0;
	}

	.catalog_item .info h1 {
		font-size: 30px;
		line-height: 29px;
		margin: 21px 0 0 0;
		text-align: center;
	}

	.catalog_item .info .price {
		font-size: 16px;
		line-height: 15px;
		margin: 13px 0 0 0;
		text-align: center;
	}

	.catalog_item .info .btn {
		display: block;
		position: static;
		margin: 22px 0 0 0;
	}

	.events.events_node {
		margin: 0 0 36px 0;
	}

	.event {
		padding: 0 0 33px 0;
	}

	.event .gallery {
		height: auto;
		overflow: visible;
	}

	.event .top_img .info {
		bottom: 20px;
	}

	.event .top_img img {
		min-height: 155px;
		height: auto;
		/*width: auto;*/
		max-width: 9999px;
		transform: translateX(calc(-50% + 50vw));
	}

	.event .top_img h1 {
		margin: 0 0 0 0;
	}

	.event .top_img h1 {
		font-size: 32px;
		line-height: 32px;
	}

	.event .top_img .subtitle {
		font-size: 18px;
		line-height: 18px;
		margin: 15px 0 0 0;
	}

	.event .top_img .date {
		margin-bottom: 10px;
	}

	.event .text {
		font-size: 14px;
		line-height: 20px;
		padding-top: 45px;
		margin-top: 45px;
	}

	.event .text.fulltext,
	.event .text.device {
		padding-top: 45px;
		font-size: 14px;
	}

	.event .gallery {
		border-bottom: solid 1px rgba(0, 0, 0, 0.15);
		padding-bottom: 56px;
	}

	.event .text .block_title {
		padding-bottom: 23px;
		font-size: 14px;
		line-height: 13px;
	}

	.cities .title,
	.cities .phone,
	.cities .email {
		font-size: 14px;
		line-height: 15px;
	}

	.event .text.more .block_title {
		padding-bottom: 21px;
	}

	.events .rm {
		position: static;
		margin: 68px 0 0 0;
		display: block;
		text-align: center;
	}

	.events .rm::before {
		display: none;
	}

	.about .block_title {
		font-size: 14px;
		line-height: 13px;
		margin: 0 0 18px 0;
	}

	.about .text_blocks {
		display: block;
		margin: 0;
	}

	.about .text_block {
		width: 100%;
		margin: 32px 0 0 0;
		font-size: 14px;
		line-height: 20px;
	}

	.about .showreal,
	.about .history,
	.about .map {
		margin: 55px 0 0 0;
	}

	.about .showreal .video {
		margin: 0 -16px;
	}

	.about .showreal .video img {
		height: 172px;
		max-width: 9999px;
		object-fit: cover;
		object-position: center;
	}

	.about .block_text {
		font-size: 16px;
		line-height: 24px;
	}

	.about .director {
		margin: 58px 0 0 0;
		padding: 64px 0 47px 0;
	}

	.dir_after_slider {
		padding-bottom: 23px;
	}

	.dir_after_slider .bx-wrapper .bx-pager {
		display: block;
		bottom: -38px;
	}

	.dir_after_slider .bx-wrapper .bx-pager.bx-default-pager a {
		background: #A4A5A8;
	}

	.dir_after_slider .bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #0060FF;
	}

	.about .clients .item .title {
		font-size: 12px;
		line-height: 11px;
	}

	.about #map {
		width: 820px
	}

	.about #map .point {
		width: 28.69px;
		height: 36.29px;
		font-size: 11px;
		line-height: 10px;
		padding-top: 10px;
		/*margin: 17.71px 0 0 6.655px;*/
	}

	.about #map .point span {
		font-size: 11px;
		line-height: 10px;
		top: 10px;
		left: 34.69px;
	}

	.event .text.boldtext {
		font-size: 16px;
		line-height: 24px;
		margin-top: 34px;
	}

	.event .text.normaltext {
		font-size: 16px;
		line-height: 24px;
		margin-top: 34px;
	}

	.event .text_block {
		width: 100%;
		margin-top: 50px;
		font-size: 14px;
		line-height: 20px;
	}

	.event .text_block .block_title {
		font-size: 14px;
		line-height: 13px;
		margin-bottom: 15px;
	}

	.event_slider {
		padding-top: 36px;
		margin-top: 0;
		/*border-top: 1px solid rgba(0, 0, 0, 0.15);*/
	}

	.production_cats {
		margin-top: 36px;
	}

	.event_slider .block_title {
		font-size: 24px;
		line-height: 32px;
	}

	.event_slider .tags {
		margin-top: 30px;
	}

	.event_slider .events {
		margin-top: 20px;
	}

	.event_slider .events .event_item:nth-child(3n) {
		width: 456px;
	}

	.event_page .blue_form {
		margin: 0;
	}

	.blue_form {
		padding: 50px 0 38px 0;
	}

	.blue_form .info,
	.blue_form .form {
		width: 100%;
	}

	.blue_form .block_text {
		font-size: 14px;
		line-height: 20px;
		font-weight: 400;
	}

	.blue_form .form {
		margin: 0;
	}

	.blue_form .black_btn {
		width: 100%;
	}

	.blue_form .policy {
		margin: 14px 0 0 0;
		font-size: 12px;
		line-height: 16px;
	}

	.expo_list {
		padding-top: 34px;
	}

	.expo_list .block_title,
	.event .gallery_cnt .block_title,
	.expo_list .items .item .title {
		font-size: 24px;
		line-height: 32px;
	}

	.event .gallery_cnt .block_title {
		padding-top: 34px;
		margin-top: 34px;
	}

	.event .gallery .text {
		padding-top: 34px;
	}

	.contacts {
		padding-bottom: 0;
	}

	.contacts h1 {
		font-size: 30px;
		line-height: 29px;
		margin-top: 36px;
	}

	.contacts .city {
		width: 100%;
		padding-top: 28px;
		padding-right: 0;
	}

	.contacts .city div,
	.contacts .city a {
		font-size: 14px;
		line-height: 20px;
	}

	.contacts .city .title {
		font-size: 14px;
		line-height: 13px;
	}

	.contacts .map {
		margin-left: -16px;
		margin-right: -16px;
	}

	.expo_item .boldtext {
		font-size: 16px;
		line-height: 24px;
		margin-top: 34px;
	}

	.video_slider_cnt {
		margin: 34px 0 0 0;
		padding-top: 34px;
		padding-bottom: 40px;
	}

	.video_slider_cnt .bx-wrapper .bx-pager {
		bottom: -32px;
	}

	.video_slider_cnt .video_title {
		font-size: 16px;
		line-height: 24px;
	}

	.expo_item .video {
		margin: 34px -16px 0 -16px;
	}

	.expo_item {
		padding-bottom: 35px;
	}

	.products_slider.in_expo_item {
		padding-bottom: 20px;
	}

	.expo_term .items .item {
		margin-top: 30px;
	}

	.expo_term .items .item .title {
		font-size: 14px;
		line-height: 13px;
		margin: 25px 0 0 0;
	}

	.scrolled .expo_term .items .item .pdf span {
		background: rgba(0, 0, 0, .45);

	}

	.scrolled .expo_term .items .item .pdf span::after,
	.expo_term .items .item .pdf span::before {
		display: block;
	}

	.expo_term .items .item .text {
		font-size: 14px;
		line-height: 19px;
		margin: 15px 0 0 0;
	}

	.expo_item .top_img .info h1 {
		font-size: 48px;
		line-height: 46px;
		padding-top: 135px;
	}

	.expo_item .top_img .info .subtitle {
		font-size: 20px;
		line-height: 28px;
	}

	.expo_item .top_img img.bg,
	.expo_item .top_img {
		height: 100vh;
	}

	.expo_item .top_img .info .p_img {
		max-height: 40vh;
	}

	.filter-cnt {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.main_slider video {
		display: none;
	}

	#order_form_content .group_name {
		margin: 36px 0 0 0;
	}

	#sale_order_props .field {
		padding: 15px 0 0 0;
	}

	#order_form_content textarea {
		margin: 15px 0 0 0;
	}

	.event-cats {
		padding: 35px 0;
	}

	.event-cats span,
	.event-cats a {
		font-size: 14px;
		line-height: 14px;
	}

	.event-cats a {
		margin: 0 16px;
	}

	.breadcrumbs .wrapper {
		white-space: nowrap;
		overflow-y: auto;
		scrollbar-width: none;
		/* Firefox */
		-ms-overflow-style: none;
		/* IE 10+ */
	}

	.breadcrumbs .wrapper::-webkit-scrollbar {
		/* WebKit */
		width: 0;
		height: 0;
	}

	.about .map_cnt {
		overflow-x: auto;
	}

	.product:hover .bot {
		background: #fff;
	}

	.filter.tag a {
		border-color: #E8EAEE;
		margin-right: 12px;
		margin-bottom: 10px;
	}

	.main_slider .slide_title .btn {
		white-space: normal;
	}

	.main_slider_cnt video {
		height: 100vh;
		object-fit: cover;
	}

	.event.page_production .video_slider_cnt {
		margin: 45px 0 0 0;
		padding: 0 0 40px 0;
	}

	.event.page_production .expo_term .block_title,
	.event.page_production .gallery .block_title {
		margin: 45px 0 0 0;
		font-size: 20px;
		line-height: 20px;
	}

	.text_page .accordion .item {
		padding: 20px 25px;
	}

	.text_page .accordion .item .title {
		font-size: 24px;
	}

	.text_page .accordion .item .text {
		padding: 20px 0 0 0;
		margin: 20px 0 0 0;
	}

	.text_page .accordion.partners .item {
		flex-wrap: wrap;
	}

	.text_page .accordion.partners .item a {
		text-align: center;
	}

	.text_page .accordion.partners .item .title {
		width: 100%;
		margin: 20px 0 0 0;
	}

	.text_page .accordion.partners .item img {
		max-width: 100%;
	}
}

@media(max-width: 600px) {
	.expo_term .items .item {
		width: 100%;
	}

	.expo_list .items {
		margin-top: 8px;
	}

	.expo_list .items .item {
		margin-top: 16px;
		width: 100%;
	}

	.expo_list .items .item .title {
		padding-top: 25px;
	}

	.expo_list .items .item .expo_block_text {
		font-size: 14px;
		line-height: 20px;
	}
}

@media(max-width: 550px) {
	.event-cats span {
		display: block;
		margin: 0;
	}

	.event-cats a {
		margin: 18px 8px 0 8px;
	}

	.event_item,
	.event_item:nth-child(5n),
	.event_item:nth-child(5n-1),
	.event_item:nth-child(5n-2) {
		width: 100%;
	}

	.events_in_main .event_item:nth-child(5n) {
		display: block;
	}

	.products .product {
		width: 100%;
	}

	/*.cat_line li{
		width: 50%;
	}
	.cat_line li:nth-child(3), .cat_line li:nth-child(4){
		margin-top:20px;
	}*/
	.industry_map .relative>img {
		display: none;
	}

	.industry_map .item .title {
		font-size: 20px;
		line-height: 1.2em;
	}

	.industry_map .inner {
		align-items: center;
	}

	.industry_map .item:nth-child(1) {
		left: 18px !important;
	}

	.industry_map .item:nth-child(2),
	.industry_map .item:nth-child(4) {
		align-self: center;
		padding-right: 0px !important;
	}

	.industry_map .item:nth-child(2) {
		left: 5px !important;
	}

	.industry_map .item:nth-child(3) {
		left: 20px !important;
	}

	.industry_map .item:nth-child(4) {
		left: 28px !important;
	}
}

@media (max-width: 768px) {
	.main_infoblock .row>div {
		padding-bottom: 50px;
	}

	.main_infoblock .row>div:last-child {
		padding-bottom: 0px;
	}

	.showreel_slider_cnt {
		margin-left: -16px;
		margin-right: -16px;
	}

	.showreel_slider_cnt video {
		aspect-ratio: 2;
	}

	.showreel_slider_cnt .video_info .play {
		width: 62px;
		height: 62px;
	}
}

.homepage-wrapper .h1-medium {
	border: 1px solid red;
	display: none;
}

header .subscribe_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #0060FF;
	color: #FFFFFF;
	text-decoration: none;
	padding: 11px 15px;
	border-radius: 41px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	margin: 0 13px;
	float: right;
	position: relative;
	transition: all 0.3s ease;
	gap: 10px;
}

header .subscribe_btn:hover {
	background: #0050E6;
	color: #FFFFFF;
	text-decoration: none;
}

header .subscribe_btn span {
	margin: 0;
}

header .subscribe_btn svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

@media (max-width: 1040px) {
	header .subscribe_btn {
		display: none;
	}
}