* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

input:focus::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0);
}

textarea:focus::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Montserrat";
	font-weight: 500;
	color: #7e8791;
	background-color: #0d2235;
	overflow-x: hidden;
}


/* Prealoader */

.preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #0d2235;
	overflow: hidden;
	z-index: 9999;
}

.preloader .particles {
	z-index: 1002;
}

.preloader__image {
	position: relative;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	margin-left: -35px;
	text-align: center;
	animation: preloader-rotate 2s infinite linear;
}

@keyframes preloader-rotate {
	100% {
		transform: rotate(360deg);
	}
}

.loaded_hiding .preloader {
	transition: 0.3s opacity;
	opacity: 0;
}

.loaded .preloader {
	display: none;
}

/* END Preloader */

.site_container {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

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

.ac.js-enabled .ac-panel {
	visibility: hidden;
}

.ac.is-active .ac-panel {
	visibility: visible;
}

.ac .ac-panel {
	overflow: hidden;
	transition-property: height, visibility;
	transition-timing-function: ease;
}

.error {
	color: #ff3f43;
	font-size: 0.7291666667vw;
	margin-top: -0.4166666667vw;
	width: 100%;
}

.sucsess {
	color: #22c38e;
	font-size: 0.7291666667vw;
	margin-top: -0.4166666667vw;
	width: 100%;
}

.box_header {
	position: sticky;
	top: 0;
	transition: transform 0.3s linear, opacity 0.3s linear;
	transform: translateY(0);
	opacity: 1;
	z-index: 995;
}

.box_header.hidden {
	transform: translateY(-100%);
	opacity: 0;
}

.particles {
	background-color: rgba(0, 0, 0, 0);
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.animate__delay-0_5s {
	animation-delay: 0.5s;
}

.animate__delay-0_6s {
	animation-delay: 0.6s;
}

.animate__delay-0_7s {
	animation-delay: 0.7s;
}

.animate__delay-0_8s {
	animation-delay: 0.8s;
}

.animate__delay-0_9s {
	animation-delay: 0.9s;
}

.animate__delay-2_1s {
	animation-delay: 2.1s;
}

.animate__delay-2_2s {
	animation-delay: 2.2s;
}

.animate__delay-2_3s {
	animation-delay: 2.3s;
}

.animate__delay-2_4s {
	animation-delay: 2.4s;
}

.animate__delay-2_4s {
	animation-delay: 2.4s;
}

.animate__delay-2_5s {
	animation-delay: 2.5s;
}

.animate__delay-2_6s {
	animation-delay: 2.6s;
}

.animate__delay-2_7s {
	animation-delay: 2.7s;
}

.btn {
	padding-top: 0.9375vw;
	padding-bottom: 0.9375vw;
	background-color: #bc0203;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
	border-radius: 5.2083333333vw;
	color: #fff;
	font-family: "Gilroy";
	font-size: 1.0416666667vw;
	cursor: pointer;
	transition: background-color 0.38s linear;
}

.btn:hover {
	background-color: #940001;
}

.btn a {
	color: #fff;
	font-family: "Gilroy";
	font-size: 1.0416666667vw;
	cursor: pointer;
}

.btn--small {
	width: 3.125vw;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	overflow: hidden;
	align-items: center;
	transition: all 0.38s linear;
}

.btn--small:hover {
	border-radius: 5.2083333333vw;
	width: 10.625vw;
	padding-left: 1.5625vw;
	padding-right: 1.5625vw;
}

.btn--small:hover .btn__text {
	opacity: 1;
	margin-left: 0;
}

.btn--small:hover .btn__icon {
	bottom: 1.3020833333vw;
	left: 1.0416666667vw;
}

.btn--small:hover .btn__icon--dubl {
	bottom: -1.0416666667vw;
}

.btn--w100 {
	display: flex;
	justify-content: center;
}

.btn--w100:hover .btn__icon {
	bottom: 1.3020833333vw;
	left: 1.0416666667vw;
}

.btn--w100:hover .btn__icon--dubl {
	bottom: -1.0416666667vw;
}

.btn--w100 .btn__text {
	opacity: 1;
	margin-left: 0;
}

.btn__icons {
	position: relative;
	width: 1.25vw;
	height: 1.25vw;
	margin-left: 0.625vw;
	overflow: hidden;
}

.btn__text {
	opacity: 0;
	transition: all 0.38s linear;
	margin-left: -6.1458333333vw;
}

.btn__icon {
	transition: all 0.38s linear;
	transform: rotate(-90deg);
	font-size: 1.25vw;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.btn__icon--dubl {
	bottom: -2.0833333333vw;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-Medium.ttf");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Gilroy";
	src: url("../fonts/Gilroy_font/Gilroy-Light.eot");
	src: local("Gilroy Light"), local("Gilroy-Light"), url("../fonts/Gilroy_font/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy_font/Gilroy-Light.woff") format("woff"),
		url("../fonts/Gilroy_font/Gilroy-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Gilroy";
	src: url("../fonts/Gilroy_font/Gilroy-Medium.eot");
	src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/Gilroy_font/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy_font/Gilroy-Medium.woff") format("woff"),
		url("../fonts/Gilroy_font/Gilroy-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Gilroy";
	src: url("../fonts/Gilroy_font/Gilroy-Bold.eot");
	src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy_font/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy_font/Gilroy-Bold.woff") format("woff"),
		url("../fonts/Gilroy_font/Gilroy-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Gilroy-Semibold";
	src: url("../fonts/Gilroy_font/Gilroy-Semibold.eot");
	src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy_font/Gilroy-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy_font/Gilroy-Semibold.woff") format("woff"),
		url("../fonts/Gilroy_font/Gilroy-Semibold.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

.nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 1.1979166667vw;
	padding-right: 1.875vw;
	padding-top: 0.46875vw;
	padding-bottom: 0.46875vw;
}

.nav__item {
	display: flex;
	align-items: center;
	transition: color 0.38s linear;
	color: #7e8791;
}

.nav__item:hover {
	color: #fff;
}

.nav__contacts {
	display: flex;
	align-items: center;
	gap: 1.6666666667vw;
}

.nav__icon {
	font-size: 1.25vw;
	margin-right: 0.625vw;
}

.nav__text {
	font-size: 0.7291666667vw;
}

.header {
	margin-left: 3.4375vw;
	margin-right: 3.4375vw;
	position: relative;
	z-index: 19;
}

.header {
	background-color: #0d2235;
	border-bottom-left-radius: 2.4375vw;
	border-bottom-right-radius: 2.4375vw;
}

.header__container {
	position: relative;
	background-color: #e3e7eb;
	border-radius: 4.21875vw;
	display: flex;
	align-items: center;
	padding: 0.9375vw;
	padding-left: 1.9791666667vw;
	border: 1px solid rgba(208, 212, 215, 1);
	z-index: 9998;
}

.header__container--border {
	border-top-left-radius: 2.3958333333vw;
	border-top-right-radius: 2.3958333333vw;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: none;
}

.header__logo {
	width: 5.2083333333vw;
	height: 2.5vw;
	margin-right: 1.875vw;
}

.header__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.header__item {
	display: flex;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
	border-radius: 3.3333333333vw;
	flex-grow: 1;
}

.header__catalog {
	display: flex;
	align-items: center;
	border-radius: 5.2083333333vw;
	background-color: #bc0203;
	padding-top: 0.7291666667vw;
	padding-bottom: 0.7291666667vw;
	padding-left: 1.25vw;
	padding-right: 1.25vw;
	cursor: pointer;
	position: relative;
}

.header__catalog--rotate .header__catalog-icon {
	transform: rotate(-90deg);
}

.header__catalog-text {
	font-family: "Gilroy";
	color: #fff;
	font-size: 0.9375vw;
	margin-right: 0.625vw;
}

.header__catalog-icon {
	font-size: 1.0416666667vw;
	color: #fff;
}

.header__search {
	width: 100%;
	margin-left: -2.8645833333vw;
	display: flex;
	align-items: center;
	background-color: #fff;
	padding-top: 0.625vw;
	padding-bottom: 0.625vw;
	padding-left: 3.75vw;
	padding-right: 1.25vw;
	border-radius: 5.2083333333vw;
	cursor: pointer;
}

.header__search-text {
	font-family: "Gilroy";
	color: #7e8791;
	width: 100%;
	font-size: 0.9375vw;
}

.header__search-icon {
	position: relative;
	font-size: 1.25vw;
	color: #7e8791;
}

.header__search-icon input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

[type="search"]::-webkit-search-cancel-button {
	color: #7e8791;
	opacity: .7;
}

.header__search-result {
	width: 100%;
	height: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.header__search-result a {
	display: block;
	width: 100%;
	height: 100%;
}

.header__search-result b {
	color: #bc0203;
}

.header__search form {
	width: 100%;
	height: 22px;
	display: flex;
	align-items: center;
	gap: 15px;
}

.header__list {
	display: flex;
	align-items: center;
	gap: 2.6041666667vw;
	margin-left: 2.7083333333vw;
}

.header__list-link {
	color: #7e8791;
	font-size: 0.9375vw;
	font-family: "Gilroy";
	transition: color 0.38s linear;
}

.header__list-link:hover {
	color: #0d2235 !important;
}

.header__list--none {
	display: none;
}

.header__btns {
	display: flex;
	align-items: center;
	gap: 0.625vw;
	margin-left: 2.7083333333vw;
}

.header__btns-btn {
	border-radius: 50%;
	background-color: #d7dadd;
	padding: 0.625vw;
	position: relative;
	font-size: 1.25vw;
	color: #0d2235;
	transition: all 0.38s linear;
}

.header__btns-btn:hover {
	background-color: #0d2235;
	color: #fff;
}

.header__btns-btn--active {
	background-color: #bc0203;
	color: #fff;
}

.header__btns-btn--active:hover {
	background-color: #940001;
}

.header__btns-count {
	min-width: 1.0417vw;
	height: 1.0417vw;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Gilroy";
	font-weight: 700;
	position: absolute;
	font-size: 0.6770833333vw;
	top: -0.2083333333vw;
	right: -0.3125vw;
	border-radius: 5.2083333333vw;
	color: #0d2235;
	background-color: #fff;
	padding: 0.15625vw;
}

.background__box .header__btns-count {
	background-color: #d7dadd;
}

.autoComplete_wrapper {
	width: 100%;
	position: static;
}

.autoComplete_wrapper>input {
	background: none;
	line-height: 1;
	width: 100%;
	height: auto;
	border: none;
	border-radius: 0;
	padding: 0;
	color: #0d2235;
	padding-right: 15px;
	font-family: "Gilroy";
	font-weight: 500;
	width: 100%;
	font-size: 0.9375vw;
}

.autoComplete_wrapper>input::-webkit-input-placeholder {
	color: #7e8791;
}

.autoComplete_wrapper>input::-moz-placeholder {
	color: #7e8791;
}

.autoComplete_wrapper>input:-ms-input-placeholder {
	color: #7e8791;
}

.autoComplete_wrapper>input::-ms-input-placeholder {
	color: #7e8791;
}

.autoComplete_wrapper>input::placeholder {
	color: #7e8791;
}

.autoComplete_wrapper>ul {
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 2.3958333333vw;
	border-bottom-right-radius: 2.3958333333vw;
	padding: 1.5625vw;
	top: 6.6145833333vw;
	margin: 0;
	max-height: 19.7916666667vw;
	overflow-y: auto;
	background-color: #e3e7eb;
}

.autoComplete_wrapper>ul>li {
	border: none;
	background-color: #e3e7eb;
	border-radius: 52.0833333333vw;
	padding: 0;
	padding-top: 0.78125vw;
	padding-bottom: 0.78125vw;
	padding-left: 1.5625vw;
	padding-right: 1.5625vw;
	color: #0d2235;
	margin: 0;
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 0.9375vw;
}

.autoComplete_wrapper>ul>li:hover {
	background-color: #f8f8f8;
}

.autoComplete_wrapper>ul>li mark {
	color: #bc0203;
}

.autoComplete_wrapper>input:hover {
	color: #0d2235;
}

.autoComplete_wrapper>input:hover::-webkit-input-placeholder {
	color: #7e8791;
}

.autoComplete_wrapper>input:hover::-moz-placeholder {
	color: #7e8791;
}

.autoComplete_wrapper>input:hover:-ms-input-placeholder {
	color: #7e8791;
}

.autoComplete_wrapper>input:hover::-ms-input-placeholder {
	color: #7e8791;
}

.autoComplete_wrapper>input:hover::placeholder {
	color: #7e8791;
}

.autoComplete_wrapper>input:focus {
	line-height: 1;
	border: none;
	font-family: "Gilroy";
	color: #0d2235;
	font-weight: 500;
	width: 100%;
	font-size: 0.9375vw;
}

.autoComplete_wrapper>input:focus::-webkit-input-placeholder {
	color: #7e8791;
	font-size: 0.9375vw;
	padding: 0;
}

.autoComplete_wrapper>input:focus::-moz-placeholder {
	color: #7e8791;
	font-size: 0.9375vw;
	padding: 0;
}

.autoComplete_wrapper>input:focus:-ms-input-placeholder {
	color: #7e8791;
	font-size: 0.9375vw;
	padding: 0;
}

.autoComplete_wrapper>input:focus::-ms-input-placeholder {
	color: #7e8791;
	font-size: 0.9375vw;
	padding: 0;
}

.autoComplete_wrapper>input:focus::placeholder {
	color: #7e8791;
	font-size: 0.9375vw;
	padding: 0;
}

.menu {
	padding-left: 1.875vw;
	padding-right: 1.875vw;
	padding-bottom: 1.875vw;
	padding-top: 2.7125vw;
	background-color: #e3e7eb;
	border-bottom-left-radius: 2.3958333333vw;
	border-bottom-right-radius: 2.3958333333vw;
	position: absolute;
	width: 100%;
	min-height: 20vw;
	top: 4.714583vw;
	left: 0;
	display: none;
	opacity: 0;
	gap: 1.875vw;
	transition: opacity 0.38s linear;
	z-index: 9997;
	overflow-y: scroll;
	max-height: 90vh;
}

.menu::-webkit-scrollbar {
	width: 0;
}

.background__box .menu {
	background-color: #fff;
	border: 1px solid rgba(208, 212, 215, 1);
}

.menu--active {
	display: flex;
}

.menu--opacity {
	opacity: 1;
}

.menu__tabs {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 5;
	background-color: #e3e7eb;
	gap: 0.4166666667vw;
}

.background__box .menu__tabs {
	background-color: #fff;
}

.menu__tab {
	display: flex;
	cursor: pointer;
	align-items: center;
	padding-top: 0.8333333333vw;
	padding-bottom: 0.8333333333vw;
	padding-left: 1.5625vw;
	padding-right: 1.5625vw;
	font-size: 0.9375vw;
	border-radius: 52.0833333333vw;
	transition: background-color 0.38s linear;
	color: #0d2235;
}

.menu__tab:hover {
	background-color: #d7dadd;
}

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

.menu__tab--active:hover {
	background-color: #f8f8f8;
}

.menu__tab-icon {
	font-size: 1.4583333333vw;
	margin-right: 0.625vw;
}

.menu__tab-text {
	font-size: 0.9375vw;
}

.menu__list {
	position: relative;
	opacity: 0;
	background-color: #e3e7eb;
	display: none;
	flex-direction: column;
	gap: 0.4166666667vw;
	transition: opacity 0.38s linear;
}

.background__box .menu__list {
	background-color: #fff;
}

.menu__list--display {
	display: flex;
}

.menu__list--opacity {
	opacity: 1;
}

.menu__list-link {
	padding-top: 0.9375vw;
	padding-bottom: 0.9375vw;
	padding-left: 1.5625vw;
	padding-right: 1.0416666667vw;
	border-radius: 52.0833333333vw;
	background-color: #e3e7eb;
	display: flex;
	align-items: center;
	font-size: 0.9375vw;
	position: relative;
	z-index: 4;
	transition: background-color 0.38s linear;
	justify-content: space-between;
	color: #0d2235;
}

.background__box .menu__list-link {
	background-color: #fff;
}

.menu__list-link:hover {
	background-color: #d7dadd;
}

.menu__list-icon {
	font-size: 1.4583333333vw;
	margin-left: 0.7291666667vw;
}

.menu__list-li {
	padding-right: 1.875vw;
}

.catalog__item-subtitle.teams {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.catalog__item-subtitle.teams a {
	transition: .3s linear;
}

.catalog__item-subtitle.teams a:hover {
	opacity: .5;
}

.team_jobtitle {
	height: 38px;
	font-size: .8333vw;
	margin-top: .5rem;
}

.js-section-filter {
	padding: 12px 18px;
	border-radius: 100px;
}

.js-section-filter.active {
	background-color: #E3E7EB;
}

.catalog__nav-list.teams {
	gap: 0;
}

@media (min-width: 997px) {
	.menu__list-li:hover .menu__dropdown {
		left: 100%;
		z-index: 1;
		opacity: 1;
		visibility: visible;
	}
}

.menu__dropdown {
	display: flex;
	flex-direction: column;
	position: absolute;
	left: 100%;
	top: 0.2604166667vw;
	height: 90vh;
	z-index: -1;
	opacity: 0;
	transition: all 0.38s linear;
	gap: 0.4166666667vw;
	visibility: hidden;
}

.menu__dropdown-link {
	width: max-content;
	padding-top: 0.9375vw;
	padding-bottom: 0.9375vw;
	padding-left: 1.5625vw;
	padding-right: 1.0416666667vw;
	border-radius: 52.0833333333vw;
	font-size: 0.9375vw;
	display: flex;
	align-items: center;
	transition: background-color 0.38s linear;
	justify-content: space-between;
	color: #0d2235;
}

.menu__dropdown-link:hover {
	background-color: #d7dadd;
}

.home {
	margin-top: 2.6041666667vw;
	padding-bottom: 3.59375vw;
	padding-left: 5.3125vw;
	display: flex;
	justify-content: space-between;
}

.home__item {
	width: 50%;
}

.home__title {
	font-family: "Gilroy-Semibold";
	font-size: 3.3333333333vw;
	margin-bottom: 1.25vw;
	color: #fff;
	position: relative;
	z-index: 1;
}

.home__title span {
	color: #bc0203;
}

.home__text {
	margin-bottom: 2.6041666667vw;
	font-size: 1.0416666667vw;
	line-height: 1.6666666667vw;
	font-weight: 400;
	color: #7e8791;
	position: relative;
	z-index: 1;
}

.home__form {
	width: 66%;
	display: flex;
	flex-direction: column;
	gap: 0.9375vw;
	position: relative;
	z-index: 1;
}

.home__form-item {
	margin-bottom: 0.9375vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1.25vw;
}

.home__form-input--w51 {
	width: 51%;
}

.home__form-checkbox {
	margin-bottom: 0.625vw;
}

.home__form .choices {
	width: 44%;
}

.home__img {
	position: relative;
	width: 50%;
	object-fit: contain;
	height: 38.125vw;
	z-index: 2;
}

.checkbox {
	display: flex;
	align-items: center;
	position: relative;
}

.checkbox:hover .checkbox__div {
	border: 0.078125vw solid #7e8791;
}

.checkbox--error .checkbox__div {
	border: 0.078125vw solid #ff3f43;
}

.checkbox--error:hover .checkbox__div {
	border: 0.078125vw solid #ff3f43;
}

.checkbox--error .checkbox__text {
	color: #ff3f43;
}

.checkbox__input {
	display: none;
}

.checkbox__input:checked~.checkbox__icon {
	transform: scale(1);
}

.checkbox__icon {
	position: absolute;
	left: 0.2604166667vw;
	z-index: 1;
	top: 0.2864583333vw;
	font-size: 0.5208333333vw;
	color: #0d2235;
	transform: scale(0);
	transition: all 0.38s linear;
}

.checkbox__div {
	position: absolute;
	z-index: 1;
	left: 0;
	width: 1.0416666667vw;
	height: 1.0416666667vw;
	border: 0.078125vw solid rgba(0, 0, 0, 0);
	background-color: #fff;
	border-radius: 4px;
	top: 0;
	transition: all 0.38s linear;
}

.checkbox__text,
.checkbox__text a {
	position: relative;
	z-index: 1;
	padding-left: 1.6666666667vw;
	font-size: 0.9375vw;
	cursor: pointer;
	color: #7e8791;
	transition: .3s linear;
}

.checkbox__text a {
	padding-left: 0;
	text-decoration: underline;
}

.checkbox__text a:hover {
	text-decoration: none;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	height: 1em;
	width: 1em;
	right: 0;
	background: url("../img/icon/close.svg");
	background-size: contain;
	cursor: pointer;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"],
input[type="number"]:hover,
input[type="number"]:focus {
	appearance: none;
	-moz-appearance: textfield;
}

.input {
	border-radius: 2.2916666667vw;
	font-family: "Gilroy";
	font-size: 0.9375vw;
	line-height: 1.0416666667vw;
	padding-top: 0.9375vw;
	padding-bottom: 0.9375vw;
	padding-left: 1.5625vw;
	padding-right: 1.1458333333vw;
	background-color: #e3e7eb;
	color: #0d2235;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.input--white {
	background-color: #fff;
}

.input--error {
	border: 1px solid #ff3f43;
}

.input__icon {
	font-size: 0.78125vw;
	cursor: pointer;
	opacity: 0;
}

.input__icon--active {
	opacity: 1;
}

.input input {
	width: 90%;
}

.input::placeholder {
	color: #7e8791;
}

.choices {
	margin-bottom: 0;
}

.choices__inner {
	border-radius: 2.2916666667vw;
	padding-top: 0.9375vw;
	padding-bottom: 0.9375vw;
	padding-left: 1.25vw;
	padding-right: 1.25vw;
	font-size: 1.0416666667vw;
	line-height: 1;
	background-color: #e3e7eb;
	min-height: auto;
}

.choices__list--single {
	padding: 0;
}

.choices__list--dropdown {
	z-index: 2;
	background-color: #e3e7eb;
}

.choices__list--dropdown .choices__item {
	color: #0d2235;
	opacity: 1;
	font-family: "Gilroy";
	font-weight: 500;
	font-size: 0.8333333333vw;
}

.choices__item {
	color: #0d2235;
	opacity: 1;
	line-height: 1;
	font-family: "Gilroy";
	font-weight: 500;
	font-size: 1.0416666667vw;
}

.is-open .choices__inner {
	border-top-left-radius: 1.1458333333vw;
	border-top-right-radius: 1.1458333333vw;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.choices[data-type*="select-one"] .choices__inner {
	padding-bottom: 0.9375vw;
}

.choices[data-type*="select-one"]:after {
	content: "";
	font-family: "icomoon" !important;
	border: none;
	font-size: 1.875vw;
	top: 50%;
	right: 0;
	width: 1.3541666667vw;
	height: 0.2604166667vw;
	color: #0d2235;
	transform: translateY(-50%) rotate(90deg);
}

.choices[data-type*="select-one"].is-open:after {
	transform: rotate(-90deg);
	top: 1.5625vw;
	right: 1.9791666667vw;
	margin-top: 0;
}

.is-flipped.is-open .choices__inner {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 1.1458333333vw;
	border-bottom-right-radius: 1.1458333333vw;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
	background-color: #d7dadd;
}

.selectError .choices__inner {
	border: 1px solid #ff3f43;
}

.partners-container {
	overflow: hidden;
	/* margin-left: 4.2708333333vw;
	margin-right: 4.2708333333vw; */
}

.partners-track {
	display: flex;
	align-items: center;
	gap: 4.333vw;
	width: max-content;
	/* Ширина по содержимому */
	padding-top: 2.6041666667vw;
	padding-bottom: 2.6041666667vw;
	animation: scroll 80s linear infinite;
	will-change: transform;
}

.partners__img {
	object-fit: contain;
	width: 6vw;
	height: 3.3333vw;
	/* Примерный аналог spaceBetween */
	flex-shrink: 0;
	transition: .38s linear;
	cursor: pointer;
	filter: sepia(100%) invert(75%);
	-webkit-filter: sepia(100%) invert(75%);
	-moz-filter: sepia(100%) invert(75%);
	-ms-filter: sepia(100%) invert(75%);
	-o-filter: sepia(100%) invert(75%);
}

.partners__img:hover {
	transform: scale(1.1);
	filter: grayscale(0%) invert(0%) !important;
	-webkit-filter: grayscale(0%) invert(0%) !important;
	-moz-filter: grayscale(0%) invert(0%) !important;
	-ms-filter: grayscale(0%) invert(0%) !important;
	-o-filter: grayscale(0%) invert(0%) !important;
	/* Увеличиваем изображение при наведении */
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-50% - 2vw));
		/* Сдвигаем на половину ширины */
	}
}

.aboutUs {
	margin-left: 3.4375vw;
	margin-right: 3.4375vw;
	margin-bottom: 3.4375vw;
	padding: 1.875vw;
	background-color: #e3e7eb;
	border-radius: 2.1875vw;
}

.aboutUs__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5625vw;
}

.aboutUs__img {
	border-radius: 1.5625vw;
	height: 24.8958333333vw;
	width: 48%;
	overflow: hidden;
	position: relative;
}

.aboutUs__img::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #0b2754;
	mix-blend-mode: exclusion;
}

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

.aboutUs__container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1.5625vw;
	margin-bottom: 1.875vw;
}

.aboutUs__item {
	width: 48%;
}

.aboutUs__title {
	margin-bottom: 1.25vw;
	font-size: 2.5vw;
	font-family: "Gilroy";
	color: #0d2235;
	line-height: 1.2;
}

.aboutUs__title span {
	color: #bc0203;
}

.aboutUs__text {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 1.25vw;
	line-height: 1.2;
}

.aboutUs__text ul {
	list-style-type: disc;
	padding-left: 25px;
	margin-top: 6px;
}

.aboutUs__text li::marker {
	color: #bc0203;
}

.aboutUs__counter {
	background-color: #fff;
	padding-top: 1.5625vw;
	padding-bottom: 1.5625vw;
	padding-left: 3.125vw;
	padding-right: 3.125vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 3.375vw;
	border-radius: 1.875vw;
}

.aboutUs__counter-title {
	font-family: "Gilroy";
	font-weight: 300;
	color: #586068;
	font-size: 6.6666666667vw;
}

.aboutUs__counter-title span {
	font-weight: 400;
	font-size: 2.1875vw;
}

.aboutUs__counter-text {
	font-size: 1.0416666667vw;
	font-weight: 600;
	color: #7e8791;
}

.team_about_grid {
	width: 100%;
	display: grid;
	gap: 1.3021vw;
	row-gap: 2.6042vw;
	grid-template-columns: repeat(3, 1fr);
	padding-bottom: 1.7vw;
}

.team_about_item {
	display: flex;
	flex-direction: column;
	gap: 1.5625vw;
}

.team_about_item img {
	max-width: 360px;
	border-radius: 1.25vw;
}

.team_about_item article {
	font-family: 'Gilroy-Semibold';
	font-size: 1.25vw;
	font-weight: 600;
	color: rgba(13, 34, 53, 1);
}

.team_about_item p {
	font-size: 0.9375vw;
	font-weight: 500;
	color: rgba(88, 96, 104, 1);
}

.title {
	color: #0d2235;
	font-size: 2.5vw;
	font-family: "Gilroy";
	padding-left: 3.3333333333vw;
	position: relative;
	display: flex;
	align-items: center;
}

.title:after {
	content: "";
	position: absolute;
	left: 0;
	background-color: #bc0203;
	border-radius: 50%;
	width: 1.6666666667vw;
	height: 1.6666666667vw;
}

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

.title--float {
	display: block;
	padding-left: 0;
}

.title--float::after {
	content: none;
}

.title--float::before {
	content: "";
	background-color: #bc0203;
	border-radius: 50%;
	margin-top: 0.625vw;
	margin-right: 1.5625vw;
	float: left;
	width: 1.6666666667vw;
	height: 1.6666666667vw;
}

.cooperation {
	padding: 3.4375vw;
	margin-bottom: 3.4375vw;
	position: relative;
}

.cooperation__title {
	margin-bottom: 1.875vw;
	margin-left: 1.875vw;
}

.cooperation__item {
	width: 22%;
	position: relative;
	z-index: 1;
}

.cooperation__container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 3.4375vw;
}

.cooperation__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cooperation__btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 2.5vw;
	border-bottom-right-radius: 2.5vw;
	padding: 1.5625vw;
	position: absolute;
	bottom: -20%;
	left: 0;
	width: 100%;
	transition: bottom 0.38s linear;
	justify-content: space-between;
	z-index: 2;
}

.cooperation__imgBox {
	position: relative;
	width: 100%;
	height: 29.0625vw;
	border-radius: 2.5vw;
	overflow: hidden;
	margin-bottom: 1.5625vw;
}

.cooperation__imgBox::after {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	mix-blend-mode: color;
	background-color: #0b2754;
	opacity: 1;
	/* Добавляем opacity для анимации */
	transition: opacity 0.38s linear;
	/* Плавное изменение opacity */
}

.cooperation__imgBox:hover::after {
	opacity: 0;
	/* Исчезает плавно */
}

.cooperation__imgBox:hover .cooperation__btn {
	bottom: 0;
}

.cooperation__text {
	font-family: "Gilroy";
	font-weight: 300;
	font-size: 2.1875vw;
	width: 90%;
}

.projects {
	margin-left: 3.4375vw;
	margin-right: 3.4375vw;
	margin-bottom: 3.4375vw;
	padding: 1.875vw;
	background-color: #e3e7eb;
	border-radius: 2.1875vw;
}

.projects__title {
	margin-bottom: 1.875vw;
}

.projects__container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1.875vw;
}

.projects__item {
	width: 23.3%;
	cursor: pointer;
	background-color: #fff;
	border-radius: 1.25vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
	transition: all 0.38s linear;
}

.projects__item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: top 0.38s linear;
	border-radius: 1.25vw;
	z-index: 1;
	transition: all 0.38s linear;
}

.projects__item:hover {
	background-color: #7d0001;
}

.projects__item:hover::after {
	top: 2.6041666667vw;
	background-color: #a30001;
}

.projects__item:hover .projects__item-title {
	background-color: #bc0203;
	color: #fff;
	height: 100%;
}

.projects__item-title {
	font-family: "Gilroy";
	font-weight: 300;
	font-size: 3.125vw;
	color: #0d2235;
	padding: 1.5625vw;
	line-height: 3.125vw;
	word-break: break-word;
	transition: all 0.38s linear;
	border-radius: 1.25vw;
	height: fit-content;
	position: relative;
	z-index: 2;
}

.projects__item-text {
	font-size: 1.0416666667vw;
	color: #7e8791;
	line-height: 1.2;
	opacity: 1;
	padding-left: 1.5625vw;
	padding-right: 1.5625vw;
	padding-bottom: 1.5625vw;
}

.projects__item-text--none {
	display: none;
}

.servers {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 5.3125vw;
	padding-right: 3.4375vw;
	padding-top: 3.4375vw;
	padding-bottom: 3.4375vw;
	margin-bottom: 3.4375vw;
	gap: 3.4375vw;
	position: relative;
}

.servers__title {
	margin-bottom: 1.25vw;
	padding-left: 0;
}

.servers__text {
	line-height: 1.875vw;
	font-size: 1.25vw;
	margin-bottom: 3.4375vw;
}

.servers__text b {
	color: rgba(255, 255, 255, 1);
	display: block;
	margin-bottom: -1vw;
	font-weight: 500;
}

.servers__btn {
	width: 17.1875vw;
	position: relative;
	z-index: 1;
}

.servers__item {
	width: 48%;
}

.servers__img {
	width: 48%;
	height: 26.6666666667vw;
	border-radius: 1.5625vw;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.servers__img::after {
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	mix-blend-mode: exclusion;
	background-color: #0b2754;
}

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

.form {
	margin-left: 3.4375vw;
	margin-right: 3.4375vw;
	margin-bottom: 3.4375vw;
	padding: 1.875vw;
	background-color: #e3e7eb;
	border-radius: 2.1875vw;
}

.form__title {
	margin-bottom: 1.25vw;
}

.form__text {
	font-size: 1.25vw;
	line-height: 1.875vw;
	color: #7e8791;
	width: 90%;
	margin-bottom: 1.875vw;
}

.form__container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1.25vw;
	margin-bottom: 0.9375vw;
}

.form__item {
	display: flex;
	gap: 0.625vw;
}

.form__item .choices {
	width: 13.6979166667vw;
}

.form__item .choices__inner {
	background-color: #fff;
}

.form__item .choices__list--dropdown {
	background-color: #fff;
}

.form__input {
	flex-grow: 1;
}

.form__btn {
	padding-left: 1.5625vw;
	padding-right: 1.5625vw;
}

/* .news {
	margin-bottom: 6.4583333333vw;
} */

.news__top {
	display: flex;
	justify-content: space-between;
	margin-left: 5.3125vw;
	margin-right: 5.3125vw;
	margin-bottom: 1.5625vw;
}

.news__slider {
	margin-left: 3.4375vw;
	margin-right: 3.4375vw;
}

.news__slide {
	background-color: #e3e7eb;
	padding-left: 0.9375vw;
	padding-right: 0.9375vw;
	padding-top: 0.8854166667vw;
	padding-bottom: 1.5104166667vw;
	border-radius: 2.1875vw;
	overflow: hidden;
	position: relative;
}

.news__slide:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-color: #bc0203;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.38s linear;
}

