

/* Start:/source/css/normalize.css?16076907407646*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}
/* End */


/* Start:/source/libs/slick-1.6.0/slick.css?16076907411559*/
/* Slider */
.slick-slider
{
	position: relative;
	
	display: block;
	box-sizing: border-box;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list
{
	position: relative;
	
	display: block;
	overflow: hidden;
	
	margin: 0;
	padding: 0;
}
.slick-list:focus
{
	outline: none;
}
.slick-list.dragging
{
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track
{
	position: relative;
	top: 0;
	left: 0;
	
	display: block;
}
.slick-track:before,
.slick-track:after
{
	display: table;
	
	content: '';
}
.slick-track:after
{
	clear: both;
}
.slick-loading .slick-track
{
	visibility: hidden;
}

.slick-slide
{
	display: none;
	float: left;
	
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide
{
	float: right;
}
.slick-slide img
{
	display: block;
}
.slick-slide.slick-loading img
{
	display: none;
}
.slick-slide.dragging img
{
	pointer-events: none;
}
.slick-initialized .slick-slide
{
	display: block;
}
.slick-loading .slick-slide
{
	visibility: hidden;
}
.slick-vertical .slick-slide
{
	display: block;
	
	height: auto;
	
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

/* End */


/* Start:/source/libs/simplelightbox/simplelightbox.css?16076907414236*/
/* line 1, ../sass/simplelightbox.scss */
.sl-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: 0.9;
	display: none;
	z-index: 1006;
}

/* line 12, ../sass/simplelightbox.scss */
.sl-wrapper {
	z-index: 1007;
}
/* line 14, ../sass/simplelightbox.scss */
.sl-wrapper button {
	border: 0 none;
	background: transparent;
	font-size: 24px;
	padding: 0;
	cursor: pointer;
}
/* line 20, ../sass/simplelightbox.scss */
.sl-wrapper button:hover {
	opacity: 0.7;
}
/* line 25, ../sass/simplelightbox.scss */
.sl-wrapper .sl-close {
	font-family: sans-serif;
	display: none;
	position: fixed;
	right: 30px;
	top: 30px;
	font-size: 40px;
	z-index: 1015;
	line-height: 21px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.sl-wrapper .sl-close:focus {
	outline: none;
}

.sl-wrapper .sl-close:hover {
	background: #000;
	color: #fff;
	width: 30px;
	height: 30px;
}

/* line 33, ../sass/simplelightbox.scss */
.sl-wrapper .sl-counter {
	display: none;
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 1015;
	font-weight: 700;
	font-size: 15px;
}
/* line 41, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation {
	width: 100%;
	display: none;
}
/* line 44, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation button {
	position: fixed;
	top: 50%;
	margin-top: -18px;
	height: 36px;
	width: 36px;
	line-height: 13px;
	text-align: center;
	display: block;
	z-index: 1015;
	font-family: sans-serif;
	font-size: 70px;
	color: #fff;
}

.sl-wrapper .sl-navigation button:focus {
	outline: none;
}

/* line 55, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation button.sl-next {
	right: 40px;
}
/* line 59, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation button.sl-prev {
	left: 40px;
}
/* line 65, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image {
	position: fixed;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 10000;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
/* line 70, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image img {
	margin: 0;
	padding: 0;
	display: block;
}
/* line 75, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image .sl-caption {
	display: none;
	padding: 10px;
	color: #fff;
	background: #000;
	opacity: 0.8;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
/* line 87, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image .sl-download {
	display: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #fff;
	z-index: 1005;
}

/* line 98, ../sass/simplelightbox.scss */
.sl-spinner {
	display: none;
	border: 5px solid #333;
	border-radius: 40px;
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -20px;
	opacity: 0;
	position: fixed;
	top: 50%;
	width: 40px;
	z-index: 1007;
	-webkit-animation: pulsate 1s ease-out infinite;
	-moz-animation: pulsate 1s ease-out infinite;
	-ms-animation: pulsate 1s ease-out infinite;
	-o-animation: pulsate 1s ease-out infinite;
	animation: pulsate 1s ease-out infinite;
}

/* line 117, ../sass/simplelightbox.scss */
.sl-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@-webkit-keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0.0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}
@keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0.0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}
@-moz-keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0.0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}
@-o-keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0.0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}
@-ms-keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0.0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

/* End */


/* Start:/source/css/fonts.css?16076907401136*/
@font-face {
	font-family:'HN-normal';
	src: url('/source/css/../fonts/HelveticaNeueLTCyrillic57Condensed.eot');
	src: url('/source/css/../fonts/HelveticaNeueLTCyrillic57Condensed.eot?#iefix') format('embedded-opentype'),
	url('/source/css/../fonts/HelveticaNeueLTCyrillic57Condensed.woff2') format('woff2'),
	url('/source/css/../fonts/HelveticaNeueLTCyrillic57Condensed.woff') format('woff'),
	url('/source/css/../fonts/HelveticaNeueLTCyrillic57Condensed.svg#HelveticaNeueLTCyrillic57Condensed') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0-10FFFF;
}

@font-face {
	font-family:'HN-bold';
	src: url('/source/css/../fonts/HelveticaNeueLTCyrillic77BoldCondensed.eot');
	src: url('/source/css/../fonts/HelveticaNeueLTCyrillic77BoldCondensed.eot?#iefix') format('embedded-opentype'),
	url('/source/css/../fonts/HelveticaNeueLTCyrillic77BoldCondensed.woff2') format('woff2'),
	url('/source/css/../fonts/HelveticaNeueLTCyrillic77BoldCondensed.woff') format('woff'),
	url('/source/css/../fonts/HelveticaNeueLTCyrillic77BoldCondensed.svg#HelveticaNeueLTCyrillic77BoldCondensed') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0-10FFFF;
}
/* End */


/* Start:/source/css/common.css?16076907405626*/
/* ==========================================================================
   Common styles
   ========================================================================== */

tr.section {
	height: auto !important;
}


html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

frame,
video{
	max-width: 100%;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family:'HN-normal', Arial, sans-serif;
	color: #101010;
}

b,
strong {
	font-weight: normal;
	font-family:'HN-bold', Arial, sans-serif;
}

