.page {
	background-color:#f5f5f5;
}
.page_wrapper {
	height:auto !important;
	margin:0 auto -429px;
	min-height:100%;
}
.paragraph {
	font-size:14px;
	color:#333;
	line-height:24px;
}
.wrapper {
	width:961px;
	margin:0 auto;
}

/* header */
.header {
	padding-top:25px;
	padding-bottom:12px;
	border-bottom:1px solid #bdcdd1;
}
.header_inner {
	width:987px;
	margin:0 auto;
}
.header__right_side {
	position:relative;
	float:right;
	max-width:805px;
}

.logo_link {
	position:relative;
	z-index:1;
	float:left;
	margin-top:9px;
	margin-left:13px;
}

.main_section {
	width:961px;
	margin:0 auto;
	padding-top:32px;
	padding-bottom:60px;
}


/* header nav */
.header__menu {
	position:relative;
	float:right;
	margin-top:21px;
	margin-bottom:3px;
}
.header__menu_wrapper {
	position:relative;
}
.header__menu__item {
	float:left;
	position:relative;
}
.header__menu__item__link {
	display:block;
	font-size:12px;
	color:#0b4781;
	text-decoration:none;
	text-transform:uppercase;
	padding:9px 10px 8px;
	line-height:1;
}
.header__menu__item__link:hover {
	background-color:#DCE7ED;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
}
.header__menu__item__link_active,
.header__menu__item__link_active:hover {
	/*cursor:default;*/
	color:#fff;
	background-color:#d6304a;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	/*pointer-events:none;*/
}

/* select region */
.select_region {
	/*position:absolute;
	left:10px;
	top:0;*/
	float:right;
}
.select_region__dropdown {
	float:left;
	position:relative;
	height:24px;
}
.select_region__dropdown__anchor {
	cursor:pointer;
	line-height:18px;
	padding:5px 14px 3px;
	display:block;
}
.select_region__dropdown__anchor_country {
	position:relative;
	font-size:14px;
	color:#0b4781;
	padding-left:27px;
}
.select_region__dropdown__anchor_country__border {
	position:relative;
	border-bottom:1px dashed #0b4781;
}
.select_region__dropdown__anchor_country__border:after {
	content:" ";
	position:absolute;
	right:-14px;
	top:6px;
	display:block;
	width:0;
	height:0;
	border-top:5px solid #0b4781;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
}
.select_region__dropdown__anchor_country__border_active {
	border-bottom:0;
}
.select_region__dropdown__anchor_country__border_active:after {
	border-top:0;
	border-bottom:4px solid #0b4781;
}
.select_region__dropdown__anchor_country:before {
	content:" ";
	position:absolute;
	left:0;
	bottom:2px;
	display:inline-block;
	width:18px;
	height:18px;
	background-position:-134px -75px;
}
.select_region__dropdown__anchor_city {
	font-size:11px;
	color:#869295;
}
.select_region__dropdown__anchor_city__border {
	position:relative;
	border-bottom:1px dashed #869295;
}
.select_region__dropdown__anchor_city__border:after {
	content:" ";
	position:absolute;
	right:-12px;
	top:3px;
	display:block;
	width:0;
	height:0;
	border-top:4px solid #869295;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
}
.select_region__dropdown__anchor_city__border_active {
	border-bottom:0;
}
.select_region__dropdown__anchor_city__border_active:after {
	border-top:0;
	border-bottom:4px solid #869295;
}
.select_region__dropdown__regions_list {
	position:absolute;
	left:9px;
	z-index:5;
	display:none;
	min-width:100%;
	overflow:hidden;
	padding:10px 0;
	background-color:#fff;
	box-shadow:0 0 6px rgba(0,0,0,0.4);
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
}
.select_region__dropdown__regions_list_active {
	display:block;
}
.regions_list__item__link {
	display:block;
	padding:4px 12px 4px 10px;
	font-size:11px;
	color:#004282;
	text-decoration:none;
}
.regions_list__item__link:hover {
	color:#fff;
	background-color:#004282;
}

/* header e links */
.header__e_links {
	float:right;
}
.header__e_links__item {
	position:relative;
	float:left;
	height:26px;
	line-height:26px;
	margin-left:20px;
}
.header__e_links__item_shop {
	width:100px;
}
.header__e_links__item_cat {
	width:90px;
}
.header__e_links__item__inner {
	position:relative;
	height:26px;
	width:10px;
	overflow:hidden;
	background-color:#fff;

	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}
.header__e_links__item__inner:before {
	content:" ";
	position:absolute;
	left:20px;
	top:4px;
	display:block;
	width:61px;
	height:18px;
}
.header__e_links__item__inner_shop {
	padding-left:90px;
}
.header__e_links__item__inner_cat {
	padding-left:80px;
}
.header__e_links__item__inner_shop:before {
	background-position:-328px -49px;
}
.header__e_links__item__inner_cat:before {
	background-position:-328px -72px;
}
.header__e_links__item__text {
	display:none;
	float:left;
	font-size:13px;
	color:#464646;
	font-style:italic;
	margin-right:10px;
}
.header__e_links__item__link {
	display:none;
	float:right;
	height:26px;
	line-height:26px;
	padding:0 20px;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
	color:#fffefe;
	background-color:#d6304a;

	-webkit-border-radius:0 15px 15px 0;
	-moz-border-radius:0 15px 15px 0;
	border-radius:0 15px 15px 0;
}
.header__e_links__item__inner:hover,
.header__e_links__item__inner.active {
	position:absolute;
	right:0px;
	width:325px;
	box-shadow:0 0 6px rgba(0,0,0,0.3);

	transition:box-shadow 0.2s linear, width 0.1s linear;
	-moz-transition:box-shadow 0.2s linear, width 0.1s linear;
	-webkit-transition:box-shadow 0.2s linear, width 0.1s linear;
	-o-transition:box-shadow 0.2s linear, width 0.1s linear;
}
.header__e_links__item__inner:hover .header__e_links__item__text,
.header__e_links__item__inner.active .header__e_links__item__text,
.header__e_links__item__inner:hover .header__e_links__item__link,
.header__e_links__item__inner.active .header__e_links__item__link {
	display:block;
}

