body {
	background: #fff;
	color: #000;
	font-family: "RobotoLight", "Arial", sans-serif;
	font-size: 14px;
	line-height: 24px;
}
html, body{
	min-width: 500px;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 14px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	transition: .3s;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
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;
}
/* 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, #D2691E, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #D2691E, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* 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;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 500px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #D2691E, #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, #D2691E, #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, #D2691E, #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;
}
/*Тени для скроллов*/
/*Горизонтальные*/
.scroll_sh_left {
    background: linear-gradient(90deg, rgba(08, 10, 71, 0.12), rgba(0, 0, 0, 0) 10px);
}
.scroll_sh_right {
    background: linear-gradient(270deg, rgba(08, 10, 71, 0.12), rgba(0, 0, 0, 0) 10px);
}
.scroll_sh_h {
    background: linear-gradient(90deg, rgba(08, 10, 71, 0.12), rgba(0, 0, 0, 0) 10px),
                linear-gradient(270deg, rgba(08, 10, 71, 0.12), rgba(0, 0, 0, 0) 10px);
}
/*Вертикальные*/
.scroll_sh_top {
    background: linear-gradient(180deg, rgba(08, 10, 71, 0.12), rgba(0, 0, 0, 0) 10px);
}
.scroll_sh_bottom {
    background: linear-gradient(0deg, rgba(08, 10, 71, 0.12), rgba(0, 0, 0, 0) 10px);
}
.scroll_sh_v {
    background: linear-gradient(180deg, rgba(08, 10, 71, 0.12), rgba(0, 0, 0, 0) 10px),
                linear-gradient(0deg, rgba(08, 10, 71, 0.12), rgba(0, 0, 0, 0) 10px);
}
@media (min-width: 501px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}
@media (max-width: 500px) {
	#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;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 0px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer h5 {
	/* font-family: 'Open Sans', sans-serif; */
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 0px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.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: #229ac8;
	background-image: linear-gradient(to bottom, #D2691E, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
} */
.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-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.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: #D2691E;
	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;
}
.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: 500px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.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;
}
.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: 500px) {
	.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: 501px) {
    #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.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}
.header__menu, .header__bottom, .header__menu a,.header__bottom a{
	line-height: 44px;
}
.header__menu a,.header__bottom a{color: #fff;}
.header__menu-left{
	float: left;
}
.header__menu-right{
	float: right;
}
.showroom{
	margin-right: 14px;
	padding-left: 23px;
}
.header__menu-cart,.searchCon, .showroom,.searchBtn, .header__bottom a, #slideshow, .mainMob a.active, .products_block, .product__photos, .product__info,
.product__price span,.callback, .pb_links, .wishlist-h{position: relative;}
.rightMenu{
	margin-right: 24px;
	transition: .3s;
}
.rightMenu, .show_sizes .sizes, .product_preview > span, .product_preview .category__item-fav, .sewing > div:hover::before, .sewing > div:hover > span{
	visibility: visible;
	opacity: 1;
}
.rightMenu,.header__menu,.wishlist-h, .header__menu-cart, .searchCon, .header__menu a,.header__bottom a, .top-slider__slide, .product__colors-list > *,
.product__size > a, .product__size > div, .product_contact > div, .description_block > div, .description_block > div > span,
.fixed_price img, .fixed_price >div>span, .fixed_price .product__price,.product__size-sel a, .product__size > a,.fixed_price .product__btn,
.fixed_price > div, .footer > .ft > *,.product__size .product__btn, .product__photos, .product__info,
.preorder .product__size .product__btn.button-preorder, .preorder .fixed_price .product__btn.button-preorder,
.cart_counter, .cart_counter + p, .cart_counter span, .callback::before, .sizes > div > a{display: inline-block;}
.rightMenu a{
	margin-left: 14px;
}
.wishlist-h, .header__menu-cart, .searchBtn{
	padding: 0 5px;
}
.wishlist-h svg{stroke: #fff;}
.header__menu-cart svg path:nth-child(1), .header__menu-cart:hover svg path:nth-child(2){fill: #fff;}
.fixedMenu .header__menu-cart svg path:nth-child(1),.fixedMenu .header__menu-cart:hover svg path:nth-child(2),
.invert .header__menu-cart svg path:nth-child(1),.invert .header__menu-cart:hover svg path:nth-child(2){fill: #000;}
.wishlist-h svg, .header__menu-cart svg{
	position: relative;
	top: 4px;
}
.wishlist-h:hover svg path{fill: #fff;}
.fixedMenu .wishlist-h svg, .invert .wishlist-h svg{stroke: #000;}
.fixedMenu .wishlist-h:hover svg path,.invert .wishlist-h:hover svg path{fill: #000;}
.showroom::before, .callback::before, .searchBtn::before, #burger::before{
	content: "";
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	position: relative;
	background-size: cover;
}
.showroom::before, .callback::before{
	display: block;
	background-image: url("/image/loc.svg");
	position: absolute;
	bottom: 14px;
	left: 0;
}
.callback::before{background-image: url("/image/phone.svg");}
.invert .header__logo img, .fixedMenu .header__logo img, .showroom::before, .searchBtn::before, #burger::before, .callback::before{filter: invert(1);}
.searchBtn::before{background-image: url("/image/search.svg");}
.searchBtn::before,#burger::before{
	display: inline-block;
	top: 4px;
}
.header__menu-cart span, .wishlist-h span{
	position: absolute;
	width: 17px;
	height: 17px;
    right: -5px;
    top: 7px;
	background-color: #F1F1F1;
	color: #000;
	text-align: center;
	line-height: 17px;
	border-radius: 50%;
	font-size: 10px;
}
.bar-form-collapse {
    width: 500px;
    padding: 0 20px 30px 20px;
}
.bar-form-collapse a.close-btn{
    background-image: url('/image/close.svg');
	background-size: cover;
	background-position: center;
    height: 18px;
    width: 18px;
    display: block;
    position: absolute;
    right: 18px;
    top: 14px;
	cursor: pointer;
    z-index: 1;
}
.bar-form-collapse, .bar-form-collapse.collapse, .bar-form-collapse.collapsing, .bar-form-collapse.in{
	position: fixed;
    height: 100% !important;
    right: -100%;
    top: 0;
    opacity: 0.2;
    background: #fff;
    text-align: left;
    transition: all 0.6s;
    border: none;
    z-index: 101;
    display: block !important;
    overflow-x: hidden;
    overflow-y: auto !important;
    color: #acacac;
    visibility: hidden;
}
.close-form{
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    position: fixed;
    cursor: pointer;
    background: rgba(0, 0, 0, .5);
    z-index: 101;
    opacity: 0;
    right: 0;
    visibility: hidden;
    transition: .6s;
}
.bar-form-collapse.collapse, .bar-form-collapse.collapsing {
    right: -500px;
}
.collapse.in + .close-form {
    right: 100%;
    opacity: 1;
    visibility: visible;
}
.collapse.in + .close-form {
    right: 500px;
}
.bar-form-collapse.collapse.in{
	right: 0;
    opacity: 1;
    visibility: visible;
}
.bar-form-collapse > div{
	min-height: 349px;
    position: relative;
}
.product_cart{
	height: 240px;
	margin-bottom: 2px;
}
.product_cart:last-child{
	margin-bottom: 0;
}
.product_cart img{
    overflow: hidden;
    transition: 0.2s;
    position: relative;
    z-index: 1;
	width: auto;
	height: 240px;
	display: inline-block;
	mix-blend-mode: darken;
}
.product_cart_info, .product_cart > a:nth-child(1){
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}
.product_cart > a:nth-child(1){
	text-align: center;
	background-color: #F6F6F6;
	transition: unset;
}
.product_cart_info{
	padding-left: 20px;
}
.product_cart_info a{
	font-size: 14px;
}
.product_cart_info > div{margin: 40px 0;}
.product_cart_info p, .carthead, .cart_div > a:nth-child(1), .product_cart_info a, .inv .slider_info p, .inv .top-slider__btn,.inv .top-slider__title{color: #000;}
.product_cart_info span{color: #7B7B7B;}
.product_cart_info > p{
	text-align: right;
	position: relative;
}
.closemarkermap {
    position: absolute;
    top: 6px;
    right: 6px;
}
.closemarkermap::after {
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    background-image: url('/image/close.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.inv .top-slider__btn::before, .closemarkermap::after{filter: contrast(0) brightness(0);}
a.closemarkermap:focus{outline: none;}
.remove_product{
	position: absolute;
	left: 0;
}
.searchBtn{z-index: 100;}
#search{
	display: inline-block;
	position: absolute;
	top: 9px;
	right: 5px;
	font-size: 21px;
	width: 0;
	line-height: 16px;
	transition: .3s width;
	color: #fff;
	padding-bottom: 5px;
}
.showSearch #search{
	padding-right: 26px;
	width: 249px;
}
.showSearch .rightMenu, .sizes, .show_sizes .category__item-fav, .show_sizes.product_preview > span, .sewing > div::before, .sewing > div > span{
	visibility: hidden;
	opacity: 0;
}
.header-top, .header_bottom{
	height: 44px;
	padding: 0 50px;
}
.header-top{min-width: 500px;}
.header-top, #search{border-bottom: 1px solid #ABABAB33;}
.header__bottom{
	text-align: center;
	white-space: nowrap;
}
.fixedMenu .header{
	background: #fff;
	top: 0;
	left: 0;
}
.fixedMenu .header__menu a, .invert .header__menu a, .fixedMenu .header__bottom a, .invert .header__bottom a, .fixedMenu #search, .invert #search, .product__title, .footer > .ft > div *, .fb > a{color: #000;}
.fixedMenu .showroom::before, .fixedMenu .callback::before, .fixedMenu .searchBtn::before, .fixedMenu #burger::before,
.invert .showroom::before, .invert .callback::before, .invert .searchBtn::before, .invert #burger::before{filter: unset;}
.header, .header__bottom a, .header__menu a, .showroom::before, .searchBtn::before,.header__logo img, .header-top, #burger::before,
.dots > a::before, .product_preview .dots > span,.wishlist-h svg path,.category__item-fav svg path, .product__photos .dots > a, .product__size-sel a,.fixed_price,
.header__bottom a::before, .footer > .ft > div > *::before, .fb > a::before, #chatform form input[type="text"], #chatform form textarea, #fast_order_phone,
.callback::before, .product_preview .product_preview > span, .product_preview .category__item-fav, .sizes > div > a, .btn_add svg path, .header__menu-cart svg path, .sewing > div::before, .sewing > div > span{transition: .3s;}
.header.container{padding: 0;}
.header__logo img{height: 25px;}
.header__bottom a{
	padding: 0 7px;
	font-size: 14px;
}
#burger{display: none;}
.top-slider__slide{
	width: 100%;
	height: 100%;
	position: relative;
}
.uslider + .dots{
	height: 0;
    overflow: visible;
    text-align: center;
	position: absolute;
	width: 100%;
	bottom: 47px;
}
.dots > a{
	width: 38px;
    height: 1px;
	margin: 0 8px;
	background-color: #7B7B7B;
    position: relative;
    display: inline-block;
}
.dots > a::before{
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	background-color: #eeeeee;
	top: 0;
	left: 0;
	width: 0;
}
.header__bottom a::before, .footer > .ft > div > *::before, .fb > a::before{
	content: "";
	display: block;
	height: 1px;
	width: 0;
	width: 0;
	position: absolute;
	bottom: 14px;
	left: 7px;
	background-color: #fff;
}
.fixedMenu .header__bottom a::before, .footer > .ft > div > *::before, .fb > a::before{background-color: #000;}
.footer > .ft > div > *::before, .fb > a::before{
	left: 0;
	bottom: 3px;
}
.header__bottom a.active::before, .mainMob a.active::before, .header__bottom a:hover::before, .footer > .ft > div *:hover::before{
	width: calc(100% - 14px);
}
.footer > .ft > div *:hover::before, .fb > a:hover::before{
	width: 100%;
}
.mainMob a.active::before{
	width: 100%;
	left: 0;
}
.dots > a.active::before{width: 100%;}
#slideshow .uslider{
	height: 100%;
	font-size: 0;
}
.slider_info p{
	color: #fff;
	font-weight: 300;
	font-size: initial;
}
.uslider .product_preview{
	height: 100%;
}
.category_items.uslider + .dots, .product_preview .arrow_slider, #slideshow .arrow_slider,
.preorder .product__size .product__btn, .preorder .fixed_price .product__btn{display: none;}
.product_preview{
	width: 25%;
	display: inline-block;
	margin-right: 2px;
	position: relative;
	background-color: #F6F6F6;
}
.images{height: 100%;}
.images > div{
	width: 100%;
	display: inline-block;
	height: 100%;
	text-align: center;
}
.images > div > div{
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	mix-blend-mode: darken;
}
.prod_img{
	position: absolute;
	top: 0;
	width: 100%;
	height: calc(100% - 46px);
	white-space: nowrap;
	display: block;
}
.prod_img span{
	height: 100%;
	display: inline-block;
}
.arrow_slider{
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    padding: 0;
	top: 50%;
	margin-top: -11px;
}
#slideshow ~ .products_block,#product-product .products_block{
	padding-top: 70px;
}
.product_preview .dots > span::before, .product__photos .dots > a::before{content: none;}
.product_preview .dots > span{
	display: inline-block;
	background-color: #D4D4D4;
	width: 15px;
	margin: 0 4px;
	height: 1px;
}
.product_preview .dots > span.active, .product__photos .dots > a.active{
	background-color: #000;
}
.arrow_slider img{
    position: relative;
    z-index: 2;
    transition: filter .3s;
    user-select: none;
    width: 22px;
    height: 22px;
    cursor: pointer;
    pointer-events: unset;
}
.product__price .preorder-stock-status{font-size: 10px;}
.arrow_slider img:hover{filter: contrast(0) brightness(0.4);}
.arrow_slider img:last-child{
    float: left;
    left: 0;
    transform: scaleX(-1);
}
.arrow_slider img:first-child{
    float: right;
    right: 0;
}
#slideshow{
	height: 100vh;
	min-height: 500px;
	transition: .6s height;
}
.product_preview{
	width: calc((100% - 6px) / 4);
	margin-bottom: 2px;
}
.product_preview .title, .product_preview .price{
	font-size: 14px;
	color: #000;
}
.product_preview .title{
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 16px;
}
div.images{
	height: 500px;
	height: calc(((100vw - 6px) / 4) * 1.33);
}
div.images + .dots{bottom: 105px;}
.product_preview .price{margin: -5px 0 15px 0;}
.category__item-fav, .sizes .closemarkermap{
	position: absolute;
	top: 16px;
	right: 16px;
}
.pb_links{
	padding: 20px 50px 40px 50px;
}
.products_block h1,.products_block h2, .carthead{
	margin: 0;
	line-height: 1;
}
#information-contact > h1, .products_block h1, .products_block h2, .carthead{font-size: 24px;}
#information-contact > h1{
	margin: 53px 0 40px 0;
	text-align: center;
}
.carthead{line-height: 51px;}
.count_cart{
	height: 48px;
	line-height: 48px;
	font-size: 12px;
	text-align: right;
}
.wrapper-content{
	padding-top: 89px;
	min-height: 700px;
}
#account-wishlist .products_block > h1{margin-bottom: 40px;}
.trgFix .wrapper-content{padding-top: 0;}
.category__sort{
	position: absolute;
	top: 22px;
	right: 50px;
}
.sizes{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000000cc;
	transition: .3s;
	z-index: 1;
}
.sizes .closemarkermap{cursor: pointer;}
.sizes .closemarkermap::after{
	width: 18px;
	height: 18px;
	filter: contrast(0) brightness(1);
}
.product_preview > span,.product__photos > span{
	position: absolute;
	padding: 5px;
	left: 18px;
	top: 17px;
	color: #7B7B7B;
	line-height: 1;
}
.btn_add{
	position: absolute;
	right: 16px;
	bottom: 9px;
}
.btn_add:hover svg path:nth-child(2){fill: #000;}
.product__photos{
	font-size: 0;
	width: 70%;
	margin-top: -89px;
	padding-top: 89px;
	background-color: #F6F6F6;
}
.product__photos, .product__info{
	vertical-align: top;
}
.product__photos .swiper-slide{
  position: relative;
  display: inline-block;
  width: 100%;
  mix-blend-mode: darken;
}
.product__title{
  font-size: 18px;
  line-height: 26px;
  margin: 37px 0 0 0;
}
.product.container{padding: 0;}
.product__photos .dots{
	bottom: 32px;
}
.product__photos .dots > a{
	background-color: #D4D4D4;
	width: 21px;
	margin: 0 6px;
}
.header__menu-cart{margin-right: -7px;}
.product__info{
	padding: 0 20px;
}
.product_desc, .product__title, .product__photos .swiper-slide, .products_block h1, .products_block h2,.product_preview .title, .product_preview .price, .product__price, .product__colors,
.size_model, .product__size > p, .product__size-table, .description_block, .product__size-sel{text-align: center;}
.product_preview .price span.special{
font-size:14px;
margin-right:10px;
}
.product_preview .price span.old_price, .product_cart_info span.old_price{
font-size:12px;
text-decoration:line-through;
}
.product_cart_info span.old_price {
	position: absolute;
	top: -20px;
	right: 0;
}
.product_desc{
	line-height: 1.7;
}
.product__price, .product_desc{padding-top: 10px;}
.product__price span{
	font-size: 20px;
}
.product__price span.special{
	position: absolute;
    top: 1px;
    left: 100%;
	padding-left: 5px;
    width: 100%;
    text-align: left;
    text-decoration: line-through;
}
.product__availability, .product__availability_order{
	font-size: 10px;
	color: #53A02F;
	margin-top: -3px;
	line-height: 1;
}
.product__availability_order {
	color: #7B7B7B;
}
.product__colors-label, .product__price span.special, .product_preview > span,.product__size > p,.pb_links, .description_block > div > span, .product_contact p{font-size: 12px;}
.product__colors-list > *{
	width: 42px;
	height: 57px;
	background-size: cover;
}
.product__colors-label{margin-top: 31px;}
.product__size-sel a, .sizes > div > a{
	border: 1px solid #00000000;
	min-width: 42px;
	min-height: 42px;
	padding: 0 10px;
	line-height: 42px;
	color: #000;
	text-align: center;
	margin-bottom: 2px;
}
.sizes > div > a{color: #fff;}
.sizes > div > a:hover{border-color: #fff;}
.sizes > div, .sizes > p{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	margin-top: -23px;
}
.sizes > p{margin-top: -50px;}
.product__size-sel a.size_active{
	border-color: #000;
}
.product_contact > div{
	background-color: #F6F6F6;
	text-align: center;
	padding: 9px 0;
	width: calc(50% - 1px);
	vertical-align: top;
}
.product_contact img{
	vertical-align: sub;
	opacity: 0.4;
}
.product__size-table, .product__size-sel{
	width: 50%;
}
.product__size-sel, .product__size-table,.fixed_price .product__btn{vertical-align: middle;}
.product__size-table, .product_contact a, .sewing a{
	color: #000;
	cursor: pointer;
	text-decoration: underline;
}
.product_contact a:hover{text-decoration: none;}
.size_model{
	width: 100%;
	margin-top: 13px;
	margin-bottom: 23px;
}
.product__size > p, .size_model,.product__colors-label span,.product_desc,.pb_links, .product_contact p, .description_block > div > span, .sizes > p{color: #7B7B7B;}
.product__size > p{
	margin: 32px 0 18px 0;
	line-height: 1;
}
.product__size .product__btn{margin-top: 33px;}
.product_contact > div:nth-child(1){margin-right: 2px;}
.product_contact{
	padding-top: 20px;
	padding-bottom: 12px;
	background-color: #fff;
}
.description_block{
	clear: both;
}
.description_block > div, .fixed_price img, .fixed_price >div>span{
	vertical-align: middle;
}
.description_block > div > span, .product_contact, .fixed_price{width: 100%;}
.fixed_price{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
}
.fixed_price img{
	width: 28px;
	max-height: 44px;
}
.fixed_price .product__price .special{display: none;}
.fixed_price >div>span{
	padding-left: 20px;
	max-width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	line-height: 44px;
}
.fixed_price > div{padding-left: 50px;}
#product-product .breadcrumbs, .wrapper-content .product__availability_order, .showPreOrder .wrapper-content .product__availability, .product_contact a.text_order, .showPreOrder .product_contact a {display: none;}
.showPreOrder .product_contact a.text_order {display: inline-block;}
.showPreOrder .wrapper-content .product__availability_order {display: block;}
#product-product .products_block{
	background-color: #fff;
}
.product__photos, .footer > .ft > div *,.product footer{position: relative;}
.product__photos .category__item-fav{
	top: 133px;
	right: 44px;
	z-index: 1;
}
body.product{padding-bottom: 44px;}
.product__photos > span{
	position: absolute;
	top: 128px;
	line-height: 18px;
	left: 45px;
	font-size: 14px;
	z-index: 1;
}
.footer > .ft > *{
	width: 24%;
	vertical-align: top;
}
.footer > .ft > div *{
	width: fit-content;
	display: block;
	margin-bottom: 6px;
}
.socials a span, .footer > .ft > div .socials a span{
	font-size: 10px;
	position: absolute;
	left: 3px;
	top: 29px;
	width: 160px;
	text-align: left;
	line-height: 12px;
}
.footer__logo img{
	padding-right: 20px;
    max-width: 100%;
	width: 186px;
}
.fb > span, .socials a span, .footer > .ft > div .socials a span, .fb > div p{color: #ABABAB;}
.socials{
	margin: 15px -28px 53px 0;
	text-align: center;
}
.socials a, .footer > .ft > div .socials a{
	position: relative;
	width: 26px;
	height: 26px;
	display: inline-block;
	background-size: cover;
	margin-right: 14px;
}
.footer > .ft > div .socials::before, .footer > .ft > div .socials a::before{content: none;}
.footer .socials{margin: 0 0 0 -3px;}
.footer .socials a{margin-right: 18px;}
.fb{
	line-height: 77px;
	height: 77px;
	border-top: 1px solid #F1F1F1;
}
.fb > span, .fb > a{margin-right: 18px;}
.fb > a{position: relative;}
.fb > a::before{bottom: -1px;}
.fb > div{
	float: right;
}
.fb > div img{
	vertical-align: middle;
	width: 74px;
	margin-left: 5px;
}
.footer.container{
	background-color: #fff;
	padding-top: 44px;
	clear: both;
}
.cookie{
  display: none;
  width: 100%;
  max-width: 657px;
  border-radius: 0px;
  background: #fff;
  padding: 40px;
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 1000;
}
.product__photos .swiper-slide{
	height: 100%;
} 
.product__size > .pb,.product__size > .pc,.description_block > .db{display: block;}
.product_cart_info > .cart_counter{
	margin: 0;
	font-size: 16px;
}
.product_cart_info .cart_counter a{
	font-size: 20px;
}
.cart_counter span{
	width: 42px;
	color: #000;
	text-align: center;
}
.cart_counter, .cart_counter + p{width: 50%;}
#product_scroll{
	min-height: 242px;
	overflow: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: -20px;
	right: 0;
}
.total_pc{
	font-size: 30px;
	line-height: 34px;
	color: #000;
	padding: 18px 0;
}
.sub_total_pc ~ tr .total_pc {
	padding-top: 0;
}
.sub_total_pc td {
	font-size: 14px;
	line-height: 18px;
	color: #7b7b7b;
	padding-top: 18px;
}
.sub_total_pc td span {
	text-decoration: line-through;
}
#information-contact > h1, .total_pc{font-weight: 300;}
.total_pc span,.sub_total_pc td span{float: right;}
.cart_div > a, .cart_div .ph, .cart_div > .product__btn{
	display: inline-block;
	width: 50%;
}
.cart_div{margin-bottom: 20px;}
.cart_div .ph{padding-right: 20px;}
#fast_order_phone{
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #000;
	width: 100%;
	color: #000;
}
.ph{
	position: relative;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	margin-bottom: 15px;
}
.ph span{
	position: absolute;
	line-height: 1;
	top: 9px;
	left: 0;
	transition: .3s;
}
.ph.toggled span, .ph span.on{
	top: -8px;
}
.privacy-police{margin-top: 20px;}
.privacy-police a{color: #000;}
.privacy-police,.ph.toggled span, .ph span.on{font-size: 12px;}
form.cart_div{margin: 0;}
.ph_error{color: #ec0000;}
#chatform form .ph_error + input[type="text"], .ph_error + #fast_order_phone, #chatform form .ph_error + textarea{border-bottom: 1px solid #ec0000;}
#chatform form{padding-top: 20px;}
.contact_info > div{
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin-bottom: 40px;
	width: 50%;
}
.contact_info a{
	width: 100%;
	display: inline-block;
	color: #000;
}
.contact_info span{color: #7B7B7B;}
.contact_imgs{font-size: 0;}
.contact_imgs .uslider > div{
	display: inline-block;
	height: 100%;
	width: 100%;
}
.contact_imgs{position: relative;}
.contact_imgs .uslider{height: 100%;}
.contact_imgs .uslider > div > div, .gm-style-iw-d .uslider > div > div{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.contact.container{padding: 0;}
.contact_imgs, .home .contact.container > .inf{
	width: 100%;
	height: 880px;
}
.home .contact.container > .inf{height: 540px;}
.home .contact.container > .inf > div{padding: 0 20px;}
#information-contact #content > div, .even > div{
	float: left;
}
.contact__map,#contact__map #map{height: 500px;}
.contact_info{padding: 0 20px;}
.gm-style .gm-style-iw-c , .gm-style .gm-style-iw-d {
	max-height: 240px!important;
	border-radius: 0;
}
.gm-style .gm-style-iw-d div {
	text-align: center;
}
.gm-style-iw-d .uslider {
	font-size: 0;
	margin-bottom: 17px;
}
#checkout-checkout .gm-style-iw-d .uslider {
	margin-top: 10px;
}
.gm-style-iw-d .uslider ~ p {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.7;
	text-align: center;
}
#checkout-checkout .gm-style-iw-d .uslider ~ a {
	font-size: 12px;
	line-height: 24px;
	width: 82px;
	height: 24px;
	margin: 10px 0 5px;
}
.gm-style-iw-d .uslider > div {
	height: 81px;
	display: inline-block;
	width: 81px;
}
.gm-style-iw-d .uslider > div:not(:nth-child(3)) {
	margin-right: 10px;
}
#collapse-voucher .input-group .input-group-btn{
	position: relative;
	float: left;
}
.home .contact.container > .inf, .even{position: relative;}
.home .contact.container > .inf > div{
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}
.home .contact.container > .inf > div h3{font-size: 24px;}
.about_btn {
	display: block;
	position: absolute;
	bottom: 64px;
	left: 50%;
	transform: translateX(-50%);
	width: 460px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #000;
	background: #F6F6F6;
	border: 1px solid #000;
	cursor: pointer;
	transition: background .3s;
	z-index: 1;
}
.home .contact.container > .inf .product__btn{
	width: 100%;
	padding: 0 60px;
}
.categoties .price{margin-top: 16px;}
.even .product_preview{width: calc((100% - 2px) / 2);}
.even .product_preview:nth-child(2n){margin-right: 0;}
.even_img{
	background-position: center;
    background-size: cover;
}
.even .top-slider__btn, .even .top-slider__title{
	line-height: 1;
	position: absolute;
}
.even .top-slider__btn{
    bottom: 40px;
    left: 50%;
    margin-left: -35px;
}
.even_img{
	width: 100%;
	height: 810px;
	position: relative;
	margin-bottom: 2px;
}
.even .top-slider__title{bottom: 70px;}
.sewing{
	text-align: center;
	width: 100%;
	margin-top: 14px;
	position: relative;
	margin-bottom: 58px;
}
.sewing.getconsulting {margin: 28px 0 0 0;}
.sewing > a{
	position: relative;
	padding-left: 25px;
}
.sewing > a::before, .sewing > div{
	display: inline-block;
	left: 0;
	top: -2px;
	background-size: cover;
	width: 22px;
	height: 22px;
}
.sewing > a::before{
	content: "";
	position: absolute;
	background-image: url('/image/size.svg');
}
.sewing.getconsulting > a::before {
    background: url(/image/chat.svg);
    background-size: contain;
	background-repeat: no-repeat;
}
.sewing > div{
	background-image: url('/image/info.svg');
	vertical-align: middle;
}
.sewing > div > span{
	position: absolute;
	top: 30px;
	left: 0;
	background-color: #F6F6F6;
	width: 100%;
	padding: 14px;
	line-height: 20px;
	font-size: 14px;
	color: #7B7B7B;
}
.sewing > div::before{
    content: "";
    position: relative;
    bottom: 0px;
    left: 1px;
    border-style: solid;
    border-width: 0 9px 10px 9px;
    border-color: transparent transparent #F6F6F6 transparent;
}
.about_page .breadcrumbs, .about3 div span, .about1 span, .about6 > div > div, .page-info .about6 h1{text-align: center;}
.about_page .breadcrumbs, .about1 div, .about3 div span, .about_block div {position: absolute;}
.about_page .breadcrumbs, .about_page > .page-info > div p, .about6, .about_block p {z-index: 1;}
.about_page .breadcrumbs{display: block;}
.about_page .breadcrumbs, .about_page > .page-info.container, .about3 div:last-of-type, .about5 > div:nth-of-type(2) div:nth-last-child(1){margin: 0;}
.about_page .breadcrumbs, .about5 > div:nth-of-type(2) div{color: #7B7B7B;}
.about_page .breadcrumbs a, .about5 > div:nth-of-type(2) div span{color: #000;}
.about_page > .page-info.container, .about1 p, .about2 p, .about_block p {padding: 0;}
.about_page > .page-info > div, .about_page > .page-info > div p, .about3 div, .about_block p, .about_block {position: relative;}
.about2 div:nth-of-type(2), .about1, .about_block {background-color: #F6F6F6;}
.about1, .about2 > div, .about3 div, .about5 > div{height: 537px;}
.about1 p, .about2 p, .about_block p {
	margin: 0 auto;
	width: 460px;
}
.about1 div, .about3 div span, .about_block div {left: 0;}
.about1 div, .about2 div:nth-of-type(2) div, .about5 div:nth-of-type(1) div, .about3 div span, .about1 span, .about5 > div:nth-of-type(2) div span, .about_block div {width: 100%;}
.about1 div, .about2 div:nth-of-type(2) div, .about_block div {background-position: center;}
.about1 div, .about3 div, .about2 div:nth-of-type(2) div, .about5 div:nth-of-type(1) div, .about_block div {background-repeat: no-repeat;}
.about1 div, .about2 div:nth-of-type(2) div, .about5 div:nth-of-type(1) div, .about_block div {height: 100%;}
.about3 div, .about1 span, .about5 > div:nth-of-type(2) div, .about5 > div:nth-of-type(2) div span, .about6 > div > div{display: inline-block;}
.about3 div, .about5 div:nth-of-type(1) div{
	background-position: center top;
	background-size: cover;
}
.about2 div:nth-of-type(2) div, .about5 div:nth-of-type(1) div{mix-blend-mode: darken;}
.about3 div span, .about1 span, .about5 > div:nth-of-type(2) div span, .page-info .about6 h1{line-height: 1;}
.about3 div:nth-of-type(2) span, .about1 span, .about5 > div:nth-of-type(2) div span, .page-info .about6 h1{font-family: 'Cinzel';}
.about3 div:nth-of-type(2) span, .about5 > div:nth-of-type(2) div span{font-size: 21px;}
.about1 span, .page-info .about6 h1{font-size: 30px;}
.about5 > div:nth-of-type(2) div{font-size: 16px;}
.about5 > div:nth-of-type(2) div span{margin-bottom: 20px;}
.about5 > div:nth-of-type(2), .about6 > div{font-size: 0;}
.about5 > div:nth-of-type(2), .about_page > .page-info > div.about6{height: auto;}
.about_page .breadcrumbs{top: 39px;}
.about_page .breadcrumbs > *{
	text-transform: none;
	font-size: 14px;
}
.about_page > .page-info > div, .about_block {margin-bottom: 2px;}
.about1:nth-of-type(1), .about_block {height: 810px;}
.about_page > .page-info > div p, .about_block p {
	font-size: 20px;
	text-align: justify;
	line-height: 1.5;
	top: 50%;
	transform: translateY(-50%);
}
.about_block p {
    font-size: 15px;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
}
.about-svg {
	width: 203.91px;
	height: 200px;
	position: absolute;
	top: 35%;
	left: 50%;
    transform: translateX(-50%);
}
.about1 div {
	background-image: url('/image/logo.svg');
	background-size: 460px;
	filter: invert(1);
}

.about1.about1--new {
	padding-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 30px;
	height: auto !important;
	padding-block: 90px;
}

.about1.about1--new p {
	position: static !important;
	transform: none !important;
} 

.about3 div {
	background-color: #000;
	width: calc((100% - 4px) / 3);
	margin-right: 2px;
}
.about2 div:nth-of-type(2) div{background-size: contain;}
.about3 div span{
	font-family: 'CormorantGaramond';
	bottom: 40px;
	color: #fff;
	font-size: 36px;
}
.about3 div:nth-of-type(2) span{bottom: 45px;}
.about1 span{
	margin-bottom: 36px;
	text-transform: uppercase;
}
.about5 > div:nth-of-type(2) div{margin-bottom: 40px;}
.about5 > div:nth-of-type(2){padding: 70px 20px;}
.about6 > div.arrow_slider{margin-top: 23px;}
.about6 > div > div img{max-width: 100%;}
.about6 > div > div{
	width: 50%;
	padding: 0 20px;
	vertical-align: middle;
}
.about_page > .page-info > div.about6{padding: 74px 0;}
.page-info .about6 h1{margin: 0 0 40px 0;}
.about6{background-color: #fff;}
.about6 .dots{display: none;}
#tsum{
	padding-top: 44px;
	margin-top: -44px;
}
.footer > .ft > div .tsum img{width: 75px;}
#tsum b{font-weight: 300;}
#checkout_form {
	position: relative;
	margin-top: 53px;
	margin-bottom: 65px;
}
#checkout-checkout h1 {
	margin: 50px 0 20px;
	font-weight: 300;
	text-align: center;
	font-size: 24px;
}
#checkout-checkout .h2 {
	font-weight: 300;
	font-size: 12px;
	color: #7b7b7b;
	text-align: center;
	margin-bottom: 15px;
}
.full_cart_element {
	position: relative;
}
#checkout-checkout .full_cart_element .h2 {
	text-align: left;
	padding-right: 0;
	margin-top: -19px;
}
#checkout-checkout .full_cart_element .count_cart {
	position: absolute;
	top: -23px;
	right: 0;
	line-height: 20px;
	color: #7b7b7b;
}
#pickup_address {
	display: block;
	width: 100%;
	font-size: 12px;
	text-align: center;
	color: #7b7b7b;
}
.wadown {
	position: relative;
	font-size: 12px;
	color: #000;
}
#products.scroll {
	max-height: 670px;
	overflow-y: auto;
}
.ordertotals {
	width: 100%;
	margin-top: 14px;
}
.ordertotals tr td {
	color: #7b7b7b;
	font-size: 14px;
	line-height: 20px;
}
.ordertotals tr:last-child td {
	color: #000;
	font-size: 24px;
	line-height: 28px;
}
.total_val{
	float: right;
}
.orderparams {
	margin-top: 11px;
	padding-right: 8px;
}
.orderparams textarea {
	display: block;
	resize: none;
	overflow: hidden;
	min-height: 30px;
	border: none;
	width: 100%;
	line-height: 30px;
}
.orderparams input[type="text"], .orderparams textarea {
	border-bottom: 1px solid #000;
	color: #000;
	width: 100%;
}
.orderparams input[type="radio"] {
	display: none;
}
.orderparams .tabs {
	text-align: center;
	margin: 0 -10px 13px;
}
.orderparams .tabs label {
	width: 50%;
	font-size: 14px;
	padding: 0 10px;
}
.orderparams .tabs label span {
	display: block;
	border: 1px solid #ABABAB33;
	min-height: 42px;
	padding: 0 10px;
	line-height: 42px;
	color: #000;
	text-align: center;
	margin-bottom: 2px;
	cursor: pointer;
	transition: border-color .3s;
}
.tabs input:checked + span, .tabs label:hover span {
	border-color: #000;
}
#checkout-checkout .ph {
	width: 195px;
	padding-right: 15px;
	margin-bottom: 20px;
}
#checkout-checkout .clientinfo .ph:nth-child(3n) {
	margin-right: 0;
}
#checkout-checkout .ph span {
	font-size: 12px;
	top: 11px;
	color: #7b7b7b;
}
#checkout-checkout .ph span.on {
	font-size: 10px;
	top: -8px;
}
.orderparams .tabs.paymetblock {
	margin-bottom: 33px;
}
.clientinfo {
	margin-bottom: 20px;
	margin-right: -15px;
}
#checkout_deliv_pickup_map, #checkout_deliv_pickup_map #map, #contact__map, #contact__map #map {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#checkout_deliv_pickup_map, #checkout_deliv_pickup_map #map {
	height: 370px;
}
#checkout_deliv_pickup_map {
	margin-bottom: 40px;
}
#checkout_deliv_pickup_block {
	margin-top: 26px;
	width: 100%;
}
#checkout_deliv_ruspost {
	margin-right: -15px;
}
.clearfloat {
	clear: both;
}
#send-order {
	font-size: 10px;
	text-align: center;
	margin-top: 3px;
	color: #7b7b7b;
}
#send-order a {
	color: #000;
}
#checkout-checkout .ph.error span {color: #ec0000;}
.ph.error input {border-color: #ec0000;}
.empty_cart {
	text-align: center;
}
.empty_cart div {
	display: inline-block;
}
.empty_cart .button {
	margin: 14px 0;
}
.order_errors {
	margin: 10px 0;
}
#checkout-checkout .product_cart_info > .cart_counter{
	font-size: 14px;
}
#checkout-checkout .product_cart_info .cart_counter a {
	font-size: 18px;
}
#checkout-checkout .order_errors {
	color: #acacac;
}
#cart .total_pc, #cart_errors, .carthead, #cartform tfoot td, #cart .sub_total_pc td {
	height: 1px;
}
#cart .cart_prod {
	position: relative;
	height: auto;
}
#cart .cart_prod div:first-child{
	height: 242px;
}
.mainh1 {
	font-size: 30px;
	margin-top: 0;
	text-align: center;
    margin-bottom: 34px;
}
.breadcrumbs.center {
	margin-top: 36px;
	margin-bottom: 9px;
	justify-content: center;
	flex-wrap: wrap;
}
.breadcrumbs.center a,.breadcrumbs.center span {
	font-size: 16px;
	margin-left: 5px;
	margin-right: 5px;
	text-transform: none;
    white-space: nowrap;
}
@media(min-width: 501px){
	#tsum p a{width: 35%;}
	.about1#tsum p{padding: 0 50px;}
	.about1#tsum p b{
		width: 65%;
		padding-left: 40px;
	}
	#tsum p img{max-height: 240px;}
	#tsum p > *{vertical-align: middle;}
	.about_page .breadcrumbs > *, .about5 > div:nth-of-type(2) div{font-size: 14px;}
	.about5 > div:nth-of-type(2) div, .about1 p, .about2 > div, .about5 > div, .about_block p {width: 50%;}
	.about5 > div:nth-of-type(2) div, .about2 > div, .about5 > div{vertical-align: top;}
	.about5 > div:nth-of-type(2), .about2 p{padding: 0 50px;}
	.about2 > div, .about5 > div, #tsum p > *{display: inline-block;}
	#tsum{
		padding-top: 99px;
		margin-top: -99px;
	}
	.about6 > div > div{width: 20%;}
	.about5 > div:nth-of-type(2) div{padding-right: 20px;}
	.about5 > div:nth-of-type(2) div:nth-last-child(-n+2){margin: 0;}
	.about5 > div:nth-of-type(2) div:nth-of-type(2n){
		padding-right: 0;
		padding-left: 20px;
	}
	.about5 > div:nth-of-type(2){
		z-index: 1;
		line-height: 1.5;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		height: auto;
	}
	.about5 > div:nth-of-type(2) div span{font-size: 19px;}
	.about3 div span{
		bottom: 36px;
		font-size: 50px;
	}
	.about3 div:nth-of-type(2) span{
		bottom: 42px;
		font-size: 30px;
	}
	.about2 p, #tsum p img, .about1#tsum p{width: 100%;}
	.about_page > .page-info > div, .about_block {height: 537px;}
	.about1 div {
		background-image: url('/catalog/view/theme/louve/img/logo.svg');
		background-size: calc(100% - 100px);
		filter: none;
	}
	.about1 span{margin-bottom: 40px;}
	.sewing{
        margin-bottom: 26px;
        margin-top: 10px;
    }
    .sewing.getconsulting {margin-top: 22px;}
    .sewing.getconsulting > a::before {background-size: auto;}
	.sewing > div > span{font-size: 12px;}
	.sewing > a{padding-left: 21px;}
	.sewing > a::before, .sewing > div{
		width: 21px;
		height: 21px;
		top: -1px;
	}
	.even > div:nth-child(2){
		margin-left: 50%;
		padding-left: 1px;
	}
	.even_img{
		height: 100%;
		margin: 0;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.about_btn {
		width: 240px;
		height: 44px;
		line-height: 44px;
		font-size: 14px;
	}
	.home .contact.container > .inf .product__btn{width: auto;}
	.home .contact.container > .inf > div{padding: 0 85px;}
	.product-product .arrow_slider,.product-product .dots{display: none;}
	#search{
		top: 14px;
		font-size: 14px;
	}
	.ft{margin-bottom: 20px;}
	#information-contact #content > div:nth-child(1), .even > div:nth-child(1){margin-right: 2px;}
	#information-contact #content > div, .even > div{width: calc(50% - 1px);}
	.contact_imgs, .home .contact.container > .inf{
		width: 50%;
		height: 1050px;
	}

	.contact_info, .contact__map, #contact__map #map {
		width: 100%;
		height: 525px;
	}
	.contact_info{padding: 152px 50px 0 50px;}
	.carthead{padding-left: 21px;}
	.description_block{margin-top: 90px;}
	.description_block + .description_block{margin-top: 30px;}
	#product-product .products_block, .product footer{z-index: 2;}
	.pht.uslider{
		white-space: unset;
		pointer-events: none; 
	}
	.vh, .product__photos .swiper-slide.vh{
		min-height: 700px;
		height: 700px;
		height: calc(100vh - 89px);
	}
	.product__photos .swiper-slide.vh{margin-bottom: 2px;}
	html, body{
		min-width: 1000px;
	}
	.header{
		font-size: 12px;
		min-width: 1000px;
	}
	.mobMenu,.fb br{display: none;}
	.iscatalog > div:nth-of-type(4n){margin-right: 0;}
	.header__menu-left{margin-left: -3px;}
	.fixed_price.toggle{
		visibility: visible;
		opacity: 1;
	}
	.product__title{
		width: 100%;
		margin: 0;
	}
	.product__price:not(#pp),.product__title:not(#pt){
		padding: 0;
	}
	.product__size > .pc{margin-top: 20px;}
	.fix_1 .product__price#pp, #pb{padding-top: 10px;}
	.fix_0 .product__title#pt, .fix_1 .product__price#pp, .fix_2 #pb, .fix_3 #pc{
		height: auto;
		position: fixed;
		top: 89px;
		right: 0;
		left: 70%;
		padding-left: 20px;
		padding-right: 20px;
		z-index: 1;
		background-color: #fff;
	}
	.fix_0 .product__title#pt, .fix_1 .product__price#pp, .fix_2 #pb, .fix_3 #pc,.product__info{width: 30%;}
	.fix_0 .product__title#pt{
		padding: 0 25px 0 25px;
		margin-bottom: 10px;
	}
	.fix_2 .product__size .product__btn{
		padding-top: 0;
	}
	#pb{width: 100%;}
	.product__size .product__btn{margin: 0;}
	.product__info > div:nth-child(1){
		z-index: 2;
		position: relative;
	}
	.callback::before{content: none;}
	.modal-size{border: 1px solid #000;}
	.product__photos .arrow_slider{display: none;}
	.rightbl {
		width: 450px;
		float: right;
		z-index: 1;
	}
	.orderparams {
		padding-right: 500px;
		position: relative;
		height: auto;

	}
	.orderparams .tabs label {
		padding: 0 5px;
	}
	.orderparams .tabs {
		margin: 0 -5px 13px;
	}
	.orderparams .tabs label, #checkout-checkout .ph {
		width: 50%;
	}
	#checkout-checkout .clientinfo .ph:first-child {
		margin-right: 15px;
	}
	.mainh1 {
		margin-top: 10px;
		font-size: 24px;
	}
	.breadcrumbs.center {
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.breadcrumbs.center a,.breadcrumbs.center span {
		font-size: 12px;
		margin-left: 3px;
		margin-right: 3px;
	}
}
@media(min-width: 500px) and (max-width: 1000px){
	.fix_2 #pb{
		box-shadow: 1px 0px 0 1px #fff;
	}
	.vh, .product__photos .swiper-slide.vh{max-height: 900px;}
	.fix_0 .product__title#pt, .fix_1 .product__price#pp, .fix_2 #pb, .fix_3 #pc,.product__info{width: 40%;}
	.fix_0 .product__title#pt, .fix_1 .product__price#pp, .fix_2 #pb, .fix_3 #pc{left: 60%;}
	.product__photos{width: 60%;}
	.about_block p {
		max-width: 700px;
        width: 100%;
	}
}
@media(min-width: 1001px){
	.product__title{font-size: 24px;}
	.about1#tsum p{padding: 0 100px;}
}
@media(min-width: 501px) and (max-width: 1250px){
	.footer > .ft > div .socials a span{
		width: 100px;
	}
}
@media(min-width: 1251px){
	.about1#tsum p{padding: 0 142px;}
	.about1#tsum p b{padding-left: 90px;}
	.product__info,.fix_0 .product__title#pt, .fix_1 .product__price#pp, .fix_2 #pb, .fix_3 #pc{
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media(min-width: 1401px) {
	.orderparams .tabs label {

	}
	#checkout-checkout .ph {
		width: 33.33%;
	}
	.orderparams .tabs label {
		padding: 0 10px;
	}
	.orderparams .tabs {
		margin: 0 -10px 13px;
	}
	#checkout-checkout .clientinfo .ph:first-child {
		margin-right: 0;
	}
}
@media(min-width: 1921px){
	.about1#tsum p{padding: 0 300px;}
	.about_page > .page-info > div, .about2 > div, .about3 div, .about5 > div{height: 650px;}
	.product_preview{
		width: calc((100% - 8px) / 5);
	}
	.iscatalog > div:nth-of-type(4n){margin-right: 2px;}
	.iscatalog > div:nth-of-type(5n){margin-right: 0;}
	div.images{
		height: 510px;
		height: calc(((100vw - 8px) / 5) * 1.33);
	}
}
@media(max-width: 500px){
	#tsum p a{
		display: inline-block;
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
	}
	.about1#tsum{height: 650px;}
	.about6 .arrow_slider img:first-child{right: -8px;}
	.about6 .arrow_slider img:last-child{left: -8px;}
	.about6 > div{padding: 0 20px;}
	.about3 div:nth-of-type(1){background-position-x: 70%;}
	div.modal-size{width: 100%;}
	.header__menu-cart span, .wishlist-h span{
		right: -3px;
		top: 5px;
	}
	.product__photos video{max-height: 666px;}
	.contact_info{padding-bottom: 30px;}
	.bar-form-collapse a.close-btn, .category__item-fav svg{
		width: 26px;
		height: 26px;
	}
	.carthead, #information-contact > h1{font-size: 30px;}
	#information-contact > h1{margin-top: 60px;}
	#fast_order_phone{font-size: 20px;}
	div.images{height: calc(249px * 1.33);}
	.product__photos .arrow_slider img:last-child{left: 12px;}
	.pht.uslider{
		min-height: 750px;
		max-height: 1100px;
	}
	.product__photos .arrow_slider img:first-child{right: 12px;}
	.cookie{
		transform:unset;
		left: 0;
		width: 100%;
		bottom: 0;
	}
	.fb{
		line-height: inherit;
		padding-top: 50px;
		padding-bottom: 42px;
		height: auto;
	}
	.fb > div{float: none;}
	.footer > .ft > div > *::before, .fb > a::before{content: none;}
	.footer > .ft > div *, .footer > .ft > div:last-child{
		width: 100%;
		text-align: left;
	}
	.footer > .ft > div *{margin-bottom: 16px;}
	.socials a span, .footer > .ft > div .socials a span{
		width: 75px;
		left: 3px;
		top: 32px;
	}
	.footer > .ft > div:last-child{margin-bottom: 6px;}
	.footer > .ft > div:last-child > *,.footer > .ft > *, .fb > *{width: 50%;}
	.footer > .ft > *{
		margin-bottom: 50px;
	}
	.footer > .ft > div:last-child > *, .fb > *{display: inline-block;}
	.footer > .ft > div:last-child > *{
		vertical-align: top;
		float: left;
	}
	.fb > a, .fb > span{margin-right: 0;}
	.fb > *{
		margin-bottom: 28px;
		vertical-align: top;
	}
	.footer > .ft > .footer__logo{
		width: 100%;
		text-align: center;
		margin-top: 26px;
	}
	.footer > .ft > .footer__logo img{
		width: 171px;
		padding: 0;
	}
	.socials a, .footer > .ft > div .socials a{
		width: 32px;
		height: 32px;
		margin-right: 22px;
	}
	.product__photos > span{
		left: 15px;
		top: 57px;
	}
	.product__photos .category__item-fav{
		top: 62px;
		right: 18px;
	}
	body.product{padding-bottom: 50px;}
	#product-product .products_block{padding-top: 0;}
	.product__price .preorder-stock-status{font-size: 12px;}
	.fixed_price{
		visibility: visible;
		opacity: 1;
	}
	.product__size-sel a, .sizes > div > a{
		min-width: 49px;
		min-height: 49px;
		line-height: 49px;
	}
	.product__colors-list > *{
		width: 49px;
		height: 66px;
	}
	.product__colors-label, .product__price span.special, .product_preview > span,.product__size > p,.pb_links, .description_block > div > span,
	.product_contact p, .product_cart_info > div, .product_cart_info > .cart_counter, .cart_counter + p{font-size: 14px;}
	.product__title{
		font-size: 30px;
		line-height: 32px;
	}
	body{font-size: 16px;}
	.product__photos{
		margin-top: -44px;
		padding-top: 44px;
		max-height: 750px;
	}
	.product__photos, .description_block > div{width: 100%;}
	.description_block{padding: 50px 0 0 0;}
	.description_block + .description_block{padding-top: 30px;}
	.product__info{margin-bottom: 70px;}
	.wishlist-h svg, #product-product .category__item-fav svg, .header__menu-cart svg{
		width: 26px;
		height: 26px;
		top: 7px;
	}
	.arrow_slider{margin-top: 11px;}
	.pb_links{padding: 20px;}
	.wrapper-content{padding-top: 44px;}
	.category__sort{
		right: 20px;
	}
	.product_preview{
		width: 50%;
		vertical-align: top;
	}
	.product_preview{width: 248px;}
	.iscatalog > div:nth-of-type(2n){margin-right: 0;}
	.showroom::before, .searchBtn::before,#burger::before, .callback::before{
		width: 26px;
		height: 26px;
		top: 7px;
	}
	.rightMenu, .header__bottom, .top-slider__slide div, .product__info > .product__price,
	.product__size .product__btn, .fixed_price img, .fixed_price > div > span, .product__price,.product__size > .pb, .product__size > .pc,
	.product__title:not(#pt), #pb, .description_block > .db{display: none;}
	.showroom, .callback{
		width: 26px;
		overflow: hidden;
		padding-left: 26px;
		white-space: nowrap;
	}
	.header-top{padding: 0 20px;}
	.header.container{height: 44px;}
	#burger::before{
		background-image: url("/image/menu.svg");
		top: 6px;
		margin-left: -3px;
	}
	.fixed_price > div{
		padding-left: 20px;
		vertical-align: bottom;
	}
	.fixed_price .product__btn, .fixed_price > div{
		height: 60px;
		line-height: 60px;
		width: 50%;
	}
	.product__price span{font-size: 22px;}
	.fixed_price .product__price{
		margin: 0;
		float: none;
		padding: 0;
	}
	.fixed_price .product__price .special{display: block; top: auto;}
	.product__availability, .product__availability_order{
		font-size: 12px;
		margin-top: -20px;
	}
	#burger{
		display: inline-block;
		position: relative;
		top: -17px;
		margin-right: 13px;
	}
	.mobMenu{
		width: 100%;
		background-color: #fff;
		position: fixed;
		left: -501px;
		top: 0;
		bottom: 0;
		transition: .6s;
		overflow-y: auto;
		overflow-x: hidden;
		min-height: 780px;
	}
	/* .fixedMenu.showMobMenu .header.container{background-color: unset;} */
	.showMobMenu .mobMenu{left: 0;}
	.showMobMenu #burger::before{
		background-image: url("/image/close.svg");
	}
	.header__logo{
		visibility: visible;
		opacity: 1;
	}
	.header__logo, .showroom{transition: .3s;}
	.showSearch .header__logo, .showSearch .showroom, .showSearch .callback{
		visibility: hidden;
		opacity: 0;
	}
	.mainMob,.othMob{
		position: relative;
		top: 58px;
		padding-left: 20px;
	}
	.mainMob a,.othMob a{
		width: 100%;
    	padding: 14px 0;
		line-height: 1;
	}
	.mobContact > a, .mainMob a,.othMob a{
		display: inline-block;
		font-size: 24px;
		color: #000;
	}
	.mainMob a{width: auto;}
	.othMob{top: 82px;}
	.othMob a{
		font-size: 16px;
	}
	.mobContact{
		position: absolute;
		bottom: 0;
	}
	.mobContact > a{
		width: 100%;
		text-align: center;
		padding-top: 15px;
	}
	.showSearch #search{width: 338px;}
	#checkout-checkout {
		width: 100%;
	}
	#checkout_form {
		margin-top: 30px;
	}
	#checkout-checkout h1 {
		margin-top: 55px;
		font-size: 30px;
	}
	#checkout-checkout .h2 {
		font-size: 14px;
		margin-bottom: 16px;
		margin-top: 11px;
	}
	#checkout-checkout .full_cart_element .h2 {
		margin-top: 0;
	}
	#checkout-checkout .full_cart_element .count_cart {
		top: -2px;
		font-size: 14px;
	}
	.rightbl {
		width: 100%;
	}
	.orderparams {
		width: 100%;
		margin-top: 60px;
		padding-right: 0;
	}
	#products.scroll {
		margin: 0 -20px;
		max-height: 630px;
	}
	.ordertotals tr td {
		font-size: 16px;
		line-height: 22px;
	}
	.ordertotals tr:last-child td {
		font-size: 30px;
		line-height: 32px;
	}
	.orderparams .tabs {
		margin-bottom: 25px;
	}
	.orderparams .tabs label {
		width: 50%;
		font-size: 16px;
	}
	.orderparams .tabs label span {
		min-height: 50px;
		line-height: 48px;
	}
	#checkout-checkout .ph {
		width: 100%;
		padding-right: 0;
		margin-bottom: 28px;
		font-size: 16px;
	}
	#checkout-checkout .ph span {
		font-size: 16px;
		top: 7px;
	}
	.orderparams .tabs.paymetblock {
		margin-bottom: 29px;
	}
	.clientinfo {
		margin-bottom: 12px;
		margin-top: 25px;
		margin-right: 0;
	}
	#checkout-checkout .product__btn {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
	#send-order {
		font-size: 12px;
	}
	.wadown {
		font-size: 14px;
	}
	#checkout_deliv_ruspost {
		margin-top: 40px;
		margin-right: 0;
	}
	#checkout_deliv_pickup_map {
		height: 500px;
		width: 500px;
		margin: 0 -20px 40px;
	}
	#checkout_deliv_pickup_map #map {
		height: 500px;
	}
	#checkout-checkout .gm-style-iw-d .uslider ~ a {
		font-size: 14px;
		line-height: 28px;
		width: 94px;
		height: 28px;
	}
	#checkout-checkout #products {
		margin-right: 0;
	}
	#checkout-checkout .product_cart_info a, #checkout-checkout .product_cart_info > div, #checkout-checkout .product_cart_info > .cart_counter{
		font-size: 16px;
	}
	#checkout-checkout .product_cart_info .cart_counter a {
		font-size: 20px;
	}
	.about_block {
		height: 608px;
	}
	.about_block p {
		max-width: 400px;
        width: 100%;
		line-height: 1.6;
	}
	.about-svg {
		top: 43%;
	}
	.about_btn {
		width: 242px;
		height: 46px;
		line-height: 46px;
	}
}

img.img-cover {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-up {
	border: none;
	outline: none;
	position: fixed;
	bottom: 20px;
	left: 20px;
	background-color: #000;
	color: #fff;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.btn-up.visible {
	opacity: 1;
	visibility: visible;
	z-index: 800;
}