body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
}
input[type='submit'] {
	transition: all 0.5s;
}
/* 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: #000;
}
a:hover {
	text-decoration: none;
}
a:focus,
a:hover {
	color: #000;
	text-decoration: none;
}
legend {
	font-size: 14px;
	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: 16px;
	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: #000;
	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, #23a1d1, #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;
}
#logo h1 {
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: -5px;
}
/* search */
#search,
#searchdesctop {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}
#search .input-lg,
#searchdesctop .input-lg {
	height: 33px;
	line-height: 20px;
	padding: 0 10px;
	border-right: 0;
}
#search .btn-lg,
#searchdesctop .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 14px;
	padding-bottom: 15px;
	text-shadow: 0 1px 0 #fff;
	background-color: #fff;
	background: url('../image/items/search.png') no-repeat 50% 50%;
	background-size: 20px;
	border-left: 0;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border: none;
	border-bottom: 1px solid #ccc;
	border-top: 3px solid #fff;
	border-bottom-right-radius: 0;
}
.form-control:focus {
	box-shadow: none;
	border-bottom: 1px solid #000;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 2px solid #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 {
	position: relative;
	border: none;
	min-height: 84px;
	background-color: #000;
	background-image: url(../image/leaf3.png);
	background-repeat: no-repeat;
	background-position: -71% 18%;
	margin-bottom: 10px;
}
.navbar-header span {
	display: none !important;
}
#menu .navbar-collapse {
	max-width: 685px;
	margin: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	z-index: 100;
}
#menu .navbar-collapse .navbar-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px -15px;
	font-size: 14px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px;
	min-height: 15px;
	background-color: transparent;
	text-transform: uppercase;
	font-weight: 500;
}

#menu .nav > li > a:hover,
#menu .nav > li.open > a {
	background-color: #000;
	color: #fff;
}
#menu .nav > li > a:hover {
	color: green;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 185px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 13px;
	text-transform: uppercase;
	padding: 10px;
}
#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: #000;
}
#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;
}
.navbar-header span {
	display: none !important;
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #000;
}
@media (max-width: 1200px) {
	#menu {
		background-image: url(../image/leaf.png);
		background-position: 72% 6%;
	}
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#search {
		width: 430px;
	}
	#menu {
		min-height: 46px;
	}
	#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.8);
		border-radius: 0;
	}
	#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;
	}
	#menu {
		background: none;
		background-image: none;
		z-index: 2;
	}
	#menu .btn-navbar {
		background: url(../image/items/burger.png) no-repeat 53% 50% !important;
		height: 45px;
		width: 45px;
		background-color: #000 !important;
		border-radius: 50%;
		background-size: 66% 39% !important;
		border: none;
		margin: 0;
	}
	#menu .btn-navbar:active {
		border: none;
	}
	.btn-burger .header-background {
		display: none !important;
	}
	.navbar-nav {
		background-color: #fff;
	}
	#menu .nav > li > a {
		color: #000;
		text-shadow: none;
	}
}
@media (max-width: 467px) {
	#search {
		width: 320px;
	}
}
/* content */
#content {
	min-height: auto;
}
#content h1 {
	text-align: center;
	font-weight: 500;
	color: #000;
}
#common-home {
	margin-bottom: 30px;
}
/* footer */
footer {
	background: #000;
	color: #fff;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #fff;
	padding: 4px 20px;
	position: relative;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:not(:last-of-type):after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	right: -5px;
	width: 15px;
	height: 15px;
	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);
}

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: 8px 0;
}
.btn {
	padding: 7.5px 12px 7.5px 12px;
	font-size: 12px;
	border: none;
	border-radius: 4px;
	box-shadow: none;
	outline: none;
}
.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:hover {
	background-color: #fff;
	border-color: none;
}
.btn-primary {
	color: #ffffff;
	background-color: #000;
	border: 1px solid #000;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	padding: 7px 47px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary:focus,
.btn-primary:active,
.btn-primary[disabled] {
	background-color: #fff !important;
	color: #000 !important;
}
.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;
	background-color: #fff;
	margin: 0;
	padding: 0;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
}
.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;
	background-color: #000;
	border: 1px solid #000;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	color: #000;
	background-color: #fff;
	transition: all 0, 5s;
}
.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 {
	color: #000;
	padding: 12px;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	background: #000;
	color: #fff;
	border: none;
	border-radius: 0;
}
/* 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 */
.productSlider .mySwiper .expectation-btn {
	padding: 3px 15px;
	font-size: 8px;
	transform: translate(-50%, 0%);
}

