.splide__container {
	box-sizing: border-box;
	position: relative;
}

.splide__list {
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0!important;
	padding: 0!important;
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block;
}

.splide__pagination {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	pointer-events: none;
}

.btn-container {
	display: flex;
	margin-top: 30px;
}

.btn-container button {
	max-width: 300px;
	margin: auto;
}

.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
	display: none;
}

.splide__progress__bar {
	width: 0;
}

.splide {
	position: relative;
	visibility: hidden;
}

.splide.is-initialized,.splide.is-rendered {
	visibility: visible;
}

.splide__slide {
	backface-visibility: hidden;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	list-style-type: none!important;
	margin: 0;
	position: relative;
}

.splide__slide img {
	vertical-align: bottom;
}

.splide__spinner {
	animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: #fff0;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

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

.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause {
	display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
	display: inline;
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

@keyframes splide-loading {
	0% {
		transform: rotate(0);
	}

	to {
		transform: rotate(1turn);
	}
}

.white-cc div, .white-cc span {
	color: #fff !important;
}

.white-cc button {
	background: black !important;
} 

.white-cc button:hover {
	background: #2f2f2f !important;
}

.splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
	margin: 0!important;
	opacity: 0;
	z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
	opacity: 1;
	z-index: 1;
}

.splide--rtl {
	direction: rtl;
}

.splide__track--ttb>.splide__list {
	display: block;
}

.splide__arrow {
	-ms-flex-align: center;
	align-items: center;
	background: #ccc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 2em;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	z-index: 1;
}

.splide__arrow svg {
	fill: #000;
	height: 1.2em;
	width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
	opacity: .9;
}

.splide__arrow:disabled {
	opacity: .3;
}

.splide__arrow:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__arrow--prev {
	left: 1em;
}

.splide__arrow--prev svg {
	transform: scaleX(-1);
}

.splide__arrow--next {
	right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__pagination {
	bottom: .5em;
	left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1;
}

.splide__pagination__page {
	background: #ccc;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 3px;
	opacity: .7;
	padding: 0;
	position: relative;
	transition: transform .2s linear;
	width: 8px;
}

.splide__pagination__page.is-active {
	background: #fff;
	transform: scale(1.4);
	z-index: 1;
}

.splide__pagination__page:hover {
	cursor: pointer;
	opacity: .9;
}

.splide__pagination__page:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__progress__bar {
	background: #ccc;
	height: 3px;
}

.splide__slide {
	-webkit-tap-highlight-color: #fff0;
}

.splide__slide:focus {
	outline: 0;
}

@supports(outline-offset:-3px) {
	.splide__slide:focus-visible {
		outline: 3px solid #0bf;
		outline-offset: -3px;
	}
}

@media screen and (-ms-high-contrast:none) {
	.splide__slide:focus-visible {
		border: 3px solid #0bf;
	}
}

@supports(outline-offset:-3px) {
	.splide.is-focus-in .splide__slide:focus {
		outline: 3px solid #0bf;
		outline-offset: -3px;
	}
}

@media screen and (-ms-high-contrast:none) {
	.splide.is-focus-in .splide__slide:focus {
		border: 3px solid #0bf;
	}

	.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
		border-color: #0bf;
	}
}

.splide__toggle {
	cursor: pointer;
}

.splide__toggle:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__track--nav>.splide__list>.splide__slide {
	border: 3px solid #fff0;
	cursor: pointer;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
	border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
	left: auto;
	right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
	transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
	left: 1em;
	right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
	transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
	left: 50%;
	transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
	top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
	transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
	bottom: 1em;
	top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
	transform: rotate(90deg);
}

.splide__pagination--ttb {
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	left: auto;
	padding: 1em 0;
	right: .5em;
	top: 0;
}

.anchor {
	position: absolute;
    margin-top: -150px;
}

.pswp {
	--pswp-bg: #000;
	--pswp-placeholder-bg: #222;
	--pswp-root-z-index: 100000;
	--pswp-preloader-color: rgba(79, 79, 79, 0.4);
	--pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
	--pswp-icon-color: #fff;
	--pswp-icon-color-secondary: #4f4f4f;
	--pswp-icon-stroke-color: #4f4f4f;
	--pswp-icon-stroke-width: 2px;
	--pswp-error-text-color: var(--pswp-icon-color);
}

.pswp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: var(--pswp-root-z-index);
	display: none;
	touch-action: none;
	outline: 0;
	opacity: .003;
	contain: layout style size;
	-webkit-tap-highlight-color: #fff0;
}

.pswp:focus {
	outline: 0;
}

.pswp * {
	box-sizing: border-box;
}

.pswp img {
	max-width: none;
}

.pswp--open {
	display: block;
}

.pswp,.pswp__bg {
	transform: translateZ(0);
	will-change: opacity;
}

.pswp__bg {
	opacity: .005;
	background: var(--pswp-bg);
}

.pswp,.pswp__scroll-wrap {
	overflow: hidden;
}

.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pswp__img,.pswp__zoom-wrap {
	width: auto;
	height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img {
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	cursor: zoom-out;
}

.pswp__container,.pswp__img,.pswp__button,.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__item {
	z-index: 1;
	overflow: hidden;
}

.pswp__hidden {
	display: none!important;
}

.pswp__content {
	pointer-events: none;
}

.pswp__content>* {
	pointer-events: auto;
}

.pswp__error-msg-container {
	display: grid;
}

.pswp__error-msg {
	margin: auto;
	font-size: 1em;
	line-height: 1;
	color: var(--pswp-error-text-color);
}

.pswp .pswp__hide-on-close {
	opacity: .005;
	will-change: opacity;
	transition: opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);
	z-index: 10;
	pointer-events: none;
}

.pswp--ui-visible .pswp__hide-on-close {
	opacity: 1;
	pointer-events: auto;
}

.pswp__button {
	position: relative;
	display: block;
	width: 50px;
	height: 60px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	background: none;
	border: 0;
	box-shadow: none;
	opacity: .85;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
}

.pswp__button:hover,.pswp__button:active,.pswp__button:focus {
	transition: none;
	padding: 0;
	background: none;
	border: 0;
	box-shadow: none;
	opacity: 1;
}

.pswp__button:disabled {
	opacity: .3;
	cursor: auto;
}

.pswp__icn {
	fill: var(--pswp-icon-color);
	color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
	position: absolute;
	top: 14px;
	left: 9px;
	width: 32px;
	height: 32px;
	overflow: hidden;
	pointer-events: none;
}

.pswp__icn-shadow {
	stroke: var(--pswp-icon-stroke-color);
	stroke-width: var(--pswp-icon-stroke-width);
	fill: none;
}

.pswp__icn:focus {
	outline: 0;
}

div.pswp__img--placeholder,.pswp__img--with-bg {
	background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	z-index: 10;
	pointer-events: none!important;
}

.pswp__top-bar>* {
	pointer-events: auto;
	will-change: opacity;
}

.pswp__button--close {
	margin-right: 6px;
}

.pswp__button--arrow {
	position: absolute;
	top: 0;
	width: 75px;
	height: 100px;
	top: 50%;
	margin-top: -50px;
}

.pswp__button--arrow:disabled {
	display: none;
	cursor: default;
}

.pswp__button--arrow .pswp__icn {
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background: none;
	border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
	display: none;
}

.pswp--touch .pswp__button--arrow {
	visibility: hidden;
}

.pswp--has_mouse .pswp__button--arrow {
	visibility: visible;
}

.pswp__button--arrow--prev {
	right: auto;
	left: 0;
}

.pswp__button--arrow--next {
	right: 0;
}

.pswp__button--arrow--next .pswp__icn {
	left: auto;
	right: 14px;
	transform: scale(-1,1);
}

