body {
	font-family: 'CormorantSC-SFProDisplay', serif;
	font-weight: 400;
	color: #666;
	font-size: 15px;
	line-height: 23px;
	max-width: 1920px;
	margin: auto;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
@media (min-width: 1110px){
	.container {
		width: 1110px;
		padding: 0;
	}
}
.contact-image{
    max-width: 540px;
    padding-top: 15px;
}
.sale-badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 96px;
    padding: 16px;
    display: none;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */

/* logo */
#logo {
	margin: auto;
	width: 150px;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
.home-banner{
	position: relative;
}
.home-banner img{
	width: 100%;
	height: 620px;
	object-fit: cover;
}
.home-title-block{
	position: absolute;
	top: 40px;
	left: 0;
	width: 60%;
	text-align: end;
	border-width: 1px;
	-webkit-border-top-right-radius: 3000px;
	-webkit-border-bottom-right-radius: 3000px;
	background-position: center center;
	border-color: #4b1715;
	border-left: 0;
	border-style: solid;
	padding: 50px 48px 7px 0;
}

.home-sum-title-block{
	position: absolute;
	bottom: 20%;
	left: 30%;
	width: fit-content;
	color: #4b1715;
	font-family: 'Great Vibes', cursive;
}
.home-title{
	color: #4b1715;
	font-size: 70px;
	font-weight: 300;
	height: 70px;
	text-transform: uppercase;
}
.home-sub-title{
	color: #4b1715;
	font-size: 45px;
	height: 45px;
	font-weight: 400;
	text-transform: uppercase;
}
/* content */
#content {
	min-height: 600px;
}
#content p {
	margin: 35px 5px;
	font-size: 23px;
}
.checkimg {
    margin-top: 20px;
}
.checkimg img {
	height: 500px;
	width: 100%;
	object-fit: cover;
}



/* footer */
/*footer {*/
/*	margin-top: 30px;*/
/*	padding-top: 30px;*/
/*	background-color: #303030;*/
/*	border-top: 1px solid #ddd;*/
/*	color: #e2e2e2;*/
/*}*/
/*footer hr {*/
/*	border-top: none;*/
/*	border-bottom: 1px solid #666;*/
/*}*/
/*footer a {*/
/*	color: #ccc;*/
/*}*/
/*footer a:hover {*/
/*	color: #fff;*/
/*}*/
/*footer h5 {*/
/*	font-family: 'Open Sans', sans-serif;*/
/*	font-size: 13px;*/
/*	font-weight: bold;*/
/*	color: #fff;*/
/*}*/
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 14px;
	padding: 25px 0;
	background-color: #FBF9F7!important;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 25px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li:first-child {
	padding: 0 25px 0 0;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:not(:last-child):after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -15px;
	width: 26px;
	height: 26px;
	background-image: url("/image/catalog/vectors/arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
}
.breadcrumb{
	background-color: #fff;
}
.breadcrumb li a{
	color: #3B3836;
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #3B3836;
	background-image: linear-gradient(to bottom, #3B3836, #3B3836);
	background-repeat: repeat-x;
	border-color: #3B3836 #3B3836 #3B3836;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #3B3836;
	background-position: 0 -30px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {

    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }

    html[dir=rtl] .navbar-nav > li {
        float: right;
    }

}

/*top*/



body{
	background-color: #FBF9F7;
}
header {
	position: relative;
	/* height: 178px; */
	padding: 24px 0;
	border-bottom: 1px solid #DAD9D5;
	background-color: #FBF9F7;
}

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

.menu-header{
	display: flex;
	justify-content: space-between;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	max-width: 900px;
	margin: 25px auto auto auto;
}
.menu-header a{
    color: #3B3836;
}
.menu-header a:hover {
	color: #7D4B29;
}
.menu-header a.active {
    color: #7D4B29;
	text-decoration: none;
}



.top-contact {
	font-family: 'Open Sans';
	font-style: normal;
	display: flex;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	color: #3B3836;
	gap: 7px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #FBF9F7;
}
.top-contact div a {
	color: #6e7c83;
	font-size: 14px;
	line-height: 18px;
}

.top-social {
	gap: 15px;
	display: flex;
	width: 202px;
	position: absolute;
	left: 0;
	top: 0;
}
.logo {
    margin: auto;
}
.vanselect {
	border: none;
}
.twoselect {
	border: none;
}


.main h1 {
	max-width: 600px;
	height: 50px;
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 65px;
	line-height: 50px;
	color: #3B3836;
	margin: 55px auto auto auto;
	text-align: center;
}

.main h3 {
	max-width: 540px;
	height: 75px;
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 140%;
	color: #605B58;
	margin: 35px auto auto auto;
	text-align: center;

}
.catalog-top {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #3B3836;
    display: flex;
	white-space: nowrap;
}
.catalog-top1 {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #3B3836;
    display: flex;
}
.catalog-top:hover {
	color: #7D4B29;
	background: url(/image/catalog/icon/arrow-catalog2.svg) no-repeat right;
}
.catalog-top img {
	padding-left: 9px;
}
.catalog-top img:hover {
	display: none;
}

.main .button {
	max-width: 146px;
	height: 18px;
	margin: 50px auto auto auto;
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
.main a {
	color: #3B3836;
}
.main .button a:hover {
	color: #7D4B29;
}

/*carousel*/

.f-carousel {
	margin-top: 55px;
}
.f-carousel__slide img {
	width: 100%;
	object-fit: cover;
}
#myCarousel .f-button  {
	display: none;
}
#myCarouselmobile .f-button {
    display: none;
}
#myCarousel .col-xs-6 {
	padding: 0;
}
#myCarousel .col-xs-6:last-child {
	padding-left: 10px;
}
#myCarousel .col-xs-6:first-child {
	padding-right: 10px;
}

.f-carousel__dots li {
	opacity: 1!important;
}

.f-carousel__dots li.is-current button span{
	background: none;
	border: 1px solid #FCFCFC;
	width: 24px;
	height: 24px;
}

#myCarousel .f-carousel__dots   {
	display: grid;
	position: absolute;
	top: 0;
	align-content: center;
	color: #FCFCFC;
	justify-content: start;
	width: fit-content;
	left: 54px;
	margin: 0!important;
	align-items: start;
}
#myCarouselmobile .f-carousel__dots {
    display: grid;
    position: absolute;
    top: 0;
    align-content: center;
    color: #FCFCFC;
    justify-content: start;
    width: fit-content;
    left: 54px;
    margin: 0!important;
    align-items: start;
}

/*home*/


.home-hits {
	display: flex;
	max-width: 1110px;
	margin: auto;
	justify-content: space-between;
	padding-top: 100px;
}

.hits-left {
	display: flex;
	align-items: flex-end;
}
.hits-left h1 {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 0.03em;
	color: #3B3836;
	margin: 0;
}
.cart-inner{
	background: #FBF9F7;
}
.cart-inner .row {

}
.cart-items {
	margin: 55px auto auto auto;
	max-width: 1110px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: space-between;
	padding-bottom: 70px;
}
.product-show img {
	width: 100%;
}
.body-hidden img {
	width: 100%;
}

.cart-items .product-show, .cart-items .product-hidden, .product-hidden, .body-hidden{

}

.cart-items .product-show img, .cart-items .product-hidden img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}


