/*
Theme Name: Base
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! 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;
}
#wpadminbar{display:none;}
/*! 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: #fff;
	color: #797979;
	text-shadow: none;
	border-radius: 0;
}

.fancybox-opened {
	z-index: 8030;
	position: relative;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 0 18px rgba(0, 0, 0, .3);
	z-index: 1;
}

.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-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: 7px;
	right: 5px;
	width: 25px;
	height: 25px;
	background: none;
}

.fancybox-close:hover:before,
.fancybox-close:hover:after {
	background: #000;
}

.fancybox-close:before,
.fancybox-close:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 4px;
	border-radius: 3px;
	background: #c7bbaf;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

.fancybox-close:before {
	content: "";
	top: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-close:after {
	content: "";
	top: 10px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.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-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.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-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden !important;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* 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-opened .fancybox-title {
	visibility: visible;
}

.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: 0;
	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!*/

/* custom file input styles */

.jcf-file {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	background: #fff;
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 200px;
	margin: 0;
	right: 0;
	top: 0;
}

.jcf-file .jcf-fake-input {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
	border: 1px solid #777;
	padding: 0 8px;
	font-size: 14px;
	line-height: 31px;
	height: 31px;
	border: 2px solid #808080;
	border-top: 1px solid #000;
	border-bottom: 1px solid #606060;
	box-shadow: inset 0 -2px 0 -1px  #a0a0a0;
	overflow: hidden;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-transform: uppercase;
	letter-spacing: .178em;
}

.jcf-focus .jcf-fake-input {
	color: #000;
}

.jcf-file .jcf-upload-button {
	display: block;
	width: 38%;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	margin: 0 0 0 9px;
	padding: 0 10px;
	line-height: 31px;
	text-transform: uppercase;
	letter-spacing: .178em;
	text-align: center;
}

.jcf-upload-button {
	background: #9b9b9b;
	color: #fff;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.gform_wrapper ul,
.nav,
.add-nav ul,
.news-list,
.information-area .information-list,
.visual-gallery .pagination ul,
.tweet_area,
.social-networks,
.custom-list,
.logo-list,
.contact-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.information-area:after,
.contact-area:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
.tweets-panel .widget.xmt:after,
.tweets-panel .xmt.information-area:after,
.tweets-panel .xmt.contact-area:after,
.head-block:after {
	content: "";
	display: block;
	clear: both;
}

.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: #797979;
	background: #fff;
	font: 18px / 1.66 "neuzeit-grotesk", "Arial", "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;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.66em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.66em;
}

th,
td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

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 #999;
	padding: .4em .7em;
}

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: #d2d2d2;
}

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: #d2d2d2;
}

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: #d2d2d2;
}

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: #d2d2d2;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #d2d2d2;
}

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;
}

.search-form {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}

#header .search-form {
	margin-bottom: 22px;
	float:right;
	margin-left:40px;
}

#header ul#nav{margin-top:3px;}

/*.home-page #header .search-form {
	width: 100%;
	margin: 0;
	color: #fff;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.home-page #header .search-form input[type="search"] {
	font-size: 22px;
	line-height: 24px;
	height: 34px;
	border-width: 0 0 2px;
	padding: 6px 20px 0 0;
}

.home-page #header .search-form .input-box {
	margin: 0 auto;
	width: 250px;
}

.home-page #header .search-form button {
	font-size: 20px;
	width: 30px;
}

.home-page #header .search-form button:hover {
	opacity: .8;
}*/

.search-form .input-box {
	overflow: hidden;
	position: relative;
	width: 157px;
}

.search-form input[type="search"] {
	float: left;
	width: 100%;
	border: solid #fff;
	border-width: 0 0 1px;
	font-size: 12px;
	line-height: 18px;
	height: 22px;
	background: none;
	text-transform: uppercase;
	outline: none;
	padding: 2px 20px 0 0;
	letter-spacing: 1px;
	color: #fff;
}

.search-form input[type="search"]::-webkit-input-placeholder {
	text-transform: uppercase;
	color: rgba(255, 255, 255, .5);
}

.search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .5);
}

.search-form input[type="search"]:-moz-placeholder {
	text-transform: uppercase;
	color: rgba(255, 255, 255, .5);
}

.search-form input[type="search"]:-ms-input-placeholder {
	text-transform: uppercase;
	color: rgba(255, 255, 255, .5);
}

.search-form input[type="search"].placeholder {
	text-transform: uppercase;
	color: rgba(255, 255, 255, .5);
}

.search-form button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 20px;
	border: none;
	background: none;
	outline: none;
	padding: 0;
	font-size: 13px;
}

.search-form button:hover {
	color: #fff;
}

.search-form button i {
	position: absolute;
	top: 0;
	right: 6px;
}

#main .search-form input[type="search"] {
	border-color: #000;
	color: #000;
	font-size: 16px;
	line-height: 18px;
}

#main .search-form input[type="search"]::-webkit-input-placeholder {
	color: #000;
}

#main .search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #000;
}

#main .search-form input[type="search"]:-moz-placeholder {
	color: #000;
}

#main .search-form input[type="search"]:-ms-input-placeholder {
	color: #000;
}

#main .search-form input[type="search"].placeholder {
	color: #000;
}

#main .search-form button {
	font-size: 13px;
}

#main .search-form button:hover {
	color: inherit;
	opacity: .8;
}

.filter-form {
	width: 236px;
}

.head-block .filter-form {
	position: absolute;
	right: -2px;
	top: -6px;
}

.logotype-section .filter-form {
	position: absolute;
	right: 0;
	top: 29px;
}

.filter-form .fake-select {
	position: relative;
	width: 100%;
	float: left;
}

.filter-form .fake-select:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #000 transparent transparent transparent;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}

.filter-form select {
	width: 100%;
	height: 31px;
	border: 2px solid #808080;
	border-top: 1px solid #101010;
	border-bottom: 1px solid #606060;
	box-shadow: inset 0 -2px 0 -1px  #a0a0a0;
	font-size: 14px;
	color: #797979;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-transform: uppercase;
	padding: 2px 25px 1px 10px;
	letter-spacing: 2px;
	outline: none;
	background: none;
	font-weight: 300;
}

.filter-form select::-ms-expand {
	display: none;
}

.gform_wrapper {
	max-width: 382px !important;
	color: #d2d2d2;
	padding: 32px 0;
}

.gform_wrapper h3 {
	text-transform: uppercase;
	font-weight: 300 !important;
	line-height: 1.2;
	margin: 0 0 14px !important;
	font-size: 18px !important;
}

.gform_wrapper li {
	margin: 0 0 16px;
	overflow: hidden;
}

.gform_wrapper .ginput_container {
	overflow: hidden;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"] {
	float: left;
	width: 100% !important;
}

.gform_wrapper select {
	width: 100% !important;
}

.gform_wrapper .gform_button, .article input[type="submit"] {
	display: block;
	background: #000;
	color: #fff;
	border: none;
	text-transform: uppercase;
	width: 100%;
	font-weight: 300;
	padding: 7px 10px 4px;
	font-size: 14px;
	line-height: 16px;
	border: 1px solid #000;
	-webkit-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear;
	letter-spacing: .173em;
}

.gform_wrapper .gform_button:hover {
	background: #fff;
	color: #000;
}

.gform_wrapper textarea {
	width: 100%;
	float: left;
	height: 139px !important;
	min-height: 139px !important;
	letter-spacing: .173em;
	padding: 10px !important;
}

.gform_wrapper img {
	display: inline-block;
	vertical-align: top;
}

input[type="text"],
input[type="email"],
input[type="password"] {
	height: 31px;
	text-transform: uppercase;
	color: #000;
	border: 2px solid #808080;
	border-top: 1px solid #000;
	border-bottom: 1px solid #606060;
	box-shadow: inset 0 -2px 0 -1px  #a0a0a0;
	padding: 4px 10px 1px;
	outline: none;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: .173em;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
	color: #d2d2d2;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder {
	opacity: 1;
	color: #d2d2d2;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder {
	color: #d2d2d2;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder {
	color: #d2d2d2;
}

input[type="text"].placeholder,
input[type="email"].placeholder,
input[type="password"].placeholder {
	color: #d2d2d2;
}

.fake-select {
	position: relative;
	width: 100%;
	float: left;
}

.fake-select:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #000 transparent transparent transparent;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}

textarea {
	height: 139px;
	min-height: 139px;
	border: 2px solid #808080;
	border-top: 1px solid #000;
	border-bottom: 1px solid #606060;
	box-shadow: inset 0 -2px 0 -1px  #a0a0a0;
	outline: none;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	margin-bottom: 13px;
	padding: 10px;
}

textarea::-webkit-input-placeholder {
	text-transform: uppercase;
}

textarea::-moz-placeholder {
	opacity: 1;
	text-transform: uppercase;
}

textarea:-moz-placeholder {
	text-transform: uppercase;
}

textarea:-ms-input-placeholder {
	text-transform: uppercase;
}

textarea.placeholder {
	text-transform: uppercase;
}

select {
	width: 100%;
	height: 31px;
	border: 2px solid #808080;
	border-top: 1px solid #101010;
	border-bottom: 1px solid #606060;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-transform: uppercase;
	padding: 2px 25px 1px 11px;
	letter-spacing: 2px;
	outline: none;
	background: none;
	font-weight: 300;
	box-shadow: inset 0 -2px 0 -1px  #a0a0a0;
}

select::-ms-expand {
	display: none;
}

.widget,
.information-area,
.contact-area {
	margin-bottom: 1.66em;
}

.widget ul,
.information-area ul,
.contact-area ul {
	padding-left: 2em;
}

.widget select,
.information-area select,
.contact-area select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 100%;
	max-width: 382px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.post-password-form input {
	float: left;
	height: 31px;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #000;
	color: #fff;
	text-transform: uppercase;
	height: 31px;
	font-size: 14px;
	line-height: 14px;
	border: none;
	padding: 4px 10px 0;
	border: 1px solid #000;
	-webkit-transition: background .2s linear,color .2s linear;
	transition: background .2s linear,color .2s linear;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	background: #fff;
	color: #000;
}

.commentlist {
	margin: 0 0 1.66em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.66em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.66em;
}

.widget_calendar th,
.widget_calendar td {
	padding: 2px 4px;
	text-align: center;
}

