/*
Theme Name: sepragen
*/

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&family=Ubuntu:ital,wght@0,400;0,500;0,700&;1,700&display=swap");

@font-face {
	font-family: 'fontello';
	src: url("assets/fontello/font/fontello.eot?32736340");
	src: url("assets/fontello/font/fontello.eot?32736340#iefix") format("embedded-opentype"), url("assets/fontello/font/fontello.woff2?32736340") format("woff2"), url("../fontello/font/fontello.woff?32736340") format("woff"), url("../fontello/font/fontello.ttf?32736340") format("truetype"), url("../fontello/font/fontello.svg?32736340#fontello") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Unilever Shilling";
	src: url("//db.onlinewebfonts.com/t/234d23830d4b4e8a08fdf491981b4b1f.eot");
	src: url("//db.onlinewebfonts.com/t/234d23830d4b4e8a08fdf491981b4b1f.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/234d23830d4b4e8a08fdf491981b4b1f.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/234d23830d4b4e8a08fdf491981b4b1f.woff") format("woff"), url("//db.onlinewebfonts.com/t/234d23830d4b4e8a08fdf491981b4b1f.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/234d23830d4b4e8a08fdf491981b4b1f.svg#Unilever Shilling") format("svg");
}
.box-image.ddd img {
  
    object-fit: cover;

}
.box-image.ddd img {
    max-height: 300px !important;
}
@font-face {
	font-family: 'fontello';
	src: url("assets/fontello/font/fontello-linkedin.eot?32736340");
	src: url("assets/fontello/font/fontello-linkedin.eot?32736340#iefix") format("embedded-opentype"), url("assets/fontello/font/fontello-linkedin.woff2?32736340") format("woff2"), url("../fontello/font/fontello-linkedin.woff?32736340") format("woff"), url("../fontello/font/fontello-linkedin.ttf?32736340") format("truetype"), url("../fontello/font/fontello-linkedin.svg?32736340#fontello") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap
}

.navbar-nav.ml-auto.menu_item {
	margin-top: 20px;
}

.productSingle {
	margin-top: 115px;
	display: block;
	overflow: auto;
	padding: 56px 0 170px;
	/* height: 994px; */
}

.color-white {
	color: #fff !important;
}

.page-template-page-center h1.subtitle {
	display: none;
}

.single-knowledge-center .newsSingle .subtitle {
	margin-bottom: 24px;
	display: none !important;
}

.single-applications h1.subtitle {
	display: none;
}

div#tablepress-7_paginate {
	display: none;
}

h1.subtitle.ndes {
	font-weight: bold;
	font-size: 20px;
	line-height: 133%;
	display: block !important;
	color: #000;
}

article#post-1192 a {
	color: #cc0066 !important;
	text-decoration: none;
}

.newsSingle__post h1 {
	color: #000;
}

.single-products .productSingle {
	
	display: block;
	overflow: auto;
	padding: 56px 0 170px;
	/* height: 994px; */
}

.single-products .inner-section .inner-image {
	padding: 52px 0px 0px 52px;
	position: relative;
}

.single-products .inner-section .inner-image:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	height: calc(100% - 52px);
	width: calc(100% - 52px);
	background: #f7f7f7;
	border-radius: 5px;
}

.single-products .inner-section .inner-image img {
	width: 100%;
	position: relative;
	border-radius: 5px;
}

.single-products .inner-section .row .col-md-6:last-child .inner-s-c {
	padding-left: 40px;
}

.single-products .inner-section .inner-s-c > * {
	margin: 0px 0px 20px 0px;
}

.single-products .inner-s-c ul li,
ul.list-s li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 1.125rem;
	line-height: 1.8;
}

.single-products .inner-s-c ul li:before,
ul.list-s li:before {
	content: "•";
	color: #006ebd;
	position: absolute;
	font-size: 1.625rem;
	left: 0px;
	top: 0px;
	line-height: 30px;
}

/*code css */
#header {
	background-color: #fff;
	padding: 0px 0 15px 0;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	height: 122px;
	z-index: 9;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.product-item-col .product-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #fff;
	padding: 15px;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	transition: all 0.2s;
	height: 100%;
}

.product-item-col .product-item .product-image-arch {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.product-item-col .product-item .product-title {
	color: #282F70;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	padding: 5px 0;
}

.product-item-col .product-item .product-image-arch {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.product-image-arch img {
	height: auto;
	max-width: 100%;
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header nav.navbar .navbar-collapse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.navbar-nav a:hover,
.sub-menu:hover .sub-menu {
	background-color: unset !important;
	color: #ae1685 !important;
}

#header nav.navbar .navbar-collapse .top-address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	border-bottom: 1px solid #ae1685;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.ms-auto {
	margin-left: auto !important;
}

#header nav.navbar .navbar-collapse .top-address ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#header nav.navbar .navbar-collapse .top-address ul li {
	margin: 0 0 0 45px;

	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
}

#header nav.navbar .navbar-collapse .top-address ul li a {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	text-decoration: unset;
	transition: all 0.3s ease-in-out;
}

#header nav.navbar .navbar-collapse .top-address ul li a .fa {
	margin: 0 5px 0 0px;
	font-size: 18px;
}

#header nav.navbar .navbar-collapse .top-address ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.navbar-expand-lg .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

#header nav.navbar ul li.nav-item {
	font-size: 16px;
}

#header nav.navbar ul li.nav-item {
	margin: 0 0 0 55px;
	font-size: 18px;
}

#header ul li.menu-item {
	margin: 0 0 0 55px;
	font-size: 18px;
}

#header nav.navbar ul li.nav-item a.nav-link {
	color: #fff;
	padding: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.single-products .sidecontent ul li ul {
	width: 747px;
}

.bg.aboutPage {

	background-size: cover;
	/* background-position: center center; */
	background-attachment: fixed;
}

.header.stick {
	left: 0;
	padding: 8px 0 10px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99;
}

.single-products .btn-gradient:hover {
	background: #ae1685;
	color: #fff !important;
}

.single-products .btn {
	color: #fff;

	margin-bottom: 40px;
}

.single-products .sidecontent {
	margin-top: unset;

}

a.btn.btn-gradient.hero__btn-gradient {

	background: #ae1685;
	color: #fff !important;

}

span.wed {
	float: right;
	margin-top: unset !important;
}

a.newgte.btn.btn-gradient.hero__btn-gradient {
	width: 300px;
	bottom: 12px;
}

.single-products .productSingle .title {
	font-weight: bold;
	font-size: 35px;
	line-height: 79%;
}

.single-products .productSingle__descr {
	width: 100%;
}

.single-products .sidecontent ul {

	padding: 0;
	margin-left: 15%;
}

.sidecontent ul li:before {
	background: #595959;
	width: 5px;
	height: 5px;
	content: '';
	position: absolute;
	border-radius: 50%;
	left: 0;
	top: 10px;
}

.sidecontent {
	margin-top: 68px;
}

.sidecontent ul li {
	float: left;
	font-family: 'Inter';
	width: 40%;
	font-size: 20px;
	line-height: 140%;
	color: #4B5563;
	margin-bottom: 0;
	line-height: 24px;

	margin: 0 0 15px;
	padding: 0 0 0 17px;
	position: relative;
}

.form__footer .descr-fz14 {
	color: #fff;
}

.single-products .productSingle__image {
	text-align: center;
	width: 50%;
	margin-left: 21%;
	margin-top: 30px;
}

.single-applications th {
	background: #000080;
	color: #fff;
	padding: 15px;
}

td.margintopp {
	position: relative;
	top: 60px;
}

.single-applications tbody,
td,
tfoot,
th,
thead,
tr {
	text-align: center;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}

.single-applications td.Investmentt {
	position: relative;

}

td.Investmentt p {
	width: 232px;
}

td.padd {
	padding: 30px;
}

td.newcolor {
	background: #FFFFC8;
	padding: 10px;
}

td.oldcolor {
	background: #99CCFF;
	padding: 10px;
}

.stick .header__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	/* justify-content: space-between; */
	width: 100%;
	margin-top: 20px;
	gap: 15px;
}

.stick .logo {
	width: 194px;
	height: 44px;
	margin-right: 20px;

}

/*.navbar-nav { 
    overflow: hidden;
}*/

.navbar-nav a {
	text-decoration: none;
	text-align: center;
	padding: 10px 12px;
}

/* START added */

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

.navbar-nav .menu-item-has-children > .sub-menu {
	display: none;
}

.navbar-nav .menu-item-has-children:hover > .sub-menu {
	display: block;
	z-index: 1;
}

/* END added */

.sub-menu {
	list-style: inherit;
	margin: 0;
	display: none;
	padding-left: 0;
	position: absolute;
	background-color: #ffffff;

}

.menu__item-product {
	display: none;
	margin-right: 25px;
	-webkit-transition: 0.4s all;
	transition: 0.4s all;
}

.sub-menu a {
	padding: 12px 16px;
	text-decoration: none;
	display: inline-block;
	text-align: left;
}

.sub-menu li {
	text-decoration: none;
	display: block;
	text-align: left;
}

.sub-menu li:hover {
	float: none;
	color: black;
	text-decoration: none;
	display: block;
	text-align: left;
}




.navbar-nav a:hover,
.sub-menu:hover .sub-menu {
	background-color: #FBAF1B;
}

.menu-main-menu {}

.menu_item a {
	font-size: 18px !important;
	font-weight: 900;
	color: #031229 !important;
	text-transform: uppercase;
	display: inline-block;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ae1685 !important;
	/* border: none; */
	text-align: center;
	color: #000 !important;
	/* border: #ae1685 !important; */
}

.wpcf7 form.sent .wpcf7-response-output {
	/* border-color: #ffb900; */
	/* margin: 2em 0.5em 1em; */
	/* padding: 0.2em 1em; */
	/* border: 2px solid #ae1685 !important; */
	/* border: none; */
	text-align: center;
	color: #000 !important;
	border-color: #46b450 !important;
	/* border: #46b450 !important; */
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-down:before {
	content: '\e800'
}

.icon-play:before {
	content: '\e801'
}

.icon-zoom-in:before {
	content: '\e802'
}

.icon-map:before {
	content: '\e803'
}

.icon-tel:before {
	content: '\e804'
}

.icon-right-open-mini:before {
	content: '\e805'
}

.icon-left-open-mini:before {
	content: '\e806'
}

.icon-right:before {
	content: '\e807'
}

.icon-left:before {
	content: '\e808'
}

.icon-mail:before {
	content: '\e809'
}

.icon-vector1:before {
	content: '\e80a'
}

.icon-vector5:before {
	content: '\e80b'
}

.icon-vector9:before {
	content: '\e80c'
}

.icon-vector12:before {
	content: '\e80d'
}

.icon-linkedin:before {
	content: '\f318';
}

.icon-vector2:before {
	content: '\e80e'
}

.icon-vector6:before {
	content: '\e80f'
}

.icon-lig:before {
	content: '\e810'
}

.icon-timer:before {
	content: '\e811'
}

.icon-vector3:before {
	content: '\e812'
}

.icon-vector7:before {
	content: '\e813'
}

.icon-vector10:before {
	content: '\e814'
}

.icon-vector13:before {
	content: '\e815'
}

.icon-vector4:before {
	content: '\e816'
}

.icon-vector8:before {
	content: '\e817'
}

.icon-vector11:before {
	content: '\e818'
}

.icon-twitter:before {
	content: '\e819'
}

.icon-fb:before {
	content: '\e81a'
}

.icon-inst:before {
	content: '\e81b'
}

.icon-th-thumb-empty:before {
	content: '\f00b'
}

.icon-question:before {
	content: '\f29c'
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	line-height: 150%;

}

html,
body {
	overflow-x: hidden
}

.container {
	width: 1440px;
	margin: 0 auto;
	z-index: 2
}

.site-box {
	padding: 100px 0 250px;
}

#primary {
	margin: 100px 0 250px;
}

img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

ul {
	list-style: none
}

a {
	text-decoration: none;
	color: inherit
}

button {
	border: none
}

span,
i,
a,
p {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit
}

