/*
	Theme Name: proeconco
	Theme URI: https://atuin.ru/themes/proeconco/
	Author: Atuin
	Author URI: https://atuin.ru/
	Description: Эконко - Экологическая экспертиза и сопровождение строительной и природоохранной деятельности предприятий
	Requires at least: 5.9
	Tested up to: 5.9
	Requires PHP: 5.6
	Version: 1
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: proeconco
	Tags: 
	
	proeconco WordPress Theme, (C) 2021 WordPress.org
	proeconco is distributed under the terms of the GNU GPL.
*/
/*
	html {
    scroll-behavior: smooth;
	} 
*/	


/* -------------------------------------------------------------------- Главные стили */
::selection {
    background: #F39200;
	color: #fff;
}
::-moz-selection {
    background: #F39200;
	color: #fff;
}
::-webkit-input-placeholder {font-size: 16px;}
::-moz-placeholder {font-size: 16px;}         
:-moz-placeholder {font-size: 16px;}
:-ms-input-placeholder {font-size: 16px;}
:focus::-webkit-input-placeholder {opacity: 0;}	
:focus::-moz-placeholder {opacity: 0;}	
:focus:-moz-placeholder {opacity: 0;}	
:focus:-ms-input-placeholder {opacity: 0;}	

* {
	outline: none;
}
body {
	font-family: 'Styrene A Web', sans-serif;
	font-size: 18px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	color: #000;
	font-weight: 300;
}
body p {
	line-height: 1.4;
}
body p:last-child {
	margin-bottom: 0;
}
body p b {
	font-weight: 500;
}
@media (min-width:1500px){
	body {
		font-size: 18px;
	}	
}
@media screen and (max-width:991px) {
	body {
		font-size: 17px;
	}	
}
@media screen and (max-width:767px) {
	body {
		font-size: 16px;
	}	
}
img {
	max-width: 100%;
	height: auto;
}	
a {
	color: #F39200;	
	transition: all .3s; 
}
a:hover {
	color: #000;	
	text-decoration: none;
}
p {
	color: #000;	
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: 'Styrene A Web', sans-serif;	
	font-weight: 700;
	line-height: 1.1;
}
h1, .h1 {
	font-size: 38px;
	text-shadow: 0 0 6px rgba(0,0,0,0.2), 0 2px 4px rgba(0,0,0,0.4); 
}
.txtshad {
	text-shadow: 0 0 6px rgba(0,0,0,0.2), 0 2px 4px rgba(0,0,0,0.4); 
}
h2, .h2 {
	font-size: 28px;
}	
h3, .h3 {
	font-size: 24px;
}
h4, h5, .h4, .h5 {
	font-size: 20px;
}
@media screen and (max-width:767px) {
	h1, .h1 {
		font-size: 22px;
	}
	h2, .h2 {
		font-size: 20px;
	}	
	
	h3, h4, h5, .h3, .h4, .h5 {
		font-size: 18px;
	}
}
.bblack {
	color: #000!important;
}
.w100 {
	width: 100%!important;
}
svg:not(:root) {
    overflow: visible;
}
hr {
	margin: 30px 0;
	height: 4px;
	background: #eaeaea;
	position: relative;
	overflow: hidden;
	border: none!important;
	width: 100%!important;
}	
hr:after {
	content: "";
	height: 4px;
	background: #F39200;
	position: absolute;
	width: 20%;
	top: 0;
	animation: anim-hr 5s linear infinite;  
}
@keyframes anim-hr {
    0% {
        left: -20%;
	} 
    100% {
        left: 100%;
	}
}
.wp-block-group__inner-container {
	display: flex;
}

.wp-block-file {
	order: 2;
	margin-left: 20px;
}
@media screen and (max-width:767px) {
	.wp-block-group__inner-container {
		flex-wrap: wrap;
	}
	.wp-block-file {
		order: 2;
		margin: 10px auto 0;
	}
}
.hidden {
	display: none;
}
.c1 {
	color: #F39200!important;
}
.c2 {
	color: #ffd597!important;
}
.c3 {
	color: #ffeac9!important;
}
.b300 {
	font-weight: 300!important;
}
.b400 {
	font-weight: 400!important;
}
.b500 {
	font-weight: 500!important;
}
.b600 {
	font-weight: 600!important;
}
.b700 {
	font-weight: 700!important;
}
.b800 {
	font-weight: 800!important;
}
.b900 {
	font-weight: 900!important;
}
.bold {
	font-weight: bold;
}
.l11 {
	line-height: 1.1;
}
.l12 {
	line-height: 1.2;
}
.l113 {
	line-height: 1.3;
}
.text-center {
	text-align: center!important;
}
.text-left {
	text-align: left!important;
}
.f11 {
	font-size: 11px!important;
}
.f13 {
	font-size: 13px!important;
}
.f14 {
	font-size: 14px!important;
}
.f15 {
	font-size: 15px!important;
}
.f16 {
	font-size: 16px!important;
}
.f18 {
	font-size: 18px!important;
}
.f20 {
	font-size: 20px!important;
}
.f22 {
	font-size: 22px!important;
}
.f24 {
	font-size: 24px!important;
}
.f26 {
	font-size: 26px!important;
}
@media screen and (max-width:767px) {
	.f14 {
		font-size: 13px!important;
	}
	.f15 {
		font-size: 13px!important;
	}
	.f16 {
		font-size: 14px!important;
	}
	.f18 {
		font-size: 16px!important;
	}
	.f20 {
		font-size: 16px!important;
	}
	.f22 {
		font-size: 18px!important;
	}
	.f24 {
		font-size: 20px!important;
	}
	.f26 {
		font-size: 22px!important;
	}
}
.red {
	color: #4a4a4a;
}
.bgred {
	background: #4a4a4a;
} 
.w-100 {
	width: 100%;
}
.white, 
.white a  {
	color: #FFF!important;	
}
.tolink {
	cursor: pointer;
}
.bgwhite {
	background: #FFF;
}
.normal {
	font-weight: 300!important;	
}
.llist {
	padding:0;
	list-style: none;
}
.llist ul,
.entry-content ul,
.entry-content ol {
	padding: 0 0 10px 22px;
	list-style: none;
}
.llist li,
.entry-content li {
	padding: 2px 2px 6px 10px;
	position: relative;
	line-height: 1.2;
}
.llist li:before,
.entry-content  li:before {
	position: absolute;
	left: -10px;
	font-weight: 500;
	color: #F39200;
	content: "\2714";
	transition-duration: 0.5s;
}
.llist ul li:before {
	padding-right:10px;
	font-weight: 500;
	color: #000;
	content: "\2013";
	transition-duration: 0.5s;
}
.llist li:hover:before,
.entry-content li:hover:before{
	color: #000;
}
.llist li strong {
	font-weight: 500;
}
.ssection {
	padding: 50px 0 50px 0;
}

.section{
	padding: 50px 0 70px 0;
}
.bottomcontact {
	padding: 70px 0 60px 0;
	background: #eaeaea;
}
.block-client-section {
	padding: 60px 0 50px 0;
	background: #eaeaea;
}
.main-up-section {
	padding: 60px 0 50px 0;
	background: #eaeaea;
}
@media screen and (max-width:767px) {
	.section {
		padding: 40px 0;
	}
	.ssection {
		padding: 40px 0;
	}	
	.bottomcontact,
	.block-client-section,
	.main-up-section {
		padding: 40px 0 40px 0;
	}
}
#main, #main2, #main3, #main4{
	overflow: hidden;
}
hr.mini {
	height: 2px;
	margin: 20px auto;
	width: 70%;
	background: #bed1ca;	
}
ul.atuin_breadcrumbs {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0 20px;
	padding: 0;
}
ul.atuin_breadcrumbs li {
	color: #000;
	display: block;
	background: #e0e0e0;
	text-decoration: none;
	position: relative;
	height: 26px;
	padding: 0 16px 0 11px;
	margin-right: 23px;
    font-size: 12px;
	transition: all 0.3s;
	font-weight: 400;
	line-height: 1.05;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;	
}
ul.atuin_breadcrumbs li a,
ul.atuin_breadcrumbs li a:hover{
	color: #000;
}
ul.atuin_breadcrumbs li:nth-child(even)  {
	background-color: #eaeaea;
}
ul.atuin_breadcrumbs li:nth-child(even):before {
	border-color: #eaeaea;
	border-left-color: transparent;
}
ul.atuin_breadcrumbs li:nth-child(even):after {
	border-left-color: #eaeaea;
}
ul.atuin_breadcrumbs li:first-child  {
	padding-left: 19px;
	border-radius: 4px 0 0 4px;
}
ul.atuin_breadcrumbs li:first-child:before {
	border: none;
}
ul.atuin_breadcrumbs li:last-child {
	padding-right: 19px;
	border-radius: 0 4px 4px 0;
}
ul.atuin_breadcrumbs li:last-child:after {
	border: none;
}
ul.atuin_breadcrumbs li:before, 
ul.atuin_breadcrumbs li:after {
	content: "";
	position: absolute;
	top: 0;
	border: 0 solid #e0e0e0;
	border-width: 13px 10px;
	width: 0;
	height: 0;
	transition: all 0.3s;	
}
ul.atuin_breadcrumbs li:before {
	left: -20px;
	border-left-color: transparent;
}
ul.atuin_breadcrumbs li:after {
	left: 100%;
	border-color: transparent;
	border-left-color: #e0e0e0;
}
ul.atuin_breadcrumbs li:hover {
	background-color: #f4f4f4;
	color: #000;
}
ul.atuin_breadcrumbs li:hover:before {
	border-color: #f4f4f4;
	border-left-color: transparent;
}
ul.atuin_breadcrumbs li:hover:after {
	border-left-color: #f4f4f4;
}
ul.atuin_breadcrumbs li:nth-child(1) {
	animation-delay: 0.5s;
}
ul.atuin_breadcrumbs li:nth-child(2) {
	animation-delay: 0.4s;
}
ul.atuin_breadcrumbs li:nth-child(3) {
	animation-delay: 0.3s;
}
ul.atuin_breadcrumbs li:nth-child(4) {
	animation-delay: 0.2s;
}

