
@charset "utf-8";

@font-face {
	font-family: firasans-regular;
	font-display: swap;
	src: local('FiraSans-Regular'), url("/themes/fonts/FiraSans-Regular.otf") format('opentype'), url('/themes/fonts/FiraSans-Regular.woff') format('woff'), url("/themes/fonts/FiraSans-Regular.woff2") format('woff2');
}

@font-face {
	font-family: firasans-medium;
	font-display: swap;
	src: local('FiraSans-Medium'), url("/themes/fonts/FiraSans-Medium.otf") format('opentype'), url('/themes/fonts/FiraSans-Medium.woff') format('woff'), url("/themes/fonts/FiraSans-Medium.woff2") format('woff2');
}

@font-face {
	font-family: firasans-bold;
	font-display: swap;
	src: local('FiraSans-Bold'), url("/themes/fonts/FiraSans-Bold.otf") format('opentype'), url('/themes/fonts/FiraSans-Bold.woff') format('woff'), url("/themes/fonts/FiraSans-Bold.woff2") format('woff2');
}

@font-face {
	font-family: firasans-semibold;
	font-display: swap;
	src: local('FiraSans-SemiBold'), url("/themes/fonts/FiraSans-SemiBold.otf") format('opentype'), url('/themes/fonts/FiraSans-SemiBold.woff') format('woff'), url("/themes/fonts/FiraSans-SemiBold.woff2") format('woff2');
}

@font-face {
	font-family: firasans-extrabold;
	font-display: swap;
	src: local('FiraSans-ExtraBold'), url("/themes/fonts/FiraSans-ExtraBold.otf") format('opentype'), url('/themes/fonts/FiraSans-ExtraBold.woff') format('woff'), url("/themes/fonts/FiraSans-ExtraBold.woff2") format('woff2');
}

:root {
	--regular-font-family: firasans-regular, calibri, arial;
	--bold-font-family: firasans-bold, calibri, arial;
	--medium-font-family: firasans-medium, calibri, arial;
	--extrabold-font-family: firasans-extrabold, calibri, arial;
	--semibold-font-family: firasans-semibold, calibri, arial;
	--inherit-color: #191919;
	--one-color: #D9B16C;
	--border-color: #F6F6F6;
	--fail-color: #FF1820;
	--body-font-size: 16px;
	--input-font-size: 16px;
	--hover-background: #E6E6E6;
	--inherit-background: rgba(25, 25, 25, 0.5);
}



.cart--row--delivery{
display:none;
}

html,
html *{
    max-height:  999999px;
}


body {
    padding: 140px 0 0;
    font-family: firasans-regular,arial,sans-serif;
    font-size: 16px;
    overflow-x: hidden;
	margin: 0;
	position:relative;
}

body:before {
	content: '';
    top: 0;
    bottom: 0;
    left: calc(50% - 575px - 47px);
    z-index: -1;
    width: 1px;
    background: #D6D6D6;
    position: absolute;
}

body.home{
	padding: 0 0 0;
}

body.item-page{
	background: #F7F7F7;
}

section {
    position: relative;
}

button {
	cursor:pointer;
	cursor:hand;
}

div, section, input, textarea, select, button, a {
	box-sizing:border-box;
	transition: all 0.3s linear;
}

img{
	border-radius: 4px;
}

a { 
	color:#040404;
	text-decoration:none;
	outline:none;
}

a:hover {
	color: #D9B16C;
	text-decoration:underline;
	outline:none;
}

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

.center-block > h2,
.center-block > h3,
.portfolio-block h2{
	color: #D9B16C;
    text-transform: uppercase;
    font-size: 36px;
    margin: 0;
    padding: 40px 0 50px;
}

.portfolio-block h2{
	padding-bottom: 20px;
    padding-top: 0;
}

.portfolio-block .after-h {
	margin-bottom: 23px;
}

.star {
	color: #D9B16C;
}

.text--fail {
    color: red;
    font-size: 16px;
}

.no--info--find {
	color:var(--14-text-color);
}

.grey-block:before{
    content: '';
    top: 0;
    bottom: 0;
    left: calc(50% - 575px - 47px);
    z-index: 0;
    width: 1px;
    background: #D6D6D6;
    position: absolute;
}

.itempage--center--status{
    color: #D9B16C;
    font-size: 14px;
    width: 100%;
}

input, button {
	outline:none;
}

button,
.but-block a {
	padding: 8px 15px;
    font-family: var(--regular-font-family);
    font-size: 16px;
    background: transparent;
	color: #000;
	cursor:pointer;
    border: 0;
    max-width: 255px;
    width: 100%;
    height: 40px;
    border: 1px solid #D9B16C;
    box-sizing: border-box;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

button:hover,
.but-block a:hover {
	background: #D9B16C;
	color:#fff;
}


input[type="tel"],
input[type="text"],
input[type="datetime-local"],
input[type="password"],
textarea,
select {
	padding: 10px 15px;
    font-family: verdana,arial,sans-serif;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #d9b16c;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 20px;
	color: #000;
	resize:none;
}

input[type="text"]:focus,
input[type="datetime-local"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	border:1px solid #D9B16C;
	box-shadow: 0 0 2px #D9B16C;
}


input.fail--input {
	border:1px solid red;
}

textarea.fail--input {
	border:1px solid red;
}

.js__body--background {
    display: none;
    background: #0D0D0D;
    width: 100%;
    height: 120%;
    position: fixed;
    top: -20px;
    z-index: 400;
    opacity: 0;
}


.js__body--popup {
    position: fixed;
    background: #fff;
    border: 1px solid #d9b16c;
    padding: 30px;
    display: none;
    z-index: 500;
    width: 500px;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-width: 90%;
    opacity: 0;
    max-height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
}

.js__big--images--popup {
    width: 1152px;
}

.pointerhand {
	cursor:pointer;
	cursor:hand;
}

.body section.home {
	max-width:100% !important;
}

/*Шапка*/

.header {
    position: fixed;
    z-index: 101;
    left: 0;
    right: 0;
    top: 0;
	background: #0D0D0D;
}

.home .header{
	background: rgba(0, 0, 0, 0.5);
}

.header.active{
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
	background: #0D0D0D;
}

.header.active .header--centerhead {
    height: 0;
    overflow: hidden;
}

.header.active .header--overhead__inner {
	padding: 10px 0 10px;
}

.header--overhead {
	
}

.header--overhead__inner {
    max-width: 1152px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 48px;
    padding: 3px 0 10px;
}

@media all and (max-width: 700px) {
   
	.header--overhead__inner {
		flex-wrap: wrap;
    }
	
}

.header--overhead--inner__left {
    padding: 0;
}

.header--overhead--inner__right {
    padding: 0;
}

.header--centerhead {
	transition: all 0.5s ease;
	height:81px;
}

.header-column1{
	display: flex;
    align-items: center;
    margin: 0 30px;
}

.header--centerhead__inner {
    max-width: 1152px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    min-height: 77px;
}

@media all and (max-width: 700px) {

	
}

.header--centerhead--inner__logo {
    padding: 0;
    display: flex;
    align-items: center;
}

.header--centerhead--inner__logo p{
	position: relative;
    white-space: normal;
    margin: 0 0 0 20px;
    font-size: 14px;
    line-height: 17px;
    color: #D9B16C;
    max-width: 105px;
}

.header--centerhead--inner__logo img{
	max-height:120px;
}

.header--centerhead--inner__column1 {
	padding:0px;
	flex-basis:1px;
}

.header--centerhead--inner__column2 {
    display: flex;
    flex-grow: 1;
}

.header--centerhead--inner--column2__in1 {
	padding: 0;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}

.fnc--cart--container__amount{
	display:none;
}

.header--centerhead--inner--column2__in2 {
    padding: 0;
    display: flex;
    align-items: center;
}

.header--centerhead--inner__column3 {
	display:flex;
}

.header--centerhead--inner--column3__in1 {
    display: flex;
    align-items: center;
}

.header--centerhead--inner--column3__in2 {
    padding: 0 24px;
}

.header--underhead {
}

.header--underhead__inner {
	max-width: 1152px;
    margin: 0 auto;
    width: 100%;
	display:flex;
	justify-content: space-between;
}

@media all and (max-width: 700px) {
   
	.header--underhead__inner {
		flex-wrap: wrap;
    }
	
}

.header--underhead--inner__left {
	width: 100%;
    max-width: 540px;
}

.header--underhead--inner__right {
	
}

/*Слайдер*/

.under--header--slider {
	
	
}

.under--header--slider__left {
	
}

.under--header--slider__center {
    margin: 0 auto;
}

.under--header--slider__right {
	
}

/*Блок контента*/

.content--center--main {
	width:100%;
	margin:0 auto;
	max-width:1152px;
}

.content--center--inner {
	display:flex;
}

.content--center--inner__left {
    flex-basis: 23.47%;
    max-width: 270px;
    margin-right: 24px;
}

@media all and (max-width: 800px) {
	
	.content--center--inner__left {
		display:none;
	}
	
}

.content--center--inner--left__column {
	
}

.content--center--inner__center {
	flex-grow: 1;
    flex-basis: 80%;
}

.content--center--inner--center__column {
	
}

.content--center--inner__right {
	flex-basis:260px;
	max-width:260px;
}

@media all and (max-width: 800px) {
	
	.content--center--inner__right {
		display:none;
	}
	
}

.content--center--inner--right__column {
	
}

.content--center--page {
	display:flex;
	flex-direction:column;
}

.content--center--page__text p,
.content--center--page__text ul{
	line-height: 1.5;
}

.content--center--page__text ul li{
	margin-bottom: 16px;
}

.content--center--page__main {
	
}

/*Разделители*/

.content--center__separator {
	
}

.content--left__deliver {
	padding-top: 20px;
}

.content--center__deliver {
	
	
}

.content--right__deliver {
	
	
}

.content--footer__deliver {
	
	
}

/*Подвал*/

.content--footer {
    background: #040404;
    width: 100%;
    padding: 56px 0;
    position: relative !important;
    margin-top: 40px;
}

.content--footer__inner {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}



.content--footer__inner .menu--chapters,
.content--footer__inner .menu--catalog{
	flex-direction: column;
    justify-content: flex-start;
}

.content--footer__inner .menu--chapters__item a {
	font-size: 16px;
}

.content--footer__inner .menu--chapters__item {
    padding: 0px 25px 16px 0;
    position: relative;
}

.content--footer__inner .menu--catalog__item {
    padding: 0px 0 16px;
}

.menu--chapters{
	
}

.content--footer__inner .menu--catalog__item a {
	color: #fff;
}

.content--footer__inner .menu--catalog__submenu{
	display:none !important;
}


.content--footer__inner .header--centerhead--inner__logo p {
	color: #fff;
}

.fnc--footer--flex {
	max-width:1152px;
	width:100%;
	margin:0 auto;
	display:flex;
	color:var(--2-text-color);
}

.fnc--footer--flex a {
	color:var(--2-text-color);
}

.fnc--footer--flex__column1 {
	flex-basis:33%;
	padding:10px;
}

.fnc--footer--flex__column2 {
	flex-basis:33%;
	padding:10px;
}

.fnc--footer--flex__column3 {
	flex-grow:1;
	padding:10px;
	text-align:right;
}

@media all and (max-width: 500px) {
   
	.fnc--footer--flex {
		flex-wrap:wrap;
	}
	
	.fnc--footer--flex__column1 {
		flex-basis:auto;
		padding:10px;
	}

	.fnc--footer--flex__column2 {
		flex-basis:auto;
		padding:10px;
	}
	
}


/*first-screen-block*/

.first-screen-block {
	background: url(/themes/img/bg-first-screen.jpg) no-repeat center top;
	padding-top: 149px;
	position: relative;
	min-height: 668px;
}

.some-page .first-screen-block {
	padding-top: 0;
	min-height: 765px;
}

.underscreen .flex-block {
	justify-content: space-between;
	align-items: center;
	max-width: 1150px;
	margin: 0 auto;
	height: 101px;
}

.underscreen {
	backdrop-filter: blur(8px);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.15);
}

.some-page .first-screen-block .block-number {
	top: 70px;
}

.first-screen-block .center-block {
	position: relative;
	padding: 0;
	align-items: flex-start;
}

.first-screen-block a.next-block {
	position: absolute;
	bottom: -100px;
	left: 0;
	right: 0;
	margin: auto;
	width: 80px;
	height: 80px;
	background: #f6f6f6;
	transform: rotate(45deg);
	border-radius: 4px 0 0 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.5s ease;
}

.open-page .first-screen-block a.next-block {
	position: absolute;
	bottom: -40px;
	opacity: 1;
}

.first-screen-block a.next-block:before {
	content: url(/themes/img/arrow.svg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 20px;
	height: 15px;
	transform: rotate(-45deg);
	text-align: center;
}

.first-screen-block a.next-block:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: var(--one-color);
	z-index: -1;
	width: 50px;
	height: 50px;
	border-radius: 4px;
	box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.15);
	transition: all 0.5s ease;
}

.first-screen-block a.next-block:hover:after {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
}

.title-and-advantages {
	padding-top: 124px;
	width: 100%;
}

.title-and-advantages h1 {
	font-size: 1.75em;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.5;
	font-family: var(--meduim-font-family), calibri, arial;
	padding: 0;
	top: 20px;
	opacity: 0;
	transition: all 0.5s ease;
	position: relative;
}

.after-h {
    margin-top: 0;
    margin-bottom: 44px;
    color: #000;
    font-size: 18px;
    margin-bottom: 40px;
}

.special-form-block .after-h {
	text-align: center;
}

.open-page .title-and-advantages h1,
.open-page .title-and-advantages .after-h {
	top: 0;
	opacity: 1;
}

.title-and-advantages .flex-block:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(1200px + 360px + 200px);
	width: calc(1200px + 360px + 200px);
	background: rgba(25, 25, 25, 0.5);
	transition: all 1s ease;
}

.open-page .title-and-advantages .flex-block:before {
	right: -200px;
}

.title-and-advantages .flex-block {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	align-items: center;
	justify-content: space-between;
	padding-right: 0;
}

.title-and-advantages .flex-block .adv-bl {
	position: relative;
	z-index: 1;
	text-align: center;
	opacity: 0;
	transition: all 0.5s ease 1s;
	top: 20px;
}

.open-page .title-and-advantages .flex-block .adv-bl {
	opacity: 1;
	top: 0;
}

.adv-bl {}

.phone-form {
	position: relative;
	z-index: 1;
	max-width: 466px;
	margin-top: 0;
	transition: all 0.5s ease;
	opacity: 0;
	right: -100px;
}

.open-page .phone-form {
	right: 0;
	opacity: 1;
	position: relative;
}

.phone-form .form-block {
	position: absolute;
	top: 40px;
	border: 2px dashed #fff;
	left: 60px;
	bottom: 40px;
	width: 620px;
}

.phone-form .form-block.active {
	background: rgba(247, 247, 247, 0.95);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.form-line~.form-line:last-child {
	margin-bottom: 0;
}

.form-block.active .form-title {
	display: none;
}

.phone-form strong {
	display: block;
	font-size: 1.5em;
	font-weight: 100;
	font-family: var(--medium-font-family);
}

.phone-form .form-title {
	max-width: 400px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.9);
	color: var(--inherit-color);
	width: 100%;
	margin: 32px 51px;
	padding: 15px 40px;
	box-sizing: border-box;
	text-align: center;
	z-index: 3;
	position: relative;
	font-family: var(--medium-font-family);
}



.d-and-d-text {
	display: none;
	font-size: 0.75em;
	border-radius: 4px;
	background: #191919;
	max-width: 250px;
	margin: 0 auto;
	color: #f6f6f6;
	text-align: center;
	padding: 3.5px 1px;
	position: absolute;
	bottom: 29px;
	right: 0;
	left: 0;
	width: 100%;
	margin: auto;
	z-index: 1;
}




/*first-screen-block-end-*/


/*catalog-block*/

#step-one.catalog-block h2,
#step-two.catalog-block h2 {
	margin-bottom: 60px;
}

.back-to.back-to-third-step {
	display: none;
}

#step-four .back-to-third-step {
	display: block;
}

.catalog-block .after-h {
	color: var(--inherit-color);
	margin-top: 10px;
}

.home #catalog-block{
	background: #F7F7F7;
}

.catalog-block .but-block{
	margin: 70px 0 40px;
}

.fnc--center--catalog__list--item.hidden-cat{
	display:none;
}

.fnc--center--catalog--item__main > a:first-child{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 2;
}

.catalog-block .but-block a{
	margin: 0 auto;
}

.close-modal-feedback-form {
	font-size: 0;
	border-radius: 0;
	border: none;
	height: 40px;
	width: 40px;
	background: var(--one-color);
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	transition: all 0.5s ease;
}

.close-modal-feedback-form img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(0);
    fill: #fff;
}

.close-modal-feedback-form:hover {
	background: #E6E6E6;
}

.after-h strong {
	color: var(--one-color);
}

.center-cat-block{
	flex-wrap: wrap;
}

.catalog-block .flex-block {
	justify-content: flex-start;
}

.catalog-block .category-link {
    position: relative;
    border-radius: 4px;
    margin-bottom: 24px;
    cursor: pointer;
    max-width: 350px;
    width: 100%;
    height: 240px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.category-link:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	width: 100%;
	height: 100%;
	background: transparent;
	transition: all 0.5s ease;
}

.category-link:hover:before {
	background: rgba(25, 25, 25, 0.3);
}



.category-link:hover {}





.category-link .name-cat {
	background: #fff;
    color: #f6f6f6;
    max-width: 220px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 5px;
    border-radius: 4px 0 4px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	font-size: 14px;
	text-decoration: none;
    text-transform: uppercase;
    color: var(--inherit-color);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;
}

.category-link:hover .name-cat {
	background: var(--one-color);
	color: #f6f6f6;
}

.big-form .center-block {
	position: relative;
}

.format-link {
	flex-basis: 380px;
	max-width: 33.33333%;
	height: 300px;
	margin-bottom: 70px;
	border-radius: 6px;
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15);
	position: relative;
}

.format-link:hover {
	box-shadow: 0px 0 0 rgba(0, 0, 0, 0.15);
}

.format-link:first-child {
	background: url(/themes/img/forma-zakaza-1.jpg) no-repeat center center;
}

.format-link:nth-child(2) {
	background: url(/themes/img/forma-zakaza-2.jpg) no-repeat center center;
}

.format-link:nth-child(3) {
	background: url(/themes/img/forma-zakaza-3.jpg) no-repeat center center;
}

