body {
	font-family: 'HelveticaNeueCyr', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #243747;
	background: #f1f1f1;
	overflow-x: hidden;
}
.d-none, .icon-vk {
	display: none !important;
}
*:focus {
	outline: 0 !important;
}
a,
a:visited,
a:hover {
	color: #3a3a3a;
	transition: .2s;
}
p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 24px;
}
p.sm {
	font-size: 12px;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
}
p.lg {
	font-size: 24px;
	line-height: 34px;
	margin-top: 30px;
	font-weight: 200;
}
p.lg:first-of-type {
	margin-top: 0;
}
h1,
.h1-style {
	position: relative;
	font-size: 40px;
	line-height: 1.15em;
	font-weight: 400;
	margin: 0 0 25px;
	padding: 0;
	color: #243747;
	text-transform: uppercase;
}
@media (max-width: 1199px) {
	h1,
	.h1-style {
		font-size: 36px;
	}
}
@media (max-width: 991px) {
	h1,
	.h1-style {
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	h1,
	.h1-style {
		font-size: 28px;
	}
}
h2,
h1.h1-sm {
	position: relative;
	font-size: 30px;
	line-height: 1.267em;
	font-weight: 400;
	margin: 0 0 75px;
	padding: 0 0 25px;
	padding: 0;
	color: #243747;
	text-align: center;
	text-transform: uppercase;
}
@media (max-width: 1199px) {
	h2,
	h1.h1-sm {
		font-size: 25px;
	}
}
@media (max-width: 767px) {
	h2,
	h1.h1-sm {
		font-size: 22px;
	}
}
h2:after,
h1.h1-sm:after {
	content: '';
	width: 60px;
	height: 3px;
	background-color: #ffce1d;
	position: absolute;
	bottom: -23px;
	left: 50%;
	margin-left: -30px;
}
h2.h-left,
h1.h1-sm.h-left {
	text-align: left;
}
h2.h-left:after,
h1.h1-sm.h-left:after {
	left: 0;
	margin-left: 0;
}
h2.no-decor,
h1.h1-sm.no-decor {
	margin: 0 0 20px;
	padding: 0;
}
h2.no-decor:after,
h1.h1-sm.no-decor:after {
	display: none;
}
h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	margin: 0 0 25px;
	padding: 0;
	color: #243747;
	text-transform: uppercase;
}
h4 {
	font-size: 17px;
	line-height: 24px;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 0;
	color: #243747;
	text-transform: uppercase;
}

/*helpers*/

.offset-20 {
	margin-top: 20px;
}
.offset-40 {
	margin-top: 40px;
}
.offset-60 {
	margin-top: 60px;
}
.no-gutter {
	margin-left: 0;
	margin-right: 0;
}
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

/*button*/

.btn,
.btn:focus,
a.btn,
a.btn:focus {
	background: transparent;
	border: 2px solid #8f8f8f;
	font-size: 13px;
	line-height: 16px;
	height: auto;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 29px;
	padding: 20px 30px 18px;
	color: #8f8f8f;
	outline: 0;
	-moz-box-shadow: none;
	box-shadow: none;
	min-width: 10em;
	white-space: normal;
}
.btn.btn-sm {
	padding: 15px 26px 13px;
	border-radius: 23px;
}
.btn:hover {
	background: #8f8f8f;
	color: #fff;
	transition: all 0.2s ease;
}
.btn.btn-invert,
.btn.btn-invert:focus {
	background: #8f8f8f;
	color: #fff;
}
.btn.btn-invert:hover {
	background: transparent;
	color: #8f8f8f;
}
.btn.btn-blue,
.btn.btn-blue:focus {
	border-color: #85bedb;
	background: #85bedb;
	color: #fff;
}
.btn.btn-blue:hover {
	background: transparent;
	color: #85bedb;
}
.btn.btn-green,
.btn.btn-green:focus {
	border-color: #4bc267;
	background: #4bc267;
	color: #fff;
}
.btn.btn-green:hover {
	background: transparent;
	color: #4bc267;
}
.btn.btn-yellow,
.btn.btn-yellow:focus {
	border-color: #ffce1d;
	background: #ffce1d;
	color: #000;
}
.btn.btn-yellow:hover {
	background: transparent;
	color: #000;
}
.btn.btn-red,
.btn.btn-red:focus {
	border-color: #ff3c00;
	background: #ff3c00;
	color: #fff;
}
.btn.btn-red:hover {
	background: transparent;
	color: #ff3c00;
}
.btn.btn-gradient,
.btn.btn-gradient:focus {
	position: relative;
	border: 0;
	min-width: 310px;
	background: rgba(255, 101, 63, 1);
	background: -moz-linear-gradient(left, rgba(255, 101, 63, 1) 0%, rgba(255, 163, 43, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 101, 63, 1)), color-stop(100%, rgba(255, 163, 43, 1)));
	background: -webkit-linear-gradient(left, rgba(255, 101, 63, 1) 0%, rgba(255, 163, 43, 1) 100%);
	background: -o-linear-gradient(left, rgba(255, 101, 63, 1) 0%, rgba(255, 163, 43, 1) 100%);
	background: -ms-linear-gradient(left, rgba(255, 101, 63, 1) 0%, rgba(255, 163, 43, 1) 100%);
	background: linear-gradient(to right, rgba(255, 101, 63, 1) 0%, rgba(255, 163, 43, 1) 100%);
	color: #fff;
}
.btn.btn-gradient:hover {
	background: rgba(255, 163, 43, 1);
	background: -moz-linear-gradient(left, rgba(255, 163, 43, 1) 0%, rgba(255, 101, 63, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 163, 43, 1)), color-stop(100%, rgba(255, 101, 63, 1)));
	background: -webkit-linear-gradient(left, rgba(255, 163, 43, 1) 0%, rgba(255, 101, 63, 1) 100%);
	background: -o-linear-gradient(left, rgba(255, 163, 43, 1) 0%, rgba(255, 101, 63, 1) 100%);
	background: -ms-linear-gradient(left, rgba(255, 163, 43, 1) 0%, rgba(255, 101, 63, 1) 100%);
	background: linear-gradient(to right, rgba(255, 163, 43, 1) 0%, rgba(255, 101, 63, 1) 100%);
	color: #fff;
}
.btn.btn-gradient img {
	position: absolute;
	top: -15px;
	left: 25px;
}
.btn.full {
	width: 100%;
}
.btn.full + .btn.full {
	margin-top: 20px;
}
.btn-inline > .btn {
	margin: 0 10px;
}
@media (max-width: 767px) {
	.btn-inline > .btn {
		display: block;
		margin: 10px 0 40px;
		width: 100%;
		min-width: 0
	}
}
.read-more a {
	font-size: 15px;
	font-weight: 600;
}
.read-more a:hover {
	color: #ffce1d;
	text-decoration: none;
}

/*header*/

