/*
--== Base, support, helper, common styles ==--
	*	normalize.css v8.0.1
	*	Helper classes
	*	Print styles
	*	LESS variables & mixins
	*	Common styles
		Form, Table, Lists, Hint, Tabs, Items grid, Sort, View type, Pager, Popup, Exp list
	*	SYSTEM
		Alert
		MediaBox
		Tooltip
		Slider

--== PAGE :: common blocks & indidual content styles ==--
	*	Page (layout)
	*	HEADER
		Header, Logo, Top Menu, phone, headerMember, cityBox, Mobile menu, headerBar, headerSearch
		Catalog Menu
		Cart small (+favSmall)
	*	Footer
	*	Page title (breadcrumbs & page name)
	*	Nav Box
		Callback, meter popup forms
		Popup offers
	*	Home (index) page
	*	Page 404
--== ESHOP CATALOG ==--
	*	Common
	*	Catalog page styles
	*	Filter and search
	*	Products cards
	*	Products slider
	*	Category cards
	*	Product page
		Properties and related products in table view
	*	Related catigories
	*	Collections
	*	Eshop cart
	*	Eshop purchase
--== MODULES ==--
	*	Interiors (intr)
	*	Articles
	*	Info (news => offers)
	*	Actions
	*	Comments
--== Other styles ==--
*/


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}
summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}



/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

/* --== Helper classes ==-- */

.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	white-space: inherit;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.nobr{
	white-space: nowrap;
}
.bold{
	font-weight:bold;
}
.underline{
	text-decoration:underline;
}

/* --== Print styles ==-- */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==============================
!!! VARS !!!
LESS variables & mixins
================================ */
/*	===== Collors ===== */
/*
@textColor: #000;
@textLight: #9c9c9c;
@textLight: #888888;

@lightGrey: #eee;
@darkGrey: #7a7a7a;

@orange: #ff7500;
@orangeXLight: #f8c9b5;
@orangeLight: #fd6627;

@beige: #fbd4a4;
@red: #e10613;
*/


/* --== Common styles ==-- */

