html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}table{width: 100%}

@font-face {
    font-family: 'exo_regular';
    src: url('../fonts/exo2.0-regular-webfont.eot');
    src: url('../fonts/exo2.0-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo2.0-regular-webfont.woff') format('woff'),
         url('../fonts/exo2.0-regular-webfont.ttf') format('truetype'),
         url('../fonts/exo2.0-regular-webfont.svg#exo_2.0regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'exo_semi_bold';
    src: url('../fonts/exo2.0-semibold-webfont.eot');
    src: url('../fonts/exo2.0-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo2.0-semibold-webfont.woff') format('woff'),
         url('../fonts/exo2.0-semibold-webfont.ttf') format('truetype'),
         url('../fonts/exo2.0-semibold-webfont.svg#exo_2.0semi_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'exo_extra_bold';
    src: url('../fonts/exo2.0-extrabold-webfont.eot');
    src: url('../fonts/exo2.0-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo2.0-extrabold-webfont.woff') format('woff'),
         url('../fonts/exo2.0-extrabold-webfont.ttf') format('truetype'),
         url('../fonts/exo2.0-extrabold-webfont.svg#exo_2.0extra_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'exo_medium';
    src: url('../fonts/exo2.0-medium-webfont.eot');
    src: url('../fonts/exo2.0-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo2.0-medium-webfont.woff') format('woff'),
         url('../fonts/exo2.0-medium-webfont.ttf') format('truetype'),
         url('../fonts/exo2.0-medium-webfont.svg#exo_2.0medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

header {
	width: 100%;
	background: url("../images/header_bg.jpg") repeat-x;
	padding-bottom: 18px;
	position: fixed;
	top: 0px;
	z-index: 10;
}

.header {
	max-width: 1070px;
	margin: 0 auto;
	font-size: 0px;
	padding: 0 15px;
}

.soglasie {
	text-align:center;
	color: #fff;
	padding: 10px 0;
	background: #e8e8e8;
}
.prefooter {
	width: 25%;
	background: #e8e8e8;
	padding: 25px 35px 25px 35px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 10;
	text-align:center;
	border: 3px solid #c9c9c9;
}
.prefooter a {
	color: #000;
	text-decoration:none;
}
.prefooter:hover a {
	text-decoration: underline;
}
.prefooter:hover {
	background: #f9f9f9;
	border: 3px solid #ff0000;
}
.footer-cart {
	
}
.basket {
	font-weight: bold;
	font-size: 18pt;
}
.basket span {
	color: #ff0000;
}

.hd_logo, .hd_nav, .hd_phone {
	display: inline-block;
	vertical-align: top;
}

.hd_logo {
	width: 27%;
    margin-top: 23px;
}

.hd_logo img {
	width: 100%;
	max-width: 270px;
}

.hd_nav {
	width: 43%;
	margin-top: 47px;
	text-align: center;
}

.burger {
	display: none;
	width: 30px;
	margin: 0 auto;
	cursor: pointer;
}

.burger div {
	background-color: #fff;
    height: 3px;
    margin-top: 4px;
}

.hd_nav li {
	display: inline-block;
	vertical-align: top;
}

h1{
	font: 30px/1.1 exo_semi_bold;
	text-align: center;
	text-transform: uppercase;
	margin:10px 0;
}

.hd_nav li a {
	background: url("../images/double_a.png") no-repeat left 5px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font: 16px/1.1 exo_regular;
	text-decoration: none;
	padding-left: 10px;
	margin: 0 15px;
}
.prod-min {
	text-align:center;
	width: 100%;
	padding: 25px 0;
	font-weight:bold;
}
.prod-min span {
	color: #ff0000;
}

.hd_nav li a:hover {
	text-decoration: underline;
}

.hd_nav li:first-child a {
	margin-left: 0px;
}

.hd_nav li:last-child a {
	margin-right: 0px;
}

.hd_phone {
	width: 30%;
	margin-top: 25px;
	text-align: right;
}

.hd_phone p {
	color: #fff;
	font: bold 28px/1.1 exo_regular;
	margin-bottom: 5px;
}

.hd_phone a {
	display: block;
	color: #fff;
	font: 16px/1.1 exo_regular;
	margin-top: -3px;
}

.hd_phone a:hover {
	text-decoration: none;
}

.wr_top {
	background: url("../images/top_bg.jpg") no-repeat center top;
	height: 438px;
	background-size: cover;
	margin-top: 70px;
}
.wr_top_catalog {
	margin-top: 85px;
}

.top {
	max-width: 1070px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 15px;
}

.top_form {
	background: url("../images/top_form_bg.png") no-repeat center top;
	width: 624px;
	height: 335px;
	float: right;
	margin-top: 60px;
	text-align: center;
	z-index: 100;
}

.top_form h2 {
	color: #fff;
	font: 36px/1.2 exo_semi_bold;
	text-transform: uppercase;
	padding-top: 33px;
}

.cart_dop input, .cart_dop select, .cart_dop textarea{
	width: 100%;
	margin: 3px 0;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 5px; 
	}

.zakaz-cart{
	color: #ff0000;
	text-align:center;
}

.zakaz-cart a{
	color: red;
	font-size: 24pt;
	font-weight: bold;
	text-decoration:underline;
	margin: 0 15px;
}

.zakaz-cart a:hover{
	text-decoration:none;
}

.form {
	margin-top: 87px;
}

.form input, .form button {
	display: inline-block;
	vertical-align: top;
}

.form input {
	width: 100px;
	height: 57px;
	color: #ba9037;
	font: 14px/57px exo_regular;
	background-color: #fdf3c1;
	border: solid 1px #f0ac69;
	padding-left: 70px;
	outline: none;
	margin-right: 10px;
}

.form input::-webkit-input-placeholder { 
	color: #ba9037;
	font: 14px/57px exo_regular;
}

.form input::-moz-placeholder {
	color: #ba9037;
	font: 14px/57px exo_regular;
}

.input_name2 {
	background: url("../images/input_name.png") no-repeat 10px 12px;
}

.input_tel2 {
	background: url("../images/input_tel.png") no-repeat 10px 12px;
}

.input_company2 {
	//background: url("../images/input_company.png") no-repeat 10px 12px;
}

.form button  {
	//background: url("../images/buton_bg.png") no-repeat;
	width: 170px;
	height: 58px;
	color: #fff;
	font: 20px/0.9 exo_regular;
	outline: none;
	border: 3px solid #c50a10;
	cursor: pointer;
	z-index:1000;
	margin-top: 10px;
	width: 500px !important;
	background-color: #ff0000;
}

.form button:hover {
	opacity: 0.7;
}

.wr_action {
	background: url("../images/action_bg.jpg") no-repeat center top;
	height: 243px;
	background-size: cover;
}

.action {
	max-width: 1070px;
	margin: 0 auto;
	overflow: hidden;
}

.bl_action {
	width: 380px;
	float: right;
	margin: 40px 100px 0 0;
	text-align: center;
}

.bl_action h2 {
	color: #fff;
	font: 32px/1.0 exo_extra_bold;
	text-transform: uppercase;
}

.bl_action_h3 {
	color: #fff;
	font: 50px/1.1 exo_extra_bold;
}

.bl_action_h1 {
	color: #fff;
	font: 40px/1.1 exo_extra_bold;
}

.bl_action p {
	color: #fff;
	font: 18px/1.1 exo_semi_bold;
	margin-top: 7px;
}

.informaion {
	background: url("../images/informaion_bg.jpg") no-repeat center top;
	padding: 45px 0 45px 0;
	text-align: center;
	background-size: cover;
}

.bl_informaion {
	width: 250px;
	display: inline-block;
	vertical-align: top;
	margin: 15px 20px 0 20px;
}

.bl_informaion img {
	-webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    -o-transition: 0.9s;
    -ms-transition: 0.9s;
    transition: 0.9s;
}

.bl_informaion:hover img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    -o-transition: 0.9s;
    -ms-transition: 0.9s;
    transition: 0.9s;
}

.bl_informaion p {
	color: #c50a10;
	font: 24px/1.2 exo_medium;
}

.order {
	background: url("../images/order_bg.jpg") no-repeat center top; 
	padding: 35px 0 22px 0;
	text-align: center;
	background-size: cover;
}

.order h2 {
	color: #fff;
	font: 30px/1.0 exo_semi_bold;
	text-transform: uppercase;
}

.order form {
	margin-top: 30px;
}

.order input {
	width: 160px;
	height: 65px;
	color: #fff;
	font: 14px/69px exo_regular;
	border: solid 1px #fff;
	padding-left: 100px;
	outline: none;
	margin-right: 10px;
	text-transform: uppercase;
	margin: 10px 25px 0 25px;
}

.order input::-webkit-input-placeholder { 
	color: #fff;
	font: 14px/69px exo_regular;
}

.order input::-moz-placeholder {
	color: #fff;
	font: 14px/69px exo_regular;
}

.input_name {
	background: url("../images/input_name2.png") no-repeat 15px 17px;
}

.input_tel {
	background: url("../images/input_tel2.png") no-repeat 15px 17px;
}

.input_company {
	background: url("../images/input_company2.png") no-repeat 15px 17px;
}

.button  {
	display: block;
	background: url("../images/button_bg.jpg") repeat-x;
	width: 380px;
	height: 70px;
	margin: 0px auto;
	margin-top: 50px;
	color: #fff;
	font: 24px/70px exo_semi_bold;
	outline: none;
	border: none;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 5px solid #b20a05;
	z-index: 150;
}

.all {
	text-align:center;
	padding: 8px 10px;
	margin: 25px auto;
	height: 35px;
	font: 24px/1.2 exo_semi_bold;
	outline: none;
	border: 3px solid #c50a10;
	cursor: pointer;
	width: 500px;
	background-color: #ff0000;
	position:relative;
	text-transform: uppercase;
}
.all:hover {
	opacity: 0.7;
}
.all a {
	color: #fff;
	text-decoration:none;
}
.all:hover a {
	text-decoration:underline;
}

.button:hover {
	opacity: 0.7;
}

.otstup {
	margin-top: 85px;
}
.otstup2 {
	margin-top: 115px;
}

.wr_tabs_box {
	background: url("../images/border_bg.png") repeat-x bottom left;
	padding-bottom: 5px;
	position:relative;
}

.div_border {
	background: url("../images/border_bg.png") repeat-x;
	height: 2px;
	position: relative;
	z-index: 3;
}

.tabs_box {
	background: url("../images/tabs_box_bg.jpg") no-repeat center top;
	text-align: center;
	background-size: cover;
}
 
#tab1, #tab2, #tab3, #tab4, #tab6 {
    display: none;
}
 
.tabs_menu {
	max-width: 1110px;
	margin: 0 auto;
}
 
.tabs_menu li {
    display: inline-block;
	vertical-align: top;
}
 
.tabs_menu li a {
	width: 135px;
	height: 88px;
    display: block;
    text-align: center;
    text-decoration: none;
	color: #fa1d10;
	font: 30px/1.1 exo_regular;
	padding-top: 83px;
	margin-top: -3px;
	position: relative;
	z-index: 5;
}
 
.tabs_menu li:first-child a {
   
}
 
.tabs_menu .active {
    background: url("../images/tab_active.png") no-repeat center top;
    color: #fff;
}

.corusell {
	max-width: 1170px;
	margin: 0 auto;
	text-align: center;
}

.bl_product {
	width: 270px;
	text-align: center;
	margin: 0 auto;
}

.bl_product h2 {
	color: #f61c0f;
	font: bold 24px/1.1 exo_regular;
	text-transform: uppercase;
}

.price_top {
	color: #838383;
	font: 18px/1.1 exo_regular;
	padding: 13px 0 12px 0;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	margin-top: 15px;
}

.bl_product img {
	display: block;
	margin: 0 auto;
	margin-top: 15px;
}

.bl_product h3 {
	color: #f61c0f;
	font: bold 18px/1.1 exo_regular;
	text-transform: uppercase;
}

.info {
	color: #7c7c7c;
	font: 12px/1.1 exo_regular;
	text-transform: uppercase;
	margin-top: 5px;
}

.price {
	color: #f6342a;
	font: bold 24px/1.1 exo_regular;
	text-transform: uppercase;
	margin-top: 5px;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 12px;
}

.a_catalog {
	background: url("../images/a_catalog.jpg") repeat-x;
	height: 65px;
	text-decoration: none;
}


.order2 {
	background: url("../images/order2_bg.jpg") no-repeat center top;
	margin-top: 30px;
	background-size: cover;
}

.wr_sittle {
	background: url("../images/sittle_bg.jpg") no-repeat center top;
	padding: 40px 0;
	background-size: cover;
}

.sittle {
	background: rgba(255, 255, 255, 0.8);
	max-width: 880px;
	margin: 0 auto;
}

.sittle div {
	padding: 40px 85px 20px 60px;
}

.sittle h2 {
	color: #ca1525;
	font: bold 22px/1.2 exo_regular;
	margin-top: 10px;
}

.sittle h3 {
	color: #3f3f3f;
	font: bold 18px/1.2 exo_regular;
	margin-top: 20px;
}

.sittle p {
	color: #3f3f3f;
	font: 14px/1.2 exo_regular;
	margin-top: 15px;
}

.contact {
	height: 415px;
	position: relative;
}

.contact img {
	width: 100%;
	height: 415px;
}

.contact_infa {
	background: url("../images/contact_infa_bg.png") no-repeat center top;
	width: 369px;
	height: 365px;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -185px;
}

.contact_infa h2 {
	color: #bf1917;
	font: 30px/1.1 exo_regular;
	text-align: center;
	text-transform: uppercase;
	padding-top: 120px;
}

.contact_infa div {
	width: 250px;
	margin: 0 auto;
	margin-top: 32px;
}

.contact_infa p {
	color: #2c2c2c;
	font: bold 14px/1.2 exo_regular;
}

.contact_infa p span {
	font-size: 18px;
}

.con_phone1 {
	background: url("../images/con_phone.jpg") no-repeat left 0px;
	padding-left: 23px;
	margin-top: 2px;
}

.con_phone2 {
	background: url("../images/con_phone2.jpg") no-repeat left 0px;
	padding-left: 23px;
	margin-top: 2px;
}

.phone_indent {
	margin-top: 20px;
}

.contact_infa a {
	display: block;
	color: #ad1005;
	font: bold 14px/1.2 exo_regular;
	margin: 1px 0 0 0px;
}

.contact_infa a:hover {
	text-decoration: none;
}

.rejim {
	margin-top: 15px;
}

footer {
    background: url("../images/header_bg.jpg") repeat-x;
    padding-bottom: 18px;
}

.mn_product {
    max-width: 1070px;
    margin: 0 auto;
    font-size: 0px;
    padding: 0 15px 12px 15px;
	border-bottom: 1px solid #d9d9d9;
	margin-top: 100px;
}

.mn_product_left, .mn_product_right {
	display: inline-block;
	vertical-align: top;
}

.mn_product_left {
	width: 45%;
	text-align: center;
	margin-top: 25px;
}

.mn_product_left img {
	width: 100%;
	max-width: 357px;
}

.mn_product_right {
	width: 55%;
	margin-top: 40px;
}

.pagintaion li {
	display: inline-block;
	vertical-align: top;
}

.pagintaion li a {
	background: url("../images/double_a.jpg") no-repeat right 1px;
	display: inline-block;
	vertical-align: top;
	color: #979797;
	font: 14px/1.2 exo_regular;
	text-decoration: none;
	padding-right: 20px;
	margin-right: 10px;
}

.pagintaion li a:hover, .pagintaion li a.active {
	text-decoration: underline;
}

.pagintaion li:last-child a {
	background: none;
}

.ul_product {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 30px;
	font-size: 0px;
}

.ul_product li {
	width: 33.33333333%;
	display: inline-block;
	vertical-align: top;
}

.product_name {
	color: #cb260a;
	font: 34px/1.1 exo_regular;
	border-top: 1px solid #d9d9d9;
	margin-top: 11px;
    padding-top: 10px;
}

.bl_product .name{
	color: #cb260a;
	font: 18px/1.1 exo_regular;
	padding-top: 11px;
	font-weight:bold;
	padding:10px 0;
	text-decoration: none;
}

.bl_product:hover .name{
	text-decoration: underline;
}

.product_infa {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 20px 0 20px 0;
	margin-top: 12px;
	text-align: justify;
    text-justify: auto;
}

.product_infa:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

.bl_product_infa {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.bl_product_infa span {
	display: block;
	color: #585858;
	font: 14px/1.1 exo_regular;
	margin-top: 5px;
}

.bl_product_infa p {
	color: #cf3920;
	font: 18px/1.1 exo_regular;
	margin-top: 5px;
}

.product_proc {
	padding: 15px 0 0px 0;
	text-align: justify;
    text-justify: auto;
}

.product_proc:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

.bl_product_proc {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.bl_product_proc h3 {
	color: #c9c9c9;
	font: 18px/1.1 exo_regular;
}

.count {
	font-size: 0px;
}

.count a, .count input {
	display: inline-block;
	vertical-align: top;
	margin-top: 25px;
}

.count a {
	width: 37px;
	height: 37px;
	color: #2a2a2a;
	font: 18px/37px exo_regular;
	background-color: #fcfbfb;
	border: solid 1px #d5d5d5;
	text-align: center;
}

.count input  {
	width: 37px;
	height: 37px;
	color: #2a2a2a;
	font: 18px/37px exo_regular;
	background-color: #fcfbfb;
	border: none;
	border-top: solid 1px #d5d5d5;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	outline: none;
}

.count input::-webkit-input-placeholder { 
	color: #2a2a2a;
	font: 18px/37px exo_regular;
}

.count input::-moz-placeholder {
	color: #2a2a2a;
	font: 18px/37px exo_regular;
}


.par1 {
	color: #888888;
	font: 18px/1.1 exo_extra_bold;
}

.par2 {
	color: #888888;
	font: 14px/1.1 exo_semi_bold;
	margin-top: 10px;
	text-decoration: line-through;
}

.par3 {
	color: #f71b0f;
	font: 36px/1.1 exo_semi_bold;
	margin-top: 24px;
}

.par4 {
	color: #bfbfbf;
	font: 14px/1.1 exo_semi_bold;
	text-transform: uppercase;
}

.bl_product_proc .button {
	width: 175px;
	margin-top: 20px;
}

.gift {
	margin-top: 40px;
}

.gift h2 {
	color: #cb260a;
	font: 24px/1.1 exo_regular;
	text-align: center;
	text-transform: uppercase;
}

.cont_gift {
	max-width: 1050px;
	margin: 0 auto;
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
	border: solid 4px #fc1e11;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
	text-align: center;
	padding: 30px 20px 30px 20px;
}

.cont_gift:after{
    content: "";
    background: url("../images/cont_gift_arr.jpg") no-repeat;
    width: 90px;
    height: 43px;
    position: absolute;
	top: -43px;
	left: 50%;
	margin-left: -45px;
}

.cont_gift {
	
}

.tr_bg{
	background: #e3e3e3;
	font-weight:bold;
	font-size: 16pt;
}


.bl_gift {
	width: 400px;
	display: inline-block;
	vertical-align: top;
	margin: 70px 20px 0 20px;
	text-align: left;
}

.gift_img, .gift_ttle {
	display: inline-block;
	vertical-align: top;
}

.gift_img {
	width: 125px;
}

.gift_ttle {
	width: 250px;
	margin-left: 20px;
}

.gift_ttle p {
	color: #212121;
	font: 18px/1.2 exo_regular;
}

.gift_ttle a {
	display: block;
	color: #fd1f11;
	font: 18px/1.1 exo_regular;
}

.gift_ttle a:hover {
	text-decoration: none;
}


.gift_bot {
	background-color: #f81c10;
	max-width: 1050px;
	margin: 0 auto;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	border: solid 4px #fc1e11;
	position: relative;
	text-align: center;
	padding: 40px 0 30px 0;
}

.gift_bot:after{
    content: "";
    background: url("../images/gift_afte.jpg") no-repeat;
    width: 88px;
    height: 34px;
    position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -44px;
}

.gift_bot:before{
    content: "";
    background: url("../images/gift_before.jpg") no-repeat;
    width: 88px;
    height: 34px;
    position: absolute;
	bottom: -38px;
	left: 50%;
	margin-left: -44px;
}

.gift_bot h3 {
	color: #fff;
	font: 24px/1.1 exo_regular;
	text-transform: uppercase;
}

.gift_bot h3 span {
	background: rgba(255, 255, 255, 0.3);
}

.gift_bot a {
	display: block;
	color: #fff;
	font: 18px/1.1 exo_regular;
	margin-top: 10px;
}

.gift_bot a:hover {
	text-decoration: none;
}

.composition {
	max-width: 1070px;
	margin: 0 auto;
	padding: 0 15px;
	margin-top: 90px;
}

.composition h2 {
	color: #2d2d2d;
    font: 24px/1.1 exo_regular;
    text-transform: uppercase;
}

.table {
	margin-top: 25px;
	text-align: center;
}

.table tr {
	border-bottom: 1px solid #d9d9d9;
}

.table tr:first-child td {
	padding-bottom: 25px;
}

.table td {
	padding: 12px 10px 11px 10px;
}

.table p {
	color: #2d2d2d;
    font: 14px/1.1 exo_regular;
	text-transform: uppercase;
}

.alike_product {
	max-width: 1070px;
	margin: 0 auto;
	padding: 0 15px;
	margin-top: 40px;
	margin-bottom: 75px;
}

.alike_product h2 {
	color: #fa1d10;
    font: 24px/1.1 exo_regular;
    text-transform: uppercase;
}

.cont_alike_product {
	padding: 5px 0 0px 0;
	text-align: justify;
    text-justify: auto;
}

.cont_alike_product:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

.cont_alike_product li {
	display: inline-block;
	vertical-align: top;
	margin-top: 35px;
}

.alike_product_img, .alike_product_ttle {
	display: inline-block;
	vertical-align: top;
}

.alike_product_img {
	width: 115px;
}

.alike_product_img img {
	border: 1px solid #dddddd;
}

.alike_product_ttle {
	width: 160px;
	margin: 20px 0 0 20px;
}

.alike_product_ttle p {
	color: #717171;
    font: 18px/1.2 exo_regular;
	text-transform: uppercase;
}

.alike_product_ttle p span {
	color: #fa1d10;
}







@media screen and (max-width: 1100px){
	
	.tabs_box {
		padding: 2px 0 15px 0px;
	}
	
	.tabs_menu li a {
		width: 70px;
		height: 70px;
		padding: 0px;
		font: 20px/70px exo_regular;
		margin: 10px 10px 0 10px;
	}
	
	.tabs_menu .active {
		background: #c29265;
		color: #fff;
		border-radius: 50%;
	}
	.basket {
		font-size: 16pt;
	}
}

@media screen and (max-width: 900px){
	
	.hd_logo {
		width: 24%;
		margin-top: 28px;
	}
	
	.hd_nav {
		width: 55%;
	}
	
	.hd_phone {
		width: 21%;
	}
	
	.hd_phone p {
		font: bold 14px/1.1 exo_regular;
	}
	
	.sittle div {
		padding: 30px 20px 30px 20px;
	}
	
	.ul_product li {
		width: 50%;
	}
	.prefooter {
		padding: 25px 15px;
	}
	.basket {
		font-size: 14pt;
	}
	
}

@media screen and (max-width: 768px){
	
	header {
		background: url("../images/header_bg.jpg") repeat-x;
		background-size: cover;
	}
	
	footer {
		background: url("../images/header_bg.jpg") repeat-x;
		background-size: cover;
	}
	
	.hd_logo {
		width: 30%;
		margin-top: 28px;
	}
	
	.hd_phone {
		width: 30%;
	}
	
	.burger {
		display: block;
	}
	
	.hd_nav {
		width: 40%;
		margin-top: 33px;
	}
	
	.hd_nav ul {
		display: none;
	}
	
	.hd_nav  li {
		display: block;
		margin-top: 20px;
		padding: 10px 0;
	}
	
	.hd_nav  li a {
		background: none;
		display: block;
		padding: 0px;
		margin: 0px;
	}
	
	.mn_product_left, .mn_product_right {
		width: 100%;
		display: block;
	}
	
}

@media screen and (max-width: 650px){
	
	.top_form {
		background: rgba(245, 191, 85, 0.7);
		width: auto;
		height: auto;
		float: none;
		margin: 0 auto;
		margin-top: 60px;
		padding: 0 20px 35px 20px;
		z-index: 100;
	}
	
	.top_form h2 {
		font: 24px/1.2 exo_semi_bold;
	}
	
	.form {
		margin-top: 10px;
	}
	
	.form input, .form button {
		display: block;
		margin: 0 auto;
		margin-top: 10px;
		width: 200px;
	}
	
	.form button {
		width: 270px !important;
	}
	
	.bl_action {
		width: 315px;
		float: none;
		margin: 0 auto;
		margin-top: 20px;
	}
	
	.bl_action h2 {
		font: 24px/1.0 exo_extra_bold;
	}
	
	.bl_action h3 {
		font: 26px/1.1 exo_semi_bold;
	}
	
	.bl_action p {
		font: 16px/1.1 exo_semi_bold;
	}
	
	.cont_alike_product li {
		display: block;
		width: 100%;
		max-width: 310px;
		margin: 0 auto;
		margin-top: 35px;
	}
	
	.alike_product_ttle {
		margin: 20px 0 0 5px;
	}
	
	.ul_product li {
		width: 100%;
	}
	.all {
		width: 450px;
	}
	.prefooter {
		width: 100%;
		padding: 15px 5px;
		border: 2px solid #c9c9c9;
	}
	.basket {
		font-size: 14pt;
	}
}

@media screen and (max-width: 500px){
	
	.hd_logo {
		width: 40%;
		margin-top: 28px;
	}
	
	.hd_nav {
		width: 20%;
		margin-top: 33px;
	}
	
	.hd_phone {
		width: 40%;
	}
	
	.hd_phone p {
		font: bold 14px/1.1 exo_regular;
	}
	
	.top_form h2 {
		font: 20px/1.2 exo_semi_bold;
	}
	
	.button {
		
		width: 100%;
		max-width: 380px;
	}
	
	.bl_product_proc {
		display: block;
		margin-top: 15px;
	}
	
	.product_name {
		font: 25px/1.1 exo_regular;
	}
	
	.cont_gift {
		text-align: center;
	}
	
	.bl_gift {
		width: 100%;
		max-width: 400px;
		margin: 25px 0 0 0;
		text-align: center;
	}
	
	.gift_img, .gift_ttle {
		width: 100%;
		display: block;
		margin: 0px;
	}
	
	.table p {
		font: 10px/1.1 exo_regular;
	}
	.wr_sittle {
		background: none;
	}
	.bl_action h2 {
		font: 26px/1.0 exo_extra_bold;
	}
	.wr_top {
		background-image: none !important;
		background-color: #f7c590 !important;
	}
	.order {
		background-image: none !important;
		background-color: #870e0f !important;
	}
	.wr_action {
		background-image: none !important;
		background-color: #870e0f !important;
	}
}

@media screen and (max-width: 400px){
	
	.contact_infa {
		width: 313px;
		margin-left: -156px;
	}
	
	
	.a_catalog {
		font: 20px/70px exo_semi_bold;
	}
	
	.bl_product_infa {
		display: block;
		margin-top: 10px;
	}
	.bl_action h2 {
		font: 26px/1.0 exo_extra_bold;
	}
	.wr_top {
		background-image: none !important;
		background-color: #f7c590 !important;
	}
	.order {
		background-image: none !important;
		background-color: #870e0f !important;
	}
	.wr_action {
		background-image: none !important;
		background-color: #870e0f !important;
	}
	.all {
		width: 320px;
	}
	
}


