﻿@font-face {
    font-family: "opensans";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/opensans.woff") format("woff"), url("/themes/default/fonts/opensans.ttf") format("truetype"), url("/themes/default/fonts/opensans.svg") format("svg");
}

@font-face {
    font-family: "opensansbold";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/opensansbold.woff") format("woff"), url("/themes/default/fonts/opensansbold.ttf") format("truetype"), url("/themes/default/fonts/opensansbold.svg") format("svg");
}

@font-face {
    font-family: "opensanssemibold";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/opensanssemibold.woff") format("woff"), url("/themes/default/fonts/opensanssemibold.ttf") format("truetype"), url("/themes/default/fonts/opensanssemibold.svg") format("svg");
}

position: relative; * { margin: 0px; padding: 0px; }

html, body { width: 100%; height: 100%; padding: 0; margin: 0; font-family: arial ; font-size: 12px; color: #000000; background: #fff; }


textarea:focus, input:focus{
    outline: none;
}
.first_menu > li.sales a {
	color: red;
}
a { outline: none; -moz-outline: 0; border: none; border-width: 0px; }
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }

img { border: none; border-width: 0px; }

.clear { clear: both; font-size: 0; line-height: 0; height: 0; }

*html #main { height: 100%; }


p { margin: 12px 0px ; }
a { text-decoration: underline; color: #000000; }
a:hover { text-decoration: none; }
.bottom-menu {
display: none;
}
/* ----- h1- h6 ----- */
h1 {     color: #000;
    font-family:opensans;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.2;
    margin: 15px 0 8px;
}
h2 { font-size: 18px; color: #bbb; margin: 15px 0; line-height: 1.2; font-weight: normal; font-family: Conv_RobotoRegular,arial;}
h3 { font-size: 18px; color: #444445; margin: 15px 0; line-height: 1.2; font-weight: normal; font-family: Conv_RobotoRegular,arial;}
h4 { font-size: 14px; color: #444445; margin: 15px 0; line-height: 1.2; font-weight: bold; font-family: Conv_RobotoRegular,arial;}

table { border-collapse: collapse; }
input { font-family: Myriad Pro, arial; font-size: 8pt; color: #000; }
textarea { font-family: Myriad Pro, arial; font-size: 8pt; color: #000; }
ul { list-style: none; margin: 0px; padding: 0px; }

 /* ----- header ----- */	
header  {
    display: block;
    height: 145px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.top_header{
	width: 100%;
	background: #000;
	height: 45px;
}

.container{
width: 1250px;
margin: 0 auto;
position: relative;
}

/* ----- top_header ----- */
.menu_header{
	position: absolute;
	top: 14px;
	left: 15px;
}

.menu_header li {
	float: left;
	margin-right: 20px;
	border-right: 1px solid #fff;
	padding-right: 20px;
}

.menu_header a{
	font-family: opensanssemibold;
	color: #fff;
	text-decoration: none;
	border-bottom: 2px dotted;
	font-size: 11px;
}
.menu_header a.big-price {
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
}

.menu_header li:last-child{
	border-right:none;
}

.phone_header{
	position: absolute;
	left: 630px;
	top: 14px;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.6px;
}
.phone_header span{
	font-family:opensansbold;
	color:#fff;
}

.phone_header span:before{
	content: url("../images/phone_header.png");
	margin-right: 11px;
	margin-left: 10px;
}

.delivery_header{
	font-family: opensanssemibold;
	background: #e3ff81;
	position: absolute;
	right: 167px;
	height: 45px;
	width: 168px;
}

.delivery_header a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 45px;
	color: #000;
	text-decoration: none;
}

.delivery_header a:after{
	content: url("../images/delivery_header.png");
	margin-left: 8px;
	position: relative;
	top: 4px;
}

.order_header{
	font-family: opensanssemibold;
	background: #f094d0;
	position: absolute;
	right: 0px;
	height: 45px;
	width: 167px;
}

.order_header a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 45px;
	color: #000;
	text-decoration: none;
}

.order_header a:after{
	content: url("../images/pay_header.png");
	margin-left: 8px;
	position: relative;
	top: 4px;
}
/* ----- logo ----- */
.logo_header {
	left: 60px;
	position: absolute;
	top: 0px;
}

.logo_header img{
	height:100px;
}



 
.main_area_slide {
	width: 1250px;
	display: none;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.main_area_slide .catalog_list_one:nth-child(5n)  {
	margin-right: 0;
}
.main_area_slide.active{
	display:block;
}

.main_area_slide{

}
.main_area_slide_li.active a{
	color: #c9236b;
}

.search_header {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #dddddd;
	border-radius: 19px;
	font-size: 14px;
	height: 38px;
	left: 531px;
	position: absolute;
	top: 32px;
	width: 401px;
}
.search_header input {
	border: medium none;
	font-style: italic;
	height: 36px;
	padding: 2px 4px 0 22px;
	width: 310px;
	color: #000;
	border-radius: 10px;
	font-size: 14px;
	position: absolute;
	margin-left: 10px;
}
.search_header a {
	background: #fff url("../images/search_header.png") no-repeat scroll 50% 50%;
	display: block;
	float: right;
	height: 36px;
	width: 30px;
	border-radius: 10px;
	margin-right: 10px;
}
.basket_header {
	background: rgba(0, 0, 0, 0) url("../images/basket.png") no-repeat scroll 100% 50%;
	font-family: opensans;
	right: 20px;
	position: absolute;
	padding: 5px 27px 4px 0px;
	top: 37px;
}

.basket_header a {
color: #000;
font-size: 12px;
text-decoration: none;
}

.red_header {
	position: absolute;
	right: 120px;
	top: 38px;
	left: auto;
}
.red_header a{
	font-family: opensans;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	margin-right: 10px;
}

.red_header a:first-child::before{
	content: url("../images/reg.png");
	margin-right: 10px;
	position: relative;
	top: 5px;
}

/* ----- menu_header ----- */  
.fon_nav {
	background: #f5f5f5;
	width: 100%;
	position: relative;
	height: 50px;
}

nav {
	top: 0px;
	margin: 0px auto 0px;
	width: 1250px;
}
nav a {
	color: #000;
	font-family: opensans;
	font-size: 13px;
	text-decoration: none;
	text-transform: none;
	display: block;
	
}
marquee {
	padding: 5px 0 0;
}
nav > ul > li > a {
	padding: 16px 44px;
}
nav a:hover {
	color: #e1528f; 
}

nav .sale_nav a {
	padding: 0px 0px;
}
nav .sale_nav a img {
	height: 50px;
}
nav>ul>li {
	background2: url("../images/li.png") no-repeat scroll 90% 80%;
	float: left;
	padding: 0;
}
.first_menu {
	position: relative;
}
nav li::after {
	content: url("../images/li.png");
	float: left;
	padding: 0;
	display: block;
	top: 21px;
	position: absolute;
}
nav li:first-child::after {
	content: "";
	float: left;
	padding: 0;
	display: block;
	top: 21px;
	position: absolute;
}
nav li li::after {
	content: '';
	display: none;
}
nav li:first-child {
    background:none;
}
.first_menu > li {
	margin: 0;
}
.first_menu a:hover {
	color: #000;
}
.first_menu > li > a {
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
nav > ul  > li > ul > li {
	margin: 10px 0;
	width: 210px;
	float: left;
	padding: 0 20px;
	position: relative;
}
nav > ul  > li > ul > li > .in_menu  {
	width: 210px;
}

.first_menu > li > ul > li {

}
.first_menu > li > ul > li > a {
	font-weight: normal;
	color: #666;
	text-decoration: none;
	transition: color .2s linear;
}
.left_menu > ul > li > ul > li > ul > li > a {
	font-weight: normal;
	color: #666;
	text-decoration: none;
	transition: color .2s linear;
}
.first_menu > li > ul > li > a ::before {
	content: '';
	position: absolute;
	top: 7px;
	left: -10px;
	width: 4px;
	height: 4px;
	background-color: #999;
	border-radius: 50%;
}
nav .in_menu {
	display: none;
	position: absolute;
	z-index: 9999;
	background: #fff;
	width: 1250px;
	left: 0;
	box-shadow: 0px 5px 5px #666;
	overflow: inherit;
	border-radius: 0 0 5px 5px;
	column-count: 4;
	-moz-column-count: 4;
	-webkit-column-count: 4;
}

nav li:hover > ul.in_menu {
	column-count: 4;
	-moz-column-count: 4;
	-webkit-column-count: 4;
	min-height: 300px;
	padding: 20px 0;
	max-height: 320px;
}

nav li:hover>.in_menu {
	display:block;
}

#show_form_close {
	position: absolute;
	right: 0;
	top: 0;	
}
nav span{
	color1:#e13131;
}

.home{
	
}

.sale_nav{
	float:right;
}

/* ----- main ----- */
#main {
margin: 0 auto;
overflow: hidden;
width: 100%;
}

/* ----- menu_main ----- */
.menu_main{
    float: left;
    width: 100%;
    margin-top: 6px;
}

.block_menu_main{
	position: relative;
}

.block_menu_main a{
	font-family: opensansbold;

}

.block_menu_main span {
	position: absolute;
	top: 74%;
	left: 10%;
	background: #010001;
	color: #fff;
	padding: 11px 20px;
	border-radius: 5px;
	font-size: 11px;
	display: none;
}

.big_menu_main {
	float: left;
	width: 98%;
	height: 235px;
	margin: 0 1%;
}
.big_menu_main img {
	width: 100%;
}
.small_menu_main {
	float: left;
	/* width: 48%; */
	width: 31%;
	height: 480px;
	margin-left: 1%;
	margin-bottom: 20px;
	margin-right: 1%;
}
.small_menu_main img {
	width: 100%;
}

/*----fon_catalog---*/
.fon_catalog{
width: 100%;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
margin-top: 0px;
float: left;
padding-top: 33px;
padding-bottom: 28px;
}

.h_catalog{
font-family: opensansbold;
text-align: center;
font-size: 18px;
text-transform: uppercase;
}

.h_catalog span{}


.h_catalog span:before{
content: url("../images/line.jpg");
position: relative;
bottom: 5px;
margin-right: 17px;
}
.h_catalog span:after{
content: url("../images/line.jpg");
position: relative;
bottom: 5px;
margin-left: 17px;
}
/*.fon_nav li{
float: left;
margin-right: -10px;
text-align: center;
margin-top: 40px;
margin-left: 76px;
}





.fon_nav li:last-child{
margin-right:0px;}

.fon_nav a{
	color:#000;
	text-decoration:none;
	font-family: opensans;
}

.fon_nav p{
font-family: opensans;
margin: 24px 0px;
}*/
/*----goods_menu---*/
.goods_menu{
float: left;
width: 100%;
margin-top: 67px;
border-bottom: 1px solid #e0e0e0;
height: auto;
padding-bottom: 95px;
}

.h_goods_menu{
	width: 100%;
	position:relative;
}

.hit_goods{
font-family: opensansbold;
float: left;
width: 33%;
font-size: 18px;
letter-spacing: 1.3px;
}

.hit_goods span{
font-family: opensans;
font-size: 10px;
margin-left: 12px;
}

.h_goods_menu li{
}

.h_goods_menu a{
	font-family: opensansbold;
}

.title_goods{
float: left;
width: 100%;
text-align:center;
margin-top: -12px;
font-size: 18px;
}

.title_goods a{
color: #000;
border-bottom: 3px dotted;
text-decoration: none;
text-transform: uppercase;
}

.title_goods span{
margin-right: 31px;
}

.new_title:after{
content: url("../images/sym_new.png");
position: relative;
top: 10px;
margin-left: 19px;
}

.hit_title:after{
content: url("../images/sym_hit.png");
position: relative;
top: 10px;
margin-left: 22px;
}

.block_goods_menu{
float: left;
width: 100%;
margin-top: 49px;
}

.block_goods_menu li{
width: 255px;
height: 338px;
float: left;
margin-right: 15px;
position: relative;
}

.block_goods_menu li:last-child{
	margin-right:0px;
}

.block_goods_menu a{
	color: #000;
text-decoration: none;
}

.sym_new{
background: url("../images/sym_new.png") no-repeat scroll 0% 0%;
width: 27px;
height: 27px;
display: block;
top: 13px;
right: 21px;
position: absolute;
}

.price_catalog{
margin-top: 12px;
font-family: opensansbold;
font-size: 15px;
}

.name_goods{
margin-top: 6px;	
}


/* ----- new_goods ----- */
.news_main {
    float: left;
    margin-left: 0;
    margin-top: 28px;
    width: 100%;

    padding-bottom: 34px;
}

.h_news_main {
    color: #000;
   font-family: opensansbold;
    font-size: 20px;
    text-align: center;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    padding-top: 18px;
}

.h_news_main span{
}

.h_news_main span:before{
content: url("../images/line.jpg");
position: relative;
bottom: 8px;
margin-right: 10px;
}
.h_news_main span:after{
content: url("../images/line.jpg");
position: relative;
bottom: 8px;
margin-left: 10px;
}

.news_main li {
	float: left;
	font-family: opensans;
	margin-right: 32px;
	position: relative;
	width: 260px;
	margin-top: 39px;
	margin-left: 27px;
}
.news_main img {
	width: 100%;
}
.h_goods_menu .h_catalog {
	position: absolute;
	top: 0;
	right: 0;
}
.news_main li:last-child{
	margin-right:0px;
}

.news_main a {
    color: #000;
    text-decoration: none;
}
.news_main p {
font-size: 12px;
margin: 17px 0px 0;
text-align: left;
font-family: opensans;
}

.title_news_main{
font-family: opensansbold !important;
margin-top: 20px !important;
}

/* ----- info_header ----- */
.subscribe_main{
margin-top: 60px;
float: left;
width: 100%;
border-top: 1px solid #b5b5b5;
background: #f8f8f8;
height: 191px;
}

.sale_subscribe{
font-family: opensans;
float: left;
margin-top: 66px;
}

.sale_subscribe p {
    margin: 7px 0px 0px;
    line-height: 1.1;
}

.sale_subscribe a {
    color: #000;
    font-size: 11px;
    text-decoration: none;
}

.sale_subscribe span{
font-family: opensansbold;
color: #d53ca0;
font-size: 18px;
}

.input_subscribe{
float: left;
margin-top: 75px;
margin-left: 36px;
}

.input_subscribe input{
    background: #fff url("../images/send.png") no-repeat scroll 99% 50%;
    width: 382px;
    height: 46px;
    border-radius: 29px;
    border: 1px solid #c7c7c7;
    color: #000;
    padding-left: 19px;
    font-size: 14px;
    font-style: italic;

}

.input_subscribe a{
font-family: opensansbold;
border: 1px solid #000;
padding: 9px 34px;
color: #000;
text-decoration: none;
border-radius: 5px;
margin-left: 27px;
text-transform: uppercase;
font-size: 10px;
}

.news_subscribe{
background: url("../images/mail.png") no-repeat scroll 0% 50%;
float: left;
padding-left: 81px;
margin-left: 37px;
margin-top: 52px;
padding-top: 14px;
}

.news_subscribe p{
font-family: opensans;
margin: 8px 0px 0px;
}

.news_subscribe span{
font-family: opensansbold;
font-size: 14px;
}

/* ----- footer ----- */

footer {
	background: #fff;
	display: block;
	height: 490px;
	margin: 0px auto 0;
	position: relative;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
	z-index: 2;
}
.top_footer{
width: 100%;
display: inline-block;
border-bottom: 1px solid #e5e5e5;
height: 333px;
background: #f9f9f9;
	}

	

.menu_footer {
	position: absolute;
	left: 0px;
	top: 35px;
}

.goods_footer{
left: 212px;
}

.menu_footer p{
	font-family: opensansbold;
}

.menu_footer ul{
float: left;
margin-right: 83px;
}

.menu_footer a:before{
content: "\2022";
margin-right: 10px;
}

.menu_footer li {
padding: 0;
    padding-left: 0px;
margin-bottom: 2px;
margin-left: 0px;
padding-left: 0px;
margin-top: 6px;
}
.menu_footer a {
font-family: opensans;
font-size: 13px;
color: #000;
text-decoration: none;
}
.menu_footer li:hover a {

}

.menu_footer li:first-child {
    border-left: medium none;
}

.pay_footer {
	font-family: opensans;
	position: absolute;
	left: 996px;
	top: 235px;
}

.pay_footer p {
	font-family: opensans;
	font-size: 12px;
	margin: 0;
}

.pay_footer span{
    font-family: opensansbold;
}

.pay_footer img{
	margin-top: 9px;
margin-left: 8px;
}

.contact_footer {
	font-family: opensansbold;
	font-size: 11px;
	padding-bottom: 8px;
	right: 9px;
	position: absolute;
	top: 47px;
}

.contact_footer p {
	font-family: opensans;
	font-size: 12px;
	margin-top: 10px;
	line-height: 1.9;
	margin-bottom: 10px;
	padding-left: 25px;
	background: url("../images/phone_footer.png") no-repeat 0% 30%;
}

.contact_footer span {
    font-family: opensansbold;
}

.h_contact{
	font-family: opensansbold;
	font-size: 12px;
	padding-bottom: 3px;
	margin-left: 24px;
}	
	
.logo_footer {
    left: 1px;
    position: absolute;
    top: 37px;
}

.copy_footer {
color: #000;
font-family: opensans;
font-size: 11px;
left: 149px;
position: absolute;
top: 35px;
}
.info_footer {
	color: #000;
	font-family: opensans;
	font-size: 11px;
	left: 325px;
	position: absolute;
	top: 36px;
}
.info_footer li{
margin: 0px;
    margin-right: 0px;
font-size: 11px;
float: left;
margin-right: 10px;
padding-right: 0px;
}

.info_footer li:last-child a{
	border-right: none;
}

.info_footer a{
    color: #000;
    text-decoration: none;
    border-right: 1px solid #000;
    padding-right: 5px;
}

.eo_footer{
	position: absolute;
top: 29px;
right: 2px;
font-size: 11px;
}

.eo_footer a{
	font-family: opensans;
	color:#000;
}


.bottom_footer{
background: #f8f8f8;
width: 100%;
bottom: 0px;
height: 68px;
border-top: 1px solid #e5e5e5;
position: absolute;
}

.adress_footer {
    left: 0px;
    position: absolute;
    top: 22px;
	font-family: opensans;
}

.liveinternet {
	position:absolute;
	bottom:15px;
	left:10px;	
}
