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;
}

/* защита от горизонтальной прокрутки на мобильных:
   блоки с фиксированной шириной не должны вылезать за экран */
html, body {
	max-width: 100%;
	overflow-x: hidden;
}

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;
	font-size: 12px;
	padding: 10px 0;
	background: #c50a10;
}
.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: 40px;
	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;
	max-width: 100%;
	box-sizing: border-box;
	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;
}

/* .sittle div{padding:...} is a broad descendant rule matching every nested div inside .sittle
   (it's meant for the single top-level content div, e.g. on dostavka/kontakty pages).
   All cart_* wrapper divs below are scoped with the extra ".sittle " prefix so their own
   padding wins on specificity instead of silently inheriting that unwanted padding. */

.sittle .cart_table_wrap {
	overflow-x: auto;
	margin: 10px 0 26px;
	border-radius: 12px;
	box-shadow: 0 4px 16px rgba(0,0,0,.08);
	padding: 0;
}

.cart_table {
	width: 100%;
	min-width: 480px;
	border-collapse: collapse;
	background: #fff;
}

.cart_table th {
	background: #f61c0f;
	color: #fff;
	text-align: left;
	padding: 14px 16px;
	font: bold 13px/1.2 exo_regular;
	text-transform: uppercase;
	letter-spacing: .4px;
	white-space: nowrap;
}

.cart_table td {
	padding: 14px 16px;
	border-bottom: 1px solid #f1d3d1;
	color: #333;
	font: 14px/1.4 exo_regular;
}

.cart_table tr:last-child td {
	border-bottom: none;
}

.cart_type {
	display: block;
	color: #999;
	font-size: 12px;
	margin-top: 2px;
}

.cart_total_row td {
	background: #fdf6f5;
	font: bold 17px/1.2 exo_regular !important;
	color: #c50a10;
	border-top: 2px solid #f61c0f;
}

.sittle .cart_dop {
	background: #fdf6f5;
	border-radius: 14px;
	padding: 28px 30px;
	margin-top: 6px;
}

.cart_dop_title {
	color: #ca1525 !important;
	font: bold 20px/1.2 exo_regular !important;
	margin: 0 0 20px !important;
	text-align: center;
}

.sittle .cart_row {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
	padding: 0;
}

.sittle .cart_field {
	flex: 1 1 240px;
	margin-bottom: 18px;
	padding: 0;
}

.cart_field label {
	display: block;
	font: bold 14px/1.2 exo_regular;
	color: #555;
	margin-bottom: 7px;
}

.required_mark {
	color: #f61c0f;
	margin-left: 2px;
}

.cart_dop input, .cart_dop select, .cart_dop textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 15px 18px;
	font: 16px/1.3 exo_regular;
	border: 2px solid #f1d3d1;
	border-radius: 10px;
	background: #fff;
	color: #333;
	transition: .2s;
}

.cart_dop input:focus, .cart_dop select:focus, .cart_dop textarea:focus {
	border-color: #f61c0f;
	outline: none;
	box-shadow: 0 0 0 3px rgba(246,28,15,.12);
}

.cart_dop textarea {
	resize: vertical;
	min-height: 110px;
	margin-bottom: 0;
}

.sittle .zakaz-cart{
	text-align: center;
	margin-top: 8px;
	padding: 0;
}

.zakaz-cart a.cart_submit_btn{
	display: inline-block;
	padding: 17px 58px;
	background: #f61c0f;
	color: #fff;
	font: bold 18px/1.2 exo_regular;
	text-transform: uppercase;
	letter-spacing: .5px;
	border-radius: 10px;
	text-decoration: none;
	box-shadow: 0 4px 14px rgba(246,28,15,.3);
	transition: .2s;
	margin: 0;
}

.zakaz-cart a.cart_submit_btn:hover{
	background: #c50a10;
	text-decoration: none;
	transform: translateY(-1px);
}

.sittle .cart_empty {
	text-align: center;
	padding: 50px 20px;
}

.cart_empty_title {
	font: bold 24px/1.2 exo_regular;
	color: #333;
	margin-bottom: 10px;
}

