/*
Theme Name: Det-Sad
Description: The Det-Sad site WordPress Theme.
Author: Anton Grakhov
Author URI: http://grakhov.com
Version: 2.0
*/

@font-face {
	font-family: 'Lobster';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("fonts/Lobster/regular.woff2?v=20200225") format("woff2"), url("fonts/Lobster/regular.woff?v=20200225") format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("fonts/OpenSans/light.woff2?v=20200225") format("woff2"), url("fonts/OpenSans/light.woff?v=20200225") format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("fonts/OpenSans/regular.woff2?v=20200225") format("woff2"), url("fonts/OpenSans/regular.woff?v=20200225") format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("fonts/OpenSans/italic.woff2?v=20200225") format("woff2"), url("fonts/OpenSans/italic.woff?v=20200225") format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("fonts/OpenSans/semibold.woff2?v=20200225") format("woff2"), url("fonts/OpenSans/semibold.woff?v=20200225") format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("fonts/OpenSans/bold.woff2?v=20200225") format("woff2"), url("fonts/OpenSans/bold.woff?v=20200225") format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url("fonts/OpenSans/bold-italic.woff2?v=20200225") format("woff2"), url("fonts/OpenSans/bold-italic.woff?v=20200225") format("woff");
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	/*clear: both;*/
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}

textarea {
	resize: vertical;
}

img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
	margin-top: .5em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
	margin-top: .5em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 2em;
}

.cf:before,
.cf:after {
	content: '';
	display: table;
}
.cf:after {
	clear: both;
}

.hidden {
	display: none;
}

.legacy-browser-notice {
	padding: 30px 50px;
	font-size: 20px;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	background: #777;
}
	.legacy-browser-notice p {
		margin-bottom: .5em;
	}
	.legacy-browser-notice-title {
		font-size: 25px;
	}
	.legacy-browser-notice a {
		color: #68e96b;
		text-decoration: underline;
	}
	.legacy-browser-notice a:hover {
		color: #96fc99;
	}
	.legacy-browser-notice .link-external {
		display: inline-block;
		position: relative;
		margin-right: 2ex;
	}
		.legacy-browser-notice .link-external:after {
			position: absolute;
			top: .6em;
			right: -2.5ex;
			font: normal 14px/1 FontAwesome;
			content: '\f08e';
		}


body {
	font: 400 13px/1.4 'Open Sans',Arial,Helvetica,sans-serif;
	color: #000;
	background: #fff url(i/bg.png) 50% 0 repeat-x;
}

@media (min-width: 960px) {
	body {
		background-image: url(i/bg.jpg);
	}
}

h1,
h2 {
	font-family: 'Lobster',Arial,Helvetica,sans-serif;
	font-weight: normal;
}

h1 {
	margin-bottom: 20px;
	font-size: 48px;
	line-height: 1;
}

h2 {
	font-size: 48px;
}

p {
	margin-bottom: 1.5em;
}
p:last-child {
	margin-bottom: 0;
}

a,
.pseudo-link {
	color: #f26322;
	text-decoration: none;
}
a:hover,
.pseudo-link:hover {
	color: #ff9260;
}

.pseudo-link {
	display: inline-block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	cursor: pointer;
}

input,
button,
.button,
textarea,
select {
	box-sizing: border-box;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="password"],
textarea,
select {
	padding: 9px 16px;
	font: 15px/1.2 'Open Sans',Arial,Helvetica,sans-serif;
	color: #000;
	border: 1px solid #2aacd1;
}

textarea {
	resize: vertical;
}

*::-moz-placeholder {
	font-style: italic;
}
*:-ms-input-placeholder {
	font-style: italic;
}
*::-webkit-input-placeholder {
	font-style: italic;
}
*::-ms-expand {
	font-style: italic;
	border: 0;
}

.button,
button,
input[type="submit"],
input[type="button"] {
	padding: 7px 25px;
	font: 700 14px/1.3 'Open Sans',Arial,Helvetica,sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #2aacd1;
	white-space: normal;
	border: 2px solid #2aacd1;
	border-radius: 3px;
	background: transparent;
	cursor: pointer;
	-webkit-appearance: none;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	color: #fff;
	border-color: #2aacd1;
	background: #2aacd1;
}

