@import url(https://fonts.googleapis.com/css?family=PT+Sans&subset=latin,cyrillic&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic&display=swap);

@font-face {
	font-family: 'fontello';
	src: url('../fonts/fontello.woff?10653311');
	src: url('../fonts/fontello.woff?10653311') format('woff'), url('../fonts/fontello.ttf?10653311') format('truetype'), url('../fonts/fontello.svg?10653311#fontello') format('svg');
	font-weight: normal;
	font-style: normal
}
@charset "utf-8";

* {
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0
}
*::after, *::before {
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}
html {
	min-height: 100%;
	position: relative;
	overflow-x: hidden
}
body {
	font: 12px Arial, sans-serif
}
header, nav, section, article, aside, footer {
	display: block
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
html[xmlns] .clearfix {
	display: block
}
* html .clearfix {
	height: 1%
}
h1, h2, h3, h4, h5, h6, .formmoduletitle, .characteristics {
	font-weight: normal;
	margin: 15px 0;
	line-height: normal;
	font-family: 'PT Sans', sans-serif
}
h1, .componentheading {
	font-size: 48px;
	margin: 0 0 40px
}
.page-header h1, h1.item_title {
	color: #ecd182
}
h2 {
	font-size: 43px
}
h3 {
	font-size: 38px
}
h4 {
	font-size: 33px
}
h5, .formmoduletitle {
	font-size: 28px
}
h6, .characteristics {
	font-size: 23px
}
p, li {
	margin: 10px 0;
	font: 15px/1.5 'PT Sans', sans-serif;
	color: #5b5b5b
}
.item-page li {
	line-height: 1.25
}
.breadcrumb li {
	font-size: 12px;
	margin: 0
}
a {
	color: #da9f5e
}
a:hover {
	text-decoration: none
}
a:focus {
	outline: none
}
fieldset, img {
	border: none
}
img {
	max-width: 100%;
	height: auto
}
.star, .red {
	color: red
}
#page {
	margin: 0 auto;
	text-align: left;
	min-width: 320px;
	max-width: 1920px
}
#header {
	position: relative
}
.logo {
	float: left;
	font-size: 22px;
	font-weight: bold;
	margin: 37px 0
}
.logo>a {
	color: #000;
	display: block;
	text-decoration: none
}
.logo>a:hover {
	color: #40A4DD
}
.search_module {
}
#main_menu {
	position: relative;
	margin: 0 0 0;
	padding: 0;
	z-index: 10;
	top: 5px
}
#main_menu .menu_main {
	position: relative;
	text-align: center;
	font-size: 14px;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 1140px
}
#main_menu .menu_main>li {
	position: relative;
	float: left;
	padding: 0;
	margin: 0 4px 0 0;
	font: 16px 'PT Sans', sans-serif
}
#main_menu .menu_main>li>a, #main_menu .menu_main>li>.separator {
	display: block;
	color: #000;
	cursor: pointer;
	text-decoration: none;
	transition: background ease .3s;
	padding: 7.5px 23px;
	height: 100%
}
#main_menu .menu_main>li:hover a, #main_menu .menu_main>li a:focus, #main_menu .menu_main>li.active a {
	background: #dbdad7;
	transition: background ease .3s
}
#main_menu .menu_main>li>ul {
	position: absolute;
	left: 0;
	top: 100%;
	font-size: 12px;
	list-style: none;
	padding: 5px 0;
	margin: 0;
	width: 100%;
	background: #dbdad7
}
#main_menu .menu_main>li>ul>li {
	border: none;
	position: relative;
	left: 0;
	display: list-item;
	float: none;
	height: auto;
	//min-height: 30px;
	margin: 0;
	text-align: left
}
#main_menu .menu_main>li>ul>li>a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #000;
	text-align: left;
	font-size: 15px
}
#main_menu .menu_main>li>ul>li>a:hover, #main_menu .menu_main>li>ul>.active>a {
	background: #383838;
	color: #fff
}
#main_menu .menu_main>li>ul>li:first-child, #main_menu .menu_main>li>ul>li:last-child a {
	border: none
}
#main_menu .menu_main>li:hover ul {
	display: block
}
#main_menu .menu_main>li>ul li ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
	width: 180px
}
.breadcrumbs {
	margin: 0 0 40px;
	padding: 30px 0 0
}
.breadcrumb {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	flex-wrap: wrap
}
.breadcrumb>li {
	float: left
}
.breadcrumb>li>a {
}
.breadcrumb>li .divider {
	margin: 0 5px
}
#top {
}
#mainSection {
}
.top_content {
}
.contentleft {
	position: relative;
	left: 25%
}
.contentright {
}
.content_no_cols {
	padding: 0px 15px
}
.contentmiddle {
	position: relative;
	left: 25%
}
.bottom-content {
}
#left {
	position: relative;
	left: -75%
}
#left.bothSidebars {
	left: -50%
}
#rigth {
}
#bottom {
}
.pagination {
	display: block;
	margin: 10px 0;
	text-align: center
}
.module {
	margin: 0 0 15px
}
.module_title {
	background-color: #444;
	color: #FFF;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px 0px 15px;
	padding: 8px;
	text-align: center
}
.errorPage {
	text-align: center
}
.errorPage h1 {
	color: red;
	font-size: 40px;
	margin: 0 0 30px
}
.errorPage h2 {
	color: #333;
	font-size: 25px;
	margin: 30px 0 0
}
#clear, .row-separator, .clr {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0
}
.pg-cv-box-mod-ri {
	box-sizing: content-box
}
.pg-csv-box {
	margin: 10px
}
#footer {
	background-color: #3a3a3a;
	box-shadow: inset 0 -80px #2d2c2c;
	color: #818080;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 320px;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto
}
#footermod {
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto
}
.footer {
	margin: 0 auto;
	padding: 0 15px;
	height: 80px;
	max-width: 1170px
}
.footer_right {
	text-align: right
}
.footer a {
	color: #818080
}
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	animation-name: fadeOut
}
@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
.owl-height {
	transition: height 500ms ease-in-out
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	user-select: none
}
.owl-carousel.owl-loaded {
	display: block
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel .owl-refresh .owl-item {
	display: none
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	user-select: none
}
.owl-carousel .owl-item .master_item {
	padding: 0 15px;
	width: 292px
}
.owl-carousel .owl-item img {
	display: block
}
.owl-carousel.owl-text-select-on .owl-item {
	user-select: auto
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.no-js .owl-carousel {
	display: block
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	transition: scale 100ms ease
}
.owl-carousel .owl-video-play-icon:hover {
	transition: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	transition: opacity 400ms ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1
}
.owl-nav {
	position: absolute;
	top: -60px;
	left: 0;
	text-align: right;
	height: 30px;
	width: 100%
}
.owl-nav>div {
	background: transparent;
	border: 1px solid #999;
	display: inline-block;
	color: #999;
	vertical-align: top;
	text-indent: -999px;
	overflow: hidden;
	font: 28px/29px "font_icons";
	text-align: center;
	height: 30px;
	width: 30px;
	z-index: 10
}
.owl-nav>div:hover {
	border-color: #333;
	color: #333
}
.owl-prev {
}
.owl-next {
	margin-left: 5px
}
.owl-prev::before, .owl-next::before {
	display: block;
	text-indent: 0;
	height: 30px;
	width: 30px
}
.owl-prev::before {
	content: '\e801'
}
.owl-next::before {
	content: '\e800'
}
.go_top_link {
	background: #fff;
	border: 2px solid #ccc;
	bottom: 30px;
	color: #666;
	cursor: pointer;
	display: block;
	font-size: 16px;
	height: 50px;
	line-height: 46px;
	padding: 0 10px;
	position: fixed;
	right: 30px;
	text-align: center;
	text-decoration: none
}
#comjshop {
}
.category {
	margin-bottom: 30px
}
.category-image {
	margin: 0px 0px 15px
}
.category-name {
	font-size: 14px;
	font-weight: 600
}
#mxcpr {
	display: none
}
#main_section {
	min-height: 400px
}
ul {
	padding-left: 20px;
	margin-left: 20px
}
.doorscatmodtitle, .newsmodtitle, .latestitwrtitle, .lartestitemtitletitle, .hitsmodtitletitle {
	font: 600 24px 'PT Sans', sans-serif;
	color: #646363;
	text-align: center;
	position: relative;
	padding-bottom: 50px;
	margin-top: 50px
}
.newsmodtitle, .latestitwrtitle {
	margin-bottom: 50px
}
.doorscatmodtitle::before, .newsmodtitle::before, .latestitwrtitle::before, .doorscatmodtitle::after, .newsmodtitle::after, .latestitwrtitle::after, .lartestitemtitletitle::before, .lartestitemtitletitle::after, .hitsmodtitletitle::before, .hitsmodtitletitle::after {
	position: absolute;
	display: block;
	content: ""
}
.doorscatmodtitle::before, .newsmodtitle::before, .latestitwrtitle::before, .lartestitemtitletitle::before, .hitsmodtitletitle::before {
	width: 100%;
	height: 1px;
	background: #c7b17b;
	left: 0;
	bottom: 20px
}
.doorscatmodtitle::after, .newsmodtitle::after, .latestitwrtitle::after, .lartestitemtitletitle::after, .hitsmodtitletitle::after {
	width: 80px;
	height: 33px;
	background: url(../images/logo-img.png) center center no-repeat #fff;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	left: 50%;
	bottom: 5px;
	margin: 0 0 0 -40px
}
.insidepage .mainmenuwrapper {
	margin-bottom: 186px;
	position: relative
}
.insidepage .mainmenuwrapper::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	bottom: -186px;
	width: 100%;
	height: 165px;
	background: url(../images/headerPseudo.jpg) center top no-repeat;
	background-attachment: fixed
}
.contactheader {
	margin: 70px 0 0
}
.contactheader, .contactheader a {
	text-decoration: none;
	font: 14px/28px 'Open Sans', sans-serif;
	color: #767571
}
.contactheader a:hover {
	text-decoration: underline
}
.contactheader.addressmod {
	margin-top: 80px
}
.logomod img {
	display: block;
	margin: 15px auto 0
}
.addressmod i, .emailmod i, .phonemod i {
	color: #767571;
	font: 14px 'fontello';
	margin: 0 6px 0 0
}
.emailmod a {
	color: #818080
}
div.mainmenuwrapper {
	margin: 0 0 30px;
	padding: 0 0 0;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea
}
.mainmenu {
	position: relative;
	max-width: 1140px;
	height: 48px
}
.search_module {
	height: 100%;
	width: auto;
	display: inline-block;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10
}
.searchmod input, .searchmod button {
	margin: 0 !important;
	padding: 0 !important;
	outline: none !important;
	border: none !important
}
.searchmod input[type="search"], .searchmod .inputbox {
	padding: 23px 0 22px 68px !important;
	font: italic 18px 'PT Sans', sans-serif;
	width: 0;
	height: 68px;
	transition: 1s
}
.searchmod button, .searchmod .button, label[for="seabut"] {
	font: 20px 'fontello';
	height: 100%;
	width: 68px;
	cursor: pointer;
	z-index: 1;
	position: absolute;
	right: 0px;
	top: 0;
	background: none
}
.searchmod input.opensearch {
}
#seabut {
	display: none
}
label[for="seabut"] {
	width: 40px;
	height: 35px;
	background: #d7b65d;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px
}
label[for="seabut"]::after {
	position: absolute;
	display: block;
	font: 20px 'fontello';
	content: "\e803";
	color: #fff;
	width: 100%;
	height: 100%;
	right: 0;
	cursor: pointer;
	text-align: center;
	padding: 7px 0
}
.searchmod i.opensearch {
	text-indent: 0
}
.customdoorscatmod, .customlartestitemtitle, .customhitsmodtitle {
	padding: 0 5%;
	text-align: center
}
.customdoorscatmod p, .lartestitemtitle p, .hitsmodtitle p, .label-mod-description p {
	font: italic 18px 'PT Sans', sans-serif;
	color: #8e8b8b;
	text-align: center
}
.categorymod {
	text-align: center;
	margin-bottom: 30px
}
.categorymod .label-mod-description {
	margin-bottom: 30px
}
.rubriki-kataloga {
	display: flex;
	justify-content: center
}
.rubriki-kataloga p {
	width: 33.33333%
}
.rubriki-kataloga p {
	position: relative;
	display: inline-block
}
.rubriki-kataloga a {
	display: block;
	overflow: hidden
}
.rubriki-kataloga a::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 40%;
	background: rgba(255, 255, 255, 0.6);
	left: 0;
	top: 33%
}
.rubriki-kataloga a::before, .jshop_categ.category .image a::before {
	position: absolute;
	display: block;
	content: "\e801";
	font: 36px 'fontello';
	background: rgba(255, 255, 255, 0.5);
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 120px;
	text-align: center;
	padding: 40px 0 41px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	margin-top: -60px;
	opacity: 0;
	visibility: hidden;
	transform: scale(3, 3)
}
.rubriki-kataloga span {
	position: absolute;
	font: bold 28px 'PT Sans', sans-serif;
	color: #000;
	padding: 0 0 17px;
	z-index: 1;
	top: 45%;
	left: 10%;
	max-width: 90%
}
.rubriki-kataloga span::after, .product_link::before {
	position: absolute;
	display: block;
	content: "";
	width: 70px;
	height: 7px;
	background: #d2b46f;
	bottom: 0
}
.rubriki-kataloga img {
	display: block
}
.rubriki-kataloga a:hover span {
}
.rubriki-kataloga a:hover span::after, .product_link:hover::before {
	animation: categorymodafterhover 0.5s forwards cubic-bezier(0.785, 0.135, 0.15, 0.86)
}
@keyframes categorymodafterhover {
	50% {
		width: 100%
	}
	100% {
		right: 0;
		width: 0
	}
}
.rubriki-kataloga a:hover span {
	animation: categoryspanmodhover 0.5s 0.5s forwards cubic-bezier(0.785, 0.135, 0.15, 0.86)
}
.rubriki-kataloga a:hover::after {
	animation: categoryspanmodhover 0.5s 0.5s forwards cubic-bezier(0.785, 0.135, 0.15, 0.86)
}
@keyframes categoryspanmodhover {
	0% {
		transform: scale(1, 1)
	}
	100% {
		transform: scale(0, 0)
	}
}
.rubriki-kataloga a:hover::before {
	animation: categorymodbeforehover 0.5s 0.75s forwards cubic-bezier(0.785, 0.135, 0.15, 0.86)
}
@keyframes categorymodbeforehover {
	0% {
		transform: scale(3, 3);
		opacity: 0;
		visibility: hidden
	}
	100% {
		transform: scale(1, 1);
		opacity: 1;
		visibility: visible
	}
}
.maintextmod {
	column-count: 2;
	column-gap: 2em
}
.mainpage h1 {
	font: 48px/1.3 'PT Sans', sans-serif;
	color: #000;
	text-align: center;
	padding: 0 5%
}
.maintextmod h3 {
	font-size: 23px;
	margin: 0
}
.newsflashnewsmod {
	margin: 0 -15px;
	overflow: hidden
}
.newsflash-title {
	font: 18px 'PT Sans', sans-serif;
	color: #000;
	text-decoration: none;
	display: block
}
.newsflash-title:hover {
	text-decoration: underline
}
.newsflash-intro {
	font: 15px/1.5 'PT Sans', sans-serif;
	color: #5b5b5b
}
.modnews-date, .article-date {
	font: 18px 'PT Sans', sans-serif;
	color: #6c6b6a;
	border-bottom: 7px solid #d2b46f;
	padding-bottom: 17px;
	float: left;
	margin: -15px 20px 35px 0
}
.modnews-date span, .article-date span {
	font-size: 60px;
	line-height: normal;
	color: #000;
	display: block
}
.newsflash_img {
	margin: 0 0 30px;
	max-height: 308px;
	overflow: hidden
}
.footer {
	background: #373737;
	max-width: 100%
}
.footer__container {
	max-width: 1170px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between
}
.footer__container a {
	color: #818080
}
#footermod {
	height: auto;
	padding: 45px 15px 40px
}
#footermod::after {
	position: relative;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	clear: both
}
.footmod {
	display: inline-block;
	float: left
}
div.footmodtitle {
	padding-left: 0;
	padding-right: 0;
	display: block;
	width: 100%
}
.footerlogo {
	clear: both
}
.footmodtitle, .contfootmodtitle {
	font: 14px 'PT Sans', sans-serif;
	color: #ededed;
	padding-bottom: 5px;
	margin-bottom: 8px;
	border-bottom: 1px solid #464444
}
.contfootmod p, .contfootmod a {
	font: 14px 'PT Sans', sans-serif;
	color: #818080
}
.contfootmod i {
	font: 14px 'fontello';
	margin: 0 10px 0 0
}
.footmod p {
	margin: 0
}
.footmod a {
	font: 14px/24px 'PT Sans', sans-serif;
	color: #818080;
	text-decoration: none
}
.footmod a:hover {
	color: #fff
}
.copyright {
	text-align: center
}
.sitemap {
	margin-right: 20px
}
.breadcrumb, .breadcrumb a {
	font: 12px 'PT Sans', sans-serif;
	color: #918e8e;
	text-decoration: none
}
.breadcrumb a:hover {
	text-decoration: underline
}
.articlespage .items-row, .newspage .items-row {
	margin: 0 -15px
}
.blog .items-row {
	margin-bottom: 30px
}
.article-title a {
	display: block;
	font: 18px/25px 'PT Sans', sans-serif;
	text-decoration: none;
	color: #000
}
.article-title a:hover {
	text-decoration: underline
}
.article-intro p {
	font: 15px/1.5 'PT Sans', sans-serif;
	color: #5b5b5b
}
.article-date {
	margin: 18px 25px 10px 0
}
div.item-image {
	float: none;
	max-height: 359px;
	overflow: hidden;
	text-align: center
}
.item-page .pull-left.item-image {
	float: left;
	margin: 5px 30px 5px 0
}
.item-page .pull-right.item-image {
	float: right;
	margin: 5px 0 5px 30px
}
.item-page .item-image {
	max-height: 340px
}
.item-page .item-image img {
}
.pagination-list {
	list-style: none;
	float: right;
	right: 50%;
	position: relative;
	clear: left;
	margin: 0;
	padding: 0
}
.pagination-list li {
	float: left;
	position: relative;
	left: 50%;
	display: inline-block;
	margin: 0 7px;
	width: 30px;
	text-align: center
}
.pagination .counter, .pagination-list .disabled {
	display: none
}
.pagination-list li a {
	font: 14px 'PT Sans', sans-serif;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 6px
}
.pagination-list li:hover a, .pagination-list .active a {
	background: #d2b46f;
	color: #fff
}
.icon-previous, .icon-next {
	font: 14px 'fontello'
}
.jshop_list_category {
	display: flex;
	justify-content: space-between
}
.product_link {
	display: block;
	font: 28px 'PT Sans', sans-serif;
	color: #000;
	text-decoration: none;
	margin: 10px 0 0;
	padding: 0 0 15px;
	position: relative
}
.jshop_categ.category .image a {
	display: block;
	position: relative
}
.jshop_categ.category .image a:hover::before {
	animation: categorymodbeforehover 0.5s forwards cubic-bezier(0.785, 0.135, 0.15, 0.86)
}
.infoinshop {
	font: 15px 'PT Sans', sans-serif;
	color: #5e5e5b;
	border: 1px solid #d2b46f;
	padding: 15px 100px;
	position: relative
}
.infoinshop::before {
	position: absolute;
	display: block;
	content: "";
	font: 30px 'fontello';
	color: #fff;
	background: #d2b46f;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 46px;
	padding: 6px;
	text-align: center;
	left: 25px;
	top: 50%;
	margin: -23px 0 0
}
.infoinshop span {
	font-size: 23px;
	line-height: 1;
	color: #000;
	display: block;
	margin: 0 0 5px
}
.infoinshop ul {
	padding: 0 0 0 45px;
	overflow: hidden;
	clear: both;
	list-style: none;
	text-align: left
}
.infoinshop li {
	position: relative;
	margin: 0 0 8px
}
.infoinshop li::before {
	position: absolute;
	display: block;
	content: "●";
	color: #dbb962;
	top: 0;
	left: -20px
}
#comjshop_list_product {
	padding-top: 40px
}
.jshop_list_category .row-fluid {
	width: 33.333333%
}
.jshop.list_product .row-fluid {
	height: 550px;
	display: flex;
	justify-content: space-between
}
.jshop.list_product .row-fluid>div {
	width: 25%
}
.jshop.list_product .row-fluid>div:hover {
	z-index: 1;
	background: #fff
}
.jshop.list_product .row-fluid .image, .latest_products .image, .latest_products .image, .jshop_related.block_product .image {
	text-align: center;
	padding-bottom: 18px;
	margin-bottom: 12px;
	border-bottom: 1px solid #d2b46f;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center
}
.joomshop_list_info, .latest_products .name {
	max-width: 165px;
	margin: 0 auto;
	text-align: center
}
.block_product, .latest_products .block_item, .latest_products .block_item {
	padding: 30px 30px 0 30px
}
.name a {
	font: 14px 'PT Sans', sans-serif;
	color: #000;
	text-decoration: none;
	display: inline-block;
	margin: 0 0
}
.joomshop_list_view {
	font: 12px 'PT Sans', sans-serif;
	color: #d8b293;
	text-decoration: none;
	border: 1px solid #fddabc;
	-moz-border-radius: 11px;
	border-radius: 11px;
	display: block;
	padding: 5px 0;
	margin: 0 auto 10px;
	text-align: center;
	display: none
}
.manufacturer_name, .extra_fields div {
	margin: 0 0 10px;
	font: 12px 'PT Sans', sans-serif;
	color: #595555
}
.block_product:hover {
	box-shadow: 0px 0px 2px 2px #c0bdbd;
	padding-bottom: 10px;
	height: auto
}
.joomshop_list_view:hover {
	color: #fff;
	background: #d8b293
}
.block_product:hover .joomshop_list_view, .block_product:hover .sppb-btn-readmore-product {
	display: block
}
.block_product:hover .oiproduct>* {
	display: none
}
.block_product:hover .oiproduct .jshop_prod_attributes.md {
	display: block
}
.name a:hover {
	text-decoration: underline
}
.hiddencol .jshop_img_description {
}
.hiddencol {
	width: 41.66666667% !important
}
.hiddencol~.col-md-5 {
	width: 58.33333333% !important
}
.hiddencol~.col-md-7 {
	width: 41.66666667%;
	clear: left
}
.hiddencol #list_product_image_middle {
	width: 100%
}
#sort_count {
	display: none !important
}
.jshop_prod_attributes.jshop~.extra_fields>.block_efg:first-child>.extra_fields_group {
	margin: 10px 0 10px
}
.contactpage p {
	margin: 0;
	font-size:
}
.addressRow {
	margin-bottom: 20px
}
.addressRow .address {
	margin-bottom: 15px
}
.contactpage span {
	font-size: 23px;
	display: block
}
.contImg {
	overflow: hidden
}
.rf_submit {
	-moz-border-radius: 0;
	border-radius: 0;
	background: #ecd385
}
.rf_submit:hover {
	background: #AD913C
}
.jshop_img_description, #list_product_image_thumb {
	float: left
}
.jshop_img_description {
	display: flex
}
.span4.image_middle {
	display: flex;
	justify-content: space-between
}
#list_product_image_middle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 615px;
	border: 1px solid #ccc;
	text-align: center
}
.jshop_prod_description {
	margin-top: 50px
}
.characterswrapper {
	float: right !important;
	display: inline-block
}
#list_product_image_thumb img {
	display: block;
	max-height: 145px;
	cursor: pointer;
	opacity: 0.5;
	margin: 0 auto
}
.dopphotowr {
	border: 1px solid #ccc;
	padding: 20px 0
}
#list_product_image_thumb {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}
.characteristics {
	display: block;
	margin: 0 0 20px
}
.characterswrapper .extra_fields div, .characterswrapper .manufacturer_name {
	font-size: 15px
}
.manufacturer_name .manufastur_span, div.extra_fields_group, .attributes_name, .itemdesc {
	font: bold 15px 'PT Sans', sans-serif;
	color: #000
}
.extra_fields_group {
	border-top: 1px dotted #bcbbb8;
	padding-top: 10px
}
#list_product_image_middle a {
	display: inline-block
}
.attrwr input[type="radio"] {
	display: none
}
.attrwr input:checked~label img {
	border: 2px solid #d2b46f;
	opacity: 0.7
}
.input_type_radio {
	width: 30px;
	height: 30px;
	display: inline-block;
	overflow: hidden;
	margin-right: 10px
}
.attrwr img {
	border-radius: 100%;
	cursor: pointer;
	height: 100%;
	width: 100%
}
.attributes_title {
	display: inline-block;
	float: left;
	margin: 6px 10px 10px 0
}
#list_product_image_thumb img:hover {
	opacity: 1
}
.notstandart .extra_fields_name, .notstandart .extra_fields_value {
	font: 15px/2 'PT Sans', sans-serif;
	color: #5e5e5b
}
.notstandart .extra_fields_name {
	color: #000;
	font-weight: bold;
	display: block
}
div.notstandart {
	position: relative;
	margin-left: 75px;
	padding-left: 55px
}
.notstandart::before {
	position: absolute;
	display: block;
	content: "";
	font: 30px 'fontello';
	color: #fff;
	background: #d2b46f;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 46px;
	padding: 6px;
	text-align: center;
	left: -23px;
	top: 50%;
	margin: -23px 0 0
}
.mfp-wrap .button-back, .latest_products .product_label {
	display: none
}
.contwrap {
	display: flex;
	align-items: center
}
.itemreviewwraper {
	display: inline-block
}
.review_header {
	font: bold 15px 'PT Sans', sans-serif;
	color: #000;
	padding: 0 0 12px;
	margin-top: 30px;
	border-bottom: 1px solid #d2b46f
}
.review_item {
	padding: 30px 0;
	border-top: 1px dotted #c9c8c5
}
.review_item:first-of-type {
	border-top: none
}
.review_user, .related_header {
	font: bold 15px 'PT Sans', sans-serif;
	color: #000
}
.review_time {
	font: 15px 'PT Sans', sans-serif;
	color: #595555;
	display: block;
	margin: 0 0 15px
}
.review_text, #jshop_review_write {
	font: 15px/1.5 'PT Sans', sans-serif;
	color: #595555
}
.reviewbody {
	display: none
}
.reviewchecker {
	display: block;
	font: 18px 'PT Sans', sans-serif;
	color: #fff;
	width: 262px;
	text-align: center;
	text-decoration: none;
	padding: 14px 0;
	margin: 20px 0 0;
	background: #b3b2ae
}
.reviewchecker:hover {
	background: #fff;
	color: #b3b2ae;
	outline: 1px solid #b3b2ae
}
.openreview {
	display: block;
	margin: 20px 0 0
}
.reviewbody input[type="text"], .reviewbody textarea {
	width: 100%;
	margin: 0 0 20px;
	padding: 5px
}
.reviewbody input[type="submit"] {
	float: right;
	background: #fff;
	color: #595555;
	border: 1px solid #595555;
	outline: none !important;
	cursor: pointer;
	padding: 8px 20px;
	margin: 5px 0 0
}
.reviewbody input[type="submit"]:hover {
	color: #fff;
	background: #595555
}
.itemdesc, .review_header {
	font-size: 18px
}
.item_image, .item_name {
	padding: 0 20px
}
.item_name {
	text-align: center
}
.owl-carousel .owl-item img {
	margin: 0 auto;
	max-height: 340px
}
.item_name a {
	font: 12px 'PT Sans', sans-serif;
	color: #000;
	text-decoration: none;
	display: block;
	margin-top: 18px;
	padding-top: 24px;
	border-top: 1px solid #d2b46f
}
.mfp-hide {
	display: none
}
.white-popup-block {
	padding: 40px 50px 50px;
	text-align: left;
	max-width: 600px;
	margin: 0px auto;
	position: relative;
	background: none repeat scroll 0% 0% #FFF
}
.popupcall {
	width: 100%;
	height: 58px;
	font: 18px 'PT Sans', sans-serif;
	color: #fff;
	background: #d2b46f;
	text-decoration: none;
	display: block;
	padding: 16px 0;
	text-align: center
}
.productBtnsWrapper:first-child {
	margin-top: 0
}
.popupcall:hover {
	background: #b3b2ae
}
#modal .rf_submit {
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0 auto;
	background: #d2b46f;
	-webkit-appearance: none;
	appearance: none;
}
#modal .rf_submit:hover {
	background: #b3b2ae
}
.popupcall2 {
	font: bold 15px 'PT Sans', sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #000;
	color: #000;
	margin: 10px 0;
	display: inline-block;
	padding: 5px 0
}
.popupcall2:hover {
	border-bottom-style: solid
}
#modal2 {
	max-width: 1140px;
	margin: 0 auto;
	position: relative
}
#modal2 .custom {
	display: flex;
	justify-content: space-between;
	max-width: 1140px;
	height: 408px;
	margin: 0 auto
}
.table-size {
	background: #fff;
	width: 774px;
	font: 15px/22px 'PT Sans', sans-serif
}
.t-size {
	width: 100%;
	margin-top: 60px;
	position: relative;
	padding: 0 10px
}
.t-size td {
	padding: 10px 0px;
	min-width: 100px
}
.t-size tbody::before, .t-size tbody::after {
	content: "";
	display: block;
	width: 1px;
	height: 130px;
	background: #dcdbd8;
	position: absolute
}
.t-size tbody::before {
	left: 105px;
	top: 50px
}
.t-size tbody::after {
	left: 640px;
	top: 50px
}
.table-size span {
	color: #d5b36b;
	margin: 20px 110px;
	display: inline-block;
	font-weight: bold
}
.relwrapper {
	clear: both
}
.related_header {
	border-bottom: 1px solid #d2b46f;
	padding: 55px 0 10px;
	margin: 0 0 55px
}
.jshop.list_related .owl-item {
	padding: 10px
}
.lartestitemtitle, .hitsmodtitle {
	margin-bottom: 40px
}
.owl-prev, .owl-next {
	position: absolute;
	top: 50%;
	background: none !important;
	margin-top: -19px !important
}
.owl-prev {
	left: 0
}
.owl-next {
	right: 0
}
.owl-prev::before, .owl-next::before {
	font: 18px 'fontello';
	width: 36px;
	height: 36px;
	padding: 8px 0;
	border: 1px solid #7f7f7f;
	color: #7f7f7f
}
.owl-prev::before {
	content: "\e80a"
}
.owl-next::before {
	content: "\e809"
}
.owl-prev:hover::before, .owl-next:hover::before {
	color: #e8d9b7;
	border-color: #e8d9b7
}
.Jext_more {
	display: table;
	margin: 0 auto;
	font-style: normal;
	font-size: 14px
}
a.sppb-btn-readmore-product {
	color: #fddabc;
	text-decoration: none !important;
	border: 1px solid #fddabc;
	-moz-border-radius: 11px;
	border-radius: 11px;
	padding: 5px 12px;
	font-size: 12px;
	display: none
}
.joomshop_list_info a.sppb-btn-readmore-product {
	color: #d8b293;
	border-color: #fddabc
}
.joomshop_list_info a.sppb-btn-readmore-product:hover {
	background: #d8b293;
	color: #fff
}
.sppb-btn-readmore-product i {
	font: 15px 'fontello';
	color: #fddabc;
	margin-right: 6px
}
.sppb-btn-readmore-product:hover {
	color: #fff;
	background: #fddabc
}
.sppb-btn-readmore-product:hover i {
	color: #fff
}
.latest_products .block_item:hover, .hitsslidermod .block_item:hover {
	box-shadow: 0px 0px 2px 2px #c0bdbd
}
.latest_products .block_item:hover a.sppb-btn-readmore-product, .hitsslidermod .block_item:hover a.sppb-btn-readmore-product {
	display: block
}
.owl-wrapper {
	padding: 5px 0
}
.newsslidermod .block_item, .latest_products .block_item {
	max-width: 265px;
	margin: 0 auto
}
.mfp-container .itemreviewwraper, .mfp-container .jshop_img_description, .mfp-container .relwrapper, .mfp-container .popupcall {
	display: none
}
.mfp-container .productfull {
	position: relative;
	margin: 0 auto;
	background: #fff;
	padding: 20px 40px
}
.mfp-container .image_middle {
	justify-content: space-around
}
.radio_attr_label {
	display: block;
	height: 100%
}
.container {
	max-width: 100%
}
.navmenuchecker {
	display: none
}
.searchres .jshop.list_product .row-fluid {
	justify-content: space-around
}
@media (max-width:1080px) {
	{
		.logomod a {
			margin: 0 auto
		}
	}
	.contactheader, .contactheader a {
		font-size: 12px
	}
	.contactheader i {
		font-size: 12px
	}
	.footmod {
		clear: none;
		margin: 0 0
	}
	.contfootmod {
		width: 100%
	}
	.footerlogo {
		padding-top: 15px
	}
}
@media (min-width:1025px) {
	{
		.logomod a {
			margin: 0 auto
		}
	}
	.mfp-auto-cursor .mfp-content {
		width: 100%
	}
	#main_menu .menu_main>li>ul {
		display: none !important
	}
	#main_menu .menu_main>li:hover>ul {
		display: block !important;
		height: auto !important;
		padding: 5px 0 !important
	}
}
@media (max-width:1024px) {
	.logomod a {
		margin: 0 auto
	}
	#main_menu {
		top: 0
	}
	.latest_products .joomshop_list_info, .hitsslidermod .joomshop_list_info {
		height: 35px
	}
	.block_product, .latest_products .block_item, .latest_products .block_item {
		padding-top: 10px
	}
	a.sppb-btn-readmore-product {
		display: none !important
	}
	.latest_products .block_item:hover, .hitsslidermod .block_item:hover {
		box-shadow: inset 0px 0px 2px 2px #c0bdbd
	}
	.block_item:hover .image, .block_item:hover .image, .block_item:hover .image, .block_item:hover .image {
		border-color: transparent
	}
	.insidepage .mainmenuwrapper::after {
		display: none
	}
	.insidepage .mainmenuwrapper {
		margin-bottom: 0
	}
	.openmenuwrap {
		z-index: 41 !important
	}
	.navmenuchecker {
		display: block;
		background: #000;
		box-shadow: inset 0 0 0 0px #fff, inset 0 23px 0 -13px #fff, inset 0px -10px 0 0px #fff;
		width: 30px;
		height: 25px;
		position: absolute;
		box-sizing: content-box;
		right: 15px;
		top: 17px;
	}
	.openmenuchecker {
		box-shadow: inset 0 0 0 60px #d2d1d0;
		left: 0px;
		top: 0
	}
	.navmenuchecker::before, .navmenuchecker::after {
		position: absolute;
		display: block;
		content: "";
		width: 30px;
		height: 5px;
		background: #000;
		transition: 0.5s
	}
	.navmenuchecker::after {
		bottom: 0px
	}
	.openmenuchecker::before {
		top: 10px;
		transform: rotate(45deg)
	}
	.openmenuchecker::after {
		bottom: 10px;
		transform: rotate(-45deg)
	}
	#main_menu .menu_main {
		position: absolute;
		left: 0;
		top: 0;
		margin: 0;
		padding: 85px 40px 20px;
		height: auto;
		width: 310px;
		left: -100%;
		visibility: hidden;
		transition: 0.5s
	}
	#main_menu .openmenu {
		margin: 0;
		background: #e6e6e4;
		left: 0;
		visibility: visible
	}
	#main_menu li {
		float: none;
		display: block;
		width: 100%
	}
	#main_menu .openmenu li a {
		color: #000;
		background: none !important;
		padding-left: 0;
		padding-right: 0
	}
	.openmenu li:hover a, .openmenu li.active a {
		color: #d2b46f !important
	}
	#main_menu .menu_main>li {
		height: auto
	}
	#main_menu .menu_main>li>ul {
		background: #e6e6e4;
		position: relative;
		top: 0
	}
	.openmenu li li:hover a, .openmenu li li.active a {
		color: #000 !important
	}
}
@media (max-width:960px) {
	{
		.logomod a {
			margin: 0 auto
		}
	}
	.contImg {
		display: none
	}
	.addressRow .map {
		width: 100%
	}
	.categorymod span, .product_link {
		font-size: 20px
	}
	#header {
		padding-bottom: 20px
	}
	.contactheader, .logomod, .emailmod, .phonemod {
		text-align: center;
		margin-top: 0
	}
	.contactheader, .emailmod, .phonemod {
		width: 33% !important
	}
	.logomod {
		order: -1
	}
	.jshop.list_product .row-fluid {
		display: block;
		height: auto
	}
	.jshop.list_product .row-fluid>div {
		width: 50%;
		display: inline-block;
		float: left;
		height: 520px
	}
	div.notstandart {
		margin-left: 25px
	}
}
.jshop.list_product .row-fluid:last-child {
	margin-bottom: 40px
}
@media (max-width:750px) {
	{
		.logomod a {
			margin: 0 auto
		}
	}
	h1, .mainpage h1 {
		font-size: 34px
	}
	h2 {
		font-size: 32px
	}
	h3 {
		font-size: 30px
	}
	h4 {
		font-size: 28px
	}
	h5 {
		font-size: 26px
	}
	h6 {
		font-size: 24px
	}
	.maintextmod {
		column-count: auto
	}
	.mainpage h1 {
		line-height: 1
	}
	.newswrapper {
		width: 100% !important
	}
	.newsflash_img {
		text-align: center
	}
	.categorymod span, .product_link {
		font-size: 14px
	}
	.cont_map_wr {
		display: block
	}
	.cont_map_wr img {
		width: auto !important;
		max-width: 100%;
		display: block;
		margin: 0 auto 20px
	}
	.cont_map_wr>ymaps {
		width: 100% !important
	}
	.row-fluid .col-md-6 {
		width: 100%
	}
	.item-image {
		text-align: center
	}
	.span4.image_middle {
		display: flex;
		flex-direction: column
	}
	.jshop_img_description {
		width: 100%;
		float: none;
		order: 2
	}
	.jshop_img_description #list_product_image_thumb {
		width: 100%;
		display: flex;
		flex-direction: row;
		margin-top: 20px;
		flex-wrap: wrap;
		align-items: flex-start
	}
	.jshop_img_description .dopphotowr {
		width: 30%;
		min-width: 50px;
		margin: 0 auto 10px
	}
	#list_product_image_middle, .row-fluid.jshop, .characterswrapper, .itemreviewwraper, .hiddencol~.col-md-5 {
		width: 100% !important;
		display: block;
		float: none !important
	}
	.reviewchecker {
		margin: 20px auto
	}
	.block_product .joomshop_list_view {
		display: block
	}
	.block_product, .latest_products .block_item, .latest_products .block_item {
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 15px
	}
	.latest_products .block_item, .latest_products .block_item {
		margin: 0 auto;
		border: none !important;
		box-shadow: none !important
	}
	#footermod>div {
		width: 100%
	}
	#footermod>.col-md-4>div {
		width: 33%;
		clear: none;
		float: left
	}
}
@media (max-width:560px) {
	.logomod a {
		margin: 0 auto
	}
	.jq-selectbox__select-text.placeholder {
		max-width: 100%;
		padding: 0 5px
	}
	.filtermod .sf_container {
		padding: 15px 10px !important
	}
	.infoinshop {
		padding: 20px 15px 15px;
		text-align: center;
		overflow: hidden
	}
	.addressmod {
		display: block;
		width: 100% !important
	}
	.infoinshop ul {
	}
	.infoinshop::before {
		margin: 0 20px 10px -23px;
		position: relative;
		left: -1px;
		top: -21px;
		float: left;
		border-radius: 36%/67%
	}
	.infoinshop span {
		font-size: 18px;
		text-align: left
	}
	#footermod>.col-md-4>div {
		width: 50%;
		margin: 0
	}
	#footermod>.col-md-4>div div {
		width: 100%;
		margin-bottom: 20px
	}
	.block_product:hover {
		box-shadow: none
	}
	.block_product {
		border: 1px solid #ccc
	}
	.block_product:hover {
		padding-bottom: 0
	}
	.jshop.list_product .row-fluid>div {
		height: auto;
		margin-bottom: 30px
	}
	.block_product:hover .oiproduct {
		display: block
	}
	.oiproduct {
		padding-bottom: 20px
	}
	#header {
		padding: 0 0 20px
	}
	#footermod, html[xmlns] .footer .row, .customcategorymod {
		display: block
	}
	.footerlogo, .footer_right {
		display: none
	}
	#header .emailmod, #header .phonemod {
		width: 100% !important;
		clear: both;
		text-align: center;
		float: none
	}
	#header .emailmod, #header .phonemod, .contactheader {
		margin: 5px auto
	}
	.logomod, .phonemod {
		padding: 0 !important
	}
	.logomod img {
		float: left;
		display: inline-block;
		margin: 0
	}
	.contactheader, .contactheader a, .contactheader i {
		font-size: 18px
	}
	.jshop_list_category {
		display: block
	}
	.rubriki-kataloga {
		display: block
	}
	.categorymod p {
		margin: 0
	}
	.categorymod p, .jshop_list_category .row-fluid, .popupcall, .reviewchecker {
		width: 100%
	}
	.categorymod span {
		font-size: 20px
	}
	.footmod.module {
		width: 40%;
		margin: 0 5% 35px;
		text-align: center
	}
	.customcatfootmod, .custominfofootmod {
		width: 100%
	}
	.footmod.module:first-child {
		margin-left: 0
	}
	.footmod.module:last-child {
		margin-right: 0
	}
	.contfootmod {
		clear: both
	}
	.customcontfootmod {
		column-count: auto
	}
	.contfootmodtitle {
		text-align: center
	}
	.customcontfootmod {
		display: table;
		margin: 0 auto;
		text-align: center
	}
	.zmit, .copyright {
		display: table;
		margin: 0 auto;
		width: auto !important;
		float: none !important
	}
	.zmit {
		margin-bottom: 10px;
		padding-top: 20px
	}
	.sf_inline .sf_block {
		width: 100% !important
	}
	.sf_buttons input[type="submit"], .sf_buttons input[type="reset"] {
		margin: 0 !important
	}
	.sf_block_params{
	    padding: 0 !important;
	}
	.jq-selectbox, .jq-selectbox__select {
		width: 100% !important;
		max-width: 100% !important
	}
}
@media (max-width:480px) {
	{
		.logomod a {
			margin: 0 auto
		}
	}
	#footermod>.col-md-4>div, .customcontfootmod .col-md-6 {
		width: 100%
	}
	h1, .mainpage h1 {
		font-size: 32px
	}
	h2 {
		font-size: 30px
	}
	h3 {
		font-size: 28px
	}
	h4 {
		font-size: 26px
	}
	h5 {
		font-size: 24px
	}
	h6 {
		font-size: 22px
	}
	#main_menu .menu_main {
		width: 100%
	}
	.jshop.list_product .row-fluid>div {
		width: 100%;
		float: none;
		clear: both
	}
	.white-popup-block {
		padding: 40px 15px 50px
	}
	.block_product {
		margin: 0 0
	}
	#header {
		height: auto
	}
	#header .container {
		display: block
	}
	#header .container>div {
		margin: 10px 0
	}
	.logomod a {
		display: block
	}
}

