* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	outline: 0;
	-webkit-appearance: none;
	border-radius: 0;
	line-height: 0;
	font-weight: normal;
	border: 0;
	background: none;
	box-sizing: border-box;
}

@font-face {
    font-family: "Onest";
    src: url("../fonts/Onest-Regular.woff2") format("woff2"), url("../fonts/Onest-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Onest";
    src: url("../fonts/Onest-Medium.woff2") format("woff2"), url("../fonts/Onest-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body, input, textarea {
	font-family: "Onest", sans-serif;
}

body::-webkit-scrollbar, .table-container::-webkit-scrollbar, .header-bottom__content::-webkit-scrollbar, .dropdown-menu__wrapper::-webkit-scrollbar, .adaptive-menu__wrapper::-webkit-scrollbar, .products-filter__content::-webkit-scrollbar {
	width: 6px;
	background-color: #c0c1c3;
}
  
body::-webkit-scrollbar-thumb, .table-container::-webkit-scrollbar-thumb, .header-bottom__content::-webkit-scrollbar-thumb, .dropdown-menu__wrapper::-webkit-scrollbar-thumb, .adaptive-menu__wrapper::-webkit-scrollbar-thumb, .products-filter__content::-webkit-scrollbar-thumb {
	background-color: #767779;
}

.table-container::-webkit-scrollbar {
	height: 4px;
	width: 4px;
}

header ul li a, header ul li a svg, header ul li a img, .header-bottom__logo, .header-bottom__search svg, .header-top__logo, .header-hamburger, .header-top, .header-bottom__results a, .dropdown-menu__content ul li a, .dropdown-menu__content ul li a svg path, .header-hamburger span, .mobile-visible img, .adaptive-menu a, .adaptive-menu__bottom li a img, .footer-menu ul li a, .footer-links a, .menu-popup ul li a img, .footer-bottom a, .products-filter__search a svg path, .products-filter__link, .products-filter__link svg, .products-filter__checkbox input, .products-filter__checkbox label, .products-filter__colors--color, .products-filter__info--name, .products-filter__tags ul li a, .products-filter__pages--list ul li a, .products-filter__pages--button a, .products-filter__show, .hero-content__breadcrumbs li a, .faq-content__item a svg, .faq-content__item a path, .faq-content__item a, .swiper-button-next, .swiper-button-prev, .swiper-pagination-bullet, .preview-gallery__img img, .item-links a, .product-files__item a, .products-filter__info--colors div, .filters-values__tabs li a, .products-filter__gridtype a svg path, .news-list__image img, .news-list__name, .text-content a, .news-content__right a, .news-content__right a svg path, .certificates-list__image img, .certificates-list__item span, .dropdown-menu__header a, .tabs-list a, .about-content__button, .grid-form__text, .grid-form__button, .grid-form__checkbox label a, .grid-form__checkbox input, .career_item--left a, .career_item--right, .cities-grid__item ul li a, .contacts-content__value a, .service-content__phone, .service-content__contacts ul li a img, .grid-form__box, .hero-banner.hero-banner__main .swiper-slide img, .hero-banner.hero-banner__main .swiper-slide h1, .hero-banner.hero-banner__main .swiper-slide p, .grid-categories a span, .grid-hidden__show, .grid-categories a img, .ymaps-2-1-79-balloon__content ymaps ymaps div p a {
    transition: all 0.3s ease;
}

.container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 16px;
	position: relative;
	width: 100%;
}

header {
	position: fixed;
	width: 100%;
	z-index: 5;
}

.header-top {
	padding: 24px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.header-top-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

header ul {
	display: flex;
	align-items: center;
	gap: 24px;
}

header ul li {
	display: flex;
	align-items: center;
	gap: 12px;
}

header ul li a {
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 500;
}

header ul li a.header-top__small {
	color: #fff;
	font-weight: normal;
}

header ul li a span {
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
}

header ul li a.header-menu__current {
	opacity: .7;
}

header ul li a:hover, header ul li a.header-menu__active {
	opacity: .7;
}

header ul li a:hover svg {
	opacity: .7;
}

header ul li a.header-menu__active svg {
	transform: rotate(180deg);
}

header ul li a img {
	width: 24px;
	height: auto;
}

header ul li a:hover img {
	opacity: .7;
}

.header-bottom {
	padding: 24px 0;
}

.header-bottom-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 96px;
}

.header-bottom__logo img {
	height: 40px;
	width: auto;
}

.header-bottom__logo:hover {
	opacity: .8;
}

.header-bottom__left {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
}

.header-bottom__right {
	width: 100%;
}

.header-bottom__search {
	border-bottom: 1px solid #fff;
	padding-bottom: 2px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.header-bottom__search input {
	width: 100%;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
}

.header-bottom__search svg {
	width: 24px;
	width: auto;
}

.header-bottom__search a:hover svg {
	opacity: .7;
}

.header-bottom__search input::placeholder {
	color: rgba(255, 255, 255, .7);
}

.header-top__logo {
	display: none;
}

.header-top__logo img {
	height: 32px;
	width: auto;
}

.header-top__logo:hover {
	opacity: .8;
}

.mobile-visible {
	display: none;
}

.header-hamburger {
	width: 24px;
	height: 16px;
	cursor: pointer;
	position: relative;
}
  
.header-hamburger:hover {
	opacity: .9;
}
  
.header-hamburger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
}

.header-hamburger span:nth-child(1) {
	top: 0px;
}
  
.header-hamburger span:nth-child(2) {
	top: 8px;
}

.header-hamburger span:nth-child(3) {
	top: 16px;
}

.header-hamburger.open span:nth-child(1) {
	top: 7px;
	width: 24px;
	transform: rotate(-45deg);
}
  
.header-hamburger.open span:nth-child(2) {
	top: 7px;
	width: 24px;
	transform: rotate(45deg);
}

.header-hamburger.open span:nth-child(3) {
	display: none;
}

.header-main {
	position: absolute;
	width: 100%;
	display: none;
}

.header-fixed {
	background-color: #4e4f51;
	display: none;
	position: absolute;
	width: 100%;
}

.header-fixed .header-bottom {
	padding: 16px 0;
}

.header-fixed .header-top {
	border-bottom: none;
}

.header-fixed .header-top {
	display: none;
}

.header-bottom__active {
	position: absolute;
	width: calc(100% - 32px);
	left: 16px;
	background-color: #fff;
	padding: 16px;
	border-radius: 16px;
	transition: padding 0.3s ease;
	top: -10px;
	z-index: 1;
}

.header-bottom__active .header-bottom__search {
	border-bottom-color: #c0c1c3;
}

.header-bottom__active .header-bottom__search input {
	color: #000;
}

.header-bottom__active .header-bottom__search input::placeholder {
	color: #767779;
}

.header-bottom__active .header-bottom__search svg path {
	fill: #000;
}

.header-fixed .header-bottom__active {
	padding: 12px 16px;
	top: -5px;
}

.header-bottom__results {
	display: none;
}

.header-bottom__active .header-bottom__results {
	display: block;
}

.header-bottom__results .header-bottom__content {
	display: flex;
	flex-direction: column;
	margin-top: 16px;
	gap: 4px;
	max-height: 160px;
	overflow: hidden;
	overflow-y: visible;
}

.header-bottom__content a {
	font-size: 14px;
	line-height: 21px;
	color: #000;
}

.header-bottom__content a:hover {
	color: #83BC00;
}

.header-bottom__button {
	display: inline-block;
	border-radius: 100px;
	height: 40px;
	border: 1px solid #83BC00;
	padding: 0 16px;
	line-height: 40px;
	width: 100%;
	margin-top: 16px;
	text-align: center;
	color: #83BC00;
}

.header-bottom__button:hover {
	background-color: #83BC00;
	color: #fff;
}

.dropdown-menu {
	position: fixed;
	width: 100%;
	height: calc(100svh - 160px);
	top: 160px;
	z-index: 10;
	background-color: #fff;
	display: none;
}

.dropdown-menu .container {
	height: 100%;
}

.dropdown-menu__main {
	height: 100%;
	position: absolute;
	width: 100%;
	display: none;
}

.dropdown-menu__main.dropdown-menu__enabled {
	display: block;
}

.dropdown-menu__content {
	display: grid;
	height: 100%;
}

.dropdown-menu__level3 {
	grid-template-columns: 1fr 1fr 1fr;
}

.dropdown-menu__level2 {
	grid-template-columns: 1fr 2fr;
}

.dropdown-menu__wrapper {
	border-right: 1px solid #e4e5e8;
	overflow: auto;
}

.dropdown-menu__level3 .dropdown-menu__wrapper:nth-child(3) {
	border-right: none;
}

.dropdown-menu__level2 .dropdown-menu__wrapper:nth-child(2) {
	border-right: none;
}

.dropdown-menu__level1 .dropdown-menu__wrapper {
	border-right: none;
}

.dropdown-menu__wrapper:nth-child(2) .dropdown-menu__list, .dropdown-menu__wrapper:nth-child(3) .dropdown-menu__list {
	padding: 32px 32px 0 32px;
}

.dropdown-menu__list {
	padding: 32px 32px 0 0;
	position: relative;
}

.dropdown-menu__content ul {
	display: flex;
	gap: 12px;
	flex-direction: column;
	padding-bottom: 32px;
	position: absolute;
	width: 100%;
}

.dropdown-menu__content ul li a {
	font-size: 14px;
	line-height: 21px;
	color: #767779;
	display: flex;
	align-items: center;
	gap: 8px;
}

.dropdown-menu__content ul li a span {
	font-size: 14px;
	line-height: 21px;
}

.dropdown-menu__content ul li a svg {
	min-width: 7px;
	height: 11px;
}

.dropdown-menu__content ul li a:hover {
	color: #000;
}

.dropdown-menu__content ul li a:hover svg path {
	fill: #000;
}

.dropdown-menu__content ul li a.dropdown-menu__active, .dropdown-menu__active span {
	color: #000;
}

.dropdown-menu__active svg path {
	fill: #000;
}

.dropdown-menu__data {
	display: none;
	position: relative;
}

.dropdown-menu__data.dropdown-menu__show {
	display: block;
}

.no-scroll {
	overflow: hidden;
}

.dropdown-inside {
	max-width: 768px;
	position: absolute;
	width: 100%;
}

.dropdown-inside__image {
	aspect-ratio: 16/9;
	position: relative;
	overflow: hidden;
	margin-bottom: 16px;
}

.dropdown-inside__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	object-position: center;
	object-fit: cover;
}