.format-link:nth-child(2) {
	margin: 0 30px;
}

.format-link a {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	border-radius: 6px;
	height: 300px;
	cursor: pointer;
}

.format-link p.name-cat {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: var(--one-color);
	max-width: 350px;
	margin: auto;
	border-radius: 0 0 6px 6px;
	padding: 15px 25px;
	box-sizing: border-box;
	color: #f6f6f6;
}

.format-link p.name-cat~span {
	font-family: var(--semibold-font-famiy);
	position: absolute;
	top: calc(100% + 70px);
	max-width: 335px;
	left: 0;
	right: 0;
	margin: 10px auto 0;
	display: none;
}

.back-to {
	position: absolute;
	top: 105px;
	right: 0;
	font-size: 1.5em;
	font-family: var(--semibold-font-family);
	padding-left: 35px;
	background: url(/themes/img/gold-arrow.svg) no-repeat left center;
	cursor: pointer;
	cursor: hand;
}

.noitemsfound {
	color: var(--fail-color);
	text-align: center;
	font-family: var(--medium-font-family);
	padding: 30px 0;
}


/*catalog-block-end*/


/*designer-dream-block*/

.designer-dream-block {
	position: relative;
}

.designer-dream-block .but-block {
	max-width: 50%;
	position: relative;
	left: calc(50% + 15px);
	bottom: 130px;
}

.designer-dream-block .but-block a {
	display: inline-block;
}

.designer-dream-block:before {
	content: '';
	position: absolute;
	right: 0;
	left: calc(50% - 200px);
	bottom: 206px;
	background: #F7F7F7;
	height: 247px;
	z-index: -1;
	border-radius: 4px 0 0 4px;
}

.designer-dream-block .center-block {
	padding-bottom: 54px;
}

.designer-dream-block h3 {
	margin-bottom: 10px;
}

h2 span,
h3 span {
	color: var(--one-color);
}

.center-block .after-h {
	font-family: var(--medium-font-family), calibri, arial;
}

.designer-dream-block .flex-block {
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 564px;
}

.designer-dream-block .component {
	max-width: 270px;
	height: 200px;
	margin-bottom: 30px;
	text-align: left;
	position: relative;
	width: 100%;
	cursor: pointer;
}

.tabs-block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.designer-dream-block .component:nth-child(3) {
	max-width: 100%;
}

.designer-dream-block .component:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	width: 100%;
	height: 100%;
	background: transparent;
	transition: all 0.5s ease;
}

.designer-dream-block .component.active:before,
.designer-dream-block .component:hover:before {
	background: rgba(25, 25, 25, 0.3);
}

.component>div.img-block {
	margin: auto;
	height: 200px;
	border-radius: 4px;
	padding: 0;
	text-align: left;
}

.component>div.img-block img {
	border-radius: 4px;
}

.component .img-block {
	line-height: 0;
}

.component .title-block {}

.component .text-block {
	background: #fff;
	color: #f6f6f6;
	max-width: 200px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	border-radius: 4px 0 4px 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 1em;
	text-transform: uppercase;
	color: var(--inherit-color);
	padding: 0;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.component.active .text-block,
.component:hover .text-block {
	background: var(--one-color);
	color: #f6f6f6;
}

.component .title-block~p {
	margin: 10px 0 0;
	line-height: 1.4;
}

.tabs {
	max-width: 560px;
	width: 100%;
	position: relative;
	bottom: 130px;
}

.tabs>div {
	display: none;
}

.tabs>div.active {
	display: block;
}

.tabs .img-block {
	max-width: 100%;
	border-radius: 4px;
}

.tabs .img-block img {
	border-radius: 4px;
}

.tabs .text-block {
	line-height: 1.5;
}


/*designer-dream-block--end--*/


/*mid-princip*/

.mid-princip {
	position: relative;
}

.mid-princip h3 {}

.principes {
	display: flex;
	justify-content: space-between;
	margin-left: 195px;
	max-width: 865px;
}

.ofrmlenie-zakaza p {
	margin: 0;
}

.ofrmlenie-zakaza .but-block {
	width: 270px;
}

.ofrmlenie-zakaza {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 850px;
	margin-left: 32px;
	margin-bottom: 168px;
	margin-top: 32px;
}

.mid-princip:before {
	content: '';
	position: absolute;
	left: calc(50% - 575px);
	bottom: -36px;
	background: #F7F7F7;
	height: 247px;
	z-index: -1;
	border-radius: 4px;
	max-width: 919px;
	width: 100%;
}

.mid-princip .center-block {
	padding-top: 60px;
}

.mid-princip .flex-block {
	justify-content: space-between;
	padding-top: 0;
}

.mid-princip .princip {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 270px;
}

.mid-princip .princip:last-child {
	margin: 0;
}

.princip .text-block {
	margin-left: 0;
	text-align: left;
	width: 100%;
}

.princip .img-block {
	line-height: 0;
	position: relative;
}

.princip .img-block img {
	border-radius: 4px;
}

.princip .text-block p.title-block {
	font-size: 1em;
	margin: 0 0 16px;
	width: 100%;
	text-align: left;
}

.princip .text-block p~p {
	margin-bottom: 0;
}

.princip .but-block {
	margin-top: 15px;
}

.princip .but-block a {
	display: inline-block;
}

.photo-block {
	position: relative;
	line-height: 0;
}

.photo-block img {
	border-radius: 6px;
}

.photo-block:before {
	content: '';
	top: -20px;
	left: -20px;
	bottom: -20px;
	background: #E6E6E6;
	border-radius: 6px;
	width: 327px;
	position: absolute;
	z-index: -1;
}


/*mid-princip--end--*/


/*special-form-block*/

.special-form-block ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.special-form-block li {
	margin-bottom: 24px;
	positioN: relative;
	padding-left: 12px;
}

.special-form-block li:before {
	content: '-';
	position: absolute;
	left: 0;
	top: 1px;
}

.special-form-block .flex-block {
	align-items: flex-start;
	justify-content: center;
}

.special-form-block .center-block {}

.special-form-block h3 {
    text-align: center;
    padding: 40px 0 30px;
}

.four-things {
	display: flex;
	flex-wrap: wrap;
	max-width: 460px;
	margin-right: 60px;
}

.four-things .four-things {
	display: flex;
	flex-wrap: wrap;
	max-width: 460px;
}

.thing .text-block {
	margin: 0 0 60px;
	line-height: 1.5;
}

.thing:nth-child(3) .text-block,
.thing:last-child .text-block {
	margin-bottom: 0;
}

.four-things .thing {
	width: 50%;
	color: #f6f6f6;
}

h4.form-title,
.fnc--feedback__title {
	color: var(--one-color);
	font-weight: 0;
	margin-top: 0;
	margin-bottom: 10px;
	font-family: var(--medium-font-family);
	font-weight: normal;
	font-size: 1.2em;
}

.special-form-block .form-block {
	border-radius: 4px;
    text-align: center;
    padding: 0;
    max-width: 730px;
    box-sizing: border-box;
    width: 100%;
    margin-top: 0;
}

.after-h4 {
	color: #000;
	line-height: 1.5;
}

.special-form-block input[type="text"],
.special-form-block input[type="tel"],
.special-form-block input[type="password"],
.special-form-block textarea,
.special-form-block select,
.fnc--feedback.fnc--feedback_modal-form input[type="text"],
.fnc--feedback.fnc--feedback_modal-form input[type="tel"],
.fnc--feedback.fnc--feedback_modal-form textarea,
.fnc--feedback.fnc--feedback_modal-form select,
.form-line input[type="text"],
.form-line input[type="tel"] {
    padding: 9px 15px;
    font-family: var(--regular-font-family);
    font-size: 16px;
    width: 100%;
    resize: none;
    color: #000;
    background: transparent;
    max-width: 368px;
    border: 1px solid #D9B16C;
}

.special-form-block input[type="text"]:focus,
.special-form-block input[type="password"]:focus,
.special-form-block input[type="tel"]:focus,
.special-form-block textarea:focus,
.special-form-block select:focus,
.fnc--feedback.fnc--feedback_modal-form input[type="text"]:focus,
.fnc--feedback.fnc--feedback_modal-form input[type="password"]:focus,
.special-form-block input[type="tel"]:focus,
.fnc--feedback.fnc--feedback_modal-form textarea:focus,
.fnc--feedback.fnc--feedback_modal-form select:focus,
.form-line input[type="text"]:focus,
.form-line input[type="tel"]:focus {
	border: 1px solid #D9B16C;
}


.special-form-block input[type='text']::-webkit-input-placeholder,
.special-form-block input[type='tel']::-webkit-input-placeholder,
.special-form-block textarea::-webkit-input-placeholder,
.special-form-block select::-webkit-input-placeholder,
.fnc--feedback.fnc--feedback_modal-form input[type="text"]::-webkit-input-placeholder,
.fnc--feedback.fnc--feedback_modal-form input[type="tel"]::-webkit-input-placeholder,
.fnc--feedback.fnc--feedback_modal-form input[type="password"]::-webkit-input-placeholder,
.fnc--feedback.fnc--feedback_modal-form textarea::-webkit-input-placeholder,
.fnc--feedback.fnc--feedback_modal-form select::-webkit-input-placeholder,
.form-line input[type="text"]::-webkit-input-placeholder,
.form-line input[type="tel"]::-webkit-input-placeholder {
	color: #000;
}


.special-form-block input[type='text']::-moz-placeholder,
.special-form-block input[type='tel']::-moz-placeholder,
.special-form-block textarea::-moz-input-placeholder,
.special-form-block select::-moz-input-placeholder,
.fnc--feedback.fnc--feedback_modal-form input[type="text"]::-moz-input-placeholder,
.fnc--feedback.fnc--feedback_modal-form input[type="tel"]::-moz-input-placeholder,
.fnc--feedback.fnc--feedback_modal-form input[type="password"]::-moz-input-placeholder,
.fnc--feedback.fnc--feedback_modal-form textarea::-moz-input-placeholder,
.fnc--feedback.fnc--feedback_modal-form select::-moz-input-placeholder,
.form-line input[type="text"]::-moz-input-placeholder,
.form-line input[type="tel"]::-moz-input-placeholder {
	color: #000;
}


/* Firefox 19+ */

.special-form-block input[type='text']:-moz-placeholder,
.special-form-block input[type='tel']:-moz-placeholder,
.special-form-block textarea:-moz-input-placeholder,
.special-form-block select:-moz-input-placeholder,
.fnc--feedback.fnc--feedback_modal-form input[type="text"]:-moz-input-placeholder,
.fnc--feedback.fnc--feedback_modal-form input[type="tel"]:-moz-input-placeholder,
.fnc--feedback.fnc--feedback_modal-form input[type="password"]:-moz-input-placeholder,
.fnc--feedback.fnc--feedback_modal-form textarea:-moz-input-placeholder,
.fnc--feedback.fnc--feedback_modal-form select:-moz-input-placeholder,
.form-line input[type="text"]:-moz-input-placeholder,
.form-line input[type="tel"]:-moz-input-placeholder {
	color: #000;
}


/* Firefox 18- */

.special-form-block input[type='text']:-ms-input-placeholder,
.special-form-block input[type='tel']:-ms-input-placeholder,
.special-form-block textarea:-ms-input-placeholder,
.special-form-block select:-ms-input-placeholder,
.fnc--feedback.fnc--feedback_modal-form input[type="text"]::-ms-input-placeholder,
.fnc--feedback.fnc--feedback_modal-form input[type="tel"]::-ms-input-placeholder,
.fnc--feedback.fnc--feedback_modal-form input[type="password"]::-ms-input-placeholder,
.fnc--feedback.fnc--feedback_modal-form textarea::-ms-input-placeholder,
.fnc--feedback.fnc--feedback_modal-form select::-ms-input-placeholder,
.form-line input[type="text"]::-ms-input-placeholder,
.form-line input[type="tel"]::-ms-input-placeholder {
	color: #000;
}

.fnc--feedback.fnc--feedback_modal-form input.fail--input,
.fnc--feedback.fnc--feedback_modal-form textarea.fail--input,
.fnc--feedback.fnc--feedback_modal-form select.fail--input,
.special-form-block input.fail--input,
.fnc--feedback.fnc--feedback_modal-form textarea.fail--input,
.fnc--feedback.fnc--feedback_modal-form select.fail--input,
.form-line input[type="text"].fail--input,
.form-line input[type="tel"].fail--input {
	border: 1px solid var(--fail-color);
}

.four-things .thing .img-block {
	height: 58px;
	background-position: left top;
	background-repeat: no-repeat;
}

.four-things .thing:first-child .img-block {
	background-image: url(/themes/img/spec-1.svg);
}

.four-things .thing:nth-child(2) .img-block {
	background-image: url(/themes/img/spec-2.svg);
}

.four-things .thing:nth-child(3) .img-block {
	background-image: url(/themes/img/spec-3.svg);
}

.four-things .thing:nth-child(4) .img-block {
	background-image: url(/themes/img/spec-4.svg);
}

.four-things .thing {
	width: 50%;
	color: #f6f6f6;
}

.special-form-block input[type="text"],
.special-form-block input[type="tel"],
.special-form-block input[type="password"],
.special-form-block textarea,
.special-form-block select{
	max-width: 740px;
}

.special-form-block .fnc--feedback--main__button button {
	color: #000;
    margin: 0 auto;
}

.special-form-block .fnc--feedback--main__button button:hover,
.form-line button:hover {
	color: #fff;
}

.special-form-block .fnc--feedback--main__button {
    padding: 0;
    text-align: center;
}


/*special-form-block--end--*/


/*projects-block*/

.projects-block {
	width: 100%;
	overflow: hidden;
}

.projects-block .center-block {}

.projects-block h3 {
	margin-bottom: 10px;
}

.projects-block p.after-h {
	color: var(--inherit-color);
}

.projects-slider {
	max-width: 1200px;
	margin: 0 auto;
}

.projects-block .project-one {
	position: relative;
	display: flex !important;
	flex-direction: column;
	align-items: center;
}

.projects-block .project-one:before {
	content: '';
	position: absolute;
	top: 225px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #E6E6E6;
	border-radius: 6px;
	z-index: -1;
}

.projects-block .project-one .img-block img {
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	max-width: 615px;
}

.projects-block .project-one .text-block {
	padding: 15px 47px;
	text-align: left;
}

.projects-block .project-one .text-block strong {
	font-weight: bold;
	color: #000000;
}

.project-one.slick-slide div.img-block {
	width: 278px;
	height: 350px;
	overflow: hidden;
	border-radius: 6px;
	margin: 50px auto 50px;
}

.project-one.slick-slide.slick-current div.img-block {
	width: 575px;
	height: 450px;
	overflow: hidden;
	border-radius: 6px;
	margin: 0 auto;
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15);
	transition: all 0.8s ease;
}

.project-one.slick-slide:before,
.project-one.slick-slide .text-block {
	opacity: 0;
	transform: scale(0.5) translate(0, -200);
	transition: all 0.5s ease;
	width: 615px;
}

.project-one.slick-slide.slick-current:before,
.project-one.slick-slide.slick-current .text-block {
	opacity: 1;
	transform: scale(1) translate(0, 0);
	width: 615px;
}

.project-one.slick-slide.slick-active {
	width: 292.5px !important;
}

.project-one.slick-slide.slick-active .img-block {
	margin: 50px auto 50px;
}

.project-one.slick-slide.slick-current.slick-active {
	width: 615px !important;
}

.project-one.slick-slide.slick-current.slick-active .img-block {
	margin: 0 auto;
}


/*projects-block--end--*/


/*sheme-block*/

.sheme-block {
	background: #F7F7F7;
	padding: 56px 0;
}

.sheme-block .center-block {
	padding: 0;
}

.sheme-block .flex-block {
	width: 100%;
}

.step-sheme {
	position: relative;
	width: 20%;
	text-align: center;
	margin-bottom: 16px;
}

.step-sheme .text-block {
	line-height: 1.5;
	color: #000000;
	margin: 16px 0 0;
}


/*sheme-block--end--*/


/*form-call-us*/

.form-call-us h3 {
	margin-bottom: 12px;
}

