:root {
	--1-text-color: #443d4d;
	--2-text-color: #fff;
	--22-text-color: #fff;
	--3-text-color: #85adbe;
	--4-text-color: #371111;
	--5-text-color: #5f5e76;
	--11-text-color: #eeeeee;
	--12-text-color: #efefef;
	--13-text-color: #5c5b8b;
	--14-text-color: #ff0000;
}
html,body {
	height:100%;
	scroll-behavior: smooth;
}
body {
	font-size: 15px;
	font-family: 'Raleway';
	font-weight: 500;
	font-style: normal;
	line-height: 1.5em;
	text-transform: none;
	color: #63656a;
	min-width:320px;
	margin:0;
	letter-spacing: 0;
}
body#tinymce {
	font-family: sans-serif, verdana;
}
button {
	cursor:pointer;
	cursor:hand;
}
div, section, input, textarea, select, button, a {
	box-sizing:border-box;
	transition: all 0.3s linear;
}
a {
	color: #333;
	text-decoration:none;
	outline: none;
}
a:hover {
	text-decoration: none;
	outline:none;
}
h1 {
	font-size:32px;
	padding:10px 0;
	margin:0;
}
.after-title .points:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 5px;
	height: 5px;
	top: 50%;
	left: 20px;
	background: #dfb1bf;
	border-radius: 50px;
	transform: translate(0%,-50%);
}
.after-title .points {
	position: absolute;
	display: inline-block;
	width: 5px;
	height: 5px;
	top: 53%;
	left: 0;
	background: #dfb1bf;
	border-radius: 50px;
	transform: translate(0%,-50%);
}
.block-title {
	padding-top: 60px;
	text-align: center;
	padding-bottom: 60px;
}
.header-page .title {
	width: 100%;
	max-width: 1320px;
}
.after-title .points:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 5px;
	height: 5px;
	top: 50%;
	left: 40px;
	background: #dfb1bf;
	border-radius: 50px;
	transform: translate(0%,-50%);
}
.inner {
	max-width: 1590px;
	margin: 0 auto;
}
.block-title .title {
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 33px;
	font-weight: 200;
}
.after-title {
	display: inline-block;
	position: relative;
	color: #dfb1bf;
	font-size: 12px;
	line-height: 10px;
	font-weight: 600;
	text-transform: lowercase;
	padding-left: 75px;
}
.star {
	color:var(--14-text-color);
}
.text--fail {
	color:var(--14-text-color);
	font-size: 18px;
	text-align: center;
}
.no--info--find {
	color:var(--14-text-color);
	font-size:12px;
}

.registration--center--page_active {
	height: 100px;
	background: #d9e0e2!important;
	display: flex;
    align-items: center;
    justify-content: center;
}

.registration--center--page_active .js__registration--page--info {
    color: #332e20!important;
    font-size: 18px;
}

.bg_reg {

}

.bg_reg1 {
    width: 100%;
    height: 100%;
    color: #666;
    font-size: 20px;
    position: absolute;
    z-index: 11;
    background: #d9e0e2;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.bg_reg1 div {
    display: block;
    width: 100%;
    text-align: center;
    color: #666;
}

.to_akk_reg {
	display: block;
}

.load_reg {
	opacity: .5;
}