.page-header {
	margin: 0;
	padding: 0;
	bottom: 0;
	position: relative;
	z-index: 100;
	background-color: #fff;
}
.page-header .topline {
	height: 54px;
	background-color: #212a35;
	color: #fff;
	padding: 7px 0;
}
@media (max-width: 767px) {
	.page-header .topline {
		padding: 2px 0;
		height: 40px;
	}
}
.page-header .topline a {
	color: #fff;
}
.page-header .header-menu .nav {
	padding: 28px 0 27px;
	text-align: center;
	margin-left: 235px;
}
.page-header .container {
	position: relative;
}
@media (min-width: 992px) {
	.page-header .container {
		padding: 0 133px 0 255px;
	}
}
.page-header .container .col-left {
	float: left;
}
.page-header .container .col-right {
	float: right;
	white-space: nowrap;
}
@media (max-width: 991px) {
	.page-header .container .col-right {
		float: right;
		width: 100px;
	}
}
.page-header .container .col-right > *,
.page-header .container .col-left > * {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	float: left;
	line-height: 38px;
}
@media (min-width: 992px) {
	.page-header .logo-left {
		position: absolute;
		left: 0;
		top: -54px;
		border-bottom: 4px solid #ffce1d;
		box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
	}
}
@media (max-width: 991px) {
	.page-header .logo-left {
		text-align: center;
	}
}
.page-header .logo-right {
	position: absolute;
	right: 0;
	top: -54px;
}
.page-header .logo-right img {
	width: 100%;
}
@media (max-width: 991px) {
	.page-header .logo-right {
		top: 0;
		width: 73px;
	}
}
.page-header .social {
	margin-right: 35px;
}
.social a {
	margin: 0 12px;
	text-decoration: none;
	color: #fff;
	font-size: 17px;
	line-height: 40px;
	display: inline-block;
	transition: .2s;
}
.social a:hover {
	color: #ffce1d;
}
@media (max-width: 1300px) {
	.page-header .social a {
		margin: 0 5px;
	}
}
@media (max-width: 1199px) {
	.page-header .social {
		display: none !important;
	}
}
.page-header .language {
	padding: 0;
}
.page-header .language a {
	display: inline-block;
	margin: 0 0 0 6px;
}
.page-header .language a img {
	border-radius: 50%;
	border: 4px solid transparent;
	transition: .2s;
}
.page-header .language a.active img,
.page-header .language a:hover img {
	border-color: #505c62;
}
@media (max-width: 991px) {
	.page-header .language {
		position: absolute;
		right: 0;
		top: -4px;
	}
	.page-header .language a img {
		border-radius: 50%;
		border: 3px solid transparent;
		width: 24px;
	}
}
.page-header .phone {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
}
.page-header .phone [class*='icon-'] {
	display: inline-block;
	font-size: 20px;
	padding-right: 10px;
}
@media (max-width: 991px) {
	.page-header .phone {
		font-size: 16px;
		margin-left: 44px !important;
	}
	.page-header .phone [class*='icon-'] {
		padding-right: 5px;
		vertical-align: text-bottom;
	}
}
.page-header .email {
	font-size: 16px;
	line-height: 40px;
}
.page-header .email a {
	/* text-decoration: underline; */
}
.page-header .email a:hover {
	text-decoration: none;
	color: #ffce1d;
}
.page-header .email [class*='icon-'] {
	font-size: 16px;
	padding-right: 10px;
}
.page-header .header-menu {
	padding: 0;
	min-height: 95px;
}
.page-header .nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.page-header .nav > ul > li {
	position: relative;
	display: inline-block;
	margin: 0 23px;
}
.page-header .nav > ul > li >a {
	position: relative;
	display: inline-block;
	font-size: 17px;
	line-height: 40px;
	font-weight: 500;
	color: #212a35;
	text-transform: uppercase;
	text-decoration: none;
}
.page-header .nav > ul > li.active > a,
.page-header .nav > ul > li:hover > a {
	color: #ffce1d;
}
@media (max-width: 1600px) and (min-width: 1200px) {
	.page-header .nav > ul > li {
		margin: 0 5px;
	}
	.page-header .header-menu .nav {
		text-align: center;
	}
}
@media (max-width: 1199px) and (min-width: 768px) {
	.page-header .header-menu .nav {
		padding: 18px 0 17px;
		text-align: center;
	}
	.page-header .nav > ul > li >a {
		font-size: 15px;
		line-height: 30px;
	}
	.page-header .nav > ul > li {
		margin: 0 12px;
	}
}
.page-header .nav > ul > li >a:after,
.page-header .nav > ul > li >a:before {
	content: '';
	width: 0;
	height: 3px;
	background-color: #ffce1d;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .3s;
}
.page-header .nav > ul > li >a:before {
	left: auto;
	right: 0;
}
.page-header .nav > ul > li.active a:after,
.page-header .nav > ul > li:hover a:after,
.page-header .nav > ul > li.active a:before,
.page-header .nav > ul > li:hover a:before {
	width: 50%;
}
@media (min-width: 992px) {
	.page-header .nav ul ul {
		visibility: hidden;
		opacity: 0;
		margin: 0;
		padding: 0;
		width: 255px;
		position: absolute;
		left: -20px;
		background: #fff;
		z-index: 99;
		-webkit-transform: translate(0, 20px);
		-ms-transform: translate(0, 20px);
		transform: translate(0, 20px);
		-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
		-webkit-transition: all 0.2s ease-out 0s;
		-moz-transition: all 0.2s ease-out 0s;
		-ms-transition: all 0.2s ease-out 0s;
		-o-transition: all 0.2s ease-out 0s;
		-ms-text-align-last: auto;
		text-align:left;
	}
	.page-header .nav ul ul li {
		display: block;
		position: relative;
		float: none;
		background: none;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #edeff1;
	}
	.page-header .nav ul ul li a {
		font-size: 15px;
		line-height: 20px;
		padding: 12px 20px;
		font-weight: normal;
		display: block;
		color: #243747 !important;
		/* text-transform: uppercase; */
		text-decoration: none;
	}
	.page-header .nav ul ul li a:hover,
	.page-header .nav ul ul li:hover > a {
		color: #ffce1d !important;
	}
	.page-header .nav > ul > li:hover > ul {
		visibility: visible;
		opacity: 1;
		-webkit-transition: all 0.2s ease-out 0.3s;
		-moz-transition: all 0.2s ease-out 0.3s;
		-ms-transition: all 0.2s ease-out 0.3s;
		-o-transition: all 0.2s ease-out 0.3s;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.page-header .nav ul ul ul {
		left: 255px;
		top: 0px;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	.page-header .nav ul ul li:hover ul {
		top: 0;
		visibility: visible;
		opacity: 1;
	}
	.page-header .nav > ul > li > ul ul:hover {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

/*mobile menu*/

@media (max-width: 991px) {
	.page-header .nav > ul > li >a:after, .page-header .nav > ul > li >a:before {
		display: none;
	}
	.page-header .nav > ul {
		margin-top: 35px;
		text-align: left;
	}
	.page-header .nav ul ul {
		margin-left: 20px;
	}
	.page-header .nav > ul > li {
		display: block;
		margin: 10px 50px;
	}
	.page-header .nav > ul > li > a {
		font-size: 15px;
		line-height: 20px;
		padding: 14px 0;
		color: #fff;
	}
	.page-header .nav > ul > li > a:hover {
		color: #ffce1d;
	}
	.page-header .nav > ul ul li a {
		display: block;
		font-size: 16px;
		line-height: 30px;
		padding: 5px 0;
		color: #fff;
	}
	#toggleMenu {
		display: block;
		color: #fff;
		position: absolute;
		z-index: 999;
		font-size: 32px;
		left: 12px;
		top: -2px;
	}
	#slideMenu {
		position: fixed;
		left: -100%;
		top: 0;
		background: rgba(33, 42, 53, .95);
		z-index: 1000;
		width: 100%;
		height: 100%;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
		margin-left: 0;
	}
	#slideMenu.opened {
		left: 0;
	}
	.close-menu {
		color: #fff;
		cursor: pointer;
		position: absolute;
		left: 10px;
		top: 10px;
		font-size: 30px;
	}
}
.page-content .section:last-child {
	margin-bottom: -120px;
	padding-bottom: 200px;
}
@media (max-width: 767px) {
	.page-content .section:last-child {
		padding-bottom: 80px;
	}
}
.section {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.section.title-bg {
	padding: 72px 0 110px;
	background-color: #516d79;
	background-image: url(../images/title-bg.jpg);
	background-size: cover;
	background-position: center center;
	color: #fff;
}
@media (max-width: 1199px) {
	.section.title-bg {
		padding: 52px 0 90px;
	}
}
@media (max-width: 991px) {
	.section.title-bg {
		padding: 42px 0 70px;
	}
}
@media (max-width: 767px) {
	.section.title-bg {
		padding: 32px 0 50px;
	}
}
@media (max-width: 479px) {
	.section.title-bg {
		padding: 22px 0 40px;
	}
}
.section.title-bg .h1-style,
.section.title-bg h1,
.section.title-bg h2 {
	color: #fff;
	margin-bottom: 0;
}

/*section bg 1*/

.section.bg-1 {
	margin-top: 100px;
	padding: 100px 0;
	background-image: url(../images/bg-1.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}
.section.bg-1.offset-0 {
	margin-top: 0;
}
@media (max-width: 479px) {
	.section.bg-1 {
		padding: 70px 0;
		margin-top: 30px;
	}
}
.section.bg-1 h1,
.section.bg-1 h2 {
	color: #fff;
}

/*section bg 2*/

.section.bg-2 {
	background-color: #fff;
}

/*section bg 3*/

.section.bg-3 {
	margin-top: 100px;
	padding: 80px 0;
	background-image: url(../images/bg-3.jpg);
	background-size: cover;
	color: #fff;
}
.section.bg-3 h1,
.section.bg-3 h2 {
	color: #fff;
}
@media (max-width: 479px) {
	.section.bg-3 {
		padding: 60px 0;
	}
}
.section:not(.section-angle) {
	padding-top: 105px;
}
@media (max-width: 1199px) {
	.section:not(.section-angle) {
		padding: 70px 0;
	}
}
@media (max-width: 767px) {
	.section:not(.section-angle) {
		padding: 50px 0;
	}
}
@media (max-width: 479px) {
	.section:not(.section-angle) {
		padding: 40px 0;
	}
}
.slider-section + .section:not(.section-angle) {
	padding-top: 0;
}
.section-angle.slider-section {
	overflow: visible;
	margin-bottom: 110px;
}
@media (max-width: 1199px) {
	.section-angle.slider-section {
		margin-bottom: 70px;
	}
}
@media (max-width: 767px) {
	.section-angle.slider-section {
		margin-bottom: 50px;
	}
}
.section.padding-bot {
	padding-bottom: 80px;
}
@media (max-width: 479px) {
	.section.padding-bot {
		padding-bottom: 60px;
	}
}
.mask-bottom,
.mask-top {
	width: 100%;
	height: 1px;
	background-color: #21201f;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.mask-top-d {
	top: 0px;
}
.mask-bottom-d {
	bottom: 11px;
}
.mask-bottom:before,
.mask-top:before,
.mask-bottom:after,
.mask-top:after {
	content: '';
	position: absolute;
	left: -15%;
	top: 0;
	width: 130%;
	height: 1000px;
	background-color: #fff;
	background-repeat: no-repeat;
}
.mask-bottom.grey:before,
.mask-bottom.grey:after,
.mask-top.grey:before,
.mask-top.grey:after {
	background-color: #f2f2f2;
}
.mask-bottom-d:before,
.mask-bottom-d:after {
	height: 100px;
	background: #ffce1d !important;
}
.mask-top-d:before,
.mask-top-d:after {
	height: 200px;
	background: #ffce1d !important;
	z-index: 0;
}
.slider-section .mask-bottom:after {
	background-color: transparent;
	background-image: url(../images/bg-mask-right.jpg);
	background-position: right 0;
}
.slider-section .mask-bottom:before {
	background-color: transparent;
	background-image: url(../images/bg-mask-left.jpg);
	background-color: #f2f2f2;
}
@media (max-width: 1199px) {
	.slider-section .mask-bottom:after {
		background-image: none;
		background-color: #f2f2f2;
		z-index: 0;
	}
	.slider-section .mask-bottom:before {
		background-color: #f2f2f2;
		z-index: 2;
	}
}
.mask-top:before {
	-webkit-transform: rotate(6deg);
	-ms-transform: rotate(6deg);
	transform: rotate(6deg)
}
.mask-top:after {
	-webkit-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	transform: rotate(-6deg)
}
.mask-top-d:before {
	-webkit-transform: rotate(7.5deg);
	-ms-transform: rotate(7.5deg);
	transform: rotate(7.5deg)
}
.mask-top-d:after {
	-webkit-transform: rotate(-7.5deg);
	-ms-transform: rotate(-7.5deg);
	transform: rotate(-7.5deg)
}
.mask-top.small:before {
	-webkit-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg)
}
.mask-top.small:after {
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg)
}
.mask-bottom:before {
	-webkit-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
}
.mask-bottom:after {
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.mask-bottom-d {
	bottom: 20px;
}
@media (max-width:1199px) {
	.mask-bottom-d {
		bottom: 15px;
	}
}
@media (max-width: 991px) {
	.mask-bottom-d {
		bottom: 12px;
	}
}
@media (max-width: 767px) {
	.mask-bottom-d {
		bottom: 10px;
	}
}
@media (max-width: 480px) {
	.mask-bottom-d {
		bottom: 8px;
	}
}
.mask-bottom-d:before {
	-webkit-transform: rotate(3.7deg);
	-ms-transform: rotate(3.7deg);
	transform: rotate(3.7deg)
}
.mask-bottom-d:after {
	-webkit-transform: rotate(-3.7deg);
	-ms-transform: rotate(-3.7deg);
	transform: rotate(-3.7deg)
}
.mask-top {
	bottom: auto;
	top: 0
}
.mask-top:before,
.mask-top:after {
	top: auto;
	bottom: 0
}
.mask-top.inverted:before,
.mask-top.inverted:after {
	left: 0;
	width: 50%;
	-webkit-transform: translate3d(0, 30%, 0);
	transform: translate3d(0, 30%, 0)
}
.mask-top.inverted:after {
	left: 50%;
	-webkit-transform: translate3d(0, 30%, 0);
	transform: translate3d(0, 30%, 0)
}
.mask-top.inverted:before {
	-webkit-transform: skewY(6deg) translate3d(0, 30%, 0);
	transform: skewY(6deg) translate3d(0, 30%, 0)
}
.mask-top.inverted:after {
	-webkit-transform: skewY(-6deg) translate3d(0, 30%, 0);
	transform: skewY(-6deg) translate3d(0, 30%, 0)
}

/*footer*/

.page-footer {
	overflow: hidden;
	position: relative;
	z-index: 10;
	background-color: #243747;
	color: #fff;
	min-height: 500px;
	padding: 0 0 45px;
}
.page-footer .footer-logo {
	text-align: center;
	margin-top: -15px;
}
.page-footer .footer-menu {
	text-align: center;
	margin: 22px 0 27px;
}
.page-footer .footer-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.page-footer .footer-menu ul li {
	display: inline-block;
	margin: 0 23px;
}
.page-footer .footer-menu ul li a {
	position: relative;
	display: inline-block;
	font-size: 17px;
	line-height: 40px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.page-footer .footer-menu ul li a:hover,
.page-footer .footer-menu ul li.active a {
	color: #ffce1d;
}
.footer-under {
	position: relative;
	z-index: 1;
	/* transform: translateY(-50%); */
	margin-top: 10px;
}
.footer-under.white {
	margin-top: 0;
	background: #fff;
}
.page-footer .container {
	max-width: 1335px;
}
.footer-text-block {
	float: left;
	width: 33.333%;
	overflow: hidden;
	padding: 10px 25px;
	font-size: 16px;
	line-height: 22px;
	color: #a2adb7;
}
.footer-icon-block .inside {
	display: table;
}
.footer-icon-block a {
	text-decoration: underline;
	color: #fff;
}
.footer-icon-block a:hover {
	text-decoration: none;
}
.footer-text-block .text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 16px;
}
.footer-text-block .image {
	display: table-cell;
	vertical-align: middle;
}
.footer-text-block .image img {
	border-radius: 50%;
	box-shadow: 0 5px 0 0 #1e3040;
}
.footer-icon-block {
	float: left;
	width: 33.333%;
	overflow: hidden;
	padding: 10px 25px;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}
.footer-icon-block .inside {
	display: table;
}
.footer-icon-block .text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 16px;
}
.footer-icon-block .icon {
	display: table-cell;
	vertical-align: middle;
}
.footer-icon-block .icon > span {
	width: 63px;
	height: 63px;
	display: block;
	border-radius: 50%;
	box-shadow: 0 5px 0 0 #1e3040;
	border: 1px solid #ffce1d;
	text-align: center;
}
.footer-icon-block .icon > span i {
	color: #fff;
	text-align: center;
	font-size: 30px;
	line-height: 60px;
}
.page-footer h3 {
	margin: 0 0 20px;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	color: #ffce1d;
}
.footer-row-1 {
	border-top: 1px solid #66737f;
	padding: 25px 25px;
	overflow: hidden;
}
.footer-row-2 {
	border-top: 1px solid #66737f;
	padding: 35px 25px 10px;
	overflow: hidden;
}
.page-footer .social {
	margin-top: 25px;
	text-align: center;
}
.page-footer .social a {
	margin: 0 12px;
	text-decoration: none;
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	display: inline-block;
	transition: .2s;
}
.page-footer .social a:hover {
	color: #ffce1d;
}
.page-footer .copyright {
	margin-top: 35px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	text-align: center;
}
.page-footer .copyright a {
	color: #fff;
	text-decoration: none;
	transition: .2;
}
.page-footer .copyright a:hover {
	text-decoration: underline;
	color: #ffce1d;
}
@media (max-width: 1200px) {
	.footer-text-block .text,
	.footer-text-block .image,
	.footer-icon-block .icon,
	.footer-icon-block .text {
		vertical-align: top;
	}
}
@media (max-width: 991px) {
	.page-footer .footer-logo {
		margin-top: 0;
	}
	.footer-text-block,
	.footer-icon-block {
		width: 100%;
		font-size: 14px;
		padding-left: 0;
		padding-right: 0;
		max-width: 400px;
		float: none;
		margin: 0 auto;
	}
	.page-footer .footer-menu ul li {
		display: block;
	}
	.page-footer .social a {
		font-size: 26px;
	}
	.footer-row-1,
	.footer-row-2 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.page-footer .copyright {
		font-size: 14px;
		padding-left: 25px;
		padding-right: 25px;
	}
}
.triangle-down {
	box-sizing: content-box;
	width: 50%;
	height: 0;
	padding-left: 50%;
	padding-top: 100px;
	overflow: hidden;
}
.triangle-down div {
	width: 0;
	height: 0;
	margin-left: -1000px;
	margin-top: -4vw;
	border-left: 1000px solid transparent;
	border-right: 1000px solid transparent;
	border-bottom: 80px solid #ffce1d;
}
.triangle-down1 {
	box-sizing: content-box;
	width: 50%;
	height: 0;
	padding-left: 50%;
	padding-top: 100px;
	overflow: hidden;
	position: absolute;
	top: 18px;
}
@media (max-width: 1200px) {
	.triangle-down1 {
		top: 12px;
	}
}
@media (max-width: 767px) {
	.triangle-down1 {
		top: 8px;
	}
}
@media (max-width: 480px) {
	.triangle-down1 {
		top: 5px;
	}
}
.triangle-down1 div {
	width: 0;
	height: 0;
	margin-left: -1000px;
	margin-top: -4vw;
	border-left: 1000px solid transparent;
	border-right: 1000px solid transparent;
	border-bottom: 50px solid #243747;
}
@media (min-width: 1600px) {
	.triangle-down1 div {
		border-bottom: 60px solid #243747;
	}
}
@media (min-width: 1800px) {
	.triangle-down1 div {
		border-bottom: 65px solid #243747;
	}
}

/*slider*/

#slider {
	margin-bottom: 40px;
}
#slider .slide {
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#slider .slide-content {
	height: 100%;
	width: 40%;
	position: absolute;
	top: 0;
	color: #fff;
}
#slider .slide-content.right {
	right: 0;
	margin-right: 6.5%;
	text-align: right;
}
#slider .slide-content.left {
	left: 0;
	margin-left: 6.5%;
	text-align: left;
}
#slider .slide-content.center {
	text-align: center;
	left: 10%;
	width: 80%;
}
#slider .slide-content .text1 {
	font-size: 3.13vw;
	line-height: 1.1em;
	font-weight: bold;
	margin-top: 1.8em;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