.news__slide:hover::after {
	opacity: 1;
}

.news__slide:hover .news__slide-item {
	bottom: 0;
}

.news__slide:hover .news__slide-link {
	opacity: 1;
}

.news__slide-img {
	width: 100%;
	object-fit: cover;
	border-radius: 1.5625vw;
	height: 18.9583333333vw;
	margin-bottom: 0.625vw;
}

.news__slide-date {
	font-size: 0.9375vw;
	line-height: 1.25vw;
	color: #7e8791;
}

.news__slide-title {
	font-family: "Gilroy";
	font-size: 1.5625vw;
	color: #0d2235;
	line-height: 1.875vw;
}

.news__slide-item {
	height: 86%;
	position: absolute;
	left: 0;
	bottom: -100%;
	border-top-left-radius: 1.5625vw;
	border-top-right-radius: 1.5625vw;
	background-color: #fff;
	padding: 1.5625vw;
	transition: bottom 0.38s linear;
	z-index: 1;
}

.news__slide-text {
	font-size: 1.0416666667vw;
	line-height: 1.4583333333vw;
	margin-top: 1.25vw;
	color: #7e8791;
	height: 16.34375vw;
	text-overflow: ellipsis;
	-webkit-line-clamp: 12;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news__slide-link {
	position: absolute;
	justify-content: space-between;
	border-top-left-radius: 2.1875vw;
	border-top-right-radius: 2.1875vw;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding-left: 1.5625vw;
	padding-right: 1.25vw;
	padding-bottom: 1.875vw;
	padding-top: 1.3541666667vw;
	width: 100%;
	z-index: 1;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity 0.38s linear;
}

.footer {
	padding-left: 5.3125vw;
	padding-right: 5.3125vw;
	padding-top: 10.4375vw;
	padding-bottom: 3.4375vw;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.footer__img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 47.5vw;
	height: 25.5729166667vw;
}

.footer__container {
	display: flex;
	gap: 5vw;
}

.footer__list {
	display: flex;
	flex-direction: column;
	gap: 0.625vw;
	position: relative;
	z-index: 1;
}

.footer__list:last-child {
	width: 25%;
}

.footer__list-title {
	margin-bottom: 0.9375vw;
	color: #f8f8f8;
	font-family: "Gilroy";
	font-size: 1.25vw;
	line-height: 1.875vw;
}

.footer__link {
	font-size: 0.9375vw;
	line-height: 1.25vw;
	color: #7e8791;
	transition: color 0.38s linear;
}

.footer__link:hover {
	color: #fff;
}

.footer__item {
	width: 35%;
	position: relative;
	z-index: 1;
}

.footer__title {
	color: #fff;
	font-family: "Gilroy";
	font-size: 1.6666666667vw;
	margin-bottom: 1.875vw;
}

.footer__text {
	font-size: 0.9375vw;
	line-height: 1.25vw;
	color: #e3e7eb;
	margin-bottom: 0.9375vw;
}

.footer__input {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0.9375vw;
	padding-right: 0;
}

.footer__btn {
	padding-left: 1.5625vw;
	padding-right: 1.5625vw;
}

.footer__checkbox {
	margin-bottom: 1.875vw;
}

.footer__checkbox .checkbox__text,
.footer__checkbox .checkbox__text a {
	color: #e3e7eb;
}

.footer__social {
	display: flex;
	gap: 0.8333333333vw;
}

.footer__social-icon {
	font-size: 2.34375vw;
	color: #7e8791;
	transition: .3s linear;
}

.footer__social-icon:hover {
	color: rgba(255, 255, 255, 0.9);
}

.modal {
	padding-top: 40px;
	border-radius: 10px;
	display: none;
}

.fancybox__content>.f-button.is-close-btn {
	top: 1.0417vw;
	right: 1.5625vw;
	color: #7e8791;
	opacity: 1;
	transition: color 0.38s linear;
	width: 1.0417vw;
	height: 1.0417vw;
}

.fancybox__container {
	background-color: rgba(94, 94, 94, 0.9490196078);
	--fancybox-bg: none;
}

.is-compact .fancybox__content>.f-button.is-close-btn {
	--f-button-bg: none;
	top: 1.0417vw;
	right: 1.5625vw;
}

.f-button:hover:not([disabled]) {
	background-color: rgba(0, 0, 0, 0);
}

.successModal svg {
	margin-top: 2.5vw;
}

/*# sourceMappingURL=style.css.map */

/* Breadcrumbs */
.breadcrumbs {
	margin-left: 3.4375vw;
	margin-right: 3.4375vw;
	padding-top: 1.7vw;
	padding-bottom: 1.7vw;
	padding-left: 1.9791666667vw;
	position: relative;
	z-index: 2;
}

.breadcrumbs__list {
	display: flex;
	gap: 0.8854vw;
}

.breadcrumbs__item {
	position: relative;
	font-family: "Gilroy";
	font-size: .83vw;
	color: #7E8791;
}

.breadcrumbs__item a {
	color: #7E8791;
	transition: color 0.38s linear;
}

.breadcrumbs__item a:hover {
	color: #0d2235;
}

.breadcrumbs__item a::before {
	position: absolute;
	top: 0;
	right: -14.5px;
	content: "\2013";
	width: 11px;
	height: 24px;
	color: #586068;
}

/* END Breadcrumbs */

/* Page title */

.page__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 3.4375vw;
	margin-right: 3.4375vw;
	padding-bottom: 1.7vw;
	padding-left: 1.9791666667vw;
	padding-right: .9791666667vw;
	position: relative;
	z-index: 2;
}