.cart1 {
	border-bottom: 1px solid #DAD9D5;
	break-inside: avoid;
	position: relative;
	max-width: 350px;
	height: 500px;
	margin-bottom: 30px;
}
.cart1 .img, .cart2 .img{
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.cart1 .img img, .cart2 .img img{
	width: 100%;
}

.cart-items .cart1:nth-child(1) .img{
	height: 395px;
}
.cart-items .cart1:nth-child(2) .img{
	height: 395px;
}
.cart-items .cart1:nth-child(3) .img{
	height: 395px;
}

.cart2{
	border-bottom: 1px solid #DAD9D5;
	break-inside: avoid;
	position: relative;
	max-width: 540px;
	margin: auto auto 75px auto;
}
.cart-items .cart2:nth-child(4) {
	padding-top: 60px;
}

.cart-items .cart2:nth-child(4) .img {
	padding-top: 60px;
	height: 638px;
}
.cart-items .cart2:nth-child(5) .img {
	height: 293px;
}
.cart-items .cart2:nth-child(6) .img {
	height: 610px;
}

.cart-info {
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.btn-cart {
	width: 170px;
	height: 46px;
}
.card-info button  {
	width: 100%;
	height: 100%;
	background-color: rgba(28,28,28,0);
	display: none;
}


.cart1-sel {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	width: 45px;
	height: 44px;
	background-color: #FF5656;
	border-radius: 50%;
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.prod-name {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0.03em;
	color: #3B3836;
}
.prod-price {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #9A9A9A;
	margin-top: 15px;
}

.hits-right {
	display: flex;
	align-items: flex-end;
}
.catalog-right {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #3B3836;
	display: flex;
	gap: 10px;
}


.hits-right a {
	color: #3B3836;
}
.button a:hover .catalog-right {
	color: #7D4B29;
	background: url(/image/catalog/icon/arrow-catalog2.svg) no-repeat right;
}

.button a:hover img {
	filter: brightness(0) invert(1);
}
.hits-mobile {
	display: none;
}

/*About Us*/
.about-section{
	max-width: 1174px;
	margin: auto;
}

.about {
	display: flex;
	margin-top: 80px;
}
.ab-left {
	max-width: 592px;
}
.title-ab {
	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0.05em;
	color: #7D4B29;
	flex-wrap: wrap;
	padding-left: 64px;
}
.imgbag {
	display: flex;
	align-items: center;
	gap: 12px;
}
.title-a {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 0.03em;
	color: #3B3836;
	margin-top: 8px;
}
.about-img img{
	width: 100%;
	height: 692px;
	object-fit: cover;
}

.ab-right {
	max-width: 592px;
	padding-left: 75px;
}
.about-text {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 145%;
	letter-spacing: 0.03em;
	color: #3B3836;
}
.about-text span {
	color: #7D4B29;
	font-family: 'Playfair Display';
	font-style: italic;
}

.ab-mobile .about-img{
	width: 316px;
	height: 358px;
	margin: auto;
}
.ab-mobile .about-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.text-ab {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 145%;
	color: #605B58;
	margin-top: 50px;
}
.text-img {
	margin-top: 75px;
}

/*home-instagram*/

.home-instagram {
	margin-top: 100px;
}
.inst-title {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 0.03em;
	color: #3B3836;
	margin: auto;
	max-width: 1110px;
	display: flex;
	justify-content: center;
}
.foolow-inst {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 18px;
	color: #605B58;
	max-width: 1110px;
	height: 100px;
	margin: 30px auto auto auto;
	display: flex;
	justify-content: center;
}
.foolow-img {
	max-width: 1110px;
	margin: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.insta-row{
	display: flex;
	width: fit-content;
}
.insta-row img{
	height: fit-content;
	object-fit: cover;
	width: 100%;
}
.foolow-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 350px;
}
.title-img {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 145%;
	color: #3B3836;
	margin-top: 30px;
}
.title-img span {
	color: #7D4B29;
	font-family: 'Playfair Display';
	font-style: italic;
}
.button-inst {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #3B3836;
	margin-top: 30px;
    display: flex;
    justify-content: flex-end;
}
.button-inst img {
	padding-left: 10px;
	width: 48px;
}
.button-inst a {
	color: #3B3836;
}

.button-inst a:hover .inst-ar {
	color: #7D4B29;
	background: url(/image/catalog/icon/arrow-catalog2.svg) no-repeat right;
}
.button-inst a:hover img {
	filter: brightness(0) invert(1);
}

.inst-ar {
	display: flex;
	align-items: center;
}
.insta-row .col-md-6:nth-child(1) .img {
	height: 317px;
}
.insta-row .col-md-6:nth-child(2) .img {
	height: 506px;
}
.insta-row .col-md-6:nth-child(3) .img {
	height: 197px;
}
     /*mobile-instagram*/

.home-instagram-mobile {
	display: none;
	width: 358px;
	height: 507px;
	margin: 75px auto auto auto;
}
.block-image {
	display: flex;
	justify-content: space-between;
}
.im-left {
	width: 171px;
	height: 259px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.im-left img {
	width: 171px;
	height: 120px;
}
.im-right {
	width: 171px;
	height: 259px;
}
.im-right img {
	width: 171px;
	height: 259px;
}
.title-img span {
	color: #7D4B29;
	font-family: 'Playfair Display';
	font-style: italic;
}
.button-inst img {
	padding-left: 10px;
}


  /*home-video*/
.container-video {
	margin-top: 100px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-video, .home-video video{
	width: 100%;
}

/*footer*/

.footer-group {
	margin-top: 30px;
}
.footer-img {
	position: relative;
	height: 499px;

}
.footer-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.footer-text {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 65px;
	line-height: 65px;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	position: absolute;
	top: 27%;
	left: 406px;
}
.ft-btn {
	position: absolute;
	width: 201px;
	height: 46px;
	left: 406px;
	top: 67%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.ft-btn button {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	display: flex;
	 color: #FCFCFC;
	width: 201px;
	height: 41px;
	align-items: center;
	justify-content: center;
	background-color: rgba(28,28,28,0);
	border: 1px solid #FCFCFC;
}
.ft-btn button:hover {
	background-color: rgba(85, 85, 85, 0.13);
	transition: background-color 0.3s ease;
}

.container-footer {
    height: 352px;
    margin-top: 120px;
}
.row-footer-menu{
	max-width: 1100px;
	margin: auto;
}
.ft-logo{
	display: flex;
	justify-content: space-around;
}

.tile-ft {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0.03em;
	color: #3B3836;
}

.row-footer-menu .col-md-2 {
	padding-left: 0;
	padding-right: 0;
}

.list-ft a {
	color: #605B58;
}
.list-ft a:hover {
	color: #7D4B29;
}

.list-ft {
	display: flex;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 145%;
	margin-top: 10px;
}
.list-ft-soc {
	display: flex;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 145%;
	margin-top: 10px;
}
.list-ft-soc a {
	color: #605B58;
	display: flex;
}
.list-ft-soc a:hover {
	color: #7D4B29;
}
.soc-img {
	padding-right: 10px;
}

.list-ft-tel {
	font-family: 'Open Sans';
	font-style: normal;
	font-size: 16px;
	line-height: 145%;
	font-weight: 400;
	margin-top: 10px;
}
.list-ft-tel a {
	color: #605B58;
}
.list-ft-tel a:hover {
	color: #7D4B29;
}

.ft-logo {
	margin-top: -20px;
}
.ft-list {
	margin-top: 20px;
}

.footer-bottom {
	max-width: 1110px;
    height: 90px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.line {
	margin-top: 100px;
	border: 1px solid #DAD9D5;
}
.b-left {
	display: flex;
	gap: 10px;
}
.b-right {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 145%;
	color: #3B3836;
}

.center {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
select {
	z-index: 3;
	float: left;
}
/** Custom Select **/
.custom-select-wrapper {
	position: relative;
	display: inline-block;
	user-select: none;
	cursor: pointer;
}
.custom-select-wrapper select {
	display: none;
}
.custom-select {
	position: relative;
	display: inline-block;
	font: 13px/1.5 "Roboto", sans-serif;
}
.custom-select-trigger {
	position: relative;
	display: block;
	min-width: 90px;
	padding: 0 44px 0 20px;
	font-weight: 100;
	color: #6e7c83;
	line-height: 20px;
	background-color: #FBF9F7;
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
.custom-select-trigger:hover {
	-webkit-box-shadow: 0 10px 50px 0 rgba(43, 111, 246, 0.1);
	box-shadow: 0 10px 50px 0 rgba(43, 111, 246, 0.1);
}
.custom-select-trigger:before {
	position: absolute;
	display: block;
	content: "";
	width: 1px;
	height: 20px;
	top: 3px;
	right: 50px;
	margin-top: -3px;
	transition: all 0.35s ease-out;
	transform-origin: 50% 0;
}
.custom-select-trigger:after {
	position: absolute;
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	top: 50%;
	right: 20px;
	margin-top: -3px;
	border-bottom: 1px solid #c7d1d6;
	border-right: 1px solid #c7d1d6;
	transform: rotate(45deg) translateY(-50%);
	transition: all 0.35s ease-out;
	transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
	margin-top: 3px;
	transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;

	margin: 10px 0;
	border-radius: 5px;
	box-sizing: border-box;
	/*  box-shadow: 0 2px 1px rgba(0, 0, 0, .1); */

	background: #fff;
	transition: all 0.2s ease-in-out;

	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-15px);
	border: 0;
}
.custom-select.opened .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(-8px);

	-webkit-box-shadow: 0 10px 50px 0 rgba(43, 111, 246, 0.1);
	box-shadow: 0 10px 50px 0 rgba(43, 111, 246, 0.1);
}
.option-hover:before {
	background: #f9f9f9;
}
.custom-option {
	position: relative;
	display: block;
	padding: 0 22px;
	font: 13px/1.5 "Roboto", sans-serif;
	font-weight: 600;
	color: #b5b5b5;
	line-height: 25px;
	cursor: pointer;
	transition: all 0.05s ease-in-out;
}
.custom-option:first-of-type {
	border-radius: 4px 4px 0 0;

	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.custom-option:last-of-type {
	border-bottom: 0;
	border-radius: 0 0 4px 4px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.custom-option:hover,
.custom-option.selection {
	color: #fff;
	background-color: #9e9e9e;
}
.header-mob {
	display: none;
}

.mobile-toggle {
	width: 28px;
	height: 20px;
	display: grid;
	cursor: pointer;
	align-content: space-between;
}

.mobile-toggle.open div{
	background: none;
}
.mobile-toggle.open{
	background: url(/image/catalog/icon/close.svg) no-repeat center;
}
.header-mob .search {
	margin-right: 12px;
	cursor: pointer;
	display: none;
}
.header-mob .tel {
	margin-left: 12px;
	cursor: pointer;
}
.header-mob .subt {
	margin-bottom: 2px;
	cursor: pointer;
}
.header-mob .mblogo {
	cursor: pointer;
	width: 128px;
}
.header-mob .mblogo img{
	width: 100%;
}


.mobile-toggle div {
	width: 28px;
	height: 1px;
	background-color: #000;
}
.header-mob {
	display: none;
	font-family: 'Open Sans';
}
.ab-mobile {
	display: none;
}
.footer-items .item {
	max-width: 188px;
	margin: auto;
}

.footer-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.card-product {
	position: relative;
}

.card-product .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
.card-product img{
	object-fit: contain;
}

.card-product .image:first-child {
	opacity: 1;
}

.card-product:hover .image:first-child {
	opacity: 0;
}

.card-product:hover .image:last-child {
	opacity: 1;
}

#product-product {
	margin-top: 30px;
	max-width: 1110px;
	padding: 0;
}

#product-product video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-block-prod{
	height: 100%;
	width: 100%;
}


.catal-card {
	display: flex;
	max-width: 1110px;
	margin: auto;
    position: relative;
	justify-content: space-between;
	width: 100%;
	overflow: hidden;
}
.catal-card-top{
	margin-bottom: 75px;
}
.left-cat-card {
    position: relative;
}
.prod-img {
	width: 540px;
	height: 628px;
}
.prod-img img {
	object-fit: cover;
	height: 100%;
}


.zoom img:hover{
	opacity: 0;
}
.zoom img{
	transition: opacity .5s;
	display: block;
	width: 100%;
}
.zoom:has(img){
	background-position: 50% 50%;
	position: relative;
	overflow: hidden;
	cursor: zoom-in;
}

.options-selected{
	min-width: 150px;
}

.options-selected .custom-options{
	min-width: 150px;
}

/*адаптація продукт блоків*/
@media screen  and (min-width: 700px){
	.prod-imgcen, .ric{
		background: #fff;
	}

	.prod-imgcen img, .gr-rici img, .rl-left img, .bottom-img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		background: #fbf9f7;
	}
	.prod-imgcen.counts-0{
		width: 635px;
		/*height: 751px;*/
		/*max-height: 751px;*/
		max-width: 635px;
	}
	.prod-imgcen.counts-1{
		margin-top: 30px;
		width: 635px;
		max-width: 635px;
		/*max-height: 391px;*/
		/*height: 391px;*/
	}
	.gr-rici{
		max-width: 445px;
		width: 445px;
	}

	/*.gr-rici .counts-2{*/
	/*	height: 291px;*/
	/*}*/
	.gr-rici .counts-3{
		margin-top: 30px;
		/*height: 359px;*/
	}
	.gr-rici .counts-4{
		margin-top: 30px;
		/*height: 462px;*/
	}

	.rl-left{
		width: 635px;
		max-width: 635px;
		/*height: 800px;*/
		max-height: 800px;
		background-color: #fff;
	}
	.bottom-img{
		width: 445px;
		max-width: 445px;
		height: 385px;
		max-height: 385px;
		background-color: #fff;
	}
}

.prod-imgbt {
	width: 635px;
	/*height: 462px;*/
	position: absolute;
	z-index: -1;
	top: 69%;
}
.prod-imgbt img {
	width: 100%;
	object-fit: cover;
}
.info-card {
	width: 446px;
}
.info-card h1 {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0.03em;
	color: #3B3836;
	margin: 0 0 0 0;
}
.titlecd {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 140%;
	color: #605B58;
	margin: 25px 0 0 0;
	overflow: hidden;
	max-height: 73px;
	text-overflow: ellipsis;
}

.titlecd.open{
	animation: ease-in openedText 1s;
	max-height: 800px;
}

@keyframes openedText {
	from{
		max-height: 73px;
	}
	to{
		max-height: 1000px;
	}
}

.titlecd.closed {
	animation: ease-in hiddenText 1s;
	max-height: 73px;
}

@keyframes hiddenText {
	from{
		max-height: 800px;
	}
	to{
		max-height: 65px;
	}
}

.more-card {
	display: flex;
	margin: 10px 0 0 0;
	gap: 14px;
}
.text-more {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #605B58;
	cursor: pointer;
}
.button-more {
	cursor: pointer;
}
.price-card {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 25px;
	color: #3B3836;
	margin: 35px 0 0 0;
}
.btn-group2 {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}
.btn-group2 .butn1 {
	width: 191px;
	height: 46px;
	background-color:#FCFCFC;
	color: #3B3836;
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	transition-duration: .5s;
}
.btn-group2 .butn1:hover {
	background-color: #3B3836;
	color: #FCFCFC;
	transition-duration: .5s;
}
.btn-group2 .butn2 {
	width: 239px;
	height: 46px;
	background-color: rgba(28,28,28,0);
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	transition-duration: .5s;
}
.btn-group2 .butn2:hover {
	background-color: #3B3836;
	color: #FCFCFC;
	transition-duration: .5s;
}
.details-card {
	margin-top: 75px;
}
.dt {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.03em;
	color: #3B3836;
}
.weight {
	display: flex;
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	color: #605B58;
	margin-top: 20px;
}
.weight div {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #3B3836;
	margin-left: 10px;
}
.size {
	display: flex;
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	color: #605B58;
	margin-top: 15px;
}
.size div {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #3B3836;
	margin-left: 10px;
}
.kit {
	font-family: 'Noto Sans';
	font-style: normal;
	margin-top: 15px;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #3B3836;

}
.kit span{
	font-weight: 300;
	font-size: 14px;
	color: #605B58;
	white-space: nowrap;
}

.dop-info {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #3B3836;
	margin-top: 5px;
}
.ri {
	margin-top: 30px;
}

.real-life {
    max-width: 1110px;
    margin: 30px auto 0 auto;
}

.review-slider, .title-slider {
    max-width: 1110px;
	margin-left: auto;
	margin-right: auto;
}
.text-rl {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0.03em;
    color: #3B3836;
}
.rl-image {
    display: flex;
    justify-content: space-between;
    width: 1112px;
    margin-top: 40px;
}
.rl-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rl-image-right{
	display: grid;
	align-content: space-between;
	gap: 16px;
}

.rl-image-right img{
	object-fit: cover;
}


    /*slider*/


.title-slider{
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0.03em;
    color: #3B3836;
	margin-top: 30px;
}

.slider-lz {
	display: flex;

}

     /*also*/
.also {
	margin-top: 30px;
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 35px;
	line-height: 35px;
	letter-spacing: 0.03em;
	color: #3B3836;
	max-width: 1110px;
	margin-right: auto;
	margin-left: auto;
}
.card-bot {
	margin-top: 40px;
}
.card-bot .row .col-md-4 {
	width: 350px;
	height: 414px;
	border-bottom: 1px solid #DAD9D5;
}
.card-bot .row .col-md-4 img {
	width: 340px;
	height: 327px;
}

.desk-group {
	margin-top: 40px;
}
.desk-group .slick-prev  {
	display: none!important;
}
.desk-group .slick-next  {
	display: none!important;
}
.desk-group .slick-slide img {
	height: 327px;
	object-fit: contain;
	width: 100%;
}
.desk-group .slick-slide {
	height: 414px;
	width: 370px!important;
}

.mobcard {
	display: none;
	position: relative;
}
.mobile-slider {
	height: 416px;
}
.mobile-slider img {
	height: 416px;
	width: 100%;
	object-fit: cover;
}

.mobile-video-item{
	height: 416px;
}

.mobile-slider .slick-prev  {
	position: absolute;
	top: 50%;
	left: 0;
	background: url(/image/catalog/icon/arrow-right-thin.svg) no-repeat center;
	border: none;
	overflow: hidden;
	color: rgba(28,28,28,0);
	width: 50px;
	rotate: 180deg;
	filter: invert(1);
	z-index: 1;
}
.mobile-slider .slick-next {
	position: absolute;
	top: 50%;
	right: 0;
	background: url(/image/catalog/icon/arrow-right-thin.svg) no-repeat center;
	border: none;
	overflow: hidden;
	color: rgba(28,28,28,0);
	width: 50px;
	filter: invert(1);
}
button.slick-next.slick-arrow:hover {
	filter: none;
}
button.slick-prev.slick-arrow:hover {
	filter: none;
}
.lazy {
	margin-top: 40px;
}

.lazy .slick-prev  {
	position: absolute;
	top: -58px;
	right: 65px;
	background: url(/image/catalog/icon/arrow-next.svg) no-repeat center;
	border: none;
	overflow: hidden;
	color: rgba(28,28,28,0);
	width: 50px;
	rotate: 180deg;
	filter: invert(1);
}
.lazy .slick-next {
	position: absolute;
	top: -59px;
	right: 0;
	background: url(/image/catalog/icon/arrow-next.svg) no-repeat center;
	border: none;
	overflow: hidden;
	color: rgba(28,28,28,0);
	width: 50px;
	filter: invert(1);
}
button.slick-next.slick-arrow:hover {
	filter: none;
}
button.slick-prev.slick-arrow:hover {
	filter: none;
}
.lazy img {
	width: 100%;
}
.review-slider .img-slider{
	width: 445px;
}
.review-slider .img-slider img{
	width: 100%;
    height: 100%;
	object-fit: cover;
}
.cat-category {
	max-width: 1110px;
	margin: auto;
}


.tit-sea {
	display: flex;
	align-items: flex-end;
	width: 100%;
	justify-content: space-between;
}
.cat-input {
	width: 300px;
	height: 40px;
	position: relative;
}

.cat-input input {
	width: 100%;
	height: 40px;
	border: 1px solid #DAD9D5;
	color: #9A9A9A;
}
input sea-prod {
	width: 100%;
	font-size: 16px;
	background-color: white;
	background-image: url('/image/catalog/icon/sk.png');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding: 12px 20px 12px 40px;
}
.cat-input img {
	position: absolute;
	top: 32%;
	left: 3px;
}
.cat-title {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 0.03em;
	color: #3B3836;
	margin-top: 40px;
}
.card1-img {
	opacity: 0;
	width: 300px;
	height: 300px;

}
.card1-anime {
	width: 300px;
	height: 300px;
	position: relative;
}
.catalog-card1 .row {
	margin: 30px 0 0 0;
}
.catalog-card1 .row .col-md-5 {
	padding: 0;
	width: 450px;
	height: 758px;
}
.catalog-card1 .row .col-md-5 img {
	width: 100%;
    object-fit: cover;
}
.catalog-card1 .row .col-md-3 {
	width: 300px;
	height: 364px;
	padding: 0;
	margin: 0 0 30px 30px;
	border-bottom: 1px solid #DAD9D5;
}

@media screen and (max-width: 700px) {
	.catalog-card1 .row .col-md-3,
	.catalog-card2 .row .col-md-4,
	.catalog-card3 .row .col-md-3 {
		height: auto !important;
	}
}

.catalog-card1 .row .col-md-3 img {
    width: 100%;
	height: 300px;
    object-fit: contain;
}

.catalog-card1 .cart-info {
	width: 179px;
	height: 24px;
	margin: 20px 0 0 0;
}
.catalog-card2 .card-sum {
	margin-top: 40px;
}
.catalog-card2 {
	margin-top: 30px;
}
.catalog-card2 .row .col-md-4 img {
	height: 327px;
    object-fit: contain;
    width: 100%;
}
.catalog-card2 .row .col-md-4 {
	width: 350px;
	height: 414px;
	padding: 0;
	margin: 0 15px 30px 15px;
	border-bottom: 1px solid #DAD9D5;
}
.catalog-card3 .row .col-md-3 img {
	height: 300px;
    width: 100%;
    object-fit: contain;
}

.catalog-card3 .row .col-md-5 {
	float: right;
	padding: 0;
	width: 450px;
	height: 758px;
}
.catalog-card3 .row .col-md-5 img {
    width: 100%;
    object-fit: cover;
}
.catalog-card3 .row .col-md-3 {
	width: 300px;
	height: 364px;
	padding: 0;
	margin: 0 30px 30px 0;
	border-bottom: 1px solid #DAD9D5;
}
.catalog-card3 {
	margin-top: 30px;
}
.catalog-card3 .row {
	width: 100%;
	margin: 0;
}

.catalog-btn {
	display: none;
	justify-content: center;
	margin-top: 40px;
}
.cat-btn {
	width: 358px;
	height: 44px;
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #3B3836;
	border: 1px solid #3B3836;
	background-color: rgba(28,28,28,0);
}
.cat-group {
	margin-top: 16px;
	display: none;
	justify-content: center;
	gap: 16px;
}
.group-btn {
	width: 44px;
	height: 44px;
	border: 1px solid #9A9A9A;
	background-color: rgba(28,28,28,0);
}
.catalog-card1 .btn-cart {
	display: none;
}
.catalog-card2 .btn-cart {
	display: none;
}
.catalog-card3 .btn-cart {
	display: none;
}


.cart-inner .card-sum {
	display: flex;
	gap: 15px;
	align-items: baseline;
	justify-content: flex-start;
	flex-direction: column;
	margin-top: 77px;
}
.cart-inner .card-name {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0.03em;
	color: #3B3836;
}
.cart-inner .sum {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	width: auto;
}

.simple-btn-cart{
	display: flex;
	gap: 10px;
}

.simple-btn-cart #cart{
	margin: 0;
}

.card-sum {
	display: flex;
	gap: 9px;
	align-items: baseline;
	margin-top: 20px;
	justify-content: space-between;
	width: 100%;
}
.card-name {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.03em;
	color: #3B3836;
}
.sum {
	height: 14px;
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 8px;
	color: #9A9A9A;
}

.price-block:has( .sel) .sum {
	color: #FF5656;
}

.sel {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	color: #9A9A9A;
	text-decoration: line-through;
}

.price-block .sel{
	margin-left: 7px;
}


.anime-product{
	position: relative;
	background: #fff;
}
.product-hidden:hover, .product-hidden:active{
	opacity: 1;
	transition-duration: .5s;
	animation-duration: .5s;
	animation: ease-in showTuProduct;
}

.product-hidden:hover .product-btn, .product-hidden:active .product-btn{
	opacity: 1;
	transition-duration: 1s;
	animation-duration: 1s;
	animation: ease-in showTuBtn;
	bottom: 0;
}

.card-sum-home{
	display: block;
	margin-top: 25px;
}
.card-sum-home .price-block{
	display: flex;
	margin-top: 15px;
	align-items: baseline;
}

@keyframes showTuBtn {
	from{
		opacity: 0;
		bottom: -100px;
	}
	to{
		bottom: 0;
		opacity: 1;
	}
}
@keyframes showTuProduct {
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}

.product-hidden{
	transition-duration: .5s;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	overflow: hidden;
    width: 100%;
}
.body-hidden{
	position: relative;
}
.product-btn{
	opacity: 0;
	bottom: -100px;
	position: absolute;
	left: 0;
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	display: block;
	align-items: center;
	padding: 20px;
	font-family: 'Noto Sans';
}
.product-btn a {
	color: #3B3836;
}
.product-details{
	margin: auto auto 10px auto;
	width: 100%;
	border: 1px solid #3B3836;
	padding: 13px;
	font-size: 14px;
	text-align: center;
	font-family: 'Noto Sans';
}
.product-details:hover {
	background-color: rgba(0, 0, 0, 0.13);
}
.product-card{
	margin: auto;
	width: 100%;
	background: #3B3836;
	padding: 13px;
	font-size: 14px;
	color: #fff;
}
.product-card:hover {
	background-color: rgba(0, 0, 0, 0.91);
}
.product-card2{
    margin: auto;
    width: 100%;
    background: #3B3836;
    padding: 13px;
    font-size: 14px;
    color: #fff;
}
.product-card2:hover {
    background-color: rgba(0, 0, 0, 0.91);
}
 .popup-form{
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.popup-content {
	background-color: #c2b9b5cc;
	margin: 5% auto auto auto;
	padding: 40px 45px;
	border: 1px solid #DAD9D5;
	max-width: 560px;
	position: relative;
}
.popup-close {
	position: absolute;
	right: 10px;
	top: 4px;
	cursor: pointer;
	font-family: 'Open Sans';
}
.popup-close:hover {
	color: white;
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
#popupForm input {
	background-image: none;
	padding: 20px 20px;
	background-color: #d7d7d7;
	border: 1px solid #DAD9D5;

}
.data-popup h1 {
	font-size: 39px;
	font-weight: 600;
	text-transform: uppercase;
	display: flex;
	text-align: center;
	justify-content: space-around;
	text-wrap: balance;
}
.pop-title {
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	margin-top: 10px;
}
.data-popup {
	display: flex;
	flex-direction: column;
}
.message-popup{
	text-align: center;
	font-size: 24px;
	display: none;
}
.message-popup img {
	width: 475px;
	margin-bottom: 20px;
	border-radius: 5px;
}

.name-popup {
	height: 70px;
	margin-top: 25px;

}
#maskphone {
	height: 70px;
	margin-top: 25px;

}
.email-popup {
	height: 70px;
	margin-top: 25px;
}
#popupForm textarea {
	margin-top: 25px;
	padding: 20px 20px;
	background-color: #d7d7d7;
}
#popupForm button {
	height: 50px;
	margin-top: 25px;
	color: white;
	background-color: #3B3836;
	transition-duration: .3s;
}
#popupForm button:hover {
	color:#3B3836;
	background-color:white;
	transition-duration: .3s;
}
.botom-text {
    text-align: center;
    margin-top: 25px;
    font-size: 17px;
}
.botom-text a {
    color:#3B3836;
    transition-duration: .3s;
}
.botom-text a:hover {
    color: white;
    transition-duration: .3s;
}
.info-about {
	margin: auto;
	max-width: 1080px;
}

.info-about h1 {
	margin: 50px 0 0 10px;
	font-family: 'Playfair Display';
	font-size: 45px;
	letter-spacing: 0.02em;
}
.us-about {
	display: flex;
	max-width: 1080px;
	justify-content: space-between;

}
.left-story {
	max-width: 520px;
	font-family: 'Noto Sans';
	margin-top: 20px;
}
.con-title {
	border-bottom: 1px solid #DAD9D5;
	border-top: 1px solid #DAD9D5;
	height: 130px;
	font-size: 20px;
	line-height: 1.55;

}
.left-story span {
	color: #7D4B29;
}
.text-tit {
	margin-top: 15px;
	color: #1e1d1d;
}
.text-lfstory {
	margin-top: 20px;
	font-size: 17px;
}
.text-lfstory p {
	margin-top: 25px;
}
.left-im {
	height: 912px;
}
.left-im img {
	width: 100%;
	height: 912px;
	object-fit: cover;
}
.right-story {
	max-width: 520px;
	margin-top: 30px;
}
.right-im {
	height: 590px;
	width: 520px;
}
.right-im img {
	width: 100%;
	height: 590px;
	object-fit: cover;
}
.text-rtstory {
	margin-top: 65px;
	font-size: 17px;
	font-family: 'Noto Sans';
}
.text-rtstory p {
	margin-top: 25px;
}
.text-rtstory span {
	color: #7D4B29;
}
.con-te {
	height: 210px;
	border-bottom: 1px solid #DAD9D5;
	border-top: 1px solid #DAD9D5;
	margin-top: 20px;
}
.boto-text {
	margin-top: 25px;
	font-size: 22px;
	font-family: 'Noto Sans';
}
.boto-text p {
	margin-top: 35px;
}
.boto-text span {
	color: #7D4B29;
}
.botom-img {
	height: 508px;
	max-width: 1080px;
	margin-top: 30px;
}
.botom-img img {
	object-fit: cover;
	width: 100%;
}

#mobileMenu{
	font-family: 'Open Sans';
	position: absolute;
	top: 59px;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #FBF9F7;
	z-index: 10000;
	padding: 0 20px;
	flex-direction: column;
	animation: ease-in showMobileMenu .3s;
	opacity: 1;
	display: flex;

}

@keyframes showMobileMenu {
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
		display: flex;
	}
}