#slider .slide-content .text2 {
	font-size: 2.86vw;
	line-height: 1em;
	font-weight: 300;
	margin-bottom: 0.3em;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
#slider .slide-content .text2 span {
	color: #ffce1d;
}
#slider .slide-content p {
	font-size: 2.34vw;
	line-height: 1.4em;
	margin-bottom: 1.6em;
	font-style: italic;
	font-family: Georgia, Times, 'Times New Roman', serif;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
#slider .slide-content .btn,
#slider .slide-content .btn:focus {
	margin: 0 9px;
	background: transparent;
	border: 2px solid #fff;
	font-size: 0.78vw;
	line-height: 3.5em;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 3.6em;
	padding: 0.15em 2em 0;
	height: auto;
	color: #fff;
	outline: 0;
	-moz-box-shadow: none;
	box-shadow: none;
	min-width: 10em;
}
#slider .slide-content .btn:hover {
	background: #fff;
	color: #000;
	transition: all 0.2s ease;
}
#slider .slide-content .btn.btn-invert,
#slider .slide-content .btn.btn-invert:focus {
	background: #ffce1d;
	border: 2px solid #ffce1d;
	color: #000;
}
#slider .slide-content .btn.btn-invert:hover {
	background: transparent;
	color: #ffce1d;
	transition: all 0.2s ease;
}
#slider .slick-dots {
	bottom: 10%;
}
#slider .slick-prev {
	left: 30px;
}
#slider .slick-next {
	right: 30px;
}
#slider .slick-prev,
#slider .slick-next {
	border-color: #fff;
}
#slider .slick-prev,
#slider .slick-next {
	transform: translateY(-50%);
}
#slider .slick-prev:before,
#slider .slick-next:before {
	color: #fff;
}
#slider .slick-prev:hover,
#slider .slick-next:hover {
	background-color: #fff;
}
#slider .slick-prev:hover:before,
#slider .slick-next:hover:before {
	color: #ffce1d;
}
@media (max-width: 991px) {
	#slider .slide-content .btn {
		display: none;
	}
	#slider .slide-content .text1 {
		margin-top: 0.5em;
	}
	#slider .slide-content p {
		margin-bottom: 0.5em;
	}
	#slider .slick-dots {
		bottom: 5%;
	}
}
@media (max-width: 767px) {
	#slider .slide-content .text1 {
		font-size: 4.13vw;
	}
	#slider .slide-content .text2 {
		font-size: 3.86vw;
	}
	#slider .slide-content p {
		font-size: 3.34vw;
	}
}
.vert-wrap {
	display: table;
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 1;
}
.vert {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 7vw;
}