/* main page slider */
.mainpage_slider {
	position:relative;
	height:315px;
	overflow:hidden;
	/*text-align:center;*/
	background-color:#dde6e8;
	border-top: 1px solid #bdcdd1;
	border-bottom: 1px solid #bdcdd1;
}
.mainpage_slider__item {
	position:absolute;
	left: 50%;
	top: 0;
	display:none;
	/*width: 1648px;*/
	width: 1920px;
	height:315px;
	/*margin-left:-823px;*/
	margin-left:-960px;
	background-position: center;
	background-repeat: no-repeat;

	/*box-shadow:0 0 45px rgba(0,0,0,0.2);*/
}
.mainpage_slider__item_active {
	display:block;
}
.mainpage_slider__item__text {
	position: relative;
	width:900px;
	margin:0 auto;
	font-size:36px;
	color:#0b4781;
	text-transform:uppercase;
	line-height:43px;
}
.mainpage_slider__item__text_red {
	color:#d6304a;
}
.mainpage_slider__item__text_shadow {
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 40px #fff, 0 0 40px #fff;
}
.mainpage_slider__item__link {
	position: absolute;
	display:inline-block;
	font-size: 16px;
	text-transform: none;
	text-decoration: none;
	line-height: 1;
	vertical-align: middle;

	text-shadow: 0 0 12px #fff, 0 0 16px #fff, 0 0 20px #fff, 0 0 24px #fff, 0 0 24px #fff;
}
.mainpage_slider__item__link:hover {
	opacity: 0.5;
}
	.mainpage_slider__item__link.c_fff {
		text-shadow: 0 0 8px #000, 0 0 12px #000;
	}
.mainpage_slider__item__link__icon {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 6px;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #dde6e8;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.mainpage_slider__item__link__icon:after {
	content: " ";
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
}
.mainpage_slider__item__link__icon_1:after {
	width: 34px;
	height: 27px;
	margin-left: -17px;
	margin-top: -13.5px;
	background-position: -210px 0;
}
.mainpage_slider__item__link__icon_2:after {
	width: 36px;
	height: 36px;
	margin-left: -18px;
	margin-top: -18px;
	background-position: -249px 0;
}
.mainpage_slider__item__link__icon_3:after {
	width: 36px;
	height: 24px;
	margin-left: -18px;
	margin-top: -11px;
	background-position: -290px 0;
}
.mainpage_slider__item__link__icon_4:after {
	width: 40px;
	height: 18px;
	margin-left: -20px;
	margin-top: -9px;
	background-position: -331px 0;
}

/* main page slider navigation */
.mainpage_slider__nav {
	position:absolute;
	left: 50%;
	top:21px;
	width: 900px;
	margin-left: -448px;
}
.mainpage_slider__nav__list {
	text-align:center;
}
.mainpage_slider__nav__list__item {
	position:relative;
	cursor:pointer;
	display:inline-block;
	width:35px;
	height:35px;
	margin-left: 3px;
	background-color:#fff;
	box-shadow: 0 0 0 1px #b4caca inset;

	-webkit-border-radius:35px;
	-moz-border-radius:35px;
	border-radius:35px;
}
.mainpage_slider__nav__list__item:after {
	content:" ";
	position:absolute;
	display:block;
	top:50%;
	left:50%;
}
.mainpage_slider__nav__list__item_first:after {
	width:20px;
	height:16px;
	margin-left:-10px;
	margin-top:-8px;
	background-position:0 0;
}
.mainpage_slider__nav__list__item_second:after {
	width:21px;
	height:21px;
	margin-left:-10px;
	margin-top:-11px;
	background-position:-25px 0;
}
.mainpage_slider__nav__list__item_third:after {
	width:21px;
	height:15px;
	margin-left:-10.5px;
	margin-top:-7px;
	background-position:-51px 0;
}
.mainpage_slider__nav__list__item_fourth:after {
	width:23px;
	height:11px;
	margin-left:-11.5px;
	margin-top:-6px;
	background-position:-77px 0;
}
.mainpage_slider__nav__list__item_first:hover:after,
.mainpage_slider__nav__list__item_active.mainpage_slider__nav__list__item_first:after {
	background-position:-105px 0;
}
.mainpage_slider__nav__list__item_second:hover:after,
.mainpage_slider__nav__list__item_active.mainpage_slider__nav__list__item_second:after {
	background-position:-130px 0;
}
.mainpage_slider__nav__list__item_third:hover:after,
.mainpage_slider__nav__list__item_active.mainpage_slider__nav__list__item_third:after {
	background-position:-156px 0;
}
.mainpage_slider__nav__list__item_fourth:hover:after,
.mainpage_slider__nav__list__item_active.mainpage_slider__nav__list__item_fourth:after {
	background-position:-182px 0;
}
.mainpage_slider__nav__list__item:hover,
.mainpage_slider__nav__list__item_active {
	box-shadow:0 0 0 1px #d6304a inset;
}
.mainpage_slider__nav__list__item:not(.mainpage_slider__nav__list__item_active):hover:after {
	opacity:0.85;
}
/* main page slider navigation arrows */
.mainpage_slider__nav_v2 {
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	width:34px;
	height:118px;
	margin-top:-59px;
	cursor:pointer;
}
.mainpage_slider__prev {
	margin-left:-493px;
	background-position:0 -179px;
}
.mainpage_slider__prev:hover {
	background-position:-78px -179px;
}
.mainpage_slider__next {
	margin-left:459px;
	background-position:-39px -179px;
}
.mainpage_slider__next:hover {
	background-position:-117px -179px;
}

