/* ---------------------------------------------------------
  1. General reset
  2. Common site styles
---------------------------------------------------------*/

/*! 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;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-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-prev,
.slick-next {
	font-size: 43px !important;
	cursor: pointer;
	color: #fff;
	z-index: 999;
}

.slick-prev {
	left: 14px;
}

.slick-next {
	right: 14px;
}

@font-face {
	font-family: "Bitter";
	src: url("../fonts/bitter-bold-webfont.woff2") format("woff2"), url("../fonts/bitter-bold-webfont.woff") format("woff"), url("../fonts/bitter-bold-webfont.ttf") format("truetype"), url("../fonts/bitter-bold-webfont.svg#bitterbold") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Bitter";
	src: url("../fonts/bitter-regular-webfont.woff2") format("woff2"), url("../fonts/bitter-regular-webfont.woff") format("woff"), url("../fonts/bitter-regular-webfont.ttf") format("truetype"), url("../fonts/bitter-regular-webfont.svg#bitterregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto-regular-webfont.ttf") format("truetype"), url("../fonts/roboto-regular-webfont.svg#robotoregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.nav-top,
.social-networks,
.menu-bottom ul,
.breadcrumbs-section ul,
.result-item .list-item,
.list-main,
.tag-cloud,
.office-item .item,
.new-profile-section .logos-list,
.star-rating .rating-holder ul,
.ajax-drop ul,
.area-btn,
.nav-list,
.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.header:after,
.container:after,
.visual-block:after,
.search-form:after,
.intro-section:after,
.information-section:after,
.ask-section:after,
.news-section:after,
.search-bar:after,
.breadcrumbs-section:after,
.area-section:after,
.contact-section:after,
.step-section:after,
.result-section:after,
.banner-block:after,
.sidebar-box:after,
.content-section:after,
.frame-section:after,
.star-rating .rating-holder:after,
.map-section:after,
#footer: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: #5f7590;
	background: #fff;
	font: 15px/1.2 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #5f7590;
}

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: #78232a;
}

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 #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #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: #999;
}

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: #999;
}

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: #999;
}

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: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

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;
}

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 4px;
	width: 8px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 3px solid #777;
	border-width: 0 0 3px 3px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

:root .jcf-checkbox span {
	margin: -7px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 33px;
	width: 100%;
	border-radius: 16px;
	cursor: pointer;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	font: 15px/26px "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	color: #98a7b9;
	margin: 4px 35px 5px 13px;
	cursor: pointer;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	top: 50%;
	right: 6px;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: FontAwesome;
	font-size: 13px;
	line-height: 15px;
	color: #98a7b9;
	text-align: center;
	width: 26px;
}

.jcf-select .jcf-select-opener:before {
	content: "\f078";
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
	border-radius: 0 0 16px 16px;
	overflow: hidden;
}

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;
	border: 1px solid #5f7590;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

/* 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;
	font-size: 12px;
	line-height: 14px;
	width: 100%;
	padding: 0 0 10px;
}

.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 {
	position: relative;
	overflow: hidden;
	display: block;
}

.jcf-list ul li:after {
	position: absolute;
	content: "";
	top: 0;
	left: 15px;
	right: 15px;
	height: 1px;
	display: block;
	background: #aca32b;
}

.jcf-list ul li:last-child:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 15px;
	right: 15px;
	height: 1px;
	display: block;
	background: #aca32b;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 12px;
	color: #5f7590;
	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;
}

/* custom radio styles */

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	border-radius: 9px;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #777;
	border-radius: 100%;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* common custom form elements styles */

.jcf-option.jcf-option-hideme {
	display: none;
}

/* header styles */

.header {
	-webkit-transition: padding .3s ease-in-out;
	transition: padding .3s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 20px 0;
	background: #fff;
	z-index: 9999;
	border-bottom: 2px solid #5f7590;
}

.header.fixed-position {
	padding: 15px 0;
}

.header.fixed-position .logo img {
	width: 180px;
}

.header.fixed-position .menu-top {
	margin: 0 0 7px;
}

.header.fixed-position .menu-bottom a {
	padding: 10px 20px;
	min-width: 197px;
}

.header.fixed-position .search-bar {
	margin: 15px 0 0;
}

/* logo styles */

.logo {
	float: left;
}

.logo a {
	display: block;
}

.logo a img {
	-webkit-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
	width: 212px;
}

/* navigation menu styles */

.menu {
	float: right;
	margin: -5px 0 0;
	max-width: 800px;
}

.menu ul a {
	display: inline-block;
	vertical-align: top;
	color: #5f7590;
	text-decoration: none;
}

.nav-holder {
	/* social networks styles */
}

.nav-holder .social-networks {
	margin: -10px 0 0;
}

.nav-holder .social-networks a {
	font-size: 29px;
}

/* nav slide styles */

/* menu top styles */

.menu-top {
	-webkit-transition: margin .3s ease-in-out;
	transition: margin .3s ease-in-out;
}

.nav-top {
	font-size: 19px;
	line-height: 21px;
}

.nav-top li {
	position: relative;
	padding: 0 10px 25px;
}

.nav-top li:last-child:before {
	display: none;
}

.nav-top a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
}

.nav-top a:hover {
	color: #aca32b;
}

/* social networks styles */

.social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -11px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.social-networks li {
	padding: 0 11px;
}

.social-networks a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 22px;
}

.social-networks a:hover {
	color: #aca32b;
}

/* menu bottom styles */

.menu-bottom ul {
	-webkit-transition: font-size .3s ease-in-out;
	transition: font-size .3s ease-in-out;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}

.menu-bottom ul li {
	margin: 0 0 20px;
}

.menu-bottom ul a {
	-webkit-transition: min-width .3s ease-in-out, padding .3s ease-in-out, background .3s ease-in-out;
	transition: min-width .3s ease-in-out, padding .3s ease-in-out, background .3s ease-in-out;
	min-width: 195px;
	max-width: 290px;
	width: 100%;
	color: #fff;
}

/* burger menu styles */

.nav-opener {
	position: absolute;
	top: 50%;
	right: 24px;
	width: 29px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
	margin: -2px 0 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-active .nav-opener span {
	opacity: 0;
	left: -60px;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	top: 16px;
	left: 0;
	right: 0;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
	transform: rotate(-50deg);
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #5f7590;
	position: absolute;
	top: 16px;
	left: 0;
	right: 0;
	height: 5px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 6px;
}

.nav-opener:after {
	top: 26px;
}

.nav-opener:hover {
	opacity: .9;
}

/* ---------------------------------------------------------
	2. Сommon site styles
---------------------------------------------------------*/

body {
	font-size: 13px;
	line-height: 1.2;
}

body.nav-active .nav-slide {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	max-height: 4000px;
}

body.home .header {
	padding: 32px 0;
}

body.home .header.fixed-position {
	padding: 15px 0;
}

body.home .jcf-list {
	font-size: 14px;
	line-height: 16px;
}

body.home .jcf-list .jcf-option {
	padding: 8px 15px;
}

body.home .jcf-select-drop {
	border-radius: 0 0 30px 30px;
}

.resize-active .nav-slide {
	-webkit-transition: none !important;
	transition: none !important;
}

/* main container styles */

#wrapper {
	overflow: hidden;
	position: relative;
}

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

/* typography styles */

h1,
.h1 {
	font: 26px/30px "Bitter", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 8px;
}

h1 strong,
.h1 strong {
	color: #aca32b;
}

h2 {
	font-size: 22px;
	line-height: 24px;
	margin: 0 0 6px;
}

h3 {
	font-size: 18px;
	line-height: 22px;
	color: #aca32b;
	margin: 0 0 20px;
}

h3 a {
	color: #aca32b;
}

h4 {
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 9px;
}

h5 {
	font-size: 18px;
	line-height: 20px;
	color: #aca32b;
}

img {
	vertical-align: top;
}

a:focus {
	outline: 1px dashed #aca32b;
}

.primary-link {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #aca32b;
	text-decoration: none;
}

.primary-link:hover {
	color: #77711d;
}

.primary-link i {
	margin: 0 5px 0 0;
}

/* button styles */

.btn {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	text-decoration: none;
	padding: 11px 20px 12px;
	border-radius: 20px;
}

.btn.green:hover {
	background: #70a035;
}

.btn.blue:hover {
	background: #3c6faf;
}

.btn.red:hover {
	background: #a92e38;
}

.btn.lg-btn {
	font-weight: 600;
}

.btn.yellow:hover {
	background: #77711b;
}

/* addition class color styles */

.blue {
	background: #5f7590;
}

.green {
	background: #637c45;
}

.red {
	background: #78232a;
}

.yellow {
	background: #aca32b;
}

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

/* input styles */

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"] {
	border-radius: 30px;
	outline: none;
	border: none;
	width: 100%;
	height: 33px;
}

textarea {
	border-radius: 16px;
	outline: none;
	border: none;
	width: 100%;
	resize: none;
}

/* main content styles */

main {
	padding: 82px 0 0;
}

/* visual block styles */

.visual-block {
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
	min-height: 597px;
	overflow: hidden;
}

.visual-block:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .3);
}

.visual-holder {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row; /* search bar in visual block styles */
}

.visual-holder .text-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	min-height: 597px;
	max-width: 890px;
	margin: -36px auto 0;
}

.visual-holder .search-bar {
	background: transparent;
	padding: 0;
	margin: 0; /* search form in visual block styles */ /* autocomplete drop styles */
}

.visual-holder .search-bar h1,
.visual-holder .search-bar .h1 {
	font: 37px/39px "Bitter", "Times", "Baskerville", "Georgia", serif;
	color: #fff;
	margin: 0 0 32px;
}

