:root {
	--color-bg: #f5f3ff;
	--color-card: #fff;
	--color-card-border: #e0d7ff;
	--color-accent: #1e124f;
	--color-accent-dark: #1e124f;
	--color-text: #333;
	--color-muted: #aaa;
	--color-minimized: #ddd;
	--color-alt-bg: #ede9fe;
	--icon-w: 24px;
	--line-h: 2px;
	--step: 5px;
	--fade-in: 300ms;
	--cycle: 700ms;
	}
.icon-line {
	width: 24px;
	height: 12px;
	position: relative;
	z-index: 999;
	transition: opacity .5s, transform .5s;
}
.line {
	position: absolute;
	display: block;
	height: 2px;
	background: #ffffff;
	transition: all 0.3s ease;
}
.line.top {
		width: 8px;
		left: 27px;
		bottom: -15px;
		border-radius: 10px;
		transform: rotate(-45deg);
}

.line.middle {
	top: -11px;
	left: 22px;
	width: 13px;
	border-radius: 10px;
	transform: rotate(90deg);
}

.line.bottom {
	width: 8px;
	left: 22px;
	bottom: -15px;
	border-radius: 10px;
	transform: rotate(45deg);
}
  .bars-container {
  	width: var(--icon-w);
  	height: calc(var(--line-h) + var(--step) * 2);
  	opacity: 0;
  	/* <--- изначально скрыт */
  	transition: opacity var(--fade-in) linear;
	position: relative;
	display: none;
	z-index: 999;
  }

  .bars-container.visible {
  	opacity: 1;
  	/* <--- проявляем */
  }

  .bars-wrapper {
  	display: block;
  	transform: translateY(0);
  }

  .bar {
  	width: 100%;
  	height: var(--line-h);
  	margin-bottom: calc(var(--step) - var(--line-h));
  	background: white;
  	border-radius: 6px;
  	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.02) inset;
  	transition: opacity var(--fade-in) linear;
  }

  .bar:last-child {
  	margin-bottom: 0;
  }

  /* первые три линии видимы */
  .bar.b1,
  .bar.b2,
  .bar.b3 {
  	display: block;
  	opacity: 1;
  }

  /* четвёртая скрыта */
  .bar.b4 {
  	display: none;
  	opacity: 0;
  	width: 0;
  	/* <-- начинаем с нуля */
  	transition:
  		opacity var(--cycle) linear,
  		width var(--cycle) ease-in-out;
  	/* <-- анимация ширины */
  	transform-origin: right center;
  	/* <-- выезжает справа налево */
  }

.special:not(.show){
	display: none;
}
.special-months:not(.show){
	display: none;
}
.special-months span{
	opacity: 0;
}
.special-months{
	display: flex;
}
.checkbox-group-month input, .special-months input{
	display: block;
}
.upload-margin-box{
	margin-top: 19px;
}
#show-special.rotate{
	transform: rotate(180deg);
}

#table-body-items{
	color: #fff;
}
.fixed-filter-box {
	position: fixed;
	bottom: 45px;
	left: 83%;
	transform: translate(-50%);
	background: #fff;
	padding: 10px 16px;
	display: flex;
	gap: 16px;
	z-index: 9999;
	color: black;
	border-radius: 3px;
	align-items: center;
	font-size: 14px;
}

.fixed-filter-box label {
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	user-select: none;
}

.fixed-filter-box input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: #2563eb;
}

.admin-features{
	display: none;
	gap: 10px;
	margin-bottom: 10px;
	height: 0;
	overflow: hidden;
	color: #000;
}
.post-data{
	display: none;
}
.post-data.active{
	display: block !important; 
}
.admin-features.active{
	display: flex !important;
	height: 35px;
	pointer-events: all;
}
#map{
	pointer-events: all;
}
.toggle-arrow-btn {
	width: 24px;
	height: 24px;
	border: none;
	background: transparent;
	cursor: pointer;
	padding: 0;
}

.toggle-arrow-icon {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid white;
	transition: transform 0.3s ease;
}

.toggle-arrow-icon.active {
	transform: rotate(180deg);
}
.body-flex{
	display: flex;
	flex-direction: column;
	height: 100vh;
}
.map-top .header__nav{
	margin-right: auto;
}
.map-top{
	flex: 1;
	height: 100%;
	padding-left: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.map-flex{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.form-image-add{
	pointer-events: all;
}
.map-header .map-logo{
	padding: 10px 12px;
	background-color: rgba(21, 30, 47, 1);
}
.download-items{
	text-align: center;
	height: 0;
	overflow: hidden;
}
/* ymaps .add-item-map{
	display: none;
} */
.map-item-wrapper .add-item-map{
	bottom: 10px;
}
ymaps .add-item-map{
	bottom: 0;
}
.add-item-map{
	width: 100%;
	height: 35px;
	line-height: 0 !important;
	position: absolute !important;
}
.map-items{
	pointer-events: all;
}
.map-item .map-item-storona{
	display: flex;
	align-items: center;
	justify-content: center;
}
.map-item .map-address{
	flex: 1;
}
.map-item{
	font-size: 12px;
	padding-left: 5px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	/* height: 25px; */
}
.submenu{
	padding-left: 10px;
}
.submenu-item{
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	position: relative;
}
.menu h3{
	font-size: 20px;
}
.map-item-hide{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-top: 15px;
}
.map-item-hide-image img{
	border-radius: 5px;
}
ymaps .map-item-attr{
	top: -5px;
}
.map-item-wrapper .map-item-attr{
	top: -10px;
}
.map-item-attr{
	width: 60%;
	position: relative;
}

.map-item-hide .map-item-small{
	margin: 5px 0;
}
.map-item-small{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	border-bottom: 1px solid #444;
	padding: 5px 0;
	line-height: 14px;
	text-align: right;
}

.horizontal-section,
.vertical-section {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 250px;
}

.section-title {
	font-size: 1.2rem;
	color: var(--color-accent);
	margin-bottom: 4px;
	font-weight: 600;
}

.horizontal {
	background-color: var(--color-bg);
	flex-wrap: wrap;
	flex-direction: row;
	height: 100%;
}

.vertical {
	padding: 12px;
	flex-direction: column;
	background-color: rgba(21, 30, 47, 1);
}
@media (max-width:667.98px) {
	.map-items{
		padding: 10px 0px 10px 20px;
	}
	.horizontal,
	.vertical {
		position: absolute;
		width: 100%;
	}
.card-flip {
	width: 100%;
	height: 100%;
	perspective: 1000px;
}

.card-flip-content {
	width: 100%;
	height: 100%;
	transition: transform 1s;
	transform-style: preserve-3d;
	cursor: pointer;
	position: relative;
}

.card-flip-content.is-flipped {
	transform: rotateY(180deg);
}

.card-flip-inside {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	border-radius: 16px;
	box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
}

.card-flip-inside--front {
	background-image: linear-gradient(to bottom right,
			var(--primary),
			var(--secondary));
	display: flex;
	align-items: center;
	justify-content: center;
}

.is-flipped .card-flip-inside--front {
	z-index: 9999;
}	
.is-flipped .card-flip-inside--back {
	z-index: 9999;
}	
.card-flip-inside--back {
	background-color: var(--light);
	transform: rotateY(180deg);
}	
.flip-button{
		position: absolute !important;
		z-index: 999;
		bottom: 0;right: 0;
	}
}
@media (min-width:667.98px) {
	.horizontal,
	.vertical {
		pointer-events: none;
	}
	.map-items{
		padding: 10px;
	}
	.flip-button {
		display: none !important;
	}
	.container-map-flex {
		display: flex;
		flex: 1;
		pointer-events: none;
		overflow: hidden;
	}

	.map-header .map-logo {
		width: 20%;
	}
	.horizontal,
	.vertical {
		display: flex;
		gap: 12px;
		min-height: 100px;
	}
	.horizontal {
		width: calc(80% - 24px);
	}
	.vertical {
		width: 20%;
	}
}

.item {
	position: relative;
	background-color: var(--color-card);
	border: 1px solid var(--color-card-border);
	border-radius: 10px;
	padding: 16px 20px;
	min-width: 100px;
	min-height: 60px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.item:hover {
	border-color: var(--color-accent);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.item.alt {
	background-color: var(--color-alt-bg);
	border-color: var(--color-accent);
}

.item.minimized {
	padding: 6px;
	min-width: 36px;
	min-height: 36px;
	max-width: 36px;
	max-height: 36px;
	overflow: hidden;
	background-color: var(--color-minimized);
	border-color: var(--color-muted);
	box-shadow: none;
}

.item .close-btn {
	position: absolute;
	top: 6px;
	left: 6px;
	background: var(--color-accent);
	color: white;
	border: none;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	cursor: pointer;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s;
}

.item .close-btn .material-icons {
	font-size: 20px;
	color: white;
}

.item .close-btn:hover {
	background: var(--color-accent-dark);
}

/* Кнопки добавления */
.controls {
	margin-top: 16px;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.controls button,
.vertical-full-width-btn {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 10px 16px;
	border-radius: 6px;
	border: 2px solid var(--color-accent);
	background-color: white;
	color: var(--color-accent);
	font-weight: 500;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s, border-color 0.3s;
	font-size: 1rem;
}

.controls button:hover,
.vertical-full-width-btn:hover {
	background-color: var(--color-accent);
	color: white;
	border-color: var(--color-accent-dark);
}

.controls .material-icons,
.vertical-full-width-btn .material-icons {
	font-size: 20px;
}

/* Специальная кнопка в вертикальном контейнере */
.vertical-full-width-btn {
	margin-top: 12px;
	width: 100%;
	justify-content: center;
}

/* Адаптив */
@media (max-width: 700px) {
	.horizontal-section,
	.vertical-section {
		width: 100%;
	}

	.controls {
		flex-direction: column;
	}

	.controls button {
		width: 100%;
	}

	.vertical-full-width-btn {
		width: 100%;
	}
}
.map-items {
	height: 100%;
	overflow-y: scroll;
}
#selected-items{
	padding: 0 20px;
}

/* Chrome, Edge, Safari (WebKit) */
.map-items::-webkit-scrollbar, .selected-items::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.map-items::-webkit-scrollbar-track, .selected-items::-webkit-scrollbar-track {
	background: #eee;
	border-radius: 4px;
}

.map-items::-webkit-scrollbar-thumb, .selected-items::-webkit-scrollbar-thumb {
	background-color: #1e124f;
	border-radius: 4px;
	border: 2px solid #eee;
	/* optional: creates padding around thumb */
}

.map-items::-webkit-scrollbar-thumb:hover, .selected-items::-webkit-scrollbar-thumb:hover {
	background-color: #1e124f;
}




.headings__flex-table,
.body-item__flex-table {
	background-color: #251955;
	border-radius: 10px;
}
.headings-items__flex-table, .body-item-items__flex-table{
	display: flex;
	column-gap: 10px;
	justify-content: center;
	text-align: center;
	align-items: stretch;
	height: 100%;
	position: relative;
}
@media (max-width:667.98px) {
	.icon-product{
		width: 30px;
	}
	.headings__flex-table,
	.body-item__flex-table {
		margin-bottom: 35px;
	}
	#promo h2{
		float: right;
		text-align: right;
	}
	#promo{
		padding-top: 300px;
		text-align: right;
		margin: 0 0 20px 0;
	}
	.main-phone{
		top: 80px !important;
	}
	.mob-month-label{
		width: calc(33% - 5px);
		background: linear-gradient(33deg, #2985c1 17%, #3698c1 33%, #58c8c1 66%, #6ae1c1 82%);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;	}
	.mob-month-text{
		width: calc(33% - 5px);
	}
	.flex-price{
		display: flex;
		gap: 15px;
		align-items: center;
		justify-content: center;
	}
	.flex-price s, .flex-price p{
		font-size: 25px;
	}
	.sale-price, .regular-price{
		display: inline-table;
	}
	.pc-light{
		display: none;
	}
	.mobile-add-to-cart-text{
		display: flex;
		align-items: center;
		height: 100%;
		justify-content: center;
	}
	.search__table-cart{
		left: 0 !important;
		top: 95% !important;
		border-radius: 0 !important;
		border-bottom-right-radius: 10px !important;
		border-bottom-left-radius: 10px !important;
		width: 100% !important;
		position: absolute !important;
	}
	.icon--product-thumb-active{
		width: 30px !important;
		height: 30px !important;
	}
	.body-item-items__flex-table{
		padding: 35px 15px;
	}
	.headings-items__flex-table, .body-item-items__flex-table{
		flex-wrap: wrap;
		row-gap: 15px;
	}
	.headings__flex-table{
		display: none;
	}
	.body-item-items-item__flex-table:nth-of-type(1),
	.headings-item__flex-table:nth-child(1) {
		display: none;
	}

	.body-item-items-item__flex-table:nth-of-type(2),
	.headings-item__flex-table:nth-child(2) {
		order: 2;
		width: calc(60% - 10px);
		text-align: left;
		display: flex;
		flex-wrap: wrap;
	}
	.body-item-items-item__flex-table:nth-of-type(2) a{
		font-weight: bold;
	}
	.body-item-items-item__flex-table:nth-of-type(3),
	.headings-item__flex-table:nth-child(3) {
		order: 1;
		width: calc(30% - 10px);
	}
	
	.body-item-items-item__flex-table:nth-of-type(4),
	.headings-item__flex-table:nth-child(4) {
		order: 3;
		width: calc(10%);
		font-size: 25px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		display: none;
	}

	.body-item-items-item__flex-table:nth-of-type(5),
	.headings-item__flex-table:nth-child(5) {
		order: 5;
		width: calc(50% - 5px);
	}

	.body-item-items-item__flex-table:nth-of-type(6),
	.headings-item__flex-table:nth-child(6) {
		order: 6;
		width: calc(50% - 5px);
	}

	.body-item-items-item__flex-table:nth-of-type(7),
	.headings-item__flex-table:nth-child(7) {
		width: calc(50% - 5px);
		order: 8;
		display: flex;
		gap: 15px;
		align-items: center;
		justify-content: center;
	}
	
	.body-item-items-item__flex-table:nth-of-type(8),
	.headings-item__flex-table:nth-child(8) {
		order: 9;
		width: 80px;
		display: none;
	}

	.body-item-items-item__flex-table:nth-of-type(9),
	.headings-item__flex-table:nth-child(9) {
		width: calc(50% - 5px);
		order: 7;
	}
	.body-item-items-item__flex-table:nth-of-type(9) img{
		position: relative;
		/* left: -5px; */
	}

	.body-item-items-item__flex-table:nth-of-type(10),
	.headings-item__flex-table:nth-child(10) {
		order: 10;
		width: 100%;
	}
	.body-item-items-item__flex-table:nth-of-type(10) {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.body-item-items-item__flex-table:nth-of-type(11),
	.headings-item__flex-table:nth-child(11) {
		order: 11;
		width: 100%;
	}
	.headings-item__flex-table:nth-child(10) span {
		margin-right: 5px;
	}

	.body-item-items-item__flex-table:nth-of-type(10) ul {
		display: flex;
		column-gap: 5px;
		justify-content: center;
		flex-wrap: wrap;
		}}
@media (min-width:667.98px) {
	.headings__flex-table,
	.body-item__flex-table {
		margin-bottom: 15px;

	}
	.mob-side{
		display: none;
	}
	.search__table-image-mini{
		display: none;
	}
	.search__table-image{
		display: block;
	}
	.mob-month-label{
		display: none;
	}
	.icon-product{
		display: none;
	}
	.mobile-add-to-cart-text{
		display: none;
	}
	.body-item__flex-table{
		margin-bottom: 15px;
	}
	.headings__flex-table, .body-item-items__flex-table{
		padding: 15px 0;
	}
	.headings__flex-table{
		height: 60px;
	}
	.body-item-items-item__flex-table, .headings-item__flex-table{
		position: relative;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
	}
	.body-item-items-item__flex-table:not(:last-child)::after, .headings-item__flex-table:not(:last-child)::after {
		content: "";
		position: absolute;
		top: 50%;
		right: -7px;
		height: 70%;
		width: 1px;
		background-color: rgba(255, 255, 255, 0.1);
		transform: translateY(-50%);
	}
	.body-item-items-item__flex-table:nth-of-type(1), .headings-item__flex-table:nth-child(1){
		width: 30px;
	}
	.body-item-items-item__flex-table:nth-of-type(2), .headings-item__flex-table:nth-child(2){
		width: 180px;
	}
	.body-item-items-item__flex-table:nth-of-type(3), .headings-item__flex-table:nth-child(3){
		width: 50px;
	}
	.body-item-items-item__flex-table:nth-of-type(4), .headings-item__flex-table:nth-child(4){
		width: 30px;
	}
	.body-item-items-item__flex-table:nth-of-type(5), .headings-item__flex-table:nth-child(5){
		width: 70px;
	}
	.body-item-items-item__flex-table:nth-of-type(6), .headings-item__flex-table:nth-child(6){
		width: 120px;
	}
	.body-item-items-item__flex-table:nth-of-type(7), .headings-item__flex-table:nth-child(7){
		width: 140px;
	}
	.body-item-items-item__flex-table:nth-of-type(8), .headings-item__flex-table:nth-child(8){
		width: 80px;
	}
	.body-item-items-item__flex-table:nth-of-type(9), .headings-item__flex-table:nth-child(9){
		width: 50px;
	}
	.body-item-items-item__flex-table:nth-of-type(10), .headings-item__flex-table:nth-child(10){
		width: 280px;
	}
	.body-item-items-item__flex-table:nth-of-type(11), .headings-item__flex-table:nth-child(11){
		width: 80px;
	}
	.headings-item__flex-table:nth-child(10) span{
		margin-right: 5px;
	}
	.body-item-items-item__flex-table:nth-of-type(10) ul{
		display: flex;
		column-gap: 5px;
		justify-content: center;
	}
}
@media (min-width:667.98px) {
	.map-promo{
		display: flex;
		column-gap: 10px;
	}
}
#mobile-nav{
	position: absolute;
	z-index: 3;
}
#main-header .new-cart{
	border-radius: 15px;
	position: absolute;
	top: 80px;
	right: 0;
}
#main-header .new-cart::after{
	border-radius: 15px;
}
#main-header .new-cart::before{
	border-radius: 15px;
}
@media (max-width:667.98px) {
	.promo__slider.swiper-container{
		top: 15px;
	}
	#mobile-nav-toggle{
		position: absolute;
		top: 10px;
		right: 5px;
		z-index: 4;
	}
	.logo-flex .title-flex{
		width: 55%;
	}
	.logo-flex .header__side{
		width: 50%;
	}
	.logo-flex{
		display: flex;
		justify-content: space-between;
		align-items: center;
		align-content: center;
		padding: 10px 0;
		position: relative;
		z-index: 2;
		margin: 22px 0;
	}
	.promo-link-merge.btn--accent,.btn--bordered {
		padding: 7px !important;
	}
	.promo-link-merge{
		text-align: center !important;
		margin-top: 10px !important;
		width: 50%;
		display: inline !important;
		margin-bottom: 15px;
	}
}
@media (min-width:667.98px) {
.logo-flex .header__side{
	width: 37%;
}
.logo-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	/* padding: 50px 0; */
	padding: 40px 0 20px 0;
}
}
.ymaps-2-1-79-ground-pane canvas{
	filter: grayscale(60%);
}
.divider {
	display: flex;
}

