/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 7, 2017 */

@font-face {
	font-family: "ag_book_stencilregular";
	src: url("../fonts/ag_book_stencil_regular-webfont.woff2") format("woff2"), url("../fonts/ag_book_stencil_regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.ttf?1") format("truetype"), url("../fonts/icomoon.woff?1") format("woff"), url("../fonts/icomoon.svg?1#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="ico-"],
[class*=" ico-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ico-linkedin:before {
	content: "\e905";
}

.ico-brand:before {
	content: "\e905";
}

.ico-social:before {
	content: "\e905";
}

.ico-facebook:before {
	content: "\e90a";
}

.ico-brand1:before {
	content: "\e90a";
}

.ico-social1:before {
	content: "\e90a";
}

.ico-instagram:before {
	content: "\e918";
}

.ico-brand2:before {
	content: "\e918";
}

.ico-social2:before {
	content: "\e918";
}

.ico-close:before {
	content: "\e904";
}

.ico-arrow-up:before {
	content: "\e90b";
}

.ico-arrow-right:before {
	content: "\e90c";
}

.ico-arrow-left:before {
	content: "\e90d";
}

.ico-arrow-down:before {
	content: "\e90e";
}

.ico-tel:before {
	content: "\e916";
}

.ico-mail:before {
	content: "\e917";
}

.ico-zoom:before {
	content: "\e913";
}

.ico-camera:before {
	content: "\e914";
}

.ico-info:before {
	content: "\e915";
}

.ico-copy:before {
	content: "\e910";
}

.ico-glasses:before {
	content: "\e911";
}

.ico-hand:before {
	content: "\e912";
}

.ico-download:before {
	content: "\e90f";
}

.ico-marker:before {
	content: "\e909";
}

.ico-search3:before {
	content: "\e908";
}

.ico-search:before {
	content: "\e906";
}

.ico-search2:before {
	content: "\e907";
}

.ico-up:before {
	content: "\e900";
}

.ico-right:before {
	content: "\e901";
}

.ico-down:before {
	content: "\e902";
}

.ico-left:before {
	content: "\e903";
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-prev {
	left: 0;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next {
	right: 0;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

.radio-list,
.breadcrumbs ul,
.filters-list,
.sub-option,
.list-group,
.features-list,
.downloads-widget ul,
.partners-widget ul,
.symbols-holder ul,
.thumbnails,
.slick-fade-slider .slick-dots,
.tabset,
.info-listing,
.contact-list-group,
.team-list,
.contact-list,
#nav ul,
.logos-list,
.footer-nav ul,
.social-networks,
.options-list-pdf,
.req-labels-list,
#header-second .switch-lang,
#header-second .list-navigation,
#header-second .social-list,
#header-second .switch-lang-2,
.item-cont .list-contact,
.list-social {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#content:after,
#sidebar:after,
.sidebar:after,
.content:after,
.tab-area:after,
.contact-area:after {
	content: "";
	display: block;
	clear: both;
}

.form-control,
.panel-search .form-group,
.fake-input:before,
.fake-input:after,
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea,
a,
button,
.item-block-wrap figcaption,
.op-opener:after,
.filters-fixed-wrap,
.nav-opener:before,
.nav-opener:after,
.nav-opener .icon-bar,
.nav-holder,
.menu-wrap,
.nav-close:before,
.nav-close:after,
#nav .ico,
.nav-opener span {
	-webkit-transition: .3s ease;
	transition: .3s ease;
	-webkit-transition-property: color, background, border, visibility, opacity, -webkit-transform;
	transition-property: color, background, border, visibility, opacity, transform;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #3f3c36;
	background: #fff;
	font: 20px/1.3 "nimbus-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	line-height: 1.1;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
	color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
.h a:hover {
	color: #f07d00;
}

h1,
.h1 {
	font-size: 40px;
}

h2,
.h2 {
	font-size: 26px;
}

h3,
.h3 {
	font-size: 18px;
}

h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #f07d00;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #605e57;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #fff;
	padding: .3em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #fff;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #474133;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #474133;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #474133;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #474133;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #474133;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.form-control {
	height: 48px;
	font-style: italic;
	font-size: 22px;
	line-height: 1.1363636364;
	height: 71px;
	font-weight: 400;
	color: #474133;
}

.form-reset input[type="checkbox"],
.form-reset input[type="radio"] {
	position: fixed;
	left: -999px;
	top: 0;
	z-index: -999;
}

.form-reset input[type="checkbox"]:checked + .fake-input:before,
.form-reset input[type="checkbox"]:checked + .fake-input:after,
.form-reset input[type="radio"]:checked + .fake-input:before,
.form-reset input[type="radio"]:checked + .fake-input:after {
	opacity: 1;
}

.navbar-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	position: relative;
	margin-bottom: 18px;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.navbar-form label {
	position: absolute;
	font-size: 29px;
	left: 15px;
	top: 21px;
}

.navbar-form label:before {
	content: "\e906";
}

.navbar-form .form-control {
	font-weight: 400;
	color: #525252;
	width: 100%;
	margin-bottom: 5px;
	padding: 15px 15px 15px 66px;
}

.navbar-form .form-control::-webkit-input-placeholder {
	color: #525252;
}

.navbar-form .form-control::-moz-placeholder {
	opacity: 1;
	color: #525252;
}

.navbar-form .form-control:-moz-placeholder {
	color: #525252;
}

.navbar-form .form-control:-ms-input-placeholder {
	color: #525252;
}

.navbar-form .form-control.placeholder {
	color: #525252;
}

.navbar-form .btn,
.navbar-form .btn-secondary {
	width: 100%;
	padding: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	white-space: nowrap;
}

.panel-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.panel-search .form-group {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	padding: 10px;
	background: #474133;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 100% 0 0;
	-ms-transform-origin: 100% 0 0;
	transform-origin: 100% 0 0;
}

.panel-search label {
	position: absolute;
	font-size: 29px;
	left: 24px;
	top: 31px;
}

.panel-search label:before {
	content: "\e906";
}

.panel-search .form-control {
	font-weight: 400;
	color: #525252;
	width: 100%;
	margin-bottom: 5px;
	padding: 15px 15px 15px 66px;
}

.panel-search .form-control::-webkit-input-placeholder {
	color: #525252;
}

.panel-search .form-control::-moz-placeholder {
	opacity: 1;
	color: #525252;
}

.panel-search .form-control:-moz-placeholder {
	color: #525252;
}

.panel-search .form-control:-ms-input-placeholder {
	color: #525252;
}

.panel-search .form-control.placeholder {
	color: #525252;
}

.panel-search .btn,
.panel-search .btn-secondary {
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	white-space: nowrap;
}

.search-active .form-group {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.search-form {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	position: relative;
	margin-top: 3px;
}

.search-form label {
	position: absolute;
	color: #474133;
	top: 21px;
	left: 16px;
	font-size: 29px;
}

.search-form .form-control {
	width: 100%;
	padding: 12px 12px 12px 60px;
	margin-bottom: 5px;
}

.search-form .btn,
.search-form .btn-primary,
.search-form .btn-secondary {
	width: 100%;
}

.fake-input {
	margin-right: 22px;
	border: 2px solid #b0b0b0;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	overflow: hidden;
	position: relative;
	position: relative;
}

.fake-input:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
}

.fake-input:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
}

.fake-input:before,
.fake-input:after {
	background: #4c4c4c;
	width: 14px;
	height: 4px;
	margin: 4px 0 0 -1px;
	opacity: 0;
}

.fake-input:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fake-input:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.label-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	margin-bottom: 26px;
	text-transform: uppercase;
}

.label-wrap .text {
	display: inline-block;
	vertical-align: middle;
}

.label-wrap .icon {
	width: 22px;
	text-align: center;
	pointer-events: none;
	margin-right: 13px;
	display: inline-block;
	vertical-align: middle;
}

.label-wrap img {
	vertical-align: middle;
}

.form-default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}

.form-default label {
	position: absolute;
	left: 20px;
	font-size: 30px;
	top: 15px;
}

.form-default .form-control {
	color: #474133;
	font-weight: 400;
	font-size: 18px;
	padding: 10px 10px 10px 63px;
	height: 60px;
	background: #eee;
	border: 2px solid #474133;
	width: 100%;
	margin-bottom: 5px;
}

.form-default .form-control::-webkit-input-placeholder {
	color: #474133;
}

.form-default .form-control::-moz-placeholder {
	opacity: 1;
	color: #474133;
}

.form-default .form-control:-moz-placeholder {
	color: #474133;
}

.form-default .form-control:-ms-input-placeholder {
	color: #474133;
}

.form-default .form-control.placeholder {
	color: #474133;
}

.form-default .form-control:focus {
	border-color: #f07d00;
}

.form-default .form-control:focus + .btn-secondary {
	background: #f07d00;
}

.form-default .btn,
.form-default .btn-primary,
.form-default .btn-secondary {
	width: 100%;
}

.contact-form .form-group {
	position: relative;
	margin-bottom: 8px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
	border: 1px solid #000;
	display: block;
	width: 100%;
	height: 31px;
	color: #3f3c36;
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.1875;
	padding: 4px 13px;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form textarea:focus {
	border-color: #f07d00;
}

.contact-form textarea {
	height: 72px;
	resize: none;
}

.contact-form .label-heading {
	display: block;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.4285714286;
	margin-bottom: 10px;
	padding-top: 13px;
}

.contact-form .btn-holder {
	overflow: hidden;
	padding-top: 16px;
}

.contact-form .btn-default {
	width: 128px;
	height: 38px;
	font-size: 20px;
	line-height: 1.15;
	float: right;
	padding: 5px;
}

.input-placeholder-text {
	display: inline-block;
	vertical-align: top;
	height: 100%;
	font-style: italic;
	float: left;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.1875;
	padding: 6px 13px 3px;
}

.n-req .input-placeholder-text:after {
	content: " (valgfritt)";
	color: #9b9891;
	font-style: italic;
}

.textarea-group.n-req .input-placeholder-text,
.textarea-group .input-placeholder-text {
	padding: 10px 13px;
	font-style: normal;
	font-size: 14px;
}

.textarea-group.n-req .input-placeholder-text:after,
.textarea-group .input-placeholder-text:after {
	content: " (valgfritt)...";
}

.radio-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	font-size: 14px;
	line-height: 1.4285714286;
}

.radio-list li {
	margin: 0 38px 19px 0;
}

.radio-list li:first-child {
	margin-left: 0;
}

.radio-list .fake-label {
	vertical-align: middle;
}

.radio-list .fake-input {
	margin-right: 3px;
	border: 1px solid #000;
}

html {
	background: #eee;
}

body {
	-ms-overflow-style: scrollbar;
}

html.nav-active,
html.search-active {
	overflow: hidden;
	height: 100vh;
}

html.nav-active body,
html.search-active body {
	overflow: hidden;
	height: 100vh;
}

.container {
	max-width: 1140px;
	padding-left: 21px;
	padding-right: 21px;
	margin: 0 auto;
}

.container-sm {
	width: 100%;
	max-width: 982px;
	padding: 0 15px;
	margin-left: auto;
	margin-right: auto;
}

.container-lg {
	width: 100%;
	max-width: 1470px;
	padding: 0 15px;
	margin: 0 auto;
}

.container-fluid {
	width: 100%;
	padding: 0 15px;
}

a,
button {
	text-decoration: none;
}

.btn {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	border: 2px solid #f07d00;
	font-weight: 700;
	color: #f07d00;
	text-align: center;
	background: none;
	letter-spacing: 1px;
	padding: 5px 15px 6px;
	font-size: 17px;
	line-height: 1.1764705882;
}

.btn:hover {
	color: #605e57;
	border-color: #605e57;
}

.btn-primary,
.btn-secondary {
	background: #f07d00;
	font-style: italic;
	font-size: 26px;
	text-align: center;
	line-height: 1.1153846154;
	border: 0;
	color: #fff;
	letter-spacing: normal;
	padding: 7px;
	display: inline-block;
	vertical-align: top;
}

.btn-primary:hover,
.btn-secondary:hover {
	background: #605e57;
	color: #fff;
}

.btn-secondary {
	background: #605e57;
}

.btn-secondary:hover {
	background: #f07d00;
}

.btn-more {
	font-weight: 700;
	font-size: 22px;
	line-height: 1.1363636364;
	text-transform: uppercase;
}

.btn-default {
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	padding: 13px 10px;
	font-weight: 500;
	font-size: 21px;
	text-align: center;
	line-height: 1.1428571429;
	background: #f07d00;
	border: 0;
}

.btn-default .btn-ico {
	font-size: 24px;
	line-height: inherit;
}

.btn-default .btn-text,
.btn-default .btn-ico {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
}

.btn-default:hover {
	color: #fff;
	background: #605e57;
}

h1 {
	color: #f07d00;
	text-transform: uppercase;
}

h2 {
	text-transform: uppercase;
	line-height: 1.1538461538;
}

h3 {
	text-transform: uppercase;
}

p {
	margin: 0 0 33px;
}

.bg-stretch {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

#wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#two-columns {
	padding-top: 61px;
	padding-bottom: 59px;
	overflow: hidden;
}

#two-columns.extra {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

#two-columns > h1 {
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 46px;
}

#sidebar {
	overflow: hidden;
	position: relative;
}

.aligncenter {
	overflow: hidden;
	text-align: center;
	margin-bottom: 54px;
}

.aligncenter img {
	vertical-align: top;
}

.info-text {
	font-weight: 700;
	border: solid #000;
	border-width: 1px 0;
	overflow: hidden;
	font-size: 19px;
	line-height: 1.2631578947;
	padding: 35px 0 37px;
	margin-bottom: 49px;
}

.info-text p {
	margin-bottom: 0;
}

.text-columns {
	overflow: hidden;
	margin-bottom: 63px;
}

.text-columns .column {
	overflow: hidden;
}

.text-columns p {
	margin-bottom: 0;
}

.fig {
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
	width: 100%;
}

.fig figcaption {
	display: block;
	color: #464038;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.25;
}

.img-align {
	background: #eee;
	overflow: hidden;
	z-index: 1;
	min-height: 316px;
	margin-bottom: 11px;
	white-space: nowrap;
	text-align: center;
	position: relative;
}

.img-align:before {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	width: 0;
	min-height: inherit;
}

.img-align > * {
	white-space: normal;
	display: inline-block;
	vertical-align: bottom;
	max-width: 99%;
}

.img-align:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.img-align:after {
	z-index: -1;
	pointer-events: none;
	background: -webkit-radial-gradient(center center, ellipse, rgba(255, 255, 255, .6) 0%, rgba(243, 243, 243, .28) 68%, rgba(238, 238, 238, .28) 100%);
	background: radial-gradient(ellipse at center center, rgba(255, 255, 255, .6) 0%, rgba(243, 243, 243, .28) 68%, rgba(238, 238, 238, .28) 100%);
}

.img-align img {
	vertical-align: top;
	width: 197px;
}

.holder-wrap {
	overflow: hidden;
}

.holder-wrap .quote {
	margin-bottom: 0;
}

.alignleft {
	float: none;
	margin-bottom: 65px;
}

.quote {
	overflow: hidden;
	color: #464038;
	font-style: italic;
	font-weight: 800;
	padding: 53px 0 0;
	font-size: 17px;
	line-height: 1.2941176471;
	margin: 0 0 66px;
	position: relative;
}

.quote:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
}