@media (max-width: 500px) {
	.productSlider .mySwiper .expectation-btn {
		padding: 0px 9px;
		font-size: 6px;
	}
}
.description-nav-tabs strong {
	font-weight: 600 !important;
}
.product-thumb {
	margin-bottom: 20px;
}
.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-name {
		padding-left: 0;
	}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	min-height: 93px;
}
.product-thumb .caption > h4 + p {
	min-height: 70px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 100px;
	}
}
@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; */
	}
}
.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 {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	color: #000;
	font-size: 33px;
	font-weight: 600;
	margin: 0;
}
.product-thumb .price-new {
	font-weight: 600;
	margin-bottom: 10px;
	text-align: right;
}
.product-thumb .price-old {
	color: #000;
	text-decoration: line-through;
	margin-left: 10px;
	font-size: 20px;
	font-weight: 400;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	display: flex;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 25px;
	height: 30px;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	background-color: #fff;
	color: #000;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
}
.product-thumb .button-group button:first-child {
	margin-right: 5px;
}
.product-thumb .button-group button img {
	width: 25px;
}
.product-thumb .button-group button:hover img {
	/* filter: drop-shadow(3px 3px 0px #999); */
	width: 28px;
}
@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%;
	}
	.product-thumb .button-group button img {
		width: 39px;
	}
	.product-thumb .price {
		font-size: 37px;
	}
	.product__footer .button-group {
		justify-content: space-between;
		margin-left: 5px;
	}
	.product-thumb .price-old {
		font-size: 26px;
		margin-left: 5px;
	}
	.discount-product {
		right: 16px !important;
	}
	.product__wrap-price .discount-product {
		padding: 3px 2px 3px 2px !important;
		font-size: 13px !important;
	}
}
@media (max-width: 500px) {
	.owl-next {
		margin-right: 15px;
	}
	.owl-prev {
		margin-left: 15px;
	}
	.headline-goods {
		/* padding: 0 15px; */
	}
	.row-sorting-brand .input-group {
		display: flex;
		flex-direction: column;
	}
}
@media (max-width: 340px) {
	.product__wrap-price {
		margin-right: 0 !important;
	}
}
.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: #fff;
}
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;
	}
}