.widget_calendar #next {
	text-align: right;
}

.widget_calendar #prev {
	text-align: left;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.66em;
	color: #000;
	font-weight: 300;
	padding-top: 10px;
	text-align: center;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 3px;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	color: #000;
	padding: 3px;
	text-decoration: none;
}

.navigation .current,
.navigation-comments .current {
	color: #0080BB;
	font-weight: normal;
}

.navigation a,
.navigation-comments a {
	color: inherit;
	text-decoration: none;
}

.navigation a:hover,
.navigation-comments a:hover {
	color: #0080BB;
}

.navigation .dots,
.navigation-comments .dots {
	padding: 3px 0;
}

.navigation-single {
	margin-bottom: 1.66em;
	text-transform: uppercase;
	letter-spacing: .173em;
	font-size: 14px;
	line-height: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
}

.navigation-single .next,
.navigation-single .prev {
	background: #000;
	color: #fff;
	text-decoration: none;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	width: 50%;
}

.navigation-single .next a,
.navigation-single .prev a {
	padding: 10px 10px;
	color: inherit;
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #000;
	-webkit-transition: background .2s linear,color .2s linear;
	transition: background .2s linear,color .2s linear;
	width: 100%;
	text-align: center;
}

.navigation-single .next a:hover,
.navigation-single .prev a:hover {
	background: #fff;
	color: #000;
}

.navigation-single .next {
	margin-left: 5px;
}

.navigation-single .prev {
	margin-right: 5px;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 1.66em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.66em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.66em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.66em;
}

.mejs-container {
	margin-bottom: 1.66em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .3em;
	color: #000;
	line-height: 1.1;
}

h1,
.h1 {
	font-size: 40px;
}

h2,
.h2 {
	font-size: 28px;
}

h3,
.h3 {
	font-size: 18px;
}

h4,
.h4 {
	font-size: 17px;
}

h5,
.h5 {
	font-size: 16px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 .9em;
}

a {
	color: #0080BB;
}

a:hover,
a:focus {
	text-decoration: none;
}

[id="header"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	padding: 0;
}
.fixedhead [id="header"] {
	transition: all 1s;
	position: fixed ;
	background: rgba(255,255,255,0.97);
	padding:0;
}

.blog .fixedhead [id="header"], .single-post .fixedhead [id="header"] { transition: all 0s !important; position: fixed !important; background: rgba(255,255,255,0.97) !important;}