@media (min-width:360px) and (max-width: 960px) {
    .jshop.list_product .row-fluid>div{
        width: calc(50% - 1px);
    }
    .jshop.list_product .row-fluid{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .jshop.list_product .row-fluid>div .block_product{
        padding: 5px 0;
    }
}
.filtermod .sf_container, .filtermod #sort_count, .sf_block:hover {
	background: none !important
}
.filtermod .sf_container {
	border: 1px solid #d2b46f;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 30px 35px
}
.sf_block_params label.images {
	height: 45px;
	width: 45px;
	position: relative;
	transition: all 0.25s
}
.sf_block_params label.images.active {
	box-shadow: inset 0 0 0 2px #d2b46f !important;
	opacity: 0.5;
	transform: rotate(90deg)
}
label.images::after {
	position: absolute;
	display: block;
	content: "✓";
	font-size: 160px;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	left: 0;
	top: 0;
	transition: 0.25s;
	transform: rotate(-90deg)
}
label.images.active::after {
	visibility: visible;
	opacity: 1;
	font-size: 30px
}
.sf_buttons input[type="submit"], .sf_buttons input[type="reset"] {
	-moz-border-radius: 0;
	border-radius: 0;
	background: #d2b46f;
	color: #fff;
	border: none;
	width: 100px;
	margin: 0 10px
}
.sf_buttons input[type="submit"]:hover, .sf_buttons input[type="reset"]:hover {
	background: #fff;
	outline: 1px solid #d2b46f;
	color: #d2b46f
}
.sf_ctrl {
	display: none
}
.sf_block_header {
	padding-left: 12px !important
}
.sf_buttons {
	text-align: right !important
}
.jq-selectbox__select {
	-moz-border-radius: 0 !important;
	border-radius: 0 !important
}
.jq-selectbox__trigger {
	border-left: none !important
}
.jq-selectbox__select {
	border-color: #ccc !important;
	background: #fff !important;
	width: 200px;
	max-width: 100%;
	box-shadow: none !important;
}
.onlytwophoto {
	justify-content: flex-start !important
}
.onlytwophoto>div {
	margin-bottom: 27px;
	min-width: 150px;
	margin-right: 27px
}
.dopphotowr {
	margin-right: 27px;
	min-width: 150px
}
.dopphotowr:last-of-type {
	margin-bottom: 0 !important
}
span.extra_fields_name {
	font-weight: bold
}
.logomod a {
	display: table;
	margin: 0 auto
}
.sf_block_params label.images {
	overflow: visible;
	position: relative
}
.sf_block_params label.images::before {
	position: absolute;
	content: attr(title);
	font-size: 15px;
	color: #fff;
	display: block;
	visibility: hidden;
	background: #000;
	padding: 5px 10px;
	top: 100%;
	white-space: nowrap;
	transition: transform 0.25s
}
.sf_block_params label.images:hover {
	z-index: 1
}
.sf_block_params label.images:hover::before {
	visibility: visible
}
.sf_block_params label.images.active::before {
	transform: rotate(-90deg)
}
#Go_Top {
	position: fixed;
	bottom: 60px;
	right: 10px;
	cursor: pointer;
	z-index: 40
}
#list_product_image_middle, .image_block {
	position: relative
}
.product_label {
	position: absolute;
	right: 1px;
	top: 1px;
	z-index: 1
}
.product_label img {
	display: block
}
#list_product_image_middle .product_label {
	overflow: hidden;
	z-index: 10
}
.image_block .product_label {
	overflow: hidden
}
@media (min-width:1025px) {
	{
		.logomod a {
			margin: 0 auto
		}
	}
	.mainmenuwrapper, .mainmenu {
		position: relative !important
	}
	#top {
		margin-top: 0 !important
	}
	.module_search {
		position: absolute !important
	}
}
.jshop div.ias_trigger a, .button-back a {
	background: #d2b46f;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 12px 20px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #d2b46f;
	font-weight: bold
}
.jshop div.ias_trigger a:hover, .button-back a:hover {
	background: #fff;
	color: #d2b46f
}
.ias_loader img {
	margin: 0 auto;
	display: table
}
.button-back a {
	display: table;
	margin: 0 0 15px
}
#modal .fl_wrap.fl_wrap_textarea, .pagenavcounter {
	display: none
}
.emailmod i:nth-of-type(2) {
	margin: 0 7px 0 2px
}
.button-back {
	margin-bottom: 30px
}
.button-back a {
	position: relative;
	padding-left: 40px
}
.button-back a::before {
	position: absolute;
	display: block;
	content: "\e801";
	font-family: 'fontello', sans-serif;
	font-size: 20px;
	left: 10px;
	top: 7px;
	transform: scale(-1, 1)
}
.parent>a {
	position: relative
}
.parent>a::after {
	position: absolute;
	display: block;
	content: "\e806";
	font-family: 'fontello', sans-serif;
	right: 12px;
	top: 35%;
	transform: rotate(90deg)
}
button.mfp-close, button.mfp-arrow {
	color: #000
}
.mfp-fade.mfp-bg {
	opacity: 0;
	transition: all 0.15s ease-out;
	transform: scale(1.3)
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
	transform: scale(1)
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
	transform: scale(1.3)
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.15s ease-out;
	transform: scale(1.3)
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	transform: scale(1)
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	transform: scale(1.3)
}
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80)
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}
.mfp-align-top .mfp-container:before {
	display: none
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto
}
.mfp-ajax-cur {
	cursor: progress
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out
}
.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
	cursor: auto
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	user-select: none
}
.mfp-loading.mfp-figure {
	display: none
}
.mfp-hide {
	display: none !important
}
.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}
.mfp-preloader a {
	color: #CCC
}
.mfp-preloader a:hover {
	color: #FFF
}
.mfp-s-ready .mfp-preloader {
	display: none
}
.mfp-s-error .mfp-content {
	display: none
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none
}
button::-moz-focus-inner {
	padding: 0;
	border: 0
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100)
}
.mfp-close:active {
	top: 1px
}
.mfp-close-btn-in .mfp-close {
	color: #333
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.mfp-arrow:active {
	margin-top: -54px
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100)
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7
}
.mfp-arrow-left {
	left: 0
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F
}
.mfp-arrow-right {
	right: 0
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}
.mfp-iframe-holder .mfp-close {
	top: -40px
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}
.mfp-figure {
	line-height: 0
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px
}
.mfp-figure figure {
	margin: 0
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px
}
.mfp-image-holder .mfp-content {
	max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}
