@charset 'utf-8';

/* Reset
*******************************************************************************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
hr,
button,
input,
select,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: inherit;
	font: inherit;
	vertical-align: baseline;
	outline: none;
	box-sizing: border-box;
	line-height: inherit;
	font-family: inherit;
	text-transform: inherit;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
video {
	display: block
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em
}

pre {
	white-space: pre-wrap
}

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

blockquote,
q {
	quotes: none
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]:-webkit-search-cancel-button,
input[type="search"]:-webkit-search-decoration {
	-webkit-appearance: none
}

svg:not(:root) {
	overflow: hidden
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

/*
*******************************************************************************/

/*@font-face {
	font-family: 'rub';
	src: url(/_/fonts/rub/rouble.eot);
	src: local('â˜º'),
			 url(/_/fonts/rub/rouble.eot?#iefix) format('embedded-opentype'),
			 url(/_/fonts/rub/rouble.woff)       format('woff'),
			 url(/_/fonts/rub/rouble.ttf)        format('truetype'),
			 url(/_/fonts/rub/rouble.svg#rub)    format('svg');
	font-weight: normal;
	font-style: normal;
}

.rub:after {
	content: 'a';
	font-weight: normal;
	font-size: 85%;
	font-family: 'rub';
	text-transform: none;
}*/

/* Animation
*******************************************************************************/