.page__title article {
	position: relative;
	padding-left: 2.5vw;
	font-family: "Gilroy-Semibold";
	font-size: 2vw;
	font-weight: 600;
	color: #0D2235;
}

.page__title article::after {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 1.25vw;
	height: 1.25vw;
	background-color: #BC0203;
	border-radius: 50%;
}

.page__title span {
	font-family: 'Gilroy';
	font-size: .94vw;
	color: #7E8791;
}

.page__title p {
	font-size: 0.8333vw;
}

/* END Page title */

/* Catalog  */
.background__box,
.background__box .header__search {
	background-color: rgba(243, 245, 247, 1);
}

.background__box .header__container {
	background-color: #fff;
}

.background__box .header__list-link,
.background__box .nav__item,
.autoComplete_wrapper>input::placeholder {
	color: rgba(88, 96, 104, 1);
}

.catalog {
	margin-left: 3.4375vw;
	margin-right: 3.4375vw;
	position: relative;
	z-index: 2;
}

.catalog__nav {
	height: 4.3750vw;
	background-color: #fff;
	border-radius: 4.21875vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.9375vw;
	padding-left: 1.9791666667vw;
	margin-bottom: 1.7vw;
	font-family: 'Gilroy';
}

.catalog__nav a {
	display: block;
	font-size: .9vw;
	color: #0D2235;
	transition: 0.38s linear;
	white-space: nowrap;
}

.catalog__nav a:hover {
	color: #7E8791;
}

.catalog__nav span {
	margin-left: 5px;
	font-size: .9vw;
	color: #7E8791;
	transition: color 0.38s linear;
}

.catalog__nav-list {
	display: flex;
	gap: 1.5rem;
	max-width: 80%;
	overflow-x: scroll;
}

.catalog__nav-list::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.catalog__nav__sort:hover span {
	background-color: #0D2235;
}

.catalog__nav__sort:hover path {
	stroke: #fff;
}

.catalog__content {
	margin-left: 3.4375vw;
	margin-right: 3.4375vw;
	padding-bottom: 2em;
}

.catalog__container {
	display: flex;
	gap: 1.3021vw;
}

.catalog__sidebar {
	width: 22%;
	flex: 1 0 auto;
	position: relative;
}

.catalog__filter {
	position: sticky;
	top: 0;
	background-color: #fff;
	padding: 18px;
	border-radius: 1.7708vw;
	transition: .3s linear;
}

.filter__tabs {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 5;
	gap: 0.4166666667vw;
	transition: .38s linear;
}

.filter__tabs::-webkit-scrollbar {
	width: 0;
}

.filter__tab {
	position: relative;
	display: flex;
	cursor: pointer;
	align-items: center;
	padding-top: 0.8333333333vw;
	padding-bottom: 0.8333333333vw;
	padding-left: 1.5625vw;
	padding-right: 1.5625vw;
	font-size: 0.9375vw;
	border-radius: 52.0833333333vw;
	transition: 0.38s linear;
	color: #0d2235;
}

.filter__tab-icon {
	align-self: start;
	font-size: 1.0417vw;
	color: #D7DADD;
	margin-right: 0.5208vw;
}

.filter__tab-icon.active {
	color: #BC0203;
}

.filter__tab-text {
	max-width: 65%;
	font-family: 'Gilroy';
	font-size: 1.05vw;
	font-weight: 600;
}

.filter__tab-dropdown {
	position: absolute;
	right: 1.5625vw;
	font-size: 1.4583vw;
}

.filter__list {
	display: none;
	flex-direction: column;
	padding-left: 1.7025vw;
	padding-right: 1.5625vw;
}

.filter__item {
	font-size: .9vw;
	color: #0D2235;
	margin-bottom: 10px;
}

.filter__item label {
	display: flex;
	align-items: start;
	transition: .3s linear;
}

.filter__item label:hover {
	color: #7E8791;
}

.filter__input {
	width: 100%;
	max-width: 1.0417vw;
	height: 1.1458vw;
	margin-right: 0.5208vw;
	border-radius: 0.2083vw;
}

.filter__input[type="checkbox"]:checked {
	accent-color: #BC0203;
}

.filter__buttons {
	position: sticky;
	width: calc(100% + 36px);
	bottom: 0;
	margin-left: -18px;
	margin-bottom: -18px;
	padding: 0 0 16px;
	background-color: rgba(243, 245, 247, 1);
	z-index: 9;
}

.filter__buttons-background {
	padding: 18px;
	background-color: #fff;
	border-bottom-left-radius: 34px;
	border-bottom-right-radius: 34px;
}

.filter__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	width: 100%;
	height: 2.5vw;
	margin: 10px auto;
	border: 1px solid #0D2235;
	border-radius: 100px;
	padding: 14px 24px;
	font-family: 'Gilroy';
	font-size: .9vw;
	color: #0D2235;
	transition: .3s linear;
}

.filter__btn:hover {
	color: #fff;
	background-color: #0D2235;
}

.filter__btn-red {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 2.5vw;
	margin: 0.5208vw auto;
	background-color: #BC0203;
	border-radius: 100px;
	padding: 14px 24px;
	font-family: 'Gilroy';
	font-size: .9vw;
	color: #fff;
	transition: .3s linear;
}

.filter__btn-red:hover {
	background-color: #870001;
}

.filter__btn-red span {
	margin-left: 10px;
	font-size: 24px;
}

.catalog__list {
	width: 78%;
	/* overflow: hidden; */
}

.catalog_list__row {
	display: flex;
	flex-direction: column;
	gap: 1.3021vw;
}

.catalog__list.wishlist,
.wishlist .catalog__list {
	width: 100%;
}

.catalog__list .search-page {
	display: none;
}

.catalog__list-grid {
	display: grid;
	gap: 1.3021vw;
	grid-template-columns: repeat(3, 1fr);
}

.catalog__item {
	height: max-content;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 1.7708vw;
	padding: 0.9375vw;
}

