@import url("/fonts/Mazzard.css");
@import url("/css/editor.css");

html, body {
	height: 100%;
}
img {
	max-width: 100%;
	display: inline-block;
}
.clear {
	clear: both;
}
 
.user_name {
	display: none;
}
.head {
	/*background: #1f262d;*/
	background: #1f262d;
	color: #fff;
	padding: 16px 0;
	position: relative;
	/*position: fixed;*/
	/*width: 100%;*/
}
.head_phone {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
}
.head_phone a,
.head_phone a:active,
.head_phone a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.head_icons .icon_fav,
.head_icons .icon_cart
 {
	position: relative;
}
.head_icons > div {
	margin: 0 15px;
}
.head_icons .kol {
	position: absolute;
	bottom: -5px;
	right: -5px;
	color: #fff;
	font-size: 10px;
	line-height: 19px;
	text-align: center;
	background: #49525A;
	border-radius: 50%;
	width: 18px;
	height: 18px;
}
.icon_search {
	cursor: pointer;
}
.icon_search a:hover {
	opacity: 0.7;
}
.head_search {
	padding: 25px 0;
	/*background: #768593;*/
	background: #1f262d;
	color: #FFFFFF;
	position: absolute;
	/*position: relative;*/
	z-index: 6;
	display: none;
	width: 100%;
}
.search_down {
	height: 1px;
	background: #fff;
	width: 100%;
	margin: 15px 0;
}
.head_search > div {
	position: relative;
}
.inp_search {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	display: block;
	width: 100%;
	border: 0;
	outline: none;
	/*background: #768593;*/
	background: #1f262d;
}
.inp_search:active,.inp_search:focus {
	outline: none;
}
.search_close {
	width: 18px;
	height: 18px;
	position: absolute;
	z-index: 2;
	right: 15px;
	top: 0px;
	cursor: pointer;
}
.search_close:hover {
	opacity: 0.7;
}

.mob {
	cursor: pointer;
}
.search_results {

}
.search_results a,
.search_results a:active,
.search_results a:hover {
	display: block;
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	padding: 10px 0;
	text-decoration: none;
	outline: none;
}	

.mainmenu {
	background: rgba(241, 241, 241, 0.75);
	position: absolute;
    z-index: 2;
    width: 100%;
}
.menuitem > a {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	text-transform: uppercase;
	color: #303030;
	display: block;
	padding: 15px 0;
	text-decoration: none;
}
.menuitem:hover > a {
	/*background-color: #49525A;*/
	/*color: #fff;*/
	color: #49525A;
}
.menuitem.act > a {
	font-weight: bold;
}
.menuitem > a > span {
	display: inline-block;
	padding: 0 15px;
}
.menuitem.new {
	/*background: #49525A;*/
}
.menuitem.act {
	/*background: #49525A;	*/
}
.menuitem.act  > a {
	/*color: #fff;*/
	color: #49525A;
}
.menuitem.new > a {
	/*color: #fff;*/
	font-weight: bold;
}
.menuitem.has-sub {
	position: relative;
	z-index: 5;
}
.menuitem.has-sub1 {
	position: relative;
	z-index: 5;
}
.menuitem.has-sub > a > span {
	background: url(/images/m_ar_down.png) right center no-repeat; 
}
.menuitem.has-sub1 > a > span {
	background: url(/images/m_ar_up.png) right center no-repeat; 
}
.submenu {
	display: none;
	position: absolute;
	z-index: 4;
	width: 170px;
	/*bottom: 0;*/
	/*left: 0;*/
}
.subsubmenu {
	display: none;
	position: absolute;
	z-index: 3;
	width: 190px;
	top: 0;
	left: 155px;
}

.menu-subitem > a {
	/*background-color: #D4DEE5;*/
	background-color: #ffffff;
	display: block;
	padding: 10px 30px 10px 15px;
	text-decoration: none;
	/*margin-bottom: 1px;	*/
	color: #303030;
	margin-right: 15px;
	line-height: 18px;
}
.menu-subitem:hover > a {
	/*background-color: #C8DDEC;*/
	/*background-color: #1f262d;*/
}
.menu-subitem.act > a {
	/*background-color: #C8DDEC;*/
	/*background-color: #1f262d;*/
}