@media all and (max-width:900px) {
	.mfp-arrow {
		transform: scale(0.75)
	}
	.mfp-arrow-left {
		transform-origin: 0
	}
	.mfp-arrow-right {
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}
.mfp-ie7 .mfp-img {
	padding: 0
}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px
}
.mfp-ie7 .mfp-container {
	padding: 0
}
.mfp-ie7 .mfp-content {
	padding-top: 44px
}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	transition: height 500ms ease-in-out
}
.owl-carousel .owl-item {
	float: left
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer
}
.owl-controls {
	user-select: none
}
.grabbing {
	cursor: url(grabbing.png) 8 8, move
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden
}
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center
}
.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	opacity: 0.5
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-moz-border-radius: 30px;
	border-radius: 30px
}
.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
.zoom-anim-dialog>span {
	font-size: 22px;
	text-align: center;
	display: block
}
ul.pager {
	max-width: 100%;
	display: flex !important;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: center;
	flex-wrap: wrap
}
.pager li {
	border: 1px solid #da9f5e;
	margin: 0 10px 10px
}
.pager li.disabled {
	display: none
}
.pager a {
	width: 44px;
	height: 44px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center
}
.pager .active a, .pager a:hover {
	background: #da9f5e;
	color: #fff
}
.contactheader {
	display: none
}
@media (min-width:961px) {
	.contactheader {
		display: block
	}
}
@media (max-width:960px) {
	.logomod a {
		padding-bottom: 0
	}
}
.md input, .oiproduct input {
	display: none
}
.oiproduct .radio_attr_label img, .md .radio_attr_label img {
	border-radius: 100%;
	width: 30px;
	height: 30px
}
.oiproduct .jshop_prod_attributes, .md.jshop_prod_attributes {
	margin-bottom: 10px
}
.md .input_type_radio:last-child {
	margin-right: 0
}
.image_block {
	display: flex;
	max-height: 100%;
	flex-grow: 1;
	height: 100%
}
.image_block a {
	width: 100%
}
.jshop_img {
	max-height: 100%
}
#header .container {
	position: relative
}
.module_search {
	width: 265px;
	margin: 0;
	position: absolute;
	right: 0;
	top: 5px;
	height: 100%
}
.module_search .search {
}
#selectedcategory {
	top: 3px !important;
	left: 3px
}
#search-categorys {
	margin-top: 5px !important;
	width: 226px
}
.search form {
	position: relative
}
.mainmenu_search {
	position: relative;
	height: 35px;
	margin-top: 10px
}
@media (min-width:1140px) {
	.logomod {
		width: 227px
	}
	.mainmenu_search {
		top: 106px
	}
	.mainmenu_search {
		top: 106px;
		position: absolute;
		right: 15px;
		width: 900px;
		height: 50px;
		margin: 0
	}
	.module_search {
		margin: 0;
		width: 253px
	}
	.logomod a {
		margin: 0 auto
	}
	#search-categorys {
		width: 201px
	}
}
@media (max-width:1024px) {
	.mainmenu {
		height: 35px;
		margin: 0
	}
	.module_search {
		position: absolute;
		right: 0;
		top: 0;
		margin: 0;
		width: 240px
	}
}
@media (max-width:960px) {
	.module_search {
		width: 240px
	}
	.logomod a {
		margin: 0 auto
	}
	.logomod img {
		display: inline;
		margin: 0px 0 0 5px
	}
}
@media (max-width:580px) {
	.mainmenu_search {
		position: relative;
		height: 35px
	}
}
.search .inputbox {
	border: 1px solid #d7b65d;
	padding: 9px 5px;
	border-radius: 2px;
	padding-left: 50px;
	width: 86%;
	-webkit-appearance: none;
	appearance: none;
}
.search_module {
	overflow: initial !important
}
#selectedcategory[style="display: none;"]+input {
	padding-left: 10px
}
#search-categorys {
	position: absolute;
	border-right: 2px;
	background: #fff;
	box-shadow: 0px 3px 10px #ddd;
	display: none;
	z-index: 9999;
	margin-top: 25px;
	width: 214px
}
.nvg-visible {
	display: block !important
}
.search-category {
	display: flex;
	align-items: center;
	padding: 5px 5px;
	font: 14px 'PT Sans', sans-serif
}
.nvg-radio {
	display: none
}
.nvg-categ-img {
	height: 30px;
	margin-right: 10px
}
#selectedcategory {
	position: absolute;
	background: #dcdbd8;
	border-radius: 2px;
	padding-right: 2px
}
.search .close {
	margin-top: 4px
}
#selectedcategory .nvg-categ-img {
	padding: 2px;
	margin: 0;
	height: 26px
}
.search-category:hover {
	background: #dcdbd8
}
.categ-3 .nvg-categ-img {
	margin-left: 5px;
	margin-right: 5px
}
span.title_category {
	font: bold 12px 'PT Sans', sans-serif;
	color: #333;
	padding: 6px 12px;
	border-bottom: 1px solid #ddd;
	display: block;
	letter-spacing: 0.4px
}
@media (max-width:1140px) {
	#modal2 .custom {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		height: 100%
	}
	.table-img {
		width: 100%
	}
	.table-img img {
		margin: 0 auto;
		display: block
	}
	.table-size {
		width: 100%;
		max-width: 774px;
		margin-bottom: 5px
	}
	.t-size {
		overflow-x: auto;
		width: 100%;
		display: block;
		margin: 10px 0
	}
	.table-size span {
		margin: 20px
	}
	.t-size tbody::after {
		left: 600px
	}
	.t-size tbody::before {
		left: 85px
	}
}
@media (min-width:785px) and (max-width:1140px) {
	.mfp-close {
		right: 50%;
		margin-right: -390px
	}
	.t-size td {
		padding: 10px 19px
	}
	.t-size tbody::after {
		left: 640px
	}
	.t-size tbody::before {
		left: 105px
	}
}
.old_price {
	font-size: 24px;
	color: #595454;
	text-decoration: line-through
}
.prod_pricewrapper {
	display: table;
	padding-right: 40px;
	position: relative
}
.prod_price {
	font-size: 48px
}
.prod_price__note {
	display: block;
	margin-top: -7px;
	font-style: normal;
	font-size: 18px
}
.prod_price__info {
	position: absolute;
	right: 0;
	top: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: normal;
	font-size: 18px;
	color: #ccc;
	width: 25px;
	height: 25px;
	border: 1px solid #ccc;
	border-radius: 100%
}
.prod_price__info:hover::before {
	position: absolute;
	right: calc(100% + 10px);
	top: 50%;
	transform: translateY(-50%);
	content: 'Цена не включает фурнитуру';
	font-size: 14px;
	border: 1px solid #efefef;
	box-shadow: 0px 0px 4.5px 0.5px rgba(0, 0, 0, 0.1);
	color: #000;
	width: 200px;
	height: 32px;
	padding: 7px 0;
	text-align: center;
	z-index: 1;
	background: #fff;
}
.list-price {
	margin: 5px 0;
	display: flex;
	align-items: flex-end;
	justify-content: center
}
.jshop_prod_attributes.md {
	text-align: center
}
.list-price .old_price {
	font-size: 16px;
	margin-bottom: 3px
}
.list-price .jshop_price {
	margin-left: 5px;
	font-size: 24px
}
.block_product {
	position: relative
}
a.sppb-btn-readmore-product {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-radius: 0;
	margin-bottom: 0;
	border: none;
	border-top: 1px solid #c1bebe;
	padding: 11px 0 10px
}
.jshop_list_product .image_block .product_label {
	right: -30px;
	top: -30px;
	display: none
}
.latest_products .product_label {
	right: 0;
	top: 0
}
.jshop_list_product .block_product:hover .image_block .product_label {
	display: block
}
.jshop_list_product .jshop_price:only-child {
	margin: 0 auto
}
.latest_products .block_item:hover .product_label {
	display: block
}
.latest_products .block_item:hover {
	position: relative
}
.newsslidermod .block_item, .latest_products .block_item {
	padding-bottom: 35px
}
.latest_products .name:last-child {
	margin-bottom: 10px
}
.new-slider.module p img{
  max-height: initial;
}