/* -------------------О компании------------ */
.about__block1 {
	display: flex;
	flex-direction: column;
}
.about__block1 p {
	font-size: 23px;
	line-height: 26px;
}
.about__block1 p span {
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
}
.about__block1-top,
.about__block1-bottom {
	display: flex;
}
.about__block1-bottom img {
	width: 522px;
}
.about__block1-top-text1 {
	display: flex;
	flex-direction: column;
	margin-left: 69px;
}
.about__block1-top-text1 h2 {
	margin-bottom: 39px;
	font-size: 40px;
	margin-top: 0;
}
.about__block1-top-text2 {
	margin-right: 61px;
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.about__block1-top-text2 p {
	max-width: 528px;
}
.mission-company {
	background: #f2f2f1;
	box-shadow: 3.82603px 3.82603px 3.82603px rgba(158, 158, 158, 0.25);
	border-radius: 0px 66.9555px;
	display: flex;
	justify-content: center;
	position: relative;
	padding: 58px 130px;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 70px;
}
.mission-company::before {
	content: '';
	position: absolute;
	top: -30px;
	left: 25px;
	width: 70px;
	height: 58px;
	display: block;
	background: url('../../../../../image/image-about/edit1.png') 50% 50%
		no-repeat;
}
.mission-company::after {
	content: '';
	position: absolute;
	bottom: -32px;
	right: 17px;
	width: 70px;
	height: 58px;
	display: block;
	background: url('../../../../../image/image-about/edit2.png') 50% 50%
		no-repeat;
}
.mission-company p {
	font-size: 28px;
	line-height: 34px;
	max-width: 810px;
	text-align: center;
}
.mission-company span {
	font-weight: bold;
}
.off-company {
	margin-bottom: 100px;
}
.off-company p {
	font-size: 26px;
}
.off-company span {
	font-weight: bold;
}
.off-company__block {
  display: grid;
  /* вместо 2 колонок по 349px — делаем 3 */
  grid-template-columns: repeat(3, 349px);
  gap: 40px;
  justify-content: center;  /* чтобы вся сетка была по центру */
}
.off-company__block a:nth-child(4),
.off-company__block a:nth-child(5) {
  justify-self: start;
  margin-left: calc((349px + 40px) / 2);
}
.off-company__block a img {
	max-width: 349px;
	
}
.off-brand {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  align-items: center;
  justify-items: center;
}

.off-brand a {
  display: block;
}

.off-brand img {
  max-width: 250px;
  height: auto;
  display: block;
}

@media (max-width: 991px) {
	.off-company__block {
		gap: 0px;
	}
}
.about__block4 {
	margin-bottom: 97px;
}
.about__block4 {
	display: flex;
	flex-direction: column;
	justify-items: center;
}
.about__block4 p {
	font-size: 26px;
	line-height: 32px;
	/* max-width: 890px; */
	text-align: center;
}
.about__block4 img {
	margin: 24px 0;
}
.about__block4 span {
	font-weight: bold;
}
.about__company-values {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 112px;
}
.about__company-values > h2 {
	margin-bottom: 38px;
	font-size: 34px;
}
.about__company-values-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 55px;
}
.about__company-values-block {
	max-width: 571px;
	background: #f7f7f7;
	box-shadow: 4.67015px 4.67015px 4.67015px rgba(0, 0, 0, 0.25);
	display: flex;
	padding: 23px 37px 21px 29px;
	align-items: center;
}
.about__company-values-block img {
	max-width: 100%;
	height: fit-content;
}
.about__company-values-block1 {
	border-radius: 0px 11.6754px 11.6754px 11.6754px;
	position: relative;
}
.about__company-values-wrapper {
	position: relative;
}
.about__company-values-wrapper::before {
	content: '';
	position: absolute;
	top: -5px;
	left: -6px;
	width: 82px;
	height: 41px;
	background: #255432;
	display: block;
	z-index: 0;
}
.about__company-values-wrapper::after {
	content: '';
	position: absolute;
	right: -7px;
	bottom: -7px;
	width: 82.3px;
	height: 102.58px;
	background: #255432;
	display: block;
	z-index: -1;
}
.about__company-values-block2 {
	border-radius: 11.6754px 90px 11.6754px 11.6754px;
}
.about__company-values-block3 {
	border-radius: 11.6754px 11.6754px 11.6754px 90px;
}
.about__company-values-block4 {
	border-radius: 11.6754px 11.6754px 0px 11.6754px;
}
.about__company-values-block-text h2 {
	margin-top: 0;
	margin-bottom: 17px;
	font-size: 30.1775px;
	text-transform: capitalize;
}
.about__company-values-block-text p {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0;
}

