/*
Theme Name: KakUMamy
Text Domain: Kak U Mamy
Version: 1.0.0
Description: Тема для сайта kakumamy.ru: Продажа экологических продуктов питания. Тема предназначена исключительно для работы с авторским плагином WebTrade, имеет специализированный шорткоды, функционал, который без данного плагина в теме работать не будет.
Tags: Тема Kak U Mamy, Исключительно для работы с плагином WebTrade
Author: Качкин Дмитрий
Author URI: https://kakumamy.ru/
Theme URI: https://kakumamy.ru/
License: Все права принадлежат автору
*/

html, body, header, .mobile-header, .content { background: #fff; z-index: 1; }
body {
	font-family: Fregat;
	color: #343434;
	font-size: 16px;
	line-height: 1.5;
}


h2, h3 {
	font-size: 40px;
	color: #343434;
	font-family: Hermes;
	padding: 0;
	margin: 0;
	font-weight: 500;
}
h4 {
	font-size: 22px;
	color: #343434;
	font-family: Fregat;
	padding: 0;
	margin: 0;
	font-weight: 100;
}
h5 {
	font-size: 18px;
	color: #931711;
	font-family: Fregat;
	padding: 0;
	margin: 0;
	font-weight: 700;
}
.footer {
	text-align: center;
	background: url(/wp-content/uploads/red_bg.png);
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer h4 {
	color: #ffffff;
	font-family: Fregat;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
}
.footer .menu-item a {
	color: #b7908f;
	font-family: Fregat;
	font-size: 16px;
	text-decoration: none;
}
.block-center {
	display: block;
	text-align: center;
}
.pad_top30 {
	padding-top: 30px;
}
.pad_bot30 {
	padding-bottom: 30px;
}
.b-btn {
	border: solid 1px #efaa51;
	outline: none;
	background: url(/wp-content/uploads/btn_bg.png);
	border-radius: 8px;
	text-align: center;
	color: #343434;
	font-size: 16px;
	font-family: Fregat;
	font-weight: 700;
	display: inline-table;
	text-decoration: none;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
.menu-main .sub_menu_main { display: none; }
.breadcrumbs {
	margin: auto;
	text-align: left;
}
.breadcrumbs, .breadcrumbs * {
	font-size: 14px;
	color: #999;
	text-decoration: none;
	margin: 0;
	margin-bottom: 20px;
}
.gl_novinki {
	text-align: center;
	background: url(/wp-content/uploads/red_bg.png);
	padding-top: 30px;
	padding-bottom: 30px;
}
.gl_news {
	text-align: center;
	background: url(/wp-content/uploads/news_bg.png);
	padding-top: 30px;
	padding-bottom: 30px;
}
.wt_cart_promokod {
	display: inline-block;
	background: #eee;
	padding: 20px;
	border-radius: 3px;
	height: 60px;
}
#order_promo {
	outline: none;
	border: solid 1px #ccc;
	border-radius: 5px;
	font-size: 18px;
	color: green;
	text-align: center;
	width: 150px;
	padding: 5px;
}
#tt_order_promo {
	font-size: 14px;
}
#go_order_promo {
	display: inline-block;
	outline: none;
	color: #e20000;
	background: #fff;
	font-size: 18px;
	padding: 5px 20px;
	border: solid 1px #e20000;
	border-radius: 5px;
	cursor: pointer;
}

