@charset "utf-8";
/* CSS Document */
/*
:root {
	--max-width: 1040px;
}
*/

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	/* border: 0; */
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
strong, b{ font-weight: bold;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End CSS Reset */

.no-borders-table {
	border: 0 !important;
}

table.no-borders-table td {
	border: 0 !important;
}

/* Typography 
-------------------------------------*/

* {margin: 0; padding: 0;}

body {
	background: #fff url(../img/head.jpg) 50% 0 repeat-x;
	font: 14px/18px 'PT Sans', Arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

em {
    font-style: italic !important;
}

html {height: 100%;}

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

img {vertical-align: middle; max-width: 100%;}

h1 {
	margin-bottom: 20px;
	font: bold 18px/1.1em 'PT Sans', Arial, sans-serif;
}

.large-tt {
	font: bold 26px/1.1em 'PT Sans', Arial, sans-serif;
	color: #212121;
}

h2 {
	margin-bottom: 10px;
	color: #212121;
	font: bold 16px/1.1em Arial, sans-serif;
}

h3 {
	margin-bottom: 15px;
	font: bold 16px/1.1em Arial, sans-serif;
}

.page-tt {
	display: block;
	margin-bottom: 17px;
	text-align: center;
	font: bold 24px/50px 'PT Sans', Arial, sans-serif;
	color: #fff;
	background-color: #b7b7b7;
}

.page-tt-small {
	line-height: 26px;
	font-size: 18px;
}

ul.inline-format {
	font: 14px Verdana, sans-serif;
	word-spacing: -.36em;
}

ul.inline-format li {
	word-spacing: normal;
}

.wrap-centered {
	display: block;
	text-align: center;
}

.typo-txt {
	margin: 20px 0 40px;
	line-height: 20px;
	font-size: 18px;
	clear: both;
}

.typo-txt p {
	margin-bottom: 20px;
}

.typo-txt-min-size {
	font-size: 14px;
	line-height: 17px;
}

.typo-txt ul li {
	margin-bottom: 15px;
}

.wrap-line-img {
	overflow: hidden;
	margin-left: -10px;
	margin-bottom: 20px;
}

.wrap-line-img img {
	float: left;
	margin: 0 0 10px 10px;

}

.map-page .wrap-line-img img {
	width: 241px;
	height: 165px;
}

.wrap-two-line {
	margin-left: -74px;
}

.wrap-two-line img {
	width: 460px;
	height: 280px;
	margin-left: 74px;
}

.aside-rigth-img {
	float: right;
	margin: 0 0 20px 40px;
}

.photo-event .wrap-line-img img {
	/*height: 240px;*/
}



/* Hover Effects 
-------------------------------------*/

.head-contacts a:hover, .main-news div h2 a:hover, .b-aside-list a:hover {
	text-decoration: underline;
}

.aside-brands a:hover img, .main-news a:hover img, .soc a:hover, .brands-list li a:hover img, .photo-bl ul li a:hover img, .video-list a:hover .video-wrap-img:before {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=9);
	-moz-opacity: 0.9; 
	-khtml-opacity: 0.9; 
	opacity: 0.9;
}

.btn {
	-moz-transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.btn:hover {
	background-color: #a6a6a6;
}

.page-404 div a, .catalog-menu ul li a:hover, .catalog-menu ul li.active a {
	text-decoration: underline;
	color: #fe2929;
}

.inner-head-nav ul li a:hover,
.inner-head-nav ul li.active a,
.b-aside-list a:hover,
.menu > ul > li > a:hover {
		color: #fe2929;

		-moz-transition: color 0.3s ease;
		-webkit-transition: color 0.3s ease;
		transition: color 0.3s ease;
}

.menu > ul > li > a:hover {
	color: #959595;
}

.b-aside-list a:hover {
	color: #000000;
}

.bread-crumbs li a:hover, .pagination li:hover {
	text-decoration: underline;
}

.page-404 div a:hover, .show-all:hover, .pgoto-all a:hover, .download-pdf a:hover, .aside-city span a:hover, .news a:hover {
	text-decoration: none;
}

.brands-list li:hover {
	border-color: #7f7f7f;

	-moz-transition: border-color 0.3s ease;
	-webkit-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;
}



/* Style Form 
-------------------------------------*/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
	position: relative;
	width: 231px;
	height: 21px;
	padding: 0 5px;
	color: #444;
	border: 1px solid #b7b7b7;
	background-color: #ebebeb;
	font: italic 14px 'PT Sans', Arial, sans-serif;
	outline: none;
}

textarea {
	height: 94px;
	padding: 5px;
	resize: none;
	vertical-align: middle;
}

.order-form input[type="text"],
.order-form input[type="password"],
.order-form input[type="email"],
.order-form input[type="tel"],
.order-form textarea {
	width: 211px;
	padding: 0 7px;
	font-size: 18px;
	height: 46px;
	margin-bottom: 4px;
}

.order-form textarea {
	height: 105px;
	padding: 10px 7px;
	margin: 12px 0 0;
}

.standart-form input[type="text"],
.standart-form input[type="email"],
.standart-form input[type="tel"],
.standart-form input[type="password"],
.standart-form textarea {
	width: 228px;
	margin-bottom: 5px;
	background-color: #fff;
	font-size: 16px;
	height: 24px;
}

.standart-form textarea {
	height: 70px;
}


/* checkbox input */
.jq-checkbox {
	top: -1px;
	width: 13px;
	height: 13px;
	border: 1px solid #C3C3C3;
	border-radius: 3px;
	background: url(../img/sprite.png) 0 0 no-repeat;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	vertical-align: middle;
	cursor: pointer;
}

.jq-checkbox.checked .jq-checkbox__div {
	width: 9px;
	height: 9px;
	margin: 2px 0 0 2px;
	border-radius: 2px;
	background: #666;
	box-shadow: inset 0 -3px 6px #AAA;
}

.jq-checkbox.focused {
	border: 1px solid #08C;
}

.jq-checkbox.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}