.catalog__item-header {
	height: 1.4583vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.catalog__item-header--block {
	display: flex;
	gap: 0.2604vw;
}

.catalog__item-header--ico {
	height: 1.4583vw;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.2604vw;
	padding: 0.6250vw;
	font-size: 0.6vw;
	font-weight: 600;
	border-radius: 2.1875vw;
	color: #fff;
	text-transform: uppercase;
}

.torp {
	background-color: #E1EBF7;
	padding: 2px 12px 2px 2px;
	color: #0D2235;
}

.torp img {
	width: 1.25vw;
	height: 1.25vw;
}

.guar {
	background-color: #0BA5FF;
}

.new {
	background-color: #24C32C;
}

.old {
	background-color: #DEE4E8;
	color: #00203399;
}

.catalog__swiper {
	height: 11.7188vw;
	border-radius: 1.25vw;
}

.catalog__item-slider {
	display: block;
	max-width: 17vw;
	margin: 0 auto;
}

.catalog__item-slider img {
	width: 100%;
	display: flex;
	margin: 0 auto;
	border-radius: 1.25vw;
	object-fit: cover;
}

.catalog__swiper .swiper-slide {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.catalog__swiper .swiper-wrapper {
	align-items: center;
}

.catalog__swiper-pagination {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.catalog__swiper-pagination .swiper-pagination-bullet {
	width: 1.4583vw;
	height: 0.2083vw;
	background: #D7DADD;
	border-radius: 1.7708vw;
}

.catalog__swiper-pagination .swiper-pagination-bullet-active {
	background: #7E8791;
}

.catalog__item-title {
	margin: 3rem 0 .5rem 0;
	font-family: 'Gilroy';
	font-size: 1.05vw;
	font-weight: 700;
	color: #0D2235;
	overflow: hidden;
}

.catalog__item-title a {
	display: block;
	height: 2.5vw;
	text-overflow: clip;
	color: #0D2235;
	transition: .3s linear;
}

.catalog__item-title a:hover {
	color: #7E8791;
}

.catalog__item-subtitle {
	height: 2.8646vw;
	overflow-y: hidden;
	margin: 1rem 0 1.5rem 0;
	font-size: 0.8333vw;
}

.catalog__item-buttons {
	height: 3.5417vw;
	display: flex;
	gap: 10px;
}

.catalog__item-btn {
	position: relative;
	display: flex;
	align-items: center;
	width: 70%;
	height: 2.5vw;
	margin: 10px 0;
	background-color: #BC0203;
	border-radius: 1.5vw;
	padding: 14px 24px;
	font-family: 'Gilroy';
	font-size: .8vw;
	color: #fff;
	transition: .15s;
}

.catalog__item-btn.active {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.catalog__item-btn .header__btns-icon::before {
	margin: 0 .8vw;
	font-size: 1.25vw;
}

.add__card {
	width: 80%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 1.2vw;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	transition: .3s linear;
	cursor: pointer;
	color: #fff;
}

.add__card:hover {
	background-color: #870001;
}

.add__card.w-100 {
	justify-content: center;
	border-radius: 25px;
}

.spec__list {
	position: absolute;
	top: 2.5vw;
	left: 0;
	display: none;
	flex-direction: column;
	gap: 0.7813vw;
	width: 100%;
	background-color: #fff;
	border-bottom-left-radius: 1.3021vw;
	border-bottom-right-radius: 1.3021vw;
	padding: 14px 24px;
	z-index: 9;
}

.spec__item-first {
	width: calc(100% + 48px);
	margin-left: -24px;
	margin-top: -18px;
	padding: 0.9375vw;
	background-color: #BC0203;
}

.spec__item {
	font-family: 'Gilroy';
	font-size: .9vw;
	color: #0D2235;
}

.spec__item label {
	display: flex;
	align-items: center;
	gap: 0.1563vw;
	transition: .3s linear;
}

.spec__item label:hover {
	color: #7E8791;
}

.spec__item input {
	width: 100%;
	max-width: 1.0417vw;
	height: 1.1458vw;
	margin-right: 0.5208vw;
	border-radius: 0.2083vw;
}

.spec__item input[type="checkbox"]:checked {
	accent-color: #BC0203;
}

.add__btns-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.5vw;
	height: 2.5vw;
	border-radius: 50%;
	background-color: #d7dadd;
	margin: 10px auto;
	transition: .3s linear;
}

.add__btns-btn:hover {
	background-color: #CCCCCC;
}

.add__btns-btn svg {
	width: 1.25vw;
	height: 1.25vw;
}

.add__spec {
	position: absolute;
	top: 0;
	right: 0;
	border-bottom-right-radius: 1.3021vw;
	border-top-right-radius: 1.3021vw;
	width: 20%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.add__spec:hover {
	background-color: #870001;
}

.new__spec {
	cursor: pointer;
}

.new__spec span {
	font-size: 1.25vw;
	margin-left: 5px;
}

.catalog__item--price {
	display: flex;
	align-items: center;
	gap: 15px;
}

.catalog__item--cross {
	font-size: 0.8333vw;
	font-weight: 700;
	color: #586068;
	text-decoration: line-through;
}

.catalog__item--action {
	padding: 0.2083vw 0.6250vw;
	background-color: #FF3F43;
	border-radius: 2.6042vw;
	font-size: 0.7292vw;
	font-weight: 600;
	color: #fff;
}

.catalog__item--price article {
	font-size: 1.6667vw;
	font-weight: 700;
	color: #464646;
}

.catalog__list-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 3.75vw;
	background-color: #fff;
	border-radius: 1.7708vw;
	margin: 1rem auto;
	padding: 0.6250vw 0.9375vw;
}

.catalog__list-show {
	justify-content: center;
	font-family: 'Gilroy-Semibold';
	font-size: 1.05vw;
	font-weight: 600;
	color: #0D2235;
	transition: .4s linear;
}

.catalog__list-show:hover {
	background-color: #E3E7EB;
}

.pagination {
	display: flex;
	align-items: center;
}

.pagination a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.5vw;
	height: 2.5vw;
	font-family: 'Gilroy';
	font-size: .9vw;
	font-weight: 500;
	color: #0D2235;
	border-radius: 1.6667vw;
	transition: .4s linear;
}

.pagination a:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4583vw;
	transform: rotate(180deg);
}

.pagination a:last-child {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4583vw;
}

.pagination__item.pagination__dots {
	font-size: .8583vw;
}

.pagination a:hover {
	background-color: #E3E7EB;
}

.pagination a.pagination__disabled:hover {
	background-color: inherit;
}

.pagination__disabled {
	opacity: .5;
	cursor: unset;
	border: none !important;
}

.pagination__active {
	border: 1px solid #0D2235;
	border-radius: 32px;
}

.select {
	display: block;
	width: 100%;
	position: relative;
	font-family: 'Gilroy';
	font-size: 1.05vw;
	font-weight: 500;
	color: #0D2235;
	border: none;
}

.new-select {
	position: relative;
	padding: 10px 45px 10px 15px;
	cursor: pointer;
	user-select: none;
}

.new-select:hover {
	color: #7E8791;
}

.new-select__list {
	position: absolute;
	top: 75px;
	right: -18px;
	cursor: pointer;
	min-width: 100%;
	z-index: 9;
	background: #fff;
	padding: 18px;
	border-radius: 1.7708vw;
	user-select: none;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.new-select__list.on {
	display: block;
}

.new-select__item span {
	display: block;
	padding: 12px 18px;
	border-radius: 100px;
	font-family: 'Gilroy';
	font-size: 1.05vw;
	font-weight: 500;
	color: #0D2235;
	white-space: nowrap;
	transition: .4s linear;
}

.new-select__item span:hover {
	background-color: #E3E7EB;
}

.new-select__item.selected span {
	background-color: #E3E7EB;
}

.new-select:after {
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: '\e901';
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 9px;
	top: 9px;
	font-size: 1.25vw;

	-webkit-transition: all .27s linear;
	-o-transition: all .27s linear;
	transition: all .27s linear;

	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.new-select.on:after {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

.select__popular .new-select:after {
	content: '';
	width: 2.5vw;
	height: 2.5vw;
	background-image: url(/local/templates/main/assets/img/icon/arrowdouble.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.25vw;
	transform: rotate(0deg);
	background-color: #E3E7EB;
	border-radius: 24px;
}

.select__popular .new-select {
	padding: 20px 65px 25px 15px;
}

/* END Catalog */

/* Product */

.product {
	margin-left: 3.4375vw;
	margin-right: 3.4375vw;
	position: relative;
}

.product__content {
	display: flex;
	gap: 66px;
	background-color: #fff;
	border-radius: 1.7708vw;
	padding: 36px;
	margin-bottom: 4rem;
}

.product__slider,
.product__description {
	width: 50%;
}

.product__slider {
	display: flex;
	gap: 45px;
}

.product__slider .swiper {
	width: 100%;
	height: 100%;
}

.product__slider .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.product__slider .swiper {
	position: relative;
	width: 100%;
	height: 29.4271vw;
	margin-left: auto;
	margin-right: auto;
}

.product__slider .swiper-slide {
	background-size: cover;
	background-position: center;
}

.productSwiper2 {
	height: 100%;
	width: 100%;
}

.productSwiper {
	width: 8.3333vw !important;
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.productSwiper .swiper-slide {
	width: 100%;
	height: 100%;
	opacity: 0.4;
}

.productSwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.productSwiper .swiper-slide-thumb-active {
	border: 1px solid #586068;
	border-radius: 1.25vw;
	overflow: hidden;
}

.product__slider .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.swiper-ico {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 1.6667vw;
	z-index: 9;
}

.swiper-ico__block {
	display: flex;
	align-items: center;
	gap: 0.5208vw;
}

.swiper-ico__block img {
	height: 100%;
}

.product__config {
	padding: 0.9375vw;
	border-radius: 1.7708vw;
	background-color: #F3F5F7;
	display: flex;
	flex-direction: column;
	gap: 0.5208vw;
}

.product__config-block {
	display: flex;
	gap: 0.5208vw;
}

.product__config-block .catalog__item-btn {
	width: 37.6%;
	height: 2.9167vw;
}

.product__config-block .filter__btn {
	width: 43.8%;
	height: 2.9167vw;
}

.product__config-block .new__spec {
	width: 100%;
}

.product__config-block .add__btns-btn {
	width: 2.9167vw;
	height: 2.9167vw;
}

.product__config .catalog__item--price {
	margin: 15px 0;
}

.take__test {
	width: 100% !important;
	cursor: pointer;
}

.take__test span {
	font-size: 1.25vw;
	margin-left: 5px;
}

.product__subtitle {
	font-family: 'Gilroy';
	font-size: 1.25vw;
	font-weight: 600;
	color: #00162F;
}

.product__option,
.product__quantity {
	margin: 1.7vw 0 1.7vw 0;
	padding: 0.9375vw 1.25vw;
	border: 1px solid #0D2235;
	border-radius: 1.7708vw;
}

.product__quantity-block,
.product__option-block {
	margin-top: 1.7vw;
}

.product__quantity-item {
	display: flex;
	justify-content: space-between;
	margin: 1rem 0 .5rem 0;
	align-items: center;
	font-size: 0.94vw;
	color: #586068;
}

.option__slider .swiper-slide {
	background-color: #fff;
	border-radius: 1.7708vw;
	padding: 1.8750vw;
	margin-bottom: 4rem;
}

.product__option-item {
	margin: 1rem 0 .5rem 0;
}

.product__option-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.94vw;
	color: #586068;
	transition: .3s linear;
	cursor: pointer;
}

.product__option-link:hover {
	color: #7E8791;
}

.product__option-dropdown {
	font-size: 1.46vw;
}

.product__option-list {
	display: none;
	flex-direction: column;
	gap: 1rem;
	margin: 1rem 0 1rem 0;
}

.product__option-list label {
	position: relative;
	display: flex;
	align-items: center;
	font-size: .8333vw;
}

.product__option-list label::after {
	content: attr(data-title);
	position: absolute;
	max-width: 20.4167vw;
	left: 30%;
	top: 100%;
	z-index: 1;
	background: #fff;
	font-size: 0.94vw;
	line-height: 1.25vw;
	padding: 0.9375vw;
	border-radius: 1.7708vw;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	transform: scale(0);
	transition: .3s linear;
}

.product__option-list label:hover::after {
	transform: scale(1);
}

.product__option-list label::before {
	display: flex;
	justify-content: center;
	align-items: center;
	content: '';
	width: 1.0417vw;
	height: 1.0417vw;
	border-radius: 50%;
	border: 1px solid #7E8791;
	color: #BC0203;
	transition: .3s linear;
}

.product__option-list label:hover::before {
	border-color: #BC0203;
}

.product__option-list input {
	visibility: hidden;
}

.product__option-list label:has(input[type="checkbox"]:checked) {
	color: #0D2235;
}

.product__option-list label:has(input[type="checkbox"]:checked)::before {
	content: '\25CF';
	border-color: #BC0203;
}

.product__option-link.active .product__option-dropdown {
	transform: rotate(90deg);
}

.product__nav {
	height: 4.3750vw;
	background-color: #fff;
	border-radius: 4.21875vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.9375vw;
	padding-left: 1.9791666667vw;
	margin-bottom: 1.7vw;
	font-family: 'Gilroy';
}

.optionSwiper {
	margin: 0;
}

.optionSwiper .swiper-wrapper {
	display: flex;
	gap: 0.9375vw;
}

.optionSwiper .swiper-slide {
	width: fit-content !important;
}

.optionSwiper a {
	position: relative;
	padding-left: 1.25vw;
	font-family: 'Gilroy';
	font-size: 1.04vw;
	font-weight: 600;
	color: rgba(13, 34, 53, 1);
	cursor: pointer;
	transition: .3s linear;
}

.optionSwiper a:hover {
	color: #7E8791;
}

.optionSwiper .swiper-slide-thumb-active a {
	color: rgba(188, 2, 3, 1);
	margin-left: 1.25vw;
}

.optionSwiper .swiper-slide-thumb-active a::after {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 0.6250vw;
	height: 0.6250vw;
	background-color: #BC0203;
	border-radius: 0.6250vw;
}

.option__slider {
	width: 100%;
	margin-bottom: 4rem;
}

.product__char {
	max-width: 62.5vw;
	display: flex;
	flex-direction: column;
	gap: 4rem;
	font-size: .8333vw;
}

.product__char-subtitle {
	font-family: 'Gilroy-Semibold';
	font-size: 1.25vw;
	font-weight: 600;
	color: rgba(13, 34, 53, 1);
	margin-bottom: 0.6250vw;
}

.product__char-list {
	display: flex;
	flex-direction: column;
	gap: 0.6250vw;
}

.product__char-list--item {
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.product__char-list--item span {
	white-space: nowrap;
	font-size: 0.94vw;
}

.product__char-list--item span:last-child {
	color: rgba(13, 34, 53, 1);
}

.product__char-list--item .line {
	width: 100%;
	border-bottom: 1px dashed rgba(126, 135, 145, .3);
	margin: 0 15px 3px 15px;
}

.product__char-block {
	font-size: 0.94vw;
	line-height: 1.25vw;
}

.product__char-block h2 {
	font-family: 'Gilroy';
	font-size: 1.04vw;
	font-weight: 600;
	color: rgba(13, 34, 53, 1);
	margin: 1rem 0 1rem 0 !important;
}

.product__char-block h3,
.product__char-block b {
	display: block;
	font-family: 'Gilroy';
	font-size: 0.9375vw;
	font-weight: 600;
	color: rgba(13, 34, 53, 1);
	margin: .5rem 0 .5rem 0 !important;
}

.product__char-block ul {
	list-style: disc;
	padding-left: 2rem;
}

.product__char-block ul li::marker {
	color: rgba(188, 2, 3, 1);
}

.product__char-block td {
	padding: 1rem;
}

.product__project {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}

.product__project-block {
	width: 23.5%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 0.9375vw;
	margin-bottom: 2%;
	padding: 0.9375vw;
	background-color: rgba(243, 245, 247, 1);
	border-radius: 1.7708vw;
}

.product__project-img {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 0.6250vw;
	aspect-ratio: 1 / 1;
}

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

.product__project .servers__btn {
	width: 100%;
	height: 2.5vw;
	align-items: center;
}

.product__project-block p {
	height: 3.7292vw;
	font-family: 'Gilroy';
	font-size: 1.04vw;
	font-weight: 500;
	color: rgba(13, 34, 53, 1);
	overflow: hidden;
}

.sert__name {
	position: relative;
	padding-left: 1.25vw;
	color: #7e8791;
	transition: .3s linear;
}

.sert__name:hover {
	color: rgba(13, 34, 53, 1);
}

.sert__name::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 0.6250vw;
	height: 0.6250vw;
	background-color: rgba(215, 218, 221, 1);
	border-radius: 0.6250vw;
}

.sert__download {
	display: flex;
	align-items: center;
	gap: 1.5625vw;
	color: #7e8791;
}

.sert__download a {
	transition: .3s linear;
}

.sert__download a img {
	width: 2.5vw;
	height: 2.5vw;
}

.sert__download a:hover {
	opacity: .5;
}

.product__faq-form {
	display: flex;
	flex-direction: column;
	gap: 1.25vw;
	margin-bottom: 4rem;
}

.product__faq-form article {
	font-family: 'Gilroy';
	font-size: 1.25vw;
	font-weight: 600;
	color: rgba(13, 34, 53, 1);
}

.product__faq-input {
	height: 2.5vw;
	max-width: 800px;
}

.product__faq-btn {
	height: 2.5vw;
	display: flex;
	align-items: center;
	margin-right: -1.1458vw;
	padding-left: 1.5625vw;
	padding-right: 1.5625vw;
}

.product__comments {
	display: flex;
	flex-direction: column;
	gap: 1.5625vw;
	font-size: 0.94vw;
}

.product__comments-item {
	display: flex;
	flex-direction: column;
	gap: 0.6250vw;
}

.product__comments-header {
	display: flex;
	gap: 1.25vw;
}

.product__comments-message {
	color: rgba(13, 34, 53, 1);
}

.product__comments-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	color: rgba(13, 34, 53, 1);
}

.product__comments-btn img {
	width: 1.25vw;
	height: 1.25vw;
}

.product__comments-footer {
	display: flex;
	align-items: center;
	gap: 24px;
}

.product__comments.sub {
	padding: 30px;
}

.sub .product__comments-name {
	position: relative;
	padding-left: 1.25vw;
}

.sub .product__comments-name::after {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 0.6250vw;
	height: 0.6250vw;
	background-color: #BC0203;
	border-radius: 0.6250vw;
}

.sub .product__comments-message,
.sub .product__comments-footer {
	padding-left: 24px;
}

.product__faq-btn2 {
	max-width: 16.9271vw;
	margin-top: 4rem;
}

.product__comments-btn a {
	transition: .3s linear;
}

.product__comments-btn a:hover {
	opacity: .5;
}

.product__dilevery {
	display: flex;
	flex-direction: column;
	gap: 1.5625vw;
	font-size: 0.94vw;
	color: rgba(13, 34, 53, 1);
}

.product__dilevery article {
	font-family: 'Gilroy-Semibold';
	font-weight: 600;
	font-size: 1.25vw;
}

.product__dilevery-form {
	display: flex;
	flex-direction: column;
	gap: 1.5625vw;
	margin: 1rem 0;
}

.product__dilevery-form .form__item {
	gap: 1.25vw;
}

.product__dilevery-form .choices,
.product__dilevery-form .form__input,
.product__dilevery-form .form__btn {
	width: 14.5833vw;
	max-width: 14.5833vw;
	height: 2.9167vw;
}

.product__dilevery-form .form__item .choices__inner {
	background-color: #e3e7eb;
}

.product__dilevery-calc {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.25vw 1.25vw 1.25vw 2.5vw;
	border-radius: 5.2083vw;
	background-color: rgba(243, 245, 247, 1);
}

.product__dilevery-calc--block {
	display: flex;
	flex-direction: column;
	gap: 0.8333vw;
}

.product__dilevery-calc--block p {
	color: rgba(126, 135, 145, 1);
}

.product__guarantee-block {
	margin-bottom: 1.7vw;
	padding: 1.5625vw;
	border-radius: 1.25vw;
	background-color: rgba(243, 245, 247, 1);
	color: rgba(13, 34, 53, 1);
}

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

.product__guarantee-title article {
	position: relative;
	padding-left: 1.8750vw;
	font-family: 'Gilroy';
	font-size: 1.25vw;
	font-weight: 600;
}

.product__guarantee-title article::after {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 0.9375vw;
	height: 0.9375vw;
	background-color: #BC0203;
	border-radius: 0.6250vw;
}

.product__guarantee-dropdown {
	font-size: 1.8750vw;
	cursor: pointer;
}

.product__guarantee-dropdown:hover {
	opacity: .5;
}


.product__guarantee-content {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(3, 1fr);
	padding: 1.5625vw;
}

.product__guarantee-item {
	display: flex;
	gap: 1.5625vw;
}

.product__guarantee-item article {
	font-family: 'Gilroy';
	font-size: 3.33vw;
	font-weight: 300;
}

.product__guarantee-item p {
	font-size: .94vw;
	color: rgba(13, 34, 53, 1);
	padding-right: 0.7813vw;
}

.get_consult {
	position: relative;
	margin-left: 3.4375vw;
	margin-right: 3.4375vw;
	margin-top: 1.7vw;
	margin-bottom: 4rem;
	padding: 1.8750vw;
	background-color: rgba(13, 34, 53, 1);
	border-radius: 1.7708vw;
	overflow: hidden;
}

.get_consult-background {
	position: absolute;
	bottom: -5px;
	right: 0;
}

.get_consult-background img {
	width: 38.8021vw;
}

.get_consult .page__title {
	margin: 0;
	padding-left: 0;
	color: rgba(243, 245, 247, 1);
}

.get_consult .page__title article {
	color: rgba(243, 245, 247, 1);
}

.get_consult__list p {
	font-size: 0.9375vw;
	max-width: 55%;
	margin-bottom: 5rem;
}

.get_consult__list .form__btn {
	height: 2.5vw;
	display: flex;
	align-items: center;
	font-size: .94vw;
}

.get_consult.vacancy_form {
	margin-left: 0;
	margin-right: 0;
	background-color: #fff;
	border: 1px rgba(126, 135, 145, 1) solid;
}

.get_consult.vacancy_form .page__title article {
	color: rgba(13, 34, 53, 1);
}

.prev__view {
	margin-left: 3.4375vw;
	margin-right: 3.4375vw;
	padding-bottom: 1.7vw;
	padding-left: 1.9791666667vw;
	padding-right: .9791666667vw;
	overflow-x: hidden;
}

.prev__view-slider .catalog__item {
	flex-direction: row;
	gap: 1.25vw;
	align-items: center;
}

.prev__view-slider .catalog__item-slider {
	width: 40%;
}

.prev__view-slider .catalog__item-flex {
	width: 60%;
}

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

.w-100 {
	width: 100%;
}

/* END Product */

/* Specifications */

.specifications__content {
	margin-left: 3.4375vw;
	margin-right: 3.4375vw;
	padding-bottom: 2em;
}

.specifications__container {
	display: flex;
	gap: 1.5rem;
}

.specifications__sidebar {
	width: 22%;
	flex: 1 0 auto;
	position: static;
}

.specifications__filter {
	position: sticky;
	top: 0;
	background-color: #fff;
	padding: 18px;
	border-radius: 1.7708vw;
}

.specifications__filter .filter__btn-red {
	height: 2.9167;
}

.filter__specifications-list {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 12px 0 12px 0;
}

.filter__specifications-item {
	display: flex;
	align-items: center;
	border-radius: 100px;
	width: 100%;
	height: 100%;
	padding: 14px 24px;
	font-family: 'Gilroy';
	font-size: 1.04vw;
	font-weight: 500;
	color: rgba(126, 135, 145, 1);
	cursor: pointer;
	transition: .3s linear;
}

.filter__specifications-item.active {
	background-color: rgba(243, 245, 247, 1);
	color: rgba(13, 34, 53, 1);
}

.filter__specifications-item:hover {
	color: rgba(13, 34, 53, 1);
}

.specifications__list {
	width: 78%;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.specifications__item {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 30px;
	background-color: #fff;
	border-radius: 1.7708vw;
}

.specifications__item-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
}

.specifications__item-content {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.specifications__item-footer {
	margin-top: 1rem;
}

.specifications__item-name {
	font-family: 'Gilroy-Semibold';
	font-size: 1.56vw;
	font-weight: 600;
	color: rgba(13, 34, 53, 1);
}

.specifications__order {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 30px;
}

.specifications__order-title {
	max-width: 730px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-right: 1.88vw;
}

.specifications__order-title article {
	font-family: 'Gilroy';
	font-size: 1.25vw;
	color: rgba(13, 34, 53, 1);
}

.specifications__order-title p {
	font-size: 0.94vw;
}

.specifications__order-btn {
	max-width: 450px;
	width: 100%;
}

.specifications__order-btn .filter__btn-red {
	font-size: 20px;
	height: 56px;
	white-space: nowrap;
}

.specifications__order-price {
	width: 100%;
	max-width: 450px;
}

.catalog__item.specification {
	display: flex;
	flex-direction: row;
	gap: 2.50vw;
	background-color: rgba(243, 245, 247, 1);
}

.specification__product-left {
	width: 100%;
	max-width: 400px;
}

.specification__product-center {
	width: 100%;
	max-width: 620px;
}

.specification__product-right {
	width: 100%;
	max-width: 190px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: end;
}

.specification__product-calc {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 25px;
	align-items: end;
}

.specification__counter {
	width: 100%;
	display: flex;
	justify-content: end;
	align-items: center;
	padding-right: 0;
}

.basket-item-price-current-text {
	font: 400 28px / 42px "Gilroy-Semibold";
}

.buttonCount {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	background-color: rgba(188, 2, 3, 1);
	color: #fff;
	border-radius: 100px;
	cursor: pointer;
	font-size: 24px;
	vertical-align: middle;
	transition: .3s linear;
}

.buttonCount:hover {
	background-color: #870001;
}

.buttonCountMinus:disabled {
	background-color: rgba(225, 225, 225, 1);
	color: rgba(126, 135, 145, 1);
	cursor: unset;
}

.buttonCountNumber input {
	max-width: 50px;
	text-align: center;
}

.specifications__item-btn {
	display: flex;
	align-items: center;
	gap: 12px;
}

.specification__product-right .filter__btn {
	max-width: 150px;
	margin: 0;
}

.specification__product-right .filter__btn:hover svg {
	transition: .3s linear;
}

.specifications__item-btn .filter__btn {
	max-width: 240px;
	margin: 0;
}

.specifications__item-btn .filter__btn:hover svg {
	fill: none;
}

.specifications__item-btn .filter__btn path {
	transition: .3s linear;
}

.specifications__item-btn .filter__btn:hover path {
	stroke: #fff;
}

.specifications__item-btn .filter__btn.ico {
	width: 2.5vw;
	padding: 11px;
}

.specification__product-right .filter__btn:hover svg,
.specifications__item-btn .filter__btn.ico:hover path {
	fill: #fff;
}

.basket-items-list-item-notification {
	width: 100%;
}

.basket-items-list-item-removed-container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
	font-family: 'Gilroy';
	font-size: 1.05vw;
	font-weight: 500;
	color: #0D2235;
}

.basket-coupon-block-total-price-current {
	font: 36px / 36px 'Gilroy-Semibold';
}

.filter__btn.ico.basket {
	background-color: rgba(227, 231, 235, 1);
	border: none;
}

.filter__btn.ico.basket:hover {
	background-color: #CCCCCC;
}

.filter__btn.ico.basket:hover svg {
	fill: #0D2235;
}

.filter__btn.ico.basket:hover path {
	stroke: none;
	fill: #0D2235;
}

.specifications__form-input {
	max-width: 264px;
	padding-top: 0.6875vw;
	padding-bottom: 0.6875vw;
}

.specifications__item.row {
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.specifications__form-btn {
	display: flex;
	gap: 12px;
}

.specifications__form-btn a {
	margin: 0;
	gap: 12px;
}

#addNewSpec {
	display: none;
}

.specifications__item-content.empty_spec {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2.5vw;
}

.specifications__empty-p {
	font-family: 'Gilroy';
	font-size: 1.56vw;
	font-weight: 500;
	color: rgba(13, 34, 53, 1);
}

.specifications__empty-btn {
	width: 100%;
	max-width: 19.2708vw;
}

.specifications__empty-btn .filter__btn-red {
	height: 2.9167vw;
}

/* END Specifications */

/* Fancybox */

.fancybox__content>.f-button.is-close-btn {
	width: .8333vw;
	height: .8333vw;
	color: rgba(13, 34, 53, 1);
}

.fancybox__content {
	max-width: 30vw;
	gap: 1.25vw;
	border-radius: 1.7708vw;
	padding: 1.5625vw;
}

.modal_content-center {
	gap: 2.5vw;
	padding: 3.44vw 1.88vw 1.88vw 1.88vw;
	align-items: center;
	text-align: center;
}

.modal_p-big {
	font-family: 'Gilroy';
	font-size: 1.67vw;
	font-weight: 500;
	color: rgba(13, 34, 53, 1);
}

.fancybox__content b {
	font-family: 'Gilroy';
	font-size: 1.88vw;
	font-weight: 600;
	color: rgba(13, 34, 53, 1);
}

.modal_btn {
	display: flex;
	gap: 24px;
	width: 100%;
}

.modal_mr {
	margin-right: 15%;
}

.modal__form {
	display: flex;
	flex-direction: column;
	gap: 0.9375vw;
	position: relative;
	z-index: 1;
}

.modal__form-item {
	margin-bottom: 0.9375vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25vw;
}

.modal__form-item .choices {
	width: 43%;
}

.modal__form-btn {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pd-0 {
	padding: 0;
}

.modal_add-spec span {
	font-size: 24px;
}

/* END Fancybox */

.alert__addspec {
	position: absolute;
	top: 160px;
	right: 3.4375vw;
	width: 100%;
	max-width: 430px;
	height: 84px;
	display: none;
	align-items: center;
	gap: 36px;
	padding: 18px 18px 18px 36px;
	background-color: #fff;
	border-radius: 12px;
	font-family: 'Gilroy';
	font-size: 20px;
	color: rgba(13, 34, 53, 1);
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	z-index: 999;
}

.alert__addspec::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 15px;
	height: 100%;
	background-color: rgba(188, 2, 3, 1);
	border-bottom-left-radius: 12px;
	border-top-left-radius: 12px;
}

.alert__addspec.green::after {
	background-color: rgba(36, 195, 44, 1);
}

.alert__addspec .icon-close {
	opacity: 1;
}

.home_button {
	display: none;
	position: relative;
	z-index: 9;
}

.news__bottom {
	display: none;
}

.footer__btn.icon-arrowRight {
	font-family: "Gilroy" !important;
}

.footer__btn.icon-arrowRight:before,
.footer__list-title svg,
.header__btns-mob,
.header__container.bottom,
.menu__tab .menu__list-icon,
.menu__title,
.menu__list .breadcrumbs__list,
.menu__list-li .menu__tab-icon,
.sort__block .header__btns-btn,
.product__swiper-pagination,
.optionSwiper2 .option__link-block {
	display: none;
}

.form-note {
	margin-top: 15px;
}

.footer__success {
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}

/* Sortline */
.sortline {
	font-family: Arial, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}

.sortline .sort-title {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

.sortline select {
	display: none;
	/* Скрываем стандартный select */
}

.sortline .custom-select {
	position: relative;
	display: inline-block;
	width: 100%;
	font-family: 'Gilroy';
	font-size: 1.05vw;
	font-weight: 500;
	color: #0D2235;
}

.sortline .custom-select-trigger {
	position: relative;
	padding: 1vw 3.3854vw 1.3021vw 0.7813vw;
	cursor: pointer;
	background: #fff;
}

.items-per-page.sortline .custom-select-trigger {
	padding: 1.0417vw 2.0833vw 1.0417vw 0.7813vw;
}

.sortline .custom-select-trigger::after {
	position: absolute;
	right: 9px;
	top: 9px;
	display: block;
	content: '';
	width: 2.5vw;
	height: 2.5vw;
	background-image: url(/local/templates/main/assets/img/icon/arrowdouble.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.25vw;
	transform: rotate(0deg);
	background-color: #E3E7EB;
	border-radius: 50%;
}

.items-per-page.sortline .custom-select-trigger::after {
	right: 0;
	top: 50%;
	display: block;
	content: "\e901";
	width: 1.4583vw;
	height: 1.4583vw;
	font-family: 'icomoon';
	font-size: 1.4583vw;
	background-image: none;
	transform: translateY(-50%) rotate(90deg);
	background-color: inherit;
}

.sortline .custom-options {
	position: absolute;
	top: 120%;
	right: 0;
	width: max-content;
	background: #fff;
	z-index: 100;
	border-radius: 1.7708vw;
	padding: 18px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	display: none;
}

.sortline .custom-option {
	padding: 0.6250vw 0.9375vw;
	border-radius: 5.2083vw;
	cursor: pointer;
}

.sortline .custom-option:hover {
	background-color: #E3E7EB;
}

.sortline .custom-option.selected {
	background-color: #E3E7EB;
}

.sortline .custom-select.open .custom-options {
	display: block;
}

.sortline .coming-soon {
	color: #999;
	font-style: italic;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}

/* END Sortline */

.bazarow_add_favor {
	color: #0D2235;
}

.bazarow_add_favor svg {
	display: none;
}

.bazarow_add_favor::before {
	font-size: 1.25vw;
}

.bazarow_add_favor.in-favor {
	color: #BC0203;
	font-weight: 800;
}

.title-search-result {
	left: 0 !important;
	width: 100% !important;
	padding-left: 3.4375vw;
	padding-right: 3.4375vw;
	z-index: 999;
}

.autoComplete_list {
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 2.3958333333vw;
	border-bottom-right-radius: 2.3958333333vw;
	padding: 1.5625vw;
	top: 6.6145833333vw;
	margin: 0;
	max-height: 19.7916666667vw;
	overflow-y: auto;
	background-color: #e3e7eb;
}

.autoComplete_list::-webkit-scrollbar {
	width: 0;
}

.autoComplete_list li {
	border: none;
	background-color: #e3e7eb;
	border-radius: 52.0833333333vw !important;
	padding-top: 0.78125vw !important;
	padding-bottom: 0.78125vw !important;
	padding-left: 1.5625vw !important;
	padding-right: 1.5625vw !important;
	color: #0d2235;
	margin: 0;
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 0.9375vw;
	transition: .3s linear;
}

.autoComplete_list li:hover {
	background-color: #f8f8f8;
}

/* About Detail */
.about_detail {
	margin-left: 3.4375vw;
	margin-right: 3.4375vw;
	position: relative;
	display: flex;
	gap: 3.4375vw;
	background-color: #fff;
	border-radius: 1.7708vw;
	padding: 1.8750vw;
	margin-bottom: 4rem;
}

.about_detail__content {
	display: flex;
	flex-direction: column;
	gap: 36px;
	width: 100%;
	max-width: 65.6250vw;
	margin: 0 auto;
}

.about_detail__img {
	max-height: 35.4167vw;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 24px;
}

.about_detail__img img {
	width: 100%;
	border-radius: 24px;
}

.about_detail__text {
	display: flex;
	flex-direction: column;
	gap: 0.6250vw;
	font-size: 1.0417vw;
	font-weight: 400;
	line-height: 1.7708vw;
	color: rgba(88, 96, 104, 1);
}

.about_detail__text h3 {
	font-family: 'Gilroy-Semibold';
	font-size: 1.5625vw;
	line-height: 1.8750vw;
	font-weight: 500;
	color: rgba(13, 34, 53, 1);
	margin: 1rem 0;
}

.about_detail__text b {
	font-family: 'Gilroy';
	font-size: 1.0417vw;
	font-weight: 600;
	color: rgba(88, 96, 104, 1);
	margin-top: 1.25vw;
	display: contents;
}

.about_detail__text ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
	list-style: disc;
	margin-left: 35px;
}

.about_detail__text img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}

.about_detail__text table td {
	font-size: 1.0417vw !important;
}

.swiper-slide.news_album img {
	border-radius: 24px;
}

/* END About Detail */

/* Detail Carusel */

.carusel__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 1.7vw;
	position: relative;
	z-index: 2;
}

.carusel__title article {
	position: relative;
	padding-left: 2.5vw;
	font-family: "Gilroy-Semibold";
	font-size: 2vw;
	font-weight: 600;
	color: #0D2235;
}

.carusel__title article::after {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 1.25vw;
	height: 1.25vw;
	background-color: #BC0203;
	border-radius: 0.6250vw;
}

.carusel_pagination {
	display: flex;
	gap: 0.6250vw;
}

.carusel_pagination div {
	width: 2.1875vw;
	height: 2.1875vw;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(188, 2, 3, 1);
	border-radius: 50%;
	font-size: 1.1458vw;
	color: #fff;
	transition: .3s linear;
	cursor: pointer;
}

.carusel_pagination div:hover {
	background-color: rgb(148, 0, 1);
}

.carusel_pagination .slide_prev {
	transform: rotate(90deg);
}

.carusel_pagination .slide_next {
	transform: rotate(-90deg);
}

#about_swipe .swiper-slide {
	min-width: 250px;
	width: auto;
}

#about_swipe .swiper-slide img {
	width: auto;
	height: 20vw;
}

.detail_swiper .swiper-slide img {
	width: 100%;
}

.news_carusel {
	margin-left: 3.4375vw;
	margin-right: 3.4375vw;
	padding-bottom: 1.7vw;
}

.news_swiper_detail .swiper-slide,
.cooperation_swiper_detail .swiper-slide {
	display: flex;
	flex-direction: column;
	gap: 1.25vw;
	background-color: #fff;
	padding: 0.9375vw;
	border-radius: 1.7708vw;
}

.cooperation_swiper_detail .swiper-slide {
	background-color: rgba(243, 245, 247, 1);
}

.news_swiper_detail__img,
.cooperation_swiper_detail__img {
	width: 100%;
	height: 14.8438vw;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 24px;
}

.news_swiper_detail__img img,
.cooperation_swiper_detail__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news_swiper_detail article,
.cooperation_swiper_detail article {
	height: 3vw;
	overflow: hidden;
	font-family: "Gilroy-Semibold";
	font-size: 1.25vw;
	font-weight: 600;
	color: rgba(13, 34, 53, 1);
}

.news_swiper_detail__desc,
.cooperation_swiper_detail__desc {
	height: 2.5vw;
	overflow: hidden;
	font-size: 0.9375vw;
	line-height: 1.25vw;
	color: rgba(88, 96, 104, 1);
}

.news_swiper_detail .btn__icons,
.cooperation_swiper_detail .btn__icons {
	font-size: .9vw;
}

.news_container_detail .container-slide {
	display: flex;
	flex-direction: column;
	gap: 1.25vw;
	background-color: rgba(243, 245, 247, 1);
	padding: 0.9375vw;
	border-radius: 1.7708vw;
}

.news_container_detail__img {
	width: 100%;
	height: 14.8438vw;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 1.25vw;
}

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

.news_container_detail article {
	font-family: "Gilroy";
	font-size: 1.25vw;
	font-weight: 600;
	color: rgba(13, 34, 53, 1);
}

.news_container_detail__desc {
	height: 2.55vw;
	overflow: hidden;
	font-size: 0.9375vw;
	line-height: 1.25vw;
	color: rgba(88, 96, 104, 1);
}

.news_container_detail .btn__icons {
	font-size: .9vw;
}

.title-search-result.background .autoComplete_list {
	background-color: #fff;
}

.title-search-result.background .autoComplete_list li {
	background-color: #fff;
}

.title-search-result.background .autoComplete_list li:hover {
	background-color: #e3e7eb;
}

.catalog__list-grid.news {
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 1rem;
}

.catalog__block.news {
	margin-bottom: 0;
}

.catalog__block.news .catalog__item-title {
	margin: 1rem 0 0 0;
}

.catalog__block.news .catalog__item-subtitle {
	margin: 1rem 0 1rem 0;
}

.catalog__block.news .catalog__item-slider {
	width: 100%;
	max-width: 100%;
}

.catalog__block.news .swiper {
	border-radius: 24px;
}

/* END Detail Carusel */

.news_section__flex {
	position: relative;
	display: flex;
	gap: 1.3021vw;
	margin-left: 3.4375vw;
	margin-right: 3.4375vw;
}

.news_section__flex .about_detail {
	margin: 0;
}

.news_vertical {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 24%;
	padding: 1.5625vw;
	background-color: #fff;
	border-radius: 1.7708vw;
	overflow: hidden;
}

.detail_vertical,
.news_container_detail {
	height: 100%;
}

.news_container_detail .container {
	height: calc(100% - 1.5625vw);
	overflow: scroll;
}

.news_container_detail .container::-webkit-scrollbar {
	width: 0;
}

.news_vertical.project {
	position: relative;
	overflow: inherit;
}

.news_vertical::-webkit-scrollbar {
	width: 0;
}

.news_vertical .container {
	display: flex;
	flex-direction: column;
	gap: 1.5625vw;
}

.background__box {
	padding-bottom: 1rem;
}

.news_section__flex.project {
	margin: 0;
}

.section_nav {
	display: flex;
	flex-direction: column;
	gap: 0.3125vw;
	font-family: 'Gilroy-Semibold';
	font-size: 1.0417vw;
	line-height: 1.25vw;
	color: rgba(13, 34, 53, 1);
}

.section_nav__list {
	display: flex;
	flex-direction: column;
	gap: 0.3125vw;
	font-weight: 600;
	padding: 0.7292vw;
}

.section_nav__list span {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15%;
	cursor: pointer;
}

.section_nav__dropdown a {
	display: block;
	width: 100%;
	height: 100%;
	font-family: 'Gilroy';
	font-weight: 500;
	color: rgba(88, 96, 104, 1);
	padding: 0.6250vw 1.25vw;
	border-radius: 0.9375vw;
	transition: .3s linear;
}

.section_nav__dropdown a:hover {
	background-color: rgba(243, 245, 247, 1);
	color: rgba(13, 34, 53, 1);
}

.section_nav__dropdown a.active {
	background-color: rgba(243, 245, 247, 1);
	color: rgba(13, 34, 53, 1);
}

.section_nav__dropdown {
	display: none;
	flex-direction: column;
	gap: 6px;
	transition: height 300ms linear, opacity 300ms linear;
}

.section_nav__dropdown::-webkit-scrollbar {
	width: 0;
}

.section_nav__item {
	margin: 0.4167vw 0 0 .625vw;
}

.section_nav__list .icon-arrow-bottom {
	transition: .3s linear;
}

.section_nav__list.active .icon-arrow-bottom,
.section_nav__list.active-section .icon-arrow-bottom {
	transform: rotate(90deg);
}

.section_nav__list.active-section .section_nav__dropdown {
	display: block;
}

.news_section__flex.project .news_vertical {
	width: 32%;
	max-height: 100vh;
	overflow-y: scroll;
	position: sticky;
	transition: .3s linear;
}

.bx-authform {
	max-width: 500px;
	margin: 0 auto;
	font-size: .833vw;
}

.bx-authform-social {
	display: none;
}

.bx-authform-formgroup-container .btn {
	width: 100%;
}

.bx-authform-link-container a {
	display: block;
	text-align: center;
}

.bx-authform-link-container {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	text-align: center;
	gap: 12px;
}

.bx-authform-input-container input {
	border-radius: 2.2916666667vw !important;
	font-family: "Gilroy" !important;
	font-size: 13px !important;
	line-height: 1.0416666667vw !important;
	padding-top: 0.9375vw !important;
	padding-bottom: 0.9375vw !important;
	padding-left: 1.5625vw !important;
	padding-right: 1.1458333333vw !important;
	background-color: #e3e7eb !important;
	color: #0d2235 !important;
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	width: 100% !important;
	margin: 1rem 0 !important;
}

.bx-authform-link-container a {
	color: #bc0203;
	transition: .3s linear;
}

.bx-authform-link-container a:hover {
	color: #940001;
}

.bx-authform-content-container,
.bx-authform-label-container {
	font-size: 0.6771vw;
}

.bx-authform-link-container,
.bx-authform-description-container {
	font-size: 0.6771vw;
}

.bx-filter-param-label {
	font-size: 0.6771vw !important;
}

.bx-filter-param-label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	cursor: pointer;
	color: #7e8791;
}

