@charset "UTF-8";
html,
body {
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: "PFDinTextCondPro-Regular", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4em;
	color: #222;
}

html {
    height: 100%;
}

body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    flex-direction: column;
    height: 100%;
}

header{
   flex: 0 0 auto;
}

main{
   flex: 1 0 auto;
}

footer{
   flex: 0 0 auto;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
*:before,
*:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.mono {
	font-family: 'InputMono', sans-serif;
}


div, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, select, input, textarea, img, dl, dt, dd, table, div, td, theder, button, blockquote, article, aside, audio, canvas, command, datalist, details, figcaption, figure, footer, header, hgroup, keygen, mark, menu, meter, main, nav, output, progress, rp, rt, ruby, section, source, summary, time, video, wbr {
	padding: 0;
	margin: 0;
}

article, aside, audio, canvas, command, datalist, details, figcaption, figure, footer, header, hgroup, keygen, mark, menu, meter, nav, output, progress, rp, rt, ruby, section, source, summary, time, video, wbr, address {
	display: block;
	font-style: normal;
}

a {
	color: #30305c;
	text-decoration: none;
}

a:hover {
	color: #30305c;
	text-decoration: underline;
}

img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

h1 {font-size: 200%;}
h2 {font-size: 150%;}
h3 {font-size: 120%;}
h4 {font-size: 110%;}
h5 {font-size: 100%;}
h6 {font-size: 90%;}

h1, h2, h3, h4, h5, h5 {
	font-weight: 400;
	line-height: 1.4em;
	text-transform: uppercase;
}

ul {
	list-style: none;
}

a:active, 
a:focus, 
input, 
textarea, 
button,
.slick-active,
.ui-state-active {
	outline: none;
}

table {
    width: 100%;
    margin-bottom: 1.5em;
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
    font-size: 1em;
    line-height: 1.4em;
    position: relative;
}
b, strong {
	font-weight: 400 !important;
}

/******************/
button, 
input, 
select, 
textarea {
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	font-family: "PFDinTextCondPro-Regular", sans-serif;
	-moz-border-radius: 0px;
		 border-radius: 0px;
}

form, 
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

button, 
input {
	line-height: normal;
}

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	cursor: pointer;
}

button[disabled], 
input[disabled] {
	cursor: default;
}

input[type="checkbox"], 
input[type="radio"] {
	padding: 0;
}

button::-moz-focus-inner, 
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

::-webkit-input-placeholder {
	font-size: inherit;
	color: #00b101;;
	font-weight: 400;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	   -moz-transition: opacity 0.3s ease;
			transition: opacity 0.3s ease;
}

::-moz-placeholder {
	font-size: inherit;
	color: #00b101;;
	font-weight: 400;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	   -moz-transition: opacity 0.3s ease;
			transition: opacity 0.3s ease;
}

:-moz-placeholder {
	font-size: inherit;
	color: #00b101;;
	font-weight: 400;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	   -moz-transition: opacity 0.3s ease;
			transition: opacity 0.3s ease;
}

:-ms-input-placeholder {
	font-size: inherit;
	color: #00b101;;
	font-weight: 400;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	   -moz-transition: opacity 0.3s ease;
			transition: opacity 0.3s ease;
}

:focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	   -moz-transition: opacity 0.3s ease;
			transition: opacity 0.3s ease;
}

:focus::-moz-placeholder {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	   -moz-transition: opacity 0.3s ease;
			transition: opacity 0.3s ease;
}

:focus:-ms-input-placeholder {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	   -moz-transition: opacity 0.3s ease;
			transition: opacity 0.3s ease;
}

.cf:before, 
.cf:after {
	content: '';
	display: block;
	overflow: hidden;
}

.cf:after {
	clear: both;
}
/*BASE*/
.container {
	overflow-x: hidden;
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: normal;
	align-items: normal;
	margin-left: -10px;
	margin-right: -10px;
	align-content: stretch;
}
.col {
	width: 100%;
	padding: 0 10px;
	flex: 0 0 auto;
}

.col-12 {width: 100%;}
.col-11 {width: 91.66666666%;}
.col-10 {width: 83.33333333%;}
.col-9 {width: 75%;}
.col-8 {width: 66.66666666%;}
.col-7 {width: 58.33333333%;}
.col-6 {width: 50%;}
.col-5 {width: 41.66666666%;}
.col-4 {width: 33.33333333%;}
.col-3 {width: 25%;}
.col-2 {width: 16.66666666%;}
.col-1 {width: 8.33333333%;}


