/*
1. Reset CSS
2. Fonts
3. Basic styles, components
    3.1 Global
	3.2 Tags
    3.3 Basic elements
        3.3.1 Text fields
        3.3.2 Checkboxes
        3.3.3 Radio
        3.3.4 Selects, dropdowns
        3.3.5 Buttons
        3.3.6 File inputs
        3.3.7 Tooltips
    3.4 Content        
    3.5 Basic sections
        3.5.1 Header
        3.5.2 Footer
        3.5.3 Mobile navigation   
        3.5.4 Breadcrumbs
        3.5.5 Sidebar
        3.5.6 Popups
        3.5.7 Drag and drop
        3.5.8 Tabs
        3.5.9 Plus minus count
        3.5.10 Page navigation
4. Pages and sections
    4.1 Login
    4.2 User cabinet
    4.3 Catalog
    4.4 Articles
    4.5 FAQ
    4.6 Edit profile
    4.7 Load file
    4.8 Filters
    4.9 Employees, users, address
    4.10 Order
    4.11 Item
    4.12 Cart
5. Libs
    5.1 Jquery UI
    5.2 Tagator
*/

/*------------------------------------------------------------------------------------------*/
/*----------------------------------------1. RESET CSS--------------------------------------*/
/*------------------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, cite, code, em, font, img, q, s, small, strong, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, section, nav, header, footer, main, figure, figcaption, fgroup, time, hr {
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}

article, aside, section, nav, header, footer, main, figure, figcaption, fgroup, time, hr, picture {
	display: block;
}

html {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

body {
	line-height: 1;
}

input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

[type=submit], [type=button], [type=reset], button {
	cursor: pointer;
	-webkit-appearance: none;
	background-color: transparent;
}

input, textarea, button {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-webkit-focus-ring-color: none;
}

button {
	overflow: visible;
}

textarea {
	overflow: auto;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}

:focus {
	outline: 0;
}

:disabled {
	cursor: default;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/*------------------------------------------------------------------------------------------*/