/* main page popups */
.mainpage_popups {
	width:987px;
	margin:0 auto;
}
.mainpage_popups__item {
	position:relative;
	z-index:2;
	float:left;
	width:327px;
	height:110px;
	margin-top:-57px;
	margin-left:2px;
	/*margin-left:43px;*/
	background:none;
}
.mainpage_popups__item:first-child {
	margin-left:0;
}
.mainpage_popups__item__inner {
	padding-top:56px;
	text-align:center;
	background:none;

	transition:background 0.1s linear, box-shadow 0.1s linear, padding-bottom 0.1s linear;
	-moz-transition:background 0.1s linear, box-shadow 0.1s linear, padding-bottom 0.1s linear;
	-webkit-transition:background 0.1s linear, box-shadow 0.1s linear, padding-bottom 0.1s linear;
	-o-transition:background 0.1s linear, box-shadow 0.1s linear, padding-bottom 0.1s linear;
}
.mainpage_popups__item__image {
	width: 327px;
	display:none;
	opacity:0;
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}
.mainpage_popups__item__image_wrap {
	height: 0;
	overflow: hidden;
}
.mainpage_popups__item__inner:hover {
	position:absolute;
	bottom:-13px;
	width:100%;
	min-height:326px;
	margin-top:0;
	padding-top:0;
	padding-bottom:55px;
	overflow:hidden;
	background-color:#fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	box-shadow:0 0 6px rgba(0,0,0,0.4);

	transition:background 0.2s linear, box-shadow 0.1s linear, padding-bottom 0.1s linear;
	-moz-transition:background 0.2s linear, box-shadow 0.1s linear, padding-bottom 0.1s linear, opacity 1s ease;
	-webkit-transition:background 0.2s linear, box-shadow 0.1s linear, padding-bottom 0.1s linear;
	-o-transition:background 0.2s linear, box-shadow 0.1s linear, padding-bottom 0.1s linear;
}
.mainpage_popups__item__inner:hover .mainpage_popups__item__image_wrap {
	height: 195px;
}
.mainpage_popups__item__inner:hover .mainpage_popups__item__image {
	display:block;
}
.mainpage_popups__item__inner:hover .mainpage_popups__item__more_wrap {
	display: block;
}
.mainpage_popups__item__inner:hover .mainpage_popups__item__title {
	margin-top:14px;
	margin-bottom:10px;
}
.mainpage_popups__item__inner:hover .mainpage_popups__item__text {
	display:block;
}
.mainpage_popups__item__icon {
	position:relative;
	height:4px;
	display:block;
	background-color:#d6304a;
}
.mainpage_popups__item__icon:before {
	content:" ";
	position:absolute;
	left:50%;
	bottom:4px;
	display:block;
	width:108px;
	height:54px;
	margin-left:-54px;
	background-color:#d6304a;
	-webkit-border-radius:55px 55px 0 0;
	-moz-border-radius:55px 55px 0 0;
	border-radius:55px 55px 0 0;
}
.mainpage_popups__item__icon:after {
	content:" ";
	left:50%;
	bottom:10px;
	display:block;
	position:absolute;
}
.mainpage_popups__item__icon_1:after {
	width:40px;
	height:34px;
	margin-left:-20px;
	background-position:-49px -49px;
}
.mainpage_popups__item__icon_2:after {
	width:33px;
	height:34px;
	margin-left:-16.5px;
	background-position:0 -49px;
}
.mainpage_popups__item__icon_3:after {
	width:14px;
	height:34px;
	margin-left:-7px;
	background-position:-109px -49px;
}
.mainpage_popups__item__title {
	font-size: 16px;
	color: #D6304A;
	text-transform: uppercase;
	margin-top:16px;
	margin-bottom:8px;
}
.mainpage_popups__item__text {
	display:none;
	line-height:18px;
	margin:0 15px 14px;
	overflow:hidden;
}
.mainpage_popups__item__more_wrap {
	display: none;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 21px;
}
.mainpage_popups__item__more {
	max-width:234px;
	display:inline-block;
	padding:9px 26px;
	line-height:18px;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	background-color:#d6304a;

	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;

	transition:background 0.075s linear;
	-moz-transition:background 0.075s linear;
	-webkit-transition:background 0.075s linear;
	-o-transition:background background 0.075s linear;
}
.mainpage_popups__item__more:hover {
	background-color:#ff3353;
}

