/*
Theme Name: SPIRIT
Author: Rindan (Dmitriy Yerohin)
Version: 10.0.0
*/

body {
	overflow-x:hidden !important;
}
.single__post .single-post-wrapper {
	max-width:800px;
}
.single__post .single-post-title {
	text-align:center;
}
.single__post .single__post_image {
	max-width:100%;
	height:auto;
}
.single__post .single__post_shares {
	display:flex;
	justify-content:center;
	padding-top:10px;
}
.single__post .single__post_content  {
	padding-top:30px;
}
.p_imgL {
	float:left;
	margin:7px 15px 0 0 !important;
	padding:0;
	display:inline-block;
}
.p_imgR {
	float:right;
	margin:10px 0 0 15px;
	padding:0;
	display:inline-block;
}
.u-section-2.single__service  h1.u-text-1 {
	font-weight: 700 !important;
	margin: 44px auto 30px !important;
	font-size: 3rem;
	line-height: 1.1 !important;
}
.single__service .u-container-layout .u-text.u-text-2 p {
	margin-bottom:1rem;
	margin-top:0;
}
.single__service .u-container-layout .u-text.u-text-2 ul,
.single__service .u-container-layout .u-text.u-text-2 ol {
	margin: 1rem 0;
}
.u-btn.cur-lang {
	cursor:default;
	color: #1a9f83 !important;
}
.u-btn.cur-lang:hover {
	color: #1a9f83 !important;
}
.header__email > a, .footer__email > a, .contact__link > a {
	color:#fff;
}
.header__email:hover > a, 
.footer__email:hover > a, 
.u-btn.lang__link:hover,
.contact__link > a:hover {
	color:#1a9f83 !important;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.main-page-3 .u-text.u-text-2 {
	text-transform:uppercase;
}

.about_us_block1 h1 {
	text-transform:uppercase !important;
}

.services-section-1,
.services-section-3,
.services-section-5 {
	background-image:none;
}