.menu-subitem.has-ssub > a {
	background-image: url(/images/m_ar_right.png); 
	background-position: right 15px center;
	background-repeat: no-repeat;
}
.menu-subitem.has-ssub1 > a {
	background-image: url(/images/m_ar_left.png); 
	background-position: right 15px center;
	background-repeat: no-repeat;
}
.menu-subsubitem > a {
	/*background-color: #B5C7D4;*/
	background-color: #ffffff;
	display: block;
	padding: 10px 30px 10px 15px;
	text-decoration: none;
	margin-bottom: 1px;	
	color: #303030;
	margin-right: 15px;
	line-height: 18px;
}
.menu-subsubitem:hover > a {
	/*background-color: #90B5CF;*/
}
.menu-subsubitem.act > a {
	/*background-color: #90B5CF;*/
}

.mobmenu {
	display: none;	
	position: absolute;
	left: 0;
	z-index: 4;
}
 
.mobsubmenu {
	display: none;
}
.mobsubsubmenu {
	display: none;
}
.mobmenuitem > a {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	/*font-size: 14px;*/
	font-size: 22px;
	line-height: 17px;
	text-align: center;
 	/*text-transform: capitalize;*/
	color: #303030;
	display: block;
	padding: 15px 0;
	text-decoration: none;
	background-color: #F1F1F1;
}

.mobmenuitem.new  > a {
	background: #49525A;
	color: #fff;
	font-weight: bold;
}

.mob,.mob1 {
	cursor: pointer;
}
.mob1 {
	display: none;
}
.mob:hover,.mob1:hover {
	opacity: 0.7;
}
.mobmenuitem > a > span {
	display: inline-block;
	padding: 0 15px;
}
.mobsubmenuitem > a > span {
	display: inline-block;
	padding: 0 15px;
}
.mobmenuitem.has-sub > a > span {
	background: url(/images/m_ar_down.png) right center no-repeat; 
}
.mobmenuitem.has-sub1 > a > span {
	background: url(/images/m_ar_up.png) right center no-repeat; 	
}
.mobmenuitem.has-sub1 > a {
	font-weight: bold;
}

.mobsubmenuitem > a {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	/*font-size: 14px;*/
	font-size: 18px;
	line-height: 17px;
	text-align: center;
 	/*text-transform: capitalize;*/
	color: #303030;
	display: block;
	padding: 15px 0;
	text-decoration: none;
	/*background-color: #D4DEE5;*/
	background-color: #ffffff;
	border-bottom: 1px #fff solid;
}

.mobsubmenuitem.has-ssub > a  > span{
	background-image: url(/images/m_ar_down.png); 
	background-position: right center;
	background-repeat: no-repeat;
}
.mobsubmenuitem.has-ssub1 > a  > span {
	background-image: url(/images/m_ar_up.png); 
	background-position: right center;
	background-repeat: no-repeat;
}

.mobsubmenuitem.has-ssub1 > a {
	font-weight: bold;
}

.mobsubsubmenuitem > a {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	/*font-size: 14px;*/
	font-size: 16px;
	line-height: 17px;
	text-align: center;
	
	color: #303030;
	display: block;
	padding: 15px 0;
	text-decoration: none;
	background-color:#fff;
	/*background-color: #B5C7D4;*/
	border-bottom: 1px #fff solid;
}

.mobsubsubmenuitem > a::first-letter {
	text-transform: capitalize;
}

.owl-prev {
    position: absolute;
    left: 30px;
    top: 45%;
    width: 18px;
    height: 30px;
    z-index: 2;
    background: url(/images/slide_left.png) center center no-repeat !important;
}
.owl-next {
    position: absolute;
    right: 30px;
    top: 45%;
    width: 18px;
    height: 30px;
    z-index: 2;
    background: url(/images/slide_right.png) center center no-repeat !important;
}
.owl-prev:hover,.owl-next:hover {
	opacity: 0.7;
}
.soc-1 a :hover {
	opacity: 0.7;
}
.soc-descr a:hover {
	text-decoration: none;
}
.contants a:hover {
	text-decoration: none;
}
.owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(/images/slide_dot.png) center center no-repeat !important;
	margin-right: 10px;
}

.owl-dot.active {
	background: url(/images/slide_dot_act.png) center center no-repeat !important;
}
.owl-dots {
	position: absolute;
	z-index: 4;
	bottom: 30px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: center;
}

.main-slider .slide {
	position: relative;
}
.slide-content {
	position: absolute;
	 left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	z-index: 4;
}
.slide-slogan, .slide-slogan a {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 700;
	font-size: 120px;
	line-height: 142px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}