.wt_toggle { display: inline-block; overflow: hidden; font-size: 14px; }
.wt_toggle_item { float: left; display: inline-block; }
.wt_toggle_item input[type=radio] { display: none; }
.wt_toggle_item label { display: inline-block; padding: 0px 15px; line-height: 34px; border: 1px solid #999; border-right: none; cursor: pointer; user-select: none; background: #ddd; color: #888; }
.wt_toggle .item_0 label { border-radius: 6px 0 0 6px; }
.wt_toggle .item_1 label { border-radius: 0 6px 6px 0; border-right: 1px solid #999; }
.wt_toggle .item_0 input[type=radio]:checked + label { background: #c5f1ff; color: #333; }
.wt_toggle .item_1 input[type=radio]:checked + label { background: #c5f1ff; color: #333; }

#select_org {
	display: block;
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	overflow: auto;
	text-align: center;
	padding-top: 30px;
}
#select_address, #select_address_h, #select_shop { 
	margin: 0 auto;
	width: 550px;
	padding: 20px;
	background: #fff;
}
#select_address_h { padding-bottom: 0; }
#select_address { padding-top: 0 }
#wt_set_address {
	display: inline-block;
	min-height: 32px;
	line-height: 2;
	padding: 0 12px;
	background: linear-gradient(#1F845A, #4BCE97, #00875a);
	background: #000;
	border: solid 1px #e20000;
	color: #fff;
	font-size: 13px;
	cursor: pointer;
	border-radius: 3px;
	white-space: nowrap;
	box-sizing: border-box;
	box-shadow: 0 0 30px 15px #fff;
	margin-top: 10px;
}
#select_shop {
	padding-top: 0;
	display: none;
	height: 440px;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: thin;
}
#select_shop table { 
	width: 100%; 
	#border: solid 1px #cccccc;
	#border-radius: 3px;
}
.wt-select-org { cursor: pointer; }
.header-top-section .data_ship { display: none; }
#select_shop table tr { cursor: pointer; }
#select_shop table tr:hover { background: #d0f2fa; }
#select_shop table tr:nth-child(1) {
	#background: #ddd;
	#font-size: 18px;
	#border-bottom: solid 1px #cccccc;
	cursor: default;
}
#select_shop table tr:nth-child(1):hover { background: #fff; }
#select_shop table td { padding: 5px 10px; font-size: 14px; border-top: solid 1px #ccc; }
#select_shop table tr:nth-child(1) td { border-top: none; height: 40px; font-weight: 600; position: sticky; top: -2px; background: #fff; }
a .product {
	color: #000000;
	text-decoration: none;
	background: #ffffff;
}
a .product:hover { box-shadow: 0 0 5px rgba(100, 100, 100, 0.7);; }
.visual_rubriks { overflow: hidden; }
.visual_rubriks img { width: 250px; }
.catalog-left-block {
	display: block;
	overflow: visible;
	width: 300px;
	float: left;
	overflow: hidden;
	padding-right: 10px;
	margin-bottom: 50px;
}
.catalog-left-block div {
	overflow: auto;
}
.menu-item.menu-wish {
	display: inline-block;
	background: url(images/cart.png) center center no-repeat;
	width: 40px;
	height: 22px;
	text-align: center;
	color: #ffffff;
	font-size: 12;
	padding-top: 3px;
	text-shadow: 1px 0 1px #666, 
		0 1px 1px #666, 
		-1px 0 1px #666, 
		0 -1px 1px #666;
}
.menu-item.menu-wish.active span {
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #e20000;
	margin: 4px;
	margin-left: -97px;
}
.menu-item.menu-cart {
	display: inline-block;
	background: url(images/bag.png) center center no-repeat;
	width: 40px;
	height: 22px;
	text-align: center;
	color: #ffffff;
	font-size: 12;
	padding-top: 3px;
	text-shadow: 1px 0 1px #666, 
		0 1px 1px #666, 
		-1px 0 1px #666, 
		0 -1px 1px #666;
}
.menu-item.menu-cart.active span {
	display: inline-block;
	border-radius: 15px;
	background: #e20000;
	color: #fff;
	padding: 2px 10px;
	text-align: center;
	margin-left: 40px;
	text-shadow: 1px 0 1px #666, 
		0 1px 1px #666, 
		-1px 0 1px #666, 
		0 -1px 1px #666;
}
.menu-item.menu-main {
	display: inline-block;
	background: url(images/person.png) left bottom no-repeat;
	width: 20px;
	height: 22px;
	position: relative;
	padding-top: 3px;
	background-size: 17px;
}
.menu-item.menu-main:not(.active) {
	cursor: pointer;
}
.wt_main_page_menu {
	display: inline-block;
	float: left;
	margin-right: 50px;

}
.wt_main_page_menu ul, .wt_main_page_menu li {
	display: block;
	margin: 0;
	padding: 0;
}
.wt_main_page_menu a {
	width: 250px;
	text-decoration: none;
	border: solid 1px #333;
	display: block;
	padding: 10px 20px;
	margin-bottom: 5px;
	color: #333;
}
.wt_main_page_menu a.active {
	background: #333;
	color: #fff
}
.wt_main_page_content .wt_content_opt {
	width: 940px;
}
.menu-main .sub_menu_main {
	position: absolute;
	z-index: 5;
	right: 0;
	background: #fff;
	margin: 0;
	top: 0;
	margin-top: 22px;
	text-align: left;
	border: solid 1px #ccc;
	border-radius: 0 0 5px 5px;
	padding: 0;
}
.sub_menu_main li { 
	display: inline-block; 
	white-space: nowrap; 
	padding: 10px 10px 5px;
}
.menu-item.menu-main.active:hover .sub_menu_main {
	display: block;
}
#wt_progress {
	display: block;
	background: #ffe800;
	height: 1px;
	width: 0;
	transition-property: width; 
	transition-duration: 2s;
}
.catalog-rubrikator ul, .catalog-rubrikator li {
	display: block;
	margin: 0;
	width: 100%;
	padding: 0
}
.wt-prodcard-info {
	padding-bottom: 50px;
}
.wt-prodcard-info-tab {
	border-bottom: solid 1px #666;
	display: inline-block;
	width: 100%;
	padding-bottom: 6px;
}
.wt-prodcard-info-tab span {
	padding: 0 50px 4px 0;
	cursor: pointer;
}
.wt-prodcard-info-tab .active {
	border-bottom: solid 3px #666;
}
#catalog_items h2 { margin-top: 0; }
.catalog-h-q {
	display: inline-block;
	margin: 0;
	width: 100%;
}
.catalog-p-q {
	font-size: 10px;
	color: #aaaaaa;
	background: #eee;
	border: solid 1px #aaaaaa;
	border-radius: 3px;
	padding: 3px;
	margin: 0 5px 5px 0;
	cursor: pointer;
	float: left;
}
.prodcard-name {
	height: 180px;
	font-size: 18px;
	line-height: 1.5;
}
.wt-prodcard-price {
	font-size: 25px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
}
.wt-prodcard-properties {
	min-height: 150px;
	margin-bottom: 20px;
}
.wt-prodcard-properties a {
	text-decoration: none;
	color: #000000;
	border-bottom: solid 1px #000000;
}
.wt-prodcard-strprop {
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}
.wt-prodcard-namehar {
	margin-top: 50px;
}
#wt-prodcard-table-har-info {
	position: absolute;
	z-index: 10;
	display: inline-block;
	width: 500px;
	box-shadow: 0 0 5px rgba(122,122,122,0.5);
	margin: -30px auto;
	background: #fff;
}
#wt-prodcard-table-har-info div {
	margin-top: 20px;
	border-bottom: solid 1px #666;
	font-size: 18px;
	padding-left: 30px;
	padding-bottom: 15px;
}
#wt-prodcard-table-har-info table {
	margin: 20px 30px;
	padding: 0;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	font-size: 12px;
	width: 438px;
	border-radius: 3px;
}
#wt-prodcard-table-har-info table tr:nth-child(1) {
	background: #dddddd;
}
#wt-prodcard-table-har-info table td {
	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	text-align: center;
	vertical-align: auto;
	height: 25px;
}
#wt-prodcard-table-har-info p {
	font-size: 11px;
	color: #888;
	margin: 30px;
	margin-top: 0;
}
#wt-prodcard-table-har-info img {
	content: url(images/close.png);
	object-fit: cover;
	width: 15px;
	height: 15px;
	float: right;
	padding-right: 30px;
	cursor: pointer;
}
.prodcard-har-check, .ship-check {
	display: none;
}
.prodcard-har-check + label {
	display: inline-block;
	padding: 5px 15px;
	border: solid 1px #999999;
	user-select: none;
	background: #ffffff;
	border-radius: 5px;
	cursor: pointer;
	float: left;
	margin: 0 10px 10px 0;
}
.prodcard-har-check:checked + label {
	background: #d0f2fa;
	box-shadow: 0 0 5px rgba(122,122,122,0.5);
}
.prodcard-har-check:disabled + label {
	background: #efefef;
	color: #999999;
	cursor: default;
}
.prodcard-har-check:hover + label {
	border: solid 1px #000000;
}
.ship_select {
	display: inline-block;
	margin: 20px 0;
}
.ship_info {
	font-size: 12px;
	font-weight: 10;
	color: #333;
	font-size: 12px;
	font-weight: 10;
	color: #333;
}
h3 .ship_info {
	margin-left: 50px;
}
.ship_addr {
	display: table;
	background: #eee;
	padding: 20px;
	padding-bottom: 0;
}
.ship_addr input, .ship_addr textarea {
	border: 0;
	outline: none;
	width: 550px;
	min-height: 30px;
	padding-left: 10px;
	border-bottom: solid 1px #333;
	margin-bottom: 20px;
}
.ship-check + label {
	display: inline-block;
	padding: 10px;
	width: 200px;
	border: solid 1px #333;
	user-select: none;
	background: #ffffff;
	border-radius: 3px;
	cursor: pointer;
	float: left;
	margin: 0 10px 0 0;
	text-align: center;
}
.ship-check:checked + label {
	background: #333;
	color: #fff;
	box-shadow: 0 0 5px rgba(122,122,122,0.5);
}
.ship-check:disabled + label {
	background: #efefef;
	color: #999999;
	cursor: default;
}