/* select */
.jq-selectbox {
	width: 100%;
	padding: 0px;
	display: block;
	background: #f4f4f4;
	font-size: 0.8em;
	font-weight: 400;
	line-height: 32px;
	text-align: left;
	color: #999;
	vertical-align: top;
	cursor: pointer;
	position: relative;
}
.jq-selectbox .jq-selectbox__select {
	height: 34px;
	padding: 0 37px 0 17px;
	border: 1px solid #222;
	z-index: 3;
}
.jq-selectbox .jq-selectbox__select-text {
	width: 100% !important;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.jq-selectbox .jq-selectbox__trigger {
	width: 37px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
.jq-selectbox .jq-selectbox__trigger-arrow {
	width: 9px;
	height: 5px;
	margin: -2px 0 0 -5px;
	background-image: url(svg/arrow-grey-down.svg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
}
.jq-selectbox .jq-selectbox__dropdown {
	width: 100%;
	background: #f4f4f4;
	line-height: 12px;
	top: 34px !important;
	z-index: 1;
}
.jq-selectbox .jq-selectbox__dropdown ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	max-height: 224px;
	background: #f4f4f4;
}
.jq-selectbox .jq-selectbox__dropdown ul li {
	padding: 8px 9px 8px 17px;
}
.jq-selectbox .jq-selectbox__dropdown ul li.selected, 
.jq-selectbox .jq-selectbox__dropdown ul li:hover {
	background: #e5e5e5;
}
.jq-selectbox .jq-selectbox__dropdown ul li.disabled {
	color: #bcbec0;
	background: #fcfcfc;
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow {
	background-image: url(svg/arrow-grey-up.svg);
}
/* end select */
/* radio */
.jq-radio {
	width: 10px;
	height: 10px;
	margin: 2px 8px 0px 0px;
	display: inline-block;
	border: 1px solid #676c71;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
}
.jq-radio.checked {
	border: 2px solid #e7ac1e;
}
.jq-radio.checked .jq-radio__div {
	width: 4px;
	height: 4px;
	margin: -2px 0px 0px -2px;
	display: block;
	background: #e7ac1e;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
}
/* ens radio */
/* checkbox */
.jq-checkbox {
	width: 10px;
	height: 10px;
	margin: 2px 8px 0px 0px;
	display: inline-block;
	border: 1px solid #676c71;
	cursor: pointer;
	position: relative;
}
.jq-checkbox.checked {
	border: 2px solid #e7ac1e;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 4px;
	height: 4px;
	margin: -2px 0px 0px -2px;
	display: block;
	background: #e7ac1e;
	position: absolute;
	top: 50%;
	left: 50%;
}
/* end checkbox */
/* number */
.jq-number {
	width: 118px;
	height: 34px;
	padding: 0px 37px 0px 17px;
	background: #f4f4f4;
	font-size: 12px;
	font-weight: 300;
	line-height: 34px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.jq-number .jq-number__field {
	width: 100%;
}
.jq-number .jq-number__field input {
	width: 100%;
	height: 34px;
	display: block;
	border: none;
	background: none;
	font-size: 12px;
	font-weight: 300;
	line-height: 34px;
	color: #676c71;
	-moz-appearance: textfield;
}
.jq-number .jq-number__field input::-webkit-inner-spin-button, 
.jq-number .jq-number__field input::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}
.jq-number .jq-number__spin {
	width: 37px;
	height: 50%;
	display: block;
	text-indent: -9999px;
	overflow: visible;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 99;
}
.jq-number .jq-number__spin:after {
	width: 9px;
	height: 5px;
	margin: -2px 0px 0px -5px;
	display: block;
	content: '';
	background-position: 0px 0px;
	background-repeat: no-repeat;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
}
.jq-number .jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number .jq-number__spin.minus:after {
	background-image: url(svg/arrow-grey-down.svg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	top: auto;
	bottom: 50%;
}
.jq-number .jq-number__spin.plus:after {
	background-image: url(svg/arrow-grey-up.svg);
}
/* end number */

.back-link {
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	color: #222;
	text-decoration: none;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
		-ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
		 -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
			transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.back-link:before {
	content: '';
	display: block;
	width: 40px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: left center;
    background-image: url(images/backlink__arrow.png);
}
.back-link:hover {
	color: #cfcfcf;
	text-decoration: none;	
}

.entry table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border-spacing: 0px;
	border: none;
	font-size: 0.8em;
	line-height: 1.4em;
	position: relative;
}

.entry table th, 
.entry table td {
	padding: 5px;
	vertical-align: middle;
	border: 1px solid #222;
	text-align: center;
	position: relative;
}

.entry table td {
	text-align: center;
}

.entry table td:first-child {
	text-align: left;
}


/*SLIDER*/
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	-ms-touch-action: pan-y;
		touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-arrow {
	width: 13px;
	height: 22px;
	margin-top: -11px;
	padding: 0px;
	display: block;
	border: none;
	background: none;
	text-indent: -9999em;
	overflow: hidden;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	-moz-background-size: 100% 100%;
		 background-size: 100% 100%;
	position: absolute;
	top: 50%;
	z-index: 10;
}
.slick-slider .slick-arrow.slick-hidden {
	display: none;
}
.slick-slider .slick-arrow.slick-prev {
	left: 0px;
}
.slick-slider .slick-arrow.slick-prev:hover {
}
.slick-slider .slick-arrow.slick-next {
	right: 0px;
}
.slick-slider .slick-arrow.slick-next:hover {
}
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-slider .slick-list:focus {
	outline: none;
}
.slick-slider .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	position: relative;
	left: 0;
	top: 0;
	display: block;
}
.slick-slider .slick-track:before, 
.slick-slider .slick-track:after {
	content: "";
	display: table;
}
.slick-slider .slick-track:after {
	clear: both;
}
.slick-loading .slick-slider .slick-track {
	visibility: hidden;
}
.slick-slide__item {
	float: left;
	/*height: 100%;*/
	min-height: 1px;
	position: relative;
	display: none;
}
[dir="rtl"] .slick-slide__item {
	float: right;
}
.slick-vertical .slick-slide__item {
    margin: 0px 0px 0px;
    display: block;
    height: auto;
}
.slick-slide__item img {
	display: block;
}
.slick-slide__item.slick-loading img {
	display: none;
}
.slick-slide__item.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide__item {
	display: block;
}
.slick-loading .slick-slide__item {
	visibility: hidden;
}
.slick-vertical .slick-slide__item {
	display: block;
	height: auto;
}

/*FANCY*/
.fancybox-wrap {
	padding: 8px 0px 0px;
}
.fancybox-skin {
	padding: 0px !important;
	border: 1px solid #f4f4f4;
	background: #FFFFFF;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.fancybox-close {
	width: 24px;
	height: 24px;
	text-shadow: none;
	background-image: url(svg/close-yellow.svg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	top: -28px;
	right: -28px;
}
.fancybox-close:hover {
	background-image: url(svg/close-yellow.svg);
}
.fancybox-prev span, 
.fancybox-next span {
	width: 18px;
	height: 30px;
	margin-top: -15px;
	padding: 0px;
	display: block;
	border: none;
	background: none;
	text-indent: -9999em;
	overflow: hidden;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
}
.fancybox-prev {
	left: -38px;
}
.fancybox-next {
	right: -38px;
}
.fancybox-prev span {
	background-image: url(svg/arrow-grey-left.svg);
	left: 0px;
}
.fancybox-prev span:hover {
	background-image: url(svg/arrow-yellow-left.svg);
}
.fancybox-next span {
	background-image: url(svg/arrow-grey-right.svg);
	right: 0px;
	left: auto;
}
.fancybox-next span:hover {
	background-image: url(svg/arrow-yellow-right.svg);
}


/*MAIN*/
.center-box {
	width: 1140px;
	margin: 0 auto;
	position: relative;
	/*z-index: 10;*/
}


/*SECTIONS*/
.sect-title {
	margin-bottom: 50px;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
}
.sect-title h3 {
	color: #30305c;
	font-size: 3em;
	line-height: 1.1em;
}
.sect-title__link {
    padding: 10px 20px;
    font-size: 0.9em;
    line-height: 1.4em;
    background: #ebebeb;
	display: block;
}
.sect-title a,
.sect-title a:hover {
	color: #222;
	text-decoration: none;
}
.sect-title__link:after {
	content: '';
    display: inline-block;
    margin: 0 0 0 0.5em;
    width: 25px;
    height: 11px;
    line-height: 1.4em;
    background-image: url(images/title-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.sect-border {
	border-top: 2px solid #cfcfcf;
	position: relative;
}
.sect-border:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	border: 2px solid #cfcfcf;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: -16px;
	-moz-border-radius: 50%;
		 border-radius: 50%;
	background: #fff;
}

.section-menu {
	background-color: #cfcfcf;
	color: #fff;
}
.section-bottom {
	background-color: #30305c;
	color: #fff;
}
.section-copyright {
	color: #cfcfcf;
}
.section-advantages {
	padding: 70px 0 40px;
	background-color: #eff3f9;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/bg__section-advantages.png);
}
.section-terms {
	padding: 70px 0 40px;
}
.section-effects {
	padding: 70px 0 40px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/bg__section-effects.png);
}
.section-catalog {
	padding: 40px 0 40px;
}
.section-crumbs {
	padding: 25px 0;
}
.section-static {
	padding: 10px 0 40px;
}
.section-cart {
	padding: 10px 0 40px;
}
.section-order {
	padding: 10px 0 40px;
}
.section-gallery {
	padding: 10px 0 40px;
}
.section-price {
	padding: 10px 0 40px;
}
.section-personal {
	padding: 10px 0 40px;
}

/*BLOCKS*/

/*PHONE*/
.phone-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;
	color: #222;
}
.phone-block:before {
	content: '';
	display: block;
	flex: 0 0 auto;
	width: 50px;
	height: 50px;
    background-image: url(images/phone__black.png);
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
		 background-size: 100% 100%;
}
.phone-block .phone {
	margin: 0 0 0 10px;
	font-size: 1.5em;
	line-height: 1.4em;
}
.white.phone-block {
	color: #fff;
}
.white.phone-block:before {
    background-image: url(images/phone__white.png);
}

/*MAIN MENU*/
.main-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
	align-items: center;	
}
.main-burger {
	display: none;
}
.main-menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
	align-items: center;
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #fff;
}
.main-menu__list a {
	display: block;
	padding: 20px 15px;
	color: #30305c;
	text-decoration: none;
	text-align: center;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
		-ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
		 -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
			transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.main-menu__list a:hover {
	color: #30305c;
	text-decoration: none;
	background-color: #ebebeb;
}


/*HEADER*/
.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	padding: 35px 0;
}

.header__logo {flex: 0 0 auto;}
.header__center {flex: 0.35 1 auto;}
.header__cart {flex: 0 0 auto;}

.header__center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
}
.header__phone {flex: 0 1 auto;}
.header__time {flex: 0 1 auto;}

