/*!
Theme Name: main
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: main
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.

main 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	margin-top: 0;
}

body {
	font-size: 24px;
	line-height: 1.45;
	font-family: 'Nunito Sans', sans-serif;
	color: #2c2a29;

	background-color: #f5f5f5;

}


.btn-menu {
    width: 33px;
    height: 20px;
    position: relative;
    transform: rotate(0deg);
    cursor: pointer;
    flex-shrink: 0;
	margin-left: 50px;
}

.btn-menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);

}

.btn-menu span:first-child {
    top: 0;
}

.btn-menu span:nth-child(2) {
    top: 9px;
}

.btn-menu span:nth-child(3) {
    top: 18px;
}

.container {
	max-width: 1745px;
}


.container--header {
	max-width: 1920px;

	margin: 0 auto;
	background: url("img/2024-05-18_14-27-10.png") no-repeat 101% 0;
}



.logo {
	margin-right: 120px;
}

.phone-style {
	font-weight: 800;
	color: #000;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 14px;
	padding-right: 18px;
	display: inline-flex;
	justify-content: space-between;
	background: #D1D254;
	border-radius: 15px;
	text-decoration: none;
	align-items: center;
	font-size: 16px;
	transition: .3s;
}

.phone-style:hover {
	background-color: #b2b348;
	color: #000;
	text-decoration: none;
}

.phone-style:focus {
	background-color: #6D6D06;
}

.phone-style--mail:hover {
	color: #fff;
	background-color: #F89E41;
}

.phone-style--mail:focus {
	background-color: #EF7C03;
}


.get-info {
	padding-top: 6px;
	padding-bottom: 7px;
	color: #fff;
	font-size: 24px;
	background-color: #787A00;
	border-radius: 20px;
	padding-left: 27px;
	padding-right: 6px;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	justify-content: space-between;
	border: none;
	transition: .3s;
}

.get-info:focus {
	background-color: #6D6D06;
}

.form-group {
	margin-bottom: 0;
}

.get-info svg {
	margin-left: 35px;

}

.get-info:hover {
	text-decoration: none;
	color: #fff;
	background-color: #9A9B1C;
}



.phone-style svg {
	margin-right: 7px;
}

.phone-style--mail {
	color: #fff;
	background-color: #FF8300;
	margin-left: 35px;
}

.phone-style--mail svg {
	margin-right: 14px;
}

.lang {
	font-size: 36px;
	line-height: 1;
	text-transform: uppercase;
	font-family: "AA Bebas Neue", sans-serif;
	margin-top: -6px;
	color: #000;

}

.lang:hover {
	color: #000;
	text-decoration: none;
}

.header__bottom {
	margin-top: 222px;
	padding-bottom: 400px;
}

.main-title {
	font-size: 96px;
	font-family: "AA Bebas Neue", sans-serif;
	color: #002A00;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.main-subtitle {
	font-weight: 700;
	font-size: 32px;
	color: #787A00;
	margin-bottom: 30px;

}

.description {
	margin-bottom: 66px;
}

.why__row {
	display: flex;
	align-items: flex-start;
}

.why__img {
	margin-right: 63px;
}

.title-page {
	font-family: "AA Bebas Neue", sans-serif;
	font-size: 96px;
	line-height: .9;
	text-transform: uppercase;
	margin-bottom: 50px;
	color: #002A00;
}

.title-page span {
	color: #FF651D;
}

.why {
	margin-bottom: 110px;
}

.why__list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 43px;
}

.why__item {
	width: 50%;
	margin-bottom: 77px;
	padding-right: 30px;
}

.why__num {
	font-size: 96px;
	color: #787A00;
	font-family: "AA Bebas Neue", sans-serif;
	line-height: 1;
	margin-bottom: 60px;
}

.feat__row, .cooperation__row {
	display: flex;
	flex-wrap: wrap;
}

.feat {
	background: url("img/Maskgroup.png") no-repeat right top;
	background-color: #EAE5D8;
	padding: 30px 0;
}

.feat__item {
	width: 33%;
	text-align: center;
	margin-bottom: 33px;
	padding: 0 52px;
	box-sizing: border-box;
}

.feat__item img {
	display: inline-block;
	margin-bottom: 35px;
}

.about__row, .feat-two__row {
	display: flex;
}

.about__row {
	align-items: flex-start;
}

.feat-two__row {
	justify-content: space-between;
}

.feat-two {
	color: #fff;
	padding-top: 37px;
	padding-bottom: 70px;
	background: url("img/bgfeat.png") no-repeat;
	background-size: cover;
	margin-bottom: 87px;
}

.feat-two__title {
	font-size: 64px;
	margin-bottom: 60px;
	text-transform: uppercase;
	font-family: "AA Bebas Neue", sans-serif;
	margin-top: 37px;
}

.feat-two__item {
	text-align: center;
	max-width: 407px;
	width: 100%;
}

.about__img {
	margin-left: 62px;
}

.about {
	margin-top: 75px;
	margin-bottom: 75px;
}

.about__more {
	text-align: right;
	margin-top: 40px;
}

.feat-two__desc {
	padding: 0 10px;
}

.products__item {
	/* max-width: 410px;
	width: 100%; */
	background: url("img/Group0155.png") no-repeat;
	background-size: cover;
	/* margin-right: 20px; */
	text-align: center;
	padding: 0 15px;
	padding-bottom: 57px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.products__item:nth-child(3) {
	margin-right: 0;
}