.services-section-1 .u-image-1 img,
.services-section-3 .u-image-1 img,
.services-section-5 .u-image-1 img {
	max-width:100%;
	height:auto;
	-o-object-fit:cover;
	object-fit:cover;
	-o-object-position:top center;
	object-position:top center;
}
.services-section-1 .u-image-1,
.services-section-3 .u-image-1,
.services-section-5 .u-image-1 {
	height:588px;
	min-height:unset !important;
}
.services-section-1,
.services-section-3,
.services-section-5,
.services-section-1 .u-layout-cell-1,
.services-section-3 .u-layout-cell-1,
.services-section-5 .u-layout-cell-1 {
	min-height:unset !important;
}
.u-section-4,
.u-section-5,
.services-section-7,
.services-section-8 {
	background-color: #f6f6f6;
}
.mobile__menu a.u-nav-link {
	padding:10px 20px;
	/*text-shadow: 2px 2px 40px rgb(0 0 0);*/
	display: inline-block;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin:0;
}
.wpcf7-acceptance .wpcf7-list-item label {
	display:flex;
	align-items:center;
}
.wpcf7-acceptance .wpcf7-list-item label input {
	margin-right:5px;
}
.u-list-control .wp-pagenavi {
	width:100%;
}
.u-list-control .wp-pagenavi .current,
.u-list-control .wp-pagenavi .page,
.u-list-control .wp-pagenavi .nextpostslink,
.u-list-control .wp-pagenavi .previouspostslink{
	color: #1a9f83;
	padding:26px 28px;
	font-size: 0.75rem;
	font-weight: 700;
	position:relative;
}
.u-list-control .wp-pagenavi .current,
.u-list-control .wp-pagenavi .page:hover {	
	color:#fff;
}
.u-list-control .wp-pagenavi .current::before,
.u-list-control .wp-pagenavi .page:hover::before {
	content:'';
	position:absolute;
	left:20px;
	top:22px;
	width:24px;
	height:24px;
	background-color:#1a9f83;
	z-index:-1;
}
.service__img > img,
.hardware__img > img,
.u-social-url > .u-icon  {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service__img:hover > img,
.hardware__img:hover > img {
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
	cursor:pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.u-social-url:hover > .u-icon  {
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.contact__page_form .u-btn-submit.u-button-style.u-palette-2-base {
	background-color:#333 !important;
	border: 1px solid #1a9f83 !important;
}
.contact__page_form .u-btn-submit.u-button-style.u-palette-2-base:hover {
	background-color:#1a9f83 !important;
	-webkit-transition:background-color 0.3s linear;
	-o-transition:background-color 0.3s linear;
	transition:background-color 0.3s linear;
}

.single__post p {
	margin-top:0;
	margin-bottom:1rem;
}
.single__post {
	padding:40px 0;
}
.single__post img {
	max-width:100%;
	height:auto;
}

.single__post_date {
	text-align:right;
	padding:15px;
}

.blog__posts .blog__post .u-post-header-link:hover {
	color:#1a9f83 !important;
	transition:color 0.3s ease;
}

.u-section-2 .u-group-1.about__us_page {
	width:100%;
	margin:0;
	height:auto;
}
.u-section-2 .u-group-1.about__us_page h2 {
	text-align: center;
}
.u-section-2 .u-group-1.about__us_page .about__us_text {
	margin: 0;
	margin-top:20px;
	line-height: 26px;
}
.u-section-2 .u-group-1.about__us_page .about__us_text p {
	margin-top:0;
	margin-bottom:0.5rem;
}
.u-section-2 .u-group-1.about__us_page .about__us_images {
	margin:30px 0 60px;
}
.u-section-2 .u-group-1.about__us_page .about__us_images img {
	max-height:500px;
	object-fit:cover;
	object-position: top center;
}
.services-section-2 .u-text-2 p {
	margin:0;
}
.services-section-2.u-section-2 .u-sheet-1,
.services-section-2.u-section-2 .u-layout-cell-1,
.services-section-2.u-section-2 .u-layout-cell-2 {
	min-height: unset;
}


.mobile__menu li.main-menu-item {
	position:relative;
}
.mobile__menu .dropdown-toggle {
	position: absolute;
	top: 11px;
    right: 45px;
}
.mobile__menu .dropdown-toggle::after {
	content: "";
    width: 10px;
    height: 5px;
    background-size: 100%;
    color: #fff;
	display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.u-nav-container-collapse .u_nav_popup {
	overflow: hidden;
    visibility: hidden;
    pointer-events: none;
    max-height: 0;
}
.u_nav_popup.open {
	visibility: visible;
	max-height:100%;
}
.mobile__menu .sub-menu li {
	padding-left:10px;
}

.producers .u-layout-col.producers__images {
	flex-direction:row;
	flex-wrap:wrap;
}
.producers .u-layout-col.producers__images .producers__images_Wrap {
	flex: 0 1 20% !important;
	max-width:20% !important;
}
.producers .u-sheet {
	max-width:100%;
	margin: 0 auto;
}

@media only screen and (min-width: 992px) {
	.u-nav-popup {
		opacity:0;
	}
	.u-header .u-menu-1 {
		margin-left:180px;
	}
	.u-nav-popup.opened {
		opacity:1;
		-webkit-transition: opacity 0.3s ease;
		-o-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
	.u-nav-popup.opened li a:hover {
		background-color: #178f76 !important;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.blog__posts .blog__post {
		display:flex;

	}
	.blog__posts .blog__post .blog__post_img img {
		height:auto;
		margin:0;
	}
	.blog__posts .blog__post .blog__post_info > * {
		margin:0;
	}
	.blog__posts .blog__post .blog__post_info h2 {
		margin-bottom:10px;
	}
	.blog__posts .blog__post .blog__post_info .blog__post_btn-link,
	.blog__posts .blog__post .blog__post_info .blog__post_excerpt {
		margin-top:10px;
	}
	.blog__posts .blog__post .blog__post_info {
		margin-left:40px;
	}
	.main-page-2 .u-group-1,
	.main-page-2 .u-image-1 {
		width: 50%;
	}

}
@media only screen and (min-width: 768px) {
	.main-page-4 .u-container-layout img,
	.main-page-5 .u-container-layout img,
	.services-section-7 .u-container-layout img,
	.services-section-8 .u-container-layout img {
		width:100%;
		height: auto;
		-o-object-fit:contain;
		object-fit:contain;
		margin:0 !important;
	}
	.main-page-4 .u-layout-cell,
	.main-page-5 .u-layout-cell,
	.services-section-7 .u-layout-cell,
	.services-section-8 .u-layout-cell {
		min-height:unset;
	}
	.main-page-4 .u-container-layout,
	.main-page-5 .u-container-layout,
	.services-section-7 .u-container-layout,
	.services-section-8 .u-container-layout {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		padding: 20px;
	}

}
@media (max-width: 1199px) {
	.services-section-1 .u-image-1,
	.services-section-3 .u-image-1,
	.services-section-5 .u-image-1 {
		height:485px;
	}
	
	section h1 {
		font-size: calc(44px + 60 * ((100vw - 320px)/ 1440)) !important;
	}
    body.lang-ru section h1 {
		font-size: calc(33px + 60 * ((100vw - 320px)/ 1440)) !important;
	}
}
@media (max-width: 991px) {
	.services-section-1 .u-image-1,
	.services-section-3 .u-image-1,
	.services-section-5 .u-image-1 {
		height:371px;
	}
	.producers .u-layout-col.producers__images .producers__images_Wrap {
		flex: 0 1 33% !important;
		max-width:33% !important;
		height: 100px;
		min-height: unset;
	}
	.producers .u-sheet-1 {
		min-height:unset;
	}
}
@media (max-width: 767px) {
	.u-footer .u-text-5 {
		margin-right:0 !important;
	}
	.services-section-1 .u-image-1,
	.services-section-3 .u-image-1,
	.services-section-5 .u-image-1 {
		height:417px;
	}
	.hardware__img img,
	.service__img img {
		width:100% !important;
		object-fit:cover;
		max-width: 100%;
		margin: 0 auto !important;
		height: auto !important;
		max-height: 110px;
	}
	.u-section-2 .u-group-1.about__us_page .about__us_images img {
		max-height: 350px;
		width: auto;
	}
}
@media (max-width: 575px) {
	.services-section-1 .u-image-1,
	.services-section-3 .u-image-1,
	.services-section-5 .u-image-1 {
		height:263px;
	}
	.main-page-2 > .u-sheet-1 {
		position:static;
	}
	.main-page-2 {
		position:relative;
	}
	.main-page-2 .green__line {
		position:absolute;
		left:0;
		width:100%;
	}
	.main-page-2 .u-image-1 {
		margin-top:0;
	}
	.main-page-2 p,
	.main-page-2 li {
		font-size:14px !important;
	}
	.u-list-control {
		margin-top:40px;
	}
	.producers .u-layout-col.producers__images .producers__images_Wrap {
		flex: 0 1 50% !important;
		max-width:50% !important;
		height: 100px;
		min-height: unset;
	}
	.producers .u-sheet-1 {
		min-height:unset;
	}
	.main-page-2 .u-container-layout-1 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

body a:hover {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}