.pswp__button--zoom {
	display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__zoom-icn-bar-v {
	display: none;
}

.pswp__preloader {
	position: relative;
	overflow: hidden;
	width: 50px;
	height: 60px;
	margin-right: auto;
}

.pswp__preloader .pswp__icn {
	opacity: 0;
	transition: opacity 0.2s linear;
	animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
	opacity: .85;
}

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

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

.pswp__counter {
	height: 30px;
	margin-top: 15px;
	margin-inline-start: 20px;
	font-size: 14px;
	line-height: 30px;
	color: var(--pswp-icon-color);
	text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
	opacity: .85;
}

.pswp--one-slide .pswp__counter {
	display: none;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,*:before,*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	margin: 0;
	padding: 0;
}

*:focus {
	outline: #fff0;
}

body,html {
	width: 100%;
}

a,button,input[type="submit"] {
	cursor: pointer;
}

input[type="text"],button {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

ul {
	list-style: none;
}

.thankyou {
	text-align: center;
	font-size: 1.4rem;
}

.between {
	max-width: 1068px;
	margin: 0 auto;
	padding: 0 15px;
}

:root {
	--bread_color: rgba(5, 24, 36, 0.7);
	--bread_color_hover: rgba(5, 24, 36, 1);
	--point_color: #3e4e59;
	--white: #ffffff;
	--gray-light: #f8fafc;
	--gray-mid: #e2edf2;
	--text: #1e2c3a;
	--text-muted: #5b6e7c;
	--navy: #0a2b3e;
	--blue: #1b6b8f;
	--green: #2f855a;
	--grad: linear-gradient(135deg, #1b6b8f 0%, #2f9b6e 100%);
	--radius: 20px;
	--shadow: 0 12px 28px -8px rgba(0, 0, 0, 0.12);
	font-family: 'PT Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.ma_blk {
	max-width: 1068px;
	padding: 0 15px;
	margin: 30px auto 0 auto;
}

main {
	margin-top: 70px;
}

.header,footer {
	max-width: 1068px;
	margin: 0 auto;
	padding: 0 15px;
}

.header {
	position: relative;
}

.crumbs {
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: flex-start;
	font-size: .875rem;
	list-style: none;
	max-width: 1068px;
	margin: 20px auto;
	padding: 0 15px;
	flex-wrap: wrap;
}

.crumbs li {
	display: flex;
	align-items: center;
	gap: 5px;
}

.crumbs a {
	text-decoration: none;
	color: var(--bread_color);
	transition: all 0.3s linear;
}

.crumbs a:hover {
	color: var(--bread_color_hover);
}

.crumbs li:nth-child(n+2)::before {
	display: block;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: var(--point_color);
}

.ct_margin {
	max-width: 1068px;
	margin: 70px auto 80px auto;
}

#to-top {
	display: none;
	position: fixed;
	left: 2vw;
	bottom: 2vh;
	width: 40px;
	height: 40px;
	background-size: 60% auto;
	background-color: #c6803c;
	color: #fff0;
	opacity: .5;
	filter: invert(1);
	transform: rotate(270deg);
	transition: all 0.3s;
	border-radius: 10px;
}

#to-top svg {
	transform: scale(.6);
}

#to-top:hover {
	opacity: 1;
	filter: invert(1) brightness(1.5);
}

.system_message {
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all ease-in 0.4s;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	min-height: 80px;
	box-shadow: 6px 3px 13px 2px rgb(0 0 0 / 25%);
	z-index: 110;
	width: 100%;
	max-width: 400px;
	text-align: center;
	display: flex;
}

.system_message a {
	margin: 0 5px;
	color: #2c9374;
}

.system_message .close {
	position: absolute;
	color: red;
	right: 5px;
	top: 5px;
	border: none;
	background: none;
}

.headline {
	font-size: 1.2rem;
	color: #051824;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -.02em;
}

header {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	z-index: 100;
	width: 100%;
	box-shadow: 0 4px 32px rgba(18, 112, 196, .12);
}

header a {
	text-decoration: none;
	color: rgb(5 24 36 / .65);
	transition: color 0.2s linear;
}

header ul {
	list-style: none;
}

.head_top,.head_top ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	color: rgb(5 24 36 / .65);
	font-size: .75rem;
}

.head_top ul {
	list-style: none;
	gap: 15px;
	padding: 0;
	margin: 0;
}

.head_top {
	border-bottom: 1px solid #ecf0f8;
	padding: 16px 0;
	display: none;
}

.head_top>div {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.head_top ul a:hover {
	color: rgb(5 24 36);
}

.head_top>a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.head_top>span {
	margin-right: 10px;
}

.head_top .location {
	display: flex;
	align-items: center;
	color: #2c9374;
}

.head_top .location span {
	display: inline-block;
	width: 15px;
	height: 14px;
	background-image: url(../images/sprite.svg);
	background-size: cover;
	filter: invert(60%) sepia(35%) saturate(853%) hue-rotate(65deg) brightness(98%) contrast(89%);
	margin-right: 5px;
}

.communs {
	margin-top: 80px;
}

.bestsale {
	margin-top: 80px;
}

.solutions {
	margin-top: 80px;
}

.engineering {
	margin-top: 80px;
}

.head_top button {
	color: #2c9374;
	background-color: #fff0;
	border: none;
	font-size: .75rem;
	cursor: pointer;
	transition: color 0.2s linear;
}

.head_top .location:hover {
	color: inherit;
}

.head_top .location:hover>span {
	filter: invert(6%) sepia(14%) saturate(7179%) hue-rotate(178deg) brightness(97%) contrast(96%);
}

.head_top button:hover {
	color: inherit;
}

.logo {
	padding: 0!important;
}

.logo img {
	display: block;
	width: 80px;
	height: auto;
}

.head_bottom {
	font-size: .75rem;
	gap: 5px;
	padding: 5px 0;
	max-width: 275px;
}

.head_bottom a {
	color: rgb(40 40 40 / .4);
	padding: 10px 0;
	text-wrap: nowrap;
	font-size: .875rem;
}

.head_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head_bottom div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 6px;
	flex-direction: row-reverse;
	position: relative;
}

.social>a {
	font-size: .75rem;
	font-weight: 500;
	text-wrap: nowrap;
	color: #112836;
}

.social img {
	transition: all 0.3s linear;
	min-width: 28px;
	width: 100%;
	height: auto;
}

.social img:hover {
	transform: rotate(-360deg);
}

.social div {
	gap: 6px!important;
}

#contact .btn_green {
	line-height: 21px;
	font-size: .875rem;
}

.btn_green {
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	line-height: 50px;
	display: block;
	padding: 0 10px;
	text-decoration: none;
	letter-spacing: -.02em;
	border-radius: 12px;
	background: rgb(45 149 115);
	transition: all 0.2s linear;
	border: none;
	width: 100%;
	margin: 0;
}

.btn_green:hover {
	background: rgb(43 146 116);
}

.f_top ul {
	list-style: none;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 25px;
}

.f_top ul img {
	transition: all 0.3s linear;
}

.f_top ul img:hover {
	transform: rotate(-360deg);
}

.btn_link {
	color: #2c9374;
	font-size: 1rem;
	font-weight: 500;
	line-height: 50px;
	display: block;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	letter-spacing: -.02em;
	border-radius: 12px;
	background: rgb(133 214 120 / 10%);
	transition: all 0.2s linear,color 0.2s linear;
	border: none;
	width: 100%;
	margin: 15px 0 25px 0;
	max-width: 100%;
}

.btn_link:hover {
	color: #fff;
	background: #2c9374;
}

.f_top {
	display: flex;
    flex-direction: column;
    gap: 20px;
}

.f_top b {
	font-size: 1.125rem;
	font-weight: 500;
}

.f_top p {
	opacity: .65;
	letter-spacing: -.02em;
}

.f_top span {
	font-size: 1.125rem;
	display: block;
	margin: 15px 0;
	font-weight: 500;
	letter-spacing: -.01em;
}

.f_bottom>div p {
	font-size: .75rem;
	opacity: .65;
	letter-spacing: -.01em;
	text-transform: uppercase;
}

.f_bottom>div p:nth-child(2) {
	margin: 15px 0;
}

.f_list li:nth-child(4) span {
	color: rgb(5 24 36);
}

.f_list .nested_li {
	min-width: initial!important;
	width: 100%;
}

.f_list {
	display: none;
}

.f_list .nested_li {
	max-height: 5000px;
	opacity: 1;
	z-index: 1;
	position: relative;
	background-color: #fff0;
	box-shadow: none;
	padding: 0;
	top: 0;
	gap: 13px;
}

