body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 13px;
	line-height: 1.6;
	width: 100%;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1, .title {
	font-size: 34px;
	font-family: 'Unbounded', sans-serif;	
	font-weight: bold;
	line-height: 1.4;
}
h1 {
	margin: 0 0 25px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a, .link {
	color: #7a4cd9;
	cursor: pointer;
}
a:hover, .link:hover {
	color: #bd1ee7;
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
input::placeholder,
textarea::placeholder {
	opacity: 1;
	color: #333;
}
input:focus::placeholder,
textarea:focus::placeholder {
	opacity: 0 !important;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
}
.title span {
	color: #BD1EE7;
}
.text-danger {
	margin-top: 5px;
	color: #EA4335;
	font-weight: 500;
	line-height: 1.4;
}
.form-control {
	border: 1px solid #EBEBEB;
	border-radius: 8px;
	background-color: #F6F6F6;
	padding: 0 15px;
	box-shadow: none;
	font-size: 13px;
	height: 42px;
}
.form-control:focus {
	border: 1px solid #333 !important;
	box-shadow: none;
}
.form-control.error {
	border-color: #EA4335;
}
.form-control::placeholder {
	color: #8C8C8C;
}
.form-select {
	background-image: url('../image/down.svg');
	background-repeat: no-repeat;
	background-position: calc(100% - 12px) 50%;
	appearance: none;
	cursor: pointer;
	padding-right: 25px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.container {
	width: 100%;
	max-width: 1370px;
}
#common-home {
	max-width: 100%;
	overflow: hidden;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

/* Bootstrap */
.d-flex {
	display: flex;	
}
.d-inline-flex {
	display: inline-flex;
}
.d-block {
	display: block;
}
.d-inline-block {
	display: inline-block;
}
.d-inline {
	display: inline;
}
.d-none {
	display: none;
}
.flex-column {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.align-items-center {
	align-items: center;
}
.align-items-start {
	align-items: flex-start;
}
.align-items-end {
	align-items: flex-end;
}
.justify-content-between {
	justify-content: space-between;
}
.justify-content-around {
	justify-content: space-around;
}
.justify-content-evenly {
	justify-content: space-evenly;
}
.justify-content-center {
	justify-content: center;
}
.justify-content-start {
	justify-content: flex-start;
}
.justify-content-end {
	justify-content: flex-end;
}
.position-relative {
	position: relative;
}
.position-absolute {
	position: absolute;
}
.position-fixed {
	position: fixed;
}
.position-sticky {
	position: sticky;
}
.o-hidden {
	overflow: hidden;
}
.w-100 {
	width: 100% !important;
}
.w-auto {
	width: auto !important;
}
.mr-3 {
	margin-right: 15px;
}
.ml-3 {
	margin-left: 15px;
}

/* Slider */
.swiper-viewport {
	margin: 0 0 35px;
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.slideshow .swiper-slide img {
	width: 100%;
	height: 625px;
	object-fit: cover;
	object-position: 50% 100%;
}
.slideshow .swiper-slide .form-call {
	color: #333;
}
.slideshow .swiper-slide .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.slideshow .swiper-slide .text .caption {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	margin-bottom: 15px;
	opacity: 0.7;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.slideshow .swiper-slide .text .caption::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #AF7AFF;
	margin-right: 12px;
	border-radius: 50%;
}
.slideshow .swiper-slide .text .title {
	max-width: 555px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.slideshow .swiper-slide .text .title span {
	font-weight: 900;
	color: #E47CFF;
	display: block;
}
.slideshow .swiper-slide .container {
	padding-top: 15px;
	padding-bottom: 50px;
}
.slideshow .swiper-slide .container > .btn {
	width: 225px;
	margin-top: 32px;
}
.swiper-pagination {
	bottom: 45px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 7px;
}
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 7px;
	box-shadow: none;
	background: rgba(0,0,0,0.1);
}
.slideshow .swiper-pagination-bullet {
	background: rgba(255,255,255,0.4);
}
.swiper-pagination-bullet:hover {
	background: #bd1ee7;
}
.swiper-pagination-bullet-active {
	background: #7A4CD9 !important;
	cursor: default !important;
}

/* Promo */
.promo {
	background: url('../image/promo_bnr.webp') no-repeat 50% 0 / cover #f7f5fe;
	height: 646px;
}
.promo.alt {
	background-image: url('../image/promo_bnr_alt.webp');
	height: 710px;
}
.promo.alt.left {
	background-image: url('../image/promo_bnr_alt_2.webp');
	height: 698px;
}
.promo .container {
	height: 100%;
	display: flex;
	align-items: center;
}
.promo .text {
	max-width: 664px;
}
.promo.alt:not(.left) .text {
	margin-left: auto;
}
.promo .text .title {
	max-width: 664px;
	margin-bottom: 45px;
}
.promo .text p {
	font-size: 18px;
	line-height: 1.4;
}
.promo.alt .btn,
.promo-2.alt .btn {
	width: 100%;
	margin: 4px 0 12px;
}
.promo-2 {
	padding: 120px 0;
}
.promo-2.alt {
	padding: 80px 0;
}
.promo-2 .bg {
	background: url('../image/promo_bnr_2.png') no-repeat 50% 0 / cover transparent;
	height: 733px;
	border-radius: 56px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	box-shadow: 0px 24px 49.9px 0px #0000001A;
	padding: 10px 8%;
}
.promo-2.alt .bg {
	background-image: url('../image/promo_bnr_3.webp');
	position: relative;
}
.promo-2.alt .bg::before {
	content: '';
	background: url('../image/promo_image.png') no-repeat 50% 0 / auto 100% transparent;
	position: absolute;
	left: -60px;
	top: -30px;
	width: 651px;
	height: 784px;
}
.promo-2 .text {
	max-width: 664px;
	z-index: 1;
}
.promo-2 .text .caption {
	font-size: 34px;
	font-weight: bold;
	font-family: 'Unbounded', sans-serif;
	line-height: 1.4;
	margin-bottom: 30px;
}
.promo-2 .text .title {
	font-weight: normal;
	margin-bottom: 50px;
}
.promo-2 .text .title span {
	font-weight: bold;
}
.promo-2 .text p {
	font-size: 15px;
	color: #757575;
	font-weight: 500;
}
.promo-2 .text p b {
	color: #202020;
}
#product-category .promo-2,
#product-category .promo-2 .container {
	padding: 0;
}
.promo-min {
	padding: 60px 0;
}
.promo-min .promo-block {
	background: url('../image/promo_bnr_min.png') no-repeat 0 0 / auto 100% #fff;
	height: 286px;
	border: 1px solid #ECECEC;
	border-radius: 32px;
	padding: 48px;
}
.promo-min .promo-block .text {
	max-width: 490px;
	margin-right: 48px;
}
.promo-min .promo-block .text .title {
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 20px;
}
.promo-min .promo-block .text p {
	font-size: 15px;
	color: #757575;
}
.promo-min .promo-block .side-block {
	width: 100%;
	max-width: 420px;
	min-height: 190px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #F8F6FF;
	padding: 32px 15px;
	border-radius: 32px;
	text-align: center;
	position: relative;
}
.promo-min .promo-block .side-block p {
	font-size: 22px;
	text-transform: uppercase;
	line-height: 1.3;
	margin-bottom: 18px;
}
.promo-min .promo-block .side-block .btn {
	max-width: 296px;
	width: 100%;
	z-index: 1;
}

/* Header */
.head {
	top: 0;
	background-color: #fff;
	z-index: 99;
}
header {
	padding: 15px 0;
}
.phone {
	line-height: 1.3;
	white-space: nowrap;
}
header .phone {
	margin: 0 5px;
}
footer .phone,
#information-contact .phone {
	margin-right: 20px;
}
.messendgers > div {
	white-space: nowrap;
}
.phone a,
.email a,
.address b,
.worktime b {
	font-size: 16px;	
	font-weight: bold;
	display: inline-block;
	letter-spacing: 0;
}
.worktime span {
	font-weight: normal;
}
.email a {
	margin-bottom: 5px;
}
header .phone a {
	color: #222;
}
header .phone a:hover {
	text-decoration: underline;
}
.phone span {
	letter-spacing: 0;
	font-size: 12px;
}
.phone span.w_open {
	color: #2BB84A;
}
.phone span.w_close {
	color: #ee8323;
}
.phone span::before,
.stock::before,
.meta .sub-title::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;	
	margin-right: 3px;
}
.phone span.w_open::before {
	background-color: #2BB84A;
}
.phone span.w_close::before {
	background-color: #ff9d45;
}
footer .messendgers,
footer .email,
footer .address {
	margin-bottom: 25px;
}
header .btn-primary {
	margin: 0 25px;
}
header .buttons {
	margin: 0;
}
header .buttons a {
	white-space: nowrap;
}
.btn-close {
	cursor: pointer;
}
.btn-close:hover {
	opacity: 0.7;
}
.btn.btn-menu,
.btn.btn-search {
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	position: relative;
}
#logo {
	margin-right: 10px;
}
#wishlist-total,
.buttons .btn-search {
	margin-right: 23px;
}
.messendgers a:hover img {
	opacity: 0.7;
}
.counter {
	width: 16px;
	height: 16px;
	background-color: #BD1EE7;
	position: absolute;
	display: flex;
	align-items: center;
	top: -3px;
	right: -4px;
	justify-content: center;
	color: #fff;
	font-size: 10px;
	border-radius: 50%;
}
.nav-tabs {
	margin-bottom: 15px;
	border-color: #F6F6F6;
}
.nav-tabs > li:not(:last-child) {
	margin-right: 10px;
}
.nav-tabs > li > a {
	border-radius: 12px 12px 0 0;
	border-color: #F6F6F6;	
	text-transform: uppercase;
	font-size: 11px;
	color: #333;
	letter-spacing: 0.8px;
	margin-right: 0;
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
	background-color: #F6F6F6;
	border-color: #F6F6F6;	
}
.nav-tabs > li > a:focus {
	outline: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	border-bottom-color: #BD1EE7 !important;
	background-color: #F8F6FF !important;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* search */
#search {
	border: 1px solid #ECECEC;
	border-radius: 8px;
	background-color: #FAFAFA;
	max-width: 486px;
	width: 100%;
	margin-right: 10px;
}
#search .load {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 2;
	text-align: center;
	background-color: #ffffffbf;
	padding: 2px;
	display: none;
}
#search .form-control {
	background-color: transparent;
	border: none;
}
#search .category_id {
	background-image: url('../image/down.svg');
	background-repeat: no-repeat;
	background-position: calc(100% - 12px) 7px;
	background-color: transparent;
	box-shadow: none;
	border: none;
	width: 170px;
	text-align: right;
	padding-left: 0;
	padding-right: 25px;
	cursor: pointer;
	font-size: 13px;
	line-height: 1;
}
#search .category_id.open {
	background-image: url('../image/up.svg');
}
#search .category_menu,
#search .results .result-block {
	background-color: #fff;
	max-width: 1120px;
	width: 100%;
	border-radius: 16px;
	z-index: 2;
	box-shadow: 0 16px 32px rgba(0,0,0,0.2);	
	font-size: 15px;
	font-weight: 500;
	padding: 12px 15px;
}
#search .results .result-content {
	width: 100%;
}
#search .category_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	max-height: 450px;
}
#search .category_id + .overlay {
	display: none;
}
#search .category_id.open + .overlay {
	z-index: 98;
}
#search .results.open {
	z-index: 97;
}
#search .category_id.open + .overlay,
#search .results.open {
	display: flex;
	position: absolute;
	left: 0;
	width: 100%;
	top: 72px;
	justify-content: center;
}
#search .category_menu ul li {
	width: 33.3333%;
	padding: 10px;
}
#search .category_menu ul li span {
	cursor: pointer;
}
#search .category_menu ul li span:hover {
	color: #7B48E8;
}
#search .btn {
	border: none;
	box-shadow: none;
	background: transparent;
	padding: 10px 12px;
	position: relative;
}
#search .results {
	display: none;
}
#search .results .result-block {
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
}
#search .results .result-block p {
	text-align: center;
	margin-bottom: 0;
}
#search .results .product-layout {
	width: 50%;
	padding: 4px;
}
#search .results .product-thumb {
	border-color: #F6F6F6;
	border-radius: 12px;
	display: flex;
	align-items: center;
	padding: 12px;
	margin-bottom: 0;
	flex-direction: row;
}
#search .results .product-thumb .image {
	padding: 0;
	min-width: 64px;
	margin-right: 10px;
	margin-bottom: 0;
}
#search .results .product-thumb .image::after {
	content: none;
}
#search .results .product-thumb .image img {
	width: 64px;
	height: auto;
}
#search .results .product-thumb .image + div {
	width: 100%;
}
#search .results .product-thumb .caption {
	margin-left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: auto;
	padding: 0;
}
#search .results .product-thumb .caption h4 {
	font-weight: normal;
	margin: 0 10px 0 0;
}
#search .results .product-thumb .caption a {
	color: #333;
	font-weight: normal;
}
#search .results .product-thumb .caption a:hover {
	color: #8A42F9;
}
#search .results .product-thumb .caption .price {
	color: #333;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
	text-align: right;
}
#search .results .product-thumb .caption .price .price-new {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	color: #333;
}
#search .results .product-thumb .caption .price .price-old {
	font-size: 12px;
	margin-left: 0;
	font-weight: 400;
}
#search .results .product-thumb .caption p:not(.price),
#search .results .product-thumb .button-group {
	display: none;
}
.btn-menu:hover img,
#search .btn:hover img,
.buttons a:hover img,
.buttons .btn-search:hover img {
	filter: invert(27%) sepia(66%) saturate(747%) hue-rotate(240deg);
}
#search .btn::before, #cart::before, .buttons .btn-search::after, #account-link::before {
	content: '';
	position: absolute;	
	width: 1px;
	height: 9px;
	background-color: #ECECEC;
}
#search .btn::before {
	left: 0;
	top: 17px;
}
.buttons .btn-search::after {
	right: -12px;
	top: 10px;
}
#cart::before {
	left: -12px;
	top: 9px;
}
#account-link::before {
	left: -9px;
	top: 10px;
}
#account-link {
	margin-left: 23px;
}
/* cart */
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #7A4CD9;
}
#menu .nav {
	width: 100%;
}
#menu .nav::before,
#menu .nav::after {
	content: none;
}
#menu .nav > li {
	width: 100%;
    text-align: center;
}
#menu .nav > li:not(:last-child) {
	border-right: 1px solid #FFFFFF0D
}
#menu .nav > li > * {
	color: #fff;
	padding: 16px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	letter-spacing: 1.2px;
	cursor: pointer;
	white-space: nowrap;
}
#menu .nav > li.active:not(:first-child) > span {
	cursor: default;
}
#menu .nav > li img {
	position: relative;
	top: -1px;
	margin-right: 8px;
}
#menu .nav > li > *:hover,
#menu .nav > li > *:focus,
#menu .nav > li > *:active,
#menu .nav > li.active > *,
#menu .nav > li.open > * {
	background-color: #a281e4;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