.to_akk_reg {
    background-color: #000;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .1em;
    border: 1px solid transparent;
    width: 150px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.to_akk_reg:hover {
	background-color: #fff;
    border: 1px solid #000;
    color: #000;
}

input, button, select, textarea {
	outline: none;
}
button{
	outline:none;
}
.itempage--tab--info__text{
	padding-top:35px;
	font-size: 14px;
	color: #777777;
	padding-bottom:25px;
}
.itempage--tab--info__text ul li{
  	list-style:circle;
}
input[type="number"] {
	padding:10px 18px;
	font-family: "Open sans",arial,verdana;
    font-size: 14px;
	border:1px solid var(--5-text-color);
	width: 100%;
	border-radius:10px;
}
input[type="number"]:focus {
	border:1px solid var(--3-text-color);
	box-shadow: 0 0 2px var(--5-text-color);
}
select.fail--input,
input.fail--input {
	border:1px solid var(--14-text-color)!important;
}
textarea.fail--input {
	border:1px solid var(--14-text-color)!important;
}
.fix{
	position:relative;
	overflow: hidden;
}
.js__body--background {
	display: none;
    background:rgba(255,255,255,0.8);
    width: 100%;
	height: 120%;
    position: fixed;
    top: -20px;
    z-index: 400;
    opacity: 0;
}
.js__body--popup {
    position: fixed;
    background: #fff;
    padding: 20px;
    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;
	border: solid 1px;
}
.js__body--popup .js__forgot--button {
	position: relative;
    display: block;
    width: 300px;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    background: #333;
    padding: 22px 15px;
    text-align: center;
    color: #fff;
    margin: 10px auto;
    border: none;
    border-radius: 0;

}
.fnc--forgot--main__title {
    padding: 10px;
    text-align: center;
    font-size: 20px;
}
.js__big--images--popup {
    width: 1620px;
}
.fnc--forgot--main__line input {
	background-clip: padding-box;
    background-color: #fefefe;
    background-image: none;
    border-radius: 0;
    border: 1px solid #d1d1d1;
    color: #5f5f5f;
    display: block;
    margin-bottom: 10px;
    font-size: .938em;
    line-height: 1.25rem;
    padding: .938rem 1.25rem;
    width: 100%;
    letter-spacing: .03em;	
}
.pointerhand {
	cursor:pointer;
	cursor:hand;
}

.err_info_promo .act_nab_t_opl_dos{   
	padding: 0;
    margin-top: 0;
}
.err_info_promo strong {
    padding: 0;
    margin-top: 0;
    font-style: italic;
}

.home .fnc--center--articles--listitem__name{
	display:none;
}
.left_news .fnc--center--articles--listitem__info{
	z-index: 13;
	min-width: 270px;
	max-width: 270px;
	white-space: normal;
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	color: rgb(51, 46, 32);
	font-family: Raleway;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 25px 15px 20px;
	visibility: inherit;
	letter-spacing: 0px;
	min-height: 0px;
	max-height: none;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	opacity: 1;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	transform-origin: 50% 50% 0;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	bottom:35px;
}
.left_news .fnc--center--articles--listitem__info:hover {
	-webkit-box-shadow: 0 0 17px -3px rgba(0,0,0,.75);
	-moz-box-shadow: 0 0 17px -3px rgba(0,0,0,.75);
	box-shadow: 0 0 17px -3px rgba(0,0,0,.75);
}

.home .fnc--center--articles--listitem__info a{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.home .fnc--center--articles--listitem__info:hover a {

}

.home .fnc--center--articles--listitem__info a span {
    z-index: 13;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: rgb(51, 46, 32);
    background-color: rgba(255, 255, 255, 0.7);
    padding: 25px 15px 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 35px;
}

.home .fnc--center--articles__listitem:nth-child(3){
	margin-top:-160px;
}
.home .fnc--center--articles__listitem:nth-child(4){
	height: 275px;
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home .fnc--center--articles__button{
	display:none;
}
.home .content--center--separator__1{
	display:flex;
	align-items: flex-start;
	max-width:1470px;
	margin:0 auto;
	justify-content: space-between;
}
/*Шапка*/

.home .fnc--center--catalog__list--item{
	cursor:pointer;
	position:relative;

	max-width:354px;
}
.fnc--center--catalog--item:hover {
		box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.25);
	}
.home .fnc--center--catalog__list--item:nth-child(1) .fnc--center--catalog--item__name{
  background-color:#e6bdc1b3;
}
.home .fnc--center--catalog__list--item:nth-child(2) .fnc--center--catalog--item__name{
	background-color:#a0d2c7b3;
}
.home .fnc--center--catalog__list--item:nth-child(3) .fnc--center--catalog--item__name{
	background-color:#7089a4b3;
}
.home .fnc--center--catalog__list--item:nth-child(4) .fnc--center--catalog--item__name{
	background-color:rgba(96, 153, 176, 0.7)
}
.home .fnc--center--catalog__list--item:hover .fnc--center--catalog--item__name{
	-webkit-box-shadow: 0 0 17px -3px rgba(0,0,0,.75);
	-moz-box-shadow: 0 0 17px -3px rgba(0,0,0,.75);
	box-shadow: 0 0 17px -3px rgba(0,0,0,.75);
}
/*.home .fnc--center--catalog__list--item:nth-last-child(1){
	display:none;
}*/
.home .fnc--center--catalog--item__image img{
	width:100%;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-ms-transition:0.4s;
	box-sizing:border-box ;
}
.hypercats .fnc--center--catalog--item__image:hover img{
	filter:blur(6px);
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-ms-transition:0.4s;
}
.hypercats .fnc--center--catalog--item__image img{
	filter:blur(0.1px);
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-ms-transition:0.4s;
}
/*.home .fnc--center--catalog--item__name:after{
	content: "Косметика";
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	position: absolute;
	bottom: 22px;
	left: 0;
	text-transform: none;
	right: 0;
	margin: 0 auto;
	font-weight: 500;
	color: rgb(255, 255, 255);
}*/
.home .fnc--center--catalog--item__name a{
	color:#fff;
}
.home .fnc--center--catalog--item__name{
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	line-height: 25px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color:#fff;
	font-weight: 800;
	font-size: 18px;
	padding:20px 15px 20px 15px;
	width:272px;
	bottom:45px;
	display:flex;
	align-items: flex-start;
	justify-content: center;
	z-index:2;

}
.home .fnc--center--catalog__container {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	max-width: 1470px;
	margin: 0 auto;
}
.home .header_block:before{
	height: 2px;
	width: 50px;
	margin: 0px auto 25px auto;
	display: block;
	content:'';
	background-color: #332e20;
}

.fnc--center--catalog .podarunkovi_sertifikati {
	display: none;
}
.home .header_block{
	position:relative;
	margin-top:90px;
	margin-bottom:75px;
	text-align: center;
	display:flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.second_header{
	display:flex;
	align-items: center;
	justify-content: center;
	margin-bottom:20px;
}
.second_header .block{
	font-size: 18px;
	line-height: 19px;
	color: #332e20;
	text-transform: uppercase;
	border-bottom:2px solid #000;
	padding-bottom:12px;
	margin-bottom:25px;
	font-weight: 500;
	letter-spacing: 0.15em;
}
.home h1 span{
	font-weight:bold;
}
.home .header_block .sub_header{
	font-size: 15px;
	color: #656565;
	margin: 0 0 0 10px;
}
.home .header_block .sub_header h2{
    font-weight: 400;
    font-size: 15px;
}
.home h1{
	margin:0;
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.15em;
	color: #332e20;
}
.fixed{
	z-index:20;
	max-width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 5px 6px 5px rgba(0,0,0,.25);
	-moz-box-shadow: 5px 6px 5px rgba(0,0,0,.25);
	box-shadow: 5px 6px 5px rgba(0,0,0,.25)
}
.header--centerhead{
	padding-top:40px;
	padding-bottom:40px;
}
.header--centerhead--inner__logo {
	position:relative;
	z-index:1;

}
.header--centerhead--inner__column1 {
	display:none;
}
.header--centerhead--inner__column2{
	position:relative;z-index:10;
}
.header--centerhead--inner__logo,
.header--centerhead--inner__column2,
.header--centerhead--inner__column3{
	max-width:300px;
	width:100%;
	display: flex;
	align-items:center;
	justify-content: center;
}


.social_block{
	display: flex;
	align-items:center;
}
.social_block a{
	line-height: 10px;
	font-weight: 500;
	font-size: 13px;
	padding: 0;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #333;
	margin: 0 10px;
}
.fnc--cart--container .go_to_cart_block{
	transition-duration:0.4s;
	-webkit-transition:0.4s;
	-ms-transition:0.4s;
	opacity: 0;
	background-color: #fff;
	padding: 0;
	-webkit-box-shadow: 0px 0px 12px 2px rgba(160,160,160,.46);
	-moz-box-shadow: 0px 0px 12px 2px rgba(160,160,160,.46);
	box-shadow: 0px 0px 12px 2px rgba(160,160,160,.46);
	margin-top: 20px;
	min-width: 450px;
	height:0;
	display:flex;
	position: absolute;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	right: 0;
	z-index: 10;
	overflow: hidden;
}
.fnc--cart--empty{
	min-height:200px;
	display:flex;
	width:100%;
	align-items: center;
	font-weight:bold;
	justify-content: center;
}
.cart_empty{
	font-size:14px;
	padding: 15px 0;
	text-align: center;
}
.view_block .fnc--cartlist--row{
	display:flex;
	align-items: center;
	justify-content: center;
}
.fnc--cart--container:hover .go_to_cart_block{
	overflow: visible;
	height:auto;
	top: 100%;
	opacity:1;
	transition-duration:0.4s;
	-webkit-transition:0.4s;
	-ms-transition:0.4s;
}
.go_to_cart_block .button{
	display: block;
	width: 100%;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	color: #404040;
	text-decoration: none;
	outline: none;
	padding: 26px 15px;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	border-top: 1px solid #f1f1f1;
	text-align: center;
}
.fnc--cart--container__empty{
	display:none;
}
.header--centerhead--inner--column3__in2 {
	display:flex;
	position:relative;
	background-color:#fff;
	z-index:2;
	align-items: center;
	margin-top:-5px;
	justify-content: center;
}
.mob_sidebar{
	display:none;
}
.body{
	padding-top:257px;
}
[data-page='account'] {
	padding-top: 100px;
}
.header--underhead__inner {
	max-width: 1440px;
    margin: 0 auto 2px auto;
    width: 100%;
	display:flex;
	border-bottom: 4px solid #333;
	justify-content: center;
	padding-bottom:15px;
}
.fixed .header--underhead__inner {
	border-bottom:0px solid #333;
	margin-top:8px;
}
.header--centerhead--inner__logo img{
	max-width:200px;
	transition:0.4s;
	-webkit-transition-duration: 0.4s;
	-ms-transition-duration:0.4s;
}
.fixed .header--centerhead--inner__logo img{
	max-width:100px;
	transition:0.4s;
	-webkit-transition-duration: 0.4s;
	-ms-transition-duration:0.4s;
}
.under--header--slider {
	max-width:1920px;
	margin:0 auto;
}
.way-to-success .text{
	color:#fff;
}
[data-page='chapter'] .content--center--main,
[data-page='article'] .content--center--main{
	padding:0;
}
[data-page='cart'] .content--center--main,
[data-page='item'] .content--center--main{
	padding-top:0;
}
[data-page="category"] .content--center--main{
	margin:0 auto 160px auto;
}
.content--center--main {
	width:100%;
}
[data-page='category'] .content--center--inner{
	max-width:1440px;
}
.content--center--inner {
	justify-content: center;
	display:flex;
	margin:0 auto;
}
.content--center--inner__left {
	width: 100%;
	max-width:335px;
	margin-right: 30px;
}
.content--center--inner__center {
	margin:0 auto;
	display:flex;
	flex-direction: column;
	width:100%;
	align-items: center;
}
.content--center--inner--center__column {
	width:100%;
}
[data-page="search"] .content--center--page {

	max-width:1440px;
	margin:50px auto 0 auto;
}
div .popup_title {
	text-align: center;
	color: #333;
	line-height: 1.4;
	font-size: 24px;
	margin-bottom: 50px;
	font-weight: 500;
}
.content--center--page--cart {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.content--footer {
	width:100%;
	padding:0;
}
.footer .top_row{
	justify-content: center;
}
.footer .top_row img{
	display: block;
	margin: 0 auto 20px auto;
	width: 133px;
	height: 36px;
}
.text-descr {
	font-size: 14px;
	line-height: 21px;
	font-weight: 200;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
}
.middle_row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #e6e6e6;
	padding: 20px 0;
	max-width:1590px;
	margin:0 auto;
}
.footer_contects {
	display: flex;
	flex-wrap: wrap;
	width:100%;
	margin:0 auto;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #e6e6e6;
	padding: 20px 0;
}
.fa{
	font-size:0;
}
.footer .menu--chapters__link{
	display: inline-block;
	font-weight: 600;
	font-size: 15px;
	padding:0;
	text-transform: uppercase;
	margin: 0 15px;
}
.footer .menu--catalog__link {
	display: inline-block;
	font-weight: 600;
	font-size: 15px;
	margin: 0 15px;
	padding:0;
}
.content--footer__inner .row{
	max-width: 1590px;
	margin:0 auto;
	display:flex;
	align-items: center;

}
.footer{
	overflow: hidden;
}
.text_404 p{
	display:none;
}
.text_404{
	height: 50vh;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
}
.text_404 h1{
	font-weight:300;
	font-size: 40px;
}
.cat_breads{
	margin:0 auto 40px auto;
	max-width:1440px;
}
.breads__container {
	display:flex;
	padding-bottom:15px;
	margin-top: 0px;
	font-size: 12px;
	font-weight: 500;
}
.breads{
	max-width:1440px;
	margin:0 auto;
}
.breads--inner__item__active{
	color: #333;
}
.acc_str .breads__container,
.breads_str .breads__container,
.cart_str .breads__container {
	padding-bottom: 0;
}
.breads__inner {
	flex-wrap:wrap;
	display:flex;

	align-items:center;

}
.breads a{
	color: #69737f;
}
.photo_bl_news {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.photo_bl_news div {
	width: calc((100% - 50px)/3);
	margin-right: 16px;
}
.photo_bl_news div img {
	height: 100%;
	flex: 1;
	object-fit: cover;
}
.type_cart {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.type_cart div {
	width: calc((100% - 150px)/3);
	margin-right: 16px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	position: relative;
	margin: 0 20px;
}
.type_cart div img {
	height: 100%;
	flex: 1;
	object-fit: cover;
}
.type_cart div span {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 40px 10px 9px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
}
.header--centerhead__inner{
	display:flex;
	max-width:1440px;
	margin:0 auto;
	align-items: center;
	justify-content: space-between;
}
.fnc--search__container {
	display:flex;
	justify-content: space-between;
	align-items: center;
	position:relative;
}
.fnc--search__inner {
	position: relative;
	width:300px;
}
.js__search--field {
	width: 100%;
	max-width:300px;
	line-height: 20px;
	padding: 9px 20px;
	border-radius: 20px;
	margin: 0;
	border: 1px solid #d9e0e2;
	color: #63656a;
	font-family: Raleway, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 12px;
	font-weight: 500 !important;
	height: 40px;
}
.js__search--field:focus{
	background-color: #d9e0e2;
}
.fnc--search__button svg{
	width:16px;
	height:16px;
}
.fnc--search__button {
	display:flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	height:100%;
	right:35px;
	opacity: 0.4;
	width:36px;
	top:0;
}
.close_cat_mk2{
    display:none;
}
.close_search{
	display:none;
}
 .mobile {
	display: flex;
	flex-direction: column;
	cursor: pointer;
	height: 35px;
	width: 46px;
	align-items: center;
	justify-content: center;
	position: relative;
}
.mobile span{
	width: 22px;
	height: 2px;
	display: block;
	position:relative;
	background-color: #e7c5cf;
	margin: 3px auto;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	transition-duration: .5s;

}
.mobile{
	display:none;
}
.open span:nth-child(2) {
	display: none;
}
.open span:last-child {
	transform: rotate(-45deg);
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	top: -8px;
	transition-duration: .5s;
}
.open span:first-child {
	transform: rotate(45deg);
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	transition-duration: .5s;
}
.fnc--search__button button {
	width:36px;
	height:36px;
	border:0;
	background-color:transparent;
	outline:none;
}
.search--list--item {
	padding:5px;
}
.fnc--search--dropdown {
	display: none;
	max-width: 300px;
	background-color: #fff;
	max-height: 323px;
	position: absolute;
	width: 100%;
	overflow-y: scroll;
}


.fnc--search--dropdown::-webkit-scrollbar{
	width:3px;
	background-color:#fff;
}
.fnc--search--dropdown::-webkit-scrollbar-thumb{
	background-color:#332e20;
}

.fnc--search--dropdown__inner {
	background:var(--22-text-color);
	border: 1px solid #d9e0e2;
}
.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;
}
.fnc--search--dropdown__price {
	padding:4px;
	font-weight:bold;
	flex-basis:110px;
	text-align:left;
}
.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;
	padding:5px 0;
}
.fnc--login--buttons__inner {
	padding:0 5px;
}
.fnc--login--buttons__inner:nth-child(1) button {
	background-color:transparent;
	padding:5px 10px;
	border:0;

	border-radius:0;

	background-image:url('/themes/main/user.svg');

	background-repeat:no-repeat;

	background-position:0 50%;

	background-size:16px;

	padding-left:25px;

	color:var(--1-text-color);

}
.fnc--login--buttons__inner:nth-child(2) button {
	background-color:transparent;
	padding:5px 10px;
	border:0;
	border-radius:0;
	color:var(--1-text-color);
}
.menu--chapters {
	display:flex;
}
.menu--chapters__item {
    position: relative;
}
.menu--chapters__submenu {
	display:none;
}
.menu--chapters--item__active:after{
	height:1px;
	background-color:#333;
	bottom:-3px;
	position:absolute;
	width:100%;
	left:0;
	right:0;
	margin:0 auto;
}
.menu--catalog__item a:after,
.menu--chapters__item a:after{
	content:"";
	left:0;
	right:auto;
	width:0;
	height:1px;
	background-color:#333;
	transition:0.4s ease-in-out;
	bottom:3px;
	position:absolute;
}
.menu--catalog__item a,
.menu--chapters__item a{
	font-family:Raleway;
	font-size: 14px;
	line-height: 19px;
	position:relative;
	color: #332e20;
	text-transform: uppercase;
	padding: 15px 40px;
	font-weight: 800;
}
.menu--chapters__item:hover a, .menu--chapters--item__active a{
	text-decoration:none;
}
.menu--catalog__item a:hover:after,
.menu--chapters__item a:hover:after{
	width:100%;
	right:0;
	transition:0.4s ease-in-out;
	left:auto;
}
/*Разделы колонка*/



.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:1620px;

	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;

}









.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  {



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



}
.fnc--center--chapters--item__button {

	padding:10px 0;

}
.fnc--center--chapters--item__button a{

	border-bottom:1px var(--5-text-color) solid;

	font-size:14px;

	color:var(--5-text-color);

}
.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;

}


.js__mobile--menu--container {
	display: none;
}







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



.menu--catalog {
	display:flex
}
.menu--catalog__item:first-child .menu--catalog--link{
	padding-left:0;
}
.menu--catalog__item {
	position:relative;
}

.header--underhead--inner__left .blue a {
	color: #6e88a3;
}
.header--underhead--inner__left .red a {
	color: #ff0000;
}

.menu--catalog__submenu {
	height:0;
	opacity: 0;
	overflow: hidden;
	position:absolute;
	border:1px solid #eee;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.25);
	top: 36px;
	background-color: #F8F8F8;
	left:0;
	padding:20px;
	z-index:1;

}
.menu--catalog__submenu a{
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: 500;
	display:block;
	padding: 5px;
	color: #332e20;

}
.menu--catalog--submenu__item {
	width: 300px;
	background-color: #F8F8F8;
}
.menu--catalog__item:hover .menu--catalog__submenu {
	height: auto;
	overflow: visible;
	opacity: 1;
	display: block;
}
.menu--catalog__item:hover a, .menu--catalog--item__active a{
	text-decoration:none;
}

.menu--catalog--link__active:after,
.menu--chapters--link__active:after {
	width: 100%!important;
}

.fnc--column--catalog__container {
	margin-bottom:35px;
}
.main_item a{
	font-size:15px;
	text-transform: uppercase;
	font-family: 'Raleway';
	font-weight: 500;
	font-style: normal;
	line-height: 1.5em;
	color: #63656a;
	letter-spacing: 0em;
}
.sub_item a {
	font-size: 13px;
	font-family: 'Raleway';
	font-weight: 500;
	font-style: normal;
	margin-left:13px;
	display:flex;
	align-items: center;
	justify-content: flex-start;
	line-height: 1.5em;
	text-transform:uppercase;
	color: #333;
	letter-spacing: 0em;
}
.sub3{
  padding-left:20px;}
.sub a span {
	text-transform: uppercase;
	display:block;
	padding:10px 0;
	width:100%;
	border-bottom:1px solid #eee;
}
.minus{
	transform:rotate(90deg) !important;
}
.minus svg line:first-child{opacity: 0;}
.left_container .sub{
	max-height:0;
	overflow:hidden;
	width:100%;
	transition: all 0.40s ease-out;
	opacity: 0;
}
.main_item{
	flex-wrap:wrap;
	margin-bottom:10px;
	display:flex; align-items: flex-start;justify-content: space-between}
.sub .sub_item{
	padding: 8px 0 8px 9px;
	display:flex;
	align-items: flex-start;
	border-bottom:1px solid #eee;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sub_item:last-child{
  	border-bottom:0;
}
.plus{
	display:flex;
	align-items:center;
	justify-content: center
}
.empty .plus{
	display:none!important;
}
.plus svg{
	cursor: pointer;
	width:18px;
	height:18px;
	fill:#333;
}
.plus:hover {
	transform:rotate(90deg);
}
.sub_item{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	flex-wrap:wrap;margin-bottom:15px;
	}
.revealed2 .sub3 {
  	margin-top:20px;
}
.revealed2 .sub3,
.revealed1 .sub2{
	max-height: 1600px;
		margin-top:20px;
	transition: max-height 0.45s ease-in;
	opacity:1;
	overflow:visible;
}
.left_container .arrow{
	position: absolute;
	width: 16px;
	height: 16px;
	right: 0;
	top: 4px;
	outline: none;
	display: flex;
	background: 0 0;
	border: none;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}
.empty .plus{
	display:none!important;
}
.left_container .menu--catalog__submenu{
	position:relative;
	background-color:transparent;
	left:0;
	top:0;
	height:0;
	overflow: hidden;
	opacity: 0;
	transition-duration: 0.4s;
	-webkit-transition:0.4s;
	-ms-transition:0.4s;
	display:block;
	padding:18px 0 7px 17px!important;
	margin: 0;

}
.left_container .revealed .menu--catalog__submenu{
	height:auto;
	overflow:visible;
	opacity: 1;
	transition-duration: 0.4s;
	-webkit-transition:0.4s;
	-ms-transition:0.4s;
}


.item_breads .breads--inner__item__separator{
	margin: 0 6px;
}
.active_link,
.fnc--column--category__active1 a{
	color: #dc0048!important;
	transition-duration:0.4s;
	-webkit-transition-duration: 0.4s;
	-ms-transition:0.4s;
	font-weight: 600!important;
	text-decoration: none;
	font-size: 14px;
}
.fnc--column--category__active1 {
	padding-left: 17px;
	margin: 0;
	padding-bottom: 7px;
	padding-top: 18px;
}
.js__favor__button,
.js__oneclick--buy{
	display:none;
}
.fnc--center--catalog--item__button {
	display:none;
}
.fnc--center--catalog--item__submenu {
	display:none;
}
.fnc--center--catalog--item__submenu--list {
	max-width:100%;
	padding:3px 0;
}









/*Лента элементов единица*/
[data-page="article"] .soc_item{
	margin-top: 80px;
}
[data-page="article"] .breads{
	display:none;
}
[data-page="article"]{
	background: #f8f8f8;
}
.page--article--back {
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.page--article--back a{
    color: #333;
    background: #d9e0e2;
    padding: 20px;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page--article--back a:hover{

	background-color: #fff;
    color: #333;
    border: 1px solid #333;

}
.page--article--name {

	padding:10px 0;

}
.content--center--article div[itemscope],
.page--article--text {
	max-width: 1050px;
	margin: 0 auto;
}
.page--article--text img {

	max-width:100%;

}
.page--article--date {
	display:none;
}
/*Лента элементов страница*/



.fnc--articles--list {

	max-width:1320px;

	width:100%;

	margin:0 auto;

	display:flex;

	flex-wrap:wrap;

	justify-content: space-between;

}
a .points-block {
	display: inline-block;
	position: relative;
	top:-4px;
	padding-left: 28px;
}
a .points {
	position: absolute;
	display: inline-block;
	width: 2px;
	height: 2px;
	top: 53%;
	left: 0;
	background: #c5c9ce;
	border-radius: 50px;
	transform: translate(0%,-50%);
}
a .points:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 2px;
	height: 2px;
	top: 50%;
	left: 4px;
	background: #c5c9ce;
	border-radius: 50px;
	transform: translate(0%,-50%);
}
a .points:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 2px;
	height: 2px;
	top: 50%;
	left: 8px;
	background: #c5c9ce;
	border-radius: 50px;
	transform: translate(0%,-50%);
}
/*.fnc--articles--list .fnc--center--articles__listitem:nth-child(odd){
	flex-direction: row;
}
.fnc--articles--list .fnc--center--articles__listitem:nth-child(even){
	flex-direction:row-reverse;
}
.fnc--articles--list .fnc--center--articles__listitem:nth-child(even) .center_date{
	left:20px;
	right:auto;
}*/

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

.blog .fnc--articles--list .fnc--center--articles__listitem {
	flex-direction: row;
    flex-basis: 32%;
    position: relative;
    margin-bottom: 50px;
}

.blog .fnc--center--articles--listitem__name {
    position: absolute;
    display: flex;
    width: 100%;
    top: 50%;
    padding: 10px 20px;
    background: #d9e0e2c9;
    height: 70px;
}

.blog .fnc--center--articles--listitem__info {
	position: absolute;
    display: flex;
    width: 100%;
    top: 70%;
    padding: 0 20px;	
    opacity: 0;
}

.fnc--center--articles__listitem:hover .fnc--center--articles--listitem__info {
	opacity: 1;
}

.fnc--center--articles__listitem:hover img{
    transition-duration: 0.5s;
    transform: scale(1.05);
    opacity: .5;
}

.fnc--articles--list .fnc--center--articles__listitem:nth-child(4) {
    flex-basis: 66%;
    height: auto;
    overflow: hidden;
    max-height: 418px;
}
.fnc--articles--list .fnc--center--articles__listitem:nth-child(4) img {
	margin-top: -30%;
}

.blog .content--center--article {
	position: relative;
    background: white;
    max-width: 80%;
    margin: 0 auto;
    top: -50px;
    z-index: 1;
    padding: 50px;
    box-shadow: 5px 6px 30px rgb(0 0 0 / 25%);
}

.blog .article_first_block h1{
	width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 200;
    font-size: 48px;
    line-height: 48px;
    background-color: rgb(223 177 191 / 80%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/*.article_first_block:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.5);
}*/
.blog .article_first_block{
	max-width:1920px;
	margin:0 auto;
	display: flex;
	align-items:center;
	justify-content: center;
	height:550px;
	position:relative;
	background-repeat: no-repeat;
	background-position:center;
	background-image:url('../img/slider/1598265885_d5a7633526fdf9b98d29.jpg');
	width:100%;

}

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




.fnc--center--articles {

	position: relative;
	max-width:1590px;
	margin:0 auto;
}
.fnc--center--articles__title {
display:none;
}
.home .center_date{
	display:none;
}
.center_date{
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    color: #fff;
    width: 100%;
    max-width: 100px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    background: #333;
    padding: 5px;
}
.fnc--center--articles--listitem__image{
	position:relative;
	overflow: hidden;
}

/*.fnc--center--articles--listitem__image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(#ffffff00, #41424252);
}*/


.url_active a{
	font-weight: bold!important;
}

.blog .content--center--page h1 {
	background: #6099b0;
    color: #ffffff;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 10px 10px 10px 15px;
    max-width: 1320px;
    margin: 0 auto 50px;
}

.fnc--center--articles--listitem__image img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
    transition-duration: 0.5s;
}
.fnc--center--articles--listitem__name a{
	display: block;
	color: #333;
	font-size: 22px;
	text-decoration: none;
	margin-bottom: 45px;
	width: 100%;
    height: 100%;
}
.fnc--center--articles__button a{
	position: relative;
	display: block;
	width: 100%;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	max-width: 300px;
	background: #333;
	padding: 22px 15px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	border: none;
	border-radius: 0;
}
.fnc--center--articles__button a:hover{
	color: #eee;
	background: #dfb1bf;
}
.fnc--slider--container {
	width:800px !important;
	transition:none;
	display: inline-block;
}
.fnc--slider--inner {
	transition:none;
}
.home .fnc--center--articles__listitem{
	position:relative;
	max-width:330px;
}
.home .fnc--center--articles__container{
	width:700px;
	padding-left:20px;
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-flow: row wrap;
}
.fnc--slider--inner__images {
	height: 800px !important;
	overflow: hidden;

}
.home .js__adv--banner__absolute{
	max-width:800px;
	max-height:800px;
}
.js__adv--banner__absolute {
	position:absolute;
	transition:none;
}

.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;
}
.home_slider{
	z-index: 5;
	white-space: nowrap;
	font-size: 40px;
	line-height: 60px;
	color:#000;
	font-weight: 300;
	text-align: center;
	position:absolute;
	right:20px;
}
.fnc--slider--inner__text {
	width:100%;
	height:100%;
	left:0;
	right:0;
	max-width:1840px;
	display:flex;
	align-items: center;
	top:0;
	margin:0 auto;
	position:absolute;

}

.opacity{
	opacity: 0;
	z-index:-10;
}
.fnc--slider--inner--arrow__left button {
	z-index:2;
	right:50px;

}
.goTop svg{
	width:20px;
	height:20px;
}
.goTop{
	position:fixed;
	left:5%;
	bottom:5%;
	z-index:50;
	display:flex;
	align-items: center;
	justify-content: center;
	width:20px;
	border-top:1px solid #333;
	height:35px;

}
.fnc--slider--inner--arrow__left button,
.fnc--slider--inner--arrow__right button {
	bottom:0;
	transition-duration:0.4s;
	opacity:0;
	-webkit-transition:0.4s;
	-ms-transition:0.4s;
	background-image: url(../img/source/utils/arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	width: 50px;
	height: 50px;
	position: absolute;
	border:0;
	background-color:#fff;
}
.fnc--slider--inner--arrow__right button {
	transform:rotate(180deg);
	right:0;
}
.fnc--slider--inner__buttons {
	position:absolute;
	opacity: 0;
	top:92%;
	width:100%;
	transition-duration:0.4s;
	-webkit-transition:0.4s;
	-ms-transition:0.4s;
}
.fnc--slider--inner--buttons__inner {

	display: flex;

    justify-content: center;

}
.fnc--slider--inner:hover .fnc--slider--inner--arrow__left button,
.fnc--slider--inner:hover .fnc--slider--inner--arrow__right button,
.fnc--slider--inner:hover .fnc--slider--inner__buttons{
	opacity:1!important;
	transition-duration:0.4s;
	-webkit-transition:0.4s;
	-ms-transition:0.4s;
}
.fnc--slider--inner--button {
	font-size:0;
	width: 15px;
	height: 15px;
	position: relative;
	border:1px solid transparent;
	border-radius: 360px;
	margin:0 7.5px;
	background: rgba(0,0,0,.3);
	cursor: pointer;
	color:transparent;
}
.fnc--slider--inner--button:before {
	-webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
	transition: background-color 0.3s ease, transform 0.3s ease;
	top: 0;
	left: 0;
	content:"";
	width: 100%;
	height: 100%;
	outline: none;
	border-radius: 50%;
	background-color: #000;
	background-color: rgba(0,0,0, 0.3);
	text-indent: -999em;
	cursor: pointer;
	position: absolute;
}
.fnc--slider--inner--button:hover {
	font-size:0;
	background-color:transparent;
	border:1px solid #000;
	color:transparent;

}
.fnc--slider--inner--button__active:before{
	-webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
	transition: background-color 0.3s ease, transform 0.3s ease;
	transform: scale(0.4);
	-webkit-transform: scale(0.4);
	top: 0;
	left: 0;
	content:"";
	width: 100%;
	height: 100%;
	outline: none;
	border-radius: 50%;
	background-color: #000;
	text-indent: -999em;
	cursor: pointer;
	position: absolute;
}
.fnc--slider--inner--button:hover:before{
	transform: scale(0.4);
	-webkit-transform: scale(0.4);
	background-color: #000;
}
.fnc--slider--inner--button__active {
	font-size:0;
	border-radius: 50%;
	position:relative;
	box-shadow: 0 0 0 2px rgba(0,0,0, 0);
	-webkit-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	background: transparent;
	width: 15px;
	border:1px solid #000;
	height: 15px;
	margin:0 7.5px;
}
.fnc--pagination {
	display:flex;
	justify-content: center;
	padding:10px 0;
}
.fnc--paging--button {
	margin:5px;
	padding:6px 12px;
	border:1px solid #333;
	color:var(--2-text-color);
	background:#333;

}
.fnc--paging--button:hover {
	margin:5px;
	padding:6px 12px;
	border:1px solid #333;
	color:#333;
	background:var(--2-text-color);
}
.to_left:hover,
.to_right:hover,
.to_left,
.to_right{
	color:transparent;
	background-color:transparent;
	position: relative;
	border:0;
}
.to_right:before,
.to_left:before {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display: flex;
	align-items:center;
	justify-content: center;
}
.fnc--paging--button__now {
	margin:5px;
	padding:6px 12px;
	border:1px solid #333;

}
.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 var(--5-text-color) solid;

	font-size:14px;

	color:var(--5-text-color);

}
.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;

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



.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:1620px;

	width:100%;

	margin:0 auto;

	display:flex;

	flex-wrap:wrap;

	justify-content: space-between;

	padding:5px;

}
.fnc--gallery--listitem {

	flex-basis:22%;

	margin-bottom:10px;

}