.quote:before {
	content: "“";
	color: #f07d00;
	line-height: 1;
	left: -7px;
	font-size: 67px;
}

.quote q {
	quotes: none;
}

.quote q:after,
.quote q:before {
	display: none;
}

.descr-wrap {
	overflow: hidden;
}

.heading-head {
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-bottom: 43px;
}

.heading-head .heading {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2857142857;
	letter-spacing: .5px;
	padding: 0 20px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	position: relative;
}

.heading-head .heading:before {
	position: absolute;
	content: "";
	top: 50%;
	bottom: auto;
	left: -9999px;
	right: 100%;
}

.heading-head .heading:after {
	position: absolute;
	content: "";
	top: 50%;
	bottom: auto;
	left: 100%;
	right: -9999px;
}

.heading-head .heading.border-gray:before,
.heading-head .heading.border-gray:after {
	background: #000;
}

.heading-head .heading:before,
.heading-head .heading:after {
	height: 1px;
	background: #000;
}

.artikler-col {
	overflow: hidden;
	font-size: 20px;
	line-height: 1.25;
	margin-bottom: 83px;
	width: 100%;
}

.artikler-col h2 {
	font-size: 26px;
	line-height: 1.1538461538;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.artikler-col .img-holder {
	text-align: center;
	overflow: hidden;
	position: relative;
	margin-bottom: 19px;
}

.artikler-col img {
	vertical-align: top;
	display: block;
	max-width: none;
	width: 100%;
}

.artikler-col p {
	margin-bottom: 16px;
}

.item-block {
	overflow: hidden;
	color: #464038;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.35;
	text-align: left;
	margin-bottom: 31px;
}

.item-block p {
	margin-bottom: 0;
}

.fig-image {
	display: block;
	background: #eee;
	position: relative;
	min-height: 184px;
	white-space: nowrap;
	text-align: center;
}

.fig-image:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: inherit;
}

.fig-image > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.fig-image .img-tag {
	position: absolute;
	top: 9px;
	right: 12px;
	z-index: 1;
}

.item-block-wrap {
	display: block;
	color: inherit;
}

.item-block-wrap:hover figcaption {
	background: #f07d00;
}

.item-block-wrap figure {
	margin: 0 0 20px;
	padding: 0;
	display: block;
	width: 100%;
	text-align: center;
}

.item-block-wrap figcaption {
	display: block;
	width: 100%;
	color: #fff;
	font-weight: 700;
	background: #464038;
	font-size: 20px;
	line-height: 1.1;
	padding: 8px 10px 7px;
	text-transform: capitalize;
}

.widget-heading {
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2142857143;
	padding: 0 20px;
	margin-bottom: 31px;
	text-transform: uppercase;
	position: relative;
	position: relative;
}

.widget-heading:before {
	position: absolute;
	content: "";
	top: 50%;
	bottom: auto;
	left: -9999px;
	right: 100%;
}

.widget-heading:after {
	position: absolute;
	content: "";
	top: 50%;
	bottom: auto;
	left: 100%;
	right: -9999px;
}

.widget-heading:before,
.widget-heading:after {
	height: 1px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba(0, 0, 0, .2);
}

.widget-produkter {
	text-align: center;
}

.widget-produkter > hr {
	margin-bottom: 20px;
	display: block;
}

.aktuelt-area {
	padding-top: 39px;
	padding-bottom: 20px;
}

.aktuelt-area h1 {
	margin-bottom: 18px;
}

.article {
	position: relative;
	color: #464038;
	font-size: 18px;
	line-height: 1.2222222222;
	margin-bottom: 67px;
}

.article .img-holder {
	overflow: hidden;
	position: relative;
	margin-bottom: 22px;
}

.article h2 {
	text-transform: none;
	color: #3f3c36;
	margin-bottom: 20px;
}

.article img {
	display: block;
	max-width: none;
	width: 100%;
}

.article p {
	margin-bottom: 18px;
}

.post-column {
	position: relative;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.1875;
	margin-bottom: 59px;
}

.post-column .img-holder {
	overflow: hidden;
	position: relative;
	margin-bottom: 21px;
}

.post-column h2 {
	color: #464038;
	margin-bottom: 17px;
}

.post-column img {
	max-width: none;
	display: block;
	width: 100%;
}

.post-column p {
	margin-bottom: 18px;
}

.intro-block {
	overflow: hidden;
	z-index: 1;
	background-size: cover;
	color: #fff;
	background-position: 50% 50%;
	position: relative;
}

.intro-block:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.intro-block:before {
	z-index: -1;
	background: rgba(0, 0, 0, .55);
}

.intro-block .form-control {
	background: #eee;
}

.intro-block h1 {
	color: inherit;
	font-size: 32px;
	line-height: 1;
	margin-bottom: 30px;
}

.intro-holder {
	padding-top: 52px;
	padding-bottom: 50px;
}

.intro-holder .intro-align {
	width: 100%;
}

.breadcrumbs {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.1875;
	text-transform: capitalize;
	overflow: hidden;
	width: 100%;
}

.breadcrumbs ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
}

.breadcrumbs li + li:before {
	content: ">";
	padding: 0 7px;
	font-size: .5em;
	vertical-align: middle;
}

.breadcrumbs a {
	color: inherit;
}

.breadcrumbs a:hover {
	color: #f07d00;
}

.documents-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-flow: column-reverse nowrap;
	flex-flow: column-reverse nowrap;
	padding-top: 49px;
	padding-bottom: 123px;
}

.documents-area .btn-more {
	float: left;
	font-size: 22px;
	line-height: 1.1363636364;
}

.content-holder {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.doc-filters {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.filters-list {
	overflow: hidden;
	margin-bottom: -1px;
}

.filters-list.text-transform .label-wrap {
	text-transform: none;
}

.filters-list li {
	margin-bottom: 45px;
}

.filters-list .sub-option li {
	margin-bottom: 0;
}

.sub-option {
	padding-left: 38px;
	padding-bottom: 17px;
}

.sub-option li {
	margin-bottom: 0;
}

.sub-option .label-wrap {
	text-transform: capitalize;
	margin-bottom: 15px;
}

.op-opener {
	display: block;
	padding: 0 0 14px;
	color: #464038;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	line-height: .95;
	position: relative;
	border-bottom: 2px solid #000;
	position: relative;
}

.op-opener:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: auto;
	left: auto;
	right: 0;
}

.op-opener:after {
	content: "\e90c";
	font-size: 1.4em;
	right: 4px;
	top: -3px;
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.op-active .op-opener:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.op-slide {
	overflow: hidden;
	padding-top: 45px;
}

.op-slide .fake-label {
	line-height: 0;
}

.list-group {
	overflow: hidden;
	position: relative;
	color: #000;
	margin-bottom: 40px;
	border-top: 1px solid rgba(0, 0, 0, .2);
}

.list-group.extra li {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.list-group li {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	padding: 22px 0 31px;
}

.list-group .col-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: calc(100% - 79px);
}

.list-group .col-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: calc(100% - 20px);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.list-group .col-left h2 {
	width: auto;
	margin: 0;
	font-size: 15px;
}

.list-group .img-holder {
	width: 25px;
	margin-right: 10px;
}

.list-group .sponsor-img {
	display: block;
	width: 91px;
}

.list-group h2 {
	text-transform: capitalize;
	font-size: 18px;
	line-height: 1.1666666667;
	width: 100%;
	margin-bottom: 12px;
}

.list-group .text-light {
	font-weight: 400;
	padding-left: 16px;
}

.list-group .ico-download {
	font-size: 38px;
	color: #3e3b35;
}

.list-group .ico-arrow-right {
	font-size: 18px;
}

.list-group a {
	color: inherit;
}

.list-group a:hover {
	color: #f07d00;
}

.list-group img {
	vertical-align: top;
}

.banner-carousel {
	position: relative;
	overflow: hidden;
	width: 100%;
	color: #fff;
}

.banner-carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.banner-carousel .slideset {
	width: 99999px;
	float: left;
}

.banner-carousel .slide {
	width: 100%;
	float: left;
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	padding: 90px 0 10px;
}

.banner-carousel .slide.active {
	z-index: 1;
}

.banner-carousel .slide > .container {
	position: relative;
	z-index: 1;
}

.banner-carousel h1 {
	color: inherit;
	margin-bottom: 0;
	text-transform: none;
	font-size: 16px;
	line-height: 1.25;
}

.banner-carousel .title-heading {
	display: block;
	margin-bottom: 9px;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 1;
}

.banner-carousel .slide-holder {
	white-space: nowrap;
	text-align: center;
	overflow: hidden;
	text-align: right;
}

.banner-carousel .slide-holder:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 180px;
}

.banner-carousel .slide-holder > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.banner-carousel .img-holder {
	position: relative;
	margin-bottom: -8px;
	width: 130px;
}

.banner-carousel .btn-prev,
.banner-carousel .btn-next {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: rgba(255, 255, 255, .5);
	font-size: 60px;
	line-height: 1;
	z-index: 2;
	margin-top: 63px;
}

.banner-carousel .btn-prev:hover,
.banner-carousel .btn-next:hover {
	color: #fff;
}

.banner-carousel .btn-next {
	left: auto;
	right: 0;
}

.banner-carousel .descr {
	overflow: hidden;
	width: 54.34%;
	text-align: left;
}

.banner-carousel img {
	vertical-align: top;
}

.image-stamp {
	display: block;
	width: 97px;
	height: 97px;
	border-radius: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	background: #f07d00;
	overflow: hidden;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.125;
	position: absolute;
	z-index: 1;
	left: -59px;
	top: 11px;
}

.image-stamp:before {
	display: block;
	content: attr(data-stamp);
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

.text-aside {
	z-index: 1;
	padding-top: 0;
	padding-bottom: 0;
	font-style: italic;
	font-size: 22px;
	line-height: 1.1818181818;
	color: #474133;
	text-align: center;
	position: relative;
}

.text-aside:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
}

.text-aside:before {
	z-index: -1;
	background: #f6f5f5;
	display: none;
}

.text-aside .holder {
	width: 100%;
	padding: 25px 0 21px;
}

.text-aside .logos-list {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.text-aside .logos-list li {
	margin-bottom: 0;
	padding: 0 15px;
}

.text-aside .logos-list li:before {
	bottom: 2px;
	top: 8px;
}

.text-aside h2 {
	margin-bottom: 0;
	font-size: 16px;
}

.text-aside p {
	margin-bottom: 0;
}

.box {
	width: 100%;
	background: #f07d00;
	color: #fff;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	padding: 20px;
	text-transform: uppercase;
	height: 90px;
	margin-bottom: 13px;
}

.box:hover {
	color: #fff;
	background: #605e57;
}

.box h3,
.box .ico {
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
}

.box h3 {
	font-size: 22px;
}

.box .ico {
	font-size: 43px;
}

.box .ico.ico-hand {
	font-size: 45px;
}

.features-list {
	font-size: 14px;
	line-height: 1.2857142857;
	padding: 0 14px;
}

.features-list li {
	margin-bottom: 6px;
}

.features-list a {
	color: inherit;
}

.features-list a:hover {
	color: #f07d00;
}

.sidebar {
	overflow: hidden;
	position: relative;
}

.topics-holder {
	margin: 0 0 30px;
}

.topics {
	color: #3f3c36;
	padding: 40px 0 49px;
	border-top: 1px solid #3f3c36;
}

.topics h2 {
	color: #3f3c36;
	margin: 0 0 5px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 800;
}

.topics p {
	margin: 0;
}

.topics:first-child {
	border-top: 0;
}

.downloads-widget {
	background: #f5f5f5;
	padding: 0 0 43px;
	margin: 0 0 41px;
}

.downloads-widget h3 {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	font-weight: 800;
	position: relative;
}

.downloads-widget h3:after {
	position: absolute;
	font-family: icomoon;
	content: "\e90e";
	font-size: 35px;
	right: 0;
	top: 50%;
	margin: -10px -27px 0 0;
}

.downloads-widget h4 {
	margin: 0;
	font-size: 13px;
	line-height: 17px;
	color: #000;
	font-weight: 800;
	width: 105px;
}

.downloads-widget header {
	background: #f07d00;
	padding: 15px 40px 15px 20px;
	margin: 0 0 38px;
}

.downloads-widget ul {
	padding: 12px;
}

.downloads-widget ul li {
	display: block;
	border-bottom: 1px solid #d6d6d6;
}

.downloads-widget ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	padding: 15px 10px 12px;
}

.downloads-widget ul li a:hover {
	opacity: .8;
	text-decoration: none;
}

.downloads-widget ul li:first-child {
	border-top: 1px solid #d6d6d6;
}

.downloads-widget ul .ico {
	font-size: 18px;
}

.downloads-widget .img-holder {
	max-width: 30px;
}

.downloads-widget .img-holder img {
	vertical-align: top;
}

.partners-widget {
	text-align: center;
}

.partners-widget h3 {
	color: #474133;
	text-transform: uppercase;
	font-weight: 800;
	border-bottom: 1px solid #acacac;
	margin: 0 0 63px;
	padding: 0 0 23px;
}

.partners-widget ul li {
	display: block;
	margin: 0 0 52px;
}

.partners-widget ul a {
	display: block;
}

.partners-widget ul a:hover {
	opacity: .8;
	text-decoration: none;
}

.partners-widget ul img {
	vertical-align: top;
}

.text-widget {
	overflow: hidden;
	color: #474133;
	font-size: 16px;
	line-height: 1.1875;
	margin-bottom: 49px;
	padding-top: 57px;
	position: relative;
}

.text-widget:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
}

.text-widget:before {
	border-top: 1px solid #000;
}

.text-widget h2 {
	margin-bottom: 18px;
	text-transform: none;
	font-size: 24px;
}

.text-widget p {
	margin-bottom: 0;
}

.producktr-block.sep-top {
	padding-top: 41px;
	padding-bottom: 29px;
	position: relative;
}