.wt-prodcard-options, .wt-prodcard-text {
	display: block;
	margin: 20px 0;
	padding: 0;
	width: 600px;
}
.wt-prodcard-options ul {
	padding: 0;
}
.wt-prodcard-options ul li {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.wt-prodcard-options ul li:after {
	content:'';
	display: block;
	overflow: hidden;
	height: 14px;
	border-bottom: 1px dotted #666
}
.wt-prodcard-options ul li .opt-name {
	display: block;
	float: left;
	z-index: 2;
	padding-right: 2px;
}
.wt-prodcard-options ul li .opt-val {
	display: block;
	float: right;
	z-index: 2;
	padding-left: 2px;
}

ul.wt-g-first, li.wt-g-first {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.wt-g-first a {
	text-decoration: none;
	color: #343434;
}
.catalog-rubrikator .item_name span {
	float: right;
}
.wt-g-first.item_name, .option_parent {
	font-size: 18px;
	display: block;
	padding: 2px 0 2px 5px;
	position: relative;
	font-weight: 100;
	font-family: Fregat;
	color: #343434;
}
.wt-g-first.item_name:hover, .option_parent:hover {
	background: #f8f8f8;
}
.option_parent::after {
	position: absolute;
	display: block;
	width: 20px;
	content: url('images/summary-arrow-up.png');
	text-align: center;
	top: 10px;
	right: 0;
}
.wt-g-first.item_name.selected::after {
	position: absolute;
	display: block;
	width: 20px;
	font-family: "Awesome";
	content: '\f105';
	text-align: center;
	top: 5px;
	right: 0;
}
.sub.g-level-2 li { margin-left: 20px; }
.e-level-1 .item_name, .prop_parent, .option_name { 
	padding: 3px 10px; 
	background: #eeeeee;
	display: block;
}
.prop, .option { padding: 3px 0; }
.e-level-2 .item_name { background: none; }

.catalog-rubrikator .item_name { position: relative; }
.catalog-rubrikator .item_name span { 
	color: #aaaaaa; 
	position: absolute;
	right: 0;
	margin-right: 20px;
	width: 50px;
	text-align: center;
}

.wt-catalog-card-wish::before {
	font-family: "Awesome";
	font-size: 22px;
	content: '\f08a';
	color: #000;
	text-shadow: 0 0 4px #fff;
	object-fit: cover;
	width: 22px;
	height: 22px;
	float: right;
	margin: 10px;
}
.wt-catalog-card-wish.active::before {
	color: #e20000;
	text-shadow: 0 0 4px #f8f7ac
}

.inline-section * {
	display: inline;
	vertical-align: top;
}

.inline-block-section * {
	display: inline-block;
	vertical-align: top;
}

.wt_is_akc {
	display: inline-block;
	margin: 0 3px;
	background: #ff0000;
	padding: 5px;
	border: 0;
	border-radius: 0 0 5px 0;
	z-index: 5;
}
.wt_is_top, .wt_is_hit, .wt_is_stock {
	display: inline-block;
	margin: 0 3px;
	padding: 5px;
	border: 0;
	border-radius: 0 0 5px 0;
	z-index: 5;
	float: left;
}
.wt_is_top {
	background: #79dd6e;
	background: linear-gradient(to bottom, #888, #79dd6e, #79dd6e, #79dd6e, #79dd6e);
}
.wt_is_hit {
	background: #ffe800;
	background: linear-gradient(to bottom, #888, #ffe800, #ffe800, #ffe800, #ffe800);
}
.wt_is_stock {
	background: #ff0000;
	color: #ffffff;
	background: linear-gradient(to bottom, #888, #ff0000, #ff0000, #ff0000, #ff0000);
}
.new-price {
	color: #ff0000;
	float: right;
	margin-right: inherit;
}
.bad-price {
	float: left;
	text-decoration: line-through;
	margin-left: inherit;
}

@media (max-width:800px) {
	body {
		font-family: Fregat;
		color: #343434;
		font-size: 14px;
		line-height: 1.5;
	}
	.content {
		margin-top: 70px;
	}
	h2, h3 {
		font-size: 24px;
		line-height: 1.1;
	}
	h4 {
		font-size: 16px;
	}
	.footer h4 { padding-bottom: 20px; }
	#content-ob .cycle-slide { width: 100%; }
	#content-ob .index-carousel-image { width: 100%; height: 350px; object-fit: contain;}
	#wt_progress { #display: none; }
	#mobile-catalog-filter { padding: 20px; }
	#select_org div { width: 90%; }
	#wt-prodcard-table-har-info { width: 90%; }
	#wt-prodcard-table-har-info table { width: 85%; }
	.wt-prodcard-options { width: 100%; }
	.mobile-center { text-align: center; }
	.menu-item { margin: 0 0; }

	.gl_head {
		background: #f4f0de url(/wp-content/uploads/f_bg_1.jpg) no-repeat top right;
		background-size: cover;
		margin-top: 68px;
	}
	.z_pole {
		display: block;
		margin-top: 20px;
		font-size: 20px;
		color: #931711;
		font-family: Hermes;
		padding: 0;
	}
	.slogan {
		background: rgba(255,255,255,0.7);
		padding: 10px;
		border-radius: 6px;
		margin: 10px;
		line-height: 1.4;
	}
	.box_product {
		border: solid 1px #eee;
		box-shadow: 0 3px 3px rgba(0,0,0,0.2);
		font-size: 20px;
		margin: 10px;
	}
	.box_product a {
		text-decoration: none;
	}
	.box_product h4 {
		font-size: 20px;
	}
	.box_news {
		background: #ffffff;
    	margin: 10px;
	}
	.box_news td {
		width: 48%;
	}
	.box_news img {
		width: 150px;
	}
	content {
		display: block;
		padding: 20px;
	}
	.input_kol {
		width: 80px;
		height: 40px;
		border: solid 1px #cbcbcb;
		border-radius: 3px;
		padding: 0;
		background: #ffffff;
		float: left;
	}
	.input_plus, .input_minus {
		width: 20px;
		cursor: pointer;
		user-select: none;
	}
	#in-order {
		display: inline-block;
		margin-left: 40px;
		height: 40px;
		background: #e20000;
		border: solid 1px #e20000;
		border-radius: 3px;
		cursor: pointer;
		width: 200px;
		color: #fff;
		font-size: 18px;
	}
	#in-wishlist {
		display: inline-block;
		float: right;
		height: 40px;
		background: #ffffff;
		border: solid 1px #cbcbcb;
		border-radius: 3px;
		cursor: pointer;
		width: 40px;
		cursor: pointer;
	}
	#in-wishlist img { content: url(images/hearth.png); }
	#in-wishlist.active img { content: url(images/hearth_red.png); }


	.catalog-right-block {
		display: block;
		text-align: center;
	}
	#catalog_items {
		margin-bottom: 50px;
	}
	#catalog_items h2 {
		margin-top: 40px;
	}
	.bad-price {
		font-size: 70%;
	}
	.product h3, .product p {
		margin-left: 5px;
		margin-right: 5px;
	}
	.product .wt_catalog_product_img {
		background: #fff;
		border-bottom: solid 1px #000000;
		object-fit: contain;
		height: 165px;
	}
	.mobile-menu-pages { padding-bottom: 50px; }
	
	.wt_catalog_product_name {
		font-size: 12px;
		display: block;
		height: 61px;
		overflow: hidden;
		text-overflow: ellipsis;
		font-weight: 400;
		padding: 0;
		margin: 10px;
	}

	.desktop-only {
		display: none;
	}

	header {
		display: block;
		width: 100%;
		position: fixed;
		z-index: 10000;
		top: 0;
		left: 0;
		background: #fff;
		border-bottom: solid 2px #931711;
	}
	.content::before {
		display: block;
		content: "";
		#position: absolute;
		#top: 60px;
		left: 0;
		right: 0;
		height: 10px;
		width: 100%;
		background-image: url(/wp-content/uploads/menu_after.png);
	}
	.menu-item.menu-cart { width: 56px; height: 52px; background: url(/wp-content/uploads/basket.png) bottom center no-repeat; background-size: 70%; }
	.menu-item.menu-cart span { color: #931711; text-shadow: none; font-weight: 600; text-shadow: 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff; }

	.footer {
		width: 100%;
	}

	.mobile-footer-logo {
		margin-top: 50px;
	}

	.index-carousel-image {
		width: 95%;
	}

	.inline-section, .inline-block-section {
		width: 95%;
	}

	.map-container {
		width: 95%;
	}

	.left-promotion {
		max-width: 95%;
		margin: 10px auto;
		text-align: right;
	}

	.right-promotion {
		max-width: 95%;
		margin: auto;
	}

	.left-promotion img {
		margin-left: 150px;
	}

	.right-promotion img {
		margin: auto;
		width: 300px;
	}

	.guarantee-container {
		padding: 10px;
		margin: 0;
	}

	.recommendation {
		width: 90%;
		height: 355;
		margin: 1px 10px 20px 10px;
		background-size: cover;
		border-radius: 5px;
		outline: 1px solid #000000; 
	}

	.recommendation-caption {
		top: 275px;
		width: 250px;
		text-decoration: none;
		border: solid 1px #000000;
		color: #000000;
		margin: 0 auto;
	}

	.product_hit, .product_top, .rekomendacii {
		display: block;
		height: 560px;
		overflow: hidden;
	}
	.rekomendacii {
		height: 355px;
	}
	.recommendation {
		margin-bottom: 100px;
	}

	.product {
		width: 164px;
		margin-top: 10px;
	}
	.product div {
		width: 164px;
	}

	.footer table {
		display: block;
	}

	.footer td {
		display: block;
		margin-left: 10px;
	}

	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 20px;
	}

	h4 {
		text-transform: uppercase;
	}

	header table {
		width: 100%;
		#border: #000000 solid 1px;
		#border-collapse: collapse;
	}

	header td {
		padding: 15px;
		#border: #000000 solid 1px;
		text-align: center;
	}
	header td:nth-child(4) { padding: 0; }

	header .logo, .footer .logo {
		height: 36px;
	}

	.mobile-menu-open::before {
		cursor: pointer;
		#content: url('images/mobile-menu-open.png');
		font-style: normal;
		font-family: "Awesome";
		font-weight: 100;
		font-size: 27px;
		content: '\f0c9';
		color: #931711;
	}
	.menu-item.menu-wish {
		background: none;
		text-shadow: none;
	}
	.menu-item.menu-wish::before {
		cursor: pointer;
		font-style: normal;
		font-family: "Awesome";
		font-weight: 100;
		font-size: 27px;
		content: '\f08a';
		color: #931711;
	}
	#only-mobile-menu {
		display: none;
		top: 0;
		left: 0;
		text-align: left;
		position: fixed;
		top: ;
		width: 100%;
		height: 100%;
		z-index: 100000;
		background: #ffffff;
		overflow-y: scroll;
		padding-bottom: 30px;
	}
	#only-mobile-menu .mobile-user-shop {
		background: #f6f6f8;
		padding: 10px;
	}
	.mobile-catalog h2 {
		border-bottom: solid 1px #666666;
		padding: 10px;
		margin-bottom: 0;
	}
	.mobile-catalog h2 img {
		content: url(images/close.png);
		object-fit: cover;
		width: 15px;
		height: 15px;
		float: right;
		padding-right: 10px;
		cursor: pointer;
	}
	#only-mobile-menu ul, #only-mobile-menu li {
		display: block;
		margin: 0;
		padding: 5px;
	}
	#only-mobile-menu li.g-level-1 { padding: 0; }
	#only-mobile-menu .item_name span {
		float: right;
		margin-right: 5px;
	}

	.arrow-container .left-arrow {
		margin-right: 30px;
	}

	.content-container {
		width: 95%;
		padding-top: 100px;
	}
	.breadcrumbs { display: none; }
	.wt-prodcard-heder { display: flex; flex-flow: wrap; margin-bottom: 50px; }
	.wt-prodcard-heder .wt-prodcard-img-view  { order: 1; width: 100%; text-align: center; }
	.wt-prodcard-heder .wt-prodcard-img-miniature { order: 2; width: 100%; text-align: center; }
	.wt-prodcard-heder .wt-prodcard-order-info { order: 3; }
	#lift-doun, #lift-up { display: none; }
	.wt-prodcard-img-view .prod-img-view { width: 100%; height: 400px; object-fit: contain; background: #ffffff; }
	.wt-prodcard-tape-miniatures { display: inline-block; }
	.wt-prodcard-tape-miniatures img {
		content: none;
		content: '';
		box-sizing: border-box;
		padding-left: 30px;
		display: block;
		width: 25px;
		height: 10px;
		background: #fff;
		float: left;
		margin: 10px;
		border: solid 1px #666;
		border-radius: 3px;
	}
	.wt-prodcard-tape-miniatures img.active { background: #333; }

	.about-us-image {
		content: url('images/about-us-mobile.png');
		display: block;
		margin: auto;
	}

	.about-us-blocks-container {
		flex-wrap: wrap;
	}

	.contacts-blocks-container {
		flex-wrap: wrap;
		gap: 30px;
	}
}

@media (min-width:800px) {
	div.content {
		min-height: 400px;
		text-align: center;
	}
	content {
		display: inline-block;
		width: 1290px;
		text-align: left;
		padding-top: 30px;
	}
	.wt-select-org {
		padding: 10px 20px;
		border: solid 1px #efaa51;
		border-radius: 15px;
		background: linear-gradient(to right, #fff, #eee);
		box-shadow: 0 5px 5px rgba(0,0,0,0.2);
		color: #666;
		font-size: 14px;
	}
	.wt-select-org::before {
		font-style: normal;
		font-family: "Awesome";
		font-weight: 100;
		font-size: 20px;
		margin-right: 10px;
		content: '\f041';
		color: #931711;
		text-shadow: 2px 2px 1px #888;
	}
	.menu-item.menu-wish {
		width: 94px;
		background: url(images/cart.png) left center no-repeat;
		position: relative;
	}
	.menu {
		margin: 0;
		padding: 0;
	}
	.menu-item.menu-wish::before, .menu-item.menu-main::before {
		text-shadow: none;
		font-family: Fregat;
		color: #000;
		font-size: 16px;
		line-height: 1.5;
		padding-left: 20px;
	}
	.menu-item.menu-wish::before {
		content: 'Закладки';
	}
	.menu-item.menu-main::before {
		content: 'Мои данные';
	}
	.gtop_menu a[href$='/categoria/'] {
		padding: 10px 20px;
		border: solid 1px #efaa51;
		margin-right: 10px;
		box-shadow: 3px 3px 2px rgba(0,0,0,0.2);
	}
	.gtop_menu a[href$='/categoria/']::before {
		font-style: normal;
		font-family: "Awesome";
		font-weight: 100;
		margin-right: 10px;
		content: '\f0ca';
		color: #fee;
	}
	.gtop_menu a[href$='/categoria/']:hover {
		background: #a21811;
	}
	.wt-g-categories {
		display: inline-block;
		width: 300px;
		margin: 0;
		padding: 10px;
		border: solid 1px #eee;
		margin-top: 40px;
		margin-right: 20px;
		float: left;
	}
	.box_news {
		width: 580px;
		background: #ffffff;
		float: left;
    	margin: 10px;
	}
	.box_product {
		background: #ffffff;
		border-top: solid 1px #eeeeee;
		box-shadow: 0 3px 3px rgba(0,0,0,0.2);
		width: 280px;
		height: 360px;
		vertical-align: top;
		text-align: center;
		font-size: 22px;
		color: #343434;
		font-family: Fregat;
		padding-bottom: 10px;
		float: left;
		margin: 10px;
	}
	.menu.left {
		margin: 0;
		padding: 0;
	}
	#catalog_items {
		margin-left: 325px;
	}
	.menu-item.menu-cart {
		background: url(/wp-content/uploads/basket.png) left center no-repeat;
		width: 150px;
		height: 55px;
	}
	.menu-item.menu-cart::before {
		content: 'Корзина:';
		text-shadow: none;
		font-family: Fregat;
		color: #343434;
		font-size: 16px;
		font-weight: 600;
		display: block;
		text-align: left;
		margin-left: 65px;
	}
	.menu-item.menu-cart span {
		text-shadow: none;
		font-family: Fregat;
		color: #931711;
		font-size: 16px;
		display: block;
		text-align: left;
		margin-left: 65px;
	}
	.menu-item.menu-main {
		width: 150px;
	}
	.wt_cart_rows, .wt_cart_rows_itog {
		margin-bottom: 50px;
	}
	.wt_cart_row {
		display: inline-block;
		background: #fff;
		margin-top: 10px;
		width: 100%;
		border: solid 1px #ccc;
		border-radius: 3px;
	}
	.wt_cart_row_img {
		margin: 10px;
		width: 100px;
		height: 100px;
		float: left;
	}
	.wt_cart_row_product {
		height: 100px;
		width: 600px;
		margin: 10px;
		float: left;
	}
	.wt_cart_row p {
		margin: 0;
		font-size: 14px;
		color: #999;
		text-transform: uppercase;
	}
	.wt_cart_row_product_name {
		margin-top: 10px;
		font-size: 14px;
		height: 60px;
	}
	.wt_cart_row_product_go a, .wt_cart_row_del span {
		font-size: 10px;
		color: #999;
		text-decoration: none;
		border-bottom: solid 1px #999;
		cursor: pointer;
	}
	.wt_cart_row_del span:hover { color: #e20000; }
	.wt_cart_row_prop {
		margin: 10px;
		margin-left: 110px;
		width: 150px;
		height: 100px;
		float: left;
	}
	.wt_cart_row_prop_val {
		margin-top: 10px;
		display: inline-block;
		padding: 2px 10px;
		border: solid 1px #ccc;
		border-radius: 5px;
	}
	.wt_cart_row_count {
		margin: 10px;
		width: 100px;
		height: 100px;
		float: left;
	}
	.wt_cart_row_count_tab, .wt_cart_row_summ_val {
		margin-top: 10px;
	}
	.wt_cart_row_summ {
		margin: 10px;
		float: right;
		text-align: right;
	}
	.wt_cart_row_summ_val {
		height: 60px;
	}
	.wt_cart_rows_itog {
		width: 600px;
	}
	.wt_cart_rows_itog div {
		width: 100%;
		display: inline-block;
		position: relative;
		margin: 10px 0;
	}
	.wt_cart_rows_itog div::after {
		content: '';
		display: block;
		overflow: hidden;
		height: 16px;
		border-bottom: 1px dotted #666;
	}
	.wt_cart_rows_itog .name {
		border: none;
		float: left;
		margin-right: 5px;
	}
	.wt_cart_rows_itog .val {
		border: none;
		float: right;
		margin-left: 5px;
	}
	.wt_cart_rows_info {
		display: block;
		margin: 20px;
		margin-right: 0;
		font-size: 14px;
		color: #999;
		text-align: right;
	}
	.wt_cart_rows_command { 
		margin: 20px 0 50px 0;
		text-align: center;
	}
	#wt_cart_close {
		display: inline-block;
		padding: 10px 25px;
		background: #fff;
		border: solid 1px #e20000;
		border-radius: 5px;
		color: #e20000;
		font-size: 16px;
		width: 250px;
		text-align: center;
		margin: 0 10px;
		cursor: pointer;

	}
	#wt_cart_do_order {
		display: inline-block;
		padding: 10px 25px;
		background: #e20000;
		border: solid 1px #e20000;
		border-radius: 5px;
		color: #fff;
		font-size: 16px;
		width: 250px;
		text-align: center;
		margin: 0 10px;
		cursor: pointer;
	}

	.menu-item { margin-left: 10px; }
	
	.wt-prodcard-img-view .prod-img-view {
		width: 600px;
		height: 600px;
		object-fit: contain;
	}
	
	.catalog-right-block {
		display: block;
		margin-left: 325px;
	}
	.wt-prodcard-heder {
		display: block;
		width: 100%;
		height: 600px;
		text-align: left;
		position: relative;
		margin: 0 0 50px 0;
	}
	.wt-prodcard-img-miniature {
		display: inline-block;
		width: 150px;
		height: 100%;
		float: left;
		text-align: center;
		overflow: hidden;
		position: relative;
		background: #ffffff;
		border: solid 1px #cccccc;
		border-right: none;
	}
	#lift-up, #lift-doun {
		position: absolute;
		width: 20px;
		height: 30px;
		border: #666666;
		border-radius: 3px;
		box-shadow: 0 0 5px rgba(122,122,122, 0.7);
		margin-left: 5px;
		z-index: 2;
		left: 0;
		cursor: pointer;
	}
	#lift-up {
		background: url(images/summary-arrow-down.png) no-repeat center center #ffffff;
		bottom: 5px;
	}
	#lift-doun {
		background: url(images/summary-arrow-up.png) no-repeat center center #ffffff;
		top: 5px;
	}
	.wt-prodcard-tape-miniatures {
		display: inline-block;
		margin-left: 10px;
		position: relative;
	}
	.input_kol {
		width: 100px;
		height: 42px;
		border: solid 1px #cbcbcb;
		border-radius: 5px;
		padding: 0;
		background: #ffffff;
		float: left;
	}
	.input_plus, .input_minus {
		width: 30px;
		cursor: pointer;
		user-select: none;
	}
	#input_num_text {
		user-select: none;
	}
	#in-order {
		display: inline-block;
		margin-left: 50px;
		height: 40px;
		background: #e20000;
		border: solid 1px #e20000;
		border-radius: 5px;
		cursor: pointer;
		width: 250px;
		color: #fff;
		font-size: 18px;
	}
	#in-wishlist {
		display: inline-block;
		float: right;
		height: 40px;
		background: #ffffff;
		border: solid 1px #cbcbcb;
		border-radius: 5px;
		cursor: pointer;
		width: 40px;
		cursor: pointer;
	}
	#in-wishlist img {
		content: url(images/hearth.png);
	}
	#in-wishlist.active img {
		content: url(images/hearth_red.png);
	}
	.wt-prodcard-min_img {
		margin: 5px;
		border: solid 1px transparent;
		cursor: pointer;
	}
	.wt-prodcard-min_img.active { border: solid 1px #e20000; }
	.wt-prodcard-img-view {
		display: inline-block;
		width: 600px;
		height: 600px;
		border: solid 1px #cccccc;
		border-left: none;
	}
	.wt-prodcard-order-info {
		width: 500px;
		height: 100%;
		float: right;
	}

	.product_hit, .product_top, .rekomendacii {
		position: relative;
		left: 0px;
		width: 1300px;
		margin: 0 auto;
		display: inline-block;
		height: 465px;
		overflow: hidden;
	}
	.rekomendacii {
		height: 350px;
	}

	.rastyagka { width: 1290px; height: 600px; margin: 0 auto; }
	a.custom-pager-button { display: inline-block; box-sizing: border-box; width: 42px; height: 4px; margin: auto 2px; border: 1px solid #000000; border-radius: 18px; }
	a.cycle-pager-active { background: #e20000; border: 1px solid #e20000; border-radius: 18px; }
	#progress { margin-top: 0; margin-bottom: 10px; height: 1px; width: 0px; background: #e20000; z-index: 40; }
	.index-carousel-container .arrow-container { position: absolute; z-index: 900; margin-top: 300px; }
	#prev { margin-left: -700px; }
	#next{ margin-left: 640px; }


	.sticky-header { z-index: 3; }	
	
	.product { 
		text-align: center; 
		border-spacing: 0;
		border-collapse: collapse;
	}
	.product h3, .product p {
		margin-left: 15px;
		margin-right: 15px;
		font-size: 22px;
		color: #343434;
		font-family: Fregat;
		padding: 0;
		font-weight: 100;
	}
	.wt_catalog_product_name {
		font-size: 16px;
		display: block;
		height: 61px;
		overflow: hidden;
		text-overflow: ellipsis;
		font-weight: 400;
		padding: 0;
		margin: 10px;
	}
	.product .wt_catalog_product_img {
		width: 300px; 
		height: 300px; 
		background: #fff; 
		object-fit: contain; 
		border-bottom: solid 1px #eee;
	}
	.product div { width: 300px; }
	.product h3 {
		font-size: 22px;
		color: #343434;
		font-family: Fregat;
		padding: 0;
		margin: 0;
		font-weight: 100;
		text-align: center;
	}
	.product .prodinfo {
		width: 95%;
		border: none;
		margin: 0 auto;
	}
	.product .prodinfo tr:nth-child(2n+1) td {
		background: #f8f8f8;
	}
	.product .prodinfo tr td {
		padding: 8px 10px;
		border: 0;
		margin: 0;
	}
	.product .prodinfo tr td:nth-child(2) {
		text-align: right;
	}
	.product .shop-btn {
		border: solid 1px #efaa51;
		outline: none;
		background: url(/wp-content/uploads/btn_bg.png);
		border-radius: 8px;
		text-align: center;
		color: #343434;
		font-size: 16px;
		font-family: Fregat;
		font-weight: 700;
		text-decoration: none;
		padding: 7px;
		width: 230px;
		box-shadow: 0 5px 5px rgba(0,0,0,0.2);
		margin: 10px auto;
	}
		
	.mobile-only {
		display: none;
	}

	header {
		width: 1290px;
	}

	.footer table {
		width: 1290px;
		margin: auto;
		margin-top: 30px;
	}

	.index-carousel-image {
		width: 1290px;
	}

	.inline-section, .inline-block-section {
		width: 1290px;
	}

	.map-container {
		width: 1290px;
	}

	.left-promotion {
		width: 607px;
		height: 302px;
	}

	.right-promotion {
		width: 653px;
		height: 634px;
	}

	.guarantee-container {
		width: 1290px;
		height: 465px;
		margin: auto;
	}

	.guarantee-column {
		display: table-cell;
		width: 590px;
	}

	.guarantee-column p {
		width: 590px;
	}

	.recommendation {
		width: 630px;
		margin: 1px 10px;
		border-radius: 5px;
		outline: 1px solid #000000;
	}

	.recommendation-caption {
		top: 295px;
		border: solid 1px #000000;
		text-decoration: none;
		color: #000000;
	}

	.product {
		width: 300px;
		height: 525px;
		margin: 0 8px 20px 8px;
		overflow: hidden;
	}
	.wt-product-order {
		display: inline-block;
		border: solid 1px #ccc;
		background: #eee;
		padding: 5px 10px;
		text-decoration: none;
		color: #808080;
		border-radius: 10px;
	}
	.wt-product-order.active {
		background: #f5f5f5;
		color: #303030;
		border-color: #931711;
	}
	.wt-product-order:hover {
		#color: #303030;
	}

	.footer table {
		height: 293px;
	}

	.footer h4 {
		margin: 0;
	}

	.footer .table-content {
		padding-top: 30px;
	}

	.left-promotion .promotion-text-panel {
		width: 50%;
	}
	
	.right-promotion .promotion-text-panel {
		width: 70%;
	}

	.right-promotion {
		margin-left: 30px;
	}
	
	.left-promotion img {
		margin-top: -260px;
		margin-left: 330px;
	}

	.right-promotion img {
		margin-left: 100px;
	}

	.left-promotion-first {
		margin-bottom: 30px;
	}

	header {
		margin: 0 auto;
		text-align: left;
	}

	h1 {
		font-size: 60px;
		margin: 0;
		padding: 0;
	}

	h2 {
		font-weight: 400;
		font-size: 40px;
	}

	.arrow-container {
		position: absolute;
		z-index: 20;
		margin-top: 150px;
		width: 20px;
		height: 18px;
		padding: 20px;
		vertical-align: middle;
	}
	.products-container .left-arrow { margin-left: -700px; }
	.products-container .right-arrow { margin-left: 640px; }

	.breadcrumbs_block {
		position: absolute;
		text-align: center;
		width: 100%;
	}
	.breadcrumbs {
		width: 1290px;
		display: inline-block;
		margin-top: 30px;
		text-align: left;
	}
	.content-container {
		width: 1290px;
		display: inline-block;
		min-height: 800px;
	}
	.about-us-image {
		content:url('images/about-us.png');
	}

	.contacts-block {
		font-size: 14px;
	}
}
.nopromo, .wt_cart_rows_itog div.nopromo { display: none; }
.no_varship0, .ship-check + label.no_varship0 { display: none; }
.no_varship1, .ship-check + label.no_varship1 { display: none; }
.novarpay { display: none; }

.mobile-menu-close {
	display: none;
}

.footer {
	margin: auto;
}


.table-caption, .footer .table-content p {
	vertical-align: bottom;
	color: #fff;
}

.table-content {
	vertical-align: top;
}

.footer ul {
	list-style: none;
	text-align: left;
}

.footer .menu {
	margin: 0;
	padding: 0;
}

.footer .menu li {
	margin: 0;
	margin-bottom: 16px;
}

.footer th {
	vertical-align: top;
	text-align: left;
	font-weight: 300;
}

.footer p img {
	margin-right: 20px;
}


.header-top-section {
	height: 20px;
	padding: 20px;
}

.header-top-section .left {
	padding: 0;
}

.header-top-section * {
	display: inline;
}

.menu-main-container {
    width: 100%;
    text-align: center;
}

.menu-item a {
	color: #000000;
	text-decoration: none;
}

header input {
	padding: 12px 30px;
	width: 288px;
	height: 48px;
	background: rgba(0, 0, 0, 0.0);
	border: 2px solid #000000;
	border-radius: 5px;
	font-weight: 400;
}

.top-menu-center {
	left: 60;
    transform: translateX(-50%);
    position: relative;
}

.bottom-menu-center {
    position: absolute;
	width: 630px;
	text-align: center;
	margin: 10px auto;
	padding: 0;
}
.bottom-menu-center ul {
	padding: 0;
}
.gtop_menu {
	height: 60px;
	position: relative;
	background: #931711;
	text-align: center;
}
.gtop_menu::after {
	content: "";
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	height: 10px;
	width: 100%;
	background-image: url(/wp-content/uploads/menu_after.png);
}
.gtop_menu ul, .gtop_menu ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.gtop_menu ul {
	width: 1290px;
	text-align: left;
	margin-top: 20px;
}
.gtop_menu a {
	color: #ffffff;
	padding-left: 0;
	padding-right: 20px;
	cursor: pointer;
}

.header-bottom-section {
	display: flow-root;
	padding: 20px;
}

.header-bottom-section * {
	vertical-align: middle;
	display: inline;
}

.logo {
	content: url('images/logo.png');
}

.block {
	margin: 100px auto;
}

.index-background {
	position: absolute;
	width: 100%;
	height: 800px;
	top: 0;
	left: 0;
	background-color: #ebe9e1;
	z-index: -1;
}

h1 {
	font-weight: 500;
}

.content-h1 {
	font-size: 32px;
}

.content-h2 {
	font-size: 20px;
}

.index-carousel-container {
	display: block;
	margin-top: 90px;
}

.index-carousel-image {
	object-fit: contain;
	display: inline-block;
	margin: auto;
	margin-bottom: 20px;
	height: 600px;
	background: url('images/img-first-screen.jpg') no-repeat center center;
	background-size: cover;
}

.button {
	padding: 16px 60px 16px 30px;
	background: url('images/right-arrow-button-red.png') center right no-repeat;
	color: #e20000;
	border: 1px solid #e20000;
	border-radius: 5px;
	text-decoration: none;
}

.index-carousel-container .button {
	position: relative;
	background: url('images/right-arrow-button-white.png') center right no-repeat;
	background-color: #e20000;
	color: #ffffff;
	border: none;
	z-index: 900;
}

.index-carousel-container .button:hover {
	background-color: #c60101;
}

.left-arrow {
	content: url('images/left-arrow-black.png');
}

.right-arrow {
	content: url('images/right-arrow-black.png');
}

.carousel-indicator-container {
	display: block;
}

.index-carousel-container-indicator {
	display: inline-block;
	box-sizing: border-box;
	width: 42px;
	height: 4px;
	margin: auto 2px;
	border: 1px solid #000000;
	border-radius: 18px;
}

#active-carousel-indicator {
	background: #e20000;
	border: 1px solid #e20000;
	border-radius: 18px;
}

.index-carousel-container-indicator:hover {
	cursor: pointer;
}

.inline-section, .inline-block-section {
	display: inline-block;
	margin: auto;
	vertical-align: middle;
}

.left, .right {
	margin: auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.products-container {
	margin: 30px auto;
	width: 100%;
}

.product {
	display: inline-block;
	background: #ffffff;
	text-align: left;
	border-top: solid 1px #eeeeee;
	overflow: hidden;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	font-size: 22px;
	color: #343434;
	font-family: Fregat;
	padding-bottom: 10px;
}

.map-container {
	margin: auto;
}

.promotion-container {
	margin: 30px auto;
	width: 100%;
}

.promotion-left-section, .promotion-right-section {
	display: inline-block;
}

.left-promotion {
	border: 1px solid #000000;
	border-radius: 5px;
}

.right-promotion {
	border: 1px solid #000000;
	border-radius: 5px;
}

.promotion-text-panel {
	display: table;
	width: 50%;
	margin: 45px;
	text-align: left;
}

.promotion-text-panel h3 {
	margin: 10px 0;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 140%;
}

.left-promotion img, .right-promotion img {
	display: block;
}

.link {
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

.black-link {
	color: #000000;
	text-decoration: none;
}

.path {
	margin: 30px 0;
}

.recommendations-container {
	display: block;
	margin: 0 auto;
}

.recommendation {
	display: inline-block;
	height: 316px;
	float: left;
}

.recommendation-caption {
	display: inline-block;
	position: relative;
	padding: 10px 24px;
	font-size: 22px;
	background: #ffffff;
	border-radius: 5px;
}

.recommendation-caption p {
	margin: 0;
}

.guarantee-container {
	display: table;
	text-align: left;
}

.guarantee-column p {
	text-align: left;
	margin-top: 24px;
}

.red-span {
	color: #e20000;
}

.hint-span {
	color: rgba(0, 0, 0, 0.6);
}

.content-container {
	margin: auto;
	text-align: left;
}

.content-block {
	padding-bottom: 30px;
	margin: 60px auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.content-table {
	width: 800px;
	margin: 30px 0;
	border-image-source: linear-gradient(0deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), linear-gradient(0deg, #c2c9d1, #c2c9d1);
	box-shadow: 0px 2px 4px 0px #0000003D;
	filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.24));
	border-collapse: collapse;
	border-radius: 8px;
	background: #ffffff;
}

.content-table td {
	height: 56px;
	padding: 18px 16px;
	border-color: #c2c9d1;
}

.content-table-header * {
	background: #f9f9fa;
	font-weight: 800;
}

.content-table-header td:first-child {
	border-radius: 8px 0 0 0;
}

.content-table-header td:last-child {
	border-radius: 0 8px 0 0;
}

.border-top {
	border-top: 1px solid;
}

.border-bottom {
	border-bottom: 1px solid;
}

.border-left {
	border-left: 1px solid;
}

.border-right {
	border-right: 1px solid;
}

.content-table-mobile {
	margin: 15px auto;
	border-collapse: collapse;
	border-radius: 8px;
	background: #ffffff;
}

.content-table-mobile tr td:first-child {
	background: #f9f9fa;
	font-weight: 800;
}

.content-table-mobile td {
	width: 180px;
	height: 56px;
	padding: 24px 16px 12px 16px;
	border: solid #c2c9d1;
	border-width: 1px 0;
}

.no-border {
	border: none;
	padding: 0;
}

details {
	padding: 20px;
	border: 1px solid #000000;
	border-radius: 5px;
	margin: 20px 0;
}

summary {
	font-weight: 800;
	list-style: none;
	cursor: pointer;
}

summary::after {
	content: url('images/summary-arrow-down.png');
	float: right;
}

details[open] summary::after {
	content: url('images/summary-arrow-up.png');
}

.make-ticket-form {
	width: 369px;
}

.make-ticket-form * {
	display: block;
	width: 100%;
	margin: 20px 0;
}

.make-ticket-form input[type=text], .make-ticket-form textarea {
	padding-bottom: 11px;
	background: transparent;
	outline: none;
	border: none;
	border-bottom: 1px solid #000000;
}

.make-ticket-form input[type=submit] {
	background: #e20000;
	border: none;
	border-radius: 5px;
	padding: 15px 30px;
	color: #ffffff;
}

.about-us-image {
	margin: 45px auto;
}

.about-us-blocks-container {
	display: flex;
	justify-content: center;
	vertical-align: top;
}

.about-us-blocks-container .inline-block-section {
	margin: 0;
}

.about-us-blocks-container .inline-block-section img {
	margin-right: 35px;
}

.about-us-block {
	display: inline-block;
	width: 235px;
}

.about-us-block * {
	display: block;
}

.about-us-1 {
	content: url('images/noun-delivery.png');
}

.about-us-2 {
	content: url('images/noun-taped-box.png');
}

.about-us-3 {
	content: url('images/noun-sale.png');
}

.contacts-blocks-container {
	margin-top: 45px;
	display: flex;
	justify-content: center;
	vertical-align: top;
}
.contacts-blocks-container .inline-block-section {
	margin: 20px auto;
}

.contacts-blocks-container img {
	position: relative;
    margin-top: -2px;
}

.contacts-block {
	display: inline-block;
	margin-bottom: 20px;
}

.contacts-block * {
	display: block;
}

.contacts-block p {
	margin: 0;
}

.contacts-1 {
	content: url('images/contacts-location.png');
}

.contacts-2 {
	content: url('images/contacts-clock.png');
}

.contacts-3 {
	content: url('images/contacts-phone.png');
}

.contacts-4 {
	content: url('images/contacts-whatsapp.png');
}


/*
	Динамические элементы
*/

.sticky-header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100px;
	background: #fff;
}

.sticky-header {
	display: none;
	border: none;
	margin: 0;
}

.sticky-header-container {
	display: flex;
	width: 1290px;
	height: 100%;
	margin: auto;
	vertical-align: middle;
	border: solid 1px #333;
	border-top: none;
	border-radius: 0 0 5px 5px;
	background: #fff;
}

.sticky-header-container * {
	display: inline;
	margin: auto;
	padding: 0;
}

.sticky-header-container li {
	margin: auto 10px;
}

.sticky-header-container input {
	padding: 12px 30px;
	background: rgba(0, 0, 0, 0.0);
}


/*#######################*/
/*Checkboxes styles*/
input[type="checkbox"] { display: none;}

input[type="checkbox"] + label {
	display: block;
	position: relative;
	padding-left: 25px;
	margin: 0;
	margin-top: 5px;
	margin-left: 10px;
	color: #000;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #333333;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 5px;
	opacity: .6;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
	width: 10px;
	top: -1px;
	left: 0px;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}




@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-VariableFont_slnt,wght.ttf');
	font-weight: normal;
	font-style: normal;
}

/* font-family: "Font-Awesome"; */
@font-face {
	font-family: 'Awesome';
	src: url('fonts/awesome/fontawesome-webfont.eot?v=4.7.0');
	src: url('fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
  }
  #win_form_pay { position: fixed; z-index: 1300; width: 100%; height: 100%; margin: 0px; left: 0px; top: 0px; background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%; text-align: center; }
  #wt_form_pay { width: 400px; background: #fff; }
  #wt_form_pay .win_closer { text-align: right; padding-top: 10px; padding-right: 10px; }
  #wt_pay_info { padding: 50px; }
  #wt_pay_info .yoomoney-payment-form { max-width: 800px; padding: 0; }

  #wt_win_confirm { position: fixed; z-index: 1300; width: 100%; height: 100%; margin: 0px; left: 0px; top: 0px; background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%; text-align: center; }
  #wt_confirm_form { width: 400px; background: #fff; }
  #wt_confirm_otvet { padding: 50px; }
  #wt_confirm_otvet_header { font-size: 20px; margin-bottom: 20px; }
  #wt_confirm_h { color: #fe8716; font-size: 20px; margin-bottom: 20px; }
  #wt_confirm_text { color: #303030; font-size: 16px; }
  #wt_confirm_buttons { margin-top: 30px; }
  #wt_confirm_buton_do { display: inline-block; padding: 7px 20px; color: #333; background: #ffffff; border: solid 1px #333; border-radius: 5px; cursor: pointer; }
  #wt_confirm_buton_cancel { display: inline-block; padding: 7px 20px; color: #333; background: #8be481; border:  solid 1px #8be481; border-radius: 5px; cursor: pointer; }
  
  #wt_win_alert { position: fixed; z-index: 1300; width: 100%; height: 100%; margin: 0px; left: 0px; top: 0px; background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%; text-align: center; }
  #wt_alert_form { width: 400px; background: #fff; }
  #wt_alert_otvet { padding: 50px; }
  #wt_alert_otvet_header { font-size: 20px; margin-bottom: 20px; }
  #wt_alert_h { color: #fe8716; font-size: 20px; margin-bottom: 20px; }
  #wt_alert_text { color: #303030; font-size: 16px; }
  #wt_alert_buttons { margin-top: 30px; }
  #wt_alert_buton_ok { display: inline-block; padding: 7px 20px; color: #fff; background: #e20000; border: 0; border-radius: 5px; cursor: pointer; }

  #wt_win_autoring { position: fixed; z-index: 1300; width: 100%; height: 100%; margin: 0px; left: 0px; top: 0px; background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%; text-align: center; }
  #wt_autoring_form { width: 400px; background: #fff; }
  #wt_autoring { padding: 0 30px 30px 30px; }
  #wt_autoring_header { color: #000; font-size: 20px; margin-top: 30px; border-bottom: solid 1px #999; padding: 30px 0 20px 20px; text-align: left; }
  .block_tel_number { margin-top: 20px; }
  #phone_num, #sms_code, #login_mail { width: 100%; border: none; border-bottom: solid 1px #ccc; height: 30px; font-size: 16pt; appearance: none; outline: none !important; color: #333; text-align: center; }
  .label_input { display: inline-block; margin-bottom: 20px; }
  #do_sms_code, #do_autorise { margin-top: 30px; display: inline-block; padding: 7px 20px; background: #fff; border: solid 1px #e20000; border-radius: 3px; cursor: pointer; }
  #do_autorise { background: #8be481; border:  solid 1px #8be481; cursor: pointer; }
  .confedicial { display: inline-block; width: 100%; font-size: 10pt; margin-top: 30px; color: #333333; }
  #do_sms_code:disabled { background: #eee; }
  #block_code { height: 100px; }


/* font-family: "OpenSansRegular"; */
@font-face {
    font-family: 'Fregat';
    src: local('Fregat'), url('fonts/fregat/fregat.woff2') format('woff2'), url('fonts/fregat/fregat.woff') format('woff'), url('fonts/fregat/fregat.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Fregat';
    src: local('Fregat Italic'), local('Fregat-Italic'), url('fonts/fregat/fregatitalic.woff2') format('woff2'), url('fonts/fregat/fregatitalic.woff') format('woff'), url('fonts/fregat/fregatitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Fregat';
    src: local('Fregat Bold'), local('Fregat-Bold'), url('fonts/fregat/fregatbold.woff2') format('woff2'), url('fonts/fregat/fregatbold.woff') format('woff'), url('fonts/fregat/fregatbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Fregat';
    src: local('Fregat Bold Italic'), local('Fregat-BoldItalic'), url('fonts/fregat/fregatbolditalic.woff2') format('woff2'), url('fonts/fregat/fregatbolditalic.woff') format('woff'), url('fonts/fregat/fregatbolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Hermes';
    font-style: normal;
    font-weight: 400;
    src: local('Hermes'), local('Hermes-Normal'),
        url('fonts/hermes/hermes.woff') format('woff'),
        url('fonts/hermes/hermes.ttf') format('truetype');
}


/* font-family: "Ruble"; */
@font-face {
    font-family: 'rub';
	src: url('fonts/als-rubl/rouble.eot');
    src: url('fonts/als-rubl/rouble.eot?#iefix') format('embedded-opentype'),
         url('fonts/als-rubl/rouble.woff') format('woff'),
         url('fonts/als-rubl/rouble.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;


}