.products__item:nth-child(7) {
	margin-right: 0;
}

.get-info--prod {
	margin-top: auto;
	align-self: center;
	max-width: 340px;
	width: 100%;
}

.products__item--big {
	padding-top: 32px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 57px;
	/* max-width: 840px; */
	width: 100%;
	background: url("img/GroupPro.png") no-repeat;
	text-align: left;
}

.products__item--big img {
	max-width: 467px;
}

.products__row {
	display: flex;
	flex-wrap: wrap;
	margin-top: 85px;
	justify-content: space-between;
}

.products__title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 20px;
}

.products__desc {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 27px;
}

.products__item-wrap {
	max-width: 407px;
	text-align: center;
	margin-left: auto;
    margin-top: -97px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.contacts-container {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 83px;
	margin-top: 30px;
}

.contacts-container__row {
	display: flex;
}

.contacts-container__left {
	background: url("img/Group8183.png") no-repeat;
	max-width: 948px;
	width: 100%;
}

.contacts-container__right {
	max-width: 948px;
	width: 100%;
	padding-top: 78px;
	padding-bottom: 125px;
    background: #EAE5D8 url(img/Maskgroup.png) no-repeat right top;
}

.contact-form {
	max-width: 538px;
	margin: 0 auto;
	text-align: center;
}

.contacts__desc {
	margin-bottom: 80px;
	margin-top: 20px;
}

.field-input {
	width: 438px;
	border-radius: 20px;
	font-size: 24px;
	padding-top: 13px;
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 16px;
	margin-bottom: 56px;
	border: none;
}

.personal-text {
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	margin-top: 66px;
	padding: 0 50px;
}

.get-info--width {
	max-width: 438px;
	width: 100%;
}

.cooperation__item {
	width: 25%;
	text-align: center;
	margin-bottom: 77px;
	padding: 0 15px;
}

.cooperation__row {
	justify-content: center;
}

.cooperation__name {
	margin: 40px 0;
}

.partners {
	margin-bottom: 70px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: none;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: none;
}

.container-partners {
	max-width: 1845px;
	margin: 0 auto;
	padding: 0 65px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 0;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 0;
}

.map {
	display: flex;
}

.map__left {
	max-width: 948px;
    width: 100%;
}

.phone-contacts {
	color: #000;
	font-size: 36px;
	font-weight: 700;
}

.phone-contacts:hover {
	text-decoration: none;
	color: #000;
}

.personal-text a {
	color: #000;
	text-decoration: underline;
}

.footer {
	background-color: #271C00;
}

.menu-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.menu-list a {
	color: #fff;
	margin-right: 60px;
}

.products__row .col-6 {
	padding-left: 12px;
	padding-right: 12px;
}

.about__body {
	margin-bottom: 0;
}

.top-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000B2;
    z-index: 100;
    display: none;
}

.top-menu-overlay.show {
    display: block;
}

.top-menu {
    right: -9999px;
    position: fixed;

    top: 0;
    max-width: 710px;

    width: 100%;
	background: url("img/mg11.png") no-repeat right bottom;
    background-color: #F2F2F2;
    z-index: 101;
    height: 100vh;
    padding-right: 70px;
    padding-top: 25px;
	padding-left: 30px;
	padding-right: 107px;
    padding-bottom: 30px;
	transition: .3s;
}

.top-menu.show {
    right: 0;
}

.top-menu__close {
	margin-left: auto;
}

.top-menu__name {
	font-size: 64px;
	font-family: "AA Bebas Neue", sans-serif;
	margin-left: 30px;
}

.menu-list-head {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 113px;
	margin-top: 50px;
}

.menu-list-head a {
	display: inline-block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #B6B6B6;
	color: #000;
	padding-right: 30px;

}