.fnc--gallery--listitem__image img {

	max-width:100%;

}
.fnc--gallery--listitem__text {



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



.fnc--addfaq--container {

	max-width:500px;

	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 var(--5-text-color);

	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: var(--5-text-color);
    text-align: center;
	font-weight:bolder;
    border:2px solid var(--5-text-color);
	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--main .fnc--feedback--main__name{
	display:none;
}
 .fnc--feedback--main__button button:hover{
	background-color: #fff;
    color: #333;
    border: 1px solid #333;
}
.fnc--feedback--main__button button{
	background: #333;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 13px;
	padding: 19px 28px;
	cursor: pointer;
	width:100%;
	border: 1px solid #333;
	outline:none;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-ms-transition:0.4s;
}
.fnc--feedback--main__line{
	margin:20px auto;
}
.consult_container .text_block{
	width: 48%;
}
.consult_container .fnc--feedback{
	width: 52%;
	padding-left: 30px;
}
.consult_container .fnc--feedback__title{
	padding-top:0;
}
.consult_container{
	display:flex;
	flex-wrap: wrap;
	align-items:center;
	justify-content: center;
	max-width: 1320px;
	margin: 0 auto;
	padding: 60px 15px;
}
.fnc--feedback__title {

	padding-top: 100px;
	padding-bottom: 50px;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
}
.fnc--feedback_cont_form textarea{
	width: 100%;
	background: #f6f6f6;
	font-size: 14px;
	font-family: Arial;
	resize:none;
	line-height: 24px;
	padding: 17px 28px;
	border-radius: 0;
	color: #333;
	border:1px solid #33380;
}
.fnc--feedback_cont_form .fnc--feedback--main__name{
	display:none;
}
.fnc--feedback_cont_form{
	width:40%;
	margin-right: 0px;
	margin: 0 auto
}
.fnc--feedback_cont_form .fnc--feedback__title {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    margin: 50px auto;
    background: #333333;
    color: white;
    padding: 20px;
    cursor: pointer;
    border: 1px solid #333;
}

.fnc--feedback_cont_form .fnc--feedback__title:hover {
	background-color: #fff;
    color: #333;
    border: 1px solid #333;
}

.fnc--feedback_cont_form .fnc--feedback--main {
	opacity: 0;
    height: 0;
}
.fnc--feedback_cont_form .fnc--feedback--main_active {
	opacity: 1;
	height: auto;
}
.account--main__param input[type="text"],
.account--main__param input[type="password"],
.fnc--feedback input[type="text"] {
	width: 100%;
	background: #f6f6f6;
	font-size: 14px;
	font-family: Arial;
	resize: none;
	line-height: 24px;
	padding: 17px 28px;
	border-radius: 0;
	color: #333;
	border: 1px solid #33380f;
}

.bonus_account_konech {
    padding: 10px;
    background: #f0f0f0;
    max-width: 300px;
    text-align: center;
    margin: 10px auto;
    font-weight: 500;
}

.popup--container__close {
	text-align:right;
}
.popup--container__line {
	padding:5px 0;
}
.fnc--login--fields__forgot {
	padding: 0;
	text-align:center;
}
.js__forgot--button {
	cursor:pointer;
	cursor:hand;
}
.registration--center--page {
	max-width:1920px;
	margin:0 auto;
	width:100%;
	padding:30px 10px;
}
.js__registration--page--info {
	color:var(--14-text-color);
}
.account--center--page {
	max-width:1440px;
	margin:0 auto;
	width:100%;
	padding:30px 10px;
	margin-top: 100px;
}
.account--info--row {

	font-size: 22px;

	padding:3px 0;

}
.account--tabs {
    display: inline-block;
    align-items: flex-end;
    margin: 20px 10px;
    width: 200px;
}
.account--tabs__position {
	
}
.account--tabs__inner {
    width: 80%;
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid var(--5-text-color);
    padding-left: 20px;
    min-height: 380px;
}
.account--tab {
    color: #333;
    padding: 5px 25px;
    cursor: pointer;
    font-weight: bolder;
    margin: 5px 10px;
    cursor: pointer;
    background: #d1d4d7;
    text-align: left;
}
.account--tab:hover {
	color:#333;
	cursor:pointer;
	cursor:hand;
	background-color:#fff;
}
.account--tab__active {
    color: #333;
    padding: 5px 30px;
    cursor: pointer;
    cursor: hand;
    font-weight: bolder;
    padding: 10px;
    margin: 5px 10px;
    color: white;
    cursor: pointer;
    background-color: #333;

}
.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 {

	font-size:18px;

	padding:3px;

}
.account--main__line {

	padding:3px;

}
.account--main__name {

	padding:3px;

}
.account--main__param {

	padding:3px;
	  text-align: center;

}
.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: 350px;
    max-height: 350px;

}
.fnc--account--order {

	margin-bottom:15px;

	border-bottom:1px solid var(--12-text-color);

	padding: 10px;

}
.fnc--account--order:nth-child(2n+1) {
	background: #f0f0f0;
}
.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--account--order__more {

	text-decoration:underline;

	cursor:pointer;

	cursor:hand;

	font-weight: bold;
}
/*Блок над списком товаров*/



.close_cat{
	display:none;
}
.fnc--itemshow--container {
	margin-top:15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom:30px;
}
/*Блок сортировки*/



.fnc--sorting {
	display: flex;
	align-items:center;
}
.fnc--sorting__wrap {
	display: flex;
	align-items:center;
}
.fnc--sorting__cell {
	padding:5px;
}
.fnc--sorting--cell__inner {
	display: flex;
	align-items:center;
}
.fnc--sorting .block{
	display: flex;
	margin-left:20px;
}
.fnc--sorting--cell--inner__arrow {
	padding-left:5px;
}
.view_blocks svg{
  width:14px;
  height:14px;
	fill: #b8b8b8;
}
.view_blocks {
	width:32px;
	display:flex;
	align-items: center;
	justify-content: center;
	height:32px;
}
.view{
	border:1px solid transparent;
	margin:0 8px;
	cursor: pointer;
}
.actView,
.view:hover {
	border:1px solid #b8b8b8;
}
.js__sort--button {
	display: inline-block;
	background: #fff;
	padding: .188rem 1.5rem .188rem 1em;
	font-size:14px;
	font-family: 'Raleway';
	line-height: 1.5rem;
	color:#777777;
	cursor: pointer;
	border: 1px solid #dfdfdf;
	min-height: 35px;
}
.fnc--perpage--items--container select {
	border: 1px solid #ebebeb;
	outline: none;
	cursor: pointer;
	color: #666;
	font-size: 14px;
	padding: 11px 5px 13px 11px;
}
.fnc--cart--container .go_to_cart_block:before {
	position: absolute;
	width: 100%;
	top: -20px;
	content: "";
	height: 20px;
}
.view_block{
	max-height: 180px;
	overflow-x: hidden;
	overflow-y:scroll;
	width:100%;
}
.fnc--viewblock--items {
	display:flex;
	align-items: center;
	justify-content: center;
}
.js__category--id{
	width:100%;
}
.fnc--products--listVer {
	display:flex;
	width:100%;
	flex-wrap:wrap;
	justify-content: center;
}
.fnc--products--listhoritem__image img{
	-moz-filter:blur(0);
	-o-filter:blur(0);
	-webkit-filter:blur(0);
	filter:blur(0);
}
.fnc--products--listhoritem__image:hover img{
	-moz-filter:blur(6px);
	-o-filter:blur(6px);
	-webkit-filter:blur(6px);
	filter:blur(6px);
 }
.fnc--products--listitem:hover img {
	-moz-filter:blur(6px);
	-o-filter:blur(6px);
	-webkit-filter:blur(6px);
	filter:blur(6px);
}
.fnc--products--listitem {
	width:250px;
	overflow: hidden;
	margin: 0 8px 20px 8px;
	position:relative;
	background: #fff;
	height: 100%;
}
 .left_slider .fnc--products--listitem {
	 overflow: visible;
 }
.fnc--products--listitem:hover .fnc--products--listitem__buy {
	display: block;
    position: absolute;
    bottom: -50px;
    z-index: 1;
    width: 100%;
}
.fnc--products--listitem__icon {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 2;
}
.fnc--products--listitem__main {
	display:flex;
	flex-direction:column-reverse;
	width:100%;
	padding: 10px 0 0 0;
}
.fnc--products--listitem__name {
	margin-top:20px;
    height: 120px;
    margin-bottom: 10px;
	position: relative;
	z-index:3;
    overflow: hidden;
	padding-left:10px;
}

.fnc--products--listitem__name:before {
	content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    background: white;
}


.fnc--products--listitem__name a{
	font-size: 13px;
	font-family: 'Raleway';
	padding-left:15px;
	border-left:1px solid #b8b8b8;
	font-weight: 500;
	font-style: normal;
	display:block;
	text-transform: none;
	color: #5e5e5e;
	letter-spacing: 0em;
}
.fnc--products--listitem__image {
	display: flex;
   	height: 300px;
    padding: 0 0 0 0;
    overflow: hidden;
    justify-content: center;
	align-items:center;
	position: relative;
}
.fnc--products--listitem__image img {
	display: block;
    border: 1px solid #fff;
    margin: 0 auto;
    height: auto;
    max-height: 325px;
}
.fnc--products--listitem__price{
	position:absolute;
	left:10px;
	bottom:10px;
	font-weight: bold;
	font-size: 18px;
}
.fnc--products--listitem__additional {
	display:none;
}
.fnc--products--listitem__oldprice {
	font-size: 12px;
    text-decoration: line-through;
}
.fnc--products--listitem__buttons {
	display:flex;
	align-items:center;
	justify-content:space-evenly;
	padding:5px 0;
}
.fnc--products--listitem__shopinfo {
	display:flex;
	flex-direction:column;
	padding:0;
	width:100%;
}
.for_profs,
.fnc--products--slider__shopinfo .text-center,
.fnc--products--listitem__shopinfo .text-center{
	margin: 5px 20px 20px;
	font-weight: 400;
	color: #dc0048;
}
.fnc--products--listHor {
	display:flex;
	flex-direction:column;
	padding:10px 0;
}
.fnc--products--listhoritem__inner {
	display:flex;
	flex-direction:row;
	margin-bottom:20px;
}
.fnc--products--listhoritem__main .category{
	display:none;
}
.fnc--products--listhoritem__main {
	padding-left:15px;
}
.fnc--products--listhoritem__name a{
	font-size: 17px;
	font-family: 'Raleway';
	font-weight: 500;
	font-style: normal;
	line-height: 1.267em;
	text-transform: none;
	color: #5e5e5e;
	letter-spacing: 0em;
}
/*[data-page='item'] .line {*/
.line {
	width:100%;
	max-width:1440px;
	margin:30px auto;
	height:40px;
	background-color: #dfb1bf;
	box-shadow: 4px 3px 10px 0 rgb(220 216 216 / 84%);
}
.hypercats {
	width:100%;
	max-width:100%;
}
.hypercats .fnc--center--catalog__container{
	max-width:100%;
	display:flex;
	flex-flow:row wrap;
	width:100%;
	justify-content: flex-start;
	align-items: flex-start;
}
.hypercats .fnc--center--catalog__list--item img {
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
}
.hypercats .fnc--center--catalog__list--item{
	max-width:266px;
	margin-right:22px;
	margin-bottom:15px;
}
.hypercats .fnc--center--catalog--item__name a {
	letter-spacing: 0em;
	font-size: 14.4px;
	text-transform: uppercase;
	margin-top: 8px;
	margin-bottom: 10px;
	font-weight: bolder;
	display: block;
}
.fnc--products--listhoritem__image {
	width:220px;
	margin-right:20px;
	display:Flex;
	align-items: center;
	justify-content: center;
	height:286px;
}
.fnc--products--listhoritem__image img {
	max-height:286px;
	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__buttons {
	display: flex;
}
.itempage--nextitems {
	display:none;
}
.itempage--nextitems__next {
	padding:10px 0;
}
.itempage--columns {
	display:flex;
	max-width:1440px;
	margin:0 auto;
}
.itempage--left--column {
	display:Flex;
	flex-direction: row-reverse;
	width:44%;
}
.itempage--center--column {
	width: 51.33%;
	padding: 40px 0 0 50px;
}
.itempage--right--column {
	display: none;
}
.itempage--item--image {
    display: flex;
    justify-content: center;
    cursor: pointer;
    cursor: hand;
    position: relative;
    margin-bottom: 10px;
    width: auto;
    max-height: 100%;
    overflow: hidden;
}
.itempage--item--image img{
    height: auto;
    width: 462px;
}
.itempage--center--name h1{
	font-size: 22px;
	color: #332e20;
	margin-bottom: 20px;
	font-weight: 600;
}
.fnc--products--listhoritem__buy{
	display:none;
}
.js__add--tocart, .js__add--pocket--tocart{
	width: 100%;
	color: #fff;
	background: #333;
	width:200px;
	height:42px;

	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	border:1px solid transparent;
	cursor: pointer;
}
.js__add--tocart:hover, .js__add--pocket--tocart:hover{
	background-color:#fff;
	color:#333;
	border:1px solid #333;
}
.itempage--center--price {
	padding:3px 0;
	color:var(--14-text-color);
	font-size:18px;
}
.itempage--center--text {
	padding: 10px 5px 0;
}
.itempage--center--text h2 {
	font-size: 18px;
	font-weight: 500;
	color: #373737;
}
.itempage--center--text ul li {
	position: relative;
	list-style: none!important;
}
.itempage--center--text ul li:before {
    content: '✓';
    position: absolute;
    list-style: none;
    top: 2px;
    left: -25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #333333;
    transition: 0.1s ease-in-out;
}
.itempage--center--text ul li:hover:before{
    font-weight: bold;
    transition: 0.1s ease-in-out;
}
.some_block a{
	font-size: 15px;
	margin-top:40px;
	display:block;
	font-family: 'Raleway';
	font-weight: 700;
	font-style: normal;
	line-height: 1.5em;
	text-transform: none;
	color: #63656a;
	letter-spacing: 0em;}
.itempage--center--quest {
	display:none;
}
.itempage--center--quest button{
	color:var(--1-text-color);
	background:transparent;
	font-weight:Bolder;
}
.itempage--center--quest button:hover{
	color:var(--3-text-color);
	background:transparent;
}
.itempage--center--favor {

	padding:0 15px;

	position:relative;

	top:-2px;

}
.itempage--center--favor button{

	padding:0;

}
.itempage--center--compare {

	padding:0 15px;

	position:relative;

	top:-2px;

}
.itempage--center--compare button{

	padding:0;

}
.favor--item {

	background-image:url('/themes/main/heart.svg');

	background-repeat:no-repeat;

	background-size:contain;

	background-color:transparent;

	width:20px;

	height:20px;

	font-size:0;

}
.favor--item__active, .favor--item__active:hover, .favor--item:hover {

	background-image:url('/themes/main/favorite_red.svg');

	background-repeat:no-repeat;

	background-size:contain;

	background-color:transparent;

	width:20px;

	height:20px;

	font-size:0;

}
.compare--item {

	background-image:url('/themes/main/comparison.svg');

	background-repeat:no-repeat;

	background-size:contain;

	background-color:transparent;

	width:20px;

	height:20px;

	font-size:0;

}
.compare--item__active, .compare--item__active:hover, .compare--item:hover {

	background-image:url('/themes/main/comparison_red.svg');

	background-repeat:no-repeat;

	background-size:contain;

	background-color:transparent;

	width:20px;

	height:20px;

	font-size:0;

}



/* itempage--actpocket--wrap */

.itempage--actpocket--container {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
/*    background: var(--12-text-color);*/
    padding: 10px 10px 30px;
    border-radius: 20px;
    max-width: 1300px;
    border: solid 1px #f88;
    display: none;
}

.itempage--actpocket--title {
    text-align: center;
    padding: 15px 0 50px;
    font-size: 20px;
    color: red;
    font-weight: bold;
}

.itempage--actpocket--wrap {

}

.itempage--actpocket--center {
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.itempage--actpocket--item {
	position: relative;
    flex-basis: 33%;
}

.itempage--actpocket--item {
    position: relative;
    padding: 20px 0;
}
.actpocket_item {
    background: #ffeaea;
}
.actPocket .itempage--actpocket--item:before {
    content: "+";
    position: absolute;
    font-size: 35px;
    top: 30%;
    left: -7px;
}

.actPocket .itempage--actpocket--item:first-child:before{
    display: none;
}

.actPocketAmount {
    position: absolute;
    top: 5px;
    left: 15%;
    background: red;
    border-radius: 50%;
    color: white;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transform: rotate(-20deg);
}

.itempage--actpocket--img {

}

.itempage--actpocket--img a {
	
}

.itempage--actpocket--img img{
	max-width: 200px;
    height: auto;
    width: 100%;
}

.itempage--actpocket--name {
	max-width: 80%;
    margin: 10px auto;
}

.itempage--actpocket--oldprice {
	text-decoration: line-through;
	color: red;
}

.itempage--actpocket--newprice {
	margin-bottom: 32px;
}

.itempage--actpocket--plus,
.itempage--actpocket--summ {
	font-size: 35px;
}

.itempage--actpocket--newprice_gift {
    background: #85adbe;
    color: white;
    display: block;
    width: 100px;
    margin: 0 auto;
    padding: 5px;	
}

.itempage--actpocket--allprice {
	width: 300px;
    top: 22px;
    position: relative;
}

.itempage--actpocket--buybutton {

}

.itempage--actpocket--buybutton button {

}



.act_puck_cart .act_puck_total_price .old_price {
	display: none;
}


.actPocket {
    padding: 20px 0 0 0;
}

.act_puck_cart {
	padding: 15px 0!important;
	background:#ffeeee;
	align-items: center!important;
}

.gift_text {
	background: #85adbe;
    color: white;
    padding: 5px;
}










/* END itempage--actpocket--wrap */





.itempage--center--options {

}

.itempage--center--option {

}

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

.itempage--center--option__text {
	    margin-left: 20px;
}

.itempage--center--option__image img{
	max-width: 50px;
	height: auto;
}
.itempage--center--option__dropdown--line img{
	max-width: 50px;
	height: auto;
}

.itempage--center--option__dropdown {
	
}



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

.itempage--tabs--buttons{
  display:Flex;
  align-items:Center;
  justify-content:center;
}
.itempage--tab--info{
		max-width:1200px;
		margin:0 auto;
	}
.itempage--tabs--buttons{
  max-width:1440px;
  margin:0 auto;}
.itempage--tabs {
	margin:50px auto;
	background-color: #f7f7f7;
	font-size: 14px;
	color: #777777;
	font-height: 22px;
	padding-top: 50px;
	padding-bottom:50px;
}
.uSocial-Share span{
	background: #85adbe!important;
}
.uSocial-Share span:hover {
	opacity: 0.8;
}
.soc_item .uscl-item{
	margin-right: 20px;

}
.soc_item span{
	display: inline-block;
	font-weight:bold;
	vertical-align: middle;
	font-weight: 500;
	color: #333;
	margin-right: 15px;
}
.soc_item{
	display:flex;
	flex-direction: row;
	align-items:Center;
	justify-content: flex-start;
}
.itempage--tabs--button {
	display: inline-block;
}

.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 {
	font-size: 27px;
	line-height: 20px;
	font-weight: bold;
	color: #777777;
	margin-bottom: 40px;
}
.itempage--center--prices .client-earnings {
	font-size: 18px;
	font-weight: 500;
}
.itempage--center--valutes {

	padding:5px 0;

	display:flex;

	align-items:flex-end;

}
.itempage--product__oldprice {

	color:var(--3-text-color);

	text-decoration:line-through;

	padding-right:10px;

	font-size:14px;

}
.itempage--product__actprice {



}
.itempage--valute__oldprice {

	color:var(--1-text-color);

	text-decoration:line-through;

	padding-right:10px;

	font-size:12px;

}
.itempage--valute__actprice {



}
.unseen{
	display:none!important;
}
.itempage--center--buyinfo {
    margin-top: 35px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.itempage--center--quantity{
	position:relative;
}
.lebutton{
	position:absolute;
	right:0;
	width: 20px;
	height:20px;
	cursor: pointer;
	display:flex;
	align-items: center;
	border:1px solid #eeeeee;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center;
	font-weight:lighter;
	font-size:20px;
	color:#777;
	font-size: 0;
}

.byMinQuantity {
	display: block;
    width: 100%;
    padding: 10px 0 0;
    color: var(--14-text-color);
}

.inc{
	top:0;
	background-image:url('../img/source/utils/arrow_dow.svg');
	transform: rotate(180deg);
}
.dec{
	background-image:url('../img/source/utils/arrow_dow.svg');
	bottom:0;
}
.itempage--center--quantity {
	font-size: 18px;
	line-height: 20px;
	width: 100px;
	border: 1px solid #f1f1f1;
	color: #333;
	padding: 13px 5px;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
.itempage--center--buybutton{
	width:200px;
	height:40px;
}
.itempage--center--quantity input{
	width: 80%;
	background: 0 0;
	border: none;
	padding: 0;
	margin: 0;
	text-align: center!important;
}
.itempage--center--option__dropdown-line:hover {
	background:var(--12-text-color);
}
.hit_Block{
	position:absolute;
	left: 10px;
	top: 18px;
	font-size: 12px;
	font-family: 'Raleway';
	z-index:2;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	line-height: 1.5em;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: .1em;
	width:32px;
	height:18px;
	background-color:rgb(230, 191, 196);
}
[data-page='account'] .js__logout--button{
	margin-top:15px;
	background-image:url('../themes/img/exit.png');
	background-repeat: no-repeat;
	background-position:50px center;
}
.save-documents-button:hover,
[data-page='account'] .js__logout--button:hover,
.js__user--main--button:hover,
.js__user--data--getmoney:hover,
.js__user--data--button:hover,
[data-page='account'] .attach_img_button:hover{
	border:1px solid #333;
	background-color:transparent;
	color:#333;
}
[data-page='account'] .attach_img_button{
	max-width:200px;
	height:35px;
}
input[type="file"]{
	display:none;
}
.save-documents-button{
	margin:20px auto;
}
.save-documents-button,
[data-page='account'] .js__logout--button,
.js__user--main--button,
.js__user--data--getmoney,
.js__user--data--button{
	position: relative;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	display:flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	cursor: pointer;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	max-width: 200px;
	background-color: #333;
	padding: 22px 15px;
	text-align: center;
	color: #fff;
	border:1px solid transparent;
	margin: 0 auto;

}
[data-page='account'] .attach_img_button {
	position: relative;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	cursor: pointer;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #333;
	padding: 15px;
	text-align: center;
	color: #fff;
	border:1px solid transparent;
	margin: 0 auto;
}
.review_block {
    display: flex;
    max-width: 1200px;
    margin: 50px auto;
}
.review_block .no--info--find {
	text-align: center;
}
.review_block .no--info--find {
	display: none;
}
.fnc--addcomment--container {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    order: 1;
}
.js__list--container {
    order: 2;
    width: 100%;
    padding: 0 20px;
}
.fnc--comments--list {
    padding: 10px 10px 10px 30px;
    max-height: 860px;
    overflow-y: auto;
}

.fnc--comments--list::-webkit-scrollbar {
    width: 4px;
}

.fnc--comments--list::-webkit-scrollbar-track {
    background: #e8e8e8;
    width: 2px;
}

.fnc--comments--list::-webkit-scrollbar-thumb {
    background: #333333;
    width: 4px;
    height: 17px;
}

.fnc--addcomment--title {
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 17px;
}
.fnc--comments--listitem {
    border-bottom: 1px solid var(--12-text-color);
    margin-bottom: 20px;
}
.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--list__votes {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 0;
}
.fnc--comments--list__vote {
    margin-right: 3px;
}
.item--vote {
	background-image:url('/themes/main/star.svg');
	width: 12px;
    height: 12px;
}
.item--vote--act {
	background-image:url('/themes/main/star_act.svg');
	width: 12px;
    height: 12px;
}
.itempage--center--rate .item--vote {
	background-image:url('/themes/main/star.svg');
	width: 18px;
    height: 18px;
}
.itempage--center--rate .item--vote--act {
	background-image:url('/themes/main/star_act.svg');
	width: 18px;
    height: 18px;
}
.fnc--comments--list__votes {
	display:flex;
	flex-direction:row;
	align-items:center;
	padding:5px 0;
}
.fnc--comments--list__vote {
	margin-right:3px;
}

.fnc--products--listitem__image .fnc--comments--list__votes {
	position: absolute;
    right: 5px;
    bottom: 5px;
}

.fnc--comments--listitem__text {
    font-size: 14px;
    padding: 5px 0 10px;
    position: relative;
}
.fnc--addcomment--item {
    padding: 3px;
}
.fnc--addcomment--item input, .fnc--addcomment--item textarea {
    border: 1px solid #e1e1e1;
    font-family: 'Raleway';
    color: #717171;
    font-weight: 300;
    resize: none;
    font-size: 16px;
    outline: none;
    width: 100%;
    padding: 16px 10px 17px 20px;
    display: block;
    margin-bottom: 5px;

}
.fnc--addcomment--vote {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 3px 10px;
}
.fnc--addcomment--vote__name {
    padding-right: 10px;
}
.fnc--addcomment--vote__rate {
    margin-right: 3px;
    cursor: pointer;
    cursor: hand;
}
.fnc--addcomment--item button {
    width: 100%;
    color: #fff;
    background: #333;
    height: 42px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
}
.fnc--addcomment--item button:hover {
	background-color:#fff;
	color:#333;
	border:1px solid #333;
}


.feed_req {
	margin: 20px 0 10px 20px; 
	padding: 10px 0 10px 20px; 
	border-left: solid 1px;
}
.title_req {
	display: block;
	font-weight: bold;
}
.myAnswer_comment {
    padding: 0 20px;
    font-style: italic;
}
.fnc--comments--listitem__text .stat {
    position: absolute;
    top: -23px;
    right: 0;
    font-size: 12px;
}
.fnc--comments--listitem__text .red_stat {
    color: red;
}
.fnc--comments--listitem__text .green_stat {
	color: green;
    padding-left: 22px;
    background: url(/themes/img/confirmed_buy.svg) no-repeat;
    background-size: 40px;
    background-position: -10px -10px;
}

.itempage--center--rate {
	display:none;

}
.itempage--item--image__icons {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
}
.fnc--products--listitem__icon {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 1;
}
.fnc--items--slider__icon {
	position: absolute;
    right: 27px;
    top: 0px;
    z-index: 5;
}
.js__slide--sameitem .fnc--items--slider__icon {
    right: 0px;
}
.itempage--item--image__icons .icon,
.fnc--items--slider__icon .icon,
.fnc--products--listitem__icon .icon {
    z-index: 2;
    display: inline-block;
    text-align: center;
    background: #85adbe;
    font-weight: 600;
    font-size: 12px;
    width: 50px;
    padding: 5px 0;
    color: #fff;
    text-transform: uppercase;
}
.discount_badge {
	display: none;
}
.itempage--item--image__icons .productin_topitem_act,
.fnc--items--slider__icon .fnc--product--icon__action,
.fnc--products--listitem__icon .fnc--product--icon__action,
.itempage--item--image__icons .productin_action {
    background: #ff0000;
}
.itempage--item--image__icons .productin_topitem_new,
.fnc--items--slider__icon .fnc--product--icon__new,
.fnc--products--listitem__icon .fnc--product--icon__new,
.itempage--item--image__icons .productin_new {
    background: #a0d2c7;
}
.fnc--slider--sameitems  {
	position: relative;
	padding:15px 5px;
	margin:0 auto;
	width:100%;
	max-width:1590px;


}
.fnc--slider--sameitems__title{
	display:flex;
	align-items: center;
	justify-content: center;
}
.fnc--slider--sameitems__title h3{
	font-size: 18px;
	line-height: 19px;
	color: #332e20;
	text-align: center;
	letter-spacing: 0.15em;
	display:inline-block;
	margin:0 auto 40px auto;
	padding-bottom:8px;
	border-bottom:2.5px solid #332e20;
	font-weight:bold;
}
.item_block .left {
	font-weight: 500;
	margin-right: 5px;
}
.item_block .right{

	color: #5d6672;
}
.item_block{
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 5px 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: #333;

}
.fnc--slider--listitem:hover .js__items--slider__image:after {
	height:351px;
	top:auto;
	bottom:0;
	opacity: 1;
/*	background-color:rgba(0,0,0,0.15); */
}
.js__items--slider__image:after{
		left:0;
		top:0;
		bottom:auto;
		width:270px;
		margin:0 auto;
		opacity: 0;
		background-color:rgba(0,0,0,0);
		width:100%;
		height:1px;
		content:"";
		position:absolute;
	}
.js__items--slider__image img{
	max-width:270px;
	width:100%;
	height:auto;
}
.js__items--slider__image{
	display:flex;
	align-items: center;
	justify-content: center;
	height:351px;
	position:relative;
}

.js__items--slider__image a {
	z-index: 1;
}

.fnc--slider--topitems__title {
	display:none;
}
.fnc--slider--sameitems__wrap {

    display: flex;

    flex-direction: row;

    align-items: center;

	justify-content:center;

}



.slider--sameitems__container {

	display: block;

    overflow: hidden;

    margin: 0px auto;

}
.js__slider--sameitems__container {

	display: flex;

    flex-direction: row;

}
.js__sameitems--slider--container {
	overflow: hidden;
}

.fnc--slider--topitems {
	position: relative;
	padding:15px 5px;
	max-width:1620px;
	margin:0 auto;
}


.fnc--slider--topitems__wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
	justify-content:center;
}
.slider--topitems__container {
	display: block;
    overflow: hidden;
    margin: 0 auto;
}
.fnc--items--slider__name{
    height: 92px;
    width: 100%;
    z-index: 3;
    margin: 0 auto;
    padding-top: 23px;
    max-width: 270px;
    overflow: hidden;
}
.fnc--products--slider__price{
	padding-left:10px;
	padding-bottom:20px;
}
.fnc--items--slider__name a{
	font-size: 13px;
	font-family: 'Raleway';
	padding-left: 15px;
	border-left: 1px solid #b8b8b8;
	font-weight: 500;
	font-style: normal;
	display: block;
	text-transform: none;
	color: #5e5e5e;
	letter-spacing: 0em;
}
.slick_p{
	max-width:1470px;
	display: flex;
	transition:none;
	-webkit-transition:none;
	margin-bottom:60px;
	-ms-transition:none;
	width:100%;
    flex-direction: row;
}
.products_header{
	margin:60px auto 50px auto;
	display:block;
	border-bottom:2px solid #333;
	text-align: center;
	width:230px;
	padding-bottom:14px;
	position:relative;
}
.products_header h2{
	margin:0;
	font-size: 18px;
	text-transform:uppercase;
	line-height: 19px;
	color: #332e20;
	font-weight: 500;
	letter-spacing: 0.15em;
}
.fnc--slider--topitem__main {
	display: flex;
	align-items: flex-start;
}
.fnc--slider--item__left {
    padding-right: 5px;
    box-sizing: border-box;
}
.fnc--slider--item__left button {
   	background-image: url(/themes/main/back.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    font-size: 0;
    border-radius: 100%;
    width: 30px;
    height: 30px;
	padding: 5px 5px;
}
.fnc--slider--item__right {
    padding-left: 5px;
    box-sizing: border-box;
}
.fnc--slider--item__right button {
   background-image: url(/themes/main/next.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    font-size: 0;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    padding: 5px 5px;
}
.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;
}
.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:flex;
	align-items:flex-start;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:after
{
	clear: both;
}
.slick-loading .slick-track
{
	visibility: hidden;
}
.slick-slide
{
	display: none;
	outline:none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide
{
	float: right;
}
.slick-slide img
{
	display: block;
}
.slick-slide.slick-loading img
{
	display: none;
}
.slick-slide.dragging img
{
	pointer-events: none;
}
.slick-initialized .slick-slide
{
	display: block;
	  margin: 0 5px;
}
.slick-loading .slick-slide
{
	visibility: hidden;
}
.slick-vertical .slick-slide
{
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.js__slide--sameitem .fnc--items--slider__main{
	max-width:270px;
	margin:0 auto;
}
.fnc--items--slider__main {
	display:flex;
	flex-direction:column;
	width:100%;
}
[data-page='item'] .site-content{
	margin-bottom:40px;
}
.slick-arrow.slick-hidden,
.total_block,
.fnc--products--slider__additional,
.fnc--products--slider__votes,
.fnc--products--slider__buy {
	display:none;
}
.fnc--slider--item__button {
	text-align: center;
}
.js__slider--sameitems__container .slick-prev,
 .slick_p .slick-prev{
	background-image:url(../img/source/utils/arrow.svg);
	left:-100px;
}
.js__slider--sameitems__container .slick-next,
.slick_p .slick-next{
	background-image:url(../img/source/utils/arrow.svg);
	right:-100px;
	transform:rotate(180deg);
}
.js__slider--sameitems__container:hover .slick-next,
.slick_p:hover .slick-next{
	right:-20px;
	opacity: 1;
}
.slick-disabled{
	opacity: 0!important;
}
.js__slider--sameitems__container:hover .slick-prev,
.slick_p:hover .slick-prev{
	left:-20px;
	opacity: 1;
}
.fnc--slider--listitem{
	position:relative;
}
.menu--catalog--submenu__link:after{
	display:none;
}
.left_slider .fnc--products--listitem img{
	filter:blur(0.1px);
	-webkit-transition-duration: 0.4s;
	-ms-tranasition-duration:0.4s;
}
.fnc--products--listhoritem__image{
	position:relative;
}
.fnc--products--listhoritem__image:hover .buttons_array,
.fnc--products--listitem:hover .buttons_array,
.fnc--slider--listitem:hover .buttons_array{
		bottom:calc(15%);
		opacity: 1;
		top:30%;
}
.buttons_array{
		position:absolute;
		top:-100px;
		left:0;
		right:0;
		z-index:2;
		margin: 0 auto;
		display:flex;
		align-items: center;
		justify-content: center;
		bottom:0;
		opacity: 0;
		width: 100px;
		height: 50px;
}	
.goto svg,
.js_quick_view svg,
.addCt svg{
	fill:#fff;
	width:20px;
	height:20px;
}
.goto:hover,
.js_quick_view:hover,
.addCt:hover{
	transform:scale(1.125);
	background-color: rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.25);
}
.goto,
.js_quick_view,
.addCt{
		border-radius: 360px;
		cursor: pointer;
		display:flex;
		transform:scale(1);
		align-items: center;
		justify-content: center;
		width:40px;
		height:40px;
	 	 box-shadow: 0 0 0 0 rgba(0,0,0,0);
		background-color: rgba(0, 0, 0, 0.6);
		margin:0 5px;
		font-size:0;
		color:transparent;
	}
.js__slider--sameitems__container .slick-arrow,
.slick_p .slick-arrow{
	position:absolute;
	top:calc(40%);
	background-repeat: no-repeat;
	background-color:transparent;
	border: 0;
	z-index:2;
	outline: none;
	background-size:50px;
	width:75px;
	height:75px;
	background-position:Center;
	font-size:0;
	color:transparent;
	opacity: 0;
}
.buttons_array .js__add--tocart {

}

.buttons_array .js_quick_view {
	display: none;
}

.fnc--slider--item__button a{
	padding:10px 15px;
	border:1px solid transparent;
	border-bottom:1px solid var(--5-text-color);
	display:inline-block;
	margin:0 auto;
	border-radius: 10px;
}
.fnc--slider--item__button a:hover{
	border:1px solid var(--5-text-color);
	background:var(--5-text-color);
	color:var(--2-text-color);
	text-decoration:none;
	border-radius: 10px;
}
.fnc--center-topitems {
	max-width:1620px;
	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--items--column {
	display:none;
}
.fnc--slider--listitem{

}
.fnc--slider--listitem:hover .fnc--items--slider__image img{
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -webkit-filter: blur(6px);
    filter: blur(6px);
}
.fnc--items--column__listitem {

	border:1px solid var(--12-text-color);

	border-radius:6px;

	margin-bottom:10px;

}
.fnc--items--column__main {

	display:flex;

	flex-direction:column-reverse;

	width:100%;

}
.fnc--items--column__name{

	text-align:center;

	padding:5px 0;

	font-weight:bolder;

}
.fnc--items--column__price {



	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:100%;

}
.fnc--items--column__image--right img {

	max-width:100%;

	max-height:100%;

}
.fnc--products--column__buy {

	padding:10px 0;

	text-align:center;

}
.fnc--items--column__button {

	padding:8px 0;

	text-align:center;

}
.text-with-image .text-with-image-inn .text {
	margin-right: 30px;
}
.text-with-image .block-title .title {
	line-height: 36px;
	text-align: left;
}
.text-with-image .block-title {
	padding-bottom: 55px;
}
.text-with-image .text-with-image-inn>* {
	width: 48.86%;
	max-width: 100%;
}
.text-with-image .inner {
	max-width: 1320px;
}
.text-with-image .text-with-image-inn {
	display: flex;
	padding-top: 140px;
}
.text-with-image .text-with-image-inn .image {
	position: relative;
}
.text-with-image .text-with-image-inn .image img {
	display: block;
}
.theme-button:hover{
	color: #eee;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	background: #dfb1bf;
}
.theme-button{
	position: relative;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	display: block;
	width: 100%;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	max-width: 300px;
	background: #333;
	padding: 22px 15px;
	text-align: center;
	color: #fff;

	border: none;
	border-radius: 0;
}
.text-with-image .theme-button {
	margin-left: 0;
	margin-top: 60px;
}
.text-with-image .text-with-image-inn .image .second {
	position: relative;
}
.text-with-image .text-with-image-inn .image .first {
	position: absolute;
	z-index: 0;
	right: 0;
	top: -140px;
}
.text-with-image .text-with-image-inn>* {
	width: 48.86%;
	max-width: 100%;
}
.home .text-with-image {
	margin-top: 0;
	background-image: url(../img/source/colibri.png),url(../img/source/v-pira.png);
	background-repeat: no-repeat,no-repeat;
	background-size: 265px 305px,185px 230px;
	background-position: 5% 0,94% 100%;
	padding-top: 62px;
	padding-bottom: 160px;
}
/*Окно задать вопрос*/
.p_price {
	font-weight: 500;
	font-size: 20px;
	color: #333;
}
.p_tit {
	margin-bottom: 20px;
	color: #333;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
}
.pop_cart img{
	max-width:100px;
	height:auto;
}
.popup--container--iteminfo {
	display:flex;
}
.popup--container--iteminfo__image {
	width:100px;
	text-align:center;
}
.popup--container--iteminfo__image img {
	max-width:100%;
	max-height:100px;
}
.popup--container--iteminfo__name {
	font-size:18px;
	padding-bottom:10px;
}
.js__itempage--tab{
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
	margin: 0 10px;
	padding:0 12px 20px 15px;
	color: #b2b2b2;
	position:relative;
}
.js__itempage--tab:after{
  	content:"";
	height:1px;
	position:absolute;
	bottom:0;
	width:0;
	left:0;
	right:0;
	margin:0 auto;
	background-color:#332e20;
	transition-duration: 0.4s;
	-webkit-transition:0.4s;
	-ms-transition:0.4s;
}
.itempage--tabs--button__inner--active:after,
.js__itempage--tab:hover:after{
	transition-duration: 0.4s;
	-webkit-transition:0.4s;
	-ms-transition:0.4s;
	width: 100%;
}

.count_rew {
    position: absolute;
    right: -18px;
    display: flex;
    top: -15px;
    font-size: 12px;
    justify-content: center;
    color: #fff;
    background-color: #b2b2b2;
    border-radius: 360px;
    align-items: center;
    width: 25px;
    height: 25px;	
}

.itempage--tabs--button__inner--active .count_rew {
	background-color: #332e20;
}

.itempage--tabs--button__inner--active,
.js__itempage--tab:hover{
	color:#332e20;
}
.fnc--small--images__wrap {
	display: flex;
    flex-direction: row;
    align-items:flex-start;
	width:188px;
}
.fnc--small--images__left,
.fnc--small--images__right {
    display:none;
}
.fnc--small--images__center {
	width: 100%;
}
.fnc--small--images--inner {
	display: flex;
	justify-content: flex-start!important;
	flex-direction: column;
	max-height: 440px;
    overflow: auto;
}

.fnc--small--images--inner::-webkit-scrollbar {
    width: 4px;
}

.fnc--small--images--inner::-webkit-scrollbar-track {
    background: #d5d5d5;
    width: 2px;
}

.fnc--small--images--inner::-webkit-scrollbar-thumb {
    background: #6ebdc3;
    width: 4px;
    height: 17px;
}


.fnc--small--images--listitem {
	margin: 0 5px;
}

.fnc--small--images--listitem__main {
	margin-bottom: 8px;
	width: auto!important;
	display:flex;
	justify-content:center;
	position:relative;
	align-items:center;
	cursor:pointer;
	cursor:hand;
}
.fnc--small--images--listitem__main:after{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	content:"";
	background-color:rgba(255,255,255,0);
	transition-duration: 0.4s;
	-webkit-transition:0.4s;
	-ms-transition:0.4s;
}
.fnc--small--images--listitem__main:hover:After {
	background-color:rgba(255,255,255,0.4);
	transition-duration: 0.4s;
	-webkit-transition:0.4s;
	-ms-transition:0.4s;
}

.fnc--small-image--button img {
	max-width:100%;
	display:block;
}
.fnc--bigimage--header--line {
	display:flex;
	justify-content:space-between;
}




.js__slider--small--images--popup {

	overflow-y:hidden;

	margin:0 auto;

}
.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;
}
.fnc--brands--listitem:hover {
	box-shadow:0 0 1px 0 var(--3-text-color);
}
.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%;
}
.mobile--show--filters {
	display:none;
}

input[type=checkbox]:checked + label{
	border: 1px solid #dfb1bf;
}
input[type=checkbox]:disabled + label {

	background:var(--11-text-color);

	border:1px solid var(--11-text-color);

	cursor:default;

}



input[type=radio]: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;
}
.js__slider--price {
	margin: 10px 0;
}
/*Корзина*/
.fnc--cart--container__quantity{
	position: absolute;
	right: -19px;
	display: flex;
	bottom: 10px;
	font-size: 12px;
	justify-content: center;
	color: #fff;
	background-color: #332e20;
	border-radius: 360px;
	align-items: center;
	width: 17px;
	height: 17px;
}
.search_block .search_button{
	width:14px;
	margin:0 10px;
	cursor: pointer;
	height:15px;
}
.account_buttons{
	display:flex;
	align-items: center;
}
.some_cart_text,
.account_buttons a{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 20px;
	color:rgb(99, 101, 106);
}
.header--centerhead--inner--column3__in1 {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: flex-end;

}
.fnc--cart--container {
	cursor: pointer;
	border-left: 1px solid #dad9d7;
	padding-left: 20px;
	margin-left:20px;
	position:relative;
    display: flex;
    align-items: center;


}

.top_container{
	display:flex;
	align-items: center;
	justify-content: space-between;
}
section.header{
	position:fixed;
	background-color:#fff;
	left:0;
	top:0;
	width:100%;
	z-index:100;
	margin:0 auto;
}
.header--overhead--inner__right{
	display:flex;
	align-items: center;
	position:relative;
	justify-content: center;
	width: 50%;
}
.top_container a{
	font-size:0;
	color:transparent;
	width:36px;
	height:36px;
	display: block;
	cursor: pointer;
	background-color:transparent;
	background-position:center;
	background-repeat: no-repeat;
}
.header--overhead{
	height:auto;
	overflow: visible;
	border-bottom: 1px solid #333333;
	background: #d9e0e2;
}
.fixed .header--overhead{
	height:0;
	overflow: hidden;
}
.header .link_block{
	padding:0 35px;
	position: relative;
}
.header .link_block:before {
    content: "";
    right: 0;
    width: 0;
    height: 1px;
    background-color: #333;
    transition: 0.4s ease-in-out;
    bottom: -3px;
    position: absolute;
}

.header .link_block:hover:before,
.header .url_active:before{
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #333;
    transition: 0.4s ease-in-out;
    bottom: -3px;
    position: absolute;
}
.header .url_active:before{
	transition: none;
}

.holder{
	padding:8px 0;
}
.header .link_block a,
.holder,
.descriptor{
	color: #332e20;
	font-size: 14px;
	line-height: 19px;
	font-weight: 600;
	cursor: pointer;
	margin-top: 0px;
    text-transform: uppercase;
}
.header--overhead--inner__left{
	width:100%;
}
.header--overhead__inner{
	display:flex;
	max-width:1440px;
	margin:0 auto;
	justify-content: space-between;
	align-items:Center;
}
.top_container .socials{
	display:flex;
	align-items:center;
	justify-content: center;
}
.top_container .inst-icon:hover{
	background-image:url(../img/source/utils/inst-icon_h.png);
	background-color: #e6bdc1;
    border-color: #e6bdc1;
/*    background: url(../img/source/utils/inst-icon_h.png), radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    background-repeat: no-repeat;
    background-position: center;*/
}
.top_container .face-icon:hover{
	background-image:url(../img/source/utils/face-icon_h.png);
	background-color: #3b5a9a;
	border-color: #3b5a9a;
}
.top_container .inst-icon{
	background-size: 30px;
	margin: 0 4px;
	background-image:url(../img/source/utils/inst-icon.png);
}
.top_container .face-icon{
	background-size:16px;
	margin: 0 4px;
	background-image:url(../img/source/utils/face-icon.png);
}
.menu_block{
	position: absolute;
	top:0;
}
.languages{
	display:flex;
	align-self: center;
	justify-content: center;
}
.languages:hover .lang_select{
	background: #fff;
	border: 1px solid rgba(0,0,0,0.08);
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.08), inset 0 1px 1px 0 rgba(255, 255, 255, 0.95);
	height: auto;
	overflow: visible;
	transform: translateX(0);
	opacity: 1;
	z-index:5;
}
.lang_select div:hover{
	background-color: rgba(51, 46, 32, 0.09);

}
.lang_select div:first-child a{
	border-top:1px solid #000;
}
.lang_select div a{
	display: block;
	margin: -1px 0 0;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
	position: relative;
	width: auto;
	border: 1px solid #f2f2f2;
	text-align: left;
}
.lang_select{
	height:1px;
	top: calc(100% + 1px);
	overflow: hidden;
	opacity: 0;
}

.fnc--cartlist--section {
	max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.fnc--cartlist--container table {
	width:100%;
}
.fnc--cartlist--cell__img{
	width:80px;
}
.js__body--popup .fnc--cartlist--cell__img{
	width:17.5%;
	text-align: center;

}
.close:before, .close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 14px;
	width: 2px;
	background-color: #333;
}
.fnc--cartpopup--gotocart button{
	text-decoration: none;
	width: 100%;
	max-width: 360px;
	color: #fff;
	background: #333;
	padding: 22px 15px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	border-radius: 0;
	border-color: #333;
}
.fnc--cartpopup--continue,
.fnc--cartpopup--gotocart{
	width:100%;
	max-width:50%;
	display: flex;align-items: center;
	justify-content: center;
}
.fnc--cartpopup--continue button {
	color: #333;
	font-weight: 500;
	font-size: 14px;
	background: 0 0;
	border: none;
	margin: 0;
	padding: 0;
}
.js__cart--popup {
    max-width: 1025px;
	width:100%;

	padding:50px;
}
.js__cart--popup {
    max-width: 1025px;
	width:100%;

	padding: 70px 65px 50px;
}
.js__quick_view--popup .itempage--tabs{
	display:none;
}
.js__quick_view--popup .itempage--center--buybutton {
	width: 50%;
}
.js__quick_view--popup .fnc--login--popup--container .popup--container__close {
    position: absolute;
    right: 15px;
    top: -10px;
    z-index: 5;
}
.view_block::-webkit-scrollbar{
	width:10px;
	background-color:#fff;
}
.view_block ::-webkit-scrollbar-thumb{
	background-color:#332e20;
}
.js__quick_view--popup::-webkit-scrollbar-thumb{
	background-color:#333;
}
.js__quick_view--popup::-webkit-scrollbar{
	width:5px;
	background-color:#fff;
}
.js__quick_view--popup{
    max-width: 1200px;
    width: 100%;
    padding: 20px;
	flex-wrap: wrap;
}
.close:after {
	transform: rotate(-45deg);
}
.fnc--login--popup--container{
	position: relative;
	width: 100%;
}
.fnc--login--popup--container .popup--container__close {
	position: absolute;
	right: -30px;
	top: -60px;
}
.close{
	position:relative;
	font-size:0;
	color:transparent;
	background-color:transparent;
	border:0;
}
.close:before {
	transform: rotate(45deg);
}
[data-page='account'] .fnc--cartlist--row{
	justify-content: center;
}
[data-page='account'] .fnc--cartlist--cell__name,
.pop_cart .fnc--cartlist--cell__name{
	flex-direction: column;
}
.fnc--cartlist--cell__name{
	width: 305px;
	height:100%;
	align-items: flex-start;
	padding-left: 22px;
	padding-right: 20px;
}
.c_pop_img img{
	margin:0 auto;
}
.js__body--popup .fnc--cartlist--cell__name{
	width: 40%;
	padding-left: 15px;
	padding-right:0;
}
.js__body--popup .fnc--cartlist--row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 20px;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 20px;
}
.content--center--page__text strong {
	font-weight: 600;
}
.js__body--popup .strong{
	margin-right: 15px;
}
.js__body--popup .price_label,
.js__body--popup .total_price{
	font-weight:500;
}
.js__body--popup .total_price span {
	display: none;
}
.js__body--popup .fnc--cartlist--cell__img{
	justify-content: center;
}
[data-page="account"] .fnc--cartlist--cell__name .name,
[data-page='cart'] .fnc--cartlist--cell__name .name{
	display: block;
	color: #333;
	text-decoration: none;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 15px;
}
[data-page="account"] .fnc--cartlist--cell__img,
[data-page='cart'] .fnc--cartlist--cell__img{
	max-width:140px;
	text-align: center;
	width:100%;
}
.fnc--cartlist--cell__img img {
	max-width:100%;height: auto;
}
.js__body--popup .fnc--cartlist--cell__img img {

	max-width:100px;
	height:auto;

}
.pop_cart tr,td{
	border-collapse: collapse;
	display:flex;
}
.fnc--cartlist--cell__qnt {

	text-align:center;

}
.js__body--popup .fnc--cartlist--row__title td{
	display:none;
}
.fnc--cartlist--cell__qnt input{
	width: 44px;
	border: none!important;
	text-align: center!important;
	background-color:transparent;
	outline: none;
	font-weight: 500;
	font-size: 14px;
	color: #1f1f1f;
	height: 26px;
}
.order_text span,
.order_title h1 span{
	font-weight: 500;
}
.order_text{
	font-size: 20px;
	margin-bottom: 15px;
	text-align: center;
}
.order_sub_text{
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
}
[data-page='payment'] .content--center--page{
	min-height:600px;
	display:flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.back_button a {
	display: block;
	text-decoration: none;
	width: 360px;

	margin:50px auto;
	color: #fff;
	background: #333;
	padding: 22px 15px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	border-radius: 0;
	border-color: #333;
}
.order_title h1{
	margin: 0;
	padding: 0;

	font-weight: 200;
	text-align: center;
	font-size: 48px;
	margin-top: 80px;
	margin-bottom: 80px;
	color: #333;
}
.login_block{
	margin-bottom:20px;
}
[data-page='account'].fnc--cartlist--section,
[data-page='cart'].fnc--cartlist--section{
	max-width: 645px;
	margin-right: 30px;
	width:100%;
}
[data-page='account'] .fnc--cartlist--container table,
[data-page='cart'] .fnc--cartlist--container table {
	border-top: 1px solid #f1f1f1;
}
.textarea_header{
    font-size: 24px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #333;
}
.cart--page--inner__left{
	display:flex;
	flex-flow:row wrap;
	justify-content: space-between;
}
.cart--page--container{
    max-width: 900px;
    width: 100%;
    margin: 50px auto;
    overflow: hidden;
    height: 0;
    opacity: 0;
}
[data-page="account"] .fnc--cartlist--row,
[data-page='cart'] .fnc--cartlist--row{
	display: flex;
	align-items:flex-start;
    justify-content: space-evenly;
	padding: 25px 0;
	border-bottom: 1px solid #f1f1f1;
}
[data-page="account"] .fnc--cartlist--cell__amount,
[data-page='cart'] .fnc--cartlist--cell__amount {
	padding-top:10%;
	width: 75px;
}

[data-page='cart'] .fnc--cartlist--cell__amount .new_price {
	font-weight: bold;
    font-size: 16px;
}

.check_total {
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
	border-bottom: 1px solid #f1f1f1;
	font-weight: 300;
	font-size: 21px;
}


.check_total .bonuses {

    font-size: 14px;

    display: flex;

    flex-direction: column;

    flex-basis: 50%;

}



#usebonuses {

    cursor: pointer;

    text-decoration: underline;

    font-weight: 500;

}



.form-bonuses {

    display: none;

    flex-wrap: wrap;

    margin-top: 15px;

}



.form-bonuses.active {

    display: flex;

}



.form-bonuses label {

    flex-basis: 100%;

}



.form-bonuses button {

    color: #fff;
    background: #333;
    padding: 20px 55px;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #333;

}



.form-bonuses input {

    background: #f6f6f6;

    padding: 17px 28px;

    border: 0;

    width: 50%;

}




.fnc--cartlist--cell__delete {

	text-align:center;
	justify-content: center;
	width:50px;

}
.fnc--cartlist--cell__total__text {

	text-align:right;

}
.fnc--cartlist--params__table {

	padding:2px 0 !important;

	color: var(--5-text-color);

	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;
	align-items: center;
	z-index: 100;
	margin:20px auto 0 auto;
	bottom: 0;
	background-color: #fff;

	-webkit-transform: translate3d(0,0,0);
}




.cart--page--title {

	font-weight:bolder;

}
.js__order--checkout{
	text-decoration: none;
	width: 100%;
	max-width: 360px;
	color: #fff;
	background: #333;
	padding: 22px 15px;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	text-align: center;
	margin-top:30px;
	border:1px solid #333;
}
.js__order--checkout:hover {
	background: #fff;
	color:#333;
	border-color: #333;
}
.cart--page--payment__line--right button{
	border:0;
	outline: none;
	background-color:transparent;
	font-weight: 400;
	font-size:14px;
	position:relative;
}

.umovi_cart {
    padding: 20px;
    color: #6c7683;
}

.umovi_cart a {
    text-decoration: underline;
}
.payment_header,
.delivery_type .header_block{
	font-size: 24px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #333;
	margin-top:30px;
}

.cart--page--inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
}
.input_line{
	max-width:235px;
}
.cart--page--inner__line .select{
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #f6f6f6;
	border-radius: 0;
	font-size: 14px;
	padding: 20px 20px;
	line-height: 14px;
	color: #333;
	border-color: #f6f6f6;
}
.cart--page--inner__line{
	width:100%;
	margin-bottom:10px;
}
.cart--page--inner__left .cart--page--inner__line:last-child{

}
.cart--page--title,
.cart_header{
	font-size: 24px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 40px;
	color: #333;
}

.cart--page--title {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.log_in_form{
	height:1px;
	overflow: hidden;
	opacity: 0;
	z-index:-10;
	position:relative;
}
.toggle{
	height:auto;
	overflow: visible;
	z-index: 1 !important;
	opacity: 1;
	margin-bottom:80px;
}

.log_in_form_p {
	text-align: center;
}

[data-page='cart'] .fnc--login--fields__field{
	padding: 5px;
    width: 100%;
    max-width: 320px;
    margin: 0 0 10px;
}

[data-page='cart'] .fnc--login--fields__buttons {
	display: flex;
    justify-content: center;
}
.prolong{
    padding: 5px;
    width: 100%;
    max-width: 320px;
    margin: 0 0 10px;
}
.prolong a {
	color: #000000;
}
[data-page='cart'] .js__login--button, 
[data-page='cart'] .regist_btn a{
    position: relative;
    display: block;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    max-width: 320px;
    background: #333333;
    padding: 22px 0;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    border: none;
    border-radius: 0;
    line-height: 20px;
    border: solid 1px #333333;
}

[data-page='cart'] .js__login--button:hover {
	background: #fff;
	color:#333;
}

[data-page='cart'] .regist_btn a {
    background: #ffffff;
    color: #333333;
}
[data-page='cart'] .regist_btn a:hover {
	background: #333333;
	color: #ffffff;
}

[data-page='cart'] .content--center--inner__center{
	max-width:1320px;
	width:100%;
}
[data-page='cart'] .fnc--login--fields__main{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
[data-page='cart'] .fnc--login--fields__main input{
	width: 100%;
	background: #f6f6f6;
	font-size: 14px;
	line-height: 24px;
	padding: 17px 28px;
	border-radius: 0;
	border-color: #f6f6f6;
	color: #333;
	border:0;
	outline: none;
}
.showlogin{
	text-decoration: underline;
	cursor: pointer;
}
.cart_loggin:hover{

	border-top: 3px solid #e6bdc1;
}
.cart_loggin{
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    color: #ffffff;
    background: #6099b0;
    border-top: 3px solid #e8f0fe;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    font-size: 16px;
    text-align: center;
}
.cont-page .item i {
	color: #dfb1bf;
	font-size: 16px;
	width: 16px;
}
.cont-page {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0 20px;
    border: 1px solid #eee;
    box-shadow: 3px 7px 13px 1px rgb(0 0 0 / 16%);
    background: #f6f6f6;
    height: 90%;
    position: absolute;
    z-index: 1;
    left: 2%;
}
.cont-page .item {

}
.cont-page .item .city:before {
    content: '';
    position: absolute;
    width: 30%;
    height: 2px;
    left: 0;
    bottom: 2px;
    background: #85adbf;
}
.cont-page .item .city {
	font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}
.cont-page .item .adr {
	
}
.cont-page .item .phones {
	
}
.cont-page .item .email {
	
}
.cont-page h1 {
	font-size: 25px;
}
#map {
    width: 100%;
    background: #f1f1f1;
    height: 500px;
}
.map_container{
	max-width: 1440px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.cart_title{
	margin-top:20px;
}
.cart_title h1 {
	padding: 0;
	margin-top:0;
	font-weight: 200;
	text-align: center;
	font-size: 48px;
	margin-bottom: 80px;
	color: #333;
}
.cart--page--inner--block__param textarea{
	min-height:120px;
	resize:none;
}
.cart--page--inner--block__param textarea,
.cart--page--inner--block__param input {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	background-color:#eee;
	padding: 17px 28px;
	border-radius: 0;
	border-color: #f6f6f6;
	margin: 0;
	outline: 0;
	border:0;
	color: #333;
	font: 400 13.3333px Arial;
}

.min_symb_fio,
.min_symb_surname {
	color: #ff0000;
	font-size: 12px;
} 

.total_price{
	margin:0 10px;
}
.cart--page--checkout{
	text-align: center;
	margin-top:30px;
	border-top: 1px solid #d3ced2;
	list-style: none outside;
}
.cartsumm {
	text-align:Center;
}
.cart--page--payment__line {
	display:flex;
	align-items:center;
}
.cart--page--payment__line--left {
	width:20px;
	margin-right:20px;
}
.fnc--payment--title {
	text-align:center;
	font-weight:bolder;
	padding:20px;
}
.fnc--comparision--container {
	cursor: pointer;
	cursor: hand;
}
.js__delivery--city {
	position:relative;
	z-index:5;
}
.js__cart--cities--field--container {

	position:relative;

}
.js__cart--cities--field--inner {

	      position: absolute;

    width: 100%;

    z-index: 40;

    border: 1px solid #555;

    background: #fff;

    top: 0px;

    padding-top: 10px;

    display: none;

    left: 0%;

	font-size: 14px;

	overflow:auto;

	max-height:300px;

}
.js__cart--cities--field--inner #getWarehouseBycity {

	padding:5px 10px;

	border-bottom:1px solid #eee;

	cursor:pointer;

	cursor:hand;



}
.js__cart--cities--field--inner #getWarehouseBycity:hover {

	padding:5px 10px;

	border-bottom:1px solid #eee;

	cursor:pointer;

	cursor:hand;

	background:#fbfbfb;



}
.js__delivery--warehouse {

	position:relative;

	z-index:3;

}
.js__cart--warehouses--field--container {

	position:relative;

}
.js__cart--warehouses--field--inner {

	position: absolute;

    width: 100%;

    z-index: 40;

    border: 1px solid #555;

    background: #fff;

    top: 0px;

    padding-top: 10px;

    display: none;

    left: 0%;

	font-size: 14px;

	overflow:auto;

	max-height:300px;

}
.js__cart--warehouses--field--inner #selectWare {

	padding:5px 10px;

	border-bottom:1px solid #eee;

	cursor:pointer;

	cursor:hand;



}
.js__cart--warehouses--field--inner #selectWare:hover {

	padding:5px 10px;

	border-bottom:1px solid #eee;

	cursor:pointer;

	cursor:hand;

	background:#fbfbfb;



}
.fnc--payments--line {

	display:none;

	align-items:center;

	margin:4px 0;

}
.fnc--payments--line div {

	padding:0 5px;

}
.fnc--payments--line select {

	padding: 5px 10px;

}
.fnc--pay--parts {

	display: inline-flex;

	align-items:center;

	background:var(--12-text-color);

	margin:15px 0;

	padding:20px;

}

