/*!
Theme Name: Dreamy Garden
Theme URI: http://underscores.me/
Author: WEBTOP
Author URI: https://web24.pro/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dreamygarden
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Dreamy Garden is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');

:root {
	--main-color: #6A961F;
	--second-color: #C3CD4D;
	--third-color: #0D3C00;
	--text-color: #2B2B2B;
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	color: var(--text-color);
	line-height: 1.4;
}
a, a:hover {
	color: var(--text-color);
	text-decoration: none;
	transition: .25s;
}
img {
	/*width: auto;
	height: inherit;*/
	max-width: 100%;
	max-height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 15px;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 18px;
}
p, blockquote, ul, ol, table {
	margin-bottom: 15px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, blockquote:last-child, ul:last-child, ol:last-child, table:last-child {
	margin-bottom: 0;
}


.form-field {
	position: relative;
	margin-bottom: 15px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], textarea {
  position: relative;
  width: 100%;
  box-shadow: 0px 2px 10px rgb(0 0 0 / 15%);
  border: 1px solid #f9f9f9;
  padding: 10px 25px;
  border-radius: 40px;
  height: 58px;
  outline: none;
}
textarea {
	height: 150px;
}
.wpcf7-not-valid-tip {
	font-size: 14px;
	margin-top: 5px;
}
.wpcf7 form .wpcf7-response-output {
	text-align: center;
	font-size: 14px;
	margin: 20px 0 0;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
}

.modal-content {
	border: none;
}


.btn {
  color: var(--text-color);
  padding: 16px 25px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}
.btn-group-sm>.btn, .btn-sm {
  padding: 12px 25px;
  font-size: 14px;
  border-radius: 30px;
}
.btn:hover {
  color: var(--text-color);
}
.btn-check:focus + .btn, .btn:focus {
  box-shadow: none;
}
.btn-primary,
.btn-check:focus + .btn-primary, .btn-primary:focus,
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle,
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus,
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
  box-shadow: none;
}
.btn-primary:hover {
  color: var(--main-color);
  background-color: #fff;
  border-color: var(--main-color);
}
.btn-secondary,
.btn-check:focus + .btn-secondary, .btn-secondary:focus,
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle,
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus,
.btn-secondary:disabled, .btn-secondary.disabled {
  color: var(--third-color);
  background-color: #fff;
  border-color: var(--third-color);
  box-shadow: none;
}
.btn-secondary:hover {
  color: #fff;
  background-color: var(--third-color);
  border-color: var(--third-color);
}







.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-3 .gallery-item > div {
	height: 280px;
}
.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



.wrapper {
	position: relative;
	overflow: hidden;
}
.header {
	position: relative;
	background: #fff;
	padding: 7px 0;
}
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-logo {
	padding-right: 30px;
}
.header-logo img {
	width: 100%;
	max-width: 300px;
}
.header-right {
	position: relative;
}
.header-contacts {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
  height: 30px;
}
.header-contacts p {
	position: relative;
	margin-bottom: 0;
	margin-right: 24px;
	padding-right: 24px;
}
.header-contacts p:last-child {
	margin-right: 0;
	padding-right: 0;
}
.header-contacts p:after {
	content: '';
	width: 1px;
	height: 30px;
	background: #E5E5E5;
	position: absolute;
	right: 0;
	top: calc(50% - 15px);
}
.header-contacts p:last-child:after {
	display: none;
}
.header-contacts p a {
	position: relative;
	display: inline-block;
	padding-left: 25px;
}
.header-contacts p a:before {
	content: '';
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--main-color);
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}
.header-phone a:before {
	-webkit-mask-image: url(images/call.svg);
  mask-image: url(images/call.svg);
}
.header-email a:before {
	-webkit-mask-image: url(images/mail.svg);
  mask-image: url(images/mail.svg);
}
.main-menu {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 9;
}
.main-menu:before {
	content: '';
	background: #e5e5e5;
	width: calc((100vw - 1296px) / 2 + 100%);
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.main-menu > li {
	position: relative;
	margin-right: 30px;
}
.main-menu > li:last-child {
	margin-right: 0;
}
.main-menu > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 52px;
	text-transform: uppercase;
	font-size: 16px;
	color: var(--third-color);
}
.main-menu > li.menu-item-has-children > a {
	padding-right: 14px;
}
.main-menu > li > a:before {
  content: '';
  width: 0%;
  height: 1px;
  background: var(--second-color);
  position: absolute;
  bottom: 12px;
  left: 0;
  transition: .25s;
}
.main-menu > li:hover > a,
.main-menu > li.current-menu-item > a {
	color: var(--second-color);
}
.main-menu > li:hover > a:before,
.main-menu > li.current-menu-item > a:before {
	width: 85%;
}
.main-menu > li.menu-item-has-children > a:after {
  content: '';
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url(images/down-arrow.svg);
  mask-image: url(images/down-arrow.svg);
  background-color: var(--third-color);
  position: absolute;
  width: 10px;
  height: 10px;
  right: 0;
  top: calc(50% - 5px);
  transition: .25s;
}
.main-menu > li.menu-item-has-children:hover > a:after {
	transform: rotate(180deg);
	background-color: var(--second-color);
}
.main-menu > li > ul {
  position: absolute;
  width: 220px;
  left: -10px;
  top: 100%;
  z-index: -99;
  background: #FFFFFF;
  margin: 0;
  padding: 6px 10px;
  list-style: none;
  pointer-events: none;
  opacity: 0;
  transform: translateY(30px);
}
.main-menu > li:hover > ul {
	pointer-events: all;
	opacity: 1;
	z-index: 99;
	transform: translateY(0);
}
.main-menu > li > ul > li {
	border-bottom: 1px solid #e5e5e5;
}
.main-menu > li > ul > li:last-child {
	border-bottom: none;
}
.main-menu > li > ul > li > a {
	display: block;
	padding: 5px 0;
}
.main-menu > li > ul > li > a:hover {
	color: var(--second-color);
}