@media (min-width:750px) {
	.new-slider.module {
		margin-top: 40px
	}
	.new-slider.module img {
		max-width: 100%
	}
}
.newFooter {
    margin-top: 195px;
	background: #292828
}
.newFooter__info {
	max-width: 1170px;
	margin: 0 auto;
	padding: 30px 15px 75px
}
.newFooter__list {
	margin: 0;
	padding: 0;
	list-style: none
}
.newFooter__logo {
	margin-bottom: 45px
}
.newFooter__menu a, .newFooter__contacts a {
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	font-family: 'PT Sans', Arial, sans-serif
}
.newFooter__menu a:hover, .newFooter__contacts a:hover, .newFooter__menu a:focus, .newFooter__contacts a:focus {
	text-decoration: underline
}
.newFooter__contacts {
	margin-top: 45px
}
.newFooter__contacts a::after {
	content: '';
	display: inline-block;
	margin-left: 5px;
	width: 10px;
	height: 11px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAALCAYAAABGbhwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3Yjc4YmU4NS1mNzU1LTExNGMtODJmNi0zNTA0NDIzODUwNTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjMwMTk2N0Q3N0Y4MTFFQUJCODNFOTQyMUUxRjQxMEIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjMwMTk2N0M3N0Y4MTFFQUJCODNFOTQyMUUxRjQxMEIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OGUyYTRmN2QtM2M3MS1jOTQ0LWI0NmQtYmIyYmE3NmEyNTM0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjdiNzhiZTg1LWY3NTUtMTE0Yy04MmY2LTM1MDQ0MjM4NTA1OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvrMIMMAAABcSURBVHjaYmxqbGRAAsJAHMuACSxZ0ATeAvEENLFKIOZmYcAPQIr2ATE7ExGKToI4TMQowqUQQxE2hVgVAcEOJiIUgcAJJiIUwa0mqAgEQOG4BohvEwhPBoAAAwCnmBaP76qOggAAAABJRU5ErkJggg==)
}
.newFooter__addresses {
	margin-top: 40px
}
.newFooter__addresses li, .newFooter__addresses p {
	font-size: 18px
}
.newFooter__addresses li {
	margin: 20px 0
}
.newFooter__addresses p {
	margin: 0
}
.newFooter__addresses p, .newFooter__addresses a {
	text-decoration: none;
	color: #818080
}
.newFooter__addresses b {
	font-weight: normal;
	color: #fff
}
.newFooter__addresses i {
	font-family: 'fontello';
	font-style: normal;
	margin-right: 2px;
	font-size: 12px
}
.newFooter__addresses a:hover, .newFooter__addresses a:focus {
	text-decoration: underline
}
@media (min-width:720px) {
	.newFooter__info {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start
	}
	.newFooter__logo {
		margin: 20px 35px 0 0
	}
	.newFooter__wrap {
		display: flex
	}
	.newFooter__contacts {
		margin: 0 0 0 35px
	}
	.newFooter__addresses {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}
	.newFooter__addresses li {
		width: 30%
	}
}
@media (min-width:1024px) {
    .newHeader__container{
        position: relative;
    }
    .navmenuchecker, .newHeader__menuChecker, .newHeader__mobileLogo, .newHeader__menuCheckerClose, .newHeader__mobilePhone, .newHeader__searchCheckerMobile{
        display: none;
    }
	.newFooter__info {
		flex-wrap: nowrap
	}
	.newFooter__addresses {
		width: 640px;
		justify-content: flex-start;
		margin-top: -8px
	}
	.newFooter__addresses li {
		width: 320px
	}
	.newFooter__wrap {
		display: block;
		margin: 0 90px 0 auto
	}
	.newFooter__logo {
		margin-right: 0
	}
	.newFooter__contacts {
		margin: 35px 0 0
	}
	.newFooter__addresses b {
		margin-left: 18px
	}
}
.addressRow:first-of-type {
	margin-top: 35px
}
.menu_main {
	margin: 0;
	padding: 0;
	list-style: none
}
.newHeader__nav a, .newHeader__phone a {
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 20px;
	color: #000;
	text-decoration: none
}
.newHeader__nav .current a {
	font-weight: bold
}
.newHeader__nav a:hover, .newHeader__nav a:focus, .newHeader__phone a:hover, .newHeader__phone a:focus {
	text-decoration: underline
}
.newHeader {
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
	position: relative
}
.newHeader__container {
	display: flex;
	align-items: flex-end
}
.menu_main {
	display: flex
}
.menu_main li {
	margin: 0 0 0 25px
}
.newHeader__phone {
	margin-left: 60px
}
.logomod a {
	margin-bottom: -4px
}
.logomod img {
	margin: 0
}
.module_search {
	height: auto;
	display: none;
	position: absolute;
	right: 10px;
	top: 20px;
}
.module_search--visible{
    display: block;
}
.newHeader__searchChecker {
	padding: 0;
	margin: 0 0 3px auto;
	border: none;
	background: none
}
.newHeader__searchChecker::before {
	content: "\e803";
	font: 20px 'fontello'
}
@media (max-width:1130px) {
	.logomod img {
		width: 150px
	}
}