.header__list-item.has-dropdown {
	position: relative;
}

.header-menu__dropdown {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	background-color: rgba(255, 255, 255, 1);
	padding: 0.6250vw;
	border-radius: 1.0417vw;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	z-index: 999;
}

.header-menu__dropdown-item {
	margin: .5rem 0;
	padding: 12px 14px;
	white-space: nowrap;
	border-radius: 5.208vw;
	transition: .3s linear;
}

.header-menu__dropdown-item:hover {
	background-color: rgba(243, 245, 247, 1);
}

.header-menu__dropdown-item a {
	display: block;
	width: 100%;
	height: 100%;
	font-family: 'Gilroy';
	font-size: 0.9375vw;
	color: rgba(13, 34, 53, 1);
}

.news__slide-description {
	height: 5vw;
	overflow: hidden;
}

.knowledge-base {
	font-family: 'Gilroy';
}

.knowledge-base-title {
	font-size: 28px;
	margin-bottom: 30px;
	color: #333;
	text-align: center;
}

.knowledge-base-sections {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-left: 3.4375vw;
	margin-right: 3.4375vw;
	padding: 36px;
}

.knowledge-base-section {
	border-radius: 1.25vw;
	padding: 20px;
	transition: all 0.3s ease;
	background: #fff;
}

.knowledge-base-section:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
}

.knowledge-base-section-link {
	text-decoration: none;
	color: inherit;
	display: block;
	height: 100%;
}

.knowledge-base-section-icon {
	font-size: 24px;
	color: #bc0203;
	margin-bottom: 15px;
}

.knowledge-base-section-title {
	font-size: 18px;
	margin: 0 0 10px 0;
	color: rgba(88, 96, 104, 1);
}

.knowledge-base-section-desc {
	font-size: 14px;
	color: #666;
	margin: 0;
	line-height: 1.5;
}

.contacts {
	margin-left: 3.4375vw;
	margin-right: 3.4375vw;
	padding-bottom: 2em;
}