.header__logo a {
    width: 190px;
    height: 120px;
    display: block;
    background-image: url(images/logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: contain;
		 background-size: contain;
    text-indent: -9999em;
	font-size: 0;
    overflow: hidden;
    position: relative;
}

.header__time {
	text-align: center;
}

.head-cart {
	min-width: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	font-size: 1.3em;
	line-height: 1.4em;
	background-color: #ebebeb;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
		-ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
		 -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
			transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.head-cart:hover {
	text-decoration: none;
	color: #222;
	background-color: #cfcfcf;
}
.head-cart:before {
	content: '';
	display: block;
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
    background-image: url(images/cart.png);
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
		 background-size: 100% 100%;
}
.head-cart > span {
	margin-left: 0.5em;
}

.main-search .search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	width: 260px;
	position: relative;
}
.search-form__field {
	position: relative;
}
.search-form__submit {
	position: relative;
}
.menu-input {
	width: 220px;
	height: 40px;
	border: none;
	padding: 0 5px;
	border-bottom: 2px solid #fff;
	background-color: #cfcfcf;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #fff;
}
.menu-input::-webkit-input-placeholder {color: #fff;}
.menu-input::-moz-placeholder {color: #fff;}
.menu-input:-moz-placeholder {color: #fff;}
.menu-input:-ms-input-placeholder {color: #fff;}
.menu-submit {
	width: 25px;
	height: 40px;
    border: none;
    background-color: #cfcfcf;
    background-image: url(images/search__white.png);
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: contain;
		 background-size: contain;
}


/*FOOTER*/
.prefooter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
	align-items: center;
}
.prefooter__logo {flex: 0 0 auto;}
.prefooter__menu {flex: 0 1 auto;}
.prefooter__phone {flex: 0 0 auto;}

.prefooter__logo a {
    width: 160px;
    height: 120px;
    display: block;
    background-image: url(images/logo__black.png);
    background-position: left center;
    background-repeat: no-repeat;
    -moz-background-size: contain;
		 background-size: contain;
    text-indent: -9999em;
	font-size: 0;
    overflow: hidden;
    position: relative;
}
.prefooter .main-menu__list a {
	padding: 45px 25px;
}


.footer {
	padding: 50px 0 25px;
}

.footer__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-direction: column;
	width: 100%;
}
.footer__phone{flex: 0 0 auto;}
.footer__time {flex: 1 0 auto;}
.footer__privacy {flex: 0 0 auto;}

.footer__time {
	margin-top: 20px;
	text-align: center;
}
.footer__privacy {
	margin-top: 20px;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: 300;
}
.footer__privacy a,
.footer__privacy a:hover {
	color: #999;
}

.footer__menu {
	min-height: 200px;
	overflow: hidden;
}

.footer-nav a,
.footer-nav a:hover {
	color: #fff;
	/*text-decoration: none;*/
}
.footer-nav__first {
	text-transform: uppercase;
}
.footer-nav__first a:after {
	content: '';
	display: inline-block;
	margin: 0 0 0 0.5em;
	width: 26px;
	height: 14px;
	line-height: 1.4em;
	background-image: url(images/menu-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.footer-nav__first + .footer-nav__first {
	margin-top: 20px;
}
.footer-nav__second li {
	margin-left: 0.5em;
	margin-top: 0.25em;
}


/*SECTION SLIDER*/
.slider-full.slick-slider .slick-arrow {
	width: 68px;
	height: 68px;
	margin-top: 0;
	top: auto;
	left: auto;
	right: auto;
	bottom: 20px;
	z-index: 10;
	-moz-border-radius: 50%;
		 border-radius: 50%;
	background-size: auto;
    background-position: center;
}
.slider-full.slick-slider .slick-arrow.slick-prev {
	background-color: #fff;
	background-image: url(images/slide__prev.png);
	right: 100px
}
.slider-full.slick-slider .slick-arrow.slick-next {
	background-color: #fff;
	background-image: url(images/slide__next.png);
	right: 20px;
}

.slick-slide__item .post {
	position: absolute;
	top: 20px;
	padding: 25px 30px 20px 40px;
	background-color: rgba(34, 34, 40, .6);
    color: #fff;
	text-align: right;
}
.slick-slide__item .post .tit {
	font-size: 2em;
	line-height: 1.4em;
	text-transform: uppercase;
}
.slick-slide__item .post .text {
	font-size: 0.9em;
	line-height: 1.4em;
}

/*FOOTER PARTS*/
.copyright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
}
.copyright__info {flex: 1 1 auto;}
.copyright__social {flex: 0 0 auto;}
.copyright__payment {flex: 0 0 auto;}

.copyright__info {
	font-size: 0.8em;
	padding: 10px 0;
}
.copyright__social {
	padding: 10px 10px 10px 0;
}
.copyright__payment {
	padding: 10px 0 10px 10px;
	position: relative;
	border-left: 2px solid #cfcfcf;
}
.copyright__payment:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 2px solid #cfcfcf;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: -11px;
	-moz-border-radius: 50%;
		 border-radius: 50%;
	background: #fff;
}

.cards-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: center;
}
.cards-list li {
	margin-left: 15px;
}
.share-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: center;
}
.share-list li {
	margin-right: 15px;
}
.share-list__icon {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
}
.share-list__icon.l-instagram {
	width: 23px;
	height: 23px;
	background-image: url(images/icon__instagram.png);
}
.share-list__icon.l-facebook {
	width: 12px;
	height: 23px;
	background-image: url(images/icon__facebook.png);
}
.share-list__icon.l-youtube {
	width: 29px;
	height: 20px;
	background-image: url(images/icon__youtube.png);
}
.share-list__icon.l-vk {
	width: 28px;
	height: 17px;
	background-image: url(images/icon__vk.png);
}


/*SECTION ADVANTAGES*/
.advantages-list {
}
.advantages-list__item {
	margin-bottom: 20px;
}
.advantages-list__title {
	padding-bottom: 0.25em;
	position: relative;
	font-size: 1.4em;
	line-height: 1.4em;
	text-transform: uppercase;
}
.advantages-list__title:before {
	content: '';
	display: block;
	width: 90px;
	height: 3px;
	background-color: #cfcfcf;
	position: absolute;
	bottom: 0;
	left: 0;
}
.advantages-list p {
	padding: 15px 0 0 35px;
}
/**/
.terms-list {
	
}
.terms-list__wrap {
	margin-bottom: 20px;
}
.terms-list__item {
	padding: 15px 20px 15px 20px;
	background-color: #30305c;
	color: #fff;
	height: 100%;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
}
.terms-list__item a,
.terms-list__item a:hover {
	color: #fff;
	text-decoration: none;
}
.terms-list__title {
	padding-bottom: 0.25em;
	position: relative;
	font-size: 1.2em;
	line-height: 1.4em;
	text-transform: uppercase;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
	justify-content: space-between;
	align-items: end;
	
}
.terms-list__title:after {
	content: '';
	display: block;
	width: 65px;
	height: 65px;
	flex: 0 0 auto;
	background-repeat: no-repeat;
	background-position: bottom right;
}
.terms-list__title.l-example:after {background-image: url(images/terms__example.png);}
.terms-list__title.l-car:after {background-image: url(images/terms__car.png);}
.terms-list__title.l-place:after {background-image: url(images/terms__place.png);}
.terms-list__title.l-painter:after {background-image: url(images/terms__painter.png);}
.terms-list__title.l-image:after {background-image: url(images/terms__image.png);}

.terms-list__title:before {
	content: '';
	display: block;
	width: 90px;
	height: 3px;
	background-color: #cfcfcf;
	position: absolute;
	bottom: 0;
	left: 0;
}
.terms-list p {
	font-size: 0.7em;
	line-height: 1.4em;
	padding: 10px 0 0 0;
}

/*******/
.main-sections a {
	display: block;
	min-height: 55px;
}
.main-sections__item {
	position: relative;
	padding: 10px 0 0 30px;
	margin-bottom: 20px;
	min-height: 55px;
	display: block;
}
.main-sections__item span {
	position: relative;
	z-index: 2;
}
.main-sections__item:before {
	content: '';
	display: block;
	width: 55px;
	height: 55px;
	position: absolute;
	top: 0;
	left: 0;
	background: #ebebeb;
	z-index: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
		-ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
		 -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
			transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.main-sections__item,
.main-sections__item:hover {
	color: #30305c;
	text-decoration: none;
}
.main-sections__item.active:before,
.main-sections__item:hover:before {
	background: #cfcfcf;
}
/*****************/

.c-effects__item {
	margin-bottom: 40px;
}
.c-effects__image {
	position: relative;
    overflow: hidden;
}
.c-effects-image {
    padding: 45% 0 0 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.c-effects-image.l-second {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}
.c-effects__item:hover .c-effects-image.l-second {
    opacity: 1;
    transform: scale(1.1);
}
.c-effects__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
	justify-content: space-between;
	align-items: baseline;
	margin-top: 20px;
}
.c-effects__price {
	flex: 0 0 auto;
}
.c-effects__name {
	font-size: 1.5em;
	line-height: 1.1em;
}
.c-effects__name a {
	text-decoration: none;
	color: #30305c;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
		-ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
		 -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
			transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.c-effects__name a:hover {
	text-decoration: none;
	color: #30305c;
}

.c-effects__price {
	font-size: 1.2em;
	line-height: 1.4em;
}
.c-effects__cats {
	margin-top: 10px;
	font-size: 0.9em;
	line-height: 1.4em;	
}
.c-effects__cats a,
.c-effects__cats a:hover {
	color: #999;
}
.c-effects__detail {
    font-size: 0.8em;
    line-height: 1.4em;
}

.breadcrumbs {
	font-size: 0.9em;
	line-height: 1.4em;
}
.breadcrumbs a,
.breadcrumbs a:hover {
	color: #999;
}
.breadcrumbs span {
	
}

.crumb-separator:before {
	content: '/';
	margin: 0 0.5em;
}

.sidemenu {
	border: 1px solid #30305c;
	padding: 24px;
}

.sort-produrts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
	align-items: center;

	padding: 15px 35px;
	margin-bottom: 25px;
	background-color: #cfcfcf;
}
.sort-produrts__item {
	flex: 0 0 auto;
}
/**********/
.sort-produrts__label {
	text-transform: uppercase;
    font-size: 0.8em;
    color: #fff;
    margin-right: 1em;
}


.sort-produrts .jq-selectbox {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
}
.c-products {
	
}
.c-product__item {
	position: relative;
}
.c-products__item {
	position: relative;
	padding: 19px 39px;
	border: 1px solid #cfcfcf;
	margin-bottom: 25px;
}


/*************/
.c-products__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.c-products__img {
    flex: 0 0 auto;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}
.c-products__image {
    width: 130px;
	height: 130px;
    position: relative;
    overflow: hidden;
}
.c-products__image div {
	width: 100%;
	padding-top: 100%;
	background-position: center center;
	background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.c-products__image .l-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;	
}
.c-products__image:hover .l-hover {
    opacity: 1;
    transform: scale(1.1);
}
.c-products__info {
    flex: 1 1 auto;
    margin-right: 20px;
}
.c-products__title {
	font-size: 1.2em;
	line-height: 1.4em;
	text-transform: uppercase;
}
.c-products__title a {
	color: #30305c;
	text-decoration: none;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
		-ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
		 -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
			transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.c-products__title a:hover {
	color: #cfcfcf;
	text-decoration: none;
}
.c-products__excerpt {
	margin-top: 0.5em;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #999;
}

.c-product__anounce {
	margin: 0 0 1em;
}
.c-product__score {
	margin: 1em 0;
}


.c-product__pack {
	float: left;
    margin: 0 5px 5px 0;
}
.c-product__sale,
.c-products__sale {
    flex: 0 0 auto;
	text-align: right;
}
.c-product__sale {
    min-width: 150px;
}
.c-products__sale {
    width: 150px;
}

.c-products__price {
	font-size: 1.4em;
    line-height: 1.4em;
}
.c-product__price {
	font-size: 1.2em;
    line-height: 1.4em;
	text-transform: uppercase;
	color: #cfcfcf;
}
.c-product__price.l-discount {
	font-size: 0.9em;
}
.c-product__price.l-old {
	text-decoration: line-through;
}
.c-product__price.l-main {
	font-size: 1.5em;
	line-height: 1.4em;
}
.c-product__price.l-main span,
.c-product__price.l-current span {
	color: #30305c;
}
.c-product__price.l-effect {
	font-size: 2em;
    line-height: 1.4em;
}

.c-products__status {
	font-size: 0.9em;
    line-height: 1.4em;
	margin-top: 0.25em;
}
.c-products__status:before {
	content: '• ';
}
.c-products__status.l-status__1 {
	color: #00b101;;
}
.c-products__link {
    display: block;
    background-color: #30305c;
    text-align: center;
    padding: 7px;
    text-transform: uppercase;
    margin-top: 0.5em;
	text-decoration: none;
	width: 150px;
	color: #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
		-ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
		 -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
			transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.c-products__link:hover {
	text-decoration: none;
	color: #fff;
	background-color: #cfcfcf;
}
.c-products__speed {
	font-size: 0.9em;
    line-height: 1.4em;
	margin-top: 0.5em;
	display: inline-block;
}
.c-products__speed,
.c-products__speed:hover {
	color: #999;
}
.c-products__speed:before {
	content: '';
	display: inline-block;
    width: 9px;
    height: 5px;
    background-image: url(svg/arrow-grey-down.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
	vertical-align: middle;
	margin-right: 0.5em;
}
.c-products__speed.open:before {
    background-image: url(svg/arrow-grey-up.svg);
}
.c-products__order {
    display: none;
	padding-top: 20px;

}
.c-product__line,
.c-products__line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: end;
}
.c-product__line.l-right,
.c-products__line.l-right {
	justify-content: end;
}
.c-product__line.l-top,
.c-products__line.l-top {
	align-items: start;
}
.c-product__line + .c-product__line,
.c-products__line + .c-products__line {
	margin-top: 0.5em;
}
.c-product__line + .c-product__line {
	margin-top: 1em;
}
.c-product__props {
	width: 100%;
}
.c-product__manage,
.c-products__manage {
    width: 180px;
    flex: 0 0 auto;
}
.item-amount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
	align-items: center;
}

.item-amount__minus, 
.item-amount__plus {
    width: 40px;
    height: 40px;
    border: 1px solid #222;
	position: relative;
	flex: 0 0 auto;
}
.item-amount__plus:after, 
.item-amount__minus:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	cursor: pointer;
}
.item-amount__plus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
    background-size: 10px;
}
.item-amount__minus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
    background-size: 10px;
}