/* radio input */
.jq-radio {
	width: 12px;
	height: 12px;
	border: 1px solid #C3C3C3;
	border-radius: 50%;
	background: url(../img/sprite.png) 0 0 no-repeat;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	vertical-align: middle;
	cursor: pointer;
}

.jq-radio.checked .jq-radio__div {
	width: 6px;
	height: 6px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #666;
}

.jq-radio.focused {
	border: 1px solid #08C;
}

.jq-radio.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}


/* file input */
.jq-file {
	height: 45px;
	padding: 50px 0 1px;
	width: 228px;
}

.jq-file input {
	cursor: pointer;
	height: auto;
	line-height: 1em;
}

.jq-file__browse {	
	position: absolute;
	top: 0;
	left: 0;
	width: 206px;
	padding: 0 11px;
	height: 46px;
	font: bold 14px/44px 'PT Sans', Arial, sans-serif;
	color: #fff;
	border: none;
	background: #636363 url(../img/choise.png) 105px 60% no-repeat;
	text-align: right;
}

.focused .jq-file__name {
	border: 1px solid #5794BF;
}

.jq-file__name {
	width: 206px;
	padding: 0 10px;
	height: 44px;
	color: #898989;
	border: 1px solid #b7b7b7;
	background-color: #ebebeb;
	font: italic 18px/46px 'PT Sans', Arial, sans-serif;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


::-webkit-input-placeholder {color: #8f8f8f;}
:-moz-placeholder {color: #8f8f8f;}
.placeholder {color: #8f8f8f;}
.search input[type="text"] ::-webkit-input-placeholder {color: #b7b7b7;}
.search input[type="text"] :-moz-placeholder {color: #b7b7b7;}
.search input[type="text"] .placeholder {color: #b7b7b7;}
*:focus::-moz-placeholder {color: transparent !important;}
*[autofocus]::-moz-placeholder:focus {color: graytext !important;}
*:focus:-moz-placeholder {color: transparent !important;}
*[autofocus]:-moz-placeholder:focus {color: graytext !important;}
*:focus::-webkit-input-placeholder {color: transparent !important;}
*[autofocus]::-webkit-input-placeholder {color: graytext !important;}

.aside-form {
	float: right;
	margin-right: 100px;
}

.order-form {
	margin-right: 0;
	width: 241px;
}

.style-form {
	margin-bottom: 30px;
	width: 251px;
}

.standart-form {
	margin-right: 0;
	width: 240px;
}

.typo-txt .standart-form {
	margin: 0 0 20px 100px;
}

.standart-form-tt {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 6px;
}

.order-form > div {
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #ececec;
}

.order-tt-form {
	display: block;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: black;
	text-transform: uppercase;
	padding: 0 5px 2px 0;
}

.style-form .page-tt-small {
	margin-bottom: 0;
}

.style-form div {
	padding: 4px;
	background-color: #ebebeb;
	margin-bottom: 2px;
}


.search {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 12px;
}

.search input[type="text"] {
	position: relative;
	width: 170px;
	height: 25px;
	padding: 0 14px 0 30px;
	font: 14px 'PT Sans', Arial, sans-serif;
	color: #b7b7b7;
	background: none;
	border: 1px solid #000000;
}

.search input[type="button"] {
	width: 15px;
	height: 15px;
	position: absolute;
	left: 6px;
	top: 7px;
	background: url(../img/sprite.png) 0 0 no-repeat;
	border: none;
	cursor: pointer;
}



/* Button style 
-------------------------------------*/

.btn-form-wrap {
	margin: 6px 0;
	display: block;
	border-top: 2px solid #2c2c2b;
	padding: 8px 0;
	background: none;
}

.btn {
	border: #e21e2c;
	position: relative;
	display: inline-block;
	height: 36px;
	padding: 0px 14px;
	min-width: 170px;
	font: 18px 'PT Sans', Arial, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #e21e2c;
	background-color: #fff;
	cursor: pointer;
	border-style: solid;
}

a.btn {
	line-height: 36px;
}

.max-width-btn {
	min-width: 100%;
	display: block;
	width: 100%;
	padding: 0;
}

.btn-small {
	font-weight: bold;
	text-transform: uppercase;
	height: 26px;
	font-size: 14px;
}

a.btn-small {
	line-height: 26px;
}

.btn-large {
	height: 50px;
	font-weight: bold;
}

a.btn-large {
	line-height: 50px;
}

.order-form .btn {
	height: 45px;
}

.order-form a.btn {
	line-height: 45px;
}

/* fix button firefox */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: none;
	padding:0;
}



/* Navigation
-------------------------------------*/

.menu {
	margin-bottom: 25px;
	width: 999px;
}

.menu > ul {
	display: table;
	width: 100%;
}


.menu > ul > li:last-child { padding-right: 0px !important; }

.menu > ul > li {
	display: table-cell; 
	text-align: center;
	padding-right: 25px;
	font: bold 20px/32px 'PT Sans', Arial, sans-serif;
}


.menu > ul > li > a {
	color: #e21c2a;
}

.menu > ul > li > a > span {
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 5px;
	background: url(../img/pic-1.png) 0 0 no-repeat;
	margin-left: 0.2rem;
}

.menu > ul > li.active > a {
	color: #959595;
}

.menu > ul > li.active > a > span,
.menu > ul > li > a:hover > span {
	background: url(../img/pic-6.png) 0 0 no-repeat;
}


.bread-crumbs {
	width: var(--max-width);
	margin: 0 auto 5px;
}

.bread-crumbs li {
	display: inline-block;
	vertical-align: middle;
	color: #8f8f8f;
	font-size: 12px;
}

.bread-crumbs li a {
	color: #000000;
}


.pagination {
	padding: 30px 0;
}

.news .pagination {
	text-align: right;
	padding-top: 0;
}

.pagination li {
	display: inline-block;
	font-size: 18px;
	margin-right: 2px;
}

.pagination li a {
	color: #959595;
	text-decoration: none;
}

.pagin-back a {
	margin-left: 2px;
	font-weight: bold;
	font-style: italic;
	padding-right: 15px;
	background: url(../img/pic-4.png) 100% 70% no-repeat;
}


.inner-head-nav {
	position: relative;
	margin-bottom: 30px;
	height: 26px;
	background-color: #ebebeb;
	border-bottom: 4px solid #fff;

	-webkit-box-shadow: 0 6px 0 0 #ebebeb;
	-moz-box-shadow: 0 6px 0 0 #ebebeb;
	box-shadow: 0 6px 0 0 #ebebeb;
}

.inner-head-nav ul {
	width: var(--max-width);
	margin: 0 auto;
	line-height: 22px;
}

.inner-head-nav ul li {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	margin-left: 30px;
}

.inner-head-nav ul li a {
	color: #696969;
}

.arr-ic-2 {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 6px;
	margin-top: -3px;
	background: url(../img/pic-3.gif) 0 0 no-repeat;
}



/* Page 
width: 998px;
-------------------------------------*/

.clear {clear: both;}
.group:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

#wrapper {
	min-height: 100%;
	margin: 0 auto -209px;
}

.page-buffer {
	height: 218px;
}

.centered-bl {
	position: relative;
	width: var(--max-width);
	margin: 0 auto;
}


.page-404 {padding: 55px 0 70px 160px;}
.page-404 img {float: right;}

.page-404 div h1 {
	font-size: 24px;
	margin-bottom: 10px;
}

.page-404 div {
	margin-right: 505px;
	padding: 55px 0 0;
	color: #2c2c2b;
	font-size: 18px;
}

.page-404 div span {
	display: block;
	font: 18px/22px 'PT Sans', Arial, sans-serif;
	margin-bottom: 30px;
	text-transform: uppercase;
}



/* Header 
-------------------------------------*/

.head-pan {
	line-height: 27px;
	height: 29px;
	padding: 2px 0;
	text-align: right;
}

.lang-ic {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #b7b7b7;
	width: 140px;
}

.lang-ic a {
	margin-left: 5px;
}

.head-contacts {
	float: right;
	text-align: right;
	margin: 25px 0 0;
	width: 310px;
	font-size: 16px;
}

.head-numb {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 32px;
	font-weight: bold;
}

.head-numb span {
	font-size: 24px;
	color: #b7b7b7;
	font-weight: normal;
}

.head-contacts a {
	color: #e21c2a;
	margin-left: 8px;
}

.logo {
	float: none;
	width: 668px;
	margin: 0 0 30px;
	padding-top: 12px;
}

.logo img {
	margin-bottom: 5px;
}

.logo span {
	display: block;
	font-size: 18px;
	color: #b7b7b7;
	font-style: italic;
	background-color: #fff;
	margin-left: -10px;
	padding: 0 10px;
}

.main-banner {
	position: relative;
	width: var(--max-width);
	margin: 0 auto 26px;
}

.new-m-b {
	position: absolute;
	right: -1px;
	bottom: 0px;
	/*width: 164px;
	height: 136px;
	background: url(../img/sprite.png) 0 -21px no-repeat;*/
}

.new-m-b span {
	position: absolute;
	bottom: 20px;
	right: 22px;
	font:  20px/20px 'PT Sans', Arial, sans-serif;
	color: #212121;
	text-transform: uppercase;
}



/* Content
-------------------------------------*/

.content {
	float: right;
	width: 704px;
}

.main-news {
	margin-bottom: 40px;
}

.main-news .page-tt {
	margin-bottom: 7px;
}

.main-news article {
	margin-bottom: 10px;
	overflow: hidden;
}

.m-news-img {
	width: 158px;
	text-align: center;
	line-height: 120px;
	float: left;
	display: block;
}

.main-news div {
	margin-left: 168px;
	padding: 12px 15px;
	background-color: #ebebeb;
	color: #8c8c8c;
}

.main-news div h2 {
	margin-bottom: 0;
}

.main-news div h2 a {
	color: #212121;
}

.date {
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
}

.about {
	background: #ebebeb url(../img/ptrn-bg.jpg) 50% 100% no-repeat;
	padding: 22px 21px 30px 26px;
}

.about h1 {
	margin-bottom: 30px;
}

.arr-ic {
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
	width: 7px;
	height: 7px;
	background: url(../img/pic-2.png) 0 0 no-repeat;
}

.brands-list {
	margin-bottom: 50px;
	padding-top: 17px;
}

.brands-list ul {
	margin: 0 0 20px -12px;
}

.brands-list li {
	position: relative;
	float: left;
	width: 320px;
	height: 201px;
	line-height: 201px;
	margin: 0 0 12px 12px;
	border: 2px solid #f4f4f4;

	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

.brands-list li a {
	display: block;
	position: relative;
}

.brands-list li a span {
	position: absolute;
	bottom: 10px; 
	left: 0;
	text-align: center;
	width: 96%;
	padding: 0 2%;
	line-height: 20px;
	font-size: 18px;
	color: #000000;
}

.show-all {
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 1px;
}

.brands-item {
	margin-bottom: 30px;
}

.brands-item img {
	float: left;
	margin-bottom: 30px;
}

.b-aside-list {
	margin: 0 0 30px 520px;
	line-height: 24px;
	font-size: 18px;
}

.descript-brand-item {
	margin-bottom: 20px;
	font: 18px/24px 'PT Sans', Arial, sans-serif;
	color: #050505;
}

.faq {
	margin: 0 400px 30px 0;
}

.faq-list {
	margin-bottom: 20px;
}

.faq-list li {
	padding-left: 31px;
}

.faq-list li div {
	display: none;
	max-width: 470px;
}

.faq-list li.faq-open div {
	display: block;
}

.faq-tt,
.catalog-tt {
	display: block;
	font-size: 18px;
	line-height: 24px;
	position: relative;
	cursor: pointer;
}

.faq-tt:before,
.catalog-tt:before {
	content: ' ';
	position: absolute;
	left: -14px;
	top: 7px;
	width: 5px;
	height: 7px;
	background: url(../img/sprite.png) -16px -7px no-repeat;
}

.faq-open .faq-tt,
.catalog-open .catalog-tt,
.vakansii-open .catalog-tt, .expand-open .catalog-tt {
	cursor: default;
	line-height: 22px;
}

.faq-open .faq-tt:before,
.catalog-open .catalog-tt:before,
.vakansii-open .catalog-tt:before,
.expand-open .catalog-tt:before {
	width: 7px;
	height: 5px;
	background-position: -16px 0;
	left: -12px;
	top: 8px;
}

.faq-open p {
	font-size: 14px;
	line-height: 17px;
	margin: 15px 0 25px;
}

.faq-bottom {
	display: block;
	color: #898989;
	border-top: 1px solid #898989;
	margin-bottom: 12px;
	font-size: 12px;
}

.faq-bottom span {
	margin-right: 12px;
}

.faq-yes {color: #f31414;}
.faq-no {color: #192cb9;}

.photo-page {
	margin-bottom: 50px;
}

.photo-bl {
	padding: 10px 0 15px;
}

.photo-bl ul {
	overflow: hidden;
	margin-left: -10px;
}

.photo-bl ul li {
	float: left;
	margin: 0 0 10px 10px;
	width: 326px;
}

.photo-bl h2 {
	padding: 5px 0 1px;
	text-transform: uppercase;
	font-weight: normal;
}

.photo-bl h2 span {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0;
}

.pgoto-all {
	display: block;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
}

.pgoto-all a {
	text-decoration: underline;
	color: #000;
}

.catalog-aside-img {
	margin: 10px 0 40px;
	text-align: right;
	float: right;
	width: 504px;
}

.catalog-aside-img ul {
	margin-top: 8px;
	font: 14px Verdana, sans-serif;
	word-spacing: -.36em;
}

.catalog-aside-img li {
	text-align: left;
	width: 158px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px 10px;
	word-spacing: normal;
	font: bold 14px/18px 'PT Sans', Arial, sans-serif;
}

.catalog-aside-img ul li a {
	color: #000;
	display: block;
}

.c-aside-img {
	display: block;
	text-align: center;
	line-height: 146px;
	position: relative;
	border: 1px solid #ebebeb;
}

.name-c-prod {
	display: block;
	padding: 8px 2px 8px 30px;
	background: url(../img/pic-5.png) 14px 11px no-repeat;
}

.c-new {
	position: absolute;
	right: 6px;
	top: 2px;
	font-size: 18px;
	line-height: 18px;
	color: #e21c2a;
}

.catalog-menu {
	padding-top: 10px;
	margin: 0 580px 60px 0;
}

.catalog-menu > div {
	margin-bottom: 14px;
	padding-left: 14px;
}

.catalog-menu ul {
	display: none;
}

.catalog-menu .catalog-open ul {
	display: block;
	padding: 20px 0 0;
}

.catalog-menu ul li {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 9px;
}

.catalog-tt {
	font-weight: bold;
}

.catalog-open .catalog-tt:before {
	left: -14px;
}

.catalog-menu ul li a {
	color: #8f8f8f;
}

.catalog-two-line {
	margin-left: -10px;
}

.catalog-two-line li {
	width: 240px;
}

.catalog-two-line .c-aside-img {
	line-height: 190px;
	height: 190px;
	padding-bottom: 39px;
}

.catalog-mini-brand {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	height: 39px;
	line-height: 39px;
	background-color: #ebebeb;
}

.catalog-aside-tt {
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	margin: 0 0 20px 14px;
}

.catalog-prod-wrap {
	padding: 22px 0;
}

.catalog-prod-wrap h1 {
	margin-bottom: 5px;
}

.slogan-prod-top {
	display: block;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
}

.card-descript {
	clear: both;
	margin-bottom: 30px;
}

.card-descript p {
	margin-top: 16px;
	margin-bottom: 16px;
	/*text-indent: 20px;
	font-size: 18px;
	line-height: 21px;*/
}

.card-descript ul {
	margin-left: 40px;
}

.map-page {
	/*width: 745px;*/
	margin: 0 auto;
	margin-bottom: 30px;
}

.head-select-city {
	padding-top: 10px;
	margin-bottom: 30px;
}

.aside-city-info {
	float: right;
	width: 280px;
	margin-right: -80px;
}

.city-img {
	position: relative;
	float: left;
	width: 480px;
	margin-left: -25px;
}

.city-img span {
	position: absolute;
	font-size: 18px;
	color: #e21c2a;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.city-1 {
	right: 168px;
	top: 26px;
}

.city-2 {
	right: 224px;
	top: 86px;
}

.city-3 {
	right: 278px;
	top: 144px;
}

.city-4 {
	right: 355px;
	top: 206px;
}

.city-5 {
	right: 500px;
	top: 316px;
}

.city-img span.active:before {
	content: ' ';
	position: absolute;
	width: 62px;
	height: 62px;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
}

.city-1:before {
	right: -100px;
	bottom: -88px;
	background-position: -179px -158px;
}

.city-2:before {
	right: -94px;
	bottom: -88px;
	background-position: -117px -218px;
}

.city-3:before {
	right: -88px;
	bottom: -92px;
	background-position: -59px -280px;
}

.city-4:before {
	right: -107px;
	bottom: -90px;
	background-position: 0 -340px;
}

.city-5:before {
	right: -317px;
	bottom: -195px;
	background-position: 0 -445px;
}

.aside-c-inf-tt {
	display: block;
	margin: 75px 0 65px;
	width: 230px;
	font-size: 16px;
	font-weight: bold;
}

.aside-city {
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #e21c2a;
}

.aside-city span {
	display: block;
	color: #000;
	text-transform: none;
}

.aside-city span a {
	color: #005b95;
	text-decoration: underline;
}

.map-wrap {
	margin-bottom: 25px;
}

.how-aside {
	margin-right: 300px;
	font-size: 16px;
}

.how-aside b {
	margin-bottom: 20px;
	display: block;
}

.how-aside p {
	margin-bottom: 30px;
}

.how-aside p span {
	display: block;
	text-transform: uppercase;
}

.news {
	margin-bottom: 60px;
}

.news article {
	overflow: hidden;
	margin-bottom: 50px;
}

.news img {
	float: left;
	max-width: 366px;
}

.news article div {
	margin-left: 405px;
}

.news article .date {
	color: #000;
	display: block;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	padding-top: 5px;
}

.news article p {
	margin-bottom: 10px;
	line-height: 24px;
	font-size: 18px;
}

.news article div a {
	font-style: italic;
	font-weight: bold;
	color: #959595;
	text-decoration: underline;
}

.about-img-icon {
	padding: 45px 0 10px;
}

.about-img-icon div {
	margin-bottom: 40px;
	overflow: hidden;
}

.about-img-icon img {
	float: left;
	margin-left: 50px;
}

.about-img-icon p {
	margin-left: 210px;
	line-height: 22px;
}

.reviews article {
	overflow: hidden;
	margin-bottom: 10px;
}

.reviews article img {
	float: right;
	border: 1px solid #ebebeb;
}

.reviews article p {
	width: 740px;
	padding: 40px 0 20px;
	font-size: 18px;
	line-height: 20px;
}

.reviews article i {
	font-style: italic;
	font-size: 18px;
	display: block;
}

.video {
	padding: 20px 0;
}

.video-list {
	font: 14px Verdana, sans-serif;
	word-spacing: -.36em;
	margin-left: -10px;
	margin-top: 50px;
}

.video-list li {
	display: inline-block;
	vertical-align: top;
	word-spacing: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	font: 18px/22px 'PT Sans', Arial, sans-serif;
	margin: 0 0 40px 10px;
	width: 326px;
}

.video-list li a {
	color: #000;
	display: block;
}

.video-list li .date {
	font-weight: bold;
	font-size: 14px;
	text-transform: none;
	letter-spacing: 0;
	margin-top: 10px;
	line-height: 14px;
}

.video-list li i {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
	margin: 5px 0;
	text-transform: none;
	letter-spacing: 0;
}

.video-list li a:hover i {
	text-decoration: none;
}

.video-wrap-img,
.video-wrap-img img {
	display: block;
	position: relative;
	width: 326px;
	height: 195px;
}

.video-wrap-img:before {
	content: ' ';
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(../img/play.png) 50% 50% no-repeat;
	background-color: rgba(0, 0, 0, .64);
}

.vakansii-list {
	margin-bottom: 60px;
}

.vakansii-list > div {
	margin-bottom: 15px;
}

.vakansii-list p {
	margin: 14px 0;
}

.vakansii-list > div ul {
	padding-left: 15px;
	line-height: 17px;
}

.calendar-aside {
	float: right;
	width: 100%;
	margin: 20px 0 40px;
}

.calendar-aside p {
	margin: 0 0 40px;
}

.calendar-aside p b {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}

.calendar-aside-tt {
	display: block;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 40px;
}

.aside-cal-btn {
	display: block;
	margin-left: -36px;
}

.aside-cal-btn .btn {
	margin-left: 36px;
	text-transform: uppercase;
}

.photo-event {
	margin: 70px 0 40px;
	padding-top: 40px;
	border-top: 2px solid #ececec;
}

.photo-event h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 40px;
}





/* Aside
-------------------------------------*/

.aside {
	float: left;
	width: 242px;
}

.aside-bl {
	margin-bottom: 20px;
}

.aside-brands {
	padding-bottom: 10px;
}

.aside-brands li {
	border-top: 1px solid #ebebeb;
	text-align: center;
}

.aside-brands li:first-child {
	border: none;
}

.aside-brands li:first-child a {
	padding-top: 0;
}

.aside-brands li a {
	display: block;
	line-height: 69px;
	padding: 16px 0;
}

.aside-ser {
	padding-bottom: 10px;
}

.aside-ser li img,
.aside-catalog img {
	margin-bottom: 10px;
	border: 1px solid #ebebeb;
}



/* Footer 
-------------------------------------*/



/* Tabs
-------------------------------------*/

.tabs {
	display: block;
	overflow: hidden;
	margin: 0 0 33px 2px;
}

.tabs li {
	float: left;
	min-width: 142px;
	cursor: pointer;
	padding: 0 5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #636363;
	line-height: 37px;
	background-color: #b7b7b7;
}

.tabs li.current {
	background-color: #e21c2a;
	color: #fff;
}

.box {
	display: none;
	margin-bottom: 20px;
}

.box.visible {
	display: block;
}

.prod-char {
	display: inline-block;
	vertical-align: top;
	width: 730px; 
}

.prod-char table {
	width: 100%;
}

.prod-char td {
	border-bottom: 4px solid #fff;
	padding: 12px 15px 11px;
	color: #636363;
	/* font-weight: bold; */
	background-color: #ebebeb;
}

.prod-char td:first-child {
	/*text-transform: uppercase;*/
	font-weight: normal;
	width: 420px;
}

.download-pdf {
	display: inline-block;
	margin-left: 80px;
	vertical-align: top;
	text-align: center;
	width: 114px;
}

.download-pdf a {
	display: block;
	text-decoration: underline;
	color: #555555;
}

.download-pdf a span {
	display: block;
	text-align: center;
	margin-top: 3px;
	font-size: 18px;
}

.download-pdf a span:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 6px;
	background: url(../img/pic-7.png) 0 0 no-repeat;
	margin-right: 4px;
}

.prod-instruction {
	display: inline-block;
	vertical-align: top;
	width: 445px;
	margin: 0 0 20px 10px;
}

.prod-instruction p {
	font-size: 18px;
	line-height: 22px;
}

.prod-instruction > ul li {
	font-size: 18px;
	line-height: 22px;
	margin-top: 22px;
	position: relative;
}

.prod-instruction > ul ul li {
	padding-left: 45px;
}

.prod-instruction > ul ul li:before {
	content: ' ';
	position: absolute;
	left: 0px;
	top: 10px;
	width: 2px;
	height: 2px;
	background-color: #000;
}



/* Fancybox
-------------------------------------*/

.f-gallery {
	margin: 20px 0;
}

.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;
	-webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
					border-radius: 4px;
}

.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('../img/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('../img/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('../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	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: url('../img/fancybox_overlay.png');
}

.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, .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('../img/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('../img/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


/* Flexslider
-------------------------------------*/

/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {outline: none;}
.slides, .flex-control-nav, .flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flex-pauseplay span{text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after{content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child{display: block;}
.flexslider {margin: 0; padding: 0;}
.slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative;
}

.slides > li img {
	width: 100%;
}

.main-slider {
	display: none;
	position: relative;
	margin-bottom: 20px;
	zoom: 1;
}

.card-slider {
	position: relative;
	margin: 30px 0;
	zoom: 1;
	width: 494px;
	padding-bottom: 2px;
	border: 1px solid #ebebeb;
}

.card-slider .slides > li {
	height: 467px;
	line-height: 467px;
	text-align: center;
}

.carousel-flex {
	position: relative;
	margin-bottom: 20px;
	zoom: 1;
}

.carousel-flex .slides > li {
	padding: 0 10px;
}

.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px;}

.flex-direction-nav,
.flex-control-nav,
.flex-control-thumbs {
	display: none;
}

.card-slider .flex-control-thumbs {
	display: block;
	overflow-y: scroll;
	/*height: 353px;*/
	height: 100%;
}


/* Direction Nav */
.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	text-decoration:none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9999px;
}

.flex-direction-nav .flex-prev {
	left: -50px;
}

.flex-direction-nav .flex-next {
	right: -50px;
}

.flexslider:hover .flex-prev {
	opacity: 0.7;
	left: 10px;
}

.flexslider:hover .flex-next {
	opacity: 0.7;
	right: 10px;
}

.flexslider:hover .flex-next:hover, 
.flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0!important; filter:alpha(opacity=0);
	cursor: default;
}


/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	text-indent: -9999px;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;

	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
}

.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0,0,0,0.7);
}

.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0,0,0,0.9);
	cursor: default;
}


