@import url('https://fonts.googleapis.com/css?family=Russo+One&subset=cyrillic');

@import url("reset.css");


* {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box;/* Safari and Chrome */
}
a {
	color: #eda10e;
	transition: all .3s ease;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		-o-transition: all .3s ease;
}
a:hover {
	text-decoration: none;
	color: #ed520e;
}
body {
	min-width: 360px;
	font-family: Tahoma, Arial, sans-serif;
    font-size: 16px;
}
.anim {
	transition: all .3s ease;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		-o-transition: all .3s ease;
}
.flex_box {
	display: flex;
		display: -webkit-flex;
	justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
    align-items: center;
    	-webkit-align-items: center;
    	-moz-align-items: center;
    	-ms-align-items: center;
    	-o-align-items: center;
}
.flex_box-center {
	display: flex;
		display: -webkit-flex;
	justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
    align-items: center;
    	-webkit-align-items: center;
    	-moz-align-items: center;
    	-ms-align-items: center;
    	-o-align-items: center;
}
.primary_nav .flex_box-center {
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Russo One", Times, sans-serif;
}
h1 { font-size: 32px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 21px; }
h5 { font-size: 17px; }
h6 { font-size: 14px; }

img.alignleft {
	float: left;
	margin: 0px 20px 0px 0;
}
img.aligncenter {
	display: block;
	margin: 20px auto;
}
img.alignright {
	float: right;
	margin: 0px 0 0px 20px;
}

header {
	padding: 15px 0;
}
header .logo {
	font-family: "Russo One", Times, sans-serif;
    font-style: italic;
    font-size: 46px;
    color: #eda10e;
    text-shadow: 1px 1px 0px #000;
    	-webkit-text-shadow: 1px 1px 0px #000;
    	-moz-text-shadow: 1px 1px 0px #000;
    	-o-text-shadow: 1px 1px 0px #000;
}
header .logo:hover {
	text-decoration: none;
    color: #ed520e;
    text-shadow: 1px 1px 0px #000;
    	-webkit-text-shadow: 1px 1px 0px #000;
    	-moz-text-shadow: 1px 1px 0px #000;
    	-o-text-shadow: 1px 1px 0px #000;
}
header .logo img {
	width: auto;
	max-width: 360px;
	height: auto;
}
header .slogan_site {
	letter-spacing: 1px;
	word-spacing: 4px;
}
.mini_basket {
	border: 1px solid #eda10e;
	padding: 10px;
	line-height: 18px;
}
.mini_basket a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.mini_basket div {
	font-size: 14px;
}
.mini_basket .nimi_basket_title,
.mini_basket div span {
	font-family: "Russo One", Times, sans-serif;
}
.mini_basket div span {
	color: #eda10e;
	font-size: 15px;
}
.mini_basket i.fa {
	color: #eda10e;
    font-size: 30px;
    position: absolute;
    bottom: 11px;
    left: 10px;
}
.mini_basket .mini_total-prod,
.mini_basket .mini_total-price {
	padding-left: 40px;
}
.contact_head {
	margin-right: 40px;
}
.contact_head p a {
	font-size: 15px;
	line-height: 32px;
}
.contact_head p:first-child a,
.contact_head p:nth-of-type(2) a { font-size: 21px; }


/* ================ head_nav ================ */
.head_nav {
	width: 100%;
	min-height: 40px;
	border-top: 2px solid #eda10e;
    border-bottom: 2px solid #eda10e;
    background: #f9ba41;
    margin: 20px 0;
}
.primary_nav ul li {
	margin: 0 5px;
}
.primary_nav ul li a {
	height: 40px;
    line-height: 40px;
    display: block;
	color: #fff;
	letter-spacing: 1px;
    font-size: 18px;
	font-family:  "Russo One", Times, sans-serif;
	padding: 0 15px;
	z-index: 3;
}

.primary_nav ul li.green_btn {
	background: green;
	border-radius: 4px;
}
.primary_nav ul li.green_btn:hover {
	background: transparent;
}