.disabled.item-amount__plus:after, 
.disabled.item-amount__minus:after {
    cursor: default;
}
.item-amount__field {
    margin: 0;
    border: 1px solid #30305c;
    height: 40px;
	width: 90px;
	font-size: 1.1em;
    line-height: 1.4em;
    text-align: center;
    padding: 5px;
}
.item-amount__field.l-full {
	width: 100%;
}

.item-amount__field[type='number'] {
    -moz-appearance: textfield;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.c-product__btn,
.c-products__btn {
	margin-top: 1em;
	text-transform: uppercase;
	display: block;
	padding: 5px;
	text-align: center;
	background-color: #cfcfcf;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
		-ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
		 -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
			transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.c-product__btn:hover,
.c-products__btn:hover {
	background-color: #30305c;
	color: #fff;
	text-decoration: none;
}
.c-product__btn.not-available,
.c-product__btn.not-available:hover,
.c-products__btn.not-available,
.c-products__btn.not-available:hover {
	cursor: default;
	background-color: #fff;
	color: #222;
}
.c-product__total,
.c-products__total {
    width: 100%;
    text-align: right;
	text-transform: uppercase;
	color: #cfcfcf;
	font-size: 1.5em;
	line-height: 1.4em;
}
.c-product__total.l-center,
.c-product__totals.l-center {
	text-align: center;
}
.c-product__total.l-top,
.c-product__totals.l-top {
	margin-top: 0.5em;
}

.c-product__total strong,
.c-products__total strong {
	color: #30305c;
	font-weight: 400;
	margin-left: 0.5em;
	white-space: nowrap;
}

.c-product .c-product__item .loader,
.c-products .c-products__item .loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(images/preloader.gif) center center no-repeat rgba(228, 206, 172, .2);
    display: none;
    z-index: 1000;
}
.c-product.process .c-product__item .loader,
.c-products .c-products__item.process .loader {
	display: block;
}

/*PAGER*/
.pager-box {
	margin: 40px 0;
}
.pager-box .pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
	align-items: center;
	font-size: 1.2em;
	line-height: 1.4em;
}