.map_description {
	position: relative;
	max-width: 64.5833vw;
	margin: -75px auto 75px auto;
	z-index: 99;
	background-color: #fff;
	box-shadow: 0px 7px 35px 0px rgba(0, 0, 0, 0.4);
	padding: 24px;
	border-radius: 24px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.map_description__block {
	display: flex;
	align-items: center;
	gap: 8px;
}

.map_ico .nav__icon {
	font-size: 3.1250vw;
	color: #BC0203;
}

.map_link {
	display: flex;
	flex-direction: column;
	gap: 5px;
	font-size: 0.9375vw;
}

.map_link a {
	font-weight: 600;
	color: #0D2235;
	transition: .3s linear;
}

.map_link a:hover {
	color: #BC0203;
}

.page__title.ml-0 {
	margin-left: 0;
	padding-left: 0;
}

.contact_office__title {
	font-size: 0.9375vw;
	font-weight: 600;
	color: #0D2235;
	margin-bottom: 1rem;
}

.office_item__title .nav__icon {
	font-size: 1.25vw;
}

.office_item__contact {
	font-size: .833vw;
}

.contact_office {
	display: flex;
	flex-direction: column;
	gap: 1.3021vw;
}

.contact_office a {
	font-size: .833vw;
	font-weight: 600;
	color: #0D2235;
	transition: .3s linear;
}

.contact_office a:hover {
	color: #BC0203;
}

.contact_office__flexbox {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 1.25vw;
}

.contact_office__item {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	align-items: center;
	gap: 5%;
	padding: 1.0417vw;
	background-color: #fff;
	border-radius: 1.25vw;
}

.office_item__title {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.office_item__desc {
	display: flex;
	flex-direction: column;
	line-height: 1.3021vw;
}

.office_item__desc.address {
	font-weight: 600;
	color: #0D2235;
}

.add__btns-btn input[type="checkbox"]:checked+svg path {
	fill: #BC0203;
	/* Цвет как в исходном SVG */
	fill-rule: nonzero;
	/* Возвращаем исходное правило */
}

#bx_catalog_compare_block {
	background-color: #fff;
	border-radius: 1.7708vw;
}

.compare_input {
	display: none;
}

.catalog__list.swiper-compare {
	width: 100%;
	grid-gap: 0 1.5625vw;
	grid-auto-columns: calc(25% - 1.5625vw);
	padding: 0 1.8750vw;
	overflow: hidden;
	background-color: #fff;
}

.compare_tabs__think {
	width: 100%;
	height: 4.3750vw;
	display: flex;
	flex-direction: column;
	justify-content: end;
	gap: 0.6250vw;
	padding: 15px 0;
}

.compare_item:last-child {
	border-bottom: none;
}

.compare_tabs__think p {
	color: rgba(126, 135, 145, 1);
	font-size: 0.9375vw;
	font-weight: 400;
}

.swiper-slide:first-child .compare_tabs__think p:first-child {
	position: relative;
	z-index: 9;
	transition: transform 300ms ease;
}

.compare_tabs__char {
	color: rgba(13, 34, 53, 1) !important;
	font-weight: 500 !important;
}

.compare_tabs hr {
	width: calc(100% + 1.5625vw);
	opacity: .5;
}

.swiper-compare .swiper-slide .compare_tabs .catalog__item-title {
	opacity: 0;
}

.swiper-compare .swiper-slide:first-child .compare_tabs .catalog__item-title {
	opacity: 1;
}

.compare_tabs .catalog__item-title article {
	position: relative;
	padding-left: 1.5vw;
	font-family: "Gilroy-Semibold";
	font-size: 1.25vw;
	font-weight: 600;
	color: #0D2235;
}

.compare_tabs .catalog__item-title article::after {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 0.8333vw;
	height: 0.8333vw;
	background-color: #BC0203;
	border-radius: 50%;
}

.compare_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.8750vw;
}

.compare_buttons {
	display: flex;
	/* gap: 0.6250vw; */
	background-color: rgba(227, 231, 235, 1);
	border-radius: 5.2083vw;
}

.compare_buttons a {
	padding: 0.7292vw 1.25vw;
	font-family: 'Gilroy';
	font-size: 0.9375vw;
	color: rgba(13, 34, 53, 1);
}

.compare_buttons a.active {
	background-color: rgba(13, 34, 53, 1);
	color: rgba(255, 255, 255, 1);
	border-radius: 5.2083vw;
}


.swiper-compare {
	display: grid;
	grid-gap: 0 1.5rem;
	grid-auto-columns: calc(25% - 1.5rem);
	grid-auto-flow: column;
	overflow-x: scroll;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	/* Для плавной прокрутки на iOS */
	scroll-snap-type: x mandatory;
}

.swiper-compare::-webkit-scrollbar {
	width: 0;
}

.swiper-compare .catalog__item {
	padding: 0;
}

.sticky_compare {
	z-index: 9;
	top: -100%;
	background-color: #fff;
	transition: all 0.3s linear;
}

.sticky_compare.sticked {
	position: fixed;
	top: 0;
	width: 25%;
	padding-right: 5%;
	z-index: 56;
}

.sticky_compare.sticked .catalog__item-header,
.sticky_compare.sticked .catalog__item-buttons {
	display: none;
}

.sticky_compare.sticked .catalog__block {
	display: flex;
	align-items: center;
	gap: 0.6250vw;
}

.sticky_compare.sticked .catalog__item-slider {
	width: 40%;
}

.sticky_compare.sticked .catalog__item-title {
	margin: 0;
	font-family: "Gilroy-Semibold";
	font-size: .8333vw;
}

.sticky_compare.sticked .catalog__description {
	width: 50%;
}

.sticky_compare.sticked .catalog__item-title a {
	height: 2.9vw;
}


.mask_section {
	overflow: hidden;
}

.logo_partners {
	border-radius: 0px !important;
}

.vacancies-list {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(1, 1fr);
}

.vacancy {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	background-color: rgba(243, 245, 247, 1);
	padding: 1.25vw 1.8750vw;
	border-radius: 1.7708vw;
}

.vacancy_block {
	display: flex;
	flex-direction: column;
	gap: 0.7292vw;
}

.vacancy_block article {
	font-family: "Gilroy";
	font-size: 1.25vw;
	font-weight: 600;
	color: rgba(13, 34, 53, 1);
}

.vacancy_block .address,
.vacancy_block .salary {
	font-size: 0.8333vw;
}

.vacancy_link {
	font-size: 1.8750vw;
	color: rgba(13, 34, 53, 1);
	transition: .3s;
}

.vacancy_link:hover {
	opacity: .5;
}

.background__box .header {
	background-color: rgba(243, 245, 247, 1);
	border-bottom-left-radius: 2.21875vw;
	border-bottom-right-radius: 2.21875vw;
}

#sender_subscribe_component {
	border-radius: 34px !important;
	padding: 36px 24px 24px 24px !important;
}

.popup-window-close-icon {
	top: 15px !important;
	right: 15px !important;
}

.bx_subscribe_response_container tr {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 36px;
	text-align: center;
}

.bx_subscribe_response_container td {
	padding: 0 !important;
}

.order {
	margin-left: 3.4375vw;
	margin-right: 3.4375vw;
	padding-bottom: 2em;
}

.order__flexbox {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 1.25vw;
}

.order__item {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	align-items: center;
	gap: 5%;
	padding: 20px;
	background-color: #fff;
	border-radius: 1.25vw;
}

.order_item__block {
	display: flex;
	align-items: center;
}

.order_item__block.center {
	justify-content: center;
	text-align: center;
}

.order_item__img {
	margin: 0 auto;
}

.order_item__block img {
	width: 4vw;
	height: 4vw;
}

.order_item__contact {
	font-size: .833vw;
}

.order_item__desc {
	font-weight: 600;
	color: #999fae;
}

.order_item__desc.flex {
	display: flex;
	flex-direction: column;
	gap: 15px;
	text-align: center;
	margin: 0 auto;
}

.order_item__desc a {
	font-size: .833vw;
	color: #0D2235;
	transition: .3s linear;
}

.order_item__desc a.green {
	color: #24c32c;
}

.order_item__desc a.red {
	color: #ff3f43;
}

.order_item__desc a:hover {
	opacity: .5;
}

.order_item__desc.bold {
	color: #0D2235;
}

.order_item__desc.green {
	color: #24c32c;
}

.order_item__desc.red {
	color: #ff3f43;
}

.order_item__title {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.bx_auth__auth {
	margin: 16px auto;
	width: fit-content;
}

.bx_auth__auth a {
	color: #bc0203;
	transition: .3s linear;
}

.bx_auth__auth a:hover {
	color: #940001;
}

.button_up {
	width: 3.3333vw;
	height: 3.3333vw;
	min-width: 32px;
	min-height: 32px;
	position: fixed;
	bottom: 3.4375vw;
	right: 3.4375vw;
	border-radius: 50%;
	opacity: 0;
	transition: .38s linear;
	cursor: pointer;
	z-index: 9998;
}

.button_up:hover {
	background-color: #fff;
}

.button_up img {
	width: 3.3333vw;
	min-width: 32px;
	min-height: 32px;
}

/* Partner Page */

.partner_page {
	display: flex;
	flex-direction: column;
	gap: 1.8750vw;
	margin-left: 3.4375vw;
	margin-right: 3.4375vw;
}

.partner_item {
	border-radius: 1.7708vw;
	background-color: #fff;
	padding: 1.5625vw 1.8750vw;
}

.partner_button {
	max-width: 15.2604vw;
}

.partner_button .filter__btn-red {
	height: 2.7083vw;
}

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

.partner_logo {
	height: 3.1250vw;
}

.partner_logo img {
	height: 100%;
}

.partner_content {
	display: flex;
	flex-direction: column;
	gap: 1.8750vw;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 0.3s linear;
}

.partner_content.active {
	max-height: 10000px;
	opacity: 1;
	padding-top: 1.8750vw;
}

.partner_showmore {
	font-size: 1.8750vw;
	cursor: pointer;
	transition: .3s linear;
}

.partner_showmore::before {
	content: "\e901";
}

.partner_showmore.active {
	transform: rotate(90deg);
}

.partner_name {
	display: flex;
	gap: 0.8333vw;
}

.partner_name article {
	font-family: "Gilroy-Semibold";
	font-weight: 600;
	font-size: 1.8750vw;
	color: rgba(13, 34, 53, 1);
}

.partner_name a {
	transition: .3s;
}

.partner_name a:hover {
	opacity: .5;
}

.partner_description {
	font-size: 1.0417vw;
}

.partner_description h3,
.partner_description b {
	font-size: 1.3542vw;
	font-family: "Gilroy";
	font-weight: 500;
	color: rgba(13, 34, 53, 1);
}

.partner_description ul {
	padding-left: 24px;
}

.partner_description li {
	list-style: disc;
}

/* END Partner Page */
/* Gallery Page */

.gallery-vacancy {
	display: flex;
	flex-direction: column;
	gap: 0.9375vw;
	margin-bottom: 5.2083vw;
}

.gallery-vacancy img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery-vacancy .gallery-row {
	display: flex;
	gap: 0.9375vw;
}

.gallery-vacancy .gallery-item {
	border-radius: 1.5625vw;
}

.gallery-vacancy .gallery-item.top,
.gallery-vacancy .gallery-item.bottom {
	width: 40%;
	height: 14.6875vw;
	overflow: hidden;
}

.gallery-vacancy .gallery-item.top:last-child {
	width: 20%;
}

.gallery-vacancy .gallery-item.center {
	width: 40%;
	height: 31.2500vw;
	overflow: hidden;
}

.gallery-vacancy .gallery-item.center:first-child,
.gallery-vacancy .gallery-item.center:last-child {
	width: 30%;
}

.gallery-vacancy .gallery-item.bottom {
	width: 45%;
}

.gallery-vacancy .gallery-item.bottom:last-child {
	width: 55%;
}

/* END GALLERY Page */
/* Portfolio Page */

.portfolio {
	margin-left: 3.4375vw;
	margin-right: 3.4375vw;
}

.portfolio_list {
	display: flex;
	flex-direction: column;
	gap: 1.5625vw;
}

.portfolio_item {
	display: flex;
	gap: 1.5625vw;
	background-color: #fff;
	padding: 1.7708vw;
	border-radius: 1.7708vw;
}

.portfolio_item__img {
	max-width: 18.7500vw;
	overflow: hidden;
	border-radius: 0.9375vw;
}

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

.portfolio_item__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.portfolio_item__text {
	display: flex;
	flex-direction: column;
	gap: 0.8333vw;
}

.portfolio_item__title {
	font-family: "Gilroy-Semibold";
	font-size: 1.5625vw;
	font-weight: 600;
	color: rgba(13, 34, 53, 1);
}

.portfolio_item__description {
	font-size: 1.0417vw;
	line-height: 1.4583vw;
}

.portfolio_item__button .filter__btn-red {
	max-width: 14.7917vw;
	height: 2.9167vw;
	margin-left: auto;
	margin-right: 0;
}

.used_product_swiper .catalog__item {
	flex-direction: row;
	gap: 1.25vw;
	align-items: center;
	background-color: rgba(243, 245, 247, 1);
}

.used_product_swiper .catalog__item-slider {
	width: 40%;
}

.used_product_swiper .catalog__item-flex {
	width: 60%;
}

.mob_header__search {
	display: none;
}

.about_detail__content .get_consult {
	margin: 0;
}

.question_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.0417vw 0;
}

.question_header article {
	position: relative;
	font-family: 'Gilroy-Semibold';
	font-weight: 500;
	font-size: 1.25vw;
	color: rgba(13, 34, 53, 1);
	padding-left: 1.6667vw;
}

.question_header article::after {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 0.8333vw;
	height: 0.8333vw;
	background-color: rgba(215, 218, 221, 1);
	border-radius: 50%;
	transition: .3s linear;
}

.question_showmore {
	color: rgba(13, 34, 53, 1);
	font-size: 1.6667vw;
	cursor: pointer;
	transition: .3s linear;
}

.question_showmore:hover {
	opacity: .5;
}

.question_header.active .question_showmore {
	transform: rotate(90deg);
}

.question_header.active article::after {
	background-color: rgba(188, 2, 3, 1);
}

.question_content {
	display: none;
	color: rgba(88, 96, 104, 1);
	font-weight: 500;
	font-size: 0.9375vw;
	padding-left: 1.6667vw;
	margin-bottom: 20px;
}

/* END Portfolio Page */

