/** {
	margin: 0;
	padding: 0;
	font-size: 0;
}*/

@font-face {
    font-family: Muller;
    src: url(font/Muller/Muller-Thin-DEMO.otf), url(font/Muller/Muller-Thin-DEMO.ttf);
}

.v-align {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

#pluses {
	background: #113865;
	font-family: "Lato Bold";
	text-align: center;
	clear: both;
}

#pluses .item .text {
	font-size: 15px;
	color: #fff;
}

#pluses .item .link {
	font-size: 15px;
	color: #fff;
}

#pluses .column {
	display: inline-block;
}

#pluses .item {
	display: inline-block;
	text-align: left;
	height: 145px;
	padding-top: 45px;
	box-sizing: border-box;
	margin: 0 28px;
}

#pluses .item > * {
	vertical-align: top;
}

#pluses .item img {
	display: inline-block;
}

#pluses .item .content {
	display: inline-block;
	padding-left: 20px;
	width: 200px;
	box-sizing: border-box;
}

#copyright_block {
	height: 35px;
	line-height: 35px;
	color: white;
	font-size: 14px;
	background: #464646;
	text-align: center;
}

#footer {
	background: #323233;
}

#footer > .content {
	text-align: center;
	padding: 35px 0;
}

#footer .item {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 25px;
}

#footer .phone_block {
	text-align: right;
	display: inline-block;
}

#footer .caption_block {
	display: inline-block;
	padding-right: 15px;
}

#footer .caption_block .fcaption {
	font-size: 16px;
	color: white;
}

#footer .caption_block .fcaption > * {
	display: inline-block;
	vertical-align: middle;
}

#footer .caption_block .fcaption, #footer .phone_block .phone {
	height: 30px;
	line-height: 30px;
}

#footer .phone_block .phone {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#footer .contact_block {
	text-align: right;
}

#footer .contact_block .link {
	color: white;
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
	display: block;
}

#footer .logo_block {
	text-align: center;
}

#footer .footer_feedback_button {
	cursor: pointer;
	background: #44bd5a;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	font-size: 15px;
	height: 45px;
	line-height: 45px;
	padding: 0 25px;
	display: block;
	margin-top: 35px;
}

#footer #footer_logo {
	display: block;
	margin: auto auto 45px auto;
}

#footer .social_block {
	text-align: center;
}

#footer .social_block .link {
	margin: 0 2px;
}

#footer .social_block .main_title {
	color: white;
	font-size: 16px;
	margin-bottom: 15px;
}

#footer .logo_block .link {
	font-size: 14px;
	color: white;
	margin: 0 5px;
	text-decoration: none;
}

#footer .logo_block .link:hover {	text-decoration: underline;
}

#news {
	background: url(img/news_bg.png) no-repeat;
	background-size: 100%;
	text-align: center;
}

#news > .content {
	padding-top: 130px;
}

#news > .content > .item {
	margin: 0 7px;
	width: 380px;
	display: inline-block;
}

#news > .content > .item > .wrap > img {
	height: 280px;
}

#news > .content > .item > .wrap > img {
	width: 100%;
	max-height: 280px;
}

#news > .content > .item > .main_title {
	height: 90px;
	font-size: 15px;
	color: #29292a;
	display: block;
	text-decoration: none;
}

#news > .content > .item > .text {
	font-size: 15px;
	color: #29292a;
}

#news > .content > .item > .detail_link {
	height: 125px;
	padding-top: 33px;
	box-sizing: border-box;
	font-size: 15px;
	text-align: center;
	background: url(img/new_detail_left.png) no-repeat left 0, url(img/new_detail_right.png) no-repeat right 0;
	color: black;
	display: block;
	text-decoration: none;
}

#news > .main_title {
	font-size: 59px;
	color: white;
	height: 160px;
	line-height: 160px;
}

#news > .detail_link {
	display: inline-block;
	position: relative;
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid white;
	font-size: 15px;
	color: white;
	text-decoration: none;
}

#news > .detail_link:after {
	content: " ";
	position: absolute;
	background: url(img/news_detail_arrow.png) no-repeat;
	width: 6px;
	height: 9px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