.hamburger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	cursor: pointer;
	display: none
}

.hamburger span {
	display: block;
	width: 30px;
	min-height: 2px;
	background: -webkit-gradient(linear, left top, right top, from(#B31982), to(#FD4E5A));
	background: linear-gradient(90deg, #B31982 0%, #FD4E5A 100%)
}

.tac {
	text-align: center
}

.bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

.bg-filter {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

.bg-filter:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(179, 25, 130, 0.15)), to(rgba(179, 25, 130, 0.15))), rgba(0, 0, 0, 0.38);
	background: linear-gradient(0deg, rgba(179, 25, 130, 0.15), rgba(179, 25, 130, 0.15)), rgba(0, 0, 0, 0.38);
	z-index: 1
}

.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.title {
	font-weight: bold;
	font-size: 48px;
	line-height: 79%
}

.title span {
	margin-top: 8px;
	display: block;
	font-weight: 500;
	font-size: 24px;
	line-height: 158%
}

.title-fz24 {
	font-weight: bold;
	font-size: 24px;
	line-height: 133%
}

.title-fz28 {
	font-weight: bold;
	font-size: 28px;
	line-height: 133%
}

.subtitle {
	font-weight: bold;
	font-size: 36px;
	line-height: 133%
}

.descr {
	font-family: 'Inter'
}

.descr-gray {
	color: #9CA3AF
}

.descr-fz14 {
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px !important;
	line-height: 150% !important;

	font-weight: 300;

}

.descr-fz18 {
	font-family: 'Inter';
	font-size: 18px;
	line-height: 156%
}

.descr-fz20 {
	font-family: 'Inter';
	font-size: 20px;
	line-height: 140%;
	color: #4B5563
}

.card-title {
	font-weight: bold;
	font-size: 21px;
	line-height: 148%;
	color: #4B5563
}

.card-title-white {
	color: #fff
}

.zoom {
	margin-top: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 8px;
	color: #9CA3AF;
	cursor: pointer
}

.line3 {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(100px, 500px))[3];
	grid-template-columns: repeat(3, minmax(100px, 500px));
	gap: 16px
}

.line4 {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(100px, 430px))[4];
	grid-template-columns: repeat(4, minmax(100px, 430px));
	gap: 16px
}

.overlay_active {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	z-index: 2
}

.overlay_active .productSingle__image-wrap,
.overlay_active .specifications__image-wrap {
	position: absolute;
	z-index: 333;
	width: 60%;
	height: 80%;
	top: 10%;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%)
}

.overlay_active .productSingle__image-wrap img,
.overlay_active .specifications__image-wrap img {
	margin-top: 0;
	height: 100%
}

.overlay_active .zoom {
	display: none
}

.overlay_active .close {
	display: block;
	z-index: 4;
	position: absolute;
	right: -3%;
	top: 0;
	color: #000;
	font-size: 24px;
	cursor: pointer
}

.overlay_active .gallery__item {
	position: absolute;
	display: block;
	top: 10%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 70%;
	height: 80%
}

.overlay_active .gallery__item .video {
	position: absolute;
	display: block;
	top: 10%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 70%;
	height: 80%
}

.link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px
}

.link div {
	font-weight: 500;
	font-size: 18px;
	line-height: 156%;
	color: #ae1685;
	display: block;
}

.started {
	min-height: 470px !important;
}

.started {

	margin-top: -225px;
	padding: 14% 0;
	-webkit-clip-path: polygon(0 0, 100% 9%, 100% 100%, 0 96%);
	clip-path: polygon(0 0, 100% 9%, 100% 100%, 0 96%);
}

.link-white {
	font-weight: 500;
	font-size: 18px;
	line-height: 156%;
	color: #fff !important;
	text-decoration: none;
}

.link-mobile-color i {
	display: none
}

.info {
	padding: 12px 0;
	background: #F3F4F6;
	min-height: 44px;
	z-index: 1
}

.info__wrap {
	text-align: center;
	color: #6B7280
}

.page-label {
	margin-bottom: 20px;
	padding: 0 8px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 32px;
	position: relative;
	border-radius: 8px 4px
}

.page-label::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 8px 4px;
	padding: 2px;
	background: #ae1685;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
}

.page-label__text {
	font-size: 12px;
	line-height: 200%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #ae1685;
}

.page-label-center {
	text-align: center
}

.color-white {
	color: #fff
}

.gray500 {
	margin-bottom: 8px;
	color: #6B7280
}

.content {
	display: none
}

.content_active {
	display: block
}

.item-opacity {
	padding: 24px;
	background: rgba(0, 0, 0, 0.22);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border-radius: 24px 8px
}

.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	height: 62px;
	cursor: pointer;
	border-radius: 12px 4px;
	font-family: 'Inter';
	font-size: 18px;
	font-weight: 500
}

.btn-gradient {
	background: #ae1685;
	color: #fff;
	gap: 16px;
}

.btn-gradient:hover {
	background: #ae1685;
}

.btn-clear {
	background: rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06);
	gap: 8px
}

.btn-clear div {
	font-family: 'Inter';
	font-size: 18px;
	font-weight: 500;
	width: 100%;
	color: #ae1685;
	width: auto;
	display: block
}

.btn-clear div i {
	display: block
}

.btn-clear:hover {
	background: rgba(255, 255, 255, 0.7)
}

.btns__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px
}

.header-homePage {
	position: absolute;
	width: 100%
}

.header {
	position: absolute;
	width: 100%;
	min-height: 92px;
	padding: 35px 0;
	background: rgba(255, 255, 255, 0.46);
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	z-index: 2
}

.header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 15px
}

.header__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	/*justify-content: space-between;*/
	width: 100%;
	gap: 15px
}

.header__wrap > ul {
	display: inline-flex;
	margin: 0px;
	padding: 0px;
}

.header__wrap > ul li:not(:last-child) {
	margin-right: 15px;
}

.header__wrap > ul li a {
	font-size: 14px;
	color: #000;
	background-color: #fff;
	border-radius: 4px;
	font-weight: 600;
	padding: 6px 12px;
	display: inline-flex;
	text-decoration: none;
	align-items: center;
}

.header__wrap > ul li a i {
	margin-right: 8px
}

.header__wrap .menu__list .menu-item a,
.header__wrap .menu__list .menu__item a {
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
	color: #ae1685;
}

.header__btn {
	font-size: 16px;
	width: 165px;
	height: 48px
}

.logo {
	width: 194px;
	height: 54px;
	margin-right: 20px;

}

.menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 15px;
	margin: 0px;
	padding: 0px;
}

.menu__item {
	font-family: 'Inter';
	font-weight: 500
}

.menu .product-menu {
	background: #fff;
	-webkit-box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
	border-radius: 0px 0px 4px 12px;
	position: absolute;
	width: 100%;
	padding: 0;
	z-index: -1;
	top: 96px;
	-webkit-animation: fadeIn 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	animation: fadeIn 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	display: none
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.menu .product-menu .link div {
	font-size: 16px
}

.menu .product-menu .d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px
}

.menu .product-menu__row-main {
	margin-bottom: 24px
}

.menu .product-menu__row {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(6, minmax(30px, 500px));
}

.menu .product-menu__row .item-opacity:first-child {
	grid-column: 1/4;
}

.menu .product-menu__row .item-opacity:nth-child(2) {
	grid-column: 4/7;
}

.menu .product-menu__row-main .item-opacity {
	width: 50%
}

.menu .product-menu__row .item-opacity:nth-child(2) .product__links {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr)
}

.menu .product-menu__row .product__image {
	height: 300px;
	background-blend-mode: screen, normal
}

.menu .product-menu__row .item-opacity {
	height: 390px
}

.menu .product-menu .item-opacity {
	background: #F9FAFB;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px
}

.menu .product-menu .product__link {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.menu .product-menu .product__link:after {
	position: absolute;
	content: '';
	background-image: url("../img/arrow-right.svg");
	width: 8px;
	height: 14px;
	right: -14px
}

.menu .product-menu .product__links {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	row-gap: 12px
}

.menu__item-product {
	margin-right: 25px;
	-webkit-transition: 0.4s all;
	transition: 0.4s all
}

.menu__item-product_active .menu__link-product:after {
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 44%
}

.menu__item-product_active .product-menu {
	top: 0;
	left: 0;
	padding: 120px 0 40px;
	display: block
}

.menu__link-product {
	position: relative;
	cursor: pointer;
}

.menu__link-product:after {
	content: '';
	position: absolute;
	border-bottom: 2px solid #6B7280;
	border-left: 2px solid #6B7280;
	width: 7px;
	height: 7px;
	top: 22%;
	right: -20px;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	cursor: pointer;
}

a.btn.btn-clear.hero__btn-clear.newss {
	background-color: #fff;
	border-radius: 16px 4px;
	color: #ae1685;
}

.hero {
	/* padding: 96px 0 180px; */
	padding: 96px 0 0px;

	/*min-height: 1121px;*/
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
	background-blend-mode: screen, normal;
	position: relative;
}

.slick-slide img {
	max-height: 350px;
}

a.btn.newcust.btn-gradient.hero__btn-gradient {
	background-color: #ae1685;
	border-radius: 16px 4px;
	color: #fff !important;
}

.btns__wrapsd {
	text-align: center;
	color: #fff;
}

a.btn.newcust.btn-gradient.hero__btn-gradient div {
	color: #fff;
}

.hero__wrap {
	margin-top: 165px
}

.search {
	margin-left: auto;
}

.headersearch {
	position: relative;
}

.headersearch input {
	width: 200px;
	font-size: 14px;
	padding: 6px 10px;
	border-radius: 5px;
	padding-left: 38px;
	border: 2px solid #ae1685;
}

.headersearch button {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	transform: translate(0, -50%);
	left: 10px;
	opacity: .6;
	pointer-events: none;
}

.headersearch button img {
	width: 24px;
}

.hero__wrap .btn {
	background-color: #fff;
	border-radius: 16px 4px;
	color: #ae1685
}

.hero__wrap .btn-gradient {
	background-color: #ae1685;
	border-radius: 16px 4px;
	color: #fff !important
}

.hero__wrap .btn:focus,
.hero__wrap .btn:hover {
	border-color: #ae1685;
	color: #ae1685 !important
}

.hero__title {
	font-weight: 500;
	font-size: 72px;
	line-height: 100%;
	letter-spacing: -0.04em;
	text-shadow: 0px 4px 7px rgba(255, 255, 255, 0.23)
}

.hero__title span {
	display: block;
	margin-top: 24px;
	width: 340px;
	font-weight: bold;
	font-style: italic;
	color: #ae1685;
}

.hero .descr-fz20 {
	width: 100%;
	margin-top: 24px
}

.hero .btns__wrap {
	margin-top: 56px
}

.hero__btn-gradient {
	width: 268px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06)
}

.hero__btn-clear {
	width: 294px
}

.hero__btn-clear div {
	gap: 8px;
	font-family: 'Inter';
	font-size: 18px;
	font-weight: 500;
	color: #ae1685;
}

.hero__btn-clear i {
	display: inline-block
}

.hero:before {
	width: 50%;
	content: '';
	margin-left: 50%;
	background-color: rgb(82, 128, 173);

	position: absolute;
	top: 0px;
	bottom: 0px;
	margin-bottom: 0px;
}

.herobanner-container {
	z-index: 1;
	position: relative;
	/* padding:90px 60px 60px;	 */
	padding: 90px 60px 60px;
	color: #fff;
}

.navigationhero {
	display: flex;
	align-items: center;
	color: #fff;
	justify-content: center;
	margin-bottom: 15px;
}

.navigationhero .pagingInfo {
	margin: 0px 15px;
	display: inline-flex;
}

.navigationhero .slick-arrow {
	color: #222;
	background-color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;

}

.heroslider h2 {
	color: #fff;
}

.heroslider p {
	color: #fff;
}

.page-template-page-prod-selector-php .pst {
	margin-top: 147px;
	padding: 56px 0 80px;
	margin-bottom: 250px;
}

.about {
	padding: 53px 0 73px
}