@media (max-width: 640px) {
	.sittle .cart_dop { padding: 20px 16px; }
	.cart_table th, .cart_table td { padding: 10px 12px; font-size: 13px; }
	.zakaz-cart a.cart_submit_btn { width: 100%; padding: 16px 0; }
}

.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: 100% !important;
	max-width: 500px;
	box-sizing: border-box;
	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;
	max-width: 100%;
	box-sizing: border-box;
	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: 100%;
	max-width: 380px;
	box-sizing: border-box;
	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;
	min-height: 35px;
	font: 24px/1.2 exo_semi_bold;
	outline: none;
	border: 3px solid #c50a10;
	cursor: pointer;
	width: 100%;
	max-width: 500px;
	box-sizing: border-box;
	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;
}

/* catalog weight tabs (/podarki): only the active one should show on load, JS handles switching on click */
#tab1, #tab2, #tab3, #tab4, #tab5, #tab6, #tab7 {
	display: none;
}
#tab6 {
	display: block;
}

.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;
}

.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;
}

.brend_banner {
	display: block;
	width: 100%;
	max-width: 1110px;
	height: auto;
	border-radius: 12px;
	margin: 10px auto 20px;
	box-shadow: 0 4px 16px rgba(0,0,0,.08);
}

.wr_city_map {
	max-width: 1110px;
	margin: 20px auto;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0,0,0,.08);
	line-height: 0;
}

.wr_city_products_title {
	max-width: 1110px;
	margin: 0 auto 15px;
	font: bold 20px/1.2 exo_regular;
	color: #333;
	text-align: center;
}

.wr_faq {
	margin: 8px 0 10px;
}

.faq_item {
	background: #fff;
	border: 1px solid #f1d3d1;
	border-radius: 10px;
	padding: 14px 18px;
	margin-bottom: 10px !important;
	box-shadow: 0 1px 3px rgba(0,0,0,.05);
	transition: .2s;
}

.faq_item[open] {
	border-color: #f61c0f;
	box-shadow: 0 4px 12px rgba(246,28,15,.1);
}

.faq_item summary {
	list-style: none;
	cursor: pointer;
	font: bold 16px/1.35 exo_regular;
	color: #333;
	position: relative;
	padding-right: 32px;
	outline: none;
}

.faq_item summary::-webkit-details-marker {
	display: none;
}

.faq_item summary::after {
	content: "+";
	position: absolute;
	right: 0;
	top: -2px;
	font: bold 22px/1 exo_regular;
	color: #f61c0f;
}

.faq_item[open] summary {
	color: #f61c0f;
}

.faq_item[open] summary::after {
	content: "\2212";
}

.faq_item p {
	margin: 10px 0 0 !important;
	color: #555 !important;
	font: 14px/1.5 exo_regular !important;
}

.product_descr_card p {
	font: 15px/1.6 exo_regular;
	color: #444;
	margin: 0 0 14px;
	text-align: left;
}

.product_descr_card p:last-child {
	margin-bottom: 0;
}

.cert_row {
	display: flex;
	align-items: center;
	gap: 16px;
}

.cert_icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
}

.cert_icon svg {
	width: 100%;
	height: 100%;
}

.cert_row p {
	margin: 0;
	font: 15px/1.6 exo_regular;
	color: #444;
	text-align: left;
}

.brend_icon_grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 12px;
}

.brend_icon_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 8px;
	background: #fff;
	border: 1px solid #f1d3d1;
	border-radius: 10px;
	padding: 16px 10px;
	text-decoration: none;
	box-shadow: 0 1px 3px rgba(0,0,0,.05);
	transition: .2s;
}

.brend_icon_item:hover {
	border-color: #f61c0f;
	box-shadow: 0 6px 16px rgba(246,28,15,.15);
	transform: translateY(-2px);
}

.brend_icon_item_ic {
	display: block;
	width: 32px;
	height: 32px;
}

.brend_icon_item_label {
	font: 13px/1.3 exo_regular;
	color: #333;
}