.fnc--pay--parts div:nth-child(1) {

	padding-right:30px;

	font-size:18px;

}
.fnc--pay--parts div:nth-child(2) {

	padding-left:30px;

}


.fnc--pay--parts button{

	color:var(--1-text-color);

	background:transparent;

	font-weight:Bolder;

}
.fnc--pay--parts button:hover{

	color:var(--3-text-color);

	background:transparent;

}
.fnc--payparts--line {

	display:flex;

	padding:15px 0;

	align-items:center;

	justify-content:space-between;

	  border-bottom: 1px solid var(--12-text-color);

}



.fnc--payparts--line div:nth-child(1) {

	flex-basis:40%;

}
.fnc--payparts--line select {

	padding:4px 8px ;

}
.content--center--chapter__rating {

	display:none;

}

.fnc--rightitem--block__text {

	padding:10px 0;

}
.fnc--rightitem--block__icons {
	display:flex;
}
.fnc--rightitem--block__icons div {
	padding:5px;
}
.fnc--rightitem--block__icons  img{
	max-width:100%;
}
.pagination--mobile {
	display:none;
}
.copyright-block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 20px;
	font-size: 12px;
	justify-content: center;
	width:100%;
	border-top: 1px solid #e6e6e6;
}
.social-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-links ul li {
	 display: inline-block;
	list-style: none;
	 margin-right: 30px;
 }