.visual-holder .search-bar h1 mark,
.visual-holder .search-bar .h1 mark {
	background: transparent;
	color: #fff;
	font-weight: 700;
}

.visual-holder .search-bar .search-form {
	/* custom select styles */ /* button styles */ /* checkbox styles */
}

.visual-holder .search-bar .search-form .row {
	display: block;
}

.visual-holder .search-bar .search-form .col {
	position: relative;
	padding: 0 10px;
	margin: 0 0 20px;
}

.visual-holder .search-bar .search-form .col.active input[type="text"] {
	border-radius: 20px 20px 0 0;
}

.visual-holder .search-bar .search-form input[type="text"] {
	font-size: 16px;
	line-height: 18px;
	height: 40px;
	padding: 8px 12px;
	border-radius: 20px;
}

.visual-holder .search-bar .search-form input[type="text"]::-webkit-input-placeholder {
	font-size: 16px;
	line-height: 18px;
}

.visual-holder .search-bar .search-form input[type="text"]::-moz-placeholder {
	opacity: 1;
	font-size: 16px;
	line-height: 18px;
}

.visual-holder .search-bar .search-form input[type="text"]:-moz-placeholder {
	font-size: 16px;
	line-height: 18px;
}

.visual-holder .search-bar .search-form input[type="text"]:-ms-input-placeholder {
	font-size: 16px;
	line-height: 18px;
}

.visual-holder .search-bar .search-form input[type="text"].placeholder {
	font-size: 16px;
	line-height: 18px;
}

.visual-holder .search-bar .search-form .jcf-select {
	height: 40px;
	border-radius: 30px;
}

.visual-holder .search-bar .search-form .jcf-select.jcf-drop-active {
	border-radius: 20px 20px 0 0;
}

.visual-holder .search-bar .search-form .jcf-select .jcf-select-text {
	font-size: 16px;
	line-height: 18px;
	margin: 12px 35px 10px 15px;
}

.visual-holder .search-bar .search-form .jcf-select .jcf-select-opener {
	font-size: 15px;
	line-height: 17px;
	right: 8px;
}

.visual-holder .search-bar .search-form button {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	padding: 11px 62px 11px 38px;
	width: 100%;
}

.visual-holder .search-bar .search-form button i {
	right: 42px;
}

.visual-holder .search-bar .search-form .checkbox-holder label {
	font-size: 18px;
	line-height: 20px;
}

.visual-holder .search-bar .search-form .checkbox-holder .jcf-checkbox {
	margin: 0 10px 0 0;
}

.visual-holder .search-bar .ajax-drop {
	left: 10px;
	right: 10px;
}

.visual-holder .search-bar .ajax-drop ul {
	font-size: 18px;
	line-height: 20px;
	padding: 0 12px 30px;
}

.visual-holder .search-bar .ajax-drop ul li {
	padding: 13px 0;
}

/* search form styles */

.search-form {
	position: relative;
	z-index: 99; /* custom select styles */ /* checkbox styles */
}

.search-form .col-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.search-form .col {
	padding: 0 10px;
}

.search-form .col.active input[type="text"] {
	border-radius: 30px 30px 0 0;
}

.search-form input[type="text"] {
	width: 100%;
	color: #98a7b9;
}

.search-form input[type="text"]::-webkit-input-placeholder {
	color: #98a7b9;
}

.search-form input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #98a7b9;
}

.search-form input[type="text"]:-moz-placeholder {
	color: #98a7b9;
}

.search-form input[type="text"]:-ms-input-placeholder {
	color: #98a7b9;
}

.search-form input[type="text"].placeholder {
	color: #98a7b9;
}

.search-form .jcf-select {
	border: none;
	width: 100%;
	border-radius: 16px;
}

.search-form .jcf-select .jcf-select-text {
	text-align: left;
	color: #98a7b9;
}

.search-form .jcf-select .jcf-select-opener {
	background: transparent;
}

.search-form button {
	position: relative;
	border: none;
	outline: none;
	color: #fff;
	border-radius: 30px;
}

.search-form button i {
	padding: 0 0 0 5px;
}

.search-form .checkbox-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.search-form .checkbox-holder label {
	color: #fff;
}

.search-form .jcf-checkbox {
	background: transparent;
	border: 1px solid #fff;
	width: 15px;
	height: 15px;
	border-radius: 3px;
	overflow: visible;
	margin: 0 11px 0 0;
}

.search-form .jcf-checkbox span {
	width: 14px;
	height: 7px;
	border-color: #fff;
}

/* intro section styles */

.intro-section {
	position: relative;
	padding: 36px 0 31px;
}

.intro-section .holder {
	max-width: 1046px;
	margin: 0 auto;
	text-align: center;
}

.intro-section .holder h1 mark,
.intro-section .holder .h1 mark {
	color: #aca32b;
	font-weight: 700;
	background: transparent;
}

.intro-section .holder h3 {
	margin: 0 0 5px;
}

.intro-section .holder p {
	margin: 0 0 2px;
}

.intro-section .col-holder {
	padding: 14px 0 0;
}

.intro-section .col-holder .col.mobile-hidden h3 {
	margin: 0 0 20px;
}

/* information section styles */

.information-section {
	position: relative;
	margin: 0 0 40px;
}

.information-section h1,
.information-section .h1 {
	margin: 0 0 12px;
}

/* carousel styles */

.js-slick-carousel {
	/* carousel prev and next arrow styles */ /* slide block styles */ /* slide text block styles */
}

.js-slick-carousel:hover .slick-prev,
.js-slick-carousel:hover .slick-next {
	opacity: 1;
	visibility: visible;
}

.js-slick-carousel .slide {
	vertical-align: top;
}

.js-slick-carousel .slick-prev,
.js-slick-carousel .slick-next {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: auto;
	width: 30px;
	background: rgba(172, 163, 43, .8);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
}

.js-slick-carousel .slick-prev i,
.js-slick-carousel .slick-next i {
	position: absolute;
	top: 50%;
	left: 5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.js-slick-carousel .slick-next {
	left: auto;
	right: 0;
}

.js-slick-carousel .slick-next i {
	left: auto;
	right: 5px;
}

.js-slick-carousel .slide-block {
	position: relative;
}

.js-slick-carousel .slide-block:before {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(95, 117, 144, .5);
}

.js-slick-carousel .slide-block:hover:before {
	background: rgba(95, 117, 144, .7);
}

.js-slick-carousel .slide-block img {
	width: 100%;
	height: auto;
}

.js-slick-carousel .text-block {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 140px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.js-slick-carousel .text-block h3 {
	color: #fff;
	margin: 0 0 5px;
}

.js-slick-carousel .text-block a {
	font-size: 16px;
	color: #fff;
}

.js-slick-carousel .text-block p {
	margin: 0 0 7px;
}

/* ask section styles */

.ask-section {
	position: relative;
	margin: 0 0 60px;
}

.ask-section .container {
	max-width: 912px;
}

.ask-section .item-holder {
	/* item section styles */
}

.ask-section .item-holder .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	position: relative;
	padding: 0 60px 36px;
	margin: 0 0 40px; /* item color green styles */ /* item color red styles */ /* item color blue styles */ /* image block styles */
}

.ask-section .item-holder .item.item-green {
	color: #637c45;
}

.ask-section .item-holder .item.item-green .img-block {
	background: #637c45;
}

.ask-section .item-holder .item.item-green h3 {
	color: #637c45;
}

.ask-section .item-holder .item.item-green .btn {
	background: #637c45;
}

.ask-section .item-holder .item.item-green .btn:hover {
	background: #70a035;
}

.ask-section .item-holder .item.item-red {
	color: #78232a;
}

.ask-section .item-holder .item.item-red .img-block {
	background: #78232a;
}

.ask-section .item-holder .item.item-red h3 {
	color: #78232a;
}

.ask-section .item-holder .item.item-red .btn {
	background: #78232a;
}

.ask-section .item-holder .item.item-red .btn:hover {
	background: #a92e38;
}

.ask-section .item-holder .item.item-blue {
	color: #5f7590;
}

.ask-section .item-holder .item.item-blue .img-block {
	background: #5f7590;
}

.ask-section .item-holder .item.item-blue h3 {
	color: #5f7590;
}

.ask-section .item-holder .item.item-blue .btn {
	background: #5f7590;
}

.ask-section .item-holder .item.item-blue .btn:hover {
	background: #3c6faf;
}

.ask-section .item-holder .item .img-block {
	position: relative;
	overflow: hidden;
	width: 123px;
	height: 123px;
	border-radius: 50%;
	margin: 0 auto 12px;
}

.ask-section .item-holder .item .img-block img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ask-section .item-holder .item h3 {
	font: 400 16px/18px "Bitter", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 4px;
}

.ask-section .item-holder .item .btn {
	position: absolute;
	bottom: 0;
	left: 60px;
	right: 60px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #fff;
}

.ask-section .item-holder p {
	margin: 0 0 22px;
}

/* news section styles */

.news-section {
	position: relative;
	margin: 0 0 36px; /* heading section styles */ /* post section styles */
}

.news-section h1,
.news-section .h1 {
	margin: 0 0 15px;
}

.news-section .heading-section {
	position: relative;
}

.news-section .item-holder {
	/* text block styles */
}

.news-section .item-holder .heading:hover .text-block {
	background: #aca32b;
}

.news-section .item-holder .img-holder {
	float: left;
	width: 46%;
	background-position: 50% 50%;
	background-size: cover;
}

.news-section .item-holder .text-block {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: relative;
	overflow: hidden;
	background: #5f7590;
	color: #fff;
	padding: 10px 10px 0 15px;
	min-height: 132px;
	width: 54%;
}

.news-section .item-holder .text-block .title {
	display: block;
	font-size: 15px;
	line-height: 17px;
	margin: 0 0 5px;
}

.news-section .item-holder .text-block a {
	position: absolute;
	right: 10px;
	bottom: 7px;
	text-decoration: none;
	color: #fff;
	font-size: 26px;
}

.news-section .post {
	margin: 0 0 18px;
}

.news-section .post h4 {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-weight: bold;
	margin: 0 0 7px;
	font-size: 14px;
	line-height: 16px;
}

.news-section .post h4:before {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #aca32b;
	width: auto;
}

.news-section .post h4:hover a {
	color: #5f7590;
}

.news-section .post h4:hover:before {
	background: #5f7590;
}

.news-section .post a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #aca32b;
}