.producktr-block.sep-top:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: auto;
	left: 19px;
	right: 19px;
}

.producktr-block.sep-top:before {
	border-top: 1px solid #000;
	display: none;
}

.producktr-block .btn-holder {
	margin-bottom: 50px;
}

.products-area .heading:after,
.products-area .heading:before {
	background: #ccc;
}

.posts-column-area {
	padding-top: 36px;
	padding-bottom: 60px;
	position: relative;
}

.posts-column-area:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: auto;
	left: 19px;
	right: 19px;
}

.posts-column-area:before {
	border-top: 1px solid #000;
}

.page-error {
	overflow: hidden;
	font-size: 18px;
	line-height: 1.2777777778;
	padding-top: 56px;
	padding-bottom: 56px;
}

.page-error h1 {
	margin-bottom: 23px;
	font-size: 70px;
	line-height: 1;
}

.page-error h2 {
	text-transform: none;
	margin-bottom: 46px;
	color: #3f3c36;
	font-weight: 300;
	font-size: 26px;
}

.page-error hr {
	display: block;
	margin-bottom: 41px;
	border: solid #ccc;
	border-width: 1px 0 0;
}

.page-error .center-block {
	margin-bottom: 74px;
}

.page-error p {
	margin-bottom: 29px;
}

.center-block {
	margin-left: auto;
	margin-right: auto;
	max-width: 325px;
}

.filters-opener {
	width: 211px;
	margin: 0 auto 51px;
	display: block;
}

.show-results {
	position: absolute;
	top: 28px;
	right: 23px;
	color: #fff;
	font-size: 22px;
	line-height: 1;
}

.show-results:hover {
	color: #f07d00;
}

.produkt-info {
	overflow: hidden;
	margin-bottom: 14px;
}

.produkt-info h1 {
	font-size: 29px;
	line-height: 1.0689655172;
	margin-bottom: 19px;
	text-transform: capitalize;
}

.produkt-info h2 {
	font-size: 17px;
	line-height: 1.2352941176;
	margin-bottom: 27px;
	text-transform: capitalize;
}

.produkt-info .text-light {
	font-weight: 400;
}

.info-heading {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.1875;
	margin-bottom: 10px;
	display: block;
}

.info-descr {
	font-size: 19px;
	line-height: 1.2105263158;
}

.info-descr p {
	margin-bottom: 31px;
}

.image-wrap {
	position: relative;
	overflow: hidden;
}

.product-image {
	background: #eee;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	text-align: center;
	margin-bottom: 26px;
}

.product-image .align {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 351px;
	width: 100%;
	padding: 20px;
}

.product-image .ico-zoom {
	position: absolute;
	bottom: 21px;
	right: 19px;
	font-size: 35px;
	color: #999;
	z-index: 1;
}

.product-image img {
	vertical-align: top;
}

.symbols-holder ul {
	border: solid #000;
	border-width: 1px 0;
	padding: 16px 11px 0;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	text-align: center;
}

.symbols-holder li {
	margin-bottom: 7px;
	margin-right: 17px;
}

.symbols-holder .symbol-text {
	display: block;
	padding: 6px 0 0;
	font-weight: 400;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
}

.symbols-holder a {
	color: inherit;
}

.symbols-holder a:hover {
	color: #f07d00;
}

.symbols-holder img {
	vertical-align: top;
}

.thumbnails {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
}

.thumbnails li {
	margin: 0 0 5px 5px;
}

.thumbnails a {
	display: block;
	width: 68px;
	height: 68px;
	background: #eee;
}

.thumbnails a:hover {
	opacity: .8;
}

.thumbnails img {
	vertical-align: top;
}

.slick-fade-slider {
	margin-bottom: 26px;
}

.slick-fade-slider .product-image {
	margin-bottom: 0;
}

.slick-fade-slider .slick-dots {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin: 0 0 0 -5px;
	width: calc(100% + 5px);
}

.slick-fade-slider .slick-dots li {
	width: 20%;
	padding: 0 0 5px 5px;
}

.slick-fade-slider .slick-dots button,
.slick-fade-slider .slick-dots a {
	display: block;
	width: 100%;
	height: 68px;
	background: #eee;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}

.slick-fade-slider .slick-dots button:hover,
.slick-fade-slider .slick-dots a:hover {
	opacity: .8;
}

.slick-fade-slider .slick-dots img {
	vertical-align: top;
}

.text-note {
	display: block;
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.2857142857;
}

.tab-area {
	padding-top: 18px;
	margin-bottom: 40px;
}

.tabset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	width: 100%;
	position: relative;
	overflow: hidden;
	position: relative;
}

.tabset:after {
	position: absolute;
	content: "";
	top: auto;
	bottom: 0;
	left: 3px;
	right: 3px;
}

.tabset:after {
	border-bottom: 1px solid #464038;
}

.tabset li {
	width: 100%;
	padding: 0 3px;
	position: relative;
	z-index: 1;
}

.tabset li:first-child {
	margin-left: -3px;
}

.tabset li:last-child {
	margin-right: -3px;
}

.tabset li.tab-active {
	margin-bottom: -1px;
}

.tabset li.tab-active a {
	color: #464038;
	background: #fff;
}

.tabset a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #464038;
	color: #fff;
	width: 100%;
	text-transform: uppercase;
	margin-bottom: -1px;
	font-weight: 700;
	font-size: 9px;
	line-height: 1.4444444444;
	padding: 11px 5px;
	border: 1px solid #464038;
	border-bottom: 0;
}

.tabset a:hover {
	background: #f07d00;
}

.tabset .text,
.tabset .ico {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
}

.tabset .ico {
	line-height: inherit;
	font-size: 23px;
}

.tab-content {
	border: solid #464038;
	border-width: 0 1px 1px;
	overflow: hidden;
	position: relative;
	padding: 26px 15px 5px;
}

.info-listing {
	font-size: 13px;
	line-height: 1.4615384615;
}

.info-listing li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	padding: 3px 0;
	overflow: hidden;
	position: relative;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #e6e6e6;
}

.info-listing li:first-child {
	border-top: 0;
}

.info-listing .title {
	font-weight: 700;
	color: #000;
	width: 44%;
	display: block;
}

.info-listing .text {
	width: 51%;
	text-align: right;
	font-family: "nimbus-sans-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.info-listing .note {
	display: block;
	width: 100%;
	font-style: italic;
	font-size: 14px;
	line-height: 1.2857142857;
	padding: 10px 0 0;
}

.contact-area {
	margin-bottom: 40px;
}

.contact-area h2 {
	color: #464038;
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 15px;
}

.contact-area .col {
	margin-bottom: 50px;
}

.contact-area .col-heading {
	display: block;
	margin-bottom: 27px;
	text-transform: capitalize;
	font-size: 18px;
	line-height: 1.1666666667;
}

.contact-list-group {
	overflow: hidden;
	border: solid #000;
	border-width: 1px 0;
}

.contact-list-group li {
	padding: 25px 0;
	border-top: 1px solid #000;
}

.contact-list-group li:first-child {
	border-top: 0;
}

.contact-list-group a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.125;
}

.contact-list-group .ico {
	line-height: inherit;
	margin-right: 26px;
	width: 34px;
	font-size: 34px;
}

.contact-bock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 0 20px;
}

.contact-bock .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	margin: 0 0 30px;
}

.contact-bock .text-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 10px;
	font-size: 20px;
	line-height: 24px;
	color: #403e39;
	width: 50%;
	background: #eaeaea;
	border-right: 1px solid #525252;
	text-align: center;
}

.contact-bock address {
	font-style: normal;
}

.contact-bock address .adr-title {
	letter-spacing: .7px;
	display: block;
}

.contact-bock .map-holder {
	width: 50%;
	background-size: cover;
	background-position: 50% 50%;
	min-height: 236px;
}

.contact-bock .align {
	width: 100%;
}

.contact-bock .direction {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-decoration: underline;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.contact-bock .direction:hover {
	color: #403e39;
	text-decoration: none;
}

.contact-bock h2 {
	color: #f07d00;
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.contact-bock h2 a {
	color: inherit;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.contact-bock h2 a:hover {
	color: #403e39;
}

.services-block {
	position: relative;
	padding-top: 6px;
}

.services-block .head {
	text-align: center;
	color: #46423b;
	font-size: 16px;
	line-height: 19px;
	overflow: hidden;
	font-weight: 400;
	margin: 0 0 25px;
}

.services-block h2 {
	color: #403e39;
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 15px;
	text-transform: none;
}

.services-block h2 a {
	color: inherit;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.services-block h2 a:hover {
	color: #f07d00;
}

.team-list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #403e39;
}

.team-list > li {
	text-align: center;
	margin: 0 0 30px;
}

.team-list a {
	color: #403e39;
}

.team-list a:hover {
	color: #f07d00;
}

.team-list .visual {
	border-radius: 100%;
	width: 167px;
	height: 167px;
	margin: 0 auto 20px;
}

.team-list .visual a {
	display: block;
	max-width: 100%;
	overflow: hidden;
	border-radius: 100%;
}

.team-list .visual a:hover {
	opacity: .8;
}

.team-list .visual img {
	max-width: inherit;
	width: 100%;
	height: auto;
	display: block;
	border-radius: 100%;
}

.team-list h4 {
	margin: 0 0 34px;
	font-weight: 400;
	font-size: 25px;
	line-height: 1.12;
}

.team-list h3 {
	color: #403e39;
	font-weight: 700;
	font-size: 25px;
	line-height: 29px;
	margin: 0 0 15px;
}

.team-list h3 a {
	color: inherit;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.team-list h3 a:hover {
	color: #f07d00;
}

.contact-list {
	font-size: 24px;
	line-height: 28px;
	color: #403e39;
}

#header {
	z-index: 5;
	position: relative;
}

#header:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
}

#header:before {
	z-index: -1;
	background: #3f3c36;
}

#header.header-top {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
}

#header.header-top:before {
	background: rgba(0, 0, 0, .7);
}

.logo {
	float: left;
	max-width: 147px;
}

.logo img {
	vertical-align: top;
}

.openers-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: calc(100% - 147px);
	padding: 23px 0 24px 30px;
}

.nav-opener {
	float: right;
	margin-left: 14px;
	width: 31px;
	height: 22px;
	position: relative;
	position: relative;
}

.nav-opener:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
}

.nav-opener:after {
	position: absolute;
	content: "";
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener .icon-bar {
	height: 4px;
	background: #fff;
}

.nav-opener .icon-bar {
	position: absolute;
	left: 0;
	right: 0;
	top: 9px;
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover .icon-bar,
.nav-active .nav-opener:before,
.nav-active .nav-opener:after,
.nav-active .nav-opener .icon-bar {
	background: #f07d00;
}

.search-opener {
	color: #fff;
	font-size: 23px;
	width: 23px;
	height: 23px;
}

.search-opener:hover {
	color: #f07d00;
}

.search-active .search-opener:before {
	content: "\e90a";
}

.nav-holder {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	background: rgba(0, 0, 0, .6);
	z-index: 6;
	min-width: 320px;
	opacity: 0;
	visibility: hidden;
}

.nav-active .nav-holder {
	opacity: 1;
	visibility: visible;
}

.menu-wrap {
	float: right;
	position: relative;
	background: rgba(240, 125, 0, .93);
	border-radius: 1px;
	box-shadow: -7px 0 17px 17px rgba(0, 0, 0, .54);
	min-height: 100%;
	padding: 18px 21px 50px;
	width: 100%;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.nav-active .menu-wrap {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.text-meny {
	text-transform: uppercase;
	color: #fff;
	float: left;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2222222222;
	letter-spacing: 1px;
}

.navbar-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 31px;
}

.nav-close {
	position: relative;
	display: block;
	width: 37px;
	height: 37px;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	float: right;
}

.nav-close:before,
.nav-close:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	right: 0;
	height: 5px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-close:hover:after,
.nav-close:hover:before {
	background: #605e57;
}

#nav ul {
	overflow: hidden;
}

#nav li {
	border: solid #fff;
	border-width: 1px 0;
	margin-bottom: -1px;
	padding: 15px 0;
}

#nav li:first-child {
	border-top-color: transparent;
}

#nav li.active a {
	color: #605e57;
}

#nav a {
	color: #fff;
	position: relative;
	display: block;
	padding-right: 40px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3333333333;
}

#nav a:hover .ico {
	color: #605e57;
}

#nav .ico {
	position: absolute;
	right: -4px;
	top: 0;
	font-size: 24px;
}

.sponsors-aside {
	color: #474337;
	font-size: 20px;
	line-height: 1.1785714286;
	z-index: 1;
	padding-top: 40px;
	padding-bottom: 7px;
	position: relative;
}

.sponsors-aside:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
}

.sponsors-aside:before {
	z-index: -1;
	background: #f6f5f5;
}

.sponsors-aside h2 {
	margin-bottom: 2px;
	font-size: 28px;
}

.sponsors-aside p {
	margin-bottom: 32px;
}

.logos-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.logos-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 33.333%;
	padding: 0 20px;
	margin-bottom: 30px;
	position: relative;
}

.logos-list li:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
}

.logos-list li:first-child:before {
	visibility: hidden;
}

.logos-list li:before {
	border-left: 1px solid rgba(0, 0, 0, .4);
	top: 13px;
}

.logos-list a {
	display: block;
	width: 100%;
}

.logos-list a:hover {
	opacity: .75;
}

.logos-list img {
	vertical-align: middle;
}

#footer {
	z-index: 1;
	padding-top: 77px;
	padding-bottom: 61px;
	position: relative;
}

#footer:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
}

#footer:before {
	background: #eee;
	z-index: -1;
	border-top: 8px solid #403f39;
}

.footer-holder {
	width: 100%;
}

.footer-holder hr {
	margin-bottom: 40px;
}

.footer-holder .left-col {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer-holder .wrap {
	width: 100%;
}

.footer-logo {
	margin-bottom: 36px;
}

.footer-logo img {
	vertical-align: top;
}

.order1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.footer-nav {
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 57px;
}

.footer-nav .heading {
	display: block;
	color: #403e39;
	text-transform: capitalize;
}

.footer-nav ul.nav-items {
	margin-bottom: 57px;
}

.footer-nav li {
	margin-bottom: 18px;
}

.footer-nav li.active a {
	color: #403e39;
}

.footer-nav a {
	color: #403e39;
	font-weight: 700;
	font-size: 21px;
	text-transform: capitalize;
}

.footer-nav a:hover {
	color: #f07d00;
}

.nav-items a {
	color: #797979;
	font-weight: 400;
}

.nav-col {
	width: 50%;
	padding-right: 15px;
}

.footer-address {
	font-weight: 400;
	font-style: normal;
	color: #8a8a8a;
	font-size: 25px;
	line-height: 1.3333333333;
	margin-bottom: 44px;
}

.footer-address .col {
	margin-bottom: 21px;
}

.footer-address dl {
	margin: 0;
	overflow: hidden;
}

.footer-address dt {
	float: left;
	margin-right: 4px;
	text-transform: uppercase;
}

.footer-address dd {
	margin: 0;
	overflow: hidden;
}

.footer-address a {
	color: inherit;
}

.footer-address a:hover {
	color: #f07d00;
}

.adr-heading {
	display: block;
	font-weight: 700;
	font-size: 30px;
	color: #403e39;
	text-transform: capitalize;
}

.social-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: end;
	align-self: flex-end;
	width: 100%;
	border-top: 2px solid #000;
	padding-top: 64px;
}