html,
body{
    color: #000;
    font-family: 'ProximaNovaWeb', Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    font-size: 14px;
    line-height: 1.55;
}
*{
	outline:none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection {
    background: #fbd4a4;
    text-shadow: none;
}

::selection {
    background: #fbd4a4;
    text-shadow: none;
}
a{
	color:#d86200;
	/* border-bottom: 1px solid #ccc; */
	/* text-decoration: none; */
}
a:visited{
	/* color:#fd6627; */
}
a:hover, a:focus{
	/* border-bottom: 1px solid #000; */
	/* color: #ff7500; */
	text-decoration: none;
}
.link,
a.link{
	color: #000;
	border-bottom: 1px solid #bababa;
	text-decoration: none;
}
.link:hover,.link:focus,.link:active,
a.link:hover,a.link:focus,a.link:active{
	border-bottom: 1px solid #000;
	text-decoration: none;
}
h1 a,
h2 a,
h3 a,
h4 a{
	color: #000;
}
h1{
	font-size:30px;
	font-weight:bold;
	margin:0 0 20px 0;
	line-height:1.4;
}
h2{
	font-size:22px;
	font-weight:bold;
	margin:25px 0 15px 0;
	line-height:1.4;
}
h3{
	font-size:16px;
	margin:25px 0 10px 0;
	line-height:1.4;
}
h4{
	font-weight:bold;
	margin:0 0 7px 0;
	line-height:1.4;
}

p{
	margin:0 0 15px 0;
}
ul,ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ececec;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

img{
	max-width:100%;
	height:auto !important;
}

.onTop{
	margin-top:0;
}
.subtitle{
	font-size:24px;
	margin:25px 0 15px 0;
	line-height:1.4;
}
.subtitle2{
	font-size:24px;
	font-weight:bold;
	margin:25px 0 15px 0;
	line-height:1.4;
}
.subtitle_top{
	margin-top:0;
}


.btn{
    display: inline-block;
    position: relative;
    color: #000;
	font-size:14px;
	background: transparent;
    padding: 12px 30px;
	border: 1px solid #d0d0d0;
	line-height: 1;
	cursor:pointer;
	transition: all 0.2s;
}
.btn,a.btn,.btn:visited,.btn:hover,.btn:focus,.btn:active{
    text-decoration: none;
	color: #000;
}
.btn:hover{
    border-color: #ff7500;
}
.btn:active{
	border-color: #ff7500;
	background: #f4f4f4;
}

.btn_action,
a.btn_action, .btn_action:visited,.btn_action:hover,.btn_action:focus,.btn_action:active{
	color: #fff;
    background: #ff7500;
	border-color:#ff7500;
}
/* .btn_action:focus, */
.btn_action:hover{
    background: #d66403;
	border-color:#d66403;
}
.btn_action:active{
    background: #f87e16;
	border-color:#f87e16;
}
.btn_disabled,
input.btn_disabled,
button.btn_disabled{
	opacity: 0.5;
    cursor: default;
    cursor: not-allowed;
}
.btn_visual{
	border-color: #ff7500;
	font-size: 18px;
}
.btn_visual:hover{
    border-color: #ff7500;
	background: #f4f4f4;
}
.btn_visual:active{
	border-color: #ff7500;
	background: #ff7500;
}

.btn_filter{
	background: #fce5d1;
	border: none;
	line-height: 26px;
	padding: 0 22px;
}
.btn_filter:hover{
	background: #ff7500;
}
.btn_filter:active{
	background: #d66403;
}

.btn_buySmall{
    padding: 5px 7px 5px 5px;
}

.btn_big{
	
}

.btn.favIcon{
	width: 40px;
    height: 40px;
}
.favIcon:before{
	margin:0 auto;
}

.privacyAgreement{
	color: #7a7a7a;
    font-size: 0.9em;
    font-style: italic;
    margin-bottom: 20px;
	max-width: 530px;
}
.privacyAgreement input[type=checkbox] {
    margin-right: 7px;
    position: relative;
    top: 1px;
}
.privacyAgreement a{
    white-space: nowrap;
}

.rknfix{
	background: #eee;
    padding: 0px 35px;
    padding-bottom: 5px;
}


.browserupgrade {
    margin: 0.2em 0;
    background: red;
    color: #fff;
	font-size:1em;
	font-family:arial, sans-serif;
	font-weight:bold;
    padding: 0.5em;
}
.browserupgrade a,
.browserupgrade a:link{
	color:#fff;
	font-style:italic;
}

@media screen and (max-width: 768px){
	h1{
		font-size:28px;
	}
	h2{
		font-size:21px;
	}
	h3{
		font-size:15px;
	}
	.subtitle2{
		font-size:22px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 480px){
	h1{
		font-size:26px;
	}
	h2{
		font-size:20px;
	}
	h3{
		font-size:14px;
	}
	.subtitle2{
		font-size:21px;
		line-height: 1.2;
	}
}



/* *** Form *** */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="submit"],
input[type="button"],
/*select,*/
button,
textarea{
    -webkit-appearance: none;
    -moz-appearance: none;
	border-width:1px;
    /*text-indent: 1px;
    text-overflow: '';*/
}
/*select::-ms-expand {
	display: none;
}*/
input[type="number"]{
    -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    display:none;
	/*height:40px;
	margin-right:-10px;*/
}
.form{}
.eshopOrder__field,
.form__field{
	margin-bottom:20px;
}
.eshopOrder__fieldName,
.form__caption{
	display:inline-block;
	width:195px;
	vertical-align:middle;
}
.form__caption_top{
	vertical-align:top;
	margin-top:10px;
}
.form__btns{
	margin-left:195px;
	margin-bottom:15px;
}
.form__btns:before{
	content:' ';
	display:inline-block;
}

.form__textField,
.form__text,
.form__select,
.form__textarea{
	border:1px solid #d0d0d0;
	width: 335px;
	max-width:100%;
	height:40px;
    padding: 10px;
	line-height:22px;
	vertical-align:middle;
	transition: all 0.2s;
}
.form__textarea{
	height:142px;
}
.form__text:focus,
.form__select:focus,
.form__textarea:focus{
	border-color: #000;
}
.form__radio:not(checked),
.form__radio:checked,
.form__checkbox:not(checked),
.form__checkbox:checked{
	border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.form__radio:checked + .form__label,
.form__checkbox:checked + .form__label,
.form__radio:not(checked) + .form__label,
.form__checkbox:not(checked) + .form__label{
	padding-left: 30px;
	position:relative;
}
.form__radio:checked + .form__label:before,
.form__checkbox:checked + .form__label:before,
.form__radio:not(checked) + .form__label:before,
.form__checkbox:not(checked) + .form__label:before{
	content:'';
	position:absolute;
	top:1px;
	left:0;
	width:12px;
	height:12px;
	box-sizing: border-box;
	border:1px solid #d0d0d0;
	border-radius:50%;
	background: #fff;
	transition: all 0.2s;
}
.form__checkbox:checked + .form__label:before,
.form__checkbox:not(checked) + .form__label:before{
	border-radius:1px;
}
.form__radio:checked + .form__label:before,
.form__checkbox:checked + .form__label:before{
	/* border-color:#ff7500; */
	/* border-color:#000; */
}
.form__radio:checked + .form__label:after{
	content:'';
	position:absolute;
	top:4px;
	left:3px;
	width:6px;
	height:6px;
	box-sizing: border-box;
	border-radius:50%;
	background: #ff7500;
	transition: all 0.2s;
}
.form__checkbox:checked + .form__label:after{
	content:'';
	position:absolute;
	top:1px;
	left:2px;
	width:14px;
	height:10px;
	background: #ff7500;
	/* background:url('/_img/icons.png') -2px -356px no-repeat; */
	background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMy42ODcgMTAiIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMCI+PHBhdGggZD0iTTEzLjYgMS41MzVsLTguNDU1IDguNDFhLjE5Mi4xOTIgMCAwIDEtLjI3MSAwTC4wNTYgNS4xN2EuMTkyLjE5MiAwIDAgMSAwLS4yNzFsMS4xMy0xLjEzYS4xOTIuMTkyIDAgMCAxIC4yNzEgMEw1LjAxIDcuMjI0bDcuMTEtNy4xNjhhLjE5Mi4xOTIgMCAwIDEgLjI3MSAwbDEuMTMgMS4xM2EuMTkyLjE5MiAwIDAgMSAuMDc5LjM1eiIgZmlsbD0iI2VjNmEwMSIvPjwvc3ZnPg==') no-repeat, linear-gradient(transparent, transparent);
	transition: all 0.2s;
}
.form__radio:disabled + .form__label,
.form__checkbox:disabled + .form__label{
	color:#9e9e9e;
}
.form__radio:disabled + .form__label:before,
.form__checkbox:disabled + .form__label:before{
	border-color:#9e9e9e;
}
.form__label{
	margin-right:20px;
	cursor:pointer;
	line-height:1;
	display:inline-block;
}
.form__label_link,
a.form__label_link, a.form__label_link:link, a.form__label_link:hover, a.form__label_link:visited, a.form__label_link:active{
	color: #000;
	text-decoration: none;
}
.form__optionSet{
	display:inline-block;
}
.form__option{
	display:block;
	margin-bottom: 10px;
}
.form__optionsRow .form__option{
	display:inline-block;
}
.form__field_req .form__caption:after,
.form__field_req.form__caption:after,
.form__reqLegend:before{
	content:'*';
	color:#e10613;
	padding-left:5px;
}
.form__reqLegend:before{
	padding:0 5px 0 0;
}
.form__reqLegend{
	color: #9e9e9e;
	margin-bottom:15px;
}
.form__captcha{}
.form__captcha .form__text{
	width: 75px;
    margin-left: 15px;
}

@media screen and (max-width: 640px) {
	.form__caption{
		display:block;
		width:auto;
		margin-bottom: 3px;
	}
	.form__btns{
		margin-left:0;
	}
}



/* *** Table *** */
table.tbl,
.content table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}
/*
.tbl tr:nth-of-type(odd),
.content tr:nth-of-type(odd){
	background: #ececec;
}
*/
.tbl th,
.tbl thead td,
.content th,
.content thead td{
	background: #fbe2cc;
}
.tbl td,
.tbl th,
.content td,
.content th{
	padding: 14px;
	border: 1px solid #e5e5e5;
	border-width:0 0 1px 0;
	text-align: left;
}
.tbl th,
.content th{
	border: none;
}
.tbl tr:hover,
.content tr:hover{
	background: #e5e5e5;
}
.tbl thead tr:hover,
.content thead tr:hover{
	background: none;
}

@media screen and (max-width: 480px){
	.tbl td, .tbl th,
	.content td,
	.content th {
	    padding: 7px;
	}
}



/* *** Lists (ul, ol) *** */
ul.list,
ol.list,
.content ul,
.content ol{
	margin:15px 0;
	padding:0 0 0 22px;
}
ul.list,
.content ul{
     list-style-type:disc;
}
ol.list,
.content ol{
	list-style-type:decimal;
}




/* *** Hint *** */
.hint{
	display: inline-block;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: 1px solid #e84c0a;
    border-radius: 50%;
    background: #fff;
	color:#e84c0a;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
	margin-left:5px;
	cursor:pointer;
	transition: all 0.2s;
}
.hint:hover{
	background:#e84c0a;
	color:#fff;
}



/* *** Tabs *** */
.zTabs__wrapper,
.tabsNav{
	font-size: 0;
	padding-left: 1px;
	display: -webkit-box;
    display: -ms-flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	border-bottom: 1px solid #d0d0d0;
}
.zTabs__tab,
a.zTabs__tab,
.tabNav,
a.tabNav{
	font-size: 14px;
	color: #000;
	text-decoration: none;
	display: inline-block;
	height: 54px;
	width: 235px;
	max-width: 50%;
	padding: 5px 10px;
	text-align: center;
	line-height: 1.3;
	vertical-align: top;
	display: -webkit-box;
    display: -ms-flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	border: 1px solid #d0d0d0;
	background: #f1f1f1;
	margin:0 0 -1px -1px;
	cursor: pointer;
}
.zTabs__tab_active,
.tabNav_act{
	background: #fff;
	border-bottom: none;
}
.zTabs__block{
	max-width: 800px;
	margin:0 auto;
}
.zTabs__block,
.tab,
.tab__header{
	display: none;
}
.zTabs__block_active,
.tab_act{
	display: block;
}
.tab__content{}

.zTabs__pageDelivery .zTabs__wrapper{
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.zTabs__pageInstallation .zTabs__wrapper{
	padding: 0 10px;
}

.zTabs__pageOrder .zTabs__wrapper{
	text-align: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 989px){
	.zTabs__pageDelivery .zTabs__tab{
		width: 30%;
	}
}
@media screen and (max-width: 767px){
	.zTabs__pageInstallation .zTabs__wrapper{
		display: block;
	}
	.zTabs__pageInstallation .zTabs__tab{
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 480px){
	.tab,
	.tab__header{
		display: block;
	}
	.tab__content{
		display: none;
	}
	.tab_act .tab__content{
		display: block;
	}
	.zTabs__pageDelivery .zTabs__tab{

	}
}





/* =========== Items grid =========== */

.grid{
	margin-right:-4%;
	display: -webkit-box;
    display: -ms-flexbox;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.grid__item{
	display: inline-block;
    vertical-align: top;
	width: 25%;
    padding: 4% 4% 0 0;
}
.page_wide .grid__item{
	width: 20%;
}
@media screen and (max-width: 1280px) {
	.grid__item{
		width: 33.33%;
	}
	.page_wide .grid__item{
		width: 25%;
	}
}
@media screen and (max-width: 989px) {

	.page_wide .grid__item{
		width: 33.33%;
	}
}
@media screen and (max-width: 767px) {
	.grid__item,
	.page_wide .grid__item{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.grid__item,
	.page_wide .grid__item{
		width: 100%;
	}
}



/*	--== Sort ==-- */
.sort{
	float: left;
	line-height: 38px;
}
.sort__title{
	display:inline-block;
	white-space: nowrap;
	padding-right: 10px;
	font-weight: bold;
}
.sort__item,
a.sort__item{
	display:inline-block;
	padding-right:15px;
	color:#000;
	text-decoration:none;
	cursor:pointer;
}
.sort__item:hover,
a.sort__item:hover{
	color:#e84c0a;
}
.sort__item_asc,
.sort__item_desc{
	font-weight:bold;
}



/*	--== View type ==-- */
.viewType__pane{}
.viewType__caption{
	display: inline-block;
	line-height: 38px;
	margin-right: 10px;
	vertical-align: top;
}
.viewType__btn{
	display: inline-block;
	border: 1px solid #ddd;
	background: none;
	box-shadow: none;
	padding: 10px;
	cursor: pointer;
}
.viewType__btn:hover, .viewType__btn:active{
	background: #eee;
	border-color: #ff7500;
}
.viewType__btn:before{
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
}
.viewType__btn_list{}
.viewType__btn_cards{
	background: #eee;
}
.viewType_list .viewType__btn_list{
	background: #eee;
}
.viewType_list .viewType__btn_cards{
	background: none;
}



/*	--== Pager ==-- */
.pager{
	font-size:0;
	text-align:left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-left: 1px solid #d0d0d0;
	margin-bottom: 30px;
}
.pager__link,
a.pager__link,
.pager__skip{
	display:inline-block;
	height:40px;
	width:40px;
	line-height:40px;
	text-align:center;
	font-size:14px;
	color:#000;
	text-decoration:none;
	border: 1px solid #d0d0d0;
	border-left: none;
}
.pager__link:hover,
a.pager__link:hover{
	background: #fce5d1;
}
.pager__link_active,
a.pager__link_active,
.pager__link_active:hover,
a.pager__link_active:hover{
	background:#f4f4f4;
	font-weight:bold;
}
.pager__link_prev,
.pager__link_next,
a.pager__link_prev,
a.pager__link_next{
}
.pager__link_prev:before,
.pager__link_next:after{
	content:'';
	display:inline-block;
	width:5px;
	height:9px;
}
.pager__link_prev:before{
	content:'<';
}
.pager__link_next:after{
	content:'>';
}

.pager__skip{

}
@media screen and (max-width: 767px) {
	.pager__link_prev,
	.pager__link_next,
	a.pager__link_prev,
	a.pager__link_next{
		display:none;
	}
}
@media screen and (max-width: 479px) {
	.pager__link_first,
	.pager__link_last,
	a.pager__link_first,
	a.pager__link_last,
	.pager__skip{
		display:none;
	}
}



/* --== Popup ==-- */
.popup {
    background: #fff;
    padding: 50px;
    text-align: left;
    max-width: 700px;
	min-width: 260px;
    margin: 10px auto;
    position: relative;
	box-shadow: 0 0 30px 0 #333;
}
.popupLoading{
	background: url(/_img/loader.gif) 50% 50% no-repeat;
	width: 100%;
	height: 96px;
}
@media screen and (max-width: 767px) {
	.popup {
		padding: 25px;
	}
}
@media screen and (max-width: 480px) {
	.popup {
		padding: 35px 15px 15px 15px;
	}
}



/* --== Expandable list of values (Exp list) ==-- */
.expList_btn{
	font-size: 11px;
	border-bottom: 1px solid #ff7500;
	margin-left: 14px;
	position: relative;
	cursor: pointer;
}
.expList .expList_extra{
	/* display: none; */
	overflow: hidden;
	height: 0;
	margin: 0;
	padding: 0;
	transition: transform 0.3s;
}
.expList_all .expList_extra{
	height: auto;
}




/* --== SYSTEM ==-- */
#stat {display:none;}
#sp {display:none;}

#amiBBEditor{
	display:inline-block;
	max-width:100%;
}
#amiroTEdPureDiv{
	display:none;
}

textarea.inp-h {
  display: none;
}

.status_error {background:#eee; color: #F00000;}
/*.status_notice {color:#000066; font-size:10;}*/
.status_notice {color:#000000; font-size:10;}
.status_normal {color:#000000; font-size:10;}

.AlertWindow, #status_message {
    position:fixed;
    top:200px;
    left:200px;
    padding:20px;
    display:'inline-block';
	background:#eee;
	/*font-size:1.25em;*/
    visibility:hidden;
    /*border:2px #fff solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;*/
    -moz-box-shadow: 0px 0px 10px 3px #ccc;
    -webkit-box-shadow: 0px 0px 10px 3px #ccc;
    box-shadow: 0px 0px 10px 3px #ccc;
    z-index:10000;
}

div.AlertWindow {overflow: hidden; cursor: move;}
div.AlertWindow  .popupClose{
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
div.AlertWindow .popupClose:after{
	content: '\00D7';
	color: #f60;
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	font-family: Arial, Baskerville, monospace;
	position: absolute;
	top: 0;
	right: 0;
	line-height:1;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
}
div.AlertWindow .popupHeader{ display: block; width:100%; height: 0px; }
div.AlertWindow .popupHeaderText {display: none}
div.AlertWindow .popupContent {padding: 0px;}


/* MediaBox control */

.MediaBox_shadow{ position: fixed; display: none; top: 0px; left: 0px; width: 100%; height: 100%; background: #000000; z-index: 100000;  opacity: 0.8;}
* html .MediaBox_shadow{ position: absolute;  opacity: 0.8;}
.MediaBox{ position: fixed;  display: none; background: #fff; z-index: 100001; }
* html .MediaBox{ position: absolute; }
.MediaBox_shadowL, .MediaBox_shadowR, .MediaBox_shadowT, .MediaBox_shadowB, .MediaBox_shadowLT, .MediaBox_shadowRT, .MediaBox_shadowLB, .MediaBox_shadowRB{ position: absolute; overflow: hidden; }
.MediaBox_shadowL, .MediaBox_shadowR{ width: 15px; height: 100%; background: url(/_img/ami_jsapi/shade-v.png) repeat-y; }
.MediaBox_shadowL{ left: -15px; top: 0px; }
.MediaBox_shadowR{ right: -15px; top: 0px; background-position: -15px 0px; }
.MediaBox_shadowT, .MediaBox_shadowB{ width: 100%; height: 15px; background: url(/_img/ami_jsapi/shade-h.png) repeat-x; }
.MediaBox_shadowT{ left: 0px; top: -15px; }
.MediaBox_shadowB{ left: 0px; bottom: -15px; background-position: 0px -15px; }
.MediaBox_shadowLT, .MediaBox_shadowRT, .MediaBox_shadowLB, .MediaBox_shadowRB{ width: 15px; height: 15px; background: url(/_img/ami_jsapi/shade-c.png) no-repeat; }
.MediaBox_shadowLT{ left: -15px; top: -15px; }
.MediaBox_shadowRT{ right: -15px; top: -15px; background-position: -15px 0px; }
.MediaBox_shadowLB{ left: -15px; bottom: -15px; background-position: 0px -15px; }
.MediaBox_shadowRB{ right: -15px; bottom: -15px; background-position: -15px -15px; }
.MediaBox_speckLT{ position: absolute; width: 0px; height: 0px; }
.MediaBox_speckRB{ position: absolute; width: 0px; height: 0px; }
.MediaBox_close{ position: absolute; width: 39px; height: 39px; right: -20px; top: -20px; background: url(/_img/ami_jsapi/close-grey.png); cursor: pointer; }
.MediaBox_loader{ position: absolute; width: 32px; height: 32px; left: 50%; top: 50%; margin: -16px 0px 0px -16px; background: url(/_img/ami_jsapi/loader.gif); }
.MediaBox_container{ margin: 10px 10px; }
/* Black version */
.MediaBoxBlack{ background: #000; }
.MediaBoxBlack .MediaBox_shadowL, .MediaBoxBlack .MediaBox_shadowR{ background-image: url(/_img/ami_jsapi/glass-frame-v.png); }
.MediaBoxBlack .MediaBox_shadowT, .MediaBoxBlack .MediaBox_shadowB{ background-image: url(/_img/ami_jsapi/glass-frame-h.png); }
.MediaBoxBlack .MediaBox_shadowLT, .MediaBoxBlack .MediaBox_shadowRT, .MediaBoxBlack .MediaBox_shadowLB, .MediaBoxBlack .MediaBox_shadowRB{ background-image: url(/_img/ami_jsapi/glass-frame-c.png); }
.MediaBoxBlack .MediaBox_speckLT{ background-image: url(/_img/ami_jsapi/glass-frame-c2lt.png); }
.MediaBoxBlack .MediaBox_speckRB{ background-image: url(/_img/ami_jsapi/glass-frame-c2rb.png); }
.MediaBoxBlack .MediaBox_close{ right: -25px; top: -25px; background-image: url(/_img/ami_jsapi/glass-frame-close.png); }
.MediaBoxBlack .MediaBox_loader{ background-image: url(/_img/ami_jsapi/loader-black.gif); }
.MediaBoxBlack .MediaBox_container{ margin: 0px 0px; }

img[data-ami-mbpopup] { cursor: url(/_img/ami_jsapi/pointer_plus.png), pointer; }
.MediaBox_loader{ position: absolute; width: 32px; height: 32px; left: 50%; top: 50%; margin: -16px 0px 0px -16px; background: url(/_img/ami_jsapi/loader.gif); z-index: 100002; }
.MediaBox_group{
	display:none !important;
	margin: 10px;
	margin-bottom: 0px;
	font-style: italic;
}
.MediaBox_header{ margin: 10px; margin-bottom: 0px; text-align: center; font-weight: bold; }
.MediaBox_url{ margin: 10px; margin-bottom: 0px; text-align: center; }
.MediaBox_description{ padding: 10px; padding-bottom: 0px; }
.MediaBox_imageArea{ position: relative; }
.MediaBox_previous{ position: absolute; left: -28px; top: 50%; width: 32px; height: 63px; margin-top: -32px; background: url(/_img/ami_jsapi/mb-prev.png); cursor: pointer; }
.MediaBox_next{ position: absolute; right: -28px; top: 50%; width: 32px; height: 63px; margin-top: -32px; background: url(/_img/ami_jsapi/mb-next.png); cursor: pointer; }
.MediaBox_container{ position: relative; margin: 10px 10px 0px 10px; text-align: center; }
.MediaBox_zoom{ margin: 10px; margin-bottom: 0px; text-align: right; font-style: italic; }
.MediaBox_zoom a{ font-style: italic; }
#MediaBox_sliderPrevious{ float: left; width: 10px; height: 20px; margin: 40px 0px 0px 10px; background: #00f; cursor: pointer; }
#MediaBox_sliderNext{ float: right; width: 10px; height: 20px; margin: 40px 10px 0px 0px; background: #00f; cursor: pointer; }
.MediaBox .disabled{ background: #ccf !important; cursor: default !important; }
.MediaBox_slider{ position: relative; overflow: hidden; height: 80px; margin: 10px 30px 0px 30px; white-space: nowrap; }
/*.MediaBox_sliderImage{ max-height: 80px; height: expression(this.scrollHeight > 80 ? "80px" : "auto"); cursor: pointer; }*/
.MediaBox_sliderDelimeter{ display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; width: 10px; }
.MediaBox_counter{ margin: 10px; margin-bottom: 0px; text-align: right; font-style: italic; }


/* *** Tooltip *** */
div.AMIToolTip{
	position: absolute;
	padding:9px 15px;
	border: 1px solid #d0d0d0;
	background: #e4e4e4;
	box-shadow: 0 5px 14px 0 #eee;
	color:#000;
	font-size:14px;
	text-align:center;
	z-index:1000;
}


/* --== common Slider (iSlider) ==-- */
.iSlider{
	display: -webkit-box;
    display: -ms-flexbox;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.iSlider.slick-initialized {
    display: block;
}

.iSlider3{
	margin: 0 -15px;
}
.iSlider4,
.iSlider5{
	margin: 0 -10px;
}
.iSlider4 .slick-prev,
.iSlider5 .slick-prev{
	left: -5px;
}
.iSlider4 .slick-next,
.iSlider5 .slick-next{
	right: -5px;
}

.iSlider .iSliderItem{
	display: inline-block;
	vertical-align: top;
	box-sizing: content-box;
	margin: 10px;
}

.iSlider .iSliderItem,
.page_wide .iSlider3 .iSliderItem{
	width: 33%;
	margin: 15px;
}
.iSlider4 .iSliderItem,
.page_wide .iSlider4 .iSliderItem{
	width: 25%;
	margin: 10px;
}
.iSlider5 .iSliderItem,
.page_wide .iSlider5 .iSliderItem{
	width: 20%;
	margin: 10px;
}

@media screen and (max-width: 1280px){
	.iSlider3{
		margin: 0 -10px;
	}
	.iSlider3 .iSliderItem,
	.page_wide .iSlider3 .iSliderItem{
		margin: 10px;
	}
	.iSlider4 .iSliderItem,
	.page_wide .iSlider4 .iSliderItem{
		width: 33%;
	}
}
@media screen and (max-width: 768px){
	.iSlider4 .iSliderItem,
	.page_wide .iSlider4 .iSliderItem{
		width: 50%;
	}
}
@media screen and (max-width: 680px){
	.iSlider4 .slick-prev,
	.iSlider5 .slick-prev{
		left: 0;
	}
	.iSlider4 .slick-next,
	.iSlider5 .slick-next{
		right: 0;
	}
}
@media screen and (max-width: 640px){
	.iSlider3{
		max-width: 480px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 540px){
	.iSlider4{
		max-width: 480px;
		margin: 0 auto;
	}
	.iSlider4 .iSliderItem,
	.page_wide .iSlider4 .iSliderItem{
		width: 100%;
	}
}





/**
*	=========================================================
*	--== PAGE :: common blocks & indidual content styles ==--
*	=========================================================
*/

/**
*	--== Page (layout) ==--
*/
.page_header{
	position: relative;
	z-index: 5;
}
.page_container{
	padding: 0 44px;
    max-width: 1528px;
    margin: 0 auto;
}
.page_title{
	margin:25px 0 0 0;
}
.page_body{
	margin-top:30px;
	display: -webkit-box;
    display: -ms-flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
}
.page_body .page_title{
	margin:0 0 20px 0;
	padding:0;
}
.page_content{
	margin-bottom:30px;
	width:80%;
	min-height:200px;
	min-width: 280px;
	-webkit-order: 2;
	-ms-order: 2;
	order: 2;
}
.page_wide .page_content{
	width:100%;
	margin-top: 30px;
	/* -webkit-order: 1;
	-ms-order: 1;
	order: 1; */
}
.page_body .page_content{
	margin-top: 0;
}
.page_aside{
	width:20%;
	padding-right:30px;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	-ms-order: 1;
	order: 1;
}
.page_top{
	display: block;
	background: #f60;
	color: #fff;
	text-align: center;
	padding: 7px 0;
	font-size: 16px;
	line-height: 1.2;
	cursor: pointer;
}
.page_top:hover{
	background: #ff7500;
}
.page_top a{
	color: #fff;
}
.page_top_info{
	border-bottom: 1px dashed #fff;
	margin-left: 5px;
}
.page_top:hover .page_top_info{
	/* border-bottom: 1px dashed #fff; */
	border-bottom: none;
}
.page_top_promo.page_top{
	cursor: default;
	/* background: #ffb400; */
	background: #fbe2cc;
	color: #000;
	position: relative;
	padding: 7px 35px;
}
.page_top_promo.page_top:hover{
	/* background: #ffb400; */
	background: #fbe2cc;
}
.page_top_promo .page_top_info{
	border-bottom: 1px dashed #000;
	cursor: pointer;
}
.page_top_promo.page_top:hover .page_top_info{
	border-bottom: 1px dashed #000;
}
.page_top_promo.page_top .page_top_info:hover{
	/* border-bottom: 1px dashed #fff;
	color: #fff; */
	border-bottom: 1px dashed #ff7500;
	color: #ff7500;
}
.page_top_close{
	position: absolute;
    top: 0px;
    right: 0;
    font-size: 32px;
    line-height: 32px;
    padding: 0 10px;
    cursor: pointer;
}
.page_top_close:hover{
	/* color: #fff; */
	color: #ff7500;
}
.page_section{
	margin-bottom: 50px;
}
.page_sectionHeader{
	display: -webkit-box;
    display: -ms-flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align:baseline;
    -ms-flex-align:baseline;
    align-items:baseline;
}
#lay_body{
	min-height:350px;
}
.allItemsLink{
	margin: 0 20px;
	position: relative;
}
.allItemsLink,
a.allItemsLink,
a.allItemsLink:visited{
	color: #000;
	text-decoration: none;
	box-shadow: inset 0 -1px #ccc;
}
.allItemsLink:hover,.allItemsLink:focus,.allItemsLink:active,
a.allItemsLink:hover,a.allItemsLink:focus,a.allItemsLink:active{
	box-shadow:none;
	color: #ff7500;
}
.allItemsLink_sm .allItemsLink{
	margin-left: 0;
}
.allItemsLink_sm{
	display: none;
}
.allItemsLink:after{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -4px;
}
.allItemsLinkBox{
	margin: 10px 0;
}
.toTop {
	display: none;
	position: fixed;
	width: 42px;
	height: 42px;
	background: #fff;
	box-shadow: 0 5px 15px 0 #ccc;
	bottom: 30px;
	left: 44px;
	cursor: pointer;
	z-index: 2;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.toTop:before {
    content: '';
    display: block;
    width: 21px;
    height: 12px;
	position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.toTop__hover {
	background: #fce5d1;
}
.toTop__abs {
    position: absolute;
    top: -5px;
}
.waLink,
a.waLink{
	display: inline-block;
	position: relative;
	line-height: 24px;
	padding-left: 30px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.tgLink,
a.tgLink{
	display: inline-block;
	position: relative;
	line-height: 18px;
	padding-left: 28px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.waLink:before,
.tgLink:before{
	content: '';
	display: inline-block;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
}
.tgLink:before{
	width: 21px;
	height: 18px;
}

.workSpecial{
	/*max-width: 700px; */
    font-size: 16px;
	border: 1px solid #ff7500;
	padding: 10px;
    margin-bottom: 40px;
}

.asideHeader{
	background: #eee;
    padding: 7px;
    font-size: 17px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1280px) {
	.page_container{
		padding: 0 35px;
	}
	.page_content{
		width:75%;
	}
	.page_aside{
		width:25%;
		padding-right:25px;
	}
	.toTop {
        left:35px;
    }
}
@media screen and (max-width: 989px) {
	.page_container{
		min-width: 270px;
	}
	.page_container.page_container_wide{
		padding:0;
		min-width:300px;
	}
	.page_body{
		display: block;
	}
	.page_content{
		width:100%;
	}
	.page_aside{
		width:100%;
		margin:0;
		padding:0;
	}
}
@media screen and (max-width: 767px) {
	.page_container{
		padding:0 15px;
	}
	.page_top{
		font-size: 14px;
		padding: 3px 0;
	}
	.toTop {
        left:15px;
    }
}
@media screen and (max-width: 680px) {
	.page_container{
		padding: 0 10px;
	}
	.toTop {
        left:10px;
    }
}
@media screen and (max-width: 380px){
	.allItemsLink{
		display: none;
	}
	.allItemsLink_sm.allItemsLinkBox{
		display: block;
	}
	.allItemsLink_sm .allItemsLink{
		display: inline-block;
	}
}



/**
*	--== HEADER ==--
*/

/* *** Header, Logo, Top Menu, phone, headerMember, cityBox, headerBar, headerSearch, favSmall *** */

.header__top{
	display:table;
	width:100%;
	position: relative;
    padding-top: 30px;
	z-index:2;
}
.header__logo{
	position:relative;
	display:table-cell;
	vertical-align:top;
	width:210px;
}
.logo__img{
	width:210px;
	max-width:none;
}
.logo__hint{
	position:absolute;
	bottom:-3px;
	right:0;
	width:158px;
	text-align:center;
	text-decoration:none;
	color:#9c9c9c;
	font-size:10px;
}
.header__info{
	display: table-cell;
    width: 100%;
    vertical-align: bottom;
    line-height: 18px;
}
@media screen and (max-width: 1240px) {
	.header__logo{
		width:170px;
	}
	.logo__img{
		width:170px;
	}
	.logo__hint{
		width:128px;
		font-size:8px;
	}
}
@media screen and (max-width: 767px) {
    .header__top{
		padding-top:10px;
	}
	.header__logo{
		width:140px;
	}
	.logo__img{
		width:140px;
	}
	.logo__hint{
		width:106px;
		font-size:7px;
	}
    .header__info{
		display: block;
		height: 0;
		padding:0;
		margin:0;
		overflow: hidden;
		position: absolute;
		left:0;
		right:0;
		top:0;
		background:#eee;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
		z-index: 10;
	}
	.header__top.mobileMenu_act{
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.header__top.mobileMenu_act{
		background: #eee;
		padding-left: 15px;
		padding-right: 15px;
	}
	.mobileMenu_act .header__info{
		padding:190px 30px 15px 30px;
		height:auto;
		box-shadow: 0 3px 20px 0 #ccc;
	}
	.mobileMenu_act .header__logo,
	.mobileMenu_act .mobileMenu__btn{
		z-index:11;
	}
}



/* *** Top Menu *** */
.topMenu{
    display: table-cell;
	width: 100%;
    vertical-align: top;
	padding:0 15px;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
	text-align:left;
}
.topMenu__list{
	display:block;
    display:flex;
    width: 100%;
	max-width:750px;
    height: 40px;
    overflow: hidden;
	-webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
    list-style-image: none;
    padding: 0;
	margin:0 auto;
}
.topMenu__item{
	display:inline-block;
}
.topMenu__item a,
.topMenu__item span{
	font-size:16px;
	text-decoration:none;
	color:inherit;
	display:inline-block;
	line-height:40px;
	padding:0 10px;
	white-space:nowrap;
	cursor:pointer;
}
.topMenu__item a:hover,
.topMenu__item span:hover{
	color: #888;
}

.topMenu__item.topMenu__item_specOffer a,
.topMenu__item.topMenu__item_specOffer span{
	font-weight: bold;
	color: #ff7500;
}
.topMenu__item.topMenu__item_specOffer a:hover,
.topMenu__item.topMenu__item_specOffer span:hover{
	color: #d66403;
}
.topMenu__item.topMenu__item_specOffer a:before,
.topMenu__item.topMenu__item_specOffer span:before{
	content: '%';
	padding-right: 5px;
}

.topMenu__extra{
	position:relative;
}
.topMenu__extra span:after{
	content: '';
	margin: 0 0 3px 6px;
}
.topMenu__extraList{
	display:none;
	position:absolute;
	top:40px;
	right:0;
	background:#fff;
	padding: 10px 0;
	box-shadow: 0 0 30px 0 #ddd;
    box-shadow: 0 8px 20px 0 #ddd;
}
.topMenu__act .topMenu__extraList .topMenu__item,
.topMenu__act .topMenu__extraList a{
	display:block;
}
.topMenu__act .topMenu__extraList a{
	padding:0 20px;
	line-height: 30px;
}
.topMenu__act .topMenu__extraList a:hover{
	background:#eee;
	color: #000;
}
.topMenu__act.topMenu__list{
	overflow:visible;
}
.topMenu__act .topMenu__extraList{
	display:block;
}
@media screen and (max-width: 1280px) {
	.topMenu{

	}
	.topMenu__item a,
	.topMenu__item span{
		font-size:14px;
	}
}
@media screen and (max-width: 1040px) {
	.topMenu{
		padding:0 10px;
	}
	.topMenu__item a,
	.topMenu__item span{
		padding:0 8px;
	}
}
@media screen and (max-width: 767px) {
    .topMenu{
		display:block;
		padding:0;
	}
	.topMenu__list{
		display:block;
		height:auto;
	}
	.topMenu li{
		display:block;
	}
	.topMenu__extra span{
		display:none;
	}
	.topMenu__extraList{
		display:block;
		position:static;
		background:none;
		box-shadow:none;
	}
	.topMenu a,
	.topMenu__act .topMenu__extraList a{
		padding: 0;
		line-height: 28px;
		font-size:16px;
	}
}


/* *** phone *** */
.headerPhone{
	display: table-cell;
    vertical-align: top;
	white-space: nowrap;
}
.phone__number,
a.phone__number{
	text-decoration:none;
	color:#000;
	font-size:18px;
	font-weight:bold;
	line-height: 40px;
    display: inline-block;
}
.phone__time{
	display:inline-block;
	vertical-align:top;
	position: relative;
    width: 19px;
    height: 19px;
	margin: 10px 0 10px 12px;
	cursor:pointer;
}
.phone__timeHint{
	display:none;
}
.phone__time_act .phone__timeHint{
	display: block;
	position: absolute;
	background: #fff;
    z-index: 10;
    padding: 18px;
    box-shadow: 0 8px 20px 0 #ddd;
    right: 0;
    top: 100%;
    margin-top: 10px;
}
.mobileMenu_act .phone__timeHint{
	position: static;
	background: none;
    z-index: 10;
    padding: 0;
    box-shadow: none;
    right: auto;
    top: auto;
    margin-top: 0;
}
.callback__btn,
.callbackBtn{
	font-size:16px;
	color:#ff7500;
	display:inline-block;
	margin-left:30px;
	cursor:pointer;
	line-height:40px;
	white-space: nowrap;
}
@media screen and (max-width: 1240px) {
	.phone__number,
	a.phone__number{
		font-size:16px;
	}
	.callback__btn,
	.callbackBtn{
		font-size:14px;
		margin-left:20px;
	}
}
@media screen and (max-width: 1024px) {
	.phone__number,
	a.phone__number{
		font-size:14px;
	}
	.phone__time{
		margin-left:8px;
	}
	.callback__btn,
	.callbackBtn{
		font-size:13px;
		margin-left:10px;
	}
}
@media screen and (max-width: 840px) {
	.callback__btn,
	.callbackBtn{
		font-size:12px;
	}
}
@media screen and (max-width: 767px) {
    .headerPhone{
		display: block;
		position: absolute;
		top: 70px;
	}
	.phone__number,
	a.phone__number {
		font-size:18px;
	}
	.phone__time{
		display: block;
		width: auto;
		height: auto;
		margin: 0;
	}
	.mobileMenu_act .phone__time:before{
		display:none;
	}
	.phone__timeHint{
		display: block;
		font-size: 12px;
		color: #888;
		margin-top: -5px;
		line-height: 1.2;
	}
	.callback__btn,
	.callbackBtn{
		margin:0;
		font-size:14px;
	}
}


.header__peak{
	position:absolute;
	right:0;
	top:10px;
}
@media screen and (max-width: 767px) {
    .header__peak{
		position:static;
	}
}


/* *** header member *** */
.hMember{
	display:inline-block;
	vertical-align:top;
	margin-right: 30px;
}
.hMember__btn,
a.hMember__btn{
	color:#888;
	font-size:12px;
	text-decoration:none;
	cursor:pointer;
}
.hMember__btn:hover,
a.hMember__btn:hover{
	color:#000;
}
.hMember__sep{
	padding:0 7px;
}
@media screen and (max-width: 767px) {
    .hMember{
		margin:25px 0 10px 0;
	}
	.hMember__btn,
	a.hMember__btn{
		color:#000;
		font-size:16px;
	}
	.hMember__sep{
		color:#ff7500;
		padding:0 10px;
		font-weight:bold;
		font-size:16px;
	}
}


.popupLogin{
	width: 585px;
}
.popupLogin .form__caption{
	display: inline-block;
	width: 150px;
}
.popupLogin .form__smallLink {
	margin: 0 0 20px 150px;
}
.popupLogin .form__btns {
    margin-left: 150px;
    margin-bottom: 0;
}
.popupLogin .form__btns .btn{
	width: 145px;
}
.popupLogin .form__btns .btn_action{
	width: 135px;
}
.popupLogin .form__btns .btn_splitter{
	display: inline-block;
	width: 55px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.popupLogin.popup{
		width: 290px;
	    padding: 50px 20px 30px 20px;
	}
	.popupLogin .form__caption{
		width: 80px;
		margin-right: 10px;
	}
	.popupLogin .form__text {
		width: 160px;
	}
	.popupLogin .form__smallLink {
		margin: 0 0 15px 0;
	}
	.popupLogin .form__btns {
	    margin-left: 0;
	}
	.popupLogin .form__btns .btn{
		padding: 12px 0;
		text-align: center;
		width: 130px;
	}
	.popupLogin .form__btns .btn_action{
		width: 85px;
	}
	.popupLogin .form__btns .btn_splitter{
		width: 35px;
	}
}



/* *** cityBox *** */
.cityBox{
	display:inline-block;
	position:relative;
}
.cityName,
a.cityName{
	color:#888;
	font-size:12px;
	text-decoration:none;
	cursor:pointer;
}
.cityName > span{

}
.cityName:hover > span,
a.cityName:hover > span,
.city_act .cityName > span,
.city_act a.cityName > span{
	color:#000;
}

.cityPopup{
	display: none;
	width: 300px;
    position: absolute;
	top: 100%;
	right: 0;
	margin-top: 10px;
	padding: 10px 0;
    background: #fff;
	text-align: left;
    box-shadow: 0 8px 20px 0 #ddd;
	z-index: 10;
}
.city_act .cityPopup{
	display:block;
}
.cities{
	list-style-type: none;
    padding: 0;
    margin: 0;
	float: left;
    width: 50%;
}
.cities li{
}
.cities a,
.cities span{
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 20px;
    line-height: 30px;
    white-space: nowrap;
}
.cities span{
	font-weight:bold;
}
.cities span:hover,
.cities a:hover{
	background: #eee;
}
@media screen and (max-width: 767px) {
    .cityBox{
		position:absolute;
		top:0;
		left:30px;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.1s ease;
	}
	.mobileMenu_act .cityBox{
		top:55px;
	}
	.cityName, a.cityName{
		color:#000;
		font-size:14px;
	}
	.mobileMenu_act .cityName:before{
		display:none;
	}
	.city_act .cityPopup{
		position: fixed;
		top: 70px;
	    left: 40px;
	    right: 40px;
	    max-width: 300px;
	}
}
@media screen and (max-width: 400px){
	.city_act .cityPopup {
	    left: 20px;
	    right: 20px;
		max-width: none;
	    min-width: 260px;
	}
	.cities a, .cities span {
	    padding: 0 15px;
	}
}


/* *** Mobile menu *** */
.mobileMenu__btn{
	display:none;
}
@media screen and (max-width: 767px) {
	.mobileMenu__btnIcon{}
	.mobileMenu__btn{
		display: inline-block;
		float:right;
		padding: 5px 0 4px 15px;
		position:relative;
		cursor:pointer;
	}
	.mobileMenu__btnIcon{
		display: inline-block;
		width: 28px;
		height: 4px;
		background: #888;
		margin: 8px 0;
		position: relative;
		vertical-align: middle;
	}
	.mobileMenu__btnIcon:before{
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		bottom: 8px;
		left: 0;
		right: 0;
		height: 4px;
		background: #888;
	}
	.mobileMenu__btnIcon:after{
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 8px;
		left: 0;
		right: 0;
		height: 4px;
		background: #888;
	}
	.mobileMenu__close .mobileMenu__btn{
		padding: 8px 0 0 15px;
	}
	.mobileMenu__close .mobileMenu__btnIcon{
		width:20px;
		height:20px;
		background:none;
		margin:0;
	}
	.mobileMenu__close .mobileMenu__btnIcon:before{
		position:static;
	}
	.mobileMenu__close .mobileMenu__btnIcon:after{
		display:none;
	}
}



/* *** headerBar *** */
.header__bar{
	display: table;
    width: 100%;
	height:76px;
	padding:20px 0;
	background:#eee;
	margin:14px 0;
	position:relative;
}
.header__barBox{
	position: relative;
}
@media screen and (max-width: 767px) {
	.header__bar{
		height: 56px;
		padding:10px 0;
	}
}


/* *** headerSearch *** */
.headerSearch{
	display: table-cell;
    vertical-align: top;
	width:100%;
    padding-left: 15px;
}

.headerSearch__mobileBtn{
	display:none;
	cursor:pointer;
}
.headerSearch__form{
	display:block;
	position:relative;
	margin: 0;
}
.headerSearch__field,
input.headerSearch__field{
	width: 100%;
	height: 36px;
	padding:10px 40px 10px 10px;
	border:1px solid #a3a3a3;
	background:#eee;
	color:#888;
}
.headerSearch__field:focus,
input.headerSearch__field:focus{
	background:#f5f5f5;
	outline:none;
}
.headerSearch__btn{
	display: inline-block;
    position: absolute;
    top: 1px;
    right: 1px;
    background: none;
    border: none;
    box-shadow: none;
    height: 34px;
    width:36px;
	padding:9px 10px;
	cursor:pointer;
}
.headerSearch__btn:hover, .headerSearch__btn:focus, .headerSearch__btn:active{
	outline:none;
}
@media screen and (max-width: 640px) {
	.headerSearch{
		text-align:right;
	}
	.headerSearch__mobileBtn{
		display: inline-block;
		width: 36px;
		padding:7px;
		position: relative;
		vertical-align: top;
	}
	.headerSearch__body{
		position: absolute;
		left: 0;
		right: 0;
		top: 46px;
		background: #eee;
		height: 0;
		overflow: hidden;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
		z-index: 5;
	}
	.headerSearch_mobileAct .headerSearch__body{
		height:56px;
	}
	.headerSearch__form{
		margin:10px;
	}
}



/* === Catalog menu === */
.catMenu_box{
	display: table-cell;
    vertical-align: top;
}
.catMenu_btn{
	/*width:210px;*/
	height:36px;
	line-height:36px;
    padding: 0 35px;
	text-align:center;
	vertical-align:middle;
	white-space: nowrap;
	color:#fff;
	background:#ed7000;
	background: -moz-linear-gradient(top, #ef7b00 0%, #ec6901 100%);
	background: -webkit-linear-gradient(top, #ef7b00 0%,#ec6901 100%);
	background: linear-gradient(to bottom, #ef7b00 0%,#ec6901 100%);
	cursor:pointer;
}
.catMenu_btnIcon{
	display: inline-block;
    width: 16px;
    height: 2px;
    background: #fff;
    margin: 9px 0 9px 18px;
    position: relative;
    vertical-align: middle;
}
.catMenu_btnIcon:before{
	content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 4px;
    left: 0;
    right: 0;
    height: 2px;
    background: #fff;
}
.catMenu_btnIcon:after{
	content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 0;
    right: 0;
    height: 2px;
    background: #fff;
}

.catMenu{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	padding-top: 20px;
	z-index: 11;
}
/* .catMenu_box:hover .catMenu{
	display: block;
} */
.catMenu_act{
	display: block;
}
.catMenu_body{
	display: table;
	width: 100%;
	background: #fff;
	box-shadow: 0 7px 14px 0 #e2e2e2;
}
.catMenu_main{
	display: table-cell;
	vertical-align: top;
	width: 20%;
	padding: 10px 0 20px 0;
	border: 1px solid #eee;
	border-width: 1px 0 1px 1px;
}
.catMenu_catsBox{
	display: table-cell;
	vertical-align: top;
	background: #f4f4f4;
	width: 100%;
	height: 392px;
	border: 1px solid #eee;
	border-width: 0 1px 1px 0;
}
.catMenu_section{
}
.catMenu_sectLink,
a.catMenu_sectLink{
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	line-height: 1.1;
	padding: 7px 15px;
}
.catMenu_section:hover .catMenu_sectLink{
	background: #f4f4f4;
}
.catMenu_sectLink{}
.catMenu_sectBox{
	display: none;
	position: absolute;
    top: 20px;
    left: 20%;
	right: 0px;
    padding: 30px 30px 0 0;
    background: #f4f4f4;
    min-height: 392px;
	border: 1px solid #eee;
	border-left: none;
}
.catMenu_section:hover .catMenu_sectBox{
	display: block;
}
.catMenu_sectBack{
	display: none;
}
.catMenu_category{
	float: left;
    padding: 0 0 20px 30px;
    width: 25%;
    text-align: left;
    height: 180px;
    overflow: hidden;
    position: relative;
}
.catMenu_catTitle{
	display: inline-block;
}
.catMenu_catLink,
a.catMenu_catLink{
	display: inline-block;
	text-decoration: none;
    color: #000;
    font-size: 16px;
	line-height: 1.1;
	padding-bottom: 10px;
}
.catMenu_subCategory {
    display: block;
    line-height: 1;
}
.catMenu_subCatLink,
a.catMenu_subCatLink{
	display: inline-block;
	text-decoration: none;
    color: #888;
    font-size: 13px;
	line-height: 1.0;
	padding-bottom: 5px;
}
.catMenu_subCatLink:hover,
a.catMenu_subCatLink:hover{
	color: #ff7500;
}
.catMenu_allCats{
	display: block;
    background: #f4f4f4;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	height: 40px;
    padding-left: 30px;
    z-index: 2;
}
.catMenu_allCatsLink,
a.catMenu_allCatsLink{
	display: inline-block;
	text-decoration: none;
    color: #000;
    font-size: 12px;
	line-height: 1.1;
	padding-top: 3px;
	border-bottom: 1px solid #c3c3c3;
}
.catMenu_allCatsLink:hover,
a.catMenu_allCatsLink:hover{
	border-bottom: none;
}
.catMenu_allCats:before {
    content: '';
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    height: 25px;
    background: -moz-linear-gradient(top, rgba(244,244,244,0) 0%, rgba(244,244,244,1) 100%);
    background: -webkit-linear-gradient(top, rgba(244,244,244,0) 0%,rgba(244,244,244,1) 100%);
    background: linear-gradient(to bottom, rgba(244,244,244,0) 0%,rgba(244,244,244,1) 100%);
    z-index: 2;
}

@media screen and (max-width: 1100px) {
	/* .catMenu_sectLink,
	.catMenu_catLink,
	a.catMenu_sectLink,
	a.catMenu_catLink{
		font-size: 14px;
	} */

    .catMenu_body {
	    box-shadow: none;
	}
	.catMenu_main {
		width: 25%;
		box-shadow: 0 7px 14px 0 #eee;
	}
	.catMenu_catsBox{
		width: 75%;
	}
	.catMenu_sectBox {
		left: 25%;
		box-shadow: 0 7px 14px 0 #eee;
    	border: 1px solid #eee;
		border-top: 0;
		padding: 20px 30px 0 0;
	}
	.catMenu_category {
	    width: 33.3%;
	}
}
@media screen and (max-width: 989px) {
	.catMenu_btn{
		padding: 0 32px;
	}
	.catMenu_btnIcon{
		display:none;
	}

    .catMenu_sectLink,
	.catMenu_catLink,
	a.catMenu_sectLink,
	a.catMenu_catLink{
		font-size: 14px;
	}
	/*
    .catMenu_body {
	    box-shadow: none;
	}
	.catMenu_main {
		width: 25%;
		box-shadow: 0 7px 14px 0 #eee;
	}
	.catMenu_catsBox{
		width: 75%;
	}
	.catMenu_sectBox {
		left: 25%;
		box-shadow: 0 7px 14px 0 #eee;
    	border: 1px solid #eee;
		border-top: 0;
		padding: 20px 30px 0 0;
	}
	.catMenu_category {
	    width: 33.3%;
	}
    */
}
@media screen and (max-width: 767px) {
    .catMenu_sectLink,
	.catMenu_catLink,
	a.catMenu_sectLink,
	a.catMenu_catLink{
		font-size: 16px;
	}
	.catMenu_btn{
		padding: 0 20px;
	}
	.catMenu{
		padding-top: 10px;
	}
	.catMenu_main{
		padding: 20px 0;
	}
	.catMenu_body {
	    box-shadow: 0 7px 14px 0 #eee;
	}
	.catMenu_main {
		width: 50%;
		box-shadow: none;
	}
	.catMenu_catsBox{
		width: 50%;
		visibility: visible;
	}
	.catMenu_sectBox{
		top: 10px;
		bottom: 0;
		box-shadow: none;
		width: 50%;
		left: 50%;
		min-height: 0;
	}
	.catMenu_category{
		float: none;
		width: 100%;
		padding: 0 0 0 30px;
		height: auto;
	}
	.catMenu_subCategory,
	.catMenu_allCats{
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.catMenu_catsBox{
		display: none;
	}
	.catMenu_main{
		width: 100%;
	}
	.catMenu_sectBox{
		top: 10px;
		bottom: 0;
		box-shadow: none;
		width: 100%;
		left: 100%;
		margin-left: 100px;
	    transition: all 0.2s;
		padding: 0;
	}
	.catMenu_sectAct .catMenu_sectBox {
	    display: block;
	    left: 0;
	    margin: 0;
	}
	.catMenu_sectBack{
		display: block;
		color: #000;
		font-size: 14px;
		line-height: 1.1;
		padding-bottom: 10px;
		padding: 15px 0 15px 30px;
		border-bottom: 1px solid #c3c3c3;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 340px) {
	.catMenu_btn{
		padding: 0 18px;
	}
}



.cartSmall,
.favSmall{
	display: table-cell;
    vertical-align: top;
    white-space: nowrap;
    padding-left: 30px;
	line-height: 36px;
	cursor:pointer;
}
.cartSmall,
.favSmall,
a.cartSmall,
a.favSmall{
	color: #000;
	text-decoration: none;
}
.cartSmall_title,
.favSmall_title{
	font-size:16px;
	vertical-align:top;
}
.cartSmall:hover .cartSmall_title,
.favSmall:hover .favSmall_title{}
.cartSmall_icon{
	display: inline-block;
	width:38px;
	height:100%;
	padding:6px 7px;
	position:relative;
	vertical-align: top;
}
.cartSmall_count,
.favSmall_count{
	position: absolute;
    top: 0;
    right: 0;
    background: #ff7500;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
	font-weight:bold;
    height: 14px;
    min-width: 14px;
	line-height: 1.6;
    text-align: center;
}
.favSmall_count{
	right:5px;
}
.favIcon{
	display: inline-block;
	width:38px;
	height:100%;
	padding:9px 7px;
	position:relative;
	vertical-align: top;
}
@media screen and (max-width: 768px) {
	.cartSmall_title,
	.favSmall_title{
		display:none;
	}
}
@media screen and (max-width: 420px) {
	.cartSmall,
	.favSmall{
		padding-left:5px;
	}
}


/* Cart popoup */
.cartPopup{
	max-width: 400px;
	min-width:240px;
}
.cartPopup__msg{
	text-align: center;
    font-size: 16px;
}
.cartPopup__btns{
	margin-top: 30px;
}
.cartPopup__btns .btn{}
.cartPopup__btnOrder{
	float:right;
}

.oneClickPopup{
	max-width:350px;
}
.oneClickPopup .subtitle{
	margin-top: 0;
    text-align: center;
}
.oneClickPopup .form__btns{
	margin:0;
	text-align:center;
}

@media screen and (min-width: 1250px) {

}
@media screen and (max-width: 767px) {
	.cartPopup{
		padding:30px;
	}
	.cartPopup__msg{
		font-size: 14px;
	}
	.cartPopup__btns{}
	.cartPopup__btns .btn{
		font-size:14px;
	}

}
@media screen and (max-width: 480px) {

	.cartPopup__btnContinue,
	.cartPopup__btnContinue.btn{
		color:#e84c0a;
		padding:0;
		margin:10px 0;
		border:none;
		border-bottom:1px dotted #e84c0a;
		border-radius:0;
		line-height:20px;
	}
	.cartPopup__btnContinue.btn:hover{
		border-bottom:1px dotted #fff;
		background:none;
	}
	.cartPopup__btnContinue.btn:active{
		top:0;
	}
}
@media screen and (max-width: 380px) {
	.cartPopup__btns{
		text-align:center;
		margin-top: 10px;
	}
	.cartPopup__btnOrder{
		float:none;
		display:block;
	}
	.cartPopup__btnContinue.btn{
		margin-bottom:20px;
	}
}




/**
*	--== Footer ==--
*/
footer{
	margin-top:50px;
}
.footer__body{
	background: #eee;
	padding:40px 0 60px 0;
	position: relative;
}
.footer__content{
	display: -ms-flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer__infoBox{
	display: inline-block;
	vertical-align: top;
	width: 35%;
	text-align: right;
}
.footer__info{
	display: inline-block;
	text-align: left;
}
.footer__contacts{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	text-align: center;
}
.footer__contacts a:hover, .footer__contacts a:focus, .footer__contacts a:active{
	opacity: 0.6;
}
.footer__address{
	margin-bottom: 20px;
}
.footer__phone{
	display: inline-block;
    text-align: left;
}
.footer__phone .phone__number{
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}
.footer__phone>.phone__number{
	padding: 2px 0 5px 0;
}
.footer__wa,
.footer__tg{}
.footer__wa a,
.footer__tg a{
	color: #000;
}
.footer__wa .waLink,
.footer__wa a.waLink{
	margin-bottom: 5px;
}
.footer__tg .tgLink,
.footer__tg a.tgLink{
	margin: 5px 0;
}
.footer__workTime{
	font-size: 12px;
}
.footer__callback .callback__btn,
.footer__callback .callbackBtn{
	color: #000;
	font-size: 14px;
	line-height: 30px;
	margin: 15px 0 0 0;
	padding: 0 15px;
	border: 1px solid #000;
    transition: all 0.2s;
}
.footer__callback .callback__btn:hover, .footer__callback .callback__btn:focus, .footer__callback .callback__btn:active,
.footer__callback .callbackBtn:hover, .footer__callback .callbackBtn:focus, .footer__callback .callbackBtn:active{
	border-color: #ff7500;
	/* color: #ff7500; */
}

.footerMenu{
	display: inline-block;
	vertical-align: top;
	width: 35%;
	/* padding-left: 10%; */
}
.footerMenu:after {
    content: "";
    display: table;
    clear: both;
}
.footerMenuList{
    display: block;
	float: left;
	width: 50%;
}
.footerMenuItem{}
.footerMenuItem a{
	font-size:14px;
	line-height: 1;
	text-decoration:none;
	color:inherit;
	display: block;
	padding: 5px 0;
	cursor:pointer;
}
.footerMenuItem a:hover, .footerMenuItem a:focus, .footerMenuItem a:active{
	color: #888;
}

.footer__bottom{
	background: #cccccc;
	padding: 20px 0;
	text-align: center;
}

.addressHint{
	font-size: 12px;
	display: none;
}
.footer__address .addressHint{
	display: block;
}

/* social icons */
.socIcon,
a.socIcon{
	display: inline-block;
	height: 0;
    overflow: hidden;
    padding-top: 32px;
    width: 32px;
	margin-right: 14px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.socIcon:hover, .socIcon:focus, .socIcon:active,
a.socIcon:hover, a.socIcon:focus, a.socIcon:active{
	opacity: 0.6;
}
.socIcon_fb{}
.socIcon_vk{}
.socIcon_inst{}

@media screen and (max-width: 1240px) {
}
@media screen and (max-width: 989px) {
	.footer__body {
	    padding: 40px 0 50px 0;
	}
	.footer__content{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footerMenu {
        width: 40%;
	}
	.footer__contacts{
		width: 30%;
	}
	.footer__infoBox{
		width: 25%;
	}
}
@media screen and (max-width: 768px) {
	.footerMenu {
		display: block;
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
		margin-bottom: 30px;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		-ms-order: 2;
		order: 2;
	}
	.footer__contacts{
		display: block;
		width: 100%;
		margin-bottom: 30px;
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		-ms-order: 1;
		order: 1;
	}
	.footer__infoBox{
		display: block;
	    width: 100%;
	    text-align: center;
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		-ms-order: 3;
		order: 3;
	}
	.footer__info{
		display: block;
		text-align: center;
		display: -ms-flexbox;
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		-o-display: flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		flex-direction:column;
	}
	.footer__phone{
		display: block;
		text-align: center;
	}
	.footer__phone>.phone__number{
	    display: block;
		margin-top: 20px;
	}
	.footer__phone .phone__number{
		font-size: 20px;
	}
	.footer__wa .waLink,
	.footer__wa a.waLink,
	.footer__tg .tgLink,
	.footer__tg a.tgLink{
		margin-top: 10px;
		font-size: 16px;
	}
	.footer__workTime{
		display: block;
		margin-top: 20px;
	}
	.footer__callback{
		display: block;
		margin-top: 20px;
	}
	.footer__callback .callback__btn,
	.footer__callback .callbackBtn{
		margin: 0;
	}
	.footer__socIcons{
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		-ms-order: 1;
		order: 1;
	}
	.footer__address{
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		-ms-order: 2;
		order: 2;
	}
	.footer__copyright{
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		-ms-order: 3;
		order: 3;
	}
	.footer__socIcons .socIcon{
		margin: 0 7px;
	}
}
@media screen and (max-width: 600px) {

}
@media screen and (max-width: 520px) {

}
@media screen and (max-width: 480px) {
	.footer__info {
		padding: 0 0 10px 0;
		margin-bottom: 10px;
	}
	.footer__address,
	.footer__phone>.phone__number,
	.footer__workTime,
	.footer__callback{
		display: block;
		text-align: center;
	    margin: 0 0 10px 0;
	}
}





/**
*	Page title (breadcrumbs & page name)
*/
.breadcrumbs {
    margin-bottom: 4px;
	color: #9c9c9c;
	font-size: 14px;
}
.breadcrumbs__link,
a.breadcrumbs__link{
    color: #9c9c9c;
    text-decoration: none;
	padding-right:10px;
}
.breadcrumbs__link:hover,
a.breadcrumbs__link:hover{
    color:#000;
	text-decoration: none;
}
.breadcrumbs__item,
.breadcrumbs__link{
	display:inline-block;
}
.breadcrumbs__splitter {
	padding-right: 10px;
    font-size: 14px;
    color: #ff7500;
}
.breadcrumbs__name,
a.breadcrumbs__name{
	font-size: 22px;
	font-weight: bold;
	color: #000;
}
.breadcrumbs__name:hover, .breadcrumbs__name:focus, .breadcrumbs__name:active,
a.breadcrumbs__name:hover, a.breadcrumbs__name:focus, a.breadcrumbs__name:active{
	color: #ff7500;
}
.pageName{
	margin-bottom:0;
}
.page_content .pageName{
	margin: 0 0 20px 0;
}




/*	--== Nav Box ==-- */
.navBox{}
.navBox__title{
	height: 42px;
    color: #fff;
	background:#e84c0a;
    padding: 0 25px;
    line-height: 42px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.navBox__item, a.navBox__item{
	display: block;
	border:1px solid #ececec;
	border-top:0;
    height: 42px;
    color: #000;
    text-decoration: none;
    padding: 0 25px;
    line-height: 42px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.navBox__item:hover, a.navBox__item:hover{
	background:#f7f7f7;
	color:#e84c0a;
}
.navBox__item_act, a.navBox__item_act{
	border-left:6px solid #e84c0a;
	background:#f7f7f7;
	padding-left:20px;
	font-weight:bold;
}



/* =========== Eshop catalog tree on main (index) page =========== */
.eshopAllCatsTree{
	margin-bottom: 30px;
}
.eshopAllCatsTree__list{
	clear:both;
	display:none;
	margin:0 0 0 10px;
	padding:0;
}
.eshopAllCatsTree__list_level1{
	display:block;
	margin-left:-16px;
	overflow:hidden;
}
.eshopAllCatsTree__list_level2{
	display:block;
	margin-left:0;
}
.eshopAllCatsTree__list li{
	list-style-type: none;
}
.eshopAllCatsTree__item{
	display:block;
	position:relative;
}
.eshopAllCatsTree__item_level1{
	display:list-item;
	margin-top: 15px;
}
.eshopAllCatsTree__item_level2,
.eshopAllCatsTree__item_level3,
.eshopAllCatsTree__item_level4{
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.eshopAllCatsTree__link,
.eshopAllCatsTree__link:link,
.eshopAllCatsTree__link:active,
.eshopAllCatsTree__link:hover,
.eshopAllCatsTree__link:focus,
.eshopAllCatsTree__link:visited{
	color:#000;
	text-decoration:none;
	padding-left:16px;
}
.eshopAllCatsTree__link:hover,
.eshopAllCatsTree__link:focus{
	text-decoration:underline;
}
.eshopAllCatsTree__link_level1,
.eshopAllCatsTree__link_level1:link,
.eshopAllCatsTree__link_level1:active,
.eshopAllCatsTree__link_level1:hover,
.eshopAllCatsTree__link_level1:focus,
.eshopAllCatsTree__link_level1:visited{
	color:@orange;
	display:block;
	text-decoration:none;
}
.eshopAllCatsTree__img{
	max-width:27px;
	max-height:27px;
	float:left;
	margin:2px 5px 5px 0;
}
.eshopAllCatsTree__name{
	display: table-cell;
	height: 20px;
	vertical-align: bottom;
	font-size:0.9em;
	font-weight:normal;
	text-transform:uppercase;
}
.eshopAllCatsTree__group{
	width:50%;
	float:left;
}
.eshopAllCatsTree__column{
	width: 45%;
	float: left;
	margin-right: 5%;
}
.eshopAllCatsTree__expander,
.eshopAllCatsTree__compressor{
	position:absolute;
	top:0;
	left:0;
	color:@orange;
	cursor:pointer;
	padding:0 4px;
	-o-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.eshopAllCatsTree__compressor{
	display:none;
}
.eshopAllCatsTree__itemExpanded > .eshopAllCatsTree__compressor{
	display:block;
}
.eshopAllCatsTree__itemExpanded > .eshopAllCatsTree__expander{
	display:none;
}
.eshopAllCatsTree__itemExpanded > .eshopAllCatsTree__list{
	display:block;
}

@media screen and (max-width: 989px) {
	.eshopAllCatsTree__column{
		width:100%;
		float:none;
		margin-right: 0;
	}
	.eshopAllCatsTree__list_level1{
		margin: 0 0 0 10px;
	}
}

@media screen and (max-width: 480px) {
	.eshopAllCatsTree__group{
		width:100%;
		float:none;
	}

}


/* =========== END Eshop catalog tree on main (index) page =========== */





/* *** Callback popup forms *** */
.meter__popup{}
.callback__popup{}
.meter__popup,
.callback__popup{
	max-width:435px;
	min-width: 300px;
}
.meter__popup .subtitle,
.callback__popup .subtitle{
	margin-top:0;
	text-align:center;
}
.meter__popup .form__btns,
.callback__popup .form__btns{
	margin-left: 0;
    text-align: center;
}
.callback__popup .form__textarea{
	height: 60px;
	padding: 5px 10px;
	line-height: 1.4;
}
.callbackCaptcha{
	margin-bottom: 10px;
	min-height: 78px;
	text-align: center;
}
.callbackCaptcha #callbackCaptchaLoader{
	margin: 30px 0;
}
@media screen and (max-width: 767px){
	.meter__popup,
	.callback__popup{
		max-width: 385px;
	}
}
@media screen and (max-width: 479px){
	.meter__popup,
	.callback__popup{
		padding:20px;
	}
}




/**
*	--== Popup offers ==--
*/
.offerPopup{
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	background: #f1f1f1;
	border-radius: 5px;
}
.offerPopup.popup{
	padding: 15px;
	max-width: 600px;
	min-width: 300px;
}
.offerPopup__visual{
	width: 50%;
}
.offerPopup__img{
	max-width: 100%;
	height: auto;
	width: 285px;
}
.offerPopup__info{
	width: 50%;
	padding: 30px 15px 20px 15px;
}
.offerPopup__header{
	font-size: 21px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 10px;
}
.offerPopup__text{
	font-size: 15px;
	text-align: center;
	line-height: 1.25;
	margin-bottom: 20px;
}
.offerPopup .form{}
.offerPopup .form__text{
	margin-bottom: 10px;
	width: 100%;
	height: 50px;
    padding: 15px;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
	text-align: center;

	-webkit-box-shadow: inset 0px 2px 4px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 2px 4px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0px 2px 4px 0 rgba(0,0,0,0.1);
}
.offerPopup .form__text:focus{
	border: 1px solid #f75000;
}
.offerPopup .btn{
	margin-bottom: 10px;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	padding: 16px 20px;
	border-radius: 4px;
}
.offerPopup__agreement{
	display: block;
	font-size: 12px;
	line-height: 1.3;
    text-align: center;
}
.offerPopup__agreement a{
	color: #000;
}
.offerForm{
	position: relative;
}
.offerForm__errorMsg{
	display: none;
	opacity: 0;
	position: absolute;
    left: 0;
    right: 0;
    top: -55px;
    background: #fdcc00;
	border-radius: 4px;
	padding: 2px 5px;
	text-align: center;
    transition: opacity 0.2s ease;
}
.offerForm__errorMsg:before{
	content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fdcc00;
}
.offerForm_error .offerForm__errorMsg{
	display: block;
	opacity: 1;
}

.offerPopup__thanks{
	margin-top: 20px;
}

@media screen and (max-width: 640px){
	.offerPopup.popup{
		padding: 15px;
		max-width: 315px;
	}
	.offerPopup{
		display: block;
	}
	.offerPopup__visual,
	.offerPopup__info{
		width: 100%;
		max-width: 285px;
	}
	.offerPopup__thanks{
		margin-top: 0;
	}
}




/**
*	--== Home (index) page ==--
*/
.mainVisual{
	margin-bottom: 30px;
}
.mainActionsVisual{
	margin-bottom: 30px;
	aspect-ratio: 1440/412;
	background: #eee;
}
.mainActionsVisual > .mainActionsVisualItem{
	display: none;
}
.mainActionsVisual > .mainActionsVisualItem:first-child{
	display: block;
}
.mainCatalog{
	margin-bottom: 50px;
}



.mainServices{
	background: #f7f7f7;
	position: relative;
	margin-bottom: 50px;
    min-height: 300px;
}
.mainServices__titles{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 115px;
	border-bottom: 1px solid #aaa;
	display: -ms-flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	padding: 40px 140px 0 140px;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mainServices__title{
	display: inline-block;
	padding: 0 30px;
	height: 74px;
	display: -ms-flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	font-size: 18px;
    line-height: 1.2;
	cursor: pointer;
	position: relative;
}
.mainServices__title:hover,
.mainServices__title_active{
	color: #ff7500;
}
.mainServices__title_active:before {
	content: "";
    display: block;
    width: 14px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -7px;
    margin-top: 4px;
    background: #555;
    border-radius: 50% 50% 0 0;
    box-shadow: 0 2px 7px 0px #777;
}
.mainServices__title_active:after {
	content: "";
    display: block;
    width: 0;
    height: 0;
    /* border-style: solid; */
    /* border-width: 200px 200px 0 0; */
    /* border-color: #007bff transparent transparent transparent; */
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 25px solid #ff7500;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -12px;
    margin-top: -8px;
}
.mainServices__service{
	display: none;
	padding: 180px 360px 80px 140px;
	min-height: 500px;
	background-position: 100% 0;
	background-repeat: no-repeat;
}
#mainServiceDelivery{
	background-image: url('/_img/_service_delivery.png');
}
#mainServicePay{
	background-image: url('/_img/_service_pay.png');
}
#mainServiceInstall{
	background-image: url('/_img/_service_install.png');
}
#mainServiceLift{
	background-image: url('/_img/_service_lift.png');
}
#mainServiceLayout{
	background-image: url('/_img/_service_layout.png');
}
.mainServices__service_active{
	display: block;
}
.mainServices__serviceTitle{
	font-size: 30px;
    font-weight: bold;
    margin: 0 0 20px 0;
    line-height: 1.1;
}
.mainServices .btn_visual{
    margin-top: 20px;
}
.mainServices .btn_visual:hover{
	background: #fce5d1;
}
@media screen and (max-width: 1280px){
	.mainServices__titles {
	    padding: 20px 80px 0 80px;
		height: 87px;
	}
	.mainServices__title{
		height: 68px;
	}
	.mainServices__service {
	    padding: 160px 280px 40px 80px;
		background-size: 40%;
		min-height: 400px;
	}
	.mainServices__serviceTitle{
		font-size: 28px;
	}
}
@media screen and (max-width: 1080px){
	.mainServices__titles {
	    padding: 20px 40px 0 20px;
		height: 77px;
	}
	.mainServices__title{
		height: 56px;
	}
	.mainServices__service {
	    padding: 100px 280px 30px 40px;
		min-height: 360px;
	}
	.mainServices__serviceTitle{
		font-size: 26px;
	}
}
@media screen and (max-width: 989px){
	.mainServices__titles {
	    padding: 20px 10px 0 10px;
		height: 77px;
	}
	.mainServices__title{
		height: 56px;
	    padding: 0 10px;
		font-size: 16px;
	}
	.mainServices__service {
        padding: 100px 280px 30px 30px;
		background-size: 45%;
		min-height: 280px;
	}
	.mainServices__serviceTitle{
		font-size: 24px;
	}
}
@media screen and (max-width: 767px){
	.mainServices{
		background: none;
		min-height: 0;
	}
	.mainServices__titles{
		display: none;
	}
	.mainServices__service{
		display: block;
		min-height: 0;
		background: #f7f7f7 !important;
		padding: 0;
		margin-bottom: 10px;
		position: relative;
	}
	.mainServices__serviceTitle{
		font-size: 18px;
	    font-weight: normal;
	    margin: 0;
		padding: 15px 50px 15px 15px;
		position: relative;
		cursor: pointer;
	}
	.mainServices__serviceTitle:after{
		content: '';
		display: block;
		width: 9px;
		height: 6px;
		background-repeat: no-repeat;
		background-position: 0 0;
		position: absolute;
		top: 22px;
		right: 30px;
		transition: transform 0.3s;
	}
	.mainServices__service_active .mainServices__serviceTitle:after{
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.mainServices__serviceBody{
		display: none;
		padding: 20px 15px;
	}
	.mainServices__service_active .mainServices__serviceBody{
		display: block;
	}
}


/*
*	--== Page 404 ==--
*/
.page404{}
.page404_404{
	font-size: 96px;
	color: #888;
	font-weight: bold;
	line-height: 1;
	margin-top: 50px;
	text-align: center;
}
.page404_text{
	font-size: 20px;
	color: #444;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (max-width: 1080px){
	.page404_text{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px){
	.page404_404{
		margin-top: 30px;
	}
	.page404_text{
		font-size: 16px;
	}
}
@media screen and (max-width: 480px){
	.page404_text{
		font-size: 15px;
	}
}




/**
*	=======================
*	--== ESHOP CATALOG ==--
*	=======================
*/

/* --== Common ==-- */

.priceQty__qty {
	text-align: center;
	/* width: 60px; */
}
.priceQty__wrapper {
    display: inline-block;
	position: relative;
	padding: 0 20px 0 0;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
	width: 80px;
}
.priceQty__minus,.priceQty__plus {
	position: absolute;
	right: 0;
	border: 1px solid #d0d0d0;
	border-left: none;
	background: #eee;
	width: 20px;
	height: 20px;
	z-index: 2;
	font-size: 18px;
	/* font-weight: bold; */
	line-height: 1;
	text-align: center;
	cursor: pointer;
}
.priceQty__plus{
	top: 0;
	height: 21px;
}
.priceQty__minus{
	bottom: 0;
}


.service{
	display: block;
	padding-left: 33px;
	line-height: 20px;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
}
.serviceMark{
	display: inline-block;
	width: 11px;
	height: 11px;
	background: #5f5f5f;
	vertical-align: middle;
	margin-left: 10px;
}
.service:hover{
	color: #ff7500;
}
.service:hover .serviceMark{
	background: #ff7500;
}



/* *** Catalog page styles *** */
.category_specAnnounce {
	color: #ff7500;
    font-size: 18px;
	line-height: 1.2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.category_notice {
    font-size: 18px;
    line-height: 1.2;
    background: #f2f2f2;
    padding: 11px;
    text-align: center;
	margin-bottom: 20px;
}
.category_announce{
	margin-bottom: 20px;
}
.category_description{
	margin-bottom: 20px;
}
.category_subCats{
	margin-bottom:20px;
	display: -webkit-box;
    display: -ms-flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.category_subCat{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	display: -webkit-box;
    display: -ms-flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	height: 42px;
	max-width: 175px;
	padding: 0 20px;
	margin: 0 10px 10px 0;
	border: 1px solid #d0d0d0;
	font-size: 13px;
	line-height: 1;
}
.category_subCat,
a.category_subCat{
	color:#000;
	text-decoration:none;
}
.category_subCat:hover{
	background: #f2f2f2;
}

.productsParams{
	margin-bottom:15px;
}
.productsSort{
}
.productsParams .productsSort{}
.productsParams .viewType__pane{
	float: right;
}
.productsPager{
	margin-bottom: 30px;
}

.eshop404{}
.eshop404_text{
	color: #444;
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width: 1280px){
	.category_specAnnounce,
	.category_notice{
	    /* font-size: 1.2em; */
	}
}
@media screen and (max-width: 479px){
	.category_subCats{
		margin-right: -2%;
	}
	.category_subCat{
		max-width: 250px;
		width: 48%;
		margin: 0 2% 2% 0;
	}
	.eshop404_text{
	    font-size: 16px;
	}

}


/*
*	--== Filter ==--
*/
.filter{
	margin-bottom:30px;
	position: relative;
}
.filter__form{}
.filter__field{
	/* margin-bottom:20px; */
}
.filter__caption{
	margin-bottom: 10px;
    line-height: 1.1;
    padding: 8px 30px 8px 12px;
    background: #eee;
	position: relative;
	cursor: pointer;
}
.filter__fieldBody{
	/* padding-left: 12px; */
}
.filter__fieldWrap{
	padding: 5px 12px 20px 12px;
}
.filter__field_closed .filter__fieldBody{
	/* height: 0; */
}
.filter__field .form__radio + .form__label,
.filter__field .form__checkbox + .form__label{
	display:block;
	margin-right:0;
	padding-left: 22px;
}

.filter__extraValue.form__option{
	/* display: none; */
	overflow: hidden;
	height: 0;
	margin: 0;
	padding: 0;
	transition: transform 0.3s;
}
.filter__onSpecial .filter__extraValue.form__option,
.filter__field_all .filter__extraValue.form__option{
	height: auto;
	margin-bottom: 14px;
}

.filter__field .expList_all .expList_extra,
.filter__onSpecial .expList .expList_extra{
	height: auto;
	margin-bottom: 14px;
}


/* Range field & slider */
.range{}
.range .filter__fieldWrap{
	padding-left: 0;
}
.range__fields{
	margin:0 -2%;
}
.range__field{
	width: 50%;
    float: left;
    padding: 0 2%;
    box-sizing: border-box;
	position:relative;
}
.range__fieldLabel{
	position: absolute;
    left: 12px;
    top: 7px;
	color:#9c9c9c;
}
.range__input{
	box-shadow: none;
	height:35px;
	padding: 5px 5px 5px 30px;
}
.range__slider,
.dFilter__rangeSlider{
	margin-top:15px;
}
.dFilter__rangeAvail {
    position: absolute;
    top: -1px;
    height: 5px;
    background: #f60;
}


.dFilter {}
.dFilter__disable {
    opacity: 0.5;
    /* color: #ccc; */
}
option.dFilter__disable {
    color: #ccc;
}
.dFilter__marker {
	position: absolute;
    background: #fff;
    padding: 5px 12px;
    border: 1px solid #d0d0d0;
    right: -130px;
    box-shadow: 0 7px 14px 0 #eee;
	z-index: 22;
}
.dFilter__submit {
    display: block;
    cursor: pointer;
    text-align: center;
}

.filter__color{
	/*border-bottom:none;*/
}
.filter__colorBody{
	height: 207px;
    overflow-y: scroll;
}
.filter__color .form__label,
.filter__color .form__checkbox + .form__label{
	padding-left: 50px;
	padding:0;
}
.filter__color .form__label:before,
.filter__color .form__label:after{
	display:none;
}
.filter__colorVisual{
	display:inline-block;
	width:16px;
	height:16px;
	border: 1px solid #d0d0d0;
	background-size: cover;
	vertical-align:middle;
	margin-right:10px;
	position:relative;
}
.form__checkbox:checked + .form__label .filter__colorVisual{
	border:2px solid #ff7500;
	margin-left:-1px;
	margin-right:11px;
}
.filter__colorName{
	display:inline-block;
	vertical-align:middle;
}

.filter__btnBox{
	text-align: center;
}

.filterAside{}
.filterAside__mobileOverlay{
	display:none;
}
.filterAside__body{}
.filterAside__mobileClose{
	display:none;
}
.filterAside__mobileBtn{
	display: none;
	margin-bottom: 25px;
	max-width: 100%;
	white-space: nowrap;
	line-height: 22px;
	color: #ff7500;
	font-size: 16px;
	padding: 5px 30px;
	border: 1px solid #ff7500;
	cursor: pointer;
}
.filterAside__mobileBtn:hover{
	border: 1px solid #ff7500;
}
.product .filterAside__mobileBtn{
	display: none;
}
@media screen and (max-width: 989px) {
	.filterAside__mobileBtn{
		display:inline-block;
	}
	.filterAside{}
	.filterAside__mobileOverlay{
		display:block;
		position: fixed;
		top: 0;
		left: -100%;
		right: 100%;
		width: 0;
		height: 0;
		opacity: 0;
		visibility: hidden;
	}
	.filterAside__mobileAct .filterAside__mobileOverlay{
		z-index:20;
		visibility:visible;
		bottom:0;
		left:0;
		right:0;
		width:auto;
		height:auto;
		background:#333;
		opacity:0.5;
		transition: opacity 0.2s linear;
	}
	.filterAside__body{
		position: fixed;
		z-index: 21;
		top: 0;
		left: -340px;
		width: 340px;
		height: 100%;
		max-width: 100%;
		padding-right: 50px;
		box-sizing: border-box;
		transition: all 0.3s ease;
	}
	.filterAside__mobileAct .filterAside__body{
		left:0;
	}
	.filterAside__mobileClose{
		display:block;
		position:absolute;
		top:0;
		right:0;
		width: 50px;
		height: 100%;
	}
	.filterAside__mobileClose:before{
		content:'';
		display:block;
		position:absolute;
		top:0;
		right:0;
		width: 50px;
		height: 50px;
		background:#fff;
		cursor:pointer;
	}

	.filterAside .filter{
		height: 100%;
		overflow: hidden;
		position: relative;
		margin: 0;
		padding-bottom: 60px;
		box-sizing: border-box;
		background: #fff;
	}
	.filterAside .filter__form{
		overflow-x: hidden;
		overflow-y: scroll;
		height: 100%;
		padding: 25px 25px 0 25px;
		box-sizing: border-box;
		background: #fff;
	}
	.filterAside .filter__btnBox{
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 10px 25px;
		background: #fff;
		box-shadow: 0 0 10px 0 #ccc;
		width: 100%;
		height:60px;
		box-sizing: border-box;
		text-align:center;
	}
	.dFilter__marker{
		right: 0;
	}
	/*
	.filterAside .filter__form::-webkit-scrollbar-track{
		border-radius: 3px;
		background-color: #ececec;
	}
	.filterAside .filter__form::-webkit-scrollbar{
		width: 5px;
		background-color: #ececec;
	}
	.filterAside .filter__form::-webkit-scrollbar-thumb{
		border-radius: 3px;
		background-color: #e84c0a;
	}
	*/
}
@media screen and (max-width: 380px) {
	.filterAside__body{
		left: -320px;
		width: 320px;
		padding-right: 42px;
	}
	.filterAside__mobileClose{
		width: 42px;
	}
	.filterAside__mobileClose:before{
		width: 42px;
		height: 42px;
	}
	.filterAside .filter__form{
		padding: 15px 15px 0 15px;
	}
	.filterAside .filter__btnBox{
		padding: 10px 15px;
	}
}



/* --== Fast eshop search ==-- */
.autocomplete-suggestions {
    text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);

    /* core styles should not be changed */
    position: absolute; display: none; z-index: 9999; max-height: 450px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }
.autocomplete-suggestion b { font-weight: normal; color: #f60; }
.autocomplete-suggestion.selected { background: #f0f0f0; }


.fastSearch__item{
	border-bottom:1px solid #eee;
}
.fastSearch__img{
	float: left;
    width: 65px;
    height: 65px;
    box-sizing: border-box;
    padding: 7px;
}
.fastSearch__img img{
	max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}
.fastSearch__info{
	margin-left: 65px;
    padding: 5px;
}
.fastSearch__name {
    white-space: normal;
    line-height: 1.2;
	margin-top: 7px;
}
.fastSearch__sku{
	color: #888;
	font-size: 13px;
}
.fastSearch__price{
	font-weight:bold;
}
.fastSearch__more{
	padding: 5px;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    /*border-top: 1px dashed #ddd;*/
    margin-top: 5px;
    color: #f60;
}



/*
*	--== Products cards ==--
*/
.products{
	font-size:0;
	margin-right: -4px;
    padding-left: 1px;
	margin-bottom:30px;
	display: -webkit-box;
    display: -ms-flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.page_wide .products{
	margin-right: -5px;
}
.viewType_list .products,
.page_wide .viewType_list .products{
	margin-right: 0;
}
.productCard{
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	border: 1px solid #ececec;
	margin: -1px 0 0 -1px;
	position:relative;
	/* padding: 6%; */
	padding: 15px;


	display: -webkit-box;
    display: -ms-flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    /* -webkit-box-shadow: -1px 0 0 0 #d0d0d0 inset, 0 -1px 0 0 #d0d0d0 inset, -1px -1px 0 0 #d0d0d0 inset, -1px 0 0 0 #d0d0d0, 0 -1px 0 0 #d0d0d0; */
    /* box-shadow: -1px 0 0 0 #d0d0d0 inset, 0 -1px 0 0 #d0d0d0 inset, -1px -1px 0 0 #d0d0d0, -1px 0 0 0 #d0d0d0, 0 -1px 0 0 #d0d0d0; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.productCard:hover{
	box-shadow: 0 0 15px 0 #e2e2e2;
	transition: all 0.3s;
}
.page_wide .productCard{
	width: 20%;
}
.productCard__imgBox{
	display: block;
	position: relative;
}
.productCard__imgBox:before {
    display: block;
    width: 100%;
    padding-top: 100%;
    content: '';
}
.productCard__img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-height:100%;
	max-width:100%;
	height:auto !important;
	width:auto !important;
}
.productCard__imgBox .stickers{
	top: 5px;
	left: -15px;
}
.productCard__name{
	/* height:65px; */
	overflow:hidden;
	padding: 10px 0;
	line-height: 1.3;
	font-size: 15px;
}
.productCard__name a{
	display:inline-block;
	color:#000;
	text-decoration:none;
}
.productCard__name a:hover{
	color:#ff7500;
}
.productCard__sku{
	display: none;
	color: #888;
}
.productCard__priceBox{
	margin: auto 0 0 0;
}

.productCard__price{
	line-height: 1;
	margin-bottom: 8px;
}


.productCard__priceVal {
    font-size: 20px;
    font-weight: bold;
	line-height: 38px;
	line-height: 1;
	margin-right: 5px;
}
.productCard__priceOther .productCard__priceVal {
	font-size: 18px;
}
.productCard__priceValOld{
	display: inline-block;
	position: relative;
	margin: 4px 0 2px 0;
	font-size: 14px;
}
.productCard__priceValOld:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 0;
	border-top: 1px solid #f00;
}
.productCard__priceUnit{
	font-size: 12px;
}
.productCard__priceCaption{
	display:block;
	font-size:12px;
	margin-top: 2px;
}
.productCard__buy{
	margin-top: 12px;
}
.productCard__buy .btn{
	border-color: #ff7500;
	padding: 9px 25px;
}
.productCard__buy .btn:hover{
	background: #ff7500;
	color: #fff;
}
.productCard__buy_qty{
	float: none;
}
.productCard__buyForm{}
.productCard__buy_qty .productCard__buyForm:after {
    content: " ";
    display: table;
    clear: both;
}
.productCard__buy_qty .priceQty__wrapper{
	float: left;
	width: 85px;
	max-width: 40%;
}
.productCard__buy_qty .btn{
	float: right;
	padding: 12px 20px;
}

.stickers{
	position:absolute;
	top:20px;
	left:0;
}
.sticker{
	display:table;
	height:18px;
	padding:0 10px;
	margin-bottom:7px;
	position:relative;
	color: #fff;
	background: #ff7500;
    font-size: 11px;
	line-height:18px;
}
.sticker_short{
	display: none;
}
.sticker_hit{
}
.sticker_sale{
	background: #f00;
}
.sticker_new{
	background:#2f8500;
}
.sticker_show{
	background:#07136a;
}
.sticker_delivery{
	background: #0055bb;
}

.productCard .specifications{
	display: none;
	line-height: 1.4;
}
.productCard .specification{
	margin: 0 0 3px 0;
}
.productCard .expList .expList_extra{
	margin: 0;
}
.productCard .expList_all .expList_extra{
	margin-bottom: 5px;
}

.viewType_list .productCard{
	display: block;
	width: 100%;
}
.page_wide .viewType_list .productCard{
	display: block;
	width: 100%;
}
.viewType_list .productCard:before,
.viewType_list .productCard:after {
    content: " ";
    display: table;
}
.viewType_list .productCard:after {
    clear: both;
}
.viewType_list .productCard {
    *zoom: 1;
}
.viewType_list .productCard__imgBox{
	float: left;
	width: 30%;
	padding-right: 3%;
	text-align: center;
}
.viewType_list .productCard__imgBox:before{
	display: none;
}
.viewType_list .productCard__img{
	position: relative;
	bottom: auto;
	margin: 0;
	max-height: 170px;
}

.viewType_list .productCard__infoBox{
	float: left;
    width: 70%;
}
.viewType_list .productCard__info{
	float: left;
    width: 45%;
    padding: 0 3% 0 0;
    max-width: 450px;
}
.viewType_list .productCard__name{
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 10px 0;
}
.viewType_list .productCard__sku{
	display: block;
	margin: -5px 0 5px 0;
}
.viewType_list .productCard .specifications{
	display: block;
}

.viewType_list .productCard__priceBox{
	float: right;
	margin: 0;
	width: 25%;
    padding-left: 2%;
}
/* .viewType_list .productCard__priceVal{
	font-size: 24px;
}
.viewType_list .productCard__priceOther .productCard__priceVal {
    font-size: 20px;
} */
.viewType_list .productCard__buy{
	margin-top: 20px;
}
.viewType_list .productCard__buy .btn{
	background: #ff7500;
	color: #fff;
}
.viewType_list .productCard__buy .btn:hover{
	background: #d66403;
    border-color: #d66403;
}
.viewType_list .productCard__buy .btn:active{
	background: #f87e16;
    border-color: #f87e16;
}
.productCard .product__specLink{
	display: none;
}
.viewType_list .productCard .product__specLink{
	display: block;
	margin-top: 15px;
}
.productCard .product__specLink.getDiscount{
	float: none;
}
.productCard .product__specLink.getDiscount .getDiscount_popup{
	right: 0;
}

@media screen and (min-width: 1500px) {}
@media screen and (max-width: 1280px) {
	.productsCards{
		margin-right: -3px;
	}
	.productCard{
		width: 33.33%;
	}
	.viewType_list .productCard__info {
	    padding: 0 5% 0 0;
	}
	.viewType_list .productCard__imgBox{
		padding-right: 5%;
	}
	.page_wide .productsCards{
		margin-right: -4px;
	}
	.page_wide .productCard{
		width: 25%;
	}
}
@media screen and (max-width: 989px) {
	.page_wide .productsCards{
		margin-right: -3px;
	}
	.page_wide .productCard{
		width: 33.33%;
	}
}
@media screen and (max-width: 767px) {
	.productsCards,
	.page_wide .productsCards{
		margin-right: -2px;
	}
	.productCard,
	.page_wide .productCard{
		width: 50%;
	}
	.productCard__imgBox{
		padding: 8%;
	}
	.viewType_list .productCard__imgBox{
	    padding: 0 5% 0 0;
	}
	/* .viewType_list .productCard__priceVal{
		font-size: 22px;
	}
	.viewType_list .productCard__priceOther .productCard__priceVal {
	    font-size: 18px;
	} */
	.viewType_list .productCard__name{
		font-size: 16px;
	}
	.productCard .product__specLink{
		font-size: 13px;
	}
}
@media screen and (max-width: 640px) {
	.viewType_list .productCard__imgBox{
		width: 35%;
		padding-right: 10px;
		float: left;
	}
	.viewType_list .productCard__infoBox{
	    /* width: 65%; */
	}
	.viewType_list .productCard__info,
	.viewType_list .productCard__priceBox{
		float: none;
		width: 100%;
		width: auto;
		margin-left: 35%;
		padding: 0;
		max-width: none;
	}
	.viewType_list .productCard__name{
		font-weight: normal;
		padding-bottom: 15px;
	}
	.viewType_list .productCard .specifications {
		display: none;
	}
	.viewType_list .productCard__priceBox{
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		-o-display: flex;
		display: flex;
		justify-content: space-between;
		/* align-items: center; */
	}
	.viewType_list .productCard__prices,
	.viewType_list .productCard__buy{
		width: 50%;
	}
	.viewType_list .productCard__buy {
		margin-top: 0;
		padding-left: 5%;
	}
}
@media screen and (max-width: 520px) {
	.viewType__pane{
		display: none;
	}
	.productsList .products,
	.collectionItems .products{
		margin-left: -10px;
		margin-right: -10px;
	}
	.products .productCard{
		padding: 15px 10px;
	    border-width: 1px 0;
	}
	.productsCards,
	.page_wide .productsCards{
		margin-right: -1px;
	}
	.productCard,
	.page_wide .productCard{
		display: block;
		width: 100%;
	}

	.products .productCard:before,
	.products .productCard:after {
	    content: " ";
	    display: table;
	}
	.products .productCard:after {
	    clear: both;
	}
	.products .productCard {
	    *zoom: 1;
	}

	.products .productCard__imgBox{
		float: left;
		width: 40%;
		text-align: center;
		padding: 0;
	}
	.products .productCard__imgBox:before{
		display: none;
	}
	.products .productCard__img{
		position: relative;
		bottom: auto;
		margin: 0;
		max-height: 170px;
	}
	.productCard__imgBox .stickers{
		top: 5px;
		left: -10px;
	}

	.products .productCard__infoBox{
		float: left;
	    width: 60%;
	}
	.products .productCard__info,
	.products .productCard__priceBox{
		float: none;
		width: auto;
		padding: 0 0 0 10px;
		max-width: none;
	    margin-left: 40%;
	}
	.products .productCard .specifications {
		display: none;
	}
	.products .productCard__priceBox{
		display: block;
	}
	.products .productCard__prices,
	.products .productCard__buy{
		width: 100%;
	}
	.products .productCard__price{
		margin-bottom: 5px;
	}
	.products .productCard__buy {
		margin-top: 15px;
		padding-left: 0;
	}
	.products .productCard__name{
		font-size: 14px;
		font-weight: normal;
		padding: 0 0 10px 0;
	}
	.products .productCard__sku{
		display: block;
		margin: -5px 0 5px 0;
		font-size: 13px;
	}

	.products .productCard__priceVal{
		font-size: 15px;
	}
	.products .productCard__priceOther .productCard__priceVal {
	    font-size: 14px;
	}
	.products .productCard__priceValOld{
		font-size: 13px;
	}

	/* Btn bright */
	/* .products .productCard__buy .btn{
		background: #ff7500;
		color: #fff;
	}
	.products .productCard__buy .btn:hover{
		background: #d66403;
	    border-color: #d66403;
	}
	.products .productCard__buy .btn:active{
		background: #f87e16;
	    border-color: #f87e16;
	} */
	/* Btn regular */
	.products .productCard__buy .btn{
		background: #fff;
		color: #000;
	}
	.products .productCard__buy .btn:hover{
		background: #ff7500;
	    border-color: #ff7500;
		color: #000;
	}
	.products .productCard__buy .btn:active{
		background: #d66403;
	    border-color: #d66403;
		color: #000;
	}

	.products .productCard .product__specLink{
		display: block;
		margin-top: 12px;
	}
	.sticker{
	    padding: 0 5px;
	}
	.sticker_ext{
		display: none;
	}
	.sticker_full{
		display: none;
	}
	.sticker_short{
		display: inline;
	}
}
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 440px) {
	/* .productCard__imgBox .stickers{
		position: static;
		display: block;
		margin-top: 10px;
	}
	.productCard__imgBox .sticker{
		margin: 5px 0 0 0;
	} */
}
@media screen and (max-width: 380px) {
	.productCard__buy_qty .btn{
		padding: 12px;
	}
	/*
	.viewType_list .productCard__imgBox{
		width: 30%;
	}
	.viewType_list .productCard__infoBox{
		width: 70%;
	}
	*/
}



/* --== Category cards ==-- */
.catCards{
	font-size:0;
	margin-right: -3px;
	padding-left: 1px;
	margin-bottom:30px;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.page_wide .catCards{
	margin-right: -4px;
}
.catCard{
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	border: 1px solid #ececec;
	margin: -1px 0 0 -1px;
	position:relative;
	padding: 3%;
}
.catCard:hover{
	/* box-shadow: 0 0 15px 0 #e2e2e2; */
	background: #e9e9e9;
	transition: all 0.3s;
}
.page_wide .catCard{
	width: 25%;
}
.catCard__imgBox{
	display: block;
	position: relative;
}
.catCard__imgBox:before {
    display: block;
    width: 100%;
    padding-top: 66%;
    content: '';
}
.catCard__img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	max-height:100%;
	max-width:100%;
	height:auto !important;
	width:auto !important;
}
.catCard__name{
	overflow:hidden;
	padding: 20px 0 10px 0;
	line-height: 1.2;
	font-size: 24px;
	font-weight: bold;
}
.catCard__name a{
	color:#000;
	text-decoration:none;
}
.catCard__name a:hover{
	/* color:#ff7500; */
	border-bottom: 1px solid #333;
}

.catCard__subcats{}
.catCard__subcat{
	line-height: 1.2;
	margin-bottom: 8px;
}
.catCard__subcatLink,
a.catCard__subcatLink{
	color: #000;
	text-decoration: none;
}
.catCard__subcatLink:hover,
a.catCard__subcatLink:hover{
	/* color: #ff7500; */
	border-bottom: 1px solid #333;
}
.catCard__allSubcats{
	margin-top: 15px;
}
.catCard__allSubcats .catCard__subcatLink{}

.catCard__moreLinks{
	display: none;
	margin-top: 15px;
	/* border-color: #ff7500; */
	cursor: pointer;
}

.catCards_catalog .catCard{
	min-height: 200px;
}
.catCards_catalog .catCard:hover{
	background: none;
}
.catCards_catalog .catCard__imgBox{
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	right: 5%;
	bottom: auto;
	/* top: 11%; */
	z-index: -1;
	/* opacity: 0.5; */
	/* margin-top: 3%; */
	padding: 14% 0;
	text-align: center;
	overflow: hidden;
	max-height: 100%;
}
.catCards_catalog .catCard__imgBox:before {
    display: none;
}
.catCards_catalog .catCard__img{
	position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: auto;
	max-height:100%;
	max-width:100%;
	height:auto !important;
	width:auto !important;
	opacity: 0.5;
}
.catCards_catalog .catCard:hover .catCard__img{
	opacity: 1;
}
.catCards_catalog .catCard__name{
	padding-top: 0;
}

.mainCatalogAside .catCards,
.mainCatalogAside .page_wide .catCards{
	margin-right: -1px;
	display: block;
}
.mainCatalogAside .catCard,
.mainCatalogAside .page_wide .catCard{
	width: 100%;
	border: none;
}
.mainCatalogAside .category_subCats .catCard{
	margin: -1px 2% 0 -1px;
}
.mainCatalogAside .catCard__imgBox:before {
	padding-top: 50%;
	padding-top: 66%;
}
.mainCatalogAside .catCard__name{
	height: auto;
	font-size: 18px;
}
.mainCatalogAside .catCards_catalog .catCard{
	min-height: 65px;
}
.mainCatalogAside .catCards_catalog .catCard__imgBox{
	bottom: 0;
	right: 0;
    padding: 5px 0;
    min-width: 65px;
    max-height: 80px;
}
.mainCatalogAside .catCards_catalog .catCard__img{
	opacity: 1;
}
.mainCatalogAside .catCard__moreLinks {
    display: none;
}
.mainCatalogAside .catCard__subcats{
	display: block;
}

@media screen and (max-width: 1280px) {
	.catCard__name{
		font-size: 22px;
	}
}
@media screen and (max-width: 989px) {
	.mainCatalogAside .catCards{
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		-o-display: flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.mainCatalogAside .catCard,
	.mainCatalogAside .page_wide .catCard{
		border: 1px solid #ececec;
		margin: -1px 0 0 -1px;
	}
	.page_wide .catCards,
	.mainCatalogAside .page_wide .catCards{
		margin-right: -3px;
	}
	.page_wide .catCard,
	.mainCatalogAside .page_wide .catCard,
	.mainCatalogAside .catCard{
		width: 33.33%;
	}
	.catCard__name,
	.mainCatalogAside .catCard__name{
		font-size: 20px;
		line-height: 1;
		height: 80px;
		overflow: hidden;
	}
	.catCard__moreLinks,
	.mainCatalogAside .catCard__moreLinks{
		display: inline;
	}
	.catCard__subcats,
	.mainCatalogAside .catCard__subcats,
	.catCard__moreHide{
		display: none;
	}
	.subcatsVisible .catCard__moreHide{
		display: inline;
	}
	.subcatsVisible .catCard__moreShow{
		display: none;
	}
	.catCard__subcats{
		margin-bottom: 15px;
	}

	.catCards_catalog .catCard{
		min-height: 0;
	}
	.catCards_catalog .catCard__imgBox{
	    padding: 5% 0;
	}
}
@media screen and (max-width: 767px) {
	.catCards,
	.page_wide .catCards,
	.mainCatalogAside .catCards,
	.mainCatalogAside .page_wide .catCards{
		margin-right: -2px;
	}
	.catCard,
	.page_wide .catCard,
	.mainCatalogAside .catCard,
	.mainCatalogAside .page_wide .catCard{
		width: 50%;
	}
}
@media screen and (max-width: 520px) {
	.catCard__name{
		font-size: 18px;
	}
	.catCard__imgBox{
		padding: 0;
	}
	.catCard__imgBox:before {
	    padding-top: 60%;
	}
}
@media screen and (max-width: 479px) {
	.catCards,
	.page_wide .catCards,
	.mainCatalogAside .catCards,
	.mainCatalogAside .page_wide .catCards{
		margin-right: -1px;
	}
	.catCard,
	.page_wide .catCard,
	.mainCatalogAside .catCard,
	.mainCatalogAside .page_wide .catCard{
		width: 100%;
	}
	.category_subCats .catCard,
	.mainCatalogAside .category_subCats .catCard{
		margin: -1px 2% 0 -1px;
	}
	.catCard__imgBox:before,
	.mainCatalogAside .catCard__imgBox:before{
	    padding-top: 50%;
	}
	.catCard__name,
	.mainCatalogAside .catCard__name{
		height: auto;
	}
	.catCards_catalog .catCard,
	.mainCatalogAside .catCards_catalog .catCard{
		min-height: 65px;
	}
	.catCards_catalog .catCard__imgBox,
	.mainCatalogAside .catCards_catalog .catCard__imgBox{
	    bottom: 0;
		padding: 5px 0;
		min-width: 80px;
		max-height: none;
	}
	.catCards_catalog .catCard__img,
	.mainCatalogAside .catCards_catalog .catCard__img{
		opacity: 1;
	}
}
@media screen and (max-width: 440px) {
	.catCard__imgBox:before,
	.mainCatalogAside .catCard__imgBox:before {
	    padding-top: 66%;
	}
}
@media screen and (max-width: 380px) {}



/* --== Products slider ==-- */
.productsSlider{
	display: -webkit-box;
    display: -ms-flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.productsSlider .productCard{
	display: inline-block;
    vertical-align: top;
	display: -webkit-box;
    display: -ms-flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	box-sizing: content-box;
	margin: 10px;
}
.productsSlider .productCard__name{
	height: 80px;
}
.productsSlider.slick-initialized{
	display: block;
}




/* --== Product page ==-- */
.product{}
.product__sku{
	color: #888;
	margin-top: -20px;
	margin-bottom: 15px;
}
.product__main{
	display: -webkit-box;
    display: -ms-flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	margin-bottom:50px;
}
.product__visual{
	width:41.25%;
	width:40%;
	max-width: 540px;
	margin-right: 2.75%;
	text-align:center;
	position: relative;
}
.product__visual .stickers{
	border-left: 1px solid #d0d0d0;
	padding-top: 7px;
	top: 0;
}
.product__info{
	width:26%;
	width:30%;
}
.product__saleBox{
	width: 32.75%;
	width: 30%;
	margin-left: 2.75%;
}
.product__saleWrapper{
	padding: 25px;
	border: 1px solid #d0d0d0;
}
.product__imgsBox .slick-track{
	-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
.product__imgsBox .slick-prev,
.product__imgsBox .slick-next{
	opacity: 0;
    transition: all 0.2s;
}
.product__imgsBox:hover .slick-prev,
.product__imgsBox:hover .slick-next{
	opacity: 1;
}
.product__imgsNav,
.product__imgsNav.slick-slider{
	display: none;
	margin-top: 15px;
	z-index:2;
}
.product__imgsNav.slick-initialized{
	display: block;
}
.product__imgsNav.slick-slider_no-slide{
	padding-top:0;
	padding-bottom:0;
}
.product__imgsNav a{
	text-decoration:none;
	color:#fff;
}
.product__imgBox{
	text-align:center;
	cursor:pointer;
}
.product__imgsNav .product__imgBox{
	/* box-sizing:border-box; */
	display: inline-block;
	box-sizing: content-box;
	width:100px;
	height:100px;
	border:1px solid #f2f2f2;
	margin-bottom:10px;
	font-size:0;
	padding: 5px;
    margin: 5px;
}
.product__imgsNav .product__imgBox,
.product__imgsNav .product__imgBox.slick-slide{
	display: -webkit-box;
    display: -ms-flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product__imgBox img.product__img{
	display: inline-block;
}
.product__imgBox img.product__extraImg{
	display: none;
}
.slick-initialized .product__imgBox img.product__extraImg{
	display: inline-block;
}
.product__imgNav:before{
	content:'';
	display:inline-block;
	width:0;
	font-size:0;
	height:100%;
	vertical-align:middle;
}
.product__imgNav,
.slick-slide img.product__imgNav{
	max-width:100%;
	max-height:100%;
	width:auto !important;
	height:auto !important;
	display:inline-block;
	vertical-align:middle;
}
.product__imgsNav .slick-prev,
.product__imgsNav .slick-next{
	width: 26px;
	height: 26px;
	margin-top: -13px;
}
.product__imgsNav .slick-prev{
	left: -5px;
}
.product__imgsNav .slick-next{
	right: -5px;
}

.product__img{
	position:relative;
	/* z-index:2; */
	max-width:100%;
	max-height:100%;
	width:auto !important;
	height:auto !important;
}
.product__img[data-mfp-src]{
	cursor: zoom-in;
}

.productImgPopup .mfp-content{
	text-align:center;
}
.productImgPopup .popup{
	display:inline-block;
}
.productImgPopup .product__imgBox{
	height:auto;
	margin:0;
}

.product__priceBox{
	position: relative;
}
.product__price{
	font-size:30px;
	font-weight: bold;
	line-height: 1;
}
.product__otherPrice .product__price{
	font-size: 26px;
}
.product__priceOpts{

}
.product__priceUnit{
	font-size: 18px;
}
.product__priceOld{
	font-size: 18px;
	line-height: 1;
	position: relative;
	display: inline-block;
	margin-bottom: 2px;
}
.product__priceOld:after {
    content: '';
	display: block;
    position: absolute;
	left: 0;
	right: 0;
	top: 50%;
    height: 0;
    border-top: 1px solid #f00;
}
.product__buyBox{
	margin-top: 25px;
}
.product__priceForm{}
.product__priceForm:after{
	content: " ";
	display: table;
	clear: both;
}
.product__qty{
	float: left;
	width: 48%;
}
.product__qty .priceQty__wrapper{
	float: left;
	width: 50%;
}
.product__qtyUnit{
	float: left;
	width: 50%;
	padding: 0 5px;
	overflow: hidden;
	display: inline-block;
	height: 20px;
	margin: 10px 0;
	vertical-align: top;
	text-overflow: ellipsis;
}
.product__actBtns{
	float: right;
	width: 52%;
	text-align: right;
	font-size: 0;
    white-space: nowrap;
}
.product__actBtns .btn.favIcon{
	margin-left: 5px;
}
.product__actBtns .btn_action{
	padding-right: 15%;
	padding-left: 15%;
}
.product__otherPrice{
	margin-top: 20px;
}
.product__extrBtns{
	margin-top: 20px;
}

.product__oneClick{}
.product__specLinks{
	margin-top: 20px;
	/* border-bottom: 1px solid #e5e5e5; */
}
.product__specLink{
	display: inline-block;
	cursor:pointer;
}
.product__specLink span{
	border-bottom:1px solid #ccc;
}
.product__specLink:hover span, .product__specLink:focus span, .product__specLink:active span{
	color: #ff7500;
	border-color:transparent;
}
.product__specLink.getMeter{
	/* float:right; */
	display: block;
	margin-top: 10px;
}
.product__specLink.getDiscount{
	float: right;
	position: relative;
}

.product__specLink.getDiscount .getDiscount_popup {
    position: absolute;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 10px 0 #eee;
    padding: 5px;
    border: 1px solid #ddd;
    top: 100%;
    margin-top: 10px;
    left: 0;
    right: -10px;
	color:#000;
}
.getDiscount_popup{
	display: none;
}
.getDiscount_act .getDiscount_popup{
	display: block;
	z-index: 2;
}
.getDiscount_popup:before,
.getDiscount_popup:after{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
}
.getDiscount_popup:before{
	top: -22px;
    border-color: transparent transparent #ddd transparent;
    border-width: 11px;
    margin-left: -10px;
}
.getDiscount_popup:after{
	top: -20px;
    border-color: transparent transparent #fff transparent;
    border-width: 10px;
    margin-left: -9px;
}

.product__benefits{
	border-top: 1px solid #e5e5e5;
	margin-top: 25px;
	padding-top: 20px;
}
.product__benefit{
	display: block;
	text-decoration: none;
	line-height: 1.6;
	/* cursor: pointer; */
}
.product__benefit:hover, .product__benefit:focus, .product__benefit:active{
	/* color: #ff7500; */
}
.product__services{
	border-top: 1px solid #e5e5e5;
	margin-top: 20px;
	padding-top: 20px;
}
.product__specAnnounce{
	background: #fbe2cc;
	padding: 15px 20px;
	margin-top: 20px;
}
.product__specNotice{
	background: #f2f2f2;
	padding: 15px 20px;
	margin-top: 20px;
}
.product__info .product__specAnnounce{
	margin: 0 0 20px 0;
}
.product__info .product__specNotice{
	margin: 0 0 20px 0;
}

.product__info .specifications{
}
.specifications{
	margin: 0;
}
.specification{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #fff;
	position: relative;
	margin: 0 0 5px 0;
}
.specification_name{
    background: inherit;
	vertical-align: bottom;
}
.specification_name:after {
	content: '';
	position: absolute;
	right: 5px;
	left: 0;
	height: 1px;
	margin: 1em 0 0 0;
	border-bottom: 1px solid #eee;
}
.specification_nameInner{
	background: inherit;
	padding: 0 10px 0 0;
	position: relative;
	z-index: 2;
}
.specification_value{
	background: inherit;
	text-align: right;
	vertical-align: bottom;
	margin: 0;
}
.specification_valueInner{
	display: inline-block;
	background: inherit;
	padding: 0 0 0 10px;
	position: relative;
    z-index: 2;
}
.specification_extra{
	display: none;
}

.product__options {
    color: #888;
}
.product__options dl {
    margin: 0;
}
.product__options dt,.product__options dd {
    display: inline;
    margin: 0;
}
.product__options dd {
    color: #000;
}

.product__descriptionBody{
    margin-bottom: 20px;
}

.product__relItems{
	margin-top:50px;
}

.productPopupAdv{}
.productPopupAdv.popup{
	max-width: 800px;
}


@media screen and (max-width: 1279px) {
	.product__saleBox{}
	.product__saleWrapper{
		padding:15px;
	}
	.product__qty{
		width: 35%;
	}
	.product__qty .priceQty__wrapper {
		float: none;
		width: 75%;
	}
	.product__qtyUnit{
		float: none;
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.product__actBtns{
		width: 65%;
	}
}
@media screen and (max-width: 1024px) {
	.product__main{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.product__visual{
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		-ms-order: 1;
		order: 1;
		width: 48%;
		margin-right: 2%;
	}
	.product__saleBox{
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		-ms-order: 2;
		order: 2;
		width: 48%;
		margin-left: 2%;
	}
	.product__info{
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		-ms-order: 3;
		order: 3;
		width: 100%;
		margin-top: 30px;
	}
}

@media screen and (max-width: 767px) {
	.product__visual{
		max-width: none;
		width: 100%;
		margin: 0;
	}
	.product__imgsBox .product__img{
		max-height: 400px;

	}
	.product__imgsBox{
	}
	.product__saleBox{
		width: 100%;
		margin: 20px 0 0 0;
	}
	.product__info{
		width: 100%;
		margin: 20px 0 0 0;
	}
}
@media screen and (max-width: 640px) {

}
@media screen and (max-width: 600px) {

}
@media screen and (max-width: 540px) {
	.product__imgsBox .slick-prev,
	.product__imgsBox .slick-next{
		opacity: 1;
		width: 26px;
		height: 26px;
		margin-top: -13px;
	}
	.product__imgsBox .slick-prev{
		left: -5px;
	}
	.product__imgsBox .slick-next{
	    right: -5px;
	}
	.product__imgsBox .slick-prev:hover,
	.product__imgsBox .slick-next:hover{
		background: #fff;
	}
	.product__imgsNav.slick-initialized{
		display: none;
	}
}
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 400px) {

}
@media screen and (max-width: 340px) {

}


/** *** Properties and related products in table view *** */

.productProp,
.relatedProducts{
	border: none;
	margin-bottom:30px;
}
.relatedProducts{
    border-top: 1px solid #e5e5e5;
}
.productProp th,
.relatedProducts th{
	background:none;
	border-bottom: 1px solid #d0d0d0;
	text-align: left;
    padding: 3px 35px;
	font-weight: normal;
}
.productProp__multi th{}
.productProp td,
.relatedProducts td{
	font-size: 18px;
	vertical-align:middle;
	padding:7px 35px;
	height: 70px;
}

td.productProp__caption,
td.relatedProducts__name{
	/* width:100%; */
}
.productProp__captionPropName{
	display:none;
}
.productProp__small,
.productProp__smallHeader{
	display: none;
}

.productProp__price,
.relatedProducts__price{
	font-weight: bold;
	white-space: nowrap;
	width:1%;
}
.productProp__priceOld,
.relatedProducts__priceOld{
	display:block;
	font-size:0.8em;
	text-decoration:line-through;
	line-height: normal;
}
.productProp .product__priceOld,
.relatedProducts .product__priceOld{
	font-size: 16px;
}
.productProp .product__price,
.relatedProducts .product__price{
	font-size: 18px;
}
.productProp .product__priceUnit,
.relatedProducts .product__priceUnit{
	font-size: 14px;
	font-weight: normal;
}
.productProp .productProp__priceDiscount,
.relatedProducts .relatedProducts__priceDiscount{
	padding:3px 7px;
}
.productProp__buy,
.relatedProducts__buy{
	white-space: nowrap;
	width:1%;
}
.productProp__form{}
.relatedProducts__form{}
.productProp .priceQty__wrapper,
.relatedProducts .priceQty__wrapper{
	vertical-align:bottom;
	width: 80px;
}
.productProp .priceQty__qty,
.relatedProducts .priceQty__qty{
	font-size: 14px;
}
.productProp .product__qtyUnit,
.relatedProducts .product__qtyUnit{
	float: none;
	display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 0;
    height: auto;
    padding: 0 5px;
	font-size: 14px;
}
.productProp .btn_action,
.relatedProducts .btn_action{
	margin-left: 25px;
}


@media screen and (max-width: 1100px) {
	.productProp td,
	.relatedProducts td {
	    font-size: 16px;
	    padding: 5px 20px;
	    height: 70px;
	}
	.productProp th,
	.relatedProducts th {
	    padding: 3px 20px;
	}
}
@media screen and (max-width: 989px) {
	.productProp th,
	td.productProp__caption{
		display: none;
	}
	.productProp__small{
		display: table-cell;
	}
	.productProp tbody{
		border-top: 1px solid #d0d0d0;
	}
	.propSmall{
		display: block;
		font-size: 14px;
	}
	.propSmallTitle{
		/* color: #888; */
	}
	.propSmallVal{
		font-weight: bold;
	}
}
/* global restructuring */
@media screen and (max-width: 767px) {
	.productProp td, .relatedProducts td {
	    height: auto;
	}
	.productProp tr,
	.relatedProducts tr{
		border-bottom: 1px solid #d0d0d0;
	}
	.productProp__small{
		display: block;
	}
	td.relatedProducts__name{
		width: auto;
		display: block;
		font-size:14px;
		font-weight: bold;
		padding: 20px 10px 10px 30px;
		width:auto !important;
	}
	.productProp__multi td.productProp__caption{
		padding: 0 10px 10px 30px;
	}
	.productProp__multi td.productProp__captionTop{
		padding: 10px 10px 10px 30px;
	}
	.productProp th,
	.relatedProducts th{
		display:none;
	}
	.productProp td,
	.relatedProducts td{
		border: none;
		padding: 5px 10px;
	}
	.productProp td.productProp__price,
	.relatedProducts td.relatedProducts__price{
		display: block;
		line-height: 34px;
		font-weight: bold;
		width:auto !important;
	}
	.productProp td.productProp__priceDiscount,
	.relatedProducts td.relatedProducts__priceDiscount{
		line-height: 24px;
	}
	.productProp td.productProp__buy,
	.relatedProducts td.relatedProducts__buy{
		display: block;
		border:none;
		width:auto !important;
	}
	.productProp .product__qtyUnit,
	.relatedProducts .product__qtyUnit{
		max-width: 75px;
		font-size: 14px;
	}
	.productProp .btn_action,
	.relatedProducts .btn_action{
		margin: 0;
	}

}
@media screen and (max-width: 480px) {
	.productProp .product__qtyUnit,
	.relatedProducts .product__qtyUnit{
		max-width: 75px;
	}
}




/* =========== Related catigories =========== */
.relatedCat{
	margin-bottom:40px;
}
.relatedCat__caption{
	display: block;
}
.relatedCat__list{
	display: block;
}
.relatedCat__cat{
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 20px 0;
	width: 300px;
	max-width: 100%;
}
.relatedCat__catLink,
a.relatedCat__catLink, a.relatedCat__catLink:visited, a.relatedCat__catLink:hover, a.relatedCat__catLink:focus, a.relatedCat__catLink:active, a.relatedCat__catLink:link{
    display: table;
	text-decoration:none;
}
.relatedCat__catImg{
    display: table-cell;
	margin: 0 auto;
	vertical-align: middle;
	max-width:55px;
	max-height:55px;
}
.relatedCat__catName{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	color: #000;
	text-decoration: none;
	padding-left: 15px;
	font-size: 16px;
	line-height: 1.2;
}
a.relatedCat__catLink:hover .relatedCat__catName, a.relatedCat__catLink:focus .relatedCat__catName, a.relatedCat__catLink:active .relatedCat__catName{
	text-decoration:none;
}
@media screen and (max-width: 480px) {
	.relatedCat__cat{
		display: block;
		margin-right: 0;
		width: 100%;
	}
}


/* ===== Collections ====== */
.collection .productCard__priceVal{
	line-height: 1;
}
.viewSwitch{
	margin-bottom: 30px;
}
.viewSwitch_caption{
	font-weight: bold;
	margin-bottom: 10px;
}

.collection__imgZoom {
    display: none;
    font-size: 14px;
    color: #4a4a4a;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    left: 50%;
    margin-left: -45px;
    padding: 5px;
    padding: 6px 10px;
    z-index: 1;
}
.collection__imgZoom {
    cursor: pointer;
}
.collection__imgZoom:hover,.collection__imgZoom:focus,.collection__imgZoom:active {
    color: #000;
}
.collection__imgZoom:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e7e7e7;
    opacity: 0.5;
    display: block;
    z-index: -1;
    border: 1px solid #fff;
}
.collection__imgZoom:hover:after,.collection__imgZoom:focus:after,.collection__imgZoom:active:after {
    opacity: 0.9;
}
@media screen and (min-width: 1200px) {
    .collection:hover .collection__imgZoom,.collection:active .collection__imgZoom {
        display:block;
    }
}



/*
*	--== Eshop cart ==--
*/

/* === Eshop Cart page === */

.eshopCart__table{
	border: none;
	margin-bottom:30px;
}
.eshopCart__table tbody{
	border-top:5px solid #d0d0d0;
}
.eshopCart__table th{
	background:none;
	border:none;
	padding:0 5px;
	text-align:center;
	font-size: 1.5em;
	font-weight: normal;
}
.eshopCart__table td{
	border: none;
	border-right:1px solid #fff;
	border-bottom: 1px solid #e5e5e5;
	text-align:center;
	vertical-align:middle;
	padding:7px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
    box-sizing: content-box;
}
.eshopCart__thSmall{
	display:none;
	white-space:nowrap;
}
td.eshopCart__name{
	font-size:1.25em;
	text-align:left;
	width:100%;
}
.eshopCart__link,
a.eshopCart__link{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #d0d0d0;
}
a.eshopCart__link:hover{
	border-bottom: 1px solid #000;
}
.eshopCart__imgLink{}
.eshopCart__img{
	max-width:100px;
	max-height:100px;
}
.eshopCart__props{
	font-size:0.8em;
	color:@textXLight;
}
.eshopCart__smallPriceInfo{
	display:none;
	color:@textDark;
}
.eshopCart__smallOldPrice{
	color:@textXLight;
	font-size:0.8em;
	text-decoration:line-through;
	margin-right:10px;
}
.eshopCart__smallDiscount{
	display:none;
	color:@textXLight;
	font-size:0.8em;
}
.eshopCart__price{
	font-size:1.3em;
	color:@textDark;
}
.eshopCart__actualPrice{
	white-space: nowrap;
}
.eshopCart__oldPrice{
	color:@textXLight;
	font-size:0.8em;
	text-decoration:line-through;
}
.eshopCart__discount{
	color:@textLight;
	font-size:0.75em;
	font-weight:normal;
}


.eshopCart__quantity{}
.eshopCart__table .priceQty__wrapper{
	vertical-align:bottom;
}
.eshopCart__qtyMinus,
.eshopCart__qtyPlus{
	vertical-align:top;
	margin-top:3px;
}
.eshopCart__qty{}

.eshopCart__smallDel{
	display:none;
}
.eshopCart__total{
	white-space:nowrap;
	font-size: 1.4em;
	font-weight: bold;
}
td.eshopCart__del{
	padding:15px;
}
.eshopCart__delIcon,
a.eshopCart__delIcon{
	cursor:pointer;
	display:block;
	text-decoration: none;
    color: #888;
    font-size: 40px;
    line-height: 1;
}
.eshopCart__delIcon:hover,.eshopCart__delIcon:focus,.eshopCart__delIcon:active,
a.eshopCart__delIcon:hover,a.eshopCart__delIcon:focus,a.eshopCart__delIcon:active{
	color: #ff7500;
}

.eshopCart__clearLinkWrapper{
	margin:20px 0;
}
.eshopCart__clearLink,
a.eshopCart__clearLink{
	color: #000;
}
.eshopCart__grandTotal{
	font-size: 1.6em;
	text-align: right;
	margin-bottom: 30px;
}
.eshopCart__grandTotalValue{
	font-size: 1.2em;
	font-weight: bold;
}

.eshopCart__buttonsTable{
	width:100%;
}
.eshopCart__buttonsTableLeft{
	width:10px;
}
.eshopCart__buttonsTableCenter{
	text-align:center;
	width:100%;
}
.eshopCart__buttonsTableRight{
	width:10px;
	text-align: right;
}
.eshopCart__continueShop{
	font-size:1.2em;
	white-space:nowrap;
}
a.eshopCart__recalculate{
	white-space:nowrap;
}
.eshopCart__makeOrder{
	font-size:1.5em;
	white-space:nowrap;
}


@media screen and (min-width: 1200px) {
	.eshopCart__table td {
		padding: 7px 10px;
	}
	td.eshopCart__name {
		font-size:1.3em;
	}
	.eshopCart__price {
		font-size:1.5em;
	}
	.eshopCart_qty {
		font-size: 1.4em;
		width: 40px;
		padding: 3px 4px;
	}
	.eshopCart__qtyMinus,
	.eshopCart__qtyPlus {
		margin-top:4px;
	}
	.eshopCart__total{
		font-size:1.6em;
	}
	td.eshopCart__del{
		padding:20px;
	}
	.eshopCart__makeOrder{
		font-size:1.6em;
	}
}

@media screen and (min-width: 1540px) {
	.eshopCart__makeOrder{
		font-size:1.7em;
	}
}

@media screen and (max-width: 989px) {
	.eshopCart__thBig{
		display:none;
	}
	.eshopCart__thSmall{
		display:inline;
	}
	.eshopCart__thPrice,
	.eshopCart__price{
		display:none;
	}
	.eshopCart__smallPriceInfo{
		display:block;
	}
}

@media screen and (max-width: 768px) {
	.eshopCart__table{
		font-size:0.9em;
	}
	.eshopCart__qtyMinus,
	.eshopCart__qtyPlus {
		margin-top:2px;
	}
}

/* global restructuring */
/*@media screen and (max-width: 550px) {*/
@media screen and (max-width: 640px) {
	.eshopCart__table{
		font-size:1em;
	}
	.eshopCart__table th{
		display:none;
	}
	.eshopCart__del{
		display:none;
	}
	.eshopCart__table .tbl__filledRow td {
		background:none;
	}
	.eshopCart__table tr{
		border-bottom: 5px solid #d0d0d0;
	}
	.eshopCart__table td.eshopCart__pic{
		background: #eee;
		border: none;
		padding: 0;
		width: 10px;
	}
	.eshopCart__img {
		max-height: 150px;
		max-width: 100px;
	}
	td.eshopCart__name{
		width: auto;
		display: block;
		font-size:1em;
		font-weight: bold;
		padding:10px;
	}
	.eshopCart__smallOldPrice,
	.eshopCart__smallDiscount,
	.eshopCart__props{
		font-size:0.9em;
	}
	.eshopCart__smallDiscount{
		display:block;
	}
	.eshopCart__discount{
		display:none;
	}
	.eshopCart__table .tbl__lastRow td {
		border-bottom:none;
	}
	.eshopCart__table td.eshopCart__quantity {
		display: block;
		float: left;
		background: #eee;
		line-height: 22px;
		width:50%;
		min-width:110px;
	}
	.eshopCart__smallDel{
		display:inline-block;
		margin-left:20px;
	}
	.eshopCart__qtyMinus,
	.eshopCart__qtyPlus {
		margin-top: 4px;
	}
	.eshopCart__table td.eshopCart__total {
		display: block;
		background: #eee;
		font-size: 1.25em;
		height:40px;
		line-height: 40px;
		border:none;
	}

	table.eshopCart__buttonsTable td,
	table.eshopCart__buttonsTable td:hover{
		display:block;
		text-align:center;
		margin-bottom:10px;
		width:auto;
	}
	.eshopCart__makeOrder{
		margin-top:20px;
	}
}
@media screen and (max-width: 479px) {
	.eshopCart__quantity .priceQty__wrapper{
		width: 60px;
	}
	.eshopCart__quantity .eshopCart__smallDel{
		margin-left: 10px;
	}
}

/* === END Eshop Cart page === */


/* === Cart popup :: add to cart, one click === */
/* === ( cartProPopup, cartProPopup_oneClickBuy ) === */


.cartProPopup{
    background: #fff;
    text-align: left;
    max-width: 700px;
	min-width: 250px;
    margin: 10px auto;
    position: relative;
    background: #fff;
    box-shadow: 0 0 30px 0 #333;
}
.cartProPopup_oneClickBuy{
	max-width:680px;
}
.cartProPopup__header{
	padding: 20px 50px 0 50px;
	font-size: 30px;
	line-height: 1.2;
    font-weight: bold;
    text-align: center;
}
.cartProPopup__body{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	padding: 20px 30px 25px 30px;
}
.cartProPopup__itemPic{
	width: 140px;
	min-width: 140px;
	margin: 0 40px 0 0;
	flex-shrink: 0;
}
.cartProPopup__itemImg{
	max-width:100%;
	max-height:140px;
}
.cartProPopup__itemDetails{
	-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.cartProPopup__itemSku{
	color: #888;
    font-size: 0.9em;
}
.cartProPopup__itemName{
	font-size:22px;
	line-height: 1.2;
    margin-bottom: 5px;
}
.cartProPopup__itemProps{
	color:#888;
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 5px;
}
.cartProPopup__itemPrice{
	font-size: 15px;
}
.cartProPopup__itemPriceOld{
	color: #888;
	text-decoration:line-through;
	margin: 0 10px 0 8px;
}
.cartProPopup__itemInCart{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin-top: 20px;
	-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.cartProPopup__itemQty{
	margin-right: 40px;
}

.cartProPopup .priceQty__wrapper{
	padding: 0 30px;
	width: 110px;
}
.cartProPopup .priceQty__qty{
	border-width: 1px 0 1px 0;
	border-color: #ddd;
	padding: 5px;
	height: 34px;
}
.cartProPopup .priceQty__minus,
.cartProPopup .priceQty__plus{
	position: absolute;
	top: 0;
	width: 32px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #ddd;
}
.cartProPopup .priceQty__minus{
	left: 0;
	line-height: 30px;
}
.cartProPopup .priceQty__plus{
	right: 0;
}

.cartProPopup__itemUnit{
	margin-left: 10px;
	line-height: 32px;
}
.cartProPopup__itemCost{
	font-size:24px;
	line-height: 34px;
	white-space:nowrap;
	position: relative;
}
.cartProPopup__itemCostOld{
	color: #888;
	font-size: 16px;
    text-decoration: line-through;
    position: absolute;
    right: 0;
    top: -16px;
}
.cartProPopup__buttons{
	padding: 0 30px 25px 30px;
	/* background: #f2f2f2; */
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.cartProPopup__btnClose{
	margin: 0 35px;
}

/* one click */
.cartProPopup__oneClickInfo{
	width: 440px;
}
.cartProPopup__oneClickForm{
	margin-top:10px;
}
.cartProPopup__oneClickFormRow{
	padding: 5px 0;
	overflow:hidden;
}
.cartProPopup__oneClickFieldName{
	float:left;
	width: 130px;
	font-size: 16px;
	line-height:36px;
}
.cartProPopup__oneClickForm .form__text{
	padding:9px;
	width:310px;
}
.cartProPopup__oneClickForm .form__text:focus{
	border: 1px solid #000;
}
.cartProPopup__oneClickBtnRow{
	margin-top:30px;
}
.cartProPopup__oneClickSubmit{
	float: right;
	width: 177px;
}
.cartProPopup__oneClickBack{
	float:right;
	margin-right:50px;
}
.cartProPopup_oneClickBuy .privacyAgreement{
	margin-top:10px;
	margin-bottom:-10px;
}

.cartProUpdateCover{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#fff;
	opacity:0.5;
}

@media screen and (max-width: 767px) {
	.cartProPopup_oneClickBuy{
		max-width: 620px;
	}
	.cartProPopup__header{
		font-size:2em;
	}
	.cartProPopup__itemPic{
		width: 120px;
		min-width: 120px;
		margin-right: 20px;
	}
	.cartProPopup__body{
		padding: 15px 20px 30px 20px;
	}
	.cartProPopup__itemName{
		font-size: 20px;
	}
	.cartProPopup__buttons{
		padding: 0 20px 25px 20px;
	}
	.cartProPopup__btnClose{
		margin: 0 20px 0 0;
	}
	
	.cartProPopup_oneClickBuy {
		max-width: 415px;
	}
	.cartProPopup_oneClickBuy .cartProPopup__body{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.cartProPopup_oneClickBuy .cartProPopup__itemPic{
		width:auto;
		max-width: 100%;
		text-align:center;
		margin:0 0 15px 0;
	}
	.cartProPopup__oneClickFieldName {
	    width: 100px;
	}
	.cartProPopup__oneClickForm .form__text {
	    float: right;
	    width: 60%;
	}
}

@media screen and (max-width: 480px) {
	.cartProPopup__header{
		font-size: 22px;
	}
	.cartProPopup__body{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.cartProPopup__itemPic,
	.cartProPopup_oneClickBuy .cartProPopup__itemPic{
		width:auto;
		text-align:center;
		margin:0 0 15px 0;
	}
	.cartProPopup__itemImg{
		max-height:170px;
	}
	.cartProPopup__oneClickInfo{
		width:100%;
	}
	.cartProPopup__buttons{
		-ms-flex-wrap: wrap;
        flex-wrap: wrap;
		-webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
		padding-top: 0;
		background: none;
	}
	.cartProPopup__btnClose{
		margin: 0;
		-webkit-box-ordinal-group:3;
		-ms-flex-order:2;
		order:2;
		width: 100%;
    	text-align: center;
	}
	.cartProPopup__btnOrder{
		-webkit-box-ordinal-group:2;
		-ms-flex-order:1;
		order:1;
		margin-bottom: 15px;
		width: 100%;
    	text-align: center;
	}
	.cartProPopup__oneClickFieldName{
		float:none;
		display:block;
		line-height:1.2;
	}
	.cartProPopup__oneClickForm .form__text{
		width:100%;
	}
	.cartProPopup__oneClickSubmit{
		width:auto;
	}
	

	.cartProPopup__oneClickFieldName{
		float: left;
		width: 90px;
		font-size: 1.15em;
		line-height: 36px;
	}
	.cartProPopup__oneClickForm .form__text{
		width: 60%;
		float: right;
	}
}
@media screen and (max-width: 340px) {
	.cartProPopup__itemImg{
		max-height:150px;
	}
	.cartProPopup__oneClickFieldName{
		float: none;
		display:block;
		line-height:1.2;
	}
	.cartProPopup__oneClickForm .form__text{
		width: 100%;
		float: none;
	}

	.cartProPopup__oneClickBtnRow{
		text-align:center;
	}
	.cartProPopup__oneClickSubmit{
		float:none;
		width:100%;
	}
	.cartProPopup__oneClickBack{
		float:none;
		display:block;
		margin-top:15px;
	}
}


/* === END Cart popup :: add to cart, one click === */




/**
*	--== Eshop purchase ==--
*/


/* 	*** Eshop Order *** */

.eshopOrder{
	position:relative;
	padding-bottom: 100px;
    max-width: 1200px;
    margin: 0 auto;
}
.eshopOrder__pageHeader{
	text-align:center;
}
.eshopOrder__orderParams{
	border: 1px solid #d0d0d0;
	padding: 12px;
	margin:30px 0 20px 0;
	.bdrs(10px);
}
.eshopOrder__subHeader{
	text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.eshopOrder__block{
	width: 427px;
	margin: 20px auto;
	max-width: 100%;
}
.eshopOrder__field{
	padding:5px;
}
.eshopOrder__fieldName{
	width: 150px;
	float: left;
	line-height: 32px;
}
.eshopOrder__textField{
	width:250px;
	max-width:100%;
}
.eshopOrder__select{
	width:250px;
	max-width:100%;
}
.eshopOrder__textarea{
	width:100%;
	max-width:100%;
}
.eshopOrder__textareaWrapper{
	clear:left;
}
.eshopOrder__fieldSublist {
	overflow: hidden;
	visibility: visible;
	opacity: 1.0;
	max-height:1000px;
	-webkit-transition: max-height 1.0s;
	-moz-transition: max-height 1.0s;
	-o-transition: max-height 1.0s;
	transition: max-height 1.0s;
}
.eshopOrder__fieldSublistHidden {
	max-height: 0;
	visibility: hidden;
	opacity: 0.0;
	-webkit-transition: max-height 0.5s;
	-moz-transition: max-height 0.5s;
	-o-transition: max-height 0.5s;
	transition: max-height 0.5s;
}
.eshopOrder__fieldHint{
	font-size: 0.9em;
    margin: 5px 0;
    margin-left: 150px;
    font-style: italic;
}

.eshopOrder__login{}
.eshopOrder__loginForm{}
.eshopOrder__loginLinks{
	margin: 5px 6px 0 155px;
}
.eshopOrder__loginLinks a{
	float:right;
	font-size:0.9em;
}
.eshopOrder__loginReg{
	position: relative;
	top: -3px;
}
.eshopOrder__loginForgot{
	position:relative;
	top:-15px;
}
.eshopOrder__loginSubmit{
	font-size:1.2em;
	height:35px;
}

.eshopOrder__form{}
.eshopOrder__bankDetailsHeader{
	margin:15px 0 7px 0;
}
.eshopOrder__shippingMethods{
	width:80%;
}
.eshopOrder__shippingDescription{
	border: 1px solid @darkGrey;
	padding: 15px 20px;
	display: none;
	.bdrs(10px);
}
.eshopOrder__shippingMethodActive .eshopOrder__shippingDescription {
	display: block;
}

.eshopOrder__shippingName{
	display:block;
	min-height:17px;
	/* padding-left:25px; */
	position:relative;
	cursor:default;
	width: 250px;
	margin: 12px auto;
	padding-left: 30px;
}
.eshopOrder__shippingName:before{
	content:'';
	position:absolute;
	top:1px;
	left:0;
	width:16px;
	height:16px;
	box-sizing: border-box;
	border:1px solid #000;
	border-radius:50%;
	background: #fff;
	transition: all 0.2s;
}
.eshopOrder__shippingMethodActive .eshopOrder__shippingName:after{
	content: '';
    position: absolute;
    top: 4px;
    left: 3px;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-radius: 50%;
    background: #000;
    transition: all 0.2s;
}
.eshopOrder__shippingRadio:disabled + .eshopOrder__shippingName{
	color:#9e9e9e;
}
.eshopOrder__shippingRadio:disabled + .eshopOrder__shippingName:before{
	border-color:#9e9e9e;
}
.eshopOrder__shippingRadio:disabled + .eshopOrder__shippingName:after{
	background:#9e9e9e;
}

.eshopOrder__shippingFields{
	margin-bottom:0;
}
.eshopOrder__reqFields{
	margin:0 auto;
}

.eshopOrder__submitWrapper{
	position:absolute;
	left:0;
	bottom:10px;
	width:100%;
	text-align:center;
}
.eshopOrder__submit{
	font-size:2em;
	color: #fff;
	background: #ff7500;
	border-color: #ff7500;
	line-height: 50px;
}
.eshopOrder__submit:hover, .eshopOrder__submit:focus, .eshopOrder__submit:active{
	color: #fff;
}
.eshopOrder__submit:hover{
	background: #d66403;
	border-color: #d66403;
}
.eshopOrder__submit:active{
	background: #f87e16;
    border-color: #f87e16;
}
.eshopOrder__submit_disabled,
.eshopOrder__submit_disabled:hover,
.eshopOrder__submit_disabled:focus{
	color:#888;
	cursor: default;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.eshopOrder__orderContent .eshopCart__img{
	max-height: 50px;
	max-width: 75px;
}
.eshopOrder__orderContent{
	margin:0;
}
.eshopOrder__summary{
	font-size:1.4em;
	color:#000;
	margin-bottom:30px;
	position:relative;
}
.eshopOrder__summaryCover{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	z-index:2;
	display:none;
}
.eshopOrder__summaryUpdating .eshopOrder__summaryCover{
	display:block;
}
.eshopOrder__summaryRow{
	padding:7px;
	line-height: 43px;
	border-bottom: 1px solid #d0d0d0;
	overflow: hidden;
}
.eshopOrder__summaryRowTotal{
	font-weight:bold;
}
.eshopOrder__summaryName{
	float:left;
	max-width:60%;
}
.eshopOrder__summaryValue{
	float:right;
	font-weight:bold;
	white-space:nowrap;
}
.eshopOrder__summaryRowTotal .eshopOrder__summaryValue{
	font-size:1.6em;
}

.eshopOrder__agree{
	width:510px;
	max-width:100%;
	margin:0 auto;
}
.siblingSelectors .eshopOrder__agreeWrapper{
	padding-left:40px;
	position:relative;
}
.eshopOrder__agreeStyle{
}
.siblingSelectors .eshopOrder__agreeStyle{
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	display:inline-block;
}
.eshopOrder__agreeIcon{
	display:none;
}
.siblingSelectors .eshopOrder__agreeIcon{
	content:'';
	display:inline-block;
	width:29px;
	height:27px;
	background: url(@sprite_main) -29px -283px no-repeat;
}
.siblingSelectors .eshopOrder__agreeCheckbox:checked + .eshopOrder__agreeIcon{
	background: url(@sprite_main) 0 -283px no-repeat;
}
.siblingSelectors .eshopOrder__agreeCheckbox{
	position:absolute;
	left: -9999px;
}
.eshopOrder__agreeText{}
.eshopOrder__agreeText a{
	color: #000;
}

.eshopOrder__linksRow{
	margin:20px 0 15px 0;
}
.eshopOrder__linksWrapper{
	float:left;
	width:33.3%;
	text-align:center;
}
.eshopOrder__linksCol_1 .eshopOrder__linksWrapper{
	width:100%;
}
.eshopOrder__linksCol_2 .eshopOrder__linksWrapper{
	width:50%;
}
.eshopOrder__linksCol_3 .eshopOrder__linksWrapper{
	width:33.3%;
}
.eshopOrder__linksCol_4 .eshopOrder__linksWrapper{
	width:25%;
}
.eshopOrder__link{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #d0d0d0;
	text-decoration: none;
}
.eshopOrder__link:hover{
	border-bottom: 1px solid #000;
}
#eshopOrder__deliveryRates,
#eshopOrder__regionsInfo{
	background: #fff;
	text-align: left;
	max-width: 800px;
	min-width: 300px;
	margin: 10px auto;
	position: relative;
	padding: 30px 20px 20px 20px;
}

.eshopOrder .eshopCart__link,
.eshopOrder a.eshopCart__link{
	font-size: 14px;
}

@media screen and (min-width: 1540px) {
	.eshopOrder{
		padding:0 5%;
		padding-bottom:100px;
	}
}

@media screen and (max-width: 768px) {
	.eshopOrder__shippingMethods{
		width:100%;
	}
}
@media screen and (max-width: 640px){
	.eshopOrder__block {
		width:420px;
	}
	.eshopOrder__fieldName{
		float: none;
		display: block;
		line-height: 1.4;
	}
	.eshopOrder__textField{
		width:96%;
		max-width:96%;
	}
	.eshopOrder__loginLinks{
		margin: 5px 6px 0 5px;
	}
	.eshopOrder__orderContent .eshopCart__img {
	  max-height: 150px;
	  max-width: 100px;
	}
	.eshopOrder__textField{
		width:94%;
		max-width:94%;
	}
	.eshopOrder__fieldHint{
		margin-left:0;
	}
}
@media screen and (max-width: 480px){

	.eshopOrder__linksCol_1 .eshopOrder__linksWrapper,
	.eshopOrder__linksCol_2 .eshopOrder__linksWrapper,
	.eshopOrder__linksCol_3 .eshopOrder__linksWrapper,
	.eshopOrder__linksCol_4 .eshopOrder__linksWrapper{
		float:none;
		width:100%;
		margin-bottom:15px;
	}
}
/* 	*** END Eshop Order *** */


/* 	*** Eshop Order Accepted *** */

.orderAccepted{
	text-align: center;
}
.orderAccepted .mainCatalog{
	text-align: left;
}
.orderAccepted_thanks{
	font-size: 24px;
	font-weight: bold;
}
.orderAccepted_captionMain{
	font-size: 18px;
}
.orderAccepted_order{
	font-size: 20px;
    display: inline-block;
    padding: 5px 20px;
    background: #eee;
    margin: 10px 0;
}
.orderAccepted_orderNum{
	font-weight: bold;
}
.orderAccepted_orderNum:before{
	content: '—';
	display: inline-block;
	margin-right: 10px;
	font-weight: normal;
}
.orderAccepted_caption{
	font-size: 16px;
}
.orderAccepted_workTime{
	margin: 20px 0;
}
.orderAccepted .workSpecial{
	display: inline-block;
}
.orderAccepted_catalogCaption{
	font-size: 20px;
	text-align: left;
	margin: 25px 0;
}

/* 	*** END Eshop Order Accepted *** */



/**
*	=================
*	--== MODULES ==--
*	=================
*/

/*
*	--== Interiors (intr) ==--
*/


/* *** Interiors list *** */
.intrCards{
	font-size:0;
	margin: 0 -15px;
	margin-bottom:20px;
	display: -webkit-box;
    display: -ms-flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.intrCard{
	display: inline-block;
	vertical-align: top;
	position:relative;
	width: 33.33%;
	padding: 0 15px 30px 15px;
	font-size: 14px;

	display: -webkit-box;
    display: -ms-flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.intrCard__body{
	display: block;
	max-width: 460px;
	position: relative;
	z-index: 1;
}
.intrCard__body:hover{
	box-shadow: 0 0 20px 0 #ccc;
	transition: all 0.3s;
}
.intrCard__body:before {
    display: block;
    width: 100%;
    padding-top: 66.66%;
    content: '';
	z-index: 2;
}
.intrCard__img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-height:100%;
	max-width:100%;
	height:auto !important;
	width:auto !important;
	z-index: 3;
}
.intrCard__body:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40%;
	background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.9)),to(transparent));
	background: linear-gradient(0,rgba(0,0,0,0.9),transparent);
	opacity: 0.8;
	pointer-events: none;
	width: 100%;
	z-index: 4;
}

.intrCard__link,
a.intrCard__link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color:#fff;
	text-decoration:none;
	z-index: 5;
}

.intrCard__name{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 20%;
	min-height:50px;
	overflow:hidden;
	padding: 0 20px 10px 20px;
	padding: 0 4% 10px 5%;
	line-height: 1.1;
	font-size: 18px;
	font-weight: bold;
	z-index: 6;
}

.intrSectCards{
	font-size:0;
	/* margin-right: -4px; */
	margin: 0 -15px;
    /* padding-left: 1px; */
	margin-bottom:20px;
	display: -webkit-box;
    display: -ms-flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.intrSectCard{
	display: inline-block;
	vertical-align: top;
	position:relative;
	width: 33.33%;
	max-width: 460px;
	padding: 0 15px 30px 15px;
	font-size: 14px;

	display: -webkit-box;
    display: -ms-flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.intrSectCard:hover{
	box-shadow: 0 0 15px 0 #e2e2e2;
	transition: all 0.3s;
}
.intrSectCard__imgBox{
	display: block;
	position: relative;
}
.intrSectCard__imgBox:before {
    display: block;
    width: 100%;
    padding-top: 66.66%;
    content: '';
}
.intrSectCard:after{
	content: "";
	position: absolute;
	left: 0;
    right: 0;
    bottom: 0;
	height: 33%;
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.8)),to(transparent));
    background: linear-gradient(0,rgba(0,0,0,0.8),transparent);
    opacity: 0.8;
    pointer-events: none;
    width: 100%;
}
.intrSectCard__img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-height:100%;
	max-width:100%;
	height:auto !important;
	width:auto !important;
}
.intrSectCard__name{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 20%;
	min-height:50px;
	overflow:hidden;
	padding: 0 20px 10px 0;
	line-height: 1.1;
	font-size: 18px;
	font-weight: bold;
}
.intrSectCard__name a{
	display:inline-block;
	color:#fff;
	text-decoration:none;
	text-transform: uppercase;
	border-bottom: 2px solid #ff7500;
	padding-left: 20px;
}


/* filter */
.intrFilter__form{}
.intrFilter__body{
	display: -webkit-box;
    display: -ms-flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	/* -webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap; */
	margin: 0 -10px;
}
.intrFilter__field{
	width: 50%;
	max-width: 310px;
	padding: 0 10px 20px 10px;
}
.intrFilter__field:last-child{
	/* padding-right: 0; */
}
.intrFilter__titleOption{
	color: #9c9c9c;
}

.interior{}
.interior__visuals{
	display: -webkit-box;
    display: -ms-flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	/* -webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap; */

	margin-bottom: 30px;
}
.interior__visualsBox{
	width: 84%;
	max-width: 1280px;
}
.interior__visual{
	display: none;
	opacity: 0;
	transition: opacity 0.2s;
	/* text-align: center; */
}
.interior__visual_active{
	display: block;
	opacity: 1;
}
.interior__img{
	max-width:100%;
	max-height:100%;
	/* max-height: 95vh; */
	width:auto !important;
	height:auto !important;
}
.interior__img[data-mfp-src]{
	cursor: zoom-in;
}
.interior__visualsNav{
	width: 16%;
	padding-left: 30px;
	/* max-width: 230px; */
}
.interior__visualNav{
	width: 100%;
	margin-bottom: 20px;
	text-align: right;
	cursor: pointer;
}
.interior__visualNav_active{
	position: relative;
	/* box-shadow: 0 0 0px 4px #aaa; */
	cursor: default;
}
.interior__visualNav_active:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	border-collapse: collapse;
    box-shadow: inset 0 0 0px 4px #888;
}
.interior__visualNav_active .interior__imgNav{
	opacity: 0.75;
}
.interior__imgNav{
	max-width:100%;
	max-height:100%;
	width:auto !important;
	height:auto !important;
}
.interior__panoramaNav{
	position: relative;
}
.interior__panoramaNav:after{
	content: '';
	display: block;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(/_img/_icon_360.png) 50% 50% no-repeat;
    background-size: 100px;
}

.interior__info{
	margin-bottom: 50px;
}
.interior__descr{
	font-size: 16px;
}
.interior__products{
	margin-bottom: 70px;
}
.iSlider .intrCard__body:hover{
	box-shadow: 0 0 10px 0 #ccc;
}
.iSlider .intrCard{
	padding: 0;
}

@media screen and (max-width: 1440px){
}

@media screen and (min-width: 1281px) and (max-aspect-ratio: ~'2/1'){
	.interior__visual{
		text-align: center;
	}
	.interior__img{
		max-height: 95vh;
	}
}
@media screen and (max-width: 1280px){
	.intrCards{
		margin: 0 -10px;
	}
	.intrCard{
		padding: 0 10px 20px 10px;
	}
	.intrCard__name{
		/* padding: 0 30px 30px 30px; */
		/* font-size: 18px; */
	}
	.intrSectCard__name{
		/* padding: 0 30px 30px 0; */
		/* font-size: 18px; */
	}
	.interior__visuals{
		display: block;
	}
	.interior__visualsBox{
		width: 100%;
	}
	.interior__visual{
		text-align: center;
	}
	.interior__img{
		max-height: 95vh;
	}
	.interior__visualsNav{
		width: 100%;
		padding-left: 0;
		margin-top: 30px;

		display: -webkit-box;
	    display: -ms-flexbox;
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		-o-display: flex;
		display: flex;
	}
	.interior__visualNav{
		width: 25%;
		max-width: 180px;
		margin-right: 20px;
		margin-bottom: 0;
	}
	.interior__visualNav:last-child{
		margin-right: 0;
	}
}
@media screen and (max-width: 1024px){
    .intrCard{
        width: 50%;
    }
    .intrSectCard{
        width: 50%;
    }
	.interior__productsList{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 989px) {
	.interior__panoramaNav:after{
		background-size: 80px;
	}
}
/* @media screen and (max-width: 767px){ */
@media screen and (max-width: 640px){
	.intrCards{
		margin: 0;
	}
	.intrCard{
        width: 100%;
		max-width: 460px;
		padding: 0 0 30px 0;
		margin: 0 auto;
    }
	.intrCard__body{
	}
    .intrSectCard{
        width: 100%;
		margin: 0 auto;
		padding: 0 0 30px 0;
    }
	.interior__visualsNav{
		margin-top: 15px;
	}
	.interior__visualNav{
		margin-right: 10px;
	}
	.interior__panoramaNav:after{
		background-size: 60px;
	}
}
@media screen and (max-width: 479px){
	.interior__visualNav_active:after {
	    box-shadow: inset 0 0 0px 3px #888;
	}
	.interior__panoramaNav:after{
		background-size: 50px;
	}
}
@media screen and (max-width: 380px){
	.intrFilter__body{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0;
	}
	.intrFilter__field{
		width: 100%;
		max-width: 100%;
		padding: 0 0 20px 0;
	}
	.intrCard__name{
		padding: 0 2% 10px 4%;
	}
	.interior__panoramaNav:after{
		background-size: 40px;
	}
}




/*
*	--== Articles ==--
*/

.articlesCats img,
.articles img,
.article img{
	max-width:100%;
	height:auto !important;
}

/* *** Articles categories *** */
.articlesCats{
	margin:40px 0;
}
.articlesCats__item{
	padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #eee;
}
.articlesCats__name{
	font-size: 1.4em;
	margin-bottom:5px;
}
.articlesCats__nameLink{
	text-decoration:none;
}
.articlesCats__nameLink:hover, .articlesCats__nameLink:focus{
	text-decoration:underline;
}
.articlesCats__count{
	color:@textXLight;
    font-size: 0.8em;
}
.articlesCats__announce{
	overflow:hidden;
	font-size: 1.1em;
}
.articlesCats__announceLink{
	text-decoration:none;
	color:@text;
}

/* *** Articles list *** */
.articlesCards{
	font-size:0;
	/* margin-right: -4px; */
	margin: -0.5%;
    padding-left: 1px;
	margin-bottom:30px;
	display: -webkit-box;
    display: -ms-flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.page_wide .articlesCards{
	/* margin-right: -5px; */
}

.articleCard{
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	width: 24%;
	border: 1px solid #ececec;
	margin: 0.5%;
	position:relative;
	/* padding: 6%; */
	padding: 15px;


	display: -webkit-box;
    display: -ms-flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.articleCard:hover{
	box-shadow: 0 0 15px 0 #e2e2e2;
	transition: all 0.3s;
}
.page_wide .articleCard{
	width: 20%;
}
.articleCard__imgBox{
	display: block;
	position: relative;
}
.articleCard__imgBox:before {
    display: block;
    width: 100%;
    padding-top: 75%;
    content: '';
}
.articleCard__img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-height:100%;
	max-width:100%;
	height:auto !important;
	width:auto !important;
}
.articleCard__name{
	min-height:65px;
	overflow:hidden;
	padding: 10px 0;
	line-height: 1.1;
	font-size: 15px;
}
.articleCard__name a{
	display:inline-block;
	color:#000;
	text-decoration:none;
	font-size: 17px;
	font-weight: bold;
}
.articleCard__name a:hover{
	color:#ff7500;
}
.articleCard__announce{
	color: #777;
	line-height: 1.4;
}

.iSlider .articleCard{
	padding-bottom: 5px;
}
.iSlider .articleCard__name{
	height: 65px;
}
.iSlider .articleCard__announce{
	height: 60px;
	position: relative;
	overflow: hidden;
	line-height: 1.3;
}
.iSlider .articleCard__announce:after {
    content: '';
    display: block;
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
}



/* *** Article *** */
.article{}
.article__date{
    font-size:1.2em;
    font-style:italic;
    margin-bottom:20px;
}
.article__body{
	font-size: 16px;
	margin-bottom:50px;
	max-width: 1000px;
}
.article ul,
.article ol{
	margin: 10px 0;
}
.article ul li{
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative;
}
.article ul li:before{
	content: '';
	display: block;
	position: absolute;
	left: 8px;
	top: 11px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ff7500;
}
.article ol{
	list-style-type: decimal;
	padding-left: 20px;
}
.article ol li{
	padding-left: 5px;
	margin-bottom: 5px;
}
.article ol li ul li{
	padding-left: 20px;
}
.article p{
	margin: 0 0 7px 0;
}
.imgBox{
	margin: 10px 0;
}
.imgBox img{
	display: block;
	max-width: 850px;
    margin: 0 auto !important;
}
.imgBox > p,
.imgBox > div{
	margin: 5px 0;
	text-align: center;
	color: #777;
	font-size: 14px;
}

@media screen and (max-width: 1440px){
	.articlesCards{
        /* margin-right: -3px; */
    }
    .articleCard{
        width: 32.33%;
    }
    .page_wide .articlesCards{
		/* margin-right: -4px; */
	}
	.page_wide .articleCard{
		width: 24%;
	}
}
@media screen and (max-width: 1280px){
	.imgBox img{
		max-width: 100%;
	}
}
@media screen and (max-width: 1100px){
    .articlesCards{
        margin: -1%;
    }
    .articleCard{
        width: 48%;
		margin: 1%;
    }
    .page_wide .articlesCards{
		/* margin: -0.5%; */
	}
	.page_wide .articleCard{
		width: 32.33%;
	}
}
@media screen and (max-width: 989px) {
	.page_wide .articlesCards{
		margin-right: -1%;
	}
	.articleCard,
	.page_wide .articleCard{
		width: 31.33%;
		margin: 1%;
	}
}
@media screen and (max-width: 767px) {
	.articlesCards,
    .page_wide .articlesCards{
        /* margin-right: -2px; */
    }
    .articleCard,
    .page_wide .articleCard{
        width: 48%;
    }
    .articleCard__imgBox{
        padding: 8%;
    }
}
@media screen and (max-width: 479px) {
	.articlesCards,
    .page_wide .articlesCards{
        margin: -1% 0;
    }
    .articleCard,
    .page_wide .articleCard{
        width: 100%;
		margin: 1% 0;
    }
}

/* *** Products in articles (legacy) *** */
.eshopItemList_article{}
.eshopItemList_article .eshopItemList__item{
	text-align: center;
	border: 1px solid #eee;
	padding: 20px;
}
.eshopItemList_article .eshopItemList__itemHead{
	margin-bottom: 20px;
}
.eshopItemList_article .eshopItemList__link,
.eshopItemList_article a.eshopItemList__link{
	color: #000;
	text-decoration: none;
}
.eshopItemList_article a.eshopItemList__link:hover{
	text-decoration: underline;
}
.eshopItemList_article .eshopItemList__itemInfoPlacer{
	display: none;
}


/*
*	--== Info (news => offers) ==--
*/

.infoList{}
.infoRow{}
.infoItem{}
.infoDetails{}
.infoRow__link{}
.infoRow__title{}
.infoRow__date{}
.infoRow__body{}
.infoRow__img{}
.infoRow__announce{}

.infoItem{
	margin-bottom:50px;
}
.infoItem__img{
	float:left;
	width:24%;
	margin-right:3%;
	min-height:1px;
}
.infoItem__img img{
	max-width:100%;
	height:auto !important;
}
.infoItem__info{
	float:left;
	width:73%;
}
.infoItem__title,
a.infoItem__title{
	font-size:20px;
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #ccc;
}
.infoItem__title:hover,
a.infoItem__title:hover{
	text-decoration:none;
	border-bottom:1px solid #000;
}
.infoItem__date{
	color:#9c9c9c;
}
.infoItem__announce{
	margin-top:20px;
}

.infoDetails{}
.infoDetails__imgWrapper{
	margin-bottom: 25px;
}
.infoDetails__date{}
.infoDetails__navLink{
	display: inline-block;
	margin:25px 0;
}

/* Info block small */
.infoSmall{
	margin-bottom: 25px;
}
.infoSmall__header{
	position:relative;
}
.infoSmall__title{
	display:block;
	font-size: 23px;
    margin: 0 0 15px 0;
    line-height: 1.4;
}
.infoSmall__list{}
.infoSmall__row{
	border: 1px solid #d0d0d0;
padding: 10px;
margin-bottom: 10px;
}
.infoSmall__imgLink{
	display: block;
	text-align: center;
}
.infoSmall__img{
	max-width:100%;
	height:auto !important;
}
.infoSmall__data{
	margin-top:10px;
}
.infoSmall__name{
	margin-bottom:10px;
}
.infoSmall__nameLink,
a.infoSmall__nameLink{
	color:#000;
	font-size: 16px;
	text-decoration:none;
	border-bottom: 1px solid #ccc;
}
.infoSmall__nameLink:hover,
a.infoSmall__nameLink:hover{
	border-bottom: 1px solid #000;
}
.infoSmall__announce{
	color:#9c9c9c;
	line-height: 1.3;
}

@media screen and (max-width: 1100px){
	.infoItem__title,
	a.infoItem__title{
		font-size:18px;
	}
}
@media screen and (max-width: 989px){
	.infoSmall__row:after{
		content: "";
	    display: table;
	    clear: both;
	}
	.infoSmall__data{
		margin:0;
	}
	.infoSmall__imgLink{
		float:left;
		width:250px;
	}
	.infoSmall__data{
		margin-left:265px;
	}
}
@media screen and (max-width: 768px){
	.infoSmall__imgLink{
		width:38%;
		padding-right:15px;
		box-sizing: border-box;
	}
	.infoSmall__data{
		margin-left:38%;
	}
	.infoSmall__nameLink,
	a.infoSmall__nameLink{
		/* font-size: 14px; */
	}
}
@media screen and (max-width: 540px){
	.infoSmall__imgLink{
		width:100%;
		padding:0;
		float:none;
	}
	.infoSmall__data{
		margin:10px 0 0 0;
	}
}
@media screen and (max-width: 479px){
	.infoItem__img{
		width:90px;
		margin-right:15px;
	}
	.infoItem__info{
		width:auto;
		float:none;
		margin-left:105px;
	}
	.infoItem__title,
	a.infoItem__title{
		font-size:16px;
	}
}
@media screen and (max-width: 375px){
	.infoItem__announce{
		display:none;
	}
}


/*
*	--== Actions ==--
*/
.actions{
	margin: 0 -1% 40px -1%;
	font-size: 0;
}
.action{
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 23%;
	margin: 0 1% 2% 1%;
	font-size: 14px;
}
.action__img{}
.action__info{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
	overflow: hidden;
	background: #eee;
	padding: 6% 0;
}
.action__infoImg{
    margin-top: -6%;
}
.action_active .action__img{}
.action_active .action__info{
	visibility: visible;
	opacity: 1;
}
.action__benefit{
	display: inline-block;
	background: #ff7500;
	color: #fff;
	/* font-weight: bold; */
	line-height: 40px;
	padding: 0 6%;
	margin: 0 0 6% 0;
	font-size: 20px;
	text-shadow: 2px 2px 5px #333;
	position: relative;
	height: 40px;
}
.action__benefit:after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -12px;
    border-right: 12px solid transparent;
    border-top: 40px solid #ff7500;
}
.action__info ul{
    padding: 0 3% 0 6%;
}
.action__info li{
	padding-left: 20px;
    line-height: 1.3;
    position: relative;
	margin-bottom: 3%;
}
.action__info li:before{
	content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #ff7500;
    position: absolute;
    top: 5px;
    left: 0;
}
.action__info p{
	padding: 0 3% 0 6%;
	margin-bottom: 6%;
	line-height: 1.3;
}
.action__note{
	padding: 0 3% 0 6%;
	font-size: 0.9em;
	line-height: 1.1;
}

.actionsSmall{
	font-size: 0;
}
.actionsSmall .action{
	width: 100%;
	margin: 0 0 20px 0;
}

.slick-initialized .action{
	margin: 10px;
}
@media screen and (max-width: 1360px){
	.actionsSmall .action{
		font-size: 13px;
	}
	.action__benefit{
		line-height: 34px;
		height: 34px;
	}
	.action__benefit:after{
		border-top-width: 34px;
	}
}
@media screen and (max-width: 1279px){
	.action{
		width: 31.33%;
		/* margin-bottom: 2%; */
	}
}
@media screen and (max-width: 989px){
	.actionsSmall{
		margin: 0 -1%;
	}
	.actionsSmall .action{
		width: 31.33%;
		margin: 0 1%;
		font-size: 14px;
	}
}
@media screen and (max-width: 860px){
	.action{
		width: 47%;
	    margin: 0 1.5% 3% 1.5%;
	}
	.actionsSmall{
		margin: 0 -1.5%;
	}
	.actionsSmall .action{
		width: 47%;
		margin: 0 1.5%;
	}
}
@media screen and (max-width: 540px){
	.actions{
		margin: 0 0 40px 0;
	}
	.action{
		display: block;
		width: 100%;
		max-width: 375px;
		margin: 0 auto 10px auto;
	}
	.actionsSmall{
		margin: 0;
	}
	.actionsSmall .action{
		width: 100%;
	    margin: 0 auto 30px auto;
	}
}


/* =========== COMMENTS =========== */

/* *** Comments small *** */

.commentsSmall{}
.commentsSmall__title{
	display:block;
	font-size: 23px;
    margin: 0 0 15px 0;
    line-height: 1.4;
}
.commentsSmall__row{
	margin-bottom: 30px;
}
.commentsSmall__head{
	font-weight:bold;
	margin-bottom:10px;
	background: #eee;
	padding: 5px 10px;
}
.commentsSmall__text{

}
.commentsSmall__moreLink{
	margin-top: 10px;
	text-align: center;
}

/* *** END Comments small *** */



/* *** Comments page *** */

.comments__item{
	margin:25px 0 0 0;
}
.comments__body{}
.comments__header{
	font-weight: bold;
	margin:10px 0 12px 0;
}
.comments__message{
	background: #eee;
	padding: 15px;
	color:#000;
	font-size:13px;
	position:relative;
}
.comments__message:before{
	content: '';
    position: absolute;
    left: 20px; top: -10px;
    border: 5px solid transparent;
    border-bottom: 5px solid #eee;
    border-left: 5px solid #eee;
}
.comments__answer .comments__header,
.comments__answer .comments__message{
	color:#000;
	font-size:14px;
}
.comments__answer .comments__header{
	margin:0 0 10px 0;
}
.comments__answer .comments__body{
	margin-left: 115px;
    padding: 15px;
    background: #ddd;
    margin-top: 3px;
}
.comments__answer.comments__item{
	margin:0;
}
.comments__answer .comments__message{
	background: none;
	border-radius: 0;
	padding: 0;
}
.comments__answer .comments__message:before{
	display:none;
}

@media screen and (max-width: 480px) {
	.comments__answer .comments__body{
		margin-left:55px;
	}
}



/**
*	======================
*	--== Other styles ==--
*	======================
*/

/* *** Page delivery *** */
.deliveryInfo{
	max-width: 100%;
}
.deliveryDescriprion{
	max-width: 800px;
    margin: 0 auto;
}
.deliveryVisual{
	background: #f1f1f1;
	overflow: hidden;
	position: relative;
	margin-top: 40px;
	background: #f1f1f1 url('/_img/_delivery_map.png') -30px 0 no-repeat;
}
.deliveryVisual_car{
	width: 603px;
	height: 231px;
	position: absolute;
	left: 100%;
	bottom: 0;
	transition: left 1s ease-in-out, right 1s ease-in-out;
}
.deliveryVisual_car_go{
	left: 550px;
}
.deliveryVisual_box{
	position: relative;
	padding: 30px 40px 0 40px;
}
.deliveryVisual_header{
	max-width: 650px;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 40px;
	line-height: 1.1;
}
.deliveryVisual_benefit{
	position: relative;
	max-width: 580px;
	margin-bottom: 20px;
	min-height: 50px;
	font-size: 16px;
	line-height: 1.2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.deliveryVisual_benefit_time{}
.deliveryVisual_benefit_transport{
	max-width: 500px;
}
.deliveryVisual_benefit:before{
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	min-width: 50px;
	margin-right: 15px;
}
.deliveryVisual_benefit_transport:before{
	height: 44px;
}
.deliveryVisual_benefit_time:before{
	height: 47px;
}

.popup .deliveryVisual{
	background: #fff url('/_img/_delivery_map.png') -30px 0 no-repeat;
	margin: 0 -50px;
}

.deliveryData{
	margin-top: 40px;
}
.deliveryDataGrid{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.deliveryData_block{
	width: 45%;
    margin-bottom: 20px;
}
.deliveryData_blockHeader{
	font-size: 16px;
	font-weight: bold;
    margin-bottom: 10px;
}
.deliveryData_blockText{}
.deliveryData_blockText p{
	margin-bottom: 10px;
}
	
.deliveryPrice__mobile{
	display:none;
}
@media screen and (max-width: 1365px){
	.deliveryVisual_benefit_transport {
	    max-width: 450px;
	}
	.deliveryVisual_car_go{
		left: 500px;
	}
}
@media screen and (max-width: 1280px){
	.deliveryVisual_car{
		width: 482px;
	}
	.deliveryVisual_car_go{
		left: 435px;
	}
	.deliveryVisual_header{
		max-width: 100%;
		font-size: 32px;
	}
	.deliveryVisual_benefit{
		font-size: 14px;
		max-width: 420px;
	}
	.deliveryVisual_benefit_transport{
		max-width: 380px;
	}
}
@media screen and (max-width: 1280px){
	.deliveryVisual_car_go{
		left: 415px;
	}
}
@media screen and (max-width: 767px){
	.deliveryVisual_box{
		padding: 20px 20px 0 20px;
	}
	.deliveryVisual_header{
		font-size: 28px;
	}
	.deliveryVisual_benefit{
		min-height: 40px;
		max-width: 360px;
	}
	.deliveryVisual_benefit_transport {
	    max-width: 320px;
	}
	.deliveryVisual_benefit:before{
		width: 40px;
		height: 40px;
		min-width: 40px;
		-webkit-background-size: 40px 40px;
		background-size: 40px 40px;
	}
	.deliveryVisual_benefit_transport:before{
		height: 34px;
	}
	.deliveryVisual_benefit_time:before{
		height: 37px;
	}
	.deliveryVisual_car_go{
		left: 345px;
	}
	
	.popup .deliveryVisual{
		margin: 0 -25px;
	}
	
	.deliveryPrice__mobile{
		display:table;
	}
	.deliveryPrice{
		display:none;
	}
}
@media screen and (max-width: 640px){
	.deliveryVisual_box{
		padding-bottom: 30px;
	}
	.deliveryVisual_benefit_transport {
	    max-width: 280px;
	}
	.deliveryVisual_car{
		width: 370px;
	}
	.deliveryVisual_car_go{
		left: 240px;
	}
	.deliveryData_block{
		width: 100%;
	}
}
@media screen and (max-width: 540px){
	.deliveryVisual_header{
		font-size: 26px;
	}
}
@media screen and (max-width: 480px){
	.deliveryVisual_benefit,
	.deliveryVisual_benefit_transport{
		max-width: 100%;
	}
	.deliveryVisual_car{
		width: 280px;
		left: auto;
		right: -100%;
	}
	.deliveryVisual_car_go{
		right: 0;
	}
	.deliveryVisual_box{
		padding: 20px 15px 75px 15px;
	}
	.deliveryVisual_header{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.deliveryVisual_benefit:before{
		margin-right: 10px;
	}
	
	.popup .deliveryVisual{
		margin: 0 -15px;
	}
}
@media screen and (max-width: 360px){
	.deliveryVisual_header{
		font-size: 21px;
	}
	.deliveryVisual_car{
		max-width: 85%;
	}
}

/* *** Page payment *** */
.paymentInfo{
	max-width: 100%;
}
.paymentData{
	margin-top: 40px;
}
.paymentDataGrid{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.paymentData_block{
	width: 45%;
    margin-bottom: 30px;
}
.paymentData_blockHeader{
	font-size: 16px;
	font-weight: bold;
    margin-bottom: 10px;
}
.paymentData_blockHeader:before{
	
}
.paymentData_blockHeader{
	margin-bottom: 10px;
	min-height: 30px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.paymentData_blockHeader:before{
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	min-width: 30px;
	margin-right: 15px;
}
.paymentData_blockText{}
.paymentData_blockText p{
	margin-bottom: 10px;
}
@media screen and (max-width: 767px){
	.paymentData_blockHeader{
		font-size: 16px;
	}
}
@media screen and (max-width: 640px){
	.paymentData_block{
		width: 100%;
	}
}


.visualBox{
	background: #ebebeb;
	position: relative;
	background-size: cover;
	background-position: 60% 50%;
	height: 288px;
}
.visualBox_info{
	padding: 50px 80px;
}
.visualBox_header{
	font-size: 48px;
    font-weight: bold;
    line-height: 1.1;
}
.visualBox_text{
	font-size: 18px;
}
.visualBox_hint{}
.visualBox_row{
	display: block;
}

.showroom__top{
	margin-bottom: 40px;
}
.showroom__top .visualBox_header{
	margin-bottom: 30px;
}
.showroom__visual{
	text-align: center;
}
@media screen and (max-width: 1380px) {
	.visualBox_header{
		font-size: 42px;
	}
}
@media screen and (max-width: 1240px) {
	.visualBox{
		height: 262px;
	}
	.visualBox_info {
		padding: 50px 50px;
	}
	.visualBox_header{
		font-size: 36px;
	}
}
@media screen and (max-width: 989px) {
	.visualBox_header{
		font-size: 32px;
	}
}
@media screen and (max-width: 768px) {
	.visualBox{
		height: 200px;
	}
	.visualBox_info {
		padding: 30px 20px;
	}
	.visualBox_header{
		font-size: 24px;
	}
	.visualBox_text{
		font-size: 14px;
		font-weight: bold;
	}
}
@media screen and (max-width: 520px) {
	.visualBox{
		display: -webkit-box;
	    display: -ms-flexbox;
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		-o-display: flex;
		display: flex;
		-webkit-box-align: center;
    	-ms-flex-align: center;
        align-items: center;
	}
}
@media screen and (max-width: 479px) {
	.visualBox{
	}
	.visualBox_info {
		padding: 20px 20px;
	}
	.visualBox_header{
		font-size: 18px;
	}
	.visualBox_row{
		display: inline;
	}
}


.addrImgs{
	margin-left: -2%;
}
.addrImgBox{
	display: inline-block;
	width: 48%;
	margin-left: 2%;
	float: left;
	max-width: 400px;
}
.addrImg{}


/* *** Yandex Map on contacts page *** */
#contactPageMap{
	width:100%;
	height:330px;
	margin-bottom: 30px;
}
@media screen and (max-width: 989px) {
	#contactPageMap{height:270px;}
}
@media screen and (max-width: 768px) {
	#contactPageMap{height:240px;}
}
@media screen and (max-width: 640px) {
	#contactPageMap{height:200px;}
}
@media screen and (max-width: 480px) {
	#contactPageMap{height:190px;}
}
