button:active,
button:focus {
	outline: 0
}

button::-moz-focus-inner {
	border: 0
}

::-webkit-scrollbar {
	width: 6px
}

::-webkit-scrollbar-track {
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #fff
}

::-webkit-scrollbar-thumb {
	border-radius: 0;
	background: #101010
}

:root {
	font-size: .94vw;
	font-size: 1vw
}

body {
	--color-basic: #101010;
	--color-white: #fff;
	--color-border: #d8d8d8;
	--color-red: #FE0000;
	--color-light: #f6f6f6;
	--color-light-two: #f2f2f2;
	--color-gray: #c6c6c6;
	--color-gray-text: gray;
	background: #fff;
	font-weight: 400;
	color: #101010;
	font-family: Arial;
	letter-spacing: 0;
	line-height: 1;
	font-weight: 400;
	overflow-x: hidden;
	--swiper-navigation-size: 1rem;
	--swiper-navigation-color: #101010;
}

a {
	color: var(--color-basic);
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:hover {
	color: var(--color-red);
	text-decoration: none;
	opacity: 1
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	margin-bottom: 1rem
}

img {
	max-width: 100%
}

.pc-none {
	display: none
}

.text-nowrap {
	white-space: pre-wrap !important
}

.empty {
	text-align: center;
	font-size: 200%;
	margin: auto;
	padding-top: 1rem;
	padding-bottom: 5rem
}

.sidebar_mobile {
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	background: #fff;
	color: var(--color-basic);
	overflow-y: auto;
	opacity: 0;
	z-index: -999;
	visibility: hidden;
	border-radius: 1rem 1rem 0 0
}

@media screen and (max-width:1020px) {
	.sidebar_mobile {
		display: none;
		opacity: 1;
		z-index: 999;
		visibility: visible
	}
}

.links-block {
	margin-top: 3rem;
	background: #f5f5f5;
	padding: 6.25rem;
	border-radius: 6rem;
	margin-bottom: 3rem
}

.links-container {
	padding-bottom: 4rem
}

.soc-bt {
	display: flex;
	width: 100%
}

.link-type {
	margin-bottom: .5rem;
	display: inline-block;
	padding: 0;
	border-radius: 100px
}

.link-item {
	border-bottom: solid 1px var(--color-basic);
	padding: 1.25rem 0;
	position: relative;
	background: 0 0
}

.link-item .left {
	font-size: 5rem;
	letter-spacing: -.2rem
}

.link-bt {
	border: solid 1px var(--color-basic);
	padding: 2rem;
	font-size: 5rem;
	letter-spacing: -.2rem;
	border-radius: 2rem;
	margin-top: 1rem;
	position: relative;
	text-align: left
}

.link-bt.whatsapp:hover {
	background-color: #075e54;
	color: var(--color-white);
	border-color: transparent
}

.link-bt.instagram:hover {
	background-color: #833ab4;
	color: var(--color-white);
	border-color: transparent
}

.icon_text {
	width: 100%;
	display: inline;
	font-size: 80%;
	opacity: 1;
	letter-spacing: 0;
	color: #646464;
	font-weight: 500
}

.sidebar_mobile_icon {
	width: 1.4rem;
	height: 1.4rem;
	display: flex;
	justify-content: center;
	text-align: center;
	margin: auto
}

.sidebar_mobile_icon svg {
	height: inherit;
	width: inherit
}

.cart_icon {
	position: relative
}

.cart_icon__total {
	position: absolute;
	top: -.02rem;
	right: -.6rem;
	background: var(--color-red);
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	color: #fff;
	font-size: .65rem;
	width: 1.12rem;
	height: 1.12rem;
	text-align: center;
	line-height: 18px;
	display: flex;
	justify-content: center;
	align-items: center
}

.cart_icon-link:hover .cart_icon__total {
	background: #000
}

.cart_icon__total span {
	display: none
}

.sidebar_socials {
	display: flex;
	padding: .25rem .5rem;
	flex: 0 0 25%;
	flex-grow: 4
}

.sidebar_socials a {
	align-items: center;
	display: flex;
	flex-basis: auto;
	flex-grow: 1;
	justify-content: center;
	opacity: 1;
	padding: .35rem;
	flex: auto;
	fill: #646464;
	text-align: center;
	height: 100%;
	border-radius: 1rem;
	background: #f5f5f5;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	border: solid .25rem var(--color-white)
}

.sidebar_socials a:hover {
	background: #ff185d;
	color: #fff;
	fill: #fff
}

.sidebar_socials a:hover .icon_text {
	color: #fff
}

.sidebar_socials .icon_content {
	align-items: center;
	display: flex
}

@media screen and (max-width:768px) {
	.icon_text {
		width: 100%;
		margin-left: 0;
		margin-top: .12rem;
		display: flex
	}

	.sidebar_socials .icon_content {
		align-items: center;
		display: block
	}
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -1rem;
	margin-left: -1rem
}

.col.col-filter {
	font-size: 80%
}

.col.col-filter_gal {
	padding: .5rem .625vw
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 1rem;
	padding-left: 1rem
}

.progress-header {
	position: fixed;
	z-index: 9999;
	top: 0
}

.carousel-2-inner {
	position: relative;
	overflow: hidden;
	padding-bottom: .75rem
}

.slider-full-screen .carousel-indicators {
	position: absolute;
	bottom: 2.6rem
}

.carousel-indicators {
	bottom: 1rem;
	z-index: 1;
	margin-bottom: 0;
	position: relative
}

.header-stub {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: auto
}

.header.out {
	-webkit-transform: translateY(-150%);
	-moz-transform: translateY(-150%);
	-o-transform: translateY(-150%);
	transform: translateY(-150%)
}

#header {
	z-index: 10;
	width: 100%;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	line-height: 1.12
}

.header-col {
	position: relative
}

.menu-link {
	display: none
}

.header-col.menu-items {
	margin-left: 4.32rem
}

.header-menu-open .menu li a span {
	border-bottom: solid 1px #101010;
	color: #101010 !important
}

.header-menu-open .menu li a span:hover {
	color: #fff;
	opacity: 1
}

.header-menu-open #logo {
	background: #ff185d
}

.header-menu-open #logo svg {
	fill: #fff
}

.fixed-nav {
	position: fixed
}

.modal {
	border: 0
}

.modal-catalog {
	left: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	border: 0;
	margin: 0
}

.menu-catalog {
	left: 0;
	right: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	min-height: 100vh;
	border: 0;
	margin: 0;
	height: 100%
}

.modal.fade .modal-dialog {
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-o-transform: scale(.9);
	transform: scale(.9)
}

.fade {
	transition: opacity .3s ease-in-out
}

.modal.show .modal-dialog {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.catalog-tab-category {
	border: 0;
	height: 100%;
	padding: 1rem;
	display: inline-block;
	margin: auto;
	width: 100%;
	text-align: center
}

.catalog-tab {
	height: auto;
	text-transform: inherit;
	display: inline-flex;
	padding: .675rem 1.25rem;
	align-items: center;
	margin: 0 .12rem;
	border-radius: 1rem;
	background: #323232;
	-moz-transition: background-image .3s ease-in-out !important;
	-o-transition: background-image .3s ease-in-out !important;
	border: solid 1px transparent;
	color: var(--color-white) !important;
	font-size: 125%;
	opacity: .8
}

.catalog-tab:hover {
	background: #f5f5f5;
	color: #101010;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent
}

.catalog-tab:hover .tabicon {
	fill: #101010;
	opacity: .5
}

.catalog-tab.active {
	color: var(--color-white);
	background: 0 0;
	border-color: var(--color-white);
	opacity: 1
}

.catalog-tab.active.border-left {
	border-left: 1px solid transparent !important
}

.catalog-tab.active .tabicon {
	opacity: 1;
	fill: #fff
}

.tabicon {
	display: flex;
	width: auto;
	height: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: flex-start;
	opacity: .48;
	padding-right: 1rem
}

.tabicon svg {
	width: 1.5rem;
	height: 1.5rem;
	fill: inherit
}

#catalog_popup .catalog-search-form {
	margin-top: 4rem
}

.search-block .catalog-search-form input[type=text] {
	background: #f6f6f6;
	border-color: transparent
}

.catalog-search-form input[type=text] {
	border: 0;
	padding: 1.5rem 4rem 1.5rem 1.5rem;
	width: 100%;
	color: #606060;
	opacity: 1;
	outline: 0;
	font-weight: 400;
	letter-spacing: -.01rem;
	background: 0 0;
	border-radius: 0;
	text-align: center;
	font-size: 125%;
	outline: none;
	background: #1b1b1b;
	border-radius: 1rem
}

.catalog-search-form input[type=image] {
	height: 1.25rem;
	right: 1.5rem;
	bottom: 1.6rem;
	position: absolute
}

.catalog-search-form input[type=text]:focus,
.catalog-search-form input[type=text]:active {
	box-shadow: 0 0 0 1px transparent
}

.catalog-search-form input[type=text]::-moz-placeholder {
	color: #101010
}

.catalog-search-form input[type=text]:-moz-placeholder {
	color: #101010
}

.catalog-search-form input[type=text]:-ms-input-placeholder {
	color: #101010
}

.content-title {
	font-size: 3.5rem;
	letter-spacing: -.06rem;
	padding: 2rem 0;
	margin: 0 0 1rem
}

.modal-content {
	border-radius: 0;
	border: 0;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: hidden;
	min-height: 100vh
}

.modal-content.black {
	background-color: var(--color-basic);
	color: var(--color-white);
	border: none
}

.modal-content.black li a {
	color: var(--color-white)
}

.modal-body {
	padding: 0
}

.menu-content {
	margin-bottom: 0
}

.menu-body {
	padding: 0
}

.menu-links {
	text-align: left;
	min-height: 100vh;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 5rem 0;
	border: none
}

.menu-links ul {
	display: table;
	margin: auto;
	width: 100%
}

.menu-links ul li {
	width: 100%;
	padding: 0;
	margin-bottom: 1rem
}

.menu-links ul li::marker {
	display: none;
	unicode-bidi: unset;
	opacity: 0;
	visibility: hidden;
	overflow: hidden
}

.menu-links ul li a {
	color: var(--color-white);
	border: solid .16rem var(--color-white);
	padding: 1rem 1.5rem;
	display: inline-block;
	border-radius: 1.25rem;
	font-weight: 500;
	font-size: 1.5rem
}

.menu-links .dropdown-menu {
	justify-content: center;
	margin: auto;
	text-align: center;
	left: 0 !important;
	right: 0 !important;
	background: 0 0;
	position: relative !important;
	text-align: center;
	margin: auto;
	width: 100%;
	transition: none !important;
	height: auto;
	top: auto !important;
	float: inherit !important;
	transform: none !important
}

.menu-links .dropdown-menu a {
	display: inline-block;
	width: auto;
	font-size: 80%;
	letter-spacing: -.06rem
}

.menu-links ul li a:hover {
	background: var(--color-white);
	color: var(--color-basic)
}

.menu-links-active a {
	letter-spacing: -.25rem !important
}

.submenu {
	width: 100%;
	padding: .5rem 0
}

.submenu-links {
	display: inline-flex;
	text-align: center;
	margin: auto;
	left: 0;
	right: 0;
	width: 100%;
	justify-content: center;
	padding: .5rem 0 1.5rem
}

.menu-links .submenu-links li {
	display: block;
	width: auto;
	padding: 0 1rem
}

.menu-links .submenu-links a {
	font-size: 1rem;
	letter-spacing: -.04rem;
	padding: 0;
	text-transform: inherit
}

.menu-links .submenu-links a:hover {
	font-size: 1rem;
	letter-spacing: -.04rem
}

.modal-header {
	text-transform: uppercase;
	display: none
}

.modal-title {
	font-weight: 400
}

.close-button {
	width: 4rem;
	height: 4rem;
	float: right;
	cursor: pointer;
	position: fixed;
	right: 1rem;
	top: .5rem;
	vertical-align: baseline;
	z-index: 999;
	display: flex;
	align-items: center
}

.close-button.min {
	width: 1.5rem;
	height: 1.5rem;
	top: .8rem
}

.content-close-button {
	width: inherit;
	height: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative
}

.search-block .close-button .one,
.search-block .close-button .two {
	background: var(--color-basic)
}

.close-button .one {
	background: var(--color-white);
	width: inherit;
	height: .2rem;
	display: flex;
	transition: inherit;
	-moz-transition: inherit;
	-webkit-transition: inherit;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute
}

.close-button .two {
	background: var(--color-white);
	width: inherit;
	height: .2rem;
	display: flex;
	transition: inherit;
	-moz-transition: inherit;
	-webkit-transition: inherit;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute
}

.menu-border {
	display: block;
	width: auto;
	margin: 0 25rem;
	padding: 1.5rem 2rem 2rem;
	border: solid 1px rgb(255 255 255/20%);
	border-radius: 3rem
}

.table-line {
	margin: 0;
	position: relative;
	width: 100%;
	-ms-flex: 0 0 100%
}

.item-table-line {
	padding: 1.25rem 0;
	display: flex;
	align-items: center;
	border-bottom: 0;
	background: 0 0;
	border-bottom: solid .16rem var(--color-white);
	transition: all .3s;
	-webkit-transition: all .3s;
	-webkit-transition: all .3s;
	color: var(--color-white) !important;
	cursor: pointer
}

.itl-left {
	font-size: 2.5rem;
	letter-spacing: -.08rem;
	width: 50%;
	text-align: left;
	text-transform: uppercase;
	font-weight: 500
}

.itl-right {
	width: 50%;
	margin-left: 2rem
}

.itl-right-content {
	width: 100%;
	display: flex;
	align-items: center;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

.itl-plus {
	display: flex;
	float: right;
	align-items: center;
	width: 2rem;
	position: relative;
	left: .4rem
}

.itl-plus-item {
	width: .16rem;
	height: 3rem;
	background: var(--color-white);
	position: absolute;
	transition: all .3s;
	-webkit-transition: all .3s;
	-webkit-transition: all .3s
}

.itl-minus-item {
	width: 3rem;
	height: .16rem;
	background: var(--color-white);
	position: absolute;
	left: -1.5rem;
	transition: inherit
}

.table-line .show .itl-plus-item {
	height: 0
}

.table-line .accordion-content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity .3s ease-in-out, max-height .3s ease-in-out;
	background: var(--color-basic);
	color: var(--color-white)
}

.table-line .accordion-content.show {
	height: auto;
	opacity: 1;
	max-height: 500rem;
	transition: all .3s ease-in-out;
	will-change: opacity, max-height;
	margin-bottom: .75rem
}

.table-line .accordion-content .container {
	padding: 1.5rem 0 2rem
}

.menu-bt-container {
	padding: 3rem 0
}

.menu-bt-name {
	margin-bottom: 1rem;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0
}

.menu-bt {
	border: solid .16rem var(--color-white);
	padding: 1.5rem;
	border-radius: 1rem;
	font-size: 2rem;
	letter-spacing: -.04rem;
	color: var(--color-white) !important;
	display: flex;
	text-transform: uppercase;
	font-weight: 500;
	justify-content: center;
	text-align: center
}

.menu-bt:hover {
	background: var(--color-white);
	color: var(--color-basic) !important
}

.menu-bt-minlinks {
	border-top: solid .2rem var(--color-white);
	display: flex;
	padding: 1rem 0;
	text-transform: uppercase;
	margin-bottom: 2rem;
	font-weight: 500;
	letter-spacing: 0
}

.menu-bt-minlinks .left {
	width: 50%
}

.menu-bt-minlinks .right {
	justify-content: right;
	display: flex;
	width: 100%
}

.menu-icons {
	display: inline-flex;
	margin-top: 1.5rem
}

.menu-icons a {
	background: var(--color-white);
	width: 3rem;
	height: 3rem;
	display: inline-flex;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	margin-right: .5rem;
	border: solid 1px transparent;
	fill: var(--color-basic) !important
}

.menu-icons a:hover {
	border-color: var(--color-white);
	background: 0 0;
	fill: var(--color-white) !important
}

.menu-icons svg {
	width: 50%;
	height: 50%;
	fill: inherit
}

.menu-bt-phone {
	font-size: 1.32rem;
	font-weight: 500;
	letter-spacing: -.04rem
}

.container-min {
	padding: 0 .75rem
}

.link-letter {
	font-size: 2rem;
	padding-bottom: 1rem;
	opacity: .25
}

.list-links {
	line-height: 175%;
	margin-bottom: 2rem;
	font-size: 110%
}

.links-category-image {
	position: absolute;
	width: 16rem;
	height: 13rem;
	object-fit: cover;
	transform: translateX(-6%) translateY(-12%) !important;
	z-index: 1;
	opacity: 0;
	visibily: hidden;
	pointer-events: none;
	border-radius: 1.5rem;
	background: #f6f6f6
}

.links-category-image span {
	position: absolute;
	width: 12rem;
	height: 12rem;
	background-blend-mode: darken !important;
	background-size: cover !important;
	background-color: #f6f6f6 !important;
	background-position: center !important;
	left: 0;
	right: 0;
	margin: auto
}

.list-links li {
	display: block;
	width: fit-content
}

.list-links a {
	opacity: 1;
	text-transform: inherit;
	letter-spacing: 0;
	position: relative;
	border-bottom: solid 1px
}

.list-links a:hover {
	opacity: .5;
	z-index: 3;
	text-decoration-color: transparent;
	border-color: inherit
}

.wrapper {
	margin: 0 15px
}

#logotype {
	float: left;
	display: inline-flex
}

#logo {
	background: var(--color-red);
	width: 5rem;
	height: 5rem;
	margin-right: 1.25rem
}

