/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	    -ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
	/* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
    color: #ed6d00;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
.zzz a:hover {
    text-decoration: underline;
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ffff00;
	color: #000000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
	/* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
	display: none;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Thin.woff2') format('woff2'), url('../fonts/Roboto-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-ThinItalic.woff2') format('woff2'), url('../fonts/Roboto-ThinItalic.woff') format('woff');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-BlackItalic.woff2') format('woff2'), url('../fonts/Roboto-BlackItalic.woff') format('woff');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-MediumItalic.woff2') format('woff2'), url('../fonts/Roboto-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-LightItalic.woff2') format('woff2'), url('../fonts/Roboto-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-BoldItalic.woff2') format('woff2'), url('../fonts/Roboto-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Italic.woff2') format('woff2'), url('../fonts/Roboto-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

i[class^='icon-'] {
	display: inline-block;
	vertical-align: middle;
	background-image: url(../img/sprites.png);
	background-repeat: no-repeat;
}

.icon-more {
	width: 7px;
	height: 7px;
	background-image: -webkit-linear-gradient(currentColor 1px, transparent 1px) !important;
	background-image:         linear-gradient(currentColor 1px, transparent 1px) !important;
	background-size: 100% 2px;
	background-repeat: repeat-y !important;
}

.icon-new {
	background-image: none !important;
	width: 13px;
	height: 13px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background-color: #ed6d00;
	color: #ffffff;
	font-size: 10px;
	line-height: 13px;
	font-weight: 300;
	text-align: center;
	font-style: normal;
}
.icon-new:before {
	content: 'N';
}

.icon-dollar {
	background-image: none !important;
	width: 13px;
	height: 13px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background-color: #ed6d00;
	color: #ffffff;
	font-size: 10px;
	line-height: 13px;
	font-weight: 300;
	text-align: center;
	font-style: normal;
}
.icon-dollar:before {
	content: '$';
}

.icon-cross {
	background-image: none !important;
	width: 13px;
	height: 13px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background-color: #ed6d00;
	color: #ffffff;
	font-size: 10px;
	line-height: 13px;
	font-weight: 300;
	text-align: center;
	font-style: normal;
}
.icon-cross:before {
	content: 'X';
}

.icon-chat {
	background-position: 0 -259px;
	width: 21px;
	height: 20px;
}

.icon-home {
	background-position: 0 -286px;
	width: 13px;
	height: 14px;
}

.icon-like {
	background-position: -1px -235px;
	width: 20px;
	height: 19px;
}

.icon-twit {
	background-position: 0 -214px;
	width: 22px;
	height: 18px;
}

.icon-goo {
	background-position: 0 -192px;
	width: 28px;
	height: 19px;
}

.icon-eng {
	background-position: 0 -167px;
	width: 24px;
	height: 22px;
}

.icon-rus {
	background-position: 0 -143px;
	width: 24px;
	height: 22px;
}

.icon-authorize {
	background-position: 0 -120px;
	width: 24px;
	height: 22px;
}

.icon-basket {
	background-position: 0 -96px;
	width: 24px;
	height: 22px;
}

.icon-nav {
	background-position: 0 -72px;
	width: 24px;
	height: 22px;
}

.icon-rss {
	background-position: 0 -48px;
	width: 24px;
	height: 22px;
}

.icon-phone {
	background-position: 0 -24px;
	width: 24px;
	height: 22px;
}

.icon-email {
	background-position: 0 0;
	width: 24px;
	height: 22px;
}

.icon-loup {
	background-position: 0 -323px;
	width: 16px;
	height: 16px;
}

.icon-reload {
	background-position: 0 -344px;
	width: 26px;
	height: 27px;
}

.icon-pdf {
	background-position: 0 -373px;
	width: 24px;
	height: 22px;
}

.icon-video {
	background-position: 0 -398px;
	width: 24px;
	height: 22px;
}

.icon-zoom {
	background-position: 0 -423px;
	width: 24px;
	height: 22px;
}

.icon-list {
	background-position: 0 -448px;
	width: 24px;
	height: 22px;
}

.icon-print {
	background-position: 0 -473px;
	width: 24px;
	height: 22px;
}

.icon-link {
	background-position: 0 -498px;
	width: 24px;
	height: 22px;
}

.icon-link-small {
	background-position: 0 -307px;
	width: 9px;
	height: 9px;
}

*:focus::-webkit-input-placeholder {
	color: transparent;
}

*:focus::-moz-placeholder {
	color: transparent;
}

*:focus:-moz-placeholder {
	color: transparent;
}

*:focus:-ms-input-placeholder {
	color: transparent;
}

*::-webkit-input-placeholder {
	color: #666666;
	opacity: 1;
}

*:-moz-placeholder {
	color: #666666;
	opacity: 1;
}

*::-moz-placeholder {
	color: #666666;
	opacity: 1;
}

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

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	color: #666666;
}

body input:required:valid,
body textarea:required:valid {
	color: #666666;
}

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

html {
	font-size: 10px;
}

body {
	position: relative;
	min-width: 320px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.25;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	color: #000000;
	background-color: #ffffff;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.container {
	max-width: 980px;
	padding: 0 15px;
	margin: 0 auto;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.hidden {
	display: none;
}

a {
	outline: none !important;
}

.section {
	padding: 30px 0;
}

.title {
	margin: 0;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.1;
	color: #ed6d00;
	text-shadow: 0 0 0 currentColor;
}
.title.title_black {
	color: inherit;
}

.subtitle {
	margin: 20px 0 0 0;
	font-size: 20px;
	font-weight: 400;
}

.text {
	margin: 20px 0 0 0;
}
.text * {
	max-width: 100% !important;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	font-weight: 400;
}
.text p,
.text ul,
.text ol,
.text img {
	margin-top: 20px;
	margin-bottom: 20px;
}
.text ul li,
.text ol li {
	margin: 5px 0 0 0;
}
.text a {
	text-decoration: none;
	color: #ed6d00;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.text a:active,
.text a:hover {
	text-decoration: underline;
}
.text *:first-child {
	margin-top: 0;
}
.text *:last-child {
	margin-bottom: 0;
}
.text *.align-left {
	float: left;
	margin-right: 30px;
}
.text *.align-right {
	float: right;
	margin-right: 30px;
}

.button {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
	padding: 8px 20px;
	font-size: 12px;
	line-height: 1;
	font-family: inherit;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
	color: #ffffff;
	background-color: #ed6d00;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, from(#ff8f2f), to(#d95c00));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)), -webkit-linear-gradient(top, #ff8f2f, #d95c00);
	background-image:         linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)), linear-gradient(to bottom, #ff8f2f, #d95c00);
	background-position: 0 100%,0 0;
	background-size: 100% 1px, auto auto;
	background-repeat: no-repeat, repeat;
	border-bottom: 2px solid #a64501;
	-webkit-box-shadow: inset 0 3px 10px 0 rgba(255, 255, 255, 0.2), inset 0 -3px 10px 0 rgba(255, 255, 255, 0.2);
	        box-shadow: inset 0 3px 10px 0 rgba(255, 255, 255, 0.2), inset 0 -3px 10px 0 rgba(255, 255, 255, 0.2);
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	overflow-x: hidden;
}
.button:hover,
.button:active {
	background-color: rgba(237, 109, 0, 0.9);
	-webkit-filter: saturate(1.3);
	        filter: saturate(1.3);
}

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

.section-header__title {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	margin: 0 20px 0 0;
}

.section-header__links {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.section-header__links li {
	margin: 0 20px 0 0;
}
.section-header__links li:last-child {
	margin: 0;
}
.section-header__links li a {
	text-decoration: none;
	color: #707070;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.section-header__links li a:active,
.section-header__links li a:hover {
	text-decoration: underline;
}
.section-header__links li a i[class^='icon-'] {
	margin-right: 7px;
	text-decoration: none;
}

.header {
	position: relative;
	z-index: 2;
	padding: 25px 0 0 0;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.header__top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

.header__logo {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

.header__logo-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0 20px 0 0;
	width: 246px;
}
.header__logo-img img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.header__logo-text {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	margin: 0 auto;
	padding: 0 20px 0 0;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	color: #ed6d00;
}

.header__links {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 180px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.header__links li {
	margin: 7px 0 0 0;
}
.header__links li a {
	text-decoration: none;
	color: #707070;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.header__links li a:hover,
.header__links li a:active {
	text-decoration: underline;
}
.header__links li a i[class^='icon-'] {
	margin-right: 7px;
	text-decoration: none;
}

.header__bottom {
	position: relative;
	margin: 20px 0 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.header__menu {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
.header__menu > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}
.header__menu > ul > li {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#c0c0c0));
	background-image: -webkit-linear-gradient(#c0c0c0, #c0c0c0);
	background-image:         linear-gradient(#c0c0c0, #c0c0c0);
	background-position: 100% 10px;
	background-size: 1px 14px;
	background-repeat: no-repeat;
	line-height: 1;
	position: relative;
	max-width: 25%;
}
.header__menu > ul > li:first-child {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#c0c0c0)), -webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#c0c0c0));
	background-image: -webkit-linear-gradient(#c0c0c0, #c0c0c0), -webkit-linear-gradient(#c0c0c0, #c0c0c0);
	background-image:         linear-gradient(#c0c0c0, #c0c0c0), linear-gradient(#c0c0c0, #c0c0c0);
	background-position: 100% 10px,0 10px;
}
.header__menu > ul > li.has-submenu {
	-webkit-border-top-left-radius: 10px;
	        border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	        border-top-right-radius: 10px;
}
.header__menu > ul > li.has-submenu > a {
	position: relative;
	z-index: 2;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	-webkit-border-top-left-radius: 10px;
	        border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	        border-top-right-radius: 10px;
}
.header__menu > ul > li.has-submenu > ul {
	margin: -1px 0 0 0;
	padding: 7px 0;
	list-style: none;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 0;
	left: 0;
	min-width: 100%;
	background-color: #ffffff;
	-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
	        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
	-webkit-border-bottom-left-radius: 10px;
	        border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	        border-bottom-right-radius: 10px;
}
.header__menu > ul > li.has-submenu > ul li {
	position: relative;
	padding: 7px 20px;
}
.header__menu > ul > li.has-submenu > ul li ul {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
	margin: 0;
	padding: 7px 0;
	list-style: none;
	background-color: #ffffff;
	-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
	        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
	-webkit-border-top-right-radius: 10px;
	        border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	        border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	        border-bottom-right-radius: 10px;
	border: 1px solid #c0c0c0;
	background-color: #ffffff;
	visibility: hidden;
	opacity: 0;
}
.header__menu > ul > li.has-submenu > ul li:hover > ul,
.header__menu > ul > li.has-submenu > ul li:active > ul,
.header__menu > ul > li.has-submenu > ul li.active > ul {
	visibility: visible;
	opacity: 1;
	z-index: 1;
}
.header__menu > ul > li.has-submenu:hover,
.header__menu > ul > li.has-submenu:active {
	-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
	        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
}
.header__menu > ul > li.has-submenu:hover > a,
.header__menu > ul > li.has-submenu:active > a {
	background-color: #ffffff;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}
.header__menu > ul > li.has-submenu:hover > a:hover,
.header__menu > ul > li.has-submenu:hover > a:active,
.header__menu > ul > li.has-submenu:active > a:hover,
.header__menu > ul > li.has-submenu:active > a:active {
	text-decoration: none;
}
.header__menu > ul > li.has-submenu:hover > ul,
.header__menu > ul > li.has-submenu:active > ul {
	visibility: visible;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
	z-index: 1;
	border: 1px solid #c0c0c0;
}
.header__menu > ul > li a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: inherit;
	white-space: nowrap;
}
.header__menu > ul > li a:hover,
.header__menu > ul > li a:active {
	text-decoration: underline;
}
.header__menu > ul > li > a {
	width: 100%;
	padding: 10px 5px 13px 5px;
	text-align: center;
}
.header__menu > ul li.current > a {
	color: #ed6d00;
}

.header__button-menu {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 24px;
}
.header__button-menu:before,
.header__button-menu:after,
.header__button-menu span {
	content: '';
	position: absolute;
	right: 0;
	display: block;
	height: 2px;
	background-color: #707070;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.header__button-menu span {
	top: 11px;
	width: 30px;
}
.header__button-menu:before {
	top: 0;
	width: 30px;
}
.header__button-menu:after {
	bottom: 0;
	width: 30px;
}
.header__button-menu:active:before,
.header__button-menu:hover:before {
	background-color: #ed6d00;
}
.header__button-menu:active span,
.header__button-menu:hover span {
	-webkit-animation-delay: 0.1s;
	        animation-delay: 0.1s;
	background-color: #ed6d00;
}
.header__button-menu:active:after,
.header__button-menu:hover:after {
	-webkit-animation-delay: 0.2s;
	        animation-delay: 0.2s;
	background-color: #ed6d00;
}
.header__button-menu.active:active:after,
.header__button-menu.active:active:before,
.header__button-menu.active:active span,
.header__button-menu.active:hover:after,
.header__button-menu.active:hover:before,
.header__button-menu.active:hover span {
	-webkit-animation: none;
	        animation: none;
	background-color: #ed6d00;
}
.header__button-menu.active span {
	opacity: 0;
}
.header__button-menu.active:before {
	top: 11px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.header__button-menu.active:after {
	bottom: 11px;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.header__search {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 180px;
	margin: 3px 0 10px 20px;
	position: relative;
}
.header__search input {
	background-color: transparent;
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	display: block;
	width: 100%;
	height: 27px;
	padding: 3px 25px 3px 10px;
	-webkit-border-radius: 27px;
	        border-radius: 27px;
	border: 1px solid #b2b2b2;
	font: inherit;
}
.header__search button {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	right: 7px;
	top: 5px;
}

@media only screen and (max-width: 768px) {
	.header {
		padding: 15px 0 8px 0;
	}
	.header__logo-img {
		width: 210px;
	}
	.header__logo-text {
		font-size: 18px;
	}
	.header__links {
		width: 160px;
	}
	.header__button-menu {
		display: block;
	}
	.header__bottom {
		display: block;
	}
	.header__search {
		margin: 0 45px 0 0;
		width: auto;
	}
	.header__menu {
		display: none;
		margin: 10px 0 0 0;
	}
	.header__menu > ul {
		display: block;
		font-size: 20px;
	}
	.header__menu > ul > li {
		padding: 0;
		text-align: center;
	}
	.header__menu > ul > li:first-child {
		background-image: none;
	}
	.header__menu > ul > li.has-submenu {
		-webkit-border-radius: 0;
		        border-radius: 0;
		text-align: center;
	}
	.header__menu > ul > li.has-submenu > a {
		position: relative;
		z-index: 2;
		border: none;
		-webkit-border-radius: 0;
		        border-radius: 0;
	}
	.header__menu > ul > li.has-submenu > ul {
		display: none;
		margin: 0;
		padding: 0;
		visibility: visible;
		opacity: 1;
		position: relative;
		z-index: 0;
		background-color: #f6f6f6;
		-webkit-box-shadow: none;
		        box-shadow: none;
		-webkit-border-radius: 0;
		        border-radius: 0;
	}
	.header__menu > ul > li.has-submenu > ul li {
		position: relative;
		padding: 0;
	}
	.header__menu > ul > li.has-submenu > ul li ul {
		display: none;
		padding: 0;
		position: relative;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
		-webkit-border-radius: 0;
		        border-radius: 0;
		border: none;
		background-color: #ececec;
		visibility: visible;
		opacity: 1;
	}
	.header__menu > ul > li.has-submenu:hover,
	.header__menu > ul > li.has-submenu:active {
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.header__menu > ul > li.has-submenu:hover > a,
	.header__menu > ul > li.has-submenu:active > a {
		border: none;
	}
	.header__menu > ul > li.has-submenu:hover > ul,
	.header__menu > ul > li.has-submenu:active > ul {
		border: none;
	}
	.header__menu > ul > li a {
		padding: 12px 10px;
		white-space: normal;
	}
	.header__menu > ul > li a:hover,
	.header__menu > ul > li a:active {
		text-decoration: underline;
	}
	.header__menu > ul > li > a {
		width: auto;
	}
	.header__menu > ul li {
		padding: 0;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#efefef));
		background-image: -webkit-linear-gradient(#efefef, #efefef);
		background-image:         linear-gradient(#efefef, #efefef);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100% 1px;
	}
}

@media only screen and (max-width: 640px) {
	.header__logo {
		display: block;
	}
	.header__logo-img {
		width: 180px;
	}
	.header__links {
		width: 140px;
	}
	.header__logo-text {
		margin: 5px 0 0 0;
		font-size: 16px;
	}
}

@media only screen and (max-width: 480px) {
	.header__logo-img {
		width: 160px;
	}
	.header__links {
		width: 130px;
	}
}

@media only screen and (max-width: 360px) {
	.header__logo-img {
		width: 140px;
	}
}

.directory {
	padding: 20px 0 1px 0;
	background-color: #f6f6f6;
}

.directory__box {
	margin: 25px 0 0 0;
}

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

.directory__title {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	margin: 10px 20px 0 0;
}

.directory__switch {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	margin: 10px 0 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	        align-items: flex-start;
	position: relative;
}
.directory__switch:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 18px;
	-webkit-border-radius: 18px;
	        border-radius: 18px;
	background-color: #c3c3c3;
	-webkit-box-shadow: inset 0 0 8px 0 #4e504f;
	        box-shadow: inset 0 0 8px 0 #4e504f;
}
.directory__switch button {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
	font: inherit;
	color: #707070;
	padding: 2px 10px 2px 28px;
	position: relative;
}
.directory__switch button.active {
	color: #000000;
}
.directory__switch button.active:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 3px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background-color: #fefefe;
	-webkit-box-shadow: inset 1px 1px 2px 0 #ffffff, inset 3px 3px 5px 0 #919191, 0 2px 5px 0 #4e504f;
	        box-shadow: inset 1px 1px 2px 0 #ffffff, inset 3px 3px 5px 0 #919191, 0 2px 5px 0 #4e504f;
}

.directory__tab {
	will-change: height;
}

.directory__routs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 0 -5px 25px -5px;
	justify-content: center;
}

.directory__routs-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	text-decoration: none;
	color: #ffffff;
	width: -webkit-calc(20% - 10px);
	width:         calc(20% - 10px);
	min-height: 180px;
	margin: 5px;
	padding: 12px;
	background-color: #ed6d00;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
	background-image:         linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
	background-position: 0 100%;
	background-size: 100% 1px;
	background-repeat: no-repeat;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	overflow: hidden;
	border-bottom: 3px solid #a64501;
	-webkit-box-shadow: inset 0 5px 20px 0 rgba(255, 255, 255, 0.3), inset 0 -5px 20px 0 rgba(255, 255, 255, 0.3), 0 5px 15px 0 rgba(237, 109, 0, 0.7);
	        box-shadow: inset 0 5px 20px 0 rgba(255, 255, 255, 0.3), inset 0 -5px 20px 0 rgba(255, 255, 255, 0.3), 0 5px 15px 0 rgba(237, 109, 0, 0.7);
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	        align-items: flex-end;
	position: relative;
}
.directory__routs-item:hover,
.directory__routs-item:active {
	background-color: rgba(237, 109, 0, 0.9);
	-webkit-filter: saturate(1.3);
	        filter: saturate(1.3);
}

.directory__routs-img {
	margin: 0;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.directory__routs-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top;
}

.directory__routs-text {
	position: relative;
	z-index: 1;
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	width: 100%;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
	word-wrap: break-word;
}

.directory__brands {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	margin: 0 -5px 25px -5px;
}

.directory__brands-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	display: block;
	text-decoration: none;
	width: -webkit-calc(14.28% - 10px);
	width:         calc(14.28% - 10px);
	margin: 5px;
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
}
.directory__brands-item:hover,
.directory__brands-item:active {
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
}
.directory__brands-item img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}

@media only screen and (max-width: 980px) {
	.directory__brands-item {
		width: -webkit-calc(16.66% - 10px);
		width:         calc(16.66% - 10px);
	}
}

@media only screen and (max-width: 768px) {
	.directory__routs-item {
		width: -webkit-calc(25% - 10px);
		width:         calc(25% - 10px);
	}
	.directory__brands-item {
		width: -webkit-calc(20% - 10px);
		width:         calc(20% - 10px);
	}
}

@media only screen and (max-width: 640px) {
	.directory__routs-item {
		width: -webkit-calc(33.33% - 10px);
		width:         calc(33.33% - 10px);
	}
	.directory__brands-item {
		width: -webkit-calc(25% - 10px);
		width:         calc(25% - 10px);
	}
}

@media only screen and (max-width: 480px) {
	.directory__routs-item {
		width: -webkit-calc(50% - 10px);
		width:         calc(50% - 10px);
	}
	.directory__brands-item {
		width: -webkit-calc(33.33% - 10px);
		width:         calc(33.33% - 10px);
	}
}

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

.page__breadcrumbs {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 100%;
	padding: 20px 0 0 0;
	font-size: 10px;
	color: #707070;
}
.page__breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}
.page__breadcrumbs ul li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
}
.page__breadcrumbs ul li a {
	text-decoration: none;
	color: inherit;
	position: relative;
	padding: 0 25px 0 0;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.page__breadcrumbs ul li a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	    -ms-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
	width: 7px;
	height: 7px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
}
.page__breadcrumbs ul li a:hover,
.page__breadcrumbs ul li a:active {
	text-decoration: underline;
}
.page__breadcrumbs ul li a i[class^='icon-'] {
	text-decoration: none;
}

.page__main {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 70%;
}

.page__aside {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 26%;
}

.banner {
	margin: 30px 0 0 0;
}
.banner img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.links__item {
	display: block;
	text-decoration: none;
	color: #ffffff;
	line-height: 1;
	position: relative;
	margin: 50px 0 15px 0;
	padding: 12px 20px 12px 0;
	background-color: #ed6d00;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
	background-image:         linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
	background-position: 0 100%;
	background-size: 100% 1px;
	background-repeat: no-repeat;
	border-bottom: 3px solid #a64501;
	-webkit-box-shadow: inset 0 5px 20px 0 rgba(255, 255, 255, 0.3), inset 0 -5px 20px 0 rgba(255, 255, 255, 0.3);
	        box-shadow: inset 0 5px 20px 0 rgba(255, 255, 255, 0.3), inset 0 -5px 20px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.links__item:hover,
.links__item:active {
	background-color: rgba(237, 109, 0, 0.9);
	-webkit-filter: saturate(1.3);
	        filter: saturate(1.3);
}

.links__item-icon {
	margin: 0;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	max-width: 25%;
	max-height: -webkit-calc(100% + 30px);
	max-height:         calc(100% + 30px);
	-webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
	        filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
}
.links__item-icon img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.links__item-text {
	display: block;
	margin: 0 0 0 33%;
	font-size: 13px;
	line-height: 1;
	word-wrap: break-word;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

.debriefing {
	margin: 50px 0 0 0;
}

.debriefing__title {
	font-size: 25px;
	font-weight: 300;
	line-height: 1.1;
	text-shadow: 0 0 0 currentColor;
}

.debriefing__box {
	margin: 15px 0 0 0;
	padding: 0;
	border: none;
}

.debriefing__field {
	display: block;
	margin: 10px 0 0 0;
	font-weight: 300;
}
.debriefing__field input {
	position: absolute;
	visibility: hidden;
}
.debriefing__field input:checked ~ span:before {
	-webkit-box-shadow: inset 0 0 0 2px #ffffff;
	        box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #ed6d00;
}
.debriefing__field span {
	position: relative;
	padding: 0 0 0 25px;
}
.debriefing__field span:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	border: 1px solid #707070;
	-webkit-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

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

.nav {
	margin: 30px 0 0 0;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	border: 1px solid #c0c0c0;
}

.nav__buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	overflow: hidden;
	-webkit-border-top-left-radius: 10px;
	        border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	        border-top-right-radius: 10px;
	background-color: #f6f6f6;
}
.nav__buttons button {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 50%;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;
	padding: 10px 5px;
	font-family: inherit;
	font-size: 15px;
	color: #707070;
	background-color: #f6f6f6;
	-webkit-border-top-left-radius: 10px;
	        border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	        border-top-right-radius: 10px;
	border-bottom: 1px solid #c0c0c0;
}
.nav__buttons button.active {
	z-index: 1;
	background-color: #ffffff;
	margin: -1px -1px 0 -1px;
	border-left: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: none;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.nav__tab {
	will-change: height;
}

.nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav__list > li {
	border-bottom: 1px solid #c0c0c0;
}
.nav__list > li:last-child {
	border-bottom: none;
}
.nav__list > li > ul {
	border-top: 1px solid #c0c0c0;
}
.nav__list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #f6f6f6;
}
.nav__list ul ul {
	background-color: #e9e9e9;
	-webkit-box-shadow: -30px 0 0 0 #e9e9e9;
	        box-shadow: -30px 0 0 0 #e9e9e9;
}
.nav__list li a {
	text-decoration: none;
	color: inherit;
	display: block;
	vertical-align: top;
	padding: 8px 15px;
	word-wrap: break-word;
}
.nav__list li a:hover,
.nav__list li a:active {
	text-decoration: underline;
}
.nav__list li.current > a {
	color: #ed6d00;
}
.nav__list.nav__list_align_center {
	text-align: center;
}

.nav__brand {
	margin: 0;
	padding: 15px 0;
	list-style: none;
	font-size: 10px;
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
	-webkit-column-gap: 0;
	   -moz-column-gap: 0;
	        column-gap: 0;
}
.nav__brand li a {
	text-decoration: none;
	color: inherit;
	display: block;
	vertical-align: top;
	padding: 3px 10px 3px 20px;
	word-wrap: break-word;
}
.nav__brand li a:hover,
.nav__brand li a:active {
	text-decoration: underline;
}

@media only screen and (max-width: 768px) {
	.page__box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.page__main {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		        order: 0;
		width: 100%;
	}
	.page__aside {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		        order: 1;
		width: 100%;
	}
	.page__aside {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		        align-items: flex-start;
	}
	.page__aside > * {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 46%;
	}
}

@media only screen and (max-width: 480px) {
	.page__aside {
		display: block;
	}
	.page__aside > * {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
	}
}

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

.recent {
	margin: 25px 0 0;
}

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

.recent__title {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	margin: 0 20px 0 0;
}

.recent__links {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.recent__links li {
	margin: 0 20px 0 0;
}
.recent__links li:last-child {
	margin: 0;
}
.recent__links li a {
	text-decoration: none;
	color: #707070;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.recent__links li a:active,
.recent__links li a:hover {
	text-decoration: underline;
}
.recent__links li a i[class^='icon-'] {
	margin-right: 7px;
	text-decoration: none;
}

.recent {
	margin: 25px -10px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.recent.owl-carousel {
	display: block;
	width: auto;
}
.recent.owl-carousel .owl-stage .owl-item .recent__item {
	width: auto;
}
.recent.owl-carousel .owl-stage .owl-item .recent__item-img img {
	display: inline-block;
	vertical-align: top;
	width: auto;
}
.recent.owl-carousel .owl-nav {
	margin: 0 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
}
.recent.owl-carousel .owl-nav .owl-next,
.recent.owl-carousel .owl-nav .owl-prev {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	position: relative;
	width: 30px;
	height: 20px;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.recent.owl-carousel .owl-nav .owl-next:active:before,
.recent.owl-carousel .owl-nav .owl-next:hover:before,
.recent.owl-carousel .owl-nav .owl-prev:active:before,
.recent.owl-carousel .owl-nav .owl-prev:hover:before {
	border-color: #ed6d00;
}
.recent.owl-carousel .owl-nav .owl-next:active:after,
.recent.owl-carousel .owl-nav .owl-next:hover:after,
.recent.owl-carousel .owl-nav .owl-prev:active:after,
.recent.owl-carousel .owl-nav .owl-prev:hover:after {
	background-color: #ed6d00;
}
.recent.owl-carousel .owl-nav .owl-next:before,
.recent.owl-carousel .owl-nav .owl-prev:before {
	content: '';
	position: absolute;
	top: 50%;
	width: 15px;
	height: 15px;
	border-left: 2px solid #707070;
	border-bottom: 2px solid #707070;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.recent.owl-carousel .owl-nav .owl-next:after,
.recent.owl-carousel .owl-nav .owl-prev:after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	height: 2px;
	width: 100%;
	background-color: #707070;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.recent.owl-carousel .owl-nav .owl-prev:before {
	left: 0;
	-webkit-transform: translateY(-50%) rotate(45deg);
	    -ms-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
}
.recent.owl-carousel .owl-nav .owl-prev:after {
	right: 0;
}
.recent.owl-carousel .owl-nav .owl-next:before {
	right: 0;
	-webkit-transform: translateY(-50%) rotate(-135deg);
	    -ms-transform: translateY(-50%) rotate(-135deg);
	        transform: translateY(-50%) rotate(-135deg);
}
.recent.owl-carousel .owl-nav .owl-next:after {
	left: 0;
}
.recent.owl-carousel .owl-dots {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	margin: 0 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.recent.owl-carousel .owl-dots .owl-dot {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 14px;
	height: 21px;
	margin: 0 30px;
	background-color: #ececec;
	border: 1px solid #707070;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	position: relative;
}
.recent.owl-carousel .owl-dots .owl-dot:before,
.recent.owl-carousel .owl-dots .owl-dot:after {
	content: '';
	position: absolute;
	top: -1px;
	width: 14px;
	height: 21px;
	border: 1px solid #707070;
	background-color: #ececec;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.recent.owl-carousel .owl-dots .owl-dot:before {
	left: -16px;
}
.recent.owl-carousel .owl-dots .owl-dot:after {
	right: -16px;
}
.recent.owl-carousel .owl-dots .owl-dot:active,
.recent.owl-carousel .owl-dots .owl-dot:hover,
.recent.owl-carousel .owl-dots .owl-dot.active {
	border-color: #ed6d00;
	background-color: transparent;
}
.recent.owl-carousel .owl-dots .owl-dot:active:before,
.recent.owl-carousel .owl-dots .owl-dot:active:after,
.recent.owl-carousel .owl-dots .owl-dot:hover:before,
.recent.owl-carousel .owl-dots .owl-dot:hover:after,
.recent.owl-carousel .owl-dots .owl-dot.active:before,
.recent.owl-carousel .owl-dots .owl-dot.active:after {
	border-color: #ed6d00;
	background-color: transparent;
}

.recent__item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: -webkit-calc(33.33% - 20px);
	width:         calc(33.33% - 20px);
	margin: 0 10px 40px;
}

.recent__item-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	padding: 0 0 15px;
	border-bottom: 1px solid #d2d2d2;
}

.recent__item-date {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	display: block;
	width: 30%;
	color: #707070;
}

.recent__item-day {
	display: block;
	font-size: 48px;
	font-weight: 300;
}

.recent__item-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	        align-self: center;
	margin: 0 0 0 10px;
	width: -webkit-calc(70% - 10px);
	width:         calc(70% - 10px);
	text-align: center;
}
.recent__item-img img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.recent__item-title {
	margin: 15px 0 0;
	font-size: 14px;
	font-weight: 400;
}
.recent__item-title a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.recent__item-title a:active,
.recent__item-title a:hover {
	text-decoration: underline;
}

.recent__item-text {
	margin: 10px 0 0;
	font-size: 12px;
	color: #707070;
}

.recent__item-link {
	display: inline-block;
	vertical-align: top;
	margin: 15px 0 0;
	text-decoration: none;
	color: #ed6d00;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.recent__item-link:active,
.recent__item-link:hover {
	text-decoration: underline;
}
.recent__item-link i[class^='icon-'] {
	margin-right: 7px;
	text-decoration: none;
}

@media only screen and (max-width: 768px) {
	.recent.owl-carousel .owl-dots {
		margin: 0 0 0 16px;
	}
	.recent.owl-carousel .owl-dots .owl-dot {
		margin: 0 16px;
	}
	.recent.owl-carousel .owl-dots .owl-dot:after {
		display: none;
	}
	.recent__item {
		width: -webkit-calc(50% - 20px);
		width:         calc(50% - 20px);
	}
}

@media only screen and (max-width: 360px) {
	.recent {
		display: block;
	}
	.recent.owl-carousel .owl-dots {
		margin: 0 12px;
	}
	.recent.owl-carousel .owl-dots .owl-dot {
		margin: 0 4px;
	}
	.recent.owl-carousel .owl-dots .owl-dot:before {
		display: none;
	}
	.recent__item {
		width: auto;
	}
}

.about {
	margin: 30px 0 0 0;
	padding: 35px 5%;
	border: 1px solid #c0c0c0;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}

.showmore {
	will-change: height;
}

.showmore-button {
	margin: 20px 0 0 0;
}
.showmore-button button {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
	position: relative;
	color: #ed6d00;
	padding: 0 0 0 15px;
	font: inherit;
}
.showmore-button button:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	width: 7px;
	height: 7px;
	border-left: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	-webkit-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.showmore-button button:hover,
.showmore-button button:active {
	text-decoration: underline;
	-webkit-text-decoration-style: dashed;
	        text-decoration-style: dashed;
}
.showmore-button button.active:before {
	top: 6px;
	-webkit-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	        transform: rotate(135deg);
}

.footer {
	margin: 80px 0 0 0;
	padding: 10px 0 15px 0;
	background-color: #f6f6f6;
	-webkit-box-shadow: inset 0 5px 15px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: inset 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.footer__box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	        align-items: flex-start;
}

.footer__item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 10px 0 0 0;
}
.footer__item.footer__item_contacts {
	width: 22%;
}
.footer__item.footer__item_links {
	width: 47%;
	margin-left: 3%;
}
.footer__item.footer__item_links .footer__item-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}
.footer__item.footer__item_links .footer__item-list li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 48%;
}
.footer__item.footer__item_copy {
	width: 25%;
	margin-left: 3%;
	margin-bottom: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}
.footer__item.footer__item_copy > * {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	display: block;
}

.footer__item-title {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	color: #707070;
}

.footer__item-list {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
.footer__item-list li {
	margin: 7px 0 0 0;
}
.footer__item-list li a {
	text-decoration: none;
	color: #707070;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.footer__item-list li a:hover,
.footer__item-list li a:active {
	text-decoration: underline;
}
.footer__item-list li a i[class^='icon-'] {
	margin-right: 7px;
	text-decoration: none;
}

.footer__sitemap {
	margin: 0 10px 10px 0;
	text-decoration: none;
	color: #707070;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.footer__sitemap:hover,
.footer__sitemap:active {
	text-decoration: underline;
}

.footer__copy {
	color: #707070;
}

.footer__callback {
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
	max-width: 980px;
}
.footer__callback .button {
	position: absolute;
	right: 15px;
	bottom: 0;
	width: 25.2%;
	padding: 11px 15px 7px 15px;
	font-size: 14px;
	text-align: center;
	-webkit-border-bottom-left-radius: 0;
	        border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	        border-bottom-right-radius: 0;
	border-bottom: none;
}
.footer__callback .button i[class^='icon-'] {
	margin-right: 7px;
	text-decoration: none;
}
.footer__callback .button span {
	display: inline-block;
	vertical-align: middle;
}

@media only screen and (max-width: 768px) {
	.footer {
		padding: 10px 0 50px 0;
	}
	.footer__callback .button {
		width: auto;
		max-width: 320px;
	}
	.footer__item.footer__item_contacts {
		width: 34%;
	}
	.footer__item.footer__item_links {
		width: 35%;
	}
	.footer__item.footer__item_links .footer__item-list {
		display: block;
	}
	.footer__item.footer__item_links .footer__item-list li {
		width: auto;
	}
	.footer__item.footer__item_copy {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 480px) {
	.footer__item.footer__item_contacts {
		width: 47%;
	}
	.footer__item.footer__item_links {
		width: 50%;
	}
	.footer__item.footer__item_copy {
		width: 100%;
		margin: 30px 0 0 0;
	}
}

@media only screen and (max-width: 360px) {
	.footer__box {
		display: block;
	}
	.footer__item.footer__item_contacts {
		width: auto;
	}
	.footer__item.footer__item_links {
		width: auto;
		margin: 30px 0 0 0;
	}
	.footer__item.footer__item_copy {
		width: auto;
		margin: 30px 0 0 0;
	}
}

.mfp-bg {
	opacity: 0.2 !important;
}

.mfp-counter {
	color: #ffffff !important;
}

.mfp-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.mfp-figure:after {
	-webkit-box-shadow: 0 10px 100px rgba(0, 0, 0, 0.5) !important;
	        box-shadow: 0 10px 100px rgba(0, 0, 0, 0.5) !important;
}

.mfp-figure .mfp-close {
	opacity: 1;
}

.popup {
	position: relative;
	max-width: 400px;
	margin: 0 auto;
	-webkit-box-shadow: 0 10px 100px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 100px rgba(0, 0, 0, 0.5);
	background-color: #ffffff;
}
.popup .mfp-close {
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #ed6d00 !important;
}
.popup#callback {
	max-width: 550px;
}

.form {
	padding: 30px;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}

.form__header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}
.form__header > *:not(:last-child) {
	margin-right: 20px;
}

.form__text {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	margin: 20px 0 0 0;
	color: #707070;
}

.form__field {
	margin: 15px 0 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}
.form__field input,
.form__field textarea {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	display: block;
	margin: 5px 0 0 0;
	width: 72%;
	background-color: transparent;
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-border-radius: 0;
	        border-radius: 0;
	padding: 3px 10px;
	border: 1px solid #b2b2b2;
	font: inherit;
}
.form__field input {
	height: 27px;
}
.form__field textarea {
	min-height: 95px;
	resize: vertical;
}
.form__field span {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	display: block;
	margin: 5px 20px 0 0;
	color: #707070;
}
.form__field .form__field-file {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 72%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}
.form__field .form__field-file input[type=file] {
	position: absolute;
	z-index: -1;
	visibility: hidden;
	width: 0;
	height: 0;
}
.form__field .form__field-file input {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
.form__field .form__field-file button {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 5px 0 0 10px;
}

.form__check {
	margin: 20px 0 0 0;
	display: block;
}
.form__check input {
	visibility: hidden;
	position: absolute;
}
.form__check input:checked ~ span:before {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	height: 8px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-left: 2px solid #ed6d00;
	border-bottom: 2px solid #ed6d00;
}
.form__check span {
	position: relative;
	display: block;
	padding: 0 0 0 30px;
	font-size: 14px;
	color: #707070;
}
.form__check span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #c0c0c0;
	-webkit-transition: all 0.2s ease;
	        transition: all 0.2s ease;
}

.form__field.form__field_required span:after,
.form__check.form__check_required span:after {
	content: ' *';
	color: #ed6d00;
	font-size: 12px;
}

.form__field.form__field-disabled input:disabled {
	border-color: transparent;
	color: #000000;
}

.form__link {
	margin: 20px 0 0 0;
}
.form__link a {
	text-decoration: none;
	color: #707070;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.form__link a:hover,
.form__link a:active {
	text-decoration: underline;
}
.form__link a i[class^='icon-'] {
	margin-right: 7px;
	text-decoration: none;
}
.form__link.form__link_align_right {
	text-align: right;
}

.form__switch {
	margin: 20px 0 0 25%;
	padding: 0;
	border: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	        align-items: flex-start;
	position: relative;
}
.form__switch:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 18px;
	-webkit-border-radius: 18px;
	        border-radius: 18px;
	background-color: #c3c3c3;
	-webkit-box-shadow: inset 0 0 8px 0 #4e504f;
	        box-shadow: inset 0 0 8px 0 #4e504f;
}
.form__switch label {
	display: block;
}
.form__switch label input {
	visibility: hidden;
	position: absolute;
}
.form__switch label input:checked ~ span {
	color: #000000;
}
.form__switch label input:checked ~ span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 3px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background-color: #fefefe;
	-webkit-box-shadow: inset 1px 1px 2px 0 #ffffff, inset 3px 3px 5px 0 #919191, 0 2px 5px 0 #4e504f;
	        box-shadow: inset 1px 1px 2px 0 #ffffff, inset 3px 3px 5px 0 #919191, 0 2px 5px 0 #4e504f;
}
.form__switch label span {
	display: inline-block;
	vertical-align: top;
	color: #707070;
	padding: 2px 10px 2px 28px;
	position: relative;
	cursor: pointer;
}

.form__attention {
	margin: 20px 0 0 0;
	font-size: 14px;
	color: #ed6d00;
}

.form__error {
	margin: 20px 0 0 0;
	font-size: 14px;
	color: #ff0000;
}

.form__buttons {
	margin: 20px 0 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}
.form__buttons > .form__text {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	margin: 10px 10px 0 0;
}
.form__buttons > .form__attention {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	margin: 10px 10px 0 0;
}
.form__buttons > .button {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	margin: 10px 0 0 0;
	min-width: 140px;
	font-size: 14px;
	text-align: center;
}

.form__box {
	margin: 20px 0 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}
.form__box > * {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	margin: 10px 10px 0 0;
}

.form__item.form__item_border {
	margin-top: 30px;
	padding: 20px 0;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}
.form__item.form__item_border > *:first-child {
	margin-top: 0;
}
.form__item.form__item_border + .form__item_border {
	margin-top: 0;
	border-top: none;
}

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

.form__captcha-question {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 45%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

.form__captcha-question-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
}
.form__captcha-question-img img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.form__captcha-question-button {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 34px;
	height: 34px;
	line-height: 28px;
	margin: 0 0 0 5px;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
	        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#d4d4d4));
	background-image: -webkit-linear-gradient(top, #fdfdfd, #d4d4d4);
	background-image:         linear-gradient(to bottom, #fdfdfd, #d4d4d4);
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	text-align: center;
}

.form__captcha-answer {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	display: block;
	width: 50%;
}
.form__captcha-answer input {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	display: block;
	margin: 5px 0 0 0;
	width: 100%;
	background-color: transparent;
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-border-radius: 0;
	        border-radius: 0;
	padding: 3px 10px;
	border: 1px solid #b2b2b2;
	font: inherit;
}
.form__captcha-answer input {
	height: 27px;
}
.form__captcha-answer span {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	display: block;
	color: #707070;
}

@media only screen and (max-width: 480px) {
	.form__switch {
		margin: 20px 0 0 0;
	}
	.form__field {
		display: block;
	}
	.form__field input,
	.form__field textarea {
		width: 100%;
	}
	.form__field .form__field-file {
		width: 100%;
	}
	.form__captcha {
		display: block;
	}
	.form__captcha-question {
		width: auto;
	}
	.form__captcha-answer {
		margin: 10px 0 0 0;
		width: auto;
	}
}

@media only screen and (max-width: 360px) {
	.form {
		padding: 30px 15px;
	}
}

.search-form {
	margin: 30px 0 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}
.search-form input {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	display: block;
	height: 27px;
	background-color: transparent;
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-border-radius: 0;
	        border-radius: 0;
	padding: 3px 10px;
	border: 1px solid #b2b2b2;
	font: inherit;
}
.search-form .button {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	margin: 0 0 0 20px;
}

.sitemap {
	margin: 50px 0 0 0;
}

.sitemap__title {
	margin: 0;
	font-size: 20px;
	font-weight: 400;
}

.sitemap__list {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
}
.sitemap__list > li {
	margin: 10px 0 0 0;
}
.sitemap__list > li > a {
	color: inherit;
}
.sitemap__list > li > a:before {
	top: 8px;
	width: 2px;
	height: 2px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
.sitemap__list > li ul {
	margin: 0 0 0 30px;
	padding: 0;
	list-style: none;
	font-size: 14px;
}
.sitemap__list > li ul li {
	margin: 7px 0 0 0;
}
.sitemap__list > li ul li a {
	color: #707070;
}
.sitemap__list > li ul li a:before {
	top: 8px;
	width: 3px;
	height: 1px;
}
.sitemap__list a {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 8px;
	position: relative;
	text-decoration: none;
}
.sitemap__list a:before {
	content: '';
	position: absolute;
	left: 0;
	background-color: currentColor;
}
.sitemap__list a:hover,
.sitemap__list a:active {
	text-decoration: underline;
}

.faq {
	margin: 25px 0 0 0;
	padding: 0;
	list-style: none;
	border: 1px solid #c0c0c0;
}

.faq__item {
	border-bottom: 1px solid #c0c0c0;
}
.faq__item:last-child {
	border-bottom: none;
}
.faq__item.active .faq__item-title {
	color: #ed6d00;
}

.faq__item-title {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 15px;
}

.faq__item-text {
	margin: 0;
	padding: 15px 15px;
	background-color: #f3f3f3;
	border-top: 1px solid #c0c0c0;
}

.accordion {
	position: relative;
}
.accordion.active > .accordion__button {
	background-size: 7px 1px;
	background-position: 2px 5px;
	background-repeat: no-repeat;
}
.accordion .accordion__box .accordion__button {
	left: 0;
}
.accordion .accordion__box .accordion__title {
	padding-left: 20px !important;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.accordion .accordion__box .accordion__box {
	padding-left: 20px !important;
}

.accordion__title {
	padding-left: 30px !important;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.accordion__box {
	padding-left: 30px !important;
}

.accordion__button {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	top: 11px;
	left: 8px;
	width: 13px;
	height: 13px;
	border: 1px solid #999999;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#999999)), -webkit-gradient(linear, left top, left bottom, from(#999999), to(#999999));
	background-image: -webkit-linear-gradient(#999999, #999999), -webkit-linear-gradient(#999999, #999999);
	background-image:         linear-gradient(#999999, #999999), linear-gradient(#999999, #999999);
	background-size: 7px 1px, 1px 7px;
	background-position: 2px 5px, 5px 2px;
	background-repeat: no-repeat, no-repeat;
}
.accordion__button:hover,
.accordion__button:active {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ed6d00), to(#ed6d00)), -webkit-gradient(linear, left top, left bottom, from(#ed6d00), to(#ed6d00));
	background-image: -webkit-linear-gradient(#ed6d00, #ed6d00), -webkit-linear-gradient(#ed6d00, #ed6d00);
	background-image:         linear-gradient(#ed6d00, #ed6d00), linear-gradient(#ed6d00, #ed6d00);
}

.order {
	margin: 30px 0 0 0;
	border: 1px solid #b2b2b2;
}

.catalog-tab {
	will-change: height;
}

.catalog-routs {
	margin: 30px -10px 0 -10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
}

.catalog-routs__item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	display: block;
	text-decoration: none;
	color: inherit;
	width: -webkit-calc(33.3333% - 20px);
	width:         calc(33.3333% - 20px);
	margin: 0 10px 20px 10px;
	text-align: center;
}
.catalog-routs__item:hover,
.catalog-routs__item:active {
	text-decoration: underline;
}

.catalog-routs__img {
	margin: 0 14%;
	background-color: #ed6d00;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
	background-image:         linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
	background-position: 0 100%;
	background-size: 100% 1px;
	background-repeat: no-repeat;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	overflow: hidden;
}
.catalog-routs__img img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.catalog-routs__text {
	margin: 15px 0 0 0;
}

.catalog-brands {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-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;
	margin: 30px -15px 0 -15px;
}

.catalog-brands__item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	display: block;
	text-decoration: none;
	width: -webkit-calc(33.3333% - 30px);
	width:         calc(33.3333% - 30px);
	margin: 0 15px 10px 15px;
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
}
.catalog-brands__item:hover,
.catalog-brands__item:active {
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
}
.catalog-brands__item img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}

@media only screen and (max-width: 480px) {
	.catalog-routs__item {
		width: -webkit-calc(50% - 20px);
		width:         calc(50% - 20px);
	}
}

@media only screen and (max-width: 360px) {
	.catalog-brands__item {
		width: -webkit-calc(50% - 30px);
		width:         calc(50% - 30px);
	}
}

.type {
	padding: 30px 0;
}

.type-header {
	margin: 30px 0 0 0;
	padding: 0 0 40px 0;
	border-bottom: 1px solid #ed6d00;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

.type-header__img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	        align-self: flex-start;
	margin: 0;
	width: 22%;
	background-color: #ed6d00;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
	background-image:         linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
	background-position: 0 100%;
	background-size: 100% 1px;
	background-repeat: no-repeat;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	overflow: hidden;
}
.type-header__img img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.type-header__content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 73%;
	margin: 0 0 0 5%;
}

.type-header__text p {
	margin-top: 20px;
	margin-bottom: 20px;
}

.type-header__text ul li {
	margin: 5px 0 0 0;
}

.type-header__text a {
	text-decoration: none;
	color: #ed6d00;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.type-header__text a:active,
.type-header__text a:hover {
	text-decoration: underline;
}

.type-header__text *:first-child {
	margin-top: 0;
}

.type-header__text *:last-child {
	margin-bottom: 0;
}

.type-header__links {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.type-header__links li {
	margin: 10px 20px 0 0;
}
.type-header__links li a {
	text-decoration: none;
	color: #707070;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.type-header__links li a:hover,
.type-header__links li a:active {
	text-decoration: underline;
}
.type-header__links li a i[class^='icon-'] {
	margin-right: 7px;
	text-decoration: none;
}

.type-list {
	margin: 40px 0 0 0;
	padding: 0;
	list-style: none;
}

.type-list__item {
	margin: 30px 0 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

.type-list__img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	        align-self: flex-start;
	margin: 0;
	width: 22%;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	overflow: hidden;
	border: 1px solid #dcdcdc;
}
.type-list__img img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}

.type-list__content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 73%;
	margin: 0 0 0 5%;
}

.type-list__title {
	margin: 0;
	font-weight: 400;
	font-size: 20px;
}
.type-list__title a {
	text-decoration: none;
	color: inherit;
}
.type-list__title a:hover,
.type-list__title a:active {
	text-decoration: underline;
}

.type-list__text {
	margin: 10px 0 0 0;
	color: #707070;
}

@media only screen and (max-width: 480px) {
	.type-header,
	.type-list__item {
		display: block;
	}
	.type-header__img,
	.type-list__img {
		display: inline-block;
		vertical-align: top;
		width: auto;
	}
	.type-header__content,
	.type-list__content {
		margin: 20px 0 0 0;
		width: auto;
	}
}

.card-header {
	margin: 30px 0 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

.card-header__img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	        align-self: flex-start;
	margin: 0;
	width: 22%;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	overflow: hidden;
	border: 1px solid #dcdcdc;
}
.card-header__img img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}

.card-header__links {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 73%;
	margin: 0 0 0 5%;
	padding: 0;
	list-style: none;
}
.card-header__links li {
	margin: 10px 0 0 0;
}
.card-header__links li a {
	text-decoration: none;
	color: #707070;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.card-header__links li a:hover,
.card-header__links li a:active {
	text-decoration: underline;
}
.card-header__links li a i[class^='icon-'] {
	margin-right: 7px;
	text-decoration: none;
}

.card-characteristics {
	margin: 35px 0 0 0;
}

.card-characteristics__list {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	color: #707070;
}
.card-characteristics__list li {
	position: relative;
	padding: 0 0 0 12px;
	margin: 5px 0 0 0;
}
.card-characteristics__list li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 3px;
	height: 3px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background-color: currentColor;
}

.card-characteristics__text {
	margin: 20px 0 0 0;
}
.card-characteristics__text p {
	margin-top: 20px;
	margin-bottom: 20px;
}
.card-characteristics__text ul li {
	margin: 5px 0 0 0;
}
.card-characteristics__text a {
	text-decoration: none;
	color: #ed6d00;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.card-characteristics__text a:active,
.card-characteristics__text a:hover {
	text-decoration: underline;
}
.card-characteristics__text *:first-child {
	margin-top: 0;
}
.card-characteristics__text *:last-child {
	margin-bottom: 0;
}

.card-characteristics__text table {
	border-collapse: collapse;
	width: auto;
}

.card-characteristics__text td {
	border: 1px solid black;
	padding: 5px 5px;
}

.card-info {
	margin: 35px 0 0 0;
}

.card-info__table {
	width: 100%;
	max-width: 100%;
	margin: 20px 0 0 0;
	border-collapse: collapse;
	font-size: 12px;
}

.card-info__table-number,
.card-info__table-name,
.card-info__table-availability,
.card-info__table-button {
	padding: 7px 10px;
	border: 1px solid #c0c0c0;
}

.card-info__table-head {
	background-color: #f6f6f6;
	color: #707070;
}
.card-info__table-head .card-info__table-number,
.card-info__table-head .card-info__table-name,
.card-info__table-head .card-info__table-availability,
.card-info__table-head .card-info__table-button {
	font-weight: 400;
}

.card-info__table-button {
	position: relative;
}

.card-info__order,
.card-info__succsess {
	position: absolute;
	z-index: 1;
	right: 50%;
	top: -3px;
	-webkit-transform: translate(50%, -100%);
	    -ms-transform: translate(50%, -100%);
	        transform: translate(50%, -100%);
	max-width: 280px;
	width: 280px;
	padding: 25px;
	background-color: #ffffff;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	border: 1px solid #c0c0c0;
	-webkit-box-shadow: 0 10px 100px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 100px rgba(0, 0, 0, 0.5);
}
.card-info__order:before,
.card-info__succsess:before {
	content: '';
	position: absolute;
	right: 50%;
	bottom: 0;
	-webkit-transform: translate(50%, 55%) rotate(45deg);
	    -ms-transform: translate(50%, 55%) rotate(45deg);
	        transform: translate(50%, 55%) rotate(45deg);
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

.card-info__succsess {
	text-align: center;
}

.card-info__order-close,
.card-info__succsess-close {
	cursor: pointer;
	background: transparent;
	border: 0;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-ms-touch-action: manipulation;
	    touch-action: manipulation;
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #ed6d00;
	font-style: normal;
	font-size: 28px;
	font-family: inherit;
}

.card-info__order-title {
	font-size: 15px;
	color: #707070;
}

.card-info__succsess-title {
	font-size: 15px;
	color: #707070;
}
.card-info__succsess-title a {
	text-decoration: none;
	color: #ed6d00;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.card-info__succsess-title a:hover,
.card-info__succsess-title a:active {
	text-decoration: underline;
}

.card-info__succsess-button-close {
	margin: 15px 0 0 0;
}

.card-info__order-form {
	margin: 15px 0 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}

.card-info__order-input {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	display: block;
	height: 27px;
	width: 100px;
	background-color: transparent;
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-border-radius: 0;
	        border-radius: 0;
	padding: 3px 10px;
	border: 1px solid #b2b2b2;
	font: inherit;
}

.card-info__order-button {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.card-info__footer {
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}

.card-info__links {
	margin: 20px 20px 0 0;
	padding: 0;
	list-style: none;
}
.card-info__links li {
	margin: 7px 0 0 0;
}
.card-info__links li a {
	text-decoration: none;
	color: #707070;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.card-info__links li a:hover,
.card-info__links li a:active {
	text-decoration: underline;
}
.card-info__links li a i[class^='icon-'] {
	margin-right: 7px;
	text-decoration: none;
}

.card-info__sign {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	color: #707070;
}
.card-info__sign li {
	margin: 3px 0 0 0;
}
.card-info__sign li i[class^='icon-'] {
	margin-right: 7px;
	text-decoration: none;
}

@media only screen and (max-width: 1130px) {
	.card-info__order,
	.card-info__succsess {
		right: -15px;
		-webkit-transform: translateY(-100%);
		    -ms-transform: translateY(-100%);
		        transform: translateY(-100%);
	}
	.card-info__order:before,
	.card-info__succsess:before {
		right: 70px;
		-webkit-transform: translateY(55%) rotate(45deg);
		    -ms-transform: translateY(55%) rotate(45deg);
		        transform: translateY(55%) rotate(45deg);
	}
}

@media only screen and (max-width: 480px) {
	.card-header {
		display: block;
	}
	.card-header__img {
		display: inline-block;
		vertical-align: top;
		width: auto;
	}
	.card-header__links {
		margin: 20px 0 0 0;
		width: auto;
	}
	.card-info__table {
		display: block;
		overflow-x: auto;
	}
	.card-info__table tbody {
		display: block;
	}
	.card-info__table-head {
		display: none;
	}
	.card-info__table-row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.card-info__table-row:last-child {
		border-bottom: 1px solid #c0c0c0;
	}
	.card-info__table-number {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		display: block;
		width: 30%;
		background-color: #f6f6f6;
		border-bottom: none;
		border-right: none;
	}
	.card-info__table-name {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		display: block;
		width: 70%;
		background-color: #f6f6f6;
		border-bottom: none;
	}
	.card-info__table-availability {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		display: block;
		width: 30%;
		border-bottom: none;
		border-right: none;
	}
	.card-info__table-button {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		display: block;
		width: 70%;
		border-bottom: none;
		text-align: right;
	}
}

.basket-form {
	margin: 30px 0 0 0;
	border: 1px solid #b2b2b2;
}

.basket-table {
	width: 100%;
	max-width: 100%;
	margin: 20px 0 0 0;
	border-collapse: collapse;
	font-size: 12px;
}

.basket-table__number,
.basket-table__name,
.basket-table__quantity,
.basket-table__unit,
.basket-table__delete {
	padding: 7px 10px;
	border: 1px solid #c0c0c0;
}

.basket-table__head {
	background-color: #f6f6f6;
	color: #707070;
}
.basket-table__head .basket-table__number,
.basket-table__head .basket-table__name,
.basket-table__head .basket-table__quantity,
.basket-table__head .basket-table__unit,
.basket-table__head .basket-table__delete {
	font-weight: 400;
}

.basket-table__quantity-input, .basket-table__quantity-input-c {
	display: block;
	margin: 0;
	width: 40px;
	height: 27px;
	background-color: transparent;
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-border-radius: 0;
	        border-radius: 0;
	padding: 3px 10px;
	border: 1px solid #b2b2b2;
	font: inherit;
	text-align: center;
}

.basket-table__unit {
	text-align: center;
}

.basket-table__delete-icon {
	width: 27px;
	height: 27px;
	font-size: 30px;
	line-height: 27px;
	font-weight: 300;
}

.basket-table__delete-button {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
	width: 27px;
	height: 27px;
	font-family: inherit;
	font-size: 30px;
	line-height: 27px;
	font-weight: 300;
	color: #ed6d00;
}

.basket-form__add {
	margin: 20px 0 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

.basket-form__add-input {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	display: block;
	margin: 0 20px 0 0;
	width: 100%;
	height: 27px;
	background-color: transparent;
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-border-radius: 0;
	        border-radius: 0;
	padding: 3px 10px;
	border: 1px solid #b2b2b2;
	font: inherit;
}

.basket-form__add-button {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.basket-form__comment {
	margin: 20px 0 0 0;
}

.basket-form__comment-textarea {
	display: block;
	margin: 0;
	width: 100%;
	min-height: 65px;
	background-color: transparent;
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-border-radius: 0;
	        border-radius: 0;
	resize: vertical;
	padding: 3px 10px;
	border: 1px solid #b2b2b2;
	font: inherit;
}

@media only screen and (max-width: 480px) {
	.basket-table {
		display: block;
		overflow-x: auto;
	}
	.basket-table tbody {
		display: block;
	}
	.basket-table__head {
		display: none;
	}
	.basket-table__row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.basket-table__row:last-child {
		border-bottom: 1px solid #c0c0c0;
	}
	.basket-table__number {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		display: block;
		width: 30%;
		background-color: #f6f6f6;
		border-bottom: none;
		border-right: none;
	}
	.basket-table__name {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		display: block;
		width: 70%;
		background-color: #f6f6f6;
		border-bottom: none;
	}
	.basket-table__quantity {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		display: block;
		width: 30%;
		border-bottom: none;
		border-right: none;
	}
	.basket-table__quantity-input {
		width: 100%;
	}
	.basket-table__unit {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		display: block;
		width: auto;
		border-bottom: none;
		border-right: none;
		text-align: left;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		        align-items: center;
	}
	.basket-table__delete {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		display: block;
		border-bottom: none;
	}
}

.application {
	margin: 30px 0 0 0;
	border: 1px solid #b2b2b2;
}

.application__table {
	width: 100%;
	max-width: 100%;
	margin: 20px 0 0 0;
	border-collapse: collapse;
	font-size: 12px;
}

.application__table-number,
.application__table-name,
.application__table-quantity {
	padding: 7px 10px;
	border: 1px solid #c0c0c0;
}

.application__table-quantity {
	text-align: center;
}

.application__table-head {
	background-color: #f6f6f6;
	color: #707070;
}
.application__table-head .application__table-number,
.application__table-head .application__table-name,
.application__table-head .application__table-quantity {
	font-weight: 400;
}

@media only screen and (max-width: 480px) {
	.application__table {
		display: block;
		overflow-x: auto;
	}
}

.private {
	margin: 30px 0 0 0;
	border: 1px solid #b2b2b2;
}

.private__submit {
	display: none;
}

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

.news__item {
	padding: 15px 0;
	border-bottom: 1px solid #d2d2d2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

.news__item-header {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 37%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

.news__item-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 60%;
	margin: 0 0 0 3%;
}

.news__item-date {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	display: block;
	width: 35%;
	color: #707070;
}

.news__item-day {
	display: block;
	font-size: 48px;
	font-weight: 300;
}

.news__item-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0 0 0 10px;
	width: -webkit-calc(65% - 10px);
	width:         calc(65% - 10px);
	text-align: center;
}
.news__item-img img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.news__item-title {
	margin: 15px 0 0;
	font-size: 14px;
	font-weight: 400;
}
.news__item-title a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.news__item-title a:active,
.news__item-title a:hover {
	text-decoration: underline;
}

.news__item-text {
	margin: 10px 0 0;
	font-size: 12px;
	color: #707070;
}

.news__item-link {
	display: inline-block;
	vertical-align: top;
	margin: 15px 0 0;
	text-decoration: none;
	color: #ed6d00;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.news__item-link:active,
.news__item-link:hover {
	text-decoration: underline;
}
.news__item-link i[class^='icon-'] {
	margin-right: 7px;
	text-decoration: none;
}

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

.pagination__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-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;
	color: #707070;
}

.pagination__item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	padding: 11px;
}
.pagination__item a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.pagination__item a:active,
.pagination__item a:hover {
	color: #ed6d00;
}
.pagination__item.current a {
	color: #ed6d00;
}
.pagination__item.pagination__next,
.pagination__item.pagination__prev {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.pagination__item.pagination__next a,
.pagination__item.pagination__prev a {
	display: block;
	position: relative;
	width: 30px;
	height: 20px;
}
.pagination__item.pagination__next a:active:before,
.pagination__item.pagination__next a:hover:before,
.pagination__item.pagination__prev a:active:before,
.pagination__item.pagination__prev a:hover:before {
	border-color: #ed6d00;
}
.pagination__item.pagination__next a:active:after,
.pagination__item.pagination__next a:hover:after,
.pagination__item.pagination__prev a:active:after,
.pagination__item.pagination__prev a:hover:after {
	background-color: #ed6d00;
}
.pagination__item.pagination__next a:before,
.pagination__item.pagination__prev a:before {
	content: '';
	position: absolute;
	top: 50%;
	width: 15px;
	height: 15px;
	border-left: 2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.pagination__item.pagination__next a:after,
.pagination__item.pagination__prev a:after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	height: 2px;
	width: 100%;
	background-color: #c0c0c0;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.pagination__item.pagination__prev a:before {
	left: 0;
	-webkit-transform: translateY(-50%) rotate(45deg);
	    -ms-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
}
.pagination__item.pagination__prev a:after {
	right: 0;
}
.pagination__item.pagination__next a:after {
	left: 0;
}
.pagination__item.pagination__next a:before {
	right: 0;
	-webkit-transform: translateY(-50%) rotate(-135deg);
	    -ms-transform: translateY(-50%) rotate(-135deg);
	        transform: translateY(-50%) rotate(-135deg);
}

@media only screen and (max-width: 480px) {
	.news__item {
		display: block;
	}
	.news__item-header {
		width: auto;
	}
	.news__item-content {
		margin: 20px 0 0 0;
		width: auto;
	}
}

.share {
	margin: 20px 0 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

.share__item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	display: block;
	margin: 20px 20px 0 0;
	padding: 5px 20px;
	font-size: 12px;
	line-height: 1;
	font-family: inherit;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
	text-decoration: none;
	color: #ffffff;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	background-color: #707070;
	border-bottom: 2px solid #575757;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	overflow-x: hidden;
}
.share__item:hover,
.share__item:active {
	-webkit-filter: saturate(1.3);
	        filter: saturate(1.3);
}
.share__item i[class^='icon-'] {
	margin-right: 7px;
	text-decoration: none;
}
.share__item span {
	vertical-align: middle;
}
.share__item.share__item_like {
	background-color: #4668b1;
	border-bottom-color: #203e7f;
}
.share__item.share__item_twit {
	background-color: #1696df;
	border-bottom-color: #087dc0;
}
.share__item.share__item_goo {
	background-color: #d2553c;
	border-bottom-color: #a93e27;
}

.news-article-links {
	margin: 40px 0 0 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #d2d2d2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.news-article-links li {
	margin: 10px 20px 0 0;
}
.news-article-links li a {
	text-decoration: none;
	color: #707070;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.news-article-links li a:hover,
.news-article-links li a:active {
	text-decoration: underline;
}
.news-article-links li a i[class^='icon-'] {
	margin-right: 7px;
	text-decoration: none;
}

.search-result {
	margin: 20px 0 0 0;
}

.search-result__quantity {
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #c0c0c0;
	color: #707070;
	text-align: center;
}

.search-result__item {
	margin: 25px 0 0 0;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #c0c0c0;
}

.search-result__list {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

.search-result__list-item {
	margin: 20px 0 0 0;
}

.search-result__list-title {
	margin: 15px 0 0;
	font-size: 14px;
	font-weight: 400;
}
.search-result__list-title a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.search-result__list-title a:active,
.search-result__list-title a:hover {
	text-decoration: underline;
}

.search-result__list-text {
	margin: 10px 0 0;
	font-size: 12px;
	color: #707070;
}

.agent-header {
	margin: 30px 0 0 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #c0c0c0;
	-webkit-column-count: 3;
	   -moz-column-count: 3;
	        column-count: 3;
	-webkit-column-gap: 20px;
	   -moz-column-gap: 20px;
	        column-gap: 20px;
}

.agent-header__item {
	margin: 0 0 10px 0;
}

.agent-header__item-title {
	margin: 0;
}

.agent-header__item-list {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
.agent-header__item-list li a {
	text-decoration: none;
	color: #ed6d00;
}
.agent-header__item-list li a:hover,
.agent-header__item-list li a:active {
	text-decoration: underline;
}

.agent-list {
	margin: 40px 0 0 0;
	padding: 0;
	list-style: none;
}

.agent-list__item {
	margin: 30px 0 0 0;
}

.agent-list__name {
	margin: 15px 0 0 0;
	font-size: 19px;
	font-weight: 400;
}
.agent-list__name a {
	text-decoration: none;
	color: #ed6d00;
}
.agent-list__name a:hover,
.agent-list__name a:active {
	text-decoration: underline;
}

.agent-list__address {
	margin: 5px 0 0 0;
	color: #707070;
	font-style: normal;
}

.agent-list__links {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
.agent-list__links li {
	margin: 2px 0 0 0;
}
.agent-list__links li a {
	text-decoration: none;
	color: inherit;
}
.agent-list__links li a:hover,
.agent-list__links li a:active {
	text-decoration: underline;
}

@media only screen and (max-width: 480px) {
	.agent-header {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
		        column-count: 2;
	}
}

.agent-article {
	margin: 30px 0 0 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #c0c0c0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

.agent-article__contacts {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 57%;
}

.agent-article__contacts-address {
	font-style: normal;
}

.agent-article__contacts-links {
	margin: 0;
	padding: 0;
	list-style: none;
}
.agent-article__contacts-links li {
	margin: 2px 0 0 0;
}
.agent-article__contacts-links li a {
	text-decoration: none;
	color: #ed6d00;
}
.agent-article__contacts-links li a:hover,
.agent-article__contacts-links li a:active {
	text-decoration: underline;
}

.agent-article__links {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}
.agent-article__links li {
	margin: 7px 0 0 0;
}
.agent-article__links li a {
	text-decoration: none;
	color: #707070;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.agent-article__links li a:hover,
.agent-article__links li a:active {
	text-decoration: underline;
}
.agent-article__links li a i[class^='icon-'] {
	margin-right: 7px;
	text-decoration: none;
}

.agent-article__img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 38%;
	margin: 0 0 0 5%;
}
.agent-article__img img {
	max-width: 100%;
	width: auto;
	height: auto;
}

@media only screen and (max-width: 480px) {
	.agent-article {
		display: block;
	}
	.agent-article__contacts {
		width: auto;
	}
	.agent-article__img {
		width: auto;
		margin: 20px 0 0 0;
	}
}

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

.publications__item {
	padding: 15px 0;
	border-bottom: 1px solid #d2d2d2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

.publications__item-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 65%;
}

.publications__item-author {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 30%;
	margin: 0 0 0 5%;
	text-align: right;
	color: #707070;
}

.publications__item-title {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
}
.publications__item-title a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.publications__item-title a:active,
.publications__item-title a:hover {
	text-decoration: underline;
}

.publications__item-text {
	margin: 10px 0 0;
	font-size: 12px;
	color: #707070;
}

.publications__item-link {
	display: inline-block;
	vertical-align: top;
	margin: 15px 0 0;
	text-decoration: none;
	color: #ed6d00;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.publications__item-link:active,
.publications__item-link:hover {
	text-decoration: underline;
}
.publications__item-link i[class^='icon-'] {
	margin-right: 7px;
	text-decoration: none;
}

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

.pagination__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-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;
	color: #707070;
}

.pagination__item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	padding: 11px;
}
.pagination__item a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.pagination__item a:active,
.pagination__item a:hover {
	color: #ed6d00;
}
.pagination__item.current a {
	color: #ed6d00;
}
.pagination__item.pagination__next,
.pagination__item.pagination__prev {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.pagination__item.pagination__next a,
.pagination__item.pagination__prev a {
	display: block;
	position: relative;
	width: 30px;
	height: 20px;
}
.pagination__item.pagination__next a:active:before,
.pagination__item.pagination__next a:hover:before,
.pagination__item.pagination__prev a:active:before,
.pagination__item.pagination__prev a:hover:before {
	border-color: #ed6d00;
}
.pagination__item.pagination__next a:active:after,
.pagination__item.pagination__next a:hover:after,
.pagination__item.pagination__prev a:active:after,
.pagination__item.pagination__prev a:hover:after {
	background-color: #ed6d00;
}
.pagination__item.pagination__next a:before,
.pagination__item.pagination__prev a:before {
	content: '';
	position: absolute;
	top: 50%;
	width: 15px;
	height: 15px;
	border-left: 2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.pagination__item.pagination__next a:after,
.pagination__item.pagination__prev a:after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	height: 2px;
	width: 100%;
	background-color: #c0c0c0;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.pagination__item.pagination__prev a:before {
	left: 0;
	-webkit-transform: translateY(-50%) rotate(45deg);
	    -ms-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
}
.pagination__item.pagination__prev a:after {
	right: 0;
}
.pagination__item.pagination__next a:after {
	left: 0;
}
.pagination__item.pagination__next a:before {
	right: 0;
	-webkit-transform: translateY(-50%) rotate(-135deg);
	    -ms-transform: translateY(-50%) rotate(-135deg);
	        transform: translateY(-50%) rotate(-135deg);
}

@media only screen and (max-width: 480px) {
	.publications__item {
		display: block;
	}
	.publications__item-content {
		width: auto;
	}
	.publications__item-author {
		margin: 20px 0 0 0;
		width: auto;
		text-align: left;
	}
}

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

.events__item {
	padding: 15px 0;
	border-bottom: 1px solid #d2d2d2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

.events__item-header {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 25%;
	color: #707070;
}

.events__item-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 72%;
	margin: 0 0 0 3%;
}

.events__item-day {
	display: block;
	font-size: 48px;
	font-weight: 300;
}

.events__item-city {
	display: block;
	margin: 5px 0 0 0;
	color: #ed6d00;
}

.events__item-title {
	margin: 15px 0 0;
	font-size: 14px;
	font-weight: 400;
}
.events__item-title a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.events__item-title a:active,
.events__item-title a:hover {
	text-decoration: underline;
}

.events__item-text {
	margin: 10px 0 0;
	font-size: 12px;
	color: #707070;
}

.events__item-link {
	display: inline-block;
	vertical-align: top;
	margin: 15px 0 0;
	text-decoration: none;
	color: #ed6d00;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.events__item-link:active,
.events__item-link:hover {
	text-decoration: underline;
}
.events__item-link i[class^='icon-'] {
	margin-right: 7px;
	text-decoration: none;
}

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

.pagination__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-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;
	color: #707070;
}

.pagination__item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	padding: 11px;
}
.pagination__item a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.pagination__item a:active,
.pagination__item a:hover {
	color: #ed6d00;
}
.pagination__item.current a {
	color: #ed6d00;
}
.pagination__item.pagination__next,
.pagination__item.pagination__prev {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.pagination__item.pagination__next a,
.pagination__item.pagination__prev a {
	display: block;
	position: relative;
	width: 30px;
	height: 20px;
}
.pagination__item.pagination__next a:active:before,
.pagination__item.pagination__next a:hover:before,
.pagination__item.pagination__prev a:active:before,
.pagination__item.pagination__prev a:hover:before {
	border-color: #ed6d00;
}
.pagination__item.pagination__next a:active:after,
.pagination__item.pagination__next a:hover:after,
.pagination__item.pagination__prev a:active:after,
.pagination__item.pagination__prev a:hover:after {
	background-color: #ed6d00;
}
.pagination__item.pagination__next a:before,
.pagination__item.pagination__prev a:before {
	content: '';
	position: absolute;
	top: 50%;
	width: 15px;
	height: 15px;
	border-left: 2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.pagination__item.pagination__next a:after,
.pagination__item.pagination__prev a:after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	height: 2px;
	width: 100%;
	background-color: #c0c0c0;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.pagination__item.pagination__prev a:before {
	left: 0;
	-webkit-transform: translateY(-50%) rotate(45deg);
	    -ms-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
}
.pagination__item.pagination__prev a:after {
	right: 0;
}
.pagination__item.pagination__next a:after {
	left: 0;
}
.pagination__item.pagination__next a:before {
	right: 0;
	-webkit-transform: translateY(-50%) rotate(-135deg);
	    -ms-transform: translateY(-50%) rotate(-135deg);
	        transform: translateY(-50%) rotate(-135deg);
}

@media only screen and (max-width: 480px) {
	.events__item {
		display: block;
	}
	.events__item-header {
		width: auto;
	}
	.events__item-content {
		margin: 20px 0 0 0;
		width: auto;
	}
}

.registration {
	margin: 30px 0 0 0;
	border: 1px solid #b2b2b2;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor:         grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	        animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.owl-height {
	-webkit-transition: height 0.5s ease-in-out;
	        transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	        transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.1s ease;
	        transition: -webkit-transform 0.1s ease;
	        transition:         transform 0.1s ease;
	        transition:         transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
	    -ms-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	        transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity 0.4s ease;
	        transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	        transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	        transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(600px) rotateX(0);
	    -ms-transform: translateY(0) perspective(600px) rotateX(0);
	        transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	        transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	        transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor:         zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor:         zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #cccccc;
}

.mfp-preloader a:hover {
	color: #ffffff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-ms-touch-action: manipulation;
	    touch-action: manipulation;
}

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

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #ffffff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #ffffff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #ffffff;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #ffffff;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		    -ms-transform: scale(0.75);
		        transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		    -ms-transform-origin: 0;
		        transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		    -ms-transform-origin: 100%;
		        transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

nav li.current.active > a {
	color: #ed6d00;
}

.newproduct a:before{
	display: block;
	content: 'N';
	position: absolute;
    width: 13px;
    height: 13px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ed6d00;
    color: #ffffff;
    font-size: 10px;
    line-height: 13px;
    font-weight: 300;
    text-align: center;
    font-style: normal;
}	
