

.main_wrapper {
	position: relative;
}

li {
	list-style-image: none !important;
	box-sizing: border-box;
}

.section_block {
	margin-left: -1%;
}
h1 {
	font-size: 1.6rem;
	text-transform: none;
	letter-spacing: -1px;
}
.section_block .section_block_one {
	display: block;
	width: 24%;
	margin-left: 1%;
	margin-bottom: 35px;
	float: left;
	position: relative;
	height: 100px;
	border: solid 1px #d6d6d6;
	padding: 0;
}
.detail_pagin {
	margin-top: 30px;
}
.detail_pagin a {
	width: 200px;
	text-transform: uppercase;
	background-color: #DCEDF4;
	text-decoration: none;
	padding: 10px;
	display: inline-block;
	margin-right: 1px;
	margin-bottom: 1px;
	font-weight: bold;
	text-align: center;
}

.detail_pagin a:hover {
	background-color: #73b8d5;
	color: #fff;
}


.section_block .section_block_one:hover {
	
}

@media screen and (max-width: 720px) {
	.section_block .section_block_one {
		width: 32%;
	}
}

@media screen and (max-width: 545px) {
	.section_block .section_block_one {
		width: 48.5%;
	}
}

@media screen and (max-width: 400px) {
	.section_block .section_block_one {
		width: 100%;
		margin-left: 0;
	}
}


#navBlock_7 {
	clear: both !important;
}
.SymbolsNav {
	clear: both;
	text-align: center;
	margin-bottom: 15px;
}

.SymbolsNav a {
    position: relative;
    display: inline-block;
    padding: 2px 7px;
    margin: 0 6px 5px 0;
    text-decoration: none;
    color: #028BCF;
    border: 1px solid #d8e5fd;

}


.SymbolsNav a:hover {
	background-color: #4FA7CB;
	color: #fff;
}
.SymbolsNav a.selected {
    background-color: #4FA7CB;
    color: #fff;
    border-color: #028BCF;

}

.section_block_one:hover {
	border: 1px solid #20b2ef;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.section_block_one a {
	display: block;
	width: 100%;
	height: 100%;
}

