/* ======= ШРИФТЫ ======= */
@font-face {
	font-family: 'NeoSansProRegular';
	src: url('../fonts/NeoSansProRegular.eot');
	src: url('../fonts/NeoSansProRegular.eot') format('embedded-opentype'),
		url('../fonts/NeoSansProRegular.woff2') format('woff2'),
		url('../fonts/NeoSansProRegular.woff') format('woff'),
		url('../fonts/NeoSansProRegular.ttf') format('truetype'),
		url('../fonts/NeoSansProRegular.svg#NeoSansProRegular') format('svg');
}
@font-face {
	font-family: 'NeoSansProMedium';
	src: url('../fonts/NeoSansProMedium.eot');
	src: url('../fonts/NeoSansProMedium.eot') format('embedded-opentype'),
		url('../fonts/NeoSansProMedium.woff2') format('woff2'),
		url('../fonts/NeoSansProMedium.woff') format('woff'),
		url('../fonts/NeoSansProMedium.ttf') format('truetype'),
		url('../fonts/NeoSansProMedium.svg#NeoSansProMedium') format('svg');
}
@font-face {
	font-family: 'NeoSansProBold';
	src: url('../fonts/NeoSansProBold.eot');
	src: url('../fonts/NeoSansProBold.eot') format('embedded-opentype'),
		url('../fonts/NeoSansProBold.woff2') format('woff2'),
		url('../fonts/NeoSansProBold.woff') format('woff'),
		url('../fonts/NeoSansProBold.ttf') format('truetype'),
		url('../fonts/NeoSansProBold.svg#NeoSansProBold') format('svg');
}
@font-face {
    font-family: 'NeoSansProLight';
    src: url('../fonts/NeoSansProLight.eot');
    src: url('../fonts/NeoSansProLight.eot') format('embedded-opentype'),
         url('../fonts/NeoSansProLight.woff2') format('woff2'),
         url('../fonts/NeoSansProLight.woff') format('woff'),
         url('../fonts/NeoSansProLight.ttf') format('truetype'),
         url('../fonts/NeoSansProLight.svg#NeoSansProLight') format('svg');
}
@keyframes scaled{
    0%{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
    100%{
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
}
@-webkit-keyframes scaled{
    0%{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
    100%{
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
}

@keyframes faded{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@-webkit-keyframes faded{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes fliped_left{
	0%{left: -9999px;}
	100%{left: 0;}

}
@-webkit-keyframes fliped_left{
	0%{left: -9999px;}
	100%{left: 0;}

}

@keyframes fliped_right{
	0%{right: -9999px;}
	100%{right: 0;}

}
@-webkit-keyframes fliped_right{
	0%{right: -9999px;}
	100%{right: 0;}

}
.slogan_item
{
	opacity: 0;
}
.slogan_opened_left
{
	position: relative;
	animation: fliped_left 1s;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	opacity: 1;
}
.slogan_opened_right
{
	position: relative;
	animation: fliped_right 1s;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	opacity: 1;
}
/* ======= ОБЩИЕ ======= */
body
{
	font-family: Arial;
}
ul, ol
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a, a:hover, a:visited, a:active, a:focus
{
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6
{
	margin: 0;
	padding: 0;
}
.clearfix:after
{
	content: "";
	display: table;
	clear: both;
}
.hidden
{
	display: none !important;
}
.this_lang
{
	display: none;
}
.breadcrumb
{
	display: flex;
	display: -webkit-box;
	align-items: center;
	-webkit-box-align: center;
	max-height: 21px;
}
.breadcrumbs
{
	padding: 0 5px;
}
.breadcrumb li
{
	display: inline-block;
	font-size: 14px;
	color: #65bbe9;
	float: left;
	position: relative;
	max-width: 300px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.breadcrumb li a
{
	color: #78797a;
}
.breadcrumb li:after
{
	content: "\2044";
	padding: 0 5px;
	color: #78797a;
}
.breadcrumb li:last-child:after
{
	content: "";
}
.page_title_h1
{
	color: #78797a;
	font-size: 25px;
	padding: 0 4px;
	margin-top: 5px;
	margin-bottom: 20px;
}
/*Загрузка файлов*/
.files_list li
{
    margin-bottom: 15px;
}
.manuals_title
{
	color: #78797a;
	margin-bottom: 10px;
	border-bottom: 1px dashed #78797a;
	padding-bottom: 5px;
}
.down_link
{
	min-height: 30px;
	display: inline-block;
	width: auto;
	max-width: 635px;
	font-size: 20px;
	color: #78797a;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border-bottom: 2px solid transparent;
}
.down_link:hover
{
	color: #78797a;
	border-bottom: 2px solid #78797a;
}
.down_link:active, .down_link:focus
{
	background-color: #f8f8f8;
	color: #78797a;
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent; }

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0; }
.slick-list:focus {
	outline: none; }
.slick-list.dragging {
	cursor: pointer;
	cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0); }

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block; }
.slick-track:before, .slick-track:after {
	content: "";
	display: table; }
.slick-track:after {
	clear: both; }
.slick-loading .slick-track {
	visibility: hidden; }

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	position: relative;
	display: none; }
[dir="rtl"] .slick-slide {
	float: right; }
.slick-slide img {
	max-width: 100%; }
.slick-slide.slick-loading img {
	display: none; }
.slick-slide.dragging img {
	pointer-events: none; }
.slick-initialized .slick-slide {
	display: block; }
.slick-loading .slick-slide {
	visibility: hidden; }
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 0.0625rem solid transparent; }
.slick-slide .slick-name {
	position: absolute;
	top: 7.8125rem;
	left: 1.875rem;
	font-size: 2.25rem;
	color: #fff;
	text-transform: uppercase; }
.slick-slide .slick-description {
	position: absolute;
	top: 11.5625rem;
	left: 1.875rem;
	max-width: 28.125rem;
	padding: 0.625rem 0.75rem;
	font-size: 1.125rem;
	color: #fff;
	border: 0.0625rem solid #fff; }

.slick-arrow.slick-hidden {
	display: none; }

.slick-carousel {
	text-align: center;
	padding-left: 2.125rem;
	padding-right: 2.125rem; }

/* Slider */
.slick-loading .slick-list {
	background: #fff url("./../images/ajax-loader.gif") center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 5.875rem;
	width: 2.125rem;
	padding: 0;
	font-size: 0;
	top: 50%;
	margin-top: -10px\9;
	/*lte IE 8*/
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border: none;
	opacity: .6;
	z-index: 1;
	cursor: pointer; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	opacity: 1; }
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	display: none !important; }

.slick-prev {
	left: 0;
	background: url("../images/slick-prev.png") center no-repeat; }
[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px; }

.slick-next {
	right: 0;
	background: url("../images/slick-next.png") center no-repeat; }
[dir="rtl"] .slick-next {
	left: -25px;
	right: auto; }

/* Dots */
.slick-dots {
	position: absolute;
	bottom: 0.875rem;
	list-style: none;
	margin: 0;
	text-align: center;
	padding: 0;
	width: 100%;
	pointer-events: none; }
.slick-dots li {
	display: inline-block;
	margin: 0 5px;
	pointer-events: auto; }
.slick-dots li button {
	border: 0;
	background: #85ccff;
	display: block;
	height: 0.9375rem;
	width: 0.9375rem;
	font-size: 0;
	cursor: pointer;
	border-radius: 50%; }
.slick-dots li.slick-active button {
	background: #0095FF; }

.ui-slider {
	position: relative;
	border: 0.0625rem solid #0095ff;
	margin: 0.4375rem 0.625rem;
	height: 0.375rem;
	border-radius: 2px; }

.ui-slider .ui-slider-handle {
	position: absolute;
	width: 1.25rem;
	height: 1.25rem;
	background: #c9e7fc;
	border: 0.25rem solid #0095ff;
	border-radius: 50%;
	top: -0.5rem;
	margin-left: -0.5625rem;
	cursor: pointer; }

.ui-slider .ui-slider-range {
	position: absolute;
	background-color: #ffb400;
	height: 100%; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top; }

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020; }

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none; }

.fancybox-opened {
	z-index: 8030; }

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
	position: relative; }

.fancybox-inner {
	overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch; }

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%; }

