* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
	font-family: "Raleway", sans-serif;
	font-weight: normal;		
	min-width: 320px;
	position: relative;
	line-height: 1.6; 
	background-color: #222c35;
	color: #999;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	-webkit-font-smoothing: antialised; 
}

h1, h2 {
    margin-bottom: 20px;
}

h3, h4, h5, h6, p, textarea, button {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

h1 {
    font-size: 48px;
    line-height: 56px;
}

h2 {
    font-size: 32px;
    line-height: 42px;
}

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

th, td {
    padding: 10px;
}

ul, ol {    
    margin-bottom: 30px;
}

a {
    color: #333;
}

a:hover {
    color: #f9a34f;
}

a:active, a:focus, input, textarea, button { outline: none; }

.container {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;    
}

.vc_section,
.vc_row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.vc_column_container > .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.post-categories {
    margin-bottom: 30px;
}

.post-categories ul {
    list-style: none;
    display: flex;
    margin: 0;
}

.post-categories li:not(:last-child) {
    margin-right: 20px;
}

.post-categories a {
    display: inline-block;
    padding: 5px 10px;
    background-color: #369;
    opacity: .8;

    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.post-categories .current-cat a,
.post-categories a:hover {
    opacity: 1;
}

.post-entries ul {
    list-style: none;
    margin: 0;
}

.post-entries li {
    margin-bottom: 30px;
}

.post-entries .entry-date {
    margin-bottom: 5px;
}

.post-entries li.has-post-thumbnail {
    display: flex;
}

.post-entries li.has-post-thumbnail img {
    margin-right: 20px;
}

.entry-title {
    font-weight: bold;
}

.entry-date,
.post-date {
    font-size: 16px;
    color: #666;
}

.post-content {
    margin-bottom: 40px;
}

.post-date {
    margin-bottom: 20px;
}

.post-tags {
    display: flex;
}

.post-tags a {
    font-size: 16px;
    font-style: italic;
    color: #666;
}

.post-tags a:before {
    content: '#';
}

.post-tags a:not(:last-child) {
    margin-right: 10px;
}

.post-pagination {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.post-pagination ul {
    list-style: none;
    margin: 0;

    display: flex;
    justify-content: center;
}

.post-pagination li:not(:last-child) {
    margin-right: 20px;
}

.post-pagination a,
.post-pagination .current {
    display: inline-block;
    text-decoration: none;
}

.post-pagination a {
    color: #666;
    border: 2px solid #ededed;
    padding: 8px 18px;
    opacity: .8;
}

.post-pagination a:hover {
    opacity: 1;
}

.post-pagination .current {
    padding: 10px 20px;
    font-weight: bold;
    color: #000;
    background-color: #ededed;
}

	.main-slider-wrap {
		min-height: 900px;
		background-repeat: no-repeat;
		background-position: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.slick-slide:nth-child(1) .main-slider-wrap  {
		background-image: url('/wp-content/uploads/2021/07/slide01.jpg');
	}
	
	.slick-slide:nth-child(2) .main-slider-wrap  {
		background-image: url('/wp-content/uploads/2021/07/slide02.jpg');
	}	

	.slick-slide:nth-child(3) .main-slider-wrap  {
		background-image: url('/wp-content/uploads/2021/07/slide03.jpg');
	}

	.main-slider-box {
		border: 11px solid #f4f4f5;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		color: #fff;
		max-width: 750px;
    padding: 100px;
    margin: auto;
	}

	.slider-title {
		font-size: 20px;
		line-height: 0.8;
    margin: 0;
    padding: 0 0.2em;
    text-shadow: 0 0 7px rgb(0 0 0 / 25%);
		max-width: 500px;
    text-align: center;
	}
	
	.slider-subtitle {
		font-size: 48px;
		line-height: 50px;
		font-weight: 800;
    margin-top: 20px;
		text-align: center;
}

	
	.hidden {
		display: none; 
	}


.modal-window {
	display: none;
}

.modal-window.active {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: rgba(0, 0, 0, .45);
}

.modal-window__wrapper {
	box-sizing: border-box;
	position: relative;
	background-color: #313131;
	width: 300px;
	min-height: 300px;	
	border-radius: 10px;
	box-shadow: 0 0 20px -10px #f6e381;
}

.modal-window__wrapper h3 {
	text-align: center;
}

.modal-window__btn-wrapper {
	position: absolute;
	top: 5px;
	right: 5px;
}

.close-popup {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 26px;
	height: 28px;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
}

.close-popup::before,
.close-popup::after {
	content: '';
	position: absolute;
	width: 24px;
	height: 5px;
	background-color: rgb(244, 151, 18);
	right: 1px;
	top: 12px;
}

.close-popup:before {
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}

.close-popup::after {
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
}

.modal-window .contact-form-port label {
	margin-bottom: 0;
}

	
	/*-----header------*/
	
	#header{
		position: absolute;
		width: 100%;
	}
	#nav-section {
		min-height: 56px;
		min-width: 320px;
		padding: 0;
		background-color: #222c35;
		/*box-shadow: 0 5px 5px -5px #333;*/
		position: relative;
		z-index: 9;
		width: 100%;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		text-align: center;
	}
	#nav-section.stuck {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 11;
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
	}
	#nav-section.stuck:after {
		content: " ";
		position: absolute;
		bottom: -3px;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #e3e3e3;
		z-index: 10;
	}
	#nav-section.shrink {
		min-height: 61px;
	}
	#nav-section.shrink .nav-logo img {
		height: 62px;
	}
	#nav-section.shrink .navbar-nav > li > a {
		line-height: 61px;
	}
	.navbar {
		float: none;
		/*margin: 0px 30px 0 0;*/
		min-height: 0;
		border: none;
	}
	.navbar-nav > li > img{
		width: 20px;
		margin-left: 35px;
	}
	.navbar-nav > li > a {    
			display: inline-block;
			color: #fff;
			line-height: 56px;
			font-size: 13px;
			font-weight: 800;
			/* font-family: "OpenSansBold", sans-serif; */
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
			text-transform: uppercase;   
	}
	.navbar-nav > li{
		padding: 0 25px 0 13px;
	}
	.navbar-nav > li:first-child{
		padding-left: 0;
	}
	.navbar-nav > li:last-child{
		padding-right: 0;
	}
	
	/*.navbar-nav > li:before{
		 content: '';
			width: 1px;
			height: 30%;
			background: #000;
			position: absolute;
			top: 35%;
			left: 0;
	}
	.navbar-nav > li:first-child:before {
		display: none;
	}*/
	
	.nav .open > a,
	.nav .open > a:hover,
	.nav .open > a:focus,
	.nav > li > a:hover,
	.nav > li > a:focus,
	.navbar-nav > li > a.active {
		background-color: transparent;
		color: #f9a34f;
	}
	
	@media (min-width: 768px){
		.navbar {
			border-radius: 4px;
		}
	}
	@media (min-width: 768px){
		.navbar-nav {
			float: none;
			margin: 0;
		}
	}
	.nav {
			margin-bottom: 0;
			padding-left: 0;
			list-style: none;
	}
	@media (min-width: 768px){
		.navbar-nav>li {
			display: inline-block;
		}
	}
	.nav>li {
			position: relative;
			/*display: block;*/
	}
	@media (max-width: 992px){
		.sb-search {
			display: none;
		}
	}
	@media (max-width: 992px){
		.nav {
			display: none;
		}
	}
	
	.navbar ul>li ul {
			opacity: 0;
			filter: alpha(opacity=0);
			visibility: hidden;
			-webkit-transition: .25s;
			-moz-transition: .25s;
			-o-transition: .25s;
			-ms-transition: .25s;
			transition: .25s;
			background: #222c35;
			position: absolute;
			top: 44px;
			left: 14px;
			height: auto;
			padding: 0;
			z-index: 22 !important;
			text-align: left;
			padding: 12px 26px;
	}
	
	.navbar ul>li ul>li ul.second-drop{
		left: 183px;
		top: -4px;
	}
	.navbar ul>li:hover>ul {
			opacity: 1;
			border-radius: 3px;
			filter: alpha(opacity=100);
			visibility: visible;
			box-shadow: 15px 25px 29px rgba(0, 0, 0, 0.5);
	}
	.navbar ul>li ul .fa{
		margin-left: 70px;
	}
	.navbar ul>li ul li {
			white-space: nowrap;
			position: relative;
			display: block;
			padding: 0;
			margin: 16px 0;
	}
	.navbar ul>li ul a {
			color: #fff;
			text-transform: uppercase;
			font-size: 13px;
	}
	.navbar ul>li ul a:hover {
			color: #f9a34f;
	}

	.menu-item-has-children {
		position: relative;
	}

	.menu-item-has-children::before {
		content: "\2304";
    position: absolute;
    right: 10px;
    z-index: 20;
    color: #fff;
    bottom: 25px;
    font-size: 20px;
	}
	
	/*Toogle Menu*/
	.toggle-mnu {
		display: block;
		width: 28px;
		height: 28px;
		margin-top: 16px;
	}
	.toggle-mnu span:after, 
	.toggle-mnu span:before {
		content: "";
		position: absolute;
		left: 0;
		top: 9px;
	}
	.toggle-mnu span:after {
		top: 18px;
	}
	.toggle-mnu span {
		position: relative;
		display: block;
	}
	.toggle-mnu span, 
	.toggle-mnu span:after, 
	.toggle-mnu span:before {
		width: 100%;
		height: 3px;
		background-color: #fff;
		transition: all 0.3s;
		backface-visibility: hidden;
		border-radius: 2px;  
	}
	.toggle-mnu.on span {
		background-color: transparent;
	}
	.toggle-mnu.on span:before {
		transform: rotate(45deg) translate(-1px, 0px);
	}
	.toggle-mnu.on span:after {
		transform: rotate(-45deg) translate(6px, -7px);
	}
	/*End Toogle Menu*/
	.toggle-mnu {
		position: absolute;
		top: 0;
		right: 15px;
		z-index: 500;
	}
	.hidden-mnu {  
		display: none;
		z-index: 50;
		width: 80%;
		right: 0;
		background-color: #222c35;
		position: absolute;
		box-shadow: 15px 25px 29px rgba(0, 0, 0, 0.5);
	}
	.hidden-mnu ul {
		padding: 0;
		border-bottom: 1px #ccc solid;
	}
	.hidden-mnu li {
			display: block;
			/*padding: 0px 10px;*/
			color: #fff;
			font-size: 12px;
			text-align: left;
			text-transform: uppercase;    
	}
	.hidden-mnu a {
		color: #fff;
		display: block;
		padding: 12px 10px;
	}
	.hidden-mnu a:active {
		text-decoration: underline;
	}
	.hidden-mnu a:hover {
		color: #fff;
		background-color: #f9a34f;
		text-decoration: underline;   
		transition: all .5s ease;
	}	
	
	.cd-accordion-menu ul {
		/* by default hide all sub menus */
		display: none;
	}
	.cd-accordion-menu li {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.cd-accordion-menu input[type=checkbox] {
		/* hide native checkbox */
		position: absolute;
		opacity: 0;
	}
	.cd-accordion-menu label, .cd-accordion-menu a {
		position: relative;
		display: block;
		padding: 12px 18px 12px 50px;
		/*background: #4d5158;*/
		box-shadow: inset 0 -1px #555960;
		color: #ffffff;
		font-size: 1.6rem;
	}
	.no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover {
		/*background: #52565d;*/
	}
	.cd-accordion-menu label::before {
		/* icons */
		content: '';
		display: inline-block;
		width: 12px;
		height: 12px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.cd-accordion-menu label {
		cursor: pointer;
	}
	.cd-accordion-menu label::before {
		background-image: url(../img/cd-icons.svg);
		background-repeat: no-repeat;
	}
	.cd-accordion-menu label::before {
		/* arrow icon */
		left: 18px;
		background-position: 0 0;
		-webkit-transform: translateY(-50%) rotate(-90deg);
		-moz-transform: translateY(-50%) rotate(-90deg);
		-ms-transform: translateY(-50%) rotate(-90deg);
		-o-transform: translateY(-50%) rotate(-90deg);
		transform: translateY(-50%) rotate(-90deg);
	}
	/*.cd-accordion-menu label::after {
		folder icons 
		left: 41px;
		background-position: -16px 0;
	}*/
	.cd-accordion-menu a::after {
		/* image icon */
		left: 36px;
		background: url(../img/cd-icons.svg) no-repeat -48px 0;
	}
	.cd-accordion-menu input[type=checkbox]:checked + label::before {
		/* rotate arrow */
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.cd-accordion-menu input[type=checkbox]:checked + label::after {
		/* show open folder icon if item is checked */
		background-position: -32px 0;
	}
	.cd-accordion-menu input[type=checkbox]:checked + label + ul,
	.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
		/* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
		/* show children when item is checked */
		display: block;
	}
	.cd-accordion-menu ul label,
	.cd-accordion-menu ul a {
		/*background: #35383d;*/
		box-shadow: inset 0 -1px #41444a;
		padding-left: 82px;
	}
	.no-touch .cd-accordion-menu ul label:hover, .no-touch
	.cd-accordion-menu ul a:hover {
		background: #3c3f45;
	}
	.cd-accordion-menu > li:last-of-type > label,
	.cd-accordion-menu > li:last-of-type > a,
	.cd-accordion-menu > li > ul > li:last-of-type label,
	.cd-accordion-menu > li > ul > li:last-of-type a {
		box-shadow: none;
	}
	.cd-accordion-menu ul label::before {
		left: 36px;
	}
	.cd-accordion-menu ul label::after,
	.cd-accordion-menu ul a::after {
		left: 59px;
	}
	.cd-accordion-menu ul ul label,
	.cd-accordion-menu ul ul a {
		padding-left: 100px;
	}
	.cd-accordion-menu ul ul label::before {
		left: 54px;
	}
	.cd-accordion-menu ul ul label::after,
	.cd-accordion-menu ul ul a::after {
		left: 77px;
	}
	.cd-accordion-menu ul ul ul label,
	.cd-accordion-menu ul ul ul a {
		padding-left: 118px;
	}
	.cd-accordion-menu ul ul ul label::before {
		left: 72px;
	}
	.cd-accordion-menu ul ul ul label::after,
	.cd-accordion-menu ul ul ul a::after {
		left: 95px;
	}
	@media only screen and (min-width: 600px) {
		.cd-accordion-menu label, .cd-accordion-menu a {
			font-size: 13px;
			font-weight: 800;
		}
		.cd-accordion-menu label::before {
			left: 24px;
		}
		/*.cd-accordion-menu label::after {
			left: 53px;
		}*/
		.cd-accordion-menu ul label,
		.cd-accordion-menu ul a {
			padding-left: 72px;
		}
		.cd-accordion-menu ul label::before {
			left: 48px;
		}
		.cd-accordion-menu ul label::after,
		.cd-accordion-menu ul a::after {
			left: 77px;
		}
		.cd-accordion-menu ul ul label,
		.cd-accordion-menu ul ul a {
			padding-left: 130px;
		}
		.cd-accordion-menu ul ul label::before {
			left: 72px;
		}
		.cd-accordion-menu ul ul label::after,
		.cd-accordion-menu ul ul a::after {
			left: 101px;
		}
		.cd-accordion-menu ul ul ul label,
		.cd-accordion-menu ul ul ul a {
			padding-left: 154px;
		}
		.cd-accordion-menu ul ul ul label::before {
			left: 96px;
		}
		.cd-accordion-menu ul ul ul label::after,
		.cd-accordion-menu ul ul ul a::after {
			left: 125px;
		}
	}
	.cd-accordion-menu.animated label::before {
		/* this class is used if you're using jquery to animate the accordion */
		-webkit-transition: -webkit-transform 0.3s;
		-moz-transition: -moz-transform 0.3s;
		transition: transform 0.3s;
	}
		
	.contact-head {
		min-height: 84px;
		min-width: 320px;
		background-color: rgba(0, 0, 0, 0.4);
		box-shadow: 0 5px 5px -5px #333;
		padding: 10px 0;  
		width: 100%;
		position: absolute;
		z-index: 5;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	.contact-head.stuck {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 5;
		 background-color: rgba(0, 0, 0, 0.4);
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
	}
	.contact-head.stuck:after {
		content: " ";
		position: absolute;
		bottom: -3px;
		left: 0;
		width: 100%;
		height: 3px; 
		z-index: 10;
	}
	.contact-head.shrink {
		min-height: 61px;
	}
	.contact-head.shrink .nav-logo img {
		width: 140px;
	}
	.contact-head.shrink .navbar-nav > li > a {
		line-height: 61px;
	}
	.contact-head.shrink .social-item-head{
		margin-top: 17px;
	}
	.contact-head.shrink .contact-item-head{
		margin-top: 6px;
	}
	.contact-head.shrink .phone-head-btn{
		margin-top: 27px;
	}
	.head-logo{
		display: block;
		width: 100%;
	}
	.head-logo img{
		width: 160px;
	}
	.contact-item-head{
		text-align: right;
		line-height: 1.6;
		margin-top: 12px;
	}
	.phone-head a{
		color: #fff;
		font-size: 20px;
		font-family: "opensansregular", sans-serif;  
	}
	.phone-head a:hover{
		color: #f9a34f;
		transition: all .5s ease;
	}
	.mail-head a{
		color:#fff;
		font-size: 20px;
		border-bottom: 1px dashed #fff;
	}
	.mail-head a:hover{
		color:#f9a34f;
		font-size: 20px;
		border-bottom: none;
		transition: all .5s ease;
	}
	.social-item-head{
		text-align: right;
		margin-top: 22px;
	}
	.social-head ul {
			list-style: none;
			margin: 0;
			padding: 0;
			font-size: 0;
			text-align: right;
	}
	.social-head ul li {
			display: inline-block;
			margin-right: 8px;
	}
	.social-head ul li a {
			color: #2e3138;
			border: 1px solid #2e3138;
			padding: 6px 0;
			display: block;
			font-size: 12px;
			width: 39px;
			margin: 0;
			text-align: center;
			border-radius: 50px;
	}
	.social-head ul li a:hover{
			color: #fff;
			border: 1px solid #6aaf08;
			background: #6aaf08;
			-webkit-transition: all .5s ease;
			transition: all .5s ease;
	}
	.social-head ul li.tiktok a,
	.social-head ul li.facebook a,
	.social-head ul li.youtube a{
			padding: 10px 0;
			width: 41px;
	}
	.social-head ul li.insta a{  
			padding: 8px 0;    
			width: 43px;   
	}
	.social-head ul li.insta{
		position: relative;
		top: 2px;
	}
	
	.social-head ul li.tiktok a{
		color: #fff;
		border: 1px solid #fff;
		background: transparent;
	}
	.social-head ul li.tiktok a:hover{
			color: #000;
			border: 1px solid #fff; 
			background: #fff;  
	}
	.social-head ul li.insta a{
		color: #fff;
		border: 1px solid #fff;
		background: transparent;
		font-size: 16px;
	}
	.social-head ul li.insta a:hover{
			color: #c32aa3;
			border: 1px solid #fff; 
			background: #fff;  
	}
	.social-head ul li.facebook a{
		color: #fff;
		border: 1px solid #fff;
		background: transparent;
	}
	.social-head ul li.facebook a:hover{
			color: #3b5998;
			border: 1px solid #fff; 
			background: #fff;  
	}
	.social-head ul li.youtube a{
		color: #fff;
		border: 1px solid #fff;
		background: transparent;
	}
	.social-head ul li.youtube a:hover{
			color: #bf0a10;
			border: 1px solid #fff; 
			background: #fff;  
	}
	.social-head ul li img{
		width: 15px;
	}
	.social-head{
		margin-top: 6px;
	}
	.phone-head-btn{
		text-align: right;
		margin-top: 32px;
	}
	.phone-head-btn a{
		border: 2px solid #f9a34f;
		border-radius: 0;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.2em;
		line-height: 1.6em;
		/* margin-bottom: 4px; */
		padding: 17px 20px;
		text-transform: uppercase;
		color: #fff;
			/* margin-top: 21px;*/
	}
	.phone-head-btn a:hover{
		border: 2px solid #f9a34f;
		color: #fff;
		background-color: #f9a34f;
		-webkit-transition: all .5s ease;
			transition: all .5s ease;
	}
	/*------------------*/
	
	/*---hidden-form---*/
	.white-popup {
		position: relative; 
		padding: 25px;
		max-width: 590px;
		margin: 0 auto; }
		.white-popup img {
			max-width: 100%; }
	
	.mfp-zoom-in .mfp-with-anim {
		opacity: 0;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-transform: scale(0.8);
				-ms-transform: scale(0.8);
						transform: scale(0.8); }
	
	.mfp-zoom-in.mfp-bg {
		opacity: 0;
		-webkit-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out; }
	
	.mfp-zoom-in.mfp-ready .mfp-with-anim {
		opacity: 1;
		-webkit-transform: scale(1);
				-ms-transform: scale(1);
						transform: scale(1); }
	
	.mfp-zoom-in.mfp-ready.mfp-bg {
		opacity: 0.8; }
	
	.mfp-zoom-in.mfp-removing .mfp-with-anim {
		-webkit-transform: scale(0.8);
				-ms-transform: scale(0.8);
						transform: scale(0.8);
		opacity: 0; }
	
	.mfp-zoom-in.mfp-removing.mfp-bg {
		opacity: 0; }
	
	.mfp-close-btn-in .mfp-close {
			color: #fff;
			right: 34px;
			top: 34px;
	}
	/*----------------------------*/
	.form-callback {
		padding: 32px 26px;  
		background-color:#1b232a ;  
	}
	.contact-form-head {
		text-align: center;
	}
	.form-callback h4 {
		text-transform: uppercase;
		font-size: 18px;
		margin-top: 0;
		margin-bottom: 10px;
		color: #fff; 
	}
	.form-callback p {
		color: #fff;
		font-size: 14px;
		margin-top: 0;  
	}
	.form-callback span {
		font-size: 14px;
		color: #fff;
		opacity:.5;
		margin-bottom: 3px;
		display: block;
	}
	.form-callback input {
			background-color: transparent;
			border: 1px solid #323940;
			border-radius: 2px;
			color: #9a9a9a;
			font-size: 14px;
			font-weight: 500;
			height: 60px;
			letter-spacing: 2px;
			padding-bottom: 9px;
			padding-left: 29px;
			padding-right: 20px;
			padding-top: 9px;
			text-transform: uppercase;
			width: 100%;
			text-align: center;    
		}    
	input[type="text"] {    
			color: #fff;
	}
	::-webkit-input-placeholder { /* WebKit browsers */
		 color: #fff;
	}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		 color: #fff;
	}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
		 color: #fff;
	}
	:-ms-input-placeholder { /* Internet Explorer 10+ */
		 color: #fff;
	}
	.form-callback label {
		margin-bottom: 12px;
		display: block;
	}
	.button-small {
		border: 2px solid #f9a34f;
			border-radius: 0;
			font-size: 14px;
			font-weight: 500;
			letter-spacing: 0.2em;
			line-height: 1.6em;
			padding: 17px 20px;
			text-transform: uppercase;
			color: #fff;
			background: transparent;
			width: 100%;
	}
	.button-small:hover {
		border: 2px solid #f9a34f;
			color: #fff;
			background-color: #f9a34f;
			-webkit-transition: all .5s ease;
			transition: all .5s ease;
	}
	
	.button-small:active {
		background-color: #8c0325;
	}
	.form-callback .text-center {
		text-align: center;
	} 
	.form-callback { 
		margin: auto;  
		position:relative;
	} 
	.politic-conf p{
		color: #fff;
		font-size: 12px;
	}
	.politic-conf a{
		color: #fff;   
		opacity: .6;
	}
	.politic-conf a:hover{
		 color: #fff;
		 opacity: 1;
		 transition: all .25s ease;
		 -webkit-transition: all .25s ease;
	}
	/*----------------------*/
	
	/*------page_slider-------*/
	
	/*------------------------*/
	
	/*-----work-with-------*/
	.work-with{
	 padding: 50px 0 50px;
	}
	.section-title{
		text-align: center;
	}
	.section-title h3{
		font-weight: 100;
		margin-bottom: 15px;
		color: #fff;
		font-size: 50px;
		margin-top: 0;
		line-height: 1.4;
	}
	.section-title h3 .section-title-span{
		color: #f9a34f;
	}
	.section-title p{
		font-size: 20px;
		line-height: 30px;
		text-align: center;
		color: #999;
		font-weight: 400;
		margin-left: auto;
		margin-right: auto;
		max-width: 770px;    
	}
	/*---------------------*/
	
	/*-----services--------*/
	.services{
		background-color: #1b232a;
	}
	.second-section-title{
		text-align: center;
		margin: 0;
	}
	.second-section-title h4{		
		color: #fff;
		font-size: 28px;
		font-weight: 900;
		text-transform: uppercase;
	}
	.second-section-title p{
		font-size: 20px;
		line-height: 30px;
		text-align: center;
		color: #999;
		font-weight: 400;
		margin-left: auto;
		margin-right: auto;
		max-width: 770px;
	}
	.portfolio_item:before {
			content: " ";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(37, 37, 37, 0.5);
	}
	.portfolio_item:hover:before{
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition: all ease 0.5s;
		background-color: rgba(37, 37, 37, 0.1);
	}
	.portfolio_item h3{
		position: absolute;
		color: #fff;
		text-align: center;
		margin: auto;
		width: 100%;
		bottom: 12px;
		font-size: 20px;
		font-weight: 400;
		line-height: 1.4;
	}
	.portfolio_item:hover h3{
			opacity: 0;    
	}
	
	.portfolio_item {
		/*display: none;*/
		padding: 0; }
		.portfolio_item img {
			width: 100%; }
		.portfolio_item .port_item_cont {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			/*background-color: rgba(0, 0, 0, 0.8);*/
			text-align: center;
			padding-top: 15%;
			opacity: 0;
			-webkit-transition: all 0.5s;
							transition: all 0.5s; }
		.portfolio_item:hover .port_item_cont {
			opacity: 1;
			padding-top: 46%; }
	
		.portfolio_item a {
			background-color: transparent;
			/*border: #fff 1px solid;*/
			padding: 2px 10px;
			display: inline-block; 
		}
		.portfolio_item .popup_content{
			color: #fff;
			border: 2px #f9a34f solid;
			margin: auto;
			display: inline;
			padding: 17px 20px;
			text-transform: uppercase;
			letter-spacing: 1px;
			font-weight: 500;
			letter-spacing: 0.2em;
			line-height: 1.6em;
		}
		.portfolio_item .popup_content:hover{
			border: 2px solid #f9a34f;
			color: #fff;
			background-color: #f9a34f;
			-webkit-transition: all .5s ease;
			transition: all .5s ease;
		}

		.contact-form-port{
			padding: 35px 12px;
		}
		.contact-form-port .contact-form-head h4{
			color: #f9a34f;    
			margin: auto;
			display: block;
			text-transform: uppercase;    
			font-weight: 500;
			letter-spacing: 0.2em;
			line-height: 1.6em;
			margin-bottom: 20px;
		}
		.contact-form-port label {
			margin-bottom: 12px;
			display: block;
		}
		.contact-form-port input {
			background-color: transparent;
			border: 1px solid #323940;
			border-radius: 2px;
			color:#9a9a9a;
			font-size: 14px;
			font-weight: 500;
			height: 60px;
			letter-spacing: 2px;
			padding-bottom: 9px;
			padding-left: 29px;
			padding-right: 20px;
			padding-top: 9px;
			text-transform: uppercase;
			width: 100%;
			text-align: center;
		}
		.contact-form-port input[type="text"] {    
			color: #9a9a9a;
		}
		.contact-form-port ::-webkit-input-placeholder { /* WebKit browsers */
		 color: #9a9a9a;
	 }
	 .contact-form-port :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		 color: #9a9a9a;
	 }
	 .contact-form-port ::-moz-placeholder { /* Mozilla Firefox 19+ */
		 color: #9a9a9a;
	 }
	 .contact-form-port :-ms-input-placeholder { /* Internet Explorer 10+ */
		 color: #9a9a9a;
	 }
	 .contact-form-port button{
			color: #fff;
			border: 2px #f9a34f solid;
			margin: auto;
			display: inline;
			padding: 17px 20px;
			text-transform: uppercase;
			font-size: 14px;
			font-weight: 500;
			letter-spacing: 0.2em;
			line-height: 1.6em;
			border-radius: 0;
			width: 100%;
	 }
	 .contact-form-port button:hover{
			border: 2px solid #f9a34f;
			color: #fff;
			background-color: #f9a34f;
			-webkit-transition: all .5s ease;
			transition: all .5s ease;
	 }
	/*---------------------*/
	
	/*------edge-----------*/
	.edge{
		padding: 100px 0 50px;
	}
	.edge .section-title h3{
		margin-bottom: 50px;
		font-size: 28px;
		text-transform: uppercase;
		font-weight: 900; 
	}
	.adge-item-img{
		text-align: center;
	}
	.adge-item-text{
		text-align: center;
	}
	.adge-item-text h4{
		color: #fff;
		font-size: 20px;
		font-weight: 400;
		line-height: 1.4;
		margin-bottom: 17px;
		margin-top: 10px;
	}
	.adge-item-text h4:hover{
		color: #f9a34f;    
		transition: all .5s ease;
	}
	.adge-item-text p{
		color: #999;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
	}
	.adge-item{
		margin-bottom: 50px;
	}
	/*--------------------*/
	
	/*-----about----------*/
	.about{
		background-color: #1b232a;
		overflow: hidden;
		clear: both;
		position: relative;
	}
	.about .section-title{
		text-align: right;
	}
	.about .section-title h3{
		margin-bottom: 0;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 800;
	}
	.about .section-title p {
		max-width: inherit;
	}

	.about .section-title span {
		color: #fff;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 800;
		margin-bottom: 30px;
		display: block;
	}
	.text-about{
		padding-right: 50px;
		padding-left: 50px;
	}

	.faunder-text {
		max-width: 600px;
	}

	.text-about p{
		color: #999;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
	}
	.cover-image {
			background-repeat: no-repeat;
			background-size: cover;
			background-position: 50% 50%;
			bottom: 0;
			display: block;
			left: 0;
			position: absolute;
			right: 0;
			top: 0;
			z-index: 2;
	}
	.cover-image {
			height: 100%;
			width: 100%;
	}
	@media (min-width: 768px){
		.cover-image.s-cover-right {
			left: auto;
			width: 28%;
		}
	}
	
	/*--------------------*/
	
	/*-----prt-wrap-------*/
	.prt-wrap{
		padding: 100px 0 100px;
	}
	.prt-wrap .section-title h3{  
			font-size: 28px;
			text-transform: uppercase;
			font-weight: 900;
	}
	
	.dop-serv-item-img{
		display: block;
		width: 100%;
	}
	.dop-serv-item-img img{
		width: 100%;
	}
	.dop-serv-item-text{
		text-align: left;
	}
	.dop-serv-item-text h5{
			margin: 0;
			color: #f9a34f;
			font-size: 28px;
			line-height: 1.2;
			font-weight: 900;
			text-transform: uppercase;
	}
	.dop-serv-item-text p{
			font-size: 20px;
			line-height: 30px;    
			color: #999;
			font-weight: 400;    
	}
	.dopol-carusel{
		margin-top: 90px;
	}
	.dop-serv-item-btn{
		margin-top: 50px;
	}
	.dop-serv-item-btn p{
			color: #fff;
			border: 2px #f9a34f solid;
			margin: auto;
			display: inline;
			padding: 17px 20px;
			text-transform: uppercase;    
			font-weight: 500;
			letter-spacing: 0.2em;
			line-height: 1.6em;
	}
	.dop-serv-item-btn p:hover{
		border: 2px solid #f9a34f;
		color: #fff;
		background-color: #f9a34f;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	.prt-wrap .owl-nav {
			position: absolute;
			top: -50px;
			right: 0;
	}
	.prt-wrap .owl-nav div {
			width: 44px;
			height: 44px;
			line-height: 44px;
			display: inline-block;
			background: #1b232a;
			text-align: center;
			border-radius: 30px;
			color: #999;
			border: 1px solid #f9a34f;
	}
	.prt-wrap .owl-nav .owl-next {
			margin-left: 5px;
	}
	.prt-wrap .owl-nav div:hover {
			background: #f9a34f;
			color: #fff;
			transition: all .5s ease;
	}
	.prt-wrap .owl-dots {
			text-align: center;
			position: absolute;
			margin: auto;
			width: 100%;
			bottom: -40px;
	}
	.prt-wrap .owl-dots .owl-dot.active {
			background-color: #f9a34f;
	}
	.prt-wrap .owl-dots .owl-dot {
			background-color: #fff;
			border-radius: 10em;
			display: inline-block;
			height: 6px;
			margin: 0 12px;
			border-radius: 10em;
			width: 6px;
	}
	/*-------------------*/
	
	/*-----galeryBox-----*/
	.gallery-work{
		padding-bottom: 100px;
	}
	.gallery-work .section-title h4{
		margin: 0;
		color: #fff;
		font-size: 28px;
		font-weight: 900;
		text-transform: uppercase;
		margin-bottom: 30px;
	}
	.mb-4{
			margin-bottom: 2.5rem!important;
	}
	.galeryBox__box {
		padding: 0;
		margin: 0;  
		width: 100%;
		height: 210px;
		overflow: hidden; 
	}
	.galeryBox__box-inner {
		position: relative;
		height: 100%;
		width: 100%;
		z-index: 1; 
	}
	.galeryBox--special .galeryBox__box {
		height: 250px;
		overflow: hidden; 
	}
	.galeryBox--special .galeryBox__img {
		height: 210px;
		overflow: visible; 
	}
	.galeryBox__img {
		position: relative;
		z-index: -1; 
	}
	.galeryBox__box-text {
		position: relative;
		width: 100%;
		background: #fff;
		text-align: center;
		padding: 9px;
		z-index: 2; 
	}
	.galeryBox__box-text p {
		padding-bottom: 0;
		margin-bottom: 0;
		font-size: 16px;
		color: #222; 
	}
	.galeryBox__img {
		position: relative;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		background: #000;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		z-index: 2;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease; }
		.galeryBox__img:hover {
			-ms-transform: scale(1.05);
			-webkit-transform: scale(1.05);
			transform: scale(1.05); }
	
	.galeryBox__img-link {
		width: 100%;
		height: 100%;
		text-decoration: none; 
	}
	.padding-top--mb4 {
		padding-top: 16px; 
	}
	.galeryBox__btn-container {
		width: 100%;
		text-align: center;
		margin-top: -10px; 
	}
	
	@media (min-width: 567px) {
		.galeryBox__box {
			width: 100%;
			height: 240px; } 
	}
	
	@media (min-width: 768px) {
		.galeryBox__box {
			width: 100%;
			height: 260px; }
	}
	
	@media (min-width: 992px) {
		.galeryBox__box {
			width: 100%;
			height: 240px; }
	}
	
	@media (min-width: 1200px) {  
		.galeryBox__box {
			width: 100%;
			height: 260px; }
	}
	
	@media (min-width: 1600px) { 
		.galeryBox__box {
			width: 100%;
			height: 260px; } 
	}
	
	.gallery-work-btn{
		text-align: center;
		margin-top: 20px;
	}
	.gallery-work-btn a{
		border: 2px solid #f9a34f;
		border-radius: 0;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.2em;
		line-height: 1.6em;  
		padding: 17px 20px;
		text-transform: uppercase;
		color: #fff; 
	}
	.gallery-work-btn a:hover{
		border: 2px solid #f9a34f;
		color: #fff;
		background-color: #f9a34f;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	/*-------------------*/
	
	/*-----footer--------*/
	footer{
		background-color: #1b232a;
		padding: 100px 0 80px;
	}
	footer h3{
		color: #fff;
		font-size: 30px;
		font-weight: 200;
		margin-bottom: 29px;
		margin-top: 0;
	}
	.work-time ul{
		list-style-type: none;
		padding-left: 0;
	}
	.work-time ul li{
		margin-bottom: 16px;
	}
	.work-time ul li a{
		color: #999;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		margin-top: 0;
		margin-bottom: 16px;
	}
	.work-time ul li a:hover{
		color: #f9a34f;
		transition: all .5s ease;
	}
	footer .work-time ul li .fas {
			color: #f9a34f;
			font-size: 16px;
			margin-right: 5px;
	}
	.work-time .table {
			width: 100%;
			max-width: 100%;
			margin-bottom: 30px;
	}
	.work-time table {
			border-collapse: collapse;
			background-color: transparent;
	}
	.work-time .table thead th {
			vertical-align: bottom;
			text-align: left;
	}
	.work-time .table th, .work-time .table td {
			padding: 16px 0 16px;
			vertical-align: top;
			border-top: 1px solid #323940;
			text-align: left;
			font-weight: 100;
	}
	.work-time .table td{
		text-align: right;
		font-weight: 800;
	}
	.work-time table{
		font-size: 16px;  
		line-height: 1.2;
		color: #ccc;
		font-weight: 500;  
	}
	.work-time .unit_category .category_item:hover .table-striped{
			color: #ffffff;
	}
	footer .fcon p{
		color: #999;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		margin-top: 0;
	}
	footer .fcon ul{
		list-style-type: none;
		padding-left: 0;
	}
	footer .fcon ul li{
		color: #999;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		margin-top: 0;
		margin-bottom: 16px;
	}
	footer .fcon ul li .fas,
	footer .fcon ul li .far{
		color: #f9a34f;
		font-size: 18px;
		margin-right: 5px;
	}
	footer .fcon ul li a{
		color: #999;  
	}
	footer .fcon ul li a.footer-phone{
		font-family: "opensansregular", sans-serif;
	}
	footer .fcon ul li a:hover{
		color: #f9a34f;
		transition: all .5s ease;
	}
	.footer-form .contact-form-port {
			padding: 0;
	}
	.contact-form-port textarea {
			background-color: transparent;
			border: 1px solid #323940;
			border-radius: 2px;
			color: #9a9a9a;
			font-size: 14px;
			font-weight: 500;
			height: 100px;
			letter-spacing: 2px;
			padding-bottom: 9px;
			padding-left: 29px;
			padding-right: 20px;
			padding-top: 9px;
			text-transform: uppercase;
			width: 100%;
			text-align: center;
	}
	/*-------------------*/
	
	/*----second-page-head----*/
	.second-page-head{
		padding-top: 160px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		padding-bottom: 40px;
		margin-bottom: 50px;
	}
	.second-page-head .second-page-head-title{
		text-align: center;
	}
	.second-page-head .second-page-head-title h1{
		font-size: 50px;
		font-weight: 100;
		line-height: 1;
		margin-bottom: 17px;
		color: #fff;
	}
	.second-page-head:before {
			content: " ";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(34, 44, 53, 0.5);
		}	
	.breadcrumbs > span a {
			color: #999;
			text-transform: uppercase;
			font-weight: 600;
	}

	.breadcrumbs .itemListElement {			
			color: #f9a34f;
	}			

	.breadcrumbs > .current-item {
			color: inherit;
			color: #f9a34f;
			text-transform: uppercase;
	}

	.breadcrumbs .slash {
		padding: 0 10px;
		color: #999;
	}


	/*------------------------*/
	
	/*-----service-list-------*/
	.service-list-img{
		display: block;
		width: 100%;
		text-align: center;
	}
	.service-list-img img{
		width: 100%;
	}
	.service-list-text{
		text-align: center;
		padding: 40px;
	}
	.service-list-text h3{
		color: #fff;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 800;
	}
	.service-list-item{
		background-color: #1b232a;
		margin-bottom: 30px;
	}
	.service-list-btn{
		text-align: center;
	}
	.service-list-btn a{
		color: #fff;
			border: 2px #f9a34f solid;
			margin: auto;
			display: block;
			padding: 17px 20px;
			text-transform: uppercase;
			font-weight: 500;
			letter-spacing: 0.2em;
			line-height: 1.6em;
	}
	.service-list-btn a:hover{
		border: 2px solid #f9a34f;
			color: #fff;
			background-color: #f9a34f;
			-webkit-transition: all .5s ease;
			transition: all .5s ease;
	}
	.service-list-img img:hover {
			-ms-transform: scale(1.05);
			-webkit-transform: scale(1.05);
			transform: scale(1.05);
			-webkit-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
	}
	.service-list-img {
			padding: 0;
			margin: 0;    
			overflow: hidden;
	}
	.section-seo-text{
		color: #999;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
	}
	
	/*-------------------------*/
	
	/*-----gallery-product-line----*/
	.gallery-product-line{
		padding: 0 0 80px;
	}
	.gallery-product-line-text p{
		color: #999;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
	} 
	.gallery-product-line .section-title h4{
		margin: 0;
		color: #fff;
		font-size: 28px;
		font-weight: 900;
		text-transform: uppercase;
		margin-bottom: 30px;
		margin-top: 50px;
	}
	.gallery-product-line .section-title p{
		text-transform: uppercase;
		text-align: center;
		color: #f9a34f;
		margin-bottom: 50px;
	}
	.gallery-product-line .mb-4{
			margin-bottom: 2.5rem!important;
	}
	.gallery-product-line .galeryBox__box {
		padding: 0;
		margin: 0;  
		width: 100%;
		height: 210px;
		overflow: hidden; 
	}
	.gallery-product-line .galeryBox__box-inner {
		position: relative;
		height: 100%;
		width: 100%;
		z-index: 1;
	}
	.gallery-product-line .galeryBox--special .galeryBox__box {
		height: 250px;
		overflow: hidden; 
	}
	.gallery-product-line .galeryBox--special .galeryBox__img {
		height: 210px;
		overflow: visible; 
	}
	.gallery-product-line .galeryBox__img {
		position: relative;
		z-index: -1; 
	}
	.gallery-product-line .galeryBox__box-text {
		position: relative;
		width: 100%;
		background: #fff;
		text-align: center;
		padding: 9px;
		z-index: 2; 
	}
	.gallery-product-line .galeryBox__box-text p {
		padding-bottom: 0;
		margin-bottom: 0;
		font-size: 16px;
		color: #222; 
	}
	.gallery-product-line .galeryBox__img {
		position: relative;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		background: #000;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		z-index: 2;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease; }
		.gallery-product-line .galeryBox__img:hover {
			-ms-transform: scale(1.05);
			-webkit-transform: scale(1.05);
			transform: scale(1.05); }
	
	.gallery-product-line .galeryBox__img-link {
		width: 100%;
		height: 100%;
		text-decoration: none; 
	}
	.gallery-product-line .padding-top--mb4 {
		padding-top: 16px; 
	}
	.gallery-product-line .galeryBox__btn-container {
		width: 100%;
		text-align: center;
		margin-top: -10px; 
	}
	@media (min-width: 567px) {
		.gallery-product-line .galeryBox__box {
			width: 100%;
			height: 240px; } 
	}
	@media (min-width: 768px) {
		.gallery-product-line .galeryBox__box {
			width: 100%;
			height: 260px; }
	}
	@media (min-width: 992px) {
		.gallery-product-line .galeryBox__box {
			width: 100%;
			height: 240px; }
	}
	@media (min-width: 1200px) {  
		.gallery-product-line .galeryBox__box {
			width: 100%;
			height: 260px; }
	}
	@media (min-width: 1600px) { 
		.gallery-product-line .galeryBox__box {
			width: 100%;
			height: 260px; } 
	}
	.gallery-product-line-btn{
		text-align: center;
		margin-top: 30px;
	}
	.gallery-product-line-btn a{
			border: 2px solid #f9a34f;
			border-radius: 0;
			font-size: 14px;
			font-weight: 500;
			letter-spacing: 0.2em;
			line-height: 1.6em;
			/* margin-bottom: 4px; */
			padding: 17px 20px;
			text-transform: uppercase;
			color: #fff;
			/* margin-top: 21px;*/
	}
	.gallery-product-line-btn a:hover{
		border: 2px solid #f9a34f;
		color: #fff;
		background-color: #f9a34f;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	/*-----------------------------*/
	
	/*-------project-sect-------*/
	.project-sect{
		padding: 100px 0 80px;
	}
	.project-sect-img{
		display: block;
		width: 100%;
	}
	.project-sect-img img{
		width: 100%;
	}
	.project-sect .section-title h3{
		font-size: 40px;
		text-align: left;
	}
	.project-sect-text p{
		color: #999;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
	}
	.project-sect-text ul{
		list-style-type: none;
		padding-left: 0;
	}
	.project-sect-text ul li{
		color: #999;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		margin-bottom: 12px;
	}
	.project-sect-text ul li .fa{
		color: #f9a34f;
		margin-right: 10px;
	}
	.project-sect-tf p{
		color: #999;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		margin-top: 50px;
	}
	.gallery-work{
		padding-top: 100px;
	}
	/*--------------------------*/
	
	/*-----contact-page---------*/
	.contact-page{
		padding: 100px 0 100px;
	}
	.contact-page .section-title h3{
		font-size: 30px;
		text-align: left;
	}
	.contact-page-phone ul{
		list-style-type: none;
		padding-left: 0;
	}
	.contact-page-phone ul li {
			color: #999;
			font-size: 16px;
			font-weight: 400;
			line-height: 24px;
			margin-top: 0;
			margin-bottom: 16px;
	}
	.contact-page-phone ul li .fas,
	.contact-page-phone ul li .far {
			color: #f9a34f;
			font-size: 18px;
			margin-right: 5px;
	}
	.contact-page-phone ul li a.footer-phone {
			font-family: "opensansregular", sans-serif;
			color: #999;
	}
	.contact-page-phone ul li a:hover{
		color: #f9a34f;
		transition: all .5s ease;
	}
	.contact-page-phone ul li a {
			color: #999;
	}
	/*--------------------------*/
	.preloader {
		background: rgba(255, 255, 255, 0.99);
		bottom: 0;
		height: 100%;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 13000;
	}
	
	.no-js .preloader,
	.lt-ie9 .preloader,
	.lt-ie10 .preloader {
		display: none;
	}
	
	.preloader_image {
		background: url(../img/preloader.gif) no-repeat 50% 50% transparent;
		height: 256px;
		left: 50%;
		margin: -128px 0 0 -128px;
		position: absolute;
		top: 50%;
		width: 256px;
	}
	.navbar-nav > li:nth-child(7) > ul{
		left:-87px;
	}
	/*-----pagination------*/
	.pagination > li:first-child > a,
	.pagination > li:first-child > span {
			margin-left: 0;
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
	}
	.pagination > li:last-child > a,
	.pagination > li:last-child > span {
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;
	}
	.pagination > .active > a,
	.pagination > .active > span,
	.pagination > .active > a:hover,
	.pagination > .active > span:hover,
	.pagination > .active > a:focus,
	.pagination > .active > span:focus {
			z-index: 2;
			color: #fff !important;
			cursor: default;
			background-color: #f9a34f ;
			border-color: #f9a34f ;
	}
	.pagination > li > a,
	.pagination > li > span {
			position: relative;
			float: left;
			padding: 6px 12px;
			margin-left: -1px;
			line-height: 1.42857143;
			color: #222c35  !important;
			text-decoration: none;
			background-color: #fff;
			border: 2px solid #f9a34f ;
			margin: 5px;
	}
	.pagination > li > a:hover,
	.pagination > li > span:hover,
	.pagination > li > a:focus,
	.pagination > li > span:focus {
			color: #fff !important;
			background-color: #f9a34f ;
			border-color: #f9a34f ;
			-webkit-transition: all .5s ease;
			transition: all .5s ease;
	}
	.pagination li.active a { color: #fff !important }
	.pagination {
			display: inline-block;
			padding-left: 0;
			margin: 20px 0;
			border-radius: 4px;
	}
	.pagination > li {
			display: inline;
	}
	.text-centerss{
		text-align: center;
	}
	.pagination li a{
	 width: auto;
	}
	
	.pr-text-cat h4{
		font-size: 18px;
		color: #f9a34f ;
		line-height: 1.2;
	}

	.why-order-us .vc_row .vc_column-inner {
		padding-top: 0 !important;
	}

	.why-order-us .wpb_single_image {
		margin-bottom: 0;
	}

	.otkat-vorota {
		background-color: rgb(231, 236, 240);
		color: #000;
	}

	.advantages-otkat-vorot strong {
		font-size: 18px;
	}

	.advantages-otkat-vorot li {
		margin-bottom: 10px;
	}
	
	.type-comlect-vorot-otk-desc {
		text-align: center;
		color: #000;
	}

	.why-order-us-title {		
		font-weight: 600;
		font-size: 26px;
		line-height: 30px;
		color: #dd3333;
	}

	.why-order-us-list {
		list-style: none;
	}

	.why-order-us-title.right,
	.why-order-us-desc.right {
		text-align: right;
	}

	.otkat-vorota .phone-head-btn {
		text-align: center;
	}

	.otkat-vorota .main .phone-head-btn a {
		border: 2px solid #f9a34f;
    color: #fff;
    background-color: #f9a34f;
	}

	.flex-control-nav {
		display: none;
	}

	.form-row {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		margin-bottom: 20px;
		justify-content: space-between;
		max-width: 600px;	
	}

	.form-row input {
		box-sizing: border-box;
		height: auto;
		padding: 10px 20px 10px;
	}

	.form-row input {
		max-width: 291px;
		min-width: 291px;		
	}

	.form-row select {
		padding: 10px 5px 10px;
		min-width: 291px;
		border: 1px solid #323940;
	}

	.contact-form-port input[type="radio"] {
		height: 20px;
		min-width: auto;	
		padding: 0;
		cursor: pointer;
	}

	.form-row input[type="submit"] {
		border: 2px solid #f9a34f;
    color: #fff;
    background-color: #f9a34f;
	}

	.form-row input[type="submit"]:hover {
		border: 2px solid #f9a34f;
    color: #fff;
    background-color: #f9a34f;
		opacity: .85;
	}

	.mfp-close {
		opacity: 1 !important;
		font-size: 55px !important;
		color: #dd3333 !important;
	}

	.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
		cursor: pointer !important;
	}

	