.news-section .post a:hover {
	color: #5f7590;
}

.news-section .post a i {
	font-size: 15px;
	margin: 0 0 0 6px;
}

.news-section .watermark-block {
	bottom: -62px;
	right: -37px;
}

/* share link styles */

.share-link {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: absolute;
	top: 16px;
	right: 2px;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #aca32b;
	padding: 0 30px 0 0;
	text-decoration: none;
}

.share-link:hover {
	color: #5f7590;
}

.share-link:hover span {
	background: #5f7590;
}

.share-link span {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	top: -2px;
	right: 0;
	display: block;
	width: 23px;
	height: 23px;
	background: #aca32b;
}

.share-link span:before {
	content: "+";
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	color: #fff;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* content holder styles */

.content-holder {
	padding: 30px 0 0;
}

.content-holder .container {
	position: relative;
}

.content-holder .watermark-block {
	bottom: -122px;
	right: -114px;
}

/* search bar styles */

.search-bar {
	-webkit-transition: margin .3s ease-in-out;
	transition: margin .3s ease-in-out;
	position: relative;
	background: #5f7590;
	padding: 10px 0; /* mobile search bar styles */ /* search holder styles */ /* search form styles */
}

.search-bar.mobile-bar {
	background: transparent;
	margin: 0; /* search form styles */
}

.search-bar.mobile-bar h1,
.search-bar.mobile-bar .h1 {
	display: none;
}

.search-bar.mobile-bar .col-holder {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.search-bar.mobile-bar .col {
	margin: 0 0 20px;
}

.search-bar.mobile-bar .col.active input[type="text"] {
	border-radius: 20px 20px 0 0 !important;
}

.search-bar.mobile-bar .search-form {
	max-width: 290px;
	margin: 0 auto;
	width: 100%; /* custom select styles */ /* input styles */ /* button styles */ /* checkbox styles */
}

.search-bar.mobile-bar .search-form .row {
	display: block;
}

.search-bar.mobile-bar .search-form .jcf-select {
	border: 1px solid #5f7590;
	height: 40px;
	border-radius: 20px;
}

.search-bar.mobile-bar .search-form .jcf-select .jcf-select-text {
	font-size: 16px;
	line-height: 18px;
}

.search-bar.mobile-bar .search-form input[type="text"] {
	border: 1px solid #5f7590;
	height: 40px;
	border-radius: 20px;
	font-size: 16px;
	line-height: 18px;
}

.search-bar.mobile-bar .search-form input[type="text"]::-webkit-input-placeholder {
	font-size: 16px;
	line-height: 18px;
}

.search-bar.mobile-bar .search-form input[type="text"]::-moz-placeholder {
	opacity: 1;
	font-size: 16px;
	line-height: 18px;
}

.search-bar.mobile-bar .search-form input[type="text"]:-moz-placeholder {
	font-size: 16px;
	line-height: 18px;
}

.search-bar.mobile-bar .search-form input[type="text"]:-ms-input-placeholder {
	font-size: 16px;
	line-height: 18px;
}

.search-bar.mobile-bar .search-form input[type="text"].placeholder {
	font-size: 16px;
	line-height: 18px;
}

.search-bar.mobile-bar .search-form button {
	font-size: 16px;
	line-height: 18px;
	width: 100%;
	padding: 12px 15px;
}

.search-bar.mobile-bar .search-form button i {
	position: relative;
	top: 0;
	right: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	padding: 0 0 0 5px;
}

.search-bar.mobile-bar .search-form .checkbox-holder {
	margin: -8px 0 12px;
}

.search-bar.mobile-bar .search-form .checkbox-holder .jcf-checkbox {
	width: 13px;
	height: 13px;
	border-color: #5f7590;
	margin: -3px 10px 0 0;
}

.search-bar.mobile-bar .search-form .checkbox-holder .jcf-checkbox span {
	border-color: #5f7590;
}

.search-bar.mobile-bar .search-form .checkbox-holder label {
	font-size: 16px;
	line-height: 18px;
	color: #5f7590;
}

.search-bar.mobile-bar .ajax-drop {
	right: 7px;
}

.search-bar.mobile-bar .ajax-drop ul {
	border-left: 1px solid #5f7590;
	border-right: 1px solid #5f7590;
	border-bottom: 1px solid #5f7590;
}

.search-bar.mobile-bar .ajax-drop ul li:first-child {
	border-top: none;
}

.search-bar .search-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1006px;
	margin: 0 auto;
}

.search-bar h1,
.search-bar .h1 {
	font: bold 16px/18px "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	margin: 0 6px 0 0;
}

.search-bar .search-form {
	/* search form input styles */ /* custom select styles */ /* button styles */ /* checkbox styles */
}

.search-bar .search-form .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.search-bar .search-form .col {
	position: relative;
	padding: 0 7px;
}

.search-bar .search-form .col.active input[type="text"] {
	border-radius: 15px 15px 0 0;
}

.search-bar .search-form input[type="text"] {
	font-size: 12px;
	line-height: 14px;
	height: 30px;
	min-width: 215px;
	border-radius: 15px;
	padding: 8px 13px;
}

.search-bar .search-form input[type="text"]::-webkit-input-placeholder {
	font-size: 12px;
	line-height: 14px;
}

.search-bar .search-form input[type="text"]::-moz-placeholder {
	opacity: 1;
	font-size: 12px;
	line-height: 14px;
}

.search-bar .search-form input[type="text"]:-moz-placeholder {
	font-size: 12px;
	line-height: 14px;
}

.search-bar .search-form input[type="text"]:-ms-input-placeholder {
	font-size: 12px;
	line-height: 14px;
}

.search-bar .search-form input[type="text"].placeholder {
	font-size: 12px;
	line-height: 14px;
}

.search-bar .search-form .jcf-select {
	min-width: 214px;
	height: 30px;
	margin: 0;
	border-radius: 15px;
}

.search-bar .search-form .jcf-select.jcf-drop-active {
	border-radius: 15px 15px 0 0;
}

.search-bar .search-form .jcf-select .jcf-select-text {
	font-size: 12px;
	line-height: 14px;
	margin: 9px 35px 7px 14px;
}

.search-bar .search-form .jcf-select .jcf-select-drop {
	left: 0;
	right: 0;
}

.search-bar .search-form button {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	padding: 6px 20px;
}

.search-bar .search-form button:hover {
	background: #77711b;
}

.search-bar .search-form .checkbox-holder label {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
}

.search-bar .search-form .jcf-checkbox {
	margin: 0 6px 0 0;
}

.search-bar .ajax-drop ul {
	font-size: 12px;
	line-height: 14px;
	padding: 0 13px 30px;
}

.search-bar .ajax-drop ul li {
	padding: 7px 0 8px;
}

/* breadcrumbs styles */

.breadcrumbs-section {
	position: relative;
	padding: 30px 0;
}

.breadcrumbs-section .breadcrumbs-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 16px;
}

.breadcrumbs-section .title {
	font-weight: normal;
	margin: 0;
}

.breadcrumbs-section ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -4px;
}

.breadcrumbs-section ul li {
	position: relative;
	padding: 0 7px;
}

.breadcrumbs-section ul li:before {
	content: ">";
	position: absolute;
	top: 0;
	right: -5px;
}

.breadcrumbs-section ul li:last-child:before {
	display: none;
}

.breadcrumbs-section ul a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: block;
	text-decoration: none;
	color: #5f7590;
}

.breadcrumbs-section ul a:hover {
	color: #aca32b;
}

/* content styles */

.content h1,
.content .h1 {
	margin: 0 0 12px;
}

/* sidebar styles */

.sidebar .placeholder-block {
	text-align: center;
}

/* area styles */

.area-section {
	position: relative;
}

.area-section .holder p {
	margin: 0 0 5px;
}

.area-section .holder p a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #5f7590;
}

.area-section .holder p a:hover {
	color: #aca32b;
}

/* contact section styles */

.contact-section {
	position: relative;
	padding: 0 4px 22px;
	margin: 0 0 33px;
}

.contact-section .link-print {
	color: #5f7590;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 32px;
}

.contact-section .sub-title {
	display: block;
	font-size: 16px;
	color: #aca32b;
	margin-bottom: 12px;
}

.contact-section h2 {
	font: 700 28px/30px "Bitter", "Times", "Baskerville", "Georgia", serif;
	color: #fff;
	margin: 0 0 12px;
}

.contact-section h3 {
	font-size: 21px;
	line-height: 24px;
	color: #aca32b;
	margin: 0 0 9px;
}

/* step form styles */

.contact-form {
	/* form error styles */ /* input styles */ /* custom select styles */ /* button styles */
}

.contact-form.form-error .btn {
	background: #ff0015;
}

.contact-form.column-mod .col {
	min-height: 200px;
}

.contact-form.column-mod .col strong {
	display: block;
	margin-bottom: 12px;
}