/* Thumb control */
.flex-control-thumbs {
	width: 200px;
	position: absolute;
	left: 502px;
	top: 0;
	display: none;
}

.flex-control-thumbs li {
	width: 156px;
	height: 150px;
	line-height: 148px;
	display: block;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
	cursor: pointer;
}

.flex-control-thumbs li img {
	width: 156px;
	height: 148px;
	/* border: 1px solid #ebebeb; */
}


/* ui-datepicker
-------------------------------------*/

.calendar {
	float: left;
	width: 100%;
	margin: 20px 0 40px;
	padding-bottom: 20px;
	background-color: #ebebeb;
}

.ui-datepicker {
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	background-color: #ebebeb;
	height: 42px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 50%;
	margin-top: -21px;
	width: 42px;
	height: 42px;
	text-indent: -9999px;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
	left: 110px;
}

.ui-datepicker .ui-datepicker-next {
	right: 110px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: 50%;
	margin-top: -4px;
	width: 5px;
	height: 7px;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
}

.ui-datepicker .ui-datepicker-prev span {
	background-position: -23px -7px;
}

.ui-datepicker .ui-datepicker-next span {
	background-position: -16px -7px;
}

.ui-datepicker .ui-datepicker-prev:hover span {
	background-position: -16px -16px;
}