#mobileMenu.close{
	display: none;
	opacity: 0;
	animation: ease-in hiddenMobileMenu .3s;
}
#mobileMenu .item {
	height: 65px;
	display: flex;
	background-color: #FBF9F7;
	padding: 0 10px;
	align-items: center;
	border-bottom: 1px solid #DAD9D5;
	color: #3B3836;
	transition-duration: .5s;
	font-weight: 400;
	font-size: 18px;
}

#mobileMenu .item:hover {
	transition-duration: .5s;
	background: #FBF9F7;
	color: #7D4B29;
}
.item-tel{
	margin-top: 32px;
	display: flex;
	flex-direction: column;
}
.item-tel a{
	margin-top: 8px;
	font-size: 18px;
	color: #3B3836;
	transition-duration: .5s;
}
.item-tel a:hover{
	color: #7D4B29;
	transition-duration: .5s;
}
.item-social{
	margin-top: 16px;
	display: flex;
	align-items: center;
}
.item-social a {
    color: #3B3836;
}
.item-social .inner{
	margin-right: 26px;
}
.item-social span{
	margin-right: 7px;
}
.dev-top {
	max-width: 1080px;
	margin: auto;
	display: flex;
	justify-content: space-between;

}
.top-left {
	max-width: 525px;
	font-size: 15px;
	line-height: 1.55;
	font-weight: 400;
	background-position: center center;
	border-color: transparent;
	font-family: 'Noto Sans';
}
.delivery {
	margin-top: 20px;
}
.delivery span {
	color: #7D4B29;
}
.news-mail {
	height: 60px;
	border-bottom: 1px solid #DAD9D5;
	border-top: 1px solid #DAD9D5;
	margin-top: 35px;
	font-size: 24px;
	line-height: 2.3;
}
.text-bottom {
	margin-top: 35px;
	font-size: 15px;
}
.text-bottom p {
	margin-top: 35px;
}