a.button,
span.button {
	display: inline-block;
}

a.button {
	color: #2aacd1;
}

.owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	text-align: center;
}
	.owl-dot {
		display: inline-block;
		width: 14px;
		height: 14px;
		margin-right: 5px;
		border-radius: 14px;
		cursor: pointer;
		background: #fff;
	}
	.owl-dot:last-child {
		margin-right: 0;
	}
	.owl-dot.active {
		background: #f26322;
	}


.outer {
	max-width: 1170px;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.widget {
	margin-bottom: 30px;
}
.widget:last-child {
	margin-bottom: 0;
}
	.widget-title {
		margin-bottom: .5em;
		border-top: 1px solid #9d9d9d;
	}

	.widget-title._noborder {
		border-top: none;
	}

.header {
	padding: 10px 0;
	text-align: center;
}
	.header-logo {
		float: left;
		margin-top: 5px;
	}

	.header-banner {
		float: right;
		margin-top: 1em;
	}
		.header-banner img {
			vertical-align: top;
		}

	.header-socials {
		display: inline-block;
		margin-top: 25px;
	}
		.header-social {
			display: inline-flex;
			margin-right: .7ex;
			vertical-align: top;
			width: 24px;
			height: 24px;
			color: #fff;
			align-items: center;
			justify-content: center;
			border-radius: 24px;
			background: #2aacd1;
		}
		.header-social:last-child {
			margin-right: 0;
		}
		.header-social:hover {
			color: #fff;
			background: #1f9dc1;
		}

.main-nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-nav {
	padding: 6px;
}
.main-nav-1 {
	position: relative;
	margin-bottom: 1px;
	padding: 6px 204px 6px 6px;
	background: #f26322;
}
.main-nav-2 {
	margin-bottom: 30px;
	background: #2aacd1;
}
	.main-nav-list li {
		position: relative;
		font-size: 15px;
		font-weight: 300;
	}
		.main-nav-list a {
			display: block;
			padding: 9px 12px;
			color: #fff;
			border-right: 1px solid rgba(255,255,255,.5);
		}
		.main-nav-list li:last-child a {
			border-right: none;
		}
		.main-nav-list a:hover {
			opacity: .8;
		}

		.main-nav-list ._qa a {
			display: flex;
		}

		.main-nav-list ._qa a::before {
			display: block;
			width: 24px;
			height: 24px;
			margin-right: .5em;
			content: '';
			background: url('i/qa.svg') 50% 50% no-repeat;
			background-size: contain;
		}

		.main-nav-list .current-menu-item a {
			text-decoration: underline;
		}

		.main-nav-list .sub-menu {
			display: none;
			position: absolute;
			left: 0;
			top: 100%;
			min-width: 180px;
			padding: .5em 0;
			z-index: 99;
			box-shadow: 0 3px 3px 0 rgba(50,50,50,.2);
		}
		.main-nav-1 .sub-menu {
			background: #f26322;
		}
		.main-nav-2 .sub-menu {
			background: #2aacd1;
		}
		.main-nav-list li:hover .sub-menu {
			display: block;
		}
			.main-nav-list .sub-menu a {
				padding: .4em 16px;
				border-right: none;
			}

	.main-nav-market {
		display: inline-block;
		margin: 0 1.5ex 0 1ex;
		padding: 8px 15px;
		font-size: 15px;
		color: #fff;
		white-space: nowrap;
		background: #d5571e;
	}
	.main-nav-market:hover {
		color: #fff;
		background: #cc5018;
	}
		.main-nav-market .fa {
			margin-right: .5ex;
			font-size: 22px;
		}
		.main-nav-market-label {
			font-weight: 700;
			vertical-align: top;
		}

	.main-nav-search {
		width: 45px;
		text-align: center;
	}
		.main-nav-search .fa {
			font-size: 30px;
			color: #fff;
			cursor: pointer;
		}

		.main-nav-search-form-wrap {
			display: block;
			position: absolute;
			top: -.2em;
			right: 0;
			padding: 4px;
			opacity: 0;
			visibility: hidden;
			background: #fff;
			z-index: 2;
			box-shadow: 0 0 5px 0 rgba(50,50,50,.3);
			-webkit-transition: all .4s ease-in-out;
			-o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
		}
		.main-nav-search-form-wrap.active {
			top: 3.8em;
			opacity: 1;
			visibility: visible;
		}
			.main-nav-search-form {
				position: relative;
				width: 260px;
			}
				input.main-nav-search-form-field {
					width: 100%;
					padding-right: 41px;
					border: none;
				}
				button.main-nav-search-form-submit {
					position: absolute;
					top: 0;
					right: 0;
					padding: 7px;
					border: none;
				}
				button.main-nav-search-form-submit:hover {
					color: #f26322;
					background: none;
				}

	.main-nav-sub {
		position: absolute;
		top: 6px;
		right: 15px;
		white-space: nowrap;
	}

.breadcrumbs {
	margin-bottom: 39px;
}

.page-thumb {
	margin: 39px 0 10px;
	text-align: center;
}
	.page-thumb img {
		max-width: 160px;
		border-radius: 160px;
	}

.page-title {
	margin: 20px 0 35px;
	font-size: 60px;
	text-align: center;
}
.post-title {
	text-align: left;
}

.page-description {
	margin: 20px 0 50px;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.6;
	text-align: center;
}

#disqus_thread {
	margin-top: 2em;
}