.copyright-block .item {
	width: 25%;
	display:flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.footer_cont_item em:before{
	font-size: 18px!important;
}
.footer_cont_item em {

	margin-right: 7px;
}
.left_container .menu--catalog__item a,
.left_container .menu--catalog__submenu a{
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: 500;
	line-height: 19px;
	color: #332e20;
}
.anubis_med a.menu--catalog--link__active {
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -ms-transition: 0.4s;
    font-weight: 600!important;
    text-decoration: none;
    font-size: 14px;
}
.pay_for .fnc--cartlist--cell__price{
	font-size: 14px !important;
	font-weight: 500;
	width:auto;
}
.pay_for{
	display:flex;
	font-size: 14px !important;
	font-weight: 500;
	align-items:Center;
}
.text-center{
	text-align: center;
}
.mobile_lang{
	display:none;
}
.mobile_chapters{
	display:none;
}
.mobile_search{
	display:none;
}
.mobile{
	display:none;
}
.doc_view {
    cursor: pointer;
    background: #333;
    position: relative;
	padding:10px;
	margin-bottom:12px;
    color: white;
}
.label--filter--checkbox {
	content: '';
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ebebeb;
	vertical-align: middle;
	margin-right: 12px;
	position: relative;
	top: -2px;
}
  input[type=checkbox]:checked + label:before {
	font-size: 13px;
	text-align: center;
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: pink;
	left: 5px;
	top: 5px;
}
.button_cat{
	display:none;
}
.fnc--filters--item__inner--param {
	flex-grow: 1;
	padding: 0 5px;
}
.fnc--filters--title{
	font-family: Raleway,Arial,sans-serif;
	color: #332e20;
	font-size: 18px;
	padding: 0 10px 14px 10px;
	text-transform: uppercase;
	line-height: 19px;
	border-bottom: 1px solid #332e20;
	font-weight: 500;

}
.fnc--filters--button{
	margin-bottom:40px;
	margin-top:10px;
}
.fnc--filters--button button{
	background-color: #fff;
	border:1px solid #000;
	font-size: 12px;
	font-family: 'Raleway';
	font-weight: 400;
	width:100%;
	font-style: normal;
	margin-top: 30px;
	line-height: 1em;
	text-transform: uppercase;
	color: #000;
	letter-spacing: .1em;


	height: 40px;
}
.fnc--filters--button button:hover{
	background-color:#333;
	color:#fff;
}
.priceFrom{
	display:none;
}
.fnc--filters--item__inner--slider{
	display:flex;
	align-items: center;
	justify-content: center;

}
.fnc--filters--item__name{
	margin-bottom:10px;
	margin-top:10px;
}
.fnc--filters--item__inner {
	display: flex;
	padding: 3px 0;
	align-items: center;
}
  input[type=checkbox]:checked + label {
	border: 1px solid pink;
}
.doc_view_ic {
	padding: 0 10px;
}
.doc_bl {
    height: 0px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: url(/images/main/bg-element-main-screen.jpg);
    overflow: hidden;
    position: relative;
}
.doc_bl_active {
     height: 320px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: default!important;
}
.doc_view:before {
    content: "\25BC";
    position: absolute;
    width: 10px;
    height: 10px;
    right: 20px;
    top: 5px;
    font-size: 15px;
}
.doc_view_active:before {
    content: "\25B2";
    position: absolute;
    width: 10px;
    height: 10px;
    right: 20px;
    top: 5px;
    font-size: 15px;
}
.cart-page--group {
	margin-bottom: 10px;
}
.cart-page--group input{
    display: inline-block;
    width: auto;
	margin-right: 20px;
}

.cart--page--inner--block__param input.js__order--delivery,
.cart--page--inner--block__param input.js__delivery--pickup,
.cart--page--inner--block__param input#js__order--payment_liqpay,
.cart--page--inner--block__param input#js__order--payment_cash,
.cart--page--inner--block__param input#js__order--button--payment {
	margin-right: 5px;
	padding: 5px;
	background-color: #333333;
	border-color: #333333;
}