.product_delivery_text {
	font: 15px/1.6 exo_regular;
	color: #444;
	text-align: left;
	margin: 0 0 6px;
}

.product_delivery_text a {
	color: #f61c0f;
	text-decoration: underline;
}

.wr_ves_nav {
	max-width: 1110px;
	margin: 20px auto 30px;
	padding: 22px 20px;
	background: #fdf6f5;
	border-radius: 12px;
}

.wr_ves_title {
	text-align: center;
	font: bold 18px/1.2 exo_regular;
	color: #333;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin: 0 0 16px;
}

.wr_ves_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-bottom: 22px;
}

.ves_chip {
	display: inline-flex;
	align-items: baseline;
	gap: 3px;
	padding: 10px 18px;
	background: #fff;
	border: 1px solid #f1d3d1;
	border-radius: 8px;
	text-decoration: none;
	color: #f61c0f;
	font: bold 16px/1 exo_regular;
	box-shadow: 0 1px 3px rgba(0,0,0,.05);
	transition: .2s;
}

.ves_chip .ves_g {
	font: 12px/1 exo_regular;
	font-weight: normal;
	color: #999;
}

.ves_chip:hover {
	background: #f61c0f;
	border-color: #f61c0f;
	color: #fff;
}

.ves_chip:hover .ves_g {
	color: #fff;
}

.theme_chip {
	font: 14px/1.2 exo_regular;
	padding: 9px 16px;
}

.wr_size_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
}

.size_card {
	flex: 1 1 220px;
	max-width: 260px;
	background: #fff;
	border: 1px solid #f1d3d1;
	border-radius: 10px;
	padding: 18px 16px;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 1px 3px rgba(0,0,0,.05);
	transition: .2s;
}

.size_card:hover {
	border-color: #f61c0f;
	box-shadow: 0 6px 16px rgba(246,28,15,.15);
	transform: translateY(-2px);
}

.size_range {
	display: block;
	font: bold 22px/1 exo_regular;
	color: #f61c0f;
	margin-bottom: 6px;
}

.size_name {
	display: block;
	font: 16px/1.2 exo_regular;
	color: #333;
}

@media (max-width: 640px) {
	.wr_ves_nav { padding: 16px 12px; }
	.ves_chip { padding: 8px 13px; font-size: 14px; }
	.size_card { flex: 1 1 45%; }
}

.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;
	width: 100%;
	max-width: 270px;
	height: auto;
	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;
	max-width: 100%;
	box-sizing: border-box;
	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: #c50a10 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 {

}

/* Состав подарка (html/eliteNNN.html подключается через include в prod_np.php).
   Стили внешние и завязаны на класс .cont_gift + разметку внутри файлов состава,
   поэтому при загрузке нового файла состава с той же разметкой оформление не меняется. */

.cont_gift .text {
	text-align: left;
	font: 15px/1.6 exo_regular;
	color: #444;
	background: #fdf6f5;
	border-radius: 12px;
	padding: 18px 22px;
	margin-bottom: 22px;
}

.cont_gift .single-product-table-section {
	margin-top: 4px;
}