a,
svg,
path,
button {
	transition: all 300ms linear;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Structure
*******************************************************************************/

.inner {
	height: 100%;
	padding: 0 20px;
}

.inner .inner {
	padding: 0;
}

.content {
	height: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

/* Typography
*******************************************************************************/

body {
	color: #101828;
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	overflow: auto;
}

p {
	line-height: 1.5;
	margin: 1em 0 0;
}

a {
	color: inherit;
	text-decoration: none;
}

p a {
	display: inline-block;
	color: #004D99;
	border-bottom: 1px solid #004D99;
}

p a:hover {
	border-bottom-color: transparent;
}

b {
	font-weight: 600;
}

b b,
strong {
	font-weight: 700;
}

i {
	font-style: italic;
}

ol,
ul {
	margin: 1em 0 0;
	padding-left: 20px;
	line-height: 1.4;
}

ol:first-child,
ul:first-child {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

small {
	font-size: 80%;
}

big {
	font-size: 120%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Forms
*******************************************************************************/

fieldset {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	border: 0;
}

fieldset legend {
	margin: 0 0 18px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
}

label {
	cursor: pointer;
	display: block;
	margin: 0 0 8px;
}

p+label {
	margin-top: 8px;
}

input,
textarea,
select {
	width: 100%;
	height: 48px;
	padding: 0 10px;
	background: #fff;
	line-height: 38px;
	border: 1px solid #D0D5DD;
}

input:read-only,
textarea:read-only,
select:read-only {
	background-color: #f9f9f9;
}

textarea {
	padding: 10px;
	overflow: auto;
	min-height: 128px;
	line-height: 1.1;
	resize: vertical;
	vertical-align: top;
}

input:focus,
textarea:focus,
select:focus {
	outline: 0;
}

input[type="radio"],
input[type="checkbox"] {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0;
	line-height: 1;
}

button {
	position: relative;
	cursor: pointer;
	display: block;
	padding: 0;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	background: none;
	box-sizing: border-box;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}

button:focus {
	outline: none;
}

input:disabled,
button:disabled {
	cursor: default;
}

[placeholder]:focus::-webkit-input-placeholder {
	color: transparent;
}

[placeholder]:focus:-ms-input-placeholder {
	color: transparent;
}

[placeholder]:focus::-moz-placeholder {
	color: transparent;
}

/*
*******************************************************************************/

input[type="radio"],
input[type="checkbox"] {
	display: none;
}

input[type="radio"]+div,
input[type="checkbox"]+div {
	cursor: pointer;
	position: relative;
	display: block;
	padding: 0 0 0 32px;
	line-height: 20px;
}

input[type="radio"]+div::before,
input[type="radio"]+div::after,
input[type="checkbox"]+div::before,
input[type="checkbox"]+div::after {
	content: '';
	display: block;
	position: absolute;
	box-sizing: border-box;
}

input[type="radio"]+div::before,
input[type="radio"]+div::after {
	border-radius: 50%;
}

input[type="radio"]+div::before,
input[type="checkbox"]+div::before {
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #D0D5DD;
	border-radius: 6px;
}

input[type="radio"]+div::after,
input[type="checkbox"]+div::after {
	opacity: 0;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(/_/svg/icons/ok2.svg) center center no-repeat;
	transition: all 200ms linear;
}

input[type="radio"]+div::before,
input[type="radio"]+div::after {
	border-radius: 50%;
}

input[type="radio"]+div::after {
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	background: #004D99;
}

input[type="radio"]:checked+div::before,
input[type="checkbox"]:checked+div::before {
	border-color: #004D99;
}

input[type="radio"]:checked+div::after,
input[type="checkbox"]:checked+div::after {
	opacity: 1;
}

/*
*******************************************************************************/

.has_placeholder {
	position: relative;
}

.has_placeholder input {
	padding: 16px 14px 0 14px;
}

.has_placeholder textarea {
	padding: 26px 14px 0 14px;
}

.placeholder {
	position: absolute;
	top: 1px;
	left: 0;
	padding: 0 14px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 48px;
	transition: all 300ms linear;
	color: #5E687A;
}

.placeholder.small {
	line-height: 18px;
	padding-top: 2px;
	font-size: 12px;
}

/*
*******************************************************************************/

.drop_selector {
	position: relative;
	z-index: 1;
}

.drop_select_list {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	border-top: 0;
	opacity: 0;
	visibility: hidden;
}

.drop_select_list.shown {
	opacity: 1;
	visibility: visible;
}

.drop_select_list.display {
	display: block;
}

.drop_select_item {
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	justify-content: space-between;
	border-top: 1px solid #ddd;
	background: #fff;
}

.drop_select_item:first-child {
	border-top: 0;
}

.drop_select_item:hover,
.drop_select_item.checked {
	background: #EFF6FA;
}


/*
*******************************************************************************/

.btn {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 24px;
	line-height: 1.5;
	color: #004D99;
	font-size: 16px;
}

.btn input[type="file"] {
	display: none;
}

.btn.lite {
	background: #EFF6FA;
}

.btn.dark {
	color: #fff;
	background: #004D99;
}

/* Other
*******************************************************************************/

img,
svg {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
}

.no_scroll {
	overflow: hidden;
}

@media (max-width: 1023px) {
	.only_pc {
		display: none;
	}
}

@media (min-width: 1024px) {
	.only_mob {
		display: none;
	}
}

/*
*******************************************************************************/

@media (max-width: 1023px) {
	.hint_box {
		display: none;
	}
}

@media (min-width: 1024px) {
	.hint {
		position: relative;
		display: inline-block;
		cursor: help;
	}

	.hint_box {
		position: absolute;
		bottom: 100%;
		left: 50%;
		min-width: 120px;
		white-space: nowrap;
		padding: 12px;
		margin: 0 0 5px;
		transform: translateX(-50%);
		color: #fff;
		background: #004D99;
		transition: all 300ms linear;
		opacity: 0;
		visibility: hidden;
	}

	.hint_box::before {
		content: '';
		display: block;
		width: 2px;
		height: 0;
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		border: 6px solid transparent;
		border-top-color: #004D99;
	}

	.hint:hover .hint_box {
		opacity: 1;
		visibility: visible;
	}
}

/*
*******************************************************************************/

.loadmore {
	display: flex;
	align-items: center;
	justify-content: center;
}

.loadmore a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #004D99;
	line-height: 38px;
	font-weight: 600;
}

@media (min-width: 1024px) {
	.loadmore {
		margin: 10px 0 0;
	}
}

/*
*******************************************************************************/

form.search {
	position: relative;
}

form.search > button {
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
}

form.search input::-webkit-input-placeholder {
	font-size: 16px;
}

form.search input:-ms-input-placeholder {
	font-size: 16px;
}

form.search input::-moz-placeholder {
	font-size: 16px;
}

form.search button {
	width: 48px;
	height: 48px;
}

form.search button[type="reset"] {
	right: 0;
	opacity: 0;
}

form.search button[type="reset"].shown {
	opacity: 1;
}

form.search input {
	height: 48px;
	font-size: 16px;
}

form.search .head_search__control-group {
	width: 100%;

	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

form.search .head_search__control-group button {
	background: rgb(209, 209, 209);
	color: black;	

	width: auto;
	height: auto;

	padding: 12px;

	transition: all .3s ease;
}

@media (hover: hover) {
	form.search .head_search__control-group button:hover {
		opacity: 0.7;
	}

	form.search .head_search__control-group button:active {
		opacity: 0.4;
	}
}

@media (hover: none) {
	form.search .head_search__control-group button:active {
		opacity: 0.7;
	}
}



/*
*******************************************************************************/

.download_link {
	position: relative;
	display: block;
	color: #101828;
	line-height: 20px;
	padding: 0 0 0 38px;
}

.download_link::before {
	content: '';
	display: block;
	width: 22px;
	height: 28px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -14px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}

.download_link span {
	color: #5E687A;
}

.download_link::before {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='505px' height='596px' viewBox='0 0 505 596' enable-background='new 0 0 505 596' xml:space='preserve'%3E%3Cpath fill='%23E2E5E7' d='M340.88,0H84.17c-6.63,0-12.989,2.634-17.678,7.322S59.17,18.37,59.17,25v545.7 c0,6.63,2.634,12.989,7.322,17.678S77.54,595.7,84.17,595.7H479c6.63,0,12.989-2.634,17.678-7.322S504,577.33,504,570.7V156.3 L340.88,0z'/%3E%3Cpath fill='%23CAD1D8' d='M364.561,139.72L503.93,273.3V156.27l-17.27-16.55H364.561z'/%3E%3Cpath fill='%23B0B7BD' d='M341.87,0v118.76c0,4.927,0.971,9.805,2.856,14.357c1.885,4.551,4.649,8.687,8.133,12.17 c3.484,3.483,7.621,6.246,12.174,8.131c4.552,1.884,9.43,2.853,14.357,2.852H504.92L341.87,0z'/%3E%3Cpath fill='%23CAD1D8' d='M434.24,499.89V322.19c0-6.47-2.569-12.673-7.144-17.246c-4.573-4.574-10.778-7.145-17.247-7.145H59.22 v226.48H409.85c6.469,0,12.674-2.57,17.247-7.145C431.671,512.563,434.24,506.359,434.24,499.89L434.24,499.89z'/%3E%3Cpath fill='%23F4F4F4' d='M409.84,278.5H24.4C10.924,278.5,0,289.424,0,302.9v177.68c0,13.476,10.924,24.4,24.4,24.4h385.44 c13.477,0,24.4-10.925,24.4-24.4V302.9C434.24,289.424,423.316,278.5,409.84,278.5z'/%3E%3C/svg%3E");
}

.download_link.pdf::before {
	background-image: url(/_/svg/icons/pdf.svg);
}

.download_link.doc::before,
.download_link.docx::before {
	background-image: url(/_/svg/icons/doc.svg);
}

.download_link.xls::before,
.download_link.xlsx::before {
	background-image: url(/_/svg/icons/xls.svg);
}

/*
*******************************************************************************/

.properties ul {
	list-style: none;
	padding: 0;
}

@media (max-width: 1023px) {
	.properties li {
		display: flex;
		align-items: center;
		padding: 14px 0;
		border-bottom: 1px solid #D0D5DD;
	}

	.properties li span {
		flex: 0 0 55%;
	}

	.properties li span:first-child {
		flex: 0 0 45%;
		color: #5E687A;
		padding-right: 10px;
	}
}

@media (min-width: 1024px) {
	.properties li {
		display: flex;
		align-items: center;
		padding: 12px 0;
	}

	.properties li span:first-child::after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		margin: 0 8px 2px;
		background: #D0D5DD;
	}

	.properties li span:first-child {
		flex-grow: 1;
		display: flex;
		align-items: flex-end;
		white-space: nowrap;
	}

	.properties li span:nth-child(2) {
		flex: 0 0 52%;
	}
}

/*
*******************************************************************************/

.tabs_targ {
	display: none;
}

.tabs_targ.active {
	display: block;
}

/*
*******************************************************************************/

.more_toggle {
	display: flex;
	align-items: center;
	padding: 6px 0;
	color: #004D99;
	line-height: 20px;
	font-weight: 600;
	gap: 10px;
}

.more_toggle svg {
	transition: all 300ms linear;
}

.more_toggle.active svg {
	transform: rotate(-180deg);
}

.more_toggle.active .more_toggle_2,
.more_toggle_1 {
	display: block;
}

.more_toggle.active .more_toggle_1,
.more_toggle_2 {
	display: none;
}

.more_target {
	display: none;
}

/*
*******************************************************************************/

.modal {
	display: none;
	position: relative;
	padding: 20px 20px 30px;
	width: 100%;
	max-width: 800px;
}

.fancybox-slide {
	padding: 0;
}

.fancybox-is-open .modal {
	display: inline-block;
}

.modal_window {}

.modal_title {
	margin: 0 0 24px;
	color: #004D99;
	font-size: 24px;
}

.modal_close {
	position: absolute;
	top: 16px;
	right: 12px;
	width: 34px;
	height: 34px;
	padding: 10px;
}

.fancybox-slide--current {}

@media (min-width: 768px) {
	.modal {
		padding: 35px 44px;
	}

	.modal_title {
		margin: 0 0 36px;
		font-size: 26px;
	}

	.modal_close {
		top: 32px;
		right: 34px;
	}
}

/*
*******************************************************************************/

.modal_cp_gen,
.modal_cp_gen.fancybox-content {
	max-width: 500px;
}

.modal_cp_gen p {
	font-size: 16px;
}

.modal_cp_gen_row {
	margin: 24px 0 0;
	display: flex;
	justify-content: space-between;
	gap: 0 12px;
}

.modal_cp_gen_row a {
	justify-content: center;
	color: #101828;
	font-size: 14px;
	flex: 0 0 calc((100% - 24px) / 3);
}

.modal_cp_gen_row svg {
	width: 26px;
	height: 26px;
}

.cp_gen_number {
	white-space: nowrap;
}

/*
*******************************************************************************/

.modal_add_client {
	max-width: 400px;
}

.modal_add_client_row {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.modal_add_client_row a {}

/*
*******************************************************************************/

.head {
	position: fixed;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	color: #5E687A;
	line-height: 20px;
	background: #fff;
	z-index: 11;
}

.head b {
	color: #101828;
}



.head_row:not(:last-of-type) {
	padding-bottom: 0;
	align-items: center;
	justify-content: center;
}

.head_row:last-of-type {
	padding-top: 0;
}

.head_row:first-of-type {
	justify-content: space-between;
}

.head_row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 30px 0 20px;
}

.head_logo {
	flex: 0 0 158px;
}

.head_logo a {
	display: flex;
}

.head_logo_min {
	height: 20px;
}

.head_logo_max {
	margin: 0 0 0 2px;
}

.head_user_trigger {
	display: flex;
	align-items: center;
}

.head_user_trigger svg {
	margin: 0 0 0 10px;
}

.head_user_menu {
	display: none;
}

.head_user_menu_item {
	display: flex;
	align-items: center;
	height: 48px;
	padding: 0 30px;
	color: #101828;
}

.head_user_menu_item svg {
	flex: 0 0 18px;
	height: 18px;
	margin: 0 12px 0 0;
}

.head_user_menu_item.accent {
	color: #0479EE;
}

.head_user_menu_item.accent path[fill] {
	fill: #0479EE;
}

.head_user_menu_item.accent path[stroke] {
	stroke: #0479EE;
}

.head_user_menu_item:hover {
	color: #2167AE;
}

.head_user_menu_item:hover path[fill] {
	fill: #2167AE;
}

.head_user_menu_item:hover path[stroke] {
	stroke: #2167AE;
}

.head_menu_item {
	position: relative;
	overflow: hidden;
}

.head_menu_item.pushed {
	position: static;
	overflow: visible;
}

.head_catalogue_item_title {
	display: flex;
	align-items: center;
	height: 48px;
	color: #101828;
}

.head_catalogue_item_title:hover {
	color: #0479EE;
}

.head_favorite a {
	position: relative;
	display: block;
	width: 19px;
}

.head_favorite-inner.active path {
	stroke: #004D99;
}

.head_favorite_number {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	line-height: 20px;
	border-radius: 50%;
	background: #F7B820;
	color: #000;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
}

.head_basket-inner.active path {
	fill: #004D99;
}

.head_basket-inner.active .head_basket_text {
	white-space: nowrap;
}

.head_basket_text b {
	font-size: 16px;
}

.head_burger_button {
	position: relative;
	display: block;
	width: 42px;
	height: 20px;
	padding: 0 7px;
	overflow: hidden;
	font-size: 0;
	text-indent: -9999px;
	border: none;
	background: none;
}

.head_burger_button_div,
.head_burger_button_div::before,
.head_burger_button_div::after {
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background: #004D99;
	transition: all 300ms linear;
	border-radius: 2px;
}

.head_burger_button_div {
	width: 12px;
	top: 50%;
	left: 12px;
	margin: -1px 0 0;
}

.head_burger_button_div::before,
.head_burger_button_div::after {
	content: '';
	display: block;
	width: 16px;
}

.head_burger_button_div::before {
	top: -5px;
}

.head_burger_button_div::after {
	bottom: -5px;
}

.head_burger_button.active {
	overflow: visible;
}

.head_burger_button_div.active {
	background: none !important;
}

.head_burger_button_div.active::before,
.head_burger_button_div.active::after {
	width: 19px;
}

.head_burger_button_div.active::before {
	top: 0;
	transform: rotate(45deg);
}

.head_burger_button_div.active::after {
	bottom: 0;
	transform: rotate(-45deg);
}

.head_managers_title {
	float: left;
	width: 220px;
}

.head_managers_list {
	clear: both;
	margin: 0 !important;
}

.head_managers .slick_prev,
.head_managers .slick_next {
	position: absolute;
	bottom: 100%;
	width: 10px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.head_managers .slick_prev {
	left: 220px;
}

.head_managers .slick_next {
	right: 0;
}

.head_managers .slick_dots {
	position: absolute;
	bottom: 100%;
	right: 16px;
	width: calc(100% - 220px - 32px);
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-column-gap: 16px;
	column-gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.head_managers .slick_dots li {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #D9D9D9;
	overflow: hidden;
	font-size: 0;
}

.head_managers .slick_dots li.slick-active {
	background: #004D99;
}

.head_managers_item {
	position: relative;
	padding: 12px 0 0 58px;
	line-height: 24px;
}

.head_managers_item_pic {
	position: absolute;
	top: 13px;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}

.head_brands_row {
	-moz-column-count: 2;
	column-count: 2;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.head_brands_item {
	display: block;
	line-height: 30px;
}

.head_search_empty {
	border-top: 1px solid #D0D5DD;
	padding: 40px 20px;
	font-weight: bold;
}

.head_search form.search {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;

	gap: 1em;

}

.head_search form.search input[type="checkbox"] {
	display: inline-block;
	height: auto;
	width: auto;
}

.head_search .head_search__checkbox {
	display: flex;
	align-items: center;

	gap: 8px;
}


@media (max-width: 1279px) {
	.head_rate {
		display: none;
	}
}

@media (max-width: 1023px) {
	.head {
		max-height: 100vh;
		margin: 0 0 30px;
		overflow: auto;
		border-bottom: 1px solid #D0D5DD;
	}

	.head_row {
		flex-wrap: wrap;
	}

	.head_logo_min {
		flex: 0 0 26px;
	}

	.head_logo_max {
		flex: 0 0 130px;
	}

	.head.max .head_logo_min {
		display: block;
		height: 22px;
	}

	.head.max .head_logo_max {
		display: block;
		width: 140px;
	}

	.head_search {
		margin-top: -64px;
		padding: 24px 0 0;
		transition: all 300ms linear;
		opacity: 0;
		visibility: hidden;
	}

	.head_search.shown {
		margin-top: 0;
		opacity: 1;
		visibility: visible;
	}

	.head_search button {
		top: 24px;
	}



	.head_managers,
	.head_office,
	.head_rate,
	.head_user,
	.head_menu,
	.head_basket_text,
	.head_catalogue_item_list,
	.head_catalogue_item_more {
		display: none;
	}

	.head.max .head_managers,
	.head.max .head_office,
	.head.max .head_rate,
	.head.max .head_user,
	.head.max .head_menu {
		display: block;
		flex: 0 0 100%;
		width: 100%;
	}

	.head.max .head_logo {
		flex: 0 0 auto;
	}

	/*.head_search_trigger,
	.head_search,
	.head_favorite,
	.head_basket {
		transition: all 300ms linear;
	}
	.head.max .head_search_trigger,
	.head.max .head_search,
	.head.max .head_favorite,
	.head.max .head_basket {
		opacity: 0;
		visibility: hidden;
	}*/
	.head_logo {
		order: 1;
	}

	.head_search_trigger {
		order: 2;
		flex: 0 0 42px;
		display: flex;
		justify-content: center;
		height: 20px;
		padding: 1px 0;
	}

	.head_basket a,
	.head_favorite a {
		display: flex;
		justify-content: center;
		width: 42px;
		height: 20px;
		padding: 1px 0;
	}

	.head_favorite {
		order: 3;
	}

	.head_basket {
		order: 4;
	}

	.head_burger {
		order: 5;
		margin-right: -14px;
	}

	.head_user, .head_company {
		order: 6;
	}

	.head_menu {
		order: 7;
	}

	.head_managers {
		order: 8;
	}

	.head_office {
		order: 9;
	}

	.head_rate {
		order: 10;
	}

	.head_search {
		flex: 0 0 100%;
		order: 11;
	}

	.head_search {
		flex-grow: 1;
	}

	.head_user,
	.head_managers,
	.head_office,
	.head_rate {
		position: relative;
		padding: 24px 0;
	}

	.head_user {
		margin: 20px 0 0;
		padding: 12px 0 0;
	}

	.head_office {
		line-height: 24px;
	}

	.head_office>div:first-child {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.head_rate {
		padding: 24px 0 10px;
	}

	.head_rate>div:first-child {
		float: left;
	}

	.head_rate>div:first-child br {
		display: none;
	}

	.head_rate>div+div {
		float: right;
	}

	.head_user::before,
	.head_managers::before,
	.head_office::before,
	.head_rate::before {
		content: '';
		display: block;
		width: 100vw;
		height: 1px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		background: #D0D5DD;
	}

	.head_user_trigger,
	.head_menu_item>a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 48px;
		color: #101828;
		font-size: 16px;
	}

	.head_user_trigger svg,
	.head_menu_item>a svg {
		margin: 0 0 0 10px;
		transition: all 300ms linear;
	}

	.head_user_trigger.active svg,
	.head_menu_item>a.active svg {
		transform: rotate(-180deg);
	}

	.head_menu {
		padding: 0 0 12px;
	}

	.head_menu_item_sub {
		display: none;
		padding: 0 30px;
	}

	.head_favorite_number {
		top: -13px;
		right: -13px;
	}
}

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

	.head.max {
		position: fixed;
		bottom: 0;
		overflow-y: scroll;
	}

	.head_row {
		position: relative;
		flex-wrap: wrap;
		padding: 30px 0;
	}

	.head_logo {
		flex: 0 0 230px;
	}

	.head_logo_min {
		height: 33px;
	}

	.head_logo_max {
		margin: 0 0 0 3px;
	}

	.head_search_trigger {
		display: none;
	}

	.head_managers {
		flex: 0 0 350px;
		width: 350px;
		margin: 0 0 0 auto;
		padding: 0 15px;
	}

	.head_managers {}

	.head_managers_item {
		line-height: 20px;
	}

	.head_managers_item_tel {
		display: inline-block;
		margin: 0 6px 0 0;
	}

	.head_managers_item_email {
		display: inline-block;
	}

	.head_office {
		padding: 0 15px;
		display: flex;
		flex-direction: column;
		-moz-column-gap: 12px;
		column-gap: 12px;
		border-left: 1px solid #D0D5DD;
	}

	.head_user {
		padding: 0 0 0 15px;
		display: flex;
		flex-direction: column;
		-moz-column-gap: 12px;
		column-gap: 12px;
		border-left: 1px solid #D0D5DD;
	}

	.head_managers_item_pic {
		top: 12px;
	}

	.head_user_trigger.active svg {
		transform: rotate(-180deg);
	}

	.head_user {
		position: relative;
		z-index: 1;
	}

	.head_user_menu {
		display: block;
		position: absolute;
		top: 30px;
		right: 0;
		width: 140px;
		background: #fff;
		white-space: nowrap;
		transition: all 300ms linear;
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
	}

	.head_user_menu.shown {
		opacity: 1;
		visibility: visible;
		width: 220px;
		overflow: visible;
	}

	.head_menu {
		flex: 0 0 240px;
		display: flex;
		align-items: center;
		margin: 30px 20px 0 0;
	}

	.head_menu_item {
		flex: 0 0 50%;
	}

	.head_menu_item>a {
		position: relative;
		display: block;
		padding: 0 30px;
		color: #004D99;
		line-height: 48px;
		font-size: 16px;
		line-height: 48px;
	}

	.head_menu_item.active>a {
		background: #EFF6FA;
	}

	.head_menu_item_cross {
		position: absolute;
		top: 50%;
		right: 15px;
		margin-right: 2px;
		transform: translateY(-50%);
		opacity: 0;
		transition: all 300ms linear;
	}

	.head_menu_item.pushed>a {
		padding: 0 20px;
	}

	.head_menu_item.pushed .head_menu_item_cross {
		opacity: 1;
	}

	.head_menu_item_cross path {
		fill: #004D99;
	}

	.head_menu_item_sub {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		padding: 26px 0 20px;
		background: #fff;
		transition: all 300ms linear;
		opacity: 0;
		visibility: hidden;
	}

	.head_menu_item_sub.shown {
		opacity: 1;
		visibility: visible;
		z-index: 1;
	}

	.head_menu_item_sub_close {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		bottom: 100%;
		left: 0;
		width: 100%;
		height: 200px;
		color: #004D99;
		font-size: 18px;
		font-weight: 600;
		border: 1px dashed #004D99;
		background: rgba(255, 255, 255, .9);
	}

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

	.head_menu_item_sub_row {
		width: calc(100% + 40px);
		margin: 0 -20px;
	}

	.head_catalogue_item {
		flex: 0 0 25%;
		margin: 0 0 40px;
		padding: 0 20px;
	}

	.head_catalogue_item_title {
		padding: 7px 0;
		line-height: 24px;
		font-weight: 600;
		color: #101828;
	}

	.head_catalogue_item_list {
		margin: 0 -10px;
		transition: all 300ms linear;
	}

	.head_catalogue_item_child {
		display: block;
		padding: 5px 10px;
		color: #101828;
	}

	.head_catalogue_item_child:hover {
		color: #004D99;
	}

	.head_catalogue_item_child.shown {
		display: flex !important;
	}

	.head_catalogue_item_child span {
		padding: 0 0 0 8px;
		color: #5E687A;
	}

	.head_catalogue_item_more {
		display: flex;
		align-items: center;
		padding: 7px 0;
		color: #004D99;
		line-height: 24px;
		font-weight: 600;
	}

	.head_catalogue_item_more svg {
		margin: 0 0 0 10px;
		transition: all 300ms linear;
	}

	.head_catalogue_item_more.active svg {
		transform: rotate(-180deg);
	}

	.head_brands_row {
		-moz-column-count: 5;
		column-count: 5;
		margin: 0 -10px;
	}

	.head_brands_item {
		display: block;
		padding: 0 10px;
		line-height: 42px;
	}

	.head_brands_item:hover {
		color: #004D99;
		background: #EFF6FA;
	}

	.head_search {
		flex-grow: 1;
		margin: 30px 16px 0 0;
	}

	.head_favorite {
		margin: 30px 10px 0 0;
	}

	.head_favorite a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
	}

	.head_basket {
		margin: 30px 0 0 0;
	}

	.head_basket a {
		display: flex;
		align-items: center;
	}

	.head_basket_icon {
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 42px;
		height: 42px;
		margin: 0 15px 0 0;
	}

	.head_basket-inner.active {
		flex: 0 0 170px;
	}

	.head_burger {
		display: none;
	}


	.head.scrolled {
		position: fixed;
		transform: translateY(-100%);
	}

	.head.animate {
		transition: all 300ms linear;
	}

	.head.shown {
		transform: translateY(0);
		box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	}

	.head.animate .head_logo_max,
	.head.animate .head_managers,
	.head.animate .head_office,
	.head.animate .head_rate,
	.head.animate .head_user {
		display: none;
	}

	.head.animate .head_menu,
	.head.animate .head_search,
	.head.animate .head_favorite,
	.head.animate .head_basket {
		margin-top: 0;
	}

	.head.animate .head_logo {
		flex: 0 0 95px;
	}

	.head.animate .head_logo_min {
		flex: 0 0 60px;
		height: auto;
	}
}

@media (min-width: 1024px) and (max-width: 1366px) {
	.head_user>div:first-child {
		position: relative;
		width: 109px;
	}

	.head_user_trigger.active {
		justify-content: space-between;
		width: 220px;
		margin: 0 -16px -10px -111px;
		padding: 0 16px 10px 30px;
		background: #fff;
	}
}

@media (min-width: 1280px) {
	.head_row {
		justify-content: center;
	}

	.head_logo {
		flex: 0 0 260px;
		margin: 0;
	}

	.head_menu {
		flex: 0 0 260px;
	}

	.head_managers {
		flex: 0 0 375px;
		width: 375px;
		/*		margin: 0 auto 0 0; */
		padding: 0 30px;
	}

	.head_office {
		flex: 0 0 270px;
		padding: 0 30px;
	}

	.head_rate {
		flex: 0 0 145px;
		padding: 0 30px;
		display: flex;
		flex-direction: column;
		-moz-column-gap: 12px;
		column-gap: 12px;
		border-left: 1px solid #D0D5DD;
	}

	.head_user {
		padding: 0 0 0 30px;
	}
}

@media (min-width: 1366px) {
	.head_user_menu {
		right: auto;
		left: 0;
	}
}

/*
*******************************************************************************/

.head_search_result {
	width: 100%;
	background: #fff;
	transition: all 300ms linear;
	opacity: 0;
	visibility: hidden;
}

.head_search_result.shown {
	opacity: 1;
	visibility: visible;
}

.head_search_offer_title {
	color: #101828;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
}

.head_search_offer_meta ul {
	list-style: none;
	padding: 0;
}

.head_search_offer_cost,
.head_search_offer_meta li {
	margin: 5px 0 0;
	line-height: 1.5;
	font-size: 14px;
	color: #5E687A;
}

.head_search_offer_cost:first-child,
.head_search_offer_meta li:first-child {
	padding-top: 0;
}

.head_search_offer_cost {
	display: flex;
	justify-content: flex-end;
	font-weight: 600;
}

.head_search_offer_cost:first-child span {
	color: #101828;
}

.head_search_offer_cost:first-child span:first-child {
	color: #004D99;
}

.head_search_offer_cost.im {
	font-weight: 400;
}

.head_search_offer_cost.im span:first-child {
	color: #5E687A;
}

.head_search_more {
	display: block;
	width: 100%;
	padding: 16px 20px;
	color: #004D99;
	font-weight: 600;
	text-align: center;
	background: #EFF6FA;
}

.head_search_categories {
	padding: 24px 20px;
}

.head_search_categories_title,
.head_search_categories_list a {
	display: block;
	margin: 0 0 4px;
	padding: 6px 0;
	line-height: 20px;
}

.head_search_categories_title {
	color: #101828;
	font-weight: 600;
}

@media (max-width: 1023px) {
	.head_search_result {
		position: fixed;
		top: 144px;
		left: 0;
		bottom: 0;
		padding: 0 0 20px;
		overflow: auto;
	}

	.head_search_offer {
		display: flex;
		flex-wrap: wrap;
		padding: 32px 20px;
		border-top: 1px solid #D0D5DD;
	}

	.head_search_offer:first-child {
		padding-top: 12px;
		border-top: 0;
	}

	.head_search_offer_pic {
		flex: 0 0 90px;
	}

	.head_search_offer_title {
		flex: 0 0 calc(100% - 90px);
		padding: 0 0 0 14px;
	}

	.head_search_offer_meta {
		flex: 0 0 calc(100% - 150px);
		margin: 8px 0 0;
		padding: 0 20px 0 0;
	}

	.head_search_offer_price {
		flex: 0 0 150px;
		margin: 8px 0 0;
	}
}

@media (min-width: 1024px) {
	.head_search_result {
		position: absolute;
		top: 100%;
		left: 0;
		max-height: calc(100vh - 210px);
		margin-top: -1px;
		border: 1px solid #D0D5DD;
		border-top: 0;
		overflow: auto;
	}

	.head_search_offer {
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
		-moz-column-gap: 16px;
		column-gap: 16px;
		padding: 14px;
		border-top: 1px solid #D0D5DD;
	}

	.head_search_offer_pic {
		flex: 0 0 60px;
	}

	.head_search_offer_title {
		flex-grow: 1;
	}

	.head_search_offer_meta {
		flex: 0 0 140px;
	}

	.head_search_offer_price {
		flex: 0 0 160px;
	}

	.head_search_offer_cost {
		-moz-column-gap: 5px;
		column-gap: 5px;
	}

	.head_search_offer_cost:first-child span {
		flex: 0 0 100%;
		text-align: right;
	}

	.head_search_offer_cost:first-child span:first-child {
		display: none;
	}

	.head_search_categories {
		padding: 16px 14px;
	}
}

@media (min-width: 1024px) {
	.head_search_offer_pic {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-column: 1;
	}

	.head_search_offer_title {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}

	.head_search_offer_meta {
		-ms-grid-row: 2;
		-ms-grid-column: 3;
	}

	.head_search_offer_price {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-column: 5;
	}
}

@media (min-width: 1280px) {
	.head_search_offer_meta ul {
		display: flex;
		flex-wrap: wrap;
	}

	.head_search_offer_meta li {
		flex: 0 0 50%;
	}
}

/*
*******************************************************************************/

.foot {
	margin: 80px 0 0;
	padding: 50px 0 60px;
	background: #F9FAFB;
}

.foot_main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot_logo {
	width: 200px;
}

.foot_menu a {
	display: block;
	padding: 6px;
	margin: 0 -6px;
	line-height: 22px;
	transition: all 300ms linear;
}

.foot_menu a:hover {
	background: #EFF6FA;
}

.foot_bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 28px 0 0;
}

.foot_copyright {
	color: #5E687A;
}

.foot_forum {
	padding: 0 16px;
	line-height: 44px;
	color: #004D99;
	background: #fff;
}

.foot_soc {
	display: flex;
	align-items: center;
}

.foot_soc a {
	width: 40px;
	height: 40px;
	margin: 0 0 0 16px;
}

@media (max-width: 1279px) {
	.foot_first {
		flex: 0 0 100%;
	}
}

@media (max-width: 1023px) {
	.foot_menu {
		flex: 0 0 calc(50% - 15px);
		margin: 28px 0 0;
	}

	.foot_desc {
		display: none;
	}

	.foot_copyright {
		flex: 0 0 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 22px 0 0;
		font-size: 12px;
		line-height: 18px;
	}
}

@media (min-width: 1024px) {
	.foot {
		margin: 94px 0 0;
		padding: 80px 0 70px;
		font-size: 13px;
	}

	.foot_desc {
		margin: 30px 0;
		font-weight: 600;
		line-height: 20px;
	}

	.foot_menu {
		flex: 0 0 25%;
	}

	.foot_bottom {
		padding: 30px 0 0;
		border-top: 1px solid #D0D5DD;
	}

	.foot_copyright {
		order: 1;
		flex-grow: 1;
		line-height: 20px;
	}

	.foot_forum {
		order: 2;
		margin: 0 54px 0 0;
		font-size: 14px;
	}

	.foot_soc {
		order: 3;
	}
}

@media (min-width: 1280px) {
	.foot_first {
		flex: 0 0 220px;
	}

	.foot_menu {
		flex: 0 0 180px;
	}
}

/*
*******************************************************************************/

.scroll_to_top {
	opacity: 0;
	visibility: hidden;
	transition: all 300ms linear;
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #F9FAFB;
	transform: rotate(180deg);
	z-index: 1;
}

.scroll_to_top.shown {
	opacity: 1;
	visibility: visible;
}

/*
*******************************************************************************/

@media (max-width: 1023px) {
	.page_side {
		display: none;
	}
}

@media (min-width: 1024px) {
	.page_row {
		display: flex;
		justify-content: space-between;
	}

	.page_side {
		flex: 0 0 240px;
		margin-right: 20px;
	}

	.page_side+.page_main {
		flex: 0 0 calc(100% - 240px - 20px);
		width: calc(100% - 240px - 20px);
	}
}

@media (min-width: 1280px) {
	.page_side {
		flex: 0 0 260px;
		width: 260px;
	}

	.page_side+.page_main {
		flex: 0 0 calc(100% - 260px - 20px);
		width: calc(100% - 260px - 20px);
	}
}

.page_main h1 {
	font-size: 28px;
	line-height: 1.5;
	margin-bottom: 20px;
}

@media(max-width: 767px) {
	.page_main h1 {
		font-size: 22px;
	}
}

/*
*******************************************************************************/

.side_user_item {
	display: flex;
	align-items: center;
	padding: 13px 16px;
	font-size: 16px;
	line-height: 24px;
}

.side_user_item.current,
.side_user_item:hover {
	color: #004D99 !important;
}

.side_user_item.current path[fill],
.side_user_item:hover path[fill] {
	fill: #004D99;
}

.side_user_item.current path[stroke],
.side_user_item:hover path[stroke] {
	stroke: #004D99;
}

.side_user_item.current {
	font-weight: 600;
}

.side_user_item svg {
	margin: 0 12px 0 0;
}

.side_user_item.accent {
	color: #0479EE;
	font-weight: 500;
}

.side_user_item.accent path {
	fill: #0479EE;
}

/*
*******************************************************************************/

.over_search_user {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.over_search_user_item {
	display: flex;
	align-items: center;
	padding: 12px 14px;
	font-size: 14px;
	line-height: 24px;
}

.over_search_user_item.current,
.over_search_user_item:hover {
	color: #004D99 !important;
}

.over_search_user_item.current path[fill],
.over_search_user_item:hover path[fill] {
	fill: #004D99;
}

.over_search_user_item.current path[stroke],
.over_search_user_item:hover path[stroke] {
	stroke: #004D99;
}

.over_search_user_item.current {
	font-weight: 600;
}

.over_search_user_item svg {
	margin: 0 12px 0 0;
}

.over_search_user_item.accent {
	color: #0479EE;
	font-weight: 500;
}

.over_search_user_item.accent path {
	fill: #0479EE;
}

/*
*******************************************************************************/

.header {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	margin: 48px 0 16px;
	padding: 8px 0;
}

.header:first-child,
.crumbs+.header {
	margin-top: 0 !important;
}

.header_title {
	padding: 0 24px 0 0;
	color: #004D99;
	font-size: 24px;
	line-height: 32px;
}

.header_title+.header_title {
	padding: 0 24px;
	border-left: 1px solid #D0D5DD;
}

.header_title a {
	color: #5E687A;
	font-size: 18px;
}

.header_more {
	position: relative;
	display: flex;
	align-items: center;
	height: 30px;
	margin: 8px 0 0;
}

.header_more a {
	color: #5E687A;
	font-weight: 600;
	border-bottom: 1px solid #5E687A;
}

.header_more a:hover {
	border-bottom-color: transparent;
}

.header_act {
	flex: 0 0 100%;
	display: flex;
	align-items: baseline;
	margin: 24px 0 0;
}

.header_buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

@media (max-width: 1279px) {
	.header_buttons {
		margin: 20px 0 0;
	}
}

@media (max-width: 767px) {
	.header_buttons {
		justify-content: space-between;
	}

	.header_buttons>.btn,
	.header_buttons>form {
		flex: 0 0 calc(50% - 5px);
		justify-content: center;
	}

	.header_buttons>form .btn {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 360px) {
	.header_title {
		font-size: 18px
	}

	.header_more {
		font-size: 13px;
	}
}

@media (min-width: 768px) {
	.header_more {
		padding: 0 0 0 24px;
	}

	.header_more::before {
		content: '';
		display: block;
		width: 1px;
		height: 30px;
		position: absolute;
		left: 0;
		bottom: 5px;
		background: #D0D5DD;
	}
}

@media (min-width: 1024px) {
	.header {
		margin: 60px 0 24px;
	}

	.header_title {
		font-size: 26px;
		line-height: 36px;
	}

	.header_more {
		padding: 0 0 0 24px;
	}
}

@media (min-width: 1280px) {
	.header_buttons {
		margin: 0 0 0 auto;
	}
}

/*
*******************************************************************************/

.entries {
	margin: 0 0 48px;
}

.entries_item {
	display: block;
}

.entries_item-disabled {
	filter: grayscale(100%);
}

.entries_item_pic {
	height: 164px;
	margin: 0 0 18px;
	background-size: cover;
	background-position: center center;
}

.entries_item_date {
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin: 0 0 8px;
	color: #5E687A;
}

.entries_item_text {
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.entries_date {
	margin: 0 0 18px;
}

.entries_date_list {
	display: flex;
	gap: 28px;
	line-height: 1.4;
}

.entries_date_item {
	padding: 6px 0;
	color: #5E687A;
	font-weight: 400;
}

.entries_date_item a {
	display: inline-block;
	margin: -6px 0;
	padding: 6px 0;
}

.entries_date_item.current {
	color: #004D99;
	font-weight: 600;
	border-bottom: 1px solid #004D99;
}

.entries_date_item.disabled {
	color: #caced6;
}

.entries_date+.entries_row {
	margin-top: 44px;
}

@media (max-width: 1023px) {
	.entries_item+.entries_item {
		display: none;
	}

	.entries_date {
		position: relative;
	}

	.entries_date select+.entries_date_list .entries_date_item:not(.current) {
		display: none;
	}

	.entries_date select {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
	}

	.entries_date select+.entries_date_list .entries_date_item.current {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 0 40px 0 16px;
		line-height: 48px;
		color: #004D99;
		font-size: 16px;
		font-weight: 400;
		background: #F9FAFB url(/_/svg/arrows/down.svg) right 16px center no-repeat;
		border-bottom: 0;
	}
}

@media (min-width: 1024px) {
	.entries {
		margin: 0 0 28px;
	}

	.entries_date select {
		display: none;
	}

	.entries_date_list.months {
		gap: unset;
		justify-content: space-between;
	}

	.entries_date_item a {
		border-bottom: 1px solid transparent;
	}

	.entries_date_item a:hover {
		border-bottom-color: #5E687A;
	}

	.entries_row {
		display: flex;
		flex-wrap: wrap;
		width: calc(100% + 24px);
		margin: 0 -12px
	}

	.entries_item {
		flex: 0 0 calc(33.33% - 24px);
		margin: 0 12px 36px;
	}

	.entries_item_pic {
		margin: 0 0 24px;
	}
}

/*
*******************************************************************************/

table.styled {
	width: 100% !important;
}

table.styled td,
table.styled th {
	line-height: 1.2;
	text-align: left;
}

table.styled tbody th {
	font-weight: 600;
}

table.styled tbody td {
	color: #5E687A;
}

@media (max-width: 1023px) {
	table.styled thead {
		display: none;
	}

	table.styled table,
	table.styled tbody {
		display: block
	}

	table.styled tbody tr {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 18px 0;
		border-bottom: 1px solid #D0D5DD;
	}

	table.styled tbody th {
		flex: 0 0 100px;
	}

	table.styled tbody th,
	table.styled tbody td {
		padding: 6px 0;
	}
}

@media (min-width: 1024px) {

	table.styled th,
	table.styled td {
		height: 64px;
		padding: 0 15px;
		vertical-align: middle;
	}

	table.styled tbody tr:hover {
		background: #EFF6FA;
	}

	table.styled thead {
		color: #004D99;
		font-weight: 600;
		background: #EFF6FA;
	}

	table.styled tbody th,
	table.styled tbody td {
		border-bottom: 1px solid #D0D5DD;
	}
}

@media (min-width: 1280px) {

	table.styled th,
	table.styled td {
		padding: 0 0 0 24px;
	}
}

/*
*******************************************************************************/

.dataTables_filter {
	margin: 0 0 8px;
}

.dataTables_filter input {
	height: 48px;
	padding: 0 0 0 48px;
	font-size: 16px;
	background: url(/_/svg/icons/search.svg) left 14px center no-repeat;
}

@media (min-width: 768px) {
	.dataTables_filter {
		margin: 0 0 28px;
	}

	table.ordering thead td {
		cursor: pointer;
		white-space: nowrap;
	}

	table.ordering thead td svg {
		display: inline-block;
		margin: 0px 0 -1px 20px;
	}

	table.ordering thead td.sorting svg {
		opacity: 0;
	}

	table.ordering thead td.sorting_asc svg,
	table.ordering thead td.sorting_desc svg {
		opacity: 1;
	}

	table.ordering thead td.sorting_desc svg {
		transform: scale(-1, -1);
	}

	table.ordering thead td path {
		stroke: #004D99;
	}
}

/*
*******************************************************************************/

.orders .header_act {
	white-space: nowrap;
}

.orders .header_act svg {
	flex: 0 0 18px;
}

.orders_filters input.date {
	background: url(/_/svg/icons/calendar.svg) right 10px center no-repeat;
}

.orders_filters form {
	display: flex;
	flex-wrap: wrap;
	gap: 0 8px;
}

.orders tbody th,
.orders tbody td.date,
.orders tbody td.cost {
	white-space: nowrap;
}

.orders tbody td.date {
	color: #5E687A;
	text-align: center;
}

.orders tbody td.status {
	color: #004D99;
}

.orders tbody td.status svg {
	display: inline-block;
	margin: 0 0 0 6px;
}

.orders tbody td.status.ok {
	color: #027A48;
}

.orders_list_short table tbody tr:nth-child(n+6) {
	display: none;
}

.orders_more {
	margin: 20px 0 0;
	font-weight: 600;
}

@media (max-width: 1279px) {
	.orders .header_act {
		flex: calc(100% + 30px);
		margin: 0 -15px;
		padding: 24px 0 0 15px;
	}

	.orders_filters form label {
		flex: 0 0 100%;
	}

	.orders_filters form .mob_2 {
		flex: 0 0 calc((100% - 8px) / 2);
	}
}

@media (max-width: 1023px) {
	.orders tbody td {
		flex: 0 0 20%;
	}

	.orders tbody td.btns {
		flex: 0 0 100%;
		display: flex;
		padding: 5px 0 0;
	}

	.orders tbody td.summ {
		white-space: nowrap;
	}
}

@media (max-width: 767px) {
	.orders_filters form button {
		flex: 0 0 100%;
		justify-content: center;
	}

	.orders tbody th,
	.orders tbody td {
		display: flex;
		align-items: center;
		height: 30px;
	}

	.orders tbody td.cost {
		flex-grow: 1;
		text-align: right;
	}

	.orders tbody td.desc,
	.orders tbody td.status {
		flex: 0 0 100%;
	}

	.orders tbody td.btns {
		height: auto;
	}
}

@media (min-width: 768px) {
	.orders_filters {
		margin: 0 0 34px;
	}

	.orders_filters .btn {
		height: 48px;
		padding: 0 24px;
	}

	.orders_filters button {
		flex: 0 0 25%;
		justify-content: center;
	}

	.orders_list thead td {
		white-space: nowrap;
		text-align: center;
	}

	.orders_list thead .desc,
	.orders_list thead .status {
		text-align: left;
	}

	.orders_list tbody .summ,
	.orders_list tbody .cost {
		text-align: right;
	}

	.orders_more .btn {
		padding: 12px 0;
	}
}

@media (min-width: 1024px) {
	.orders tbody td.btns .btn {
		padding: 10px;
		white-space: nowrap;
	}

	.orders_list .btns {
		width: 124px;
	}

	.orders_more .btn {
		padding: 12px 15px;
	}
}

@media (min-width: 1280px) {
	.orders_filters form {
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.orders_filters label {
		flex-grow: 1;
	}

	.orders_filters button {
		flex: 0 0 120px;
	}
}

/*
*******************************************************************************/

.crumbs {
	position: relative;
	white-space: nowrap;
	overflow: auto;
	height: 30px;
}

.crumbs .content {
	position: relative;
}

.box .crumbs {
	margin: 0 -20px;
}

.crumbs_row {
	position: absolute;
	top: 0;
	left: 20px;
	display: flex;
	align-items: center;
	color: #5E687A;
}

.crumbs_item {
	line-height: 20px;
}

a.crumbs_item {
	border-bottom: 1px solid transparent;
}

a.crumbs_item:hover {
	border-bottom-color: inherit;
}

.crumbs_item.last {
	padding: 0 20px 0 0;
	color: #004D99;
}

.crumbs_item.sep {
	flex: 0 0 5px;
	margin: 0 18px;
}

@media (min-width: 1024px) {
	.crumbs {
		margin: 0 0 32px;
	}

	.page_main .crumbs {
		margin: 0;
	}

	.crumbs_row {
		left: 0;
	}
}

/*
*******************************************************************************/

.pmf {
	display: flex;
	width: 110px;
	height: 40px;
	background: #EFF6FA;
}

.pmf.readonly {
	width: 40px;
	margin: 0 auto;
}

.pmf_minus,
.pmf_plus {
	position: relative;
	flex: 0 0 35px;
}

.pmf_minus::before,
.pmf_plus::before,
.pmf_plus::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #004D99;
	transform: translate(-50%, -50%);
}

.pmf_minus::before {
	width: 12px;
	height: 2px;
}

.pmf_plus::before {
	width: 14px;
	height: 2px;
}

.pmf_plus::after {
	height: 14px;
	width: 2px;
}

.pmf.readonly .pmf_minus,
.pmf.readonly .pmf_plus {
	display: none;
}

.pmf_input {
	flex: 0 0 40px;
	height: 40px;
	padding: 0;
	border: none;
	background: none;
	text-align: center;
	color: #101828;
}

/*
*******************************************************************************/
.catalog_product-count {
	text-align: right;
	margin-bottom: 10px;
	font-size: 16px;
	margin-top: -20px;
}

.sorting {
	margin: 0 0 24px;
}

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

.sorting_order {
	margin-left: auto;
}

@media (max-width: 1023px) {
	.sorting_type {
		position: relative;
	}

	.sorting .sorting__inner {
		justify-content: space-between;
	}

	.sorting_type select {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
	}

	.sorting_type_row {
		background: #F9FAFB;
	}

	.sorting_type_item {
		display: none;
	}

	.sorting_type_item.selected {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 40px 0 16px;
		line-height: 48px;
		color: #004D99;
		font-size: 16px;
		background: url(/_/svg/arrows/down.svg) right 16px center no-repeat;
	}

	.sorting_order_row {
		display: none;
	}

	.sorting_order {
		position: relative;
		margin-left: 0;
	}

	.sorting_order select {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		z-index: 1;
	}

	.sorting_type_trigger,
	.sorting_filters_trigger {
		display: flex;
		align-items: center;
		height: 32px;
		color: #004D99;
		font-size: 16px;
		gap: 10px;
	}

	.sorting_type_trigger {
		flex-direction: row-reverse;
		width: 100%;
	}

	.sorting_filters_trigger {
		margin: 0 40px 0 auto;
	}
}

@media (max-width: 767px) {
	.sorting_type {
		flex: 0 0 100%;
		margin: 0 0 24px;
	}

	.sorting_order,
	.sorting_type_trigger,
	.sorting_filters_trigger {
		flex: 0 0 50%;
	}

	.sorting_filters_trigger {
		margin: 0;
	}
}

@media (min-width: 1024px) {
	.sorting {
		background: #EFF6FA;
	}

	.sorting .sorting__inner {
		/*		min-height: 48px;*/
		padding: 5px 24px 10px;
		align-items: center;
		justify-content: space-between;
	}

	.sorting_type select {
		display: none;
	}

	.sorting_type_row {
		/*display: flex;
		align-items: center;
		gap: 26px;*/
	}

	.sorting_type_item {
		display: inline-block;
		margin: 5px 15px 0 0;
		line-height: 18px;
		border-bottom: 1px solid transparent;
		color: #5E687A;
		cursor: pointer;
		transition: all 300ms linear;
	}

	.sorting_type_item:hover {
		color: #004D99;
	}

	.sorting_type_item.selected {
		color: #004D99;
		font-size: 15px;
		font-weight: 600;
		border-bottom-color: #004D99;
	}

	.sorting_order {
		margin: 0;
		padding: 15px 0px 5px;
		background: #fff;
	}

	.sorting_order select {
		display: none;
	}

	.sorting_order_row {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 20px;
	}

	.sorting_order_item {
		padding: 5px 5px;
		color: #5E687A;
		cursor: pointer;
		transition: all 300ms linear;
	}

	.sorting_order_item:hover {
		color: #004D99;
	}

	.sorting_order_item.selected {
		color: #004D99;
	}

	.sorting_order_item.selected path {
		stroke: #004D99;
	}

	.sorting_order_item svg {
		display: inline-block;
		margin-left: 5px;
	}

	.sorting_type_trigger,
	.sorting_filters_trigger {
		display: none;
	}
}

/*
*******************************************************************************/

.filters_group {
	margin: 0 0 32px;
}

.filters_group_title {
	margin-bottom: 10px;
	line-height: 1.3;
	font-size: 16px;
	font-weight: 600;
}

.filters_group_options label {
	display: flex;
	align-items: center;
	min-height: 36px;
	margin: 0;
}

.filters_group_options label input[type="checkbox"]+div {
	padding-bottom: 6px;
}

.filters_group_options label.disabled {
	opacity: 0.3;
	cursor: default;
}

.filters_group_options label.disabled div {
	cursor: default;
}

.catalog-range__slider {
	margin: 5px 0 0;
}

.catalog-range__labels,
.catalog-range__values {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 8px 0 0;
}

.catalog-range__values input {
	height: 40px;
}

/*
*******************************************************************************/

@media (max-width: 1023px) {
	.category .page_row {
		position: relative;
	}

	.category .page_side {
		position: absolute;
		top: 120px;
		left: -20px;
		padding: 0 20px;
		width: calc(100% + 40px);
		background: #fff;
		z-index: 1;
		box-shadow: 0 1px 0 rgba(0, 0, 0, .4);
		border-bottom: 1px solid #D0D5DD;
	}
}

/*
*******************************************************************************/

.price .buy form {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.price .buy form {
	width: 100%;
}

.price .add a,
.price .add button {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	height: 40px;
}

.price .add.active {
	position: relative;
}

.price .add.active path {
	fill: #004D99;
}

.price .add.active::after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 2px;
	right: -4px;
	background: url(/_/svg/icons/ok3.svg) center center no-repeat;
	background-size: contain;
}

.price .articul a:hover {
	text-decoration: underline;
}

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

	.price table,
	.price tbody {
		display: block;
	}

	.price tr {
		display: flex;
		flex-wrap: wrap;
		padding: 24px 0;
		border-bottom: 1px solid #D0D5DD;
	}

	.price .meta {
		flex: 0 0 55%;
		margin: 0 0 5px;
		color: #5E687A;
		line-height: 1.5;
		order: 9;
	}

	.price .size {
		order: 1;
		font-weight: 600;
		color: inherit;
	}

	.price .size+.meta {
		order: 3;
	}

	.price .size+.meta+.meta {
		order: 5;
	}

	.price .size+.meta+.meta+.meta {
		order: 6;
	}

	.price .size span {
		display: none;
	}

	.price .cost {
		order: 2;
		flex: 0 0 45%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 5px;
		font-weight: 600;
		line-height: 1.5;
	}

	.price .cost span:first-child {
		margin: 0 auto 0 0;
		color: #004D99;
	}

	.price .cost.im {
		order: 4;
		font-weight: 400;
	}

	.price .cost.im span {
		color: #5E687A;
	}

	.price .buy {
		order: 10;
		flex: 0 0 45%;
		margin-top: -30px;
		display: flex;
	}
}

@media (min-width: 768px) {
	.price td {
		height: 64px;
		padding: 0 10px;
		vertical-align: middle;
	}

	.price thead {
		color: #004D99;
		font-weight: 600;
	}

	.price tbody td {
		color: #5E687A;
	}

	.price tr:not(:last-child) {
		border-bottom: 1px solid #D0D5DD;
	}

	.price td span {
		display: none;
	}

	/*.price .size {
		color: #101828;
		font-weight: 600;
	}*/
	.price .buy {
		width: 180px;
	}

	.price .articul {
		color: #101828;
		font-weight: 600;
	}
}

@media (min-width: 1280px) {
	.price td {
		padding: 0 24px;
	}

	.price .buy {
		width: 214px;
	}
}

/*
*******************************************************************************/

.offers {
	margin: 0 -20px;
}

.offers_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 32px 20px;
	border-top: 1px solid #D0D5DD;
}

.offers_item_pic {
	flex: 0 0 92px;
	margin: 0 0 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.offers_item_title {
	flex: 0 0 calc(100% - 92px);
	display: flex;
	justify-content: space-between;
	gap: 14px;
	margin: 0 0 8px;
	padding: 0 0 0 14px;
}

.offers_item_title_text {
	line-height: 1.5;
	font-size: 18px;
	font-weight: 600;
}

.offers_item_favorite {
	flex: 0 0 26px;
}

.offers_item_favorite svg {
	margin: 4px 0 0 auto;
}

.offers_item_favorite input:checked+svg path {
	stroke: #004D99;
}

.offers_item_meta {
	flex: 0 0 55%;
}

.offers_item_meta ul {
	list-style: none;
	padding: 0;
	color: #5E687A;
	line-height: 1.5;
}

.offers_item_meta li {
	margin: 0 0 5px;
}

.offers_item_buy {
	flex: 0 0 45%;
}

.offers_item_buy form {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.offers_item_cost {
	flex: 0 0 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 0 5px;
	line-height: 1.5;
	font-weight: 600;
}

.offers_item_cost span {
	color: #004D99;
}

.offers_item_cost.im {
	font-weight: 400;
}

.offers_item_cost.im span {
	color: #5E687A;
}

.offers_item_number {
	flex: 0 0 110px;
	margin: 8px 0 0;
}

.offers_item_add {
	flex: calc(100% - 110px);
	margin: 8px 0 0;
}

.offers_item_add a,
.offers_item_add button {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	height: 40px;
}

.offers_item_add.active button {
	position: relative;
}

.offers_item_add.active button path {
	fill: #004D99;
}

.offers_item_add.active button::after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 2px;
	right: -4px;
	background: url(/_/svg/icons/ok3.svg) center center no-repeat;
	background-size: contain;
}

@media (min-width: 768px) {
	.offers .price {
		flex: 0 0 calc(100% + 140px);
		margin: 0 0 0 -140px;
	}

	.offers_item {
		position: relative;
		padding: 32px 20px 32px 160px;
	}

	.offers_item_pic {
		position: absolute;
		top: 32px;
		left: 20px;
		width: 120px;
	}

	.offers_item_title {
		flex: 0 0 100%;
		padding: 0;
	}

	.offers_item_favorite {
		flex: 0 0 46px;
		padding: 0 10px;
	}

	.offers_item_meta {
		flex: 0 0 calc(100% - 180px);
		min-height: 70px;
		padding: 0 40px 0 0;
		-moz-column-count: 2;
		column-count: 2;
	}

	.offers_item_buy {
		flex: 0 0 180px;
	}

	.offers_item_buy .offers_item_add {
		padding: 0 10px 0 0;
	}
}

@media (min-width: 1024px) {
	.offers {
		margin: 0;
	}

	.offers_item {
		padding: 20px 0 20px 160px;
	}

	.offers_item_pic {
		top: 20px;
	}
}

@media (min-width: 1280px) {
	.offers .price {
		flex: 0 0 calc(100% + 200px);
		margin: 0 0 0 -200px;
	}

	.offers_item {
		padding: 20px 0 20px 220px;
	}

	.offers_item:first-child {
		border-top: 0;
	}

	.offers_item_pic {
		width: 160px;
		height: 160px;
	}

	.offers_item_favorite {
		flex: 0 0 74px;
		padding: 0 24px;
	}

	.offers_item_meta {
		flex: 0 0 calc(100% - 190px);
		min-height: 110px;
	}

	.offers_item_buy {
		flex: 0 0 190px;
	}

	.offers_item_buy .offers_item_add {
		padding: 0 24px 0 0;
	}

	.offers_item_cost {
		font-size: 16px;
	}

	.offers_item_cost.im {
		font-size: 14px;
	}
}

/*
*******************************************************************************/

.catalogue {
	margin: 40px 0 0;
}

.catalogue_item {
	display: flex;
	gap: 24px;
	margin: 0 0 32px;
}

.catalogue_item_title {
	padding: 6px 0;
	line-height: 1.5;
	font-size: 16px;
	font-weight: 600;
}

.catalogue_item_pic {
	width: 78px;
	height: 78px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.catalogue_item_child {
	display: block;
	padding: 6px 0;
	color: #101828;
	line-height: 20px;
}

.catalogue_item_child:hover {
	color: #004D99;
}

.catalogue_item_child.shown {
	display: flex !important;
}

.catalogue_item_child span {
	padding: 0 0 0 8px;
	color: #5E687A;
}

.catalogue_item_more {
	display: flex;
	align-items: center;
	padding: 6px 0;
}

@media (min-width: 768px) {
	.catalogue_row {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -20px;
	}

	.catalogue_item {
		flex: 0 0 calc(50% - 40px);
		margin: 0 20px 40px;
	}
}

@media (min-width: 1024px) {
	.catalogue_item {
		flex: 0 0 calc(33.33% - 40px);
		margin: 0 20px 60px;
	}
}

@media (min-width: 1280px) {
	.catalogue_row {
		margin: 0 -40px;
	}

	.catalogue_item {
		flex: 0 0 calc(33.33% - 80px);
		margin: 0 40px 70px;
	}
}

/*
*******************************************************************************/

.card_title {
	color: #101828;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 600;
}

.card_meta {
	margin: 8px 0 0;
	color: #5E687A;
	line-height: 1.5;
}

.card .tabs_trigs {
	display: flex;
	align-items: center;
	margin: 40px 0 16px;
}

.card .tabs_trig {
	flex: 0 0 50%;
	height: 48px;
	color: #004D99;
	font-size: 16px;
	line-height: 24px;
}

.card .tabs_trig.active {
	background: #EFF6FA;
}

.card_info_row {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 0;
}

.card_buy {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
}

.card_buy .add a,
.card_buy .add button {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	height: 40px;
}

.card_buy .add a {
	position: relative;
}

.card_buy .add a path {
	fill: #004D99;
}

.card_buy .add.active {
	position: relative;
}

.card_buy .add.active::after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 2px;
	right: -4px;
	background: url(/_/svg/icons/ok3.svg) center center no-repeat;
	background-size: contain;
}

.card_buy_price {
	margin: 8px 0 0;
	line-height: 1.5;
}

.card_buy_price_1 {
	display: flex;
	justify-content: space-between;
	font-weight: 600;
}

.card_buy_price_1 .n {
	color: #004D99;
	margin-right: 30px;
}

.card_buy_price_1 .v {
	color: #000;
}

.card_buy_price_2 {
	color: #5E687A;
}

.card_buy form {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.card_buy form .add {
	margin: 0 0 0 15px;
}

.card_files ul {
	list-style: none;
	padding: 0;
}

.card_files li {
	display: flex;
	align-items: center;
	height: 58px;
}

@media (max-width: 1023px) {
	.card {
		margin: 20px 0 0;
	}

	.card_media_small,
	.card_info .properties {
		display: none;
	}

	.card_row {
		position: relative;
	}

	.card_media {
		margin: 0 0 36px;
	}

	.card_media_big_item_inner {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 220px;
	}

	.card_media_big_nav {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.card_media_big_nav .slick-arrow {
		flex: 0 0 26px;
		height: 26px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.card_media_big_dots ul {
		display: flex;
		align-items: center;
		justify-content: center;
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.card_media_big_dots button {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 26px;
		height: 26px;
		font-size: 0;
	}

	.card_media_big_dots button::after {
		content: '';
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: #D9D9D9;
		overflow: hidden;
		font-size: 0;
	}

	.card_media_big_dots .slick-active button::after {
		background: #004D99;
	}

	.card_favorite {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}
}

@media (min-width: 1024px) {
	.card_row {
		display: flex;
		gap: 24px;
	}

	.card_media {
		flex: 0 0 382px;
		width: 382px;
	}

	.card_media_big_nav {
		display: none;
	}

	.card_media_small_stage {
		display: flex;
		gap: 8px;
	}

	.card_media_small_stage .slick-list {
		width: 272px;
	}

	.card_media_small_stage .slick-arrow {
		flex: 36px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.card_media_small_stage .slick-arrow:hover path {
		stroke: #004D99;
	}

	.card_media_small_stage .slick-disabled {
		cursor: default;
	}

	.card_media_small_stage .slick-disabled path {
		stroke: #D0D5DD !important;
	}

	.card_media_small_item {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 8px;
		cursor: pointer;
	}

	.card_media_small_item img {
		max-width: 80px;
		margin: 0 auto;
	}

	.card_buy form .add {
		margin: 0 15px;
	}

	.card_info {
		flex: 0 0 calc(100% - 382px - 24px);
	}

	.card_title {
		padding: 8px 0;
		font-size: 18px;
	}

	.card_title_text {
		display: inline-block;
	}

	.card_favorite {
		display: inline-block;
		margin: 0 0 -2px 10px;
	}

	.card_favorite label {
		margin: 0;
	}

	.card_meta {
		margin: 12px 0 0;
	}

	.card_info .properties {
		margin: 22px 0 0;
	}

	.card .tabs .properties ul {
		-moz-column-count: 2;
		column-count: 2;
		-moz-column-gap: 35px;
		column-gap: 35px;
	}

	.card .price {
		margin: 40px 0 0;
	}

	.card .tabs_trigs {
		justify-content: flex-start;
	}

	.card .tabs_trig {
		flex: 0 0 auto;
		padding: 0 24px;
	}
}

/*
*******************************************************************************/

.clients_forms {
	display: none;
}

.clients .tabs {
	padding: 2px 0 0;
}

.clients .tabs_trigs {
	display: flex;
	gap: 30px;
	margin: 0 0 40px;
}

.clients .tabs_trig {
	padding: 6px 0;
	color: #5E687A;
	font-size: 16px;
	line-height: 1.25;
	border-bottom: 1px solid transparent;
}

.clients .tabs_trig.active {
	color: #004D99;
	font-weight: 600;
	border-bottom-color: #004D99;
}

.clients .tabs_targ {
	padding: 0 0 48px;
}

.clients_legal {}

.clients_forms .form {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.clients_forms label,
.clients_forms fieldset {
	flex: 0 0 100%;
	margin: 0;
}

.clients_forms input {
	height: 48px;
}

.clients_forms button[type="submit"] {
	margin-top: -22px;
}

.clients_success {
	padding: 12px 24px;
	border: 1px solid green;
	margin: 0 0 28px;
	background-color: #ecffec;
}

.clients_error {
	padding: 12px 24px;
	border: 1px solid red;
	margin: 0 0 28px;
	background-color: #fbf7ec;
	color: red;
}

@media (max-width: 1279px) {
	.clients_list table td.inn {
		display: none;
	}
}

@media (max-width: 1023px) {
	.clients_list table tbody tr {
		position: relative;
	}

	.clients_list table tbody th,
	.clients_list table tbody td.name {
		flex: 0 0 100%;
	}

	.clients_list table tbody td.edit {
		position: absolute;
		top: 18px;
		right: 0;
	}

	.clients_list table tbody td.edit a {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 32px;
		height: 32px;
	}
}

@media (max-width: 480px) {
	.clients .tabs_trigs {
		justify-content: space-between;
	}

	.clients_forms button[type="submit"] {
		flex: 0 0 100%;
		justify-content: center;
	}
}

@media (min-width: 768px) {
	.clients_list table tbody td.edit {
		width: 40px;
	}
}

@media (min-width: 1024px) {
	.clients_forms label.w3 {
		flex: 0 0 calc((100% - 16px) / 3);
	}
}

@media (min-width: 1280px) {
	.clients_list table tbody td.edit {
		width: 50px;
	}
}

/*
*******************************************************************************/

.cp_success {
	padding: 12px 14px;
	border: 1px solid green;
	margin: 0 0 28px;
	background-color: #ecffec;
}

.cp_error {
	padding: 12px 14px;
	border: 1px solid red;
	margin: 0 0 28px;
	background-color: #fbf7ec;
	color: red;
}

.cp_for_clients {}

.cp_for_clients .form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0 8px;
}

.cp_for_clients label {
	flex: 0 0 100%;
}

.cp_for_clients label:nth-child(2) {
	flex: 0 0 calc(100% - 8px - 68px);
	width: calc(100% - 8px - 68px);
}

.cp_for_clients label:nth-child(3) {
	flex: 0 0 68px;
}

.cp_for_clients label:nth-child(3) .btn {
	height: 48px;
}

@media (max-width: 767px) {
	.cp_for_clients label:nth-child(3) .btn_text {
		display: none;
	}
}

@media (min-width: 768px) {

	.cp_for_clients label:nth-child(1),
	.cp_for_clients label:nth-child(2) {
		flex: 0 0 calc((100% - 16px - 220px) / 2);
		width: calc((100% - 16px - 220px) / 2);
	}

	.cp_for_clients label:nth-child(3) {
		flex: 0 0 220px;
	}
}

/*
*******************************************************************************/

.cp_offers {}

.cp_offers form {}

.cp_offers_number {
	position: relative;
	z-index: 10;
}

.cp_offers_orders {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	border-top: 0;
	transition: all 300ms linear;
	opacity: 0;
	visibility: hidden;
}

.cp_offers_orders.shown {
	opacity: 1;
	visibility: visible;
}

.cp_offers_orders_item {
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	justify-content: space-between;
	border-top: 1px solid #ddd;
	transition: all 300ms linear;
	background: #fff;
}

.cp_offers_orders_item:first-child {
	border-top: 0;
}

.cp_offers_orders_item:hover,
.cp_offers_orders_item.checked {
	background: #EFF6FA;
}

.cp_offers_orders_item_number {}

.cp_offers_orders_item_date {}

.cp_offers_orders_item_summ {}

.cp_offers_orders_item_desc {
	margin: 10px 0 0;
}

.cp_offers_price_title {
	margin: 24px 0 18px;
	font-size: 16px;
	font-weight: 600;
}

.cp_offers_price {
	margin: 0 0 18px;
}

.cp_offers_price label {
	margin: 12px 0 0;
	font-size: 16px;
}

.cp_offers_formula {
	display: flex;
	flex-wrap: wrap;
	gap: 0 8px;
}

.cp_offers_formula label:nth-child(1) {
	flex: 0 0 100%;
}

.cp_offers_formula label:nth-child(2) {
	flex: 0 0 90px;
	width: 90px;
}

.cp_offers_formula label:nth-child(3) {
	flex: 0 0 calc(100% - 90px - 16px - 65px);
}

.cp_offers_formula label:nth-child(4) {
	flex: 0 0 65px;
	width: 65px;
}

.cp_offers_formula .jq-selectbox__select {
	padding-right: 14px;
}

.cp_offers_formula .jq-selectbox__trigger {
	width: 38px;
}

.cp_offers_summ {
	color: #5E687A;
	font-size: 16px;
	border: 1px solid #D0D5DD;
}

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

.cp_offers_summ_row div {
	flex: 0 0 50%;
	padding: 16px 24px;
}

.cp_offers_summ_row div:first-child {
	white-space: nowrap;
}

.cp_offers_summ_row._bill {
	color: #004D99;
	font-weight: 600;
	border-top: 1px solid #D0D5DD;
}

.cp_offers_action .btn {
	width: 100%;
	justify-content: center;
}

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

@media (min-width: 768px) {
	.cp_offers_number {
		width: calc((100% - 16px - 170px) / 2);
	}

	.cp_offers_row {
		display: flex;
		align-items: flex-end;
		gap: 0 8px;
	}

	.cp_offers_formula,
	.cp_offers_summ {
		flex: 0 0 calc((100% - 16px - 170px) / 2);
	}

	.cp_offers_formula {
		gap: 8px;
	}

	.cp_offers_formula label {
		margin: 0;
	}

	.cp_offers_summ div {
		line-height: 18px;
	}

	.cp_offers_summ_row._order {
		padding-bottom: 1px;
	}

	.cp_offers_action {
		flex: 0 0 170px;
	}
}

@media (min-width: 1280px) {
	.cp_offers_number {
		width: calc((100% - 56px - 170px) / 2);
	}

	.cp_offers_row {
		gap: 0 28px;
	}

	.cp_offers_formula,
	.cp_offers_summ {
		flex: 0 0 calc((100% - 56px - 170px) / 2);
	}
}

/*
*******************************************************************************/

@media (max-width: 1023px) {
	.cp_list table.styled tbody tr {
		justify-content: flex-start;
	}

	.cp_list td {
		flex: 0 0 45%;
	}

	.cp_list th {
		order: 1;
		flex: 0 0 60% !important;
	}

	.cp_list td:nth-child(2) {
		order: 4;
	}

	.cp_list td:nth-child(3) {
		order: 3;
	}

	.cp_list td:nth-child(4) {
		order: 4;
	}

	.cp_list td:nth-child(5) {
		order: 5;
	}

	.cp_list td:nth-child(6) {
		order: 2;
		flex: 0 0 40%;
		text-align: right;
		color: #101828;
	}

	.cp_list td:nth-child(7) {
		order: 7;
		flex: 0 0 10%;
	}

	.cp_list td:nth-child(7) svg {
		margin: 0 0 0 auto;
	}
}

/*
*******************************************************************************/

.basket_outcome {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 32px;
	line-height: 1.5;
}

.basket_outcome_count {
	color: #5E687A;
	font-size: 16px;
}

.basket_outcome_summ {
	color: #004D99;
	font-size: 20px;
	font-weight: 600;
}

.basket_list {
	counter-reset: basket;
}

.basket_list tbody tr {
	border-bottom: 1px solid #D0D5DD;
}

.basket_list ._del {
	width: 20px;
	padding: 0;
}

.basket-number::after {
	display: block;
	counter-increment: basket;
	content: counter(basket);
}

.basket_add .btn {
	justify-content: center;
	padding: 7px;
	font-weight: 600;
}

.basket_total {
	display: flex;
	align-items: center;
	gap: 0 24px;
}

.basket_total-unite {
	flex-grow: 1;
}

.basket_total_summ {
	font-size: 16px;
}

.basket_total_count {
	color: #5E687A;
	font-size: 16px;
}

.basket_total_summ {
	color: #004D99;
	font-size: 20px;
	font-weight: 600;
}

.if_delivery,
.if_pickup {
	display: none;
}

.if_delivery.shown .if_pickup.shown {
	display: block;
}

.basket_delpay {
	clear: both;
	margin: 40px 0 0;
}

.basket_delivery {}

.basket_payment {
	margin: 20px 0 0;
}

.basket_submit {
	margin: 48px 0 0;
}

.basket_submit .btn {
	margin: 0 0 6px;
}

.basket_item_pic {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
}


.basket_item_title a:hover {
	color: #004D99;
}

@media (max-width:780px) {
	.basket_total {
		height: auto;
		flex-direction: column;
		align-items: center;
		gap: 20px 0;
	}
}

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

	.basket_list thead,
	.basket_list ._number,
	.basket_list ._unit,
	.basket_list ._cost {
		display: none;
	}

	.basket_list table,
	.basket_list tbody {
		display: block;
	}

	.basket_list tr {
		display: flex;
		flex-wrap: wrap;
		padding: 32px 20px;
		position: relative;
	}

	.basket_list tr:first-child {
		border-top: 1px solid #D0D5DD;
	}

	.basket_list ._pic {
		order: 1;
		flex: 0 0 100%;
		margin: 0 0 8px;
	}

	.basket_list ._pic img {
		width: 90px;
	}

	.basket_list ._main {
		order: 2;
		flex: 0 0 50%;
	}

	.basket_item_title {
		position: absolute;
		top: 32px;
		left: 125px;
		max-height: 5.6em;
		overflow: hidden;
		padding-right: 20px;
		font-size: 16px;
		line-height: 1.4;
	}

	.basket_item_meta ul {
		list-style: none;
		padding: 0;
		color: #5E687A;
	}

	.basket_item_meta li {
		margin: 8px 0 0;
	}

	.basket_item_meta li:first-child {
		margin: 0;
	}

	.basket_list ._count {
		order: 4;
		flex: 0 0 100%;
	}

	.basket_list ._count .pmf {
		margin: -40px 0 0 auto;
	}

	.basket_list ._summ {
		order: 3;
		flex: 0 0 50%;
		font-weight: 600;
		text-align: right;
	}

	.basket_list ._del {
		position: absolute;
		top: 38px;
		right: 20px;
		z-index: 1;
	}

	.basket_add .btn {
		margin: 12px 0 0;
	}

	.basket_total {
		margin: 24px 0 0;
	}

	.basket_total_count {}

	.basket_submit .btn {
		width: 100%;
		justify-content: center;
	}
}

@media (min-width: 768px) {
	.basket .only_mob {
		display: none;
	}

	.basket_list {
		margin: 0 0 22px;
	}

	.basket_list th,
	.basket_list td {
		padding: 10px;
		vertical-align: middle;
	}

	.basket_list thead {
		background: #EFF6FA;
	}

	.basket_list thead th {
		height: 64px;
		color: #004D99;
		font-weight: 600
	}

	.basket_item_title {
		color: #101828;
		line-height: 1.5;
	}

	.basket_item_meta {
		margin: 7px 0 0;
	}

	.basket_item_meta ul {
		display: flex;
		list-style: none;
		padding: 0;
		gap: 0 32px;
		color: #5E687A;
	}

	.basket_list ._cost,
	.basket_list ._summ {
		white-space: nowrap;
	}

	.basket_list ._unit {
		color: #5E687A;
	}

	.basket_list thead ._cost {
		color: #004D99;
	}

	.basket_list ._sent {
		text-align: center;
	}

	.basket_list ._sent._green {
		background: #cdffcc;
	}

	.basket_list ._sent._red {
		background: #fecccb;
	}

	.basket_add {
		float: left;
	}

	.basket_add .btn {
		flex-direction: row-reverse;
	}

	.basket_delpay {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.basket_delivery,
	.basket_payment {
		flex: 0 0 calc(50% - 10px);
		width: calc(50% - 10px);
		margin: 0;
	}

	.basket_submit {
		margin: 10px 0 0;
		padding: 40px 0 0;
		clear: both;
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-start;
	}

	.basket_submit._top_line {
		margin: 80px 0 0;
		padding: 20px 0 0;
		border-top: 1px solid #D0D5DD;
	}
}

@media (min-width: 1280px) {

	.basket_list th,
	.basket_list td {
		padding: 14px 24px;
	}
}

/*
*******************************************************************************/

.profile_main form {
	display: flex;
	flex-direction: column;
	gap: 40px 0;
}

.profile_main legend {
	width: 100%;
}

.profile_main label {
	flex: 0 0 100%;
	margin: 0;
}

.profile textarea {
	min-height: auto;
}

.profile_addr .btn {
	height: 40px;
	padding: 0;
}

.profile_main textarea {
	height: auto;
	min-height: auto;
}

@media (max-width: 767px) {
	.profile_addr .btn {
		flex-direction: row-reverse;
	}

	.profile_pass .btn,
	.profile_settlements .btn {
		flex: 0 0 100%;
		width: 100%;
		justify-content: center;
	}
}

@media (min-width: 768px) {
	.profile_org label:nth-child(2) {
		flex: 0 0 calc((100% - 8px) / 3 * 2);
	}

	.profile_org label:nth-child(3) {
		flex: 0 0 calc((100% - 8px) / 3);
	}

	.profile_org label:nth-child(5),
	.profile_org label:nth-child(6),
	.profile_org label:nth-child(7) {
		flex: 0 0 calc((100% - 16px) / 3);
	}

	.profile_bank label {
		flex: 0 0 calc((100% - 16px) / 3);
	}

	.profile_bank label:nth-child(2) {
		flex: 0 0 100%;
	}

	.profile_pass form,
	.profile_settlements form {
		display: flex;
		justify-content: space-between;
		gap: 0 8px;
	}

	.profile_pass form .btn,
	.profile_settlements form .btn {
		height: 48px;
		padding: 0 24px;
	}

	.profile_pass label,
	.profile_settlements label {
		flex: 0 0 calc((100% - 24px - 135px) / 3);
	}

	.profile_settlements form {
		justify-content: flex-start;
	}

	.profile_settlements input {
		color: #5E687A;
		background: url(/_/svg/icons/calendar.svg) right 10px center no-repeat;
	}
}

/*
*******************************************************************************/

.auth {}

.auth_row {}

.auth_login {
	padding: 20px;
	background: #EFF6FA;
}

.auth_title {
	margin: 0 0 12px;
	color: #004D99;
	font-size: 24px;
	line-height: 32px;
}

.auth_login .btn.remind {
	margin: 12px 0 0;
	padding: 0;
	border-bottom: 1px dashed #004D99;
}

.auth_login .btn.remind:hover {
	border-bottom-color: transparent;
}

.auth_remind {
	display: none;
}

.auth_enjoy {
	padding: 20px;
}

@media (min-width: 1024px) {
	.auth {}

	.auth_row {
		display: flex;
		max-width: 1000px;
		width: 100%;
		margin: 60px auto;
	}

	.auth_login {
		flex: 0 0 40%;
		padding: 40px;
	}

	.auth_title {}

	.auth_remind {}

	.auth_enjoy {
		flex: 0 0 60%;
		padding: 40px;
	}
}

/*
*******************************************************************************/

.textPage {
	overflow: hidden;
}

.textPage_title {
	padding: 0 24px 0 0;
	color: #004D99;
	font-size: 24px;
	line-height: 32px;
}

.textPage_title h1 {
	display: inline;
}

.textPage_date {
	display: inline;
	color: #5E687A;
	font-size: 14px;
	margin: 0 0 0 15px;
	padding: 0 15px;
	border-left: 1px solid #D0D5DD;
}

.textPage .slick_dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}

.textPage .slick_dots li {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #D9D9D9;
	overflow: hidden;
	font-size: 0;
	transition: all 300ms linear;
}

.textPage .slick_dots li.slick-active {
	background: #004D99;
}

.textPage .slick_dots li button {
	display: none;
}

.textPage_main {
	line-height: 1.5;
}

@media (max-width: 1023px) {
	.textPage_side {
		margin: 20px 0 0;
	}

	.textPage_slider_thumbs {
		display: none;
	}
}

@media (min-width: 1024px) {
	.textPage {
		margin: 20px 0 0;
	}

	.textPage_row {
		display: flex;
	}

	.textPage_main {
		flex: 0 0 55%;
		margin: 20px 0 0;
		padding: 0 40px 0 0;
	}

	.textPage_title {
		font-size: 26px;
		line-height: 36px;
	}

	.textPage_date {
		margin: 0 0 0 24px;
		padding: 0 24px;
		font-size: 16px;
	}

	.textPage_side {
		flex: 0 0 45%;
		width: 45%;
		margin: 40px 0 0;
	}

	.textPage_slider {}

	.textPage_slider_stage {}

	.textPage_slider_thumbs {
		margin: 20px 0 0;
	}

	.textPage .slick-arrow {
		position: absolute;
		top: 0;
		width: 40px;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 1;
	}

	.textPage .slick-disabled {
		opacity: 0;
	}

	.textPage .slick_prev {
		left: 10px;
	}

	.textPage .slick_next {
		right: 10px;
	}

	.textPage .slick-slide {
		padding: 0 10px;
	}
}

/*
*******************************************************************************/

.pagi {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 8px;
}

.pagi_item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	height: 30px;
	border: 1px solid #ddd;
	transition: all 300ms linear;
}

.pagi_item:hover {
	border-color: #004D99;
}

.pagi_dots {
	border-color: transparent !important;
}

.pagi_curr,
.pagi_disabled {
	color: #ddd;
	border-color: #ddd !important;
}

.pagi_disabled svg path {
	fill: #ddd;
}

@media (max-width: 1023px) {
	.pagi_dots {
		min-width: 20px;
	}
}

@media (min-width: 1024px) {
	.pagi {
		margin: 20px 0 0;
		column-gap: 10px;
	}

	.pagi_item {
		min-width: 40px;
		height: 40px;
	}
}

/*
*******************************************************************************/

.categories_list {}

.categories_list_item {}

.categories_list_item a {
	color: #004D99;
	line-height: 26px;
	border: 1px solid transparent;
}

.categories_list_item a:hover {
	border-bottom-color: #000;
}

.page_side .categories_list {
	margin-bottom: 32px;
}

.categories_list_item--current {
	font-weight: bold;
}

/*
*******************************************************************************/

.categories_row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.categories_item {
	flex: 0 0 calc(50% - 20px);
	margin: 0 10px 20px;
}

.categories_item_title {
	margin: 10px 0 0;
	color: #004D99;
}

@media (min-width: 768px) {
	.categories_item {
		flex: 0 0 calc(33.33% - 20px);
		margin: 0 10px 30px;
	}
}

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

	.categories_item::before {
		content: '';
		display: block;
		position: absolute;
		top: -10px;
		left: -10px;
		width: calc(100% + 20px);
		height: calc(100% + 20px);
		padding: 10px;
		box-shadow: 0 0 5px rgba(0, 0, 0, .4);
		box-sizing: border-box;
		opacity: 0;
		transition: all 300ms linear;
	}

	.categories_item:hover:before {
		opacity: 1;
	}

	.categories_item_pic,
	.categories_item_title {
		position: relative;
		z-index: 1;
	}

}

@media (min-width: 1280px) {
	.categories_item {
		flex: 0 0 calc(25% - 20px);
		margin: 0 10px 30px;
	}
}

/*
*******************************************************************************/