/* stock list widget */
.stock_widget_wrapper {
	width: 640px;
}
.stock_widget {
	display:block;
	margin-left:-20px;
}
.stock_widget__item {
	position:relative;
	width:200px;
	margin-bottom:15px;
	float:left;
	margin-left:20px;
}
.stock_widget__item:nth-child(3n+4) {
	clear:both;
}
.stock_widget__item__image_link {
	display:block;
	width:200px;
	height:130px;
	line-height:16px;
	font-size:13px;
	text-decoration:none;
	color:#666;
	background-color:#efefef;

	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.stock_widget__item__image_link:before {
	content:" ";
	position:absolute;
	display:block;
}
.stock_type_discount:before,
.stock_type_discount_disabled:before {
	left:-7px;
	top:-7px;
	width:75px;
	height:75px;
	background-position:0 -99px;
}
.stock_type_discount_disabled:before {
	background-position:0 -306px;
}
.stock_type_stock:before,
.stock_type_stock_disabled:before {
	left:-7px;
	top:-7px;
	width:69px;
	height:69px;
	background-position:-80px -99px;
}
.stock_type_stock_disabled:before {
	background-position:-80px -306px;
}
.stock_type_special:before,
.stock_type_special_disabled:before {
	left:-9px;
	top:9px;
	width:155px;
	height:39px;
	background-position:-153px -99px;
}
.stock_type_special_disabled:before {
	background-position:-153px -306px;
}
.stock_type_price:before,
.stock_type_price_disabled:before {
	left:-9px;
	top:10px;
	width:79px;
	height:41px;
	background-position:-313px -99px;
}
.stock_type_price_disabled:before {
	background-position:-313px -306px;
}
.stock_widget__item__image {
	display:block;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.stock_widget__item__link {
	display:block;
	margin-top:10px;
	line-height:16px;
	font-size:13px;
	color:#464646;
	text-decoration:none;
}
.stock_widget__item__link:hover {
	color:#d6304a;
}

/* info box */
.info_box {
	padding:27px 20px 28px;
	background-color:#fff;

	box-shadow:0 0 6px rgba(0,0,0,0.4);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;

	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.info_box__list {
	/*width:437px;*/
	padding-left:25px;
	list-style:disc outside;
}
.info_box__list__item {
	position:relative;
	left:15px;
	line-height:17px;
	font-size:14px;
	padding-bottom:10px;
}

.delivery_animated_block__hover {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	padding-top: 25px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	line-height: 16px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.delivery_animated_block {
	position:relative;
	padding-top:7px;
	padding-right:7px;
	width:100%;
}
.delivery_animated_block .info_box {
	min-height: 150px;
	transition:background-color 0.05s linear;
	-moz-transition:background-color 0.05s linear;
	-webkit-transition:background-color 0.05s linear;
	-o-transition:background-color 0.05s linear;
}
.delivery_animated_block:hover .info_box {
	background-color: #004282;
}
.delivery_animated_block:hover .delivery_animated_block__hover {
	display: block;
	transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	-webkit-transition:all 0.1s linear;
	-o-transition:all 0.1s linear;
}
.delivery_animated_block:hover .info_box * {
	visibility:hidden;
}

.attention_marker {
	position:relative;
}
.attention_marker:before {
	content:" ";
	position:absolute;
	right:-7px;
	top:-7px;
	display:block;
	width:89px;
	height:88px;
	background-position:-155px -205px;
}

/* parts list */
.parts_list {
	margin-left:-30px;
}
.parts_list__item {
	float:left;
	width:161px;
	min-height:186px;
	margin:0 0 15px 30px;
}
.parts_list__item:nth-child(4n+5) {
	clear:both;
}
.parts_list__item__link {
	display:block;
	color:#464646;
	font-size:13px;
	text-decoration:none;
}
.parts_list__item__link:hover {
	color:#d6304a;
}
.parts_list__item__title {
	line-height:16px;
	display:block;
	margin-right:10px;
	overflow:hidden;
}
.parts_list__item__image_wrap {
	margin-bottom:14px;
	box-shadow:0 0 6px rgba(0,0,0,0.4);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	overflow:hidden;
}
.parts_list__item__image {
	width:161px;
	height:131px;
	display:block;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

/* news list widget */
.news_widget_wrapper {
	width: 280px;
}
	.news_widget {
		/*padding: 14px 0 10px;*/
		padding: 10px 0;
		width: 280px;
		min-height: 365px;
		background-color: #fff;

		box-shadow: 0 0 0 1px #dde6e8 inset;

		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
	}
		.news_widget__item {
			position:relative;
			width:280px;
			float:left;
		}
		/*.news_widget__item:first-child {
			margin-left:0;
		}*/
			.news_widget__item__inner {
				/*margin:10px 18px 12px;*/
				margin:8px 18px;
				overflow:hidden;
			}
			.news_widget__item__text {
				display:block;
				margin-top:8px;
				line-height:14px;
				font-size:11px;
				color:#505f63;
				text-decoration: none;
			}
			.news_widget__item__text:hover {
				color:#d6304a;
			}

			.news_widget__item__title {
				display:block;
				font-size:14px;
				color:#0b4781;
				text-decoration:none;
				line-height:19px;
			}
			.news_widget__item__title:hover {
				color:#d6304a;
			}
			.news_widget__item__date {
			/*	position:absolute;
				left:20px;
				bottom:30px;*/
				font-size:13px;
				color:#8d8c8c;
			}
			.news_widget__item__more {
				/*position:absolute;
				right:18px;
				bottom:29px;*/
			}

/* news list page */
.news_list {
	margin-bottom:30px;
}
.news_list__item {
	position:relative;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:237px;
	border-bottom:1px solid #bdcdd1;
}
.news_list__item:after {
	content:".";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}
.news_widget__item__image_link {
	width:218px;
	height:151px;
	float:left;
	margin-left:-237px;
	color:#666;
	font-size:13px;
	line-height:16px;
	background-color:#efefef;

	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
}
.news_widget__item__image {
	display:block;

	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.news_list__item__info {
	width:100%;
}
.news_list__item__title {
	display:block;
	margin-top:-6px;
	margin-bottom:3px;
	font-size:18px;
	color:#0b4781;
	text-decoration:none;
	line-height:22px;
}
.news_list__item__title:hover {
	color:#d6304a;
}
.news_list__item__date {
	display:inline-block;
	padding:0 15px;
	margin-top:10px;
	height:26px;
	line-height:26px;
	font-size:13px;
	color:#8d8c8c;
	background-color:#fff;

	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}
.news_list__item__text {
	display:block;
	margin-top:10px;
	margin-right:40px;
	line-height:22px;
	overflow:hidden;
	font-size:14px;
	color:#464646;
}
.news_list__item__more {
	position:absolute;
	right:0;
	bottom:30px;
}

/* SERP */
.serp__item {
	position:relative;
	padding-top:30px;
	padding-bottom:30px;
	border-bottom:1px solid #bdcdd1;
}
.serp__item__title_link {
	display:block;
	margin-top:-6px;
	margin-bottom:3px;
	font-size:14px;
	color:#0b4781;
	text-decoration:none;
	line-height:18px;
}
.serp__item__title_link:hover {
	color:#d6304a;
}
.serp__item__title {
	display:block;
	margin-top:-6px;
	margin-bottom:3px;
	padding-right:40px;
	font-size:18px;
	color:#464646;
	text-decoration:none;
	line-height:22px;
}
.serp__item__more {
	position:absolute;
	right:0;
	bottom:20px;
}

/*vacancy lists*/
.vacancy_list__item__info {
    width:100%;
}
.vacancy_list__item__title {
    display:block;
    margin-top:-6px;
    margin-bottom:3px;
    font-size:18px;
    color:#0b4781;
    text-decoration:none;
    line-height:22px;
}
.vacancy_list__item__title:hover {
    color:#d6304a;
}
.vacancy_list__item__date {
    display:inline-block;
    padding:0 15px;
    margin-top:10px;
    height:26px;
    line-height:26px;
    font-size:13px;
    color:#8d8c8c;
    background-color:#fff;

    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
}
.vacancy_list__item__text {
    display:block;
    margin-top:10px;
    line-height:22px;
    overflow:hidden;
    font-size:14px;
    color:#464646;
}
.vacancy_list__item__more {
    position:absolute;
    right:0;
    bottom:30px;
}



/* range groups */
.range_groups_nav_bdr {
	height:1px;
	background-color:#bdcdd1;
	margin-top:-1px;
}
.range_groups_nav {
	position:relative;
	margin-left:-3px;
	display:table;
	table-layout:fixed;
	width: 967px;
	border-spacing:3px 0;
	z-index:1;
}
.range_groups_nav__item {
	cursor:pointer;
	display:table-cell;
	height:62px;
	padding-left:87px;
	padding-right:20px;
	color:#004282;
	vertical-align:middle;
	background-color:#dce7ed;
	border-bottom:1px solid #bdcdd1;

	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;

	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}/*
.range_groups_nav__item_legkovye {
	width:307px;
}
.range_groups_nav__item_dvigateli {
	width:233px;
}
.range_groups_nav__item_gruzovye {
	width:267px;
}*/
.range_groups_nav__item__icon {
	display:inline-block;
	margin-left:-67px;
	margin-right:14px;
	vertical-align:middle;
}
.icon_legkovye {
	width:49px;
	height:19px;
	background-position:-248px -234px;
}
.icon_dvigateli {
	width:42px;
	height:24px;
	background-position:-302px -234px;
}
.icon_gruzovye {
	width:49px;
	height:25px;
	background-position:-349px -234px;
}

.icon_legkovye.icon_active {
	background-position:-248px -205px;
}
.icon_dvigateli.icon_active {
	background-position:-302px -205px;
}
.icon_gruzovye.icon_active {
	background-position:-349px -205px;
}

.range_groups_nav__item__title {
	display:inline-block;
	font-size:13px;
	text-decoration:none;
}
.range_groups_nav__item_active {
	color:#d6304a;
	border:1px solid #c0cfd3;
	border-bottom:1px solid #f5f5f5;
	background-color:#f5f5f5;
	pointer-events:none;
}
.range_groups_nav__item__title_wrap {
	display:inline-block;
	vertical-align:middle;
}
.range_groups_head_wrapepr {
	/*margin-left:96px;*/
	overflow:hidden;
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}
.range_groups_head {
	width:100%;
	table-layout:fixed;
}

.range_groups_head__item {
	cursor:pointer;
	vertical-align:middle;
	text-align:center;
	font-size:12px;
	color:#fff;
	line-height:13px;
	padding:23px 5px 24px;

	border-left:1px solid #95a8b4;
	border-bottom:1px solid #95a8b4;
	background-color:#004282;
}
.range_groups_head__item:hover {
	background-color:#004b94;
}
.range_groups_head__item_active {
	cursor:default;
	color:#fff;
	border-bottom-color:#E68392;
	background-color:#d6304a;
	/*pointer-events:none;*/
}
.range_groups_head__item_active:hover {
	cursor: pointer;
	background-color: #eb3450;
}
.range_groups_head__item:first-child {
	border-left:0;
}

.range_groups_wrapepr {
	overflow:hidden;

	-webkit-border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
}
.range_groups {
	width:100%;
	table-layout:fixed;
}
.range_groups__row:nth-child(2) .range_groups__item_brand {
	-webkit-border-radius:10px 0 0 0;
	-moz-border-radius:10px 0 0 0;
	border-radius:10px 0 0 0;
}
.range_groups__item_head {
	vertical-align:middle;
	text-align:center;
	font-size:12px;
	color:#fff;
	line-height:13px;
	padding:0;

	border-left:1px solid #e68392;
	background-color:#d6304a;
}
.range_groups__item_head:hover {
	cursor: pointer;
	background-color: #eb3450;
}
.range_groups__item_head__wrap {
	position: relative;
	padding:26px 5px 30px;
}
.range_groups__item_head_active {
	background-color: #e43451;
}
.range_groups__item_head__wrap:before {
	content: " ";
	position: absolute;
	display: none;
	width: 15px;
	height: 15px;
	left: 50%;
	bottom: 9px;
	margin-left: -7.5px;
	vertical-align: middle;
	background-color: rgba(255,255,255,0.95);

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.range_groups__item_head__wrap:after {
	content: " ";
	position: absolute;
	display: none;
	width: 7px;
	height: 8px;
	left: 50%;
	bottom: 12px;
	margin-left: -3.5px;
	background-position: -389px -282px;
}
.range_groups__item_head:hover .range_groups__item_head__wrap:after,
.range_groups__item_head:hover .range_groups__item_head__wrap:before,
.range_groups__item_head_active:hover .range_groups__item_head__wrap:after,
.range_groups__item_head_active:hover .range_groups__item_head__wrap:before {
	display: block;
}
.range_groups__item_head_active .range_groups__item_head__wrap:after {
	display: block;
	background-position: -373px -282px;
}
.range_groups__item_head:first-child {
	border-left:0;
}
.range_groups__item_head_empty {
	width:96px;
}
.range_groups__item_brand {
	width:96px;
	vertical-align:middle;
	text-align:center;
	border-bottom:1px solid #f5f5f5;
	background-color:#fff;
}
.range_groups__item {
	height:95px;
	border:1px solid #fff;
	background-color:#dce7ed;
	text-align: center;
}
.range_groups__item_available {
	border-color: #dce7ed;
	background:#fff;
}
.range_groups__item__link {
	position:relative;
	display:block;
	height:95px;
}
.range_groups__item__link:before {
	content:" ";
	position:absolute;
	left:50%;
	top:50%;
	display:block;
	width:48px;
	height:17px;
	margin-top:-8.5px;
	margin-left:-24px;
	background-position:-327px -147px;
}

/* left side */
.left_side {
	float:left;
	width:225px;
}
.left_side__nav {
	width:184px;
	/*padding-bottom:16px;*/
	margin-left:-10px;
}
.left_side__nav__item {
	margin-bottom:3px;
}
.left_side__nav__item:last-child .left_side__nav__item__link,
.left_side__nav__item:last-child .left_side__sub_nav {
	border-bottom:0;
}
.left_side__nav__item__link {
	position:relative;
	display:block;
	padding:11px 30px 12px 11px;
	line-height:14px;
	color:#004282;
	font-size:12px;
	text-decoration:none;
	overflow:hidden;
	background-color:#e3e7eb/*004282*/;

	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;

	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.left_side__nav__item__link:active {
	outline:none;
}
.left_side__nav__item__link:hover {
	color:#004282;
	background-color:#e3e7eb;
}
.left_side__nav__item_active {
	position:relative;
	z-index:1;
	background-color:#fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.left_side__nav__item__link_active {
	color:#D6304A;
	background-color:#fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	cursor:pointer;
	pointer-events:none;
}

.left_side__nav__item__link_expandable:after {
	content:" ";
	position:absolute;
	right:15px;
	top:19px;
	border-top:4px solid #004282;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
}
.left_side__nav__item__link_expanded {

}
.left_side__nav__item__link_expanded:after {
	border-top:0;
	border-bottom:4px solid #D6304A;
}
.left_side__nav__item__link_active:hover {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.left_side__nav__item__link_active.left_side__nav__item__link_expanded {
	border-bottom:1px solid #dde0e8;
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}
.left_side__nav__item__link_active.left_side__nav__item__link_expanded:hover {
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}
.left_side__nav__item__link:hover {
	background-color:#e8ecf0;
}
.left_side__nav__item__link:hover:after  {
	border-top-color:#004282;
	border-bottom-color:#004282;
}
.left_side__nav__item__link_active.left_side__nav__item__link_expanded,
.left_side__nav__item__link_active.left_side__nav__item__link_expandable {
	cursor:pointer;
	pointer-events:auto;
}

/*.left_side__nav__item__link_active.left_side__nav__item__link_expanded:after {
	right:10px;
}*/
.left_side__nav_title {
	margin-top:15px;
	font-size:16px;
	display:block;
}

.left_side__sub_nav {
	display:none;
	-webkit-border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
}
.left_side__sub_nav_active {
	display:block;
}
.left_side__sub_nav__item {
	overflow:hidden;
	border-bottom:1px solid #dde0e8;
}
.left_side__sub_nav__item:last-child {
	border-bottom:0;
	-webkit-border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
}
/*.left_side__sub_nav__item:hover {
	background-color:#ebeef1;
}*/
.left_side__sub_nav__item__link {
	display:block;
	padding:7px 10px 7px 11px;
	line-height:13px;
	color:#004282;
	font-size:12px;
	text-decoration:none;
	overflow:hidden;
}
.left_side__sub_nav__item__link_active {
	color:#D6304A;
/*	pointer-events:none;*/
}
.left_side__sub_nav__item__link:hover {
	background-color:#ebeef1;
}
.left_side__sub_nav__item__link_active:hover {
	text-decoration:none;
	background-color:#fff;
}
.sub_elem_4 {
	font-size:11px;
	padding-left:21px;
}

/* right side */
.right_side {
	position:relative;
	float:right;
	width:735px;
	padding-top:2px;
}

/* for professonals */
.prof_list {
	margin-left:-30px;
}
.prof_list__item {
	position:relative;
	float:left;
	width:225px;
	text-align:center;
	margin-left:30px;
	margin-bottom:30px;
	overflow:hidden;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	box-shadow:0 0 6px rgba(0,0,0,0.4);
}
.prof_list__item__nav_active {
	display:block;
	z-index:5;
}
.prof_list__item:hover .prof_list__item__nav {
	display:block !important;
}
.prof_list__item__red_box {
	overflow:hidden;
	height:165px;
	border-bottom:#d6304a 4px solid;
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}
.prof_list__item__image {
	display:block;
	height:165px;
	width:225px;
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}
.prof_list__item__title {
	display:block;
	margin:18px 0;
	font-size:14px;
}
.prof_list__item__nav_wrapper {
	opacity:0;
	position:absolute;
	top:0;
	height:166px;
	width:225px;
	background-color:#d6304a;

	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}
.prof_list__item:hover .prof_list__item__nav_wrapper {
	opacity:1 !important;
}
.prof_list__item__nav {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display:none;
	width:225px;
	padding-top:15px;
	overflow:hidden;
}
.prof_list__item__nav__item {

}
.prof_list__item__nav__item__link {
	display:inline-block;
	padding:9px 17px;
	margin:0 10px;
	font-size:13px;
	color:#fff;
	text-decoration:none;

	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.prof_list__item__nav__item__link:hover {
	background-color:#e26f81;
}

/* partners list */
.partners_list_wrapper {
	background-color:#e8edee;
	border-top:1px solid #bdcdd1;
	border-bottom:1px solid #bdcdd1;
	margin-bottom:-1px;
}
.partners_list {
	display:table;
	width:auto;
	max-width: 961px;
	height:116px;
	margin:0 auto;
	text-align:center;
}
.partners_list__item {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	padding:0 29px;
}
/*.partners_list__item:first-child {
	text-align:left;
}
.partners_list__item:last-child {
	text-align:right;
}*/
.partners_list__item__logo_hover {
	display:none;
}

/* company page */
.company__info {
	float:left;
	width:485px;
	margin-right:30px;
	overflow:hidden;
	background-color:#fff;

	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.company__info__inner {
	padding:20px;
}
 /* company gallery */
.company__gallery {
	position:relative;
	display:block;
	width:485px;
	height:311px;
}
.company__gallery__item {
	position:absolute;
	display:block;
	width:485px;
	height:311px;
	display:none;
}
.company__gallery__item_active {
	display:block;
}
.company__gallery__nav {
	position:absolute;
	z-index:2;
	top:50%;
	margin-top:-23px;
	display:block;
	width:45px;
	height:45px;
	cursor:pointer;
	background-color:rgba(0,0,0,0.5);
}
.company__gallery__nav:hover {
	background-color:#000;
}
.company__gallery__nav_prev {
	left:0;
	-webkit-border-radius:0 8px 8px 0;
	-moz-border-radius:0 8px 8px 0;
	border-radius:0 8px 8px 0;
}
.company__gallery__nav_next {
	right:0;
	-webkit-border-radius:8px 0 0 8px;
	-moz-border-radius:8px 0 0 8px;
	border-radius:8px 0 0 8px;
}
.company__gallery__nav:before {
	content:" ";
	position:absolute;
	display:block;
	width:9px;
	height:19px;
	left:50%;
	top:50%;
	margin-left:-4.5px;
	margin-top:-9.5px;
}
.company__gallery__nav_prev:before {
	background-position:-275px -52px;
}
.company__gallery__nav_next:before {
	background-position:-289px -52px;
}
 /* company map */
.company__contacts__map {
	height:238px;
}
 /* company staff */
.company__staff {
	margin-left:-28px;
}
.company__staff__item {
	float:left;
	width:219px;
	margin-left:28px;
	padding-bottom:21px;
	padding-top:20px;
	border-top:1px solid #bdcdd1;
}
.company__staff__item:first-child {
	padding-top:0;
	border-top:0;
}
.branches_list__company__staff .company__staff__item:nth-child(-n+3) {
	padding-top:0;
	border-top:0;
}
.branches_list__company__staff .company__staff__item:last-child {
	border-bottom:0;
}
.branches_list__company__staff .company__staff__item:nth-child(3n+4) {
	clear:both;
}
.company__staff__item:last-child {
	border-bottom:1px solid #bdcdd1;
}
.company__staff__item__title {
	margin-top:-4px;
	display:inline-block;
	font-size:16px;
	line-height:19px;
}
.company__staff__item__inner {
	margin-top:19px;
	padding-left:117px;
}
.company__staff__item__photo {
	float:left;
	margin-left:-117px;
	margin-top:2px;
	background-color:#efefef;
	color:#666;
	font-size:11px;
	line-height:14px;
	text-align:center;

	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}
.company__staff__item__info__post {
	display:block;
	margin-top:-2px;
	margin-bottom:10px;
	color:#8d8c8c;
	font-size:13px;
}
.company__staff__item__info__phone {
	display:block;
	margin-bottom:10px;
	line-height:16px;
	color:#464646;
	font-size:13px;
}

/* delivery */
.delivery__dropdown_wrap {
	margin-bottom:-4px;
	margin-left:5px;
}
.delivery__times {
	display:table;
	table-layout:fixed;
}
.delivery__times__item {
	display:table-cell;
	width:33.3%;
	padding:0 35px;
	color:#9d9d9d;
	border-left:1px solid #bdcdd1;

	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.delivery__times__item_active {
	color:#464646;
}
.delivery__times__item:first-child {
	border-left:0;
	padding-left:20px;
}
.delivery__times__item:last-child {
	padding-right:20px;
}
.delivery__times__item__value_bg {
	display:block;
	width:124px;
	height:124px;
	margin:1px auto 0;
	text-align:center;
	background-color:#c5c9ca;
	-webkit-border-radius:70px;
	-moz-border-radius:70px;
	border-radius:70px;
}
.delivery__times__item__value_bg_active {
	background-color:#d6304a;
}
.delivery__times__item__value {
	display:block;
	padding-top:27px;
	padding-bottom:1px;
	font-size:50px;
	color:#fff;
}
.delivery__times__item__value_name {
	display:block;
	font-size:16px;
	color:#fff;
}
.delivery__times__item__title {
	display:block;
	margin-top:20px;
	text-align:center;
	font-size:18px;
}
.delivery__times__item__desc {
	display:block;
	margin-top:15px;
	font-size:14px;
	line-height:21px;
}

.delivery__popup {
	position:absolute;
	left:50%;
	top:0;
	z-index:10;
	display:none;
	width:680px;
	margin-left:-340px;
	padding:30px 15px 40px 30px;
	background-color:#fff;

	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;

	box-shadow:0 0 6px rgba(0, 0, 0, 0.4);

	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.delivery__popup__text {
	display:block;
	font-size:16px;
	line-height:24px;
	margin-bottom:23px;
}
.delivery__regions_list {
	display:table;
	table-layout:fixed;
	width: 100%;
}
.delivery__regions_list__item {
	display:table-cell;
	width:210px;
	padding-left:15px;
	border-left:1px solid #bdcdd1;
}
.delivery__regions_list__item:first-child {
	border-left:none;
	padding-left:0;
}
.delivery__regions {
	margin-top: -5px;
	margin-bottom: -5px;
	padding-right:15px;

	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.delivery__regions__item,
.delivery__regions__item_sub {
	margin-bottom:3px;
}
.delivery__regions__item__link,
.delivery__regions__item__link_sub {
	display: inline-block;
	padding:4px 0 5px;
	font-size:14px;
	line-height:18px;
}
.delivery__regions__item__link_active,
.delivery__regions__item__link_active:hover,
.delivery__regions__item__link_sub_active,
.delivery__regions__item__link_sub_active:hover {
	padding:4px 12px 5px;
	margin-left:-2px;
	color:#fff;
	background-color:#d6304a;

	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;

	pointer-events:none;
}
.delivery__regions__item__link_sub {
	font-size:12px;
}
.delivery__popup__close {
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	width: 26px;
	height: 26px;
	background-position: -273px -263px;
}
.delivery__popup__close:hover {
	background-position: -304px -263px;
}

/* contacts page */
.contacts__map {
	position:relative;
	width:734px;
	overflow:hidden;
	background-color:#fff;
	border:1px solid #9cbcd3;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.contacts__map__image {
	display:block;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.contacts__map__marker {
	position:absolute;
	display:block;
	margin-left:-14px;
	margin-top:-33px;
	cursor:pointer;
	width:28px;
	height:28px;
	line-height:28px;
	font-size:12px;
	color:#fff;
	text-align:center;
	background-color:#1f588e;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
}
.contacts__map__marker:hover {
	z-index:2;
}
.contacts__map__marker:after {
	content:" ";
	position:absolute;
	bottom:-6px;
	left:50%;
	margin-left:-7px;
	display:block;
	width:0;
	height:0;
	border-top:8px solid #1f588e;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
}
.contacts__map__marker_active {
	background-color:#D6304A;
	pointer-events:none;
}
.contacts__map__marker_active:after {
	border-top:8px solid #D6304A;
}
.branches_list {
	margin-left:-39px;
}
.branches_list__item {
	float:left;
	width:210px;
	min-height:101px;
	margin-left:39px;
	padding:30px 0 25px 138px;
	overflow:hidden;
	border-top:1px solid #bdcdd1;
}
.branches_list__item:nth-child(2n+3) {
	clear:both;
}
.branches_list__item:first-child,
.branches_list__item:not(.branches_list__item):nth-child(2) {
	border-top:0;
}
.branches_list__item__image_link {
	float:left;
	width:125px;
	height:90px;
	margin-left:-138px;
	overflow:hidden;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.branches_list__item__image_link {
	display:block;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.branches_list__item__title {
	display:block;
	font-size:18px;
	line-height:21px;
	margin-top:-2px;
	margin-bottom:13px;
}
.branches_list__item__info {
	position:relative;
	overflow:hidden;
	line-height:1.2;
}
.branches_list__item__info__address {
	display:block;
	font-size:13px;
	line-height:18px;
	margin-bottom:2px;
}
.branches_list__item__info__phone {
	display:block;
	margin-bottom:17px;
}
.branches_list__item__more {
	position:absolute;
	right:0;
	bottom:0;
}
.branches_list_h {
	width:100%;
	margin-left:0;
}
.branches_list_h__item {
	margin-left:0;
	padding-top:60px;
	width:100%;
	display:block;
	float:none;
	border-color:#bdcdd1;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.branches_list_h__item:first-child {
	padding-top:30px;
}
.branches_list_h__item_staff {
	padding-top:0;
	padding-bottom:10px;
	/*border-top:3px solid #dde6e8;*/
}

/* socials list */
.socials_icons__item {
	float:left;
	margin-right:10px;
	color:#9b9a9a;
	font-size:11px;
	text-transform:uppercase;
	line-height:24px;
}
.socials_icons__item__link {
	display:block;
	width:24px;
	height:24px;
}
.socials_icons__fb {
	background-position:-153px -147px;
}
.socials_icons__tw {
	background-position:-182px -147px;
}
.socials_icons__od {
	background-position:-211px -147px;
}
.socials_icons__vk {
	background-position:-240px -147px;
}
.socials_icons__gp {
	background-position:-269px -147px;
}
.socials_icons__yt {
	background-position:-298px -147px;
}
.socials_icons__fb:hover {
	background-position:-153px -176px;
}
.socials_icons__tw:hover {
	background-position:-182px -176px;
}
.socials_icons__od:hover {
	background-position:-211px -176px;
}
.socials_icons__vk:hover {
	background-position:-240px -176px;
}
.socials_icons__gp:hover {
	background-position:-269px -176px;
}
.socials_icons__yt:hover {
	background-position:-298px -176px;
}

/* search box */
.search_box {
	position:relative;
}
.search_box__field {
	display:block;
	height:27px;
	font-size:13px;
	color:#464646;
	padding:1px 30px 0 10px;
	border:1px solid #c1d0d3;

	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}
.search_box__field.placeholder {
	color:#9b9a9a;
	font-size:11px;
}
.search_box__field::-webkit-input-placeholder {
	color:#9b9a9a;
	font-size:11px;
}
.search_box__field:-moz-placeholder { /* Firefox 18- */
	color:#9b9a9a;
	font-size:11px;
}
.search_box__field::-moz-placeholder {  /* Firefox 19+ */
	color:#9b9a9a;
	font-size:11px;
}
.search_box__field:-ms-input-placeholder {
	color:#9b9a9a;
	font-size:11px;
}
.search_box__button {
	position:absolute;
	right:1px;
	top:1px;
	text-align:center;
	width:26px;
	height:26px;
	border:none;
	background:none;
	opacity:0.85;

	-webkit-border-radius:0 15px 15px 0;
	-moz-border-radius:0 15px 15px 0;
	border-radius:0 15px 15px 0;
}
.search_box__button:hover {
	opacity:1;
}
.search_box__button:after {
	content:" ";
	display:inline-block;
	vertical-align:middle;
	width:12px;
	height:13px;
	margin-bottom:1px;
	background-position:-232px -75px;
}

/* outlets */
.outlets {

}
	.outlets__filter {

	}
		.outlets__filter__item {
			float: left;
			margin-left: 20px;
		}

	.outlets__list {

	}
        .outlets__list__item {
			float: left;
	        width: 18%;
	        padding-right: 2%;
	        margin-bottom: 30px;
        }
        .outlets__list__item:nth-child(5n+6) {
	        clear: both;
        }
            .outlets__list__item__link {
	            display: block;
	            line-height: 1.2;
            }

/* footer */
.footer_pusher {
	height:429px;
}
.footer {
	min-height:428px;
	border-top:1px solid #bdcdd1;
}
.footer__inner {
	margin:57px auto 0;
	min-height:216px;
	width:961px;
}

/* footer nav */
.footer__menu {
	float:left;
	width:185px;
	margin-right:9px;
	margin-bottom:20px;
}
.footer__menu:nth-child(5n) {
	margin-right: 0;
}
.footer__menu:nth-child(5n+6) {
	clear: both;
}
.footer__menu_last {
	margin-right:0;
}
.footer__menu__head_item {
	font-size:11px;
	color:#565a5d;
	text-transform:uppercase;
	margin-bottom:9px;
}
.footer__menu__head_item__link {
	display:block;
	font-size:11px;
	color:#565a5d;
	text-transform:uppercase;
	text-decoration:none;
}
.footer__menu__item__link {
	text-decoration:none;
	color:#666;
	font-size:11px;
	line-height:18px;
}
.footer__menu__item__link:hover {
	color:#d6304a;
	text-decoration:none;
}

/* footer bottom */
.footer__bottom {
	min-height:154px;
	border-top:1px solid #bdcdd1;
}
.footer__bottom__inner {
	width:961px;
	margin:0 auto;
}
.footer__seo {
	font-size:11px;
	color:#9b9a9a;
	line-height:14px;
	margin-top:28px;
	margin-bottom:29px;
}
.footer__copyright {
	float:left;
	color:#8d8c8c;
	font-size:11px;
	line-height:14px;
}
.footer__studio {
	float:right;
	text-align:right;
	font-size:11px;
	color:#999;
}
.footer__studio__link {
	font-size:14px;
	text-decoration:none;
	color:#999;
}
.footer__studio__link_anchor {
	font-size:11px;
	color:#999;
	text-decoration: none;
}
.footer__studio__year {
	font-size:9px;
	margin-top: 3px;
}
.footer__studio__logo {
	margin: 0 3px -1px 2px;
	display:inline-block;
	width:14px;
	height:11px;
	background-position:-175px -75px;
}

/* datepicker field wrapper */
.datepicker_hidden {
	/*position: absolute;*/
	/*width: 0;*/
	height: 0;
	/*overflow: hidden;*/
}
	.datepicker_hidden .field_error {
		text-align: left;
	}

/* icons */
.icon {
	display: inline-block;
	font-size: 0;
}
.icon_date {
	width: 24px;
	height: 24px;
	background-position: -83px -385px;
}
.icon_date:hover,
*:hover > .icon_date {
	background-position: -112px -385px;
}

/* colors */
.c_004282 {
	color: #004282;
}
.c_fff {
	color: #fff;
}
.c_445459 {
	color: #445459;
}

/* other */
.category_link_v1 {
	color: #464646;
	font-size: 16px;
	text-decoration: none;
}

.page-tool {
	display: block;
	clear: both;
	padding: 20px 0;
}

.page-tool:after {
	display: block;
	content: '';
	clear: both;
}

.page-tool__item {
	float: left;
	margin: 0 15px 10px 0;
}

.page-tool__item_social {
	padding-top: 6px;
}

.page-tool__item table {
	width: auto !important;
	margin-top: 0 !important;
	line-height: normal !important;
}

.page-tool__item table td {
	padding: 0 !important;
	border: 0 !important;
}