.social-col .social-networks {
	width: 70%;
}

.social-col .ico-marker {
	color: #403e39;
	font-size: 57px;
	margin-bottom: 10px;
}

.social-col .ico-marker:hover {
	color: #f07d00;
}

.social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
}

.social-networks li {
	margin: 0 23px 10px 0;
}

.social-networks a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	font-size: 51px;
	background: #8a8989;
	color: #fff;
	overflow: hidden;
	border-radius: 10px;
}

.social-networks a:hover {
	background: #f07d00;
}

.social-networks .ico-facebook:before {
	padding-left: 19px;
}

.container-pdf {
	max-width: 1034px;
	min-width: 615px;
	padding: 0 10px;
	margin: 0 auto;
}

.container-pdf sup {
	font-size: 11px;
}

.header-pdf {
	position: relative;
	padding: 15px 0;
}

.header-pdf .main-logo {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 150px;
}

.header-pdf .main-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.header-pdf .add-logo {
	width: 150px;
}

.header-pdf .add-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.lg-line {
	height: 2px;
	width: 100%;
	border: none;
	color: #51443f;
	background: #51443f;
	margin: 10px 0;
}

.main-pdf {
	padding: 10px 0;
	border: 2px solid #51443f;
	border-width: 2px 0;
}

.two-columns-pdf {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
}

.two-columns-pdf .text-box {
	width: 60%;
	padding-right: 30px;
}

.two-columns-pdf .image-box {
	width: 40%;
}

.two-columns-pdf .image-box img {
	display: block;
	width: 100%;
	height: auto;
}

.two-columns-pdf .sm-label {
	display: block;
	font-size: 14px;
	line-height: 1;
	margin: 0 0 15px;
}

.two-columns-pdf h2 {
	font-size: 20px;
	line-height: 1;
	color: #f3802f;
	margin: 0 0 15px;
}

.two-columns-pdf .art-label {
	display: block;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	margin: 0 0 20px;
}

.two-columns-pdf .art-text {
	font-size: 12px;
	line-height: 1.57;
	font-weight: bold;
}

.two-columns-pdf .art-text p {
	margin: 0 0 20px;
}

.two-columns-pdf .logo-images-box img {
	display: inline-block;
	vertical-align: middle;
	height: auto;
}

.two-columns-pdf .logo-images-box img.sprite1 {
	width: 150px;
}

.two-columns-pdf .logo-images-box img.sprite2 {
	width: 150px;
	margin-left: 20px;
}

.content-pdf {
	font-size: 14px;
	line-height: 1.5;
	font-weight: lighter;
}

.content-pdf p {
	margin: 0 0 10px;
}

.options-list-pdf {
	margin-left: 10px;
	font-size: 14px;
	line-height: 1;
	border-top: 1px solid #51443f;
	margin-bottom: 10px;
}

.options-list-pdf li {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 8px;
	border-bottom: 1px solid #51443f;
}

.options-list-pdf .title-pdf {
	font-weight: bold;
	padding-right: 10px;
}

.options-list-pdf .value-pdf {
	font-weight: lighter;
}

.req {
	color: #f3802f;
}

.req-labels-list {
	font-size: 12px;
	line-height: 1.2;
	margin-left: 10px;
}

.req-labels-list .req {
	display: inline-block;
	vertical-align: top;
	min-width: 10px;
	text-align: right;
}

.footer-pdf {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	padding: 15px 0;
}

.footer-pdf a {
	color: inherit;
}

.footer-pdf a:hover {
	color: #f3802f;
}

.footer-pdf .tel-num {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	text-transform: uppercase;
}

.footer-pdf .site-link {
	color: #f3802f;
}

.footer-pdf .site-link:hover {
	color: #51443f;
}

.print-page {
	background: #fff;
	min-height: 100vh;
}

.print-page .container {
	padding: 0 40px;
}

.print-page #header {
	background: #e6e7e9;
	top: 0;
	left: 0;
	right: 0;
	height: 54px;
	width: 100%;
}

.print-page #header:before {
	display: none;
}

.print-page .print-title {
	overflow: hidden;
}

.print-page .print-title .num {
	float: left;
	font-size: 34px;
	color: #4d4b4c;
	font-weight: bold;
	display: block;
	margin-right: 10px;
	font-family: "ag_book_stencilregular";
}

.print-page .print-title .text-holder {
	overflow: hidden;
	border-left: 2px solid #4d4b4c;
	font-weight: bold;
	text-transform: uppercase;
	color: #4d4b4c;
	padding-left: 6px;
	line-height: 1;
	font-size: 13px;
	margin-top: 13px;
}

.print-page .print-title .text-holder .text {
	display: block;
}

.print-page .print-title .text-holder .text:nth-of-type(1) {
	color: #ed9943;
	font-size: 12px;
}

.print-page .product-grid {
	overflow: hidden;
}

.print-page .product-grid .content-row {
	margin: 0 -10px;
	width: 100%;
	font-size: 0;
}

.print-page .product-grid .content-row .column {
	font-size: 10px;
	display: inline-block;
	vertical-align: bottom;
	width: 50%;
	padding: 0 10px;
}

.print-page .product-grid .product-item {
	margin-top: 25px;
	overflow: hidden;
}

.print-page .product-grid .product-item .img-holder {
	background: -webkit-linear-gradient(top, #fff 0%, #fff 60%, #fdfdfd 61%, #fcfcfc 67%, #f8f8f8 73%, #f2f3f5 92%, #f0f0f0 96%, #efefef 100%);
	background: linear-gradient(to bottom, #fff 0%, #fff 60%, #fdfdfd 61%, #fcfcfc 67%, #f8f8f8 73%, #f2f3f5 92%, #f0f0f0 96%, #efefef 100%);
	width: 185px;
	height: 208px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.print-page .product-grid .product-item .img-holder .name {
	display: block;
	font-size: 10px;
	margin-bottom: 3px;
}

.print-page .product-grid .product-item .img-holder img {
	vertical-align: top;
	width: 100%;
}

.print-page .product-grid .product-item .description-holder {
	font-size: 10px;
	overflow: hidden;
}

.print-page .product-grid .product-item .description-holder .product-name {
	color: #ed9943;
	display: block;
	line-height: 1;
	font-size: 16px;
}

.print-page .product-grid .product-item .description-holder .info-listing {
	font-size: inherit;
}

.print-page .product-grid .product-item .description-holder .info-listing li {
	padding: 0;
	border: 0;
	line-height: 1.2;
}

.print-page .product-grid .product-item .description-holder .info-listing .title {
	font-weight: normal;
}

.print-page .product-grid .product-item .description-holder .info-listing .text {
	font-size: inherit;
}

.print-page .product-grid .product-item .description-holder .symbols-holder {
	width: auto;
	float: none;
}

.print-page .product-grid .product-item .description-holder .symbols-holder ul {
	border: 0;
	padding-top: 8px;
	padding-left: 0;
}

.print-page .product-grid .product-item .description-holder .symbols-holder li {
	margin-bottom: 0;
	margin-right: 7px;
}

.print-page .product-grid .product-item .description-holder .symbols-holder img {
	max-width: 20px;
}

.print-page .product-grid .product-item .description-holder .symbols-holder .symbol-text {
	font-size: 7px;
}

.print-page .product-grid .product-item .description-holder p {
	margin-bottom: 10px;
}

.print-page .product-grid .product-item .codes-holder {
	font-size: 11px;
	width: 100%;
}

.print-page .product-grid .product-item .codes-holder table {
	height: 100%;
	width: 100%;
	min-height: 136px;
	text-align: center;
}

.print-page .product-grid .product-item .codes-holder table th {
	border-left: 1px solid #000;
	text-transform: uppercase;
	padding: 0 5px;
}

.print-page .product-grid .product-item .codes-holder table th:last-child {
	text-align: right;
}

.print-page .product-grid .product-item .codes-holder table td {
	border-left: 1px solid #000;
	padding: 0 5px;
}

.print-page .product-grid .product-item .codes-holder table td:last-child {
	text-align: right;
}

.print-page .product-grid .product-item .bottom-text {
	display: block;
	font-style: italic;
	font-size: 9px;
	line-height: 1;
}

.print-page #footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	background: #fff;
	padding: 16px 0;
	color: #b9b4ba;
	font-size: 13px;
}

.print-page #footer:before {
	display: none;
}

#wrapper .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

#wrapper .hidden {
	display: none;
}

#wrapper .text-center {
	text-align: center;
}

#wrapper .text-capatalize {
	text-transform: capitalize;
}

#wrapper .text-uppercase {
	text-transform: uppercase;
}

#wrapper .text-italic {
	font-style: italic;
}

.text-block {
	display: block;
}

/* Slick slider styles */

.slick-fade-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-fade-slider .slick-track,
.slick-fade-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

#header-second {
	background: #fff;
	position: relative;
	height: 50px;
}

#header-second .container-fluid {
	padding: 0 0 0 18px;
}

#header-second .logo-header {
	display: block;
	width: 140px;
}

#header-second .logo-header a {
	display: block;
}

#header-second .logo-header img {
	width: 100%;
	height: auto;
}

#header-second .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin: 0;
}

#header-second .holder-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header-second .switch-lang {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 33px;
	padding-right: 85px;
}

#header-second .switch-lang li {
	margin: 0 3px;
}

	#header-second .switch-lang li.active a {
		font-weight: 700;
		color: #f07d00;
	}

#header-second .switch-lang a {
	color: #3d3732;
}

#header-second .switch-lang a:hover {
	color: #f07d00;
}

#header-second .opener-blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#header-second .search-opener {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 58px;
	height: 50px;
	color: #000;
	background-color: rgba(60, 55, 50, .3);
	font-size: 20px;
}

.search-active #header-second .search-opener {
	background-color: #3d3732;
	color: #fff;
}

#header-second .search-opener:hover {
	background-color: #3d3732;
}

#header-second .search-opener:hover:before {
	color: #fff;
}

.search-active #header-second .search-opener:before {
	font-size: 20px;
	content: "\e904";
}

#header-second .holder-hidden-menu {
	-webkit-transition: opacity .3s ease-in-out, visiblity .3s ease-in-out;
	transition: opacity .3s ease-in-out, visiblity .3s ease-in-out;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: 100%;
	left: 0;
	right: 0;
	background: #3d3732;
	z-index: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: calc(100vh - 50px);
	overflow: auto;
}

.nav-active #header-second .holder-hidden-menu {
	visibility: visible;
	opacity: 1;
}

#header-second .holder-hidden-menu .container-fluid {
	padding: 0 25px;
}

#header-second .holder-hidden-nav,
#header-second .holder-hidden-form {
	height: calc(100%-139px);
	overflow-y: auto;
	padding: 140px 0 140px;
}

#header-second .list-navigation {
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	line-height: 45px;
	padding: 0 15px 40px;
}

#header-second .list-navigation li {
	margin-bottom: 5px;
}

#header-second .list-navigation .active a {
	color: #f07d00;
}

#header-second .list-navigation a {
	color: #fff;
}

#header-second .list-navigation a:hover {
	color: #f07d00;
}

#header-second .bottom-section {
	padding: 23px 0;
	border-top: 1px solid #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #3d3732;
}

#header-second .social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
	font-size: 20px;
}

#header-second .social-list li {
	padding: 0 10px;
}

#header-second .social-list a {
	color: #fff;
}

#header-second .social-list a:hover {
	color: #f07d00;
}

#header-second .switch-lang-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -15px;
}

#header-second .switch-lang-2 li {
	padding: 0 15px;
}

#header-second .switch-lang-2 a {
	color: #fff;
}

#header-second .switch-lang-2 a:hover {
	color: #f07d00;
}

#header-second .switch-lang-2 a img {
	padding-right: 10px;
	margin-top: -3px;
	vertical-align: middle;
}

#header-second .holder-hidden-search {
	-webkit-transition: opacity .3s ease-in-out, visiblity .3s ease-in-out;
	transition: opacity .3s ease-in-out, visiblity .3s ease-in-out;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: 100%;
	left: 0;
	right: 0;
	background: #3d3732;
	z-index: 5;
	padding: 50px 0 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: calc(100vh - 50px);
	overflow: auto;
}

.search-active #header-second .holder-hidden-search {
	opacity: 1;
	visibility: visible;
}

#header-second .holder-hidden-search .container-fluid {
	padding: 0 25px;
}

#header-second .holder-hidden-search .input-holder {
	position: relative;
	width: 100%;
	margin-bottom: 70px;
}

#header-second .holder-hidden-search input[type="search"] {
	width: 100%;
	background: #fff;
	height: 50px;
	padding: 11px 97px 12px 15px;
	border: 0;
	font-size: 20px;
	line-height: 50px;
	color: #3d3732;
	font-style: italic;
}

#header-second .holder-hidden-search button[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 59px;
	height: 100%;
	background: #f07d00;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	font-size: 20px;
}

#header-second .holder-hidden-search .input-placeholder-text {
	color: #3d3732;
	font-size: 20px;
	line-height: 43px;
	padding-left: 15px;
}

#header-second .holder-hidden-search .checkbox-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#header-second .holder-hidden-search .label-wrap {
	width: auto;
	padding-right: 25px;
	color: #fff;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 300;
}

#header-second .holder-hidden-search .text {
	padding-left: 10px;
}

#header-second .holder-hidden-search .fake-input {
	margin-right: 1px;
	background: #fff;
	border: none;
}

#header-second .holder-hidden-search .fake-input:after,
#header-second .holder-hidden-search .fake-input:before {
	height: 2px;
	margin: 7px 1px 0;
}

.nav-opener {
	margin-left: 0 !important;
	width: 58px !important;
	height: 50px !important;
	display: block;
	background: #777;
	position: relative;
}

.nav-active .nav-opener {
	background: #3d3732;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	position: absolute;
	top: 50%;
	left: 30%;
	right: 30%;
	height: 2px !important;
	margin-top: -2px;
}