.side-menu {
	display: none;
}
/* content */
#content {
	min-height: 700px;
	padding-bottom: 130px;
}
/* footer */
footer {
	padding: 40px 0;
	background-color: #202020;
	color: #fff;
	font-weight: 300;
	font-size: 13px;
	letter-spacing: 0.8px;
}
footer a {
	color: #fff;
}
footer a:hover,
footer ul li:not(.active) span:hover {
	color: #7A4CD9;
}
footer .heading {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 7px;
}
footer .items {
	display: flex;
	margin: 0 -10px;
}
footer .items .item {
	width: 100%;
	padding: 0 10px;
}
footer ul {
	margin-bottom: 0;
}
footer ul:first-child {
	margin-top: -8px;
}
footer ul li {
	padding: 8px 0;
}
footer ul li:not(.active) span {
	cursor: pointer;
}
footer ul li.active span {
	color: #878787;
	cursor: default;
}
footer .btn {
	width: 195px;
}
.copy {
	font-size: 13px;
	color: #999;
	text-align: center;
	background-color: #2b2b2b;
	padding: 10px;
}
.copy b {
	font-weight: 500;
}

/* breadcrumb */
.breadcrumb {
	margin-top: 15px;
	margin-bottom: 25px;
	padding: 0;
	border-radius: 0;
	background-color: transparent;
	color: #999;
	font-size: 15px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {	
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: none;
}
.breadcrumb > li:not(:last-child) {
	padding-right: 25px;
}
.breadcrumb > li:not(:last-child):after {
	content: '/';
	display: block;
	position: absolute;
	top: 1px;
	right: 9px;
}
.breadcrumb > li a {
	color: #999;
}
.breadcrumb > li a:hover {
	color: #000;
}
.pagination {
	margin: 0 -4px 7px;
	border-radius: 0;
	display: flex;
	justify-content: center;
}
.pagination > li {
	padding: 4px;
}
.pagination > li > a, .pagination > li > span {
	font-size: 12px;
	border-color: #333;	
	border-radius: 8px !important;
	min-width: 32px;
	height: 32px;
	text-align: center;
	margin-left: 0;
	font-weight: 500;
	padding: 7px;
}
.pagination > li > span {
	z-index: 0 !important;
}
.pagination > li > a {
	color: #333;
	background-color: #fff;
}
.pagination > li > a:hover {
	background-color: #BD1EE7;
	border-color: #BD1EE7 !important;
	color: #fff;
}
.pagination > li.navs a {
	border-color: #F6F6F6;
}
.pagination > li > span {
	background-color: #333 !important;
	border-color: #333 !important;
}

/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	overflow-x: hidden;
	position: relative;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
/* Buttons */
.btn-primary,
.btn-secondary {	
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 8%;
	font-weight: 600;
	border-radius: 8px;
	border: none;
	padding: 10px 15px;
	white-space: wrap;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.btn.large {
	height: 56px;
}
.btn.medium {
	height: 48px;
}
.btn-primary {
	background-color: #BD1EE7;
	color: #fff;
}
.btn-primary::before, .btn-secondary:not([data-action])::before {
    content: '';
	position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    animation: flareAnimation;
	animation-delay: 2s;
    left: -150%;
    animation: flareAnimation 3s infinite linear;
}
.btn-primary::before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
}
.btn-secondary::before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(33, 33, 33, 0.075));
}
@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}
.btn-secondary,
.side-promo .form-call .btn {
	background-color: #fff;
	color: #BD1EE7;
	border: 1px solid #BD1EE7;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
	background: linear-gradient(90deg, #A70BD0 0%, #CA4DEB 50%, #A70BD0 100%);
	color: #fff;
	box-shadow: none;
}
.btn-more {
	background-color: #F8F6FF;
	padding: 24px;
	font-size: 12px;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	font-weight: 600;
	width: 100%;
	margin-bottom: 20px;
	letter-spacing: 8%;
}
.btn-more:hover, .btn-more:focus, .btn-more:active {
	background-color: #F4CDFF;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222 #222 #000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333, #111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
#load-area {
	margin-bottom: 25px;
}
.products,
.articles {
	margin: 0 -10px 10px;
	display: flex;
	flex-wrap: wrap;
}
.products .product-layout,
.articles .article-layout {
	padding: 10px;
}
.products .product-list {
	width: 100%;
}
.products .product-grid,
.articles .article-layout {
	width: 33.3333%;
}
.product-thumb {
	border: 1px solid #F6F6F6;
	padding: 24px;
	border-radius: 16px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
.product-thumb:hover {
	box-shadow: 0px 24px 49.9px 0px #0000001A;
}
.product-thumb .image {
	text-align: center;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 8px;
	--first-color: #7A4CD9;
	--other-color: #CDCDCD;
    --gap-width: 2px;
}
.product-thumb .image::after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right,
        var(--first-color) 0%, 
        var(--first-color) calc(20% - var(--gap-width)/2),
        transparent calc(20% - var(--gap-width)/2),
        transparent calc(20% + var(--gap-width)/2),

        var(--other-color) calc(20% + var(--gap-width)/2),
        var(--other-color) calc(40% - var(--gap-width)/2),
        transparent calc(40% - var(--gap-width)/2),
        transparent calc(40% + var(--gap-width)/2),

        var(--other-color) calc(40% + var(--gap-width)/2),
        var(--other-color) calc(60% - var(--gap-width)/2),
        transparent calc(60% - var(--gap-width)/2),
        transparent calc(60% + var(--gap-width)/2),
        
        var(--other-color) calc(60% + var(--gap-width)/2),
        var(--other-color) calc(80% - var(--gap-width)/2),
        transparent calc(80% - var(--gap-width)/2),
        transparent calc(80% + var(--gap-width)/2),

        var(--other-color) calc(80% + var(--gap-width)/2),
        var(--other-color) 100%
    );
    background-color: #fff;
}
.product-thumb .other-colors .swiper-slide {
	width: 40px;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a img {
	margin-left: auto;
	margin-right: auto;
}
.product-thumb .image a:hover img {
	opacity: 0.8;
}
.product-thumb .image .btn,
.product-thumb .btn-buy,
.main-image .btn {
	width: 56px;
	height: 56px;
	border-radius: 8px;	
	border: none;
}
.product-thumb .image .btn,
.main-image .btn {
	background-color: #F8F6FF;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}
.product-thumb:hover .btn-buy {
	display: none;
}
.main-image {
	border: 1px solid #F6F6F6;
	border-radius: 32px;
	margin-bottom: 20px;
	overflow: hidden;
}
.main-image .buttons {
	position: absolute;
	right: 40px;
	top: 40px;
	margin: 0;
	z-index: 2;
}
.main-image .thumbnail {
	margin-bottom: 0;
	border: none !important;
	border-radius: 0;
}
.main-image .carousel {
	margin-bottom: 0;
}
.main-image .buttons .btn:not(:last-child) {
	margin-right: 12px;
}
.main-image .btn {
	display: block;
	position: unset;	
}
.product-thumb .btn-buy {
	background-color: #BD1EE7;
}
.product-thumb .btn-buy:hover {
	background-color: #7A4CD9;
}
.product-thumb .btn-buy img {
	filter: invert(100%) brightness(200%);
}
.product-thumb .image .btn:hover,
.main-image .btn:hover {
	background-color: #F4CDFF;
}
.product-thumb:hover .image .btn {
	display: inline-block;
}
.product-thumb .product-name {
	color: #202020;
	font-size: 15px;
	margin-bottom: 3px;
	display: inline-block;
}
.product-thumb .product-name:hover {
	font-weight: 600;
	color: #BD1EE7;
	text-decoration: underline;
}
.product-thumb .caption {
	padding: 10px 0 35px;
}
.stock,
.product-thumb .model,
.product-thumb .price b,
.product-thumb .price span {
	white-space: nowrap;
}
.product-thumb .stock,
.product-thumb .stock::before {
	margin-right: 15px;
}
#product-product #product .stock {
	font-size: 12px;
	margin-right: 10px;
}
#product-product #product .stock span {
	border-bottom: 1px dotted;
}
.stock.instock {
	color: #62A71D;
}
.stock.instock::before {
	background-color: #62A71D;
}
.stock.few {
	color: #DD8232;
}
.stock.few::before {
	background-color: #DD8232;
}
.stock.outofstock::before {
	background-color: #DD3232;
}
.stock.outofstock {
	color: #DD3232;
}
.product-thumb .model {
	color: #868686;
}
.product-thumb .price {
	margin-right: 15px;
}
.product-thumb .price b {
	font-size: 18px;
	color: #202020;
}
.product-thumb .price span {
	text-decoration: line-through;
	color: #999;
}
.quantity {
	width: 128px;
	height: 56px;
	background-color: #F6F6F6;
	align-items: center;
	justify-content: space-between;
	padding: 16px;
	border-radius: 8px;
	color: #151515;	
	display: flex;
}
.product-thumb .quantity {
	display: none;
}
.product-thumb:hover .quantity {
	display: flex;
}
.quantity span:not(.count) {
	width: 24px;
	height: 24px;
	background-color: #E3E3E3;
	text-align: center;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.quantity span:not(.count):hover {
	background-color: #BD1EE7;
	color: #fff;
}
.product-thumb .btn-request .btn {
	width: 100%;
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating {
	white-space: nowrap;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star,
.rating .fa-star-o {
	font-size: 13px;
}
.rating .fa-star {
	color: #BD1EE7;
}
.rating .fa-star + .fa-star-o {
	color: #BD1EE7;
}
.rating .fa-star-o,
.rating .filled {
	color: #E8E8E8;
}
.thumbnails {
	margin-bottom: 20px;
	overflow: hidden;
	clear: both;
}
.thumbnails > img {
	width: 100%;
}
.thumbnail {
	border-color: #F6F6F6 !important;
	border-radius: 32px;
	padding: 0;
	overflow: hidden;
}
.thumbnail:hover img {
	opacity: 0.7;
}
.image-additional a {
	margin-bottom: 10px;
	display: block;
	border-radius: 8px;
}
.image-additional {
	max-width: 78px;
	float: left;
	margin-right: 20px;
}
.module_title {
	font-family: 'Unbounded', sans-serif;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 23px;
}
.categories-block {
	margin-bottom: 80px;
}
.categories-block .items {
	display: flex;
	flexs-wrap: wrap;
	margin: 0 -4px;
}
.categories-block .items > div {
	width: 33.3333%;
	padding: 4px;
}
.categories-block .items .item {
	border-radius: 32px;
	background-color: #F8F6FF;
	padding: 24px;
	min-height: 180px;
	height: 100%;
	position: relative;
}
.categories-block .items .item:hover {
	background-color: #fff;
	box-shadow: 0px 24px 49.9px 0px #0000001A;
}
.categories-block .items .item .image {
	margin-right: 16px;
	position: relative;
	z-index: 1;
}
.categories-block .items .item:hover .image {
	z-index: 3;
}
.categories-block .items .item .image:hover img {
	opacity: 0.7;
}
.categories-block .items .item:hover .sub-list {
	min-height: 124px;
	height: auto;
	background-color: #fff;
	z-index: 2;
	padding: 0 24px 12px;
	border-radius: 32px;
	box-shadow: 0 12px 12px #0000001A;
	position: absolute;
	left: 0;
	width: 100%;
}
.categories-block .items .item:hover .image + div .sub-list ul {
	float: right;
	width: calc(100% - 104px);
}
.categories-block .items .item .parent-category {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	line-height: 1.3;
	margin-bottom: 5px;
	display: inline-block;
}
.categories-block .items .item .parent-category:hover {
	color: #bd1ee7;
}
.categories-block .items .item .sub-list {
	height: 110px;
	overflow: hidden;
}
.categories-block .items .item .sub-list::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background-color: #F8F6FF;
	box-shadow: -10px -10px 10px #F8F6FF;
}
.categories-block .items .item:hover .sub-list::after {
	content: none;
}
.categories-block .items .item ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 15px;
	width: 100%;
}
.categories-block .items .item ul li {
	padding: 1px 0;
}
.portfolio {
	padding: 120px 0;
}
.portfolio .title {
	font-size: 32px;
	font-weight: 600;
	max-width: 715px;
	margin: 0 auto 35px;
	text-align: center;
}
.portfolio .title + .title {
	display: none;
}
#product-category .portfolio {
	padding: 80px 0 40px;
}
#product-category .portfolio .container {
	padding: 0;
}
#product-category .portfolio .title:first-child {
	display: none;
}
#product-category .portfolio .title + .title {
	text-align: left;
	display: block;
	margin: 0 0 20px 0;
}
#product-category .portfolio .title + .title + .title {
	display: none;
}
.portfolio .items {
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}
.portfolio .items .item {
	width: 25%;
	height: 322px;
	padding: 10px;
	position: relative;
	cursor: pointer;
}
#product-category .portfolio .items .item {
	width: 50%;
}
.portfolio .items .item a::after {
	font-family: "FontAwesome";
	content: "\f00e";
	position: absolute;
	right: 34px;
	top: 34px;
	font-size: 19px;
	background-color: #333;
	color: #fff;
	font-weight: normal;
	padding: 5px;
	border-radius: 5px 8px 5px 15px;
	line-height: 1;
}
.portfolio .items .item:hover img {
	padding: 16px;
}
.portfolio .items .item img {
	object-fit: cover;
	width: 100% !important;
	height: 100% !important;
	border-radius: 32px;
	padding: 24px;
	background-color: #F8F6FF;
	transition-duration: 0.4s;
}
.portfolio .items .item .caption {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}
.portfolio .items .item .caption span {
	display: inline-block;
	background-color: #333;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 12px;
	border-radius: 100px;
	display: none;
}
.portfolio .btn {
	margin: 35px auto 0;
	max-width: 150px;
	width: 100%;
	display: flex;
}
.portfolio .items + .btn {
	max-width: 300px;
}
.priv-blocks {
	background: url('../image/priv_bg.webp') no-repeat 50% 0 / cover #745ba4;
	height: 547px;
}
.priv-blocks .container {
	height: 100%;	
	display: flex;
	align-items: center;
}
.priv-blocks .items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -10px;
}
.priv-blocks .items .item {
	padding: 10px;
	width: 25%;
}
.priv-blocks .items .item .text {
	height: 287px;
	display: flex;
	flex-direction: column;
	padding: 32px;
	border-radius: 32px;
	color: #fff;
	line-height: 1.4;
	position: relative;
}
.priv-blocks .items .item .text p:last-child {
	margin-bottom: 0;
}
.priv-blocks .items .item:not(.active) .text {
	background: url('../image/subtract.png') no-repeat 0 0 / 100% 100% transparent;
	justify-content: flex-end;
	font-size: 15px;
}
.priv-blocks .items .item:not(.active) .text b {
	font-size: 18px;
}
.priv-blocks .items .item:not(.active) .text::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 103px;
	height: 103px;
	border-radius: 24px;
}
.priv-blocks .items .item:first-child .text::before {
	background-image: url('../image/priv_icon_1.svg');
}
.priv-blocks .items .item:nth-child(2) .text::before {
	background-image: url('../image/priv_icon_2.svg');
}
.priv-blocks .items .item:nth-child(3) .text::before {
	background-image: url('../image/priv_icon_3.svg');
}
.priv-blocks .items .item.active .text {
	background-color: #BD1EE7;
	justify-content: space-between;
	font-size: 24px;
}
.priv-blocks .items .item.active .btn {
	background-color: #fff;
	color: #BD1EE7;
	max-width: 195px;
	width: 100%;
}
.priv-blocks .items .item.active .btn:hover,
.priv-blocks .items .item.active .btn:focus,
.priv-blocks .items .item.active .btn:active {
	background: #7A4CD9;
	color: #fff;
}
.priv-blocks-2 .items {
	display: flex;
	margin: 0 -10px;
	text-align: center;
	overflow: auto;
}
.priv-blocks-2 .items > div {
	width: 25%;
	min-width: 280px;
	padding: 10px;
}
.priv-blocks-2 .items .item {
	padding: 24px;
	border-radius: 32px;
	border: 1px solid #2020201A;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #757575;
}
.priv-blocks-2 .items .item p b {
	color: #383838;
}
.priv-blocks-2 .items .item p:last-child {
	margin-bottom: 0;
}
.priv-blocks-2 .items .item .image {
	width: 88px;
	height: 88px;
	background-color: #fff;
	box-shadow: 0px 16px 24px -8px #0C0C0D1A;
	border-radius: 16px;
	display: inline-block;
	padding: 24px;
	margin-bottom: 22px;
}
.how-to {
	margin-bottom: 90px;
}
.how-to .h-top {
	margin-bottom: 30px;
}
.how-to .h-top .title {
	font-size: 24px;
	font-weight: 500;
}
.how-to .h-top .btn {
	width: 195px;
}
.how-to .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -4px;
}
.how-to .items > div {
	padding: 4px;
	width: 20%;
}
.how-to .items .item {
	background-color: #F8F8F8;
	padding: 20px;
	border-radius: 32px;
	height: 432px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 15px;
	line-height: 1.6;
}
.how-to .items .item .image {
	margin-bottom: 15px;
}
.how-to .items .item p:last-child,
.how-we-work .items .item p:last-child {
	margin-bottom: 0;
}
.how-we-work {
	padding: 130px 0 90px;
	overflow: hidden;
}
.how-we-work .text {
	font-size: 18px;
	line-height: 1.6;
	margin-right: 10px;
}
.how-we-work .text .title {
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 20px;
}
.how-we-work .side-image {
	position: relative;
	bottom: 25px;
}
.how-we-work .items {
	margin: 0 -10px;
	display: flex;
}
.how-we-work .items > div {
	width: 33.3333%;
	padding: 10px;
}
.how-we-work .items .item {
	border: 1px solid #2020201A;
	padding: 24px;
	border-radius: 32px;
	font-size: 15px;
	color: #757575;
	height: 100%;
}
.how-we-work .items .item > div {
	margin-bottom: 12px;
}
.how-we-work .items .item > div b {
	line-height: 1.45;
	color: #383838;
}
.how-we-work .items .item .image {
	min-width: 64px;
	height: 64px;
	background-color: #8A42F9;
	border-radius: 16px;
	padding: 18px;
	text-align: center;
	margin-right: 12px;
}
.calculate {
	padding-bottom: 95px;
}
.calculate-block {
	max-width: 1120px;
	margin: 0 auto;
	background: url('../image/frame.png') no-repeat 0 0 / auto 100% #fff;
	border-radius: 56px;
	box-shadow: 0px 16px 56px -8px #0C0C0D33;
	height: 590px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.calculate-block .align {
	max-width: 892px;
	padding: 14px;
	text-align: center;	
}
.calculate-block .text .title {
	margin-bottom: 30px;
}
.calculate-block .text p {
	font-size: 15px;
	color: #757575;
}
.calculate-block .form-call {
	max-width: 100%;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	margin-top: 18px;
}
.calculate-block .form-call .form-row {
	margin-bottom: 5px;
}
.calculate-block .form-call .form-row > div {
	width: 33.3333%;  
}
.calculate-block .sub-caption {
	color: #797979;
	font-size: 18px;
	line-height: 1.6;
	margin-top: 35px;
}
.calculate-block .sub-caption a {
	font-weight: bold;
	white-space: nowrap;
}
.calculate-block .sub-caption a.whatsapp {
	color: #2BB84A;
}
.calculate-block .sub-caption a.viber {
	color: #7B48E8
}
.calculate-block .sub-caption a.telegram {
	color: #27a6e5;
}
.calculate-block .sub-caption a.telegram img {
	margin: 0 3px 2px 0;
}
.calculate-block .sub-caption a.whatsapp:hover,
.calculate-block .sub-caption a.viber:hover,
.calculate-block .sub-caption a.telegram:hover {
	opacity: 0.7;
}
#product-category .calculate .container {
	padding: 0;
}
.about-block {
	padding-bottom: 130px;
}
.about-block.alt {
	padding-top: 130px;
}
.about-block:not(.alt) .container > div {
	border-bottom: 1px solid #2020201A;
	padding-bottom: 100px;
}
.about-block .text {
	max-width: 700px;
	padding-right: 20px;
}
.about-block.alt .text {
	max-width: 607px;
	margin-right: 20px;
}
.about-block .text .title {
	font-weight: normal;
	margin-bottom: 15px;
}
.about-block.alt .text .title {
	font-size: 24px;
	margin-bottom: 30px;
}
.about-block .text small {
	font-size: 10px;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 8%;
	display: inline-block;
	margin-bottom: 15px;
}
.about-block.alt .text small {
	font-size: 12px;
	margin-bottom: 7px;
}
.about-block .text p {
	font-size: 18px;
	color: #797979;
}
.about-block.alt .text p {
	font-size: 15px;
	color: #555;
}
.about-block .text p:last-child {
	margin-bottom: 0;
}
.about-block.alt .btn {
	max-width: 300px;
	width: 100%;
	margin-top: 30px;
}
.about-block.alt .side-block {
	max-width: 550px;
	border-radius: 56px;
	background-color: #F8F6FF;
	width: 100%;
	display: flex;
	height: 335px;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.about-block .items {
	display: flex;
	flex-wrap: wrap;
	max-width: 473px;
	min-width: 340px;
	margin: 0 -15px;
}
.about-block .items .item {
	width: 50%;
	font-size: 15px;
	text-transform: uppercase;
	padding: 25px 15px;
}
.about-block .items .item b {
	font-size: 40px;
	font-weight: 600;
	color: #7A4CD9;
	font-family: 'Unbounded', sans-serif;
}
#product-category .about-block.alt {
	padding: 100px 0;
}
#product-category .about-block.alt .container {
	padding: 0;
}
#product-category .about-block.alt .side-block, 
#product-category .about-block.alt .text small,
#product-category .about-block.alt .btn {
	display: none;
}
#product-category .about-block.alt .text {
	max-width: 100%;
	margin-right: 0;
}
.team-block .title {
	font-weight: normal;
	text-align: center;
	margin-bottom: 40px;
}
.team-block .items {
	display: flex;
	margin: 0 -7px;
	overflow: auto;
}
.team-block .items > div {
	padding: 7px;
}
.team-block .items .item,
.faq .item {
	background-color: #F8F6FF;
	border-radius: 24px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 335px;
	width: 211px;
	font-size: 15px;
}
.faq .item {
	max-width: 367px;
	width: 100%;
	height: auto;
	padding: 32px;
	margin-right: 48px;
}
.team-block .items .item .image {
	margin-bottom: 15px;
}
.faq .item .image {
	margin-bottom: 35px;
}
.team-block .items .item .image img,
.faq .item .image img {
	border-radius: 50%;
	background-color: #fff;
}
.team-block .items .item .image + p b,
.faq .item .image + p b {
	font-size: 18px;
}
.faq .item > p {
	width: 100%;
}
.team-block .items .item > p:last-child,
.faq .item > p:last-child {
	margin-bottom: 0;
}
.team-block .items .item > p:last-child {
	height: 50px;
}
.faq .item .btn {
	width: 100%;
	margin-top: 15px;
}
.faq {
	padding-bottom: 130px;
}
.faq .title {
	font-weight: 500;
	margin-bottom: 30px;
}
.faq .faq-block {
	width: 100%;
}
.faq .faq-item {	
	padding: 20px 32px;
	border-bottom: 1px solid #E9E9E9;
}
.faq .faq-item:hover {
	border-radius: 32px;
	box-shadow: 0px 16px 32px -8px #0C0C0D1F;
}
.faq .question {
	cursor: pointer;
	font-size: 20px;
	font-weight: 500;
	position: relative;
	padding: 20px 55px 20px 0;
}
.faq .question::after {
	content: '+';
	border: 1px solid #E9E9E9;
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 32px;
	font-weight: normal;
	position: absolute;
	right: 0;
	top: calc(50% - 28px);
}
.faq .question.open::after {
	content: '-';
	padding-bottom: 4px;
	background-color: #F8F6FF;
}
.faq .answer {
	font-size: 15px;
	color: #202020CC;
	padding-bottom: 10px;
	display: none;
}
.reviews {
	padding-top: 120px;
}
.reviews .title {
	font-size: 32px;
	margin-bottom: 30px;
}
.reviews .swiper-container {
	padding-bottom: 50px;
}
.reviews .item {
	border: 1px solid #ECECEC;
	border-radius: 32px;
	padding: 54px;
}
.reviews .item .r-top {
	margin-bottom: 20px;
}
.reviews .item .image {
	margin-right: 24px;
}
.reviews .item .image img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}
.reviews .item .info {
	width: 100%;
}
.reviews .item .date {
	font-size: 10px;
	color: #999;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	margin-bottom: 7px;
	white-space: nowrap;
}
.reviews .item .author {
	font-size: 20px;
	line-height: 1.2;
}
.reviews .item .text {
	font-size: 15px;
	color: #555;
}
.reviews .item .text p:last-child {
	margin-bottom: 0;
}
.video-block {
	padding: 120px 0;
}
.video-block .title {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 35px;
}
.video-block iframe {
	background-color: #D9D9D9;
	border-radius: 8px;
}
.subscribe {
	background-color: #7A4CD9;
	padding: 32px 0;
	color: #fff;
	font-size: 15px;
}
.subscribe span {
	margin-right: 25px;
}
.subscribe b {
	max-width: 190px;
	margin-right: 35px;
}
.subscribe .form-control {
	background-color: rgba(255,255,255,0.12);
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: rgba(255,255,255,0.3);
	width: 342px;
	height: 56px;
	color: #fff;
	border-radius: 8px 0 0 8px;
	font-size: 13px;
}
.subscribe .form-control:focus {
	border-color: #fff !important;
}
.subscribe .form-control::placeholder {
	color: #fff;
}
.subscribe .btn {
	border-radius: 0 8px 8px 0;
	border-left: none;
	color: #7A4CD9;
	border-color: #fff;
	width: 166px;
}
.subscribe .btn:hover,
.subscribe .btn:focus,
.subscribe .btn:active {
	color: #fff;
	border-color: rgba(255,255,255,0.45);
}
#blog-category .b-top {
	margin-bottom: 25px;
}
#blog-category .b-top span {
	font-size: 15px;
	max-width: 436px;
}
#blog-category .subscribe {
	background-color: #F8F6FF;
	padding: 24px;
	border-radius: 16px;
	margin-bottom: 30px;
	color: #333;
}
#blog-category .subscribe b {
	max-width: 100%;
	margin-right: 10px;
}
#blog-category .subscribe .btn {
	color: #fff;
	background-color: #7A4CD9;
}
#blog-category .subscribe .form-control {
	background-color: #fff;
	border-color: #EBEBEB;
	color: #333;
}
#blog-category .subscribe .form-control::placeholder {
	color: #818181;
}
#blog-article .thumb {
	margin-bottom: 15px;
}
#blog-article .thumb img {
	width: 100%;
	object-fit: cover;
	max-height: 390px;
}
.sub-categories {
	margin-bottom: 25px;
	position: relative;
}
.sub-categories::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 10px;
	width: 100%;
	z-index: 10;
	background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}