@media screen and (max-width:991px) {
	ul.atuin_breadcrumbs {
		margin: 20px 0 0 0;
	}	
	ul.atuin_breadcrumbs li {
		background-color: #fff!important;
		padding: 0 8px!important;
		margin: 0 2px;
	}
	ul.atuin_breadcrumbs li:before, 
	ul.atuin_breadcrumbs li:after {
		display: none;
	}	
}
/* -------------------------------------------------------------------- Шапка */
.top-logo {
	padding: 30px 0 30px 30px;
	flex: 0 0 340px;
}
.top-logo img {
	height: 34px;
}
@media screen and (max-width:767px) {
	.top-logo {
		flex: 0 0 280px;
	}
	.top-logo img {
		height: 30px;
	}	
}
.top-logo-m {
	padding: 14px 0 10px 14px;
	flex: 0 0 80px;	
	position: absolute;
	z-index: 8;
}
.top-logo-m img {
	height: 56px;
}
.top-slider-wrap {
    position: relative;
    overflow: hidden;	
}
.top-slider-in {
    position: relative;
    overflow: hidden;	
	z-index: 1;
    display: flex;
	min-height: 500px;
    align-items: center;
    padding: 100px 0 40px 0;	
}
.top-slider-in .container {
	color: #FFF;
	position: relative;
	z-index: 3;
}
.top-slider-in h1 {
	color: #FFF;
}
.top-slider-in-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
}    
.top-slider-in-bg li {
    position: absolute;
    display: block;
    list-style: none;        
    animation: animationbg 20s ease-in-out infinite alternate;
    background-image: linear-gradient(120deg, #000 50%, rgba(0,0,0,0.5) 50%);
    bottom: 0;
    top: 0;    
    left: -50%;
    right: -50%;
    opacity: 0.5;    
}
.top-slider-in-bg li:nth-child(2) {
    animation-direction: alternate-reverse;
    animation-duration: 15s;
}
.top-slider-in-bg li:nth-child(3) {
    animation-duration: 10s;
}
@keyframes animationbg {
    0% {
        transform:translateX(-25%);
	}
    100% {
        transform:translateX(25%);
	}
}
@keyframes animationbg-1 {
    0% {
        background-position: 0% 50%;
	}
    50% {
        background-position: 100% 50%;
	}
    100% {
        background-position: 0% 50%;
	}
}
.right-sec {
	padding: 0 20px 0 10px;
}

@media screen and (max-width:767px) {
	.right-sec {
		padding: 0 10px 0 10px;
		width: 100%;
	}	
}
.contacts .contact-item {
	margin: 4px 0 4px 20px;
	padding: 8px 16px 8px 16px;	
	border-radius: 60px;
	transition: 0.3s;
}
@media only screen and (max-width: 1199px) {
	.contacts .contact-item {
		margin: 0;
		padding: 8px 16px 0 16px;	
		border-radius: 60px;
		transition: 0.3s;
	}	
}
.contacts .contact-item span {
	color: #31622b;
	border-radius: 50%;	
	background: #F39200;
	margin: 4px 5px;
	display: inline-block;
	/*box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);*/
}

.contacts .contact-item svg {
	width: 32px;
	height: 32px;
	padding: 8px;
	fill: #FFF;
	transition: all 0.4s;
}
.contacts .contact-item a{
	color: #FFF;
	transition: 0.3s;
	font-weight: 300;
	font-size: 18px;
	position: relative;
	top: 2px;
}
.contacts .contact-item a:hover{
	color: #ffeed4;
	text-decoration: none;
}
.contacts .contact-item a:after {
	content: "";
	background: #ffa41d;
	height: 2px;
	width: 0;
	position: absolute;
	left: 0;
	bottom: -2px;
	transition: 0.5s;
}
.contacts .contact-item a:hover:after {
	width: 100%;
}
.contacts .contact-item.spacer{
	opacity: 0.3;
}
/* -------------------------------------------------------------------- Меню и пагинация */
.menu-container {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.menu-mobile:after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 24 24' fill='none' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-menu'%3E%3Cline x1='3' y1='12' x2='21' y2='12'%3E%3C/line%3E%3Cline x1='3' y1='6' x2='21' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='18' x2='21' y2='18'%3E%3C/line%3E%3C/svg%3E ");
	width: 46px;
	height: 40px;
	padding: 0;
	color: #FFF;
	top: 0;
	right: 10px;
	position: absolute;
	cursor: pointer;
	pointer-events: auto;
	transform: rotateY(0);
	transition: 0.5s;
}
.menu-mobile-close:after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 24 24' fill='none' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");
	transform: rotateY(180deg);
}
.menu-dropdown-icon:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' fill='none' stroke='%23F39200' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	content: "";
	width: 30px;
	height: 30px;
	display: none;
	cursor: pointer;
	position: absolute;
	right: 6px;
	margin: 2px 6px;
	color: #FFF;
	font-size: 20px;	
	transform: rotateX(0);
	transition: 0.5s;
	background-position: center center;
	background-repeat: no-repeat;	
}
.menu-dropdown-icon.lis:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' fill='none' stroke='%23F39200' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");
	transform: rotateX(180deg);
	background-size: 80%;	
}
.menu {
	/*box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);*/
	border-radius: 40px;
	background: rgba(0,0,0,0.3);
	padding: 0 2px 0 14px;
	display: flex;
}
@media only screen and (max-width: 1199px) {
	.menu {
		background: none;
		display: block;
	}
}

.menu > ul > li.menu-item-has-children > a {
	position: relative;	
	margin-right: 14px;
}
.menu-item-has-children > a:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' fill='none' stroke='%23ffe2b6' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	background-size: contain;
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	top: 9px;
	right: -8px;
	font-size: 13px;	
}
ul ul .menu-item-has-children > a:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' fill='none' stroke='%23F39200' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	
	top: 12px;
	right: 8px;
	font-size: 13px;	
	transform: rotate(-90deg);
}
.menu > ul {
	/*
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		flex-direction: row;
	*/
	margin: 0 auto;
	width: 100%;
	list-style: none;
	position: relative;
	box-sizing: border-box;
	padding: 10px 0;
}
.menu > ul:before,
.menu > ul:after {
	content: "";
	display: table;
}
.menu > ul:after {
	clear: both;
}

.menu > ul > li {
	float: left;
	padding: 0;
	margin: 0;
	transition: .2s ease-in-out;
	margin: 0;
}
.menu > ul > li a,
.menu-mobile {
	text-decoration: none;
	padding: 4px 10px;
	font-weight: 300;
	display: block;
	color: #ffe2b6;
	font-size: 15px;
	line-height: 22px;
	transition: .2s ease-in-out;
}
@media (min-width:1500px){
	.menu > ul > li{
		margin: 0 6px;
	}	
	.menu > ul > li:last-child {
		margin: 0 0 0 6px;
	}	
	.menu > ul > li a,
	.menu-mobile {
		padding: 4px 6px;
		margin: 0 6px;
		font-size: 16px;
	}
	.menu-item-has-children > a:after {
		top: 9px;
		right: -12px;
	}	
}
.menu ul li.current-menu-parent > a,
.menu ul li.current-menu-item > a,
.menu > ul > li a:hover {
	color: #FFF;
}
.menu ul li li.current-menu-parent > a,
.menu ul li li.current-menu-item > a {
	color: #000;
}
.menu > ul > li > ul {
	position: absolute;
	z-index: 99;
	left: 0;
	padding: 20px 0 0 0;
	list-style: none;
	box-sizing: border-box;
	box-shadow: 0 15px 15px 1px rgba(0, 0, 0, 0.1);
	width: 100%;
	max-width: 330px;
	display: none;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
	content: "";
	display: table;
}
.menu > ul > li > ul:after {
	clear: both;
}
.menu > ul > li > ul  li {
	margin: 0;
	padding-bottom: 0;
	padding-right: 10px;
	list-style: none;
	/*width: 25%;*/
	background: none;
	/*float: left;*/
	background: rgba(255,255,255,0.9);	
	transition: 0.3s;
	position: relative;
}
.menu > ul > li > ul  li:hover {
	background: rgba(255,255,255,1);	
}
.menu > ul > li > ul  li:first-child {
	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.menu > ul > li > ul  li:last-child {
	border-bottom-right-radius:10px; 
	border-bottom-left-radius:10px; 
}
.menu > ul > li > ul > li a {
	padding: 8px 10px;
	display: block;
	border-bottom: 1px solid #ffe2b6;
	color: #000;
}
.menu > ul > li > ul > li:last-child a {
	border-bottom: 1px solid transparent;
}
.menu > ul > li > ul > li a:hover {
	/*color: #F39200;*/
	color: #000;
	/*	border-bottom: 1px solid #F39200;*/
}
.menu > ul > li > ul > li > ul {
	visibility: hidden;
	position: absolute;
	z-index: 99;
	left: 100%;
	top: 0;
	padding: 0 0 0 20px;
	list-style: none;
	box-sizing: border-box;
	box-shadow: 0 15px 15px 1px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	opacity: 0;
	transform: translateY(30px);
	width: 100%;
	max-width: 330px;
}
.menu > ul > li > ul > li:hover ul {
	opacity: 1;
	transform: translateY(0px);
	visibility: visible;
}



.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
	content: "";
	display: table;
}
.menu > ul > li > ul > li > ul:after {
	clear: both;
}

