*::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
*:-moz-placeholder {
	color: #000;
	opacity: 1;
}
*::-moz-placeholder {
	color: #000;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,  
body textarea:required:valid { 
	
}
body {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	overflow-x: hidden; 
	margin: 0; 
	color: #000;
	background-color: #fff;
}
button {
	cursor: pointer;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.wrapper {
	padding-top: 220px;
	overflow: hidden;
}
.wrapper.isadmin{
	padding-top: 260px;
}

a {
	text-decoration: none;
	outline: none;
}
* {
	outline: none !important;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
	outline: none;
}
img {
	outline: none;
	display: block;
}
p {
	padding: 0;
	margin: 0;
}
button,
input,
a {
	transition: all 0.3s;
}
.header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	position: fixed;
	background-color: #fff;
	transition: all 0.3s;
}
.header.fixed {
    box-shadow: 0 0 10px #ccc;
}
.header-top__wrap {
	font-size: 13px;
	padding: 15px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-top__wrap a {
	color: #000;
	transition: all 0.3s;
}
.header-top__wrap a:hover {
	color: #5e35b1;
}
.menu {
	display: flex;
	align-items: center;
}
.menu li {
	margin-right: 38px;
}
.header-middle {
	padding: 14px 0;
	font-size: 14px;
	line-height: 21px;
	background-color: #5e35b1;
	color: #fff;
}
.header-middle__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo {
	display: inline-block;
}
.logo img {
	width: 195px;
	height: auto;
	display: block;
}
.logo-wrap {
	display: flex;
	align-items: center;
}
.logo-descr {
	margin-left: 29px;
	max-width: 272px;
	line-height: 1.2;
}
.contact-item b {
	font-weight: 500;
	display: block;
}
.contact-item p {
	margin: 0 !important;
}
.contact-item a {
	color: #fff;
}
.link-simple {
	color: #fff;
	border-bottom: 1px solid #fff;
	transition: all 0.3s;
}
.link-simple:hover {
	border-color: transparent;
}
.header__contacts {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.phone-main {
	font-size: 18px;
	line-height: 21px;
	font-weight: 700;
	color: #ffffff;
}
.header-bottom__wrap {
	padding-top: 16px;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.buttons-actions {
	width: 195px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f3f3f3;
	border-radius: 4px;
}
.btn-action {
	font-size: 18px;
	padding: 0 20px;
	color: #000;
	position: relative;
	transition: all 0.3s;
}
.btn-action:hover {
	color: #5e35b1;
}
.btn-action:first-child {
	font-size: 22px;
	top: -1px;
}
.btn-action__value {
	top: -9px;
	right: 5px;
	position: absolute;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 500;
	color: #000000;
	width: 22px;
	height: 22px;
	background-color: #feee00;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.search-page,
.form-search {
	margin: 0 30px;
	position: relative;
	flex: 1;
}
.search-page {
	margin: 0;    
}
.search-page input[type="text"],
.form-search input {
	padding: 0 25px;
	padding-right: 60px;
	height: 60px;
	background-color: #f3f3f3;
	border-radius: 4px;
	border: none;
	font-size: 14px;
	line-height: 36px;
	font-weight: 400;
	color: #000000;
	width: 100%;
}
.search-page input[type="text"] {
   background-color: #fff; 
   padding-right: 20px;
}

.btn-search {
	font-size: 18px;
	color: #000;
	top: 0;
	right: 0;
	height: 60px;
	width: 60px;
	background-color: transparent;
	position: absolute;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-search:hover {
	color: #5e35b1;
}
/*Style Sandwich*/
.btn-catalog {
	width: 196px;
	height: 60px;
	background-color: #feee00;
	border-radius: 4px;
	display: flex;
	align-items: center;
	padding-left: 26px;
	font-weight: 700;
	text-transform: uppercase;
	color: #010000;
	transition: all 0.3s;
}
.btn-catalog:hover {
	background-color: #eadb00;
}
.btn-catalog .sandwich span {
	display: block;
}
.btn-catalog .sandwich {
	width: 25px;
	height:25px;
	margin-right: 35px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: relative;
	top: 2px;
	z-index: 20;
	cursor: pointer;
}
.btn-catalog .sw-topper {
	position: relative;
	top: 4px;
	display: block;
	margin: 0 auto;
	width: 18px;
	height: 2px;
	background-color: #000000;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
	/* transition-delay: 0.2s, 0s; */
}
.btn-catalog .sw-bottom {
	position: relative;
	top: 7px;
	display: block;
	margin: 0 auto;
	width: 18px;
	height: 2px;
	background-color: #000000;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
	transition-delay: 0.2s, 0s;
}
.btn-catalog .sw-footer {
	position: relative;
	top: 10px;
	display: block;
	width: 18px;
	height: 2px;
	margin: 0 auto;
	background-color: #000000;
	border: medium none;
	transition: all 0.5s;
	transition-delay: 0.1s;
}
.btn-catalog .sandwich.active .sw-topper {
	top: 12px;
	transform: rotate(45deg);
}
.btn-catalog .sandwich.active .sw-bottom {
	opacity: 0;
}
.btn-catalog .sandwich.active .sw-footer {
	top:8px;
	transform: rotate(-45deg);
}
.btn-catalog i {
	font-size: 18px;
	margin-right: 35px;
	position: relative;
	top: 1px;
}
.billbord__image {
	height: 425px;
	border-radius: 8px;
	display: block;
}
.billbord__image img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.title-section {
	font-size: 30px;
	font-weight: 500;
}
.categories {
	padding-top: 50px;
}
.categories .title-section {
	padding-bottom: 25px;
}
.item-category {
	padding: 25px 30px;
	min-height: 284px;
	display: flex;
	flex-direction: column;
	background-color: #f3f3f3;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3s;
}
.item-category:hover {
	box-shadow: 0 0 12px #cfcfcf;
}
.item-category__title {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 10px;
	display: inline-block;
	color: #010000;
	    max-width: 380px;
	transition: all 0.3s;
}
.item-category ul {
        max-width: 340px;
}
.item-category__title:hover {
	color: #5e35b1;
}
.item-category ul a {
	color: #000000;
	display: inline-block;
	transition: all 0.3s;
}
.item-category ul a:hover {
	color: #5e35b1;
}
.item-category ul li {
	margin-bottom: 10px;
	padding-left: 15px;
	position: relative;
}
.item-category ul li::before { 
	position: absolute;
	display: block;
	content: "•";
	color: #5e35b1;
	top: 0;
	left: 0;
}
.link-more {
	font-size: 12px;
	color: #5e35b1;
	margin-top: auto;
}
.link-more:hover {
	color: #000;
}
.link-more i {
	font-size: 10px;
	margin-left: 5px;
}
.item-category__image {
	position: absolute;
	bottom: 0;
	right: 0;
}
.row_categories > div {
	margin-bottom: 28px;
}
.products__wrap {
	padding: 25px 0;
	background-color: #f3f3f3;
}
.products .title-section {
	padding-top: 25px;
	padding-bottom: 30px;
}
.item-catalog__image {
	height: 230px;
	width: 100%;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-catalog__image img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}
.item-catalog {
	padding: 16px;
	min-height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	border-radius: 8px;
	transition: all 0.3s;
}
.item-catalog:hover {
	box-shadow: 0 0 15px #ccc;
}
.articul-catalog {
	font-size: 12px;
	color: #999999;
}
.item-catalog__top {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.availability {
	padding-left: 12px;
	font-size: 12px;
	color: #62bd5b;
	position: relative;
}
.availability::before {
	position: absolute;
	display: block;
	content: " ";
	top: 5px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #62bd5b;
	border-radius: 50%;
}
.availability_empty {
	color: #fe6c00;
}
.availability_empty::before {
	background-color: #fe6c00;
}
.item-catalog__title {
	line-height: 24px;
	margin-bottom: 20px;
	font-weight: 500;
	color: #000000;
	transition: all 0.3s;
	display: block;
}
.item-catalog__price {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 25px;
	color: #010000;
	    margin-top: auto;
}
.quantity {
	width: 115px;
	height: 40px;
	background-color: #f3f3f3;
	display: flex;
	border-radius: 8px;
}
.quantity-button {
	width: 40px;
	border: none;
	flex: none;
	background-color: transparent;
	color: #000;
	font-size: 14px;
	line-height: 21px;
	font-weight: 700;
	text-transform: uppercase;
	color: #010000;
	display: flex;
	align-items: center;
	font-family: "Roboto";
	justify-content: center;
	cursor: pointer;
}
.quantity input {
	flex: 1;
	width: 100%;
	font-size: 18px;
	color: #000;
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
	text-transform: uppercase;
	color: #010000;
	font-family: "Roboto";
	text-align: center;
	border: none;
	background-color: transparent;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
	-webkit-appearance: none;
	margin: 0;
}

input[type=number]
{
	-moz-appearance: textfield;
}
.tab-pane-card input[type=submit],
div.blog-comment-buttons input,
body .bx_bt_button,
body .bx_compare.bx_yellow .bx_bt_button,
body .bx_compare .bx_sort_container .sortbutton,
.search-page input[type="submit"],
body .bx-blue .btn.btn-default,
.basket-btn-checkout,
.btn-main {
	padding: 0 31px;
	height: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	border-radius: 8px;
	line-height: 21px;
	font-weight: 700;
	text-transform: uppercase;
	color: #010000;
	font-family: "Roboto";
	border: none;
	background-color: #feee00;
	transition: all 0.3s;
}
body .bx_compare .bx_sort_container .sortbutton {
    background: none;
    background-color: #feee00;
        box-shadow: none !important;
    text-shadow: none !important;
}
body .bx_compare .bx_sort_container .sortbutton.current {
    background: none;
    background-color: #5e35b1;
}
body .bx_compare .bx_sort_container .sortbutton,
body .bx_compare .bx_sort_container .sortbutton.current {
    padding: 0 31px;
}
body .bx_compare .bx_sort_container .sortbutton {
    margin-right: 10px;
}
.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button {
    height: 60px;
}
.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button {
    padding: 0 25px;
}
.bx-catalog-tab-list {
        display: none;
}
.tab-pane-card input[type=submit]:hover,
div.blog-comment-buttons input:hover,
body .bx_bt_button:hover,
body .bx_compare.bx_yellow .bx_bt_button:hover,
body .bx_compare .bx_sort_container .sortbutton:not(.current):hover,
.search-page input[type="submit"]:hover,
body .bx-blue .btn.btn-default:hover,
.basket-btn-checkout:hover,
.btn-main:hover {
	background-color: #eadb00;
}
div.blog-comment-buttons input {
    font-size: 16px !important;
    padding: 0 31px !important;
}
body .bx_compare .bx_sort_container .sortbutton:not(.current):hover {
    color: #010000;
}
body .bx_compare.bx_yellow .bx_bt_button {
        height: 40px;
            margin-top: 10px;
        text-shadow: none;
            background-image: none !important;
    color: #000 !important;
}
.search-page input[type="submit"] {
        padding: 0 45px;
    margin-left: 20px;
}
.search-page form {
    display: flex;
        align-items: center;
    justify-content: space-between;
}
.btn-main-fv {
	padding: 0 31px;
	height: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	border-radius: 8px;
	line-height: 21px;
	font-weight: 700;
	text-transform: uppercase;
	color: #010000;
	font-family: "Roboto";
	border: none;
	background-color: #feee00;
	transition: all 0.3s;
}
.btn-main-fv:hover {
	background-color: #eadb00;
}


body .bx-blue .btn.btn-default {
	color: #010000 !important;
}
.item-catalog__bottom {
	margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-catalog .btn-main {
	height: 40px;
	font-size: 14px;
	line-height: 21px;
	padding: 0 19px;
}
.slider-products .slick-track {
	display: flex !important;
}
.slider-products .slick-slide {
	padding: 25px 12px;
	display: flex;
	height: inherit !important;
}
.slider-products {
	margin: 0 -12px;
}
.slick-arrow {
	font-size: 15px;
	color: #000 !important;
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	transition: all 0.3s;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
}
.slick-arrow::before {
	display: none;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slider-products .slick-prev {
	left: -40px;
}
.slider-products .slick-next {
	right: -40px;
}
.slick-arrow:hover {
	box-shadow: 0 0 15px #ccc;
}
.gift {
	padding-top: 32px;
	padding-bottom: 25px;
}
.gift-block {
	padding-top: 60px;
	padding-left: 50px;
	min-height: 300px;
	padding-bottom: 20px;
	border-radius: 8px;
	background-color: #f3f3f3;
	background-image: url(../img/bg_gift.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.title-big {
	font-size: 36px;
	line-height: 46px;
	font-weight: 700;
	position: relative;
}
.descr-big {
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
}
.gift .title-big {
	max-width: 574px;
}
.gift .title-big span {
	margin-right: 7px;
	position: relative;
	white-space: nowrap;
	z-index: 1;
}
.gift .title-big span::before {
	position: absolute;
	display: block;
	content: " ";
	top: 4px;
	left: -10px;
	bottom: 4px;
	right: -10px;
	background-color: #feee00;
	border-radius: 6px;
	transform: skew(-15deg);
	z-index: -1;
}
.gift .title-big::after {
	position: relative;
	display: inline-block;
	content: " ";
	margin-top: -50px;
	margin-left: 10px;
	top: 10px;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	background-color: #ffffff;
	background-image: url(../img/ic_gift.png);
	background-repeat: no-repeat;
	background-position: center;
}
.gift .descr-big {
	margin-top: 20px;
	max-width: 590px;
}
.whatsapp {
	padding-top: 63px;
}
.whatsapp-block {
	padding: 44px 68px;
	padding-bottom: 20px;
	min-height: 300px;
	border-radius: 8px;
	background-color: #5e35b1;
	position: relative;
	color: #fff;
}
.whatsapp-block .title-big,
.whatsapp-block .descr-big {
	max-width: 725px;
}
.whatsapp-block .title-big {
	margin-bottom: 30px;
}
.whatsapp-block__buttons {
	margin-top: 43px;
	display: flex;
	align-items: center;
}
.btn-social {
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	color: #ffffff;
}
.btn-social span {
	transition: all 0.3s;
	border-bottom: 1px solid #fff;
}
.btn-social:hover span {
	border-color: transparent;
}
.btn-social__icon {
	width: 48px;
	height: 48px;
	background-color: #33ce62;
	border-radius: 50%;
	border: none !important;
	margin-left: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	font-size: 22px;
	font-weight: 400;
}
.whatsapp-block__buttons .btn-main {
	margin-right: 45px;
}
.whatsapp-block__image {
	right: 90px;
	position: absolute;
	bottom: 0;
}
.item-advantage {
	padding: 23px 30px;
	padding-bottom: 33px;
	line-height: 24px;
	min-height: 100%;
	background-color: #f3f3f3;
	border-radius: 8px;
	transition: all 0.3s;
}
.item-advantage:hover {
	box-shadow: 0 0 15px #ccc;
}
.item-advantage__title {
	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 30px;
}
.item-advantage__icon {
	width: 56px;
	height: 56px;
	margin-bottom: 18px;
	background-color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-advantage__icon img {
	max-width: 100%;
	max-height: 100%;
}
.slider-advantages .slick-track {
	display: flex !important;
}
.slider-advantages .slick-slide {
	padding: 25px 15px;
	display: flex;
	height: inherit !important;
}
.slider-advantages {
	margin: 0 -15px;
}
.advantages {
	padding-top: 8px;
}
#map {
	height: 500px;
	width: 100%;
	background-color: #ccc;
}
.contacts {
	padding-top: 15px;
}
.contacts .container {
	position: relative;
}
.contacts-block {
	height: 420px;
	width: 562px;
	padding: 33px;
	line-height: 24px;
	top: 40px;
	left: 15px;
	max-width: 100%;
	z-index: 10;
	background-color: #ffffff;
	position: absolute;
}
.title-middle {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
}
.contacts-block__top {
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contacts-block .availability {
	font-size: 14px;
}
.contacts-block p {
	max-width: 372px;
	margin: 0;
}
.contacts-block .row {
	margin-top: 30px;
	font-size: 14px;
	line-height: 21px;
}
.contacts-block a {
	color: #000;
}
.contacts-block__item {
	margin-bottom: 40px;
}
.contacts-block strong {
	font-weight: 500;
}
.social-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.social-list li {
	margin-right: 17px;
}
.social-list li:last-child {
	margin-right: 0;
}
.social-list li a {
	width: 44px;
	height: 44px;
	color: #fff;
	font-size: 20px;
	background-color: #7360f2;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}
.social-list li a:hover {
	box-shadow: 0 0 10px #ccc;
}
.contacts-block .social-list {
	margin-bottom: 40px;
	margin-top: -10px;
}
.contacts-block__right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.contacts-block__right .social-list,
.contacts-block__right .contacts-block__item {
	padding-right: 20px;
}
.footer {
	padding-top: 25px;
	background-color: #525659;
	color: #fff;
}
.footer a {
	color: #fff;
	transition: all 0.3s;
}
.footer a:hover {
	color: #feee00;
}
.footer .logo-descr {
	font-size: 14px;
	line-height: 1.2;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 40px;
}
.footer .logo {
	margin-bottom: 18px;
}
.footer__nav_big,
.footer__title {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.footer__nav li {
	margin-bottom: 24px;
}
.footer__nav_big li {
	margin-bottom: 14px;
}
.footer__title_mob {
	display: none;
}
.footer .contact-item {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}
.footer-right {
	padding-right: 50px;
	display: flex;
	justify-content: flex-end;
}
.footer__bottom {
	padding: 10px 0;
	margin-top: 20px;
	border-top: 1px solid rgba(128,128,128,0.5);
	font-size: 13px;
	line-height: 16px;
	font-weight: 300;
	color: #c9cacc;
}
.footer__bottom a {
	color: #c9cacc;	
}
.footer__bottom p {
	margin: 0;
}
.create {
	letter-spacing: 0.25px;
	display: inline-flex;
	align-items: center;
}
.create img {
	max-width: 60px;
	margin-left: 15px;
}
.align_right {
	text-align: right;
}
.btn_top {
	font-size: 20px;
	position: relative;
	color: #fff !important;
	width: 50px;
	height: 50px;
	text-align: center;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px rgba(255, 255, 255, 0.2) solid;
	background-color: transparent;
	z-index: 300;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn_top:hover {
	box-shadow: 0 0 3px #ccc;
}
.col_pl {
	padding-left: 0;
}
.social-list_page li a {
	color: #fff !important;
	background-color: rgba(255,255,255,0.1);
	box-shadow: none !important;
}
.social-list_page li a:hover {
	background-color: rgba(255,255,255,0.3);
}
.slick-dots {
	bottom: 0;
	left: 0;
	width: 100%;
}
.slick-dots li {
	width: 10px;
	height: 10px;
}
.slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	padding: 0;
	border: none;
	transition: all 0.3s;
	background-color: #feee00;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
	background-color: #eadb00;
}
.contacts-block .availability::before {
	top: 8px;
}
/*Style Sandwich*/
.btn_nav {
	border: none;
	z-index: 60;
	display: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	vertical-align: middle;
	position: relative;
}
.btn_nav:hover {
	opacity: 1;
} 
.sandwich span {
	display: block;
}
.sandwich {
	width: 30px;
	height:28px;
	margin: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 20;
	cursor: pointer;
}
.sw-topper {
	position: relative;
	top: 4px;
	width: 29px;
	height: 2px;
	display: block;
	margin: 0 auto;
	background-color: #fff;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
	/* transition-delay: 0.2s, 0s; */
}
.sw-bottom {
	position: relative;
	top: 10px;
	width: 29px;
	height: 2px;
	display: block;
	margin: 0 auto;
	background-color: #fff;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
	transition-delay: 0.2s, 0s;
}
.sw-footer {
	position: relative;
	top: 17px;
	width: 29px;
	height: 2px;
	display: block;
	background-color: #fff;
	border: medium none;
	transition: all 0.5s;
	transition-delay: 0.1s;
}
.sandwich.active .sw-topper {
	top: 12px;
	transform: rotate(45deg);
}
.sandwich.active .sw-bottom {
	opacity: 0;
}
.sandwich.active .sw-footer {
	top:8px;
	width: 30px;
	transform: rotate(-45deg);
}

/*End Sandwich*/
.buttons-mobile {
	display: none;
}
.phone-mob,
.footer__title i {
	display: none;
}
.categories_page .item-category {
	font-size: 15px;
	padding-left: 23px;
	padding-right: 23px;
}
.breadcumbs {
	font-size: 13px;
	padding-bottom: 25px;
	color: #000000;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.breadcumbs a {
	color: #000;
	transition: all 0.3s;
}
.breadcumbs a:hover {
	color: #5e35b1;
}
.breadcumbs span {
	margin: 0 8px;
}
.categories_page {
	padding-top: 0;
	padding-bottom: 35px;
}
.social-fixed {
	top: 150px;
	right: 0;
	z-index: 1001;
	position: fixed;
}
.social-fixed a {
	width: 50px;
	height: 50px;
	margin-bottom: 1px;
	font-size: 22px;
	background-color: #7360f2;
	border-radius: 8px 0px 0px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.catalog {
	padding-top: 20px;
	padding-bottom: 52px;
	background-color: #f3f3f3;
}
.sidebar-catalog {
	margin-top: 50px;
	background-color: #ffffff;
	border-radius: 6px;
}
.item-sidebar__head {
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.item-sidebar__head i {
	color: #5e35b1;
	font-size: 12px;
	transition: all 0.3s;
}
.active .item-sidebar__head i {
	transform: rotate(180deg);
}
.item-sidebar {
	border-bottom: 1px solid rgba(204,204,204,0.3);
}
.sorting-line {
	font-size: 14px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.sorting-line p {
	font-weight: 500;
}
.sorting-line a {
	padding: 6px 13px;
	transition: all 0.3s;
	color: #000;
	border-radius: 6px;
	display: inline-block;
	margin-left: 5px;
	transition: all 0.3s;
}
.sorting-line a:hover,
.sorting-line a.active {
	background-color: #ffffff;
}
.row_catalog {
	margin: 0 -12px;
}
.row_catalog > div {
	padding: 0 12px;
	margin-bottom: 25px;
}
.pager {
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.page-numbers {
	width: 40px;
	height: 40px;
	font-weight: 500;
	color: #010000;
	margin: 0 5px;
	background-color: rgba(255,255,255,0.0);
	border: 1px solid #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	transition: all 0.3s;
}
.page-numbers.current,
.page-numbers:hover {
	border-color: #5e35b1;
	background-color: #fff;
}
.page-numbers.prev,
.page-numbers.next {
	font-size: 14px;
	background-color: #fff;
}
.page-numbers.prev {
	margin-right: 45px;
	margin-left: 0;
}
.page-numbers.next {
	margin-left: 45px;
	margin-right: 0;
}
.range-controls {
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.input-range {
	width: 45%;
	position: relative;
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
}
.input-range input {
	height: 40px;
	padding-left: 30px;
	background-color: #ffffff;
	border: 1px solid rgba(153,153,153,0.4);
	border-radius: 3px;
	width: 100%;
	font-size: 14px;
	line-height: 21px;
	color: #000;
	font-weight: 500;
	font-family: "Roboto";
}
.input-range span {
	position: absolute;
	top: 2px;
	left: 10px;
	bottom: 0;
	display: flex;
	pointer-events: none;
	align-items: center;
}
.item-sidebar__content {
	padding: 20px;
	padding-top: 0;
	display: none;
}
.irs--flat .irs-line {
	height: 3px;
	background-color: rgba(94,53,177,0.5);
}
.irs--flat .irs-bar {
	height: 3px;
	background-color: #5e35b1;
}
.irs-handle i {
	display: none !important;
}
.irs--flat .irs-handle {
	width: 15px;
	height: 15px;
	top: 19px;
	background-color: #feee00;
	cursor: pointer;
	border-radius: 50%;
}
.irs--flat .irs-min, .irs--flat .irs-max, .irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
	display: none !important;
}
.range-catalog {
	margin-top: -20px;
}
.item-checkbox {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 18px;
	font-weight: 500;
}
.item-checkbox:last-child {
	margin-bottom: 0;
}
.item-checkbox label input {
	position: absolute;
	z-index: -1;
	height: 1px !important;
	width: 1px !important;
	opacity: 0 !important;
	margin: 12px 2px 0 7px !important;
}
.item-checkbox label span {
	position: relative;
	padding: 3px 0 0 38px;
	display: block;
	cursor: pointer;
}
.item-checkbox label span:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 21px;
	height: 21px;
	background-color: #ffffff;
	border: 1px solid rgba(153,153,153,0.4);
	border-radius: 3px;
	transition: .2s;
}
.item-checkbox label span:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 0px;
	width: 21px;
	height: 21px;
	content: "\f00c";
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	background-image: none;
	color: #5e35b1;
	font-size: 11px;
	opacity: 0;
	transition: .2s;
}
.item-checkbox label input:checked + span:after {
	opacity: 1;
}
.item-checkbox label input:checked + span::before {
	background-color: #f3f3f3;
	border: 1px solid rgba(94,53,177,0.4);
}
.item-color span {
	width: 30px;
	height: 30px;
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.3s;
	border: 1px solid transparent;
	display: block;
}
.item-color label input {
	position: absolute;
	z-index: -1;
	height: 1px !important;
	width: 1px !important;
	opacity: 0 !important;
	margin: 12px 2px 0 7px !important;
}
.item-color {
	margin: 0 5px;
	margin-bottom: 11px;
}
.colors-wrap {
	margin: 0 -5px;
	display: flex;
	flex-wrap: wrap;
}
.item-color label input:checked + span {
	transform: scale(1.15);
}
.item-sidebar:nth-last-child(2) {
	border: none;
}
.btn-main_gray {
	font-weight: 400;
	background-color: #f3f3f3;
}
.btn-main_gray:hover {
	background-color: #dbdbdb;
}
.sidebar-buttons .btn-main {
	padding: 0 18px;
	height: 40px;
	font-size: 14px;
	border-radius: 6px;
}
.sidebar-buttons .btn-main_gray {
	padding-left: 15px;
	padding-right: 7px;
}
.sidebar-buttons .btn-main_gray span {
	transform: rotate(45deg);
	margin-left: 7px;
}
.sidebar-buttons {
	padding: 16px;
	padding-top: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.card__image {
	height: 401px;
	border-radius: 6px;
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.card__image img {
	max-width: 100%;
	max-height: 100%;
}
.card {
	padding-top: 31px;
	padding-bottom: 54px;
	margin-bottom: 8px;
	background-color: #f3f3f3;
}
.card-info {
	padding: 20px 30px;
	padding-bottom: 25px;
	min-height: 100%;
	background-color: #ffffff;
	border-radius: 6px;
}
.card-info__top {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.card-info .availability {
	font-size: 14px;
}
.rating {
	display: flex;
	align-items: center;
}
.rating__item {
	font-size: 16px;
	color: #ccc;
	transition: all 0.3s;
	margin-right: 2px;
}
.rating_1 > *:nth-child(1) .rating__item {
	color: #feee00;
}
.rating_2 > *:nth-child(-n+2) .rating__item {
	color: #feee00;
}
.rating_3 > *:nth-child(-n+3) .rating__item {
	color: #feee00;
}
.rating_4 > *:nth-child(-n+4) .rating__item {
	color: #feee00;
}
.rating_5 > *:nth-child(-n+5) .rating__item {
	color: #feee00;
}
.card-info .title-middle {
	margin-bottom: 10px;
}
.card-info__features {
	margin: 15px 0;
	padding: 17px 0;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}
.card-info__line {
	font-size: 14px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.card-info__line:last-child {
	margin-bottom: 0;
}
.card-info__line > *:first-child {
	width: 65%;
}
.card-info__prices {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.card-info__oldprice {
	margin-right: 39px;
	text-decoration: line-through;
	color: #999999;
}
.card-info__price {
	font-size: 18px;
	font-weight: 700;
	color: #010000;
}
.card-info__price span {
	font-size: 24px;
}
.card-info__bottom {
	margin-top: 23px;
	display: flex;
	align-items: center;
}
.card-info .btn-main {
	padding: 0 41px;
	margin-right: 20px;
	height: 50px;
}
.card-info .quantity {
	width: 140px;
	height: 50px;
	margin-right: 20px;
}
.btn-compare {
	font-size: 22px;
	width: 50px;
	height: 50px;
	background-color: #f3f3f3;
	border-radius: 6px;
	color: #000;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-compare:hover {
	color: #5e35b1;
}
.card-detail { 
	padding: 25px 16px;
	min-height: 100%;
	background-color: #ffffff;
	border-radius: 6px;
}
.row_card > div {
	margin-bottom: 16px;
}
.tabs-card {
	font-size: 18px;
	font-weight: 500;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.tabs-card a {
	color: #000;
	padding-bottom: 5px;
	border-bottom: 2px solid transparent;
	transition: all 0.3s;
	display: inline-block;
}
.tabs-card .active a,
.tabs-card a:hover {
	border-color: #5e35b1;
}
.tabs-card li {
	margin-right: 80px;
}
.tabs-card li:last-child {
	margin-right: 0;
}
.tab-pane-card {
	display: none;
}
.tab-pane-card:first-child {
	display: block;
}
.item-feature {
	padding: 9px 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-feature:nth-child(odd) {
	background-color: rgba(243,243,243,0.5);
}
.tab-container-card {
	padding-top: 29px;
}
.title-delivery {
	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 17px;
	margin-top: 25px;
	display: flex;
	align-items: center;
}
.title-delivery__icon {
	width: 56px;
	height: 56px;
	margin-right: 19px;
	background-color: #ffffff;
	border-radius: 50%;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.list-delivery {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 20px;
}
.list-delivery li::before {
	content: "•";
	color: #5e35b1;
	margin-right: 5px;
}
.list-payments {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.list-payments li {
	margin-right: 20px;
}
.list-payments li:last-child {
	margin-right: 0;
}
.products-section {
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #f3f3f3;
}
.products-section .title-section {
	padding-bottom: 5px;
}
.item-feature > *:last-child {
	text-align: right;
	padding-left: 4px;
}
.contacts-page {
	padding-top: 36px;
	padding-bottom: 39px;
	background-color: #f3f3f3;
}
.title-section_page {
	padding-bottom: 25px;
	text-align: center;
}
.contacts-main {
	padding: 37px 40px;
	padding-top: 0;
	background-color: #ffffff;
	border-radius: 6px;
	line-height: 24px;
}
.contacts-main .phone-main {
	color: #000;
}
.contacts-main .title-middle {
	padding-bottom: 10px;
}
.contacts-main .availability {
	margin-top: 30px;
	font-size: 16px;
}
.contacts-main .availability::before {
	top: 10px;
}
.contacts-main__wrap {
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f3f3f3;
}
.contacts-main__wrap:last-child {
	border: none;
	padding-bottom: 0;
}
.contacts-mail {
	font-size: 18px;
	line-height: 30px;
}
.contacts-mail a {
	color: #000;
}
.contacts-location {
	padding: 33px 50px;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 22px;
	background-color: #ffffff;
	border-radius: 6px;
}
.contacts-location .title-middle {
	padding-bottom: 10px;
}
.title-form {
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 30px;
	font-weight: 700;
}
.block-form {
	padding: 33px 49px;
	background-color: #ffffff;
	border-radius: 6px;
}
.tab-pane-card form[name="bform"] input[type=text],
div.blog-comment-field-captcha input,
div.blog-comment-field-author input, div.blog-comment-field-email input,
body .form-control,
body .bx-soa-coupon-input input[type=text].form-control,
.item-form input,
.item-form textarea {
	padding: 0 19px;
	font-size: 14px;
	color: #000;
	height: 50px;
	font-family: "Roboto";
	border: none;
	background-color: #f3f3f3;
	border-radius: 6px;
	width: 100%;
}
.tab-pane-card form[name="bform"] input[type=text] {
    margin-bottom: 20px;
    margin-top: 10px;
   background-color: #fff; 
}
table.bx-auth-table .form-control {
    background-color: #fff !important; 
}
table.bx-auth-table input[type=submit] {
    width: 100%;
}
div.blog-comment-field-captcha input {
        max-width: 180px;
}
.feed-add-post-edit-form .bx-html-editor .bxhtmled-toolbar-cnt,
.bxhtmled-iframe-cnt {
    background: none !important;
    background-color: #f3f3f3 !important;
}
div.blog-post-edit-form, div.blog-comment-fields {
    background-color: transparent;
    padding: 0;
}
body textarea.form-control,
.item-form textarea {
	padding-top: 15px;
	height: 106px;
	resize: none;
}
.item-form {
	margin-bottom: 18px;
}
.block-form .btn-main {
	min-width: 220px;
}
.checkbox {
	font-size: 13px;
	margin-top: 20px;
	text-align: left;
	color: #000;
}
.checkbox label input {
	position: absolute;
	z-index: -1;
	height: 1px !important;
	width: 1px !important;
	opacity: 0 !important;
	margin: 12px 2px 0 7px !important;
}
.checkbox label span {
	position: relative;
	padding: 2px 0 0 23px;
	display: block;
	cursor: pointer;
}
.checkbox label span:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 17px;
	height: 17px;
	border: 1px solid #000;
	border-radius: 50%;
	transition: .2s;
}
.checkbox label span:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 0px;
	width: 17px;
	height: 17px;
	content: "\f00c";
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	background-image: none;
	color: #5e35b1;
	font-size: 7px;
	opacity: 0;
	transition: .2s;
}
.checkbox label input:checked + span:after {
	opacity: 1;
}
.checkbox-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.checkbox-wrap .checkbox {
	white-space: nowrap;
}
.contacts-main__wrap .social-list {
	padding-top: 10px;
	padding-bottom: 15px;
}
.contacts-image {
	height: 172px;
	border-radius: 6px;
	margin-top: 15px;
	margin-bottom: 23px;
}
.contacts-image img {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.descr-modal {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 27px;
}
.modal-block {
	display: none;
}
.modal-wrap {
	width: 460px;
	padding: 55px 50px;
	max-width: 100%;
	margin: 0 auto; 
	background-color: #ffffff;
	border-radius: 10px;
	color: #000;
	text-align: center;
}
.modal-wrap .btn-main {
	min-width: 220px;
	margin-top: 15px;
}
.fancybox-skin {
	padding: 0 !important;
	background-color: transparent !important;
	box-shadow: none !important;
}
.fancybox-close {
	top: 12px;
	right: 14px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center; 
	font-size: 22px;
	color: #5e35b1;
	background-image: none !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 400;
	font-family: "Font Awesome 5 Pro";
}
.fancybox-close::before {
	content: "\f057";
}

.modal-wrap .title-middle {
	padding-bottom: 15px;
}




.personal .title-section {
    padding-bottom: 25px;
    text-align: center;
}
.personal .tabs-card {
    justify-content: center;
}
.form-personal {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 6px;
}

.fancybox-inner::-webkit-scrollbar {
    -webkit-appearance: none;
}
.fancybox-inner::-webkit-scrollbar:vertical {
    width: 0px;
}
.fancybox-inner::-webkit-scrollbar:horizontal {
    height: 0px;
}
.fancybox-inner::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 10px;
}
.fancybox-inner::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #transparent;
}

.basket-item-actions-remove:after, 
.basket-item-actions-remove:before,
.basket-item-amount-field-description,
.basket-coupon-section,
.basket-items-search-field,
.basket-item-block-properties,
.basket-coupon-block-field {
	display: none;
}
.bx-soa-section-title-container .bx-soa-editstep,
body .bx-soa-item-td-text .bx-price,
body .bx-soa-cart-total-line,
.basket-items-list-header-filter-item.active,
body .bx-soa-section-title,
.basket-item-info-name-link,
.basket-item-price-title,
.basket-coupon-block-total-price-current,
.basket-checkout-block-total-title {
	font-family: "Roboto", sans-serif;
}
.basket-checkout-block-btn {
	margin-left: auto;
	padding: 0;
}
.basket-checkout-block-total-title {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #000000;
}
.basket-coupon-block-total-price-current {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	color: #010000;
}
.basket-checkout-container {
	padding: 35px 30px;
	border: none;
	background-color: #ffffff;
	border-radius: 6px;
}
.basket-items-list-wrapper, .basket-items-list-wrapper-compact,
.basket-items-list-header {
	border: none;
}
.basket-items-list-container {
	background-color: transparent;
}
.basket-items-list-item-container {
	background-color: #fff;
}
.basket-items-list-table {
	border-collapse: initial;
	border-spacing: 0 20px;
}
.basket-item-block-amount {
	width: 140px;
	height: 50px;
	background-color: #f3f3f3;
	border-radius: 6px;
}
.basket-item-amount-btn-plus, .basket-item-amount-btn-minus,
.basket-item-amount-filed, .basket-item-block-amount.disabled .basket-item-amount-filed:hover {
	height: initial;
	font-size: 14px;
	line-height: 21px;
	font-weight: 700;
	text-transform: uppercase;
	color: #010000 !important;
	font-family: "Roboto";
}
.basket-item-amount-filed-block {
	display: flex;
}
.basket-item-amount-btn-plus, .basket-item-amount-btn-minus {
	display: flex;
	align-items: center;
	justify-content: center;
}
.basket-item-amount-btn-plus:before, .basket-item-amount-btn-plus:after, .basket-item-amount-btn-minus:after {
	background-color: #000;
}
.basket-item-amount-filed, .basket-item-block-amount.disabled .basket-item-amount-filed:hover {
	border: none;
	background-color: transparent;
}
.basket-item-block-price {
	display: flex !important;
	align-items: center;
}
.basket-item-price-title {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	margin-right: 40px;
	order: -1;
}
.basket-item-price-current-text {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #010000;
	font-family: "Roboto", sans-serif;
}
.basket-items-list {
	padding: 0;
}
.basket-items-list-item-descriptions,
.basket-item-block-actions,
.basket-item-block-price {
	padding-top: 0px;
}
.basket-items-list-item-descriptions {
	padding-left: 30px;
}
.basket-items-list-item-remove {
	padding-right: 30px;
}
.basket-item-block-actions {
	padding-left: 22px;
}
.basket-items-list-item-amount {
	padding-left: 38px;
	padding-right: 70px;
}
.basket-items-list-item-container>td {
	vertical-align: middle;
}
.basket-items-list-item-descriptions-inner {
	padding: 15px 0;
	align-items: center;
}
.basket-items-list-item-amount {
	padding-top: 0;
}
.basket-item-block-actions {
	opacity: 1;
	background-image: url(../img/trash.png);
	background-repeat: no-repeat;
	background-position: center;
}
.basket-item-image-link {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.basket-item-image-link img {
	max-width: 100%;
	max-height: 100%;
}
.basket-item-info-name-link {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #000000;
}
.basket-items-list-item-remove {
	padding-top: 0 !important;
	display: table-cell !important;
}
.basket-items-list-header-filter-item.active {
	font-size: 14px;
	line-height: 30px;
	font-weight: 500;
}
.basket-items-list-header {
	padding: 0;
}
.basket-item-block-image {
	flex: none;
}
.basket-item-amount-btn-plus, .basket-item-amount-btn-minus {
	border: none !important;
	background-color: transparent !important;
}
.basket-item-block-price {
	justify-content: flex-end;
}
.catalog-menu {
	padding-top: 20px;
	height: 100vh;
	position: absolute;
	top: 100%;
	left: 15px;
	right: 15px;
	display: none;
	background-color: #f3f3f3;
	border-radius: 6px;
}
.catalog-menu::after {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f3f3f3;
	border-radius: 6px;
	z-index: -1;
}
.catalog-menu__overflow {
	position: absolute;
	display: block;
	width: 1000%;
	left: 50%;
	transform: translate(-50%);
	top: 0;
	height: 100%;
	background-color: #fff;
	z-index: -1;
}
.catalog-menu__list {
	position: relative;
}
.catalog-menu__list > li {
	width: 272px;
}
.catalog-menu__list > li > a {
	height: 48px;
	color: #010000;
	padding: 8px 22px;
	padding-bottom: 10px;
	font-weight: 500;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	transition: all 0.3s;
}
.catalog-menu__sublist li {
	margin-bottom: 20px;
}
.catalog-menu__sublist a {
	transition: all 0.3s;
}
.catalog-menu__list > li.active > a,
.catalog-menu__list > li:hover > a,
.catalog-menu__sublist a:hover {
	background-color: #5e35b1;
	color: #fff;
}
.catalog-menu__list > li:first-child .catalog-menu__content {
	display: block;
}
.catalog-menu__content {
	top: -20px;
	left: 272px;
	right: 0;
	padding-left: 34px;
	padding-top: 22px;
	height: 100vh;
	overflow: auto;
	padding-bottom: 280px;
	border-left: 1px solid #fff;
	position: absolute;
	display: none;
}
.catalog-menu__close {
	display: none;
}
.catalog-menu a {
	transition: all 0.3s;
	text-decoration: none !important;
}
.catalog-menu__content::-webkit-scrollbar {
	-webkit-appearance: none;
}
.catalog-menu__content::-webkit-scrollbar:vertical {
	width: 3px;
}
.catalog-menu__content::-webkit-scrollbar:horizontal {
	height: 3px;
}
.catalog-menu__content::-webkit-scrollbar-thumb {
	background-color: transparent;
	border-radius: 10px;
}
.catalog-menu__content::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: transparent;
}
.header .container {
	position: relative;
}
.catalog-menu__title {
	font-weight: 500;
	margin-bottom: 15px;
	color: #000;
	display: block;
}
.catalog-menu__wrap {
	columns: 3;
}
.catalog-menu__content ul {
	font-size: 14px;
}
.catalog-menu__content ul  a {
	color: #000;
	border-bottom: 1px solid transparent;
	transition: all 0.3s;
}
.catalog-menu__content ul  a:hover {
	color: #5e35b1;
	border-color: #5e35b1;
}
.catalog-menu__content ul li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 15px;
}
.catalog-menu__content ul li::before {
	position: absolute;
	display: block;
	content: "•";
	top: 0px;
	left: 0;
	color: #5e35b1;
}
.catalog-menu__item {
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	page-break-inside: avoid; /* Firefox */
	break-inside: avoid; /* IE 10+ */
	break-inside: avoid-column;
}
.catalog-menu .title-middle {
	margin-bottom: 10px;
}
a {
	text-decoration: none !important;
}
.catalog-menu .container {
	padding-left: 0;
}
.btn-catalog.active i::before {
	font-weight: 300;
	font-size: 25px;
	content: "\f00d";
}
.fl-upld input {
	display: none;
}
.fl-upld label {
	font-size: 15px;
	display: inline-flex;
	cursor: pointer;
	font-weight: 400;
}
.fl-upld label > span {
	transition: all 0.3s;
}
.fl-upld label span span {
	border-bottom: 1px solid #000;
	transition: all 0.3s;
}
.fl-upld:hover label span span {
	border-color: transparent;
}
.item-form textarea {
	height: 160px;
	line-height: 28px;
}
.item-form textarea::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
.item-form textarea:-moz-placeholder {
	color: #666;
	opacity: 1;
}
.item-form textarea::-moz-placeholder {
	color: #666;
	opacity: 1;
}
.item-form textarea:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}
.thanks__content {
	top: 160px;
	left: 15px;
	max-width: 422px;
	z-index: 2;
	position: absolute;
}
.thanks .container {
	position: relative;
}
.thanks__title {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 30px;
	font-weight: 900;
	color: #5e35b1;
}
.thanks__descr {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 75px;
	color: #263238;
}
.thanks .btn-main {
	padding: 0 23px;
	height: 50px;
}
.thanks__image img {
	max-width: 100%;
	height: auto;
}
.thanks__image {
	position: relative;
	left: 200px;
}
.bx-soa-table-fade:before, .bx-soa-table-fade:after {
	display: none !important;
}
body .bx-soa-section-title,
body .bx-soa-section.bx-selected .bx-soa-section-title {
	background-color: #5e35b1;
	border-radius: 6px;
	font-size: 18px;
	padding: 12px 22px;
	line-height: 24px;
	font-weight: 700;
	color: #ffffff;
	width: 100%;
	max-width: 100%;
}
body .bx-soa-section.bx-selected .bx-soa-section-title-container,
body .bx-soa-section-title-container {
	padding: 0;
}
body .bx-soa-section.bx-selected {
	border: none;
}
.bx-soa-section-title-count {
	display: none !important;
}
body .bx-soa-section {
	background-color: #ffffff;
	border-radius: 6px;
	margin-bottom: 20px;
	border: none !important;
}
body .bx-soa-section-content {
	padding: 10px 23px;
}
body .bx-soa-cart-total {
	border: none !important;
	background-color: #ffffff;
	border-radius: 6px;
}
body .bx-soa-cart-total-line {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
.bx-soa-cart-d {
	font-size: 14px;
}
.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
	font-size: 24px !important;
	line-height: 30px;
	font-weight: 700;
}
body .bx-soa-cart-total .bx-soa-cart-total-line:nth-child(2) {
	border-color: #f3f3f3;
	border: none;
}
body .bx-soa-cart-total-line {
	padding: 15px 7px;
}
#bx-soa-orderSave .btn.btn-default {
	float: none !important;
}
body .bx-soa-item-img-block {
	width: 103px;
}
.bx-soa-item-title a {
	font-weight: 700;
	color: #000000;
}
.bx-soa-item-properties.bx-text-right .bx-soa-item-td-title, .bx-soa-item-properties.bx-text-right .bx-soa-item-td-text {
	font-weight: 700;
}
.bx-soa-item-imgcontainer {
	border: none !important;
}
.bx-soa-section-title-container {
	position: relative;
}
.bx-soa-section-title-container > .col-sm-3.text-right {
	position: static;	
}
.bx-soa-section-title-container .bx-soa-editstep {
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
	border-bottom: 1px solid #fff;
	transition: all 0.3s;
	color: #ffffff;
	position: absolute;
	right: 11px;
	top: 13px;
	z-index: 2;
}
.bx-soa-section.bx-step-completed,
.bx-soa-section.bx-step-error {
	border: none !important;
}
.bx-soa-more-btn .pull-right.btn {
	float: none !important;
}
body .bx-soa-coupon-input {
	display: block;
}
body .alert-danger {
	color: #fff;
	background-color: #ff0500;
	border: none;
}
body .bx-soa-more-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
body .bx-soa-coupon-input:after {
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}
.bx-soa-sidebar .bx-soa-cart-total-button-container.visible-xs {
	border-top: 1px solid #f3f3f3;
	display: block !important;
}
body .bx-soa-more {
	border: none !important;
}
.slider-billbord .slick-arrow {
	background-color: #f3f3f3;
}
.slider-billbord .slick-prev {
	left: -23px;
}
.slider-billbord .slick-next {
	right: -23px;
}
.slider-billbord .slick-dots {
	bottom: -25px;
}
.slider-billbord .slick-dots li button {
	background-color: #5e35b1;
}
.slider-billbord .slick-dots li button:hover,
.slider-billbord .slick-dots li.slick-active button {
	opacity: 0.7;
	background-color: #5e35b1;
}
.modal-wrap {
	background-color: #fff;
}
.modal-wrap__descr {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
.link-page {
	font-size: 15px;
	color: #5d35b0;
	border-bottom: 1px solid #5d35b0;
	transition: all 0.3s;
}
.link-page:hover {
	border-color: transparent;
}
.modal-wrap__links {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.modal-wrap__links .link-page {
	margin-bottom: 15px;
}
.checkbox_page {
	font-size: 15px;
}
.checkbox_page label span:before {
	width: 19px;
	height: 19px;
	border-radius: 0;
}
.checkbox_page label span:after {
	width: 19px;
	height: 19px;
	font-size: 9px;
}
.checkbox_page label span b {
	font-weight: 400;
	border-bottom: 1px solid #000;
}
.checkbox_page label span {
	padding: 1px 0 0 30px
}
#modal-authorization .modal-wrap,
#modal-registration .modal-wrap {
	padding-top: 45px;
	padding-bottom: 45px;
}
.fancybox-inner {
	border-radius: 10px;
}
#modal-registration .modal-wrap .title-middle {
    padding-bottom: 25px;
}




/*personal*/
.personal {
	padding-top: 25px;
	padding-bottom: 60px;
	background-color: #f3f3f3;
}
.personal .title-section {
	padding-bottom: 25px;
	text-align: center;
}
.personal .tabs-card {
	justify-content: center;
}
.form-personal {
	padding: 20px;
	background-color: #ffffff;
	border-radius: 6px;
}
.button-form {
	padding-top: 20px;
	text-align: center;
}
.form-personal .btn-main {
	min-width: 180px;
}

.purchase-history {
	line-height: 1.2;
	text-align: center;
	background-color: #fff;
	width: 100%;
}
.purchase-history__head {
	padding: 14px 0;
	font-weight: 500;
	color: #ffffff;
	background-color: #5e35b1;
	border-radius: 6px;
	text-align: center;
}
.purchase-history__name {
	font-size: 18px;
	cursor: pointer;
	margin-left: 26px;
	display: inline-flex;
	font-weight: 700;
}
.purchase-history__name i {
	font-size: 16px;
	margin-left: 12px;
	color: #5e35b1;
	transition: all 0.3s;
}
.purchase-history__name.active i {
	transform: rotate(180deg);
}
.purchase-history__item .row {
	padding: 20px 0;
}
.purchase-history p {
	margin: 0 !important;
}
.purchase-history .row > div:nth-child(1) {
	text-align: left;
}
.purchase-history .row > div:nth-child(1) .purchase-history__title {
	padding-left: 50px;
}
.purchase-history__item {
	font-size: 14px;
	border-bottom: 1px solid #f3f3f3;
}
.purchase-history__item:last-child {
	border: none;
}
.purchase-history .row > div:nth-last-child(2) .purchase-history__title {
	text-align: center;
}
.purchase-subtable {
	display: none;
	margin: 0 9px;
	background-color: #f3f3f3;
}
.purchase-subtable table {
	width: 100%;
	border-spacing: 0;
}
.purchase-subtable thead th {
	padding: 12px 0;
	padding-top: 18px;
	font-weight: 500;
}
.purchase-subtable th:first-child,
.purchase-subtable td:first-child {
	padding-left: 15px;
	width: 57%;
	text-align: left;
}
.purchase-subtable td {
	padding: 20px 0;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px solid #cccccc;
}
.purchase-subtable tr:last-child td {
	border: none;
}
.purchase-subtable th:nth-child(2),
.purchase-subtable td:nth-child(2) {
	text-align: left;
}
.purchase-subtable th:nth-child(4),
.purchase-subtable td:nth-child(4),
.purchase-subtable th:nth-child(3),
.purchase-subtable td:nth-child(3) {
	text-align: left;
}
.purchase-history__item .row > div:nth-last-child(3) {
	font-size: 18px;
}
.purchase-subtable th,
.purchase-subtable td {
	background-color: #f3f3f3;
}
.purchase-subtable th:last-child,
.purchase-subtable td:last-child {
	text-align: left;
	width: 135px;
}
.bonus-main {
	background-color: #ffffff;
	border-radius: 6px;
}
.bonus-main__head {
	padding: 13px 30px;
	display: flex;
	align-items: center;
	color: #fff;
	justify-content: space-between;
	background-color: #5e35b1;
	border-radius: 6px;
	font-weight: 500;
}
.personal p {
	margin: 0;
}
.bonus-main__descr {
	font-size: 14px;
	font-weight: 400;
}
.bonus-main__head span {
	font-size: 24px;
}
.link-main {
	font-size: 18px;
	line-height: 19px;
	font-weight: 400;
	display: inline-block;
	color: #000000;
	border-bottom: 1px solid #000000;
	transition: all 0.3s;
}
.bonus-main__content {
	padding: 30px;
	padding-top: 25px;
}
.bonus-bar-wrap {
	height: 377px;
	display: flex;
	position: relative;
}
.bonus-bar {
	margin-top: auto;
	width: 100%;
	background-color: #f3f3f3;
	background-image: linear-gradient(-35.0deg, #939ffb 4%, #ffffff 95%);
	border-radius: 6px;
	position: relative;
}
.bonus-bar__value {
	font-size: 60px;
	line-height: 48px;
	font-weight: 700;
	color: #5e35b1;
}
.bonus-bar__value span {
	font-size: 36px;
}
.bonus-bar__title {
	font-size: 18px;
	line-height: 1.2;
}
.bonus-bar__content {
	padding: 20px 25px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.bonus-bar_active {
	background-image: linear-gradient(-35.0deg, #939ffb 16%, #5e35b1 83%);
	color: #fff;
}
.bonus-bar_active .bonus-bar__value {
	color: #feee00;
}


/*new pages*/
.bonus-main .row {
	margin: 0 -25px;
}
.bonus-main .row > div {
	padding: 0 25px;
}
.bonus-block {
	padding: 35px 40px;
	min-height: 100%;
	font-size: 15px;
	line-height: 24px;
	background-color: #f3f3f3;
	border-radius: 10px;
}
.bonus-block p {
	margin-bottom: 20px;
}
.bonus-block p a {
	color: #000;
	border-bottom: 1px solid #000;
	transition: all 0.3s;
}
.bonus-block p a:hover {
	border-color:transparent;
}
.bonus-block .title-middle {
	margin-bottom: 15px;
	font-weight: 500;
}
.bonus-program .title-section {
	margin-bottom: 30px;
}
.bonus-image {
	height: 346px;
	border-radius: 10px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	background-color: #5e35b1;
}
.row_advantages > div {
	margin-top: 30px;
}
.bonus-program {
	padding-bottom: 60px;
}
.levels .title-section {
	padding-bottom: 10px;
}
.levels {
	padding-bottom: 70px;
}
.row_levels > div {
	margin-top: 30px;
}
.item-level {
	padding: 35px;
	color: #fff;
	line-height: 26px;
	font-weight: 500;
	padding-bottom: 40px;
	background-color: #9891e9;
	background-image: linear-gradient(-29.0deg, #957dcd 2%, rgba(149,125,205,0.0) 97%);
	border-radius: 10px;
	min-height: 100%;
}
.item-level__name {
	font-size: 18px;
	padding: 10px 20px;
	line-height: 21px;
	font-weight: 700;
	margin-bottom: 18px;
	border: 1px solid #ffffff;
	border-radius: 6px;
	text-transform: uppercase;
	display: inline-block;
}
.item-level p {
	margin-bottom: 25px;
}
.item-level__value {
	width: 84px;
	height: 84px;
	font-size: 60px;
	line-height: 48px;
	font-weight: 700;
	color: #5e35b1;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 50%;
}
.item-level__value span {
	font-size: 36px;
	margin-top: 20px;
}
.item-level__price {
	font-size: 18px;
	line-height: 21px;
	font-weight: 700;
	text-transform: uppercase;
}
.row_levels > div:nth-child(2) .item-level {
	background-color: #957dcd;
	background-image: linear-gradient(-29.0deg, #6c3db9 2%, rgba(108,61,185,0.0) 97%);
}
.row_levels > div:nth-child(3) .item-level {
	background-color: #6c3db9;
	background-image: linear-gradient(-29.0deg, #4b249b 2%, rgba(94,53,177,0.0) 97%);
}
.row_levels > div:nth-child(4) .item-level {
	background-color: #5e35b1;
	background-image: linear-gradient(-29.0deg, #371183 2%, rgba(94,53,177,0.0) 97%);
}
.about {
	font-size: 15px;
line-height: 24px;
padding-bottom: 40px;
}
.about p {
	margin-bottom: 20px;
}
.video-block {
	margin-bottom: 45px;
	position: relative;
	border-radius: 10px;
	display: block;
}
.video-block img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}
.video-block__play {
	width: 91px;
height: 91px;
background-color: #feee00;
border-radius: 50%;
display: flex;
color: #5e35b1;
font-size: 25px;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
.about .title-section {
	margin-bottom: 22px;
	line-height: 36px;
}
.about .title-middle {
	margin-bottom: 22px;
	font-weight: 500;
}
.about-special {
	font-size: 16px;
	padding-left: 30px;
	font-weight: 500;
	background-color: #5e35b1;
	margin-top: 35px;
border-radius: 10px;
color: #fff;
display: flex;
align-items: center;
}
.about-numbers__value sup {
	font-size: 20px;
	line-height: 0;
}
.about-numbers__value,
.about-special__value {
	font-size: 36px;
line-height: 46px;
font-weight: 700;
color: #010000;
	margin-right: 33px;
		padding: 0 12px;
	position: relative;
	white-space: nowrap;
	display: inline-block;
	z-index: 1;
	flex: none;
}
.about-numbers__value::before,
.about-special__value::before {
	position: absolute;
	display: block;
	content: " ";
	top: 4px;
	left: -10px;
	bottom: 4px;
	right: -10px;
	background-color: #feee00;
	border-radius: 6px;
	transform: skew(-15deg);
	z-index: -1;
}
.about-special p {
	margin: 0;
}
.about-numbers {
	font-size: 16px;
line-height: 24px;
padding: 28px 50px;
margin-bottom: 40px;
padding-bottom: 5px;
font-weight: 500;
background-color: #f3f3f3;
border-radius: 10px;
}
.about-numbers__value {
	min-width: 165px;
	margin-bottom: 17px;
}
.about-numbers__value::before {
	bottom: 0;
}
.about__image img {
	max-width: 100%;
	border-radius: 10px;
}
.title-middle_about {
	margin-top: 30px;
}
.slider-gallery {
	margin: 0 -7px;
}
.slider-gallery__item {
	height: 279px;
border-radius: 10px;
margin: 0 7px;
display: block;
}
.slider-gallery__item img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gallery {
	padding-top: 35px;
	padding-bottom: 67px;
	background-color: #f3f3f3;
}
.gallery .title-section {
	padding-bottom: 35px;
}
.slider-gallery .slick-prev {
	left: -40px;
}
.slider-gallery .slick-next {
	right: -40px;
}
.conusultation {
	padding: 45px 0;
}
.conusultation-block {
	padding: 30px 220px;
	color: #fff;
	background-color: #5e35b1;
border-radius: 6px;
}
.conusultation-block .title-big {
	margin-bottom: 20px;
	text-align: center;
}
.conusultation-block  .descr-big {
	margin-bottom: 35px;
	text-align: center;
}
.conusultation-block .item-form input {
	height: 60px;
}
.conusultation-block .row {
	margin: 0 -9px;
}
.conusultation-block .row > div {
	padding: 0 9px;
}
.conusultation-block .checkbox {
	color: #fff;
	margin-top: 10px;
}
.conusultation-block .checkbox label span:before {
	border-color: #fff;
}
.conusultation-block .checkbox label span:after {
	color: #feee00;
}
.item-news {
	font-size: 15px;
line-height: 24px;
padding-bottom: 20px;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-bottom: 1px solid #f3f3f3;
}
.item-news__image {
	height: 250px;
	margin-bottom: 18px;
border-radius: 6px;
width: 100%;
	display: block;
}
.item-news__image img {
	width: 100%;
	height: 100%;
border-radius: 6px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.item-news__date {
	font-size: 12px;
	margin-bottom: 12px;
color: #9f9f9f;
}
.item-news__title {
	font-size: 24px;
line-height: 1.2;
font-weight: 500;
margin-bottom: 20px;
color: #000;
	display: block;
}
.item-news p {
	margin-bottom: 15px;
	            display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.row_news > div {
	margin-bottom: 30px;
}
.item-news .link-more {
	margin-top: auto;
}
.news .pager {
	margin-top: 0;
}
.news {
	padding-bottom: 40px;
}
.news .title-section {
	padding-bottom: 30px;
}
.article {
	font-size: 15px;
line-height: 24px;
padding-bottom: 60px;
}
.article p {
	margin-bottom: 20px;
}
.article h1 {
	font-size: 30px;
line-height: 36px;
margin-bottom: 20px;
font-weight: 500;
}
.article h2 {
	font-size: 24px;
line-height: 30px;
margin-bottom: 18px;
font-weight: 500;
}
.article li::before {
	content: "•";
	margin-right: 7px;
}
.article time {
	font-size: 12px;
	margin-bottom: 15px;
color: #9f9f9f;
display: block;
}
.article p strong {
	font-weight: 500;
}
.article li {
	margin-bottom: 20px;
}
.article img {
	max-width: 100%;
	margin-bottom: 35px;
	height: auto;
}
.article blockquote {
	padding: 32px 35px;
	font-weight: 500;
	margin: 0;
	margin-bottom: 35px;
	position: relative;
	background-color: #f3f3f3;
border-radius: 6px;
}
.article blockquote p {
	margin: 0;
}
.article blockquote::before {
	position: absolute;
	content: "“";
	top: -3px;
	left: 35px;
	font-size: 72px;
line-height: 46px;
font-weight: 700;
color: #feee00;
}
.article blockquote::after {
	position: absolute;
	content: "“";
	bottom: 0px;
	right: 35px;
	font-size: 72px;
line-height: 46px;
font-weight: 700;
    transform: rotate(180deg);
color: #feee00;
}

input[type='checkbox'].bx-soa-pp-company-checkbox::before,
.bx_compare .bx_filtren_container ul li span input[type='checkbox']:before,
.form-group input[type='radio']:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 21px;
	height: 21px;
	background-color: #ffffff;
	border: 1px solid rgba(153,153,153,0.4);
	border-radius: 3px;
	transition: .2s;
}
input[type='checkbox'].bx-soa-pp-company-checkbox::after,
.bx_compare .bx_filtren_container ul li span input[type='checkbox']::after,
.form-group input[type='radio']:after {
	content: '';
	position: absolute;
	top: -1px;
	left: 0px;
	width: 21px;
	height: 21px;
	content: "\f00c";
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	background-image: none;
	color: #5e35b1;
	font-size: 11px;
	opacity: 0;
	transition: .2s;
}
.bx-soa-pp-company.bx-selected input[type='checkbox'].bx-soa-pp-company-checkbox::after,
.bx_compare .bx_filtren_container ul li span input[type='checkbox']:checked::after,
.form-group input[type='radio']:checked:after {
	opacity: 1;
}
.bx-soa-pp-company.bx-selected input[type='checkbox'].bx-soa-pp-company-checkbox::before,
.bx_compare .bx_filtren_container ul li span input[type='checkbox']:checked::before,
.form-group input[type='radio']:checked::before {
	background-color: #f3f3f3;
	border: 1px solid rgba(94,53,177,0.4);
}
body .bx-soa-pp-company-graf-container {
    padding: 0;
    border: none;
}
.bx-soa .form-group .radio-inline label {
    position: static;
}
.bx-soa .form-group .radio-inline {
        padding-left: 30px;
    margin-bottom: 6px;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    left: 0;
    margin: 0;    
}
body .bx-sls .form-control.dropdown-block {
    height: 45px;
    background-color: #f3f3f3;
    border-radius: 6px;
    border: none;
        padding: 0 30px 0 50px;
}
body .bx-sls .bx-ui-sls-container {
    overflow: hidden;
    min-height: 45px;
}
body .bx-sls .bx-ui-sls-fake, 
body .bx-sls .bx-ui-sls-route {
     height: 45px;
         font-family: "Roboto" !important;
}
.bx-sls .dropdown-icon {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 18px;
    background: none;
    color: #000;
    height: 45px;
    top: 0;
    left: 0;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bx-sls .dropdown-icon:before {
    content: "\f002";
}
body .bx-sls .dropdown-fade2white {
    height: 45px;
        background: transparent;
}
body .bx-sls .bx-ui-sls-clear {
        width: 45px;
    height: 45px;
    background: none;
        -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
            display: flex;
    align-items: center;
    justify-content: center;
        margin: 0;
}
body .bx-sls .bx-ui-sls-clear:before {
    content: "\f00d";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .bx-soa-section-content {
        display: block !important;
}

.bx-soa-pp-company-selected img {
    display: none; 
}
body .bx-soa-cart-total.bx-soa-cart-total-fixed {
    top: 220px;
}
body .bx-soa-item-img-block {
        float: none;
}
body .bx-soa-item-block {
    display: flex;
    align-items: center;
}
body .bx-soa-item-td {
        vertical-align: middle;
}
.total-head {
        background-color: #5e35b1;
    border-radius: 6px;
    color: #fff;
    padding: 11px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -10px;
    position: relative;
}
.total-head span {
        font-size: 18px;
    font-weight: 700;
}
.total-head a {
        font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 500;
    border-bottom: 1px #fff solid;
    transition: all 0.3s;
    margin-top: 4px;
}
.total-head a:hover {
    border-color: transparent;
}
body .bx-soa-cart-total,
body .bx-soa-cart-total.bx-soa-cart-total-fixed {
        position: static !important;
}
.bx-soa-cart-total-ghost {
    padding-top: 0 !important;
}
.search-page {
    padding-top: 20px;
}
body div.title-search-result {
        background: #fff;
    border: none;
    max-height: calc(100vh - 195px);
    overflow: auto;
}
body table.title-search-result td.title-search-item img {
    width: 60px;
    height: auto;
}
body table.title-search-result td.title-search-item a {
    padding-left: 4px;
    min-height: 60px;
    padding-right: 0;
}
body div.title-search-result::-webkit-scrollbar {
    -webkit-appearance: none;
}
body div.title-search-result::-webkit-scrollbar:vertical {
    width: 6px;
}
body div.title-search-result::-webkit-scrollbar:horizontal {
    height: 6px;
}
body div.title-search-result::-webkit-scrollbar-thumb {
    background-color: #5e35b1;
    border-radius: 10px;
}
body div.title-search-result::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ccc;
}
body table.title-search-result {
        width: 100%;
}
body table.title-search-result tr.title-search-selected td,
body table.title-search-result tr.title-search-selected a, 
body table.title-search-result tr.title-search-selected td.title-search-more a {
    background-color: transparent;
    color: #5e35b1;
}
.bx_compare .bx_sort_container .sorttext {
        display: none;
}
.bx_compare.bx_yellow .bx_filtren_container {
    background: transparent;
    border: none;
    padding: 0;
}
.bx_compare .bx_filtren_container ul li span {
    position: relative;
}
.bx_compare .bx_filtren_container ul li span input {
        margin-right: 10px;
}
body .bx_compare .bx_filtren_container ul li {
    width: 170px;
    padding-left: 0;
}
body .bx_compare .bx_filtren_container h5 {
    font-size: 17px;
    margin: 0 0 10px 0;
    text-shadow: none;
    font-weight: 500;
}
body .bx_compare .bx_filtren_container ul {
        margin-bottom: 20px;
}
body .bx_compare .table_compare table tr td a {
    color: #5e35b1;
    font-weight: 500;
}
body .bx_compare .table_compare table tr td {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
}
body .bx_compare .table_compare table tr td:first-child {
        vertical-align: top;
            font-weight: 500;
    color: #000;
}
div.blog-comment-field-author, div.blog-comment-field-email {
    margin-bottom: 20px;
        width: 47.5%;
}
.blog-comment-field-captcha-label label,
.blog-comment-field-captcha-label label span {
     font-size: 15px;
}
div.blog-comment-field-text {
    padding-bottom: 14px;
    font-size: 15px;
}
div.blog-comment-field-captcha input {
        margin-top: 15px;
}
.container .container {
    padding: 0;
}
.card-info__features {
    border: none;
}
.item-category {
    z-index: 1;
}
.item-category__link {
        position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.row.col-md-12.col-sm-12 {
        padding: 0;
    margin: 0;
}
.sale-order-history-link.active {
    color: #5e35b1;
}
.thanks {
    min-height: 590px;
}

/*categories*/
.slider-categories {
	padding-right: 48px;
	padding-bottom: 25px;
	margin: 50px -8px;
	margin-bottom: 20px;
	margin-right: 0;
	border-bottom: 1px solid #fff;
}
.slide-category {
	font-size: 14px;
	margin: 0 8px;
	font-weight: 500;
	color: #000;
	display: block;
	transition: all 0.3s;
}
.slide-category:hover {
	color: #5e35b1;
}
.slide-category__image {
	height: 133px;
	margin-bottom: 12px;
	padding: 10px;
	border-radius: 10px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slide-category__image img {
	max-width: 100%;
	max-height: 100%;
}
.slide-category__name {
	display: block;
}
.slider-categories .slick-arrow {
	top: 36%;
}
.slider-categories .slick-prev {
	display: none !important;
}
.sale_order_full_table a {
    color: #5e35b1;
}
.sale_order_full_table .ps_logo {
        display: flex;
}
.sale_order_full_table .ps_logo img {
    display: none;
}
.sale_order_full_table .ps_logo .pay_name::after {
    content: ": ";
    margin-right: 6px;
}
.sale_order_full_table + br + br {
   display: none;
}
.sale_order_full_table {
        max-width: 662px;
}
.sale_order_full_table b, 
.sale_order_full_table strong {
        font-weight: 500;
}
.bx-soa-pp-company-image,
.bx-soa-pp-desc-container .bx-soa-pp-company {
    display: none !important;
}
body .bx-soa-pp-company-smalltitle {
        font-size: 14px;
    font-weight: 500;
    padding-bottom: 2px;
    color: #000;
        text-align: left;
    padding-left: 38px;
}
body .col-sm-7.bx-soa-pp-item-container {
        width: 100%;
    flex: 100%;
    max-width: 100%;
}
body .bx-soa-pp .bx-soa-pp-company {
        width: 100%;
    max-width: 100%;
    cursor: pointer;
}
body .bx-soa-pp-delivery-cost {
        top: 29px;
    left: 37px;
    background: transparent;
    color: #000;
    bottom: auto;
    font-size: 13px;
}
body .bx-soa-more-btn .btn.btn-default {
        height: 50px;
}

/*delivery*/
.delivery {
	padding-top: 22px;
	padding-bottom: 50px;
	background-color: #f3f3f3;
}
.delivery-billbord {
	height: 425px;
	border-radius: 6px;
	position: relative;
}
.delivery-billbord img {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.delivery .title-section {
	padding-bottom: 25px;
}
.delivery-billbord__content {
	padding: 25px;
	padding-left: 40px;
	padding-bottom: 65px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.delivery-billbord__top {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.delivery-billbord__title {
	font-size: 30px;
line-height: 48px;
font-weight: 700;
text-transform: uppercase;
color: #feee00;
}
.delivery-billbord__title span {
	font-size: 36px;
line-height: 46px;
color: #ffffff;
}
.delivery-time {
	font-size: 49px;
	color: #fff;
	width: 134px;
height: 143px;
display: flex;
align-items: center;
justify-content: center;
background-image: url(../img/ic_time.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
flex: none;
}
.delivery-billbord__descr {
	font-size: 24px;
line-height: 30px;
font-weight: 700;
color: #ffffff;
margin-top: auto;
}
.delivery-billbord__descr span {
	color: #feee00;
	display: block;
}
.info-delivery {
	padding: 19px 45px;
	font-size: 20px;
line-height: 30px;
font-weight: 500;
color: #ffffff;
	background-color: #5e35b1;
border-radius: 6px;
margin-top: -20px;
position: relative;
display: flex;
align-items: center;
}
.info-delivery span {
	color: #feee00;
	display: block;
}
.info-delivery__icon {
width: 66px;
height: 66px;
margin-right: 35px;
    font-size: 40px;
    color: #000;
        font-family: cursive;
background-color: #ffeb00;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
border-radius: 50%;
flex: none;
}
.delivery .block-form {
	    padding: 60px 50px;
	text-align: center;
}
.delivery .title-form {
	font-size: 24px;
	margin-bottom: 15px;
}
.descr-form {
	font-size: 18px;
line-height: 24px;
margin-bottom: 30px;
}
.delivery .block-form .btn-main {
	margin-top: 16px;
}
.delivery .checkbox {
	margin-top: 35px;
}
.delivery-ways {
	padding-bottom: 55px;
}
.delivery-ways .title-section {
	padding-top: 30px;
	padding-bottom: 20px;
}
.delivery-ways .item-advantage__title {
	margin-bottom: 25px;
}
.image-delivery {
	margin-top: 23px;
	margin-left: -52px;
}
.bx-auth p a,
.tab-pane-card form[name="bform"] ~ * a,
body .fv-title-section a {
	font-size: 15px;
	color: #5d35b0;
	border-bottom: 1px solid #5d35b0;
	transition: all 0.3s;
}
.bx-auth p a:hover,
.tab-pane-card form[name="bform"] ~ * a:hover,
body .fv-title-section a:hover {
	border-color: transparent;
}
.tab-pane-card form[name="bform"] {
        max-width: 400px;
}
.tab-pane-card form[name="bform"] input[type=submit] {
   width: 100%; 
}
.slider-card {
        background-color: #ffffff;
    border-radius: 6px;
}
.slider-card .slick-dots {
    bottom: 14px;
}
table.bx-auth-table td {
    padding: 9px 0;
}