@media (max-width:1023px) {
.logomod{
    margin-bottom: 30px;
}
.newHeader{
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newHeader__menuChecker{
    border: none;
    padding: 0;
    background: none;
}
.newHeader__container{
    position: absolute;
    display: none;
    flex-direction: column;
    width: 100%;
    left: 0;
    top: 0;
    padding: 15px !important;
    background: #2d2c2c;
    z-index: 20;
}
.newHeader__container--visible{
    display: flex;
}
.newHeader__container > * {
    width: 100%;
}
.logomod {
    order: -2;
}
.logomod a{
    margin: 0 0;
}
.module_search{
    position: static !important;
    order: -1;
    display: block;
}
.search .inputbox{
    width: 100%;
}
.menu_main{
    display: block;
}
.newHeader__nav a, .newHeader__phone a{
    color: #fff;
}
.menu_main li{
    margin: 20px 0;
}
.newHeader__phone{
    margin: 25px 0;
    padding: 25px 0;
    border-top: 1px solid #ccc;
}
.newHeader__searchChecker{
    display: none;
}
.newHeader__menuCheckerClose{
    position: absolute;
    right: 15px;
    top: 20px;
    width: auto;
    border: none;
    padding: 0;
    background: none;
}
.newHeader__menuCheckerClose svg{
    fill: #fff;
}
.newHeader__mobileLogo img{
    width: 150px;
}

}


.navmenuchecker{
    display: none !important;
}
.newHeader__mobilePhone{
    margin-right: 20px;
}
.newHeader__searchCheckerMobile{
    margin-left: auto;
    margin-right: 20px;
    border: none;
    padding: 0;
    background: none;
}

.relatedListHeader{
    font-size: 15px;
    font-weight: bold;
    font-family: 'PT Sans', Arial, sans-serif;
}
.relatedType{
    font-weight: normal;
    font-size: 15px;
    color: #595454;
    font-family: 'PT Sans', Arial, sans-serif;
    text-align: center;
    display: block;
}
.relatedList{
    display: flex;
    margin-bottom: 15px;
    border-top: 1px dotted #bcbbb8;
    padding-top: 3px;
}
.relatedList .product{
    width: 95px;
    margin-right: 10px;
}

.sf_reset{
    display: none;
}

:root input.sf_submit{
    height: 52px;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    appearance: none;
}
.sf_buttons input[type="submit"]:hover, .sf_buttons input[type="reset"]:hover{
    outline: none;
    color: #fff;
    background: #ccc;
}

@media (min-width: 720px){

.filterCheckerMobile{
    display: none;
}

.sf_block_header{
    padding: 0 0 10px !important;
}
.sf_block_params{
    padding: 0 !important;
}
.jq-selectbox, .jq-selectbox__select{
    width: 100%;
}
.sf_block .jq-selectbox__select{
    border-right: none !important;
}
.filtermod .sf_container{
    padding: 0;
    border: none;
}
.sf_form{
    display: flex;
    align-items: flex-end;
}
.sf_buttons{
    display: flex;
    margin: 0 !important;
    flex-grow: 1;
}
.jq-selectbox__select{
    height: 52px !important;
    padding-top: 10px !important;
}
.jq-selectbox__trigger-arrow{
    top: 22px !important;
}
.sf_buttons, :root .sf_inline .sf_block{
    width: 16.6666%;
    flex-shrink: 0;
    flex-grow: 1;
}

.sf_block_header{
    position: absolute !important;
    z-index: 101;
    left: 1px;
    top: 1px;
    width: calc(100% - 22px);
    height: calc(100% - 2px);
    padding: 20px 10px !important;
    background: #fff;
    pointer-events: none;
}
.sf_block_title{
    font-size: 16px;
    font-family: 'PT Sans', Arial, sans-serif;
}
.jq-selectbox.changed{
    z-index: 102 !important;
}

}

@media (max-width: 719px){
    
.sf_wrapper{
    position: fixed !important;
    right: 0;
    top: 0;
    background: #fff !important;
    width: calc(100% - 40px);
    height: 100%;
    overflow-y: auto !important;
    padding: 25px 25px 0;
    border: none;
    display: none !important;
}
:root input.sf_submit{
    width: calc(100% + 50px);
    margin-left: -25px !important;
}
.sf_container.sf_inline{
    padding: 0 !important;
}
.sf_wrapper--visible{
    display: block !important;
    z-index: 100 !important;
}
.sf_container.sf_inline{
    padding: 0;
    border: none;
}
.sf_inline .sf_block{
    width: 100% !important;
    margin-bottom: -1px;
}
:root .sf_block_title{
    font-size: 18px;
}
.sf_block_header{
    position: absolute !important;
    z-index: 101;
    left: 1px;
    top: 1px;
    width: calc(100% - 30px);
    height: calc(100% - 2px);
    padding: 25px 30px !important;
    background: #fff;
    pointer-events: none;
}
.jq-selectbox, .jq-selectbox__select{
    display: block;
    width: 100%;
}
:root .jq-selectbox__select{
    height: 60px;
    padding: 15px 45px 20px 30px;
}
:root .jq-selectbox__trigger-arrow{
    top: 26px;
}
:root .sf_block_params{
    padding: 0;
}
.jq-selectbox.jqselect.dropdown.opened{
    z-index: 1000 !important;
}
.jq-selectbox.changed{
    z-index: 102 !important;
}
.top_content{
    position: relative;
    z-index: 1;
}
.filterCheckerMobile--activated::before, .jq-selectbox.opened::before{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 40px;
    background: rgba(0,0,0,0.3);
    content: '';
    z-index: 10;
}
.filterCheckerMobile{
    border: 1px solid #ccc;
    width: 100%;
    background: #fff;
    font-size: 20px;
    font-family: 'PT Sans', Arial, sans-serif;
    color: #000;
    padding: 16px 0;
}
.filterCheckerMobile--changed{
    font-weight: bold;
}
.filterCheckerMobile:focus{
    outline: none;
}
.filterCheckerMobile--activated::after, .jq-selectbox.opened::after{
    position: fixed;
    left: 8px;
    bottom: 8px;
    content: '';
    width: 23px;
    height: 23px;
    background: url('../images/close.svg') center center no-repeat;
    background-size: 100% 100%;
}
.jq-selectbox__dropdown{
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    background: #fff !important;
    width: calc(100% - 40px) !important;
    height: 100% !important;
    margin: 0 !important;
}
.jq-selectbox__dropdown ul{
    
}
:root .jq-selectbox__select-text{
    font-size: 18px;
}
.sf_container.sf_inline{
    min-height: 100%;
    display: flex;
}
.sf_form{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.sf_inline .sf_block{
    height: auto !important;
}
.sf_buttons{
    margin-top: auto !important;
}

}

:root .sf_block_title{
  font-weight: normal;
}
:root .jq-selectbox__select-text{
  font-weight: bold;
}

.socialFloat{
    position: fixed;
    right: 28px;
    bottom: 50px;
    z-index: 10;
}
.socialFloat__main, .socialFloat__btn{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    outline: none;
    transition: .2s;
}
.socialFloat__main{
    width: 60px;
    height: 60px;
    border: none;
    background: #d39327;
    box-shadow: 0px 2px 19px 1px rgba(0, 0, 0, 0.25);
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
}
.socialFloat__btn{
    width: 55px;
    height: 55px;
    overflow: hidden;
    margin-bottom: 5px;
    transform: translateY(65px);
    opacity: 0;
    margin-left: 2.5px;
    visibility: hidden;
    display: none;
}
.socialFloat__btn--wa{
    background: #25d366;
}
.socialFloat--active .socialFloat__btn{
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    display: flex;
}
.socialFloat__btn--inst{
    transition-delay: .1s;
}
.socialFloat__btn--tg{
    transition-delay: .15s;
}
.socialFloat__btn--wa{
    transition-delay: .2s;
}
.socialFloat--active .socialFloat__main{
    background-image: url('../images/close--white.svg');
    background-color: #fff;
}
.socialFloat--active .socialFloat__main img{
    visibility: hidden;
}
.list_product .jshop_img{
    height: 100%;
    object-fit: contain;
}

.jshop_price svg, .old_price svg, #block_price svg{
    margin-left: -5px;
}

.productBtnsWrapper{
    display: flex;
    margin: 20px 0 45px;
    align-items: center;
    justify-content: center;
}
.addToFavourite{
    width: 58px;
    height: 58px;
    transition: .25s;
    flex-shrink: 0;
    background: none;
    z-index: 1;
}
.addToFavourite--product{
    margin-left: 10px;
    border: 1px solid #cccccc;
}
.addToFavourite svg{
    fill: #cccccc;
    transition: .25s;
    pointer-events: none;
}
.addToFavourite:hover, .addToFavourite:focus{
    border-color: #000;
}
.addToFavourite:hover svg, .addToFavourite:focus svg{
    fill: #000;
}
.addToFavourite--active{
    border-color: #d5b36b
}
.addToFavourite--active svg, .addToFavourite--active svg{
    fill: #d5b36b;
}
.addToFavourite--list{
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    display: none;
}
.block_product:hover .addToFavourite--list{
    display: block;
}

.favouritesPage h1{
    text-align: center;
    color: #000;
    margin: 45px 0;
}
.jshop.list_product .row-fluid--favourite{
    flex-wrap: wrap;
    justify-content: flex-start;
    height: auto;
}
.jshop.list_product .row-fluid--favourite .block_product{
    padding-bottom: 10px;
}

.newHeader__favourites{
    margin-left: auto;
    margin-right: 20px;
    position: relative;
}

.newHeader__favourites svg, .newHeader__favourites i{
    transition: .25s;
}
.newHeader__favourites i{
    font-size: 14px;
    font-style: normal;
    color: #000;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(100%);
}
.newHeader__favourites:hover svg, .newHeader__favourites:focus svg{
    fill: #d5b36b;
}
.newHeader__favourites:hover i, .newHeader__favourites:focus i{
    color: #d5b36b;
}

@media (max-width: 374px){
    .newHeader__searchCheckerMobile{
        display: none;
    }
}
@media (min-width: 375px) and (max-width: 1024px){
    .newHeader__searchCheckerMobile{
        margin-left: 0;
    }
}

@media (max-width: 1024px){
    .newHeader__favourites--desktop{
        display: none;
    }
}
@media (min-width: 1024px){
    .newHeader__favourites--mobile{
        display: none;
    }
    .newHeader__searchChecker{
        margin-left: 0;
    }
}

.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all#sf_slider{
    margin-top: 3px;
    margin-bottom: 5px;
}
.sf_block:last-of-type .sf_block_header{
    display: none;
}
.sf_block:last-of-type:not(:nth-child(3)){
    height: 52px;
    border: 1px solid #ccc !important;
    padding: 5px 20px 0;
}
@media (min-width: 720px){
    .sf_block:last-of-type:not(:nth-child(3)){
        border-right: none !important;
    }
}

.notice{
    position: fixed;
    right: 0;
    top: 0;
    padding: 10px;
    background: #d2b46f;
    color: #fff;
    transition: .25s;
    z-index: 1000;
}
.notice--hide{
    right: -200px;
    opacity: 0;
}
.notice + .notice{
    transform: translateY(102%);
}
.notice + .notice + .notice{
    transform: translateY(204%);
}
@media (min-width: 1024px){
  #sf_slider_wrap{
    padding: 0 20px;
  }
  .jq-selectbox__select{
    border-left: none !important;
    border-right: none !important;
  }
}
