/*! 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: #000; /* 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;
}

.sidebar-menu,
.nav-list,
.language-list,
.content-block .list,
.content-block .contact-block address + ul,
.contact-list,
.thumbnail-list,
.table-list,
.content-list,
.triangle-list,
.footer-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.text-wrapper > .text-holder: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;
}

body {
	color: #666;
	background: #fff;
	font: 16px/1.625 "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #00f;
}

a:hover,
a:focus {
	text-decoration: none;
}

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 #666;
	padding: .4em .7em;
	outline: none;
	padding: 5px 10px 5px 15px;
	font-size: 14px;
	line-height: 20px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

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: #c0c0c0;
}

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: #c0c0c0;
}

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: #c0c0c0;
}

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: #c0c0c0;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #c0c0c0;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
.qq-upload-button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	border: 1px solid #25355b;
	color: #fff;
	background: #9d0b0e;
	outline: none;
	font-size: 14px;
	line-height: 20px;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.ttf?j0jezi") format("truetype"), url("../fonts/icomoon.woff?j0jezi") format("woff"), url("../fonts/icomoon.svg?j0jezi#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.sidebar-menu a:before {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-alert:before {
	content: "";
}

.icon-search:before {
	content: "";
}

.icon-arrow-right:before {
	content: "";
}

.icon-arrow-left:before {
	content: "";
}

.icon-check:before {
	content: "";
}

.icon-up:before {
	content: "";
}

.icon-down:before {
	content: "";
}

/* additional content styles */

/* sidebar styles */

.sidebar .open-close {
	margin-bottom: 15px;
	line-height: 1.2;
}

.sidebar .inner-open-close {
	margin-bottom: 3px;
	line-height: 1.2;
}

.sidebar .inner-slide {
	padding: 3px 8px;
}

.sidebar-menu {
	color: #666;
	font-size: 14px;
	line-height: 1.2;
}

.sidebar-menu li {
	margin-bottom: 6px;
}

.sidebar-menu li.active a {
	color: inherit;
}

.sidebar-menu li.active a:before {
	border-color: #446ba6;
	background: #446ba6;
	color: #fff;
}

.sidebar-menu a {
	color: inherit;
	position: relative;
	padding-left: 23px;
	display: inline-block;
	vertical-align: top;
}

.sidebar-menu a:hover {
	color: #446ba6;
}

.sidebar-menu a:hover:before {
	border-color: #446ba6;
	background: #fff;
}

.sidebar-menu .noresult a:before {
	border: 1px solid #ffffff;
}

.sidebar-menu a:before {
	-webkit-transition: border-color .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out;
	transition: border-color .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out;
	width: 15px;
	height: 15px;
	content: "";
	font-size: 13px;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: transparent;
	left: 0;
	top: 1px;
	border: 1px solid #b1b1b1;
	background: #e4e4e4;
	border-radius: 50%;
}

.inner-opener,
.outer-opener,
.triangle-list li {
	-webkit-transition: font-weight .3s ease-in-out;
	transition: font-weight .3s ease-in-out;
	color: #666;
	font-size: 14px;
	line-height: 1.2;
	position: relative;
	padding-left: 15px;
	display: inline-block;
	vertical-align: top;
}

.inner-active .inner-opener,
.inner-active .outer-opener,
.inner-active .triangle-list li,
.triangle-list .inner-active li {
	font-weight: bold;
}

.inner-active .inner-opener:before,
.inner-active .outer-opener:before,
.inner-active .triangle-list li:before,
.triangle-list .inner-active li:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.inner-opener:hover,
.outer-opener:hover,
.triangle-list li:hover {
	color: #666;
}

.inner-opener:before,
.outer-opener:before,
.triangle-list li:before {
	height: 0;
	width: 0;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #000;
	border-top: 6px solid transparent;
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
}

.active .inner-opener,
.active .outer-opener,
.active .triangle-list li,
.triangle-list .active li {
	font-weight: bold;
}

.active .inner-opener:before,
.active .outer-opener:before,
.active .triangle-list li:before,
.triangle-list .active li:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.outer-opener {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}

.outer-active .outer-opener:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* additional content styles */

/* main navigation styles */

.main-navigation {
	margin: 0 0 30px;
	z-index: 1;
}

.nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	padding: 0 20px;
}

.nav-list li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: center;
	margin: 0 0 25px 0;
	width: 100%;
}