.f_list .nested_li>li a {
	padding: 0;
	border: none;
	font-weight: 400;
}

.f_list .nested_li>li a:hover {
	border: none;
	background: #fff0;
}

footer {
	padding: 30px 20px 100px 20px;
}

.f_binfo {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.f_binfo a {
	text-decoration: none;
	color: #051824;
	opacity: .6;
	transition: all 0.3s linear;
}

.f_binfo a:hover {
	opacity: 1;
}

.head_navigation {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #fff;
	padding: 10px 15px 10px;
	z-index: 50;
	width: 100%;
	border-radius: 24px 24px 0 0;
	box-shadow: 0 -2px 20px 0 rgb(0 0 0 / .05);
}

.head_navigation>ul {
	list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.head_navigation.active>ul li:nth-child(2) {
	order: 3;
}

.head_navigation.active>ul li:nth-child(3) {
	order: 2;
}

.head_navigation.active>ul li:nth-child(4) {
	order: 4;
}

.head_navigation.active>ul li:nth-child(5) {
	order: 5;
}

.head_navigation li a,.head_navigation li {
	text-decoration: none;
	color: #666;
	font-size: .75rem;
	cursor: pointer;
}

.head_navigation li a::before {
	content: "";
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 auto;
	display: block;
	filter: invert(65%) sepia(19%) saturate(284%) hue-rotate(185deg) brightness(86%) contrast(90%)!important;
	width: 28px;
	height: 28px;
}

.head_navigation li:nth-child(1) a::before {
	background-image: url(../images/sprite.svg#menu_list_green);
}

.head_navigation li:nth-child(2) a:before {
	background-image: url(../images/sprite.svg#prof);
}

.head_navigation li:nth-child(3) a:before {
	background-image: url(../images/sprite.svg#time);
}

.head_navigation li:nth-child(4) a:before {
	background-image: url(../images/sprite.svg#user_green);
}

.head_navigation a:before {
	filter: brightness(0.55) sepia(1) hue-rotate(135deg) saturate(4) contrast(0.9);
}

.head_navigation li {
	position: relative;
}

.contacts-section iframe {
	width: 100%;
    height: 200px;
    border-radius: 24px;
    border: 0px;
}

.head_navigation.active {
	bottom: inherit;
	top: 70px;
	border-radius: 0;
	height: 100%;
	transition: all 0.3s linear;
	padding-bottom: 120px;
	overflow-y: auto;
}

.head_navigation.active ul {
	flex-direction: column;
	align-items: flex-start;
	position: relative;
}

.head_navigation.active>ul {
	margin-top: 30px;
}

.head_navigation.active li a::before {
	content: none;
}

.head_navigation.active .menu_m {
	display: none;
}

.head_navigation.active li:nth-child(2) {
	display: block;
}

.head_navigation.active li:nth-child(4) {
	display: block;
}

.head_navigation.active>ul>li {
	width: 100%;
	order: 2;
}

.head_navigation.active .close_list {
	display: block;
	background-image: url(../images/sprite.svg);
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	position: absolute;
	top: 9px;
	right: 15px;
	cursor: pointer;
}

.head_navigation.active #contact {
	order: 1;
	display: flex;
	gap: 10px;
	margin-bottom: 80px;
}

.head_navigation.active #contact a {
	color: #2c9374;
	text-decoration: none;
	display: block;
	transition: color 0.2s linear;
	background: rgb(77 189 60 / .1);
	text-align: center;
	border-radius: 12px;
	line-height: 29px;
	transition: all 0.3s linear;
}

.head_navigation.active #contact a:hover {
	color: rgb(5 23 34 / .65);
}

.head_navigation.active #contact a:hover span {
	filter: invert(5%) sepia(9%) saturate(4574%) hue-rotate(159deg) brightness(96%) contrast(91%);
}

.head_navigation.active #contact span {
	display: inline-block;
	width: 15px;
	height: 14px;
	background-image: url(../images/sprite.svg);
	background-size: cover;
	filter: invert(60%) sepia(35%) saturate(853%) hue-rotate(65deg) brightness(98%) contrast(89%);
	margin-right: 5px;
	transition: all 0.3s linear;
}

.head_navigation #contact .btn_green {
	display: none!important;
}

.head_navigation.active #contact .btn_green.show {
	display: block!important;
}

.head_navigation.active>ul>li>a {
	font-size: 1.125rem;
	color: #000;
	font-weight: 500;
	padding: 10px 0;
	border-bottom: 1px solid #ecf0f8;
	display: block;
	width: 100%;
}

.head_navigation.active>ul>li>a:hover {
	color: #414141;
}

.head_navigation.active .nested_li {
	z-index: 1;
	opacity: 1;
	max-height: 500px;
	position: relative;
	box-shadow: none;
	top: 0;
}

.head_navigation.active .nested_li a {
	display: block;
	font-size: 1.1rem!important;
	color: #444;
	margin-bottom: 5px;
	transition: all 0.3s linear;
}

.head_navigation.active .nested_li a:hover {
	color: #202020;
}

.head_list_green .nested_li {
	top: 50px;
	background-color: #fff;
}

.nested_li {
	list-style: none;
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	background-color: #fff;
	min-width: 280px;
	text-align: start;
	padding: 10px 0;
	border-radius: 8px;
	box-shadow: 0 5px 20px rgb(0 0 0 / .15);
	top: 21px;
	left: 0;
	transition: all 0.3s linear;
	overflow: hidden;
	max-height: 0;
}

.nested_li li {
	width: 100%;
}

.menu_m {
	display: block;
	color: rgb(40 40 40 / .4);
	cursor: pointer;
	font-size: .875rem;
}

.menu_m>span {
	display: flex;
	gap: 2px;
	justify-content: space-evenly;
	align-items: center;
	height: 35px;
	width: 30px;
	margin: 0 auto;
}

.menu_m>span span {
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #8c94a8;
}

.popup-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(0 0 0 / .6);
	opacity: 0;
	z-index: -1;
	overflow-y: auto;
	visibility: hidden;
	transition: all 0.3s ease;
}

.popup-wrapper.active {
	z-index: 150;
	opacity: 1;
	visibility: visible;
}

.f_hid {
	display: none!important;
}

.popup-content {
	border-radius: 0;
	box-shadow: 2px 2px 8px 2px rgb(0 0 0 / .4);
	max-width: 100%;
	width: 100%;
	position: relative;
	padding: 12px 18px;
	top: 0;
	left: 0;
	transform: translate(0,0);
	background-color: #fff;
	z-index: 1000;
	overflow-y: auto;
	color: #051824;
}

.popup-close {
	display: block;
	background-image: url(../images/sprite.svg);
	width: 16px;
	height: 16px;
	background-size: 16px;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 15px;
	min-width: 16px;
}

.popup-content h2 {
	font-size: 1.3rem;
	font-weight: 600;
	margin: 25px 0 10px 0;
	text-align: center;
}

.popup-content .features {
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
}

.popup-content .features span {
	display: flex;
	gap: 5px;
	align-items: center;
	font-size: .875rem;
}

.popup-content .features span::before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #2c9374;
	border-radius: 100%;
	display: block;
}

.popup-content.prd_cont .form_star {
	left: 80px;
}

.popup-content p {
	font-size: .875rem;
	margin-bottom: 8px;
	border-bottom: 1px solid #bbbbbd;
	padding-bottom: 8px;
}

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

.popup-content .text label {
	width: 100%;
	position: relative;
}

.popup-content .form_star {
	position: absolute;
	top: 50%;
	left: 80px;
	transform: translateY(-50%);
	color: red;
	font-size: 20px;
}

.popup-content .text input {
	width: 100%;
	font-size: 1rem;
	padding: 10px;
	border: 1px solid #bbbbbd;
	border-radius: 6px;
}

.popup-content .select {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin-bottom: 5px;
}

.popup-content .select b {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 12px;
}

.popup-content .select b span {
	font-weight: 400;
}

.popup-content .select label {
	display: flex;
	gap: 6px;
	margin-bottom: 8px;
	border-bottom: 1px solid #bbbbbd;
	padding-bottom: 8px;
	font-size: .875rem;
}