.section_block .section_block_one img {
	max-width: 60%;
	display: block;
	height: auto;
	max-height: 65%;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.section_block .section_block_one p {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -20px;
}

.section_block .section_block_one .description {
font-size: 13px;
padding: 0px 10px;
text-transform: uppercase;
text-align: center;
}
.align_center {
text-align: center;
}
.section_block .section_block_one .block_hover {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
.section_block .section_block_one .block_hover .overlay_bg {
background: #3b7eb7 url('../images/block_hover_bg.png') center center;
position: absolute;
zoom: 1;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
opacity: 0.9;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
.section_block .section_block_one .block_hover .section_show_button {
display: table-cell;
text-align: center;
vertical-align: middle;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
.button.gray {
min-width: 157px;
height: 37px;
line-height: 37px;
text-transform: uppercase;
border: solid 1px #d9d9d9;
padding:0px;
margin:0px;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 73%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(73%,#dbdbdb));
background: -webkit-linear-gradient(top, #ffffff 0%,#dbdbdb 73%);
background: -o-linear-gradient(top, #ffffff 0%,#dbdbdb 73%);
background: -ms-linear-gradient(top, #ffffff 0%,#dbdbdb 73%);
background: linear-gradient(to bottom, #ffffff 0%,#dbdbdb 73%);
-pie-background: linear-gradient(to bottom, #ffffff, #dbdbdb);
border-radius: 5px;
box-shadow: 0px 2px 5px 0px #696969;
color: #6f7072 !important;
}
.button.gray:hover {
text-decoration: none !important;
background: #ffffff;
background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 73%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(73%,#ffffff));
background: -webkit-linear-gradient(top, #ebebeb 0%,#ffffff 73%);
background: -o-linear-gradient(top, #ebebeb 0%,#ffffff 73%);
background: -ms-linear-gradient(top, #ebebeb 0%,#ffffff 73%);
background: linear-gradient(to bottom, #ebebeb 0%,#ffffff 73%);
-pie-background: linear-gradient(to bottom, #ebebeb, #ffffff);
}
.button {
display: inline-block;
min-width: 101px;
height: 28px;
line-height: 28px;
position: relative;
zoom: 1;
text-decoration: none;
text-align: center;
font-size: 12px;
font-weight: bold;
white-space: nowrap;
border: none;
outline: none;
cursor: pointer;
}
.section_block .section_block_one:hover .block_hover, .section_block .section_block_one.active .block_hover {
display: table;
}

.head_menu {
margin: 0 auto;
max-width: 900px;
}
.table_emulate {
display: table;
}
.cell_emulate {
display: table-cell;
}
.head_menu li {
padding: 10px 0px 10px;
font-size: 18px;
}
.head_menu li a.active {
background: #457fb1;
color: #fff !important;
}
.head_menu li a {
padding: 5px 15px;
color: #0069a7;
}
.section_block.top_section .section_block_one .description {
padding: 10px;
}
.section_block .section_block_one .description {
font-size: 13px;
padding: 5px 10px 0 10px;
text-transform: none;
text-align: center;
}
.section_block.top_section .section_block_one {
width: auto;
height: auto;
border: 0px;
margin: 0px 0px 15px 0px;
padding: 0px;
}
.section_block.top_section .section_block_one .bottom_block_text {
text-align: center;
color: #4c4c4c;
font-size: 12px;
}
.section_block.top_section .section_block_one .bottom_block_text span {
font-size: 18px;
margin-left: 5px;
color: #0069a7;
}
.section_block.top_section .section_block_one:hover, .section_block.top_section .section_block_one.active {
text-decoration: none;
}
.section_block.top_section .section_block_one .section_block_body {
width: 295px;
height: 295px;
border: solid 1px #d6d6d6;
margin-right: 14px;
margin-bottom: 14px;
position: relative;
}
.block_hover{
	background:none;	
}
.collection_h4{
	color: #000;
	font-size: 1.2rem;
}
.collections_link{
	margin: 5px 10px;
	display: inline-block;
}

.collection_head_h1{
color: rgba(38, 38, 38, 1);
font-size: 2.5em;
font-weight: normal !important;
letter-spacing: normal;
text-align: left;
margin-bottom:15px;
}
.news_block .contact_left_collection {
    margin: 0 46px !important;
    width: 886px;
}
.main_section_header{
	font-size: 1.5em;
	margin-bottom: 20px;
}

.collection_image {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}

.collection_image  img{
	max-width: 300px;
	max-height: 270px;
	cursor : url('/images/zoom_hand.png'), auto;
}
.section_block.top_section .section_block_one .description a{
	color: #447dae;
	font-weight: bold;
	
}
.brand_menu_top{
	float:left;
	width: 25%;
	margin-top: 12px;
}

@media screen and (max-width: 775px) {
	.brand_menu_top {
		width: 33.333%;
	}
}
@media screen and (max-width: 620px) {
	.brand_menu_top {
		width: 50%;
	}
}
@media screen and (max-width: 495px) {
	.brand_menu_top {
		width: 100%;
	}
}
ul.menu_brands{
	width:100%;
	
}

.brands_assortiment {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 20px;
}
ul.menu_brands li {
	list-style: none;
	padding-right: 15px;
	padding-left: 0;
}

li.brand_menu_top > a {font: bold 16px Arial;text-decoration: none;}
.fly2 li a {font-size: 13px; font-weight: bold;text-decoration: none;}
ul.menu_brands ul  { 
	margin-top: 12px;
}
.fly3 {
	margin-bottom: 12px;
}
.fly3 li a {font-size: 13px; font-weight: normal;color: black;text-decoration: none;}

.menu_brands a:hover {color: #A5A5A5;text-decoration: underline;}

div.collection {

	padding-top: 25px;

}

div.collection .image {
	float: left;
	padding: 0 15px 10px 0;
}

.collection_desc img {
	margin-bottom: 20px;
}

.collection_desc {

	
}

#collections {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #CCCCCC;
}

p.back_to {
	margin-top: 10px;
}

.collections_items {
	border: 1px solid #b6b6b6;
	margin-bottom: 25px;
}

.razdel_title {
	background-color: #f8f8f8;
	border-bottom:1px solid #e6e6e6;
	font: normal 1.18rem "Trebuchet MS";
	color:#585858;
	padding: 10px 15px;
}

.brands_slider .one_item {
	border: 1px solid transparent;
	border-right: 1px solid #e6e6e6;
	height: 235px;
	position: relative;
}
.brands_slider .one_item:hover {
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); 
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	border: 1px solid #20b2ef;
}
.brands_slider .one_item a {
	text-decoration: none;
}
.brands_slider .one_item .one_item_title {
	color: #3F3E3E;
	font-weight: bold;
	font-size: 0.9rem;
	padding: 0 10px;
	line-height: 17px;
	height: 35px;
	overflow: hidden;
}
.brands_slider .one_item .one_item_image {
	width: 100%;
	height: 160px;
	text-align: center;
}
.brands_slider .one_item_price {
	color: #087BBC;
	font-weight: bold;
	font-size: 0.9rem;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.brands_slider .one_item img {
	height: 100%;
	width: auto;
	margin: 0 auto;
}

.other_collections {
	border-top: 1px solid #CCCCCC;
	margin-top: 20px;
	margin-bottom: 10px;
}

.brands_slider .one_item .buy {
	position: absolute;
	right: 10px;
	bottom: 7px;
}
.brands_slider .one_item .buy a {
	display: block;
	background-color: #0969A4;
	font: bold 0.70rem Arial;
	height: 26px;
	border: 0;
	color: white;
	border-radius: 3px;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	opacity: 0.8;
	-webkit-appearance: none;	
}
.brands_slider .one_item .buy a:hover {
	color: white;
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
	opacity: 0.7;
} 

div.video {
	text-align: center;
	position: relative;
	padding-bottom: 56.25%; 
	height: 0; 
	overflow:hidden; 
}

div.video iframe, div.video object, div.video embed  {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%;
	height: 100%; 
}