.about__block1-top-mobile {
	display: none;
}
@media (max-width: 1200px) {
	.about__block1-top {
		display: none;
	}
	.about__block1-top-mobile {
		display: flex;
		flex-direction: column;
	}
	.about__block1-top-mobile img {
		max-width: 550px;
		margin: 14px auto;
	}
	.about__block1-top-text1 {
		margin-left: 0;
		margin-bottom: 24px;
	}
	.about__block1-top-text1 h2 {
		margin-bottom: 16px;
		font-size: 30px;
		margin-top: 0;
		text-align: center;
	}
	.about__block1 p {
		font-size: 22px;
		line-height: 26px;
		text-align: center;
	}
	.about__block1-bottom {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}
	.about__block1-top-text2 {
		margin-right: 0px;
	}
	.about__block1-top-text2 p {
		margin-top: 14px;
	}
	.about__block1-top-text2 p br:nth-child(1),
	.about__block1-top-text2 p br:nth-child(2),
	.about__block1-top-text2 p br:nth-child(3),
	.about__block1-top-text2 p br:nth-child(4) {
		display: none;
	}
	.about__block1 p span {
		font-size: 23px;
		line-height: 24px;
		margin-top: 10px;
	}
	.off-company p {
		font-size: 21px;
		line-height: 28px;
		text-align: center;
	}
	.off-company__block {
		display: flex;
		justify-content: space-evenly;
		flex-wrap: wrap;
	}
	.off-company__block a {
		margin-bottom: 30px;
	}
}
@media (max-width: 1020px) {
	.about__block4 img {
		width: 100%;
	}
	.about__company-values-wrapper {
		grid-template-columns: 1fr;
		grid-template-areas:
			'confidence'
			'development'
			' service'
			'quality';
		gap: 20px;
	}
	.about__company-values-block1 {
		grid-area: confidence;
		border-radius: 0px 20px 0px 2.64463px;
	}
	.about__company-values-block2 {
		grid-area: service;
		border-radius: 0px 2.64463px;
	}
	.about__company-values-block3 {
		grid-area: development;
		border-radius: 0px 2.64463px;
	}
	.about__company-values-block4 {
		grid-area: quality;
		border-radius: 0px 2.64463px 0px 20px;
	}
}
@media (max-width: 800px) {
	.off-company__block a {
		max-width: 200px;
		margin-bottom: 15px;
	}
	.off-company__block a:not(:last-child) {
		margin-right: 10px;
	}
	.off-company__block a img {
		width: 100%;
	}
}
@media (max-width: 750px) {
	.mission-company {
		padding: 12px 22px;
		border-radius: 0px 19.1433px;
	}
	.mission-company p {
		line-height: 30px;
		font-size: 20px;
	}
	.mission-company::before,
	.mission-company::after {
		width: 40px;
		background-size: contain;
	}
	.mission-company::before {
		top: -37px;
	}
	.mission-company::after {
		bottom: -37px;
	}
}
@media (max-width: 650px) {
	.about__company-values > h2 {
		font-size: 27px;
	}
	.about__block4 {
		margin-bottom: 22px;
	}
	.off-company p {
		font-size: 17px;
		line-height: 22px;
	}
}
@media (max-width: 580px) {
	.about__block1-top-mobile img {
		width: 100%;
	}
	.off-company {
		margin-bottom: 30px;
	}
	.about__block1 p {
		font-size: 19px;
		margin-bottom: 0;
	}
	.about__block1-top-text1 h2 {
		font-size: 28px;
	}
	.about__block1-bottom img {
		width: 100%;
	}
	.about__block1 p span {
		font-size: 20px;
	}
	.mission-company p {
		line-height: 24px;
		margin-bottom: 0;
		font-size: 17px;
	}
	.about__block4 p {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 0;
	}
	.about__company-values-block-text p {
		font-size: 16px;
		line-height: 23px;
	}
	.about__company-values-block-text h2 {
		margin-bottom: 11px;
		font-size: 25.1775px;
	}
	.about__company-values-block {
		padding: 16px 20px 16px 10px;
	}
}
@media (max-width: 500px) {
	.about__company-values-block img {
		max-width: 20%;
	}
	.about__company-values-block-text p {
		font-size: 13px;
		line-height: 17px;
	}
	.about__company-values-block-text h2 {
		font-size: 19.1775px;
	}
}
.mission-company p br {
	display: none;
}