/*
.home-page .fixedhead [id="header"] .container { max-width:100% !important; }
.home-page .fixedhead [id="header"] { left:0 !important; padding: 37px 27px 24px !important; }
.home-page .fixedhead [id="header"] .print-logo { display: inline-block !important;  position: relative; top: 24px; }
*/
.logo .fnavlogo{display:none;}
.fixedhead .nav a {color:#000;}
.fixedhead .nav a:before {background:#000;}
.fixedhead .search-form input[type="search"] { color:#000; border-color: #000; -moz-appearance:    textfield; -webkit-appearance: textfield;  appearance: textfield; }
.fixedhead .logo img { /*transition: -webkit-filter 1s, filter 1s; -webkit-filter: invert(100%); filter: invert(100%); filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='negative'><feColorMatrix values='-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0'/></filter></svg>#negative");*/}
.fixedhead .logo .mainlogo{display:none;}
.fixedhead .logo .fnavlogo{display:inline;}

/*
.home-page .fixedhead .nav a {color:#fff;}
.home-page .fixedhead .nav a:before {background:#fff;}
.home-page .fixedhead .search-form input[type="search"] { color:#fff; border-color: #fff; -moz-appearance:    textfield; -webkit-appearance: textfield;  appearance: textfield; }
*/

.fixedhead .search-form input[type="search"]::-webkit-input-placeholder { color:    #777777;}
.fixedhead .search-form input[type="search"]:-moz-placeholder  { color:    #777777;}
.fixedhead .search-form input[type="search"]::-moz-placeholder  { color:    #777777;}
.fixedhead .search-form input[type="search"]:-ms-input-placeholder  { color:    #777777;}
.fixedhead .search-form input[type="search"]:placeholder-shown { color:    #777777;}

/*
.home-page .fixedhead .search-form input[type="search"]::-webkit-input-placeholder { color:    #fff;}
.home-page .fixedhead .search-form input[type="search"]:-moz-placeholder  { color:    #fff;}
.home-page .fixedhead .search-form input[type="search"]::-moz-placeholder  { color:    #fff;}
.home-page .fixedhead .search-form input[type="search"]:-ms-input-placeholder  { color:    #fff;}
.home-page .fixedhead .search-form input[type="search"]:placeholder-shown { color:    #fff;}
*/

[id="header"] .container {
	padding: 0 34px;
}

.single-page [id="header"] {
	position: static;
	background: #000;
}

/*.home-page [id="header"] {
	width: auto;
	left: auto;
	right: 0;
	padding: 48px 27px 24px;
}*/

.nav-drop.only-mobile {
	display: none;
}

.nav-drop .logo {
	position: absolute;
	left: 20px;
	top: 0;
}

.nav-holder {
	float: right;
	text-align: right;
	width: 70%;
	margin-top:30px;
}

.logo {
	padding: 30px 0 0;
	float: left;
	width: 30%;
	position: relative;
}

.logo.only-mobile {
	display: none;
	position: absolute;
	top: 30px;
	left: 22px;
	padding: 0;
}
.home{padding-top: 74px;}
.home header[id="header"]{
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
    padding-bottom: 0;
    padding-top: 0;
}
.home .search-form input[type="search"]{font-size:12px;}
.home .search-form .input-box{width:137px;}
.home  .nav li{font-size:12px;}
.logo img {max-width:110px !important;}

[id="footer"] .logo {
	display: none;
}

.logo img {
	display: inline-block;
	vertical-align: top;
}

.logo a {
	text-decoration: none;
}

.print-logo {
	display: none;
}

.nav-opener {
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	float: right;
	color: #0080BB;
	position: relative;
	z-index: 3;
	text-align: center;
	text-decoration: none;
	display: none;
	letter-spacing: .19em;
}

.nav-opener:hover {
	opacity: .8;
}
/*
.home-page .nav-opener {
	display: block;
}*/

.nav-opener span:before,
.nav-opener span:after,
.nav-opener:after {
	content: "";
	position: absolute;
	background: #fff;
	border-radius: 3px;
	height: 4px;
	bottom: 11px;
	left: 9px;
	right: 9px;
}

.nav-opener span {
	width: 38px;
	height: 39px;
	margin-top: 6px;
	display: block;
	position: relative;
	background: #0080BB;
}

.nav-opener span:before {
	bottom: 18px;
}

.nav-opener span:after {
	bottom: 25px;
}

.nav-opener.close {
	position: absolute;
	top: 58px;
	right: 58px;
	margin: 0;
}

.nav-opener.close:after {
	display: none;
}

.nav-opener.close span {
	background: #fff;
	height: 38px;
	width: 38px;
}

.nav-opener.close span:before,
.nav-opener.close span:after {
	background: #0080BB;
	left: 5px;
	right: 5px;
	height: 4px;
}

.nav-opener.close span:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 17px;
}

.nav-opener.close span:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 17px;
}

.nav {
	font-size: 0;
	line-height: 0;
}

.nav li {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
	margin: 0 7px;
	text-transform: uppercase;
	letter-spacing: .099em;
}

.nav li:last-child {
	margin-right: 2px;
}

.nav li.active a:before {
	left: 0;
	right: 0;
	opacity: 1;
}

.nav a {
	color: #fff;
	text-decoration: none;
	position: relative;
}

.nav a:hover:before {
	left: 0;
	right: 0;
	opacity: 1;
}

.nav a:before {
	content: "";
	position: absolute;
	top: 100%;
	height: 1px;
	left: 50%;
	right: 50%;
	background: #fff;
	opacity: 0;
	-webkit-transition: left .2s linear, right .2s linear, opacity .2s linear;
	transition: left .2s linear, right .2s linear, opacity .2s linear;
}
/*
.home-page .nav-drop {
	text-align: center;
	position: fixed;
	z-index: 3;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 59px;
	width: 100%;
	min-height: 100vh;
	background: #0080BB;
	overflow-x: hidden;
	overflow-y: auto;
	left: 0;
	-webkit-transition: left .2s linear;
	transition: left .2s linear;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s ease-in, visibility .2s ease-out;
	transition: opacity .2s ease-in, visibility .2s ease-out;
}

.home-page .nav-holder {
	border: 3px solid #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: auto;
	max-width: 450px;
	width: 100%;
	padding: 68px 20px 59px;
	float: none;
	margin: 0 auto 30px;
}

.home-page [id="header"] .nav li {
	display: block;
	margin: 0 0 51px;
	font-size: 32px;
	line-height: 34px;
	text-align: center;
}

.nav-active.home-page .nav-drop {
	opacity: 0.98;
	visibility: visible;
}*/

body {
	letter-spacing: .014em;
	-webkit-transition: overflow 0s linear 5s;
	transition: overflow 0s linear 5s;
}
/*
body.nav-active.home-page {
	height: 100vh;
	overflow: hidden;
}*/

.loaded body {
	overflow: auto;
	height: 100vh;
}

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.container {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 38px;
}

#main {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.splash-block {
	background-color: #0080BB;
	background-image: url(images/bg02.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .285em;
	-webkit-transition: opacity .1s linear, z-index .1s linear, top 0s linear 1s;
	transition: opacity .1s linear, z-index .1s linear, top 0s linear 1s;
	font-size: 14px;
	line-height: 16px;
	padding: 20px;
	text-align: center;
}

.splash-block.splash-close {
	display: none;
}

.loaded .splash-block {
	z-index: -1;
	opacity: 0;
	top: -9999px;
}

.splash-block .logotype {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 24px;
	margin: 0 0 28px;
	max-width: 80%;
}

.splash-block .logotype:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 1px;
	left: 50%;
	width: 75.2%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
}

.splash-block p {
	margin: 0;
}

.splash-block .holder {
	text-align: center;
	width: 100%;
}

.w1 {
	z-index: 1;
}

.loaded .w1 {
	opacity: 1;
}

.bg-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: 50% 0;
	background-size: cover;
	z-index: -1;
}

.visual {
	position: relative;
	height: 644px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	position: relative;
	padding-top: 100px;
}

.visual.small {
	height: 396px;
}

.page-id-45 .visual.small {
	height: 295px;
}
.brand-page .visual, .post-type-archive-brands .visual, .page-template-template-investors .visual {
	height: 500px;
}

.visual .text-block {
	color: #fff;
	position: relative;
	max-width: 1250px;
	text-align: center;
	font-size: 1.2em;
}

.brand-page .visual .text-block {
	text-transform: uppercase;
}

.visual h1 {
	font-size: 84px;
	line-height: 86px;
	margin: 0 0 20px;
	color: inherit;
}

.three-columns {
	overflow: hidden;
	padding: 51px 0 47px;
}

.aside-block {
	width: 196px;
	float: left;
	margin-right: 80px;
}

.brand-page .aside-block .widget h3,
.brand-page .aside-block .information-area h3,
.brand-page .aside-block .contact-area h3 {
	font-size: 28px;
	line-height: 30px;
	line-height: 1;
	padding: 0 0 3px;
}

.brand-page .aside-block .widget .more,
.brand-page .aside-block .information-area .more,
.brand-page .aside-block .contact-area .more {
	margin-top: 10px;
}

[id="sidebar"] {
	float: right;
	width: 249px;
	margin-left: 10.19%;
	position: relative;
	padding-left: 51px;
}

[id="sidebar"]:after {
	content: "";
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: 0;
	right: -9999px;
	background: #fafafa;
	z-index: -1;
}

.brand-page [id="sidebar"] {
	width: 290px;
	padding: 0;
}

.brand-page [id="sidebar"]:after {
	display: none;
}

[id="sidebar"].add {
	margin-left: 83px;
}

[id="content"] {
	overflow: hidden;
}

[id="content"] .info-list {
	padding: 0;
	margin: 0;
	overflow: hidden;
	font-weight: 300;
	margin: 0 0 15px;
}

[id="content"] .info-list dt {
	text-transform: uppercase;
	margin: 0 5px 0 0;
	padding: 0;
	font-weight: 300;
}

[id="content"] .info-list dd {
	margin: 0 5px 0 0;
}

[id="content"] .info-list a {
	text-decoration: none;
	color: inherit;
}

[id="content"] .info-list a:hover {
	text-decoration: underline;
}

[id="content"] .email {
	text-decoration: none;
	color: inherit;
}

[id="content"] .email:hover {
	text-decoration: underline;
}

.information-block {
	font-size: 16px;
	max-width: 500px;
	margin: 0 0 70px;
}

.information-block p {
	margin: 0 0 .3em;
}

.article {
	padding: 5px 0 37px;
}

.article h1 {
	margin-bottom: 23px;
}

.article h3 {
	color: inherit;
	margin: 0 0 14px;
}

.widget > h2,
.information-area > h2,
.contact-area > h2 {
	border-bottom: 3px solid #000;
	line-height: 1.1;
	margin: 0 0 23px;
}

.widget > h2 a,
.information-area > h2 a,
.contact-area > h2 a {
	color: inherit;
	text-decoration: none;
}

.widget > h3,
.information-area > h3,
.contact-area > h3 {
	border-bottom: 3px solid #000;
	padding: 0 0 10px;
	margin-bottom: 29px;
	overflow: hidden;
}

.aside-block .widget > h3 a,
.aside-block.add .widget > h3 a,
.aside-block.add .information-area > h3 a,
.aside-block.add .contact-area > h3 a {
	color: inherit;
	text-decoration: none;
}

.widget > h3 .more,
.information-area > h3 .more,
.contact-area > h3 .more {
	float: right;
	max-width: 70%;
	font-size: 14px;
	color: inherit;
	font-weight: normal;
	text-decoration: none;
	position: relative;
	padding-right: 17px;
	padding-left: 10px;
}

.widget > h3 .more:hover,
.information-area > h3 .more:hover,
.contact-area > h3 .more:hover {
	color: #0080BB;
}

.widget > h3 .more:after,
.information-area > h3 .more:after,
.contact-area > h3 .more:after {
	content: "\f101";
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	top: -2px;
	right: 0;
}

.widget > h3 .fa,
.information-area > h3 .fa,
.contact-area > h3 .fa {
	color: #c2c2c2;
	padding-right: 8px;
	font-size: 1.1em;
}

.widget ul,
.information-area ul,
.contact-area ul {
	padding: 0;
}

.widget.news h3,
.news.information-area h3,
.news.contact-area h3 {
	font-size: 28px;
	line-height: 30px;
}

#sidebar .widget.news h3,
#sidebar .news.information-area h3,
#sidebar .news.contact-area h3 {
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 10px;
}

#sidebar .widget.news h3 .more,
#sidebar .news.information-area h3 .more,
#sidebar .news.contact-area h3 .more {
	line-height: 22px;
}

.add-nav {
	position: relative;
}

.add-nav:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #000 transparent transparent transparent;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	display: none;
}

.add-nav ul {
	font-size: 16px;
	line-height: 18px;
	letter-spacing: .031em;
}

.add-nav li {
	margin: 0 0 16px;
}

.add-nav li.active a {
	color: #0080BB;
}

.add-nav a {
	color: #000;
	text-decoration: none;
	position: relative;
	padding-right: 18px;
	display: inline-block;
	vertical-align: top;
}

.add-nav a:hover {
	color: #0080BB;
}

.add-nav a:after {
	content: "\f101";
	font-family: FontAwesome;
	font-size: 16px;
	line-height: 1;
	padding-left: 8px;
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 1px;
}

.nav-select {
	width: 100%;
	height: 31px;
	display: none;
	font-size: 14px;
	color: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-transform: uppercase;
	padding: 4px 26px 0 8px;
	letter-spacing: 2px;
	outline: none;
}

.nav-select::-ms-expand {
	display: none;
}

.news-list {
	font-size: 14px;
	line-height: 1.49;
	color: #000;
}

.news-list li {
	margin: 0 0 20px;
	padding: 0 0 17px;
	border-bottom: 1px solid #000;
}

.news-list li:last-child {
	border-bottom: 0;
}

.news-list p {
	margin: 0;
}

.news-list .more {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.news-list .more:hover {
	color: #0080BB;
}

.information-area {
	margin: 0 0 36px;
}

.information-area .col-holder {
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.information-area .info-block {
	overflow: hidden;
	padding-top: 10px;
}

.information-area .col {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 21px 0 29px;
	margin: 0 0 7px;
}

.information-area .col:first-child {
	padding-left: 0;
}

.information-area .col:last-child {
	padding-right: 0;
}

.information-area .col:last-child:after {
	content: "";
	display: none;
}

.information-area .col:after {
	content: "";
	position: absolute;
	right: -3px;
	top: 0;
	height: 80%;
	width: 1px;
	background: #000;
}

.information-area .holder {
	display: inline-block;
	vertical-align: top;
}

.information-area .image {
	margin: 0 38px 10px 0;
	display: inline-block;
	vertical-align: top;
}

.information-area .title {
	display: block;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 10px;
	font-weight: bold;
	color: #000;
}

.information-area .value {
	color: #0080BB;
	font-size: 32px;
	line-height: 34px;
	display: block;
	position: relative;
	padding-left: 3px;
}

.information-area .value.up {
	padding-left: 23px;
}

.information-area .value.up:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	left: 7px;
	border-style: solid;
	border-width: 0 4px 7px 4px;
	border-color: transparent transparent #0080BB transparent;
}

.information-area .value.down {
	padding-left: 23px;
}

.information-area .value.down:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	left: 7px;
	border-style: solid;
	border-width: 7px 4px 0 4px;
	border-color: #0080BB transparent transparent transparent;
}

.information-area .information-list {
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
}

.information-area .information-list li {
	display: inline-block;
	vertical-align: top;
	padding: 0 22px 0 0;
	font-size: 12px;
	line-height: 14px;
	color: #ababab;
	position: relative;
}

.information-area .information-list li:first-child {
	padding-left: 0;
}

.information-area .information-list li:last-child:after {
	display: none;
}

.information-area .information-list li:after {
	content: "|";
	position: absolute;
	top: 0;
	right: 8px;
}

.information-area .information-list a {
	color: inherit;
	text-decoration: none;
}

.contact-area {
	color: #000;
}

.contact-area h3 {
	margin-bottom: 8px;
}

.contact-area .col-holder {
	overflow: hidden;
}

.contact-area .col {
	float: left;
	width: 38%;
	font-size: 16px;
	line-height: 20px;
	padding: 0 8.5% 20px 0;
}

.contact-area .col:last-child {
	width: 24%;
}

.contact-area p {
	margin: 0 0 8px;
}

.contact-area .heading {
	margin: 0 0 8px;
}

.contact-area .heading p {
	margin: 0;
}

.contact-area .info {
	color: #666;
}

.contact-area address {
	font-style: normal;
	margin: 0 0 10px;
	color: #666;
}

.contact-area address span {
	display: block;
}

.contact-area a {
	text-decoration: none;
}

.contact-area a:hover {
	text-decoration: underline;
}

.contact-list {
	color: #666;
	margin: 0;
}

.contact-list dt {
	font-weight: normal;
	margin: 0;
	padding: 0 3px 0 0;
}

.contact-list dd {
	margin: 0 0 3px;
}

.contact-list a {
	text-decoration: none;
	color: inherit;
}

.visual-gallery {
	position: relative;
	overflow: hidden;
	padding-bottom: 6px;
}

.visual-gallery .mask {
	width: 100%;
	position: relative;
}

.visual-gallery .slideset {
	float: left;
	width: 99999px;
	overflow: hidden;
}

.visual-gallery .slide {
	width: 100%;
	float: left;
	background: #fff;
	z-index: 1;
}

.visual-gallery .slide.active .logotype {
	opacity: 1;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	visibility: visible;
}

.visual-gallery .holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 637px;
	position: relative;
	z-index: 1;
}

.visual-gallery .logotype {
	position: absolute;
	top: 60px;
	left: 58px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
	width: 150px;
	z-index: 1000;
}

.visual-gallery .logotype img {
	display: inline-block;
	vertical-align: top;
}

.visual-gallery .img-block {
	width: 67.77%;
	position: relative;
}