.form-call-us .center-block {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.form-call-us .form-block {
	max-width: 564px;
	background: #F7F7F7;
	border-radius: 4px;
	width: 100%;
	padding: 40px;
	text-align: center;
}

.form-call-us .img-block img {
	border-radius: 4px;
}

.form-call-us input[type="text"],
.form-call-us input[type="tel"],
.form-call-us input[type="password"],
.form-call-us textarea,
.form-call-us select {
	border: none;
	border-bottom: 2px solid #D9B16C;
	box-shadow: none;
	color: #D9B16C;
}

.form-call-us input.fail--input,
.form-call-us textarea.fail--input {
	border-bottom: 2px solid var(--fail-color);
}

.form-call-us input[type='text']::-webkit-input-placeholder,
.form-call-us input[type='tel']::-webkit-input-placeholder,
.form-call-us textarea::-webkit-input-placeholder,
.form-call-us select::-webkit-input-placeholder {
	color: #000;
}

.form-call-us input[type='text']::-moz-placeholder,
.form-call-us input[type='tel']::-moz-placeholder,
.form-call-us textarea::-moz-input-placeholder,
.form-call-us select::-moz-input-placeholder {
	color: #000;
}


/* Firefox 19+ */

.form-call-us input[type='text']:-moz-placeholder,
.form-call-us input[type='tel']:-moz-placeholder,
.form-call-us textarea:-moz-input-placeholder,
.form-call-us select:-moz-input-placeholder {
	color: #000;
}


/* Firefox 18- */

.form-call-us input[type='text']:-ms-input-placeholder,
.form-call-us input[type='tel']:-ms-input-placeholder,
.form-call-us textarea:-ms-input-placeholder,
.form-call-us select:-ms-input-placeholder {
	color: #000;
}

.form-call-us .fnc--feedback__second--title {}

.form-call-us .fnc--feedback--main__button {
	padding: 20px 0 0;
	text-align: center;
}

.form-call-us .fnc--feedback--main__button button {
	color: var(--inherit-color);
	background: var(--one-color);
	border: 2px solid var(--one-color);
}

.form-call-us .fnc--feedback--main__button button:hover {
	color: var(--one-color);
	background: transparent;
}


/*--form-call-us--end--*/


/*footer*/

footer {
    background: url(/themes/img/bg-footer.jpg) no-repeat center bottom;
    padding: 90px 0 0;
    margin-top: 40px;
    position: relative;
}

footer .center-block {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

footer h2{
	color: #D9B16C;
    text-transform: uppercase;
    margin: 0 0 55px;
    font-size: 32px;
}

footer:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    backdrop-filter: blur(10px);
    background: rgba(16, 16, 16, 0.8);
}

footer > div{
	z-index:1;
	position:relative;
}

footer .center-block:first-child>.flex-block {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

footer .center-block.number-block>div:nth-child(2) {
	display: flex;
	align-items: center;
}

.center-block.number-block {
	align-items: center;
    padding: 50px 0;
}

.placeholder,
.mail a,
footer .phones,
.time {
    padding: 0 0 0 30px;
    margin: 0 0 30px;
}

.placeholder {
	background: url(/themes/img/placeholder.svg) no-repeat left top;
}

.mail a {
	background: url(/themes/img/mail.svg) no-repeat left top;
}

footer .phones {
	background: url(/themes/img/phone.svg) no-repeat left top;
}

.time {
	background: url(/themes/img/time.svg) no-repeat left top;
}

footer a.next-block:hover:after {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
}

footer .menu-block .flex-block .menu--chapters,
footer .menu-block .flex-block .menu--catalog {
	flex-direction: column;
}

footer .menu-block .flex-block .menu--chapters {
	margin-right: 50px;
}

.footer-title {
	font-size: 1em;
	color: var(--one-color);
	margin: 0 0 15px;
	font-family: var(--medium-font-family);
}

.socials {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 0;
}
.socials p {
	font-family: var(--bold-font-family);
	color: #f9f9f9;
}
.socials a {
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 10px 0 0;
	opacity: 1;
	transition: all 0.5s ease;
	font-size: 0;
}
.socials a.instagram {
	background-image: url(/themes/img/instagram.svg);
}
.socials a.instagram:hover {
	background-image: url(/themes/img/instagram-hover.svg);
}
.socials a.facebook {
	background-image: url(/themes/img/facebook.svg);
}
.socials a.facebook:hover {
	background-image: url(/themes/img/facebook-hover.svg);
}

footer .menu--catalog__item {
	padding: 0 0 15px 0;
	position: relative;
}

footer .menu--chapters__item {
    margin: 0;
}

footer .menu--chapters__item a,
footer .menu--catalog__item a {
	color: #f6f6f6;
	font-size: 1em;
}

footer .menu--chapters__item:before {
	display: none;
}

footer .menu-block {
	max-width: 400px;
	width: 100%;
}

footer .contacts-block {
	max-width: 380px;
	width: 100%;
	color: #fff;
}

footer .contacts-block p {
	line-height: 1.5;
}

footer .contacts-block a {
	color: #fff;
}

.map-block {
	width: 665px;
    height: 390px;
}

.map-block iframe {
	border-radius: 4px;
}

footer .phones a {
	font-size: 18px;
	font-family: var(--medium-font-family);
	color: #f6f6f6;
	text-decoration: none;
	display: inline-block;
}

p.schadule {
	font-size: 1em;
	font-family: var(--medium-font-family);
	color: #f6f6f6;
	margin: 0 0 0 30px;
	line-height: 1.5;
}


/*footer--end--*/


/*Хлебные крошки*/

.breads {
    margin: 30px 0;
}

.breads__container {
    padding: 0;
}

.breads__inner {
    display: flex;
    flex-wrap: wrap;
}

.breads--inner__separator {
	padding:0 2px;
}

.breads--inner__item {
	padding:0 2px;
}

.breads--inner__item a{
	color: #000;
}

.breads--inner__item__active {
	color:#D9B16C;
}

/*Модули*/

/*Поиск*/

.fnc--search {
	position:relative;
	z-index: 1;
}

.fnc--search__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.fnc--search__inner {
	
}

.fnc--search__field {
	width:100%;
}

.fnc--search__button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
}

.fnc--search__button button {
    background-image: url(/themes/img/search_p.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center center;
    font-size: 0;
    padding: 0;
    border: 0;
    width: 40px;
    height: 40px;
}

.fnc--search__button button:hover{
	background-image: url(/themes/img/search_p-hover.svg);
}

.search--list--item {
	padding:5px;
}

.search--list--item__name {

}

.search--list--item__info {

}

.fnc--search--dropdown {
	display:none;
	position:absolute;
	width:100%;
}

.fnc--search--dropdown__inner {
    background: #fff;
    border: 1px solid #514330;
    border-top: none;
}

.fnc--search--dropdown__row {
	display:flex;
	align-items:center;
	border-bottom:1px solid var(--11-text-color);
	cursor:pointer;
	cursor:hand;
}

.fnc--search--dropdown__row:hover {
	background:var(--11-text-color);
}

.fnc--search--dropdown__name {
    padding: 4px;
    flex-grow: 1;
    font-size: 12px;
}

.fnc--search--dropdown__price {
    padding: 4px;
    color: #D9B16C;
    flex-basis: 110px;
    text-align: center;
    font-size: 12px;
    font-family: firasans-medium, calibri, arial;
}


.fnc--search--dropdown__image {
	padding:4px;
	width:60px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-basis:60px;
}

.fnc--search--dropdown__image img{
	max-width:60px;
	max-height:60px;
}

/*Авторизация кнопки*/

.fnc--login--buttons__container {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.fnc--login--buttons__inner {
	padding:0;
}

button.js__login--form--open,
.fnc--login--buttons__cabinet button,
.fnc--login--buttons__logout button{
	padding-right: 29px;
    border: none;
    height: auto;
    width: 55px;
    box-sizing: content-box;
    font-size: 12px;
    color: #fff;
    background: url(/themes/img/user.svg) no-repeat right center;
	margin-right: 24px;
}

button.js__login--form--open:hover,
.fnc--login--buttons__cabinet button:hover,
.fnc--login--buttons__logout button:hover{
	color: #D9B16C;
    background: url(/themes/img/user-hover.svg) no-repeat right center;
}

.fnc--login--buttons__cabinet button{
	margin:0;
}


.fnc--login--buttons__logout button{
	background: url(/themes/img/logout.svg) no-repeat right center;
    background-size: 22px;
    padding: 20px;
    width: 0;
    font-size: 0;
}

.fnc--login--buttons__logout button:hover{
	background: url(/themes/img/logout-hover.svg) no-repeat right center;
    background-size: 22px;
}

.fnc--login--buttons__signin{
	display:none;
}

/*Разделы меню*/

.menu--chapters {
    display: flex;
    align-items: center;
}

.menu--chapters__item {
	padding: 5px 30px 5px 0;
    position: relative;
}

.menu--chapters__submenu {
	display:none;
	position:absolute;
	top: 36px;
	left:0px;
	background:#D9B16C;
	padding:10px 15px;
	z-index:3;
}

.menu--chapters__submenu a{
	color:var(--2-text-color);
	font-size:13px !important;
}

.menu--chapters--submenu__item {
	min-width:200px;
	padding:5px 0;
}

.menu--chapters__item:hover .menu--chapters__submenu {
	display:block;
}

.menu--chapters__item:hover, .menu--chapters--item__active {

}

.menu--chapters__item a{
    color: #fff;
    font-size: 14px;
}

.menu--chapters__item:hover a, .menu--chapters--item__active a{
	color: #d9b16c;
    text-decoration: none;
}

.phones a,
.phones a:hover{
	color: #fff;
    text-decoration: none;
    font-size: 18px;
}

/*Разделы колонка*/

.fnc--column--chapters {
	margin-bottom:15px;
}

.fnc--column--chapters__title {
	padding:10px;
	font-weight:bolder;
}

.fnc--column--chapters__container {
	padding:10px;
}

.fnc--column--chapter0 {
	padding:5px;
}

.fnc--column--chapter__active0 {
	padding:5px;
}

.fnc--column--chapter1 {
	padding:5px;
	padding-left:20px;
}

.fnc--column--chapter__active1 {
	padding:5px;
	padding-left:20px;
}

.fnc--column--chapter2 {
	padding:5px;
	padding-left:40px;
}

.fnc--column--chapter__active2 {
	padding:5px;
	padding-left:40px;
}

.fnc--column--chapter3 {
	padding:5px;
	padding-left:60px;
}

.fnc--column--chapter__active3 {
	padding:5px;
	padding-left:60px;
}

/*Разделы центр*/

.fnc--center--chapters {
	padding:50px 0;
}

.fnc--center--chapters__container {
	max-width:1152px;
	width:100%;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
}

.fnc--center--chapters__list--item  {
	flex-basis:calc(33% - 40px);
	margin:15px;
	padding:10px;
	display:flex;
	flex-direction:column;
	text-align:center;
}

@media all and (max-width: 700px) {
   
	.fnc--center--chapters__container {
		flex-wrap: wrap;
    }
	
}

@media all and (max-width: 600px) {
   
	.fnc--center--chapters__list--item  {
		flex-basis:calc(50% - 40px);
	}
	
}

@media all and (max-width: 400px) {
   
	.fnc--center--chapters__list--item  {
		flex-basis:calc(100% - 40px);
	}
	
}

.fnc--center--chapters__list--item:hover  {
	box-shadow:0 0 1px 0 var(--3-text-color);
}

.fnc--center--chapters--item__main  {
	
}

.fnc--center--chapters--item__name  {
	padding:10px 0;
}

.fnc--center--chapters--item__name a {
	font-size:18px;
}

.fnc--center--chapters--item__image {
	padding:10px 0;
}

.fnc--center--chapters--item__image img{
	max-width:100%;
}

.fnc--center--chapters--item__additional  {
	display:none;
}

.fnc--center--chapters--item__info  {
	
}

.fnc--center--chapters--item__button {
	padding:10px 0;
}

.fnc--center--chapters--item__button a{
	border-bottom:1px #D9B16C solid;
	font-size:14px;
	color:#D9B16C;
}

.fnc--center--chapters--item__button a:hover{
	border-bottom:1px var(--3-text-color) solid;
	font-size:14px;
	color:var(--3-text-color);
	text-decoration:none;
}

/*Меню мобильное*/

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

@media all and (max-width: 700px) {
    
	.menu--chapters {
        display: none;
    }
    
	.menu--chapters--mobile {
        position: relative;

        width: 32px;
        height: 32px;
        margin-left: 0px;
        margin-top: 4px;
        margin-bottom: 4px;
    }
	
}

.js__mobile--menu--container {
	display: none;
    position: fixed;
    height: 100%;
    width: 0px;
    top: 0px;
    left: 0;
    z-index: 4292929;
    max-height: 100%;
    overflow-y: auto;
    background: var(--2-text-color);
    border-right: 1px solid var(--4-text-color);
	opacity:0;
}

.js__show--mobile--menu {
	font-size:0;
	cursor:pointer;
	cursor:hand;
	width:32px;
	height:32px;
	background:url('/themes/main/menu.png');
}

.fnc--mobile--chapters__logo {
	padding:5px;
}

.fnc--mobile--chapters__item {
	padding:5px;
}

/*Каталог меню*/

.menu--catalog {
    display: flex;
	justify-content: flex-end;
	margin:0;
}

.menu--catalog__item {
    padding: 10px 0;
    position: relative;
    font-size: 16px;
    margin-right: 28px;
    display: flex;
    align-items: center;
}

.menu--catalog__submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    padding: 10px 15px;
    z-index: 1;
    background: #D9B16C;
}

.menu--catalog__submenu a{
    color: #fff !important;
    font-size: 14px !important;
}

.menu--catalog--submenu__item {
	min-width:200px;
	padding:5px 0;
}

.menu--catalog__item:hover .menu--catalog__submenu {
	display:block;
}

.menu--catalog__item:hover, .menu--catalog--item__active {

}

.menu--catalog__item a{
    font-size: 16px;
	font-weight: bold;
	font-family: firasans-semibold, calibri, arial;
}

.menu--catalog__item:hover a, .menu--catalog--item__active a{
	color:#D9B16C;
	font-size:16px;
	text-decoration:none;
	font-weight: bold;
}

.fnc--search__inner.fnc--search__field input[type="text"],
.fnc--search__inner.fnc--search__field input[type="text"]:focus{
    max-width: 540px;
    border: none;
    border: 1px solid rgba(217, 177, 108, 0.3);
    padding: 9.5px 30px 9.5px 16px;
    box-shadow: none;
    border-radius: 2px;
    background: transparent;
    color: #fff;
}


.fnc--search__inner.fnc--search__field input.js__search--field:-ms-input-placeholder,
.fnc--search__inner.fnc--search__field input.js__search--field:-moz-placeholder,
.fnc--search__inner.fnc--search__field input.js__search--field::-moz-placeholder,
.fnc--search__inner.fnc--search__field input.js__search--field::-webkit-input-placeholder{
	color:#fff;
}


/*Каталог колонка*/

.fnc--column--catalog {
	margin-bottom:15px;
}

.fnc--column--catalog__title {
    font-size: 20px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(29, 28, 27, 0.1);
    margin: 0 0 20px;
    font-family: var(--medium-font-family);
}

.fnc--column--catalog__container {
	padding: 0;
}

.fnc--column--category0 {
    padding: 0;
    position: relative;
    background: #F7F7F7;
	margin-bottom: 5px;
	transition:all 0.5s ease;
}

.fnc--column--category0:hover{
	background: #d9b16c;
}

.fnc--column--category0:hover a{
	color:#fff;
}

.fnc--column--category0:before{
    transform: rotate(0);
}

.fnc--column--category0:before,
.fnc--column--category__active0:before{
	content: url(/themes/img/arrow-cat.svg);
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}


.fnc--column--category__active0 {
	padding: 0;
    position: relative;
    background: #D9B16C;
    margin-bottom: 5px;
}

.fnc--column--category0 a{
    color: var(--3-text-color);
    text-decoration: none;
    font-family: var(--regular-font-family);
    display: block;
    font-size: 14px;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 10px 30px 10px 10px;
}

.fnc--column--category__active0 a{
	color: #fff;
    text-decoration: none;
    font-family: var(--regular-font-family);
    font-size: 14px;
    padding: 10px 30px 10px 10px;
    display: flex;
    align-items: center;
    min-height: 50px;
}

.noitemsfound,
.no--info--find{
    text-align: center;
    padding: 30px 0;
    color: red;
    font-family: var(--medium-font-family);
	font-size: 16px;
	background:#fff;
	border-radius: 2px;
}

.fnc--column--category0:hover a,
.fnc--column--category__active0:hover a{
	color: #fff;
}

.fnc--column--category1 {
	padding:10px 0;
	padding-left:20px;
	margin-bottom:5px;
}

.fnc--column--category__active1 {
	padding: 10px 0;
	padding-left: 20px;
	margin-bottom:5px;
}

.fnc--column--category__active1 a{
	color:var(--one-color);
	text-decoration:none;
}

.fnc--column--category2 {
	padding:10px 0;
	padding-left:40px;
	margin-bottom:5px;
}

.fnc--column--category__active2 {
	padding:10px 0;
	padding-left:40px;
	margin-bottom:5px;
}

.fnc--column--category__active2 a{
	color:var(--one-color);
	text-decoration:underline;
}


.fnc--column--category3 {
	padding:5px;
	padding-left:60px;
}

.fnc--column--category__active3 {
	padding:5px;
	padding-left:60px;
}

.fnc--column--category__active3 a{
	color:var(--3-text-color);
	text-decoration:underline;
}


/*Каталог центр*/

.fnc--center--catalog{
	padding:30px 0;
}

.fnc--center--catalog__container {
	max-width:1152px;
	width:100%;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
}

.fnc--center--catalog__list--item  {
	flex-basis: 33.333%;
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 33.333%;
}

@media all and (max-width: 700px) {
   
	.fnc--center--catalog__container {
		flex-wrap: wrap;
    }
	
}

@media all and (max-width: 600px) {
   
	.fnc--center--catalog__list--item  {
		flex-basis:calc(50% - 40px);
	}
	
}

@media all and (max-width: 400px) {
   
	.fnc--center--catalog__list--item  {
		flex-basis:calc(100% - 40px);
	}
	
}

.fnc--center--catalog__list--item:hover  {
	box-shadow:0 0 1px 0 var(--3-text-color);
}

.fnc--center--catalog--item__main  {
	
}

.fnc--center--catalog--item__name  {
	padding:10px 0;
}

.fnc--center--catalog--item__name a {
	font-size:18px;
}

.fnc--center--catalog--item__image {
	height: auto;
}

.fnc--center--catalog--item__image img {
    max-width: 100%;
}

.fnc--center--catalog--item__additional  {
	display:none;
}

.fnc--center--catalog--item__info  {
	
}

.fnc--center--catalog--item__button {
	padding:10px 0;
}

.fnc--center--catalog--item__button a{
	border-bottom:1px #D9B16C solid;
	font-size:14px;
	color:#D9B16C;
}

.fnc--center--catalog--item__button a:hover{
	border-bottom:1px var(--3-text-color) solid;
	font-size:14px;
	color:var(--3-text-color);
	text-decoration:none;
}

.fnc--center--catalog--item__submenu {
	padding:10px 0;
}

.fnc--center--catalog--item__submenu--list {
	max-width:100%;
	padding:3px 0;
}

.fnc--center--catalog--item__submenu--list a {
	
}

/*Каталог мега меню/*


/*-- МЕГАМЕНЮ--*/

.fnc--megamenu {
	width: 100%;
    opacity: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
	display: block;
	transition: all 0.3s ease;
	overflow:hidden;
	width: 380px;
}

.magamenu-block{
	position:relative;
}

.magamenu-block:hover .fnc--megamenu,
.magamenu-block.active .fnc--megamenu{
	opacity: 1;
    height: 600px;
    left: 0;
	display: block;
	transition: all 0.5s ease ;
	overflow:visible;
	
}

.cat-menu{
	height: 40px;
    width: 255px;
    background: #D9B16C;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 16px;
    justify-content: space-between;
    border-radius: 2px;
    cursor: pointer;
}

.cat-menu a{
    color: #fff;
    text-decoration: none;
}

.cat-hamburger{
    display: flex;
    flex-direction: column;
}

.block-number {
    height: 40px;
    width: 60px;
    position: absolute;
    top: 80px;
    left: calc(50% - 670px);
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D9B16C;
    transform: rotate(-90deg);
    white-space: nowrap;
}

.block-number:before {
	content: '';
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: #D9B16C;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    transform: rotate(45deg);
}

.cat-hamburger span{
	width: 18px;
    height: 2px;
    background: #fff;
	border-radius: 10px;
	position:relative;
	transition:transform 0.5s ease,	top 0.5s ease;
}

.magamenu-block:hover .cat-hamburger span:first-child{
	transform: rotate(45deg);
	top:6px;

}

.magamenu-block:hover .cat-hamburger span:nth-child(2){
	visibility:hidden;
}

.magamenu-block:hover .cat-hamburger span:last-child{
	transform: rotate(-45deg);
	bottom:6px;
}

.cat-hamburger span:nth-child(2){
	margin: 4px 0;
}


.fnc--megamenu--container {
    max-width: 380px;
    width: 380px;
    margin: 0 auto;
    align-items: center;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 10px 0;
}

.fnc--megamenu--category {
    cursor: pointer;
    cursor: hand;
    text-align: left;
    width: 100%;
    padding: 0 30px 0 16px;
    background: url(/themes/img/more-cat.svg) no-repeat 97% center;
    position: relative;
}

.fnc--megamenu--category:hover {
    display: block;
	background: #F7F7F7 url(/themes/img/more-cat.svg) no-repeat 97% center;
}

.fnc--megamenu--category:hover .fnc--megamenu--category__link {
    color: #D9B16C;
	text-decoration:none;
}

.fnc--megamenu--category__active {
	cursor: pointer;
    cursor: hand;
    text-align: left;
    width: 100%;
    padding: 0 30px 0 16px;
	background: #F7F7F7 url(/themes/img/more-cat.svg) no-repeat 97% center;
	position:relative;
}

.fnc--megamenu--category__link {
    color: var(--2-text-color);
    display: block;
    padding: 10px 0;
    font-size: 14px;
    width: 100%;
}

.fnc--megamenu--category__link__active  {
	color: #D9B16C;
	display:block;
	padding: 10px 0;
	font-size: 14px;
}

.fnc--megamenu--submenu__load {
	opacity:0;
	display:block;
}

.fnc--megamenu--submenu {
	opacity:1;
	display:none;
}

.fnc--megamenu--category__active:hover .fnc--megamenu--submenu {
    display: block;
}

.fnc--megamenu--category:hover .fnc--megamenu--submenu {
    display: block;
}

.fnc--megamenu--submenu  {
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: 200;
    display: none;
}

.fnc--megamenu--submenu:hover {
    display: block;
}

.fnc--megamenu--submenu__inner {
    position: absolute;
    left: 0 !important;
    background: #fff;
}

@media all and (max-width: 770px) {
    .fnc--megamenu--submenu__inner {
        display: none;
    }
}

.fnc--megamenu--submenu__inner--info {
    position: relative;
    width: 100%;
    z-index: 200;
    background: #fff;
    border-top: 0;
}

.fnc--megamenu--submenu__row {
	display: flex;
    flex-direction: row;
}

.fnc--megamenu--submenu__column {
	display: flex;
    flex-direction: column;
}

.fnc--megamenu--submenu__column {
    min-width: 250px;
    text-align: left;
}

.fnc--megamenu--submenu__main {
    padding: 0;
}

.fnc--megamenu--submenu__mainlink {
	
}

.fnc--megamenu--submenu__mainsublink {
    padding: 3px 3px 3px 10px;
}

.fnc--megamenu--submenu__link {
    color: #000;
    font-size: 14px;
    padding: 10px 15px;
    display: block;
}

.fnc--megamenu--submenu__link:hover {
	color: #D9B16C;
    text-decoration: none;
    background: #F7F7F7;
}

.fnc--megamenu--submenu__sublink {
    color: #D9B16C;
    font-size: 14px;
}

.fnc--megamenu--submenu__sublink:hover {
    color: #D9B16C;
    font-size: 90%;
    text-decoration: none;
}


/* Адаптивное меню каталога */

.fnc--catalog--adapt {
    display: none !important;
}


@media all and (max-width: 700px) {
    .fnc--megamenu {
		display: none;
    }
	.menu--catalog {
		display: none;
	}
	.header--underhead--inner__left {
		width:100%;
	}
}

.fnc--adaptive--category {
	padding:10px;
	text-align:center;
	background:var(--12-text-color);
}

.fnc--adaptive--category a{
	color:#D9B16C;
}

.fnc--adaptive--category:hover {
	background: #D9B16C;
}

.fnc--adaptive--category:hover a{
	color: var(--2-text-color);
}

/*Лента элементов единица*/

.content--center--article {
    padding: 0 0 16px;
}

.page--article--back {
    padding: 0 0 16px;
}

.page--article--back a{
	border-bottom:1px #D9B16C solid;
	font-size:14px;
	color:#D9B16C;
}

.page--article--back a:hover{
	border-bottom:1px var(--3-text-color) solid;
	font-size:14px;
	color:var(--3-text-color);
	text-decoration:none;
}

.page--article--name {
	padding:10px 0;
}

.page--article--text {
	padding:10px 0;
	line-height: 1.5;
}

.floatimg{
	float: left;
}

.floatimg img{
    padding: 24px 24px 0 0;
}

.page--article--text img {
	max-width:100%;
}

.page--article--date {
	padding: 8px 0;
    color: #d3d3d3;
    text-align: right;
    clear: both;
}

/*Лента элементов страница*/

.fnc--articles--list {
    max-width: 1152px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.fnc--articles--listitem {
    flex-basis: 30%;
    max-width: 368px;
    margin-bottom: 34px;
    margin-right: 3%;
}

.page--article--text  li{
	margin-bottom:16px;
	line-height:1.5;
}

.content--center--article__rating{
	display:none;
}

.fnc--articles--listitem__image{
    height: 227px;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media all and (max-width: 600px) {
   
	.fnc--articles--listitem {
		flex-basis:46%;
	}
	
}

@media all and (max-width: 400px) {
   
	.fnc--articles--listitem {
		flex-basis:96%;
	}
	
}

.fnc--articles--listitem__main {
	padding:0;
}

.fnc--articles--listitem__name {
    font-size: 16px;
    padding: 16px 0 0;
    text-align: left;
    font-weight: bold;
}

.fnc--articles--listitem__image img {
	max-width:100%;
	max-height:227px;
}

.fnc--articles--listitem__info {
	
}

.fnc--articles--listitem__date {
    padding: 8px 0;
    color: #d3d3d3;
    text-align: right;
}

/*Лента элементов в колонке*/

.fnc--column--articles {
	
}

.fnc--column--articles__title {
	
}

.fnc--column--articles__container {
	
}

.fnc--column--article_listitem {
	
}

.fnc--column--article--listitem__img {
	
}

.fnc--column--article--listitem__img  img{
	max-width:100%;
}

.fnc--column--article--listitem__info {
	
}

.fnc--column--article--listitem__name {
	
}

.fnc--column--article--listitem__date {
	
}

.fnc--column--articles__button {
	
}

/*Лента элементов по центру*/

.fnc--center--articles {
	padding:50px 0;
}

.fnc--center--articles__title {
	max-width: 1152px;
    width: 100%;
    margin: 0 auto;
	font-size:22px;
	text-align:center;
}

.fnc--center--articles__container {
	max-width: 1152px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.fnc--center--articles__listitem {
    flex-basis: calc(33% - 40px);
    margin: 0 15px 15px;
    padding: 0 10px 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
}


@media all and (max-width: 700px) {
   
	.fnc--center--articles__container {
		flex-wrap: wrap;
    }
	
}

@media all and (max-width: 600px) {
   
	.fnc--center--articles__listitem {
		flex-basis:calc(50% - 40px);
	}
	
}

@media all and (max-width: 400px) {
   
	.fnc--center--articles__listitem {
		flex-basis:calc(100% - 40px);
	}
	
}

.fnc--center--article--listitem__main {
	
}

.fnc--center--articles--listitem__image {
	line-height: 0;
    height: 227px;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fnc--center--articles--listitem__image img {
	max-width: 100%;
    max-height: 227px;
}

.fnc--center--articles--listitem__info {
	text-align:left;
	padding:5px 0;
}

.fnc--center--articles--listitem__name {
    font-size: 16px;
    padding: 16px 0 0;
    text-align: left;
    font-weight: bold;
}

.fnc--center--article--listitem__date {
	
}

.fnc--center--articles__button {
	padding:10px 0;
	text-align:center;
	display:none;
}

.fnc--center--articles__button a{
	border-bottom:1px #D9B16C solid;
	font-size:14px;
	color:#D9B16C;
}

.fnc--center--articles__button a:hover{
	border-bottom:1px var(--3-text-color) solid;
	font-size:14px;
	color:var(--3-text-color);
	text-decoration:none;
}

.breads--inner__item__separator{
    font-size: 0;
    color: transparent;
    padding: 0 10px 0 7px;
    position: relative;
}

.breads--inner__item__separator:before{
    content: url(/themes/img/arrow-right.svg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #C4C4C4;
    font-size: 16px;
    width: 5px;
    height: 8px;
    line-height: 0;
}

.breads--inner__item{
	color: #D9B16C;
}

/*Слайдер*/

.fnc--slider--container {
	transition:none;
}

.fnc--slider--inner {
	transition:none;
}

.fnc--slider--inner__images {
	
}

.js__adv--banner__absolute {
    position: absolute;
    transition: none;
    display: flex;
    align-items: center;
    justify-content: center;
}


.js__fnc--slider--inner__relative {
	position:relative;
	display: flex;
    justify-content: center;
	transition:none;
}

.js__fnc--slider--inner__absolute {
    position: absolute;
    opacity: 0;
    transition: none;
    left: 0;
    top: 0;
}

.js__adv--banner__absolute:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background: rgba(0,0,0,0.7);
}

.fnc--slider--inner__text {
    position: relative;
    padding: 0;
    margin: 140px auto;
    max-width: 1200px;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.fnc--slider--inner__text h1{
    font-size: 60px;
    font-family: firasans-bold, calibri, arial;
    color: #D9B16C;
}

.fnc--slider--inner__text h2{
    font-size: 50px;
    font-family: firasans-bold, calibri, arial;
    color: #D9B16C;
}

.fnc--slider--inner__text .slider-after-h{
    color: #fff;
    font-size: 36px;
    margin: 0 0 39px;
}

.fnc--slider--inner__text .but-block a{
	margin: 0 auto;
	color:#fff;
}

.fnc--slider--inner__text .but-block a:hover{

}

.fnc--slider--inner--arrows__left {
	display:none;
}

.fnc--slider--inner--arrows__right {
	display:none;
}

.fnc--slider--inner--arrow__left {
	
}

.fnc--slider--inner--arrow__right {
	
}

.fnc--slider--inner--arrow__right button,
.fnc--slider--inner--arrow__left button,
.fnc--small--images__right button,
.fnc--small--images__left button,
.fnc--bigimage--right button,
.fnc--bigimage--left button{
	width: 32px;
    height: 32px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    border-radius: 100%;
    font-size: 0;
    color: transparent;
    background: url(/themes/img/arrow.svg) no-repeat center center;
    position: relative;
    border: none;
}

.fnc--slider--inner--arrow__right button:hover,
.fnc--slider--inner--arrow__left button:hover,
.fnc--small--images__right button:hover,
.fnc--small--images__left button:hover,
.fnc--bigimage--right button:hover,
.fnc--bigimage--left button:hover{
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0);
}

.fnc--slider--inner--arrow__right button,
.fnc--small--images__right button,
.fnc--bigimage--right button{
	transform: rotate(180deg);
}



.fnc--slider--inner--arrow__right button{
    left: 60px;
}

.fnc--slider--inner--arrow__left button{
	right:60px;
	z-index:1;
}

.fnc--products--listitem__buy a{
	display:inline-block;
	width:100%;
}

.fnc--products--listitem__buy button{
	font-size: 12px;
    text-transform: uppercase;
    font-family: var(--medium-font-family);
}

.fnc--slider--inner__buttons {
    position: absolute;
    bottom: calc(116px + 28px);
    width: 100%;
}

.fnc--slider--inner--buttons__inner {
	display: flex;
    justify-content: center;
}

.fnc--slider--inner--button {
    padding: 0;
    color: transparent;
    border-radius: 100%;
    margin: 0 6px;
    width: 13px;
    height: 13px;
    background: transparent;
    border: 1px solid #D9B16C;
}

.fnc--slider--inner--button:hover {
    padding: 0;
    color: transparent;
    border-radius: 100%;
    margin: 0 6px;
    width: 13px;
    height: 13px;
    background: transparent;
    border: 1px solid #fff;
}

.fnc--slider--inner--button__active {
    padding: 0;
    color: transparent;
    border-radius: 100%;
    margin: 0 6px;
    width: 13px;
    height: 13px;
    background: #D9B16C;
    border: 1px solid #D9B16C;
}

/*Пагинация*/

.fnc--pagination {
	display:flex;
	justify-content: center;
	padding:10px 0;
}

.fnc--paging--button {
	margin:5px;
	padding:5px;
	border:1px solid #D9B16C;
	color:var(--2-text-color);
	background:#D9B16C;
}

.fnc--paging--button:hover {
	margin:5px;
	padding:5px;
	border:1px solid #D9B16C;
	color:#D9B16C;
	background:var(--2-text-color);
}

.fnc--paging--button__now {
	margin:5px;
	padding:5px;
	border:1px solid #D9B16C;
}

/*Галерея слайдер*/

.fnc--slider--gallery {
	padding:50px 10px;
}

.fnc--slider--gallery__title {
	font-size:18px;
	text-align:center;
}

.fnc--slider--gallery__container {
	display: flex;
    flex-direction: row;
    align-items: center;
}

.fnc--slider--gallery--container__center {
	margin:0 auto;
}

.fnc--slider--gallery--container--center__main {
	display: flex;
    flex-direction: row;
}

.fnc--slider--gallery--container--center__listitem {
	display:flex;
}

.fnc--slider--gallery--container--center__item {
	width:286px;
	margin:5px;
	display: flex;
    flex-direction: column;
	justify-content: center;
    align-items: center;
}

.fnc--slider--gallery--container--center__image img {
	max-width:100%;
}

.fnc--slider--gallery--button {
	padding:10px 0;
	text-align:center;
}

.fnc--slider--gallery--button a{
	border-bottom:1px #D9B16C solid;
	font-size:14px;
	color:#D9B16C;
}

.fnc--slider--gallery--button a:hover{
	border-bottom:1px var(--3-text-color) solid;
	font-size:14px;
	color:var(--3-text-color);
	text-decoration:none;
}


/*advantages-block*/


.advantages-block{
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    margin-top: -116px;
}

.advantages-block .center-block{
	justify-content: space-around;
    align-items: center;
    height: 116px;
}

.advantages-block .adv-bl{
    display: flex;
    align-items: center;
}

.adv-bl .text-block {
    color: #fff;
    margin-left: 22px;
}

.adv-bl .img-block {
}

/*--end--advantages-block*/

/*Галерея столбец*/

.fnc--column--gallery {
	
}

.fnc--column--gallery__title {
	
}

.fnc--column--gallery__container {
	
}

.fnc--column--gallery__listitem {
	
}

.fnc--column--gallery--listitem__name {
	
}

.fnc--column--gallery--listitem__image {
	
}

.fnc--column--gallery__button {
	
}

/*Галерея страница*/

.fnc--gallery--list {
	max-width:1152px;
	width:100%;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	padding:5px;
}

.fnc--payment--title{
	color: red;
	font-family: firasans-semibold, calibri, arial;
	text-align:center;
	padding-top: 40px;
}

.fnc--gallery--listitem {
    flex-basis: 22%;
    margin-bottom: 24px;
    background: #f7f7f7;
    line-height: 0;
    display: flex;
	align-items: center;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0);
    transition: all 0.5s ease;
}

.fnc--gallery--listitem:hover{
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
}

@media all and (max-width: 600px) {
   
	.fnc--gallery--listitem {
		flex-basis:30%;
	}
	
}

@media all and (max-width: 400px) {
   
	.fnc--gallery--listitem {
		flex-basis:90%;
	}
	
}

.fnc--gallery--listitem__image img {
	max-width:100%;
}

.fnc--gallery--listitem__text {
	
}

/*Вопрос-ответ*/

.fnc--addfaq--container {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
}

.fnc--addfaq--title {
	font-size:17px;
	text-align:center;
}

.fnc--addfaq--item {
	padding:3px;
}


/*Опросы*/

.fnc--polls--main__inner {
    display: flex;
    position: relative;
	padding:10px 0;
	padding-right: 20px;
}

.fnc--polls--main--inner__votes {
	position:absolute;
	right:0;
}

input.js__poll--check {
	display:none;
}

input.js__poll--check + label:before {
	content: "\2713";
    font-size: 13px;
    color: transparent;
    text-align: center;
	font-weight:bolder;
    border:2px solid #D9B16C;
	background:var(--2-text-color);
	cursor:pointer;
	cursor:hand;
	padding:0 3px 0 4px;
	transition: all 0.3s ease;
}

input.js__poll--check:checked + label:before {
	content: "\2713";
    font-size: 13px;
    color: #D9B16C;
    text-align: center;
	font-weight:bolder;
    border:2px solid #D9B16C;
	background:var(--2-text-color);
	cursor:pointer;
	cursor:hand;
	padding:0 3px 0 4px;
}

input.js__poll--check:disabled + label:before {
	content: "\2713";
    font-size: 13px;
    color: transparent;
    text-align: center;
	font-weight:bolder;
    border:2px solid var(--11-text-color);
	background:var(--2-text-color);
	cursor:pointer;
	cursor:hand;
	padding:0 3px 0 4px;
	transition: all 0.3s ease;
}

.fnc--polls--main__linein {
	height:20px;
	background:#eee;
}

/*Формы связи*/

.fnc--feedback {
    padding: 56px 10px;
    background: #F7F7F7;
}

.fnc--feedback--container {
    max-width: 600px;
    width: 100%;
}

.fnc--feedback__title {
    padding: 0;
    font-weight: 600;
    font-size: 24px;
    color: #040404;
}

.fnc--feedback__second--title {
    padding: 10px 0;
    font-size: 16px;
    color: #040404;
    line-height: 1.5;
}

.fnc--feedback--main {
    max-width: 740px;
    margin: 0;
}

.fnc--feedback--main__line {
	
}

.fnc--feedback--main__name {
	padding:5px 0;
	display:none;
}

.fnc--feedback--main__param {
	padding: 0 0 30px;
}

.fnc--feedback--main__button  {
	padding:0 0 24px;
	text-align:center;
}


/*Отзывы в колонке*/

.fnc--column--comments {
	
}

.fnc--column--comments__title {
	
}

.fnc--center--comments--container {
	
}

.fnc--center--comments--listitem__main {
	
}

.fnc--center--comments--listitem__name {
	
}

.fnc--center--comments--listitem__text {
	
}

.fnc--center--comments--listitem__date {
	
}

/*Отзывы в слайдере*/

.fnc--slider--comments {
	max-width:1000px;
	width:100%;
	margin:0 auto;
	padding:50px 0;
}

.fnc--slider--comments__title {
	font-size:17px;
	text-align:center;
}

.fnc--slider--comments--container {
	display:flex;
	align-items: center;
    justify-content: center;
	padding:10px;
}

.fnc--slider--comments__main {
	padding:0 40px;
	max-width:500px;
	width:100%;
}

.fnc--slider--comments__name {
	padding:5px 0;
}

.fnc--slider--comments__text {
	padding:5px 0;
}

.fnc--slider--comments__date {
	padding:5px 0;
}

/*Отзывы страница*/

.fnc--comments--list {
	padding:10px;
	max-width:1152px;
}

.fnc--addcomment--container {
	max-width:500px;
	width:100%;
	margin:0 auto;
}

.fnc--addcomment--title {
    text-align: center;
    font-size: 20px;
    font-family: firasans-semiboldial,sans-serif;
    margin: 33px 0 16px;
}

.fnc--addcomment--item {
    padding: 0 0 16px;
}

.fnc--comments--listitem {
    border-bottom: 1px solid #C4C4C4;
    padding: 8px 0;
}

.fnc--comments--listitem__date{
	color: #d3d3d3;
}

.fnc--comments--listitem__main {
	display:flex;
	align-items: center;
	padding:3px 0;
	justify-content: space-between;
}

.fnc--comments--listitem__name {
	font-weight:bolder;
}

.fnc--comments--listitem__text {
    font-size: 16px;
    padding: 16px 0 0;
}

/*Заказать звонок*/

.fnc--order--call {
	
}

/*Попап*/

.js__body--popup {
	
}

.popup--callme--container {
	
}

.popup--container__main {
	
}

.popup--container__close {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.popup--container__title {
    text-align: center;
    padding: 20px 0;
    font-family: var(--medium-font-family);
    font-size: 18px;
}

.popup--container__line {
	padding:5px 0;
}

.popup--container__button {
	
}

/*Авторизация*/

.fnc--login--fields {
	
}

.fnc--login--fields--container {
	
}

.fnc--login--fields__main {
	
}

.fnc--login--fields__field {
    padding: 0 0 20px;
}

.fnc--login--fields__buttons {
	display:flex;
	justify-content:space-between;
}

.fnc--login--fields__social {
	text-align:center;
	padding:5px 0;
}

.fnc--login--fields--social__buttons {
	display:flex;
	justify-content: space-evenly;
}

.fnc--login--fields__forgot {
    padding: 10px 0;
    text-align: right;
}

.js__forgot--button {
	cursor:pointer;
	cursor:hand;
}

/*Регистрация*/

.registration--center--page {
	max-width:1152px;
	margin:0 auto;
	width:100%;
	padding:30px 10px;
}

.registration--main {
	
}

.js__registration--page--content{
	max-width:450px;
}

.registration--main__title {
	border-bottom: 1px solid #D6D6D6;
    width: 100%;
    font-size: 20px;
    padding-bottom: 5px;
    font-family: firasans-regular,arial,sans-serif;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 20px;
}

.registration--main__inner {
	
}

.registration--main__line {
    padding: 0 0 20px;
}

.registration--main__name {
	padding:3px 0;
}

.registration--main__param {
	padding:3px 0;
}

.registration--main__button {
	padding:3px 0;
}

.js__registration--page--info {
	color:var(--14-text-color);
}

.pricecfor_artiul{
	display:flex;
	flex-direction: column;
}

/*Аккаунт*/

.account--center--page {
    max-width: 1152px;
    margin: 0 auto;
    width: 100%;
    padding: 30px 0;
}

.account--info--row {
	font-size: 22px;
	padding:3px 0;
}

.account--info--row__welcome {
	
}

.fnc--forgot--main__title{
	margin-bottom:5px;
}

.fnc--forgot--main__line{
	margin-bottom: 20px;
}

.account--tabs {
	display: flex;
    align-items: flex-end;
    margin: 20px 0 30px;
    flex-wrap: wrap;
}

.account--tabs__position {
    width: 100%;
    max-width: 160px;
}

.account--tab {
    color: #000;
    padding: 5px;
    cursor: pointer;
    cursor: hand;
    font-family: firasans-medium,arial,sans-serif;
    text-align: center;
    border: 1px solid #d9b16c;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 14px;
}

.account--tab__active {
	border-bottom: 4px solid #D9B16C;
    color: #fff;
    padding: 5px;
    height: 40px;
    cursor: pointer;
    cursor: hand;
    font-family: var(--medium-font-family);
    background: #D9B16C;
    border-radius: 2px;
    width: 100%;
    max-width: 160px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account--tabs__columns {
	display:flex;
	justify-content: space-between;
}

.account--tabs---column__left {
	flex-basis:48%;
}

.account--tabs---column__right {
	flex-basis:48%;
}

.account--tabs--column__title {
	border-bottom: 1px solid #D6D6D6;
    width: 100%;
    font-size: 20px;
    padding-bottom: 5px;
    font-family: firasans-regular,arial,sans-serif;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 20px;
}

.account--main__line {
    padding: 0 0 20px;
}	

.account--main__name {
	padding:3px;
}

.account--main__param {
	padding:3px;
}

.account--main__button {
	padding:3px;
}

.js__user--data--info, .js__user--main--info {
	color:var(--14-text-color);
	padding:3px;
	font-size:12px;
}

.js__user--avatar--container img{
	max-width:150px;
	max-height:150px;
}

.fnc--account--order {
	margin-bottom:15px;
	border-bottom:1px solid var(--12-text-color);
	padding-bottom:10px;
}

.fnc--account--order__wrap {
	
}

.fnc--account--order__titlerow {
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.fnc--account--order__number {
	
}

.fnc--account--order__parent {
	
}

.fnc--account--order__inforow {
	padding:5px 0;
}

.fnc--cartlist--container {
	padding:5px 0;
}

.fnc--account--order__more {
	text-decoration:underline;
	cursor:pointer;
	cursor:hand;
}

select.js__perpage--change,
select.js__perpage--change:focus{
    border: none;
    font-size: 14px;
    padding: 0;
    outline: none;
    box-shadow: none;
    color: #040404;
    font-family: firasans-medium, calibri, arial;
}

/*Блок над списком товаров*/

.fnc--itemshow--container {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2px 4px;
    border-bottom: 1px solid #e8e7e7;
}

@media all and (max-width: 600px) {
	
	.fnc--itemshow--container {
		flex-wrap:wrap;
	}
	
}

/*Блок сортировки*/

.fnc--sorting {
	display: flex;
	align-items:center;
}

.fnc--sorting__title {
    padding: 0;
    font-size: 16px;
    color: #040404;
    font-family: firasans-medium, calibri, arial;
}

.fnc--sorting--cell--inner__active{
	color: #D9B16C;
}

.fnc--sorting--sort--down,
.fnc--sorting--sort--up{
	position:relative;
	color:transparent;
	margin-left: 3px;
}


.fnc--sorting--sort--down:before,
.fnc--sorting--sort--up:before{
    content: url(/themes/img/arrow-cat.svg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fnc--sorting--sort--up:before{
	transform: rotate(90deg);
}

.fnc--sorting--sort--down:before{
	transform: rotate(-90deg);
}

.fnc--sorting__wrap {
	display: flex;
	align-items:center;
}

.fnc--sorting__cell {
    padding: 0 16px;
}

.fnc--sorting__cell:nth-child(2){
	border-right: 1px solid #a8a6a6;
    border-left: 1px solid #a8a6a6;
}

.fnc--sorting--cell__inner {
	display: flex;
	align-items:center;
}

.fnc--sorting--cell--inner__arrow {
	padding-left:5px;
}

.js__sort--button {
	cursor:pointer;
	cursor:hand;
}

/*Блок кол-во товаров на странице*/

.fnc--perpage--items {
	
}

.fnc--perpage--items--container {
	
}

/*Блок типа отображения товаров*/

.fnc--viewblock--items {
	display:none;
	align-items:center;

}

.fnc--viewblock--table div{
	width:26px;
	height:26px;
	background:url('/themes/main/table.jpg') no-repeat;
	cursor:pointer;
	cursor:hand;
	margin:0 2px;
}

.fnc--viewblock--table__active div {
	width:26px;
	height:26px;
	background:url('/themes/main/table_act.jpg') no-repeat;
	cursor:pointer;
	cursor:hand;
	margin:0 2px;
}

.fnc--viewblock--list div{
	width:26px;
	height:26px;
	background:url('/themes/main/list.jpg') no-repeat;
	cursor:pointer;
	cursor:hand;
	margin:0 2px;
}

.fnc--viewblock--list__active div{
	width:26px;
	height:26px;
	background:url('/themes/main/list_act.jpg') no-repeat;
	cursor:pointer;
	cursor:hand;
	margin:0 2px;
}

/*Список товаров таблица*/

.fnc--products--listVer {
	display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
}

.fnc--products--listitem {
    flex-basis: calc(33.333% - 30px);
    width: calc(33.333% - 30px);
    max-width: 255px;
    margin: 0 30px 30px 0;
    padding: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0);
    transition: all 0.5s ease;
    border: 1px solid #F1F1F1;
}

.fnc--products--listitem:hover{
	border: 1px solid #D9B16C;
}

@media all and (max-width: 1100px) {
	.fnc--products--listitem {
		flex-basis: calc(33% - 4px);
	}
}

@media all and (max-width: 600px) {
	.fnc--products--listitem {
		flex-basis: calc(50% - 4px);
	}
}

.fnc--products--listitem:hover {
	box-shadow: 0 0 2px 1px var(--13-text-color);
	z-index:1;
}

.fnc--products--listitem__icon {
    position: absolute;
    top: 15px;
    left: 15px;
}

.fnc--products--listitem__main {
    width: 100%;
    background: #fff;
}

.fnc--products--listitem__name {
    padding: 0;
    margin: 8px 0 20px;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: flex-start;
    width: 100%;
    overflow: hidden;
    text-align: left;
    font-size: 16px;
}

.fnc--products--listitem__name a{
	text-decoration:none;
}

.fnc--products--listitem__image {
    padding: 0;
    height: 168px;
    background: #f6f6f6;
	overflow:hidden;
}

.fnc--products--listitem__image a{
	display: flex;
    align-items: center;
    justify-content: center;
	width:100%;
    height: 168px;
}

.fnc--products--listitem__image img {
    max-width: 100%;
    max-height: 350px;
    display: block;
}

.fnc--products--listitem__votes {
	display: none;
    align-items: center;
	padding:5px 0;
	justify-content:center;
}

.fnc--products--listitem__vote {
	padding:0 5px;
}

.fnc--products--listitem__info {
	padding:5px;
}

.fnc--products--listitem__buttons {
    display: flex;
}

.fnc--products--listitem__buttons > div,
.fnc--products--slider__buttons > div{
	margin-left: 12px;
}

.fnc--products--listitem__shopinfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 0;
    width: 100%;
}

.price-and-buttons{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.fnc--products--listitem__price {
    padding: 0;
    color: #D9B16C;
    display: flex;
    font-family: var(--bold-font-family);
    text-align: left;
    width: 100%;
    font-size: 26px;
    line-height: 26px;
    align-items: flex-end;
    position: relative;
}

.fnc--products--listitem__oldprice {
    text-decoration: line-through;
    font-size: 14px;
    color: #c4c4c4;
    margin-right: 8px;
    font-family: var(--regular-font-family);
    position: absolute;
    bottom: 100%;
    left: 0;
}

.fnc--products--listitem__actprice {
	
}

.fnc--products--listitem__actprice span,
.fnc--products--listitem__price span{
	font-size:16px;
}

.fnc--products--listitem__buy {
    width: 100%;
}


/*Список товаров список*/

.fnc--products--listHor {
	display:flex;
	flex-direction:column;
	padding:10px 0;
}

.fnc--products--listhoritem {
	display:flex;
	flex-direction:column;
	margin:2px 0;
	border:1px solid #eee;
	position:relative;
}

.fnc--products--listhoritem:hover {
	box-shadow: 0 0 2px 1px var(--13-text-color);
}

.fnc--products--listhoritem__icon {
	position:absolute;
	top:0px;
	left:0px;
}

.fnc--products--listhoritem__inner {
	display:flex;
	flex-direction:row;
}

.fnc--products--listhoritem__main {
	padding-left:15px;
}

.fnc--products--listhoritem__name {
	padding:5px 0;
}

.fnc--products--listhoritem__image {
	display:flex;
	flex-basis:200px;
	height:220px;
	padding:10px 0;
	align-items:center;
	justify-content:center;
}

.fnc--products--listhoritem__image img {
	max-width:100%;
	max-height:200px;
	display: block;
}

.fnc--products--listhoritem__votes {
	display: flex;
    align-items: center;
	padding:5px 0;
	justify-content:center;
}

.fnc--products--listhoritem__vote {
	padding:0 5px;
}

.fnc--products--listhoritem__info {
	padding:5px;
}

.fnc--products--listhoritem__buttons {
	display: flex;
}

.fnc--products--listhoritem__buttons div {
	padding-right:10px;
}

.fnc--products--listhoritem__price {
	padding:5px;
	color:var(--14-text-color);
}

/*Страница товара*/

.content--item--page {
	
}

.itempage--nextitems {
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.itempage--nextitems__prev {
	
}

.itempage--nextitems__next {
	
}

.itempage--overblock {
	
}

.itempage--overblock__name {
	
}

.itempage--overblock__code {
	
}

.itempage--columns {
    display: flex;
}

.itempage--left--column {
    width: 100%;
    max-width: 350px;
    background: #fff;
    padding: 15px;
    border-radius: 2px;
}

.itempage--left--column .itempage--center--name{
	display:none;
}

.itempage--center--column {
    flex-grow: 1;
    margin: 0 0 0 30px;
    background: #fff;
    padding: 30px;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.itempage--right--column {
	width: 100%;
	max-width: 250px;
	display:none;
}

@media all and (max-width: 800px) {
	
	.itempage--columns {
		flex-wrap:wrap;
	}
	
	.itempage--left--column {
		max-width: 100%;
		padding:0 5px;
	}

	.itempage--center--column {
		flex-grow:1;
	}

	.itempage--right--column {
		padding:0 5px;
		max-width: 100%;
	}
	
	.itempage--nextitems { 
		display:none;
	}
	
}

.flex-atribute{
	margin-bottom:10px;
}

.itempage--item--image {
    height: 321px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    cursor: hand;
    margin-bottom: 24px;
    position: relative;
}

.itempage--item--image img{
	max-width:100%;
	max-height: 321px;
}

.itempage--item--image__icons {
	
}

.itempage--center--name {
	
}

.itempage--center--code {
	padding: 0 0 8px;
    color: #A7A7A7;
	font-size: 14px;
	align-self: flex-start;
}

.itempage--center--code span{
    font-family: var(--regular-font-family);
}

.itempage--center--pricefor {
	padding: 0;
    z-index: 1;
    color: #fff;
    padding: 10px;
    padding: 0;
    color: #A7A7A7;
    font-size: 14px;
    align-self: flex-start;
}

.itempage--center--buyinfo .favor--item,
.itempage--center--buyinfo .compare--item,
.itempage--center--buyinfo .favor--item:hover,
.itempage--center--buyinfo .compare--item:hover,
.itempage--center--buyinfo .favor--item__active, 
.itempage--center--buyinfo .favor--item__active:hover, 
.itempage--center--buyinfo .favor--item:hover,
.itempage--center--buyinfo .compare--item__active, 
.itempage--center--buyinfo .compare--item__active:hover, 
.itempage--center--buyinfo .compare--item:hover{
	width: 40px;
    height: 40px;
    max-width: 40px;
}

.itempage--center--price {
	padding:3px 0;
	color:var(--14-text-color);
	font-size:18px;
}

.itempage--center--valutes {
	padding:3px 0;
}

.itempage--center--valutes__inner {
	
}

.itempage--center--brand {
	padding:3px 0;
}

.itempage--center--text {
    padding: 8px 0;
    max-width: 600px;
    line-height: 1.5;
}

.itempage--center--buttons {
	display:flex;
	align-items:center;
	padding:5px 0;
}

.itempage--center--quest {
	padding-right: 5px;
    margin: 30px 0;
}

.itempage--center--quest button,
.itempage--center--quest button:hover{
	text-decoration: underline;
    color: #000;
    border: none;
    padding: 0;
    height: auto;
    max-width: 100%;
	width: auto;
	background:none;
}

.itempage--center--quest button:hover{
	text-decoration:none;
}

.itempage--center--favor {
    margin: 0 0 0 30px;
}

.itempage--center--compare {
    margin: 0 0 0 30px;
}

.favor--item {
    background-image: url(/themes/img/wishlist-hover.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
	width: 30px;
    max-width: 30px;
    height: 30px;
    font-size: 0;
}

.favor--item__active, .favor--item__active:hover, .favor--item:hover {
    background-image: url(/themes/img/wishlist.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    background-color: #D9B16C;
    width: 30px;
    max-width: 30px;
    height: 30px;
    font-size: 0;
}

.compare--item {
	background-image:url(/themes/img/libra-hover.svg);
	background-repeat:no-repeat;
	background-position: center;
	background-size:20px;
	background-color:transparent;
	width:30px;
	max-width: 30px;
	height:30px;
	font-size:0;
}

.compare--item__active, .compare--item__active:hover, .compare--item:hover {
	background-image:url(/themes/img/libra.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    background-color: #D9B16C;
	width:30px;
	max-width: 30px;
	height:30px;
	font-size:0;
}

/*Табы товара*/

.itempage--tabs {
    padding: 0 0 30px;
}

.itempage--tabs--buttons {
	display: flex;
    align-items: flex-end;
    margin: 30px 0 20px;
    height: 42px;
}

.itempage--tabs--button {
    width: 100%;
    max-width: 160px;
}

.itempage--tabs--button:first-child ~ .itempage--tabs--button .itempage--tabs--button__inner,
.itempage--tabs--button:first-child ~ .itempage--tabs--button .itempage--tabs--button__inner--active{
	border-left:none;
}

.itempage--tabs--button__inner {
    color: #000;
    padding: 5px;
    cursor: pointer;
    cursor: hand;
    font-family: firasans-medium,arial,sans-serif;
    text-align: center;
    border: 1px solid #d9b16c;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 14px;
}

.itempage--tabs--button__inner--active {
    border-bottom: 4px solid #D9B16C;
    color: #fff;
    padding: 5px;
    height: 40px;
    cursor: pointer;
    cursor: hand;
    font-family: var(--medium-font-family);
    background: #D9B16C;
    border-radius: 2px;
    width: 100%;
    max-width: 160px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media all and (max-width: 600px) {
	
	.itempage--tabs--buttons {

		align-items: center;
		height: auto;
	}

	
	.itempage--tabs--button {
		width:100%;
		margin-right:0px;
	}
	
	.itempage--tabs--button__inner {
		text-align:center;
	}

	.itempage--tabs--button__inner--active {
		text-align:center;
	}

	.itempage--tabs--buttons {
		align-items: center;
		height: auto;
		flex-wrap: wrap;
	}

	.itempage--tabs--button {
		width: 33.333%;
		margin-right: 0px;
	}




	
}

.itempage--tab--info {
	background: #fff;
    padding: 15px;
    border-radius: 2px;
    min-height: 150px;
}

.itempage--files--container {
	
}

.itempage--files--listitem {
	display:flex;
	align-items:center;
}

.itempage--files--listitem__icon {
	width:50px;
}

.itempage--files--listitem__icon img{
	max-width:100%;
}

.itempage--files--listitem__name {
	padding-left:15px;
}

.itempage--center--prices {
    padding: 0;
    display: flex;
    align-items: flex-end;
    font-size: 46px;
    line-height: 39px;
    color: #D9B16C;
    font-family: var(--semibold-font-family);
    position: relative;
}

.itempage--center--prices span{
	font-size: 26px;
    display: flex;
    line-height: 26px;
}



.rate-and-status{
	margin-left:10px;
}

.item-page .itempage--center--status{
	color:#333;
}

.itempage--center--name h1 {
    padding: 0;
    margin: 0 0 23px;
    font-size: 26px;
    color: #333;
    font-family: var(--medium-font-family);
}

.priceStatusArticul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.itempage--center--valutes {
	padding:5px 0;
	display:flex;
	align-items:flex-end;
}

.itempage--product__oldprice {
    color: #A7A7A7;
    text-decoration: line-through;
    padding-right: 10px;
    font-size: 16px;
    line-height: 26px;
    position: absolute;
    bottom: 100%;
    left: 0;
    display: flex;
    align-items: flex-end;
}

.itempage--product__oldprice span{
    font-size: 12px;
    display: flex;
    line-height: 25px;
}

.itempage--product__actprice {
	display: flex;
    align-items: flex-end;
}

.itempage--valute__oldprice {
    color: #A7A7A7;
    text-decoration: line-through;
    padding-right: 10px;
    font-size: 16px;
    position: absolute;
    bottom: 100%;
    left: 0;
    display: flex;
    align-items: flex-end;
}

.itempage--valute__oldprice span{
	font-size: 12px;
}

.itempage--valute__actprice {
	
}

.itempage--center--buyinfo {
	padding: 8px 0 0;
    display: flex;
    align-items: center;
}

.itempage--center--quantity {
	margin-right: 30px;
    display: flex;
    align-items: center;
}

.itempage--center--quantity input{
    text-align: center;
    max-width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #d9b16c;
}

.itempage--center--buybutton {
	padding: 0;
    margin-right: 30px;
}

.itempage--center--oneclick {
    padding: 0;
}

.portfolio-block .center-block .flex-block:first-child{
    justify-content: space-between;
    margin-top: 40px;
}

.portfolio-block img{
	border: 1px solid var(--one-color);
}

.portfolio-block .img-block a{
	display: block;
	line-height: 0;
}

.portfolio-block .img-block{
	width:100%;
	max-width: 542px;
	height: auto;
}

.portfolio-links{
	margin-top: 50px;
	justify-content: space-between;
}

.portfolio-links > div,
.portfolio-block .img-block{
    background: #000;
    border-radius: 4px;
    line-height: 0;
    cursor: pointer;
    max-height: 304px;
    overflow: hidden;
}

.portfolio-links > div img{
	max-width: 255px;
}

.portfolio-links img,
.portfolio-block img{
	opacity: 1;
	transition: all 0.5s ease;
}

.portfolio-links img:hover,
.portfolio-block img:hover{
	opacity: 0.7;
}

/*-- Блок для дополнительных параметров товара--*/

.itempage--center--options {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
    flex-direction: column;
}

.itempage--center--option--checkbox {
    opacity: 0;
    padding: 0;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

.itempage--center--option--name {
    margin-right: 0;
    margin-bottom: 8px;
}

.itempage--center--option {
	position:relative;
	margin:4px 0;
}

.itempage--center--option__input {
	display:flex; 
	align-items:center;
	border:1px solid #D9B16C;
	padding:10px;
	cursor:pointer;
	cursor:hand;
}

.itempage--center--option__image {
	padding-right:10px;
}

.itempage--center--option__image img{
	max-width:24px;
	max-height:24px;
}

.itempage--center--option__dropdown {
	display:none;
	position:absolute; 
	width:100%;
	border:1px solid #D9B16C;
	background:var(--2-text-color);
	z-index: 2;
}

.itempage--center--option__dropdown--line {
	display:flex; 
	align-items:center;
	padding:10px;
	border-bottom:1px solid var(--12-text-color);
	cursor:pointer;
	cursor:hand;
}

.itempage--center--option__dropdown-line:hover {
	background:var(--12-text-color);
}

.itempage--center--checks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0;
}

.itempage--center--check {
	margin-right: 8px;
    position: relative;
}

.itempage--center--check:hover{
	border-color:#D9B16C;
}

.itempage--center--check div {
    display: flex;
    align-items: center;
    border: 1px solid var(--12-text-color);
    margin-left: 0;
    padding: 5px;
    cursor: pointer;
    cursor: hand;
    justify-content: center;
    text-align: center;
    margin-right: 8px;
    height: 40px;
    width: 40px;
}

.itempage--center--check.active div{
    border-color: #D9B16C;
    font-family: firasans-semibold,arial,sans-serif;
    color: #D9B16C;
}

.itempage--center--option--img img{
	max-width:30px;
	height: 30px;
}

.itempage--center--option--img ~ div{
	display:none;
}

/*Акционные наборы*/

.itempage--actpocket--container {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid var(--12-text-color);
    padding: 10px;
}

.itempage--actpocket--wrap {
    display:flex;
	align-items:center;
	justify-content: space-between;
}

.itempage--actpocket--title {
    font-size: 18px;
    color: var(--14-text-color);
    padding: 5px;
    margin-bottom: 10px;
}

.itempage--actpocket--center {
	display:flex;
	align-items:center;
}

@media all and (max-width: 600px) {
	
	.itempage--actpocket--wrap {
		flex-direction:column;
	}
	
	.itempage--actpocket--center {
		flex-direction:column;
	}
	
}

.itempage--actpocket--plus {
	padding:0 20px;
	color:var(--14-text-color);
	font-size:18px;
	font-weight:bolder;
}

.itempage--actpocket--item {
	
}

.itempage--actpocket--img {
	height:160px;
	padding:5px 0;
	display:flex;
	align-items:center;
	justify-content:center;
}

.itempage--actpocket--img img{
	max-width:150px;
	max-height:150px;
}

.itempage--actpocket--name {
	padding:10px 0;
}

.itempage--actpocket--oldprice {
	color:var(--1-text-color);
	text-decoration:line-through;
	padding-right:10px;
	font-size:14px;
	padding:2px 0;
}

.itempage--actpocket--newprice {
	color:var(--14-text-color);
	font-size:17px;
	padding:2px 0;
}

.itempage--actpocket--summ {
	padding:0 20px;
	color:var(--14-text-color);
	font-size:18px;
	font-weight:bolder;
}

.itempage--actpocket--allprice {
	color:var(--14-text-color);
	font-size:18px;
}

.itempage--actpocket--buybutton {
	padding:10px 0;
}

/*Счетчик*/

.itempage--center--timer {
    background: var(--12-text-color);
    padding: 10px;
	font-size:110%;
    color:var(--14-text-color);
	display:flex;
	flex-direction:row;
	align-items:center;
	margin:4px 0;
}

.itempage--center--timer__title {
   color:var(--14-text-color);
}

.itempage--center--clock {
	display:flex;
	flex-direction:row;
	padding-left:10px;
	font-size:150%;
}

/*Рейтинг*/

.itempage--center--rate {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 0 0;
}

.fnc--addcomment--vote {
	display:flex;
	flex-direction:row;
	align-items:center;
	padding:5px 0;
}

.fnc--addcomment--vote__name {
	padding-right:10px;
}

.itempage--vote--rate {
	margin-right:3px;
}

.fnc--addcomment--vote__rate {
	margin-right:3px;
	cursor:pointer;
	cursor:hand;
}

.item--vote {
	background-image:url('/themes/img/star-diact.svg');
	background-position: center;
	background-repeat: no-repeat;
	width: 15px;
    height: 15px;
}

.item--vote--act {
	background-image:url('/themes/img/star-act.svg');
	background-position: center;
	background-repeat: no-repeat;
	width: 15px;
    height: 15px;
}

.fnc--comments--list__votes {
	display:flex;
	flex-direction:row;
	align-items:center;
	padding:5px 0;
}

.fnc--comments--list__vote {
	margin-right:3px;
}

/*Характеристики товара*/

.item--page--chars--container {
    max-width: 100%;
    max-width: 600px;
}

.item--page--chars__row {
    display: flex;
    flex-direction: row;
    width:100%;
    border-bottom: 1px solid #C4C4C4;
}

.item--page--chars__row:nth-child(odd) {
	background: var(--hard-light-color);
}

.item--page--chars__row--name {
    padding: 8px 0;
    flex-basis: 50%;
    font-size: 16px;
    font-family: firasans-medium,arial,sans-serif;
}

.item--page--chars__row--text {
    padding: 8px 0 8px 20px;
    font-size: 16px;
    flex-basis: 50%;
}

.fnc--product--icon__action {
	background-image: none;
    background-repeat: no-repeat;
	background-size: 30px;
    width:30px;
	height:30px;
}

.fnc--product--icon__top {
	/*background-image: url(/themes/main/cap.svg);
    background-repeat: no-repeat;
	background-size: 30px;
    width:30px;
	height:30px;*/
	display:none;
}

.fnc--product--icon__new {
	/*background-image: url(/themes/main/new.svg);
    background-repeat: no-repeat;
	background-size: 30px;
    width:30px;
	height:30px;*/
	display:none;
}

/*Товары в слайдере системные стили*/

.fnc--slider--sameitems {
	position: relative;
	padding:0 5px;
}

.fnc--slider--sameitems__title {
	font-size:18px;
	padding:20px 0;
}
.fnc--slider--sameitems__wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
	justify-content:center;
}

.slider--sameitems--inner {
	
}

.slider--sameitems__container {
	display: block;
    overflow: hidden;
    margin: 0px auto;
}

.js__slider--sameitems__container {
	display: flex;
    flex-direction: row;
}

.fnc--slider--sameitem__main {
	display: flex;
}

.fnc--slider--topitems {
	position: relative;
	padding:0 5px;
	max-width:1152px;
	margin:0 auto;
}

.fnc--slider--topitems__title,
.fnc--slider--actitems__title,
.fnc--center--articles__title,
.fnc--slider--sameitems__title {
	font-size: 18px;
    padding: 15px 0;
    color: var(--3-text-color);
    margin-bottom: 10px;
    padding-left: 40px;
}

.fnc--slider--topitems__title span,
.fnc--slider--actitems__title span,
.fnc--center--articles__title span,
.fnc--slider--sameitems__title span{
	
}

.fnc--slider--topitems__wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
	justify-content:center;
}

.slider--topitems--inner {
	
}

.slider--topitems__container {
	display: block;
    overflow: hidden;
    margin: 0px auto;
}

.js__slider--topitems__container {
	display: flex;
    flex-direction: row;
}

.fnc--slider--topitem__main {
    display: flex;
    align-items: flex-start;
    width: 294px;
}

.fnc--slider--newitems {
	position: relative;
	padding:0 5px;
	max-width:1152px;
	margin:0 auto;
}

.fnc--slider--newitems__title {
	font-size:18px;
	padding:20px 0;
}
.fnc--slider--newitems__wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
	justify-content:center;
}

.slider--newitems--inner {
	
}

.slider--newitems__container {
	display: block;
    overflow: hidden;
    margin: 0px auto;
}

.js__slider--newitems__container {
	display: flex;
    flex-direction: row;
}

.fnc--slider--newitem__main {
	display: flex;
}

.fnc--slider--actitems {
	position: relative;
	padding:0 5px;
	max-width:1152px;
	margin:0 auto;
}

.fnc--slider--actitems__title {
	font-size:18px;
	padding:20px 0;
}
.fnc--slider--actitems__wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
	justify-content:center;
}

.slider--actitems--inner {
	
}

.slider--actitems__container {
	display: block;
    overflow: hidden;
    margin: 0px auto;
}

.js__slider--actitems__container {
	display: flex;
    flex-direction: row;
}

.fnc--slider--actitem__main {
	display: flex;
}

.fnc--slider--lasitems {
	position: relative;
	padding:0 5px;
	max-width:1152px;
	margin:0 auto;
}

.fnc--slider--lasitems__title {
	font-size:18px;
	padding:20px 0;
}
.fnc--slider--lasitems__wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
	justify-content:center;
}

.slider--lasitems--inner {
	
}

.slider--lasitems__container {
	display: block;
    overflow: hidden;
    margin: 0px auto;
}

.js__slider--lasitems__container {
	display: flex;
    flex-direction: row;
}

.fnc--slider--lasitem__main {
	display: flex;
}

.fnc--slider--favitems {
	position: relative;
	padding:0 5px;
	max-width:1152px;
	margin:0 auto;
}

.fnc--slider--favitems__title {
	font-size:18px;
	padding:20px 0;
}
.fnc--slider--favitems__wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
	justify-content:center;
}

.slider--favitems--inner {
	
}

.slider--favitems__container {
	display: block;
    overflow: hidden;
    margin: 0px auto;
}

.js__slider--favitems__container {
	display: flex;
    flex-direction: row;
}

.fnc--slider--favitem__main {
	display: flex;
}

.fnc--slider--accessoriesitems {
	position: relative;
	padding:0 5px;
	max-width:1152px;
	margin:0 auto;
}

.fnc--slider--accessoriesitems__wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
	justify-content:center;
}

.slider--accessoriesitems--inner {
	
}

.slider--accessoriesitems__container {
	display: block;
    overflow: hidden;
    margin: 0px auto;
}

.js__slider--accessoriesitems__container {
	display: flex;
    flex-direction: row;
}

.fnc--slider--accessoriesitem__main {
	display: flex;
}

.fnc--slider--complectitems {
	position: relative;
	padding:0 5px;
	max-width:1152px;
	margin:0 auto;
}

.fnc--slider--complectitems__wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
	justify-content:center;
}

.slider--complectitems--inner {
	
}

.slider--complectitems__container {
	display: block;
    overflow: hidden;
    margin: 0px auto;
}

.js__slider--complectitems__container {
	display: flex;
    flex-direction: row;
}

.fnc--slider--complectitem__main {
	display: flex;
}

/*Товары в слайдере*/

.fnc--slider--item__left {
    padding-right: 5px;
    box-sizing: border-box;
}

.fnc--slider--item__right {
    padding-left: 5px;
    box-sizing: border-box;
}

.content--center--chapter__rating{
	display:none;
}

.fnc--slider--listitem {
    width: 258px;
    margin: 0 auto;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0);
    transition: all 0.5s ease;
}

.fnc--slider--listitem:hover {
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
}


.fnc--items--slider__main {
    width: 100%;	
}

.fnc--items--slider__icon {
    position: absolute;
    left: 15px;
    top: 15px;
}



.fnc--items--slider__name {
    padding: 0;
    margin: 8px 0 20px;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: flex-start;
    width: 100%;
    overflow: hidden;
    text-align: left;
    font-size: 16px;
}

.fnc--items--slider__name a{
	text-decoration:none;
}

.fnc--items--slider__image  {
    padding: 0;
    height: 167px;
    background: #f6f6f6;
    overflow: hidden;
}

.fnc--items--slider__image a{
	display: flex;
    justify-content: center;
    align-items: center;
	width:100%;
	height: 167px;
}

.fnc--products--slider__shopinfo .itempage--center--status,
.fnc--products--slider__shopinfo .itempage--center--status {
	color: #D9B16C;
}

.fnc--items--slider__image img {
    max-width: 100%;
    max-height: 325px;
}

.fnc--products--slider__buttons {
	display: flex;
}

.fnc--products--slider__votes {
	display: none;
    align-items: center;
	padding:5px 0;
	justify-content:center;
}

.fnc--products--slider__vote {
	padding:0 5px;
}

.fnc--products--slider__shopinfo {
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    color: #D9B16C;
    width: 100%;
}

.fnc--products--slider__price,
.fnc--products--listitem__buy {
    display: flex;
    align-items: center;
    color: #D9B16C;
    font-size: 26px;
    justify-content: flex-start;
    font-family: var(--bold-font-family);
}

.fnc--products--slider__price span,
.fnc--products--listitem__buy span{
	font-size:16px;
}

.fnc--products--slider__oldprice {
	
}

.fnc--products--slider__actprice {
	
}

.fnc--products--slider__buy,
.fnc--products--listitem__buy {
    min-height: 32px;
    margin-top: 12px;
}


.fnc--slider--item__button {
	padding:5px 0;
	text-align: center;
}

.fnc--slider--item__button a{
	padding:10px 15px;
	border:1px solid transparent;
	border-bottom:1px solid #D9B16C;
	display:inline-block;
	margin:0 auto;
}

.fnc--slider--item__button a:hover{
	border:1px solid #D9B16C;
	background:#D9B16C;
	color:var(--2-text-color);
	text-decoration:none;
}

/*Топ товары в центре*/

.fnc--center-topitems {
	max-width:1152px;
	width:100%;
	padding:10px;
	margin:0 auto;
}

.fnc--center-topitems__title {
	font-size: 18px;
    padding: 20px 0;
}

.fnc--center-topitems__ver--container {
	display:flex;
	flex-wrap:wrap;
}

.fnc--center-topitems__hor--container {
	
}

/*Товары в столбике*/

.fnc--items--column {
	
}

.fnc--items--column__title {
	font-size: 18px;
    padding: 20px 0;
}

.fnc--items--column__container {
	
}

.fnc--items--column__listitem {
	padding:10px 0;
	border-bottom:1px solid #eee;
}

.fnc--items--column__name{
	text-align:center;
	padding:5px 0;
}

.fnc--items--column__price {
	color:var(--14-text-color);
	text-align:center;
	padding:5px;
}

.fnc--items--column__image--left, .fnc--items--column__image--right  {
	text-align:center;
}

.fnc--items--column__image--left img {
	max-width:100%;
	max-height:150px;
}

.fnc--items--column__image--right img {
	max-width:100%;
	max-height:150px;
}

.fnc--products--column__buy {
	padding:10px 0;
	text-align:center;
}

.fnc--items--column__button {
	padding:8px 0;
	text-align:center;
}

/*Окно задать вопрос*/

.popup--container--iteminfo {
	display: flex;
    background: #F7F7F7;
    padding: 15px;
}

.popup--container--iteminfo__image {
	width:100px;
	text-align:center;
}

.popup--container--iteminfo__image img {
	max-width:100%;
	max-height:100px;
}

.popup--container--iteminfo__main {
    margin-left: 16px;
}

.popup--container--iteminfo__name {
    font-size: 16px;
    padding-bottom: 10px;
    font-family: firasans-medium,arial,sans-serif;
}

.popup--container--iteminfo__code {
	
}

/*Слайдер маленьких изображений*/

.fnc--small--images__wrap {
	display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 24px;
}

.fnc--small--images__left {
	padding-right: 5px;
    box-sizing: border-box;
}

.fnc--small--images__right {
	padding-left: 5px;
    box-sizing: border-box;
}

.fnc--small--images__center {
	width: 100%;
}

.fnc--small--images--inner {
	display: flex;
    flex-direction: row;
}

.fnc--small--images--listitem__main {
    margin: 2px;
    width: 172px;
    height: 109px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    cursor: hand;
    border: 1px solid #f7f7f7;
    background: #f7f7f7;
}

.fnc--small--images--listitem__main:hover {
	box-shadow: 0 0 2px 1px var(--13-text-color);
}

.fnc--small-image--button {
	
}

.fnc--small-image--button img {
    max-width: 100%;
    max-height: 100px;
}

/*Большое изображение*/

.fnc--bigimage--header--line {
	display:flex;
	justify-content:space-between;
}

.fnc--bigimage--header__name {
    font-size: 18px;
    font-family: montsersemibold,arial,sans-serif;
}

.fnc--bigimage--header__code {
	
}

.fnc--bigimage--inner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.fnc--bigimage--left {
	position:absolute;
	z-index:200;  
	top:50%;
	left:0px;
}

.fnc--bigimage--right {
	position:absolute; 
	z-index:200; 
	top:50%; 
	right:0px;
}

.js__slider--small--images--popup {
	overflow-y:hidden
}

.js__slider--small--images--inner {
	margin:0 auto; 
	display:flex; 
	align-items:center; 
	justify-content:center;
}

.js__slider--small--images--item {
	border:1px solid transparent; 
	cursor:pointer; cursor:hand; 
	display:flex; 
	align-items:center; 
	justify-content:center;	
	width: 80px; 
	margin:2px; 
	height:80px;
}

.js__slider--small--images--item img {
	display:block; 
	max-width:78px;	
	max-height:78px;
}

.js__image--itembig {
	cursor:pointer;
	cursor:hand;
}


/*Производители в слайдере*/

.fnc--slider--brands {
	position: relative;
	padding:0 5px;
	max-width:1152px;
	margin:0 auto;
}

.fnc--slider--brands__title {
	font-size:18px;
	padding:15px 0;
	color:var(--3-text-color);
	border-bottom:1px solid var(--3-text-color);
	margin-bottom:10px;
	background-image:url('/themes/main/apple.svg');
	background-repeat:no-repeat;
	background-position:0% 50%;
	background-size: 30px;
	padding-left:40px;
}

.fnc--slider--brands__wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.slider--brands--inner {
	
}

.slider--brands__container {
	display: block;
    overflow: hidden;
    margin: 0px auto;
}

.js__slider--brands__container {
	display: flex;
    flex-direction: row;
}

.fnc--slider--brands__main {
	display: flex;
}

.fnc--slider--brands__left {
    padding-right: 5px;
    box-sizing: border-box;
}

.fnc--slider--brands__right {
    padding-left: 5px;
    box-sizing: border-box;
}

.fnc--slider--listbrand {
	width: 263px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	border:1px solid #eee;
}

.fnc--slider--listbrand:hover {
	box-shadow: 0 0 2px 1px var(--13-text-color);
}

.fnc--brands--slider__name {
	padding:5px;
	text-align:center;
}

.fnc--brands--slider__image  {
	padding:5px 0;
	height:220px;
	display:flex;
	justify-content: center;
    align-items: center;
}

.fnc--brands--slider__image img {
	max-width:100%;
	max-height:200px;
}

.fnc--slider--brands__button {
	padding:5px 0;
	text-align: center;
}

.fnc--slider--brands__button a{
	padding:10px 15px;
	border:1px solid transparent;
	border-bottom:1px solid #D9B16C;
	display:inline-block;
	margin:0 auto;
}

.fnc--slider--brands__button a:hover{
	border:1px solid #D9B16C;
	background:#D9B16C;
	color:var(--2-text-color);
	text-decoration:none;
}

/*Производители в столбике*/

.fnc--brands--column {
	
}

.fnc--brands--column__title {
	font-size: 18px;
    padding: 20px 0;
}

.fnc--brands--column--container {
	
}

.fnc--brands--column__listitem {
	padding:10px 0;
	border-bottom:1px solid #eee;
}

.fnc--brands--column__name {
	
}

.fnc--brands--column__image--left img {
	max-width:100%;
}

.fnc--brands--column__image--right img {
	max-width:100%;
}

.fnc--brands--column__button {
	padding:10px 0;
}


/*Производители центр*/

.fnc--brands--list {
	padding:30px 0;
}

.fnc--brands--container {
	max-width:1152px;
	width:100%;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
}

.fnc--brands--listitem {
	flex-basis:calc(33% - 40px);
	margin:15px;
	padding:10px;
	display:flex;
	flex-direction:column;
	text-align:center;
}

@media all and (max-width: 700px) {
   
	.fnc--brands--container {
		flex-wrap: wrap;
    }
	
}

@media all and (max-width: 600px) {
   
	.fnc--brands--listitem {
		flex-basis:calc(50% - 40px);
	}
	
}

@media all and (max-width: 400px) {
   
	.fnc--brands--listitem {
		flex-basis:calc(100% - 40px);
	}
	
}

.fnc--brands--listitem:hover {
	box-shadow:0 0 1px 0 var(--3-text-color);
}

.fnc--brands--listitem__main {
	
}

.fnc--brands--listitem__name  {
	padding:10px 0;
}

.fnc--brands--listitem__name a {
	font-size:18px;
}

.fnc--brands--listitem__image {
	padding: 10px 0;
    display: flex;
    align-items: center;
    height: 200px;
    justify-content: center;
}

.fnc--brands--listitem__image img{
	max-width:100%;
}

.fnc--brands--listitem__info  {
	
}

/*Фильтры*/


.mobile--show--filters {
	display:none;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
}

.js__filters--popup {
	display: none;
    position: fixed;
    height: 100%;
    width: 0px;
    top: 0px;
    left: 0;
    z-index: 4292929;
    max-height: 100%;
    background: var(--2-text-color);
    border-right: 1px solid #000;
	opacity:0;
}

.js__filters--popup--content {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 100%;
}

.js__filters--popup--close {
	padding: 5px;
    text-align: right;
}

@media all and (max-width: 800px) {
	
	.js__filters--wrapper {
		display:none;
	}
	
	.mobile--show--filters {
		display:block;
	}
	
}

.fnc--filters--container {
	padding: 0;
}

.js__filters--popup--content {
	padding:5px 10px;
}

.fnc--filters--title {
	display: none;
	font-size:17px;
}

.fnc--filters--wrap {
	
margin-top: 24px;
}

.fnc--filters--item {
	margin-bottom: 24px;
}

.fnc--filters--item__name {
	font-size: 16px;
	padding-bottom: 4px;
	border-bottom: 1px solid #C4C4C4;
	margin: 0 0 24px;
	font-family: firasans-semibold, calibri, arial;
	text-transform: uppercase;
}

.fnc--filters--item__params {
    padding: 0;
}

.fnc--filters--item__inner {
    display: flex;
    padding: 0 0 16px;
}

.fnc--filters--item__inner--name {
	padding:0 5px  0 0;
}

.fnc--filters--item__inner--param {
	flex-grow:1;
	padding:0 5px;
	font-family: firasans-medium,arial,sans-serif;
}

.fnc--filters--item__inner--slider {
	display:flex;
	padding:3px 0;
	justify-content:space-between;
	align-items:center;
}

.fnc--filters--item__inner--slider div:nth-child(2) {
	padding:0 5px;
}

.fnc--filters--button {
    padding: 24px 0 0 0;
    max-width: 172px;
}




.label--filter--checkbox {
	width: 14px;
    height: 14px;
    border: 1px solid #D9B16C;
    background: var(--2-text-color);
    display: block;
    cursor: pointer;
    cursor: hand;
    position: relative;
    border-radius: 100%;
}

input[type=checkbox]:checked + label:before {
	content:"";
	display: block;
	width:100%;
	height:100%;
	background:#D9B16C;
	position:absolute;
	top: 0;
	left: 0;
	border-radius: 100%;
}

input[type=checkbox]:not([disabled]):hover + label:before {
	content:"";
	display: block;
	width:100%;
	height:100%;
	background:#D9B16C;
	position:absolute;
	top: 0;
	left: 0;
	border-radius: 100%;
}

input[type=checkbox]:disabled + label {
	background:var(--11-text-color);
	border:1px solid var(--11-text-color);
	cursor:default;
}

.js__filter--check {
	display:none;
}

.js__brand--check {
	display:none;
}

/*Корзина*/

.fnc--cart--container {
    cursor: pointer;
    cursor: hand;
    background-image: url(/themes/img/cart.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 0;
    width: 28px;
    height: 28px;
    padding: 0;
    position: relative;
}

.fnc--cart--container:hover{
	background-image: url(/themes/img/cart-hover.svg);
}

.fnc--cart--container__title {
	font-weight:bolder;
	padding-bottom:5px;
	display:none;
}

.fnc--cart--container__wrap.js__cart--online--wrapper{
	position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 100%;
    right: -5px;
    top: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #000;
    font-family: firasans-medium, calibri, arial;
}

.fnc--cartlist--section {

}

.fnc--cartlist--container table {
	width:100%;
	padding:10px 0;
	border-collapse: collapse;
}

.fnc--cartlist--container table td{
	padding: 20px 8px;
    vertical-align: top;
    border-bottom: 1px solid #E8E8E8;
}



.fnc--cartlist--container table .fnc--cartlist--row td{
	font-family: var(--regular-font-family);
}

.js__cart--popup {
    width: 1000px;
}

.fnc--cartlist--cell__delete button{
	background: transparent url(/themes/img/close.svg) no-repeat center center;
	border:none;
	color:transparent;
	font-size:0;
	transition: all 0.5s ease;
}

.fnc--cartlist--cell__delete button:hover{
	background:transparent url(/themes/img/close-hover.svg) no-repeat center center;
}

.fnc--cartlist--row__title {
	color:#000;
	font-family: firasans-semibold, calibri, arial;
}

.fnc--cartlist--row__title .fnc--cartlist--cell__code {
	
font-size: 0;
}

.fnc--cartlist--row__total {
	color: #000;
	font-family: firasans-semibold, calibri, arial;
}

.fnc--cartlist--row:nth-child(odd) {
}

.fnc--cartlist--cell__code {
	width: 40px;
	word-wrap:break-word;
	text-align:center;
	font-size: 12px;
}

.fnc--cartlist--row__title .fnc--cartlist--cell__img {
	font-size:0;
}

.fnc--cartlist--cell__img {
    width: 158px;
    text-align: center;
    background: #F7F7F7;
    line-height: 0;
}

.fnc--cartlist--cell__img img {
    max-width: 100px;
    max-height: 100px;
    border: 1px solid #F1F1F1;
}

.fnc--cartlist--cell__qnt {
	width:80px;
	text-align:center;
}

.fnc--cartlist--cell__qnt input{
    text-align: center;
    border: 1px solid #D9B16C;
    width: 40px;
    height: 40px;
    padding: 0;
    color: #000;
}

.fnc--cartlist--cell__price, .fnc--cartlist--cell__total__summ, .fnc--cartlist--cell__amount {
	text-align:center;
	width:100px;
}

.fnc--cartlist--cell__delete {
	text-align:center;
	width:50px;
}

.fnc--cartlist--cell__total__text {
	text-align:right;
}

tr:not(:first-child) td.fnc--cartlist--cell__amount,
tr:not(:first-child) td.fnc--cartlist--cell__price,
.fnc--cartlist--cell__total__summ{
	font-size:24px;
	color:#D9B16C;
}

@media all and (max-width: 600px) {
	
	.fnc--cartlist--cell__code {
		display:none;
	}
	.fnc--cartlist--cell__price {
		display:none;
	}

}

.fnc--cartlist--params__table {
	padding:2px 0 !important;
	color: #D9B16C;
	font-size:11px;
	width:auto !important;
}

.fnc--cartlist--params__table--name {
	padding:2px 0 !important;
}

.fnc--cartlist--params__table--param {
	padding:2px 0 !important;
	padding-left:10px !important;
}

.fnc--cartpopup--buttons {
	display:flex;
	justify-content:space-between;
	padding:10px 0;
}

.fnc--cartpopup--continue {
	
}

.fnc--cartpopup--gotocart {
	
}

.fnc--cartpopup--empty {
	
}


.cart--page--inner {
	display:flex;
	justify-content:space-between;
	padding:10px 0;
}

.cart--page--inner__left {
    max-width: 350px;
    width: 100%;
    margin-right: 30px;
}

.cart--page--inner__right {
    flex-basis: calc(100% - 350px - 30px);
}

input[type="text"].js__bonus--code--letter{
	font-size:14px;
}

@media all and (max-width: 600px) {
	
	.cart--page--title {
		padding:0 5px;
		text-align:center;
	}
	.cart--page--inner {
		flex-wrap:wrap;
	}
	.cart--page--inner__left {
		flex-basis:calc(100% - 10px);
		padding:0px 5px;
		margin:0 auto;
	}

	.cart--page--inner__right {
		flex-basis:calc(100% - 10px);
		padding:0px 5px;
		margin:0 auto;
	}
	
}

.cart--page--inner--block__param input[type="text"],
.cart--page--inner--block__param textarea,
.cart--page--inner--block__param select{
    border-color: #D9B16C;
    color: #000;
}

.cart--page--inner--block__param input.fail--input {
    border: 1px solid red;
}

.cart--page--inner__line{
	margin-bottom: 16px;
}

.cart--page--inner--block__name {
	padding:3px 0;
}

.cart--page--inner--block__param {
    padding: 3px 0;
    display: flex;
    flex-wrap: wrap;
}

.cart--page--title{
	margin-top: 80px;
	margin-bottom: 40px;
	padding-bottom: 16px;
	border-bottom: 1px solid #C4C4C4;
	font-size: 24px;
	text-transform: uppercase;
	color: #040404;
	font-family: firasans-semibold, calibri, arial;
}

.cart--page--checkout {
    padding: 10px 0;
    text-align: center;
    margin: 0 0 60px;
    max-width: 350px;
}

.cart--page--checkout button,
.itempage--center--buybutton button{
    background: #D9B16C;
    color: #fff;
    max-width: 190px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--medium-font-family);
}

.cart--page--checkout button{
    max-width: 350px;
    width: 100%;
    height: 50px;
}

.itempage--center--oneclick button{
	max-width: 190px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--medium-font-family);
}

.cart--page--checkout:hover button,
.itempage--center--buybutton:hover button{
    background: transparent;
    color: #000;
    font-size: 14px;
    font-family: var(--medium-font-family);
}

.fnc--cartlist--row__total td{
	border:none !important;
}

.cart--page--payment__line {
    display: flex;
    padding: 5px 0;
    align-items: center;
    width: 50%;
}

.cart--page--payment__line--right button{
    width: 300px;
    padding-left: 35px;
    text-align: left;
    justify-content: flex-start;
}

.cart--page--payment__line--left {
    margin-right: -25px;
    z-index: 1;
}

.cart--page--payment__line--right {
	
}

.fnc--comparision--container {
	cursor:pointer;
	cursor:hand;
}

.fnc--comparision--container__wrap {
    background-image: url(/themes/img/libra.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    width: 30px;
    height: 30px;
    position: relative;
}

.fnc--comparision--container__wrap:hover{
	background-image: url(/themes/img/libra-hover.svg);
}


.fnc--comparision--active {
	background-image: url(/themes/img/libra-hover.svg);
}

.fnc--comparision--amount {
    position: absolute;
    background: #fff;
    color: #000;
    padding: 0;
    border-radius: 100%;
    right: -5px;
    top: -5px;
    width: 15px;
    height: 15px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.fnc--favors--container {
	cursor:pointer;
	cursor:hand;
}

.fnc--favors--container__wrap {
    background-image: url(/themes/img/wishlist.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    width: 30px;
    height: 30px;
    position: relative;
}

.fnc--favors--container__wrap:hover {
	background-image: url(/themes/img/wishlist-hover.svg);
}

.control-buttons{
    display: flex;
    align-items: center;
}

.fnc--favors--active {
	background-image: url(/themes/img/wishlist-hover.svg);
    color: #fff;
}

.fnc--favors--amount {
	position: absolute;
    background: var(--2-text-color);
    color: var(--14-text-color);
    padding: 2px 5px;
    border-radius: 100%;
    left: 0;
    top: 0;
    font-size: 12px;
    border: 1px solid #D9B16C;
}

.center-block{
	max-width:1150px;
	margin: 0 auto;
}


.advantages .center-block{
    display: flex;
    justify-content: space-between;
    margin: 45px auto 40px;
}

.advantages .center-block .prei{
	display: flex;
    align-items: center;
}

.prei p.text-block{
	margin-left:16px;
	font-family: firasans-medium, calibri, arial;
}

.prei p.text-block:first-child{
	margin-left:0;
	padding-left: 44px;
	position: relative;
}


.prei p.text-block:first-child:before{
	content:'';
	position: absolute;
	width: 120px;
	height: 60px;
	left: -60px;
	top: 0;
	bottom:0;
	margin: auto;
	background: #F7F7F7;
	z-index: -1;
}

.flex-block{
	display:flex;
}

.chapters-cen .flex-block{
	flex-direction: column;
}

.chap{
	position:relative;
	margin-bottom: 44px;
}

.chap .text-block{
    position: absolute;
    bottom: -28px;
    width: 100%;
    left: 40px;
    max-width: 240px;
    height: 56px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #040404;
	font-size: 1.714em;
	transition: all 0.5s ease;
	font-family: firasans-medium, calibri, arial;
}

.chap:hover .text-block{
	text-decoration: none;
	color:#fff;
	background: #D9B16C;
}

.chapters-cen .center-block{
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
}

.chapters-cen .flex-block .img-block{
	max-width: 446px;
    width: 100%;
	background: #D9B16C;
	line-height: 0;
}

.chapters-cen .img-block a{
    line-height: 0;
    display: inline-block;
}



.fnc--slider--topitems__title,
.fnc--slider--actitems__title,
.fnc--center--articles__title,
.fnc--slider--sameitems__title,
.fnc--slider--lasitems__title{
    text-align: left;
    font-weight: 600;
    font-size: 20px;
    margin-top: 30px;
    color: #040404;
    padding: 0 0 10px;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #d6d6d6;
}



/*slick-slider*/

/*slider*/

.slick-slider{
	max-width:1150px;
	width:100%;
}

.slider {
	width: 50%;
	margin: 100px auto;
}

.slick-slide {
  margin: 0px;
}

.slick-slide img {

}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
}

.slick-active {
}

.slick-current {
  opacity: 1;
}


/* Slider */
.slick-slider
{
position: relative;

display: block;
box-sizing: border-box;

-webkit-user-select: none;
   -moz-user-select: none;
	-ms-user-select: none;
		user-select: none;

-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
	touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}

.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
width: 100%;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	 -o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
}

.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
display: flex;
align-items: center;
}
.slick-track:before,
.slick-track:after
{
display: table;

content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}

.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
outline: none;
}


[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img {
display: block;
margin: 0 auto;
max-width: 100%;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;

height: auto;

border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}


/* Arrows */
.slick-prev,
.slick-next{
    position: absolute;
    line-height: 0;
    top: 0;
    bottom: 0;
    display: block;
    padding: 0;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all 0.5s ease;
    margin: auto;
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    border-radius: 100%;
    font-size: 0;
    color: transparent;
    background: url(/themes/img/arrow.svg) no-repeat center center;
    border: none;
}


.slick-next{
    transform: rotate(180deg);
    right: -60px;
}

.slick-prev:hover,
.slick-next:hover{
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0);
    background: url(/themes/img/arrow.svg) no-repeat center center;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{

opacity: .1;
}

.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after
{
	display:none;
}

.slick-prev:before{

}

.slick-prev:hover:before,
.slick-next:hover:before{

}



.slick-prev
{
    z-index: 1;
    left:-60px;
}
[dir='rtl'] .slick-prev
{
}
.slick-prev:before
{

}
[dir='rtl'] .slick-prev:before
{

}

.slick-next
{

}
[dir='rtl'] .slick-next
{


}
.slick-next:before
{

}
[dir='rtl'] .slick-next:before
{

}

.slick-disabled{
	opacity:0 !important;
}

/* Dots */
.slick-dotted.slick-slider{
    align-items: flex-start;
    margin: 0 auto;
    text-align: center;
}

.slick-dots
{
    position: absolute;
    bottom: -31px;
    left: 24px;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 0;
    text-align: center;
}
.slick-dots li
{
    width: 10px;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.slick-dots li button
{
    font-size: 1em;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: #000;
    border: 0;
    outline: none;
    background: none;
	color: #77A368;
	display:none;
}

.slick-dots span{
    margin-left: 20px;
    padding-left: 5px;
    border-left: 1px solid #000;
    height: 16px;
}

li.slick-active button{
    background: none;
	color: #77A368;
	display:block;
}

.slick-dots li button:hover,
.slick-dots li button:focus{
outline: none;
}
.slick-dots li button:before,
.slick-dots li button:after{
	display:none;
}
.slick-dots li button:before
{

}
.slick-dots li.slick-active button:before{

}


footer .menu--chapters__submenu{
	display:none !important;
}

/**/

/*mobile-menu*/


.h-menu{
    right: -100%;
    width: 100%;
    position: fixed;
    top: 60px;
    height: calc(100% - 60px);
    overflow-y: scroll;
    overflow-x: hidden;
    background: #fff;
    z-index: 106;
    transition: all 0.8s ease;
    text-align: center;

}

.h-menu .magamenu-block:hover .fnc--megamenu, 
.h-menu .magamenu-block.active .fnc--megamenu {
		opacity: 1;
		height: auto;
		left: 0;
		display: block;
		transition: all 0.5s ease;
		overflow: visible;
		position: relative;
	}

	.h-menu	.fnc--megamenu--container,
	.h-menu .fnc--megamenu {
		max-width: 100%;
		width: 100%;
	}

.h-menu .menu--chapters__item a,
.h-menu .menu--chapters__item a:hover {
    color: #000;
    font-size: 15px;
}

.h-menu .header--underhead--inner__left {
    width: 100%;
	max-width: 100%;
    background: #0d0d0d;
    padding: 1px 0;
}

.h-menu .header--underhead--inner__right {
    display: block;
    max-width: 280px;
    margin: 10px auto 0;
}

.h-menu  button.js__login--form--open {
    color: #d9b16c;
	background: url(/themes/img/user-hover.svg) no-repeat right center;
	padding-left:0;
}

.h-menu .fnc--login--buttons__cabinet button{
	color: #0d0d0d;
	background: url(/themes/img/user-hover.svg) no-repeat right center;
	padding-left:0;
}

.h-menu .fnc--login--buttons__inner button.js__logout--button{
	color: #000;
    background-image: url(/themes/img/logout-hover.svg);
    font-size: 12px;
    width: 55px;
    padding-right: 29px;
    margin: 0;
    padding: 10px 29px 10px 0;
}

.h-menu .fnc--search{
	display: none;
}

.h-menu .mfp-close{
    color: #000;
    font-size: 3em;
}

.h-menu.active{
    right: 0;
}


.h-menu .menu--chapters {
    display: block;
    max-width: 280px;
    text-align: left;
    margin: 0 auto;
}

.open-hamburger-menu.active span:nth-child(1){
    transform: rotate(35deg);
    top: 12px;
}


.open-hamburger-menu.active span:nth-child(3){
	transform:rotate(-35deg);
	bottom:12px;
}

.open-hamburger-menu.active span:nth-child(2){
    opacity:0;
}

.h-menu .menu--chapters__item {
    position: relative;
    margin-left: 0;
    margin: 0;
    padding: 0;
}


.h-menu .magamenu-block {
    position: relative;
    display: block;
    max-width: 280px;
    text-align: left;
    margin: 0 auto;
}

.h-menu .menu--chapters {
    display: block;
    max-width: 280px;
    text-align: left;
    margin: 0 auto;
}

.h-menu .cat-menu {
    width: 100%;
    margin-top: 10px;
}

.h-menu .menu--chapters__item a{
	padding: 10px;
	display:block;
}

.open-hamburger-menu{
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 15px;
    z-index: 110;
    width: 50px;
    height: 50px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    display: none;
    cursor: pointer;
    cursor: hand;
    transition: all 0.2s ease;
}

/*.open-hamburger-menu:before{
    content: 'Menu';
    color: #fff;
}*/

.h-menu .socials {
    padding: 10px 0;
    border-top: 1px solid var(--border-color);
    background: #0d0d0d;
	text-align: center;
	display:none;
	justify-content: center;
}

.open-hamburger-menu.active:before{
    opacity:0;
}

header.active ~ .open-hamburger-menu{

}

.open-hamburger-menu.active{
}

.open-hamburger-menu span{
	height: 4px;
    background: #D9B16C;
    display: block;
    margin-bottom: 8px;
    width: 100%;
    transition: all 0.2s ease;
    position: relative;
    border-radius: 2px;
}

.open-hamburger-menu span:nth-child(2){
    max-width:80%;
}

/*
.open-hamburger-menu.active span{
    opacity:0;
}*/
.open-hamburger-menu span:last-child{
    margin:0;
}

.mobile-nav > a {
    background: #fff;
    display: block;
    padding: 10px 20px;
    border-bottom: 4px solid #e9e9e9;
    font-size: 1.2em;
    font-family: var(--semibold-font-family);
    text-decoration: none;
    text-align: center;

}

.mobile-nav > a:nth-child(2) {
    border-top: 4px solid #e9e9e9;
}

.mobile-nav a.close-but-mobile-menu{
    background: #ffb600 url(/themes/house-for-dolls/next-hover.svg) no-repeat calc(100% - 15px) center;
    color: #fff;
    border: none;
}


.mobile-nav  .headcolumnlogo{
    margin: 0 auto;
    padding: 20px 0;
}

.mobile-nav .phones a{
    color: #272b34;
    font-size: 1.2em;
    margin: 0;
    line-height: 1.8;
}

.mobile-nav .phones {
    padding: 10px 0 10px;
    text-align: left;
    max-width: 280px;
    margin: 0 auto;
}


.h-menu .content-block  a{
    color: #2F2F2F;
    margin-right: 0;
    justify-content: flex-start;
    margin: 0 25px;
    font-size: 19px;
}

.h-menu .content-block  div.topchapters_separator{
        display: block;
    height: 1px;
    background: #eee;
    margin: 15px 0;
}

.h-menu .languages{
        height: 58px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.languages a{
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}

.h-menu .header--centerhead--inner__logo {
    padding: 0;
    padding: 10px 0;
}

.h-menu  div.languageact a,
.h-menu  div.language:hover a {
    font-size: 25px;
    color: #fff;
    font-family: roboto-bold, calibri,arial;
    border-bottom: 2px solid #ed1c28;
    background:#ed1c28;
    padding:5px;
}

.h-menu  div.language a {
    font-size: 25px;
    color: #2f2f2f;
    font-family: roboto-bold, calibri,arial;
    border-bottom: 2px solid transparent;
        padding:5px;
}

.h-menu  .content-block{
    margin-top: 50px;
}

.h-menu div.languages > div:first-child:before{
    content: '';
    height: 36px;
    background: #eee;
    width: 2px;
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (min-width:1000px){
    .open-hamburger-menu{
        display:none;
    }
}
    

@media screen and (max-width:1000px){
    
.open-hamburger-menu{
    display:flex;
}
    .write_menu_here{
        position:relative;
    }/*
    .write_menu_here:after{
        position: absolute;

        content: "menu";
        font-size: 12px;
        font-weight: bold;
        color: #9c9b9b;
        left: -40px;
        top: -7px;
        text-transform: uppercase;
    }*/
}


body::-webkit-scrollbar {
	width: 0;
	height: 3px;
 }
 body::-webkit-scrollbar, .about-company .scroll-block::-webkit-scrollbar {
	width: 10px;
	height: 3px;
 }
 body::-webkit-scrollbar-button, .about-company .scroll-block::-webkit-scrollbar-button {
	background-color: #262626;
	height: 0;
 }
 body::-webkit-scrollbar-track, .about-company .scroll-block::-webkit-scrollbar-track {
	 background-color: #fff;
	 width: 5px;
 }
 body::-webkit-scrollbar-track-piece, .about-company .scroll-block::-webkit-scrollbar-track-piece {
	background-color: #F5F5F5;
 }
 body::-webkit-scrollbar-thumb, .about-company .scroll-block::-webkit-scrollbar-thumb {
	height: 50px;
	background: #D9B16C;
 }
 body::-webkit-scrollbar-corner, .about-company .scroll-block::-webkit-scrollbar-corner {
	 background-color: #fff;
 }
 body::-webkit-resizer, .about-company .scroll-block::-webkit-resizer {
	 background-color: #666;
 }

 .about-us{
	 background:#F7F7F7;
 }

 .about-company{
	background: #F7F7F7;
 }

 .about-company .text-block{
	 font-size: 18px;
 }

 .about-company .text-block p{
	 margin: 0 0 30px;
 }

 .about-company .img-block img{
	 border-radius: 4px;
 }

 .about-company .flex-block:nth-child(2){
	 margin-bottom:50px;
 }

 .about-company .but-block{
	 display:none;
 }

 .comp_nodata{
	 margin: 30px 0;
 }

 .about-company ul{
	padding-left: 21px;
    margin: 0;
 }

 .about-company li{
    list-style: none;
    position: relative;
    margin-bottom: 30px;
 }

 .about-company li:before{
    content: '';
    position: absolute;
    top: 9px;
    left: -19px;
    width: 8px;
    height: 8px;
    background: #D9B16C;
    transform: rotate(45deg);
 }

 .about-company .text-block:first-child{
	margin-right: 44px;
 }

 .about-company .text-block:last-child{
	margin-left: 44px;
}

 .about-us .center-block{
    display: flex;
    align-items: center;
 }


 .about-us .img-block{
	padding-left: 98px;
    background: #D9B16C;
    line-height: 0;
 }


 .about-us .text-block{
    padding: 0 24px;
 }

 .about-us .text-block h2{
	fon-size:24px;
}

.about-us .text-block h2 span{
	color: #D9B16C;
}

.about-us .text-block p{
    margin: 0;
    line-height: 1.5;
}

.about-us .text-block .but-block{
    margin-top: 20px;
}

.fnc--login--popup--container .popup--container__close{

}


.about-us .text-block .but-block a{

}

.fnc--feedback .center-block{
	background: url(/themes/img/form-block.jpg) no-repeat right center;
}

.popup--container__close button.js__close--popup,
.js__filters--popup--close{
	max-width:40px;
	height:40px;
}


/*effe-line*/

.effe-line{
    background: #E8E8E8;
    /*background:#666666;*/
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
}

.effe-line a{
    text-decoration:none;
    color: #303030;
    /*color:#fff;*/
}

.effe-line a:hover{
    
}

.effe-line a span{
    
}

.effe-line a br{
    display:none;
}

.effe-line img{
    max-width: 18px;
    margin-top: -9px;
    margin-left: -12px;
    left: 13px;
    top: 6px;
    position: relative;
}

@media screen and (max-width:499px){
    .effe-line a br{
        display:block;
    }
}

/*effe-line*/

.contacts .content--center--separator__1{
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
}

.contacts .content--center--deliver__1{
    max-width: 350px;
    width: 100%;
    margin-right: 30px;
}

.contacts .contacts-block{
    width: 100%;
}

.contacts .contacts-block h2,
.contacts .fnc--feedback__title,
.contacts .content--center__deliver h3{
	border-bottom: 1px solid #D6D6D6;
    width: 100%;
    font-size: 20px;
    padding-bottom: 5px;
    font-family: firasans-regular,arial,sans-serif;
    margin-top: 0;
    font-weight: 600;
}

.contacts .center-block:first-child{
	display:none;
}

.contacts footer {
	padding: 0 0 0;
}

.contacts.content--center--main .phones{
	background: url(/themes/img/phone.svg) no-repeat left top;
    padding: 0 0 0 30px;
    margin: 0 0 30px;
}

.contacts.content--center--main .phones a{
	color:#000;
	font-size: 18px;
	font-family: var(--medium-font-family);
	text-decoration: none;
	display: inline-block;
}

.contacts .fnc--feedback {
    padding: 0;
    background: #fff;
    width: 100%;
}

.content--center--deliver__2{
	max-width:728px;
	width:100%;
}


.fnc--feedback_call-us .close-modal-feedback-form{
	display:none;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    margin: 10px;
}



/*delivery-and-pay*/


.item-delivery-and-pay strong{
	color: #BD934B;
    font-weight: normal;
}

.item-delivery-and-pay h2{
	border-bottom: 1px solid #D6D6D6;
    width: 100%;
    font-size: 20px;
    padding-bottom: 5px;
    font-family: firasans-regular,arial,sans-serif;
    margin-top: 0;
    font-weight: 600;
}

.item-delivery-and-pay ul,
.item-delivery-and-pay ol{
	padding-left:0;
	margin:0;
}


.item-delivery-and-pay ul li {
	position: relative;
	padding-left: 15px;
}

.item-delivery-and-pay ul li:before{
    background: #BD934B;
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    top: 7px;
    left: 4px;

}

.item-delivery-and-pay li{
	margin-bottom: 15px;
	list-style:none;
	font-size:15px;
}

.item-delivery-and-pay p{
    margin-bottom: 20px;
	margin-top: 0;
	font-size:15px;
}

.item-delivery-and-pay .parts{
	max-width:540px;
	width:100%;

}

.item-delivery-and-pay .left-part{
	margin-right: 30px;
}

.item-delivery-and-pay .white-k{
	background:#fff;
	margin-top: 20px;
	padding:15px;
	border-radius:2px;
	min-height:320px;
}

.item-delivery-and-pay{
	margin-top:20px;
}


/*modal-form*/

.slider-block {
	background: #fff;
	width: 640px;
	height: 481px;
	position: relative;
	display: block;
	padding: 0 0 0 40px;
}

.fnc--feedback.fnc--feedback_modal-form.modal-slider .fnc--feedback--container {
	height: ;
}

.slider-block .slick-slider {
	visibility: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	width: 600px;
	z-index: 0;
	margin: auto 0;
	height: 400px;
}

.slick-slide .text-block {
	line-height: 1.5;
	color: var(--inherit-color);
	margin-bottom: 0;
	display: none;
}

.slider-block .slick-slider.active {
	display: block;
	z-index: 1;
	visibility: visible;
}

.fnc--feedback.fnc--feedback_modal-form {
	padding: 50px 10px;
	background: rgba(25, 25, 25, 0.5);
	color: var(--one-color);
	position: fixed;
	top: 0;
	height: 100%;
	left: 0;
	right: 0;
	z-index: 101;
	text-align: center;
	display: none;
	align-items: center;
	justify-content: center;
}

.fnc--feedback.fnc--feedback_modal-form.modal-slider {
	display: flex;
	bottom: 110%;
	top: -110%;
}

.fnc--feedback.fnc--feedback_modal-form.active {
	display: flex;
}

.fnc--feedback.fnc--feedback_modal-form.modal-slider.active {
	top: 0;
	bottom: 0;
}

.fnc--feedback.fnc--feedback_modal-form .fnc--feedback--container {
    max-width: 500px;
    width: 100%;
    margin: 0;
    padding: 60px 30px 30px;
    background: #fff;
    position: relative;
}

.fnc--feedback--main__button button{
	margin:0 auto;
}

.fnc--feedback.fnc--feedback_modal-form .fnc--feedback__title {
	font-size: 1.2em;
	padding: 10px 0 0;
	font-family: var(--medium-font-family);
}

.fnc--feedback.fnc--feedback_modal-form .fnc--feedback--main__name {
	display: none;
}

