@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
	font-family: Montserrat;
	overflow-x: hidden;

}
h1, h2, h3, h4, h5, span, input, div, button{
	font-family: Montserrat;
}
header{
	position: relative;
}
header.active{

}

a{
	text-decoration: none!important;
}
:root{
  --PC-margin: 125px;
  --PC-title-margin: 40px;
  /* var(--PC-margin) */
}
:not(.breadcrumbs)::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:6px;
height:0px
}

:not(.breadcrumbs)::-webkit-scrollbar-track {
-webkit-border-radius: 3px;
border-radius: 3px;
background-color:#DDDDDD;
}

:not(.breadcrumbs)::-webkit-scrollbar-thumb {
-webkit-border-radius: 3px;
border-radius: 3px;
background-color:#473990;

background-image:url('https://yraaa.ru/_pu/24/59610063.png');
background-position:center;
background-repeat:no-repeat;
}

:not(.breadcrumbs)::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:9px;
height:9px
}

:not(.breadcrumbs)::-webkit-scrollbar{
width: 9px;
height: 9px;
}
.qrcode{
max-width: 100%;
height: auto;
object-fit: contain;
}
.qr_popup{
	display: none;
}
.qr_popup.active{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
}
.qr_popup_bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(10px);
}
.qr_popup_main{
	z-index: 2;
	background: white;
	padding: 50px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
}
.qr_popup_title{
	font-size: 26px;
	text-align: center;
}
.qr_popup_main a{
	display: block;
	width: fit-content;
	background: #473990;
	padding: 10px 30px;
	color: white;
}
.qr_popup_main a:hover{
	color: white;
	font-weight: 700;
	text-decoration: none;
}
.logo{
	display: block;
}
.logo img{
	width: 190px;
	height: 45px;
}
.head_content{
	height: 116px;
	display: flex;
	align-items: center;
  justify-content: space-evenly;
}
.Header_links a{
	text-decoration: none!important;
	color: #473990;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500!important;
	line-height: 22px;
	border-bottom: 4px solid transparent;
	transition-duration: 0.3s;
}
.Header_links a:hover, .Header_links a.active{
	border-bottom: 4px solid #473990;
	color: #473990;
}
.Header_links{
	flex: 2;
	display: flex;
	align-items: center;
  justify-content: space-between;
}
.sity{
	display: flex;
	align-items: center;
  justify-content: space-evenly;
  color: #191919;
  font-size: 12px;
	line-height: 15px;
	/*margin: 0 15px;*/
}
.sity img{
	/*height: 20px;
	width: 20px;*/
	height: 15px;
	width: 15px;
	margin-right: 5px;
}
.serch, .personal, .cart{
	height: 36px;
}
.mobile-menu-toggle{
	margin: 0 15px;
}
.serch:hover img, .personal:hover, .cart:hover{
	opacity: 0.8;
}
.cart{
	position: relative;
}
.cart .countCart{
	height: 20px;
	width: 20px;
	color: white;
	background: black;
	border-radius: 10px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.slide-containter{
	width: 100%;
	height: 100%;
	/*
	display: grid;
	grid-template-columns: 3fr 4fr;
  justify-items: stretch;*/

}

.slider-content{
	background: url(../img/banner-bg.jpg);
	background-size: cover;
  height: 550px;
  float: left;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /*padding-left: 10%;*/
  padding-left: calc(calc(100vw - 1320px) / 2);
  padding-right: 50px;
}
/*.slider-img{
	float: right;
	width: 50%;
	height: 550px;
	object-fit: cover;
}*/
.slideTopLabel{
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #191919;
}
.slideTitle{
	font-weight: 500;
	font-size: 70px;
	line-height: 80px;
	text-transform: uppercase;
	color: #191919;
	margin: 50px 0;
}
.slideTitle:hover{
	color: #473990;
}
.slider-content .slider-link{
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-decoration: none;
	color: #191919;
	display: flex;
	align-items: center;
}
.slider-content .slider-link:hover:after{
	margin-left: 20px;
}
.slider-content .slider-link:hover{
	color: #191919;
	opacity: 0.8;
}
.slider-content .slider-link:after{
	content: "";
	display: inline-block;
	background: url(../img/Line-1.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 10px;
	transition-duration: 0.3s;
	height: 22px;
	width: 110px;
}
body .carousel-indicators{
	justify-content: center;
	z-index: 5;
}
body .carousel-indicators [data-bs-target]{
	background-color: white;
	opacity: 1;
	width: 50px;
	height: 5px;
}
body .carousel-indicators .active{
	background-color: #473990;
	opacity: 1;
}
.collections3{
	margin-top: var(--PC-margin);
}
.collect-img{
	width: 100%;
	height: 430px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.collect-img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition-duration: 0.3s;
}
a.collect{
	color: #191919;
	text-decoration: none;
}
a.collect:hover{
	color: #191919;
}
a.collect:hover .collect-img img{
	transform: scale(1.1);
}
.collect-title{
	margin-top: 10px;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
}
.buttons-category{
	margin: var(--PC-margin) 0;
	display: flex;
	justify-content: center;
}
.buttons-category .owl-stage{
	display: flex;
	align-items: center;
}
.buttons-purple{
	display: flex;
	align-items: center;
  	justify-content: center;
  	text-decoration: none;
  	transition-duration: 0.1s;
	width: 100%;
	height: 60px;
	background: #473990;
	border: 2px solid #473990;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: white;
	text-align: center;
	padding: 10px;
}
.buttons-purple:hover{
	/*color: #473990;
	background: white;
	border: 2px solid #473990;	*/
	font-weight: 700;
	color: white;
}
h2.h2{
	padding-bottom: var(--PC-title-margin);
	font-weight: 500;
	font-size: 40px;
	line-height: 49px;
	text-align: center;
	color: #191919;
}
h1.h1{
	font-weight: 500;
	font-size: 40px;
	line-height: 49px;
	text-align: center;
	color: #191919;
	padding-bottom: var(--PC-title-margin);
	margin-bottom: none;
}
h1.h1.personal-h1, .personal-h2{
	text-align: left;
}
.collections5{
	margin: 0 auto var(--PC-margin) auto;
	max-width: 1600px;
}
.row{
	margin-right:0!important;
    margin-left:0!important;
}
a.collection-small{
	display: block;
	height: 407px;
	text-decoration: none;
}
.row a.collection-small:nth-child(-n+2){
	margin-bottom: 1.5rem;
}
a.collection-big{
	display: block;
	height: 838px;
	text-decoration: none;
}
.collection-big:hover .collection-img-container img, .collection-small:hover .collection-img-container img{
	transform: scale(1.1);
}
.collection-img-container{
	width: 100%;
	height: calc(100% - 30px);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.collection-img-container img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	transition-duration: 0.3s;
}
.collection-title{
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #191919;
	margin: 6px 0px;
	text-decoration: none;
}
.remove-left-padding, .remove-left-padding>*:nth-child(odd){
	padding-left: 0!important;
}
.remove-right-padding, .remove-right-padding>*{
	padding-right: 0!important;
}

.preimushestvo-img{
	height: 125px;
	width: 125px;
	overflow: hidden;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 40px;
	flex-shrink: 0;
}
.preimushestvo-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: 0.3s;
}
.preimushestvo:hover .preimushestvo-img img{
	/*width: 110%;
	height: 110%;*/
}
div.preimushestvo{
	display: flex;
	align-items: center;
	color: #473990;
	font-feature-settings: 'ordn' on;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 50px;
}
div.preimushestvo:hover{
	color: #473990;
	text-decoration: none;
}
.pordobnee-container{
	display: flex;
	align-items: center;
	justify-content: center;
}
.pordobnee-container a{
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #191919;
	text-decoration: none;
	display: flex;
	justify-content: center;
}
.pordobnee-container a:hover{
	color: #191919;
}
.pordobnee-container a:hover:after{
	margin-left: 20px;
}
.pordobnee-container a:after{
	content: "";
	display: inline-block;
	background: url(../img/Line-1.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 10px;
	transition-duration: 0.3s;
	height: 22px;
	width: 110px;
}
.catalog-img-container{
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.caralog-sale-block{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px 15px;
	z-index: 1;
	display: flex;
}
.caralog-sale-block div{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
}
.caralog-sale-block .new-label{
	color: #191919;
	background: #83C5BE;
}
.caralog-sale-block .sale-label{
	color: white;
	background: #E30016;
}
.caralog-sale-block.liked{
	justify-content: flex-end;
}
.caralog-sale-block.liked .liked-btn:hover{
	background-color: rgba(255, 255, 255, 1);
  z-index: 1;
}
.caralog-sale-block.liked .liked-btn{
	width: 38px;
	height: 38px;
	background-color: rgba(255, 255, 255, 0.5);
	background-image: url(../img/heart.svg);
	background-size: 25px 25px;
  margin-right: 0;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  transition-duration: 0.3s;
}
.caralog-sale-block.liked .liked-btn.active{
	background-image: url(../img/heartfool.svg);
	background-size: 38px 38px;
}

.simpleCatalog__fast-view-icon {
  width: 38px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url(../img/icon-eye-var1.png);
  background-size: 31px 18px;
  margin-right: 0;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 99;
  transition-duration: 0.3s;
  position: absolute;
  border-radius: 50%;
  top: 10px;
  right: 65px;
  cursor: pointer;
}
.simpleCatalog__fast-view-icon:hover,
.simpleCatalog__fast-view-icon:focus {
	background-color: rgba(255, 255, 255, 1);
}


.catalog-img-container img.zoom-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	transition-duration: 0.3s;
}
.catalog-img-container:hover img.zoom-img{
	transform: scale(1.2);
}
.catalog-img-container .first-image, .catalog-img-container .second-image{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.catalog-img-container .second-image{
	display: none;
}
.catalog-img-container:hover .second-image{
	display: block;
}
.catalog-img-container:hover .first-image{
	display: none;
}

.card-colors{
	display: flex;
	align-items: center;
	/*justify-content: center;*/
	margin: 0 -6px;
	margin-top: 12px;
}
.catalog-detail-disk .card-colors{
	justify-content: flex-start;
}
.card-colors span, .card-colors a{
/*	height: 30px;
	width: 30px;*/
	height: 24px;
	width: 24px;
	border-radius: 50%;
	border: 1px solid #E4E4E4;
	margin: 0 5px;
}
.card-colors a:hover{
	outline: 1px solid black;
}
.card-colors span.active, .card-colors a.active{
/*	height: 30px;
	width: 30px;*/
	border-radius: 50%;
	border: 1px solid white;
	outline: 1px solid black;
}
.card-title{
	display: block;
	margin-top: 15px;
/*	font-weight: 500;
	font-size: 16px;
	min-height: 40px;
	line-height: 20px;
	text-align: center;
	color: #000000;*/
	height: 44px;
	color: #212529;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.3s;
}
.cart-price{
	/*font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-align: center;*/
	color: #000000;
	margin-top: 15px;
	/*min-height: 30px;*/
	font-size: 24px;
	font-weight: 400;
	line-height: 22px;
}
.caralog-sale-block .percent-skidka,
.cart-price .percent-skidka{
	margin-left: 15px;
	background: #FF4A5B;
	border-radius: 50px;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	height: 50px;
	min-width: 50px;
	line-height: 50px;
	white-space: nowrap;
	transform: translateY(-5px);
}
.catalog-card .caralog-sale-block .percent-skidka{
	margin: 0;
	transform: none;
}
.cart-price span{
	color: #E30016;
}
.cart-price del{
	/*color: #191919;
	opacity: 0.4;*/
	text-decoration: line-through;
	/*margin-left: 15px;*/
	margin-left: 8px;
	color: #ADB5BD;
	font-size: 16px;
	line-height: 22px;
}
a.card-buy{
	background: #473990;
	padding: 10px 30px;
	width: fit-content;
	color: white;
	/*font-weight: 500;
	font-size: 16px;
	line-height: 20px;*/
	display: flex;
	border: 2px solid #473990;
	align-items: center;
	justify-content: center;
	/*margin: auto;*/
	margin-top: 15px;
	/*margin-bottom: 80px;*/
	text-decoration: none;
	transition-duration: 0.3s;
	font-size: 15px;
	line-height: 14px;
}
.catalog-card a.card-buy{
	width: 150px;
}
/*a.card-buy:after{
	content: "";
	height: 20px;
	width: 20px;
	color: #473990;
	text-decoration: none;
	margin-left: 5px;
	background: url(../img/card-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
a.card-buy:hover:after{
	background: url(../img/basket.svg);
	background-size: contain;
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
}*/
a.card-buy:hover{
	/*
	color: #473990;
	background: white;
	*/
	font-weight: 700;
	color: white;
}

.catalog-index{
	margin-top: var(--PC-margin);
}
.insta-block{
	margin: var(--PC-margin) 0;
}
.insta-block .owl-stage{
	display: flex;
}
a.insta-link{
	color: #473990;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
a.insta-link:hover{
	color: #473990;
	border-bottom: 1px solid #473990;
}
.insta-container{
	display: flex;
  justify-content: space-between;
  align-items: center;
}
div.insta-image, a.insta-image{
	height: 23vw;
	width: 23vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	color: #191919;
}
div.insta-image img, a.insta-image img{
	width: 100%;
	height: calc(100% - 24px);
	object-fit: cover;
	transition-duration: 0.3s;
	object-position: top;
}
div.insta-image:hover img, , a.insta-image:hover img{
	/*transform: scale(1.1);*/
}
footer{
	border-top: 1px solid #DDDDDD;
	padding: var(--PC-title-margin) 0;
}
.footer-menu{
	display: flex;
	flex-direction: column;
}
.footer-menu .foot-it{
	font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  color: rgb(0 0 0);
  text-align: left;
}
.footer-menu a{
	font-weight: normal;
	font-size: 16px;
	/*line-height: 20px;*/
	line-height: 21px;
	padding: 5px 0;
	text-decoration: none;
	color: #191919;
	transition-duration: 0.3s;
}
.footer-menu a:hover{
	color: #473990;
}
.delivery-type{
	display: flex;
}
.delivery-type img{
	display: flex;
	height: 25px;
	max-width: 50px;
	margin: 0 5px;
	object-fit: contain;
}
.footer-block{
	display: flex;
	justify-content: space-between;
}
.footer-menu a.telefon{
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	padding: 0;
	color: #191919;
	text-decoration: none;
	transition-duration: 0.3s;
}
.footer-menu a.telefon:hover{
	color: #473990;
}
.footer-menu span{
	font-size: 16px;
	line-height: 24px;
}
.social img{
	height: 35px;
	width: 35px;
	transition-duration: 0.3s;
}
.social img:hover{
	transform: scale(1.1);
}
.web-etalon img{
	width: 200px;
	height: 50px;
	object-fit: contain;
}
.dropButton{
	position: relative;
}
.dropdawn{
	display: none;
	position: absolute;
	left: -21px;
	top: 45px;
	/*padding-left: 10px;*/
	/*bottom: -449px;
	height: 450px;*/
	z-index: 5;
	background: white;
	border-top: 1px solid #DDDDDD;
	box-shadow: 0 15px 20px rgb(0 0 0 / 20%);
}
.dropdawn .container{
	padding: 0;
}
.drop-container{
	display: flex;
	padding: 30px 40px;
}
.drop-menu{
	display: flex;
	min-width: 250px;
	padding-right: 30px;
	flex-direction: column;
}
.drop-menu-grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 2px;
	column-gap: 40px;
}
.drop-menu-title,.drop-menu .drop-menu-title a{
	font-weight: 500;
	font-size: 16px !important;
	line-height: 50px !important;
	color: #000000;
	text-transform: uppercase !important;
}
.drop-menu-title{
	font-weight: 500;
	font-size: 16px;
	line-height: 50px;
	text-transform: uppercase;
}
.drop-menu a{
	font-size: 14px;
	line-height: 18px;
	color: #191919;
	padding: 5px 0px;
	border: none;
}
.drop-menu a:hover{
	color: #473990;
	border: none;
}
.dropdawn.active{
	display: block;
	animation: 0.3s show ease;
}
@keyframes show {
  from { opacity: 0; }
  to { opacity: 1; }
}
.breadcrumbs{
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
}
.breadcrumbs a{
	font-size: 16px;
	line-height: 20px;
	color: #191919;
	transition-duration: 0.3s;
	text-decoration: none;
	display: flex;
	align-items: flex-end;
}
.breadcrumbs a:after{
	content: "";
	display: inline-block;
	background: url(../img/ArrowMin.svg);
	height: 20px;
	width: 22px;
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 16px;
	line-height: 20px;
	color: #191919;
	transition-duration: 0.3s;
	margin: 0 9px;
	background-position: center;
	text-decoration: none;
}
.breadcrumbs a:hover{
	font-size: 16px;
	line-height: 20px;
	color: #473990;
	text-decoration: none;
}
.breadcrumbs span{
	display: flex;
	align-items: flex-end;
	font-size: 16px;
	line-height: 20px;
	color: #191919;
	opacity: 0.5;
	transition-duration: 0.3s;
	text-decoration: none;
}

.coloredBlock{
	display: flex;
}
.coloredBlock-text{
	background: url(../img/banner-bg.jpg);
	background-size: cover;
	width: 50%;
	padding: 100px;
	font-size: 16px;
	line-height: 30px;
	min-height: 500px;
}
.coloredBlock-detail .coloredBlock-text{
	padding-left: calc(calc(100vw - 1320px) / 2);
}
.coloredBlock-text.coloredBlock-contacts{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 26px;
}
.coloredBlock-text span{
	text-transform: uppercase;
	font-weight: 500;
}
.coloredBlock-content{
	width: 60%;
}
.coloredBlock-content>*{
	width: 100%;
	height: 100%;
}
.benefits{
	object-fit: contain;
	width: 100%;
	margin: 115px 0 0 0;
}
h1.h2{
	padding-bottom: var(--PC-title-margin);
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    text-align: center;
    color: #191919;
}
h2.krasivoe{
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	width: fit-content;
	margin: auto;
	line-height: 60px;
	color: #191919;
	padding-bottom: var(--PC-title-margin);
}
h2.krasivoe:after{
	content: "";
	position: absolute;
	background: url(../img/venok.svg);
	right: -30px;
	bottom: 40px;
	width: 32px;
	height: 60px;
}
h2.krasivoe:before{
	content: "";
	position: absolute;
	background: url(../img/venok.svg);
	transform: scale(-1, 1);
	left: -30px;
	bottom: 40px;
	width: 32px;
	height: 60px;
}
.diplom{
	padding-top: var(--PC-margin);
}
.diplom .item{
	height: 525px!important;
}
.moda-slider .item{
	width: 377px;
	height: 377px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.moda-slider .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.moda-slider{
	padding-bottom: var(--PC-margin);
}
.gray-bg .moda-slider{
	padding-bottom: 0px;
}
.owl-carousel .owl-nav{
	position: absolute;
	bottom: calc(50% - 100%);
}
.owl-carousel .owl-nav{
	position: absolute;
	width: 90vw;
	right: calc(50% - 45vw);
	left: calc(50% - 45vw);
	display: flex;
	align-items: center;
	justify-content: space-between;
	bottom: calc(50% - 20px);
}
.buttons-category .owl-nav.disabled, .moda-slider .owl-nav.disabled, .video-slider .owl-nav.disabled {
	display: flex!important;
}
.buttons-category .owl-dots{
	display: none;
}
.owl-carousel .owl-nav{
	pointer-events: none;
}
.owl-carousel .owl-nav button{
	pointer-events: auto;
}
body .owl-carousel .owl-nav button{
	width: 40px;
	height: 40px;
	border: 1px solid #473990!important;
	background-color: white!important;
	border-radius: 50%!important;
	background: url(../img/arrowPirple.svg)!important;
	background-size: 25px 25px!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
	transition-duration: 0.3s;
}
body .owl-carousel .owl-nav button.owl-prev:hover{
	background-position: center left!important
}
body .owl-carousel .owl-nav button.owl-next:hover{
	/*box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);*/
	background-position: center left!important
}
body .owl-carousel .owl-nav span{
	display: none;
}
body .owl-carousel .owl-nav button.owl-next{
	transform: scale(-1, 1)!important;
}
.gray-bg{
	background-color:#FAF9F9;
	padding: var(--PC-margin) 50px;
}
.china-moda-big, .china-moda-small{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.china-moda-big{
	padding-bottom: var(--PC-margin);
}
.china-moda-small img{
	width: 32%;
	height: 700px;
	object-fit: contain;
}
.china-moda-small img:nth-child(2){
	width: 30%;
	height: 600px;
	object-fit: contain;
}
.china-moda-big img{
	width: 30%;
	height: 600px;
	object-fit: contain;
}
.china-moda-big img:nth-child(2){
/*	width: 32%;
	height: 700px;*/
}

.contacts-block{
	padding-top: var(--PC-title-margin);
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #191919;
	display: flex;
	justify-content: space-between;
}
.contacts-block a.contacts-link{
	color: #473990;
	width: fit-content;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition-duration: 0.3s;
}
a.contacts-link{
	color: #473990;
	width: fit-content;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition-duration: 0.3s;
}
.contacts-block a.contacts-link:hover{
	color: #473990;
	width: fit-content;
	text-decoration: none;
	border-bottom: 1px solid #473990;
}
.contacts-block-inner{
	display: flex;
	flex-direction: column;
}
.contacts-block-inner span{
	margin: 6px 0;
}
.contacts-block-inner .delivery-type.social{
	margin-top: 30px;
}
.contacts-block .contacts-block-inner:nth-child(2){
	padding-right: 100px;
}
.CTA{
	background: #FAF9F9;
	padding: var(--PC-title-margin) 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	/*margin-bottom: var(--PC-margin);*/
}
.CTA h2{
	font-weight: 500;
	font-size: 40px;
	line-height: 49px;
	color: #191919;
	margin-bottom: 20px;
}
.CTA .CTA-title{
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #191919;
	margin-bottom: 50px;
}
.input{
	border-radius: 0;
	border: 1px solid #DDDDDD;
	background: transparent;
	padding: 10px 20px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #191919;
	margin-right: 30px;
	width: 300px;
}
.input::placeholder{
	color: #191919;
}
.input:hover, .input:focus{
	background: white;
	border: 1px solid #473990;
	outline: none;
}
button.button, input.button{
	background: #473990;
	border: 1px solid #473990;
	padding: 10px 20px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	transition-duration: 0.3s;
}
button.button:hover, input.button:hover{
	font-weight: 700;
}
a.button-white{
	background: transparent;
	display: block;
	border: 1px solid #473990;
	padding: 10px 20px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #473990;
	transition-duration: 0.3s;
	margin-top: 20px;
}
a.button-white:hover{
	font-weight: 700;
	color: #473990;
}
.login-c{
	flex-direction: column;
}
.login-c a.button-white, .login-c input.button{
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.CTA-content{
	z-index: 2;
	padding-right: 300px;
}

.personal-content .CTA img{
	right: 50px;
}
.personal-content .buttons-purple{
	margin-bottom: 20px!important;
}
.CTA img{
	position: absolute;
	bottom: 0px;
	width: 300px;
	object-fit: contain;
	right: 200px;
	z-index: 1;
}
.catalog-sections{
	display: flex;
	justify-content: space-between;
	padding-bottom: var(--PC-margin);
}
.catalog-sections>*{
	width: 49%;
}
.catalog-sections-img-container img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	transition-duration: 0.3s;
}
.catalog-sections-img-container{
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.catalog-sections a{
	text-decoration: none;
}
a:hover .catalog-sections-img-container img{
	transform: scale(1.2);
}
.catalog-sections-small-container .catalog-sections-img-container{
	height: 377px;
	width: 100%;
}
.catalog-sections-small-container{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.catalog-sections-big-card .catalog-sections-img-container{
height: 814px;
}
.catalog-sections-title{
	min-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #191919;
}
.personal-block{
	display: flex;
}
.personal-sidebar{
	width: 370px;
	margin-right: 100px;
}
.personal-sidebar-cont{
	background: #FAF9F9;
	padding: 30px;
	margin-bottom: 100px;
	display: flex;
	flex-direction: column;
}
.personal-sidebar-cont a{
	font-size: 18px;
	line-height: 44px;
	color: #191919;
	text-decoration: none;
}
.personal-sidebar-cont a.active{
	opacity: 0.5;
}
.personal-sidebar-cont a:hover{
	color: #473990;
}
.personal-content{
	width: calc(100% - 470px);
}
.personal-h2{
	font-weight: 500;
	font-size: 20px;
	line-height: 44px;
	text-transform: uppercase;
	color: #191919;
	text-align: left;
	padding-left: 12px;
}
.personal-table{
	width: 100%;
	font-size: 14px;
	line-height: 17px;
	color: #191919;
	margin-bottom: var(--PC-margin);
}
.personal-table th{
	opacity: 0.5;
	border-bottom: 1px solid #DDDDDD;
}
.personal-table th, .personal-table td{
	padding: 30px 10px;
	border-bottom: 1px solid #DDDDDD;
}
.personal-table tr:nth-last-child(2) td{
	border-bottom: 1px solid transparent;
}
.zakaz-drop{
	display: none;
}
.zakaz-drop.active{
	display: table-row;
	background: #FAF9F9;
	padding: 20px 60px;
}
.zakaz-drop.active img{
	width: 90px;
	object-fit: contain;
}
a.zakaz-drop-container{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-decoration: none;
	color: #191919;
	font-size: 16px;
	line-height: 20px;
}
a.zakaz-drop-container:hover{
	color: #191919;
	opacity: 0.8;
}
a.zakaz-drop-container span{
	font-weight: 500;
}
.zakaz-drop-btn{
	background: url("../img/Arrow 6.svg");
	background-size: 20px 10px;
	background-repeat: no-repeat;
	background-position: center;
}
.zakaz-drop-btn.active{
	transform: rotate(180deg);
}
.left-container{
	margin-left: max(calc(calc(100vw - 1320px) / 2), 0px);
	padding-left: 20px;
}
.left-container .CTA{
	justify-content: flex-start;
	padding-left: 50px;
}
.personal-content label{
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}
.personal-content label span{
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 10px;
	color: #191919;
}
.personal-content form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.personal-content form .button-container{
	width: 100%;
	padding-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: var(--PC-margin);
}
.personal-content .checkbox{
	width: 100%;
}
.checkbox input[type="checkbox"] {
    opacity: 0;
    width: 0px;
    height: 0px;
    margin-right: 0px;
}
.checkbox label, .catalog-sidebar .bx-filter-section .checkbox label{
    position: relative;
    display: inline-block;
    /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
    padding-left: 42px;
    font-size: 14px;
		line-height: 25px;
}
.checkbox label::before,
.checkbox label::after {
    position: absolute;
    content: "";
    display: inline-block;
}
/*Outer box of the fake checkbox*/
.checkbox label::before{
    height: 25px;
    width: 25px;
    border: 1px solid #191919;
    left: 0px;
    top: 0px;
}
/*Checkmark of the fake checkbox*/
.checkbox label::after {
    height: 21px;
    width: 21px;
    background: url("../img/chek.svg");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.8;
    background-position: center;
    left: 2px;
    top: 2px;
}
/*Hide the checkmark by default*/
.checkbox input[type="checkbox"] + label::after {
    content: none;
}
/*Unhide on the checked state*/
.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}
.bx-filter .checkbox{
	margin: 5px 0;
}
.ul{
	font-size: 16px;
	line-height: 24px;
	color: #191919;
	padding-left: 0;
  list-style-type: none;
}
.ul li{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.ul li:before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 5px;
	background: #473990;
}
.personal-content hr{
	margin: var(--PC-title-margin) 0;
}
.padding-bottom{
	padding-bottom: var(--PC-margin);
}
.catalog-main{
	padding: 0 15px;
	display: flex;
}
.catalog-sidebar{
	width: 370px;
	margin-right: 30px;
}
.catalog_new .catalog-content{
	width: 100%;
}
.catalog-content{
	width: calc(100% - 400px);
}
.catalog-detail{
	display: flex;
}
.catalog-detail>*{
	width: calc(50% - 50px);
}
.catalog-detail-image{
	display: flex;
}
.catalog-detail-more-image{
	width: 80px;
	height: 100%;
	margin: 0 45px;
}
.catalog-detail-more-image img{
	width: 100%!important;
	height: 115px!important;
	object-fit: contain;
	margin-bottom: 10px;
}
.catalog-detail-main-image{
	width: calc(100% - 170px);
	height: auto;
	object-fit: contain;
	object-position: top;
	max-height: 90vh;
}
.catalog-detail-disk{
	margin-left: 100px;
	padding-right: 170px;
}
.catalog-detail-disk .h1{
	text-align: left;
	padding-bottom: 20px;
}
.catalog-detail-disk .cart-price{
	font-size: 29.1667px;
	line-height: 36px;
	text-align: left;
}
.catalog-detail-disk-title{
	font-weight: 500;
	/*font-size: 16px;
	line-height: 20px;*/
	font-size: 18px;
	line-height: 22px;
	color: #191919;
	/*margin-bottom: 30px;*/
	margin-bottom: 17px;
}
.catalog-detail-disk-rezmer{
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
	margin: -7.5px;
}
.catalog-detail-disk-rezmer div, .catalog-detail-disk-rezmer a{
	display: block;
	width: 82px;
	height: 30px;
	border: 1px solid #473990;
	display: flex;
	align-items: center;
	justify-content: center;
	/*font-weight: 500;
	font-size: 18px;
	line-height: 22px;*/
	font-size: 15px;
	line-height: normal;
	cursor: pointer;
	/*margin: 0 5px 20px 5px;*/
	margin: 7.5px;
	/*color: #191919;*/
	color: #473990;
	text-decoration: none;
}
.catalog-detail-disk-rezmer a:hover{
	background: #473990;
	border: 1px solid #473990;
	color: white;
	text-decoration: none;
}
.catalog-detail-disk-rezmer div.disable{
	cursor: default;
	opacity: 0.5;
	font-weight: 300;
	border: 1px solid #DDDDDD;
}
.catalog-detail-disk-rezmer div.active{
	background: #473990;
	border: 1px solid #473990;
	color: white;
}
.form-buy.incard input{
	color: white;
	width: fit-content;
	background: rgba(71, 57, 144, 0.5);
	border: 2px solid transparent;
	padding: 13px 17px 13px 17px;
}
.form-buy.incard:after{
	content: none;
}
.form-buy input.addbasketbtn{
	background-color: #473990;
	background-image: url(../img/card-white.svg);
	background-position: center right 25px;
	background-size: 28px;
	background-repeat: no-repeat;
	position: relative;
	/*font-weight: 300;
	font-size: 25px;
	line-height: 30px;*/
	color: white;
	font-size: 16px;
	font-weight: 500;
	line-height: 45px;
	text-align: left;
	/*width: 215px;*/
	width: 175px;
	height: 45px;
	/*border: 2px solid #473990;*/
	/*padding: 13px 55px 13px 17px;*/
	border: none;
	padding: 0 55px 0 25px;
	transition-duration: 0.3s;
}
.form-buy{
	width: fit-content;
	position: relative;
}
/*.form-buy:after{
	content: "";
	position: absolute;
	pointer-events: none;
	z-index: 20;
	top: 15px;
	right: 17px;
	bottom: 15px;
	height: 30px;
	width: 30px;
	color: #473990;
	text-decoration: none;
	margin-left: 5px;
	background: url(../img/card-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.form-buy:not(.incard):hover:after{
	content: "";
	position: absolute;
	pointer-events: none;
	z-index: 20;
	top: 15px;
	right: 17px;
	bottom: 15px;
	height: 30px;
	width: 30px;
	color: #473990;
	text-decoration: none;
	margin-left: 5px;
	background-size: contain;
	background-repeat: no-repeat;
}*/

.form-buy:not(.incard) input.addbasketbtn:hover{
	/*color: #473990;
	background: white;*/
	/*font-weight: 500;*/
	font-weight: 700;
}
.addLike{
	border-radius: 0;
	/*border: 2px solid #473990;*/
	border: none;
	/*width: 60px;
	height: 60px;*/
	width: 50px;
	height: 50px;
	/*background: url(../img/heart.svg);
	background-size: 30px 30px;*/
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg width='31' height='27' viewBox='0 0 31 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.1965 2.67803C3.84625 3.75187 2.125 6.30754 2.125 9.35478C2.125 12.4672 3.4 14.867 5.22467 16.924C6.73058 18.6184 8.55242 20.0237 10.3289 21.3922C10.7511 21.718 11.1704 22.0424 11.5827 22.3669C12.3278 22.9548 12.9922 23.469 13.634 23.8444C14.2743 24.2185 14.79 24.3899 15.2292 24.3899C15.6683 24.3899 16.184 24.2199 16.8243 23.8444C17.4661 23.469 18.1305 22.9548 18.8757 22.3669C19.2865 22.041 19.7072 21.718 20.1294 21.3936C21.9059 20.0223 23.7278 18.6184 25.2337 16.924C27.0598 14.867 28.3333 12.4672 28.3333 9.35478C28.3333 6.30895 26.6121 3.75187 24.2618 2.67803C21.9782 1.63395 18.9097 1.9102 15.9942 4.94045C15.8951 5.04328 15.7762 5.12508 15.6448 5.18094C15.5133 5.23681 15.372 5.2656 15.2292 5.2656C15.0863 5.2656 14.945 5.23681 14.8135 5.18094C14.6821 5.12508 14.5633 5.04328 14.4642 4.94045C11.5487 1.9102 8.48017 1.63395 6.1965 2.67803ZM15.2292 2.72903C11.9538 -0.203465 8.28608 -0.614298 5.3125 0.744285C2.176 2.1822 0 5.5142 0 9.3562C0 13.1316 1.5725 16.0131 3.63658 18.3365C5.28842 20.1965 7.31 21.7535 9.09642 23.1276C9.50158 23.4393 9.894 23.7425 10.2666 24.0371C10.9933 24.6095 11.7725 25.2186 12.5616 25.6804C13.3507 26.1409 14.2517 26.5163 15.2292 26.5163C16.2067 26.5163 17.1077 26.1409 17.8967 25.6804C18.6873 25.2186 19.465 24.6095 20.1917 24.0371C20.5798 23.7314 20.9698 23.4282 21.3619 23.1276C23.1469 21.7535 25.1699 20.1951 26.8218 18.3365C28.8858 16.0131 30.4583 13.1316 30.4583 9.3562C30.4583 5.5142 28.2837 2.1822 25.1458 0.747118C22.1722 -0.612881 18.5045 -0.202049 15.2292 2.72903Z' fill='%23473990'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	/*margin-left: 30px;*/
	margin-left: 15px;
	transition-duration: 0.2s;
}
.addLike:hover{
	/*background: url(../img/heart-bold.svg);
	background-position: center;
	background-repeat: no-repeat;*/
	opacity: 0.7;
}
.addLike.active{
	/*background: url(../img/heartfool.svg);
	background-size: 60px 60px;*/
	background-image: url("data:image/svg+xml,%3Csvg width='31' height='27' viewBox='0 0 31 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31 8.72081C31 18.5669 17.6117 26.1709 17 26.5C16.8388 26.5882 16.5 27 15.5 27C14.5 27 13.6612 26.5882 13.5 26.5C12.8883 26.1709 0 18.5669 0 8.72081C0.00256406 6.4087 0.907387 4.19205 2.51596 2.55714C4.12453 0.92224 6.30549 0.00260603 8.58036 0C11.4382 0 13.9403 1.24904 15.5 3.36032C17.0597 1.24904 19.5618 0 22.4196 0C24.6945 0.00260603 26.8755 0.92224 28.484 2.55714C30.0926 4.19205 30.9974 6.4087 31 8.72081Z' fill='%23473990'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
}
.catalog-detail-disk-buy{
	display: flex;
}
.catalog-detail-disk hr{
	/*margin: 30px 0;*/
	margin: 40px 0;
}
.catalog-detail-disk hr.minhr{
	margin: 25px 0 0px 0;
}
.catalog-detail-disk-delyvery img{
	height: 30px;
	width: 30px;
	object-fit: contain;
	margin-right: 10px;
}
.catalog-detail-disk-delyvery{
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 20px;
	color: #191919;
	margin: 20px 0;
}
.catalog-detail-disk-sity{
	font-size: 16px;
	line-height: 20px;
	margin: 40px 0 20px 0;
}
.catalog-detail-disk-sity b{
	border-bottom: 1px solid;
	width: fit-content;
}
.catalog-detail-disk-accordion .accordion-button{
	padding-left: 0;
	font-size: 18px;
}
.catalog-detail-disk-accordion .accordion-body{
	padding-left: 0;
	font-size: 14px;
}
.catalog-detail-disk-accordion .accordion-button:not(.collapsed){
	background: transparent;
	color: #191919;
	box-shadow:none;
}
.catalog-detail-disk-accordion .accordion-button:focus{
	background: transparent;
	color: #191919;
	box-shadow:none;
}
.prop_elem {
  display: flex;
  justify-content: space-between;
}
.prop_elem span {
  margin-left: 5px;
  margin-right: 5px;
  border-bottom: 1px dotted;
  max-height: 20px;
  flex-grow: 1;
  min-width: 5px;
}
.prop_text {
  width: 50%;
}
.catalog-section-mini{
	margin: var(--PC-margin) 0;
}
.catalog-sidebar .bx-filter-section{
	background: #FAF9F9!important;
	padding: 35px 30px;
}
.bx-filter-parameters-box-hint{
	font-size: 18px!important;
	line-height: 44px!important;
	color: #191919!important;
	opacity: 0.5!important;
	width: 100%!important;
	display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid gray!important;
}
.bx-filter-parameters-box-title{
	font-size: 18px!important;
	line-height: 44px!important;
	color: #191919!important;
	opacity: 0.5!important;
	width: 100%!important;
	display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.bx-filter-parameters-box-title span{
	color: black!important;
	width: 100%!important;
	display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.bx-filter-parameters-box-title span:hover{
	border-bottom: 1px solid transparent!important;
}
.bx-filter-parameters-box-hint:hover{
	border-top: 1px solid gray!important;
	border-bottom: 1px solid transparent!important;
}
.bx-filter-parameters-box-hint .fa, .bx-filter-parameters-box-title .fa{
	font-size: 26px;
	color: #191919;
}
.catalog-sidebar .bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block{
	max-height: 260px;
	overflow-y: auto;
	overflow-x: hidden;
}
body .bx-filter.bx-wood .bx-ui-slider-handle.right, body .bx-filter.bx-wood .bx-ui-slider-handle.left{
	height: 13px;
  width: 13px;
  border-radius: 50%;
  background: rgb(0 0 0);
  margin: 0;
  top: -5px;
}
body .bx-filter.bx-wood .bx-ui-slider-pricebar-v, body .bx-filter.bx-wood .bx-ui-slider-pricebar-vd{
	background: black;
}
body .bx-filter.bx-wood .bx-ui-slider-pricebar-vn{
	background: none;
}
body .bx-filter .bx-ui-slider-track{
	height: 2px;
}
body .bx-filter .bx-ui-slider-part{
	display: none;
}
body .bx-filter .bx-filter-input-container input{
	background: transparent;
	border: none!important;
	width: fit-content;
	height: fit-content;
	display: inline-block;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 36px;
}

body .bx-filter .bx-ft-sub{
	display: none!important;
}
.filterinputprice{
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 36px;
}
body .bx-filter .bx-filter-parameters-box-container-block{
	display: inline-flex;
	padding: 0px 5px;
	font-size: inherit;
	color: inherit;
	border: 1px solid #DDDDDD;
}
body .bx-filter.bx-wood .btn-themes{
padding: 10px 26px;
color: white;
background: #473990;
border: 2px solid #473990;
font-weight: 500;
font-size: 16px;
line-height: 20px;
border-radius: 0px;
transition-duration: 0.3s;
}
body .bx-filter.bx-wood .btn-themes:hover{
color: #473990;
background: white;
border: 2px solid #473990;
}
body .bx-filter.bx-wood .btn-link{
padding: 10px 26px;
color: #473990;
background: white;
border: 2px solid #473990;
font-weight: 500;
font-size: 16px;
line-height: 20px;
border-radius: 0px;
transition-duration: 0.3s;
text-decoration: none;
}
body .bx-filter.bx-wood .btn-link:hover{
color: white;
background: #473990;
border: 2px solid #473990;
}
body .filtBtns{
	margin-top: var(--PC-title-margin);
	display: flex;
	justify-content: space-between;
	padding-bottom: 0;
}
.catalog-content-filter{
	position: relative;
	width: 320px;
	background: #FAF9F9;
	padding: 14px 20px;
	font-size: 18px;
	line-height: 22px;
	color: #191919;
	margin-bottom: var(--PC-title-margin);
	cursor: pointer;
}
.catalog-content-filter:after{
	content: "\f107";
	position: absolute;
	font: normal normal normal 20px/1 FontAwesome;
	text-rendering: auto;
  -webkit-font-smoothing: antialiased;
	right: 10px;
}
.catalog-content-filter-fool{
	display: none;
}
.bx-filter .bx-filter-popup-result a{
	color: rgb(71 57 144)!important;
}
.catalog-content-filter-fool.active{
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #FAF9F9;
	z-index: 100;
}
.catalog-content-filter-fool a{
	display: block;
	padding: 14px 20px;
	font-size: 18px;
	line-height: 22px;
	color: #191919;
	transition-duration: 0.3s;
}
.catalog-content-filter-fool a:hover{
	text-decoration: none;
	color: white;
	background: #473990;
}
.catalog-content-filter img{
	height: 22px;
	width: 22px;
	object-fit: contain;
	margin-left: 15px;
}
.catalog-sidebar-sections{
	background: #FAF9F9;
	padding: 35px 30px;
	margin-bottom: 60px;
}
.catalog-sidebar-sections a{
	color: #191919;
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 22px;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #DDDDDD;
}
.catalog-sidebar-sections a:last-child{
	border-bottom: 0px solid transparent;
}
.catalog-sidebar-sections a:hover{
	text-decoration: none;
	color: white;
	background: rgb(71 57 144);
}
.catalog-sidebar-sections a:hover:after{
	content: "";
	position: absolute;
	top: 0;
	right: -30px;
	bottom: 0;
	left: -30px;
	z-index: -1;
	background: rgb(71 57 144);
}
.search-page-form{
	background: #FAF9F9;
	height: 75px;
	margin-bottom: var(--PC-title-margin);
}
.search-page-form .container{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.search-page-form .container>div{
	flex: 1;
}
.serch .serch-drop{
	display: none;
	position: absolute;
	left: 0;
  right: 0;
  bottom: -76px;
  height: 75px;
  z-index: 1000;
  background: #FAF9F9;
}
.serch .serch-drop.active{
	display: block;
}
.serch .serch-drop .container{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.serch .serch-drop .search-suggest,.search-page .search-page-form .search-query{
	border: 0px solid transparent;
	background: transparent;
	font-size: 20px;
	line-height: 24px;
	color: #8C8C8C;
}
.serch .serch-drop .container .search-suggest:focus,.serch .serch-drop .container .search-suggest:focus-visible, .search-page-form .search-query:focus, .search-page-form .search-query:focus-visible{
	outline: 0;
	outline: -webkit-focus-ring-color auto 0px;
}
.searchBtn{
	  background: rgb(71 57 144);
    position: relative;
    font-weight: 500;
		font-size: 16px;
		line-height: 20px;
    color: rgb(255 255 255);
    border: 2px solid rgb(71 57 144);
    padding: 10px 50px 10px 50px;
    transition-duration: 0.3s;
}
.searchBtn:hover{
	font-weight: 700;
}
.search-language-guess{
	font-size: 20px;
	line-height: 24px;
  color: #8C8C8C;
  background: #FAF9F9;
  padding: 20px;
}
.search-language-guess a{
	color: rgb(71 57 144);
	font-weight: 700;
}
.basket-checkout-container{
	background: #FAF9F9;
	padding: 30px 20px;
	position: absolute;
}
body .bakset-var1__total{
	width: 390px;
	/*margin-left: 100px;*/
	margin-left: 30px;
}
.basket-btn-checkout, body .bx-blue .btn.btn-default{
	margin-top: 50px;
	background: rgb(71 57 144);
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: rgb(255 255 255);
  border: 2px solid rgb(71 57 144);
  padding: 20px;
  transition-duration: 0.3s;
  border-radius: 0px;
}
.basket-btn-checkout:hover, body .bx-blue .btn.btn-default:hover{
	background: rgb(71 57 144);
	border: 2px solid transparent;
}
body .bx-blue .sdek_pvzLair .btn.btn-default{
	display: block;
	white-space: inherit;
}
.basket-btn-checkout:hover,  body .bx-blue .btn.btn-default:hover{
	font-weight: 700;
}
.busket-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #191919;
	margin-bottom: 20px;
}
.busket-row-left{
	flex: 1;
}
.busket-test label{
	position: relative;
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 40px;
}
a.subm_Button{
	position: absolute;
	right: 0;
	bottom: 5px;
	color: #473990;
}
.busket-test input{
	margin-top: 10px;
	background: transparent;
	border: 0px solid transparent;
	border-bottom: 1px solid #DDDDDD;
	color: #191919;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	padding-right: 90px;
}
#basket-item-table .bakset-var1__items__item:first-child, #basket-item-table .bakset-var1__items__item:last-child{
	border-bottom: 0px solid transparent!important;
}
.krestik{
	width: 20px;
	cursor: pointer;
}
.krestik path {
  color: #191919;
  stroke: black;
  stroke-width:1;
  transition-duration: 0.1s;
}
.krestik:hover path{
  color:red;
  stroke:red;
}
.basket-item-amount-filed-block .basket-item-amount-filed{
	width: 40px;
	height: 40px;
}
.bakset-var1__items__item__td{
	font-size: 16px;
	line-height: 20px;
	color: #191919;
}
.bakset-var1__items__item__td b{
	font-weight: 500;
}
body .bakset-var1__items__item__label{
	width: 90px;
	height: 130px;
	object-fit: cover;
}

.basket-items-list-item-removed-block__close{
	cursor: pointer;
	color: #473990;
}
.basket-items-list-item-removed-block__restore{
	cursor: pointer;
	color: #473990;
	font-weight: bold;
}
.basket-items-list-item-removed-block__restore:hover, .basket-items-list-item-removed-block__close:hover{
	text-decoration: underline;
}
.coloredBlock-text-center{
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#carouselExampleIndicatorsSale{
	margin-bottom: var(--PC-margin);
}

@media screen and (min-width: 1200px){
	.basket-checkout-container.fixed{
		position: fixed;
		top: 130px;
		width: 370px;
	}
	body .bakset-var1__items__item__td:nth-child(1) {
	    width: 120px;
		flex: none;
	}
	body .bakset-var1__items__item__td:nth-child(2) {
	    width: 23%;
	}
	body .bakset-var1__items__item__td:nth-child(3) {
	    width: 20%;
	}
	body .bakset-var1__items__item__td:nth-child(4) {
	    width: 150px;
	}
	body .bakset-var1__items__item__td:nth-child(5) {
	    width: 20%;
	}
	body .bakset-var1__items__item__td:nth-child(6) {
	    width: 20px;
	    padding: 0;
	}
}
body .bxmaker__geoip__city__line-name{
	border-bottom: 0px solid transparent;
	color: #191919;
}
body .bxmaker__geoip__city__line-info-btn{
	background: #473990;
}
body .bxmaker__geoip__city__line-info-btn:hover{
	background: white;
	color: #473990;
	border: 1px solid #473990;
}
.mobile-section .item{
	width: auto;
	margin: 0 10px;
}
.mobile-section .owl-nav{
	display: none;
}
a.preimushestvo span{
	flex: 1;
}
.catalog-content-filter-block{
	display: flex;
	justify-content: space-between;
}
.filter-toggle{
  background: rgb(250, 249, 249);
  padding: 14px 20px;
  font-size: 18px;
  line-height: 22px;
  color: rgb(25, 25, 25);
  margin-bottom: var(--PC-title-margin);
  cursor: pointer;
  transition-duration: 0.3s;
  border: 2px solid rgb(250, 249, 249);
}
.filter-toggle:hover{
	border: 2px solid #473990;
}
.filter-toggle img{
	height: 22px;
	margin-left: 10px;
}
.sidebar-close{
	display: none;
}
.mobile-menu-toggle{
	width: 36px;
	margin-left: 15px;
	margin-right: 0px;
	flex: 1;
	background: url("../img/menu.svg");
	background-size: 36px 36px;
	background-repeat: no-repeat;
	background-position: center;
}
.mobile-menu-toggle.active{
	background: url("../img/close.svg");
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center;
}
.mobile-menu .accordion-button:not(.collapsed)::after{
	background-image: url("../img/minus.svg");
  transform: none;
}
.mobile-menu .accordion-button::after{
	background-image: url("../img/plus.svg");
}
.mobile-menu{

	display: none;
	height: 0px;
	transition-duration: 0.3s;
	position: absolute;
	right: 0;
	left: 0;
	top: 90px;
	background: white;
	z-index: 200;
	padding: 40px 20px;
}
.mobile-menu.active{
	display: block;
  /*height: calc(100vh - 110px);*/
	height: calc(100vh - 90px);
  position: fixed;
  bottom: 0;
 	overflow: auto;

}
.mobile-menu .accordion-item:first-of-type, .mobile-menu .accordion-item:first-of-type .accordion-button{
	border-radius: 0px;
}
.mobile-menu .accordion-item{
	background: transparent;
	border: 0px solid transparent;
}
.mobile-menu .accordion-item:not(:nth-child(1)), .mobile-menu .accordion-fake:not(:nth-child(1)){
	border-top: 1px solid #DDDDDD;
}
.mobile-menu .accordion-button:not(.collapsed){
	background: white;
	box-shadow: none;
	color: #191919;
}
.mobile-menu .accordion-fake{
	display: block;
	color: #473990;
	font-size: 18px;
	line-height: 22px;
	padding: 15px 0;
}
.mobile-menu .accordion-button:focus{
	box-shadow: none;
}
.mobile-menu .accordion-body{
	display: flex;
	flex-direction: column;
	padding: 0 0 15px 0;
}
.mobile-menu .accordion-body a{
	font-size: 14px;
	line-height: 30px;
	color: #191919;
}
.mobile-menu .accordion-button{
	color: #473990;
	font-size: 18px;
	line-height: 22px;
	padding: 15px 0;
}
.mobile-menu-footer{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mobile-menu-footer .bxmaker__geoip__city{
	margin: 0;
}
.serchMob{
	width: 100%;
	margin-top: 40px;
}
.serchMob label{
	width: 100%;
	display: flex;
}
.serchMob .search-suggest{
	border: none;
	border-bottom: 1px solid #DDDDDD;
	/*height: 40px;
	width: calc(100% - 40px);
	padding-left: 20px;
	padding-right: 20px;*/
	height: 24px;
	width: calc(100% - 24px);
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}
.serchMob .search-suggest:focus-visible{
	outline: -webkit-focus-ring-color auto 0px;
}
.serchMob .searchBtn{
	border: none;
	padding: 0;
/*	height: 40px;
	width: 40px;*/
	height: 25px;
	width: 25px;
	background: url("../img/search.svg");
/*	background-size: 30px 30px;*/
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 1px solid #DDDDDD;
}
/*оформление заказа*/
body .bx-soa-pp-desc-container .bx-soa-pp-company{
	padding: 20px;
	min-height: 185px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

body .bx-soa-pp-company-checkbox:checked + .bx-soa-pp-company-image:after{
	background: #473990;
}
body .col-sm-7 .bx-soa-pp-company-image:before{
	border: 1px solid #DDDDDD;
}
body .bx-soa-pp-company-image{
	width: 50px;
}
body .bx-soa-pp-company-smalltitle{
	font-size: 14px;
	line-height: 17px;
	color: #191919
}
body .bx-soa-section-title{
	font-size: 20px;
	line-height: 25px;
	color: #191919;
	font-weight: 500;
	text-transform: uppercase;
	padding-left: 0px!important;
}
body .bx-soa-item-title{
	font-size: 16px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
.bx-soa-section-content .col-xs-12,.bx-soa-section-content .col-sm-7,.bx-soa-section-content .col-lg-12, .bx-soa-section-content .col-sm-12{
	padding-left: 0px!important;
}
body .bx-soa-editstep{
	color: rgb(71 57 144);
	font-size: 14px;
	border-bottom: 1px solid transparent;
}
body .bx-soa-editstep:hover{
	color: rgb(71 57 144);
	border-bottom: 1px solid rgb(71 57 144);
}
body .bx-sls .form-control.dropdown-block{
	border: 1px solid rgb(221 221 221);
  font-size: 14px;
  line-height: 17px;
  color: rgb(0 0 0);
  border-radius: 0;
  background: rgb(0 0 0 / 0%);
  height: 40px;
}
body .bx-sls .dropdown-icon{
	top: 13px;
}
body .bx-sls .bx-ui-sls-clear{
	top: 3px;
}
body .bx-sls .bx-ui-sls-container, body .bx-sls .bx-ui-sls-route, body .bx-sls .bx-ui-sls-fake{
	min-height: 40px;
	height: 40px;
}
body .bx-soa-section.bx-selected .bx-soa-section-title{
	font-size: 20px;
	line-height: 25px;
	color: #191919;
	font-weight: 700;
}
body .bx-soa-item-td{
	padding-left: 0px;
}
body .bx-soa-sidebar .bx-soa-section-title{
	padding-left: 0px!important;
}
body .bx-soa-item-imgcontainer{
	border: 0px solid transparent;
	border-radius: 0;
	padding-top: 130px;
	background-size: cover;
}
body .bx-soa-item-img-block{
	width: 100px;
	padding: 0px;
	margin-right: 25px;
}
body .bx-soa-cart-t, body .bx-soa-cart-total .bx-soa-cart-total-line .bx-soa-cart-t, body .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-t{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}
body .bx-soa-cart-total.bx-soa-cart-total-fixed{
	background: rgb(250 249 249);
	border: 15px solid rgb(250 249 249);
}
body .bx-soa-item-tr.bx-soa-basket-info{
	display: flex;
	flex-wrap: wrap;
}
body .bx-soa-item-tr.bx-soa-basket-info .bx-soa-item-td{
	width: 100%;
}
body .bx-soa-item-tr.bx-soa-basket-info .bx-soa-item-td.bx-soa-item-td--c5{
	display: none;
}
body .bx-soa-item-title a{
	font-size: 16px;
	line-height: 20px;
	color: #191919;
}
body .bx-soa-item-count{
	float: left;
	font-weight: 700;
}
body .bx-soa-item-price-summ{
	float: right;
	font-weight: 700;
	color: rgb(159 0 32);
}
body .bx-soa-item-price-summ del{
	font-weight: 500;
	color: black;
}
body .bx-soa-item-price-summ span{
	font-weight: 700;
	color: black;
}
body .bx-scu-container:after{
	content: none;
}
body .bx-soa-sidebar{
	background: #FAF9F9;
}
body .bx-soa-pp-desc-container .bx-soa-pp-company{
	background: #FAF9F9;
}
/* body span.bx-authform-starrequired{
	display: none;
} */
body .alert-success, body .alert-warning{
	color: rgb(0 0 0);
  background-color: rgb(250 249 249);
  border-color: rgb(71 57 144);
}
.busket_button_var_2{
	padding: 10px 20px;
	color: #473990;
	background: white;
	border: 1px solid #473990;
	margin-right: 20px;
}
.busket_button_var_2:hover{
	color: #473990;
	font-weight: 700;
}
.busket_button{
	padding: 10px 20px;
	color: white;
	background: #473990;
	border: 1px solid #473990;
}
.busket_button:hover{
	color: white;
	font-weight: 700;
}
#bx-soa-orderSave a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0px;
	width: 350px;
	color: white;
	font-size: 18px;
	line-height: 22px;
	background: #473990;
	border: 1px solid #473990;
	transition-duration: 0.3ss;
}
#bx-soa-orderSave a:hover{
	background: #473990;
	color: white;
	font-weight: 700;
}
body .bx-soa-more{
	margin-top: 30px;
}
body .form-control{
	border: 1px solid #DDDDDD;
	font-size: 14px;
	line-height: 17px;
	padding: 19px 20px;
	color: #191919;
	border-radius: 0;
	background: transparent;
}
body .form-control:focus{
	outline: 0;
	box-shadow: none;
}
body .bx-soa .bx-soa-customer-label, .bx-soa .bx-soa-custom-label, .bx-soa .form-group label{
	font-size: 14px;
	line-height: 17px;
	color: #191919;
	display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 10px;
}
body .alert.alert-danger{
	border: 1px solid #473990;
	background: white;
	color: #473990;
	font-size: 14px;
	line-height: 17px;
}
.mobile-insta-container div.insta-image{
	width: 250px;
	height: 250px;
}
.mobile-insta-container a.insta-image{
	width: 250px;
	height: 250px;
}
.mobile-insta-container .owl-dots{
	display: none;
}
.mobile-catalog-detail-image.owl-theme .owl-dots .owl-dot span{
	border-radius: 0;
	width: 50px;
	height: 5px;
	background: rgba(71,57,144,0.3);
}
.mobile-catalog-detail-image.owl-theme .owl-dots .owl-dot.active span, .mobile-catalog-detail-image.owl-theme .owl-dots .owl-dot:hover span{
background: rgba(71,57,144,1.0);
}
.mobile-catalog-detail-image .item img{
	max-height: 500px;
	object-fit: contain;
}
.moda-slider .owl-dots, .video-slider .owl-dots{
	display: none;
}
body .bx-pagination{
	height: 50px;
	margin: 65px 0 75px 0;
}
body .bx-pagination .bx-pagination-container ul li span{
	border-radius: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #DDDDDD;
	background: transparent;
	color: #191919;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
}
body .bx-pagination .bx-pagination-container ul li.bx-active span{
	border: 0px solid rgba(0, 0, 0, 0.5);
	background: transparent;
	color: gray;
}
body .bx-pagination .bx-pagination-container ul{
	position: absolute;
	left: 0;
}
.load_more{
	cursor: pointer;
}
.load_more:active, .card-buy:active{
	transform: scale(0.9);
}
.bx-pagination .load_more{
	padding: 10px 21px;
}
.bxmaker__geoip__city__line-question, .bxmaker__geoip__city__line-info{
	left: -100px;
}
body .bxmaker__geoip__city__line-question-btn-yes{
	width: calc(50% - 15px);
	padding: 10px 20px;
	color: white;
	background: #473990;
	border: 1px solid #473990;
	border-radius: 0;
	float: none;
	text-shadow: none;
}
body .bxmaker__geoip__city__line-question-btn-no{
	width: calc(50% - 15px);
	padding: 10px 20px;
	color: #473990;
	background: white;
	border: 1px solid #473990;
	border-radius: 0;
	float: none;
	text-shadow: none;
}
body .bxmaker__geoip__city__line-question-btn-box{
	display: flex;
	justify-content: space-between;
}
body .bxmaker__geoip__city__line-question-btn-box:after{
	content: none;
}
body .bxmaker__geoip__city__line-question-btn-box{
	padding: 20px
}

body .bxmaker__geoip__city__line-question-text{
	display: flex;
	padding: 20px 20px 0 20px;
	font-size: 16px;
}
body .js-bxmaker__geoip__city__line-city{
	padding-left: 5px;
	color: #473990!important;
	/*font-size: 16px!important;*/
	font-size: 14px!important;
}
body .bxmaker__geoip__city__line-question-btn-yes:hover{
	background: #473990!important;
	border:1px solid #473990!important;
	font-weight: bold;
}
body .bxmaker__geoip__city__line-question{
	width: 250px;
	border: 1px solid rgb(221 221 221);
	box-shadow: none;
}
body .bxmaker__geoip__city__line-question-btn-no:hover{
	background: white;
	border:1px solid #473990;
	font-weight: bold;
}
.payment span{
	color: #E30016;
}
.payment a, .order-confirm a{
	background: transparent;
	display: inline;
	border: 1px solid transparent;
	font-family: 'Montserrat';
	color: rgb(71 57 144);
	font-weight: 700;
	padding: 0;
}
.payment a:hover, .order-confirm a:hover{
	border-bottom: 1px solid rgb(71 57 144);
	color: rgb(71 57 144)!important;
}
.order-confirm{
	max-width: 500px;
	background: #FAF9F9;
	padding: 30px;
	margin: 0 auto var(--PC-title-margin) auto;
}
.order-confirm form{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.order-confirm input{
	background: rgb(71 57 144);
  position: relative;
  font-weight: 500;
	font-size: 16px;
	line-height: 20px;
  color: rgb(255 255 255);
  border: 2px solid rgb(71 57 144);
  padding: 10px 50px 10px 50px;
  transition-duration: 0.3s;
}
.order-confirm input: hover{
	font-weight: 700;
}
.kurier{
	max-width: 500px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: rgb(25 25 25);
  margin: auto;
  margin-bottom: var(--PC-margin);
}
.bx-authform-label{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #191919;
	margin-top: 30px;
	margin-bottom: 10px;
}
.header-auth{
	display: flex;
}
.header-auth h3{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 44px;
	text-transform: uppercase;
	color: #191919;
}
.header-auth a{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 44px;
	text-transform: uppercase;
	color: #191919;
}
.header-auth a:hover{
	color: rgb(71, 57, 144);
}
.header-auth div{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 44px;
	text-transform: uppercase;
	color: #191919;
	padding-left: 10px;
	padding-right: 10px;
}
.bx-authform .buttons-purple{
	width: 150px;
	display: flex;
	font-size: 16px;
	line-height: 16px;
	padding: 10px 0;
}
.link-auth{
	color: rgb(71, 57, 144);
	font-size: 16px;
	line-height: 16px;
	font-family: 'Montserrat';
	font-weight: 300;
	transition-duration: 0.3s;
	border-bottom: 1px solid transparent;
	margin-top: 5px;
}
.link-auth:hover{
	color: rgb(71, 57, 144);
	border-bottom: 1px solid rgb(71, 57, 144);

}
.bx-authform .checkbox{
	margin-top: 20px;
}
.mobile-orders-list{
	display: none;
}
.mobile-orders-list .mobile-orders-list-header{
 	display: flex;
 	justify-content:space-between;
 	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	position: relative;
	padding-right: 35px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.mobile-orders-list .mobile-orders-list-header.active{
	padding-bottom: 0px;
	border-bottom: 1px solid transparent;
}
.mobile-orders-list .mobile-orders-list-header div{
	display: flex;
	flex-direction: column;
}
.mobile-orders-list .mobile-orders-list-header:after{
	content: "";
	position: absolute;
	right: 0;
	top: calc(50% - 5px);
	height: 10px;
	width: 20px;
	background: url("../img/Arrow 6.svg");
	background-size: 20px 10px;
	background-repeat: no-repeat;
	background-position: center;
}
.mobile-orders-list .mobile-orders-list-header.active:after{
	transform: rotate(180deg);
}

.mobile-orders-list-drop{
	padding: 20px;
	display: flex;
	flex-direction: column;
}
.mobile-orders-list-img{
	max-height: 170px;
	margin-bottom: 15px;
}
.mobile-orders-list-img img{
	height: 170px;
	width: 100%;
	object-fit: contain;
}
.mobile-orders-list-label{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #191919;
	margin-bottom: 15px;
}
.mobile-orders-list-label-2{
	display: flex;
	justify-content: space-between;
  padding: 10px 20px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #191919;
}
.mobile-orders-list-drop{
	display: none;
}
.mobile-orders-list-drop.active{
	display: block;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
input:focus::placeholder {
  color: transparent;
}
body .bx-soa-cart-total.bx-soa-cart-total-bottom{
	opacity: 1;
}
.catalog-sidebar .bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block{
	margin-bottom: 20px;
}
.personal-content .buttons-purple{
	max-width: 300px;
	float: left;
}
body .bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,body  .bx-sls .bx-ui-sls-variant-active{
	background-color: rgba(71, 57, 144, 0.3);
}
body .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-inner{
	background-color: rgba(71, 57, 144, 0.3);
	color: #191919;
}
body .has-error .bx-sls .form-control.dropdown-block, body .has-error .bx-slst .form-control.dropdown-block{
	box-shadow: none;
	border-color: rgba(71, 57, 144, 0.5);
}
.pluscolor{
	display: flex;
 	align-items: center;
  justify-content: center;
  border: none!important;
  font-size: 14px;
}
.catalog-section-mini .owl-stage{
	display: flex;
}
/*body .basket-item-amount-filed, body .basket-item-amount-btn-minus, body .basket-item-amount-btn-plus{
	border: 1px solid #DDDDDD!important;
}*/
.coloredBlock.carousel-item-next, .coloredBlock.carousel-item-prev, .coloredBlock.carousel-item.active{
	display: flex;
}
.mobLabel{
	font-weight: 700;
	margin-top: 10px;
}
.mobile-menu .accordion-item .accordion-button a{
	color: inherit;
}
.razmer-table-header{
	padding: 15px;
	background: #DDDDDD;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #191919;
	min-width: 500px;
}
.razmer-table-body{
	padding: 15px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #8C8C8C;
	border-bottom: 1px solid #DDDDDD;
	min-width: 500px;
}
.razmer-table-body b, .razmer-table-header b{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	color: #191919;
	margin-bottom: 5px;
	display: block;
}
.razmer-table-row{
	display: flex;
	justify-content: space-between;
}
.accordion-body.razmer-table{
	padding: 0;
	overflow-x: auto;
}

.accordion-body.razmer-table .razmer-table-body:nth-last-child{
	border-bottom: 0px solid transparent;
}
label[for="soa-property-278"], input[name="ORDER_PROP_278"]{
	display: none!important;
}
body .bxmaker__geoip__city__line-info-btn-box{
	text-shadow: none;
}
.video16{
	margin-bottom: 100px;
	height: calc(1320px * 0.5625);
}
.containerForVideo{
	max-width: 1320px;
	margin: auto;
}
.containerForVideo .owl-carousel .owl-nav{
	width: 100%;
  right: 0;
  left: 0;
}
body .bxmaker__geoip__city__line-info-content a{
	color: #473990;
	border-bottom: 1px solid #473990;
}
body .bx-soa-pp-price{
	padding-right: 15px;
}
.pull-left{
	width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
}
body #bx-soa-basket .bx-soa-more{
	display: none;
}
body #bx-soa-total .bx-soa-cart-total-button-container{
	display: none!important;
}
h2.accordion-header{
	margin-top: 0;
}
.busket-row-right{
	text-align: right;
}
.carousel-control-prev-icon{
	background-image:url(../img/Line.png)!important;
	transform: rotate(180deg);
	background-size: contain!important;
}
.carousel-control-next-icon{
	background-image:url(../img/Line.png)!important;
	background-size: contain!important;
}
.carousel-control-next, .carousel-control-prev{
	z-index: 5!important;
}	
.slide-containter-new{
	width: 100%;
	height: 700px;
	position: relative;
}
@media screen and (min-width: 1920px){
	.slide-containter-new{
		height: 1000px;
	}
}
.slider-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
.slider-img-mob{
	display: none;
}
.slider-img-pc{
	display: block;
}
.slider-text{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 2;
}
.slideTitle-new{
	width: 500px;
	margin:  0 0 0 0;
	color: black;
	font-family: Montserrat;
	font-size: 70px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%; /* 77px */
	text-transform: uppercase;
}
.slideTitle-new.slideTitle-new--right{
	float: right;
	margin: 0 0 0 0;
	text-align: right;
}
.slideTitle-new.slideTitle-new--center{
	margin: 0 auto 0 auto;
	text-align: center;
}
.slideTitle-new.slideTitle-new--white{
	color: white;
}
.slideTitle-new--violet{
	color: #473990;
}
.slider-text__top{
	display: flex;
	align-items: center;
	gap: 50px;
	max-width: 808px;
}
.slider-text__date{
	color: var(--black, #191919);
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.slider-text__adress{
	color: var(--black, #191919);
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.slider-text__bottom{
	max-width: 808px;
	color: var(--black, #191919);
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.slideTitle-new-date{
	max-width: 808px;
	width: auto;
}
.slider-text.slider-text-big{
	justify-content: space-between;
	padding: 50px 0;
}
.menu-ralative{
	position: relative;
}
.menu-ralative:after{
	content: "\25BC";
	color: #473990;
	margin-left: 10px;
}
.delivery-card .delivery-card-item{
	padding: 30px 20px;
	border: 1px solid #DDDDDD;
	height: 100%;
	margin-bottom: 20px;
}
.delivery-card .delivery-card-item img{
	width: auto;
	margin: 30px 0;
}
.payment-card-title{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #191919;
	min-height: 44px;
}
.delivery-card-title{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #191919;
	min-height: 66px;
}
.delivery-card-text{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #191919;
}
.b-form{
  margin: 90px 0 50px 0;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 60px 0;
}
.b24-form-wrapper{
	background-color: transparent!important;
}
.b-form_inner{
	width:50%;
}
.b-form_text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 20px;
  line-height: 24px;
  padding: 20px 0;
}
.opt-logos{
	margin-bottom: 90px;
}
.opt-logos-img{
	height: 200px;
	max-width: 400px;
	width: 100%;
	object-fit: contain;
	margin-bottom: 20px;
}
.b-form_text iframe, .b-form_text video{
	height: 100%;
	min-height: 300px;
	max-height: 434px;
	width: 100%;
}
.b-form_text .title{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
  line-height: 24px;
  font-weight: 500;
	margin-bottom: 20px;
}
.dowload{
	display: flex;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 20px 0;
  width: fit-content;
  padding: 15px 26px;
  color: rgb(71 57 144);
  background: rgb(255 255 255);
  border: 2px solid rgb(71 57 144);
  transition-duration: 0.3s;
}
.dowload img{
	width: 22px;
	height: 22px;
	object-fit: contain;
	margin-right: 10px;
	flex-shrink: 0;
}
.dowload:hover{
	color: white;
  background: rgb(71 57 144);
  border: 2px solid rgb(255 255 255);
}
.opt .row{
	row-gap: 20px;
}
.catalog-img-container{
	cursor: pointer;
}
.b24-form-btn{
	border-radius: 0!important;
}
.b24-form-field-agreement a.b24-form-field-agreement-link{
	color: rgb(71, 57, 144)!important;
}
.b24-form-field-agreement .b24-form-control-desc{
	opacity: 1!important;
}
.b24-form-control-alert-message{
	background: #e30016!important;
}
.b24-form-control-alert-message:after{
	border: 3px solid #e30016!important;
	border-top-color: rgb(0 0 0 / 0%)!important;
    border-right-color: rgb(0 0 0 / 0%)!important;
}
.b24-form-control-alert.b24-form-control-checkbox, .b24-form-control-alert.b24-form-control-radiobox, .b24-form-control-alert.b24-form-control-file, .b24-form-control-alert.b24-form-control-list .b24-form-control, .b24-form-control-alert.b24-form-control-string .b24-form-control, .b24-form-control-alert.b24-form-control-text .b24-form-control{
	border-color: rgb(227, 1, 23 / 25%);
}
.coloredBlock-text.t{
	background: transparent;
}
.new-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*height: 120px;*/
	height: 90px;
	gap: 80px;
}
.new-header .bxmaker__geoip__city{
	margin: 0;
}
.new-menu{
	/*background: #473990;*/
	background: white;
	position: relative;
}
.new-menu .Header_links a{
	color: #473990;
	padding: 20px 0;
}
.new-menu .Header_links .drop-menu a{
	color: #191919;
  padding: 5px 0px;
}
.New-searchBtn{
	position: absolute;
	right: 10px;
	background: url(../img/search.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border: 0px solid transparent;
	width: 30px;
	height: 30px;
}
.New-serch-container{
	position: relative;
	display: flex;
  align-items: center;
  width: 100%;
}
.New-serch-container .search-suggest{
	height: 50px;
	border: 1px solid #DDDDDD;
	padding: 0 25px;
	width: 100%;
}
.New-serch-container .search-suggest:focus{
	outline: none;
}
.header_tel{
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #473990;
	border-bottom: 1px solid transparent;
	margin-left: 20px;
	white-space: nowrap;
	margin-right: 20px;
}
.header_tel:hover{
	color: #473990;
	border-bottom: 1px solid #473990;
	transition-duration: 0.3s;
}
.header_flex{
	display: flex;
	gap: 15px;
}
.benef_mob{
	display: none;
	grid-template-columns: 50px 1fr;
}
.benef_mob .col_1{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.benef_mob .col_1:after{
	content:"";
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: calc(50% - 2px);
	z-index: -1;
	width: 2px;
	color: #333;
	background-image: linear-gradient(#DDDDDD, #DDDDDD 33.33%, transparent 33.33%, transparent 100%);
	background-size: 100% 10px;
}
.benef_mob .col_1.top:after{
	top: 50%;
}
.benef_mob .col_1.bot:after{
	bottom: 50%;
}
.benef_mob .col_1 .circ{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #473990;
	border: 3px solid white;
	box-shadow: 0px 0px 0px 1px #473990;
}
.benef_mob .col_2{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	margin-left: 20px;
	margin-bottom: 20px;
	color: #473990;
}

	.sales{
		background: var(--violet, #473990);
		height: 470px;
		padding: 30px;
		margin-bottom: 100px;
	}
	.sales__inner{
		height: 100%;
		width: 100%;
		border: 1px solid var(--stroke-color, #DDD);
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}
	.salse__text{
		display: flex;
		align-items: center;
		gap: 30px;
	}
	.sales__text_title{
		color: var(--white, #FFF);
		text-align: center;
		font-family: Montserrat;
		font-size: 32px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		text-transform: uppercase;
	}
	.sales__text_promo{
		color: var(--violet, #473990);
		text-align: center;
		font-family: Montserrat;
		font-size: 32px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		text-transform: uppercase;
		display: flex;
		padding: 10px 20px;
		justify-content: center;
		align-items: center;
		border-radius: 100px;
		background: var(--white, #FFF);
	}
	.sales__text_sub{
		color: var(--white, #FFF);
		text-align: center;
		/* h5-lowercase */
		font-family: Montserrat;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	@media screen and (max-width: 1200px){
		.salse__text{
			flex-direction: column;
		}
		.sales__inner{
			gap: 20px;
			padding: 30px 15px;
		}
		.sales{
			height: auto;
			padding: 30px;
			margin-bottom: 50px;
		}
		.sales__text_sub{
			font-size: 14px;
		}
		.sales__text_promo{
			font-size: 20px;
		}
		.sales__text_title{
			font-size: 20px;
		}
	}





@media screen and (max-width: 1320px){
	.containerForVideo{
		max-width: 100%;
		margin: auto;
	}
	.video16{
		margin-bottom: 100px;
		height: calc(100vw * 0.5625);
	}
}
































@media screen and (max-width: 1400px){
	.slideTitle{
		font-size: 50px;
		line-height: 60px;
	}
	
	.slider-content, .coloredBlock-detail .coloredBlock-text{
		padding-left: calc(calc(100vw - 1140px) / 2)
	}
	.CTA-content form .input, .CTA-content form .button{
		margin: 3px 0;
	}
	.containerForVideo .owl-carousel .owl-nav{
		display: none!important;
	}
}



@media screen and (max-width: 1200px){
	.slide-containter-new{
		height: 600px;
	}
	.slideTitle-new{
		width: 400px;
		font-size: 50px;
	}

	.b-form{
		flex-direction: column;
	}
	.b-form_inner{
		width:100%;
	}
	.CTA img{
		right: 100px;
	}
	body .bakset-var1__items__item{
		min-height: auto;
	}
	.buttons-purple{
		width: 250px;
	}
	.coloredBlock-detail .coloredBlock-text{
		padding-left: 50px
	}
	body #bx-soa-order .bx-soa, body #bx-soa-order .bx-soa-sidebar{
		width: 100%;
	}
	body .basket-checkout-container{
		position: static;
	}
	body .bakset-var1__total{
		margin: auto;
	}
	body .basket-checkout-block{
		float: none;
		width: 100%;
	}
	div.preimushestvo{
		flex-direction: column;
		text-align: center;
	}
	body .owl-nav button{
		display:none!important;
	}
	body .owl-dots{
		display: none;
	}
	.footer-menu{
		flex: 1;
		margin: 0 10px;
	}
	.catalog-detail-disk{
		padding-right: 70px;
	}
	.slider-content{
	  padding-left: 10%;
	}

	.contacts-block{
		font-size: 16px;
		line-height: 18px;
	}
	.personal-block{
		flex-direction: column;
	}

	.personal-sidebar{
		width: 100%;
		margin-right: 0;
		/*margin-bottom: var(--PC-margin);*/
	}
	.personal-content{
		width: 100%;
	}
	.catalog-sidebar{
		width: 0;
		overflow: hidden;
		margin-right: 0;
	}
	.catalog-main{
		position: relative;
	}
	@keyframes showSidebar {
		from {width: 0px;}
		to {width: 100%;}
	}
	.catalog-sidebar.active{
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
    /*width: 370px;*/
    width: 100%;
    height: 100%;
    overflow: scroll;
    background: white;
    z-index: 3;
    /*box-shadow: 0px 0px 10px 0px rgba(71, 57, 144, 0.2);*/
    animation: showSidebar 1s 1 ease-in-out;
	}
	.catalog-sidebar.active .sidebar-close{
		display: flex;
		flex-direction: row-reverse;
		background: #FAF9F9;
		width: 100%;
	}
	.sidebar-close div{
		cursor: pointer;
		margin-right: 20px;
		margin-top: 20px;
		font-size: 14px;
		color: #191919;
	}
	.sidebar-close:hover div{
		color: #473990;
		font-weight: 700;
	}
	.catalog-sidebar-sections, body .bx-filter{
		margin-bottom: 0;
	}
	.catalog-content{
		width: 100%;
	}
	.slider-img, .coloredBlock-text{
		width: 100%;
	}
	.coloredBlock-text{
		padding: 30px;
	}

	.slider-content, .coloredBlock-content{
		width: 50%;
	}
	.slideTitle{
		font-size: 40px;
		line-height: 50px;
	}
	.collect-img{
		height: 250px;
		max-width: 300px;
		margin: auto;
	}
	.collect-title{
		font-size: 16px;
	}
	a.collection-small{
		height: 200px;
	}
	a.collection-big{
		height: 425px;
	}
	a.preimushestvo{
		flex-direction: column;
	}
	.preimushestvo-img{
		margin-right: 0px;
		margin-bottom: 20px;
	}
	a.preimushestvo span{
		text-align: center;
	}
	/*.catalog-img-container{
		height: 400px;
	}*/
	body .catalog-img-container img.second-image{
		display: none;
	}
	.head_content{
		flex-wrap: wrap;
		height: 164px;
	}
	.Header_links{
		flex: auto;
		width: 100%;
		/*order: 1;*/
		justify-content: space-between;
	}
	.logo{
		flex: 3;
	}

	.New-searchBtn{
		position: static;
		right: 10px;
		background: url(../img/search.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		border: 0px solid transparent;
		width: 30px;
		height: 30px;
	}
	.New-serch-container{
		position: relative;
		display: flex;
		align-items: center;
		width: 100%;
	}
	.New-serch-container .search-suggest{
		display: none;
	}
}
@media screen and (max-width: 992px){
	.opt-logos .row .col:first-child{
		margin-bottom: 30px;
	}
	.slideTitle-new{
		width: 100%;
		margin: 0px !important;
		font-size: 40px;
		float: none!important;
		text-align: center!important;
	}
	.slider-text{
		padding: 70px 0 0 0 ;
		justify-content: flex-start;	
	}
	.slider-text-big .slideTitle-new.slideTitle-new-date{
		text-align: left!important;
	}
	.slider-text__top{
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
	.slider-text__date,.slider-text__adress,.slider-text__bottom{
		text-align: left;
		color: var(--black, #191919);
		font-family: Montserrat;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	header.active {
	 /* position: fixed;
	  top: 0;
	  left: 0;
	  right: 0;
	  height: 110px;
	  background: rgb(255 255 255);*/
		z-index: 1000;
	}
	.CTA{
		justify-content: flex-start;
		padding-left: 20px;
	}
	.CTA img{
		right: 100px;
		width: 200px;
	}
	.catalog-sections{
		flex-wrap: wrap;
	}
	.catalog-sections-big-card .catalog-sections-img-container{
		height: 414px;
	}
	.catalog-sections>*{
		width: 100%;
	}
	.razmer-table-body b, .razmer-table-header b{
		text-align: center;
	}
	.left-container{
		padding-left: 0px;
	}
	.login-c input,.login-c a{
		width: 100%!important;
	}
	.slide-containter, .coloredBlock{
		display: flex;
		flex-direction: column-reverse;
	}
	.slider-img-mob{
		display: block;
	}
	.slider-img-pc{
		display: none;
	}
	.slider-img{
		width: 100%;
	}
	.coloredBlock-text{
		width: 100%;
		padding: 20px;
		min-height: 285px;
	}
	.coloredBlock-content{
		width: 100%;
		height: 285px;
	}
	.slider-content{
		width: 100%;
		height: 285px;
		padding-bottom: 50px;
	}
	.slideTitle{
		margin: 25px 0;
	}

div.insta-image, a.insta-image{
	height: 300px;
	width: 300px;
}
.mobile-orders-list{
	display: block;
}
.personal-table{
	display: none;
}
.moda-slider .owl-nav.disabled{
	display: none!important;
}
.breadcrumbs a:after{
	height: 16px;
}
h2.krasivoe:after{
	content: "";
	position: absolute;
	background: url(../img/venok.svg);
	right: -30px;
	bottom: 30px;
	width: 32px;
	height: 60px;
}
h2.krasivoe:before{
	content: "";
	position: absolute;
	background: url(../img/venok.svg);
	transform: scale(-1, 1);
	left: -30px;
	bottom: 30px;
	width: 32px;
	height: 60px;
}
	:root{
	  --PC-margin: 80px;
	  --PC-title-margin: 30px;
	  /* var(--PC-margin) */
	}
	h2.h2, h1.h1{
		font-size: 40px;
		line-height: 50px;
	}
	h1.h1.personal-h1, .personal-h2{
	text-align: center;
	}
	.buttons-purple{
		width: 160px;
		font-size: 14px;
		line-height: 17px;
		margin: 0 15px;
	}
	a.preimushestvo{
		flex-direction: row;
	}

	a.preimushestvo span{
		text-align: left;
	}
	.form-buy input{
		font-size: 16px;
		line-height: 20px;
		padding-right: 45px;
	}
	.form-buy:after{
		height: 20px;
		width: 20px;
	}
	.addLike{
		height: 50px;
		width: 50px;
	}
	.catalog-detail{
		flex-direction: column;
		flex-wrap: wrap;
		padding: 0 20px;
	}

	.catalog-detail>*{
		width: 100%;
	}
	.catalog-detail-disk{
		margin-left: 0;
		padding-right: 0;
		margin-top: var(--PC-title-margin);
	}
	.contacts-block{
		flex-direction: column;
	}
	.head_content{
		height: 110px;
		flex-wrap: nowrap;
	}

	.breadcrumbs a{
		font-size: 12px;
		line-height: 14px;
	}
	.breadcrumbs span{
		font-size: 12px;
		line-height: 14px;
	}
	.breadcrumbs a:after{
		height: 14pxs;
	}

	.CTA h2{
		font-size: 30px;
		line-height: 35px;
	}
	.CTA .CTA-title{
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 20px;
	}
	.CTA input.input{
		width: 100%;
		margin-right: 0;
	}
	.CTA button.button{
		width: 100%;
		margin-top: 10px;
	}
	.left-container .CTA{
		padding-right: var(--PC-title-margin);
	}
	.CTA-content{
		padding-right: 0;
	}
	.filter-toggle{
		padding: 10px;
	}
	.catalog-content-filter{
		padding: 10px 40px 10px 10px;
		width: auto;
	}
	.catalog-content-filter-fool a{
		padding: 10px;
	}
}





@media screen and (max-width: 768px){
	.bx-soa-item-img-block{
		float: left!important;
	}

	/*.cart-price{
		font-size: 16px;
    line-height: 20px;
	}
	.cart-price del,
	.cart-price .percent-skidka{
		margin-left: 10px;
	}*/
	.gray-bg{
		padding-left: 0;
		padding-right: 0;
	}
	.form-buy:after{
		right: calc(50% - 60px);
	}
	.form-buy:not(.incard):hover::after{
		height: 20px;
		width: 20px;
		right: calc(50% - 60px);
	}
	.CTA{
		justify-content: center;
		padding-left: 0;
	}
	.CTA img{
		right: auto;
	}
	.personal-content .CTA img{
		right: calc(50% - 100px);
	}
	/*.footer-menu{
		margin-bottom: 30px;
	}*/
	h2.krasivoe:before, h2.krasivoe:after{
		bottom: 10px;
	}
	.moda-slider .item{
		width: 250px;
	}
	.diplom .item{
		height: 300px!important;
	}
	.coloredBlock-text{
		font-size: 14px;
		line-height: 21px;
	}
	h2.krasivoe{
		font-size: 14px;
		line-height: 20px;
		max-width: calc(100% - 100px);
	}
	.left-container .CTA{
		padding-left: 15px;
	}
	.mobile-menu-footer{
		justify-content: center;
	}
	.mobile-menu-footer .bxmaker__geoip__city{
		display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
	}
	.mobile-menu-footer .personal{
		display: flex!important;
    align-items: center;
    align-content: center;
    justify-content: center;
	}

	/*body .bakset-var1__items__item + .bakset-var1__items__item{
		display: flex;
    flex-direction: column;
    align-items: center;
	}
	body .bakset-var1__items__block-price{
		padding-right: 0;
		text-align: center;
		display: none;
	}
	body .bakset-var1__items__item{
		border: none;
		border-bottom: 1px solid #DDDDDD;;
		padding-bottom: 30px;
	}
	body .bakset-var1__items__block-amount{
		float: none;
    width: auto;
    padding-left: none;
    text-align: center;
	}*/
	/*.card-colors span, .card-colors a{
		height: 12px;
		width: 12px;
	}
	.catalog-detail-disk .card-colors span, .catalog-detail-disk .card-colors a, .catalog-detail-disk .card-colors a.active, .catalog-detail-disk .card-colors span.active{
		height: 22px;
		width: 22px;
	}
	.card-colors span.active, .card-colors a.active{
		height: 12px;
		width: 12px;
	}*/

	/*a.card-buy{
		font-size: 12px;
		padding: 10px;
	}
	.catalog-card a.card-buy{
		width: fit-content;
	}
	.card-title{
		font-size: 12px;
	}*/
	.catalog-detail-disk-accordion .accordion-body{
		font-size: 12px;
	}
	.bx-pagination-container ul{
		display: none!important;
	}
	.form-buy input{
		width: 100%;
	}
	/*.form-buy{
		width: calc(100% - 75px);
	}*/
	footer .delivery-type{
		margin: 15px 0;
	}
	a.collect{
		margin-bottom: 20px;
	}
	.CTA{
		padding: 15px;
		padding-bottom: 220px;
	}
	body .bakset-var1__total{
		width: 100%;
		margin-left: 0;
	}
	h2.h2, h1.h1{
		font-size: 30px;
		line-height: 35px;
	}
	.mobile-menu-toggle{
		flex: auto;
	}
	.logo{
		flex: 5;
	}
	.logo img{
		height: 35px;
		width: auto;
	}
	.slide-containter, .coloredBlock{
		display: flex;
		flex-direction: column-reverse;
	}
	.slider-img{
		width: 100%;
	}
	.coloredBlock-text{
		width: 100%;
		padding: 20px;
		min-height: 285px;
	}
	.coloredBlock-content{
		width: 100%;
		height: calc(100vw * 0.5625);

	}
	.slider-content{
		width: 100%;
		height: 285px;
		padding-bottom: 50px;
	}
	body .carousel-indicators{
		justify-content: center;
	}
	.slideTitle{
		margin: 10px 0;
	}
	.catalog-img-container{
		/*height: 250px;*/
		width: auto;
		margin: auto;
	}

	@keyframes showSidebar {
		from {width: 0px;}
		to {width: 100%;}
	}
	.catalog-sidebar.active{
		width: 100%;
	}
	/*.footer-block{
		flex-direction: column;
	}*/
	.catalog-content-filter img{
		display: none;
	}
	.filter-toggle{
		font-size: 14px;
		line-height: 16px;
		margin-left: 30px;
	}
	.filter-toggle img{
		height: 16px;
	}
	.catalog-content-filter-fool a{
		font-size: 14px;
		line-height: 16px;
	}
	.catalog-content-filter{
		font-size: 14px;
		line-height: 16px;
	}
}
@media screen and (max-width: 577px){
	.header_tel{
		display: none;
	}
	div.preimushestvo{
		flex-direction: row;
		text-align: left;
	}
	.preimushestvo-img{
		width: 80px;
		height: 80px;
		margin-right: 20px;
		margin-bottom: 0px;
	}
	/*.cart-price{
		font-size: 14px;
    line-height: 28px;
	}*/
	.benefits{
		margin-bottom: 0;
	}
	.benef_mob{
		display: grid;
		margin-bottom: var(--PC-margin);
	}
	.buttons-purple{
		width: 120px;
    height: 40px;
	}
	.slideTitle{
		font-size: 26px;
		line-height: 1.2em;
		width: 100%;
	}
	.slideTopLabel{
		font-size: 17px;
	}
}

.main-page__title {
	text-align: center;
	margin-bottom: 60px;
}

.product-tabs > div {
  display: none;
}

.product-tabs > input[type="radio"] {
  display: none;
}

.product-tabs > label {
	position: relative;
  color: #212529;
  font-size: 18px;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  /*padding: 16px 15px;*/
	padding: 16px 0;
}

.product-tabs > label:not(:first-of-type) {
	/*margin-left: 12px;*/
	margin-left: 45px;
}

.product-tabs > label:hover:before,
.product-tabs > input:checked + label:before {
  /*border-bottom: 1px solid #473990;*/
	content: '';
	width: auto;
	max-width: 100px;
	height: 1px;
	display: inline-block;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: -1px;
	background: #473990;
}

.product-tabs > [id^="content"] {
	border-top: 1px solid #dfdfdf;
	margin-top: -1px;
	padding-top: 29px;
}

.product-tabs > #tab1:checked ~ #content1,
.product-tabs > #tab2:checked ~ #content2,
.product-tabs > #tab3:checked ~ #content3,
.product-tabs > #tab4:checked ~ #content4,
.product-tabs > #tab5:checked ~ #content5,
.product-tabs > #tab6:checked ~ #content6{
  display: block;
}

.product-reviews__item:first-child {
	margin-top: 0;
}

.product-reviews {
	font-size: 14px;
	line-height: 1.5;
}

.product-reviews.hide-inner > .product-reviews__item:nth-child(n+4) {
	display: none;
}

.product-reviews__item {
	box-sizing: border-box;
	border: 2px solid #eee;
	padding: 26px 28px;
	margin-top: 15px;
}

.product-reviews__top {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.product-reviews__name {
	font-size: 16px;
	line-height: 1.25;
	font-weight: 700;
	margin-right: 26px;
}

.open-reviews {
	text-align: right;
	margin-top: 31px;
}

.btn-1 {
	background: #473990;
	color: white;
	text-align: center;
	padding: 10.5px 15px;
	min-width: 197px;
	font-size: 16px;
	display: inline-block;
	line-height: 1.25;
	font-weight: 500;
	border: 2px solid #473990;
	transition: all 0.3s;
}

.btn-1:hover {
	color: white;
	font-weight: 700;
}

.catalog-disk-rezmer {
	/*text-align: center;*/
	display: flex;
	flex-wrap: wrap;
	margin: 15px -6px -3px;
}

.catalog-disk-rezmer a, .catalog-disk-rezmer > div {
	/*color: #020202;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;*/
	display: inline-block;
	margin: 3px 6px;
	color: #212529;
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
}
.catalog-disk-rezmer a:hover {
	color: #473990;
	font-weight: 400;
}

@media (max-width: 767px) {
	.product-reviews__item {
		padding: 24px 18px;
	}
}

@media (max-width: 767px) {
	.caralog-sale-block .new-label {
		font-size: 12px;
		line-height: 14px;
		width: 38px;
		height: 38px;
	}
	.breadcrumbs {
		flex-wrap: nowrap;
		white-space: nowrap;
		overflow: auto;
	}
}


.fixed-buttons-left {
	z-index: 999;
  position: fixed;
  right: 30px;
  top: unset;
  bottom: 20px;
}

.scrollup-default {
  background-color: #473990;
  display: none;
  text-align: center;
  line-height: 60px;
  border: none;
  border-radius: 50%;
  box-shadow: 0px 12px 16px 0px rgba(35, 31, 32, 0.28);
  height: 64px;
  width: 64px;
  cursor: pointer;
}

.mobile-search-main {
	display: none;
}

.mobile-search-main .serchMob {
	margin-top: 0;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.mobile-search-main {
		display: block;
	}
	.new-header {
		height: 80px;
	}

	.mobile-search-main label {
		padding: 0 5px;
	}
}

/*.catalog-disk-rezmer a {
	display: inline-block;
	margin-top: 2px;
	box-shadow: rgba(51,51,51,0.1) 0px 0px 0px 2px inset;
	border-radius: 6px;
	padding: 5px 8px;
}*/

.quantity-block{
    display: inline-flex;
    /*margin-right: 15px;*/
	margin-right: 25px;
    margin-bottom: 15px;
	background: #FAF9F9;
}
.quantity-minus, .quantity-plus{
    /*border: 2px solid #DDDDDD;
    width: 50px;*/
	position: relative;
	width: 45px;
	height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 25px;
    cursor: pointer;
}
.quantity-minus:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	width: 23px;
	height: 3px;
	margin-left: -4px;
	content: "";
	background-color: #000;
}
.quantity-plus:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 16px;
	margin-top: -8px;
	margin-left: -3px;
	content: "";
	background-color: #000;
}
.quantity-plus:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 2px;
	margin-top: -1px;
	margin-left: -10px;
	content: "";
	background-color: #000;
}
.quantity-minus:after, .quantity-plus:before, .quantity-plus:after {
	transition: all 0.3s;
}
.quantity-minus:hover:after, .quantity-plus:hover:before, .quantity-plus:hover:after {
	background-color: #B9B9B9;
}
.quantity-block input{
    /*background: #fff;*/
	background: transparent;
    color: #000;
    text-align: center;
    /*border-top: 2px solid #DDDDDD;
    border-bottom: 2px solid #DDDDDD;
    border-left: none;
    border-right: none;*/
	border: none;
    /*padding: 13px;*/
	padding: 0;
    /*width: 60px;*/
	width: 70px;
	height: 45px;
	font-size: 20px;
	font-weight: 500;
	line-height: 22px;
}
.quantity-block input::-webkit-outer-spin-button,
.quantity-block input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.quantity-block input {
    -moz-appearance: textfield;
}
.form-buy{
	display: flex;
	align-items: flex-start;
}
.bold {
	font-weight: bold;
}
.top-header {
	background: #f3f3f3;
	padding: 4.5px 0;
}

.top-header > .container {
	display: flex;
	flex-wrap: wrap;
}

.top-header .menu-top-header {
	margin-left: auto;
}

.menu-top-header {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.menu-top-header__item {
	list-style: none;
	margin-right: 42px;
}

.menu-top-header__item:last-child {
	margin-right: 0;
}

.menu-top-header__item a {
	color: #757575;
	text-decoration: none;
}

.menu-top-header__item a:hover {
	text-decoration: underline !important;
}

.social {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
}

.social > *:not(:last-child) {
	margin-right: 10px;
}

.social__icon_tg,
.social__icon_vk {
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	font-size: 0;
	width: 20px;
	border-radius: 10px;
	display: inline-block;
}

.social__icon_tg {
	background-image: url('/local/templates/newKiwi/img/tg.svg');
}

.social__icon_vk {
	background-image: url('/local/templates/newKiwi/img/vk2.svg');
}

.header_tel {
	margin: 0;
}

.header-contact {
	display: flex;
	align-items: flex-start;
}

.header-contact .social {
	margin-right: 12px;
}

.header_mail {
	color: #473990;
	font-size: 14px;
}

.fav {
	position: relative;
}

.new-header .New-serch {
	/*margin-right: 25px;*/
}

.fav__count {
	position: absolute;
	background: black;
	color: white;
	text-align: center;
	height: 18px;
	min-width: 18px;
	border-radius: 9px;
	font-size: 12px;
	font-weight: 600;
	padding: 0 3px 0 4px;
	right: 0;
	bottom: 10px;
}

.reviews {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.reviews__item {
	border: 1px solid #D7D7D7;
	/*margin: 0 12px 24px;*/
	margin: 0 12px;
	/*padding: 2.03vw;*/
	padding: 1.53vw 2.03vw 2.03vw;
	width: calc(100% / 3 - 24px);
}

.stars {
	display: flex;
}

.star {
	background: url('/local/templates/newKiwi/img/star.svg') no-repeat center;
	height: 24px;
	width: 24px;
}

.reviews__name-date {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	padding-bottom: 12px;
	border-bottom: 1px solid #473990;
}

.reviews__name {
	color: #353535;
	font-size: 26px;
	font-weight: 600;
}

.reviews__date {
	color: #5E5E5E;
	font-size: 14px;
}

.reviews__text {
	font-size: 17px;
	line-height: 140%;
	padding-top: 16px;
}

.reviews__text p:last-child {
	margin-bottom: 0;
}

/*@media (max-width: 1599px) {
	.reviews__text {
		font-size: 16px;
	}
}*/

.reviews .slick-arrow {
	background-color: white;
	border: 1px solid #473990;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	height: 40px;
	width: 40px;
	top: 50%;
	/*transform: translateY(-50%);*/
	z-index: 2;
	font-size: 0;
}

.reviews .slick-prev {
	background-image: url('/local/templates/newKiwi/img/arr-left.svg');
	/*left: -50px;*/
	left: 28px;
}

.reviews .slick-next {
	background-image: url('/local/templates/newKiwi/img/arr-right.svg');
	/*right: -50px;*/
	right: 28px;
}

@media (max-width: 1299px) {
	/*.reviews .slick-prev {
		left: -8px;
	}

	.reviews .slick-next {
		right: -8px;
	}*/
}

@media (max-width: 1199px) {
	.reviews__item {
		width: calc(50% - 24px);
	}
}

@media (max-width: 991px) {
	.top-header {
		display: none;
	}
	.reviews .slick-prev {
		left: 0;
	}

	.reviews .slick-next {
		right: 0;
	}
	.container.new-header-wrap {
		/*max-width: 730px;*/
		max-width: 745px;
		padding: 0;
	}
	.cart > img,
	.personal > img {
		height: 24px;
	}
	.fav > img {
		height: 21px;
	}
	.fav__count {
		font-size: 8px;
		height: 12px;
		min-width: 12px;
		padding: 0;
		bottom: 13px;
	}
	/*.new-header {
		height: 90px;
		padding-top: 10px;
	}*/
	/*.new-header .logo {
		margin-top: -15px;
	}*/
	.fav,
	.cart {
		margin-right: 0;
	}
	.new-header .New-serch {
	  margin-right: 0;
	  transform: translateY(-4px);
	}
	.mobile-menu-toggle {
		margin-left: 5px;
		margin-top: -5px;
	}
}

@media (max-width: 767px) {
	.reviews {
		margin: 0;
	}
	.reviews__item {
		/*margin: 0 0 24px;*/
		width: 100%;
	}
	.header-contact {
		display: none;
	}
	.new-header .logo {
		margin-top: 0;
	}
	.new-header {
		padding-top: 0;
	}
	.container.new-header-wrap {
		padding: 0 10px;
		max-width: none;
	}
	.fav,
	.cart {
		margin-left: 10px;
	}
	.personal {
		margin: 0 10px;
	}
}
/*@media (max-width: 1420px) {
	.quantity-minus, .quantity-plus{
	    width: 40px;
	}
	.quantity-block input{
	    width: 50px;
  }
  .quantity-block+input{
  	width: 205px;
  }
}
@media (max-width: 1025px) {
		.quantity-minus, .quantity-plus{
		    width: 30px;
		}
		.quantity-block input{
		    width: 40px;
	  }
	  .quantity-block+input{
	  	width: 196px;
	  }
	  .quantity-block{
      margin-right: 1px;
    }
}*/
@media (max-width: 880px) {
	/*.quantity-block+input {
	    width: 68%;;
	}
	.quantity-block{
	  margin-right: 10px;
	}*/
	.fixed-buttons-left{
		left: 30px;
		right: auto;
	}
	body .b24-widget-button-position-bottom-right {
		bottom: 15px !important;
	}
	.scrollup-default {
		line-height: 45px;
		height: 50px;
    width: 50px;
	}
}
@media (max-width: 767px) {
	.quantity-block+input {
	    width: 170px;
	    padding: 13px;
	}
  .form-buy:after{
  	content: none;
  }
}

.hvr {
	height: 100%;
	margin-bottom: 50px;
}

.hvr__images {
	position: relative;
	height: 100%;
}

.hvr__sectors {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
}

.hvr__sector {
	flex-grow: 1;
}
.slider-prev-im__block {
	display: flex;
	overflow: hidden;
	height: 100%;
}

.slider-prev-img {
	display: block;
}

.hvr__dots {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hvr__dot {
	height: 5px;
	margin: 10px 2px 0;
	background: #d6dbe0;
	flex-grow: 1;
}

.hvr__dot--active {
	background: #5a5a5a;
}

.hvr__dots {
	display: none;
}

.catalog-img-container:hover .hvr__dots {
	display: flex;
}

.b24-widget-button-position-bottom-right {
	right: 30px !important;
	bottom: 100px !important;
}

.last-block-head {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.last-block-head .article-link {
	padding: 10px 0;
}

.last-block-head .article-link a {
	font-weight: bold;
	color: #473990;
}

.added-in-cart {
	padding: 10px;
  margin-bottom: 20px;
  background: #473990;
  color: white;
  text-align: center;
  border: 2px solid #DDDDDD;
}

/*.new-menu::before, .new-menu::after {
	content: "";
	position: absolute;
	top: 0;
	width: 100vw;
	height: 66px;
	background-color: #473990;
}

.new-menu::before {
	left: 100%;
}
.new-menu::after {
	right: 100%;
}

@media screen and (max-width: 992px) {
	.new-menu::before, .new-menu::after {
		display: none;
	}
}*/

/*=== New Style ===*/

/*== Header ==*/

.header__top {
	padding: 5px 0;
	background: #F3F3F3;
}
.header__top-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 116px;
}
.header__top-menu {
	margin: 0 -19px;
}
.header__top-menu-link {
	display: inline-block;
	margin: 0 19px;
	color: #757575;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
}
.header__top-menu-link.select {
	text-decoration: underline !important;
}

.header-logo {
	/*margin-right: 30px;*/
}
.header-social {
	/*margin-right: 35px;*/
}
.header-contact {
	/*margin-right: 40px;*/
}
.header-time {
	/*margin-right: 25px;*/
	color: #757575;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
}
#title-search {
	flex: 1 1 0;
}

.new-menu-fixed {
	height: 66px;
	position: fixed;
	top: -66px;
	left: 0;
	width: 100%;
	z-index: 999;
	visibility: hidden;
	transition: all 0.3s;
}
.new-menu-fixed.show {
	top: 0;
	visibility: visible;
}
.new-menu-fixed .container {
	display: flex;
	align-items: center;
	max-width: 1635px;
}
.new-menu-fixed .Header_links {
	gap: 0 20px;
	justify-content: space-between;
	white-space: nowrap;
}
.new-menu-fixed #title-search {
	margin: 0 25px;
}

.header__city--mobile {
	display: none;
}
.new-header-fixed {
	display: none;
	position: fixed;
	top: -91px;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 999;
	visibility: hidden;
	transition: all 0.3s;
}
.new-header-fixed.show {
	top: 0;
	visibility: visible;
}

/*== Main page ==*/

.main-page__title {
	margin-top: 65px;
	font-weight: 400;
}
.main-page__title a {
	color: #473990;
	font-weight: 600;
}
.main-page__title a:hover {
	color: #473990;
	text-decoration: underline !important;
}

.main__products {
	max-width: 1600px;
	margin: 100px auto 125px;
}
.main__products-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}
.main__products-link {
	display: inline-block;
	position: relative;
	margin: 0 35px;
	color: #757575;
	font-size: 32px;
	line-height: 22px;
	transition: color 0.3s;
}
.main__products-link:hover {
	color: #212529;
}
.main__products-link.active {
	padding-bottom: 15px;
	color: #212529;
}
.main__products-link.active:before {
	content: '';
	width: auto;
	height: 3px;
	display: inline-block;
	position: absolute;
	top: 100%;
	left: 10px;
	right: 10px;
	background: #473990;
}
.main__products-tabs {

}
.main__products-tab {
	height: 0;
	padding: 0 10px;
	margin: 0 -10px;
	visibility: hidden;
	transition: all 0.3s;
}
.main__products-tab.active {
	height: auto;
	visibility: visible;
}
.product__cards-slider .slick-arrow {
	background-color: white;
	border: 1px solid #473990;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	height: 40px;
	width: 40px;
	top: 50%;
	margin-top: -80px;
	z-index: 2;
	font-size: 0;
}
.product__cards-slider .slick-prev {
	background-image: url('/local/templates/newKiwi/img/arr-left.svg');
	left: -10px;
}
.product__cards-slider .slick-next {
	background-image: url('/local/templates/newKiwi/img/arr-right.svg');
	right: -10px;
}
.product__cards-slider .slick-dots, .mobile-section-ux .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top: 65px;
	list-style: none;
	text-align: center;
}
.product__cards-slider .slick-dots li, .mobile-section-ux .slick-dots li {
	display: inline-block;
	position: static;
	width: auto;
	height: auto;
	margin: 5px;
	padding: 0;
	cursor: pointer;
}
.product__cards-slider .slick-dots li button, .mobile-section-ux .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 50px;
	height: 5px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background-color: #C5C0DD;
	transition: all 0.3s;
}
.product__cards-slider .slick-dots li.slick-active button, .mobile-section-ux .slick-dots li.slick-active button {
	background-color: #473990;
}
.product__cards .slick-track {
	margin: 0;
}

.main__collections {
	margin: 0 auto var(--PC-margin) auto;
	max-width: 1600px;
}
.main__collections h2.h2 {
	font-size: 32px;
	line-height: 22px;
}

.main__about {
	margin: 120px 0 185px;
}
.main__about h2.h2 {
	font-size: 32px;
	line-height: 22px;
}

.main__reviews {
	overflow: hidden;
}
.main__reviews h2.h2 {
	font-size: 32px;
	line-height: 22px;
}
.main__reviews .reviews {
	padding: 0 80px;
}
.main__reviews .reviews:before, .main__reviews .reviews:after {
	content: '';
	display: block;
	width: 80px;
	height: 100%;
	position: absolute;
	top: 0;
}
.main__reviews .reviews:before {
	left: 0;
	background: linear-gradient(271deg, rgba(255, 255, 255, 0.00) 0, #FFF 96.24%);
	z-index: 1;
}
.main__reviews .reviews:after {
	width: 15%;
	right: 0;
	background: linear-gradient(271deg, #FFF 0, rgba(255, 255, 255, 0.00) 96.24%);
	z-index: 1;
}
.main__reviews .slick-list {
	width: 86%;
	/*width: 1530px;*/
	overflow: visible;
}
.main__reviews .slick-track {
	display: flex;
}
.main__reviews .reviews__item {
	height: auto;
}
.main__reviews .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top: 24px;
	list-style: none;
	text-align: center;
}
.main__reviews .slick-dots li {
	display: inline-block;
	position: static;
	width: auto;
	height: auto;
	margin: 5px;
	padding: 0;
	cursor: pointer;
}
.main__reviews .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 35px;
	height: 3px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background-color: #C5C0DD;
	transition: all 0.3s;
}
.main__reviews .slick-dots li.slick-active button {
	background-color: #473990;
}

.insta-block {
	margin: 125px 0 95px;
}
.insta-block h2.h2 {
	font-size: 32px;
	line-height: 22px;
}
.insta-image {
	position: relative;
}
.insta-body {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: calc(100% - 24px);
	padding: 13% 23px;
	background: rgba(48, 48, 48, 0.7);
	transform: translate(-50%, -50%);
	transition: all 0.3s;
	opacity: 0;
}
.insta-image:hover .insta-body {
	opacity: 1;
}
.insta-name {
	margin: 0 0 13px;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}
.insta-price {
	margin: 0 0 13px;
	color: #FFF;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
}
.insta-btn__link {
	display: inline-block;
	width: 170px;
	background: #473990;
	color: #FFF;
	font-size: 15px;
	line-height: 51px;
	text-align: center;
}

/*== Catalog page ==*/

.sidebar__menu {
	margin-bottom: 20px;
	padding: 15px 30px;
	background: #FAF9F9;
}
.sidebar__menu-title {
	padding-bottom: 15px;
	border-bottom: 1px solid #DDD;
	color: #777;
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
}
.sidebar__menu-title a {
	color: #777;
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
	transition: all 0.3s;
}
.sidebar__menu-block:not(:last-child) {
	margin-bottom: 15px;
}
.sidebar__menu-section {
	padding: 4px 0;
	border-bottom: 1px solid #DDD;
}
.sidebar__menu-section__title {
	margin: 6px 0;
}
.sidebar__menu-section__title--btn {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 11 9' fill='none'%3E%3Cpath d='M5.5 9L0.736861 0.749999L10.2631 0.75L5.5 9Z' fill='%23C1C1C1'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center right 10px;
	cursor: pointer;
}
.open .sidebar__menu-section__title--btn {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 11 9' fill='none'%3E%3Cpath d='M5.5 -9.61651e-07L10.2631 8.25L0.736862 8.25L5.5 -9.61651e-07Z' fill='%23C1C1C1'/%3E%3C/svg%3E");
}
.sidebar__menu-section__title a {
	color: #191919;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	transition: all 0.3s;
}
.sidebar__menu-section__title--catalog a {
	color: #777;
	font-weight: 400;
	text-transform: uppercase;
}
.sidebar__menu-dropdown {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
.open .sidebar__menu-dropdown {
	display: block;
}
.sidebar__menu-dropdown li {
	margin: 6px 0;
}
.sidebar__menu-dropdown a {
	color: #191919;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	transition: all 0.3s;
}

.catalog__tags {
	display: flex;
	flex-wrap: wrap;
	margin: -7.5px 0 50px;
}
.catalog__tags--slider {
	display: none !important;
}
.catalog__tags--slider .owl-stage-outer {
	margin: 0 -15px;
	padding: 0 15px;
}
.catalog__tags--slider .owl-stage {
	display: flex;
	margin: -7.5px;
}
.catalog__tags--slider .owl-dots, .catalog__tags--slider .owl-nav {
	display: none;
}
.catalog__tag {
	padding: 7.5px;
}
.catalog__tag-link {
	display: inline-block;
	padding: 16px 14px;
	border: 1px solid #473990;
	background: #FFF;
	color: #473990;
	font-size: 13px;
	line-height: normal;
	white-space: nowrap;
	transition: all 0.3s;
}
.catalog__tag-link:hover {
	color: #fff;
	background: #473990;
}

.product__cards .col, .BlockContentForNav .col {
	position: relative;
	padding: 17px 12px;
}
.catalog-card {
	position: relative;
}
.card-title__article {
	font-weight: 500;
}
.product__cards .cart-price {
	height: 22px;
}
.catalog-disk-rezmer--mobile {
	display: none;
	min-height: 44px;
}

.bx-pagination .load_more {
	margin: auto;
}

/*== Product page ==*/

.catalog-detail {
	margin-top: 40px;
}
.catalog-detail-disk .h1 {
	margin-top: 20px;
	padding-bottom: 15px;
	font-size: 32px;
	line-height: 32px;
}
.catalog-detail-disk .cart-price__sale {
	font-size: 0;
	line-height: 0;
	margin-bottom: 8px;
}
.catalog-detail-disk .cart-price del {
	margin-left: 0;
	font-size: 22px;
	line-height: 22px;
}
.catalog-detail-disk .cart-price__price {
	color: #473990;
	font-size: 32px;
	font-weight: 500;
	line-height: 22px;
}
.catalog-detail-disk .cart-price .percent-skidka {
	margin-left: 20px;
	margin-bottom: -10px;
	transform: translateY(-10px);
}
.catalog-detail-disk .card-colors span, .catalog-detail-disk .card-colors a {
	height: 30px;
	width: 30px;
}
.cart-price__out {
	display: flex;
	align-items: center;
	margin: 0;
}
.cart-price__out-text {
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 22px;
}
.cart-price__out-btn {
	display: inline-block;
	width: 277px;
	height: 45px;
	margin-left: 22px;
	background: #473990;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 45px;
	text-align: center;
	transition: all 0.3s;
}
.cart-price__out-btn:hover {
	color: #FFF;
	font-weight: 700;
}

.product-tabs {
	margin: 60px 0 90px;
}
.char-table {
	font-size: 18px;
	font-weight: 500;
	line-height: 21.6px;
}
.char-table .prop_elem:not(:last-child) {
	margin-bottom: 20px;
}
.char-table .prop_title {
	color: #797979;
}
.char-table .prop_elem span {
	max-height: 16px;
	border-bottom: 1px dashed #989898;
}

.catalog-section-mini {
	margin: 65px 0;
}
.catalog-section-mini h2.h2 {
	font-size: 32px;
	line-height: 22px;
}
.catalog-section-mini .mobile-section .item {
	width: 360px;
}

.form__modal {
	display: none;
	align-items: center;
	justify-content: center;
	padding: 15px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(20, 20, 20, 0.7);
	z-index: 1009;
	cursor: pointer;
}
.form__modal.open {
	display: flex;
}
.form__modal-body {
	width: 482px;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	padding: 56px 40px 32px;
	border-radius: 3px;
	background: #FFF;
	overflow: auto;
	cursor: default;
}
.form__modal-close {
	display: inline-block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 20px;
	right: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M20.9142 3.84046L13.5969 11.1578L21.7272 19.2881L19.2881 21.7272L11.1578 13.5969L3.84047 20.9142L1.13035 18.2041L8.44767 10.8868L0.317319 2.75641L2.75642 0.317306L10.8868 8.44766L18.2041 1.13034L20.9142 3.84046Z' fill='%23CECECE'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s;
}
.form__modal-close:hover {
	opacity: 0.7;
}
.form__modal-title {
	margin-bottom: 20px;
	color: #473990;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}
.form__modal-line {
	margin-bottom: 20px;
}
.form__modal-line input {
	width: 100%;
	padding: 7px;
	border: 1px solid #DDD;
	color: #191919;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
}
.form__modal-submit {
	margin-top: 25px;
}
.form__modal-submit button {
	width: 100%;
	padding: 0 15px;
	border: none;
	background: #473990;
	color: #FFF;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 46px;
	transition: all 0.3s;
}
.form__modal-submit button:hover {
	color: #FFF;
	font-weight: 700;
}
.form__modal-success__text {
	color: #191919;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	text-align: center;
}

.form-product__name {
	margin-bottom: 30px;
	color: #191919;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	text-align: center;
}

.form__questions {
	margin: 120px 0 0;
	background: #FAF9F9;
}
.form__questions--prodpage {
	margin: 220px 0 125px;
}
.form__questions-body {
	max-width: 1415px;
	position: relative;
	margin: 0 auto;
	padding: 50px 15px 42px;
}
.form__questions-form {
	padding-right: 475px;
}
.form__questions-title {
	margin-bottom: 24px;
	color: #473990;
	font-size: 40px;
	font-weight: 500;
	line-height: normal;
}
.form__questions-subtitle {
	margin-bottom: 30px;
	color: #191919;
	font-size: 20px;
	line-height: 150%;
}
.form__group {
	display: flex;
	align-items: center;
	margin: 0 -23px;
}
.form__group .form__modal-line {
	width: 100%;
	margin: 0;
	padding: 0 23px;
}
.form__questions .form__modal-line input {
	padding: 8px 16px;
	border: 1px solid #DDD;
	font-size: 16px;
}
.form__questions .form__modal-submit {
	max-width: 150px;
	margin-top: 30px;
	margin-left: auto;
}
.form__questions .form__modal-submit button {
	font-size: 16px;
	line-height: 42px;
}
.form__questions .form__modal-success {
	min-height: 174px;
}
.form__questions .form__modal-success__text {
	text-align: left;
	min-height: 158px;
}
.form__questions-img {
	position: absolute;
	bottom: 0;
	right: -15px;
}
.form__questions-img img {
	max-width: 100%;
}

.catalog-detail__title--mobile {
	display: none;
}

/*== Basket page ==*/

.basket-item-price-sale__line {
	display: flex;
	align-items: center;
}
.basket-item-price-sale__line .basket-item-price-old {
	color: #ADB5BD;
	font-size: 13px;
	font-weight: 500;
	line-height: 22px;
}
.basket-item-price-percent {
	margin-left: 5px;
	color: #E30016;
	font-size: 13px;
	font-weight: 500;
	line-height: 22px;
}

.basket-item-block-amount {
	background: #FAF9F9;
}
.basket-item-amount-btn-minus:after, .basket-item-amount-btn-plus:before, .basket-item-amount-btn-plus:after {
	transition: all 0.3s;
}
.basket-item-amount-btn-minus:hover:after, .basket-item-amount-btn-plus:hover:before, .basket-item-amount-btn-plus:hover:after {
	background-color: #B9B9B9;
}
.basket-item-amount-btn-minus.basket-item-amount-btn-minus--disabled:after {
	background-color: #B9B9B9;
}

.busket-row--total {
	margin-top: 25px;
	border-top: 1px solid #DDD;
	padding-top: 18px;
}
.busket-row-right--total {
	color: #473990;
	font-size: 18px;
	line-height: 22px;
}
.basket-btn-checkout {
	margin-top: 10px;
}

/*== Footer ==*/

footer {
	padding-bottom: 0;
}
.footer-menu .foot-it {
	margin-bottom: 15px;
}
footer .delivery-type {
	margin: 0 -5px;
}
.footer-social {
	margin-top: 18px;
}
.footer-social a {
	height: 33px;
	width: 33px;
	background-size: cover;
	font-size: 0;
}
.footer-telefon__block {
	display: flex;
	flex-direction: column;
	margin: -5px 0 10px;
}
.footer-telefon__block a.telefon {
	color: #473990;
}
.footer-telefon__block a.telefon:hover {
	text-decoration: underline !important;
}
.footer-email__block {
	display: flex;
	flex-direction: column;
	margin: 0 0 15px;
}
.footer-email__block a {
	color: #473990;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
}
.footer-email__block a:hover {
	text-decoration: underline !important;
}
.footer-adr__block {
	margin: 0 0 15px;
}

.footer__bottom {
	margin-top: 25px;
	padding: 8px 0;
	background: #F3F3F3;
}
.footer__bottom-menu {

}
.footer__bottom-menu a {
	display: inline-block;
	margin-right: 130px;
	color: #191919;
	font-size: 14px;
	line-height: 20px;
}
.footer__bottom-menu a:last-child {
	margin-right: 0;
}
.footer__bottom-menu a:hover {
	color: #191919;
	text-decoration: underline !important;
}

/*=== Adaptive ===*/

/*== Desktop ==*/

@media screen and (max-width: 1400px) {
	.main__products {
		padding: 0 10px;
	}
	.main__reviews .slick-list {
		width: auto;
	}

	.form__questions-img {
		right: 0;
	}
	.new-header{
		gap: 50px;
	}
}

@media screen and (max-width: 1200px) {
	.new-header .New-serch {
		margin-right: 0;
	}
	.New-serch-container {
		justify-content: center;
	}
	.new-menu-fixed .New-searchBtn {
		background-image: url(../img/ux/search-white.svg);
	}

	.catalog__tags--flex {
		display: none;
	}
	.catalog__tags--slider {
		display: block !important;
	}

	.catalog-detail-disk {
		padding-right: 15px;
	}
	.mobile-section .card-title {
		margin-top: 20px;
	}
}

@media screen and (min-width: 992px) {
	.product__cards-slider .product__cards-slider__padding, .mobile-section-ux .product__cards-slider__padding {
		margin-bottom: -80px;
		padding-bottom: 80px;
	}
	.product__cards .catalog-card--hover, .BlockContentForNav .catalog-card--hover {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		padding: 16px 11px;
		border: 1px solid #E0E0E0;
		background: #fff;
		z-index: 100;
	}
	.product__cards .catalog-disk-rezmer {
		display: none;
	}
	.product__cards .catalog-card--hover .catalog-disk-rezmer:not(.catalog-disk-rezmer--mobile) {
		display: flex;
	}
	
}

/*== Tablet ==*/

@media screen and (max-width: 992px) {
	.new-menu-fixed {
		display: none;
	}
	.new-header-fixed {
		display: block;
	}

	.catalog-detail {
		margin-top: 10px;
	}
	.catalog-detail__title--mobile {
		display: block;
	}
	.catalog-detail__title--mobile .h1 {
		margin-bottom: 15px;
		font-size: 24px;
		line-height: 1;
		text-align: left;
	}
	.catalog-detail-disk .h1 {
		display: none;
	}
	.product-tabs {
		margin: 30px 0 60px;
	}
	.product-tabs > label {
		padding: 10px 0;
		font-size: 16px;
		line-height: 21.6px;
	}
	.product-tabs > label:not(:first-of-type) {
		margin-left: 30px;
	}
	.char-table {
		font-size: 14px;
	}
	.char-table .prop_elem:not(:last-child) {
		margin-bottom: 11px;
	}
	.catalog-section-mini h2.h2 {
		margin-bottom: 15px;
		font-size: 24px;
		line-height: 22px;
	}
	.new-header{
		gap: 10px;
	}
}

@media screen and (max-width: 991px) {
	.header__top {
		display: none;
	}
	.header-time {
		display: none;
	}
	.header-logo {
		margin-right: 10px;
	}
	.header__city--mobile {
		display: block;
	}
	.header__city {
		margin-right: 25px;
	}
	.header-social {
		margin-right: 30px;
	}
	.header-contact {
		margin-right: 10px;
	}

	.main-page__title {
		margin-top: 38px;
		font-size: 28px;
		line-height: 42px;
	}
	.main__products {
		margin: 60px auto 80px;
	}
	.main__products-links {
		margin-bottom: 25px;
	}
	.main__products-link {
		margin: 0 20px;
		font-size: 24px;
	}
	.main__products-link.active {
		padding-bottom: 7px;
	}
	.main__products-tab {
		padding: 0;
	}
	.product__cards-slider .slick-arrow {
		display: none !important;
	}
	.product__cards-slider .slick-dots, .mobile-section-ux .slick-dots {
		margin-top: 40px;
	}

	.main__collections {
		margin: 0 auto 125px;
	}
	.main__collections h2.h2 {
		font-size: 24px;
	}
	.main__collections .col {
		padding: 0 6px;
	}
	.main__collections .collection-big {
		height: 410px;
	}
	.collection-title {
		margin-top: 20px;
		font-weight: 400;
		font-size: 18px;
		line-height: 22px;
	}

	.main__about {
		margin: 65px 0 80px;
	}
	.main__about h2.h2 {
		font-size: 24px;
	}
	.benefits {
		margin: 80px 0 0 0;
	}

	.main__reviews h2.h2 {
		font-size: 24px;
	}
	.main__reviews .reviews {
		padding: 0 15px;
	}
	.main__reviews .slick-list {
		width: 67%;
	}
	.reviews__item {
		padding: 30px 40px;
	}
	.reviews .slick-arrow {
		display: none !important;
	}

	.insta-block {
		margin: 60px 0 80px;
	}
	.insta-block h2.h2 {
		font-size: 24px;
	}
	.mobile-insta-container .owl-stage-outer {
		padding: 0 10px;
	}
	.mobile-insta-container div.insta-image {
		height: auto;
	}
	.mobile-insta-container .insta-image img {
		height: 226px;
	}
	.insta-body {
		position: static;
		height: auto;
		margin-top: 10px;
		padding: 0;
		background: none;
		transform: none;
		opacity: 1;
		min-height: 110px;
		justify-content: space-between;
	}
	.insta-name {
		color: #212529;
		font-size: 14px;
	}
	.insta-price {
		color: #212529;
		font-size: 20px;
	}
	.insta-btn__link {
		width: 150px;
		line-height: 41px;
	}

	.CTA {
		justify-content: flex-start;
		padding: 35px 55px;
	}
	.CTA img {
		width: 228px;
		right: 22px;
	}

	.catalog__tags {
		margin: 25px 0 40px;
	}
	.catalog__tag-link {
		padding: 10px 14px;
	}

	.hvr {
		margin-bottom: 10px;
	}
	.catalog-disk-rezmer--mobile {
		display: flex;
	}
	.catalog-disk-rezmer--desktop {
		display: none;
	}

	.form__questions {
		margin: 30px 0 0;
	}
	.form__questions--prodpage {
		margin: 85px 0 70px;
	}
	.form__questions-body {
		padding: 20px 10px 17px;
	}
	.form__questions-form {
		padding-right: 295px;
	}
	.form__questions-title {
		margin-bottom: 10px;
		font-size: 20px;
	}
	.form__questions-subtitle {
		margin-bottom: 18px;
		font-size: 14px;
	}
	.form__group {
		margin: 0 -5px;
	}
	.form__group .form__modal-line {
		padding: 0 5px;
	}
	.form__questions .form__modal-line input {
		padding: 5px 8px;
		font-size: 13px;
	}
	.form__questions .form__modal-submit {
		max-width: 125px;
		margin-top: 17px;
	}
	.form__questions .form__modal-submit button {
		font-size: 14px;
		line-height: 32px;
	}
	.form__questions-img {
		width: 254px;
		right: 10px;
	}

	footer {
		padding-top: 40px;
	}
	footer .container {
		max-width: 770px;
	}
	.footer-block {
		margin: 0 -10px;
	}
	.footer-menu {
		flex: none;
	}
	.footer__bottom {
		margin-top: 40px;
	}
	.footer__bottom-menu a {
		margin-right: 40px;
	}
}

@media screen and (max-width: 992px) and (min-width: 768px) {
	.new-header-fixed .logo {
		flex: none;
		margin-top: -10px;
		margin-right: 25px;
	}
	.new-header-fixed .logo img {
		width: 150px;
		height: auto;
	}
	.new-header-fixed .New-serch-container .search-suggest {
		display: block;
	}
	.new-header-fixed .New-searchBtn {
		position: absolute;
	}
}

/*== Mobile ==*/

@media screen and (max-width: 767px) {
	.new-header {
		height: 54px;
	}
	.new-header .logo {
		margin-top: -8px;
	}
	.logo img {
		width: 127px;
	}
	.header__city--mobile {
		display: none;
	}
	.header-social {
		display: none;
	}
	.mobile-menu {
		top: 54px;
	}
	.mobile-menu.active {
		height: calc(100vh - 54px);
	}
	.new-header-fixed {
		top: -54px;
	}
	.new-header-fixed .logo img {
		width: 106px;
	}
	.new-header-fixed .New-serch {
		display: block !important;
	}

	.main-page__title {
		margin: 20px 0 40px;
		font-size: 20px;
		line-height: 32px;
	}

	.main__products {
		margin: 40px auto 30px;
	}
	.main__products-link {
		font-size: 20px;
	}
	.main__products-tab {
		margin: -5px -4px;
	}
	.product__cards-slider .slick-dots, .mobile-section-ux .slick-dots {
		margin-top: 15px;
	}
	.product__cards-slider .slick-dots li button, .mobile-section-ux .slick-dots li button {
		width: 35px;
		height: 3px;
	}

	.main__collections {
		margin: 55px auto 70px;
	}
	.main__collections h2.h2 {
		font-size: 20px;
	}

	.main__about h2.h2 {
		font-size: 20px;
	}
	.benefits {
		margin: 145px 0 0 0;
	}
	.benef_mob {
		margin-bottom: 40px;
	}

	.main__reviews h2.h2 {
		font-size: 20px;
	}
	.main__reviews .slick-list {
		width: auto;
	}
	.main__reviews .reviews {
		padding: 0;
	}
	.main__reviews .reviews:before, .main__reviews .reviews:after {
		content: normal;
	}
	.reviews__item {
		padding: 20px 20px;
	}
	.star {
		height: 18px;
		width: 18px;
		margin-right: 4px;
		background-size: 16px;
	}
	.reviews__name {
		font-size: 20px;
	}
	.reviews__text {
		font-size: 16px;
	}

	.insta-block {
		margin: 40px 0;
	}
	.insta-block h2.h2 {
		font-size: 20px;
	}
	.mobile-insta-container .owl-stage-outer {
		padding: 0;
	}
	.insta-btn__link {
		width: 130px;
		font-size: 14px;
		line-height: 36px;
	}

	.CTA {
		justify-content: center;
		padding: 15px;
		padding-bottom: 220px;
	}
	.CTA img {
		width: 200px;
		right: auto;
	}

	h1.h2 {
		padding: 0;
		font-size: 32px;
		line-height: 42px;
	}
	.catalog-main {
		padding: 0 10px;
	}
	.catalog__tags {
		margin: 15px 0 50px;
	}
	.catalog__tags--slider .owl-stage-outer {
		margin: 0 -10px;
		padding: 0 10px;
	}
	.catalog__tags--slider .owl-stage {
		margin: -3.5px;
	}
	.catalog__tag {
		padding: 3.5px;
	}
	.catalog__tag-link {
		padding: 10px 12px;
		font-size: 12px;
	}
	.product__cards .col, .BlockContentForNav .col {
		padding: 5px 4px;
	}
	.catalog-img-container {
		height: 350px;
	}
	.caralog-sale-block {
		padding: 5px;
	}
	.caralog-sale-block.liked .liked-btn {
		width: 26px;
		height: 26px;
		background-size: 20px;
	}
	.caralog-sale-block.liked .liked-btn.active {
		background-size: 36px;
	}
	.caralog-sale-block .percent-skidka, .caralog-sale-block .new-label {
		height: 20px;
		width: 20px;
		min-width: 20px;
		border-radius: 20px;
		font-size: 5px;
		line-height: 20px;
	}
	.caralog-sale-block div {
		margin-right: 10px;
	}
	.card-title {
		margin: 5px 0 6px;
		height: 36px;
		font-size: 13px;
		line-height: 18px;
	}
	.card-colors {
		margin: 0 -3.5px;
		margin-top: 6px;
	}
	.card-colors span, .card-colors a {
		height: 17px;
		width: 17px;
		margin: 0 3.5px;
	}
	.catalog-disk-rezmer {
		margin-top: 9px;
	}
	.catalog-disk-rezmer {
		margin: 9px -5px -3px;
	}
	.catalog-disk-rezmer a, .catalog-disk-rezmer > div {
		margin: 0 5px;
		font-size: 12px;
	}
	.cart-price {
		margin-top: 7px;
		font-size: 16px;
		line-height: 22px;
	}
	.cart-price del {
		font-size: 14px;
	}
	a.card-buy {
		max-width: 100%;
		margin-top: 8px;
		padding: 7px 30px;
		font-size: 13px;
		line-height: 13px;
	}

	.catalog-detail {
		padding: 0 10px;
	}
	.catalog-detail__title--mobile .h1 {
		padding: 0;
		font-size: 16px;
		line-height: 22px;
	}
	.mobile-catalog-detail-image .item img {
		max-height: 387px;
	}
	.catalog-detail-disk {
		margin-top: 35px;
		padding-right: 0;
	}
	.catalog-detail-disk hr {
		margin: 20px 0;
	}
	.catalog-detail-disk-title {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.catalog-detail-disk-rezmer {
		margin: -4px -1.5px;
	}
	.catalog-detail-disk-rezmer div, .catalog-detail-disk-rezmer a {
		width: 72px;
		margin: 4px 1.5px;
	}
	.catalog-detail-disk .card-colors span, .catalog-detail-disk .card-colors a {
		height: 24px;
		width: 24px;
	}
	.quantity-block {
		margin-right: 16px;
		margin-bottom: 0;
	}
	.quantity-minus, .quantity-plus {
		width: 40px;
	}
	.quantity-minus:after {
		left: 0;
		margin-left: 8px;
	}
	.quantity-plus:before {
		margin-left: -4px;
	}
	.quantity-plus:after {
		margin-left: -11px;
	}
	.quantity-block input {
		width: 48px;
	}
	.form-buy input.addbasketbtn {
		width: 114px;
		background-image: none;
		padding: 0 14px;
	}
	.addLike {
		width: 32px;
		height: 45px;
		margin-left: auto;
		padding: 0;
		background-size: 26px;
	}
	.cart-price__out {
		flex-direction: column;
		align-items: flex-start;
	}
	.cart-price__out-btn {
		margin: 15px 0 0;
	}
	.catalog-detail-disk-sity {
		margin-top: 38px;
	}
	.product-tabs {
		margin: 20px 0 40px;
	}
	.product-tabs > label {
		display: block;
		border-bottom: 1px solid #dfdfdf;
		text-align: center;
	}
	.product-tabs > label:not(:first-of-type) {
		margin-left: 0;
	}
	.product-tabs > label:hover:before, .product-tabs > input:checked + label:before {
		margin-top: 0px;
	}
	.product-tabs > [id^="content"] {
		border-top: 0;
		margin-top: 0;
		padding-top: 20px;
	}
	.char-table {
		font-size: 13px;
	}
	.prop_elem {
		flex-direction: column;
	}
	.char-table .prop_elem span {
		display: none;
	}
	.prop_text {
		width: auto;
		margin-top: 2px;
	}
	.catalog-section-mini {
		margin: 60px 0;
	}
	.catalog-section-mini h2.h2 {
		margin-bottom: 0;
		font-size: 20px;
		line-height: 22px;
	}
	.form__questions--prodpage {
		margin: 60px 0;
	}
	.form__questions-form {
		padding-right: 0;
		padding-bottom: 210px;
	}
	.form__questions-body {
		padding: 14px 10px;
	}
	.form__questions-title {
		margin-bottom: 20px;
		text-align: center;
	}
	.form__questions-subtitle {
		text-align: center;
	}
	.form__group {
		flex-direction: column;
		margin: -10px -5px;
	}
	.form__group .form__modal-line {
		padding: 10px 5px;
	}
	.form__questions .form__modal-submit {
		margin: 20px auto 0;
	}
	.form__questions-img {
		width: 209px;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.form__modal-body {
		padding: 56px 15px 32px;
	}

	.footer-block {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	.footer-menu {
		margin-bottom: 20px;
	}
	.footer-menu .foot-it {
		text-align: center;
	}
	footer .delivery-type {
		margin: 0 auto 25px;
	}
	.footer-social {
		margin: 18px auto 20px;
	}
	.footer__bottom {
		margin-top: 5px;
		padding: 15px 0;
	}
	.footer__bottom-menu {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.footer__bottom-menu a {
		margin-bottom: 16px;
		margin-right: 0;
		text-align: center;
	}
	.footer__bottom-menu a:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 499px) {
	.catalog-img-container {
		height: 202px;
	}
}
@media screen and (max-width: 374px) {
	.catalog-content-filter-block {
		flex-direction: column-reverse;
	}
	.filter-toggle {
		margin-left: 0;
		text-align: center;
	}
}

div.h2, div.h1 {
	text-align: center !important;
}

.cat-desc {
	margin-top:50px;
}

.cat-desc h2 {
	margin-bottom: 20px !important;
}

.art-img {
	display: flex;
	justify-content: center
}

.art-img img {
	width: 400px;
	height: 600px;
	object-fit: cover;
}

@media screen and (max-width: 1000px) {
	.art-img img  {
		width: 300px;
		height: 500px;

	}
}

@media screen and (max-width: 700px) {
	.art-img img  {
		width: 200px;
		height: 400px;

	}
}

@media screen and (max-width: 450px) {
	.art-img img  {
		width: 100px;
		height: 200px;

	}
}

.prod-block {
	padding: 35px 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.prod-block__wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.prod-block__img {
	margin-right: 40px;
}

.prod-block__inner-title {
	font-weight: 700;
	margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
	.prod-block__wrapper {
		flex-direction: column;
		align-items: baseline;
	}
	.prod-block__img {
		margin-bottom: 15px;
	}
	.prod-page {
		font-size: 14px;
	}
}

@media screen and (max-width: 450px) {
	.prod-block__img img {
	width: 50px;
	}
}

.news-temp-row {
	display: flex;
	margin-bottom: 100px;
}

.news-temp-row .news-temp {
	width: 30%;
	margin-bottom: 30px;
}

.news-temp-row .news-temp .card-img-top {
	height: 250px;
	object-fit: contain;
}

.news-temp-row .card-title-s {
	font-size: 18px;
	color: #000;
	min-height: 70px;

}

.news-temp-row .card-title-s a {
	color: #000;
}

.news-temp-row .news-list-more .btn {
	background-color: #473990 !important;
	border-color: #473990 !important;
}

.news-temp-row .card-body .news-list-view.news-list-post-params {
	margin-bottom: 15px;
}

@media screen and (max-width: 1030px) {
	.news-temp-row .news-temp {
		width: 49%;
	}
}

@media screen and (max-width: 600px) {
	.news-temp-row .news-temp {
		width: 100%;
	}
}

.bakset-var1 {
	min-height: 300px;
}

.banner-add {
	border-radius: 50px;
	background: #473990;
	padding: 2px 15px;
	font-weight: 700;
	color: #fff;
	margin-left: 10px;
}

@media screen and (max-width: 1100px) {
	.slider-link div {
		font-size: 13px;
	}
}

@media screen and (max-width: 800px) {
	.slider-link div {
		font-size: 18px;
	}
}

@media screen and (max-width: 500px) {
	.slider-link div {
		font-size: 11px;
	}
	.slider-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.slider-content .slider-link:after {
		width: 75px;
	}
	.slideTopLabel {
		font-size: 15px;
	}
}

.main__about .news-list .card-title {
	height: unset;
	padding: 0;
}

.main__about .news-list .btn-primary {
	background-color: #473990;
	border-color: #473990;
}

.size-window .quantity-block {
 display: none;
}

.size-window {
	position: absolute;
	top: 30%;
  padding: 40px 20px;
  background: white;
  -webkit-box-shadow: 0px 0px 39px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 39px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 39px 0px rgba(34, 60, 80, 0.2);
	width: 100%;
	left: 0;

}

.size-window form {
	width: 100%;
	margin-bottom: 10px;
}

.size-window form .addbasketbtn {
	padding: unset;
	width: 100% !important;
	text-align: center;
	background-image: none;
}

.size-window__wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 10px;
}

@media screen and (max-width: 550px) {
	.size-window {
		top: 20%;
	}
}

.size-window p {
	line-height: 1.2;
}

.card-buy--cat {
	background: #473990;
	padding: 10px 30px;
	width: fit-content;
	color: white;
	display: flex;
	border: 2px solid #473990;
	align-items: center;
	justify-content: center;
	/* margin: auto; */
	margin-top: 15px;
	/* margin-bottom: 80px; */
	text-decoration: none;
	transition-duration: 0.3s;
	font-size: 15px;
	line-height: 14px;
	width: 150px;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.card-buy--cat {
			max-width: 100%;
			margin-top: 8px;
			padding: 7px 30px;
			font-size: 13px;
			line-height: 13px;
	}
	.size-window p {
		font-size: 12px;
    line-height: 1;
		text-align: center;
		padding: 15px 20px 0 20px;
	}
	.size-window {
		padding: 20px 10px;
	}
	.size-window form .addbasketbtn {
		font-size: 13px;
		line-height: unset;
		height: 30px;
	}
}

.size-window--close {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #473990;
	font-weight: 900;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.size-window {
		top: 10%;
	}
	.catalog-card--hover .size-window {
		top: 10%;
	}
	.size-window--close {
		top: 10px;
	}

}

@media screen and (max-width: 500px) {
	.size-window p {
		padding: 15px 0 0 0;
	}
}

/* .video-slider .ytp-chrome-top {
	display: none;
} */

.video-slider iframe {
	height: 500px;
}

.prod-page {
	margin-top: 70px;
	margin-bottom: 90px;
}

@media screen and (max-width:1200px) {
	.video-slider .owl-nav button	{
		display: block !important;
		background-color: white !important;
	}
	.prod-page h2 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 991px) {
	.carousel-control-next, .carousel-control-prev {
		top: 45px !important;
	}
}


.prod-p-contacts {
	float: unset;
}

.counter{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
}
.timer {
	display: grid;
	grid-template-columns: 4.5rem 0.5rem 4.5rem 0.5rem 4.5rem 0.5rem 4.5rem;
	font-size: 3rem;
	justify-items: center;
}

.timer__item {
	position: relative;
}

.timer__item::before {
	content: attr(data-title);
	display: block;
	position: absolute;
	bottom: -0.75rem;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0.875rem;
	color: #424242;
}