@charset "UTF-8";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace,monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,strong {
	font-weight: bolder;
}

code,kbd,samp {
	font-family: monospace,monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

button,input,optgroup,select,textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,input {
	overflow: visible;
}

button,select {
	text-transform: none;
}

button,[type=button],[type=reset],[type=submit] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox],[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

@font-face {
	font-family:DM-Sans;src:url(/assets/DMSans-Thin-VhdwBksn.woff) format("truetype");font-weight:100;font-style:normal;font-display:swap;
}

@font-face {
	font-family:DM-Sans;src:url(/assets/DMSans-ExtraLight-wRSU6ff0.woff) format("truetype");font-weight:200;font-style:normal;font-display:swap;
}

@font-face {
	font-family:DM-Sans;src:url(/assets/DMSans-Light-C9DjW2U-.woff) format("truetype");font-weight:300;font-style:normal;font-display:swap;
}

@font-face {
	font-family:DM-Sans;src:url(/assets/DMSans-Regular-BjDhSsSJ.woff) format("truetype");font-weight:400;font-style:normal;font-display:swap;
}

@font-face {
	font-family:DM-Sans;src:url(/assets/DMSans-Medium-CZkCSFHn.woff) format("truetype");font-weight:500;font-style:normal;font-display:swap;
}

@font-face {
	font-family:DM-Sans;src:url(/assets/DMSans-SemiBold-CYqPtnpN.woff) format("truetype");font-weight:600;font-style:normal;font-display:swap;
}

@font-face {
	font-family:DM-Sans;src:url(/assets/DMSans-Bold-wOEaKKMD.woff) format("truetype");font-weight:700;font-style:normal;font-display:swap;
}

@font-face {
	font-family:DM-Sans;src:url(/assets/DMSans-ExtraBold-CGGjeTya.woff) format("truetype");font-weight:800;font-style:normal;font-display:swap;
}

@font-face {
	font-family:DM-Sans;src:url(/assets/DMSans-Black-DQy-quGq.woff) format("truetype");font-weight:900;font-style:normal;font-display:swap;
}

:root {
	--width-content-xxl: 1640px;
	--width-content-xl: 1200px;
	--width-content-lg: 99%;
	--width-content-md: 99%;
	--width-content-sm: 99%;
	--width-content-xs: 99%;
}

.section_content_center {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-left: 5vw;
	padding-right: 5vw;
}

@media all and (max-width: 1440px) {
	.section_content_center {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.content_wrapper {
	max-width: var(--width-content-xxl);
	width: 100%;
}

@media all and (max-width: 1440px) {
	.content-wrapper {
		max-width: var(--width-content-xl);
	}
}

@media all and (max-width: 1024px) {
	.content-wrapper {
		max-width: var(--width-content-lg);
	}
}

@media all and (max-width: 768px) {
	.content-wrapper {
		max-width: var(--width-content-md);
	}
}

@media all and (max-width: 576px) {
	.content-wrapper {
		max-width: var(--width-content-sm);
	}
}

@media all and (max-width: 380px) {
	.content-wrapper {
		max-width: var(--width-content-xs);
	}
}

.main_title {
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #fff;
}

@media all and (max-width: 768px) {
	.main_title {
		padding-bottom: .625rem;
	}
}

.main_title-text {
	color: #fff;
	font-size: calc(16px + .005*(100vw - 320px));
	font-weight: 400;
	text-transform: uppercase;
}

@media all and (max-width: 380px) {
	.main_title-text {
		font-size: .875rem;
	}
}

.form-input-1 {
	background-color: transparent;
	width: 100%;
	height: 42px;
	padding: 1.25rem;
	border: 1px solid #fff;
	color: #fff;
	outline: none;
	font-size: calc(12px + .00125*(100vw - 320px));
}

@media all and (max-width: 576px) {
	.form-input-1 {
		height: 30px;
		padding: .5rem;
	}
}

@media all and (max-width: 380px) {
	.form-input-1 {
		font-size: .625rem;
		padding: .3125rem;
		height: 20px;
	}
}

.form-button-1 {
	width: 100%;
	height: 42px;
	background-color: #fff;
	color: #000;
	font-weight: 300;
	font-size: calc(12px + .0025*(100vw - 320px));
	outline: none;
	border: none;
	cursor: pointer;
	white-space: nowrap;
}

.form-button-1:hover {
	background-color: #e5e5e5;
}

@media all and (max-width: 576px) {
	.form-button-1 {
		height: 30px;
	}
}

@media all and (max-width: 380px) {
	.form-button-1 {
		height: 20px;
		font-size: .625rem;
	}
}

.checkbox-text {
	font-size: calc(12px + .00125*(100vw - 320px));
	color: #7e7e7e;
	font-weight: 300;
	width: 100%;
}

@media all and (max-width: 380px) {
	.checkbox-text {
		font-size: .625rem;
	}
}

.header-section {
	background: linear-gradient(90deg,#fffc,#000c 20%,#000c 80%,#fffc);
	height: 100px;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
	box-shadow: 0 5px 10px 2px #fff3;
}

@media all and (max-width: 768px) {
	.header-section {
		height: 80px;
	}
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.25rem;
}

.header-logo {
	cursor: pointer;
}

@media all and (max-width: 768px) {
	.header-logo {
		display: none;
	}
}

.header-logo p {
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 400;
	white-space: nowrap;
}

.header__menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.25rem;
}

@media all and (max-width: 768px) {
	.header__menu {
		display: none;
	}
}

.header__menu a {
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	font-size: 1rem;
	transition: .5s;
	white-space: nowrap;
}

.header__menu a:hover {
	color: #fff;
}

.header-contact {
	cursor: pointer;
}

.header-contact a {
	color: #fff;
	font-weight: 400;
	font-size: 1rem;
	text-decoration: none;
	white-space: nowrap;
}

.burger-menu {
	display: flex;
	position: fixed;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: .9375rem;
	background-color: #000000d4;
	padding: .625rem;
	top: 0;
	right: -80%;
	width: 80%;
	height: 100dvh;
	transition: right .3s ease-in-out;
}

.burger-menu.active {
	right: 0;
}

.burger-menu__link {
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	text-decoration: none;
	width: 100%;
}

.burger {
	display: none;
}

@media all and (max-width: 768px) {
	.burger {
		display: block;
	}
}

#checkbox {
	display: none;
}

.toggle {
	position: relative;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	transition-duration: .5s;
}

.bars {
	width: 100%;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
}

#bar2 {
	transition-duration: .8s;
}

#bar1,#bar3 {
	width: 70%;
}