.dropdown-inside__text {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.dropdown-inside__heading {
	font-size: 18px;
	line-height: 27px;
	font-weight: 500;
}

.dropdown-inside__description {
	font-size: 14px;
	line-height: 21px;
}

.dropdown-menu__header {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 16px;
}

.dropdown-menu__header a {
	font-weight: 500;
	color: #000;
}

.dropdown-menu__header a:hover {
	color: #83BC00;
}

.adaptive-menu {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 96px 0 24px 0;
	height: 100svh;
	background-color: #fff;
	display: none;
	z-index: 4;
}

.adaptive-menu__wrapper {
	height: 100%;
	overflow-y: auto;
	position: relative;
}

.adaptive-menu__wrapper p {
	font-size: 14px;
	line-height: 21px;
}

.header-opened .mobile-visible svg path {
	fill: #000;
}

.header-opened .header-hamburger span {
	background: #000;
}

.header-opened .header-top {
	border-bottom-color: rgba(0, 0, 0, .1);
}

.header-opened .header-fixed {
	background-color: transparent;
}

.header-opened .header-fixed .header-top {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.adaptive-menu__content {
	position: absolute;
	width: 100%;
	display: none;
}

.adaptive-menu__content.adaptive-menu__visible {
	display: block;
}

.adaptive-menu__text {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap: 16px;
	min-height: calc(100svh - 120px);
}

.adaptive-menu ul {
	display: flex;
	gap: 12px;
	flex-direction: column;
	padding: 0 16px;
	width: 100%;
}

.adaptive-menu ul li a {
	font-size: 14px;
	line-height: 21px;
	color: #767779;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.adaptive-menu ul li a span {
	font-size: 14px;
	line-height: 21px;
}

.adaptive-menu ul li a svg {
	min-width: 7px;
	height: 11px;
}

.adaptive-menu ul li a:hover {
	color: #000;
}

.adaptive-menu ul li a:hover svg path {
	fill: #000;
}

.adaptive-menu ul li a.adaptive-menu__active, .adaptive-menu__active span {
	color: #000;
}

.adaptive-menu__active svg path {
	fill: #000;
}

.adaptive-menu__current, .adaptive-menu__current span {
	color: #83BC00 !important;
}

.adaptive-menu__current svg path {
	fill: #83BC00 !important;
}

.dropdown-menu__current, .dropdown-menu__current span {
	color: #83BC00 !important;
}

.dropdown-menu__current svg path {
	fill: #83BC00 !important;
}

.adaptive-menu__bottom {
	padding: 16px 16px 0 16px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.adaptive-menu__bottom ul {
	padding: 0;
}

.adaptive-menu__bottom ul li {
	display: flex;
	align-items: center;
	gap: 12px;
}

.adaptive-menu__bottom ul li a {
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
	color: #000;
}

.adaptive-menu__bottom ul li a:hover {
	color: #83BC00;
}

.adaptive-menu__bottom ul li a.adaptive-menu__small {
	color: #767779;
	font-weight: normal;
}

.adaptive-menu__bottom ul li a.adaptive-menu__small:hover {
	color: #83BC00;
}

.adaptive-menu__bottom li a img {
	filter: brightness(0.25);
}

.adaptive-menu__bottom li a:hover img {
	filter: brightness(0.5);
}

.adaptive-menu__back {
	height: 40px;
	display: block;
	line-height: 40px;
	font-size: 14px;
	background-color: #e4e5e8;
	border-radius: 100px;
	color: #5c5d5f;
	text-align: center;
}

.adaptive-menu__back:hover {
	opacity: .7;
}

.adaptive-menu__text ul li p {
	font-size: 12px;
	line-height: 19px;
	color: #c0c1c3;
	text-transform: uppercase;
}

.menu-popup {
	position: absolute;
	background-color: #fff;
	padding: 16px;
	top: 32px;
	z-index: 2;
	margin-left: 32px;
	display: none;
}

.menu-popup__content {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.menu-popup__content p {
	font-size: 14px;
	line-height: 21px;
	color: #767779;
}

.menu-popup__content ul {
	display: flex;
	gap: 12px;
	flex-direction: row;
}

.menu-popup__content ul li {
	background-color: #e4e5e8;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
}

.menu-popup__content ul li img {
	width: 24px;
	height: auto;
	filter: brightness(0) !important;
	opacity: .7;
}

.menu-popup__content ul li:hover img {
	opacity: .5;
}

#service-popup-2.menu-popup {
	bottom: 64px;
	top: inherit;
	box-shadow: 1px 1px 15px -1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 15px -1px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 15px -1px rgba(0,0,0,0.1);
}

#service-popup-4.menu-popup {
	right: 16px;
}

footer {
	position: relative;
}

.section-top {
	padding-top: 96px;
}

.section-bottom {
	padding-bottom: 96px;
}

.footer-content {
	display: grid;
	grid-template-columns: 1fr 4fr 1fr;
	gap: 128px;
}

.footer-menu {
	display: flex;
	gap: 48px;
	justify-content: space-between;
}

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

.footer-menu ul li a {
	font-size: 14px;
	line-height: 21px;
	color: #c0c1c3;
}

.footer-menu ul li a.footer-menu__bold {
	color: #fff;
	font-weight: 500;
}

.footer-menu ul li a:hover, .footer-menu ul li a.footer-menu__active {
	color: #83BC00;
}

.footer-links {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.footer-links a {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
}

.footer-links a span {
	font-size: 14px;
	line-height: 21px;
}

.footer-links a:hover {
	color: #83BC00;
}

.footer-links a.footer-links__gray {
	color: #c0c1c3;
}

.footer-links a.footer-links__gray:hover {
	color: #83BC00;
}

#service-popup-3.menu-popup {
	top: inherit;
	margin-left: 0;
	margin-top: -32px;
}

.footer-social {
	display: flex;
	align-items: center;
	gap: 12px;
}

.footer-social a {
	width: 32px;
	height: 32px;
	background-color: #4e4f51;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-social a:hover {
	opacity: .7;
}

.footer-bottom {
	padding: 32px 0;
	margin-top: 40px;
	border-top: 1px solid #4e4f51;
}

.footer-bottom__wrapper {
	display: flex;
	gap: 64px;
}

.footer-bottom__left {
	display: flex;
	gap: 8px 16px;
	flex-wrap: wrap;
}

.footer-bottom__left a {
	font-size: 14px;
	line-height: 21px;
	color: #767779;
}

.footer-bottom__left a:hover {
	color: #c0c1c3;
}

.footer-bottom__right {
	min-width: fit-content;
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-end;
}

.footer-bottom__right p {
	font-size: 14px;
	line-height: 21px;
	color: #767779;
}

.footer-bottom__right p a {
	color: #c0c1c3;
}

.footer-bottom__right p a:hover {
	color: #83BC00;
}

.line-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	object-position: center;
	object-fit: cover;
	background-color: #5c5d5f;
	background: linear-gradient(55deg,rgb(58, 69, 72) 0%, rgba(41, 49, 49, 1) 100%);
}

.products-filter {
	display: grid;
	grid-template-columns: 1fr 4fr;
	gap: 96px;
}

.products-filter__form {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.products-filter__input {
	border-bottom: 1px solid #e4e5e8;
	padding-bottom: 4px;
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: center;
}

.products-filter__text {
	font-size: 14px;
	line-height: 21px;
	color: #000;
	width: 100%;
}

.products-filter__search .products-filter__text {
	font-size: 16px;
	line-height: 24px;
}

::placeholder {
	color: #767779;
}

.products-filter__search a:hover svg path {
	fill: #767779;
}

.products-filter__link {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	align-items: center;
}

.products-filter__link span {
	font-size: 16px;
	line-height: 24px;
}

.products-filter__link:hover {
	color: #83BC00;
}

.products-filter__active svg {
	transform: rotate(180deg);
}

.products-filter__link:hover svg {
	opacity: .7;
}

.products-filter__content {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-height: 200px;
	overflow: auto;
	padding-right: 12px;
}

.products-filter__checkbox {
	display: flex;
	gap: 8px;
	cursor: pointer;
}

.products-filter__checkbox:hover label {
	opacity: .7;
}

.products-filter__checkbox input {
	width: 20px;
	height: 20px;
	min-width: 20px;
	background-color: #f0f1f3;
	cursor: pointer;
}

.products-filter__checkbox input:checked {
	background: url("../images/checkbox.svg") center no-repeat #83BC00;
}

.products-filter__checkbox label {
	font-size: 14px;
	line-height: 21px;
	color: #5c5d5f;
	cursor: pointer;
	width: 100%;
}

.products-filter__item .products-filter__wrapper {
	display: none;
	padding-top: 16px;
}

.products-filter__item.products-filter__active .products-filter__wrapper {
	display: block;
}

.products-filter__price {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.products-filter__price--column {
	display: flex;
	gap: 8px;
}

.products-filter__price--column p {
	font-size: 14px;
	line-height: 21px;
	color: #767779;
}

.products-filter__colors {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.products-filter__colors--color {
	padding: 2px;
	width: 20px;
	height: 20px;
	min-width: 20px;
	border-radius: 100px;
	border: 1px solid #e4e5e8;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.products-filter__colors--color input {
	width: 16px;
	height: 16px;
	min-width: 16px;
	border-radius: 100px;
	cursor: pointer;
}

.products-filter__colors--color:hover {
	opacity: .7;
}

.products-filter__colors--color.products-filter__colors--active {
	border-color: #767779;
}

.products-filter__reset .products-filter__link {
	color: #767779;
	font-size: 14px;
	line-height: 21px;
}

.products-filter__reset .products-filter__link span {
	font-size: 14px;
	line-height: 21px;
}

.products-filter__reset .products-filter__link:hover {
	color: #83BC00;
}

.products-filter__products {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 32px;
}

.products-filter__product--images {
	aspect-ratio: 1/1;
	overflow: hidden;
	position: relative;
}

.products-filter__product--grid {
	display: grid;
	height: 100%;
	position: absolute;
	z-index: 2;
	width: 100%;
}

.products-filter__product--grid div {
	height: 100%;
}

.products-filter__product--image {
	position: absolute;
	height: 100%;
	width: 100%;
	display: none;
	z-index: 0;
}

.products-filter__product--image.products-filter__product--active {
	display: block;
}

.products-filter__product--image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	object-position: center;
	object-fit: cover;
}

.products-filter__absolute {
	display: none;
}

.products-filter__product {
	gap: 4px;
	flex-direction: column;
	display: flex;
}

.products-filter__absolute.products-filter__display {
	display: block;
}

.products-filter__product--info {
	display: flex;
	flex-direction: column;
	margin-top: 8px;
	gap: 4px;
}

.products-filter__info--collection {
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	color: #767779;
}

.products-filter__info--name {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 48px;
}

.products-filter__info--price {
	font-size: 18px;
	line-height: 27px;
	color: #000;
	font-weight: 500;
}

.products-filter__info--colors {
	display: flex;
	gap: 12px;
	margin-top: 4px;
}

.products-filter__info--wrap {
	padding: 2px;
	width: 18px;
	height: 18px;
	min-width: 18px;
	border-radius: 100px;
	border: 1px solid #e4e5e8;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.products-filter__info--wrap div {
	width: 13px;
	height: 13px;
	min-width: 13px;
	border-radius: 100px;
	cursor: pointer;
}

.products-filter__info--wrap:hover {
	opacity: .7;
}

.products-filter__info--wrap.products-filter__info--inside {
	border-color: #767779;
}

.products-filter__info--name:hover {
	color: #83BC00;
}

.products-filter__product--block {
	position: relative;
}

.products-filter__info--flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.products-filter__info--article {
	font-size: 12px;
	line-height: 19px;
	color: #c0c1c3;
}

.products-filter__product--bullets {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 6px;
	width: 100%;
	position: absolute;
	height: 40px;
	bottom: 0;
	padding-bottom: 4px;
	background: #FFF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.products-filter__product--bullets div {
	width: 6px;
	height: 6px;
	background-color: #c0c1c3;
	border-radius: 100px;
}

.products-filter__product--bullets div.products-filter__product--bullet {
	background-color: #83BC00;
}

.products-filter__tags {
	margin-bottom: 32px;
}

.products-filter__tags ul {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.products-filter__tags ul li a {
	height: 32px;
	border-radius: 100px;
	background-color: #f0f1f3;
	display: flex;
	padding: 0 16px;
	align-items: center;
	gap: 8px;
	color: #000;
	font-size: 14px;
	line-height: 32px;
}

.products-filter__tags ul li a span {
	font-size: 14px;
	line-height: 32px;
}

.products-filter__tags ul li a.products-filter__tags--active {
	background-color: #767779;
	color: #fff;
}

.products-filter__tags ul li a svg {
	display: none;
}

.products-filter__tags ul li a:hover {
	background-color: #767779;
	color: #fff;	
}

.products-filter__tags ul li a.products-filter__tags--active svg {
	display: block;
}

.products-filter__sort {
	margin-bottom: 32px;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	align-items: center;
}

.products-filter__sort--left p {
	font-size: 14px;
	line-height: 21px;
	color: #767779;
}

.products-filter__sort--left p span {
	font-size: 14px;
	line-height: 21px;
	color: #000;
}

.products-filter__notfound p {
	font-size: 16px;
	line-height: 24px;
}

.products-filter__product--tags {
	position: absolute;
	z-index: 1;
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
	left: 0;
	padding: 16px;
}

.products-filter__product--tags div {
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	padding: 0 12px;
	border-radius: 100px;
}

.products-filter__product--tags div.products-filter__product--tag1 {
	background-color: #8268C9;
}

.products-filter__product--tags div.products-filter__product--tag2 {
	background-color: #6888C9;
}

.products-filter__product--tags div.products-filter__product--tag3 {
	background-color: #C668C9;
}

.products-filter__product--tags div.products-filter__product--tag4 {
	background-color: #CE9B64;
}

.products-filter__sort--right {
	display: flex;
	gap: 16px;
	align-items: center;
}

.form-select {
	position: absolute;
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	clip: rect(0 0 0 0);
	overflow: hidden;
}

.select2-container *:focus {
	outline: none;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	background-color: #fff;
}

.select2-dropdown {
	background-color: transparent;
}

.select2-container--default .custom-select-primary {
	font-family: "Manrope", sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	text-transform: none;
	color: #000;
	background-color: transparent;
	transition: all 0.3s ease;
	border: 0;
	border-radius: 0;
	height: auto;
	padding-right: 20px;
	width: 160px;
	padding-bottom: 4px;
	border-bottom: 1px solid #e4e5e8;
}

.form-select__amount .select2-container--default .custom-select-primary {
	width: 96px;
}

.select2-container--default .custom-select-primary .select2-selection__rendered {
	color: #000000;
}

.select2-container .custom-select-primary .select2-selection__rendered {
	line-height: 21px;
	padding: 0;
}

.select2-container--default .custom-select-primary .select2-selection__placeholder {
	font-family: "Manrope", sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	text-transform: none;
	color: #000;
}

.select2-container--default .custom-select-primary .select2-selection__arrow b {
	display: none;
}

.select2-container--default .custom-select-primary .select2-selection__arrow {
	top: 0;
	right: 0;
	width: 12px;
	height: 100%;
}

.select2-container--default .custom-select-primary .select2-selection__arrow::after {
	content: "";
	position: absolute;
	top: 6px;
	width: 11px;
	height: 11px;
	background-image: url('data:image/svg+xml,<svg width="11" height="7" viewBox="0 0 11 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.335517 1.74707C-0.077265 1.38015 -0.114408 0.748719 0.25251 0.335937C0.619428 -0.0768457 1.25086 -0.113988 1.66364 0.252929L5.49958 3.66309L9.33552 0.25293C9.7483 -0.113988 10.3797 -0.0768451 10.7467 0.335937C11.1136 0.74872 11.0764 1.38015 10.6636 1.74707L5.49958 6.33789L0.335517 1.74707Z" fill="%23CACACA"/></svg>');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transition: transform 0.3s;
	will-change: transform;
}

.select2-container--default.select2-container--open .custom-select-primary {
	box-shadow: none;
}

.select2-container--below.select2-container--open .custom-select-primary {
	border-bottom: 1px solid transparent !important;
}

.select2-container--above.select2-container--open .custom-select-primary {
	border-top: 1px solid transparent !important;
}

.select2-container--default.select2-container--open .custom-select-primary .select2-selection__arrow::after {
	transform: scaleY(-1);
}

.custom-dropdown-primary {
	top: 0;
	border: none;
	border-radius: 0;
	overflow: hidden;
}

.select2-container--open .custom-dropdown-primary.select2-dropdown--below {
	border: 1px solid #e4e5e8;
	border-radius: 0 0 0 0;
	box-shadow: none;
}

.select2-container--open .custom-dropdown-primary.select2-dropdown--above {
	border: 1px solid #e4e5e8;
	border-radius: 0 0 0 0;
	box-shadow: none;
}

.select2-container--open .custom-dropdown-primary .select2-results__options {
	display: block;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #fff;
	border-radius: 0;
}

.select2-container--open .custom-dropdown-primary .select2-search--dropdown {
	background-color: #fff;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 240px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
	background-color: #f0f1f3;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
	width: 10px;
	height: 16px;
	background-color: #c0c1c3;
	border-radius: 0;
	border: 3px solid #fff;
}

.custom-dropdown-primary .select2-results__option {
	padding: 8px;
	font-family: "Manrope", sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	text-transform: none;
	color: #767779;
	border-bottom: none;
}

.custom-dropdown-primary .select2-results__option:last-child {
	border-bottom: none;
}

.select2-container--default .custom-dropdown-primary .select2-results__option--highlighted[aria-selected] {
	background-color: #f0f1f3;
	color: #000;
}

.select2-container--default .custom-dropdown-primary .select2-results__option[aria-selected=true] {
	position: relative;
	font-weight: normal;
	color: #000;
	background-color: #f0f1f3;
}

.select2-container--default .custom-dropdown-primary .select2-results__option[aria-disabled] {
	background-color: #fff;
}

.products-filter__pages {
	margin-top: 48px;
}

.products-filter__pages--list ul {
	display: flex;
	gap: 4px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.products-filter__pages--list ul li a {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-size: 14px;
	line-height: 21px;;
}

.products-filter__pages--active {
	background-color: #e4e5e8;
}

.products-filter__pages--list ul li a:hover {
	background-color: #e4e5e8;
}

.products-filter__pages--prev {
	transform: rotate(90deg);
}

.products-filter__pages--next {
	transform: rotate(-90deg);
}

.products-filter__pages--button {
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.products-filter__pages--button a {
	border-radius: 100px;
	height: 40px;
	border: 1px solid #e4e5e8;
	color: #767779;
	padding: 0 32px;
	display: inline-block;
	line-height: 40px;
	font-size: 14px;
}

.products-filter__pages--button a:hover {
	background-color: #e4e5e8;
}

.products-filter__show {
	height: 40px;
	display: flex;
	background-color: #f0f1f3;
	align-items: center;
	justify-content: space-between;
	padding: 0 16px;
	font-size: 16px;
	line-height: 40px;
	color: #000;
	gap: 16px;
	border-radius: 100px;
	display: none;
}

.products-filter__show span {
	font-size: 16px;
	line-height: 40px;
	font-weight: 500;
}

.products-filter__show:hover {
	background-color: #e4e5e8;
}

.hero-banner {
	background: #000;
}

.hero-banner.hero-banner__empty {
	background: #5c5d5f;
	background: linear-gradient(55deg,rgba(92, 98, 79, 1) 0%, rgba(71, 69, 69, 1) 100%);
}

.hero-image, .hero-content, .hero-banner, .hero-content__wrapper, .banner-gallery {
	height: 40svw;
	min-height: 420px;
}

.hero-image {
	position: relative;
	opacity: .8;
}

.hero-image--swiper {
	position: absolute;
	height: 40svw;
	min-height: 420px;
	z-index: 2;
	width: 100%;
}

.hero-image img, .hero-image--swiper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	z-index: 1;
	object-position: center;
	object-fit: cover;
}

.hero-content {
	position: absolute;
	z-index: 3;
	color: #fff;
	width: calc(100% - 16px);
}

.hero-content__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 8px;
	padding-bottom: 48px;
	padding-right: 16px;
}

.hero-content__collection {
	font-size: 16px;
	line-height: 24px;
	color: #e4e5e8;
	text-transform: uppercase;
}

.hero-content__heading {
	display: flex;
	gap: 12px;
	align-items: center;
}

.hero-content__heading img {
	filter: brightness(0) invert(1);
	width: 56px;
	height: auto;
}

.hero-content__heading h1, .hero-heading {
	font-size: 36px;
	line-height: 48px;
}

.hero-content__info {
	color: #e4e5e8;
}

.hero-content__info, .hero-content__price {
	font-size: 24px;
	line-height: 32px;
	max-width: 1024px;
}

.hero-content__text {
	font-size: 16px;
	line-height: 24px;
	max-width: 1024px;
}

.hero-content__price {
	font-weight: 500;
}

.hero-content__breadcrumbs {
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 24px;
}

.hero-content__breadcrumbs li a {
	font-size: 14px;
	line-height: 21px;
	color: #fff;
}

.hero-content__breadcrumbs li p {
	font-size: 14px;
	line-height: 21px;
	color: #e4e5e8;
}

.hero-content__breadcrumbs li svg {
	transform: rotate(270deg);
}

.hero-content__breadcrumbs li a:hover {
	opacity: .7;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
	appearance: textfield;
}

.loader {
	position: fixed;
	z-index: 20;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	display: none;
}

.loader-content {
	padding: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.loader-content img {
	width: 175px;
	height: auto;
}

.hero-banner__empty .hero-image, .hero-banner__empty .hero-content, .hero-banner__empty.hero-banner, .hero-banner__empty .hero-content__wrapper {
	height: 40svh;
	min-height: 420px;
}

.products-filter__pages--next span, .products-filter__pages--prev span {
	display: none;
}

.seo-content {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 1024px;
}

.seo-content p {
	font-size: 14px;
	line-height: 21px;
	color: #767779;
}

.section-gray {
	background-color: #f0f1f3;
}

.block-content h2 {
	margin-bottom: 48px;
	font-size: 32px;
	line-height: 40px;
}

.faq-content__wrapper {
	display: flex;
	flex-direction: column;
	max-width: 1024px;
	gap: 24px;
}

.faq-content__item {
	display: flex;
	border-bottom: 1px solid #c0c1c3;
	flex-direction: column;
	padding-bottom: 16px;
}

.faq-content__item a {
	color: #000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.faq-content__item a span {
	font-size: 18px;
	line-height: 27px;
}

.faq-content__item a:hover svg path, .faq-content__active a svg path {
	fill: #83BC00;
}

.faq-content__active a svg {
	transform: rotate(180deg);
}

.faq-content__item a:hover {
	color: #83BC00;
}

.faq-content__hidden {
	margin-top: 8px;
	display: none;
}

.faq-content__active .faq-content__hidden {
	display: block;
}

.banner-gallery {
	opacity: .8;
}

.banner-gallery .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	-o-object-position: center;
		object-position: center;
	-o-object-fit: cover;
		object-fit: cover;
}

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

.swiper-button-prev, .swiper-button-next {
	width: 32px;
	height: 32px;
	margin: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: relative;
	z-index: 0;
}

.swiper-button-prev {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 100px;
	padding-right: 2px;
}

.swiper-button-next {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 100px;
	padding-left: 2px;
}

.swiper-button-next svg, .swiper-button-prev svg {
	width: 12px;
	height: 8px;
}

.swiper-button-next svg {
	transform: rotate(-90deg);
}

.swiper-button-prev svg {
	transform: rotate(90deg);
}

.swiper-button-next:hover, .swiper-button-prev:hover {
	opacity: .8;
}

.hero-content__buttons {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
}

.hero-content__nav {
	display: flex;
	gap: 8px;
}

.swiper-pagination {
	display: none;
	bottom: 12px !important;
	z-index: 0;
}

.swiper-pagination-bullet {
	background: rgba(255, 255, 255, .5);
	opacity: 1;
	width: 6px;
	height: 6px;
}

.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
	background: #83BC00;
}

.product-info p {
	font-size: 16px;
	line-height: 24px;
	max-width: 1024px;
}

.preview-gallery {
	margin-top: 32px;
}

.preview-gallery .swiper-pagination {
	bottom: 0 !important;
}

.preview-gallery .swiper-pagination-bullet {
	background-color: #c0c1c3;
}

.preview-gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #83BC00;
}

.preview-gallery__link {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.preview-gallery__link span {
	font-size: 14px;
	line-height: 21px;
	color: #767779;
}

.preview-gallery__img {
	aspect-ratio: 1/1;
	position: relative;
	border: 1px solid #e4e5e8;
	display: block;
	overflow: hidden;
}

.preview-gallery__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	-o-object-position: center;
		object-position: center;
	-o-object-fit: cover;
		object-fit: cover;
}

.preview-gallery__img:hover img {
	transform: scale(1.02);
}

.product-info__top {
	display: flex;
	gap: 24px;
	align-items: flex-end;
}

.product-info__nav {
	display: flex;
	width: 100%;
	justify-content: flex-end;
	gap: 12px;
}

.product-info__nav .swiper-button-prev {
	background-color: transparent;
	border: 1px solid #e4e5e8;
}

.product-info__nav .swiper-button-next {
	background-color: transparent;
	border: 1px solid #e4e5e8;
}

.product-info__nav .swiper-button-prev:hover {
	background-color: #e4e5e8;
}

.product-info__nav .swiper-button-next:hover {
	background-color: #e4e5e8;
}

.item-links {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 24px;
}

.item-links a {
	border: 1px solid #e4e5e8;
	padding: 32px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item-links a img {
	width: 100%;
	height: auto;
	max-height: 32px;
}

.item-links a:hover {
	background-color: #f0f1f3;
}

.product-values--hidden {
	display: none;
}

.filters-values__tabs {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 32px;
}

.filters-values__tabs li a {
	height: 32px;
	border-radius: 100px;
	background-color: #e4e5e8;
	display: flex;
	padding: 0 16px;
	align-items: center;
	gap: 8px;
	color: #000;
	font-size: 14px;
	line-height: 32px;
}

.filters-values__tabs li a:hover {
	background-color: #83BC00;
	color: #fff;
}

.filters-values__tabs li a.filters-values__tabs--active {
	background-color: #83BC00;
	color: #fff;
}

.product-values {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 32px 24px;
}

.product-values__adaptive {
	display: none;
}

.product-values__name {
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	color: #767779;
}

.product-values__value {
	font-size: 16px;
	line-height: 24px;
	padding-top: 8px;
}

.product-values__value ul {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-left: 16px;
}

.product-values__value ul li {
	font-size: 16px;
	line-height: 24px;
	list-style: disc;
}

li::marker {
	color: #83BC00;
}

.product-files {
	display: grid;
	align-items: center;
	gap: 24px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.product-files__item a {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	border-bottom: 1px solid rgba(131, 188, 0, .5);
}

.product-files__item p {
	padding-top: 4px;
	font-size: 12px;
	line-height: 19px;
	text-transform: uppercase;
	color: #767779;
}

.product-files__item a:hover {
	border-color: transparent;
	color: #83BC00;
}

.product-equipment .products-filter__products {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.block-content__header {
	display: flex;
}

.products-slider .swiper-pagination {
	bottom: 0 !important;
}

.products-slider .swiper-pagination-bullet {
	background-color: #c0c1c3;
}

.products-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #83BC00;
}

.block-content__header h2 {
	min-width: fit-content;
}

.swiper-button-lock {
	display: none;
}

.section-gray+.section-gray {
	background-color: #fff;
	padding-bottom: 0;
}

.buyers-slider .preview-gallery__img {
	aspect-ratio: 5/6;
	border: transparent;
}

.dropdown-menu__tag {
	height: 20px;
	line-height: 20px;
	font-size: 10px !important;
	text-transform: uppercase;
	color: #fff !important;
	padding: 0 8px;
	border-radius: 100px;
	background-color: #8268C9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dropdown-menu__current span.dropdown-menu__tag {
	color: #fff !important;
}

.products-inside__info--colors {
	width: 16px;
	height: 16px;
	border-radius: 100px;
	border: 1px solid #e4e5e8;
}

.products-filter__products.products-filter__products--alt {
	grid-template-columns: 1fr;
	gap: 16px;
}

.products-filter__products.products-filter__products--alt .products-filter__product {
	display: grid;
	grid-template-columns: 25% 75%;
	border-bottom: 1px solid #e4e5e8;
	padding-bottom: 16px;
	gap: 16px;
}

.products-filter__products .products-filter__products--alt .products-filter__product--info {
	margin-top: 0;
}

.products-filter__gridtype {
	display: flex;
	gap: 12px;
	align-items: center;
}

.products-filter__gridtype .products-filter__gridtype--active svg path, .products-filter__gridtype a:hover svg path {
	fill: #83BC00;
}

.hidden-label {
	display: none;
}

.hero-content__buttons--flex {
	display: flex;
	align-items: center;
	gap: 32px;
	margin-top: 16px;
}

.hero-content__buttons--flex .hero-content__breadcrumbs {
	margin: 0;
}

.form-select__news .select2-container--default .custom-select-primary {
	width: 192px;
}

.form-select__news .select2-container--default .custom-select-primary .select2-selection__rendered {
	color: #fff;
}

.form-select__news .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	background-color: transparent;
}

.news-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 32px;
}

.news-list.news-list__unlink {
	grid-template-columns: 1fr 1fr;
	gap: 32px 128px;
}

.news-list__item {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.news-list__item:hover .news-list__image img {
	transform: scale(1.02);
}

.news-list__unlink .news-list__item:hover .news-list__image img {
	transform: scale(1);
}

.news-list__image {
	aspect-ratio: 16/11;
	position: relative;
	overflow: hidden;
}

.news-list__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	-o-object-position: center;
		object-position: center;
	-o-object-fit: cover;
		object-fit: cover;
}

.news-list__date {
	color: #767779;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
}

.news-list__unlink .news-list__date {
	text-transform: none;
}

.news-list__name {
	font-size: 18px;
	line-height: 27px;
	color: #000;
}

.news-list__item:hover .news-list__name {
	color: #83BC00;
}

.news-list__unlink .news-list__item:hover .news-list__name {
	color: #000;
}

.hero-content__date {
	font-size: 14px;
	line-height: 21px;
}

.news-content {
	display: grid;
	grid-template-columns: 3fr 1fr;
	gap: 64px;
}

.news-content__intro {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 32px;
}

.text-content {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.text-content p, .text-content ul li, .text-content ol li, table tr, table td, table th {
	font-size: 16px;
	line-height: 24px;
}

.text-content h2 {
	font-size: 30px;
	line-height: 40px;
}

.text-content h3 {
	font-size: 24px;
	line-height: 32px;
}

.text-content h4 {
	font-size: 20px;
	line-height: 28px;
}

.text-content h2 {
	margin-bottom: 12px;
}

.text-content h3, .text-content h4 {
	margin-bottom: 6px;
}

.text-content p+h2, .text-content p+h3, .text-content p+h4, .text-content ul+h2, .text-content ul+h3, .text-content ul+h4, .text-content ol+h2, .text-content ol+h3, .text-content ol+h4, .text-content table+h2, .text-content table+h3, .text-content table+h4{
	margin-top: 24px;
}

.text-content a {
	color: #83BC00;
}

.text-content a:hover {
	opacity: .75;
}

table td, table th {
	padding: 4px;
	vertical-align: top;
	border-collapse: collapse;
}

table th {
	border-bottom: 1px solid #e4e5e8;
	text-align: left;
}

table {
	border: 1px solid #e4e5e8;
    min-width: 100%;
	padding: 4px;
}

.table-container {
    overflow-x: auto;
    padding: 4px;
    display: flex;
}

.text-content strong, .text-content {
	font-weight: 500;
}

.text-content ul, .text-content ol {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-left: 16px;
}

.text-content ul li {
	list-style: disc;
}

.text-content ol li {
	list-style: decimal;
}

.text-content ol li::marker {
	color: #000;
}

.news-content__right {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}

.news-content__right a {
	color: #767779;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.news-content__right a svg {
	width: 16px;
	height: auto;
}

.news-content__right a:hover {
	color: #000;
}

.news-content__right a:hover svg path {
	fill: #000;
}

.news-content .buyers-slider .preview-gallery__img {
	aspect-ratio: 16/11;
}

.news-content__left {
	min-width: 0;
}

.news-content .block-content__header {
	margin-bottom: 16px;
}

.news-content .block-content {
	margin-bottom: 32px;
}

.certificates-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 48px;
}

.certificates-list__item {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.certificates-list__item span {
	font-size: 14px;
	line-height: 21px;
	color: #000;
}

.certificates-list__image {
	position: relative;
	overflow: hidden;
	aspect-ratio: 3/4;
	border: 1px solid #e4e5e8;
}

.certificates-list__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	-o-object-position: center;
		object-position: center;
	-o-object-fit: cover;
		object-fit: cover;
}

.certificates-list__item:hover img {
	transform: scale(1.02);
}

.certificates-list__item:hover span {
	color: #83BC00;
}

.tabs-list {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 32px;
}

.tabs-list a {
	display: block;
	border-radius: 100px;
	border: 1px solid #e4e5e8;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	padding: 0 24px;
	color: #767779;
}

.tabs-list a:hover, .tabs-list a.tabs-list__active {
	background-color: #83BC00;
	border-color: #83BC00;
	color: #fff;
}

.grid-2-column {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	align-items: center;
}

.about-map img {
	width: 100%;
	height: auto;
}

.grid-3-column {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 32px;
}

.item-number {
	display: flex;
	gap: 16px;
}

.item-number__amount p {
	font-size: 40px;
	line-height: 48px;
	color: #83BC00;
	min-width: 56px;
}

.item-number__title {
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 12px;
	margin-top: 8px;
}

.item-number__subtitle {
	font-size: 16px;
	line-height: 24px;
	color: #767779;
}

.item-number__text img {
	width: 64px;
	height: auto;
	margin-bottom: 8px;
}

.section-image .container {
	z-index: 1;
}

.section-image {
	position: relative;
}

.section-image .hero-image--swiper {
	top: 0;
	height: 100%;
	min-height: 100%;
	z-index: 0;
}

.section-image .hero-image--swiper img {
	transform: scaleX(-1);
}

.about-content__heading {
	margin-bottom: 24px;
	font-size: 32px;
	line-height: 40px;
}

.about-content__button {
	display: inline-block;
	color: #fff;
	border-radius: 100px;
	height: 40px;
	background-color: #83BC00;
	padding: 0 32px;
	line-height: 40px;
	margin-top: 24px;
	text-align: center;
}

.about-content__button:hover {
	opacity: .9;
}

.grid-reduced {
	margin-bottom: 48px;
	max-width: 1024px;
}

.products-filter__products--short {
	margin-top: 48px;
	color:#c0c1c3
}

.grid-form {
	display: grid;
	grid-template-columns: 5fr 1fr;
	gap: 96px;
}

.grid-form svg {
	width: 100%;
	height: auto;
	max-width: 96px;
}

.grid-form__content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 32px;
}

.grid-form__logo {
	display: flex;
	justify-content: flex-end;
}

.grid-form__field {
	display: flex;
	gap: 4px;
	flex-direction: column;
}

.grid-form__field label.error {
	font-size: 12px;
	line-height: 19px;
	color: #FF5226;
}

.grid-form__text {
	font-size: 14px;
	line-height: 40px;
	color: #000;
	border-bottom: 1px solid #c0c1c3;
	width: 100%;
	height: 40px;
}

.grid-form__text:focus {
	border-bottom-color: #83BC00;
}

.grid-form__button {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #83BC00;
	color: #fff;
	border-radius: 100px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
}

.grid-form__button--margin {
	margin-top: 32px;
	width: fit-content;
	padding: 0 32px;
}

.grid-form__button:hover {
	opacity: .9;
}

.grid-form__checkbox {
	margin-top: 24px;
	display: flex;
	gap: 8px;
	cursor: pointer;
}

.grid-form__checkbox label {
	font-size: 14px;
	line-height: 21px;
	color: #767779;
}

.grid-form__checkbox label a {
	color: #000;
}

.grid-form__checkbox label a:hover {
	color: #83BC00;
}

.grid-form__checkbox input {
	width: 20px;
	height: 20px;
	min-width: 20px;
	background-color: #c0c1c3;
	cursor: pointer;
	border: 1px solid transparent;
}

.grid-form__checkbox input:checked {
	background: url("../images/checkbox.svg") center no-repeat #83BC00;
}

#agreement-error {
	display: none !important;
}