.slide-text , .slide-text a{
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}
.hr1 {
	background-color: #fff;
	height: 3px;
	width: 50px;
	margin: 10px auto;
	display: none;
}
.hr3 {
	background-color: #fff;
	height: 3px;
	width: 50px;
	margin: 10px 0;
}
.hr4 {
	background-color: #5B5B5B;
	height: 3px;
	width: 50px;
	margin: 20px 0;
}
.hr2 {
	background-color: #fff;
	height: 2px;
	width: 40px;
	margin: 10px 0;
	display: block;
}
.cat-item .hr2 {
	margin: 10px auto;
}
.cat-a-content {
	display: block;
}

.cat-a-content-1 {
	display: block;
}

.newbie {
	margin-top: 30px;
}

.newbie .row > div {
	margin-bottom: 25px;
}
.newitem a {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	outline: none;
	padding: 15px 30px;
}
.newitem a:active, .newitem a:focus {
	text-decoration: none;
	outline: none;
}
.newitem {
	position: relative;
	width:fit-content;
}
.new-zag {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 43px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.new-name {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.cat {
	/*margin-top: 25px;	*/
}
.cat-name {
	margin-top: 25px;		
}
.cat-name,.cat-name a {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 43px;
	text-align: center;
	text-transform: uppercase;
	color: #353535;
	margin-bottom: 10px;
	text-decoration: none;
}
.cat-item {
	position: relative;

}
.cat-cat-item {
	position: relative;
}

.cat-item > a {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	outline: none;
	padding: 15px 16px;
}
.cat-cat-item > a {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	outline: none;
	padding: 15px 30px;
}
.cat-item-price-1 {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
}
.cat-item-price-1 {
	display: inline-block;
	width: 48%;
}
.cat-item-price-2 {
	display: inline-block;
	width: 49%;
	text-align: right;
}

.cat-item-price-3 {
	position: relative;
	left: 55%;
}
.item-name-1 {
	display: block;
}
.item-name-1:first-letter{
  	text-transform: capitalize
}
.item-color-1 {
	display: block;
}
.cat-item-price {
	position: absolute;
	z-index: 5;
	text-align: center;
	color: #fff;
	/*background: #1B2E3F;*/
	background: #88949f;
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	text-transform: ;
    width: 100%;
    padding: 8px 0;
    bottom: -50px;
	-webkit-transition-property: top, bottom;
    -webkit-transition-duration: 0.5s;
}

.cat-item a:hover .cat-item-price {
	bottom: 0;
}
.item-name {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	/*text-align: center;*/
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
}
.cat-cat-item .item-name {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 35px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.item-color {
 	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	text-transform: lowercase;
	color: #FFFFFF;
	display: block;
 }
 .cat-cat-item .item-color {
 	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-transform: lowercase;
	color: #FFFFFF;
	text-align: left;
 }
 .cat-cat > div {
 	margin-bottom: 30px;
 }
 .cat-cat-item:hover {
 	opacity: 0.9;
 }

.cat-item a:active, .cat-item a:focus {
	text-decoration: none;
	outline: none;
}
.cat .owl-prev {
    left: 25px;
}
.cat .owl-next {
    right: 25px;
}
.zakaz {
	background: url(/images/form_big.png) center top no-repeat;
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #FFFFFF;

	margin: 70px 0;
	padding: 100px 0;
}
.zakaz.inner {
	height: 638px;
	display: flex;
	align-items: center;
}
.zakaz-slogan h1 {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 700;
	font-size: 120px;
	line-height: 142px;
	text-align: center;
	color: #FFFFFF;
}
.form-zag {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 57px;
	color: #FFFFFF;
}
.b-zak {
	display: inline-block;
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	text-transform: capitalize;
	color: #FFFFFF;
	/* background: #49525A; */
	background: #1f262d;
	padding: 10px 15px;
	text-decoration: none;
	outline: none;
	border: none;
}
.b-zak:hover,.b-zak:active,.b-zak:focus {
	text-decoration: none;
	outline: none;
}
.b-zak:hover {
	background-color: #1B2E3F;
}
.b-zak:disabled {
	opacity: 0.7;
}
.icon_fav a:hover .kol {
	background-color: #1B2E3F;

}

.icon_cart a:hover .kol {
	background-color: #1B2E3F;
	
}

.contants {
	margin: 70px 0;
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: #676767;
}

.cont-zag {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 43px;
	text-transform: uppercase;
	color: #353535;
}

#fmCont label {
	display: block;
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: #676767;
	margin-bottom: 5px;
}

#fmCont input {
	display: block;
	background: rgba(227, 231, 237, 0.5);
	border: 1px solid #E4ECF2;
	font-family: 'Mazzard';
	font-size: 22px;
	color: #676767;
	outline: none;
	margin-bottom: 20px;
	padding: 5px 5px;
	width: 100%;
}
#fmCont input:focus,#fmCont input:active {
	outline: none;
}