@media (max-width: 997px) {

	#bx-panel,
	#bx-panel div {
		display: none !important;
	}

	.breadcrumbs__list {
		gap: 15px;
		flex-wrap: wrap;
		margin-bottom: 18px;
		row-gap: 7px;
	}

	.cooperation,
	.servers,
	.news {
		max-width: 100%;
		overflow: hidden;
	}

	.home {
		position: relative;
		height: calc(100vh - 160px);
		overflow: hidden;
		margin-top: 0;
		padding-right: 5.3125vw;
	}

	.home__item {
		position: relative;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: end;
		z-index: 4;
	}

	.home__img {
		width: auto;
		object-fit: contain;
		height: 100vw;
		position: absolute;
		top: -12%;
		right: -10%;
	}

	.home__form {
		display: none;
	}

	.home__title {
		font-size: 32px;
	}

	.home__text {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 24px;
		margin-top: 12px;
	}

	.home_button {
		display: block;
	}

	.filter__btn-red,
	.filter__btn {
		height: 48px;
		font-size: 15px;
		margin: 0;
	}

	.add__btns-btn {
		width: 42px;
		height: 42px;
		margin: 0;
	}

	.add__btns-btn svg {
		width: 22px;
		height: 22px;
	}

	.bazarow_add_favor::before {
		font-size: 22px;
	}

	.partners {
		width: 100%;
		overflow-x: scroll;
		padding: 32px 0px;
	}

	.partners::-webkit-scrollbar {
		width: 0;
	}

	.partners__img {
		width: 15vw;
		object-fit: contain;
		height: auto;
	}

	.title:after {
		width: 18px;
		height: 18px;
	}

	.title {
		font-size: 24px;
		padding-left: 30px;
		margin-bottom: 24px;
	}

	.home_form__flex {
		height: 100%;
		flex-wrap: wrap;
	}

	.btn--small {
		border-radius: 5.2083333333vw;
		width: 147px;
		height: 42px;
		padding-left: 1.5625vw;
		padding-right: 1.5625vw;
		font-size: 15px;
	}

	.btn--small .btn__text {
		opacity: 1;
		margin-left: 0;
	}

	.btn__icons {
		width: 15px;
		height: 15px;
	}

	.btn__icon {
		font-size: 15px;
	}

	.btn__icon--dubl {
		bottom: -6.083333vw;
	}

	.aboutUs {
		border-radius: 32px;
		padding: 24px;
	}

	.aboutUs__container {
		flex-wrap: wrap;
		justify-content: center;
	}

	.aboutUs__img,
	.aboutUs__item {
		width: 100%;
		height: auto;
		margin: 15px 0;
		border-radius: 18px;
	}

	.aboutUs__title {
		font-size: 24px;
	}

	.aboutUs__text {
		font-size: 16px;
	}

	.aboutUs__counter {
		border-radius: 18px;
		padding: 18px;
	}

	.aboutUs__counter-item {
		width: 45%;
	}

	.aboutUs__counter-title {
		font-size: 36px;
	}

	.aboutUs__counter-text {
		font-size: 12px;
		letter-spacing: -0.3px;
	}

	.aboutUs__top-btn {
		margin-bottom: 24px;
	}

	.cooperation__container {
		justify-content: center;
		gap: 23px;
	}

	.cooperation__item {
		width: 45%;
	}

	.cooperation__imgBox {
		height: calc(100% - 42px);
		margin-bottom: 12px;
		border-radius: 20px;
	}

	.btn--w100 .btn__text {
		font-size: 12px;
	}

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

	.projects {
		border-radius: 32px;
		padding: 24px;
	}

	.projects__item {
		width: 100%;
		border-radius: 18px;
		padding: 16px;
		animation-name: fadeInLeft !important;
	}

	.projects__item:hover::after {
		top: 0;
		left: -4vw;
	}

	.projects__item:hover .projects__item-title {
		width: 90%;
		background-color: #BC0203;
	}

	.projects__item .projects__item-title {
		font-size: 20px;
		line-height: 21px;
	}

	.projects__item-text {
		position: relative;
		z-index: 2;
		font-size: 14px;
		line-height: 18px;
		margin-top: 8px;
	}

	.projects__item:hover .projects__item-text {
		color: #fff;
	}

	.projects__item::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		transition: top 0.38s linear;
		border-radius: 1.25vw;
		z-index: 2;
		transition: all 0.38s linear;
	}

	.projects__item:hover::before {
		top: 0;
		left: -8vw;
		background-color: #BC0203;
	}

	.servers {
		flex-wrap: wrap-reverse;
		padding: 24px;
	}

	.servers__item {
		width: 100%;
	}

	.servers__img {
		width: 100%;
		height: auto;
		border-radius: 18px;
	}

	.servers__title {
		padding-left: 0;
	}

	.title--float::before {
		width: 18px;
		height: 18px;
	}

	.servers__text {
		font-size: 16px;
		line-height: 19px;
	}

	.servers__btn {
		width: 90%;
		height: 42px;
		margin: 0 auto;
		align-items: center;
	}

	.btn a {
		font-size: 15px;
	}

	.form {
		border-radius: 32px;
		margin-bottom: 32px;
		padding: 24px;
	}

	.form__text {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 24px;
	}

	.form__container,
	.form__checkbox {
		display: none;
	}

	.form .filter__btn-red {
		font-size: 15px;
	}

	.news__top-btn {
		display: none;
	}

	.news__bottom {
		display: flex;
		margin-left: 5.3125vw;
		margin-right: 5.3125vw;
	}

	.news__bottom-btn {
		margin: 24px auto;
		width: 100%;
	}

	.footer {
		flex-direction: column;
		gap: 36px;
		padding-bottom: 100px;
		overflow: hidden;
	}

	.footer__container {
		flex-direction: column;
		width: 100%;
		margin-bottom: 3rem;
	}

	.footer__list {
		gap: 16px;
	}

	.footer__list-title {
		font-size: 18px;
		line-height: 100%;
		display: flex;
		justify-content: space-between;
	}

	.footer__list-title svg {
		display: block;
	}

	.footer__link {
		display: none;
		font-size: 16px;
		line-height: 125%;
	}

	.footer__list:last-child {
		width: 100%;
	}

	.footer__item {
		width: 100%;
	}

	.footer__title {
		font-size: 24px;
	}

	.footer__text {
		font-size: 16px;
		line-height: 19px;
		margin: 18px auto;
	}

	.footer__input {
		height: 2.5vw;
		border-radius: 44px;
		font-size: 18px;
		padding-left: 30px;
		margin-bottom: 18px;
	}

	.footer__btn {
		position: relative;
		display: block;
		padding: 0;
		width: 48px;
		height: 48px;
		border-radius: 50%;
		text-indent: -9999em;
		text-transform: uppercase;
	}

	.footer__btn.icon-arrowRight:before {
		display: block;
		font-family: 'icomoon' !important;
	}

	.footer__btn:before {
		content: "\e902";
		position: absolute;
		top: 13px;
		left: 13px;
		color: #fff;
		width: 20px;
		height: 20px;
		font-size: 20px;
		text-indent: 0;
		transform: rotate(-90deg);
	}

	.btn--small:hover {
		border-radius: 2.5vw;
		width: 90%;
		padding-left: 1.5625vw;
		padding-right: 1.5625vw;
	}

	.footer__checkbox {
		margin-bottom: 18px;
	}

	.checkbox__div {
		width: 20px;
		height: 20px;
	}

	.checkbox__icon {
		left: 3px;
		top: 3px;
		font-size: 14px;
	}

	.checkbox__text {
		padding-left: 32px;
		font-size: 14px;
	}

	.checkbox__text a {
		font-size: 14px;
	}

	.fancybox__content .checkbox__text {
		padding-left: 12px;
	}

	.footer__social {
		gap: 16px;
	}

	.footer__social-icon {
		font-size: 48px;
	}

	.footer__img {
		width: 150vw;
		height: auto;
	}

	.news__slider .swiper-wrapper {
		flex-direction: column;
		gap: 12px;
	}

	.news__slide {
		width: 100% !important;
		display: flex;
		height: 120px;
		padding: 12px;
		border-radius: 18px;
	}

	.news__slide-img {
		width: auto;
		border-radius: 18px;
		height: 100%;
		aspect-ratio: 1 / 1;
	}

	.news__slide-description {
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-between;
		margin-left: 12px;
	}

	.news__slide-date {
		font-size: 14px;
		line-height: 14px;
	}

	.news__slide-title {
		max-height: 80%;
		overflow: hidden;
		font-size: 20px;
		line-height: 24px;
	}

	.header {
		margin: 0;
		position: fixed;
		top: -100px;
		width: 100%;
		z-index: 1000;
		transition: .3s linear;
	}

	.header.visible {
		top: 0;
	}

	.nav,
	.header__item,
	.header__list {
		display: none;
	}

	.header__container {
		width: 100%;
		justify-content: space-between;
		justify-content: space-between;
		border-radius: 0;
		padding: 8px 24px;
		visibility: visible;
	}

	.header__logo {
		width: auto;
		height: 40px;
	}

	.header__btns-btn {
		padding: 10px;
		font-size: 22px;
	}

	.header__btns {
		display: none;
	}

	.header__btns-mob {
		display: flex;
		gap: 8px;
	}

	.header__btns-icon.svg {
		height: 22px;
	}

	.header__container.bottom {
		display: flex;
		position: fixed;
		bottom: 0;
		z-index: 9997;
	}

	.header__container.bottom .header__btns-mob {
		width: 100%;
		justify-content: space-between;
	}

	.header__container.bottom .header__btns-btn {
		background: none;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 12px;
		color: #7E8791;
	}

	.header__container.bottom .header__btns-btn.active {
		color: rgba(188, 2, 3, 1);
	}

	.header__container.bottom .header__btns-btn.active path {
		fill: rgba(188, 2, 3, 1);
	}

	.header__container.bottom .header__btns-btn path {
		transition: all 0.38s linear;
	}

	.header__container.bottom .header__btns-icon {
		width: 32px;
		height: 32px;
		font-size: 32px;
	}

	.header__btns-count {
		font-size: 12px;
		background-color: rgba(188, 2, 3, 1);
		color: #fff;
		width: 25px;
		height: 25px;
		justify-content: center;
		align-items: center;
		display: flex;
	}

	.header__container.fixed {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
	}

	.menu {
		position: fixed;
		top: 57px;
		left: 0;
		min-height: 100vh;
		padding-bottom: 85px;
		flex-wrap: wrap;
		z-index: 9999;
		visibility: visible;
		background-color: #f3f5f7;
	}

	.menu__tabs {
		width: 100%;
		gap: 24px;
		overflow-y: auto;
		background-color: #f3f5f7;
	}

	.menu__tab {
		width: 100%;
	}

	.menu__tab-icon {
		font-size: 22px;
		margin-right: 16px;
	}

	.menu__tab-text {
		font-size: 15px;
	}

	.menu__list {
		width: 100%;
		background-color: #f3f5f7;
	}

	.menu__list-link {
		width: 100%;
		justify-content: start;
		margin-bottom: 12px;
		padding-left: 0;
		font-size: 15px;
		background-color: #f3f5f7;
	}

	.menu__list-icon {
		font-size: 22px;
		margin-left: auto;
		transition: .3s linear;
	}

	.menu__list .menu__list-icon.active {
		transform: rotate(90deg);
	}

	.menu__tab .menu__list-icon {
		display: block;
		margin-left: auto;
	}

	.menu__title {
		display: block;
		font-family: Gilroy;
		font-weight: 600;
		font-size: 24px;
		line-height: 26px;
		color: rgba(13, 34, 53, 1);
		padding-top: 2.833333vw;
		padding-bottom: 2.833333vw;
		padding-left: 1.5625vw;
		padding-right: 1.5625vw;
	}

	.menu__list .breadcrumbs__list {
		display: flex;
		padding-top: 2.833333vw;
		padding-left: 1.5625vw;
		padding-right: 1.5625vw;
	}

	.breadcrumbs {
		padding-top: 75px;
	}

	.breadcrumbs__item {
		font-size: 12px;
	}

	.menu__dropdown {
		display: none;
		height: auto;
		overflow: hidden;
		visibility: visible;
		transition: max-height 0.3s ease-out;
		position: inherit;
		opacity: 1;
		gap: 16px;
	}

	.menu__dropdown-link {
		font-size: 15px;
	}

	.menu__dropdown li {
		margin-left: 12px;
		padding: 12px 18px;
	}

	.menu__list-link:hover {
		background-color: inherit;
	}

	.menu__list-li .menu__tab-icon {
		display: block;
		padding-left: 1.5625vw;
	}

	.menu__list-li {
		border-radius: 24px;
		padding: 12px;
		transition: .3s linear;
	}

	.menu__list-li.active {
		background-color: #fff;
	}

	.page__title article {
		padding-left: 32px;
		font-size: 20px;
	}

	.page__title article::after {
		width: 18px;
		height: 18px;
	}

	.catalog__nav a {
		display: block;
		font-size: 15px;
	}

	.catalog__nav span {
		font-size: 14px;
	}

	.catalog__nav {
		flex-direction: column-reverse;
		align-items: start;
		height: auto;
		padding: 24px;
		background-color: rgba(227, 231, 235, 1);
		gap: 6px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-left-radius: 34px;
		border-bottom-right-radius: 34px;
	}

	.catalog__nav-list {
		display: flex;
		gap: 1.5rem;
		width: 100%;
		max-width: 100%;
		overflow-x: scroll;
		white-space: nowrap;
	}

	.catalog__nav-list::-webkit-scrollbar {
		width: 0;
	}

	.select {
		font-size: 15px;
	}

	.select__popular .new-select {
		padding: 20px 10px 25px 50px;
	}

	.select__popular .new-select:after {
		width: 42px;
		height: 42px;
		background-size: 20px;
		left: 0;
	}

	.new-select__list {
		position: absolute;
		top: 60px;
		left: 0;
		right: auto;
	}

	.catalog__container {
		flex-wrap: wrap;
	}

	.filter__tab-text {
		font-size: 18px;
	}

	.filter__tabs {
		gap: 12px;
	}

	.filter__tab-dropdown {
		font-size: 22px;
	}

	.filter__item {
		font-size: 15px;
	}

	.catalog__list {
		width: 100%;
	}

	.catalog__list-grid,
	.catalog__list-grid.news {
		grid-template-columns: repeat(1, 1fr);
		gap: 18px;
	}

	.catalog__item {
		position: relative;
		gap: 14px;
		border-radius: 24px;
		padding: 18px;
		padding-top: 50px;
	}

	.catalog__item-header--ico {
		height: 24px;
		font-size: 10px;
		gap: 5px;
		border-radius: 42px;
	}

	.catalog__item-header--block {
		gap: 5px;
	}

	.torp img {
		width: 24px;
		height: 24px;
	}

	.catalog__swiper {
		height: 82px;
	}

	.catalog__block {
		display: flex;
		align-items: center;
	}

	.catalog__item-buttons {
		height: 42px;
	}

	.catalog__description {
		width: 50%;
	}

	.catalog__item-slider {
		max-width: 35vw;
	}

	.catalog__item-title {
		font-size: 15px;
	}

	.catalog__item-title a {
		height: auto;
	}

	.catalog__item-subtitle {
		font-size: 12px;
	}

	.add__card {
		font-size: 0;
	}

	.add__card span {
		font-size: 20px;
	}

	.catalog__item-btn .header__btns-icon::before {
		font-size: 22px;
	}

	.icon-mark:before {
		width: 22px;
		height: 22px;
	}

	.catalog__list-footer {
		height: 50px;
		border-radius: 34px;
		padding: 12px 18px;
	}

	.catalog__content {
		overflow: hidden;
	}

	.items-per-page.sortline {
		display: none;
	}

	.catalog__list-show {
		font-size: 15px;
		border-radius: 34px;
	}

	.pagination__block {
		width: 100%;
	}

	.pagination {
		width: 100%;
		justify-content: space-between;
	}

	.pagination a {
		width: 42px;
		height: 42px;
		font-size: 15px;
		border-radius: 50%;
	}

	.pagination a:first-child,
	.pagination a:last-child {
		font-size: 22px;
	}

	.pagination__item.pagination__dots {
		font-size: 16px;
	}

	.background__box .header__container {
		background-color: rgba(227, 231, 235, 1);
		box-shadow: none;
		border: none;
	}

	.background__box .header__btns-btn {
		background-color: rgba(243, 245, 247, 1);
	}

	.background__box .header__btns-btn--active {
		background-color: #bc0203;
	}

	.background__box .header__container.bottom {
		background-color: rgba(13, 34, 53, 1);
		border: 1px solid rgba(13, 34, 53, 1);
	}

	.background__box .header__container.bottom .header__btns-btn.active {
		color: #fff;
	}

	.background__box .header__container.bottom .header__btns-btn.active path {
		fill: #fff;
	}

	.background__box .menu,
	.background__box .menu__tabs,
	.background__box .menu__list,
	.background__box .menu__list-link {
		background-color: rgba(243, 245, 247, 1);
	}

	.background__box .active .menu__list-link {
		background-color: #fff;
	}

	.catalog__sidebar {
		display: none;
		visibility: visible !important;
	}

	.catalog {
		width: 100%;
		position: fixed;
		z-index: 2;
		top: -100%;
		margin: 0;
		transition: .3s linear;
	}

	.catalog.visible {
		top: 50px;
	}

	.select__popular .new-select:after {
		background-color: #fff;
	}

	.sort__block {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.sort__block .header__btns-btn {
		display: block;
		height: 42px;
		color: #0D2235;
		background-color: inherit;
		padding-left: 25px;
	}

	.sort__block .header__btns-count {
		top: 9px;
		left: 0;
		width: 20px;
		height: 20px;
	}

	.catalog__item-btn,
	.spec__item {
		font-size: 15px;
		height: 42px;
		border-radius: 100px;
		margin: 0;
	}

	.new__spec span {
		font-size: 20px;
	}

	.page__title {
		flex-direction: column;
		align-items: start;
	}

	.product__article {
		margin-top: 12px;
	}

	.product__article span {
		font-size: 12px;
	}

	.product__content {
		flex-direction: column;
		padding: 24px;
		gap: 24px;
		border-radius: 32px;
	}

	.product__slider,
	.product__description {
		width: 100%;
	}

	.productSwiper {
		display: none;
	}

	.product__swiper-pagination {
		display: flex;
		justify-content: center;
	}

	.product__swiper-pagination .swiper-pagination-bullet {
		width: 28px;
		height: 4px;
		background: #D7DADD;
		border-radius: 1.7708vw;
	}

	.product__swiper-pagination .swiper-pagination-bullet-active {
		background: #7E8791;
	}

	.product__slider .swiper {
		height: 285px;
	}

	.productSwiper2 .swiper-wrapper {
		height: calc(100% - 10px);
	}

	.swiper-ico__block {
		gap: 8px;
	}

	.swiper-ico__block img {
		max-width: 100px;
		height: auto;
	}

	.swiper-ico {
		height: 24px;
	}

	.product__config {
		padding: 18px;
		border-radius: 24px;
		gap: 12px;
	}

	.product__config-block {
		gap: 12px;
	}

	.product__option,
	.product__quantity {
		margin: 18px 0 18px 0;
		padding: 18px 16px;
		border-radius: 24px;
	}

	.product__option-list label {
		font-size: 14px;
	}

	.product__option-list label::before {
		width: 18px;
		height: 18px;
	}

	.product__option-list label:hover::after {
		transform: scale(0);
	}

	.product__subtitle,
	.product__option-link {
		font-size: 16px;
	}

	.product__option-dropdown {
		font-size: 22px;
	}

	.product__quantity-item {
		font-size: 14px;
	}

	.product__config-block .catalog__item-btn,
	.product__config-block .filter__btn,
	.product__config-block .filter__btn {
		height: 42px;
	}

	.product__config-block .add__btns-btn {
		width: 42px;
		height: 42px;
	}

	.product__config-block .add__btns-btn svg {
		width: 22px;
		height: 22px;
	}

	.get_consult__list p {
		margin-bottom: 1.7vw;
		font-size: 16px;
	}

	.get_consult__list .form__btn {
		width: 100%;
		height: 42px;
		justify-content: center;
		font-size: 15px;
	}

	.product__char-subtitle {
		font-size: 16px;
	}

	.product__char-list--item span {
		white-space: inherit;
		font-size: 14px;
	}

	.option__slider .swiper-slide {
		display: flex;
		flex-direction: column;
		gap: 18px;
		padding: 24px;
		border-radius: 34px;
	}

	.product__char-list {
		gap: 5px;
	}

	.product__char {
		max-width: 100%;
		font-size: 14px;
	}

	.product__char-block {
		font-size: 16px;
		line-height: 24px;
	}

	.product__project {
		flex-direction: column;
		gap: 12px;
	}

	.product__project-block {
		position: relative;
		width: 100%;
		flex-direction: row;
	}

	.option__slider {
		margin-bottom: 1rem;
	}

	.product__project-img {
		width: 96px;
		border-radius: 16px;
	}

	.product__project .servers__btn {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
		opacity: 0;
	}

	.product__project-block p {
		width: 60%;
		height: 96px;
		font-size: 14px;
	}

	.product__faq-form article {
		font-size: 16px;
	}

	.product__faq-input {
		padding-left: 30px;
		padding-right: 23px;
		font-size: 18px;
		border-radius: 44px;
	}

	.product__faq-btn {
		position: relative;
		height: 2.5vw;
		width: 2.5vw;
		justify-content: center;
		font-size: 0 !important;
		border-radius: 50%;
	}

	.product__faq-btn:before {
		position: absolute;
		content: '\e902';
		font-family: 'icomoon' !important;
		font-size: 22px;
		transform: rotate(270deg);
	}

	.product__comments {
		font-size: 16px;
	}

	.product__faq-btn2 {
		max-width: 100%;
		margin-top: 18px;
		margin-left: auto;
		margin-right: auto;
	}

	.product__dilevery {
		gap: 24px;
		font-size: 16px;
	}

	.product__dilevery article {
		font-size: 24px;
	}

	.product__dilevery-form p {
		color: rgba(126, 135, 145, 1);
	}

	.product__dilevery-form .form__item {
		flex-direction: column;
		gap: 12px;
		margin-top: 12px;
	}

	.product__dilevery-form .choices,
	.product__dilevery-form .form__input,
	.product__dilevery-form .form__btn {
		width: 100%;
		max-width: 345px;
		height: 42px;
	}

	.product__dilevery-form .form__input,
	.product__dilevery-form .form__btn {
		font-size: 18px;
		border-radius: 44px;
		padding-left: 24px;
	}

	.product__dilevery-form .form__item .choices__inner {
		display: flex;
		align-items: center;
		padding-left: 24px;
		font-size: 18px;
		min-height: 2.5vw;
		border-radius: 44px;
	}

	.get_consult {
		padding: 24px;
		border-radius: 32px;
		margin-bottom: 2rem;
	}

	.product__dilevery-form .choices__item,
	.product__dilevery-form .choices__list--dropdown .choices__item {
		font-size: 18px;
	}

	.product__dilevery-form .choices[data-type*="select-one"]:after {
		font-size: 22px;
		top: 26px;
		right: 12px;
		width: 22px;
		height: 22px;
	}

	.product__dilevery-form .choices[data-type*="select-one"].is-open:after {
		font-size: 22px;
		top: 13px;
		right: 15px;
		width: 22px;
		height: 22px;
	}

	.product__dilevery-calc {
		flex-direction: column;
		gap: 2.5vw;
		border-radius: 24px;
		padding: 18px;
	}

	.product__dilevery-calc--block {
		width: 100%;
	}

	.btn {
		font-size: 15px;
		padding: 12px 18px;
	}

	.product__faq-btn {
		width: 48px;
		height: 48px;
	}

	.product__faq-form {
		gap: 18px;
		margin-bottom: 18px;
	}

	.product__comments-btn img {
		width: 22px;
		height: 22px;
	}

	.sub .product__comments-name {
		padding-left: 18px;
	}

	.product__comments-btn span {
		white-space: nowrap;
	}

	.sub .product__comments-name::after {
		width: 12px;
		height: 12px;
		border-radius: 50%;
	}

	.option__link-block {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}

	.option__link-block.active {
		padding-left: 18px;
	}

	.product__nav {
		display: none;
	}

	.option__link-block {
		display: flex !important;
	}

	.optionSwiper2 .optionSwiper__link {
		display: block;
		font-size: 16px;
		font-weight: 600;
		color: rgba(0, 22, 47, 1);
		transition: .3s linear;
	}

	.option__link-block.active .optionSwiper__link {
		color: rgba(188, 2, 3, 1);
	}

	.option__link-block.active .optionSwiper__link::before {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: '';
		width: 12px;
		height: 12px;
		background-color: #BC0203;
		border-radius: 6px;
	}

	.optionSwiper2 .swiper-wrapper {
		flex-direction: column;
	}

	.option__slider .swiper-slide {
		margin-bottom: 1rem;
	}

	.option__slider .swiper-slide .mob_dropdown {
		display: none;
		flex-direction: column;
	}

	.product__option-dropdown.icon-arrow-bottom {
		transition: .3s linear;
	}

	.option__link-block.active .product__option-dropdown.icon-arrow-bottom {
		transform: rotate(90deg);
	}

	.product__guarantee-block {
		padding: 0;
		background-color: inherit;
	}

	.product__guarantee-title {
		display: none;
	}

	.product__guarantee-content {
		grid-template-columns: repeat(1, 1fr);
		padding: 18px 0;
	}

	.product__guarantee-item {
		gap: 12px;
	}

	.product__guarantee-item article {
		font-size: 36px;
	}

	.product__guarantee-item p {
		font-size: 16px;
	}

	.product__config-block .catalog__item-btn {
		position: fixed;
		left: 50%;
		transform: translateX(-50%);
		bottom: 75px;
		z-index: 10000;
		width: 345px;
	}

	.product__config-block .catalog__item-btn .add__card {
		font-size: 15px;
		padding-left: 75px;
	}

	.product__config-block .icon-arrow-bottom:before {
		transform: rotate(0deg) !important;
	}

	.product__config-block .spec__list {
		top: auto;
		bottom: 42px;
		flex-direction: column-reverse;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		border-top-left-radius: 25px;
		border-top-right-radius: 25px;
		padding: 0px 24px;
	}

	.product__config-block .catalog__item-btn.active {
		border-bottom-right-radius: 25px;
		border-bottom-left-radius: 25px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	.product__config-block .spec__item-first {
		margin-top: 0;
	}

	.product__config-block .filter__btn {
		width: 65%;
	}

	.take__test span {
		font-size: 22px;
	}

	.specifications__content {
		overflow-x: hidden;
	}

	.specifications__container {
		flex-wrap: wrap;
	}

	.specifications__list {
		width: 100%;
	}

	.specifications__item {
		padding: 24px;
	}

	.specifications__item-btn {
		gap: 2vw;
	}

	.specifications__item-header {
		flex-wrap: wrap;
		gap: 18px;
	}

	.specifications__item-name {
		font-size: 20px;
	}

	.filter__btn {
		height: 42px;
		padding: 7px 12px;
	}

	.specifications__item-btn .filter__btn.ico {
		width: 42px;
	}

	.filter__btn svg {
		width: 22px;
		height: 22px;
	}

	.catalog__item.specification {
		position: relative;
		flex-wrap: wrap;
	}

	.specification__product-left {
		width: 45%;
		display: flex;
		align-items: center;
	}


	.specification__product-left .catalog__item-slider {
		max-width: 30vw;
	}

	.specification__product-center {
		width: 50%;
	}

	.catalog__item-title {
		margin: 0;
	}

	.catalog__item-subtitle {
		margin: 0.5rem 0 0 0;
		height: 40px;
	}

	.specification__product-right {
		flex-direction: row-reverse;
		max-width: none;
		gap: 15px;
	}

	.specification__counter {
		width: 130px;
		gap: 12px;
	}

	.buttonCount {
		width: 42px;
		height: 42px;
	}

	.catalog__item-header {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		padding: 18px;
	}

	.specifications__order-title {
		display: none;
	}

	.specifications__sidebar {
		width: 100%;
		position: fixed;
		top: -100%;
		left: 0;
		visibility: visible !important;
		transition: .3s linear;
		z-index: 9999;
	}

	.specifications__filter {
		background-color: rgba(227, 231, 235, 1);
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	.specifications__sidebar.visible {
		top: 55px;
	}

	.filter__specifications-list {
		flex-direction: row;
		padding: 0;
		overflow-x: scroll;
	}

	.filter__specifications-list::-webkit-scrollbar {
		width: 0;
	}

	.specifications__filter .filter__buttons {
		padding: 0;
	}

	.specifications__filter .filter__buttons-background {
		background-color: rgba(227, 231, 235, 1);
		padding-top: 0;
		padding-bottom: 12px;
	}

	.filter__specifications-item a {
		font-size: 15px;
		padding: 12px 16px;
		white-space: nowrap;
	}

	.specifications__filter .filter__btn-red {
		height: 42px;
	}

	.specifications__order-btn .filter__btn-red {
		font-size: 15px;
		height: 42px;
	}

	.news__slide-item {
		height: 100%;
		width: 90%;
		border-top-right-radius: 3.5625vw;
		border-bottom-right-radius: 3.5625vw;
		padding: 12px;
		bottom: 0;
		left: -100%;
		transition: left 0.38s linear;
	}

	.news__slide:hover .news__slide-item {
		left: 0;
	}

	.news__slide-link {
		height: 100%;
		display: flex;
		align-items: center;
		padding-right: 3%;
	}

	.news__slide-text {
		font-size: 12px;
		line-height: 12px;
	}

	.sert__download img {
		width: 40px;
		height: 40px;
	}

	.footer__success {
		font-size: 15px;
	}

	.sortline .custom-select {
		font-size: 15px;
	}

	.sortline .custom-select-trigger {
		padding: 20px 15px 25px 55px;
		background: inherit;
	}

	.sortline .custom-select-trigger::after {
		width: 42px;
		height: 42px;
		left: 0;
		background-size: 22px;
		background-color: #fff;
	}

	.specifications__empty-btn .filter__btn-red {
		height: 42px;
	}

	.specifications__empty-p {
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}

	.specifications__empty-btn {
		max-width: 100%;
	}

	.about_detail__text b,
	.carusel__title article {
		font-size: 20px;
		display: block;
	}

	.carusel__title article:after {
		width: 16px;
		height: 16px;
		border-radius: 50%;
	}

	.about_detail__text,
	.news_swiper_detail__desc {
		font-size: 16px;
		line-height: 24px;
		height: 48px;
		gap: 10px;
	}

	.carusel_pagination {
		gap: 12px;
	}

	.carusel_pagination div {
		width: 42px;
		height: 42px;
		font-size: 24px;
	}

	.about_detail__img {
		max-height: 245px;
	}

	.about_detail__text img {
		border-radius: 6px;
	}

	.news_swiper_detail__img,
	.cooperation_swiper_detail__img {
		height: 200px;
	}

	.news_swiper_detail .swiper-slide,
	.cooperation_swiper_detail .swiper-slide {
		padding: 18px;
		border-radius: 32px;
	}

	.news_swiper_detail article,
	.cooperation_swiper_detail article {
		height: 40px;
		font-size: 18px;
	}

	.get_consult__list p {
		max-width: 100%;
		margin-bottom: 2rem;
	}

	.get_consult-background {
		display: none;
	}

	.modal__form {
		gap: 12px;
	}

	.modal_p-big {
		font-size: 20px;
	}

	.input {
		height: 48px;
		font-size: 15px;
		padding: 12px 0px 12px 12px;
		border-radius: 25px;
	}

	.choices__inner {
		padding: 12px !important;
		border-radius: 25px;
	}

	.choices__item,
	.choices[data-type*="select-one"]:after,
	.choices__list--dropdown .choices__item {
		font-size: 15px;
	}

	.news_section__flex {
		flex-wrap: wrap;
	}

	.news_section__flex.project {
		flex-wrap: wrap-reverse;
	}

	.news_section__flex .about_detail {
		width: 100%;
	}

	.news_vertical {
		width: 100%;
		position: relative;
	}

	.catalog__block.news {
		flex-direction: column;
	}

	.catalog__block.news .catalog__item-slider,
	.catalog__block.news .catalog__description {
		width: 100%;
	}

	.news_section__flex.project .news_vertical {
		width: 100%;
	}

	.about_detail {
		padding: 18px;
		border-radius: 24px;
	}

	.about_detail__content {
		max-width: 100%;
		gap: 0;
	}

	.carusel__title article {
		margin-top: 1.7vw;
		padding-left: 32px;
	}

	.bx-authform {
		margin-left: 3.4375vw;
		margin-right: 3.4375vw;
	}

	.about_detail__text {
		height: auto;
		overflow-x: scroll;
	}

	.news__slide-description {
		height: 100%;
	}

	.map_description {
		max-width: 100%;
		grid-template-columns: repeat(1, 1fr);
		margin-left: 3.4375vw;
		margin-right: 3.4375vw;
	}

	.map_link {
		font-size: 16px;
	}

	.map_ico .nav__icon {
		font-size: 40px;
	}

	.contact_office__item {
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
		border-radius: 32px;
		padding: 18px;
	}

	.order__item {
		grid-template-columns: repeat(1, 1fr);
		gap: 24px;
	}

	.office_item__img {
		display: none;
	}

	.swiper-compare {
		grid-auto-columns: 100%;
	}

	.vacancies-list {
		grid-template-columns: repeat(1, 1fr);
		margin-bottom: 1rem;
	}

	.js-section-filter.active {
		background-color: #fff;
	}

	.catalog__block.news .catalog__item-title {
		font-size: 18px;
	}

	.nav__icon {
		font-size: 24px !important;
	}

	.nav__text {
		font-size: 14px;
	}

	.page__title p,
	.office_item__contact,
	.contact_office a,
	.order_item__desc a {
		font-size: 16px;
	}

	.office_item__desc {
		line-height: 24px;
	}

	.contact_office__title {
		font-size: 18px;
	}

	.contact_office {
		gap: 16px;
	}

	.page__title {
		margin-bottom: 2rem !important;
	}

	.contact_office__flexbox {
		gap: 24px;
	}

	.order_item__block img {
		width: 50px;
		height: 50px;
	}

	.order_item__contact {
		font-size: 16px;
	}

	.order_item__desc.flex {
		flex-direction: row;
	}

	.order__flexbox {
		gap: 24px;
	}

	.order_item__block.center {
		justify-content: start;
		text-align: start;
	}

	.partners-track {
		gap: 35px;
	}

	.sortline .custom-options {
		top: 100%;
		left: 0;
		border-radius: 24px;
	}

	.sortline .custom-option {
		padding: 12px 18px;
		border-radius: 24px;
	}

	.button_up {
		width: 48px;
		height: 48px;
		bottom: 100px;
	}

	.button_up img {
		min-width: 48px;
		min-height: 48px;
	}

	.background__box .header__btns-count {
		background-color: rgba(188, 2, 3, 1);
	}

	.fancybox__content {
		max-width: 100%;
		margin-left: 3.4375vw;
		margin-right: 3.4375vw;
		gap: 12px;
		border-radius: 32px;
		padding: 18px;
	}

	.fancybox__content>.f-button.is-close-btn {
		width: 16px;
		height: 16px;
	}

	.filter__input {
		max-width: 20px;
		height: 20px;
	}

	.is-compact .fancybox__content>.f-button.is-close-btn {
		top: 16px;
		right: 16px;
	}

	.news_section__flex {
		gap: 24px;
	}

	.news_vertical {
		padding: 18px;
		border-radius: 32px;
	}

	.news_vertical .container {
		gap: 18px;
	}

	.news_container_detail .container-slide {
		gap: 12px;
		padding: 18px;
		border-radius: 32px;
	}

	.news_container_detail__img {
		height: 200px;
		border-radius: 24px;
	}

	.news_container_detail article {
		font-size: 18px;
	}

	.news_container_detail__desc {
		height: 48px;
		font-size: 16px;
		line-height: 24px;
	}

	.about_detail__text h3 {
		font-size: 20px;
		line-height: 24px;
	}

	#about_swipe .swiper-slide img {
		height: 200px;
	}

	.vacancy {
		padding: 20px 24px;
		border-radius: 32px;
	}

	.vacancy_block {
		gap: 12px;
	}

	.vacancy_block article {
		font-size: 18px;
	}

	.vacancy_block .address,
	.vacancy_block .salary {
		font-size: 14px;
	}

	.vacancy_link {
		font-size: 24px;
	}

	.gallery-vacancy {
		max-width: 100%;
		overflow-x: scroll;
		flex-direction: row;
		gap: 18px;
		margin-bottom: 0;
	}

	.gallery-vacancy .gallery-row {
		gap: 18px;
	}

	.gallery-vacancy .gallery-item.center,
	.gallery-vacancy .gallery-item.top,
	.gallery-vacancy .gallery-item.bottom {
		width: 230px !important;
		height: 265px;
		border-radius: 24px;
	}

	.partner_page {
		margin-bottom: 48px;
		gap: 12px;
	}

	.partner_item {
		padding: 30px 32px 30px 24px;
		border-radius: 32px;
	}

	.partner_logo {
		height: 30px;
	}

	.partner_showmore,
	.partner_name article {
		font-size: 24px;
	}

	.partner_name {
		gap: 8px;
		align-items: center;
	}

	.partner_content.active {
		padding-top: 24px;
	}

	.partner_description {
		font-size: 16px;
	}

	.partner_description h3,
	.partner_description b {
		font-size: 18px;
	}

	.partner_button {
		max-width: 100%;
		margin-top: 18px;
	}

	.partner_button .filter__btn-red {
		height: 42px;
	}

	#map {
		height: 400px !important;
	}

	.portfolio_item {
		flex-direction: column;
		gap: 12px;
		padding: 18px;
		border-radius: 32px;
	}

	.portfolio_item__content {
		gap: 12px;
	}

	.portfolio_item__img {
		max-width: 100%;
		border-radius: 24px;
	}

	.portfolio_item__text {
		display: flex;
		gap: 12px;
	}

	.portfolio_item__title {
		font-size: 18px;
	}

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

	.portfolio_item__button .filter__btn-red {
		max-width: 100%;
		height: 42px;
	}

	.section_nav {
		gap: 12px;
		font-size: 16px;
		line-height: 24px;
	}

	.section_nav__list {
		gap: 12px;
	}

	.section_nav__dropdown a {
		padding: 12px 18px;
		border-radius: 24px;
	}

	.knowledge-base-sections {
		padding: 0;
	}

	.knowledge-base-sections {
		grid-template-columns: repeat(2, 1fr);
	}

	.knowledge-base-section {
		border-radius: 32px;
	}

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

	.perosnal_block__line p {
		line-height: 24px;
	}

	.bx-authform {
		font-size: 16px;
	}

	.bx-authform-content-container,
	.bx-authform-label-container {
		font-size: 14px;
	}

	.bx-filter-param-label {
		font-size: 14px !important;
	}

	.bx-authform-link-container,
	.bx-authform-description-container {
		font-size: 14px;
	}

	.header__search {
		margin: 0;
		border-radius: 0;
		padding: 12px 18px;
	}

	.header__search form {
		height: 36px;
	}

	.header__search-text {
		font-size: 18px;
	}

	.input__icon {
		font-size: 16px;
	}

	.header__search-icon {
		font-size: 24px;
	}

	.team .catalog__swiper {
		height: 200px;
	}

	.team_jobtitle {
		font-size: 16px;
	}

	.team .catalog__item-subtitle {
		height: auto;
	}

	.about_detail.questions {
		padding: 0;
		background-color: inherit;
	}

	.questions_block {
		display: flex;
		flex-direction: column;
		gap: 12px;
		margin: 20px 0;
	}

	.question_item {
		padding: 30px 32px 30px 24px;
		background-color: #fff;
		border-radius: 32px;
	}

	.question_header {
		padding: 0;
	}

	.question_header article,
	.question_content {
		font-size: 16px;
	}

	.question_header article {
		padding-left: 24px;
	}

	.question_content {
		margin-top: 20px;
		font-weight: 400;
	}

	.question_header article::after {
		top: 12px;
		width: 12px;
		height: 12px;
	}

	.question_showmore {
		font-size: 24px;
	}

	.team_about_grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
		row-gap: 60px;
		padding-bottom: 32.64px;
	}

	.team_about_item {
		gap: 20px;
	}

	.team_about_item img {
		border-radius: 20px;
	}

	.team_about_item article {
		font-size: 18px;
	}

	.team_about_item p {
		font-size: 16px;
	}
}