/*service block*/

@media (min-width: 1200px) {
	.services-row .col-lg-4:nth-child(3n+1) {
		clear: left;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	.services-row .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
}
.service-block {
	position: relative;
	margin-bottom: 37px;
	display: block;
}
.service-block img {
	width: 100%;
}
.service-block:hover,
.service-block:focus {
	text-decoration: none;
}
.service-block h3 {
	position: relative;
	font-size: 17px;
	line-height: 20px;
	font-weight: 500;
	margin: 0;
	padding: 0 65px 0 0;
	color: #243747;
	text-align: left;
	text-transform: uppercase;
}
.service-text {
	padding: 48px 25px 25px;
	position: relative;
	background-color: #fff;
}
.service-block h3:after {
	content: '';
	width: 60px;
	height: 3px;
	background-color: #ffce1d;
	position: absolute;
	top: -23px;
	left: 0;
	transition: 0.25s;
}
.service-block .service-link {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 56px;
	height: 56px;
	padding-left: 3px;
	background-color: #ffce1d;
	font-size: 32px;
	line-height: 56px;
	text-shadow: 1px 1px 1px #ddb41e;
	text-decoration: none;
	text-align: center;
	color: #fff;
	transition: 0.25s;
}
.service-block:hover .service-link {
	/*	height: calc(100% - 25px);*/
}
.service-block:hover h3:after {
	width: 50%;
	/*	left: -25px;*/
}
@media (max-width: 991px) {
	.service-block h3 {
		font-size: 12px;
		line-height: 13px;
		padding-right: 30px;
		font-weight: 600;
	}
	.service-text {
		padding: 35px 15px 15px;
	}
	.service-block .service-link {
		width: 28px;
		height: 28px;
		font-size: 22px;
		line-height: 28px;
	}
	.service-block h3:after {
		width: 20px;
	}
}
.service-block-hor {
	background-color: #fff;
	position: relative;
	margin-bottom: 40px;
	overflow: hidden;
}
.service-block-hor .service-info {
	padding: 40px 35px 32px;
}
@media (min-width: 1199px) {
	.service-block-hor .service-img {
		float: left;
		width: 419px;
	}
	.service-block-hor .service-info {
		float: right;
		width: calc(100% - 450px);
		padding: 40px 15px 32px 0;
	}
}
.service-block-hor .service-title {
	font-size: 17px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.service-block-hor .service-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.service-block-hor .service-list li {
	position: relative;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 8px;
	padding-left: 30px;
}
.service-block-hor .service-list li:before {
	content: '\e5ca';
	font-family: "novzodch";
	font-size: 25px;
	color: #ffce1d;
	display: inline-block;
	padding-right: 10px;
	position: absolute;
	left: 0;
	top: 0;
}
.service-block-hor .service-link {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 56px;
	height: 56px;
	padding-left: 3px;
	background-color: #ffce1d;
	font-size: 32px;
	line-height: 56px;
	text-shadow: 1px 1px 1px #ddb41e;
	text-decoration: none;
	text-align: center;
	color: #fff;
	transition: 0.25s;
}

/*breambcrumbs*/

.breadcrumbs ul {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	color: #fff;
}
.breadcrumbs li {
	display: inline-block;
}
.breadcrumbs li,
.breadcrumbs li a {
	font-size: 13px;
	line-height: 20px;
}
.breadcrumbs a,
.breadcrumbs a:visited {
	color: #fff;
	text-decoration: underline;
}
.breadcrumbs a:hover {
	text-decoration: none;
}
.breadcrumbs li:after {
	content: '\/';
	line-height: 20px;
	padding: 0 8px 0 12px;
	vertical-align: top;
	color: #fff;
}
.breadcrumbs li:last-child:after {
	display: none;
}

/*advantages*/

.advantage-block {
	margin-bottom: 9px;
	padding-left: 15px;
	padding-top: 15px;
	color: #fff;
	overflow: hidden;
	float: left;
	width: 50%;
}
.advantage-block-dark .advantage-block {
	color: #000;
}
.advantage-block p {
	font-size: 18px;
	line-height: 24px;
}
.advantage-block .more-link {
	margin-top: 35px;
}
.advantage-block .more-link a {
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: underline;
}
.advantage-block-dark .advantage-block .more-link a {
	color: #000;
}
.advantage-block .more-link a:hover {
	text-decoration: none;
}
@media (min-width: 1200px) {
	.advantage-block:nth-child(2n+1) {
		clear: both;
	}
}
@media (max-width: 1600px) and (min-width: 1200px) {
	.advantage-block p {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.advantage-image {
		width: 170px;
	}
	.advantage-image img {
		width: 100%;
	}
}
@media (max-width: 1199px) {
	.advantage-block {
		width: 100%;
	}
}
.advantage-block h3,
.advantage-block h4,
.advantage-block a {
	color: #fff;
}
.advantage-block-dark .advantage-block h3,
.advantage-block-dark .advantage-block h4,
.advantage-block-dark .advantage-block a {
	color: #000;
}
.advantage-block a {
	text-transform: uppercase;
}
.advantage-image {
	float: left;
	margin-right: 25px;
}
@media (max-width: 479px) {
	.advantage-text {
		text-align: center !important;
	}
	.advantage-image {
		float: none !important;
		text-align: center !important;
		margin: 0;
	}
	.advantage-image img {
		margin: 0 auto;
	}
}
.advantage-text {
	overflow: hidden;
	padding-top: 20px;
}
.advantage-block-carousel:not(.advantage-block-dark) .advantage-block:nth-child(odd) {
	text-align: right;
	padding-right: 15px;
	padding-left: 0;
}
.advantage-block-carousel:not(.advantage-block-dark) .advantage-block:nth-child(odd) .advantage-image {
	float: right;
	margin-left: 25px;
	margin-right: 0;
}
.advantage-block-carousel .slick-dots {
	bottom: -20px;
}

/*portfolio grid*/

.portfolio-grid {
	text-align: center;
}
.portfolio-grid:not(.gallery-isotope) .item {
	position: relative;
	display: block;
	float: left;
	margin: 0 15px 30px;
	vertical-align: top;
	width: calc(25% - 30px);
	text-decoration: none;
	overflow: hidden;
}
@media (max-width: 1199px) {
	.portfolio-grid:not(.gallery-isotope) .item {
		width: calc(25% - 30px);
	}
}
@media (max-width: 991px) {
	.portfolio-grid:not(.gallery-isotope) .item {
		width: calc(33.3% - 30px);
	}
}
@media (max-width: 767px) {
	.portfolio-grid:not(.gallery-isotope) .item {
		width: calc(50% - 30px);
	}
}
@media (max-width: 479px) {
	.portfolio-grid:not(.gallery-isotope) .item {
		width: 100%;
	}
}
.portfolio-grid .item .caption {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 15px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background-color: rgba(36, 36, 36, .85);
	transition: all 1.0s cubic-bezier(.25, 1, .30, 1) 0.1s;
	transform: translateY(130%);
	opacity: 0;
}
.portfolio-grid .item img {
	width: 100%;
}
.portfolio-grid .item:hover .caption,
body.touch .portfolio-grid .item .caption,
.portfolio-grid.gallery-isotope .item .caption {
	transform: translateY(0);
	opacity: 1;
	transition: all 0.5s cubic-bezier(.25, 1, .30, 1) 0.1s;
}
.portfolio-grid .item .caption:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: rgba(36, 36, 36, .85);
	border-width: 12px;
	margin-left: -12px;
}
.outside-dots .slick-dots {
	bottom: -45px;
}
.outside-dots li.slick-active button {
	background: #243747;
}
.outside-dots .slick-dots li button,
.outside-dots li.slick-active button {
	width: 8px;
	height: 8px;
	border: 1px solid #243747;
}

/*brand grid*/

.brand-grid {
	position: relative;
}
.brand-grid .item {
	border: 1px solid #e6e7e8;
	border-left: 0;
	border-bottom: 0;
	display: block !important;
	text-align: center;
}
.brand-grid .item img {
	margin: 0 auto;
	display: block;
}
.brand-grid .item > a {
	margin: 0 auto;
	display: block;
}
.brand-grid .slick-slide > div:first-child .item {
	border-top: 0;
}
.brand-grid .slick-prev {
	left: -75px;
}
.brand-grid .slick-next {
	right: -75px;
}
@media (max-width: 1300px) and (min-width: 992px) {
	.brand-grid {
		padding: 0 75px;
	}
	.brand-grid .slick-prev {
		left: 0px;
	}
	.brand-grid .slick-next {
		right: 0px;
	}
}

/*scale effect*/

.img-scale {
	overflow: hidden;
}
.img-scale img {
	-webkit-transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
	-o-transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
	transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	image-rendering: optimizeQuality;
	vertical-align: middle;
	max-width: 100%;
	-webkit-transform: scale(1.01) rotate(0.0001deg);
	transform: scale(1.01) rotate(0.0001deg);
}
.img-scale:hover img {
	-webkit-transform: scale(1.15) rotate(0.0001deg);
	transform: scale(1.15) rotate(0.0001deg);
}

/* personal */

.person-carousel {
	margin: 0 38px 50px;
	text-align: center;
}
.person {
	position: relative;
	display: inline-block;
	padding: 0 25px;
	margin-right: -5px;
	margin-bottom: 40px;
	vertical-align: top;
	width: 18%;
	text-decoration: none;
	overflow: hidden;
	text-align: center;
}
.person .person-img {
	margin-bottom: 30px;
	position: relative;
}
.person .person-img:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../images/our-team-img-mask.png);
	background-size: cover;
	z-index: 1;
}
.person .person-img img {
	margin: 0 auto;
	width: 100%;
}
.person .person-info {
	font-size: 16px;
	line-height: 23px;
	margin: 0 -5px;
}
.person .person-name {
	font-weight: 500;
	margin-bottom: 16px;
	font-size: 17px;
}
.person .person-text {
	font-style: italic;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
@media (max-width: 1199px) {
	.person {
		width: 33.333%;
	}
}
@media (max-width: 991px) {
	.person {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.person {
		width: 50%;
	}
}
@media (max-width: 479px) {
	.person {
		padding: 0 18px;
		width: 100%;
	}
}
.person-carousel.outside-dots .slick-dots {
	bottom: -20px;
}
.contact-box {
	background-color: #ffce1d;
	color: #fff;
	padding: 80px;
}
.contact-box.contact-col {
	display: flex;
	align-items: center;
}
@media (max-width: 1699px) {
	.contact-box {
		padding: 40px;
	}
}
.contact-box a {
	color: #fff;
}
.contact-icon-block {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 200;
	color: #fff;
}
.contact-icon-block:last-child {
	margin-bottom: 0;
}
.contact-box b {
	font-weight: 500;
}
.contact-icon-block .inside {
	display: table;
}
.contact-icon-block .text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 24px;
}
.contact-icon-block .text a {
	text-decoration: underline;
}
.contact-icon-block .text a:hover {
	text-decoration: none;
}
.contact-icon-block .icon {
	display: table-cell;
	vertical-align: top;
}
.contact-icon-block .icon > span {
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 50%;
	box-shadow: 0 5px 0 0 #ebbe1b;
	background-color: #fff;
	text-align: center;
}
.contact-icon-block .icon > span i {
	color: #243747;
	text-align: center;
	font-size: 24px;
	line-height: 60px;
}
.contact-icon-block .icon > span i.icon-youtube-play {
	line-height: 64px;
}
.contact-box .social a {
	margin: 0 12px 10px;
	color: #243747;
	font-size: 26px;
	line-height: 30px;
}
.contact-box .social a:hover {
	color: #fff;
}
.contact-icon-block + p {
	margin-top: 45px;
}
.contact-box p + .social {
	margin-top: -10px;
}
.google-map iframe {
	width: 100%;
	height: 490px;
}
@media (max-width: 1199px) {
	.google-map iframe {
		width: 100%;
		height: 390px;
	}
}

/*form contact*/

.form-row {
	margin-bottom: 10px;
	overflow: hidden;
}
.input-custom {
	appearance: none;
	padding: 15px 15px 15px;
	font-size: 16px;
	line-height: 26px;
	height: 56px;
	width: 100%;
	background: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	color: #243747;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
textarea.input-custom {
	height: 215px;
}
.left-aside textarea.input-custom {
	height: 150px;
}
.input-custom.col-half {
	margin-bottom: 10px;
}
@media (min-width: 1199px) {
	.input-custom.col-half {
		width: calc(50% - 5px);
		margin-right: 10px;
		float: left;
		margin-bottom: 0;
	}
}
.input-custom.col-half:last-of-type {
	margin-right: 0;
	margin-bottom: 0
}
.input-custom:focus,
.input-custom.focus {
	outline: none;
	border-color: #ffce1d;
}
.placeholder {
	font-size: 16px;
	line-height: 20px;
	color: #243747;
}
*::-webkit-input-placeholder {
	font-size: 16px;
	line-height: 20px;
	color: #243747;
}
*::-moz-placeholder {
	font-size: 16px;
	line-height: 20px;
	color: #243747;
}
*:-ms-input-placeholder {
	font-size: 16px;
	line-height: 20px;
	color: #243747;
}
*:-moz-placeholder {
	font-size: 16px;
	line-height: 20px;
	color: #243747;
}
.btn-form {
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 16px;
	line-height: 54px;
	font-weight: 500;
	border-radius: 0;
	padding: 0 25px;
	background-color: #ffce1d;
	border: 2px solid #ffce1d;
	color: #000;
	text-transform: uppercase;
	transition: .2s;
}
.btn-form:hover {
	background-color: transparent;
}
.left-aside .btn-form {
	margin-bottom: 20px;
	margin-top: 10px;
}
label {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 5px;
	color: #000;
}
form label.error {
	display: block;
	color: #ff0000;
	font-size: 14px !important;
	opacity: 1 !important;
	margin-top: -5px;
}
.successform,
.errorform {
	display: none;
	height: 70px;
}
.successform span,
.errorform span {
	display: block;
}
.successform span p,
.errorform span p {
	margin-top: 15px;
}
.successform,
.successform span p {
	color: #3b9e3d;
	font-weight: 500;
}
.errorform,
.errorform span p {
	color: #ea3e2c;
	font-weight: 500;
}

/*service menu*/
.service-menu .service-menu {
	margin: 0;
	padding: 0;
}
.service-menu .service-menu a {
	font-size: 16px;
}
.service-menu .subcaret {
	position: absolute;
	right: 0;
	top: 5px;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 0;
}
.service-menu .subcaret i {
	display: block;
	line-height: 40px;
}
.service-menu .subcaret:not(.collapsed) i {
	transform: rotate(90deg)
}
.service-menu .service-menu a {
	padding-left: 15px;
}
.service-menu {
	margin: -11px 0 35px;
	padding: 0;
}
.service-menu li {
	display: block;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.service-menu li:last-child {
	border-bottom: 0;
}
.service-menu a {
	display: block;
	font-size: 18px;
	line-height: 28px;
	padding: 11px 0;
	text-decoration: none;
}
.service-menu a:hover,
.service-menu li.active a {
	font-weight: 500;
	text-decoration: none;
}

/*banner price*/

.bnr-btn,
.bnr-btn:focus {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	min-height: 122px;
	margin-bottom: 40px;
	padding: 28px 20px 28px 130px;
	font-size: 16px;
	line-height: 18px;
	color: #010101;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	border-radius: 20px;
	background: url(../images/bnr_btn_img.png) no-repeat 0 center #fff;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(216, 216, 216, 1);
	-moz-box-shadow: 0px 5px 0px 0px rgba(216, 216, 216, 1);
	box-shadow: 0px 5px 0px 0px rgba(216, 216, 216, 1);
}
@media (max-width: 1599px) and (min-width: 992px) {
	.bnr-btn,
	.bnr-btn:focus {
		background-size: auto 70%;
		padding: 28px 20px 28px 90px;
	}
}
.bnr-btn span {
	display: block;
}
.bnr-btn:hover {
	text-decoration: none;
	color: #ffce1d;
}
.portfolio-grid.gallery-isotope .item {
	position: relative;
	float: left;
	width: calc(25% - 30px);
	margin-bottom: 30px;
	overflow: hidden;
	background: #071638;
	margin: 0 0 30px;
}
@media (max-width: 1599px) {
	.portfolio-grid.gallery-isotope .item {
		width: calc(33.333% - 20px);
	}
	.portfolio-grid.gallery-isotope .item .caption {
		font-size: 12px;
	}
}
@media (max-width: 991px) {
	.portfolio-grid.gallery-isotope .item {
		width: calc(50% - 15px);
	}
	.portfolio-grid.gallery-isotope .item .caption {
		font-size: 11px;
		font-weight: 200;
	}
}
@media (max-width: 480px) {
	.portfolio-grid.gallery-isotope .item {
		width: 100%;
	}
}
.filters-by-category ul {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	text-align: center;
}
.filters-by-category ul:not(.subnav) {
	margin: 25px 0 20px;
}
.filters-by-category ul li {
	display: inline-block;
	line-height: 1em;
	margin: 0 0 10px;
}
.filters-by-category ul li a {
	display: block;
	position: relative;
	background: #f1f1f1;
	border: 0;
	font-size: 16px;
	line-height: 20px;
	height: auto;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 29px;
	padding: 20px 26px 18px;
	color: #000;
	outline: 0;
	-moz-box-shadow: none;
	box-shadow: none;
	min-width: 10em;
	white-space: normal;
	text-decoration: none;
}
.filters-by-category ul.subnav li a {
	position: relative;
	background: transparent;
	text-transform: lowercase;
	border: 2px solid #c7c7c7;
	line-height: 16px;
}
.filters-by-category ul.subnav li a:hover,
.filters-by-category ul.subnav li a.selected {
	background: #f1f1f1;
	color: #000;
	transition: all 0.2s ease;
	text-decoration: none;
}
.filters-by-category ul:not(.subnav) li a:hover,
.filters-by-category ul:not(.subnav) li a.selected {
	background: #ffce1d;
	color: #000;
	transition: all 0.2s ease;
	text-decoration: none;
}
.filters-by-category ul:not(.subnav) li a.selected:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 206, 29, 0);
	border-top-color: #ffce1d;
	border-width: 10px;
	margin-left: -10px;
	transition: all 0.2s ease;
	margin-top: -20px;
}
.filters-by-category ul:not(.subnav) li a.selected:after {
	margin-top: 0;
}
@media (max-width: 1199px) {
	.filters-by-category ul li a {
		font-size: 14px;
		padding: 10px 20px;
	}
	.filters-by-category ul:not(.subnav) li a.selected:after {
		border-width: 6px;
		margin-left: -6px;
	}
}
@media (max-width: 991px) {
	.filters-by-category ul li a {
		font-size: 12px;
		padding: 5px 10px;
	}
	.filters-by-category ul:not(.subnav) li a.selected:after {
		border-width: 4px;
		margin-left: -4px;
	}
}
.portfolio-grid.gallery-isotope .item .caption {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-align: left;
	align-items: center;
}
.portfolio-grid.gallery-isotope .item .caption span:first-child {}
.portfolio-grid.gallery-isotope .item .caption > a,
.portfolio-grid.gallery-isotope .item .caption > a:hover,
.portfolio-grid.gallery-isotope .item .caption > a:focus {
	font-size: 1em;
	font-weight: 200;
	color: #ffce1d;
	padding-left: 10px;
}
.filter-tab-content > * {
	display: none;
}

/*news*/

.news-grid .news-block {
	margin-bottom: 45px;
}
@media (min-width: 1600px) {
	.news-grid > *:nth-child(odd) .news-block {
		margin: 0 10% 45px 0;
	}
	.news-grid > * .news-block {
		margin: 0 0 45px 10%;
	}
}
@media (min-width: 1200px) {
	.news-grid > *:nth-child(odd) .news-block {
		margin: 0 5% 45px 0;
	}
	.news-grid > * .news-block {
		margin: 0 0 45px 5%;
	}
}
.news-block .news-text {
	position: relative;
	padding-left: 70px;
	margin-top: 29px;
}
.news-block .news-text.no-shift {
	padding-left: 0;
}
.news-block .news-text p,.news-block .news-text ul {
	font-size: 15px;
}
.news-block .news-text ul {
	padding:  0 0 0 15px;
}
.news-block .news-text p + * {
	 margin-top: 5px;
}
.news-block .news-text p {
	margin-bottom: 0;
}
.news-block .news-title {
	font-size: 17px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 600;
}
.news-block .news-date {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 50px;
	height: 51px;
	float: left;
}
.news-block .news-date .date {
	display: block;
	padding-top: 19px;
	padding-bottom: 2px;
	margin-bottom: 3px;
	background: url(../images/icon-calendar.png) no-repeat;
	font-weight: 500;
	font-size: 24px;
	line-height: 31px;
}
.news-block .news-date .month {
	display: block;
	font-size: 9px;
	line-height: 12px;
	text-transform: uppercase;
}
.news-block .news-date .year {
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.news-block .news-link {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: underline;
	color: #ffce1d;
}
.news-block .news-link:hover {
	text-decoration: none;
}
@media (min-width: 768px) {
	.news-grid .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
}

/*object*/

#main-photo {
	margin-bottom: 12px;
}
#thumb-photos {
	margin: 0 -6px;
	width: calc(100% + 12px);
}
#thumb-photos img {
	width: calc(100% - 10px);
	display: block;
	cursor: pointer;
	border: 1px solid rgba(204, 204, 204, 0.48);
	margin: 0 5px;
}
.object-info {
	margin-bottom: 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.object-info .info-row {
	margin-bottom: 55px;
}
.object-info .info-row p {
	margin: 0;
}
.object-info .info-row h4 {
	font-size: 17px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
}
.object-btns {
	/*margin-top: auto;*/
}
.object-btns > div + div {
	margin-top: 25px;
}
.more-loader {
	display: none;
}
.more-loader.visible {
	display: block;
	text-align: center;
	padding-bottom: 25px;
}

/*preloader*/

#loader-wrapper.loader-off {
	display: none !important;
}
#loader-wrapper {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 15000;
	overflow: hidden;
}
.loader img {
	width: 100%;
	width: 245px;
	height: 164px;
}
.loader {
	width: 245px;
	height: 164px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -120px 0 0 -122px;
}