.pager-box .pager span, 
.pager-box .pager a {
    text-align: center;
    padding: 10px 0;
	margin: 0 10px;
    height: 50px;
    text-align: center;
    color: #676c71;
    text-decoration: none;
    display: block;
    cursor: pointer;
}


.pager-box .pager .active span, 
.pager-box .pager .active a {
	margin: 0 0;
    width: 50px;
    height: 50px;
    background-color: #cfcfcf;
    color: #fff;
	border-radius: 50%;
}



.c-product__block {
	margin-bottom: 1.5em;
}
.c-product__caption {
	color: #30305c;
	padding: 0.5em 0 0.25em;
    position: relative;
    font-size: 1.4em;
    line-height: 1.4em;
    text-transform: uppercase;
	margin-bottom: 1em;
}
.c-product__caption:before {
    content: '';
    display: block;
    width: 90px;
    height: 3px;
    background-color: #cfcfcf;
    position: absolute;
    bottom: 0;
    left: 0;
}
.c-product__detail {
	
}





/**/
.c-nav,
.c-info {
	margin-top: 1.5em;
}
.c-nav {
	overflow-x: hidden;
}
.c-nav__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: normal;
	align-items: normal;
	margin-left: -5px;
	margin-right: -5px;
	align-content: stretch;
	height: 100%;
}