#recommended {
	background: white;
	margin-bottom: 5px;
}

#recommended > .main_title {
	font-size: 28px;
	padding: 50px 0 0 35px;
	color: #333334;
	text-align: center;
	margin-bottom: 50px;
}

#recommended > .slider {
	max-width: 1285px;
	padding: 0 40px;
	box-sizing: border-box;
	margin: auto;
	position: relative;
}

#recommended > .slider .item .content {
	text-align: center;
}

#recommended > .slider .item .content > .main_title {
	font-size: 20px;
	margin-bottom: 30px;
	color: #333334;
	display: block;
	text-decoration: none;
}

#recommended > .slider .item .content .price_block {
	padding-right: 50px;
	display: inline-block;
	vertical-align: middle;
}

#recommended > .slider .item .content .price {
	font-size: 23px;
	color: #181818;
}

#recommended > .slider .item .content .in_sale {
	font-size: 15px;
	display: inline-block;
	padding-left: 18px;
	background: url(img/in_sale_icon.png) no-repeat 0 center;
	color: #181818;
	font-style: italic;
}

#recommended > .slider .item .content .buy_button {
	font-size: 19px;
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	height: 45px;
	line-height: 45px;
	background: #44bd5a;
	/*border-bottom: 3px solid #2f9d43;*/
	border-radius: 5px;
	color: white;
	cursor: pointer;
}

#recommended > .slider .item img {
	width: initial;
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	display: inline-block;
}

#recommended > .slider .item .wrap {
	text-align: center;
	min-height: 210px;
	display: block;
}

#recommended .owl-prev {
	left: 0;
	background-image: url(img/rec_prev.png);
}

#recommended .owl-next {
	right: 0;
	background-image: url(img/rec_next.png);
}

#recommended .owl-nav > * {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 28px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#recommended .owl-dots {
	height: 85px;
	text-align: center;
	padding-top: 50px;
	box-sizing: border-box;
}

#recommended .owl-dot {
	width: 12px;
	height: 12px;
	background-image: url(img/rec_dot_inactive.png);
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
}

#recommended .owl-dot.active {
	background-image: url(img/rec_dot_active.png);
}

#main_slider {

}

#main_slider .item {
	position: relative;
	text-align: center;
}

#main_slider .item .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#main_slider .item .content > * {
	left: 50%;
	transform: translateX(-50%);
}

#main_slider .item .content .main_title {
	font-size: 50px;
	color: white;
	position: absolute;
	top: 15%;
	width: 100%;
	text-shadow: 1px 1px 5px #000;
}

#main_slider .item .content .icons {
	width: initial;
	display: inline-block;
	position: absolute;
	bottom: 42%;
}

#main_slider .detail_link {
	display: inline-block;
	position: relative;
	width: 140px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid white;
	font-size: 12px;
	color: white;
	text-decoration: none;
	position: absolute;
	bottom: 32%;
	cursor: pointer;
}

#main_slider .detail_link:after {
	content: " ";
	position: absolute;
	background: url(img/news_detail_arrow.png) no-repeat;
	width: 6px;
	height: 9px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

#main_slider .owl-stage-outer {
}

#main_slider .owl-nav {
	position: absolute;
	width: 100%;
	max-width: 1200px;
	height: 0;
	top: 50%;
	transform: translateX(-50%);
	left: 50%;
}

#main_slider .owl-prev {
	left: 10px;
	background-image: url(img/main_prev.png);
}

#main_slider .owl-next {
	right: 10px;
	background-image: url(img/main_next.png);
}

#main_slider .owl-nav > * {
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	width: 31px;
	height: 54px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#container {	padding-top: 8px;
}

#main_menu {
	background: #333334;
	text-align: left;
	/*margin-bottom: 8px;*/
}

#main_menu > .content {
	display: inline-block;
}

#main_menu .item {
	color: white;
	font-size: 13px;
	padding: 0 7px;
	line-height: 75px;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
}

#main_menu .active {
	background: #2E8F1A;
}

#main_menu li {list-style: none outside none;
display: inline-block;
}

#main_menu > .content > li > div {	display: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #30931B;
    border-radius: 2px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    display: none;
    padding: 20px;
    position: absolute;
    text-align: left;
    z-index: 5;
}