.nav-list li.active a,
.nav-list li a:hover {
	color: #000;
	font-weight: 700;
}

.nav-list li.active a:before,
.nav-list li a:hover:before {
	background: #b70506;
}

.nav-list a {
	-webkit-transition: font-weight .3s ease-in-out;
	transition: font-weight .3s ease-in-out;
	width: 100%;
	position: relative;
	color: #666;
	font-weight: 300;
	padding: 0 0 3px;
	line-height: 1.3;
}

.nav-list a:before {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	content: "";
	position: absolute;
	top: 112%;
	height: 10px;
	left: 0;
	right: 0;
	background: #000;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #b2b2b2;
	background: #fff;
	margin: 0;
	height: 30px;
	box-shadow: 4px 4px 15px 0 rgba(50, 50, 50, .25);
	width: 26%;
}

.jcf-select-jcf-select-100 {
	width: 100%;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 14px;
	line-height: 26px;
	margin: 0 15px 0 8px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:before,
.jcf-select .jcf-select-opener:after {
	content: "";
	font-family: "icomoon" !important;
	position: absolute;
	top: -2px;
	right: 5px;
	font-size: 12px;
}

.jcf-select .jcf-select-opener:after {
	content: "";
	position: absolute;
	top: auto;
	bottom: -2px;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #00f;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #00f !important;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 40%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	background: #808080;
	border-radius: 50%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
	border: none;
	z-index: 10;
}

.slick-arrow:before {
	margin-top: -2px;
}

.slick-arrow.slick-prev:before {
	margin-left: -2px;
}

.slick-arrow.slick-next {
	left: auto;
	right: 0;
}

.slick-slide.slide {
	padding: 0 16px;
}

#header {
	position: relative;
	padding: 30px 0 0;
	z-index: 2;
}

#header:before {
	content: "";
	position: absolute;
	top: 61px;
	left: 0;
	right: 0;
	height: 1px;
	background: #b2b2b2;
}

#header .container {
	position: relative;
}

.logo {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 188px;
}

.logo a {
	display: block;
}

.logo span {
	position: absolute;
	display: block;
	top: 100%;
	font-size: 14px;
	margin-top: 7px;
	text-transform: uppercase;
	letter-spacing: 8.2px;
}

.language-list {
	position: absolute;
	top: 16px;
	right: 15px;
	letter-spacing: -.4em;
	font-size: 12px;
	font-weight: 800;
}

.language-list li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0 12px 0 0;
}

.language-list li:not(:last-child):before {
	content: "";
	position: absolute;
	top: 30%;
	left: 100%;
	bottom: 35%;
	width: 1px;
	margin: 0 0 0 6px;
	background: #9a9a9a;
}

.language-list li.active a,
.language-list li a:hover {
	color: #000;
}

.language-list a {
	color: #9a9a9a;
}

/* Сommon site styles */

body {
	font-weight: 300;
}

body p {
	margin-bottom: 15px;
}

body * {
	outline: none;
}

.shadow {
	box-shadow: 4px 4px 15px 0 rgba(50, 50, 50, .25);
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
}

a:hover {
	color: #b70506;
}

time {
	font-weight: bold;
	display: block;
	font-size: 14px;
	color: #000;
}

.read-more:after {
	content: "]";
}

.read-more:before {
	content: "[";
}

/* main container styles */

#wrapper {
	overflow: hidden;
	position: relative;
}

.container {
	max-width: 1345px;
	padding: 0 15px;
	margin: 0 auto;
}

#main {
	padding: 60px 0 39px;
}

#main .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

img {
	vertical-align: top;
}

address {
	font-style: normal;
}

address span {
	display: block;
}

address span a + a:before {
	content: "|";
	color: inherit;
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 0 0;
	color: #446ba6;
	pointer-events: none;
}

address a {
	display: inline-block;
	vertical-align: top;
}

address a[href^="tel"] {
	color: inherit;
}

address a[href^="tel"]:hover {
	color: #9d0b0e;
}

.block-title:not(:only-child) {
	border-bottom: 2px solid #ccc;
	padding-bottom: 8px;
	margin-bottom: 15px;
}

/* content styles */

#two-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

/*contact-block styles*/

#content {
	width: 100%;
}

#content:only-child {
	width: 100%;
	padding: 0;
}

.contact-block address {
	margin-bottom: 30px;
}