.menu-list-head a:hover {
	text-decoration: none;
	color: #000;
}

.form-success {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	position: fixed;
	left: 30px;
    bottom: -9999px;
	padding: 15px 20px;
	border-radius: 10px;
	width: 400px;
	font-size: 18px;
	transition: .3s;
	z-index: 100;
	background-color: #ff8300;
	font-weight: bold;
	color: #fff;
}



.form-success.show {
	left: 30px;
	bottom: 30px;
}

@media (max-width:1650px) {
	.products__item--big img {
		max-width: 343px;
	}

	.products__item-wrap .products__title {
		margin-top: auto;
	}

	.get-info--prod {
		font-size: 20px;
		white-space: nowrap;
	}

	.products__item--big .get-info--prod {
		margin-top: 0;
	}
}

@media (max-width:1400px) {
	.products__title {
		font-size: 27px;
	}

	.get-info--prod {
		font-size: 18px;
	}
}

@media (max-width:1200px) {
	.cooperation__item {
		max-width: 33%;
		width: 100%;
	}

	.feat-two__item {
		max-width: 50%;
		width: 100%;
		margin-bottom: 30px;
	}

	.feat-two__row {
		flex-wrap: wrap;

	}

	.about__row {
		flex-wrap: wrap;
		justify-content: center;
	}

	.about__body {
		order: 1;
		margin-top: 50px;
	}

	.container--header {
		background-position-x: 139%;
	}

	.about__img {
		margin-left: 0;
	}

	.why__num {
		font-size: 76px;
		margin-bottom: 30px;
	}

	.why__text {
		font-size: 20px;
	}

	.why__item {

		margin-bottom: 30px;
	}

	.why__img {
		margin-right: 20px;
	}

	.contacts-container__left {
		display: none;
	}

	.contacts-container__right {
		max-width: 100%;
		width: 100%;
	}
}

@media (max-width:1024px) {
	.header__bottom {
		margin-top: 122px;
		padding-bottom: 300px;
	}

	.why__row {
		flex-wrap: wrap;
		justify-content: center;
	}

	.why__body {
		margin-bottom: 50px;
	}

	.why__img {
		order: 1;
		margin-right: 0;
	}

	.map__left {
		max-width: 100%;
		width: 100%;
		order: 1;
		height: 450px;
	}

	.map {
		flex-wrap: wrap;
	}
}

@media (max-width:992px) {
	.container--header {
		background-position-x: 204%;
	}

	.feat__item, .cooperation__item {
		max-width: 50%;
		width: 100%;
	}

	.feat-two__desc {
		font-size: 20px;
	}

	.feat-two__title {
		font-size: 59px;
	}
}

@media (max-width:768px) {
	.phone-style--mail {
		display: none;
	}

	.intro-right {
		margin-top: 80px;
	}

	.container--header {
		background: none;
	}

	.feat__item {
		padding-left: 5px;
		padding-right: 5px;
	}

	.title-page {
		font-size: 75px;
	}

	.menu-wrap {
		margin-top: 50px;
	}

	.header__bottom {
		padding-bottom: 120px;
	}
}

@media (max-width:600px) {
	.feat-two__item {
		max-width: 100%;
		width: 100%;
	}

	.products__item {
		align-items: center;
	}

	.products__item img {
		max-width: 300px;
	}

	.products__item-wrap {
		margin-top: 35px;
	}

	body {
		font-size: 20px;
	}

	.main-title {
		font-size: 73px;
	}

	.feat__item img, .cooperation__item img {
		max-width: 65px;
	}

	.feat__text, .cooperation__text {
		font-size: 14px;
	}

	.field-input {
		width: 100%;
	}

	.contact-form {
		padding: 0 10px;
	}

	.get-info {
		font-size: 18px;
	}

	.header__bottom {
		margin-top: 75px;
	}

	.why__item {
		padding-right: 5px;
	}

	.why__num {
		font-size: 60px;
	}

	.why__text {
		font-size: 16px;
	}

	.header-top {
		padding-top: 10px;
	}

	.feat-two__title {
		margin-bottom: 20px;
		margin-top: 17px;
	}

	.products__row {
		margin-top: 0;
	}

	.title-page {
		font-size: 55px;
	}

	.contacts-container {
		margin-bottom: 50px;
	}

	.cooperation__name {
		font-size: 19px;
		margin: 20px 0;
	}

	.top-menu {
		padding-right: 20px;
	}

	.contacts-container__right {
		padding-bottom: 50px;
	}

	.contacts__desc {
		margin-bottom: 50px;
	}

	.field-input {
		margin-bottom: 20px;
	}
}