.popup-content .select input {
	width: 15px;
	height: 15px;
	min-width: 15px;
	margin-top: 3px;
}

.popup-form>span {
	display: none;
}

.popup-form>span a {
	color: #2c9374;
	text-decoration: none;
	font-size: .75rem;
}

.head_search_wrap.active {
	background-color: #20202052;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100vh;
}

.head_search_wrap.active #head_search {
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%,-50%);
	width: 95%!important;
}

form button {
	margin: 20px 0;
}

#head_search {
	position: absolute;
	top: -999px;
	opacity: 0;
	z-index: -1;
	width: 100%;
	max-width: 1068px;
	background-color: #fff;
	box-shadow: 0 2px 4px rgb(0 0 0 / .1);
	justify-content: space-between;
	border-radius: 0;
}

#head_search input[type="submit"] {
	display: block;
	background-image: url(../images/sprite.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 22px;
	height: 22px;
	cursor: pointer;
	color: #fff0;
	border: none;
	background-color: #fff0;
	order: 3;
}

#head_search input[type="search"] {
	width: 100%;
	font-size: 1rem;
	transition: all 0.3s;
	border: none;
	background: #fff0;
	order: 1;
}

#head_search.active {
	top: 71px;
	z-index: 104;
	opacity: 1;
	left: 0;
}

.h_search {
	cursor: pointer;
	color: #051824!important;
	transition: all 0.3s linear;
}

#show_search {
	display: block;
	background-image: url(../images/sprite.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
	cursor: pointer;
	color: #fff0;
	border: none;
	background-color: #fff0;
	transition: all 0.3s linear;
	margin: 0 auto 3px auto;
}

.h_search:hover {
	color: #2c9374!important;
}

.h_search:hover #show_search {
	background-image: url(../images/sprite.svg);
}

.form_search {
	width: 100%;
	padding: 11px 15px;
	position: relative;
	display: flex;
	gap: 15px;
}

.search_wrap {
	width: 100%;
	position: relative;
	display: flex;
	gap: 5px;
	align-items: center;
	min-height: 46px;
}

.form_search.active {
	background-color: #f8f8f8;
}

input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

#clear_search {
	background-image: url(../images/sprite.svg);
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	width: 20px;
	height: 20px;
	display: none;
	order: 2;
	min-width: 20px;
}

#clear_search::after {
	content: none;
	display: block;
	border-right: 1px solid #b2b2b2;
	position: relative;
	left: 8px;
	height: 24px;
}

#clear_search.active {
	display: block;
}

.form_hid {
	background-color: #fff0;
	border: none;
	font-size: 1rem;
	display: block;
	padding: 10px 15px 10px 0;
}

.results.active {
	padding: 20px;
	margin-bottom: 10px;
}

.results.active #category_results {
	margin-bottom: 15px;
	flex-wrap: wrap;
}

#category_results li {
	padding: 5px;
	border-radius: 4px;
	background-color: #2c9374;
	color: #fff!important;
}

#category_results li a {
	color: #fff!important;
}

.results.active ul {
	display: flex;
	gap: 6px;
}

.results.active #product_results {
	height: 400px;
	overflow-y: scroll;
}

.results.active #product_results {
	flex-direction: column;
}

#product_results a:hover {
	color: #2c9374;
}

.compare_link {
	display: none;
}

.compare_link span {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(../images/sprite.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all 0.3s linear;
	background-color: #fff0;
	margin: 0 auto;
}

.compare_link {
	font-size: 0.75rem!important;
	color: #051824!important;
}

.compare_link:hover span {
	background-image: url(../images/sprite.svg);
}

.compare_link:hover {
	color: #2c9374!important;
}

.m_icons {
	position: absolute!important;
	top: 60px;
	left: 0;
	width: 85px!important;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	opacity: 0;
}

.head_navigation.active .m_icons {
	opacity: 1;
}

.m_icons a,.m_icons span {
	cursor: pointer;
	color: #051824!important;
	font-size: 0.875rem!important;
	transition: all 0.3s linear;
	font-weight: 500;
}

.m_icons .compare_link span {
	width: 28px;
	height: 28px;
}

.m_icons #show_search {
	width: 22px;
	height: 22px;
}

.m_icons a {
	border: none!important;
}

.popup-form_send .text {
	padding: 0;
	margin: 0;
	border: none;
	flex-direction: column!important;
}

.popup-form_send span {
	display: block;
	margin-bottom: 15px;
}

.popup-form_send .bomt {
	display: none;
}

.popup-head {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	align-items: center;
}

.popup-head span {
	display: block;
	background-image: url(../images/sprite.svg);
	width: 16px;
	height: 16px;
	background-size: 16px;
	cursor: pointer;
	position: relative;
	top: -25px;
	right: -10px;
	min-width: 16px;
}

/* заголовки */
.sec-title {
	font-family: 'Oswald', 'PT Sans', sans-serif;
	font-size: 2rem;
	font-weight: 700;
	color: var(--navy);
	margin-bottom: 0.5rem;
	letter-spacing: -0.3px;
}

.sec-title-line {
	position: relative;
	display: inline-block;
	padding-bottom: 8px;
}

.sec-title-line::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70px;
	height: 3px;
	background: var(--grad);
	border-radius: 3px;
}

.sec-sub {
	color: var(--text-muted);
	margin-bottom: 28px;
	font-size: 1rem;
	line-height: 1.4;
}

/* табы */
.cat-tabs {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 32px;
	border-bottom: 1px solid var(--gray-mid);
	padding-bottom: 12px;
}

.cat-tab {
	padding: 8px 22px;
	border-radius: 40px;
	border: 1.5px solid var(--gray-mid);
	font-size: 0.9rem;
	font-weight: 700;
	background: var(--white);
	font-family: 'PT Sans', sans-serif;
	cursor: pointer;
	transition: all 0.2s ease;
	color: var(--text-muted);
}

.cat-tab.active {
	background: var(--grad);
	color: var(--white);
	border-color: transparent;
	box-shadow: 0 4px 10px rgba(27, 107, 143, 0.2);
}

.cat-tab:hover:not(.active) {
	border-color: var(--blue);
	color: var(--blue);
	background: #f0f7fa;
}

/* разделители категорий */
.cat-section-label {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 28px 0 18px 0;
}

.cat-section-label h3 {
	font-size: 1.35rem;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	color: var(--navy);
	letter-spacing: -0.2px;
	background: white;
	padding: 0 6px;
}

.cat-divider {
	height: 2px;
	background: var(--grad);
	flex: 1;
	border-radius: 2px;
	opacity: 0.5;
}

/* грид карточек */
.products-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 24px;
	margin-bottom: 48px;
}

/* карточка */
.prod-card {
	background: var(--white);
	border-radius: var(--radius);
	border: 1px solid var(--gray-mid);
	overflow: hidden;
	transition: all 0.25s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.prod-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow);
	border-color: #cbdde6;
}

/* область изображения */
.prod-img {
	height: 180px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: background 0.2s;
}

.prod-img-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #8ba3b3;
}

.prod-img-placeholder .ph-icon {
	font-size: 3rem;
	opacity: 0.75;
}

.prod-img-placeholder .ph-text {
	font-size: 0.75rem;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	font-weight: 600;
	color: #5f7f92;
}

.prod-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	background: var(--green);
	color: white;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	padding: 4px 12px;
	border-radius: 30px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.brands {
	margin-top: 30px;
}

.brands .headline {
	margin-bottom: 30px;
}

.brands ul {
	display: grid;
	grid-template-columns: repeat(6,1fr);
	gap: 12px;
	margin-top: 30px;
}

.brands ul li {
	border: 1px solid #ecf0f8;
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
}

.brands li img {
	max-width: 130px;
	width: 100%;
	height: auto;
}

.cat-section {
	display: none;
}

.cat-section.active {
	display: block;
}

.prod-body {
	background: #f4f6fb;
	padding: 18px 18px 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.prod-brand {
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--blue);
	margin-bottom: 6px;
}