.ui-datepicker .ui-datepicker-next:hover span {
	background-position: -23px -16px;
}

.ui-datepicker .ui-datepicker-title {
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font: 18px/42px 'PT Sans', Arial, sans-serif;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

.ui-datepicker table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ebebeb;
	background-color: #fff;
}

.ui-datepicker th {
	font-size: 14px;
	color: #959595;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px 0 5px;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	width: 69px;
	height: 54px;
	vertical-align: middle;
	font-size: 14px;
	text-align: center;
	border: 1px solid #ebebeb;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	width: 100%;
	height: 54px;
	line-height: 54px;
	color: #000000;
	text-align: center;
	text-decoration: none;
}

.ui-datepicker td .ui-state-active {
	background-color: #ebebeb;
}

.ui-datepicker td a:hover {
	color: #fff;
	background-color: #e21e2c;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}


/* Reveal modal window
------------------------------------- */

.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.46);
	z-index: 1001;
	display: none;
	top: 0;
	left: 0;
}

.reveal-modal {
	visibility: hidden;
	top: 110px!important;
	left: 50%;
	margin-left: -130px;
	width: 240px;
	background: #fff ;
	position: absolute;
	z-index: 1002;
	padding: 20px 10px 15px;
	border: 1px solid #c2c2c2;
}

