/*Подключение шрифтов*/

@font-face {
	font-family: 'Raleway';
	src: local('Raleway Regular'), local('Raleway-Regular'), url('fonts/ralewayregular.woff2') format('woff2'), url('fonts/ralewayregular.woff') format('woff'), url('fonts/ralewayregular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway';
	src: local('Raleway Italic'), local('Raleway-Italic'), url('fonts/ralewayitalic.woff2') format('woff2'), url('fonts/ralewayitalic.woff') format('woff'), url('fonts/ralewayitalic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'Raleway';
	src: local('Raleway Bold'), local('Raleway-Bold'), url('fonts/ralewaybold.woff2') format('woff2'), url('fonts/ralewaybold.woff') format('woff'), url('fonts/ralewaybold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway';
	src: local('Raleway Bold Italic'), local('Raleway-BoldItalic'), url('fonts/ralewaybolditalic.woff2') format('woff2'), url('fonts/ralewaybolditalic.woff') format('woff'), url('fonts/ralewaybolditalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: 'Raleway';
	src: local('Raleway Light'), local('Raleway-Light'), url('fonts/ralewaylight.woff2') format('woff2'), url('fonts/ralewaylight.woff') format('woff'), url('fonts/ralewaylight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway';
	src: local('Raleway Light Italic'), local('Raleway-LightItalic'), url('fonts/ralewaylightitalic.woff2') format('woff2'), url('fonts/ralewaylightitalic.woff') format('woff'), url('fonts/ralewaylightitalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'Raleway';
	src: local('Raleway Medium'), local('Raleway-Medium'), url('fonts/ralewaymedium.woff2') format('woff2'), url('fonts/ralewaymedium.woff') format('woff'), url('fonts/ralewaymedium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway';
	src: local('Raleway Medium Italic'), local('Raleway-MediumItalic'), url('fonts/ralewaymediumitalic.woff2') format('woff2'), url('fonts/ralewaymediumitalic.woff') format('woff'), url('fonts/ralewaymediumitalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: 'Droid Serif';
	src: local('Droid Serif'), local('DroidSerif'), url('fonts/droidserif.woff2') format('woff2'), url('fonts/droidserif.woff') format('woff'), url('fonts/droidserif.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Droid Serif';
	src: local('Droid Serif Italic'), local('DroidSerif-Italic'), url('fonts/droidserifitalic.woff2') format('woff2'), url('fonts/droidserifitalic.woff') format('woff'), url('fonts/droidserifitalic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'Droid Serif';
	src: local('Droid Serif Bold'), local('DroidSerif-Bold'), url('fonts/droidserifbold.woff2') format('woff2'), url('fonts/droidserifbold.woff') format('woff'), url('fonts/droidserifbold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Droid Serif';
	src: local('Droid Serif Bold Italic'), local('DroidSerif-BoldItalic'), url('fonts/droidserifbolditalic.woff2') format('woff2'), url('fonts/droidserifbolditalic.woff') format('woff'), url('fonts/droidserifbolditalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: 'Lazurski';
	src: local('lazurski-bold'), local('lazurski-bold'), url('fonts/lazurski-bold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

/*Сброс стандартных стилей*/

body, h1, h2, h3, h4, h5, h6, a, ol, ul, li, p, img {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	border: 0px;
	outline: none;
	background-color: transparent;
}

input {outline: none;}

/*Шапка стилей*/

html, body {width: 100%;}

body {color: #454545;background-color: #ffffff; font: 14px/21px 'Raleway', Arial, sans-serif;}

/*Типографика*/

h1, h2, h3, h4, h5, h6 {color: #333333; margin-bottom: 1em;}
h1, .h1 {
	margin-bottom: 30px;
	font-size: 28px;
	line-height: 32px;
	font-family: 'Droid Serif', sans-serif;
	text-transform: uppercase;
	color: #131518;
}
.h1_line {
	padding-bottom: 12px;
	border-bottom: 1px solid #363636;
}
h2, .h2 {
	font-family: 'Droid Serif', sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: #010101;
}
h3, .h3 {
	font-family: 'Droid Serif', sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #010101;
}
h4, .h4 {
	font-size: 18px;
	line-height: 20px;
	color: #010101;
}
h5, .h5 {
	font-size: 16px;
	line-height: 20px;
	color: #010101;
}
h6, .h6 {
	font-size: 16px;
	line-height: 20px;
	color: #999999;
}

a {color: #276ab5;}
a:hover {color: #ff2020;}
.text-block a:visited {color: #7729b3;}
.text-block a:visited:hover {color: #ff2020;}
a.dashed {}

.text-block p, .text-block div {margin-bottom: 1em;margin-top: 1em}

.text-block ul {
	margin-bottom: 20px;
}
.text-block ul ul,
.text-block ul ol,
.text-block ol ul,
.text-block ol ol {
	padding-top: 20px;
}
.text-block ul > li {
	list-style: none;
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
}
.text-block ul > li:after {
	content: '';
	width: 5px; height: 5px;
	position: absolute;
	top: 7px; left: 0;
	background-color: #0f0f12;
	transform: rotate(45deg);
}
.text-block ol {
	counter-reset: li;
	margin-bottom: 20px;
}
.text-block ol > li {
	position: relative;
	list-style: none;
	padding-left: 30px;
	margin-bottom: 20px;
}
.text-block ol > li:after {
	content: counter(li)'.';
	counter-increment: li;
	position: absolute;
	top: 0; left: 0;
	color: #010101;
	font-weight: 600;
}

.text-block table {
	border-collapse: collapse;
	margin-bottom: 20px;
}
@media (max-width: 768px){
	.text-block table tr td,
	.text-block table tr th {
		display: flex;
		width: 68%;
	}
}
@media (max-width: 425px){
	.text-block table tr td,
	.text-block table tr th {
		display: flex;
		width: 92%;
	}
}
@media (max-width: 375px){
	.text-block table tr td,
	.text-block table tr th {
		display: flex;
		width: 79%;
	}
}
@media (max-width: 320px){
	.text-block table tr td,
	.text-block table tr th {
		display: flex;
		width: 65%;
	}
}
.text-block table tr td,
.text-block table tr th {
	padding: 15px 20px 15px 20px;
	border-bottom: 1px solid #333333;
}
.text-block table tr th {
	border-bottom-width: 2px;
	font-weight: bold;
	text-align: left;
}
q {
	quotes: none;
	display: block;
	padding: 15px 20px;
	margin-bottom: 20px;
	border: 1px solid #000000;
	font-family: 'Droid Serif', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	color: #0f0f12;
}


/*Элементы ввода*/

.input-text {
	width: 280px;
	display: inline-block;
	height: 34px;
	padding: 0 10px;
	box-sizing: border-box;
	font-family: arial;
	font-size: 14px;
	box-shadow: 0 0 0 transparent;
	border: 1px solid #333333;
}
.input-text:focus {border-color: #4fa4da;}
textarea.input-text {height: 6em; padding-top: 0.5em; outline: none;}

.input-text._warning {border-color: #ed7d77;}
.input-text._success {border-color: #a1dbb8;}
.input-text[disabled], .input-text._disabled {
	cursor: default;
	border-color: #e4e5e4;
	background-color: #f7f7f8;
	color: #bebebe;
}

.input-text::-webkit-input-placeholder {}
.input-text:-moz-placeholder {}
.input-text::-moz-placeholder {}
.input-text:-ms-input-placeholder {}

.input-text:focus::-webkit-input-placeholder {}
.input-text:focus:-moz-placeholder {}
.input-text:focus::-moz-placeholder {}
.input-text:focus:-ms-input-placeholder {}

.input-text._short {
	width: 70px;
	text-align: center;
}

.shop-list__wrapper {
	width: 100%;
	max-width: 100%;
}

.shop-list {
    margin: 0;
    display: flex;
	justify-content: flex-start;
	text-align: center;
    flex-wrap: wrap;
	max-width: 945px;
	width: 100%;
}

.input-button {
	height: 40px;
	min-width: 120px;
	cursor: pointer;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 20px;
	border-radius: 20px;
	background-color: transparent;
	border: 1px solid #5f6061;
	border-color: rgba(0,0,0,.2);
	font-size: 13px;
	line-height: 40px;
	font-family: 'Raleway', Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #5f6061;
	color: rgba(0,0,0,.8);
	transition: all 150ms;
}
.input-button:hover {
	background-color: #131518;
	border-color: #131518;
	color: #fff;
}
.input-button.input-button_line_2 {
	padding-top: 6px; padding-bottom: 6px;
	border-radius: 28px;
	line-height: 14px;
}
.input-button.input-button_line_2_xl {
	height: 56px;
	padding-top: 10px; padding-bottom: 10px;
	border-radius: 28px;
	line-height: 18px;
}

.input-button.input-button_line_dark {
	border-color: #131518;
	color: #131518;
}
.input-button.input-button_line_dark:hover {
	color: #fff;
}
.input-button[disabled], .input-button_disabled {
	cursor: default;
	background-color: #efefef !important;
	border-color: #efefef !important;
	color: #949393 !important;
}
.input-button_style_dark {
	background-color: #131518;
	border-color: #131518;
	color: #fff;
}
.input-button_style_white {
	background-color: #fff;
	border-color: #fff;
	color: #191c21;
}
.input-button_style_whiteline {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.input-button_style_whiteline:hover {
	background-color: #fff;
	border-color: #fff;
	color: #191c21;
}
.input-button_height_l {
	height: 35px;
	line-height: 35px;
}

.overflow {
	overflow: hidden;
}

.input-select {
	position: relative;
}
.input-select__selected {
	cursor: pointer;
	height: 30px;
	position: relative;
	padding: 0 40px 0 15px;
	box-sizing: border-box;
	border: 1px solid #333333;
	line-height: 30px;
}
.input-select__selected:after {
	content: '';
	width: 30px;
	position: absolute;
	top: 0; right: 0; bottom: 0;
	background-color: #333333;
	background-image: url(../img/input-select.png);
	background-image: url(../img/input-select.svg),none;
}
.input-select__selected .overflow {
	display: block;
	height: 30px;
	line-height: 30px;
	position: relative;
	overflow: hidden;
}
.input-select__selected .nowrap {
	white-space: nowrap;
}
.input-select__list {
	width: 100%;
	min-width: 240px;
	max-height: 200px;
	position: absolute;
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	top: 100%; left: 0;
	border-left: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-right: 1px solid #dadada;
	background-color: #fff;
}
.input-select__item {
	cursor: pointer;
	padding: 3px 15px;
	border-top: 1px solid #dadada;
}
.input-select__item:first-child {
	border-top: 0;
}
.input-select__item:hover {
	background-color: #f1f1f1;
}
/*Универсальные классы*/

.site-wrapper {
	min-height: 100%;
}

@media (min-width: 1024px) {
	.site-wrapper {
		position: relative;
	}
}

.inner {
	position: relative;
	box-sizing: border-box;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px;
}

.clear {
	position: relative;
	clear: both;
	width: 100%; height: 1px;
	margin-bottom: -1px;
}
.clearfix:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.hidden	{display: none !important; visibility: hidden;}
.mb_10	{margin-bottom: 10px;}
.mb_15	{margin-bottom: 15px;}
.mb_20	{margin-bottom: 20px;}
.mb_25	{margin-bottom: 25px;}
.mb_30	{margin-bottom: 30px;}
.mb_40	{margin-bottom: 40px;}
.mb_50	{margin-bottom: 50px;}
.mb_60	{margin-bottom: 60px;}

.mr_0 	{margin-right: 0;}
.mr_5 	{margin-right: 5px;}
.mr_30 	{margin-right: 30px;}
.mr_50 	{margin-right: 50px;}

.ml_5 	{margin-left: 5px;}

.ta_c	{text-align: center;}
.ta_r	{text-align: right;}
.ta_l	{text-align: left;}

.foz_13	{font-size: 13px;}
.foz_16	{font-size: 16px;}

.lh_14	{line-height: 14px;}
.lh_35	{line-height: 35px;}

.w_100p	{width: 100% !important;}
.mw_100p{max-width: 100%;}

.font_alt {color: #acadaf;}
.font_family_second {font-family: 'Droid Serif', serif;}

.pt_10	{padding-top: 10px;}
.pt_20	{padding-top: 20px;}
.pr_5	{padding-right: 5px;}

.ph_5	{padding-left: 5px; padding-right: 5px;}

.pl_45	{padding-left: 45px;}

.d_b	{display: block;}

.p_20	{padding: 20px;}

.pos_a	{position: absolute;}
.pos_r 	{position: relative;}

.c_alt	{color: #666666;}
.c_red	{color: #ff6057;}

.e_star	{
	width: 10px;
	position: relative;
	display: inline-block;
	vertical-align: text-top;
}
.e_star:after	{
	content: '*';
	position: absolute;
	top: 0; left: 0;
	font-size: 30px;
	line-height: 20px;
	color: #ff6057;
}

/*Сетка*/

.row {margin-left: -20px;}
.row:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.row > [class^=row__c_] {
	box-sizing: border-box;
	float: left;
	padding-left: 20px;
}
.row__c_1	{width: 100%;}
.row__c_1-2	{width: 50%;}
.row__c_1-3	{width: 33.33%;}
.row__c_1-4	{width: 25%;}
.row__c_1-5	{width: 20%;}
.row__c_1-6	{width: 16.66%;}
.row__c_2-3	{width: 66.66%;}
.row__c_3-4	{width: 75%;}

.row_interval_40 {margin-left: -40px;}
.row_interval_40 > [class^=row__c_] {
	padding-left: 40px;
}

/*Прочие элементы вёрстки*/

.header {
	position: relative;
	z-index: 51;
	margin-bottom: 30px;
}
.header_main {
	height: 1000px;
	margin-bottom: 50px;
}
.header__opacity {
	position: relative;
	background-color: #1f222a;
	background-color: rgba(13, 13, 13, .6);
	border-bottom: 1px solid #66686d;
	border-bottom-color: rgba(255,255,255,.37);
}
.header .inner {
	z-index: 2;
	height: 210px;
}
.header__logo {
	width: 590px; height: 112px;
	position: absolute;
	top: 17px; left: 50%;
	margin-left: -295px
}
.header__logo .image {
	width: 100%;
	display: block;
}
.header__phone {
	position: absolute;
	left: 20px; top: 56px;
}
.header__phone_link {
	font-size: 24px;
	font-weight: 300;
	color: #a3a3a6;
	text-decoration: none;
}
.header__search {
	width: 290px;
	position: absolute;
	top: 60px; right: 20px;
}
.header__search_text {
	width: 100%; height: 30px;
	box-sizing: border-box;
	padding: 0 30px 0 10px;
	background-color: transparent;
	border-top-width: 1px; border-right-width: 0; border-bottom-width: 1px; border-left-width: 0;
	border-style: solid;
	border-color: #505154;
	border-color: rgba(255,255,255,.3);
	color: #fff;
	color: rgba(255,255,255,.8);
	text-transform: uppercase;
	transition: border-color 200ms;
}
.header__search_text:focus {
	border-color: #B9B9BA;
	border-color: rgba(255,255,255,.7);
}
.header__search_button {
	width: 25px; height: 30px;
	cursor: pointer;
	position: absolute;
	top: 0; right: 0;
	padding: 0;
	opacity: .6;
	background-color: transparent;
	background-image: url(../img/header__search_button.png);
	background-image: url(../img/header__search_button.svg), none;
	background-repeat: no-repeat;
	background-position: 0 50%;
	border: 0;
	transition: opacity 200ms;
}
.header__search_text:focus + .header__search_button, .header__search_button:hover {
	opacity: 1;
}
.header__video {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	overflow: hidden;
}
.header__video .default {
	position: absolute;
	left: 50%; top: 0;
	margin: 0 0 0 -960px;
}
.header__video .video {
	width: 1920px;
	position: absolute;
	left: 50%; top: 0;
	-webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    	    transform: translateX(-50%);
}
.header .nav {
	width: 100%;
	position: absolute;
	top: 167px; right: 0; left: 0;
}
@media (min-width: 993px) {
	.header .nav {
		display: flex !important;
		justify-content: space-between;
	}
	.header .nav_fixed {
		display: block !important;
	}
}
.nav {
	text-align: center !important;
	font-size: 0 !important;
}
.nav_mobile {
}
.nav__item {
	display: inline-block;
	position: relative !important;
	vertical-align: top !important;
}
.nav__item:last-child .nav__link {
	display: none;
}
.alrosa__logo {
	position: absolute;
	left: -15%;
	top: 20px;
}
@media (min-width: 1025px) and (max-width: 1710px) {
    .alrosa__logo {
        left: 20%;
        top: 50px;    
    }
    .header__logo {
        width: 490px;
        top: 40px;
        left: 50%;
    }
}
@media (max-width: 1024px) {
    .header .inner {
        height: 35.6vw;
    }
    .alrosa__logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

.nav__item_selected .nav__link {
	color: #fff;
	border: 1px solid #fff;
}
@media (max-width: 992px) {
	.nav__item_selected .nav__link {
		color: #000000;
	}
}
@media (max-width: 800px) {
	.alrosa__logo {
		position: initial;
		display: block;
		margin: 0 auto;
        margin-bottom: 20px;
        transform: none;
	}
}
/* .nav__item:after {
	content: '';
	width: 1px; height: 20px;
	position: absolute;
	top: 50%; right: -1px;
	margin-top: -10px;
	background-color: #505054;
	background-color: rgba(255,255,255,.6);
} */
.nav__item:last-child:after, .nav_mobile .nav__item:after {
	display: none;
}
.nav__item_mobile {
	display: none;
}
.nav__link_mobile {
	background-image: url(../img/nav__link_mobile.png);
	background-image: url(../img/nav__link_mobile.svg), none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.nav_mobile .nav__item {
	display: none;
	background-color: rgba(0,0,0,.8);
}
.nav_mobile.nav_mobile_selected .nav__item {
	display: block;
}
.nav_mobile .nav__item_mobile {
	display: block;
}
.nav__link {
	overflow: hidden;
	height: 44px;
	min-width: 44px;
	position: relative;
	display: block;
	padding: 0 15px;
	font-size: 14px;
	line-height: 44px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-weight: 600;
}
.nav__link::before {
	content: '';
    width: 100%;
    position: absolute;
    height: 2px;
    background-color: #fff;
    bottom: 0;
	left: 0;
	transition: .2s ease-in-out;
    transform: translateX(-101%);
}
.nav__link:hover::before {
	transform: translateX(0%);
}
.nav__link:hover {
	text-decoration: none;
	color: #fff;
}
.nav__link_shop {
	border: 1px solid #fff;
	line-height: 44px;
	margin: 0;
	padding: 0 35px;
	transition: all 150ms;
}
.nav__link_shop:hover {
	background-color: #fff;
	text-decoration: none;
	color: #000000;
}
.nav_mobile .nav__link_shop {
	border: 0;
}
.header .nav_fixed {
	position: fixed;
	top: 0; right: 0; left: 0;
	background-color: #222;
	background-color: rgba(0,0,0,0.8);
}
.main-blocks {
	margin: 0 0 70px -20px;
	color: #131518;
}
.main-blocks__item {
	width: 50%;
	box-sizing: border-box;
	float: left;
}
.main-blocks__text {
	width: 50%;
	box-sizing: border-box;
	float: left;
	padding: 0 0 0 20px;
}
.main-blocks__image {
	width: 50%;
	box-sizing: border-box;
	float: right;
	padding: 0 0 0 20px;
}
.main-blocks__image .image {
	width: 100%;
	display: block;
}

.main-blocks__title {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	font-family: 'Droid Serif', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
}
.main-blocks__title:after {
	content: '';
	width: 70px; height: 1px;
	position: absolute;
	bottom: 0; left: 0;
	background-color: #8b8d93;
}
.main-blocks__slogan {
	margin: 0 0 25px 0;
	font-size: 15px;
	font-family: 'Droid Serif', sans-serif;
	font-weight: normal;
}
.main-blocks__description {
	height: 180px;
}
.main-collection {
	font-family: 'Droid Serif', sans-serif;
	margin: 0 0 90px 0;
}
.main-collection__list {
	position: relative;
	overflow: hidden;
	margin: 0 -20px 50px -20px;
	padding: 0 0 10px 0;
}
.main-collection__item {
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding: 0 0 0 20px;
}
.main-collection__title {
	margin-bottom: 40px;
	font-size: 28px;
	text-align: center;
	text-transform: uppercase;
	color: #131518;
}
.main-collection__image {
	display: block;
	margin: 0 0 10px 0;
}
.main-collection__image .image {
	width: 100%; height: auto;
	display: block;
}
.main-collection__name {
	text-align: center;
}
.main-collection__name .link {
	position: relative;
	padding: 0 0 10px 0;
	font-size: 16px;
	text-decoration: none;
	color: #121316;
}
.main-collection__name .link:after {
	content: '';
	width: 50px; height: 1px;
	position: absolute;
	bottom: 0; left: 50%;
	margin: 0 0 0 -25px;
	background-color: #131518;
}
.main-collection__arrow {
	width: 18px; height: 35px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	z-index: 10;
	margin: -17px 0 0 0;
	background-image: url(../img/main-collection__arrow.png);
	background-image: url(../img/main-collection__arrow.svg), none;
	background-repeat: no-repeat;
}
.main-collection__arrow.main-collection__arrow_left {
	left: 0;
	background-position: 0 0;
}
.main-collection__arrow.main-collection__arrow_right {
	right: 0;
	background-position: -20px 0;
}
.footer {
	padding: 40px 0 60px 0;
	border-top: 1px solid #dee2e6;
	clear: both;
}
.footer-nav {
	width: 100%;
	display: table;
	margin: 0 0 60px 0;
}
.footer-nav__item {
	display: table-cell;
	text-align: center;
	padding: 0 25px;
}
.footer-nav__link {
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #131518;
}
.footer-nav__link:hover {
	text-decoration: underline;
}
.footer__social {
	position: absolute;
	right: 0; bottom: -10px;
}
.icon_social {
	width: 32px; height: 32px;
	display: inline-block;
}
.icon_social.icon_social_twitter {
	background-image: url(../img/icon_social_twitter.png);
	background-image: url(../img/icon_social_twitter.svg), none;
}
.icon_social.icon_social_facebook {
	background-image: url(../img/icon_social_facebook.png);
	background-image: url(../img/icon_social_facebook.svg), none;
}

.breadcrumbs {
	margin: 0 0 30px 0;
	font-size: 14px;
	color: #58595c;
}
.breadcrumbs__link {
	color: #a0a0a0;
    text-decoration: none;
    border-radius: 25px;
    position: relative;
    margin-right: 20px;
	font-size: 13px;
	transition: .2s ease-in-out;
}
.breadcrumbs__link:hover {
	color: #000000;
}
.breadcrumbs__link::after {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    background: #cecece;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
	right: -14px;
}
.breadcrumbs__link:last-child {
	pointer-events: none;
}
.breadcrumbs__link:last-child::after {
	display: none;
}
.collection {
	margin: 0 0 24px 0;
	position: relative;
}
.collection__header {
	position: relative;
	padding: 20px 30px 30px 30px;
	overflow: hidden;
	border: 1px solid rgba(216, 217, 219, 0.5);
}
.collection__title {
	position: relative;
	padding: 0 140px 20px 0;
	margin: 0 0 20px 0;
	font-size: 24px;
	line-height: 26px;
	font-family: 'Droid Serif', sans-serif;
	color: #131518;
}
.collection__title:after {
	content: '';
	width: 70px; height: 1px;
	position: absolute;
	bottom: 0; left: 0;
	background-color: #989aa0;
}
.collection__description {
	min-height: 120px;
	position: relative;
}
@media (max-width: 970px) {
	.collection__description {
		padding: 10px !important;
		border: 1px solid #eaeaea;
		background-color: rgba(255, 255, 255, 0.7);
		box-sizing: border-box;
	}
	.collection__description p {
		color: #000000;
	}
}
.collection__show-all {
	display: block;
	position: absolute;
	top: 48px; right: 30px;
	border-bottom: 1px dashed #808288;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Droid Serif', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #131518;
}
.collection__video {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	opacity: .15;
	transition: opacity 150ms;
}
.collection_active {
	background: none !important;
}
.collection_active .collection__video {
	opacity: 0;
}
.collection_active .collection-catalog {
	overflow: visible;
}
.collection__video .video {
	width: 100%;
}
.collection-categories {
	position: relative;
}
.collection-categories .collection-categories__item {
	width: 20%;
	margin-bottom: 20px;
	float: left;
}
.collection-categories__item .link {
	display: inline-block;
	border-bottom: 1px dashed #6a6b6f;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Droid Serif', sans-serif;
	text-decoration: none;
	color: #6a6b6f;
}
.collection-categories__item .link:hover {
	border-color: #131518;
	color: #131518;
}
.collection-categories__item .link_active {
	border-bottom: 0;
	font-weight: bold;
	color: #131518;
}
.collection-catalog {
	margin: 0 0 0 -20px;
	padding: 20px 0 40px 0;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
.collection-catalog__item {
	width: 25%;
	position: relative;
	float: left;
	box-sizing: border-box;
	margin: 0 0 40px 0;
	padding: 0 0 0 20px;
}
.collection-catalog__item .link {
	display: block;
	opacity: 1;
	transition: opacity 150ms;
}
.collection-catalog__item .link:hover {
	opacity: .7;
}
.collection-catalog__image .image {
	width: 220px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.collection-catalog__item .item-popup {
	bottom: 0;
}

.item-popup {
	z-index: 50;
	width: 560px;
	position: absolute;
	left: 50%;
	margin-left: -280px;
	padding: 30px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #131518;
	font-size: 13px;
	color: #131518;
}
.item-popup__left {
	width: 290px;
	float: left;
}
.item-popup__right {
	width: 164px;
	float: right;
}
.item-popup__center {
	width: 100%;
	float: none;
	min-height: 50px;
}
.item-popup__left {
	width: 290px;
	float: left;
}
.item-popup__image {
	margin-bottom: 30px;
}
.item-popup__image .image {
	width: auto; height: 220px;
	display: block;
	margin: 0 auto;
}
.item-popup__properties {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
	color: #131518;
}
.item-popup__properties td,
.item-popup__properties th {
	padding: 5px 0;
	border-bottom: 1px solid #e9e9e9;
	text-align: center;
}
.item-popup__properties td:first-child,
.item-popup__properties th:first-child {
	text-align: left;
}
.item-popup__properties td:last-child,
.item-popup__properties th:last-child {
	white-space: nowrap;
}
.item-popup__propreties th {
	font-size: 12px;
	font-weight: bold;
}
.item-popup__name {
	margin-bottom: 20px;
	font-size: 23px;
	font-family: 'Droid Serif', sans-serif;
}
.item-popup__close {
	width: 12px; height: 12px;
	position: absolute;
	top: 10px; right: 12px;
	cursor: pointer;
	background-image: url(../img/item-popup__close.png);
	background-image: url(../img/item-popup__close.svg), none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.item-popup__zoom {
	width: 30px; height: 30px;
	display: inline-block;
	margin-top: -10px;
	cursor: pointer;
	background-image: url(../img/item-popup__zoom.png);
	background-image: url(../img/item-popup__zoom.svg), none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.item-popup__image-more {
	text-align: left;
}
.item-popup__image-more .link {
	display: inline-block;
	margin-right: 10px;
}

.item-popup__image-more .image {
	display: block;
	margin: 0 auto;
}

.checkbox {
	display: inline-block;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.checkbox__input {
	display: none;
}
.checkbox__label {
	cursor: pointer;
	position: relative;
	padding-left: 28px;
	font-size: 13px;
	color: #131518;
}
.checkbox__label:before {
	content: '';
	width: 13px; height: 13px;
	position: absolute;
	left: 0; top: 0;
	border: 1px solid #d5d6d7;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.checkbox__input:checked + .checkbox__label:before/*,
.checkbox__input[checked] + .checkbox__label:before*/ {
	border-color: #131518;
}
.checkbox__input:checked + .checkbox__label:before/*,
.checkbox__input[checked] + .checkbox__label:before*/ {
	background-image: url(../img/checkbox.png);
	background-image: url(../img/checkbox.svg),none;
}

.droplist {
	width: 240px; height: 35px;
	display: inline-block;
	position: relative;
	font-size: 13px;
	color: #131518;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.droplist_small {
	height: 26px;
}
.droplist_small .droplist__title {
	height: 26px;
	padding-left: 10px;
	border-bottom: 1px solid #d5d6d7;
	line-height: 24px;
}
.droplist_small .droplist__list {
	top: 25px;
}
.droplist_active .droplist__list {
	display: block;
}
.droplist__title {
	cursor: pointer;
	height: 35px;
	box-sizing: border-box;
	padding: 0 15px 0 30px;
	border-top: 1px solid #d5d6d7;
	border-bottom: 2px solid #131518;
	background-image: url(../img/droplist.png);
	background-image: url(../img/droplist.svg),none;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	line-height: 33px;
	white-space: nowrap;
}
.droplist a.link {
	display: block;
	padding: 5px 10px 5px 30px;
	text-decoration: none;
	color: #131518;
}
.droplist_small a.link {
	padding-left: 10px;
}
.droplist__list {
	display: none;
	z-index: 10;
	position: absolute;
	padding: 5px 0;
	height: 280px;
	overflow-y: scroll;
	top: 33px; right: 0; left: 0;
	background-color: #edeef3;
	border-bottom: 2px solid #131518;
}
.droplist__list::-webkit-scrollbar {
	width: 7px;
}
.droplist__list::-webkit-scrollbar-track {
	background-color: #edeef3;
}
.droplist__list::-webkit-scrollbar-thumb {
	border-radius: 50px;
	background-color: #848484;
}
.droplist__item {
	line-height: 18px;
}
.droplist__item .checkbox {
	width: 100%;
	padding-top: 5px; 
	padding-bottom: 5px;
	padding-left: 5px;
}
.droplist__item .checkbox__label:after {
	left: 7px;
}

.filter-elements {}
.filter-elements__item {
	cursor: default;
	display: inline-block;
	margin-right: 30px;
	vertical-align: top;
	font-size: 12px;
	line-height: 15px;
	color: #7e8389;
}
.filter-elements__item strong {
	font-weight: 500;
}
.filter-elements__delete {
	cursor: pointer;
	display: inline-block;
	width: 13px; height: 13px;
	margin-left: 5px;
	vertical-align: top;
	border: 1px solid #929396;
	border-radius: 50%;
	background-image: url(../img/filter-elements.png);
	background-image: url(../img/filter-elements.svg),none;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.filter-elements__delete:hover {
	background-position: 0 -20px;
	background-color: #929396;
}

.separator {
	height: 1px;
	background-color: #363636;
	border: 0;
	margin-bottom: 20px;
}

.sorting {
	float: right;
	font-size: 13px;
}
.sorting .droplist {
	width: 100px;
}
.shop-list__block {
    padding: 0;
    margin-right: 20px;
    width: 100%;
    max-width: calc((100% / 3) - 22px);
    height: auto;
    float: left;
    box-sizing: border-box;
	margin-bottom: 40px;
	border: 1px solid #eaeaea;
}
.shop-list__image {
	margin-bottom: 10px;
}
.shop-list__image .image {
	width: 100%; height: auto;
	display: block;
}
.shop-list__collection {
	position: relative;
	padding-top: 14px;
	min-height: 35px;
	margin-bottom: 6px;
}
.shop-list__collection:after {
	content: '';
	width: 30px; height: 1px;
	position: absolute;
	top: 0; left: 50%;
	margin-left: -15px;
	/*background-color: #525356;*/
}
.shop-list__collection .link {
	font-family: 'Droid Serif', serif;
	text-decoration: none;
	color: #a8a8a8;
}
.shop-list__name {
	margin-bottom: 10px;
}
.shop-list__name .link {
	font-size: 15px;
	color: #121316;
	text-decoration: none;
}
.shop-list__price {
	margin-bottom: 15px;
	font-family: 'Droid Serif', serif;
}
.shop-list__price .current {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	font-weight: bold;
	color: #121316;
}
.shop-list__price .old {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	font-size: 16px;
	text-decoration: line-through;
	color: #a8a8a8;
}
.compare {}
.compare {
	z-index: 1000;
	position: fixed;
	right: 0; bottom: 0; left: 0;
	padding: 16px 0;
	background-color: #191c21;
	line-height: 36px;
	color: #fff;
}
.compare__icon {
	width: 40px; height: 40px;
	margin-top: -5px; margin-right: 15px;
	position: relative;
	top: 2px;
	display: inline-block;
	vertical-align: top;
	background-image: url(../img/compare__icon.png);
	background-image: url(../img/compare__icon.svg),none;
	background-repeat: no-repeat;
}

.tags-cloud {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.tags-cloud__item {
	margin-right: 5px;
	margin-bottom: 5px;
}
.tags-cloud__item:last-child {
	margin-right: 0;
}
.tags-cloud__link {
	display: block;
    text-decoration: none;
    padding: 3px 12px;
    background-color: #ffffff;
    font-size: 13px;
    color: #000000;
    /* background-color: #efefef; */
    border: 1px solid #ececec;
	border-radius: 25px;
	transition: .2s ease-in-out;
}
.tags-cloud__link:hover {
	color: #000000;
    background-color: #eaeaea
}


.scope {
	margin-left: -40px;
}
.scope .row__c_1-4 {
	padding-left: 40px;
}
.scope .title {
	padding: 10px 0 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #dadada;
	font-size: 18px;
	text-align: center;
}
.scope__image .image {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.loading {
	position: fixed;
	z-index: 100000;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.95);
	transition: visibility 1s, opacity 0.2s ease-in-out;
	visibility: visible;
	opacity: 1;
}
.loading._hidden {
	visibility: hidden;
	opacity: 0;
}
.loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -60px;
	margin-top: -60px;
}
/*
.loading:after {
	content: '';
	animation: loading1 4s infinite ease-in-out;
	width: 60px; height: 60px;
	position: absolute;
	box-sizing: border-box;
	top: 50%; left: 50%;
	margin: -30px 0 0 -30px;
	background-color: #333;
	transform: scale(1.2) rotate(45deg);
	opacity: 1;
}
.loading:before {
	content: '';
	animation: loading2 4s infinite ease-in-out;
	width: 30px; height: 30px;
	position: absolute;
	box-sizing: border-box;
	top: 50%; left: 50%;
	margin: -15px 0 0 -15px;
	background-color: #333;
	transform: rotate(45deg);
}
*/
.submenu-overlay {
	height: 76px;
}
.submenu {
	padding: 0;
	margin: 0 0 34px 0;
	border-top: 1px solid #181a1e;
	border-bottom: 1px solid #181a1e;
	background-color: #fff;
}
.submenu._fixed {
	height: 42px;
	position: fixed;
	z-index: 100;
	top: 42px; right: 0; left: 0;
	margin: 0;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.93);
}
.submenu__item {
	display: table-cell;
	list-style: none;
	line-height: 42px;
	text-align: center;
}
.submenu__item .link {
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	color: #121316;
}
.submenu__container {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	display: table;
}
.submenu__item._selected .link {
	font-weight: bold;
}
.submenu__active {
	display: none;
	position: absolute;
	top: 0; right: 20px;
	font-weight: bold;
	line-height: 42px;
	text-transform: uppercase;
	color: #222;
}
.submenu__mobile {
	display: none;
	position: absolute;
	top: 5px; left: 48px;
}
.submenu__mobile .link {
	width: 32px; height: 32px;
	display: inline-block;
	position: absolute;
	top: 0; right: 0;
	border-radius: 2px;
	background-image: url(../img/submenu__mobile.png);
	background-image: url(../img/submenu__mobile.svg),none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.about-production {
	position: relative;
	margin: 0 0 20px -20px;
}
.about-production__image {
	width: 50%;
	padding-left: 20px;
	box-sizing: border-box;
}
.about-production__image .image {
	max-width: 100%;
	display: block;
}
.about-production__text {
	width: 50%;
	width: calc(50% - 20px);
	position: absolute;
	top: 0; right: 0; bottom: 0;
	padding: 24px 30px;
	box-sizing: border-box;
	background-color: #f4f2f1;
	overflow-y: auto;
}
.about-gallery {
	position: relative;
	overflow: hidden;
	padding: 100px 0 40px;
	margin-bottom: 70px;
	background-color: #131518;
}
.about-gallery__list {
	margin-bottom: 70px;
}
.about-gallery__list:after {
	content: '1';
	visibility: hidden;
	clear: both;
	display: block;
	height: 0;
}
.about-gallery__item {
	width: 380px; height: 285px;
	margin-right: 60px;
	float: left;
}
.about-gallery__item .image {
	width: 380px; height: 285px;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.5;
	transition: all 0.3s ease-in-out;
}
.about-gallery__item._selected .image {
	width: 460px; height: 345px;
	margin: -30px 0 0 -40px;
	opacity: 1;
}
.about-gallery__arrows {
	text-align: center;
	font-size: 0;
}
.about-gallery__arrows .arrow {
	cursor: pointer;
	width: 55px; height: 55px;
	display: inline-block;
	background-color: #fff;
	transition: background-color 0.2s ease-in-out;
	background-image: url(../img/about-gallery__arrow.png);
	background-image: url(../img/about-gallery__arrow.svg),none;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.about-gallery__arrows .arrow._left {
	background-position: 0 0;
}
.about-gallery__arrows .arrow._right {
	background-position: -55px 0;
}
.about-gallery__arrows .arrow:hover {
	background-color: #cccccc;
}
.content-accordion {
	margin-bottom: -1px;
	border-top: 1px solid #dcdbdb;
	border-bottom: 1px solid #dcdbdb;
}
.content-accordion__title {
	cursor: pointer;
	position: relative;
	line-height: 20px;
	padding: 20px 0 20px 50px;
	font-size: 18px;
	color: #121316;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.content-accordion__title:after {
	content: '';
	width: 30px; height: 30px;
	position: absolute;
	top: 50%; left: 0;
	margin-top: -15px;
	border-radius: 50%;
	background-color: #666666;
	background-image: url(../img/content-slider.png);
	background-image: url(../img/content-slider.svg),none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transition: all 0.2s ease-in-out;
}
.content-accordion__title:hover:after {
	background-color: #121316;
}
.content-accordion__inside {
	height: 0;
	position: relative;
	overflow: hidden;
	padding: 0 0 0 50px;
}

.icon {
	width: 32px; height: 32px;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.icon._xls {
	background-image: url(../img/icon_xls.png);
	background-image: url(../img/icon_xls.svg),none;
}
.icon._download {
	background-image: url(../img/icon_download.png);
	background-image: url(../img/icon_download.svg),none;
}

.about-images .image {
	box-sizing: border-box;
}

.product-preview {
	margin-bottom: 50px;
}
.product-preview:after {
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.product-preview__date {
	width: 280px;
	float: left;
}
.product-preview__map {
	padding-left: 320px;
}
.product-preview__map .inside {
	width: 100%;
	float: left;
}
.product-preview__caption {
	font-size: 15px;
	line-height: 24px;
}

.calendar {
	margin-bottom: 40px;
}
.calendar__title {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
.calendar__title .month {
	padding: 0 2px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.calendar__title .year {
	padding: 0 2px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.calendar__title .arrow {
	cursor: pointer;
	width: 20px; height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	background-color: #191c21;
	background-image: url(../img/calendar__title_arrow.png);
	background-image: url(../img/calendar__title_arrow.svg),none;
}
.calendar__title .arrow._left {
	left: 0;
	background-position: 0 0;
}
.calendar__title .arrow._right {
	right: 0;
	background-position: -20px 0;
}
.calendar__line {
	border-bottom: 1px solid #333333;
}
.calendar__line:after {
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.calendar__line .day {
	width: 14.2857%;
	cursor: pointer;
	float: left;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
}
.calendar__line .day._disabled {
	cursor: default;
	color: #cccccc;
}
.calendar__line .day._active {
	background-color: #333333;
	color: #fff;
}
.calendar__line._head {
	border-bottom-width: 2px;
}
.calendar__line._head .day {
	cursor: default;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.map-popup {
	width: 250px;
	padding: 10px;
	border-top: 2px solid #191c21;
	background-color: #fff;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
.map-popup .title {
	margin-bottom: 10px;
	color: #191c21;
}
.collection-opacity {
	opacity: 0.85;
	height: 100%;
	position: absolute;
	width: 100%;
	background: rgba(250,251,251,0.87);
	background: -moz-linear-gradient(left, rgba(250,251,251,0.87) 0%, rgba(250,251,251,0.87) 20%, rgba(230,232,231,0.87) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(250,251,251,0.87)), color-stop(20%, rgba(250,251,251,0.87)), color-stop(100%, rgba(230,232,231,1)));
	background: -webkit-linear-gradient(left, rgba(250,251,251,0.87) 0%, rgba(250,251,251,0.87) 20%, rgba(230,232,231,0.87) 100%);
	background: -o-linear-gradient(left, rgba(250,251,251,0.87) 0%, rgba(250,251,251,0.87) 20%, rgba(230,232,231,0.87) 100%);
	background: -ms-linear-gradient(left, rgba(250,251,251,0.87) 0%, rgba(250,251,251,0.87) 20%, rgba(230,232,231,0.87) 100%);
	background: linear-gradient(to right, rgba(250,251,251,0.87) 0%, rgba(250,251,251,0.87) 20%, rgba(230,232,231,0.87) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafbfb', endColorstr='#e6e8e7', GradientType=1 );
}
.collection_active .collection-opacity {max-height: 300px;}

.play-video {top: 24px;font-size: 12px;}
.play-v-i {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-position: 0 -2px;
	position: absolute;
	left: -26px;
	top: -2px;
}
.play-video:hover .play-v-i {background-position: 0 -24px;}

.play-v-i {background-image: url("../img/play-video.png");}
.play-v-i {background-image: url("../img/play-video.svg"), none;}

.video-collection {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}
.video-collection > iframe {
	width:100% !important;
}
.collection-images {

}


.collection-images,
.collection-img-l,
.collection-img-r {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	overflow: hidden;
}
.collection-img-l,
.collection-img-r {
	background-repeat: no-repeat;
}

.collection-img-r img {position: absolute; top: 0; right: 0;}
.collection-img-l img {position: absolute; bottom: 0; left: 0;}

.collection-img-bg {
	position: relative;
	width:100%;
	height: 100%;
	z-index: -3;
	background-repeat: repeat-y !important;
}
.collection_active .collection-img-l img {top: 0;}
.collection_active .collection-img-bg {background-position: top !important;}

@keyframes loading1 {
	50% {border-width: 40px;transform: scale(1) rotate(45deg); opacity: 0.8;}
}
@keyframes loading2 {
	50% {border-width: 40px;transform: rotate(405deg);}
}

@media screen and (max-width: 1240px) {
	.header__search {
		width: 200px;
	}
	.main-blocks__description {
		height: auto;
		margin-bottom: 20px;
	}
	.main-collection__list {
		margin: 0;
	}

	.footer-nav__item {
		padding: 0 10px;
	}
}
@media screen and (max-width: 1024px) {
	.collection-img-l img,
	.collection-img-r img {max-width: 450px;width: 100%;}
	.header__logo {
		width: 540px; height: 65px;
		top: 115px;
		margin-left: -275px;
	}

	.header .nav {
		top: 0;
	}
	.header .inner {
		height: 164px;
	}
	.main-blocks__item {
		padding-left: 20px;
	}
	.main-blocks__slogan {
		margin-bottom: 5px;
	}
	.main-blocks__text {
		width: auto;
		float: none;
		padding: 0;
	}
	.shop-list {
		margin: 0;
		justify-content: space-between;
	}
	.shop-list__block {
		width: 100%;
		height: auto;
		max-width: calc((100% / 2) - 15px);
		margin: 0;
		padding: 0;
		margin-bottom: 40px;
	}
	.main-blocks__image {
		width: auto;
		float: none;
		padding: 0 0 20px 0;
	}
	.main-blocks__title {
		min-height: 42px;
	}
	.shop-settings .row__c_1-6 {
		width: 33.33%;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 960px) {
	.collection-img-l img,
	.collection-img-r img {max-width: 350px;width: 100%;}
	.collection_active .collection-img-l img {top: 75px;}
	.scope .row__c_1-4 {
		width: 50%;
	}
	.ms_desktop {
		display: none;
	}
	.footer-nav {
		display: block;
		text-align: center;
	}
	.footer-nav__item {
		display: inline-block;
		margin-bottom: 10px;
	}
	.footer__social {
		position: relative;
		bottom: 0;
		margin-top: 20px;
		text-align: center;
	}
	.shop-list {
		margin: 0;
		justify-content: space-between;
	}
	.shop-list__block {
		width: 100%;
		height: auto;
		max-width: calc((100% / 3) - 15px);
		margin: 0;
		padding: 0;
		margin-bottom: 40px;
	}
	.compare {
		text-align: center;
	}
	.compare .mr_30 {
		margin-right: 0;
	}
	.info_recomended .row__c_1-2 {
		width: 100%;
	}
	.info_recomended .row__c_1-4 {
		width: 50%;
	}
	.info_sertificate .row__c_1-4 {
		width: 50%;
		margin-bottom: 40px;
	}
	.info_sertificate .row__c_1-4 img {
		width: auto !important;
		margin: 0 auto;
	}
	.submenu {
		width: auto;
		position: relative;
		overflow: hidden;
		display: block;
		height: 42px;
		padding-top: 42px;
		margin-left: -20px;
		margin-right: -20px;
		z-index: 50;
		box-sizing: border-box;
	}
	.submenu._fixed {
		top: 0;
	}
	.submenu._selected {
		overflow: visible;
	}
	.submenu__item {
		display: block;
		width: 240px;
		padding: 0;
		background-color: #fff;
		text-align: left;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		border-right: 1px solid #181a1e;
	}
	.submenu__item:last-child {
		border-bottom: 1px solid #181a1e;
	}
	.submenu__item .link {
		display: block;
		padding: 0 20px;
	}
	.submenu__mobile {
		display: block;
	}
	.submenu__active {
		display: block;
	}

}
@media screen and (max-width: 800px) {
	.header .inner {
		height: auto;
		padding-top: 20px;
	}
	.header__logo {
		/*width: auto; height: auto;
		display: block;
		position: relative;
		top: auto; left: auto;
		margin: 0 0 20px 0;*/

		width: 50%;
	    height: auto;
	    display: block;
	    position: relative;
	    top: 0px;
	    left: 25%;
	    margin: 0 0 20px 0;
	}
	.header .nav {
		width: auto; height: 44px;
		position: relative;
		top: 0;
		/* margin: 0 -20px; */
	}

	.header__phone {
		position: relative;
		top: auto; left: auto;
		margin: 20px 0;
		text-align: center;
	}
	.header__search {
		width: auto;
		position: relative;
		top: auto; right: auto;
		margin-bottom: 20px;
	}
	.header__search_text {
		height: 40px;
		padding-left: 0;
	}
	.header__search_button {
		height: 40px;
	}
	.about-production {
		margin-left: 0;
	}
	.about-production__image {
		width: auto;
		padding: 0;
		margin-bottom: 20px;
	}
	.about-production__image .image {
		width: 100%;
	}
	.about-production__text {
		width: auto;
		position: relative;
	}
	.about-images .image {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.collection-img-r img {display: none;}
	.collection-img-l img {max-width: 500px;width: 100%;left: 50%;transform: translateX(-50%);}
	.header_main {
		height: auto;
	}
	.nav_mobile .nav__item {
		background-color: rgba(0,0,0,.95);
	}
	.nav_mobile .nav__item_selected {
		background-color: #fff;
	}
	.collection-categories .collection-categories__item {
		width: auto;
		display: inline-block;
		vertical-align: top;
		margin: 0 20px 10px 0;
		float: none;
	}
	.collection__video .video {
		width: auto; height: 100%;
	}
	.collection__header {
		padding-bottom: 30px;
	}
	.collection-catalog__item {
		width: 50%;
	}
	.info_sertificate {
		display: none;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.info_regulations .row__c_1-3,
	.info_regulations .row__c_2-3 {
		width: 100%;
	}
	.about-images {
		margin-bottom: 0;
	}
	.about-images .row__c_1-2 {
		width: 100%;
		margin-bottom: 20px;
	}
	.about-images .row__c_1-4 {
		width: 50%;
		margin-bottom: 20px;
	}
	.about-gallery {
		display: none;
	}
	.w_767_none {
		display: none;
	}
	.product-preview__date {
		width: auto;
		float: none;
		margin-bottom: 20px;
	}
	.product-preview__map {
		padding-left: 0;
	}

	.row_m_c2 > [class^=row__c_] {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 640px) {
	.main-collection__list-inside {
		width: auto !important;
		font-size: 0;
		text-align: center;
	}
	.main-collection__item {
		width: 33.33% !important; height: 230px;
		display: inline-block;
		padding-left: 0;
		margin-bottom: 40px;
		float: none;
		vertical-align: top;
	}
	.main-collection__name .link {
		display: block;
	}
	.main-collection__arrow {
		display: none;
	}
	.collection__description {
		margin-bottom: 20px;
	}

	.item-popup {
		width: auto;
		top: 0; right: 20px; bottom: auto !important; left: 20px;
	}
	.item-popup__left {
		width: auto;
		margin-bottom: 20px;
		float: none;
	}
	.item-popup__right {
		width: auto;
		float: none;
		padding-right: 0;
	}
	.collection-catalog {
		margin: 0;
	}
	.collection-catalog__item {
		width: auto;
		float: none;
	}
	.ms_mobile_hidden {
		display: none;
	}
	.shop-list {
		margin: 0;
		justify-content: space-between;
	}
	.shop-list__block {
		margin-right: 0;
    	padding: 0;
   	 	max-width: calc((100% / 2) - 10px);
		width: 100%; 
		height: 520px;
	}
	.shop-settings .row__c_1-6 {
		width: 50%;
	}
	.content-accordion__inside {
		padding-left: 0;
	}
}
@media screen and (max-width: 540px) {
	.main-collection__item {
		width: 50% !important; height: 300px;
	}
	.scope .row__c_1-4 {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.main-blocks {
		margin-left: 0;
	}
	.main-blocks__item {
		width: auto;
		padding-left: 0;
	}
	.main-blocks__title {
		min-height: 0;
	}
	/*.collection__header {*/
		/*margin: 0 -20px;*/
	/*}*/
	.collection__show-all {
		position: relative;
		top: auto; right: auto;
		display: inline-block;
		margin-bottom: 20px;
		left: 25px;
		margin-right: 15px;
	}
	.play-video {margin-bottom: 10px;}
	.collection__title {
		padding-right: 0;
	}
	.item-popup {
		right: 0; left: 0;
	}

	.shop-list__block {
		margin-right: 0;
		padding: 0;
		max-width: 100%;
		width: 100%; 
		height: auto;
		margin-bottom: 40px;
	}
	.sorting {
		float: none;
		margin-bottom: 10px;
	}
	.droplist__title {
		border: 1px solid #d5d6d7;
	}
	.filter-elements__item {
		line-height: 20px;
		margin-bottom: 10px;
	}
	.filter-elements__delete {
		width: 20px; height: 20px;
		background-size: 20px auto;
	}
	.filter-elements__delete:hover {
		background-position: 0 -31px;
	}
}
@media screen and (max-width: 380px) {
	.main-collection__item {
		width: auto !important; height: auto;
	}
	.main-collection__image .image {
		width: 180px;
		margin: 0 auto;
	}
	.shop-settings .row__c_1-6 {
		width: 100%;
	}
}
/*====================================
	custom style card product open
=====================================*/
.item-popup__new {
	max-width: 980px;
	width: 95%;
	transform: translateX(-50%);
	margin-left: 0;
}
.item-popup__new .item-popup__image .image {height: 250px;}
.item-popup__new .item-popup__left {
	width: 50%;
	box-sizing: border-box;
	position: relative;
}

.item-popup__social {
	position: absolute;
	top: 0;
	right: 10px;
}
.item-popup__social ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.item-popup__social li {

}

.ok,
.fb,
.vk,
.tw {
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid #e9dee9;
	box-sizing: border-box;
	margin: 13px auto;
}

.ok, .fb, .vk, .tw, .like {background-image: url("../img/item-popup__social5.png");}
.ok, .fb, .vk, .tw, .like {background-image: url("../img/item-popup__social5.svg"), none;}

.ok {background-position: 41px 82px;}
.vk {background-position: 41px 158px;}
.fb {background-position: 41px 192px;}
.tw {background-position: 42px 125px;}

.ok:hover, .fb:hover, .vk:hover, .tw:hover {
	background-color: #e9dee9;
}
.ok:hover {background-position: -8px 82px;}
.vk:hover {background-position: -8px 158px;}
.fb:hover {background-position: -9px 192px;}
.tw:hover {background-position: -9px 125px;}

.item-popup__new .mb_15,
.item-popup__new .mb_30 {max-width: 220px;}
.item-popup__new .ta_r {padding-right: 13%;}

.item-popup__like {
	margin: 5px auto 20px auto;
}
.item-popup__like a {
	color: #131518;
	font-size: 13px;
	text-decoration: none;
	line-height: 28px;
}
.item-popup__like a:hover,
.item-popup__like a:visited,
.item-popup__like a:active {
	color: #131518;
	text-decoration: none;
}
.like {
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	background-position: 37px 35px;
	margin-right: 10px;
}
.item-popup__like .active-like .like {
	background-position: -13px 35px;
}
.item-popup__like a:after {
	content: "Добавить в избранное";
}
.item-popup__like a.active-like:after {
	content: "Добавлено в избранное";
}
.item-popup__new .input-button {
	line-height: 1.2;
	height: auto;
	padding: 10px;
	border-radius: 30px;
}

.item-popup__new .item-popup__right {
	width: 43%;
	box-sizing: border-box;
	margin-right: 2%;
	margin-left: 2%;
}
.item-popup__new .item-popup__image-more .image {
    height: 100px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
	.item-popup__new {
		width: 95%;
		transform: translateX(-50%);
		margin-left: 0;
        left: 50%;
        right: auto;
	}
	.item-popup__new .item-popup__left,
	.item-popup__new .item-popup__right {
		width: 100%;
		padding: 0;
	}
	.item-popup__new .mb_30,
	.item-popup__new .mb_15 {margin: 0 auto 20px auto;}
    .item-popup__social {left: -15px;right: auto;}
    .item-popup__new .item-popup__image {min-height: 235px;}
    .item-popup__new .item-popup__image .image {height: auto;}
    .item-popup__new .item-popup__image-more {text-align: center;}
	.video-collection-wrap {
		width: 90%;
		left: 50%;
		transform: translateX(-50%);
		margin: 0;
		padding-left: 0;
		padding-right: 0;
	}
}
@media all and (min-width: 320px) and (max-width: 800px) {
	.item-popup__new .item-popup__image{
		margin-left: 61px;
	}
}
@media all and (min-width: 768px) and (max-width: 984px) {
	.item-popup__new .item-popup__image .image{
		margin-right: 100px;
	}
}
@media all and (min-width: 320px) and (max-width: 420px) {
	.item-popup__new {width: 100%;}
    .item-popup__new .ta_r {display: none;}
}
/*====================================
	custom style card product close
=====================================*/








/*Сетка*/


/*
=============================================
стили личного кабинета open
=============================================
*/

.lk-b {
	width: 100%;
	float: left;
	position: relative;
	box-sizing: border-box;
}
.lk-b__info {
	float: right;
	width: 100%;
	border: 2px solid #f9f9f9;
	padding: 25px 20px;
	box-sizing: border-box;
	margin-bottom: 30px;
	background: #f9f9f9;
}
.lk-b__info ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.lk-b__info li {
	padding: 15px 0;
	width: 100%;
	float: left;
	border-bottom: 1px solid #fff;
}
.lk-b__info ul li:first-child {
	font-size: 22px;
	padding-top: 0;
	font-weight: bold;
}
.lk-b__info ul li:last-child {
	padding-bottom: 0;
	border: 0;
}
.lk-b__aside {
	float: right;
	width: 100%;
	border: 2px solid #000;
	padding: 25px 20px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.lk-b__nav {
	width: 100%;
	float: left;
	text-align: left;
}
.lk-b__nav ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.lk-b__nav li {
	padding: 15px 0;
	width: 100%;
	float: left;
	border-bottom: 1px solid #000;
}
.lk-b__nav ul li:first-child {
	padding-top: 0;
}
.lk-b__nav ul li:last-child {
	border: 0;
	padding-bottom: 0;
}
.lk-b__nav a {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
.lk-b__nav a.active {font-weight: bold;}
.lk-b__nav li .sale-i {
	position: relative;
	margin-left: 20px;
	padding: 2px 10px;
}
.lk-b__item {
	width: 100%;
	float: left;
	padding-right: 320px;
	box-sizing: border-box;
}
.lk-b__item--r {
	float: left;
	position: absolute;
	right: 0;
	width: 300px;
	padding-right: 0;
}
.list-rec-b {
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.list-rec-b__title {
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.list-rec-b__title h3 {
	font-size: 22px;
}
.list-rec-b__title span {
	font-size: 14px;
}
.list-rec-b__table {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.list-rec-b__row {
	width: 100%;
	float: left;
	padding: 30px 0 15px 0;
	border-bottom: 1px solid #cdcdcd;
	box-sizing: border-box;
}
.list-rec-b__row-header {
	border-color: #000;
	padding: 10px 0 15px 0;
}
.list-rec-b__row-header .list-rec-b__col {
	font-size: 13px;
	font-weight: bold;
}
.list-rec-b__col {
	float: left;
	min-height: 1px;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	padding: 0 13px;
	box-sizing: border-box;
}
.list-rec-b__in {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.list-rec-b__img {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100px;
	margin-top: -30px;
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
}
.list-rec-b__img .sale-i {
	position: absolute;
	top: 0;
	right: 0;
}
.sale-i {
	display: inline-block;
	vertical-align: middle;
	background: #e9dee9;
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
}

.list-rec-b__del {
	width: 100%;
	float: left;
	text-align: right;
}
.list-rec-b__del a {color: #000;}

.list-rec-b__del .input-button {
	margin-right: 32px;
	height: 30px;
	line-height: 30px;
	text-transform: none;
}

.list-rec__more {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 20px;
}
.list-rec__more a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}
.list-rec__more a:hover {
	text-decoration: none;
	border-bottom: 0;
	font-size: 14px;
}


.list-rec-b__row .list-rec-b__col:first-child {
	width: 15%;
}
.list-rec-b__row .list-rec-b__col:nth-child(2) {
	width: 12%;
}
.list-rec-b__row .list-rec-b__col:nth-child(3) {
	width: 23%;
}
.list-rec-b__row .list-rec-b__col:nth-child(4) {
	width: 15%;
}
.list-rec-b__row .list-rec-b__col:nth-child(5) {
	width: 18%;
}
.list-rec-b__row .list-rec-b__col:nth-child(6) {
	width: 17%;
}

.heart-lk-i,
.del-lk-i,
.like-lk-i,
.reload-lk-i,
.send-lk-i {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.like-lk-i {
	background-image: url(../img/like-lk-i.png);
	background-image: url(../img/like-lk-i.svg), none;
}
.reload-lk-i {
	background-image: url(../img/reload-lk-i.png);
	background-image: url(../img/reload-lk-i.svg), none;
}
.send-lk-i {
	background-image: url(../img/send-lk-i.png);
	background-image: url(../img/send-lk-i.svg), none;
}
.del-lk-i {
	width: 10px;
	height: 10px;
	background-image: url(../img/del-lk-i.png);
	background-image: url(../img/del-lk-i.svg), none;
}
.heart-lk-i {
	width: 24px;
	height: 24px;
	margin-right: 15px;
	background-image: url(../img/heart-lk-i.png);
	background-image: url(../img/heart-lk-i.svg), none;
	background-size: contain;
}

.lk-b__aside .link {
	width: 32px;
	height: 32px;
	display: block;
	border-radius: 2px;
	background-image: url(../img/submenu__mobile.png);
	background-image: url(../img/submenu__mobile.svg),none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	float: left;
}
.lk-b__aside .link-text {
	display: block;
	float: left;
	font-size: 18px;
	margin-left: 10px;
	line-height: 32px;
}
.lk-section {
	padding-top: 20px;
	padding-bottom: 60px;
}
.list-rec-sm-text {
	color: #888585;
	font-size: 10px;
}
.list-rec-b__in-mob {
	display: none;
}


@media (max-width: 960px) {
	.lk-section--favorites .shop-list__block {
		max-width: calc((100% / 2) - 5px);
	}
	.lk-section--basket .shop-list__block {
		max-width: calc((100% / 2) - 5px);
	}
}

@media all and (max-width: 899px) {
	.lk-b__item {
		padding: 0;
		width: 100%;
	}
	.lk-b__item--r {
		width: 100%;
		position: relative;
		right: auto;
	}
	.lk-b__aside {
		padding: 10px 20px;
		float: left;
		border-left: 0;
		border-right: 0;
		width: 100%;
	}
	.lk-b__info {
		width: 100%;
	}
	.lk-b__nav ul li:last-child {padding-bottom: 10px;}
	.lk-b__aside .link.active {margin-bottom: 20px;}
	.lk-b__nav.active {display: block;}
	.lk-section {
		padding-top: 20px;
		padding-bottom: 0px;
	}
	.btn-logout {
		margin-bottom: 20px;
	}
}
@media all and (min-width: 900px) {
	.lk-b__aside .link {display: none;}
	.lk-b__aside .link-text {display: none;}
}
@media all and (min-width: 900px) and (max-width: 1200px) {
	.list-rec-b__col {padding: 0 5px;font-size: 12px;}
	.lk-b__item {padding-right: 260px;}
	.lk-b__item--r {padding-right: 0;}
	.lk-b__nav a {font-size: 12px;}
	.lk-b__info li {font-size: 12px;padding: 10px 0;}
	.lk-b__info ul li:first-child {font-size: 20px;}
	.lk-b__nav li {padding: 10px 0;}
	.like-lk-i, .reload-lk-i, .send-lk-i {width: 17px;height: 17px;}
}
@media all and (min-width: 768px) and (max-width: 899px) {
	.list-rec-b__col {
		padding: 0 5px;
	}
	.like-lk-i, .reload-lk-i, .send-lk-i {
		width: 17px;
		height: 17px;
	}
}

@media all and (max-width: 767px) {
	.list-rec-b__row-header.list-rec-b__row .list-rec-b__col:first-child {width: 40%;}
	.list-rec-b__row-header.list-rec-b__row .list-rec-b__col:nth-child(2) {width: 60%;}
	.list-rec-b__row-header.list-rec-b__row .list-rec-b__col:nth-child(3) {display: none;}
	.list-rec-b__row-header.list-rec-b__row .list-rec-b__col:nth-child(4) {display: none;}
	.list-rec-b__row-header.list-rec-b__row .list-rec-b__col:nth-child(5) {display: none;}
	.list-rec-b__row-header.list-rec-b__row .list-rec-b__col:nth-child(6) {display: none;}
	.list-rec-b__in-mob {font-weight: bold;}
	.list-rec-b__in-mob,
	.list-rec-b__in {display: block;float: left;width: 50%;}
	.list-rec-b__row .list-rec-b__col:first-child {width: 40%;}
	.list-rec-b__row .list-rec-b__col:nth-child(2) {width: 60%;}
	.list-rec-b__row .list-rec-b__col:nth-child(3),
	.list-rec-b__row .list-rec-b__col:nth-child(4),
	.list-rec-b__row .list-rec-b__col:nth-child(5),
	.list-rec-b__row .list-rec-b__col:nth-child(6) {width: 100%;clear: both;margin-bottom: 10px;}
	.list-rec-b__row-header {padding-bottom: 0;border: none;}
	.list-rec-b__row {padding-top: 0;margin-bottom: 40px;}
	.list-rec-b__row-header .list-rec-b__row {margin-bottom: 0;}
	.list-rec-b__title h3 {font-size: 18px;}
	.list-rec-b__img .sale-i {font-size: 12px;padding: 6px;}
}

/*
=============================================
стили личного кабинета close
=========================orm====================
*/

.personal_data input  {
	width: 100%;
    height: 34px;
    padding: 0 10px;
    box-sizing: border-box;
    font-family: arial;
    font-size: 14px;
    box-shadow: 0 0 0 transparent;
    border: 1px solid #333333;
}

.personal_data input:focus {
	border: 1px solid  #4fa4da;
}

.catalog_buy {
	margin-top: 10px;
}

.item_in_backet {
	background-color: #000 !important;
	color: #fff !important;
}

.quantity_cache {
	width: 40px;
  margin-left: 10px;
  text-align: center;
}


.nav__item_shop > a {
	/* background-color: #fff; */
	padding-right: 15px;
	padding-left: 65px;
    background-image: url(../img/menu-shop-svg.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
    color: #ffffff;
    font-weight: 600;
    border: none;
}

.nav__link_authenticity {
	margin: 0;
	padding-right: 15px;
	padding-left: 65px;
	background-image: url(../img/menu-authenticity-svg.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
}

.nav__item_shop a:hover {
	background-color: initial;
	color: #edeef3;
}
.sub-menu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 64px;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #e9dee9;
	transition: .2s ease-in-out;
}
.sub-menu__link {
	padding: 8px 16px;
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #131518;
	text-align: left;
	font-weight: 500 !important;
	transition: .2s ease-in-out;
}
.sub-menu__link:hover {
	background-color: #eaeaea !important;
}
.sub-menu__dropdown {
	overflow-y: auto;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: -1px;
	right: -230px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	border: 1px solid #e9dee9;
	transition: .2s ease-in-out;
}
.sub-menu__dropdown::-webkit-scrollbar {
	width: 5px;
}
.sub-menu__dropdown::-webkit-scrollbar-thumb {
	background: #888;
  }
@media (min-width: 993px) {
	.sub-menu__item:hover > .sub-menu__dropdown {
		visibility: visible;
		opacity: 1;
		right: -199px;
	}
	.nav__item_shop:hover .sub-menu {
		opacity: 1;
		visibility: visible;
		top: 44px;
	}
}
@media (max-width: 992px) {
	.nav__link::before {
		display: none;
	}
	.nav__link_authenticity {
		padding: 0;
		background-image: none;
	}
	.nav__item_shop > a {
		background-image: none;
		padding-left: 15px;
	}
	.sub-menu {
		position: initial;
		display: none;
	}
	.sub-menu.active {
		display: block;
		visibility: visible;
		opacity: 1;
	}
}
.sub-menu__link:hover {
	color: #131518 !important;
}



/*
=============================================
стили страницы оплаты open
=========================orm====================
*/
.b_payment {}
.b_payment ._payment-header {}
.b_payment ._payment-footer {
	text-align: center;
	padding: 20px;
	margin-bottom: 40px;
}
.b_payment ._payment-item.row > .col:nth-child(1) {
	flex-basis: 260px;
	max-width: 260px;
}
.b_payment ._payment-item.row > .col:nth-child(2) {
	flex-basis: calc(100% - 710px);
	max-width: calc(100% - 710px);
	padding-left: 30px;
}
.b_payment ._payment-item.row > .col:nth-child(3) {
	flex-basis: 450px;
	max-width: 450px;
}
.b_payment ._table {
	text-align: center;
	font: 13px/18px 'Raleway', Arial, sans-serif
}
.b_payment ._table .row {
	padding: 7px 0;
}
.b_payment ._table ._table-header {
	border-bottom: 1px solid #000;
}
.b_payment ._table .col {
	flex-basis: calc((100% - 100px) / 5);
	max-width: calc((100% - 100px) / 5);
}
.b_payment ._table .col:nth-child(1) {
	text-align: left;
	flex-basis: 100px;
	max-width: 100px;
}
.b_payment ._image {
	padding: 10px;
	border: 1px solid rgba(216, 217, 219, 0.5);
	max-height: 220px;
	overflow: hidden;
	box-sizing: border-box;
}
.b_payment ._image img {
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
}
.b_payment ._value {
	margin: 20px auto;
	margin-bottom: 0;
	padding: 5px 10px;
	text-align: center;
	font-weight: bold;
	border-top: 2px solid #000; 
	border-bottom: 2px solid #000; 
	box-sizing: border-box;
	background-color: #fff;
}
.b_payment ._description {
	list-style-type: none;
	padding: 0;
}
.b_payment ._description .col {
	max-width: 50%;
	flex: 0 1 50%;
	margin-bottom: 20px;
}
.b_payment .row {
	position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
	align-items: flex-start;
	margin: 0 -10px;
	box-sizing: border-box;
}
.b_payment .col {
    flex: 1 1 auto;
	align-self: auto;
	padding: 0 10px;
	box-sizing: border-box;
}
.b_payment ._list {
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0;
	list-style-type: none;
	box-sizing: border-box;
}
.b_payment ._list > li {
	display: block;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 2px solid #000; 
	box-sizing: border-box;
}
.b_payment ._list > li:last-child {
	border-bottom: 2px solid #000; 
	margin-bottom: 60px;
}
.b_payment ._list > li:last-child ._value {
	position: absolute;
	left: 10px;
	top: calc(100% + 40px);
	margin: 0;
	width: 260px;
}
.btn-border {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 20px;
	border-top: 2px solid #000; 
	border-bottom: 2px solid #000; 
	color: #000;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
}
.btn-border:hover {
	text-decoration: none;
	color: #131518;
	box-shadow: 0 0 15px 2px rgba(0,0,0,.125);
}

@media (max-width: 1200px) {
	.b_payment ._list {
		max-width: 768px;
	}
	.b_payment ._description .col {
		margin-bottom: 10px;
	}
	.b_payment ._payment-item.row > .col:nth-child(2) {
		flex-basis: calc(100% - 260px);
		max-width: calc(100% - 260px);
	}
	.b_payment ._payment-item.row > .col:nth-child(3) {
		flex-basis: 100%;
		max-width: 100%;
	}
	.b_payment ._payment-item.row > .col:nth-child(3) h4 {
		margin-top: 20px;
	}
}
@media (max-width: 640px) {
	.b_payment ._list {
		max-width: 550px;
	}
	.b_payment h4 {
		margin-top: 20px;
	}
	.b_payment ._payment-item.row > .col:nth-child(1),
	.b_payment ._payment-item.row > .col:nth-child(2) {
		flex-basis: 100%;
		max-width: 100%;
		padding-left: 10px;
	}
	.b_payment ._list > li:last-child ._value {
		position: relative;
		left: auto;
		top: auto;
		margin: 0 auto;
		margin-top: 20px;
		width: 100%;
	}
	.b_payment ._list > li:last-child {
		margin-bottom: 0;
	}
}
@media (max-width: 600px) {
	.b_payment ._table {}
	.b_payment ._table ._table-header {
		flex-direction: column;
		width: 120px;
		border-bottom: 0;
		padding-right: 10px;
		margin-right: 0;
		text-align: left;
		float: left;
	}
	.b_payment ._table .col {
		border-bottom: 1px solid #000;
		flex-basis: 100%;
		width: 100%;
		max-width: 100%;
		padding: 5px 10px;
		white-space: nowrap;
	}
	.b_payment ._table .col:nth-child(1) {
		flex-basis: 100%;
		width: 100%;
		max-width: 100%;
	}
	.b_payment ._table ._table-header + div {
		width: calc(100% - 120px);
		overflow: hidden;
		overflow-x: auto;
		float: left;
		display: flex;
	}
	.b_payment ._table ._table-header + div > .row {
		flex-direction: column;
		margin-left: 10px;
		margin-right: 10px;
	}
	.b_payment ._table ._table-header + div > .row > .col {
		display: block;
		min-width: 120px;
		flex-basis: auto;
		text-align: left;
	}
	.b_payment ._description .col {
		flex-basis: 100%;
		width: 100%;
		max-width: 100%;
	}
}

/*
=============================================
стили страницы оплаты close
=========================orm====================
*/

/* Подарочные сертификаты */
.certs-gift__item {
	position: relative;
	width: 100%;
	max-width: 355px;
	height: 500px;
	background-image: url(../img/certs-gift.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.certs-gift__value {
    position: absolute;
    left: 50%;
    bottom: 40%;
    font-size: 56px;
    font-family: Lazurski;
    color: #d7b563;
    transform: translateX(-50%);
    letter-spacing: 3px;
    display: block;
    width: 100%;
    text-align: center;
}
.certs-gift__inputs {
	position: absolute;
    bottom: 85px;
    display: flex;
    justify-content: space-between;
    width: 100%;
	padding: 0 20px;
}
.certs-gift__input {
    width: 100%;
    height: 25px;
    border-radius: 5px;
    max-width: 98px;
	border: 0;
	text-align: center;
	font-size: 14px;
}
/* Подарочные сертификаты */
.shop-list__price {
	display:none;
}
.hidden_price + .custom-range-slider {
    display: none;
}

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works! */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}