.contacts a{
	color: #5B5B5B;
	text-decoration: underline;
	outline: none;
}

.container1920 {
	max-width: 1920px;
	padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

footer {
	background-color: #1f262d;
	padding: 30px 0;
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #1f262d;
}
.logo-descr {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: rgba(255, 255, 255, 0.75);
}
.soc-descr {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	color: rgba(255, 255, 255, 0.75);
}
.soc-descr a { 
	color: rgba(255, 255, 255, 0.75);
	text-decoration: underline;
}
.soc-1 {
	margin-bottom: 10px;
}
#map {
	height: 300px;
}
.f-links {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	/*color: #252424;*/
	color: rgba(255, 255, 255, 0.75);
}
.f-links a { 
	/*color: #252424;*/
	color: rgba(255, 255, 255, 0.75);
}
.logo-f {
	margin-bottom: 30px;
}

.newbie .row {
	margin: 0 0 ;
}

.zakaz.inner {
	margin: 0;
}
.h1 h1 {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 60px;
	/*text-transform: capitalize;*/
	color: #353535;
}
.h1 h1:first-letter{
  text-transform: capitalize
}
.container.inner {
	padding-top: 60px;
}
.navline {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	/*text-transform: capitalize;*/
	color: rgb(53 53 53 / 78%);
	margin-bottom: 30px;
}
.navline a {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	text-decoration-line: underline;
	/*text-transform: capitalize;*/
	color: #353535;
}

.navline a::first-letter {

	text-transform: capitalize;

}

.left-submenu {
	display: none;
}
.left-menu-item {
	position: relative;
	margin-bottom: 1px;
}
.left-menu-item a {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	outline: none;
	padding: 10px 15px;
	/*background: #1f262d;*/
	background: rgba(0, 0, 0, 0.0);
	/*color: #FFFFFF;*/
	color: #353535;
}

.left-menu-item.act {
}

.left-menu-item.act a {
	color: #353535;
	/*background: rgba(145, 158, 169, 0.2);*/

}

.left-menu-item a.open {
	position: absolute;
	z-index: 4;
	right: 15px;
	top: 15px;
	font-size: 30px;
	background: none;
	padding: 0;
	/*color: #FFFFFF !important;*/
	color: #353535 !important;

}
.left-menu-item a.close {
	display: none;
	position: absolute;
	z-index: 4;
	right: 17px;
    top: 10px;
    font-size: 41px;
	background: none;
	padding: 0;
	color: #1f262d !important;
}

.left-menu-item a:hover,.left-menu-item a:active {
	text-decoration: none;
	outline: none;
}

.left-menu-item a:hover {
	opacity: 0.8;
}

.left-submenu-item a {
	/*background: #D4DEE5 !important;	*/
	background: rgba(0, 0, 0, 0.0) !important;
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-transform: initial;
	color: #353535;
}
.left-submenu-item {
	margin-top: 1px;
}
.left-submenu-item.act > a {
   /* background-color: #C8DDEC !important;;*/
}

:root {
  --form-control-disabled: #959495;
  --form-control-color: #000;
}

.filter .form-control {
  font-family: system-ui, sans-serif;
  /*font-size: 2rem;*/
  /*font-weight: bold;*/
  /*line-height: 1.1;*/
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
  border: none;
  padding: 0;
   font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 17px;
	text-transform: lowercase;
	color: #353535;
	margin-bottom: 7px;
}

.filter input[type="checkbox"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #000;
  width: 1.15em;
  height: 1.15em;
  border: 1px solid #D3B7B7;
  transform: translateY(-0.075em);

  display: grid;
  place-content: center;
}


.filter input[type="checkbox"]::before {
  content: "";
  /*width: 0.65em;
  height: 0.65em;
  */
  width: 4px;
  height: 4px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}

.filter input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.filter input[type="checkbox"]:checked + span {
	font-weight: bold;
}

.filter-zag {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	/*text-transform: capitalize;*/
	color: #686868;
	margin-bottom: 10px;
}
.filter {
	padding-top: 5px;
}

.sort {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #353535;
}

.ProductCardWishlistButton__icon {
	position: absolute;
    /*width: 20px;
    height: 20px;*/
    width: 25px;
    height: 25px;
    top: 14px;
    right: 5px;
    margin: -10px 0 0 -10px;
    /*fill: rgba(31,27,22,.4);*/
    fill: rgba(31,27,22,-.4);
    /*stroke: hsla(0,0%,100%,.4);*/
    stroke: hsla(0,0%,0%,.4);
    z-index: 1;
    transition: transform .3s ease;
    /*background: rgba(230, 230, 230, 0.5);*/
}