.top-right {
	max-width: 525px;
	font-family: 'Noto Sans';
}
.top-img {
	height: 640px;
}
.top-img img {
	width: 100%;
	height: 640px;
	object-fit: cover;
}
.tt {
	margin-top: 50px;
	font-size: 35px;
}
.tb {
	font-size: 15px;
	margin-top: 35px;
}
.tb p {
	margin-top: 27px;
}
.block-title {
	height: 100px;
	border-bottom: 1px solid #DAD9D5;
	border-top: 1px solid #DAD9D5;
	margin-top: 15px;
	font-size: 25px;
	line-height: 1.3;
	display: flex;
	align-items: center;
}
.teb-bot {
	font-size: 15px;
	margin-top: 15px;
}
.cont-image {
	height: 800px;
	position: relative;
}
.abs-img1 {
	width: 347px;
	height: 347px;
}
.abs-img2 {
	width: 282px;
	height: 282px;
	position: absolute;
	top: 34%;
	right: 10px;
}
.abs-img3 {
	width: 362px;
	height: 379px;
	position: absolute;
	top: 32%;
}
.abs-img1 img {
	width: 100%;
	object-fit: cover;
}
.abs-img2 img {
	width: 100%;
	object-fit: cover;
}
.abs-img3 img {
	position: absolute;
	width: 362px;
	height: 379px;
	top: 54%;
	object-fit: fill;
}
.delivery-popup {
	height: 100px;
	border: 1px solid #DAD9D5;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	max-width: 1080px;
	margin: 15px auto;
}
.del-title {
	font-size: 24px;
}
.delivery-popup button {
	width: 300px;
	height: 60px;
	background-color: #3B3836;
	color: #FBF9F7;
	transition-duration: .5s;
}
.delivery-popup button:hover {
	background-color: #FBF9F7;
	color: #3B3836;
	transition-duration: .5s;
}
.delivery-bot-img {
	height: 612px;
	margin-top: 40px;
}
.delivery-bot-img img {
	height: 612px;
	width: 100%;
	object-fit: contain;
}
.cooperation {
	font-family: 'Noto Sans';
	margin-top: 20px;
}
.block-cooper {
	display: flex;
	justify-content: space-between;
	max-width: 1080px;
	margin: 0 auto;
}
.block-cooper2 {
	display: flex;
	justify-content: space-between;
	max-width: 1080px;
	margin: 20px auto;
}
.coop-left {
	max-width: 520px;
}
.coop-left span {
	color: #7D4B29;
}
.pat {
	height: 60px;
	border-bottom: 1px solid #DAD9D5;
	border-top: 1px solid #DAD9D5;
	font-size: 21px;
	line-height: 2.75;
	font-weight: 500;
	letter-spacing: -1.1px;
}
.pat-text {
	font-size: 16px;
	margin-top: 29px;
}
.opt {
	display: flex;
	font-size: 21px;
	justify-content: space-between;
	margin-top: 29px;
	align-items: center;
}
.opt img {
	width: 39px;
}
.op-text {
	max-width: 480px;
	display: flex;
	justify-content: space-between;
	margin: 15px 0 0 83px;
	font-size: 16px;
}
.op-text div {
	max-width: 175px;
}
.op-right {
	padding-left: 25px;
	font-size: 16px;
}
.oto-text {
	margin-top: 29px;
	font-size: 16px;
}
.oto-text p {
	margin-top: 29px;
}
.coop-popup {
	height: 475px;
	border: 1px solid #DAD9D5;
	margin-top: 15px;
}
.coop-right {
	max-width: 520px;
}
.cori-img {
	height: 710px;
}
.coop-right img {
	width: 100%;
	object-fit: cover;
}
.coop-right2 {
	max-width: 520px;
}
.cori-img {
	height: 710px;
}
.coop-right2 img {
	width: 100%;
	object-fit: cover;
}
.opp-img {
    margin-top: 80px;
}
.opp-img img {
	width: 100%;
	object-fit: cover;
	height: 500px;
}
.inf-linc {
	margin-top: 30px;
}
.inf-linc div a:hover {
	color: #7D4B29;
}
.inf-linc div a {
	color: #3B3836;
	font-weight: bold;
}
.cori-text {
	font-size: 21px;
	margin-top: 45px;
	line-height: 1.55;
}
.coop-bottom {
	margin-top: 40px;
}
.coop-bottom img {
	width: 100%;
	object-fit: cover;
}
.c-line {
	border: 1px solid #DAD9D5;
	width: 70px;
}
.co-top {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 55px;
}
.c-text {
	max-width: 390px;
}
.coop-button {
	display: flex;
	justify-content: center;
	margin-top: 55px;
}