#main_menu > .content > li > div > ul {
    display: table-cell;
    width: 204px;
    vertical-align: top;
}
#main_menu > .content > li ul > li > a {
    background: url("../image/header-menu-marker.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    width: 204px;
    padding: 4px;
    text-align: left;
    text-decoration: none;
}
#main_menu > .content > li ul > li > a:hover {
    color: #0580E9;
}

#main_menu > .content > li > div > ul > li > a {
    color: #667280;
}

#main_menu > .content > li.hover > div {
    display: table;
}

#main_menu > .content > li.hover {	background: #2E8F1A;
}

#top_menu {
	background: #f3f3f3;
	text-align: left;
}

#top_menu > * {
	display: inline-block;
	vertical-align: middle;
}

#top_menu > .content > .content {
	display: inline-block;
}

#top_menu .item {
	font-size: 13px;
	color: #6f6f6f;
	line-height: 40px;
	text-decoration: none;
	margin: 0 7px;
	display: inline-block;
}

#top_menu .item > * {
	vertical-align: middle;
}

#top_menu .item > img {
	margin-right: 5px;
	margin-top: -2px;
}

#top_menu #my_profile_link {
	text-align: center;
	font-size: 14px;
	color: white;
	width: 170px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	display: inline-block;
	float: right;
	background: url(img/my_profile_icon.png) no-repeat 20px center, url(img/my_profile_arrow.png) no-repeat 140px center;
	background-color: #1B5293;
}

#header_center {
	text-align: left;
	background: #ffffff;
}

#header_center #top_logo {
	margin-left: 10px;
}

#header_center > .content > * {
	display : inline-block;
	vertical-align: middle;
}

#header_center input[type=text] {
	width: 450px;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #e8e8e8;
	background: #f8f8f8;
	font-size: 15px;
	color: black;
	/*margin-left: 30px;*/
	padding-left: 10px;
	max-width: calc(100% - 80px);
}

#header_center input[type=submit] {
	width: 50px;
	height: 50px;
	border: none;
	outline: none;
	background: url(img/find_bg.png) no-repeat center center #4a4a4a;
	cursor: pointer;
}

#header_center .logo_block {
	display: inline-block;
	margin-left: 15px;
}

#header_center .logo_block .logo {
	height: 20px;
	text-align: right;
}

#header_center .logo_block .logo > img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#header_center .phone_block {
	display: inline-block;
	margin-left: 10px;
}

#header_center .phone_block .phone {
	font-size: 13px;
	color: #151515;
	height: 20px;
	line-height: 20px;
}

#header_center .top_cart {
	background: url(img/cart_bg.png) no-repeat 19px 15px;
	margin-left: 60px;
	display: inline-block;
	width: 80px;
	height: 80px;
	position: relative;
}

#header_center .top_cart > .cart_count {
	position: absolute;
	top: 16px;
	left: 42px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 18px;
	text-align: center;
	font-size: 11px;
	color: white;
	background: #bc3535;
}

#header_center .top_cart > .main_title {
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
	color: #333334;
	font-size: 11px;
}

#header_center > .content > .wrap {
	height: 90px;
	text-align: left;
}

#header_center > .content > .wrap > * {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	vertical-align: top;
	line-height: 10px;
}

#header_center > .content > .wrap > .ui-autocomplete {
 	position: absolute;
 	bottom: 0px;
 	transform: none;
}

#section_block {
	background: #f4f4f4;
	text-align: center;
	padding-bottom: 50px;
}

#section_block > .main_title {
	font-size: 28px;
	color: #333334;
	padding-top: 80px;
}

#section_block > .content {
	display: inline-block;
	text-align: center;
}

#section_block .item > .main_title {
	position: absolute;
	left: 0;
	top: 35px;
	display: table;
	z-index: 2;
}

#section_block .item > .main_title > * {
	font-size: 18px;
	height: 60px;
	/*line-height: 20px;*/
	display: inline-block;
	vertical-align: middle;
	display: table-cell;
}

#section_block .item > .main_title > .title {
	width: 170px;
	color: white;
	text-decoration: none;
}