.text-wrapper .h3 {
	font-weight: 300;
	margin-bottom: 20px;
	text-align: left;
	display: block;
	line-height: normal;
}

.text-wrapper.flex .block-title {
	width: 100%;
}

.text-wrapper > .text-holder {
	text-align: justify;
	margin-bottom: 30px;
}

.text-wrapper > .text-holder:only-child {
	width: 100%;
}

.text-wrapper > .img-holder img {
	width: 100%;
	margin-bottom: 25px;
}

.text-wrapper > .img-holder img:last-child {
	margin-bottom: 0;
}

/* content block  styles  */

.content-block {
	padding: 20px;
	margin: 0 0 17px;
	border: 2px solid #f2f2f2;
	text-align: justify;
}

.content-block ul {
	padding-inline-start: 20px;
}

.content-block.with-gray-bg {
	background: #f1f3f4;
}

.content-block.with-gray-bg:first-child {
	background: transparent;
}

.content-block.with-gray-bg:first-child .block-title {
	margin: -20px -20px;
	padding: 20px 20px;
	background: #f1f3f4;
	color: #000;
	border: none;
}

.content-block.table-wrap {
	border: 1px solid #000;
	background: #f6f6f6;
	padding-bottom: 0;
}

.content-block.table-wrap:last-child {
	padding-bottom: 0;
}

.content-block.table-wrap .block-title {
	color: #9d0b0e;
	padding-bottom: 0;
	margin-bottom: 20px;
	border-bottom: none;
}

.content-block h2 {
	font-size: 16px;
	margin: 0 0 18px;
}

.content-block h3 {
	font-size: 16px;
	margin: 0;
}

.content-block dl {
	margin: 0 0 28px;
}

.content-block dt,
.content-block dd {
	display: inline-block;
	vertical-align: top;
}

.content-block dt {
	font-weight: 700;
}

.content-block dd {
	margin: 0;
}

.content-block .block-title, 
.content-block .block-title h1{
	position: relative;
	text-align: left;
	display: block;
	font-size: 18px;
	line-height: 1.3;
	margin: 0;
}

.content-block .block-title.black {
	color: #000;
}

.content-block .two-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.content-block .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.content-block .list.alt {
	position: relative;
	display: block;
	width: calc(100% - 70px);
	padding: 0 0 0 10px;
	margin: 0;
}

.content-block .list.alt li {
	width: 100%;
	padding: 0;
}

.content-block .list li {
	width: 100%;
	line-height: 1.2;
	margin: 0 0 9px;
}

.content-block .list li a {
	letter-spacing: 0;
}

.content-block .contact-block {
	-webkit-box-align: initial;
	-ms-flex-align: initial;
	align-items: initial;
}

.content-block .contact-block .col {
	width: 100%;
	margin: 0 0 15px;
}

.content-block .contact-block .col:last-child {
	width: 100%;
	margin: 0;
}

.content-block .contact-block .col address {
	width: auto;
}

.content-block .contact-block address + ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.content-block .contact-block address + ul li {
	position: relative;
	margin: 0 16px 0 0;
}

.content-block .contact-block address + ul li:last-child:before {
	content: none;
}

.content-block .contact-block address + ul li:before {
	content: "";
	position: absolute;
	top: 25%;
	bottom: 16%;
	left: 100%;
	margin: 0 0 0 8px;
	width: 1px;
	background: #00f;
}

.content-block .contact-block address + ul a {
	letter-spacing: 0;
}

.content-block .contact-block dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.content-block .contact-block dt {
	width: 100%;
	padding: 0 10px 0 0;
}

.content-block .contact-block dd {
	width: 100%;
}

.content-block .inner-img {
	margin-bottom: 10px;
}

/* box list styles */

.box-list {
	padding: 52px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.box-list dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 20px;
	width: 100%;
}

.box-list dt {
	width: 100%;
	font-weight: 700;
	word-wrap: break-word;
}

.box-list dd {
	width: 100%;
	margin: 0;
}

.box-list .img-wrap {
	width: 100%;
	text-align: right;
}

/* table block styles */

.table-block {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: block;
	padding: 20px;
	position: relative;
	margin: 0 -20px;
	font-size: 14px;
	line-height: 1.2;
	text-align: left;
}

.table-block:hover {
	background: #fff;
}

.table-block:hover .table-img {
	opacity: 1;
}