.coop-button button {
	width: 290px;
	height: 55px;
	background-color: #3B3836;
	color: #FBF9F7;
	transition-duration: .5s;
}
.coop-button button:hover {
	background-color: #FBF9F7;
	color: #3B3836;
	transition-duration: .5s;
}
.cop-social {
	max-width: 290px;
	display: flex;
	justify-content: space-around;
	margin: 40px auto;

}
.cop-tel {
	text-align: center;
}
.ctel {
	height: 30px;
	border-bottom: 1px solid #DAD9D5;
}
.ctel a:hover {
	color: #7D4B29;
}
.ctel a {
	color: #3B3836;
}
.cop-soc {
	width: 85px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
}
.cop-soc img {
	width: 30px;
}
.contacts {
	font-family: 'Noto Sans';
	display: flex;
	justify-content: space-between;
	max-width: 1080px;
	margin: 20px auto 0 auto;
	gap: 50px;
}

.contact-soc {
	width: 520px;
	height: 230px;
	border: 1px solid #DAD9D5;
	margin-top: 48px;
}
.contact-text {
	margin-top: 30px;
}
.contacts-right {
	max-width: 520px;
	margin-top: 20px;
}
.contacts-right img {
	width: 100%;
	object-fit: cover;
}
.con-top {
	display: flex;
	align-items: center;
	margin: 40px 20px;
	gap: 20px;
}
.con-line {
	width: 80px;
	border: 1px solid #DAD9D5;
	height: 1px;
}
.con-soc {
	display: flex;
	width: 85px;
	justify-content: space-between;
}
.con-center {
	display: flex;
	align-items: center;
	margin: 40px 20px;
	gap: 20px;
}
.con-tel a {
	color: #3B3836;
}
.con-tel a:hover {
	color: #7D4B29;
}
.con-tel {
	padding-left: 26px;
	display: flex;
	width: 220px;
	justify-content: space-between;
}
.con-bot a {
	color: #3B3836;
	margin-right: 20px;
}
.con-bot a:hover {
	color: #7D4B29;
}
.con-bot {
	display: flex;
	justify-content: flex-end;
	margin-right: 30px;
}
.info-title {
	max-width: 1080px;
	margin: 30px auto 0 auto;
	font-family: 'Noto Sans';
}
#simplecheckout_form_0 .simplecheckout-block-content {
	padding: 10px 0 0 0;
}
#simplecheckout_form_0 .form-horizontal .control-label {
	display: none!important;
}
.simplecheckout .form-horizontal .col-sm-8 {
	width: 100%!important;
}
.form-control {
	height: 40px!important;
}
.simple-content .checkout-heading {
	background-color: #FBF9F7!important;
}
#total_total {
	display: none;
}
#total_shipping {
	display: none;
}
.simplecheckout-cart-total:nth-child(4) {
	display: none!important;
}
.simplecheckout-cart-total:nth-child(6) {
    display: none!important;
}