/*----------------------------------------2. FONTS------------------------------------------*/
/*------------------------------------------------------------------------------------------*/
@font-face {
	font-family: 'ALS Hauss';
	src: url('../fonts/alshauss-bold-webfont.eot');
	src: url('../fonts/alshauss-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/alshauss-bold-webfont.woff2') format('woff2'), url('../fonts/alshauss-bold-webfont.woff') format('woff'), url('../fonts/alshauss-bold-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'ALS Hauss';
	src: url('../fonts/alshauss-bolditalic-webfont.eot');
	src: url('../fonts/alshauss-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/alshauss-bolditalic-webfont.woff2') format('woff2'), url('../fonts/alshauss-bolditalic-webfont.woff') format('woff'), url('../fonts/alshauss-bolditalic-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'ALS Hauss';
	src: url('../fonts/alshauss-regular-webfont.eot');
	src: url('../fonts/alshauss-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/alshauss-regular-webfont.woff2') format('woff2'), url('../fonts/alshauss-regular-webfont.woff') format('woff'), url('../fonts/alshauss-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'ALS Hauss';
	src: url('../fonts/alshauss-regularitalic-webfont.eot');
	src: url('../fonts/alshauss-regularitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/alshauss-regularitalic-webfont.woff2') format('woff2'), url('../fonts/alshauss-regularitalic-webfont.woff') format('woff'), url('../fonts/alshauss-regularitalic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

/*------------------------------------------------------------------------------------------*/
/* -------------------------------3. BASIC STYLES, COMPONENTS-------------------------------*/
/*------------------------------------------------------------------------------------------*/
/*____________________3.1 GLOBAL____________________*/
html {
	height: 100% !important;
	margin: auto;
	position: relative;
}

body {
	min-width: 320px;
	height: 100% !important;
	position: relative;
	font: normal 16px/19px 'ALS Hauss';
	background: #f3f3f3;
	color: #333;
}

.page-container {
	max-width: 100%;
	min-height: 100%;
	margin: auto;
	padding: 200px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	position: relative;
}

.ie .page-container {
	display: block;
}

.page-container_login {
	padding: 72px 0 0;
}

@media (max-width:950px) {
	.page-container {
		padding: 115px 0 0;
	}

	.page-container_login {
		padding: 56px 0 0;
	}
}

.main {
	width: 100%;
	min-width: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
}

.main_white {
	background: #fff;
}

.main__top {
	padding: 24px 0 8px;
}

.main__title {
	margin: 0 0 16px;
	font-size: 28px;
	line-height: 34px;
}

@media (max-width:767px) {
	.main__title {
		font-size: 24px;
		line-height: 29px;
	}
}

.main__cols {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width:950px) {
	.main__cols {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.main__left {
	width: 280px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

@media (max-width:1279px) {
	.main__left {
		width: 210px;
	}
}

@media (max-width:950px) {
	.main__left {
		width: 100%;
		display: none;
	}

	.main__left_mob-visible {
		display: block;
	}
}

.main__right {
	width: 100%;
	min-width: 0;
	padding: 0 0 0 32px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

@media (max-width:1279px) {
	.main__right {
		padding-left: 24px;
	}
}

@media (max-width:950px) {
	.main__right {
		padding-left: 0;
	}
}

.main__bg-block {
	margin: 0 0 32px;
	padding: 24px 24px 0;
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
}

@media (max-width:767px) {
	.main__bg-block {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.main__buttons {
	padding: 0 0 8px;
}

.container {
	width: 100%;
	min-width: 320px;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 32px;
	padding-left: 32px;
}

@media (max-width:1279px) {
	.container {
		max-width: 1024px;
	}
}

@media (max-width:767px) {
	.container {
		padding-right: 16px;
		padding-left: 16px;
	}
}

.main_loading {
	width: 20px;
	height: 20px;
}

/*____________________3.2 TAGS____________________*/
h1 {
	font: bold 32px/36px 'ALS Hauss';
}

h2 {
	font: bold 24px/29px 'ALS Hauss';
}

h3 {
	font: bold 24px/29px 'ALS Hauss';
}

h4 {
	font: bold 20px/26px 'ALS Hauss';
}

h5 {
	font: bold 16px/19px 'ALS Hauss';
}

h6 {
	font: bold 16px/19px 'ALS Hauss';
}

ul > li {
	list-style: none;
}

ol {
	list-style: none;
	counter-reset: item;
}

ol > li:before {
	content: counter(item, decimal) ". ";
	counter-increment: item;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #00378d;
	text-decoration: none;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}

button, input[type=submit], input[type=reset] {
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}

button {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input, button, textarea, label {
	font-family: 'ALS Hauss';
}

hr {
	height: 1px;
	margin: 5px 0;
	padding: 0;
	border: none;
	background: #dbdbdb;
}

/*____________________3.3 BASIC ELEMENTS____________________*/
/* 3.3.1 Text fields */
*::-moz-placeholder {
	opacity: 1;
	color: #bbb;
}

*::-webkit-input-placeholder {
	line-height: normal;
	opacity: 1;
	color: #bbb;
}

*:-ms-input-placeholder {
	opacity: 1;
	color: #bbb;
}

.input {
	width: 100%;
	height: 48px;
	padding: 0 16px;
	display: block;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 8px;
	font-size: 16px;
	line-height: 1;
	color: #333;
}

.input:focus {
	border-color: #999;
}

.input:disabled {
	border-color: #f3f3f3;
	color: #dbdbdb;
}

.textarea {
	width: 100%;
	min-width: 100%;
	height: 144px;
	min-height: 144px;
	padding: 12px 16px;
	display: block;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 8px;
	font-size: 16px;
	line-height: 22px;
	color: #333;
	resize: none;
}

.textarea:focus {
	border-color: #999;
}

.textarea::-webkit-input-placeholder {
	line-height: 22px;
}

/* 3.3.2 Checkboxes */
.checkbox__label {
	padding: 0 0 0 26px;
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #475767;
	text-align: left;
}

.desktop .checkbox__label:hover .checkbox__icon {
	border-color: #999;
}

.checkbox__input {
	display: none;
}

.checkbox__input:checked + .checkbox__icon:after {
	display: block;
}

.checkbox__icon {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 2px;
	left: 0;
	background: #fff;
	border: 1px solid #dbdbdb;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.checkbox__icon:after {
	content: "";
	width: 10px;
	height: 7px;
	margin: 2px auto 0;
	display: none;
	border-bottom: 3px solid #43a047;
	border-left: 3px solid #43a047;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}

.checkbox__hidden {
	display: none;
}

/* 3.3.3 Radio */
.radio {
	margin: 0 0 16px;
}

.radio:last-child {
	margin: 0;
}

.radio__label {
	padding: 0 0 0 26px;
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #475767;
}

.desktop .radio__label:hover .radio__icon {
	border-color: #999;
}

.radio__input {
	display: none;
}

.radio__input:checked + .radio__icon:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.radio__icon {
	width: 16px;
	height: 16px;
	padding: 3px;
	position: absolute;
	top: 2px;
	left: 0;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 50%;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.radio__icon:after {
	content: "";
	height: 100%;
	display: block;
	background: #43a047;
	border-radius: 50%;
	-webkit-transition: all 0.15s linear 0s;
	transition: all 0.15s linear 0s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.radio__text {
	display: inline;
}

.radio__remark {
	margin: 4px 0 0;
	display: block;
	font-size: 12px;
	line-height: 1.2;
}

/* 3.3.4 Selects, dropdowns */
.selectbox {
	height: 48px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectbox.opened {
	z-index: 20;
}

.selectbox.opened .selectbox__head {
	border-color: #999;
	border-radius: 8px 8px 0 0;
}

.selectbox.opened .selectbox__head:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.selectbox__container {
	cursor: pointer;
}

.selectbox__head {
	width: 100%;
	max-width: 100%;
	height: 48px;
	padding: 0 32px 0 16px;
	position: relative;
	z-index: 1;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 8px;
	font-size: 16px;
	line-height: 46px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.selectbox__head_icon {
	padding-left: 36px;
}

.selectbox__head:after {
	content: "";
	width: 0px;
	height: 0px;
	margin: -2.5px 0 0;
	position: absolute;
	top: 50%;
	right: 16px;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #bbb transparent transparent transparent;
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.desktop .selectbox__head:hover {
	color: #00378d;
}

.selectbox__placeholder {
	color: #bbb;
}

.selectbox__dropdown {
	width: 100%;
	max-height: 220px;
	padding: 10px 0;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 0 0 8px 8px;
	border-top: none;
	cursor: default;
}

.selectbox__dropdown::-webkit-scrollbar {
	width: 19px;
	height: 19px;
	background: #fff;
	border-radius: 0 0 9999px 0;
	border-left: 1px solid #bdbdbd;
}

.selectbox__dropdown::-webkit-scrollbar-thumb {
	border: 6px solid rgba(0, 0, 0, 0);
	background-clip: padding-box;
	border-radius: 9999px;
	background-color: #475767;
}

.desktop .selectbox__dropdown::-webkit-scrollbar-thumb:hover {
	background-color: #333;
}

.selectbox__item.active .selectbox__label {
	background: #f2f2f2;
	color: #00378d;
}

.selectbox__label {
	padding: 8px 16px;
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.desktop .selectbox__label:hover {
	color: #00378d;
}

.selectbox__label_icon {
	padding-left: 36px;
}

.selectbox__input {
	display: none;
}

.selectbox__icon {
	width: 12px;
	height: 12px;
	margin: -7px 0 0;
	position: absolute;
	top: 50%;
	left: 16px;
	fill: #bbb;
}

/* 3.3.5 Buttons */
.button {
	max-width: 100%;
	height: 48px;
	margin: 0 20.5px 16px 0;
	padding: 0 24px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	vertical-align: top;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 24px;
	border: 1px solid #00378d;
	background: #00378d;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
}

.button:last-child {
	margin-right: 0;
}

.desktop .button:hover {
	background: #ca003d;
	border-color: #ca003d;
}

.button:disabled {
	opacity: 0.5;
}

.desktop .button:disabled:hover {
	background: #00378d;
	border-color: #00378d;
}

.button_transparent {
	background: transparent;
	color: #00378d;
}

.button_transparent .button__icon {
	fill: #00378d;
}

.desktop .button_transparent:hover {
	color: #fff;
}

.desktop .button_transparent:hover .button__icon {
	fill: #fff;
}

.button_transparent:disabled {
	background: transparent;
}

.desktop .button_transparent:disabled:hover {
	background: transparent;
	color: #00378d;
}

.desktop .button_transparent:disabled:hover .button__icon {
	fill: #00378d;
}

.button_transparent.active {
	background: #00378d;
	border-color: #00378d;
	color: #fff;
}

.button_transparent.active .button__icon {
	fill: #fff;
}

.desktop .button_transparent.active:hover {
	background: #ca003d;
	border-color: #ca003d;
	color: #fff;
}

.desktop .button_transparent.active:hover .button__icon {
	fill: #fff;
}

.button_transparent-white {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.button_transparent-white .button__icon {
	fill: #fff;
}

.desktop .button_transparent-white:hover {
	background: #fff;
	border-color: #ca003d;
	color: #00378d;
}

.desktop .button_transparent-white:hover .button__icon {
	fill: #00378d;
}

.button_transparent-white:disabled {
	background: transparent;
}

.desktop .button_transparent-white:disabled:hover {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.desktop .button_transparent-white:disabled:hover .button__icon {
	fill: #fff;
}

.button_simple {
	height: 24px;
	padding: 0;
	background: none;
	border-color: transparent;
	font-weight: normal;
	line-height: 24px;
	color: #00378d;
}

.desktop .button_simple:hover {
	background: none;
	border-color: transparent;
	color: #ca003d;
}

.button_simple:disabled {
	background: none;
	border-color: transparent;
	color: #00378d;
}

.button_sm {
	height: 40px;
	padding: 0 16px;
	border-radius: 20px;
	font-size: 14px;
}

.button_sm .button__text {
	position: relative;
	top: 1px;
}

.button__icon {
	width: 16px;
	height: 16px;
	margin: 0 8px 0 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	fill: #fff;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}

.button__icon:last-child {
	margin: 0 0 0 8px;
}

.button__text {
	min-width: 0;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.button__filter {
	margin: 0 8px 0 0;
	position: relative;
}

.button__filter .button__icon {
	margin: 0;
}

.button__filter:last-child {
	margin: 0 0 0 8px;
}

.button__count {
	width: 16px;
	height: 16px;
	position: absolute;
	top: -6px;
	right: -12px;
	background: #333;
	border-radius: 50%;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	color: #fff;
}

.link {
	margin: 0 20.5px 20px 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: top;
	font-size: 16px;
	color: #00378d;
}

.link:last-child {
	margin-right: 0;
}

.desktop .link:hover {
	color: #ca003d;
}

.desktop .link:hover .link__icon {
	fill: #ca003d;
}

.link_white {
	color: #fff;
}

.link_white .link__icon {
	fill: #fff;
}

.desktop .link_white:hover {
	color: rgba(255, 255, 255, 0.7);
}

.desktop .link_white:hover .link__icon {
	fill: rgba(255, 255, 255, 0.7);
}

.link_sm {
	font-size: 14px;
	line-height: 1;
}

.link_sm .link__icon {
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
}

.link_sm .link__icon_mail {
	height: 12px;
}

.link_alt {
	font-size: 16px;
	line-height: 1;
}

.link_alt .link__icon {
	width: 16px;
	height: 16px;
	margin: 0 8px 0 0;
}

.link__icon {
	width: 24px;
	height: 24px;
	margin: 0 8px 0 0;
	fill: #00378d;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.burger-button {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #00378d;
}

.burger-button:before, .burger-button:after, .burger-button .burger-button__icon {
	content: "";
	width: 24px;
	height: 4px;
	margin: -2px 0 0 -12px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
}

.burger-button:before {
	margin-top: -10px;
}

.burger-button:after {
	margin-top: 6px;
}

.desktop .burger-button:hover {
	background: #ca003d;
}

.close-button {
	width: 56px;
	height: 56px;
	display: block;
	position: relative;
	background: #00378d;
}

.desktop .close-button:hover {
	background: #ca003d;
}

.close-button_grey {
	background: #f3f3f3;
	border: 1px solid #dbdbdb;
}

.close-button_grey .close-button__icon {
	fill: #333;
}

.desktop .close-button_grey:hover {
	background: #f3f3f3;
}

.desktop .close-button_grey:hover .close-button__icon {
	fill: #00378d;
}

.close-button__icon {
	width: 24px;
	height: 24px;
	margin: -12px 0 0 -12px;
	position: absolute;
	top: 50%;
	left: 50%;
	fill: #fff;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.exit-button {
	width: 24px;
	height: 24px;
	display: block;
}

.desktop .exit-button:hover .exit-button__icon {
	fill: #51606e;
}

.exit-button__icon {
	width: 24px;
	height: 24px;
	display: block;
	fill: #bbb;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.arrow-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #00378d;
	white-space: nowrap;
}

.desktop .arrow-link:hover {
	color: #ca003d;
}

.desktop .arrow-link:hover .arrow-link__icon {
	fill: #ca003d;
}

.arrow-link__icon {
	width: 16px;
	height: 16px;
	margin: 0 0 0 8px;
	fill: #00378d;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.dots-button {
	width: 24px;
	height: 16px;
	display: inline-block;
}

.desktop .dots-button:hover .dots-button__icon {
	fill: #ca003d;
}

.dots-button__icon {
	width: 16px;
	height: 16px;
	margin: auto;
	fill: #333;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.x-button {
	width: 40px;
	height: 40px;
	display: block;
	position: relative;
}

.desktop .x-button:hover .x-button__icon {
	fill: #00378d;
}

.x-button__icon {
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	position: absolute;
	top: 50%;
	left: 50%;
	fill: #475767;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.clear-button {
	margin: 0 0 16px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #475767;
	font-size: 16px;
	line-height: 20px;
}

.desktop .clear-button:hover {
	color: #ca003d;
}

.desktop .clear-button:hover .clear-button__icon {
	fill: #ca003d;
}

.clear-button__icon {
	width: 24px;
	height: 24px;
	margin: 0 8px 0 0;
	fill: #bbb;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.remove-button {
	width: 20px;
	height: 20px;
	margin: auto;
	display: block;
}

.desktop .remove-button:hover .remove-button__icon {
	fill: #ca003d;
}

.remove-button__icon {
	width: 20px;
	height: 20px;
	fill: #bbb;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.info-button {
	width: 20px;
	height: 20px;
	display: block;
}

.info-button__icon {
	width: 20px;
	height: 20px;
	display: block;
	fill: #00378d;
}

/* 3.3.6 File inputs */
.file__button {
	margin: 0;
}

.file__input {
	display: none;
}

.file__desc {
	max-width: 384px;
	margin: 8px 0 0;
	display: block;
	font-size: 12px;
	line-height: 1.2;
	color: #475767;
}

.uploaded-item {
	margin: 16px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.uploaded-item__name {
	min-width: 0;
	max-width: 100%;
	color: #475767;
	font-size: 14px;
	line-height: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.uploaded-item__remove {
	width: 16px;
	height: 16px;
	margin: 0 0 0 8px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.uploaded-item__remove .x-button__icon {
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	fill: #bbb;
}

.desktop .uploaded-item__remove:hover .x-button__icon {
	fill: #ca003d;
}

/* 3.3.7 Tooltips */
.tooltip {
	padding: 20px 24px;
	color: #475767;
	line-height: 22px;
}

.tooltip_sm {
	max-width: 300px;
	padding: 16px;
	font-size: 14px;
	line-height: 20px;
}

.tooltip p {
	margin: 0 0 16px;
}

.tooltip p:last-child {
	margin: 0;
}

.tooltip a {
	color: #00378d;
}

.desktop .tooltip a:hover {
	color: #ca003d;
}

.tooltip-link {
	padding: 8px 16px;
	display: block;
	position: relative;
	color: #475767;
	line-height: 20px;
}

.tooltip-link:first-child {
	padding-top: 16px;
}

.tooltip-link:first-child .tooltip-link__icon {
	margin-top: 8px;
}

.tooltip-link:last-child {
	padding-bottom: 16px;
}

.tooltip-link_icon {
	padding-left: 48px;
}

.desktop .tooltip-link:hover {
	color: #ca003d;
}

.desktop .tooltip-link:hover .tooltip-link__icon {
	fill: #ca003d;
}

.tooltip-link__icon {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 6px;
	left: 16px;
	fill: #475767;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

/*____________________3.4 CONTENT____________________*/
.content {
	color: #475767;
	line-height: 1.4;
}

.content p, .content ol, .content table {
	margin: 0 0 24px;
}

.content img {
	margin: 0 0 32px;
	border-radius: 8px;
}

.content ul {
	margin: 0 0 24px;
}

.content ul > li:before {
	content: "• ";
}

.content h1 {
	margin: 0 0 24px;
	color: #333;
}

.content h2, .content h3 {
	margin: 0 0 24px;
	color: #333;
}

.content h4 {
	margin: 0 0 24px;
	color: #333;
}

.content a {
	color: #00378d;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

.desktop .content a:hover {
	color: #ca003d;
}

.number-symbol {
	font-family: system-ui;
}

/*____________________3.5 BASIC SECTIONS____________________*/
/* 3.5.1 Header */
.header {
	width: 100%;
	min-width: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #fff;
}

.header.scrolled .header__fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

.header.scrolled .header-nav__item_search {
	display: block;
}

.header.search-opened .header-top {
	position: relative;
	z-index: 90;
}

.header.search-opened .search-mask {
	display: block;
}

@media (max-width:950px) {
	.header {
		position: fixed;
	}

	.header.scrolled .header__fixed {
		position: static;
		top: auto;
		left: auto;
		z-index: auto;
	}
}

.header__main {
	position: relative;
	z-index: 1;
	background: #fff;
}

@media (max-width:950px) {
	.header__main {
		-webkit-box-shadow: 0 2px 8px 0 rgba(28, 34, 37, 0.1);
		box-shadow: 0 2px 8px 0 rgba(28, 34, 37, 0.1);
	}
}

.header__fixed {
	width: 100%;
	background: #f3f3f3;
	-webkit-box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
}

@media (max-width:950px) {
	.header__fixed {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.header-top__cols {
	margin: 0 -16px;
	min-height: 72px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:950px) {
	.header-top__cols {
		min-height: 56px;
	}
}

.header-top__col {
	min-width: 0;
	max-width: 100%;
	padding: 12px 16px;
}

.header-top__col_mob {
	display: none;
}

.header-top__col_logo {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header-top__col_call {
	margin-left: 48px;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header-top__col_search {
	width: 100%;
	min-width: 0;
}

.header-top__col_user {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header-top__col_exit {
	margin-left: -16px;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width:1279px) {
	.header-top__col {
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.header-top__col_call {
		margin-left: 0;
	}
}

@media (max-width:950px) {
	.header-top__col {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.header-top__col_hidden-mob {
		display: none;
	}

	.header-top__col_mob {
		display: block;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.header-top__col_logo {
		width: 100%;
		min-width: 0;
		-ms-flex-negative: 1;
		flex-shrink: 1;
	}

	.header-top__col_burger {
		width: 56px;
		min-height: 56px;
		margin: 0 0 0 16px;
		position: relative;
	}
}

@media (max-width:767px) {
	.header-top__col_burger {
		margin: 0 -4px 0 0;
		padding: 0;
	}
}

.header-top__button {
	margin: 0;
}

.header-top__mail {
	margin: 0;
}

.header-top__number {
	line-height: 1;
	color: #333;
}

.desktop .header-top__number:hover {
	color: #ca003d;
}

.header-middle {
	background: #00378d;
}

@media (max-width:950px) {
	.header-middle {
		display: none;
	}
}

.header-middle__cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-middle__col {
	min-width: 0;
	max-width: 100%;
}

.header-bottom {
	min-height: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #475767;
}

@media (max-width:950px) {
	.header-bottom {
		min-height: 0;
		-webkit-box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
		box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	}
}

.header-bottom__col {
	padding: 10px 30px 10px 26px;
	position: relative;
}

.header-bottom__col:first-child {
	padding-left: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header-bottom__col:first-child:before {
	display: none;
}

.header-bottom__col:last-child {
	padding-right: 0;
}

.header-bottom__col:before {
	content: "";
	width: 1px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	left: 0;
	background: #dbdbdb;
}

@media (max-width:950px) {
	.header-bottom__col {
		padding-top: 9px;
		padding-bottom: 11px;
		display: none;
	}

	.header-bottom__col_visible-mob {
		display: block;
	}
}

.header-bottom__text {
	padding: 0 5px 0 0;
}

@media (max-width:1279px) {
	.header-bottom__text {
		display: block;
	}
}

.header-bottom__agreement {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px dashed #333;
}

.desktop .header-bottom__agreement:hover {
	color: #ca003d;
	border-color: #ca003d;
}

.header-bottom__head {
	display: block;
	font-size: 14px;
}

.header-bottom__value {
	display: block;
	font-size: 14px;
	color: #333;
}

.header-logo {
	width: 147px;
	display: block;
}

@media (max-width:1279px) {
	.header-logo {
		width: 104px;
	}
}

.header-logo__image {
	width: 100%;
	max-width: none;
}

.header-actions {
	margin: 0 -6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header-actions__item {
	padding: 0 6px;
}

.header-actions__link {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	border-radius: 50%;
	background: #f3f3f3;
	border: 1px solid #f3f3f3;
	color: #00378d;
}

.desktop .header-actions__link:hover {
	background: #e9e9e9;
	border-color: #e9e9e9;
}

.header-actions__link_red {
	background: #ca003d;
	border-color: #ca003d;
	color: #fff;
}

.header-actions__link_red .header-actions__icon {
	fill: #fff;
}

.desktop .header-actions__link_red:hover {
	background: #00378d;
	border-color: #00378d;
}

.desktop .header-actions__link_red:hover .header-actions__count {
	background: #00378d;
}

.header-actions__icon {
	width: 20px;
	height: 20px;
	fill: #00378d;
}

.header-actions__icon_cart {
	height: 17px;
}

.header-actions__letter {
	font-weight: bold;
	font-size: 20px;
}

.header-actions__count {
	min-width: 20px;
	height: 20px;
	position: absolute;
	top: -4px;
	right: -4px;
	border-radius: 50%;
	background: #ca003d;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.search-form {
	padding: 0 40px 0 0;
	position: relative;
}

.search-form.opened {
	z-index: 10;
}

.search-form.opened .search-form__clear {
	display: block;
}

.search-form.opened .search-dropdown {
	display: block;
}

.search-form__input {
	width: 100%;
	height: 40px;
	padding: 1px 35px 0 16px;
	display: block;
	position: relative;
	z-index: 1;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-right: none;
	border-radius: 8px 0 0 8px;
	font-size: 16px;
	line-height: 1;
	color: #333;
}

.search-form__input:focus {
	border-color: #999;
}

.search-form__button {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	background: #475767;
	border-radius: 0 8px 8px 0;
}

.desktop .search-form__button:hover {
	background: #ca003d;
}

.search-form__icon {
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	position: absolute;
	top: 50%;
	left: 50%;
	fill: #fff;
}

.search-form__clear {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 40px;
	z-index: 2;
	display: none;
}

.search-form__clear .x-button__icon {
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	fill: #bbb;
}

.desktop .search-form__clear:hover .x-button__icon {
	fill: #00378d;
}

.search-mask {
	width: 9999px;
	height: 9999px;
	display: none;
	position: absolute;
	top: 100%;
	left: -3000px;
	background: rgba(0, 0, 0, 0.5);
}

.search-dropdown {
	width: 100%;
	margin: -8px 0 0;
	padding: 24px 17px;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	-webkit-box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	border-radius: 0 0 8px 8px;
}

.search-dropdown__results {
	max-height: 234px;
	margin: 0 -17px 14px;
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.search-dropdown__results:last-child {
	margin-bottom: 0;
}

.search-dropdown__results::-webkit-scrollbar {
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 9999px;
}

.search-dropdown__results::-webkit-scrollbar-thumb {
	border: 6px solid rgba(0, 0, 0, 0);
	background-clip: padding-box;
	border-radius: 9999px;
	background-color: #475767;
}

.desktop .search-dropdown__results::-webkit-scrollbar-thumb:hover {
	background-color: #333;
}

.search-dropdown__link {
	padding: 10px 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition-property: background;
	transition-property: background;
	color: #333;
}

.desktop .search-dropdown__link:hover {
	color: #ca003d;
	text-shadow: 0 0;
	background: #f4f4f4;
}

.search-dropdown__price {
	padding: 0 0 0 16px;
	white-space: nowrap;
}

.search-dropdown__button {
	margin: 0;
}

.search-dropdown__name {
	display: block;
}

.search-dropdown__date {
	display: block;
	font-size: 12px;
	color: #475767;
}

.header-user {
	max-width: 160px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #00378d;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
}

.desktop .header-user:hover {
	color: #ca003d;
}

.desktop .header-user:hover .header-user__circle {
	border-color: #ca003d;
}

.desktop .header-user:hover .header-user__icon {
	fill: #ca003d;
}

.header-user__circle {
	width: 32px;
	height: 32px;
	margin: 0 8px 0 0;
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border: 1px solid #00378d;
	border-radius: 50%;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

@media (max-width:950px) {
	.header-user__circle {
		margin: 0;
	}
}

.header-user__icon {
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	position: absolute;
	top: 50%;
	left: 50%;
	fill: #00378d;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.header-user__name {
	min-width: 0;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

@media (max-width:950px) {
	.header-user__name {
		display: none;
	}
}

.header-nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-nav__item_catalog {
  /* margin:0 0 0 -32px; */;
}

.header-nav__item_catalog .header-nav__link {
	padding: 0 32px 0 62px;
	position: relative;
	background: #ca003d;
}

.header-nav__item_catalog + .header-nav__item + .header-nav__item .header-nav__link {
	padding-left: 32px;
}

.header-nav__item_search {
	padding: 12px 0 0 32px;
	display: none;
}

.header-nav__link {
	height: 64px;
	padding: 0 25px;
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 66px;
	color: #fff;
}

.desktop .header-nav__link:hover {
	color: rgba(255, 255, 255, 0.7);
}

.desktop .header-nav__link:hover .header-nav__icon {
	opacity: 0.7;
}

@media (max-width:1024px) {
	.header-nav__link {
		padding: 0 16px;
	}
}

.header-nav__burger {
	width: 16px;
	height: 15px;
	margin: -7.5px 0 0;
	position: absolute;
	top: 50%;
	left: 32px;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.header-nav__burger:before, .header-nav__burger:after, .header-nav__burger span {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
}

.header-nav__burger:before {
	margin-top: 6px;
}

.header-nav__burger:after {
	margin-top: 12px;
}

.header-nav__search-button {
	width: 40px;
	height: 40px;
	display: block;
	position: relative;
	background: #475767;
	border-radius: 8px;
}

.desktop .header-nav__search-button:hover {
	background: #ca003d;
}

.header-nav__search-icon {
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	position: absolute;
	top: 50%;
	left: 50%;
	fill: #fff;
}

.header-order {
	height: 64px;
  /* margin:0 -32px 0 0; */
	padding: 0 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.desktop .header-order:hover {
	color: rgba(255, 255, 255, 0.7);
}

@media (max-width:1024px) {
	.header-order {
		padding: 0 32px;
	}
}

.header-order__text {
	width: 100%;
	padding: 0 0 4px;
	display: block;
}

.header-order__value {
	width: 100%;
	font-weight: bold;
}

/* 3.5.2 Footer */
.footer {
	width: 100%;
	min-width: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	overflow: hidden;
}

.footer__bottom {
	padding-top: 16px;
	padding-bottom: 16px;
}

.footer__bg {
	background: #475767;
	color: #fff;
}

.footer__actions {
	max-width: 1210px;
	margin: 0 -20px;
	padding: 16px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width:767px) {
	.footer__actions {
		padding: 25px 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.footer__action {
	padding: 8px 20px;
}

.footer__link {
	margin: 0;
}

.footer__cols {
	padding: 49px 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #bbb;
}

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

@media (max-width:767px) {
	.footer__cols {
		padding: 30px 0 0;
		display: block;
		border: none;
	}
}

@media (min-width:768px) {
	.footer__col {
		width: 25%;
	}

	.footer__col_50 {
		width: 50%;
	}

	.footer__col_50 .footer-nav__item {
		width: 50%;
	}
}

.footer-nav {
	position: relative;
	color: #fff;
}

@media (max-width:767px) {
	.footer-nav:after {
		content: "";
		width: 100%;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 0;
		background: #bbb;
	}
}

.footer-nav__top {
	min-height: 46px;
	padding: 0 0 12px;
	position: relative;
}

@media (max-width:767px) {
	.footer-nav__top {
		min-height: 0;
		padding: 13px 40px 14px 0;
	}
}

.footer-nav__mob-button {
	display: none;
}

@media (max-width:767px) {
	.footer-nav__mob-button {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		z-index: 1;
	}

	.footer-nav__mob-button:after {
		content: "";
		width: 0px;
		height: 0px;
		margin: -2.5px 0 0;
		position: absolute;
		top: 50%;
		right: 0;
		border-style: solid;
		border-width: 5px 5px 0 5px;
		border-color: #fff transparent transparent transparent;
		-webkit-transition: all 0.2s linear 0s;
		transition: all 0.2s linear 0s;
	}

	.footer-nav__mob-button.active:after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.desktop .footer-nav__mob-button:hover {
		opacity: 0.7;
	}
}

.footer-nav__title {
	font-weight: bold;
	display: block;
	font-size: 24px;
	line-height: 24px;
}

@media (max-width:767px) {
	.footer-nav__title {
		padding: 3px 0;
	}
}

.footer-nav__text {
	font-weight: bold;
	display: block;
	font-size: 16px;
	line-height: 24px;
}

.footer-nav__top-link {
	color: #fff;
	position: relative;
	z-index: 2;
}

.desktop .footer-nav__top-link:hover {
	color: rgba(255, 255, 255, 0.7);
}

.footer-nav__list {
	margin: 0 -30px 0 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (min-width:768px) {
	.footer-nav__list {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

@media (max-width:767px) {
	.footer-nav__list {
		display: none;
	}
}

.footer-nav__item {
	width: 100%;
	padding: 0 30px 24px 0;
}

@media (max-width:767px) {
	.footer-nav__item {
		width: auto;
	}

	.footer-nav__item:first-child {
		padding-top: 8px;
	}

	.footer-nav__item:last-child {
		padding-bottom: 20px;
	}
}

.footer-nav__link {
	color: #bbb;
}

.desktop .footer-nav__link:hover {
	color: #fff;
}

.copyrights p, .copyrights ul, .copyrights ol {
	margin: 0 0 8px;
}

.copyrights p:last-child, .copyrights ul:last-child, .copyrights ol:last-child {
	margin: 0;
}

/* 3.5.3 Mobile navigation */
.mob-nav {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.5);
}

.mob-nav.active .mob-nav__bg {
	left: -56px;
}

.mob-nav__bg {
	width: 100%;
	height: 100%;
	max-width: 400px;
	padding: 0 0 0 56px;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 1;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.mob-nav__scroll {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
}

.mob-nav__close {
	width: 56px;
	height: 56px;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 2;
}

.mob-nav__mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.mob-nav__bottom {
	padding: 28px 16px 8px;
	background: #475767;
}

.mob-search {
	position: relative;
}

.mob-search.opened {
	z-index: 10;
}

.mob-search.opened .mob-search__clear {
	display: block;
}

.mob-search.opened .search-dropdown {
	display: block;
}

.mob-search__input {
	width: 100%;
	height: 56px;
	padding: 0 36px 0 48px;
	display: block;
	position: relative;
	z-index: 1;
	background: #fff;
	border-bottom: 1px solid #dbdbdb;
	font-size: 16px;
	line-height: 1;
}

.mob-search__input:focus {
	border-color: #999;
}

.mob-search__input::-moz-placeholder {
	color: #757575;
}

.mob-search__input::-webkit-input-placeholder {
	color: #757575;
}

.mob-search__input:-ms-input-placeholder {
	color: #757575;
}

.mob-search__icon {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 20px;
	left: 16px;
	z-index: 2;
	fill: #475767;
}

.mob-search__clear {
	width: 40px;
	height: 56px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: none;
}

.mob-search__clear .x-button__icon {
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	fill: #bbb;
}

.desktop .mob-search__clear:hover .x-button__icon {
	fill: #00378d;
}

.mob-catalog {
	padding: 26px 16px 26px 48px;
	display: block;
	position: relative;
	font-weight: bold;
	color: #333;
}

.mob-catalog:after {
	content: "";
	width: 6px;
	height: 6px;
	margin: -3px 0 0;
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	border-right-color: #333;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #333;
	border-top-style: solid;
	border-top-width: 1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.desktop .mob-catalog:hover {
	color: #00378d;
}

.mob-catalog__burger {
	width: 16px;
	height: 15px;
	margin: -7.5px 0 0;
	position: absolute;
	top: 50%;
	left: 16px;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.mob-catalog__burger:before, .mob-catalog__burger:after, .mob-catalog__burger span {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	background: #00378d;
}

.mob-catalog__burger:before {
	margin-top: 6px;
}

.mob-catalog__burger:after {
	margin-top: 12px;
}

.mob-user {
	position: relative;
	background: #00378d;
}

.mob-user__link {
	padding: 27px 16px 25px 48px;
	display: block;
	position: relative;
	font-weight: bold;
	color: #fff;
}

.desktop .mob-user__link:hover {
	opacity: 0.7;
}

.mob-user__icon {
	width: 16px;
	height: 16px;
	margin: -8px 0 0;
	position: absolute;
	top: 50%;
	left: 16px;
	fill: #fff;
}

.mob-user__logout {
	width: 20px;
	height: 20px;
	margin: -10px 0 0;
	position: absolute;
	top: 50%;
	right: 10px;
}

.desktop .mob-user__logout:hover {
	opacity: 0.7;
}

.mob-user__logout-icon {
	width: 20px;
	height: 20px;
	fill: #fff;
}

.inner-nav__link {
	padding: 11px 20px 10px 48px;
	display: block;
	position: relative;
	color: #333;
}

.desktop a.inner-nav__link:hover {
	color: #ca003d;
}

/* 3.5.4 Breadcrumbs */
.breadcrumbs {
	padding: 0 0 8px;
}

.breadcrumbs__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.breadcrumbs__item {
	min-width: 0;
	padding: 0 22px 0 0;
	position: relative;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	line-height: 16px;
	color: #888;
}

.breadcrumbs__item:after {
	content: "→";
	width: 22px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}

.breadcrumbs__item:last-child {
	padding: 0;
}

.breadcrumbs__item:last-child:after {
	display: none;
}

.breadcrumbs__link {
	color: #888;
}

.desktop .breadcrumbs__link:hover {
	color: #ca003d;
}

/* 3.5.5 Sidebar */
.sidebar {
	margin: 0 0 32px;
	position: relative;
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
}

.sidebar_no-shadow {
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (max-width:950px) {
	.sidebar_hidden-mob {
		display: none;
	}
}

.side-nav {
	padding: 0 0 15px;
}

@media (max-width:950px) {
	.side-nav {
		margin: 0 0 30px;
		padding: 18px 0 16px;
		border-bottom: 1px solid #dbdbdb;
	}
}

.side-nav__list_mob {
	display: none;
}

@media (max-width:950px) {
	.side-nav__list_mob {
		display: block;
	}

	.side-nav__list_mob .side-nav__link {
		padding-left: 16px;
	}
}

.side-nav__item_border {
	margin: 16px 0 0;
	padding: 16px 0 0;
	border-top: 1px solid #dbdbdb;
}

.side-nav__item_border:first-child {
	margin: 0;
	border: none;
}

.side-nav__item.active .side-nav__link {
	background: #eef4fe;
	color: #ca003d;
}

@media (max-width:950px) {
	.side-nav__item_border {
		margin: 0;
		padding: 3px 0 5px;
		border: none;
	}

	.side-nav__item_border .side-nav__link {
		padding-left: 48px;
	}
}

.side-nav__link {
	margin: 0 12px;
	padding: 11px 20px 10px 44px;
	display: block;
	position: relative;
	border-radius: 8px;
	color: #333;
}

.desktop a.side-nav__link:hover {
	background: #f3f3f3;
	color: #ca003d;
}

@media (max-width:950px) {
	.side-nav__link {
		margin: 0;
		padding-left: 64px;
	}

	.desktop a.side-nav__link:hover {
		background: none;
	}
}

.side-nav__icon {
	width: 24px;
	height: 24px;
	margin: -12px 0 0;
	position: absolute;
	top: 50%;
	left: 10px;
	fill: #bbb;
}

@media (max-width:950px) {
	.side-nav__icon {
		left: 16px;
		fill: #dbdbdb;
	}
}

.side-nav__text {
	display: block;
}

.side-nav__title {
	display: block;
	font-weight: bold;
}

.side-exit {
	width: 100%;
	padding: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f3f3f3;
	border-radius: 0 0 8px 8px;
	font-weight: bold;
	color: #333;
}

.desktop .side-exit:hover {
	color: #ca003d;
}

.desktop .side-exit:hover .side-exit__icon {
	fill: #ca003d;
}

.side-exit__icon {
	width: 24px;
	height: 24px;
	margin: 0 0 0 16px;
	fill: #333;
}

.manager {
	padding: 20px 12px 0;
	text-align: center;
}

@media (max-width:950px) {
	.manager {
		padding: 0;
	}
}

.manager__title {
	padding: 0 0 4px;
	display: block;
	font-weight: bold;
}

.manager__text {
	color: #475767;
}

.manager__cols {
	margin: 12px -12px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #dbdbdb;
	border-radius: 0 0 8px 8px;
}

@media (max-width:950px) {
	.manager__cols {
		margin: 12px 0 0;
		border-radius: 0;
	}
}

.manager__col {
	width: 50%;
	position: relative;
}

.manager__col:after {
	content: "";
	width: 1px;
	height: 32px;
	position: absolute;
	top: 4px;
	right: 0;
	background: #9199a1;
}

.manager__col:first-child .manager__button {
	border-bottom-left-radius: 8px;
}

.manager__col:last-child .manager__button {
	border-bottom-right-radius: 8px;
}

.manager__col:last-child:after {
	display: none;
}

@media (max-width:950px) {
	.manager__col:first-child .manager__button {
		border-bottom-left-radius: 0;
	}

	.manager__col:last-child .manager__button {
		border-bottom-right-radius: 0;
	}
}

.manager__button {
	width: 100%;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.manager__icon {
	width: 24px;
	height: 24px;
	fill: #475767;
}

.catalog-nav {
	padding: 16px 0;
}

.catalog-nav__link {
	padding: 8px 24px;
	display: block;
	color: #333;
}

.desktop .catalog-nav__link:hover {
	color: #ca003d;
}

@media (max-width:767px) {
	.catalog-nav__link {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.side-filters {
	padding: 24px 24px 8px;
}

.side-filters__title {
	margin: 0 0 24px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
}

.side-filters__buttons {
	padding: 8px 0 0;
}

.side-filters__button {
	width: 100%;
	margin: 0 0 16px;
}

.search-results {
	margin: -42px 0 0 10px;
	padding: 16px 24px;
	position: absolute;
	left: 100%;
	top: 50%;
	z-index: 10;
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	color: #475767;
	white-space: nowrap;
}

.search-results:before {
	content: "";
	width: 0px;
	height: 0px;
	margin: -10px -2px 0 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	top: 50%;
	right: 100%;
}

.search-results__text {
	padding: 0 0 8px;
}

.desktop .search-results__link:hover {
	color: #ca003d;
}

/* 3.5.6 Popups */
.popup {
	width: 100%;
	height: 100%;
	max-height: 100%;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	background: rgba(0, 0, 0, 0.5);
}

.popup_right .popup__row {
	padding: 0;
}

.popup_filter .popup__bg {
	padding-bottom: 144px;
}

@media (max-width:767px) {
	.popup {
		background: #fff;
	}

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

.popup.active .popup__window {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.popup.active .popup__bg {
	right: -56px;
}

.popup__row {
	width: 100%;
	height: 100%;
	padding: 32px 0;
	display: table;
	table-layout: fixed;
	position: relative;
}

@media (max-width:767px) {
	.popup__row {
		padding: 0;
	}
}

.popup__cell {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.popup__window {
	width: 100%;
	max-width: 672px;
	margin: auto;
	padding: 40px 40px 0;
	position: relative;
	z-index: 1;
	color: #333;
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: linear 0.4s;
	transition: linear 0.4s;
	background: #fff;
	border-radius: 8px;
}

.popup__window .form {
	margin: 0 0 -4px;
}

.popup__window .form__buttons {
	padding: 16px 0 0;
}

.popup__window_cancel-order {
	max-width: 680px;
}

.popup__window_exit {
	max-width: 595px;
}

@media (max-width:767px) {
	.popup__window {
		max-width: none;
		padding: 40px 16px 0;
		border-radius: 0;
	}

	.popup__window .form__buttons {
		padding: 8px 0 0;
	}
}

.popup__mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.popup__close {
	position: absolute;
	top: 8px;
	right: 8px;
	border-color: transparent;
}

.popup__title {
	margin: 0 0 24px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
}

.popup__text {
	margin: 0 0 24px;
	color: #475767;
	line-height: 1.4;
}

.popup__subtitle {
	margin: 0 0 16px;
	font-weight: bold;
}

@media (max-width:767px) {
	.popup__subtitle {
		margin: 0 0 24px;
	}
}

.popup__buttons {
	padding: 0 0 24px;
}

@media (max-width:767px) {
	.popup__buttons {
		margin: 0 -10px;
		text-align: center;
	}
}

.popup__button {
	min-width: 160px;
	vertical-align: middle;
}

@media (max-width:767px) {
	.popup__button {
		margin-left: 10px;
		margin-right: 10px;
	}

	.popup__button:last-child {
		margin-right: 10px;
	}
}

.popup__side {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.popup__scroll {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
}

.popup__side-top {
	min-height: 56px;
	padding: 14px 16px 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #dbdbdb;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
}

@media (max-width:767px) {
	.popup__side-top {
		padding: 16px 16px 15px;
		font-size: 20px;
		line-height: 24px;
	}
}

.popup__side-col {
	padding: 0 16px 0 0;
}

.popup__side-col:last-child {
	padding: 0;
}

.popup__bg {
	width: 100%;
	max-width: 376px;
	height: 100%;
	padding: 0 56px 0 0;
	position: absolute;
	top: 0;
	right: -100%;
	z-index: 1;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

@media (max-width:767px) {
	.popup__bg .selected__item:last-child {
		width: auto;
	}
}

.popup__side-close {
	position: absolute;
	top: 0;
	right: 100%;
}

.popup__reset {
	color: #00378d;
	font-size: 16px;
}

.desktop .popup__reset:hover {
	color: #ca003d;
}

.side-form {
	padding: 16px;
}

.side-form__label {
	margin: 0 0 4px;
	display: block;
	color: #475767;
	font-size: 14px;
	line-height: 1.2;
}

.side-form__input, .side-form__select {
	margin: 0 0 12px;
}

.side-form__title {
	margin: 0 0 16px;
	font-weight: bold;
}

.side-form__group {
	padding: 12px 0 16px;
	border-bottom: 1px solid #dbdbdb;
}

.side-form__text {
	margin: 0 0 8px;
	color: #475767;
}

.mob-filter {
	width: 100%;
	min-height: 144px;
	padding: 24px 72px 8px 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #fff;
	-webkit-box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
}

.mob-filter__button {
	width: 100%;
	margin: 0 0 16px;
	display: block;
}

.add-item {
	margin: 0 0 24px;
	padding: 16px 16px 8px;
	border-bottom: 1px solid #dbdbdb;
	text-align: center;
	line-height: 1.4;
}

.add-item__circle {
	width: 48px;
	height: 48px;
	margin: 0 auto 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #eef4fe;
	border-radius: 50%;
}

.add-item__icon {
	width: 24px;
	height: 24px;
	margin: auto;
	fill: #00378d;
}

.add-item__title {
	margin: 0 0 8px;
	font-weight: bold;
	color: #00378d;
}

.add-item__text {
	margin: 0 0 8px;
	color: #475767;
	text-align: left;
}

.add-list {
	padding: 0 16px;
	line-height: 1.2;
}

@media (max-width:767px) {
	.add-list {
		font-size: 14px;
	}
}

.add-list__textarea {
	margin: 0 0 16px;
}

.add-list__button {
	width: 100%;
	margin: 0 0 16px;
	padding: 0;
}

.add-list__link {
	display: inline-block;
	color: #00378d;
}

.desktop .add-list__link:hover {
	color: #ca003d;
}

.error-list {
	padding: 16px 0 0;
}

.error-list__title {
	margin: 0 0 16px;
	font-weight: bold;
}

.side-search {
	margin: 0 16px;
	position: relative;
}

.side-search.opened {
	z-index: 10;
}

.side-search.opened .side-search__clear {
	display: block;
}

.side-search.opened .items-search {
	display: block;
}

.side-search__input {
	margin: 0 0 16px;
	padding-right: 40px;
}

.side-search__clear {
	width: 40px;
	height: 48px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: none;
}

.side-search__clear .x-button__icon {
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	fill: #bbb;
}

.desktop .side-search__clear:hover .x-button__icon {
	fill: #00378d;
}

.items-search {
	padding: 16px 0 0;
	display: none;
}

.items-search__item {
	margin: 0 -16px 16px;
	padding: 0 16px 16px;
	border-bottom: 1px solid #dbdbdb;
	font-size: 14px;
	line-height: 1.2;
}

.items-search__cols {
	margin: 0 -16px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.items-search__col {
	padding: 0 16px 0 0;
}

.items-search__art {
	margin: 0 0 8px;
	display: block;
	font-weight: bold;
	color: #00378d;
}

.items-search__title {
	margin: 0 0 8px;
	display: block;
	font-weight: bold;
}

.items-search__link {
	color: #333;
}

.desktop .items-search__link:hover {
	color: #ca003d;
}

.items-search__text {
	margin: 0 0 6px;
	display: block;
	word-break: break-all;
	color: #475767;
}

.items-search__text:last-child {
	margin: 0;
}

.items-search__no-results {
	font-size: 16px;
	line-height: 1.2;
	color: #333;
}

.error-block {
	margin: 0 0 16px;
	padding: 16px 16px 16px 40px;
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	line-height: 1.2;
}

.error-block__title {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: bold;
	color: #ca003d;
}

.error-block__text {
	font-size: 12px;
	color: #475767;
}

.error-block__icon {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 16px;
	left: 8px;
	fill: #ca003d;
}

.slidedown {
	margin: 0 0 16px;
	background: #f3f3f3;
	border-radius: 8px;
}

.slidedown__button {
	padding: 16px 48px 16px 16px;
	position: relative;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #00378d;
	text-align: left;
}

.slidedown__button.active .slidedown__arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media (max-width:767px) {
	.slidedown__button {
		font-size: 14px;
		line-height: 18px;
	}
}

.slidedown__arrow {
	width: 16px;
	height: 16px;
	margin: -8px 0 0;
	position: absolute;
	top: 50%;
	right: 16px;
	fill: #00378d;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.slidedown__hidden {
	display: none;
	overflow: hidden;
}

.slidedown__content {
	margin: 0 16px;
	padding: 16px 0;
	border-top: 1px solid #dbdbdb;
	font-size: 14px;
	line-height: 1.2;
	color: #475767;
}

.slidedown__content p {
	margin: 0 0 4px;
}

.slidedown__content p:last-child {
	margin: 0;
}

/* 3.5.7 Drag and drop */
.dnd {
	padding: 0 0 39px;
}

@media (max-width:767px) {
	.dnd {
		padding: 0 0 34px;
	}
}

.dnd__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.dnd__drag {
	margin: 0 0 1px;
	padding: 10px 8px 10px 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	cursor: ns-resize;
}

.dnd__icon {
	width: 20px;
	height: 20px;
	display: block;
	fill: #bbb;
}

.dnd__text {
	width: 100%;
	min-width: 0;
	margin: 0 0 1px;
	padding: 10px 8px;
	background: #f3f3f3;
}

.dnd__checkbox {
	display: inline-block;
}

/* 3.5.8 Tabs */
.tab {
	display: none;
}

.tab.active {
	display: block;
}

.tabs-nav {
	margin: -12px 0 32px;
	position: relative;
	overflow-y: hidden;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mob .tabs-nav::-webkit-scrollbar {
	width: 0;
	height: 0;
	background: transparent;
}

.mob .tabs-nav::-webkit-scrollbar-thumb {
	background: transparent;
}

.desktop .tabs-nav::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background: #f3f3f3;
}

.desktop .tabs-nav::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: #475767;
}

.desktop .desktop .tabs-nav::-webkit-scrollbar-thumb:hover {
	background-color: #333;
}

@media (max-width:767px) {
	.tabs-nav {
		margin: 0 -16px 32px;
	}
}

.tabs-nav__list {
	min-width: 100%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.tabs-nav__list:after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #dbdbdb;
}

@media (max-width:767px) {
	.tabs-nav__list:after {
		width: calc(100% - 32px);
		left: 16px;
	}
}

.tabs-nav__item {
	margin: 0 28px 0 0;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.tabs-nav__item:last-child {
	margin: 0;
}

.tabs-nav__item.active .tabs-nav__link {
	color: #333 !important;
}

@media (max-width:767px) {
	.tabs-nav__item {
		margin: 0 12px 0 0;
	}

	.tabs-nav__item:first-child {
		margin-left: 16px;
	}

	.tabs-nav__item:last-child {
		margin-right: 16px;
	}
}

.tabs-nav__link {
	padding: 12px 0;
	display: block;
	font-weight: bold;
	line-height: 1;
	color: #00378d;
}

.desktop .tabs-nav__link:hover {
	color: #ca003d;
}

.tabs-nav__line {
	height: 2px;
	position: absolute;
	bottom: 1px;
	left: 0;
	z-index: 1;
	background: #00378d;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

/* 3.5.9 Plus minus count */
.count {
	width: 88px;
	padding: 0 10px;
	position: relative;
}

.count_lg {
	width: auto;
	padding: 0 24px;
}

.count_lg .count__input {
	height: 48px;
	font-weight: bold;
	font-size: 16px;
}

.count_lg .count__prev, .count_lg .count__next {
	width: 64px;
	border-radius: 24px 0 0 24px;
}

.count_lg .count__prev:before, .count_lg .count__next:before, .count_lg .count__prev:after, .count_lg .count__next:after {
	width: 14px;
	margin-left: -7px;
}

.count_lg .count__next {
	border-radius: 0 24px 24px 0;
}

.count_catalog .count__prev, .count_catalog .count__next {
	width: 48px;
}

.count__input {
	width: 100%;
	height: 40px;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 20px;
}

.count__input:focus {
	border-color: #999;
}

.count__input:disabled {
	border-color: #f3f3f3 !important;
	color: #dbdbdb;
}

.count__prev, .count__next {
	width: 24px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	border-radius: 0 8px 8px 0;
	background: #00378d;
}

.count__prev:before, .count__next:before, .count__prev:after, .count__next:after {
	content: "";
	width: 10px;
	height: 2px;
	margin: -1px 0 0 -5px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
}

.count__prev:after, .count__next:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.desktop .count__prev:hover, .desktop .count__next:hover {
	background: #ca003d;
}

.count__prev:disabled, .count__next:disabled {
	background: #dbdbdb !important;
}

.count__prev {
	left: 0;
	right: auto;
	border-radius: 8px 0 0 8px;
}

.count__prev:after {
	display: none;
}

/* 3.5.10 Page navigation */
.page-nav {
	padding: 0 0 8px;
	text-align: center;
}

.page-nav__cols {
	margin: 0 -8px;
	padding: 0 0 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
}

.page-nav__cols_center {
	margin: 0 -16px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (max-width:767px) {
	.page-nav__cols_hidden-mob {
		display: none;
	}
}

.page-nav__col {
	padding: 0 8px;
}

.page-nav__select {
	min-width: 112px;
}

.page-nav__button {
	min-width: 232px;
	margin: 0 0 24px;
}

.page-nav__arrow-wrap {
	position: relative;
}

.page-nav__arrow-wrap.disabled:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.page-nav__arrow-wrap.disabled .page-nav__icon {
	fill: #bbb !important;
}

.page-nav__arrow {
	height: 32px;
	padding: 0 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.desktop .page-nav__arrow:hover .page-nav__icon {
	fill: #ca003d;
}

.page-nav__icon {
	width: 16px;
	height: 16px;
	fill: #333;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.page-nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-nav__link {
	height: 32px;
	padding: 0 12px;
	display: block;
	font-weight: bold;
	line-height: 32px;
	color: #333;
}

.desktop .page-nav__link:hover {
	color: #ca003d;
}



/*-------------------------------------------------------------------------------------------*/
/* ----------------------------------4. PAGES AND SECTIONS-----------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*____________________4.1 LOGIN____________________*/
.form {
	padding: 0 0 28px;
}

.form_inner {
	padding: 0 0 8px;
}

.form__text {
	line-height: 22px;
}

.form__text p, .form__text ul, .form__text ol {
	margin: 0 0 16px;
}

.form__text a {
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

.form__item {
	padding: 0 0 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form__item:last-child {
	padding: 0;
}

@media (max-width:767px) {
	.form__item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

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

.form__col:first-child {
	width: 200px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.form__col:last-child {
	width: 100%;
	min-width: 0;
	padding-right: 0;
}

@media (max-width:767px) {
	.form__col {
		width: 100%;
		padding: 0;
	}

	.form__col:first-child {
		width: 100%;
	}

	.form__col_mob-order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.form__label {
	min-height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	top: 1px;
	cursor: text;
	color: #475767;
}

@media (max-width:767px) {
	.form__label {
		min-height: 0;
		margin: 0 0 7px;
		display: block;
		top: auto;
	}
}

.form__col-name {
	margin: 0 0 12px;
	display: block;
	color: #475767;
	line-height: 20px;
}

.form__col-name span {
	color: #ca003d;
}

@media (max-width:767px) {
	.form__col-name {
		margin: 0 0 7px;
	}
}

.form__col-title {
	display: block;
	font-weight: bold;
	line-height: 20px;
}

.form__value {
	margin: 0 0 12px;
	display: block;
	word-break: break-all;
	line-height: 20px;
}

@media (max-width:767px) {
	.form__value {
		margin: 0;
	}
}

.form__name span {
	color: #ca003d;
}

.form__input {
	max-width: 384px;
}

@media (max-width:767px) {
	.form__input {
		max-width: none;
	}
}

.form__select {
	max-width: 384px;
}

@media (max-width:767px) {
	.form__select {
		max-width: none;
	}
}

.form__buttons {
	padding: 15px 0 0;
}

@media (max-width:767px) {
	.form__buttons {
		margin: 0 -10px;
		padding: 8px 0 0;
		text-align: center;
	}
}

.form__button {
	min-width: 160px;
}

@media (max-width:767px) {
	.form__button {
		margin-left: 10px;
		margin-right: 10px;
	}

	.form__button:last-child {
		margin-right: 10px;
	}
}

.form__remark {
	min-height: 48px;
	margin: 15px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	top: 1px;
	cursor: text;
	color: #475767;
	font-size: 12px;
	line-height: 1.2;
}

@media (max-width:767px) {
	.form__remark {
		min-height: 0;
		margin: 0 0 20px;
		display: block;
		top: auto;
		text-align: center;
	}
}

.error {
	max-width: 402px;
	margin: 8px 0 16px;
	padding: 16px 24px;
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	color: #c62828;
	font-size: 14px;
	line-height: 17px;
}

/*____________________4.2 USER CABINET____________________*/
.main-info {
	margin: 0 0 24px;
	padding: 24px;
	background: #fff;
	border-radius: 8px;
}

@media (max-width:767px) {
	.main-info {
		padding: 24px 16px 2px;
	}
}

.main-info__top {
	margin: 0 0 24px;
	padding: 0 0 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #dbdbdb;
}

@media (max-width:767px) {
	.main-info__top {
		margin: 0 0 22px;
		padding: 0 0 8px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.main-info__left {
	padding: 0 24px 0 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width:767px) {
	.main-info__left {
		width: 100%;
		padding: 0 0 16px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.main-info__center {
	width: 100%;
	min-width: 0;
	padding: 0 24px 0 0;
}

@media (max-width:767px) {
	.main-info__center {
		padding: 0 0 16px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

.main-info__right {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width:767px) {
	.main-info__right {
		width: 100%;
		padding: 0 0 16px;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

.main-info__logo {
	width: 176px;
	height: 96px;
	padding: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
}

@media (max-width:767px) {
	.main-info__logo {
		width: 100%;
	}
}

.main-info__title {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
}

@media (max-width:767px) {
	.main-info__title {
		font-size: 20px;
	}
}

.main-info__button {
	margin: 0;
}

.main-info__cols {
	margin: 0 -50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width:1279px) {
	.main-info__cols {
		margin: 0 -24px;
	}
}

@media (max-width:767px) {
	.main-info__cols {
		margin: 0;
		display: block;
	}
}

.main-info__col {
	width: 47.5%;
	padding: 0 50px;
	border-right: 1px solid #dbdbdb;
}

.main-info__col:first-child {
	width: 52.5%;
}

.main-info__col:last-child {
	border: none;
}

@media (max-width:1279px) {
	.main-info__col {
		padding: 0 24px;
	}
}

@media (max-width:767px) {
	.main-info__col {
		width: auto !important;
		margin: 0 0 22px;
		padding: 0 0 22px;
		border-bottom: 1px solid #dbdbdb;
		border-right: none;
	}

	.main-info__col:last-child {
		margin: 0;
		border: none;
	}
}

.main-info__head {
	padding: 0 0 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:767px) {
	.main-info__head {
		display: block;
	}
}

.main-info__item {
	padding: 0 0 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-info__item:last-child {
	padding: 0;
}

@media (max-width:767px) {
	.main-info__item {
		display: block;
	}
}

.main-info__text {
	padding: 0 16px 0 0;
	font-weight: bold;
}

@media (max-width:767px) {
	.main-info__text {
		padding: 0 0 8px;
		display: block;
	}
}

.desktop .main-info__link:hover {
	color: #ca003d;
}

.main-info__label {
	padding: 0 16px 0 0;
	color: #475767;
}

@media (max-width:767px) {
	.main-info__label {
		padding: 0 0 8px;
		display: block;
	}
}

.main-info__value {
	display: block;
	word-break: break-all;
	text-align: right;
}

@media (max-width:767px) {
	.main-info__value {
		display: block;
		text-align: left;
	}
}

.main-block:last-child {
	padding-bottom: 8px;
}

.main-block > .main-block__title, .add-block > .add-block__title {
	margin: 0 0 24px;
	padding: 0;
}

.main-block__cols {
	margin: 0 -12px 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:479px) {
	.main-block__cols {
		display: block;
	}
}

.main-block__col {
	padding: 0 12px;
}

.main-block__title {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
}

@media (max-width:767px) {
	.main-block__title {
		font-size: 20px;
	}
}

@media (max-width:479px) {
	.main-block__title {
		padding: 0 0 8px;
	}
}

.main-block__filters {
	margin: 0 -12px 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:767px) {
	.main-block__filters {
		margin-bottom: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.main-block__filter {
	padding: 0 12px;
}

@media (max-width:767px) {
	.main-block__filter {
		width: 100%;
		min-width: 0;
		padding-bottom: 24px;
	}
}

.main-block__filter-button {
	min-width: 160px;
	margin: 0;
}

@media (max-width:767px) {
	.main-block__filter-button {
		width: 100%;
	}
}

.table {
	margin: 0 0 24px;
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	font-size: 14px;
	line-height: 1.4;
	overflow: hidden;
}

.table_load {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.table_load .table__scroll::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background: none;
	border: none;
	background: #f3f3f3;
	border-radius: 4px !important;
}

.table_load .table__scroll::-webkit-scrollbar-thumb {
	border: none;
	border-radius: 4px;
	background-color: #475767;
}

.table_load .table__th:first-child {
	border-radius: 8px 0 0 8px;
}

.table_load .table__th:last-child {
	border-radius: 0 8px 8px 0;
}

.table_load .table__row:nth-child(2n) .table__td {
	background: none;
}

.table_load .table__row:last-child .table__td {
	border: none;
}

.table_load .table__td {
	background: none;
	border-bottom: 1px solid #f3f3f3;
}

.table_basket .table__th {
	padding-top: 10px;
	padding-bottom: 10px;
}

.table_basket .table__td {
	height: 64px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.table_catalog .table__status {
	font-size: 14px;
}

@media (min-width:768px) {
	.table_catalog .table__th {
		padding: 12px 8px;
		line-height: 1.2;
	}

	.table_catalog .table__th:first-child {
		padding-left: 16px;
	}

	.table_catalog .table__th:last-child {
		padding-right: 8px;
	}

	.table_catalog .table__td {
		padding: 8px 8px;
		line-height: 1.2;
	}

	.table_catalog .table__td:first-child {
		padding-left: 16px;
	}

	.table_catalog .table__td:last-child {
		padding-right: 8px;
	}

	.table_catalog .count {
		margin-right: 8px;
	}

	.table_cart .table__th,   .table_cart .table__td {
		padding-left: 8px;
		padding-right: 8px;
	}

	.table_cart .table__th_check,   .table_cart .table__td_check {
		width: 40px;
		padding-left: 16px;
		padding-right: 8px;
	}

	.table_cart .table__th_check:first-child,   .table_cart .table__td_check:first-child {
		padding-left: 16px;
	}

	.table_cart .table__th_price,   .table_cart .table__td_price {
		width: 150px;
	}

	.table_cart .table__th_count,   .table_cart .table__td_count {
		width: 104px;
	}

	.table_cart .table__th_total,   .table_cart .table__td_total {
		padding-right: 16px;
	}

	.table_cart .table__th_photo,   .table_cart .table__td_photo {
		width: 64px;
	}
}

@media (max-width:767px) {
	.table_responsive {
		margin-left: -16px;
		margin-right: -16px;
		border-radius: 0;
	}

	.table_responsive .table__scroll {
		overflow-x: hidden;
	}

	.table_responsive .table__head {
		display: none;
	}

	.table_responsive .table__main,   .table_responsive .table__body {
		display: block;
	}

	.table_responsive .table__row {
		padding: 16px 8px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border-bottom: 1px solid #dbdbdb;
	}

	.table_responsive .table__row:last-child {
		border: none;
	}

	.table_responsive .table__td {
		width: 100%;
		height: auto;
		padding: 4px 8px;
		display: block;
		background: none !important;
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.table_responsive .table__td:first-child {
		padding-left: 8px;
	}

	.table_responsive .table__td:last-child {
		padding-right: 8px;
	}

	.table_responsive .table__td_art {
		width: auto;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.table_responsive .table__td_remove {
		width: auto;
		padding-left: 8px;
		padding-right: 8px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		border: none;
	}

	.table_responsive .table__td_name {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.table_responsive .table__td_status {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.table_responsive .table__td_price {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.table_responsive .table__td_total {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
		font-weight: bold;
		font-size: 16px;
	}

	.table_responsive .table__td_count {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.table_responsive .table__td_st {
		width: auto;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.table_responsive .table__td_discount {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.table_responsive .table__td_photo {
		display: none;
	}

	.table_responsive .table__td_center {
		text-align: left;
	}

	.table_responsive .table__td_center .count {
		margin: 0;
	}

	.table_responsive .table__td.empty {
		display: none;
	}

	.table_responsive .table__status span:first-child,   .table_responsive .table__status b:first-child {
		margin: 0;
		padding: 0 5px 0 0;
		display: inline;
	}

	.table_responsive .table__mob-text {
		display: inline;
	}

	.table_responsive .count {
		width: 104px;
	}

	.table_order .table__row {
		padding-left: 36px;
	}

	.table_order .table__td_check {
		position: absolute;
		top: 43px;
		left: 8px;
	}

	.table_catalog .table__td_total {
		font-weight: normal;
		font-size: 14px;
	}

	.table_catalog .table__td_count {
		width: auto;
	}

	.table_catalog .table__td_remove {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
}

.table__scroll {
	overflow-y: hidden;
	overflow-x: auto;
}

.table__scroll::-webkit-scrollbar {
	width: 24px;
	height: 24px;
	background: #fff;
	border-top: 1px solid #dbdbdb;
}

.table__scroll::-webkit-scrollbar-thumb {
	border: 8px solid rgba(0, 0, 0, 0);
	background-clip: padding-box;
	border-radius: 9999px;
	background-color: #475767;
}

.desktop .table__scroll::-webkit-scrollbar-thumb:hover {
	background-color: #333;
}

.table__main {
	min-width: 100%;
	display: table;
}

.table__th {
	padding: 16px 12px;
	vertical-align: top;
	background: #475767;
	font-weight: bold;
	color: #fff;
	text-align: left;
}

.table__th_right {
	text-align: right;
}

.table__th_center {
	text-align: center;
}

.table__th_remove {
	width: 53px;
	padding-right: 16px;
	padding-left: 16px;
	background: #333;
	border-left: 1px solid #333;
	vertical-align: middle;
}

.table__th:first-child {
	padding-left: 24px;
	border-top-left-radius: 8px;
}

.table__th:last-child {
	padding-right: 24px;
	border-top-right-radius: 8px;
}

.table__th_remove:last-child {
	padding-right: 16px;
}

.table__th .table__icon {
	fill: #fff;
}

.table__th span {
	margin-top: -2px;
	display: block;
	font-weight: normal;
	font-size: 12px;
}

@media (max-width:767px) {
	.table__th {
		padding-left: 8px;
		padding-right: 8px;
		text-align: left;
	}

	.table__th_center {
		text-align: center;
	}

	.table__th_remove {
		width: 45px;
	}

	.table__th:first-child {
		padding-left: 16px;
	}

	.table__th:last-child {
		padding-right: 16px;
	}
}

.table__row {
	position: relative;
}

.table__row:nth-child(2n) .table__td {
	background: #f8f8f8;
}

.table__row.active .table__check {
	fill: #43a047;
}

@media (min-width:768px) {
	.table__row.checked .table__td {
		background: #d9eafa;
	}
}

@media (max-width:767px) {
	.table__row.checked {
		background: #d9eafa;
	}
}

.table__td {
	padding: 16px 12px;
	vertical-align: middle;
	background: #fff;
	color: #475767;
}

.table__td_right {
	text-align: right;
}

.table__td_center {
	text-align: center;
}

.table__td_center .count {
	margin: auto;
}

.table__td_remove {
	padding-right: 16px;
	padding-left: 16px;
	border-left: 1px solid #ededed;
	vertical-align: middle;
}

.table__td:first-child {
	padding-left: 24px;
}

.table__td:last-child {
	padding-right: 24px;
}

.table__td_remove:last-child {
	padding-right: 16px;
}

.table__td > a {
	display: block;
	color: #00378d;
}

.desktop .table__td > a:hover {
	color: #ca003d;
}

.table__td > b {
	font-weight: bold;
	color: #333;
}

.table__td > b a {
	display: block;
	color: #333;
}

.desktop .table__td > b a:hover {
	color: #ca003d;
}

@media (max-width:767px) {
	.table__td {
		padding-left: 8px;
		padding-right: 8px;
		text-align: left;
	}

	.table__td_center {
		text-align: center;
	}

	.table__td_date {
		text-align: left;
	}

	.table__td_hidden-mob {
		display: none;
	}

	.table__td:first-child {
		padding-left: 16px;
	}

	.table__td:last-child {
		padding-right: 16px;
	}
}

.table__icon {
	width: 20px;
	height: 20px;
	margin: auto;
	display: block;
	fill: #333;
}

.table__check {
	width: 20px;
	height: 20px;
	margin: 0 8px;
	display: block;
	fill: #dbdbdb;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.table__status {
	display: block;
	font-size: 12px;
	line-height: 1.2;
	color: #475767;
}

.table__status span {
	color: #333;
}

.table__status span:first-child, .table__status b:first-child {
	margin: 0 0 -2px;
	font-size: 14px;
	display: block;
	color: #333;
}

.table__mob-text {
	display: none;
}

.table__results {
	padding: 24px;
	font-size: 16px;
	text-align: center;
}

@media (max-width:767px) {
	.table__results {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.table__checkbox {
	margin: 0;
}

.table__checkbox .checkbox__label {
	width: 16px;
	height: 20px;
	padding: 0;
}

.table__image-link {
	width: 48px;
	display: block;
}

.table__image {
	max-width: 48px;
}

.table-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.table-search_order .table-search__form.opened .table-search__icon {
	fill: #ce144c;
}

.table-search_order .table-search__form .table-search__input:focus {
	border-color: #00378d;
}

@media (max-width:767px) {
	.table-search {
		display: block;
	}
}

.table-search__text {
	padding: 0 24px 0 0;
	display: block;
	font-weight: bold;
}

@media (max-width:767px) {
	.table-search__text {
		padding: 0 0 16px;
	}
}

.table-search__form {
	width: 300px;
	position: relative;
}

.table-search__form.opened {
	z-index: 10;
}

.table-search__form.opened .table-search__clear {
	display: block;
}

.table-search__form.opened .search-dropdown {
	display: block;
}

@media (max-width:767px) {
	.table-search__form {
		width: auto;
	}
}

.table-search__input {
	width: 100%;
	height: 40px;
	padding: 0 36px 0 44px;
	display: block;
	position: relative;
	z-index: 1;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 8px;
	font-size: 16px;
	line-height: 1;
}

.table-search__input:focus {
	border-color: #999;
}

.table-search__icon {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 12px;
	left: 16px;
	z-index: 2;
	fill: #bbb;
}

.table-search__clear {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: none;
}

.table-search__clear .x-button__icon {
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	fill: #bbb;
}

.desktop .table-search__clear:hover .x-button__icon {
	fill: #00378d;
}

/*____________________4.3 CATALOG____________________*/
.catalog {
	margin: 0 -16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width:767px) {
	.catalog {
		margin: 0 -8px 24px;
	}
}

.catalog__col {
	width: 25%;
	padding: 0 16px 32px;
}

@media (max-width:1279px) {
	.catalog__col {
		width: 33.333%;
	}
}

@media (max-width:950px) {
	.catalog__col {
		width: 50%;
	}
}

@media (max-width:767px) {
	.catalog__col {
		padding: 0 8px 16px;
	}
}

@media (max-width:479px) {
	.catalog__col {
		width: 100%;
	}
}

.catalog__bg {
	min-height: 100%;
	background: #fff;
	border-radius: 8px;
}

.catalog__top {
	padding: 8px;
	display: block;
}

.catalog__image {
	width: 100%;
	max-width: 184px;
	margin: auto;
}

.catalog__content {
	padding: 16px 16px 32px;
}

.catalog__title {
	margin: 0 0 16px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4;
}

.catalog__item {
	margin: 0 0 16px;
}

.catalog__item .catalog__link {
	color: #333;
}

.desktop .catalog__link:hover {
	color: #ca003d;
}

@media (min-width:951px) {
	.filter-panel__button {
		display: none;
	}
}

@media (max-width:950px) {
	.filter-panel__button {
		width: 100%;
		margin: 0 0 24px;
	}
}

.filter-panel__cols {
	margin: 0 -16px -16px 0;
	padding: 0 0 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:479px) {
	.filter-panel__cols {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.filter-panel__left {
	width: 100%;
	min-width: 0;
	padding: 0 16px 16px 0;
}

.filter-panel__center {
	padding: 0 16px 16px 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width:479px) {
	.filter-panel__center {
		width: 100%;
	}
}

.filter-panel__right {
	padding: 0 16px 16px 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.filter-panel__text {
	font-weight: bold;
}

.filter-panel__select {
	min-width: 216px;
}

@media (max-width:479px) {
	.filter-panel__select {
		width: 100%;
	}
}

.view-nav {
	margin: 0 -4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.view-nav__item {
	padding: 0 4px;
}

.view-nav__item.active .view-nav__link {
	background: #00378d;
	border-color: #00378d;
}

.view-nav__item.active .view-nav__link .view-nav__icon {
	fill: #fff !important;
}

@media (max-width:767px) {
	.view-nav__item_hidden-mob {
		display: none;
	}
}

.view-nav__link {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #dbdbdb;
	border-radius: 8px;
}

.desktop .view-nav__link:hover {
	border-color: #00378d;
}

.desktop .view-nav__link:hover .view-nav__icon {
	fill: #00378d;
}

.view-nav__icon {
	width: 16px;
	height: 16px;
	fill: #bbb;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.items-catalog {
	margin: 0 -16px -32px;
	padding: 0 0 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width:767px) {
	.items-catalog {
		margin-bottom: -24px;
	}
}

.item-1 {
	width: 33.333%;
	margin: 0 0 32px;
	padding: 0 16px;
	line-height: 1.2;
}

.item-1.active .item-actions__icon {
	fill: #43a047;
}

@media (max-width:1279px) {
	.item-1 {
		width: 50%;
	}
}

@media (max-width:767px) {
	.item-1 {
		width: 100%;
		margin: 0 0 24px;
	}
}

.item-1__all {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

@media (min-width:768px) {
	.desktop .item-1__all:hover .item-1__bg {
		width: calc(100% + 16px);
		height: calc(100% + 16px);
		top: -8px;
		left: -8px;
		-webkit-box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
		box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	}
}

.item-1__content {
	width: 100%;
	padding: 24px 24px 0;
	position: relative;
	z-index: 1;
}

@media (max-width:767px) {
	.item-1__content {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.item-1__image-link {
	margin: 0 0 16px;
	display: block;
}

.item-1__image {
	max-width: 100%;
	margin: auto;
}

.item-1__art {
	margin: 0 0 8px;
	font-weight: bold;
	font-size: 12px;
	color: #00378d;
}

.item-1__title {
	height: 44px;
	margin: 0 0 8px;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
	position: relative;
}

.item-1__title:after {
	content: "";
	width: 20px;
	height: 22px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

@media (max-width:767px) {
	.item-1__title {
		height: auto;
		margin: 0 0 16px;
	}

	.item-1__title:after {
		display: none;
	}
}

.item-1__link, .item-2__link {
	color: #333;
}

.desktop .item-1__link:hover, .desktop .item-2__link:hover {
	color: #ca003d;
}

.item-1__bottom {
	width: 100%;
	padding: 0 24px 8px;
	position: relative;
	z-index: 1;
}

@media (max-width:767px) {
	.item-1__bottom {
		padding-top: 8px;
		padding-left: 16px;
		padding-right: 16px;
	}
}

.item-1__nds {
	padding: 0 0 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	color: #475767;
}

.item-1__name {
	padding: 0 16px 0 0;
}

.item-1__value {
	word-break: break-all;
}

.item-1__bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border-radius: 8px;
	-webkit-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}

.item-2 {
	width: 100%;
	margin: 0 0 32px;
	padding: 0 16px;
	line-height: 1.2;
}

.item-2.active .item-actions__icon {
	fill: #43a047;
}

@media (max-width:767px) {
	.item-2 {
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #bbb;
	}

	.item-2:last-child {
		margin: 0 0 24px;
		border: none;
	}

	.item-2 .catalog-chars {
		display: none;
	}

	.item-2 .item-actions {
		padding: 0 0 8px;
	}

	.item-2 .item-actions__icon {
		display: none;
	}

	.item-2 .count {
		padding: 0 10px;
	}

	.item-2 .count__input {
		height: 30px;
		font-size: 14px;
	}

	.item-2 .count__prev,   .item-2 .count__next {
		width: 24px;
		border-radius: 8px 0 0 8px;
	}

	.item-2 .count__prev:before,   .item-2 .count__next:before,   .item-2 .count__prev:after,   .item-2 .count__next:after {
		width: 10px;
		margin-left: -5px;
	}

	.item-2 .count__next {
		border-radius: 0 8px 8px 0;
	}
}

.item-2__bg {
	min-height: 100%;
	position: relative;
}

.item-2__bg:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border-radius: 8px;
	-webkit-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}

@media (min-width:768px) {
	.desktop .item-2__bg:hover:before {
		width: calc(100% + 16px);
		height: calc(100% + 16px);
		top: -8px;
		left: -8px;
		-webkit-box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
		box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	}
}

@media (max-width:767px) {
	.item-2__bg:before {
		border-radius: 0;
	}
}

.item-2__content {
	padding: 24px 24px 8px;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width:767px) {
	.item-2__content {
		min-height: 112px;
		padding: 16px 16px 8px 112px;
		display: block;
	}
}

.item-2__left {
	width: 254px;
	padding: 0 24px 0 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width:1279px) {
	.item-2__left {
		width: 174px;
	}
}

@media (max-width:767px) {
	.item-2__left {
		width: 80px;
		padding: 0;
		position: absolute;
		top: 16px;
		left: 16px;
	}
}

.item-2__center {
	width: 100%;
	min-width: 0;
	padding: 0 24px 0 0;
}

@media (max-width:767px) {
	.item-2__center {
		padding: 0;
	}
}

.item-2__right {
	width: 240px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width:1279px) {
	.item-2__right {
		width: 190px;
	}
}

@media (max-width:950px) {
	.item-2__right {
		width: 230px;
	}
}

@media (max-width:767px) {
	.item-2__right {
		width: auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.item-2__image-link {
	margin: 0 0 16px;
	display: block;
}

@media (max-width:767px) {
	.item-2__image-link {
		margin: 0;
	}
}

.item-2__image {
	max-width: 100%;
	margin: auto;
}

@media (max-width:767px) {
	.item-2__image {
		max-height: 80px;
	}
}

.item-2__art {
	margin: 0 0 12px;
	font-weight: bold;
	font-size: 12px;
	color: #00378d;
}

@media (max-width:767px) {
	.item-2__art {
		margin: 0 0 10px;
	}
}

.item-2__title {
	margin: 0 0 12px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
}

@media (max-width:1279px) {
	.item-2__title {
		font-size: 14px;
	}
}

@media (max-width:767px) {
	.item-2__title {
		margin: 0 0 10px;
	}
}

.item-2__nds {
	width: 100%;
	font-size: 14px;
	color: #475767;
}

@media (max-width:767px) {
	.item-2__nds {
		padding: 0 16px 0 0;
		font-size: 12px;
	}
}

.item-2__name {
	padding: 0 0 8px;
	display: block;
}

@media (max-width:767px) {
	.item-2__name {
		padding: 0;
	}
}

.item-2__value {
	padding: 0 0 12px;
	display: block;
}

@media (max-width:767px) {
	.item-2__value {
		padding: 0;
	}
}

.item-2__bottom {
	width: 100%;
}

@media (max-width:767px) {
	.item-2__bottom {
		width: 180px;
	}
}

.item-2__availability {
	padding: 0 0 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	font-weight: bold;
}

.item-2__availability:last-child {
	padding: 0 0 16px;
}

@media (max-width:767px) {
	.item-2__availability {
		display: none;
	}
}

.item-2__av-left {
	padding: 0 16px 0 0;
}

.item-2__av-left span {
	display: block;
	font-weight: normal;
	font-size: 12px;
	color: #475767;
}

.item-2__av-right span {
	display: block;
	font-weight: normal;
	font-size: 12px;
	color: #475767;
	text-align: right;
}

.catalog-chars {
	margin: 0 0 8px;
	font-size: 14px;
	color: #475767;
}

.catalog-chars__item {
	padding: 0 0 4px;
}

.catalog-chars__item b {
	color: #333;
}

.catalog-chars__name {
	display: inline-block;
	vertical-align: top;
}

.catalog-chars__value {
	display: inline-block;
	vertical-align: top;
	word-break: break-all;
}

/*____________________4.4 ARTICLES____________________*/
.articles {
	margin: 0 -16px 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width:767px) {
	.articles {
		margin: 0 -8px 16px;
	}
}

.articles__item {
	width: 33.333%;
	padding: 0 16px 32px;
}

@media (max-width:950px) {
	.articles__item {
		width: 50%;
	}
}

@media (max-width:767px) {
	.articles__item {
		padding: 0 8px 24px;
	}
}

@media (max-width:479px) {
	.articles__item {
		width: 100%;
	}
}

.articles__bg {
	min-height: 100%;
	position: relative;
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
}

.articles__link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.desktop .articles__link:hover + .articles__content .articles__title {
	color: #ca003d;
}

.articles__image {
	height: 208px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 8px 8px 0 0;
}

.articles__title {
	padding: 24px;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
}

@media (max-width:767px) {
	.articles__title {
		padding: 16px;
	}
}

.article {
	padding: 0 0 16px;
}

/*____________________4.5 FAQ____________________*/
.help__bg {
	margin: 0 0 32px;
	padding: 32px 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #00378d;
	color: #fff;
	border-radius: 8px;
}

@media (max-width:1279px) {
	.help__bg {
		padding: 32px;
	}
}

@media (max-width:950px) {
	.help__bg {
		display: block;
		text-align: center;
	}
}

@media (max-width:767px) {
	.help__bg {
		padding: 24px 16px;
	}
}

.help__right {
	padding: 0 0 0 32px;
}

@media (max-width:950px) {
	.help__right {
		padding: 24px 0 0;
	}
}

.help__button {
	min-width: 232px;
	margin: 0;
}

.faq-nav__item {
	padding: 12px;
	border-bottom: 1px solid #dbdbdb;
}

.faq-nav__item:last-child {
	border: none;
}

.faq-nav__link {
	padding: 12px;
	display: block;
	position: relative;
	border-radius: 8px;
	color: #333;
}

.desktop .faq-nav__link:hover {
	background: #f3f3f3;
	color: #ca003d;
}

.faq__main-title {
	margin: 0 0 24px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
}

@media (max-width:767px) {
	.faq__main-title {
		font-size: 20px;
	}
}

.faq {
	padding: 0 0 8px;
}

.faq__item {
	margin: 0 0 24px;
	-webkit-box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	background: #fff;
	border-radius: 8px;
}

.faq__top {
	padding: 24px 56px 24px 24px;
	position: relative;
	line-height: 22px;
}

@media (max-width:767px) {
	.faq__top {
		padding: 24px 48px 24px 16px;
	}
}

.faq__button {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.faq__button.active .faq__arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.desktop .faq__button:hover .faq__arrow {
	fill: #ca003d;
}

.desktop .faq__button:hover + .faq__title {
	color: #ca003d;
	border-color: #ca003d;
}

.faq__arrow {
	width: 16px;
	height: 16px;
	margin: -8px 0 0;
	position: absolute;
	top: 50%;
	right: 24px;
	fill: #00378d;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

@media (max-width:767px) {
	.faq__arrow {
		right: 16px;
	}
}

.faq__title {
	display: inline;
	vertical-align: top;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #00378d;
	border-bottom: 1px dotted #00378d;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.faq__hidden {
	padding: 0 24px;
	display: none;
	overflow: hidden;
}

@media (max-width:767px) {
	.faq__hidden {
		padding: 0 16px;
	}
}

.faq__text {
	padding: 24px 0 0;
	border-top: 1px solid #dbdbdb;
}

/*____________________4.6 EDIT PROFILE____________________*/
.edit-profile {
	padding: 0 0 8px;
}

.edit-profile__title {
	margin: 0 0 24px 8px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
}

@media (max-width:767px) {
	.edit-profile__title {
		margin-right: 0;
		font-size: 20px;
	}
}

.edit-profile__cols {
	max-width: 736px;
	padding: 0 0 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:767px) {
	.edit-profile__cols {
		max-width: none;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.edit-profile__left {
	width: 100%;
	min-width: 0;
}

@media (max-width:767px) {
	.edit-profile__left {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.edit-profile__right {
	padding: 0 0 0 24px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width:767px) {
	.edit-profile__right {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding: 0 0 16px;
	}
}

.edit-profile__item {
	padding: 0 0 16px 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 22px;
}

.edit-profile__item:last-child {
	padding-bottom: 0;
}

@media (max-width:767px) {
	.edit-profile__item {
		padding-right: 0;
		display: block;
	}
}

.edit-profile__label {
	width: 156px;
	padding: 0 16px 0 0;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #475767;
}

@media (max-width:767px) {
	.edit-profile__label {
		width: auto;
		padding: 0 0 8px;
	}
}

.edit-profile__value {
	width: 100%;
	min-width: 0;
	word-break: break-all;
}

.edit-profile__bottom {
	padding: 24px 0 0;
	border-top: 1px solid #dbdbdb;
}

@media (max-width:767px) {
	.edit-profile__button {
		width: 100%;
		margin-right: 0;
		padding: 0;
	}
}

@media (max-width: 359px) {
	.edit-profile__button {
		font-size: 14px;
	}
}

.profile-logo {
	width: 120px;
	height: 120px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #eaedf1;
	border-radius: 50%;
}

.profile-logo__icon {
	width: 60px;
	height: 60px;
	fill: #00378d;
}

/*____________________4.7 LOAD FILE____________________*/
.steps {
	margin: 0 -20px 0 0;
	padding: 0 0 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.steps__item {
	margin: 0 0 16px;
	padding: 0 20px 0 32px;
	position: relative;
	font-weight: bold;
	line-height: 24px;
	color: #bbb;
}

.steps__item:before {
	content: counter(item, decimal);
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	border-radius: 50%;
}

.steps__item:after {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	top: 9px;
	right: 8px;
	border-bottom: 2px solid #bbb;
	border-right: 2px solid #bbb;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.steps__item.active {
	color: #333;
}

.steps__item.active:before {
	background: #00378d;
	color: #fff;
}

.steps__item.active:after {
	border-color: #333;
}

.steps__item:last-child:after {
	display: none;
}

@media (max-width: 359px) {
	.steps__item {
		font-size: 14px;
	}
}

.load-file__title {
	margin: 0 0 24px;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.2;
}

@media (max-width:767px) {
	.load-file__title {
		font-size: 24px;
	}
}

.load-file__bg {
	margin: 0 0 32px;
	padding: 32px 24px 8px;
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
}

@media (max-width:767px) {
	.load-file__bg {
		padding: 24px 16px 4px;
	}
}

.load-file__end {
	padding: 16px 0 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width:767px) {
	.load-file__end {
		padding: 8px 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
	}
}

@media (max-width:767px) {
	.load-file__right {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

.load-file__left {
	padding: 0 24px 0 0;
}

@media (max-width:767px) {
	.load-file__left {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.load-file__button {
	width: 100%;
}

.loaded-table {
	padding: 20px 0 0;
}

.loaded-table__title {
	margin: 0 0 24px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
}

/*____________________4.8 FILTERS____________________*/
.filters {
	padding: 24px 24px 0;
}

@media (max-width:767px) {
	.filters {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.filter__hidden {
	padding: 0 0 24px;
	display: none;
}

.filter__content {
	max-height: 164px;
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.filter__content::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background: #f3f3f3;
}

.filter__content::-webkit-scrollbar-thumb {
	background: #00378d;
}

.desktop .filter__content::-webkit-scrollbar-thumb:hover {
	background-color: #333;
}

.filter__name {
	margin: 0 0 16px;
	padding: 0 0 0 16px;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}

.filter__name:after {
	content: "";
	width: 0px;
	height: 0px;
	margin: -2.5px 0 0;
	position: absolute;
	top: 50%;
	left: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #00378d transparent transparent transparent;
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.filter__name.active:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.desktop .filter__name:hover {
	color: #00378d;
}

.filter__checkbox {
	margin: 0 0 16px 16px;
}

.filter__checkbox:last-child {
	margin-bottom: 0;
}

.selected {
	margin: 0 -12px 12px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.selected__item {
	min-width: 0;
	max-width: 100%;
	padding: 0 12px 12px 0;
}

@media (max-width:767px) {
	.selected__item:last-child {
		width: 100%;
	}
}

.selected__button {
	max-width: 100%;
	height: 30px;
	padding: 0 32px 0 12px;
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	background: #333;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	border-radius: 8px;
}

.desktop .selected__button:hover {
	background: #ca003d;
}

.selected__close {
	width: 12px;
	height: 12px;
	margin: -6px 0 0;
	position: absolute;
	top: 50%;
	right: 12px;
	fill: #fff;
}

.selected__reset {
	font-size: 16px;
	color: #00378d;
}

.desktop .selected__reset:hover {
	color: #ca003d;
}

.datepicker {
	margin: 0 0 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.datepicker:last-child {
	margin: 0;
}

.datepicker__label {
	width: 28px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.datepicker__input-wrap {
	width: 100%;
	min-width: 0;
	position: relative;
}

.datepicker__input {
	padding-left: 49px;
	position: relative;
	z-index: 1;
	background: none;
}

.datepicker__input:focus + .datepicker__icon {
	fill: #999;
}

.datepicker__icon {
	width: 24px;
	height: 24px;
	margin: -12px 0 0;
	position: absolute;
	top: 50%;
	left: 16px;
	fill: #bbb;
}

/*____________________4.9 EMPLOYEES, USERS, ADDRESS____________________*/
.content-block {
	padding: 0 0 32px;
}

@media (max-width:767px) {
	.content-block + .tabs-nav {
		margin-top: -20px;
	}
}

.content-block__text {
	padding: 0 0 8px;
}

.content-block__text p, .content-block__text ul, .content-block__text ol {
	margin: 0 0 16px;
}

.info-block {
	margin: 0 0 32px;
	padding: 24px 32px 8px;
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
}

@media (max-width:767px) {
	.info-block {
		margin: 0 0 24px;
		padding-left: 16px;
		padding-right: 16px;
	}

	.info-block:last-child {
		margin: 0 0 32px;
	}
}

.info-block__cols {
	padding: 0 0 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:767px) {
	.info-block__cols {
		padding: 0 0 24px;
		display: block;
	}
}

.info-block__col {
	padding: 0 24px 0 0;
}

.info-block__col:last-child {
	padding: 0;
}

@media (max-width:767px) {
	.info-block__col {
		padding: 0 0 16px;
	}
}

.info-block__title {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
}

@media (max-width:767px) {
	.info-block__title {
		font-size: 20px;
	}
}

.info-block__button {
	min-width: 160px;
	margin: 0;
	padding: 0 24px;
}

.info-block__nav {
	margin: -16px 0 24px;
}

@media (max-width:767px) {
	.info-block__nav {
		margin: -12px -16px 24px;
	}
}

.chars {
	width: 100%;
	display: table;
	line-height: 1.4;
}

@media (max-width:767px) {
	.chars {
		width: auto;
		display: block;
	}
}

.chars__item {
	display: table-row;
}

@media (max-width:767px) {
	.chars__item {
		padding: 0 0 16px;
		display: block;
	}
}

.chars__name {
	width: 156px;
	padding: 0 16px 16px 0;
	display: table-cell;
	vertical-align: top;
	color: #475767;
}

.chars__name b {
	color: #333;
}

@media (max-width:767px) {
	.chars__name {
		width: auto;
		padding: 0 0 8px;
		display: block;
	}
}

.chars__value {
	padding: 0 0 16px;
	display: table-cell;
	vertical-align: top;
	word-break: break-all;
}

@media (max-width:767px) {
	.chars__value {
		padding: 0;
		display: block;
	}
}

/*____________________4.10 ORDER____________________*/
.order-top {
	padding: 0 0 20px;
}

@media (max-width:767px) {
	.order-top + .tabs-nav {
		margin-top: -16px;
	}
}

.order-block {
	margin: 0 0 16px;
	padding: 24px 24px 8px;
	background: #fff;
	-webkit-box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	border-radius: 8px;
}

.order-block_first {
	margin: 0 0 32px;
}

.order-block .chars__name {
	width: 190px;
	line-height: 1.2;
}

.order-block .chars__value {
	line-height: 1.2;
}

.order-block + .main-block {
	padding-top: 16px;
}

.order-block_cart {
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (min-width:768px) {
	.order-block_cart .total-chars {
		max-width: 1000px;
		margin-top: -5px;
	}
}

@media (max-width:767px) {
	.order-block {
		padding: 24px 16px 8px;
	}

	.order-block .chars__name {
		width: auto;
	}
}

.order-block__title {
	margin: 0 0 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
}

.order-block__icon {
	width: 24px;
	height: 24px;
	margin: 0 8px;
	fill: #00378d;
}

@media (max-width:1279px) {
	.order-block__icon {
		margin-left: 0;
	}
}

.order-block__info {
	margin: 0 0 0 8px;
}

.order-block__cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width:1279px) {
	.order-block__cols {
		display: block;
	}
}

.order-block__col {
	width: 50%;
	padding: 0 24px 0 0;
}

.order-block__col:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

@media (max-width:1279px) {
	.order-block__col {
		width: auto;
		margin: 0 0 24px;
		padding: 0 0 8px;
		border-bottom: 1px solid #dbdbdb;
	}
}

.docs {
	margin: 0 0 24px -15px;
	padding: 0 0 0 24px;
	border-left: 1px solid #dbdbdb;
}

@media (max-width:1279px) {
	.docs {
		margin: 0;
		padding: 0 0 16px;
		border: none;
	}
}

.docs__item {
	margin: 0 0 16px;
}

.docs__item:last-child {
	margin: 0;
}

.desktop .docs__link:hover {
	color: #ca003d;
}

.total-chars {
	padding: 0 0 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width:1279px) {
	.total-chars {
		display: block;
	}
}

.total-chars__col {
	width: 50%;
	max-width: 395px;
	padding: 0 24px 0 0;
}

.total-chars__col:last-child {
	padding: 0;
}

.total-chars__col:last-child .total-chars__name {
	width: 64px;
}

@media (max-width:1279px) {
	.total-chars__col {
		width: auto;
		max-width: none;
		padding: 0;
	}

	.total-chars__col:last-child .total-chars__name {
		width: auto;
	}
}

.total-chars__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.2;
}

@media (max-width:1279px) {
	.total-chars__item {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.total-chars__name {
	width: 222px;
	padding: 2px 16px 8px 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 14px;
	color: #bbb;
}

@media (max-width:1279px) {
	.total-chars__name {
		width: auto;
		-ms-flex-negative: 1;
		flex-shrink: 1;
	}
}

.total-chars__value {
	padding: 0 0 8px;
	font-weight: bold;
}

@media (max-width:1279px) {
	.total-chars__value {
		text-align: right;
	}
}

.order-actions {
	padding: 0 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:1279px) {
	.order-actions {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.order-actions__left {
	min-width: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 24px 0 0;
}

@media (max-width:1279px) {
	.order-actions__left {
		width: 100%;
		padding: 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.order-actions__right {
	width: 100%;
	min-width: 0;
	max-width: 300px;
}

@media (max-width:1279px) {
	.order-actions__right {
		max-width: none;
		padding: 0 0 16px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-actions__right .table-search__form {
		width: 100%;
	}
}

.select-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:767px) {
	.select-action {
		padding: 0 0 56px;
		position: relative;
	}
}

@media (max-width:479px) {
	.select-action {
		padding: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.select-action__left {
	padding: 0 16px 0 0;
}

@media (max-width:1279px) {
	.select-action__left {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

@media (max-width:479px) {
	.select-action__left {
		width: 100%;
		padding: 0 0 16px;
	}
}

.select-action__center {
	padding: 0 16px 0 0;
}

@media (max-width:1279px) {
	.select-action__center {
		width: 100%;
		min-width: 0;
	}
}

@media (max-width:767px) {
	.select-action__center {
		padding: 0;
	}
}

@media (max-width:479px) {
	.select-action__center {
		padding: 0 0 16px;
	}
}

@media (max-width:1279px) {
	.select-action__right {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

@media (max-width:767px) {
	.select-action__right {
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
}

@media (max-width:479px) {
	.select-action__right {
		position: static;
	}
}

.select-action__select {
	width: 200px;
}

@media (max-width:1279px) {
	.select-action__select {
		width: auto;
	}
}

.select-action__checkbox {
	margin: 0;
}

.select-action__checkbox .checkbox__input.active + .checkbox__icon + .checkbox__text .checkbox__visible {
	display: none;
}

.select-action__checkbox .checkbox__input.active + .checkbox__icon + .checkbox__text .checkbox__hidden {
	display: inline;
}

.select-action__button {
	margin: 0;
}

@media (max-width:767px) {
	.select-action__button {
		width: 100%;
	}
}

.order-buttons {
	margin: -8px 0 0;
	padding: 0 0 16px;
	text-align: center;
}

.order-buttons__button {
	min-width: 232px;
}

.order-total {
	margin: 0 0 32px;
	padding: 32px 32px 32px;
	background: #fff;
	-webkit-box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	border-radius: 8px;
}

@media (max-width:767px) {
	.order-total {
		padding: 24px 16px;
	}
}

.order-total__cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width:767px) {
	.order-total__cols {
		display: block;
	}
}

.order-total__col {
	padding: 0 24px 0 0;
}

.order-total__col:last-child {
	padding: 0;
	text-align: right;
}

@media (max-width:767px) {
	.order-total__col {
		padding: 0;
	}

	.order-total__col:last-child {
		text-align: left;
	}
}

@media (max-width:767px) {
	.order-total__mob-cols {
		padding: 16px 0 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.order-total__title {
	padding: 0 0 16px;
	display: block;
	font-weight: bold;
}

@media (max-width:767px) {
	.order-total__title {
		padding: 0 16px 0 0;
	}
}

.order-total__label {
	min-width: 160px;
	color: #475767;
}

@media (max-width:767px) {
	.order-total__label {
		min-width: 0;
		padding: 0 16px 0 0;
	}
}

.order-total__value {
	color: #475767;
}

.order-total__price {
	display: block;
	font-weight: bold;
	font-size: 24px;
}

@media (max-width:767px) {
	.order-total__price {
		font-size: 20px;
	}
}

.order-bottom {
	padding: 0 0 12px;
}

@media (max-width:767px) {
	.order-bottom {
		text-align: center;
	}
}

/*____________________4.11 ITEM____________________*/
.item {
	line-height: 1.2;
}

.item__cols {
	min-height: 380px;
	padding: 0 0 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width:950px) {
	.item__cols {
		min-height: 0;
		padding: 0 0 8px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.item__left {
	width: 50%;
	min-width: 0;
	max-width: 370px;
	padding: 0 24px 0 0;
}

@media (max-width:950px) {
	.item__left {
		width: 100%;
		max-width: none;
		padding: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

.item__center {
	width: 50%;
	min-width: 0;
	padding: 0 24px 0 0;
}

@media (max-width:950px) {
	.item__center {
		width: 100%;
		padding: 0;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

.item__right {
	width: 384px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width:1279px) {
	.item__right {
		width: 340px;
	}
}

@media (max-width:950px) {
	.item__right {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.item__image {
	max-width: 100%;
	margin: 0 auto 32px;
}

.item__content {
	max-width: 350px;
	margin: auto;
}

.item__sidebar {
	margin: 0 0 32px;
	padding: 24px 32px 0;
	background: #f3f3f3;
	border-radius: 8px;
}

@media (max-width:767px) {
	.item__sidebar {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.item__top {
	padding: 0 0 16px;
}

.item__label {
	margin: 0 0 4px;
	font-size: 14px;
	color: #475767;
}

.item__price {
	margin: 0 0 4px;
	font-weight: bold;
	font-size: 28px;
}

@media (max-width:767px) {
	.item__price {
		font-size: 24px;
	}
}

.item__art {
	margin: 0 0 24px;
	color: #00378d;
}

@media (max-width:950px) {
	.item__art {
		margin: 0 0 16px;
	}
}

.item-chars {
	padding: 0 0 24px;
	line-height: 1.4;
}

.item-chars__title {
	margin: 0 0 16px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
}

.item-chars__item {
	margin: 0 0 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.item-chars__name {
	padding: 0 8px 0 0;
	color: #475767;
}

.item-chars__value {
	word-break: break-all;
}

.availability {
	margin: 0 0 12px;
	padding: 18px 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	-webkit-box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	border-radius: 8px;
}

@media (max-width:767px) {
	.availability {
		padding: 16px;
		display: block;
	}
}

.availability__left {
	padding: 0 16px 0 0;
	line-height: 1.2;
}

@media (max-width:767px) {
	.availability__left {
		padding: 0 0 8px;
	}
}

.availability__value {
	display: block;
	color: #475767;
	font-size: 14px;
}

.availability__value b {
	color: #333;
}

.availability__right {
	font-weight: bold;
}

.item-actions {
	padding: 0 0 32px;
}

.item-actions_catalog {
	padding: 0 0 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.item-actions_catalog .item-actions__icon {
	margin: 0 0 0 12px;
}

.item-actions.active .item-actions__button {
	display: none;
}

.item-actions.active .item-actions__hidden {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.item-actions.active .item-actions__icon {
	fill: #43a047;
}

.item-actions__button {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

.item-actions__hidden {
	display: none;
}

.item-actions__count {
	width: 100%;
	min-width: 0;
}

.item-actions__icon {
	width: 24px;
	height: 24px;
	margin: 0 0 0 24px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	fill: #dbdbdb;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

@media (max-width:767px) {
	.item-actions__icon {
		margin: 0 0 0 16px;
	}
}

.chars-block {
	padding-top: 40px;
	padding-bottom: 30px;
	background: #f3f3f3;
}

.chars-block .chars__name {
	width: 230px;
	padding-bottom: 10px;
}

.chars-block .chars__value {
	padding-bottom: 8px;
}

@media (max-width:767px) {
	.chars-block {
		padding-top: 25px;
		padding-bottom: 20px;
	}

	.chars-block .chars__name {
		width: auto;
		padding-bottom: 8px;
	}

	.chars-block .chars__value {
		padding-bottom: 0;
	}
}

/*____________________4.12 CART____________________*/
.cart-top {
	margin: 0 0 24px;
	padding: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #fff;
	border-radius: 8px;
}

@media (max-width:1279px) {
	.cart-top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (max-width:767px) {
	.cart-top {
		padding-left: 16px;
		padding-right: 16px;
		display: block;
	}
}

.cart-top__left {
	width: 100%;
	min-width: 0;
}

@media (max-width:1279px) {
	.cart-top__left {
		width: 100%;
		padding: 0 0 16px;
	}
}

.cart-top__right {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width:1279px) {
	.cart-top__right {
		width: 100%;
	}
}

@media (max-width:1279px) {
	.cart-top__inner-left {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (max-width:1279px) {
	.cart-top__inner-center {
		width: 100%;
		padding: 16px 0 0;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

@media (max-width:767px) {
	.cart-top__inner-center {
		padding: 4px 0 12px;
	}
}

@media (max-width:1279px) {
	.cart-top__inner-right {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

@media (max-width:767px) {
	.cart-top__inner-right {
		margin: 0 0 -16px;
	}
}

.cart-top__cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:1279px) {
	.cart-top__cols {
		margin: 0 -32px 0 0;
	}
}

@media (max-width:767px) {
	.cart-top__cols {
		margin: 0;
		display: block;
	}
}

.cart-top__select-col {
	width: 100%;
	min-width: 0;
	padding: 0 32px 0 0;
}

@media (max-width:767px) {
	.cart-top__select-col {
		padding: 0 0 24px;
	}
}

.cart-top__content-col {
	padding: 0 32px 0 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width:767px) {
	.cart-top__content-col {
		padding: 0;
	}
}

.cart-top__buttons {
	margin: 0 -8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width:767px) {
	.cart-top__buttons {
		margin-bottom: -16px;
		display: block;
	}
}

.cart-top__button-col {
	padding: 0 8px;
}

.cart-top__button {
	min-width: 160px;
	margin: 0;
}

@media (max-width:767px) {
	.cart-top__button {
		width: 100%;
		margin: 0 0 16px;
		padding: 0;
	}
}

.cart-top__select {
	width: 100%;
}

@media (min-width:768px) {
	.cart-top__chars {
		margin: 0 -16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (min-width:768px) {
	.cart-top__char-col {
		min-width: 204px;
		margin: 0 16px;
	}

	.cart-top__char-col:first-child {
		min-width: 110px;
	}
}

.cart-top__char {
	min-width: 120px;
	padding-right: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #475767;
	font-size: 14px;
	line-height: 20px;
}

@media (min-width:768px) {
	.cart-top__char_block {
		min-width: 0;
		padding-right: 0;
		display: block;
	}

	.cart-top__char_block .cart-top__name {
		padding-right: 0;
		top: auto;
	}
}

@media (max-width:1279px) {
	.cart-top__char {
		padding-right: 0;
	}
}

@media (max-width:767px) {
	.cart-top__char {
		padding-bottom: 8px;
		font-size: 16px;
	}
}

.cart-top__name {
	padding: 1px 16px 1px 0;
	position: relative;
	top: 1px;
}

@media (max-width:767px) {
	.cart-top__name {
		top: auto;
	}
}

.cart-top__value {
	padding: 1px 0;
	font-weight: bold;
	font-size: 16px;
	color: #333;
}

.cart-top__value_price {
	font-size: 20px;
}

.cart-total {
	margin: 0 0 24px;
	padding: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #fff;
	border-radius: 8px;
	line-height: 1.2;
}

@media (max-width:767px) {
	.cart-total {
		padding: 24px 16px;
		display: block;
	}
}

.cart-total__left {
	padding: 0 24px 0 0;
}

@media (max-width:767px) {
	.cart-total__left {
		padding: 0;
	}
}

@media (max-width:767px) {
	.cart-total__right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.cart-total__title {
	margin: 0 0 24px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
}

@media (max-width:767px) {
	.cart-total__title {
		font-size: 20px;
	}
}

.cart-total__subtitle {
	margin: 8px 0 24px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
}

.cart-total__price {
	margin: 0 0 4px;
	font-weight: bold;
	font-size: 24px;
}

.cart-total__remark {
	font-size: 14px;
	color: #475767;
}

.cart-chars {
	margin: 0 -80px -8px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cart-chars_inner {
	margin: 0;
	display: block;
}

@media (max-width:767px) {
	.cart-chars {
		margin-right: 0;
		padding: 0 0 16px;
		display: block;
	}
}

.cart-chars__col {
	min-width: 235px;
	margin: 0 80px 0 0;
}

.cart-chars__col:first-child {
	min-width: 124px;
}

@media (max-width:767px) {
	.cart-chars__col {
		margin: 0;
	}
}

.cart-chars__item {
	padding: 0 0 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #475767;
}

.cart-chars__item b {
	color: #333;
}

.cart-chars__name {
	padding: 0 16px 0 0;
}

.cart-chars__value {
	text-align: right;
}

.cart-bottom {
	padding: 0 0 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width:767px) {
	.cart-bottom {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
	}
}

@media (max-width:767px) {
	.cart-bottom__right {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

.cart-bottom__left {
	padding: 0 24px 0 0;
}

@media (max-width:767px) {
	.cart-bottom__left {
		width: 100%;
		padding: 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.cart-bottom__button {
	width: 100%;
}

.cart-info {
	padding: 8px 0;
}

.cart-info__title {
	margin: 0 0 24px;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.2;
}

@media (max-width:767px) {
	.cart-info__title {
		font-size: 20px;
	}
}

.cart-info__cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width:950px) {
	.cart-info__cols {
		display: block;
	}
}

.cart-info__left {
	width: 100%;
	min-width: 0;
}

.cart-info__right {
	width: 384px;
	margin: 0 0 0 32px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width:1279px) {
	.cart-info__right {
		width: 304px;
	}
}

@media (max-width:950px) {
	.cart-info__right {
		width: auto;
		margin: 0;
	}
}

.cart-info__bg {
	margin: 0 0 24px;
	padding: 24px 24px 8px;
	background: #fff;
	border-radius: 8px;
}

.cart-info__bg.disabled .cart-info__subtitle {
	color: #bbb;
}

.cart-info__bg.disabled .cart-info__list, .cart-info__bg.disabled .cart-info__button {
	display: none;
}

.cart-info__bg.active .cart-info__title-wrap {
	padding: 0 40px 0 0;
	position: relative;
}

.cart-info__bg.active .cart-info__subtitle {
	color: #bbb;
}

.cart-info__bg.active .cart-info__check {
	display: block;
}

.cart-info__bg.active .cart-info__hidden-col {
	display: block;
}

.cart-info__bg.active .cart-info__selected-value {
	display: block;
}

.cart-info__bg.active .cart-info__list, .cart-info__bg.active .cart-info__button {
	display: none;
}

@media (max-width:767px) {
	.cart-info__bg {
		padding-left: 16px;
		padding-right: 16px;
	}

	.cart-info__bg.active .cart-info__hidden-col {
		display: none;
	}

	.cart-info__bg.active .cart-info__mob {
		display: block;
	}

	.cart-info__bg.active .cart-info__title-wrap {
		padding: 0 32px 0 0;
	}
}

.cart-info__top {
	margin: 0 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cart-info__subtitle {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
}

@media (max-width:767px) {
	.cart-info__subtitle {
		font-size: 16px;
	}
}

.cart-info__check {
	width: 24px;
	height: 24px;
	margin: -12px 0 0;
	display: none;
	position: absolute;
	top: 50%;
	right: 0;
	fill: #43a047;
}

@media (max-width:767px) {
	.cart-info__check {
		width: 16px;
		height: 16px;
		margin: -8px 0 0;
	}
}

.cart-info__hidden-col {
	display: none;
}

.cart-info__change {
	font-size: 16px;
	line-height: 1.2;
	text-align: left;
	color: #00378d;
}

.desktop .cart-info__change:hover {
	color: #ca003d;
}

.cart-info__selected-value {
	margin: 0 0 16px;
	display: none;
	color: #bbb;
}

.cart-info__mob {
	margin: 0 0 16px;
	display: none;
}

.cart-info__list {
	padding: 0 0 24px;
}

.cart-info__radio {
	margin: 0 0 16px;
	padding: 0 0 16px;
	border-bottom: 1px solid #f3f3f3;
}

.cart-info__radio:last-child {
	margin: 0;
}

.cart-info__radio .radio__remark {
	font-size: 14px;
	line-height: 1.2;
}

.cart-info__form {
	padding: 0 0 16px;
}

.cart-section {
	margin: 0 0 24px;
	padding: 0 0 8px;
	border-bottom: 1px solid #f3f3f3;
}

.cart-section__title {
	margin: 0 0 16px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
}

.cart-section__item {
	padding: 0 0 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #475767;
}

.cart-section__text {
	padding: 0 16px 0 0;
}

.cart-section__value {
	text-align: right;
}

.cart-result {
	padding: 0 0 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 1.2;
}

@media (max-width:767px) {
	.cart-result {
		display: block;
	}
}

.cart-result__left {
	padding: 6px 16px 0 0;
	font-weight: bold;
}

@media (max-width:767px) {
	.cart-result__left {
		padding: 0 0 4px;
	}

	.cart-result__left:after {
		content: ":";
	}
}

.cart-result__right {
	text-align: right;
}

@media (max-width:767px) {
	.cart-result__right {
		text-align: left;
	}
}

.cart-result__price {
	display: block;
	font-weight: bold;
	font-size: 24px;
}

.cart-result__remark {
	display: block;
	color: #475767;
	font-size: 14px;
}

.order-was-created {
	padding: 0 0 16px;
}

.order-was-created h2, .order-was-created h3, .order-was-created h4 {
	margin: 0 0 16px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
}

.order-was-created p, .order-was-created ol {
	margin: 0 0 16px;
}



/*-------------------------------------------------------------------------------------------*/
/* -----------------------------------------5. LIBS------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*____________________5.1 JQUERY UI____________________*/
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
  /* support: IE8 */;
}

.ui-front {
	z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -0.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-datepicker {
	width: 17em;
	padding: 0.2em 0.2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

.ui-datepicker table {
	width: 100%;
	font-size: 0.9em;
	border-collapse: collapse;
	margin: 0 0 0.4em;
}

.ui-datepicker th {
	padding: 0.7em 0.3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: 0.2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: 0.7em 0 0 0;
	padding: 0 0.2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: 0.5em 0.2em 0.4em;
	cursor: pointer;
	padding: 0.2em 0.6em 0.3em 0.6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: 0.5em;
	top: 0.3em;
}

/* datepicker */
#ui-datepicker-div {
	width: 250px !important;
	padding: 8px 0 10px !important;
	z-index: 9999 !important;
	background: #fff;
	-webkit-box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	border-radius: 8px;
	border: 1px solid #cbd5e0;
	display: none;
	overflow: visible;
	color: #475767;
}

#ui-datepicker-div table {
	width: 100%;
	margin: 0;
}

#ui-datepicker-div thead th {
	height: 14px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	color: #a0aec0;
}

#ui-datepicker-div thead th:first-child {
	padding-left: 6px;
}

#ui-datepicker-div thead th:last-child {
	padding-right: 6px;
}

.ui-datepicker-title {
	text-align: center;
}

.ui-datepicker-header {
	height: 32px;
	position: relative !important;
	font-weight: bold;
	font-size: 16px;
	line-height: 32px;
}

.ui-datepicker-next, .ui-datepicker-prev {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 2px;
	left: 10px;
	cursor: pointer;
	border-radius: 8px;
}

.ui-datepicker-next:before, .ui-datepicker-prev:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	left: 1px;
	background: url(../img/svg/arrow.svg) no-repeat;
	background-size: 100% 100%;
}

.desktop .ui-datepicker-next:hover, .desktop .ui-datepicker-prev:hover {
	background: #edf2f7;
}

.ui-datepicker-next {
	left: auto;
	right: 10px;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.ui-datepicker-next.ui-state-disabled, .ui-datepicker-prev.ui-state-disabled {
	display: none;
}

.ui-datepicker-calendar tbody td {
	height: 32px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}

.ui-datepicker-calendar tbody td a, .ui-datepicker-calendar tbody td span {
	width: 28px;
	height: 28px;
	margin: auto;
	display: block;
	color: #475767;
	border-radius: 50%;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	border: none;
}

.ui-state-disabled, .ui-state-disabled a, .ui-state-disabled span {
	color: #bbb !important;
	font-weight: normal !important;
	cursor: default !important;
}

.ui-datepicker-calendar tbody td a.ui-state-active, .ui-datepicker-calendar tbody td span.ui-state-active {
	background: #00378d !important;
	font-weight: bold;
	color: #fff !important;
}

.ui-datepicker-unselectable span {
	color: #bbb !important;
}

.desktop .ui-datepicker-calendar tbody td a:hover {
	background: #f0f3f6;
}

/*____________________5.2 TAGATOR____________________*/
#tagator_dimmer {
	background-color: rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
}

/* Main box */
.tagator_element {
	width: 100%;
	min-height: 48px;
	padding: 0 4px !important;
	display: block;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 8px;
	font-size: 16px;
	line-height: 1;
	color: #333;
	-webkit-transition: border-color 0.3s linear 0s;
	transition: border-color 0.3s linear 0s;
}

.tagator_element.options-visible {
	border-radius: 8px 8px 0 0;
	border-color: #999;
}

.tagator_element.nomatch .tagator_options {
	display: block !important;
}

.tagator_element.nomatch .tagator_options:before {
	content: "Совпадений не найдено";
	padding: 6px 16px;
	display: block;
	text-align: center;
}

.tagator_element.options-visible {
	position: relative;
	z-index: 101;
}

/* placeholder */
.tagator_placeholder {
	position: absolute;
	color: #999;
	left: 4px;
	top: 4px;
	font-size: 13px;
}

/* chosen items holder */
.tagator_tags {
	display: inline;
}

/* chosen item */
.tagator_tag {
	height: 38px;
	display: inline-block;
	background: #f3f3f3;
	border-radius: 8px;
	padding: 0 32px 0 8px;
	font-size: 16px;
	line-height: 38px;
	margin: 4px;
	position: relative;
	vertical-align: top;
}

/* chosen item remove button */
.tagator_tag_remove {
	width: 32px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.tagator_tag_remove:before, .tagator_tag_remove:after {
	content: "";
	width: 16px;
	height: 3px;
	margin: -1.5px 0 0 -8px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #bbb;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tagator_tag_remove:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.tagator_tag_remove:hover:before, .tagator_tag_remove:hover:after {
	background: #ca003d;
}

/* input box */
.tagator_input, .tagator_textlength {
	border: 0;
	display: inline-block;
	margin: 0;
	background-color: transparent;
	font-size: 13px;
	outline: none;
	padding: 4px 0 0 5px;
	position: relative;
	z-index: 1;
}

.tagator_input {
	height: 46px;
	margin: 0 0 0 12px;
	font-size: 16px;
	line-height: 1;
}

/* options holder */
.tagator_options {
	width: 100%;
	max-height: 220px;
	margin: 1px 0 0;
	padding: 8px 0;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	background: #fff;
	-webkit-box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	box-shadow: 0 2px 16px 0 rgba(28, 34, 37, 0.1);
	border-radius: 0 0 8px 8px;
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.tagator_options::-webkit-scrollbar {
	width: 19px;
	height: 19px;
	background: #fff;
	border-radius: 0 0 9999px 0;
	border-left: 1px solid #bdbdbd;
}

.tagator_options::-webkit-scrollbar-thumb {
	border: 6px solid rgba(0, 0, 0, 0);
	background-clip: padding-box;
	border-radius: 9999px;
	background-color: #475767;
}

.desktop .tagator_options::-webkit-scrollbar-thumb:hover {
	background-color: #333;
}

.tagator_element.options-hidden .tagator_options {
	display: none;
}

/* result item */
.tagator_option {
	padding: 8px 16px;
	cursor: pointer;
	display: block;
	font-size: 16px;
	line-height: 20px;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.tagator_option.active {
	background-color: #f2f2f2;
	color: #00378d;
}

.dashboard-managers table.first {
	margin-bottom: 15px;
}


.dashboard-managers table td {
	vertical-align: middle;
	padding: 0px 10px 7px 10px;
}