.menu > ul > li > ul.normal-sub {
	max-width: 280px;
	left: auto;
}
.menu-mobile {
	display: none;
}
@media only screen and (max-width: 1199px) {
	.menu > ul > li > ul.normal-sub {
		max-width: calc(100% - 60px);
	}	
	.menu-item-has-children > a:after {
		display: none;
	}	
	.menu-mobile + ul {padding: 0;}
	.menu-container {
		width: 100%;
		overflow-y: visible;
		background: rgba(0,0,0,0.0);
	}	
	.head2 {
		box-shadow: none;
	}
	.menu {
		position: relative;
	}	
	.menu-mobile {
		display: block;
		padding: 16px 0;
		width: 0;
		pointer-events: none;
	}
	.menu-dropdown-icon:before {
		display: block;
	}
	.menu > ul {
		opacity: 0;
		height: 0;
		visibility: hidden;
		transition: 0.3s;
		width: 320px;
		float: right;
	}
	.menu > ul > li {
		width: 100%;
		float: none;
		display: block;
		background: #fff!important;
		padding: 4px 0;
		border-bottom: 1px solid #ffeac9;
		margin: 0;
	}
	.menu > ul > li:hover {
		background: #fff;
	}  
	.menu > ul > li a {
		padding: 4px 20px;
		width: 100%;
		display: block;
		color: #000;
		font-size: 16px;
	}
	.menu > ul > li a:hover {
		color: #000;
	}	
	.menu > ul > li > ul {
		padding: 0 0 0 5px;
		
	}	
	.menu > ul > li > ul > li > ul {
		padding: 0 0 0 10x;
	}	
	.menu > ul > li > ul > li a {
		padding: 4px 20px;
		width: 100%;
		display: block;
		border-bottom: 1px solid transparent;
	}	
	.menu > ul > li > ul > li > ul > li a {
		padding: 4px 10px;
	}		
	.menu > ul > li > ul {
		position: relative;
		background: #FFF;
		box-shadow: unset;
	}
	.menu > ul > li > ul.normal-sub {
		width: 100%;
		padding: 2px 10px;
	}
	.menu > ul > li > ul > li {
		float: none;
		width: 100%;
		padding: 0 0;
		border-bottom: 1px solid transparent;
	}
	.menu > ul > li > ul > li > ul {
		display: none;
		visibility: visible;
		opacity: 1;
		transform: unset;
		max-width: unset;
		box-shadow: unset;
		position: static!important;
		
	}
	.menu > ul > li > ul:not(.normal-sub) > li {
		/*margin-top: 10px;*/
	}  
	.menu > ul > li > ul > li:first-child {
		margin: 0;
	}
	.menu > ul > li > ul > li > ul {
		position: relative;
	}
	.menu > ul > li > ul > li > ul > li {
		float: none;
	}
	.menu .show-on-mobile {
		opacity: 1;
		visibility: visible;
		height: auto;
		margin: 8px 0 0 0;
		border-radius: 6px;
		overflow: hidden;
		width: 320px;
		float: right;
		box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);		
		z-index: 1000;
	}
	.menu > ul > li > ul.normal-sub > li a {
		border: 0;
		padding: 4px 20px;
		color: #000;
	}	
	.menu ul li.current-menu-parent > a,
	.menu ul li.current-menu-item > a {
		/*color: #F39200!important;*/
		color: #000;
	}	
	
	.menu > ul > li.menu-item-has-children > a {
		width: calc(100% - 70px);
	}
	/*
		.sticky-content.fixed .menu-mobile {
		height: 30px;
		}
		.sticky-content.fixed .menu-mobile:after  {	
		top: -6px;
		}
		.sticky-content.fixed .menu .show-on-mobile {
		
		}
	*/
}
@media screen and (max-width:700px) {
	
	.menu {
		padding: 0;
	}	
	.menu > ul > li > ul {
		max-width: unset;
	}	
	.menu > ul {
		width: 100%;
		position: absolute;
	}	
	.menu .show-on-mobile {
		width: 100%;
	}
	.title-l {
		max-width: 120px;
		width: 100%;
	}
}
@media screen and (max-width:575px) {
	.menu > ul {
		transform: translateY(-10px);
	}
}
/*
@media (min-width:992px){
	.entry-content {
		text-align: justify;
	}
}
*/
.entry-content h2,
.entry-content h3{
	margin: 50px 0 30px 0;
}

/* -------------------------------------------------------------------- Форма */
.form-at {
	width: 100%;
	box-sizing: border-box; 
	font-size: 0;  
	letter-spacing: 0;	
}
.form-at * {
	box-sizing: border-box;	
}
.validate-input-at,
.no-validate-input-at{
	width: 100%;
	position: relative;
	background-color: #fff;
	border: 2px solid #e0e0e0;
	margin-bottom: 20px;
	border-radius: 6px;
}
.contact-container .validate-input-at,
.contact-container .no-validate-input-at{
	background-color: #8eafa3;
	border: 2px solid #ff9c08;	
}
.validate-input-at.w-50,
.no-validate-input-at.w-50 {
	width: calc(50% - 10px);
	display: inline-block;
}
.validate-input-at.w-50:first-child,
.no-validate-input-at.w-50:first-child {
	margin-right: 20px;
}
.input-at {
	display: block;
	width: 100%;
	background: transparent;
	color: #000;
}
input.input-at,
select.input-at,
.finput {
	height: 40px;
	padding: 0 12px 0 12px;
	font-size: 16px;
	outline: none;
	border: none;  
	width: 100%;
	border-radius: 6px;
}
textarea.input-at {
	min-height: 140px;
	padding: 12px;
	font-size: 16px;
	line-height: 22px;
	outline: none;
	border: none;
	resize: none;
}
textarea.input-at:focus, 
input.input-at:focus,
select.input-at:focus {
	border-color: transparent;
}
.focus-input-at{
	position: absolute;
	display: block;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	top: -2px;
	left: -2px;
	z-index: 100;
	pointer-events: none;
	border: 2px solid #F39200;
	border-radius: 6px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
	transform: scaleX(1.2) scaleY(1.3);
}
.contact-container .focus-input-at{
	border: 2px solid #bed1ca;
}
.finput {
	border: 1px solid #F39200;
	border-radius: 2px;	
	margin-bottom: 6px;
	margin-bottom: 20px;
}
.ffile {
	width: 100%;
	padding-top: 10px;
	margin-bottom: 8px;
}
.input-at:focus + .focus-input-at {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}



.form-at-btn.atuin-btn,
.form-at-btn.atuin-btn:active,
#fsend,
#fsend:active{
	position: relative;
	display: inline-block;
	transform: translateY(-1px);
	padding: 0 30px;
	height: 44px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;	
	border: 2px solid transparent;
}
.form-at-btn[disabled],
#fsend[disabled]{
    opacity: .6;
    cursor: not-allowed;
}
.alert-validate::before {
	content: attr(data-validate);
	position: absolute;
	max-width: 70%;
	background-color: #fff;
	border: 1px solid #c80000;
	border-radius: 2px;
	padding: 4px 25px 4px 10px;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
	pointer-events: none;
	color: #c80000;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.4s;
}
.alert-validate::after {
	content: "i";
	display: block;
	position: absolute;
	color: #c80000;
	font-size: 18px;
	font-weight: bold;	
	top: 50%;
	transform: translateY(-50%);
	right: 22px;
}
.alert-validate:hover:before {
	visibility: visible;
	opacity: 1;
}
.error-at {
	color: red;
	padding: 10px 0;
}
.success-at {
	color: green;
	font-size: 22px;
	padding: 20px 0;
}
.top-slider-in .success-at {
	color: #e8f6df;
}
.top-slider-in .error-at {
	color: #faefef;
}
.form-at input[type=checkbox] {
    display:none;
}
.form-at input[type=checkbox] + label {
    display: block;
    position: relative;
    margin: 0 0 10px 34px;
    font-size: 13px;
    line-height: 14px;
    color: #333333;
}
.contact-container .form-at input[type=checkbox] + label {
	color: #bed1ca;
}
.fileform input[type=checkbox] + label {
    margin: 0 0 0 34px;
}

.form-at input[type=checkbox] + label:before {
	box-sizing: border-box;
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    line-height: 22px;
    left: -34px;
	border: 2px solid #F39200;
	border-radius: 2px;
}
.contact-container .form-at input[type=checkbox] + label:before  {
	border: 2px solid #bed1ca;
}
.form-at input[type=checkbox]:checked + label:before{
	content: '\2714';
    color:#F39200;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
	border: 2px solid #F39200;
}
.contact-container .form-at input[type=checkbox]:checked + label:before{
	border: 2px solid #fff;
	color:#fff;
}
@media (max-width: 768px) {
	.validate-input-at.w-50 {
		width: 100%;
	}
	.validate-input-at.w-50:first-child {
		margin-right: 0;
	}
	.alert-validate::before {
		visibility: visible;
		opacity: 1;
	}
}
.atuin-btn,
.wp-block-file .wp-block-file__button,
.wp-block-file .wp-block-file__button:active,
.atuin-btn:active,
.gwolle-gb-write-button .button,
.gwolle_gb_submit.button.btn.btn-primary,
.gwolle-gb-write-button .button:active,
.gwolle_gb_submit.button.btn.btn-primary:active,
#fsend,
#fsend:active {
	display: inline-flex;
	margin: 6px;
	text-decoration: none;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	padding: 11px 22px;
	color: #fff!important;
	font-weight: 400;
	text-transform: uppercase; 
	font-family: 'Styrene A Web', Тahoma, sans-serif;
	background: #F39200;
	cursor: pointer; 
	overflow: hidden;
	z-index: 1;
	border-radius: 6px;
	box-shadow: unset!important;
	opacity: 1!important;
}

.atuin-btn.bl {
	background: #4c4c4c;
}

.atuin-btn.min {
	padding: 6px 14px;
	font-size: 13px;	
}
.menu .atuin-btn {
	white-space: nowrap;
	border-radius: 20px;
	font-size: 13px;
	padding: 8px 22px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;	
} 
@media (min-width:1500px){
	.menu .atuin-btn {
		font-size: 13px;
		padding: 8px 28px;	
	} 
}
.atuin-btn:hover,
.atuin-btn:focus,
.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus,
.gwolle-gb-write-button .button:hover,
.gwolle_gb_submit.button.btn.btn-primary:hover,
.gwolle-gb-write-button .button:focus,
.gwolle_gb_submit.button.btn.btn-primary:focus,
#fsend:hover,
#fsend:focus{
	color: #FFF!important;
}
.atuin-btn:before,
.atuin-btn:active:before,
.atuin-btn:focus:before,
.wp-block-file .wp-block-file__button:before,
.wp-block-file .wp-block-file__button:active:before,
.wp-block-file .wp-block-file__button:focus:before,
.gwolle-gb-write-button .button:before,
.gwolle_gb_submit.button.btn.btn-primary:before,
.gwolle-gb-write-button .button:active:before,
.gwolle_gb_submit.button.btn.btn-primary:active:before,
.gwolle-gb-write-button .button:focus:before,
.gwolle_gb_submit.button.btn.btn-primary:focus:before,
#fsend:before,
#fsend:active:before,
#fsend:focus:before{
	content: '';
	position: absolute;
	top: 0;
	right: -90px;
	bottom: 0;
	left: 0;
	border-right: 90px solid transparent;
	border-top: 90px solid #ff9c08;
	transition: transform 0.5s;
	transform: translateX(-100%);
	z-index: -1;
}
.atuin-btn.wh,
.atuin-btn.wh:hover{
	background: #FFF;
	border: 2px solid #e9e9e9;
	color: #000!important;
}
.atuin-btn.wh:hover{
	color: #F39200!important;
}