.cont_gift .single-product-table-section .container {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.cont_gift .single-product-table {
	text-align: left;
	background: #fff;
	border: 1px solid #f1d3d1;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0,0,0,.06);
}

.cont_gift .table-caption {
	display: flex;
	align-items: center;
	background: #f61c0f;
	color: #fff;
	font: bold 14px/1.2 exo_regular;
	text-transform: uppercase;
	letter-spacing: .3px;
	padding: 14px 18px;
}

.cont_gift .table-caption .title-column {
	flex: 1 1 auto;
	text-align: left;
}

.cont_gift .table-caption .right-side {
	display: flex;
	flex: 0 0 auto;
}

.cont_gift .table-caption .create-column {
	width: 140px;
	text-align: center;
}

.cont_gift .table-caption .quantity-column {
	width: 80px;
	text-align: center;
}

.cont_gift .table-row {
	display: flex;
	align-items: center;
	padding: 14px 18px;
	border-bottom: 1px solid #f6e4e3;
	transition: .15s;
}

.cont_gift .table-row:last-child {
	border-bottom: none;
}

.cont_gift .table-row:hover {
	background: #fdf6f5;
}

.cont_gift .table-row .title-column {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	gap: 14px;
	text-align: left;
}

.cont_gift .table-row .title-column img {
	width: 60px;
	height: 60px;
	object-fit: contain;
	border-radius: 10px;
	background: #fdf6f5;
	border: 1px solid #f1d3d1;
	flex-shrink: 0;
}

.cont_gift .table-row .title-column span {
	font: 13px/1.45 exo_regular;
	color: #666;
}

.cont_gift .table-row .title-column b {
	display: block;
	color: #333;
	font: bold 15px/1.3 exo_regular;
	margin-bottom: 2px;
}

.cont_gift .table-row .right-side {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
}

.cont_gift .table-row .create-column {
	width: 140px;
	text-align: center;
	font: 13px/1.3 exo_regular;
	color: #777;
	padding: 0 6px;
}

.cont_gift .table-row .quantity-column {
	width: 80px;
	text-align: center;
	font: bold 15px/1.2 exo_regular;
	color: #f61c0f;
}

.cont_gift .table-row.table-centered {
	display: block;
	text-align: center;
	background: #fdf6f5;
	color: #ca1525;
	font: bold 15px/1.2 exo_regular;
	text-transform: uppercase;
	letter-spacing: .4px;
	padding: 10px 18px;
}

@media (max-width: 680px) {
	.cont_gift .table-caption { display: none; }
	.cont_gift .table-row { flex-wrap: wrap; align-items: flex-start; gap: 8px 0; }
	.cont_gift .table-row .right-side { width: 100%; justify-content: flex-start; gap: 18px; padding-left: 74px; }
	.cont_gift .table-row .create-column,
	.cont_gift .table-row .quantity-column { width: auto; text-align: left; padding: 0; }
	.cont_gift .table-row .title-column img { width: 50px; height: 50px; }
}

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


.bl_gift {
	width: 400px;
	max-width: 100%;
	box-sizing: border-box;
	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 {
		max-width: 450px;
		font-size: 20px;
	}
	.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 {
		max-width: 320px;
		font-size: 17px;
	}

}

.wr_blog {
	max-width: 1110px;
}

.blog_grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 14px;
}

.blog_card {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	background: #fff;
	border: 1px solid #f1d3d1;
	border-left: 4px solid #f61c0f;
	border-radius: 10px;
	padding: 16px 16px;
	text-decoration: none;
	box-shadow: 0 1px 3px rgba(0,0,0,.05);
	transition: .2s;
}

.blog_card:hover {
	border-color: #f61c0f;
	box-shadow: 0 6px 16px rgba(246,28,15,.15);
	transform: translateY(-2px);
}

.blog_card_num {
	font: bold 20px/1 exo_regular;
	color: #f1c0be;
	flex-shrink: 0;
}

.blog_card:hover .blog_card_num {
	color: #f61c0f;
}

.blog_card_title {
	flex: 1;
	font: 15px/1.35 exo_regular;
	color: #333;
}

.blog_card_arrow {
	font: 18px/1 exo_regular;
	color: #f61c0f;
	flex-shrink: 0;
	opacity: 0;
	transform: translateX(-4px);
	transition: .2s;
}

.blog_card:hover .blog_card_arrow {
	opacity: 1;
	transform: translateX(0);
}

.blog_more {
	text-align: center;
	margin-top: 18px;
}

.blog_more a {
	display: inline-block;
	color: #f61c0f;
	font: bold 15px/1 exo_regular;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.blog_more a:hover {
	border-bottom-color: #f61c0f;
}

.blog_back {
	margin-top: 30px;
	text-align: center;
}

.blog_back_btn {
	display: inline-block;
	padding: 14px 34px;
	background: #fff;
	color: #f61c0f;
	border: 2px solid #f61c0f;
	border-radius: 10px;
	font: bold 16px/1.2 exo_regular;
	text-decoration: none;
	transition: .2s;
}

.blog_back_btn:hover {
	background: #f61c0f;
	color: #fff;
}