@media (max-width: 460px) {
	.about__block4 p {
		font-size: 15px;
		line-height: 23px;
		max-width: 890px;
		text-align: center;
		margin-bottom: 0;
	}
	.about__company-values-block {
		padding: 16px 24px 16px 5px;
	}
	.about__company-values-block-text p {
		font-size: 11px;
	}
	.about__company-values-block-text p br {
		display: none;
	}
	.about__company-values-block-text h2 {
		margin-bottom: 7px;
	}
	.about__block4 img {
		margin: 9px 0;
	}
	.about__block4 p:last-child {
		font-size: 16px;
	}
}
@media (max-width: 430px) {
}
@media (max-width: 410px) {
	.block-trusted {
		grid-gap: 38px;
	}
	.we-are-trusted h3 {
		font-size: 13px;
		padding: 4px 15px;
		margin-bottom: 40px;
		background: #ffffff;
		border: 0.491566px solid #000000;
		border-radius: 0px 9.83133px 0px 4.91566px;
	}
}
@media (max-width: 380px) {
	.about__company-values-block-text p {
		font-size: 11px;
		line-height: 15px;
	}
	.about__company-values-block-text h2 {
		font-size: 17.1775px;
	}

	.about__block4 p {
		font-size: 12px;
	}
	.about__block4 p:last-child {
		font-size: 13px;
	}
	.about__company-values-block {
		padding: 8px 10px 8px 5px;
	}
	.about__company-values-block-text h2 {
		margin-top: 0;
		margin-bottom: 5px;
		font-size: 15.1775px;
	}
	.about__company-values-block-text p {
		font-size: 9px;
		line-height: 15px;
	}
	.about__company-values > h2 {
		font-size: 16px;
	}
}
@media (max-width: 320px) {
	.mission-company {
		padding: 12px 2px;
	}
	.mission-company p {
		font-size: 9px;
	}
}
/* .NewYear-alt {
  display: none;
} */
/* -------------testAppearanceColorType--------------- */
.hair1:hover,
.pair1:hover,
.eyes:hover,
.reyes:hover,
.hair2b:hover,
.hair2a:hover,
.hair2c:hover,
.hair2nl:hover,
.hair2nn:hover,
.hair2nd:hover,
.eyesa:hover,
.eyesb:hover,
.eyesc:hover,
.eyesd:hover,
.eyese:hover,
.skin:hover,
.eyesb1:hover,
.eyesb2:hover,
.eyesb3:hover,
.eyesb4:hover,
.eyesec1:hover,
.eyesec2:hover,
.eyesec3:hover,
.eyesec4:hover,
.eyesed1:hover,
.eyesed2:hover,
.eyesed3:hover,
.eyesee1:hover,
.eyesee2:hover,
.eyesee3:hover,
.reyesee3:hover,
.reyesee2:hover,
.reyesee1:hover .reyesed1:hover,
.reyesed2:hover,
.reyesed3:hover,
.reyesec3:hover,
.reyesec2:hover,
.reyesec1:hover,
.reyesb1:hover,
.reyesb2:hover,
.reyesb3:hover,
.reyesb4:hover,
.reyese:hover,
.skinp:hover,
.reyese:hover,
.reyesd:hover,
.reyesc:hover,
.reyesb:hover,
.reyesa:hover,
.reyes:hover,
.eyesee4:hover,
.reyesee4:hover,
#but {
	cursor: pointer;
	opacity: 0.8;
}
.testAppearanceColorType__wrapper img {
	width: 100%;
}
#formc56 h2,
#eyess h2,
#skins h2 {
	background: var(--2, linear-gradient(179deg, #ff5bab 0.96%, #eb449e 115.91%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 52px !important;
	font-style: normal;
	font-weight: 700;
	text-transform: none;
}
#formc56 .formc56-text {
	color: #363636;
	font-size: 35px;
	font-style: normal;
	font-weight: bold;
	text-transform: none !important;
	margin-bottom: 35px !important;
}
#formc56 table {
	max-width: 1010px;
	width: 100%;
}
#formc56 table td img {
	width: 100%;
	border: 4px solid #fff;
}
#formc56 tr {
	display: flex;
	justify-content: space-evenly;
}

#hairs1 tr td:not(:last-child) img {
	padding-right: 4px;
}
#hairs2a img,
#hairs2b img,
#hairs2c img {
	max-width: 115px;
}
#hairs2a td,
#hairs2b td,
#hairs2c td {
	text-align: center;
	width: 140px;
}

#hairs2nl td,
#hairs2nn td,
#hairs2nd td {
	text-align: center;
	width: 163px;
}
#hairs2nl table td img,
#hairs2nn table td img,
#hairs2nd table td img {
	width: 115px;
}
table tr:nth-child(2) {
	margin-top: 15px;
}
#eyesse table,
#eyessd table,
#eyessc table,
#eyessb table,
#eyessa table,
#eyess table {
	max-width: 1065px;
}