.atuin-btn.wh:before,
.atuin-btn.wh:active:before,
.atuin-btn.wh:focus:before{
	border-top: 90px solid #e9e9e9;
}
.atuin-btn.btn2,
.atuin-btn.btn2:active{
	background: #ed1b24;
}
.atuin-btn.btn2:before,
.atuin-btn.btn2:active:before,
.atuin-btn.btn2:focus:before {
	border-top: 90px solid #ff4629;
}
.btn-big {
	font-size: 24px; 
	padding: 12px 30px;
	line-height: 30px;
	border: 8px solid #ff4629;
}
.atuin-btn:hover:before,
.wp-block-file .wp-block-file__button:hover:before,
#fsend:hover:before{
	transform: translateX(0);
}
#fsend {
	line-height: inherit!important;
}
#search,
#offerForm,
#offerMiniForm{
	width: 640px;
	overflow: hidden;
}
.search-form {
	position: relative;
}
.search-form .no-validate-input-at {
	width: calc(100% - 80px);
}
.search-form .atuin-btn {
	position: absolute;
	top: -6px;
	right: -6px;
	border: none;
}
.search-form .atuin-btn svg {
	fill: #FFF;
	width: 22px;
	height: 22px;
}
.htitle,
.nohtitle {
	color: #F39200;
	padding: 0;
	margin-right: 40px;
	border-bottom: 3px solid #ffad31;
	font-size: 18px;
    display: inline-flex;
    align-items: center;
	position: relative;
	margin-bottom: 20px;
	position: relative;
	max-width: 80%;
	font-size: 28px;
	/*box-shadow: 20px 8px 15px 0 rgba(0, 0, 0, 0.15);*/
}
@media only screen and (max-width: 767px) {
	#search,
	#offerForm,
	#offerMiniForm{
		width: 100%;
	}	
	.htitle,
	.nohtitle {
		font-size: 22px;
	}	
}
/* -------------------------------------------------------------------- Увеличение фото */
.hover-image {
font-size: 0;
}
.hover-image a {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	height: auto;
	text-align: center;
	background: #F39200;
	border-radius: 10px;
	text-decoration: none;
}
.hover-image a:hover {
	text-decoration: none;
}	
.hover-image a img {
	opacity: 1;
	transition: opacity 0.5s;
	position: relative;
	max-width: 100%;
	height: auto;
	display: block;
}
.hover-image a:hover img {
	opacity: 0.7;
}
.hover-image a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hover-image a span::before,
.hover-image a span::after {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: "";
	opacity: 0;
	transition: opacity 0.5s, transform 0.5s;
	pointer-events: none;
}
.hover-image a span::before {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: scale(0, 1);
}
.hover-image a span::after {
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: scale(1, 0);
}
.hover-image a:hover span::before,
.hover-image a:hover span::after {
	opacity: 1;
	transform: scale(1);
}
.hover-image span svg,
.hover-image span i {
	display: block;
	position: absolute;
	bottom: 30px;
	right: 30px;
	margin-bottom: -30px;
	margin-right: -30px;
	width: 60px;
	height: 60px;
	transition: 0.5s ease 0s;
	transform: scale(0.8);
	font-size: 48px;
	color: #F39200;
	filter: drop-shadow(2px 4px 4px rgba(0,0,0,0.4));
}
.hover-image a:hover span svg,
.hover-image a:hover span i {
	transform: scale(1);
	opacity: 1;
	bottom: 50%;
	right: 50%;	
}
.hover-image.st a {
	overflow: hidden;	
	height: 240px;
	display: block;
	margin-bottom: 12px;
}
.hover-image.st a img{
	object-fit: cover;
	height: 240px;
	width: 100%;
}

.wp-block-gallery figure {
	border-radius: 6px;
	overflow: hidden;
}
.wp-block-gallery figure a {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	height: auto;
	text-align: center;
}
.wp-block-gallery figure a:hover {
	background: #F39200;
}
.wp-block-gallery figure a svg {
	opacity: 1;
	transition: opacity 0.5s;
	position: relative;
	max-width: 100%;
	height: auto;
	display: block;
}
.main-content .wp-block-image img {
	margin-bottom: 0;
}
.wp-block-gallery figure img {
	transition: opacity 0.3s;
	margin-bottom: 0;
}

.wp-block-gallery figure a:hover img {
	opacity: 0.5;
}
.wp-block-gallery figure a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wp-block-gallery figure a span::before,
.wp-block-gallery figure a span::after {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: "";
	opacity: 0;
	transition: opacity 0.5s, transform 0.5s;
	pointer-events: none;
}
.wp-block-gallery figure a span::before {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: scale(0, 1);
}
.wp-block-gallery figure a span::after {
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: scale(1, 0);
}
.wp-block-gallery figure a:hover span::before,
.wp-block-gallery figure a:hover span::after {
	opacity: 1;
	transform: scale(1);
}
.wp-block-gallery figure span svg,
.wp-block-gallery figure span i {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -24px;
	margin-left: -24px;
	width: 48px;
	height: 48px;
	transition: transform 0.5s ease 0s;
	transform: scale(0);
	font-size: 48px;
	color: #fff;
}
.wp-block-gallery figure a:hover span svg,
.wp-block-gallery figure a:hover span i {
	transform: scale(1);
	opacity: 1;
}
/* -------------------------------------------------------------------- Подвал */
footer {
	
}
.upbg {
	position: fixed;
	pointer-events: none;
	width: 100%;
	height: 100px;
	z-index: 70;
	background: linear-gradient(to bottom, rgba(255,255,255,0.9), rgba(255,255,255,0));
}
.fr .upbg {
	background: transparent;
}
.fr .main-content {
	box-shadow: unset;
}
table {
	width:100%;
	border: 1px solid #F39200;
	margin:4px 0 20px 0;
}
table td, table th {
	line-height: 24px;
	padding:6px 12px;
	border:none;
	font-size: 15px;
	border: 1px solid #F39200;
	line-height: 1.4;
}
table td p {
	margin: 0;
}
table th {
	background: #F39200;
	color: #FFF;
}

table th {
	text-align:center;	
}
table td:first-child, table th:first-child{
	border-left: none;
}
@media (max-width:550px) {
	table {
		width:100%;
		border: 1px solid #F39200;
		margin:0;
	}
	table td, table th {
		line-height: 20px;
		padding:6px;
		font-size:13px;
	}
	table td p, table th p  {
		font-size:13px;
	}
	.tovtable td div {
		font-size: 11px;
	}
}
@media (max-width:450px) {
	table td, table th, table td p, table th p {
		padding:2px;
		font-size:11px;
	}
}
/* -------------------------------------------------- Главная */
.frontpage {
    min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
    display: flex;
    align-items: center;
    justify-content: center;	
	padding: 130px 0 160px;
	overflow: hidden;	
}
.frontpage-w  {
    display: flex;
    align-items: center;
    justify-content: center;
}
.frontpage a {
	transition: 1s;
	/*transition-delay: 0.5s;*/
}
.frontpage a:hover  {
	width: 60%!important;
}	
.frontpage a .front {
	height: 420px;
	display: block;
	filter: grayscale(1);	
	margin: 10px;
	/*border: 10px solid #FFF;*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.9s;
	overflow: hidden;
}
.frontpage a:hover .front  {
	filter: grayscale(0);	
	/*box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);*/
}
.frontpage-d {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;	
	padding: 40px;
}
.front-name {
	padding: 10px 16px;
	background: rgba(0,0,0,0.5);
	transform: rotate(-90deg);
	transform-origin: bottom left;
	color: #FFF;
	height: 40px;
	width: auto;
    display: flex;
    align-items: center;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	position: absolute;
	bottom: 0;
	left: 40px;
	transition: 0.5s;
	white-space: nowrap;
}
.frontpage .front:hover .front-name {
	transform: rotate(0);
	left: 0;
	background: rgba(47, 66, 59, 1);
}
.frontpage .front-1 {
	position: relative;
	top: -30px;
}
.frontpage .front-2 {
	position: relative;
	top: -14x;
}
.frontpage .front-3 {
	position: relative;
	top: 16px;
}
.frontpage .front-4 {
	position: relative;
	top: 0;
}
.frontpage .front-5 {
	position: relative;
	top: -18px;
}
.frontpage .front-6 {
	position: relative;
	top: 22px;
}
.frontpage .front-7 {
	position: relative;
	top: 10px;
}
.frontpage .front-8 {
	position: relative;
	top: -20px;
}
.frontpage .front-9 {
	position: relative;
	top: 30px;
}
.frontpage .front-10 {
	position: relative;
	top: 0px;
}