.ProductCardWishlistButton__icon:hover {
    transform: scale(1.2);
}
.ProductCardWishlistButton__icon.active {
	/*fill: #fff;*/
	fill: #49525a;
	padding: 3px;
}
.cat-row .ProductCardWishlistButton__icon.active {
	/*fill: #fff;*/
	fill: #49525a;
	background: none;
	padding: 0px;
}
.cat-row > div {
	margin-bottom: 30px;
}
.cat-row .cat-item-price {
	bottom: 0;
}
.cat-row .cat-item:hover   {
	opacity: 0.9;
}
.cat-row .cat-a-content {
	padding-bottom: 31px;
}
a.mini {
	display: block;
	margin-bottom: 15px;
}
a.mini img {
	border: #fff 2px solid;	
}
a.mini.act img {
	border: #D3B7B7 2px solid;
}

.tov-price-desc {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-transform: capitalize;
	color: #686868;
}
.tov-price {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	/*font-size: 36px;*/
	font-size: 30px;
	line-height: 43px;
	color: #353535;
}

.art {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	/*text-transform: capitalize;*/
	color: #686868;
	/*padding-top: 40px;*/
}
.tov-sost {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	/*text-transform: capitalize;*/
	color: #676767;
	padding-top: 15px;
}

.tov-sost li {
	font-size: 16px;

}
.tov-uhod {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	/*text-transform: capitalize;*/
	color: #676767;
	padding-top: 15px;
}
.select-box {
	padding-top: 4px;
}
.cart-box {
	padding-top: 40px;
}
.nal {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #686868;
	padding-top: 15px;
}
.nal .green {
	color: #62A130;
}
.nal .red {
	color: #f00;
}
.rec-zag {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 35px;
	text-transform: capitalize;
	color: #353535;
	margin-bottom: 15px;
}
.recommend {
	margin-top: 50px;
}
.select-name {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-transform: capitalize;
	color: #686868;
}
.select-wrap {
	position: relative;
	border: 1px solid #C2C2C2;
	padding: 8px;
	margin-top: 10px;
}
.color-item {
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 1px solid #C2C2C2;
	margin-right: 10px;
}
.select-option a {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-transform: lowercase;
	color: #353535;
	text-decoration: none;
}
.select-up {
	display: none;
}
.select-up,.select-down {
	cursor: pointer;
}
.select-option-wrap {
	position: absolute;
	left: 0;
	top: 42px;
	width: 100%;
	max-height: 340px;
	z-index: 6;
	background: #EFEFEF;
	padding: 15px 15px 7px 15px;

	display: none;
	overflow-y: auto;
}
.select-option-wrap .select-option {
	margin-bottom: 8px;
}
.select-option.act a {
	font-weight: bold;
}
.size-name {
	font-family: 'Mazzard';
	font-style: normal;
	font-size: 17px;
	line-height: 17px;
	/*text-transform: lowercase;*/
	text-transform: uppercase;
	color: #353535;
	display: block;
	width: 100%;
}
.size-box .select-option-wrap .select-option {
	margin-bottom: 15px;
}
.cart-box .b-zak {
	display: inline-block;
	text-transform: none;
	width: 100%;
}
.cart-box-wish {
	position: relative;
}
.cart-box-wish .ProductCardWishlistButton__icon {
	right: auto;
	left: 15px;
    top: 10px;
    width: 40px;
    height: 44px;
}
.cart-tov-name, .cart-tov-name a {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	/*text-transform: capitalize;*/
	color: #353535;
	text-decoration: none;
}
.cart-tov-art {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	text-transform: capitalize;
	color: #686868;
}
.cart-size {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-transform: capitalize;
	color: #353535;
}
.cart-price {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	text-transform: lowercase;
	color: #353535;
}
.cart-row {
	background: #F7F7F7;
	border-bottom: 1px solid #fff;
	padding: 15px 0;
}
.inp-kol {
	border: 1px solid #C2C2C2;
	outline: none;
	padding: 10px 10px;
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	text-transform: lowercase;
	color: #353535;
	display: inline-block;
	width: 48px;
}


	/* Chrome, Safari, Edge, Opera */
.inp-kol::-webkit-outer-spin-button,
.inp-kol::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Firefox */
.inp-kol  {
  -moz-appearance: textfield !important;
}