.contact-form.column-mod .wrap {
	position: relative;
	width: 100%;
}

.contact-form.column-mod .wrap input {
	width: 100%;
}

.contact-form.column-mod .row .error-message {
	right: auto;
	left: 15px;
	width: auto;
}

.contact-form.column-mod textarea {
	min-height: 110px;
	border-radius: 15px;
}

.contact-form .row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 16px; /* input error styles */ /* error message styles */
}

.contact-form .row.row-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.contact-form .row.row-top label {
	margin-top: 6px;
}

.contact-form .row.row-btn {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: -13px 0 7px;
}

.contact-form .row.small-row label.radio,
.contact-form .row.small-row .label.radio {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin-right: 24px;
}

.contact-form .row.small-row.row-btn {
	margin-top: 28px;
}

.contact-form .row.input-error input[type="text"],
.contact-form .row.input-error input[type="email"],
.contact-form .row.input-error textarea,
.contact-form .row.input-error .jcf-select {
	border-color: #ff0015;
}

.contact-form .row.input-error .error-message {
	opacity: 1;
	visibility: visible;
}

.contact-form .row label,
.contact-form .row .label {
	width: 121px;
	font-size: 15px;
	line-height: 17px;
	color: #5f7590;
	letter-spacing: .04em;
}

.contact-form .row label.radio,
.contact-form .row .label.radio {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin-right: 24px;
}

.contact-form .row .error-message {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: absolute;
	top: 50%;
	right: -15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #f00;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
	position: relative;
	border: 2px solid #6a7e97;
	height: 40px;
	border-radius: 40px;
	background: #fff;
}

.contact-form.lighter input[type="text"],
.contact-form.lighter input[type="email"],
.contact-form.lighter textarea,
.contact-form.lighter .jcf-select {
	border-width: 1px;
}

.contact-form textarea {
	position: relative;
	border: 2px solid #6a7e97;
}

.contact-form .jcf-select {
	border: 2px solid #6a7e97;
	margin-bottom: 0;
	height: 40px;
	border-radius: 40px;
}

.contact-form .jcf-select.jcf-drop-active {
	border-radius: 16px 16px 0 0;
	border-bottom: none;
}

.contact-form .jcf-select .jcf-select-drop {
	border-radius: 0 0 16px 16px;
	border: 1px solid #5f7590;
	overflow: hidden;
	border-top: none;
}

.contact-form .btn {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	width: calc(100% - 125px);
	border: none;
	color: #fff;
	padding: 8px 15px;
}

.contact-form .btn i {
	padding: 0 0 0 8px;
	font-size: 13px;
}

.contact-form .btn:hover {
	background: #77711b;
}

.contact-form .btn:focus {
	outline: none;
}

.form-path {
	border-top: 1px solid #aca32b;
	margin-top: 29px;
	padding-top: 17px;
}

.form-path > strong,
.form-path .green-title {
	display: block;
	font-size: 16px;
	color: #aca32b;
	margin-bottom: 12px;
}

.form-path .row.small-row.row-btn {
	margin-top: 40px;
}

.form-path .btn-holder {
	text-align: right;
}

.form-path .btn-holder .btn {
	width: auto;
}

/* step section styles */

.step-section {
	position: relative;
	background: #5f7590;
	padding: 15px 15px 22px;
	margin: 0 0 33px; /* small step section styles */
}

.step-section.small-section {
	padding: 14px 15px 11px;
	margin: 0 0 39px; /* small step form styles */
}

.step-section.small-section .title {
	font: 700 20px/22px "Bitter", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 14px;
	display: block;
	color: #fff;
}

.step-section.small-section .text {
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 12px;
	display: block;
	color: #fff;
}

.step-section.small-section .step-form .col-holder {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.step-section.small-section .step-form .col {
	width: 100%;
	padding: 0;
}

.step-section.small-section .step-form .row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.step-section.small-section .step-form .row.row-btn {
	margin: 0 0 7px;
}

.step-section.small-section .step-form .row.row-btn .btn {
	width: 100%;
}

.step-section.small-section .step-form .row label {
	display: block;
	width: 100%;
	margin: 0 0 7px;
}

.step-section.small-section .step-form .jcf-select {
	width: 100%;
}

.step-section.small-section .step-form input[type="text"],
.step-section.small-section .step-form input[type="email"] {
	width: 100%;
}

.step-section.small-section .step-form .error-message {
	width: 100%;
	margin: 11px 0 0;
	right: -13px;
}

.step-section h2 {
	font: 700 28px/30px "Bitter", "Times", "Baskerville", "Georgia", serif;
	color: #fff;
	margin: 0 0 12px;
}

.step-section h3 {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	font-weight: normal;
	margin: 0 0 16px;
}

/* step form styles */

.step-form {
	/* form error styles */ /* input styles */ /* custom select styles */ /* button styles */
}

.step-form.form-error .btn {
	background: #ff0015;
}

.step-form .row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 7px; /* input error styles */ /* error message styles */
}

.step-form .row.row-btn {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: -13px 0 7px;
}

.step-form .row.input-error input[type="text"],
.step-form .row.input-error input[type="email"] {
	border-color: #ff0015;
}

.step-form .row.input-error .error-message {
	opacity: 1;
	visibility: visible;
}

.step-form .row label {
	width: 125px;
	font-size: 15px;
	line-height: 17px;
	color: #fff;
}

.step-form .row .error-message {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: absolute;
	top: 50%;
	right: -15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: calc(100% - 125px);
	color: #f00;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
}

.step-form input[type="text"],
.step-form input[type="email"] {
	position: relative;
	width: calc(100% - 125px);
	border: 1px solid #fff;
}

.step-form .jcf-select {
	width: calc(100% - 124px);
}

.step-form .jcf-select.jcf-drop-active {
	border-radius: 16px 16px 0 0;
}

.step-form .btn {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	width: calc(100% - 125px);
	border: none;
	color: #fff;
	padding: 8px 15px;
}

.step-form .btn i {
	padding: 0 0 0 8px;
	font-size: 13px;
}

.step-form .btn:hover {
	background: #77711b;
}

.step-form .btn:focus {
	outline: none;
}

/* result section styles */

.result-section {
	position: relative;
	margin: 0 -15px 15px; /* heading section styles */
}

.result-section .heading {
	position: relative;
}

.result-section .heading a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	position: absolute;
	top: 10px;
	right: 15px;
	color: #aca32b;
	text-decoration: none;
}

.result-section .heading a i {
	padding: 0 6px;
	font-size: 22px;
}

.result-section .heading a:hover {
	color: #5f7590;
}

.result-section .btn-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 25px 0;
}

.result-section .btn-holder.hidden {
	display: none;
}

/* result item styles */

.result-item {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	padding: 23px 15px 15px;
	border-bottom: 1px solid #f3f1df;
	cursor: pointer; /* result item small styles */ /* phone block styles */ /* top section styles */ /* list item styles */
}

.result-item:hover {
	background: #f3f1df;
}

.result-item.item-small {
	overflow: hidden;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 12px 15px 5px; /* link map styles */
}

.result-item.item-small .h2 {
	font-size: 25px;
	line-height: 27px;
	margin: 0 0 8px;
	display: block;
}

.result-item.item-small .link-map {
	padding: 0 0 0 15px;
}

.result-item.item-small .link-map i {
	top: 0;
	font-size: 13px;
}

.result-item.item-small .tel {
	float: right;
	text-decoration: none;
	color: #5f7590;
	font-weight: bold;
}

.result-item.item-small p {
	font-size: 14px;
	padding: 5px 0 0;
}

.result-item.hidden {
	display: none;
}

.result-item .phone-block {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #5f7590;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
}

.result-item .phone-block span {
	padding: 0 5px 0 0;
}

.result-item .phone-block a {
	color: #5f7590;
	text-decoration: none;
	font-weight: 700;
}

.result-item .top-holder {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 9px; /* logo holder styles */
}

.result-item .top-holder h2,
.result-item .top-holder .h2 {
	font-size: 26px;
	line-height: 28px;
	margin: -8px 15px 5px 0;
}

.result-item .top-holder .logo-holder {
	position: absolute;
	top: -10px;
	right: -14px;
}

.result-item .top-holder .logo-holder a {
	display: block;
}

.result-item p {
	margin: 0 0 10px;
}

.result-item .list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	margin: 0 -9px;
}

.result-item .list-item li {
	padding: 0 9px;
}

.result-item .list-item li.red-color a {
	color: #78232a;
}

.result-item .list-item li.green-color a {
	color: #637c45;
}

.result-item .list-item li.blue-color a {
	color: #5f7590;
}

.result-item .list-item a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	color: #aca32b;
	text-decoration: none;
}

.result-item .list-item a:hover {
	opacity: .8;
}

.result-item .list-item a i {
	margin: 0 3px 0 0;
}

.result-item .link-map {
	pointer-events: none;
}

/* link map styles */

.link-map {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #aca32b;
	text-decoration: none;
	padding: 0 0 0 10px;
	margin: 0 0 10px;
}

.link-map:hover {
	color: #637c45;
}

.link-map i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 13px;
}

/* banner block styles */

.banner-block {
	position: relative;
	padding: 20px 0;
	border-bottom: 1px solid #f3f1df; /* banner logo styles */
}

.banner-block .banner-holder {
	padding: 6px 13px;
}

.banner-block p {
	margin-bottom: 8px;
}

.banner-block p a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
	color: #aca32b;
}

.banner-block p a.tel {
	font-weight: bold;
}

.banner-block p a:hover {
	color: #637c45;
}