.atuin {
	/*opacity: 0.5;*/
	color: #bed1ca!important;
}
.atuin b {
	font-weight: bold;
	display: inline-block;
	transition: 0.3s;
	color: #bed1ca;
}
.photo-container {
	margin-top: 20px;
	position: relative;
}
.photo-container, .photo-one, .photo-two {
	overflow: hidden;
	height: 300px;
	position: relative;
}
@media screen and (max-width:767px) {
	.photo-container, .photo-one, .photo-two {
		height: 160px;
	}	
}
.photo-one img, .photo-two img {
	width:100%;
	height: 100%;
	max-width: none;
	display:block;
	object-fit: cover;
	object-position: center center;	
}
.photo-one {
	position:absolute;
	width:100%;
	opacity:0.7;
	filter: grayscale(1);
}	
.photo-two {
	width:20%;
	animation: blockshift 6s infinite linear;
}	
.photo-two img{
	position:relative;
	width:500%;
	animation: imgshift 6s infinite linear;
	transform: scale(1.1);
}
@keyframes blockshift {
	from {left:-20%;}
	to {left:100%;}
}
@keyframes imgshift {
	from {left:100%;}
	to {left:-500%;}
}
.diagonal-hover {
    position: relative;
	margin: 20px 0 30px;
}
.diagonal-hover img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	transition: transform 300ms ease;		
}
.diagonal-hover img:nth-of-type(1) {
	clip-path: polygon(0 0, 0 25%, 25% 0);
	position: static;
}
.diagonal-hover img:nth-of-type(2) {
	clip-path: polygon(25% 0, 0 25%, 0 100%, 25% 100%, 75% 0);
}
.diagonal-hover img:nth-of-type(3) {
	clip-path: polygon(100% 0, 100% 75%, 75% 100%, 25% 100%, 75% 0);
}
.diagonal-hover img:nth-of-type(4) {
	clip-path: polygon(100% 75%, 75% 100%, 100% 100%);
}
.list3b {
	padding:0;
	list-style: none;
	counter-reset: li;
}	
.list3b li {
	position: relative;
	padding:12px 20px 20px 28px;
	margin-left: 40px;
	transition-duration: 0.3s;
}
.list3b li:before {
    border: 6px solid transparent;
	line-height: 30px;
	position: absolute;
	top: 10px;
	left:-30px;
	width:42px;
	text-align:center;
	font-size: 13px;
	font-weight: bold;
	color: #F39200;
	counter-increment: li;
	content: counter(li);
	transition-duration: 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.list3b li:hover:before {
	color: #000;
}
.list3b li:after {
    position: absolute;
	top: 10px;
    left: -30px;
    width: 42px;
    height: 42px;
    border: 6px solid #DDDDDD;
    border-radius: 50%;
    content: '';
    opacity: 0.5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.list3b li:hover:after {
	animation: 500ms ease-in-out 0s bounceIn;
    opacity: 1;
    /*border: 6px solid #F39200;	*/
}	

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
	20% {
		transform: scale3d(1.3, 1.3, 1.3);
	}
	40% {
		transform: scale3d(.9, .9, .9);
	}
	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		transform: scale3d(.97, .97, .97);
	}
	to {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}
.list6b {
	padding:0;
	list-style: none;
}
.list6b li{
	padding:6px;
	padding-left: 20px;
	position: relative;
}
.list6b li:before {
	position: absolute;
	padding-right:10px;
	left: 0;
	font-weight: bold;
	color: #C0C0C0;
	content: "\2714";
	transition-duration: 0.5s;
}
.list6b li:hover:before {
	color: #F39200;
	content: "\2714";
}	

figure.card * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}			
figure.card {
	position: relative;
	max-width: 100%;
	display: inline-block;
	border: 6px solid #e9e9e9;
	background: #e9e9e9;
	overflow: hidden;
	margin: 15px 0;
	font-size: 0;
	aspect-ratio: 16 / 11;
}
figure.card img {
	transition: all 300ms;
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center center;
}
figure.card:hover img,
figure.card.active img{
	transition: all 700ms;
	transform: scale(1.1);
}
figure.card figcaption {
	position: absolute;
	background: #e9e9e9;
	transition: transform 300ms;
	padding: 12px;
}
figure.card:hover figcaption,
figure.card.active figcaption {
	transform: translateY(0);
}
figure.info-bottom:hover img,
figure.active.info-bottom img {
	top: -40px;
}
figure.info-bottom figcaption {
	bottom: 0;
	transform: translateY(100%);
	border-top: 6px solid #e9e9e9;
}
figure.info-top:hover img,
figure.active.info-top img {
    top: 40px;
}
figure.info-top figcaption {
	top: 0;
	transform: translateY(-100%);
	border-bottom: 6px solid #e9e9e9;
}
figure.info-bottom figcaption, 
figure.info-top figcaption {
	width: 100%;
}
figure.info-left:hover img,
figure.active.info-left img {
	left: 90px;
}
figure.info-left figcaption {
	left: 0;
	top: 0;
	transform: translateX(-180px);
	border-right: 6px solid #e9e9e9;
}
figure.info-right:hover img,
figure.active.info-right img {
	left: -90px;
}
figure.info-right figcaption {
	right: 0;
	top: 0;
	transform: translateX(180px);
	border-left: 6px solid #e9e9e9;
}
figure.info-left figcaption, 
figure.info-right figcaption {
	width: 180px;
	height: 100%;
}
figure.card figcaption .info span {
	font-size: 13px;
	font-family: Verdana, sans-serif;  
	display: block;
}
figure.card figcaption .info div {
	font-size: 18px;
	display: inline-block;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #F39200;
}

.cata {
	/*margin: 60px 0;*/
}
nav.cata  ul {
	margin: 0;
	padding: 80px 0 20px;
	list-style: none;
}
@media (max-width: 768px) {
	nav.cata ul {
		padding: 30px 0 0;
	}	
}
nav.cata ul li {
	margin: 0 10px;
	display: block;
	padding: 2px 0;
}
nav.cata ul li a {
	color: #F39200;
	display: block;
	padding: 6px 0;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
}
nav.topcata ul {
	margin-top: 40px;
}

nav.topcata ul li a {
	color: #bed1ca;
}
nav.cata ul li a:hover {
	color: #000;
}
nav.topcata ul li a:hover {
	color: #FFF;
}
nav.cata ul li a.active {
	color: #000;
}
nav.topcata ul li a.active {
	color: #FFF;
}
nav.cata ul li a:after {
    display: block;
    content: "";
    height: 2px;
    width: 10%;
	background: #bed1ca;
    transition: width 0.2s;
	transition-delay: 0.1s;
}
nav.topcata ul li a:after {
	background: #446056;
}
nav.cata ul li a.active:after {
    width: 100%;
}


.ogl-container nav.topcata > ul > li {
	position: relative;
	left: -100vw;
	opacity: 0;
}
.ogl-container.open nav.topcata > ul > li {
	opacity: 1;
	left: 0;
	transition: opacity 2s, left 0.8s; 
}
.ogl-container.open nav.topcata > ul > li:nth-child(1) {
	transition-delay: 0s; 
}
.ogl-container.open nav.topcata> ul > li:nth-child(2) {
	transition-delay: 0.1s;  
}
.ogl-container.open nav.topcata > ul > li:nth-child(3) {
	transition-delay: 0.2s;  
}
.ogl-container.open nav.topcata > ul > li:nth-child(4) {
	transition-delay: 0.3s;  
}
.ogl-container.open nav.topcata > ul > li:nth-child(5) {
	transition-delay: 0.4s;
}
.ogl-container.open nav.topcata > ul > li:nth-child(6) {
	transition-delay: 0.5s;
}
.ogl-container.open nav.topcata > ul > li:nth-child(7) {
	transition-delay: 0.6s;
}
.ogl-container.open nav.topcata > ul > li:nth-child(8) {
	transition-delay: 0.7s;
}
.ogl-container.open nav.topcata > ul > li:nth-child(9) {
	transition-delay: 0.8s;
}
.ogl-container.open nav.topcata > ul > li:nth-child(10) {
	transition-delay: 0.9s;
}
.catalog section {
	background: #fff;
	margin: 80px 0;
}

.catalog section.active {
	/* Стиль для активной секции */
}
.catalog-row .catalog-item {
	display: none;	
}
.catalog-row .catalog-item:nth-child(1),
.catalog-row .catalog-item:nth-child(2){
	display: block;	
}
.proeconco-list {
	margin-bottom: 30px;
	border: 2px solid #e9e9e9;
	border-radius: 6px;
	height: calc(100% - 30px);
	justify-content: flex-end;
	position: relative;	
}
.proeconco-list .proeconco-head a  {
	aspect-ratio: 16 / 9;
	display: block;
	overflow: hidden;
	border-radius: 6px 6px 0 0;
}
.proeconco-list .proeconco-head a img  {
    object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
	transition: 0.3s;
}
.proeconco-list:hover {
	/*box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);*/
}
.proeconco-list:hover .proeconco-head a img  {
    transform: scale(1.1);
}
.proeconco-list .proeconco-head {
	position: relative;	
}
.proeconco-list .proeconco-title {
	pointer-events: none;
	text-transform: uppercase;
	color: #F39200;
	line-height: 1;
	padding: 10px 20px;
	background: #e9e9e9;
    display: inline-flex;
    align-items: center;
	max-width: 80%;
	z-index: 10;
	/*box-shadow: 20px 8px 15px 0 rgba(0, 0, 0, 0.15);*/
	font-size: 18px;
	position: absolute;	
	bottom: 20px;
	left: 20px;
	font-weight: 500;
	border-radius: 6px;
}
@media (max-width: 768px) {
	.proeconco-list .proeconco-title {
		padding: 5px 10px 5px 20px
	}
}
.proeconco-desc-1 {
	padding: 10px 20px;
}
.proeconco-desc-1 p {
	margin-bottom: 4px;
}
.proeconco-desc-3 {
	background: #e9e9e9;
	border-radius:  0 0 6px 6px;
}
.proeconco-desc-3d {
	padding: 10px 20px;
	font-size: 20px;
	line-height: 1;
	white-space: nowrap;
}
.proeconco-desc-3d span {
	font-size: 26px;
	font-weight: 500;
}
.modal-catalog {
	display: none;
	width: 100%;
	max-width: 1000px;
}
.modal-catalog img {
	border-radius: 6px;
	width: 100%;
}
.modal-catalog .modal-img {
	position: relative;
}
.modal-catalog .modal-img .htitle{
	position: absolute;
	top: 10px;
	left: 10px;
}