.sepragencount {
	background: #fff;
	padding: 170px 0 80px;
	/*clip-path: polygon(0 0%, 100% 45%, 100% 100%, 0% 100%);*/
	margin-top: -193px;
}

.sepragencount-widget {
	display: flex;
	width: 100%;
	padding: 30px 0px;
}

.sepragencount-image {
	width: 60px;
	height: 60px;
	flex: 0 0 40px;
	margin-right: 16px;
}

.sepragencount-image img {
	max-width: 100%;
}

.sepragencount-content {
	width: 100%;
}

.sepragencount-content h2 {
	font-size: 38px;
	font-weight: bold;
	color: #ae1685;
	margin: 0px;
	line-height: 110%;
}

.sepragencount-content p {
	margin: 0px;
	font-size: 16px;
	font-weight: 500;
	color: #ae1685;
}

.about .descr-fz18 {
	margin-top: 24px;
	color: #4B5563;
	width: 59%
}

.about__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 48px
}

.about__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px
}

.about__items-wrap {
	margin-top: 59px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	position: relative
}

.about__items-wrap::before {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: '';
	width: 413px;
	height: 413px;
	background: rgba(179, 25, 130, 0.06);
	-webkit-filter: blur(155px);
	filter: blur(155px)
}

.about__items-wrap::after {
	position: absolute;
	content: '';
	width: 500px;
	height: 499px;
	background: rgba(62, 89, 166, 0.15);
	-webkit-filter: blur(155px);
	filter: blur(155px);
	z-index: -1;
	top: 23%
}

.about__items-transform {
	-webkit-transform: translateY(-172px);
	transform: translateY(-172px)
}

.about__image {
	margin-top: 103px;
	min-width: 538px;
	height: 821px;
	background-blend-mode: screen, normal;
	border-radius: 40px 8px
}

.about__item {
	position: relative;
	padding: 24px;
	padding-left: 96px;
	width: 419px;
	min-height: 231px;
	background: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border-radius: 24px 8px
}

.about__item-icon {
	margin-top: 5px;
	position: absolute;
	width: 48px;
	height: 48px;
	left: 24px;
	display: block;
}

.about__item:nth-child(2) .about__item-icon {
	font-size: 28px
}

.about__descr {
	margin-top: 8px;
	color: #9CA3AF
}


.application__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*gap: 48px*/
	width: 100%;
}

.application__wrap .about__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px
}

.application__wrap .about__items-wrap {
	margin-top: 59px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*gap: 16px;*/
	width: 100%;
	position: relative
}

.applicationsitem {
	padding: 0px 12px;
}

.aplicationcontainer {
	width: 100%
}

.application__wrap .about__items-wrap::before {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: '';
	width: 413px;
	height: 413px;
	background: rgba(179, 25, 130, 0.06);
	-webkit-filter: blur(155px);
	filter: blur(155px)
}

.application__wrap .about__items-wrap::after {
	position: absolute;
	content: '';
	width: 500px;
	height: 499px;
	background: rgba(62, 89, 166, 0.15);
	-webkit-filter: blur(155px);
	filter: blur(155px);
	z-index: -1;
	top: 23%
}

.application__wrap .about__items-transform {
	-webkit-transform: translateY(-172px);
	transform: translateY(-172px)
}


.application__wrap .about__item {
	position: relative;
	padding: 0 0 24px;
	padding-left: 0px;
	width: 100%;
	min-height: 231px;
	background: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border-radius: 24px 8px
}

.application__wrap .about__item .card-title {
	padding: 0px 24px;
}

.application__wrap .about__item-icon {
	position: relative;
	width: 100%;
	height: 100%;
	left: 24px;
	display: block;
	max-height: 280px;
	margin-bottom: 24px;
}

.application__wrap .about__item:nth-child(2) .about__item-icon {
	font-size: 28px
}

.application__wrap .about__descr {

	margin-top: 8px;
	padding: 0px 24px;
	color: #9CA3AF;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	overflow: hidden;
	display: -webkit-box;
	/*   -webkit-box-orient: vertical; */
}

.slider-wrap {
	display: none;
}


.slick-prev:before,
.slick-next:before {
	background-color: #ae1685;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.aboutPage {
	margin-top: 96px;
	min-height: 1065px;
	padding: 56px 0;
	background-blend-mode: normal, screen, normal;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%)
}

.aboutPage__wrap {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 24px
}

.aboutPage__info {
	width: 60%;
	color: #ffff
}

.aboutPage__info p {
	color: #ffff;
	font-family: 'Inter';
	font-size: 20px;
	line-height: 140%;

}

.aboutPage__info p:not(:last-child) {
	margin-bottom: 28px;

}

.aboutPage__descr {
	padding-bottom: 140px
}

.aboutPage__descr-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px
}

.aboutPage__descr-item:not(:last-child) {
	margin-bottom: 40px
}

.aboutPage__descr-title {
	width: 15%;
	font-weight: bold;
	font-size: 24px;
	line-height: 133%
}

.aboutPage__descr .descr-fz18 {
	width: 67%;
	color: #6B7280
}

.media {
	width: 40%
}

.media iframe,
.media .video {
	width: 100%;
	height: 296px;
	border-radius: 24px 8px
}

.media p {
	margin-top: 16px;
	text-align: center;
	font-family: 'Inter';
	font-weight: 300;
	font-size: 14px;
	line-height: 143%;
	color: #9CA3AF;
}

.sepgaren-image {
	min-height: 812px;
	background-position-y: 21%;
	background-blend-mode: screen, normal;
	-webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
	clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%)
}

.history {
	min-height: 500px;
	margin-bottom: 111px
}

.history__subtext {
	margin-top: 8px;
	font-size: 21px;
	color: #9CA3AF
}

.history__wrap {
	width: 58%;
	margin: 0 33%
}

.history__items {
	position: relative
}

.history__items:after {
	position: absolute;
	content: '';
	width: 1px;
	height: 70px;
	background: #D1D5DB;
	height: 98%;
	background: #D1D5DB;
	top: 0;
	left: 40px;
	z-index: -1
}

.history__item {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 46px;
	position: relative
}

.history__year {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 76px;
	height: 48px;
	background: #FFF;
	border: 1px solid #D1D5DB;
	border-radius: 12px 4px;
	font-weight: 500;
	font-size: 21px;
	color: #6B7280
}

.history__text {
	font-size: 21px;
	color: #4B5563
}

.history__btn {
	margin-top: 40px;
	width: 195px;
	height: 52px;
	border: 1px solid #D1D5DB;
	background: #fff;
	gap: 8px
}

.history__btn div,
.history__btn i {
	color: #ae1685;
	display: block
}

.history-hidden {
	display: none
}

.clients {
	padding: 330px 0 363px;
	min-height: 1592px;
	background-blend-mode: screen, normal, normal;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	-webkit-clip-path: polygon(0 0%, 100% 10%, 100% 100%, 0% 90%);
	clip-path: polygon(0 0%, 100% 10%, 100% 100%, 0% 90%)
}

.clients__media {
	margin: 0 auto;
	width: 952px
}

.clients__media iframe,
.clients__media .video {
	height: 502px
}

.clients__title {
	margin-top: 114px;
	text-align: center
}

.clients__wrap {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px
}

/* .clients .line3,
.clients .line4 {
	gap: 24px;
	margin: 0
} */

.clients__item {
	width: 23.7%;
	border-radius: 24px 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 78px;
	background: #fff;
	opacity: 0.5;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px)
}

.clients__item:nth-last-child(-n+3) {
	width: 32%;
}

.clients__item img {
	width: auto;
	mix-blend-mode: multiply
}

.product {
	padding: 219px 0 250px;
	-webkit-clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
	clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%)
}

.product .container {
	position: relative
}

.product:after {
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px)
}

.product__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.productitem {
	padding: 0 12px;
}

.product__wrap {
	margin-top: 40px;
	/*display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(100px, 342px))[4];
	grid-template-columns: repeat(4, minmax(100px, 342px));
	gap: 24px;
	grid-auto-flow: row*/
}

.product .descr-gray p {
	margin-top: 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #9CA3AF;
}

.product__item {
	padding: 24px;
	height: 406px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/*text-decoration: none;*/
}

.product__item .card-title {
	margin: 24px 0 8px;
	/* display: -webkit-box;
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; */
}

.product__text {
	z-index: 1;
	position: relative;
	width: 100%
}

.product__image {
	background-blend-mode: screen, normal, normal;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 223px;
	border-radius: 24px 8px
}

.main-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: unset;
	-webkit-box-direction: unset;
	-ms-flex-direction: unset;
	flex-direction: unset;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
	position: relative
}

.main-item .product__image {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.productPage {
	margin-top: 96px;
	padding: 56px 0 139px;
	min-height: 884px;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 92%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 92%);
	background-blend-mode: normal, screen, normal
}

.productPage__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 56px
}

.productPage__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 24px
}

.productPage__item-text {
	padding: 40px;
	width: 50%
}

.productPage__item-text ul li {
	color: #fff;
	font-family: 'Inter';
	font-size: 20px;
	line-height: 140%;
}

.productPage .card-title {
	margin: 24px 0 8px
}

.productPage .descr {
	color: #E5E7EB
}

.productPage .descr-fz18 {
	margin-top: 10px;
	width: 50%;
	color: #E5E7EB
}

.productPage .descr-fz20 {
	margin: 12px 0 34px;
	width: 87%;
	color: #E5E7EB
}

.productPage__image {
	width: 684px;
	height: 476px
}

.productPage__wrap {
	margin-top: 76px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(100px, 464px))[3];
	grid-template-columns: repeat(3, minmax(100px, 464px));
	gap: 24px;
	grid-auto-flow: row
}

.productPage__wrap .productPage__item-reverse {
	grid-column: 1/4;
}

.productPage__wrap .productPage__item-reverse .productPage__image {
	min-width: 684px;
	height: 476px
}

.productPage__wrap .product__image {
	width: 100%;
	height: 240px
}

.productPage__wrap .productPage__item-text {
	width: 100%
}

.productPage__wrap .link {
	margin-top: 8px
}

.productPage-item {
	padding: 135px 0 275px;
	min-height: 816px;
	-webkit-clip-path: polygon(0 0%, 100% 5%, 100% 100%, 0% 92%);
	clip-path: polygon(0 0%, 100% 5%, 100% 100%, 0% 92%);
	margin-top: -100px
}

/* .select-par {
	padding: 148px 0 350px;
} */
.select-par__img {
	margin: 16px auto;
	display: block;
	width: 50%;
}

.select-par__text {
	font-weight: 500;
	text-align: center;
	color: #6B7280;
}

.select-par__btn {
	margin: 40px auto 0;
	width: 364px;
	height: 62px;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #9CA3AF;
	backdrop-filter: blur(20px);
	border-radius: 12px 4px;
}

#filtering-results .link {
	margin: 8px auto 0;
}

#filtering-results .family__item {
	gap: 0;
}

#filtering-results .card-title {
	margin-top: 24px;
}

.n-pd {
	padding: 0
}

.system-descr {
	padding: 170px 0 275px;
	margin-top: -83px;
	background-blend-mode: screen, normal, normal;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	-webkit-clip-path: polygon(0 0%, 100% 10%, 100% 100%, 0% 94%);
	clip-path: polygon(0 0%, 100% 10%, 100% 100%, 0% 94%)
}

.system-descr__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.system-descr .descr {
	color: #D1D5DB
}

.system-descr .descr-fz18 {
	width: 50%;
	color: #E5E7EB
}

.system-descr__wrap {
	margin-top: 40px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(100px, 470px))[3];
	grid-template-columns: repeat(3, minmax(100px, 470px));
	gap: 24px 16px
}

.system-descr__item {
	min-height: 279px;
	text-align: center
}