.cart-page--payment-checkbox label,
.cart--page--inner--block__param label{
	cursor: pointer;
    margin-right: 20px;
}
.cart-page--payment-checkbox{
	margin: 10px 0;
}
[data-newpost="false"]{
	display: none;
}
.cart-page--payment-title {
    margin-bottom: 10px;
}
.region{
    border: 1px solid #ebebeb;
    outline: none;
    cursor: pointer;
    color: #666;
    font-size: 14px;
    padding: 11px 5px 13px 11px;
}
.bonus_item {
    display: flex;
    align-items: center;
	padding: 7px 15px;
}
.bonus_item--promo{
	min-width: 50px;
}
.bonus_item--code {
    background: #f0f0f0;
    border: 1px solid;
	margin-left: 20px;
	min-width: 200px;
	text-align: center;
}
.js__bonus--code--letter{
	width: 100%;
    background: #f6f6f6;
    font-size: 14px;
    line-height: 24px;
    padding: 17px 28px;
    border-radius: 0;
    border-color: #f6f6f6;
    margin: 0;
    outline: 0;
    border: 0;
    color: #333;
}
.order_code {
    padding: 10px 20px;
    border: solid 1px #d1d4d7;
    max-width: 300px;
    margin: 10px 0;
}
.order_code span{
	font-family: italic;
	float: right;
}
.earnings{
    padding: 10px;
    background: #f0f0f0;
    margin: 10px 0 20px;
    max-width: 300px;
    text-align: center;
}
.fnc--cartlist--row__receipt{
	  display: block!important;
}

.recept_price,
.receipt_block {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}

.recept_price_active,
.receipt_block_active {
    opacity: 1;
    height: 100%;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}

.cart--page--container_active {
    opacity: 1;
    height: 100%;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}
.js__cart-make_receipt{
	text-decoration: none;
    width: 200px;
    height: 60px;
    color: #fff;
    background: #333;
    padding: 22px 15px;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #333;
}