.divider:before,
.divider:after {
	content: "";
	flex: 1;
}

.line {
	align-items: center;
	margin: 1em -1em;
}

.line:before,
.line:after {
	height: 1px;
	margin: 0 1em;
}

.glow:before,
.glow:after {
	height: 6px;
	-webkit-filter: blur(5px);
	border-radius: 5px;
}

.glow:before {
	background: linear-gradient(to right, #2985c1, #6ae1c1);
}

.glow:after {
	background: linear-gradient(to left, #2985c1, #6ae1c1);
}
.promo-day::after{
	content: '';
	width: 90px;
	height: 90px;
	position: absolute;
	left: 125%;
	background-image: url(../img/output.apng);
	background-size: cover;
}
.promo-day::before{
	content: '';
	width: 90px;
	height: 90px;
	position: absolute;
	background-image: url(../img/output.apng);
	background-size: cover;
}

@media (min-width:667.98px) {
	.promo-day{
		text-align: center;
		position: absolute;
		left: 50%;
		transform: translate(-50%, -50%);
		top: 50%;
		font-size: 21px;
		text-transform: uppercase;
		text-wrap: auto;
		width: 110px;
	}
	.promo-day::after {
		transform: translate(-50%, -50%) rotate(90deg);
		top: 50%;
		left: 125%;
	}

	.promo-day::before {
		transform: translate(-50%, -50%) rotate(-90deg);
		top: 50%;
		left: -25%;
	}
.my-video:first-of-type{
		display: block;
		position: absolute;
		left: 49%;
		transform: translate(-115px, -17px) rotate(-90deg)
	}
	.my-video:last-of-type{
		display: block;
		position: absolute;
		left: 51%;
		transform: translate(25px, -17px) rotate(90deg)
	}
}
@media (max-width:667.98px) {
	.my-video:first-of-type{
		display: block;
		position: absolute;
		left: 0;
		transform: translate(0, 13px)
	}
	.my-video:last-of-type{
		display: block;
		position: absolute;
		right: 0;
		transform: translate(0, 13px) rotate(180deg)
	}
	.promo-day{
		text-align: center;
		position: absolute;
		left: 50%;
		transform: translate(-50%, -50%);
		top: 10%;
		font-size: 21px;
		text-transform: uppercase;
		text-wrap: auto;
		width: auto;
	}
	.promo-day::after {
		transform: translate(-50%, -50%) rotate(-234deg);
		top: 100%;
		left: 110%;
	}

	.promo-day::before {
		transform: translate(-50%, -50%) rotate(234deg);
		top: 100%;
		left: -10%;
	}
}
@media (max-width:667.98px) {
	.home .page-main{
		overflow: hidden !important;
	}
	.flex-map {
		margin-right: 20px;
		width: auto;
	}
			.advantages-header__item:nth-child(2) {
		order: 7;
	}
	.advantages-header__item:nth-child(8) {
		order: 8;
	}
	.mob-hide{
		display: none;
	}
	.map-header #map.btn--header:after {
		width: calc(100% - 6px);
	}
	.hero__main .advantages-header>li {
		width: calc(50% - 20px);
	}
}
.hero__main{
	position: relative;
}

.add-item-home{
	cursor: pointer;
}
.hero__main .advantages-header>li {
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #ccc;
	padding: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 3px solid rgba(67, 127, 236, .075);
}
.map-header #map.btn--header {
	width: 100%;
	height: 500px;
	position: relative;
	display: block;
	border-radius: 24px;
	overflow: hidden;
	border: 3px solid rgba(67, 127, 236, .075);
	padding: 5px;
	box-sizing: border-box;
}
.map-header #map>ymaps {
	border-radius: 15px;
	overflow: hidden;
	z-index: 999;
}
.map-header #map.btn--header:after {
	border-radius: 18px;
}
@media (min-width:668px) {
	.filtered-wrapper{
		width: 206px;
		overflow: hidden;
		position: absolute;
		z-index: 9999;
		background-color: #251955;
		border-radius: 5px;
		padding: 0;
		left: 15%;
		height: 0;
	}
	.flex-map{
		display: flex; column-gap: 30px; margin-right: 20px; width: auto;
	}
	.hero__main .advantages-header>li {
		width: calc(50% - 5px);
	}
	.map-header #map.btn--header:after {
		left: 0;
		width: calc(100% - 3px);
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.map-header #map>ymaps {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.map-header #map.btn--header {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.wrapper--main .flex-wrapper{
		display: flex;
		column-gap: 10px;
	}
	.hero__main .advantages-header>li:nth-child(2)::after {
		position: absolute;
		content: "";
		background-color: #251955;
		right: -15px;
		top: 3px;
		width: 15px;
		height: 100%;
		z-index: 997;
	}
	.hero__main .advantages-header>li:nth-child(2) {
		border-top-right-radius: 0;
		border-right: none;
	}
}
.child-menu{
	background-color: #1e114f;
}

.arrow {
  width: auto;
  height: 200px;
  background-color: rgba(255, 255, 255, .5);
  border: 10px solid orangered;
  border-left: 0;
}
.left-border{
		position: absolute;
		top: 124px;
		left: 0;
		height: 100%;
		width: 3px;
		background: linear-gradient(180deg, #48b2c1 0%, #2986c2 100%);
		z-index: 99;
}
.map-header #map.btn--header::before{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.tooltip {
	position: relative;
	width: 100%;
	margin-top: -10px;
	height: 10px;
	z-index: 9999;
}
.tooltip__item {
	color: #1e124f;
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 100%;
	left: 0;
}
.tooltip__item:not(.view-tip) {
	display: none;
}
.tooltip__item:nth-of-type(3) {
	left: 330px;
}
.tooltip__item:nth-of-type(4) {
	transform: rotate(90deg);
	top: 160px;
	left: 85%;
	width: 130px;
	height: 20px;
}
.tooltip__item.home-filter {
	left: 227px;
background: linear-gradient(33deg, #2985c1 17%, #3698c1 33%, #58c8c1 66%, #6ae1c1 82%);
	color: white;
	cursor: pointer;
}
.tooltip__item.home-filter::after {
	display: none;
}
@keyframes bounce {

	0%,
	100% {
		transform: translateY(0);
	}

	10% {
		transform: translateY(5px);
	}

	20% {
		transform: translateY(0);
	}

	30% {
		transform: translateY(5px);
	}

	40% {
		transform: translateY(0);
	}
}

.tooltip__item::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 60px;
	border-width: 8px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}
.tooltip__item.rotate::after {
	transform: rotate(90deg);
	top: 6px;
	left: -15px;
}
.bgc-main {
	background-color: #f5f9ff
}
.theme--dark .bgc-main {
	background-color: #1e124f
}
.bgc-second {
	background-color: #fff
}
.theme--dark .bgc-second {
	background-color: #251955
}
@font-face {
	font-family: Plumb;
	src: url(../fonts/Plumb-Regular.woff2) format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: Plumb;
	src: url(../fonts/Plumb-Medium.woff2) format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: Plumb;
	src: url(../fonts/Plumb-Bold.woff2) format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: Mont;
	src: url(../fonts/Mont-Regular.woff2) format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: Mont;
	src: url(../fonts/Mont-SemiBold.woff2) format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: Mont;
	src: url(../fonts/Mont-Bold.woff2) format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}