.prod-name {
	font-family: 'Oswald', 'PT Sans', sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--navy);
	margin-bottom: 12px;
	line-height: 1.3;
}

.prod-specs {
	list-style: none;
	margin-bottom: 16px;
}

.prod-specs li {
	font-size: 0.82rem;
	color: var(--text-muted);
	padding: 6px 0;
	border-bottom: 1px dashed var(--gray-mid);
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 8px;
}

.prod-specs li span:first-child {
	font-weight: 500;
}

.prod-specs li span:last-child {
	color: var(--text);
	font-weight: 600;
}

.prod-price {
	font-family: 'Oswald', sans-serif;
	font-size: 1.7rem;
	font-weight: 700;
	background: var(--grad);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	margin: 8px 0 12px;
	letter-spacing: -0.3px;
}

.btn-blue {
	background: var(--grad);
	color: white;
	border: none;
	border-radius: 40px;
	padding: 12px 12px;
	font-size: 0.9rem;
	font-weight: 700;
	cursor: pointer;
	font-family: 'PT Sans', sans-serif;
	transition: all 0.2s;
	width: 100%;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.btn-blue:hover {
	opacity: 0.9;
	transform: scale(0.98);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.cat-note {
	text-align: center;
	color: var(--text-muted);
	font-size: 0.88rem;
	margin-top: 12px;
	background: white;
	padding: 16px 20px;
	border-radius: 60px;
	display: inline-block;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.cat-note a {
	color: var(--blue);
	font-weight: 700;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	transition: border 0.2s;
}

.cat-note a:hover {
	border-bottom-color: var(--blue);
}

@media (max-width: 1100px) {
	.brands ul {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 680px) {
	.anchor {
		margin-top: -100px;
	}
	.sec-title {
		font-size: 1.6rem;
	}
	.cat-tab {
		padding: 6px 16px;
		font-size: 0.8rem;
	}
	.prod-name {
		font-size: 1.1rem;
	}
	.prod-price {
		font-size: 1.5rem;
	}
	.header-btn {
		display: none;
	}
	.head_navigation>ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: initial;
	}
}

.popup-head p {
	font-size: 1.2rem;
	margin: 0;
	padding: 0;
	border: none;
	font-weight: 600;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
	border-radius: 24px;
}

 .cases-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(270px,1fr));
	gap: 20px;
	margin-top: 30px;
}

.case-card {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 32px rgba(18,112,196,.12);
	background: #ffffff
}

.case-img {
	height: 185px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.2rem
}

.case-img.ci1 {
	background: linear-gradient(135deg,#bfdbfe,#93c5fd)
}

.case-img.ci2 {
	background: linear-gradient(135deg,#bbf7d0,#86efac)
}

.case-img.ci3 {
	background: linear-gradient(135deg,#c7d2fe,#a5b4fc)
}

.case-body {
	padding: 18px 20px
}

.case-tag {
	display: inline-block;
	background: #eef3ff;
	color: var(--blue);
	font-size: .74rem;
	font-weight: 700;
	letter-spacing: .8px;
	text-transform: uppercase;
	padding: 3px 9px;
	border-radius: 3px;
	margin-bottom: 9px
}

.case-body h4 {
	font-size: 1rem;
	color: var(--navy);
	margin-bottom: 7px
}

.case-body p {
	color: var(--text-muted);
	font-size: .85rem;
	line-height: 1.5
}

.case-meta {
	display: flex;
	gap: 14px;
	margin-top: 11px
}

.case-meta span {
	font-size: 1rem;
	color: var(--text-muted)
}

.case-meta strong {
	color: var(--navy)
}

@media all and (min-width:320px) {
	.head_bottom div {
		gap: 15px;
	}

	.social img {
		width: 36px;
		height: 36px;
		min-width: 36px;
	}

	.head_bottom {
		max-width: 360px;
	}
}

@media all and (min-width:360px) {
	.logo img {
		width: 91px;
	}

	.btn_link {
		font-size: 1.125rem;
		padding: 0 30px;
	}

	.head_navigation {
		max-width: 100%;
	}

	.head_bottom {
		max-width: 100%;
	}

	.menu_m>span {
		gap: 5px;
	}

	.head_navigation li a,.head_navigation li {
		font-size: .875rem;
	}

	.headline {
		font-size: 1.5rem;
	}

	.popup-content {
		padding: 18px 28px;
		height: 100%;
	}

	.popup-content .features {
		gap: 5px;
		padding-bottom: 10px;
		font-weight: 500;
	}

	.popup-content .select {
		gap: 10px;
		margin-bottom: 10px;
	}

	.popup-form input[type="submit"] {
		font-size: 1rem;
		margin: 18px 0 15px 0;
	}

	.popup-content p {
		font-size: 1rem;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.popup-content .features span {
		font-size: 1rem;
	}

	.popup-content .select label {
		font-size: 1rem;
	}

	.popup-form>span {
		display: block;
		font-size: .875rem;
	}

	.popup-form>span a {
		font-size: .875rem;
	}
}

.popup__inner.popup-content {
	padding: unset;
	box-shadow: unset;
}

@media all and (min-width:570px) {
	.f_bottom span {
		gap: 15px;
	}

	.compare_link {
		display: block;
	}

	.popup-content h2 {
		font-size: 1.4rem;
		margin: 10px 0;
	}

	.popup-content .text {
		flex-direction: row;
	}

	.popup-form>span {
		font-size: 1rem;
	}

	.popup-head p {
		font-size: 1.6rem;
	}

	.popup-head span {
		right: -23px;
	}

	.popup-content {
		border-radius: 24px;
		padding: 30px 40px;
		max-width: 430px;
		height: inherit;
	}
}

.form-header {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 768px) {
	.form-header {
        font-size: 1.3rem;
    }
	footer {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
}

.f_bottom {
	display: flex;
	height: 100%;
	justify-content: space-between;
	flex-direction: column;
	gap: 15px;
}

.f_bottom ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.f_list div ul:nth-child(2) {
	margin-top: 20px;
}

.f_list div {
	margin-top: 10px;
}

.f_list>ul:nth-child(3) {
	margin-top: 10px;
}

@media all and (min-width:768px) {
	.ma_blk {
		padding: 0 15px;
		margin: 60px auto 0 auto;
	}

	.social>a {
		font-size: .875rem;
	}

	.f_list {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 25px;
	}

	.f_list ul {
		list-style: none;
		padding: 0;
		margin: 0;
		max-width: 168px;
		width: 100%;
	}

	footer {
		display: grid;
		grid-template-columns: 340px 1fr;
		gap: 30px;
		padding: 40px 20px 100px 20px;
	}

	footer .btn_link {
		border: 1px solid #2c9374;
	}

	footer a {
		text-decoration: none;
		font-size: 1rem;
		color: rgb(5 24 36 / .65);
		letter-spacing: -.02em;
		transition: color 0.2s linear;
	}

	.f_bottom a {
		opacity: .65;
	}

	footer a:hover {
		color: rgb(5 24 36);
	}

	footer b {
		font-size: 1rem;
		font-weight: 500;
		letter-spacing: -.01em;
	}

	footer span {
		font-size: 1rem;
		color: rgb(5 24 36 / .65);
		letter-spacing: -.02em;
		opacity: .65;
	}

	.headline {
		font-size: 1.75rem;
	}

	.head_menu li a {
		font-size: 1rem;
	}

	.head_menu li a::before {
		content: "";
		width: 32px;
		height: 32px;
	}

	.popup-wrapper.active {
		max-height: inherit;
		overflow-y: hidden;
	}
}

span.error {
	font-size: 12px;
    color: red;
}

#thanks-popup .modal__title {
	font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

#thanks-popup .modal__desc {
    font-size: 16px;
	text-align: center;
}

#thanks-popup {
    max-width: 420px;
}

@media all and (min-width:1040px) {
	.head_menu {
		display: none;
	}

	.crumbs {
		padding: 0;
	}

	main {
		margin-top: 118px;
	}

	.main.policy {
		margin-top: 180px;
	}

	.header {
		padding: 0;
	}

	footer {
		padding: 80px 0 20px 0;
	}

	.head_top {
		display: flex;
	}

	.head_bottom {
		gap: 25px;
	}

	.head_bottom div {
		gap: 28px;
		flex-direction: row;
	}

	.head_bottom button {
		display: block;
	}

	.head_ctl {
		color: #2c9374!important;
		background-color: rgb(77 189 60 / .1);
		border-radius: 12px;
		padding: 13px 16px!important;
		display: flex;
		align-items: center;
	}

	.head_ctl:hover {
		background-color: #2c9374;
		color: #fff!important;
	}

	.head_ctl:hover span::before {
		background: #fff!important;
	}

	.head_ctl:hover span::after {
		background: #fff!important;
	}

	.head_ctl span {
		display: inline-block;
		margin-right: 2px;
	}

	.head_ctl span:nth-child(2) {
		margin-right: 5px;
	}

	.head_ctl span::before {
		content: "";
		display: block;
		width: 5px;
		height: 5px;
		background: #2c9374;
		transition: all 0.2s linear;
		margin-bottom: 2px;
	}

	.head_ctl span::after {
		content: "";
		display: block;
		width: 5px;
		height: 5px;
		background: #2c9374;
		transition: all 0.2s linear;
	}

	.head_bottom a {
		color: #051824;
		font-size: .875rem;
		padding: 0;
		transition: all 0.2s linear;
	}

	.head_bottom a:hover {
		color: #2c9374;
	}

	.f_list {
		grid-template-columns: repeat(4,1fr);
	}

	.f_list div {
		margin-top: 0;
	}

	.f_list>ul:nth-child(3) {
		margin-top: 0;
	}

	footer span {
		font-size: .875rem;
	}

	footer a {
		font-size: .875rem;
	}

	footer b {
		font-size: .875rem;
	}

	.headline {
		font-size: 1.8rem;
	}

	.head_navigation {
		position: fixed;
		bottom: initial;
		top: 63px;
		left: 43%;
		transform: translateX(-50%);
		background-color: #fff0;
		padding: 10px 15px 10px;
		z-index: 110;
		max-width: 555px;
		border-radius: 0;
		box-shadow: none;
	}

	.head_navigation li:nth-child(2) {
		display: block;
	}

	.head_navigation li:nth-child(4) {
		display: block;
	}

	.head_navigation li a {
		font-weight: 500;
		font-size: .9rem;
		color: #333;
	}

	.head_navigation li a::before {
		content: none;
	}

	.menu_m {
		display: none;
	}

	.head_list_green:hover .nested_li {
		z-index: 1;
		opacity: 1;
		max-height: 500px;
	}

	.head_list:hover .nested_li {
		z-index: 1;
		opacity: 1;
		max-height: 500px;
	}

	.head_list>a {
		display: flex;
		align-items: center;
		gap: 5px;
	}

	.head_list>a span {
		display: block;
		width: 0;
		height: 0;
		border-left: 3px solid #fff0;
		border-right: 3px solid #fff0;
		border-top: 5px solid #000;
		transition: all 0.3s linear;
	}

	.head_list>a:hover span {
		transform: rotate(180deg);
	}

	.nested_li>li a {
		text-decoration: none;
		font-weight: 500;
		transition: all 0.3s ease;
		width: 100%;
		display: block;
		padding: 12px 25px;
		border-left: 2px solid #fff;
		width: 100%;
	}

	.nested_li>li a:hover {
		background: #f8f9fa;
		border-left: 2px solid rgb(45 149 115);
		color: #333;
	}

	.head_list_green>a {
		display: flex;
		align-items: center;
		gap: 8px;
		color: #2c9374!important;
		padding: 15px 20px;
		background: rgb(77 189 60 / .1);
		border-radius: 12px;
		z-index: 2;
	}

	.head_list_green>a:hover {
		color: #fff!important;
		background-color: #2c9374;
	}

	.head_list_green div {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 2px;
	}

	.head_list_green>a div span {
		width: 4px;
		height: 4px;
		background-color: #2c9374;
		display: block;
	}

	.head_list_green>a:hover div span {
		background-color: #fff;
	}

	.ct_margin {
		margin-top: 120px;
	}

	#head_search.active {
		top: 130px;
		z-index: 104;
		opacity: 1;
	}

	#head_search {
		border-radius: 12px;
	}

	.f_binfo {
		flex-direction: row;
		gap: 20px;
	}

	.m_icons {
		top: -40px;
		position: absolute;
		left: 63%;
		transform: translateX(-50%);
		gap: 10px;
		opacity: 1;
	}

	.m_icons a,.m_icons span {
		font-size: 0!important;
	}
}

@media all and (min-width:1080px) {
	.ma_blk {
		padding: 0;
		margin: 80px auto 0 auto;
	}

	.head_navigation {
		left: 42%;
		max-width: 555px;
	}

	.crumbs {
		padding: 0;
	}
}

@media all and (min-width:1350px) {
	.head_navigation {
		left: 45%;
	}
}

@media all and (min-width:1500px) {
	.head_navigation {
		left: 45%;
	}
}

.list_work {
	max-width: 1068px;
}

.list_work ul {
	margin-top: 20px;
	display: grid;
	grid-template-columns: 130px 130px;
	gap: 12px;
}

.list_work ul li {
	display: flex;
	gap: 5px;
	flex-direction: column;
	max-width: 115px;
	text-align: start;
}

.list_work li img {
	border-radius: 24px;
	width: inherit;
	height: inherit;
	max-width: 115px;
}

.list_work li b {
	display: block;
	font-size: 1.1rem;
	font-weight: 500;
}

.list_work li p {
	font-size: .75rem;
	opacity: .65;
}

@media all and (min-width:360px) {
	.list_work ul {
		grid-template-columns: repeat(2,1fr);
		gap: 20px;
	}

	.list_work ul li {
		max-width: 147px;
	}

	.list_work li p {
		font-size: .875rem;
	}

	.list_work li img {
		max-width: inherit;
	}
}

@media all and (min-width:480px) {
	.list_work ul li {
		max-width: 100%;
	}

	.list_work li img {
		width: 100%;
		height: 100%;
	}
}

@media all and (min-width:1020px) {
	.list_work li img {
		width: inherit;
		height: inherit;
	}

	.list_work ul {
		grid-template-columns: repeat(4,1fr);
		gap: 25px;
	}

	.list_work ul li {
		max-width: 230px;
	}
}

.object .headline {
	margin-bottom: 30px;
}

.object img {
	border-radius: 8px;
}

#object li {
	transition: all 0.4s linear;
	max-width: 315px;
}

#object li img {
	width: 100%;
	height: auto;
}