.fnc--cartlist--cell__make_receipt{
	padding: 10px;
    display: block;
}
.fnc--cartlist--cell__make_receipt:first-of-type {
    flex-basis: 100%;
    flex-direction: column;
    align-items: start;
}
.promo_kod {
	display: none;
}
.promo_text {
    padding-bottom: 10px;
    display: block;
    width: 100%;
}
.radio-group {
	display: inline-block;
	width: 20%
}
.js__cart-make_receipt:disabled{
	background-color: var(--12-text-color);
	color: var(--1-text-color);
	cursor: help;
	display: none;
}
.fnc--cartlist--row__receipt input.input_receipt {
    position: absolute;
    left: -9999px;
}
.fnc--cartlist--cell__make_receipt label {
    display: block;
    margin: 0 0 0 -1px;
    padding: 8px 10px;
    border: 1px solid #BBBBBB;
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .12);
    cursor: pointer;
    text-align: center;
}
.fnc--cartlist--cell__make_receipt input:checked + label {
    background: white;
    box-shadow: inset 0 0 30px rgb(155 154 152);
}
.fnc--cartlist--cell__make_receipt label:before {
	content: "";
    display: block;
    width: 4px;
    height: 1px;
    background: var(--5-text-color);
    position: absolute;
    top: 9px;
    left: 5px;
}
.umovi_vikoristannya_saitu, .umovi_povernennya_tovaru {
	max-width: 1200px;
	margin: 0 auto;
}
.umovi_vikoristannya_saitu h1, .umovi_povernennya_tovaru h1 {
	text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 36px;
}
.fnc--cartlist--cell__make_receipt .radio-group label:nth-child(n+1):before {
	width: 4px;
    height: 5px;
}
.recept_add_block {
    display: flex;
    justify-content: space-evenly;
    padding: 25px 0;
    font-weight: 300;
    font-size: 21px;
}
.recept_add, .order_add {
    color: #fff;
    background: #333;
    padding: 20px 55px;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #333;
}
.recept_add:hover,
.order_add:hover,
.js__cart-make_receipt:hover {
	background: #fff;
    color: #333;
    border-color: #333;
}
.phone-input,
.email-input{
	background: #f6f6f6;
    font-size: 14px;
    line-height: 24px;
    padding: 17px 28px;
    border-width: 1px;
    border-radius: 0;
    border-color: #f6f6f6;
    margin: 0;
    outline: 0;
    border: 0;
    color: #333;
    min-width: 250px;
    width: 50%;
}
.info-text {
	color: red;
}
.phone-input.error,
.email-input.error{
    border: 1px solid #ff1b1b;
}
.recepte_butt {
    width: 50%;
    justify-content: center;
    padding-bottom: 20px;
    margin: 0 auto;
}
.prof_text_cart {
	color: red;
	text-align: center;
}
[data-page="cart"] .input_row{
	display:flex;
    position:relative;
	align-items: center;
	justify-content: center;margin:0 10px;
}
  [data-page="cart"] .input_row .dec{
      right:-35px;
      bottom:-10px;
}
  [data-page="cart"] .input_row .inc{
      right:-35px;
      top:-10px;
}
  [data-page="cart"] .input_row .dec,
  [data-page="cart"] .input_row .inc {
  	font-size: 0;
}
.js__quick_view--popup .itempage--left--column{
      flex-direction: column;
}
#earnings_block .earnings,
#earnings_block .js__user--data--getmoney {
	margin: 10px auto;
}
.form-group {
	text-align: left;
    max-width: 300px;
	margin: 0 auto;
}
.form-group label{
    margin: 10px 0 5px;
	display: block;
}
#earnings_block .form-group input,
#earnings_block .form-group select{
	width: 100%;
    background: #f6f6f6;
    font-size: 14px;
    line-height: 24px;
    padding: 10px;
    border-radius: 0;
    color: #333;
    border: 1px solid #ccc;
	text-align: left !important;
}
.history-item {
	display: flex;
	padding: 10px;
}
.history-item:nth-child(2n+1) {
    background: #f0f0f0;
}
.fixed .header--centerhead {
    padding-top: 5px;
    padding-bottom: 5px;
}
.fixed .menu--catalog__item a, .fixed .menu--chapters__item a{
	font-size:12px;
}
.history-item > div {
	flex-basis: 25%;
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;
}
.history-item_date,
.history-item_additional{
	text-align: center;
}
.history-item_price{
	text-align: right;
}
.history-item_price span {
	padding: 10px 20px;
}
.history-item_price .received{
	background: #00ff66;
}
.history-item_price .withdrawn{
	background: #ff1800;
	color: #fff;
}
.cart--page--checkout_error{
	display: none;
	text-align: center;
    padding: 20px;
    color: red;
}
.unround{
	border-radius: 20px 20px 0 0!important;
}
.pop_cart td{
    position:relative;
	flex-wrap: wrap;
}
.client_price,
.client_price_discount{
	flex-basis: 100%;
}
.js__cart--popup .fnc--cartlist--cell__amount {
	display: flex;
/*    flex-direction: column;*/
}
.old_price {
	text-decoration: line-through;
}
.pop_cart .client_price_discount,
.pop_cart .client_earnings,
.pop_cart .client_price {
	font-size: 18px;
}
.line_block{
	height:500px;
	background-image:url('../img/source/utils/line_block_bg.jpg');
	background-repeat: no-repeat;
	background-position:center;
	max-width:1920px;
	margin:0 auto;
	color:#fff;
}
.line_block .container .quote{
	max-width:463px;
}
.line_block .top{
	font-size: 18px;
	font-weight: 500;
	margin-bottom:15px;
	letter-spacing: 0.05em;
	line-height:25px;
}
.mk2 .inc{
      right:-20px;
      top:-5px;
}
.mk2 .dec{
      right:-20px;
      bottom:-5px;
}
.line_block .middle{
	font-size: 24px;
	font-weight: 600;
	margin: 10px 0 10px 0;
	text-transform: uppercase;
	line-height: 35px;
	letter-spacing: 0.1em;
}
.line_block .bottom{
	font-size: 15px;
	line-height: 25px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.line_block .container{
	display:flex;
	height:100%;
	align-items: center;
	justify-content: flex-end;
	max-width:1440px;
	margin: 0 auto;
	padding-right:30px;
}
#client_price, #discount_price, #earnings_by_order {
	font-weight: bold;
}
.fnc--cartlist--receipt_form{
    width: calc(35% - 2px);
    display: flex;
    justify-content: space-evenly;
}
.make_receipt_form {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fnc--cartlist--cell__total__text .total_earn {
	margin: 0 25px;
}
.receipt-sended{
	justify-content: center;
}
.fnc--cart-receipt-links{
	text-align: center;
}
.objective-additional{
	display: none;
	max-width: 500px;
}
.objective-additional h3 {
	font-weight: 500;
}
.photo label{
    display: block;
    height: 50px;
    border: 1px dotted;
    border-radius: 15px;
    width: 50px;
    text-align: center;
    box-sizing: border-box;
    line-height: 50px;
    font-size: 30px;
	margin: 10px 0 20px;
	cursor: pointer;
}
.photo label.full{
	border: none;
	width: auto;
    height: auto;
}
.uploaded {
    font-weight: 600;
    overflow-wrap: anywhere;
}
.documents-photos{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    border-bottom: solid 1px #808893;
    margin: 20px auto;
    padding: 15px 0 0 0;
}
.photo--container img{
	max-height: 100px;
}
.documents-photos .photo{
    flex-basis: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.modal{
	position:fixed;
	width:100%;
	height:0;
	top:0;
	opacity: 0;
	bottom:auto;
	left:0;
	display:flex;
	align-items: center;
	overflow: hidden;
	justify-content: center;

}
.modal_container{
	max-width:600px;
	width:100%;
	padding:30px 15px 15px 15px;
	border-radius:10px;
	background-color:#fff;
	position:relative;
	z-index:2;
}
.shadow{
	position:fixed;
	height:0;
	z-index:1;
	background-color:rgba(0,0,0,0.75);
	overflow: hidden;
	left:0;
	width:100%;
	top:0;
	bottom:auto;
	opacity: 0;
}
.policy{

}
.policy .modal_container::-webkit-scrollbar{
	width:5px;
	background-color:#fff;
}
.policy .modal_container::-webkit-scrollbar-thumb{
	background-color:#333;
}
.policy .modal_container{
	max-width:950px;
	width:100%;
	max-height:600px;
	overflow-x:hidden;
	overflow-y:scroll;
	padding-right:20px;
}
.policy .button{
	width:300px;
	height:45px;
	background-color:#333;
	color:#fff;
	font-weight:bold;
	outline: none;
	text-align: center;
	margin:40px auto 60px auto;
}
.fix_block{
	position:sticky;
	display:flex;
	align-items: center;
	justify-content: center;
	height:60px;
	bottom:-15px;
	box-shadow:1px 1px 1px 1px rgba(255,255,255,0.8);
	width:100%;
	left:0;
	right:0;
	background-color:#fff;
}
.openModal .shadow{
	opacity: 1;
	height:100%;
}
.fix{
	overflow: hidden;
	position:relative;
}
.openModal{
	height:100%;
	top:auto;
	bottom:0;
	opacity: 1;
	overflow-x:hidden;
	overflow-y:auto;
	z-index: 100;
}
.exmarksthespot{
	background-image: url(../img/source/utils/close_one.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 15px;
	top: 15px;
	opacity: .7;
	cursor: pointer;
	transform:rotate(0deg);
}
.exmarksthespot:hover{
	transform:rotate(90deg);
}
.quick_view-modal {
    position: fixed;
    top: 50%;
    left: 20%;
    background: #fff;
    width: 60%;
    transform: translate(0, -50%);
    border: 1px solid;
}
.fnc--calendar--container {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:20px 0;
}
.fnc--calendaritem--container {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.fnc--calendaritem--container div {
	flex-basis:50%;
}
.fnc--calendar--item {
	width:100%;
	padding:0 10px;
}
.fnc--calendar--item button {

    display: block;
    color: #fff;
    width: 100%;
    border:0;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    background: #d0d0d0;
    padding: 11px 28px;
}
.fnc--center--articles__listitem .js_article_quick_view{
	display: none;
}
.fnc--center--articles__listitem:hover .js_article_quick_view {
	cursor: pointer;
	display: block;
    padding: 10px;
    width: 100%;
    text-align: center;
    border: 1px solid;
    position: absolute;
    top: 15px;
    background: rgba(0,0,0,0.3);
    color: #fff;
}
.promo_generate{
	display: flex;
    align-items: center;
    padding: 20px 10px;
}
#new_promocode{
	width: 40px;
	background: transparent;
    border-color: #666;
    border-radius: 0;
    margin-right: 4px;
    text-align: center!important;
}
#promo_generated{
	min-height: 40px;
    cursor: pointer;
    padding: 10px 20px;
}
.js_generate {
    margin-left: 20px;
    padding: 10px 20px;
    background-color: #333;
    border-color: #333;
    color: #fff;
    border-radius: 0;
    min-height: 42px;
}
.client-earnings{
    font-size: 0.8em;
    margin-top: 20px;
}
.advantages {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #D9E0E2;
      margin-top: 90px;
}
.footer_container {
	display: flex;
	justify-content: space-around;
	color: #666;
	padding: 40px 0;
	margin-top:40px;
}
.widget_block {
	padding: 0 10px;
	position: relative;
	min-width: 200px;
}
.hover_text_gl {
  	position: absolute;
  	opacity: 0;
  	padding: 10px;
    background: #d9e0e2;
    color: #63656a;
    -webkit-box-shadow: 5px 6px 5px rgb(0 0 0 / 25%);
    -moz-box-shadow: 5px 6px 5px rgba(0,0,0,.25);
    box-shadow: 5px 6px 5px rgb(0 0 0 / 25%);
    z-index: 1;
    top: -50px;
    bottom: 0;
    -webkit-transform-origin: 50% calc(100% + 10px);
    transform-origin: 50% calc(100% + 10px);
    -webkit-transform: perspective(1000px) rotate3d(1,0,0,45deg);
    transform: perspective(1000px) rotate3d(1,0,0,45deg);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
}
.hover_text_gl p {
  	padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
.widget_block:hover .hover_text_gl {
    opacity: 1;
    top: -50px;
    bottom: 0;
    -webkit-transform: perspective(1000px) rotate3d(1,0,0,0deg);
    transform: perspective(1000px) rotate3d(1,0,0,0deg);
}
.widget_block:hover .htg1 {
   display: none;
}
  /*.widget_block:hover .htg2 {
    bottom: -202px;
    width: 350px;
}
.widget_block:hover .htg3 {
    bottom: -114px;
    width: 350px;
}
.widget_block:hover .htg4 {
    bottom: -180px;
    width: 350px;
}
.widget_block:hover .htg5 {
    bottom: -136px;
    width: 250px;
}
.hover_text_gl::after {
    content: '';
    position: absolute;
    top: -40px;
    border: 20px solid transparent;
    border-bottom: 20px solid #dfb1bf;
    left: 10%;
 }*/

.widget_text_name {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 8px;
	font-size: 15px;
	line-height: 22.5px;
	margin-top: 20px;
}
.widget_text_name a {
	color: #666;
}
.widget_text_name a:hover {
	color: #000;
}
.itempage--center--text ul,
.fnc--products--listhoritem__info [itemprop='description'] .short-desc ul{

	margin-top:10px;
	margin-left: 20px;
}
.itempage--center--text ul li,
.fnc--products--listhoritem__info [itemprop='description'] .short-desc ul li{
	list-style: circle;

	padding:0;
	font-size: 13px;
}
  itempage--center--text p,
.fnc--products--listhoritem__info [itemprop='description'] .short-desc p{
	margin:0;
	font-size: 13px;
	font-family: 'Raleway';
	font-weight: 400;
	line-height: 22px;
	color: #666;

}
.fnc--products--listhoritem__info [itemprop='description'] .short-desc h2{
	font-size: 14px;
	font-weight: 400;
	color: #666;
	}
.widget_text_description,
.widget_text_description a {
	font-size: 14px;
	font-family:"Raleway";
	line-height: 20px;
	margin-top: 5px;
	letter-spacing: 0.05em;
}
.mailing {
    padding: 20px 0;
    background: #d9e0e2 url(/themes/img/vidguki/banner_reg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
.mailing .fnc--feedback__title {
	padding-bottom: 0;
	padding-top: 30px;
	font-size: 24px;
	font-weight: bold;
}
.mailing .fnc--feedback__title span {
  	display: block;
  	font-size: 14px;
  	margin-top: 20px;
}
.mailing .fnc--feedback__title h2,
.mailing .fnc--feedback__title h3 {
	margin: 0;
}
.mailing_but {
  	display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}
.mailing_but a {
    color: #fff;
    background: #333;
    padding: 20px;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mailing_but a:hover {
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
}
.mailing_title {
	font-size: 15px;
	color: #63656a;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 19px;
	text-transform: uppercase;
}
.mailing .fnc--feedback--main {
	max-width: 400px;
	margin: 0 auto;
	width: 100%;
}
.mailing input {
	border: none!important;
	border-bottom: 1px solid #646464!important;
	color: #444!important;
	font-size: 15px!important;
	letter-spacing: .08em!important;
	margin-bottom: 20px!important;
	background: #d9e0e2!important;
}
.mailing input:focus {
	background: #fff!important;
}
.mailing .fnc--feedback--main__param {
	position: relative;
}
.mailing button {
	position: absolute;
	right: 10px;
	top: 25%;
	background: none;
	border: none;
}
  input.fail--input {
	border-bottom: 1px solid var(--14-text-color)!important;
	background: #ff000017!important;
	opacity: 1!important;
}
.mailing input[type=checkbox] {
	width: 16px;
	height: 16px;
	margin: 0 10px 0;
	display: inline-block;
	vertical-align: text-top;
	cursor: pointer;
	border: 2px solid #cacaca;
	background: transparent;
}
.politics {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
}
.fail--input ~ .politics {
	color: red;
}
.footer_menu {
	padding: 75px 0 40px;
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
}
.footer_menu_block_it {
	width:20%;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}
.footer_menu_block_it:nth-child(1) {
	width: 20%;
}
.footer_menu_block_it:nth-child(2) {
	width: 25%;
}
.smaller_col {
	width:15%;
}
.footer_menu_block {
	display: flex;
	justify-content: space-between;
}
.footer_menu_block_it img.footer_logo {
	max-width: 155px;
	height: auto;
}
.footer_menu_block_it .title_footer {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 8px;
	margin-top: 0;
	color: #666;
}
.footer_menu_block_it ul {
	padding: 0;
	list-style: none;
}
.footer_menu_block_it ul li{
	margin-bottom:15px;
	margin-left: 0;
	vertical-align: middle;
}
.footer_menu_block_it ul li a {
	font-size: 12px;
	letter-spacing: .06em;
	color: #63656a;
}
.footer_menu_block_it ul li a:hover {
	border-bottom: 1px solid rgba(161,223,211,1);
	text-decoration: none;
}
.footer_menu_block_it .contacts_ul span {
    border-right: 1px solid #63656a;
    width: 40px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 10px;
}
.footer_menu_block_it ul li.time_w_li {
	font-size: 12px;
}

.info_link{
		letter-spacing: .06em;
	}
.footer_menu_block_it .contacts_ul span svg{
	width: 16px;
	height: 20px;
	opacity: 0.5;
}
.footer_line {
	border-top: 1px solid #b2b2b2;
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}
.footer_line .footer_line_container {
	display: flex;
	justify-content: center;
}
.footer_line .footer_line_container div{
	padding: 0px 5px;
	border-right: 1px solid #b2b2b2;
	display: block;
	margin: 10px 0;
}
.footer_line .footer_line_container div:last-child {
  	border-right: none;
}
.payment_online {
    display: flex!important;
}
.payment_online img {
	  max-height: 20px;
	  padding: 0 5px;
	}
.footer_line a {
	color: #666;
}
.footer_line a:hover {
	color: #000000;
}
.last_line{
	max-width:100%;
}
.catalog_block {
	width: 100%;
}
.catalog_block h1{
	color: #ffffff;

	margin-bottom:25px;
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 10px 10px 10px 15px;
	margin-right: 14px;
}
.packs .catalog_block .header{
	background-color: #6099b0;
}
.green .catalog_block .header{
	background-color:#a0d2c7;
}
.pink .catalog_block .header{
	background-color: #e6bdc1;
}
.blue .catalog_block .header{
	background-color: #6e88a3;
}
.podarunkovi_sertifikati .catalog_block .header {
	background: #a0d2c7;
}

.podarunkovi_sertifikati .itempage--center--text {
	display: none;
}

.left_slider .fnc--products--listitem,
.left_slider .fnc--products--listitem:hover{
	box-shadow:none;
}
.left_slider .fnc--products--listitem{
	display:flex!important;
	flex-direction:row;
	min-height:unset;
	width: 100% !important;
}
.left_slider .fnc--products--listitem__icon {
		left: 0;
		top: 5px;
	}
.left_slider .itempage--item--image__icons .icon, 
.left_slider .fnc--items--slider__icon .icon, 
.left_slider .fnc--products--listitem__icon .icon {
		padding: 0;
		font-size: 10px;
		width: 40px;
	}
.left_slider .fnc--products--listitem img{
	max-width:120px;
	width:100%;
	box-sizing: border-box;
}
.left_slider .fnc--products--listitem__main{
	flex-direction: row;
	width:335px;
}
.left_slider .fnc--products--listitem__name {
	max-width:200px;
}
.left_slider .slick-track{
		display:block;
}
.left_slider .fnc--products--listitem__name a{
	font-size: 12px;
	font-family: 'Raleway';
	text-align: left;
	display: block;
	width:100%;
	font-weight: 500;
	font-style: normal;
	line-height: 1.267em;
	text-transform: none;
	color: #5e5e5e;
	letter-spacing: 0em;
}
.fnc--column--catalog__title svg{
	width:20px;
	height:20px;
}
.fnc--column--catalog__title{
	margin-bottom:20px;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.fnc--column--catalog__title,
.some_cat_header{
	font-family: Raleway,Arial,sans-serif;
	color: #332e20;
	font-size: 18px;
	padding:0 10px;
	text-transform: uppercase;
	line-height:19px;
	border-bottom:1px solid #332e20;
	font-weight: 500;
	padding-bottom: 14px;
}
.left_slider .fnc--products--listitem__image{
	height:auto;
	position:relative;
}
.left_news .block{
	cursor: pointer;
	display:flex;
	align-items: center;
	justify-content: center;
}
.left_news .block1{
	width:330px;
	height:500px;
	position:relative;
	background-image:url('../img/source/utils/news_img.jpg');
	background-repeat: no-repeat;
	background-position:center;
}
.left_news .block2 .text .top{
	white-space: nowrap;
	font-size: 30px;
	line-height: 55px;
	font-weight: 800;
	color: rgb(255, 255, 255);
	font-family: Raleway;
	text-align: center;
	letter-spacing: 7px;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	transform-origin: 50% 50% 0px;
}
.left_news .block2 .text{
	flex-direction: column;
	display:flex;
	align-items: center;
	justify-content: center;
}
.left_news .block2{
	width:330px;
	height:280px;
	margin-top:25px;
	background-color: #d9e0e2;
}
.left_news .block2 .text .middle{
	white-space: nowrap;
	font-size: 40px;
	line-height: 55px;
	font-weight: 500;
	color: rgb(255, 255, 255);
	font-family: Raleway;
	text-align: center;
	letter-spacing: 3px;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	transform-origin: 50% 50% 0px;
}
.left_news .block2 .text .bottom{
	white-space: nowrap;
	font-size: 13px;
	line-height: 20px;
	margin-top:30px;
	font-weight: 500;
	color: rgb(255, 255, 255);
	font-family: Raleway;
	text-align: center;
}
.left_slider .fnc--products--listitem:hover img{
	filter:blur(5px);
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}
.mobile_utils,.mobile_logo{
	display:none;
}
.languageact {
  	font-weight: 800;
}
.doc_view {
	display: none;
}
.hypercats {
	display: none;
}
.not_available {
	display: flex;
	order: 3;
}
.not_available:hover .fnc--products--listitem__main {
	opacity: 1;
}
.not_available .fnc--products--listitem__main {
	opacity: 0.4;
}
.not_available .addCt {
	display: none;
}
.in_order {
	display: flex;
	order: 1;
}
.nalich_tov {
    color: red;
    font-size: 20px;
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.not_available .nalich_tov {
	display: flex;
}
.itempage--center--clock > div{
	display: inline-block;
}


.fon_btn_fil{
	opacity: .2;
	-moz-filter: blur(6px);
    -o-filter: blur(6px);
    -webkit-filter: blur(6px);
    filter: blur(6px);

	transition-duration: 0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
}

/*.fon_btn_fil:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 11111111;
    background-image: url(/themes/img/load.gif);
    position: absolute;
    background-size: 100%;
    background-position: center;
}*/

.itempage--center--timer {
	width: max-content;
}

.itempage--center--timer__title {
    font-size: 18px;
    font-weight: bold;
    color: #ff0000;
}

.itempage--center--clock {

}

.itempage--center--number, 
.itempage--center--deliver {
	font-size: 18px;
    color: #ff0000;
}

.reg_ok {
	background: #d9e0e2!important;
}

.reg_ok .js__registration--info {
	color: #332e20!important;
}


.discont_compl_n {
    background: #ff000026;
}
.discont_compl {
    background: #00800026;
}

#promocode_zone {
    position: relative;
}

.inp_l {
    opacity: 0;
}

.inp_l_compl {
    opacity: 1;
    position: absolute;
    right: 20px;
    bottom: 15px;
    font-size: 20px;
    color: green;
    font-weight: bold;
    transition: all 0.3s linear;
    top: 50%;
}


.blog_url {
	display: none;
}

.header--underhead .contacts,
.header--underhead .pro_nas {
	display: none;
}

.cena_by_boxy {
	text-decoration: line-through;
    padding-right: 10px;
    font-size: 14px;
    z-index: 1;
}


/* podarunkovi_sertifikati */

.itempage--center--option__dropdown {
	display: none;
}

.itempage--center--option--img {
	width: 50px;
	height: auto;
	display: none;
}
.itempage--center--options {
    background: #f7f7f7;
    padding: 10px 20px;
    margin: 10px 0 0;
    width: max-content;
    text-align: center;
}

.itempage--center--option--checkbox input:checked + label,
.itempage--center--option--checkbox input:checked {
	background: #e6bdc1;
    color: white;
}

.itempage--center--option--nameinner {
	display: none;
}

.itempage--center--option--checkbox .label--filter--checkbox {
	width: auto;
    height: auto;
    padding: 10px 20px;
    cursor: pointer;
}
.itempage--center--option--name {
	margin: 0 0 20px;
}

.podarunkovi_sertifikati .fnc--products--listitem {
	width: 33%;	
    margin: 0;
}

.podarunkovi_sertifikati .fnc--itemshow--container {
	display: none;
}
.podarunkovi_sertifikati .fnc--products--listitem__name {
	display: none;
}
.podarunkovi_sertifikati .fnc--products--listitem__image {
	height: auto;
}
.podarunkovi_sertifikati .fnc--products--listVer {
	margin: 75px 0;
}

.itempage--center--checks {
	display: flex;
}

.podarunkovi_sertifikati .itempage--item--image img{
	width: 100%;
}

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



.faq_serificate {

}


.sertificate_text_bl {

}


.sertificate_text_title {
    background: #d9e0e2;
    padding: 20px;
}
.sertificate_text_title h3 {
	padding: 0;
    margin: 0;
}

.sertificate_text_content {

}


.rounded {
	counter-reset: li; 
	list-style: none; 
	padding: 0 50px;
}

.rounded li {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    margin: .5em 0;
    background: #f3f3f3;
    color: #444;
    text-decoration: none;
    transition: .3s ease-out;
}
.rounded li:hover {
/*	background: #e4adbc;*/
}
/*.rounded li:hover:before {transform: rotate(360deg);}*/
.rounded li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -1.3em;
	top: 50%;
	margin-top: -1.3em;
	background: #8FD4C1;
	height: 2em;
	width: 2em;
	line-height: 2em;
	border: .3em solid white;
	text-align: center;
	font-weight: bold;
	border-radius: 2em;
	transition: all .3s ease-out;
}


.podarunkovi_sertifikati .item_summary .itempage--center--code,
.podarunkovi_sertifikati .item_summary .itempage--center--status,
.podarunkovi_sertifikati .item_summary .itempage--center--prices {
	display: none;
}


/* END podarunkovi_sertifikati */


/* str_sertifikate */

.promo_str_serificate {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    line-height: 30px;
}

.how_to_promo {
    text-align: center;
    font-size: 20px;
}

.how_to_promo h1 {
    margin-bottom: 20px;
    font-size: 36px;
}

.how_to_promo_text {

}

.how_to_promo .promo_cod {
    border: 3px dotted;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.how_to_promo_cont {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.how_to_promo_cont h2 {

}

.how_to_promo_cont img {
	transition: 1s;
}

.how_to_promo_cont img:hover {
    transform: scale(1.05);
}

.how_to_promo_cont ul {
	position: relative;
    font-size: 18px;
}

.how_to_promo_cont ul li {
	position: relative;
}

.how_to_promo_cont ul li:before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fcccff;
    top: 10px;
    left: -20px;
}

.how_to_promo_cont ul a {
	font-weight: bold;
}


.copied {
	background: #3bb93b;
    color: white;
    font-size: 14px!important;
}


@media (max-width: 1100px) {
	.how_to_promo .promo_cod {
	    display: block;
	    width: max-content;
	    margin: 20px auto;
	}
	.how_to_promo_cont {
	    margin-top: 20px;
	    flex-wrap: wrap;
	    flex-direction: column-reverse;
	    max-width: 80%;
    	margin: 0 auto;
	}

}

@media (max-width: 700px) {

	.how_to_promo_cont {
		max-width: 90%;
	}

	.how_to_promo_cont img {
		width: 100%;
		height: auto;
	}

	.how_to_promo_cont ul li:before{
    	left: -18px;
	}


}


.advantages {
    margin-top: 0;
}
.one_block_l {
    display: flex;
    margin-bottom: 50px;
}

.one_block_l .one_block_l_2 {
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    width: 100%;
    flex-direction: column;
    background: #F3F3F3;
}
.one_block_l_2 {

}
.one_block_l_2 img {
      max-width: 700px;
}

.one_block_l_2 h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}
.one_block_l_2 a,
.add_type_cer a,
.reviews_cer .btn_rew,
.ques_btn {
    width: 200px;
    height: 40px;
    background: #333333;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 78px;
    border: 1px solid #333;
}

.one_block_l_2 a:hover,
.add_type_cer a:hover,
.reviews_cer .btn_rew:hover,
.ques_btn:hover {
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
}

.btn_rew {
	margin: 20px auto 0!important;
}
.ser_text {
	display: flex;
	align-items: center;
}

.ser_text_bl {

}

.tip_certificate {
	margin-top: 135px;
    display: flex;
}

.tip_certificate h3 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 0;
}

.tip_certificate_bl img {
	max-width: 635px;
}


.tip_certificate_bl:nth-child(2) {
	margin-left: 60px;
}

.nominal_cer,
.type_cer {
	margin-top: 65px;
	display: flex;
    justify-content: space-between;
}

.type_cer {
	margin-top: 30px;
}


.nominal_cer button,
.type_cer button {
	width: 150px;
	height: 50px;
	background: #F7F7F7;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}

.type_cer button:last-child {
	opacity: 0;
}

.nominal_cer button span,
.type_cer button span {
	font-size: 18px;
	line-height: 21px;
	color: #686868;
}

.nominal_cer button.active,
.type_cer button.active {
	background: #E6BDC1;
}

.nominal_cer button.active span,
.type_cer button.active span  {
	color: #FFFFFF;
}
/*
.nominal_cer button:nth-child(1).active {
	background: #8FD7CE;
}

.nominal_cer button:nth-child(3).active {
	background: #9AC5DD;
}
*/

.add_type_cer {
	margin-top: 70px;
}


.etapy_cer {
	margin-top: 135px;
}

.etapy_cer h3 {
	font-size: 24px;
    font-weight: 700;
}

.etapy_cer_bl {
    margin-top: 125px;
    display: flex;
    justify-content: space-around;
    background: url(/themes/img/podarunkovi_sertifikati/Line.png) no-repeat;
    background-size: contain;
    padding: 20px 0;
    background-position: -15px 10px;
}

.etapy_cer_bl_s {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;	
}

.etapy_cer_bl_s span {
	margin-top: 20px;
	text-align: center;
}


.reviews_cer {
	margin-top: 125px;
}

.reviews_cer_bl {
	display: flex;
}

.reviews_cer_bl_elem {
	display: flex;
	position: relative;
	padding-bottom: 50px;
}

.reviews_cer_bl_elem_in:after {
	content: "";
    position: absolute;
    background: #ffffff url(/themes/img/podarunkovi_sertifikati/down_arrow.svg) no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    cursor: pointer;
}

.reviews_cer_bl_elem_in {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.reviews_cer_sl {
	margin-top: 75px;
	padding-bottom: 50px;
}

.reviews_cer_name {
	margin: 10px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	color: #686868;
}

.reviews_cer_text {
	margin-top: 20px;
    height: 75px;
    overflow: hidden;
    font-size: 16px;
	line-height: 19px;
	width: 90%;
    text-align: center;
    position: relative;
    cursor: pointer;
/*    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;*/
}

.reviews_cer_text:before {
    content: "";
    position: absolute;
    background: #ffffff url(/themes/img/podarunkovi_sertifikati/more-horizontal.svg) no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    bottom: -4px;
    right: 5px;
    padding: 0 2px 0 10px;
    cursor: pointer;
}


.click_reviews_cer_bl_elem .reviews_cer_bl_elem_in:after {
	-moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
    cursor: pointer;
}

.click_reviews_cer_bl_elem .reviews_cer_text {
	height: auto;
}

.click_reviews_cer_bl_elem .reviews_cer_text:before {
	display: none;
}


.questions_cer {
	margin: 125px 0;
}

.questions_cer_bl {
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-end;
}




.questions_cer_bl_elem {
	width: 33%;
	height: 175px;
}

.questions_cer_bl_elem_title {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.questions_cer_bl_elem_title h4 {
	margin: 0 10px;
	max-width: max-content;
	width: 100%;
}

.questions_cer_answer {
    margin: 0 auto;
    max-width: 250px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 7px 8px rgb(194 209 217 / 40%);
    border-radius: 5px;
    padding: 0px 10px;
    height: 0;
    overflow: hidden;
}

.questions_cer_bl_elem_act .questions_cer_answer {
	padding: 20px 10px;
	height: auto;
}

.questions_cer_bl_elem_act .questions_cer_bl_elem_title svg:nth-child(3) {
	-moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.questions_cer_btn {
	display: flex;
    justify-content: center;
}

.questions_cer_btn .ques_btn {
	margin-top: 0;
}


.advantages_l {
	max-width: 1100px;
	margin: 0 auto;
}
.advantages_l h3 {
    font-size: 24px;
    font-weight: 700;
    color: #686868;
    text-transform: uppercase;
    text-align: center;
    margin-top: 67px;
}
.advantages_ul {
	display: flex;
    margin-top: 70px;
    position: relative;
}
.advantages_li {
	width: 25%;
    text-align: center;
}
.advantages_li p {

}

@media (max-width: 1300px) {

	.str_podar_cert {

	}

	.ser_text {
	    flex-wrap: wrap;
	    justify-content: center;
	    padding: 0 20px;
	}
	.ser_text br {
		display: none;
	}

}

@media (max-width: 1050px) {

	.one_block_l {
	    flex-wrap: wrap;
	}

	.one_block_l_2 a {
	    margin-top: 20px;
	}
	.tip_certificate {
		flex-wrap: wrap;
	    justify-content: center;
	    text-align: center;
	}
	.tip_certificate_bl:nth-child(2) {
	    margin-left: 0;
	}
	.nominal_cer button, .type_cer button {
    	width: 30%;
    }

    .etapy_cer_bl {
    	margin-top: 75px;
    }

    .questions_cer_bl_elem_title {
    	max-width: max-content;
    	width: 100%;
    }


}

@media (max-width: 800px) {

	.podarunkovi_sertifikati .fnc--products--listitem {
	    width: 100%;
	}
	.advantages_ul {
	    flex-wrap: wrap;
	}
	.advantages_li {
	    width: 50%;
	    margin-bottom: 50px;
	}
	.one_block_l_2 img {
	    max-width: 800px;
	}
	.etapy_cer_bl {
		flex-wrap: wrap;
		background: none;
	}

	.etapy_cer_bl_s {
		width: 50%;
		margin-bottom: 50px;
	}

	.questions_cer_bl {

	}
	.questions_cer_bl_elem {
	    width: 100%;
	    height: 75px;
	}
	.questions_cer_bl_elem_act {
		height: auto;
		margin-bottom: 20px;
	}
	.questions_cer_answer {
		max-width: 90%;
	}
	.questions_cer_bl {
		padding: 0 20px;
	}

	.questions_cer_btn {
		margin-top: 20px;
	}

	.reviews_cer_sl {
		padding: 0 50px 50px;
	}
	.reviews_cer_text:before {
	    right: 0;
	    padding: 0 15px;
	}

	.str_podar_cert h3 {
		line-height: 30px;
	}

	.tip_certificate_bl:nth-child(2) {
    	padding: 0 20px;
	}
	.type_cer button span {
		font-size: 15px;
	}
}

@media (max-width: 600px) {

	.one_block_l_2 img,
	.ser_text_bl img,
	.tip_certificate_bl img {
		width: 100%;
	}

	.tip_certificate,
	.etapy_cer,
	.reviews_cer,
	.questions_cer {
		margin-top: 50px;
	}
	.reviews_cer_sl {
	    padding: 0 20px 50px;
	}

	.content_review-pop .fnc--feedback--main__line {
		width: 100%!important;
	}
	.cert--popup {
		padding: 70px 20px 50px!important;
	}
	.etapy_cer_bl_s span br {
	     display:none;
	 }

}

@media (max-width: 400px) {
	.etapy_cer_bl_s {
	    width: 100%;
	}
	.type_cer {
		flex-wrap: wrap;
	}
	.type_cer button {
		width: 48%;
	}
	.type_cer button:last-child {
		display: none;
	}

}





.st_h {
	font-size: 24px;
    max-width: max-content;
    margin: 0 auto;
    line-height: 19px;
    color: #686868;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    margin-bottom: 25px;
    font-weight: 500;
    letter-spacing: .15em;
    padding: 0 20px 12px;
}

.content_review-pop .fnc--feedback__title {
	padding-top: 0;
}

.content_review-pop .fnc--feedback--main {
	display: flex;
    flex-wrap: wrap;
}

.content_review-pop .fnc--feedback--main__line {
	margin: 10px auto;
    width: 33%;
    padding: 0 10px;
}

.content_review-pop .feedback_text {
	width: 100%;
}
.content_review-pop .feedback_text textarea {
	width: 100%;
    background: #f6f6f6;
    font-size: 14px;
    font-family: Arial;
    resize: none;
    line-height: 24px;
	padding: 10px 15px!important;
    border-radius: 0;
    color: #333;
    border: 1px solid #33380f;
}
.content_review-pop input {
	padding: 10px 15px!important;
}


.js__body--background {
	left: 0;
}

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

    max-width: 1025px;
    width: 100%;
    padding: 70px 65px 50px;
}

@media (max-width: 1050px) {
	.one_block_l_2:nth-child(2) {
		padding-bottom: 20px;
	}

}





/* END str_sertifikate */



/* verification */

.examination {
	margin-top: 10px;
}
.js__order--checkout:disabled {
    opacity:0;
    cursor: default;
}
.js__order--checkout:disabled:hover{
    color: #fff;
    background: #333;   
}
.qesh {
	font-size: 16px;
}
.qesh span {
    font-size: 20px;
    font-style: italic;
    display: block;
    max-width: 115px;
    margin: 10px auto;
    background: #d5d5d5;
    padding: 5px;
    position: relative;
    background: linear-gradient(
45deg, #d9e0e2 25%, #d5d5d5 0, #d5d5d5 50%, #d9e0e2 0, #d9e0e2 75%, #d5d5d5 0);
    background-size: 42.426406871px 42.426406871px;

    overflow: hidden;
}
.qesh span:after{
	content: "";
    position: absolute;
    left: 42px;
    width: 100%;
    height: 1px;
    background: white;
    transform: rotate( -30deg );
}
.qesh span:before{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.qesh span b:nth-child(1){
	color: #b3b3b3;
}
.qesh span b:nth-child(2){
	color: #fdfdfd;
	font-size: 22px;
}
#ans {
    border: 1px solid #333;
    text-align: center;
    padding: 5px 0;
    width: 90px;
    border-radius: 0;
}
#ans::-webkit-inner-spin-button { 
  display: none;
}
#ans_b {
    text-decoration: none;
    color: #ffffff;
    background: #333333;
    padding: 5px 10px;
    font-size: 13px;
    border: none;
}




.cart--page--checkout .button {
	margin: 20px auto;
    width: 100%;
    max-width: 360px;
    background: #333;
    align-items: center;
    justify-content: center;	
    cursor: pointer;
    color: white;
    border: none;
    padding: 22px 15px;
}

#varif_num:focus {
	border: 1px solid var(--5-text-color);
	box-shadow: none;
}

.varif_input {
	display: flex;
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
}
#varif_num {
	border-radius: 0;
}

.add_change_number {
    max-width: 200px;
    margin: 10px auto;
    text-align: left;
}

.add_change_number_d {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
}

.add_change_number a{
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
}
.cart--page--inner--block__param .js__order--phone:active {
	background-color: #eee;
}

/* END verification */


/* cookie */


#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: -250px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 1111;
}

#cookie_notification:hover {
	opacity: 1!important;
}

#cookie_notification p{
    margin: 0;
    font-size: 0.8rem;
    text-align: left;
    line-height: 18px;
}
#cookie_c {
    font-size: 20px!important;
    margin-right: 20px!important;
}
.cookie_accept {
	color: #fff;
    background: #333;
    padding: 10px;
    height: 35px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookie_accept:hover {
    background-color: #fff;
    color: #333;
    border: 1px solid #333
}
#cookie_notification a {
	text-decoration: revert;
}
@media (min-width: 576px){
  #cookie_notification.show{
    display: flex;
  }
  .cookie_accept{
    margin: 0 0 0 25px;
  }
}

