/* USER VARIABLES SECTION */

:root {
	--accent: #3E822D;
	--text: #717471;
	--white: #ffffff;
	--regular-text: 16px;
	--lineheight: 140%;
	--userfont: 'Roboto', sans-serif;
	--systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
	--bg: #EBEBEB;
}



/* FONTS LOAD SECTION */



/* GENERAL CSS SETTINGS */

::placeholder { color: #121212; }
::selection { background-color: var(--accent); color: #fff; }
input, textarea { outline: none; }

body {
	font-family: var(--userfont);
	font-weight: 400;
	font-size: var(--regular-text);
	line-height: var(--lineheight);
	color: var(--text);
	/* min-width: 320px; */
	position: relative;
	overflow-x: hidden;
	box-sizing: border-box;
	/* max-width: 1920px; */
	margin: 0 auto;
	background: #FFFFFF;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 { color: #333; }

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
    line-height: 21px;
}

/* USER STYLES */

a {
	transition: .3s ease-in-out;
	text-decoration: none;
}

.container {
	max-width: 1164px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.large-container {
	max-width: 1630px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}


.site-header .large-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-header {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #EBEBEB;
}

.header-logo {
	display: block;
	width: 288px;
}

.header-logo img {
	width: 100%;
}

.header-menu {
	display: flex;
	gap: 45px;
}

.header-menu a {
	font-size: 16px;
	line-height: 22.4px;
	color: #3E822D;
	text-transform: uppercase;
	font-weight: 700;
}

.header-phone {
	font-size: 16px;
	line-height: 22.4px;
	color: #3E822D;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 10px 0 0;
	padding: 0;
}

.header-wa,
.header-tg,
.header-vk {
	margin: 0 5px;
}

.home-top__slide-item {
	width: 100%;
	position: relative;

}

.home-top__slide-item > img {
	width: 100%;
}

.home-top__slide-item .container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: max-content;
}

.slide-text {
	color: #fff;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 50.4px;
	font-weight: 700;
	margin-bottom: 60px;
}

.slider-buy__button {
	position: absolute;
/* 	width: 188px; */
	padding: 0 40px;
	height: 72px;
	text-transform: uppercase;
	background: linear-gradient(268.12deg, #3E822D 8.56%, #75C465 84.4%);
	border-radius: 192px;
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: calc(100% - 36px);
/* 	display: none; */
/* 	border: 1px solid var(--accent); */
}
.slider-buy__button:hover {
	background: linear-gradient(268.12deg, #5Ea24D 8.56%, #95e485 84.4%);
	color: #fff;	
/* 	color: var(--accent); */
/* 	border-color: var(--accent); */
/* 	background: #fff; */
	
}

.home-company__description {
	padding-top: 117px;
	background: #F5F5F5;
	padding-bottom: 65px;
}


.site-h1 {
	color: #717471;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 46px;
	line-height: 150%;
	margin-bottom: 1em;
	margin-top: 0;	
}

h2,
.site-h2 {
	color: #717471;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 36px;
	line-height: 150%;
	margin-bottom: 0.4em;
	margin-top: 0.6em;	
}

h3,
.site-h3 {
	color: #717471;
	font-weight: 700;
	font-size: 28px;
	line-height: 150%;
	margin-bottom: 0.4em;
	margin-top: 0.6em;	
}

.description-siction {
/* 	max-width: 690px; */
	width: 100%;
}

p {
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	color: #717471;
}

.home-certificate {
	padding-top: 77px;
	padding-bottom: 80px;
	background: #fff;
}

.home-certificate .description-siction {
	margin-bottom: 40px;
}

.certificates-row {
	display: flex;
	gap: 15px;
}

.certificate-item {
	max-width: 368px;
	width: 100%;
	border-radius: 30px;
	height: 495px;
	background: #F5F5F5;
	padding: 28px;
}

.certificate-item__inner {
	width: 100%;
/* 	border: 4px solid #5BA54B; */
	background: #F8F8F8;
	height: 100%;
	border-radius: 10px;
}

.certificate-item__inner a {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 10px;
}

.certificate-item__inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.certificate-name {
	padding-top: 58px;
	text-transform: uppercase;
	color: #5BA54B;
	font-size: 24px;
	font-weight: 700;
	line-height: 33.6px;
	text-align: center;
}

.site-footer {
	width: 100%;
}

.footer-top {
	background: linear-gradient(88.56deg, #3E822D 1.13%, #75C465 122.37%);
	padding-top: 59px;
	padding-bottom: 47px;
}

.footer-bottom {
	background: #3E822D;
	padding: 14px 0;
	text-align: center;
}

.footer-bottom a {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
}

.footer-first-menu__col {
	margin-left: auto;
	margin-right: 75px;
}

.footer-logo {
	width: 288px;
	display: block;
}

.footer-logo img {
	width: 100%;
}

.footer-menu a {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
}

.footer-menu {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.footer-top .container {
	display: flex;
}

.footer-second-menu__col {
	margin-right: 56px;
}

.footer-contacts {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.footer-contacts a {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
}

.product-list__item-button {
	display: block;
	background: linear-gradient(268.12deg, #3E822D 8.56%, #75C465 84.4%);
	border-radius: 192px;
	height: 72px;
	width: 188px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	line-height: normal;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.product-list__item-button:hover {
	background: linear-gradient(268.12deg, #5Ea24D 8.56%, #95e485 84.4%);
	color: #fff;	
/* 	color: var(--accent); */
/* 	background: #fff; */
/* 	border-color: var(--accent); */
}

.production-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 80px 16px;
}

.production-list__item-image {
	width: 100%;
	background: #EBEDEC;
	padding: 30px 30px 17.5px 30px;
	text-align: center;
	border-radius: 30px;
	position: relative;
	transition: all 0.2s linear;
}
.production-list__item-image:hover {
	transform: scale(1.04);
}

.production-list__item-image > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.production-list__item-image img {
	max-width: 100%;
#	max-width: 250px;
#	max-height: 320px;
	object-fit: contain;
}

.production-list__item-body {
	padding-top: 30px;

}

.production-section, .main-section {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #fff;
}

.product-list__item-name {
	font-size: 24px;
	font-weight: 700;
	line-height: 33.6px;
	color: #717471;
	margin-bottom: 10px;
}

.product-list__item-name a { color: #3E822D; }

.product-list__item-description {
	font-size: 14px;
	line-height: 19.6px;
	color: #717471;
	font-weight: 400;
	max-width: 312px;
	margin-bottom: 20px;
	/* height: 40px; */
	overflow: hidden;
}

.product-list__item-price {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 20px;
	border-top: 1px solid #eaeaea;
}

.product-list__item-price .rp {
	padding-top: 20px;
	padding-bottom: 10px;
}

.product-list__item-regnumber {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}
.product-list__item-regnumber span { white-space: nowrap; }

.product-list__item-price .product-list__item-weight {
	margin-left: 5px;
	padding: 3px 8px 3px 24px;
	border: 1px solid #95e485;
	border-radius: 5px;
	position: relative;
}

.product-list__item-price .product-list__item-weight:before {
	position: absolute;
	top: 50%;
	left: 8px;
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	margin-top: -4px;
	border: 1px solid #95e485;
	border-radius: 50%;
}

.product-container {
	max-width: 1395px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	margin-right: 163px;
	margin-left: auto;
}

.product-head {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.product-head__left {
	width: 600px;
}
.product-head__left .swiper {
	width: 560px;
	margin-right: 40px;	
}

.product-head__left-main-image {
	width: 100%;
	background: #F5F5F5;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 560px;
	margin-bottom: 40px;
	overflow: hidden;
}

.product-head__left-main-image img {
	max-width: 100%;
#	width: 363px;
#	height: 465px;
	object-fit: cover;
}

.product-head__left-marketplaces {
	display: flex;
	gap: 28px;
	align-items: center;
	width: max-content;
}

.product-marketplace__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 68.3px;
	height: 68.3px;
	border-radius: 50%;
}

.product-marketplace__link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-head__right {
	/* max-width: 752px;
	max-width: 852px;
	width: 100%; */
}

.product-head__description {
	width: 100%;
	margin-bottom: 40px;
}

.product-head__description p {
	font-size: 14px;
	line-height: 21px;
	color: #717471;
	margin-bottom: 20px;
	font-weight: 400;
}

.product-head__description p img {
	max-width: 100%;
	width: auto;
}

.product-catalog__back {
	width: 272px;
	height: 72px;
	border: 2px solid #58A047;
	border-radius: 192px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	color: #5EA84E;
	gap: 10px;
}

.product-catalog__back:hover {
	color: #5EA84E;
}

.product-head-section {
	margin-bottom: 80px;
	padding-bottom: 0;
}

.product-body-section {
	padding-bottom: 80px;
}

.product-benefits {
	width: 100%;
	background: url(../images/product-benefts-bg.png) no-repeat;
	background-size: cover;
	margin-bottom: 70px;
	border-radius: 20px;
	padding: 100px;
	position: relative;
}

.product-benefits:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 20px;
	background: linear-gradient(273.45deg, #3E822D 11.09%, #75C465 91.1%);
	z-index: -1;
}

.product-benefits h2 {
	font-size: 36px;
	line-height: 43.2px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 45px;
	text-align: left;
}

.product-benefits ul {
	list-style: none;
	max-width: 586px;
}

.product-benefits ul li {
	padding-left: 35px;
	color: #fff;
	font-size: 18px;
	line-height: 21.6px;
	font-weight: 400;
	margin-bottom: 30px;
	position: relative;
}

.product-benefits ul li:before {
	content: '';
	width: 22px;
	height: 27px;
	background: url(../images/prod-inner-li.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}

.product-goods h2 {
	font-size: 36px;
	line-height: 50.4px;
	color: #404040;
	margin-bottom: 80px;
	font-weight: 700;
}

.product-goods__item {
	max-width: 225px;
	width: 100%;
}

.product-goods__item-img {
	height: 176px;
	width: 176px;
	background: linear-gradient(268.12deg, #3E822D 8.56%, #75C465 84.4%);
	border-radius: 50%;
	margin-bottom: 11px;
	display: block;
	text-align: center;
#	display: flex;
#	align-items: center;
#	justify-content: center;
}

.product-goods__item.sk_p .product-goods__item-img {
	padding-top: 26px
}

.product-goods__item.b_k .product-goods__item-img {
	padding-top: 33px;
}

.product-goods__item.l_c .product-goods__item-img {
	padding-top: 42px;
}

.product-goods__item.t_p .product-goods__item-img {
	padding-top: 37px;
}

.product-goods__item.m_p .product-goods__item-img {
	padding-top: 55px;
}

.product-goods__item.d_a .product-goods__item-img {
	padding-top: 40px;
}



.product-goods__container {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 72px;
}

.product-goods__description {
	font-size: 18px;
	line-height: 21.6px;
	color:	#404040;
}

.news-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 80px 15px;
	margin-bottom: 80px;
}

.news-list__item {
	position: relative;
}

.news-list__item-image {
	width: 100%;
	border-radius: 30px;
	margin-bottom: 30px;
	max-height: 368px;
	height: 368px;
}

.news-list__item-image img {
	width: 100%;
	border-radius: 30px;
	max-height: 368px;
	height: 100%;
	object-fit: cover;
}

.news-list__item-title {
	font-size: 24px;
	line-height: 28.8px;
	color: #717471;
	font-weight: 700;
	margin-bottom: 15px;
}

.news-list__item-short-description {
	font-size: 14px;
	line-height: 19.6px;
	font-weight: 400;
	color: #717471;
}

.news-list__item-short-description span {
	margin-top: 10px;
	display: block;
	color: #aaa;
}


.home-link {
	width: max-content;
	padding-left: 40px;
	padding-right: 40px;
	height: 72px;
	border: 2px solid #58A047;
	border-radius: 192px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	color: #5EA84E;
	gap: 10px;
}

.home-link:hover {
	color: #5EA84E;
}

.home-link img {
	width: 45px;
}



.news-inner__box {
	display: flex;
	gap: 60px;
	flex-direction: column;
}

.news-inner__image {
	max-width: 100%;
	width: 100%;
	aspect-ratio: 3 / 2;
	border-radius: 30px;
	object-fit: cover;
}

.news-inner__description-content {
	margin-bottom: 40px;
}

.news-inner__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;	
	border-radius: 30px;
}

.news-inner__description {
	max-width: 100%;
	width: 100%;
}

.news-inner__description p {
	font-size: 14px;
	line-height: 19.6px;
	color: #717471;
	font-weight: 400;
	margin-bottom: 20px;
}

.news-inner__description-content h2 {
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 36px;
	font-weight: 700;
}

.news-list__item > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

}

.contacts-description {
	max-width: 542px;
	width: 100%;
	margin-bottom: 50px;
}

/*
.contacts-description p {
	font-size: 14px;
	line-height: 19.6px;
	color: #717471;
	font-weight: 400;
}
*/

.contacts-map {
	height: 610px;
	width: 100%;
}

.contacts-map iframe {
	width: 100%;
	height: 610px;
}

.contacts-map img {
	width: 100%;
	height: 610px;
	object-fit: cover;
}

.popup-overlay {
	display: none;
}

.contact-us__pop-up {
	background: #fff;
	max-width: 570px;
	width: 100%;
	position: fixed;
	/* transform: translateY(-50%); */
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: max-content;
	padding: 42px 40px 40px 40px;
	margin: auto;
	border-radius: 10px;
	display: none;
	z-index: 2;
}

.popup-form {
	width: 100%;
}

.popup-form form {
	width: 100%;
}

.popup-form__input {
	width: 100%;
	padding: 12px 28px;
	background: #EBEBEB;
	color: #717471;
	font-size: 16px;
	line-height: 25.6px;
	font-weight: 400;
	border-radius: 48px;
	margin-bottom: 8px;
	border: 0;
}

.popup-form__input::placeholder {
	color: #717471;
}


.textarea {
	resize:none;
	height: 122px;
	border-radius: 21px;
	margin-bottom: 20px;
}

.popup-title {
	color: #717471;
	font-size: 36px;
	line-height: 50.4px;
	margin-bottom: 38px;
	font-weight: 700;
}

.close-form {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 12px;
	height: 12px;
	cursor: pointer;
}

.close-form img {
	width: 100%;
}

.confirm-data {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-bottom: 25px;
}

.confirm-data input {
	width: 25px;
	height: 25px;
	border: 2px solid #F8F8F8;
	border-radius: 5px;
}

.confirm-data label {
	font-size: 14px;
	line-height: normal;
	color: #121212;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 10px;

}

.submit-button {
	background: linear-gradient(268.12deg, #3E822D 8.56%, #75C465 84.4%);
	border-radius: 192px;
	border: 0;
	text-transform: uppercase;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 55px;
	font-size: 18px;
	font-weight: 600;
	padding-left: 52px;
	padding-right: 52px;
}

.contact-us__pop-up.showing {
	display: block;
}

.popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0009;
	z-index: 1;
}

.popup-overlay.show-overlay {
	display: block;
}

.mobile-menu__toggler {
	display: none;
}

.description-toggler, .description-news-toggler {
	display: none;
}

.mobile-overlay {
	display: none;
}

.product-inner-button {
	margin-bottom: 30px;
}


.product-list__item-button.unactive {
	background: #fff;
	border: 1px solid #717471;
	color: #717471;
	text-align: center;
	max-width: 267px;
	width: 100%;
	text-transform: lowercase;
	pointer-events: none;
}

.header-menu a:hover, .header-phone:hover {
	color: #75c465;
}

.home-top__slider {
	padding-bottom: 50px;
	background: #f5f5f5;
}
.home-top__slide-item .container-for-button {
	position: static;
}

/*
.reqisits h2 {
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 45px;
	cursor: pointer;
	color: #3E822D;
	font-weight: 700;
}


.requisits-content {
	font-size: 14px;
	line-height: 19.6px;
	color: #717471;
	font-weight: 400;
	display: none;
}
*/

.production-list__item-image img.net_v_nal {
	position: absolute;
	max-width: unset;
	width: 100%;
	left: 0;
	top: calc(50% + 10px);
	transform: translateY(-50%);
}

a {
    color: #3E822D;
}

.swiper-pagination-bullet-active {
	color: #fff;
	background: #3E822D;
}

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

li.menu-item-has-children .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 180px;
	background-color: #fafafa;
	padding: 0.25rem 0;
    margin: 0 0 0 2px;
	border: 1px solid #ddd;
	z-index: 999;
}

li.menu-item-has-children .sub-menu li a {
	padding: 0.5rem 1.5rem;
	display: block;
}
li.menu-item-has-children .sub-menu li a:hover {
	background-color: #f0f0f0;
}

li.menu-item-has-children::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.news-inner__description img {
	max-width: 100%;
	border-radius: 30px;	
}