.inp-kol::-webkit-outer-spin-button,
.inp-kol::-webkit-inner-spin-button {
    -webkit-appearance: none !important; 
}

.inp-kol,
.inp-kol:hover,
.inp-kol:focus {
    appearance: none !important;
    -moz-appearance: textfield !important;
}


.kol-wrap {
	width: 100%;
}
a.plus {
	background: #353535;
    display: flex;
    width: 43px;
    height: 43px;
    color: #fff;
    font-size: 30px;
    line-height: 25px;
    outline: none;
    text-decoration: none;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
}
a.plus:hover {
	opacity: 0.8;
}
a.minus {
	background: #353535;
    display: flex;
    width: 43px;
    height: 43px;
    color: #fff;
    font-size: 30px;
    line-height: 25px;
    outline: none;
    text-decoration: none;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
}

a.minus:hover {
	opacity: 0.8;
}
.cart-oform-zag {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 35px;
	/*text-transform: capitalize;*/
	color: #353535;
	margin-bottom: 30px;
	margin-top: 30px;
}
.itogo,.itogo1,.itogo2 {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	text-align: right;
	/*text-transform: capitalize;*/
	color: #353535;
}
.itogo1,.itogo2 {
	text-align: left;
}
.row-fio label {
	display: block;
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: #676767;
}
.row-fio input {
	display: block;
	width: 100%;
	background: rgba(227, 231, 237, 0.5);
	border: 1px solid #E4ECF2;
	outline: none;
	padding: 5px 10px;
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #9B9B9B;
}
.row-fio > div {
	margin-bottom: 15px;
}

.emptyCart a {
	color: #353535;
	text-decoration: none;
}

.emptyCart  {
	 
	display: none;
}

.cart-dost-addr .row > div, .cart-dost-addr-punkt .row > div {
	margin-bottom: 15px;

}
.cart-dost-addr label,.cart-dost-addr-punkt label {
	display: block;
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: #676767;
}
.cart-dost-addr input, .cart-dost-addr-punkt input {
	display: block;
	width: 100%;
	background: rgba(227, 231, 237, 0.5);
	border: 1px solid #E4ECF2;
	outline: none;
	padding: 5px 10px;
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #9B9B9B;

}
.cart-dost-addr textarea,.cart-dost-addr-punkt textarea {
	display: block;
	width: 100%;
	background: rgba(227, 231, 237, 0.5);
	border: 1px solid #E4ECF2;
	outline: none;
	padding: 5px 10px;
	height: 100px;
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #9B9B9B;

}
.sposob-zag {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
	color: #676767;
	margin-top: 30px;
	margin-bottom: 20px;

}

.regular-radio {
	display: none;
}
.regular-radio + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
}
.regular-radio:checked + label:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	background: #99a1a7;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	text-shadow: 0;
	left: 3px;
	font-size: 32px;
}
.regular-radio:checked + label {
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.regular-radio + label:active,
.regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.big-radio + label {
	padding: 16px;
}
.big-radio:checked + label:after {
	width: 24px;
	height: 24px;
	left: 4px;
	top: 4px;
}
.label-radio {
	font-family: 'Mazzard';
	font-style: normal;
	font-size: 18px;
	line-height: 120%;
	color: #676767;
	cursor: pointer;
}
.sposob-radio-table td {
    padding-bottom: 9px;
}
.td-radio {
    padding-top: 4px;
}
.cart-dost-addr, .cart-dost-addr-punkt {
	padding-top: 30px;
}
.sogl {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: #676767;
}
.sogl a {
	color: #676767;
}
.cart-dost-addr,.cart-dost-addr-punkt {
	display: none;
}
.itogo1 {
	display: none;
}
.cat-col-5 {
	display: none;
}

.cat-mob .row > div {
	margin-bottom: 30px;
}

.sort-fav-desc {
	display: none;
}

.sort-price-desc {
	display: none;
}
.ord-blag {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 57px;
	text-align: center;
	color: #353535;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.ord-detail {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 38px;
	line-height: 45px;
	text-align: center;
	color: #353535;
}
.ord_desc, .ord_desc a  {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	color: #353535;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.ord_desc a {
	text-decoration: none;
}
.select-option-main.single {
	border: 1px solid #C2C2C2;
    padding: 11px 8px;
    margin-top: 10px;
}
.tov-uhod {
	background: #efefef;
	padding: 10px 10px 10px 10px;
}
.tov-uhod-head {
	cursor: pointer;
	position: relative;

}
.tov-uhod-desc {
	display: none;
}
.tov-uhod-close,
.tov-uhod-open {
	position: absolute;
	right:  15px;
}
.tov-uhod-close {
	display: none;
}
.menu-subitem  {
	position: relative;
	z-index: 3;
}

.del {
	/*font-size: 40px;*/
	position: relative;
	/*color: #000;*/
	text-decoration: none;
}
.del:before {
	content: "";
	border-bottom: 2px solid red;
	position: absolute;
	width: 70%;
	height: 57%;
	transform: rotate(0deg);
	

}
.cart-box .b-zak.incart {
	text-decoration: underline;
	text-underline-offset:3px;
	text-decoration-thickness:1px;
}
.cart-box .b-zak.incart.nodis {
	display: none !important;
}
.cart-box .b-zak.incart.dis {
	display: inline-block !important;
}
.cart-box .b-zak.nocart.nodis {
	display: none !important;
}
.cart-box .b-zak.nocart.dis {
	display: inline-block !important;
}
a.cat-sort {
	text-decoration: none;
	color: #000;
}
@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    max-width: 1140px;
	}
}