.nav-opener:hover span,
.nav-opener:hover:before,
.nav-opener:hover:after {
	background: #fff;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 35%;
}

.nav-opener:after {
	top: 65%;
}

.close-btn span,
.nav-opener:hover {
	opacity: .9;
}

.close-btn:after,
.close-btn:before,
.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 20%;
	right: 20%;
	background: #fff;
}

.nav-active .nav-opener span {
	display: none;
}

.close-btn:after,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #fff;
}

.intro figure {
	padding: 0;
	margin: 0;
	position: relative;
	height: 388px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.intro figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
}

.intro figcaption {
	position: absolute;
	right: 20px;
	bottom: 23px;
	color: #fff;
	font-size: 20px;
	line-height: 33px;
	z-index: 1;
}

.intro img {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}

#wrapper {
	background-color: rgba(61, 55, 50, .1);
}

.top-info {
	padding: 60px 0 0;
}

.section-heading {
	text-align: center;
	color: #f07d00;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 60px;
}

.section-heading p {
	margin-bottom: 20px;
}

.section-heading-default {
	text-align: center;
	font-size: 18px;
	line-height: 27px;
	color: #fff;
	max-width: 1074px;
	margin: 0 auto 50px;
}

.section-heading-default .h2,
.section-heading-default h2 {
	margin-bottom: 25px;
}

.h1 {
	margin-bottom: 30px;
	color: #3d3732;
	font-size: 26px;
	line-height: 36px;
}

.h2 {
	color: #3d3732;
	font-size: 25px;
	line-height: 36px;
	text-align: center;
	margin-bottom: 60px;
	text-transform: capitalize;
}

.h3 {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.section-heading .h3 {
	color: #f07d00;
	font-size: 16px;
	margin-bottom: 20px;
}

.h4 {
	color: #3d3732;
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 30px;
}

.h5 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}

.h5 a:hover {
	color: #f07d00;
}

.h6 {
	font-size: 22px;
	margin-bottom: 5px;
}

.h6 a:hover {
	color: #f07d00;
}

.blockquote {
	color: #3d3732;
	font-size: 22px;
	line-height: 28px;
	font-style: italic;
	text-align: center;
	margin: 0 0 100px;
}

.information-block {
	padding: 60px 0 0;
}

.information-block .container {
	max-width: 982px;
}

.information-block .btn-group {
	text-align: center;
	margin: 0 auto 60px;
}

.btn-new {
	margin-bottom: 7px;
	padding: 6px 45px;
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
}

.btn-new:last-child {
	margin-bottom: 0;
}

.btn-new.btn-info {
	background: #048ba8;
	display: inline-block;
	vertical-align: top;
}

.btn-new.btn-info:hover {
	background: rgba(4, 139, 168, .5);
}

.text-block {
	color: #3d3732;
	font-size: 14px;
	line-height: 17px;
	padding-bottom: 80px;
}

.text-block p {
	margin-bottom: 20px;
}

.text-block a {
	font-weight: 500;
}

.item-photo {
	margin-bottom: 9px;
}

.item-photo.main-item {
	margin-bottom: 30px;
}

.item-photo.main-item figcaption {
	font-size: 20px;
	font-weight: 500;
	line-height: 33px;
}

.item-photo img {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}

.item-photo figure {
	margin: 0;
	position: relative;
}

.item-photo figure figcaption {
	position: absolute;
	width: 80%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	line-height: 12px;
	text-align: center;
}

.block-img-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.block-img-heading .img-holder {
	position: relative;
}

.block-img-heading .img-holder:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 69px;
	height: 69px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../images/img-shape.png) no-repeat;
	background-size: 100% 100%;
}

.block-img-heading .img-holder img {
	vertical-align: top;
	width: 100%;
	height: auto;
}

.heading-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #3d3732;
	min-height: 297px;
}

.heading-item .item-info {
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	padding: 20px 23px;
	font-weight: 300;
}

.heading-item .item-info p {
	margin: 0;
}

.heading-item,
.img-holder {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.section-player {
	margin-bottom: 60px;
}

.section-player .video-section {
	padding-top: 50%;
	position: relative;
}

.video-block {
	position: relative;
}

.video-block.video-active .placeholder-img {
	position: relative;
	padding: 0;
}

.video-block.video-active .placeholder-img p {
	display: none;
}

.video-block.video-active .placeholder-img,
.video-block.video-active .btn-play {
	opacity: 0;
	visibility: hidden;
}

.video-block.video-active.video-pause .btn-play {
	opacity: 1;
	visibility: visible;
}

.video-block .embed-responsive {
	position: relative;
	overflow: hidden;
	padding-top: 50%;
}

.video-block .placeholder-img {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	color: #fff;
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	line-height: 38px;
	padding-top: 30px;
}

.video-block .placeholder-img:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
}

.video-block .placeholder-img .figcaption {
	position: relative;
	z-index: 2;
}

.video-block .btn-play {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	width: 110px;
	height: 110px;
	text-align: center;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: transparent;
	border: 0;
	padding: 0;
	outline: 0;
}

.video-block .btn-play:hover {
	opacity: .7;
}

.video-block .btn-play img {
	display: block;
	width: 100%;
	height: auto;
}

.video-block iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-form {
	margin-bottom: 60px;
}

.section-form .section-holder {
	background: #048ba8;
	padding: 54px 23px 80px;
}

.section-form .h2 {
	color: #fff;
}

.section-form .form-main input[type="email"],
.section-form .form-main input[type="text"],
.section-form .form-main input[type="tel"],
.section-form .form-main select {
	width: 100%;
	margin-bottom: 20px;
	height: 60px;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	border: 0;
	border-radius: 0;
	background: #ecebeb;
}

.section-form .form-main input[type="email"]:focus,
.section-form .form-main input[type="text"]:focus,
.section-form .form-main input[type="tel"]:focus,
.section-form .form-main select:focus {
	border: 0;
	outline: 0;
}

.section-form .form-main .form-select {
	position: relative;
}

.section-form .form-main .form-select:before {
	content: "\e90e";
	font-size: 35px;
	position: absolute;
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
	background: #ecebeb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	pointer-events: none;
}

.section-form .form-main select {
	margin-bottom: 34px;
	padding: 5px 20px 12px 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	background: #ecebeb;
	-webkit-appearance: none;
}

.section-form .form-main select option {
	white-space: normal;
	max-width: 100%;
}

.section-form .form-main .input-placeholder-text,
.section-form .form-main select {
	font-size: 20px;
	font-weight: 500;
	line-height: 50px;
	font-style: normal;
}

.section-form .form-main .checkbox-group {
	font-size: 14px;
	line-height: 16px;
}

.section-form .form-main .checkbox-group .label-wrap {
	margin-bottom: 0;
}

.section-form .form-main .checkbox-group .fake-input {
	background: #fff;
	border-color: #fff;
	margin-right: 10px;
}

.section-form .form-main .checkbox-group .fake-input:before,
.section-form .form-main .checkbox-group .fake-input:after {
	height: 2px;
}

.section-form .form-main .checkbox-group .text {
	font-weight: 700;
	color: #fff;
}

.section-form .form-main .checkbox-group .text span {
	font-weight: 300;
}

.section-form .form-main .btn-new {
	margin: 0;
	position: relative;
}

.section-form .form-main .btn-new [class^="ico"] {
	position: absolute;
	right: 17px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 30px;
}

.section-subscribe {
	padding-bottom: 60px;
}

.item-cont {
	padding: 57px 23px 51px 22px;
	text-align: center;
	font-size: 18px;
	line-height: 27px;
	height: 100%;
}

.item-cont .h3 {
	font-size: 22px;
	line-height: 40px;
	text-transform: capitalize;
	margin-bottom: 27px;
}

.item-cont .h3 img {
	margin-right: 45px;
	display: inline-block;
	vertical-align: middle;
}

.item-cont .list-contact {
	font-size: 20px;
	font-weight: 700;
	line-height: 50px;
}

.item-contact {
	background: rgba(240, 125, 0, .15);
}

.item-contact .h3 {
	color: #3d3732;
}

.item-subscribe {
	background: #3d3732;
}

.form-subscribe {
	position: relative;
}

.form-subscribe input[type="email"] {
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
	line-height: 35px;
}

.form-subscribe .input-placeholder-text {
	font-size: 17px;
	font-weight: 500;
	line-height: 40px;
	font-style: normal;
	position: absolute;
	left: 0;
	top: 0;
}

.form-subscribe button[type="submit"] {
	width: 100%;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	border: 0;
	padding: 12px 20px;
	background: #f07d00;
	margin-bottom: 23px;
}

.form-subscribe button[type="submit"]:hover {
	background: rgba(240, 125, 0, .7);
}

.form-subscribe .label-wrap {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	text-transform: capitalize;
}

.form-subscribe .label-wrap .fake-input {
	background: #fff;
	border-color: #fff;
	margin-right: 10px;
}

.form-subscribe .label-wrap .fake-input:before,
.form-subscribe .label-wrap .fake-input:after {
	height: 2px;
}

.form-subscribe .label-wrap .text {
	font-weight: 700;
}

.form-subscribe .label-wrap .text span {
	font-weight: 300;
}

.product-section .col.col-3:first-child,
.product-section .col.col-3:nth-child(2) {
	display: block;
}

.item-card {
	padding-bottom: 60px;
	font-size: 16px;
}

.item-card .img-wrap {
	display: block;
	width: 100%;
	overflow: hidden;
}

.item-card .img-wrap:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.item-card .img-wrap img {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: auto;
}

.item-card .card-body {
	padding: 29px 0 0;
}

.item-card .card-body p {
	margin: 0;
}

.product-section-2 .col:first-child {
	display: block;
}

#footer:before {
	display: none;
}

#new-footer {
	padding: 15px 0;
	overflow: hidden;
}

#new-footer:before {
	display: none;
}

#new-footer .del {
	float: right;
	width: 46px;
	padding: 10px 12px;
	color: #fff;
	background: #f07d00;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	text-transform: uppercase;
}

#new-footer .del:hover {
	background: rgba(240, 125, 0, .8);
}

.list-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.list-social a {
	color: #fff;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
}

.list-social a.ico-facebook {
	background: #f07d00;
}

.list-social a.ico-facebook:hover {
	background: rgba(240, 125, 0, .8);
}

.list-social a.ico-linkedin {
	background: #048ba8;
}

.list-social a.ico-linkedin:hover {
	background: rgba(4, 139, 168, .8);
}

.list-social a.ico-mail {
	background: #3d3732;
}

.list-social a.ico-mail:hover {
	background: rgba(61, 55, 50, .8);
}

.popup-socail-holder {
	display: none;
	padding: 55px 0 37px;
	text-align: center;
}

.popup-socail-holder strong {
	display: block;
	margin-bottom: 43px;
}

.popup-socail-holder .list-social {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -13px 80px;
}

.popup-socail-holder .list-social li {
	margin: 0 13px;
}

.popup-socail-holder .list-social a {
	width: 62px;
	height: 62px;
	font-size: 32px;
}

.popup-socail-holder .popup-form {
	position: relative;
}

.popup-socail-holder input[type="url"] {
	height: 50px;
	padding: 10px 12px;
	border: 1px solid #3d3732;
	background-color: #fff;
	width: 238px;
	display: block;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 33px;
	font-style: italic;
	border-radius: 0;
	outline: 0;
}

.popup-socail-holder input[type="url"]:focus {
	outline: 0;
}

.popup-socail-holder .input-placeholder-text {
	padding: 10px 0 10px 17px;
	font-size: 18px;
	line-height: 33px;
	display: block;
}

.popup-socail-holder button[type="submit"] {
	border: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	background: #3d3732;
	width: 100%;
	padding: 12px 30px;
}

.popup-socail-holder button[type="submit"]:hover {
	background: rgba(0, 0, 0, .8);
}

.fancybox-opened .fancybox-skin {
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}

.fancybox-opened .fancybox-skin .fancybox-close {
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	background: none;
}

.fancybox-opened .fancybox-skin .fancybox-close:before {
	content: "\e904";
	font-family: "icomoon" !important;
	color: #000;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("../images/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("../images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media (min-width: 320px) and (min-width: 768px) {
	.col {
		padding: 0 11px;
	}
}

@media (min-width: 320px) {
	.row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -3px;
	}

	.col {
		width: 100%;
		padding: 0 3px;
	}

	.col.col-3 {
		width: 50%;
	}
}

@media (min-width: 375px) {
	#header-second .logo-header {
		width: 176px;
	}

	.form-subscribe button[type="submit"] {
		font-size: 15px;
	}
}