.table-block:before {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	right: 20px;
	height: 2px;
	background: #3f3f3f;
}

.table-block .table-img {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	opacity: 0;
}

.table-block span {
	display: block;
}

.table-block span.label, .shortfact span.label {
	display: block;
	color: #000;
	font-weight: bold;
	margin-bottom: 7px;
}

.table-block span.table-title, .shortfact span.table-title {
	display: block;
	font-size: 18px;
	color: #00f;
	margin-bottom: 11px;
}

/* content box styles */

.content-box.alt {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.content-box .img-wrap {
	margin: 0 0 15px;
}

.content-box .img-wrap.right-img {
	display: block;
	text-align: right;
}

.content-box .txt-wrap {
	width: 100%;
	text-align: justify;
}

/* content-box-list styles */

.content-box-list {
	list-style: none;
	padding: 0 0 0 32px;
	letter-spacing: 0;
	margin: 0 0 28px;
}

.content-box-list.black-list li:before {
	background: #000;
}

.content-box-list li {
	position: relative;
}

.content-box-list li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: -21px;
	width: 12px;
	height: 11px;
	background: #676767;
}

.content-box-list a {
	letter-spacing: 0;
}

.icon-alert {
	position: absolute;
	bottom: 0;
	right: -15px;
	color: #b70506;
	font-size: 32px;
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}

.lg-img-wrap {
	padding: 25px 0 0;
	width: 100%;
}

.lg-img-wrap img {
	width: 100%;
}

/* form styles */

.form {
	max-width: 410px;
}

.content-box-form {
	margin: 0 0 30px;
}

.content-box-form .input-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0 0 14px;
	max-width: 410px;
}

.content-box-form .input-wrap.with-select input {
	width: 70%;
}

.content-box-form .chekbox-wrap:last-of-type {
	margin: 0 0 26px;
}

.content-box-form input:not([type=checkbox]) {
	height: 30px;
	line-height: 30px;
	width: 100%;
	padding: 0 9px;
	border-color: #b2b2b2;
	box-shadow: 4px 4px 15px 0 rgba(50, 50, 50, .25);
	font-size: 14px;
}

.content-box-form input:not([type=checkbox]).md {
	width: 36%;
	margin-right: 10px;
}

.content-box-form input:not([type=checkbox]).lg {
	width: 60%;
}

.content-box-form textarea {
	width: 100%;
	resize: none;
	padding: 3px 8px;
	border-color: #b2b2b2;
	box-shadow: 4px 4px 15px 0 rgba(50, 50, 50, .25);
	font-size: 14px;
}

.contact-list {
	width: 100%;
}

.contact-list a {
	letter-spacing: 0;
}

.search-section {
	max-width: 950px;
}

.search-area {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 25px 15px;
	margin-bottom: 20px;
}

.search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.search-form input[type="search"] {
	width: 65%;
	margin: 0 10px 0 0;
	height: 35px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
}

.search-form input[type="search"]::-webkit-input-placeholder {
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
}

.search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
}

.search-form input[type="search"]:-moz-placeholder {
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
}

.search-form input[type="search"]:-ms-input-placeholder {
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
}

.search-form input[type="search"].placeholder {
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
}

.search-form button[type="submit"] {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	width: 35%;
}

.search-form button[type="submit"] i {
	font-size: 16px;
	margin: 0 10px 0 0;
}

.search-form button[type="submit"]:hover {
	background: #b70506;
}

.conditions-block dd {
	margin-bottom: 15px;
}

.promo-link {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 35px;
}

.promo-link img {
	vertical-align: bottom;
	margin: 0 17px 0 0;
}

.post-info {
	margin: 0 0 25px;
}

.post-info p {
	margin: 0 0 15px;
}

.post-info img {
	border: 1px solid #000;
}

.post-info dl {
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
}

.post-info dt {
	font-weight: bold;
	width: 40%;
}

.post-info dd {
	width: 60%;
	margin: 0;
}

.post-info dt,
.post-info dd {
	float: left;
}

.post-info .info-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.post-info .info-holder .img-wrapp {
	width: 100%;
	padding: 0 0 20px;
}

.post-info .info-holder .description-block {
	width: 100%;
}

.prices-table {
	width: 100%;
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 24px;
}

.prices-table caption {
	text-align: left;
	margin-bottom: 7px;
}

.prices-table .value {
	color: #000;
}