.simplecheckout-cart-buttons {
    display: none!important;
}
.simplecheckout-warning-block {
    border: 1px solid #DAD9D5!important;
}
.alert-danger {
    background-color:  #DAD9D5;
}
.simplecheckout-cart td {
	height: 135px;
}
.simplecheckout-cart td.image img {
    width: 120px;
}
.simplecheckout-cart td.name {
    padding-top: 55px;
	color: #3B3836;
}
.simplecheckout-cart td.name a {
	color: #3B3836;
}
.simplecheckout-cart td.quantity {
    padding-top: 48px!important;
}
#simplecheckout_cart .form-control {
	height: 34px!important;
}
.simplecheckout-cart td.price {
    padding-top: 55px;
}
.simplecheckout-cart td.remove {
    padding-top: 55px;
	cursor: pointer;
}
.simplecheckout-button-block {
	background: none!important;
}


.nation {
	font-family: 'Noto Sans';
	margin: 50px auto;
	max-width: 1080px;
}
.world {
	max-width: 1080px;
	margin: auto;
}
.w-title {
	font-size: 21px;
	height: 60px;
	border-bottom: 1px solid #DAD9D5;
	border-top: 1px solid #DAD9D5;
	display: flex;
	align-items: center;
}
.scd-title {
	font-size: 21px;
	height: 100px;
	display: flex;
	align-items: center;
	line-height: 1.5;
	letter-spacing: -1.1px;
	font-weight: 300;
	color: #666;
}
.make {
	margin-top: 35px;
}
.make ul {
	font-size: 16px;
	list-style: inside;
}
.make li {
	margin-top: 20px;
}
.m-group {
	margin-top: 30px;
}
.world-bottom {
	margin: 35px auto;
}
.tit-bottom {
	margin-top: 25px;
}
.tit-btm {
	margin: 35px auto;
}
.world-bottom ul {
	margin-top: 35px;
	list-style: inside;
	font-size: 16px;
}
.world-bottom li {
	margin-top: 20px;
}
#simplecheckout_button_confirm {
	color: #e6eee3;
	background-color: black;
}


#simplecheckout_button_confirm:active {
	color: black;
	background-color: white;
}
.police-konf {
	max-width: 1080px;
	margin: 50px auto;
	font-family: 'Noto Sans';
}
.police-konf a {
	color:#3B3836;
}
.mobile-carousel {
	display: none;
}
.subtract-btn-cart {
	position: relative;
}
.subtract-mobile {
	font-size: 10px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	color: #FCFCFC;
	width: 16px;
	height: 16px;
	background-color: #FF5656;
	border-radius: 50%;
	position: absolute;
	top: -6px;
	right: -7px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.added-cart {
	font-family:  Noto Sans;
}
.added-title {
	height: 66px;
	border-bottom: 1px solid #DAD9D5;
	display: flex;
	color: #3B3836;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	justify-content: space-between;
	padding: 0 107px 0 122px;
	align-items: center;
}
.container-added {
	display: flex;
	align-items: center;
}
.adprod-name {
	color: #3B3836;
	font-size: 18px;
}
.adprod-name div {
	color: #9A9A9A;
	font-size: 14px;
}
.added-img-info {
	padding: 30px 0 0 107px;
}
.added-img-info img {
	width: 100%;
	object-fit: cover;
}
.added-prod-name {
	padding-left: 30px;
}
.added-prod-info {
	display: flex;
	justify-content: space-between;
	padding: 16px 0;
}
.ad-paid {
	color: #9A9A9A;
	font-size: 16px;
}
.ad-sum {
	color: #3B3836;
	font-size: 16px;
}
.added-prod-summ button {
	width: 100%;
}
.added-prod-summ {
	margin: auto;
	padding: 40px 120px;
}
.added-cart {
	display: none;
}

* {box-sizing: border-box;}

.img-zoom-container {
	position: relative;
}

.img-zoom-lens {
	position: absolute;
	border: 1px solid #d4d4d4;
	/*set the size of the lens:*/
	width: 40px;
	height: 40px;
}

.img-zoom-result{
	opacity: 0;
	width: 0;
	height: 0;
	position: unset;
}
.zoom-image:hover .img-zoom-result-right, .zoom-image:hover .img-zoom-result-left{
	opacity: 1;
	width: 300px;
	height: 300px;
	position: absolute;
	border: 1px solid #d4d4d4;
}

.img-zoom-result-right {
	top: 0;
	left: 106%;
}
.img-zoom-result-left {
	top: 0;
	right: 106%;
}
.container-video.gif{
	display: none;
}


.custom-product-color .product-show img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.custom-product-color .product-show {
    height: 130px;
    overflow: hidden;
}
.custom-product-color .body-hidden {
    height: 130px;
    overflow: hidden;
}

.custom-product-color .product-hidden img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.custom-product-color .card-name {
    font-size: 15px;
}

.custom-product-color .card-sum {
    font-size: 16px;
    display: block;
    text-align: center;
}
#descriptionProduct b:has( u){
    display: none;
}
#descriptionProduct u:has( b){
    display: none;
}

@media (max-width: 1445px) {
	.footer-text{
		top: 120px;
		left: 235px;
	}
	.ft-btn{
		top:315px;
		left: 235px;
	}
}

@media (max-width: 1110px) {
	.cart-items{
		justify-content: space-evenly;
	}
}