/* Progress Bar */

.progress {
	position: relative;
	height: 4px;
	display: block;
	width: 100%;
	background-color: #f1f1f1;
	border-radius: 2px;
	background-clip: padding-box;
	margin: 0.5rem 0 1rem 0;
	overflow: hidden;
	box-shadow: none;
}
.progress .indeterminate {
	background-color: #ffce1d;
}
.progress .indeterminate:before {
	content: '';
	position: absolute;
	background-color: inherit;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
	animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress .indeterminate:after {
	content: '';
	position: absolute;
	background-color: inherit;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
	animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
	-webkit-animation-delay: 1.15s;
	animation-delay: 1.15s;
}
@-webkit-keyframes indeterminate {
	0% {
		left: -35%;
		right: 100%;
	}
	60% {
		left: 100%;
		right: -90%;
	}
	100% {
		left: 100%;
		right: -90%;
	}
}
@keyframes indeterminate {
	0% {
		left: -35%;
		right: 100%;
	}
	60% {
		left: 100%;
		right: -90%;
	}
	100% {
		left: 100%;
		right: -90%;
	}
}
@-webkit-keyframes indeterminate-short {
	0% {
		left: -200%;
		right: 100%;
	}
	60% {
		left: 107%;
		right: -8%;
	}
	100% {
		left: 107%;
		right: -8%;
	}
}
@keyframes indeterminate-short {
	0% {
		left: -200%;
		right: 100%;
	}
	60% {
		left: 107%;
		right: -8%;
	}
	100% {
		left: 107%;
		right: -8%;
	}
}
.review-gallery {
	display: none;
}
.review-list [class*='col-'] {
	margin-bottom: 25px;
}
@media (min-width: 1200px) {
	.review-list .col-md-3:nth-child(4n+1) {
		clear: left;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	.review-list .col-md-3:nth-child(4n+1) {
		clear: left;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.review-list .col-sm-4:nth-child(3n+1) {
		clear: left;
	}
}
@media (max-width: 767px) {
	.review-list .col-xs-6:nth-child(2n+1) {
		clear: left;
	}
}
.akcija-popup.white-popup {
	position: relative;
	padding: 0;
	width: auto;
	max-width: 900px;
	text-align: left;
	border-radius: 15px;
}
.akcija-popup.white-popup .title {
	padding: 60px 7% 55px;
	font-weight: 500;
	text-shadow: 1px 1px 1px #000;
	background: url(../images/akcija-title.jpg) no-repeat center 0;
	border-radius: 15px 15px 0 0;
}
.akcija-popup.white-popup .title h2 {
	padding: 0;
	margin: 0;
	font-size: 41px;
	line-height: 1em;
	color: #fff;
	font-weight: 500;
	text-transform: none;
	text-shadow: 1px 1px 1px rgba(85, 85, 85, 0.4);
	background: url(../images/akcija-title.jpg) no-repeat center 0;
	text-align: left;
}
.akcija-popup .baloons {
	position: absolute;
	top: -125px;
	left: -130px;
	z-index: 1;
	pointer-events: none;
}
.akcija-popup .text-wrap {
	padding: 40px 7% 30px 6.0%;
}
.akcija-popup .text-wrap > div {
	clear: both;
	overflow: hidden
}
.akcija-popup .text-wrap .akcija-icon {
	width: 80px;
	float: left;
}
.akcija-popup .text-wrap .akcija-text {
	float: left;
	font-size: 14px;
	line-height: 20px;
	color: #243747;
	width: calc(100% - 80px);
	padding-top: 10px;
}
.akcija-popup .text-wrap .akcija-text h3 {
	font-size: 22px;
	line-height: 1em;
	font-weight: 500;
	text-transform: none;
	margin-bottom: 10px;
	padding: 0;
	color: #ff3c00;
}
@media (min-width: 992px) {
	.akcija-popup .mfp-close {
		top: -35px;
		right: -35px;
		color: #ffce1d;
		font-size: 40px;
		opacity: 1;
	}
}
.akcija-popup .mfp-close:hover {
	color: #fff;
}
@media (max-width: 767px) {
	.akcija-popup .baloons {
		display: none;
	}
	.akcija-popup.white-popup .title {
		padding: 30px 7% 25px;
	}
	.akcija-popup.white-popup .title h2 {
		font-size: 31px;
	}
	.akcija-popup .text-wrap {
		padding: 20px 7% 10px 6.0%;
	}
	.akcija-popup .text-wrap .akcija-text {
		font-size: 12px;
		line-height: 16px;
	}
	.akcija-popup .text-wrap .akcija-text h3 {
		font-size: 18px;
	}
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	margin-bottom: 40px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.poll-form {
	background-color: #f1f1f1;
	padding: 40px;
}
.form-step {
	display: inline-block;
	margin-bottom: 20px;
}
.form-step span {
	display: block;
	width: 54px;
	height: 54px;
	margin-left: -10px;
	border-radius: 50%;
	font-size: 30px;
	line-height: 54px;
	text-align: center;
	background-color: #ffce1d;
	color: #fff;
}
.form-step .form-step-num {
	width: 64px;
	float: left;
}
.form-step div:last-child {
	overflow: hidden;
}
.form-step p {
	margin-bottom: 10px;
}
.form-step textarea {
	height: 90px;
	width: 100%;
	border: 0;
}
.form-divider {
	height: 35px;
	margin-top: 35px;
	border-top: 1px solid #d8d8d8;
	clear: both;
	margin-left: 64px;
}
.poll-form input {
	margin-left: 64px;
	margin-bottom: 12px;
	width: calc(100% - 64px);
}
.poll-form .btn-form,
.poll-form label.error {
	margin-left: 64px;
}
.poll-form label.error {
	margin-top: -10px;
}
.poll-form textarea +label.error {
	margin-top: 0;
	margin-left: 0;
}
.smart-house {
	position: absolute;
	left: 260px;
	top: 15px;
	background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #f3f3f3 0%, #ffffff 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=0);
	border-radius: 22px;
	font-size: 16px;
	line-height: 35px;
	white-space: nowrap;
	padding: 18px 30px 12px 80px;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none !important;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(179, 179, 179, 0.5);
	-moz-box-shadow: 0px 5px 0px 0px rgba(179, 179, 179, 0.5);
	box-shadow: 0px 5px 0px 0px rgba(179, 179, 179, 0.5);
}
.smart-house:hover {
	color: #ffb500;
}
.smart-house img {
	position: absolute;
	top: 9px;
	left: 14px;
}
@media (max-width: 991px) {
	.smart-house {
		display: none;
	}
}
@media (max-width: 1199px) {
	.smart-house {
		border-radius: 16px;
		font-size: 14px;
		line-height: 25px;
		white-space: nowrap;
		padding: 12px 20px 7px 50px;
	}
	.smart-house img {
		top: 8px;
		left: 10px;
		width: 30px;
	}
}
.videoWrapper {
  margin-bottom: 40px;
  width: 560px;
  max-width: 100%;
}
.reviews-carousel {
	max-width: 1296px;
	margin-left: auto;
	margin-right: auto;
}
.review-item {
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 10px;
}
@media (max-width: 1199px) {
	.review-item {
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media (max-width: 767px) {
	.review-item {
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media (max-width: 479px) {
	.review-item {
		margin-left: 0;
		margin-right: 0;
	}
}
.review-item-text1 {
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #243747;
}
.review-item-text2 {
	font-size: 17px;
	line-height: 1.2em;
	font-style: italic;
	color: #a5a5a5;
}
.review-item-text2 b {
	font-style: normal;
	color: #484848;
}
@media (max-width: 479px) {
	.review-item-text1, .review-item-text2 {
		font-size: 16px;
	}
}
.review-item-image {
	position: relative;
	margin-bottom: 20px;
}
.review-item-image img {
	width: 100%;
	border: 7px solid #f8f8fa;
	cursor: pointer;
}
.review-item-image svg {
	position: absolute;
	bottom: -56px;
	right: 20px;
	width: 70px;
	height: 80px;
}
.review-item-image svg path {
	fill: #f8f8fa;
}
.reviews-carousel .slick-dots {
	bottom: 0;
	position: relative;
	margin: 30px 0 0 0 !important;
}
.reviews-carousel.outside-dots .slick-dots li button,
.reviews-carousel.outside-dots li.slick-active button {
	width: 15px;
	height: 15px;
	border: 2px solid #dddddd;
}
.reviews-carousel.outside-dots li.slick-active button {
	background: #ffce1d;
	border: 2px solid #ffce1d;
}

/*added 2023*/
 img {
	 height: auto;
 }
.services-row .img-scale {
	height: 0;
	padding-bottom: 54.91%;
	position: relative;
}
picture, picture > source {
	position: inherit;
	display: block;
	width: 100%;
	height: auto;
	overflow:visible;
}
.news-image {
	height: 0;
	padding-bottom: 51.37%;
	position: relative;
	background: #f8f8f8;
}
.news-image > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100% !important;
}
.portfolio-grid .img-scale {
	height: 0;
	padding-bottom: 100.25%;
	position: relative;
	background: #f8f8f8;
}
.portfolio-grid .img-scale > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100% !important;
}
.services-row  picture {
	position: absolute;
	inset: 0;
}
#slider:not(.slick-initialized) .slide:not(:first-child),
#slider:not(.slick-initialized) .slide-content {
	display: none;
}
#slider {
	height: 46vw;
	min-height: 46vw;
}
.slider-section {
	overflow: hidden;
}
.slider-section .mask-bottom:after, .slider-section .mask-bottom:before {
	background-color: #f1f1f1;
}
.lazy {
	opacity: 1;
	transition: opacity .2s ease-in;
}
.lazy:not(.loaded) {
	opacity: 0;
}
header .lazy:not(.loaded) {
	opacity: 1;
}
.lazy.loaded {
	height: inherit;
}
#main-photo, #thumb-photos {
	opacity: 1;
	transition: opacity .2s ease-in;
}
#main-photo:not(.slick-initialized),
#thumb-photos:not(.slick-initialized) {
	opacity: 0;
}
#main-photo:not(.slick-initialized){
	max-height: 600px;
}
#thumb-photos:not(.slick-initialized) {
	max-height: 135px;
}
.object-col {
	position: relative;
}
.object-col #loader-wrapper {
	position: absolute;
	height: 600px;
}
#main-photo.slick-initialized ~ #loader-wrapper {
	opacity: 0;
	pointer-events: none;
}
