/* Slick slider styles */

.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;
}

@font-face {
	font-family: "Univia";
	src: url("../fonts/3f4a0f64-cc83-43f7-a19e-3711842db0a4.woff2") format("woff2"), url("../fonts/fec75268-3d8c-43c3-b169-dcf77da0e17a.woff") format("woff");
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: "Univia";
	src: url("../fonts/378eb393-b051-44a9-89e0-a6bcfee408f4.woff2") format("woff2"), url("../fonts/981aa33d-80df-42e6-98c3-eb8c10d59333.woff") format("woff");
	font-style: italic;
	font-weight: 500;
}

@font-face {
	font-family: "Univia";
	src: url("../fonts/13d4ab61-c20e-4b2b-a37f-fa0d2a79e409.woff2") format("woff2"), url("../fonts/24e6f8d3-a5c6-44f0-b306-17d03d0ed06a.woff") format("woff");
	font-style: italic;
	font-weight: 400;
}

@font-face {
	font-family: "Univia";
	src: url("../fonts/327e352a-bd0e-4dcc-ad74-b502ed7fa7ce.woff2") format("woff2"), url("../fonts/944d8437-c3ad-49f2-91c1-8331f71209bd.woff") format("woff");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.ttf?q2dkqu") format("truetype"), url("../fonts/icomoon.woff?q2dkqu") format("woff"), url("../fonts/icomoon.svg?q2dkqu#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"],
.link:after,
.btn.btn-arrow:after,
.search-result a:before,
.slick-arrow:after {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-globe:before {
	content: "";
}

.icon-seting:before {
	content: "";
}

.icon-mail:before {
	content: "";
}

.icon-phone:before {
	content: "";
}

.icon-search:before {
	content: "";
}

.icon-plus:before {
	content: "";
}

.icon-linkedin:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

.icon-right-arrow:before {
	content: "";
}

.icon-left-arrow:before {
	content: "";
}

.icon-instagram:before {
	content: "";
}

.drop-menu ul,
.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

#header {
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 9;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

#header + main,
#header + .banner {
	margin-top: 101px;
}

.heading-links {
	font-size: 14px;
	line-height: 1;
	letter-spacing: -.2px;
}

.heading-links a {
	font-weight: 400;
}

.heading-links a:focus,
.heading-links a:hover {
	color: #516c79;
	text-decoration: none;
}

.heading-links li.active a {
	color: #d22f13;
	font-weight: 500;
}

.heading-links li.search-active .search-form {
	opacity: 1;
	visibility: visible;
}

.heading-links li.search-active a:focus {
	outline: none;
}

.heading-links [class^="icon-"] {
	font-size: 10px;
}

.heading-links .search-form {
	position: absolute;
	width: 130px;
	bottom: -4px;
	opacity: 0;
	visibility: hidden;
}

.heading-links .search-form .form-control {
	font-size: 14px;
	height: 24px;
}

.heading-links .search-form input[type="submit"] {
	color: #000;
	font-size: 11px;
}

.navbar-brand {
	width: 98px;
}

.navbar-brand img {
	width: 100%;
	height: auto;
}

.new-block .btn {
	font-size: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.new-block .row {
	margin-left: -5px;
	margin-right: -5px;
	display: block;
	letter-spacing: -1em;
}

.new-block .row > .col-md-6 {
	width: 50%;
	max-width: 50%;
	display: inline-block;
	vertical-align: top;
}

.new-block .row [class^="col-"] {
	letter-spacing: 0;
	padding-left: 5px;
	padding-right: 5px;
}

.news-post {
	color: #000;
	text-decoration: none;
	font-weight: 300;
	line-height: 1.375;
	overflow: hidden;
	z-index: 1;
}

.news-post:focus,
.news-post:hover {
	text-decoration: none;
}

.news-post:focus .filter-overlay,
.news-post:hover .filter-overlay {
	opacity: 0;
}

.news-post:focus .bg-stretch,
.news-post:hover .bg-stretch {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.news-post:focus .bg-stretch:not(.filter-overlay),
.news-post:hover .bg-stretch:not(.filter-overlay) {
	opacity: 1;
}

.news-post p:last-child {
	margin-bottom: 0;
}

.news-post h2 {
	margin-bottom: 5px;
	font-size: 24px;
	overflow: hidden;
	max-height: 90px;
}

.news-post .bg-holder {
	padding-top: 91%;
	width: 100%;
	position: relative;
}

.news-post .bg-holder .bg-stretch {
	position: absolute;
	top: 0;
	bottom: 0;
}

.bg-holder .filter-overlay {
	-webkit-transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
	transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out, opacity .5s ease-in-out;
	transition: transform .5s ease-in-out, opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.bg-holder .bg-stretch:not(.filter-overlay) {
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
	transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out, opacity .5s ease-in-out;
	transition: transform .5s ease-in-out, opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.filter-overlay {
	filter: url(#monochrome);
}

#wrapper {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}

main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

a {
	font-weight: 500;
}

img {
	max-width: 100%;
	height: auto;
}

input,
button,
a {
	-webkit-transition: color .3s linear, backgroud .3s linear, opacity .3s linear, border-color .3s linear;
	transition: color .3s linear, backgroud .3s linear, opacity .3s linear, border-color .3s linear;
}

input:focus,
button:focus,
a:focus {
	outline: 2px dashed #516c79;
}

.link {
	position: relative;
	color: #d22f13;
	display: inline-block;
	vertical-align: top;
}

.link:hover,
.link:focus {
	color: #516c79;
	text-decoration: none;
}

.link:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	font-size: 13px;
}

p a:focus,
p a:hover {
	color: #516c79;
}

.btn {
	padding-top: 10px;
	padding-bottom: 13px;
	position: relative;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background-color: #516c79;
	border-color: #516c79;
}

.btn.btn-arrow {
	padding-right: 41px;
}

.btn.btn-arrow:after {
	content: "";
	right: 18px;
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 9px;
}

.bg-stretch {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.defs-only {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	pointer-events: none;
}

.breadcrumb {
	font-size: 14px;
	line-height: 1.4286;
	display: block;
}

.breadcrumb li {
	display: inline;
	vertical-align: top;
}

.breadcrumb li:last-child:after {
	content: "|";
	display: inline-block;
	vertical-align: top;
	padding-left: 8px;
}

.breadcrumb a {
	font-weight: 400;
	color: #666;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
	color: #516c79;
	text-decoration: none;
}

.form-control.b-border {
	border-width: 0 0 1px 0;
}

.form-control:hover {
	color: #516c79;
}

.form-control:hover::-webkit-input-placeholder {
	color: #516c79;
}

.form-control:hover::-moz-placeholder {
	opacity: 1;
	color: #516c79;
}

.form-control:hover:-moz-placeholder {
	color: #516c79;
}

.form-control:hover:-ms-input-placeholder {
	color: #516c79;
}

.form-control:hover.placeholder {
	color: #516c79;
}

.form-control:focus {
	box-shadow: none;
	color: #000;
}

.search-form input[type="submit"] {
	font: 10px/1.2 icomoon;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: transparent;
	color: #d22f13;
	border: 0;
	padding: 0;
	font-size: 23px;
}

.info-content {
	line-height: 1.5;
}

.info-content strong {
	font-weight: 500;
}

.blockquote {
	font-weight: 500;
	line-height: 1.1429;
}

.blockquote q {
	color: #d22f13;
	margin-bottom: 17px;
	display: block;
}

.blockquote q:before {
	content: "„";
	display: inline-block;
	vertical-align: bottom;
}

.blockquote q:after {
	content: "\"";
}

.blockquote cite {
	display: block;
	font-style: normal;
	font-size: 16px;
	text-align: right;
}

.sr-only.top {
	top: 0;
	left: 0;
	z-index: 10;
}

.sr-only.bottom {
	bottom: 0;
	right: 0;
	z-index: 10;
}

.footer {
	font-size: 13px;
	line-height: 1.3571;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.footer a {
	color: #fff;
	font-weight: 400;
}

.footer a:hover,
.footer a:focus {
	text-decoration: none;
	color: #000;
	border-color: #000;
}

.footer p:last-child {
	margin-bottom: 0;
}

.footer-links li + li:before {
	content: "|";
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
	margin-right: 7px;
}

.link-list a {
	border-bottom: 1px solid #fff;
}

.social-networks a {
	width: 39px;
	height: 39px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #fff;
	font-size: 19px;
}

.navbar-toggler {
	height: 24px;
	width: 30px;
	padding: 0;
	background: none;
	border: 0;
	cursor: pointer;
	top: -22px;
}

.navbar-toggler:focus {
	outline: none;
}

.navbar-toggler.collapsed .bar:nth-of-type(2) {
	opacity: 1;
	width: 100%;
}

.navbar-toggler.collapsed .bar:nth-of-type(3) {
	width: 100%;
}

.navbar-toggler .bar {
	position: absolute;
	height: 2px;
	border-radius: 2px;
	width: 30px;
	left: 0;
	display: block;
	background: #000;
	-webkit-transition: width .3s linear;
	transition: width .3s linear;
}

.navbar-toggler .bar:nth-of-type(1) {
	top: 0;
}

.navbar-toggler .bar:nth-of-type(2) {
	top: 10px;
	width: 14px;
}

.navbar-toggler .bar:nth-of-type(3) {
	top: 20px;
	width: 23px;
}

.nav {
	position: absolute;
	top: 19px;
	left: 0;
	right: 0;
	z-index: 99;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	background-color: #fff;
	font-size: 20px;
	max-height: calc(100vh - 100px);
	overflow: auto;
}

.nav li {
	position: relative;
}

.nav li .opener {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 10px;
	right: 0;
	cursor: pointer;
}

.nav li .opener:after,
.nav li .opener:before {
	content: "";
	position: absolute;
	right: 0;
	background-color: #000;
	opacity: 1;
	-webkit-transition: top .3s linear, opacity .3s linear;
	transition: top .3s linear, opacity .3s linear;
}

.nav li .opener:before {
	right: 5px;
	width: 2px;
	height: 14px;
	top: 6px;
}

.nav li .opener:after {
	width: 13px;
	height: 2px;
	top: 12px;
}

.nav .navbar-nav > li:hover.accordion-active > a,
.nav .navbar-nav > li.accordion-active > a {
	font-weight: 500 !important;
	color: #d22f13 !important;
}

.nav .navbar-nav > li:hover.accordion-active > .opener:before,
.nav .navbar-nav > li.accordion-active > .opener:before {
	top: -15px;
	opacity: 0;
}

.nav .navbar-nav > li {
	position: relative;
}

.nav .navbar-nav > li.drop-active > a:hover,
.nav .navbar-nav > li:hover > a:hover,
.nav .navbar-nav > li.hover > a:hover {
	color: #516c79;
	font-weight: 400;
	text-shadow: none;
}

.nav a {
	font-weight: 400;
	padding-top: 6px;
	padding-bottom: 10px;
	display: block;
	padding-right: 25px;
	border-bottom: 1px solid #2b2e34;
}

.nav a:hover {
	text-decoration: none;
	color: #d33013;
}

.nav a:active {
	color: #d22f13 !important;
}

.drop-menu > ul {
	font-size: 18px;
}

.drop-menu > ul > li.hover > a,
.drop-menu > ul > li:hover > a {
	color: #d22f13;
	text-shadow: 0 0 .65px #d22f13, 0 0 .65px #d22f13;
}

.drop-menu > ul > li.hover > a:hover,
.drop-menu > ul > li:hover > a:hover {
	font-weight: 400;
	color: #516c79;
}

.touch .drop-menu > ul > li.hover > a:hover,
.touch .drop-menu > ul > li:hover > a:hover {
	color: #d22f13;
	font-weight: 500;
}

.drop-menu > ul > li > a {
	padding: 6px 21px 7px;
}

.touch .drop-menu > ul > li > a:hover {
	color: #d22f13;
	font-weight: 500;
}

.drop-menu > ul > li .opener {
	top: 8px;
}

.drop-menu > ul > li.accordion-active > a {
	font-weight: 500;
	color: #d22f13;
}

.drop-menu > ul > li.accordion-active > .opener:before {
	top: -15px;
	opacity: 0;
}

.drop-menu > ul > li.active > a:after {
	display: none;
}

.drop-menu > ul > li ul {
	font-size: 16px;
	padding-top: 11px;
	padding-bottom: 7px;
	padding-left: 45px;
	border-bottom: 1px solid #2b2e34;
}

.drop-menu > ul > li ul > li {
	margin-bottom: 5px;
}

.drop-menu > ul > li ul > li > a {
	border-bottom: 0;
	padding: 0;
}

.drop-menu > ul > li ul > li > a:focus {
	color: #d22f13;
	font-weight: 500;
}

.drop-menu > ul > li ul > li > a:active {
	font-weight: 500;
}

.drop-menu > ul > li ul > li:hover a:focus,
.drop-menu > ul > li ul > li.hover a:focus {
	color: #d22f13;
	font-weight: 500;
}

.drop-menu > ul > li ul > li:hover a:active,
.drop-menu > ul > li ul > li.hover a:active {
	font-weight: 500;
}

.drop-menu > ul > li ul > li.active > a {
	color: #d22f13;
	font-weight: 500;
}

.banner {
	min-height: 231px;
	z-index: 1;
	overflow: hidden;
	max-width: 1024px;
	margin: 0 auto;
}

.banner h1 {
	line-height: 1.3;
}

.banner .bg-primary {
	position: relative;
}

.banner .bg-primary:after {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: #d22f13;
	position: absolute;
	right: 100%;
	left: -9999px;
}

.banner .text-holder {
	max-width: 82%;
}

.banner .text-holder.text--width {
	max-width: 87%;
}

.banner.hover .filter-overlay {
	opacity: 0;
}

.banner.hover .bg-stretch {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.banner.hover .bg-stretch:not(.filter-overlay) {
	opacity: 1;
}

.banner .bg-stretch {
	-webkit-transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
	transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out, opacity .5s ease-in-out;
	transition: transform .5s ease-in-out, opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.banner .bg-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.info-wrapper {
	color: #000;
}

.info-wrapper a {
	font-weight: 400;
}

.info-wrapper strong {
	font-weight: 500;
	word-break: break-all;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.info-wrapper .text-holder {
	-webkit-transition: color .3s linear, background .3s linear;
	transition: color .3s linear, background .3s linear;
}

.info-wrapper .text-holder:focus,
.info-wrapper .text-holder.hover {
	background-color: #516c79 !important;
	color: #fff;
	text-decoration: none;
}

.info-wrapper .text-holder:focus .text-primary,
.info-wrapper .text-holder.hover .text-primary {
	color: #fff !important;
}

.info-wrapper .text-holder:focus .bg-stretch,
.info-wrapper .text-holder.hover .bg-stretch {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.info-wrapper .text-holder:focus .text-content,
.info-wrapper .text-holder.hover .text-content {
	background-color: #516c79 !important;
}

.info-wrapper .text-holder.text--height {
	min-height: 211px;
}

.info-wrapper .lead {
	line-height: 1.39;
}

.info-wrapper .bg-stretch {
	z-index: 0;
	-webkit-transition: -webkit-transform .5s ease-in-out;
	transition: -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.info-wrapper .text-content {
	position: relative;
	z-index: 2;
}

.info-wrapper .title {
	font-size: 14px;
	line-height: 1.1429;
	font-weight: 500;
}

.info-wrapper p:last-child {
	margin-bottom: 0;
}

.info-wrapper h2 {
	font-size: 24px;
	margin-bottom: 0;
}

.info-wrapper .icon-holder {
	font-size: 70px;
	line-height: 0;
	color: #516c79;
	margin-top: 3px;
	margin-bottom: -5px;
	max-width: 80px;
	position: relative;
	margin-left: auto;
}

.info-wrapper .icon-holder img {
	vertical-align: top;
	display: inline-block;
	width: auto;
	height: 88px;
}

.info-wrapper .icon-holder .hover-img {
	position: absolute;
	top: 4px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
}

.info-wrapper .row {
	margin-left: -5px;
	margin-right: -5px;
}

.info-wrapper .row [class^="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

.info-wrapper .info-title {
	font-size: 14px;
	line-height: 1.4286;
	margin: -5px -6px 0;
}

.info-wrapper .holder {
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.info-wrapper .holder:focus,
.info-wrapper .holder.hover {
	background-color: #516c79 !important;
	text-decoration: none;
}

.info-wrapper .holder:focus .text-primary,
.info-wrapper .holder:focus .info-title,
.info-wrapper .holder.hover .text-primary,
.info-wrapper .holder.hover .info-title {
	color: #fff !important;
}

.info-wrapper .holder:focus .icon-globe,
.info-wrapper .holder.hover .icon-globe {
	color: #fff;
}

.info-wrapper .holder:focus .hover-img,
.info-wrapper .holder.hover .hover-img {
	opacity: 1;
}

.search-block .search-form .form-control {
	border-color: #909090;
}

.search-result {
	line-height: 1.5;
}

.search-result strong {
	font-weight: 500;
}

.search-result .holder.border-bottom:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	border-bottom: 1px solid #404040;
}

.search-result a {
	font-weight: 400;
	padding-right: 36px;
}

.search-result a:focus,
.search-result a:hover {
	color: #666;
	text-decoration: none;
}

.search-result a:focus:before,
.search-result a:hover:before {
	color: #666;
}

.search-result a:before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	font-size: 13px;
	color: #d22f13;
}

.search-result p {
	margin-bottom: 12px;
}

.pagination [class^="icon-"] {
	font-size: 12px;
}

.pagination li + li:before {
	content: "|";
	display: inline-block;
	vertical-align: top;
	margin-top: -2px;
}

.pagination li.active span,
.pagination li.active a {
	font-weight: 500;
}

.pagination span,
.pagination a {
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
}

.striped li {
	position: relative;
	z-index: 1;
}

.striped li:nth-child(odd):after {
	content: "";
	position: absolute;
	top: 0;
	left: -9999px;
	right: -9999px;
	bottom: 0;
	background-color: #f0f5f8;
	z-index: -1;
}

.content {
	color: #000;
}

.content figcaption {
	font-size: 14px;
	line-height: 1.4286;
	color: #666;
}

.content strong {
	font-weight: 500;
}

.content p {
	margin-bottom: 12px;
}

.content p + h2 {
	margin-top: 40px;
}

.content p + h4 {
	margin-top: 44px;
}

.content h2 {
	color: #516d7a;
	margin-bottom: 16px;
}

.content h4 {
	margin-bottom: 10px;
}

.content .h4 {
	margin-bottom: 11px;
	color: #000;
}

.content h3 {
	margin-bottom: 12px;
}

.project-info .pin {
	top: 38%;
	left: 29.9%;
	width: 13px;
	height: 13px;
	border-radius: 50%;
}

.project-info .list {
	font-size: 14px;
	line-height: 1.4286;
	margin-bottom: 0;
}

.project-info .list li {
	padding-bottom: 9px;
}

.project-info .list li:before {
	top: 9px;
}

.project-info .img-holder {
	max-width: 150px;
}

.carousel {
	font-size: 14px;
	line-height: 1.4286;
	color: #666;
}

.carousel img {
	width: 100%;
}

.carousel p:last-child {
	margin-bottom: 0;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	padding: 0;
	border: 0;
	background: transparent;
	left: 13px;
	font-size: 30px;
	line-height: 1;
	margin-top: 3px;
	width: 31px;
	color: #516d7a;
}

.slick-arrow:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 0;
}

.slick-arrow.slick-next {
	left: auto;
	right: 13px;
}

.slick-arrow.slick-next:after {
	content: "";
}

.slider-nav .slick-arrow {
	opacity: 0;
	visibility: hidden;
}

.slider-nav .slick-slide {
	padding-left: 3px;
	padding-right: 3px;
}

.slider-nav .slick-slide img {
	width: 100%;
}

.slider-nav .slick-list {
	margin-left: -3px;
	margin-right: -3px;
}

.slider-nav .img-holder {
	position: relative;
	padding-top: 70%;
}

.slider-nav .img-holder .bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.info-table .title {
	font-size: 18px;
	line-height: 1.2222;
}

.info-table .link {
	font-size: 12px;
	line-height: 1.3333;
}

.info-table .link:after {
	font-size: 10px;
	margin-top: 2px;
}

.full-border.border-top,
.full-border .border-top,
.full-border.border-bottom,
.full-border .border-bottom {
	position: relative;
}

.list {
	line-height: 1.375;
}

.list li {
	padding-left: 18px;
	padding-bottom: 10px;
	position: relative;
}

.list li:last-child {
	padding-bottom: 0;
}

.list li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #000;
	border-radius: 50%;
}

.gallery-section img {
	width: 100%;
}

.gallery-section figcaption {
	color: #666;
}

.contact-wrapper .img-holder img {
	width: 100%;
}

.contact-wrapper strong {
	font-weight: 500;
}

.contact-wrapper address {
	margin-bottom: 13px;
}

.contact-list [class^="icon-"] {
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 14px;
}

.contact-list a {
	position: relative;
	font-weight: 400;
	padding-left: 30px;
}

.contact-list a:hover,
.contact-list a:focus {
	text-decoration: none;
	color: #d22f13;
}

.btn-list a {
	font-weight: 500;
}

.cloud-tag {
	font-size: 14px;
}

.cloud-tag span {
	display: block;
	background: #f0f5f8;
	font-weight: 400;
	padding: 1px 6px;
}

.slider .slick-list {
	margin-bottom: 35px;
	margin-left: -6px;
	margin-right: -6px;
}

.slider .slick-slide {
	padding-left: 6px;
	padding-right: 6px;
}

.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slick-dots li {
	margin: 0 5px 10px;
}

.slick-dots li.slick-active button {
	background-color: #d22f13;
}

.slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	padding: 0;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	border: 0;
	background-color: #516d7a;
}

.slick-dots li button:hover {
	background-color: #d22f13;
}

@media screen and (min-width: 375px) {
	.info-wrapper .icon-holder {
		font-size: 84px;
		margin-top: 5px;
		margin-bottom: 0;
	}

	.info-wrapper .info-title {
		font-size: 16px;
		margin-left: -3px;
		margin-right: -3px;
	}

	.slider-nav .img-holder {
		padding-top: 63%;
	}
}

@media screen and (min-width: 400px) {
	.navbar-toggler {
		margin-right: 22px;
	}
}

@media screen and (min-width: 509px) {
	.navbar-toggler {
		margin-right: 4px;
	}
}

@media screen and (min-width: 768px) {
	#header + main,
	#header + .banner {
		margin-top: 142px;
	}

	.navbar-brand {
		width: 130px;
	}

	.new-block .btn {
		font-size: 18px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.news-post {
		min-height: 361px;
		padding-right: 45px;
	}

	.news-post:focus .text-primary,
	.news-post:hover .text-primary {
		color: #fff !important;
	}

	.news-post:focus .text-holder,
	.news-post:hover .text-holder {
		background-color: #516c79 !important;
		color: #fff;
	}

	.news-post .text-holder {
		max-width: 411px;
	}

	.news-post h2 {
		font-size: 28px;
		margin-bottom: 0;
		max-height: 100px;
	}

	.news-post .bg-holder {
		padding-top: 0;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.btn.btn-arrow:after {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.overflow-md-hidden {
		overflow: hidden;
	}

	.footer {
		font-size: 14px;
	}

	.social-networks {
		font-size: 16px;
	}

	.social-networks a {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}

	.nav {
		position: relative;
		top: 0;
		box-shadow: none;
		font-size: 18px;
		max-height: none;
		overflow: visible;
	}

	.nav li .opener {
		pointer-events: none;
	}

	.nav .navbar-nav > li.active > a {
		color: #d22f13 !important;
		font-weight: 500;
	}

	.nav .navbar-nav > li.active > a > .opener {
		display: none;
	}

	.nav .navbar-nav > li {
		margin-right: 37px;
		margin-bottom: 3px;
	}

	.nav .navbar-nav > li > .opener {
		display: none;
	}

	.nav .navbar-nav > li > a {
		border-bottom: 0;
		padding: 0;
	}

	.nav .navbar-nav > li > .drop-menu {
		position: absolute;
		top: 40px;
		padding-top: 6px;
		width: 260px;
		padding-bottom: 64px;
	}

	.nav .navbar-nav > li.drop-active > .drop-menu,
	.nav .navbar-nav > li:hover > .drop-menu,
	.nav .navbar-nav > li.hover > .drop-menu {
		opacity: 1;
		visibility: visible;
	}

	.nav .navbar-nav > li.drop-active > a,
	.nav .navbar-nav > li:hover > a,
	.nav .navbar-nav > li.hover > a {
		color: #d22f13;
		text-shadow: 0 0 .65px #d22f13, 0 0 .65px #d22f13;
	}

	.nav a:hover {
		color: #516c79;
		font-weight: 400;
		text-shadow: none !important;
	}

	.drop-menu {
		opacity: 0;
		visibility: hidden;
		background-color: #fff;
		-webkit-transition: opacity .3s linear, visibility .3s linear;
		transition: opacity .3s linear, visibility .3s linear;
	}

	.drop-menu a {
		position: relative;
	}

	.drop-menu > ul {
		font-size: 16px;
	}

	.drop-menu > ul > li.hover > .opener:before,
	.drop-menu > ul > li:hover > .opener:before {
		top: -15px;
		opacity: 0;
	}

	.drop-menu > ul > li > a {
		padding: 10px 20px 13px 0;
	}

	.drop-menu > ul > li.active > a {
		color: #d22f13 !important;
		font-weight: 500;
	}

	.drop-menu > ul > li:hover > .drop-menu,
	.drop-menu > ul > li.hover > .drop-menu {
		display: block;
		opacity: 1;
		visibility: visible;
	}

	.drop-menu > ul > li .drop-menu {
		display: none;
	}

	.drop-menu > ul > li ul {
		font-size: 14px;
		padding: 8px 0 6px 17px;
	}

	.drop-menu > ul > li ul > li > a {
		padding-right: 25px;
	}

	.banner {
		min-height: 441px;
	}

	.info-wrapper .text-holder {
		min-height: 174px;
	}

	.info-wrapper .text-holder.text--height {
		min-height: 209px;
	}

	.info-wrapper .lead {
		line-height: 1.6111;
		font-size: 16px;
	}

	.info-wrapper h2 {
		font-size: 28px;
	}

	.info-wrapper .icon-holder {
		font-size: 97px;
		max-width: 114px;
		margin: 0 auto;
		padding-top: 4px;
	}

	.info-wrapper .row {
		display: block;
	}

	.info-wrapper .info-title {
		line-height: 1.38;
		font-size: 14px;
		margin: 0;
	}

	.info-wrapper .holder {
		height: 174px;
	}

	.search-block h1 {
		font-size: 32px;
	}

	.search-block .match-result {
		font-size: 14px;
	}

	.search-result .holder {
		min-height: 100px;
	}

	.search-result .holder.border-bottom {
		border-bottom: 0 !important;
	}

	.search-result .holder.border-bottom:before {
		left: -13.4%;
		right: -13.4%;
	}

	.search-result p {
		margin-bottom: 23px;
	}

	.content p + h2 {
		margin-top: 54px;
		bottom: 19px;
	}

	.slider-nav .slick-arrow {
		visibility: visible;
		opacity: 1;
	}

	.slider-nav .slick-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.slider-nav .slick-list {
		margin-left: -6px;
		margin-right: -6px;
	}

	.slider-nav .img-holder {
		padding-top: 65%;
	}

	.info-table .title {
		font-size: 24px;
	}

	.info-table .row {
		min-height: 67px;
	}

	.info-table .link {
		font-size: 16px;
	}

	.info-table .link:after {
		font-size: 14px;
	}

	.full-border.border-top,
	.full-border .border-top,
	.full-border.border-bottom,
	.full-border .border-bottom {
		border-bottom: 0 !important;
	}

	.full-border.border-top:after,
	.full-border .border-top:after,
	.full-border.border-bottom:after,
	.full-border .border-bottom:after {
		content: "";
		position: absolute;
		border-bottom: 1px solid #404040;
		left: -9999px;
		right: -9999px;
		bottom: -1px;
	}

	.full-border.border-top,
	.full-border .border-top {
		border: 0 !important;
	}

	.full-border.border-top:after,
	.full-border .border-top:after {
		bottom: auto;
		top: 0;
	}

	.full-border.border-top.border-bottom {
		border: 0 !important;
	}

	.full-border.border-top.border-bottom:before {
		content: "";
		position: absolute;
		border-bottom: 1px solid #404040;
		left: -9999px;
		right: -9999px;
		bottom: -1px;
	}

	.list li:before {
		top: 11px;
	}

	.slider .slick-list {
		margin-bottom: 46px;
	}
}

@media screen and (min-width: 768px) and (min-width: 768px) {
	.nav .navbar-nav > li > .drop-menu:after {
		content: "";
		position: absolute;
		top: 0;
		left: -9999px;
		right: -9999px;
		bottom: 0;
		background-color: #fff;
		z-index: -1;
		box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	}

	.nav .navbar-nav > li > .drop-menu:before {
		content: "";
		position: absolute;
		top: -18px;
		height: 30px;
		left: 0;
		right: 0;
	}
}

@media screen and (min-width: 1024px) {
	.news-post {
		min-height: 419px;
	}

	.banner .text-holder {
		max-width: 815px;
	}

	.info-wrapper .text-holder {
		min-height: 207px;
	}

	.info-wrapper .text-holder.text--height {
		min-height: 292px;
	}

	.info-wrapper .lead {
		font-size: 18px;
	}

	.info-wrapper .icon-holder {
		font-size: 110px;
		max-width: 129px;
	}

	.info-wrapper .icon-holder img {
		height: 110px;
	}

	.info-wrapper .info-title {
		font-size: 16px;
	}

	.info-wrapper .holder {
		height: 207px;
	}

	.search-result .holder.border-bottom:before {
		left: -17.6%;
		right: -17.6%;
	}

	.search-result a {
		padding-right: 141px;
	}

	.slider-nav .slick-slide {
		padding-left: 12px;
		padding-right: 12px;
	}

	.slider-nav .slick-list {
		margin-left: -12px;
		margin-right: -12px;
	}
}

@media screen and (max-width: 767px) {
	.banner h1 {
		font-size: 24px;
	}
}

@media print {
	#header {
		padding-top: 15px !important;
		padding-bottom: 25px !important;
	}

	#header .row {
		margin-bottom: 0 !important;
	}

	.new-block {
		padding-top: 15px;
		page-break-inside: avoid;
	}

	.new-block .mb-md-10 {
		margin-bottom: 10px !important;
	}

	.news-post {
		padding-right: 15px;
		min-height: 300px;
		padding-bottom: 15px;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.news-post:focus .text-holder,
	.news-post:hover .text-holder {
		padding-bottom: 8px;
	}

	.overflow-md-hidden {
		overflow: hidden;
	}

	.d-print-10 {
		padding-top: 10px;
	}

	* {
		page-break-inside: auto !important;
		opacity: 1 !important;
		visibility: visible !important;
		text-decoration: none !important;
		-webkit-print-color-adjust: exact !important;
		color-adjust: exact !important;
	}

	body {
		background-color: #fff;
		min-width: 0 !important;
	}

	.mb-65,
	.mb-50 {
		margin-bottom: 15px !important;
	}

	.container {
		min-width: 0 !important;
	}

	.d-print-col-12 {
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
		max-width: 100% !important;
	}

	.btn {
		display: none !important;
	}

	.btn.d-print-block {
		display: block !important;
	}

	#header {
		position: static;
	}

	#header + .banner,
	#header + main {
		margin-top: 0;
	}

	.info-wrapper .float-md-left {
		float: left;
	}

	.info-wrapper .float-md-right {
		float: right;
	}

	.info-wrapper .row > .col-md-6 {
		width: 50%;
	}

	.info-wrapper .col-md-12 {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%;
	}

	.info-wrapper .text-md-center {
		text-align: center !important;
	}

	.news-post .bg-holder {
		position: absolute;
		top: 0;
		bottom: 0;
		padding-top: 0;
	}

	.news-post .text-holder {
		max-width: 400px;
	}

	.img-content {
		margin: 0 auto;
	}

	.img-content img {
		width: 100%;
	}

	.project-info {
		-webkit-column-break-inside: avoid !important;
		break-inside: avoid !important;
	}

	.project-info .flex-md-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.project-info > .row {
		display: block;
	}

	.project-info .row .col-md-9 {
		max-width: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
	}

	.project-info .row .col-md-3 {
		max-width: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}

	.blockquote {
		border: 0;
	}

	.carousel {
		margin-left: -10px;
		margin-right: -10px;
	}

	.carousel .slick-slide {
		width: 50% !important;
	}

	.slider-nav {
		margin-left: -10px;
		margin-right: -10px;
	}

	.slider-nav .slick-slide {
		width: 33.33% !important;
	}

	.slick-list {
		height: auto !important;
	}

	.slick-track {
		width: 100% !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		letter-spacing: -1px;
	}

	.slick-track .slick-slide {
		padding: 0 10px 10px;
		float: none;
		letter-spacing: 0;
		display: inline-block !important;
		vertical-align: top;
	}

	.slick-track .slick-slide.slick-cloned {
		display: none !important;
	}

	.slick-dots,
	.slick-arrow {
		display: none  !important;
	}

	.slider .slick-slide {
		width: 50% !important;
	}

	.mb-print-0 {
		margin-bottom: 0 !important;
	}

	.mx-print-auto {
		margin: 0 auto !important;
	}

	.banner {
		min-height: 441px;
	}

	.info-wrapper {
		padding-top: 45px !important;
		padding-bottom: 0 !important;
		overflow: hidden;
	}

	.info-wrapper .row.clearfix {
		display: inline-block;
		vertical-align: top;
	}

	.info-wrapper .text-holder.text--height {
		min-height: 211px !important;
	}

	.info-wrapper .lead {
		font-size: 16px;
	}

	.info-wrapper .icon-holder {
		margin-right: auto;
	}

	.info-wrapper .icon-holder {
		font-size: 88px;
	}

	.info-wrapper .icon-holder .hover-img {
		display: none !important;
	}

	.info-wrapper .row {
		display: block;
	}

	.info-wrapper .row .mb-md-10 {
		margin-bottom: 10px !important;
	}

	.info-wrapper .info-title {
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: 0 !important;
	}

	.full-border.border-top,
	.full-border .border-top,
	.full-border.border-bottom,
	.full-border .border-bottom {
		border-bottom: 0 !important;
	}

	.full-border.border-top:after,
	.full-border .border-top:after,
	.full-border.border-bottom:after,
	.full-border .border-bottom:after {
		content: "";
		position: absolute;
		border-bottom: 1px solid #404040;
		left: -9999px;
		right: -9999px;
		bottom: -1px;
	}

	.full-border.border-top,
	.full-border .border-top {
		border: 0 !important;
	}

	.full-border.border-top:after,
	.full-border .border-top:after {
		bottom: auto;
		top: 0;
	}

	.full-border.border-top.border-bottom {
		border: 0 !important;
	}

	.full-border.border-top.border-bottom:before {
		content: "";
		position: absolute;
		border-bottom: 1px solid #404040;
		left: -9999px;
		right: -9999px;
		bottom: -1px;
	}
}