.main-slider-section {
	position: relative;
	z-index: 1;
}
.main-slider__item {
	position: relative;
	height: 700px;
	display: flex;
	align-items: center;
	z-index: 1;
}
.main-slider__item-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.main-slider__item-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.main-slider__item-bg:after {
	content: '';
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 23.96%, rgba(0, 0, 0, 0.3968) 56.14%, rgba(17, 21, 16, 0) 68.91%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.main-slider__item-info {
	position: relative;
	max-width: 800px;
}
.main-slider__item-title {
	font-size: 48px;
	color: #fff;
	margin-bottom: 30px;
}
.main-slider__item-content {
	position: relative;
	font-size: 20px;
	color: #fff;
}
.main-slider__item-btn {
	position: relative;
	margin-top: 40px;
}
.owl-mainSlider-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
}
.owl-mainSlider-dots button {
	margin-right: 8px;
	flex: 0 0 28px;
	max-width: 28px;
	height: 28px;
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	padding: 0;
	border: 1px solid transparent;
	outline: none !important;
	transition: .25s;
}
.owl-mainSlider-dots button:last-child {
	margin-right: 0;
}
.owl-mainSlider-dots button:before {
	content: '';
	flex: 0 0 18px;
	max-width: 18px;
	height: 18px;
	background: #B0B0B0;
	border-radius: 50%;
	transition: .25s;
}
.owl-mainSlider-dots button.active,
.owl-mainSlider-dots button:hover {
	border-color: var(--second-color);
}
.owl-mainSlider-dots button.active:before,
.owl-mainSlider-dots button:hover:before {
	background: var(--second-color);
}



.heading {
	position: relative;
	margin-bottom: 35px;
}
.heading-center {
	text-align: center;
}
.heading p {
	margin-bottom: 5px;
	color: var(--second-color);
	font-size: 18px;
}
.heading h2 {
	color: var(--third-color);
	font-size: 36px;
}
.heading-line {
	position: relative;
	display: block;
	width: 100px;
	height: 2px;
	background: var(--main-color);
	z-index: 1;
	margin: 20px 45px 0;
}
.heading-center .heading-line {
	margin-left: auto;
	margin-right: auto;
}
.heading-line:before,
.heading-line:after {
	content: '';
	background: var(--main-color);
	width: 30px;
	height: 2px;
	position: absolute;
	top: 0;
	z-index: 1;
}
.heading-line:before {
	left: -45px;
}
.heading-line:after {
	right: -45px;
}