.grid-form__checkbox input.error {
	border-color: #FF5226;
}

.grid-form__error {
	font-size: 16px;
	line-height: 24px;
	color: #FF5226;
	margin-bottom: 16px;
	display: none;
}

.grid-form__success {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	display: none;
}

.grid-form__logo--big svg {
	max-width: inherit;
}

.career_item {
	border-bottom: 1px solid #e4e5e8;
	padding-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.career_item+.career_item {
	margin-top: 16px;
}

.career_item--left a {
	font-size: 20px;
	line-height: 32px;
	color: #000;
}

.career_item--left a:hover {
	color: #83BC00;
}

.career_item--left ul {
	display: flex;
	gap: 4px 8px;
	align-items: center;
	margin-top: 8px;
	flex-wrap: wrap;
}

.career_item--left ul p {
	font-size: 16px;
	line-height: 24px;
	color: #767779;
}

.career_item--right {
	width: 40px;
	line-height: 40px;
	color: #83BC00;
	padding: 0 24px;
	border-radius: 100px;
	border: 1px solid #83BC00;
	font-size: 16px;
	min-width: fit-content;
}

.career_item--right:hover {
	background-color: #83BC00;
	color: #fff;
}

.grid-reduced--nomargin {
	margin-bottom: 0;
}

.products-filter__wrapper--hidden {
	display: none !important;
}

.city-country__wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.city-country__flex {
	margin-bottom: 32px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: transparent;
	opacity: .4;
}

[id*="select2-city"] li[aria-disabled="true"] {
  	display: none;
}

.map {
	width: 100%;
	background-color: #e5e7eb;
}

.map__ratio {
	position: relative;
	width: 100%;
	height: 50vh;
}

.map__ratio.map__ratio--contacts {
	height: inherit;
	aspect-ratio: 4/3;
}

.map__instance {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.map--theme_gray [class*="ymaps-2"][class*="-ground-pane"] {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.spinner {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e5e7eb;
	z-index: 10;
	pointer-events: none;
}

.spinner__ring {
	width: 36px;
	height: 36px;
	border: 3px solid #d1d5db;
	border-top-color: #6b7280;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
}

@keyframes spin {
	to { transform: rotate(360deg); }
}

.ymaps-2-1-79-map ymaps {
	font-size: 12px;
	line-height: 19px;
	font-family: "Manrope", sans-serif;
}

.ymaps-2-1-79-map {
	font-size: 12px;
	line-height: 19px;
	font-family: "Manrope", sans-serif;
}

.cities-grid__item h3 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px;
}

.cities-grid__item ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.cities-grid__item ul li a {
	color: #767779;
	font-size: 14px;
	line-height: 21px;
}

.cities-grid__item ul li a:hover {
	color: #000;
}

.city-country__flex {
	display: flex;
	gap: 32px;
	align-items: center;
	justify-content: space-between;
}

.city-country__header h2 {
	font-size: 32px;
	line-height: 40px;
}

.contacts-content {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.contacts-content__item {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.contacts-content__name {
	color: #767779;
	font-size: 14px;
	line-height: 21px;
}

.contacts-content__value {
	font-size: 18px;
	line-height: 27px;
}

.contacts-content__value a {
	color: #000;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.contacts-content__value a:hover {
	border-bottom: transparent;
	color: #83BC00;
}

.service-content__intro {
	font-size: 16px;
	line-height: 24px;
}

.service-content__contacts {
	margin: 24px 0 48px 0;
}

.service-content__bottom {
	border-top: 1px solid #c0c1c3;
	font-size: 14px;
	line-height: 21px;
	color: #767779;
	padding-top: 8px;
}

.service-content__phone {
	font-size: 32px;
	line-height: 40px;
	color: #83BC00;
}

.service-content__phone:hover {
	opacity: .8;
}

.service-content__contacts ul {
	margin-top: 8px;
}

.grid-form__content.grid-form__content--reduced {
	grid-template-columns: 1fr;
	gap: 24px;
}

.service_form {
	background-color: #f0f1f3;
	padding: 48px;
}

.service_form h2 {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 24px;
}

.service_form .grid-form__button {
	width: fit-content;
	padding: 0 32px;
}

.grid-form__box {
	font-size: 14px;
	line-height: 21px;
	color: #000;
	border-bottom: 1px solid #c0c1c3;
	width: 100%;
	height: 64px;
	resize: none;
}

.grid-form__box:focus {
	border-bottom-color: #83BC00;
}

.tabs-list+.block-content {
	padding-top: 48px;
}

.block-content__intro {
	font-size: 16px;
	line-height: 24px;
	max-width: 1024px;
	margin-bottom: 32px;
}

.faq-content__item--icon {
	display: flex;
	align-items: center;
	gap: 16px;
}

.faq-content__item--icon img {
	width: 40px;
	height: auto;
}

.hero-banner.hero-banner__main .banner-gallery {
	opacity: 1;
}

.hero-banner.hero-banner__main .banner-gallery .swiper-slide img {
	opacity: .8;
}

.hero-banner.hero-banner__main .hero-content__nav {
	margin-top: 8px;
}

.hero-banner.hero-banner__main .swiper-slide:hover img.swiper-img__hover {
	transform: scale(1.01);
}

.hero-banner.hero-banner__main .swiper-slide:hover h1, .hero-banner.hero-banner__main .swiper-slide:hover p {
	opacity: .8;
}

.grid-categories {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 32px;
}

.grid-categories a {
	display: flex;
	gap: 16px;
	flex-direction: column;
}

.grid-categories a span {
	color: #000;
	font-size: 18px;
	line-height: 27px;
}

.grid-categories a:hover span {
	color: #83BC00;
}

.grid-categories a img {
	width: 64px;
	height: auto;
}

.grid-categories a:hover img {
	opacity: .8;
}

.grid-hidden__item {
	display: none;
}

.grid-hidden__show {
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #767779;
	border: 1px solid #767779;
	border-radius: 100px;
	display: block;
	width: fit-content;
	margin: 0 auto;
	padding: 0 32px;
	margin-top: 32px;
}

.grid-hidden__show:hover {
	color: #fff;
	background-color: #83BC00;
	border-color: #83BC00;
}

.products-slider__hidden {
	display: none;
}

.block-content__tabs .tabs-list {
	width: 100%;
}

.grid-categories__big {
	position: relative;
	aspect-ratio: 3/2;
	overflow: hidden;
}

.grid-categories a .grid-categories__big img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	object-position: center;
	object-fit: cover;
}

.grid-categories a:hover .grid-categories__big img {
	opacity: 1;
	transform: scale(1.02);
}

.item-links.item-links__gray img {
	filter: grayscale(100%);
	mix-blend-mode: multiply;
}

.item-links.item-links__gray a:hover img {
	filter: grayscale(0%);
}

.item-links.item-links__gray a:hover {
	border-color: #d1d5db;
}

.grid-categories a .grid-categories__big.grid-categories__big--visible img {
	z-index: 0;
}

.additional-news {
	display: grid;
	gap: 24px;
	margin-top: 24px;
}

.additional-news__grid1 {
	grid-template-columns: 1fr 1fr;
}

.additional-news__grid2 {
	grid-template-columns: 1fr 1fr 1fr;
}

.additional-news__grid3 {
	grid-template-columns: 1fr 4.5fr;
}

.additional-news__column {
	display: flex;
	gap: 16px;
	flex-direction: column;
}

.additional-news__column img {
	width: 100%;
	height: auto;
}

.ymaps-2-1-79-balloon__content ymaps ymaps div {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 256px;
}

.ymaps-2-1-79-balloon__content ymaps ymaps div p {
	font-size: 12px;
	line-height: 19px;
}

.ymaps-2-1-79-balloon__content ymaps ymaps div p strong {
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
}

.ymaps-2-1-79-balloon__content ymaps ymaps div p a {
	color: #000;
	border-bottom: 1px solid rgba(0, 0, 0, .25);
}

.ymaps-2-1-79-balloon__content ymaps ymaps div p a:hover {
	color: #83BC00;
	border-bottom-color: transparent;
}

.city-country__wrapper .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	background-color: transparent;
}

.adaptive-menu ul li a.adaptive-mailto svg {
	width: 24px;
	height: auto;
}

.adaptive-menu ul li a.adaptive-mailto:hover {
	opacity: .7;
}

.hero-image__mobile {
	display: none;
}

@media screen and (min-width: 1280px) {
	.products-filter__products--short {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media screen and (max-width: 1440px) {
	.products-filter {
		gap: 48px;
	}
	.news-list__name {
		font-size: 16px;
		line-height: 24px;
	}
	.news-list {
		gap: 24px;
	}
	.certificates-list {
		gap: 32px;
	}
	.news-list.news-list__unlink {
		gap: 24px 96px;
	}
}

@media screen and (max-width: 1156px) {
	.dropdown-menu {
		height: calc(100svh - 120px);
		top: 120px;
	}
	.middle-hidden {
		display: none;
	}
	.header-top, .header-bottom {
		padding: 16px 0;
	}
	.header-bottom__logo img {
		height: 32px;
	}
	.footer-content {
		gap: 80px;
	}
	.section-top {
		padding-top: 80px;
	}
	.section-bottom {
		padding-bottom: 80px;
	}
	.products-filter {
		gap: 32px;
	}
	.hero-content__heading h1, .hero-heading {
		font-size: 30px;
		line-height: 40px;
	}
	.hero-content__heading img {
		width: 48px;
	}
	.item-links {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
	.product-files {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.certificates-list {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.grid-3-column {
		gap: 24px;
	}
	.item-number__amount p {
		font-size: 32px;
		line-height: 40px;
		min-width: 40px;
	}
	.item-number__title {
		margin-top: 4px;
	}
	.grid-form__content {
		gap: 16px;
	}
	.grid-form {
		gap: 32px;
	}
	.grid-categories a span {
		font-size: 16px;
		line-height: 24px;
	}
	.grid-categories a img {
		width: 48px;
	}
}

@media screen and (max-width: 1024px) {
	.news-content__right {
		justify-content: flex-start;
	}
	.grid-form__button--margin {
		margin-top: 24px;
	}
	.products-filter__info--name {
		min-height: 40px;
	}
	.products-filter__form {
		gap: 16px;
	}
	.products-filter__products {
		gap: 24px;
	}
	.products-filter__search .products-filter__text, .products-filter__link, .products-filter__link span, .products-filter__info--name, .products-filter__notfound p, .grid-form__error, .grid-form__success {
		font-size: 14px;
		line-height: 21px;
	}
	.products-filter {
		grid-template-columns: 1fr;
	}
	.dropdown-menu {
		display: none !important;
	}
	.header-fixed .header-top {
		display: inherit;
	}
	.mobile-hidden {
		display: none;
	}
	.header-bottom {
		display: none;
	}
	.header-top__logo {
		display: inherit;
	}
	.header-top__left ul {
		display: none;
	}
	.mobile-visible {
		display: flex;
		gap: 20px;
	}
	.footer-content {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.section-top {
		padding-top: 64px;
	}
	.section-bottom {
		padding-bottom: 64px;
	}
	.footer-bottom__wrapper {
		flex-direction: column;
		gap: 24px;
	}
	.footer-bottom__right {
		align-items: flex-start;
	}
	.line-background {
		display: none;
	}
	footer {
		background-color: #000;
	}
	.products-filter__info--price {
		font-size: 16px;
		line-height: 24px;
	}
	.products-filter__pages {
		margin-top: 32px;
	}
	.products-filter__pages--button {
		margin-top: 16px;
	}
	.products-filter__form--wrapper {
		display: none;
		margin-top: 16px;
		padding: 16px;
		border-radius: 24px;
		border: 1px solid #f0f1f3;
	}
	.products-filter__show {
		display: flex;
	}
	.hero-content__heading h1, .hero-heading {
		font-size: 24px;
		line-height: 32px;
	}
	.hero-content__info, .hero-content__price {
		font-size: 20px;
		line-height: 28px;
	}
	.hero-content__wrapper {
		padding-bottom: 32px;
	}
	.hero-content__breadcrumbs {
		margin-top: 16px;
	}
	.faq-content h2 {
		margin-bottom: 32px;
		font-size: 24px;
		line-height: 32px;
	}
	.faq-content__item a span {
		font-size: 16px;
		line-height: 24px;
	}
	.faq-content__item p {
		font-size: 14px;
		line-height: 21px;
	}
	.swiper-button-prev, .swiper-button-next {
		display: none;
	}
	.swiper-pagination {
		display: block;
	}
	.product-info p {
		font-size: 14px;
		line-height: 21px;
	}
	.item-links {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.product-values {
		display: none;
	}
	.product-values__adaptive {
		display: grid;
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.product-values__name {
		font-size: 12px;
		line-height: 19px;
	}
	.product-values__value {
		font-size: 14px;
		line-height: 21px;
		padding-top: 4px;
	}
	.product-files {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.product-values__value ul li {
		font-size: 14px;
		line-height: 21px;
	}
	.product-files__item a {
		font-size: 14px;
		line-height: 21px;
	}
	.product-equipment .products-filter__products {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.products-slider {
		padding-bottom: 32px;
	}
	.preview-gallery {
		padding-bottom: 16px;
	}
	.news-list {
		grid-template-columns: 1fr 1fr;
	}
	.news-content__intro {
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 16px;
	}
	.text-content h2 {
		font-size: 24px;
		line-height: 32px;
	}
	.text-content h3 {
		font-size: 20px;
		line-height: 28px;
	}
	.text-content h4 {
		font-size: 18px;
		line-height: 27px;
	}
	.text-content p, .text-content ul li, .text-content ol li, table tr, table td, table th {
		font-size: 14px;
		line-height: 21px;
	}
	.news-content {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.news-content__left {
		order: 2;
	}
	.text-content p+h2, .text-content p+h3, .text-content p+h4, .text-content ul+h2, .text-content ul+h3, .text-content ul+h4, .text-content ol+h2, .text-content ol+h3, .text-content ol+h4, .text-content table+h2, .text-content table+h3, .text-content table+h4{
		margin-top: 16px;
	}
	.news-content__right a {
		font-size: 14px;
		line-height: 21px;
	}
	.news-content .block-content__header {
		margin-bottom: 0;
	}
	.news-content .block-content {
		margin-bottom: 24px;
	}
	.certificates-list {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 24px;
	}
	.tabs-list {
		gap: 12px;
	}
	.tabs-list a {
		font-size: 14px;
		line-height: 32px;
		height: 32px;
		padding: 0 16px;
	}
	.block-content h2 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 24px;
	}
	.grid-3-column {
		grid-template-columns: 1fr 1fr;
	}
	.item-number__amount p {
		font-size: 24px;
		line-height: 32px;
		min-width: 32px;
	}
	.item-number__title {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 8px;
	}
	.item-number__subtitle {
		font-size: 14px;
		line-height: 21px;
	}
	.about-content__heading {
		margin-bottom: 16px;
		font-size: 24px;
		line-height: 32px;
	}
	.about-content__button {
		margin-top: 16px;
		font-size: 14px;
	}
	.grid-reduced {
		margin-bottom: 32px;
	}
	.products-filter__products--short {
		margin-top: 32px;
	}
	.news-list.news-list__unlink {
		gap: 24px;
	}
	.grid-form {
		grid-template-columns: 1fr;
	}
	.grid-form__logo {
		display: none;
	}
	.career_item--left a {
		font-size: 18px;
		line-height: 27px;
	}
	.career_item--left ul p {
		font-size: 14px;
		line-height: 21px;
	}
	.career_item--right {
		font-size: 14px;
		padding: 0 16px;
	}
	.city-country__flex {
		margin-bottom: 24px;
	}
	.city-country__header h2 {
		font-size: 24px;
		line-height: 32px;
	}
	.contacts-content__value {
		font-size: 16px;
		line-height: 24px;
	}
	.contacts-content {
		gap: 16px;
	}
	.service-content__phone {
		font-size: 24px;
		line-height: 32px;
	}
	.service-content__contacts {
		margin: 16px 0 32px 0;
	}
	.service-form h2 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 16px;
	}
	.service-form {
		padding: 24px;
	}
	.grid-form__content.grid-form__content--reduced {
		gap: 16px;
	}
	.tabs-list+.block-content {
		padding-top: 32px;
	}
	.block-content__intro {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 24px;
	}
	.grid-categories {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 24px;
	}
	.products-slider__nav {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.hero-image__desktop {
		display: none;
	}
	.hero-image__mobile {
		display: block;
	}
	.additional-news__grid2 {
		grid-template-columns: 1fr 1fr;
	}
	.footer-menu {
		flex-direction: column;
		gap: 16px;
	}
	.products-filter__products {
		grid-template-columns: 1fr 1fr;
	}
	.products-filter__sort {
		flex-direction: column;
		align-items: flex-start;
	}
	.item-links {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.product-files {
		grid-template-columns: 1fr 1fr;
	}
	.product-equipment .products-filter__products {
		grid-template-columns: 1fr 1fr;
	}
	.products-filter__products.products-filter__products--alt {
		grid-template-columns: 1fr 1fr;
		gap: 24px;
	}
	.products-filter__products.products-filter__products--alt .products-filter__product {
		display: block;
		border: none;
		padding-bottom: 0;
	}
	.products-filter__products.products-filter__products--alt .products-filter__product--info {
		margin-top: 8px;
	}
	.hero-content__buttons--flex {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}
	.certificates-list {
		grid-template-columns: 1fr 1fr;
	}
	.grid-2-column {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.item-number__text img {
		width: 48px;
	}
	.grid-form__content {
		grid-template-columns: 1fr 1fr;
	}
	.career_item {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}
	.grid-categories {
		grid-template-columns: 1fr 1fr;
	}
	.additional-news {
		gap: 16px;
	}
	.additional-news__column {
		gap: 8px;
	}
}

@media screen and (max-width: 528px) {
	.additional-news__grid1, .additional-news__grid2 {
		grid-template-columns: 1fr;
	}
	.additional-news__grid3 {
		grid-template-columns: 1fr 3fr;
	}
	.item-links {
		grid-template-columns: 1fr 1fr;
	}
	.product-files {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.news-list {
		grid-template-columns: 1fr;
	}
	.certificates-list {
		grid-template-columns: 1fr;
	}
	.grid-3-column {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.news-list.news-list__unlink {
		grid-template-columns: 1fr;
	}
	.grid-form__content {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 375px) {
	.products-filter__products {
		grid-template-columns: 1fr;
	}
	.product-equipment .products-filter__products {
		grid-template-columns: 1fr;
	}
}