#checkbox:checked+.toggle .bars {
	position: absolute;
	transition-duration: .5s;
}

#checkbox:checked+.toggle #bar2 {
	transform: scaleX(0);
	transition-duration: .5s;
}

#checkbox:checked+.toggle #bar1 {
	width: 100%;
	transform: rotate(45deg);
	transition-duration: .5s;
}

#checkbox:checked+.toggle #bar3 {
	width: 100%;
	transform: rotate(-45deg);
	transition-duration: .5s;
}

#checkbox:checked+.toggle {
	transition-duration: .5s;
	transform: rotate(180deg);
}

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

.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.swiper-slide:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #00000080;
	z-index: 1;
}

.swiper-slide>img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.swiper-pagination {
	position: absolute;
	z-index: 21;
	right: 1.25rem;
	width: 11px;
	text-align: center;
	left: auto;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
}

.swiper-pagination .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: .5rem 0;
}

.swiper-pagination .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	display: block;
	border-radius: 10px;
	background-color: #fff;
	opacity: .2;
	transition: all .3s;
}

.swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #fff;
	height: 30px;
	box-shadow: 0 0 20px #fc38384d;
}

.card-slider {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
	width: 70%;
}

@media all and (max-width: 1024px) {
	.card-slider {
		width: 100%;
		padding: 2.5rem;
	}
}

.card-slider__container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.25rem;
}

@media all and (max-width: 768px) {
	.card-slider__container {
		flex-direction: column;
		align-items: start;
	}
}

.card-slider__image {
	max-width: 100%;
	width: 100%;
}

.card-slider__image img {
	width: 1000px;
}