.mobile header {
	position: fixed;
	height: 58px;
	width: 100%;
	z-index: 6;
}

.mobile main {
	padding-top: 58px;
}

.tablet header {
	position: fixed;
	height: 58px;
	width: 100%;
	z-index: 6;
}

.tablet main {
	padding-top: 58px;
}

@media (max-width: 990px) { /* tablet */
	.head_phone {

	}
	.mobmenu {
		position: fixed;
		top: 75px;
		width: 300px;
	}
	.slide-slogan, .slide-slogan a {
		font-size: 60px;
		line-height: 120%;
	}
	.slide-text, .slide-text a {
		font-size: 20px;
		line-height: 30px;
	}
	.new-zag {
		font-size: 30px;
		line-height: 35px;
	}
	.zakaz {
		background: url(/images/form_middle.png) center top no-repeat;
		font-size: 18px;
		line-height: 150%;
		margin: 50px 0;
	}
	.zakaz.inner {
		margin: 0;
	}
	.form-zag {
		font-size: 36px;
		line-height: 43px;
	}
	.contants {
		font-size: 18px;
		line-height: 120%;
	}
	.cont-zag {
		font-size: 30px;
		line-height: 35px;
	}
	.cat-mob .cat-item > img {
		width: 100%;
	}
	
	.h1 h1 {
		font-size: 40px;
		line-height: 47px;
	}
	.container.inner {
	    padding-top: 30px;
	}
	.rec-zag {
		font-size: 24px;
		line-height: 28px;
	}

	a.minus {
	    background: #353535;
	    display: flex;
	    width: 43px;
	    height: 32px;
	    color: #fff;
	    font-size: 30px;
	    line-height: 21px;
	    outline: none;
	    text-decoration: none;
	    text-align: center;
	    align-items: center;
	    justify-content: center;
	    padding-bottom: 5px;
	}
	.inp-kol {
	    border: 1px solid #C2C2C2;
	    outline: none;
	    padding: 4px 10px;
	    font-family: 'Mazzard';
	    font-style: normal;
	    font-weight: 400;
	    font-size: 18px;
	    line-height: 17px;
	    text-align: center;
	    text-transform: lowercase;
	    color: #353535;
	    display: inline-block;
	    width: 35px;
	}

	a.plus {
	    background: #353535;
	    display: flex;
	    width: 43px;
	    height: 32px;
	    color: #fff;
	    font-size: 30px;
	    line-height: 24px;
	    outline: none;
	    text-decoration: none;
	    text-align: center;
	    align-items: center;
	    justify-content: center;
	    padding-bottom: 6px;
	}

	.cart-box {
	    padding-top: 31px;
	}
	.cart-box .b-zak {
		font-size: 16px;
	}
	.tov-price {
		padding-top: 12px;
	}
	.c-filter {
		border-bottom: #ccc 1px dashed;
		text-decoration: none;
		color: #000;
		margin: 10px;
	}
	.ccFilter {
		display: none;
	}
}