.cols {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-left: -30px;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.no-flexbox .cols {
	display: block;
	overflow: hidden;
}
	.col-1,
	.col-2,
	.col-3,
	.main-col,
	.aside-col {
		padding-left: 30px;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
		box-sizing: border-box;
	}

	.col-1 {
		margin-top: 30px;
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}
	.no-flexbox .col-1 {
		width: 100%;
		padding-top: 30px;
		clear: both;
	}

	.col-2 {
		margin-top: 30px;
		flex: 0 1 50%;
	}
	.col-2:nth-child(1),
	.col-2:nth-child(2) {
		margin-top: 0;
	}
	.no-flexbox .col-2 {
		float: left;
		width: 50%;
	}
	.no-flexbox .col-2:nth-child(2n+1) {
		clear: left;
	}

	.col-3 {
		margin-top: 30px;
		flex: 0 1 33.333%;
	}

	.main-col {
		min-width: 0;
		flex: 0 1 66.666%;
	}
	.main-col._3 {
		flex: 0 1 100%;
	}
	.no-flexbox .main-col {
		float: left;
		width: 66.666%;
	}

	.aside-col {
		-webkit-flex: 0 1 33.333%;
		-ms-flex: 0 1 33.333%;
		flex: 0 1 33.333%;
	}
	.no-flexbox .aside-col {
		float: left;
		width: 33.333%;
	}

.post-featured-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	padding: 0 9% 30px;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background-size: cover;
}
.home-slider-container,
.post-featured-item {
	min-height: 370px;
	box-sizing: border-box;
}
.home-slider-container {
	position: relative;
	overflow: hidden;
}
	.home-slider-back {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: cover;
		background-color: rgba(9,60,74,.3);
		filter: blur(10px);
	}

	.post-featured-item-category {
		display: inline-block;
		position: relative;
		margin-bottom: 15px;
		padding: 8px 12px;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		color: #fff;
		background: #2aacd1;
		z-index: 1;
	}

	.post-featured-item-title {
		position: relative;
		max-height: 3.74em;
		margin-bottom: 15px;
		font: 36px/1.24 'Lobster',Arial,Helvetica,sans-serif;
		text-shadow: 1px 1px 1px #555;
		color: #fff;
		overflow: hidden;
		z-index: 1;
	}
	.post-featured-slider-item-title {
		max-height: 2.49em;
		margin-left: 5%;
		margin-right: 5%;
		font-size: 48px;
	}
	.post-featured-item-category + .post-featured-item-title {
		margin-top: 15px;
	}

	.post-featured-item-excerpt {
		position: relative;
		margin: 15px 0;
		font-size: 16px;
		font-weight: 300;
		color: #fff;
		text-shadow: 1px 1px 1px #555;
		z-index: 1;
	}

	.post-featured-item-more {
		position: relative;
		margin-top: 15px;
		z-index: 1;
	}
		.post-featured-item-more .button-more {
			color: #fff;
			border-color: #fff;
		}
		.post-featured-item-more .button-more:hover {
			border-color: #2aacd1;
		}