.fancybox-image {
	max-width: 100%;
	max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url("../images/fancybox_sprite.png"); }

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060; }

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040; }

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("blank.gif");
	/* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040; }

.fancybox-prev {
	left: 0; }

.fancybox-next {
	right: 0; }

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden; }

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px; }

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px; }

.fancybox-nav:hover span {
	visibility: visible; }

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
	overflow: hidden !important;
	width: auto; }

.fancybox-lock body {
	overflow: hidden !important; }

.fancybox-lock-test {
	overflow-y: hidden !important; }

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background-color: rgba(0, 0, 0, 0.6); }

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0; }

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll; }

/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050; }

.fancybox-opened .fancybox-title {
	visibility: visible; }

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center; }

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap; }

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff; }

.fancybox-title-inside-wrap {
	padding-top: 10px; }

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url("fancybox_sprite@2x.png");
		background-size: 44px 152px;
		/*The size of the normal image, half the size of the hi-res image*/ }
	#fancybox-loading div {
		background-image: url("fancybox_loading@2x.gif");
		background-size: 24px 24px;
		/*The size of the normal image, half the size of the hi-res image*/ } }

.autocomplete-suggestions {
	background-color: #fff;
	overflow: hidden;
	overflow-y: auto;
	border: 0.0625rem solid #e0e0e0; }
@media (min-width: 544px) {
	.autocomplete-suggestions {
		width: auto !important; } }
@media (min-width: 1200px) {
	.autocomplete-suggestions {
		max-width: 51.5625rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
	.autocomplete-suggestions {
		max-width: 42.1875rem; } }

@media (min-width: 768px) and (max-width: 991px) {
	.autocomplete-suggestions {
		max-width: 43.125rem; } }

@media (min-width: 544px) and (max-width: 767px) {
	.autocomplete-suggestions {
		max-width: 34.125rem; } }
.autocomplete-suggestions .autocomplete-suggestion {
	display: table-row; }
@media (min-width: 544px) {
	.autocomplete-suggestions .autocomplete-suggestion {
		white-space: nowrap; } }
.autocomplete-suggestions .autocomplete-selected {
	background: #f0f0f0; }
.autocomplete-suggestions strong {
	font-weight: normal;
	color: #ffb400; }
.autocomplete-suggestions > div > div,
.autocomplete-suggestions span {
	padding: 0.125rem 0.3125rem;
	display: table-cell; }
.autocomplete-suggestions span {
	padding-right: 1.25rem; }
#fn-map {
	width: 100%;
	height: auto;
	border: 0.0625rem solid #c9e7fc; }

#baloon {
	width: 187px;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
	display: none;
	position: absolute;
	z-index: 64999;
	filter: Alpha(Opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.8; }

#baloonHeader {
	width: 187px;
	height: 19px;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	background-repeat: no-repeat;
	display: block; }

.baloonHeaderDirect {
	background-image: url(../images/baloon-header.gif); }

.baloonHeaderFlip {
	background-image: url(../images/baloon-header-flip.gif); }

#baloonFooter {
	width: 187px;
	height: 3px;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	background-image: url(../images/baloon-footer.gif);
	background-repeat: no-repeat;
	display: block; }

#baloonBody {
	padding: 10px;
	background-color: #D0D0D0;
	width: 187px;
	width: expression('187px');
	margin: 0;
	font: normal normal 10px/14px Verdana, Arial, serif;
	line-height: 140%;
	background-image: url(../images/baloon-body.gif);
	background-repeat: repeat-y;
	display: block; }

.clearfix::after {
	content: "";
	display: table;
	clear: both; }
#up
{
	position: fixed;
	height: 50px;
	width: 50px;
	bottom: 50px;
	right: 30px;
	background-color: rgba(238,28,36,0.8);
	color: #fff;
	border: 1px solid #fff;
    border-radius: 3px;
	display: flex;
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	z-index: 999;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 1;
    visibility: visible;
}
#up.hidden
{
    opacity: 0 !important;
    visibility: hidden !important;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.red,
.red > a
{
    color: #f00 !important;
}
.red > a:hover
{
	border-bottom: 2px solid #f00 !important;
}
/* ======= ШАПКА ======= */
header.header
{
	height: 75px;
    background-color: #26a3b5;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMTY5YWI0IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMzNmFiYjYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjUiLz48c3RvcCBzdG9wLWNvbG9yPSIjMTY5YWI0IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, rgb(22, 154, 180)),color-stop(0.5, rgb(54, 171, 182)),color-stop(1, rgb(22, 154, 180)));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(top,rgb(22, 154, 180) 0%,rgb(54, 171, 182) 50%,rgb(22, 154, 180) 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to bottom,rgb(22, 154, 180) 0%,rgb(54, 171, 182) 50%,rgb(22, 154, 180) 100%);
    background-image: -ms-repeating-linear-gradient(top,rgb(22, 154, 180) 0%,rgb(54, 171, 182) 50%,rgb(22, 154, 180) 100%);
	box-shadow: 0px 0px 10px #5C5C5C;
	-webkit-box-shadow: 0px 0px 10px #5C5C5C;
	-moz-box-shadow: 0px 0px 10px #5C5C5C;
	position: relative;
	z-index: 999;
	border-bottom: 25px solid white;
    box-sizing: content-box;
}
/* IE8- CSS hack */
@media \0screen\,screen\9 {
    header.header, footer.footer, header.header > .container > .row {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff169ab4",endColorstr="#ff169ab4",GradientType=0);
    }
}
header.header > .container
{
	height: 75px;
}
header.header > .container > .row
{
	background-color: #26a3b5;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMTY5YWI0IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMzNmFiYjYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjUiLz48c3RvcCBzdG9wLWNvbG9yPSIjMTY5YWI0IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, rgb(22, 154, 180)),color-stop(0.5, rgb(54, 171, 182)),color-stop(1, rgb(22, 154, 180)));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(top,rgb(22, 154, 180) 0%,rgb(54, 171, 182) 50%,rgb(22, 154, 180) 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to bottom,rgb(22, 154, 180) 0%,rgb(54, 171, 182) 50%,rgb(22, 154, 180) 100%);
    background-image: -ms-repeating-linear-gradient(top,rgb(22, 154, 180) 0%,rgb(54, 171, 182) 50%,rgb(22, 154, 180) 100%);
	position: relative;
	height: 75px;
}
.whiteline
{
	position: absolute;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #fff;
}
.logo
{
	height: 75px;
	display: flex;
	display: -webkit-box;
	align-items: center;
	-webkit-box-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: #fff;
}
.logo_pic
{
	height: 62px;
}
.soc_list
{
	display: flex;
	display: -webkit-box;
	width: 78px;
	float: right;
	position: relative;
	right: 55px;
}
.soc_item
{
	display: flex;
	display: -webkit-box;
	align-items: center;
	-webkit-box-align: center;
	height: 25px;
	border: 1px solid #fff;
	margin: 0 7px;
}
.soc_link
{
	display: flex;
	display: -webkit-box;
	align-items: center;
	-webkit-box-align: center;
	justify-content: center;
	-webkit-box-pack: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color: #fff;
	font-size: 20px;
	width: 25px;
	padding-top: 2px;
}
.soc_inst.soc_inst
{
	padding-top: 0;
}
.soc_item:hover
{
	background-color: #fff;
	border-color: transparent;
}
.soc_item:hover .soc_link
{
	color: #ee1c24;
}
.lang_list
{
	display: flex;
	display: -webkit-box;
	float: right;
	position: relative;
	right: 140px;
}
.lang_link
{
	height: 25px;
	display: flex;
	display: -webkit-box;
	align-items: center;
	-webkit-box-align: center;
	margin-left: 10px;
	color: #fff;
	font-family: Arial;
	text-transform: uppercase;
	padding: 0 4px;
}
.lang_link.active
{
	color: #ee1c24;
	background-color: #fff;
}
.lang_link:hover
{
	color: #ee1c24;
	background-color: #fff;
}
/* ======= МЕНЮ ======= */
#drop_menu
{
	display: none;
}
.menu_box
{
	text-align: center;
	margin-bottom: 40px;
    background-color: #dddddd;
    height: 50px;
    position: relative;
    top: -35px;
    z-index: 999;
    box-shadow: 0 0px 25px #e8e8e8;
    -webkit-box-shadow: 0 0px 25px #e8e8e8;
    -moz-box-shadow: 0 0px 25px #e8e8e8;
}
.menu
{
	display: inline-block;
}
.page_list
{
	display: flex;
	display: -webkit-box;
}
.page_item
{
	position: relative;
}
.page_item:hover .subcat_list
{
	opacity: 1;
	visibility: visible;
}
.page_link
{
	display: flex;
	display: -webkit-box;
	align-items: center;
	-webkit-box-align: center;
	padding: 0 10px;
	color: #fff;
	height: 75px;
	font-size: 19px;
    white-space: nowrap;
}
.page_link:hover
{
	color: #2b7687;
}
.page_link.active
{
/*
	border-right: 1px solid #868686;
	border-left: 1px solid #868686;
*/
	color: #2b7687;
}
.subcat_list
{
	position: absolute;
	left: 0;
	width: calc(100% + 40px);
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.subcat_link
{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	padding: 0 13px;
	padding-top: 4px;
	background-color: rgba(43,118,135,0.8);
	color: #fff;
	height: 50px;
	font-size: 16px;
	text-align: left;
	width: 300px;
    line-height: 40px;
}
.subcat_link:hover
{
	background-color: rgba(43,118,135,1);
	color: #fff;
}
.redline
{
	background-color: #ee1c24;
	height: 25px;
	width: 100%;
	box-shadow: 0px 10px 11px #BABABA;
	-webkit-box-shadow: 0px 10px 11px #BABABA;
	-moz-box-shadow: 0px 10px 11px #BABABA;
}
/* ======= КОНТЕНТ ======= */
#main
{
	overflow: hidden;
}
.s_content
{
	margin-bottom: 20px;
	position: relative;
}
.prod_content
{
	margin: 0 -15px;
}
.page_slide
{
	height: 305px;
	position: relative;
	margin-bottom: 35px;
	box-sizing: content-box;
    animation: scaled 1s ease;
    -webkit-animation: scaled 2s ease;
	z-index: 100;
}
.page_slide .container
{
    height: 100%;
}
.page_slide .container .row
{
    height: 100%;
	overflow: hidden;
	width: 100%;
}
.page_slide .slick-slider
{
    height: 100% !important;
}
.page_slide .slick-slider .slick-list
{
    height: 100% !important;
}
.page_slide .slick-slider .slick-track
{
    height: 100% !important;
}
.page_slide .slider_item
{
    height: 100% !important;
	position: relative;
}
.page_slide img
{
    height: 100% !important;
}
.page_slide_item
{
	background: url(../images/bg/home_banner.jpg) no-repeat center center;
	background-size: cover;
	height: 297px;
	position: relative;
	display: flex;
	display: -webkit-box;
	justify-content: center;
	-webkit-box-pack: center;
	align-items: center;
	-webkit-box-align: center;
	color: #A3A3A3;
	font-family: Arial;
	width: 100%;
/*	display: none;*/
}
.page_slide_item.mobile
{
	display: none;
}
.first_slide
{
	background: url(../images/bg/page_slide_home_uk.jpg) no-repeat center center;
	background-size: cover;
	height: 305px;
	position: relative;
	display: flex;
	display: -webkit-box;
	justify-content: center;
	-webkit-box-pack: center;
	align-items: center;
	-webkit-box-align: center;
	color: #A3A3A3;
	font-family: Arial;
	display: none;
}
.ps_slogan
{
	font-size: 39px;
	margin: 0;
	position: absolute;
	left: 210px;
    top: 120px;
	animation: faded 3s ease-in-out;
	-webkit-animation: faded 3s ease-in-out;
	color: #014c8c;
	line-height: 1;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Arial;
	z-index: 999;
	text-align: right;
}
.slider_item .ps_slogan
{
	display: inline-block;
}
.mdau_link
{
    display: flex;
    justify-content: center;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.mdau_link:hover
{
    opacity: 0.7;
}
.mdau_link img
{
    max-height: 120px;
}
.aside_left
{
	max-width: 190px;
}
.widget_overlay
{
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #78797a;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.action_head .widget_overlay
{
    border-bottom: 2px solid #f00;
}
.action_head .widget_link
{
    color: #f00;
}
.action_head .widget_link:hover
{
    color: #f00;
}
.widget iframe
{
	max-width: 190px;
	max-height: 135px;
}
.modal_video
{
	display: block;
}
.video_widget .widget
{
	-webkit-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.video_widget .widget:hover
{
	opacity: 0.7;
}
.widget_link
{
	color: #78797a;
    display: flex;
	display: -webkit-box;
	align-items: center;
	-webkit-box-align: center;
	justify-content: center;
	-webkit-box-pack: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.widget_link:hover{color: #78797a;}
.w_head:hover > .widget_overlay
{
	color: #78797a;
    width: 71px;
}
.w_head, .w_body
{
	text-align: center;
}
.w_head
{
	font-size: 20px;
	padding: 5px 0;
	color: #78797a;
	background-color: #fff;
	height: 64px;
    display: flex;
	display: -webkit-box;
	align-items: center;
	-webkit-box-align: center;
	justify-content: center;
	-webkit-box-pack: center;
    position: relative;
}

.w_body
{
	padding: 10px 0 0 0;
}
.content
{
	margin: 0 15px;
	margin-bottom: 20px;
}
.page_content p, .news_item p
{
	padding: 0 25px;
	color: #78797a;
	font-size: 14px;
	text-align: justify;
}
.page_content p img
{
    height: auto;
}
.page_title, .news_title
{
	padding: 0 25px;
	padding-bottom: 20px;
	font-size: 16px;
	color: rgba(43,118,135,1);
}
.news_title a
{
	color: #014c8c;
}
.news_title a:hover
{
	opacity: 0.7;
}
.products_list, .info_list, .cat_list
{
	text-align: center;
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
    justify-content: center;
    -webkit-box-pack: center;
}

.product, .info_item, .cat_item, .product_page
{
	display: inline-block;
	width: calc(50% - 30px);
	margin: 0px 15px;
	float: left;
	margin-bottom: 15px;
}
.product_page
{
	max-width: 100%;
	margin: 0;
	border: none;
	width: 100%;
}
.product_page_body
{
	padding-top: 10px;
}
.product_page_body img
{
	width: 100%;
	height: 100%;
}
.p_head, .i_head, .c_head, .product_page_head
{
	color: #053776;
	font-size: 16px;
	padding: 0;
	height: 64px;
	display: flex;
	display: -webkit-box;
	align-items: center;
	-webkit-box-align: center;
	background-color: #fff;
	justify-content: center;
	-webkit-box-pack: center;
    font-size: 20px;
}
.product_page_head
{
	color: #e10000;
	justify-content: flex-start;
	-webkit-box-pack: start;
	border: 1px solid #c2c0c0;
}
.p_head a, .i_head a, .c_head a, .product_page_head a
{
    color: #053776;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
    display: inline-block;

}
.p_head a:hover, .i_head a:hover, .c_head a:hover, .product_page_head a:hover
{
    border-bottom: 2px solid #053776;
}
.c_head
{
	text-align: center;
}
.cat_link
{
	display: block;
}
.p_body, .i_body, .c_body
{
	padding: 15px 0;
}
.p_body a
{
	display: inline-block;
	overflow: hidden;
	border: 1px solid #f2f2f2;
}
.p_body img, .i_body img, .c_body img
{
	max-height: 300px;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.p_body img:hover
{
	transform: scale(1.1);
}
.i_body, .c_body
{
	text-align: justify;
}
.info, .cat_desc
{
	padding: 15px 25px;
	text-align: justify;
}
.news_list
{
	margin-top: 10px;
}
.aside_right
{
	margin-left: 5px;
	position: relative;
	margin-top: 115px;
}
.hotline_head
{
	height: 36px;
	font-size: 12px;
	padding-top: 18px;
	text-transform: uppercase;
}
.company_info
{
	height: 110px;
	color: #ee1c24;
	position: absolute;
	width: 100%;
	top: -130px;
	text-align: center;
}
.company_number
{
	font-size: 24px;
    font-family: 'NeoSansProLight';
	height: 34px;
	background-color: #ee1c24;
}
.company_number a
{
	color: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.company_number a:hover
{
	opacity: 0.8;
}
.company_shedule
{
	font-size: 8px;
	padding-top: 3px;
    text-transform: uppercase;
}
.tn_head
{
	font-size: 20px;
	color: #78797a;
	background-color: #fff;
	height: 40px;
	display: flex;
	display: -webkit-box;
	align-items: center;
	-webkit-box-align: center;
	justify-content: center;
	-webkit-box-pack: center;
    position: relative;
	flex-direction: column;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}
.tn_post_head
{
	text-align: center;
	padding-top: 10px;
}
.news_link
{
    display: flex;
    display: -webkit-box;
    justify-content: center;
    -webkit-box-pack: center;
    align-items: center;
    -webkit-box-align: center;
    height: 100%;
    width: 100%;
}
.tn_head:hover > .widget_overlay
{
	color: #78797a;
    width: 71px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.tn_body
{
	color: #78797a;
	max-height: 350px;
	overflow: hidden;
	margin-bottom: 20px;
}
.tn_body p
{
	text-align: justify;
	padding: 10px;
	font-size: 14px;
}
.video_list
{

}
.video_list li
{
	float: left;
	width: calc(50% - 30px);
	margin: 0 15px 40px;
}
.v_head
{
	color: #053776;
	font-size: 16px;
	padding: 0;
	height: 75px;
	display: flex;
	display: -webkit-box;
	align-items: flex-start;
	-webkit-box-align: start;
	background-color: #fff;
	justify-content: center;
	-webkit-box-pack: center;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.v_head a
{
	color: #053776;
	border-bottom: 2px solid transparent;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	display: inline-block;
	padding-bottom: 5px;
}
.v_head a:hover
{
	border-color: #053776;
}
.v_body iframe
{
	width: 100%;
	height: 250px;
}
.moreVideos
{
	width: 100%;
	height: 50px;
	background-color: #ee1c24;
	color: #fff !important;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	display: block;
	text-decoration: none !important;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-size: 15px;
}
.moreVideos i
{
	font-size: 20px;
}
.moreVideos:hover
{
	opacity: 0.7;
}
.page_in_devel
{
	margin-top: 200px;
	text-align: center;
}
.page_in_devel .page_not_title
{
	font-size: 45px;
    font-weight: normal;
}
/* ======= ФУТЕР ======= */
footer.footer
{
	background-color: #26a3b5;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMTY5YWI0IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMzNmFiYjYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjUiLz48c3RvcCBzdG9wLWNvbG9yPSIjMTY5YWI0IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, rgb(22, 154, 180)),color-stop(0.5, rgb(54, 171, 182)),color-stop(1, rgb(22, 154, 180)));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(top,rgb(22, 154, 180) 0%,rgb(54, 171, 182) 50%,rgb(22, 154, 180) 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to bottom,rgb(22, 154, 180) 0%,rgb(54, 171, 182) 50%,rgb(22, 154, 180) 100%);
    background-image: -ms-repeating-linear-gradient(top,rgb(22, 154, 180) 0%,rgb(54, 171, 182) 50%,rgb(22, 154, 180) 100%);
}
.company_addr
{
	color: #fff;
	margin-top: 20px;
}
.company_addr a
{
	color: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.company_addr a:hover
{
	opacity: 0.7;
}
.company_info_footer li
{
	display: inline-block;
	margin-right: 15px;
}
.footer_logo_box
{
	text-align: right;
}
.logo_footer
{
	display: inline-block;
	margin-top: 28px;
	margin-bottom: 20px;
}
/* ======= КАРТОЧКА ТОВАРА ======= */
.cat_helpful
{
	padding: 0 15px 15px 15px;
}
.cat_helpful a
{
	display: block !important;
}
.cat_helpful a img
{
	height: auto;
}
.product_big_pic
{
	text-align: center;
	width: 50%;
	margin-top: 10px;
}
.preview_pic img
{
	max-height: 100px;
}
.prod_big_slider .slick-next
{
	background: url(../icons/right.png) no-repeat;
	background-size: 40px 60px;
	width: 40px;
	height: 60px;
	right: 0;
}
.prod_big_slider .slick-prev
{
	background: url(../icons/left.png) no-repeat;
	background-size: 40px 60px;
	width: 40px;
	height: 60px;
	left: 0;
}
.product_big_pic a
{
	display: inline-block;
}
.product_big_pic a:hover
{
    opacity: 0.7;
}
.product_big_pic a img
{
	max-height: 400px;
}
.product_descript
{
	display: flex;
	flex-direction: column;
	font-size: 14px;
	color: #78797a;
	padding-left: 20px;
	margin-top: 5px;
}
.product_descript img
{
	height: auto;
	display: block;
	margin: 0 auto;
}
.product_descript h3
{
	margin-bottom: 10px;
	width: 100%;
	font-size: 16px;
}
.product_descript pre
{
	margin: 0;
}
.product_descript p
{
	width: 100% !important;
	text-align: justify;
	margin-top: 20px;
	display: block;
	color: #78797a;
}
.soft_page p
{
	margin: 0;
}
.helpful_descript, .action_descript
{
	margin-top: 0;
	position: relative;
	padding-left: 0;
}
.helpful_descript table
{
	margin: 0 auto;
	margin-top: 10px;
	width: 100% !important;
}
.helpful_descript table tr
{
	height: 30px;
}
.helpful_descript table tr:first-child
{
	background-color: #26a3b5;
}
.helpful_descript table tr:first-child td p
{
	color: #fff !important;
	text-align: center;
	text-transform: uppercase;
	font-size: 17px;
}
.helpful_descript table tr:first-child td:first-child
{
	border-right: 2px solid #fff;
}

.helpful_descript table tr td
{
	border: 2px solid #26a3b5;
	padding: 10px;
}
.helpful_descript p, .action_descript p
{
	margin: 0;
	display: block;
}
.product_descript ul li
{
	margin-bottom: 5px;
}
.product_descript span
{
	width: 100%;
	text-align: justify;
	display: flex;
	align-items: center;
}
.product_descript h3 span
{
	font-size: 16px !important;
}
.big_slider_nav
{
	margin-top: 20px;
}
.aside_soc_link
{
	height: 30px;
	width: 100%;
	display: flex;
	display:-webkit-box;
	margin-bottom: 10px;
	align-items: center;
	-webkit-box-align: center;
}
.aside_soc_link.fb{}
.aside_soc_link.tw{}
.aside_soc_link.g_plus{}
.aside_soc_link.inst{}

.product_top
{
	display: flex;
    display: -webkit-box;
	justify-content: space-between;
	-webkit-box-pack: justify;
	padding-top: 10px;
	flex-direction: row;
	-webkit-box-orient: horizontal;
}
.product_info
{
	width: calc(50% - 20px);
	margin-left: 20px;
	padding-right: 20px;
}
.tab_list
{
	display: flex;
	display: -webkit-box;
	justify-content: flex-start;
	-webkit-box-pack: start;
}
.tab_list li
{
	margin-right: 2px;
}
.tab_list li a
{
	display: flex;
	display: -webkit-box;
	justify-content: center;
	-webkit-box-pack: center;
	align-items: center;
	-webkit-box-align: center;
	height: 40px;
	padding: 0 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color: #053776;
	font-size: 20px;
	border: 1px solid #ddd;
	margin-bottom: -1px;
	background-color: #fff;
	border-radius: 5px 5px 0 0;
}
.tab_list li a.opened
{
	border-bottom: 1px solid #fff;
    position: relative;
}
.tab_content
{
	border: 1px solid #ddd;
	text-align: left;
}
.tab_content em
{
	font-size: 13px;
}
.tab_box_nav
{
	margin-top: 20px;
}
.tab_box
{
	opacity: 0;
	visibility: hidden;
	padding: 0 10px;
	height: 0;
}
.tab_box ul
{
	font-size: 14px;
	color: #78797a;
	padding-left: 10px;
	list-style-type: disc;
}
.tab_box ul li
{
	margin-bottom: 5px;
}
.tab_box ul li a
{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border-bottom: 1px solid  transparent;
}
.tab_box ul li a:hover
{
	border-bottom: 1px solid  #014c8c;
}
.tab_box h3
{
	margin-bottom: 10px;
	width: 100%;
	color: #78797a;
}

.tab_box.open
{
	opacity: 1;
	visibility: visible;
	padding: 20px;
	height: auto;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

/* ======= 404 ======= */
.page_not_title
{
	margin-top: -30px;
	color: #78797a;
	font-size: 31px;
}
.page_not_title span
{
	display: inline-block;
	width: 100%;
	max-width: 328.5px;
	text-align: right;

}
.page_not_content
{
	text-align: center;
}
.page_not
{
	font-size: 181px;
	color: #78797a;
}
.go_home
{
	margin-top: 10px;
	color: #78797a;
}
.go_home span
{
	margin-left: 165px;
}
.pagination
{
	display: flex;
	display: -webkit-box;
	justify-content: center;
	-webkit-box-pack: center;
	margin-top: 10px;
}
.page-item
{
	width: 30px;
	height: 30px;
	background-color: #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	margin: 0 5px;
	color: #78797a;
	font-weight: bold;
}
.page-item:hover
{
	opacity: 0.7;
}
.page-item a
{
	color: #014c8c;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	height: 100%;
	width: 100%;
}
.news_item
{
	padding-bottom: 10px;
	margin: 10px 40px 0 40px;
	border-bottom: 1px solid #ddd;
}
.news_item p
{
	margin-bottom: 0;
}
.pager
{
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}
.post_image
{
	margin-bottom: 20px;
}
.post_image img
{
	margin: 0 auto;
}
.slider_item .ps_slogan_new_first {
	top:30px;
}
/* ======= МЕДИА ======= */
@media only screen and (max-width : 1199px) {
	.logo
	{
		justify-content: center;
		-webkit-box-pack: center;
	}
	.product, .info_item, .cat_item
	{
		float: none;
	}
	.company_info
	{
		position: static;
	}
	.hotline_head
	{
		font-size: 11px;
	}
	.company_number
	{
		font-size: 20px;
	}
	.company_shedule
	{
		font-size: 7px;
	}
	.page_slider_inner .slider_item .ps_slogan_new_first .heart {
		display: none !important;
	}
	.page_slider_inner .slider_item .ps_slogan_new_first .slogan_item {
		font-size: 20px !important;
	}
	.slider_item .ps_slogan
	{
		top: 60px;
    	left: 170px;
	}
	.video_list
	{
		display: flex;
		display: -webkit-box;
		align-items: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-box-pack: center;
		flex-direction: column;
		-webkit-box-orient: vertical;
	}
	.video_list li
	{
		float: none;
		width: 100%;
		margin-bottom: 40px;
	}
	.page_slide
	{
		height: auto;
	}
	.page_list
	{
		-webkit-box-orient: vertical;
		flex-direction: column;
		border-top: 1px solid #c2c0c0;
		display: none;
        background-color: rgb(53,170,182);
		width: 100%;
		position: absolute;
		z-index: 999;
		top: 26px;
	}
    .page_link
    {
        height: 50px;
        background-color: rgba(43,118,135,0.8);
		justify-content: center;
		-webkit-box-pack: center;
    }
	.page_link.active
	{
		color: #fff;
	}
	.page_slide img
	{
		height: auto !important;
	}
	#drop_menu
	{
		display: flex;
		display: -webkit-box;
        align-items: center;
        -webkit-box-align: center;
        justify-content: center;
        -webkit-box-pack: center;
		padding: 0;
		margin: 0;
		border: none;
		height: 50px;
		margin-bottom: 10px;
		background-color: transparent;
		color: #f8f8f8;
		position: absolute;
		top: -60px;
		font-size: 33px;
		right: 0;
	}
	.subcat_list
	{
		position: relative;
		opacity: 1;
		visibility: visible;
		width: 90%;
		margin: 10px auto;
		z-index: 200;
	}
	.subcat_link
	{
		width: 100%;
		text-align: center;
	}

}

@media only screen and (max-width : 991px) {
	.breadcrumbs
	{
		display: none;
	}
	.page_title_h1
	{
		text-align: center;
		margin-bottom: 10px;
	}
	.aside_left
	{
		max-width: 100%;
		margin: 0;
	}
	.products_list, .cat_list, .info_list
	{
		text-align: right;
		margin: 0;
		justify-content: flex-end;
        -webkit-box-pack: end;
        flex-direction: column;
        -webkit-box-orient: vertical;
	}
	.aside_right_box
	{
		display: none;
	}
	.product, .cat_item, .info_item
	{
		text-align: center;
		margin: 0;
		margin-bottom: 15px;
        width: 100%;
	}
	.product_descript p
	{
		width: 100%;
		justify-content: center;
	}
	.prod_content
	{
		margin: 0;
	}
	.company_addr, .footer_logo_box
	{
		text-align: center;
	}
	.prod_big_slider .slick-prev
	{
		left: 0;
	}
	.prod_big_slider .slick-next
	{
		right: 0;
	}
	.slider_item .ps_slogan
	{
		left: 60px;
	}
	.product_top
	{
		flex-direction: column;
		-webkit-box-orient: vertical;
	}
	.product_big_pic
	{
		width: 100%;
	}
	.product_info
	{
		width: 100%;
		margin-left: 0;
	}
	.tab_content
	{
		margin-bottom: 30px;
	}
	.page_slide
	{
		margin-bottom: 40px;
	}
	.ps_slogan
	{
		font-size: 29px;
	}
	.ps_slogan .slogan_item:first-child, .ps_slogan .slogan_item:last-child
	{
		font-size: 30px !important;
	}
	.helpful_info
	{
		padding-right: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
	}
}

@media only screen and (max-width : 768px) {
	.page_title_h1
	{
		text-align: center;
	}
    .page_slide_item
    {
        display: none;
		position: relative;
    }
	.page_slide_item.mobile
	{
		display: block;
	}
	.page_link:hover
	{
		color: #fff;
	}
	.ps_slogan
	{
		left: 20%;
		top: 110px;
		font-size: 20px;
		display: none !important;
	}
    .page_slider_inner
    {

    }
	.products_list, .cat_list, .info_list
	{
		text-align: center;
		justify-content: center;
	}
	.company_addr
	{
		text-align: center;
	}
	.footer_logo_box
	{
		text-align: center;
	}
	.aside_left
	{
		display: none;
	}
	.product_big_pic
	{
		width: 100%;
	}
	.tab_content
	{
		padding: 0 15px;
	}
	.tab_list
	{
		justify-content: center;
		-webkit-box-pack: center;
	}
	.prod_big_slider .slick-next, .prod_big_slider .slick-prev
	{
		background-size: 35px 45px;
		width: 35px;
		height: 45px;
	}
	.helpful_descript
	{
		padding: 0;
		top: 0;
	}
	.helpful_descript h3
	{
		text-align: center;
	}
	.helpful_descript p
	{
		justify-content: flex-start;
		-webkit-box-pack: start;
		text-align: left;
	}
	.menu_box
	{
		margin-bottom: 0;
	}
	.page_in_devel
	{
		margin-top: 20px;
	}
	.page_in_devel .page_not_title span
	{
		text-align: center;
	}
	.page_in_devel .go_home span
	{
		margin-left: 60px;
	}
}

@media only screen and (max-width : 544px) {
	header.header
	{
		height: 180px;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		background-image: none;
	}
	header.header > .container > .row
	{
		background-image: none;
	}
	.whiteline
	{
		display: none;
	}
	#drop_menu
	{
		top: 20px;
		width: 100%;
	}
	.logo_box
	{
		background-color: #fff;
	}
	.logo
	{
		margin: 0 -15px;
	}
	.logo_pic
	{
		margin: 0 auto;
		display: block;
	}
	.soc_box
	{
		padding-left: 15px;
	}
	.soc_list
	{
		display: none;
	}
	.lang_list
	{
		width: 130px;
		float: none;
		margin: 0 auto;
		position: static;
	}
	.menu_box
	{
		padding: 0 15px;
	}
	.s_content
	{
		padding: 0 15px;
	}
	.company_addr
	{
		padding-top: 20px;
	}
	.down_link
	{
		text-align: center;
	}
    .content
    {
        margin: 0;
    }
    .products_list, .info_list, .cat_list
    {
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .page_not
    {
        font-size: 130px;
    }
    .page_not_title
    {
        font-size: 25px;
    }
    .go_home span
    {
        margin-left: 0;
    }
	.product_top
	{
		padding: 0 15px;
	}
	.redline
	{
		position: absolute;
		bottom: 0;
	}
	.page_list
	{
		top: 105px;
	}
	.page_slide .container .row
	{
		width: auto;
	}
	.page_slide_item.mobile
	{
		height: 200px;
		background-position: -290px;
	}
	.page_slide
	{
		height: 100%;
	}
}

@media only screen and (max-width : 480px) {
	.manuals_title
	{
		text-align: center;
	}
	.tab_list
	{
		flex-direction: column;
		-webkit-box-orient: vertical;
		margin: 0 15px;
	}
	.tab_list li
	{
		margin: 0;
	}
	.tab_box ul li
	{
		margin-bottom: 20px;
	}
	.tab_box ul li a
	{
		font-size: 20px;
	}
	.ps_slogan
	{
		left: 11%;
		top: 120px;
		font-size: 15px;
	}
	.news_item
	{
		margin: 40px 0;
	}
	.page_list
	{
		max-width: 300px;
		left: 50%;
		margin-left: -150px;
	}
	.soft_page
	{
		padding: 0;
	}
	.breadcrumb
	{
		display: none;
	}
	.moreVideos
	{
		width: 320px;
		margin: 0 auto;
		font-size: 12px;
	}
}

@media only screen and (max-width : 320px) {

}


.heart  {
	-webkit-animation-name: 'heart';
	-o-animation-name: 'heart';
	animation-name: 'heart';
	-webkit-animation-duration: 500ms;
	-o-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-o-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@keyframes 'heart' {
	from {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	to {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@-o-keyframes 'heart' {
	from {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	to {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@-webkit-keyframes 'heart' {
	from {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	to {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@-ms-keyframes 'heart' {
	from {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	to {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
}




/* ======= ШРИФТЫ ======= */