#logo svg {
	width: inherit;
	height: inherit;
	position: absolute;
	z-index: 1;
	padding: 0;
	overflow: visible;
	border-radius: 100%;
	fill: #fff;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	padding: .625rem
}

#logo svg:hover {
	background: 0 0;
	fill: #ff185d;
	-webkit-transform: scale(.825);
	-moz-transform: scale(.825);
	-o-transform: scale(.825);
	transform: scale(.825);
	stroke-linejoin: round;
	stroke-linecap: round
}

#logo:hover {
	background: 0 0;
	border-radius: 100%;
	box-shadow: 0 0 0 1px #ff185d
}

ul {
	display: inherit;
	margin-top: 0;
	margin-bottom: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	padding-inline-start: 0
}

.lk-tabs .active {
	background: #ff185d;
	color: #fff
}

.type_product {
	display: inline-flex;
	margin: 100px 0;
	position: absolute;
	z-index: 2
}

.type_product .active {
	background: #ff185d;
	color: #fff
}

ul.tabs_menu {
	list-style-type: none;
	position: relative
}

.table {
	border-radius: 5px;
	overflow: hidden
}

.image-wrap {
	width: 100%;
	height: 150px;
	display: table;
	margin-bottom: 15px
}

.text-center p {
	font-size: 26px;
	margin-bottom: 0
}

.product-comparison {
	font-size: 18px
}

.product-comparison a {
	color: #000;
	border-bottom: 1px solid #dae3ea
}

.repeat-close {
	position: relative;
	width: 30px;
	height: 30px;
	background: #f5f5f5;
	border-radius: 100%;
	display: flex;
	float: right
}

.repeat-close:hover {
	background: red;
	fill: #fff
}

.repeat-close svg {
	width: 25px;
	height: 25px;
	fill: inherit;
	margin: auto
}

.product-comparison .amount {
	;
	font-weight: 400
}

.product-comparison.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #fff
}

.product-comparison th {
	;
	font-weight: 400;
	font-size: 18px;
	padding: 0 15px;
	vertical-align: inherit;
	color: #545e67
}

.product-comparison .price,
.product-comparison .description,
.product-comparison .description b,
strong {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	font-weight: 400
}

b,
strong {
	font-weight: 400
}

.product_tabs {
	margin: 0 0 30px
}

.product_tabs .active {
	color: #fff;
	border: solid 1px transparent;
	background-image: linear-gradient(270deg, #14bcaa, #14bc36)
}

.product_tabs li {
	display: inline-block
}

.opacity {
	opacity: .5;
	box-shadow: none !important
}

.menu a {
	text-align: center;
	text-decoration: none;
	margin-right: 1rem;
	color: #101010;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	display: inline-flex
}

.menu a>span {
	border-bottom: solid 1px #101010;
	margin-right: 1rem
}

.profile-item .user-avatar {
	width: 2rem;
	height: auto;
	border-radius: 100px;
	box-shadow: none !important;
	display: inline-flex;
	align-items: flex-start;
	border: 0
}

.profile-item .user-avatar {
	width: 2.5rem;
	height: auto;
	border-radius: 100px;
	box-shadow: none !important;
	display: inline-flex;
	align-items: flex-start;
	border: none !important
}

.profile-item .user-avatar img:hover {
	border: 0
}

.cart-total span {
	border-bottom: none !important
}

.white .menu a span {
	color: #f5f5f5;
	fill: #f5f5f5;
	border-bottom: solid 1px #fff
}

.white a {
	color: #f5f5f5;
	fill: #f5f5f5
}

.white a:hover {
	color: #ff185d;
	fill: #ff185d
}

.black a {
	color: var(--color-white);
	fill: var(--color-white)
}

.header-menu {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	font-size: 110%
}

.header-col_tel {
	text-align: center;
	font-weight: 400;
	padding-left: 14.5rem
}

.header-col_tel__item:last-child {
	padding-top: .4rem
}

.header-col_tel__item {
	font-size: inherit
}

.white .header-col_tel__item a:hover {
	border-color: #ff185d
}

.header-col_tel__item a:hover {
	border-bottom: solid 1px #ff185d
}

.header-col_tel__item a {
	border-bottom: solid 1px var(--color-basic);
	transition: inherit
}

.white .header-col_tel__item a {
	transition: inherit;
	border-bottom: solid 1px var(--color-white)
}

.menu {
	display: inline-flex;
	align-items: flex-start
}

.menu li {
	display: inherit;
	text-align: inherit
}

.menu-icon-item {
	display: none
}

.menu-icon-item svg {
	width: 4rem;
	height: 1rem
}

.menu-icon-close-item {
	margin-left: 12px;
	display: none !important
}

.menu-icon-close-item svg {
	width: 2rem;
	height: 2rem;
	fill: #101010
}

.search:hover .header-brand-icon,
.brands-link:hover .header-brand-icon {
	fill: #ff185d
}

.menu li a span:hover,
.menu li a span:active,
.menu li a span:focus {
	color: #ff185d;
	opacity: 1;
	border-bottom: solid 1px #ff185d
}

.white .menu li a span:hover,
.white .menu li a span:active,
.white .menu li a span:focus {
	opacity: 1
}

.bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 100px
}

.top {
	width: auto
}

.kenBurns {
	-ms-transform: scale(1.05) rotate(-.02deg);
	transform: scale(1.05) rotate(-.02deg);
	-webkit-transition: -webkit-transform 5s cubic-bezier(.3, 0, .7, 1), opacity 1s ease;
	transition: transform 5s cubic-bezier(.3, 0, .7, 1), opacity 1s ease
}

.point {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/point.png);
	background-blend-mode: screen;
	z-index: 2
}

.blackout {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	background-blend-mode: screen;
	z-index: 2
}

.is_overlay {
	display: block;
	width: 100%;
	height: 100%
}

#trailer {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%
}

#trailer>video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

@media(min-aspect-ratio:16/9) {
	#trailer>video {
		height: 300%;
		top: -100%
	}
}

@media(max-aspect-ratio:16/9) {
	#trailer>video {
		width: 300%;
		left: -100%
	}
}

@supports(object-fit:cover) {
	#trailer>video {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover
	}
}
}

.ytp-autohide .ytp-watermark {
	display: none
}

.slider-full-screen {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	top: 0
}

.slider-container {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	top: 0
}

.slider-section {
	position: absolute;
	width: 100%;
	height: 100vh;
	margin: auto;
	text-align: center
}

.slider-text-block {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%
}

.slider-text-container {
	position: relative;
	z-index: 10;
	color: var(--color-white);
	padding-bottom: 4.75rem;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center
}

.slider-text-1 {
	padding-bottom: 1rem
}

.slider-text-2 {
	font-size: 8rem;
	font-weight: 500;
	letter-spacing: -.333rem;
	padding: .5rem;
	text-transform: uppercase
}

.slider-text-3 {
	font-size: 11rem;
	font-weight: 500;
	letter-spacing: -.5rem;
	text-transform: uppercase
}

.font {
	font-family: inherit
}

