@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');

* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

[id^=bx_incl_area] {
    display: inherit;
    flex-wrap: inherit;
}

::selection {
	background: #fdc830;
	color:#fff; /* Safari */
	}
	::-moz-selection {
	background: #fdc830;
	color:#fff; /* Firefox */
	}

input,
textarea,
button {
	font-size: 14px;
	outline: none;
	border: none;
	font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type="button"] {
	-webkit-appearance: none
}

body {
	font-family: 'Ubuntu', sans-serif;
	color: #2f2c2c;
	font-size: 15px;
	font-weight: normal;
	position: relative;
	font-weight: 400;
	background: #fff;
}

a {
	color: #ffa502;
	text-decoration: underline;
	transition: 0.2s;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both
}

.const {
	width: 1200px;
	margin: 0 auto;
}

header {
	width: 100%;
	background: #fff;
	/* box-shadow: 0 0 15px rgba(0,0,0,0.08); */
}

header .const {}

main .const {
	padding-top: 40px;
	padding-bottom: 40px;
	min-height: 50vh;
}


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

.logo {
	width: 260px;
}

.alert{
	position: relative;
}

.head-top {
	width: 100%;
	background: #f1f2f6;
	padding: 14px 0;
	margin-bottom: 30px;
}

.head-top .const {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

ul.head-top-m {
	list-style: none;
	display: flex;
	align-items: center;
}

ul.head-top-m li {
	margin-right: 40px;
}

ul.head-top-m li:last-child {
	margin-right: 0;
}

ul.head-top-m li a {
	text-decoration: none;
	color: #747d8c;
}

ul.head-top-m li a:hover {
	color: #ffa502;
}

a.profile {
	display: flex;
	align-items: center;
	color: #747d8c;
	text-decoration: none;
}

a.profile:hover {
	color: #ffa502;
}

a.profile img {
	height: 16px;
	margin-right: 4px;
}

.head-mid .const {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.head-phone {
	font-size: 22px;
	font-weight: 500;
	color: #747d8c;
	display: flex;
	align-items: center;
}

.head-phone a {
	text-decoration: none;
	color: inherit;
}

.head-phone a:hover {
	color: #ffa502;
}

.head-phone img {
	height: 30px;
	margin-right: 15px;
}

.head-date {
	font-size: 14px;
	font-weight: 400;
	color: #747d8c;
	display: flex;
	align-items: center;
}

.head-date img {
	height: 30px;
	margin-right: 15px;
}

.head-date span {
	font-weight: 500;
}

a.head-bask {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-weight: 500;
	border-radius: 999px;
	border: 1px solid #a4b0be;
	padding: 10px 28px;
	text-transform: uppercase;
	font-size: 14px;
	color: #747d8c;
	position: relative;
}

a.head-bask img {
	height: 30px;
	margin-right: 10px;
}

a.head-bask:hover {
	border: 1px solid #ffa502;

}

a.head-bask span {
	background: #2f3542;
	color: #fff;
	font-size: 9px;
	border-radius: 999px;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 8px;
	left: 46px;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition:0.4s;
}

a.head-bask.zooms{
	border: 1px solid #ffa502;
}

a.head-bask.zooms span{
	background: #ffa502;
	transform:translate(0,-6px);
}

.forjs.incart{
background: #747d8c;
border-color:transparent;
color:#fff;
}

.head-bot {
	margin-top: 30px;
}

.menu-bg {
	padding: 12px 0;
	color: #fff;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #f1f2f6;
}

.nav-icon {
	width: 26px;
	margin-right: 10px;
	transition: 0.2s;
}

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
	background-color: #2f3542;
	border-radius: 99px;
	content: '';
	display: block;
	height: 4px;
	margin: 4px 0;
	transition: all .2s ease-in-out;
}


.nav-icon.active:before {
	transform: translateY(8px) rotate(135deg);
}

.nav-icon.active:after {
	transform: translateY(-8px) rotate(-135deg);
}

.nav-icon.active div {
	transform: scale(0);
}

.cat-open {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #2f3542;
	font-weight: 500;
}

.sale-order-list-title, .sale-order-list-accomplished-title{
	margin-bottom: 10px;
}

.search-inp input[type="search"] {
	display: inline-block;
	background: #f1f2f6;
	padding: 9px 18px;
	padding-left: 34px;
	border-radius: 999px;
	width: 220px;
	font-size: 15px;
	transition: 0.2s;
}

.search-inp input[type="submit"] {
	background: url(img/search-i.svg) no-repeat 50% 50%;
	height: 14px;
	width: 14px;
	background-size: 14px;
	cursor: pointer;
	position: absolute;
	left: 14px;
	top: 50%;
	margin-top: -7px;
}

.search-inp {
	position: relative;
	display: flex;
	align-items: center;
}

.search-inp input[type="search"]:hover {
	background: #dfe4ea;
}

.search-inp input[type="search"]:focus {
	width: 260px;
	background: #dfe4ea;
}

.clear_text h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    margin-top: 2rem;
    text-transform: none;
    font-family: inherit;
}