@media (max-width: 1110px) {
	.added-cart {
		font-family:  Noto Sans;
	}
	.added-title {
		height: 66px;
		border-bottom: 1px solid #DAD9D5;
		display: flex;
		color: #3B3836;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 100%;
		justify-content: space-between;
		padding: 0 40px 0 50px;
		align-items: center;
	}
	.container-added {
		display: flex;
		align-items: center;
	}
	.adprod-name {
		color: #3B3836;
		font-size: 18px;
	}
	.adprod-name div {
		color: #9A9A9A;
		font-size: 14px;
	}
	.added-img-info {
		padding-left: 40px;
	}
	.added-img-info img {
		width: 100%;
		object-fit: cover;
	}
	.added-prod-name {
		padding-left: 16px;
	}
	.added-prod-info {
		display: flex;
		justify-content: space-between;
		padding: 16px 0;
	}
	.ad-paid {
		color: #9A9A9A;
		font-size: 16px;
	}
	.ad-sum {
		color: #3B3836;
		font-size: 16px;
	}
	.added-prod-summ button {
		width: 100%;
	}
	.added-prod-summ {
		margin: auto;
		padding: 40px;
	}
	.container-footer{
		margin-top: 60px;
	}
	.home-instagram{
		display: none;
	}
	.cart1, .cart2{
		max-width: 360px;
	}
	.ab-right {
		padding-left: 10px;
	}
	.menu-header {
		font-size: 13px;
	}
	.text-img {
		margin-top: 20px;
	}
	.footer-text{
		font-size: 39px;
		top: 30px;
		left: 160px;
	}
	.ft-btn{
		top: 185px;
		left: 160px;
	}
	.footer-img{
		width: 100%;
		height: 325px;
		object-fit: cover;
	}
	.footer-items{
		display: flex;
		flex-wrap: wrap;
	}

	.footer-items .col-sm-3{
		width: 50% !important;
		margin-bottom: 40px;
	}
	.ft-logo{
		margin-bottom: 40px;
	}
	.catalog-card1 .row .col-md-5 {
		display: none;
	}
	.cat-title {
		margin: 150px 0 0 30px;
	}
	.ab-left {
		display: none;
	}
	.cart-inner{
		padding-bottom: 52px;
	}
	.about-section {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
    .catalog-card3 .row .col-md-5 img {
        display: none;
    }
	.cat-input {
		margin-right: 25px;
	}
	.catalog-card1 .row {
		display: grid;
		grid-template-columns: repeat(2, 1fr);

	}
	.catalog-card2 .row {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		margin: 0;

	}
	.catalog-card3 .row {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		margin: auto;
	}

	.catalog-card1 .row .col-md-5 {
		display: none;
	}
	.catalog-card2 .row .col-md-5 {
		display: none;
	}
	.catalog-card3 .row .col-md-5 {
		display: none;
	}
	.row:before {
		display: none;
	}
	.catalog-card1 .row .col-md-3 {
		margin: auto auto 30px auto;
		width: 100%;
		max-width: 395px;
	}
	.catalog-card2 .row .col-md-4 {
		margin: auto auto 30px auto;
		width: 100%;
		max-width: 395px;
	}
	.catalog-card3 .row .col-md-3 {
		margin: auto auto 30px auto;
		width: 100%;
		max-width: 395px;
	}
	.catalog-card2 {
		margin-top: 0;
	}
	.info-title {
		margin: 30px auto 0 16px;
	}
	.nation {
		margin: 50px 16px;
	}
	.coop-left {
		padding-right: 20px;
	}
	.pat {
		line-height: 1.3;
	}
	.info-about {
		margin: 16px;
	}
	.left-story {
		padding-right: 20px;
	}
	.left-im img {
		height: 754px;
	}
	.con-title {
		line-height: 1.35;
	}
	.abs-img2 {
		margin-top: 20px;
	}
	.abs-img2 {
		display:none;
	}
	.abs-img3 {
		top: 24%;
	}
	.delivery {
		margin: 20px 16px;
	}
	.top-left {
		padding-right: 20px;
	}
	.news-mail {
		line-height: 1.3;
	}
	.block-title {
		line-height: 1.3;
	}
	.cooperation {
		margin: 20px 16px;
	}
	.contacts {
		margin: 20px 16px;
	}
	.contacts-left {
		padding-right: 16px;
	}
	.desk-group {
		height: 420px;
	}
	.prod-img {
		width: 100%;
	}
	.left-cat-card {
		margin-right: 30px;
	}
	.prod-imgcen.counts-1 {
		width: 100%;
	}
	.prod-imgcen.counts-0 {
		width: 100%;
	}
	.btn-group2 .butn2 {
		width: 50%;
	}
	.btn-group2 .butn1 {
		width: 45%;
	}
	.info-card {
		width: 390px;
	}
	.text-rl {
		margin-left: 16px;
	}
	.rl-image {
		margin: 40px auto;
		width: 100%;
		padding: 0 16px;
	}
	.right-im{
		width: 100%;
	}
	.title-slider {
		margin: 50px 16px;
	}
	.lazy {
		margin: 50px 16px;
	}
	.also-title {
		margin: 50px 16px;
	}
	.desk-group {
		margin: 20px;
	}
	.desk-group .slick-slide {
		width: 295px!important;
	}
	.real-life {
		max-width: 897px;
	}
	.rl-left {
		margin-right: 16px;
	}
	.coop-button {
		margin: 50px 20px 0 20px;
	}
	.con-title {
		line-height: 0.90;
	}
	.home-hits {
		margin: auto 20px;
	}




}

.non-padding{
padding: 0!important;
}

@media (max-width: 700px) {
	.catalog-card1 .row {
		display: block;
	}
	.flex-space-between {
		display: none;
	}
	.menu-header {
		display: none;
	}
	header {
		height: 60px;
		border-bottom: 1px solid #DAD9D5;;
	}
	.container mobile-header {
		display: flex;
	}
	.header-mob {
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	.main h1 {
		font-size: 40px;
		margin: 40px auto auto auto;
		text-align: center;
	}
	.main h3 {
		font-size: 14px;
		margin: 24px auto auto auto;
		text-indent: 30px;
	}
	.main .button {
		margin: 16px auto auto auto;
	}
	.main .catalog-top {
		font-size: 16px;
		line-height: 16px;
	}
	.cart-inner .hits-right {
		display: none;
	}
	.cart-inner .hits-left {
		display: flex;
		margin: 0 auto auto 16px;
	}
	.cart-inner .hits-left h1 {
		font-size: 32px;
		line-height: 32px;
	}
	.cart-inner .card-info button {
		display: block;
	}

	.home-instagram-mobile {
		display: block;
	}
	.inst-title {
		font-size: 32px;
		line-height: 32px;
	}
	.foolow-inst {
		font-size: 14px;
		line-height: 140%;
		margin: 16px auto auto auto;
		height: 60px;
	}
	.title-img {
		font-size: 14px;
	}
	.button-inst {
		font-size: 16px;
		line-height: 16px;
		margin-top: 28px;
		display: flex;
		justify-content: flex-start;
	}
	.title-ab {
		display: flex;
		font-size: 30px;
		line-height: 30px;
		padding-left: 20px;
	}
	.title-a {
		font-size: 32px;
		line-height: 32px;
		margin-top: 8px;
	}
	.about {
		display: flex;
		margin: 40px auto auto auto;
	}
	.ab-left {
		display: none;
	}
	.about-text {
		font-size: 14px;
		line-height: 145%;
	}

	.text-ab {
		font-size: 14px;
		line-height: 140%;
		margin-top: 16px;
	}
	.text-img {
		display: none;
	}
	.catalog-right {
		display: flex;
		justify-content: center;
	}
	.footer-text{
		left: 17px;
		top: 88px;
		width: fit-content;
		font-size: 32px;
		line-height: 32px;
		letter-spacing: 0.03em;
	}
	.ft-btn{
		width: fit-content;
		left: 17px;
		top: 188px;
		font-size: 14px;
		line-height: 14px;
	}
	.catalog-right img {
		padding-left: 10px;
	}
	#myCarousel {
		margin-top: 52px;
	}
	.container-video {
		margin-top: 15px;
	}

	.hits-mobile {
		display: block;
	}
	.about-section {
		width: 377px;
		margin-top: 50px;
	}
	.ab-mobile {
		display: block;
		margin-top: 64px;
	}
	.left-cat-card {
		display: none;
	}
	.gr-rici {
		display: none;
	}
	.catal-card {
		display: flex;
		flex-direction: column;
		width: 390px;
		height: auto;
	}
	.mobcard {
		display: block;
	}
	.arlf {
		position: absolute;
		top: 20%;
	}
	.arri {
		position: absolute;
		right: 0;
		top: 20%;
	}
	.right-cat-card {
		width: 358px;
	}
	.info-card {
		width: 361px;
		margin: 24px auto auto 14px;
	}
	.info-card h1 {
		font-size: 32px;
		line-height: 32px;
	}
	.info-card h3 {
		margin: 16px 0 0 0;
		font-size: 14px;
	}
	.more-card {
		display: flex;
		margin: 13px 0 0 0;
	}
	.price-card {
		margin: 29px 0 0 0;
		font-size: 24px;
		line-height: 24px;
	}
	.btn-group2 {
		display: flex;
		margin-top: 25px;
		flex-direction: column;
		height: 104px;
	}
	.btn-group2 .butn1 {
		font-size: 14px;
		line-height: 14px;
		width: 100%;
		height: 44px;
	}
	.btn-group2 .butn2 {
		font-size: 14px;
		line-height: 14px;
		width: 100%;
		height: 44px;
	}
	.details-card {
		margin-top: 40px;
	}
	.details-card .dt {
		font-size: 18px;
	}
	.weight {
		flex-direction: column;
		align-items: flex-start;
	}
	.weight div {
		font-weight: 400;
		margin: 4px 0 0 0;
	}
	.size {
		flex-direction: column;
		align-items: flex-start;
	}
	.size div {
		font-weight: 400;
		margin: 4px 0 0 0;
	}
	.kit {
		flex-direction: column;
		align-items: flex-start;
	}
	.kit div {
		font-weight: 400;
		margin: 4px 0 0 0;
	}
	.real-life {
		width: 358px;
		height: auto;
		display: block;
		margin: auto;
	}
	.text-rl {
		font-size: 18px;
		line-height: 18px;

	}
	.rl-image {
		display: flex;
		margin-top: 24px;
		flex-direction: column;
		width: 358px;
	}
	.rl-left img {
		width: 100%;
	}
	.rl-right {
		display: flex;
		flex-direction: row;
		margin-top: 16px;
	}
	.rl-right img {
		width: 100%;
	}
	.bottom-img {
		width: 100%;
	}
	.title-slider {
		margin: 88px 0 0 14px;
		font-size: 18px;
		line-height: 18px;
	}
	.lazy {
		margin-top: 30px;
	}
	.also {
		margin: 30px 0 ;
		font-size: 18px;
		line-height: 18px;
		height: 455px;
	}
	.also-title {
		padding-left: 14px;
	}
	.desk-group .slick-slide {
		width: 352px!important;

	}
	.desk-group {
	margin-top: 0;
	}

	.lazy .slick-prev {
		display: none!important;
	}
	.lazy .slick-next {
		display: none!important;
	}
	.catalog-card1 .row .col-md-5 {
		display: none;
	}
	.catalog-top1 .cat-input {
		display: none;
	}
	.catalog-card1 .row .col-md-3 {
		border: none;
		margin: auto auto 30px auto;
		width: 358px;
		height: 426px;
	}
	.cat-category .catalog-card3 .row{
		display: block;
	}
	.cat-category .catalog-card2 .row{
		display: block;
	}
	.cat-category .catalog-card2 .col-md-4, .cat-category .catalog-card3 .col-md-3{
		max-width: 358px;
	}
	.cat-category .cat-title {
		font-size: 32px;
		line-height: 32px;
		margin: 80px 0 0 16px;
	}
	.mobile-hidden{
		display: none;
	}

	.catalog-card1 .row .col-md-3 img {
		width: 358px;
		height: 350px;
	}
	.catalog-btn {
		display: flex;
	}
	.cat-group {
		display: flex;
	}
	.card-info {
		display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
        gap: 1.5rem;
        margin-bottom: 3rem;
	}
	.desk-group .card-info button  {
		display: none;

	}
	.desk-group.catalog-card1 .sum {
		display: none;
	}
	.catalog-card1 .card-sum {
		display: flex;
		gap: 6px;
		margin-top: 0;
		/* flex-direction: column; */
		justify-content: space-between;
        width: 100%;
	}
	.catalog-card1 .card-info {
		display: flex;
		justify-content: space-between;
		margin-top: 16px;
		/* align-items: center; */
	}
	.catalog-card1 .cart1-sel {
		display: none;
	}
	.cart-items {
		max-width: 390px;
	}
	.home-hits {
		margin-top: 0;
		padding-top: 15px;
	}
	.catalog-card1 .btn-cart {
		display: block;
		width: 100%;
	}
    .catalog-card2 .btn-cart {
		display: block;
		width: 100%;
	}
    .catalog-card3 .btn-cart {
		display: block;
		width: 100%;
	}
	.footer-bottom {
		height: 98px;
		margin: auto;
		display: flex;
		justify-content: space-around;
		flex-direction: column;
		align-items: center;
	}
	.line {
		margin-top: 50px;
	}
	.data-popup h1 {
		font-size: 30px;
	}
	.pop-title {
		font-size: 14px;
	}
	.popup-content {
		padding: 25px 16px;
	}
	.botom-text a {
		font-size: 14px;
	}
	.right-story {
		display: none;
	}
	.botom-img {
		display: none;
	}
	#information-information h1 {
		margin: 50px auto auto auto;
		text-align: center;
	}
	.dev-top {
		display: flex;
		flex-direction: column;
	}
	.cont-image {
		display: none;
	}
	.text-bottom p {
		margin-top: 15px;
	}
	.news-mail {
		font-size: 15px;
		line-height: 3.6;
	}
	.top-left {
		font-size: 13px;
	}
	.text-bottom {
		font-size: 13px;
	}
	.tt {
		font-size: 25px;
	}
	.tb {
		font-size: 13px;
	}
	.block-title {
		font-size: 18px;
		line-height: 2.7;
	}
	.teb-bot {
		font-size: 13px;
	}
	.delivery-popup {
		height: 70px;
	}
	.del-title {
		font-size: 14px;
	}
	.delivery-popup button  {
		width: 125px;
		height: 45px;
	}
	.delivery-bot-img {
		margin-top: 40px;
		height: 300px;
	}
	.delivery-bot-img img {
		height: auto;
	}
	.coop-right {
		display: none;
	}
	.pat {
		font-size: 21px;
		line-height: 1.3;
	}
	.pat-text {
		font-size: 13px;
	}
	.opt {
		font-size: 16px;
	}
	.op-text {
		margin: 15px 0 0 0;
	}
	.contacts {
		flex-direction: column;
	}
	.contact-soc {
		width: 360px;
		height: 260px;
	}
	.con-line {
		display: none;
	}
	.con-tel {
		padding-left: 0;
		width: 201px;
	}
	.con-bot {
		margin-right: 0;
	}
	.block-cooper {
		max-width: 370px;
	}

	.info-title {
		margin: 70px 16px;
	}
	.delivery {
		margin: 20px 10px;
	}
	.block-cooper2 {
		display: flex;
		flex-direction: column;
		max-width: 370px;
		margin: auto;
	}
	.opp-img {
		display: none;
	}
	.w-title {
		font-size: 21px;
		max-width: 370px;
		margin: auto;
		line-height: 36px;
		height: 100px;
	}
	.world-bottom div {
		max-width: 370px;
		margin: auto;
	}
	.cori-img {
		height: 500px;
		margin-top: 20px;
	}
	.tit-btm {
		max-width: 370px;
		margin: auto;
	}
	.simplecheckout-cart td.name {
		padding: 0;
	}
	.simplecheckout-cart td.name img {
		width: 100px;
	}
	.scd-title {
		font-size: 21px;
		height: 100px;
		line-height: 1.2;
	}
	.contacts-left {
		max-width: 360px;
		margin: auto;
	}
	.text-tit {
		margin-top: 27px;
	}
	.left-im {
		height: 500px;
	}
	.left-im img {
		height: 500px;
	}

	.mobile-carousel {
		display: block;
	}
    .review-slider .img-slider{
        width: 382px;
    }
    .review-slider .img-slider img{
        width: 100%;
        object-fit: scale-down;
    }
    #myCarouselmobile .f-carousel__dots {
        left: 16px;
    }
	#cart {
		padding-top: 2px;
	}
	.card-info button  {
		width: 170px;
		height: 46px;
		background-color: rgba(28,28,28,0);
	}
	.added-cart {
		font-family:  Noto Sans;
	}
	.added-title {
		height: 66px;
		border-bottom: 1px solid #DAD9D5;
		display: flex;
		color: #3B3836;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 100%;
		justify-content: space-between;
		padding: 0 20px 0 30px;
		align-items: center;
	}
	.container-added {
		display: flex;
		align-items: center;
	}
	.adprod-name {
		color: #3B3836;
		font-size: 18px;
	}
	.adprod-name div {
		color: #9A9A9A;
		font-size: 14px;
	}
	.added-img-info {
		padding-left: 20px;
	}
	.added-img-info img {
		width: 100%;
		object-fit: cover;
	}
	.added-prod-name {
		padding-left: 16px;
	}
	.added-prod-info {
		display: flex;
		justify-content: space-between;
		padding: 16px 0;
	}
	.ad-paid {
		color: #9A9A9A;
		font-size: 16px;
	}
	.ad-sum {
		color: #3B3836;
		font-size: 16px;
	}
	.added-prod-summ button {
		width: 100%;
	}
	.added-prod-summ {
		margin: auto;
		padding: 30px;
	}
	header{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		margin: 0;
		padding-top: 10px;
		z-index: 1000000000;
	}
	.main{
		padding-top: 60px;
	}
	.popup-close {
		top: 46px;
		font-size: 30px;
	}
	.alert {
		padding: 70px 14px 8px 14px;
	}
	.world-bottom {
		margin: 25px auto;
	}
	.message-popup img {
		width: 300px;
		margin-top: 50px;
		border-radius: 5px;
	}
    .checkimg {
        width: 360px;
	}
	.rl-left{
		margin-right: 0;
	}
	.homeVideoDesktop{
		display: none;
	}
	.container-video.gif{
		display: block;
	}
	.container-video.gif img{
		width: 100%;
		object-fit: contain;
	}

}