.primary_nav ul > li:hover > a,
.primary_nav > ul > li.current-menu-item > a,
.current-menu-item a { color: #eda10e !important; }
.primary_nav ul li:after {
	content: '';
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    content: ' ';
    transition: all .3s ease;
    opacity: 0;
    z-index: 1;
    -ms-transform: skewX(-18deg);
    -webkit-transform: skewX(-18deg);
    transform: skewX(-18deg);
}
.primary_nav > ul > li:hover:after,
.primary_nav ul li.current-menu-item:after {
    left: 0;
    right: -1px;
    opacity: 1;
}
.primary_nav > ul > li.menu-item-has-children a { padding-right: 20px; }
.primary_nav > ul > li.menu-item-has-children:before {
	content: '\f107';
	font-family: Fontawesome;
	color: #fff;
	position: absolute;
	top: 50%;
	right: 5px;
	z-index: 3;
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
}
.primary_nav > ul > li.menu-item-has-children:hover:before {
	content: '\f106';
	color: #eda10e;
}
.primary_nav ul li ul {
	width: auto;
	width: max-content;
	min-width: 120px;
	height: 0;
	background: #313131;
	padding: 15px;
	position: absolute;
	top: 40px;
	left: 50%;
	z-index: 500;
	opacity: 0;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
	visibility: hidden;
	transform: translateX(-50%) scale(0);
		-webkit-transform: translateX(-50%) scale(0);
		-moz-transform: translateX(-50%) scale(0);
		-ms-transform: translateX(-50%) scale(0);
		-o-transform: translateX(-50%) scale(0);
	transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
}
.primary_nav ul li:hover > ul {
	height: auto;
	opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
	visibility: visible;
	transform: translateX(-50%) scale(1);
		-webkit-transform: translateX(-50%) scale(1);
		-moz-transform: translateX(-50%) scale(1);
		-ms-transform: translateX(-50%) scale(1);
		-o-transform: translateX(-50%) scale(1);
}
.primary_nav ul li ul li a {
	font-size: 14px;
	height: auto;
	line-height: 24px;
}
.primary_nav ul li ul li a:hover { text-decoration: underline; }
.menu-item-language ul li img { display: none; }

.primary_nav ul li ul li ul {
	top: 0;
	left: 100%;
	opacity: 0;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
	visibility: hidden;
}
.primary_nav ul li ul li:hover > ul {
	opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
	visibility: visible;
	transform: translateX(-5px) scale(1);
		-webkit-transform: translateX(-5px) scale(1);
		-moz-transform: translateX(-5px) scale(1);
		-ms-transform: translateX(-5px) scale(1);
		-o-transform: translateX(-5px) scale(1);
}
.primary_nav > ul > li > ul > li.menu-item-has-children:before {
	content: '\f105';
	font-family: Fontawesome;
	color: #fff;
	position: absolute;
	top: 3px;
	right: 5px;
	z-index: 3;
}
.primary_nav > ul > li > ul > li.menu-item-has-children:hover:before { color: #eda10e; }


.kama_breadcrumbs { margin-bottom: 20px; }
.kama_breadcrumbs .fa-home { font-size: 20px; }

.error_404 {
	text-align: center;
	text-indent: -50px;
	font-size: 200px;
	font-weight: 900;
    color: #eda10e;
    letter-spacing: -35px;
    -webkit-text-shadow: 3px 3px 2px rgba(0,0,0,.3);
    	-moz-text-shadow: 3px 3px 2px rgba(0,0,0,.3);
    		text-shadow: 3px 3px 2px rgba(0,0,0,.3);
}
.error_mess { text-align: center; }
.error_mess .title {
	font-size: 40px;
	font-weight: 600;
	margin: 15px 0 30px;
}
.error_mess .mess {
	font-size: 16px;
	line-height: 2;
}
.error_mess .mess a {
	color: #eda10e;
	text-decoration: underline;
}
.error_mess .mess a:hover {
	text-decoration: none;
}

.htmlsitemap h3 {
	display: block;
	margin: 40px 0 15px;
}
.htmlsitemap ul li {
	list-style: none;
	margin: 7px 0;
}




/* ================ product ================= */
.product_i {
	border: 1px solid #ccc;
	margin-bottom: 40px;
	padding: 15px;
	-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
				flex-wrap: wrap;
}
.product_i:hover {
	border-color: transparent;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
		-ms-box-shadow: 0 0 10px rgba(0,0,0,.2);
		-o-box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.photo {
	height: 300px;
	display: block;
	background-size: contain;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-ms-background-size: contain;
		-o-background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}
.product_i .photo { width: 300px; }
.product_i .photo:hover {
	opacity: .7;
		-webkit-opacity: .7;
		-moz-opacity: .7;
		-o-opacity: .7;
	transform: scale(.95);
		-webkit-transform: scale(.95);
		-moz-transform: scale(.95);
		-o-transform: scale(.95);
}
.product_i .photo {
	display: -webkit-flex;
		display: flex;
	-webkit-justify-content: center;
		-moz-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
		-moz-align-items: center;
			align-items: center;
}
.product_i .photo img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	display: block;
	margin: 0 auto;
}
.product_i .short_info {
	margin-left: 20px;
	width: calc(100% - 320px);
}
.product_i .short_info h3 {
	margin-bottom: 20px;
}
.product_i .short_info .short_desc {
	line-height: 1.5;
	margin-bottom: 20px;
	word-break: break-word;
}

.qty_block {
	width: 270px;
	display: block;
	margin: 15px 0;
}
.qty_i {
	width: 120px;
	height: 32px;
	display: block;
	float: left;
	background: #085996;
		background: -moz-linear-gradient(left, #eda10e 0%, #f9ba41 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, #eda10e), color-stop(100%, #f9ba41));
		background: -webkit-linear-gradient(left, #eda10e 0%, #f9ba41 100%);
		background: -o-linear-gradient(left, #eda10e 0%, #f9ba41 100%);
		background: -ms-linear-gradient(left, #eda10e 0%, #f9ba41 100%);
		background: linear-gradient(to right, #eda10e 0%, #f9ba41 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eda10e', endColorstr='#f9ba41', GradientType=1 );
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
	overflow: hidden;
}
.qty_i button {
	background: transparent;
	border: 0;
	height: 32px;
	width: 30px;
	text-align: center;
	display: block;
	cursor: pointer;
	font-size: 20px;
	color: #fff;
	float: left;
	transition: all .3s ease;
    	-webkit-transition: all .3s ease;
    	-moz-transition: all .3s ease;
    	-o-transition: all .3s ease;
}
.qty_i button.qty-minus { font-size: 26px; }
.qty_i button.qty-minus:hover { background: #ed520e; }
.qty_i button.qty-plus:hover { background: #ed520e; }
.qty_i input {
	width: calc(100% - 60px);
		width: -webkit-calc(100% - 60px);
	height: 30px;
	display: block;
	margin: 1px 0;
	border: 0;
	text-align: center;
	font-size: 17px;
    float: left;
    font-family:  "Russo One", Times, sans-serif;
    color: #000;
}
.qty_i input::-webkit-outer-spin-button,
.qty_i input::-webkit-inner-spin-button {
     display: none;
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.qty_i input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.qty_block > button {
	width: 120px;
	height: 32px;
	display: block;
	border: 0;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 15px;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
	transition: all .3s ease;
    	-webkit-transition: all .3s ease;
    	-moz-transition: all .3s ease;
    	-o-transition: all .3s ease;
	background: #ed520e;
	float: right;
}
.qty_block > button:hover { background: #f9ba41; }
.price_block {
	display: block;
	font-size: 17px;
}
.price_block span {
	font-size: 25px;
	font-family:  "Russo One", Times, sans-serif;
	color: #eda10e;
	letter-spacing: 3px;
}
.price_block span.sale_prise {
	font-size: 18px;
	font-family: inherit;
	color: #ed520e;
	letter-spacing: 0;
    padding: 0 5px;
}
.ckeck_opt .ckeckbox_opt {
	width: 17px;
    height: 17px;
    top: 3px;
}
.ckeck_opt label {
	font-weight: 300;
	cursor: pointer;
}
.ckeck_opt label:hover {
	color: #eda10e;
}

.top_label {
	width: 80px;
	height: auto;
	display: block;
	padding: 15px;
	background: #ed520e;
	color: #fff;
	font-size: 25px;
	font-family:  "Russo One", Times, sans-serif;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 5;
}
.top_label:after {
	content: '';
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 15px solid #ed520e;
	position: absolute;
	bottom: -15px;
	left: 0;
}

.product_single {
	margin: 40px auto;
}
.title_page {
	border-left: 8px solid #eda10e;
	display: block;
	margin-bottom: 50px;
}
.desc_term {
	display: block;
	margin: 40px auto;
}
.desc_term p {
	margin-bottom: 15px;
	line-height: 1.6;
	text-indent: 15px;
}
.title_page h1 {
	color: #eda10e;
}
.content_wrap ul,
.content_wrap ol {
	list-style: inherit;
	padding-left: 30px;
}
.top_info_prod {
	margin-bottom: 30px;
	line-height: 1.5;
}
.top_info_prod p {
	text-indent: 20px;
	margin-bottom: 20px;
}
.for_basket_block { text-align: center; }
.for_basket_block .price_block span { font-size: 34px; }
.for_basket_block .qty_i,
.for_basket_block .qty_block > button {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.for_basket_block .qty_block {
	width: 100%;
	min-width: 120px;
}
.for_basket_block .qty_block > button { margin-top: 20px; }
.product_single .short_desc,
.product_single .full_desc { line-height: 1.5; }

.related_prod-block {
	margin: 60px auto;
}
.relate_title {
	color: #eda10e;
	font-size: 25px;
	font-family:  "Russo One", Times, sans-serif;
}
.relate_title:after {
	content: '';
	width: calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
    margin-left: 15px;
	height: 1px;
	border-bottom: 1px solid #eda10e;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	z-index: 1;
}
.relate_title span {
	background: #fff;
	padding: 7px 20px 7px 0;
	z-index: 3;
}
.related_prod { margin-top: 60px; }
.related_prod .photo {
	height: 250px;
	overflow: hidden;
}
.related_prod .rel_prod .btn_block_prod {
    width: 100%;
    height: 100%;
    background: #fff;
    background: rgba(255,255,255,.9);
    display: block;
    display: flex;
    	display: -webkit-flex;
    flex-direction: column;
	    -webkit-flex-direction: column;
	    -moz-flex-direction: column;
	    -o-flex-direction: column;
    justify-content: center;
	    -webkit-justify-content: center;
	    -moz-justify-content: center;
	    -o-justify-content: center;
    align-items: center;
	    -webkit-align-items: center;
	    -moz-align-items: center;
	    -o-align-items: center;
    margin: auto;
    padding: 0;
    border: 0;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
	    -webkit-opacity: 0;
	    -moz-opacity: 0;
	    -o-opacity: 0;
    transform: scale(2);
	    -webkit-transform: scale(2);
	    -moz-transform: scale(2);
	    -o-transform: scale(2);
    transition: all .45s ease;
	    -webkit-transition: all .45s ease;
	    -moz-transition: all .45s ease;
	    -o-transition: all .45s ease;
}
.related_prod .rel_prod:hover .btn_block_prod {
    opacity: 1;
	    -webkit-opacity: 1;
	    -moz-opacity: 1;
	    -o-opacity: 1;
    transform: scale(1);
	    -webkit-transform: scale(1);
	    -moz-transform: scale(1);
	    -o-transform: scale(1);
}
.related_prod .rel_prod .qty_i,
.related_prod .rel_prod .qty_block > button {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.related_prod .rel_prod .qty_block > button {margin: 20px auto; }
.related_prod .rel_prod .qty_block a {
	display: block;
    background: #eda10e;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
    width: 120px;
    height: 32px;
    line-height: 30px;
    color: #fff;
}
.related_prod .rel_prod .qty_block a:hover { background: #ed520e; }
.after_del { display: none; }


/* ============ group_product ================= */
.in_group {
	display: block;
	margin: 15px 0;
}
.prod_in_group h6 {
	text-align: center;
	margin: 7px 0;
}
.thumb_prod_in_group {
	width: 100%;
	height: 160px;
	overflow: hidden;
}
.thumb_prod_in_group img {
	width: auto;
	/*min-width: 100%;*/
	height: 100%;
	left: 50%;
    transform: translateX(-50%);
    	-webkit-transform: translateX(-50%);
    	-moz-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    	-o-transform: translateX(-50%);
}
.prod_in_group .old_price {
	display: block;
	text-align: center;
}
.group_prices {
	display: block;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
}
.product_single .group_prices {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.price_group_i {
	font-size: 18px;
}
.price_group_i strike { color: red; }
.price_group_i span {
	color: #eda10e;
	font-size: 30px;
	font-family:  "Russo One", Times, sans-serif;
	padding: 0 5px 0 15px;
}
.group_short_desc,
.group_prices .qty_block { margin: 15px auto; }
.group_full_desc {
	display: block;
	margin-top: 40px;
	line-height: 1.5;
}




/* ============ checkout ================= */
/*.basket_table { margin-top: 40px; }*/
.row_cart { padding: 7px 5px; }
.row_cart:nth-of-type(odd) { background: #f5f5f5; }
.title_i {
	width: 400px;
	margin: 0 10px;
}
.qty_basket {
	width: 160px;
}
.qty_basket .qty_block {
	width: 120px;
	margin: 0 auto;
}
.total_i {
	width: 140px;
	text-align: center;
}
.del_i {
	width: 50px;
	text-align: center;
	font-size: 22px;
}
.total_cart {
	padding: 20px 0;
	margin: 20px 0;
	border-top: 1px solid #f5f5f5;
	font-size: 18px;
	text-align: right;
}
.need_add {
	font-size: 18px;
}
.total_cart .all_total span,
.need_add span {
	font-size: 30px;
	font-family:  "Russo One", Times, sans-serif;
	color: #ed520e;
	padding: 0 5px 0 15px;
}
.need_add span {
	color: #f00;
}
.basket_table-title {
	padding: 20px 1px;
	font-size: 22px;
	font-family:  "Russo One", Times, sans-serif;
}
.basket_table-title .thumb_i { width: 60px; }
.basket_table-title .title_i { padding-left: 80px; }
.basket_table-title .qty_basket,
.basket_table-title .total_i { text-align: center; }


.data_field {
	display: block;
	margin-top: 15px;
	position: relative;
}
.data_text label {
    font-size: 13px;
    font-weight: 300;
    position: absolute;
    z-index: 3;
    top: -9px;
    left: 5px;
    background: #fff;
    padding: 2px 5px;
}
.data_text input,
.data_text textarea,
.data_text select,
.data_text .select2-container--default .select2-selection--single {
	width: 100% !important;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #888;
}
.data_text .select2-container { width: 100% !important; }
.data_text .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 40px; }
.data_text .select2-container--default .select2-selection--single .select2-selection__arrow { height: 40px; }
.select2-results__option--selectable {
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}
.data_text textarea {
	height: 120px;
	resize: none;
	padding: 10px;
}
.data_text input:focus,
.data_text textarea:focus {
	border-color: #eda10e;
}
.data_text .error {
	border-color: #f00;
}

.popup .response_error .error {
	margin: 15px 0 10px;
	text-align: center;
	color: #f00;
}

.delivery_block {
	margin: 20px 0 15px;
}
.sel_title {
	width: 100%;
	height: 20px;
}
.sel_title:after {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background: #888;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
}
.sel_title span {
	font-size: 13px;
    font-weight: 300;
    background: #fff;
    padding: 2px 5px;
    margin-left: 5px;
    z-index: 3;
}
.delivery_desc {
	font-size: 12px;
	line-height: 1.3;
	padding-left: 30px;
	margin-top: 7px;
	display: none;
}
input[type="radio"]:checked + label + .delivery_desc { display: block; }
#btn_order {
	width: 100%;
    font-family: "Russo One", Times, sans-serif;
    letter-spacing: 1px;
}
#liqpay_btn {
	padding-left: 40px;
	padding-right: 40px;
	font-family: "Russo One", Times, sans-serif;
    letter-spacing: 1px;
}
.details p {
	margin: 10px 0;
	line-height: 1.5;
}
.details p span {
	color: #eda10e;
	font-size: 20px;
	font-family: "Russo One", Times, sans-serif;
    letter-spacing: 1px;
}




/* ------------ radio --------------- */
input[type="radio"] {
	vertical-align: top;
	width: 12px;
	height: 12px;
	margin: 0 3px 0 0;
}
input[type="radio"] + label {
	cursor: pointer;
	color: #cecbcb;
	font-size: 14px;
}
input[type="radio"]:not(checked) {
	position: absolute;
	opacity: 0;
}
input[type="radio"]:not(checked) + label {
	position: relative;
	padding: 0 0 0 30px;
}
input[type="radio"]:not(checked) + label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #CDD1DA;
	border-radius: 50%;
	background: #FFF;
}
input[type="radio"]:not(checked) + label:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #eda10e;
	opacity: 0;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-o-opacity: 0;
	transition: all .2s;
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		-o-transition: all .2s;
}
input[type="radio"]:checked + label { color: #eda10e; }
input[type="radio"]:checked + label:after {
	opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-o-opacity: 1;
}






/* ============ actions ================= */
.actions_block {
	display: block;
	margin: 50px auto;
}
.actions_block > .flex_box {
	align-items: normal;
	    -webkit-align-items: normal;
	    -moz-align-items: normal;
	    -ms-align-items: normal;
	    -o-align-items: normal;
	margin: 0;
}
.page-template-page-action .actions_block > .flex_box {
	margin: 0 -15px; 
    flex-wrap: wrap;
    	-webkit-flex-wrap: wrap;
    	-moz-flex-wrap: wrap;
    	-ms-flex-wrap: wrap;
    	-o-flex-wrap: wrap;
}
.page-template-page-action .actions_block > .flex_box > div { margin-bottom: 30px; }
.action_slider { width: 78%; }
.action_item {
	border: 1px solid #ccc;
	padding: 15px;
	height: 100%;
}
.action_item .thumb { padding: 0; }
.action_item .thumb img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.action_item .info {
	text-align: center;
	line-height: 1.5;
}
.page-template-page-action .action_item .info { padding-bottom: 15px; }
.action_title {
	text-align: center;
	width: 22%;
	background: #eda10e;
	justify-content: center;
	    -webkit-justify-content: center;
	    -moz-justify-content: center;
	    -ms-justify-content: center;
	    -o-justify-content: center;
	flex-direction: column;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
}
.action_title span {
	font-size: 30px;
	font-family: "Russo One", Times, sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.action_title a {
	color: #fff;
	margin-top: 10px;
}
.action_title a:hover { color: #000; }







/* ============ sidebar ================= */
.widget,
.select_block {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 30px;
}
.select_block.no_active { margin-bottom: 0px; }
.title_widget {
	width: 100%;
	min-height: 40px;
	line-height: 40px;
	display: block;
	padding: 0 15px;
	border-left: 10px solid #eda10e;
    border-bottom: 2px solid #eda10e;
    background: #f9ba41;
	color: #fff;
	letter-spacing: 1px;
	font-size: 16px;
	font-family:  "Russo One", Times, sans-serif;
}
.select_block-title,
.title_block {
	color: #eda10e;
	letter-spacing: 1px;
	font-size: 16px;
	font-family:  "Russo One", Times, sans-serif;
	height: 40px;
    line-height: 40px;
    display: block;
}
.select_block-title {
    cursor: pointer;
}
.select_block-title:after {
	content: '\f106';
	font-family: Fontawesome;
	color: #eda10e;
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 18px;
}
.select_block-title.no_active:after {
	content: '\f107';
}
.price_select {
	margin: 20px 0 30px;
}
.input_price { margin-bottom: 10px; }
.price_select input {
	height: 40px;
	text-align: center;
	padding: 0 10px;
	letter-spacing: 1px;
	font-size: 18px;
	font-family:  "Russo One", Times, sans-serif;
	width: 45%;
	color: #eda10e;
}
.price_select input:first-child { margin-right: 10%; }
.field_block {
	margin-bottom: 14px;
	display: block;
}
.radio {
  padding: 0 0 0 35px;
  cursor: pointer;
}
.radio:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF;
}
.radio:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eda10e;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
  opacity: 0;
  transition: all .2s;
}
.radio.active:after {
  opacity: 1;
}

.checkbox {
  cursor: pointer;
  position: relative;
  padding: 0 0 0 60px;
  margin-bottom: 10px;
}
.checkbox:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 40px;
  height: 22px;
  border-radius: 13px;
  background: #CDD1DA;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
}
.checkbox:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  background: #FFF;
  transition: all .2s;
}
.checkbox.active:before {
  background: #eda10e;
}
.checkbox.active:after {
  left: 20px;
}
.radio.active,
.checkbox.active { color: #eda10e; }
.filter_form button {
	width: 100%;
	font-family: "Russo One", Times, sans-serif;
	letter-spacing: 1px;
}

.top_row {
	border-top: 1px solid #ccc;
	padding: 10px 0;
	margin: 15px 0;
	display: flex;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
    align-items: center;
    	-webkit-align-items: center;
    	-moz-align-items: center;
    	-ms-align-items: center;
    	-o-align-items: center;
}
.top_row:nth-of-type(1) { border-top: 0; }
.top_row .top_img { padding: 0; }
.top_row img {
	width: 100%;
	height: auto;
}
.top_row .top_name {
	font-size: 14px;
	line-height: 1;
}





/* ================= reviews ================= */
.toggle_form_review {
	width: 100%;
	height: 40px;
	font-family: 'Russo One', sans-serif;
	background: #f9ba41;
	text-align: center;
	color: #fff;
	border: 0;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
		-o-box-shadow: 0 0 5px rgba(0,0,0,.3);
	box-shadow: 0 0 5px rgba(0,0,0,.3);
		-webkit-transition: box-shadow 0.3s linear;
		-moz-transition: box-shadow 0.3s linear;
		-o-transition: box-shadow 0.3s linear;
	transition: box-shadow 0.3s linear;
}
.toggle_form_review:hover {
		-webkit-box-shadow: inset 0 0 15px rgba(0,0,0,.3);
		-moz-box-shadow: inset 0 0 15px rgba(0,0,0,.3);
		-o-box-shadow: inset 0 0 15px rgba(0,0,0,.3);
	box-shadow: inset 0 0 15px rgba(0,0,0,.3);
}
.review_item {
	border: 1px solid #ccc;
	padding: 15px;
}
.review_item > div {
	margin-bottom: 10px;
}
.review_item .photo_rev {
	text-align: center;
}
.review_item .photo_rev img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-o-border-radius: 50%;
	border-radius: 50%;
}
.review_item .name_rev {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #f9ba41;
	text-transform: capitalize;
}
.rating_rev {
	text-align: center;
}
.rating_rev .star {
	font-size: 22px;
	font-family: Fontawesome;
	margin: 0 2px;
}
.rating_rev .star.fa-star {
	color: #f9ba41;
}
.review_item .info_rev {
	text-align: center;
    line-height: 1.3;
    font-size: 15px;
}
.review_item .more_links {
	text-align: center;
}


.form_add_review input,
.form_add_review textarea,
.form_add_review button {
	width: 100%;
}
.form_add_review input:not([type="file"]),
.form_add_review button {
	height: 40px;
	padding: 0 15px;
}
.form_add_review textarea {
	height: 150px;
	resize: none;
	padding: 15px;
}




/* ================= pagination ================= */
.pagination li {
  padding: 0 3px;
}
.pagination li a {
    color: #848383;
    font-size: 16px;
    display: inline-block;
}
.pagination li a.active, 
.pagination li a:hover, 
.pagination li a:focus {
    background: #eda10e;
    color: #fff;
}
.pagination li a.active {
    font-family:  "Russo One", Times, sans-serif;
}
.pagination li .disabled {
    cursor: not-allowed;
    display: none;
}
.pagination li .disabled:active, 
.pagination li .disabled.active, 
.pagination li .disabled:hover, 
.pagination li .disabled:focus {
    background: none;
    color: #848383;
}



/* ================= popup ================= */
.popup_in_basket {
	width: 90%;
	max-width: 400px;
	height: auto;
	padding: 50px 20px;
	display: block;
	background: #fff;
	box-shadow: 0 0 0 rgba(0,0,0,.3);
		-webkit-box-shadow: 0 0 0 rgba(0,0,0,.3);
		-moz-box-shadow: 0 0 0 rgba(0,0,0,.3);
		-o-box-shadow: 0 0 0 rgba(0,0,0,.3);
	position: fixed;
	left: 50%;
	top: 0;
	z-index: 9999;
	transform: translate3d(-50%,-100%,0);
    	-webkit-transform: translate3d(-50%,-100%,0);
    transition: top .4s, transform .4s ease, opacity .4s ease, visibility 0s ease;
    	-webkit-transition: top .4s, -webkit-transform .4s ease, opacity .4s ease, visibility 0s ease;
}
.popup_in_basket.welcom { max-width: 500px; }
.popup_in_basket.active {
	top: 50%;
	box-shadow: 0 0 70px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 0 70px rgba(0,0,0,.3);
		-moz-box-shadow: 0 0 70px rgba(0,0,0,.3);
		-o-box-shadow: 0 0 70px rgba(0,0,0,.3);
	transform: translate3d(-50%,-50%,0);
    	-webkit-transform: translate3d(-50%,-50%,0);
}
.popup_in_basket a.close_popup {
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 26px;
	position: absolute;
	top: 5px;
	right: 5px;
}
.popup_in_basket .popup_body { text-align: center; }
.popup_in_basket.welcom .popup_body {
    line-height: 1.5;
    font-family: sans-serif;
    color: #000;
}

.popup_in_basket .popup_body.cash {
	font-family: inherit;
    line-height: 1.5;
}
.popup_in_basket .popup_body.cash h4 {
	font-family: inherit;
	font-size: 26px;
}

.popup_in_basket .popup_body a {
	width: 100%;
	max-width: 280px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	margin: 10px auto;
	text-align: center;
}
.popup_in_basket .popup_body a.go_to_cart,
.popup_in_basket .popup_body a.go_to_bay:hover {
	background: #f9ba41;
	color: #fff;
	border: 1px solid transparent;
}
.popup_in_basket .popup_body a.go_to_bay,
.popup_in_basket .popup_body a.go_to_cart:hover {
	background: #fff;
	color: #f9ba41;
	border: 1px solid #f9ba41;
}

.success_role {
	display: block;
	text-align: center;
	margin: 20px auto 0;
	background: #eda10e;
	color: #fff;
	cursor: pointer;
	padding: 5px 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.success_role:hover {
	background: #c38409;
}





/* ============== footer =================== */
footer {
	width: 100%;
	height: auto;
	padding: 10px 0;
	margin-top: 70px;
	display: block;
	background: #444;
	color: #fff;
	font-size: 13px;
}
footer .container .copy { padding-top: 7px; }
footer .container .social { text-align: right; }
.social .social-item {
	width: 25px;
	height: 25px;
	display: inline-block;
}
.social .social-item:not(:first-child) {
	margin-left: 20px;
}
.social .social-item i {
	font-size: 24px;
}
.social .social-item i.fa-youtube-play {
	color: #ff0000;
}
.social .social-item i.fa-instagram {
	color: #ce2b92;
}
footer span {
	font-family: "Russo One", Times, sans-serif;
	letter-spacing: 1px;
	font-size: 14px;
}
iframe {
	margin: 15px auto;
	max-width: 100%;
}

#up {
	position: fixed;
	bottom: 45px;
	right: 20px;
	z-index: 9990;
	font-size: 45px;
	cursor: pointer;
	color: #eda10e;
}


.no_prod_price {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.7);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.no_prod {
	display: block;
	width: 100%;
	margin: 20px auto;
	text-align: center;
	font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.5px;
	color: #f00;
	/*font-family: "Russo One", Times, sans-serif;*/
}
.pre-order {
	height: 35px;
	padding: 5px 25px;
	background: #eda10e;
	color: #fff;
	display: block;
	margin: 0 auto 25px;
	border: 0;
	border-radius: 7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		-o-border-radius: 7px;
}
.pre-order:hover {
	background: #ed520e;
}
#ok_send {
	margin-top: 20px;
	display: none;
}


.captcha {
	width: 205px;
	margin: 35px auto 0;
	display: -webkit-flex;
		display: -moz-flex;
			display: -ms-flex;
				display: flex;
	-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
			-ms-justify-content: space-between;
				justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
				flex-wrap: wrap;
}
#how {
	font-weight: 600;
    font-size: 18px;
	line-height: 35px;
}
.captcha .input input {
	width: 50px;
	height: 35px;
	padding: 0 5px;
	text-align: center;
	-moz-appearance: textfield;
}
.captcha .input input:hover,
.captcha .input input:focus {
	-moz-appearance: number-input;
}
.captcha .input input::-webkit-inner-spin-button,
.captcha .input input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.captcha .ok {
	width: 50px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #eda10e;
	margin-left: 15px;
	cursor: pointer;
	font-size: 13px;
    font-weight: 600;
}
.captcha .ok:hover { background: #c38409; }
.response p {
	margin: 10px auto;
	text-align: center;
	color: green;
}
.response p.error { color: red; }

.tel_error_mess {
	display: none;
	font-size: 12px;
    margin: 5px 0 30px 0;
    color: red;
    line-height: 1.5;
}
.tel_error_mess b { display: block; }


.head_search_block {
	width: 300px;
}
div.asl_w {
	box-shadow: 0 2px 0 0 #db2a22;
}
#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input { font-size: 16px; }
div.asl_w .probox .promagnifier .innericon svg { fill: #db2a22; }

.popup .bottom_text {
	display: block;
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
	line-height: 1.4;
}



.cssload-loader {
	position: absolute;
	left: 50%;
	top: 50px;
	width: 47.284271247462px;
	height: 47.284271247462px;
	margin-left: -23.142135623731px;
	/*margin-top: -23.142135623731px;*/
	border-radius: 100%;
	animation-name: cssload-loader;
		-o-animation-name: cssload-loader;
		-ms-animation-name: cssload-loader;
		-webkit-animation-name: cssload-loader;
		-moz-animation-name: cssload-loader;
	animation-iteration-count: infinite;
		-o-animation-iteration-count: infinite;
		-ms-animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
	animation-timing-function: linear;
		-o-animation-timing-function: linear;
		-ms-animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		-moz-animation-timing-function: linear;
	animation-duration: 4.6s;
		-o-animation-duration: 4.6s;
		-ms-animation-duration: 4.6s;
		-webkit-animation-duration: 4.6s;
		-moz-animation-duration: 4.6s;
}
.cssload-loader .cssload-side {
	display: block;
	width: 6px;
	height: 19px;
	background-color: rgb(4,99,128);
	margin: 2px;
	position: absolute;
	border-radius: 50%;
	animation-duration: 1.73s;
		-o-animation-duration: 1.73s;
		-ms-animation-duration: 1.73s;
		-webkit-animation-duration: 1.73s;
		-moz-animation-duration: 1.73s;
	animation-iteration-count: infinite;
		-o-animation-iteration-count: infinite;
		-ms-animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
	animation-timing-function: ease;
		-o-animation-timing-function: ease;
		-ms-animation-timing-function: ease;
		-webkit-animation-timing-function: ease;
		-moz-animation-timing-function: ease;
}
.cssload-loader .cssload-side:nth-child(1),
.cssload-loader .cssload-side:nth-child(5) {
	transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
	animation-name: cssload-rotate0;
		-o-animation-name: cssload-rotate0;
		-ms-animation-name: cssload-rotate0;
		-webkit-animation-name: cssload-rotate0;
		-moz-animation-name: cssload-rotate0;
}
.cssload-loader .cssload-side:nth-child(3),
.cssload-loader .cssload-side:nth-child(7) {
	transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
	animation-name: cssload-rotate90;
		-o-animation-name: cssload-rotate90;
		-ms-animation-name: cssload-rotate90;
		-webkit-animation-name: cssload-rotate90;
		-moz-animation-name: cssload-rotate90;
}
.cssload-loader .cssload-side:nth-child(2),
.cssload-loader .cssload-side:nth-child(6) {
	transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
	animation-name: cssload-rotate45;
		-o-animation-name: cssload-rotate45;
		-ms-animation-name: cssload-rotate45;
		-webkit-animation-name: cssload-rotate45;
		-moz-animation-name: cssload-rotate45;
}
.cssload-loader .cssload-side:nth-child(4),
.cssload-loader .cssload-side:nth-child(8) {
	transform: rotate(135deg);
		-o-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
	animation-name: cssload-rotate135;
		-o-animation-name: cssload-rotate135;
		-ms-animation-name: cssload-rotate135;
		-webkit-animation-name: cssload-rotate135;
		-moz-animation-name: cssload-rotate135;
}
.cssload-loader .cssload-side:nth-child(1) {
	top: 23.142135623731px;
	left: 47.284271247462px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0;
		-o-animation-delay: 0;
		-ms-animation-delay: 0;
		-webkit-animation-delay: 0;
		-moz-animation-delay: 0;
}
.cssload-loader .cssload-side:nth-child(2) {
	top: 40.213203431093px;
	left: 40.213203431093px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0;
		-o-animation-delay: 0;
		-ms-animation-delay: 0;
		-webkit-animation-delay: 0;
		-moz-animation-delay: 0;
}
.cssload-loader .cssload-side:nth-child(3) {
	top: 47.284271247462px;
	left: 23.142135623731px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0;
		-o-animation-delay: 0;
		-ms-animation-delay: 0;
		-webkit-animation-delay: 0;
		-moz-animation-delay: 0;
}
.cssload-loader .cssload-side:nth-child(4) {
	top: 40.213203431093px;
	left: 7.0710678163691px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0;
		-o-animation-delay: 0;
		-ms-animation-delay: 0;
		-webkit-animation-delay: 0;
		-moz-animation-delay: 0;
}
.cssload-loader .cssload-side:nth-child(5) {
	top: 23.142135623731px;
	left: 0px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0;
		-o-animation-delay: 0;
		-ms-animation-delay: 0;
		-webkit-animation-delay: 0;
		-moz-animation-delay: 0;
}
.cssload-loader .cssload-side:nth-child(6) {
	top: 7.0710678163691px;
	left: 7.0710678163691px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0;
		-o-animation-delay: 0;
		-ms-animation-delay: 0;
		-webkit-animation-delay: 0;
		-moz-animation-delay: 0;
}
.cssload-loader .cssload-side:nth-child(7) {
	top: 0px;
	left: 23.142135623731px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0;
		-o-animation-delay: 0;
		-ms-animation-delay: 0;
		-webkit-animation-delay: 0;
		-moz-animation-delay: 0;
}
.cssload-loader .cssload-side:nth-child(8) {
	top: 7.0710678163691px;
	left: 40.213203431093px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0;
		-o-animation-delay: 0;
		-ms-animation-delay: 0;
		-webkit-animation-delay: 0;
		-moz-animation-delay: 0;
}


@keyframes cssload-rotate0 {
	0% {
		transform: rotate(0deg);
	}
	60% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(180deg);
	}
}

@-o-keyframes cssload-rotate0 {
	0% {
		-o-transform: rotate(0deg);
	}
	60% {
		-o-transform: rotate(180deg);
	}
	100% {
		-o-transform: rotate(180deg);
	}
}

@-ms-keyframes cssload-rotate0 {
	0% {
		-ms-transform: rotate(0deg);
	}
	60% {
		-ms-transform: rotate(180deg);
	}
	100% {
		-ms-transform: rotate(180deg);
	}
}

@-webkit-keyframes cssload-rotate0 {
	0% {
		-webkit-transform: rotate(0deg);
	}
	60% {
		-webkit-transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(180deg);
	}
}

@-moz-keyframes cssload-rotate0 {
	0% {
		-moz-transform: rotate(0deg);
	}
	60% {
		-moz-transform: rotate(180deg);
	}
	100% {
		-moz-transform: rotate(180deg);
	}
}

@keyframes cssload-rotate90 {
	0% {
		transform: rotate(90deg);
						transform: rotate(90deg);
	}
	60% {
		transform: rotate(270deg);
						transform: rotate(270deg);
	}
	100% {
		transform: rotate(270deg);
						transform: rotate(270deg);
	}
}

@-o-keyframes cssload-rotate90 {
	0% {
		-o-transform: rotate(90deg);
						transform: rotate(90deg);
	}
	60% {
		-o-transform: rotate(270deg);
						transform: rotate(270deg);
	}
	100% {
		-o-transform: rotate(270deg);
						transform: rotate(270deg);
	}
}

@-ms-keyframes cssload-rotate90 {
	0% {
		-ms-transform: rotate(90deg);
						transform: rotate(90deg);
	}
	60% {
		-ms-transform: rotate(270deg);
						transform: rotate(270deg);
	}
	100% {
		-ms-transform: rotate(270deg);
						transform: rotate(270deg);
	}
}

@-webkit-keyframes cssload-rotate90 {
	0% {
		-webkit-transform: rotate(90deg);
						transform: rotate(90deg);
	}
	60% {
		-webkit-transform: rotate(270deg);
						transform: rotate(270deg);
	}
	100% {
		-webkit-transform: rotate(270deg);
						transform: rotate(270deg);
	}
}

@-moz-keyframes cssload-rotate90 {
	0% {
		-moz-transform: rotate(90deg);
						transform: rotate(90deg);
	}
	60% {
		-moz-transform: rotate(270deg);
						transform: rotate(270deg);
	}
	100% {
		-moz-transform: rotate(270deg);
						transform: rotate(270deg);
	}
}

@keyframes cssload-rotate45 {
	0% {
		transform: rotate(45deg);
						transform: rotate(45deg);
	}
	60% {
		transform: rotate(225deg);
						transform: rotate(225deg);
	}
	100% {
		transform: rotate(225deg);
						transform: rotate(225deg);
	}
}

@-o-keyframes cssload-rotate45 {
	0% {
		-o-transform: rotate(45deg);
						transform: rotate(45deg);
	}
	60% {
		-o-transform: rotate(225deg);
						transform: rotate(225deg);
	}
	100% {
		-o-transform: rotate(225deg);
						transform: rotate(225deg);
	}
}

@-ms-keyframes cssload-rotate45 {
	0% {
		-ms-transform: rotate(45deg);
						transform: rotate(45deg);
	}
	60% {
		-ms-transform: rotate(225deg);
						transform: rotate(225deg);
	}
	100% {
		-ms-transform: rotate(225deg);
						transform: rotate(225deg);
	}
}

@-webkit-keyframes cssload-rotate45 {
	0% {
		-webkit-transform: rotate(45deg);
						transform: rotate(45deg);
	}
	60% {
		-webkit-transform: rotate(225deg);
						transform: rotate(225deg);
	}
	100% {
		-webkit-transform: rotate(225deg);
						transform: rotate(225deg);
	}
}

@-moz-keyframes cssload-rotate45 {
	0% {
		-moz-transform: rotate(45deg);
						transform: rotate(45deg);
	}
	60% {
		-moz-transform: rotate(225deg);
						transform: rotate(225deg);
	}
	100% {
		-moz-transform: rotate(225deg);
						transform: rotate(225deg);
	}
}

@keyframes cssload-rotate135 {
	0% {
		transform: rotate(135deg);
						transform: rotate(135deg);
	}
	60% {
		transform: rotate(315deg);
						transform: rotate(315deg);
	}
	100% {
		transform: rotate(315deg);
						transform: rotate(315deg);
	}
}

@-o-keyframes cssload-rotate135 {
	0% {
		-o-transform: rotate(135deg);
						transform: rotate(135deg);
	}
	60% {
		-o-transform: rotate(315deg);
						transform: rotate(315deg);
	}
	100% {
		-o-transform: rotate(315deg);
						transform: rotate(315deg);
	}
}

@-ms-keyframes cssload-rotate135 {
	0% {
		-ms-transform: rotate(135deg);
						transform: rotate(135deg);
	}
	60% {
		-ms-transform: rotate(315deg);
						transform: rotate(315deg);
	}
	100% {
		-ms-transform: rotate(315deg);
						transform: rotate(315deg);
	}
}

@-webkit-keyframes cssload-rotate135 {
	0% {
		-webkit-transform: rotate(135deg);
						transform: rotate(135deg);
	}
	60% {
		-webkit-transform: rotate(315deg);
						transform: rotate(315deg);
	}
	100% {
		-webkit-transform: rotate(315deg);
						transform: rotate(315deg);
	}
}

@-moz-keyframes cssload-rotate135 {
	0% {
		-moz-transform: rotate(135deg);
						transform: rotate(135deg);
	}
	60% {
		-moz-transform: rotate(315deg);
						transform: rotate(315deg);
	}
	100% {
		-moz-transform: rotate(315deg);
						transform: rotate(315deg);
	}
}

@keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
						transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
						transform: rotate(360deg);
	}
}

@-o-keyframes cssload-loader {
	0% {
		-o-transform: rotate(0deg);
						transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(360deg);
						transform: rotate(360deg);
	}
}

@-ms-keyframes cssload-loader {
	0% {
		-ms-transform: rotate(0deg);
						transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
						transform: rotate(360deg);
	}
}

@-webkit-keyframes cssload-loader {
	0% {
		-webkit-transform: rotate(0deg);
						transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
						transform: rotate(360deg);
	}
}

@-moz-keyframes cssload-loader {
	0% {
		-moz-transform: rotate(0deg);
						transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
						transform: rotate(360deg);
	}
}

.loading {
	position: relative;
}
.loading::after {
	content: "";
	width: 100%;
	height: calc(100% + 16px);
	display: block;
	position: absolute;
	top: -8px;
	left: 0;
	z-index: 5;
	background-color: rgba(255, 255, 255, 0.7); 
	background-image: url("../img/loading.gif");
	background-position: 50%;
	background-size: auto 70%;
	background-repeat: no-repeat;
}




.success_phone,
.change_this_phone:hover {
	background: #f9ba41;
    color: #fff;
    border: 1px solid transparent;
}
.success_phone:hover,
.change_this_phone {
	background: #fff;
    color: #f9ba41;
    border: 1px solid #f9ba41;
}

.check_phone_text {
	display: block;
	margin: 10px 0;
	text-align: center;
}
.check_phone_num {
	display: block;
	margin: 10px 0;
	text-align: center;
	font-weight: 600;
}
.new_phone {
	display: none;
	margin-top: 15px;
}
.new_phone input,
.new_phone button {
	width: 100%;
	max-width: 300px;
	text-align: center;
	font-size: 17px;
	margin: 5px auto;
	height: 35px;
	text-transform: uppercase;
}
.new_phone input {
	padding: 0 15px;
	border: 1px solid #f9ba41;
}
.new_phone button {
	border: 0;
	background: #f9ba41;
	color: #fff;
	cursor: pointer
}


.ui-autocomplete,
#input_searchautocomplete-list {
	background: #fff;
	padding: 7px;
	z-index: 50;
	max-height: 120px;
	width: 263px !important;
	overflow-y: auto;
    border: 1px solid #000;
}
#input_searchautocomplete-list {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
}
.ui-autocomplete .ui-menu-item,
#input_searchautocomplete-list > div {
	padding: 5px 0;
	font-size: 14px;
	line-height: 1.4;
}


/* ========= BLOG =========== */
.article-container {
	width: 100%;
	display: flex;
		display: -webkit-flex;
	-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
			flex-wrap: wrap;
}
.article-item {
	float: none;
}
.article-wrap {
	width: 100%;
	height: 100%;
	padding: 16px;
    display: flex;
		display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    	-moz-flex-wrap: wrap;
    		flex-wrap: wrap;
    -webkit-justify-content: space-between;
    	-moz-justify-content: space-between;
    		justify-content: space-between;
    -webkit-flex-direction: column;
    	-moz-flex-direction: column;
    		flex-direction: column;
	-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
			border-radius: 8px;
	-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
			transition: all 0.3s ease;
}
.article-wrap:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
			box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.article-wrap .top-post {
	width: 100%;
	height: auto;
}
.article-wrap .top-post img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 24px;
}
.article-wrap .short_info h3 {
	font-size: 16px;
}
.article-wrap .short_info .short_desc {
	margin: 24px 0 10px;
	font-size: 13px;
	line-height: 1.4;
}
.article-wrap .link-to-post {
	font-size: 14px;
    font-weight: 600;
    text-transform: lowercase;
	color: #065299;
	-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
			transition: all 0.3s ease;
}
.article-wrap .link-to-post:hover {
	color: #eda10f;
}


/* ============================== MEDIA ===================================== */
@media screen and (max-width: 1200px) {
	.head_search_block {
		position: absolute;
		top: 65px;
		left: 0;
	}
}

@media screen and (max-width: 992px) {
	header .logo img { max-width: 250px; }
	/*.contact_head { display: none; }*/
	.home .actions_block > .flex_box {
		flex-direction: column-reverse;
			-webkit-flex-direction: column-reverse;
			-moz-flex-direction: column-reverse;
			-ms-flex-direction: column-reverse;
			-o-flex-direction: column-reverse;
	}
	.action_slider { width: 100%; }
	.action_title {
		width: 100%;
		padding: 25px 0;
	}
	.filter_form,
	.select_body,
	.top_product,
	.actions_block { display: none; }
	.select_block-title {
		font-size: 20px;
		border-top: 1px solid #ccc;
	}
	.select_block { margin-bottom: 0; }
	.select_block-title:after { content: '\f107'; }
	.select_block-title.no_active:after { content: '\f106'; }
	.short_info { padding: 20px 15px; }
	.product_single .full_desc { padding: 20px 15px; }
	.head_search_block {
		width: 240px;
		left: 5px;
	}
	.article-container { display: block; }
	.article-item { margin-bottom: 24px; }
	.article-item .short_info { padding: 0; }
	.toggle_product, .toggle_filter {
		position: relative;
		padding-right: 45px;
	}
	.toggle_product::before, .toggle_product::after,
	.toggle_filter::before, .toggle_filter::after {
		content: "";
		display: block;
		position: absolute;
		top: 52%;
		width: 15px;
		height: 3px;
		background: #fff;
		-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
				transition: all 0.3s ease;
	}
	.toggle_product::before, .toggle_filter::before {
		right:23px;
		-webkit-transform: translateY(-50%) rotate(45deg);
			-moz-transform: translateY(-50%) rotate(45deg);
				transform: translateY(-50%) rotate(45deg);
	}

	.toggle_product::after, .toggle_filter::after  {
		right: 15px;
		-webkit-transform: translateY(-50%) rotate(-45deg);
			-moz-transform: translateY(-50%) rotate(-45deg);
				transform: translateY(-50%) rotate(-45deg);
	}
	.toggle_product.active::after, .toggle_filter.active::after {
		-webkit-transform: translateY(-50%) rotate(45deg);
			-moz-transform: translateY(-50%) rotate(45deg);
				transform: translateY(-50%) rotate(45deg);
	}
	.toggle_product.active::before, .toggle_filter.active::before  {
		-webkit-transform: translateY(-50%) rotate(-45deg);
			-moz-transform: translateY(-50%) rotate(-45deg);
				transform: translateY(-50%) rotate(-45deg);
	}
}




@media screen and (max-width: 768px) {
	header .flex_box {
		flex-direction: column;
			-webkit-flex-direction: column;
			-moz-flex-direction: column;
			-ms-flex-direction: column;
			-o-flex-direction: column;
	}
	.kama_breadcrumbs { display: none; }
	.contact_head {
	    margin-right: 0;
	    text-align: center;
	    margin: 15px auto;
	}
	.primary_nav .flex_box-center { display: none; }
	/*.primary_nav > ul > li > ul > li > ul { display: none !important; }*/
	.collapse.in { display: block !important; }
	.primary_nav > ul > li { border-top: 1px solid #e89e0e; }
	.primary_nav ul li:after { display: none; }
	.primary_nav ul li ul {
		position: static;
	    width: 100%;
	    height: auto;
	    transform: inherit;
	    	-webkit-transform: inherit;
	    	-moz-transform: inherit;
	    	-ms-transform: inherit;
	    	-o-transform: inherit;
	  	opacity: 1;
		    -webkit-opacity: 1;
		    -moz-opacity: 1;
		    -ms-opacity: 1;
		    -o-opacity: 1;
		visibility: visible;
		display: none;
	}
	ul.active,
	.primary_nav > ul > li > ul > li.sub_active > ul { display: block; }
	.primary_nav > ul > li:hover > ul {
	    transform: inherit;
	    	-webkit-transform: inherit;
	    	-moz-transform: inherit;
	    	-ms-transform: inherit;
	    	-o-transform: inherit;
		visibility: visible;
		display: block;
	}
	.primary_nav > ul > li > ul > li:hover > ul { display: block; }
	.primary_nav > ul > li.menu-item-has-children:before {
		top: 11px;
		transform: inherit;
	    	-webkit-transform: inherit;
	    	-moz-transform: inherit;
	    	-ms-transform: inherit;
	    	-o-transform: inherit;
	}
	.primary_nav > ul > li.menu-item-has-children:hover:before {
		content: '\f107';
    	color: #fff;
	}
	.primary_nav > ul > li.menu-item-has-children.active:before {
		content: '\f106';
    	color: #eda10e;
	}
	.navbar-toggle {
		float: none;
		margin: auto;
		display: block;
		padding: 5px 10px;
	}
	.navbar-toggle .icon-bar {
		background: #fff;
	}
	.navbar-toggle .icon-bar+.icon-bar { margin-top: 8px; }
	.navbar-toggle.collapsed .icon-bar:nth-of-type(2),
	.navbar-toggle.collapsed .icon-bar:nth-of-type(4) {
		width: 50px;
		top: inherit;
		transform: inherit;
			-webkit-transform: inherit;
			-moz-transform: inherit;
			-o-transform: inherit;
	}
	.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
		margin-left: 10px;
    	width: 30px;
		opacity: 1;
		    -webkit-opacity: 1;
		    -moz-opacity: 1;
		    -ms-opacity: 1;
		    -o-opacity: 1;
	}
	.navbar-toggle .icon-bar:nth-of-type(2) {
		top: 9px;
		width: 35px;
		transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
	}
	.navbar-toggle .icon-bar:nth-of-type(4) {
		top: -11px;
		width: 35px;
		transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-o-transform: rotate(45deg);
	}
	.navbar-toggle .icon-bar:nth-of-type(3) {
		opacity: 0;
		    -webkit-opacity: 0;
		    -moz-opacity: 0;
		    -ms-opacity: 0;
		    -o-opacity: 0;
	}
	.primary_nav > ul > li.active {
		background: #fff;
	}
	.primary_nav ul > li:hover > a { color: #fff !important; }
	.primary_nav > ul > li.active a {
		color: #eda10e !important;
	}
	.product_i {
		flex-direction: column;
			-webkit-flex-direction: column;
			-moz-flex-direction: column;
			-ms-flex-direction: column;
			-o-flex-direction: column;
	}
	.price_select input:first-child { margin-right: 20px; }
	.price_select input {
		width: calc(50% - 13px);
			width: -webkit-calc(50% - 13px);
	}
	.price_block,
	.group_prices-text { text-align: center; }
	.qty_block { margin: 15px auto; }
	.product_i .short_info {
		margin-left: 0;
		width: 100%;
	}
	.title_page-action { margin-left: 15px; }
	.top_info_prod {
		padding-left: 0;
		padding-right: 0;
	}
	.head_search_block { position: static; }
	footer .container .copy {
		text-align: center;
		padding-top: 0;
	}
	.social {
		text-align: center;
		margin-top: 15px;
	}
	.social .social-item {
	    width: 30px;
	    height: 33px;
	}
	.social .social-item i {
	    font-size: 34px;
	    line-height: 1;
	}
}





@media screen and (max-width: 540px) {
	header .flex_box,
	.row_cart {
		flex-direction: column;
			-webkit-flex-direction: column;
			-moz-flex-direction: column;
			-ms-flex-direction: column;
			-o-flex-direction: column;
	}
	header .logo img {
		max-width: 80%;
		margin: 0 auto 15px;
    	display: block;
	}
	header .slogan_site {
		text-align: center;
		margin-bottom: 20px;
	}
	.prod_in_group,
	.rel_prod,
	.page-template-page-action .actions_block > .flex_box > div {
		width: 100%;
		margin: 15px auto;
	}
	.row_cart {
		text-align: center;
	}
	.row_cart > div {
		margin: 10px 0;
		width: 100%;
	}
	.row_cart .thumb_i img {
		width: 150px;
		height: auto;
	}
	.primary_nav ul li a {
		height: auto;
	    min-height: 40px;
	    line-height: 1.2;
	    padding: 15px;
	}
	.error_mess .title { font-size: 28px; }
	.error_mess .mess { line-height: 1.6; }
}