.prices-table tr {
	background: #e4e4e4;
}

.prices-table tr:nth-child(odd) {
	background: #989898;
	color: #fff;
}

.prices-table tr:nth-child(odd) .value {
	color: #000;
}

.prices-table tr td {
	width: 70%;
}

.prices-table tr td:last-child {
	text-align: right;
	padding: 10px;
	width: 30%;
}

.prices-table td {
	padding: 10px;
}

.contacts-wrapp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contacts-wrapp address {
	width: auto;
	margin-bottom: 15px;
}

.contacts-wrapp .block {
	width: 100%;
}

.contacts-wrapp .img-holder {
	padding: 0 0 15px;
}

.contacts-wrapp .links-holder {
	display: inline-block;
}

.contacts-wrapp .links-holder a {
	display: block;
	margin: 0 0 10px;
}

.block-wrapp {
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.block-wrapp .img-holder {
	margin-bottom: 12px;
}

.letter {
	font-weight: 800;
	font-size: 60px;
	color: #cdcdcd;
	width: 70px;
	padding: 0 15px 0 0;
	margin-top: -4px;
	line-height: 1;
}

/* thumbnail-list styles */

.thumbnail-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.thumbnail-list li {
	width: 100%;
	margin: 0 0 19px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.thumbnail-list .holder {
	border: 1px solid #b2b2b2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.thumbnail-list .holder:hover .thumbnail-img:before {
	background: rgba(255, 255, 255, 0);
}

.thumbnail-list .txt {
	position: relative;
	padding: 4px 9px 35px;
	min-height: 148px;
	width: 100%;
}

.thumbnail-list .txt a {
	position: absolute;
	bottom: 7px;
	left: 9px;
	right: auto;
	margin: 0 9px 0 0;
}

.thumbnail-img {
	position: relative;
	display: block;
	width: 100%;
}

.thumbnail-img:before {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(255, 255, 255, .45);
}

.thumbnail-img img {
	width: 100%;
}

.thumbnail-title {
	display: block;
	padding: 0 0 10px;
	font-size: 16px;
	width: 100%;
	line-height: 1.3;
}

/* table list style */

.table-list {
	color: #666;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.table-list li {
	margin-bottom: 10px;
	width: 50%;
	padding-right: 10px;
}

.table-list li:last-child {
	margin-bottom: 0;
}

.table-list span.title {
	color: #000;
	margin-bottom: 6px;
}

.video-holder {
	position: relative;
	max-width: 560px;
}

/* promotion wrapper styles */

.promotion-wrapper .promotion-block {
	margin-bottom: 20px;
}

.promotion-wrapper .promotion-block a {
	display: block;
}

.promotion-wrapper .promotion-block img {
	width: 100%;
}

.content-list {
	margin: 0 -6px;
	overflow: hidden;
	text-align: left;
}

ul.content-list {
	padding-inline-start: 0px !important;
}

.content-list li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 6px;
	line-height: 1;
}

.content-list li:not(:first-child):before {
	content: "";
	position: absolute;
	left: -3px;
	top: 0;
	bottom: -2px;
	width: 1px;
	background: #666;
}

/* flex-row block styles */

.flex-row {
	text-align: left;
}

.block-col {
	background: #f1f1f0;
	border: 1px solid #666;
	padding: 10px;
	margin-bottom: 30px;
}

.block-col .title {
	display: block;
	font-weight: bold;
	position: relative;
	padding: 5px 0 5px 40px;
	margin-bottom: 20px;
}

.block-col .title:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 31px;
	height: 23px;
	background: url(/images/book-icon.png) no-repeat center center;
	background-size: contain;
}

.triangle-list li {
	display: block;
	margin-bottom: 9px;
	font-size: 16px;
	padding-left: 15px;
}

.gallery-holder {
	padding: 10px 0;
}

/*news slider styles*/

.news-slider {
	padding: 0 20px;
	text-align: center;
}

.news-slider .holder:hover .thumbnail-img:before {
	background: rgba(255, 255, 255, 0);
}

.news-slider .thumbnail-img {
	border: 1px solid #bfbfbf;
	margin-bottom: 3px;
}

.news-slider .slide-title {
	font-size: 14px;
	line-height: 1.2;
	display: block;
	color: #333;
	padding: 0 10px;
}

/* link holder styles */

.link-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
}

.link-holder.align-left > *:only-child {
	margin-left: 0;
}