.about-us-section {
	position: relative;
	margin: 80px 0;
	background: #FAF5F2;
	z-index: 2;
}
.about-us-inner {
	display: flex;
	flex-wrap: wrap;
}
.about-us-image {
	flex: 0 0 380px;
	max-width: 380px;
}
.about-us-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.about-us-info {
	flex: 0 0 calc(100% - 380px);
	max-width: calc(100% - 380px);
	padding: 50px 0 50px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.about-us-btn {
	position: relative;
	margin-top: 20px;
}
.about-us-section .heading {
	margin-bottom: 20px;
}




.services-section {
	position: relative;
	padding: 80px 0;
}
.services-wrap {
	position: relative;
	background: rgba(13, 60, 0, 0.8);
	padding: 50px 0 70px;
	z-index: 1;
}
.services-wrap:before,
.services-wrap:after {
	content: '';
	background: url(images/leave.png) no-repeat center;
	background-size: contain;
	width: 268px;
	height: 132px;
	position: absolute;
	bottom: 0;
	z-index: -1;
}
.services-wrap:before {
	left: 0;
}
.services-wrap:after {
	right: 0;
	transform: scale(-1,1);
}
.services__items {
	position: relative;
	margin-bottom: -50px;
}
.services__item {
	position: relative;
	margin-bottom: 50px;
}
.services__item-inner {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	background: #FFFFFF;
	box-shadow: 0px 10px 7px rgba(0, 0, 0, 0.25);
	height: 100%;
}
.services__item-info {
	position: relative;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 24px;
}
.services__item-image {
	flex: 0 0 50%;
	max-width: 50%;
}
.services__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.services__item-info > h3 {
	font-size: 22px;
	color: var(--third-color);
	display: flex;
	align-items: center;
	min-height: 52px;
}
.services__item-content {
	position: relative;
	margin-bottom: 20px;
}


.process-section {
	position: relative;
	padding: 80px 0;
}
.step__items {
	position: relative;
	margin-bottom: -40px;
}
.step__item {
	position: relative;
	margin-bottom: 40px;
}
.step__item:after {
  content: '';
  background: url(images/steps-line.svg) no-repeat center;
  background-size: contain;
  width: 140px;
  height: 16px;
  position: absolute;
  right: -70px;
  top: calc(245px / 2);
}
.step__item:nth-child(3n):after {
	display: none;
}
.step__item-inner {
	position: relative;
	text-align: center;
	padding: 0 15px;
}
.step__item-image {
	position: relative;
	width: 245px;
	height: 245px;
	margin: 0 auto 25px;
}
.step__item-image span {
  position: absolute;
  top: 12px;
  right: 26px;
  width: 34px;
  height: 34px;
  background: var(--second-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  z-index: 2;
}
.step__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
	box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.25);
}
.step__item-inner > h6 {
	color: var(--third-color);
	font-size: 18px;
	margin-bottom: 15px;
}
.step__item-content {
	position: relative;
}


.team__items {
	position: relative;
	margin-bottom: -40px;
}
.team__item {
	position: relative;
	margin-bottom: 40px;
}
.team__item-inner {
	position: relative;
	text-align: center;
	padding: 0 15px;
}
.team__item-image {
	position: relative;
	width: 245px;
	height: 245px;
	margin: 0 auto 25px;
}
.team__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
	box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.25);
}
.team__item-inner > h6 {
	color: var(--third-color);
	font-size: 18px;
	margin-bottom: 15px;
}
.team__item-content {
	position: relative;
}



.works-section {
	position: relative;
	padding: 80px 0;
	background: #FAF5F2;
	overflow: hidden;
	z-index: 1;
}
.works-gallery {
	position: relative;
	margin-bottom: 35px;
	margin-left: -8px;
	margin-right: -8px;
}
.works-gallery:after {
	content: '';
	display: block;
	clear: both;
}
.works-gallery__item {
	float: left;
	width: calc(100% / 5);
	padding: 0 8px;
	height: 680px;
	margin-bottom: 8px;
	overflow: hidden;
}
.works-gallery__item a {
	overflow: hidden;
	display: block;
	height: 100%;
}
.works-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .25s;
}
.works-gallery__item a:hover img {
	transform: scale(1.05);
}
.works-gallery__item:nth-child(3n+2),
.works-gallery__item:nth-child(3n) {
	height: 332px;
}
.works-gallery__item:nth-child(3n) {
	margin-top: 348px;
  margin-left: calc(100% / -5);
}
.works-gallery__item:nth-child(15n+1) {
	clear: both;
}