.sub-categories .items {
	display: flex;
	margin: 0 -4px;
	flex-wrap: wrap;
	overflow: auto;
	max-height: 300px;
}
.sub-categories .items > div {
	padding: 4px;
	width: 25%;
}
.sub-categories .items .item {
	background-color: #F8F6FF;
	padding: 16px;
	border-radius: 20px;
	display: flex;
	position: relative;
}
.sub-categories .items .item:hover {
	background-color: #fff;
	box-shadow: 0px 24px 49.9px 0px #0000001A;
	z-index: 2;
}
.sub-categories .items .item:hover > div:not(.image) {
	background-color: #fff;
	border-radius: 20px;
}
.sub-categories .items .item:hover > div:not(.image) b {
	white-space: normal;
	color: #BD1EE7;
	text-decoration: underline;
}
.sub-categories .items .item .image {
	z-index: 1;
}
.sub-categories .items .item .image img {
	background-color: #fff;
	border-radius: 8px;
	padding: 5px;
}
.sub-categories .items .item > div:not(.image) {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;	
	padding: 16px 16px 16px 75px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.sub-categories .items .item > div:not(.image) b {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	margin-top: 3px;
}
.sub-categories .items .item > div:not(.image) span {
	font-size: 15px;
	color: #999;
}
.filter-bar {
	padding: 10px 0;
	border-bottom: 1px solid #F6F6F6;
	margin-bottom: 10px;
}
.filter-bar > div:not(:last-child) {
	margin-right: 10px;
}
.filter-bar .filter {
	margin-right: 10px;
	position: relative;
	top: -3px;
}
.filter-bar .form-group {
	margin-bottom: 0;
}
.filter-bar .form-select {
	background-color: #fff;
	height: 48px;
}
.filter-bar .view-type {
	white-space: nowrap;
}
.filter-bar .view-type .btn {
	box-shadow: none !important;
	background-color: transparent;
	border: none;
	padding: 0;
}
.filter-bar .view-type .btn:first-child {
	margin-right: 12px;
}
.side-categories {
	border: 1px solid #F6F6F6;
	border-radius: 16px;
	padding: 0 16px;
	margin-bottom: 25px;
}
.side-categories .block-title {
	font-weight: bold;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	padding: 16px 0;
	cursor: pointer;
}
.side-categories .block-title .icon {
	filter: invert(100%) brightness(200%);
	position: relative;
	top: -1px;
	margin-right: 1px;
}
.side-categories .block-title:hover {
	color: #BD1EE7;
}
.side-categories .block-title:hover .icon {
	filter: invert(61%) sepia(66%) saturate(747%) hue-rotate(240deg);
}
.side-categories.open .block-title .arrow {
	transform: rotate(180deg);
}
.side-categories ul {
	padding: 0;
	list-style: none;
}
.side-categories ul li a {
	color: #333;	
}
.side-categories ul li a:hover {
	text-decoration: underline;
}
.side-categories > ul {
	margin-bottom: 16px;	
}
.side-categories:not(.open) > ul {
	display: none;
}
.side-categories > ul > li img {
	margin-right: 7px;
}
.side-categories > ul > li > span,
.side-categories > ul > li > a {
	padding: 4px 6px;
	display: flex;
	align-items: center;
	line-height: 1.4;
}
.side-categories > ul > li > span,
.side-categories > ul > li > a:hover {
	background-color: #F8F8F8;
	color: #BD1EE7;	
	border-radius: 8px;
	font-weight: 600;
}
.side-categories > ul > li ul {
	margin-bottom: 10px;
}
.side-categories > ul > li ul li span,
.side-categories > ul > li ul li a {
	padding: 6px 4px;
	border-bottom: 1px solid #F3F3F3;
	display: block;
}
.side-categories > ul > li ul li span,
.side-categories > ul > li ul li a:hover {
	color: #BD1EE7;	
	border-radius: 8px;
}
.side-categories > ul > li ul li span {
	font-weight: 600;
}
.side-categories > ul > li > span,
.side-categories > ul > li ul li span {
	cursor: default;
}
.side-promo {
	background: url('../image/side_promo.webp') no-repeat 0 0 / cover #5C4C7D;
	color: #fff;
	padding: 42px 32px;
	border-radius: 16px;
	text-align: center;
	margin-bottom: 25px;
}
.side-promo .small-title {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4;
}
.side-promo .form-call {
	background-color: transparent;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
}
.side-promo .form-call .form-group {
	flex-wrap: wrap;
}
.side-promo .form-call .form-group > * {
	width: 100%;
}
.side-promo .form-call .form-line {
	margin-right: 0;
	margin-bottom: 8px;
}
.side-promo .form-call .form-control {
	background-color: rgba(255,255,255,0.12);
	border-color: rgba(255,255,255,0.3);
	color: #fff;
}
.side-promo .form-call .form-control::placeholder {
	color: #fff;
}
.side-promo .form-call small {
	 display: block;
}
.side-promo .form-call small a {
	color: #fff;
	font-weight: 600;
}
.side-promo .form-call small a:hover {
	text-decoration: underline;
}
.side-promo .form-call .btn {
	min-width: auto;
}
.side-promo .form-call .btn:hover {
	color: #fff;
}
.promo-side {
	text-align: center;
	border: 1px solid #F6F6F6;
	border-radius: 24px;
	padding: 24px;
}
.promo-side img {
	margin-bottom: 20px;
}
.promo-side > b {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 5px;
	display: inline-block;
}
.promo-side p {
	font-size: 12px;
	color: #999;
	line-height: 1.4;
	margin-bottom: 30px;
}
.promo-side .btn {
	width: 100%;
}
.subscribe-side {
	border: 1px solid #F6F6F6;
	padding: 24px;
	border-radius: 24px;
	margin-bottom: 25px;
	text-align: center;
}
.subscribe-side img {
	margin-bottom: 25px;
}
.subscribe-side p {
	line-height: 1.4;
	margin-bottom: 30px;
}
.subscribe-side p b {
	font-weight: 500;
	font-size: 15px;
}
.subscribe-side .btn {
	width: 100%;
}
.assistant .actions {
	margin-bottom: 25px;
}
.assistant .actions .btn {
	padding: 24px;
	width: 100%;
	background-color: #F8F6FF;
	border: none;
	margin-bottom: 4px;
	text-align: left;
	color: #8A42F9;
	font-weight: 600;
	border-radius: 12px;
	white-space: normal;
	display: flex;
	align-items: center;
}
.assistant .actions .btn img {
	margin-right: 8px;
}
.assistant .actions .btn:hover {
	background-color: #8A42F9;
	color: #fff;
}
.assistant .actions .btn:hover img {
	filter: brightness(400%);
}
.assistant .manager {	
	background-color: #fff;
	border-radius: 24px;
	padding: 32px;
	box-shadow: 0px 24px 49.9px 0px #0000001A;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 25px;
}
.assistant .manager img {
	border-radius: 50%;
	background-color: #fff;
	margin-bottom: 30px;
	max-width: 100%;
	height: auto;
}
.assistant .manager small {
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	letter-spacing: 0.8px;
}
.assistant .manager b {
	font-size: 18px;
}
.assistant .manager a {
	font-size: 15px;
	color: #333;
}
.assistant .manager .btn {
	min-width: auto;
	width: 100%;
	margin-top: 20px;
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* alert */
.alert {
	position: fixed;
	top: 161px;
	left: 0;
	width: 100%;
	z-index: 98;
	text-align: center;
	font-size: 14px;
	border-radius: 0;
	border: none;
	padding: 8px 30px;
}
.alert a {
	color: inherit;
	text-decoration: underline;
	font-weight: 500;
}
.alert-success {
	color: #333;
	background-color: #82e283;
}
.alert-danger {
	color: #fff;
	background-color: #EA4335;
}
.alert .close {
	opacity: 0.8;
	text-shadow: none;
	position: absolute;
	right: 15px;
	top: 9px;
}

/* Form */
.form-call {
	background-color: #fff;
	padding: 32px;
	border-radius: 32px;
	max-width: 665px;
	margin-top: 32px;
	box-shadow: 0 16px 32px -8px rgba(12, 12, 13, 0.2);	
}
.form-call label {
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 3px;
}
.form-call p {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 20px;
	color: #333;
}
.form-call p.success {
	margin-bottom: 0;
	text-align: center;
}
.form-call p.success b {
	font-size: 21px;
}
.form-call .form-line {
	margin-right: 8px;
	width: 100%;
}
.form-call .form-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -4px;
}
.form-call .form-row > div {
	width: 50%;
	padding: 4px;
}
.form-call .form-row > div > * {
	width: 100%;
}
.form-call .form-control {
	height: 56px;	
}
.form-call textarea.form-control {
	height: 124px;
	resize: none;
	padding: 12px 15px;
}
.form-call small {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	display: inline-block;
}
.form-call .btn {
	min-width: 195px;
}
#product-category .f-top .form-call {
	max-width: 100%;
	margin: 0 0 15px;
}
#product-category .f-top .form-call .btn {
	width: 100%;
	margin-bottom: 15px;
}
#product-category .f-top .form-call .form-group {
	margin-bottom: 7px;
}
#product-category .f-top .form-call .text {
	margin-right: 20px;
	max-width: 450px;
}
#product-category .f-top .form-call .text .form-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 20px;
}
#product-category .f-top .form-call .text .form-text {
	font-size: 13px;
	color: #999;
	margin-bottom: 3px;
}
#product-category .f-top .form-call .phone {
	margin-right: 15px;
}
#product-category .f-top .form-call .phone + div {
	white-space: nowrap;
}
#product-category .f-top .form-call .phone,
#product-category .f-top .form-call .phone a {
	font-weight: 600;
	font-size: 13px;
}
#product-category .f-top .form-call .phone a {
	color: #333;
}
#product-category .f-top .form-call .phone a:hover {
	text-decoration: underline;
}
.empty-text {
	font-size: 18px;
	text-align: center;
	margin-top: 40px;
}
.manufacturers a {
	font-weight: 500;
}
#information-contact .items {
	display: flex;
	flex-wrap: wrap;
	letter-spacing: 0.8px;
	margin: 0 -10px;
}
#information-contact .items .item {
	width: 50%;
	display: flex;
	align-items: center;
	padding: 22px 10px;
}
#information-contact .items .item .icon {
	margin-right: 15px;
}
#information-contact .items .item a {
	color: #333;
}
#information-contact .items .item a:hover {
	text-decoration: underline;
}
#information-contact .map iframe {
	border-radius: 32px;
}
#information-contact .form-call {
	max-width: 100%;
	margin-top: 60px;
}
#information-contact .form-call p {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 15px;
}
#information-contact .form-call .form-row {
	margin-bottom: 4px;
}
#information-contact .form-call .btn {
	width: 100%;
	margin-bottom: 12px;
}
.articles .article-thumb .image {
	text-align: center;
}
.articles .article-thumb .image img {
	border-radius: 16px;
}
.articles .article-thumb .image a {
	display: inline-block;
	position: relative;
}
.articles .article-thumb .image a:hover img {
	opacity: 0.7;
}
.articles .article-thumb .date {
	position: absolute;
	color: #fff;
	border-radius: 8px;
	padding: 8px 12px;
	background-color: #63636375;
	left: 16px;
	bottom: 16px;
}
.articles .article-thumb .caption {
	padding: 15px 24px 5px;
}
.articles .article-thumb .article-name {
	font-size: 15px;
	color: #202020;
	font-weight: 600;
	line-height: 1.2;
	display: block;
	margin-bottom: 10px;
}
.articles .article-thumb .article-name:hover {
	color: #7A4CD9;
}
.articles .article-thumb .article-description {
	color: #999;
}
#checkout-cart #content > div > div:first-child,
#account-account #content .body > div > div:first-child {
	padding-right: 20px;
	width: 100%;
}
#checkout-cart .cart-count {
	background-color: #F8F6FF;
	padding: 24px;
	border-radius: 16px;
	font-weight: 500;
	margin-bottom: 25px;
}
#checkout-cart .total {
	background-color: #fff;
	padding: 32px;
	border-radius: 24px;
	min-width: 320px;
	box-shadow: 0px 24px 49.9px 0px #0000001A;
	font-size: 15px;
}
#checkout-cart .total > div {
	margin-bottom: 25px;
	white-space: nowrap;
}
#checkout-cart .total b {
	font-size: 18px;
	margin-left: 5px;
}
#checkout-cart .total .btn {
	width: 100%;
}
#checkout-cart .items .item,
.feautured .items .item {
	margin-bottom: 8px;
	padding: 24px;
	border-radius: 12px;
	border: 1px solid #F6F6F6;
	background-color: #fff;
}
.feautured .items .item {
	padding: 16px;
}
#checkout-cart .items .item .product-link,
.feautured .items .item .product-link {
	font-size: 15px;
	color: #333;
	line-height: 1.4;
	display: block;
	margin-bottom: 5px;
}
.feautured .items .item .product-link {
	font-size: 12px;
}
#checkout-cart .items .item .product-link:hover,
.feautured .items .item .product-link:hover {
	color: #bd1ee7;
}
#checkout-cart .items .item .image,
.feautured .items .item .image {
	margin-right: 12px;
}
#checkout-cart .items .item .image img,
.feautured .items .item .image img {
	border: 1px solid #F6F6F6;
	border-radius: 8px;
}
#checkout-cart .items .item .image + div {
	min-height: 80px;
}
#checkout-cart .items .item .options {
	color: #898989;
	font-size: 12px;
}
#checkout-cart .items .item .price b,
#checkout-cart .items .item .price-total b,
.feautured .items .item .price b {
	font-size: 14px;
	white-space: nowrap;
}
#checkout-cart .items .item .price-total {
	padding: 16px;
	text-align: center;
	border: 1px solid #F6F6F6;
	margin-right: 8px;
	border-radius: 8px;
}
#checkout-cart .items .item .btn-remove {
	background-color: transparent;
	border: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: -8px;
}
#checkout-cart .items .item .btn-remove:hover {
	opacity: 0.7;
}
#checkout-cart .items .item .quantity,
#product-product #product .quantity {
	width: 157px;
	padding: 16px 32px;
}
#product-product .p-top .form-call {
	max-width: 100%;
}
#product-product .p-top:not(.alt) .form-call {
	background-color: #F8F6FF;	
	box-shadow: none;
	margin: 0 0 15px;
}
#product-product .p-top.alt {
	margin-top: 25px;
}
#product-product .p-top .form-call .text {
	max-width: 450px;
	margin-right: 15px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.4;
}
#product-product .p-top .form-call .form-control {
	background-color: #fff;
}
#product-product .p-top .form-call .form-row {
	margin-bottom: 10px;
}
#product-product .p-top .form-call small {
	padding: 0 10px;
	display: block;
	line-height: 1.4;
}
#product-product .tab-content {
	font-size: 15px;
	color: #555;
}
#product-product .tab-content .model {
	font-size: 18px;
	font-weight: 500;
	color: #333;
}
#product-product .tab-content p,
#product-product .tab-content br {
	margin-bottom: 15px;
}
#product-product .tab-content br + br {
	display: none;
}
#product-product .seo-text {
	margin-top: 15px;
	border-top: 1px solid #F6F6F6;
	padding-top: 15px;
	color: #555;
}
#product-product .seo-text h2 {
	font-size: 20px;
	margin-top: 0;
}
#product-product #product > .price b {
	font-size: 34px;
}
#product-product #product > .price span {
	text-decoration: line-through;
	color: #999;
}
#product-product #product > .price b,
#product-product #product > .price span {
	white-space: nowrap;
}
#product-product #product > .price + div {
	margin: 7px 0;
}
#product-product #product .btn-link {
	color: #999;
	padding: 0;
	margin: 5px 0;
}
#product-product #product .btn-link img {
	margin-right: 4px;
}
#product-product #product .btn-link span {
	border-bottom: 1px dotted;
	position: relative;
	bottom: -1px;
}
#product-product #product .btn-link:hover {
	text-decoration: none;
	color: #333;
}
#product-product #product .btn-link:hover span {
	border-bottom-style: solid;
}
#product-product #product .options .caption {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
#product-product #product .options .form-group {
	border-radius: 24px;
	border: 1px solid #F6F6F6;
	padding: 12px 16px;
}
#product-product #product .options .form-group .control-label {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
#product-product #product .options .form-group .text-danger {
	text-align: center;
}
#product-product #product .options .form-group > div:not(.text-danger) {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -4px;
}
#product-product #product .options .form-group > div > div {
	padding: 4px;
	margin: 0;
	width: 25%;
}
#product-product #product .options .form-group > div > div label {
	border: 1px solid #E9E9E9;
	padding: 5px;
	border-radius: 8px;
	text-align: center;
	line-height: 1.4;
	width: 100%;
}
#product-product #product .options .form-group > div > div label:hover {
	background-color: #f6f6f6;
}
#product-product #product .options .form-group > div > div input {
	display: none;
}
#product-product #product .options .form-group > div > div input:checked + label {
	background-color: #BD1EE7;
	border-color: #BD1EE7;
	color: #fff;
	cursor: default;
}
#product-product #product .options .form-group > div > div input:disabled + label {
	background-color: #E9E9E9;
	cursor: default;
}
#product-product #product .quantity {
	margin-right: 8px;
}
#product-product #product #button-kp {
	width: 100%;
	margin-bottom: 7px;
}
#product-product #product #button-kp i {
	margin-right: 5px;
	font-size: 11px;
}
#product-product #product #button-cart {
	width: 157px;
}
#product-product #product .action {
	margin-bottom: 20px;
}
#product-product #product .action > div {
	margin-bottom: 8px;
}
#product-product #product .buttons {
	margin: 0;
}
#product-product #product .buttons .btn {
	margin: 7px 0;
	font-size: 14px;
	color: #333;
}
#product-product #product hr {
	border-color: #F6F6F6;
	margin: 25px 0;
}
#product-product #product .attributes .attribute-group {
	margin-bottom: 10px;
}
#product-product #product .attributes .attribute-group .caption,
#product-product .feautured .caption {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}
#product-product #product .attributes .attribute-group .data {
	font-size: 12px;
}
#product-product #product .price-attention {
	background-color: #F6F6F6;
	padding: 16px;
	border-radius: 12px;
	color: #999;
	line-height: 1.2;
	font-size: 12px;
}
#product-product #column-right {
	width: 100%;
	padding: 0;
}
#product-product .feautured {
	margin-bottom: 30px;
}
#product-product .options .other-colors {
	margin-bottom: 15px;
}
#product-product .other-colors .swiper-pager {
	top: 35%;
}
.other-colors {
	background-color: #F8F6FF;
	border-radius: 6px;
	padding: 11px;	
}
.other-colors .swiper-viewport {
	margin-bottom: 0;
	overflow: hidden;
}
.other-colors .swiper-slide {
	width: 48px;
	text-align: center;
	font-size: 12px;
}
.other-colors .swiper-slide small {
	white-space: nowrap;
	display: block;
	line-height: 1;
	margin-top: 7px;
}
.other-colors .swiper-pager > div {
	width: 20px;
}
.other-colors .swiper-pager > div:not(.swiper-button-disabled) {
	opacity: 1;	
}
.other-colors .swiper-pager .swiper-button-disabled {
	opacity: 0;
}
.other-colors .swiper-pager .swiper-button-prev {
	left: 0;
}
.other-colors .swiper-pager .swiper-button-next {
	right: -1px;
}
.other-colors .swiper-pager > div:before {
	background-color: #BD1EE7;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	text-shadow: none;
	font-size: 8px;
	padding: 6px 7px;
	color: #fff;
}
.other-colors .color img {
	border-radius: 6px;
	background-color: #fff;
	border: 2px solid transparent;
	width: 100%;
	height: auto;
}
.other-colors .color a:hover img {
	border-color: #BD1EE7;
}
.information-10 {
	max-width: 100%;
}
.information-10 #content {
	padding-left: 0;
	padding-right: 0;
}
.information-10 .about-block:not(.alt) {
	background: url('../image/about_bnr.webp') no-repeat 100% 0 / cover #e3e3e3;
	padding-bottom: 90px;
	margin: 0 -15px;
}
.information-10 .about-block:not(.alt) .container > div {
	border: none;
	padding-bottom: 0;
}
.information-10 .about-block:not(.alt) .text p {
	font-size: 15px;
	color: #555;
}
.information-10 .about-block:not(.alt) .items .item {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.8px;
}
.information-10 .about-block:not(.alt) .items .item b {
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 0;
	color: #8A42F9;
	margin-bottom: 7px;
	display: inline-block;
}
.information-10 .portfolio .title:first-child {
	display: none;
}
.information-10 .portfolio .title:nth-child(3) {
	display: block;
}
.information-10 .meta {
	margin-top: 55px;
}
.request-form {
	padding-top: 130px;
}
.request-form .container > div > div {
	width: 50%;
}
.request-form .text {
	padding: 64px;
	border-radius: 32px;
	box-shadow: 0 16px 32px -8px rgba(12, 12, 13, 0.2);
	width: 50%;
	margin-right: 20px;
	height: 100%;
}
.request-form .text .title {
	font-weight: 500;
}
.request-form .image img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 32px;
}
.request-form .form-call {
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	margin-top: 25px;
}
.request-form .form-call .form-group {
	margin-bottom: 8px;
}
.request-form .form-call .btn {
	margin-bottom: 12px;
}
#modal-order .modal-dialog {
	max-width: 892px;
}
#modal-order .modal-header {
	margin-bottom: 25px;
	text-align: left;
	line-height: 1.3;
	height: auto;
}
#modal-order .modal-header b {
	font-size: 24px;
}
#modal-order .modal-header .btn-close {
	position: unset;
}
#modal-order .modal-body {
	border: 1px solid #F6F6F6;
	border-radius: 24px;
	padding: 20px 24px 8px;
	margin-bottom: 12px;
}
#modal-order .modal-footer {
	background-color: #F8F6FF;
	border-radius: 24px;
	padding: 24px;
	border: none;
	text-align: center;
}
#modal-order .modal-footer .btn {
	margin-bottom: 10px;
}
#modal-order .total {
	font-size: 15px;
	margin-bottom: 10px;
}
#modal-order .total b {
	font-size: 20px;
	white-space: nowrap;
}
#modal-order .form-call {
	max-width: 100%;
}
#modal-order .form-call p {
	font-size: 20px;
	margin-bottom: 15px;
}
#modal-order .form-call .form-row {
	margin: 0 -8px;
}
#modal-order .form-call .form-row > div {
	padding: 8px;
}
#modal-order .form-call .has-collapse {
	margin-top: 8px;
}
#modal-order .form-call .has-collapse label {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #F6F6F6;
	cursor: pointer;
	padding-top: 12px;
}
#modal-order .form-call .has-collapse label:hover {
	color: #bd1ee7;
}
#modal-order .form-call .has-collapse label.open i {
	transform: rotate(180deg);
}
#modal-order .form-call .has-collapse label + div {
	display: none;
}
.meta {
	background-color: #fff;
	box-shadow: 0px 24px 49.9px 0px #0000001A;
	border-radius: 32px;
	padding: 32px;
	font-weight: 500;
}
.meta .sub-title {	
	font-size: 12px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.meta .sub-title::before {
	background-color: #AF7AFF;
	margin-right: 12px;
}
.meta .sub-text {
	font-size: 15px;
}
.well {
	border-color: #ECECEC;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: none;
}
.well h2 {
	margin-top: 0;
}
.headline {
	background-color: #383838;
	color: #fff;
}
.headline .row > div {
	padding: 0 15px;
}
.headline .row > div:last-child {
	padding-top: 5px;
	padding-bottom: 5px;
}
.headline .row > div > div {
	padding: 5px 0;
}
.headline .row > div > div:not(:last-child) {
	border-right: 2px solid #535151;
	padding-right: 15px;
	margin-right: 15px;
}
.headline a {
	color: #fff;
	white-space: nowrap;
}
.headline a i {
	margin-right: 5px;
}
.headline a:hover {
	text-decoration: underline;
}

.kp .manager-info {
	border-radius: 12px;
	border: 1px solid #EBEBEB;
	padding: 24px;
	margin-bottom: 24px;
	line-height: 2;
}
.kp .manager-info span {
	font-size: 15px;
	color: #757575;
}
.kp h2 {
	margin-bottom: 15px;
}
.kp .item .head {
	background-color: #F8F6FF;
	padding: 24px;
	border-radius: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.kp .item .btn:not(.large) {
	height: 40px;
}
.kp .item .btn-secondary {	
	color: #333;
	border-color: #EBEBEB;
}
.kp .item .head .btn-secondary {
	box-shadow: 0px 24px 49.9px 0px #0000001A;
	border: none;
}
.kp .item .btn-secondary:hover,
.kp .item .btn-secondary:focus {
	color: #fff;
	border-color: #BD1EE7;
}
.kp .item .head .btn + .btn {
	margin-left: 7px;
}
.kp .item .head > b {
	font-size: 16px;
}
.kp .item .form-control {	
	background-color: #fff;
}
.kp .item .product {
	padding: 24px;
	border-radius: 12px;
	border: 1px solid #F6F6F6;
	margin-bottom: 20px;
	font-size: 14px;
}
.kp .item .product .image {
	margin-right: 20px;	
}
.kp .item .product .params {
	background-color: #f8f7ff;
	padding: 24px;
	margin: 10px 0;
	border-radius: 12px;
}
.kp .item .product .params hr {
	margin: 5px 0 15px;
}
.kp .item .product .params label {
	font-size: 13px;
	color: #919191;
	margin-bottom: 7px;
}
.kp .item .product .params small {
	margin-top: 5px;
	display: block;
	text-align: center;
}
.kp .item .product .attributes .caption {
	font-weight: bold;
	margin-bottom: 5px;
}
.kp .item .product .attributes .data {
	font-size: 13px;
}
.kp .item .product .attributes .data > div {
	margin-bottom: 5px;
}
.kp .item .product .total {
	font-weight: bold;
	font-size: 18px;
	white-space: nowrap;
}
.kp .item #checkout-cart .total,
.kp .item #checkout-cart .total b {
	font-size: 14px;
}
.kp .item #checkout-cart .total > div {
	margin-bottom: 10px;
}
.kp .item #checkout-cart .total hr {
	margin: 10px 0;
}
.kp .item #checkout-cart .total hr + div {
	margin-bottom: 20px;
}