@media (min-width: 480px) {
	.navbar-form {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}

	.navbar-form label {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.navbar-form .form-control {
		width: calc(100% - 112px);
		margin-bottom: 0;
	}

	.navbar-form .btn,
	.navbar-form .btn-secondary {
		width: 112px;
		padding: 5px;
	}

	.panel-search .form-group {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		top: 92px;
	}

	.panel-search label {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		top: 47px;
	}

	.panel-search .form-control {
		width: calc(100% - 112px);
		margin-bottom: 0;
	}

	.panel-search .btn,
	.panel-search .btn-secondary {
		width: 112px;
	}

	.search-form {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}

	.search-form label {
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		top: 50%;
	}

	.search-form .form-control {
		width: calc(100% - 112px);
		margin-bottom: 0;
	}

	.search-form .btn,
	.search-form .btn-primary,
	.search-form .btn-secondary {
		width: 112px;
	}

	.fake-input {
		width: 23px;
		height: 23px;
		margin-right: 38px;
	}

	.fake-input:before,
	.fake-input:after {
		width: 23px;
		height: 6px;
		margin: 7px 0 0 -1px;
	}

	.label-wrap .icon {
		width: 38px;
	}

	.form-default {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}

	.form-default label {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.form-default .form-control {
		width: calc(100% - 160px);
		margin-bottom: 0;
		border-right: 0;
	}

	.form-default .btn,
	.form-default .btn-primary,
	.form-default .btn-secondary {
		width: 160px;
		font-weight: 700;
		font-size: 22px;
		height: auto;
	}

	.btn {
		font-size: 25px;
		line-height: 1.12;
		padding: 12px 29px 11px;
	}

	#two-columns > h1 {
		font-size: 28px;
	}

	.info-text {
		font-size: 22px;
		line-height: 1.2272727273;
	}

	.quote {
		font-size: 20px;
		line-height: 1.25;
	}

	.heading-head .heading {
		font-size: 24px;
		line-height: 1.125;
		padding: 0 28px;
	}

	.artikler-col {
		font-size: 26px;
		line-height: 1.1538461538;
	}

	.item-block {
		padding: 0 7px;
		width: 50%;
	}

	.widget-heading {
		font-size: 24px;
		line-height: 1.125;
	}

	.items-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		width: calc(100% + 14px);
		margin: 0 -7px;
	}

	.article {
		font-size: 26px;
		line-height: 1.1538461538;
	}

	.post-column {
		font-size: 26px;
		line-height: 1.1538461538;
	}

	.sub-option {
		padding-left: 59px;
	}

	.op-opener {
		font-size: 24px;
		line-height: 1.125;
	}

	.list-group .col-right {
		width: calc(100% - 100px);
	}

	.list-group .col-left {
		width: calc(100% - 100px);
	}

	.list-group .col-left h2 {
		font-size: 20px;
	}

	.list-group .sponsor-img {
		width: 137px;
	}

	.list-group h2 {
		font-size: 23px;
		line-height: 1.0869565217;
	}

	.list-group .ico-download {
		font-size: 48px;
	}

	.list-group .ico-arrow-right {
		font-size: 48px;
	}

	.banner-carousel .slide {
		padding-top: 140px;
	}

	.banner-carousel h1 {
		font-size: 31px;
		line-height: 1.2258064516;
	}

	.banner-carousel .title-heading {
		font-size: 16px;
	}

	.banner-carousel .slide-holder:before {
		min-height: 206px;
	}

	.banner-carousel .img-holder {
		width: 180px;
	}

	.text-aside {
		font-size: 26px;
		line-height: 1.1538461538;
	}

	.box {
		height: 116px;
	}

	.box h3,
	.box .ico {
		margin: 0 10px;
	}

	.box h3 {
		font-size: 29px;
	}

	.box .ico {
		font-size: 57px;
	}

	.box .ico.ico-hand {
		font-size: 78px;
	}

	.text-widget {
		font-size: 28px;
		line-height: 1.25;
	}

	.text-widget h2 {
		font-size: 35px;
	}

	.items-wrap-cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		width: calc(100% + 14px);
		margin: 0 -7px;
	}

	.items-wrap-cols .item-block {
		width: 50%;
		padding: 0 7px;
	}

	.produkt-info h1 {
		font-size: 40px;
		line-height: 1.05;
	}

	.produkt-info h2 {
		font-size: 22px;
		line-height: 1.1818181818;
	}

	.info-descr {
		font-size: 22px;
		line-height: 1.1818181818;
	}

	.tabset a {
		font-size: 16px;
		line-height: 1.25;
		padding: 11px 10px;
	}

	.info-listing {
		font-size: 20px;
		line-height: 1.3;
	}

	.info-listing .note {
		font-size: 18px;
		line-height: 1.2222222222;
	}

	.services-block .head {
		font-size: 24px;
		line-height: 1.2083333333;
	}

	.services-block h2 {
		color: #474133;
		font-size: 32px;
		line-height: 36px;
		letter-spacing: 1px;
		margin: 0 0 20px;
	}

	.team-list > li {
		margin: 0 0 80px;
	}

	.team-list .visual {
		width: 248px;
		height: 248px;
		margin-bottom: 38px;
	}

	.team-list h3 {
		margin: 0 0 2px;
	}

	.logo {
		max-width: 213px;
	}

	.openers-panel {
		width: calc(100% - 213px);
		padding: 23px 0 30px 30px;
	}

	.nav-opener {
		margin-left: 38px;
		width: 45px;
		height: 32px;
	}

	.nav-opener:before,
	.nav-opener:after,
	.nav-opener .icon-bar {
		height: 5px;
	}

	.nav-opener .icon-bar {
		top: 14px;
	}

	.search-opener {
		font-size: 39px;
		width: 39px;
		height: 39px;
	}

	#nav li {
		padding: 30px 0;
	}

	#nav a {
		font-size: 26px;
		line-height: 1.1153846154;
	}

	#nav .ico {
		font-size: 38px;
		top: -4px;
	}

	.sponsors-aside {
		font-size: 28px;
	}

	.logos-list li {
		padding: 0 29px;
		width: auto;
	}

	.footer-nav a {
		font-size: 28px;
	}

	.footer-address {
		font-size: 30px;
	}

	.social-networks li {
		margin-right: 43px;
	}

	.section-form .form-main .btn-new {
		padding-right: 90px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.navbar-form .form-control {
		font-size: 26px;
		line-height: 1.1153846154;
	}

	.panel-search .form-control {
		font-size: 26px;
		line-height: 1.1153846154;
	}

	.label-wrap .text {
		font-weight: 500;
		font-size: 23px;
		line-height: 1.1304347826;
	}
}

@media (min-width: 640px) {
	.banner-carousel .descr {
		width: 48.55%;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	#wrapper .hidden-sm {
		display: none;
	}
}

@media (min-width: 768px) {
	.form-control {
		font-weight: 500;
		font-size: 29px;
		line-height: 1.0689655172;
		height: 76px;
	}

	.navbar-form {
		margin-bottom: 40px;
	}

	.navbar-form label {
		font-size: 25px;
		left: 28px;
	}

	.navbar-form label:before {
		content: "\e907";
	}

	.navbar-form .form-control {
		width: calc(100% - 84px);
		font-size: 18px;
		line-height: 1.2222222222;
		padding: 8px 8px 8px 63px;
		height: 48px;
	}

	.navbar-form .btn,
	.navbar-form .btn-secondary {
		font-weight: 400;
		font-size: 22px;
		line-height: 1.1363636364;
		width: 84px;
		padding: 5px;
	}

	.panel-search .form-group {
		background: none;
		padding: 0;
		top: 28px;
		left: auto;
		right: 150px;
		width: 320px;
	}

	.panel-search label {
		font-size: 25px;
		left: 28px;
		top: 24px;
	}

	.panel-search label:before {
		content: "\e907";
	}

	.panel-search .form-control {
		width: calc(100% - 84px);
		font-size: 18px;
		line-height: 1.2222222222;
		padding: 8px 8px 8px 63px;
		height: 48px;
	}

	.panel-search .btn,
	.panel-search .btn-secondary {
		font-weight: 400;
		font-size: 22px;
		line-height: 1.1363636364;
		width: 84px;
	}

	.search-form label {
		left: 21px;
		font-size: 38px;
	}

	.search-form .form-control {
		padding: 12px 12px 12px 87px;
		width: calc(100% - 155px);
	}

	.search-form .btn,
	.search-form .btn-primary,
	.search-form .btn-secondary {
		width: 155px;
	}

	.fake-input {
		width: 15px;
		height: 15px;
		margin-right: 22px;
	}

	.fake-input:before,
	.fake-input:after {
		width: 14px;
		height: 4px;
		margin: 4px 0 0 -1px;
	}

	.label-wrap {
		margin-bottom: 23px;
	}

	.label-wrap .icon {
		width: 22px;
	}

	.radio-list li {
		margin: 0 0 19px 24px;
	}

	.radio-list .fake-input:after,
	.radio-list .fake-input:before {
		width: 15px;
	}

	body {
		font-size: 18px;
		line-height: 1.3888888889;
	}

	.btn {
		padding: 9px 25px 8px;
		font-size: 18px;
		line-height: 1.1666666667;
		border-width: 1px;
	}

	.btn-primary,
	.btn-secondary {
		font-size: 35px;
		line-height: 1.0857142857;
		border-width: 0;
	}

	h1 {
		font-size: 43px;
	}

	h2 {
		font-size: 21px;
	}

	p {
		margin: 0 0 55px;
	}

	#two-columns {
		padding-top: 84px;
		padding-bottom: 59px;
	}

	#two-columns > h1 {
		margin-bottom: 30px;
	}

	.aligncenter {
		margin-bottom: 59px;
	}

	.info-text {
		margin-bottom: 43px;
		font-size: 18px;
		line-height: 1.3888888889;
		padding: 13px 0 22px;
	}

	.text-columns {
		margin-bottom: 0;
	}

	.text-columns .column {
		margin-bottom: 56px;
	}

	.fig figcaption {
		font-size: 16px;
		line-height: 1.25;
	}

	.img-align {
		margin-bottom: 20px;
		min-height: 527px;
	}

	.img-align img {
		width: 330px;
	}

	.quote {
		padding: 47px 0 0;
		font-size: 18px;
		line-height: 1.4444444444;
		margin: 0 0 139px;
	}

	.heading-head {
		margin-bottom: 51px;
	}

	.heading-head .heading {
		font-weight: 700;
		padding: 0 33px;
		font-size: 18px;
		line-height: 1.1666666667;
	}

	.heading-head .heading.border-gray:before,
	.heading-head .heading.border-gray:after {
		background: #ccc;
	}

	.heading-head .heading:before,
	.heading-head .heading:after {
		background: rgba(0, 0, 0, .2);
	}

	.cols-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		width: calc(100% + 32px);
		margin: 0 -16px 0;
	}

	.artikler-col {
		padding: 0 16px;
		width: 50%;
		font-size: 16px;
		line-height: 1.1875;
	}

	.artikler-col h2 {
		font-size: 18px;
		line-height: 1.2222222222;
		margin-bottom: 25px;
	}

	.artikler-col .img-holder {
		margin-bottom: 27px;
	}

	.artikler-col p {
		margin-bottom: 44px;
	}

	.item-block {
		padding: 0 12px;
		width: 33.333%;
		font-size: 14px;
		line-height: 1.1428571429;
		margin-bottom: 25px;
	}

	.fig-image {
		min-height: 196px;
	}

	.item-block-wrap figure {
		margin: 0 0 8px;
	}

	.item-block-wrap figcaption {
		font-size: 14px;
		line-height: 1.0714285714;
		padding: 8px 10px 7px;
	}

	.widget-heading {
		font-weight: 700;
		margin-bottom: 39px;
		font-size: 18px;
		text-align: left;
		line-height: 1.1666666667;
		padding: 0 33px;
	}

	.items-wrap {
		width: calc(100% + 24px);
		margin: 0 -12px;
	}

	.aktuelt-area {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.aktuelt-area h1 {
		margin-bottom: 63px;
	}

	.article {
		font-size: 18px;
		line-height: 1.2222222222;
		margin-bottom: 56px;
	}

	.article .img-holder {
		margin-bottom: 23px;
	}

	.article h2 {
		text-transform: uppercase;
	}

	.article p {
		margin-bottom: 0;
	}

	.post-columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0 -16px;
		width: calc(100% + 32px);
	}

	.post-column {
		padding: 0 16px;
		width: 50%;
		font-size: 16px;
		line-height: 1.1875;
		margin-bottom: 32px;
	}

	.post-column .img-holder {
		margin-bottom: 27px;
	}

	.post-column h2 {
		margin-bottom: 25px;
		font-size: 18px;
		line-height: 1.2222222222;
	}

	.post-column p {
		margin-bottom: 27px;
	}

	.intro-block h1 {
		margin-bottom: 42px;
		font-size: 43px;
	}

	.intro-holder {
		padding-top: 72px;
		padding-bottom: 72px;
	}

	.documents-area {
		padding-top: 59px;
		padding-bottom: 123px;
	}

	.documents-area .btn-more {
		float: right;
		font-size: 18px;
		line-height: 1.1666666667;
	}

	.filters-list li {
		margin-bottom: 39px;
	}

	.filters-list .sub-option li {
		margin-bottom: 0;
	}

	.sub-option {
		padding-left: 38px;
	}

	.sub-option li {
		margin-bottom: 0;
	}

	.op-opener {
		font-size: 16px;
		line-height: .95;
		border-bottom-width: 1px;
	}

	.op-slide {
		padding-top: 26px;
	}

	.list-group {
		border-top: 0;
	}

	.list-group li {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-top: 0;
		padding-bottom: 9px;
		margin-bottom: 27px;
	}

	.list-group .col-right {
		width: 176px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.list-group .col-left {
		width: 305px;
	}

	.list-group .col-left h2 {
		font-size: 18px;
	}

	.list-group .img-holder {
		margin-right: 9px;
		width: 33px;
	}

	.list-group .sponsor-img {
		width: 82px;
	}

	.list-group h2 {
		margin-bottom: 0;
		width: calc(100% - 200px);
		font-size: 18px;
		line-height: 1.1666666667;
	}

	.list-group .text-light {
		padding-left: 2px;
	}

	.list-group .ico-download {
		font-size: 26px;
	}

	.list-group .ico-arrow-right {
		font-size: 26px;
	}

	.banner-carousel .slide {
		padding: 127px 0 25px;
	}

	.banner-carousel h1 {
		font-size: 30px;
		line-height: 1.2666666667;
	}

	.banner-carousel .title-heading {
		font-size: 12px;
	}

	.banner-carousel .slide-holder {
		padding: 0 40px 0 0;
	}

	.banner-carousel .slide-holder:before {
		min-height: 288px;
	}

	.banner-carousel .img-holder {
		margin-bottom: -16px;
		width: 229px;
	}

	.text-aside {
		font-style: normal;
		font-size: 16px;
		line-height: 1.25;
		text-align: left;
	}

	.text-aside:before {
		display: block;
	}

	.text-aside .holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 17px 0 24px;
	}

	.text-aside .col {
		width: 60%;
		margin-right: -16px;
	}

	.text-aside .col:first-child {
		width: 38%;
		margin-right: 0;
	}

	.fetaures-cols {
		padding-bottom: 54px;
		padding-top: 48px;
	}

	.fetaures-cols .cols-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0 -6px;
		width: calc(100% + 12px);
	}

	.fetaures-cols .col {
		width: 33.333%;
		padding: 0 6px;
	}

	.box {
		margin-bottom: 20px;
		height: 90px;
	}

	.box h3,
	.box .ico {
		margin: 0 5px;
	}

	.box h3 {
		font-size: 18px;
	}

	.box .ico {
		font-size: 33px;
	}

	.box .ico.ico-hand {
		font-size: 43px;
	}

	.sidebar {
		float: right;
		width: 29%;
	}

	.content {
		float: left;
		width: 69%;
	}

	.topics-holder {
		margin: 0 0 50px;
	}

	.topics .column {
		-webkit-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 40px;
		column-gap: 40px;
	}

	.text-widget {
		font-size: 16px;
		line-height: 1.1875;
		padding-top: 0;
	}

	.text-widget:before {
		display: none;
	}

	.text-widget h2 {
		font-size: 24px;
	}

	.producktr-block.sep-top:before {
		display: block;
		border-color: #ccc;
	}

	.order-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		width: 100%;
	}

	.items-wrap-cols {
		width: calc(100% + 24px);
		margin: 0 -12px;
	}

	.items-wrap-cols .item-block {
		width: 33.333%;
		padding: 0 12px;
	}

	.posts-column-area:before {
		border-color: #ccc;
	}

	.page-error {
		font-size: 21px;
		line-height: 1.2380952381;
		padding-top: 86px;
		padding-bottom: 86px;
	}

	.page-error h1 {
		font-size: 100px;
	}

	.page-error h2 {
		font-size: 34px;
	}

	.produkt-info {
		margin-bottom: 36px;
		width: 100%;
	}

	.produkt-info h1 {
		font-size: 28px;
		line-height: 1.1071428571;
		margin-bottom: 11px;
	}

	.produkt-info h2 {
		margin-bottom: 40px;
		font-size: 14px;
		line-height: 1.2142857143;
	}

	.info-descr {
		font-weight: 700;
		width: calc(100% - 360px);
		padding: 9px 20px 15px 0;
		font-size: 14px;
		line-height: 1.5714285714;
		float: left;
		min-height: 292px;
	}

	.info-descr p {
		margin-bottom: 30px;
	}

	.image-wrap {
		width: 360px;
		float: right;
	}

	.product-image {
		margin-bottom: 20px;
	}

	.product-image .align {
		min-height: 360px;
	}

	.product-image .ico-zoom {
		bottom: 14px;
		right: 16px;
		font-size: 24px;
	}

	.symbols-holder {
		overflow: hidden;
		width: calc(100% - 360px);
		padding: 0 20px 0 0;
		float: left;
	}

	.slick-fade-slider {
		margin-bottom: 0;
	}

	.slick-fade-slider .product-image {
		margin-bottom: 0;
	}

	.slick-fade-slider .slick-dots {
		padding-top: 20px;
	}

	.tab-area {
		margin-bottom: 60px;
	}

	.tab-content {
		padding: 37px 23px 21px;
	}

	.info-listing {
		font-size: 14px;
		line-height: 1.2857142857;
	}

	.info-listing .title {
		width: 49%;
	}

	.info-listing .text {
		width: 49%;
	}

	.info-listing .note {
		padding: 17px 0;
		font-size: 12px;
		line-height: 1.1666666667;
		width: 42%;
	}

	.contact-area {
		margin-bottom: 75px;
	}

	.contact-area h2 {
		border-bottom: 1px solid #000;
		margin-bottom: 21px;
		padding-bottom: 29px;
	}

	.contact-area .holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		width: calc(100% + 42px);
		margin: 0 -21px;
	}

	.contact-area .col {
		width: 50%;
		padding: 0 21px;
		margin-bottom: 0;
	}

	.contact-list-group a {
		font-size: 23px;
		line-height: 1.1304347826;
	}

	.contact-list-group .ico {
		width: 27px;
		font-size: 27px;
	}

	.contact-bock {
		margin: 0 0 40px;
	}

	.contact-bock .text-holder {
		font-size: 20px;
		line-height: 25px;
		width: 43.8%;
		padding: 15px 10px 50px 10px;
	}

	.contact-bock .map-holder {
		width: calc(100% - 43.8%);
		min-height: 334px;
	}

	.contact-bock .direction {
		display: none;
	}

	.contact-bock h2 {
		margin: 0 0 20px;
		font-size: 26px;
		line-height: 30px;
	}

	.services-block {
		border-top: 1px solid #ccc;
		padding: 20px 0 0;
	}

	.services-block .head {
		font-size: 21px;
		line-height: 24px;
		margin: 0 0 30px;
	}

	.services-block h2 {
		margin: 0 0 16px;
		font-size: 24px;
		line-height: 28px;
	}

	.team-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0 -15px;
		width: calc(100% + 30px);
	}

	.team-list > li {
		width: 50%;
		margin: 0;
		padding: 20px 15px;
	}

	.team-list .visual {
		width: 188px;
		height: 188px;
		margin-bottom: 25px;
	}

	.team-list h3 {
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 15px;
	}

	.team-list h3 span {
		display: block;
		font-weight: 500;
		text-transform: none;
	}

	.contact-list {
		font-weight: 500;
		font-size: 20px;
		line-height: 24px;
	}

	.logo {
		max-width: 223px;
	}

	.openers-panel {
		width: calc(100% - 223px);
		padding: 35px 0 43px 30px;
	}

	.nav-opener {
		margin-left: 42px;
		width: 39px;
		height: 33px;
	}

	.nav-opener:before,
	.nav-opener:after,
	.nav-opener .icon-bar {
		border-radius: 1px;
	}

	.search-opener {
		font-size: 34px;
		width: 34px;
		height: 34px;
	}

	.menu-wrap {
		padding: 30px 19px 50px;
		width: 385px;
		-webkit-transform: translateX(385px);
		-ms-transform: translateX(385px);
		transform: translateX(385px);
	}

	.nav-active .menu-wrap {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.navbar-head {
		margin-bottom: 58px;
	}

	#nav li {
		padding: 25px 0;
	}

	#nav a {
		font-size: 18px;
		line-height: 1.3333333333;
	}

	#nav .ico {
		top: 0;
		font-size: 24px;
	}

	#footer {
		padding-top: 61px;
	}

	.footer-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.footer-holder hr {
		border-width: 1px 0 0;
		margin-bottom: 21px;
		border-color: #9f9f9f;
	}

	.footer-holder .left-col {
		padding-top: 9px;
		border-bottom: 1px solid #000;
		padding-bottom: 47px;
		margin-bottom: 60px;
	}

	.footer-logo {
		float: left;
		width: 33.333%;
		margin-bottom: 22px;
	}

	.footer-logo img {
		width: 155px;
		height: 33px;
	}

	.footer-nav {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-bottom: 0;
	}

	.footer-nav ul.nav-items {
		margin-bottom: 36px;
	}

	.footer-nav li {
		margin-bottom: 3px;
	}

	.footer-nav a {
		font-size: 18px;
	}

	.nav-col {
		width: 33.333%;
	}

	.footer-address {
		font-size: 18px;
		line-height: 1.2222222222;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		width: 66.666%;
		float: left;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 0;
	}

	.footer-address .col {
		margin-bottom: 0;
		width: 50%;
		margin-bottom: 15px;
	}

	.adr-heading {
		margin-bottom: 1px;
		font-size: 18px;
	}

	.social-col {
		width: 50%;
		padding-top: 0;
		margin-top: -19px;
		border-top: 0;
	}

	.social-col .social-networks {
		width: 50%;
	}

	.social-networks li {
		margin-right: 14px;
	}

	.social-networks a {
		width: 20px;
		height: 20px;
		font-size: 15px;
		border-radius: 2px;
	}

	.social-networks .ico-facebook:before {
		padding-left: 6px;
	}

	#header-second .holder-hidden-search button[type="submit"] {
		width: 118px;
		font-size: 30px;
	}

	.intro figure {
		height: 815px;
	}

	.section-heading {
		font-size: 35px;
	}

	.section-heading p {
		margin-bottom: 46px;
	}

	.h1 {
		font-size: 43px;
		line-height: 65px;
	}

	.h2 {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 50px;
	}

	.h3 {
		font-size: 21px;
		line-height: 30px;
	}

	.section-heading .h3 {
		font-size: 26px;
		margin-bottom: 36px;
	}

	.h4 {
		font-size: 21px;
		line-height: 33px;
	}

	.blockquote {
		font-size: 28px;
		line-height: 35px;
		margin: 0 0 120px;
	}

	.information-block {
		padding: 102px 0 0;
	}

	.information-block .btn-group {
		margin: 0 auto 92px;
	}

	.btn-new {
		margin-bottom: 10px;
		padding: 14px 36px;
		font-size: 18px;
		font-weight: 700;
		margin: 0 11px;
	}

	.text-block {
		font-size: 16px;
		line-height: 22px;
	}

	.row {
		margin: 0 -11px;
	}

	.col.col-6 {
		width: 50%;
	}

	.col.col-4 {
		width: 33.33%;
	}

	.col.col-3 {
		width: 25%;
	}

	.col.col-8 {
		width: 66.66%;
	}

	.col.col-offset-2 {
		margin-left: 16.7%;
	}

	.item-photo {
		margin-bottom: 61px;
	}

	.item-photo.main-item {
		margin-bottom: 150px;
	}

	.block-img-heading .img-holder:after {
		width: 140px;
		height: 140px;
		opacity: .5;
	}

	.product-section {
		padding-bottom: 30px;
	}

	.product-section-2 .card-body {
		padding-top: 52px;
	}

	#new-footer .del {
		display: none;
	}
}