.gallery-bt-1 {
	background: #ff185d;
	background-image: linear-gradient(270deg, #b300ff, #ff185d);
	padding: 15px;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
	margin: 20px 0;
	border: solid 1px transparent
}

.gallery-bt-2 {
	background: 0 0;
	background-image: transparent;
	padding: 15px;
	border-radius: 5px;
	color: #000;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
	margin: 20px 0;
	border: solid 1px #cfd7de;
	cursor: pointer
}

.gallery-bt-2:hover {
	background: #ff185d;
	background-image: linear-gradient(270deg, #ff185d, #b300ff);
	color: #fff;
	border: solid 1px transparent
}

.gallery-image img {
	border-radius: 20px;
	padding: 15px
}

.gallery-image-item {
	margin: 0 0 30px;
	border-radius: 10px
}

.gallery-image-item img {
	border-radius: 10px
}

.background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

img.background-cards {
	position: relative;
	z-index: 1;
	border: solid 0 transparent
}

.slider-element-1 {
	background: url(../images/exclusive-wheels.svg) no-repeat;
	background-size: 100%;
	background-position: center;
	width: 10vw;
	height: 5vw;
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0
}

.white .carousel-indicators li {
	background-color: var(--color-white)
}

.white .carousel-indicators li:hover {
	background-color: var(--color-white)
}

.white .carousel-indicators .active {
	background-color: var(--color-white)
}

.carousel-indicators li {
	position: relative;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: .333rem;
	height: .333rem;
	margin-right: .5rem;
	margin-left: .5rem;
	text-indent: -999px;
	cursor: pointer;
	background-color: #101010;
	border-radius: 100%;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	opacity: .25
}

.carousel-indicators li:hover {
	background-color: #101010;
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	-o-transform: scale(3);
	transform: scale(3);
	opacity: 1
}

.carousel-indicators .active {
	background-color: #101010;
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	-o-transform: scale(3);
	transform: scale(3);
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	opacity: 1
}

.carousel-control-next {
	right: 2.5rem
}

.carousel-control-prev {
	left: 2.5rem;
	-webkit-transform: scale(-1, -1);
	-moz-transform: scale(-1, -1);
	-o-transform: scale(-1, -1);
	transform: scale(-1, -1)
}

.carousel-control-next,
.carousel-control-prev {
	width: auto;
	opacity: 1
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	width: 8rem;
	height: 8rem;
	background-image: none;
	box-shadow: rgb(255 255 255/25%) 0 0 0 1px;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 100%;
	opacity: .8
}

.carousel-control-next-icon:hover,
.carousel-control-prev-icon:hover {
	-webkit-transform: scale(.95);
	-moz-transform: scale(.95);
	-o-transform: scale(.95);
	transform: scale(.95);
	background: 0 0;
	opacity: 1;
	box-shadow: transparent 0 0 0 1px
}

.carousel-control-next-icon:hover svg,
.carousel-control-prev-icon:hover svg {
	-webkit-transform: scale(4);
	-moz-transform: scale(4);
	-o-transform: scale(4);
	transform: scale(4)
}

.carousel-control-next-icon svg,
.carousel-control-prev-icon svg {
	width: 2rem;
	height: 2rem;
	background-image: none
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 100vh
}

.header-left {
	float: left
}

.header-right {
	float: right;
	margin-right: -2rem
}

.podbor-top-menu {
	text-align: center;
	display: table;
	margin: auto;
	cursor: pointer
}

.lk-top-menu {
	display: inline-block
}

.podbor-icon {
	background-size: 100%;
	background-position: center;
	width: 30px;
	height: 100px;
	margin: 0 15px 0 0;
	display: inline-block;
	float: left
}

.podbor-icon svg {
	width: 25px;
	height: 96px
}

.li-item {
	display: inline-flex
}

.lk-icon {
	width: 40px;
	height: 40px;
	background: transparent url(../images/avatars-1.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 15px 0 0;
	border-radius: 100%;
	display: inline-flex
}

.podbor-name {
	float: right;
	display: inline-block
}

.lk-name {
	float: right;
	display: inline-block
}

.fixed #cart.default {
	border: solid 1px #e6edf2
}

.fixed #cart.default svg {
	fill: #ff185d
}

.cart-label {
	font-size: 22px;
	width: 100%;
	padding: 30px;
	margin: 0 0 20px;
	border-radius: 10px;
	border: solid 1px #e6edf2;
	display: table
}

.cart-label:hover {
	border: solid 1px transparent;
	-webkit-box-shadow: 0 0 80px 0 #f2f2f2;
	-moz-box-shadow: 0 0 80px 0 #f2f2f2;
	box-shadow: 0 0 30px 0 rgba(242, 242, 242, .9)
}

.menu-bottom:hover {
	background: #ff185d
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: overlay;
	padding: 0 !important;
	border-radius: 0 !important;
	margin: 0 !important
}

.modal::-webkit-scrollbar {
	width: 6px
}

.modal::-webkit-scrollbar-track {
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #fff
}

.modal::-webkit-scrollbar-thumb {
	border-radius: 0;
	background: #242424
}

.transition {
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.transition-3s {
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.breadcrumbs-section {
	text-align: center
}

.breadcrumbs-page-section {
	padding-bottom: 2rem;
	text-align: center;
	line-height: 1.8
}

.breadcrumbs-block {
	padding-bottom: 1.25rem
}

.breadcrumbs-block.product {
	border-bottom: solid 1px var(--color-border);
	margin-bottom: 2rem;
}

.breadcrumbs {
	display: inline-flex;
	font-size: 82%
}

.chevron {
	width: 1.12rem !important;
	height: .64rem !important;
	display: inline-flex;
	background: url(../images/chevron.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center
}

.breadcrumbs span {
	display: inline-flex
}

.last {
	display: inline-flex;
	opacity: .5
}

.breadcrumbs li {
	display: block
}

.breadcrumbs li.chevron {
	display: block
}

.breadcrumbs a {
	-moz-transition: all .3s ease-in-out
}

.breadcrumbs a:hover span {
	opacity: 1
}

.description-content {
	width: 100%;
	text-align: center;
	font-size: 2.12rem;
	line-height: 125%;
	letter-spacing: -.06rem;
	font-weight: 400;
	/* text-indent: 11.75rem; */
	padding-bottom: 5rem;
	text-wrap: balance;
	margin: auto;
	font-size: 150%;
	/* border: solid 1px var(--color-border); */
	padding: 0 5rem;
	border-radius: 2rem;
	margin-bottom: 5rem;
}

.description-content p:last-child{
	margin-bottom: 0;
}

.product-table {
	display: inline-flex;
	width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	border-top: solid 1px var(--color-border);
	padding: 2rem 0
}

.pr-grid {
	width: auto;
	padding: 0
}

.pr-grid.last {
	display: inline-block;
	opacity: 1;
	width: 32.6rem;
	text-align: right;
	justify-content: right;
	display: inline-flex;
	height: max-content
}

.pr-image-and-name {
	width: 100%;
	display: inline-flex
}

.pr-name-container {
	width: 100%;
	padding-left: 2rem
}

.pr-name {
	font-size: 110%;
	line-height: 125%
}

.pr-size-container {
	padding: 1.5rem 0
}

.size-item {
	margin-bottom: .5rem;
	display: table;
	border-bottom: solid 1px var(--color-border);
	padding-bottom: .25rem
}

.size-item .size-one {
	opacity: .5;
	padding-right: 1rem
}

.product-table-content {
	width: 100%;
	display: inline-flex;
	padding: 1rem
}

.pr-table-size {
	padding: 0 2rem
}

.pr-image-container {
	display: flex;
	background: var(--color-light);
	width: 12rem;
	height: 12rem;
	border-radius: 2rem;
	align-items: center;
	justify-content: center
}

.pr-image {
	width: 10rem;
	height: 10rem;
	display: block;
	text-align: center;
	background-blend-mode: darken !important;
	background-size: cover !important;
	background-color: var(--color-light) !important;
	background-position: center !important;
	padding: 0;
	margin: 0 auto
}

.title-section {
	width: 100%;
	vertical-align: top;
	padding: 6rem 0 6rem
}

.title-section .title {
	font-size: 4rem;
	letter-spacing: -.04rem;
	width: 100%;
	text-align: center;
	margin: 0 0 1.5rem
}

.title-section .subtitle-section {
	display: flex
}

.title-section .subtitle {
	font-size: 125%;
	opacity: .5;
	text-align: center;
	line-height: 1.2;
	margin: auto
}

.title-section .arrow {
	margin-top: -2rem;
	display: table;
	position: relative;
	width: 25%;
	opacity: 1
}

.title-section .arrow.left {
	text-align: left;
	float: left
}

.title-section .arrow.right {
	text-align: right;
	float: right
}

.title-section .arrow-section {
	width: 100%
}

.title-section .arrow.arrow_max:hover {
	fill: #ff185d;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.title-section .arrow.arrow_max svg {
	width: 8rem;
	height: 2rem
}

.title-section-page {
	padding: 0 0 5.5rem
}

.title-category {
	font-size: 4rem;
	letter-spacing: -.16rem;
	text-wrap: balance;
}

.title-category.product {
	font-size: 2.25rem;
	letter-spacing: 0
}

.title-category h1 {
	font-size: inherit;
	margin-bottom: 0;
	line-height: 1;
	font-weight: inherit
}

.title h1 {
	font-size: 2rem
}

.filter-bt-block {
	width: 100%;
	font-size: 20px;
	letter-spacing: normal;
	border-radius: 3px;
	outline: 0
}

.filter-bt {
	border: 0;
	outline: 0;
	background: #ff185d;
	color: #fff;
	width: 100%;
	border-radius: 5px;
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	font-weight: 400;
	letter-spacing: 2.5px;
	outline: 0;
	background-image: linear-gradient(270deg, #b300ff, #ff185d);
	font-style: normal
}

.selectedDropdownContainer select {
	padding: 5px 15px;
	border-radius: 5px;
	width: 100%;
	outline: 0;
	border: solid 1px #cad6df;
	height: 50px;
	line-height: 50px;
	color: #303030
}

.center {
	text-align: center
}

.left {
	text-align: left
}

.size-table__header {
	background: #f3f3f5 !important;
	border: 1px solid #f3f3f5 !important
}

.size-table tr {
	background: 0 0;
	border: 1px solid #dee2e6;
	z-index: 1;
	position: relative
}

.size-table__cell {
	font-size: 18px;
	font-weight: 400;
	text-align: center
}

.wheels_ok {
	fill: #00b30f;
	color: #00b30f;
	font-size: 16px;
	line-height: 20px;
	display: inline-flex;
	align-items: center
}

.wheels_ok_icon {
	margin: 0 10px 0 0
}

.wheels_ok_icon svg {
	width: 20px;
	height: 20px
}

td.size-table__cell {
	padding: 20px 0 15px;
	color: #545e67;
	border-top: 0
}

.size-table__cell_caption {
	font-size: 20px;
	font-weight: 400;
	color: #545e67
}

.size-table__link {
	color: #00b30f;
	border-bottom: solid 1px
}

.in-stock {
	color: #00b30f
}

.off-stock {
	color: #545e67
}

td.size-table__cell_caption,
th.size-table__cell_caption {
	border-top: 0;
	padding: 6px 15px
}

.btn {
	background: 0 0;
	color: #101010;
	padding: 1rem 2rem;
	border: 0;
	font-weight: 400;
	letter-spacing: inherit;
	margin: .5rem 0;
	font-size: inherit;
	border-radius: .5rem;
	line-height: initial;
	border: solid 1px var(--color-basic)
}

.btn:hover {
	background: var(--color-red);
	color: #fff;
	opacity: 1;
	border-color: transparent
}

.not_available {
	background: transparent !important;
	color: #545e67 !important;
	border: solid 1px #545e67
}

.not_available:hover {
	background: #00b30f !important;
	background-image: linear-gradient(270deg, #14bcaa, #14bc36) !important;
	border: solid 1px #00b30f;
	color: #fff !important
}

.variant_add_cart {
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	padding: 4px 30px;
	letter-spacing: 0;
	color: #fff;
	background: #00b30f;
	outline: 0;
	border-radius: 5px;
	background-image: linear-gradient(270deg, #14bcaa, #14bc36);
	height: 40px
}

.product_type_header {
	font-size: 30px;
	letter-spacing: normal;
	padding: 30px 0
}

.product-item-brand-icon {
	position: absolute;
	width: 2rem;
	height: 2rem;
	left: 1rem;
	top: 1rem;
	z-index: 100
}

.product-item-brand-icon svg {
	width: 100%;
	height: 100%;
	fill: #7a7c8c
}

.product-page-brand-icon {
	position: absolute;
	width: 130px;
	height: 130px;
	right: 30px;
	top: 30px
}

.product-page-brand-icon svg {
	width: 100%;
	height: 100%;
	fill: #7a7c8c;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out
}

.product-page-brand-icon svg:hover {
	fill: #ff185d;
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-o-transform: scale(.9);
	transform: scale(.9)
}

.wheels-type {
	position: absolute;
	bottom: 2rem;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	left: 2rem;
	text-transform: uppercase;
	opacity: .25;
	font-size: 72%;
	z-index: 99;
	cursor: default
}

.wheels-type-name {
	font-family: DrukTextWideMedium;
	font-size: 100%;
	letter-spacing: -.01rem
}

.wheels-type-name span {
	position: fixed;
	width: 12rem;
	font-weight: 400;
	margin-left: 2.825rem;
	top: .4rem;
	cursor: default
}

.product-item {
	margin-bottom: 4rem;
	position: relative
}

.wheels-type-icon {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 100%;
	border: solid 1px;
	background: 0 0;
	z-index: 99;
	position: absolute
}

.wheels-type-icon svg {
	width: inherit;
	height: inherit;
	-moz-transform: scale(.5);
	-o-transform: scale(.5);
	padding: .4rem;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.product-item:hover .item-parametrs {
	-moz-transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	z-index: 2;
	opacity: 1
}

.product-item:hover .item-parametrs:hover {
	display: block
}

.product-item-two {
	padding: 24px;
	background: 0 0;
	line-height: 1;
	position: relative;
	border: solid 1px #d8d8d8;
	margin: -.5px;
	margin-bottom: 0
}

.product-item:hover {
	z-index: 9
}

.product-item:hover .wheels-type {
	opacity: 1
}

.product-item:hover .patent-icon {
	opacity: 1
}

.product-item-name:hover span {
	color: #101010;
	border-bottom: solid 1px #101010
}

.product-item:hover .product-item-image {
	background-color: transparent;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-moz-transition: transform .3s ease-in-out
}

.product-item-image-block {
	background: var(--color-light);
	margin-bottom: 1rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 22.1822vw;
	border-radius: 3rem
}

.product-item-image-block-two {
	margin: 8vh 0 10vh
}

.product-item-image-block.wide {
	margin: calc(1vw - 1rem) 0
}

.product-item-name span {
	width: auto;
	line-height: normal;
	border-bottom: solid 1px #101010
}

.product-right-block .product-item-name span {
	border-bottom: 0
}

.product-right-block .product-item-name {
	white-space: inherit;
	overflow: inherit;
	text-overflow: inherit;
	font-size: inherit;
	padding-bottom: 0;
	line-height: 130%;
	margin-bottom: 1.5rem;
	font-size: 110%
}

.product-item-brand {
	display: block;
	opacity: .5;
	margin-top: 1rem
}

.product-item-parametrs {
	display: flex;
	border-bottom: solid 1px rgb(16 16 16/12%);
	padding: .8rem 0
}

.product-item-parametrs .item-left {
	text-align: left;
	width: 100%
}

.product-item-parametrs .item-right {
	text-align: right;
	width: 100%
}

.item-parametrs {
	padding: 0 2rem 2rem;
	background: #fff;
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: -2;
	width: 100%;
	-moz-transform: translate(0px, -150px);
	-webkit-transform: translate(0px, -150px);
	-o-transform: translate(0px, -150px);
	-ms-transform: translate(0px, -150px);
	transform: translate(0px, -150px);
	opacity: 0
}

.product-item:hover .product-item-brand-icon svg {
	fill: #656879
}

.product-item-like {
	float: right;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 24px;
	top: 24px;
	z-index: 100
}

.product-item-like svg {
	width: 1rem;
	height: 1rem;
	position: relative
}

.product-item-like:hover {
	fill: #ff185d;
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.product-item-repeat {
	float: right;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 24px;
	top: 60px;
	z-index: 100
}

.product-item-repeat svg {
	width: 1rem;
	height: 1rem;
	position: relative
}

.product-item-repeat:hover {
	fill: #ff185d;
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.blog-item-tag {
	font-size: 12px;
	padding: 4px 15px;
	display: inline-block;
	border: solid 1px #dae3ea;
	border-radius: 100px;
	margin: 30px 0 0;
	color: #7a7c8c
}

.blog-item-tag:hover {
	border: solid 1px #ff185d;
	color: #ff185d
}

.blog-item {
	overflow: hidden
}

.blog-item:hover .blog-item-image-mask:before {
	opacity: 1
}

.blog-item:hover .blog-item-name span {
	box-shadow: #ff185d 0 1px;
	border-bottom: 0;
	color: #ff185d
}

.blog-item-image {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	top: 0;
	border-radius: 2rem
}

.blog-item-name-block {
	position: relative;
	padding: 1rem 1rem 4rem
}

.blog-item-image-mask:before {
	content: ''
}

.blog-item-name {
	padding: 0 0 .5rem;
	display: block;
	line-height: 1.5
}

.blog-item-name span {
	border-bottom: 0;
	box-shadow: #101010 0 1px;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.blog-item-description-block {
	font-size: .78rem;
	opacity: .5;
	line-height: 1.12
}

.blog-item-description-block p {
	margin-bottom: .5rem
}

input[type=checkbox].filter_input:checked~.product-bt label,
input[type=radio].filter_input:checked~.product-bt {
	background: rgba(0, 0, 0, .3)
}

.download-car {
	font-family: PF Din Condensed Regular
}

.download-car select {
	font-size: 18px;
	letter-spacing: normal;
	border-radius: 6px;
	font-style: normal;
	border: solid 1px #fff;
	padding: 0 15px;
	color: #fff;
	background: 0 0;
	width: 100%;
	outline: 0;
	cursor: pointer;
	line-height: normal;
	display: block;
	height: 43px;
	text-align-last: center
}

.download-car select:hover {
	background: rgba(0, 0, 0, .25);
	border: solid 1px transparent
}

.download-car select option {
	background: #fff
}

.download-car select option {
	color: #000
}

.filter_select_option option {
	cursor: pointer
}

.filter_select_option option[selected] {
	cursor: pointer;
	text-align: center;
	justify-content: center
}

option {
	cursor: pointer
}

.like-unactive {
	fill: #101010;
	opacity: .5
}

.like-active {
	fill: #ff185d
}

.repeat-unactive {
	fill: #101010;
	opacity: .5
}

.repeat-active {
	fill: #ff185d
}

.cart-unactive {
	fill: #e5e5e5
}

.cart-active {
	fill: #fff;
	background: #ff185d
}

.cart-unactive:hover {
	fill: #fff;
	background: #ff185d
}

.cart-active:hover {
	fill: #fff;
	background: #ff185d
}

.category_products .col.col-xl-2,
.category_products .col.col-xl-1 {
	padding-right: .12rem;
	padding-left: .12rem
}

.category_products .col-xl-2 .product-item-image {
	width: 7rem;
	height: 7rem;
	min-width: 7rem;
	min-height: 7rem
}

.product-item-image {
	width: 14vw;
	height: 14vw;
	min-width: 10rem;
	min-height: 10rem;
	display: block;
	text-align: center;
	background-blend-mode: darken !important;
	background-size: cover !important;
	background-color: #f6f6f6 !important;
	background-position: center !important;
	padding: 0;
	margin: 0 auto
}

.product-item-image-two {
	width: 15vw;
	height: 15vw;
	min-width: 10rem;
	min-height: 10rem;
	display: block;
	text-align: center;
	background-blend-mode: darken !important;
	background-size: cover !important;
	background-color: transparent !important;
	background-position: center !important;
	padding: 0;
	margin: 0 auto
}

.product-item-image.wide {
	width: 23vw;
	height: 23vw
}

.product-item-buy {
	outline: 0;
	cursor: pointer;
	display: block;
	float: left;
	margin-top: 6px;
	width: 40px;
	height: 40px;
	vertical-align: bottom
}

.product-item-buy:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.product-item-buy svg {
	width: 100%;
	height: 100%
}

.product-item-bottom {
	position: relative
}

.product-item-bottom-two {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	height: 1rem;
	bottom: 2rem;
	padding: 0 2rem
}

.product-item-price-two {
	opacity: 1;
	text-align: right;
	padding-bottom: 0;
	width: 100%;
	display: flex;
	justify-content: flex-end
}

.product-item-price-block {
	width: auto;
	letter-spacing: -.05rem;
	padding-right: .625rem;
	opacity: .5
}

.product-item-quantity {
	text-align: left;
	padding-top: 1rem
}

.product-item-price-currency {
	font-size: .875rem;
	opacity: .5
}

.product-item-price-quantity {
	font-size: 72%
}

.product-item-all {
	opacity: 0;
	overflow: visible;
	z-index: 600;
	position: absolute;
	width: 100%;
	margin-top: 25px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px
}

.bt-reboot {
	box-shadow: none;
	border: 0;
	outline: 0;
	outline: 0
}

.scroll-content {
	position: relative;
	background: #fff;
	z-index: -1
}

.page-content {
	padding: 9.5rem 0 2rem
}

.page-container {
	width: 49%;
	margin: auto;
	line-height: 1.4;
	padding-bottom: 4rem
}

.page-container h1,
.h1 {
	font-weight: 400;
	line-height: 125%;
	margin-bottom: 2rem;
	letter-spacing: -.04rem;
	font-size: 2.5rem
}

.page-container h2,
.h2,
.page-container h3,
.h3 {
	font-size: 2.5rem;
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: 400;
	padding: 1rem 0 0;
	letter-spacing: -.04rem
}

.page-container ul {
	margin-left: 1rem
}

.page-container p {
	font-weight: 400;
	font-size: 120%;
	letter-spacing: 0
}

.page-container img {
	height: auto !important;
	padding: 2vw 0
}

.page-container iframe {
	margin: 1rem 0
}

.page-container b,
.page-container strong {
	font-weight: 400
}

.gallery-item {
	padding-bottom: 2rem
}

.gallery-item-image {
	padding-bottom: 1rem
}

.gallery-item-image img {
	width: 100%
}

.filter-galley {
	display: inline-flex;
	width: fit-content
}

.gallery-filter-name {
	display: inline-flex
}

.page-slide {
	position: relative;
	height: 100vh;
	margin: auto;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center
}

.slide-content {
	position: relative;
	height: 100%
}

.slide-container {
	height: 100%;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center
}

.slide-wrapper {
	width: 72%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto
}

.slide-title {
	text-transform: uppercase;
	font-size: 5rem;
	font-weight: 400;
	letter-spacing: -.25rem;
	width: 100%;
	text-align: center;
	line-height: 4.5rem;
	padding: 2rem 0;
	margin: 0 0 2rem
}

.slide-title h1 {
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 0;
	font-weight: 400
}

.blog-category {
	text-align: center;
	margin: auto
}

.opacity-element {
	opacity: .5;
	font-size: 80%
}

.last-breadcrumb {
	width: 10rem;
	display: inline-flex
}

.last-breadcrumb-item {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.post-author {
	width: 15%;
	height: 100%;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	line-height: 1;
	z-index: -1
}

.post-author-image {
	width: 4rem;
	height: auto;
	border-radius: 100px;
	margin-bottom: 2rem
}

.post-author-image img {
	width: inherit;
	height: inherit;
	border-radius: inherit
}

.post-author-name {
	margin-bottom: 1rem
}

.postimage {
	height: 100%;
	line-height: 1;
	padding: 1.5rem 0
}

.postimage.right {
	text-align: right
}

.postimage.left {
	text-align: left
}

.postimage-container {
	display: inline-flex;
	align-items: center;
	width: 50%;
	line-height: 1.3
}

.post-name-content a {
	transition: inherit;
	text-transform: uppercase
}

.right .post-name-content {
	padding-right: 1rem;
	justify-content: flex-start;
	display: flex
}

.left .post-name-content {
	padding-left: 1rem
}

.postimage-background {
	width: 100%;
	height: 5rem;
	background-size: cover !important;
	background-position: right !important;
	background-repeat: no-repeat !important
}

.postimage-content {
	width: 16rem;
	height: auto
}

.postimage-content img {
	width: inherit;
	height: auto;
	border-radius: .5rem
}

.post-info {
	width: 20%;
	height: 100%;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	position: absolute;
	right: 0;
	text-align: right;
	line-height: 1
}

.post-date {
	margin-bottom: 1rem
}

.post-category {
	margin-bottom: 1rem
}

.post-view {
	display: inline-flex;
	float: right;
	-webkit-box-pack: end;
	justify-content: flex-end;
	align-items: center
}

.post-view-numbers {
	display: inherit
}

.post-view-icon {
	width: 1rem;
	height: 1rem;
	margin-left: 1rem;
	display: inline-flex
}

.post-view-icon svg {
	width: inherit;
	height: inherit
}

.product-page-header {
	position: relative
}

.product-page-section {
	position: relative;
	width: 100%;
	padding: 8.25rem 0 0
}

.product-fixed {
	position: relative;
	width: 100%
}

.page-product-content {
	position: relative;
	height: 100%;
	background: #fff
}

.additional_image_1 {
	width: 50%;
	border-top: solid 1px #d8d8d8;
	border-right: solid 1px #d8d8d8
}

.additional_image_2 {
	width: 50%;
	border-top: solid 1px #d8d8d8;
	border-right: solid 1px #d8d8d8
}

.additional_image_3 {
	width: 50%;
	border-top: solid 1px #d8d8d8;
	border-right: solid 1px #d8d8d8
}

.additional_twoimage {
	width: 25%;
	display: flex
}

.additional-image_4 {
	width: 25%;
	padding: 1rem;
	display: flex;
	border-top: solid 1px #d8d8d8;
	align-items: flex-start;
	opacity: .5
}

a.additional-image_4:hover {
	color: #101010
}

.number {
	font-size: 2.5rem;
	padding-right: 1rem
}

.additional-content.left {
	width: 50%;
	text-align: left;
	vertical-align: top;
	display: flex;
	font-weight: 400
}

.additional-content.right {
	width: 50%;
	text-align: right
}

.additional {
	text-align: center
}

.additional img {
	width: 5rem;
	height: 5rem;
	padding: 1rem
}

.product-inform {
	display: flex;
	position: relative;
	width: 100%
}

.product-inform-left {
	width: 50%;
	float: left
}

.product-inform-right {
	width: 50%;
	float: right;
	display: flex
}

.product-tabs {
	width: 100%;
	display: flex;
	position: relative;
	margin: auto;
	text-align: center
}

.product-tab {
	width: 25%;
	text-align: center;
	display: inline-flex;
	padding: 1rem;
	height: 5rem;
	margin-top: -1px;
	border-right: solid 1px #d8d8d8;
	border-top: solid 1px #d8d8d8;
	border-bottom: solid 1px #d8d8d8
}

.product-tab:nth-child(1) {
	border-left: solid 1px #d8d8d8
}

.product-tab.active,
.product-tab:hover {
	color: #fff;
	background: #ff185d;
	border-right: solid 1px #ff185d;
	border-top: solid 1px #ff185d;
	border-bottom: solid 1px #ff185d
}

.product-tab.active:nth-child(1),
.product-tab:hover:nth-child(1) {
	color: #fff;
	background: #ff185d;
	border-right: solid 1px #ff185d;
	border-top: solid 1px #ff185d;
	border-bottom: solid 1px #ff185d;
	border-left: solid 1px #ff185d
}

.availability {
	width: 50%;
	float: left
}

.inform-price {
	width: 50%;
	text-align: left;
	vertical-align: top;
	display: flow-root;
	padding: 2rem 0 1rem 1rem
}

.inform-product-price {
	text-align: left;
	vertical-align: top;
	width: 100%;
	font-weight: 400;
	padding-bottom: 2rem
}

.availability-content {
	text-align: left;
	vertical-align: top;
	display: flex;
	padding: 2rem 1rem;
	border-right: solid 1px #d8d8d8;
	border-bottom: solid 1px #d8d8d8;
	height: 8rem;
	align-items: start
}

.product-title {
	border-bottom: solid 1px #d8d8d8;
	border-right: solid 1px #d8d8d8;
	letter-spacing: -.12rem;
	text-align: left;
	vertical-align: top;
	display: flex;
	text-transform: uppercase;
	height: auto;
	align-items: start;
	padding: 2rem 0
}

.product-title_card {
	border-right: 0;
	width: 100%;
	text-align: center;
	justify-content: center
}

.product-title h1 {
	font-size: 2.5rem;
	display: flex;
	margin-bottom: 0;
	font-weight: 400;
	letter-spacing: -.15rem
}

.product-parametrs {
	width: 100%;
	display: flex
}

.product-inform-col-1 {
	padding: 2rem 1rem 1rem 0;
	border-right: solid 1px #d8d8d8;
	width: 100%;
	height: 8rem;
	align-items: center;
	line-height: 1.5
}

.parametrs__dop {
	font-style: 2rem
}

.product-inform-col-2 {
	padding: 2rem;
	border-right: solid 1px #d8d8d8;
	width: 25%;
	border-bottom: solid 1px #d8d8d8
}

.product-inform-col-3 {
	padding: 2rem;
	border-right: solid 1px #d8d8d8;
	width: 25%;
	border-bottom: solid 1px #d8d8d8
}

.product_images {
	display: flex;
	padding: 0 1rem
}

.product-page-img {
	margin: auto;
	width: 100%;
	max-width: 100%;
	overflow: visible;
	text-align: center
}

.product-page-img img {
	margin: auto;
	width: 20rem;
	height: inherit;
	padding: 1rem
}

.container {
	max-width: 100%;
	padding: 0 2.5rem;
}

.container-fluid {
	padding-right: 0;
	padding-left: 0
}

.product-item-all-container {
	text-align: center;
	width: 205px;
	margin: auto;
	padding: 15px 20px
}

.wheels-icon {
	background-size: 100%;
	background-position: center;
	width: 25px;
	height: 25px;
	display: inline-block;
	float: left;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.wheels-icon svg {
	background-size: 100%;
	background-position: center;
	width: 25px;
	height: 25px;
	fill: #fff
}

.product-item-all:hover .wheels-icon {
	-webkit-transform: rotate3d(0, 1, 9, -90deg);
	-moz-transform: rotate3d(0, 1, 9, -90deg);
	-o-transform: rotate3d(0, 1, 9, -90deg);
	-ms-transform: rotate3d(0, 1, 9, -90deg);
	transform: rotate3d(0, 1, 20, -90deg);
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.product-item-all-name {
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: PF Din Condensed Light
}

.product-item-top {
	position: absolute;
	height: auto;
	z-index: 1;
	padding: 2rem
}

.product-item-flex {
	display: flex;
	height: 2rem;
	position: relative
}

.product-item-left {
	width: 80%
}

.product-item-right {
	width: 20%;
	text-align: right;
	justify-content: right
}

.patent-icon {
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	border: solid 1px;
	background: 0 0;
	z-index: 99;
	right: 0;
	position: absolute;
	opacity: .25;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-family: DrukTextWideMedium;
	font-size: 90%;
	cursor: default
}

.patent-icon svg {
	width: inherit;
	height: inherit;
	-moz-transform: scale(.5);
	-o-transform: scale(.5);
	padding: .5rem
}

.product-item-top-two {
	position: relative
}

.product-container {
	width: 100%
}

.product-thumb {
	max-width: 164px;
	border: solid 1px #e6edf2;
	margin: 20px 0;
	border-radius: 100%;
	padding: 15px
}

.product-thumb:hover {
	box-shadow: inset 0 0 0 2px #ff185d;
	border: solid 1px #fff;
	-webkit-transform: rotate3d(0, 1, 9, -10deg);
	-moz-transform: rotate3d(0, 1, 9, -10deg);
	-o-transform: rotate3d(0, 1, 9, -10deg);
	-ms-transform: rotate3d(0, 1, 9, -10deg);
	transform: rotate3d(0, 1, 20, -30deg)
}

.product-thumb img {
	border-radius: 100%
}

.product-page-image {
	max-width: 600px;
	margin: 0
}

.product-page-cart-info {
	display: block;
	height: auto;
	border: solid 1px #e6edf2;
	border-radius: 0;
	padding: 60px;
	min-width: 490px;
	margin-top: -1px
}

.product-page-cart-info:hover {
	border: solid 1px transparent;
	-webkit-box-shadow: 0 0 80px 0 #f2f2f2;
	-moz-box-shadow: 0 0 80px 0 #f2f2f2;
	box-shadow: -40px 0 80px 0 rgba(242, 242, 242, .3)
}

.product-name {
	font-size: 2rem;
	color: #000;
	letter-spacing: 4px;
	font-weight: 400;
	padding-bottom: 10px
}

.product-name span {
	color: #000;
	letter-spacing: 5px;
	text-transform: uppercase
}

.product-page-about-title {
	font-size: 18px;
	color: #000;
	letter-spacing: 4px;
	font-weight: 400;
	padding-bottom: 30px
}

.product-page-about-text {
	font-style: normal;
	font-size: 20px;
	color: #626262;
	text-align: left;
	font-family: PF Din Text Cond Pro Light
}

.brand-link-block {
	margin: 6px 15px 0 0;
	display: block;
	position: relative;
	text-align: center;
	text-transform: inherit;
	color: #7a7c8c;
	float: left
}

.brand-icon-block {
	width: 60px;
	height: 60px;
	float: right;
	border: solid 1px #e6edf2;
	border-radius: 100%;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.brand-icon-block img {
	background: #fff;
	border-radius: 100%;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.brand-icon-block:hover {
	border: solid 1px transparent;
	box-shadow: 0 0 20px rgba(218, 218, 218, .3)
}

.all-parametrs-block {
	border-bottom: 1px solid #e6edf2;
	padding: 0 0 15px
}

.all-parametrs-desr {
	font-family: times;
	font-size: 14px;
	color: #7a7c8c;
	text-align: center;
	letter-spacing: 1px
}

.product-tyre {
	width: 100%;
	display: block !important;
	cursor: pointer;
	text-align: center;
	font: normal 18px/45px "PF Din Text Cond Pro Regular";
	border: 1px solid #e6edf2;
	text-transform: none;
	background: 0 0;
	color: #000;
	padding: 2px 22px;
	border-radius: 5px;
	letter-spacing: normal;
	margin: 0 0 15px;
	outline: 0
}

.product-tyre:hover {
	background: #ff185d;
	border: 1px solid transparent;
	color: #fff !important;
	background-image: linear-gradient(270deg, #b300ff, #ff185d)
}

.product-add-like {
	width: 50%;
	display: block !important;
	cursor: pointer;
	text-align: center;
	font: normal 18px/45px "PF Din Text Cond Pro Regular";
	border: 1px solid #e6edf2;
	text-transform: none;
	background: 0 0;
	color: #000;
	padding: 2px 22px;
	letter-spacing: normal;
	margin: 0;
	outline: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}

.product-add-like:hover {
	background: #d4192a;
	color: #fff;
	border: 1px solid transparent;
	background-image: linear-gradient(270deg, #b300ff, #ff185d)
}

.type-razmer:hover .info-razmer {
	display: block;
	opacity: 1
}

.type-sverlovka:hover .info-sverlovka {
	display: block;
	opacity: 1
}

.type-block {
	float: left;
	height: 28px;
	display: flex;
	cursor: pointer
}

.product-option {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: PF Din Condensed Regular
}

.info-razmer {
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.info-sverlovka {
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.type-info {
	position: absolute;
	background: #fff;
	color: #7c7887;
	padding: 1px 15px;
	font-style: italic;
	font-family: times;
	text-transform: lowercase;
	font-size: 16px;
	border-radius: 100px;
	margin: -38px 40px;
	vertical-align: top;
	box-shadow: 0 10px 20px rgba(177, 177, 177, .4);
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0
}

.product-option-type {
	background: #ff185d;
	width: 28px;
	height: 28px;
	display: inline-flex;
	color: #fff;
	text-align: center;
	border-radius: 100%;
	font-style: italic;
	font-family: times;
	text-transform: uppercase;
	margin: 0 5px;
	float: left;
	background-image: linear-gradient(270deg, #e91ca7, #ff185d)
}

.product-option-type span {
	text-align: center;
	vertical-align: bottom;
	font-size: 16px;
	font-weight: 400;
	margin: 1px auto
}

.product-option-parametr {
	margin: 0 10px 0 0;
	background: #9d9ca0;
	padding: 2px 10px;
	border-radius: 100px;
	font-size: 17px;
	text-shadow: 0 5px 20px #000;
	font-weight: 400;
	font-style: italic;
	font-family: times;
	text-transform: lowercase;
	background-image: linear-gradient(270deg, #aca2cc, #867f94)
}

.wheels-ok-icon {
	width: 20px;
	height: 20px;
	background: url(../images/success.svg);
	background-size: 140%;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-flex;
	border-radius: 100%;
	float: left;
	margin-right: 10px !important
}

.product-price {
	font-size: 40px;
	letter-spacing: 1px;
	font-weight: 400;
	color: #000
}

.product-price span {
	font-size: 24px;
	letter-spacing: 0;
	margin: 0 -5px;
	color: #000
}

.product-size {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	background: 0 0;
	color: #7a7c8c;
	letter-spacing: 1px
}

.product-size-block {
	align-items: center;
	text-align: right;
	float: right
}

.price_all_wheels {
	background-image: linear-gradient(270deg, #14bcaa, #14bc36);
	color: #fff;
	padding: 6px 10px;
	line-height: 30px;
	border-radius: 5px
}

.price_one_wheel {
	display: table;
	float: right;
	margin: 5px 0
}

.table_price_one_wheel {
	font-size: 14px;
	letter-spacing: 1px;
	color: #7a7c8c;
	font-family: PF Din Condensed Light
}

.brand-link span {
	border-bottom: 1px solid #dae3ea;
	color: #545e67;
	-moz-transition: all .3s ease-in-out
}

.brand-link span:hover {
	border-bottom: 1px solid #ff185d;
	color: #ff185d !important
}

.owl-theme {
	width: 100%;
	display: inline-flex
}

.carousel-control-prev-v2 {
	display: inline-flex;
	background: #fff;
	position: relative;
	z-index: 1;
	width: 2rem;
	height: 2rem;
	border-right: solid 0 transparent;
	border-left: solid 1px #101010;
	border-top: solid 1px #101010;
	border-bottom: solid 1px #101010;
	fill: #101010
}

.carousel-control-prev-v2:hover {
	background: #ff185d;
	fill: #fff;
	border: solid 1px #ff185d
}

.carousel-control-prev-v2:hover+.carousel-control-next-v2 {
	background: #fff;
	fill: #101010;
	border-right: solid 1px #101010;
	border-left: solid 0 transparent;
	border-top: solid 1px #101010;
	border-bottom: solid 1px #101010
}

.carousel-control-prev-v2 svg {
	width: 100%;
	height: 100%;
	margin: auto
}

.carousel-control-next-v2 {
	display: inline-flex;
	background: #ff185d;
	position: relative;
	z-index: 1;
	width: 2rem;
	height: 2rem;
	border: solid 1px transparent;
	fill: #fff
}

.carousel-control-next-v2 svg {
	width: 100%;
	height: 100%;
	margin: auto
}

.carousel-navigate {
	display: inline-flex;
	float: right;
	width: auto;
	margin-top: -60px
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

#tab2,
#tab3,
#tab4,
#tab5,
#tab6,
#tab7,
#tab8,
#tab9,
#tab10,
#tab11,
#tab12,
#tab13,
#tab14,
#tab15,
#tab16,
#tab17 {
	display: none
}

.home_tab_bt {
	display: inline-block;
	padding: 11px 27px;
	text-align: center;
	color: #000;
	border: solid 1px #e6edf2;
	border-width: 1px;
	background: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	border-radius: 5px
}

.product_tab_bt {
	padding: 4px 15px;
	font-size: 20px;
	font-weight: 400;
	color: #545e67;
	border-radius: 5px;
	margin: 0 6px 0 0;
	border: solid 1px #00b30f;
	letter-spacing: normal;
	display: inline-block
}

.product_tab_bt:hover {
	color: #fff;
	border: solid 1px transparent;
	background-image: linear-gradient(270deg, #14bcaa, #14bc36)
}

a.product_tab_bt {
	color: #00b30f
}

#tab1:checked~#content-tab1,
#tab2:checked~#content-tab2,
#tab3:checked~#content-tab3,
#tab4:checked~#content-tab4,
#tab5:checked~#content-tab5,
#tab6:checked~#content-tab6,
#tab7:checked~#content-tab7,
#tab8:checked~#content-tab8,
#tab9:checked~#content-tab9,
#tab10:checked~#content-tab10,
#tab11:checked~#content-tab11 {
	display: block
}

.tab-1-position {
	border-radius: 5px 0 0 5px;
	margin: 0 -1px
}

.tab-2-position {
	border-radius: 0 5px 5px 0
}

.br-v1 {
	display: block;
	width: 100%;
	padding: 2rem 0
}

.br-v3 {
	display: block;
	width: 100%;
	padding: 2rem 0
}

.br-v4 {
	display: block;
	width: 100%;
	padding: 15px 0
}

.cards img {
	width: 100%;
	height: auto
}

.brands {
	display: block;
	border: solid 1px #e6edf2;
	z-index: 1;
	cursor: pointer;
	background: #fff;
	position: relative;
	border-radius: 5px
}

.brands:hover {
	-webkit-box-shadow: 0 0 80px 0 #f2f2f2;
	-moz-box-shadow: 0 0 80px 0 #f2f2f2;
	box-shadow: 0 0 80px 0 #f2f2f2;
	border: solid 1px #fff;
	z-index: 2
}

.brands img {
	display: block
}

.brands-item {
	display: block;
	border: solid 1px #fff;
	z-index: 1;
	cursor: pointer;
	background: #fff;
	position: relative;
	border-radius: 10px
}

.brands-item:hover {
	border: solid 1px transparent;
	background: 0 0;
	z-index: 2
}

.brands-item:hover img {
	-webkit-transform: scale(.95);
	-moz-transform: scale(.95);
	-o-transform: scale(.95);
	transform: scale(.95)
}

.brands-item img {
	display: block
}

#menu-bottom-home.default {
	width: 100%;
	height: 100px;
	bottom: 0;
	position: fixed
}

#menu-bottom-home.fixed {
	width: 100%;
	height: 70px;
	background: #ff185d;
	bottom: 0;
	position: fixed;
	box-shadow: 0 -15px 60px rgba(0, 0, 0, .05)
}

#menu-bottom-home a {
	text-align: center;
	display: block;
	text-decoration: none;
	color: inherit;
	text-transform: uppercase
}

#menu-bottom-home.default li {
	color: #fff;
	display: block;
	line-height: 100px;
	font-size: 18px;
	letter-spacing: 2.5px
}

#menu-bottom-home.default li:hover {
	display: block;
	background: #ff185d
}

#menu-bottom-home.fixed li {
	color: #fff;
	display: block;
	line-height: 70px;
	font-size: 18px;
	letter-spacing: 2.5px;
	border-left: solid 1px #cc1123
}

#menu-bottom-home.fixed li:hover {
	display: block;
	background: #cc1123;
	color: #fff
}

#menu-bottom-home.default li a {
	display: block
}

#menu-bottom-home.fixed li a {
	display: block
}

#menu-bottom-white {
	width: 100%;
	height: auto;
	position: relative;
	box-shadow: 0 15px 60px rgba(0, 0, 0, .05);
	background: 0 0;
	margin: auto;
	left: 0;
	right: 0;
	background-image: linear-gradient(270deg, #611ce9, #ff185d)
}

#menu-bottom-white.default {
	position: relative
}

.pt-4_5 {
	padding-top: 2rem !important
}

.pb-4_5 {
	padding-bottom: 2rem !important
}

#menu_search {
	width: 100%;
	height: 100%;
	position: fixed;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .09);
	background: 0 0;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	background-color: #2b232b;
	z-index: 1001
}

.search_close {
	position: fixed;
	width: 50px;
	height: 50px;
	top: 30px;
	right: 30px;
	fill: #fff;
	background: 0 0;
	border-radius: 100%;
	border: solid 1px rgba(255, 255, 255, .15);
	display: flex;
	align-items: center;
	cursor: pointer
}

.search_close svg {
	width: 40px;
	height: 40px;
	fill: inherit;
	margin: auto
}

.search_close:hover {
	background: #ed0036;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .14);
	cursor: pointer;
	color: #fff;
	fill: #fff;
	border: solid 1px transparent
}

.bt_search {
	background: 0 0;
	padding: 5px 30px;
	display: flex;
	align-items: center;
	margin: auto;
	cursor: pointer;
	color: #fff;
	fill: #fff;
	border: solid 1px rgba(255, 255, 255, .15);
	font-size: 23px
}

.bt_search:hover {
	background: #ed0036;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .14);
	cursor: pointer;
	color: #fff;
	fill: #fff;
	border: solid 1px transparent
}

.bt_search_icon {
	width: 45px;
	height: 45px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 10px 0 0;
	border-radius: 100%;
	display: inline-flex;
	border-bottom: none !important;
	fill: inherit
}

.bt_search_name {
	float: right;
	display: inline-block;
	font-style: normal;
	font-size: inherit;
	letter-spacing: normal;
	color: inherit
}

.bt_search_name span {
	border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.content_big_popup {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	-webkit-overflow-scrolling: touch
}

.wrapper_big_popup {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	cursor: default;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	-webkit-overflow-scrolling: touch
}

.wrapper_big_popup .product-bt {
	background: rgba(255, 252, 247, .05)
}

.container_big_popup {
	width: 100%;
	height: 100%;
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
	display: table;
	table-layout: fixed;
	position: relative;
	max-width: 100%;
	-webkit-overflow-scrolling: touch
}

.search_form {
	background: 0 0;
	border-radius: 0;
	color: #fff
}

.search_form input,
.search_form button {
	border: 0;
	outline: 0;
	border-radius: 3px
}

.search_form input {
	width: auto;
	height: auto;
	background: 0 0;
	padding-left: 0;
	border-radius: 0;
	color: #fff
}

.search_form input::-webkit-input-placeholder {
	color: #fff;
	opacity: .6
}

.search_form input::-moz-placeholder {
	color: #fff;
	opacity: .6
}

.search_form input:-moz-placeholder {
	color: #fff;
	opacity: .6
}

.search_form input:-ms-input-placeholder {
	color: #fff;
	opacity: .6
}

.search_form input[type=text] {
	font-size: 40px;
	border-bottom: solid 1px rgba(255, 255, 255, .15);
	width: 100%;
	min-width: auto;
	text-align: center
}

#menu_wheels {
	width: 100%;
	position: absolute;
	background: 0 0;
	margin: auto;
	left: 0;
	right: 0;
	background-image: linear-gradient(270deg, #611ce9, #ff185d);
	border-top: 1px solid rgba(0, 0, 0, .15)
}

#menu_wheels,
#open_menu_wheels_podbor,
#open_menu_podbor {
	top: 70px;
	width: 100%;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0
}

.menu-podbor {
	width: 100%;
	position: absolute;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .09);
	margin: auto;
	left: 0;
	right: 0;
	padding: 30px 0;
	background-image: linear-gradient(270deg, #611ce9, #ff185d);
	border-top: 1px solid rgba(0, 0, 0, .15);
	overflow: visible
}

#menu-bottom-white.fixed {
	position: fixed;
	top: 0
}

#menu-bottom-white.default li:hover .menu-icon svg,
#menu-bottom-white.fixed li:hover .menu-icon svg {
	-webkit-transform: rotate3d(0, 1, 0, -180deg);
	-moz-transform: rotate3d(0, 1, 0, -180deg);
	-o-transform: rotate3d(0, 1, 0, -180deg);
	-ms-transform: rotate3d(0, 1, 0, -180deg);
	transform: rotate3d(0, 1, 0, -180deg)
}

#menu-bottom-home.default li:hover .menu-icon svg,
#menu-bottom-home.fixed li:hover .menu-icon svg {
	-webkit-transform: rotate3d(0, 1, 0, -180deg);
	-moz-transform: rotate3d(0, 1, 0, -180deg);
	-o-transform: rotate3d(0, 1, 0, -180deg);
	-ms-transform: rotate3d(0, 1, 0, -180deg);
	transform: rotate3d(0, 1, 0, -180deg)
}

#logo-and-buter.fixed {
	-webkit-box-shadow: 0 0 80px 0 #f2f2f2;
	-moz-box-shadow: 0 0 80px 0 #f2f2f2;
	box-shadow: 0 0 80px 0 #f2f2f2;
	width: 200px;
	height: 100px;
	position: fixed
}

.card-mini-order {
	display: block;
	right: -250px;
	z-index: 1;
	position: absolute;
	-webkit-box-shadow: 0 0 80px 0 #f2f2f2;
	-moz-box-shadow: 0 0 80px 0 #f2f2f2;
	box-shadow: 0 0 80px 0 #f2f2f2;
	background: #fff;
	border-radius: 100px;
	top: 90px
}

#cart.default:hover .card-mini-order,
#cart.fixed:hover .card-mini-order {
	right: -5px
}

.card-mini-order-images {
	width: 55px;
	border: solid 1px #dce6ec;
	border-radius: 100%;
	padding: 4px;
	background: #fff;
	display: flex;
	margin: 20px 10px;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.card-mini-order-images:hover {
	-webkit-transform: rotate3d(0, 1, 9, -10deg);
	-moz-transform: rotate3d(0, 1, 9, -10deg);
	-o-transform: rotate3d(0, 1, 9, -10deg);
	-ms-transform: rotate3d(0, 1, 9, -10deg);
	transform: rotate3d(0, 1, 20, -10deg);
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#card-informer.default {
	position: absolute;
	top: 0;
	right: 0;
	background: #ff185d;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 100%;
	text-align: center;
	font-size: 14px;
	color: #fff
}

#card-informer.fixed {
	position: absolute;
	top: 0;
	right: 0;
	background: #ff185d;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff
}

.about-text {
	color: #000;
	font-size: 18px
}

.about-text a {
	color: #d82331;
	border-bottom: solid 1px #d82331
}

.about-text h1 {
	font-family: ;
	font-size: 40px
}

.about-text h3 {
	font-family: ;
	font-size: 30px
}

.about-text h4 {
	font-family: ;
	font-size: 20px
}

.about-text p {
	font-family: ;
	margin: 35px 0
}

.request-about p {
	font-family: PF Din Text Cond Pro Light;
	font-size: 20px
}

.footer-1 {
	background: #fff;
	border-top: 1px solid #d8d8d8
}

.footer-1-title {
	padding: 0 0 1rem;
	opacity: 1;
	font-size: 1.5rem;
	padding-bottom: 1rem
}

.footer-1-block {
	line-height: 2rem
}

.footer-1-block li {
	display: block
}

.footer-1-block a {
	opacity: .5;
	border-bottom: solid 1px #101010
}

.footer-1-block a:hover {
	border-bottom: solid 1px #ff185d;
	color: #ff185d;
	opacity: 1
}

.footer-1-block-container {
	line-height: 1;
	padding: 2rem .5rem
}

.footer-2-block-container {
	text-align: left;
	padding: 2rem .5rem
}

.footer-3-block-container {
	text-align: left;
	padding: 1rem .5rem;
	display: table;
	width: 100%
}

.no-padding-custom {
	padding-right: 0;
	padding-left: 0
}

.no-margin-custom {
	margin-right: 0;
	margin-left: 0
}

.footer-2 {
	background: #fff;
	border-top: 1px solid #d8d8d8
}

.footer-2-title {
	font-size: 20px;
	letter-spacing: normal
}

.bank_icons {
	width: auto;
	height: 2rem;
	text-align: left
}

.bank_icons svg {
	width: auto;
	height: inherit;
	text-align: inherit
}

.bank_icons.alpha svg {
	width: 6rem
}

.bank_icons.visa svg {
	width: 6rem
}

.bank_icons.mastercard svg {
	width: 2.57rem
}

.bank_icons.mir svg {
	width: 7.064rem
}

.footer-3 {
	background: #fff;
	border-top: 1px solid #d8d8d8;
	padding: 1rem 0;
	margin-bottom: 0
}

.logo-footer {
	background: 0 0;
	width: 4rem;
	height: 4rem;
	margin-right: 1rem;
	border-radius: 100%;
	border: solid 1px var(--color-basic)
}

.footer-contacts {
	opacity: .5
}

.logo-footer svg {
	width: inherit;
	height: inherit;
	position: absolute;
	z-index: 1;
	padding: 0;
	overflow: visible;
	fill: var(--color-basic);
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	padding: .5rem;
	-webkit-transform: scale(.825);
	-moz-transform: scale(.825);
	-o-transform: scale(.825);
	transform: scale(.825)
}

.logo-footer:hover {
	background: #ff185d;
	border-radius: 0;
	border-color: #ff185d
}

.logo-footer:hover,
.logo-footer:hover svg {
	fill: #fff;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	stroke-linejoin: round;
	stroke-linecap: round
}

.logo-cart {
	background: 0 0;
	width: 100px;
	height: 100px;
	display: block;
	float: left;
	position: relative;
	z-index: 1;
	fill: #fff;
	border: solid 1px rgba(255, 255, 255, .5);
	border-radius: 100%
}

.logo-cart:hover {
	box-shadow: inset 0 2px 20px 0 #ff185d;
	border: solid 1px transparent;
	background: 0 0;
	fill: #fff
}

.footer-cart-descr {
	color: #fff;
	margin: 35px 30px 0 0;
	display: inline-block;
	letter-spacing: 1px
}

.footer-cart-descr a {
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px
}

.footer-social {
	display: inline-flex;
	width: 3rem;
	height: 3rem;
	background: 0 0;
	margin: 0 .5rem;
	border-radius: 100px;
	border: solid 1px var(--color-basic)
}

.footer-social:first-child {
	margin: 0 .5rem 0 0
}

.footer-social:hover {
	background: 0 0;
	border-color: transparent
}

.footer-social:hover svg {
	fill: #ff185d;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.footer-social svg {
	fill: #101010;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(.36);
	-moz-transform: scale(.36);
	-o-transform: scale(.36);
	transform: scale(.36)
}

.header-social-icons {
	height: 100px;
	line-height: 100px;
	align-items: center;
	display: inline-flex;
	padding-left: 15px
}

.header-social {
	display: flex;
	width: 35px;
	height: 35px;
	border: solid 1px #dae3ea;
	border-radius: 100%;
	background: 0 0;
	margin: 0 3px
}

.header-social:hover {
	background: #ff185d;
	border: solid 1px #ff185d
}

.header-social:hover svg {
	fill: #fff;
	-webkit-transform: scale(.93);
	-moz-transform: scale(.93);
	-o-transform: scale(.93);
	transform: scale(.93)
}

.header-social svg {
	fill: #7a7c8c;
	width: 100%;
	height: 100%;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.footer-block-container {
	margin: auto;
	display: table
}

.carousel-item-margin {
	margin: 0 0 2rem
}

#open-menu {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 999;
	display: none;
	overflow: scroll
}

#open-close-icon {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width: 100px;
	height: 100px;
	z-index: 999;
	cursor: pointer
}

#open-close-icon:hover {
	-webkit-transform: rotate3d(0, 1, 9, -10deg);
	-moz-transform: rotate3d(0, 1, 9, -10deg);
	-o-transform: rotate3d(0, 1, 9, -10deg);
	-ms-transform: rotate3d(0, 1, 9, -10deg);
	transform: rotate3d(0, 1, 20, -30deg);
	fill: #ff185d
}

#open-close-icon svg {
	width: 100px;
	height: 100px
}

.open-menu-left {
	text-align: left;
	margin: 20px;
	border-right: solid 1px #bfbfbf
}

.open-menu-right {
	text-align: right;
	margin: 20px
}

.open-menu-container {
	margin: auto;
	text-align: center
}

.open-menu-container li {
	display: block;
	font-size: 40px;
	line-height: 90px;
	margin: 0 10%;
	font-family: PF Din Condensed Regular
}

.open-menu-container a {
	color: #000;
	box-shadow: 0 1px 0 0 #e2e2e2
}

.open-menu-container a:hover {
	box-shadow: 0 3px 0 0 #ff185d;
	color: #ff185d
}

.none {
	display: none
}

.carousel-item {
	transition: -webkit-transform 1s ease;
	transition: transform 1s ease;
	transition: transform 1s ease, -webkit-transform 1s ease
}

.order-cart {
	background-color: #ff185d;
	border-radius: 10px;
	color: #fff
}

.b-order__cart {
	display: table-cell;
	padding-left: 20px;
	vertical-align: top
}

.grid-module-5 {
	width: 480px
}

.order-cart__heading {
	padding: 25px 30px;
	color: #fff;
	font-weight: 400;
	background: #ff185d;
	font-size: 20px;
	letter-spacing: normal;
	text-transform: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #ff185d url(../images/cart.svg);
	background-repeat: no-repeat;
	background-position: 400px -10px;
	background-size: 27%;
	-webkit-box-shadow: inset 0 -10px 20px 0 #de1124;
	-moz-box-shadow: inset 0 -10px 20px 0 #de1124;
	box-shadow: inset 0 -10px 20px 0 #de1124
}

.order-cart__contents {
	position: relative;
	height: auto;
	overflow: auto;
	padding: 20px 30px
}

.order-cart__product {
	position: relative;
	padding-left: 8px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: solid 1px #cf192b
}

.order-cart__delete {
	position: absolute;
	top: 18px;
	right: 0;
	cursor: pointer;
	z-index: 20;
	padding: 3px;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 100%;
	z-index: 1
}

.order-cart__delete:hover {
	-webkit-transform: rotate3d(0, 1, 9, -90deg);
	-moz-transform: rotate3d(0, 1, 9, -90deg);
	-o-transform: rotate3d(0, 1, 9, -90deg);
	-ms-transform: rotate3d(0, 1, 9, -90deg);
	transform: rotate3d(0, 1, 20, -90deg);
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: rgba(255, 255, 255, .31)
}

.order-cart__delete-btn {
	padding: 0;
	border: 0;
	vertical-align: top;
	background: #c91727 url(../images/close.svg);
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 100%;
	background-size: 25%;
	background-position: center;
	background-repeat: no-repeat;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	outline: 0
}

.order-cart__item {
	display: table
}

.order-cart__picture {
	position: relative;
	display: table-cell;
	width: 96px;
	display: block
}

.order-cart__picture img {
	width: 100px;
	border-radius: 100px;
	padding: 9px;
	background: #fff;
	border: solid 2px #fff
}

.order-cart__label {
	position: absolute;
	left: 0;
	top: 10px
}

.product-label_discount {
	color: #fff;
	background-color: #8c1be9;
	background: #8c1be9;
	background-image: linear-gradient(270deg, #b300ff, #ff185d)
}

.product-label_left {
	margin-left: -6px;
	margin-right: 0
}

.product-label {
	position: relative;
	padding: 10px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	border-radius: 3px
}

.product-label__text {
	font-size: 16px;
	letter-spacing: 1px
}

.product-label:before {
	top: 100%;
	left: 0;
	border: 5px solid transparent;
	border-top-color: #bebebe;
	border-right-color: #bebebe
}

.product-label:after {
	top: 100%;
	right: 0;
	margin-top: 9px;
	border: 3px solid transparent;
	border-top-color: currentColor;
	border-left-color: currentColor
}

.order-cart__counter {
	display: table-cell;
	padding-top: 44px;
	width: 106px;
	font-size: 16px;
	vertical-align: middle
}

.spinput {
	border: 1px solid #fdafaf;
	border-radius: 100px;
	display: inline-block;
	vertical-align: baseline;
	line-height: 1.3;
	color: #fff;
	padding: 0 1.8em;
	font-family: 'PT Sans', Tahoma, sans-serif;
	font-weight: 700;
	position: relative
}

.spinput__minus,
.spinput__plus {
	position: absolute;
	display: inline-block;
	width: 1.5em;
	line-height: 1.6;
	left: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	box-sizing: content-box;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.spinput__minus:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5)
}

.spinput__plus:hover {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3)
}

.spinput__value {
	margin: 0;
	width: 2em;
	height: 1.9em;
	text-align: center;
	vertical-align: baseline;
	line-height: 1.9em;
	border: 0;
	border-radius: 100px;
	background: #ff185d;
	color: #fff;
	border: none !important
}

.spinput__plus {
	left: auto;
	right: 0
}

.quantity {
	border: 1px solid #dae3ea;
	border-radius: 5px;
	display: inline-block;
	vertical-align: baseline;
	line-height: 1.3;
	color: #fff;
	position: relative
}

.quantity__minus,
.quantity__plus {
	position: absolute;
	display: inline-block;
	width: 1.5em;
	line-height: 36px;
	left: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	box-sizing: content-box;
	color: #7a7c8c;
	font-size: 20px;
	font-weight: 400;
	text-align: center
}

.quantity__value {
	margin: 0;
	width: 90px !important;
	text-align: center;
	vertical-align: baseline;
	line-height: 36px;
	border: 0;
	border-radius: 5px;
	background: 0 0;
	color: #7a7c8c;
	border: none !important
}

.quantity__plus {
	left: auto;
	right: 0
}

.order-cart__info {
	display: table-cell;
	padding-left: 30px;
	vertical-align: top
}

.order-cart__description {
	position: relative;
	display: table
}

.order-cart__caption {
	padding-bottom: 10px;
	font-size: 20px
}

.order-cart__costs {
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: .5px
}

.js-cart__product-cost {
	font-size: 20px;
	background: #fff;
	background-color: #8c1be9;
	background: #c91727;
	background-image: linear-gradient(270deg, #ee2b3d, #f63446);
	padding: 5px 10px;
	border-radius: 5px;
	font-style: normal;
	color: #fff
}

.order-cart__overall {
	padding-top: 5px;
	padding-bottom: 15px;
	color: #ffe7e7
}

.order-cart__price {
	padding-top: 20px;
	padding-bottom: 10px
}

.order-cart__description-link {
	font-weight: 400;
	text-decoration: underline;
	color: #fff
}

.order-cart__title {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	letter-spacing: normal;
	text-transform: none
}

.order-cart__title {
	border-bottom: 1px dotted #fb8f98
}

.order-cart__params {
	margin-top: 0;
	font-size: 18px;
	color: #ffc0bf
}

.order-cart__overall_old {
	font-size: 17px;
	font-weight: inherit
}

.order-cart__overall_old {
	position: relative;
	display: inline-block;
	margin-left: 15px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 100px;
	padding: 0 15px;
	border: 1px solid #fdafaf
}

.order-cart__overall_old:before {
	position: relative;
	display: block;
	top: 16px;
	width: 100%;
	height: 1px;
	background-color: #fff;
	content: ''
}

.order-cart__summary-points {
	position: relative;
	display: block;
	border-bottom: solid 1px #cf192b;
	padding: 0;
	letter-spacing: normal
}

.order-cart__summary {
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	margin: 0 30px 30px;
	padding-bottom: 30px
}

.order-cart__summary-points:before {
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
	height: 3px;
	content: ''
}

.order-cart__summary-point {
	position: relative;
	padding-bottom: 5px;
	width: 100%
}

.order-cart__summary-price {
	position: relative;
	padding-bottom: 5px;
	text-align: right;
	white-space: nowrap
}

.ruble {
	text-transform: lowercase
}

.order-cart__total-cost-label {
	display: table-cell;
	margin-top: 4px;
	width: 73.5%
}

.order-cart__total-cost-value {
	display: table-cell;
	margin-top: 4px;
	text-align: right
}

.js-cart__total {
	font-size: 30px
}

.cart-block-container {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 80px 0 #f2f2f2;
	margin: 0 0 30px
}

.cart-label-name {
	font-size: 25px;
	margin: -32px 0 15px 40px;
	display: block;
	float: left;
	width: 100%
}

.cart-label-description {
	font-size: 16px;
	color: #7a7c8c;
	display: block
}

.cart-block-container li {
	display: block
}

.cart-block-name {
	padding: 0 0 30px;
	font-weight: 400;
	letter-spacing: normal;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 30px
}

.description {
	font-size: 18px;
	color: #7a7c8c
}

.description p {
	margin-bottom: 5px
}

.open-menu-text-start {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	overflow: scroll
}

.open-menu-text-container {
	position: relative;
	z-index: 1;
	text-align: left;
	width: 80%
}

.padding-col {
	padding-top: 15px;
	padding-bottom: 15px
}

.body-brands {
	background: #f9f9f9
}

.body-black {
	background: #f9f9f9
}

.director-mail {
	border: dashed 1px;
	padding: 5px 10px;
	border-bottom: dashed 1px !important;
	background: url(http://clipart-library.com/img/1391311.jpg);
	color: #d82230 !important;
	margin: 20px 0;
	display: table;
	border-radius: 5px;
	background-size: 115%;
	background-position: center
}

.director-mail:hover {
	background: #8c1be9;
	background-image: linear-gradient(270deg, #b300ff, #ff185d);
	color: #fff !important
}

.pr-no-padding-col {
	padding-left: 0;
	padding-right: 0
}

.section-user {
	float: left;
	border-radius: 5px;
	width: 100%;
	margin: -1px;
	border: solid 1px #e2e5e8;
	-webkit-box-shadow: 20px 0 80px 0 rgba(242, 242, 242, .3);
	-moz-box-shadow: 20px 0 80px 0 rgba(242, 242, 242, .3);
	box-shadow: 20px 0 80px 0 rgba(242, 242, 242, .3)
}

.login-active {
	border: solid 1px #fff;
	background: #fff
}

.container-login {
	border-radius: 5px
}

.login-name {
	font-size: 25px;
	font-weight: 400;
	padding: 0 0 40px;
	text-align: left;
	color: #000;
	font-style: italic;
	font-family: times
}

.order-name {
	padding: 0 0 30px;
	color: #000;
	font-weight: 400;
	font-size: 25px;
	letter-spacing: 6px;
	text-transform: uppercase;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

.section-order {
	background: #fff;
	-webkit-box-shadow: 0 0 80px 0 #f2f2f2;
	-moz-box-shadow: 0 0 80px 0 #f2f2f2;
	box-shadow: 0 0 80px 0 #f2f2f2
}

.container-order {
	padding: 20px 0 20px 30px
}

.heading-v1 {
	margin: 15px 0;
	display: block;
	font-weight: 400;
	color: #000;
	text-align: left;
	font-size: 25px;
	vertical-align: top
}

.lk-block {
	padding: 0
}

.lk-title-1 {
	padding: 0 0 60px;
	font-weight: 400;
	font-size: 30px
}

.lk-control-group {
	width: 100%;
	margin-bottom: 40px
}

.lk-control-group-user {
	width: 100%;
	display: inline-flex
}

.user-lk-avatar {
	display: flex;
	border-radius: 100%;
	margin: 30px 0;
	width: 150px;
	height: 150px
}

.select-avatar-bt {
	background: 0 0;
	border: 0;
	font-size: 16px
}

.delete-avatar {
	background: 0 0;
	border: 0;
	fill: #000;
	margin: 0 5px;
	width: 20px
}

.delete-avatar svg {
	fill: #ff185d
}

.lk-title-2 {
	font-size: 16px;
	letter-spacing: normal
}

.address_line {
	position: relative
}

.lk-input {
	display: block;
	margin-bottom: 0;
	padding: 10px 0;
	border-top: 0;
	border-left: none;
	border-right: 0;
	border-bottom: solid 1px #e6edf2;
	font-size: 25px !important;
	font-weight: 100;
	width: 100%;
	background-color: #fff;
	outline: 0;
	font-family: PF Din Condensed Light
}

.request-input {
	display: block;
	margin-bottom: 0;
	padding: 10px 0;
	border-top: 0;
	border-left: none;
	border-right: 0;
	border-bottom: solid 1px #e6edf2;
	font-size: 16px !important;
	font-weight: 100;
	width: 100%;
	background-color: #fff;
	outline: 0
}

.exit-lk {
	background: 0 0;
	border: 1px dashed #ff185d;
	color: #ff185d !important;
	padding: 3px 15px;
	border-radius: 25px
}

.exit-lk a {
	color: #bb6464 !important
}

.footer-bt {
	width: 80%
}

.bt {
	text-align: center;
	padding: 1rem 2rem;
	display: block;
	border-radius: 100px;
	border: solid 1px var(--color-basic)
}

.bt:hover {
	color: #fff;
	background: #ff185d;
	border-color: transparent
}

.bt-circle {
	width: 10rem;
	height: 10rem;
	box-shadow: rgb(16 16 16/25%) 0 0 0 1px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	margin: auto
}

.bt-circle span {
	margin: auto
}

.bt-circle:hover {
	background: #ff185d;
	color: #fff;
	box-shadow: #ff185d 0 0 0 1px;
	-webkit-transform: scale(.95);
	-moz-transform: scale(.95);
	-o-transform: scale(.95);
	transform: scale(.95)
}

.bt-1 {
	text-align: center;
	color: #000;
	padding: 15px 30px;
	border-radius: 100px;
	font-size: 18px;
	border: solid 1px #caced0
}

.bt-1:hover {
	color: #fff;
	background: #ff185d;
	border: solid 1px transparent
}

.bt-1 span {
	border-bottom: solid 1px #caced0;
	padding-bottom: 1px
}

.bt-1:hover span {
	border-bottom: solid 1px transparent;
	padding-bottom: 1px
}

.margin-bt {
	margin: 2rem 0
}

.page-menu {
	font-size: 18px;
	padding: 15px 0;
	margin-bottom: 15px
}

.video-about {
	margin: 60px 0;
	border-radius: 10px;
	overflow: hidden;
	padding: 0;
	line-height: 0
}

.video-about iframe {
	width: 100%;
	height: 400px;
	border: 0;
	border-radius: 10px;
	overflow: hidden
}

.page-menu ul {
	margin: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0
}

.page-menu li {
	display: block
}

.page-menu a {
	padding: 3px 15px;
	margin: 3px 0;
	display: inline-block;
	color: #303030;
	border-radius: 25px
}

.page-menu a:hover {
	color: #fff !important;
	background: #ff185d !important
}

.page-menu span {
	border-bottom: solid 1px #d5d9db
}

.page-menu a:hover span {
	border-bottom: transparent
}

.page-menu-active {
	background: #ff185d;
	color: #fff !important;
	border: solid 2px #e91e30
}

.page-menu-active-span {
	border-bottom: transparent !important
}

.about-img img {
	border-radius: 10px;
	margin: 15px 0
}

.page-menu-name {
	font-size: 25px;
	letter-spacing: normal;
	margin: 0;
	padding: 15px 0 0;
	font-family: PF Din Condensed Light
}

.filter_fit {
	width: fit-content;
	display: inline-block
}

.filter-item_header {
	padding: 0 0 .7rem;
	display: flex;
	width: 100%
}

.filter_select_inline {
	display: inline-flex
}

.filter-item_name {
	width: 100%;
	font-size: 110%;
	letter-spacing: 0
}

.filter-item_icon {
	float: right;
	text-align: right;
	width: .7rem;
	height: .7rem;
	border-radius: 100%;
	position: absolute;
	right: .5rem
}

.filter-item_icon svg {
	width: inherit;
	height: inherit;
	-moz-transform: scale(.5);
	-o-transform: scale(.5);
	opacity: .25
}

.filter-item .checkbox {
	display: none
}

.tooltip.show {
	opacity: 1
}

.tooltip-inner {
	max-width: 24rem;
	padding: 1rem;
	color: #fff;
	text-align: center;
	background-color: #101010;
	line-height: 1.2;
	font-family: arial;
	font-size: 100%;
	border-radius: 1rem;
	-moz-box-shadow: 0 8px 25px 0 rgb(50 50 50/12%)
}

.custom-select {
	border: 1px solid transparent;
	padding: .625rem 1rem;
	height: auto;
	outline: 0;
	box-shadow: none;
	color: #101010;
	letter-spacing: inherit;
	opacity: 1;
	background: #f5f5f5;
	cursor: pointer
}

.custom-select:hover,
.custom-select:checked,
.custom-select:focus {
	border-color: #101010
}

.custom-select_black {
	border: solid 1px #d8d8d8d8;
	padding: .5rem 1rem;
	border-radius: .6rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -webkit-flexbox;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	flex-wrap: wrap;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: 0 0
}

.custom-select_black span {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	flex: 1;
	font-size: 80%
}

.custom-select b {
	border-color: #101010 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	width: 0
}

.custum-button {
	border: 1px solid transparent;
	padding: .625rem 1rem;
	height: auto;
	outline: 0;
	box-shadow: none;
	color: #101010;
	letter-spacing: inherit;
	opacity: 1;
	background: #f5f5f5;
	cursor: pointer;
	width: 100%;
	text-align: left;
	display: inline-block;
	line-height: 1.5;
	border-radius: .25rem
}

.custum-button:hover {
	border-color: #ff185d
}

.category-image {
	max-width: 8rem;
	border-radius: 1rem;
	margin-bottom: 2rem
}

.media-description {
	padding: 2rem 0;
	line-height: 1.3;
	display: block
}

.media-body {
	line-height: 1.5
}

.media-body h2 {
	margin-bottom: 1rem
}

.video-full {
	width: 100%;
	height: auto;
	display: table
}

.video-full iframe {
	width: 100%;
	height: 30rem
}

.green-bg {
	background-image: linear-gradient(270deg, #14bcaa, #14bc36)
}

.red-bg {
	background: #ff185d
}

.button {
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	padding: 10px 30px;
	letter-spacing: 0;
	color: #fff;
	outline: 0;
	border-radius: 25px;
	border: 0;
	cursor: pointer;
	display: table
}

.button:hover {
	background-image: linear-gradient(270deg, #b300ff, #ff185d);
	color: #fff
}

.list-group-item:focus,
.list-group-item:hover {
	z-index: inherit;
	text-decoration: none
}

.table-parameters {
	padding: 2rem 0 1rem;
	width: 100%;
	margin: auto
}

.parameter {
	display: inline-flex;
	width: 100%;
	padding: 1rem 0;
	font-size: 1rem;
	border-bottom: solid 1px #d8d8d8;
	text-transform: uppercase;
	font-weight: 500
}

.parameter .item-left {
	width: 70%;
	text-align: left;
	justify-content: left
}

.parameter .item-right {
	width: 30%;
	text-align: right;
	justify-content: right
}

.product-list {
	padding: 1rem 0;
	margin: -1px;
	border-bottom: solid 1px #d8d8d8;
	border-left: none;
	border-right: 0;
	border-radius: 0 !important
}

.cart-image-block {
	padding-right: 1rem;
	text-align: center
}

.row-product-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.cart-image {
	max-width: 10rem
}

.form-control {
	padding: 1rem;
	border-radius: 0
}

.form-group label {
	margin-bottom: 1rem
}

.cart-form {
	padding: 2rem 0
}

.method-selection {
	padding: 2rem 0
}

.cart-heading {
	font-size: 2rem;
	padding-bottom: 2rem
}

.custom-radio .custom-control-input:checked~.custom-control-label:before {
	background-color: #ff185d
}

.disclaimer {
	font-size: 72%;
	opacity: .5
}

.cart-product-name {
	padding-bottom: 1rem;
	display: block
}

.cart-currency {
	width: 100%
}

.cart-type {
	width: 100%
}

.cart-price {
	font-size: 2rem;
	letter-spacing: -.1rem
}

.cart-price-section {
	display: inline-flex;
	width: 100%;
	padding-bottom: 1rem
}

.cart-price-block-one {
	width: 100%
}

.cart-product-info p {
	margin-bottom: 0
}

.cart-price-block-two {
	width: 50%;
	text-align: right
}

.cart-product-info {
	padding: 0 1rem
}

.col-table-1 {
	padding-left: 0
}

.col-table-3 {
	-ms-flex: 0 0 10.4%;
	flex: 0 0 10.4%;
	max-width: 10.4%
}

.col-table-4 {
	-ms-flex: 0 0 15.333%;
	flex: 0 0 15.333%;
	max-width: 15.333%
}

.col-table-5 {
	-ms-flex: 0 0 25.5%;
	flex: 0 0 25.5%;
	max-width: 25.5%;
	padding-right: 0
}

.filter-product-section {
	padding: 0 0 3rem
}

.table-text-hidden {
	display: none
}

.cart-product-details {
	opacity: .5;
	line-height: 1.5;
	font-weight: 300
}

.row-add-cart {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center
}

.add-cart-block {
	width: 100%;
	display: inline-flex
}

.cart-quantity {
	width: 50%;
	padding-right: .5rem
}

.add-cart-table {
	width: 100%;
	padding-left: .5rem
}

.select-table {
	border-radius: 0;
	padding: 1rem;
	border: 1px solid #d8d8d8;
	opacity: 1;
	box-shadow: none;
	outline: 0;
	background: 0 0;
	font-weight: 400;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.add-cart {
	width: 100%;
	margin: 0
}

textarea {
	border-bottom: solid 1px #e6edf2;
	border-top: 0;
	border-left: none;
	border-right: 0;
	font-size: 18px;
	outline: 0
}

.form {
	margin-bottom: 20px
}

.form textarea {
	width: 100%;
	height: 100px;
	font-size: 16px
}

.form label {
	display: block;
	font-size: 18px;
	letter-spacing: .5px;
	margin: 0 0 !important;
	font-size: 20px !important
}

.form input[type=text] {
	display: block;
	margin-bottom: 30px
}

.isotope-wrapper {
	position: relative;
	width: 100%;
	margin: auto
}

.isotope-box {
	width: 100%
}

.show-filter {
	width: 100%
}

.clear-filter {
	width: 100%;
	opacity: .5
}

.sidebar-out {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 0;
	height: 0;
	z-index: -10;
	position: relative;
	display: none
}

.filter-section {
	padding: 1.5rem 0;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 2rem
}

.left_sidebar {
	display: inline-block;
	width: 100%
}

.category_links {
	display: flex;
	width: 100%;
	text-align: center;
	margin: auto;
	position: relative;
	margin: -1rem
}

.category_icon_links {
	display: inline-flex;
	width: 100%;
	text-align: center;
	margin: auto;
	position: relative;
	margin: -1px
}

.category_icon_links ul {
	text-align: center;
	margin: auto;
	width: 100%
}

.category_icon_links ul li {
	display: inline-block;
	width: 100%;
	text-align: center;
	align-items: center
}

.category_icon_links ul li a {
	opacity: 1;
	width: inherit;
	display: inline-flex;
	text-align: center;
	margin: auto;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	height: 4rem;
	align-items: center;
	text-align: center;
	justify-content: center
}

.category_links ul {
	text-align: center;
	margin: auto;
	width: 100%
}

.category_links ul li {
	display: inline-block;
	width: 100%;
	text-align: center;
	align-items: center;
	padding: .5rem
}

.category_links ul li a {
	opacity: 1;
	width: inherit;
	display: inline-flex;
	text-align: center;
	margin: auto;
	height: 4rem;
	align-items: center;
	text-align: center;
	justify-content: center;
	background: #f9f9f9;
	border-radius: 1rem
}

.category_links .border-left {
	border-left: 1px solid #d8d8d8 !important
}

.category_links .border-right {
	border-right: 1px solid #d8d8d8 !important
}

.category_links ul li a:hover {
	box-shadow: 0 0 0 1px #101010;
	opacity: 1;
	background: 0 0;
	color: #101010
}

.isotope-toolbar {
	display: flex;
	text-align: center
}

.isotope-toolbar .filter-col {
	width: auto;
	align-items: center;
	margin: auto
}

.isotope-toolbar .filter-col label {
	display: inline-flex;
	align-items: center;
	margin-bottom: 0
}

.grid-item,
.grid-sizer {
	width: 25%;
	padding: 0 1.5rem
}

.grid-item {
	height: auto
}

.item-portrait:before {
	padding-top: 165%
}

.mobile_hide {
	display: block
}

.hide+label {
	display: none
}

.hide {
	display: none
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.pace-inactive {
	display: none
}

.pace .pace-progress {
	background: #ff185d;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 4px
}

.g-none {
	display: none
}

.g-relative {
	position: relative
}

.hide-option-prod {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 1041;
	width: 22rem;
	min-width: 10rem;
	padding: 1.5rem 0;
	border-radius: 1rem
}

.hide-option-prod__overflow {
	max-height: 300px;
	overflow-y: auto
}

.hide-option-prod label {
	display: block;
	margin: 0 1.5rem .5rem;
	font-size: 150%;
	padding: .75rem 1rem;
	border-radius: .7rem;
	background: #f5f5f5;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: solid 1px transparent;
	letter-spacing: 0
}

.hide-option-prod label:hover {
	color: var(--color-white);
	background: var(--color-red);
	border-color: transparent
}

.hide-option-prod__autocomplete {
	padding: .5rem 1.5rem 1rem
}

.hide-option-prod__autocomplete input {
	border: 1px solid #101010;
	padding: .5rem;
	width: 100%;
	border-radius: .7rem
}

.selected-oFilter {
	margin: auto;
	padding-top: 1rem
}

.selected-oFilter .btn {
	margin: 0
}

.selected-oFilter__title {
	font-weight: 400;
	margin-bottom: .25rem;
	padding-top: .5rem
}

.selected-oFilter__opt {
	padding-left: 1rem;
	font-size: 80%
}

.selected-oFilter__opt__val {
	margin-left: .5rem
}

.selected-oFilter__remove {
	color: #c7c6c6;
	width: 25px;
	height: 25px;
	line-height: 21px;
	text-align: center;
	display: inline-block;
	border: 2px solid #c7c6c6;
	border-radius: 50%;
	font-size: 22px;
	cursor: pointer;
	margin-left: 7px
}

.relink-block__title {
	opacity: 1;
	font-size: 1.5rem;
	padding-bottom: .7rem;
	text-transform: uppercase
}

.relink-block__item {
	padding-bottom: .3rem
}

.relink-block__item a {
	box-shadow: 0 .5px 0 0 #101010;
	opacity: .5
}

.relink-block__item a:hover {
	box-shadow: 0 1px 0 0 #ff185d;
	color: #ff185d;
	opacity: 1
}

.back-to-top {
	position: fixed;
	margin: 0;
	bottom: 1rem;
	right: .5rem;
	opacity: 1;
	background-color: transparent;
	background-image: url('../images/go-top.svg');
	background-repeat: no-repeat;
	background-position: center calc(50% - 3px);
	background-size: 1.5rem auto;
	border: 1px solid #ff185d;
	width: 4rem;
	height: 4rem;
	cursor: pointer;
	display: none;
	z-index: 10;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%
}

.back-to-top:hover {
	background-image: url('../images/go-top_active.svg');
	background-color: #ff185d;
	opacity: 1
}

.simplecheckout-warning-block {
	color: #fff;
	font-size: 80%;
	border: 1px solid #ff185d;
	padding: .5rem 1rem;
	text-align: center;
	width: auto;
	margin: auto;
	margin-bottom: 2rem;
	background: #ff185d;
	border-radius: 100px;
	display: table
}

.simplecheckout-no-prod {
	color: #ff185d;
	font-size: 1.5rem
}

.old-price {
	text-decoration: line-through;
	display: block;
	opacity: .5;
	margin-right: .5rem
}

.product-item-price-block .old-price {
	font-size: 1.1rem
}

.inform-product-price .old-price,
.cart-price-block-one .old-price {
	font-size: 1.4rem
}

.product-item__promo {
	background: 0 0;
	position: absolute;
	z-index: 1;
	left: 1rem;
	top: 1rem;
	border: solid 1px #101010;
	padding: .625rem 1.5rem;
	font-weight: 400;
	border-radius: 2rem;
	color: #101010
}

.product-item__promo span {
	display: inline-block;
	font-weight: 400
}

.product-item__promo_new {
	position: absolute;
	z-index: 1;
	right: 1rem;
	top: 1rem;
	border: solid 1px #ff1869;
	padding: .625rem 1.5rem;
	font-weight: 400;
	border-radius: 2rem;
	color: #fff;
	background: linear-gradient(130deg, #ff185d 0, #ff1895 50%, #ff 100%)
}

.product-item__promo_new span {
	display: inline-block;
	font-weight: 400
}

.product-item__promo_new_prod {
	position: relative;
	z-index: 1;
	right: 0;
	top: 1rem;
	border: solid 1px #ff1869;
	padding: 13px 8px;
	font-weight: 400;
	border-radius: 2rem;
	color: #fff;
	background: linear-gradient(130deg, #ff185d 0, #ff1895 50%, #ff 100%);
	text-align: center;
	margin-left: 40%;
	width: 50%
}

.product-item__promo_new_prod span {
	display: inline-block;
	font-weight: 400
}

#column-right {
	font-weight: 500;
	margin-top: 3rem
}

.search-block {
	display: none
}

.search-block__modal {
	left: 0;
	right: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	border: 0;
	margin: 0
}

.search-block__modal__content {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%
}

.catalog-search-form_ajax {
	width: 100%;
	padding: 0;
	max-width: 1300px;
	position: relative;
	margin-top: 0
}

.search-block__modal__close {
	position: absolute;
	right: 2rem;
	top: 2rem;
	cursor: pointer;
	z-index: 1;
	text-shadow: none;
	opacity: 1;
	width: 2rem;
	height: auto
}

.js-back-fixed {
	display: block !important
}

.header-search-btn {
	width: 2.5rem;
	height: 2.5rem;
	background: #fff url('../images/search_black.svg') no-repeat;
	background-size: .825rem auto;
	background-position: center;
	border: 1px solid #d8d8d8;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	cursor: pointer;
	float: left;
	margin-right: .5rem;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.header-search-btn:hover {
	border: 1px solid #101010
}

.white .header-search-btn {
	background: transparent url('../images/search_white.svg') no-repeat;
	background-color: transparent;
	background-size: .875rem auto;
	background-position: center;
	border: 1px solid rgb(255 255 255/33%);
	border-radius: 50%
}

.slider-btn {
	background: 0 0;
	border: 1px solid #fff;
	font-size: 80%;
	padding: .5rem .6rem;
	border-radius: .5rem;
	text-transform: lowercase;
	display: none
}

a.slider-btn:hover {
	border-color: #ff185d;
	color: #fff
}

.col-filter_prod-op-32 {
	display: none
}

.error {
	border-color: #f00 !important
}

.no_active {
	border-color: #ccc !important;
	background-color: #ccc !important;
	cursor: default !important;
	color: #fff !important
}

.pcard-dop-link {
	margin: 1.8rem 0
}

.pcard-dop-link__item {
	margin: 0 1.2rem
}

.pcard-popup-block__modal {
	left: 0;
	right: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	border: 0;
	margin: 0
}

.pcard-popup-block__modal__close {
	position: absolute;
	right: 25px;
	top: 15px;
	cursor: pointer
}

.pcard-popup-block__modal__content {
	padding: 0 0 0 2rem
}

.gallery-home {
	position: relative;
	height: 62.5vw
}

.gallery-home__item {
	position: absolute
}

.gallery-home__item_one {
	width: 57.500vw;
	height: auto;
	left: 0;
	z-index: 100
}

.gallery-home__item_two {
	width: 47.500vw;
	height: auto;
	right: 0;
	top: 18.750vw;
	z-index: 200
}

.gallery-home__item_three {
	width: 40vw;
	height: auto;
	right: 20vw;
	top: 37.500vw;
	z-index: 300
}

.empty-search-product {
	text-align: center;
	font-size: 4rem;
	margin-bottom: 2rem
}

.product-modal-popup {
	width: 50%;
	max-width: 100%;
	height: 100%;
	border: 0;
	float: right;
	margin: 0
}

.popup-container {
	padding: 3rem
}

.modal-content.popup {
	height: 100%;
	-moz-box-shadow: 0 0 24px 0 rgb(16 16 16/24%)
}

.modal.slide {
	-moz-transform: translate(100%, 0%);
	-webkit-transform: translate(100%, 0%);
	transform: translate(100%, 0%)
}

.show.slide {
	-moz-transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%)
}

.product-popup-title {
	font-size: 2rem;
	padding-bottom: 2rem;
	margin-bottom: 0;
}

.product-popup-size {
	font-size: 2rem;
	font-weight: 500;
	opacity: 1;
	background: 0 0;
	display: inline-block;
	color: #101010;
	margin-bottom: 2rem;
	padding: 1rem;
	border-radius: .5rem;
	border: solid 1px #101010
}

.product-popup-text {
	font-size: 1rem;
	line-height: 1.4rem;
	font-weight: 400;
	width: 90%;
	opacity: 1
}

.product-popup-image {
	width: 90%;
	height: auto;
	padding: 2rem 0
}

.product-popup-image img {
	width: inherit;
	height: inherit;
	border-radius: .5rem
}

.product-close-popup {
	width: 1rem;
	height: 1rem;
	position: fixed;
	right: 1rem;
	top: 1rem
}

.product-close-popup svg {
	width: 1rem;
	height: 1rem
}

.popup-table-parameters {
	/* padding: 2rem 0; */
}

.popup-parameter {
	display: inline-flex;
	width: 100%;
	padding: 1rem 0;
	font-size: 1rem;
	border-bottom: solid 1px #d8d8d8;
}

.popup-parameter .item-left {
	width: 70%;
	text-align: left;
	justify-content: left
}

.popup-parameter .item-right {
	width: 30%;
	text-align: right;
	justify-content: right
}

.bt-f {
	display: inline-flex;
	width: 2rem;
	height: 2rem;
	background: var(--color-basic);
	border-radius: 100px;
	border-bottom: 0;
	border: solid 1px transparent;
	fill: var(--color-white);
	margin-left: 0
}

.bt-f:hover {
	-o-transform: scale(1.5)
}

.bt-f svg {
	fill: inherit;
	-webkit-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5);
	-moz-transition: inherit;
	-webkit-transition: inherit;
	transition: inherit
}

.bt-f.bt-instagram:hover {
	border: solid 1px var(--color-basic);
	background: 0 0;
	fill: var(--color-basic)
}

.bt-f.bt-whatsapp {
	background: #25d366
}

.bt-f.bt-whatsapp:hover {
	border: solid 1px #25d366;
	background: 0 0;
	fill: #25d366
}

.bt-f.bt-whatsapp svg {
	-webkit-transform: scale(.6);
	-o-transform: scale(.6);
	transform: scale(.6)
}

.bt-f.bt-instagram:hover+.bt-f.bt-whatsapp {
	margin-right: -1rem
}

.flex {
	display: flex
}

#bt-fixed {
	position: fixed;
	bottom: 6rem;
	z-index: 999;
	right: .5rem;
	width: fit-content;
	text-align: center;
	justify-content: center;
	display: none
}

#bt-fixed.default {
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}

#bt-fixed.fixed {
	opacity: 1
}

.flex-block-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 4rem
}

.item-one .row-col {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	padding: 0 .5rem
}

.item-two .row-col {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	padding: 1.5em
}

.flex-block-item.item-two .row-col {
	padding: 0 .0rem
}

.fullwidth-block-item {
	padding: 1rem 0
}

.flex-block-item.item-two .row-col:nth-child(2) .block-item {
	border-radius: 6rem;
	background: var(--color-basic);
	color: var(--color-white);
	border-color: var(--color-white);
	fill: var(--color-white)
}

.flex-block-item.item-two .row-col:nth-child(3) .block-item {
	border-radius: 0
}

.fullwidth-block-item .block-item {
	border-radius: 3rem;
	font-size: 150%
}

.block-item {
	width: 100%;
	padding: 2rem;
	border: solid 1px transparent;
	border-radius: 100%;
	position: relative;
	height: 47.3642rem;
	background: #f5f5f5
}

.block-item:hover {
	background: 0 0;
	border-color: var(--color-basic);
	color: var(--color-basic)
}

.white-bi.block-item {
	background: #f5f5f5;
	border-color: transparent;
	border: solid 1px transparent
}

.white-bi.block-item:hover,
.flex-block-item.item-two .row-col:nth-child(2) .block-item:hover {
	background: 0 0;
	border-color: var(--color-basic);
	color: var(--color-basic)
}

.block-item:hover .icon-bi {
	transform: rotate(180deg)
}

.black-bi.block-item {
	border-color: transparent;
	background: #ff185d;
	color: var(--color-white);
	background: linear-gradient(130deg, rgba(255, 24, 93, 1) 0, rgba(255, 24, 149, 1) 50%, rgba(213, 24, 255, 1) 100%)
}

.black-bi .bt-bi:hover {
	background: #fcfcfc;
	color: #101010
}

.black-bi .icon-bi svg {
	fill: #fcfcfc
}

.red-bi.block-item {
	border-color: transparent;
	background: #ff185d;
	color: #fcfcfc
}

.red-bi .bt-bi {
	border: solid 1px #fcfcfc;
	color: inherit
}

.red-bi .icon-bi svg {
	fill: #fcfcfc
}

.red-bi .search-bt-bi {
	border-color: #fcfcfc;
	fill: #fcfcfc
}

.top-bi {
	position: absolute;
	top: 0;
	width: fit-content;
	height: 100%;
	z-index: 2;
	left: 0;
	right: 0;
	margin: auto;
	align-items: center;
	display: flex;
	font-size: inherit
}

.bottom-bi {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 3rem;
	z-index: 2;
	left: 2rem;
	right: 2rem;
	margin: auto;
	width: fit-content;
	justify-content: center;
	color: inherit;
	border: solid 1px;
	border-radius: 100px;
	padding: .4rem .5rem .4rem 1rem;
	font-size: 125%;
	z-index: 20
}

.bottom-bi:hover,
.bottom-bi:focus,
.bottom-bi:active {
	background: var(--color-basic);
	color: var(--color-white);
	border-color: transparent
}

.name-bi {
	font-size: 5rem;
	letter-spacing: -.2rem;
	border: solid 1px;
	padding: .7rem 2rem;
	border-radius: 100px;
	border-color: inherit;
	margin-top: -1rem
}

.name-bi span {
	transition: inherit
}

.description-bi {
	opacity: .5;
	display: none
}

.icon-bi {
	width: 20em;
	height: 18em;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 2em;
	bottom: 0;
	border-radius: 100%;
	transition: inherit;
	display: none
}

.icon-bi svg {
	width: inherit;
	height: inherit;
	fill: #101010
}

.bt-bi {
	display: inline-flex;
	border-radius: 100px;
	color: inherit;
	margin-right: 1rem;
	margin-left: 1rem
}

.bt-bi:hover {
	color: inherit
}

.search-bt-bi {
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 100%;
	display: flex;
	cursor: pointer;
	border-color: inherit;
	background: var(--color-basic);
	fill: var(--color-white)
}

.search-bt-bi:hover {
	background: #101010;
	fill: #fcfcfc;
	border-color: transparent
}

.search-bt-bi svg {
	width: inherit;
	height: inherit;
	-webkit-transform: scale(.4);
	-moz-transform: scale(.4);
	-o-transform: scale(.4);
	transform: scale(.4);
	fill: inherit
}

.ls-icons {
	width: 100%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 2em;
	bottom: 0;
	border-radius: 100%;
	transition: inherit;
	height: auto
}

.flex {
	display: flex
}

.ls-icon {
	display: flex;
	width: 15em;
	height: 15em;
	background: 0 0;
	border-radius: 100%;
	border-bottom: solid 1px transparent;
	border: solid 1px #101010
}

.ls-icon:hover {
	background: #101010;
	fill: #fcfcfc
}

.ls-icon svg {
	fill: inherit;
	-webkit-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5)
}

.link-absulute,
.link-absolute {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
	z-index: 10
}

.min-product-image {
	display: flex;
	gap: 1rem;
	align-items: center;
	margin: .25rem 0
}

.min-product-image__arrow {
	width: .4rem;
	cursor: pointer
}

.min-product-image__arrow.swiper-button-disabled {
	opacity: .2
}

.min-product-image .product-background {
	border-radius: 100%;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.item-image-min.swiper-slide-thumb-active .product-background {
	-webkit-transform: scale(.72);
	-o-transform: scale(.72);
	transform: scale(.72)
}

.min-product-image .product-background {
	border-radius: 100%;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.product-background {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	font-size: 0;
	background-color: var(--color-light);
	background-blend-mode: darken !important;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: inherit;
	border-radius: .5rem
}

@media screen and (max-width:1020px) {
	.header-search-btn {
		display: none
	}

	.links-block {
		padding: 3rem 0 0;
		border-radius: 3rem;
		margin-top: 0;
		background: 0 0;
		margin-bottom: 0
	}

	.links-container {
		padding-bottom: 2.5rem
	}

	.link-type {
		display: inline-block;
		background: #f5f5f5;
		padding: .5rem;
		border-radius: 1rem
	}

	.link-item .left {
		font-size: 2rem;
		letter-spacing: -.02rem
	}

	.link-bt {
		font-size: 2rem;
		letter-spacing: -.02rem;
		border-radius: 1rem;
		padding: 1.75rem 1.5rem;
		text-align: center
	}

	.page-container h1,
	.h1,
	h2,
	.h2 {
		letter-spacing: -.02rem;
		line-height: 106%
	}

	.header-col_tel {
		display: none
	}

	.item-two .row-col {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}

	.home-blocks {
		font-size: 1.25vw;
		border-bottom: solid 1px var(--color-border);
		padding-bottom: 3rem !important
	}

	.icon-bi {
		width: 20em;
		height: 12em
	}

	.block-item {
		height: 23.202rem
	}

	.profile-item {
		display: none !important
	}

	.name-bi {
		font-size: 2.25rem;
		letter-spacing: -.02rem;
		margin-top: 0;
		padding: 1rem 2rem
	}

	.product-item-image-block {
		height: 20rem
	}

	.slider-section {
		height: 100vh
	}

	.carousel-inner {
		height: 100vh
	}

	.back-to-top {
		bottom: 5rem;
		right: .8rem;
		width: 3rem;
		height: 3rem
	}

	.footer-3 {
		margin-bottom: 3rem
	}

	.slider-full-screen {
		height: 100vh
	}

	.slider-container {
		height: 100vh
	}

	.page-slide {
		position: relative;
		height: auto;
		margin: auto;
		display: block;
		-webkit-box-orient: inherit;
		-webkit-box-direction: inherit;
		flex-direction: inherit;
		-webkit-box-pack: inherit;
		justify-content: inherit;
		padding-top: 8rem
	}

	.slide-container {
		height: auto;
		display: block;
		-webkit-box-orient: inherit;
		-webkit-box-direction: inherit;
		flex-direction: inherit;
		-webkit-box-pack: inherit;
		justify-content: inherit
	}

	.slide-wrapper {
		width: 100%;
		position: relative
	}

	.slide-title {
		font-size: 3.5rem;
		font-weight: 400;
		letter-spacing: -.25rem;
		width: 100%;
		text-align: center;
		line-height: normal;
		padding: 2rem 0;
		margin: 0
	}

	.post-author-image {
		margin: auto;
		margin-bottom: 2rem
	}

	.post-info {
		position: relative;
		text-align: center;
		width: 100%;
		padding: 2rem;
		margin-bottom: 2rem
	}

	.post-view {
		display: block;
		float: inherit;
		-webkit-box-pack: end;
		justify-content: flex-end;
		align-items: center;
		text-align: center
	}

	.post-view-icon {
		display: none
	}

	.post-author {
		position: relative;
		margin: auto;
		width: fit-content;
		text-align: center;
		justify-content: center
	}

	.menu-icon-close-item {
		display: block !important
	}

	.menu-icon-item a {
		padding: 8px 0 8px 12px
	}

	.menu a {
		margin-right: 0
	}

	.header-right {
		float: right;
		margin-right: 0
	}

	.menu {
		height: 3rem
	}

	:root {
		font-size: 4vw
	}

	.slider-text-3 {
		font-size: 6rem;
		letter-spacing: -.5rem
	}

	.slider-text-2 {
		font-size: 4rem;
		letter-spacing: -.25rem
	}

	.slider-text-container {
		padding-bottom: 5.16rem
	}

	.carousel-indicators .active {
		-webkit-transform: scale(2.5);
		-moz-transform: scale(2.5);
		-o-transform: scale(2.5);
		transform: scale(2.5)
	}

	#header {
		margin-top: 0;
		margin-bottom: 0;
		padding: .8rem 0
	}

	.custom-select {
		background-size: 1.1rem .5rem;
		border-radius: 1rem
	}

	.sidebar-out {
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
		width: auto;
		height: inherit;
		z-index: 1;
		position: inherit;
		display: block
	}

	.container,
	.modal-catalog {
		padding: 0 12px
	}

	.col-filter {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		padding: .5rem 0
	}

	.filter-section {
		padding: 1.5rem;
		border-color: transparent;
		background: 0 0;
		border-radius: 2rem;
		margin-top: 0;
		border: solid 1px var(--color-border)
	}

	.content-position {
		display: none
	}

	.content-position.active {
		display: block
	}

	.row {
		margin-right: -.6rem;
		margin-left: -.6rem;
		width: 100%;
	}

	.col.col-filter {
		padding-right: .6rem;
		padding-left: .6rem;
		padding-top: 1rem;
		padding-bottom: .5rem
	}

	.page-container {
		width: 100%
	}

	.title-category {
		font-size: 3rem;
		letter-spacing: -.1rem;
		text-align: center
	}

	.title-section-page {
		padding: 0 1rem 8rem
	}

	.breadcrumbs-section {
		text-align: center;
		padding-top: 2rem
	}

	.page-content {
		padding: 6rem 0 2rem
	}

	.grid-item,
	.grid-sizer {
		width: 50%;
		padding: 0 .6rem
	}

	.blog-item-name-block {
		padding: 12px 12px 48px
	}

	.catalog-item {
		display: none !important
	}

	.menu-item {
		display: none !important
	}

	.modal-catalog .tab-content {
		padding: 0
	}

	.catalog-search-form {
		padding: 0
	}

	.product-modal-popup {
		width: 90%
	}

	.popup-container {
		padding: 2rem
	}

	.header-col_tel {
		display: none
	}

	.header-col:nth-child(2) {
		display: none
	}

	.header-col:nth-child(3) {
		display: none
	}

	.category_links ul li {
		width: 49%;
		display: inline-flex
	}

	.category_links ul li a {
		width: 100%
	}

	.category_links ul li:nth-child(5) {
		width: 100%
	}

	.description-content {
		width: 100%;
		text-indent: 0;
		font-size: 125%;
		line-height: 125%;
		letter-spacing: 0;
		text-align: left;
		padding-bottom: 0;
		padding: 0;
	}

	.product-tab {
		width: 50%
	}

	.product-list {
		line-height: 1.3
	}

	.product-list_head {
		display: none
	}

	.additional_twoimage {
		width: 50%
	}

	.additional-image_4 {
		display: none
	}

	.additional_image_2 {
		width: 50%
	}

	.additional_image_3 {
		width: 50%;
		border-right: solid 1px transparent
	}

	.product-inform {
		display: block;
		padding: 0 12px
	}

	.product-inform-col-1 {
		padding: 2rem 1rem 2rem 0;
		height: 5rem;
		display: none
	}

	.availability-content {
		height: 5rem;
		padding: 0;
		align-items: center
	}

	.product-inform-left {
		width: 100%
	}

	.product-inform-right {
		width: 100%
	}

	.cart-price-section {
		padding-top: 1rem
	}

	.mobile-hidden {
		margin-top: .25rem;
		display: flex;
		align-items: end;
		text-align: end;
		justify-content: end;
		padding-right: 3.5rem !important
	}

	.cart-product-details {
		padding-bottom: 1rem
	}

	.table-text-hidden {
		display: inline-flex;
		padding-right: 4px
	}

	.add-cart-table {
		width: 50%
	}

	.parameter {
		font-size: 1rem;
		padding: 1rem 0 .5rem
	}

	.col-table-1 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-right: 0;
		padding-left: 0
	}

	.col-table-2 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-right: 0;
		padding-left: 0
	}

	.col-table-3 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0;
		padding-left: 0
	}

	.col-table-4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0;
		padding-left: 0
	}

	.col-table-5 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0;
		padding-left: 0
	}

	.cart-image {
		max-width: 8rem
	}

	.col-filter {
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
		padding: .5rem 0
	}

	.blog-item-name-block {
		padding: 6px 0 48px
	}

	.body-bg {
		background: #fff
	}

	.container-fluid {
		padding-right: 12px;
		padding-left: 12px
	}

	.title-category {
		text-align: center
	}

	.chevron {
		width: 1rem !important;
		display: inline-flex
	}

	.product-item-price {
		padding-bottom: 0
	}

	.title-section {
		padding: 4rem 0 4rem
	}

	.title-section .arrow {
		margin-top: 0;
		display: block;
		padding: 2rem 0;
		position: absolute
	}

	.title-section .arrow-section {
		display: none;
		height: 2rem
	}

	.title-section .arrow.arrow_max svg {
		width: 3rem;
		height: 2rem
	}

	.gallery-home__item_one {
		width: 89.500vw
	}

	.gallery-home__item_two {
		width: 77.500vw;
		top: 48.750vw
	}

	.gallery-home__item_three {
		width: 70vw;
		right: 12vw;
		top: 82.500vw
	}

	.description-bi {
		display: none
	}

	.bottom-bi {
		display: none
	}

	.icon-bi {
		top: 3em;
		bottom: 0
	}

	.flex-block-item.item-two .row-col:nth-child(2) .block-item {
		border-radius: 6rem
	}

	.item-two .row-col {
		padding: .6rem
	}

	.item-one .row-col {
		padding: .6rem
	}

	.flex-block-item {
		margin-top: 4rem
	}

	.fullwidth-block-item {
		padding: 0
	}

	#bt-fixed {
		bottom: 8.25rem;
		right: .8rem;
		display: none
	}

	.bt-f {
		width: 3rem;
		height: 3rem
	}

	.bt-instagram {
		display: none
	}

	.cart-item {
		display: none !important
	}

	.container {
		padding: 0 .8rem
	}

	.modal-catalog {
		padding: 0
	}

	.col,
	.col-1,
	.col-10,
	.col-11,
	.col-12,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-auto,
	.col-lg,
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-auto,
	.col-md,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-auto,
	.col-sm,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-auto,
	.col-xl,
	.col-xl-1,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-auto {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: .6rem;
		padding-left: .6rem
	}

	.header-menu_main {
		flex-wrap: wrap
	}

	.col-logo_bl {
		display: inline-block;
		position: relative
	}

	.col-logo_main svg {
		left: 0
	}

	.header-col_tel-main {
		width: 40%;
		display: none
	}

	.col-menu_main {
		text-align: center
	}

	.col-menu_main .header-right {
		float: right
	}

	.page-content {
		padding: 12rem 0 0
	}

	.hide-option-prod {
		width: 100%;
		min-width: 100%
	}

	.product-tabs {
		padding-top: 2rem
	}

	.cart-quantity.mobile {
		width: 50%;
		padding-right: .5rem
	}

	.add-cart-table.mobile {
		width: 100%
	}

	.submenu-links {
		display: table;
		padding: .5rem 0
	}

	.menu-links .submenu-links li {
		padding: .5rem 0
	}

	.product-title {
		height: auto;
		border-right: solid 1px transparent
	}

	.product-page-section {
		padding: 0
	}

	.availability {
		width: 100%;
		float: inherit;
		margin-bottom: 2rem
	}

	.availability-content {
		border-right: solid 1px #d8d8d8;
		border-bottom: solid 1px #d8d8d8;
		border-left: solid 1px #d8d8d8;
		padding-left: 1rem
	}

	.product-inform-right {
		width: 100%;
		display: block
	}

	.inform-price {
		width: 100%;
		display: block;
		float: none;
		padding: 0
	}

	.footer-bt {
		width: 100%
	}

	.float-left {
		width: 100%
	}

	.category_links,
	.category_icon_links {
		display: inline-block
	}

	.col-filter {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: .5rem 0
	}

	.product-item-price-two {
		text-align: left
	}

	.product-item-image {
		width: 18vw;
		height: 18vw;
		min-width: 18rem;
		min-height: 18rem
	}

	.slider-text-1 {
		padding-bottom: 1.25rem
	}

	.slider-text-2 {
		font-size: 4.25rem;
		letter-spacing: -.1rem;
		padding: 0
	}

	.slider-text-3 {
		font-size: 5rem;
		letter-spacing: -.16rem;
		position: relative
	}

	.slider-text-3.min {
		font-size: 3.75rem
	}

	.title-section .title {
		font-size: 2.5rem;
		letter-spacing: -.08rem
	}

	.carousel-control-next,
	.carousel-control-prev {
		opacity: 0
	}

	.carousel-control-next-icon,
	.carousel-control-prev-icon {
		width: 4rem;
		height: 4rem;
		opacity: 0
	}

	.menu-icon-item {
		padding-left: 0
	}

	.opacity {
		display: none
	}

	#logo {
		width: 4.64rem;
		height: 4.64rem;
		margin-right: .8rem
	}

	#logo svg {
		width: inherit;
		height: inherit
	}

	.col-filter {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: .5rem 0
	}

	.menu-button {
		display: flex;
		height: auto;
		position: relative;
		z-index: 9;
		align-items: flex-start;
		text-align: right;
		overflow: hidden
	}

	.menu-button .content {
		width: 3.33rem
	}

	.menu-button .one {
		background: var(--color-basic);
		width: inherit;
		height: .12rem;
		display: block;
		transition: inherit;
		-moz-transition: inherit;
		-webkit-transition: inherit
	}

	.menu-button .two {
		background: var(--color-basic);
		width: inherit;
		height: .12rem;
		margin-top: .333rem;
		display: block;
		transition: inherit;
		-moz-transition: inherit;
		-webkit-transition: inherit
	}

	.white .menu-button .one {
		background: var(--color-white)
	}

	.white .menu-button .two {
		background: var(--color-white)
	}

	.list-links {
		width: 50%;
		float: left
	}

	.content-title {
		padding: 2rem 0;
		margin: 0;
		font-size: 2.5rem
	}

	.catalog-tab-category {
		width: 100%;
		display: inline-block;
		text-align: left;
		padding: 1rem 0
	}

	.catalog-tab {
		display: inline-block;
		font-size: 100%
	}

	.catalog-search-form input[type=text] {
		padding: 1.16rem 4rem 1.16rem 1.5rem;
		margin-bottom: 1rem
	}

	.pc-none {
		display: block
	}

	.mobile-red {
		width: 100%;
		height: 25rem;
		background: var(--color-red);
		color: var(--color-white);
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 2rem;
		margin-bottom: 2rem;
		letter-spacing: -.02rem;
		position: relative
	}

	.filter-item_name {
		font-size: 150%
	}

	.custom-select_black span {
		font-size: 100%
	}

	.footer-1-block-container {
		padding: 2rem 0
	}

	.footer-2-block-container {
		padding: 2rem 0
	}

	.footer-3-block-container {
		padding: 1rem 0;
		line-height: 125%
	}

	.logo-footer {
		margin-right: 0;
		width: 5rem;
		height: 5rem
	}

	.footer-descr {
		display: none
	}

	.menu-border {
		padding: 0 .8rem;
		margin: 0;
		border: none;
		border-radius: 0
	}

	.container-menu {
		padding: 0
	}

	.itl-left {
		font-size: 2.16rem;
		letter-spacing: -.04rem
	}

	.itl-plus {
		width: 1.16rem
	}

	.itl-plus-item {
		width: .16rem;
		height: 1.16rem
	}

	.itl-minus-item {
		width: 1.16rem;
		height: .16rem;
		left: -.54rem
	}

	.close-button {
		right: .8rem;
		width: 3.25rem;
		height: 3.25rem;
		top: .5rem;
		position: absolute
	}

	.close-button .one {
		height: .16rem
	}

	.close-button .two {
		height: .16rem
	}

	.menu-links ul li a {
		font-size: 1.5rem;
		border-radius: .8rem;
		padding: .8rem 1.5rem;
		border: solid .16rem var(--color-white)
	}

	.table-line .accordion-content .container {
		padding: 1.5rem 0 2rem
	}

	.menu-bt-container {
		padding: 3rem 0
	}

	.menu-bt-name {
		font-size: 75%;
		letter-spacing: 0;
		margin-bottom: .8rem
	}

	.menu-bt {
		font-size: 1.8rem;
		letter-spacing: -.04rem;
		padding: 1.25rem;
		border: solid .16rem var(--color-white)
	}

	.menu-bt-minlinks {
		font-size: 80%;
		padding: .8rem 0;
		margin-bottom: 2rem
	}

	.menu-bt-phone {
		font-size: 1.16rem
	}

	.item-table-line {
		padding: .94rem 0;
		border-bottom: solid .16rem var(--color-white)
	}

	.menu-links {
		padding: 6rem 0
	}

	.opacity-element,
	.breadcrumbs {
		font-size: 100%
	}

	.breadcrumbs-block {
		padding-bottom: 1.5rem;
		word-wrap: break-word;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis
	}

	.js-back-fixed {
		display: block !important
	}

	.mobile-bt-open {
		border: solid 1px;
		padding: 1.75rem;
		border-radius: 1rem;
		display: flex;
		justify-content: center;
		font-size: 175%;
		letter-spacing: 0;
		margin-bottom: 2rem
	}

	.mobile-bt-open.active {
		border-color: var(--color-border);
		color: #666;
		margin-bottom: 2rem
	}

	.mobile-bt-open.active .name-show {
		display: none
	}

	.mobile-bt-open.active .name-hidden {
		display: block
	}

	.mobile-bt-open .name-hidden {
		display: none
	}

	.product-table {
		display: block;
		padding: 2rem 0
	}

	.pr-grid {
		padding: 0
	}

	.pr-grid.last {
		width: 100%;
		float: none;
		justify-content: center;
		display: flex
	}

	.pr-name {
		display: none
	}

	.pr-image-container {
		margin-right: 1rem;
		width: 10rem;
		height: 10rem
	}

	.pr-image {
		width: 8rem;
		height: 8rem
	}

	.pr-name-mobile {
		font-size: 125%;
		line-height: 130%;
		margin-bottom: 0;
		word-wrap: break-word;
		white-space: nowrap;
		overflow: hidden;
		width: 99%;
		text-overflow: ellipsis
	}

	.pr-size-container {
		padding: 0;
		margin-top: -.5rem
	}

	.pr-image-and-name {
		padding: 1.75rem 0
	}

	.btn {
		font-size: 125%;
		padding: 1.25rem;
		border-radius: 1rem
	}

	.size-item {
		display: flex;
		margin-bottom: 0;
		padding: .8rem 0
	}

	.size-item .size-one {
		padding-right: 0;
		width: 50%
	}

	.size-item .size-two {
		width: 50%;
		text-align: right
	}

	.catalog-search-form_ajax {
		padding: 0 1rem
	}

	.catalog-search-form input[type=image] {
		right: 2.4rem;
		bottom: 2.4rem;
		height: 1rem
	}

	.links-category-image {
		width: 9rem;
		height: 5rem
	}

	.product-images {
		margin-left: 0;
		display: inline-flex;
		width: auto;
		margin-top: 0
	}

	.product-images .item .image {
		width: 3.5rem;
		height: 3.5rem
	}

	.product-images .item {
		margin: 1rem .4rem;
		width: 4.5rem;
		height: 4.5rem;
		border-radius: 1rem
	}

	.menu-link {
		display: block
	}

	.product-item {
		margin-bottom: 3rem
	}
	.breadcrumbs-block.product{
		margin-bottom: 1rem;
	}
	.title-category.product{
		font-size: 2.5rem;
	}
}