/* Modal */
.modal {
	text-align: center;
	padding: 0 !important;
}
.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	max-width: 600px;
	margin: 0;
	padding: 10px;
}
.modal-header {
	min-height: auto;
	border: none;
}
.modal-header .btn-close {
	background-color: transparent;
	border: none;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
}
.modal-header,
.modal-body {
	padding: 0;
}

/* Responsive */
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
	header .buttons .btn-search {
		display: none;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
	#search {
		max-width: calc(100% - 390px);
	}
	.priv-blocks .items .item .text {
		padding: 24px 18px;
	}
	.priv-blocks .items .item:not(.active) .text b {
		font-size: 17px;
	}
	.side-promo {
		padding: 32px 15px;
	}
	.side-promo .small-title {
		font-size: 17px;
	}
	.side-promo .form-call {
		margin-top: 20px;
	}
}
@media (min-width: 992px) {
	.category-menu {
		top: 161px;
	}
	.category-menu .category-sub-menu > ul {
		max-height: 72vh;
	}
	.portfolio .items .item:nth-of-type(n + 13),
	#product-category .portfolio .items .item:nth-of-type(n + 7) {
		display: none;
	}
	#column-left {
		padding-right: 30px;
	}
	.how-we-work .text .title {
		max-width: 700px;
	}
	.how-we-work .text p {
		max-width: 610px;
	}
}
@media (min-width: 768px) {
	/* fixed colum left + content + right*/
	#column-left  .product-layout .col-md-3 {
       width: 100%;
    }
	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	.category-menu {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: #F8F8F8;
	}
	.category-menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.category-menu .container {
		position: relative;
		height: 100%;
	}
	.category-menu .container > ul {
		max-height: 81vh;
		overflow: auto;
	}
	.category-menu .container > ul > li {
		min-height: 68px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 30%;
	}
	.category-menu ul:first-child {
		display: none !important;
	}
	.category-menu .container > ul > li > *:first-child {
		color: #202020;
		font-weight: bold;
		font-size: 18px;
		padding: 16px;
		width: 100%;
		display: flex;
		align-items: center;
	}
	.category-menu .container > ul > li > span:first-child {
		cursor: default;
	}
	.category-menu .container > ul > li > span:first-child,
	.category-menu .container > ul > li > a:hover {
		background-color: #fff;
	}
	.category-menu .container > ul > li > *:first-child img {
		margin-right: 10px;
	}
	.category-menu .container > ul > li > *:first-child + span {
		display: none;
	}
	.category-menu .container > ul > li:hover .category-sub-menu {
		display: block;
		z-index: 1;
	}
	.category-menu .category-sub-menu {
		height: 100%;
		background-color: #fff;
		width: 70%;
		position: absolute;
		right: 0;
		top: 0;
		padding: 32px;
		display: none;
	}
	.category-menu .category-sub-menu.visible {
		display: block;
	}
	.category-menu .category-sub-menu::after {
		content: '';
		position: absolute;
		top: 0;
		right: -30%;
		width: 30%;
		height: 100%;
		background-color: #fff;
	}
	.category-menu .category-sub-menu .category-name {
		margin-right: 10px;
	}
	.category-menu .category-sub-menu .category-name b {
		font-family: 'Unbounded', sans-serif;
		font-size: 24px;
		font-weight: 500;
		margin-right: 12px;
	}
	.category-menu .category-sub-menu .category-name span {
		border: 1px solid #ECECEC;
		color: #ccc;
		font-size: 12px;
		font-weight: 400;
		padding: 4px 8px;
		border-radius: 4px;
		display: inline-block;
		line-height: 1;
		position: relative;
		top: -3px;
	}
	.category-menu .category-sub-menu > ul {
		display: flex;
		flex-wrap: wrap;
		margin: 12px -12px 0;
		overflow: auto;
	}
	.category-menu .category-sub-menu > ul > li {
		width: 33.3333%;
		padding: 12px;
		display: flex;
		align-items: center;
	}
	.category-menu .category-sub-menu > ul > li > * {
		font-size: 15px;
		font-weight: 500;
		color: #202020;
		display: flex;
		align-items: center;
		line-height: 1.6;
	}
	.category-menu .category-sub-menu > ul > li > span {
		cursor: default;
	}
	.category-menu .category-sub-menu > ul > li > span,
	.category-menu .category-sub-menu > ul > li > a:hover {
		color: #8A42F9;
	}
	.category-menu .category-sub-menu > ul > li > a:hover img {
		opacity: 0.7;
	}
	.category-menu .category-sub-menu > ul > li > * img {
		margin-right: 10px;
	}
	.btn-menu,
	#menu .buttons,
	#search .category_menu .btn-close,
	#search .results .btn-close	{
		display: none;
	}
	.promo-2.alt .text {
		text-shadow: 1px 1px 0 #fff;
	}
	.promo-min .promo-block .side-block::after {
		content: '';
		background: url('../image/ht_icon_2.png') no-repeat 0 0 / auto 100% transparent;
		width: 122px;
		height: 135px;
		position: absolute;
		right: -37px;
		bottom: -37px;
	}
	.promo-min .promo-block .text p:last-child {
		margin-bottom: 0;
	}
	.reviews .item .rating {
		margin-left: 10px;
	}
	#product-category .calculate {
		padding-top: 95px;
		padding-bottom: 0;
	}
	#product-category .calculate-block {
		height: 490px;
	}
	#product-category .calculate-block .text .title {
		font-size: 24px;
	}
	#product-category .calculate-block .form-call {
		max-width: 778px;
		margin-left: auto;
		margin-right: auto;
	}
	#information-contact #content .row > div:last-child {
		padding-left: 5px;
	}
	.information-10 .about-block:not(.alt) .items {
		margin-top: -10px;
	}
	.information-10 .about-block:not(.alt) .items .item {
		padding: 0 15px 45px;
	}
	.information-10 .how-we-work {
		padding-top: 90px;
	}
	.information-10 .portfolio {
		padding: 0;
	}
	.information-10 .promo-min {
		padding-bottom: 0;
	}
}
@media (min-width: 768px) and (max-width: 1299.98px) {
	.promo-min .promo-block {
		background-position: -95px 0;
		padding-left: 200px;
	}
}
@media (min-width: 768px) and (max-width: 1199.98px) {
	#search .category_id.open + .overlay,
	#search .results.open {
		width: calc(100vw - 30px);
	}
	.how-to .items > div {
		width: 33.3333%;
	}
	#column-left {
		padding-right: 0;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
	#menu .nav > li > * {
		padding: 11px;
		font-size: 11px;
	}
	.category-menu {
		top: 149px;
	}
	.category-menu .container > ul > li {
		min-height: 52px;
	}
	.category-menu .container > ul > li > :first-child {
		font-size: 16px;
		padding: 5px 10px 5px 5px;
	}
	.category-menu .category-sub-menu {
		padding: 15px 10px 10px 20px;
	}
	.category-menu .category-sub-menu > ul {
		max-height: 76vh;
	}
	.category-menu .category-sub-menu > ul > li {
		width: 50%;
	}
	.category-menu .category-sub-menu .category-name b {
		font-size: 20px;
	}
	#search {
		max-width: calc(100% - 375px);
	}
	.categories-block .items .item .parent-category {
		font-size: 16px;
	}
	.categories-block .items .item .image img {
		width: 48px;
		height: 48px;
	}
	.categories-block .items .item:hover .image + div .sub-list ul {
		width: calc(100% - 64px);
	}
	.portfolio .items .item {
		width: 33.3333%;
	}
	.portfolio .items .item:nth-of-type(n + 10),
	#product-category .portfolio .items .item:nth-of-type(n + 7) {
		display: none;
	}
	.promo-min .promo-block .text {
		margin-right: 20px;
	}
	.promo-min .promo-block .text .title {
		font-size: 22px;
	}
	.faq .item {
		max-width: 240px;
		padding: 20px;
		margin-right: 30px;
	}
	.sub-categories .items > div {
		width: 33.3333%;
	}
	.side-categories {
		padding: 0 10px;
	}
	.side-promo {
		padding: 25px 10px;
	}
	.side-promo .small-title {
		font-size: 14px;
	}
	.side-promo .form-call {
		margin-top: 18px;
	}
	.side-promo .form-call small {
		font-size: 11px;
	}
	.side-promo .form-call .btn {
		min-width: auto;
	}
	.side-promo .form-call .form-control,
	.side-promo .form-call .btn {
		height: 46px;
	}
	.assistant .actions .btn {
		padding: 16px 24px;
	}
	.assistant .manager {
		padding: 20px 10px;
	}
	.assistant .manager img {
		margin-bottom: 20px;
	}
	.alert {
		top: 149px;
	}
}
@media (min-width: 576px) and (max-width: 991.98px) {
	.priv-blocks .items .item {
		width: 50%;
	}
	.articles .article-layout {
		width: 50%;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	#search {
		max-width: calc(100% - 180px);
	}
	#search .results .product-thumb .caption {
		flex-wrap: wrap;
	}
	#search .results .product-thumb .caption h4 {
		margin: 0 0 10px 0;
		width: 100%;
	}
	#search .results .product-thumb .caption .price {
		text-align: left;
	}
	#search .results .product-thumb .caption .price .price-new {
		margin-bottom: 0;
	}
	.how-to .items > div {
		width: 50%;
	}
	.how-to .items > div:last-child {
		width: 100%;
	}
	.promo-2.alt .bg {
		height: auto;
		padding-bottom: 45px;
	}
	.promo-2.alt .text .title {
		font-size: 25px;
		margin-bottom: 10px;
	}
	.promo-2.alt .form-call {
		margin-top: 20px;
	}
	.video-block iframe {
		height: 400px;
	}
	.sub-categories .items > div {
		width: 50%;
	}
}
@media (min-width: 576px) {
	.promo-2 .image,
	.foot {
		display: none;
	}
	.promo .text {
		margin-top: 45px;
	}
	#product-category .promo {
		background: url('../image/promo_bnr_1.png') no-repeat 0 0 / cover transparent;
		padding: 10px 8%;
		border-radius: 56px;
	}
	#product-category .promo-2 .bg {
		height: 616px;
		background-position: 58% 25%;
		background-size: auto;
	}
	#product-category .promo-2 .text {
		max-width: 585px;
	}
	#product-category .promo-2 .text .caption,
	#product-category .promo-2 .text .title {
		font-size: 24px;
	}
	#product-category .promo-2 .text .title {
		margin-bottom: 25px;
	}
	.product-thumb .btn-request {
		position: absolute;
		left: 0;
		bottom: -68px;
		padding: 0 24px 24px;
		width: 100%;
		background-color: #fff;
		border-radius: 0 0 16px 16px;
		z-index: 1;
		border-top: none;
		box-shadow: 0px 24px 49.9px 0px #0000001A;
		display: none;
	}
	.product-thumb:hover .btn-request {
		display: block;
	}
	#blog-category h1 {
		margin: 0 15px 0 0;
	}
	.information-10 .breadcrumb {
		margin-bottom: 55px;
	}
	.information-10 h1 {
		margin-bottom: 35px;
	}
}
@media (max-width: 1199.98px) {
	#search {
		visibility: hidden;
		position: absolute;
		z-index: 1;
		margin-right: 0;
	}
	#search .category_id.open + .overlay,
	#search .results.open {
		top: 54px;		
	}
	#search .category_menu ul {
		height: 70vh;
		overflow: auto;
	}
	#information-contact .items .item {
		width: 100%;
		padding: 12px 10px;
	}
	#information-contact .form-call {
		margin-top: 10px;
	}
	#product-product .p-top .form-call > div {
		flex-wrap: wrap;
	}
	#product-product .p-top .form-call .text {
		margin: 0 0 12px 0;
	}
}
@media (max-width: 991.98px) {
	header .btn-primary {
	  margin: 0 15px;
	}
	.categories-block {
		margin-bottom: 20px;
	}
	.priv-blocks {
		height: auto;
		padding: 40px 0;
	}
	.how-we-work .side-image {
		display: none;
	}
	.how-we-work .text {
		margin-right: 0;
	}
	.reviews .item {
		padding: 20px;
	}
	.subscribe .logo {
		width: 100%;
		margin-bottom: 15px;
	}
	#product-category .f-top .form-call > div {
		flex-direction: column;
	}
	#product-category .f-top .form-call .text {
		margin-right: 0;
		margin-bottom: 15px;
		max-width: 100%;
	}
	.products .product-grid {
		width: 50%;
	}
	#checkout-cart .items .item > div {
		flex-wrap: wrap;
		margin-top: 5px;
	}
	#checkout-cart .items .item > div > div:first-child {
		padding-right: 30px;
	}
	#checkout-cart .items .item > div > div:last-child {
		margin-left: 92px;
		margin-top: 8px;
		width: 100%;
	}
	#checkout-cart .items .item > div > div:last-child > div:last-child {
		flex-direction: column;
		align-items: flex-start;
	}
	#checkout-cart .items .item .price-total {
		margin: 0 0 8px 0;
	}
	#checkout-cart .items .item .btn-remove {
		top: 0;
	}
	.request-form .text {
		padding: 25px 20px;
	}
	.request-form .text .title {
		font-size: 30px;
	}
	.kp .item .product .params > div:last-child > div:last-child {
		margin-top: 20px;
	}
}
@media (max-width: 767.98px) {
	header .messendgers {
		margin-right: 15px;
	}
	header .messendgers + .btn {
		margin-left: 0;
	}
	header .buttons {
		display: none;
	}
	#content {
		padding-bottom: 75px;
	}
	#menu .container {
		padding: 0;
	}
	#menu .nav > li {
		width: auto;
	}
	.category-menu .container {
		padding: 0;
	}
	#menu .buttons {
		padding: 0 15px;
	}
	#menu .buttons img {
		filter: invert(100%) brightness(200%);		
	}
	#menu .buttons .btn-search img {
		height: 24px;
	}
	#menu .buttons > a img {
		height: 20px;
	}
	#menu .buttons #account-link img {
		height: 24px;
	}
	#search {
		flex-wrap: wrap;
		margin-right: 0;
		left: 10px;
		right: 10px;
		width: calc(100% - 20px);
		max-width: 100%;
		top: 0;
		justify-content: flex-end;
		border: none;
		visibility: visible;
	}
	#search .form-control {
		background: #fafafa;
		border: 1px solid #ececec;
		border-radius: 8px;
		padding-right: 45px;
	}
	#search .search-block {
		width: 100%;
		justify-content: flex-end;
	}
	#search .btn {
		position: absolute;
		top: 36px;
		right: 18px;
	}
	#search .category_id {
		padding-left: 10px;
		width: 100%;
		margin: 10px 0 2px;
	}
	#search .category_id.open + .overlay,
	#search .results.open {
		top: 0;
		bottom: 0;
		position: fixed;
		z-index: 99;
		background-color: rgba(0,0,0,0.5);
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	#search .category_menu,
	#search .results .result-block {
		border-radius: 0;
		position: relative;
	}
	#search .results .result-block {
		padding-top: 35px;
	}
	#search .category_menu .btn-close,
	#search .results .btn-close {
		margin-left: auto;
		display: block;
		width: 26px;
	}
	#search .results .btn-close {
		position: absolute;
		right: 12px;
		top: 5px;
	}
	#search .category_menu ul {
		max-height: 430px;
	}
	#cart::before, .buttons .btn-search::after, #account-link::before {
		background-color: #9166E9;
	}
	.counter {
		width: 12px;
		height: 12px;
		font-size: 8px;
	}
	.side-menu.open + .overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
		z-index: 1;
	}
	.side-menu {
		position: fixed;
		z-index: 100;
		background-color: #FFF;
		width: 85%;
		top: 0;
		height: 100%;
	}
	.side-menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.side-menu .action {
		font-size: 15px;
		padding: 15px;
	}
	.side-menu .action .btn-close img {		
		margin-right: 15px;
		margin-top: -2px;
	}
	.side-menu ul li {
		border-bottom: 1px solid #ECECEC;
	}
	.side-menu ul li:not(.action) > * {
		padding: 20px 17px;
		font-size: 13px;
		color: #202020;
		display: block;
	}
	.side-menu > ul > li:not(.action) > * {
		text-transform: uppercase;
		font-weight: 500;
		letter-spacing: 1.3%;
	}
	.side-menu ul li.active > span:first-child {
		color: #BD1EE7;
		cursor: default;
	}
	.side-menu ul li.active > span:first-child,
	.side-menu ul li a:hover {
		background-color: #F8F8F8;
		font-weight: bold;
	}	
	.sub-menu ul li:not(.action) > * img {
		filter: invert(100%);
		margin-right: 3px;
	}
	.category-menu > .container > ul {
		max-height: 83vh;
		overflow: auto;
	}
	.category-menu > .container > ul > li:not(.action) {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.category-menu > .container > ul > li:not(.action) > *:first-child,
	.category-menu .category-sub-menu > ul > li:not(.action) > * {
		width: 100%;
		padding: 5px 12px;
		display: flex;
		align-items: center;
		min-height: 68px;
		letter-spacing: 0;
		text-transform: unset;
		font-size: 15px;
		font-weight: normal;
	}
	.category-menu > .container > ul > li:not(.action) > *:first-child img {
		margin-right: 10px;
	}
	.category-menu > .container > ul > li:not(.action) > .next {
		padding: 22px 10px;
		cursor: pointer;
	}
	.category-menu > .container > ul > li:not(.action) > .next:hover {
		background-color: #E9E9E9;
	}
	.category-menu .category-sub-menu {
		padding: 0 !important;
	}
	.category-menu .category-sub-menu:not(.open) {
		display: none !important;
	}
	.category-menu .category-sub-menu ul {
		max-height: 65vh;
		overflow: auto;
	}
	.category-menu .category-sub-menu ul li:not(.action) img {
		margin-right: 10px;
		width: 36px;
		height: 36px;
	}
	.category-menu .category-sub-menu ul + div {
		background-color: #F8F8F8;
		padding: 16px;
		flex-wrap: wrap;
	}
	.category-menu .category-sub-menu ul + div .btn {
		width: 100%;
	}
	.category-menu .category-sub-menu .category-name {
		margin-bottom: 15px;
	}
	.category-menu .category-sub-menu .category-name b {
		font-size: 15px;
	}
	.category-menu .category-sub-menu .category-name span {
		display: none;
	}
	.categories-block .items > div {
		width: 50%;
	}
	.portfolio {
		padding: 50px 0;
	}
	.portfolio .items .item {
		width: 50%;
	}
	.portfolio .items .item:nth-of-type(n + 5) {
		display: none;
	}
	.portfolio .items .item-group {
		display: flex;
		flex-wrap: wrap;
	}
	.how-we-work {
		padding: 45px 0;
	}
	.how-we-work > .container > div {
		display: block;
	}
	.how-we-work .text {
		font-size: 16px;
	}
	.how-we-work .text .title {
		font-size: 22px;
	}
	.how-we-work .items {
		overflow: auto;
	}
	.how-we-work .items > div {
		width: 100%;
	}
	.how-we-work .items .item {
		width: 245px;
	}
	.how-we-work .items .item > div b {
		max-width: 175px;
	}
	.calculate {
		padding-bottom: 85px;
	}
	#product-category .calculate {
		padding-top: 70px;
		padding-bottom: 0;
	}
	.calculate-block {
		height: auto;
	}
	.calculate-block .align {
		padding: 30px 14px;
	}
	.calculate-block .text .title {
		font-size: 22px;
		margin: 20px 0 15px;
	}
	.calculate-block .form-call {
		margin-top: 0;
	}
	.calculate-block .form-call .form-row > div {
		width: 50%;
	}
	.calculate-block .form-call .form-row > div:last-child {
		width: 100%;
	}
	.calculate-block .sub-caption {
		margin-top: 20px;
	}
	.about-block {
		padding-bottom: 40px;
	}
	.about-block.alt {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.about-block .container > div {
		padding-bottom: 20px;
		flex-wrap: wrap;
	}
	.about-block .items {
		max-width: 100%;
		text-align: center;
	}
	.about-block .text,
	.about-block.alt .text {
		max-width: 100%;
		margin-right: 0;
		padding-right: 0;
	}
	.about-block.alt .text .title {
		font-size: 22px;
		margin-bottom: 0;
		margin-right: 10px;
	}
	.about-block.alt .btn {
		margin-top: 10px;
	}
	.about-block.alt .side-block {
		max-width: 160px;
		height: 97px;
		border-radius: 20px;
	}
	.about-block.alt .side-block img {
		max-width: 100%;
		height: auto;
	}
	.about-block.alt .text > div {
		margin-bottom: 20px;
	}
	#product-category .about-block.alt {
		padding: 60px 0 30px;
	}
	.promo-2.alt {
		padding: 60px 0;
	}
	.promo-2.alt .bg {
		padding-top: 155px;
	}
	.promo-2.alt .bg::before {
		content: '';
		left: 0;
		top: -25px;
		width: 100%;
		height: 173px;
	}
	.promo-min {
		padding: 90px 0 40px;
	}
	.promo-min .promo-block {
		background-image: url('../image/promo_bnr_min_mob.png');
		background-size: cover;
		display: block;
		padding: 0;
		height: auto;
	}
	.promo-min .promo-block .text {
		margin-right: 0;
		text-align: center;
		padding: 15px;
		padding-bottom: 0;
	}
	.promo-min .promo-block .text::after {
		content: '';
		background: url('../image/promo_person_2.png') no-repeat 50% 100% / auto 100% transparent;
		height: 209px;
		display: block;
	}
	.promo-min .promo-block .text .title {
		font-size: 22px;
	}
	.promo-min .promo-block .text,
	.promo-min .promo-block .side-block {
		max-width: 100%;
	}
	.promo-min .promo-block .side-block {
		min-height: 211px;
	}
	.reviews {
		padding-top: 80px;
	}
	.video-block {
		padding: 40px 0;
	}
	.faq {
		padding-bottom: 65px;
	}
	.faq .container > div {
		flex-wrap: wrap;
	}
	.faq .title {
		font-size: 22px;
		text-align: center;
		margin-bottom: 25px;
	}
	.faq .item {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
		padding: 42px 12px;
	}
	.faq .faq-item {
		padding: 15px 20px;
		border-radius: 32px;
	}
	.faq .question {
		font-size: 16px;
		padding: 15px 45px 15px 0;
	}
	.faq .question::after {
		width: 46px;
		height: 46px;
		top: calc(50% - 23px);
	}
	.subscribe {
		padding: 25px 0;
	}
	.subscribe .logo {
		text-align: center;
	}
	.subscribe .logo + div {
		flex-direction: column;
		width: 100%;
	}
	.subscribe b {
		margin-right: 0;
	}
	.subscribe .form {
		flex-direction: column;
		align-items: center;
		margin-top: 22px;
		width: 100%;
	}
	.subscribe .form-control {
		margin-bottom: 15px;
		width: 100%;
		max-width: 342px;
	}
	.subscribe .form-control,
	.subscribe .btn {
		border-radius: 8px;
	}
	.subscribe .btn {
		border-left: 1px solid;
	}
	.product-thumb .image .btn img,
	.main-image .btn img {
		height: 15px;
	}
	.product-thumb .image .btn {
		display: block;
		width: 30px;
		height: 30px;
		padding: 5px;
	}
	.main-image .btn {
		width: 40px;
		height: 40px;
		padding: 5px;
	}
	.main-image .buttons {
		top: 12px;
		right: 12px;
	}
	.main-image .buttons .btn:not(:last-child) {
		margin-right: 8px;
	}
	#information-contact .map {
		margin-bottom: 50px;
	}
	#information-contact .map iframe {
		height: 328px;
	}
	#information-contact .form-call {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	#blog-category .subscribe {
		padding: 24px 15px;
	}
	#blog-category .subscribe > div {
		flex-direction: column;
	}
	#blog-category .subscribe > div > div:last-child {
		width: 100%;
	}
	#checkout-cart #content h1 + div {
		flex-wrap: wrap;
	}
	#checkout-cart #content > div > div {
		width: 100%;
	}
	#checkout-cart #content > div > div:first-child,
	#account-account #content .body > div > div:first-child {
		padding-right: 0;
		margin-bottom: 20px;
	}
	#product-product .p-top .form-call {
		padding: 15px;
	}
	#product-product .p-top.alt .form-call {
		margin-bottom: 30px;
	}
	#product-product .p-top .form-call > div {
		justify-content: center;
		text-align: center;
	}
	#product-product .p-top .form-call .text {
		font-size: 20px;
	}
	#product-product #content h1 {
		text-align: center;
	}
	#product-product .p-top:not(.alt) .form-call {
		margin-bottom: 30px;
	}
	.request-form {
		padding-top: 60px;
	}
	.request-form .container > div {
		flex-wrap: wrap;
	}
	.request-form .container > div > div {
		width: 100%;
	}
	.request-form .text {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.request-form .text .title {
		text-align: center;
	}
	.thumbnail {
		border-radius: 24px;
	}
	.breadcrumb {
		font-size: 13px;
	}
	.headline .row > div > div:not(:last-child),
	.headline .row > div:last-child	{
		display: none;
	}
	.kp .manager-info {
		text-align: center;
		padding: 10px;
	}
	.kp .item #checkout-cart {
		width: 100%;
	}
	.kp .item .product {
		flex-wrap: wrap;
	}
	.kp .item .product .image {
		margin: 0 auto 10px;
	}
	#account-account #content h1,
	#account-account #content h2 {
		text-align: center;
	}
	#account-account #content .body > div {
		flex-wrap: wrap;
	}
	footer .items {
		flex-wrap: wrap;
	}
	footer .items .item:last-child {
		padding-top: 25px;
	}
	footer .heading {
		border-bottom: 1px solid #434343;
		margin-bottom: 0;
		padding: 15px;
	}
	footer .heading > * {
		padding: 15px;
		display: block;
	}
	footer ul:first-child {
		margin-top: 0;
		border-top: 1px solid #434343;
	}
	footer ul:first-child .heading {
		padding: 0;
	}
	footer .has-collapse ul {
		display: none;
		padding: 5px 15px;
		border-bottom: 1px solid #434343;
	}
	footer .has-collapse ul li > * {
		display: block;
	}
	footer .has-collapse .heading {
		background: url('../image/arrow_down.svg') no-repeat calc(100% - 15px) 50% transparent;
		cursor: pointer;
	}
	footer .has-collapse .heading:hover {
		color: #7A4CD9;
	}
	.modal::before {
		height: 28%;
	}
	#modal-order::before {
		height: 0;
	}
}
@media (max-width: 575.98px) {
	header .messendgers > div:not(.phone),
	header .messendgers + .btn {
		display: none;
	}
	h1 {
		font-size: 22px;
	}
	#logo img {
		height: 30px;
	}
	#search .category_id.open + .overlay,
	#search .results.open {
		bottom: 62px;
	}
	#search .category_menu {
		font-size: 16px;
	}
	#search .category_menu ul {
		max-height: 365px;
	}
	#search .category_menu ul li {
		width: 100%;
		padding: 14px 0;
	}
	#search .category_menu ul li:first-child {
		padding-top: 5px;
	}	
	#search .category_menu .btn-close {
		position: absolute;
		right: 15px;
		top: 15px;
	}
	#search .results .result-content {
		max-height: 325px;
		overflow: auto;
	}
	#search .results .product-layout {
		width: 100%;
	}
	#search .results .product-thumb .image {
		min-width: 48px;
	}
	#search .results .product-thumb .image img {
		width: 48px;
	}
	#search .results .product-thumb .caption h4 {
		font-size: 14px;
	}
	#search .results .product-thumb .caption .price {
		font-size: 13px;
	}
	.slideshow .swiper-slide .text {
		text-align: center;
	}
	.slideshow .swiper-slide .text .title {
		font-size: 24px;
	}
	.promo {
		background-image: url('../image/promo_bnr_mob.webp');
		background-position: 50% 100%;
		height: 720px;
	}
	#product-category .promo {
		margin: 0 -15px;
	}
	.promo.alt {
		background-image: url('../image/promo_bnr_alt_mob.webp');
		background-position: 50% 0;
		height: auto !important;
	}
	.promo.alt.left {
		background-image: url('../image/promo_bnr_alt_2_mob.webp');
		background-position: 50% 100%;
	}
	.promo .container {
		display: block;
	}
	.promo .text {
		padding-top: 45px;
	}
	.promo.alt .text {
		text-align: center;
		padding-top: 70vw;
		padding-bottom: 50px;
	}
	.promo.alt.left .text {
		padding-bottom: 55vw;
		padding-top: 40px;
	}
	.promo .text .title {
		font-size: 20px;
		margin-bottom: 25px;
	}
	.promo.alt .text .title {
		font-size: 22px;
	}
	.promo .text p {
		font-size: 16px;		
	}
	.promo-2 {
		padding: 48px 0;
	}
	.promo-2 .bg {
		background: url('../image/promo_bnr_2_mob.png') no-repeat 0 0 / cover transparent;
		height: auto;
		padding: 40px 10px 48px;
	}
	.promo-2 .text {
		text-align: center;
	}
	.promo-2 .text .caption,
	.promo-2 .text .title {
		font-size: 22px;
		margin-bottom: 12px;
	}
	.promo-2 .text .title span {
		font-size: 21px;
	}
	.promo-2 .text p {
		line-height: 1.6;
	}
	.promo-2 .image {
		padding-right: 10px;
	}
	.promo-2 .image img {
		margin-bottom: -36px;
	}
	.promo-2 .image span {
		background-color: #7A4CD9;
		color: #fff;
		font-size: 10px;
		border-radius: 12px;
		padding: 10px 12px;
		position: relative;
		bottom: 26px;
	}
	.form-call {
		padding: 20px;
		margin-top: 20px;
		text-align: center;
		border-radius: 24px;
	}
	.promo-2 .bg .form-call {
		margin-top: 0;
		position: relative;
		z-index: 1;
	}
	.modal .form-call {
		margin-top: 0;
	}
	.form-call p {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.form-call .form-group {
		flex-wrap: wrap;
	}
	.form-call .form-row:last-child > div:first-child {
		order: 2;
	}
	.form-call .form-line {
		margin-right: 0;
		margin-bottom: 8px;
	}
	.form-call .form-row > div,
	.form-call .btn {
		width: 100%;
	}
	#modal-order .form-call {
		padding: 20px 15px;
		text-align: left;
	}
	#modal-order .total {
		flex-wrap: wrap;
		justify-content: center;
	}
	#product-category .f-top .form-call .text .form-title {
		font-size: 17px;
		margin-bottom: 10px;
	}
	#product-category .f-top .form-call .text {
		margin-bottom: 10px;
	}
	.swiper-viewport {
		margin-bottom: 20px;
	}
	.swiper-viewport .swiper-button-prev {
		left: 0;
	}
	.swiper-viewport .swiper-button-next {
		right: 0;
	}
	.swiper-button-prev::before,
	.swiper-button-next::before {
		font-size: 30px;
	}
	.swiper-pagination {
		bottom: 34px;
	}
	.slideshow .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 5px;
	}
	.categories-block .items .item {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 10px;
		text-align: center;
		min-height: 160px;
	}
	.categories-block .items .item .image {
		margin-right: 0;
	}
	.categories-block .items .item .sub-list {
		display: none;
	}
	.categories-block .items .item .parent-category {
		font-size: 16px;
		margin-bottom: 0;		
	}
	.portfolio .title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#product-category .portfolio .title + .title {
		text-align: center;
	}
	.portfolio .items {
		margin: 0 -4px;
	}
	.portfolio .items .item {
		padding: 4px;
		height: 160px;
	}
	.portfolio .items .item::after {
		right: 16px;
		top: 16px;
		font-size: 15px;
		padding: 4px 6px;
	}
	.portfolio .items .item img {
		border-radius: 24px;
		padding: 12px;
	}
	.portfolio .items .item .caption {
		bottom: 10px;
	}
	.portfolio .items .item .caption span {
		font-size: 12px;
		padding: 4px 8px;
	}
	.priv-blocks .items .item {
		width: 100%;
	}
	.priv-blocks .items .item .text {
		max-width: 322px;
		margin: 0 auto;
	}
	.how-to {
		margin-bottom: 20px;
	}
	.how-to .h-top {
		flex-direction: column;
		text-align: center;
	}
	.how-to .h-top .title {
		font-size: 22px;
		margin-bottom: 25px;
	}
	.how-to .items > div {
		width: 100%;
	}
	.how-to .items .item {
		height: auto;
		min-height: 355px;
	}
	.calculate-block .form-call .form-row > div {
		width: 100%;
	}
	.about-block .text .title {
		font-size: 22px;
	}
	.about-block .text p {
		font-size: 16px;
	}
	.about-block .items .item {
		font-size: 14px;
	}
	.team-block .title {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.reviews .title {
		font-size: 22px;
		text-align: center;
		font-weight: 600;
		margin-bottom: 20px;
	}
	.reviews .swiper-container {
		padding-bottom: 35px;
	}
	.reviews .item .info {
		flex-direction: column;
		align-items: flex-start;
	}
	.reviews .item .author {
		margin-bottom: 7px;
	}
	.about-block.alt .btn {
		width: 100%;
	}
	.video-block .title {
		font-size: 22px;
		margin-bottom: 20px;
		line-height: 1.2;
	}
	.video-block iframe {
		height: 200px;
	}
	.sub-categories .items > div {
		width: 100%;
	}
	.products {
		margin: 0 -5px;
	}
	.products .product-layout {
		padding: 5px;
	}
	.product-thumb {
		padding: 10px 10px 15px;
	}
	.product-thumb .stock {
		margin-right: 0;
		margin-bottom: 7px;
		width: 100%; 
	}
	.product-thumb .caption {
		padding-bottom: 8px;
	}
	.product-thumb .price-block {
		flex-wrap: wrap;
		margin-bottom: 3px;
	}
	.product-thumb .price {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.product-thumb .quantity {
		width: 100%;
		height: 48px;
		display: none !important;
	}
	.product-thumb .btn-buy {
		display: none;
	}
	.breadcrumb {
		font-size: 13px;
		margin-bottom: 20px;
	}
	.btn-more {
		margin-bottom: 15px;
	}
	#blog-category .b-top {
		flex-wrap: wrap;
	}
	#blog-category .b-top span {
		max-width: 100%;
	}
	.articles .article-layout {
		width: 100%;
	}
	.articles .article-thumb .caption {
		padding: 10px 15px 5px;
	}
	.information-10 .about-block:not(.alt) {
		padding-bottom: 20px;
		background-position: 0 0;
	}
	.information-10 h1 {
		margin-bottom: 15px;
	}
	.information-10 .meta {
		margin-top: 25px;
		padding: 20px 15px;
	}
	.modal-header {
		height: 15px;
	}
	.module_title {
		font-size: 20px;
		text-align: center;
	}
	.foot {
		position: sticky;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 99;
	}
	.foot .messendgers {
		margin: 0;
		padding: 0;
		list-style: none;
		border-top: 1px solid #E9E9E9;
		height: 63px;
	}
	.foot .messendgers > li {
		padding: 8px;
		text-align: center;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.foot .messendgers > li:not(:last-child) {
		border-right: 1px solid #E9E9E9;
	}
	.foot .messendgers > li > a {
		font-size: 10px;
		color: #999;
		width: 100%;
		margin-top: 2px;
	}
	.foot .btn {
		height: 50px;
		width: 124px;
	}	
	.alert {
		top: 149px;
	}
	.kp .item .head {
		flex-wrap: wrap;
		justify-content: center;
	}
	.kp .item .head .form-control {
		margin-bottom: 10px;
		margin-right: 0;
		width: 100%;
	}
	.kp .manager-info + .items .item .btn {
		width: 100%;
	}
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
	#checkout-cart .total {
		min-width: auto;
		padding: 15px;
	}
	.kp .item .product {
		padding: 10px;
	}
	.kp .item .head,
	.kp .item .product .params {
		padding: 15px;
	}
	.kp .item .product .params > div:last-child .d-flex {
		flex-direction: column;
	}
	.kp .item .product .params > div:last-child .form-control {
		margin: 0 0 10px 0;
	}
	.kp .item .product .params > div:last-child > div:last-child {
		margin-top: 5px;
	}
	.kp .item .product .total {
		margin-right: 0;
		margin-bottom: 10px;
	}
}
@media (max-width: 375px) {
	#product-category .f-top .form-call .phone {
		white-space: normal;
	}
	footer .messendgers {
		justify-content: space-between;
	}
}
@media (max-width: 350px) {
	#logo img {
		height: auto;
		width: 100%;
	}
	#checkout-cart .items .item {
		padding: 14px;
	}
}