@media (min-width: 1024px) and (max-width: 1181px) {
	#wrapper .hidden-md {
		display: none;
	}
}

@media (min-width: 1024px) {
	.form-control {
		font-size: 18px;
		line-height: 1.1666666667;
		height: 48px;
	}

	.navbar-form {
		margin-bottom: 80px;
	}

	.navbar-form label {
		left: 14px;
	}

	.navbar-form .form-control {
		padding: 8px 8px 8px 49px;
	}

	.panel-search .form-group {
		top: 10px;
		width: 350px;
		right: 110px;
	}

	.panel-search label {
		left: 14px;
	}

	.panel-search .form-control {
		padding: 8px 8px 8px 49px;
	}

	.search-form label {
		left: 14px;
		font-size: 25px;
	}

	.search-form .form-control {
		padding: 7px 7px 7px 54px;
		width: calc(100% - 98px);
	}

	.search-form .btn,
	.search-form .btn-primary,
	.search-form .btn-secondary {
		width: 98px;
	}

	.form-default {
		margin-bottom: 10px;
	}

	.form-default.extra .form-control {
		border-width: 1px 0 1px 1px;
		font-weight: 400;
		font-size: 18px;
		width: calc(100% - 84px);
		height: 48px;
		background: #fff;
	}

	.form-default.extra label {
		font-size: 26px;
	}

	.form-default.extra .btn-secondary {
		width: 84px;
		font-weight: 400;
		font-size: 22px;
	}

	.form-default .form-control {
		font-size: 22px;
	}

	body {
		font-size: 14px;
		line-height: 1.5714285714;
	}

	.btn {
		padding: 6px 15px 5px;
		font-size: 14px;
		line-height: 1.2142857143;
	}

	.btn-primary,
	.btn-secondary {
		font-size: 22px;
		line-height: 1.1363636364;
	}

	h3 {
		font-size: 16px;
	}

	p {
		margin: 0 0 35px;
	}

	#two-columns {
		padding-top: 59px;
		padding-bottom: 59px;
	}

	#two-columns > h1 {
		margin-bottom: 22px;
	}

	#content {
		float: left;
		width: 78.7%;
		padding-right: 19px;
	}

	#sidebar {
		float: right;
		width: 21.3%;
		padding-left: 19px;
		margin-top: -3px;
		border-left: 1px solid rgba(63, 60, 54, .1);
	}

	.aligncenter {
		margin-bottom: 44px;
	}

	.info-text {
		padding: 14px 0 20px;
		font-size: 16px;
		line-height: 1.375;
		margin-bottom: 41px;
	}

	.text-columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0 -15px;
		width: calc(100% + 30px);
	}

	.text-columns .column {
		margin-bottom: 67px;
		width: 50%;
		padding: 0 15px;
	}

	.fig figcaption {
		font-size: 12px;
		line-height: 1.25;
	}

	.img-align {
		margin-bottom: 6px;
		min-height: 261px;
	}

	.img-align img {
		width: 163px;
	}

	.holder-wrap {
		margin-bottom: 36px;
	}

	.alignleft {
		width: 42.4%;
		float: left;
		margin-right: 64px;
		margin-bottom: 0;
	}

	.quote {
		font-size: 16px;
		line-height: 1.625;
		padding: 35px 0 0;
		margin: 0 0 68px;
	}

	.quote:before {
		font-size: 43px;
	}

	.descr-wrap {
		padding-top: 50px;
	}

	.heading-head {
		margin-bottom: 18px;
	}

	.heading-head .heading {
		font-size: 14px;
		text-transform: none;
		line-height: 1.2857142857;
		padding: 0 33px;
	}

	.heading-head .heading:before,
	.heading-head .heading:after {
		background: #000;
	}

	.cols-holder {
		width: calc(100% + 68px);
		margin: 0 -34px 50px;
	}

	.artikler-col {
		padding: 0 34px;
		font-size: 14px;
		line-height: 1.2142857143;
		margin-bottom: 68px;
	}

	.artikler-col h2 {
		font-size: 16px;
		line-height: 1.375;
		text-transform: none;
		margin-bottom: 16px;
	}

	.artikler-col .img-holder {
		margin-bottom: 16px;
	}

	.artikler-col p {
		margin-bottom: 25px;
	}

	.item-block {
		margin-bottom: 23px;
		font-weight: 500;
		width: auto;
		padding: 0;
		font-size: 13px;
		line-height: 1.2307692308;
	}

	.fig-image {
		min-height: 170px;
	}

	.fig-image.extra {
		min-height: 228px;
	}

	.item-block-wrap figcaption {
		text-transform: uppercase;
		font-size: 12px;
		line-height: 1.0833333333;
		padding: 6px 10px 7px;
	}

	.item-block-wrap figcaption.extra {
		font-weight: 700;
		font-size: 16px;
		line-height: 1.125;
		text-transform: capitalize;
	}

	.widget-heading {
		text-transform: none;
		padding: 0;
		display: block;
		margin-bottom: 19px;
		font-size: 14px;
		line-height: 1.2142857143;
	}

	.widget-heading:before,
	.widget-heading:after {
		display: none;
	}

	.items-wrap {
		display: block;
		width: auto;
		margin: 0;
	}

	.aktuelt-area {
		padding-top: 86px;
	}

	.aktuelt-area h1 {
		margin-bottom: 74px;
	}

	.articles-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		width: calc(100% + 46px);
		margin: 0 -23px;
	}

	.article {
		margin-bottom: 49px;
		padding: 0 23px;
		width: 50%;
	}

	.article .img-holder {
		margin-bottom: 22px;
	}

	.article h2 {
		margin-bottom: 18px;
	}

	.post-columns {
		margin: 0 -15px;
		width: calc(100% + 30px);
	}

	.post-column {
		padding: 0 15px;
		width: 33.333%;
	}

	.post-column .img-holder {
		margin-bottom: 15px;
	}

	.post-column h2 {
		font-size: 16px;
		line-height: 1.375;
		margin-bottom: 11px;
	}

	.intro-block.extra h1 {
		font-size: 43px;
	}

	.intro-block h1 {
		margin-bottom: 7px;
	}

	.intro-holder {
		min-height: 250px;
		white-space: nowrap;
		text-align: center;
		text-align: left;
		padding-top: 0;
		padding-bottom: 0;
	}

	.intro-holder:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: inherit;
	}

	.intro-holder > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.intro-holder .col {
		width: 40%;
		float: left;
	}

	.intro-holder .col:first-child {
		width: 60%;
		padding-right: 15px;
	}

	.documents-area {
		-ms-flex-flow: row-reverse wrap;
		flex-flow: row-reverse wrap;
	}

	.documents-area .btn-more {
		font-size: 14px;
		line-height: 1.2857142857;
	}

	.content-holder {
		width: 76.8%;
		padding-left: 28px;
	}

	.doc-filters {
		width: 23.2%;
		padding-top: 8px;
	}

	.list-group .col-right {
		width: 185px;
		padding-top: 6px;
	}

	.list-group .col-left {
		margin-left: 23px;
	}

	.list-group .sponsor-img {
		width: 61px;
	}

	.list-group .ico-download {
		font-size: 18px;
	}

	.banner-carousel .slide {
		padding: 75px 0 40px;
	}

	.banner-carousel h1 {
		font-size: 43px;
		line-height: 1.2093023256;
	}

	.banner-carousel .title-heading {
		font-size: 16px;
	}

	.banner-carousel .slide-holder:before {
		min-height: 325px;
	}

	.banner-carousel .img-holder {
		width: 280px;
		margin-bottom: -20px;
	}

	.banner-carousel .btn-prev,
	.banner-carousel .btn-next {
		margin-top: 22px;
		left: 10px;
	}

	.banner-carousel .btn-next {
		left: auto;
		right: 10px;
	}

	.banner-carousel .descr {
		width: 49.56%;
	}

	.image-stamp {
		left: -70px;
		top: 72px;
	}

	.text-aside .holder {
		padding: 15px 0;
	}

	.text-aside .col {
		width: 48%;
		margin-right: -2px;
	}

	.text-aside .col:first-child {
		width: 48%;
		margin-right: 0;
	}

	.fetaures-cols {
		padding-top: 46px;
	}

	.box h3,
	.box .ico {
		margin: 0 10px;
	}

	.box h3 {
		font-size: 22px;
	}

	.box .ico {
		font-size: 37px;
	}

	.box .ico.ico-hand {
		font-size: 45px;
	}

	.sidebar {
		width: 23%;
	}

	.content {
		width: 74.4%;
	}

	.topics-holder {
		margin: -5px 0 75px;
	}

	.items-wrap-cols {
		width: calc(100% + 30px);
		margin: 0 -15px;
	}

	.items-wrap-cols.three-wrap .item-block {
		width: 33.333%;
		font-size: 14px;
		line-height: 1.2857142857;
	}

	.items-wrap-cols.three-wrap figcaption {
		text-transform: uppercase;
		font-size: 14px;
		line-height: 1.1428571429;
	}

	.items-wrap-cols .item-block {
		width: 25%;
		padding: 0 15px;
	}

	.posts-column-area .post-column {
		font-size: 14px;
		line-height: 1.2142857143;
	}

	.posts-column-area h2 {
		font-size: 14px;
	}

	.page-error .form-default {
		width: 530px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 36px;
	}

	.produkt-info {
		display: block;
	}

	.info-descr {
		padding: 36px 28px 15px 0;
		min-height: 292px;
	}

	.symbols-holder {
		padding: 0 28px 0 0;
	}

	.tab-area {
		margin-bottom: 62px;
	}

	.info-listing .text {
		font-size: 16px;
	}

	.contact-area {
		margin-bottom: 125px;
	}

	.contact-area h2 {
		margin-bottom: 53px;
		padding-bottom: 20px;
	}

	.contact-area .holder {
		width: calc(100% + 70px);
		margin: 0 -35px;
	}

	.contact-area .col {
		padding: 0 35px;
	}

	.contact-list-group a {
		font-size: 18px;
		line-height: 1.1666666667;
	}

	.contact-list-group .ico {
		width: 22px;
		font-size: 21px;
	}

	.contact-bock {
		width: calc(100% + 30px);
		margin: 0 -15px 72px;
	}

	.contact-bock .col {
		width: 50%;
		margin: 0;
		padding: 0 15px;
	}

	.contact-bock .text-holder {
		padding: 15px 10px 77px 10px;
		font-size: 16px;
		line-height: 19px;
	}

	.contact-bock .map-holder {
		min-height: 385px;
	}

	.contact-bock h2 {
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 34px;
	}

	.services-block {
		padding: 40px 0 0;
	}

	.services-block .head {
		color: #474133;
		margin: 0 0 38px;
	}

	.team-list {
		margin: 0 -45px;
		width: calc(100% + 90px);
	}

	.team-list > li {
		width: 25%;
		padding: 10px 15px;
	}

	.team-list .visual {
		width: 157px;
		height: 157px;
		margin-bottom: 30px;
	}

	.team-list h3 {
		font-size: 18px;
		line-height: 22px;
	}

	.contact-list {
		font-size: 18px;
		line-height: 22px;
	}

	.logo {
		max-width: 147px;
	}

	.openers-panel {
		width: calc(100% - 147px);
		padding: 23px 0 24px 30px;
	}

	.nav-opener {
		margin-left: 14px;
		width: 31px;
		height: 22px;
	}

	.nav-opener:before,
	.nav-opener:after,
	.nav-opener .icon-bar {
		height: 4px;
	}

	.nav-opener .icon-bar {
		top: 9px;
	}

	.search-opener {
		font-size: 23px;
		width: 23px;
		height: 23px;
	}

	.menu-wrap {
		width: 573px;
		padding: 19px 29px 50px;
		-webkit-transform: translateX(573px);
		-ms-transform: translateX(573px);
		transform: translateX(573px);
	}

	.nav-active .menu-wrap {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.navbar-head {
		margin-bottom: 54px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.nav-close {
		margin-top: -11px;
		width: 21px;
		height: 21px;
	}

	.nav-close:before,
	.nav-close:after {
		height: 3px;
	}

	#nav li {
		padding: 15px 0;
	}

	#footer {
		padding-top: 45px;
	}

	.footer-holder .left-col {
		width: 31.4%;
		padding-top: 3px;
		padding-bottom: 0;
		border-bottom: 0;
		margin-bottom: 0;
	}

	.footer-logo {
		float: none;
		width: auto;
		margin-bottom: 18px;
	}

	.footer-nav {
		width: 50%;
	}

	.footer-nav ul.nav-items {
		margin-bottom: 22px;
	}

	.footer-nav li {
		margin-bottom: 0;
	}

	.footer-nav a {
		font-size: 12px;
	}

	.nav-col {
		width: 31.8%;
	}

	.footer-address {
		width: auto;
		float: none;
		font-size: 14px;
		line-height: 1.2857142857;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.footer-address .text-block {
		margin-bottom: 4px;
	}

	.footer-address .col {
		width: 46%;
	}

	.footer-address dd {
		margin: 0 0 4px;
	}

	.adr-heading {
		margin-bottom: 3px;
		font-size: 15px;
	}

	.social-col {
		padding-bottom: 52px;
		width: 100%;
		margin-top: 0;
	}

	.print-page .product-grid .product-item .description-holder p {
		margin-bottom: 10px;
	}

	.alignleft {
		float: left;
	}

	.alignright {
		float: right;
	}

	#header-second {
		height: 80px;
	}

	#header-second .logo-header {
		width: 249px;
	}

	#header-second .search-opener {
		width: 94px;
		height: 80px;
		font-size: 26px;
	}

	.search-active #header-second .search-opener:before {
		font-size: 40px;
	}

	#header-second .holder-hidden-menu {
		height: calc(100vh - 80px);
	}

	#header-second .list-navigation {
		font-size: 30px;
		line-height: 1.2;
		padding-bottom: 80px;
	}

	#header-second .list-navigation li {
		margin-bottom: 35px;
	}

	#header-second .social-list {
		font-size: 25px;
		margin: 0 -22px;
	}

	#header-second .social-list li {
		padding: 0 22px;
	}

	#header-second .holder-hidden-search {
		padding: 178px 0 0;
		height: calc(100vh - 80px);
	}

	#header-second .holder-hidden-search input[type="search"] {
		padding: 34px 140px 28px 25px;
		font-size: 34px;
		line-height: 1;
		height: 100px;
	}

	#header-second .holder-hidden-search .input-placeholder-text {
		padding-left: 28px;
		font-size: 34px;
		line-height: 90px;
	}

	.nav-opener {
		width: 94px !important;
		height: 80px !important;
	}

	.top-info {
		padding: 85px 0 68px;
	}

	.item-photo figure figcaption {
		font-size: 20px;
		line-height: 28px;
	}

	.block-img-heading {
		margin-bottom: 60px;
	}

	.heading-item .item-info {
		font-size: 16px;
		line-height: 24px;
		padding: 30px 69px 30px 79px;
	}

	.heading-item,
	.img-holder {
		width: 50%;
	}

	.video-block .placeholder-img {
		font-size: 28px;
		line-height: 38px;
		padding-top: 37px;
	}

	.section-form {
		margin-bottom: 94px;
	}

	.section-form .section-holder {
		padding: 100px 120px 105px;
	}

	.section-form .form-main select {
		margin-bottom: 76px;
	}

	.section-form .form-main .col.align-right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.section-form .form-main .checkbox-group {
		padding-right: 60px;
		font-size: 12px;
		text-transform: capitalize;
	}

	.section-form .form-main .btn-new {
		padding-right: 160px;
	}

	.section-subscribe {
		padding-bottom: 87px;
	}

	.item-cont {
		padding: 60px 30px 67px 30px;
		font-size: 20px;
		line-height: 28px;
	}

	.item-cont p {
		margin-bottom: 50px;
	}

	.form-subscribe input[type="email"] {
		margin-bottom: 30px;
	}

	.form-subscribe .input-placeholder-text {
		font-size: 20px;
	}

	.form-subscribe button[type="submit"] {
		font-size: 16px;
		padding: 18px 40px;
		margin-bottom: 29px;
	}
}