.visual-gallery .text-hold {
	width: 32.33%;
	max-width: 485px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 0 30px 53px 0;
	-webkit-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	transform: translateX(-30px);
	font-size: 72px;
	line-height: .75;
	letter-spacing: -.02em;
	color: #000;
	font-weight: bold;
}

.visual-gallery .text-hold a {
	color: inherit;
	text-decoration: none;
}

.visual-gallery .text-hold a:hover {
	color: #0080BB;
}

.visual-gallery p {
	margin: 0 0 30px;
}

.visual-gallery .btn-prev,
.visual-gallery .btn-next {
	width: 50px;
	height: 50px;
	background: #000;
	position: absolute;
	top: 49%;
	color: #fff;
	font-size: 30px;
	-webkit-transition: background .2s linear, color .2s linear;
	transition: background .2s linear, color .2s linear;
	z-index: 2;
}

.visual-gallery .btn-prev:hover,
.visual-gallery .btn-next:hover {
	background: #fff;
	color: #000;
	border: 1px solid #000;
}

.visual-gallery .btn-prev i,
.visual-gallery .btn-next i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.visual-gallery .btn-prev {
	left: 0;
}

.visual-gallery .btn-next {
	right: 0;
}

.visual-gallery .pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.visual-gallery .pagination ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.visual-gallery .pagination li {
	height: 6px;
	-webkit-flex-basis: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.visual-gallery .pagination li.active a:before,
.visual-gallery .pagination li:hover a:before {
	left: 0;
	right: 0;
	opacity: 1;
}

.visual-gallery .pagination li > a {
	background: #000;
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
}

.visual-gallery .pagination li > a:before {
	opacity: 0;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 50%;
	background: #c5deef;
	z-index: 1;
	-webkit-transition: left .3s, right .3s;
	transition: left .3s, right .3s;
}

.btn {
	color: #fff;
	background: #0080BB;
	border: 1px solid #0080BB;
	display: block;
	max-width: 290px;
	margin: 0 auto 10px;
	padding: 10px 10px 8px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	font-weight: 300;
	-webkit-transition: background .2s linear, color .2s linear, border .2s linear;
	transition: background .2s linear, color .2s linear, border .2s linear;
}

.btn:hover {
	background: #fff;
	color: #0080BB;
}

.btn.black {
	background: #000;
	color: #fff;
	border: 1px solid #000;
	padding: 11px 10px 9px;
}

.btn.black:hover {
	background: #fff;
	color: #000;
}

.btn.only-mobile {
	display: none;
}

.info-wrap {
	background-color: #0080BB;
	/*padding: 70px 0;*/
	padding: 50px 0 70px;
	color: #fff;
	font-size: 24px;
	line-height: 31px;
	background-image: url(images/bg01.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	min-height: 400px;
	margin: 0 0 55px;
}

.info-wrap .container {
	max-width: 810px;
}

.info-wrap h1 {
	font-size: 72px;
	line-height: 74px;
	margin: 0 0 18px;
	color: #fff;
	text-align: center;
	letter-spacing: -.021em;
}

.info-wrap p {
	margin: 0 0 25px;
}

.info-wrap .btn {
	background: #fff;
	color: #4294c2;
	border: 1px solid #fff;
	letter-spacing: .089em;
	padding-top: 11px;
	padding-bottom: 9px;
}

.info-wrap .btn:hover {
	background: #0080BB;
	color: #fff;
}

.gallery-area {
	text-align: center;
	font-size: 18px;
	letter-spacing: .069em;
	margin: 0 0 20px;
	color: #000;
}

.gallery-area h1 {
	line-height: 1.1;
	margin-bottom: 0;
	letter-spacing: 0;
}

.gallery-area p {
	margin: 0 0 15px;
}

.carousel {
	position: relative;
	margin: 0 0 50px;
}

.carousel.not-enough-slides .btn-next,
.carousel.not-enough-slides .btn-prev {
	display: none;
}

.carousel .mask {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.carousel .slideset {
	position: relative;
	width: 100% !important;
	overflow: visible !important;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
}

.carousel .slide {
	width: 33.33% !important;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.carousel .holder {
	position: relative;
}

.carousel .holder:hover:before {
	opacity: 0;
}

.carousel .holder:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: .6;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.carousel .holder > img {
	display: block;
	width: 100%;
}

.carousel .logotype-block {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
}

.carousel .btn-prev,
.carousel .btn-next {
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, .5);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 30px;
	-webkit-transition: background .2s linear, color .2s linear;
	transition: background .2s linear, color .2s linear;
	z-index: 2;
}

.carousel .btn-prev:hover,
.carousel .btn-next:hover {
	background: #fff;
	color: #000;
}

.carousel .btn-prev i,
.carousel .btn-next i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.carousel .btn-prev {
	left: 0;
}

.carousel .btn-next {
	right: 0;
}

.news-panel {
	position: relative;
	font-size: 24px;
	line-height: 31px;
	color: #000;
	padding: 27px 0 28px;
}

.posts-list + .news-panel {
	padding-bottom: 23px;
}

.posts-list + .news-panel .container {
	max-width: 1322px;
}

.news-panel .container {
	max-width: 1317px;
}

.news-panel .heading {
	overflow: hidden;
}

.news-panel .heading h1 {
	margin: 0;
	line-height: 1;
	float: left;
}

.news-panel .heading .more {
	float: right;
	font-weight: normal;
}

.news-panel .heading i {
	display: inline-block;
	padding: 0 3px 0 8px;
	font-size: 18px;
}

.news-panel .col-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.news-panel .col {
	border-top: 3px solid #000;
	-webkit-flex-basis: 33.33%;
	-ms-flex-preferred-size: 33.33%;
	flex-basis: 33.33%;
	margin: 0 23px;
	padding: 19px 10px 10px 0;
}

.news-panel .col:first-child {
	margin-left: 0;
}

.news-panel .col:last-child {
	margin-right: 0;
}

.news-panel p {
	margin: 0;
}

.news-panel .more {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.news-panel .more:hover {
	color: #0080BB;
}

.news-panel .btn {
	width: 100%;
	margin-top: 2px;
}

.back-hold {
	text-align: center;
	margin-bottom: 21px;
}

.back-hold.only-mobile {
	display: none;
}

.three-columns .back-hold {
	margin: 0 0 2px;
}

.back-btn {
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	max-width: 100%;
	color: #000;
	text-decoration: none;
}

.back-btn:hover {
	color: #0080BB;
}

.back-btn i {
	padding-right: 5px;
}

.wrap-boxes {
	background: #0080BB;
	color: #fff;
	text-align: center;
	padding: 60px 0 35px;
	margin: 0 0 58px;
}

.wrap-boxes.add .container {
	max-width: 1100px;
}

.wrap-boxes .container {
	padding: 0 15px;
}

.wrap-boxes .heading {
	margin: 0 0 16px;
	letter-spacing: .055em;
}

.wrap-boxes .heading p {
	margin: 0;
}

.wrap-boxes h1 {
	font-size: 40px;
	line-height: 42px;
	margin: 0;
	color: inherit;
	letter-spacing: 0;
}

.wrap-boxes .boxes-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -16px;
}

.wrap-boxes .box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	padding: 0 15px 30px;
	-webkit-flex-basis: 320px;
	-ms-flex-preferred-size: 320px;
	flex-basis: 320px;
	line-height: 1.1;
	display: flex;
	letter-spacing: .055em;
}

.wrap-boxes .box .holder {
	border: 2px solid #fff;
	min-height: 211px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	position: relative;
}

.wrap-boxes .box .holder a {
	padding: 47px 15px 29px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wrap-boxes .box .holder a:hover:after {
	opacity: .25;
}

.wrap-boxes .box .holder a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	z-index: 1;
}

.wrap-boxes .box p {
	margin: 0;
}

.wrap-boxes .title {
	font-size: 32px;
	line-height: 34px;
	display: block;
	position: relative;
	padding: 0 0 5px;
	margin: 0 0 16px;
	font-weight: normal;
}

.wrap-boxes .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 120px;
	background: #fff;
}

.wrap-boxes a {
	color: inherit;
	text-decoration: none;
}

.information-box {
	margin: 0;
	padding: 0 0 21px;
}

.information-box .logotype {
	background: #000;
	text-align: center;
	margin: 0 0 13px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 35px 10px;
}

.information-box .logotype img {
	display: block;
}

.information-box .btn {
	background: #000;
	color: #fff;
	letter-spacing: .173em;
	display: block;
	padding: 11px 10px 9px;
	border: 1px solid transparent;
	-webkit-transition: color .2s linear, background .2s linear, border .2s linear;
	transition: color .2s linear, background .2s linear, border .2s linear;
}

.information-box .btn:hover {
	background: #fff;
	color: #000;
	border-color: #000;
}

.gallery {
	margin: 0 0 40px;
}

.gallery h3 {
	margin-bottom: 20px;
}

.gallery .box-hold {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -12px;
}

.gallery .box {
	padding: 0 12px 25px;
}

.gallery .box a:hover {
	opacity: .8;
}

.gallery .box img {
	display: inline-block;
	vertical-align: top;
}

.tweet-wrap {
	overflow: hidden;
}

.widget.xmt h3,
.xmt.information-area h3,
.xmt.contact-area h3 {
	margin-bottom: 20px;
}

.tweets-panel {
	background: #fafafa;
	padding: 60px 0 5px;
	margin: 0 0 23px;
	color: #000;
}

.tweets-panel .widget.xmt,
.tweets-panel .xmt.information-area,
.tweets-panel .xmt.contact-area {
	max-width: 1317px;
	margin: 0 auto;
	padding: 0 38px;
}

.tweets-panel .widget-title {
	float: left;
	width: 21.3%;
	font-size: 40px;
	line-height: 42px;
	padding-right: 10px;
	position: relative;
	padding: 0 20px 0 44px;
	line-height: 1.15;
	border: none;
	white-space: normal;
	overflow: visible;
}

.tweets-panel .title-hold {
	padding-left: 45px;
	display: block;
	overflow: hidden;
}

.tweets-panel .fa-twitter {
	color: #bebebe;
	padding: 0 5px 0 0;
	position: absolute;
	top: -9px;
	left: -10px;
}

.tweets-panel .widget-title .more {
	font-size: 18px;
	color: #000;
	font-weight: 300;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	margin: 1px 0 0;
	font-size: 18px;
	padding: 0 19px 0 0;
	float: none;
	max-width: none;
}

.tweets-panel .widget-title .more:after {
	font-size: 20px;
	line-height: 1;
}

.tweets-panel .widget-title .more:hover {
	color: #0080BB;
}

.tweets-panel .xmt_Primary {
	width: 78.7%;
	float: left;
}

.tweets-panel .tweet_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #000;
	font-size: 18px;
	line-height: 1.66;
}