@media all and (max-width: 1910px) {
	.card-slider__image img {
		width: 700px;
	}
}

@media all and (max-width: 1024px) {
	.card-slider__image img {
		width: 400px;
	}
}

@media all and (max-width: 768px) {
	.card-slider__image img {
		max-width: 100%;
		height: auto;
	}
}

.card-slider__name {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	width: 100%;
}

.card-slider__name-title {
	color: #fff;
	font-size: .875rem;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: .625rem;
	border-bottom: 1px solid #fff;
}

.card-slider__name-price {
	color: #fff;
	font-size: .875rem;
	font-weight: 400;
	text-transform: uppercase;
}

.card-slider__info {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	width: 100%;
}

.card-slider__info-title {
	color: #fff;
	font-size: .875rem;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: .625rem;
	border-bottom: 1px solid #fff;
}

.card-slider__info-desc {
	color: #ffffff;
	font-size: .875rem;
	font-weight: 400;
}

.card-slider__arrows {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.25rem;
}

.mySlides {
	display: none;
	flex-direction: column;
	gap: 1.25rem;
}

.slideshow-container {
	max-width: 100%;
	position: relative;
	margin: auto;
}

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	0% {
		opacity: .4;
	}

	to {
		opacity: 1;
	}
}

@keyframes fade {
	0% {
		opacity: .4;
	}

	to {
		opacity: 1;
	}
}

.about-section {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
	height: 100dvh;
}