a {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

a,
a:focus {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.browserupgrade {
	position: fixed;
	z-index: 1000;
	left: 0;
	right: 0;
	top: 0;
	padding: 20px;
	/*background: #FFEB3B;*/
	background: #FDD835;
	color: #333;
	text-align: center;
	font-size: 18px;
}

.browserupgrade a,
.browserupgrade a:focus {
	text-decoration: underline;
	font-family:'HN-bold', Arial, sans-serif;
}

.browserupgrade a:hover {
	text-decoration: none;
}

.main {
	width: 100%;
	min-width: 320px;
	/*max-width: 1920px;*/
	margin-left:auto;
	margin-right:auto;
}

.page_inside .main {
	padding-top: 50px;
}

.site_container {
	position: relative;
	width: 100%;
	min-width: 320px;
	max-width: 1280px;
	margin-left:auto;
	margin-right:auto;
}



.main:after,
.site_container:after {
	content: '';
	display: table;
	clear: both;
}

.section {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}

.section:after {
	content: '';
	display: table;
}

.row {
	margin-left: 4px;
}

.col-1-2 {
	display: inline-block;
	vertical-align: top;
	margin-left: -4px;
	width: 50%;
}

.col-1-3 {
	display: inline-block;
	vertical-align: top;
	margin-left: -4px;
	width: 33.333333%;
}

.col-2-3 {
	display: inline-block;
	vertical-align: top;
	margin-left: -4px;
	width: 66.666666%;
}

.col-1-4 {
	display: inline-block;
	vertical-align: top;
	margin-left: -4px;
	width: 25%;
}

.col-3-4 {
	display: inline-block;
	vertical-align: top;
	margin-left: -4px;
	width: 75%;
}

.col-1-5 {
	display: inline-block;
	vertical-align: top;
	margin-left: -4px;
	width: 20%;
}

.col-4-5 {
	display: inline-block;
	vertical-align: top;
	margin-left: -4px;
	width: 80%;
}

.row:after,
.col-1-2:after,
.col-1-3:after,
.col-1-4:after,
.col-1-5:after {
	content: '';
	display: table;
}

.section {
	padding-top: 70px;
	padding-bottom: 130px;
}

.page_title,
.section_title {
	font-weight: normal;
	color: #010101;
	font-family: 'HN-bold', sans-serif;
	font-size: 50px;
	line-height: normal;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 50px;
	text-align: center;
}

/* 20.11.2017 */

.siteblocks {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.siteblock {
	box-sizing: border-box;
	width: 50%;
	padding-right: 30px;
}

.siteblock:last-child {
	padding-left: 30px;
}

.regselect_links ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0px;
}

.regselect_links ul li {
	display: block;
	list-style-type: none;
	width: 46%;
	text-align: center;
}

.regselect_links ul li .regselect_img {
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 10px;
	width: 140px;
	height: 140px;
	display: inline-block;
}

.regselect_links ul li .regselect_img img {
	width: 140px;
	height: 140px;
}

.regselect_links ul li h4 {
	font-weight: normal;
}

/* - 20.11.2017 */


@media only screen and (max-width: 2560px) {
	
	.site_container {
		max-width: 1400px;
		padding-left: 60px;
		padding-right: 60px;
	}
	
}

@media only screen and (max-width: 2560px) {
	
	.site_container {
		padding-left: 50px;
		padding-right: 50px;
	}
	
}

@media only screen and (max-width: 2560px) {
	
	.site_container {
		max-width: 1360px;
		padding-left: 40px;
		padding-right: 40px;
	}
	
	
}

@media only screen and (max-width: 1280px) {
	
	.site_container {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	
}

@media only screen and (max-width: 768px) {
	
	.site_container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.page_inside .main {
		padding-top: 40px;
	}
	
	.page_title {
		font-size: 42px;
		margin-bottom: 35px;
	}
	
	.siteblocks {
		flex-direction: column;
	}
	
	.siteblock {
		width: 100%;
		padding: 0px;
	}
	
	.siteblock:last-child {
		padding: 0px;
	}
	
	.regselect_links ul {
		flex-direction: column;
	}
	
	.regselect_links ul li {
		width: 100%;
	}
	
	
}

body{
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}
.workarea{
	flex-grow: 1;
}

.slick-slide,
.slick-list,
.slick-track{
	height: auto !important;
}

/* End */


/* Start:/source/css/header.css?160769074023145*/
/* ==========================================================================
    Header styles
   ========================================================================== */

.header_phone,
.header_contacts,
.site_nav_container,
.site_nav,
.btn_toggle_menu,
.site_menu li a,
.btn_toggle_menu span,
.header_logo {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.site_header {
	-webkit-transition: all .3s ease, background-color .15s ease;
	-moz-transition: all .3s ease, background-color .15s ease;
	-ms-transition: all .3s ease, background-color .15s ease;
	-o-transition: all .3s ease, background-color .15s ease;
	transition: all .3s ease, background-color .15s ease;
}

.header_phone span,
.site_menu li a,
.btn_toggle_menu span {
	-webkit-transition: all .3s ease, color 1s ease;
	-moz-transition: all .3s ease, color 1s ease;
	-ms-transition: all .3s ease, color 1s ease;
	-o-transition: all .3s ease, color 1s ease;
	transition: all .3s ease, color 1s ease;
}

.btn_toggle_menu {
	-webkit-transition: all .3s ease, opacity 1s ease;
	-moz-transition: all .3s ease, opacity 1s ease;
	-ms-transition: all .3s ease, opacity 1s ease;
	-o-transition: all .3s ease, opacity 1s ease;
	transition: all .3s ease, opacity 1s ease;
}


.site_header {
	width: 100%;
	position: relative;
	/*top: 0;*/
	/*left: 0;*/
	/*right: 0;*/
	z-index: 100;
	background-color: #000;
	padding-top: 20px;
}

.site_header:after {
	content: '';
	display: table;
	clear: both;
}

.header_logo {
	max-width: 307px;
	width: 100%;
	float: left;
	/*margin-top: 8px;*/
	margin-top: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}

.header_logo a {
	display: block;
}

.header_logo img {
	width: 100%;
	height: auto;
}

.header_top,
.site_nav_container {
	padding-left: 360px;
}

.site_nav_container {
	padding-bottom: 25px;
}

.site_nav:after {
	content: '';
	display: table;
	clear: both;
}

.header_top {
	margin-bottom: 0;
	width: 100%;
	position: relative;
	height: 72px;
}

.header_top:after {
	content: '';
	display: table;
	clear: both;
}

.header_search {
	float: left;
	width: 100%;
	max-width: 270px;
	padding-top: 3px;
}

.header_search_form {
	white-space: nowrap;
}

.header_search_form input[type="text"] {
	border: 0;
	background: transparent;
	outline: 0;
	font-family: Arial, sans-serif;
	color: #a7a7a7;
	font-size: 21px;
	width: 100%;
	max-width: 150px;
	display: inline-block;
	vertical-align: top;
	height: 28px;
	line-height: 28px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.header_search_form input[type="submit"] {
	border: 0;
	outline: 0;
	display: inline-block;
	vertical-align: top;
	width: 25px;
	height: 28px;
	white-space: nowrap;
	text-indent: 1000%;
	overflow: hidden;
	padding: 0;
	margin-left: 7px;
	background: transparent url(/source/css/../img/common/icon_search.png) no-repeat top center;
	-webkit-background-size: contain;
	background-size: contain;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}


.header_location{
	float: left;
	margin: 0 20px 5px 0;
}

.header_location select{
	border: 1px #ffef00 solid;
	background: #000;
	padding: 5px 2px;
	font-size: 14px;
	color: #fff;
}


.header_search_form input[type="text"]:focus {
	max-width: 240px;
}

.header_email_link {
	display: inline-block;
	padding-top: 7px;
	font-size: 27px;
}

.header_phone {
	font-family: 'HN-normal', Arial, sans-serif;
	font-size: 31px;
	line-height: 1;
	color: #ffef00;
	float: right;
	margin-right: 0;
	padding-top: 18px;
	text-align: right;
}

.header_phone a {
	display: block;
	text-decoration: none !important;
	color: inherit !important;
}

.header_cart {
	position: absolute;
	z-index: 5;
	right: 0;
	top: 5px;
	padding-left: 47px;
	float: right;
	color: #a7a7a7;
	font-size: 21px;
	line-height: 1.3;
	font-family: Arial, sans-serif;
}
.header_cart a{
	color: #a7a7a7;
}
.header_cart a:hover{
	color: #fff;
	text-decoration: none;
}

.header_cart:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 32px;
	height: 25px;
	background: url(/source/css/../img/common/icon_cart_yellow.png) no-repeat center center;
	-webkit-background-size: contain;
	background-size: contain;
}

.btn_toggle_menu {
	position: fixed;
	z-index: 100;
	display: block;
	width: 36px;
	height: 24px;
	float: right;
	margin-right: 30px;
	margin-top: 30px;
	top: 0;
	right: 0;
	background: transparent;
	border: 0;
	outline: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
	transition: all 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
}

.btn_toggle_menu span {
	display: block;
	background: #fff;
	width: 32px;
	height: 2px;
	margin-bottom: 8px;
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91), opacity 500ms, box-shadow 250ms, background-color 500ms;
	transition: transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91), opacity 500ms, box-shadow 250ms, background-color 500ms;
}

.btn_toggle_menu span:last-child {
	margin-bottom: 0;
}

.show_mobile_menu .btn_toggle_menu .top {
	-webkit-transform: translateY(10px) rotate(-135deg);
	-ms-transform: translateY(10px) rotate(-135deg);
	transform: translateY(10px) rotate(-135deg);
}

.show_mobile_menu .btn_toggle_menu .middle {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.show_mobile_menu .btn_toggle_menu .bottom {
	-webkit-transform: translateY(-10px) rotate(-45deg);
	-ms-transform: translateY(-10px) rotate(-45deg);
	transform: translateY(-10px) rotate(-45deg);
}

.site_menu {
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	position: relative;
	float: left;
}

.site_menu li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-right: 76px;
}

.site_menu li a {
	display: block;
	position: relative;
	font-family:'HN-bold', Arial, sans-serif;
	color: #ffef00;
	text-decoration: none !important;
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
	padding: 0;
}

.site_menu li a:hover {
	color: #a7a7a7;
}

.menu_reg_auth {
	margin-top: -12px;
	float: right;
	padding-top: 10px;
}

.menu_reg_auth .menu_item_redistration,
.menu_reg_auth .menu_item_authorization {
	padding-left: 40px;
	height: 33px;
	position: relative;
	padding-top: 13px;
	margin-right: 50px;
}
.menu_reg_auth .menu_item_authorization {
	margin-right: 0;
}


.menu_reg_auth .menu_item_redistration a,
.menu_reg_auth .menu_item_authorization a {
	color: #a7a7a7 !important;
	font-size: 21px;
	text-transform: none !important;
	font-family: Arial, sans-serif;
}

.menu_reg_auth .menu_item_redistration a:hover,
.menu_reg_auth .menu_item_authorization a:hover {
	color: #ffef00 !important;
}

.menu_reg_auth .menu_item_redistration:before,
.menu_reg_auth .menu_item_authorization:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: auto;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.menu_reg_auth .menu_item_redistration:before {
	width: 27px;
	height: 27px;
	background-image: url(/source/css/../img/common/icon_login_yellow.png);
}

.menu_reg_auth .menu_item_authorization:before {
	width: 23px;
	height: 33px;
	left: 2px;
	background-image: url(/source/css/../img/common/icon_password_yellow.png);
}

.site_header .social {
	display: block;
	float: right;
	margin-right: 30px;
	padding-top: 12px;
}

.site_footer .social {
	padding-top: 20px;
}

.social {
	text-align: right;
}

.social_item {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 15px;
	position: relative;
}

.social_item:last-child {
	margin-right: 0;
}

.social_item:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 5;
	opacity: 1;
	background-image: url(/source/css/../img/common/social.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto 60px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.social_item:after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 5;
	opacity: 0;
	background-image: url(/source/css/../img/common/social.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto 60px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.social_item.vk:before {
	background-position: 0 0;
}

.social_item.tw:before {
	background-position: -30px 0;
}

.social_item.vk:after {
	background-position: 0 -30px;
}

.social_item.tw:after {
	background-position: -30px -30px;
}

.social_item:hover:before {
	opacity: 0;
}

.social_item:hover:after {
	opacity: 1;
}

@media only screen and (max-width: 1024px) {
	.site_header .social {
		padding-top: 0;
	}
	.site_footer .social {
		text-align: left;
	}
	.site_footer .social_item {
		display: inline-block;
	}
}

@media only screen and (max-width: 2560px) {
	
	
	/*.header_top {*/
	/*margin-bottom: 35px;*/
	/*}*/
	
	.header_logo {
		max-width: 280px;
		margin-top: 0;
		margin-left: 60px;
		padding-top: 3px;
	}
	
	/*.site_menu li a {*/
	/*font-size: 19px;*/
	/*}*/
	
	/*.menu_reg_auth .menu_item_redistration a,*/
	/*.menu_reg_auth .menu_item_authorization a {*/
	/*font-size: 18px;*/
	/*}*/
	
	/*.menu_reg_auth .menu_item_redistration,*/
	/*.menu_reg_auth .menu_item_authorization {*/
	/*padding-left: 37px;*/
	/*height: 33px;*/
	/*position: relative;*/
	/*padding-top: 12px;*/
	/*}*/
	
	/*.menu_reg_auth .menu_item_redistration {*/
	/*margin-right: 50px;*/
	/*}*/
	
	/*.menu_reg_auth .menu_item_authorization {*/
	/*margin-right: 0;*/
	/*}*/
	
	/*.menu_reg_auth .menu_item_redistration:before {*/
	/*width: 25px;*/
	/*height: 25px;*/
	/*bottom: 3px;*/
	/*}*/
	
	/*.menu_reg_auth .menu_item_authorization:before {*/
	/*width: 20px;*/
	/*height: 28px;*/
	/*bottom: 3px;*/
	/*}*/
	
	/*.header_phone {*/
	/*font-size: 27px;*/
	/*margin-right: 170px;*/
	/*padding-top: 3px;*/
	/*}*/
	
}


/*@media only screen and (max-width: 1680px) {*/

/*.header_logo {*/
/*max-width: 260px;*/
/*margin-top: 0;*/
/*margin-left: 50px;*/
/*}*/

/*.site_header {*/
/*padding-top: 15px;*/
/*}*/

/*.site_menu li {*/
/*margin-right: 46px;*/
/*}*/

/*.header_search_form input[type="text"] {*/
/*font-size: 19px;*/
/*height: 28px;*/
/*line-height: 28px;*/
/*}*/

/*.header_search_form input[type="submit"] {*/
/*width: 21px;*/
/*}*/

/*.header_top,*/
/*.site_nav_container {*/
/*padding-left: 330px;*/
/*}*/

/*.header_top {*/
/*margin-bottom: 30px;*/
/*}*/

/*}*/

@media only screen and (max-width: 2560px) {
	
	.site_header {
		padding-top: 0;
	}
	
	.header_logo {
		margin-left: 40px;
		max-width: 220px;
		margin-top: 0;
		padding-top: 5px;
	}
	
	.header_top,
	.site_nav_container {
		padding-left: 260px;
	}
	
	.site_nav_container {
		padding-bottom: 13px;
	}
	
	.header_top {
		margin-bottom: 8px;
		padding-top: 10px;
		height: 55px;
	}
	
	.header_contacts {
		top: 10px;
		left: auto;
		right: 180px;
		position: absolute;
		padding-right: 110px;
	}
	
	.header_phone {
		float: none;
		font-size: 23px;
		margin-right: 0;
		padding-top: 0;
		letter-spacing: .025em;
	}
	
	.header_email {
		color: #ffef00;
		white-space: nowrap;
	}
	
	.header_email_link {
		padding-top: 0;
		font-size: 16px;
		display: inline-block;
	}
	
	.header_email_link:not(:last-child) {
		margin-right: 10px;
	}
	
	.site_header .social {
		display: block;
		float: none;
		margin-right: 0;
		padding-top: 0;
		position: absolute;
		right: 0;
		top: 4px;
	}
	
	.site_header .social_item {
		display: inline-block;
		vertical-align: top;
	}
	
	.site_header .social_item:not(:last-child) {
		margin-right: 10px;
	}
	
	.header_cart {
		font-size: 19px;
		padding-left: 42px;
		padding-top: 2px;
		position: absolute;
		z-index: 5;
		right: 0;
		top: 18px;
	}
	
	.header_cart:after {
		width: 30px;
		-webkit-background-size: contain;
		background-size: contain;
	}
	
	.header_search {
		padding-top: 7px;
	}
	
	.header_location {
		margin-top: 6px;
	}
	
	.site_menu {
		margin-top: 8px;
	}
	
	.site_menu li {
		margin-right: 35px;
		vertical-align: top;
	}
	
	.site_menu li a {
		font-size: 18px;
	}
	
	.menu_reg_auth {
		margin-top: 0;
		padding-top: 0;
	}
	
	
	.menu_reg_auth .menu_item_redistration,
	.menu_reg_auth .menu_item_authorization {
		padding-left: 34px;
		height: 25px;
		padding-top: 7px;
		margin-right: 0;
	}
	
	.menu_reg_auth .menu_item_redistration {
		margin-right: 20px;
	}
	
	.menu_reg_auth .menu_item_redistration a,
	.menu_reg_auth .menu_item_authorization a {
		font-size: 17px;
	}
	
	.menu_reg_auth .menu_item_redistration:before {
		width: 22px;
		height: 22px;
		bottom: 0;
	}
	
	.menu_reg_auth .menu_item_authorization:before {
		width: 17px;
		height: 25px;
		bottom: 0;
	}
	
}


@media only screen and (max-width: 1340px) {
	
	.site_header {
		padding-top: 0;
	}
	
	.header_logo {
		margin-left: 40px;
		max-width: 220px;
		margin-top: 0;
		padding-top: 5px;
	}
	
	.header_top,
	.site_nav_container {
		padding-left: 260px;
	}
	
	.site_nav_container {
		padding-bottom: 13px;
	}
	
	.header_top {
		margin-bottom: 8px;
		padding-top: 10px;
		height: 55px;
	}
	
	.header_contacts {
		top: 10px;
		left: auto;
		right: 180px;
		position: absolute;
		padding-right: 110px;
	}
	
	.header_phone {
		float: none;
		font-size: 23px;
		margin-right: 0;
		padding-top: 0;
		letter-spacing: .025em;
	}
	
	.header_email {
		color: #ffef00;
		white-space: nowrap;
	}
	
	.header_email_link {
		padding-top: 0;
		font-size: 16px;
		display: inline-block;
	}
	
	.header_email_link:not(:last-child) {
		margin-right: 10px;
	}
	
	.site_header .social {
		display: block;
		float: none;
		margin-right: 0;
		padding-top: 0;
		position: absolute;
		right: 0;
		top: 4px;
	}
	
	.site_header .social_item {
		display: inline-block;
		vertical-align: top;
	}
	
	.site_header .social_item:not(:last-child) {
		margin-right: 10px;
	}
	
	.header_cart {
		font-size: 19px;
		padding-left: 42px;
		padding-top: 2px;
		position: absolute;
		z-index: 5;
		right: 0;
		top: 18px;
	}
	
	.header_cart:after {
		width: 30px;
		-webkit-background-size: contain;
		background-size: contain;
	}
	
	.header_search {
		padding-top: 7px;
	}
	
	.header_location {
		margin-top: 6px;
	}
	
	.site_menu {
		margin-top: 8px;
	}
	
	.site_menu li {
		margin-right: 20px;
		vertical-align: top;
	}
	
	.site_menu li a {
		font-size: 16px;
	}
	
	.menu_reg_auth {
		margin-top: 0;
		padding-top: 0;
	}
	
	
	.menu_reg_auth .menu_item_redistration,
	.menu_reg_auth .menu_item_authorization {
		padding-left: 34px;
		height: 25px;
		padding-top: 7px;
		margin-right: 0;
	}
	
	.menu_reg_auth .menu_item_redistration {
		margin-right: 20px;
	}
	
	.menu_reg_auth .menu_item_redistration a,
	.menu_reg_auth .menu_item_authorization a {
		font-size: 17px;
	}
	
	.menu_reg_auth .menu_item_redistration:before {
		width: 22px;
		height: 22px;
		bottom: 0;
	}
	
	.menu_reg_auth .menu_item_authorization:before {
		width: 17px;
		height: 25px;
		bottom: 0;
	}
	
}


@media only screen and (max-width: 1280px) {
	
	
	
	.header_search_form input[type="text"] {
		font-size: 17px;
	}
	.header_search_form input[type="submit"] {
		width: 18px;
	}
	
	.header_logo {
		margin-left: 25px;
	}
	
}



@media only screen and (max-width: 1200px) {
	
	.header_search_form input[type="text"] {
		font-size: 17px;
	}
	.header_search_form input[type="submit"] {
		width: 18px;
	}
	
	.site_header {
		padding-top: 0;
	}
	
	.header_logo {
		margin-left: 25px;
		max-width: 170px;
		margin-top: 0;
		padding-top: 10px;
	}
	
	.header_top,
	.site_nav_container {
		padding-left: 200px;
	}
	
	.site_nav_container {
		padding-bottom: 10px;
	}
	
	.header_top {
		margin-bottom: 8px;
		padding-top: 10px;
		height: 48px;
	}
	
	.header_contacts {
		top: 10px;
		left: auto;
		right: 80px;
		position: absolute;
		padding-right: 100px;
	}
	
	.header_phone {
		float: none;
		font-size: 21px;
		margin-right: 0;
		padding-top: 0;
		letter-spacing: .025em;
	}
	
	.header_email {
		color: #ffef00;
		white-space: nowrap;
	}
	
	.header_email_link {
		padding-top: 0;
		font-size: 14px;
		display: inline-block;
	}
	
	.header_email_link:not(:last-child) {
		margin-right: 10px;
	}
	
	.site_header .social {
		display: block;
		float: none;
		margin-right: 0;
		padding-top: 0;
		position: absolute;
		right: 0;
		top: 4px;
	}
	
	.site_header .social_item {
		display: inline-block;
		vertical-align: top;
	}
	
	.site_header .social_item:not(:last-child) {
		margin-right: 10px;
	}
	
	.header_cart {
		font-size: 19px;
		padding-left: 42px;
		padding-top: 2px;
		position: absolute;
		z-index: 5;
		right: 0;
		top: 18px;
	}
	
	.header_cart a span {
		display: none;
	}
	
	.header_cart:after {
		width: 30px;
		-webkit-background-size: contain;
		background-size: contain;
	}
	
	.header_search {
		padding-top: 7px;
	}
	
	.header_location {
		margin-top: 6px;
	}
	
	.site_menu {
		margin-top: 8px;
	}
	
	.site_menu li {
		margin-right: 20px;
		vertical-align: top;
	}
	
	.site_menu li a {
		font-size: 16px;
	}
	
	.menu_reg_auth {
		margin-top: 0;
		padding-top: 0;
	}
	
	
	.menu_reg_auth .menu_item_redistration,
	.menu_reg_auth .menu_item_authorization {
		padding-left: 30px;
		height: 25px;
		padding-top: 8px;
		margin-right: 0;
	}
	
	.menu_reg_auth .menu_item_redistration {
		margin-right: 15px;
	}
	
	.menu_reg_auth .menu_item_redistration a,
	.menu_reg_auth .menu_item_authorization a {
		font-size: 15px;
	}
	
	.menu_reg_auth .menu_item_redistration:before {
		width: 20px;
		height: 20px;
		bottom: 0;
	}
	
	.menu_reg_auth .menu_item_authorization:before {
		width: 15px;
		height: 22px;
		bottom: 0;
	}
	
}


@media only screen and (max-width: 1100px) {
	
	.header_logo {
		margin-left: 25px;
		max-width: 160px;
		margin-top: 0;
		padding-top: 15px;
	}
	
	.header_top,
	.site_nav_container {
		padding-left: 185px;
	}
	
	.site_menu {
		margin-top: 8px;
	}
	
	.menu_reg_auth {
		margin-top: 0;
	}
	
	.site_menu li {
		margin-right: 16px;
		vertical-align: top;
	}
	
	.site_menu li a {
		font-size: 15px;
	}
	
	.header_contacts {
		top: 14px;
	}
	
	.header_cart {
		top: 20px;
	}
	
}

.workarea {
	overflow: hidden;
}
@media only screen and (max-width: 1024px) {
	
	.site_header {
		padding-top: 5px;
		padding-bottom: 10px;
	}
	
	.header_logo {
		margin-left: 0;
		max-width: 160px;
		margin-top: 0;
		padding-top: 0;
		float: left;
		position: relative;
		left: auto;
		top: auto;
	}
	
	.header_search {
		display: none;
	}
	
	.btn_toggle_menu {
		opacity: 1;
		visibility: visible;
		z-index: 105;
		margin-right: 15px;
		margin-top: 17px;
		background-color: #000;
		padding: 8px;
		border-radius: 4px;
		width: 48px;
		height: 39px;
	}
	
	.site_nav_container.show_mobile_menu {
		visibility: visible;
	}
	
	.site_nav {
		visibility: hidden;
		opacity: 0;
	}
	
	.header_top {
		padding-left: 0;
		padding-right: 0;
		padding-top: 12px;
		margin-left: 190px;
		margin-right: 60px;
		width: auto;
		height: auto;
		margin-bottom: 0;
	}
	
	.site_nav_container {
		padding: 0;
		position: fixed;
		right: 0;
		top: 0;
		bottom: 0;
		width: 240px;
		z-index: 1000;
		margin-right: -260px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		
	}
	
	.site_nav {
		visibility: hidden;
		opacity: 0;
		text-align: left;
	}
	
	.site_nav:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		height: 100%;
		line-height: 100%;
	}
	
	.site_menu {
		display: inline-block;
		vertical-align: middle;
		margin-left: -4px;
		width: 99%;
		white-space: normal;
		float: none;
	}
	
	.site_menu li {
		display: block;
		margin-bottom: 30px;
		margin-right: 0;
		padding-right: 0;
		text-align: left;
	}
	
	.site_menu li a {
		font-size: 18px;
	}
	
	.site_nav_container .site_nav {
		margin-left: 0;
		height: 100%;
		width: 100%;
		background: #000;
	}
	
	.site_nav_container.show_mobile_menu .site_nav {
		visibility: visible;
		opacity: 1;
		margin-left: -260px;
	}
	
	.header_search_form input[type="text"] {
		font-size: 21px;
		height: 42px;
		line-height: 42px;
	}
	
	.header_search_form input[type="text"]:focus {
		max-width: 80%;
	}
	
	.header_search_form input[type="submit"] {
		width: 23px;
		height: 42px;
		margin-left: 7px;
		background-position: center center;
	}
	
	.header_search {
		float: left;
		width: 100%;
		max-width: 210px;
		margin-right: 30px;
	}
	
	.site_nav {
		visibility: hidden;
		opacity: 0;
	}
	
	.site_nav ul {
		padding: 40px;
	}
	
	.header_cart {
		padding-left: 40px;
	}
	
}

@media only screen and (max-width: 860px) {
	
	.header_contacts {
		padding-right: 0;
	}
	
	.site_header .social {
		display: none;
	}
	
}

@media only screen and (max-width: 768px) {
	
	.header_contacts {
		display: none;
	}
	
}

@media only screen and (max-width: 660px) {
	
	.header_logo {
		max-width: 120px;
	}
	
	.header_top {
		padding-top: 5px;
		margin-left: 145px;
		margin-right: 60px;
	}
	
	.btn_toggle_menu {
		margin-top: 10px;
	}
	
	.header_cart {
		padding-left: 38px;
		top: 12px;
	}
	
}


@media only screen and (max-width: 480px) {
	
	.header_location {
		display: none;
	}
	
	.show_mobile_menu .btn_toggle_menu .top {
		-webkit-transform: translateY(9px) rotate(-135deg);
		-ms-transform: translateY(9px) rotate(-135deg);
		transform: translateY(9px) rotate(-135deg);
	}
	
	.show_mobile_menu .btn_toggle_menu .bottom {
		-webkit-transform: translateY(-9px) rotate(-45deg);
		-ms-transform: translateY(-9px) rotate(-45deg);
		transform: translateY(-9px) rotate(-45deg);
	}
	
}

@media only screen and (max-width: 420px) {
	
	.btn_toggle_menu span {
		width: 30px;
		margin-bottom: 7px;
	}
	
}

/* End */


/* Start:/source/css/buttons.css?16076907402994*/
/* ==========================================================================
   Buttons
   ========================================================================== */

.btn_row {
	position: relative;
}

.btn_row:after {
	content: '';
	display: table;
}

.btn {
	border: 1px solid transparent;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	outline: 0;
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
	padding-right: 30px;
	height: 68px;
	line-height: 66px;
	font-size: 26px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-family:'HN-normal', Arial, sans-serif;
}

.btn_min {
	height: 58px;
	line-height: 56px;
}

.btn:focus {
	outline: 0;
	text-decoration: none;
}

.btn:hover {
	outline: 0;
	text-decoration: none;
}

.btn_fill_red {
	background-color: #ff0e0e;
	border-color: #ff0e0e;
	color: #fff !important;
}

.btn_fill_red:hover {
	color: #ff0e0e !important;
	background-color: transparent;
}

.btn_fill_yellow {
	background-color: #ffef00;
	border-color: #ffef00;
	color: #101010 !important;
}

.btn_fill_yellow:hover {
	color: #ffef00 !important;
	background-color: transparent;
}

.btn_fill_black,
.btn_fill_black:focus {
	color: #ffef00;
	border-color: #000;
	background-color: #000;
}

.btn_fill_black:hover {
	color: #000 !important;
	background-color: transparent;
}

.btn_fill_white {
	color: #333;
	border-color: #fff;
	background-color: #fff;
}

.btn_fill_white:hover {
	color: #fff !important;
	background-color: transparent;
}

.btn_arr:after {
	content: '›';
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
}

.btn_watch_video {
	padding-right: 90px;
	position: relative;
}

.btn_watch_video:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	top: 9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.btn_watch_video:after {
	content: '';
	display: block;
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	right: 26px;
	width: 16px;
	top: 24px;
	height: 10px;
	border: 8px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
}

.btn_fill_red.btn_watch_video:before {
	background-color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.btn_fill_red.btn_watch_video:hover:before {
	background-color: #ff0e0e;
}


.btn_fill_red.btn_watch_video:after {
	border-left-color: #ff0e0e;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.btn_fill_red.btn_watch_video:hover:after {
	border-left-color: #333;
}
/* End */


/* Start:/source/css/forms.css?16076907408495*/
/* ==========================================================================
   Forms
   ========================================================================== */

.iff_text {
	display: block;
	width: 100%;
	border: 1px solid #dddddd;
	outline: 0;
	background: transparent;
	height: 68px;
	line-height: 66px;
	color: #101010;
	margin-bottom: 25px;
	font-size: 21px;
	padding-left: 30px;
	padding-right: 30px;
	font-family:'HN-normal', Arial, sans-serif;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.iff_text:focus {
	color: #101010;
	border-color: #525252;
}

.iff_textarea {
	display: block;
	width: 100%;
	border: 1px solid #dddddd;
	outline: 0;
	background: transparent;
	height: 200px;
	max-height: 200px;
	line-height: 66px;
	color: #101010;
	margin-bottom: 25px;
	font-size: 21px;
	font-family:'HN-normal', Arial, sans-serif;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.iff_textarea:focus {
	color: #101010;
	border-color: #525252;
}

.iff_select {

}

.iff_submit {

}




.iff_text::-webkit-input-placeholder {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.iff_text::-moz-placeholder {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.iff_text:-moz-placeholder {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.iff_text:-ms-input-placeholder {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.iff_textarea::-webkit-input-placeholder {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.iff_textarea::-moz-placeholder {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.iff_textarea:-moz-placeholder {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.iff_textarea:-ms-input-placeholder {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.iff_text::-webkit-input-placeholder {color:#101010;}
.iff_text::-moz-placeholder          {color:#101010;}
.iff_text:-moz-placeholder           {color:#101010;}
.iff_text:-ms-input-placeholder      {color:#101010;}

.iff_text:focus::-webkit-input-placeholder {color:#101010;}
.iff_text:focus::-moz-placeholder          {color:#101010;}
.iff_text:focus:-moz-placeholder           {color:#101010;}
.iff_text:focus:-ms-input-placeholder      {color:#101010;}

.iff_textarea::-webkit-input-placeholder {color:#101010;}
.iff_textarea::-moz-placeholder          {color:#101010;}
.iff_textarea:-moz-placeholder           {color:#101010;}
.iff_textarea:-ms-input-placeholder      {color:#101010;}

.iff_textarea:focus::-webkit-input-placeholder {color:#101010;}
.iff_textarea:focus::-moz-placeholder          {color:#101010;}
.iff_textarea:focus:-moz-placeholder           {color:#101010;}
.iff_textarea:focus:-ms-input-placeholder      {color:#101010;}

.iff_text.error,
.iff_textarea.error,
.iff_select.error {
	color:#ff0e0e !important;
	border-color:#ff0e0e !important;
}

.iff_text.error::-webkit-input-placeholder {color:#ff0e0e !important;}
.iff_text.error::-moz-placeholder          {color:#ff0e0e !important;}
.iff_text.error:-moz-placeholder           {color:#ff0e0e !important;}
.iff_text.error:-ms-input-placeholder      {color:#ff0e0e !important;}

.iff_textarea.error::-webkit-input-placeholder {color:#ff0e0e !important;}
.iff_textarea.error::-moz-placeholder          {color:#ff0e0e !important;}
.iff_textarea.error:-moz-placeholder           {color:#ff0e0e !important;}
.iff_textarea.error:-ms-input-placeholder      {color:#ff0e0e !important;}


/*=== Popup Forms */

.popup_overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9998;
	display: none;
	background-color: rgba(0,0,0,.85);
}

.popup_form {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	display: none;
	padding: 15px;
	width: 100%;
	max-width: 620px;
	margin-top: 8%;
	margin-left: auto;
	margin-right: auto;
}

.popup_form .form_block {
	position: relative;
	padding: 40px;
	background-color: rgba(255,255,255,.95);
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.5);
	box-shadow: 0 0 7px rgba(0,0,0,.5);
}

.popup_form .close {
	display: block;
	background: transparent;
	margin-top: 0;
	border: 0;
	outline: 0;
	text-shadow: none;
	box-shadow: none;
	line-height: 1;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 35px;
	height: 35px;
	opacity: 1;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-ms-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}

.popup_form .indexis_form_submit .iff_submit {
	width: 100%;
	margin-bottom: 0;
	height: 60px;
	line-height: 58px;
	font-size: 21px;
	font-family: 'HN-bold', Arial, sans-serif;
	letter-spacing: .05em;
}



.popup_form .iff_text {
	font-family:'HN-normal', Arial, sans-serif;
}

.popup_title {
	margin: 0 0 25px 0;
	text-align: center;
	color: #333;
	font-family:'HN-bold', Arial, sans-serif;
	font-size: 32px;
	font-weight: normal;
}

.popup_form  .indexis_form_submit {
	text-align: center;
	padding-top: 15px;
}

.popup_form .indexis_form_submit .iff_submit {
	min-width: 260px;
	height: 68px;
	line-height: 66px;
}

.form_success {
	position: fixed;
	max-width: 530px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	margin: 20% auto 0 auto;
	background: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,.5);
	text-align: center;
	display: none;
}

.form_success_body {
	position: relative;
	padding: 35px 25px 20px 25px;
}

.form_success_body p {
	margin-top: 0;
	font-size: 19px;
	font-family: Arial, sans-serif;
}



.popup_description {
	color: #333;
	font-size: 16px;
	font-weight: normal;
	font-family:'HN-normal', Arial, sans-serif;
	margin-top: 1em;
	margin-bottom: 1em;
}


.popup_form .close svg path,
.form_success .close svg path {
	fill: #333;
}


.popup_form .close,
.form_success .close {
	outline: 0 !important;
	border: 0 !important;
	background-color: transparent !important;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.form_success .close {
	outline: 0 !important;
	border: 0 !important;
	display: block;
	position: absolute;
	z-index: 10000;
	width: 35px;
	height: 35px;
	right: 8px;
	top: 8px;
}

.popup_form .close:hover,
.form_success .close:hover {
	background-color: #e1e1e1 !important;
}

.popup_form .close svg,
.form_success .close svg {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.popup_form .close:hover svg,
.form_success .close:hover svg {
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
}


@media only screen and (max-width: 768px) {
	.popup_form .form_block {
		padding: 25px;
	}
	
	.popup_form .close, .form_success .close {
		right: 8px;
		top: 8px;
	}
	
	.popup_form .indexis_form_submit .iff_submit {
		min-width: 260px;
		height: 58px;
		line-height: 56px;
		font-size: 18px;
		min-width: 240px;
	}
	
	.iff_text,
	.iff_textarea,
	.iff_select {
		height: 58px;
		line-height: 56px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 18px;
	}
	
	.popup_title {
		margin: 0 0 20px 0;
		font-size: 25px;
	}
	
}
/* End */


/* Start:/source/css/helpers.css?16076907401313*/
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ta-c {
	text-align: center;
}

.c-red {
	color: #ff0e0e;
}

.c-gray {
	color: #999;
}

.fw-b {
	font-family:'SFUIDisplay-Bold';
}

.fs-thin {
	font-family:'PFDinDisplayPro-Thin';
}

.bg-white {
	background-color: #fff;
}
.bg-red {
	background-color: #ff0e0e;
}
.no-pad {
	padding: 0;
}

.hidden,
.d-n {
	display: none;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}
/* End */


/* Start:/source/css/prints.css?1607690740984*/
/* ==========================================================================
   Print styles.
   ========================================================================== */

@media print {
	*,
	*:before,
	*:after,
	*:first-letter,
	*:first-line {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	
	a,
	a:visited {
		text-decoration: underline;
	}
	
	a[href]:after {
		content: " (" attr(href) ")";
	}
	
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}
	
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	
	thead {
		display: table-header-group;
	}
	
	tr,
	img {
		page-break-inside: avoid;
	}
	
	img {
		max-width: 100% !important;
	}
	
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	
	h2,
	h3 {
		page-break-after: avoid;
	}
}
/* End */


/* Start:/source/css/footer.css?16076907409325*/
.site_footer {
	background-color: #000;
	padding-top: 50px;
	padding-bottom: 40px;
	color: #a7a7a7;
	font-size: 21px;
	margin-top: 50px;
}
.page_home .site_footer,
.page_products .site_footer{
	margin-top: 0;
}

.site_footer_top {
	overflow: hidden;
	padding-bottom: 50px;
}

.site_footer_logo {
	width: 25%;
	float: left;
}

.site_footer_logo a {
	display: block;
	max-width: 307px;
}

.site_footer_logo img {
	display: block;
	width: 100%;
	height: auto;
}

.site_footer_phone {
	font-family: 'HN-bold', Arial, sans-serif;
	font-size: 36px;
	color: #ffef00;
	float: right;
	width: 18.75%;
	padding-top: 18px;
	text-align: right;
}

.site_footer_phone a {
	text-decoration: none !important;
	color: inherit !important;
}

.site_footer_middle {
	overflow: hidden;
	margin-bottom: 25px;
}

.footer_email_link {
	display: inline-block;
	padding-top: 5px;
	font-size: 29px;
}

.site_footer_menu {
	width: 56.25%;
	padding-top: 18px;
	float: left;
	position: relative;
	z-index: 2;
	font-family: Arial, sans-serif;
}

.site_footer_menu_title,
.subscribe_form_title {
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'HN-bold', Arial, sans-serif;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	white-space: nowrap;
}

.subscribe_form_title {
	letter-spacing: -.03em;
}

.site_footer_menu_row {
	overflow: hidden;
}

.site_footer_menu_list {
	list-style: none;
	padding-left: 0;
	margin: 0;
	width: 33.333333%;
	float: left;
}

.site_footer_menu_list li {
	margin-bottom: 20px;
}

.site_footer_menu_list li a {
	color: #a7a7a7;
	font-size: 21px;
}

.site_footer_menu_list li a:hover {
	color: #ffef00;
}

.menu_item_redistration,
.menu_item_authorization {
	white-space: nowrap;
	padding-left: 60px;
	position: relative;
}


.menu_item_redistration:before,
.menu_item_authorization:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
}

.menu_item_redistration:before {
	width: 27px;
	height: 27px;
	background-image: url(/source/css/../img/common/icon_login.png);
}

.menu_item_authorization:before {
	width: 23px;
	height: 33px;
	left: 2px;
	top: -4px;
	background-image: url(/source/css/../img/common/icon_password.png);
}

.site_footer_subscribe {
	width: auto;
	/*float: right;*/
	margin-left: 0;
	position: relative;
	z-index: 5;
}

.form_subscribe .iff_submit {
	width: 100%;
	font-size: 26px !important;
	font-family:'HN-normal', Arial, sans-serif;
}

.form_subscribe .indexis_form_field_name {
	position: relative;
}



.form_subscribe .indexis_form_field_email {
	position: relative;
}


.form_subscribe .indexis_form_field_name:before,
.form_subscribe .indexis_form_field_email:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.form_subscribe .indexis_form_field_name:before {
	width: 23px;
	height: 23px;
	margin-top: 21px;
	margin-left: 69px;
	background-image: url(/source/css/../img/common/icon_login.png);
}

.form_subscribe .indexis_form_field_email:before {
	width: 20px;
	height: 14px;
	margin-top: 27px;
	margin-left: 69px;
	background-image: url(/source/css/../img/common/icon_msg.png);
}

.form_subscribe .iff_text {
	border: 1px solid #a8a8a8;
	color: #a7a7a7;
	font-size: 21px;
	font-family: Arial, sans-serif;
	padding-left: 65px;
	position: relative;
	z-index: 1;
}

.form_subscribe .iff_text:focus {
	color: #fff;
	border-color: #fff;
}


.form_subscribe .iff_text::-webkit-input-placeholder {color:#a7a7a7;}
.form_subscribe .iff_text::-moz-placeholder          {color:#a7a7a7;}
.form_subscribe .iff_text:-moz-placeholder           {color:#a7a7a7;}
.form_subscribe .iff_text:-ms-input-placeholder      {color:#a7a7a7;}

.form_subscribe .iff_text:focus::-webkit-input-placeholder {color:#fff;}
.form_subscribe .iff_text:focus::-moz-placeholder          {color:#fff;}
.form_subscribe .iff_text:focus:-moz-placeholder           {color:#fff;}
.form_subscribe .iff_text:focus:-ms-input-placeholder      {color:#fff;}

.site_footer_bottom {
	padding-top: 32px;
}

.copyright {
	font-size: 18px;
	font-family: Arial, sans-serif;
	color: #ffef00;
	text-align: center;
}

.subscribe_form_title {
	display: block;
	width: 25%;
	float: left;
}

.site_footer_subscribe {
	overflow: hidden;
}

.form_subscribe_block {
	display: block;
	width: 75%;
	float: left;
	overflow: hidden;
}

.form_subscribe {
	margin-right: -45px;
	margin-left: -45px;
}

.form_subscribe .indexis_form_field,
.form_subscribe .indexis_form_submit {
	display: block;
	width: 33.333333%;
	float: left;
	padding-right: 45px;
	padding-left: 45px;
}


.footer_adress {
	font-size: 14px;
}


@media only screen and (max-width: 2560px) {


	.form_subscribe .indexis_form_field,
	.form_subscribe .indexis_form_submit {
		padding-right: 25px;
		padding-left: 25px;
	}

	.form_subscribe {
		margin-right: -25px;
		margin-left: -25px;
	}

	.form_subscribe .indexis_form_field_email:before {
		margin-left: 49px;
	}

	.form_subscribe .indexis_form_field_name:before {
		margin-left: 49px;
	}

	.site_footer_phone {
		font-size: 34px;
	}

    .site_footer_logo {
	    padding-right: 40px;
    }

}



@media only screen and (max-width: 2560px) {

	.form_subscribe .indexis_form_field,
	.form_subscribe .indexis_form_submit {
		padding-right: 20px;
		padding-left: 20px;
	}

	.form_subscribe {
		margin-right: -20px;
		margin-left: -20px;
	}

	.form_subscribe .indexis_form_field_email:before {
		margin-left: 44px;
	}

	.form_subscribe .indexis_form_field_name:before {
		margin-left: 44px;
	}

	.site_footer_phone {
		font-size: 31px;
	}

	.site_footer_menu_list li a {
		font-size: 19px;
	}

	.menu_item_redistration,
	.menu_item_authorization {
		padding-left: 45px;
	}

	.menu_item_redistration:before {
		width: 23px;
		height: 23px;
		top: 2px;
		-webkit-background-size: contain;
		background-size: contain;
	}

	.menu_item_authorization:before {
		width: 20px;
		height: 28px;
		top: -3px;
		-webkit-background-size: contain;
		background-size: contain;
	}

	.site_footer_top {
		padding-bottom: 60px;
	}

	.site_footer_middle {
		margin-bottom: 25px;
	}
}


@media only screen and (max-width: 2560px) {

	.site_footer_phone {
		font-size: 26px;
	}

	.site_footer_menu_list li {
		margin-bottom: 12px;
	}


	.site_footer_logo {
		padding-right: 50px;
	}

	.site_footer_menu {
		padding-top: 11px;
	}

	.site_footer_phone {
		padding-top: 14px;
	}

	.form_subscribe .iff_text {
		height: 56px;
		line-height: 54px;
		padding-left: 54px;
	}

	.form_subscribe .iff_submit {
		height: 56px;
		line-height: 58px;
		padding: 0;
		font-size: 26px !important;
		font-family:'HN-normal', Arial, sans-serif;
	}


	.form_subscribe .indexis_form_field_email:before {
		margin-left: 38px;
		margin-top: 22px;
	}

	.form_subscribe .indexis_form_field_name:before {
		margin-left: 38px;
		margin-top: 16px;
	}

	.site_footer_menu_title, .subscribe_form_title {
		font-size: 25px;
	}

	.site_footer_middle {
		margin-bottom: 18px;
	}

}


@media only screen and (max-width: 1200px) {





}




@media only screen and (max-width: 1024px) {


	.site_footer {
		padding-top: 30px;
	}

	.site_footer_logo {
		display: block;
		width: auto;
		margin: 0;
		padding: 0;
		max-width: 170px;
		float: none;
		margin-bottom: 25px;
	}

    .site_footer_menu {
	    display: block;
	    width: auto;
	    margin: 0;
	    padding: 0;
	    float: none;
	    margin-bottom: 15px;
    }

    .site_footer_phone {
	    display: block;
	    width: auto;
	    margin: 0;
	    padding: 0;
	    float: none;
	    text-align: left;
    }

	.site_footer_menu_list {
		display: block;
		width: auto;
		float: none;
	}

	.site_footer_menu_list li {
		display: block;
		width: auto;
		float: none;
	}

	.site_footer_phone a {
		display: block;
		max-width: 300px;
		float: none;
	}


	.subscribe_form_title {
		display: block;
		width: auto;
		float: none;
		margin-bottom: 15px;
	}

	.form_subscribe_block {
		display: block;
		width: auto;
		float: none;
	}

	.site_footer_top {
		padding-bottom: 20px;
	}

	.site_footer_menu_title, .subscribe_form_title {
		font-size: 18px;
	}

	.site_footer_phone,
	.footer_email_link {
		font-size: 21px;
	}


	.form_subscribe {
		max-width: 400px;
	}
	.form_subscribe .indexis_form_field, .form_subscribe .indexis_form_submit {
		display: block;
		width: auto;
		float: none;
		height: 56px;
		line-height: 54;
	}

	.form_subscribe .indexis_form_submit {
		font-size: 21px;
	}

	.form_subscribe .indexis_form_field {
		margin-bottom: 20px;
	}

	.form_subscribe .iff_text {
		font-size: 18px;
	}

	.site_footer_bottom {
		padding-top: 10px;
		text-align: left;
	}

	.copyright {
		font-size: 17px;
		text-align: left;
	}

}

/* End */


/* Start:/source/libs/swiper-4.5.0/swiper.min.css?160769074119778*/
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
/* End */


/* Start:/source/css/landing.css?160769074081393*/
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

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

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

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

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

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

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

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

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

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

a.hover-decorated {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

a.hover-decorated, a.hover-decorated:focus {
  text-decoration: none;
}

a.hover-decorated:before {
  content: '';
  height: 1px;
  width: 100%;
  background: currentColor;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
}

a.hover-decorated:hover, a.hover-decorated:focus:hover {
  text-decoration: none;
}

a.hover-decorated:hover:before, a.hover-decorated:focus:hover:before {
  opacity: .5;
}

.text-align-center {
  text-align: center !important;
}

.text-align-left {
  text-align: left !important;
}

.text-align-right {
  text-align: right !important;
}

@media only screen and (max-width: 1024px) {
  .desktop-visible {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) {
  .mobile-visible {
    display: none !important;
  }
}

.site-page {
  font-size: 15px;
}

.site-page .btn {
  border-radius: 0;
  font-family: "HN-bold", Arial, sans-serif;
  font-size: 18px !important;
  line-height: 24px;
  padding: 12px 40px;
  height: auto;
}

.site-page .btn-sm {
  padding: 7px 15px;
  font-size: 14px !important;
}

.site-page .form_field {
  font-family: Arial, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  height: auto;
}

.site-page .site_footer {
  margin-top: 0;
}

.site-page .site_footer_top {
  padding-bottom: 45px;
}

.site-page .site_footer_logo {
  width: 26%;
  padding-right: 9%;
  padding-top: 10px;
}

@media only screen and (max-width: 1024px) {
  .site-page .site_footer_logo {
    padding: 0;
    width: auto;
  }
}

.site-page .site_footer_menu {
  width: 54%;
  padding-top: 23px;
}

.site-page .site_footer_phone {
  width: 20%;
  padding-top: 19px;
}

@media only screen and (max-width: 1024px) {
  .site-page .site_footer_phone {
    padding: 0;
    width: auto;
  }
}

.site-page .footer_email_link {
  font-size: 24px;
}

.site-page .subscribe_form_title {
  letter-spacing: 0;
  width: 26%;
}

.site-page .form_subscribe_block {
  width: 74%;
}

@media only screen and (max-width: 1024px) {
  .site-page .form_subscribe_block {
    width: auto;
  }
}

.site-page .site_footer_bottom {
  padding-top: 10px;
}

.site-page .copyright {
  font-size: 17px;
}

.site-page .header {
  background: #000;
}

.site-page .header hr {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  height: 1px;
  background: #333;
}

.site-page .header__top {
  font-size: 16px;
  line-height: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -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: nowrap;
      flex-wrap: nowrap;
}

.site-page .header__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.site-page .header__phone {
  font-family: "HN-bold", Arial, sans-serif;
  letter-spacing: 0.4px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.site-page .header__phone, .site-page .header__phone:focus {
  color: #fff;
}

.site-page .header__phone:hover, .site-page .header__phone:focus:hover {
  color: #ffef00;
}

.site-page .header__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.site-page .header__menu .item:last-child {
  margin-right: 0;
}

.site-page .header__menu .link {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.site-page .header__menu .link, .site-page .header__menu .link:focus {
  text-decoration: none;
}

.site-page .header__menu .link:hover, .site-page .header__menu .link:focus:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .site-page .header__menu {
    display: block;
  }
  .site-page .header__menu .item {
    margin-right: 0;
  }
  .site-page .header__menu .item:last-child {
    margin-bottom: 0;
  }
}

.site-page .header__top-menu {
  letter-spacing: 0.3px;
}

.site-page .header__top-menu .item {
  margin-right: 40px;
}

@media only screen and (max-width: 1280px) {
  .site-page .header__top-menu .item {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .site-page .header__top-menu .item {
    margin-right: 0;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
  }
}

.site-page .header__top-menu .link, .site-page .header__top-menu .link:focus {
  color: #a7a7a7;
}

.site-page .header__top-menu .link:hover, .site-page .header__top-menu .link:focus:hover {
  color: #fff;
}

.site-page .header__basket {
  font-family: "HN-normal", Arial, sans-serif;
  margin-left: 55px;
  letter-spacing: 0.4px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.site-page .header__basket, .site-page .header__basket:focus {
  color: #fff;
}

.site-page .header__basket:hover, .site-page .header__basket:focus:hover {
  color: #ffef00;
}

.site-page .header__basket .icon {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 20px;
  margin: 2px 0 0 7px;
  fill: #fff;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.site-page .header__basket:hover .icon, .site-page .header__basket:focus:hover .icon {
  fill: #ffef00;
}

.site-page .header__bottom {
  font-size: 18px;
  line-height: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -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: nowrap;
      flex-wrap: nowrap;
}

.site-page .header__logo {
  width: 180px;
  margin-top: -15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.site-page .header__logo img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.site-page .header__bottom-menu .item {
  margin-right: 50px;
}

@media only screen and (max-width: 1280px) {
  .site-page .header__bottom-menu .item {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .site-page .header__bottom-menu .item {
    margin-right: 0;
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

.site-page .header__bottom-menu .link {
  text-transform: uppercase;
  font-family: "HN-bold", Arial, sans-serif;
}

.site-page .header__bottom-menu .link, .site-page .header__bottom-menu .link:focus {
  color: #ffef00;
}

.site-page .header__bottom-menu .link:hover, .site-page .header__bottom-menu .link:focus:hover {
  color: #a7a7a7;
}

.site-page .header__search-form {
  position: relative;
  padding-right: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.site-page .header__search-form-field {
  font-size: inherit;
  line-height: inherit;
  border-top: none;
  border-bottom: 1px solid transparent;
  border-left: none;
  border-right: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 13px 10px;
  min-width: 225px;
  background: transparent;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  color: #a7a7a7;
}

.site-page .header__search-form-field:focus {
  border-bottom-color: #a7a7a7;
}

.site-page .header__search-form-field:focus::-webkit-input-placeholder {
  color: transparent;
}

.site-page .header__search-form-field:focus::-moz-placeholder {
  color: transparent;
}

.site-page .header__search-form-field:focus:-moz-placeholder {
  color: transparent;
}

.site-page .header__search-form-field:focus:-ms-input-placeholder {
  color: transparent;
}

.site-page .header__search-form-submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 2px;
  background: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.site-page .header__search-form-submit .icon {
  display: block;
  height: 100%;
  width: 18px;
  fill: #fff;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.site-page .header__search-form-submit:hover .icon, .site-page .header__search-form-submit:active .icon {
  fill: #ffef00;
}

@media only screen and (max-width: 1024px) {
  .site-page .header--desktop {
    display: none !important;
  }
}

.site-page .header--mobile {
  display: none;
  padding: 19px 0;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 1024px) {
  .site-page .header--mobile {
    display: block !important;
  }
}

@media only screen and (max-width: 660px) {
  .site-page .header--mobile {
    padding: 12px 0;
    font-size: 13px;
  }
}

.site-page .header--mobile__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-right: 83px;
}

.site-page .header--mobile .header__logo {
  margin-top: -7px;
  height: 41px;
  width: auto;
  margin-right: 15px;
}

@media only screen and (max-width: 660px) {
  .site-page .header--mobile .header__logo {
    height: 25px;
  }
}

.site-page .header--mobile .header__basket {
  margin-left: 15px;
}

.site-page .header--mobile .header__basket .icon {
  margin: 2px 7px 0 0;
}

@media only screen and (max-width: 660px) {
  .site-page .header--mobile .header__basket .icon {
    width: 16px;
    height: 16px;
    margin: 2px 4px 0 0;
  }
}

@media only screen and (max-width: 660px) {
  .site-page .header--mobile .btn_toggle_menu {
    margin-top: 4px;
    margin-right: 10px;
  }
}

.site-page .header--mobile__menu-container {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 5px);
  max-height: 100%;
  overflow: auto;
  padding: 55px 20px 25px;
}

.site-page .header--mobile__menu-container hr {
  margin-top: 15px;
  margin-bottom: 15px;
}

.site-page .row {
  margin-left: -30px;
  margin-right: -30px;
}

@media only screen and (max-width: 1024px) {
  .site-page .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.site-page [class^="col"] {
  padding-right: 30px;
  padding-left: 30px;
}

@media only screen and (max-width: 1024px) {
  .site-page [class^="col"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.main-page {
  padding-top: 80px;
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .main-page {
    padding-top: 40px;
  }
}

.main-page .quality_list {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .main-page .quality_list {
    margin-bottom: 15px;
  }
}

.main-page .quality_list .quality_item {
  display: block;
  width: auto;
  max-width: none;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1280px) {
  .main-page .quality_list .quality_item {
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .main-page .quality_list .quality_item {
    margin-bottom: 30px;
  }
}

.main-page .quality_list .quality_infographics {
  padding: 83px;
  position: relative;
  margin-bottom: 35px;
  display: inline-block;
  vertical-align: top;
  width: auto;
}

@media only screen and (max-width: 1280px) {
  .main-page .quality_list .quality_infographics {
    padding: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .main-page .quality_list .quality_infographics {
    margin-bottom: 20px;
    padding: 50px;
  }
}

.main-page .quality_list .quality_infographics:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  border: 5px solid #000;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
}

@media only screen and (max-width: 768px) {
  .main-page .quality_list .quality_infographics:before {
    width: 100px;
    height: 100px;
    border-width: 3px;
    margin-top: -50px;
    margin-left: -50px;
  }
}

.main-page .quality_list .quality_infographics img {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .main-page .quality_list .quality_infographics img {
    width: 50px;
    height: 50px;
  }
}

.main-page .quality_list .quality_title {
  letter-spacing: 0.6px;
}

.main-page .special-offers {
  margin-bottom: 40px;
}

.main-page .section_title {
  letter-spacing: 0.03em;
  margin-bottom: 1em;
}

@media only screen and (max-width: 768px) {
  .main-page .section_title {
    font-size: 34px;
  }
}

.main-page .catalog {
  margin-bottom: 35px;
}

.main-page .catalog .section_title {
  margin-bottom: 1.1em;
}

.main-page .catalog__nav-tabs {
  margin-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
  .main-page .catalog__nav-tabs {
    margin-bottom: 35px;
  }
}

.main-page .catalog.recommendations .section_title {
  margin-bottom: 0.85em;
}

.main-page .catalog-list {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .special-offers {
    margin-bottom: 20px;
  }
}

.special-offers [class^="col"] {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.special-offers [class^="col"] > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.special-offers__slide-inner {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

.special-offers__slide-inner:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background-image: -o-linear-gradient(bottom, #000 0%, transparent 100%);
  background-image: linear-gradient(0deg, #000 0%, transparent 100%);
}

.special-offers__slide-img {
  display: block;
  width: 100%;
  visibility: hidden;
}

.special-offers__slider {
  margin-bottom: 60px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .special-offers__slider {
    margin-bottom: 30px;
  }
}

.special-offers__slider .swiper-container {
  height: 100%;
}

.special-offers__slider .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 25px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}

.special-offers__slider .swiper-pagination .swiper-pagination-bullet {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 10px;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  border: 4px solid #fff;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-transition: border-width 0.3s, width 0.3s, height 0.3s;
  -o-transition: border-width 0.3s, width 0.3s, height 0.3s;
  transition: border-width 0.3s, width 0.3s, height 0.3s;
  opacity: 1;
}

.special-offers__slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  border-width: 2px;
}

.special-offers__item-link {
  display: block;
  margin-bottom: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .special-offers__item-link {
    margin-bottom: 30px;
  }
}

.special-offers__item-link img {
  width: 100%;
  display: block;
  visibility: hidden;
}

.nav-tab {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.nav-tab__item {
  margin-right: -1px;
}

.nav-tab__link {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-family: "HN-bold", Arial, sans-serif;
  padding: 12px 28px;
  border: 1px solid #dcdcdc;
  -webkit-transition: color 0.3s, background 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background 0.3s, border-color 0.3s;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}

@media only screen and (max-width: 768px) {
  .nav-tab__link {
    font-size: 14px;
    padding: 6px 12px;
  }
}

.nav-tab__link, .nav-tab__link:focus {
  background: #f8f8f8;
  color: #000;
}

.nav-tab__link:hover, .nav-tab__link:focus:hover {
  color: #000;
  background: #dcdcdc;
}

.nav-tab__link.active, .nav-tab__link.active:focus {
  border-color: #000;
  background: #000;
  color: #ffef00;
}

.nav-tab__link.active:hover, .nav-tab__link.active:focus:hover {
  border-color: #000;
  background: #000;
  color: #ffef00;
}

.tab-container .tab-panel {
  display: none;
}

.tab-container .tab-panel.active {
  display: block;
  -webkit-animation: fadeEffect 0.3s;
          animation: fadeEffect 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.catalog-item {
  padding: 0 20px;
  margin-bottom: 60px;
  font-family: Arial, sans-serif;
}

@media only screen and (max-width: 1280px) {
  .catalog-item {
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .catalog-item {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.catalog-item__picture {
  position: relative;
  height: 235px;
  display: block;
  margin-bottom: 22px;
  margin-right: auto;
  margin-left: auto;
}

.catalog-item__picture img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.catalog-item__picture-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 24px;
  font-family: "HN-bold", Arial, sans-serif;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.75);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #000;
  z-index: 2;
}

.catalog-item__picture-overlay .icon {
  display: block;
  width: 18px;
  height: 18px;
  fill: #000;
  margin-right: 7px;
  margin-top: -5px;
}

.catalog-item__picture:hover .catalog-item__picture-overlay {
  opacity: 1;
}

.catalog-item__picture-label {
  position: absolute;
  top: 30px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "HN-bold", Arial, sans-serif;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
}

.catalog-item__picture-label:before, .catalog-item__picture-label:after {
  content: '';
  position: absolute;
  left: 100%;
  border-right: 15px solid transparent !important;
  border-left: 0;
}

.catalog-item__picture-label:before {
  border-top: 15px solid;
  border-bottom: 0;
  top: 0;
}

.catalog-item__picture-label:after {
  border-bottom: 15px solid;
  border-top: 0;
  bottom: 0;
}

.catalog-item__picture-label .icon {
  width: 14px;
  height: 14px;
  display: block;
  margin-right: 5px;
  margin-top: -2px;
  position: relative;
  z-index: 1;
}

.catalog-item__picture-label span {
  position: relative;
  z-index: 1;
}

.catalog-item__picture-label--hit {
  color: #fff;
  background: #4faaff;
}

.catalog-item__picture-label--hit .icon {
  fill: #fff;
}

.catalog-item__picture-label--hit:before, .catalog-item__picture-label--hit:after {
  border-color: #4faaff;
}

.catalog-item__picture-label--new {
  color: #000;
  background: #ffef00;
}

.catalog-item__picture-label--new .icon {
  fill: #000;
}

.catalog-item__picture-label--new:before, .catalog-item__picture-label--new:after {
  border-color: #ffef00;
}

.catalog-item__picture-label--sale {
  color: #fff;
  background: #c91919;
}

.catalog-item__picture-label--sale .icon {
  fill: #fff;
}

.catalog-item__picture-label--sale:before, .catalog-item__picture-label--sale:after {
  border-color: #c91919;
}

.catalog-item__description {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 18px;
  letter-spacing: 0.02em;
}

.catalog-item__price {
  font-size: 24px;
  line-height: 30px;
  font-family: "HN-bold", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 22px;
}

.catalog-item__price .price-new {
  color: #c91919;
}

.catalog-item__price .price-old {
  font-size: 18px;
  line-height: 24px;
  text-decoration: line-through;
}

.catalog-item__price .price-new + .price-old {
  padding-left: 5px;
}

.catalog-item__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.catalog-item__button {
  border: none;
  border-radius: 0;
  font-family: "HN-bold", Arial, sans-serif;
  font-size: 18px;
  line-height: 1em;
  padding: 16px;
  white-space: nowrap;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-transform: uppercase;
}

.catalog-item__button:hover, .catalog-item__button:focus:hover {
  opacity: 0.6;
}

.catalog-item__button-basket {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 5px;
  padding-right: 5px;
}

.catalog-item__button-basket, .catalog-item__button-basket:focus {
  color: #000;
  background: #ffef00;
}

.catalog-item__button-favourite {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.catalog-item__button-favourite .icon {
  width: 18px;
  height: 18px;
}

.catalog-item__button-favourite, .catalog-item__button-favourite:focus {
  color: #ffef00;
  background: #000;
}

.catalog-item__button-favourite .icon, .catalog-item__button-favourite:focus .icon {
  fill: #ffef00;
}

.catalog-item__button-favourite.added .icon, .catalog-item__button-favourite.added:focus .icon {
    fill: #ffffff;
}

.catalog-item__button-favourite.has-favourite, .catalog-item__button-favourite.has-favourite:focus {
  background: #999999;
}

.text-gray {
  color: #999999;
}

.catalog-list__title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 55px;
}

@media only screen and (max-width: 1024px) {
  .catalog-list__title-block {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 768px) {
  .catalog-list__title-block {
    display: block;
  }
}

.catalog-list__title-block hr {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  height: 1px;
  background: #e4e4e4;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .catalog-list__title-block hr {
    display: none;
  }
}

.catalog-list__title-block .catalog-list__title {
  font-family: "HN-bold", Arial, sans-serif;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.03em;
  margin-right: 60px;
}

@media only screen and (max-width: 768px) {
  .catalog-list__title-block .catalog-list__title {
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 34px;
  }
}

.catalog-list__title-block .catalog-list__section-link {
  font-family: "HN-bold", Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-left: 60px;
}

.catalog-list__title-block .catalog-list__section-link, .catalog-list__title-block .catalog-list__section-link:focus {
  color: #000;
  text-decoration: underline;
}

.catalog-list__title-block .catalog-list__section-link:hover, .catalog-list__title-block .catalog-list__section-link:focus:hover {
  color: #000;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .catalog-list__title-block .catalog-list__section-link {
    margin-left: 0;
  }
}

.main-partners {
  background: #f8f8f8;
  padding-top: 95px;
  padding-bottom: 95px;
}

@media only screen and (max-width: 1024px) {
  .main-partners {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.main-partners .section_title {
  margin-bottom: 1.3em;
}

.main-partners__slider {
  margin-right: -100px;
  margin-left: -100px;
  padding-right: 100px;
  padding-left: 100px;
  position: relative;
}

@media only screen and (max-width: 1500px) {
  .main-partners__slider {
    margin-right: 0;
    margin-left: 0;
    padding-right: 65px;
    padding-left: 65px;
  }
}

.main-partners .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-partners__item img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.main-partners .swiper-nav-btn {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.main-partners .swiper-nav-btn.prev {
  left: 0;
}

.main-partners .swiper-nav-btn.next {
  right: 0;
}

.swiper-nav-btn {
  border: 0;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-radius: 0;
  width: 40px;
  height: 30px;
  padding: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.swiper-nav-btn.prev {
  background-image: url(/source/css/../images/arr_left.png);
}

.swiper-nav-btn.next {
  background-image: url(/source/css/../images/arr_right.png);
}

.swiper-nav-btn.swiper-button-disabled {
  opacity: .5;
  cursor: default;
}

.main-used-products {
  background: #000;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 95px;
}

@media only screen and (max-width: 1024px) {
  .main-used-products {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media only screen and (max-width: 768px) {
  .main-used-products {
    margin-bottom: 50px;
  }
}

.main-used-products__slider {
  position: relative;
}

.main-used-products .section_title {
  font-size: 40px;
  line-height: 1.2em;
  color: #fff;
  text-align: left;
  font-family: "HN-bold", Arial, sans-serif;
  margin-top: 0.9em;
  margin-bottom: 1.2em;
}

@media only screen and (max-width: 1280px) {
  .main-used-products .section_title {
    margin-top: 0;
  }
}

@media only screen and (max-width: 991px) {
  .main-used-products .section_title {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .main-used-products .section_title {
    font-size: 34px;
  }
}

.main-used-products .swiper-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main-used-products .swiper-nav-btn {
  margin-right: 40px;
}

.main-used-products .swiper-nav-btn:last-child {
  margin-right: 0;
}

.main-used-products .swiper-nav-btn.prev {
  background-image: url(/source/css/../images/arr_left_white.png);
}

.main-used-products .swiper-nav-btn.next {
  background-image: url(/source/css/../images/arr_right_white.png);
}

.main-used-products-swiper-container {
  margin-left: -30px;
}

@media only screen and (max-width: 991px) {
  .main-used-products-swiper-container {
    margin-left: 0;
  }
}

.main-used-products__buttons {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 991px) {
  .main-used-products__buttons {
    position: static;
    margin-top: 50px;
    text-align: center;
  }
}

.main-used-products-nav.swiper-nav {
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .main-used-products-nav.swiper-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.main-object__picture {
  margin-bottom: 32px;
}

.main-object__picture img {
  display: block;
  width: 100%;
}

.main-object__slider-title-block {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-object__title {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  text-transform: uppercase;
  font-family: "HN-bold", Arial, sans-serif;
  letter-spacing: 0.03em;
  margin: 0;
}

.main-object .swiper-nav-btn {
  width: 30px;
  height: 24px;
  margin-right: 15px;
}

.main-object-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  cursor: pointer;
}

.main-object-item, .main-object-item:focus {
  color: #fff;
  text-decoration: none;
}

.main-object-item:hover, .main-object-item:focus:hover {
  color: #fff;
  text-decoration: underline;
}

.main-object-item__picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 15px;
  padding: 0 10px;
}

@media only screen and (max-width: 1280px) {
  .main-object-item__picture {
    margin-right: 15px;
    padding: 0;
  }
}

.main-object-item__picture img {
  display: block;
  max-width: 45px;
}

.main-object-item__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.main-object-item__price {
  font-family: "HN-bold", Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 7px;
  display: block;
}

.main-services {
  margin-bottom: 15px;
}

.main-services .section_title {
  margin-bottom: 1.3em;
}

.main-services__row {
  margin-right: -30px;
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .main-services__row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.main-services__col {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
  margin-bottom: 72px;
}

@media only screen and (max-width: 1024px) {
  .main-services__col {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 660px) {
  .main-services__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.main-services-item {
  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .main-services-item {
    text-align: center;
  }
}

.main-services-item__picture {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media only screen and (max-width: 660px) {
  .main-services-item__picture {
    width: auto;
    max-width: 100%;
  }
}

.main-services-item__title {
  font-family: "HN-bold", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 15px;
  text-align: center;
  letter-spacing: 0.03em;
}

.main-info {
  margin-bottom: 57px;
}

@media only screen and (max-width: 1024px) {
  .main-info {
    margin-bottom: 40px;
  }
}

.main-info .section_title {
  margin-bottom: 1.3em;
}

.main-info__row {
  margin-right: -30px;
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .main-info__row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.main-info__col {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
  margin-bottom: 35px;
}

@media only screen and (max-width: 1024px) {
  .main-info__col {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 660px) {
  .main-info__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.main-info-item {
  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #000;
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .main-info-item {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.main-info-item__picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  position: relative;
}

.main-info-item__picture:hover, .main-info-item__picture:focus:hover {
  color: inherit;
}

@media only screen and (max-width: 767px) {
  .main-info-item__picture {
    width: auto;
  }
}

.main-info-item__picture img {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .main-info-item__picture img {
    width: auto;
    max-width: 100%;
  }
}

.main-info-item__category {
  font-size: 16px;
  line-height: 20px;
  font-family: "HN-bold", Arial, sans-serif;
  padding: 10px 20px;
  background: #ffef00;
  position: absolute;
  left: 0;
  bottom: 0;
}

.main-info-item__title-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-bottom: 15px;
}

.main-info-item__title {
  font-family: "HN-normal", Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  letter-spacing: 0.03em;
  display: block;
}

.main-info-item__title:hover, .main-info-item__title:focus:hover {
  color: #ffef00;
}

.main-info-item__description {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.main-info-item__description:hover, .main-info-item__description:focus:hover {
  color: inherit;
}

.main-feedback {
  background: #f8f8f8;
  padding-top: 95px;
  padding-bottom: 95px;
}

@media only screen and (max-width: 1024px) {
  .main-feedback {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.main-feedback .section_title {
  margin-bottom: 1.75em;
}

.main-feedback__row {
  margin-right: -30px;
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 1024px) {
  .main-feedback__row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.main-feedback__col {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

@media only screen and (max-width: 1024px) {
  .main-feedback__col {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.main-feedback__picture {
  background: #ffef00;
}

@media only screen and (max-width: 1024px) {
  .main-feedback__picture {
    height: 250px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .main-feedback__picture {
    height: 150px;
  }
}

.main-feedback__picture img {
  max-width: 400px;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  top: -33px;
}

@media only screen and (max-width: 1024px) {
  .main-feedback__picture img {
    top: -15px;
  }
}

@media only screen and (max-width: 768px) {
  .main-feedback__picture img {
    top: -10px;
  }
}

.main-feedback-form .row {
  margin-left: -15px;
  margin-right: -15px;
}

.main-feedback-form [class^="col"] {
  padding-right: 15px;
  padding-left: 15px;
}

.main-feedback-form-title {
  font-size: 32px;
  line-height: 1.2;
  font-family: "HN-bold", Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 1024px) {
  .main-feedback-form-title {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .main-feedback-form-title {
    font-size: 26px;
  }
}

.main-feedback-form__group {
  margin-bottom: 30px;
}

.main-feedback-form__input {
  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 24px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #000;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  padding: 12px 15px;
}

.main-feedback-form__input::-webkit-input-placeholder {
  color: #999;
}

.main-feedback-form__input::-moz-placeholder {
  color: #999;
}

.main-feedback-form__input:-moz-placeholder {
  color: #999;
}

.main-feedback-form__input:-ms-input-placeholder {
  color: #999;
}

.main-feedback-form__input:focus {
  outline: none;
}

.main-feedback-form__input:focus::-webkit-input-placeholder {
  color: transparent;
}

.main-feedback-form__input:focus::-moz-placeholder {
  color: transparent;
}

.main-feedback-form__input:focus:-moz-placeholder {
  color: transparent;
}

.main-feedback-form__input:focus:-ms-input-placeholder {
  color: transparent;
}

.main-feedback-form__input.textarea {
  resize: none;
  min-height: 150px;
}

.main-feedback-form__submit {
  width: 100%;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.main-feedback-form__submit, .main-feedback-form__submit:focus {
  color: #000;
  background: #ffef00;
}

.main-feedback-form__submit:hover, .main-feedback-form__submit:focus:hover {
  opacity: 0.6;
}

.main-feedback-form__info {
  font-family: "HN-normal", Arial, sans-serif;
  font-size: 24px;
  text-align: right;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 1280px) {
  .main-feedback-form__info {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .main-feedback-form__info {
    text-align: center;
    margin-top: 30px;
  }
}

.main-feedback-form__phone {
  font-family: "HN-bold", Arial, sans-serif;
  font-size: 1.33333em;
  letter-spacing: 0.03em;
}

.main-feedback-form__phone, .main-feedback-form__phone:focus {
  color: inherit;
}

.main-feedback-form__phone:hover, .main-feedback-form__phone:focus:hover {
  color: #ffef00;
}

.main-feedback-form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.main-feedback-form__bottom-col {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

@media only screen and (max-width: 768px) {
  .main-feedback-form__bottom-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: Arial, sans-serif;
  margin-bottom: 60px;
}

.breadcrumbs__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-right: 11px;
}

.breadcrumbs__item:before {
  display: none;
}

.breadcrumbs__item:after {
  content: '';
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 12px;
  height: 1px;
  background: #a7a7a7;
  margin-left: 11px;
}

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

.breadcrumbs__item a, .breadcrumbs__item a:focus {
  color: inherit;
  text-decoration: none;
}

.breadcrumbs__item a:hover, .breadcrumbs__item a:focus:hover {
  color: inherit;
  text-decoration: underline;
}

.breadcrumbs__item span {
  color: #a7a7a7;
}

.catalog-view-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #e4e4e4;
  font-size: 18px;
  font-family: "HN-normal", Arial, sans-serif;
  margin-bottom: 60px;
}

.catalog-view-control__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
}

.catalog-view-control__item:last-child {
  margin-right: 0;
}

.catalog-view-control__item__title {
  font-family: "HN-bold", Arial, sans-serif;
  margin-right: 17px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 12px;
}

.catalog-view-control__item__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
  max-width: 100%;
}

.catalog-view-control__item__list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 17px;
}

.catalog-view-control__item__list li:last-child {
  margin-right: 0;
}

.catalog-view-control__item__list li a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}

.catalog-view-control__item__list li a, .catalog-view-control__item__list li a:focus {
  color: #a7a7a7;
  text-decoration: none;
}

.catalog-view-control__item__list li a:hover, .catalog-view-control__item__list li a:focus:hover {
  color: #000;
}

.catalog-view-control__item__list li a.active, .catalog-view-control__item__list li a.active:focus {
  color: #000;
}

.catalog-view-control__item__list li a.arrow-up:after, .catalog-view-control__item__list li a.arrow-down:after {
  content: '';
  width: 15px;
  height: 12px;
  display: inline-block;
  vertical-align: top;
  background-image: url("/source/css/../images/arrow-left.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-left: 5px;
}

.catalog-view-control__item__list li a.arrow-up:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.catalog-view-control__item__list li a.arrow-bottom:after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.catalog-view-control__item__list li a.arrow-down:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "HN-bold", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  margin: 0 0 -10px;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pagination .pagination__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 16px;
  margin-bottom: 10px;
}

.pagination .pagination__item:last-child {
  margin-right: 0;
}

.pagination .pagination__item.show-more-item {
  margin-left: 40px;
  margin-right: 40px;
}

@media only screen and (max-width: 768px) {
  .pagination .pagination__item {
    margin-right: 10px;
  }
}

.pagination .pagination__link {
  padding: 9px 5px;
  display: block;
  border-radius: 0 !important;
  border: 1px solid transparent;
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  min-width: 40px;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .pagination .pagination__link {
    padding-top: 6px;
    padding-bottom: 6px;
    min-width: 34px;
  }
}

.pagination .pagination__link, .pagination .pagination__link:focus {
  background: transparent;
  border-color: transparent;
  color: #000;
  text-decoration: none;
}

.pagination .pagination__link:hover, .pagination .pagination__link:focus:hover {
  background: transparent;
  border-color: #000;
  color: #000;
  text-decoration: none;
}

.pagination .pagination__link.other-pages-link:hover, .pagination .pagination__link.other-pages-link:focus:hover {
  border-color: transparent;
}

.pagination .pagination__link.active, .pagination .pagination__link.active:focus {
  background: #000;
  border-color: #000;
  color: #ffef00;
}

.pagination .pagination__link.active:hover, .pagination .pagination__link.active:focus:hover {
  background: #000;
  border-color: #000;
  color: #ffef00;
}

.pagination .pagination__link.show-more-link {
  line-height: 1.3125;
  padding: 11px 26px;
  justify-self: center;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.pagination .pagination__link.show-more-link, .pagination .pagination__link.show-more-link:focus {
  background: #000;
  border-color: #000;
  color: #ffef00;
}

.pagination .pagination__link.show-more-link:hover, .pagination .pagination__link.show-more-link:focus:hover {
  background: #000;
  border-color: #000;
  color: #ffef00;
  opacity: 0.6;
}

.catalog-page {
  padding-top: 10px;
  padding-bottom: 40px;
}

.catalog-page .main-catalog-list {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  .catalog-page .main-catalog-list {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .catalog-page .main-catalog-list {
    margin-bottom: 50px;
  }
}

.catalog-page .special-offers {
  margin-bottom: 90px;
}

@media only screen and (max-width: 1024px) {
  .catalog-page .special-offers {
    margin-bottom: 50px;
  }
}

.catalog-page .pagination {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 1280px) {
  .catalog-page .pagination {
    padding-left: 0;
    padding-right: 0;
  }
}

.catalog-filter {
  font-family: Arial, sans-serif;
  margin-bottom: 60px;
}

.catalog-filter__title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: inherit !important;
}

.catalog-filter__toggler {
  width: 22px;
  height: 22px;
  padding: 2px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: -3px 0 0 15px;
  display: none;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.catalog-filter__toggler .icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: #000;
}

@media only screen and (max-width: 991px) {
  .catalog-filter__toggler {
    display: block;
  }
}

.catalog-filter.filter-opened .catalog-filter__toggler {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.catalog-filter-content {
  display: none;
}

@media only screen and (min-width: 992px) {
  .catalog-filter-content {
    display: block !important;
  }
}

.catalog-filter__title {
  font-family: "HN-bold", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  text-transform: uppercase;
  margin: 0;
}

.catalog-filter-section {
  padding-top: 5px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}

.catalog-filter-section__title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-top: 13px;
}

.catalog-filter-section__title-block, .catalog-filter-section__title-block:focus {
  color: inherit;
  text-decoration: none;
}

.catalog-filter-section__title-block:hover, .catalog-filter-section__title-block:focus:hover {
  color: inherit;
  text-decoration: none;
}

.catalog-filter-section__title {
  font-family: "HN-bold", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.222;
  margin: 0;
}

.catalog-filter-section__toggler {
  width: 16px;
  height: 11px;
  padding: 2px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: -3px;
  margin-left: 15px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.catalog-filter-section__toggler .icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: #000;
}

.catalog-filter-section.section-opened .catalog-filter-section__toggler {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.catalog-filter-section__content {
  display: none;
}

.catalog-filter-section__content__inner {
  padding-top: 15px;
  padding-bottom: 5px;
}

.catalog-filter-section__content.section-opened__content {
  display: block;
}

.catalog-filter__slider {
  position: relative;
  height: 3px;
  background: #e4e4e4;
  border-radius: 2px;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 30px;
  margin-bottom: 6px;
}

.catalog-filter__slider .ui-slider-range {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #000;
}

.catalog-filter__slider .ui-slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background: none;
  cursor: pointer;
  top: -10px;
  margin-left: -10px;
}

.catalog-filter__slider .ui-slider-handle, .catalog-filter__slider .ui-slider-handle:focus {
  outline: none;
}

.catalog-filter__slider .ui-slider-handle:hover, .catalog-filter__slider .ui-slider-handle:focus:hover {
  outline: none;
}

.catalog-filter__slider .ui-slider-handle:before, .catalog-filter__slider .ui-slider-handle:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
}

.catalog-filter__slider .ui-slider-handle:before {
  width: 16px;
  height: 16px;
  background: #ffef00;
  margin-left: -8px;
  margin-top: -8px;
}

.catalog-filter__slider .ui-slider-handle:after {
  width: 12px;
  height: 12px;
  background: none;
  border: 2px solid #fff;
  margin-left: -6px;
  margin-top: -6px;
}

.catalog-filter__slider .handle-value {
  font-size: 15px;
  line-height: 1;
  bottom: 100%;
  margin-bottom: 5px;
  position: absolute;
  display: block;
  background: #fff;
}

.catalog-filter__slider .ui-slider-handle:first-of-type .handle-value {
  left: 2px;
}

.catalog-filter__slider .ui-slider-handle:last-of-type .handle-value {
  right: 2px;
}

.catalog-filter select {
  display: none;
}

.catalog-filter .custom-select {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 20px;
  display: block;
}

.catalog-filter .custom-select__item {
  padding: 0;
  display: block;
}

.catalog-filter .custom-select__label {
  padding: 10px 20px;
  display: block;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.catalog-filter .custom-select__label, .catalog-filter .custom-select__label:focus {
  background: transparent;
}

.catalog-filter .custom-select__label:hover, .catalog-filter .custom-select__label:focus:hover {
  background: #dfdfdf;
}

.catalog-filter .custom-select__label--option-selected, .catalog-filter .custom-select__label--option-selected:focus {
  background: #ffef00;
}

.catalog-filter .custom-select__label--option-selected:hover, .catalog-filter .custom-select__label--option-selected:focus:hover {
  background: #ffef00;
}

.catalog-filter .filter-scrollable-list {
  background: #f8f8f8;
  max-height: 240px;
}

.catalog-filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 25px;
}

.catalog-filter-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 47%;
}

.filter-scrollable-list {
  position: relative;
  overflow: hidden;
}

.filter-scrollable-list .ps-scrollbar-y-rail {
  position: absolute;
  right: 0;
  width: 8px;
  background: #dddddd;
}

.filter-scrollable-list .ps-scrollbar-y-rail .ps-scrollbar-y {
  width: 100%;
  background: transparent;
  position: absolute;
  right: 0;
}

.filter-scrollable-list .ps-scrollbar-y-rail .ps-scrollbar-y:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  background: #000;
}

.filter-checkbox-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 20px;
  display: block;
  margin-bottom: -5px;
}

.filter-checkbox-list__item {
  display: block;
  padding: 0;
  margin-bottom: 10px;
}

.filter-checkbox-list__item:last-child {
  margin-bottom: 0;
}

.filter-checkbox-list__label {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  display: block;
  margin: 0;
  cursor: pointer;
}

.filter-checkbox-list__label input[type="checkbox"] {
  display: none;
}

.filter-checkbox-list__label .check {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  border: 1px solid #ddd;
  width: 15px;
  height: 15px;
  margin-right: 11px;
  margin-left: 0;
  -webkit-transition: background 0.3s, border-color 0.3s;
  -o-transition: background 0.3s, border-color 0.3s;
  transition: background 0.3s, border-color 0.3s;
  position: relative;
}

.filter-checkbox-list__label .check .icon {
  position: absolute;
  width: 7px;
  height: 5px;
  fill: #000;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -3px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.filter-checkbox-list__label input[type="checkbox"]:checked + span {
  background: #ffef00;
  border-color: #ffef00;
}

.filter-checkbox-list__label input[type="checkbox"]:checked + span .icon {
  opacity: 1;
}

.catalog-feedback-form {
  background: #000;
  padding: 30px;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.3;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 25px;
  width: auto;
  max-width: none;
}

.catalog-feedback-form__title {
  font-size: 21px;
  font-family: "HN-bold", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 0.5em;
  text-align: center;
  line-height: 1.4;
}

.catalog-feedback-form__desc {
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}

.catalog-feedback-form .indexis_form_field {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  margin-bottom: 20px;
}

.catalog-feedback-form .form_field {
  margin-bottom: 0;
  font-size: inherit;
  padding-top: 9px;
  padding-bottom: 10px;
  padding-left: 42px;
}

.catalog-feedback-form .btn {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  display: block;
  padding: 9px 15px;
}

.catalog-feedback-form-info {
  font-family: "HN-normal", Arial, sans-serif;
  font-size: 18px;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.02em;
  margin-bottom: 50px;
}

.catalog-feedback-form-phone {
  font-family: "HN-bold", Arial, sans-serif;
  font-size: 1.33333em;
  letter-spacing: 0.03em;
}

.catalog-feedback-form-phone, .catalog-feedback-form-phone:focus {
  color: inherit;
}

.catalog-feedback-form-phone:hover, .catalog-feedback-form-phone:focus:hover {
  color: #ffef00;
}

.catalog-feedback-form .indexis_form_field_name:before {
  width: 15px;
  height: 15px;
  margin-left: 16px;
  margin-top: 15px;
}

.catalog-feedback-form .indexis_form_field_email:before {
  width: 17px;
  height: 12px;
  margin-top: 17px;
  margin-left: 13px;
}

.site_footer_middle .form_subscribe .form_field {
  padding-left: 45px;
}

.site_footer_middle .form_subscribe .indexis_form_field_name:before {
  width: 17px;
  height: 17px;
  margin-left: 34px;
  margin-top: 15px;
}

.site_footer_middle .form_subscribe .indexis_form_field_email:before {
  width: 17px;
  height: 12px;
  margin-top: 19px;
  margin-left: 36px;
}

/* End */


/* Start:/local/templates/bradite_2020/components/bitrix/system.auth.authorize/modal/style.css?16400776341266*/
.modal-auth-club .error-text {
	color: #f00;
	margin-bottom: 16px;
    text-align: center;
}
.error-text p {
    margin-bottom: .5em;
}
.error-text p:last-child {
    margin-bottom: 0;
}

.form-loading {
	position: relative;
}
.form-loading:after {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999999;
    background: #ffffff 50% 50% no-repeat url('/local/templates/printdecor/img/mw__loading.gif');
    opacity: 0.6;
}

.bradite__field input[type="text"], .bradite__field input[type="password"] {
    border: 1px solid #dddddd;
    color: #121212;
    font-size: 14px;
    font-family: Arial, sans-serif;
    position: relative;
    z-index: 1;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    display: block;
    width: 100%;
    outline: 0;
    background: transparent;
    margin-bottom: 15px;
    padding-right: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.modal-auth-club .modal-add-basket__heading {
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.3;
}
.modal-action-more {
    text-align: center;
    padding: 15px 0 3px;
}
/* End */


/* Start:/local/templates/bradite_2020/template_styles.css?168181411582405*/
.big_text span{
	font-size: 26px;
}
.small_basket_container {
    min-width: 100px;
}

.main-feedback-form input.error, .main-feedback-form textarea.error {
    color: #ff0e0e !important;
    border-color: #ff0e0e !important;
}

.modal-offer-select__heading {
    font-family: 'HN-bold', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
}

.modal-offer-select__preview-pic {
    max-width: 100%;
}

.modal-offer-select__collections {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    font-size: 17px;
    font-family: 'HN-normal', Arial, sans-serif;
}

.modal-offer-select__search {
    margin-bottom: 20px;
}

.modal-offer-select__search input {
    height: 36px;
    width: calc(100% - 110px);
    float: left;
    border: 1px solid #dcdcdc;
    padding: 0 10px 0 40px;
}

.modal-offer-select__search button {
    width: 100px;
    height: 36px;
    float: right;
    background: #ffef36;
    border: 1px solid #ffef36;
    font-family: 'HN-bold', Arial, sans-serif;
    text-transform: uppercase;
}

.modal-offer-select__palitra {
    height: 200px;
    margin-bottom: 20px;
    overflow: hidden;
}

.modal-offer-select__palitra img {
    max-width: 100%;
    height: auto;
}

.modal-offer-select__photo {
    height: 200px;
    overflow: hidden;
}

.modal-offer-select__photo img {
    max-width: 100%;
    height: auto;
}

.modal-offer-select .offer-list {
    list-style: none;
    padding: 0;
}

.modal-offer-select .offer-list li {
    display: inline-block;
    border: 1px solid #dcdcdc;
    text-align: center;
    padding: 10px;
    width: 48%;
    margin-bottom: 10px;
    white-space: nowrap;
    cursor: pointer;
}

@media (min-width: 768px) and (max-width: 991px) {
    .modal-offer-select .offer-list li {
        font-size: 11px;
        padding: 10px 1px;
        letter-spacing: -1px;
    }
}

.modal-offer-select .offer-list li:hover {
    border-color: #ffef36;
}

.modal-offer-select .offer-list li:nth-of-type(2n) {
    margin-left: 4%;
}

.modal-offer-select .offer-list--search {
    padding-top: 10px;
}

.modal-offer-select .offer-list--search li {
    width: 24%;
    margin-right: .5%;
    margin-left: .5%;
}

@media (max-width: 550px) {
    .modal-offer-select .offer-list--search li {
        font-size: 12px;
        width: 32%;
    }
}

@media (max-width: 300px) {
    .modal-offer-select .offer-list--search li {
        font-size: 14px;
        width: 49%;
    }
}

.modal-offer-select .offer-list--search li:nth-of-type(2n) {
    margin-left: .5%;
}

.modal-offer-select__result {
    margin-top: 20px;
}

.modal-offer-select__submit {
    margin-top: 20px;
}

.modal-offer-select__submit button {
    width: 100%;
    height: 36px;
    float: right;
    background: #ffef36;
    border: 1px solid #ffef36;
    font-family: 'HN-bold', Arial, sans-serif;
    text-transform: uppercase;
}

.modal-add-basket .close {
    margin-top: -5px;
}

.modal-add-basket .modal-dialog {
    top: 40%;
    -webkit-transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    -o-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
}

.modal-add-basket__heading {
    font-family: 'HN-normal', Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
}

.modal-add-basket__btn {
    cursor: pointer;
    display: block;
    margin-top: 15px;
    width: 100%;
    text-align: center;
    background: #ffef36;
    color: #000;
    border: 1px solid #ffef36;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 30px;
    font-size: 15px;
    font-family: 'HN-normal', Arial, sans-serif;
    white-space: nowrap;
}

.modal-add-basket__btn:hover {
    background: #ffef36;
    color: #000;
    text-decoration: none;
}
.pagination__item{
    max-width:120px;
}
.pagination__item.show-more-item{
    max-width:100%;
}
.center{
    margin: 0 auto;
}
.main-info-item__description{
    min-height: 120px;
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.sticky .hide-on-scroll{
    display:none;
}
.sticky .show-on-scroll{
    display:block !important;
}
.scroll-logo{
    display: block;
    width:100px !important;
}
.sticky .phone-container{
    position: absolute;
    left: 180px;
}
.item-name{
    font-family: "HN-bold", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.222;
}

/* ---------------------------------------------------- NEW -------------------------------------------- */

/*.link-yellow {
	color: #ffef00;
}

.site_footer {
	padding-top: 77px;
	padding-bottom: 55px;
	font-size: 20px;
	line-height: 26px;
}
.site-footer-inner {
	position: relative;
}
.site-footer-row {
	margin-left: -30px;
	margin-right: -30px;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.site-footer-col {
	flex: 1 1 auto;
	min-width: 0;
	width: 17%;
	max-width: 17%;
	padding-left: 30px;
	padding-right: 30px;
	min-height: 325px;
}
.site-footer-title {
	display: inline-block;
	vertical-align: top;
	color: #ffef00;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 700;
}
.site-footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: inherit;
	line-height: inherit;
}
.site-footer-menu li {
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
}
.site-footer-menu li:before,
.site-footer-menu li:after {
	display: none;
}
.site-footer-menu a {
	font-size: inherit;
	line-height: inherit;
}
.site-footer-menu a.selected {
	color: #ffef00;
}
.site-footer-contacts {
	width: 20%;
	max-width: 20%;
}
.site-footer-contacts p {
	margin-bottom: 20px;
}
.site-footer-contacts p:last-child {
	margin-bottom: 0;
}
.site-footer-widget-container {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	border-radius: 10px;
	width: 246px;
}
.site-footer-payments {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	bottom: 40px;
	max-width: 50%;
	padding-right: 10px;
}
.site-footer-payments li {
	margin: 0;
	margin-right: 20px;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}
.site-footer-payments li:before,
.site-footer-payments li:after {
	display: none;
}
.site-footer-payments a {
	display: block;
}
.site-footer-payments img {
	display: block;
	max-width: 70px;
}
.site-footer-logo {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0;
	line-height: 0;
}
.site-footer-logo a {
	display: block;
	display: inline-block;
	vertical-align: top;
}
.site-footer-logo img {
	display: block;
	margin: 0;
	width: 200px;
}
.site-footer-copyrights {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 16px;
	line-height: 20px;
}
.site-footer-copyrights a {
	color: #fff;
}
.site-footer-bottom {
	position: static;
	display: block;
}
.site-page .header__top {
	padding-top: 6px;
	padding-bottom: 5px;
}
.header__top-menu .link.selected {
	color: #ffef00;
}
.site-page .header hr {
	background: #fff;
	opacity: 0.2;
}
.header__working-hours {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	line-height: 19px;
	color: #fff;
}

.header__working-hours > * {
	flex: 0 0 auto;
	margin: 0;
}
.header__working-hours > *:not(:last-child) {
	margin-right: 35px;	
}
.header__working-hours .small {
	line-height: 17px;
	font-size: 14px;
}

.site-page .header__middle {
	padding-top: 0;
	padding-bottom: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	font-size: 16px;
	line-height: 24px;
	flex-wrap: nowrap;
}
.site-page .header__logo {
	width: 201px;
	margin-top: -9px;
}

.site-page .header__search-form {
	padding-right: 0;
	width: 300px;
	margin-left: 5.5%;
}

.site-page .header__search-form-field {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	min-width: 0;
	width: 100%;
	padding: 10px 0;
	padding-right: 30px;
}
.site-page .header__search-form-field:focus {
	border-bottom-color: #fff;
}
.site-page .header__search-form-submit .icon {
	fill: #a7a7a7;
}
.site-page .header__search-form-submit:hover .icon {
	fill: #fff;
}
.header__contacts {
	flex: 0 1 auto;
	margin-left: auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: nowrap;
	color: #fff;
	margin-right: 4%;
}

.header__contacts .phone {
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	display: block;
	flex: 0 0 auto;
}
.header__contacts .address {
	display: block;
	flex: 0 0 auto;
	position: relative;
	padding-left: 20px;
	line-height: 20px;
}
.header__contacts .address:before {
	content: "";
	position: absolute;
	left: 0;
	width: 8px;
	height: 8px;
	top: 6px;
	background: #ffef00;
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(255,255,255,0.25);
}

.header__contacts a.phone:hover,
.header__contacts a.address:hover {
	color: #ffef00;
}

.header__user-menu {
	align-self: stretch;
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: nowrap;
	border-left: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(255,255,255,0.2);
	margin: 0;
	padding: 0;
	list-style: none;
}

.header__user-menu li {
	flex: 1 1 50%;
	height: 50%;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: nowrap;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.header__user-menu li:last-child {
	border-bottom-color: transparent;
}

.header__user-menu li:before {
	display: none!important;
}

.header__user-menu-item {
	flex: 1 1 auto;
	min-width: 0;
	width: 100px;
	display: block;
	cursor: pointer;
	text-align: center;
	position: relative;
	padding: 0;
	min-height: 44px;
}

.header__user-menu-item .icon {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	fill: #fff;
	transition: fill 0.3s;
}
.header__user-menu-item:hover .icon {
	fill: #ffef00;
}

.header__user-menu-item .amount {
	line-height: 18px;
	min-width: 18px;
	font-size: 15px;
	background: #ffef00;
	border-radius: 50%;
	color: #000;
	position: absolute;
	top: 50%;
	right: 50%;
	margin-top: -11px;
	margin-right: -22px;
	padding: 0 5px;
	text-align: center;
}

.site-page .header__bottom {
	padding: 13px 0;
}

.site-page .header__bottom-menu .item {
	margin-right: 100px;
}

.site-page .header__bottom-menu .link.selected {
	color: #a7a7a7;
}


.site-page .header--desktop--sticky .header__bottom-menu .item:not(:last-child) {
	margin-right: 50px;
}

.site-page .header--desktop--sticky .header__user-menu {
	flex-direction: row;
}

.site-page .header--desktop--sticky .header__user-menu li {
	height: 100%;
	width: 50%;
	border-bottom: 0;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.site-page .header--desktop--sticky .header__user-menu li:last-child {
	border-right-color: transparent;
}


.site-page .header--desktop--sticky .header__user-menu-item {
	width: 60px;
	height: 60px;
}

.header--desktop--sticky .header__contacts .phone {
	font-size: 22px;
}

.header--desktop--sticky .header__contacts .address {
	display: none;
}

.site-page .header--desktop--sticky .header__search-form {
	margin-top: -10px;
}

.site-page .header--desktop--sticky .header__logo {
	width: 150px;
	margin-right: 4%;
}

.site-page .header--desktop--sticky .header__top-menu .item:not(:last-child) {
	margin-right: 20px;
}

.site-page .header--desktop--default {
	display: block;
}

.site-page .header--desktop--sticky {
	display: none;
}

.site-page .header.sticky .header--desktop--default {
	display: none;
}

.site-page .header.sticky .header--desktop--sticky {
	display: block;
}


.site-page .header--mobile__top {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding: 25px 0;
}

.header--mobile .site_nav_container {

}

.site-page .btn_toggle_menu {
	width: 40px;
	height: 29px;
	padding: 5px;
	margin: 0!important;
}

.site-page .btn_toggle_menu span {
	height: 1px; 
	width: 30px;
	background: #ffef00;
}
.site-page .btn_toggle_menu span:not(:last-child) {
	margin-bottom: 8px;
}

.site-page .header--mobile .header__logo {
    margin-top: -7px;
    height: auto;
    width: 140px;
    margin-right: 0;
}

.site-page .header--mobile .header__search-form {
	width: 100%;
	margin: 0;
}
.site-page .header--mobile .header__search-form-field {
	border-bottom: 0;
	padding-top: 13px;
	padding-bottom: 13px;
}


.header--mobile__top .btn_toggle_menu {
	position: relative;
	margin: 0;
	flex: 0 0 auto;
}

.site-page .header--mobile .header__user-menu {
	flex-direction: row;
	border-left: 0;
	border-right: 0;
}

.site-page .header--mobile .header__user-menu li {
	height: auto;
	border-bottom: 0;
}

.site-page .header--mobile .header__user-menu li:not(:first-child) {
	margin-left: 20px;
}

.site-page .header--mobile .header__user-menu-item {
	width: 30px;
	height: 30px;
	min-height: 0;
}


.site-page .header--mobile {
	padding: 0;
}

.site-page .site_nav_container {
	right: auto;
	left: -280px;
	width: 280px;
	margin-left: 0;
	margin-right: 0;
}

.site-page .site_nav_container.show_mobile_menu .site_nav {
	margin-left: 280px;
	position: relative;
}

.site-page .site_nav .btn_toggle_menu {
	position: absolute;
	margin: 0;
	right: 20px;
	top: 25px;
}

.site-page .header--mobile__menu-container {
	padding-top: 85px;
}

.site-page .show_mobile_menu .btn_toggle_menu .top {
	transform: translateY(9px) rotate(-135deg);
}

.site-page .show_mobile_menu .btn_toggle_menu .bottom {
	transform: translateY(-9px) rotate(-45deg);
}

.header--mobile .site_nav .header__working-hours {
	justify-content: space-between;
}

.header--mobile .site_nav .header__working-hours > *:not(:last-child) {
	margin-right: 20px;
}

.header--mobile .site_nav .header__contacts {
	margin-right: 0;
	align-items: flex-start;
}

.header--mobile .site_nav .header__contacts .phone {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
}

.header--mobile .site_nav .header__contacts .address {
	padding-left: 0;
}
.header--mobile .site_nav .header__contacts .address:before {
	display: none;
}

.site-page .inner-page {
	padding-top: 0;
	margin-top: 17px;
}

.site-page-2020 {
	font-size: 18px;
	line-height: 1.2222;
}

.site-page-2020 .product-main {
	display: flex;
	width: 100%;
	max-width: 100%;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: nowrap;
	margin-bottom: 100px;
}

.site-page-2020 .product-main-image-block,
.site-page-2020 .product-main-info-block {
	flex: 1 1 auto;
}

.site-page-2020 .product-main-image-block {
	width: 37%;
	max-width: 37%;
	min-width: 37%;
	margin-right: 30px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.site-page-2020 .product-main-image {
	display: block;
	max-width: 100%;
	cursor: zoom-in;
}

.site-page-2020 .product-main-image img {
	display: block;
	max-width: 100%;
	margin: 0;
}

.site-page-2020 .product-main-info-block {
	min-width: 0;
}

.site-page-2020 .product-main-title {
	font-size: 30px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 10px;
}

.text-light {
	font-weight: 300;
}

.site-page .breadcrumbs {
	margin-bottom: 50px;
	font-size: 16px;
}

.site-page-2020 .product-main-info {
	position: relative;
	padding-right: 25%;
}

.site-page-2020 .product-main hr {
	border: 0;
	display: block;
	background: #e0e0e0;
	height: 1px;
	width: 100%;
	margin: 32px 0;
}

.site-page-2020 .product-main p {
	margin-bottom: 20px;
}

.site-page-2020 .product-main-info-benefit {
	position: absolute;
	right: 0;
	width: 80px;
	top: -8px;
	font-size: 10px;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
}

.site-page-2020 .product-main-info-benefit img {
	display: block;
	margin: 0 auto 10px;
	max-width: 100%;
}

.site-page-2020 .has-hidden-elements:not(.active) .hidden-element {
  display: none !important;
}

.site-page-2020 .has-hidden-elements.active .show-hidden-elements {
  display: none !important;
}

.site-page-2020 .show-hidden-elements {
	display: inline;
	border-bottom: 1px dashed currentColor;
}

.site-page-2020 .show-hidden-elements:not(:hover) {
	color: #a7a7a7;
}

.site-page-2020 .product-main .price-block {
	margin: 20px 0;
	line-height: 1.2222;
}

.site-page-2020 .product-main .price,
.site-page-2020 .product-main .price-old {
	display: inline;
}

.site-page-2020 .product-main .price {
	font-weight: 700;
	font-size: 36px;
}

.site-page-2020 .product-main .price:not(:last-child) {
	padding-right: 17px;
}

.site-page-2020 .product-main .price-old {
	font-weight: 300;
	font-size: 18px;
	color: #a7a7a7;
	position: relative;
	padding: 0 2px;
}

.site-page-2020 .product-main .price-old:before {
	content: "";
	background: currentColor;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	display: block;
}

.site-page-2020 .product-main-info-list-title {
	color: #a7a7a7;
	margin-bottom: 15px;
}

.site-page-2020 .tag {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	font-size: 18px;
	line-height: 22px;
	padding: 10px 23px;
	font-weight: 300;
	text-align: center;
	background: #f2f2f2;
}

.site-page-2020 input[type="radio"] + label.tag,
.site-page-2020 input[type="checkbox"] + label.tag {
	cursor: pointer;
	transition: background 0.3s;
}

.site-page-2020 input[type="radio"]:checked + label.tag,
.site-page-2020 input[type="checkbox"]:checked + label.tag {
	background: #ffef00;
}

.site-page-2020 .product-main-info-list {
	padding: 0;
	margin: 0 -10px 10px 0;
	list-style: none;
}

.site-page-2020 .product-main-info-list:last-child {
	margin-bottom: -10px;
}

.site-page-2020 .product-main-info-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px 10px 0;
}

.site-page-2020 input[type="radio"],
.site-page-2020 input[type="checkbox"] {
	display: none;
}

.site-page-2020 .show-palette {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;	
}

.site-page-2020 .basket-amount-control {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.site-page-2020 .basket-amount-control-input {
	display: none;
}
.site-page-2020 .basket-amount-control-placeholder {
	background: #f2f2f2;
	text-align: center;
	font-weight: 400;
	font-size: 24px;
	line-height: 57px;
	padding-right: 67px;
	padding-left: 67px;
	min-width: 171px;
}
.site-page-2020 .basket-amount-control-button {
	position: absolute;
	top: 0;
	height: 100%;
	width: 57px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: none;
	box-shadow: none:important;
	outline: none!important;
	color: #000;
	transition: color 0.3s;
}
.site-page-2020 .basket-amount-control-button:hover {
	color: #23527c;
}

.site-page-2020 .basket-amount-control-button.minus {
	left: 0;
}
.site-page-2020 .basket-amount-control-button.plus {
	right: 0;
}

.site-page-2020 .basket-amount-control-button:before,
.site-page-2020 .basket-amount-control-button:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 2px;
	background: currentColor;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -5px;
}
.site-page-2020 .basket-amount-control-button.minus:after {
	display: none;
}
.site-page-2020 .basket-amount-control-button.plus:after {
	transform-origin: center;
	transform: rotate(90deg);
}

.site-page-2020 .product-main-buy {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: -5px;
}

.site-page-2020 .product-main-buy > * {
	margin: 5px;
}

.site-page-2020 .product-main-buy .btn {
	padding: 16px 36px 15px;
}

.site-page-2020 .nav-tabs {
	border-bottom: 1px solid #e0e0e0;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: nowrap; 
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-page-2020 .nav-tabs > li {
	flex: 0 0 auto;
	margin: 0 7.8% -1px 0;
	padding: 0;
}
.site-page-2020 .nav-tabs > li:last-child {
	margin-right: 0;
}

.site-page-2020 .nav-tabs > li > a {
	display: block;
	padding-bottom: 22px;
	border: 0;
	border-bottom: 3px solid transparent;
	transition: color 0.3s, border-color 0.3s;
	font-size: 24px;
	line-height: 1.16666;
	font-weight: 300;
	outline: none!important;
}
.site-page-2020 .nav-tabs > li > a:hover {
	border: 0;
	border-bottom: 3px solid transparent;
}
.site-page-2020 .nav-tabs > li > a.active,
.site-page-2020 .nav-tabs > li > a.active:hover {
	border-bottom-color: #ffef00;
	font-weight: 700;
}

.site-page-2020 .nav-tab-mobile {
	display: none;
	font-size: 18px;
	line-height: 23px;
	font-weight: 300;
	padding-top: 11px;
	padding-bottom: 11px;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
}

.site-page-2020 .nav-tab-mobile:first-of-type {
	border-top: 1px solid #e0e0e0;
}

.site-page-2020 .nav-tab-mobile:before {
	content: "";
	position: absolute;
	right: 2px;
	border: 1px solid transparent;
	border-top-color: #a7a7a7;
	border-right-color: #a7a7a7;
	width: 8px;
	height: 8px;
	top: 50%;
	margin-top: -4px;
	transition: transform 0.3s;
	transform: rotate(135deg);
}

.site-page-2020 .nav-tab-mobile.active:before {
	transform: rotate(-45deg);
}

@media (max-width: 767.98px) {
  .site-page-2020 .nav-tab-mobile {
    display: block;
  }
}

.site-page-2020 .tab-container {
	margin: 0;
 	padding: 0;
	overflow: hidden;
}

.site-page-2020 .tab-container .tab-pane {
	display: none;
}

@media (min-width: 768px) {
	.site-page-2020 .tab-container .tab-pane.active {
		display: block;
		animation: fadeIn 0.3s;
	}
}

.site-page-2020 .nav-tabs + .tab-container {
	margin-top: 45px;
}

@media (max-width: 767px) {
	.site-page-2020 .nav-tabs + .tab-container {
		margin-top: 0;
	}
}

@keyframes fadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}

.site-page-2020 .product-info {
	margin-bottom: 80px;
}
.site-page-2020 .product-info p {
	margin-btoom: 20px;
}

.site-page-2020 .specification-list {
	width: 100%;
	table-layout: fixed;
}

.site-page-2020 .specification-list td {
	padding: 0 0 28px;
	position: relative;
	background: #fff;
	line-height: 22px;
}
.site-page-2020 .specification-list td:not(:first-child) {
	padding-left: 30px;
}

.site-page-2020 .specification-list td.name {
	text-transform: uppercase;
}
.site-page-2020 .specification-list td.name:before {
	content: "";
	position: absolute;
	left: 10px;
	right: 0;
	border-bottom: 1px dashed #a7a7a7;
	top: 14px;
}

.site-page-2020 .specification-list td.name span {
	display: inline;
	background: inherit;
	padding-right: 20px;
	position: relative;
	z-index: 1;
}

.site-page-2020 .specification-list.active + .show-hidden-elements {
	display: none;
}

.site-page-2020 .product-recommended {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #f8f8f8;
	position: relative;
}

.site-page-2020 .product-recommended:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 150vw;
	background: #f8f8f8;
	transform: translate(-50%,0);
}

.site-page-2020 .product-recommended-slider {
	position: relative;
	z-index: 1;
}

.site-page-2020 .product-recommended-slider .section-title {
	font-size: 48px;
	line-height: 1.21;
	font-weight: 700;
	margin: 0 0 70px;
	padding-right: 200px;
}

.site-page-2020 .section-title-block {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.site-page-2020 .section-title-block .section-title {
	flex: 0 1 auto;
	min-width: 0;
	margin-right: 40px;
}

.site-page-2020 .section-title-block .section-title {
	flex: 0 1 auto;
	min-width: 0;
	margin-right: 40px;
	margin-bottom: 0;
}

.site-page-2020 .section-title-block .btn {
	flex: 0 0 auto;
	padding: 7px 28px;
	margin-top: 5px;
}

.site-page-2020 .product-recommended__show-more {
	padding: 7px 28px!important;
	position: absolute;
	top: 5px;
	right: 0;
}

.site-page-2020 .product-recommended-slider .swiper-wrapper {
	align-items: stretch;
}

.site-page-2020 .product-recommended-slider .swiper-slide {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.site-page-2020 .product-recommended-slider .catalog-item {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
	width: 100%;
	margin-bottom: 0;
}


.site-page-2020 .catalog-item {
	background: #fff;
	padding: 40px 30px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	line-height: 1.2;
}

.site-page-2020 .catalog-item .catalog-item-part {
	flex: 0 0 auto;
}

.site-page-2020 .catalog-item__title {
	display: block;
	font-weight: 700;
	font-size: 22px;
	margin: 0 0 20px;
	line-height: inherit;
}
.site-page-2020 .catalog-item__description {
	font-size: 14px;
	color: #a7a7a7;
	margin-bottom: 20px;
	line-height: inherit;
}
.site-page-2020 .catalog-item__price {
	display: block;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: none;
	line-height: inherit;
}
.site-page-2020 .catalog-item__price-old {
	font-weight: 300;
	font-size: 18px;
	color: #a7a7a7;
	position: relative;
	padding: 0 2px;
	line-height: inherit;
}

.site-page-2020 .catalog-item__price-old:before {
	content: "";
	background: currentColor;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	display: block;
}

.site-page-2020 .catalog-item__picture {
	height: 200px;
}

.site-page-2020 .catalog-item__picture img {
	display: block;
	position: relative;
	margin: 0;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.site-page-2020 .catalog-item__button {
	display: block;
	width: 100%;
	margin-top: 20px;
	padding: 20px 10px 19px;
}

.site-page-2020 .product-recommended-slider .swiper-nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	margin-top: 70px;
}

.site-page-2020 .product-recommended-slider .swiper-button {
	position: static;
	border: none!important;
	box-shadow: none!important;
	outline: none!important;
	color: #000;
	background: #fff;
	transition: color 0.3s, background 0.3s;
	padding: 22px 19px;
	cursor: pointer;
	width: auto;
	height: auto;
	margin: 0;
}
.site-page-2020 .product-recommended-slider .swiper-button:hover {
	background: #000;
	color: #fff;
}
.site-page-2020 .product-recommended-slider .swiper-button-disabled {
	background: #fff!important;
	color: #000!important;
	opacity: 0.5!important;
}
.site-page-2020 .product-recommended-slider .swiper-button .icon {
	display: block;
	width: 18px;
	height: 12px;
	position: static;
	fill: currentColor;
}
.site-page-2020 .product-recommended-slider .swiper-button-prev .icon {
	transform: rotate(180deg);
}

.site-page-2020 .product-recommended-slider .swiper-pagination {
	position: static;
	width: 100px;
	background: #ccc;
	height: 1px;
	margin: 0;
}
.site-page-2020 .product-recommended-slider .swiper-pagination-progressbar-fill {
	background: #000;
	transform: none;
	display: block;
	position: static;
	transition: width 0.3s;
}

.site-page-2020 .product-recommended-slider .pagination-counter {
	line-height: 56px;
	font-size: 18px;
	display: block;
	flex: 0 0 auto;
	min-width: 56px;
	text-align: center;
	padding: 0 10px;
}

.site-page-2020 {
	margin-bottom: -40px;
}

.site-page-2020 .color-label {
	display: block;
	width: 60px;
	height: 60px;
	cursor: pointer;
	border-radius: 0;
	margin: -6px;
	padding: 0;
	border: 6px solid #fff;
	max-width: none;
	transition: border-color 0.3s;
	position: relative;
	background: currentColor;
}


.site-page-2020 .color-label:before,
.site-page-2020 .color-label:after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	transition: opacity 0.3s;
	display: block;
}

.site-page-2020 .color-label:before {
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px solid currentColor;
	top: -8px;
	right: -8px;
	background-image: url(/local/templates/bradite_2020/images/check-black.png);
	background-size: 8px 6px;
}

.site-page-2020 .color-label:after {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-image: url(/local/templates/bradite_2020/images/loupe-white.png);
	background-size: 15px 15px;
}

.site-page-2020 input[type="checkbox"]:checked + .color-label,
.site-page-2020 input[type="radio"]:checked + .color-label {
	border-color: rgba(255,255,255,0.75);
	z-index: 1;
}

.site-page-2020 input[type="checkbox"]:checked + .color-label:before,
.site-page-2020 input[type="radio"]:checked + .color-label:before,
.site-page-2020 input[type="checkbox"]:checked + .color-label:after,
.site-page-2020 input[type="radio"]:checked + .color-label:after {
	opacity: 1;
}

.site-page-2020 .swiper-wrapper {
	align-items:stretch;
}
.site-page-2020 .swiper-slide {
	height: auto;
}

.site-page-2020 .product-main-slider + .product-main-gallery {
	margin-top: 40px;
}

.site-page-2020 .product-main-slider .swiper-slide {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.site-page-2020 .product-main-slider .product-main-image {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
	width: 100%;
}

.site-page-2020 .product-main-slider .product-main-image img {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
}

.site-page-2020 .product-main-slider .video {
	position: relative;
}
.site-page-2020 .product-main-slider .video:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.2);
	background-image: url(/local/templates/bradite_2020/images/icon-youtube.svg);
	background-size: 80px 56px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}

.site-page-2020 .product-main-gallery .swiper-slide {
	cursor: pointer;
	border: 1px solid transparent;
	padding: 10px;
	transition: border-color 0.3s;
	width: 100px!important;
	height: 100px;
	position: relative;
}

.site-page-2020 .product-main-gallery .swiper-slide.active {
	border-color: #ffef00;
}

.site-page-2020 .product-main-gallery .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	display: block;
	margin: 0;
	transform: translate(-50%,-50%);
}

.site-page-2020 .product-main-gallery .swiper-slide.video:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.2);
	background-image: url(/local/templates/bradite_2020/images/icon-youtube.svg);
	background-size: 40px 28px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}

@media only screen and (max-width: 999px) {
	.site-page-2020 .mobile-hidden {display: none!important;}
}
@media only screen and (min-width: 1000px) {
	.site-page-2020 .desktop-hidden {display: none!important;}
}

@media only screen and (max-width: 1280px) {

	.site-footer-col {
		width: 15%;
		max-width: 15%;
	}

	.site-footer-contacts {
		width: 25%;
		max-width: 25%;
	}

	.site-page .header__logo {
		width: 170px;
	}

	.site-page .header__search-form {
		width: 250px;
		margin-left: 4%;
	}

	.header__user-menu-item {
		width: 80px;
	}

	.header__contacts .address {
		max-width: 330px;
	}

	.site-page .header__bottom-menu .item {
		margin-right: 50px;
	}

}

@media only screen and (max-width: 1024px) {

	.site_footer {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.site-footer-col  {
		width: 22%;
		max-width: 22%;
		margin-bottom: 40px;
		min-height: 0;
	}

	.site-footer-contacts {
		width: 34%;
		max-width: 34%;
	}

	.site-footer-payments,
	.site-footer-widget-container,
	.site-footer-logo {
		position: static;
		display: block;
		flex: 0 0 auto;
	}

	.site-footer-bottom {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.site-footer-widget-container {
		transform: scale(0.8);
		transform-origin: center;
		margin: -15px -25px;
	}

}

@media only screen and (max-width: 999px) {

	.site-page-2020 .product-main {
		display: block;
		margin-bottom: 60px;
	}
	.site-page-2020 .product-main-image-block {
		margin-right: 0;
		width: auto;
		max-width: none;
		min-width: 0;
	}
	.site-page-2020 .product-main-image img {
		max-height: 400px;
		margin: 0 auto;
	}

	.site-page-2020 .nav-tabs > li:not(:last-child) {
		margin-right: 5%;
	}

	.site-page-2020 .product-info {
		margin-bottom: 60px;
	}

	.site-page-2020 .product-recommended {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.site-page-2020 .product-recommended-slider .section-title {
		font-size: 38px;
		padding-right: 0;
		margin-bottom: 50px;
	}

	.site-page-2020 .product-recommended-slider .buttons-line {
		text-align: center;
		margin-top: 50px;
	}

	.site-page-2020 .product-recommended__show-more {
		position: static;
	}

	.site-page-2020 .product-recommended-slider .swiper-nav {
		display: none;
	}
}

@media only screen and (max-width: 768px) {

	.site-footer-row {
		margin-left: -20px;
		margin-right: -20px;
	}
	.site-footer-col {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 767px) {

	.site_footer {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.site-footer-col {
		width: 33%;
		max-width: 33%;
		margin-bottom: 30px;
	}

	.site-footer-contacts  {
		width: 100%;
		max-width: 100%;
	}

	.site-footer-title {
		margin-bottom: 15px;
	}

	.site-footer-contacts p {
		margin-bottom: 10px;
	}

	.site-footer-logo img {
		width: 190px;
	}

	.site-footer-widget-container {
		transform: scale(0.66);
		margin: -26px -42px;
	}

	.site-footer-payments {
		padding-right: 0;
		margin-right: -20px;
	}
	
	.site-page .header--mobile .header__logo {
	    width: 110px;
	    margin-top: -5px;
	}

	.site-page .header--mobile__top {
		padding-top: 17px;
		padding-bottom: 17px;
	}

	.site-page .header--mobile__menu-container {
		padding-top: 65px;
	}

	.site-page .site_nav .btn_toggle_menu {
		top: 17px;
	}

	.site-page .breadcrumbs {
		margin-bottom: 20px;
	}

	.site-page-2020 .product-main-title {
		font-size: 18px;
	}

	.site-page-2020 .product-main-image-block {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.site-page-2020 .product-main-image img {
		max-height: 275px;
	}

	.site-page-2020 .product-main-info {
		padding-right: 0;
	}
	.site-page-2020 .product-main-info-benefit {
		display: none;
	}
	.site-page-2020 .site-page .inner-page {
		font-size: 16px;
	}

	.site-page-2020 .product-main p {
		margin-bottom: 15px;
	}

	.site-page-2020 .product-main .price:not(:last-child) {
		padding-right: 10px;
	}

	.site-page-2020 .product-main .price-block {
		margin: 15px 0;
	}

	.site-page-2020 .product-main hr {
		margin: 15px 0;
	}

	.site-page-2020 .product-main {
		margin-bottom: 30px;
	}

	.site-page-2020 .nav-tabs {
		display: none;
	}

	.site-page-2020 .tab-container .tab-pane {
		padding: 20px 0;
		border-bottom: 1px solid #e0e0e0;
	}

	.site-page-2020 .product-info {
		margin-bottom: 50px;
	}

	.site-page-2020 .product-recommended {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.site-page-2020 .product-recommended-slider .section-title {
		font-size: 24px;
		margin-bottom: 40px;
		text-align: center;
	}

	.site-page-2020 .product-recommended-slider .buttons-line {
		margin-top: 30px;
	}

	.site-page-2020 .catalog-item {
		padding: 15px 10px;
	}

	.site-page-2020 .catalog-item__picture {
		height: 160px;
	}

	.site-page-2020 .catalog-item__title {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.site-page-2020 .catalog-item__description {
		margin-bottom: 15px;
	}


	.site-page-2020 .catalog-item__price {
		font-size: 24px;
		margin-bottom: 5px;
	}

	.site-page-2020 .catalog-item__button {
		margin-top: 15px;
	}

	.site-page-2020 .product-main-slider + .product-main-gallery {
		margin-top: 20px;
	}

	.site-page-2020 .product-main-gallery .swiper-slide {
		width: 65px!important;
		height: 65px;
		padding: 5px;
	}

	.site-page-2020 .specification-list,
	.site-page-2020 .specification-list tbody,
	.site-page-2020 .specification-list tr,
	.site-page-2020 .specification-list td {
		display: block;
	}

	.site-page-2020 .specification-list td {
		padding: 0!important;
		margin-bottom: 5px;
	}

	.site-page-2020 .specification-list tr {
		margin-bottom: 20px;
	}

	.site-page-2020 .specification-list td.name:before {
		display: none;
	}

} 

@media only screen and (max-width: 599px) {

	.site_footer {
		text-align: center;
	}

	.site-footer-col {
		width: 100%;
		max-width: 100%;
		margin-bottom: 5px;
	}

	.site-footer-title {
		margin-bottom: 15px;
	}

	.site-footer-menu {
		display: none;
	}

	.site-footer-contacts {
		margin-bottom: 40px;
	}

	.site-footer-bottom {
		justify-content: center;
	}

	.site-footer-logo {
		margin: 30px 0;
		flex: 1 1 auto;
		min-width: 0;
		width: 100%;
		max-width: 100%;
	}
	.site-footer-logo img {
		width: 130px;
	}

	.site-footer-widget-container {
		
	}

	.site-footer-payments {
		margin-right: 0;
		max-width: 100px;
		text-align: left;
	}
	.site-footer-copyrights {
		position: static;
		flex: 1 1 auto;
		min-width: 0;
		width: 100%;
		max-width: 100%;
	}
} */

.link-yellow {
	color: #ffef00;
}

.site_footer {
	padding-top: 77px;
	padding-bottom: 55px;
	font-size: 20px;
	line-height: 26px;
}
.site-footer-inner {
	position: relative;
}
.site-footer-row {
	margin-left: -30px;
	margin-right: -30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.site-footer-col {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	min-width: 0;
	width: 17%;
	max-width: 17%;
	padding-left: 30px;
	padding-right: 30px;
	min-height: 325px;
}
.site-footer-title {
	display: inline-block;
	vertical-align: top;
	color: #ffef00;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 700;
}
.site-footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: inherit;
	line-height: inherit;
}
.site-footer-menu li {
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
}
.site-footer-menu li:before,
.site-footer-menu li:after {
	display: none;
}
.site-footer-menu a {
	font-size: inherit;
	line-height: inherit;
}
.site-footer-menu a.selected {
	color: #ffef00;
}
.site-footer-contacts {
	width: 20%;
	max-width: 20%;
}
.site-footer-contacts p {
	margin-bottom: 20px;
}
.site-footer-contacts p:last-child {
	margin-bottom: 0;
}
.site-footer-widget-container {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	border-radius: 10px;
	width: 246px;
}
.site-footer-payments {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	bottom: 20px;
	max-width: 50%;
	padding-right: 10px;
}
.site-footer-payments li {
	margin: 0;
	margin-right: 20px;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}
.site-footer-payments li:before,
.site-footer-payments li:after {
	display: none;
}
.site-footer-payments a {
	display: block;
}
.site-footer-payments img {
	display: block;
	max-width: 70px;
}
.site-footer-logo {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0;
	line-height: 0;
}
.site-footer-logo a {
	display: block;
	display: inline-block;
	vertical-align: top;
}
.site-footer-logo img {
	display: block;
	margin: 0;
	width: 200px;
}
.site-footer-copyrights {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 16px;
	line-height: 20px;
}
.site-footer-copyrights a {
	color: #fff;
}
.site-footer-bottom {
	position: static;
	display: block;
}
.site-page .header__top {
	padding-top: 6px;
	padding-bottom: 5px;
}
.header__top-menu .link.selected {
	color: #ffef00;
}
.site-page .header hr {
	background: #fff;
	opacity: 0.2;
}
.header__working-hours {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	line-height: 19px;
	color: #fff;
}

.header__working-hours > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0;
}
.header__working-hours > *:not(:last-child) {
	margin-right: 35px;	
}
.header__working-hours .small {
	line-height: 17px;
	font-size: 14px;
}

.site-page .header__middle {
	padding-top: 0;
	padding-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	font-size: 16px;
	line-height: 24px;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.site-page .header__logo {
	width: 201px;
	margin-top: -9px;
}

.site-page .header__search-form {
	padding-right: 0;
	width: 300px;
	margin-left: 5.5%;
}

.site-page .header__search-form-field {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	min-width: 0;
	width: 100%;
	padding: 10px 0;
	padding-right: 30px;
}
.site-page .header__search-form-field:focus {
	border-bottom-color: #fff;
}
.site-page .header__search-form-submit .icon {
	fill: #a7a7a7;
}
.site-page .header__search-form-submit:hover .icon {
	fill: #fff;
}
.header__contacts {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	margin-left: auto;
	min-width: 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: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	color: #fff;
	margin-right: 4%;
}

.header__contacts .phone {
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	display: block;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.header__contacts .address {
	display: block;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	position: relative;
	padding-left: 20px;
	line-height: 20px;
}
.header__contacts .address:before {
	content: "";
	position: absolute;
	left: 0;
	width: 8px;
	height: 8px;
	top: 6px;
	background: #ffef00;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 4px rgba(255,255,255,0.25);
	        box-shadow: 0 0 0 4px rgba(255,255,255,0.25);
}

.header__contacts a.phone:hover,
.header__contacts a.address:hover {
	color: #ffef00;
}

.header__user-menu {
	-ms-flex-item-align: stretch;
	    align-self: stretch;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 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: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	border-left: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(255,255,255,0.2);
	margin: 0;
	padding: 0;
	list-style: none;
}

.header__user-menu li {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;
	height: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.header__user-menu li:last-child {
	border-bottom-color: transparent;
}

.header__user-menu li:before {
	display: none!important;
}

.header__user-menu-item {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	min-width: 0;
	width: 100px;
	display: block;
	cursor: pointer;
	text-align: center;
	position: relative;
	padding: 0;
	min-height: 44px;
}

.header__user-menu-item .icon {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	fill: #fff;
	-webkit-transition: fill 0.3s;
	-o-transition: fill 0.3s;
	transition: fill 0.3s;
}
.header__user-menu-item:hover .icon {
	fill: #ffef00;
}

.header__user-menu-item .amount {
	line-height: 18px;
	min-width: 18px;
	font-size: 15px;
	background: #ffef00;
	border-radius: 50%;
	color: #000;
	position: absolute;
	top: 50%;
	right: 50%;
	margin-top: -11px;
	margin-right: -22px;
	padding: 0 5px;
	text-align: center;
}

.site-page .header__bottom {
	padding: 13px 0;
}

.site-page .header__bottom-menu .item {
	margin-right: 100px;
}

.site-page .header__bottom-menu .link.selected {
	color: #a7a7a7;
}


.site-page .header--desktop--sticky .header__bottom-menu .item:not(:last-child) {
	margin-right: 50px;
}

.site-page .header--desktop--sticky .header__user-menu {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.site-page .header--desktop--sticky .header__user-menu li {
	height: 100%;
	width: 50%;
	border-bottom: 0;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.site-page .header--desktop--sticky .header__user-menu li:last-child {
	border-right-color: transparent;
}


.site-page .header--desktop--sticky .header__user-menu-item {
	width: 60px;
	height: 60px;
}

.header--desktop--sticky .header__contacts .phone {
	font-size: 22px;
}

.header--desktop--sticky .header__contacts .address {
	display: none;
}

.site-page .header--desktop--sticky .header__search-form {
	margin-top: -10px;
}

.site-page .header--desktop--sticky .header__logo {
	width: 150px;
	margin-right: 4%;
}

.site-page .header--desktop--sticky .header__top-menu .item:not(:last-child) {
	margin-right: 20px;
}

.site-page .header--desktop--default {
	display: block;
}

.site-page .header--desktop--sticky {
	display: none;
}

.site-page .header.sticky .header--desktop--default {
	display: none;
}

.site-page .header.sticky .header--desktop--sticky {
	display: block;
}


.site-page .header--mobile__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	padding: 25px 0;
}

.header--mobile .site_nav_container {

}

.site-page .btn_toggle_menu {
	width: 40px;
	height: 29px;
	padding: 5px;
	margin: 0!important;
}

.site-page .btn_toggle_menu span {
	height: 1px; 
	width: 30px;
	background: #ffef00;
}
.site-page .btn_toggle_menu span:not(:last-child) {
	margin-bottom: 8px;
}

.site-page .header--mobile .header__logo {
    margin-top: -7px;
    height: auto;
    width: 140px;
    margin-right: 0;
}

.site-page .header--mobile .header__search-form {
	width: 100%;
	margin: 0;
}
.site-page .header--mobile .header__search-form-field {
	border-bottom: 0;
	padding-top: 13px;
	padding-bottom: 13px;
}


.header--mobile__top .btn_toggle_menu {
	position: relative;
	margin: 0;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.site-page .header--mobile .header__user-menu {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	border-left: 0;
	border-right: 0;
}

.site-page .header--mobile .header__user-menu li {
	height: auto;
	border-bottom: 0;
}

.site-page .header--mobile .header__user-menu li:not(:first-child) {
	margin-left: 20px;
}

.site-page .header--mobile .header__user-menu-item {
	width: 30px;
	height: 30px;
	min-height: 0;
}


.site-page .header--mobile {
	padding: 0;
}

.site-page .site_nav_container {
	right: auto;
	left: -280px;
	width: 280px;
	margin-left: 0;
	margin-right: 0;
}

.site-page .site_nav_container.show_mobile_menu .site_nav {
	margin-left: 280px;
	position: relative;
}

.site-page .site_nav .btn_toggle_menu {
	position: absolute;
	margin: 0;
	right: 20px;
	top: 25px;
}

.site-page .header--mobile__menu-container {
	padding-top: 85px;
}

.site-page .show_mobile_menu .btn_toggle_menu .top {
	-webkit-transform: translateY(9px) rotate(-135deg);
	    -ms-transform: translateY(9px) rotate(-135deg);
	        transform: translateY(9px) rotate(-135deg);
}

.site-page .show_mobile_menu .btn_toggle_menu .bottom {
	-webkit-transform: translateY(-9px) rotate(-45deg);
	    -ms-transform: translateY(-9px) rotate(-45deg);
	        transform: translateY(-9px) rotate(-45deg);
}

.header--mobile .site_nav .header__working-hours {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.header--mobile .site_nav .header__working-hours > *:not(:last-child) {
	margin-right: 20px;
}

.header--mobile .site_nav .header__contacts {
	margin-right: 0;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.header--mobile .site_nav .header__contacts .phone {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
}

.header--mobile .site_nav .header__contacts .address {
	padding-left: 0;
}
.header--mobile .site_nav .header__contacts .address:before {
	display: none;
}

.site-page .inner-page {
	padding-top: 0;
	margin-top: 17px;
}

.site-page-2020 {
	font-size: 18px;
	line-height: 1.2222;
}

.site-page-2020 .product-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	margin-bottom: 100px;
}

.site-page-2020 .product-main-image-block,
.site-page-2020 .product-main-info-block {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.site-page-2020 .product-main-image-block {
	width: 37%;
	max-width: 37%;
	min-width: 37%;
	margin-right: 30px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.site-page-2020 .product-main-image {
	display: block;
	max-width: 100%;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.site-page-2020 .product-main-image img {
	display: block;
	max-width: 100%;
	margin: 0;
}

.site-page-2020 .product-main-info-block {
	min-width: 0;
}

.site-page-2020 .product-main-title {
	font-size: 30px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 10px;
}

.text-light {
	font-weight: 300;
}

.site-page .breadcrumbs {
	margin-bottom: 50px;
	font-size: 16px;
}

.site-page-2020 .product-main-info {
	position: relative;
	padding-right: 25%;
}

.site-page-2020 .product-main hr {
	border: 0;
	display: block;
	background: #e0e0e0;
	height: 1px;
	width: 100%;
	margin: 32px 0;
}

.site-page-2020 .product-main p {
	margin-bottom: 20px;
}

.site-page-2020 .product-main-info-benefit {
	position: absolute;
	right: 0;
	width: 80px;
	top: -8px;
	font-size: 10px;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
}

.site-page-2020 .product-main-info-benefit img {
	display: block;
	margin: 0 auto 10px;
	max-width: 100%;
}

.site-page-2020 .has-hidden-elements:not(.active) .hidden-element {
  display: none !important;
}

.site-page-2020 .has-hidden-elements.active .show-hidden-elements {
  display: none !important;
}

.site-page-2020 .show-hidden-elements {
	display: inline;
	border-bottom: 1px dashed currentColor;
}

.site-page-2020 .show-hidden-elements:not(:hover) {
	color: #a7a7a7;
}

.site-page-2020 .product-main .price-block {
	margin: 20px 0;
	line-height: 1.2222;
}

.site-page-2020 .product-main .price,
.site-page-2020 .product-main .price-old {
	display: inline;
}

.site-page-2020 .product-main .price {
	font-weight: 700;
	font-size: 36px;
}

.site-page-2020 .product-main .price:not(:last-child) {
	padding-right: 17px;
}

.site-page-2020 .product-main .price-old {
	font-weight: 300;
	font-size: 18px;
	color: #a7a7a7;
	position: relative;
	padding: 0 2px;
}

.site-page-2020 .product-main .price-old:before {
	content: "";
	background: currentColor;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	display: block;
}

.site-page-2020 .product-main-info-list-title {
	color: #a7a7a7;
	margin-bottom: 15px;
}

.site-page-2020 .tag {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	font-size: 18px;
	line-height: 22px;
	padding: 10px 23px;
	font-weight: 300;
	text-align: center;
	background: #f2f2f2;
}

.site-page-2020 input[type="radio"] + label.tag,
.site-page-2020 input[type="checkbox"] + label.tag {
	cursor: pointer;
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}

.site-page-2020 input[type="radio"]:checked + label.tag,
.site-page-2020 input[type="checkbox"]:checked + label.tag {
	background: #ffef00;
}

.site-page-2020 .product-main-info-list {
	padding: 0;
	margin: 0 -10px 10px 0;
	list-style: none;
}

.site-page-2020 .product-main-info-list:last-child {
	margin-bottom: -10px;
}

.site-page-2020 .product-main-info-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px 10px 0;
}

.site-page-2020 input[type="radio"],
.site-page-2020 input[type="checkbox"] {
	display: none;
}

.site-page-2020 .show-palette {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;	
}

.site-page-2020 .basket-amount-control {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.site-page-2020 .basket-amount-control-input {
	display: none;
}
.site-page-2020 .basket-amount-control-placeholder {
	background: #f2f2f2;
	text-align: center;
	font-weight: 400;
	font-size: 24px;
	line-height: 57px;
	padding-right: 67px;
	padding-left: 67px;
	min-width: 171px;
}
.site-page-2020 .basket-amount-control-button {
	position: absolute;
	top: 0;
	height: 100%;
	width: 57px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: none;
	-webkit-box-shadow: none!important;
	        box-shadow: none!important;
	outline: none!important;
	color: #000;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
.site-page-2020 .basket-amount-control-button:hover {
	color: #23527c;
}

.site-page-2020 .basket-amount-control-button.minus {
	left: 0;
}
.site-page-2020 .basket-amount-control-button.plus {
	right: 0;
}

.site-page-2020 .basket-amount-control-button:before,
.site-page-2020 .basket-amount-control-button:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 2px;
	background: currentColor;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -5px;
}
.site-page-2020 .basket-amount-control-button.minus:after {
	display: none;
}
.site-page-2020 .basket-amount-control-button.plus:after {
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	        transform-origin: center;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.site-page-2020 .product-main-buy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -5px;
}

.site-page-2020 .product-main-buy > * {
	margin: 5px;
}

.site-page-2020 .product-main-buy .btn {
	padding: 16px 36px 15px;
}

.site-page-2020 .nav-tabs {
	border-bottom: 1px solid #e0e0e0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap; 
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-page-2020 .nav-tabs > li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0 7.8% -1px 0;
	padding: 0;
}
.site-page-2020 .nav-tabs > li:last-child {
	margin-right: 0;
}

.site-page-2020 .nav-tabs > li > a {
	display: block;
	padding-bottom: 22px;
	border: 0;
	border-bottom: 3px solid transparent;
	-webkit-transition: color 0.3s, border-color 0.3s;
	-o-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
	font-size: 24px;
	line-height: 1.16666;
	font-weight: 300;
	outline: none!important;
}
.site-page-2020 .nav-tabs > li > a:hover {
	border: 0;
	border-bottom: 3px solid transparent;
}
.site-page-2020 .nav-tabs > li > a.active,
.site-page-2020 .nav-tabs > li > a.active:hover {
	border-bottom-color: #ffef00;
	font-weight: 700;
}

.site-page-2020 .nav-tab-mobile {
	display: none;
	font-size: 18px;
	line-height: 23px;
	font-weight: 300;
	padding-top: 11px;
	padding-bottom: 11px;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
}

.site-page-2020 .nav-tab-mobile:first-of-type {
	border-top: 1px solid #e0e0e0;
}

.site-page-2020 .nav-tab-mobile:before {
	content: "";
	position: absolute;
	right: 2px;
	border: 1px solid transparent;
	border-top-color: #a7a7a7;
	border-right-color: #a7a7a7;
	width: 8px;
	height: 8px;
	top: 50%;
	margin-top: -4px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	        transform: rotate(135deg);
}

.site-page-2020 .nav-tab-mobile.active:before {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

@media (max-width: 767.98px) {
  .site-page-2020 .nav-tab-mobile {
    display: block;
  }
}

.site-page-2020 .tab-container {
	margin: 0;
 	padding: 0;
	overflow: hidden;
}

.site-page-2020 .tab-container .tab-pane {
	display: none;
}

@media (min-width: 768px) {
	.site-page-2020 .tab-container .tab-pane.active {
		display: block;
		-webkit-animation: fadeIn 0.3s;
		        animation: fadeIn 0.3s;
	}
}

.site-page-2020 .nav-tabs + .tab-container {
	margin-top: 45px;
}

@media (max-width: 767px) {
	.site-page-2020 .nav-tabs + .tab-container {
		margin-top: 0;
	}
}

@-webkit-keyframes fadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}

@keyframes fadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}

.site-page-2020 .product-info {
	margin-bottom: 80px;
}
.site-page-2020 .product-info p {
	margin-btoom: 20px;
}

.site-page-2020 .specification-list {
	width: 100%;
	table-layout: fixed;
}

.site-page-2020 .specification-list td {
	padding: 0 0 28px;
	position: relative;
	background: #fff;
	line-height: 22px;
}
.site-page-2020 .specification-list td:not(:first-child) {
	padding-left: 30px;
}

.site-page-2020 .specification-list td.name {
	text-transform: uppercase;
}
.site-page-2020 .specification-list td.name:before {
	content: "";
	position: absolute;
	left: 10px;
	right: 0;
	border-bottom: 1px dashed #a7a7a7;
	top: 14px;
}

.site-page-2020 .specification-list td.name span {
	display: inline;
	background: inherit;
	padding-right: 20px;
	position: relative;
	z-index: 1;
}

.site-page-2020 .specification-list.active + .show-hidden-elements {
	display: none;
}

.site-page-2020 .product-recommended {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #f8f8f8;
	position: relative;
}

.site-page-2020 .product-recommended:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 150vw;
	background: #f8f8f8;
	-webkit-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	        transform: translate(-50%,0);
}

.site-page-2020 .product-recommended-slider {
	position: relative;
	z-index: 1;
}

.site-page-2020 .product-recommended-slider .section-title {
	font-size: 48px;
	line-height: 1.21;
	font-weight: 700;
	margin: 0 0 70px;
	padding-right: 200px;
}

.site-page-2020 .section-title-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.site-page-2020 .section-title-block .section-title {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	min-width: 0;
	margin-right: 40px;
}

.site-page-2020 .section-title-block .section-title {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	min-width: 0;
	margin-right: 40px;
	margin-bottom: 0;
}

.site-page-2020 .section-title-block .btn {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	padding: 7px 28px;
	margin-top: 5px;
}

.site-page-2020 .product-recommended__show-more {
	padding: 7px 28px!important;
	position: absolute;
	top: 5px;
	right: 0;
}

.site-page-2020 .product-recommended-slider .swiper-wrapper {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

.site-page-2020 .product-recommended-slider .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.site-page-2020 .product-recommended-slider .catalog-item {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
	width: 100%;
	margin-bottom: 0;
}


.site-page-2020 .catalog-item {
	background: #fff;
	padding: 40px 30px;
	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: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	line-height: 1.2;
}

.site-page-2020 .catalog-item .catalog-item-part {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.site-page-2020 .catalog-item__title {
	display: block;
	font-weight: 700;
	font-size: 22px;
	margin: 0 0 20px;
	line-height: inherit;
}
.site-page-2020 .catalog-item__description {
	font-size: 14px;
	color: #a7a7a7;
	margin-bottom: 20px;
	line-height: inherit;
}
.site-page-2020 .catalog-item__price {
	display: block;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: none;
	line-height: inherit;
}
.site-page-2020 .catalog-item__price-old {
	font-weight: 300;
	font-size: 18px;
	color: #a7a7a7;
	position: relative;
	padding: 0 2px;
	line-height: inherit;
}

.site-page-2020 .catalog-item__price-old:before {
	content: "";
	background: currentColor;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	display: block;
}

.site-page-2020 .catalog-item__picture {
	height: 200px;
}

.site-page-2020 .catalog-item__picture img {
	display: block;
	position: relative;
	margin: 0;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

.site-page-2020 .catalog-item__button {
	display: block;
	width: 100%;
	margin-top: 20px;
	padding: 20px 10px 19px;
}

.site-page-2020 .product-recommended-slider .swiper-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	margin-top: 70px;
}

.site-page-2020 .product-recommended-slider .swiper-button {
	position: static;
	border: none!important;
	-webkit-box-shadow: none!important;
	        box-shadow: none!important;
	outline: none!important;
	color: #000;
	background: #fff;
	-webkit-transition: color 0.3s, background 0.3s;
	-o-transition: color 0.3s, background 0.3s;
	transition: color 0.3s, background 0.3s;
	padding: 22px 19px;
	cursor: pointer;
	width: auto;
	height: auto;
	margin: 0;
}
.site-page-2020 .product-recommended-slider .swiper-button:hover {
	background: #000;
	color: #fff;
}
.site-page-2020 .product-recommended-slider .swiper-button-disabled {
	background: #fff!important;
	color: #000!important;
	opacity: 0.5!important;
}
.site-page-2020 .product-recommended-slider .swiper-button .icon {
	display: block;
	width: 18px;
	height: 12px;
	position: static;
	fill: currentColor;
}
.site-page-2020 .product-recommended-slider .swiper-button-prev .icon {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.site-page-2020 .product-recommended-slider .swiper-pagination {
	position: static;
	width: 100px;
	background: #ccc;
	height: 1px;
	margin: 0;
}
.site-page-2020 .product-recommended-slider .swiper-pagination-progressbar-fill {
	background: #000;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	display: block;
	position: static;
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

.site-page-2020 .product-recommended-slider .pagination-counter {
	line-height: 56px;
	font-size: 18px;
	display: block;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	min-width: 56px;
	text-align: center;
	padding: 0 10px;
}

.site-page-2020 {
	margin-bottom: -40px;
}

.site-page-2020 .color-label {
	display: block;
	width: 60px;
	height: 60px;
	cursor: pointer;
	border-radius: 0;
	margin: -6px;
	padding: 0;
	border: 6px solid #fff;
	max-width: none;
	-webkit-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	transition: border-color 0.3s;
	position: relative;
	background-color: currentColor;
	background-size: cover;
	background-position: center;
}


.site-page-2020 .color-label:before,
.site-page-2020 .color-label:after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	display: block;
}

.site-page-2020 .color-label:before {
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px solid currentColor;
	top: -8px;
	right: -8px;
	background-image: url(/local/templates/bradite_2020/images/check-black.png);
	background-size: 8px 6px;
}

.site-page-2020 .color-label:after {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-image: url(/local/templates/bradite_2020/images/loupe-white.png);
	background-size: 15px 15px;
}

.site-page-2020 input[type="checkbox"]:checked + .color-label,
.site-page-2020 input[type="radio"]:checked + .color-label {
	border-color: rgba(255,255,255,0.75);
	z-index: 1;
}

.site-page-2020 input[type="checkbox"]:checked + .color-label:before,
.site-page-2020 input[type="radio"]:checked + .color-label:before,
.site-page-2020 input[type="checkbox"]:checked + .color-label:after,
.site-page-2020 input[type="radio"]:checked + .color-label:after {
	opacity: 1;
}

.site-page-2020 .swiper-wrapper {
	-webkit-box-align:stretch;
	    -ms-flex-align:stretch;
	        align-items:stretch;
}
.site-page-2020 .swiper-slide {
	height: auto;
}

.site-page-2020 .product-main-slider + .product-main-gallery {
	margin-top: 40px;
}

.site-page-2020 .product-main-slider .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}

.site-page-2020 .product-main-slider .product-main-image {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
	width: 100%;
}

.site-page-2020 .product-main-slider .product-main-image img {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	margin: 0;
}

.site-page-2020 .product-main-slider .video {
	position: relative;
}
.site-page-2020 .product-main-slider .video:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.2);
	background-image: url(/local/templates/bradite_2020/images/icon-youtube.svg);
	background-size: 80px 56px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}

.site-page-2020 .product-main-gallery .swiper-slide {
	cursor: pointer;
	border: 1px solid transparent;
	padding: 10px;
	-webkit-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	transition: border-color 0.3s;
	width: 100px!important;
	height: 100px;
	position: relative;
}

.site-page-2020 .product-main-gallery .swiper-slide.active {
	border-color: #ffef00;
}

.site-page-2020 .product-main-gallery .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	display: block;
	margin: 0;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

.site-page-2020 .product-main-gallery .swiper-slide.video:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.2);
	background-image: url(/local/templates/bradite_2020/images/icon-youtube.svg);
	background-size: 40px 28px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}

@media only screen and (max-width: 999px) {
	.site-page-2020 .mobile-hidden {display: none!important;}
}
@media only screen and (min-width: 1000px) {
	.site-page-2020 .desktop-hidden {display: none!important;}
}

@media only screen and (max-width: 1280px) {

	.site-footer-col {
		width: 15%;
		max-width: 15%;
	}

	.site-footer-contacts {
		width: 25%;
		max-width: 25%;
	}

	.site-page .header__logo {
		width: 170px;
	}

	.site-page .header__search-form {
		width: 250px;
		margin-left: 4%;
	}

	.header__user-menu-item {
		width: 80px;
	}

	.header__contacts .address {
		max-width: 330px;
	}

	.site-page .header__bottom-menu .item {
		margin-right: 50px;
	}

}

@media only screen and (max-width: 1024px) {

	.site_footer {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.site-footer-col  {
		width: 22%;
		max-width: 22%;
		margin-bottom: 40px;
		min-height: 0;
	}

	.site-footer-contacts {
		width: 34%;
		max-width: 34%;
	}

	.site-footer-payments,
	.site-footer-widget-container,
	.site-footer-logo {
		position: static;
		display: block;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
	}

	.site-footer-bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.site-footer-widget-container {
		-webkit-transform: scale(0.8);
		    -ms-transform: scale(0.8);
		        transform: scale(0.8);
		-webkit-transform-origin: center;
		    -ms-transform-origin: center;
		        transform-origin: center;
		margin: -15px -25px;
	}

}

@media only screen and (max-width: 999px) {

	.site-page-2020 .product-main {
		display: block;
		margin-bottom: 60px;
	}
	.site-page-2020 .product-main-image-block {
		margin-right: 0;
		width: auto;
		max-width: none;
		min-width: 0;
	}
	.site-page-2020 .product-main-image img {
		max-height: 400px;
		margin: 0 auto;
	}

	.site-page-2020 .nav-tabs > li:not(:last-child) {
		margin-right: 5%;
	}

	.site-page-2020 .product-info {
		margin-bottom: 60px;
	}

	.site-page-2020 .product-recommended {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.site-page-2020 .product-recommended-slider .section-title {
		font-size: 38px;
		padding-right: 0;
		margin-bottom: 50px;
	}

	.site-page-2020 .product-recommended-slider .buttons-line {
		text-align: center;
		margin-top: 50px;
	}

	.site-page-2020 .product-recommended__show-more {
		position: static;
	}

	.site-page-2020 .product-recommended-slider .swiper-nav {
		display: none;
	}
}

@media only screen and (max-width: 768px) {

	.site-footer-row {
		margin-left: -20px;
		margin-right: -20px;
	}
	.site-footer-col {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 767px) {

	.site_footer {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.site-footer-col {
		width: 33%;
		max-width: 33%;
		margin-bottom: 30px;
	}

	.site-footer-contacts  {
		width: 100%;
		max-width: 100%;
	}

	.site-footer-title {
		margin-bottom: 15px;
	}

	.site-footer-contacts p {
		margin-bottom: 10px;
	}

	.site-footer-logo img {
		width: 190px;
	}

	.site-footer-widget-container {
		-webkit-transform: scale(0.66);
		    -ms-transform: scale(0.66);
		        transform: scale(0.66);
		margin: -26px -42px;
	}

	.site-footer-payments {
		padding-right: 0;
		margin-right: -20px;
	}
	
	.site-page .header--mobile .header__logo {
	    width: 110px;
	    margin-top: -5px;
	}

	.site-page .header--mobile__top {
		padding-top: 17px;
		padding-bottom: 17px;
	}

	.site-page .header--mobile__menu-container {
		padding-top: 65px;
	}

	.site-page .site_nav .btn_toggle_menu {
		top: 17px;
	}

	.site-page .breadcrumbs {
		margin-bottom: 20px;
	}

	.site-page-2020 .product-main-title {
		font-size: 18px;
	}

	.site-page-2020 .product-main-image-block {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.site-page-2020 .product-main-image img {
		max-height: 275px;
	}

	.site-page-2020 .product-main-info {
		padding-right: 0;
	}
	.site-page-2020 .product-main-info-benefit {
		display: none;
	}
	.site-page-2020 .site-page .inner-page {
		font-size: 16px;
	}

	.site-page-2020 .product-main p {
		margin-bottom: 15px;
	}

	.site-page-2020 .product-main .price:not(:last-child) {
		padding-right: 10px;
	}

	.site-page-2020 .product-main .price-block {
		margin: 15px 0;
	}

	.site-page-2020 .product-main hr {
		margin: 15px 0;
	}

	.site-page-2020 .product-main {
		margin-bottom: 30px;
	}

	.site-page-2020 .nav-tabs {
		display: none;
	}

	.site-page-2020 .tab-container .tab-pane {
		padding: 20px 0;
		border-bottom: 1px solid #e0e0e0;
	}

	.site-page-2020 .product-info {
		margin-bottom: 50px;
	}

	.site-page-2020 .product-recommended {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.site-page-2020 .product-recommended-slider .section-title {
		font-size: 24px;
		margin-bottom: 40px;
		text-align: center;
	}

	.site-page-2020 .product-recommended-slider .buttons-line {
		margin-top: 30px;
	}

	.site-page-2020 .catalog-item {
		padding: 15px 10px;
	}

	.site-page-2020 .catalog-item__picture {
		height: 160px;
	}

	.site-page-2020 .catalog-item__title {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.site-page-2020 .catalog-item__description {
		margin-bottom: 15px;
	}


	.site-page-2020 .catalog-item__price {
		font-size: 24px;
		margin-bottom: 5px;
	}

	.site-page-2020 .catalog-item__button {
		margin-top: 15px;
	}

	.site-page-2020 .product-main-slider + .product-main-gallery {
		margin-top: 20px;
	}

	.site-page-2020 .product-main-gallery .swiper-slide {
		width: 65px!important;
		height: 65px;
		padding: 5px;
	}

	.site-page-2020 .specification-list,
	.site-page-2020 .specification-list tbody,
	.site-page-2020 .specification-list tr,
	.site-page-2020 .specification-list td {
		display: block;
	}

	.site-page-2020 .specification-list td {
		padding: 0!important;
		margin-bottom: 5px;
	}

	.site-page-2020 .specification-list tr {
		margin-bottom: 20px;
	}

	.site-page-2020 .specification-list td.name:before {
		display: none;
	}

} 

@media only screen and (max-width: 599px) {

	.site_footer {
		text-align: center;
	}

	.site-footer-col {
		width: 100%;
		max-width: 100%;
		margin-bottom: 5px;
	}

	.site-footer-title {
		margin-bottom: 15px;
	}

	.site-footer-menu {
		display: none;
	}

	.site-footer-contacts {
		margin-bottom: 40px;
	}

	.site-footer-bottom {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.site-footer-logo {
		margin: 30px 0;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		min-width: 0;
		width: 100%;
		max-width: 100%;
	}
	.site-footer-logo img {
		width: 130px;
	}

	.site-footer-widget-container {
		
	}

	.site-footer-payments {
		margin-right: 0;
		max-width: 100px;
		text-align: left;
	}
	.site-footer-copyrights {
		position: static;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		min-width: 0;
		width: 100%;
		max-width: 100%;
	}
} 

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

.modal-offer-select__palitra .pallete .column,
.modal-offer-select__palitra .pallete .color-element {
	padding-left: 0;
	padding-right: 0;
}

.loading {
    position: relative;
}
.loading:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999999;
    background: #ffffff 50% 50% no-repeat url('/local/templates/bradite_2020/images/mw__loading.gif');
    opacity: 0.6;
}
.sber-terms,
.sber-terms img {
	display: block;
}
.sber-terms img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.sber-terms {
	background: url(/local/templates/bradite_2020/images/sber-bg.jpg) repeat-x;
}
.sber-price-wrap__price-line {
    font-weight: 700;
    line-height: 1;
}
.sber-price-wrap__img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 6px;
}
.filter-text {
	margin-bottom: 100px;
	font-size: 16px;
}
.breadcrumbs__item:not(:last-child) span,
.breadcrumbs__item:last-child a:hover span {
    color: inherit;
}

.catalog-item__one-click {
	text-align: center;
	margin-top: 10px;
}
.catalog-item__one-click a:hover {
	text-decoration: underline;
	color: #000;
}
[id*="wait_comp_"] {
	display: none;
}

@media (min-width: 1025px) {
	.site-footer-bottom {
		padding-top: 70px;
	}
}
@media (max-width: 1024px) {
	.site-footer-payments {
		margin-bottom: 15px;
	}
}
@media (max-width: 599px) {
	.site-footer-payments {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 767px) {
	.personal-menu {
		margin-top: 50px;
	}
}
#bonus_payment_block #bonus_payfield_block a.btn {
    line-height: 14px;
}
.body-hidden {
	display: none;
}
.error-text {
	color: #f00;
}
.modal-auth-club .modal-add-basket__heading {
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.3;
}
.modal-action-more {
    text-align: center;
    padding: 15px 0 3px;
}

.catalog-list .row {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.catalog-list .row > [class^="col"] {
	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: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.catalog-list .row > [class^="col"] > * {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

.catalog-list .catalog-item {
	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: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.catalog-list .catalog-item .catalog-item__picture,
.catalog-list .catalog-item .catalog-item__description,
.catalog-list .catalog-item .catalog-item__price,
.catalog-list .catalog-item .catalog-item__buttons,
.catalog-list .catalog-item .catalog-item__one-click {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	min-width: 0;
	max-width: 100%;
}

.catalog-list .catalog-item .catalog-item__buttons {
	margin-top: auto;
}
.catalog #desktop-form-container .catalog-feedback-form-info, .sber-price-wrap, .special-offers, .catalog #mobile-form-container{
	display:none;
}

.header__contacts a {
	color: #ffffff;
}
.header__contacts a:hover {
	color: #ffef00;
}
.site-footer-contacts {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}
.site-footer-contacts a {
	color: inherit;
}
.site-footer-contacts a:hover {
	color: #ffffff;
}
@media only screen and (max-width: 767px) {
	.site-footer-contacts {
		position: static;
		right: 0;
		top: 0;
		text-align: center;
	}
}
/* End */
/* /source/css/normalize.css?16076907407646 */
/* /source/libs/slick-1.6.0/slick.css?16076907411559 */
/* /source/libs/simplelightbox/simplelightbox.css?16076907414236 */
/* /source/css/fonts.css?16076907401136 */
/* /source/css/common.css?16076907405626 */
/* /source/css/header.css?160769074023145 */
/* /source/css/buttons.css?16076907402994 */
/* /source/css/forms.css?16076907408495 */
/* /source/css/helpers.css?16076907401313 */
/* /source/css/prints.css?1607690740984 */
/* /source/css/footer.css?16076907409325 */
/* /source/libs/swiper-4.5.0/swiper.min.css?160769074119778 */
/* /source/css/landing.css?160769074081393 */
/* /local/templates/bradite_2020/components/bitrix/system.auth.authorize/modal/style.css?16400776341266 */
/* /local/templates/bradite_2020/template_styles.css?168181411582405 */