.reviews-section {
	position: relative;
	padding: 80px 0;
}
.reviews-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	z-index: 1;
}
.reviews-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.reviews-bg img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.reviews-bg:after {
	content: '';
	background: linear-gradient(270deg, rgba(91, 85, 85, 0.35) -2.38%, rgba(229, 229, 229, 0.9) 20.19%, rgba(229, 229, 229, 0.94) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.reviews-image {
	position: relative;
	flex: 0 0 40%;
  max-width: 40%;
}
.reviews-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-position: center;
}
.reviews-info {
	position: relative;
	flex: 0 0 60%;
	max-width: 60%;
	padding: 50px 30px;
}
.reviews-info-subheading {
	color: var(--main-color);
	font-size: 18px;
	margin-bottom: 15px;
}
.reviews-info-heading {
	color: var(--third-color);
	margin-bottom: 35px;
}
.owl-reviews {
	max-width: 520px;
}
.reviews__item {
	position: relative;
}
.reviews__item-content {
	color: var(--third-color);
	margin-bottom: 20px;
}
.reviews__item-footer {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.reviews__item-image {
	flex: 0 0 64px;
	max-width: 64px;
	height: 64px;
	border-radius: 50%;
	overflow: hidden;
}
.reviews__item-info {
	position: relative;
	flex: 0 0 calc(100% - 64px);
	max-width: calc(100% - 64px);
	padding-left: 15px;
}
.reviews__item-info p {
	text-transform: uppercase;
	color: var(--third-color);
	margin-bottom: 10px;
}
.reviews__item-info span {
	font-size: 14px;
	display: block;
}
.owl-reviews-dots {
	position: relative;
	margin-top: 20px;
	display: flex;
	align-items: center;
	z-index: 9;
}
.owl-reviews-dots button {
	margin-right: 8px;
	width: 28px;
	height: 28px;
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid transparent;
	outline: none !important;
	transition: .25s;
}
.owl-reviews-dots button:last-child {
	margin-right: 0;
}
.owl-reviews-dots button:before {
	content: '';
	flex: 0 0 18px;
	max-width: 18px;
	height: 18px;
	background: #B0B0B0;
	border-radius: 50%;
	transition: .25s;
}
.owl-reviews-dots button.active,
.owl-reviews-dots button:hover {
	border-color: var(--second-color);
}
.owl-reviews-dots button.active:before,
.owl-reviews-dots button:hover:before {
	background: var(--second-color);
}



.video-section {
	position: relative;
	padding: 80px 0;
}
.video-wrap {
	position: relative;
	background: var(--third-color);
	z-index: 1;
}
.video-inner {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.video-inner:before, .video-inner:after {
  content: '';
  background: url(images/leave-2.png) no-repeat center;
  background-size: contain;
  width: 293px;
  height: 286px;
  position: absolute;
  left: -270px;
  z-index: -1;
}
.video-inner:before {
	top: 0;
}
.video-inner:after {
	bottom: 0;
	left: -320px;
	transform: rotate(180deg);
}
.video-info {
	position: relative;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 50px 50px 50px 0;
}
.video-info > h3 {
	font-size: 21px;
	color: #fff;
	margin-bottom: 25px;
}
.video-content {
	position: relative;
	color: #fff;
}
.video-btn {
	position: relative;
	margin-top: 30px;
}
.video-iframe {
	position: relative;
	flex: 0 0 50%;
	max-width: 50%;
	min-height: 480px;
}
.video-iframe-preview {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 2;
	transition: .25s;
}
.video-iframe.active .video-iframe-preview {
	opacity: 0;
	z-index: -1;
}
.video-iframe-preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.video-iframe-preview span {
	position: absolute;
	width: 64px;
	height: 64px;
	background: rgba(0,0,0,.35);
	top: calc(50% - 32px);
	left: calc(50% - 32px);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .25s;
	border-radius: 50%;
}
.video-iframe-preview span:hover {
	background: rgba(0,0,0,.75);
}
.video-iframe-preview span:before {
	content: '';
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url(images/play.svg);
  mask-image: url(images/play.svg);
  background-color: #fff;
  flex: 0 0 28px;
  max-width: 28px;
  height: 28px;
}
.video-iframe iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}
.video-iframe.active iframe {
	opacity: 1;
}



.articles-section {
	position: relative;
	padding: 80px 0;
}
.articlesHome__items {
	position: relative;
	margin-bottom: -50px;
}
.articlesHome__item {
	position: relative;
	margin-bottom: 50px;
}
.articlesHome__item-inner {
	position: relative;
}
.articlesHome__item-image {
	position: relative;
	height: 280px;
	margin-bottom: 15px;
	overflow: hidden;
}
.articlesHome__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .25s;
}
.articlesHome__item:hover .articlesHome__item-image img {
	transform: scale(1.05);
}
.articlesHome__item-meta {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 10px;
}
.articlesHome__item-view {
	position: relative;
	padding-left: 22px;
	z-index: 1
}
.articlesHome__item-view:before {
	content: '';
	background: url(images/eye.svg) no-repeat center;
	background-size: contain;
	width: 16px;
	height: 16px;
	position: absolute;
	top: calc(50% - 8px);
	left: 0;
	z-index: 1;
}
.articlesHome__item-date {
	position: relative;
	padding-left: 26px;
	font-size: 14px;
	margin: 0;
}
.articlesHome__item-date:before {
	content: '';
	background: url(images/calendar.svg) no-repeat center;
	background-size: contain;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: calc(50% - 8px);
	z-index: 1;
}
.articlesHome__item-title {
	font-size: 21px;
}
.articlesHome__item-title a {
	color: var(--third-color);
}


.soc-links {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.soc-links li {
	position: relative;
	margin-right: 15px;
}
.soc-links li:last-child {
	margin-right: 0;
}
.soc-links li a {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #176701;
	border-radius: 50%;
	transition: .25s;
}
.soc-links li a:hover {
	background: var(--main-color);
}
.soc-links li a:before {
	content: '';
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
  flex: 0 0 21px;
  max-width: 21px;
  height: 21px;
}
.soc-links li.soc-links__facebook a:before {
	-webkit-mask-image: url(images/facebook.svg);
  mask-image: url(images/facebook.svg);
}
.soc-links li.soc-links__instagram a:before {
	-webkit-mask-image: url(images/instagram.svg);
  mask-image: url(images/instagram.svg);
}
.soc-links li.soc-links__telegram a:before {
	-webkit-mask-image: url(images/telegram.svg);
  mask-image: url(images/telegram.svg);
}
.soc-links li.soc-links__viber a:before {
	-webkit-mask-image: url(images/viber.svg);
  mask-image: url(images/viber.svg);
}
.soc-links li.soc-links__youtube a:before {
	-webkit-mask-image: url(images/youtube.svg);
  mask-image: url(images/youtube.svg);
}


.footer {
	position: relative;
	padding: 50px 0;
	background: var(--third-color);
	z-index: 1;
}
.footer-logo {
	margin-bottom: 20px;
}
.footer-company {
	margin-bottom: 20px;
	color: #fff;
	font-size: 14px;
}
.footer-widget {
	position: relative;
}
.footer-widget-title {
	font-size: 21px;
	color: #fff;
	margin-bottom: 35px;
}
.footer-widget-title:after {
	content: '';
	width: 54px;
	height: 1px;
	display: block;
	background: var(--main-color);
	margin-top: 5px;
}
.footer-menu {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu li {
	margin-bottom: 15px;
}
.footer-menu li:last-child {
	margin-bottom: 0;
}
.footer-menu li a {
	color: #fff;
	text-transform: uppercase;
}
.footer-menu li a:hover {
	opacity: .8;
}
.footer-contacts {
	position: relative;
	margin-bottom: 20px;
}
.footer-contacts p {
	color: #fff;
	margin-bottom: 15px;
}
.contacts-info p {
	color: var(--text-color);
}
.footer-contacts p:last-child {
	margin-bottom: 0;
}
.footer-contacts p span {
	color: var(--main-color);
}
.footer-contacts p a {
	color: #fff;
}
.contacts-info p a {
	color: var(--text-color);
}

.copyright {
	position: relative;
	padding: 8px 0;
	background: #0A3000;
	z-index: 1;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.copyright a {
	color: #fff;
}
.copyright a:hover {
	text-decoration: underline;
}



.page-header {
	position: relative;
	display: flex;
	align-items: center;
	padding: 60px 0;
	min-height: 180px;
	z-index: 1;
}
.page-header-image {
	position: absolute;
	background: var(--main-color);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.page-header-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.page-header-image:after {
	content: '';
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 23.96%, rgba(0, 0, 0, 0.3968) 56.14%, rgba(17, 21, 16, 0) 68.91%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.aioseo-breadcrumbs {
	margin-bottom: 10px;
	color: #fff;
}
.aioseo-breadcrumbs a {
	color: #fff;
}
.page-title {
	color: #fff;
	font-size: 48px;
	margin-bottom: 20px;
}
.page-title:last-child {
	margin-bottom: 0;
}
.page-desc {
	color: #fff;
	font-size: 18px;
}
.page-content {
	position: relative;
	padding: 80px 0;
}



.pagination {
	display: block;
}
.nav-links {
	position: relative;
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-links .page-numbers {
  flex: 0 0 42px;
  max-width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f5f5f5;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--third-color);
  transition: .25s;
}
.nav-links .page-numbers:last-child {
	margin-right: 0;
}
.nav-links .page-numbers.current,
.nav-links .page-numbers:hover {
	background: var(--main-color);
	color: #fff;
}



.single-news-inner {
	position: relative;
}
.single-news-image {
	position: relative;
	margin-bottom: 20px;
	height: 480px;
	border-radius: 20px;
	overflow: hidden;
}
.single-news-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.single-news-date {
	position: relative;
	padding-left: 28px;
	font-size: 16px;
	margin-bottom: 20px;
}
.single-news-date:before {
	content: '';
	background: url(images/calendar.svg) no-repeat center;
	background-size: contain;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: calc(50% - 9px);
	z-index: 1;
}
.single-news-content {
	position: relative;
	margin-top: 30px;
}

.reviews__items {
	position: relative;
}
.reviews__items .reviews__item {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #f2f2f2;
}
.reviews__items .reviews__item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}



.error-404-number {
	text-align: center;
	font-size: 220px;
	font-weight: bold;
	color: var(--third-color);
	line-height: 1;
}



.video__items {
	position: relative;
	margin-bottom: -30px;
}
.video__item {
	position: relative;
	margin-bottom: 30px;
}
.video__item-image {
	display: block;
	height: 230px;
	position: relative;
	overflow: hidden;
}
.video__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .25s;
}
.video__item-image:hover img {
	transform: scale(1.05);
}
.video__item-image h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  font-size: 18px;
  background: rgb(13 60 0 / 80%);
  color: #fff;
}
.modalVideoIframe {
	width: 100%;
	height: 100%;
}
.modalVideoIframe iframe {
	width: 100%;
	height: 100%;
}


.header-toggle {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 56px;
	max-width: 56px;
}
.header-toggle button {
	flex: 0 0 36px;
	max-width: 36px;
	height: 36px;
	-webkit-mask-image: url(images/menu.svg);
  mask-image: url(images/menu.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--main-color);
  border-radius: 0;
  border: none;
  padding: 0;
  outline: none !important;
  transition: .25s;
}
.header-toggle button:hover {
	background-color: var(--text-color);
}


.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
  transition: .25s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .25s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modal-mobile.show .modal-mobile-bg {
	opacity: 1;
}
.modal-mobile-wrap {
  position: relative;
  background: #fff;
  border-radius: 4px 0 0 4px;
  height: 100%;
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  transform: translateX(100%);
  padding: 70px 20px 20px;
  transition: .25s;
  overflow: auto;
  z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-close {
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-mask-image: url(images/cancel.svg);
  mask-image: url(images/cancel.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--main-color);
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  outline: none !important;
  transition: .25s;
}
.modal-mobile-close:hover {
	background-color: var(--text-color);
}










@media (max-width: 1399px) {
	h1,
	.main-slider__item-title,
	.page-title {
		font-size: 36px;
	}
	h2,
	.heading h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 28px;
	}
	h4 {
		font-size: 24px;
	}
	h5,
	.services__item-info > h3 {
		font-size: 21px;
	}
	h6 {
		font-size: 18px;
	}
	.header-logo img {
		max-width: 260px;
	}
	.main-slider__item-content {
		font-size: 18px;
	}
	.main-slider__item {
		height: 620px;
	}
	.works-gallery__item {
		height: 540px;
	}
	.works-gallery__item:nth-child(3n+2), .works-gallery__item:nth-child(3n) {
    height: 266px;
	}
	.works-gallery__item:nth-child(3n) {
    margin-top: 274px;
	}
	.gallery-columns-3 .gallery-item > div {
    height: 240px;
	}
	.video__item-image {
		height: 200px;
	}
	.articlesHome__item-image {
		height: 240px;
	}
	.articlesHome__item-title {
    font-size: 18px;
	}
	.single-news-image {
		height: 420px;
	}
}


@media (max-width: 1199px) {
	body {
		font-size: 15px;
	}
	h1,
	.main-slider__item-title,
	.page-title {
		font-size: 32px;
	}
	h2,
	.heading h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 21px;
	}
	h5,
	.services__item-info > h3 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
	.btn {
    padding: 12px 22px;
    font-size: 15px;
	}
	.btn-group-sm>.btn, .btn-sm {
    padding: 10px 22px;
    font-size: 14px;
	}
	.header-contacts {
		font-size: 14px;
	}
	.main-menu > li {
		margin-right: 20px;
	}
	.main-menu > li a {
		font-size: 15px;
	}
	.header-logo img {
    max-width: 200px;
	}
	.main-slider__item {
    height: 560px;
	}
	.about-us-image {
    flex: 0 0 320px;
    max-width: 320px;
	}
	.about-us-info {
    flex: 0 0 calc(100% - 320px);
    max-width: calc(100% - 320px);
    padding: 40px 0 40px 40px;
	}
	.main-slider__item-content {
    font-size: 16px;
	}
	.owl-mainSlider-dots button {
		margin-right: 6px;
		flex: 0 0 20px;
		max-width: 20px;
		height: 20px;
	}
	.owl-mainSlider-dots button:before {
		flex: 0 0 14px;
		max-width: 14px;
		height: 14px;
	}
	.step__item-image {
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
	}
	.step__item-inner > h6 {
		margin-bottom: 10px;
	}
	.step__item-image span {
    right: 20px;
    width: 30px;
    height: 30px;
    font-size: 18px;
	}


	.team__item-image {
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
	}
	.team__item-inner > h6 {
		margin-bottom: 10px;
	}
}



@media (max-width: 991px) {
	.wrapper {
		overflow: inherit;
	}
	.header {
		position: sticky;
		top: 0;
		z-index: 99;
		background: #fff;
		box-shadow: 0 2px 6px rgba(0,0,0,.15);
	}
	.main-menu {
		flex-direction: column;
	}
	.main-menu > li {
		position: relative;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #dedede;
		margin-right: 0;
	}
	.main-menu > li:last-child {
		border-bottom: none;
	}
	.main-menu > li.menu-item-has-children:hover {
		box-shadow: none;
	}
	.main-menu > li > a,
	.main-menu > li.menu-item-has-children > a {
		height: inherit;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 18px;
		justify-content: flex-start;
	}
	.main-menu > li.menu-item-has-children > a:after {
		top: 17px;
	}
	.main-menu > li.menu-item-has-children:hover > a:after {
		transform: none;
	}
	.main-menu > li.menu-item-has-children.active > a:after {
		transform: rotate(180deg);
		background-color: var(--second-color);
	}
	.main-menu > li > ul {

    min-width: 100%;
	}
	.main-menu > li.menu-item-has-children:hover > ul.sub-menu {
		pointer-events: none;
		opacity: 0;
		transform: translateY(30px);
		z-index: -999;
		left: 0;
	}
	.main-menu > li.menu-item-has-children.active > ul.sub-menu {
    pointer-events: all;
    opacity: 1;
    transform: translateY(0px);
    z-index: 9;
    position: relative;
    padding: 0 10px;
    margin: -5px 0 0;
    flex-direction: column;
    align-items: center;
    box-shadow: none;
    width: 100%;
		left: 0;
	}
	.main-menu > li > ul.sub-menu:before {
		display: none;
	}
	.main-menu > li > ul.sub-menu > li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2px;
    padding-bottom: 2px;
	}
	.main-menu > li > ul.sub-menu > li:last-child {
		margin-bottom: 0;
	}
	.main-menu > li > ul.sub-menu > li > ul {
		margin: 0;
	}
	.main-menu > li > ul.sub-menu > li > a {
		font-size: 16px;
	}

	.main-slider__item {
    height: 520px;
	}
	.about-us-section {
		margin: 60px 0;
	}
	.about-us-info {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px 0 60px;
	}
	.services-section,
	.works-section,
	.reviews-section,
	.video-section,
	.articles-section,
	.page-content {
		padding: 60px 0;
	}
	.step__item:after {
		display: none;
	}
	.works-gallery {
		margin-left: 0;
		margin-right: 0;
	}
	.works-gallery__item {
		width: calc(100% / 3);
		height: 320px;
	}
	.works-gallery__item:nth-child(3n+2), .works-gallery__item:nth-child(3n) {
		height: 320px;
	}
	.works-gallery__item:nth-child(3n) {
		margin-top: 0;
		margin-left: 0;
	}
	.home .works-gallery__item:nth-child(7) {
		display: none;
	}
	.video-info {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px 0 60px;
    order: 2;
	}
	.video-iframe {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 480px;
    order: 1;
	}
	.footer-widget {
		text-align: center;
		margin-bottom: 35px;
	}
	.footer .soc-links {
		justify-content: center;
	}
	.footer-widget-title:after {
		margin: 5px auto 0;
	}
	.footer-widget-title {
    font-size: 18px;
    margin-bottom: 15px;
	}

	.header-contacts {
		display: block;
		font-size: 16px;
		margin-bottom: 40px;
		height: auto;
	}
	.header-contacts p {
		padding-right: 0;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.header-contacts p:last-child {
		margin-bottom: 0;
	}
	.header-contacts p:after {
		display: none;
	}
	.main-menu:before {
		display: none;
	}
	.main-menu > li > a:before {
		display: none;
	}

	.gallery-columns-3,
	.gallery-columns-4,
	.gallery-columns-5,
	.gallery-columns-6,
	.gallery-columns-7,
	.gallery-columns-8,
	.gallery-columns-9,
	.gallery-columns-10 {
    grid-template-columns: repeat(2, 1fr);
	}
	.page-header {
    padding: 40px 0;
    min-height: 150px;
	}
	.single-news-image {
    height: 320px;
	}
	.footer-contacts {
		text-align: center;
	}
	.soc-links {
		justify-content: center;
	}
	.error-404-number {
		font-size: 150px;
	}
	.works-gallery__item:nth-child(15n+1) {
		clear: none;

	}
	.page-desc {
		font-size: 16px;
	}
}



@media (max-width: 767px) {
	h1,
	.main-slider__item-title,
	.page-title {
		font-size: 28px;
	}
	h2,
	.heading h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 21px;
	}
	h4 {
		font-size: 18px;
	}
	h5,
	.services__item-info > h3 {
		font-size: 16px;
	}
	h6 {
		font-size: 15px;
	}
	.main-slider__item {
    height: 480px;
	}
	.main-slider__item-title {
		margin-bottom: 15px;
	}
	.main-slider__item-btn {
		margin-top: 20px;
	}
	.main-slider__item-bg:after {
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 23.96%, rgba(0, 0, 0, 0.3968) 56.14%, rgba(17, 21, 16, 0.4) 68.91%);
	}
	.about-us-image {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
	}
	.about-us-image img {
    width: auto;
    height: inherit;
    max-width: 360px;
	}
	.works-gallery__item,
	.works-gallery__item:nth-child(3n+2), .works-gallery__item:nth-child(3n) {
    width: calc(100% / 2);
    height: 240px;
	}
	.reviews-image {
		display: none;
	}
	.reviews-info {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.video-iframe {
		min-height: 360px;
	}
	.footer-logo img {
		max-width: 240px;
	}
	.alignleft,
	.alignright,
	.aligncenter {
		float: none;
		margin: 0 0 15px;
	}
}



@media (max-width: 575px) {
	.services__item-info {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px;
    order: 2;
	}
	.services__item-image {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
	}
	.services__item-info > h3 {
		min-height: inherit;
	}
	.services__items {
    margin-bottom: -30px;
	}
	.services__item {
		margin-bottom: 30px;
	}
	.works-gallery__item, .works-gallery__item:nth-child(3n+2), .works-gallery__item:nth-child(3n) {
    height: 180px;
	}
	.modal-mobile-wrap {
		max-width: 340px;
	}
	.error-404-number {
    font-size: 120px;
	}
	.main-menu > li > a, .main-menu > li.menu-item-has-children > a {
		font-size: 16px;
	}
}