.banner-block .banner-logo {
	margin: 7px 0 8px 0;
	width: 100%;
	text-align: left;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.banner-block .banner-logo.tablet-hidden {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.banner-block .banner-logo a {
	display: block;
}

/* sidebar box styles */

.sidebar-box {
	position: relative;
	background: #e0e9f4;
	margin: 0 0 40px;
	overflow: hidden; /* sidebar box heading styles */
}

.sidebar-box .heading {
	padding: 9px 10px;
	background: #5f7590;
}

.sidebar-box .heading .title {
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
}

.sidebar-box .holder {
	font-size: 12px;
	line-height: 14px;
	padding: 12px 24px 12px 10px; /* view all styles */
}

.sidebar-box .holder .title {
	display: block;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 6px;
}

.sidebar-box .holder p {
	margin: 0 0 10px;
}

.sidebar-box .holder a {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 19px;
	color: #5f7590;
	font-weight: bold;
}

.sidebar-box .holder a i {
	font-size: 14px;
}

.sidebar-box .holder .view-all {
	position: relative;
	z-index: 9;
	font-size: 19px;
	line-height: 21px;
	margin: 0;
}

.sidebar-box .holder .view-all i {
	font-size: 16px;
	padding: 0 0 0 5px;
}

.sidebar-box .watermark-block {
	bottom: -13px;
	right: -17px;
}

.sidebar-box .watermark-block img {
	width: 126px;
	height: 126px;
}

/* main list styles */

.list-main li {
	position: relative;
	padding: 0 0 0 12px;
	margin: 0 0 12px;
}

.list-main li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 3px;
	height: 3px;
	background: #5f7590;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* blockquote styles */

blockquote {
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
	padding: 0;
	margin: 0 0 13px;
}

blockquote .author {
	display: block;
	font-weight: normal;
	font-style: normal;
}

/* tag cloud styles */

.tag-cloud {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 22px 0 36px;
}

.tag-cloud li {
	margin: 0 0 12px;
	width: 50%;
	padding: 0 10px 0 0;
}

.tag-cloud a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-weight: bold;
	color: #5f7590;
	border-radius: 30px;
	text-decoration: none;
}

.tag-cloud a:hover {
	color: #aca32b;
}

/* office section styles */

.office-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; /* office item styles */
}

.office-item .item {
	margin: 0 0 14px;
	width: 50%;
	padding: 0 10px 0 0;
}

.office-item .item li {
	margin: 0 0 10px;
}

.office-item .item a {
	text-decoration: none;
	color: #5f7590;
}

/* address styles */

address {
	font-size: 15px;
	line-height: 18px;
	font-style: normal;
}

.new-profile-section {
	padding: 0 0 50px;
}

.new-profile-section .side-holder {
	font-size: 18px;
	line-height: 24px;
	padding: 0 0 30px;
}

.new-profile-section .side-holder a {
	display: block;
	text-decoration: none;
	margin: 0 0 10px;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.new-profile-section .side-holder strong {
	display: block;
}

.new-profile-section .side-holder strong i {
	margin: 0 6px 0 0;
}

.new-profile-section .side-holder .phone {
	color: #637c45;
}

.new-profile-section .side-holder .email {
	color: #78232a;
}

.new-profile-section .side-holder .website {
	color: #aca32b;
}

.new-profile-section .side-holder .video-link {
	color: #5f7590;
}

.new-profile-section .side-holder .side-review-block {
	padding: 13px 0 0;
}

.new-profile-section .side-logo {
	margin: 0 0 15px;
}

.new-profile-section h1 {
	margin: 0 0 14px;
	font: bold 30px/1.2 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.new-profile-section h2 {
	margin: 0 0 8px;
	color: #aca32b;
	font-size: 26px;
}

.new-profile-section .link-map {
	margin: 0 0 13px;
}

.new-profile-section .link-map i {
	top: 2px;
}

.new-profile-section .link-map + p {
	margin: 0 0 28px;
}

.new-profile-section p {
	margin: 0 0 11px;
}

.new-profile-section p:last-child {
	margin: 0;
}

.new-profile-section p strong {
	font-size: 18px;
}

.new-profile-section p a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #5f7590;
	text-decoration: none;
}

.new-profile-section p a:hover {
	color: #aca32b;
}

.new-profile-section .logos-list {
	margin: 0 0 6px;
}

.new-profile-section .logos-list li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 15px 0;
}

.new-profile-section .profile-section {
	padding: 0;
	margin: 0 0 17px;
}

.new-profile-section .map-placeholder {
	margin: 0;
}

.new-profile-section .map-placeholder .map {
	height: 320px;
}

.new-profile-section .filter-holder {
	margin: 0 0 40px;
}

.new-profile-section .filter-holder h2 {
	margin: 0 0 20px;
}

.new-profile-section .filter-holder .search-form {
	width: 100%;
}

.new-profile-section .filter-holder .search-form .col-holder {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.new-profile-section .filter-holder .search-form .col {
	width: 100%;
}

.new-profile-section .filter-holder .search-form .jcf-select {
	display: block;
	border: 2px solid #5f7590;
	margin: 0 0 20px;
	height: auto;
	border-radius: 20px;
}

.new-profile-section .filter-holder .search-form .jcf-select.jcf-drop-active {
	border-radius: 20px 20px 0 0;
}

.new-profile-section .filter-holder .search-form .jcf-select .jcf-select-drop {
	border-width: 2px;
	left: -2px;
}

.new-profile-section .filter-holder .search-form .jcf-select-text {
	margin: 0;
	padding: 5px 15px;
}

.new-profile-section .review-block {
	margin: 0 0 30px;
}

.new-profile-section .banner-content {
	background: #5f7590;
	color: #fff;
	padding: 19px 24px;
}

.new-profile-section .banner-content strong {
	display: block;
	font-size: 18px;
	margin: 0 0 9px;
}

.new-profile-section .banner-content a {
	color: #fff;
	font-size: inherit;
}

.profiles-slider {
	padding: 0 30px;
	margin: 0 0 30px;
}

.profiles-slider .slick-slide {
	padding: 0 10px;
}

.profiles-slider img {
	width: 100%;
	margin: 0 0 25px;
}

.profiles-slider .name {
	display: block;
	margin: 0 0 11px;
	color: #aca32b;
}

.profiles-slider a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #5f7590;
	text-decoration: none;
}