@media (min-width: 1182px) {
	.search-form {
		margin-top: 8px;
	}

	.radio-list li {
		margin: 0 0 19px 38px;
	}

	#content {
		padding-right: 47px;
	}

	#sidebar {
		padding-left: 47px;
	}

	.intro-block h1 {
		font-size: 53px;
	}

	.banner-carousel .slide-holder {
		padding: 0 50px 0 0;
	}

	.banner-carousel .descr {
		width: 47.5%;
	}

	.topics .column {
		padding: 0 25px 0 0;
	}

	#wrapper .hidden-lg {
		display: none;
	}

	.item-cont .h3 {
		font-size: 28px;
		line-height: 35px;
		margin-bottom: 50px;
	}

	.item-cont .list-contact {
		font-size: 20px;
		line-height: 40px;
	}
}

@media (max-width: 1023px) {
	.filters-fixed-wrap {
		position: fixed;
		right: 0;
		top: 0;
		left: 0;
		height: 100vh;
		z-index: 9;
		background: rgba(0, 0, 0, .9);
		overflow-x: hidden;
		overflow-y: auto;
		min-width: 320px;
		opacity: 0;
		visibility: hidden;
	}

	.filters-fixed-wrap .filter-form {
		float: right;
		width: 390px;
		padding: 114px 21px;
		border-radius: 1px;
		box-shadow: 0 0 78px rgba(0, 0, 0, .78);
		background: rgba(64, 63, 57, .95);
		color: #fff;
	}

	.filters-fixed-wrap .op-opener {
		color: inherit;
		border-color: #fff;
		font-size: 26px;
	}

	.filters-active .filters-fixed-wrap {
		opacity: 1;
		visibility: visible;
	}

	#header-second .logo-header a {
		padding-top: 6px;
	}

	#header-second .switch-lang {
		display: none;
	}

	#header-second .bottom-section:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		height: 1px;
		background: #fff;
		top: 70px;
	}

	#header-second .bottom-section .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#header-second .social-list {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	#header-second .switch-lang-2 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding-bottom: 46px;
		font-size: 16px;
	}

	#header-second .holder-hidden-search .checkbox-group {
		display: none;
	}

	.block-img-heading {
		padding-top: 21px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.section-form .form-main .checkbox-group .label-wrap {
		margin-bottom: 37px;
	}

	.item-cont .h3 img {
		width: 40px;
		height: 29px;
		margin-right: 25px;
	}
}

@media (max-width: 767px) {
	.label-wrap img {
		max-width: none;
		width: 100%;
	}

	.footer-holder hr {
		border-width: 2px 0 0;
		border-color: #000;
	}

	#wrapper .hidden-xs {
		display: none;
	}

	.intro figure {
		margin: 0 -21px;
	}

	.intro figcaption {
		display: none;
	}

	.intro img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.information-block .container {
		padding: 0 37px;
	}

	.information-block .btn-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.card-section .container-lg {
		padding: 0 10px;
	}

	.item-photo.item-sm-hidden {
		display: none;
	}

	.section-player {
		display: none;
	}

	.product-section .col.col-3 {
		width: 100%;
	}

	.product-section .h2 {
		margin-bottom: 30px;
		font-size: 20px;
		line-height: 1;
	}

	.product-section-2 .h2 {
		margin-bottom: 30px;
		font-size: 20px;
	}

	.list-social {
		display: none;
	}
}

@media (max-width: 639px) {
	.product-section .col.col-3 {
		display: none;
	}

	.product-section-2 .col {
		display: none;
	}
}

@media (max-width: 479px) {
	.navbar-form .btn,
	.navbar-form .btn-secondary {
		height: 71px;
		padding: 5px;
	}

	.panel-search .btn,
	.panel-search .btn-secondary {
		height: 71px;
	}

	.search-form .form-control {
		font-size: 17px;
		line-height: 1.1764705882;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.search-form .btn,
	.search-form .btn-primary,
	.search-form .btn-secondary {
		height: 71px;
	}

	.form-default .btn,
	.form-default .btn-primary,
	.form-default .btn-secondary {
		height: 60px;
	}

	.list-group.extra li {
		padding: 20px 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.list-group.extra .ico-download {
		font-size: 18px;
	}

	.filters-fixed-wrap .filter-form {
		width: 95%;
	}

	.section-form .form-main .btn-new {
		padding: 15px 20px;
		width: 100%;
		text-align: left;
		font-size: 17px;
	}

	.section-form .form-main .btn-new [class^="ico"] {
		font-size: 25px;
	}
}

@media (max-height: 900px) {
	#header-second .holder-hidden-nav,
	#header-second .holder-hidden-form {
		padding: 40px 0 60px;
	}
}

@media print {
}
@media (max-width: 767px) {
	.banner-carousel .mask {
		height:150px !important;
	}
	.bg-stretch {
		height:150px;
	}
}