.reveal-modal .close-reveal-modal {
	position: absolute;
	top: 1px;
	right: 1px;
	cursor: pointer;
	width: 12px;
	height: 12px;
	background: url(../img/close.png) 0 0 no-repeat;
}

.reveal-modal .standart-form-tt {
	margin-bottom: 15px;
}

.reveal-modal .btn {
	margin-top: 10px;
}
.error {
	border: 1px solid red!important;
}
.expand-block {
	display: none;
}
.expand-open .expand-block {
	display: block;
}

.calendar-head {
	position: relative;
	background-color: #ebebeb;
	height: 42px;
}
.calendar-month-navi {
	position: absolute;
	top: 50%;
	margin-top: -21px;
	width: 42px;
	height: 42px;
	text-indent: -9999px;
	cursor: pointer;
}
.calendar-month-navi span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: 50%;
	margin-top: -4px;
	width: 5px;
	height: 7px;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
}
.calendar-month-prev {
	left: 110px;
}
.calendar-month-prev span {
	background-position: -23px -7px;
}
.calendar-month-prev:hover span {
	background-position: -16px -16px;
}

.calendar-month-next {
	right: 110px;
}
.calendar-month-next:hover span {
	background-position: -23px -16px;
}
.calendar-month-next span {
	background-position: -16px -7px;
}
.calendar-month-title {
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font: 18px/42px 'PT Sans', Arial, sans-serif;
}
.calendar-row .disabled {
	color: #ffffff;
}
.day-link {
	color: #fff!important;
	background-color: #e21e2c;
}
.day-link.past {
	color: #000!important;
	background-color: #ebebeb;
}
.day-link:hover {
	color: #ffffff!important;
	background-color: #e21e2c;
}
.otgibText { position: absolute; display: block; right: 10px; bottom: 15px; z-index: 9999999; display: none;  }
.otgibText a { font-size: 20px; font-weight: bold; color: #212121; text-transform: uppercase; }

.head-select-city .tabs {
	overflow: visible;
	margin: 0;
}

.head-select-city .tabs li {
	float: none;
	min-width: 0;
	cursor: pointer;
	padding: 0;
	text-transform: none;
	font-size: 16px;
	color: #000000;
	line-height: 16px;
	background: none;
	text-align: left;
	display: inline;
	position: absolute;
}

.head-select-city .tabs li.current {
	background: none;
	color: #000;
}

.head-select-city .tabs li:before {
	content: ' ';
	position: absolute;
	left: -28px;
	top: 50%;
	width: 27px;
	height: 27px;
	margin-top: -10px;
	background: url(../img/map-el-2_old.png) 0 0 no-repeat;
}

.head-select-city .tabs li.current:before {
	width: 27px;
	height: 27px;
	left: -28px;
	margin-top: -10px;
	background: url(../img/map-el-1_old.png) 0 0 no-repeat;
}

.city-1 {
	top: 147px;
	left: 102px;
	width: 52px;
}

.city-2 {
	top: 222px;
	left: 198px;
	width: 97px;
}

.city-3 {
	top: 272px;
	left: 312px;
	width: 44px;
}

.city-4 {
	top: 295px;
	left: 300px;
	width: 92px;
}

.city-5 {
	top: 333px;
	left: 418px;
	width: 95px;
}

.map-page .aside-c-inf-tt {
	margin: 0 0 30px;
	width: 100%;
}

.aside-city {
	margin-bottom: 35px;
}


.head-select-city {
	width: 745px;
	height: 377px;
	position: relative;
	background: url(../img/map-select.jpg) 50% 0 no-repeat;
}
 
.pagination { width: 100%; }
.pagination a { padding: 5px; }
.blc_bopen a { text-align: left !important; height: auto !important; width: auto !important; line-height: 26px !important; padding: 10px !important; }
.blc_bopen { display: block;  position: absolute; display: none; border: 1px solid red; background-color: #FFF; padding: 10px; }

.bordered_li {
	border-bottom: 1px solid #000;
	padding: 10px 0;
}
.elem_pr_tbl { border-collapse: collapse; }  
.elem_pr_tbl td {
	border: 1px solid black;
	border-style: none solid solid solid;
}

.elem_pr_tbl td:last-child {

}

/*--clearfix--*/ 

.clearfix:after{clear:both;content:".";display:block;font-size:0;height:0;line-height:0;visibility:hidden}
.clearfix{zoom:1} 

.b-catalogs__item{
	display: inline-block;
	vertical-align: top;
	margin-bottom:20px;
	width: 150px; 	
	text-align: center; 
	margin-left: 20px; 
	margin-right: 20px;
}


.top__row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.link__row a{
    color:#e21c2a;
}

.flex-row{
	display: flex; 
	flex-direction: row;
}

.flex-column{
	display: flex; 
	flex-direction: column;
}

.full-width{
	width: 100%
}

.full-height{
	height: 100%
}

.fullscreen {
    border-radius: 0 !important;
    max-height: 100vh;
    max-width: 100vw;
    z-index: 6000;
}
.absolute-full,
.fixed-full,
.fullscreen {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.fixed,
.fixed-bottom,
.fixed-bottom-left,
.fixed-bottom-right,
.fixed-center,
.fixed-full,
.fixed-left,
.fixed-right,
.fixed-top,
.fixed-top-left,
.fixed-top-right,
.fullscreen {
    position: fixed;
}

.no-pointer-events {
    pointer-events: none !important;
}

.display-block{
	display: block;
}

.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.flex-center,
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.justify-around {
    justify-content: space-around;
}
.justify-evenly {
    justify-content: space-evenly;
}
.items-start {
    align-items: flex-start;
}
.items-end {
    align-items: flex-end;
}
.flex-center,
.items-center {
    align-items: center;
}
.items-baseline {
    align-items: baseline;
}
.items-stretch {
    align-items: stretch;
}
.content-start {
    align-content: flex-start;
}
.content-end {
    align-content: flex-end;
}
.content-center {
    align-content: center;
}
.content-stretch {
    align-content: stretch;
}
.content-between {
    align-content: space-between;
}
.content-around {
    align-content: space-around;
}
.self-start {
    align-self: flex-start;
}
.self-end {
    align-self: flex-end;
}
.self-center {
    align-self: center;
}
.self-baseline {
    align-self: baseline;
}
.self-stretch {
    align-self: stretch;
}

.backdrop {
	background: rgba(0,0,0,0.8);
    outline: 0;
    pointer-events: all;
    z-index: -1;
	opacity: 0.4;
}

.dialog-window {
	display: flex;
	position: fixed;
	bottom: 0;
    left: 0;
    right: 0;
    top: 0;
	padding: 24px;
}

.h1-catalog-item {
	font: bold 38px/1.1em 'PT Sans', Arial, sans-serif;
	margin-top: 5px; 
	margin-bottom: 10px;
	text-align: left;
}

.catalog-item-image-row {
	height: var(--max-image-height);
}

.catalog-item-image-col {
	width: 55%;
}

.catalog-item-button-col {
	width: 300px;
}

@media only screen and (max-width: 600px) {
	:root {
		--max-width: 500px;
		--max-image-height: 350px;
	}
	
	.logo span {
		display: none;
	}
	
	.h1-catalog-item {
		font: bold 30px/1.1em 'PT Sans', Arial, sans-serif;
	}
	
	.slogan-prod-top {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 5px;
	}
	
	.catalog-prod-wrap {
		padding: 5px 0;
	}
	
	.catalog-item-button-col {
		width: 170px;
	}
}

@media only screen and (min-width: 972px) {
	:root {
		--max-width: 1040px;
		--max-image-height: 600px;
	}
}