#section_block .item > .main_title > .lang {
	width: 60px;
	color: white;
}

#section_block .item > .main_title.yellow > .title {
	color: black;
	background: #ffe400;
}

#section_block .item > .main_title.yellow > .lang {
	color: black;
	background: #ffc001;
}

#section_block .item > .main_title.blue > .title {
	color: white;
	background: #1B5293;
}

#section_block .item > .main_title.blue > .lang {
	color: white;
	background: #17467F;
}

#section_block .item > .main_title.red > .title {
	background: #bc3535;
}

#section_block .item > .main_title.red > .lang {
	background: #a02525;
}

#section_block .item > .main_title.green > .title {
	background: #44bd5a;
}

#section_block .item > .main_title.green > .lang {
	background: #319042;
}

#section_block .item > .main_title.black > .title {
	background: #383838;
}

#section_block .item > .main_title.black > .lang {
	background: #292929;
}

#section_block .item > .main_title.orange > .title {
	background: #f98e3c;
}

#section_block .item > .main_title.orange > .lang {
	background: #e37a2a;
}

#section_block .item > .main_title.emerald > .title {
	background: #00b29c;
}

#section_block .item > .main_title.emerald > .lang {
	background: #007869;
}

#section_block .item {
	margin: 45px 50px 0 50px;
	display: inline-block;
	position: relative;
	text-align: center;
	font-size: 0;
}

#section_block .item > .left_block {
	width: 200px;
	height: 572px;
	background: white;
	display: inline-block;
	padding-top: 115px;
	padding-bottom: 20px;
	box-sizing: border-box;
	vertical-align: top;
	overflow: hidden;
}

#section_block .item > .left_block > .sect_item {
	border-top: 1px solid #f3f3f3;
	margin: 0 7px;
	font-size: 15px;
	color: black;
	text-align: left;
	line-height: 25px;
	text-decoration: none;
	display: block;
}

#section_block .item > .left_block > .sect_item:hover {	text-decoration: underline;
}

#section_block .item > .left_block > .sect_view_all {
	text-decoration: underline;
	cursor: pointer;
	font-size: 14px;
	color: black;
	/*left: 10px;
	bottom: 20px;*/
	bottom: 0px;
	padding-top: 20px;
	position: absolute;
	background: #fff;
	width: 193px;
	display: block;
	height: 30px;
}

#section_block .item > .center_block {
	width: 336px;
	height: 572px;
	background: white;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}

#section_block .item > .right_block {	width: 630px;
	height: 572px;
	background: white;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}

.header_top_logo_blue {
	width: 130px;
	background: #1a5294;
	position: absolute;
	left: 50px;
	top: 0;
	bottom: 0;
}

.header_top_logo_blue > img {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.logo_menu_icon {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

#top_menu > .content, #header_center > .content, #main_menu > .content {
	padding-left: 180px;
	max-width: 1040px;
	display: block;
	margin: auto;
	position: relative;
}

#slider-cont {
	position: relative;
}

#slider_nav {	position: absolute;
	bottom: -50px;
	left: 0px;
	z-index: 1000;
	width: 100%;
}

#slider_nav .slider_tabs {	margin: 0 auto;
	width: 1180px;
	height: 45px;
	font-size: 0;
}

#slider_nav .slider_tabs > div {
	width: 250px;
	height: 45px;
	display: inline-block;
	line-height: 45px;
	color: #fff;
	background-color: #434343;
	font-size: 16px;
	padding-left: 30px;
	cursor: pointer;
}

#slider_nav .slider_tabs > div.filter {	background: url('img/slider_filter.png') right 10px center no-repeat #434343;
}

#slider_nav .slider_tabs > div.shops {
	background: url('img/shop_focus.png') right 10px center no-repeat #434343;
}

#slider_nav .slider_tabs > div.active {
	background-color: #323233;
}

#slider_nav .slider_cont {	margin: 0 auto;	max-width: 1180px;
	height: 105px;
	background: #323233;
	/*padding-left: 30px; */
	line-height: 105px;
	color: #fff;
	text-align: center;
}

#slider_nav .slider_cont > div {
 	display: none;
}

#slider_nav .slider_cont > div.active {
 	display: block;
}