.c-nav__wrap {
	width: 100%;
	padding: 0 5px;
	flex: 0 0 auto;
}
.c-nav__wrap.l-nav__12 {width:100%;}
.c-nav__wrap.l-nav__6 {width:50%;}
.c-nav__wrap.l-nav__4 {width:33.33333333%;}
.c-nav__wrap.l-nav__3 {width:25%;}

.c-nav__item {
	text-align: center;
	text-transform: uppercase;
	color: #cfcfcf;
	border: 1px solid #cfcfcf;
	height: 100%;
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
	font-size: 1.1em;
	line-height: 1.4em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.c-nav__item:after {
	content: '';
	display: block;
	width: 42px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center center;
}
.l-nav__calc .c-nav__item:after {
	content: none;
}
.l-nav__video .c-nav__item:after{background-image: url(images/nav__video__yellow.png);}
.l-nav__colors .c-nav__item:after{background-image: url(images/nav__colors__yellow.png);}
.l-nav__effects .c-nav__item:after{background-image: url(images/nav__effects__yellow.png);}

.c-nav__item:hover {
	color: #222;
	border: 1px solid #222;
	text-decoration: none;
}
.l-nav__video .c-nav__item:hover:after{background-image: url(images/nav__video__black.png);}
.l-nav__colors .c-nav__item:hover:after{background-image: url(images/nav__colors__black.png);}
.l-nav__effects .c-nav__item:hover:after{background-image: url(images/nav__effects__black.png);}

/**/
.c-info__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
	align-items: center;
	align-content: stretch;
	border: 1px solid #cfcfcf;
	height: 100%;
}
.c-info__container.l-wrap {
	flex-wrap: wrap;
}
.c-info__head {
	width: 100%;
	
    text-align: center;
    text-transform: uppercase;
	color: #30305c;
    padding: 15px;
    font-size: 1.1em;
    line-height: 1.4em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
	
}
.c-info__file {
	padding: 15px;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
	width: 50%;
}
.c-info__file:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	flex: 0 0 auto;
	background-image: url(images/info__structure.png);
}

.c-info__wrap {
	padding: 10px 5px 10px 10px;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.c-info__wrap:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	flex: 0 0 auto;
}
.c-info__wrap.l-info__usage:before {background-image: url(images/info__usage.png);}
.c-info__wrap.l-info__structure:before {background-image: url(images/info__structure.png);}
.c-info__item {
	padding-left: 10px;
	flex: 1 1 auto;
}
.c-info__title {
	text-transform: uppercase;
}
.c-info__value {
	font-size: 0.9em;
	line-height: 1.4em;
	color: #999;
}
.c-info__filelink {
	color: #30305c;
	text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.c-info__filelink:hover {
	color: #cfcfcf;
	text-decoration: none;	
}

/**/
.c-video__item:nth-child(n+3) {
	margin-top: 20px;
}

.c-video__wrapper {
    position: relative;
    padding: 56.25% 0 0 0;
}
.c-video__wrapper iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.c-video__title {
	margin: 0.25em 0 0.5em;
}



/**/
.det-count-table, 
.det-slim-table {
    display: table;
    font-size: 0.9em;
    width: 100%;
    line-height: 1.4em;
	position: relative;
}
.det-count-table > div, 
.det-slim-table > div {
    display: table-row;
}
.det-slim-table > div > div:first-child {
    background: #efefef;
    border-bottom: 1px solid #fff;
}
.det-slim-table > div > div {
    text-align: left;
    display: table-cell;
    padding: 18px 25px;
    border-bottom: 1px solid #ebebeb;
}
/**/

.gallery-product {
	
}
.gallery-slider-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
	align-content: stretch;
}
.gallery-product .gallery-slider-nav {
	width: 84px;
	flex: 0 0 auto;
	position: relative;
}
.gallery-product .gallery-slider-main {
	width: 100%;
	flex: 0 0 auto;
	position: relative;
}
.gallery-product .gallery-slider-nav + .gallery-slider-main {
	width: 80%;
}