.link-holder a {
	display: inline-block;
	vertical-align: top;
}

.link-holder > * {
	margin-bottom: 10px;
}

.link-holder > *:only-child {
	margin-left: auto;
}

.link-holder > *:not(:last-child) {
	margin-right: 30px;
}

/*news holder styles*/

.content-block .news-holder .block-title .img-holder {
	text-align: center;
}

.content-block .news-holder .block-title .img-holder:only-child {
	margin-left: auto;
}

.content-block .news-holder .block-title .head:only-child {
	width: 100%;
}

.content-block .news-holder time {
	margin-bottom: 15px;
}

.content-block .news-holder h3 {
	font-weight: 300;
	color: #000;
	font-size: 20px;
	margin-bottom: 15px;
}

.content-block .news-holder h3 a, .content-block .news-holder h1 a {
	color: inherit;
}

.content-block .news-holder h3 a:hover, .content-block .news-holder h1 a:hover {
	color: #00f;
}

.content-block .news-holder .news-content-full {
	text-align: justify;
	margin-bottom: 20px;
}

/* aside styles */

.aside {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}

.aside .img-wrap {
	position: relative;
	display: block;
	margin: 0 0 17px;
	width: 100%;
}

.aside .img-wrap:hover:before {
	opacity: 1;
}

.aside .img-wrap:before {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, .2);
	opacity: 0;
}

.aside img {
	width: 100%;
}

#footer {
	padding: 20px 0 15px;
	box-shadow: 0 -4px 39px -10px rgba(0, 0, 0, .35);
	text-align: center;
}

.footer-list {
	letter-spacing: -.4em;
	font-size: 14px;
}

.footer-list li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin: 0 8px 8px;
}

.footer-list li:not(:last-child):before {
	content: "";
	position: absolute;
	top: 27%;
	bottom: 17%;
	left: 100%;
	width: 1px;
	margin: 0 0 0 6px;
	background: #adadad;
}

@media (min-width: 480px) {
	.nav-list {
		padding: 0;
	}

	.nav-list li {
		width: 50%;
		padding: 0 15px;
		height: 40px;
	}

	.contact-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.contact-block address {
		margin-bottom: 0;
		width: calc(100% - 200px);
	}

	.contact-block .img-holder {
		width: 200px;
		padding-left: 20px;
	}

	.text-wrapper > .img-holder img {
		width: auto;
		display: block;
		margin: 0 auto 25px;
	}

	.content-block .list {
		margin: 0 -10px;
	}

	.content-block .list li {
		padding: 0 10px;
		width: 50%;
	}

	.content-block .contact-block dt {
		width: 15%;
	}

	.content-block .contact-block dd {
		width: 85%;
		padding: 0 0 0 15px;
	}

	.icon-alert {
		right: -18px;
	}

	.content-box-form {
		padding: 0 0px 0 0;
	}

	.contact-list {
		padding: 0px;
		
		width: auto;
	}

	.thumbnail-list {
		margin: 0 -10px;
	}

	.thumbnail-list li {
		padding: 0 10px;
		width: 50%;
	}

	.table-list li {
		width: 25%;
	}

	.aside .img-wrap {
		width: 50%;
		padding: 0 15px;
	}
}