.profiles-slider .btn-prev,
.profiles-slider .btn-next {
	position: absolute;
	top: 47.4%;
	left: 1px;
	padding: 0;
	background: 0;
	color: #5f7590;
	border: 0;
	font-size: 38px;
	line-height: 1;
	text-align: center;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.profiles-slider .btn-next {
	left: auto;
	right: 0;
}

/* content section styles */

.content-section {
	position: relative;
	margin: 0 0 30px;
	padding: 20px 0 0;
}

.content-section .container {
	position: relative;
}

.content-section h1,
.content-section .h1 {
	margin: 0 0 20px;
}

.content-section .text-holder {
	margin: 0 0 19px;
}

.content-section .col-holder {
	margin: 0 0 15px; /* placeholder image styles */
}

.content-section .col-holder .col {
	margin: 0 0 15px;
}

.content-section .col-holder .placeholder-img img {
	width: 100%;
}

.content-section h3 {
	margin: 0 0 12px;
}

.content-section p {
	margin: 0 0 8px;
}

.content-section p a {
	color: #5f7590;
}

.content-section .title {
	display: block;
	margin: 0 0 15px;
}

.content-section .title a {
	color: #5f7590;
}

.content-section .list-main li {
	margin: 0 0 15px;
}

.content-section .watermark-block {
	bottom: -198px;
	right: -113px;
}

/* frame section styles */

.frame-section {
	position: relative;
	font-size: 12px;
	line-height: 14px;
}

.frame-section a {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	border-radius: 30px;
	padding: 12px 35px 12px 15px;
	background: #aca32b;
	color: #fff;
	text-decoration: none;
	margin: 0 0 15px;
}

.frame-section a:hover {
	background: #5f7590;
}

.frame-section a i {
	position: absolute;
	top: 50%;
	right: 8px;
	font-size: 26px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.frame-section p {
	margin: 0 0 39px;
}

/* more link styles */

.more-link {
	position: relative;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	padding: 11px 65px 12px 70px;
}

.more-link i {
	color: #fff;
}

/* star rating styles */

.star-rating .rating-holder {
	display: inline-block;
	vertical-align: top;
}

.star-rating .rating-holder ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.star-rating .rating-holder ul li {
	padding: 0 2px;
}

.star-rating .rating-holder ul li.active a {
	color: #aca32b;
}

.star-rating .rating-holder ul li a {
	display: block;
	font-size: 18px;
	color: #5f7590;
}

.star-rating a {
	color: #aca32b;
	text-decoration: none;
}

/* chat box styles */

.chat-box {
	position: relative;
	background: #aca32b;
	padding: 10px 25px 10px 13px;
	overflow: hidden;
	margin: 0 0 40px;
}

.chat-box .title {
	font-size: 26px;
	line-height: 28px;
	color: #fff;
}

.chat-box .title mark {
	font-weight: bold;
	color: #5f7590;
	background: transparent;
}

.chat-box .img-block {
	position: absolute;
	bottom: -12px;
	right: -21px;
}

.chat-box a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.chat-box a:hover {
	color: #637c45;
}

/* map section styles */

.map-section {
	position: relative;
	margin: 0 0 40px;
	padding: 20px 0 0;
}

.map-section .heading {
	position: relative;
}

.map-section .heading .link-result {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	position: absolute;
	top: 20px;
	right: 0;
	color: #aca32b;
	text-decoration: none;
}

.map-section .heading .link-result:hover {
	color: #5f7590;
}

.map-section .heading .link-result i {
	font-size: 22px;
	padding: 0 5px 0 0;
}

/* map holder styles */

.map-holder {
	position: relative; /* map result section styles */ /* map result item styles */
}

.map-holder .column {
	/* map column styles */ /* map column styles */
}

.map-holder .result-section {
	margin: 0 -15px 36px;
}

.map-holder .result-section:last-child {
	margin: 0 -15px;
}

.map-holder .result-section h4 {
	padding: 0 0 15px;
	margin: 0;
	border-bottom: 1px solid #f3f1df;
}

.map-holder .result-section h4 strong {
	color: #aca32b;
}

.map-holder .result-item {
	padding: 12px 15px;
}

.map-holder .result-item.item-small {
	padding: 7px 2px 5px;
}

.map-holder .result-item.item-small h2 {
	font-size: 15px;
	line-height: 17px;
}

.map-holder .result-item .phone-block {
	margin: 0 0 8px;
}

.map-holder .result-item h2 {
	font-size: 26px;
	line-height: 28px;
	margin: 0 0 5px;
}

.map-holder .result-item .link-map {
	font-size: 12px;
	padding: 0 0 0 12px;
	margin: 0 0 7px;
}

.map-holder .result-item .link-map i {
	font-size: 12px;
	top: 0;
	left: 4px;
}

.map-holder .result-item .list-item {
	margin: 0 -7px;
}

.map-holder .result-item .list-item li {
	padding: 0 7px;
}

.map-holder .banner-block {
	padding: 21px 0;
}

.map-holder .banner-block .banner-holder {
	display: block;
	font-size: 20px;
	line-height: 20px;
	padding: 6px 13px;
}

.map-holder .banner-block .banner-logo {
	float: left;
	margin: 4px 18px 8px 0;
}

.map-holder .banner-block .text-block {
	text-align: center;
	overflow: hidden;
}

/* map placeholder styles */

.map-placeholder {
	position: relative;
	height: 300px; /* map styles */ /* pin styles */
}

.map-placeholder .map {
	height: 100%;
}

.map-placeholder .pin {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* watermark block styles */

.watermark-block {
	position: absolute;
	bottom: -43px;
	right: -65px;
	opacity: .15;
	z-index: -1;
}

.watermark-block img {
	width: 209px;
	height: 209px;
}

/* smooth down styles */

.smooth-down {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: absolute;
	bottom: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	font-size: 45px;
	z-index: 10;
	text-decoration: none;
}

.smooth-down:hover {
	color: #aca32b;
}

/* autocomplete drop styles */

.ajax-drop {
	position: absolute;
	top: 100%;
	left: 7px;
	right: 4px;
	z-index: 999;
}

.ajax-drop ul {
	background: #fff;
	border-radius: 0 0 30px 30px;
}

.ajax-drop ul li {
	text-align: left;
	border-bottom: 1px solid #aca32b;
}

.ajax-drop ul li:first-child {
	border-top: 1px solid #aca32b;
}

.ajax-drop ul li span {
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.ajax-drop ul a {
	display: block;
	text-decoration: none;
	color: #5f7590;
}

.area-btn {
	max-width: 340px;
	margin: 0 auto;
	font-size: 19px;
	line-height: 21px;
}

.area-btn li {
	margin: 0 0 15px;
}

.area-btn a {
	color: #fff;
	width: 100%;
	padding: 10px 20px;
}

.area-btn a i {
	padding: 0 0 0 5px;
}

/* tablet hidden styles */

/* mobile hidden styles */

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

.accessibility-hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.green-color-text {
	color: #aca32b;
}

.btn-box {
	text-align: center;
	padding: 20px 0 40px;
}

.advertising-section {
	background: #aca32b;
	padding: 5px 70px 7px 15px;
	color: #d2d0a0;
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}

.advertising-section .decor {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 50px;
	-webkit-transform: translateY(-50%) rotate(14deg);
	-ms-transform: translateY(-50%) rotate(14deg);
	transform: translateY(-50%) rotate(14deg);
}

.advertising-section a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}

.advertising-section a:hover {
	color: #77711d;
}

/* glossary section styles */

.glossary-section {
	font: 700 20px/1.2 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 15px 0 30px;
}

.glossary-section .block {
	padding-bottom: 20px;
}

.glossary-section .tree-col-holder {
	padding: 10px 0 0;
}

.glossary-section .tree-col-holder .box {
	border-bottom: 1px solid #aca32b;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 15px;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}

.glossary-section .tree-col-holder .box a {
	text-decoration: none;
}

.glossary-section .tree-col-holder .box a:hover strong {
	color: #aca32b;
}

.glossary-section .term {
	font-size: 16px;
	color: #aca32b;
	display: block;
}

.glossary-section .term strong {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #5f7590;
}

.glossary-section .term:only-child {
	margin-bottom: 31px;
}

.nav-list {
	padding: 15px 0 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.nav-list li {
	text-transform: uppercase;
	margin-bottom: 10px;
}

.nav-list li:after {
	content: "|";
	font-weight: 400;
}

.nav-list li:last-child:after {
	content: none;
}

.nav-list a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #aca32b;
	text-decoration: none;
	padding: 0 6px 0 6px;
}

.nav-list a:hover {
	color: #77711d;
}

.head-letter-holder {
	font-size: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	border-bottom: 1px solid #aca32b;
	padding: 0 0 10px;
	color: #aca32b;
}

.head-letter-holder a {
	font-size: 13px;
	margin-bottom: 7px;
}

.head-letter-holder a i {
	font-size: 18px;
	font-weight: 600;
}

.frame {
	overflow: hidden;
}

/* simple checkbox styles */

.simple-checkbox-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 3px;
}

.simple-checkbox-holder .jcf-checkbox {
	background: transparent;
	border: 1px solid #5f7590;
	width: 15px;
	height: 15px;
	border-radius: 3px;
	overflow: visible;
	margin: 0 11px 0 0;
}

.simple-checkbox-holder .jcf-checkbox span {
	width: 14px;
	height: 7px;
	border-color: #5f7590;
}

.simple-checkbox-holder label {
	margin-bottom: 0 !important;
}

small,
.small {
	font-size: 14px;
}

.submit-holder {
	padding: 40px 0 0;
}

.mb-20 {
	display: block;
	margin-bottom: 20px;
}

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

/* footer styles */

#footer {
	position: relative;
	background: #5f7590;
	padding: 40px 0 28px; /* footer logo styles */ /* footer social networks styles */
}

#footer .logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: none;
	width: 305px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 15px;
}

#footer .logo a {
	display: inline-block;
	vertical-align: top;
}

#footer .social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 20px 0 13px;
}

#footer .social-networks a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #fff;
	font-size: 25px;
}

#footer .social-networks a:hover {
	color: #aca32b;
}

/* footer navigation styles */

.footer-nav .col {
	text-align: center;
}

.footer-nav h4 {
	font: bold 18px/20px "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
	color: #aca32b;
	margin: 0 0 12px;
}

.footer-nav ul {
	font: 16px/18px "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.footer-nav ul li {
	margin: 0 0 11px;
}

.footer-nav ul a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
	color: #fff;
}

.footer-nav ul a:hover {
	color: #aca32b;
}

/* copyright styles */

.copyright {
	font: 12px/14px "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
}

.copyright a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: block;
	padding: 0 4px;
	color: #fff;
	text-decoration: none;
}

.copyright a:hover {
	color: #aca32b;
}

@media (hover: hover) {
	.new-profile-section .side-holder .phone:hover {
		color: #3c4b2a;
	}

	.new-profile-section .side-holder .email:hover {
		color: #3d1215;
	}

	.new-profile-section .side-holder .website:hover {
		color: #6f691c;
	}

	.new-profile-section .side-holder .video-link:hover {
		color: #415062;
	}

	.profiles-slider a:hover {
		color: #aca32b;
	}

	.profiles-slider .btn-prev:hover,
	.profiles-slider .btn-next:hover {
		color: #aca32b;
	}
}