@media (max-width: 575px){
	#cookie_notification {
		bottom: -250px;
		padding: 10px;
	}
	#cookie_notification.show{
		display: block;
		text-align: left;
	}
	.cookie_accept{
		margin: 10px 0 0 0;
	}
	#cookie_c {
		display: none;
	}
	#cookie_notification a {
		display: block;
	}
}

/* END cookie */


/* valentin day */
.valentin_d {
	padding: 0;
    margin: 0;
    line-height: 0;	
    display: flex;
    justify-content: center;
    background: url(/themes/img/valentin_day/vd14.jpg) no-repeat;
    height: 32px;
    background-position: center;
}



@media (max-width: 500px) {
	.valentin_d {
		background-size: 300%;
   		background-position: top;
    	height: 25px;
	}
}



/* END valentin day */

/* Video in Item */

.video_item {
	height: 200px;
    overflow: hidden;
    position: relative;
    margin: 0 5px 5px;
}

.video_item video {
	width: 100%;
	filter: blur(2px);
}

.video_item a:before {
    content: "";
    position: absolute;
    background-image: url(/themes/img/click_b.png);
    background-size: 100%;
    width: 75px;
    height: 75px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30%;
    z-index: 1;
}
.video_item a:hover:before {
    background-image: url(/themes/img/click_b_h.png);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}


/* END Video in Item */

/* str. Vidguki */


.feedback_page {
	display: flex;
	flex-direction: column;
}
.feedback_all {

}
.feedback_head_page {
	text-align: center;
    background: url(/themes/img/vidguki/banner.jpg);
    max-width: 1400px;
    height: 500px;
    margin: 10px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.feedback_head_page h1 {
	font-size: 35px;
	font-weight: 700;
	line-height: 56px;
	letter-spacing: 0em;
}

.feedback_head_page h2 {
    background: rgba(255, 255, 255, .8);
    padding: 20px 40px;
    font-size: 25px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0em;
}
.feedback_head_page h2 b{
	background: #b3b3b3;
    padding: 0 5px 3px;
    color: white;
}
.feedback_products {
	max-width: 1000px;
    margin: 0 auto;
}

.feedback_products h3 {
	font-size: 30px;
    text-align: center;
    margin: 50px;
}

.bef_text_form {
	text-align: center;
	margin: 50px 0;
}

.feedback_products_all {
	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	align-items: center;
}
.feedback_produc {
	display: flex;
  	flex-direction: row;
  	align-items: center;
  	justify-content: center;
	width: 100%;
	padding: 20px 0;
  	border-bottom: solid 2px #b3b3b3;
}

.feedback_produc:last-child {
	border: none;
}

.feedback_produc_img {
	width: 50%;
	display: flex;
	justify-content: center;
}
.feedback_produc_img img {
	max-width: 250px;
	max-height: 250px;
}

.feedback_produc_title {
		width: 50%;
    display: flex;
    flex-direction: column;
}
.feedback_produc_title span {

}

.feedback_forms {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.form_feedback {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 800px;
  }
.form_feedback textarea {
    width: 100%;
    display: block;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
}
.container_form_feedback {
  position: relative;
  width: 100%;
  margin: 20px;
}

.feedback_forms .counter {
    position: absolute;
    bottom: 5px;
    right: 17px;
    background: #f8f8f8;
    padding: 8px;
}

#button_feedback_forms {
    color: #fff;
    background: #333;
    padding: 10px;
    height: 35px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
#button_feedback_forms:disabled {
	background: #c7c7c7;

}

#button_feedback_forms:hover {
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
}

.feedback_forms #aaaa {
	background: #c7c7c7;
}

.view_page_err {
    background: url(/themes/img/vidguki/banner_reg.jpg) no-repeat;
    background-size: 100%;
    height: 300px;
    max-width: 1920px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.view_page_err h1 {
	font-size: 28px;
}

.mailing_but_vidguki {
	margin: 35px 0!important;
}
.subm_form {
	padding: 50px;
    color: green;
    font-weight: bold;
}

/* END str. Vidguki */

/* ÐšÐ¾Ñ€Ð·Ð¸Ð½Ð° 200 Ð³Ñ€Ð½ Ð¿Ñ€ÐµÐ´Ð¾Ð¿Ð»Ð°Ñ‚Ð° */

.info_pay_nalog {
    position: relative;
    right: -5px;
    border: solid 1px red;
    color: red;
    border-radius: 50%;
    padding: 0 7px;
}

.timework_info {
    position: absolute;
    top: -2px;
    right: -10px;
    border: solid 2px red;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info_deliv_bl {
    position: absolute;
    top: 0;
    width: 100%;
}

.timework b {
    border: solid 1px;
    border-radius: 50%;
    font-size: 11px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    right: -25px;
    cursor: help;
}


.info_deliv {
    opacity: 0;
    position: absolute;
    bottom: 10px;
    background: #ededed;
    padding: 10px 40px 10px 10px;
    text-align: center;
    width: auto;
    border: solid 1px red;
    z-index: 100;
    visibility: hidden;
}

.visible_nalog .close {
    top: 10px;
    margin-top: 0px;
    position: absolute;
    right: 10px;
    margin-right: 20px;
    display: block;
}
.visible_nalog {
    opacity: 1;
    visibility: visible;

}
.cart-page--payment-checkbox {
    position: relative;
}
/* scrio */



.fnc--perpage--items {
	display: none;
}



.content--center--page--cart .cart--page--inner__left .cart--page--inner__line:nth-child(1) {
	display: none;
}

.info_pay_nalog,
.info_deliv_bl {
    display: none;
}



/* liqpuy */
/*#payment_way #liqpay {
	display: none;
}
*/