@media (min-width: 768px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		font-size: 20px;
		line-height: 24px;
		padding: 10px 15px 10px 32px;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		font-size: 16px;
		line-height: 26px;
	}

	.nav-list li {
		width: 25%;
		max-width: 170px;
		margin: 0 9px 20px;
		padding: 0;
	}

	#header:before {
		top: 80px;
	}

	#header {
		padding: 49px 0 0;
	}

	body p {
		margin-bottom: 28px;
	}

	.block-title:not(:only-child) {
		margin-bottom: 24px;
	}

	#content {
		width: calc(100% - 200px);
		padding: 0 23px 0 0;
	}

	.contact-block address {
		width: calc(100% - 250px);
	}

	.contact-block .img-holder {
		width: 250px;
	}

	.text-wrapper.flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.text-wrapper > .text-holder {
		margin-bottom: 0;
	}

	.text-wrapper > .img-holder {
		width: 200px;
		padding-left: 30px;
	}

	.text-wrapper > .img-holder img {
		width: 100%;
	}

	.content-block {
		margin: 0 0 20px;
		padding: 20px 30px 25px;
	}

	.content-block:last-child {
		padding: 22px 30px 19px;
		margin: 0;
	}

	.content-block.with-gray-bg:first-child .block-title {
		margin: -22px -32px;
		padding: 22px 32px;
	}

	.content-block.table-wrap .block-title {
		margin-bottom: 30px;
	}

	.content-block:last-child {
		padding: 22px 30px 19px;
		margin: 0;
	}

	.content-block h2 {
		font-size: 21px;
	}

	.content-block .contact-block .col {
		width: 37%;
	}

	.content-block .contact-block .col:last-child {
		width: 63%;
	}

	.content-block .contact-block dt {
		width: 22%;
		text-align: right;
	}

	.content-block .contact-block dd {
		width: 78%;
		padding: 0;
	}

	.content-block .inner-img {
		float: left;
		margin: 0 20px 10px 0;
	}

	.content-block .inner-img.align-right {
		float: right;
		margin: 0  0 10px 20px;
	}

	.content-block .inner-img.wide {
		max-width: 403px;
	}

	.box-list dl {
		width: calc(100% - 186px);
	}

	.box-list dt {
		padding: 0 15px 0 0;
		width: 30%;
	}

	.box-list dd {
		width: 70%;
		padding: 0 15px 0 7px;
	}

	.box-list .img-wrap {
		padding: 9px 0 0 15px;
		width: 186px;
	}

	.table-block {
		margin: 0 -30px;
		padding: 30px 30px 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.table-block:before {
		left: 30px;
		right: 30px;
	}

	.table-block .table-text {
		width: calc(100% - 118px);
	}

	.content-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.content-box.reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.content-box.reverse .img-wrap img {
		padding: 0 0 0 15px;
	}
	
	.content-box .img-wrap img {
		padding: 0 15px 0 0px;
	}

	.content-box .img-wrap {
		margin: 50px 0 0 0;
		padding: 7px 0 0;
	}

	.content-box .txt-wrap {
		width: calc(100% - 170px);
		text-align: justify;
		padding: 0 0 0 0px;
		flex-grow: 1;
		flex-shrink: 100;
		width: auto;
	}

	.search-area {
		padding: 44px 25px;
	}

	.search-form input[type="search"] {
		height: 60px;
		width: 80%;
		margin: 0 15px 0 0;
	}

	.search-form button[type="submit"] {
		width: 20%;
	}

	.conditions-block dd {
		margin-bottom: 30px;
	}

	.post-info dl {
		margin: 0 0 -7px;
		font-size: 16px;
		line-height: 28px;
	}

	.post-info .info-holder {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.post-info .info-holder .img-wrapp {
		width: 50%;
		padding: 0 30px 0 0;
	}

	.post-info .info-holder .description-block {
		width: 50%;
	}

	.prices-table {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 53px;
	}

	.contacts-wrapp {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.contacts-wrapp address {
		margin-bottom: 30px;
	}

	.contacts-wrapp .block {
		width: 50%;
	}

	.contacts-wrapp .block:last-child {
		text-align: right;
	}

	.contacts-wrapp .img-holder {
		padding: 0 0 34px;
	}

	.contacts-wrapp .links-holder {
		padding: 28px 0 0;
	}

	.thumbnail-list li {
		width: 33.33%;
	}

	.thumbnail-list .holder {
		box-shadow: 4px 4px 15px 0 rgba(50, 50, 50, .25);
	}

	.table-list li {
		max-width: 180px;
		padding-right: 20px;
		margin-bottom: 7px;
	}

	.table-list li:first-child {
		max-width: 200px;
	}

	.promotion-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.promotion-wrapper .promotion-block {
		width: calc((100% - 14px)/2);
	}

	.flex-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.block-col {
		width: calc((100% - 30px)/2);
	}

	.block-col .title {
		margin-bottom: 30px;
	}

	.content-block .news-holder .block-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.content-block .news-holder .block-title .img-holder {
		width: 250px;
		padding-bottom: 5px;
		text-align: right;
	}

	.content-block .news-holder .block-title .head {
		width: calc(100% - 250px);
		padding-right: 20px;
	}

	.content-block .news-holder time {
		margin-bottom: 20px;
	}

	.content-block .news-holder h3 {
		margin-bottom: 0;
	}

	.aside {
		display: block;
		width: 200px;
	}

	.aside .img-wrap {
		padding: 0;
		width: auto;
	}
}

@media (min-width: 1024px) {
	#sidebar {
		width: 235px;
	}

	.sidebar .open-close {
		margin-bottom: 30px;
	}

	.outer-opener {
		padding-left: 0;
		margin-bottom: 15px;
		pointer-events: none;
	}

	.outer-opener:before {
		content: none;
	}

	.main-navigation {
		position: absolute;
		top: 105px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		max-width: 948px;
		width: 100%;
		margin: 0;
	}

	.nav-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.nav-list li {
		margin: 0 9px 0;
	}

	.slick-arrow:hover {
		background: #446ba6;
	}

	#main {
		padding-top: 100px;
	}

	#two-columns {
		width: calc(100% - 235px);
	}

	#content:only-child {
		max-width: 950px;
	}

	.content-alt {
		max-width: 780px !important;
	}

	.content-block .block-title,
	.content-block .block-title h1 {
		font-size: 24px;
	}

	.content-block .list li {
		width: 33.33%;
	}

	.box-list dt {
		width: 26%;
	}

	.box-list dd {
		width: 74%;
	}

	.content-box-form {
		width: 425px;
	}

	.search-area {
		padding: 44px 45px;
	}

	.post-info {
		margin: 0 0 42px;
	}

	.prices-table tr td {
		width: 80%;
	}

	.prices-table tr td:last-child {
		padding: 13px 15px;
		width: 20%;
	}

	.prices-table td {
		padding: 13px 20px;
	}

	.news-slider {
		padding: 0 30px;
	}

	.content-block .news-holder .block-title .img-holder {
		width: 300px;
	}

	.content-block .news-holder .block-title .head {
		width: calc(100% - 300px);
	}

	.content-block .news-holder h3, .content-block .news-holder h1 {
		font-size: 24px;
		font-weight: normal;
	}

	.footer-list li {
		margin: 0 8px;
	}
}