#eyessb1 table td,
#eyessb2 table td,
#eyessb3 table td,
#eyessb4 table td,
#eyessc1 table td,
#eyessc2 table td,
#eyessc3 table td,
#eyessc4 table td,
#eyessd1 table td,
#eyessd2 table td,
#eyessd3 table td,
#eyesse1 table td,
#eyesse2 table td,
#eyesse3 table td,
#eyesse4 table td,
#eyesse table td,
#eyessd table td,
#eyessc table td,
#eyessb table td,
#eyessa table td,
#eyess table td {
	width: 190px;
	text-align: center;
}
.dfger_ok221 {
	color: #fff;
	background-color: #f34da3;
	font-size: 28px;
	padding: 10px 30px;
	border: 0;
	margin-top: 30px;
	border-radius: 66px;
}
#skins td {
	width: 175px;
	text-align: center;
}
#formc56 tbody input:checked #formc56 img {
	border: 4px solid #f751a6;
}
/* -------------testAppearanceColorType end--------------- */
.eg-modal__portal text,
.eg-modal__portal h5,
.eg-modal__portal div,
.eg-modal__portal button,
.eg-modal__portal h4 {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 400;
	text-transform: inherit;
}
.mob-banner-14fevral .mob-banner-14fevral-img2 {
	display: none;
}

@media (max-width: 500px) {
	.mob-banner-14fevral .mob-banner-14fevral-img2 {
		display: block;
	}
	.mob-banner-14fevral .mob-banner-14fevral-img1 {
		display: none;
	}
}
/* второй тест  */
.wrapper-typeSkin__content > img {
	width: 100%;
}
.wrapper-typeSkin__headline1 {
	margin: 40px auto;
	font-size: 45px;
	text-align: center;
	text-transform: math-auto;
}
.wrapper-typeSkin__headline1 span {
	color: #b8153b;
	font-weight: bold;
}
.wrapper-typeSkin__text {
	font-size: 21px;
	position: relative;
	line-height: 42px;
	padding: 0 65px;
}
.wrapper-typeSkin__text p {
	margin-bottom: 20px;
	text-indent: 15px;
}
.wrapper-typeSkin__text img {
	position: absolute;
	top: -80px;
	right: 0;
	z-index: -1;
}
.wrapper-typeSkin__headline2 {
	margin: 40px auto;
	font-size: 45px;
	text-align: center;
	position: relative;
	text-transform: math-auto;
}
.wrapper-typeSkin__headline2 img {
	position: absolute;
	left: -87px;
	top: -50px;
	z-index: -1;
}
.wrapper-typeSkin__shades {
	display: flex;
	flex-direction: column;
	font-size: 28px;
}
.wrapper-typeSkin__shades-block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 60px;
}
.wrapper-typeSkin__shades-block p {
	line-height: 32px;
	text-align: center;
	padding-top: 10px;
}
.wrapper-typeSkin__colors {
	display: grid;
	grid-template-areas:
		'typeSkin1 typeSkin2'
		'typeSkin3 typeSkin4';
	gap: 10px;
	max-width: 488px;
	width: 100%;
}
.wrapper-typeSkin__colors1 {
	grid-area: typeSkin1;
	width: 100%;
	height: 40px;
}
.wrapper-typeSkin__colors2 {
	grid-area: typeSkin2;
	width: 100%;
	height: 40px;
}
.wrapper-typeSkin__colors3 {
	grid-area: typeSkin3;
	width: 100%;
	height: 40px;
}
.wrapper-typeSkin__colors4 {
	grid-area: typeSkin4;
	width: 100%;
	height: 40px;
}
.wrapper-typeSkin__button {
	border-radius: 23px;
	background: #f34da3;
	position: relative;
	color: #fff;
	padding: 14px 22px;
	font-size: 28px;
	text-align: center;
	margin: 45px auto 0;
	display: block;
	max-width: 365px;
	transition: all 0.3s;
}
.wrapper-typeSkin__button:hover {
	color: #fff;
	background-color: #c53881;
}
.wrapper-typeSkin__button img {
	position: absolute;
	right: -182px;
	top: -95px;
	z-index: -1;
	max-width: 278px;
}
.wrapper-typeSkin__headline3 {
	margin: 71px auto;
	font-size: 45px;
	text-align: center;
	text-transform: math-auto;
}
@media (max-width: 750px) {
	.wrapper-typeSkin__button img {
		left: -104px;
		top: -46px;
		max-width: 145px;
	}
	.wrapper-typeSkin__headline2 img {
		left: -4px;
		top: -14px;
		max-width: 117px;
	}
	.wrapper-typeSkin__text {
		font-size: 15px;
		padding: 0;
	}
	.wrapper-typeSkin__text img {
		top: -35px;
		max-width: 140px;
	}
	.wrapper-typeSkin__headline2,
	.wrapper-typeSkin__headline1,
	.wrapper-typeSkin__headline3 {
		font-size: 30px;
	}
	.wrapper-typeSkin__shades-block p {
		line-height: 29px;
		text-align: center;
		padding-top: 10px;
		font-size: 17px;
	}
	.wrapper-typeSkin__button {
		font-size: 17px;
	}
	.wrapper-typeSkin__text p {
		line-height: 27px;
	}
}
/* второй тест end */