.system-descr__item img {
	margin: 0 auto 24px;

	background: -webkit-gradient(linear, left top, right top, from(#B31982), to(#FD4E5A));
	background: linear-gradient(90deg, #B31982 0%, #FD4E5A 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #B31982;
	display: block;
	font-size: 40px;
	text-align: center
}

.productSingle {
	margin-top: 96px;
	padding: 56px 0 170px
}

.productSingle__wrap {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 24px
}

.productSingle__descr {
	width: 60%
}

.productSingle .descr-hidden {
	display: block
}

.productSingle__image-wrap {
	width: 100%
}

.productSingle__image {
	width: 40%
}

.productSingle__image img {
	width: 100%
}

.productSingle__btn {
	margin: 40px auto 0;
	gap: 16px;
	width: 291px
}

.handling {
	-webkit-clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%);
	clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%);
	padding: 173px 0 190px;
	margin-top: -173px
}

.handling .descr-fz20 {
	width: 68%;
	margin: 24px auto 0;
	color: #D1D5DB
}

.handling__p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px;
	width: 48px;
	height: 48px;
	font-family: 'Inter';
	font-weight: bold;
	font-size: 18px;
	line-height: 156%;
	color: #FFFFFF;
	text-transform: uppercase;
	position: relative
}

.handling__p::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	padding: 2px;
	background: -webkit-gradient(linear, left top, right top, from(#B31982), to(#FD4E5A));
	background: linear-gradient(90deg, #B31982 0%, #FD4E5A 100%);
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude
}

.handling__wrap {
	margin-top: 24px;
	display: -ms-grid;
	display: grid;
	gap: 24px
}

.handling__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.specifications {
	padding-bottom: 100px
}

.specifications__wrap {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px
}

.specifications__title {
	width: 42%;
	text-align: right;
	font-weight: bold;
	font-size: 24px
}

.specifications__image-wrap {
	width: 308px
}

.specifications__descr {
	width: 50%
}

.specifications__descr img {
	margin-top: 40px;
	width: 100%;
	height: 229px
}

.select {
	position: relative
}

.select__header {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 16px 24px;
	width: 464px;
	height: 60px;
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid #4B5563;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border-radius: 12px 8px;
	cursor: pointer
}

select {
	padding: 16px 24px;
	width: 464px;
	height: 60px;
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid #4B5563;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border-radius: 12px 8px;
	cursor: pointer;
	font-family: 'Inter';
	font-size: 18px;
	color: #9CA3AF
}

.select__header::before {
	content: '';
	position: absolute;
	right: 24px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 8px;
	width: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.select__current {
	font-family: 'Inter';
	font-size: 18px;
	color: #9CA3AF
}

.select__body {
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid #4B5563;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border-radius: 12px 8px;
	overflow: overlay;
	border-top: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 3
}

.select__item {
	padding: 16px 24px;
	cursor: pointer;
	color: #9CA3AF
}

.select__item:hover {
	background: rgba(0, 0, 0, 0.3)
}

.select.is-active .select__body {
	display: block
}

.select.is-active .select__header::before {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg)
}

.close {
	display: none
}

.gallery {
	min-height: 900px;
	padding-bottom: 60px;
	margin-bottom: 250px
}

.gallery .container {
	width: 1244px
}

.gallery__wrap {
	margin-top: 24px;
	padding: 24px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(100px, 180px))[6];
	grid-template-columns: repeat(6, minmax(100px, 180px));
	gap: 24px
}

.gallery__item {
	width: 100%;
	height: 100px;
	border-radius: 12px 8px
}

.gallery__item video {
	width: 100%;
	border-radius: 12px 8px
}

.gallery__item img,
.gallery__item iframe {
	width: 100%;
	height: 100%;
	border-radius: 12px 8px
}

.gallery__item-main {
	height: 660px
}

.gallery .main-img {
	-ms-grid-column: 1;
	-ms-grid-column-span: 6;
	grid-column: 1/7
}

.show-more-descr {
	margin-top: 16px;
	width: 343px;
	height: 52px;
	border: 1px solid #D1D5DB;
	display: none
}

.show-more-descr:after {
	content: none
}

.testimonials {
	padding: 118px 0 190px;
	position: relative;
	background: #fff
}

.testimonials:before {
	position: absolute;
	content: '';
	width: 326px;
	height: 326px;
	background: rgba(62, 89, 166, 0.15);
	-webkit-filter: blur(155px);
	filter: blur(155px);
	top: -37%;
	left: 56%;
	z-index: -1
}

.testimonials__tabs {
	margin-top: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 14px;
	border-bottom: 2px solid #E5E7EB
}

.testimonials__tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 206px;
	height: 78px;
	padding-bottom: 18px;
	border-radius: 4px;
	cursor: pointer
}

.testimonials__tab img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-o-object-fit: contain;
	object-fit: contain;
	width: auto
}

.testimonials .tab_active {
	border-bottom: 2px solid #B31982
}

.testimonials .tab_active img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.testimonials__content {
	margin-top: 76px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 100px;
	position: relative;
	display: none
}

.testimonials__content:before {
	position: absolute;
	content: '';
	width: 191px;
	height: 191px;
	background: rgba(179, 25, 130, 0.2);
	-webkit-filter: blur(155px);
	filter: blur(155px);
	top: -56px;
	left: -125px;
	z-index: -1
}

.testimonials__text {
	width: 75%;
	font-family: 'Inter';
	font-weight: 300;
	font-size: 24px;
	line-height: 133%;
	color: #4B5563
}

.testimonials__item {
	width: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.testimonials__photo {
	margin-bottom: 24px;
	width: 160px;
	height: 160px;
	border-radius: 24px 8px
}

.testimonials .descr {
	color: #6B7280
}

.testimonials .content_active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.slider-counter {
	display: none
}

.process {
	padding: 125px 0 250px;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(179, 25, 130, 0.25)), to(rgba(179, 25, 130, 0.25))), #000;
	background: linear-gradient(0deg, rgba(179, 25, 130, 0.25), rgba(179, 25, 130, 0.25)), #000;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	-webkit-clip-path: polygon(0 0%, 100% 10%, 100% 100%, 0% 84%);
	clip-path: polygon(0 0%, 100% 10%, 100% 100%, 0% 84%)
}

.process__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px
}

.process__item-wrap {
	width: 61%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.process__wrap {
	margin-top: 24px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	grid-template-areas: 'item1 item-main'
		'item2 item-main'
}

.process__wrap .item1 {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: item1
}

.process__wrap .item2 {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
	grid-area: item2
}

.process .item-main {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 2;
	grid-area: item-main;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.process .item-main .process__image {
	width: 100%;
	height: 349px
}

.process .item-main .process__item-wrap {
	width: 100%
}

.process .card-title {
	margin-bottom: 8px
}

.process__image {
	background-blend-mode: screen, normal;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 224px;
	height: 224px;
	border-radius: 24px 8px
}

.started {
	min-height: 832px;
	margin-top: -225px;
	padding: 14% 0;
	-webkit-clip-path: polygon(0 0, 100% 9%, 100% 100%, 0 96%);
	clip-path: polygon(0 0, 100% 9%, 100% 100%, 0 96%)
}

.started .container {
	position: relative
}

.started__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.started .descr {
	width: 48%;
	margin-top: 16px;
	color: #E5E7EB
}

.started .btn-gradient {
	margin-top: 40px;
	width: 220px
}

.systemPage {
	margin-top: 96px;
	padding: 56px 0;
	min-height: 1351px;
	background-blend-mode: normal, screen, normal;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

.systemPage__item {
	margin-top: 40px;
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 56px
}

.systemPage__wrap {
	width: 43%
}

.systemPage .descr-fz20,
.systemPage .descr-fz18 {
	margin-top: 8px;
	color: #E5E7EB;
	width: 100%
}

.systemPage .descr-fz18 {
	margin-top: 16px
}

.systemPage__image {
	border-radius: 24px 8px;
	width: 723px;
	height: 646px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-blend-mode: screen, normal
}

.overview-item {
	padding-left: 46px;
	position: relative;
	margin-top: 48px
}

.overview-item img {

	position: absolute;
	top: 0;
	left: 0;

}

.family {
	padding-bottom: 120px
}

.family__wrap {
	margin-top: 24px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(100px, 464px))[3];
	grid-template-columns: repeat(3, minmax(100px, 464px));
	gap: 24px
}

.family__item {
	text-align: center;
	display: -ms-grid;
	display: grid;
	gap: 24px;
	padding: 24px
}

.family__image {
	height: 240px;
	background-blend-mode: screen, normal;
	border-radius: 24px 8px
}

.contact {
	background-position-y: 44%;
	-webkit-clip-path: polygon(0 0%, 100% 10%, 100% 100%, 0% 90%);
	clip-path: polygon(0 0%, 100% 10%, 100% 100%, 0% 90%);
	padding: 135px 0
}

.contact .descr-fz18 {
	margin-top: 24px;
	color: #E5E7EB
}

.form {
	width: 952px;
	margin: 40px auto 0
}

.form__wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(100px, 500px))[2];
	grid-template-columns: repeat(2, minmax(100px, 500px));
	gap: 24px
}

.form label {
	display: block;
	margin: 0 0 8px 24px
}

.form input,
.form textarea {
	color: #fff;
	padding: 16px 24px;
	width: 464px;
	height: 60px;
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid #4B5563;
	outline: none;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border-radius: 12px 8px
}

.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
	font-family: 'Inter';
	font-size: 18px;
	color: #9CA3AF
}

.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
	font-family: 'Inter';
	font-size: 18px;
	color: #9CA3AF
}

.form input::-ms-input-placeholder,
.form textarea::-ms-input-placeholder {
	font-family: 'Inter';
	font-size: 18px;
	color: #9CA3AF
}

.form input::placeholder,
.form textarea::placeholder {
	font-family: 'Inter';
	font-size: 18px;
	color: #9CA3AF
}

.form textarea {
	width: 100%;
	height: 168px
}

.form .textarea {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1 / 3
}

.form__btn {
	width: 183px;
	height: 62px;
	gap: 16px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06)
}

.form__footer {
	margin-top: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px
}

.form__footer .descr-fz14 {
	color: #9CA3AF
}

/* .link-policy .descr-fz14 {
	color: #9CA3AF;
	position: absolute;
    bottom: 12px;
    margin-left: 223px;
} */

.form__footer a {
	font-family: 'Inter';
	font-size: 14px;
	color: #E5E7EB
}

.contactUs-hero {
	margin-top: 96px;
	padding: 56px 0
}

.contactUs-hero__wrap {
	padding: 24px;
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 24px;
	background: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border-radius: 24px 8px;
	position: relative;
	z-index: 1
}

.contactUs-hero__wrap:before {
	position: absolute;
	content: '';
	width: 457px;
	height: 461px;
	background: rgba(62, 89, 166, 0.06);
	-webkit-filter: blur(155px);
	filter: blur(155px);
	top: -11%;
	left: -4%;
	z-index: -1
}

.contactUs-hero__wrap:after {
	position: absolute;
	content: '';
	width: 436px;
	height: 436px;
	background: rgba(179, 25, 130, 0.1);
	-webkit-filter: blur(155px);
	filter: blur(155px);
	right: -2%;
	top: -11%;
	z-index: -1
}

.contactUs-hero__items {
	padding: 40px;
	width: 100%;
	display: -ms-grid;
	display: grid;
	gap: 40px
}

.contactUs-hero__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 8px
}

.contactUs-hero .phone-wrap,
.contactUs-hero .address-wrap {
	display: -ms-grid;
	display: grid;
	gap: 16px
}

.contactUs-hero .mail-wrap {
	display: -ms-grid;
	display: grid;
	gap: 8px
}

.contactUs-hero__subtitle {
	margin-left: 48px;
	width: 35%;
	color: #6B7280
}