.post-thumb {
	margin-bottom: 20px;
}

.post-item-category {
	margin: 10px 0;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #2aacd1;
}

.post-item-title {
	margin: 10px 0;
	font-size: 17px;
	font-weight: 700;
}

.post-item-map {
	height: 250px;
	margin: 30px 0;
}

.post-item-more .button-more {
	display: block;
	max-width: 239px;
	margin: auto;
}

.post-item h2 {
	margin-bottom: .5em;
	font-size: 32px;
	line-height: 1.1;
	color: #F16221;
}

.post-item-content {
	margin-bottom: 30px;
}
.post-item-content:last-child {
	margin-bottom: 0;
}

.post-item-content ul,
.post-item-content ol {
	margin: 1.5em 0 1.5em 3ex;
}
.post-item-content ul {
	list-style: disc;
}

.post-item-content li {
	margin: .5em 0;
}

.post-item-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-left: -15px;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
	.post-item-gallery li {
		margin: 0 0 15px 15px;
	}
	.no-flexbox .post-item-gallery li {
		display: inline-block;
		vertical-align: top;
	}

.wp-caption {
	max-width: 100%;
}

.banners {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-left: -30px;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.no-flexbox .banners {
	display: block;
	overflow: hidden;
}
	.banner-item {
		padding-left: 30px;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 0 1 50%;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
		box-sizing: border-box;
	}
	.no-flexbox .banner-item {
		float: left;
		width: 50%;
	}

	.banner-item,
	.banner-item-full + .banner-item:nth-child(2) {
		margin-top: 30px;
	}

	.banner-item:nth-child(1),
	.banner-item:nth-child(2) {
		margin-top: 0;
	}

	.banner-item-full {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}
	.no-flexbox .banner-item-full {
		width: 100%;
	}

		.banner-item img {
			vertical-align: top;
		}

.kindg-search {
	padding: 10px 35px 29px;
	background: #2aacd1 url(i/kindg-bg.png) no-repeat;
}
	.kindg-search-title {
		display: inline-block;
		margin-bottom: 20px;
		font: 48px/1.3 'Lobster',Arial,Helvetica,sans-serif;
		color: #fff;
		vertical-align: top;
	}

	.kindg-search-sub {
		float: right;
		margin-bottom: 20px;
		padding-top: 17px;
	}
		.kindg-search-add {
			display: block;
			padding: 6px 10px 6px 8px;
			font-size: 14px;
			text-transform: uppercase;
			color: #fff;
			border: 2px solid #fff;
			border-radius: 20px;
		}
		.kindg-search-add:hover {
			color: #2aacd1;
			background: #fff;
		}
			.kindg-search-add:before {
				display: inline-block;
				width: 20px;
				margin-right: .7ex;
				font-size: 20px;
				text-align: center;
				line-height: 20px;
				content: '+';
				color: #2aacd1;
				text-align: center;
				vertical-align: top;
				border-radius: 20px;
				background: #fff;
			}

	.kindg-search-form {
		position: relative;
		clear: both;
	}
		input.kindg-search-form-input {
			width: 100%;
			padding: 14px 20px;
			font-size: 16px;
			box-shadow: inset 0 0 5px 0 rgba(50,50,50,.3);
		}

		button.kindg-search-form-submit {
			position: absolute;
			top: 0;
			right: 0;
			padding: .1em 17px;
			font-size: 30px;
			color: #9d9d9d;
			border: none;
			outline: none;
			background: none;
		}
		button.kindg-search-form-submit:hover {
			color: #2aacd1;
		}

		button.kindg-search-filter-submit {
			color: #fff;
			border-color: #fff;
		}
		button.kindg-search-filter-submit:hover {
			color: #2aacd1;
			border-color: #fff;
			background: #fff;
		}

	.kindg-search-form-filter {
		margin-top: 30px;
	}

	.kindg-search-form-filter,
	.kindg-search-form-filter-main,
	.kindg-search-form-filter-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.kindg-search-form-filter {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
		.kindg-search-form-filter-main,
		.kindg-search-form-filter-item {
			-webkit-box-pack: justify;
			-webkit-justify-content: flex-start;
			-ms-flex-pack: start;
			justify-content: flex-start;
		}
		.kindg-search-form-filter-item {
			margin-right: 30px;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
		}
		.kindg-search-form-filter-item:last-child {
			margin-right: 0;
		}
			.kindg-search-form-filter-item-label {
				display: inline-block;
				margin-right: 15px;
				font-size: 15px;
				vertical-align: middle;
				color: #fff;
			}

.spec-consult {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-left: -30px;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.no-flexbox .spec-consult {
	display: block;
	overflow: hidden;
}
	.spec-consult-item {
		margin-top: 30px;
		padding-left: 30px;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 0 1 50%;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
		box-sizing: border-box;
	}
	.no-flexbox .spec-consult-item {
		float: left;
		width: 50%;
	}

	.spec-consult-item:nth-child(1),
	.spec-consult-item:nth-child(2) {
		margin-top: 0;
	}
		.spec-consult-item-thumb {
			float: left;
			margin-right: 20px;
		}
			.spec-consult-item-thumb img {
				width: 120px;
				border-radius: 120px;
			}

		.spec-consult-item-info {
			overflow: hidden;
		}
			.spec-consult-item-title {
				margin-bottom: .4em;
				font-size: 15px;
				font-weight: 300;
			}
			.spec-consult-item-name {
				margin: .4em 0 .5em;
				font-size: 15px;
				font-weight: 700;
			}

.magazines,
.magazine-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background: #ecf8fb;
}
.magazines {
	height: 170px;
}
	.magazine-header {
		position: relative;
		padding: 0 15px;
		background: #2aacd1;
	}
		.magazine-header:after {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			width: 0;
			height: 0;
			content: '';
			border-style: solid;
			border-color: #ecf8fb;
			border-width: 85px 0 85px 50px;
			border-left-color: #2aacd1;
		}

		.magazine-header-title {
			position: relative;
			width: 230px;
			margin-top: 25px;
			font: 36px/1 'Lobster',Arial,Helvetica,sans-serif;
			color: #fff;
			z-index: 1;
		}

		.magazine-header-more {
			margin-top: 15px;
		}
			.magazine-header-more .button-more {
				color: #fff;
				border-color: #fff;
			}
			.magazine-header-more .button-more:hover {
				color: #2aacd1;
				border-color: #fff;
				background: #fff;
			}

	.magazine-list {
		margin: 14px 0 0 25px;
	}
		.magazine-list-item {
			margin-left: 18px;
		}
		.magazine-list-item:first-child {
			margin-left: 0;
		}

.market-block {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-left: -6.3%;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.no-flexbox .market-block {
	display: block;
	overflow: hidden;
}
	.market-block-item {
		display: block;
		margin-left: 6.3%;
		padding: 17px;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 0 1 27%;
		-ms-flex: 0 1 27%;
		flex: 0 1 27%;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
		border: 1px solid #e7e8ea;
		border-radius: 5px;
		box-sizing: border-box;
	}
	.market-block-item:hover {
		border-color: #d9d9d9;
	}
	.no-flexbox .market-block-item {
		float: left;
		width: 27%;
	}
		.market-block-item-thumb {
			display: block;
			text-align: center;
		}
			.market-block-item-thumb-empty {
				display: inline-block;
				width: 110px;
				height: 110px;
				background: #f2f2f2 url('i/not-available.png') 50% 50% no-repeat;
				background-size: 30px auto;
			}

		.market-block-item-title {
			display: block;
			margin-bottom: .5em;
			font-size: 15px;
			color: #397297;
			text-decoration: underline;
		}
		.market-block-item-title:hover {
			color: #275f83;
		}

		.market-block-item-price {
			font-size: 24px;
			font-weight: 700;
			color: #000;
		}
			.market-block-item-price-suffix {
				font-size: 16px;
			}


		.market-block-item-buy {
			float: right;
			padding: 1px 20px 3px;
			font-size: 20px;
			color: #fff;
			border-radius: 7px;
			background: #ffb400;
			background: -moz-linear-gradient(top,  #ffb400 0%, #ff6300 100%);
			background: -webkit-linear-gradient(top,  #ffb400 0%,#ff6300 100%);
			background: linear-gradient(to bottom,  #ffb400 0%,#ff6300 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb400', endColorstr='#ff6300',GradientType=0 );
		}
		.market-block-item-buy:hover {
			background: #ffb400;
			background: -moz-linear-gradient(top,  #ffb400 0%, #ff6300 55%, #ff6300 100%);
			background: -webkit-linear-gradient(top,  #ffb400 0%,#ff6300 55%,#ff6300 100%);
			background: linear-gradient(to bottom,  #ffb400 0%,#ff6300 55%,#ff6300 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb400', endColorstr='#ff6300',GradientType=0 );
		}

.kindg-list {
	margin: 30px 0;
}
	.kindg-list-item {
		margin-bottom: 30px;
	}
	.kindg-list-item:last-child {
		margin-bottom: 0;
	}
		.kindg-list-item-map-popup {
			display: none;
		}

		.kindg-list-item-thumb {
			float: left;
			margin-right: 30px;
		}
			.kindg-list-item-addr {
				margin-top: 20px;
				text-align: center;
			}
				.kindg-list-item-addr-external {
					position: relative;
					margin-left: 2ex;
					font-size: 15px;
				}
					.kindg-list-item-addr-external .fa {
						position: absolute;
						font-size: 150%;
						left: -1.5ex;
					}

		.kindg-list-item-info {
			overflow: hidden;
		}
			.kindg-list-item-title {
				margin-bottom: 10px;
				font-size: 17px;
				font-weight: 700;
				line-height: 1;
			}

			.kindg-list-item-text p {
				margin-bottom: .2em;
			}
			.kindg-list-item-text p:last-child {
				margin-bottom: 0;
			}

.widget-posts-related {
	padding: 10px 20px;
	background: #e3f4f9;
}
	.widget-posts-related .title {
		margin-bottom: .5em;
		font-size: 17px;
		color: #016d8c;
	}
	.widget-posts-related li {
		margin: .5em 0;
	}

.ad-widget {
	overflow: hidden;
}

.pagination {
	text-align: center;
}
	.pagination .nav-links {
		display: inline-block;
	}

	.pagination .screen-reader-text,
	.pagination .pages,
	.pagination .current,
	.pagination .page-numbers.dots,
	.pagination a {
		display: inline-block;
		margin: 0 10px 15px 0;
		padding: 7px 10px;
		font: 700 14px/1.3 'Open Sans',Arial,Helvetica,sans-serif;
		color: #2aacd1;
		vertical-align: top;
	}
	.pagination .pages:last-child,
	.pagination .current:last-child,
	.pagination a:last-child {
		margin-right: 0;
	}

	.pagination .page-numbers.dots {
		margin: 0 5px 15px 0;
		padding-left: 5px;
	}

	.pagination .current,
	.pagination a {
		border: 2px solid #2aacd1;
		border-radius: 3px;
	}

	.pagination .current {
		opacity: .4;
	}

	.pagination .current,
	.pagination a:hover {
		color: #fff;
		background: #2aacd1;
	}

.main-nav-mobile-list-container,
.main-nav-mobile-show,
.main-nav-mobile-hide {
	display: none;
}

.footer-wrap {
	margin-top: 30px;
	padding: 15px 0;
	color: #fff;
	background: #2aacd1;
}
	.footer-menu {
		float: right;
		padding: 8px 16px;
		border-radius: 13px;
		background: #006d8c;
	}
		.footer-menu li {
			display: inline-block;
			margin: 0 .3ex 0 0;
			padding-right: .8ex;
			font-size: 14px;
			border-right: 1px solid #fff;
			vertical-align: top;
		}
		.footer-menu li:last-child {
			margin-right: 0;
			padding-right: 0;
			border-right: 0;
		}
			.footer-menu a {
				display: block;
				color: #fff;
			}
			.footer-menu a:hover {
				opacity: .8;
			}

	.footer-copy {
		float: left;
		font-size: 11px;
	}
		.footer-copy p {
			margin-bottom: .5em;
		}
		.footer-copy a {
			color: #fff;
			text-decoration: underline;
		}

	.footer-ga {
		float: right;
		margin-top: 1.5em;
		clear: right;
	}

#disqus_thread iframe[sandbox] {
	display: none;
}

.owl-loaded + .home-slider-preview {
	display: none;
}

.popup-image-link {
	padding: 0;
}

.popup-image-link img {
	vertical-align: top;
}