/* modal-ios-android */
.modal-ios-android {
	display: none;
	/* padding: 10px; */
	position: fixed;
	background-color: #fff;
	z-index: 10000000001;
	right: 0px;
	width: 100%;
	bottom: 0;
}

.modal-ios-android svg {
	position: absolute;
	top: 8px;
	right: 8px;
	max-width: 20px;
	max-height: 20px;
	cursor: pointer;
}
.modal-ios-android img {
	background: #fff;
	width: 100%;
	margin: auto;
}
.modal-ios-android__top {
	/* display: flex; */
}
.modal-ios-android__top > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.modal-ios-android__top > div h6 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 15px;
	margin-bottom: 5px;
}
/* .modal-ios-android__bottom {
	display: flex;
	justify-content: center;
	margin-top: 12px;
}
.modal-ios-android__bottom a {
	background: #fff;
	outline: none;
	border: 1px solid #f24059;
	color: #fff;
	font-size: 11px;
	padding: 4px;
	width: 143px;
	border-radius: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	color: #f24059;
} */
@media (max-width: 500px) {
	.modal-ios-android {
		display: block;
	}
}
/* modal-ios-android end */
@media (max-width: 991px) {
	.block__lineSale-pk {
		display: none;
	}
}
.product__wrapper-white {
	display: none;
	padding: 10px 20px;
	position: fixed;
	z-index: 20;
	background-color: #fff;
	height: 70px;
	bottom: 46px;
	width: 100%;
	left: 0;
}
.product__wrapper-white .btn-default {
	background-color: #000;
	max-width: 50px;
	width: 100%;
	border-radius: 0;
}
.product__wrapper-white .btn-primary {
	border-radius: 0;
	padding: 6px 9px;
	font-size: 9px;
	margin-right: 5px;
}
.product__wrapper-white .btn-default img {
	max-width: 15px;
}
.product__btn-present_mobile {
	display: none;
}
@media (max-width: 768px) {
	.product__btn-present_mobile {
		display: inline-block;
	}
	.product__btn-present_desktop {
		display: none;
	}
	.gift-module_giftShadow__1Wfzc.gift-module_mobile-left__1HJJ1 {
		bottom: 132px !important;
	}
	.gift-module_gift__3YUHE.gift-module_mobile-left__1HJJ1 {
		bottom: 106px !important;
	}
	.form-group-product .button-group > button,
	.list-unstyled-product li:nth-child(2) {
		display: none !important;
	}

	.smsreg2 {
		display: none !important;
	}
	.product__wrapper-white {
		display: flex;
		bottom: 0;
		height: 70px;
	}
}
a .home-sert {
	width: 100%;
}
a .home-sert-mob {
	width: 100%;
	/* display: none; */
}
@media (max-width: 500px) {
	a .home-sert-mob {
		width: 100%;
		/* display: block; */
	}
	a .home-sert {
		/* display: none; */
	}
}
.mySwiperBlog {
	position: relative;
	overflow: hidden;
}
.mySwiperBlog .swiper-button-next::after,
.mySwiperBlog .swiper-button-prev::after {
	content: '';
}
.mySwiperBlog .swiper-wrapper .mySwiperBlog-slide {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.mySwiperBlog .mySwiperBlog-slide span {
	text-align: left;
	margin-top: 10px;
	font-size: 15px;
}
.blogHome-header {
	font-weight: bold;
	margin-top: 40px;
}
.blogHome-btn-block {
	position: absolute;
	top: 55px;
	right: 10px;
	width: 100px;
}