.contactUs-hero__subtitle i {
	background: -webkit-gradient(linear, left top, right top, from(#B31982), to(#FD4E5A));
	background: linear-gradient(90deg, #B31982 0%, #FD4E5A 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #B31982;
	background: linear-gradient(90deg, #B31982 0%, #FD4E5A 100%)
}

.contactUs-hero__text {
	width: 50%;
	font-weight: 500;
	line-height: 160%;
	color: #4B5563
}

.contactUs-hero__map {
	width: 100%
}

.contactUs-hero__map iframe {
	width: 100%;
	height: 440px;
	border-radius: 24px 8px
}

.address-wrap,
.phone-wrap,
.mail-wrap {
	position: relative
}

.address-wrap i,
.phone-wrap i,
.mail-wrap i {
	font-size: 24px;
	position: absolute;
	color: #ae1685;
}

.distrib {
	padding: 40px 0;
	margin-bottom: 250px
}

.distrib__wrap {
	margin-top: 24px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(100px, 500px))[3];
	grid-template-columns: repeat(3, minmax(100px, 500px));
	gap: 16px;
	position: relative
}

.distrib__wrap:before {
	content: '';
	position: absolute;
	width: 436px;
	height: 436px;
	background: rgba(179, 25, 130, 0.1);
	-webkit-filter: blur(155px);
	filter: blur(155px);
	left: 19%;
	top: -3%;
	z-index: -1
}

.distrib__wrap:after {
	content: '';
	position: absolute;
	width: 457px;
	height: 461px;
	background: rgba(62, 89, 166, 0.15);
	-webkit-filter: blur(155px);
	filter: blur(155px);
	right: 19%;
	top: 17%;
	z-index: -1
}

.distrib__item {
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	gap: 24px;
	padding: 40px 64px;
	background: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border-radius: 24px 8px
}

.distrib__icon {
	margin: 0 auto;
	width: 48px;
	height: 48px
}

.distrib__text {
	margin-left: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px
}

.distrib__text i {
	background: -webkit-gradient(linear, left top, right top, from(#B31982), to(#FD4E5A));
	background: linear-gradient(90deg, #B31982 0%, #FD4E5A 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #B31982
}

.distrib .address-wrap i,
.distrib .phone-wrap i,
.distrib .mail-wrap i {
	font-size: 16px
}

.team {
	padding-bottom: 114px;
	margin-bottom: 111px
}

.team .subtitle {
	margin-bottom: 40px
}

.team__text {
	font-size: 21px;
	color: #9CA3AF
}

.team__wrap {
	margin-top: 12px;
	display: -ms-grid;
	display: grid;
	gap: 40px
}

.team__item {
	padding: 24px
}

.team__item-main {
	width: 75%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px
}

.team__item-main .team__name {
	margin: 0 0 4px
}

.team__item-main .descr-fz18 {
	margin-top: 16px;
	color: #6B7280
}

.team .line4,
.team .line3 {
	gap: 24px
}

.team .line3 {
	-ms-grid-columns: (minmax(100px, 342px))[3];
	grid-template-columns: repeat(3, minmax(100px, 342px));
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.team__photo {
	background-blend-mode: screen, normal;
	border-radius: 24px 8px;
	min-width: 294px;
	height: 240px
}

.team__name {
	margin: 24px 0 8px;
	font-weight: bold;
	font-size: 21px;
	line-height: 31px;
	color: #4B5563
}

.team .descr {
	color: #9CA3AF
}

.knowladgeCenter {
	margin-top: 96px;
	padding: 56px 0 125px;
	background-blend-mode: screen, normal, normal;
	-webkit-clip-path: polygon(0 0%, 100% 10%, 100% 100%, 0% 90%);
	clip-path: polygon(0 0%, 100% 10%, 100% 100%, 0% 90%)
}

.knowladgeCenter__hero {
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%)
}

.knowladgeCenter__item {
	margin-top: 53px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	grid-gap: 24px
}

.knowladgeCenter .descr-fz20 {
	margin: 8px 0;
	color: #E5E7EB
}

.knowladgeCenter__image {
	width: 684px;
	height: 564px;
	background-blend-mode: screen, normal;
	border-radius: 24px 8px
}

.knowladgeCenter__section {
	padding: 24px 0
}

.knowladgeCenter__section .knowladgeCenter__image {
	width: 684px;
	height: 744px
}

.knowladgeCenter__section .descr-hidden {
	display: block
}

.knowladgeCenter ul {
	margin-top: 32px;
	padding-left: 22px;
	list-style: unset
}

.knowladgeCenter li {
	color: #fff
}

.knowladgeCenter li span {
	color: #ae1685;
	display: inline-block
}

.documentation {
	padding-bottom: 100px
}

.documentation .product__wrap {
	margin-top: 16px
}

.documentation .product__item {
	background: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	position: relative
}

.notes {
	padding: 86px 0 114px;
	-webkit-clip-path: polygon(0 0%, 100% 10%, 100% 100%, 0% 90%);
	clip-path: polygon(0 0%, 100% 10%, 100% 100%, 0% 90%);
	background-blend-mode: screen, normal, normal
}

.notes__wrap {
	margin-top: 16px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(100px, 268px))[5];
	grid-template-columns: repeat(5, minmax(100px, 268px));
	gap: 16px
}

.notes .product__item {
	height: 509px
}

.notes .product__image {
	height: 319px
}

.techNotes {
	padding-bottom: 100px
}

.techNotes__wrap {
	margin-top: 16px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(100px, 500px))[4];
	grid-template-columns: repeat(4, minmax(100px, 500px));
	gap: 24px
}

.techNotes .product__item {
	background: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	height: 430px
}

.specific {
	padding: 92px 0 267px;
	-webkit-clip-path: polygon(0 0%, 100% 10%, 100% 100%, 0% 91%);
	clip-path: polygon(0 0%, 100% 10%, 100% 100%, 0% 91%);
	background-blend-mode: screen, normal, normal
}

.specific__wrap {
	margin-top: 16px;
	display: -ms-grid;
	display: grid;
	gap: 24px
}

.specific__wrap .descr {
	color: #E5E7EB;
}

.specific .line3,
.specific .line4 {
	gap: 24px
}

.specific .line3 .product__image {
	height: 240px
}

.specific .line3 .product__item {
	min-height: 423px
}

.specific .line4 .product__image {
	height: 271px
}

.specific .line4 .product__item {
	height: 430px
}

.news {
	margin-top: 96px;
	padding: 56px 0 80px;
	margin-bottom: 250px
}

.news__items {
	margin-top: 40px
}

.news__image {
	min-width: 440px;
	height: 273px;
	background-blend-mode: screen, normal;
	border-radius: 24px 8px
}

.news__item {
	padding: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
	background: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border-radius: 24px 8px
}

.news__item p {
	font-family: 'Inter';
	font-size: 20px;
	line-height: 140%;
	color: #4B5563;
}

.news__item:not(:last-child) {
	border-bottom: 2px solid #F3F4F6;
	margin-bottom: 16px
}

.news__item-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	padding: 24px
}

.newsSingle-bg {
	height: 724px;
	background-blend-mode: screen, normal;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%)
}

.newsSingle {
	margin-top: 96px;
	margin-bottom: 111px
}

.newsSingle .subtitle {
	margin-bottom: 24px
}

.newsSingle__width {
	margin: 0 auto;
	width: 71%
}

.newsSingle__post {
	margin: 0 auto;
	width: 92%;
	/* z-index: 2;
	position: relative */
}

.newsSingle__post p {
	font-family: 'Inter';
	font-size: 20px;
	line-height: 140%;
	color: #4B5563;

}

.newsSingle__post a {
	font-family: 'Inter';
	font-size: 20px;
	line-height: 140%;
	color: #4B5563;

}

.newsSingle__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 40px auto 0;
	position: relative;
	padding: 40px;
	width: 1040px;
	height: 137px;
	background: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border-radius: 24px 8px
}

.newsSingle__footer:before {
	position: absolute;
	content: '';
	width: 249px;
	height: 248px;
	background: -webkit-gradient(linear, left top, right top, from(#B31982), to(#FD4E5A));
	background: linear-gradient(90deg, #B31982 0%, #FD4E5A 100%);
	opacity: 0.1;
	-webkit-filter: blur(155px);
	filter: blur(155px);
	top: -54%;
	left: -3%;
	z-index: -1
}

.newsSingle__footer:after {
	position: absolute;
	content: '';
	width: 200px;
	height: 200px;
	background: rgba(62, 89, 166, 0.2);
	-webkit-filter: blur(155px);
	filter: blur(155px);
	right: -7%;
	top: 20%;
	z-index: -1
}

.newsSingle__text {
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #9CA3AF
}

.newsSingle__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 120px;
	gap: 16px
}

.newsSingle__social a {
	display: block;
	font-size: 18px;
	color: #ae1685;
}

.newsSingle__social a i {
	display: block
}

.newsSingle__social a .icon-fb {
	margin-top: 2px;
}

.slider-controls,
.pagination {
	margin-top: 58px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px
}

.slider-controls ul,
.pagination .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px
}

.slider-controls ul a {
	padding: 16px
}

.slider-controls .prev,
.slider-controls .next,
.slider-controls li,
.pagination a,
.page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 56px;
	height: 56px;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #E5E7EB;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border-radius: 40px;
	font-weight: 500;
	font-size: 18px;
	line-height: 156%
}

.pagination .dots {
	border: none;
	color: #9CA3AF;
}

.slider-controls .prev div,
.slider-controls .next div,
.slider-controls li div {
	background: -webkit-gradient(linear, left top, right top, from(#B31982), to(#FD4E5A));
	background: linear-gradient(90deg, #B31982 0%, #FD4E5A 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #B31982
}

.pagination a,
.page-numbers {
	color: #B31982;
}

.slider-controls .prev i,
.slider-controls .next i {
	font-size: 22px
}

.slider-controls .prev div {
	opacity: 0.2
}

.slider-controls .not-active div {
	-webkit-text-fill-color: unset;
	color: #9CA3AF
}

.slider-controls .indicators-dots {
	border: none
}

.pst {
	margin-top: 96px;
	padding: 56px 0 80px;
	margin-bottom: 250px
}

.pst__title {
	margin-bottom: 8px
}

.pst__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 95px
}

.pst__image {
	width: 488px;
	height: 894px;
	border-radius: 24px 8px
}

.pst__radio-wrap {
	width: 900px;
	row-gap: 56px;
	margin-top: 40px;
	display: -ms-grid;
	display: grid
}

.pst__input-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	font-weight: 500;
	color: #6B7280
}

.pst__input-title i {
	position: relative;
	color: #D1D5DB;
	cursor: pointer
}

.pst__input-title i:hover .tooltip {
	display: block
}

.pst__input-wrap {
	margin-top: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 10px
}

.pst__input-wrap .radio:first-child .checkmark {
	border-radius: 12px 0px 0px 8px
}

.pst__input-wrap .radio:first-child input:checked ~ .checkmark::before {
	border-radius: 12px 0px 0px 8px
}

.pst__input-wrap .radio:last-child .checkmark {
	border-radius: 0px 8px 12px 0px
}

.pst__input-wrap .radio:last-child input:checked ~ .checkmark::before {
	border-radius: 0px 8px 12px 0px
}

.pst__btn {
	width: 183px
}

.tooltip {
	position: absolute;
	padding: 16px;
	width: 377px;
	height: 172px;
	background: #F9FAFB;
	-webkit-filter: drop-shadow(0px 2px 7px rgba(0, 0, 0, 0.15));
	filter: drop-shadow(0px 2px 7px rgba(0, 0, 0, 0.15));
	border-radius: 8px;
	color: #9CA3AF;
	font-style: normal;
	z-index: 3;
	top: -1240%;
	left: -202.6%;
	display: none
}

.tooltip:before {
	content: '';
	border: 20px solid transparent;
	border-top: 20px solid #F9FAFB;
	border-radius: 2px;
	bottom: -23%;
	position: absolute
}

.radio-group-df {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px
}

.radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	margin-right: -1px
}

.radio input {
	opacity: 0;
	height: 0;
	width: 0
}

.radio input:checked ~ .checkmark {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.radio input:checked ~ .checkmark div {
	background: -webkit-gradient(linear, left top, right top, from(#B31982), to(#FD4E5A));
	background: linear-gradient(90deg, #B31982 0%, #FD4E5A 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #B31982;
	display: block
}

.radio input:checked ~ .checkmark::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 2px;
	background: -webkit-gradient(linear, left top, right top, from(#B31982), to(#FD4E5A));
	background: linear-gradient(90deg, #B31982 0%, #FD4E5A 100%);
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude
}

.radio .checkmark {
	min-width: 168px;
	height: 56px;
	white-space: nowrap;
	padding: 0 24px;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #E5E7EB;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}

.radio .checkmark div {
	font-family: 'Inter';
	font-weight: 500;
	font-size: 16px;
	color: #4B5563
}

.footer {
	padding: 130px 0 80px;
	-webkit-clip-path: polygon(0 0%, 100% 20%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0%, 100% 20%, 100% 100%, 0% 100%);
	margin-top: -170px;
}

.footer:after {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(35, 2, 25, 0.87)), to(rgba(35, 2, 25, 0.87)));
	background: linear-gradient(0deg, rgba(35, 2, 25, 0.87), rgba(35, 2, 25, 0.87))
}

.footer .container {
	position: relative
}

.footer__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 122px
}

.footer__item {
	width: 23%
}

.footer__logo {
	margin-bottom: 40px;
	width: 190px;
	height: 44px
}

.footer .descr-fz14 {
	font-weight: normal;
	color: #E5E7EB
}

.footer__lists {
	width: 65%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 69px
}

.footer__lists ul {
	padding: 0px;
	margin: 0px;
}

.footer__lists li:not(:last-child) {
	margin-bottom: 16px
}

.footer__lists li {
	color: #fff;
}

.footer__lists li a {
	text-decoration: none;
}

.menu-footer-links-container ul {
	padding: 0px;
	margin: 0px;
}

.menu-footer-links-container li:not(:last-child) {
	margin-bottom: 16px
}

.menu-footer-links-container li {
	color: #fff;
}

.menu-footer-links-container li a {
	text-decoration: none;
}

.footer__list-title {
	margin-bottom: 24px;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: #D1D5DB
}

.footer .link {
	width: 100%;
	display: block;
	color: #ae1685;
}

.footer .link a {
	display: block;
	color: #ae1685;
}

.rights {
	margin-top: 52px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px
}

.rights p,
.rights a {
	font-size: 14px;
	line-height: 171%;
	color: #D1D5DB
}

@media (max-width: 1500px) {
	.container {
		width: 90%
	}

	.header__inner {
		gap: 15px
	}

	.header__wrap {
		gap: 22px
	}

	.logo {
		width: 177px;
		height: 40px
	}

	.about__image {
		min-width: 35%
	}

	.about__items-wrap {
		width: 65%
	}

	.about__item {
		width: 100%
	}

	.systemPage__image {
		width: 40%;
		height: 500px
	}

	.systemPage__wrap {
		width: 60%
	}

	.handling {
		-webkit-clip-path: polygon(0 10%, 100% 0, 100% 92%, 0% 100%);
		clip-path: polygon(0 10%, 100% 0, 100% 92%, 0% 100%)
	}

	.aboutPage__info {
		width: 81%
	}

	.pst__wrap {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 30px
	}

	.pst__image {
		height: 500px
	}
}

@media (max-width: 1350px) {
	.header__inner {
		gap: 15px
	}

	.header__wrap {
		gap: 25px
	}

	.productPage__image {
		width: 50%
	}

	.productPage__item-text {
		padding: 0
	}

	.team__photo {
		min-width: 100%
	}

	.team__item-main {
		width: 100%
	}

	.team__item-main .team__photo {
		min-width: 250px
	}

	#primary {
		margin: 0 0 250px;
	}

	.hamburger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-transition: all .4s ease-out;
		transition: all .4s ease-out
	}

	.hamburger_active span {
		-webkit-transition: all .4s ease-out;
		transition: all .4s ease-out;
		margin-bottom: -2px
	}

	.hamburger_active span:nth-child(1) {
		-webkit-transform: translateY(5px) rotate(45deg);
		transform: translateY(5px) rotate(45deg)
	}

	.hamburger_active span:nth-child(2) {
		display: none
	}

	.hamburger_active span:nth-child(3) {
		-webkit-transform: translateY(-3px) rotate(-45deg);
		transform: translateY(-3px) rotate(-45deg)
	}

	.header {
		position: unset;
		-webkit-transition: 0.5s all;
		transition: 0.5s all
	}

	.header__wrap {
		left: -100%;
		width: 0;
		position: absolute;
		padding: 40px 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		gap: 40px;
		background-color: rgba(0, 0, 0, 0.9);
		-webkit-transition: 0.5s all;
		transition: 0.5s all
	}

	.header_active {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		-webkit-transition: 0.5s all;
		transition: 0.5s all;
		z-index: 111
	}

	.header_active .header__wrap {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		-webkit-transition: 0.5s all;
		transition: 0.5s all
	}

	.header_active .header__btn {
		min-height: 48px
	}

	/*
	.menu {
		width: 100%;
		overflow-y: scroll
	}

	.menu__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	*/

	.menu__item {
		color: #fff;
		font-size: 18px
	}

	.menu__link-product:after {
		border-bottom: 2px solid #fff;
		border-left: 2px solid #fff
	}

	.menu .product-menu {
		position: unset;
		padding: 0;
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: unset;
		-webkit-transform: scale(0);
		transform: scale(0);
		overflow: hidden;
		height: 0
	}

	.menu .product-menu .d-flex {
		display: block
	}

	.menu .product-menu__row {
		display: block
	}

	.menu .product-menu .product__image {
		display: none
	}

	.menu .product-menu .item-opacity {
		padding: 0;
		gap: 12px;
		margin: 24px 0;
		width: 100%;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: none;
		-webkit-backdrop-filter: none;
		backdrop-filter: none
	}

	.menu .product-menu .product__links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.menu .product-menu__row .item-opacity {
		margin: 12px 0
	}

	.menu__item-product {
		text-align: center;
		margin-right: 0;
		cursor: pointer;
	}

	.menu__item-product_active .product-menu {
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	.menu .card-title {
		color: #fff;
		font-weight: normal;
		font-size: 16px
	}

	.aboutPage,
	.contactUs-hero,
	.knowladgeCenter,
	.news,
	.newsSingle,
	.productPage,
	.productSingle,
	.pst,
	.systemPage {
		margin-top: 0
	}
}

@media (max-width: 1300px) {
	.about__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.about__image {
		margin-top: 50px
	}

	.about__items-wrap {
		margin-top: 24px;
		width: 100%
	}

	.about__items-transform {
		-webkit-transform: unset;
		transform: unset
	}

	.product {
		-webkit-clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
		clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%)
	}

	.product__text {
		width: 100%
	}

	.product__wrap {
		-ms-grid-columns: (minmax(100px, 1fr))[2];
		grid-template-columns: repeat(2, minmax(100px, 1fr))
	}

	.productPage__header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 8px;
		margin-bottom: 40px
	}

	.productPage__header .descr-fz18 {
		width: 100%
	}

	.productPage .descr-fz20 {
		width: 100%
	}

	.productPage__item-text {
		width: 60%
	}

	.productPage__image {
		width: 40%
	}

	.productPage__wrap .productPage__item-reverse .productPage__image {
		min-width: unset;
		width: 70%
	}

	.knowladgeCenter__image {
		width: 40%
	}

	.knowladgeCenter__section .knowladgeCenter__image {
		width: 40%
	}

	.overview-item {
		margin-top: 40px
	}

	.systemPage {
		-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);
		padding-bottom: 100px
	}

	.systemPage__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.systemPage__wrap {
		width: 100%
	}

	.systemPage__image {
		width: 100%;
		height: 450px
	}

	.system-descr__header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 24px
	}

	.system-descr .descr-fz18 {
		width: 100%
	}

	.gallery .container {
		width: 90%
	}

	.aboutPage {
		-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
		padding: 50px 0 150px
	}

	.aboutPage__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.aboutPage__info {
		width: 100%
	}

	.aboutPage .media {
		width: 60%
	}

	.history__wrap {
		width: 60%;
		margin: 0 auto
	}

	.contactUs-hero__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.distrib__item {
		padding: 40px 24px
	}

	.testimonials__tabs {
		display: none
	}

	.slider-counter {
		margin-top: 24px;
		padding: 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-family: 'Inter';
		color: #6B7280
	}

	.slider-counter .slider-prev,
	.slider-counter .slider-next,
	.slider-counter div {
		font-family: 'Inter';
		color: #6B7280
	}

	.slider-counter .slider-prev,
	.slider-counter .slider-next {
		cursor: pointer
	}

	.slider-counter span {
		margin: 0 3px
	}

	.notes {
		padding: 140px 0 215px
	}

	.notes__wrap {
		-ms-grid-columns: (minmax(100px, 357px))[3];
		grid-template-columns: repeat(3, minmax(100px, 357px))
	}

	.techNotes__wrap {
		-ms-grid-columns: (minmax(100px, 516px))[2];
		grid-template-columns: repeat(2, minmax(100px, 516px))
	}

	.news__image {
		min-width: 25%
	}

	.news__item-wrap {
		padding: 0
	}

	.newsSingle__footer {
		width: 100%
	}

	.pst__wrap {
		gap: unset;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

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

	.pst__items {
		text-align: center;
		width: 100%
	}

	.pst__radio-wrap {
		margin: 40px auto 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.pst__title {
		margin-bottom: 16px
	}
}

@media (max-width: 1100px) {
	.hero {
		min-height: 782px;
		background-position-x: 80%;
		padding: 64px 0 0;
		position: relative
	}

	.hero .container {
		position: relative
	}

	.hero:after {
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2))
	}

	.hero__wrap {
		margin-top: 0
	}

	.hero__title,
	.hero .descr-fz20 {
		color: #fff
	}

	.hero__title {
		font-size: 50px;
	}

	.herobanner-container {
		padding: 0 30px 40px;
	}

	.hero .descr-fz20 {
		width: 80%
	}

	.hero .btns__wrap {
		margin-top: 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.started {
		min-height: 740px
	}

	.footer {
		padding: 120px 0 40px;
		text-align: center;
		-webkit-clip-path: polygon(0 0%, 100% 10%, 100% 100%, 0% 100%);
		clip-path: polygon(0 0%, 100% 10%, 100% 100%, 0% 100%)
	}

	.footer__wrap {
		gap: 58px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.footer__item {
		width: 100%
	}

	.footer__lists {
		margin-bottom: 165px;
		width: 100%
	}

	.rights {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		gap: 16px
	}

	.systemPage {
		padding: 64px 0 150px
	}

	.systemPage .descr-fz20 {
		width: 100%
	}

	.family__item {
		padding: 0
	}

	.productSingle__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.productSingle__descr {
		width: 100%
	}

	.productSingle .show-more-descr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.productSingle .descr-hidden {
		display: none
	}

	.productSingle__image {
		width: 60%
	}

	.overlay_active .productSingle__image-wrap,
	.overlay_active .specifications__image-wrap,
	.overlay_active .gallery__item {
		height: 45%;
		width: 70%
	}

	.line4 {
		-ms-grid-columns: (minmax(100px, 550px))[2];
		grid-template-columns: repeat(2, minmax(100px, 550px))
	}

	.form {
		width: 100%
	}

	.form input,
	.form textarea {
		width: 100%
	}

	.select__header {
		width: 100%
	}

	select {
		width: 100%
	}

	.clients {
		min-height: unset
	}

	.clients__media {
		width: 100%;
		height: 385px
	}

	.clients__media iframe {
		width: 100%;
		height: 385px
	}

	.distrib__wrap {
		-ms-grid-columns: (minmax(100px, 500px))[2];
		grid-template-columns: repeat(2, minmax(100px, 500px))
	}

	.specific {
		-webkit-clip-path: polygon(0 0%, 100% 3%, 100% 100%, 0% 97%);
		clip-path: polygon(0 0%, 100% 3%, 100% 100%, 0% 97%)
	}

	.clients__item {
		width: 100%;
	}

	.clients__item:nth-last-child(-n+3) {
		width: 100%;
	}
}

@media (max-width: 1024px) {

	.header_bar_top,
	.menu__list.ssss {
		display: none !important;
	}

	.header_bar_bottom {
		margin-top: 50px;
	}

}

@media (max-width: 921px) {
	.hero .descr-fz20 {
		width: 100%
	}

	.productPage,
	.knowladgeCenter {
		-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 94%);
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 94%)
	}

	.productPage__item,
	.knowladgeCenter__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.productPage__item-reverse,
	.knowladgeCenter__item-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.productPage__item-text,
	.knowladgeCenter__item-text {
		width: 100%
	}

	.productPage__image,
	.knowladgeCenter__image {
		width: 100%
	}

	.productPage__wrap .productPage__item-reverse .productPage__image {
		width: 100%
	}

	.productPage__wrap,
	.knowladgeCenter__wrap {
		margin-top: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.productPage__wrap .product__image,
	.knowladgeCenter__wrap .product__image {
		height: 476px
	}

	.productPage__wrap .product__item,
	.knowladgeCenter__wrap .product__item {
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content
	}

	.knowladgeCenter__health {
		-webkit-clip-path: polygon(0 0%, 100% 4%, 100% 100%, 0% 96%);
		clip-path: polygon(0 0%, 100% 4%, 100% 100%, 0% 96%)
	}

	.knowladgeCenter__section .show-more-descr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.knowladgeCenter__health .show-more-descr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.knowladgeCenter__section .descr-hidden {
		display: none
	}

	.knowladgeCenter__section .knowladgeCenter__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.knowladgeCenter__section .knowladgeCenter__image {
		width: 100%;
		height: 546px
	}

	.knowladgeCenter__section .history__btn {
		background: -webkit-gradient(linear, left top, right top, from(#B31982), to(#FD4E5A)), rgba(179, 25, 130, 0.1);
		background: linear-gradient(90deg, #B31982 0%, #FD4E5A 100%), rgba(179, 25, 130, 0.1);
		color: #fff
	}

	.knowladgeCenter__health .history__btn {
		background: -webkit-gradient(linear, left top, right top, from(#B31982), to(#FD4E5A)), rgba(179, 25, 130, 0.1);
		background: linear-gradient(90deg, #B31982 0%, #FD4E5A 100%), rgba(179, 25, 130, 0.1);
		color: #fff
	}

	.knowladgeCenter__section .history__btn i {
		color: #fff;
		-webkit-text-fill-color: unset
	}

	.knowladgeCenter__health .history__btn i {
		color: #fff;
		-webkit-text-fill-color: unset
	}

	.knowladgeCenter__section .subtitle {
		margin-bottom: 16px;
		font-size: 24px
	}

	.productPage-item {
		padding-top: 135px;
		-webkit-clip-path: polygon(0 0%, 100% 3%, 100% 100%, 0% 98%);
		clip-path: polygon(0 0%, 100% 3%, 100% 100%, 0% 98%);
		margin-top: -103px
	}

	.system-descr {
		-webkit-clip-path: polygon(0 0%, 100% 5%, 100% 100%, 0% 95%);
		clip-path: polygon(0 0%, 100% 5%, 100% 100%, 0% 95%)
	}

	.system-descr__wrap {
		-ms-grid-columns: (minmax(100px, 470px))[2];
		grid-template-columns: repeat(2, minmax(100px, 470px))
	}

	.handling .line3,
	.handling .line4,
	.specific .line3,
	.specific .line4 {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	}

	.handling__wrap,
	.specific__wrap {
		gap: 16px
	}

	.specific {
		gap: 24px
	}

	.gallery__wrap {
		-ms-grid-columns: (minmax(100px, 300px))[3];
		grid-template-columns: repeat(3, minmax(100px, 300px))
	}

	.gallery .main-img {
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
		grid-column: 1/4
	}

	.sepgaren-image {
		min-height: 455px
	}

	.history__wrap {
		width: 100%
	}

	.history .subtitle {
		font-size: 24px;
		text-align: center
	}

	.history__subtext {
		text-align: center
	}

	.notes__wrap {
		-ms-grid-columns: (minmax(100px, 357px))[2];
		grid-template-columns: repeat(2, minmax(100px, 357px))
	}

	.pst {
		padding-top: 16px
	}

	.pst .title {
		font-size: 32px
	}

	.pst__radio-wrap {
		width: 100%
	}

	.pst__input-title {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.pst__input-title i:hover .tooltip {
		top: 184%;
		left: -2000%;
		width: 300px;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content
	}

	.pst__input-title i:hover .tooltip:before {
		bottom: unset;
		top: -4%;
		right: 50%;
		border-top: none;
		border-bottom: 20px solid #F9FAFB
	}

	.pst__input-wrap {
		row-gap: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.pst__input-wrap .radio:first-child .checkmark {
		border-radius: 12px 8px 0px 0px
	}

	.pst__input-wrap .radio:first-child input:checked ~ .checkmark::before {
		border-radius: 12px 8px 0px 0px
	}

	.pst__input-wrap .radio:last-child .checkmark {
		border-radius: 0px 0px 12px 8px
	}

	.pst__input-wrap .radio:last-child input:checked ~ .checkmark::before {
		border-radius: 0px 0px 12px 8px
	}

	.pst .radio-group-df {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.pst .radio {
		width: 100%
	}

	.pst .radio .checkmark {
		width: 100%
	}

	.radio-group-df .radio-group {
		width: 100%
	}

	.hero__title {
		font-size: 40px;
	}

	.sepragencount-content h2 {
		font-size: 40px;
	}
}

@media (max-width: 768px) {
	.herobanner-container {
		background: #cfb6cc;
		padding: 30px;
	}

	.hero__title {
		font-size: 44px
	}

	.single-products .productSingle .title {
		font-weight: bold;
		font-size: 25px;
		line-height: 79%;
	}

	span.wed {
		margin-top: 30px !important;
		float: unset;
	}

	.single-products .productSingle__image {
		text-align: center;
		width: 75%;
		margin-left: 10%;
		margin-top: 30px;
	}

	.productSingle__wrap {
		margin-top: 100px;
		width: 100%;
	}

	.hero__title span {
		margin-top: 8px
	}

	.page-label {
		margin: 0 auto 23px
	}

	.about {
		/*overflow-x: hidden*/
	}

	.about__image {
		margin-top: 23px;
		border-radius: unset;
		-webkit-clip-path: polygon(0 10%, 100% 1%, 100% 90%, 0% 100%);
		clip-path: polygon(0 10%, 100% 1%, 100% 90%, 0% 100%);
		width: calc(100% + 12%);
		margin-left: -6%
	}

	.about .descr-fz18 {
		width: 100%;
		margin-top: 16px;
		text-align: center
	}

	.about__items-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.about__items-wrap::before {
		right: -113%
	}

	.about__items-wrap:after {
		top: 53%;
		left: -69%
	}

	.title {
		text-align: center;
		font-size: 24px;
		line-height: 125%
	}

	.subtitle {
		font-size: 21px
	}

	.product__head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.product .page-label {
		margin: 0 auto 6px
	}

	.product__wrap {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	}

	.product .descr-gray {
		color: #E5E7EB
	}

	.productPage .title,
	.knowladgeCenter .title {
		text-align: left;
		font-size: 28px
	}

	.productPage .link,
	.knowladgeCenter .link {
		width: 100%
	}

	.productPage .link div,
	.knowladgeCenter .link div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 8px;
		color: #fff;
		-webkit-text-fill-color: unset
	}

	.productPage .descr-fz20,
	.knowladgeCenter .descr-fz20 {
		margin: 16px 0 24px
	}

	.productPage__image,
	.productPage__wrap .product__image,
	.knowladgeCenter__image,
	.knowladgeCenter__wrap .product__image,
	.knowladgeCenter__section .knowladgeCenter__image {
		height: 350px
	}

	.productPage__wrap .productPage__item-reverse .productPage__image {
		height: 350px
	}

	.main-item {
		grid-column: unset
	}

	.link-mobile-color,
	.productPage .link,
	.knowladgeCenter .link {
		margin-top: 24px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: -webkit-gradient(linear, left top, right top, from(#B31982), to(#FD4E5A)), rgba(179, 25, 130, 0.1);
		background: linear-gradient(90deg, #B31982 0%, #FD4E5A 100%), rgba(179, 25, 130, 0.1);
		color: #FFFFFF;
		gap: 8px;
		height: 52px;
		border-radius: 12px 4px
	}

	.link-mobile-color i,
	.productPage .link i,
	.knowladgeCenter .link i {
		display: block
	}

	.link-mobile-color {
		width: 327px
	}

	.process {
		-webkit-clip-path: polygon(0 0%, 100% 5%, 100% 100%, 0% 95%);
		clip-path: polygon(0 0%, 100% 5%, 100% 100%, 0% 95%)
	}

	.process__wrap {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-template-areas: 'item1'
			'item2'
			'item-main'
	}

	.process__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.process__image {
		width: 100%;
		height: 349px
	}

	.process__item-wrap {
		width: 100%
	}

	.process .link {
		margin-top: 8px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		height: 52px;
		background: rgba(255, 255, 255, 0.8);
		border-radius: 12px 4px
	}

	.process .link div {
		font-family: 'Inter'
	}

	.process .link i {
		display: block
	}

	.started {
		margin-top: -120px
	}

	.started .title {
		font-size: 28px
	}

	.started .title span {
		margin-top: 0;
		font-size: inherit
	}

	.started .descr {
		width: 100%
	}

	.started .btn-gradient {
		margin-top: 24px
	}

	.started .page-label {
		margin: 0 auto 40px
	}

	.footer {
		padding: 120px 0 40px;
		text-align: center;
		-webkit-clip-path: polygon(0 0%, 100% 5%, 100% 100%, 0% 100%);
		clip-path: polygon(0 0%, 100% 5%, 100% 100%, 0% 100%)
	}

	.footer__lists {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.footer__lists li {
		font-size: 18px
	}

	.systemPage {
		padding: 27px 0 140px
	}

	.systemPage .title {
		text-align: left;
		font-size: 28px
	}

	.systemPage .subtitle {
		font-size: 24px
	}

	.systemPage .descr-fz20 {
		color: #E5E7EB
	}

	.systemPage__item {
		margin-top: 24px
	}

	.family__wrap {
		-ms-grid-columns: (minmax(100px, 464px))[2];
		grid-template-columns: repeat(2, minmax(100px, 464px))
	}

	.system-descr {
		padding: 119px 0 175px
	}

	.productSingle {
		padding: 24px 0 26px
	}

	.productSingle .title {
		font-size: 28px;
		text-align: left
	}

	.productSingle__wrap {
		margin-top: 8px
	}

	.handling {
		padding: 92px 0 65px;
		-webkit-clip-path: polygon(0 3%, 100% 0, 100% 98%, 0% 100%);
		clip-path: polygon(0 3%, 100% 0, 100% 98%, 0% 100%);
		margin-top: 0
	}

	.handling .subtitle {
		font-size: 24px
	}

	.handling .descr-fz20 {
		width: 100%
	}

	.specifications__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.specifications__title {
		width: 100%;
		text-align: left
	}

	.specifications__descr {
		width: 100%
	}

	.specifications__image-wrap {
		margin: 0 auto
	}

	.contact .subtitle {
		font-size: 24px
	}

	.form__wrap {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	}

	.form .textarea {
		grid-column: unset
	}

	.gallery {
		margin-bottom: 111px
	}

	.gallery .subtitle {
		font-size: 24px;
		text-align: center
	}

	.gallery__wrap {
		margin-top: 16px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	}

	.gallery__item {
		height: 160px
	}

	.gallery__item-main {
		height: 160px
	}

	.gallery .main-img {
		grid-column: unset
	}

	.aboutPage {
		padding-top: 20px
	}

	.aboutPage .title {
		font-size: 28px;
		text-align: left
	}

	.aboutPage .media {
		width: 100%
	}

	.aboutPage__wrap {
		margin-top: 8px
	}

	.aboutPage__descr-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 16px
	}

	.aboutPage__descr-title {
		margin-right: auto;
		margin-left: auto
	}

	.aboutPage__descr {
		padding-bottom: 50px
	}

	.aboutPage__descr .descr-fz18 {
		width: 100%
	}

	.clients {
		-webkit-clip-path: polygon(0 0%, 100% 3%, 100% 100%, 0% 97%);
		clip-path: polygon(0 0%, 100% 3%, 100% 100%, 0% 97%);
		padding: 152px 0 145px
	}

	.clients .subtitle {
		font-size: 24px
	}

	.clients__media {
		height: 185px
	}

	.clients__media iframe {
		height: 185px
	}

	.clients__wrap {
		margin-top: 16px;
		gap: 24px
	}

	.clients .line4,
	.clients .line3 {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	}

	.team {
		padding-top: 80px
	}

	.team .subtitle {
		font-size: 24px
	}

	.team .line3,
	.team .line4 {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	}

	.team__item-main {
		text-align: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.team__item-main .team__photo {
		min-width: 100%
	}

	.contactUs-hero {
		text-align: center;
		padding: 27px 0 0
	}

	.contactUs-hero .title {
		text-align: left;
		font-size: 28px
	}

	.contactUs-hero .subtitle {
		font-size: 24px;
		text-align: left
	}

	.contactUs-hero__wrap {
		margin-top: 16px
	}

	.contactUs-hero__wrap:after {
		width: 160px;
		height: 160px;
		top: 0
	}

	.contactUs-hero__wrap:before {
		width: 225px;
		height: 223px;
		top: 30%
	}

	.contactUs-hero__items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.contactUs-hero__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.contactUs-hero .address-wrap i,
	.contactUs-hero .phone-wrap i,
	.contactUs-hero .mail-wrap i {
		position: unset;
		margin: 0 auto 24px
	}

	.contactUs-hero .mail-wrap .contactUs-hero__item:not(:last-child) {
		margin-bottom: 40px
	}

	.contactUs-hero .mail-wrap .contactUs-hero__text {
		font-size: 16px
	}

	.contactUs-hero__subtitle {
		width: 100%;
		margin: 0
	}

	.contactUs-hero__text {
		width: 100%
	}

	.contactUs-hero__map iframe {
		height: 320px
	}

	.distrib {
		margin-bottom: 150px
	}

	.distrib .subtitle {
		font-size: 24px;
		text-align: center
	}

	.distrib__wrap {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		width: 100%
	}

	.distrib__text {
		margin: 0
	}

	.distrib .fax {
		margin-left: 48px
	}

	.distrib .contactUs-hero__item {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-left: 48px
	}

	.testimonials {
		overflow-x: hidden;
		padding: 25px 0 190px
	}

	.testimonials__content {
		margin-top: 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 48px
	}

	.testimonials__text {
		width: 100%
	}

	.testimonials__item {
		text-align: center;
		width: 100%;
	}

	.knowladgeCenter {
		padding: 27px 0 140px
	}

	.knowladgeCenter__item {
		margin-top: 24px
	}

	.knowladgeCenter__health {
		padding-top: 68px
	}

	.knowladgeCenter .subtitle {
		font-size: 24px
	}

	.documentation {
		padding-bottom: 16px
	}

	.documentation .product__item {
		height: 380px
	}

	.documentation .title-fz28 {
		font-size: 18px
	}

	.notes {
		-webkit-clip-path: polygon(0 0%, 100% 4%, 100% 100%, 0% 96%);
		clip-path: polygon(0 0%, 100% 4%, 100% 100%, 0% 96%);
		padding: 140px 0 215px
	}

	.notes__wrap {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	}

	.notes .product__item {
		height: unset;
		min-height: 200px
	}

	.notes .title-fz28 {
		font-size: 18px
	}

	.specific {
		padding-bottom: 167px
	}

	.specific .title-fz28 {
		font-size: 18px
	}

	.techNotes {
		padding: 38px 0 61px
	}

	.techNotes__wrap {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	}

	.news {
		margin-bottom: 142px;
		padding: 24px 0
	}

	.news .title {
		font-size: 28px;
		text-align: left
	}

	.news .title-fz28 {
		font-size: 24px
	}

	.news__items {
		margin-top: 16px
	}

	.news__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.newsSingle .subtitle {
		font-size: 32px
	}

	.newsSingle__width,
	.newsSingle__post {
		width: 100%
	}

	.page-label,
	.handling__p {
		-webkit-box-shadow: 0px 0px 0px 2px rgba(179, 25, 130, 0.3), 0px 0px 0px 2px #fd4e5a;
		box-shadow: 0px 0px 0px 2px rgba(179, 25, 130, 0.3), 0px 0px 0px 2px #fd4e5a
	}

	.page-label:before,
	.handling__p:before {
		display: none
	}

	.handling__p {
		border-radius: 50%
	}

	.pst {
		margin-bottom: 111px
	}

	.page-label-wrap {
		text-align: center
	}

	.radio input:checked ~ .checkmark {
		margin-bottom: 2px;
		-webkit-box-shadow: 0px 0px 0px 2px rgba(179, 25, 130, 0.3), 0px 0px 0px 2px #fd4e5a;
		box-shadow: 0px 0px 0px 2px rgba(179, 25, 130, 0.3), 0px 0px 0px 2px #fd4e5a
	}

	.radio input:checked ~ .checkmark:before {
		display: none
	}

	.radio:first-child .checkmark {
		border-radius: 12px 0px 0px 8px
	}

	.radio:first-child input:checked ~ .checkmark {
		margin-bottom: 2px;
		-webkit-box-shadow: 0px 0px 0px 2px rgba(179, 25, 130, 0.3), 0px 0px 0px 2px #fd4e5a;
		box-shadow: 0px 0px 0px 2px rgba(179, 25, 130, 0.3), 0px 0px 0px 2px #fd4e5a
	}

	.radio:first-child input:checked ~ .checkmark:before {
		display: none
	}

	.radio:last-child .checkmark {
		border-radius: 0px 8px 12px 0px
	}

	.radio:last-child input:checked ~ .checkmark {
		-webkit-box-shadow: 0px 0px 0px 2px rgba(179, 25, 130, 0.3), 0px 0px 0px 2px #fd4e5a;
		box-shadow: 0px 0px 0px 2px rgba(179, 25, 130, 0.3), 0px 0px 0px 2px #fd4e5a
	}

	.radio:last-child input:checked ~ .checkmark:before {
		display: none
	}

	.hero:before {
		display: none;
	}

	.herobanner-container {
		margin-bottom: 30px;
	}

	.herobanner-container .slick-dotted.slick-slider {
		margin-bottom: 0px;
	}

	.hero {
		padding-bottom: 100px;
		-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 99%);
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 99%);
	}

	.sepragencount {
		margin-top: -122px;
	}
}


@media (max-width: 521px) {
	.family__wrap {
		-ms-grid-columns: (minmax(100px, 464px))[1];
		grid-template-columns: repeat(1, minmax(100px, 464px))
	}

	.family .subtitle {
		font-size: 24px
	}

	.system-descr {
		-webkit-clip-path: polygon(0 0%, 100% 3%, 100% 100%, 0% 98%);
		clip-path: polygon(0 0%, 100% 3%, 100% 100%, 0% 98%)
	}

	.system-descr__wrap {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 16px
	}

	.show-more-descr {
		width: 100%
	}

	.productSingle__image,
	.productSingle__btn {
		width: 100%
	}

	.contact {
		-webkit-clip-path: polygon(0 0%, 100% 6%, 100% 100%, 0% 97%);
		clip-path: polygon(0 0%, 100% 6%, 100% 100%, 0% 97%)
	}

	.form textarea {
		height: 368px
	}

	.form__footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.form__btn {
		width: 100%
	}

	.aboutPage {
		padding-bottom: 120px;
		-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 96%);
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 96%)
	}

	.aboutPage .video {
		height: 170px
	}

	.aboutPage .video iframe {
		height: 170px
	}

	.sepgaren-image {
		min-height: 256px
	}

	.history {
		padding: 50px 0;
		margin-bottom: 0
	}

	.history__btn {
		width: 100%
	}

	.slider-controls {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	#paganation-ul li:nth-child(2),
	#paganation-ul li:nth-child(3) {
		display: none
	}

	.pagination .page-numbers {
		display: none;
	}

	.pagination .page-numbers:nth-child(-n+2) {
		display: flex;
	}

	.pagination .page-numbers:nth-last-child(-n+2) {
		display: flex;
	}

	.pagination .dots {
		display: flex;
	}

	.pagination .prev,
	.pagination .next {
		display: flex;
	}

	.newsSingle-bg {
		height: 371px
	}

	.newsSingle__footer {
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 40px
	}

	.newsSingle__footer:after {
		width: 140px;
		height: 140px;
		top: 52%
	}

	.newsSingle__footer:before {
		top: -4%;
		left: -21%
	}

	.newsSingle__social {
		margin-right: 0
	}
}

@media (max-width: 450px) {
	.hero {
		background-position-x: 74%
	}

	.select-par__btn {
		width: 100%;
		font-size: 14px;
	}

	.select-par__img {
		width: 100%;
	}

	.hero__btn-gradient,
	.hero__btn-clear {
		width: 100%
	}

	.about__image {
		height: 629px;
		-webkit-clip-path: polygon(0 15%, 100% 1%, 100% 85%, 0% 100%);
		clip-path: polygon(0 15%, 100% 1%, 100% 85%, 0% 100%)
	}

	.product {
		padding: 58px 0 87px;
		-webkit-clip-path: polygon(0 1%, 100% 0%, 100% 99%, 0% 100%);
		clip-path: polygon(0 1%, 100% 0%, 100% 99%, 0% 100%)
	}

	.productPage__image,
	.productPage__wrap .product__image,
	.knowladgeCenter__image,
	.knowladgeCenter__wrap .product__image {
		height: 240px
	}

	.link-mobile-color {
		width: 100%
	}

	.process {
		-webkit-clip-path: polygon(0 0%, 100% 1%, 100% 100%, 0% 99%);
		clip-path: polygon(0 0%, 100% 1%, 100% 100%, 0% 99%)
	}

	.process__image {
		height: 224px
	}

	.process .item-main .process__image {
		height: 224px
	}

	.started {
		padding: 30% 0;
		-webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
		clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%)
	}

	.started .btn-gradient {
		width: 100%
	}

	.systemPage {
		-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 96%);
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 96%)
	}

	.systemPage__image {
		height: 240px
	}

	.overlay_active .productSingle__image-wrap,
	.overlay_active .specifications__image-wrap,
	.overlay_active .gallery__item {
		width: 70%
	}

	.overlay_active .close {
		right: 0;
		top: -40px
	}

	.specifications__image-wrap {
		width: 100%
	}

	.history__items:after {
		height: 97%
	}

	.documentation .product__item {
		min-height: 200px
	}

	.documentation .product__item .product__image {
		min-height: 160px
	}

	.documentation .main-item {
		height: 328px
	}

	.documentation .main-item .product__image {
		height: 328px
	}

	.documentation .main-item .product__image:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: linear-gradient(355deg, rgba(255, 255, 255, 0.94))
	}

	.notes {
		-webkit-clip-path: polygon(0 0%, 100% 4%, 100% 100%, 0% 98%);
		clip-path: polygon(0 0%, 100% 4%, 100% 100%, 0% 98%);
		padding: 92px 0 80px
	}

	.notes .product__image {
		height: 160px
	}

	.specific .line3 .product__image,
	.specific .line4 .product__image {
		height: 140px
	}

	.specific .line3 .product__item,
	.specific .line4 .product__item {
		height: unset;
		min-height: 200px
	}

	.news .link {
		display: none
	}

	.news__text {
		display: none
	}

	.news__image {
		height: 160px
	}

	.news__item:not(:last-child) {
		border-bottom: none
	}

	.pst__input-title i:hover .tooltip {
		left: -1655%
	}
}

@media (max-width: 335px) {
	.hero__title {
		font-size: 36px;
	}
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border: none;
	text-align: center;
	color: #fff;

}

.wpcf7 form.sent .wpcf7-response-output {
	text-align: center;
	color: #fff;
}