.cards {
	display: flex;
	flex-wrap: wrap; 
	justify-content: center;
    margin: 20px 0;  
}
.cards:hover .card:after {
	opacity: 1;
}
.cards .card {
	background-color: #F39200;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	position: relative;
	width: calc(50% - 20px);
	margin: 10px;
	/*box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);*/
	opacity: 0.95;
}
@media screen and (max-width: 767px) {
	.cards .card {
		width: calc(50% - 20px);
	}
}
@media screen and (max-width: 520px) {
	.cards .card {
		width: calc(100% - 20px);
	}
}
.cards .card:hover:before {
	opacity: 1;
}
.cards .card:before,
.cards .card:after {
	border-radius: inherit;
	content: "";
	height: 100%;
	left: 0px;
	opacity: 0;
	position: absolute;
	top: 0px;
	transition: opacity 500ms;
	width: 100%;
}
.cards .card:before {
	background: radial-gradient(600px circle at var(--mouse-x) var(--mouse-y), rgba(255, 255, 255, 0.4), transparent 40%);
	z-index: 3;
}
.cards .card:after {  
	background: radial-gradient(500px circle at var(--mouse-x) var(--mouse-y), rgba(255, 255, 255, 0.9), transparent 40%);
	z-index: 1;
}
.cards .card .card-content {
	background-color: #808080;
	border-radius: inherit;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	padding: 68px 16px 16px;
	z-index: 2;
	height: 100%;
	line-height: 1.2;
	margin: 2px;
}
.cards .card .card-image {
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translateX(-50%);	
	z-index: 10;
}
.cards .card .card-image i {
	font-size: 54px;
	color: #F39200;
}
.cards .card .card-image img {
	height: 54px;
}
.cards .card .card-image svg {
	height: 54px;
	fill: #F39200;
}
.cards .card .card-title {
	font-size: 18px;
	padding: 10px 0;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0;
}
.cards .card .card-text,
.cards .card .card-text p {
	font-size: 15px;
	font-family: Verdana, sans-serif;
	color: #FFF;
	margin: 0;
}
.cards .card .card-text p:not(:last-child) {
	margin-bottom: 10px;
}	
.swgallery-wr {
	overflow: hidden;
}

.swgallery-wr,
.rasp,
.mrasp {
	overflow: hidden;
}
.popt-wr {
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
	padding: 0 15px;
}
.swgallery, 
.bigswgallery,
.rasp,
.popt{
	position: relative;
}
.bigswgallery {
	overflow: hidden;
}
.bigswgallery .swiper-slide {
	margin: 20px 0;
}
.swgallery .swiper-wrapper, 
.bigswgallery .swiper-wrapper,
.rasp .swiper-wrapper,
.popt .swiper-wrapper {
	padding: 0 0 45px 0;	
}
.swgallery .swiper-wrapper .swiper-slide,
.bigswgallery .swiper-wrapper .swiper-slide,
.rasp .swiper-wrapper .swiper-slide,
.popt .swiper-wrapper .swiper-slide {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
	height: auto;
}
/*
	.rasp .swiper-wrapper .swiper-slide {height: 1px; transition: height 0.3s;} 
	.rasp .swiper-wrapper .swiper-slide-active { height:auto}
*/

.swgallery .swiper-button-prev,
.swgallery .swiper-button-next,
.bigswgallery .swiper-button-prev,
.bigswgallery .swiper-button-next,
.rasp .swiper-button-prev,
.rasp .swiper-button-next,
.popt .swiper-button-prev,
.popt .swiper-button-next{
	background: #d0d0d0;
	width: 60px;
	height: 40px;
	bottom: 6px;
	top: auto;
	transition: 0.3s;
}
.mainprog-section .popt .swiper-button-prev,
.mainprog-section  .swiper-button-next{
	background: transparent;
}
.swgallery .swiper-button-prev:hover,
.swgallery .swiper-button-next:hover,
.bigswgallery .swiper-button-prev:hover,
.bigswgallery .swiper-button-next:hover,
.rasp .swiper-button-prev:hover,
.rasp .swiper-button-next:hover,
.popt .swiper-button-prev:hover,
.popt .swiper-button-next:hover{
	background: #F39200;
}
.swgallery .swiper-button-prev,
.bigswgallery .swiper-button-prev,
.rasp .swiper-button-prev,
.popt .swiper-button-prev{
	right: 72px;
	left: auto;
	border-radius: 6px 0 0 6px;
}
.swgallery .swiper-button-next,
.bigswgallery .swiper-button-next,
.rasp .swiper-button-next,
.popt .swiper-button-next{
	right: 0;
	border-radius: 0 6px 6px 0;
}

.mrasp .swiper-button-prev{
	right: calc(50% + 6px);
	left: auto;
	border-radius: 6px 0 0 6px;
}

.mrasp .swiper-button-next {
	right: calc(50% - 66px);
	border-radius: 0 6px 6px 0;
}




.swgallery .swiper-button-prev,
.bigswgallery .swiper-button-prev,
.rasp .swiper-button-prev,
.popt .swiper-button-prev{
	right: calc(50% + 6px);
	left: auto;
	border-radius: 6px 0 0 6px;
}
.swgallery .swiper-button-next,
.bigswgallery .swiper-button-next,
.rasp .swiper-button-next,
.popt .swiper-button-next {
	right: calc(50% - 66px);
	border-radius: 0 6px 6px 0;
}
.swgallery .swiper-button-prev:after,
.bigswgallery .swiper-button-prev:after,
.rasp .swiper-button-prev:after,
.popt .swiper-button-prev:after{
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	font-weight: 900;
}
.swgallery .swiper-button-next:after,
.bigswgallery .swiper-button-next:after,
.rasp .swiper-button-next:after,
.popt .swiper-button-next:after{
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	font-weight: 900;
}
.swgallery .swiper-wrapper .swiper-slide figure,
.bigswgallery .swiper-wrapper .swiper-slide figure{
	height: 100%;
	width: 100%;
}
.swgallery .swiper-wrapper .swiper-slide figure a,
.bigswgallery .swiper-wrapper .swiper-slide figure a{
	aspect-ratio: 3 / 2;
	display: block;
	height: 100%;
}
.swgallery .swiper-wrapper .swiper-slide img,
.bigswgallery .swiper-wrapper .swiper-slide img{
    object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}
/*
.swiper-button-lock {
	display: flex;
}
*/
.swiper-pagination {
	position: static;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #F39200;
}

.img16 {
	aspect-ratio: 16 / 9;
	overflow: hidden;
}
.img4 {
	aspect-ratio: 4 / 3;
	overflow: hidden;
}
.img4 img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center center;	
	aspect-ratio: 4 / 3;
}
.img16 img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center center;
	aspect-ratio: 16 / 9;
}
.img1 {
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
.img1 img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center center;
	aspect-ratio: 1 / 1;
}
.iconblock-5 {
	position: relative;
	margin:44px 0 10px 0;
	border-radius: 12px;
	border: 2px solid #C5C5C5;
	transition: transform 300ms ease, box-shadow 300ms ease;
	text-align:center;
	height: calc(100% - 54px);
    display: flex;
    flex-flow: column;	
}
.iconblock-5 p {
	margin: 40px 10px 10px;
	font-weight: 500;
	color: #F39200;
    height: 54px;
	line-height: 1.1;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;	
}

.iconblock-5 strong {
	padding: 40px 10px 6px;
}
.iconblock-5 span {
	padding: 0 10px 10px;
	line-height: 1.2;
}
.iconblock-5 .icon {
    display: block;
    position: absolute;
    left: 50%;
    width: 80px;
	transform: translate(-50%, -50%); 
}
.iconblock-5 .icon svg:nth-child(1)
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); 
	fill: #F39200;
	width: 32px;
	height: 32px;
}
.iconblock-5 .icon svg:nth-child(2) path {
	stroke-width: 8px;
	stroke: #bed1ca;
	width: 62px;
	height: 62px;
	transition: stroke 300ms ease; 	  
}
.iconblock-5 .icon svg:nth-child(2) polygon {
	fill: white; 
}	  
.iconblock-5 h3 {
    transition: all 0.7s ease 0s;
    color: #F39200;
    font-size:20px;
    margin:50px 0 10px 0;
}     
.iconblock-5:hover {
	transform: translateY(-4px);
	box-shadow: 0px 7px 10px 1px rgba(84, 84, 84, 0.5); 		
}
.iconblock-5:hover .icon svg:nth-child(2) path {
	stroke: #F39200; 
}  

