html,
body,
input,
textarea,
select,
a,
button {
	font-family: 'Montserrat', sans-serif;
}

body {
	position: relative;
}

::-webkit-scrollbar {
	width: 2px;
	/* Width of the scrollbar */
	height: 4px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
	/* Background of the track */
}

::-webkit-scrollbar-thumb {
	background: #888;
	/* Background of the thumb */
	border-radius: 6px;
	/* Rounded corners for the thumb */
}

::-webkit-scrollbar-thumb:hover {
	background: #555;
	/* Background of the thumb on hover */
}

.animated-text {
	opacity: 0;
	transform: translateY(100%);
	overflow: hidden;
	height: 100%;
}

.map-svg-container {
	position: relative;
	display: inline-block;
	width: 100%;
	/* padding: 120px; */
	overflow-x: scroll;
	scrollbar-width: none;
}

.relative .header {
	position: relative;
}

.map-svg-container-div {
	width: 100%;
	/* min-width: 782px; */
}

.map-svg-container-div svg {
	position: relative;
}

.map-tooltip {
	visibility: hidden;
	background-color: #ffffff;
	padding: 22px 29px;
	position: absolute;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s;
	/* pointer-events: none; */
}

.svg-tooltip-title {
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
}

.svg-tooltip-card {
	display: flex;
	gap: 20px;
	font-family: 'Montserrat', sans-serif;
	align-items: center;
	font-size: 16px;
	text-wrap: wrap;
	max-width: 270px;
	min-width: 230px;
	margin-top: 15px;
}

.svg-tooltip-card span a {
	color: #0d1221;
}

.svg-tooltip-icon {
	width: 41px;
	min-width: 41px;
	height: 41px;
	background-color: #6eb63c;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.svg-tooltip-left {
	position: absolute;
	width: 20px;
	height: 30px;
	z-index: 10;
	top: 44%;
	left: -15px;
	background-image: url('../img/polygon.png');
	background-repeat: no-repeat;
	background-position: center;
}

.map-city-point .path-hover {
	transition: all 0.5s ease-in;
}

#astana.map-city-point {
	transition: all .5s ease;
	position: relative;
}

.map-city-point:hover .path-hover {
	fill: #0d1221;
}

/* #astana.map-city-point:hover {
	transform: translateX(-50px);
} */

#astana.map-city-point text {
	opacity: 0;
	transition: opacity 0.3s, transform 0.3s;
}

#astana.map-city-point:hover text {
	opacity: 1;
	transform: translateX(-30px);
}

.section-banner__menu-mob-content {
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

.definition__head-item.definition__head-item--active.active a {
	color: #6eb63c;
}

.woocommerce-tabs.wc-tabs-wrapper {
	overflow: auto;
}

#tab-custom_tab2 table,
#tab-custom_tab2 td {
	border: 1px solid #000;
}

#tab-custom_tab2 table {
	width: 100%;
}

#tab-custom_tab2 td {
	padding: 5px;
	font-size: 14px;
	text-align: center;
}

#tab-custom_tab2 tr > td:first-child {
	font-weight: 700;
}

.woocommerce .woocommerce-breadcrumb {
	color: #969fbb;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.woocommerce-breadcrumb a {
	color: #0D1221;
	margin-right: 30px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
	color: #0D1221;
}

.breadcrumbs {
	margin-top: 50px;
	margin-bottom: 60px;
}

.breadcrumbs ul {
	display: flex;
	gap: 30px;
}

.breadcrumbs ul li {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #969fbb;
}

.breadcrumbs ul li a {
	color: #0d1221;
}

.product-template-default .products.columns-4.technics__list.grid-3 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-template-default .technica__img img,
.sell-hits .technica__img img {
	object-fit: cover;
}
.technica__img {
	height: 200px; 
	display: flex;
	align-items: stretch;
	overflow: hidden;
}

.technica__img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
}


.section-actuals .actual__img img {
	height: 236px;
	object-fit: cover;
}

.services {
	margin-bottom: 195px;
}

.services_title {
	font-size: 40px;
	font-weight: 900;
	line-height: 40px;
	margin-bottom: 44px;
	text-transform: uppercase;
}

.services_items {
	display: flex;
	flex-wrap: wrap;
	column-gap: 25px;
	row-gap: 61px;
}