@media (min-width: 1200px) {
	#main .container {
		-ms-flex-wrap: no-wrap;
		flex-wrap: no-wrap;
	}

	#two-columns {
		padding: 0 0 0 15px;
	}

	#content {
		width: calc(100% - 300px);
	}

	.post-info dt {
		width: 21%;
	}

	.post-info dd {
		width: 79%;
	}

	.post-info .info-holder .img-wrapp {
		width: 40%;
	}

	.post-info .info-holder .description-block {
		width: 60%;
	}

	.news-slider {
		padding: 0 40px;
	}

	.aside {
		width: 300px;
	}
}

@media (min-width: 1300px) {
	.main-navigation {
		top: 28px;
		left: 53.6%;
	}

	#header {
		z-index: 1;
	}

	#main {
		padding-top: 72px;
	}

	.thumbnail-title {
		font-size: 22px;
	}
	
	.thumbnail-subtitle {
		font-size: 17px;
	}
}

@media (max-width: 1500px) {
	.language-list {
		right: 42px;
	}
}

@media (max-width: 1350px) {
	.language-list {
		right: 15px;
	}
}

@media (max-width: 1023px) {
	.sidebar {
		width: 100%;
	}

	.sidebar .open-close {
		padding-bottom: 15px;
		border-bottom: 1px solid #000;
	}

	.sidebar .outer-slide {
		padding: 3px 8px;
	}
}

@media (max-width: 767px) {
	body:not(.fhpresentationedit) {
		font-size: 14px;
	}

	h3,
	.h3 {
		font-size: 20px;
	}

	.content-block .block-title.with-icon {
		padding: 0 50px 0 0;
	}

	.content-block .inner-img img {
		width: 100%;
	}

	.table-block .table-img {
		display: none;
	}

	.aside .img-wrap:before {
		right: 15px;
		left: 15px;
	}
}

@media (max-width: 479px) {
	.content-block .block-title.with-icon {
		padding: 0 25px 0 0;
	}

	.content-block .list.alt {
		width: 100%;
	}

	.content-block .contact-block .col address {
		margin: 0;
	}

	.promo-link img {
		display: block;
	}

	.letter {
		margin: 0 0 10px;
	}

	.thumbnail-title br {
		display: none;
	}

	.aside .img-wrap:before {
		right: 0;
		left: 0;
	}
}

.textarea-wrap>div{
	border: 1px solid #888888;
	background-color: white;
}

.textarea-wrap{
	width: 100%;
}