.about {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

@media all and (max-width: 768px) {
	.about {
		gap: 1.25rem;
	}
}

.about__desc {
	color: #fff;
	font-size: calc(14px + .00125*(100vw - 320px));
	font-weight: 400;
}

@media all and (max-width: 380px) {
	.about__desc {
		font-size: .75rem;
	}
}

.about__cards {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: .625rem;
}

@media all and (max-width: 1024px) {
	.about__cards {
		grid-template-columns: repeat(2,1fr);
	}
}

@media all and (max-width: 576px) {
	.about__cards {
		grid-template-columns: repeat(1,1fr);
	}
}

.about__cards__card {
	background-color: #282828;
	width: 100%;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	transition: .5s;
	padding: .625rem;
}

@media all and (max-width: 576px) {
	.about__cards__card {
		height: 30px;
	}
}

.about__cards__card:hover {
	background-color: #fff;
}

.about__cards__card:hover .about__cards__card-title {
	color: #000;
}

.about__cards__card-title {
	font-size: calc(12px + .00125*(100vw - 320px));
	font-weight: 400;
	color: #fff;
}

@media all and (max-width: 380px) {
	.about__cards__card-title {
		font-size: .625rem;
	}
}

.howWork-section {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
	height: 100dvh;
}

.howWork {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

@media all and (max-width: 768px) {
	.howWork {
		gap: 1.25rem;
	}
}

.howWork__desc {
	color: #fff;
	font-size: calc(14px + .00125*(100vw - 320px));
	font-weight: 400;
}

@media all and (max-width: 768px) {
	.howWork__desc {
		display: none;
	}
}

.howWork__cards {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 1.25rem;
}

@media all and (max-width: 768px) {
	.howWork__cards {
		gap: .625rem;
	}
}

@media all and (max-width: 1024px) {
	.howWork__cards {
		grid-template-columns: repeat(3,1fr);
	}
}

@media all and (max-width: 768px) {
	.howWork__cards {
		grid-template-columns: repeat(2,1fr);
	}
}

@media all and (max-width: 576px) {
	.howWork__cards {
		grid-template-columns: repeat(1,1fr);
	}
}

.howWork__cards__card {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: .9375rem;
}

@media all and (max-width: 768px) {
	.howWork__cards__card {
		gap: .3125rem;
	}
}

.howWork__cards__card__mini-card {
	width: 100%;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: .3125rem;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: calc(12px + .0025*(100vw - 320px));
}

@media all and (max-width: 768px) {
	.howWork__cards__card__mini-card {
		height: 30px;
	}
}

@media all and (max-width: 380px) {
	.howWork__cards__card__mini-card {
		font-size: .625rem;
		height: 20px;
	}
}

.howWork__cards__card__mini-card-last {
	background-color: #fff;
	color: #000;
}

.howWork__cards__card-text {
	font-size: calc(12px + .0025*(100vw - 320px));
	color: silver;
	font-weight: 300;
}

@media all and (max-width: 380px) {
	.howWork__cards__card-text {
		font-size: .5rem;
	}
}

.advantages-section {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
	height: 100dvh;
}

.advantages {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

@media all and (max-width: 768px) {
	.advantages {
		gap: 1.25rem;
	}
}

.advantages__desc {
	color: #fff;
	font-size: calc(14px + .00125*(100vw - 320px));
	font-weight: 400;
}

@media all and (max-width: 768px) {
	.advantages__desc {
		display: none;
	}
}

.advantages__list {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 1.25rem;
}

@media all and (max-width: 1024px) {
	.advantages__list {
		grid-template-columns: repeat(1,1fr);
	}
}

.advantages__list__point {
	width: 100%;
	display: flex;
	align-items: center;
	gap: .9375rem;
}

@media all and (max-width: 576px) {
	.advantages__list__point img {
		width: 20px;
		height: 20px;
	}
}

.advantages__list__point-title {
	color: #fff;
	font-size: calc(14px + .0025*(100vw - 320px));
	font-weight: 300;
}

@media all and (max-width: 380px) {
	.advantages__list__point-title {
		font-size: .75rem;
	}
}

.advantages__text {
	display: flex;
	flex-direction: column;
	gap: .625rem;
	color: #fff;
	font-size: calc(14px + .00125*(100vw - 320px));
	font-weight: 400;
}

@media all and (max-width: 380px) {
	.advantages__text {
		font-size: .625rem;
	}
}

.advantages__form {
	padding: 1.875rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.25rem;
	background-color: #282828;
}

@media all and (max-width: 1440px) {
	.advantages__form {
		flex-direction: column;
		align-items: start;
	}
}

@media all and (max-width: 576px) {
	.advantages__form {
		padding: 1.5625rem;
	}
}

@media all and (max-width: 380px) {
	.advantages__form {
		padding: 1.25rem;
	}
}

.swiperCatalogMobile {
	display: none!important;
}

@media all and (max-width: 1024px) {
	.swiperCatalogMobile {
		display: flex!important;
	}

	.swiperCatalogDesktop {
		display: none!important;
	}
}

.catalog-section {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
	height: 100dvh;
}

.catalog {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: .3125rem;
	max-width: 1100px;
	width: 100%;
}

@media all and (max-width: 1024px) {
	.catalog {
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 100%;
	}
}

.catalog__card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 3.125rem;
}

@media all and (max-width: 1440px) {
	.catalog__card {
		gap: .9375rem;
	}
}

@media all and (max-width: 1024px) {
	.catalog__card {
		flex-direction: column!important;
	}
}

.catalog__card:nth-child(4n+1),.catalog__card:nth-child(4n+2) {
	flex-direction: row;
}

.catalog__card:nth-child(4n+3),.catalog__card:nth-child(4n+4) {
	flex-direction: row-reverse;
}

.catalog__card-img img {
	width: 300px;
}

@media all and (max-width: 1440px) {
	.catalog__card-img img {
		width: 230px;
	}
}

@media all and (max-width: 1024px) {
	.catalog__card-img img {
		max-width: 100%;
		width: 328px;
		height: auto;
	}
}

.catalog__card__text {
	display: flex;
	flex-direction: column;
	gap: .9375rem;
}

@media all and (max-width: 1024px) {
	.catalog__card__text {
		justify-content: center;
		align-items: center!important;
	}
}

.catalog__card__text:nth-child(4n+1),.catalog__card__text:nth-child(4n+2) {
	align-items: flex-start;
}

.catalog__card__text:nth-child(4n+3),.catalog__card__text:nth-child(4n+4) {
	align-items: flex-end;
}

.catalog__card__text-title {
	font-size: .875rem;
	color: #fff;
	font-weight: 400;
}

.catalog__card__text-line {
	width: 160px;
	height: 1px;
	background-color: #fff;
}

@media all and (max-width: 1024px) {
	.catalog__card__text-line {
		width: 100%;
	}
}

.catalog__card__text-desc {
	color: #ffffff;
	font-size: .875rem;
	font-weight: 400;
	width: 300px;
}

@media all and (max-width: 1440px) {
	.catalog__card__text-desc {
		width: 250px;
	}
}

@media all and (max-width: 1024px) {
	.catalog__card__text-desc {
		width: 100%;
	}
}

.catalog__card:nth-child(4n+1) .catalog__card__text,.catalog__card:nth-child(4n+2) .catalog__card__text {
	align-items: flex-start;
	text-align: left;
}

.catalog__card:nth-child(4n+3) .catalog__card__text,.catalog__card:nth-child(4n+4) .catalog__card__text {
	align-items: flex-end;
	text-align: right;
}

.card-body {
	background-image: url(/bitrix/templates/neo_new_copy/img/mainPage/verticalSlider/vertical-slider-bg-1.webp);
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
}

@media (max-width: 1800px) {
	.card-body {
		background-size: auto;
	}
}

.card-body:after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #00000080;
	z-index: 1;
}

.card-section {
	position: relative;
	z-index: 2;
	padding-top: 3.5rem;
	padding-bottom: 4.5rem;
}

@media all and (max-width: 576px) {
	.card-section {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
}

.card {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

@media all and (max-width: 576px) {
	.card {
		gap: 1.25rem;
	}
}

.card__head {
	display: flex;
	justify-content: space-between;
	gap: 1.25rem;
}

@media all and (max-width: 768px) {
	.card__head {
		flex-direction: column;
	}
}

.card__head-left .card-desc {
	font-size: 1rem;
	color: #fff;
	font-weight: 400;
	margin-top: 1.25rem;
}

.card__head-right .main_btn {
	width: 200px;
	height: 34px;
}

@media all and (max-width: 768px) {
	.card__head-right .main_btn {
		width: 100%;
	}
}

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

.card__images .swiper .swiper-slide:after {
	content: none;
}

.card__images .swiper .swiper-slide img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.card__images .swiper .swiper-button-prev.card-swiper-button-prev,.card__images .swiper .swiper-button-next.card-swiper-button-next {
	color: #fff;
}

.card__info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-items: stretch;
	gap: 1.25rem;
}

@media all and (max-width: 768px) {
	.card__info {
		flex-direction: column;
	}
}

.card__info__block {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	padding: 1.25rem;
	background-color: #262424;
	width: 100%;
}

.card__info__block-title {
	font-size: 1rem;
	color: #fff;
	font-weight: 400;
	padding-bottom: .625rem;
	border-bottom: 1px solid #fff;
}

.card__info__block__params {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 1.25rem;
}

@media all and (max-width: 576px) {
	.card__info__block__params {
		grid-template-columns: repeat(1,1fr);
	}
}

.card__info__block__params-text {
	display: flex;
	flex-direction: column;
}

.card__info__block__params-text .title {
	color: #fff;
	font-size: .875rem;
	font-weight: 400;
}

.card__info__block__params-text .text {
	color: #8c8c8c;
	font-size: .875rem;
	font-weight: 300;
}

.card__info__block-desc {
	font-size: .875rem;
	color: #fff;
	font-weight: 300;
	display: flex;
	flex-direction: column;
	gap: .625rem;
}

.contacts-body {
	background-image: url(/bitrix/templates/neo_new_copy/img/mainPage/verticalSlider/vertical-slider-bg-1.webp);
	background-repeat: no-repeat;
	position: relative;
}

.contacts-body:after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #00000080;
	z-index: 1;
}

.contacts-section {
	position: relative;
	z-index: 2;
	padding-top: 3.5rem;
	padding-bottom: 4.5rem;
}

@media all and (max-width: 576px) {
	.contacts-section {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
}

.contacts {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.contacts__adress {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: repeat(2,1fr);
	gap: .5rem;
}

@media all and (max-width: 1024px) {
	.contacts__adress {
		display: flex;
		flex-direction: column;
		gap: .5rem;
	}
}

.contacts__adress__info {
	background-color: #282828;
	display: flex;
	flex-direction: column;
	gap: .625rem;
	padding: 1.875rem 3.375rem;
}

@media all and (max-width: 1024px) {
	.contacts__adress__info {
		padding: 1.875rem;
	}
}

@media all and (max-width: 576px) {
	.contacts__adress__info {
		padding: 1.25rem;
	}
}

.contacts__adress__info-title {
	color: #fff;
	font-size: .875rem;
	font-weight: 700;
}

.contacts__adress__info-text {
	color: #fff;
	font-size: .875rem;
	font-weight: 400;
}

.contacts__adress__send {
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	padding: 1.875rem 3.375rem;
}

@media all and (max-width: 1024px) {
	.contacts__adress__send {
		padding: 1.875rem;
	}
}

@media all and (max-width: 576px) {
	.contacts__adress__send {
		padding: 1.25rem;
	}
}

.contacts__adress__send:hover {
	background-color: #e5e5e5;
}

.contacts__adress__send-text {
	text-transform: uppercase;
	font-weight: 400;
	color: #000;
	font-size: .875rem;
}

.contacts__adress-block-1 {
	grid-row: span 2/span 2;
}

.contacts__adress-block-2 {
	grid-column-start: 2;
	grid-row-start: 2;
}

.contacts__adress-block-3 {
	grid-column-start: 2;
	grid-row-start: 1;
}

.contacts__adress-block-4 {
	grid-column-start: 3;
	grid-row-start: 1;
}

.contacts__adress-block-5 {
	grid-column-start: 3;
}

.main_btn {
	border: 1px solid #fff;
	background-color: transparent;
	width: 160px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: .875rem;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
}

@media all and (max-width: 768px) {
	.main_btn {
		width: 100%;
	}
}

.prev,.next {
	cursor: pointer;
}

.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.container {
	display: flex;
	position: relative;
	cursor: pointer;
	font-size: 20px;
	-webkit-user-select: none;
	user-select: none;
	align-items: center;
	gap: .625rem;
}

.checkmark {
	position: relative;
	top: 0;
	left: 0;
	height: 1em;
	width: 1em;
	background-color: #343434;
	border-radius: 5px;
	transition: all .5s;
}

.container input:checked~.checkmark {
	background-color: #7e7e7e;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
	filter: drop-shadow(0 0 10px #888);
}

.container input:checked~.checkmark:after {
	display: block;
}

.container .checkmark:after {
	left: .3em;
	top: .05em;
	width: .3em;
	height: .65em;
	border: solid #343434;
	border-width: 0 .2em .2em 0;
	border-radius: 4px;
	transform: rotate(45deg);
	animation: bounceFadeIn .5s cubic-bezier(.165,.84,.44,1);
}

@keyframes bounceFadeIn {
	0% {
		transform: translateY(-10px) rotate(45deg);
		opacity: 0;
	}

	to {
		transform: translate(0) rotate(45deg);
		opacity: 1;
	}
}

html,body {
	position: relative;
	height: 100%;
}

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

body {
	font-family: DM-Sans,sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
}

h1,h2 {
	margin: 0;
}

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

@font-face {
	font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal;
}

:root {
	--swiper-theme-color: #007aff;
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block;
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box;
}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper {
	transform: translateZ(0);
}

.swiper-horizontal {
	touch-action: pan-y;
}

.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform,height;
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-3d {
	perspective: 1200px;
}

.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
	content: "";
	flex-shrink: 0;
	order: 9999;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left,#00000080,#0000);
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right,#00000080,#0000);
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top,#00000080,#0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom,#00000080,#0000);
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0);
	}

	to {
		transform: rotate(360deg);
	}
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-prev,.swiper-button-next {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next {
	display: none!important;
}

.swiper-button-prev svg,.swiper-button-next svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg {
	transform: rotate(180deg);
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto;
}

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

.swiper-button-prev:after,.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none!important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translateZ(0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
	display: none!important;
}

.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none!important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0,-50%,0);
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform,.2s top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translate(-50%);
	white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform,.2s left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform,.2s right;
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}

.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}

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