.deck-wrap {
	overflow: hidden;
}	
.deck {
	position: relative;
	width: calc(100% - 300px);
	margin: 40px auto;
}
.deck:before {
	content: "";
	position: absolute;
	width: 120%;
	height: 100%;
	top: -20px;
	left: 0;
	border-radius: 16px;
	background: #bed1ca;
}
.ncard {
	position: relative;
	background-color: #fff;
	padding: 10px;
	z-index: 5;
	border-radius: 12px;
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4);
	transition: 200ms ease-in-out;
    transform: scale(1);
}
.ncard:hover {
	z-index: 7;
	transform: scale(1.05);
	box-shadow: 0 4px 25px rgba(0, 0, 0, 0.5);
}
.ncard:nth-of-type(even) {
	margin-top: -80px;
	margin-left: 55px;
	margin-right: -85px;
}
.ncard:nth-of-type(odd) {
	margin-top: -50px;
	margin-left: -40px;
	margin-right: 0;
}
.ncard:first-of-type {
	margin-top: 0;
	margin-left: -90px;
	margin-right: 50px;
}
.cardHeader {
	font-size: 20px;
	color: #F39200;
	text-transform: uppercase;
	padding: 8px 10px;
	font-weight: 500;
}
.cardBody {
	padding: 0 10px;
}
.cardBody p {
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 10px;
}
.cardFooter {
	font-size: 16px;
	text-align: right;
	line-height: 1.5;
	margin-bottom: 10px;
	color: #337AB7;  
	padding: 0 10px;
}
@media (max-width: 767px) {
	.deck {
		width: 100%;
		max-width: 500px;
	}	
	.deck:before {
		width: 100%;
	}	
	.ncard {
		transform: scale(1);
	}
	.ncard:nth-of-type(even),
	.ncard:nth-of-type(odd){
		margin: 20px;
	}   
}
/* -------------------------------------------------------------------- Подвал */
/* -------------------------------------------------------------------- Подвал */
footer {
	
}
.main-content {
	box-shadow:0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
	background:#FFF;
}	
.footer-1 {
	background: #333333;
	padding: 20px 0 50px 0;
	color: #FFF;
}	
.footer-1 .title-l {
	max-width: 220px;
	width: 100%;
	margin: 30px 0 20px;
}
.footer-1 p {
	color: #FFF;
}
.footer-2 {
	background: #272727;
	padding: 8px 0;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
}
.footer-2 a {
	color: rgba(255, 255, 255, 0.5)
}
.footer-2 a:hover{
	color: rgba(255, 255, 255, 1)
}
.down-contact p {
	margin-bottom: 4px;
	display: flex;
	align-items: center;
	color: #FFF;
}
.down-contact a {
	color: #ffeeeb;
}
.down-contact a:hover {
	color: #fff;
}
.down-contact svg {
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	padding: 8px;
	fill: #FFF;
	background: #F39200;
	/*background-image: radial-gradient(#fff, #916127);*/
	border-radius: 50%;	
	transition: all 0.4s;
	margin-right: 10px;
	margin-bottom: 4px;
}
.down-contact a:hover svg {
	background: #ff9c08;
}	
.footer-parallax {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:-1;
}
@media screen and (max-width:767px) {
	.footer-parallax {
		position:static;
	}
	
	.main-content {
		box-shadow: none;
		background:#FFF;
	}
	
}
footer .why ul li {
	margin-bottom: 10px;
}
footer .why ul li,
footer .why ul li a {
	font-weight: 300;
	display: flex;
    align-items: flex-start;	
	color: #FFF; 	
	font-size: 16px;
} 
footer .why ul li span {
	display: inline-block;
	padding-top: 4px;
} 
footer .why ul li svg {
	fill: #FFF;
	width: 26px;
	height: 26px;
	flex: 0 0 26px;
	border-radius: 50%;
	background: #F39200;
	padding: 6px;
	margin: 4px 10px 4px 0;
}
@media (max-width:577px){
	footer .fllist {
		margin-top: 20px!important;
		margin-left: 40px!important;	
	}
	footer .why {
		margin-top: 10px!important;
		margin-left: 10px!important;
	}	
	.down-contact.page-contact {
		text-align: center;
	}
}
.ftitle {
	text-transform: uppercase;
	color: #fff;
	padding: 10px 2px 10px 20px;
	background: #272727;
    display: inline-flex;
	flex-flow: column;
    justify-content: center;
	position: relative;
	margin: 40px 0 16px -15px;
	position: relative;
	max-width: 80%;
	min-height: 40px;
	font-size: 16px;
	font-weight: 500;
	z-index: 2;
	/*box-shadow: 20px 8px 15px 0 rgba(0, 0, 0, 0.15);*/
}
.ftitle:after {
	content: "";
	position: absolute;
	background: #272727;
	right: -30px;
	top: 0;
	width: 60px;
	height: 100%;
	min-height: 40px;
	transform: skew(30deg);
	z-index: -1;
}
.fllist {
	padding:  0;
	list-style: none;
	margin-bottom: 10px;
}
.fllist li {
	padding: 4px 0 4px 16px;
	position: relative;
	line-height: 1.1;
	color: #FFF;
	list-style: none;
}
.fllist li a {
	line-height: 1.1;
	color: #FFF;
	font-size: 15px;
}
.fllist li span {
	color: #F39200;
	font-weight: 500;
}
.fllist li:before {
	padding-right:10px;
	font-weight: 400;
	color: #F39200;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath fill='%23F39200' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3e%3c/svg%3e");	
	transition-duration: 0.5s;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 7px;
	left: 0px;
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
}

.copyr {
	position: relative;
	z-index: 2;
	background: #202020;
	padding: 6px 0 6px 12px;
	display: inline-flex;
	align-items: center;
	line-height: 1;
	margin-right: 100px;
}
.copyr:after {
	content: "";
	position: absolute;
	background: #202020;
	right: -20px;
	top: 0;
	width: 60px;
	height: 100%;
	transform: skew(30deg);
	z-index: -1;
}
.copyr a {
	font-size: 11px;
	color: #585858;
	padding-left: 10px;
}
.copyr a:hover {
	color: #a0a0a0;
}
.copyr b  {
	color: #585858;
	font-size: 15px;
	display: block;
	font-weight: 500;
	margin-top:2px; 
	text-align: right;
	transition: 0.5s;
}
.copyr span {
	text-align: left;
	font-size: 11px;
	padding-left: 6px;
	transform: translateY(2px);
	
}
.copyr > b > span {
	background: #585858;
	letter-spacing: 0;
	color: #202020;
	width: 18px;
	height: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 2px;
	transition: 0.3s;
	line-height: 10px;
	transition: 0.5s;
	padding-left: 0;
	font-size: 15px;
	transform: translateY(0);
}
.copyr:hover b  {
	color: #a0a0a0;
}
.copyr:hover b span {
	background: #a0a0a0;
}
@media (max-width:991.98px){
	.copyr {
		display: none;
	}
}

.row-box {
	position: relative;
}
.box {
	display: block;
	width: 55%;
	position: relative;
}
.box img {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	object-position: 50% 50%;
	object-fit: cover;
	padding: 1% 0;
}
.box:nth-child(1) {
	clip-path: polygon(0 0, 97% 0, 82% 100%, 0 100%);
}
.box:nth-child(2) {
	clip-path: polygon(18% 0, 100% 0, 100% 100%, 3% 100%);
	left: 45%;
	position: absolute;
	top: 0;
}
.box:nth-child(3) {
	clip-path: polygon(0 0, 82% 0, 97% 100%, 0 100%);	  
}
.box:nth-child(4) {
	left: 55%;	
	width: 45%;
	position: absolute;
	top: 75%;	
	transform: translateY(-50%);
	font-size: 20px;
}
@media only screen and (max-width: 991px) {
	.box:nth-child(3) {
		display: none;  
	}
	.box:nth-child(4) {
		left: 0;	
		width: 100%;
		position: relative;
		top: 0;	
		padding-top: 20px;
		transform: translateY(0);
		font-size: 18px;
	}
}

.child-pages {
	position: relative;
	border-radius: 8px;
	transition: 0.3s;
	aspect-ratio: 16 / 9;
	margin-top: 30px;
	overflow: hidden;
}
.child-pages:hover {
	/*box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 12px 26px rgba(0,0,0,0.1);*/
}
.child-pages img {
	width: 100%;
	height: 100%;
	object-position: center center;
	object-fit: cover;
	border-radius: 8px;
	transition: 0.5s;
}
.child-pages:hover img {
	transform: scale(1.1);
}
.child-pages .child-title {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	width: 100%;
	background: rgba(0,0,0,0.6);
	transition: 0.3s;
	padding: 0 10px 2px;
	min-height: 60px;
	font-size: 16px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;	
	text-align: center;
	line-height: 1;
	border-radius: 0 0 8px 8px;
	pointer-events: none;
	font-weight: 400;
}
.child-pages:hover .child-title {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #F39200;
}


.child-pages-project {
	position: relative;
	border-radius: 8px;
	transition: 0.3s;
	aspect-ratio: 4 / 3;
	margin-top: 30px;
	overflow: hidden;
}
@media only screen and (max-width: 1499px) {
.project-main-gallery .child-pages-project {
	aspect-ratio: 1 / 1;
}
}
@media only screen and (max-width: 1199px) {
.project-main-gallery .child-pages-project {
	aspect-ratio: 1 / 1.5;
}
}
@media only screen and (max-width: 991px) {
.project-main-gallery .child-pages-project {
	aspect-ratio: 4 / 3;
}
}
.child-pages-project:hover {
	/*box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 12px 26px rgba(0,0,0,0.1);*/
}
.child-pages-project img {
	width: 100%;
	height: 100%;
	object-position: center center;
	object-fit: cover;
	border-radius: 8px;
	transition: 0.5s;
}
.child-pages-project:hover img {
	transform: scale(1.1);
}
.child-pages-project .child-title-project {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	width: 100%;
	background: rgba(0,0,0,0.6);
	transition: 0.3s;
	padding: 0 10px 2px;
	min-height: 80px;
	font-size: 16px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;	
	text-align: center;
	line-height: 1;
	border-radius: 0 0 8px 8px;
	pointer-events: none;
	font-weight: 400;
}
.child-pages-project:hover .child-title-project {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #F39200;
}
.child-title-project-rabs {
	position: absolute;
	top: 10px;	
	max-width: calc(100% - 20px);
	left: 10px;	
	z-index: 10;
}
.child-title-project-rab {
	background: #F39200;
	padding: 4px 12px 6px;
	line-height: 1;
	color: #FFF;
	font-size: 13px;
	font-weight: 400;
	border-radius: 6px;
	display: inline-block;
	pointer-events: none;
}
@media screen and (max-width:575px) {
.child-title-project-rab {
	padding: 2px 8px 4px;
}
}
.top-pr {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 6px;
}
.icon-pr {
	width: 30px;
	flex: 0 0 30px;
}
.front-pr .top-pr {
	margin-top: 6px;
	flex-wrap: nowrap;
	margin-bottom: 0;
}
.icon-pr svg {
	fill: #FFF;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    border-radius: 50%;
    background: #F39200;
    padding: 6px;
    margin: 4px 10px 4px 0;
}
@media screen and (min-width:768px) {
.front-pr .icon-pr {
	width: 50px;
	flex: 0 0 50px;
}
.front-pr .icon-pr svg {
	fill: #FFF;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 50%;
    background: #F39200;
    padding: 10px;
    margin: 4px 10px 4px 0;
}
}
.name-pr {
	color: #F39200;
	font-weight: 400;
	padding: 0 10px 0 4px;
}
.front-pr .name-pr {
	color: #fff;
	font-weight: 400;
	padding: 0 10px 0 4px;
	line-height: 1;
}
.front-pr .name-pr span {
	font-weight: 600;
}
.prog-block-main {
	border-radius: 10px;
    border: 2px solid #eee;
    padding: 10px 20px;
    margin:  0 0 30px;
    height: calc(100% - 30px);
}
.prog-block {
	display: flex;
}

