@media (min-width: 1921px) {
	.home_form__flex {
		margin-left: 66px;
		margin-right: 66px;
	}

	.nav {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-left: 23px;
		padding-right: 36px;
		padding-top: 9px;
		padding-bottom: 9px;
	}

	.nav__contacts {
		display: flex;
		align-items: center;
		gap: 32px;
	}

	.nav__icon {
		font-size: 24px;
		margin-right: 12px;
	}

	.nav__text {
		font-size: 14px;
	}

	.header {
		margin-left: 66px;
		margin-right: 66px;
		position: relative;
		z-index: 19;
	}

	.header {
		background-color: #0d2235;
		border-bottom-left-radius: 47px;
		border-bottom-right-radius: 47px;
	}

	.header__container {
		border-radius: 81px;
		padding: 18px;
		padding-left: 38px;
	}

	.header__container--border {
		border-top-left-radius: 46px;
		border-top-right-radius: 46px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		border-bottom: none;
	}

	.header__logo {
		width: 100px;
		height: 48px;
		margin-right: 36px;
	}

	.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: 64px;
		flex-grow: 1;
	}

	.header__catalog {
		display: flex;
		align-items: center;
		border-radius: 100px;
		background-color: #bc0203;
		padding-top: 14px;
		padding-bottom: 14px;
		padding-left: 24px;
		padding-right: 24px;
		cursor: pointer;
		position: relative;
	}

	.header__catalog--rotate .header__catalog-icon {
		transform: rotate(-90deg);
	}

	.header__catalog-text {
		font-family: "Gilroy";
		color: #fff;
		font-size: 18px;
		margin-right: 12px;
	}

	.header__catalog-icon {
		font-size: 20px;
		color: #fff;
	}

	.header__search {
		width: 100%;
		margin-left: -55px;
		display: flex;
		align-items: center;
		background-color: #fff;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 72px;
		padding-right: 24px;
		border-radius: 100px;
		cursor: pointer;
	}

	.header__search-text {
		font-family: "Gilroy";
		color: #7e8791;
		width: 100%;
		font-size: 18px;
	}

	.header__search-icon {
		position: relative;
		font-size: 24px;
		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__list {
		display: flex;
		align-items: center;
		gap: 50px;
		margin-left: 52px;
	}

	.header__list-link {
		color: #7e8791;
		font-size: 18px;
		font-family: "Gilroy";
		transition: color 0.38s linear;
	}

	.header__btns {
		display: flex;
		align-items: center;
		gap: 12px;
		margin-left: 52px;
	}

	.header__btns-btn {
		border-radius: 50%;
		background-color: #d7dadd;
		padding: 12px;
		position: relative;
		font-size: 24px;
		color: #0d2235;
		transition: all 0.38s linear;
	}

	.header__btns-btn--active {
		background-color: #bc0203;
		color: #fff;
	}

	.header__btns-count {
		min-width: 20px;
		height: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-family: "Gilroy";
		font-weight: 700;
		position: absolute;
		font-size: 13px;
		top: -4px;
		right: -6px;
		border-radius: 100px;
		color: #0d2235;
		background-color: #fff;
		padding: 3px;
	}

	.header .site_container {
		padding-left: 66px;
		padding-right: 66px;
	}

	.autoComplete_wrapper>input {
		font-size: 18px;
	}

	.autoComplete_wrapper>ul {
		padding: 30px;
		top: 127px;
		max-height: 380px;
	}

	.autoComplete_wrapper>ul>li {
		padding: 15px;
		padding-left: 30px;
		padding-right: 30px;
		font-size: 18px;
	}

	.menu {
		top: 90px;
		padding-left: 36px;
		padding-right: 36px;
		padding-bottom: 36px;
		padding-top: 52px;
		border-bottom-left-radius: 46px;
		border-bottom-right-radius: 46px;
		min-height: 384px;
	}

	.menu__tabs {
		gap: 8px;
	}

	.menu__tab {
		padding-top: 16px;
		padding-bottom: 16px;
		padding-left: 30px;
		padding-right: 30px;
		font-size: 18px;
	}

	.menu__tab-icon {
		font-size: 28px;
		margin-right: 12px;
	}

	.menu__tab-text {
		font-size: 18px;
	}

	.menu__list {
		gap: 8px;
	}

	.menu__list-link {
		padding-top: 18px;
		padding-bottom: 18px;
		padding-left: 30px;
		padding-right: 20px;
		font-size: 18px;
	}

	.menu__list-icon {
		font-size: 28px;
		margin-left: 14px;
	}

	.menu__list-li {
		padding-right: 36px;
	}

	.menu__dropdown {
		top: 5px;
		gap: 8px;
	}

	.menu__dropdown-link {
		padding-top: 18px;
		padding-bottom: 18px;
		padding-left: 30px;
		padding-right: 20px;
		font-size: 18px;
	}

	.home {
		margin-top: 50px;
		padding-bottom: 69px;
		padding-left: 102px;
	}

	.home__title {
		font-size: 64px;
		margin-bottom: 24px;
	}

	.home__text {
		margin-bottom: 50px;
		font-size: 20px;
		line-height: 32px;
	}

	.home__form {
		gap: 18px;
	}

	.home__form-item {
		margin-bottom: 18px;
		gap: 24px;
	}

	.home__img {
		height: 732px;
	}

	.checkbox__icon {
		left: 5px;
		top: 5px;
		font-size: 10px;
	}

	.checkbox__div {
		width: 20px;
		height: 20px;
	}

	.checkbox__text,
	.checkbox__text a {
		padding-left: 32px;
		font-size: 18px;
	}

	.input {
		border-radius: 44px;
		font-size: 18px;
		line-height: 20px;
		padding-top: 18px;
		padding-bottom: 18px;
		padding-left: 30px;
		padding-right: 22px;
	}

	.input__icon {
		font-size: 15px;
	}

	.choices__inner {
		border-radius: 44px;
		padding-top: 18px;
		padding-bottom: 18px;
		padding-left: 24px;
		padding-right: 24px;
		font-size: 20px;
	}

	.choices__list--dropdown .choices__item {
		font-size: 16px;
	}

	.choices__item {
		font-size: 20px;
	}

	.choices[data-type*="select-one"]:after {
		font-size: 36px;
		width: 26px;
		height: 5px;
	}

	.choices[data-type*="select-one"].is-open:after {
		top: 30px;
		right: 38px;
	}

	.partners-track {
		gap: 83px;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.partners__img {
		width: 115px;
		height: 64px;
	}

	.about_detail {
		border-radius: 34px;
	}

	.aboutUs {
		margin-left: 66px;
		margin-right: 66px;
		margin-bottom: 66px;
		padding: 36px;
		border-radius: 42px;
	}

	.aboutUs__top {
		margin-bottom: 30px;
	}

	.aboutUs__img {
		border-radius: 30px;
		height: 478px;
	}

	.aboutUs__container {
		gap: 30px;
		margin-bottom: 36px;
	}

	.aboutUs__title {
		margin-bottom: 24px;
		font-size: 48px;
	}

	.aboutUs__text {
		font-size: 24px;
	}

	.aboutUs__counter {
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 60px;
		padding-right: 60px;
		gap: 65px;
		border-radius: 36px;
	}

	.aboutUs__counter-title {
		font-size: 128px;
	}

	.aboutUs__counter-title span {
		font-size: 42px;
	}

	.aboutUs__counter-text {
		font-size: 20px;
	}

	.team_about_grid {
		gap: 30px;
		row-gap: 60px;
		padding-bottom: 32.64px;
	}

	.team_about_item {
		gap: 24px;
	}

	.team_about_item img {
		border-radius: 24px;
	}

	.team_about_item article {
		font-size: 24px;
	}

	.team_about_item p {
		font-size: 18px;
	}

	.title {
		font-size: 48px;
		padding-left: 64px;
	}

	.title:after {
		width: 32px;
		height: 32px;
	}

	.title--float::before {
		margin-top: 12px;
		margin-right: 30px;
		width: 32px;
		height: 32px;
	}

	.cooperation {
		padding: 66px;
		margin-bottom: 66px;
	}

	.cooperation__title {
		margin-bottom: 36px;
		margin-left: 36px;
	}

	.cooperation__container {
		gap: 66px;
		margin-left: 66px;
		margin-right: 66px;
	}

	.cooperation__btn {
		border-bottom-left-radius: 48px;
		border-bottom-right-radius: 48px;
		padding: 30px;
	}

	.cooperation__imgBox {
		height: 558px;
		border-radius: 48px;
		margin-bottom: 30px;
	}

	.cooperation__text {
		font-size: 42px;
	}

	.projects {
		margin-left: 66px;
		margin-right: 66px;
		margin-bottom: 66px;
		padding: 36px;
		background-color: #e3e7eb;
		border-radius: 42px;
	}

	.projects__title {
		margin-bottom: 36px;
	}

	.projects__container {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 36px;
	}

	.projects__item {
		width: 23.3%;
		cursor: pointer;
		background-color: #fff;
		border-radius: 24px;
		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: 24px;
		z-index: 1;
		transition: all 0.38s linear;
	}

	.projects__item:hover {
		background-color: #7d0001;
	}

	.projects__item:hover::after {
		top: 50px;
		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: 60px;
		color: #0d2235;
		padding: 30px;
		line-height: 60px;
		word-break: break-word;
		transition: all 0.38s linear;
		border-radius: 24px;
		height: fit-content;
		position: relative;
		z-index: 2;
	}

	.projects__item-text {
		font-size: 20px;
		color: #7e8791;
		line-height: 1.2;
		opacity: 1;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 30px;
	}

	.projects__item-text--none {
		display: none;
	}

	.servers {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-left: 102px;
		padding-right: 66px;
		padding-top: 66px;
		padding-bottom: 66px;
		margin-bottom: 66px;
		gap: 66px;
		position: relative;
	}

	.servers__title {
		margin-bottom: 24px;
	}

	.servers__text {
		line-height: 36px;
		font-size: 24px;
		margin-bottom: 66px;
	}

	.servers__text b {
		color: rgba(255, 255, 255, 1);
		display: block;
		margin-bottom: -19px;
		font-weight: 500;
	}

	.servers__btn {
		width: 330px;
		position: relative;
		z-index: 1;
	}

	.servers__item {
		width: 48%;
	}

	.servers__img {
		width: 48%;
		height: 512px;
		border-radius: 30px;
		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: 66px;
		margin-right: 66px;
		margin-bottom: 66px;
		padding: 36px;
		background-color: #e3e7eb;
		border-radius: 42px;
	}

	.form__title {
		margin-bottom: 24px;
	}

	.form__text {
		font-size: 24px;
		line-height: 36px;
		color: #7e8791;
		width: 90%;
		margin-bottom: 36px;
	}

	.form__container {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 24px;
		margin-bottom: 18px;
	}

	.form__item {
		display: flex;
		gap: 12px;
	}

	.form__item .choices {
		width: 263px;
	}

	.form__item .choices__inner {
		background-color: #fff;
	}

	.form__item .choices__list--dropdown {
		background-color: #fff;
	}

	.form__input {
		flex-grow: 1;
	}

	.form__btn {
		padding-left: 30px;
		padding-right: 30px;
	}

	.news__top {
		display: flex;
		justify-content: space-between;
		margin-left: 102px;
		margin-right: 102px;
		margin-bottom: 30px;
	}

	.news__slider {
		margin-left: 66px;
		margin-right: 66px;
	}

	.news__slide {
		background-color: #e3e7eb;
		padding-left: 18px;
		padding-right: 18px;
		padding-top: 17px;
		padding-bottom: 29px;
		border-radius: 42px;
		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: 30px;
		height: 364px;
		margin-bottom: 12px;
	}

	.news__slide-date {
		font-size: 18px;
		line-height: 24px;
		color: #7e8791;
	}

	.news__slide-title {
		font-family: "Gilroy";
		font-size: 30px;
		color: #0d2235;
		line-height: 36px;
	}

	.news__slide-item {
		height: 86%;
		position: absolute;
		left: 0;
		bottom: -100%;
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
		background-color: #fff;
		padding: 30px;
		transition: bottom 0.38s linear;
		z-index: 1;
	}

	.news__slide-text {
		font-size: 20px;
		line-height: 28px;
		margin-top: 24px;
		color: #7e8791;
		height: 314px;
		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: 42px;
		border-top-right-radius: 42px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		padding-left: 30px;
		padding-right: 24px;
		padding-bottom: 36px;
		padding-top: 26px;
		width: 100%;
		z-index: 1;
		left: 0;
		top: 0;
		opacity: 0;
		transition: opacity 0.38s linear;
	}

	.footer {
		padding-left: 102px;
		padding-right: 102px;
		padding-top: 200px;
		padding-bottom: 66px;
		display: flex;
		justify-content: space-between;
		position: relative;
	}

	.footer__img {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 912px;
		height: 491px;
	}

	.footer__container {
		display: flex;
		gap: 96px;
	}

	.footer__list {
		display: flex;
		flex-direction: column;
		gap: 12px;
		position: relative;
		z-index: 1;
	}

	.footer__list:last-child {
		width: 25%;
	}

	.footer__list-title {
		margin-bottom: 18px;
		color: #f8f8f8;
		font-family: "Gilroy";
		font-size: 24px;
		line-height: 36px;
	}

	.footer__link {
		font-size: 18px;
		line-height: 24px;
		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: 32px;
		margin-bottom: 36px;
	}

	.footer__text {
		font-size: 18px;
		line-height: 24px;
		color: #e3e7eb;
		margin-bottom: 18px;
	}

	.footer__input {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 18px;
		padding-right: 0;
	}

	.footer__btn {
		padding-left: 30px;
		padding-right: 30px;
	}

	.footer__checkbox {
		margin-bottom: 36px;
	}

	.footer__checkbox .checkbox__text {
		color: #e3e7eb;
	}

	.footer__social {
		display: flex;
		gap: 16px;
	}

	.footer__social-icon {
		font-size: 45px;
		color: #7e8791;
		transition: .3s linear;
	}

	.footer__social-icon:hover {
		color: rgba(255, 255, 255, 0.9);
	}

	.fancybox__content>.f-button.is-close-btn {
		top: 20px;
		right: 30px;
		color: #7e8791;
		opacity: 1;
		transition: color 0.38s linear;
		width: 20px;
		height: 20px;
	}

	.is-compact .fancybox__content>.f-button.is-close-btn {
		--f-button-bg: none;
		top: 20px;
		right: 30px;
	}

	.breadcrumbs {
		margin-left: 66px;
		margin-right: 66px;
		padding-top: 33px;
		padding-bottom: 33px;
		padding-left: 38px;
		position: relative;
		z-index: 2;
	}

	.breadcrumbs__list {
		display: flex;
		gap: 17px;
	}

	.breadcrumbs__item {
		position: relative;
		font-family: "Gilroy";
		font-size: 16px;
		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;
	}

	.page__title {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-left: 66px;
		margin-right: 66px;
		padding-bottom: 33px;
		padding-left: 38px;
		padding-right: 19px;
		position: relative;
		z-index: 2;
	}

	.page__title article {
		position: relative;
		padding-left: 48px;
		font-family: "Gilroy-Semibold";
		font-size: 38px;
		font-weight: 600;
		color: #0D2235;
	}

	.page__title article::after {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: '';
		width: 24px;
		height: 24px;
		background-color: #BC0203;
		border-radius: 50%;
	}

	.page__title span {
		font-family: 'Gilroy';
		font-size: 18px;
		color: #7E8791;
	}

	.page__title p {
		font-size: 16px;
	}

	.catalog {
		margin-left: 66px;
		margin-right: 66px;
		position: relative;
		z-index: 2;
	}

	.catalog__nav {
		height: 84px;
		background-color: #fff;
		border-radius: 81px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 18px;
		padding-left: 38px;
		margin-bottom: 33px;
		font-family: 'Gilroy';
	}

	.catalog__nav a {
		display: block;
		font-size: 17px;
		color: #0D2235;
		transition: 0.38s linear;
		white-space: nowrap;
	}

	.catalog__nav a:hover {
		color: #7E8791;
	}

	.catalog__nav span {
		margin-left: 5px;
		font-size: 17px;
		color: #7E8791;
		transition: color 0.38s linear;
	}

	.catalog__nav-list {
		display: flex;
		gap: 1.5rem;
		max-width: 80%;
		overflow-x: scroll;
	}

	.catalog__content {
		margin-left: 66px;
		margin-right: 66px;
		padding-bottom: 2em;
	}

	.catalog__container {
		display: flex;
		gap: 25px;
	}

	.catalog__sidebar {
		width: 22%;
		flex: 1 0 auto;
		position: relative;
	}

	.catalog__filter {
		position: sticky;
		top: 0;
		background-color: #fff;
		padding: 18px;
		border-radius: 34px;
		transition: .3s linear;
	}

	.filter__tabs {
		display: flex;
		flex-direction: column;
		position: relative;
		z-index: 5;
		gap: 8px;
		transition: .38s linear;
	}

	.filter__tab {
		position: relative;
		display: flex;
		cursor: pointer;
		align-items: center;
		padding-top: 16px;
		padding-bottom: 16px;
		padding-left: 30px;
		padding-right: 30px;
		font-size: 18px;
		border-radius: 1000px;
		transition: 0.38s linear;
		color: #0d2235;
	}

	.filter__tab-icon {
		align-self: start;
		font-size: 20px;
		color: #D7DADD;
		margin-right: 10px;
	}

	.filter__tab-icon.active {
		color: #BC0203;
	}

	.filter__tab-text {
		max-width: 65%;
		font-family: 'Gilroy';
		font-size: 20px;
		font-weight: 600;
	}

	.filter__tab-dropdown {
		position: absolute;
		right: 30px;
		font-size: 28px;
	}

	.filter__list {
		display: none;
		flex-direction: column;
		padding-left: 33px;
		padding-right: 30px;
	}

	.filter__item {
		font-size: 17px;
		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: 20px;
		height: 22px;
		margin-right: 10px;
		border-radius: 4px;
	}

	.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: 48px;
		margin: 10px auto;
		border: 1px solid #0D2235;
		border-radius: 100px;
		padding: 14px 24px;
		font-family: 'Gilroy';
		font-size: 17px;
		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: 48px;
		margin: 10px auto;
		background-color: #BC0203;
		border-radius: 100px;
		padding: 14px 24px;
		font-family: 'Gilroy';
		font-size: 17px;
		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%;
	}

	.catalog__list-grid {
		display: grid;
		gap: 25px;
		grid-template-columns: repeat(3, 1fr);
	}

	.catalog_list__row {
		gap: 25px;
	}

	.catalog__item {
		height: max-content;
		display: flex;
		flex-direction: column;
		background-color: #fff;
		border-radius: 34px;
		padding: 18px;
	}

	.catalog__item-header {
		height: 28px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.catalog__item-header--block {
		display: flex;
		gap: 5px;
	}

	.catalog__item-header--ico {
		height: 28px;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 5px;
		padding: 12px;
		font-size: 12px;
		font-weight: 600;
		border-radius: 42px;
		color: #fff;
		text-transform: uppercase;
	}

	.torp {
		background-color: #E1EBF7;
		padding: 2px 12px 2px 2px;
		color: #0D2235;
	}

	.torp img {
		width: 24px;
		height: 24px;
	}

	.guar {
		background-color: #0BA5FF;
	}

	.new {
		background-color: #24C32C;
	}

	.old {
		background-color: #DEE4E8;
		color: #00203399;
	}

	.catalog__swiper {
		height: 225px;
		border-radius: 24px;
	}

	.catalog__item-slider {
		display: block;
		max-width: 326px;
		margin: 0 auto;
	}

	.catalog__item-slider img {
		width: 100%;
		display: flex;
		margin: 0 auto;
		border-radius: 24px;
		object-fit: cover;
	}

	.catalog__item-title {
		margin: 3rem 0 .5rem 0;
		font-family: 'Gilroy';
		font-size: 20px;
		font-weight: 700;
		color: #0D2235;
		overflow: hidden;
	}

	.catalog__item-title a {
		display: block;
		height: 48px;
		text-overflow: clip;
		color: #0D2235;
		transition: .3s linear;
	}

	.catalog__item-title a:hover {
		color: #7E8791;
	}

	.catalog__item-subtitle {
		height: 55px;
		overflow-y: hidden;
		margin: 1rem 0 1.5rem 0;
		font-size: 16px;
	}

	.catalog__item-buttons {
		height: 68px;
		display: flex;
		gap: 10px;
	}

	.catalog__item-btn {
		position: relative;
		display: flex;
		align-items: center;
		width: 70%;
		height: 48px;
		margin: 10px 0;
		background-color: #BC0203;
		border-radius: 29px;
		padding: 14px 24px;
		font-family: 'Gilroy';
		font-size: 15px;
		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 15px;
		font-size: 24px;
	}

	.add__card {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-left: 23px;
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
		transition: .3s linear;
		cursor: pointer;
	}

	.add__card:hover {
		background-color: #870001;
	}

	.spec__list {
		position: absolute;
		top: 48px;
		left: 0;
		display: none;
		flex-direction: column;
		gap: 15px;
		width: 100%;
		background-color: #fff;
		border-bottom-left-radius: 25px;
		border-bottom-right-radius: 25px;
		padding: 14px 24px;
		z-index: 9;
	}

	.spec__item-first {
		width: calc(100% + 48px);
		margin-left: -24px;
		margin-top: -18px;
		padding: 18px;
		background-color: #BC0203;
	}

	.spec__item {
		font-family: 'Gilroy';
		font-size: 17px;
		color: #0D2235;
	}

	.spec__item label {
		display: flex;
		align-items: center;
		gap: 3px;
		transition: .3s linear;
	}

	.spec__item label:hover {
		color: #7E8791;
	}

	.spec__item input {
		width: 100%;
		max-width: 20px;
		height: 22px;
		margin-right: 10px;
		border-radius: 4px;
	}

	.spec__item input[type="checkbox"]:checked {
		accent-color: #BC0203;
	}

	.add__btns-btn {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 48px;
		height: 48px;
		border-radius: 50%;
		background-color: #d7dadd;
		margin: 10px auto;
		transition: .3s linear;
	}

	.add__btns-btn:hover {
		background-color: #CCCCCC;
	}

	.add__btns-btn.active path {
		fill: #BC0203;
		fill-rule: nonzero;
	}

	.add__btns-btn svg {
		width: 24px;
		height: 24px;
	}

	.add__spec {
		position: absolute;
		top: 0;
		right: 0;
		border-bottom-right-radius: 25px;
		border-top-right-radius: 25px;
		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: 24px;
		margin-left: 5px;
	}

	.catalog__item--price {
		display: flex;
		align-items: center;
		gap: 15px;
	}

	.catalog__item--cross {
		font-size: 16px;
		font-weight: 700;
		color: #586068;
		text-decoration: line-through;
	}

	.catalog__item--action {
		padding: 4px 12px;
		background-color: #FF3F43;
		border-radius: 50px;
		font-size: 14px;
		font-weight: 600;
		color: #fff;
	}

	.catalog__item--price article {
		font-size: 32px;
		font-weight: 700;
		color: #464646;
	}

	.catalog__list-footer {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 72px;
		background-color: #fff;
		border-radius: 34px;
		margin: 1rem auto;
		padding: 12px 18px;
	}

	.catalog__list-show {
		justify-content: center;
		font-family: 'Gilroy-Semibold';
		font-size: 20px;
		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: 48px;
		height: 48px;
		font-family: 'Gilroy';
		font-size: 17px;
		font-weight: 500;
		color: #0D2235;
		border-radius: 32px;
		transition: .4s linear;
	}

	.pagination a:first-child {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 28px;
		transform: rotate(180deg);
	}

	.pagination a:last-child {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 28px;
	}

	.pagination__item.pagination__dots {
		font-size: 16px;
	}

	.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: 20px;
		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: 34px;
		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: 20px;
		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: 24px;

		-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: 48px;
		height: 48px;
		background-image: url(/local/templates/main/assets/img/icon/arrowdouble.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 24px;
		transform: rotate(0deg);
		background-color: #E3E7EB;
		border-radius: 24px;
	}

	.select__popular .new-select {
		padding: 20px 65px 25px 15px;
	}

	.product {
		margin-left: 66px;
		margin-right: 66px;
		position: relative;
	}

	.product__content {
		display: flex;
		gap: 66px;
		background-color: #fff;
		border-radius: 34px;
		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%;
	}

	.product__slider .swiper {
		position: relative;
		width: 100%;
		height: 565px;
		margin-left: auto;
		margin-right: auto;
	}

	.productSwiper2 {
		height: 100%;
		width: 100%;
	}

	.productSwiper {
		width: 160px !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: 24px;
		overflow: hidden;
	}

	.swiper-ico {
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		justify-content: space-between;
		width: 100%;
		height: 32px;
		z-index: 9;
	}

	.swiper-ico__block {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.swiper-ico__block img {
		height: 100%;
	}

	.product__config {
		padding: 18px;
		border-radius: 34px;
		background-color: #F3F5F7;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.product__config-block {
		display: flex;
		gap: 10px;
	}

	.product__config-block .catalog__item-btn {
		width: 37.6%;
		height: 56px;
	}

	.product__config-block .filter__btn {
		width: 43.8%;
		height: 56px;
	}

	.product__config-block .new__spec {
		width: 100%;
	}

	.product__config-block .add__btns-btn {
		width: 56px;
		height: 56px;
	}

	.take__test span {
		font-size: 24px;
		margin-left: 5px;
	}

	.product__subtitle {
		font-family: 'Gilroy';
		font-size: 24px;
		font-weight: 600;
		color: #00162F;
	}

	.product__option,
	.product__quantity {
		margin: 33px 0 33px 0;
		padding: 18px 24px;
		border: 1px solid #0D2235;
		border-radius: 34px;
	}

	.product__quantity-block,
	.product__option-block {
		margin-top: 33px;
	}

	.product__quantity-item {
		display: flex;
		justify-content: space-between;
		margin: 1rem 0 .5rem 0;
		align-items: center;
		font-size: 18px;
		color: #586068;
	}

	.option__slider .swiper-slide {
		background-color: #fff;
		border-radius: 34px;
		padding: 36px;
		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: 18px;
		color: #586068;
		transition: .3s linear;
		cursor: pointer;
	}

	.product__option-link:hover {
		color: #7E8791;
	}

	.product__option-dropdown {
		font-size: 28px;
	}

	.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: 16px;
	}

	.product__option-list label::after {
		content: attr(data-title);
		position: absolute;
		max-width: 392px;
		left: 30%;
		top: 100%;
		z-index: 1;
		background: #fff;
		font-size: 18px;
		line-height: 24px;
		padding: 18px;
		border-radius: 34px;
		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: 20px;
		height: 20px;
		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: 84px;
		background-color: #fff;
		border-radius: 81px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 18px;
		padding-left: 38px;
		margin-bottom: 33px;
		font-family: 'Gilroy';
	}

	.optionSwiper a {
		position: relative;
		padding-left: 24px;
		font-family: 'Gilroy';
		font-size: 20px;
		font-weight: 600;
		color: rgba(13, 34, 53, 1);
		cursor: pointer;
		transition: .3s linear;
	}

	.optionSwiper .swiper-slide-thumb-active a {
		color: rgba(188, 2, 3, 1);
		margin-left: 24px;
	}

	.optionSwiper .swiper-slide-thumb-active a::after {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: '';
		width: 12px;
		height: 12px;
		background-color: #BC0203;
		border-radius: 12px;
	}

	.product__char-subtitle {
		font-size: 24px;
		font-weight: 600;
		color: rgba(13, 34, 53, 1);
		margin-bottom: 12px;
	}

	.product__char-list--item span {
		font-size: 18px;
	}

	.product__char-block {
		font-size: 18px;
		line-height: 24px;
	}

	.product__char-block h2 {
		font-family: 'Gilroy';
		font-size: 20px;
		font-weight: 600;
		color: rgba(13, 34, 53, 1);
	}

	.product__char-block h3,
	.product__char-block b {
		font-family: 'Gilroy';
		font-size: 18px;
		font-weight: 600;
		color: rgba(13, 34, 53, 1);
	}

	.product__project-block {
		padding: 18px;
		border-radius: 34px;
		gap: 18px;
	}

	.product__project .servers__btn {
		height: 48px;
	}

	.product__project-block p {
		height: 72px;
		font-family: 'Gilroy';
		font-size: 20px;
		font-weight: 500;
		color: rgba(13, 34, 53, 1);
	}

	.sert__name {
		padding-left: 24px;
	}

	.sert__name::before {
		width: 12px;
		height: 12px;
		border-radius: 12px;
	}

	.sert__download a img {
		width: 48px;
		height: 48px;
	}

	.product__faq-form {
		gap: 24px;
	}

	.product__faq-input {
		height: 48px;
	}

	.product__faq-btn {
		height: 48px;
	}

	.product__comments {
		gap: 30px;
		font-size: 18px;
	}

	.product__comments-btn img {
		width: 24px;
		height: 24px;
	}

	.sub .product__comments-name {
		padding-left: 24px;
	}

	.sub .product__comments-name::after {
		width: 12px;
		height: 12px;
		border-radius: 12px;
	}

	.product__dilevery {
		gap: 30px;
		font-size: 18px;
	}

	.product__dilevery article {
		font-size: 24px;
	}

	.product__dilevery-form .form__item {
		gap: 24px;
	}

	.product__dilevery-form .choices,
	.product__dilevery-form .form__input,
	.product__dilevery-form .form__btn {
		width: 280px;
		max-width: 280px;
		height: 56px;
	}

	.product__dilevery-calc {
		padding: 24px 24px 24px 48px;
		border-radius: 100px;
	}

	.product__guarantee-title article {
		padding-left: 36px;
		font-size: 24px;
	}

	.product__guarantee-title article::after {
		width: 18px;
		height: 18px;
		border-radius: 12px;
	}

	.product__guarantee-dropdown {
		font-size: 36px;
	}

	.product__guarantee-content {
		padding: 30px;
	}

	.product__guarantee-item article {
		font-size: 64px;
	}

	.product__guarantee-item p {
		font-size: 18px;
		padding-right: 15px;
	}

	.get_consult {
		margin-left: 66px;
		margin-right: 66px;
		margin-top: 33px;
		padding: 36px;
		border-radius: 34px;
	}

	.get_consult-background img {
		width: 745px;
	}

	.get_consult__list p {
		font-size: 18px;
	}

	.get_consult__list .form__btn {
		height: 48px;
		font-size: 18px;
	}

	.prev__view {
		margin-left: 66px;
		margin-right: 66px;
		padding-bottom: 33px;
		padding-left: 38px;
		padding-right: 19px;
	}

	.prev__view-slider .catalog__item {
		gap: 24px;
	}

	.filter__specifications-item a {
		font-size: 20px;
	}

	.specifications__item-name {
		font-size: 30px;
	}

	.specifications__order-title article {
		font-size: 24px;
	}

	.specifications__order-title p {
		font-size: 18px;
	}

	.specifications__order-btn .filter__btn-red {
		height: 56px;
	}

	.specification__product-left {
		max-width: 400px;
	}

	.specification__product-center {
		max-width: 620px;
	}

	.specification__product-right {
		max-width: 190px;
	}

	.buttonCount {
		width: 48px;
		height: 48px;
	}

	.specifications__empty-p {
		font-size: 30px;
	}

	.specifications__empty-btn {
		max-width: 370px;
	}

	.specifications__empty-btn .filter__btn-red {
		height: 56px;
	}

	.fancybox__content>.f-button.is-close-btn {
		width: 16px;
		height: 16px;
	}

	.fancybox__content {
		max-width: 576px;
		gap: 24px;
		border-radius: 34px;
		padding: 30px;
	}

	.modal_content-center {
		gap: 48px;
		padding: 66px 36px 36px 36px;
	}

	.modal_p-big {
		font-size: 32px;
	}

	.fancybox__content b {
		font-size: 36px;
	}

	.modal__form {
		gap: 18px;
	}

	.modal__form-item {
		margin-bottom: 18px;
		gap: 24px;
	}

	.alert__addspec {
		right: 66px;
	}

	.sortline .custom-select-trigger {
		padding: 19px 65px 25px 15px;
	}

	.items-per-page.sortline .custom-select-trigger {
		padding: 20px 40px 20px 15px;
	}

	.sortline .custom-select-trigger::after {
		width: 48px;
		height: 48px;
		background-size: 24px;
	}

	.items-per-page.sortline .custom-select-trigger::after {
		width: 28px;
		height: 28px;
		font-size: 28px;
	}

	.sortline .custom-option {
		padding: 12px 18px;
		border-radius: 100px;
	}

	.bazarow_add_favor::before {
		font-size: 24px;
	}

	.about_detail {
		margin-left: 66px;
		margin-right: 66px;
		gap: 66px;
		padding: 36px;
	}

	.about_detail__content {
		max-width: 1260px;
	}

	.about_detail__img {
		max-height: 680px;
	}

	.about_detail__text {
		font-size: 20px;
		line-height: 34px;
	}

	.about_detail__text h3 {
		font-size: 30px;
		line-height: 36px;
	}

	.about_detail__text b {
		font-size: 20px;
		margin-top: 24px;
	}

	.about_detail__text table td {
		font-size: 20px !important;
	}

	.carusel__title article {
		padding-left: 48px;
		font-size: 38px;
	}

	.carusel__title article::after {
		width: 24px;
		height: 24px;
		border-radius: 12px;
	}

	.carusel_pagination {
		gap: 12px;
	}

	.carusel_pagination div {
		width: 42px;
		height: 42px;
		font-size: 22px;
	}

	#about_swipe .swiper-slide img {
		height: 384px;
	}

	.news_carusel {
		margin-left: 66px;
		margin-right: 66px;
		padding-bottom: 33px;
	}

	.news_swiper_detail .swiper-slide,
	.cooperation_swiper_detail .swiper-slide {
		gap: 24px;
		padding: 18px;
		border-radius: 34px;
	}

	.news_swiper_detail__img,
	.cooperation_swiper_detail__img {
		height: 285px;
	}

	.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: 58px;
		overflow: hidden;
		font-family: "Gilroy-Semibold";
		font-size: 24px;
		font-weight: 600;
		color: rgba(13, 34, 53, 1);
	}

	.news_swiper_detail__desc,
	.cooperation_swiper_detail__desc {
		height: 48px;
		overflow: hidden;
		font-size: 18px;
		line-height: 24px;
		color: rgba(88, 96, 104, 1);
	}

	.news_swiper_detail .btn__icons,
	.cooperation_swiper_detail .btn__icons {
		font-size: 17px;
	}

	.news_container_detail .container-slide {
		display: flex;
		flex-direction: column;
		gap: 24px;
		background-color: rgba(243, 245, 247, 1);
		padding: 18px;
		border-radius: 34px;
	}

	.news_container_detail__img {
		width: 100%;
		height: 285px;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		border-radius: 24px;
	}

	.news_container_detail__img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.news_container_detail article {
		font-family: "Gilroy";
		font-size: 24px;
		font-weight: 600;
		color: rgba(13, 34, 53, 1);
	}

	.news_container_detail__desc {
		height: 49px;
		overflow: hidden;
		font-size: 18px;
		line-height: 24px;
		color: rgba(88, 96, 104, 1);
	}

	.news_container_detail .btn__icons {
		font-size: 17px;
	}

	.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: 16px;
	}

	.catalog__block.news {
		margin-bottom: 0;
	}

	.catalog__block.news .catalog__item-title {
		margin: 16px 0 0 0;
	}

	.catalog__block.news .catalog__item-subtitle {
		margin: 16px 0 16px 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: 25px;
		margin-left: 66px;
		margin-right: 66px;
	}

	.news_section__flex .about_detail {
		margin: 0;
	}

	.news_vertical {
		height: 100%;
		padding: 30px;
		border-radius: 34px;
	}

	.detail_vertical,
	.news_container_detail {
		height: 100%;
	}

	.news_container_detail .container {
		height: calc(100% - 30px);
		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: 30px;
	}

	.background__box {
		padding-bottom: 16px;
	}

	.news_section__flex.project {
		margin: 0;
	}

	.section_nav {
		display: flex;
		flex-direction: column;
		gap: 6px;
		font-family: 'Gilroy-Semibold';
		font-size: 20px;
		line-height: 24px;
		color: rgba(13, 34, 53, 1);
	}

	.section_nav__list {
		display: flex;
		flex-direction: column;
		gap: 6px;
		font-weight: 600;
		padding: 14px;
	}

	.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: 12px 24px;
		border-radius: 18px;
		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: 8px 0 0 12px;
	}

	.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: 16px;
	}

	.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: 44px !important;
		font-family: "Gilroy" !important;
		font-size: 13px !important;
		line-height: 20px !important;
		padding-top: 18px !important;
		padding-bottom: 18px !important;
		padding-left: 30px !important;
		padding-right: 22px !important;
		background-color: #e3e7eb !important;
		color: #0d2235 !important;
		display: flex !important;
		justify-content: space-between !important;
		align-items: center !important;
		width: 100% !important;
		margin: 16px 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: 13px;
	}

	.bx-authform-link-container,
	.bx-authform-description-container {
		font-size: 13px;
	}

	.bx-filter-param-label {
		font-size: 13px !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: 12px;
		border-radius: 20px;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
		z-index: 999;
	}

	.header-menu__dropdown-item {
		margin: 8px 0;
		padding: 12px 14px;
		white-space: nowrap;
		border-radius: 100px;
		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: 18px;
		color: rgba(13, 34, 53, 1);
	}

	.news__slide-description {
		height: 96px;
		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: 66px;
		margin-right: 66px;
		padding: 36px;
	}

	.knowledge-base-section {
		border-radius: 24px;
		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: 66px;
		margin-right: 66px;
		padding-bottom: 32px;
	}

	.map_description {
		position: relative;
		max-width: 1240px;
		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: 60px;
		color: #BC0203;
	}

	.map_link {
		display: flex;
		flex-direction: column;
		gap: 5px;
		font-size: 18px;
	}

	.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: 18px;
		font-weight: 600;
		color: #0D2235;
		margin-bottom: 16px;
	}

	.office_item__title .nav__icon {
		font-size: 24px;
	}

	.contact_office {
		display: flex;
		flex-direction: column;
		gap: 25px;
	}

	.contact_office a {
		font-size: 16px;
		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: 24px;
	}

	.contact_office__item {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		align-items: center;
		gap: 5%;
		padding: 20px;
		background-color: #fff;
		border-radius: 24px;
	}

	.office_item__title {
		display: flex;
		align-items: center;
		margin-bottom: 15px;
	}

	.office_item__desc {
		display: flex;
		flex-direction: column;
		line-height: 25px;
	}

	.office_item__desc.address {
		font-weight: 600;
		color: #0D2235;
	}

	.add__btns-btn input[type="checkbox"]:checked+svg path {
		fill: #BC0203;
		fill-rule: nonzero;
	}

	#bx_catalog_compare_block {
		background-color: #fff;
		border-radius: 34px;
	}

	.compare_input {
		display: none;
	}

	.catalog__list.swiper-compare {
		width: 100%;
		grid-gap: 0 30px;
		grid-auto-columns: calc(25% - 30px);
		padding: 0 36px;
		overflow: hidden;
		background-color: #fff;
	}

	.compare_tabs__think {
		width: 100%;
		height: 84px;
		display: flex;
		flex-direction: column;
		justify-content: end;
		gap: 12px;
		padding: 15px 0;
	}

	.compare_item:last-child {
		border-bottom: none;
	}

	.compare_tabs__think p {
		color: rgba(126, 135, 145, 1);
		font-size: 18px;
		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% + 30px);
		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: 29px;
		font-family: "Gilroy-Semibold";
		font-size: 24px;
		font-weight: 600;
		color: #0D2235;
	}

	.compare_tabs .catalog__item-title article::after {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: '';
		width: 16px;
		height: 16px;
		background-color: #BC0203;
		border-radius: 50%;
	}

	.compare_header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 36px;
	}

	.compare_buttons {
		display: flex;
		background-color: rgba(227, 231, 235, 1);
		border-radius: 100px;
	}

	.compare_buttons a {
		padding: 14px 24px;
		font-family: 'Gilroy';
		font-size: 18px;
		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: 100px;
	}

	.swiper-compare {
		display: grid;
		grid-gap: 0 29px;
		grid-auto-columns: calc(25% - 29px);
		grid-auto-flow: column;
		overflow-x: scroll;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		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: 96px;
		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: 12px;
	}

	.sticky_compare.sticked .catalog__item-slider {
		width: 40%;
	}

	.sticky_compare.sticked .catalog__item-title {
		margin: 0;
		font-family: "Gilroy-Semibold";
		font-size: 16px;
	}

	.sticky_compare.sticked .catalog__description {
		width: 50%;
	}

	.sticky_compare.sticked .catalog__item-title a {
		height: 56px;
	}

	.mask_section {
		overflow: hidden;
	}

	.logo_partners {
		border-radius: 0px !important;
	}

	.vacancies-list {
		display: grid;
		gap: 29px;
		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: 24px 36px;
		border-radius: 34px;
	}

	.vacancy_block {
		display: flex;
		flex-direction: column;
		gap: 14px;
	}

	.vacancy_block article {
		font-family: "Gilroy";
		font-size: 24px;
		font-weight: 600;
		color: rgba(13, 34, 53, 1);
	}

	.vacancy_block .address,
	.vacancy_block .salary {
		font-size: 16px;
	}

	.vacancy_link {
		font-size: 36px;
		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: 42px;
		border-bottom-right-radius: 42px;
	}

	#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: 66px;
		margin-right: 66px;
		padding-bottom: 32px;
	}

	.order__flexbox {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 24px;
	}

	.order__item {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		align-items: center;
		gap: 5%;
		padding: 20px;
		background-color: #fff;
		border-radius: 24px;
	}

	.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: 77px;
		height: 77px;
	}

	.order_item__contact {
		font-size: 16px;
	}

	.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: 16px;
		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: 64px;
		height: 64px;
		min-width: 32px;
		min-height: 32px;
		position: fixed;
		bottom: 66px;
		right: 66px;
		border-radius: 50%;
		opacity: 0;
		transition: .38s linear;
		cursor: pointer;
		z-index: 9998;
	}

	.button_up:hover {
		background-color: #fff;
	}

	.button_up img {
		width: 64px;
		min-width: 32px;
		min-height: 32px;
	}

	/* Partner Page */

	.partner_page {
		display: flex;
		flex-direction: column;
		gap: 36px;
		margin-left: 66px;
		margin-right: 66px;
	}

	.partner_item {
		border-radius: 34px;
		background-color: #fff;
		padding: 30px 36px;
	}

	.partner_button {
		max-width: 293px;
	}

	.partner_button .filter__btn-red {
		height: 52px;
	}

	.partner_item__header {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.partner_logo {
		height: 60px;
	}

	.partner_logo img {
		height: 100%;
	}

	.partner_content {
		display: flex;
		flex-direction: column;
		gap: 36px;
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		transition: all 0.3s linear;
	}

	.partner_content.active {
		max-height: 10000px;
		opacity: 1;
		padding-top: 36px;
	}

	.partner_showmore {
		font-size: 36px;
		cursor: pointer;
		transition: .3s linear;
	}

	.partner_showmore::before {
		content: "\e901";
	}

	.partner_showmore.active {
		transform: rotate(90deg);
	}

	.partner_name {
		display: flex;
		gap: 16px;
	}

	.partner_name article {
		font-family: "Gilroy-Semibold";
		font-weight: 600;
		font-size: 36px;
		color: rgba(13, 34, 53, 1);
	}

	.partner_name a {
		transition: .3s;
	}

	.partner_name a:hover {
		opacity: .5;
	}

	.partner_description {
		font-size: 20px;
	}

	.partner_description h3,
	.partner_description b {
		font-size: 26px;
		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: 18px;
		margin-bottom: 100px;
	}

	.gallery-vacancy img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.gallery-vacancy .gallery-row {
		display: flex;
		gap: 18px;
	}

	.gallery-vacancy .gallery-item {
		border-radius: 30px;
	}

	.gallery-vacancy .gallery-item.top,
	.gallery-vacancy .gallery-item.bottom {
		width: 40%;
		height: 282px;
		overflow: hidden;
	}

	.gallery-vacancy .gallery-item.top:last-child {
		width: 20%;
	}

	.gallery-vacancy .gallery-item.center {
		width: 40%;
		height: 600px;
		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: 66px;
		margin-right: 66px;
	}

	.portfolio_list {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.portfolio_item {
		display: flex;
		gap: 30px;
		background-color: #fff;
		padding: 34px;
		border-radius: 34px;
	}

	.portfolio_item__img {
		max-width: 360px;
		overflow: hidden;
		border-radius: 18px;
	}

	.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: 16px;
	}

	.portfolio_item__title {
		font-family: "Gilroy-Semibold";
		font-size: 30px;
		font-weight: 600;
		color: rgba(13, 34, 53, 1);
	}

	.portfolio_item__description {
		font-size: 20px;
		line-height: 28px;
	}

	.portfolio_item__button .filter__btn-red {
		max-width: 284px;
		height: 56px;
		margin-left: auto;
		margin-right: 0;
	}

	.used_product_swiper .catalog__item {
		flex-direction: row;
		gap: 24px;
		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: 20px 0;
	}

	.question_header article {
		position: relative;
		font-family: 'Gilroy-Semibold';
		font-weight: 500;
		font-size: 24px;
		color: rgba(13, 34, 53, 1);
		padding-left: 32px;
	}

	.question_header article::after {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: '';
		width: 16px;
		height: 16px;
		background-color: rgba(215, 218, 221, 1);
		border-radius: 50%;
		transition: .3s linear;
	}

	.question_showmore {
		color: rgba(13, 34, 53, 1);
		font-size: 32px;
		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: 18px;
		padding-left: 32px;
		margin-bottom: 20px;
	}

	.choices[data-type*="select-one"] .choices__inner {
		padding-bottom: 19px;
	}

	.is-open .choices__inner {
		border-top-left-radius: 32px;
		border-top-right-radius: 32px;
	}

	.btn {
		padding-top: 18px;
		padding-bottom: 18px;
		font-size: 20px;
	}

	.btn--small {
		width: 60px;
	}

	.btn__icon {
		font-size: 24px;
	}

	.btn__icons {
		width: 24px;
		height: 24px;
		margin-left: 12px;
	}

	.btn__text {
		margin-left: -118px;
	}

	.btn--small:hover {
		border-radius: 100px;
		width: 204px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.btn--small:hover .btn__icon {
		bottom: 25px;
		left: 20px;
	}

	.btn--small:hover .btn__icon--dubl {
		bottom: -20px;
	}

	.sortline .custom-select {
		font-size: 20px;
	}

	.sortline .custom-options {
		border-radius: 32px;
	}

	.team_jobtitle {
		font-size: 16px;
	}

	.office_item__contact {
		font-size: 16px;
	}

	.w-100 {
		width: 100%;
	}

	.title-search-result {
		left: 50% !important;
		transform: translateX(-50%);
		width: 100% !important;
		max-width: 1920px;
		padding-left: 66px;
		padding-right: 66px;
	}

	.autoComplete_list li {
		border-radius: 81px !important;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
		font-size: 18px;
	}

	.autoComplete_list {
		border-bottom-left-radius: 46px;
		border-bottom-right-radius: 46px;
		padding: 30px;
		top: 127px;
		max-height: 380px;
	}
}