.tweets-panel .tweet_area li {
	width: 33.33%;
	border: none;
	padding: 12px 20px 0 0;
	margin: 0;
}

.tweets-panel .tweet_area a {
	color: #000;
}

.tweets-panel .tweet_area .title {
	font-size: 18px;
	margin-bottom: 7px;
}

.tweets-panel .tweet_area .heading {
	margin: 0;
}

.tweets-panel .tweet_avatar,
.tweets-panel .date {
	display: none;
}

.tweets-panel .tweet_avatar {
	top: 1px;
	left: 2px;
}

.tweet_area {
	font-size: 14px;
	line-height: 17px;
	color: #ababab;
}

.tweet_area li {
	position: relative;
	padding: 5px 0 9px 69px;
	margin: 0 0 19px;
	border-bottom: 1px solid #000;
}

.tweet_area li:last-child {
	border: none;
}

.tweet_area .tweet_avatar {
	width: 62px;
	height: 62px;
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #f2f2f2;
}

.tweet_area .tweet_avatar img {
	display: inline-block;
	vertical-align: top;
}

.tweet_area .heading {
	overflow: hidden;
	position: relative;
	padding-right: 60px;
	color: #5c5c5c;
	margin: 0 0 3px;
}

.tweet_area .date {
	position: absolute;
	top: 0;
	right: 0;
}

.tweet_area .title {
	font-size: 14px;
	color: #000;
	line-height: 16px;
	display: block;
	margin: 0;
}

.tweet_area .autor {
	display: block;
}

.tweet_area a {
	color: inherit;
	text-decoration: none;
}

.tweet_area a:hover {
	color: #0080BB;
}

.tweet_area p {
	margin: 0 0 10px;
}

.social-networks {
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
/*	font-size: 29px;*/
	line-height: 1;
	margin: 0 7px;
}

.social-networks a {
	color: #000;
}

.social-networks a:hover {
	opacity: .8;
}

.social-networks .fa-facebook-official {
	font-size: 18px;
}
i.fa.fa-instagram {
	font-size: 19px;
}
i.fa.fa-twitter {
	font-size: 19px;
}

.social-networks .fa-youtube-play {
	font-size: 26px;
}

.social-networks .fa-linkedin {
	color: #000;
	width: 17px;
	height: 17px;
	background: #fff;
	position: relative;
	font-size: 14px;
}

.social-networks .fa-linkedin:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#footer .social-networks {
	margin: 0px 0 0 22px;
	display: inline-block;
	vertical-align: top;
}

#footer .social-networks li:first-child {
	margin-left: 0;
}

#footer .social-networks a {
	color: #fff;
}

.aside-block .social-networks,
[id="sidebar"] .social-networks {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-bottom: 61px;
}

.aside-block .social-networks li,
[id="sidebar"] .social-networks li {
	margin: 0 2px;
}