.gallery-product .gallery-slider-nav .slick-slide__item {
	cursor: pointer;
	margin-bottom: 7px;
}
.gallery-product .gallery-slider-nav .slick-slide__item .slick-slide__image {
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
    width: 100%;
    padding: 100% 0 0 0;
	overflow: hidden;
}

.gallery-product .gallery-slider-nav .slick-slide__item.slick-current .slick-slide__image:before {
	display: block;
	content: '';
	border: 3px solid #cfcfcf;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
}

/**********************************/
/**********************************/
.gallery-slider-wrap.l-horizontal {
	flex-direction: column;
}
.gallery-product .l-horizontal .gallery-slider-nav {
	margin: 10px 0 0;
	width: 100%;
	order: 1;
}
.gallery-product .l-horizontal .slider.slider-nav {
	margin: 0 -5px;
}
.gallery-product .l-horizontal .gallery-slider-main {
	width: 100%;
	width: 0;
}
.gallery-product .l-horizontal .gallery-slider-nav + .gallery-slider-main {
	width: 100%;
}
.gallery-product .l-horizontal .gallery-slider-nav .slick-slide__item {
	padding: 5px;
	width: 20%;
	margin-bottom: 0;
}
/**********************************/
/**********************************/




.gallery-product .gallery-slider-main .slider-for {
	background-size: cover;
}
.gallery-product .gallery-slider-main .slick-slide__item {
	/*height: 460px;*/
	overflow: hidden;
	z-index: 10;
	display: block;
}
.gallery-product .gallery-slider-main .slick-slide__image {
	width: 100%;
	padding: 100% 0 0 0;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.gallery-product .gallery-slider-main:hover .slick-slide__image {
    transform: scale(1.1);
}




.gallery-thumb {
	width: 100%;
	display: block;
	overflow: hidden;
}
.gallery-product .gallery-thumb .slick-slide__image {
    width: 100%;
    padding: 100% 0 0 0;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.gallery-product .gallery-thumb:hover .slick-slide__image {
    transform: scale(1.1);
}

.product-colors__container {
	overflow-x: hidden;
}
.product-colors__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: normal;
	align-items: normal;
	margin-left: -5px;
	margin-right: -5px;
	align-content: stretch;
}
.product-colors__col {
	width: 16.66666666%;
	padding: 0 5px;
	flex: 0 0 auto;
}
.product-colors__col:nth-child(n+13){
	display: none;
}
.product-colors__full {
	width: 100%;
	padding: 1em 5px 0;
	flex: 0 0 auto;
	text-align: center;
}
.product-colors__btn {
	display: inline-block;
	padding: 0.5em 3em;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #fff;
	background: #30305c;
	cursor: pointer;
	text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product-colors__btn:hover {
	background: #cfcfcf;
}

.product-colors__wrap {
	position: relative;
	overflow: hidden;
}

.product-colors__image {
	position: relative;
	padding: 50% 0 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product-colors__col.disabled .product-colors__image {
	opacity: 0.2;
}
.product-colors__col.disabled .product-colors__wrap:before {
    content: '';
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    background: rgba(0,0,0,0) url(svg/cross.svg) no-repeat;
    background-size: 100% 100%;
}


.product-colors__col:hover .product-colors__image {
	transform: scale(1.1);
}
.product-colors__title {
	padding: 1em 0;
	font-size: 0.8em;
	line-height: 1.4em;
}

.c-addcalc {
    margin: 0.75em 0 0 0;
}
.c-addcalc__title {
    /*text-transform: uppercase;*/
    font-size: 0.9em;
    line-height: 1.4em;
}
.c-addcalc__measure {
    text-transform: none;
    font-size: 0.9em;
    line-height: 1.4em;
}
.c-addcalc__input {
	
}
.c-addcalc__field {
	margin: 0;
    border: 1px solid #222;
    height: 40px;
    width: 100%;
    font-size: 1.1em;
    line-height: 1.4em;
    text-align: center;
    padding: 5px;
}

/****/
.entry {
  
}

.entry h1 {
	padding: 0px 0px 1em;
	color: #cfcfcf;
}

.entry h2 {
	padding: 0px 0px 1em;
	color: #cfcfcf;
}

.entry h3 {
	padding: 0px 0px 0.5em;
	color: #cfcfcf;
}

.entry h4 {
	padding: 0px 0px 0.5em;
}

.entry h5 {
	padding: 0px 0px 0.5em;
}

.entry h6 {
	padding: 0px 0px 0.5em;
}

.entry p {
	padding: 0px 0px 0.5em;
	text-align: justify;
}

.entry ul,
.entry ol {
	list-style: none;
	padding: 0px 0px 1em;
}

.entry ol {
	counter-reset: li;
}

.entry li {
	position: relative;
}

.entry ol > li:before {
	margin-right: 3px;
	display: inline-block;
	vertical-align: top;
	content: counter(li) ".";
	counter-increment: li;
	color: #cfcfcf;
	position: relative;
}
.entry ul > li:before {
	content: "";
	display: inline-block;
	position: relative;
	width: 10px;
	height: 10px;
	margin: 9px 9px 9px 0px;
	vertical-align: top;
	background: #cfcfcf;
}


.action-title {
	color: #cfcfcf;
	padding: 0px 0px 1em;
	text-align: center;
}
.action-image {
	max-width: 800px;
	margin: 0 auto 2em;
}

/****/
.tab-box {
    padding: 0px 0px 30px;
}
.tab-offices-nav {
    padding: 0px 0px 30px;
    position: relative;
	font-size: 1.2em;
	line-height: 1.4em;
}
.tab-offices-nav .item {
    width: 50%;
    float: left;
    text-transform: uppercase;
    position: relative;
}
.tab-offices-nav .item a {
    padding: 10px 30px;
    display: block;
    background: #fff;
    color: #cfcfcf;
    text-decoration: none;
}
.tab-offices-nav .item.ui-state-active a {
    background: #cfcfcf;
    color: #fff;
}

.tab-content {
    padding: 0 0 10px;
    position: relative;
}

.map-box {
  height: 280px;
  margin: 0px 0px 30px;
  position: relative;
}

.map-box img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.offices-item {
	margin: 0 0 30px;
	background: #f4f4f4;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
	align-items: normal;
}
.offices-item__info {
	flex: 1 1 auto;
	padding: 30px 10px 20px 30px;
}
.offices-item__photo {
	max-width: 760px;
	flex: 0 0 auto;
}
.offices-photo {
	overflow: hidden;
}
.offices-photo__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: normal;
	align-items: normal;
	margin-left: -2px;
	margin-right: -3px;
	align-content: stretch;
}
.offices-photo__item {
	padding-left: 2px;
	padding-right: 3px;
}
.offices-photo__item:nth-child(n+4) {
	margin-top: 5px;
}


.offices-item__photo a {
	display: block;
}
.offices-item__title {
	color: #30305c;
	margin-bottom: 0.5em;
}
.offices-item__detail {
	font-size: 0.9em;
	line-height: 1.4em;
}
.offices-item__detail p {
	margin-bottom: 0.75em;
}
.offices-item__detail a {
	color: #cfcfcf;
	cursor: pointer;
}
.offices-item__detail a:hover {
	text-decoration: underline;
	color: #30305c;
}

.pricelist {
	background: #eef3f9;
	padding: 10px 30px 40px;
}
.pricelist__head {
	padding: 0 10px;
	border-bottom: 1px solid #222;
}
.pricelist__content {
	background: #fff;
	padding: 10px 10px;
}

.price {
	margin: 0;
}
.price thead td {
	text-align: center;
	padding: 1em 5px;
	font-size: 1.2em;
	line-height: 1.4em;
	text-transform: uppercase;
}
.price tbody td {
	border: 1px solid #cfcfcf;
	padding: 10px;
}
.price .price__cell-name {
	width: 250px;
}
.price .price__cell-info {
	
}
.price .price__cell-price {
	width: 180px;
}

.price tbody .price__cell-name {
	font-size: 1.1em;
	line-height: 1.4em;
	text-transform: uppercase;
}
.price tbody .price__cell-name a {
	color: #222;
}
.price tbody .price__cell-name a:hover {
	color: #cfcfcf;
	text-decoration: none;
}

.price tbody .price__cell-info {
	font-size: 0.8em;
	line-height: 1.4em;
}
.price tbody .price__cell-price {
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: center;
}
.price tbody .price__cell-price:after{
	content: " ₽";
}
.price .price__cell-caption {
	text-align: center;
	font-size: 2em;
	line-height: 1.4em;
	text-transform: uppercase;
	color: #cfcfcf;
	padding: 1em 0;
	border: none;
}
.price .price__cell-media {
	
}

.b-media {
	margin: 0 -5px;
}
.b-media__item {
	width: 20%;
	float: left;
	padding: 0 5px;
	position: relative;
}
.b-media__video,
.b-media__image {
	padding: 75% 0 0 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.b-media__play {
	width: 68px;
	height: 48px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -34px;
	margin-top: -24px;
}
.modal-videotab {
  display: none;
  width: 853px;
}
.fancybox-wrap .modal-videotab iframe {
  width: 853px;
  height: 480px;
}

.personal-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 1em;
}
.personal-item__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 3px solid #cfcfcf;
	color: #cfcfcf;
	text-decoration: none;
    padding: 20px;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
		-ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
		 -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
			transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);

}
.personal-item__link:hover {
	border: 3px solid #222;
	color: #cfcfcf;
	text-decoration: none;
}
.personal-item__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
	align-items: center;
    width: 100%;
}
.personal-item__item:after {
    content: '';
    display: block;
	margin-top: 1em;
    width: 64px;
	height: 64px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(images/personal__default.png);
}
.l-cart.personal-item__item:after {background-image: url(images/personal__cart.png);}
.l-order.personal-item__item:after {background-image: url(images/personal__order.png);}
.l-default.personal-item__item:after {background-image: url(images/personal__default.png);}
.l-profile.personal-item__item:after {background-image: url(images/personal__profile.png);}