@media (max-width: 767px) { /* phone */
	.navline {
		margin-bottom: 5px;
	}
	.head_phone {
		font-weight: 300;
		font-size: 12px;
		line-height: 14px;
	}

	.cat-item-price-1 {
		width: 45%;
	}

	.left-menu {
		display: none;
	}

	.filter {
		/*display: none;*/
	}
	.col-head-mob {
		padding-right: 0;
	}	
	.mobmenu {
		top: 56px;
		width: 100%;
	}
	.slide-slogan, .slide-slogan a {
		font-size: 35px;
		line-height: 120%;
	}
	.slide-text, .slide-text a {
		font-size: 18px;
		line-height: 30px;
	}
	.new-name {
		font-size: 12px;
		line-height: 14px;
	}
	.zakaz {
		background: url(/images/form_small.png) center top no-repeat;
		margin: 30px 0;
	}
	.zakaz-slogan h1 {
		font-size: 56px;
    	line-height: 50px;
    	letter-spacing: 0.1em;
	}

	.form-zag {
		font-size: 30px;
		line-height: 35px;
	}

	#map {
		height: 250px;
	}
	.f-links {
		margin-bottom: 30px;
	}
	.h1 h1 {
		font-size: 36px;
		line-height: 43px;
	}
	.rec-zag {
		font-size: 20px;
		line-height: 24px;
	}
	.cart-tov-name {	
		 font-size: 16px;
		line-height: 19px;
	}
	.cart-tov-art {
		 font-size: 10px;
		line-height: 12px;
	}
	.cart-size {
		 font-size: 12px;
		line-height: 14px;
	}
	.cart-price {
		font-size: 12px;
		line-height: 19px;
		padding-left: 0;
	}
	a.minus {
	    background: #353535;
	    display: flex;
	    width: 43px;
	    height: 26px;
	    color: #fff;
	    font-size: 30px;
	    line-height: 21px;
	    outline: none;
	    text-decoration: none;
	    text-align: center;
	    align-items: center;
	    justify-content: center;
	    padding-bottom: 8px;
	}
	.inp-kol {
	    border: 1px solid #C2C2C2;
	    outline: none;
	    padding: 1px 8px;
	    font-family: 'Mazzard';
	    font-style: normal;
	    font-weight: 400;
	    font-size: 18px;
	    line-height: 17px;
	    text-align: center;
	    text-transform: lowercase;
	    color: #353535;
	    display: inline-block;
	    width: 26px;
	}
	a.plus {
	    background: #353535;
	    display: flex;
	    width: 43px;
	    height: 26px;
	    color: #fff;
	    font-size: 30px;
	    line-height: 24px;
	    outline: none;
	    text-decoration: none;
	    text-align: center;
	    align-items: center;
	    justify-content: center;
	    padding-bottom: 6px;
	}
	.cart-del {
		padding-left: 0;
	}
	.cart-box .b-zak {
		font-size: 20px;
	}
}
.row {
	    /*--bs-gutter-x: 0.5rem;*/
}
@media (max-width: 460px) { /* phone 5se */
	.head_phone {
		font-size: 10px;
	}
	.head_icons > div {
	    margin: 0 6px;
	} 
	.cat-item-price-1 {
		font-size: 22px;
	}
	.cat-item-price-2 {
		font-size: 22px;
	 
	}

	.cat-item-price-3 {
		font-size: 22px;
	 
	}
}

.care-list {
	list-style:none;
	font-size: 20px;
	padding-left: 0px;	
}

.care-list li {
	/*display: block;*/
	vertical-align: top;

}

.care-list img {
	margin-right: 10px;
	max-width: 90px;
}

.care-list-2 {
	font-size: 20px;
}

div.care-list-2  {
	display: flex;
	flex-direction:column;

}

.care-list-2 div {
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	margin-bottom: 20px;
}

.care-list-2 img {
	margin-right: 20px;
	max-width: 80px;
}



div.adapt-table {
	display: flex;
	flex-direction:column;
}

div.adapt-table-row  {
	display: flex;
	flex-direction:row;
	max-width: 100%;
	justify-content: flex-start;
	margin-bottom: 20px;
	
}
.adapt-table-cell {
	min-width: 50%;
	align-content: top;
	
}
.adapt-table-cell:first-child {
	margin-right: 20px;
	
}

.adapt-table-cell:nth-child(2) {
	
 	/*margin-left:-50%;
 	color: white;*/
 	


}

.adapt-table-cell p, ul {
	font-size: 24px;
}

.adapt-table-cell img {
	/*max-width: 100%;*/
}



@media (max-width: 767px) { 

	div.adapt-table-row {
		flex-direction:column-reverse;
	} 

	.adapt-table-cell p, ul { 
		line-height: 28px;
	}

	.adapt-table-cell h2 {
		font-size: 30px;
	}

	.adapt-table-cell:first-child {
		margin-right: 0px;
	}


}

	a.tel {
		white-space: nowrap;
		text-decoration:underline dashed 1px;
		text-underline-offset:5px;
	}