.fc-main {
	color: #172849
}
.fc-main-inv, .theme--dark .fc-main {
	color: #fff
}
.theme--dark .fc-main-inv {
	color: #172849
}
.fc-second {
	color: rgba(23, 40, 73, .6)
}
.fc-second2 {
	color: #a2a2a2;
}
.fc-second {
	color: #a2a2a2;
	padding: 0 10px;
}
.fc-disabled {
	color: rgba(51, 51, 51, .3)
}
.theme--dark .fc-disabled {
	color: #555
}
.fc-gradient-2 {
	background: linear-gradient(66deg, #437fec 30%, #336cd5 50%, #184eae 80%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent
}
.theme--dark .fc-gradient-2 {
	background: linear-gradient(33deg, #2985c1 17%, #3698c1 33%, #58c8c1 66%, #6ae1c1 82%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0
}
b, strong {
	font-weight: 700
}
a {
	color: inherit;
	text-decoration: none
}
button, label {
	cursor: pointer
}
button:disabled {
	cursor: no-drop
}
ol, ul {
	padding: 0;
	margin: 0;
	list-style: none
}
img {
	max-width: 100%;
	max-height: 100%
}
#wpadminbar {
	transform: translateZ(20px)
}
body, html {
	box-sizing: border-box;
	min-width: 320px;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: Mont, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #172849;
	background-color: #f5f9ff;
	line-height: 1.2;
	transition: background-color .3s ease-in-out
}
body {
	position: relative
}
body.theme--dark {
	background-color: #1e124f;
	color: #fff
}
.page-main {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: 100%;
}
@media (min-width:767.98px) {
	.page-main {
		padding-top: 60px
	}
}
.home .page-main {
	overflow: hidden
}
.page-background {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: hidden
}
.page-background__shape {
	position: absolute;
	width: 511px;
	height: 633px;
	background-repeat: no-repeat
}
.page-background__shape--top {
	top: 0;
	right: 0
}
.home .page-background__shape--top {
	display: none
}
.page-background__shape--bottom {
	left: -110px;
	bottom: 0;
	transform: rotate(180deg)
}
.wrapper {
	box-sizing: border-box;
	width: calc(100% - 40px);
	margin: 0 auto
}
.wrapper--main {
	max-width: 1160px
}
.page-title {
	font-size: 46px;
	font-weight: 600
}
.visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	border: 0 !important;
	padding: 0 !important;
	white-space: nowrap;
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden
}
.icon {
	position: relative;
	box-sizing: border-box
}
.icon, .icon--search {
	background-repeat: no-repeat
}
.icon--search {
	width: 16px;
	height: 16px;
	background-size: contain
}
.icon--map-marker {
	display: inline-block;
	width: 18px;
	height: 22px;
	background-size: contain
}
.icon--night-mode {
	display: inline-block;
	width: 30px;
	height: 18px;
	border-radius: 9px;
	position: relative;
	background-image: url(../img/svg/day_background.svg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden
}
.icon--night-mode:before, .icon--night-mode span {
	display: block;
	position: absolute
}
.icon--night-mode:before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 9px;
	background-image: url(../img/svg/night_background.svg);
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transition: opacity .3s ease-in-out
}
.icon--night-mode span {
	top: 3px;
	left: 3px;
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	overflow: hidden;
	background-image: radial-gradient(49.25% 49.25% at 50% 50%, #ff8742 0, #ffd092 100%);
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	transition-duration: .32s;
	transition-property: transform
}
.icon--night-mode span:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	background-image: url(../img/svg/icon_moon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
	opacity: 0
}
.theme--dark .icon--night-mode:before {
	opacity: 1
}
.theme--dark .icon--night-mode span {
	transform: translateX(12px);
	background-image: none
}
.theme--dark .icon--night-mode span:after {
	opacity: 1
}
.icon--menu, .icon--menu:after, .icon--menu:before {
	display: block;
	height: 3px;
	border-radius: 2px;
	background: linear-gradient(90deg, #5fefc0, #437fec 100%)
}
.theme--dark .icon--menu, .theme--dark .icon--menu:after, .theme--dark .icon--menu:before {
	background: #f5f9ff
}
.icon--menu:after, .icon--menu:before {
	width: 22px
}
.icon--menu {
	position: absolute;
	top: 8px;
	left: 0;
	width: 14px;
	margin: 0 auto;
	transition-duration: 0s
}
.icon--menu:after, .icon--menu:before {
	position: absolute;
	content: "";
	transition-property: margin, transform;
	transition-duration: .2s;
	transition-delay: .2s, 0s
}
.icon--menu:before {
	margin-top: -7px
}
.icon--menu:after {
	margin-top: 7px
}
.btn--active .icon--menu {
	background: hsla(0, 0%, 100%, 0);
	transition-delay: .2s
}
.btn--active .icon--menu:after, .btn--active .icon--menu:before {
	background-color: #fff;
	margin-top: 0;
	transition-delay: 0s, .2s
}
.btn--active .icon--menu:before {
	transform: rotate(45deg)
}
.btn--active .icon--menu:after {
	transform: rotate(-45deg)
}
.icon--arrow-right {
	display: block;
	position: relative;
	width: 13px;
	height: 2px;
	background-color: #437fec
}
.icon--arrow-right:after {
	display: block;
	content: "";
	position: absolute;
	top: -3px;
	right: 0;
	transform: rotate(135deg);
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border-left: 2px solid #437fec;
	border-top: 2px solid #437fec
}
.theme--dark .icon--arrow-right {
	background-color: #6ae1c1
}
.theme--dark .icon--arrow-right:after {
	border-color: #6ae1c1
}
.icon--dot {
	width: 26px;
	height: 26px;
	border-radius: 13px;
	background: #437fec;
	box-shadow: 0 0 0 3px rgba(67, 127, 236, .3)
}
.icon--dot span {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	color: #fff
}
.theme--dark .icon--dot {
	background: linear-gradient(33deg, #2985c1 17%, #3698c1 33%, #58c8c1 66%, #6ae1c1 82%)
}
.icon--checkbox {
	width: 18px;
	height: 18px;
	border-radius: 9px;
	background-color: #437fec;
	box-shadow: 0 0 0 3px rgba(67, 127, 236, .1)
}
.icon--checkbox:after {
	display: block;
	content: "";
	position: absolute;
	top: 5px;
	left: 4px;
	transform: rotate(-45deg);
	width: 8px;
	height: 3px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	opacity: 0;
	transition: opacity .1s ease-in-out
}
.icon--checkbox-checked:after, input:checked~.icon--checkbox:after {
	opacity: 1
}
.theme--dark .icon--checkbox {
	background-color: #6ae1c1
}
.theme--dark .icon--checkbox:after {
	border-color: #1e124f
}
.icon--shev {
	width: 7px;
	height: 7px;
	border-top: 2px solid rgba(23, 40, 73, .6);
	border-left: 2px solid rgba(23, 40, 73, .6);
	border-top-left-radius: 2px;
	transform: rotate(-135deg);
	pointer-events: none
}
.icon--product-thumb {
	width: 19px;
	height: 17px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.668 16.981L2.649 17l-.02-.019H.936A.936.936 0 010 16.044V.937A.943.943 0 01.936 0h16.996c.517 0 .936.42.936.937v15.107a.943.943 0 01-.936.937H2.668zm14.313-5.66V1.887H1.887v13.207L11.32 5.66l5.66 5.66zm0 2.668l-5.66-5.66-6.766 6.765H16.98V13.99zM5.661 7.547a1.887 1.887 0 110-3.773 1.887 1.887 0 010 3.773z' fill='%23C4C4C4'/%3E%3C/svg%3E");
	background-size: contain
}
.icon--product-thumb-active {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.668 16.981L2.649 17l-.02-.019H.936A.936.936 0 010 16.044V.937A.943.943 0 01.936 0h16.996c.517 0 .936.42.936.937v15.107a.943.943 0 01-.936.937H2.668zm14.313-5.66V1.887H1.887v13.207L11.32 5.66l5.66 5.66zm0 2.668l-5.66-5.66-6.766 6.765H16.98V13.99zM5.661 7.547a1.887 1.887 0 110-3.773 1.887 1.887 0 010 3.773z' fill='%23437fec'/%3E%3C/svg%3E")
}
.icon--cart, .icon--cart-accent, .icon--cart-gradient {
	background-size: contain
}
.icon--cart, .icon--cart-accent {
	width: 15px;
	height: 15px
}
.icon--cart {
	background-image: url(../img/svg/icon_cart.svg)
}
.icon--cart-accent {
	background-image: url(../img/svg/icon_cart-accent.svg)
}
.icon--cart-gradient {
	width: 18px;
	height: 18px;
	background-image: url(../img/svg/icon_cart-gradient.svg)
}
.icon--cart-count {
	position: absolute;
	top: -6px;
	right: -6px;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	padding: 3px 0;
	border-radius: 15px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	background-color: #437fec
}
.icon--cart-count.hidden {
	display: none
}
.icon--check {
	transform: translateX(-1px) rotate(-45deg);
	width: 18px;
	height: 9px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	opacity: 0
}
.btn--cart-checked .icon--cart {
	opacity: 0
}
.btn--cart-checked .icon--check {
	opacity: 1
}
.theme--dark .icon--cart-count {
	background: linear-gradient(33deg, #2985c1 17%, #3698c1 33%, #58c8c1 66%, #6ae1c1 82%)
}
.icon--loader {
	position: relative;
	box-sizing: border-box
}
.icon--loader--sm {
	width: 20px;
	height: 20px
}
.icon--loader--md {
	width: 40px;
	height: 40px
}
.icon--loader:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 4px solid #555;
	border-top-color: #f2f2f2;
	animation: spin 1s cubic-bezier(.75, .25, .4, .8) infinite
}
@keyframes spin {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(1turn)
	}
}
.icon--cross {
	display: block;
	width: 15px;
	height: 15px
}
.icon--cross:after, .icon--cross:before {
	display: block;
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 15px;
	height: 2px;
	border-radius: 2px;
	background-color: #fff
}
.icon--cross:after {
	transform: rotate(45deg)
}
.icon--cross:before {
	transform: rotate(-45deg)
}
.icon--copy {
	width: 14px;
	height: 16px;
	background-image: url(../img/svg/icon_copy.svg);
	background-repeat: no-repeat;
	background-size: contain
}
.brand {
	display: flex;
	align-items: center;
	position: relative;
}
.brand__icon {
	display: block;
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-repeat: no-repeat;
	background-size: contain
}
.brand__text {
	margin-left: 12px;
	font-size: 24px;
	font-weight: 600;
	margin-top: -12px;
}
.brand__text::before {
	content: '';
	display: none;
	position: absolute;
	top: 0;
	left: 51px;
	width: 153px;
	height: 50px;
	/* background: url(../img/noviy-god4.png) no-repeat; */
	background: url(../img/spring-logo-decoration.png) no-repeat;
	background-size: contain;
}
.brand__text::after {
	content: 'к успеху вместе';
	position: absolute;
	top: 33px;
	left: 62px;
	font-size: 12px;
	}
.brand__tagline {
	box-sizing: border-box;
	min-width: 170px;
	padding-left: 20px;
	border-left: 1px solid #f2f2f2;
	margin-left: 20px;
	font-size: 14px;
	line-height: 1.4
}
.btn-wrapper {
	display: flex;
	justify-content: center;
	width: 100%
}
.btn {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	border: none;
	background-color: hsla(0, 0%, 100%, 0);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none
}
.btn--primary, .btn--secondary {
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
	text-align: center
}
.btn--primary:after, .btn--primary:before, .btn--secondary:after, .btn--secondary:before {
	display: block;
	content: "";
	position: absolute
}
.btn--primary:before, .btn--secondary:before {
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px
}
.btn--primary:after, .btn--secondary:after {
	z-index: 2;
	top: 3px;
	left: 3px;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border-bottom-left-radius: 27px;
	border-top-right-radius: 27px
}
@keyframes jump {

	0%,
	100% {
		transform: translateY(0) scale(1);
		/* Исходное положение */
	}

	10% {
		transform: translateY(-5px) scaleY(1.05);
		/* Подпрыгивание вверх с легким растяжением */
	}

	20% {
		transform: translateY(-8px) scaleY(1.02);
		/* Максимальная высота */
	}

	30% {
		transform: translateY(0px) scaleY(0.98);
		/* Возврат с эффектом сжатия */
	}

	40% {
		transform: translateY(-2px) scaleY(1.01);
		/* Небольшой отскок вверх */
	}

	50% {
		transform: translateY(0) scaleY(1);
		/* Завершение анимации */
	}
}.btn--primary .btn__text, .btn--secondary .btn__text {
	position: relative;
	z-index: 3;
	font-size: 12px;
	letter-spacing: .03em;
	font-weight: 700;
	text-transform: uppercase;
	background: linear-gradient(66deg, #437fec 30%, #336cd5 50%, #184eae 80%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent
}
/* .theme--dark .btn--primary .btn__text, .theme--dark .btn--secondary .btn__text {
	background: linear-gradient(33deg, #2985c1 17%, #3698c1 33%, #58c8c1 66%, #6ae1c1 82%);
	-webkit-background-clip: text;
	background-clip: text
} */
.theme--dark .btn--primary .btn__text, .theme--dark .btn--secondary .btn__text {
	background: linear-gradient(33deg, #54ccb6 17%, #54ccb6 33%, #4daea0 66%, #4daea0 82%);
		-webkit-background-clip: text;
		background-clip: text;
		padding: 10px 0;
}
.btn--primary {
	min-height: 57px;
	padding: 17px 20px
}
.btn--primary:before {
	background: linear-gradient(90deg, #4b9be3, #437fec 100%)
}
.btn--primary:after {
	background: #f5f9ff
}
.btn--primary .btn__text {
	font-size: 21px;
	background: linear-gradient(90deg, #4b9be3, #437fec 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 10px 0;
}
/* .theme--dark .btn--primary:before {
	background: linear-gradient(33deg, #2985c1 17%, #3698c1 33%, #58c8c1 66%, #6ae1c1 82%)
} */
.theme--dark .btn--primary:before {
	background: linear-gradient(33deg, #54ccb6 17%, #54ccb6 33%, #4daea0 66%, #4daea0 82%);
}
.theme--dark .btn--primary:after {
	background: #1e124f
}
.btn--secondary {
	min-height: 60px;
	padding: 20px 38px
}
.btn--secondary:before {
	background: rgba(67, 127, 236, .05)
}
.btn--secondary:after {
	background: #fff
}
.btn--secondary .btn__text {
	font-size: 13px
}
.theme--dark .btn--secondary:before {
	background: linear-gradient(33deg, #2985c1 17%, #3698c1 33%, #58c8c1 66%, #6ae1c1 82%)
}
.theme--dark .btn--secondary:after {
	background: #251955
}
.btn--header {
	height: 50px;
	padding: 15px;
	text-align: center
}
.btn--header:after, .btn--header:before {
	display: block;
	content: "";
	position: absolute
}
.btn--header:before {
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: #f5f9ff
}
.btn--header:after {
	z-index: 2;
	top: 3px;
	left: 3px;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border-radius: 7px;
	background: #fff
}
.btn--header .btn__text {
	position: relative;
	z-index: 3;
	font-size: 12px;
	letter-spacing: .03em;
	font-weight: 700;
	text-transform: uppercase;
	background: linear-gradient(90deg, #5fefc0, #437fec 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent
}
.theme--dark .btn--header:before {
	background: linear-gradient(33deg, #2985c1 17%, #3698c1 33%, #58c8c1 66%, #6ae1c1 82%)
}
.theme--dark .btn--header:after {
	background: #251955
}
.btn--menu {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	border: 3px solid rgba(67, 127, 236, .07);
	background-color: #fff
}
.btn--menu .icon {
	z-index: 2;
	top: 20px;
	left: 11px
}
.theme--dark .btn--menu {
	border-color: #6ae1c1;
	background: linear-gradient(33deg, #2985c1 17%, #3698c1 33%, #58c8c1 66%, #6ae1c1 82%)
}
.btn--nav {
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	border: none;
	background-color: hsla(0, 0%, 100%, 0);
	color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.btn--nav:after, .btn--nav:before {
	display: block;
	content: "";
	position: absolute
}
.btn--nav:before {
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	border-bottom-left-radius: 25px;
	border-top-right-radius: 25px;
	background: rgba(67, 127, 236, .05)
}
.btn--nav:after {
	top: 3px;
	left: 3px;
	z-index: 2;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border-bottom-left-radius: 22px;
	border-top-right-radius: 22px;
	background: currentColor
}
.btn--nav .icon {
	position: absolute;
	top: 24px;
	left: 18px;
	z-index: 3
}
.btn--nav-prev:before {
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px
}
.btn--nav-prev:after, .btn--nav-prev:before {
	border-bottom-left-radius: 0;
	border-top-right-radius: 0
}
.btn--nav-prev:after {
	border-top-left-radius: 22px;
	border-bottom-right-radius: 22px
}
.card .btn--nav {
	color: #fff
}
.theme--dark .btn--nav {
	color: #251955
}
.theme--dark .btn--nav:before {
	background: linear-gradient(33deg, #2985c1 17%, #3698c1 33%, #58c8c1 66%, #6ae1c1 82%)
}
.btn--accent, .btn--bordered {
	padding: 18px;
	line-height: 1;
	text-align: center
}
.btn--accent:after, .btn--accent:before, .btn--bordered:after, .btn--bordered:before {
	display: block;
	content: "";
	position: absolute
}
.btn--accent:before, .btn--bordered:before {
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #437fec;
	border-radius: 3px
}
.btn--accent:after, .btn--bordered:after {
	top: 1px;
	left: 1px;
	z-index: 2;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background: #fff
}
.btn--accent .btn__text, .btn--bordered .btn__text {
	position: relative;
	z-index: 3;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase
}
.theme--dark .btn--accent:before, .theme--dark .btn--bordered:before {
	background: linear-gradient(33deg, #2985c1 17%, #3698c1 33%, #58c8c1 66%, #6ae1c1 82%)
}
.btn--accent:after {
	background: #437fec
}
.btn--accent .btn__text {
	color: #fff
}
.theme--dark .btn--accent:after {
	background: linear-gradient(33deg, #2985c1 17%, #3698c1 33%, #58c8c1 66%, #6ae1c1 82%)
}
.btn--bordered .btn__text {
	color: #437fec
}
.theme--dark .btn--bordered:after {
	background-color: #251955
}
.theme--dark .btn--bordered .btn__text {
	color: #6ae1c1
}
.btn--cart, .btn--cart-bordered {
	box-sizing: border-box;
	overflow: hidden
}
.btn--cart-bordered .icon, .btn--cart .icon {
	position: absolute
}
.btn--cart-bordered .ajax-loader, .btn--cart-bordered .btn__text, .btn--cart-bordered .icon, .btn--cart .ajax-loader, .btn--cart .btn__text, .btn--cart .icon {
	pointer-events: none
}
.btn--cart {
	width: 43px;
	height: 43px;
	border-radius: 23px;
	background: #437fec;
	overflow: hidden
}
.btn--cart .icon {
	top: 14px;
	left: 14px
}
.btn--cart[disabled] {
	background: rgba(51, 51, 51, .1);
	cursor: not-allowed;
	pointer-events: none
}
.btn--cart.btn--cart-checked {
	background: #437fec
}
.btn--cart-bordered {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	transition: border-color .125s ease-in-out;
	overflow: visible
}
.btn--cart-bordered:after, .btn--cart-bordered:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border-radius: 50%
}
.btn--cart-bordered:before {
	z-index: 1;
	transform: scale(.9);
	background-color: #437fec
}
.btn--cart-bordered:after {
	z-index: 2;
	border: 3px solid rgba(67, 127, 236, .07);
	background-color: #fff
}
.btn--cart-bordered:hover {
	border-color: rgba(67, 127, 236, .75)
}
.btn--cart-bordered.animate {
	animation: scale-bounce .75s cubic-bezier(.75, .25, .4, .8) forwards
}
.btn--cart-bordered.animate:before {
	animation: scale-up .75s cubic-bezier(.75, .25, .4, .8) forwards
}
.btn--cart-bordered .icon {
	z-index: 3;
	top: 16px;
	left: 16px
}
.btn--cart-bordered .icon--cart-count {
	z-index: 4
}
.theme--dark .btn--cart-bordered {
	background: linear-gradient(33deg, #2985c1 17%, #3698c1 33%, #58c8c1 66%, #6ae1c1 82%)
}
.theme--dark .btn--cart-bordered:before {
	z-index: 1;
	transform: scale(.9);
	background-color: #6ae1c1
}
.theme--dark .btn--cart-bordered:after {
	z-index: 2;
	border: 3px solid #6ae1c1;
	background: linear-gradient(33deg, #2985c1 17%, #3698c1 33%, #58c8c1 66%, #6ae1c1 82%)
}
.theme--dark .btn--cart-bordered .icon {
	filter: grayscale(1) brightness(3)
}
.theme--dark .btn--cart-bordered:hover {
	border-color: rgba(106, 225, 193, .75)
}
@keyframes scale-bounce {
	0% {
		transform: scale(.95)
	}
	50% {
		transform: scale(1.125)
	}
	to {
		transform: scale(1)
	}
}
@keyframes scale-up {
	0% {
		transform: scale(.9);
		opacity: 1
	}
	to {
		transform: scale(1.5);
		opacity: 0
	}
}
.btn--cart.map__cart-btn {
	display: block;
	width: 185px;
	margin-top: 10px
}
.btn--cart.map__cart-btn .btn__text {
	position: absolute;
	top: 15px;
	left: 20px;
	line-height: 1;
	color: #fff
}
.btn--cart.map__cart-btn .btn__icon {
	left: auto;
	right: 20px
}
.btn--remove {
	width: 43px;
	height: 43px;
	border-radius: 50%;
	background: #437fec;
	overflow: hidden
}
.btn--remove .icon {
	position: absolute;
	top: 14px;
	left: 14px
}
.theme--dark .btn--remove {
	background: linear-gradient(33deg, #2985c1 17%, #3698c1 33%, #58c8c1 66%, #6ae1c1 82%)
}
.btn--dropdown {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	border: 1px solid hsla(0, 0%, 100%, 0);
	border-radius: 6px;
	text-align: left;
	background-color: #f6f9fc;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.btn--dropdown .btn__text {
	font-size: 14px;
	color: rgba(23, 40, 73, .6)
}
.btn--dropdown .icon {
	position: absolute;
	right: 20px;
	bottom: 25px
}
.theme--dark .btn--cart {
	background: linear-gradient(33deg, #2985c1 17%, #3698c1 33%, #58c8c1 66%, #6ae1c1 82%)
}
.theme--dark .btn--cart[disabled] {
	background: #999
}
.theme--dark .btn--cart.btn--cart-checked {
	background: linear-gradient(33deg, #2985c1 17%, #3698c1 33%, #58c8c1 66%, #6ae1c1 82%)
}
.link {
	font-weight: 700
}
.link .icon {
	margin-left: 10px
}
.balloon__text table {
	border-collapse: collapse
}
.balloon__text table:not(:last-child) {
	margin-bottom: 10px
}
.balloon__text td, .balloon__text th {
	padding: 5px 8px;
	border: 1px solid #f2f2f2
}
.ajax-loader {
	position: absolute;
	top: -2px;
	left: -2px;
	z-index: 10;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	background-color: rgba(245, 249, 255, .75);
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s ease-in-out
}
.ajax-loader--visible {
	opacity: 1;
	pointer-events: all
}
.ajax-loader .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.btn--copy {
	width: 36px;
	height: 36px;
	border: 1px solid rgba(67, 127, 236, .08);
	border-radius: 50%
}
.btn--copy .btn__icon {
	position: absolute;
	top: 10px;
	left: 10px
}
.btn--close {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #437fec;
	overflow: hidden
}
.btn--close .icon {
	position: absolute;
	top: 5px;
	left: 5px
}
input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], select, textarea {
	box-sizing: border-box;
	max-width: 100%;
	padding: 20px;
	border: 1px solid hsla(0, 0%, 100%, 0);
	border-radius: 6px;
	font-size: 14px;
	color: rgba(23, 40, 73, .6);
	background-color: #f6f9fc;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: rgba(23, 40, 73, .6)
}
input[type=email]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, select::placeholder, textarea::placeholder {
	color: rgba(23, 40, 73, .6)
}
input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus {
	color: #172849
}
.theme--dark input[type=email], .theme--dark input[type=number], .theme--dark input[type=password], .theme--dark input[type=search], .theme--dark input[type=tel], .theme--dark input[type=text], .theme--dark select, .theme--dark textarea {
	color: #a2a2a2;
	background-color: hsla(0, 0%, 100%, 0);
	border-color: hsla(0, 0%, 94.9%, .05)
}
.theme--dark input[type=email]:-ms-input-placeholder, .theme--dark input[type=number]:-ms-input-placeholder, .theme--dark input[type=password]:-ms-input-placeholder, .theme--dark input[type=search]:-ms-input-placeholder, .theme--dark input[type=tel]:-ms-input-placeholder, .theme--dark input[type=text]:-ms-input-placeholder, .theme--dark select:-ms-input-placeholder, .theme--dark textarea:-ms-input-placeholder {
	color: #a2a2a2
}
.theme--dark input[type=email]::placeholder, .theme--dark input[type=number]::placeholder, .theme--dark input[type=password]::placeholder, .theme--dark input[type=search]::placeholder, .theme--dark input[type=tel]::placeholder, .theme--dark input[type=text]::placeholder, .theme--dark select::placeholder, .theme--dark textarea::placeholder {
	color: #a2a2a2
}
.theme--dark input[type=email]:focus, .theme--dark input[type=number]:focus, .theme--dark input[type=password]:focus, .theme--dark input[type=search]:focus, .theme--dark input[type=tel]:focus, .theme--dark input[type=text]:focus, .theme--dark select:focus, .theme--dark textarea:focus {
	color: #a2a2a2
}
select {
	padding-right: 40px
}
fieldset {
	border: none;
	padding: 0;
	margin: 0
}
fieldset>ul>li:not(:last-child) {
	margin-bottom: 30px
}
input[type=submit] {
	padding: 20px;
	border: none;
	border-radius: 3px;
	line-height: 1;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #437fec;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer
}
@media (max-width:667.98px) {
	.form__text-wrapper--col-2>:not(:last-child) {
		margin-bottom: 30px
	}
}
@media (min-width:668px) {
	.form__text-wrapper--col-2 {
		display: flex;
		justify-content: space-between;
		align-items: flex-start
	}
	.form__text-wrapper--col-2>* {
		width: calc(50% - 10px)
	}
}
label {
	display: block
}
.form__label {
	position: relative
}
@media (min-width:668px) {
	.form__input-wrapper--mobile {
		display: none
	}
}
@media (max-width:667.98px) {
	.form__input-wrapper--desktop {
		display: none
	}
}
.form__label .icon--shev {
	position: absolute;
	right: 20px;
	bottom: 25px
}
.form__label-text {
	display: block
}
.form__label--text .form__label-text {
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase
}
@media (max-width:667.98px) {
	.form__radio-list label:not(:last-child) {
		margin-bottom: 8px
	}
}
@media (min-width:668px) {
	.form__radio-list {
		display: flex;
		flex-wrap: wrap
	}
	.form__radio-list label:not(:last-child) {
		margin-right: 8px
	}
}
.form__radio-label {
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase
}
.form__label--radio .form__label-text {
	padding: 20px 15px;
	border-radius: 10px;
	font-size: 14px;
	background-color: #f6f9fc;
	transition: color .2s ease-in-out, background-color .2s ease-in-out
}
.form__label--radio input:checked~.form__label-text {
	color: #fff;
	background-color: #437fec
}
.theme--dark .form__label--radio input:checked~.form__label-text {
	background-color: #6ae1c1
}
.form__label--checkbox {
	display: flex;
	align-items: center;
	color: rgba(23, 40, 73, .6)
}
.form__label--checkbox .icon {
	flex-shrink: 0;
	margin-right: 12px
}
.form__info {
	padding: 24px 20px;
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	line-height: 1.6
}
.theme--dark .form__info {
	border-color: hsla(0, 0%, 94.9%, .05)
}
.range-slider {
	margin: 30px 0 72px
}
.form__dropdown {
	position: relative
}
.form__dropdown .form__label-text {
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase
}
.form__dropdown>.btn {
	position: relative;
	z-index: 2
}
.form__dropdown-list {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	transform: translateY(-5px);
	box-sizing: border-box;
	width: 100%;
	max-height: 205px;
	padding: 8px 0;
	border: 1px solid #f2f2f2;
	background-color: #f6f9fc;
	opacity: 0;
	pointer-events: none;
	overflow-y: scroll;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out
}
.form__dropdown-list.active {
	z-index: 10;
	transform: translateY(0);
	opacity: 1;
	pointer-events: all
}
.form__dropdown-list>li label {
	position: relative;
	padding: 8px 10px 8px 45px
}
.form__dropdown-list>li .icon {
	position: absolute;
	top: 8px;
	left: 15px
}
.theme--dark .form__dropdown-list, .theme--dark .form__dropdown>.btn {
	background-color: #251955;
	border-color: hsla(0, 0%, 94.9%, .05)
}
.theme--dark .form__dropdown>.btn .btn__text {
	color: #a2a2a2
}
.wpcf7-not-valid-tip {
	margin-top: .5em
}
.fancybox-slide--html {
	padding: 0
}
.fancybox-content {
	padding: 0;
	background: hsla(0, 0%, 100%, 0)
}
.modal--form, .modal--post {
	box-sizing: border-box;
	width: 100%
}
@media (max-width:667.98px) {
	.modal--form, .modal--post {
		padding: 50px 30px 40px
	}
}
@media (min-width:668px) {
	.modal--form, .modal--post {
		padding: 70px 95px 90px;
		border-radius: 20px
	}
}
.modal--form {
	max-width: 510px;
	background-color: #fff
}
.modal--post {
	max-width: 1160px;
	background-color: #f5f9ff
}
.modal--form .modal__content, .modal--post .modal__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%
}
.modal__header {
	margin-bottom: 20px;
	text-align: center
}
.modal__header .form__title {
	margin-bottom: .5em;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 600;
	color: #172849
}
.modal__header .form__description {
	line-height: 1.6;
	color: rgba(23, 40, 73, .6)
}
.modal--form .form__input-wrapper:not(:last-child) {
	margin-bottom: 10px
}
.modal--form .form__input-wrapper .wpcf7-text {
	width: 100%;
	background-color: #fff;
	padding: 20px;
	border: 1px solid #f5f9ff;
	border-radius: 4px
}
.modal--form .form__input-wrapper .wpcf7-text:-ms-input-placeholder {
	color: rgba(51, 51, 51, .7)
}
.modal--form .form__input-wrapper .wpcf7-text::placeholder, .modal--form .form__input-wrapper .wpcf7-text:focus {
	color: rgba(51, 51, 51, .7)
}
.modal--form .form__input-wrapper .icon {
	top: 28px;
	z-index: 2;
	filter: grayscale(1)
}
.modal--form .wpcf7-submit {
	width: 100%
}
.modal--form .wpcf7 form .wpcf7-response-output {
	margin-top: 0;
	color: #172849
}
.modal__cities li a {
	border-bottom: 3px solid #f5f9ff
}
.modal__cities li:not(:last-child) {
	margin-bottom: 15px
}
.theme--dark .modal__cities li a {
	color: #172849
}
.modal__content--post h1, .modal__content--post h2, .modal__content--post h3, .modal__content--post h4, .modal__content--post h5 {
	margin-bottom: 1em
}
.modal__content--post p {
	margin: 1em 0;
	line-height: 1.6;
	color: rgba(23, 40, 73, .6)
}
.modal__content--post b, .modal__content--post strong, .theme--dark .modal__content--post h1, .theme--dark .modal__content--post h2, .theme--dark .modal__content--post h3, .theme--dark .modal__content--post h4, .theme--dark .modal__content--post h5 {
	color: #172849
}
.theme--dark .modal .search__table td, .theme--dark .modal .search__table th {
	color: #172849;
	background-color: #fff
}
.theme--dark .modal .search__table td:first-child span, .theme--dark .modal .search__table th:first-child span {
	border-color: #f2f2f2
}
.theme--dark .modal .search__table td:not(:first-child):not(:last-child):after, .theme--dark .modal .search__table th:not(:first-child):not(:last-child):after {
	background-color: #f2f2f2
}
@media (max-width:1279.98px) {
	.modal .search__table {
		padding-right: 0
	}
}
.fancybox-button.fancybox-close-small {
	top: 40px;
	right: 12px;
	width: 30px;
	height: 30px;
	padding: 5px;
	border-radius: 50%;
	color: #fff;
	background: #437fec
}
@media (max-width:667.98px) {
	.fancybox-button.fancybox-close-small {
		position: fixed;
		z-index: 99
	}
}
.slider__nav-btn {
	pointer-events: all
}
.slider__nav-btn--prev .icon {
	transform: rotate(180deg)
}
.slider__nav {
	display: flex;
	pointer-events: none
}
.slider__nav--centered {
	justify-content: space-between;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	transform: translateY(-50%);
	width: 100%
}
@media (max-width:1279.98px) {
	.slider__nav--centered .slider__nav-btn--prev {
		transform: translateX(-20px)
	}
	.slider__nav--centered .slider__nav-btn--next {
		transform: translateX(20px)
	}
}
@media (min-width:1280px) {
	.slider__nav--centered .slider__nav-btn--prev {
		transform: translateX(-50%)
	}
	.slider__nav--centered .slider__nav-btn--next {
		transform: translateX(50%)
	}
}
.slider__nav--compact {
	justify-content: center
}
.slider__nav--compact .slider__nav-btn--prev {
	margin-right: 8px
}
.slider__nav--align-right {
	justify-content: flex-end
}
.slider__nav--align-right .slider__nav-btn--prev {
	margin-right: 8px
}
.section--w-bg {
	position: relative
}
.section--w-bg .wrapper {
	position: relative;
	z-index: 2
}
.section__background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none
}
.section__bg {
	position: absolute
}
.section__header {
	margin-bottom: 60px
}
.section__title {
	font-size: 36px;
	font-weight: 600
}
.section__title--w-line {
	position: relative
}
.section__title--w-line:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #f5f9ff
}
.section__title--w-line span {
	position: relative;
	z-index: 2;
	padding-right: 2ch;
	background-color: #fff
}
.theme--dark .section__title--w-line:before {
	background-color: rgba(106, 225, 193, .05)
}
.theme--dark .section__title--w-line span {
	background-color: #251955
}
@media (max-width:667.98px) {
	.section__footer {
		margin-top: 40px
	}
}
@media (min-width:668px) {
	.section__footer {
		margin-top: 60px
	}
}
.card {
	position: relative;
	background-color: #fff
}
.theme--dark .card {
	background-color: #251955
}
.card__background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: hidden
}
.card__bg {
	position: absolute;
	background-repeat: no-repeat
}
.card__content {
	position: relative;
	z-index: 2
}
.header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 4;
	transform: translateY(0);
	transition: transform .3s ease-in-out;
}
@media (min-width:767.98px) {
	.header {
		position: fixed;
	}
}
@media (max-width:767.98px) {
	.header {
		position: relative;
	}
}
.header--fixed .header__top.fc-second{
	background-color: white;
	padding-right: 10px;
}
.theme--dark .header--fixed .header__top.fc-second{
	background-color: #251955;
}
.admin-bar .header {
	top: 32px
}
.header>.wrapper, .header__bottom, .header__top {
	position: relative;
	z-index: 999;
	background-color: #251955;
}
.header__bottom>:first-child, .header__top>:first-child {
	padding-right: 20px
}
.header__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 50px;
	z-index: 3;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	overflow: visible;
}
@media (min-width:1024px) and (max-width:1279.98px) {
	.header__top>:first-child {
		width: auto
	}
}
.header__top>:last-child {
	justify-content: flex-end
}
@media (max-width:667.98px) {
	/* .header__top>:last-child {
		display: none
	} */
	.vl{
		width: 1px;
		height: 22px;
		background-color: #fff;
	}
}
.header__city {
	display: flex;
	align-items: center;
	font-size: 14px
}
.header__city .icon {
	display: block;
	margin-right: 10px
}
.header__city .icon.dark, .theme--dark .header__city .icon.light {
	display: none
}
.theme--dark .header__city .icon.dark {
	display: block
}
.header__center, .header__side {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	justify-content: center;
}
@media (min-width:668px) and (max-width:1023.98px) {
	.header__center {
		flex-grow: 1
	}
}
@media (min-width:1024px) {
	.header__center {
		width: 55%
	}
}
@media (min-width:1024px) {
	.header__side {
		width: 10%
	}
}
@media (max-width:1023.98px) {
	.header__nav {
		display: none
	}
}
@media (min-width:1024px) {
	.header__nav {
		margin-right: 2%
	}
}
.header__nav ul {
	display: flex
}
@media (max-width:1279.98px) {
	.header__nav ul>li:not(:last-child) {
		margin-right: 30px
	}
}
@media (min-width:1280px) {
	.header__nav ul>li:not(:last-child) {
		margin-right: 20px
	}
}
.header__nav a {
	font-size: 14px;
	white-space: nowrap
}
@media (max-width:668px) {
	.header__brand .brand__tagline {
		display: none
	}
}
.header__night-mode {
	display: none;
	align-items: center;
	padding: 0;
	margin: 0;
	font-size: 14px;
	background-color: hsla(0, 0%, 100%, 0);
	border: none;
	color: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none
}
.header__night-mode .icon {
	display: block;
	margin: 0 8px
}
.header__contacts a {
	font-size: 14px
}
.header__bottom {
	display: flex;
	align-items: center;
	z-index: 2;
	box-sizing: border-box;
	min-height: 100px;
	padding: 20px 0;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
	box-shadow: 0 15px 20px 2px rgba(0, 0, 0, .02);
	transition: margin-top 0.5s ease-in-out;
	margin-top: 0;
}
@media (max-width:667.98px) {
	.header__bottom {
		justify-content: space-between;
		padding: 20px 0 50px
	}
}
@media (min-width:668px) {
	.hide-bottom-header {
		margin-top: -100px;
	}
	.header__bottom {
		padding: 20px 0
	}
}
.header__bottom>:first-child {
	padding-left: 20px
}
@media (min-width:1280px) {
	.header__bottom>:first-child {
		width: auto
	}
}
.header__bottom>:last-child {
	flex-shrink: 0;
	justify-content: flex-end;
	padding-right: 20px
}
.header__bottom-phone {
	white-space: nowrap
}
@media (max-width:667.98px) {
	.header__bottom-phone {
		position: absolute;
		top: 210%;
		right: 0;
		z-index: 2;
		width: 100%;
	}
}
@media (min-width:668px) {
	.header__bottom-phone {
		display: none
	}
}
@media (max-width:767.98px) {
	.header__search {
		display: none
	}
}
@media (min-width:768px) {
	.header__search {
		flex-grow: 1;
		position: relative
	}
}
@media (min-width:1024px) {
	.header__search {
		max-width: 370px;
		margin-right: 25px
	}
}
.header__search input {
	width: 100%;
	background-color: #fff;
	padding-top: 16px;
	padding-bottom: 16px;
	border: 1px solid #f2f2f2;
	border-radius: 4px
}
.header__search input:-ms-input-placeholder {
	color: rgba(23, 40, 73, .5)
}
.header__search input::placeholder {
	color: rgba(23, 40, 73, .5)
}
.theme--dark .header__search input {
	background-color: hsla(0, 0%, 100%, 0);
	border-color: hsla(0, 0%, 94.9%, .05)
}
.header__search .icon {
	position: absolute;
	top: 17px;
	right: 16px;
	/* pointer-events: none */
	z-index: 9999;
}
@media (max-width:1023.98px) {
	.header__phone {
		display: none
	}
}
@media (min-width:1024px) {
	.header__phone {
		display: block
	}
}
.header__phone--main, .header__phone--tagline {
	display: block
}
.header__phone--main {
	margin-bottom: 5px;
	font-size: 23px;
	font-weight: 700;
	text-align: center;
}
.header__phone--tagline {
	font-size: 14px;
	text-align: center;
	margin-bottom: 15px;
}
@media (max-width:667.98px) {
	.header__callback {
		display: none
	}
}
@media (min-width:668px) {
	.header__callback {
		display: block;
		flex-grow: 1;
		max-width: 190px;
		margin-right: 20px
	}
}
.header__callback, .header__cart {
	flex-shrink: 0
}
@media (max-width:1023.98px) {
	.header__nav-toggle {
		margin-left: 6px
	}
}
@media (min-width:1024px) {
	.header__nav-toggle {
		display: none
	}
}
/* .breadcrumbs.section{
	margin: 150px 0 50px 0;
} */
.location__hint {
	top: 100%;
	left: 0;
	box-sizing: border-box;
	padding: 15px;
	border: 3px solid #f5f9ff;
	border-radius: 10px;
	opacity: 0;
	filter: drop-shadow(0 5px 20px rgba(0, 0, 0, .05));
	pointer-events: none;
	transition: opacity .2s ease-in-out;
	z-index: 999;
}
.location__hint, .location__hint:after {
	position: absolute;
	z-index: 999;
	background-color: #437fec
}
.location__hint:after {
	display: block;
	content: "";
	top: 0;
	left: 50%;
	transform: translate(-50%, -10px) rotate(45deg);
	z-index: 999;
	width: 20px;
	height: 20px
}
.location__hint.show {
	opacity: 1;
	pointer-events: all;
	z-index: 999;
}
.theme--dark .location__hint, .theme--dark .location__hint:after {
	border-color: hsla(0, 0%, 94.9%, .05);
	background-color: #251955;
	filter: drop-shadow(0 5px 20px rgba(255, 255, 255, .05));
	z-index: 999;
}
.location__btns-wrapper {
	display: flex
}
.location__hint-btn {
	display: block
}
.location__hint-btn:not(:last-child) {
	margin-right: 5px
}
.location__hint-btn .btn__text {
	line-height: 1;
	border-bottom: 1px dotted
}
.location__hint>p {
	margin-bottom: 1em
}
.theme--dark .location__hint>p {
	color: #fff
}
.location__city {
	padding: 0;
	margin: 0;
	background-color: hsla(0, 0%, 100%, 0);
	border: none;
	border-bottom: 1px dotted;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none
}
.mobile-nav {
	position: absolute;
	top: calc(100% - 30px);
	left: 0;
	z-index: 1;
	transform: translateY(-10px);
	box-sizing: border-box;
	width: 100%;
	padding: 50px 20px 20px;
	border-bottom-left-radius: 30px;
	background-color: #fff;
	opacity: 0;
	pointer-events: none;
	box-shadow: 0 15px 20px 2px rgba(0, 0, 0, .02);
	transition: transform .3s ease-in-out, opacity .3s ease-in-out
}
@media (min-width:668px) {
	.mobile-nav {
		text-align: right
	}
}
.mobile-nav.show {
	transform: translateY(0);
	opacity: 1;
	pointer-events: all
}
.theme--dark .mobile-nav {
	background-color: #251955
}
.mobile-nav li:not(:last-child) {
	margin-bottom: 15px
}
.mobile-nav li:not(:last-child) a {
	border-bottom: 3px solid #f5f9ff
}
@media (max-width:667.98px) {
	.mobile-nav li:last-child {
		margin-top: 20px
	}
}
@media (min-width:668px) {
	.mobile-nav li:last-child {
		display: none
	}
}
.theme--dark .mobile-nav li:not(:last-child) a {
	border-color: rgba(106, 225, 193, .1)
}
@media (max-width:667.98px) {
	.mobile-nav .btn {
		display: block
	}
}
.breadcrumbs {
	padding: 50px 0
}
.breadcrumbs__list {
	margin-bottom: 16px
}
.breadcrumbs__list span span>:first-child {
	margin-right: 10px
}
.breadcrumbs__list span span>:not(:first-child):not(:last-child) {
	margin: 0 10px
}
.breadcrumbs__list span span>:last-child {
	margin-left: 10px
}
@media (min-width:1024px) {
	.breadcrumbs__title-wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center
	}
}
@media (max-width:1023.98px) {
	.breadcrumbs__title-wrapper .page-title {
		margin-bottom: 30px
	}
}
.footer {
	position: relative;
	z-index: 4;
	border-top: 2px solid rgba(67, 127, 236, .05);
	background-color: #fff
}
.theme--dark .footer {
	background-color: #251955
}
.footer__main {
	border-bottom: 1px solid rgba(67, 127, 236, .05)
}
@media (max-width:767.98px) {
	.footer__main {
		padding-top: 40px
	}
}
@media (min-width:768px) {
	.footer__main {
		padding: 60px 0
	}
}
.footer__columns {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
@media (max-width:1023.98px) {
	.footer__columns--4 .footer__col {
		width: calc(50% - 20px);
		margin-bottom: 40px;
		text-align: center
	}
}
@media (min-width:1024px) {
	.footer__columns--4 .footer__col {
		width: calc(25% - 20px)
	}
}
@media (max-width:767.98px) {
	.footer__columns--3 .footer__col {
		width: 100%;
		margin-bottom: 20px;
		text-align: center
	}
}
@media (min-width:768px) {
	.footer__columns--3 .footer__col {
		width: calc(33% - 20px)
	}
}
.footer__col h3 {
	margin-bottom: 1.5em;
	font-size: 1rem;
	text-transform: uppercase
}
.footer__col li:not(:last-child) {
	margin-bottom: 12px
}
.footer__col b, .footer__col h3, .footer__col strong {
	font-weight: 700;
	color: #172849
}
.theme--dark .footer__col b, .theme--dark .footer__col h3, .theme--dark .footer__col strong {
	color: #fff
}
@media (max-width:767.98px) {
	.footer__copy {
		padding: 20px 0
	}
}
@media (min-width:768px) {
	.footer__copy {
		padding: 50px 0
	}
}
@media (min-width:768px) {
	.footer__copy .footer__columns>li:nth-child(2) {
		text-align: center
	}
}
@media (min-width:768px) {
	.footer__copy .footer__columns>li:nth-child(3) {
		text-align: right
	}
}
@media (min-width:1024px) {
	.hero {
		padding-bottom: 100px
	}
}
.section__bg--hero, .section__bg--hero-dark {
	left: 50%;
	width: 1183px;
	height: 838px;
	transition: opacity .3s ease-in-out
}
@media (min-width:667.98px) {
	.hero__title{
			font-size: 35px;
			text-align: right;
			margin-top: 20px;
			margin-bottom: 20px;
	}
	.why-us{
		font-size: 35px;
		margin-bottom: 6px;
	}
}
.main-title{
	text-align: left !important;
}
@media (max-width:667.98px) {
	.why-us{
		font-size: 25px;
	}
	.hero__title{
			font-size: 16px;
			text-align: right;
			margin-top: 7px;
	}
}
@media (max-width:1023.98px) {
	.section__bg--hero, .section__bg--hero-dark {
		/* bottom: -293px; */
		transform: translateX(-50%)
	}
}
@media (min-width:1024px) {
	.section__bg--hero, .section__bg--hero-dark {
		top: -153px;
		transform: translateX(-180px)
	}
}
.section__bg--hero-dark, .theme--dark .section__bg--hero {
	opacity: 0
}
.theme--dark .section__bg--hero-dark {
	opacity: 1
}
@media (max-width:1023.98px) {
	.hero__main {
		padding-top: 35px
	}
}
@media (min-width:1024px) {
	.hero__main {
		padding-top: 35px
	}
}
.hero__main h1 {
	max-width: 22ch;
	line-height: 1.4;
	font-weight: 600;
}
@media (max-width:667.98px) {
	.hero__main h1 {
		font-size: 7.5vw
	}
}
@media (min-width:668px) {
	.hero__main h1 {
		font-size: 44px
	}
}
@media (min-width:768px) {
	.hero__main h1 {
		margin-bottom: 35px
	}
}
/* @media (max-width:667.98px) {
	.hero__main ul {
		display: none
	}
}
@media (min-width:668px) {
	.hero__main ul {
		display: flex
	}
}
.hero__main ul>li {
	color: rgba(23, 40, 73, .6)
}
.hero__main ul>li:not(:last-child) {
	margin-right: 60px
}
.hero__main ul>li strong {
	display: inline-block;
	margin-bottom: 10px;
	line-height: 1;
	font-weight: 600;
	color: #172849
}
@media (max-width:667.98px) {
	.hero__main ul>li strong {
		font-size: 11vw
	}
}
@media (min-width:668px) {
	.hero__main ul>li strong {
		font-size: 46px
	}
} */
.hero__main .advantages-header>li::before{
	content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto 10px auto;
}
.hero__main .advantages-header>li:nth-child(1):before{
	background-image: url('../img/price.apng');
}
.hero__main .advantages-header>li:nth-child(2){
	border-color: #48b2c1;
	position: relative;
	background-color: #251955;
}
.top-border{
	position: absolute;
	top: -3px;
	right: -15px;
	height: 3px;
	width: 15px;
	background-color: #48b2c1;
}
.bottom-border{
	position: absolute;
	right: -16px;
	bottom: -18px;
	width: 15px;
	height: 15px;
	border: 3px solid #46b0c2;
	z-index: 998;
	border-top-right-radius: 100%;
	border-bottom: 0;
	border-left: 0;
}
.hero__main .advantages-header>li:nth-child(2):before{
	background-image: url('../img/map.apng');
}
.hero__main .advantages-header>li:nth-child(3):before{
	background-image: url('../img/check.apng');
}
.hero__main .advantages-header>li:nth-child(4):before{
	background-image: url('../img/sale.apng');
}
.hero__main .advantages-header>li:nth-child(5):before{
	background-image: url('../img/group.apng');
}
.hero__main .advantages-header>li:nth-child(6):before{
	background-image: url('../img/clock.apng');
}
.hero__main .advantages-header>li:nth-child(7):before{
	background-image: url('../img/chart.apng');
}

.hero__main .btn {
	margin-top: 15px
}
.products {
	position: relative;
	z-index: 2;
	padding-bottom: 50px;
	background-color: #fff
}
@media (max-width:667.98px) {
	.products {
		padding-top: 60px
	}
}
@media (min-width:668px) {
	.products {
		padding-top: 75px
	}
}
.theme--dark .products {
	background-color: #251955
}
@media (min-width:668px) {
	.products__list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap
	}
}
.products__item {
	position: relative;
	box-sizing: border-box;
	padding: 55px 35px 0;
	border: 3px solid #f5f9ff;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px
}
@media (max-width:667.98px) {
	.products__item {
		width: 100%;
		height: 250px
	}
	.products__item:not(:last-child) {
		margin-bottom: 20px
	}
}
@media (min-width:668px) {
	.products__item {
		height: 430px
	}
}
@media (min-width:668px) and (max-width:767.98px) {
	.products__item {
		width: calc(33.33% - 15px);
		margin-bottom: 20px
	}
}
@media (min-width:768px) {
	.products__item {
		width: calc(33.33% - 27px);
		margin-bottom: 20px
	}
}
.theme--dark .products__item {
	border-color: rgba(106, 225, 193, .05)
}
.products__item .card__content {
	display: flex;
	flex-direction: column;
	height: 100%
}
.products__item-title {
	font-size: 22px;
	font-weight: 600;
	background: #172849;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent
}
.theme--dark .products__item-title {
	background: #fff;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent
}
.products__item:hover .products__item-title {
	background: linear-gradient(90deg, #5fefc0, #437fec 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent
}
.products__item-image-wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	position: relative;
	width: 100%;
	height: 100%
}
.products__item-image {
	position: absolute;
	bottom: 0;
	right: 0;
	transition: opacity .3s ease-in-out
}
@media (max-width:667.98px) {
	.products__item-image {
		max-height: none;
		height: 125%
	}
}
.products__item-image--dark, .products__item:hover .products__item-image--light {
	opacity: 0
}
.products__item:hover .products__item-image--dark {
	opacity: 1
}
.products__item-link {
	position: absolute;
	left: 0;
	bottom: 40px
}
.products__item:hover .btn--nav .icon--arrow-right {
	background: linear-gradient(90deg, #5fefc0, #437fec 100%)
}
.products__count {
	padding: 25px 30px 35px
}
@media (max-width:667.98px) {
	.products__count .card__content {
		text-align: center
	}
	.products__count .card__content .btn:not(:last-child) {
		margin-bottom: 14px
	}
}
@media (min-width:668px) {
	.products__count .card__content {
		display: flex;
		justify-content: flex-end;
		align-items: center
	}
	.products__count .card__content .btn:not(:last-child) {
		margin-right: 14px
	}
}
.products__count-info {
	color: rgba(23, 40, 73, .6)
}
@media (max-width:667.98px) {
	.products__count-info {
		margin-bottom: 20px
	}
}
@media (min-width:668px) {
	.products__count-info {
		flex-grow: 1
	}
}
.products__count-count {
	margin-bottom: 10px;
	font-size: 44px;
	font-weight: 700
}
.products__count .btn {
	max-width: 260px;
	width: 100%
}
.products__pagination {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 20px
}
.page-numbers {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 55px;
	height: 55px;
	border: 1px solid #f2f2f2;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
	color: rgba(23, 40, 73, .6);
	background-color: #fff
}
.page-numbers:hover {
	border-color: #437fec
}
.page-numbers:not(:last-child) {
	margin-right: 14px
}
.page-numbers.current {
	border-color: #437fec;
	color: #fff;
	background-color: #437fec
}
.page-numbers.dots {
	display: none
}
.page-numbers.next, .page-numbers.prev {
	color: hsla(0, 0%, 100%, 0)
}
.page-numbers.next:after, .page-numbers.prev:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	border-left: 2px solid rgba(0, 0, 0, .75);
	border-top: 2px solid rgba(0, 0, 0, .75)
}
.page-numbers.prev:after {
	transform: translate(-50%, -50%) rotate(-45deg)
}
.page-numbers.next:after {
	transform: translate(-50%, -50%) rotate(135deg)
}
.page-numbers span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.theme--dark .page-numbers {
	color: #fff;
	background-color: #251955
}
.theme--dark .page-numbers.next, .theme--dark .page-numbers.prev {
	color: hsla(0, 0%, 100%, 0)
}
.theme--dark .page-numbers.next:after, .theme--dark .page-numbers.prev:after {
	border-color: #fff
}
.theme--dark .page-numbers.current {
	border-color: #6ae1c1;
	color: #fff
}
@media (max-width:1023.98px) {
	.services {
		margin-bottom: 40px
	}
}
@media (min-width:1024px) {
	.services {
		margin-bottom: 50px
	}
}
.home .services {
	padding-top: 60px
}
@media (min-width:668px) {
	.services__list {
		display: flex;
		flex-wrap: wrap
	}
}
.services__item {
	box-sizing: border-box;
	padding: 30px 20px 0 35px;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
	box-shadow: 0 15px 20px 2px rgba(0, 0, 0, .001);
	transition: box-shadow .3s ease-in-out
}
.services__item:hover {
	box-shadow: 0 15px 20px 2px rgba(0, 0, 0, .02)
}
@media (max-width:667.98px) {
	.services__item {
		width: 100%
	}
	.services__item:not(:last-child) {
		margin-bottom: 20px
	}
}
@media (min-width:668px) {
	.services__item {
		width: calc(50% - 20px);
		margin-bottom: 40px
	}
	.services__item:not(:nth-child(2n)) {
		margin-right: 40px
	}
}
.services__item .card__background {
	overflow: hidden
}
.services__item-bg--1 {
	right: -25%;
	bottom: 0;
	width: 130%;
	height: 100%;
	background-size: cover;
	background-position: 0 60%
}
.services__item .card__content {
	display: flex;
	justify-content: space-between;
	height: 100%
}
.service__item-text {
	display: flex;
	flex-direction: column;
	padding: 20px 0 40px
}
.services__item-title {
	flex-grow: 1;
	max-width: 12em;
	margin-bottom: 40px;
	font-size: 22px;
	font-weight: 600;
	background: #172849;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent
}
.theme--dark .services__item-title {
	background: #fff;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent
}
.services__item:hover .services__item-title {
	background: linear-gradient(90deg, #5fefc0, #437fec 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent
}
.services__item-image-wrapper {
	position: relative;
	width: 100%;
	height: 100%
}
.services__item-image {
	position: absolute;
	bottom: 0;
	right: 0;
	transition: opacity .3s ease-in-out
}
.services__item-image--dark, .services__item:hover .services__item-image--light {
	opacity: 0
}
.services__item:hover .services__item-image--dark {
	opacity: 1
}
.services__item:hover .btn--nav .icon--arrow-right {
	background: linear-gradient(90deg, #5fefc0, #437fec 100%)
}
.about {
	background-color: #fff
}
@media (max-width:1023.98px) {
	.about {
		padding-top: 60px;
		padding-bottom: calc(55% + 40px)
	}
}
@media (min-width:1024px) {
	.about {
		padding-top: 175px;
		padding-bottom: 175px
	}
}
.theme--dark .about {
	background-color: #251955
}
.section__bg--about {
	left: 50%
}
@media (max-width:1023.98px) {
	.section__bg--about {
		bottom: 0;
		transform: translateX(-50%);
		width: 100%;
		height: 0;
		padding-top: 55%
	}
}
@media (min-width:1024px) {
	.section__bg--about {
		top: 50px;
		transform: translateX(-200px);
		width: 1143px;
		height: 628px
	}
}
.section__bg-img--about {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain
}
.theme--dark .section__bg-img--about {
	opacity: 1
}
.about__dots-list {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%
}
.about__dots-list li {
	position: absolute
}
@media (max-width:1023.98px) {
	.about__main {
		text-align: center
	}
}
.about__content {
	max-width: 37ch
}
@media (max-width:1023.98px) {
	.about__content {
		margin: 0 auto 40px
	}
}
@media (min-width:1024px) {
	.about__content {
		margin-bottom: 40px
	}
}
.about__content h2 {
	margin-bottom: .75em;
	color: #172849
}
.about__content p {
	margin-bottom: 1.25em;
	font-size: 15px;
	line-height: 1.5
}
.about__content ul {
	display: flex
}
@media (max-width:1023.98px) {
	.about__content ul {
		justify-content: center
	}
}
.about__content ul>li strong {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 44px;
	font-weight: 700
}
.about__content ul>li:not(:last-child) {
	margin-right: 20px
}
.theme--dark .about__content h2 {
	color: #fff
}
@media (max-width:1023.98px) {
	.clients {
		margin-bottom: 60px
	}
}
@media (min-width:1024px) {
	.clients {
		margin-bottom: 75px
	}
}
.home .clients {
	border-top: 3px solid rgba(67, 127, 236, .05)
}
@media (max-width:1023.98px) {
	.home .clients {
		padding-top: 40px
	}
}
@media (min-width:1024px) {
	.home .clients {
		padding-top: 80px;
		margin-bottom: 115px
	}
}
.clients__list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	column-gap: 40px;
	row-gap: 40px
}
.clients__item {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	min-height: 150px;
	padding: 30px 15px;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px
}
.clients__item:hover .client-example {
	opacity: 1
}
.theme--dark .clients__item {
	background-color: #fff
}
.clients__item .card__content {
	display: flex;
	align-items: center
}
.clients__item-image {
	display: block;
	width: 100%;
	height: auto
}
.clients .btn-wrapper {
	margin-top: 50px
}
.client-example {
	bottom: 120px;
	transform: translateX(-50%);
	z-index: 99;
	box-sizing: border-box;
	min-width: 160px;
	height: 160px;
	padding: 10px;
	border: 3px solid #f5f9ff;
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(95, 239, 192, .15);
	opacity: 0;
	pointer-events: none;
	transition: opacity .1s ease-in-out
}
.client-example, .client-example:after {
	position: absolute;
	left: 50%;
	background-color: #fff
}
.client-example:after {
	display: block;
	content: "";
	bottom: 0;
	z-index: 1;
	transform: translate(-50%, 10px) rotate(45deg);
	width: 20px;
	height: 20px
}
.client-example img {
	display: block;
	position: relative;
	z-index: 2;
	height: 100%;
	margin: 0 auto
}
.promo-img{
    width: 400px;
    height: auto;
    border-radius: 10px;
}

.promo {
	border-top: 2px solid rgba(67, 127, 236, .05);
	background-color: #fff
}
@media (max-width:767.98px) {
	.promo {
		padding-top: 200px;
		padding-bottom: 20px
	}
	.promo-flex{
    display: block;
}
}
@media (min-width:768px) {
	.promo {
		padding-top: 30px;
		padding-bottom: 30px
	}
	.promo-flex{
    display: flex;
    column-gap: 15px;
}
}
.theme--dark .promo {
	background-color: #251955
}
@media (min-width:768px) {
	.promo__main {
		display: flex;
		align-items: center;
		position: relative
	}
	.promo__main:after, .promo__main:before {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		z-index: 2;
		width: 100vh;
		height: 100%;
		pointer-events: none
	}
	.promo__main:before {
		right: calc(66.66% - 14px);
		background: linear-gradient(-90deg, hsla(0, 0%, 100%, .01), #fff 100px)
	}
}
@media (min-width:768px) {
	.theme--dark .promo__main:before {
		background: linear-gradient(-90deg, rgba(37, 25, 85, .01), #251955 100px)
	}
}
.promo__text {
	position: relative;
	z-index: 3;
	flex-shrink: 0;
	box-sizing: border-box
}
@media (max-width:767.98px) {
	.promo__text {
		text-align: center;
		margin-bottom: 40px
	}
}
@media (min-width:768px) {
	.promo__text {
		width: calc(33.33% + 14px);
		padding-right: 40px
	}
}
.promo__text h2 {
	max-width: 16ch;
	font-size: 30px;
	font-weight: 600
}
@media (max-width:767.98px) {
	.promo__text h2 {
		margin: 0 auto 20px;
	}
}
@media (min-width:768px) {
	.promo__text h2 {
		margin-bottom: 1em
	}
}
.promo__slider {
	position: relative;
	overflow: visible
}
@media (max-width:767.98px) {
	.promo__slider {
		width: 100%
	}
}
@media (min-width:768px) {
	.promo__slider {
		width: calc(66.66% - 14px)
	}
}
@media (min-width:768px) {
	.promo__slider .slider__nav {
		top: auto;
		left: auto;
		right: 0;
		bottom: -110px;
		transform: none;
		justify-content: flex-end
	}
	.promo__slider .slider__nav .slider__nav-btn {
		transform: none
	}
	.promo__slider .slider__nav .slider__nav-btn--prev {
		margin-right: 8px
	}
	.promo__list {
		display: flex;
		flex-wrap: wrap
	}
}

.promo__list .promo__item {
	margin-bottom: 40px
}
@media (min-width:668px) and (max-width:1023.98px) {
	.promo__list .promo__item:not(:nth-child(2n)) {
		margin-right: 40px
	}
}
@media (max-width:668px) {
	#hero .promo__list .promo__item {
		width: calc(25% - 20px) !important
	}
	.page-main .card__content{
		text-align: center;
		padding: 20px 10px;
	}
	/* .page-main .promo__link .promo__content{
		padding: 20px 0;
		text-align: center;
	} */
	.spb-promo-wrapper{
		margin-top: 5px;
		padding: 10px 0 0 0;
		/* margin-top: 35px;
		padding: 50px 0 0 0; */
		
	}
	.spb-promo-wrapper .card{
		background-color: transparent;
	}
}
.flex-heading h3{
	color: #ffdb4d;
	text-transform: uppercase
}
.flex-heading h3 span{
	color: #ffdb4d;
}
@media (min-width:1024px) {
	.promo__list .promo__item {
		width: calc(33.33% - 27px)
	}
	.promo__list .promo__item:not(:nth-child(3n)) {
		margin-right: 40px
	}
	.promo__item {
		box-sizing: border-box;
		height: auto;
		padding: 25px 30px 20px;
		border-bottom-left-radius: 30px;
		border-top-right-radius: 30px;
		border: 3px solid rgba(67, 127, 236, .075);
		/* width: 50%; */
	}
	#hero .promo__item {
		padding: 15px 30px 15px !important;
	}
	/* .promo__item.spb-promo-item {
		padding: 15px 30px 6px;
		width: 40%;
	} */
	}
/* .promo__item .card__content {
	display: flex;
	flex-direction: column;
	height: 100%
} */
.swiper-wrapper{
gap: 10px;
margin-bottom: 30px;
}
.swiper-wrapper.spb-promo-wrapper{
justify-content: space-between;
}
.promo__content {
	flex-grow: 1;
	margin-bottom: 1em;
	font-size: 19px;
	line-height: 1.3;
	font-weight: 700
}
.promo__content.spb-promo {
	margin-bottom: 0;
	text-align: center;
}
.promo__content h1, .promo__content h2, .promo__content h3, .promo__content h4 {
	margin-bottom: .25em;
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	background: linear-gradient(66deg, #437fec 30%, #336cd5 50%, #184eae 80%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent
}
.promo-page{
	padding: 50px 0;
}
.promo-page h2{
	padding: 20px 0;
}
.promo-page h3,
.promo-page p {
	padding: 10px 0;
}
.promo-page *{
	color: #fff !important;
}
@media (max-width:668px) {
	.promo__content.spb-promo h1,
	.promo__content.spb-promo h2,
	.promo__content.spb-promo h3,
	.promo__content.spb-promo h4 {
		font-size: 1.2rem;
		margin-top: 6px;
	}
	.flex-heading{
		margin: 10px 0 20px 0;
	}
	.flex-heading > div > h3 {
		margin: 30px 0 15px 0;
		font-size: 1.1rem;
	}
	#hero .promo__item {
		margin: 15px 0;
		text-align: center;
		padding: 10px 5px;
	}
	.flex-heading{
		text-align: center;
	}
	.hero-promo {
		font-size: 1.2rem
	}
	.no-wrap {
		text-wrap: nowrap;
	}
}
@media (min-width:668px) {
	.hero-promo{
		font-size: 17px
	}
	#hero .promo__item {
		width: calc(55% - 10px);
	}
	.flex-heading h3 {
		font-size: 22px;
	}
	.flex-heading{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 10px;
	}
	.promo-link-merge.btn--accent{
		padding: 8px 18px;
		margin-top: 25px;
	}
	.promo__content.spb-promo h1,
	.promo__content.spb-promo h2,
	.promo__content.spb-promo h3,
	.promo__content.spb-promo h4 {
		font-size: 27px;
		line-height: 40px;
		height: 30px;
		position: relative;
		top: -4px;
	}
	#hero .promo__content.spb-promo h1,
	#hero .promo__content.spb-promo h2,
	#hero .promo__content.spb-promo h3,
	#hero .promo__content.spb-promo h4 {
		font-size: 27px;
		line-height: 100%;
		height: auto;
		position: relative;
		top: -4px;
	}
}
.theme--dark .promo__content h1, .theme--dark .promo__content h2, .theme--dark .promo__content h3, .theme--dark .promo__content h4 {
	background: linear-gradient(33deg, #2985c1 17%, #3698c1 33%, #58c8c1 66%, #6ae1c1 82%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent
}
.theme--dark #hero .promo__content h3 {
	background: linear-gradient(310deg, #2985c1 0%, #ffdb4d 21%, #58c8c1 66%, #6ae1c1 82%) !important;
	-webkit-background-clip: text !important;
	background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	/* margin-top: 15px; */
}
.promo__item-title {
	margin-bottom: .25em;
	font-size: 80px;
	font-weight: 700
}
.flex_promo-content .promo-link-custom {
	font-size: 12px;
	padding: 3px 10px;
	background: white;
	border-radius: 50px;
	color: #2b88c2;
	font-weight: normal;
}
.flex_promo-content{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
}
.promo__item-tagline {
	margin-bottom: 3em;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 700
}
.search {
	margin-bottom: 40px
}
.search__main {
	position: relative;
	z-index: 10
}
@media (max-width:667.98px) {
	.contacts__form, .search__form {
		padding: 40px
	}
}
@media (min-width:668px) {
	.contacts__form, .search__form {
		padding: 70px 60px 60px
	}
}
.search__form>.card__content {
	z-index: 10
}
@media (max-width:767.98px) {
	.contacts__form .card__background {
		display: none
	}
}
@media (min-width:1280px) {
	.search__form-footer, .search__form-main {
		display: flex;
		justify-content: space-between
	}
}
.search__form-footer {
	align-items: center
}
@media (max-width:1279.98px) {
	.search__form-footer>fieldset, .search__form-main>fieldset {
		width: 100%
	}
	.search__form-footer>fieldset:not(:last-child), .search__form-main>fieldset:not(:last-child) {
		margin-bottom: 30px
	}
}
@media (min-width:1280px) {
	.search__form-footer>fieldset, .search__form-main>fieldset {
		width: calc(50% - 20px)
	}
}
@media (max-width:767.98px) {
	.contacts__form-main>fieldset {
		width: 100%
	}
}
@media (min-width:768px) {
	.contacts__form-main>fieldset {
		width: 50%
	}
}
.contacts__form .form__input, .search__form .form__input {
	width: 100%
}
.search__form-footer {
	margin-top: 25px
}
.search__footer {
	margin-top: 20px
}
.search__info {
	margin-bottom: 20px
}
@media (min-width:480px) {
	.search__info-list {
		display: flex;
		flex-wrap: wrap
	}
}
@media (max-width:479.98px) {
	.search__info-list li {
		width: 100%
	}
	.search__info-list li:not(:last-child) {
		margin-bottom: 20px
	}
}
@media (min-width:480px) and (max-width:1023.98px) {
	.search__info-list li {
		width: calc(50% - 10px);
		margin-bottom: 20px
	}
	.search__info-list li:not(:nth-child(2n)) {
		margin-right: 20px
	}
}
@media (min-width:1024px) {
	.search__info-list li {
		width: calc(25% - 30px)
	}
	.search__info-list li:not(:last-child) {
		margin-right: 40px
	}
}
.search__info-list li .card__content {
	box-sizing: border-box;
	height: 100%
}
@media (max-width:667.98px) {
	.search__info-list li .card__content {
		padding: 20px
	}
}
@media (min-width:668px) {
	.search__info-list li .card__content {
		padding: 30px 30px 35px
	}
}
.search__info-list li h3 {
	font-weight: 700
}
@media (max-width:667.98px) {
	.search__info-list li h3 {
		font-size: 32px
	}
}
@media (min-width:668px) {
	.search__info-list li h3 {
		font-size: 44px
	}
}
.search__order {
	display: flex;
	margin-bottom: 4px
}
@media (max-width:767.98px) {
	.search__order {
		flex-direction: column;
		align-items: flex-end
	}
}
@media (min-width:768px) {
	.search__order {
		display: flex;
		justify-content: space-between;
		align-items: center
	}
}
.search__order .form__label--text {
	display: flex;
	align-items: center;
	position: relative
}
@media (max-width:767.98px) {
	.search__order .form__label--text {
		justify-content: flex-end;
		margin-bottom: 20px
	}
}
.search__order .form__label--text .form__label-text {
	margin-right: 20px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
	text-transform: none
}
@media (min-width:1024px) {
	.search__order select {
		width: 300px
	}
}
.search__order .card {
	padding: 18px 24px
}
@media (max-width:767.98px) {
	.search__order .card {
		max-width: 260px
	}
}
.search__table-wrapper {
	position: relative
}
@media (max-width:1023.98px) {
	.search__table-wrapper {
		max-width: 1160px;
		overflow-y: visible;
		overflow-x: scroll
	}
}
.search__table {
	box-sizing: border-box;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 16px;
	text-align: center
}
@media (max-width:1279.98px) {
	.search__table {
		padding-right: 65px
	}
}
.search__table>thead>tr>th span:not(:last-child) {
	margin-right: 8px
}
.search__table>tbody>tr>td, .search__table>thead>tr>th {
	flex-shrink: 0;
	box-sizing: border-box;
	padding: 22px 10px;
	background-color: #fff
}
.theme--dark .search__table>tbody>tr>td, .theme--dark .search__table>thead>tr>th {
	background-color: #251955
}
.search__table>tbody>tr>td:first-child, .search__table>thead>tr>th:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-right: 0
}
.search__table>tbody>tr>td:first-child span, .search__table>thead>tr>th:first-child span {
	display: block;
	padding: 8px;
	border: 1px solid #f2f2f2;
	border-radius: 10px
}
.theme--dark .search__table>tbody>tr>td:first-child span, .theme--dark .search__table>thead>tr>th:first-child span {
	border-color: hsla(0, 0%, 94.9%, .05)
}
.search__table>tbody>tr>td:last-child, .search__table>thead>tr>th:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	white-space: nowrap
}
.search__table>tbody>tr>td:not(:first-child):not(:last-child), .search__table>thead>tr>th:not(:first-child):not(:last-child) {
	position: relative
}
.search__table>tbody>tr>td:not(:first-child):not(:last-child):after, .search__table>thead>tr>th:not(:first-child):not(:last-child):after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 40px;
	background-color: #f2f2f2
}
.theme--dark .search__table>tbody>tr>td:not(:first-child):not(:last-child):after, .theme--dark .search__table>thead>tr>th:not(:first-child):not(:last-child):after {
	background-color: hsla(0, 0%, 94.9%, .05)
}
.search__table>thead>tr>th {
	font-size: 12px;
	line-height: 1.5;
	font-weight: 700;
	text-transform: uppercase
}
.search__table>tbody>tr>td {
	position: relative;
	font-size: 15px
}
.theme--dark .search__table>tbody>tr>td {
	color: #fff
}
.search__table .amount {
	white-space: nowrap
}
.search__table ul {
	display: flex;
	justify-content: center
}
.search__table ul li:not(:last-child) {
	margin-right: 10px
}
.search__table-image .icon {
	display: inline-block;
	vertical-align: middle
}
.search__table a[data-product-info] {
	line-height: 1.4;
	border-bottom: 1px dotted
}
.search-table__product-info {
	position: absolute;
	top: calc(100% - 10px);
	z-index: 99;
	box-sizing: border-box;
	min-width: 300px;
	padding: 10px;
	border: 3px solid #f5f9ff;
	border-radius: 10px;
	opacity: 0;
	background-color: #fff;
	filter: drop-shadow(0 5px 20px rgba(0, 0, 0, .05));
	pointer-events: none;
	transition: opacity .2s ease-in-out
}
.search-table__product-info:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	z-index: 1;
	width: 20px;
	height: 20px;
	background-color: #fff
}
@media (max-width:767.98px) {
	.search-table__product-info {
		min-width: 300px
	}
}
@media (min-width:768px) {
	.search-table__product-info {
		min-width: 500px
	}
}
@media (max-width:1279.98px) {
	.search-table__product-info {
		left: 0
	}
	.search-table__product-info:after {
		left: 80px;
		transform: translateY(-10px) rotate(45deg)
	}
	.search__table-image{
		display: none;
	}
	.map-item-hide-image .search__table-image{
		display: block;
	}
}
button.checkbox-button {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	font-size: 16px;
	cursor: pointer;
	background: linear-gradient(33deg, #2985c1 17%, #3698c1 33%, #58c8c1 66%, #6ae1c1 82%);
	border: 0;
	border-radius: 3px;
	position: relative;
	left: -17px;
	color: white;
	top: 10px;
}

button.checkbox-button input[type="checkbox"] {
	margin: 0;
	pointer-events: none;
	/* чтобы клик шел по всей кнопке */
}
@media (min-width:1280px) {
	.search-table__product-info {
		left: 50%;
		transform: translateX(-50%)
	}
	.search-table__product-info:after {
		left: 50%;
		transform: translate(-50%, -10px) rotate(45deg)
	}
}
.theme--dark .search-table__product-info {
	background-color: #251955;
	border-color: #251955;
	filter: drop-shadow(0 5px 20px rgba(255, 255, 255, .05))
}
.theme--dark .search-table__product-info:after {
	background-color: #251955
}
.search-table__product-info-content {
	position: relative;
	z-index: 2
}
.search-table__product-info-content table {
	width: 100%;
	border-collapse: collapse
}
.search-table__product-info-content td {
	padding: 5px 8px;
	border: 1px solid #f2f2f2
}
.theme--dark .search-table__product-info-content td {
	border-color: hsla(0, 0%, 94.9%, .05)
}
.search__table a[data-product-info]:hover~.search-table__product-info {
	opacity: 1
}
@media (min-width:667.98px) {
.search__table-cart {
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translate(20px, -50%)
}
.search__submit-wrapper {
	display: flex;
	margin-top: 25px
}}
@media (max-width:667.98px) {
	.search__submit-wrapper {
		justify-content: center
	}
}
@media (min-width:668px) {
	.search__submit-wrapper {
		justify-content: flex-end
	}
}
@media (max-width:479.98px) {
	.search__submit-btn {
		width: 100%
	}
}
@media (min-width:480px) {
	.search__submit-btn {
		min-width: 200px
	}
}
.map__header {
	padding-top: 40px;
	border-top: 1px solid rgba(67, 127, 236, .1)
}
.map .section__title {
	text-align: left
}
.map__main {
	position: relative;
	width: 100%;
	min-height: 500px;
	height: 50vh;
	overflow: hidden
}
/* ymaps[class$=ground-pane] {
	filter: grayscale(1)
} */
.ymap-cluster-icon {
	display: block;
	position: absolute;
	top: -13px;
	left: -13px;
	width: 27px;
	height: 27px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAACz0lEQVRIS8WWS0iUURTHfzfCEKbGCBeT0IBmqCClUU1BD3vsdGqVrzYR6KLHoqSiFtmiqJAWPRYK0SZfrUrd9bAHlD20RFDJFCawWUjk5IAk0Rdn5n5936dO37hwujCLOfd853//55z7v0fhsgzDWA4UA7uA1cA6QGxTwCfgK/AM6FNKiS3hUol2NEglUON2IL0vQK3ySwQ6L5hhGGXASc2AzlG8j0J4BybwhKMsm/7FkvSl/PZ5+FmYSXSfn0hZDhEb6HWlVOfsQ84BMwxDmMTYtA2zsvEjvrEI6W7ssr1M124gXJHHd+3bpJRqsn/nALMDnXjKmocjZLqBzN7fn8vEjd18mQ/wL5hO3QVxOtRFzstxMsxAnjSoyoc9fihYBSvS4McMDH6DJyFoGYLojAW7PYvJe6WMastFM6UxMN0MHVKj2Ywq8+FcIA6QaAnw5R5oHbI8bAylcYLSNCZYrE5SozPPyTY/qdsEx6Xpk1w3+6DhneV8dSdjuoax+inNqltcStooMJtBGF3ZkSSKze3sC4uhNE13BYP6TgYFTC5rg7T3scesle+kRq+r56bu2lt4MALjUcjywIFcOL3ZeSBJ6dZmq4a39vJZX4s6AasHSu21qlkP5wPOIAc74E14LtMtPrgfdNov9UBTf9xmq12XgMldKC5pp2BsMn6f2oMQ8FkBhNHtD4lTerTIybAnDOXSbkB2BtPd5bFU9gmY6Jon7w5FogziMHDYmcJtzfHUJVqS0lfV1q6ksvBu/L8ozfAR5KhTAvZejP5GNpruoVpnWH+je6P865tQLb0SIZXMoimvWUq7MaX3TF5deXs8i6gg0stlqdVGaUmtjzF2i6D6cVam6mtAGQUW4z2rU0qJcPB/XmpTI1I2g9gAJaWnpIZiW+B0JTWqN1NnF7pk5sYqE9RFIQWkZcFzoz2o7lQRaftELIwluH0i7nWbiP8A1XatI0VbKdMAAAAASUVORK5CYII=);
	background-size: 27px 27px;
	background-repeat: no-repeat
}
.reviews {
	padding-bottom: 50px;
	background-color: #fff
}
@media (max-width:667.98px) {
	.reviews {
		padding-top: 60px
	}
}
@media (min-width:668px) {
	.reviews {
		padding-top: 90px
	}
}
.theme--dark .reviews {
	background-color: #251955
}
.reviews .section__title {
	text-align: center
}
.review {
	border: 3px solid #f5f9ff;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px
}
.review:not(:last-child) {
	margin-bottom: 25px
}
@media (max-width:667.98px) {
	.review {
		padding: 40px
	}
}
@media (min-width:668px) {
	.review {
		padding: 60px 50px 65px
	}
}
.theme--dark .review {
	background-color: #fff
}
.review .card__content {
	display: flex
}
@media (max-width:667.98px) {
	.review .card__content {
		flex-direction: column;
		text-align: center
	}
}
@media (min-width:668px) {
	.review .card__content {
		align-items: center
	}
}
@media (min-width:668px) and (max-width:767.98px) {
	.review__main {
		margin-right: 20px
	}
}
@media (min-width:668px) {
	.review__main {
		order: 1
	}
}
@media (min-width:768px) {
	.review__main {
		margin-right: 60px
	}
}
.review__header {
	flex-shrink: 0;
	width: 100%
}
@media (max-width:667.98px) {
	.review__header {
		max-width: 240px;
		margin: 0 auto 40px
	}
}
@media (min-width:668px) {
	.review__header {
		order: 2
	}
}
@media (min-width:668px) and (max-width:767.98px) {
	.review__header {
		max-width: 160px
	}
}
@media (min-width:768px) {
	.review__header {
		max-width: 240px
	}
}
.review__header img {
	display: block;
	margin: 0 auto
}
.review__main h3 {
	margin-bottom: 1em;
	font-size: 22px
}
.theme--dark .review h3 {
	color: #172849
}
.review__description {
	line-height: 1.6;
	color: rgba(23, 40, 73, .8)
}
.review__description p:not(:last-child) {
	margin-bottom: .5em
}
.review__button {
	margin-top: 30px
}
@media (min-width:668px) {
	.cart__breadcrumbs {
		display: flex
	}
}
@media (min-width:668px) and (max-width:1023.98px) {
	.cart__breadcrumbs {
		justify-content: center
	}
}
.cart__breadcrumbs li {
	position: relative;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: rgba(23, 40, 73, .6)
}
@media (max-width:667.98px) {
	.cart__breadcrumbs li {
		text-align: center
	}
}
.cart__breadcrumbs li {
	color: #a2a2a2
}
@media (max-width:667.98px) {
	.cart__breadcrumbs li:not(:last-child) {
		margin-bottom: 40px
	}
}
@media (min-width:668px) {
	.cart__breadcrumbs li:not(:last-child) {
		margin-right: 80px
	}
}
.cart__breadcrumbs li.active {
	color: #437fec
}
.theme--dark .cart__breadcrumbs li.active {
	color: #6ae1c1
}
.cart__breadcrumbs li:not(:first-child):after {
	display: block;
	content: "";
	position: absolute;
	width: 50px;
	height: 5px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 150 50' xmlns='http://www.w3.org/2000/svg' fill='%2333333399'%3E%3Ccircle cx='25' cy='25' r='25'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat-y: no-repeat
}
@media (max-width:667.98px) {
	.cart__breadcrumbs li:not(:first-child):after {
		top: -22px;
		left: 50%;
		transform: translateX(-50%)
	}
}
@media (min-width:668px) {
	.cart__breadcrumbs li:not(:first-child):after {
		top: 4px;
		left: -65px
	}
}
.theme--dark .cart__breadcrumbs li:not(:first-child):after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 150 50' xmlns='http://www.w3.org/2000/svg' fill='gray'%3E%3Ccircle cx='25' cy='25' r='25'/%3E%3C/svg%3E")
}
.cart__breadcrumbs li.active:not(:first-child):after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 150 50' xmlns='http://www.w3.org/2000/svg' fill='%23437fec'%3E%3Ccircle cx='25' cy='25' r='25'/%3E%3C/svg%3E")
}
.theme--dark .cart__breadcrumbs li.active:not(:first-child):after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 150 50' xmlns='http://www.w3.org/2000/svg' fill='%236ae1c1'%3E%3Ccircle cx='25' cy='25' r='25'/%3E%3C/svg%3E")
}
.cart__footer {
	margin-top: 4px
}
.cart__nav--cart {
	padding: 40px 30px;
	margin-top: 20px
}
.cart__nav-list {
	display: flex
}
@media (max-width:667.98px) {
	.cart__nav--cart .cart__nav-list {
		flex-direction: column
	}
}
@media (min-width:668px) {
	.cart__nav--cart .cart__nav-list {
		align-items: center
	}
}
@media (min-width:668px) and (max-width:1279.98px) {
	.cart__nav--cart .cart__nav-list {
		flex-wrap: wrap
	}
}
@media (min-width:1280px) {
	.cart__nav--cart .cart__nav-list {
		justify-content: flex-end
	}
}
@media (max-width:667.98px) {
	.cart__nav--cart .cart__nav-list li:not(:last-child) {
		margin-bottom: 20px
	}
}
@media (min-width:668px) and (max-width:1279.98px) {
	.cart__nav--cart .cart__nav-list li {
		margin-bottom: 20px
	}
	.cart__nav--cart .cart__nav-list li:not(:nth-child(2n)) {
		margin-right: 20px
	}
}
@media (min-width:1280px) {
	.cart__nav--cart .cart__nav-list li:not(:last-child) {
		margin-right: 20px
	}
}
@media (max-width:667.98px) {
	.cart__nav--cart .cart__nav-list li:first-child {
		order: 2
	}
	.cart__nav--cart .cart__nav-list li:nth-child(2) {
		order: 3
	}
	.cart__nav--cart .cart__nav-list li:nth-child(3) {
		order: 4
	}
	.cart__nav--cart .cart__nav-list li:nth-child(4) {
		order: 5;
		margin-bottom: 0
	}
	.cart__nav--cart .cart__nav-list li:nth-child(5) {
		order: 1;
		margin-bottom: 20px
	}
}
.cart__nav-list li .btn {
	width: 100%
}
@media (min-width:668px) and (max-width:1279.98px) {
	.cart__nav--cart .cart__nav-list li {
		width: calc(50% - 10px)
	}
}
@media (min-width:1280px) {
	.cart__nav--cart .cart__nav-list li {
		width: calc(25% - 15px)
	}
}
.cart__info {
	padding: 40px 30px
}
.cart__info h3 {
	margin-bottom: 10px
}
.cart__info-text {
	line-height: 1.4
}
.cart__info-text p:not(:last-child) {
	margin-bottom: .5em
}
.cart__nav--contacts {
	margin-top: 20px;
	margin-bottom: 40px
}
@media (max-width:667.98px) {
	.cart__nav--contacts {
		padding: 40px
	}
}
@media (min-width:668px) {
	.cart__nav--contacts {
		padding: 40px 60px
	}
}
@media (max-width:1023.98px) {
	.cart__nav--contacts .cart__nav-list {
		flex-wrap: wrap
	}
}
@media (min-width:1024px) {
	.cart__nav--contacts .cart__nav-list {
		justify-content: flex-start
	}
}
@media (max-width:667.98px) {
	.cart__nav--contacts .cart__nav-list li:not(:last-child) {
		width: 100%;
		margin-bottom: 20px
	}
}
@media (min-width:668px) and (max-width:1023.98px) {
	.cart__nav--contacts .cart__nav-list li:not(:last-child) {
		width: calc(50% - 10px);
		margin-bottom: 20px
	}
	.cart__nav--contacts .cart__nav-list li:not(:last-child):not(:nth-child(2n)) {
		margin-right: 20px
	}
}
@media (min-width:1024px) {
	.cart__nav--contacts .cart__nav-list li:not(:last-child) {
		width: calc(25% - 20px);
		margin-right: 20px
	}
}
.cart__nav--contacts .cart__nav-list li:last-child {
	display: flex;
	justify-content: flex-end
}
@media (max-width:667.98px) {
	.cart__nav--contacts .cart__nav-list li:last-child:not(:last-child) {
		margin-bottom: 20px
	}
}
@media (min-width:668px) and (max-width:1023.98px) {
	.cart__nav--contacts .cart__nav-list li:last-child {
		width: 100%
	}
}
@media (min-width:1024px) {
	.cart__nav--contacts .cart__nav-list li:last-child {
		width: 50%
	}
}
@media (max-width:667.98px) {
	.cart__nav--contacts .cart__nav-list li:first-child {
		order: 3;
		margin-bottom: 0
	}
	.cart__nav--contacts .cart__nav-list li:nth-child(2) {
		order: 2
	}
	.cart__nav--contacts .cart__nav-list li:nth-child(3) {
		order: 1;
		margin-bottom: 20px
	}
}
.cart__contacts .card__content {
	position: relative;
	z-index: 2
}
@media (min-width:480px) {
	.cart__contacts .card__background:before, .cart__success .card__background:before {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		min-width: 40em;
		width: 50%;
		height: 100%;
		background: linear-gradient(90deg, #fff 40%, hsla(0, 0%, 100%, 0))
	}
}
@media (min-width:480px) {
	.theme--dark .cart__contacts .card__background:before, .theme--dark .cart__success .card__background:before {
		background: linear-gradient(90deg, #251955 40%, hsla(0, 0%, 100%, 0))
	}
}
.cart__contacts-bg--1 {
	right: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 50px);
	background-size: contain;
	background-position: 100% 0
}
.theme--dark .cart__contacts-bg--1 {
	display: none
}
.cart__contacts-bg--2 {
	right: 20px;
	bottom: 0;
	max-width: 524px;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: 50%
}
.cart__success {
	position: relative;
	margin-bottom: 40px
}
@media (max-width:667.98px) {
	.cart__success {
		padding: 40px
	}
}
@media (min-width:668px) {
	.cart__success {
		padding: 70px 60px 60px
	}
}
@media (max-width:668px) {
	.cart__success-bg--1 {
		display: none
	}
}
@media (min-width:667.98px) {
	.cart__success-bg--1 {
		right: 20px;
		bottom: 0;
		z-index: 1;
		max-width: 524px;
		width: 100%;
		height: 100%;
		background-size: contain;
		background-position: 50%
	}
}
.cart__success .card__content {
	position: relative;
	z-index: 2
}
@media (max-width:668px) {
	.cart__success .card__content {
		width: 100%
	}
}
@media (min-width:667.98px) {
	.cart__success .card__content {
		min-width: 22em;
		width: 50%
	}
}
.cart__success-main {
	margin-bottom: 40px
}
@media (max-width:668px) {
	.cart__success-main {
		text-align: center
	}
}
.cart__success-main h2 {
	margin-bottom: .75em;
	line-height: 1.4
}
@media (max-width:668px) {
	.cart__success-main h2 {
		font-size: 28px
	}
}
@media (min-width:667.98px) {
	.cart__success-main h2 {
		font-size: 36px
	}
}
.cart__success-main p {
	color: rgba(23, 40, 73, .6)
}
.cart__success-footer {
	padding-top: 40px;
	border-top: 1px solid #f2f2f2
}
.theme--dark .cart__success-footer {
	border-color: hsla(0, 0%, 94.9%, .05)
}
@media (max-width:1023.98px) {
	.cart__success-footer .cart__nav-list {
		flex-direction: column
	}
}
@media (max-width:1023.98px) {
	.cart__success-footer .cart__nav-list li {
		width: 100%
	}
	.cart__success-footer .cart__nav-list li:not(:last-child) {
		margin-bottom: 20px
	}
}
@media (min-width:1024px) {
	.cart__success-footer .cart__nav-list li {
		width: calc(50% - 10px)
	}
	.cart__success-footer .cart__nav-list li:not(:last-child) {
		margin-right: 20px
	}
}
@media (max-width:667.98px) {
	.contacts {
		padding-bottom: 40px
	}
}
@media (min-width:668px) {
	.contacts {
		padding-bottom: 75px
	}
}
@media (min-width:1024px) {
	.contacts>.wrapper {
		display: flex
	}
}
.contacts__form-wrapper, .contacts__info {
	box-sizing: border-box;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px
}
@media (max-width:667.98px) {
	.contacts__form-wrapper, .contacts__info {
		padding: 40px
	}
}
@media (min-width:668px) {
	.contacts__form-wrapper, .contacts__info {
		padding: 70px 60px 60px
	}
}
@media (max-width:1023.98px) {
	.contacts__form-wrapper, .contacts__info {
		width: 100%
	}
}
@media (min-width:1024px) {
	.contacts__form-wrapper, .contacts__info {
		flex-grow: 1
	}
}
.contacts__info {
	font-size: 18px;
	line-height: 1.6
}
@media (max-width:1023.98px) {
	.contacts__info {
		margin-bottom: 40px
	}
}
@media (min-width:1024px) {
	.contacts__info {
		max-width: 460px;
		margin-right: 40px
	}
}
.contacts__info h1, .contacts__info h2, .contacts__info h3, .contacts__info h4 {
	margin-bottom: 32px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #172849
}
.contacts__info h1:not(:first-child), .contacts__info h2:not(:first-child), .contacts__info h3:not(:first-child), .contacts__info h4:not(:first-child) {
	margin-top: 32px
}
.theme--dark .contacts__info h1, .theme--dark .contacts__info h2, .theme--dark .contacts__info h3, .theme--dark .contacts__info h4 {
	color: #fff
}
.contacts__form-wrapper .form__input {
	width: 100%
}
.contacts__form-wrapper textarea {
	min-width: 100%;
	max-width: 540px;
	min-height: 7em;
	max-height: 7em
}
.contacts__form-wrapper input[type=submit] {
	display: block;
	width: 100%
}
@media (min-width:668px) {
	.contacts__form-wrapper input[type=submit] {
		max-width: 240px
	}
}
.bank-details {
	background-color: #fff
}
@media (max-width:1023.98px) {
	.bank-details {
		padding: 40px 0
	}
}
@media (min-width:1024px) {
	.bank-details {
		padding: 100px 0 90px
	}
}
.bank-details>.wrapper {
	max-width: 960px
}
.theme--dark .bank-details {
	background-color: #251955
}
.bank-details .section__title {
	text-align: center
}
.bank-details__main {
	padding: 50px 40px 40px;
	border: 3px solid #f5f9ff;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px
}
.theme--dark .bank-details__main {
	border-color: rgba(106, 225, 193, .05)
}
.bank-details__main table {
	width: 100%;
	border-collapse: collapse
}
.bank-details__main table tr {
	border-bottom: 1px solid #f5f9ff
}
@media (max-width:667.98px) {
	.bank-details__main table tr {
		display: block
	}
}
.theme--dark .bank-details__main table tr {
	border-color: rgba(106, 225, 193, .05)
}
@media (max-width:667.98px) {
	.bank-details__main table td {
		display: block;
		padding: 20px 0
	}
}
@media (min-width:668px) {
	.bank-details__main table td {
		padding: 30px 0
	}
}
.bank-details__main table td:first-child {
	font-size: 18px;
	font-weight: 600
}
.bank-details__main table td:last-child {
	padding-right: 50px
}
@media (min-width:668px) {
	.bank-details__main table td:last-child {
		text-align: right
	}
}
.bank-details__buttons {
	margin-top: 40px
}
@media (min-width:668px) {
	.bank-details__buttons {
		display: flex;
		justify-content: flex-end
	}
	.bank-details__buttons .btn:not(:last-child) {
		margin-right: 14px
	}
}
@media (max-width:667.98px) {
	.bank-details__buttons .btn {
		display: block
	}
	.bank-details__buttons .btn:not(:last-child) {
		margin-bottom: 6px
	}
}
.bank-details .btn--primary:after {
	background: #fff
}
.theme--dark .bank-details .btn--primary:after {
	background: #251955
}
.bank-details__copy-text {
	position: relative
}
.bank-details__copy-text .btn {
	position: absolute;
	top: calc(50% - 19px);
	right: 0
}
.about-hero {
	padding-top: 150px;
	background-color: #fff
}
@media (max-width:667.98px) {
	.about-hero {
		padding-top: 190px;
		padding-bottom: 40px
	}
}
@media (min-width:668px) {
	.about-hero {
		padding-top: 100px;
		padding-bottom: 150px
	}
}
.theme--dark .about-hero {
	background-color: #251955
}
/* .page-template-template-about .page-main {
	padding-top: 0
} */
.about-hero__wrapper {
	max-width: 960px;
	margin: 0 auto
}
.about-hero__content h2 {
	margin-bottom: 1em;
	font-weight: 600
}
@media (max-width:667.98px) {
	.about-hero__content h2 {
		font-size: 7vw
	}
}
@media (min-width:668px) {
	.about-hero__content h2 {
		font-size: 40px
	}
}
.about-hero__content p {
	margin-bottom: 1em;
	font-size: 15px;
	line-height: 1.5;
	color: rgba(23, 40, 73, .6)
}
.theme--dark .about-hero__content p {
	color: #a2a2a2
}
@media (min-width:668px) {
	.about-hero .columns--2 {
		column-count: 2
	}
}
.about-hero__content ul {
	margin-top: 20px
}
@media (max-width:667.98px) {
	.about-hero__content ul {
		text-align: center
	}
}
@media (min-width:668px) {
	.about-hero__content ul {
		display: flex;
		justify-content: space-between
	}
	.about-hero__content ul li {
		max-width: 250px
	}
}
.about-hero__content ul h3 {
	margin-bottom: .25em
}
@media (max-width:667.98px) {
	.about-hero__content ul h3 {
		font-size: 7vw
	}
}
@media (min-width:668px) {
	.about-hero__content ul h3 {
		font-size: 46px
	}
}
@media (max-width:667.98px) {
	.advantages {
		padding: 60px 0
	}
}
@media (min-width:668px) {
	.advantages {
		padding: 110px 0
	}
}
@media (min-width:1024px) {
	.advantages>.wrapper {
		display: flex;
		align-items: flex-start
	}
}
@media (min-width:1024px) {
	.advantages__header {
		position: -webkit-sticky;
		position: sticky;
		top: 120px;
		left: 0;
		flex-shrink: 0;
		max-width: 320px;
		margin-top: 30px;
		margin-right: 80px
	}
}
@media (max-width:667.98px) {
	.advantages .section__title {
		font-size: 7vw
	}
}
@media (min-width:668px) {
	.advantages .section__title {
		font-size: 40px
	}
}
@media (min-width:480px) {
	.advantages__list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap
	}
}
@media (max-width:479.98px) {
	.advantages__item {
		width: 100%;
		margin-bottom: 40px
	}
}
@media (min-width:480px) {
	.advantages__item:nth-child(odd) {
		margin-bottom: 40px
	}
	.advantages__item:nth-child(2n) {
		margin-top: 40px
	}
}
.advantage {
	box-sizing: border-box;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
	background-color: #fff
}
@media (max-width:479.98px) {
	.advantage {
		width: 100%
	}
}
@media (max-width:667.98px) {
	.advantage {
		padding: 30px
	}
}
@media (min-width:668px) {
	.advantage {
		padding: 40px
	}
}
@media (min-width:480px) {
	.advantage {
		width: calc(50% - 20px)
	}
}
.theme--dark .advantage {
	background-color: #251955
}
.advantage__content {
	max-width: 190px
}
.advantage__num {
	display: block;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	padding: 11px 0;
	border-bottom-left-radius: 25px;
	border-top-right-radius: 25px;
	border: 3px solid rgba(67, 127, 236, .075);
	text-align: center
}
.advantage__num span {
	font-size: 22px;
	line-height: 1;
	font-weight: 600
}
.advantage__title {
	font-size: 22px;
	font-weight: 600;
	margin: .75em 0
}
.advantage__description {
	font-size: 15px;
	line-height: 1.5
}
.steps {
	background-color: #fff
}
@media (max-width:667.98px) {
	.steps {
		padding: 60px 0 10px
	}
}
@media (min-width:668px) {
	.steps {
		padding: 110px 0
	}
}
.theme--dark .steps {
	background-color: #251955
}
.steps__header {
	max-width: 60ch;
	margin: 0 auto 75px;
	text-align: center
}
@media (max-width:667.98px) {
	.steps__header .section__title {
		font-size: 7vw
	}
}
@media (min-width:668px) {
	.steps__header .section__title {
		font-size: 40px
	}
}
.steps__header .section__title b {
	font-weight: 600;
	color: #437fec
}
.steps__list {
	overflow: hidden
}
@media (min-width:480px) {
	.steps__list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap
	}
}
.steps__item {
	box-sizing: border-box;
	margin-bottom: 40px
}
@media (max-width:479.98px) {
	.steps__item {
		width: 100%
	}
}
@media (min-width:480px) and (max-width:1023.98px) {
	.steps__item {
		width: calc(50% - 20px)
	}
	.steps__item:not(:nth-child(2n)) {
		margin-right: 40px
	}
	.steps__item:nth-child(-n+4) {
		position: relative;
		margin-bottom: 100px
	}
	.steps__item:nth-child(-n+4):after, .steps__item:nth-child(-n+4):before {
		display: block;
		content: "";
		position: absolute;
		box-sizing: border-box
	}
	.steps__item:nth-child(-n+4):before {
		left: -20px;
		bottom: -50px;
		z-index: 1;
		width: calc(100% + 45px);
		border-bottom: 1px dashed rgba(0, 0, 0, .1)
	}
	.steps__item:nth-child(-n+4):after {
		bottom: -55px;
		left: calc(50% - 6px);
		z-index: 2;
		width: 12px;
		height: 12px;
		border: 3px solid rgba(67, 127, 236, .075);
		border-radius: 50%;
		background-color: #fff
	}
}
@media (min-width:1024px) {
	.steps__item {
		width: calc(33.33% - 27px)
	}
	.steps__item:not(:nth-child(3n)) {
		margin-right: 40px
	}
	.steps__item:nth-child(-n+3) {
		position: relative;
		margin-bottom: 100px
	}
	.steps__item:nth-child(-n+3):after, .steps__item:nth-child(-n+3):before {
		display: block;
		content: "";
		position: absolute;
		box-sizing: border-box
	}
	.steps__item:nth-child(-n+3):before {
		left: -20px;
		bottom: -50px;
		z-index: 1;
		width: calc(100% + 45px);
		border-bottom: 1px dashed rgba(0, 0, 0, .1)
	}
	.steps__item:nth-child(-n+3):after {
		bottom: -55px;
		left: calc(50% - 6px);
		z-index: 2;
		width: 12px;
		height: 12px;
		border: 3px solid rgba(67, 127, 236, .075);
		border-radius: 50%;
		background-color: #fff
	}
}
@media (min-width:480px) and (max-width:1023.98px) {
	.theme--dark .steps__item:nth-child(-n+4):before {
		border-color: rgba(67, 127, 236, .2)
	}
	.theme--dark .steps__item:nth-child(-n+4):after {
		background-color: #251955
	}
}
@media (min-width:1024px) {
	.theme--dark .steps__item:nth-child(-n+3):before {
		border-color: rgba(67, 127, 236, .2)
	}
	.theme--dark .steps__item:nth-child(-n+3):after {
		background-color: #251955
	}
}
.step {
	border: 3px solid #f5f9ff;
	text-align: center
}
@media (max-width:667.98px) {
	.step {
		padding: 30px
	}
}
@media (min-width:668px) {
	.step {
		padding: 40px
	}
}
.theme--dark .step {
	border-color: rgba(106, 225, 193, .05)
}
.step__num {
	display: block;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	padding: 11px 0;
	border-bottom-left-radius: 25px;
	border-top-right-radius: 25px;
	border: 3px solid rgba(67, 127, 236, .075);
	margin: 0 auto;
	text-align: center
}
.step__num span {
	line-height: 1
}
.step__num span, .step__title {
	font-size: 22px;
	font-weight: 600
}
.step__title {
	margin: .75em 0
}
.step__description {
	font-size: 15px;
	line-height: 1.5
}
@media (max-width:667.98px) {
	.contact-form {
		padding: 60px 0
	}
}
@media (min-width:668px) {
	.contact-form {
		padding: 110px 0 80px
	}
}
@media (min-width:1280px) {
	.contact-form>.wrapper {
		display: flex
	}
}
@media (max-width:1279.98px) {
	.contact-form__header {
		max-width: 50ch;
		margin-left: auto;
		margin-right: auto;
		text-align: center
	}
}
@media (min-width:1280px) {
	.contact-form__header {
		margin-top: 80px;
		margin-right: 40px
	}
}
.contact-form__main {
	flex-shrink: 0;
	max-width: 660px;
	width: 100%
}
@media (max-width:1279.98px) {
	.contact-form__main {
		margin: 0 auto
	}
}
@media (min-width:668px) {
	.contact-form .contacts__form-wrapper {
		padding: 80px 85px 70px
	}
}
.noUi-target {
	padding: 0 20px;
	height: 4px;
	border: none;
	border-radius: 0;
	background: #f2f2f2;
	box-shadow: none
}
.noUi-connect {
	background: #437fec
}
.noUi-connects {
	border-radius: 0
}
.noUi-pips-horizontal {
	left: 20px;
	width: calc(100% - 40px);
	height: 40px;
	pointer-events: none
}
.noUi-marker.noUi-marker-horizontal.noUi-marker-large, .noUi-marker.noUi-marker-horizontal.noUi-marker-sub {
	height: 5px;
	width: 1px;
	background: hsla(0, 0%, 61.6%, .3)
}
.noUi-value.noUi-value-horizontal.noUi-value-large, .noUi-value.noUi-value-horizontal.noUi-value-sub {
	top: 14px;
	padding: 3px 9px;
	font-size: 10px;
	text-transform: uppercase;
	background: #f6f9fc;
	border-radius: 10px;
	color: #172849;
	transition: background-color .1s ease-in-out, color .1s ease-in-out
}
.noUi-value.noUi-value-horizontal.noUi-value-large.active, .noUi-value.noUi-value-horizontal.noUi-value-sub.active {
	font-weight: 700;
	color: #fff;
	background-color: #437fec
}
.noUi-horizontal .noUi-handle {
	right: -10px;
	top: -8px;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 3px solid #437fec;
	border-radius: 10px;
	box-shadow: none;
	outline: none;
	cursor: pointer
}
.noUi-handle:after, .noUi-handle:before {
	display: none
}
.theme--dark .noUi-connect, .theme--dark .noUi-value.noUi-value-horizontal.noUi-value-large.active, .theme--dark .noUi-value.noUi-value-horizontal.noUi-value-sub.active {
	background: #6ae1c1
}
.theme--dark .noUi-horizontal .noUi-handle {
	border-color: #6ae1c1
}
.description {
	display: none;
}
body.theme--dark .description * {
	color: #ffffff
}
.open-description {
	cursor: pointer;
	margin-top: 40px;
}
.section__text {
	padding-top: 40px;
	color: #a2a2a2;
}
.section__text p {
	margin-bottom: 1.25em;
	font-size: 15px;
	line-height: 1.5;
}
@media (min-width: 668px){
    .products__list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        column-gap:20px;
    }
    .products__item {
        width: calc(25% - 27px);
        margin-bottom: 20px;
    }
}