.clear_text p {
    margin-bottom: 1.5rem;
    line-height: 1.5;
}


.sect1 {
	display: flex;
	justify-content: space-between;
}

.slider-l {
	width: 25%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
	border-radius: 6px;
	background: #fff;
	position: relative;
	padding-bottom: 20px;
	min-height: 355px;
}

.slider-l-img {
	width: 100%;
	height: 196px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
}

.slider-l-img img {
	width: 140px;
	max-width: 180px;
    max-height: 140px;
    object-fit: cover;
}

.slider-l-bg {
	height: 150px;
	background: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.slider-l-bg svg {
	width: 100%;
	height: 70px;
	margin-top: -70px;

}

.slider-l-txt {
	padding: 0 20px;
	margin-top: -10px;
}

.slider-l-txt a {
	font-size: 16px;
	text-transform: uppercase;
	color: #2f3542;
	font-weight: 500;
	text-decoration: none;
	min-height: 38px;
    display: inline-block;
}

.slider-l-txt a:hover {
	color: #ffa502;
}

.slider-r {
	width: 73%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
	border-radius: 6px;
	background: #fff;
	position: relative;
}

.slider-r div.slide-r-img {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-radius: 6px;
	background-size: cover;
	width: 100%;
	height: 100%;
	min-height: 370px;
}

.artic {
	margin-top: 10px;
	color: #a4b0be;
	font-size: 12px;
}

main {
	background: #FAFAFA;
}

.slide-best {
	background: url(img/pl-1.svg) no-repeat 50% 50%;
	background-size: 100% 100%;
	height: 44px;
	width: auto;
	color: #fff;
	font-weight: 500;
	padding: 0 18px 2px;
	position: absolute;
    top: -18px;
    right: -18px;
	text-transform: uppercase;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

.slide-best img {
	height: 14px;
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.price-slide {
	font-size: 24px;
	font-weight: 500;
	color: #2f3542;
	margin-top: 10px;
}

a.buy-btn {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 9px 24px;
	border: 1px solid #ffa502;
	border-radius: 999px;
	display: inline-block;
	margin-top: 10px;
	color: #ffa502;
}

a.buy-btn:hover {
	color: #fff;
	background: #ffa502;
}

.sect2 {
	margin-top: 50px;
}

.sect3 {
	margin-top: 50px;
}

.sect4 {
	margin-top: 50px;
}

h2.block-title {
	font-size: 28px;
	font-weight: 500;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}

h2.block-title span {
	position: relative;
	color: #ffa502;
}

h2.block-title span:before {
	width: 100%;
	content: "";
	background: #dfe4ea;
	height: 3px;
	border-radius: 999px;
	bottom: -3px;
	position: absolute;
}

.why-cont {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.why-block {
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #747d8c;
	text-align: center;
	line-height: 1.5;
}

.why-block img {
	height: 64px;
	width: auto;
	margin-bottom: 10px;
}

.why-block span {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #0f0f0f;
}

.comp-desc {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 40px;
	text-align: justify;
}

a.cta {
	background: #fff;
	border: 1px solid #ffa502;
	color: #ffa502;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
	border-radius: 999px;
	display: block;
	margin: 40px auto 0;
	padding: 12px 26px;
	width: max-content;
	text-decoration: none;
}

a.cta:hover {
	background: #ffa502;
	color: #fff;
}

a.cta-f {
	background: transparent;
	border: 1px solid #fff;
	color: #fff !important;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	border-radius: 999px;
	display: block;
	padding: 8px 18px;
	width: max-content;
	text-decoration: none;
	margin-top: 15px;
}

a.cta-f:hover {
	background: #fff;
	color: #2f3542 !important;
}

.news-cont {
	display: flex;
	margin-top: 40px;
	flex-wrap: wrap;
}

.cat-home {
	display: flex;
	margin-top: 40px;
}

.cat-home .cat-tovar{
	margin-bottom: 0;
}

.news-all .news-block{
	margin-bottom: 5%;
}

.news-block {
	margin-right: 5%;
	width: 30%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
	border-radius: 6px;
	background: #fff;
	position: relative;
}

.news-block:nth-child(3n){
	margin-right: 0;
}

.news-img {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 160px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.news-content {
	padding: 20px;
	line-height: 1.5;
}

.news-content a {
	font-weight: 500;
	font-size: 18px;
	color: #ffa502;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 5px;
}

.news-content a:hover {
	color: #fdc830;
}

.news-content p {
	display: inline-block;
	text-align: justify;
	margin-bottom: 5px;
}

.news-content span, span.news-date {
	font-size: 12px;
	color: #747d8c;
}

.news-detail{
	display: flex;
	flex-wrap: wrap;
}

.news-left{
	width: 30%;
	min-width: 30%;
}

.news-left img{
	width: 100%;
	height: auto;
	border-radius: 6px;
}

.news-right{
	width: 70%;
	padding-left: 30px;
}

.news-right h2{
	font-weight: 500;
    font-size: 24px;
	color: #ffa502;
}

.news-text{
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.5;
}

footer {
	background: #747d8c;
	color: #fff;
}

footer .const {
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

.f1 {
	width: 30%;
	line-height: 1.5;
}

.f2 {
	width: 30%;
	line-height: 1.5;
	display: flex;
	justify-content: space-between;
}

.f3 {
	width: 30%;
	line-height: 1.5;
}

.logo-f {
	width: 160px;
}

.logo-f img {
	width: 100%;
}

.f1 span {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	display: inline-block;
	margin-top: 8px;
}

.foot-m {
	list-style: none;

}

.foot-m li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 12px;
}

.foot-m li:last-child {
	margin-bottom: 0;
}

.foot-m li:before {
	content: "";
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: 0;
	transition: 0.2s;
}

.foot-m li a {
	text-decoration: none;
	color: #fff;
}

.foot-m li:hover:before {
	background: rgba(255, 255, 255, 1.0);
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}

.socic-cont {
	display: flex;
	margin-bottom: 22px;
}

.socic-cont a {
	width: 32px;
	height: 32px;
	display: block;
	margin-right: 25px;
	opacity: 0.8;
}

.socic-cont a:hover {
	opacity: 1.0;
}

.socic-cont a:last-child {
	margin-right: 0;
}

.socic-cont a img {
	width: 100%;
	height: 100%;
}

.f3>a {
	color: #fdc830;
	display: inline-block;
	text-decoration: none;
}

.f3>a:hover {
	color: #fff;
}

.podfooter {
	background: #f1f2f6;
	padding: 14px 0;
}

a#webfact {
	color: #a4b0be;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	transition: 0.2s;
	top: -30px;
	right: 20px;
}

a#webfact img {
	opacity: 0.3;
	height: 14px;
	width: auto;
	margin-bottom: -2px;
	margin-right: 2px;
}

a#webfact:hover {
	color: #FFA502;
	opacity: 1.0;
}


.block-menu {
	display: none;
}

.block-menu .const {
	border-top: 1px solid #f1f2f6;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
}

ul.cat-menu {
	list-style: none;
}

ul.cat-menu li {
	margin-bottom: 8px;
}

ul.cat-menu li a svg {
    height: 20px;
    width: auto;
    position: relative;
    bottom: -4px;
    margin-right: 4px;
    width: 20px;
}

ul.cat-menu li a svg path {
	transition: 0.3s;
}

ul.cat-menu li a {
	color: #2f3542;
	text-decoration: none;
}

ul.cat-menu li a:hover {
	color: #ffa502;
}

ul.cat-menu li a:hover svg path {
	fill: #ffa502;
}



.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: -14px;
    right: 10px;
}

.owl-theme .owl-nav [class*='owl-'] {
	color: transparent;
	font-size: 0;
	margin: 5px;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
	transition: 0.2s;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	text-decoration: none;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-nav .owl-next {
	background: url(img/ar-sl.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 16px;
	height: 16px;
	opacity: 0.5;
}

.owl-theme .owl-nav .owl-next:hover {
	background: url(img/ar-sl-h.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 1.0;
}

.owl-theme .owl-nav .owl-prev {
	background: url(img/ar-sl.svg);
	transform: rotate(180deg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 16px;
	height: 16px;
	opacity: 0.5;
}

.owl-theme .owl-nav .owl-prev:hover {
	background: url(img/ar-sl-h.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 1.0;
}

.owl-theme2 .owl-dots {
	text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    width: 100%;
    bottom: 4px;
}

.owl-theme2 .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-theme2 .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: rgba(0,0,0, 0.1);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}

.owl-theme2 .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #ffa502;
}

.socs{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.socs img{
	width: 60px;
	height: auto;
	margin-bottom: 14px;
}

main > .const > p{
	margin-bottom:1rem;
}

.cat-open:hover {
	color: #ffa502
}

.cat-open:hover .nav-icon:before {
	background-color: #ffa502;
}

.cat-open:hover .nav-icon:after {
	background-color: #ffa502;
}

.cat-open:hover .nav-icon div {
	background-color: #ffa502;
}

.modal-form{
	margin:0 auto;
	width: 400px;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 30px;
}

.modal-form input{
	background: #f1f2f6;
	border-radius: 999px;
	padding:12px 25px;
	font-size: 16px;
	margin-bottom: 20px;
	width: 80%;
}

.modal-form button {
	background: #fff;
	border: 1px solid #ffa502;
	color: #ffa502;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
	border-radius: 999px;
	display: block;
	margin: 0 auto 0;
	padding: 12px 26px;
	width: max-content;
	text-decoration: none;
	cursor: pointer;
}

.modal-form button:hover {
	background: #ffa502;
	color: #fff;
}

h3.modal-title{
	font-size: 22px;
	color:#2f3542;
}

.cat-sections{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.cat-sections li a svg{
    z-index: 2;
    width: 40px;
    height: auto;
    position: absolute;
    top: 10px;
    left: 8px;
    transition: 0.5s;
    max-height: 36px;
}

.cat-sections li a svg path{
fill:#fff !important;
}

.cat-sections li{
width: 18%;
margin-right: 2.5%;
margin-bottom: 2.5%;
position: relative;
}

.cat-sections li a{
	background: #fff;
	position: relative;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
	border-radius: 6px;
	min-height: 140px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	color:#2f2c2c;
	text-decoration: none;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.2;
	text-align: right;
	padding-left: 30px;
	padding-bottom: 12px;
	padding-right: 15px;
	transition: 0.4s;
	overflow: hidden;
}

.cat-sections li a:before{
	background: rgb(255,165,2);
	background: linear-gradient(90deg, rgba(255,165,2,1) 0%, rgba(253,200,48,1) 100%);
	transform: rotate(-45deg);
	width: 180px;
	height: 170px;
	top:-100px;
	left:-100px;
	position: absolute;
	content:"";
	border-radius: 50%;
	transition: 0.5s ease-in-out;
	z-index: 0;
}

.cat-sections li a:after{
	background: rgba(255,165,2,.2);
	transform: rotate(-45deg);
	width: 180px;
	height: 170px;
	top:-100px;
	left:-94px;
	position: absolute;
	content:"";
	border-radius: 50%;
	transition: 0.3s ease-in-out;
	z-index: 0;
}

.cat-sections li:nth-child(5n){
	margin-right: 0;
}

.cat-sections li a:hover:before, .cat-sections li a:hover:after{
	transform: rotate(0);
	width: 150%;
	height: 150%;
	top:-25%;
	left:-25%;
	border-radius: 50%;
}

.cat-sections li span{
	z-index: 2;
}

.cat-sections li a:hover{
	color:#fff;
}

.cat-sections li a:hover svg{
	width: 60px;
	max-height: 60px;
}

.cat-sections li>svg{
	width: 20px;
	position: absolute;
	top:10px;
	right:14px;
	height: auto;
	z-index: 1;
	pointer-events: none;
}

.cat-sections li>svg path{
fill:#ffa502;
transition: 0.4s;
}

.cat-sections li:hover>svg path{
fill:#fff;
}

.cat-cont{
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
	align-items: flex-start;
}

.cat-left{
	position: relative;
	width: 24%;	
}

.cat-right{
	width: 73%;
	display: flex;
	flex-wrap: wrap;
}

.cat-tovar{
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	background: #fff;
	position: relative;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
	border-radius: 6px;
	padding-bottom: 20px;
}

.cat-tovar:nth-child(3n){
	margin-right: 0;
}

.price-slide s{
	text-decoration: none;
	color: lightgray;
    font-size: 18px;
    position: relative;
    font-weight: 500;
    margin-bottom: 4px;
	display: inline-block;
	margin-left: 10px;
}

.price-slide s:before {
    position: absolute;
    content: "";
    background: lightgray;
    height: 2px;
    width: 100%;
    transform: rotate(-7deg);
    left: 0;
    bottom: 50%;
    border-radius: 2px;
}

.new-price{
	color:#ffa502;
}

.checkbox{
	position: relative;
}

.f-disp-all{
	display: none;
}

.no-result-f{
	color:#a4b0be;
}

.no-result-s{
	box-shadow: 0 0 20px rgb(0 0 0 / 7%);
    border-radius: 6px;
	background: #fff;
	padding:20px;
	width: 100%;
}

.no-result-s span{
	font-size: 20px;
	font-weight: 500;
}

.bx-filter-block{
	max-height: 130px;
	transition: 0.5s;
    overflow: hidden;
}

.filters-block:first-child .bx-filter-block{
overflow:visible;
}

.delivery-block{
	background: #FFF4DF;
	line-height: 1.5;
	padding:20px;
	display: flex;
	align-items: center;
	color:#FFA502;
	border-radius: 6px;
	margin-bottom: 1rem;
}

.delivery-block img{
	height: 40px;
	width: auto;
	margin-right: 20px;
}

.pay-block{
	background: #F1F2F6;
	line-height: 1.5;
	padding:20px;
	display: flex;
	align-items: center;
	color:#747d8c;
	border-radius: 6px;
	margin-bottom: 1rem;
}

.pay-block img{
	height: 40px;
	width: auto;
	margin-right: 20px;
}

.bx-filter-block.f-act{
	max-height: 1000px;
}

.bx-filter-popup-result {
    left: 100%;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    z-index: 9;
    display: none;
    line-height: normal;
    margin-left: 34px;
    margin-top: -14px;
    padding: 6px 14px;
    white-space: nowrap;
    color: #fff;
    min-height: 37px;
    line-height: 18px;
    border-style: solid;
    background: #747d8c;
    border-radius: 5px;
    border: 0;
    top: 0;
}

.bx-filter .bx-filter-popup-result:before {
    border: 6px solid transparent;
    border-right: 7px solid #747d8c;
    display: block;
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -6px;
}

.price-f-flex{
	display: flex;
	justify-content: space-between;
}

.bx-ft-sub{
	font-style: normal;
	color:#a4b0be;
}

.min-price, .max-price{
	background: #f1f2f6;
	border-radius: 5px;
	padding:6px 18px;
	margin-top: 5px;
}

label.atribute {
    position: relative;
    transition: 250ms cubic-bezier(.4,.0,.23,1);
	padding-left: 24px;
	display: block;
	margin-bottom: 10px;
	cursor: pointer;
}

label.atribute input[type='checkbox'] {
    display: none;
}

label.atribute:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    background: rgba(0,0,0,0.07);
    left: 0;
    top: 50%;
    margin-top: -8px;
	transition: 250ms cubic-bezier(.4,.0,.23,1);
	border-radius: 3px;
}

label.atribute:after {
    left: 6px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0.0);
    display: block;
    position: absolute;
    opacity: 0.0;
    transition: 250ms cubic-bezier(.4,.0,.23,1);
    content: "";
    cursor: pointer;
}

label.atribute.activecb:before {
    background: #ffa502;
}

label.atribute.activecb:after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(1.0);
    display: block;
    position: absolute;
    opacity: 1.0;
}

h3.filters-title{
	font-size: 20px;
	font-weight: 500;
	margin: 0;
	position: relative;
	padding:15px 20px;
	border-bottom: 1px solid #f1f2f6;
}

.filters-name{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	color:#747d8c;
	display: inline-block;
}

.filters-block{
	padding:20px
}

.filters-cont{
background: #fff;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
	border-radius: 6px;
}

.filters-but{
	margin-top: 50px;
	padding-bottom: 25px;
	width: 100%;
	background: #ffa502;
	position: relative;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.filters-but:before{
	background:url(img/wave1.svg) no-repeat 0 0 ;
	background-size: 100%;
	width: 100%;
	position: absolute;
	top:-60px;
	left:0;
	height: 60px;
	content:"";
}
.filters-but:after{
	background:url(img/wave2.svg) no-repeat -10px 0 ;
	background-size: 110%;
	width: 100%;
	position: absolute;
	top:-68px;
	left:0;
	height: 60px;
	content:"";
}

.filters-but a{
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	border-radius: 999px;
	display: block;
	margin: 0 auto 0;
	padding: 10px 22px;
	width: max-content;
	text-decoration: none;
	cursor: pointer;
}

.filters-but a:hover{
	background: #fff;
	color:#ffa502
}

h2.block-title.cat-corr{
	text-align: left;
}

.tovar-one{
	width: 100%;
	background: #fff;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
	border-radius: 6px;
}

.tovar-head{
	display: flex;
	padding:25px;
	border-bottom: 1px solid #f1f2f6;
	align-items: center;
}

.tovar-img {
	width: 200px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tovar-img img {
	width: 180px;
	object-fit: cover;
	max-height: 180px;
}

h1.tovar-title{
	font-size: 20px;
	font-weight: 500;
	margin: 0;
	position: relative;
	padding:15px 25px;
	border-bottom: 1px solid #f1f2f6;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

h3.tovar-tab{
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	position: relative;
	padding:15px 25px;
	border-bottom: 1px solid #f1f2f6;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	color:#747d8c;
}

.tov-new{
	background: #2ed573;
	color:#fff;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 6px;
	padding:4px 10px;
	display: inline-block;
	margin-left: 10px;
}

.product-status {
    margin: 0 0 24px;
    color: #ffa502;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.product-status img {
    height: 15px;
    margin-right: 5px;
}

.tovar-action{
	margin-left: 40px;
}

a.addc {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 12px 26px;
	border: 1px solid #fff;
	border-radius: 999px;
	display: inline-block;
	margin-top: 10px;
	color: #fff;
	background: #ffa502;
	text-decoration: none;
}

a.addc:hover {
	background: #fdc830;
}

a.buy-1 {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 12px 26px;
	border: 1px solid #ffa502;
	border-radius: 999px;
	display: inline-block;
	margin-top: 10px;
	color: #ffa502;
	text-decoration: none;
	margin-left: 20px;
}

a.buy-1:hover {
	color: #fff;
	background: #ffa502;
}

.tovar-price {
	font-size: 30px;
	font-weight: 500;
	color: #2f3542;
	margin-top: 10px;
	margin-bottom: 20px;
}

.tovar-p{
	line-height: 1.75;
	padding:20px 25px;
	border-bottom: 1px solid #f1f2f6;
	display: block;
}

ul.chars{
	list-style: none;
	padding:20px 25px;
	display: flex;
	flex-wrap: wrap;
}

ul.chars li{
	display: flex;
	width: 45%;
	margin-right: 10%;
	justify-content: space-between;
	margin-bottom: 15px;
	flex-wrap: wrap;
	align-items: flex-start;
}

ul.chars li:nth-child(2n){
	margin-right: 0;
}

ul.chars li span:first-child{
	font-weight: 500;
	color:#747d8c;
	margin-right: 10px;
	position: relative;
	display: flex;
	align-items: flex-end;
}

ul.chars li span{
	display: block;
}

ul.chars li span:last-child{
	display: block;
	white-space: normal;
    text-align: right;
}

.contacts-icons{
	display: flex;
	justify-content: space-around;
	margin-top: 40px;
}

.contacts-icon{
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
color:#747d8c;
width: 33.333%;
}

.contacts-icon-img{
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
	border-radius: 50%;
	width: 110px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.contacts-icon-img img{
	height: 40px;
	width: auto;
	animation: zoomic 2s ease infinite;
}

.contacts-icon a{
	font-size: 20px;
	font-weight: 500;
	display: inline-block;
	margin-top: 6px;
	color:#2f3542;
	text-decoration: none;
}

.contacts-icon a:hover{
	color:#ffa502;
}

@keyframes zoomic {
	0% {
	  transform: scale(1.0);
	}
	50% {
		transform: scale(1.15);
	}
	100% {
		transform: scale(1.0);
	}
  }


  #map{
	width: 100%;
	height: 400px;
	margin-top: 60px;
	border-radius: 6px;
	overflow: hidden;
}

.paginator{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
	margin-bottom: 30px;
	width: 100%;
}

.paginator a, .paginator b, .paginator span{
    background: #fff;
    box-shadow: 0 0 12px rgba(0,0,0,0.07);
    color:#ccc;
    margin:0 5px;
    font-size: 15px;
	padding:9px 14px;
	border-radius: 5px;
	text-decoration: none;
}

.paginator a svg, .paginator span svg{
    fill:#ccc;
    height: 12px;
    width: auto;
}

.paginator a svg{
    fill: #1c1c1c;
}

.paginator a:hover svg{
    fill: #f5a623;
}

.paginator a{
    color:#1c1c1c;
}

.paginator b{
    color:#fff;
    background: #ffa502;
}

.paginator a:hover{
    color:#ffa502;
}

.lk-page, .ord-final{
	background: #fff;
	position: relative;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
	border-radius: 6px;
	padding:20px;	
}

.bx_profile input.form-control{
	background: #f1f2f6;
	border-radius: 8px;
	padding:10px 20px;
	font-size: 16px;
	margin-bottom: 12px;
	margin-top: 4px;
	width: 50%;
}

.ord-final .mb-5{
	margin-bottom: 1rem;
}

.btn-themes {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 8px 20px;
	border: 1px solid #ffa502;
	border-radius: 999px;
	display: inline-block;
	margin-top: 10px;
	color: #ffa502;
	background: #fff;
	cursor: pointer;
	margin-right: 5px;
}

.btn-themes:hover {
	color: #fff;
	background: #ffa502;
}

.bx-ui-sls-container input{
	margin:0;
	padding:0;
}

.fastb-tovar{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.fastb-tovar a{
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 20px;
}

.fastb-tovar a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fastb-tovar span{
	font-size: 16px;
	font-weight: 500;
	color: #2f2c2c;
	display: inline-block;
}

.form-result{
	display: none;
	border-radius: 10px;
	background: #FFEFD1;
	padding:10px 16px;
	color:#d18800;
	width: 100%;
	margin-top:20px;
}

.form-result.msg-err{
	display: block;
	background: #ffe5e8;
	color:#eb2f45;
}

.form-result.msg-ok{
	background: #FFEFD1;
	display: block;
	color:#d18800;
}

.modal-form button:disabled{
	opacity: 0.5;
	filter: grayscale(1);
	pointer-events: none;
}


@media screen and (max-width: 1250px) {
.const{
	width: 1000px;
}
.slider-r div.slide-r-img, .slider-r{
	height: 300px;
}

.slider-l{
	min-height: 300px;
}

.slider-l-img img{
	width: 80px;
}

.artic{
	display: none;
}
.slider-l-img{
	height: 166px;
}
.why-block{
	width: 22%;
}
.filters-but:before{
	background-size: 100% 70px;
}
}

@media screen and (max-width: 1050px) {
	.const{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}


	ul.cat-menu{
		width: 100%;
	}

	.block-menu .const{
		flex-wrap: wrap;
	}
	.head-date, .head-phone{
		display: none;
	}

	.why-cont{
		flex-wrap: wrap;
	}

	.why-block{
		width:47.5%;
		margin-bottom: 30px;
	}
	a.cta{
		width: 240px;
		text-align: center;
	}
	.f2{
		display: none;
	}
	.slider-l{
		display: none;
	}

	.slider-r div.slide-r-img{
		height: unset;
		min-height: unset;
		padding-bottom: 40%;
	}

	.slider-r{
		width: 100%;
		height: unset;
	}

 .preconst{
	 overflow: hidden;
 }
 .prescroll{
	max-width: 100%;
	padding-bottom: 20px;
	margin-bottom: -20px;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-mask-image: linear-gradient(90deg,transparent 0,rgba(0,0,0,.25) 9px,#000 18px,#000 calc(100% - 18px),rgba(0,0,0,.25) calc(100% - 9px),transparent);
	mask-image: linear-gradient(90deg,transparent 0,rgba(0,0,0,.25) 9px,#000 18px,#000 calc(100% - 18px),rgba(0,0,0,.25) calc(100% - 9px),transparent);
 }

 a.profile, ul.head-top-m{
	 min-width: max-content;
 }

 a.profile{
	 padding-right: 20px;
	 margin-left: 30px;
 }

 .news-block, .cat-home .cat-tovar{
	 min-width: 250px;
	 margin-bottom: 20px;
	 margin-right: 40px;
 }
 .news-cont,  .cat-home{
	 flex-wrap: nowrap;
	 padding-left: 20px;
	 padding-right: 20px;

 }

 .cat-sections li,.cat-sections li:nth-child(5n){
	 width: 30%;
	 margin-right: 5%;
 }
 .cat-sections li:nth-child(3n){
	 margin-right: 0;
 }
 .cat-left{
	 width: 100%;
 }

 .cat-cont{
	 flex-wrap: wrap;
 }
 .filters-but:before, .filters-but:after{
	 display: none;
 }

 .filters-but{
	 padding-top: 20px;
	 margin-bottom: 20px;
 }

 .smartfilter > .row{
	 display: flex;
	 justify-content: space-between;
	 flex-wrap: wrap;
 }

 .filters-block{
	 width: 32%;
 }

 .cat-right{
	 width: 100%;
 }

 .filters-but{
	 margin-top: 10px;
 }

 a.buy-1{
	 margin-left: 0;
 }
 a.addc{
	 margin-right: 10px;
 }

 ul.chars li{
	 width: 100%;
	 margin-right: 0;
 }
 .news-all{
	 flex-wrap: wrap;
 }

 .news-all .news-block,.news-all .news-block:nth-child(3n){
	 width: 47.5%;
	 margin-right: 5%;
 }
 .news-all .news-block:nth-child(2n){
margin-right: 0;
 }
 .f1{
	 width: 50%;
 }
 .basket-items-list-item-remove{
	 display: none !important;
 }
 #bx-soa-order{
	 flex-wrap: wrap;
	 flex-direction: column;
 }

 .bx-soa-sidebar, .bx-soa {
    width: 100%;
}
}

.search-cat{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.search-page form input[type=text] {
	display: inline-block;
	padding: 9px 18px;
	border-radius: 999px;
	width: 220px;
	font-size: 15px;
	transition: 0.2s;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.08);
}

.search-page form input[type=submit] {
	background: url(img/search-i.svg) no-repeat 50% 50% #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.08);
	height: 34px;
	width: 34px;
	background-size: 14px;
	border-radius: 999px;
	cursor: pointer;
	position: relative;
	left: 6px;
	font-size: 0;
	transition: 0.2s;
}

.search-page form input[type=submit]:hover{
	transform: scale(1.1);
}

.search-page form {
	position: relative;
	display: flex;
	align-items: center;
}

.errpage{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
color:#2f3542;
font-size: 16px;
margin: 50px 0;
}

.errpage span{
	display: inline-block;
	font-size: 60px;
	color:#f5a623;
	font-weight: 500;
}

@media screen and (max-width: 600px) {
	html body input[type="text"]{
		font-size: 16px;
	}
	.bx_profile input.form-control{
		width: 100%;
	}

	.artic{
		display: block;
	}
	.why-block{
		width: 100%;
		margin-right: 0;
	}
	.f1 span{
		display: none;
	}
	.f3{
		width: 45%;
	}
	.cat-sections li, .cat-sections li:nth-child(5n), .cat-sections li:nth-child(3n){
		width: 100%;
		margin-right: 0;
	}

	.smartfilter > .row{
		display: block;
	}

	.filters-block{
		width: 92%;
		overflow: hidden;
	}

	.cat-tovar{
		width: 100%;
		margin-right: 0;
	}
	.news-all .news-block, .news-all .news-block:nth-child(3n),.news-all .news-block:nth-child(2n){
		width: 100%;
		margin-right: 0;
	}

	.news-left{
		width: 100%;
		text-align: center;
	}

	.news-left img{
		width: 60%;
		min-width: 300px;
	}

	.news-right{
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
	.search-inp input[type="search"]{
		width: 110px;
		font-size: 16px;
	}

	.search-inp input[type="search"]:focus{
		width: 130px;
	}
	.contacts-icons{
		flex-wrap: wrap;
	}

	.contacts-icon{
		width: 100%;
		margin-bottom: 30px;
	}
	#map{
		height: 200px;
	}
}

@media screen and (max-width: 420px) {
	.delivery-block, .pay-block{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.delivery-block img, .pay-block img{
		margin-right: 0;
		margin-bottom: 16px;
	}

	.modal-form{
		width: 100%;
	}

	.fastb-tovar{
		flex-wrap: wrap;
		flex-direction: column;
		text-align: center;
	}

	.fastb-tovar a{
		margin-right: 0;
		margin-bottom: 14px;
	}

	a.head-bask{
		font-size: 0;
	}
	a.head-bask img{
		margin-right: 0;
	}
	.logo{
		width: 200px;
	}
	.f1{
		width: 100%;
	}
	.f3{
		width: 100%;
		margin-top: 20px;
	}
	footer .const{
		flex-wrap: wrap;
	}
	h2.block-title{
		font-size: 24px;
	}
	.cat-open{
		font-size: 14px;
	}
	.modal-form input{
		width: 100%;
	}
	.tovar-head{
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
	}
	.tovar-action{
		margin-left: 0;
		margin-top: 30px;
	}

	h1.tovar-title{
		font-size: 16px;
	}

	.cat-sidebar{
		display: none;
	}
	.basket-items-list-wrapper-compact .basket-item-image{
		max-width: 30px;
	}
	.form-group textarea{
		width: 100%;
	}

	.const{
		min-width: 320px;
	}
	.news-block{
		min-width: 290px;
	}
}