@media (min-width: 768px) {
	.header {
		padding: 32px 0;
	}

	.header.fixed-position .logo img {
		width: 215px;
	}

	body {
		font-size: 15px;
	}

	body.home .jcf-list .jcf-option {
		padding: 8px 30px;
	}

	h1,
	.h1 {
		font-size: 42px;
		line-height: 44px;
		margin: 0 0 19px;
	}

	h2 {
		font-size: 34px;
		line-height: 36px;
		margin: 0 0 21px;
	}

	h3 {
		font-size: 26px;
		line-height: 30px;
	}

	h4 {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 13px;
	}

	.btn.lg-btn {
		min-width: 290px;
		padding: 8px 20px 10px;
	}

	main {
		padding: 106px 0 0;
	}

	.visual-block {
		min-height: 628px;
	}

	.visual-holder .text-wrap {
		min-height: 628px;
		margin: 0 auto;
	}

	.visual-holder .search-bar h1,
	.visual-holder .search-bar .h1 {
		font-size: 46px;
		line-height: 48px;
		margin: 0 0 40px;
	}

	.visual-holder .search-bar .search-form .col.active input[type="text"] {
		border-radius: 30px 30px 0 0;
	}

	.visual-holder .search-bar .search-form input[type="text"] {
		height: 62px;
		font-size: 18px;
		line-height: 20px;
		padding: 21px 28px;
		min-width: 322px;
		border-radius: 30px;
	}

	.visual-holder .search-bar .search-form input[type="text"]::-webkit-input-placeholder {
		font-size: 18px;
		line-height: 20px;
	}

	.visual-holder .search-bar .search-form input[type="text"]::-moz-placeholder {
		font-size: 18px;
		line-height: 20px;
	}

	.visual-holder .search-bar .search-form input[type="text"]:-moz-placeholder {
		font-size: 18px;
		line-height: 20px;
	}

	.visual-holder .search-bar .search-form input[type="text"]:-ms-input-placeholder {
		font-size: 18px;
		line-height: 20px;
	}

	.visual-holder .search-bar .search-form input[type="text"].placeholder {
		font-size: 18px;
		line-height: 20px;
	}

	.visual-holder .search-bar .search-form .jcf-select {
		min-width: 322px;
		height: 62px;
	}

	.visual-holder .search-bar .search-form .jcf-select.jcf-drop-active {
		border-radius: 30px 30px 0 0;
	}

	.visual-holder .search-bar .search-form .jcf-select .jcf-select-text {
		font-size: 18px;
		line-height: 20px;
		margin: 22px 35px 10px 30px;
	}

	.visual-holder .search-bar .search-form .jcf-select .jcf-select-opener {
		right: 25px;
	}

	.visual-holder .search-bar .search-form button {
		font-size: 18px;
		line-height: 20px;
		width: auto;
		padding: 21px 40px 21px 38px;
	}

	.visual-holder .search-bar .ajax-drop ul {
		padding: 0 28px 30px;
	}

	.intro-section {
		padding: 56px 0 50px;
	}

	.intro-section .holder h3 {
		margin: 0 0 13px;
	}

	.intro-section .holder p {
		margin: 0 0 5px;
	}

	.intro-section .col-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
		padding: 23px 0 0;
	}

	.intro-section .col-holder .col {
		width: 50%;
		padding: 0 15px;
	}

	.information-section {
		margin: 0 0 80px;
	}

	.information-section h1,
	.information-section .h1 {
		margin: 0 0 30px;
	}

	.js-slick-carousel .slick-prev,
	.js-slick-carousel .slick-next {
		width: 44px;
	}

	.js-slick-carousel .slick-prev i,
	.js-slick-carousel .slick-next i {
		left: 14px;
	}

	.js-slick-carousel .slick-next i {
		right: 14px;
	}

	.js-slick-carousel .text-block {
		margin: 9px 0 0;
		font-size: 15px;
		max-width: 300px;
	}

	.js-slick-carousel .text-block h3 {
		margin: 0 0 20px;
	}

	.js-slick-carousel .text-block a {
		font-size: 40px;
	}

	.js-slick-carousel .text-block p {
		margin: 0 0 25px;
	}

	.ask-section .item-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
	}

	.ask-section .item-holder .item {
		width: 33.332%;
		padding: 0 15px 36px;
		margin: 0 0 15px;
	}

	.ask-section .item-holder .item .img-block {
		width: 100px;
		height: 100px;
		margin: 0 auto 32px;
	}

	.ask-section .item-holder .item h3 {
		font-size: 22px;
		line-height: 24px;
		margin: 0 0 7px;
	}

	.ask-section .item-holder .item .btn {
		font-size: 18px;
		line-height: 20px;
		left: 42px;
		right: 42px;
		padding: 11px 15px 12px;
	}

	.news-section h1,
	.news-section .h1 {
		margin: 0 0 33px;
	}

	.news-section .watermark-block {
		bottom: -173px;
		right: -79px;
	}

	.area-section .holder {
		margin: 0 0 14px;
	}

	.contact-section {
		padding: 0 0 22px;
	}

	.contact-section .sub-title {
		margin-bottom: 33px;
	}

	.contact-section h3 {
		font-size: 26px;
		line-height: 30px;
		margin: 0 0 20px;
	}

	.contact-form.column-mod .wrap {
		width: calc(100% - 121px);
	}

	.contact-form .row.small-row label,
	.contact-form .row.small-row .label {
		width: 167px;
	}

	.contact-form .row.small-row label.radio,
	.contact-form .row.small-row .label.radio {
		margin-right: 16px;
	}

	.contact-form .row.small-row input[type="text"],
	.contact-form .row.small-row input[type="email"],
	.contact-form .row.small-row textarea,
	.contact-form .row.small-row .jcf-select,
	.contact-form .row.small-row .label-holder {
		width: calc(100% - 186px);
	}

	.contact-form .row.small-row .btn {
		width: calc(100% - 186px);
	}

	.contact-form .row.small-row.row-btn {
		margin-top: 33px;
	}

	.contact-form .row label.radio,
	.contact-form .row .label.radio {
		margin-right: 16px;
	}

	.contact-form .row .error-message {
		width: calc(100% - 121px);
	}

	.contact-form input[type="text"],
	.contact-form input[type="email"],
	.contact-form textarea {
		width: calc(100% - 121px);
		border: 1px solid #6a7e97;
		height: 33px;
		border-radius: 30px;
	}

	.contact-form textarea.low {
		border-radius: 16px;
	}

	.contact-form .full-size {
		width: 100% !important;
	}

	.contact-form .full-size .jcf-select {
		width: 100% !important;
	}

	.contact-form textarea {
		width: calc(100% - 121px);
		border: 1px solid #6a7e97;
		height: 229px;
	}

	.contact-form .jcf-select {
		width: calc(100% - 120px);
		border: 1px solid #6a7e97;
		height: 33px;
		border-radius: 30px;
	}

	.form-path {
		margin-top: 25px;
		padding-top: 24px;
	}

	.form-path > strong,
	.form-path .green-title {
		margin-bottom: 33px;
	}

	.form-path .row.small-row.row-btn {
		margin-top: 87px;
	}

	.form-path .btn-holder {
		padding: 30px 0 25px;
	}

	.result-item {
		padding: 23px 30px 15px 20px;
	}

	.result-item.item-small {
		padding: 8px 15px;
	}

	.result-item.item-small .h2 {
		font-size: 15px;
		line-height: 17px;
		margin: 0 0 5px;
	}

	.result-item.item-small .link-map {
		margin: 0;
	}

	.result-item.item-small .link-map i {
		top: -2px;
		font-size: 20px;
	}

	.result-item .phone-block {
		margin: 0 0 0 15px;
		width: auto;
	}

	.result-item .top-holder h2,
	.result-item .top-holder .h2 {
		margin-bottom: 0;
	}

	.link-map {
		padding: 0 0 0 20px;
	}

	.link-map i {
		top: -4px;
		font-size: 24px;
	}

	.banner-block {
		padding: 37px 0;
	}

	.banner-block .banner-holder {
		font-size: 26px;
		line-height: 28px;
		text-align: left;
	}

	.banner-block .banner-logo {
		margin: 4px 0 8px;
	}

	.sidebar-box .heading {
		padding: 13px 13px 9px;
	}

	.sidebar-box .holder {
		padding: 9px 13px 12px;
	}

	.sidebar-box .holder .view-all {
		font-size: 16px;
		line-height: 18px;
	}

	.tag-cloud li {
		width: 33%;
	}

	.office-item {
		padding: 19px 0 24px;
	}

	.office-item .item {
		width: 33.332%;
	}

	.new-profile-section {
		overflow: hidden;
		padding: 10px 0 56px;
	}

	.new-profile-section h1 {
		font-size: 40px;
	}

	.new-profile-section .link-map i {
		top: -4px;
	}

	.new-profile-section .logos-list li {
		margin: 0 30px 30px 0;
	}

	.new-profile-section .filter-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.new-profile-section .filter-holder h2 {
		margin: 0 9px 0 0;
		white-space: nowrap;
	}

	.new-profile-section .filter-holder .search-form .col {
		width: 50%;
	}

	.new-profile-section .filter-holder .search-form .jcf-select {
		margin: 0;
	}

	.new-profile-section .review-block {
		margin: 0 0 60px;
	}

	.profiles-slider {
		margin: 0 0 63px;
		padding: 0 34px 0 38px;
	}

	.content-section .col-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 0 26px;
	}

	.content-section .col-holder .col {
		width: 69%;
		margin: 0;
	}

	.content-section .col-holder .col:last-child {
		width: 31%;
	}

	.map-section .heading {
		margin: 0 0 32px;
	}

	.map-holder .result-section {
		margin: 0 0 36px;
	}

	.map-holder .result-section:last-child {
		margin: 0;
	}

	.map-placeholder {
		height: 600px;
	}

	.smooth-down {
		bottom: 13px;
		font-size: 75px;
	}

	.area-btn {
		display: none;
	}

	.advertising-section {
		font-size: 32px;
		letter-spacing: 1px;
		padding: 11px 150px 15px 20px;
		margin-bottom: 30px;
	}

	.advertising-section .decor {
		right: 21px;
		width: 107px;
	}

	.glossary-section {
		font-size: 26px;
		padding-bottom: 60px;
	}

	.glossary-section .tree-col-holder {
		-webkit-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 15px;
		column-gap: 15px;
	}

	.simple-checkbox-holder {
		margin: 0 0 16px;
	}

	.submit-holder {
		padding: 30px 0 0;
	}

	.submit-holder.text-right-tablet {
		text-align: right;
	}

	.submit-holder .btn {
		display: inline-block;
		vertical-align: top;
		width: auto;
	}

	#footer {
		padding: 68px 0 28px;
	}

	#footer .logo {
		margin: 0 auto 34px;
	}

	#footer .social-networks {
		margin: 0 0 18px;
	}

	#footer .social-networks a {
		font-size: 30px;
	}

	.footer-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 960px;
		margin: 0 auto 30px;
	}

	.footer-nav .col {
		width: 33.332%;
	}

	.footer-nav h4 {
		font-size: 15px;
		line-height: 17px;
		margin: 0 0 10px;
	}

	.footer-nav ul {
		font-size: 12px;
		line-height: 14px;
	}
}