#object li:hover {
	transform: scale(1.05);
}

#object .splide__arrows {
	position: absolute;
	top: -43px;
	right: 0;
}

#object .splide__arrow {
	width: 25px;
	height: 25px;
}

#object .splide__arrow svg {
	height: 1em;
	width: 1em;
}

#object .splide__arrow--prev {
	left: -6.5em;
}

@media all and (min-width:768px) {
	.object>a {
		max-width: 160px;
		width: 100%;
		margin: 30px auto 0 auto;
	}
}

.solutions>p {
	margin-bottom: 25px;
}

.solutions ul {
	display: grid;
	gap: 15px;
}

.solutions li {
	padding: 20px 20px 30px;
	background: #f4f6fb;
	border-radius: 24px;
}

.solutions li span {
	display: block;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-size: cover;
}

.solutions li:nth-child(1) span {
	width: 52px;
	height: 64px;
	background-image: url(../images/sprite.svg#menu_list_green);
}

.solutions li:nth-child(2) span {
	width: 49px;
	height: 47px;
	background-image: url(../images/sprite.svg#wallet);
}

.solutions li:nth-child(3) span {
	width: 53px;
	height: 49px;
	background-image: url(../images/sprite.svg#prof);
}

.solutions li:nth-child(4) span {
	width: 55px;
	height: 55px;
	background-image: url(../images/sprite.svg#doc_security);
}

.solutions li:nth-child(5) span {
	width: 55px;
	height: 55px;
	background-image: url(../images/sprite.svg#time);
}

.solutions li:nth-child(6) span {
	width: 55px;
	height: 55px;
	background-image: url(../images/sprite.svg#percent_green);
}

.solutions li span, .for_house li span {
	filter: brightness(0.55) sepia(1) hue-rotate(135deg) saturate(4) contrast(0.9);
}

.solutions li b {
	font-size: 1.125rem;
	font-weight: 500;
}

.solutions li p {
	font-size: .95rem;
	opacity: .65;
	margin-top: 8px;
}

.solutions>button {
	line-height: 54px;
	max-width: 235px;
	font-size: 1rem;
	margin: 30px auto 0 auto;
}

@media all and (min-width:768px) {
	.solutions ul {
		grid-template-columns: repeat(3,1fr);
		gap: 20px;
	}
}

@media all and (min-width:1020px) {
	.solutions li {
		padding: 28px;
	}

	.solutions li:nth-child(1) span {
		width: 36px;
		height: 44px;
		background-image: url(../images/sprite.svg#menu_list_green);
	}

	.solutions li:nth-child(2) span {
		width: 44px;
		height: 41px;
		background-image: url(../images/sprite.svg#wallet);
	}

	.solutions li:nth-child(3) span {
		width: 44px;
		height: 40px;
		background-image: url(../images/sprite.svg#prof);
	}

	.solutions li:nth-child(4) span {
		width: 52px;
		height: 52px;
		background-image: url(../images/sprite.svg#doc_security);
	}

	.solutions li:nth-child(5) span {
		width: 52px;
		height: 52px;
		background-image: url(../images/sprite.svg#time);
	}

	.solutions li:nth-child(6) span {
		width: 52px;
		height: 52px;
		background-image: url(../images/sprite.svg#percent_green);
	}

	.solutions li b {
		font-size: 1.1rem;
	}

	.solutions li p {
		font-size: 1rem;
	}

	.solutions {
		margin-top: 60px;
	}
}

.cont_form {
	max-width: 270px;
	border-radius: 24px;
	margin: 0 auto 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
}

.cont_form_wrap {
	width: 100%;
	height: 100%;
	margin-top: 30px;
}

.cont_form_wrap {
	background: #f4f6fb;
	padding: 30px 0;
}

.form_wrap {
	background-color: #fff;
	padding: 25px 15px 45px 15px;
	border-radius: 24px;
}

.form_wrap p {
	margin-bottom: 10px;
}

.form_wrap b {
	display: block;
	font-size: 1rem;
	margin: 15px 0 20px 0;
}

.form_wrap span {
	color: #051824;
	display: block;
	font-size: .75rem;
}

.form_wrap form {
	margin-top: 20px;
}

.form_wrap form label {
	display: block;
	width: 100%;
	position: relative;
}

.form_wrap form span {
	display: block;
	color: red;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	right: 16px;
	display: flex;
	align-items: center;
	width: 5px;
	height: 5px;
	font-size: 2rem;
}

.cont_form_wrap .popup-content {
	transform: translate(0,0);
	top: 0;
	left: 0;
	position: relative;
	box-shadow: none;
}

.cont_form_wrap .popup-content b {
	font-size: 1.3rem;
	font-weight: 600;
	margin: 10px 0;
	text-align: center;
}

.cont_form_wrap .popup-close {
	display: none;
}

.cont_form_wrap .popup-content {
	z-index: 1;
}

.form_wrap form input {
	margin-bottom: 18px;
	width: 100%;
	background-color: #f9f9f9;
	border: 1px solid #60af15;
	padding: 6px 10px;
	font-size: .875rem;
}

.form_wrap form button {
	color: #fff;
	background-color: #60af15;
	border: none;
	padding: 10px 30px;
}

.cont_form {
	background-image: url(../images/home/bg_form.jpg);
	padding: 0;
}

@media all and (min-width:360px) {
	.form_wrap {
		padding: 25px 20px 45px 20px;
	}

	.form_wrap span {
		font-size: .875rem;
	}

	.cont_form {
		max-width: 1068px;
	}

	.form_wrap b {
		font-size: 1.25rem;
	}

	.form_wrap form input {
		font-size: 1.2rem;
	}
}

@media all and (min-width:768px) {
	.cont_form {
		background-image: url(../images/home/bg_form.jpg);
		padding: 40px;
	}

	.form_wrap {
		padding: 50px;
		max-width: 440px;
	}

	.cont_form_wrap {
		margin-top: 60px;
	}
}

@media all and (min-width:1080px) {
	.cont_form_wrap {
		margin-top: 80px;
	}
}

@media all and (min-width:360px) {
	.brands li img {
		max-width: 135px;
	}
}

@media all and (min-width:480px) {
	.brands ul li {
		padding: 12px;
	}
}

@media all and (min-width:1020px) {
	.brands {
		margin-top: 60px;
	}
}

main ul {
	list-style: none;
}

h1 {
	font-size: 1.3rem;
	font-weight: 500;
}

.fh_wrap {
	padding: 0;
	position: relative;
	height: inherit;
}

.for_house .ma_blk {
	margin: 60px auto 0 auto;
}

.for_house {
	color: #051824;
	overflow: hidden;
	background: #f4f6fb;
}

.for_house ul {
	margin-top: 22px;
	display: grid;
	grid-template-columns: 130px 130px;
	gap: 12px;
}

.for_house ul li {
	padding: 32px 12px 24px;
	background: #f4f6fb;
	border-radius: 24px;
	text-align: center;
	transition: all 0.2s linear,color 0.2s linear;
}

.for_house ul li:hover {
	background-color: rgb(45 149 115);
}

.for_house ul li:hover span {
	filter: invert(98%) sepia(98%) saturate(10%) hue-rotate(65deg) brightness(107%) contrast(102%);
}

.for_house ul li:hover p {
	color: #fff;
}

.for_house ul li:hover b {
	color: #fff;
}

.fh_list b {
	display: block;
	font-weight: 500;
	font-size: 1.125rem;
	margin: 20px 0 10px 0;
}

.fh_list p {
	font-size: .75rem;
}

.fh_list li span {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
	filter: brightness(0.55) sepia(1) hue-rotate(135deg) saturate(4) contrast(0.9);
	background-position: center;
}

.fh_head h1 span {
	display: inline;
}

.for_house li:nth-child(1) span {
	background-image: url(../images/sprite.svg#handshake);
	width: 49px;
	height: 46px;
}

.for_house li:nth-child(2) span {
	background-image: url(../images/sprite.svg#check);
	width: 49px;
	height: 46px;
}

.for_house li:nth-child(3) span {
	background-image: url(../images/sprite.svg#calendar);
	width: 49px;
	height: 46px;
}

.for_house li:nth-child(4) span {
	background-image: url(../images/sprite.svg#user);
	width: 49px;
	height: 46px;
}

.fh_head {
	padding: 0 15px;
	max-width: 545px;
	width: 100%;
	position: relative;
	z-index: 10;
}

.fh_head p {
	margin-top: 15px;
	font-size: .875rem;
}

.fh_head span {
	display: none;
	opacity: .7;
}

.for_house img {
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.for_house div>div:last-child {
	position: relative;
	z-index: 1;
	margin-top: -40px;
	background: #fff;
	border-radius: 24px 24px 0 0;
	padding: 30px 15px 25px 15px;
}

.bg_first {
	position: absolute;
	top: 12%;
	left: 13%;
	transform: translate(-50%,-50%);
	background-image: url(../images/home/abs_img.png);
	width: 100%;
	max-width: 667px;
	height: 436px;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	opacity: .05;
	z-index: 10;
}

.for_house>div>div:last-child {
	position: relative;
	z-index: 11;
}

.communs ul {
	display: grid;
	grid-template-columns: 1fr;
	gap: 15px;
	margin-top: 30px;
}

.communs ul li {
	overflow: hidden;
	width: 100%;
	padding: 16px 16px 20px;
	border-radius: 30px;
	background: #f4f6fb;
	position: relative;
	min-height: inherit;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.communs li>div {
	padding-right: 80px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.communs li img {
	position: absolute;
	top: 58%;
	transform: translateY(-50%);
	right: -39px;
}

.communs li:first-child img {
	position: absolute;
	bottom: 0;
	right: -2px;
	width: 90px;
	top: 65%;
}

.communs li:nth-child(2) img {
	right: -38px;
}

.communs li button {
	max-width: 135px;
	font-size: .75rem;
	line-height: 40px;
}

.communs li span:first-child {
	font-weight: 500;
	color: #000;
	display: block;
	margin-bottom: 15px;
	text-decoration: none;
	font-size: 1.25rem;
	letter-spacing: -.01em;
}

.communs li span:nth-child(2) {
	display: block;
	text-decoration: none;
	font-size: .68rem;
	color: #000;
	opacity: .65;
	letter-spacing: -.01em;
	margin-bottom: 15px;
}

.communs>span {
	display: block;
	margin-top: 20px;
	font-size: .875rem;
	color: #051824;
	max-width: 716px;
}

.bestsale {
	margin-top: 30px;
}

.bestsale p {
	margin-bottom: 25px;
}

#bestsale .splide__arrow {
	background-color: #fff;
	width: 30px;
	height: 30px;
	transition: all 0.2s linear;
}

#bestsale .splide__arrow:hover {
	background-color: rgb(77 189 60 / .8);
}

#bestsale .splide__arrow:hover svg {
	filter: invert(98%) sepia(98%) saturate(10%) hue-rotate(65deg) brightness(107%) contrast(102%);
}

#bestsale .splide__list {
	width: 100%;
	height: auto;
}

#bestsale .splide__slide {
	width: 100%;
	border-radius: 30px;
	overflow: hidden;
}

#bestsale .splide__pagination li button {
	width: 24px;
	height: 3px;
	border-radius: 0;
}

#bestsale .splide__pagination__page.is-active {
	background-color: rgb(77 189 60 / .8);
	transform: scale(1);
}

#bestsale .splide__slide img {
	width: inherit;
	height: inherit;
}

.engineering {
	display: flex;
	gap: 20px;
	flex-direction: column;
	align-items: center;
	margin-top: 30px;
}

.engineering p {
	font-size: 1.25rem;
	margin-bottom: 25px;
}

.engineering span {
	opacity: .65;
	font-size: 1rem;
}

.engineering div {
	padding: 0 15px;
}

.engineering div a {
	margin-top: 30px;
	max-width: 100%;
}

.engineering div a img {
	max-width: 185px;
	height: auto;
}

#documents {
	max-width: 450px;
}

#documents .splide {
	width: inherit;
}

#documents .splide__arrow--next {
	right: 2em;
}

#documents .splide__arrow--prev {
	left: 2em;
}

#documents .splide__track {
	padding: 30px 25px!important;
	border-radius: 30px;
	background: #f4f6fb;
}

#documents .splide__arrow {
	background: #fff;
	z-index: 1;
}

.f_logo img {
	max-height: 80px;
}

@media all and (min-width:360px) {
	#bestsale .splide__slide img {
		width: 100%;
		height: auto;
	}

	#documents .splide {
		width: 100%;
	}

	.for_house ul {
		grid-template-columns: repeat(2,1fr);
		gap: 15px;
	}

	.fh_list p {
		font-size: .875rem;
	}

	.engineering div {
		padding: 0 20px;
	}

	.engineering div a img {
		max-width: inherit;
		height: auto;
	}

	h1 {
		font-size: 1.875rem;
	}

	.fh_head p {
		font-size: 1.25rem;
	}

	.communs li span:nth-child(2) {
		font-size: .875rem;
		margin-bottom: 25px;
	}

	.communs li:first-child img {
		right: -35px;
		width: inherit;
	}

	.communs ul li {
		padding: 23px 20px 28px;
		min-height: 293px;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.communs li:nth-child(2) img {
		right: -116px;
	}

	.communs li button {
		max-width: 170px;
	}

	.communs li img {
		right: -36px;
	}

	.communs li>div {
		padding-right: 90px;
	}
}

@media all and (min-width:480px) {
	.communs li span:first-child {
		font-size: 1.25rem;
	}

	.communs li span:nth-child(2) {
		font-size: 1rem;
	}

	.communs li button {
		font-size: 1rem;
	}

	.communs>span {
		font-size: 1rem;
	}

	#documents .splide__track {
		padding: 40px!important;
	}

	.bg_first {
		position: absolute;
		top: 16%;
		left: 32%;
		transform: translate(-50%,-50%);
		background-image: url(../images/home/abs_img.png);
		width: 100%;
		height: 100%;
		max-width: 429px;
		height: 562px;
		background-repeat: no-repeat;
		background-size: cover;
		display: block;
		opacity: .05;
		z-index: 10;
		will-change: opacity;
		user-select: none;
		pointer-events: none;
	}

	.communs li>div {
		padding-right: 180px;
	}

	.communs li img {
		right: -45px;
	}
}

@media all and (min-width:768px) {
	.for_house>div>div:last-child {
		position: absolute;
		margin-top: 0;
		bottom: 10px;
		background: #fff0;
		max-width: 100%;
		right: 0;
		left: 0;
	}

	.fh_list span {
		margin: 0;
	}

	.fh_list b {
		margin: 0 0 5px 0;
	}

	.for_house div button {
		max-width: 176px;
		font-size: 1rem;
		margin-bottom: 80px;
	}

	.for_house ul li {
		display: flex;
		gap: 15px;
		text-align: start;
		align-items: center;
		background-color: #fff;
		padding: 15px;
		border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 32px rgba(18, 112, 196, .12);
	}

	h1 {
		font-size: 2.25rem;
	}

	.for_house img {
		position: absolute;
		left: 75%;
		top: inherit;
		bottom: 0;
	}

	.fh_wrap {
		height: 650px;
	}

	.fh_head span {
		display: block;
		margin-bottom: 40px;
	}

	.communs ul {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}

	.communs ul li {
		padding: 30px;
		min-height: 100%;
	}

	.communs li span:first-child {
		font-size: 1.5rem;
	}

	.engineering p {
		font-size: 1.8rem;
	}

	.cont_form {
		background-image: url(../images/home/bg_form.jpg);
	}

	.bg_first {
		top: 50%;
		left: 20%;
		max-width: 480px;
		height: 629px;
		width: 100%;
	}

	.fh_list li span {
		margin: 0;
	}

	.bestsale p {
		margin-bottom: 30px;
	}

	.communs li img {
		right: -40px;
	}
}

@media all and (min-width:820px) {
	.engineering {
		flex-direction: row-reverse;
	}

	.engineering div a {
		max-width: 250px;
	}
}

@media all and (min-width:1020px) {
	.for_house ul {
		grid-template-columns: repeat(4,1fr);
	}

	.fh_wrap {
		height: 490px;
	}

	.for_house>div>div:last-child {
		bottom: 0;
	}

	.fh_list b {
		font-size: .75rem;
	}

	.fh_list p {
		font-size: .75rem;
	}

	.fh_head p {
		margin-top: 15px;
		font-size: 1rem;
	}

	.solutions li {
		padding: 28px;
	}

	.solutions li:nth-child(1) span {
		width: 36px;
		height: 44px;
		background-image: url(../images/sprite.svg#menu_list_green);
	}

	.solutions li:nth-child(2) span {
		width: 44px;
		height: 41px;
		background-image: url(../images/sprite.svg#wallet);
	}

	.solutions li:nth-child(3) span {
		width: 44px;
		height: 40px;
		background-image: url(../images/sprite.svg#prof);
	}

	.solutions li:nth-child(4) span {
		width: 52px;
		height: 52px;
		background-image: url(../images/sprite.svg#doc_security);
	}

	.solutions li:nth-child(5) span {
		width: 52px;
		height: 52px;
		background-image: url(../images/sprite.svg#time);
	}

	.solutions li:nth-child(6) span {
		width: 52px;
		height: 52px;
		background-image: url(../images/sprite.svg#percent_green);
	}

	.solutions li b {
		font-size: 1.1rem;
	}

	.solutions li p {
		font-size: 1rem;
	}

	.engineering p {
		font-size: 2.25rem;
	}

	#documents .splide {
		width: inherit;
	}

	.bg_first {
		top: 58%;
		left: 3%;
		max-width: 670px;
		height: 880px;
		width: 100%;
	}
}