#slider_nav .slider_cont select {	width: 320px;
	height: 55px;
	background: url('img/slider_sel.png') no-repeat right 10px center #fff;
	border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding-left: 10px;
}


#slider_nav .slider_cont input {	width: 160px;
	height: 55px;
	border-radius: 5px;
	background: #42B65A;
	border: none;
	color: #fff;
	font-size: 16px;
	padding: 0;
}

.right_block .grid {	list-style: none;
	font-size: 14px;
	white-space: nowrap;
}

.right_block .grid li {
	float: none;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	white-space: normal;
	margin-bottom: 0;
	margin-top: 0;
}

.right_block .grid-item {
	border-top: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	box-sizing: border-box;
	clear: both;
	height: 244px;
	width: 210px;
	margin: 0 -1px -1px 1px;
	padding: 38px 8px 8px;
	position: relative;
	text-align: center;
}

.right_block .grid-item:first-child {
	border-top: 0;
	border-bottom: 1px solid #f2f2f2;
}

.right_block .grid-item > span {
    color: #9a9a9a;
    font-size: 12px;
    left: 0;
    padding: 0 8px;
    position: absolute;
    right: 0;
    top: 202px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right_block .grid-item > a {
    bottom: 0;
    color: #333;
    left: 0;
    padding: 180px 8px 8px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

@media (max-width: 1290px) {
	#section_block .item > .center_block {
		display: none;
	}

	#slider_nav .slider_cont select {
		width: 250px;
	}

	#top_menu .item {		font-size: 80%;
	}

	#main_menu .item {		font-size: 80%;
		line-height: 60px;
	}

	#header_center input[type="text"] {		width: 320px;
	}
}

@media (max-width: 1100px) {	#main_menu .item {
		font-size: 65%;
		line-height: 50px;
	}
	#top_menu .item {
		font-size: 65%;
		line-height: 30px;
	}

	#top_menu #my_profile_link {
		font-size: 12px;
		color: white;
		width: 120px;
		height: 30px;
		line-height: 30px;
		background-position: 7px center, 105px center;
	}

	#header_center input[type="text"] {
		width: 190px;
	}

}

@media (max-width: 960px) {

	#section_block .item > .left_block {
		display: none;
	}

	#section_block .item > .main_title {
		position: relative;
	}

	#slider_nav .slider_cont select {
		width: 150px;
	}

	#section_block .item {		margin-left: 0px;
		margin-right: 0px;
	}

	#top_menu .item {
		font-size: 65%;
		line-height: 25px;
	}

	#main_menu .item {
		font-size: 65%;
		line-height: 35px;
	}

	#top_menu > .content > .content {		margin-right: 100px;
	}

	#top_menu #my_profile_link {		font-size: 11px;
		width: 100px;
		height: 25px;
		line-height: 25px;
		background-position: 4px center, 90px center;
		position: absolute;
		top: 0px;
		right: 0px;
	}

	#header_center input[type="text"] {
		display: none;
	}

	#header_center > .content > .wrap {		margin-left: 5px;
	}
                /*
	#main_menu > .content > li:hover > div {		display: none;
	}

	#main_menu > .content > li > div > ul {		width: 100px;
	}           */

	#slider_nav {		bottom: -150px;
	}

	#slider_nav .slider_tabs {		width: 100%;
	}

	#slider_nav .slider_tabs > .tab {		width: 50%;
		padding: 0px;
	}

	#slider_nav .slider_tabs > .tab::before {		content: '';
		display: inline-block;
		padding-left: 10px;
	}

	#slider-cont {		margin-bottom: 88px;
	}

	#main_slider .item .content .main_title {		font-size: 30px;
	}

	#news > .main_title {		font-size: 30px;
	}

	#main_slider .item .content .icons {		bottom: 80px;
	}

	#main_slider .detail_link {		bottom: 20px;
	}

	#header_center .top_cart {		margin-left: 20px;
	}

	.header_top_logo_blue {		left: 0px;
	}

	#top_menu > .content, #header_center > .content, #main_menu > .content {		padding-left: 130px;
	}

}

@media (max-width: 720px) {
	#header_center .logo_block {		display: none;
	}
}