@media (min-width: 1024px) {
	.header {
		padding: 32px 0 0;
		border-bottom: none;
	}

	.header.fixed-position {
		padding: 15px 0 0;
	}

	.header.fixed-position .logo {
		padding: 10px 0 0;
	}

	.header.fixed-position .logo img {
		width: 280px;
	}

	.header.fixed-position .menu-bottom ul {
		font-size: 14px;
		line-height: 16px;
	}

	.logo a img {
		width: 350px;
	}

	.nav-holder .social-networks {
		margin: 0;
	}

	.nav-holder .social-networks a {
		font-size: 22px;
	}

	.menu-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: 0 0 15px;
	}

	.nav-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -2px;
		font-size: 15px;
		line-height: 17px;
	}

	.nav-top li {
		padding: 0 19px;
	}

	.nav-top li:before {
		content: "";
		position: absolute;
		top: 3px;
		bottom: 1px;
		width: 1px;
		height: auto;
		right: -1px;
		background: #5f7590;
	}

	.social-networks {
		margin: 0 -3px;
	}

	.social-networks li {
		padding: 0 3px;
	}

	.menu-bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.menu-bottom ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -5px;
		font-size: 16px;
		line-height: 18px;
	}

	.menu-bottom ul li {
		padding: 0 5px;
		margin: 0;
	}

	.nav-opener {
		display: none;
	}

	body.home main {
		padding: 143px 0 0;
	}

	main {
		padding: 191px 0 0;
	}

	.visual-holder .search-bar h1,
	.visual-holder .search-bar .h1 {
		font-size: 58px;
		line-height: 60px;
	}

	.visual-holder .search-bar .search-form .col {
		margin: 0 0 35px;
	}

	.visual-holder .search-bar .ajax-drop {
		right: 7px;
	}

	.search-form .col-holder {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.search-form .col {
		width: 39%;
	}

	.search-form .col:last-child {
		width: 22%;
	}

	.ask-section .item-holder {
		margin: 0 -42px;
	}

	.ask-section .item-holder .item {
		padding: 0 42px 36px;
	}

	.news-section {
		margin: 0 0 96px;
	}

	.news-section .item-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -14px;
	}

	.news-section .item-holder .heading {
		margin: 0 0 34px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.news-section .item-holder .item {
		width: 33.332%;
		padding: 0 14px;
	}

	.news-section .post h4 {
		font-size: 18px;
		line-height: 20px;
	}

	.content-holder {
		padding: 0;
	}

	.search-bar {
		margin: 30px 0 0;
	}

	.search-bar.mobile-bar {
		display: none;
	}

	.content {
		float: left;
		width: 78%;
	}

	.sidebar {
		float: right;
		width: 21%;
		padding: 0 0 0 28px;
		margin: -40px 0 0;
	}

	.area-section.small-section .holder {
		margin: 0 0 23px;
	}

	.area-section .holder {
		margin: 0 0 36px;
	}

	.contact-form.column-mod .col {
		min-height: 450px;
	}

	.contact-form .col-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.contact-form .col {
		width: 50%;
		padding: 0 44px 0 0;
	}

	.contact-form .col:nth-child(2n) {
		padding: 0 31px 0 13px;
	}

	.contact-form .min-height textarea {
		height: 110px !important;
	}

	.step-form .col-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.step-form .col {
		width: 50%;
		padding: 0 24px 0 0;
	}

	.result-section {
		margin: 0 0 70px;
	}

	.result-section .heading a {
		font-size: 18px;
		line-height: 20px;
		top: 20px;
		right: 0;
	}

	.result-section .btn-holder {
		display: none;
	}

	.result-item.item-small {
		padding: 8px 10px;
	}

	.result-item .phone-block {
		margin: 0 0 0 28px;
	}

	.result-item .top-holder {
		margin: 0 0 20px;
	}

	.result-item .top-holder h2,
	.result-item .top-holder .h2 {
		margin: -8px 27px 0 0;
	}

	.banner-block .banner-holder {
		padding: 10px 13px;
	}

	.banner-block .banner-logo.tablet-hidden {
		margin: 4px 0 8px;
	}

	.banner-block .banner-logo {
		margin: 4px 0 8px;
	}

	.list-main li {
		padding: 0 0 0 36px;
	}

	.office-item .item {
		width: 20%;
	}

	.new-profile-section .content-block {
		padding: 0;
		float: left;
		width: 74.5%;
	}

	.new-profile-section .sticky-wrap-side-holder {
		float: right;
		width: 23.4%;
	}

	.new-profile-section .sticky-wrap-side-holder .side-holder {
		font: none;
		width: auto;
	}

	.new-profile-section .side-holder {
		float: right;
		width: 23.4%;
		padding: 10px 0 0;
	}

	.new-profile-section .side-logo {
		margin: 0 0 38px;
	}

	.new-profile-section .list-main li {
		padding: 0 0 0 10px;
	}

	.new-profile-section .map-placeholder .map {
		height: 433px;
	}

	.content-section {
		margin: 0 0 70px;
		padding: 0;
	}

	.content-section .col-holder .placeholder-img {
		margin: 3px 0 0;
	}

	.frame-section a {
		padding: 8px 22px;
		font-size: 17px;
		line-height: 19px;
		margin: 0 0 27px;
	}

	.map-section {
		margin: 0 0 80px;
		padding: 0;
	}

	.map-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -6px;
	}

	.map-holder .column {
		padding: 0 6px;
	}

	.map-holder .column.left-column {
		width: 32%;
	}

	.map-holder .column.right-column {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 67%;
	}

	.map-holder .banner-block .banner-logo {
		width: auto;
	}

	.map-placeholder {
		margin: 0 -52px 0 0;
		height: 100%;
	}

	.watermark-block img {
		width: 417px;
		height: 417px;
	}

	.ajax-drop {
		margin: -1px 0 0;
	}
}

@media (min-width: 1200px) {
	.logo a img {
		width: 401px;
	}

	.menu-bottom ul {
		font-size: 18px;
		line-height: 20px;
	}

	.menu-bottom ul a {
		min-width: 218px;
	}

	.search-bar h1,
	.search-bar .h1 {
		font-size: 18px;
		line-height: 20px;
	}

	.content {
		width: 83%;
	}

	.sidebar {
		width: 17%;
	}

	.result-item.item-small .h2 {
		float: left;
		margin: 0;
	}

	.result-item.item-small .link-map {
		margin: 0 0 0 18px;
	}

	.banner-block .banner-holder {
		padding: 0 13px;
	}

	.profiles-slider .slick-slide {
		padding: 0 26px;
	}

	.map-holder .column.left-column {
		width: 25.3%;
	}

	.map-holder .column.right-column {
		width: 74.7%;
	}

	.advertising-section {
		margin-bottom: 90px;
	}

	.glossary-section .tree-col-holder {
		padding: 16px 106px 0 0;
		-webkit-column-gap: 30px;
		column-gap: 30px;
	}
}

@media (min-width: 1250px) {
	.news-section .item-holder .text-block .title {
		font-size: 18px;
		line-height: 20px;
	}
}

@media (max-width: 1023px) {

	.breadcrumbs-section {margin-bottom:-40px;}
	.nav-holder {
		overflow: hidden;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 1;
		padding: 0;
		overflow-y: auto;
		max-height: calc(100vh - 82px);
	}

	.nav-slide {
		-webkit-transition: max-height .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: max-height .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: max-height .3s ease-in-out, transform .3s ease-in-out;
		transition: max-height .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		overflow: hidden;
		z-index: 99;
		top: 100%;
		right: 0;
		left: 0;
		max-height: 0;
		padding: 0 0 15px;
		background: #fff;
		text-align: center;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		border-bottom: 2px solid #5f7590;
	}

	.nav-slide .search-bar.tablet-hidden {
		display: block !important;
	}

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

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

	.contact-form.column-mod .holder {
		text-align: left;
	}

	.contact-form.column-mod textarea {
		height: 200px !important;
	}

	.new-profile-section .map-placeholder {
		height: 100%;
	}

	.map-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.map-holder .column.left-column {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.map-holder .column.right-column {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.map-holder .banner-block .banner-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.tablet-hidden {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.jcf-radio {
		margin-right: 10px;
		border-width: 2px;
		height: 18px;
		width: 18px;
	}



	.contact-section .holder {
		text-align: center;
		font-size: 16px;
	}

	.contact-section h1,
	.contact-section .h1 {
		margin-top: -10px;
		margin-bottom: 22px;
	}

	.contact-form {
		margin-top: -4px;
	}

	.contact-form .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 20px;
	}

	.contact-form .row.row-top {
		margin-top: -7px;
	}

	.contact-form .row.small-row label.radio,
	.contact-form .row.small-row .label.radio {
		margin-bottom: 0;
	}

	.contact-form .row label,
	.contact-form .row .label {
		display: block;
		width: auto;
		margin-bottom: 11px;
	}

	.contact-form .row label.radio,
	.contact-form .row .label.radio {
		margin-bottom: 0;
	}

	.contact-form textarea {
		border-radius: 20px;
		height: 210px;
	}

	.contact-form .btn {
		width: 100%;
		font-size: 16px;
		padding: 11px 15px;
	}

	.result-item .phone-block.mobile-hidden {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.result-item .list-item li.call-back a {
		color: #5f7590;
		text-transform: capitalize;
	}

	.new-profile-section ul + br,
	.new-profile-section p + br {
		display: none;
	}

	.map-section .heading {
		text-align: center;
	}

	.map-holder .result-section h4 {
		padding: 0 15px 15px;
	}

	.map-holder .result-item.item-small {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 7px 15px 5px;
	}

	.mobile-hidden {
		display: none !important;
	}

	#footer .logo img {
		width: 223px;
	}
}