.prognum span {
	background: #F39200;
	border-radius: 10px;
	padding: 4px 12px;
	font-weight: 400;
	color: #FFF;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.prog-name {
	font-weight: 400;
	padding-left: 10px;
	/*padding-top: 6px;*/
}
@media screen and (max-width:767px) {
.prog-block-main {
    padding: 10px 12px;
    margin:  0 0 20px;
    height: calc(100% - 20px);
}	
.prog-block {
	flex-wrap: wrap;
}
.prog-name {
	padding-left: 0;
}
}	
.block-why {
	border-radius: 10px;
	border: 2px solid #eee;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
}
.block-why img {
	width: 90px;
	padding: 10px;
}
.block-why-txt {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;	
	text-align: center;	
	height: 50px;
	line-height: 1;
	color: #000;
	font-weight: 400;
}
.block-client {
	border-radius: 10px;
	border: 2px solid #FFF;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	background: #B0B0B0;
}
.block-client img {
	padding: 10px;
	transition: 0.5s;
}
.block-client:hover img {
	transform: scale(1.1);
}
.wave-divider {
	width: 100%;
	height: 80px;
	display:block;	
}
.wave-parallax1 {
	animation: wave-move1 10s linear infinite;
}
.wave-parallax2 {
	animation: wave-move2 8s linear infinite;
}
.wave-parallax3 {
	animation: wave-move3 6s linear infinite;
}
.wave-parallax4 {
	animation: wave-move4 4s linear infinite;
}
@keyframes wave-move1 {
	0% {
		transform: translateX(85px);
	}
	100% {
		transform: translateX(-90px);
	}
}
@keyframes wave-move2 {
	0% {
		transform: translateX(-90px);
	}
	100% {
		transform: translateX(85px);
	}
}
@keyframes wave-move3 {
	0% {
		transform: translateX(85px);
	}
	100% {
		transform: translateX(-90px);
	}
}
@keyframes wave-move4 {
	0% {
		transform: translateX(-90px);
	}
	100% {
		transform: translateX(85px);
	}
}
.dark-block {
	background: #eaeaea;
	padding: 50px 0;
	font-size: 26px;
	text-align: center;
	color: #000;
	line-height: 1.2;
	position: relative;
	z-index: 1;
}

@media screen and (max-width:767px) {
	.dark-block {
		font-size: 20px;
	}	
}
.dark-bg {
	background: #eaeaea;
}
.light-block {
	background: #FFF;
	padding: 50px 0;
	text-align: center;
	position: relative;
	z-index: 1;	
}

.etaps {
	margin: 20px auto 0 auto;
	max-width: 1000px;
}
.etaps .etapsw {
	border-radius: 10px;
	border: 2px solid #eee;
	text-align: center;
	padding: 10px;
	margin: 15px 0;
	height: calc(100% - 15px);
}
.etap {
    height: 70px;
	width: 70px;
	flex: 0 0 70px;
	border-radius: 50%;
	color: #FFF;
	font-weight: 500;
	font-size: 36px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;	
	background: #F39200;
}
.etap svg{
    height: 40px;
	width: 40px;
	fill: #FFF;
}
.etap-txt {
	font-size: 20px;
	line-height: 1.1;
	font-weight: 400;
	padding-left: 20px;
	text-align: left;
}
@media only screen and (max-width: 991px) {
	.etap {
		height: 40px;
		width: 40px;
		flex: 0 0 40px;
		font-size: 26px;
	}
	.etap svg{
		height: 26px;
		width: 26px;
	}
	.etap-txt {
		font-size: 18px;
	}
}

.accordion-wrap {
	width: 100%;
}
.accordion-group { 
	/*max-width: 900px;*/
	margin: 0 auto;
}
.accordion-body > * > .accordion-body {
	margin: 0;
}
.accordion-body {
	display: none;
	position: relative;
	padding: 54px 24px 6px;
	overflow: hidden;
	border-radius: 12px;
	z-index: 5;
	margin-top: -50px;
}
.accordion-body:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.accordion-header {
	position: relative;
	color: #000;
	padding: 10px 44px 12px 24px;
	overflow: hidden;
	border-radius: 12px;
	z-index: 10;
	cursor: pointer;
	font-weight: 400;
	background: #fbfbfb;
	margin: 14px 0;
	border: 1px solid #eaeaea;
	transition: 0.3s;
}
.accordion-header:hover {
	background: #f4f4f4;
}
.accordion-header.open {
	/*box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 12px 26px rgba(0,0,0,0.1);*/
	background: #F39200;
	color: #fff;
	border: 1px solid #F39200;
}
.accordion-header:after {
	content: "+";
	right: 20px;
	top: 12px;
	font-family: Courier;
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	color: #F39200;
	position: absolute;
}

.accordion-header.open::after {
	content: "-";
	color: #FFF;	
}
.orange {
	color: #FFF;
	background: #F39200;
	border-radius: 10px;
}
.upbtn {
	z-index: 9999;
	width: 60px;
	height: 60px;
	color: #FFF;
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	border:3px solid #ffeac9;
	border-radius:50%;
	transform: scale(0);
	transition: all .7s ease-in-out;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #F39200;
	background-size: 50% 50%;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ5MS44NTggNDkxLjg1OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDkxLjg1OCA0OTEuODU4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ5MS44NTgsNDQyLjQ2MWMwLDEzLjkzMS0xMS4yOTMsMjUuMjI0LTI1LjIyNCwyNS4yMjRMMjQ1LjkzLDM3My4wOTdMMjUuMjI0LDQ2Ny42ODYgICAgQzExLjI5Miw0NjcuNjg2LDAsNDU2LjM5MiwwLDQ0Mi40NjFMMjI3LjAxMSwzMi41OGMwLDAsMTguOTE4LTE4LjkxOCwzNy44MzQsMEMyODMuNzY0LDUxLjQ5OSw0OTEuODU4LDQ0Mi40NjEsNDkxLjg1OCw0NDIuNDYxeiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=)
}
.upbtn:hover {
	transform: scale(1.2)!important;
}

.main-icon-block {
	border-radius: 10px;
	/*
	border: 2px solid #e5e5e5;
	background: #FFF;
*/	
	padding: 10px 16px;
	margin-bottom: 20px;
	
}
.main-top-block {
	display: flex;
    align-items: center;
	margin-bottom: 10px;
}
.main-icon-icon {
	width: 58px;
	flex: 0 0 58px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #b7b7b7;
	transition: 0.3s;
}
.main-icon-icon svg {
	fill: #F39200;
	width: 40px;
	height: 40px;
}
.main-icon-name {
	padding-left: 10px;
	transition: 0.3s;
}
.main-icon-name a {
	color: #000;
}
.main-icon-name.active a {
	color: #F39200;
}

.main-icon-icon img {
	filter: grayscale(100%);
	transition: 0.3s;
}
.main-icon-icon.active {
	border: 3px solid #fff;
	/*box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);*/
}
.main-icon-icon.active img {
	filter: grayscale(0);
}
.show-icon {
	width: 200px;
	height: 200px;
	display: inline-block;
	margin: 10px auto;
	border-radius: 50%;
	overflow: hidden;
	border: 4px solid #fff;	
	position: relative;
}
.show-icon #m1 {
	position: relative;
}
.show-icon #m2,
.show-icon #m3,
.show-icon #m3,
.show-icon #m4{
	position: absolute;
	top: 0;
	left: 0;
}
.show-icon img {
	opacity: 0;
	transition: 0.5s;
}
.show-icon img.active {
	opacity: 1;
}

.show-icon-pr {
	display: inline-block;
	margin: 10px auto;
	width: calc(100% + 120px);
	transform: translate3d(-120px, 0, 0);
	overflow: hidden;
	border: 4px solid #fff;	
	position: relative;
	border-radius: 0 20px 20px 0;
	height: calc(100% - 20px);
}
.show-icon-pr:after {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%);
	position: absolute;
}
.show-icon-pr #pr1,
.show-icon-pr #pr2,
.show-icon-pr #pr3,
.show-icon-pr #pr3{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-position:  center center;
	object-fit: cover;
}
.show-icon-pr img {
	opacity: 0;
	width: 100%;
	/*transition: 1.5s;*/
}
.show-icon-pr img.active {
	opacity: 1;
}

.mainprog-section {
	position: relative;
	background-image: url(/wp-content/uploads/2024/06/334.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;	
	padding: 50px 0;
}
.mainprog-section .container {
	position: relative;
	z-index: 5;
}

@media screen and (max-width:767px) {
.mainprog-section {
		padding: 40px 0;
	}
}
.project-main-gallery .child-pages-project {
	box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
}
.short-block  {
	margin-bottom: 0;	
}
.short-block .wp-block-column {
	border-radius: 10px;
    border: 2px solid #eee;
    padding: 10px 20px;
    margin-top: 20px;	
	margin-bottom: 0;	
	max-height: 300px;
	overflow: hidden;    
    position: relative;	
	transition: 0.8s;
}
.short-block .wp-block-column.shown {
	max-height: 10000px;
	padding-bottom: 60px;
}
.short-block .wp-block-column:after {
    content: "";
    position: absolute;
    pointer-events: none;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF 75%)    
}
.short-block .wp-block-column.shown:after {
display: none;
}
.open-short {
	position: absolute;
	bottom: -20px;
	left: 50%;
	z-index: 5;
	transform: translateX(-50%);
}
.short-block .wp-block-column h2,
.short-block .wp-block-column h3{
    margin-top: 20px;	
}
.arrow-left-5,
.arrow-right-5,
.arrow-top-5,
.arrow-bottom-5 {
	margin: 20px 8px;
	width: 80px;
	height: 80px;
	cursor: pointer;
	fill: #989898; 
	transition: fill 0.5s ease-out, transform 0.7s ease-in;	
}
.arrow-left-5 {
	transform: rotate(90deg);
}
.arrow-right-5 {
	transform: rotate(270deg);
}
.arrow-top-5 {
	transform: rotate(180deg);
}
.arrow-left-5:hover,
.arrow-right-5:hover,
.arrow-top-5:hover,
.arrow-bottom-5:hover {
	fill: #F39200;
	transform: scale(1.2);
}
.arrow-left-5:hover {
	transform: rotate(90deg) scale(1.2);
}
.arrow-right-5:hover {
	transform: rotate(270deg) scale(1.2);
}
.arrow-top-5:hover {
	transform: rotate(180deg) scale(1.2);
}

@media screen and (max-width:767px) {
	.mslider {
		margin-left: auto;
		margin-right: auto;
		position: relative;
		overflow: hidden;
		list-style: none;
		padding: 0;
		z-index: 1;
		display: block; 
		--bs-gutter-x: 0;
	}
	.mslide {
		flex-shrink: 0;
		width: 100%;
		height: 100%;
		position: relative;
		transition-property: transform;
		display: block;
	}
}
.myblock {
	margin-bottom: 30px;
	background-color: #BFE2FF;
	padding: 20px;
}