:root {
	--swiper-navigation-size: 36px;
	--bs-navbar-toggler-transition: 0;
	--hex-width: calc(100% / 5);
	--swiper-navigation-size: 30px;
	--swiper-navigation-color: rgba(0, 0, 0, 0.8);
	--swiper-navigation-sides-offset: -30px;
	--color-brand-orange: rgb(255, 131, 68);
	--color-brand-violet: rgb(164, 80, 239);
}
@media (max-width: 1024px) {
	:root {
		--hex-width: 50%;
		--swiper-navigation-sides-offset: -20px;
	}
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: Gilroy;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	color: var(--text-color-primary);
	background-color: var(--theme-background-color);
}
h2 {
	font-family: var(--theme-heading-font);
	font-size: 80px;
	font-weight: bold;
	margin: 0 0 20px 0;
	text-align: center;
}
@media (max-width: 767.98px) {
	h2 {
		font-size: 40px;
		text-align: center;
		margin-left: 10px;
		margin-bottom: 0;
	}
}
p {
	font-size: 16px;
	line-height: 160%;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.navbar .offcanvas-lg {
	background-color: #fff;
	border-left: 0;
}
.navbar-brand svg {
	fill: none;
}
.navbar-brand path {
	fill: var(--text-color-primary);
}
@media (max-width: 1024px) {
	.navbar-brand {
		padding: 0;
		margin: 0 auto 0 0;
	}
	.navbar-brand svg {
		height: 20px;
		width: 167px;
	}
	.navbar-expand-lg .navbar-nav {
		width: 100%;
		margin-top: 20px;
		justify-content: space-between;
	}
	.navbar-nav-wrapper {
		width: 100%;
	}
	.root-item + .dropdown-menu {
		margin: 10px 0 0 0;
	}
}
.navbar-brand-mobile svg {
	height: 20px;
	width: 167px;
}
.navbar-brand.navbar-brand-mobile path {
	fill: var(--text-color-secondary);
}
.navbar-mobile .offcanvas-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.navbar-mobile .navbar-nav {
	margin: 20px 0;
}
.navbar-mobile .nav-item {
	padding: 0;
}
.navbar-mobile .menu-dropdown > ul > li {
	padding: 0;
	margin-bottom: 10px;
	margin-top: 10px;
}
.navbar-mobile .navbar-nav .dropdown-menu-catalog {
	height: 100%;
	box-shadow: none;
	position: relative;
	background-color: transparent;
	display: block;
}
.navbar-mobile .menu-dropdown {
	position: relative;
	background-color: transparent;
	margin: 0;
	top: unset;
	width: 100%;
	padding-right: 10px;
	box-shadow: none;
}
.navbar-mobile .dropdown-menu-category-items ul {
	margin-top: 10px;
}
.navbar-mobile .dropdown-menu-auto {
	background-color: transparent;
	padding: 0;
	margin: 0;
}
.navbar-mobile .navbar-nav .dropdown-menu {
	position: relative;
	padding: 0;
	margin: 0;
	box-shadow: none;
	background-color: transparent;
}
.navbar-mobile .navbar-nav .dropdown-menu-catalog {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.navbar-toggler:active,
.navbar-toggler:hover,
.navbar-toggler:focus,
.navbar-toggler {
	border: 0;
	outline: 0;
	box-shadow: none;
	transition: none;
}
.navbar-toggler svg {
	height: 30px;
	width: 30px;
	fill: var(--text-color-primary);
}
.nav-item {
	padding-left: 15px;
	padding-right: 15px;
}
@media (max-width: 1280px) {
	.nav-item {
		padding-left: 8px;
		padding-right: 8px;
	}
}
.navbar-tool {
	padding: 0 10px;
}
.navbar-tool svg {
	fill: rgb(36, 36, 36);
}
@media (max-width: 768px) {
	.navbar-tool svg {
		height: 18px;
	}
}
.navbar-tool-compare {
	position: relative;
}
.navbar-tool-compare-count {
	display: block;
	background-color: var(--theme-color-primary);
	color: #fff;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
	position: absolute;
	right: -10px;
	top: -5px;
	line-height: 18px;
}
.navbar-nav .nav-link {
	font-weight: 600;
	font-size: 20px;
	color: var(--text-color-primary) !important;
	cursor: pointer;
	text-decoration: none;
}
.navbar-nav .dropdown-menu .nav-link {
	color: var(--text-color-secondary) !important;
}
.navbar-mobile .navbar-nav .nav-link {
	font-weight: normal;
	font-size: 18px;
	color: var(--text-color-secondary) !important;
}
.navbar-mobile .nav-link-catalog {
	display: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link:hover {
	text-decoration: none;
	color: var(--text-color-primary);
}
.navbar {
	--bs-navbar-padding-x: 1.75rem;
	--bs-navbar-padding-y: 1.875rem;
}
.overflow-hidden .navbar {
	display: none;
}

/* @media (min-width: 1281px) {
    .navbar {
        --bs-navbar-padding-x: 3.75rem;
        --bs-navbar-padding-y: 1.875rem;
    }
} */

@media (max-width: 1024px) {
	.navbar {
		--bs-navbar-padding-x: 0px;
		--bs-navbar-padding-y: 10px;
	}
}
nav.fixed-top + main {
	padding-top: 100px;
}
@media (max-width: 1024px) {
	nav.fixed-top + main {
		padding-top: 105px;
	}
}
@media (max-width: 767.98px) {
	nav.fixed-top + main {
		padding-top: 66px;
	}
}
.swiper-pagination-bullet {
	width: var(
		--swiper-pagination-bullet-width,
		var(--swiper-pagination-bullet-size, 18px)
	);
	height: var(
		--swiper-pagination-bullet-height,
		var(--swiper-pagination-bullet-size, 18px)
	);
	background: var(--swiper-pagination-bullet-inactive-color, #fff);
}
.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 0.8);
	background: transparent;
	border: 3px solid #fff;
}
.swiper-button-next,
.swiper-button-prev {
	color: rgba(0, 0, 0, 0.8);
	display: none;
}
.swiper-button-next[role="button"]:not(.swiper-button-lock),
.swiper-button-prev[role="button"]:not(.swiper-button-lock) {
	display: flex;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 20px);
}
.carousel {
	background-color: var(--theme-background-color);
}
.carousel-item img {
	width: 100%;
}
.carousel-indicators li {
	width: 18px;
	height: 18px;
	margin-right: 5px;
	margin-left: 5px;
	border-radius: 50%;
	background-color: transparent;
	border: 2px solid rgba(255, 255, 255, 1);
	background: border-box;
}
.carousel-indicators li.active {
	opacity: 1;
	background-color: rgba(255, 255, 255, 1);
}
.slider {
	background-size: cover;
	background-position: center;
}
.slider h2 {
	color: #fff;
	text-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	text-transform: uppercase;
}
.slider p {
	color: rgba(255, 255, 255, 0.8);
	text-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
.btn {
	--bs-btn-border-radius: 50px;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	padding: 16px 40px;
	text-decoration: none;
}
.btn:hover {
	text-decoration: none;
}
.btn-outline-secondary {
	--bs-btn-color: var(--text-color-primary);
	--bs-btn-border-color: var(--text-color-primary);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: var(--text-color-primary);
	--bs-btn-hover-border-color: var(--text-color-primary);
	--bs-btn-focus-shadow-rgb: 108, 117, 125;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: var(--text-color-primary);
	--bs-btn-active-border-color: var(--text-color-primary);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: var(--text-color-primary);
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: var(--text-color-primary) 0;
	--bs-gradient: none;
}
.slider .btn-primary {
	--bs-btn-color: #2f3132;
	--bs-btn-bg: #fff;
	--bs-btn-border-color: #0dFFF6efd;
	--bs-btn-hover-color: #2f3132;
	--bs-btn-hover-bg: #fff;
	--bs-btn-hover-border-color: #fff;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #2f3132;
	--bs-btn-active-bg: #fff;
	--bs-btn-active-border-color: #fff;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #2f3132;
	--bs-btn-disabled-bg: #fff;
	--bs-btn-disabled-border-color: #fff;
}
.btn-success {
	--bs-btn-color: #fff;
	--bs-btn-bg: #747ed1;
	--bs-btn-border-color: #747ed1;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #6c77d8;
	--bs-btn-hover-border-color: #6c77d8;
	--bs-btn-focus-shadow-rgb: 60, 153, 110;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #6c77d8;
	--bs-btn-active-border-color: #6c77d8;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #747ed1;
	--bs-btn-disabled-border-color: #747ed1;
}
.btn-orange {
	--bs-btn-color: #fff;
	--bs-btn-bg: #ff8344;
	--bs-btn-border-color: #ff8344;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #ff8344;
	--bs-btn-hover-border-color: #ff8344;
	--bs-btn-focus-shadow-rgb: 60, 153, 110;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #ff8344;
	--bs-btn-active-border-color: #ff8344;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #ff8344;
	--bs-btn-disabled-border-color: #ff8344;
}
.btn-outline-orange {
	color: #ff8344;
	border-color: #ff8344;
}
.btn-outline-orange:focus-visible,
.btn-outline-orange:link,
.btn-outline-orange:active,
.btn-outline-orange:focus,
.btn-outline-orange:hover {
	color: #fff !important;
	background-color: #ff8344 !important;
}
.btn:focus-visible,
.btn:link,
.btn:active,
.btn:focus,
.btn:hover {
	box-shadow: none !important;
}
.btn-outline-primary svg {
	margin-left: 6px;
}
.hits {
	padding-bottom: 60px;
	padding-top: 40px;
	background-color: #f5f5f5;
}
@media (max-width: 768px) {
	.hits {
		padding-bottom: 20px;
		padding-top: 10px;
	}
}
.hits .swiper-wrapper {
	padding: 0px 0 20px 0;
}
.hits .product-item-container {
	margin-bottom: 0px;
}
.hits-swiper-container {
	position: relative;
	margin: 0 50px;
}
@media (max-width: 767.98px) {
	.hits-swiper-container {
		margin: 0;
	}
	.swiper-hits-button-prev {
		top: -26px;
		right: 50px;
		left: auto;
		display: none;
	}
	.swiper-hits-button-next {
		top: -26px;
		right: 10px;
		display: none;
	}
}
.hits-swiper-container .swiper {
	padding: 0 10px;
}
.hits .swiper:not(.swiper-initialized) .swiper-slide {
	margin-right: 20px;
}
.product {
	width: 340px;
}
.product-image {
	background: #f9f9f9;
	width: 100%;
	height: 340px;
	margin-bottom: 30px;
}
.product-image img {
	height: auto;
	max-width: 100%;
	margin: auto;
}
.product-name a {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	text-decoration: none;
	margin-bottom: 10px;
}
.product-type {
	color: rgba(47, 49, 50, 0.7);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}
.car {
	background-image: url(/upload/sm/car_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	padding-top: 40px;
}
.car-title {
	font-family: Roadrage;
	font-size: 80px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
}
.car-title div {
	color: #9e1313;
	position: relative;
	z-index: 1;
}
.car-title img {
	position: absolute;
	left: 310px;
	bottom: 0px;
	z-index: 0;
	height: 90px;
}
.car-product-photo {
	height: 510px;
	overflow: hidden;
	bottom: 0;
	margin-top: 70px;
	background-image: url(/upload/sm/car_product.png);
	background-size: cover;
	width: 70%;
	margin: 70px auto 0 auto;
}
@media (max-width: 1536px) {
	.car-product-photo {
		height: 440px;
		width: 60%;
	}
	.car-title {
		font-size: 60px;
	}
	.car-title img {
		height: 70px;
		left: 400px;
		bottom: -3px;
	}
}
@media (max-width: 1366px) {
	.car-product-photo {
		height: 380px;
	}
	.car-title img {
		height: 70px;
		left: 290px;
	}
}
@media (max-width: 1280px) {
	.car-product-photo {
		height: 380px;
	}
	.car-title {
		font-size: 70px;
	}
	.car-title img {
		height: 70px;
		left: 290px;
	}
}
@media (max-width: 1024px) {
	.car-product-photo {
		height: 320px;
	}
	.car-title {
		font-size: 60px;
	}
	.car-title img {
		height: 70px;
		left: 200px;
	}
}
.news {
	padding-bottom: 60px;
	padding-top: 40px;
}
.news .news-list {
	margin: 0;
}
@media (max-width: 767.98px) {
	.news .news-item {
		display: none !important;
	}
	.news .news-item:first-child {
		display: flex !important;
	}
	.news .news-list {
		margin-top: 20px;
	}
}

/* .news-item-photo {
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.news-item-photo-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    display: flex;
}
.news-item-photo-wrapper a {
    display: flex;
    width: 100%;
    height: 100%;
} */

.news-item-col-photo {
	display: flex;
	width: 100%;
	padding-top: 100%;
	position: relative;
}
.news-item-photo {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	display: flex;
}
.news-item-photo-wrapper {
	width: 100%;
}
.news-item-photo-wrapper a {
	display: flex;
	width: 100%;
	height: 100%;
}
.news-item-photo img {
	object-fit: cover;
	margin: 0 auto;
}
.news-item-type {
	color: rgba(47, 49, 50, 0.6);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%;
	text-transform: uppercase;
	width: 100%;
}
.news-item-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.news-item-title a {
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	text-decoration: none;
	padding: 10px 20px;
}
@media (max-width: 1024px) {
	.news-item-title a {
		padding: 20px 10px;
	}
}
.news-item-btn {
	width: 100%;
}
.news-item-btn .btn-outline-secondary {
	--bs-btn-border-radius: 50px;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	padding: 16px 40px;
}

.news-list {
	margin: 60px 0 0px 0;
}
@media (max-width: 767.98px) {
	.news-list {
		margin: 16px 0;
	}
}
.news-item {
	background-color: #f6f6f6;
	border-bottom: 2px solid transparent;
}
@media (max-width: 1024px) {
	.news-item {
		margin: 0 0 20px 0;
	}
}

/* @media (min-width: 1024px) {
    .news-item:nth-child(even) .news-item-col-photo {
        order: 2;
    }
} */

.news-item-description {
	height: 100%;
	position: relative;
	margin: 20px 0 10px 0;
}
@media (max-width: 1024px) {
	.news-item-description {
		padding: 20px 0;
	}
}
.news-item-date {
	position: absolute;
	right: 20px;
	bottom: 20px;
	opacity: 0.6;
	font-size: 14px;
}
@media (max-width: 1024px) {
	.news-item-date {
		position: relative;
		bottom: unset;
		right: unset;
		text-align: center;
		width: 100%;
		margin-bottom: -10px;
	}
}
.news-filter {
	margin-top: 50px;
}
.news-filter a {
	background-color: transparent;
	border: 1px solid var(--text-color-primary);
	font-size: 14px;
	padding: 10px 20px;
	color: var(--text-color-primary);
	border-radius: 100px;
	margin: 0 20px;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
}
.news-filter .active {
	background-color: var(--text-color-primary);
	border: 1px solid var(--text-color-primary);
	color: #fff;
}
@media (max-width: 1024px) {
	.news-filter {
		display: inline-flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: start;
		width: 100%;
		height: auto;
		overflow-x: visible;
		vertical-align: middle;
		white-space: normal;
		flex-wrap: wrap;
		margin: 16px 0 0 0;
		justify-content: space-between !important;
	}
	.news-filter > a {
		width: calc(50% - 5px);
		margin: 6px 0;
		text-align: center;
		display: inline-flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 8px;
	}
}

.footer-address {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 230%;
}
.footer-address div {
	line-height: 16px;
	margin: 10px 0 16px 0;
}
.footer-menu {
	display: grid;
	grid-template-columns: auto auto auto;
	grid-template-rows: auto;
	margin-bottom: 0;
}
@media (max-width: 1024px) {
	.footer-menu {
		gap: 6px 0px;
		grid-template-columns: 50% 50%;
	}
}
.footer-menu li {
	margin-bottom: 10px;
}
.footer-menu a {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	text-decoration: none;
}
.footer-menu a:hover {
	text-decoration: underline;
}
.footer-social {
	margin-top: 20px;
}
.footer-social-item {
	background-color: #fefeff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	justify-content: center;
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.catalog-container-fluid {
	margin-top: 40px;
}
@media (max-width: 1024px) {
	.catalog-container-fluid {
		margin-top: 0px;
	}
	.catalog-section {
		margin: 0 -12px;
	}
}
.catalog-container.container {
	max-width: 1700px;
}
.catalog-slider {
	margin-bottom: 50px;
}
.catalog-slider-photo {
	height: 220px;
}
.catalog-section-banner {
	width: 100%;
}
.page-title-conrainer {
	width: 100%;
	height: 240px;
	position: relative;
}
.page-title-bg {
	background-image: url(/upload/sm/brand_bg-graffiti.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	background-position: calc(100% - 50%) calc(100% - 70%);
	position: absolute;
}
.page-title {
	font-size: 140px;
	font-weight: 700;
	color: white;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	background-image: url(/upload/sm/page_title_pattern.png);
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	/* mask: linear-gradient(#000 0 0) text; */
	opacity: 0.4;
	mix-blend-mode: plus-lighter;
	text-transform: uppercase;
	font-family: var(--theme-heading-font);
}
.page-title svg {
	height: auto;
	display: block;
	fill: white;
	width: 55vw;
	margin: 0 auto;
}

@media (max-width: 1024px) {
	.page-title svg {
		width: 100%;
	}
	.page-title-conrainer {
		height: 100px;
	}
	.page-title {
		font-size: 60px;
	}
}
.hex-block {
	margin-bottom: 40px;
}
.hex-block-title {
	margin-bottom: 70px;
	font-family: var(--theme-heading-font);
	font-size: 30px;
	border-bottom: 1px solid var(--text-color-primary);
	padding-bottom: 10px;
}
.hex-row {
	display: inline-flex;
	width: 100%;
	margin-top: calc((var(--hex-width) / 4 * -1) - -20px);
	align-items: center;
	justify-content: center;
}
.hex-row:not(.hex-row-5) {
	justify-content: left;
}
.hex-row-1 + .hex-row-1,
.hex-row-5 + .hex-row {
	justify-content: left;
	margin-left: calc(var(--hex-width) / 2);
}

/* .hex-row-5+.hex-row:not(.hex-row-4) .hex {
    margin-left: calc(var(--hex-width) / 2);
} */

.hex-row-4 + .hex-row {
	justify-content: left;
}
@media (max-width: 1024px) {
	.hex-row {
		margin-top: calc((var(--hex-width) / 3 * -1) - -20px);
	}
	.hex-row-1 + .hex-row-1,
	.hex-row-5 + .hex-row {
		margin-left: 0;
	}
	.hex-row:not(.hex-row-5) {
		justify-content: center;
	}
	.hex-row-1 + .hex-row-1 {
		margin-top: 0px;
	}
}
.hex-row:first-child {
	margin-top: 0;
}
.hex {
	width: var(--hex-width);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	cursor: pointer;
}
.hex-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding-top: 100%;
	position: relative;
}
.hex-bg {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	right: 0;
	bottom: 0;
}
.hex-bg svg {
	filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.1));
	stroke: rgba(0, 0, 0, 0.1);
	fill: #fff;
	width: 100%;
	height: auto;
	display: block;
}
.hex:hover .hex-bg svg {
	filter: drop-shadow(5px 10px 15px rgba(0, 0, 0, 0.15));
}
.partners {
	margin: 50px 0 100px 0;
}
.partners-filter {
	margin: 0 0 60px 0;
}
.partner {
	position: relative;
	z-index: 2;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	margin: auto 0;
	align-content: center;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
}
.partner-logo {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.partner-logo img {
	max-height: 60px;
	max-width: 100%;
	height: max-content;
}
.partner-name {
	text-align: center;
	margin: 10px 0 0 0;
}
.partners-filter > div {
	background-color: transparent;
	border: 1px solid var(--text-color-primary);
	font-size: 14px;
	padding: 10px 20px;
	color: var(--text-color-primary);
	border-radius: 100px;
	margin: 0 20px;
	cursor: pointer;
}
.partners-filter .active {
	background-color: var(--text-color-primary);
	border: 1px solid var(--text-color-primary);
	color: #fff;
}
@media (max-width: 1024px) {
	.partners {
		margin: 20px 0 50px 0;
	}
	.partners-filter {
		display: inline-flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: start;
		width: 100%;
		height: auto;
		overflow-x: visible;
		vertical-align: middle;
		white-space: normal;
		flex-wrap: wrap;
		margin: 0 0 30px 0;
		justify-content: space-between !important;
	}
	.partners-filter > div {
		width: calc(50% - 5px);
		margin: 3px 0;
		text-align: center;
		display: inline-flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 8px;
		font-size: 11px;
	}
}
footer {
	padding-top: 60px;
}
.footer-copyright {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	margin-top: 40px;
}
.feedback-msg-attantion {
	box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
	border-radius: 14px;
	padding: 30px 60px;
	display: inline-block;
	background-color: #fff;
	width: 100%;
	font-size: 18px;
	border-bottom: 3px solid var(--theme-color-primary);
}
.feedback-form .btn {
	width: auto;
}
.feedback-form .form-select-lg,
.feedback-form .form-control-lg {
	font-size: 16px;
}
div[data-visible="0"] {
	display: none;
}
div[data-visible="1"] {
	display: flex;
}
@media (max-width: 1024px) {
	.feedback-form .btn {
		width: 100%;
	}
	.feedback-msg-attantion {
		padding: 20px 20px;
	}
}
.about-page {
	max-width: 1920px;
	margin: 40px auto 0 auto;
}
@media (max-width: 1024px) {
	.about-page {
		margin: 20px auto 0 auto;
	}
}
.about-page ul,
.about-page p {
	font-size: 20px;
	line-height: 30px;
}
.about-page li {
	margin: 10px 0;
}
.about-page-title {
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: var(--theme-heading-font);
}
.about-page .partners {
	width: 100%;
}
.hex.swiper-slide {
	width: calc(100% / 8);
}
.about-page-map {
	margin: 50px 0;
	width: 100%;
	height: 500px;
	background-image: url(/upload/sm/map_screen2.jpg);
	background-position: bottom center;
}
.about-page-map-text {
	background-color: #fff;
	padding: 70px;
	width: 47%;
	margin: auto 0;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.about-page .swiper {
	padding-bottom: 20px;
}
@media (min-width: 1400px) {
	.about-page-title-margin {
		margin-bottom: -30px;
	}
}
@media (max-width: 767.98px) {
	.hex.swiper-slide {
		width: calc(100% / 1.6);
	}
	.about-page-map-text {
		padding: 30px;
		width: 100%;
	}
	.about-page-title {
		margin-top: 30px;
		font-size: 40px;
		line-height: 40px;
	}
	.about-page ul,
	.about-page p {
		font-size: 18px;
		line-height: 26px;
	}
	.about-page-title-margin {
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.about-page .partners-list {
		padding: 0;
	}
	.about-page .partners-list .swiper-wrapper {
		margin-left: -45%;
	}
	.about-page-map {
		margin: 20px 0;
	}
}
.swiper-banners img {
	width: 100%;
}
.swiper-button-prev.swiper-banners-button-prev {
	left: 0px;
}
.swiper-button-next.swiper-banners-button-next {
	right: 0px;
}
.swiper-button-next.swiper-banners-button-next,
.swiper-button-prev.swiper-banners-button-prev {
	color: #fff;
	height: 100%;
	top: 0;
	width: 80px;
	margin: 0;
}
.swiper-banners .swiper-pagination-bullet {
	background: transparent;
	border: 2px solid #fff;
	opacity: 0.5;
}
.swiper-banners .swiper-pagination-bullet-active {
	opacity: 0.9;
}
@media (max-width: 767.98px) {
	.swiper-banners {
		padding-bottom: 50px;
		background-color: #f5f5f5;
	}
	.swiper-button-prev.swiper-banners-button-prev,
	.swiper-button-next.swiper-banners-button-next {
		display: none !important;
	}
	.swiper-banners .swiper-horizontal > .swiper-pagination-bullets,
	.swiper-banners .swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-banners .swiper-pagination-custom,
	.swiper-banners .swiper-pagination-fraction {
		bottom: 10px;
	}
	.swiper-banners .swiper-pagination-bullet {
		border: 2px solid var(--text-color-primary);
		width: 16px;
		height: 16px;
	}
}
.cookie-alert {
	width: 100%;
	padding: 20px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0 0 12px rgb(0 0 0 / 16%);
	box-shadow: 0 0 12px rgb(0 0 0 / 16%);
	background: #fff;
	z-index: 1000;
	display: none;
}
.cookie-alert a {
	text-decoration: underline;
}
@media (max-width: 767.98px) {
	.cookie-alert {
		font-size: 14px;
	}
}
.policy-text::first-line {
	font-size: 0;
	line-height: 0;
}
.contacts-grid {
	margin-top: 50px;
	margin-top: 50px;
	display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: auto;
	gap: 20px 80px;
}
@media (max-width: 1024px) {
	.contacts-grid {
		margin: 20px 0;
		display: flex;
		flex-direction: column;
	}
}
.vk-promo-music-text {
	margin: 70px 0;
}
.vk-promo-music p {
	font-size: 32px;
	font-family: VK Sans Display;
	line-height: 130%;
}
.vk-promo-music .btn {
	--bs-btn-border-radius: 0.375rem;
}

.vk-promo-music form {
	margin-bottom: 50px;
}
.vk-promo-music .btn-secondary {
	--bs-btn-color: #000;
	--bs-btn-bg: #e7e7e7;
	--bs-btn-border-color: #e7e7e7;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #e7e7e7;
	--bs-btn-hover-border-color: #e7e7e7;
	--bs-btn-focus-shadow-rgb: 130, 138, 145;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #e7e7e7;
	--bs-btn-active-border-color: #e7e7e7;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #e7e7e7;
	--bs-btn-disabled-border-color: #e7e7e7;

	font-size: 27px;
	text-transform: none;

	height: 52px;
	padding: 0;
}

.vk-promo-music .btn:active,
.vk-promo-music .btn:hover {
	color: #000 !important;
	background-color: #e7e7e7;
	border-color: #e7e7e7;
}
.vk-promo-music .captcha-bg {
	background-color: white;
	width: 100%;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: 0.375rem;
	align-self: flex-end;
	overflow: hidden;
}
.vk-promo-music .captcha-boder {
	border: 3px solid white;
	overflow: hidden;
	width: fit-content;
	margin: 0 auto;
}
.vk-promo-music .captcha-img {
	margin: -1px;
	text-align: center;
}
.vk-promo-music ol li {
	padding-left: 30px;
}
.vk-promo-music-title-btm {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}
.vk-promo-music-text-small {
	margin: 20px 0 40px 0;
	font-size: 10px;
	font-weight: 500;
	line-height: 10px;
}
.vk-promo-music input {
	font-size: 18px;
}
.modal-content {
	border: 0;

	background: linear-gradient(135deg, #e2f5ff 0%, #f3dbff 94%, #f3dbff 100%);
}
.modal-content svg {
	height: 56px;
}
.modal-header {
	padding: 40px 60px 0 60px;
	border: 0;
}
.modal-body {
	padding: 30px 30px 40px 30px;
}

.modal-header .close {
	position: absolute;
	right: 23px;
	top: 13px;
	opacity: 1;
}

.modal-backdrop {
	display: none !important;
}

.modal,
.modal-open {
	overflow-y: auto;

	padding-right: 0 !important;
}

.modal {
	/* top: 50%; */
	/* right: auto; */
	/* bottom: auto; */
	/* left: 50%; */
	/* transform: translate(-50%, -50%); */
	transform: translate(0%, -50%);
	width: 470px;
	height: 222px;
	position: fixed;
	top: 60%;
	left: 20px;
	margin-right: 20px;
}

.modal-dialog {
	margin: 0 !important;
}

/* .modal.fade .modal-dialog {
	transform: scale(0.1, 0.1);
}

.modal.in .modal-dialog {
	transform: scale(1, 1);
} */
@media (max-width: 1024px) {
	.modal {
		/* top: 50%; */
		/* right: auto; */
		/* bottom: 0; */
		/* left: 50%; */
		/* transform: translate(-50%, -50%); */
		transform: translate(0%, -100%);
		width: calc(100% - 20px);
		height: auto;
		position: fixed;
		top: calc(100% - 10px);
		left: 10px;
		/* margin-right: 10px; */
	}
	.modal-header {
		padding: 20px 30px 0 20px;
		margin: 0 auto;
	}
	.modal-content #vkbanner-logo {
		height: 46px;
		width: 240px;
		margin: 0 auto;
		padding: 0;
		margin: 0;
	}
	.modal-header .close {
		right: 15px;
		top: 15px;
		padding: 0;
		margin: 0;
	}
	.modal-header .close svg {
		height: 26px;
		width: 26px;
	}

	.modal-body {
		padding: 20px 30px 20px 20px;
		margin: 0 auto;
	}
	.modal-body #vkbanner-text {
		width: 240px;
		height: 60px;
		display: block;
	}
}