.personal-item__title {
	font-size: 1.2em;
	line-height: 1.4em;
}


.c-score {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
}
.c-score__info {
	
}
.c-score__stars {
	flex: 0 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
	align-items: center;
}
.c-score__wrap {
	width: 50px;
}


.c-score__star {
	margin: 0 auto 20px;
	position: relative;
	
	display: block;
	width: 0;
	height: 0;
	top: 0px;
	left: 0px;
	border-bottom: 22px solid #cfcfcf;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
.c-score__star:before {
	content: '';
	position: absolute;

	display: block;
	width: 0;
	height: 0;
	top: 12px;
	left: -22px;
	border-bottom: 16px solid #cfcfcf;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	-webkit-transform: rotate(-36deg);
	-moz-transform:    rotate(-36deg);
	-ms-transform:     rotate(-36deg);
	-o-transform:      rotate(-36deg);

}
.c-score__star:after {
	content: '';
	position: absolute;

	display: block;
	width: 0px;
	height: 0px;
	top: 12px;
	left: -22px;
	border-right: 22px solid transparent;
	border-bottom: 16px solid #cfcfcf;
	border-left: 22px solid transparent;
	-webkit-transform: rotate(36deg);
	-moz-transform:    rotate(36deg);
	-ms-transform:     rotate(36deg);
	-o-transform:      rotate(36deg);
   
}

.l-empty .c-score__innerstar {
	position: relative;
	z-index: 1;
	
	display: block;
	width: 0;
	height: 0;
	top: 10px;
	left: -4px;
	border-bottom: 11px solid #fff;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}
.l-empty .c-score__innerstar:before {
	content: '';
	position: absolute;

	display: block;
	width: 0;
	height: 0;
	top: 6px;
	left: -11px;
	border-bottom: 8px solid #fff;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	-webkit-transform: rotate(-36deg);
	-moz-transform:    rotate(-36deg);
	-ms-transform:     rotate(-36deg);
	-o-transform:      rotate(-36deg);

}
.l-empty .c-score__innerstar:after {
	content: '';
	position: absolute;

	display: block;
	width: 0px;
	height: 0px;
	top: 6px;
	left: -11px;
	border-right: 11px solid transparent;
	border-bottom: 8px solid #fff;
	border-left: 11px solid transparent;
	-webkit-transform: rotate(36deg);
	-moz-transform:    rotate(36deg);
	-ms-transform:     rotate(36deg);
	-o-transform:      rotate(36deg);
   
}