.rl-image-right img[title="Madlen sky blue "] {
	object-fit: cover;
	object-position: center top;
}

#form-language .dropdown-toggle {
    color: #6e7c83;
    cursor: pointer;
	font-size: 13px;
	font-weight: 100;
	padding: 0 20px;
	position: relative;
    transition: all 0.2s ease-in-out;
}

#form-language .dropdown-toggle span::after {
	display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-bottom: -2px;
    margin-left: 1.5rem;
    border-bottom: 1px solid #c7d1d6;
    border-right: 1px solid #c7d1d6;
    transform: rotate(45deg) translateY(-50%);
    transition: all 0.35s ease-out;
    transform-origin: 50% 0;
}

#form-language .open .dropdown-toggle span::after {
	margin-bottom: -8px;
	transform: rotate(-135deg) translateY(-50%);
}

#form-language .dropdown-toggle .fa-caret-down {
	display: none;
}

#form-language .dropdown-toggle:hover,
#form-language .dropdown-toggle:focus {
	text-decoration: none;
}

#form-language .dropdown-menu {
	border-radius: 8px;
	border: none;
	box-shadow: none;
	padding: 0;
	min-width: 64px;
	overflow: hidden;
	width: 100%;
}

#form-language .dropdown-menu .btn {
	color: #b5b5b5;
	font-weight: 600;
	text-align: left;
    padding: 3px 20px;
}

#form-language .dropdown-menu .btn:hover,
#form-language .dropdown-menu .btn:focus {
	color: #fff;
    background-color: #9e9e9e;
	outline: none;
	text-decoration: none;
}


.box {
	font-family: 'Noto Sans';
	font-size: 17px;
	max-width: 1080px;
	margin: 30px auto 0;
}

.box span {
	color: #7D4B29;
}

.box strong {
	color: #000;
}

.box p {
	margin-top: 20px;
}

.box ul + .box-title {
	margin-top: 30px;
}

.box-container {
	max-width: 1080px;
}

@media (max-width: 991.98px) {
	.box-container {
		margin: 0 16px;
	}
}

.box-title {
	border-bottom: 1px solid #DAD9D5;
	border-top: 1px solid #DAD9D5;
	font-size: 20px;
	line-height: 1.5;
	margin: 0 0 30px;
	padding: 20px 0;
}

.box-list {
	list-style: none;
	padding: 0;
}

.box-list img {
	height: auto;
	margin-right: 20px;
	width: 32px;
}

.box-image {
	height: auto;
	max-width: 100%;
	width: 100%;
}

@media (max-width: 991.98px) {
	.box-thumb {
		height: 600px;
		position: relative;
	}

	.box-image {
		object-fit: cover;
		object-position: center;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}
}

@media (max-width: 991.98px) {
	.col-sm-6 + .col-sm-6 {
		margin-top: 30px;
	}
}

.mt-4 {
	margin-top: 30px;
}

.mb-4 {
	margin-bottom: 30px;
}

.sale {
	position: relative;
}

.sale-badge {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 96px;
    padding: 16px;
}

.sale-badge img {
	height: 100% !important;
    width: auto !important;
    max-width: 100% !important;
}