.services_item {
	flex: 0 0 calc(33.333% - 25px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.services_image img {
	margin-bottom: 50px;
	max-width: 100%;
	height: 285px;
	object-fit: cover;
}

.services_name {
	font-size: 24px;
	font-weight: 900;
	line-height: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.services_desc {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 29px;
}

.services_button {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	background: #0D1221;
	padding: 25px 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 12px;
	color: #fff;
	width: fit-content;
	transition: all .3s ease-in-out;
}

.services_button:hover {
	background: #6eb63c;
}

.about_page .section-banner {
	padding-bottom: 0;
	padding-top: 90px;
}

.about_page .section-banner__mask {
	height: 1224px;
	top: -25px;
}

.about_page .section-filter {
	margin-bottom: 5px;
	background: #0000004F;
	backdrop-filter: blur(10px);
	border-bottom: 3px solid #FFFFFF4F;
}

.about_page .section-filter ul {
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	position: relative;
	padding: 23px 0;

	max-width: 1283px;
	margin: 0 auto;
}

.about_page .section-filter ul li {
	font-size: 16px;
	font-weight: 500;
	line-height: 19.5px;
	color: #fff;
	cursor: pointer;
}

.about_page .section-filter ul li.active {
	color: #6EB63C;
	transition: all 0.3s ease;
}

.about_page .section-filter ul li.active::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #6EB63C;
	transition: all 0.3s ease;
	transform: translateY(26px);
}

.about_page .section-banner__img {
	background: url('../img/382504.jpg') no-repeat center center;
	background-size: contain;
	margin-bottom: 32px;
	padding-top: 102px;
	position: relative;
}

.about_page .section-banner__img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	background: #152B0F70;
}

.about_page .section-banner__img h1 {
	font-size: 40px;
	font-weight: 900;
	line-height: 40px;
	text-transform: uppercase;
	z-index: 1;
	color: #fff;
}

.about_page .section-banner__menu {
	background: #fff;
}

.about_page .section-banner__menu {
	display: block;
	padding-bottom: 100px;
}

.about_page .section-banner__menu .inner_container {
	max-width: 1331px;
	margin: auto;
	padding-left:60px;
	padding-right:60px;
}

.about_page .content_title {
	font-size: 40px;
	font-weight: 900;
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.about_page .content_text {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 40px;
}

.about_page .content_stats {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.about_page .content_stat {
	flex: 0 0 calc(25% - 60px);
}

.about_page .content_stat div:first-child {
	font-size: 128px;
	font-weight: 900;
	line-height: 156.03px;
	color: #6eb63c;
	display: flex;
	align-items: baseline;
}

.about_page .content_stat div:first-child span {
	font-size: 32px;
	line-height: 39.01px;
	padding-left: 20px;
}

.about_page .content_stat div:last-child {
	font-size: 20px;
	font-weight: 400;
	line-height: 24.38px;
}

.about_page .content_stats2 {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	padding-bottom: 44px;
	margin-bottom: 40px;
	border-bottom: 1px solid #6EB63C;
	flex-wrap:wrap;
}

.about_page .content_stats2 .content_stat {
	flex: 1 0 calc(33.333% - 76px);
	display: flex;
	align-items: center;
	gap: 17px;
	font-size: 20px;
	font-weight: 400;
	line-height: 24.38px;
}

.about_page .content_stats2 .content_stat strong {
	font-size: 64px;
	font-weight: 900;
	line-height: 78.02px;
	text-align: center;
}

.about_page .content_stats3 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 69px;
	row-gap: 26px;
	margin-bottom: 84px;
}

.about_page .content_stats3 .content_stat {
	flex: 1 0 calc(33.333% - 69px);
	display: flex;
	align-items: center;
	gap: 17px;
	font-size: 20px;
	font-weight: 400;
	line-height: 24.38px;
}

.about_page .content_stats3 .content_stat strong {
	font-size: 64px;
	font-weight: 900;
	line-height: 78.02px;
}

.about_page .content_stats4 .content_text {
	font-size: 32px;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 30px;
}

.about_page .content_stats4 .content_stats {
	display: block;
	margin-bottom: 0;
}

.about_page .content_stats4 .content_stat {
	font-size: 24px;
	font-weight: 400;
	line-height: 28.8px;
	display: flex;
	align-items: center;
	column-gap: 35px;
	margin-bottom: 18px;
}

.about_page .content_stats4 .content_stat strong {
	font-size: 64px;
	font-weight: 900;
	line-height: 80.77px;
}

.about_page .content_stats4 .content_stat strong span {
	font-size: 24px;
	font-weight: 400;
	line-height: 28.8px;
	display: block;
}

.about_page .mission_title {
	font-size: 40px;
	font-weight: 900;
	line-height: 40px;
	margin-bottom: 85px;
	text-transform: uppercase;
}

.about_page .mission_box {
	display: flex;
	justify-content: center;
	align-items: center;
	background: url('../img/hwm.png') no-repeat center center;
	padding: 177px 0;
}

.about_page .mission_text {
	max-width: 877px;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 49.5%, rgba(255, 255, 255, 0) 100%);
	backdrop-filter: blur(2px);
	padding: 30px 33px;
}

.about_page .values_title {
	font-size: 40px;
	font-weight: 900;
	line-height: 40px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.about_page .values_items {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 70px;
}

.about_page .values_item {
	display: flex;
	column-gap: 45px;
	flex: 1 0 calc(50% - 30px);
}

.about_page .values_image {
	position: relative;
	height: 100%;
}

.about_page .values_image::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 58px;
	height: 58px;
	background: #dbf6c7;
	border-radius: 50%;
	z-index: -1;
}

.about_page .values_image img {
	padding-left: 15px;
	padding-bottom: 19px;
}

.about_page .values_name {
	font-size: 20px;
	font-weight: 900;
	line-height: 20px;
	margin-bottom: 25px;
}

.about_page .values_desc {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.about_page .team_title {
	font-size: 40px;
	font-weight: 900;
	line-height: 40px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.about_page .team_items {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 58px;
	row-gap: 40px;
}

.about_page .team_item {
	display: flex;
	align-items: center;
	gap: 55px;
}

.about_page .team_item:nth-child(odd) {
	flex: 1 0 calc(40% - 58px);
}

.about_page .team_item:nth-child(even) {
	flex: 1 0 calc(60% - 58px);
}

.about_page .team_item div:first-child {
	font-size: 64px;
	font-weight: 900;
	line-height: 78.02px;
	color: #6eb63c;
	min-width: 109px;
}

.about_page .team_item div:last-child {
	font-size: 20px;
	font-weight: 400;
	line-height: 24.38px;
}

.about_page .bussines_title {
	font-size: 40px;
	font-weight: 900;
	line-height: 40px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.about_page .bussines_sub {
	margin-bottom: 40px;
}

.about_page .bussines_sub div:first-child {
	font-size: 24px;
	font-weight: 800;
	line-height: 36px;
	color: #6eb63c;
}

.about_page .bussines_sub div:last-child {
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
}

.about_page .bussines_items {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 40px;
}

.about_page .bussines_item {
	flex: 0 0 calc(50% - 30px);
	display: flex;
	align-items: center;
	gap: 45px;
}

.about_page .bussines_image {
	position: relative;
}

.about_page .bussines_image::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 58px;
	height: 58px;
	background: #dbf6c7;
	border-radius: 50%;
	z-index: -1;
}

.about_page .bussines_info div:first-child {
	font-size: 20px;
	font-weight: 900;
	line-height: 20px;
	margin-bottom: 15px;
}

.about_page .bussines_info div:last-child {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.about_page .bussines_image img {
	padding-left: 15px;
	padding-bottom: 19px;
}

.about_page .social_title {
	font-size: 40px;
	font-weight: 900;
	line-height: 40px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.about_page .social_items {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 40px;
}

.about_page .social_item {
	display: flex;
	align-items: center;
	gap: 45px;
	flex: 0 0 calc(50% - 45px);
}

.about_page .social_info {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.about_page .social_image {
	position: relative;
}

.about_page .social_image::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 58px;
	height: 58px;
	background: #dbf6c7;
	border-radius: 50%;
	z-index: -1;
}

.about_page .social_image img {
	padding-left: 15px;
	padding-bottom: 19px;
}

.contacts_title {
	font-size: 40px;
	font-weight: 900;
	line-height: 40px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.contacts_box {
	margin-bottom: 40px;
}

.contacts_box div {
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.contacts_name {
	font-size: 24px;
	font-weight: 900;
	line-height: 24px;
	margin-bottom: 40px;
}

.contacts_map {
	margin-bottom: 134px;
}

.agro {
	margin-bottom: 270px;
}

.agro_title {
	font-size: 40px;
	font-weight: 900;
	line-height: 40px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.agro_items {
	display: flex;
	flex-wrap: wrap;
	column-gap: 32px;
	row-gap: 40px;
}

.agro_item {
	flex: 0 0 calc(33.333% - 32px);
	position: relative;
	line-height: 0;
}

.agro_item::before,
.schools__item a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000080;
	opacity: 0;
	transition: all .4s ease;
}

.agro_item::after,
.schools__item a::after {
	content: url(../img/Play.svg);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .4s ease;
}

.agro_item:hover::after,
.agro_item:hover::before,
.schools__item a:hover::after,
.schools__item a:hover::before {
	opacity: 1;
}

.agro_item img {
	width: 100%;
}

.news {
	margin-bottom: 216px;
}

.news_title {
	font-size: 40px;
	font-weight: 900;
	line-height: 40px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.news_items {
	display: flex;
	flex-wrap: wrap;
	column-gap: 32px;
	row-gap: 62px;
}

.news_item {
	flex: 0 0 calc(25% - 32px);
	width: calc(25% - 32px);
	flex-direction: column;
	display: flex;
}

.news_image {
	margin-bottom: 50px;
}

.news_image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.news_name {
	font-size: 24px;
	font-weight: 900;
	line-height: 24px;
	margin-bottom: 20px;
	color: #0d1221;
	text-transform: uppercase;
}

.news_desc {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #0d1221;
}

.entry-content.news_single {
	max-width: 1058px;
	margin: auto;
}

.entry-content.news_single h3 {
	font-size: 40px;
	font-weight: 900;
	line-height: 40px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.entry-content.news_single img {
	margin-bottom: 40px;
	width: 100%;
	object-fit: cover;
}

.entry-content.news_single p {
	margin-bottom: 40px;
	margin-bottom: 126px;
}

.post-template-default main {
	margin-bottom: 126px;
}

.offers {
	margin-bottom: 368px;
}

.offers_title {
	font-size: 40px;
	font-weight: 900;
	line-height: 40px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.offers_item {
	margin-bottom: 30px;
	display: flex;
	gap: 30px;
}

.offers_item img {
	width: 100%;
	height: 282px;
	object-fit: cover;
}

.offers_name {
	font-size: 24px;
	font-weight: 900;
	line-height: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.offers_text {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 30px;
}

.offers_button {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	padding: 25px 44px;
	background: #0D1221;
	border-radius: 12px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	transition: all .3s ease-in-out;
}

.offers_button:hover {
	background: #6eb63c;
}

.contacts_box svg {
	flex-shrink: 0;
}

.contacts_map img {
	width: 100%;
}

.page-id-987 .entry-title {
	text-transform: uppercase;
	margin-bottom: 40px;
}

.page-template-default .entry-content .wp-block-media-text.alignwide.is-stacked-on-mobile.is-vertically-aligned-top.is-image-fill figure.wp-block-media-text__media {
	aspect-ratio: unset !important;
}

.page-template-default .wp-block-media-text {
	margin-bottom: 30px;
	grid-template-columns: 35% 1fr;
}

.page-template-default .wp-block-heading {
	font-size: 24px;
	font-weight: 900;
	line-height: 24px;
	margin-bottom: 20px;
}

.page-template-default .wp-block-media-text__content {
	padding-left: 30px;
	padding-right: 0;
}

.page-template-default .wp-block-media-text__content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 30px;
}

.page-template-default .has-text-align-right {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	background: #0d1221;
	padding: 25px 44px;
	border-radius: 12px;
	width: fit-content;
}

.page-template-default .has-text-align-right a {
	color: #fff;
}


@media (min-width: 1980px) {
	.review {
		width: 1655px;
		margin: auto;
	}

	.section-banner__img,
	.section-school__img {
		max-width: unset !important;
		background-size: cover;
	}
}

@media ((min-width: 961px) and (max-width: 1275px)) {
	.header__top-right {
		max-width: 734px;
	}
}

@media ((min-width: 381px) and (max-width: 408px)) {
	.header__top-menu-link {
		font-size: 16px;
	}
}

@media (max-width: 780px) {
	.section-school {
		padding-top: 134px !important;
	}

	.section-school__img {
		justify-content: center !important;
		align-items: center !important;
		margin-bottom: 0 !important;
		padding: 157.5px 45px !important;
	}

	.section-school__mask {
		/* background-size: 100% 100% !important; */
		background-size: cover !important;
	}
}

/* .menu-dropdown__item {
	margin-bottom: 25px;
} */

/* #preloader {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 40px;
	border-radius: 100px 100px 0 0;
	position: relative;
	overflow: hidden;
}

#preloader:before {
	content: "";
	position: absolute;
	inset: 0 0 -100%;
	background:
		radial-gradient(farthest-side, #ffd738 80%, #0000) left 70% top 20%/15px 15px,
		radial-gradient(farthest-side, #020308 92%, #0000) left 65% bottom 19%/12px 12px,
		radial-gradient(farthest-side, #ecfefe 92%, #0000) left 70% bottom 20%/15px 15px,
		linear-gradient(#9eddfe 50%, #020308 0);
	background-repeat: no-repeat;
	animation: l5 2s infinite;
}

@keyframes l5 {

	0%,
	20% {
		transform: rotate(0)
	}

	40%,
	60% {
		transform: rotate(.5turn)
	}

	80%,
	100% {
		transform: rotate(1turn)
	}
} */

/* .preloader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	background-color: #242424;
	-webkit-clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
	clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
} */

/* .preloader.preloaderActive {
	display: block !important;
	-webkit-animation: preloaderInUp 1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
	animation: preloaderInUp 1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

@-webkit-keyframes preloaderInUp {
	0% {
		-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
		clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	}

	to {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
}

@keyframes preloaderInUp {
	0% {
		-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
		clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	}

	to {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
}

@-webkit-keyframes preloaderOutUp {
	0% {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}

	to {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	}
}

@keyframes preloaderOutUp {
	0% {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}

	to {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	}
} */

@keyframes hoverWave {
	0% {
		box-shadow: 0 8px 10px rgba(250, 255, 0, 0.3),
			0 0 0 0 rgba(250, 255, 0, 0.2), 0 0 0 0 rgba(250, 255, 0, 0.2);
	}

	40% {
		box-shadow: 0 8px 10px rgba(250, 255, 0, 0.3),
			0 0 0 15px rgba(250, 255, 0, 0.2), 0 0 0 0 rgba(250, 255, 0, 0.2);
	}

	80% {
		box-shadow: 0 8px 10px rgba(250, 255, 0, 0.3),
			0 0 0 30px rgba(250, 255, 0, 0), 0 0 0 26.7px rgba(250, 255, 0, 0.067);
	}

	100% {
		box-shadow: 0 8px 10px rgba(250, 255, 0, 0.3),
			0 0 0 30px rgba(250, 255, 0, 0), 0 0 0 40px rgba(250, 255, 0, 0);
	}
}


@keyframes animateIn {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(2.8);
		opacity: 0;
	}
}

@keyframes animateOut {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(2.8);
		opacity: 0;
	}
}

/* .navigation-mob {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	max-width: 100%;
	max-height: 100vh;
	overflow: auto;
}

.navigation-mob__toggler {
	right: 15px;
	top: 25px;
	position: fixed;
} */

/* .navigation-mob__body {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.navigation-mob__container {
	padding-top: 86px !important;
	padding-bottom: 56px !important;
} */

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	float: unset;
	/* width: unset; */
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
	width: 96% !important;
}

.section-technics .technics__menu {
	flex: 1 0 calc(50% - 32px);
}

.definition__body {
	width: 100%;
	position: relative;
	opacity: 1;
	text-align: justify;
	pointer-events: all;
	background: #F4F6F8;
}

table.woocommerce-product-attributes.shop_attributes {
	border-spacing: 0;
	border-top: 1px solid #C0C1D1;
}

.woocommerce table.shop_attributes td {
	border-bottom: none;
	padding: 24px 35px;
	font-style: normal;
}

.woocommerce table.shop_attributes th {
	padding: 24px 35px;
	border-right: 1px solid #C0C1D1;
	border-bottom: none;
}

tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_engine {
	background: #f4f6f8;
}

th.woocommerce-product-attributes-item__label {
	color: #0d1221;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
}

td.woocommerce-product-attributes-item__value {
	color: #7d7e8e;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
}

.definition {
	border: none;
}

.definition__head {
	margin-bottom: 30px;
	overflow-x: auto !important;
	scrollbar-width: unset !important;
}

.definition__head::-webkit-scrollbar {
	display: unset !important;
}

.definition__head-item a {
	color: #0d1221;
}

@media(min-width: 430px) {
	.technics__menu-body {
		height: 100% !important;
	}
}

.home .sell-hits .h3.technica__title {
	color: #fff;
}

.home .technica:hover .technica__title {
	color: #0d1221;
}

.home .technica:hover .technica__title {
	color: #ffde21;
}

.home .technica:hover .more {
	background: #ffde21;
	color: #0d1221;
}

.home .technica:hover svg path {
	stroke: #0d1221;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #0d1221;
	color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a {
	color: #0d1221;
}

.woocommerce nav.woocommerce-pagination {
	margin-top: 50px;
}

.technic form {
	width: 100%;
	box-sizing: border-box;
	padding: 32px;
	background: #0d1221;
}

.technic input {
	width: 100%;
	border: none;
	background: #fff;
	padding: 14px 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #0d1221;
	font-family: 'Proxima Nova', sans-serif;
	box-sizing: border-box;
}

.technic p {
	width: 100%;
	margin-bottom: 5px;
	box-sizing: border-box;
}

.technic [type='submit'] {
	width: 100%;
	padding: 0;
	border: none;
	background: #6eb63c;
	box-sizing: border-box;
	padding: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	cursor: pointer;
}

.technic form p:nth-child(4) {
	margin-bottom: 15px;
}

.technica {
	justify-content: space-between;
}

.wpcf7 form.invalid .wpcf7-response-output {
	color: #fff;
}

.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 3em;
	padding: 0;
}

body.search {
	border-radius: 0;
	background-color: unset;
	box-sizing: border-box;
	padding: 0;
	display: unset;
	align-items: unset;
	gap: unset;
}

.tax-product_cat .header,
.post-type-archive .header,
.single-product .header {
	position: relative;
}

.page--default {
	padding-top: 70px !important;
}

.header__search .search {
	display: flex;
	justify-content: space-between;
}

form.searchform,
form.searchform input {
	width: 100%;
}

.review__banner-title {
	font-size: 58px;
}

.section-banner__menu-link span:nth-child(2) {
	font-size: 16px;
}

.section-banner__subtitle {
	font-size: 24px;
}

.section-banner__text {
	font-size: 22px;
}

.header__bottom-menu-list .header__bottom-menu-link {
	font-size: 14px;
}

.navigation-mob .header__bottom-menu-list .header__bottom-menu-link {
	font-size: 24px;
}

.tech__title.title {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 50px;
}

.technic__contacts {
	max-width: 270px;
}

.definition__body p {
	margin-bottom: 15px;
	font-size: 16px;
}

.definition__body .gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 30px 0;
}

.definition__body .gallery .gallery-item img {
	height: 150px;
	object-fit: contain;
}

.technic {
	margin-bottom: 50px !important;
}

.woocommerce div.product div.images img {
	margin-bottom: 26px;
}

.woocommerce div.product .woocommerce-product-gallery__image img {
	min-height: 432px;
	object-fit: cover;
}

.woocommerce div.product div.images .flex-control-thumbs {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 100%;
}

.definition__body ul {
	margin-bottom: 15px;
}

.definition__body ul li {
	list-style-type: disc;
	list-style-position: inside;
	font-size: 16px;
	font-weight: 400;
	/* line-height: 21px; */
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
	display: flex;
	flex-direction: row-reverse;
	gap: 34px;
}

.technic {
	display: flex;
	justify-content: center;
	gap: 30px;
}

.techcard_image {
	flex-grow: 1;
}

.techcard_info {
	flex: 0 0 calc(45% - 30px);
}

.techcard_title {
	font-size: 36px;
	font-weight: 900;
	line-height: 36px;
	margin-bottom: 25px;
}

.techcard_cat a {
	color: #000;
	display: block;
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 30px;
}

.techcard_desc {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 30px;
}

.techcard_desc ul li {
	list-style-type: disc;
	list-style-position: inside;
}

.techcard_btn {
	font-size: 16px;
	font-weight: 700;
	line-height: 19.2px;
	padding: 27px 25px;
	background: #6EB63C;
	margin-bottom: 30px;
	width: fit-content;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
	border: 1px solid transparent;
}

.techcard_btn:hover {
	background: #fff;
	color: #0d1221;
	border: 1px solid #0d1221;
}

.techcard_btn:hover svg path {
	stroke: #0d1221;
}

.techcard_link {
	font-size: 16px;
	font-weight: 700;
	line-height: 22.4px;
	text-align: left;
	text-decoration-line: underline;
	margin-bottom: 11px;
	display: flex;
	gap: 10px;
	align-items: center;
	color: #6eb63c;
	text-transform: uppercase;
	width: fit-content;
}

.techcard_link:hover {
	color: #0d1221;
}

/* Расположение миниатюр сбоку */
.woocommerce div.product div.images {
	display: flex;
	align-items: flex-start;
}

.woocommerce div.product div.images .flex-control-thumbs {
	order: 2;
	width: 20%;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	height: 450px;
}

.woocommerce-product-gallery .flex-viewport {
	width: 100% !important;
}

section.up-sells.upsells.products h2 {
	font-size: 40px;
	font-weight: 900;
	line-height: 40px;
	margin-bottom: 90px;
	text-transform: uppercase;
}

section.up-sells.upsells.products .technica__img {
	margin-bottom: 50px;
	max-height: 235px;
}

section.up-sells.upsells.products .technica__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	text-align: center;
	color: #6eb63c;
}

.sell-hits .technica__text {
	color: #fff;
}

.section-actuals .actual {
	cursor: pointer;
}

.footer .footer-nav__sub-menu-item a {
	transition: all 0.25s linear;
}

.footer .footer-nav__sub-menu-item a:hover {
	color: #6eb63c;
}

.digital .footer .footer-nav__sub-menu-item a:hover {
	color: #f5d716;
}

.digital .footer .footer-nav__sub-menu-item a:hover {
	color: #f5d716;
}

.crop-care .footer .footer-nav__sub-menu-item a:hover {
	color: #ff6600;
}

.water .footer .footer-nav__sub-menu-item a:hover {
	color: #2d62eb;
}

.vegetables .footer .footer-nav__sub-menu-item a:hover {
	color: #eb2d2d;
}

.livestock .footer .footer-nav__sub-menu-item a:hover {
	color: #00a0e3;
}

.fruits .footer .footer-nav__sub-menu-item a:hover {
	color: #ff0000;
}

.turf .footer .footer-nav__sub-menu-item a:hover {
	color: #6eb63c;
}

.turf .footer .footer-nav__sub-menu-item a:hover {
	color: #6eb63c;
}

.education .footer .footer-nav__sub-menu-item a:hover {
	color: #9286be;
}

section.up-sells.upsells.products button.more {
	display: none;
}

.socials--active .socials__link:hover {
	background: #fff;
}

.socials--active .socials__link:hover svg path {
	fill: #0d1221;
}

.section-banner__link {
	animation: hoverWave linear 1s infinite;
	z-index: 1;
}

.section-banner__link::before {
	content: '';
	display: block;
	position: absolute;
	border: 1px solid #faff00;
	border-radius: 50%;
	left: -10px;
	right: -10px;
	top: -10px;
	bottom: -10px;
	animation: animateOut 1.7s linear infinite;
	animation-delay: 300ms;
}

.section-banner__link::after {
	content: '';
	display: block;
	position: absolute;
	border: 1px solid #faff00;
	border-radius: 50%;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	animation: animateIn 1.5s linear infinite;
}

.section-banner__img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

.section-banner__content {
	z-index: 1;
}

.section-banner__menu-circle-name {
	color: #6EB63C;
	font-size: 54px;
	font-weight: bold;
	font-family: 'Proxima Nova', sans-serif;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.section-banner__menu-circle-img img {
	animation: rotate 30s infinite linear forwards;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.actual__title,
.more {
	transition: all .3s linear;
}

.section-actuals .actual:hover .actual__title {
	color: #6EB63C;
}

.section-actuals .more--dark:hover {
	background: #6EB63C;
}

.section-schools-list .more:hover {
	color: #fff;
	background: #0d1221;
}

.section-schools-list .more:hover svg path {
	stroke: #fff;
}

.digital .section-banner,
.digital .section-school {
	border-bottom: 6.5px solid #f5d716;
}

.digital .socials.socials--active .socials__link:hover {
	background: #fff;
}

.review__banner .more:hover {
	background: #6eb63c;
}
@media (max-width: 1536px) {
	.about_page .content_stat div:first-child{
		font-size: 100px;
		    line-height: 1.2;
	}
}
@media (max-width: 1275px) {
	.about_page .section-banner__menu .inner_container {
	
	padding-left:30px;
	padding-right:30px;
}
	    .about_page .content_stat div:first-child {
        font-size: 70px;
    }
	.vegetables .section-banner__menu-link span:first-child {
		font-size: 14px;
	}

	.vegetables .section-banner__menu-link span:nth-child(2) {
		font-size: 11px;
	}
}

.section-sell-hits .more:hover {
	background: #fff;
	color: #0d1221;
}

.section-sell-hits .more:hover svg path {
	stroke: #0d1221;
}

.review__banner-text {
	line-height: 26px;
}

@media (max-width: 1740px) {
	.section-stats .stats .stat__number {
		font-size: 87px;
	}

	.section-stats .stats .stat__text {
		font-size: 16px;
	}

	.review__banner-text {
		font-size: 16px;
	}
}


@media (max-width: 1366px) {
	.review__banner-title {
		font-size: 50px;
	}

	.review__banner-text {
		font-size: 16px;
	}

	.review__banner-percent {
		font-size: 20px;
	}

}

/* @media (max-width: 1330px) {
	.about_page .section-banner__menu .inner_container {
		max-width: 86%;
	}
} */

@media (max-width: 1275px) {
	.review__banner-title {
		font-size: 32px;
	}
}

@media (max-width: 992px) {
	.about_page .content_stats {
  
		gap: 15px;
	}
	.about_page .content_stats4 .content_text{
		    font-size: 24px;
		line-height:1.2;
	}
	.about_page .content_stats3{
		margin-bottom:40px;
	}
	.technic {
		flex-direction: column;
	}

	.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
		display: unset;
	}

	.woocommerce div.product div.images .flex-control-thumbs {
		flex-direction: row;
		width: 100%;
	}

	.review__banner-percent {
		font-size: 20px;
	}

	.review__banner-text {
		font-size: 14px;
		padding: 11px 9px;
	}

	.review__list-item {
		font-size: 15px;
	}

	.services_item {
		flex: 1 0 calc(50% - 25px);
	}

	.news_item {
		flex: 1 0 calc(50% - 32px);
	}

	.agro_item {
		flex: 0 0 calc(50% - 0px);
	}

	.offers_item {
		flex-direction: column;
	}
}

@media (max-width: 780px) {
	.about_page .section-filter {
		border-bottom: 0;
		transform: translateY(34px);
	}

	.about_page .section-banner__menu {
		margin-top: 91px;
	}

	.review__banner-title {
		font-size: 20px;
	}

	.review__banner-text {
		font-size: 13px;
		line-height: 14px;
	}

	.review__banner-percent {
		font-size: 13px;
	}

	.review__banner {
		max-width: 238px;
	}

	.section-banner__subtitle,
	.section-banner__text {
		font-size: 16px;
	}

	.news_item {
		flex: 0 0 100%;
	}

	.entry-content.news_single h3 {
		font-size: 26px;
		line-height: 28px;
	}

	.agro_item {
		flex: 0 0 100%;
	}

	.about_page .section-filter ul {
		display: block;
		padding: 30px;
		gap: 36px;
		margin-bottom: 15px;
	}

	.about_page .content_title,
	.about_page .mission_title,
	.about_page .values_title,
	.about_page .team_title,
	.about_page .bussines_title,
	.about_page .social_title {
		font-size: 24px;
		line-height: 24px;
	}

	.about_page .content_stats {
		flex-direction: column;
		gap: 30px;
	}

	.about_page .content_stat div:first-child {
		font-size: 64px;
		line-height: 78.02px;
	}

	.about_page .content_stat div:first-child span {
		font-size: 32px;
		line-height: 39.01px;
	}

	.about_page .content_stat div:last-child {
		font-size: 16px;
		line-height: 19.5px;
	}

	.about_page .content_stats2 {
		flex-direction: column;
		gap: 30px;
	}

	.about_page .content_stats2 .content_stat {
		flex: 0 0 100%;
		font-size: 16px;
		line-height: 19.5px;
	}

	.about_page .content_stats2 .content_stat strong {
		font-size: 64px;
		line-height: 78.02px;
	}

	.about_page .content_stats3 {
		margin-bottom: 30px;
	}

	.about_page .content_stats3 .content_stat {
		font-size: 16px;
		line-height: 19.5px;
	}

	.about_page .content_stats4 .content_text {
		font-size: 24px;
		line-height: 40px;
	}

	.about_page .content_stats4 .content_stat strong {
		font-size: 64px;
		line-height: 80.77px;
	}

	.about_page .content_stats4 .content_stat {
		font-size: 16px;
		line-height: 19.2px;
	}

	.about_page .section-banner__mask {
		height: 920px;
		top: -141px;
	}

	.about_page .section-banner {
		padding-top: 50px;
	}

	.about_page .section-banner__img {
		min-height: unset;
		background-size: cover;
		padding: 115px 30px;
	}

	.about_page .mission_box {
		padding: 0;
		margin-left: -30px;
		margin-right: -30px;
		background-size: contain;
	}

	.about_page .mission_text {
		font-size: 16px;
		line-height: 24px;
	}

	/* .about_page .values_item {
		flex: 1 0 100%;
	} */

	.about_page .values_name {
		font-size: 16px;
		line-height: 16px;
	}

	.about_page .values_desc {
		font-size: 14px;
		line-height: 21px;
	}

	.about_page .team_item {
		gap: 20px;
	}

	.about_page .team_item div:first-child {
		min-width: unset;
	}

	.about_page .team_item div:last-child {
		font-size: 16px;
		line-height: 19.5px;
	}

	.about_page .bussines_sub {
		margin-bottom: 33px;
	}

	.about_page .bussines_item {
		flex: 1 0 100%;
		align-items: flex-start;
	}

	.about_page .bussines_sub div:first-child {
		font-size: 16px;
		line-height: 24px;
	}

	.about_page .bussines_sub div:last-child {
		font-size: 16px;
		line-height: 24px;
	}

	.about_page .bussines_info div:first-child {
		font-size: 16px;
		line-height: 16px;
	}

	.about_page .bussines_info div:last-child {
		font-size: 14px;
		line-height: 21px;
	}

	.about_page .social_item {
		align-items: center;
		gap: 45px;
		flex: 1 0 100%;
	}

	.about_page .social_info {
		font-size: 14px;
		line-height: 21px;
	}

	.news_name {
		font-size: 22px;
	}

	.agro_items {
		column-gap: 30px;
	}

	.services_title,
	.news_title,
	.entry-content.news_single h3,
	.agro_title,
	.contacts_title,
	.offers_title {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 40px;
	}

	.about_page .content_text {
		font-size: 14px;
		line-height: 21px;
	}

	.services_name,
	.news_name,
	.offers_name {
		font-size: 20px;
		line-height: 20px;
	}

	.entry-content.news_single p {
		font-size: 16px;
		line-height: 24px;
	}

	.news_desc,
	.offers_text {
		font-size: 14px;
		line-height: 21px;
	}

	.contacts_box div {
		font-size: 14px;
		line-height: 14px;
	}

	.about_page .section-filter ul li {
		margin-bottom: 15px;
		padding: 6px;
	}

	.about_page .section-filter ul li.active::after {
		transform: translateY(11px);
	}
}

.modal_x {
	text-align: right;
	cursor: pointer;
}

.modal {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	transition: all 0.5s linear;
}

.overlay {
	opacity: 0;
	visibility: hidden;
	content: '';
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

.modal.active,
.overlay.active {
	opacity: 1;
	visibility: visible;
}