.aside-block .social-networks {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

[id="content"] .social-networks {
	padding: 0 0 15px;
}

[id="content"] .social-networks li {
	margin: 0 17px 0 18px;
}

[id="content"] .social-networks li:first-child {
	margin-left: 0;
}

.share li {
	margin: 0 15px;
}

.share li:hover {
	opacity: .8;
}

.share .st_twitter_large,
.share .st_facebook_large,
.share .st_instagram_large,
.share .st_youtube_large {
	position: relative;
	width: 30px;
	height: 30px;
	color: #000;
	overflow: hidden;
	display: block;
}

.share .st_twitter_large:before,
.share .st_facebook_large:before,
.share .st_instagram_large:before,
.share .st_youtube_large:before {
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: inherit;
}

.share .st_twitter_large .stLarge,
.share .st_facebook_large .stLarge,
.share .st_instagram_large .stLarge,
.share .st_youtube_large .stLarge {
	background: none !important;
}

.share .st_twitter_large img,
.share .st_facebook_large img,
.share .st_instagram_large img,
.share .st_youtube_large img {
	visibility: hidden;
}

.share .st_facebook_large:before {
	content: "\f230";
}

.share .st_twitter_large:before {
	content: "\f099";
}

.share .st_instagram_large:before {
	content: "\f16d";
}

.share .st_instagram_large:hover {
	cursor: pointer;
}

.share .stNativeButton {
	display: block;
	width: 100%;
}

.share .stNativeButton a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.share .st_youtube_large {
	cursor: pointer;
}

.share .st_youtube_large:before {
	content: "\f16a";
}

.popup-holder {
	height: 0;
	overflow: hidden;
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -1;
}

.popup-box {
	max-width: 610px;
	padding: 47px 54px 31px;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	position: relative;
}

.popup-box h1 {
	font-size: 40px;
	line-height: 42px;
	color: #0080BB;
	margin: 0 0 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.popup-box p {
	margin: 0 0 32px;
}

.popup-box .btn {
	display: block;
	background: #000;
	margin: 0 0 13px;
	text-transform: uppercase;
	width: 100%;
	max-width: none;
	font-size: 14px;
	letter-spacing: .173em;
	padding: 8px 10px;
	border: 2px solid;
	border-color: #000;
	-webkit-transition: border .3s linear, color .3s linear, background .3s linear;
	transition: border .3s linear, color .3s linear, background .3s linear;
}

.popup-box .btn:hover {
	background: #fff;
	color: #000;
}

.popup-box .btn.white {
	background: #fff;
	border-color: #e6e6e6;
	color: #ababab;
	padding-top: 10px;
	padding-bottom: 10px;
}

.popup-box .btn.white:hover {
	border-color: #000;
	color: #000;
}

.media {
	overflow: hidden;
	margin-bottom: 56px;
}

.custom-list {
	padding: 0;
	margin: 0;
}

.custom-list li {
	position: relative;
	margin: 0 0 .9em;
}

.custom-list li:before {
	content: "";
	float: left;
	height: 5px;
	width: 5px;
	background: #797979;
	border-radius: 50%;
	margin: 11px 4px 0;
}

.custom-list.add li {
	position: relative;
	padding-left: 11px;
	margin-bottom: 5px;
}

.custom-list.add li:before {
	position: absolute;
	left: 2px;
	top: 11px;
	margin: 0;
}

.blog-post {
	padding: 0 0 122px;
}

.blog-post .container {
	max-width: 790px;
}

.blog-post .visual {
	min-height: 0;
	height: 531px;
	width: 100%;
	margin-bottom: 62px;
}

.blog-post .heading {
	text-align: center;
	padding: 0 0 48px;
}

.blog-post .logotype {
	display: inline-block;
	vertical-align: top;
}

.blog-post .logotype img {
	display: inline-block;
	vertical-align: top;
}

.blog-post .date {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin: 0  0 18px;
	display: block;
}

.blog-post h1 {
	position: relative;
	padding: 0 0 37px;
	margin: 0 0 44px;
	font-size: 32px;
	line-height: 34px;
}

.blog-post h1:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	background: #000;
	width: 350px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.blog-post .text-holder {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.blog-post p {
	margin-bottom: .4em;
}

.head-block {
	position: relative;
	text-align: center;
	width: 100%;
}

.head-block .container {
	max-width: 1122px;
	padding: 0 239px;
}

.head-block h1 {
	line-height: 1;
	margin: 0 0 10px;
}

.posts-list {
	text-align: center;
	font-size: 15px;
	line-height: 22px;
	color: #000;
	font-weight: bold;
	padding: 0 0 17px;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.posts-list .container {
	max-width: 1212px;
}

.posts-list h1 {
	line-height: 1;
	margin: 0 0 8px;
}

.posts-list .block-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	margin: 0 -15px;
}

.posts-list .block {
	padding: 0 15px 38px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 33.33%;
}

.posts-list .box {
	max-width: 358px;
	min-width: 358px;
}

.posts-list .box img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.posts-list .box > a:hover {
	opacity: .8;
}

.posts-list .text {
	padding: 30px 20px 31px;
	background: #f5f5f5;
	min-height:150px;
}

.posts-list .text a {
	text-decoration: none;
	color: inherit;
}

.posts-list .text a:hover {
	color: #0080BB;
}

.posts-list p {
	margin: 0 0 1px;
}

.posts-list .date {
	color: #ababab;
}

.info-container {
	position: relative;
	padding: 61px 0 59px;
	margin: 0 0 51px;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.info-container .container {
	max-width: 1223px;
}

.info-container .block-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.info-container .block {
	font-size: 18px;
	line-height: 1.5;
	width: 37.5%;
	padding-right: 40px;
	padding: 0 83px 0 0;
}

.info-container .block.add {
	width: 62.5%;
	padding: 0;
}

.info-container .block img {
	display: inline-block;
	vertical-align: top;
}

.info-container .date {
	color: #ababab;
	font-weight: bold;
}

.info-container .bg-img {
	opacity: .05;
	background-position: 50% 50%;
}

.info-container h1 {
	font-size: 32px;
	line-height: 34px;
	position: relative;
	padding: 0 0 15px;
	margin: 0 0 28px;
}

.info-container h1:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
}

.info-container p {
	margin: 0 0 25px;
}

.info-container .btn {
	margin: 0;
	display: inline-block;
	vertical-align: top;
	min-width: 163px;
}

.logotype-section {
	padding: 64px 0 133px;
}

.logotype-section .container {
	max-width: 1322px;
}

.logotype-section .heading {
	position: relative;
	margin: 0 0 45px;
	text-align: center;
	color: #000;
}

.logotype-section .heading .text {
	max-width: 460px;
	margin: 0 auto;
}

.logotype-section h1 {
	margin: 0 0 5px;
	line-height: 1.05;
}

.logo-list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	max-width: 1088px;
	margin: 0 auto;
}

.logo-list li {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	padding: 51px 20px;
	text-align: center;
}

.logo-list img {
	display: inline-block;
	vertical-align: top;
}

.content-area {
	padding: 54px 0 66px;
	color: #000;
	font-size: 20px;
	line-height: 1.57;
}

.content-area .container {
	max-width: 850px;
}

.content-area h1 {
	text-align: center;
	line-height: 1.2;
	margin-bottom: 14px;
}

.box-container {
	font-size: 15px;
	line-height: 20px;
	color: #666;
}

.box-container .box-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -31px;
}

.box-container .box {
	width: 50%;
	padding: 0 31px 66px;
}

.box-container h1 {
	margin: 0 0 58px;
	line-height: 1.2;
}

.box-container h2 {
	font-size: 15px;
	line-height: 17px;
	margin: 0 0 1px;
}

.box-container .info {
	display: block;
	color: #ababab;
	margin: 0 0 5px;
}

.info-holder {
	font-weight: 300;
	margin: 0 0 50px;
}

.address {
	font-style: normal;
	padding: 7px 0 13px;
	margin: 0;
}

.address p {
	margin: 0;
}

[id="footer"] {
	background: #000;
	padding: 64px 0;
	color: #fff;
	font-size: 12px;
	letter-spacing: .1em;
}

[id="footer"] .container {
	padding: 0 34px;
}

[id="footer"] .holder {
	float: left;
}

[id="footer"] .nav {
	float: right;
	padding-top: 5px;
}

[id="footer"] .nav.only-mobile {
	display: none;
}

[id="footer"] .nav li {
	font-size: 12px;
	line-height: 18px;
	display: inline-block;
	vertical-align: top;
}
[id="footer"] .nav li a {
	color: #fff;
}

.copy {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.search_content{margin-top:30px;}
.search_content strong{color:#000;}
.search_content a{color:inherit;text-decoration:none;}

@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-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: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 1399px) {
	.head-block .filter-form {
		right: 5px;
	}

	.aside-block {
		margin-right: 40px;
	}

	[id="sidebar"] {
		margin-left: 40px;
	}

	[id="sidebar"].add {
		margin-left: 40px;
	}

	.information-area .col {
		padding: 0 10px 20px 0;
		margin-bottom: 30px;
		display: block;
	}

	.information-area .col:last-child {
		margin: 0;
	}

	.information-area .col:after {
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		width: auto;
		height: 1px;
	}

	.information-area .information-list li {
		padding: 0 5px;
	}

	.information-area .information-list li:after {
		right: -3px;
	}

	.contact-area .col {
		width: 100%;
		float: none;
		padding: 0 0 20px;
	}

	.contact-area .col:last-child {
		width: 100%;
	}

	.visual-gallery .img-block {
		width: 65%;
	}

	.visual-gallery .text-hold {
		font-size: 60px;
		width: 35%;
	}

	.wrap-boxes .container {
		padding: 0 38px;
	}

	.wrap-boxes .boxes-holder {
		margin: 0 -11px;
	}

	.wrap-boxes .box {
		padding: 0 10px 20px;
	}

	.wrap-boxes .box .holder a {
		padding: 30px 15px 20px;
	}

	#footer .social-networks {
		display: block;
	}

	#footer .social-networks li {
		margin: 0 10px;
	}

	[id="footer"] .holder {
		float: none;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	[id="footer"] .nav {
		float: none;
		margin: 0 0 30px;
		text-align: center;
	}
}

@media (max-width: 1023px) {
	.jcf-file {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.jcf-file .jcf-fake-input {
		margin-bottom: 16px;
	}

	.jcf-file .jcf-upload-button {
		width: 100%;
		margin: 0;
	}

	#header .search-form {
		width: 100%;
		margin: 0;
		color: #fff;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.search-form .input-box {
		width: 250px;
		margin: 0 auto;
	}

	.search-form input[type="search"]::-webkit-input-placeholder {
		color: rgba(255, 255, 255, .6);
	}

	.search-form input[type="search"]::-moz-placeholder {
		color: rgba(255, 255, 255, .6);
	}

	.search-form input[type="search"]:-moz-placeholder {
		color: rgba(255, 255, 255, .6);
	}

	.search-form input[type="search"]:-ms-input-placeholder {
		color: rgba(255, 255, 255, .6);
	}

	.search-form input[type="search"].placeholder {
		color: rgba(255, 255, 255, .6);
	}

	.search-form button {
		font-size: 20px;
		width: 30px;
	}

	.search-form button:hover {
		opacity: .8;
	}

	#header .search-form input[type="search"] {
		font-size: 22px;
		line-height: 24px;
		height: 34px;
		border-width: 0 0 2px;
		padding: 6px 20px 0 0;
	}

	.head-block .filter-form {
		position: static;
		display: inline-block;
		vertical-align: top;
		padding: 10px 0 30px;
	}

	.logotype-section .filter-form {
		position: static;
		display: inline-block;
		vertical-align: top;
	}

	h1,
	.h1 {
		font-size: 28px;
		line-height: 1.2;
	}

	[id="header"] {
		padding: 20px 7px 21px 9px;
	}

	[id="header"] .container {
		padding: 0 13px;
	}

	/*.home-page [id="header"] {
		padding: 20px 7px 21px 9px;
	}*/

	.nav-drop.only-mobile {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.nav-drop {
		position: fixed;
		z-index: 3;
		top: 0;
		bottom: 0;
		right: 0;
		padding: 59px;
		width: 100%;
		min-height: 100vh;
		background: #6cb4e8;
		overflow-x: hidden;
		overflow-y: auto;
		left: 0;
		-webkit-transition: left .2s linear;
		transition: left .2s linear;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .2s ease-in, visibility .2s ease-out;
		transition: opacity .2s ease-in, visibility .2s ease-out;
	}

	.nav-active .nav-drop {
		opacity: 1;
		visibility: visible;
	}

	.resize-active .nav-drop {
		-webkit-transition: none;
		transition: none;
	}

	.nav-holder {
		border: 3px solid #fff;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		height: auto;
		max-width: 450px;
		width: 100%;
		padding: 68px 20px 59px;
		float: none;
		margin: 0 auto 30px;
	}

	.logo {
		padding: 10px 0 0;
		width: 100px;
	}

	.nav-opener {
		display: block;
	}

	.nav-opener.close {
		top: 30px;
		right: 20px;
	}

	.nav {
		width: 100%;
		text-align: center;
	}

	.nav li {
		display: block;
		margin: 0 0 51px;
		font-size: 32px;
		line-height: 34px;
	}

	.nav li:last-child {
		margin-right: 0;
	}

	body {
		line-height: 1.6;
	}

	body.nav-active {
		height: 100vh;
		overflow: hidden;
	}

	.visual {
		height: 500px;
	}

	.brand-page .visual {
		height: 500px;
	}

	.visual h1 {
		font-size: 60px;
		line-height: 62px;
	}

	.three-columns {
		padding: 44px 0 29px;
	}

	.three-columns .container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.aside-block {
		width: 100%;
		margin: 0;
		padding-bottom: 17px;
		float: none;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	.aside-block.add {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		text-align: center;
	}

	.aside-block h3 {
		font-size: 28px;
	}

	[id="sidebar"] {
		width: 100%;
		margin: 0;
		padding: 0;
		float: none;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	[id="sidebar"]:after {
		display: none;
	}

	.brand-page [id="sidebar"] {
		width: 100%;
	}

	[id="sidebar"].add {
		margin-left: 0;
	}

	.information-block {
		max-width: none;
	}

	.article {
		padding-bottom: 60px;
	}

	.article h1 {
		text-align: center;
		font-size: 32px;
		letter-spacing: -.035em;
	}

	.article .holder {
		padding-top: 48px;
	}

	.article h3 {
		margin-bottom: 21px;
	}

	.widget,
	.information-area,
	.contact-area {
		margin-bottom: 36px;
	}

	.aside-block .widget,
	.aside-block .information-area,
	.aside-block .contact-area {
		margin-bottom: 13px;
	}

	.widget [id="sidebar"],
	.information-area [id="sidebar"],
	.contact-area [id="sidebar"] {
		margin-bottom: 45px;
	}

	.widget > h2,
	.information-area > h2,
	.contact-area > h2 {
		padding-bottom: 7px;
		border-bottom-width: 2px;
	}

	.widget > h3,
	.information-area > h3,
	.contact-area > h3 {
		border-width: 0 0 2px;
		padding: 0 0 9px;
		margin-bottom: 20px;
	}

	.aside-block.add .widget > h3,
	.aside-block.add .information-area > h3,
	.aside-block.add .contact-area > h3 {
		border: none;
		margin: 0 0 8px;
		padding: 0;
	}

	.widget.news .more,
	.news.information-area .more,
	.news.contact-area .more {
		font-size: 18px;
	}

	#sidebar .widget.news h3,
	#sidebar .news.information-area h3,
	#sidebar .news.contact-area h3 {
		font-size: 28px;
		line-height: 30px;
		padding: 0 0 4px;
		margin-bottom: 0;
	}

	#sidebar .widget.news h3 .more,
	#sidebar .news.information-area h3 .more,
	#sidebar .news.contact-area h3 .more {
		line-height: 30px;
	}

	.add-nav {
		max-width: 302px;
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}

	.add-nav:before {
		display: block;
	}

	.add-nav ul {
		display: none;
	}

	.nav-select {
		display: block;
	}

	.news-list {
		font-size: 20px;
		line-height: 28px;
	}

	.news-list li {
		width: 100%;
		padding: 20px 0 34px;
		margin: 0;
		border-top-width: 2px;
	}

	.news-list li:last-child {
		padding-bottom: 0;
	}

	.information-area .info-block {
		padding-top: 2px;
	}

	.contact-area h3 {
		margin-bottom: 10px;
	}

	.contact-area .heading {
		margin-bottom: 10px;
	}

	.contact-list dd {
		margin-bottom: 0;
	}

	.visual-gallery .holder {
		height: 400px;
	}

	.visual-gallery .logotype {
		width: 100px;
		top: 30px;
		left: 22px;
	}

	.visual-gallery .text-hold {
		font-size: 50px;
		padding: 0 0 20px;
		font-size: 42px;
	}

	.visual-gallery p {
		margin-bottom: 20px;
	}

	.info-wrap {
		font-size: 22px;
		line-height: 28px;
		min-height: 300px;
		padding: 50px 0;
	}

	.info-wrap h1 {
		font-size: 42px;
		line-height: 44px;
	}

	.carousel {
		margin-bottom: 34px;
	}

	.carousel .logotype-block {
		max-width: 80%;
	}

	.news-panel {
		font-size: 20px;
		line-height: 28px;
		padding: 20px 0 40px;
	}

	.back-hold {
		margin-bottom: 31px;
	}

	.only-desktop {
		display: none;
	}

	.wrap-boxes {
		padding: 51px 0 35px;
		line-height: 1.1;
		margin-bottom: 34px;
	}

	.wrap-boxes .heading {
		margin: 0 0 47px;
	}

	.wrap-boxes h1 {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 8px;
	}

	.wrap-boxes .box {
		padding-bottom: 33px;
	}

	.wrap-boxes .box .holder a {
		padding: 42px 28px 20px;
	}

	.wrap-boxes .title {
		padding-bottom: 3px;
	}

	.information-box {
		max-width: 300px;
		margin: 0 auto;
	}

	.gallery .box-hold {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.tweets-panel .widget-title {
		font-size: 30px;
		line-height: 32px;
		width: 100%;
		border-bottom: 3px solid #000;
		margin: 0 0 20px;
		text-align: left;
		padding: 0;
		float: none;
	}

	.tweets-panel .title-hold {
		float: right;
		display: inline;
	}

	.tweets-panel .fa-twitter {
		position: static;
	}

	.tweets-panel .widget-title .more {
		font-size: 16px;
		line-height: 1;
		float: right;
		margin: 12px 0 0;
		padding-right: 20px;
	}

	.tweets-panel .widget-title .more:after {
		font-size: 16px;
		line-height: 1;
	}

	.tweets-panel .xmt_Primary {
		width: 100%;
		float: none;
	}

	.aside-block .social-networks,
	[id="sidebar"] .social-networks {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.aside-block .social-networks li,
	[id="sidebar"] .social-networks li {
		margin: 0 17px 0 15px;
	}

	.aside-block .social-networks {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.media {
		margin-bottom: 72px;
	}

	.custom-list.add {
		margin-bottom: 20px;
	}

	.brand-page .navigation-single {
		display: none;
	}

	.blog-post.flex-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 29px 0 40px;
		line-height: 1.59;
	}

	.blog-post .visual {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		height: 400px;
		margin-bottom: 40px;
	}

	.blog-post .heading {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		padding-bottom: 18px;
	}

	.blog-post .logotype {
		width: 164px;
	}

	.blog-post .date {
		margin-bottom: 4px;
	}

	.blog-post h1 {
		font-size: 28px;
		line-height: 32px;
		padding-bottom: 24px;
		margin-bottom: 25px;
	}

	.blog-post h1:after {
		width: 252px;
	}

	.head-block .container {
		padding: 0 38px;
	}

	.posts-list .container {
		padding: 0 37px;
	}

	.posts-list h1 {
		margin-bottom: 20px;
	}

	.posts-list .block-holder {
		margin: 0 -10px;
	}

	.posts-list .block {
		padding: 0 10px 48px;
		width: 50%;
	}

	.posts-list .text {
		padding: 15px 30px;
	}

	.info-container .block {
		padding: 0 30px 0 0;
		width: 50%;
	}

	.info-container .block.add {
		width: 50%;
	}

	.info-container h1 {
		font-size: 28px;
		line-height: 32px;
		padding: 0 0 17px;
		margin: 0 0  16px;
	}

	.logotype-section {
		padding: 50px 0;
	}

	.logotype-section .heading {
		padding: 0;
		margin: 0 0 20px;
	}

	.logo-list li {
		padding: 30px 15px;
	}

	.content-area {
		padding: 52px 0 50px;
	}

	.content-area h1 {
		margin-bottom: 16px;
	}

	.box-container .box-holder {
		margin: 0 -15px;
	}

	.box-container .box {
		padding: 0 15px 33px;
	}

	.box-container h1 {
		margin-bottom: 30px;
	}

	[id="footer"] {
		padding: 40px 0;
	}

	[id="footer"] .nav li {
		margin: 0 7px;
	}
}

@media (max-width: 1023px) and (max-height: 767px) {
	.nav-drop {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: block;
	}
}


@media (max-width: 930px) {
	[id="footer"] .nav li, [id="footer"] {
		font-size:14px;
	}
}
@media (max-width: 870px) {
	[id="footer"] .nav li, [id="footer"] {
		font-size:12px;
	}
}
@media (max-width: 790px) {
	[id="footer"] .nav li, [id="footer"] {
		font-size:11px;
	}
}

@media (max-width: 767px) {
	#header .search-form {
		display: block;
	}

	/*.home-page #header .search-form input[type="search"] {
		font-size: 20px;
		padding: 4px 20px 2px 0;
	}

	.home-page #header .search-form .input-box {
		width: 217px;
	}*/

	.search-form .input-box {
		width: 217px;
		margin: 0 auto 20px;
	}

	/*#header .search-form input[type="search"] {
		font-size: 20px;
		padding: 4px 20px 2px 0;
	}*/

	.head-block .filter-form {
		display: none;
	}

	.commentlist .avatar-holder {
		margin-right: 20px;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 5px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.nav-drop {
		padding: 90px 20px 20px;
		display: block;
	}

	.nav-holder {
		border: none;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.logo.only-mobile {
		display: block;
		width: 100px;
	}

	[id="footer"] .logo {
		display: block;
		width: auto;
		float: none;
		text-align: center;
		margin-bottom: 35px;
	}

	.nav-opener {
		font-size: 8px;
	}

	.nav-opener span:before,
	.nav-opener span:after,
	.nav-opener:after {
		height: 3px;
		bottom: 10px;
	}

	.nav-opener span {
		width: 32px;
		height: 33px;
	}

	.nav-opener span:before {
		bottom: 22px;
	}

	.nav-opener span:after {
		bottom: 16px;
	}

	.nav-opener.close {
		top: 28px;
		right: 20px;
	}

	.nav-opener.close span {
		height: 33px;
		width: 32px;
	}

	.nav-opener.close span:before {
		bottom: 15px;
	}

	.nav-opener.close span:after {
		bottom: 15px;
	}

	.nav {
		margin-bottom: 10px;
	}

	.nav li {
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 46px;
	}

	.nav li:last-child {
		margin-bottom: 44px;
	}

	/*.home-page .nav-drop {
		padding: 90px 20px 20px;
	}

	.home-page .nav-holder {
		border: none;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.home-page [id="header"] .nav li {
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 46px;
	}*/

	.splash-block {
		font-size: 10px;
		line-height: 14px;
	}

	.splash-block .logotype {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.visual {
		height: 251px;
		padding-top: 68px;
	}

	.visual.small {
		height: 250px;
	}

	.brand-page .visual {
		height: 250px;
	}

	.visual h1 {
		font-size: 42px;
		line-height: 44px;
	}

	.widget.news,
	.news.information-area,
	.news.contact-area {
		margin-bottom: 73px;
	}

	.information-area {
		padding-top: 65px;
		margin-bottom: 31px;
	}

	.contact-area .col {
		font-size: 18px;
		line-height: 22px;
		padding: 0 0 34px;
	}

	.visual-gallery .holder {
		display: block;
		height: auto;
	}

	.visual-gallery .img-block {
		width: 100%;
		height: 246px;
		margin: 0 0 39px;
	}

	.visual-gallery .text-hold {
		font-size: 32px;
		line-height: 36px;
		width: 100%;
		max-width: 100%;
		display: block;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		padding: 0 10px;
		text-align: center;
	}

	.visual-gallery p {
		margin: 0 0 12px;
	}

	.visual-gallery .btn-prev,
	.visual-gallery .btn-next {
		width: 34px;
		height: 36px;
		top: 128px;
		font-size: 20px;
	}

	.visual-gallery .pagination {
		bottom: auto;
		top: 246px;
	}

	.btn {
		display: inline-block;
		max-width: none;
		min-width: 194px;
		padding: 11px 10px 9px;
		-webkit-transition: background .2s linear, color .2s linear;
		transition: background .2s linear, color .2s linear;
	}

	.btn.only-mobile {
		display: inline-block;
		vertical-align: top;
	}

	.info-wrap {
		padding: 43px 0 31px;
		text-align: center;
		min-height: 0;
		margin-bottom: 33px;
	}

	.info-wrap h1 {
		margin-bottom: 22px;
	}

	.info-wrap p {
		margin-bottom: 37px;
	}

	.gallery-area {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 67px;
	}

	.gallery-area .container {
		padding: 0 40px;
	}

	.gallery-area h1 {
		margin: 0 0 10px;
	}

	.carousel .slide {
		width: 100% !important;
	}

	.carousel .logotype-block {
		max-width: 50%;
	}

	.carousel .btn-prev,
	.carousel .btn-next {
		width: 35px;
		height: 35px;
		font-size: 20px;
	}

	.news-panel .heading {
		padding-bottom: 4px;
	}

	.news-panel .heading .more {
		font-size: 18px;
	}

	.news-panel .col-holder {
		display: block;
	}

	.news-panel .col {
		width: 100%;
		padding: 20px 0 34px;
		margin: 0;
		border-top-width: 1px;
	}

	.news-panel .col:first-child {
		border-top-width: 2px;
	}

	.news-panel .more {
		font-size: 20px;
	}

	.back-hold.only-mobile {
		display: block;
	}

	.hidden-mobile {
		display: none;
	}

	.tweets-panel {
		padding-top: 66px;
	}

	.tweets-panel .widget-title {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 20px;
		padding: 0 0 10px;
	}

	.tweets-panel .fa-twitter {
		top: 0;
	}

	.tweets-panel .widget-title .more {
		font-size: 14px;
		margin: 5px 5px 0;
		padding: 0 15px;
	}

	.tweets-panel .tweet_area {
		display: block;
		color: #ababab;
	}

	.tweets-panel .tweet_area li {
		width: 100%;
		padding: 5px 7px 9px 70px;
		margin: 0 0 19px;
		border-bottom: 1px solid #000;
		font-size: 14px;
		line-height: 17px;
	}

	.tweets-panel .tweet_area a {
		color: inherit;
	}

	.tweets-panel .tweet_area .title {
		margin: 0;
		font-size: 14px;
	}

	.tweets-panel .tweet_area .heading {
		margin-bottom: 3px;
	}

	.tweets-panel .tweet_avatar,
	.tweets-panel .date {
		display: block;
	}

	.social {
		margin-bottom: 59px;
	}

	.social-networks .fa-linkedin {
		width: 18px;
		height: 18px;
		font-size: 14px;
	}

	#footer .social-networks {
		margin: 0;
		padding: 25px 0 25px;
	}

	#footer .social-networks li {
		font-size: 27px;
		margin: 0 13px;
	}

	#footer .social-networks li:last-child {
		margin-right: 0;
	}

	.popup-box {
		padding: 30px 20px;
		font-size: 14px;
		line-height: 20px;
	}

	.popup-box h1 {
		font-size: 30px;
		line-height: 32px;
	}

	.popup-box p {
		margin-bottom: 10px;
	}

	.popup-box .btn {
		font-size: 12px;
		letter-spacing: 1px;
	}

	.posts-holder {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.blog-post .visual {
		height: 250px;
	}

	.head-block {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
		padding: 28px 0 2px;
	}

	.posts-list {
		padding-bottom: 57px;
	}

	.posts-list .block {
		width: 100%;
	}

	.posts-list .block:last-child {
		padding-bottom: 20px;
	}

	.posts-list .btn {
		width: 100%;
	}

	.info-container {
		padding-top: 0;
		margin: 0 0 37px;
		padding-bottom: 51px;
	}

	.info-container .container {
		padding: 0;
	}

	.info-container .block-holder {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.info-container .block {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		padding: 0 37px;
	}

	.info-container .block.add {
		width: 100%;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		text-align: center;
		padding: 0 0 32px;
	}

	.info-container .block img {
		width: 100%;
		max-width: 100%;
	}

	.info-container p {
		margin-bottom: 20px;
	}

	.logo-list li {
		width: 50%;
		padding: 15px 15px;
	}

	.box-container .box-holder {
		margin: 0;
	}

	.box-container .box {
		width: 100%;
		padding: 0 0 25px;
	}

	table {
		font-size: 16px;
	}

	[id="footer"] {
		padding: 33px 0 20px;
		text-align: center;
	}

	[id="footer"] .nav {
		display: block;
		margin: 0 0 20px;
	}

	[id="footer"] .nav.only-mobile {
		display: block;
	}

	[id="footer"] .nav li {
		display: block;
		font-size: 20px;
		line-height: 22px;
		margin: 0 0 37px;
	}

	.copy {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media (max-width: 374px) {
	.container {
		padding: 0 31px;
	}

	.info-container .block {
		padding: 0 31px;
	}
}

@media (max-height: 767px) {
	/*.home-page .nav-drop {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: block;
	}*/
}

@media print {
	* {
		color: #000 !important;
		background: none !important;
		box-shadow: none !important;
		overflow: visible !important;
		float: none !important;
		color: #000 !important;
		background: none !important;
	}

	.btn,
	.back-hold,
	.nav,
	.social-networks,
	.gallery-area,
	.more,
	.nav-opener,
	.nav-search,
	.visual-gallery,
	.visual,
	.search-form,
	.logo,
	.add-nav,
	.nav-drop,
	.nav-opener,
	.media,
	.social,
	.information-box,
	.gallery,
	.widget.xmt,
	.xmt.information-area,
	.xmt.contact-area,
	.pagination,
	.navigation-single,
	.gform_wrapper,
	#sidebar,
	.news,
	.information-area,
	.contact-area,
	form {
		display: none !important;
	}

	.visual {
		height: 0 !important;
	}

	.only-desktop {
		display: block !important;
	}

	h1 {
		font-size: 28px;
	}

	p {
		margin: 0 0 10px;
	}

	.container {
		padding: 0 10px !important;
		max-width: 1400px !important;
	}

	#wrapper {
		padding-top: 60px;
	}

	#header {
		text-align: center;
		padding: 20px 0;
		left: 0;
		top: 0;
		right: 0;
	}

	.single-page #header {
		position: absolute;
	}

	.print-logo {
		margin: 0 auto;
		display: inline-block;
		vertical-align: top;
		top: 0;
		left: 50%;
	}

	.info-wrap {
		padding: 0;
		min-height: 0;
		margin: 0;
	}

	.widget.news,
	.news.information-area,
	.news.contact-area {
		page-break-inside: avoid !important;
	}

	.news-panel,
	.news-list {
		page-break-inside: avoid;
		padding: 0;
		font-size: 18px;
		line-height: 20px;
	}

	.news-panel h1,
	.news-panel h2,
	.news-panel h3,
	.news-list h1,
	.news-list h2,
	.news-list h3 {
		margin: 0 0 5px;
	}

	.news-panel .col-holder,
	.news-list .col-holder {
		display: block;
	}

	.news-panel .col,
	.news-panel li,
	.news-list .col,
	.news-list li {
		padding: 0;
		margin: 0  0 10px;
		border: none;
	}

	.article {
		color: #000;
	}

	.article h1 {
		margin: 0;
	}

	.three-columns {
		padding: 0;
	}

	.three-columns .container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.aside-block {
		float: none;
		margin: 0;
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.aside-block.add {
		margin: 0;
		display: none;
	}

	.aside-block.add h3 {
		border: none;
		font-size: 30px;
		line-height: 32px;
		margin: 0;
		padding: 0;
	}

	#sidebar {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	#sidebar:after {
		display: none;
	}

	#content {
		position: relative;
		z-index: 1;
		color: #000;
	}

	#content .info-list {
		margin-bottom: 10px;
		line-height: 1.2;
	}

	#content .info-list dt {
		display: inline-block;
		vertical-align: top;
	}

	#content .info-list dd {
		display: inline-block;
		vertical-align: top;
	}

	.article {
		padding: 0;
	}

	.information-area {
		margin: 0 0 30px;
	}

	.information-area .col-holder {
		white-space: nowrap;
	}

	.information-area .col {
		display: inline-block;
		vertical-align: top;
		width: 33.33%;
		padding: 0 20px 10px 0;
		margin: 0 0 20px;
		white-space: normal;
	}

	.information-area .col:after {
		display: none;
	}

	.information-area .image {
		margin: 0 10px 0 0;
	}

	.information-area .value {
		font-size: 18px;
		line-height: 22px;
	}

	.contact-area .col-holder {
		font-size: 0;
		line-height: 0;
		letter-spacing: 0;
	}

	.contact-area .col {
		padding: 0 20px 0 0;
		font-size: 16px;
		line-height: 19px;
		width: 33.33%;
		display: inline-block;
		vertical-align: top;
	}

	.contact-area .col:last-child {
		width: 33.33%;
	}

	.contact-list dt {
		display: inline-block;
		vertical-align: top;
		float: left !important;
	}

	.contact-list dd {
		margin: 0 10px 0 0;
	}

	.widget,
	.information-area,
	.contact-area {
		margin: 0 0 10px;
	}

	.widget > h3,
	.information-area > h3,
	.contact-area > h3,
	.widget h2,
	.information-area h2,
	.contact-area h2 {
		padding: 0;
		margin: 0 0 10px;
		border: none;
	}

	.wrap-boxes {
		padding: 0;
		margin: 0 0 20px;
	}

	.wrap-boxes .boxes-holder {
		display: block;
		font-size: 0;
		line-height: 0;
		letter-spacing: 0;
	}

	.wrap-boxes h1 {
		font-size: 28px;
		line-height: 30px;
		margin: 0;
	}

	.wrap-boxes .box {
		margin: 0;
		display: inline-block;
		vertical-align: top;
		width: 33.33%;
		font-size: 18px;
		line-height: 20px;
	}

	.wrap-boxes .box .holder {
		min-height: 0;
		display: block;
		width: 100%;
	}

	.wrap-boxes .box .holder a {
		padding: 0;
	}

	.wrap-boxes .box .holder a:after {
		display: none;
	}

	.wrap-boxes .title {
		font-size: 25px;
		line-height: 27px;
		padding: 0;
		margin: 0 0 10px;
		width: 100%;
	}

	.wrap-boxes .title:after {
		display: none;
	}

	.logotype-section {
		padding: 0;
		margin: 0 0 20px;
	}

	.logo-list li {
		padding: 10px;
		width: 20%;
	}

	.custom-list {
		padding-left: 20px;
	}

	.custom-list li {
		font-size: 18px;
		line-height: 20px;
		margin: 0 0 5px;
		padding: 0;
		position: relative;
		list-style-type: disc;
	}

	.custom-list li:before {
		display: none;
	}

	.custom-list.add li {
		padding: 0;
	}

	.article .holder {
		padding: 0;
	}

	.address {
		margin: 0 0 10px;
		line-height: 1.3;
	}

	.content-area {
		padding: 0;
	}

	.posts-holder {
		display: block;
	}

	.info-container {
		padding: 0;
		margin: 0;
	}

	.info-container h1 {
		padding: 0;
		margin: 0 0 10px;
	}

	.info-container h1:after {
		display: none;
	}

	.info-container p {
		margin: 0 0 10px;
	}

	.info-container .block-holder {
		display: block;
	}

	.info-container .block {
		width: 100%;
		padding: 0;
	}

	.info-container .block.add {
		width: 100%;
		display: none;
	}

	.info-container .block img {
		display: none;
	}

	.head-block {
		display: block;
	}

	.posts-list {
		padding: 0;
	}

	.posts-list .block-holder {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0 -10px;
	}

	.posts-list .block {
		width: 33.33%;
		padding: 0 10px 20px;
	}

	.posts-list .block img {
		display: none;
	}

	.posts-list .text {
		padding: 0;
	}

	.post {
		padding: 0;
	}

	.post .heading {
		padding: 0;
	}

	.post h1 {
		padding: 0;
		margin: 0 0 10px;
		font-size: 28px;
	}

	.post h1:after {
		content: "";
		display: none;
	}

	.information-block {
		margin: 0;
	}

	.box-container .box-holder {
		display: block;
		margin: 0;
	}

	.box-container .box {
		width: 100%;
		padding: 0 0 20px;
	}

	#footer {
		padding: 10px 0 0;
		text-align: center;
	}
}
