@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 16px;
	line-height: 140%;
	width: 100%;
	font-optical-sizing: auto;
	font-style: normal;
	background: #F4F4F4;
}
header {
	background: #ffffff;
}
img {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
/*font-family: "Montserrat", sans-serif;*/
.swiper-container {
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #000;
	outline: none !important;
}
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;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 46px;
	line-height: 20px;
	padding: 0 15px;
	font-size: 16px;
	color:#000;
}
#search  .form-control:focus {
	border-color: #ccc;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(171, 183, 192, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(171, 183, 192, 0.6);
}
/* cart */
#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;
}
/* content */
#content {
	min-height: 600px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0;
	padding: 30px 0;
	border: none;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: none;
	padding: 0 12px;
	position: relative;
	font-weight: 400;
	font-size: 14px;
	color: #555;
}
.breadcrumb > li > a {
	color: #555;
}
.breadcrumb > li:last-child  {
	color: #279B9A;
}
.breadcrumb > li:first-child {
	padding: 0 12px 0 0;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '/';
	display: block;
	position: absolute;
	top: 0px;
	right: -5px;
	color:#6C6C6E;
}
.breadcrumb > li:last-child:after {
	content: '';
}
.pagination {
	margin: 20px 0 0 0;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #FF5420 !important;
	border-color: #FF5420 !important;
  }
  .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	z-index: 3;
	color: #FF5420 !important;
	background-color: #eee;
	border-color: #ddd;
  }
  .pagination > li > a, .pagination > li > span {
	color: #FF5420;
  }
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	color: #fff;
	background: #FF5420;
	border: 1px solid #FF5420;
	border-radius: 5px;
	padding: 15px 25px;
	height: 53px;
}
.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 {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	color: #000;
	background: #f4f4f4;
	border: 1px solid #279B9A;
	border-radius: 5px;
	padding: 15px 25px;
	height: 53px;
}
.btn-primary {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	color: #fff;
	background: #279B9A;
	border: 1px solid #279B9A;
	border-radius: 5px;
	padding: 15px 25px;
	height: 53px;
}
.btn-primary:focus, .btn-primary.focus {
	color: #fff !important;
	background-color: #279B9A !important;
	border-color: #279B9A !important;
	border: 1px solid #279B9A;
  }
  .btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #279B9A !important;
	border-color: #279B9A !important;
  }
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #f4f4f4;
	border: 1px solid #279B9A;
	color:#000;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating {
	text-align: left;
	padding-top:20px;
	height: 44px;
	display: flex;
	align-items: center;
}
.rating a {
	font-weight: 400;
	font-size: 16px;
	color: #555 !important;
	display: inline-block;
	margin-right: 15px;
}
.rating a:hover {
	text-decoration: underline;
}
.rating .fa-stack {
	font-size: 12px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 22px;
}
.rating .fa-star {
	color: #FFBF35;
	font-size: 22px;
}
.rating .fa-star + .fa-star-o {
	color: #FFBF35;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

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

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

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

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

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

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

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}
a, button, input {
	outline: npne !important;
}
a:hover {
	color:#FF5420;
}
.close {
	opacity: 1 !important ;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
	z-index: 2;
	color: #279B9A;
	cursor: default;
	background-color: #fff !important;
	border-color: #fff !important;
  }
  .pagination > li > a, .pagination > li > span {
	color: #282828;
  }
  .pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #282828;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #fff;
  }
/***************************************************************/
/***************************************************************/
/***************************************************************/
.feedback__info {
	position: relative;
	padding:10px 0 10px 36px;
}
.feedback__info label {
	font-size: 16px;
}
.feedback__info input {
	width: 18px;
	height: 18px;
	position: absolute;
	top:12px;
	left:0;
	z-index: 2;
}
.feedback__info a {
	text-decoration: underline;
	color:#279B9A;
}
.feedback__info a:hover {
	text-decoration: none;
}
.formfield__button:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.feedback__info2 {
	position: relative;
	padding:10px 0 10px 36px;
}
.feedback__info2 label {
	font-size: 16px;
}
.feedback__info2 input {
	width: 18px;
	height: 18px;
	position: absolute;
	top:0px;
	left:0;
	z-index: 2;
}
.feedback__info2 a {
	text-decoration: underline;
	color:#279B9A;
}
.feedback__info2 a:hover {
	text-decoration: none;
}
.fast_send_button:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.cookie-banner {
	position: fixed;
	bottom: 20px;
	right: 20px;
	max-width: 650px;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	border-radius: 8px;
	padding: 20px 60px 20px 20px;
	z-index: 9999;
	display: none; 
  }
  .cookie-content {
	position: relative;
  }
  .cookie-content p {
	margin: 0 0 12px 0;
	font-size: 14px;
	line-height: 1.4;
  }
  .cookie-content a {
	color: #279B9A;
	text-decoration: underline;
  }
  .cookie-buttons {
	display: flex;
	gap: 8px;
	align-items: center;
  }
  .cookie-btn {
	padding: 8px 16px;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
	border: none;
  }
  #acceptCookies {
	background: #279B9A;
	color: white;
  }
  .cookie-close {
	background: none;
	border: none;
	cursor: pointer;
	color: #666;
	padding:0 !important;
	width: 20px;
	height: 20px;
	position: absolute;
	top:24px;
	right:15px;
  }
  .cookie-close svg {
	width: 20px;
	height: 20px;
  }
.article_description a {
	color: #279B9A;
	text-decoration: underline;
}
.article_description {
	max-width: 1280px;
	margin:0 auto;
}
.article_description h3 {
	padding:24px 0 !important;
	color: #279B9A !important;
	margin: 0 !important;
}
.article_description ol {
	padding:30px 0 30px 20px !important;
}
.article_description ul {
	padding:30px 0 30px 20px !important;
}
.article_description ol li {
	margin-bottom: 12px;
}
.article_description ul li{
	margin-bottom: 12px;
}
.product_bottom_collection {
	display: block !important;
}
.about_product__info__cart {
	position: absolute;
	top:110px;
	left:0;
	font-weight: 400;
	font-size: 16px;
	color: #555;
}
.header__tg {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
}
.header__wa {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;	
}
.header__mail {
	padding-left: 36px;
	height: 30px;
	display: flex;
	align-items: center;
}
.header__emaillink {
	display: flex;
	height: 30px;
	align-items: center;
}
.header__mail svg {
	margin-right: 12px;
}
.header__mail a {
	color:#000;
	text-decoration: none !important;
	transition: all 0.3s linear;
}
.header__mail a:hover {
	color:#FF5420;
}
.header__mail a:hover svg path {
	stroke:#FF5420;
}
.category_pagination {
	display: flex;
	justify-content: center;
}
.cart__products__table {
	display: flex;
	padding:20px 30px;
	border-bottom: 1px solid #ddd;
	width: 100%;
}
.cart__table__body__image {
	width: 15%;
	text-align: center;
}
.cart__table__body__name {
	width: 31%;
}
.cart__table__body__info {
	width: 25%;
	display: flex;
	justify-content: center;
}
.product__price {
	width: 12%;
	display: flex;
	justify-content: center;
}
.totals {
	width: 12%;
	display: flex;
	justify-content: center;
}
.remove__from__cart {
	width: 5%;
	display: flex;
	justify-content: end;
}
.cart__products__table_head {
	display: flex;
	border-bottom: 1px solid #ddd;
	padding:0 30px;
}
.cart__products__table_head > div {
	height: 50px;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	font-family: "Montserrat", sans-serif;
}
.cart__table__head__image {
	width: 15%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cart__table__head__name {
	width: 31%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cart__table__head__q {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cart__table__head__price {
	width: 12%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cart__table__head__summ {
	width: 12%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cart__table__head__del {
	width: 5%;
	display: flex;
	align-items: center;
	justify-content: end;
}
.empty_products_in_cart {
	text-align: center;
	padding-bottom: 30px;
}
.empty_products_in_cart_wrap {
	display: flex;
	justify-content: center;
}
.cart__buttons {
	padding:40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.table__totals {
	border: none;
	width: 100%;
	max-width: 260px;
	float: right;
}
.table__totals tr td {
	text-align: right;
	padding:10px;
}
.table__totals tr td:last-child {
	padding-right: 40px;
}
.cart__products__table tbody tr td:last-child{
	padding-left: 30px;
}
.remove__from__cart_btn {
	border:none;
	padding:0;
	background: none;
	box-shadow: none !important;
	height: 20px;
}
.product__price__cartspecial {
	text-decoration: line-through;
	color:#555;
}
.quantity__wrapper__cart {
	display:none;
	width:100px;
	height:40px;
}
.quantity__wrapper__cart.active {
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.packing_wrap__cart {
	display:flex;
	align-items:center;
	width:240px;
	height:38px;
	position: absolute;
	top:60px;
}
.packing__cart {
	width:33.33333%;
	display:flex;
	height: 40px;
	align-items:center;
	justify-content:center;
	border:1px solid #ddd;
	cursor:pointer;
}
.packing__cart.active {
	width:33.33333%;
	display:flex;
	align-items:center;
	justify-content:center;
	border-bottom:2px solid #279B9A;
	cursor:pointer;
}
.quantity_input__cart {
	height: 40px;
	border: none;
	width: 60px;
	display: flex;
	justify-content: center;
	padding: 0;
	box-shadow: none !important;
	margin-top: 1px;
}
.quantity__cart {
	width: 100px;
	margin:0 auto;
}
.product_cart_info {
	margin-bottom: 20px;
	width: 240px;
	height: 44px;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-radius: 5px;
	background: #fff;
	position: relative;
}
.product_cart_info .minus_button {
	position: absolute;
	left:0;
	top:-1px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0;
	border: 1px solid #dadada;
	background: #ffffff;
	border-radius: 5px;
	height: 44px;
	width: 44px;
	box-shadow: none;
	cursor: pointer;	
}
.product_cart_info .plus_button {
	position: absolute;
	top: -1px;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0;
	border: 1px solid #dadada;
	background: #ffffff;
	border-radius: 5px;
	height: 44px;
	width: 44px;
	box-shadow: none;
	cursor: pointer;
}
.product__cart__model {
	font-weight: 400;
	font-size: 16px;
	color: #000;
	padding-left: 40px;
}
.product__cart__name {
	font-weight: 400;
	font-size: 18px;
	text-align: left;
	color: #000;
	padding-bottom: 15px;
	display: block;
	padding-left: 40px;
}
.img__product_cart {
	border-radius: 5px;
	border:1px solid #ddd;
}
.cart__products__wrap {
	background: #fff;
}
.header__tg:hover svg circle {
	fill:#1ba1ea;
}
.header__wa:hover svg path:first-child {
	fill:#2ab140;
}
.addtocart__buttons a {
	height: 60px;
	border-radius: 5px;
	font-size:18px;
	background: #279B9A;
	border:1px solid #279B9A;
	padding:0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#fff;
	transition: all 0.3s linear;
	text-decoration: none !important;
}
.addtocart__buttons a:hover {
	background: #fff;
	border:1px solid #279B9A;
	color:#000;
}
.addtocart__close {
	height: 60px;
	font-size: 18px;
	border-radius: 5px;
	background: #fff;
	border:1px solid #279B9A;
	padding:0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s linear;
	color:#000;
}
.addtocart__close:hover {
	color:#fff;
	background: #279B9A;
	border:1px solid #279B9A;
}
.addtocart__buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 40px;
}
#addtocart .modal-header .close {
	margin-top: 5px;
	margin-right: 10px;
}
#addtocart .modal-body {
	padding:25px 45px 45px 45px !important;
}
#addtocart .modal-dialog {
	width: 845px;
}
@media (max-width: 875px) {
	#addtocart .modal-dialog {
	  width: 90%;
	  margin: 0 auto;
	}
}
#addtocart .modal-body .text_modal_product {
	text-align: center;
}
#addtocart .modal-body .text_modal_product a {
	color: #279B9A;
	text-decoration: underline;
}
#addtocart .modal-body .text_modal_product a:hover {
	text-decoration: none;
}
#addtocart .modal-header {
	border:none !important;
	height: 60px;
}
.product__price__main {
	font-weight: 500;
	font-size: 24px;
	line-height: 110%;
	color: #000;
	padding-bottom: 20px;
}
.product__price__special {
	font-weight: 400;
	font-size: 20px;
	line-height: 110%;
	text-decoration: line-through;
	color: #555;
	padding-bottom: 20px;
}
.quantity-input-wrapper {
	display:none;
	height:40px;
}
.quantity-input-wrapper.active {
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.packing_wrap {
	display:flex;
	align-items:center;
	width:300px;
	height:40px;
}
.packing {
	width:33.33333%;
	height: 40px;
	display:flex;
	align-items:center;
	justify-content:center;
	border:1px solid #e5e5e5;
	cursor:pointer;
}
.packing.active {
	width:33.33333%;
	display:flex;
	align-items:center;
	justify-content:center;
	border-bottom:2px solid #279B9A;
	cursor:pointer;
}
.my_quantity {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  width: 240px;
  height: 44px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}
.my_minus {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dadada;
  background: #ffffff;
  border-radius: 5px;
  height: 44px;
  width: 44px;
  box-shadow: none;
  cursor: pointer;
}
.my_plus {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #dadada;
	background: #ffffff;
	border-radius: 5px;
	height: 44px;
	width: 44px;
	box-shadow: none;
	cursor: pointer;
}
.quant {
	background: none !important;
	border: none;
	display: inline-block;
	border-radius: 0px !important;
	height: 44px;
	padding: 0 3px 0 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px !important;
	color:#000;
	width: 60px;
	box-shadow: none !important;
}
.logo__mobile {
	display: none;
}
.totopscroll {
	width: 80px;
	border: 1px solid #279B9A;
	border-radius: 6px;
	background: #279B9A;
	text-align: center;
	padding: 5px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	display: none;
	color: #fff;
	font-size: 13px;
	z-index: 9;
  }
  .totopscroll:hover {
	border: 1px solid #279B9A;
	background: #ffffff;
	color: #279B9A;
  }
.contacts__panel {
    display: none;
}
.wish__item_img a  img {
	max-width: 100%;
	height: auto;
}
.category_sort__block select {
	box-shadow: none !important;
}
.category_sort__block .form-control:focus {
	border-color: #ccc !important;
}
.swiper-button-lock {
	display: none !important;
}
.smartsearch .button a:hover {
	color:#FF5420;
}
.inbuttontocart2 {
	display: none;
}
.modal-footer::before {
	display: none;
}
.modal-footer::after {
	display: none;
}
.table__orders__account {
	background: #fff;
	padding:30px;
	border-radius: 5px;
}
.newsletter__wrap {
	background: #fff;
	padding:30px;
	border-radius: 5px;
}
.newsletter__wrap label {
	font-size: 18px !important;
}
.change__pass {
	padding:30px;
	border-radius: 5px;
	background: #fff;
	margin-bottom: 24px;
}
.change__addr {
	padding:30px;
	border-radius: 5px;
	background: #fff;
	margin-bottom: 24px;
}
.change__pass input {
	width:100% !important;
    border-top:none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #AEAEAE !important;
    border-radius: 0px;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 130%;
    color: #4b4b4b;
    margin-bottom: 10px !important;
    box-shadow: none !important;
}
#simpleedit .simpleregister-block-content {
	background:#fff;
	padding:30px !important;
	border-radius: 5px;
	margin-bottom: 20px !important;
}
#simpleedit .simpleregister-block-content label {
	display: none !important;
}
#simpleedit .col-sm-10 {
	width: 100% !important;
}
#simpleedit input {
	width:100% !important;
    border-top:none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #AEAEAE !important;
    border-radius: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #4b4b4b;
    margin-bottom: 10px !important;
    box-shadow: none !important;
}
.ul__account li {
	margin-bottom: 15px;
}
.ul__account li a {
	text-decoration: underline;
}
.ul__account li a:hover {
	text-decoration: none;
	color:#FF5420;
}
.account__wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	gap:20px
}
.account__wrap_left {
	padding:30px;
	background: #fff;
	border-radius: 5px;
}
.account__wrap_right_orders {
	padding:30px;
	background: #fff;
	border-radius: 5px;
	margin-bottom:20px;
}
.account__wrap_right_nl {
	padding:30px;
	background: #fff;
	border-radius: 5px;
}
.account__wrap_header {
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
	color: #000;
	font-family: "Montserrat", sans-serif;
	padding-bottom: 40px;
}

.account_p a {
	color:#FF5420 !important;
	text-decoration: underline;
}
.account_p:hover a {
	text-decoration: none;
}
.thumb__link {
	display: block;
	border: 1px solid rgba(255, 0, 0, 0.0);
}
.thumb__link:hover {
	display: block;
	border: 1px solid rgba(39, 155, 154, 1.0);
}
.well__input {
	border-top:none;
	border-left:none;
	border-right: none;
	border-bottom: 1px solid #AEAEAE;
	border-radius: 0px !important;
	box-shadow:none;
	padding: 10px 0;
	font-size: 18px;
	width: 100% !important;
}
.well__login__header {
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
	color: #000;
	padding-bottom: 16px;
}
.autorization__button {
	width: 100% !important;
}
.register_well_link {
	width: 100% !important;
}
.well__login {
	background: #fff !important;
	border:1px solid #fff !important;
	padding:30px !important;
	min-height: 435px;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
}
.wisth__buttons__del {
	display: inline-block;
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	color: #6a6a6a !important;
	border-radius: 5px;
	padding: 15px 30px;
	width: 140px;
	height: 53px;
	background: #dedede;
	text-decoration: none !important;
}
.wisth__buttons__del:hover {
	opacity: 0.7;
}
.wish__item_img {
	width:15% ;
}
.wish__item_img img {
	border-radius: 5px;
}
.wish__item {
	padding-bottom:20px;
	display: flex;
}
.wish__item_name {
	padding-left: 20px;
	display: flex;
	align-items: center;
	text-align: left;
	width: 55%;
}
.wisth__buttons__mobile {
	display: none;
}
.wish__item_name a {
	font-weight: 400;
	font-size: 18px;
	text-align: left;
	color: #000;
}
.wish__item_name a:hover {
	text-decoration: underline;
	color: #FF5420;
}
.wish__item_model {
	padding-top:15px;
}
.wisth__buttons {
	padding-left: 30px;
	display: flex;
	align-items: center;
	width: 30%;
	justify-content: end;
}
.wisth__buttons button {
	margin-right: 20px;
}
.wish__items {
	border-radius: 5px;
	background: #fff;
	padding:30px;
}
.header__wish:hover span {
	background: #FF5420;
	color:#fff;
}
.header__wish:hover svg path {
	stroke: #FF5420;
}
.product_top__dopimg {
	max-width:400px;
	margin:0 auto;
}
.button__next__gal {
	width: 36px;
	height: 36px;
	background:#666666;
	border-radius: 50%;
	border:1px solid #666666;
}
.button__prev__gal {
	width: 36px;
	height: 36px;
	background:#666666;
	border-radius: 50%;
	border:1px solid #666666;
}
.product_top__dopimg {
	position: relative;
	margin-top: 20px;
}
.product_top__dopimg  .button__next__gal {
	position: absolute;
	top:50%;
	margin-top:-18px;
	right: -18px;
	z-index: 99;
}
.product_top__dopimg  .button__prev__gal {
	position: absolute;
	top:50%;
	margin-top:-18px;
	left: -18px;
	z-index: 99;
}
.mibile__main_productchars {
	display:none;
}
#popup-mod-wrapper {
	background: none;
	max-width: 640px;
	width: 90%;
	margin: 0 auto;
	min-height: 100px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
  }
  #popup-mod-wrapper .popup-heading {
	text-align: left;
	background-color: #fff;
	color: #fff;
	font-size: 16px;
	padding: 0px 25px;
	position: relative;
	min-height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-radius: 0px;
  }
  #popup-mod-wrapper .popup-center {
	font-family: "Montserrat", sans-serif;
	background: #fff;
	padding: 40px 40px 25px 40px;
	font-size: 18px;
	line-height: 150%;
	font-weight: 500;
	overflow: auto;
	border-radius: 0px;
	font-size: 18px;
	text-align: center;
  }
  #popup-mod-wrapper .popup-center a {
	color:#279B9A !important;
  }
  #popup-mod-wrapper .popup-center a:hover {
	text-decoration: underline;
  }
  #popup-mod-wrapper .popup-footer {
	text-align: left;
	background-color: #fff;
	color: #fff;
	font-size: 16px;
	padding: 20px;
	position: relative;
	min-height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-radius: 0px;
  }
  #popup-mod-wrapper .mfp-close {
	font-size: 0px;
	color: #fff !important;
	background: url('../image/fat_close.svg') center center no-repeat;
	width: 18px;
	height: 18px;
	right: 20px;
	top: 20px;
	position: absolute;
	z-index: 2;
	cursor: pointer !important;
	outline: none;
	opacity: 1;
  }
.header__mobile_bar {
	display: none;
	width: 34px;
	height: 21px;
}
.toggle_bar {
	display: block;
	height: 3px !important;
	width: 30px !important;
	border-radius: 3px;
	background: #279B9A;
	margin-bottom: 5px;
}
.toggle_bar2 {
	display: block;
	height: 3px;
	width: 30px;
	border-radius: 3px;
	background: #279B9A;
}
.header__navwrap_tel {
	width: 26px;
	height: 27px;
}
.login__link ul li a span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	background: #f4f4f4;
}
.login__link ul li a:hover span {
	background:#FF5420;
}
.login__link ul li a:hover span svg path {
	stroke:#fff;
}
.login__link ul li a {
	display: flex;
	height: 44px;
	background:#fff;
	border-radius: 5px;
	padding:2px 2px 2px 26px;
	font-weight: 500;
	font-size: 16px;
	color: #1c302e;
	justify-content: space-between;
	align-items: center;
}
.login__link ul li {
	list-style: none;
	margin-bottom: 5px;
}
.login__link ul {
	margin:0;
	padding:0;
}
.all_chars {
	display:inline-block;
	font-weight: 400;
	font-size: 16px;
	color: #279B9A !important;
	text-decoration: none;
	margin-top:15px;
}
.all_chars span {
	display: inline-block;
	border-bottom: 1px solid #279B9A;
}
.all_chars:hover span {
	border-bottom: 1px solid #f4f4f4;
}
.product-item-search {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	padding:0 15px;
}
.search__fieldwrap {
	display:none;
	position: absolute;
  right: 50px;
  top: -7px;
  width: 400px;
}
.search__fieldwrap.opened {
	display: block;
}
.cabinet_block  .dropdown-menu-right {
	padding:0 !important;
	margin:0 !important;
	z-index: 1040;
}
.cabinet_block .dropdown-menu > li > a {
	font-weight: 400;
	font-size: 18px;
	color: #000;
	font-family: "Montserrat", sans-serif;
	padding: 8px 26px;
}
.cabinet_block {
	height:37px;
	width:37px;
	margin:0 60px 0 0 !important;
	padding:0 !important;
}
.dropdown-toggle {
	display:flex;
	align-items: center;
	justify-content: center;
	height:37px;
	width:37px;
}
.articles__wrap {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	gap:20px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.article_thumb {
	background:#fff;
	transition: all 0.3s linear;
	border-radius: 5px;
	overflow: hidden;
}
.article_thumb:hover {
	box-shadow: 1px 1px 20px 0 rgba(137, 137, 137, 0.25);
}
.article_thumb__date {
	font-weight: 400;
	font-size: 16px;
	line-height: 110%;
	color: #33342e;
	padding-bottom: 20px;
}
.article_thumb__info {
	padding:20px;
}
.article_thumb__name {
	display: block;
	min-height: 88px;
	font-weight: 500;
	font-size: 22px;
	line-height: 130%;
	color: #000;
	text-decoration: none;
	transition: all 0.3s linear;
	font-family: "Montserrat", sans-serif;
}
.article_thumb__name:hover {
	color: #FF5420;
}
.article_thumb__name {
	display: block;
	min-height: 88px;
	font-weight: 500;
	font-size: 22px;
	line-height: 130%;
	color: #000;
	text-decoration: none;
}
.fpusl__header {
	font-weight: 500;
	font-size: 24px;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 35px;
	font-family: "Montserrat", sans-serif;
	line-height: 130%;
}
.fpusl1 {
	border-radius: 5px;
	padding: 20px 20px 30px 20px;
	background: #fff;
	height: 381px;
}
.fpusl2 {
	border-radius: 5px;
	height: 381px;
}
.fpusl3 {
	border-radius: 5px;
	height: 572px;
}
.fpusl2 img {
	border-radius: 5px;
}
.fpusl3 img {
	border-radius: 5px;
}
.fpusl4 {
	border-radius: 5px;
	padding: 20px 20px 30px 20px;
	background: #fff;
	height: 276px;
}
.fpusl5 {
	border-radius: 5px;
	padding: 20px 20px 30px 20px;
	background: #fff;
	height: 276px;
}
.fpusl6 {
	border-radius: 5px;
	padding: 20px 20px 30px 20px;
	background: #fff;
	height: 276px;
}
.fpusl7 {
	border-radius: 5px;
	height: 276px;
}
.fpusl7 img {
	border-radius: 5px;
}
.fpusl8 {
	border-radius: 5px;
	padding: 20px 20px 30px 20px;
	background: #fff;
	height: 389px;
}
.fpusl9 {
	border-radius: 5px;
	height: 389px;
}
.fpusl9 img {
	border-radius: 5px;
}
.fpusl10 {
	border-radius: 5px;
	padding: 20px 20px 30px 20px;
	background: #fff;
	height: 389px;
}
.forpartners3 {
	padding:80px 0 0 0;
}
.forpartners3__text {
	max-width: 880px;
	margin:0 auto;
	padding-bottom: 74px;
	text-align: center;
}
.forpartners3__header {
	font-weight: 500;
	font-size: 36px;
	text-transform: uppercase;
	color: #000;	
	text-align: center;
	padding-bottom: 40px;
	line-height: 130%;
}
.fp__item1 img {
	border-radius: 5px;
}
.fp__item2,.fp__item3,.fp__item4,.fp__item5,.fp__item6,.fp__item7 {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 100px 20px 20px 20px;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	color: #000;
}
.forpartners2__header {
	display:flex;
	padding-bottom: 40px;
}
.forpartners2__header_left {
	width:50%;
	font-weight: 500;
	font-size: 36px;
	text-transform: uppercase;
	color: #000;
}
.forpartners2__header_right {
	width:50%;
	font-weight: 400;
	font-size: 24px;
	line-height: 140%;
	color: #000;
	margin-top: -6px;
}
.forpartners2 {
	background:#fff;
	padding:110px 0;
}
.forpartners1 {
	display:flex;
	padding-bottom:80px;
}
.forpartners1__left {
	width: 50%;
	padding-right: 20px;
}
.forpartners1__header {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 130%;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 30px;
}
.forpartners1__right img {
	border-radius: 5px;
}
.forpartners1__right {
	width: 50%;
	padding-left: 20px;
}
.forpartners2__wrap {
	display: grid; 
	grid-auto-columns: 1fr; 
	grid-template-columns: 1fr 1fr 1fr 1fr; 
	grid-template-rows: 1fr 1fr; 
	gap: 20px 20px; 
	grid-template-areas: 
	  "fp__item1 fp__item2 fp__item3 fp__item4"
	  "fp__item1 fp__item5 fp__item6 fp__item7"; 
}
.fp__item1 { grid-area: fp__item1; }
.fp__item2 { grid-area: fp__item2; 
	background:#ffffff url('../image/pa1.png') left 20px top 20px no-repeat;
}
.fp__item3 { grid-area: fp__item3;background:#ffffff url('../image/pa2.png') left 20px top 20px no-repeat;}
.fp__item4 { grid-area: fp__item4;background:#ffffff url('../image/pa3.png') left 20px top 20px no-repeat; }
.fp__item5 { grid-area: fp__item5;background:#ffffff url('../image/pa4.png') left 20px top 20px no-repeat;}
.fp__item6 { grid-area: fp__item6;background:#ffffff url('../image/pa5.png') left 20px top 20px no-repeat;}
.fp__item7 { grid-area: fp__item7;background:#ffffff url('../image/pa6.png') left 20px top 20px no-repeat; }

.fpusl__wrap {
	display: grid; 
	margin-bottom: 70px;
	height: 1382px;
	grid-auto-columns: 1fr; 
	grid-template-columns: 1fr 1fr 1fr; 
	grid-template-rows: 1fr 1fr 1fr 1fr; 
	gap: 20px; 
	grid-template-areas: 
	  "fpusl1 fpusl2 fpusl2"
	  "fpusl3 fpusl4 fpusl5"
	  "fpusl3 fpusl6 fpusl7"
	  "fpusl8 fpusl9 fpusl10"; 
  }
  .fpusl1 { grid-area: fpusl1; }
  .fpusl2 { 
	grid-area: fpusl2; 
	background: url('../image/uslovia1.jpg') center center no-repeat;
	background-size: cover;
	border-radius: 5px;
	overflow: hidden;
   }
  .fpusl3 { 
	grid-area: fpusl3;
	background: url('../image/uslovia2.jpg') center center no-repeat;
	background-size: cover;
	border-radius: 5px;
	overflow: hidden;
   }
  .fpusl4 { grid-area: fpusl4; }
  .fpusl5 { grid-area: fpusl5; }
  .fpusl6 { grid-area: fpusl6; }
  .fpusl7 { grid-area: fpusl7; }
  .fpusl8 { grid-area: fpusl8; }
  .fpusl9 { grid-area: fpusl9; }
  .fpusl10 { grid-area: fpusl10; }


.container_menu {
	background:#fff;
	padding-bottom: 24px;
}
.gornavmenu__ul {
	display:flex;
	margin:0;
	padding:0;
	width:100%;
	position:relative;
}
.gornavmenu__ul > li {
	list-style:none;
}
gornavmenu__ul .dropdown-menu {
	padding:0 !important;
}
.gornavmenu__ul .second-link {
	position:absolute;
	right:0;
    top:0;
	z-index:99;
	width:90%;
    display: flex;
    align-items: center;
	justify-content: space-between;
    height: 53px;
}
.gornavmenu__ul .second-link  a {
	font-weight: 400;
	font-size: 18px;
	color: #000;
	font-family: "Montserrat", sans-serif;
	display:inline-block;
	margin-left:20px;
}
.gornavmenu__ul .second-link  a:hover {
    color:#FF5420;
}
.gornavmenu__ul .dropdown {
	position:absolute;
	left:0;
	right:0;
}
.dropdown-menu-field {
    width:100%;
    margin:0 !important;
    padding:0;
    background:none;
}
.gornavmenu__ul > li:hover > .dropdown > .dropdown-menu {
    display: block;
}
.list-menu {
    padding:0;
    margin:0 !important;
    width:100%;
    position:relative;
}
.dropdown-menu.dropdown-menu-field {
    border-radius: 0px !important;
    border:none !important;
    box-shadow: none !important;
}
.list-menu > li > a{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 130%;
	color: #000;
    text-decoration: none !important;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    padding:15px 0 15px 40px;
    transition: all 0.3s linear;
	height: 86px;
	border-radius: 0 0 0 5px;
	background: #fff;
}
.list-menu li:last-child {
    margin-bottom: 30px;
}
.list-menu > li > a:hover{
    color: #FF5420;
}
.list-menu > li.opened > a{
    color: #000;
}
.list-menu > li > a:hover > svg path{
    stroke: #FF5420;
}
.list-menu > li.opened > a > svg path{
    stroke: #FF5420;
}
.menu-column-item ul li a {
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	color: #616161;
    text-decoration: none;
	font-family: "Montserrat", sans-serif;
}
.menu-column-item ul li a:hover {
    text-decoration: underline;
	color:#FF5420;
}
.menu-column-item ul li {
    margin-bottom: 5px;
}
.menu-column-item ul li:last-child {
    margin-bottom: 0px;
}
.list-menu > li > a svg {
    margin-left: 24px;
}
.list-menu > li {
    list-style:none;
    width:100%;
    position:relative;
    position: unset;
}
.menu-column-item-header a {
    display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	color: #000;
    min-height: 48px;
	font-family: "Montserrat", sans-serif;
}
.menu-column-item-header {
    padding-bottom: 20px;
    max-width: 230px;
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	color: #000;
	font-family: "Montserrat", sans-serif;
}
.dropdown__wrap {
	position:relative;
	width:100%;
}
.dropdown__wrap .dropdown__wrap_inner {
	display:none;
	position:absolute;
	top:0;
	left: 22%;
	right:0;
	width:78%;
    padding:40px 36px;
	background: #ebebeb;
	border-radius: 5px;
}
.list-menu-item.opened .dropdown__wrap_inner {
	display:flex;
	flex-wrap:wrap;
}
.menu-column-item {
	width:33.33333%;
	padding-bottom:30px;
    padding-right: 20px;
}
 #maskmenu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.25);
    z-index: 1038;
}
#gornavmenu:hover {
	position:relative;
    z-index: 1039;
}
#gornavmenu:hover .second-link{
    z-index: 99;
}

.sklad_map {
	height: 500px;
	margin-bottom:40px;
}
.contact_top_header {
	font-weight: 600;
	font-size: 24px;
	line-height: 150%;
	color: #33342e;
	padding-bottom: 24px;
}
.contact_top_header2 {
	font-weight: 600;
	font-size: 24px;
	line-height: 150%;
	color: #33342e;
	padding-bottom: 24px;
	padding-top:32px;
}
.contact_top__line {
	padding: 0 0 20px 30px;
	position: relative;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	color: #000;
	min-height: 27px;
}
.contact_top__line a {
	color: #000;
}
.contact_top__line svg {
	position:absolute;
	top:2px;
	left:0;
}
.contact_wrap {
	width: 1006px;
	margin:0 auto;
}
@media (max-width:1036px) {
	.contact_wrap {
		width: 100%;
	}
}
.contact_top {
	border-radius: 5px;
	background: #fff;
	padding:30px;
	margin-bottom:20px;
}
.opldost__form_header {
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	padding-bottom: 30px;
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	line-height: 130%;
}
.opldost__disclamer {
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	color: #000;
	padding-bottom: 30px;
}
.opldost__form {
	max-width: 750px;
	margin:0 auto;
}
.opldost__top {
	padding-bottom: 70px;
}
.opldost__bottom {
	padding-bottom: 70px;
}
.opldost1__wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 20px;
}
.opldost1__item {
	border-radius: 5px;
    padding: 70px 20px 30px 20px;
}
.opldost1__item1 {
	background:#ffffff url('../image/od1.png') left 20px top 20px no-repeat;
}
.opldost1__item2 {
	background:#ffffff url('../image/od2.png') left 20px top 20px no-repeat;
}
.opldost1__item3 {
	background:#ffffff url('../image/od3.png') left 20px top 20px no-repeat;
}
.opldost1__item4 {
	background:#ffffff url('../image/od4.png') left 20px top 20px no-repeat;
}
.opldost1__item5 {
	background:#ffffff url('../image/od5.png') left 20px top 20px no-repeat;
}
.opldost1__item6 {
	background:#ffffff url('../image/od6.png') left 20px top 20px no-repeat;
}
.opldost__itemheader_p {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 130%;
	text-transform: uppercase;
	color: #000;
	padding: 20px 0;
}
.opldost__itemheader {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 130%;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 30px;
}
.opldost__itemtext {
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	color: #000;
}
.opldost__header {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 130%;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	padding-bottom: 30px;
}
.col-pd-15 input {
	box-shadow: none !important;
	height:46px;
	margin-bottom:10px;
	border-top:none;
	border-left: none;
	border-right:none;
	border-radius:0px !important;
}
.infoul {
	margin:40px 0 0 0;
	padding:0;
}
.infoul li {
	list-style:none;
	padding-left:23px;
	margin-bottom:15px;
	display:block;
	background:url('../image/red_dot.svg') left top 8px no-repeat;
}
.about_page__block4__left_in {
	max-width:720px;
}
.about_page__block5 {
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-template-rows: 1fr 1fr; 
  gap: 20px; 
  grid-template-areas: 
    "ap_block5_item1 ap_block5_item2 ap_block5_item7 ap_block5_item3"
    "ap_block5_item4 ap_block5_item5 ap_block5_item7 ap_block5_item6"; 
}
.ap_block5_item1 { grid-area: ap_block5_item1; }
.ap_block5_item2 { grid-area: ap_block5_item2; }
.ap_block5_item7 { grid-area: ap_block5_item7; }
.ap_block5_item3 { grid-area: ap_block5_item3; }
.ap_block5_item4 { grid-area: ap_block5_item4; }
.ap_block5_item5 { grid-area: ap_block5_item5; }
.ap_block5_item6 { grid-area: ap_block5_item6; }

.ap_block5_item1{
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 100px 20px 20px 20px;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	color: #000;
	background:url('../image/ab_preim1.png') left 20px top 20px no-repeat;
}
.ap_block5_item2{
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 100px 20px 20px 20px;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	color: #000;
	background:url('../image/pred3.png') left 20px top 20px no-repeat;
}
.ap_block5_item3{
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 100px 20px 20px 20px;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	color: #000;
	background:url('../image/ab_preim2.png') left 20px top 20px no-repeat;
}
.ap_block5_item4{
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 100px 20px 20px 20px;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	color: #000;
	background:url('../image/ab_preim3.png') left 20px top 20px no-repeat;
}
.ap_block5_item5{
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 100px 20px 20px 20px;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	color: #000;
	background:url('../image/ab_preim4.png') left 20px top 20px no-repeat;
}
.ap_block5_item6{
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 100px 20px 20px 20px;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	color: #000;
	background:url('../image/ab_preim5.png') left 20px top 20px no-repeat;
}
.ap_block5_item7 {
	border-radius:5px;
	overflow: hidden;
	background:url('../image/preim_img.jpg') no-repeat;
	background-size: cover;
}
.about_page__block5__header {
	display:flex;
	justify-content: space-between;
	padding-bottom:40px;
}
.about_page__block5__header__right {
	font-weight: 400;
	font-size: 24px;
	line-height: 140%;
	color: #000;
	width:800px;
	text-align:left;
}
.about_page__block5__header__left {
	padding:10px 0 20px 0;
	font-weight: 500;
	font-size: 36px;
	text-transform: uppercase;
	color: #000;
	text-align:left;
}
.about_page__block4__wrap {
	display:flex;
}
.about_page__block4__left {
	width:50%;
}
.about_page__block4__right {
	width:50%;
	padding-left:20px;
}
.about_page__block4__right img {
	border-radius:5px;
}
.about_page__block4 {
	padding:100px 0 110px;
}
.predost_items {
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-template-rows:1fr;
	gap:20px;
}
.predost_item {
	background:#ffffff;
	padding:100px 20px 20px 20px;
	border-radius: 5px;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	color: #000;
}
.predost_item1 {
	background:#fff url('../image/pred1.png') left 20px top 20px no-repeat;
}
.predost_item2 {
	background:#fff url('../image/pred2.png') left 20px top 20px no-repeat;
}
.predost_item3 {
	background:#fff url('../image/pred3.png') left 20px top 20px no-repeat;
}
.predost_item4 {
	background:#fff url('../image/pred4.png') left 20px top 20px no-repeat;
}
.about_page__header {
	padding:0 0 40px 0;
	font-weight: 500;
	font-size: 36px;
	line-height: 130%;
	text-transform: uppercase;
	color: #000;
	text-align:center;
}
.about_page__block3 {
	padding:80px 0 70px;
}
.about_page__block2_wrap3 {
	max-width:1100px;
	margin:0 auto;
	font-weight: 400;
	font-size: 24px;
	line-height: 140%;
	text-align: center;
	color: #000;
	padding-top:50px;
}
.about_page__block2 {
	background:#fff;
	padding:90px 0;
}
.about_cifra {
	padding-right:15px;
}
.about_cifra1 {
	width:270px;
}
.about_cifra1 {
	width:280px;
}
.about_cifra1 {
	width:170px;
}
.about_cifra_top {
	font-weight: 600;
	font-size: 60px;
	height:60px;
	line-height:60px;
	text-transform: uppercase;
	color: #000;
}
.about_cifra_top span {
	font-size: 24px !important;
}
.about_cifra_bottom {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #000;
	padding-top:20px;
}
.about_page__block2_wrap {
	width:1020px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}
@media (max-width:1050px) {
	.about_page__block2_wrap {
		width:100%;
	}	
}
.about_page__block1__wrap {
	display:flex;
	padding-bottom:70px;
}
.about_page__block1__left {
	width:50%;
}
.about_page__block1__left img {
	border-radius:5px;
}
.about_page__block1__right {
	width:50%;
	padding-left:20px;
}
h1 {
	font-weight: 500;
	font-size: 30px;
	text-transform: uppercase;
	color: #000;
	margin:0;
	padding:0 0 30px 0;
	text-align: center;
}
.switcher {
	max-width: 1200px;
	margin:0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.switcher a {
	margin:7.5px;
}
.switcher__products {
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	color: #555;
	background: #fff;
	border:1px solid #fff;
	padding:10px 20px;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.3s linear;
}
.switcher__products:hover {
	color: #fff;
	background: #279B9A;
	border:1px solid #279B9A;
}
.switcher__collections {
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	color: #fff;
	background: #279B9A;
	border:1px solid #279B9A;
	padding:10px 20px;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.3s linear;
}
.switcher__collections:hover {
	color: #279B9A;
	background: #fff;
	border:1px solid #279B9A;
}
.subcategories {
	max-width: 1200px;
	margin:0 auto;
	padding: 0;
}
.subcategories__ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.subcategories__link {
	display: inline-block;
	margin:7.5px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	color: #555;
	border: 1px solid #d2d2d2;
	background: none;
	border-radius: 5px;
	padding: 10px 20px;
	text-decoration: none !important;
}
.subcategories__ul > li > .subcategories__link.active {
	color: #FF5420;
	border: 1px solid #FF5420;
	background: #ffffff;
}
.subcategories__ul {
	margin:0;
	padding:0;
}
.subcategories__ul > li {
	list-style: none;
}
.subcategories__link:hover {
	color: #FF5420;
	border: 1px solid #FF5420;
	background: #ffffff;
}
.category_sort {
	display: flex;
	justify-content: end;
}
.category_sort__block label {
	background: none !important;
	font-weight: 500 !important;
	font-size: 18px !important;
	color:#000 !important;
	border:none !important;
	padding: 0px 10px !important;
}
.category_sort__block select {
	width: 300px;
	font-weight: 400 !important;
	font-size: 16px !important;
	color:#000 !important;
	height: 44px  !important;
}

.header__top {
	height: 53px;
	display:flex;
	margin-top: 10px;
	margin-bottom:10px;
}
.header__contacts {
	width: 60%;
	display: flex;
	align-items: center;
}
.header__right {
	width: 40%;
	display: flex;
	justify-content: end;
	align-items: center;
}
.header__tel {
	height: 32px;
	width: 190px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__mess {
	display: flex;
	justify-content:space-between;
	align-items: center;
	width: 70px;
	height: 32px;
}

.header__tel {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #000;
	text-decoration: none !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 190px;
	height: 32px;
	transition: all 0.3s linear;
	margin-right: 95px;
}
.header__tel:hover, .header__tel:focus {
	color:#FF5420;
}
.header__search {
	display: flex;
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	margin-right: 60px;
}
.header__searchb {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border:none;
	background:none;
	padding:0;
}
.header__searchbutton {
	background:url('../image/search_icon.svg') center center no-repeat;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border:none;
	padding:0;
}
.header__searchbutton.opened {
	background:url('../image/close_search.svg') center center no-repeat;
}
.header__cartbutton {
	height: 37px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	border:none;
	min-width: 74px;
	background: none;
}
.header__cartbutton span {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f4f4f4;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
}
.header__cartbutton:hover span {
	background: #FF5420;
	color:#fff;
}
.header__cartbutton svg {
	margin-right:10px;
}
.header__cartbutton:hover svg path {
	stroke: #FF5420;
}
.cabinet_block:hover svg path {
	stroke: #FF5420;
}
.header__tel:hover svg path {
	stroke:#FF5420;
}
.header__wish {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 37px;
	width: 74px;
	text-decoration: none !important;
}
.header__wish span {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f4f4f4;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
}
.header__cart_wish_cab {
	width: 195px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cart__block {
	width: 74px;
}
.header__search {
	height: 37px;
	display: flex;
	align-items: center;
	position: relative;
}
.header__search .search__fieldwrap  {
	position: absolute;
	right: 46px;
	top:0;
	padding-right:40px;
}
.header__search .search__fieldwrap  button {
	position: absolute;
	right: 0;
	top:3px;
}
.header__bottom {
	height: 78px;
	display: flex;
	align-items: center;
	padding:5px 0 10px;
}
.header__logo__menu {
	width: 100%;
	display: flex;
	align-items: center;
}
.header__submenu {
	width: 60%;
	display: flex;
	justify-content: end;
	align-items: center;
}
.header__logo {
	max-width: 212px;
	height: 53px;
	display: flex;
	align-items: center;
	margin-right: 63px;
}
.header__cat {
	border: 1px solid #fff;
	border-radius: 5px 5px 0 0;
	padding: 15px 10px;
	width: 157px;
	height: 53px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header__cat span {
	font-weight: 600;
	font-size: 18px;
	line-height: 130%;
	color: #279B9A;
	display: inline-block;
	margin-right: 15px;
}
ul.header__submenu_ul {
	margin:0;
	padding:0;
	display: flex;
	justify-content: end;
}
ul.header__submenu_ul li {
	list-style: none;
	margin-left: 20px;
}
ul.header__submenu_ul li a {
	font-weight: 400;
	font-size: 18px;
	color: #000;
	font-family: "Montserrat", sans-serif;
}
.top__banner {
	display: flex;
}
.top__banner__left {
	width: 66%;
}
.top__banner__right {
	width: 34%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 20px;
}
.collection__item {
	position: relative;
}
.collection__item .collection__itemdisclamer {
	position: absolute;
	z-index: 9;
	left:30px;
	bottom:30px;
	min-height: 150px;
	height: auto;
	background: rgba(255, 255, 255, 0.8);
	min-width: 495px;
	width: auto;
	display: inline-block;
	border-radius: 5px;
	padding:30px;
	max-width: 500px;
}
.collection__item_name {
	font-weight: 500;
	font-size: 24px;
	text-transform: uppercase;
	color: #000;
	font-family: "Montserrat", sans-serif;
	padding-bottom: 15px;
	line-height: 130%;
	transition: all 0.3s linear;
}
.collection__item .collection__itemdisclamer:hover .collection__item_name {
	color:#C83947;
}
.collection__item_nazn {
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	color: #000;
	margin-bottom: 10px;
	transition: all 0.3s linear;
}
.collection__item .collection__itemdisclamer:hover .collection__item_nazn {
	color:#C83947;
}
.collection__item_nazn {
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	color: #000;
}
.collection__item_razmer {
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	color: #000;	
}
.collections__wrap {
	position: relative;
}
.collections__wrap .swiper-pagination {
	position: absolute;
	z-index: 9;
	right:115px;
	bottom:50px;
}
.sliders_button_prev {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #666666;
	position: absolute;
	z-index: 2;
	top:50%;
	margin-top:-25px;
	left:-25px;
	border:none;
	transition: all 0.3s linear;
}
.sliders_button_next {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #666666;
	position: absolute;
	z-index: 2;
	top:50%;
	margin-top:-25px;
	right:-15px;
	border:none;
	transition: all 0.3s linear;
}
.sliders_button_prev:hover {
	background: #279B9A;
}
.sliders_button_next:hover {
	background: #279B9A;
}
.looked__wrap .sliders_button_prev {
	background: #666666;
}
.looked__wrap .sliders_button_next {
	background: #666666;
}
.looked__wrap .sliders_button_prev:hover {
	background: #279B9A;
}
.looked__wrap .sliders_button_next:hover {
	background: #279B9A;
}
.looked__wrap .sliders_button_prev svg path {
	stroke: #ffffff;
}
.looked__wrap .sliders_button_next svg path {
	stroke: #ffffff;
}
.top__banner {
	display: flergb(62, 59, 59)
	margin-top:15px;
}
.novinki__wrap {
	position: relative;
}
.novinki__wrap .novinki__info {
	position: absolute;
	z-index: 2;
	left:22px;
	bottom: 22px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	font-weight: 500;
	font-size: 22px;
	text-transform: uppercase;
	color: #000;
	width: 163px;
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s linear;
}
.novinki__wrap:hover .novinki__info {
	color: #C83947;
}
.aktsii__wrap {
	position: relative;
}
.aktsii__wrap .aktsii__info {
	position: absolute;
	z-index: 2;
	left:22px;
	bottom: 22px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	font-weight: 500;
	font-size: 22px;
	text-transform: uppercase;
	color: #000;
	width: 127px;
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s linear;
}
.aktsii__wrap:hover .aktsii__info {
	color: #C83947;
}
.link_sale {
	display: block;
	position: relative;
}
.link_sale .disclamer_sale {
	position: absolute;
	z-index: 9;
	height: 69px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	padding: 10px;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	font-family: "Montserrat", sans-serif;
	max-width: 354px;
	left:22px;
	top:22px;
}
.disclamer_sale_percent {
	border-radius: 5px;
	padding: 10px;
	width: 76px;
	height: 49px;
	background: #FF5420;
	font-weight: 500;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right:12px;
	font-family: "Montserrat", sans-serif;
	float: left;
}
.aktsii__wrap img {
	border-radius: 5px;
}
.novinki__wrap img {
	border-radius: 5px;	
}
.collections__wrap img {
	border-radius: 5px;	
}
.collections__wrap .swiper-pagination {
	display: flex;
	justify-content: end;
	padding-right: 120px;
}
.collections__wrap .swiper-pagination-bullet-active {
	background: #FF5420;
}
.collections__wrap .swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	background: #D9D9D9;
	opacity: 1 !important;
}
.collections__wrap .swiper-pagination-bullet-active {
	background: #279B9A !important;
}
.module__header {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 36px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	padding:120px 0 50px 0;
	line-height: 130%;
}
.module__header2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 36px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	padding:0px 0 50px 0;
	line-height: 130%;
}
.popular__tabs {
	display: flex;
	justify-content: center;
}
.popular__tabs li {
	border:1px solid #E5E5E5;
	margin:0 !important;
	border-right: none;;
}
.popular__tabs li:first-child {
	border-right:none;
}
.popular__tabs li:last-child {
	border-right:1px solid #E5E5E5;
}
.popular__tabs ul {
	border:none !important;
}

.popular__tabs ul li a {
	font-weight: 400;
	font-size: 18px;
	color: #4b4b4b;
	display: flex;
	height: 42px;
	justify-content: center;
	padding:0 24px;
	align-items:center;
	background: none !important;
	border:none !important;

}
.popular__tabs ul li.active {
	border-bottom: 2px solid #279B9A !important;
}
.popular__item {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 10px;
}
.popular__item:hover {
	box-shadow: 1px 1px 8px 0 rgba(137, 137, 137, 0.25);
}
.popular__name {
	display: block;
	font-weight: 500;
	font-size: 22px;
	line-height: 130%;
	color: #000;
	padding:16px 0;
	transition: all 0.3s linear;
	text-decoration: none !important;
	min-height: 120px;
}
.popular__name:hover, .popular__name:focus {
	color:#FF5420;
}
.popular__price {
	font-weight: 400;
	font-size: 18px;
	line-height: 110%;
	color: #000;
}
.popular__podr {
	padding-top: 20px;
}
.popular__podr a {
	height: 22px;
	font-weight: 400;
	font-size: 18px;
	line-height: 110%;
	color: #33342e;
	text-decoration: none !important;
	display: flex;
	justify-content: start;
	align-items: center;
}
.popular__podr a span {
	display: inline-block;
	margin-right: 8px;
}
.popular__item__caption {
	padding:0 20px 25px 20px;
}
.popular__wrap {
	position: relative;
}
.about_company__wrap {
	display: flex;
	padding:40px;
	background: #f9f9f9;
}
.about_company__left {
	width: 50%;
	display: flex;
	align-items: center;
}
.about_company__right {
	width: 50%;
	display: flex;
	align-items: center;
	padding-left: 20px;
}
.about_company__header {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 130%;
	text-transform: uppercase;
	color: #000;
	padding-bottom:30px;
}
.about_company__rightwrap {
	min-height: 320px;
}
.about_company__link {
	display: inline-block;
	color: #279B9A;
	text-decoration: underline;
	transition: all 0.3s linear;
}

.about_company__link:hover, .about_company__link:focus {
	text-decoration: none;
	color: #279B9A;
}
.popular__collections {
	position: relative;
}
.nashi_preim {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f7f7f7;
	padding:80px 0;
	margin-top: 110px;
}
.nashi_preim__wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	gap:20px;
}
.nashi_preim__item {
	border-radius: 5px;
	padding: 20px;
	background: #fff;
}
.nashi_preim__itemicon {
	height: 50px;
}
.nashi_preim__itemheader {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 130%;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 30px;
}
.collectionint__item {
	position: relative;
}
.collectionint__item .collectionint__itemdisclamer {
	position: absolute;
	z-index: 9;
	left:30px;
	bottom:30px;
	min-height: 150px;
	height: auto;
	background: rgba(255, 255, 255, 0.8);
	min-width: 495px;
	width: auto;
	display: inline-block;
	border-radius: 5px;
	padding:30px;
	max-width: 500px;
}
.collectionint__item_name {
	font-weight: 500;
	font-size: 24px;
	text-transform: uppercase;
	color: #000;
	font-family: "Montserrat", sans-serif;
	padding-bottom: 15px;
	line-height: 130%;
	transition: all 0.3s linear;
}
.collectionint__item_nazn {
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	color: #000;
	transition: all 0.3s linear;
}
.collectionint__itemdisclamer:hover .collectionint__item_name {
	color: #C83947;
}
.collectionint__itemdisclamer:hover .collectionint__item_nazn {
	color: #C83947;
}
.collectionint__item_razmer {
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	color: #000;	
}
.collections_interier__wrap {
	position: relative;
}
.collections_interier__wrap .swiper-pagination-int {
	position: relative;
	z-index: 2;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom:0;
}
.collections_interier__wrap .sliders_button_next {
	right: -25px;
}
.collections_interier__wrap img {
	border-radius: 5px;
}
.collections_interier__wrap .swiper-pagination-bullet-active {
	background: #279B9A;
}
.collections_interier__wrap .swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	background: #D9D9D9;
	opacity: 1 !important;

}
.collections_interier__wrap .swiper-pagination-bullet-active {
	background: #279B9A !important;
}
.latest__tabs {
	display: flex;
	justify-content: center;
}
.latest__tabs li {
	border:1px solid #E5E5E5;
	margin:0 !important;
	border-right: none;;
}
.latest__tabs li:first-child {
	border-right:none;
}
.latest__tabs li:last-child {
	border-right:1px solid #E5E5E5;
}
.latest__tabs ul {
	border:none !important;
}
.latest__tabs ul li a {
	font-weight: 400;
	font-size: 18px;
	color: #4b4b4b;
	display: flex;
	height: 42px;
	justify-content: center;
	padding:0 24px;
	align-items:center;
	background: none !important;
	border:none !important;
}
.latest__tabs ul li.active {
	border-bottom: 2px solid #279B9A !important;
}
.news__section {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f7f7f7;
	padding: 80px 0;
	margin-top: 110px;
}
.article_item__date {
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	color: #696969;
	padding:20px;
}
.latestnews__wrap {
	position: relative;
}
.article_item__name {
	display: block;
	padding:0 20px 25px 20px;
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	color: #000;
	transition: all 0.3s linear;
	min-height: 54px;
}
.article_item__name:hover, .article_item__name:focus {
	color: #FF5420;
}
.article_item {
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
}
.article_item__all {
	padding-top:30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.article_item__all a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	border: 1px solid #279B9A;
	border-radius: 5px;
	width: 220px;
	height: 53px;
	background: #f4f4f4;
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	color: #000;
	transition: all 0.3s linear;
}
.article_item__all a:hover, .article_item__all a:focus {
	background: #279B9A;
	color: #fff;
}
.optbuyers {
	display: flex;
}
.optbuyers__left {
	width: 50%;
	padding-right: 50px;
	padding-top:30px
}
.optbuyers__right {
	width: 50%;
	padding-left: 30px;
}
.optbuyers__form_header {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 130%;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 30px;
	max-width: 600px;
}

.optbuyers__formwrap {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding:30px;
	max-width: 750px;
}
.formfield {
	margin-bottom: 30px;
	position: relative;
}
.formfield > label.error{
	position: absolute;
	top:40px;
	left:0px;
	color:red;
	font-size: 14px !important;
}
.formfield input {
	font-family: "Montserrat", sans-serif;
	border-left:none;
	border-right: none;
	border-top:none;
	border-bottom: 1px solid #aeaeae;
	border-radius: 0px;
	box-shadow: none !important;
	background: none;
	height: 40px;
	font-size: 18px;
	line-height: 130%;
	color: #4b4b4b;
	padding:10px 0;
	width: 100%;
	box-shadow: none !important;
	outline: none !important;
}
.formfield__send {
	padding-top:10px;
}
.formfield__button {
	border: 1px solid #279B9A;
	background: #279B9A;
	border-radius: 5px;
	width: 100%;
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	transition: all 0.3s linear;
}
.formfield__button:hover, .formfield__button:focus {
	background: none;
	color:#279B9A;
}

.formfield__info {
	padding-top: 20px;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #696969;
}
.formfield__info a {
	color: #279B9A;
	text-decoration: underline;
}
footer {
	font-family: "Montserrat", sans-serif;
	padding:80px 0;
	margin-top:80px;
	background: #ffffff;
	color: #000;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
}
footer a {
 color:#000;
}
footer a:hover {
	color:#FF5420;
}
.footer__wrap {
	display: flex;
}
.footer__wrapleft {
	width: 50%;
	padding-right: 20px;
}
.footer__wrapright {
	width: 50%;
	display: flex;
	justify-content: end;
}
.footer__logo {
	padding-bottom: 50px;
}
.footer__text {
	max-width: 770px;
	padding-bottom: 30px;
}
.footer__copyright {
	padding-bottom: 20px;
}
.footer__column1 {
	width: 180px;
}
ul.footer__ul {
	margin:0;
	padding:0;
}
ul.footer__ul li {
	list-style: none;
	margin-bottom: 24px;
}
.footer__column2 {
	max-width: 275px;
	margin-left: 80px;
}
.footer__line {
	padding-bottom: 20px;
}
.catalog__block {
	margin-top: 15px;
	display: grid;
	grid-template-columns: 304px 1fr;
	grid-template-rows: auto auto;
	gap: 20px;
}
.product-items {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
}
.sidebar-block {
	border-radius: 5px;
	padding:0px;
	margin-top:59px;
}
.mfilter-box {
	padding:20px !important;
	background: #fff;
}
.product-item {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	transition: all 0.3s linear;
}
.product-item:hover {
	box-shadow: 1px 1px 8px 0 rgba(137, 137, 137, 0.25);
}
.product-item__info {
	padding:20px;
}
.item__name {
	display: block;
	font-weight: 500;
	font-size: 22px;
	line-height: 130%;
	color: #000;
	min-height: 56px;
	padding-bottom: 20px;
}
.product-item__images {
	max-width: 327px;
	padding-top:30px;
	margin:0 auto;
}
.product-item__image {
	position: relative;
}
.product-item__image .stikers__panel {
	position: absolute;
	z-index: 2;
	top:20px;
	left:20px;
	height: 50px;
	display: flex;
}
.popular__image {
	position: relative;
}
.old__price__featured {
	line-height: 110%;
	text-decoration: line-through;
	text-align: center;
	color: #555;
	margin-left: 10px;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
}
.popular__image .stikers__panel {
	position: absolute;
	z-index: 2;
	top:20px;
	left:20px;
	height: 50px;
	display: flex;
}
.stiker__new {
	width: 45px;
	height:45px;
	background: #FF5420;
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50%;
	margin-right: 8px;
}
.stiker__hit {
	width: 45px;
	height:45px;
	border-radius: 50%;
	background: #FF5420;
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	margin-right: 8px;
}
.stiker__special {
	width: 45px;
	height:45px;
	border-radius: 50%;
	background: #FF5420;
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
}
.product-item__image .product-item__wish {
	position: absolute;
	top:25px;
	right: 25px;
	z-index: 9;
	background: rgba(255, 255, 255, 0.6);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding:0;
	display: flex;
	align-items: center;
	justify-content: center;
	border:none;
	transition: all 0.3s linear;
}
.product-item__image .product-item__wish:hover {
	background:#FF5420;
}
.product-item__image .product-item__wish:hover svg path {
	stroke:#fff;
}
.product-item__name {
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	color: #000;
	display: block;
	height: 86px;
	transition: all 0.3s linear;
}
.product-item__name:hover {
	color:#FF5420;
}
.product-item__attr {
	font-weight: 400;
	font-size: 16px;
	line-height: 110%;
	color: #33342e;
	margin-bottom: 10px;
}
.product-items__attr {
	padding-top: 20px;
}
.product-item__price {
	font-weight: 500;
	font-size: 18px;
	line-height: 110%;
	color: #000;
}
.product-item__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #FF5420;
	background: #fff;
	border-radius: 5px;
	height: 60px;
	font-weight: 400;
	font-size: 18px;
	line-height: 110%;
	color: #000;
	transition:all 0.3s linear;
	width: 100%;
	padding:0 20px;
}
.prodict__old__price {
	line-height: 110%;
	text-decoration: line-through;
	text-align: center;
	color: #555;
	margin-left: 10px;
	display: inline-block;
	font-weight: 400;
	font-size: 20px;
}
.product-item__button:hover {
	background: #FF5420;
	color:#fff;
}
.product-item__button.in_cart {
	background: #FF5420;
	color:#fff;
}
.product-item__button:hover svg path{
	stroke:#ffffff;
}
.product-item__button i {
	font-size: 18px;
}
.product-item__buttonwrap {
	padding-top:20px;
}
.product_top {
	display:flex;
	padding-bottom: 40px;
}
.product_top__left {
	width: 50%;
	padding-right: 40px;
}
.product_top__right {
	width: 50%;
	display: flex;
}
.product_top__right__left {
	width: 50%;
}
.product_top__right__right {
	width: 50%;
}
.product_top__imgmainwrap {
	display: flex;
	align-items: center;
	position: relative;
}
.product_top__imgmainwrap .social__coll__panel {
	position: absolute;
	top:20px;
	right: 20px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 136px;
	height: 56px;
	margin:0 auto;
}
.product_top__imgmainwrap .product_top__socials {
	position: absolute;
	top:20px;
	right: 20px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 136px;
	height: 56px;
	margin:0 auto;
}
.product_top__imgmainwrap .stikers__panel {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 20px;
	height: 50px;
	display: flex;
}
.product_top__mainimg {
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: 120px 1.6fr;
	gap: 20px 20px;
	grid-template-areas:
    "product_top__vertical product_top__imgmainwrap";
}
.product_top__noimages {
	display: block !important;
}
.product_top__noimages img {
	margin: 0 auto;
}
.product_top__vertical {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 600px;
	width: 120px;
	position: relative;
}
#productsgallery.swiper-container {
	overflow: hidden;
	height: 100%;
}
.product_top__vertical .button__top {
	position: relative
  }
.product_top__vertical .button__bottom {
	position: relative;
}

.productsgallery img {
	border: 1px solid rgba(255, 0, 0, 0.0);
}
.productsgallery img:hover {
	border: 1px solid rgba(199, 4, 4, 1.0);
}
.button__top {
	border-radius: 5px;
	padding: 0px 10px;
	width: 120px;
	height: 40px;	
	background: #fff;
	border:none;
	margin-bottom:10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.button__bottom {
	border-radius: 5px;
	padding: 0px 10px;
	width: 120px;
	height: 40px;	
	background: #fff;
	border:none;
	margin-top:10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product_top__dopimg {
	display: none;
}
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
	background-image: url("../image/ya.svg") !important;
}
.ya-share2__item_more.ya-share2__item_has-pretty-view:hover .ya-share2__icon_more {
	background-image: url("../image/ya2.svg") !important;
}
.ya-share2__container_size_l .ya-share2__item_more .ya-share2__icon_more {
	background-size: 21px 25px !important;
}
.ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
	padding: 0px !important;
	width: 55px !important;
	height: 55px !important;
	border: none;
	background: rgba(255, 255, 255, 0.6) !important;
	transition: all 0.3s linear;
  }
  .ya-share2__container_size_l:hover .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
	background: #279B9A !important;
  }
  .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__badge_more {
	vertical-align: middle !important;
	width: 55px !important;
	height: 55px !important;
  }
  .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
	width: 55px !important;
	height: 55px !important;
	background-size: 21px 25px;
  }
  .prod_to_wish {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: none;
	background: rgba(255, 255, 255, 0.6) !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0 !important;
	transition: all 0.3s linear;
  }
  .prod_to_wish:hover {
	background: #279B9A !important;
  }
  .prod_to_wish:hover svg path {
	stroke: #fff;
  }
  .h1product {
	padding-bottom: 40px !important;
	padding-top: 0px !important;
	text-align: left !important;
	line-height: 130%;
  }
  .product_top__countryline {
	display: flex;
	justify-content: center;
  }
  .product_top__countryline span {
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	line-height: 110%;
	color: #000;
  }
  .product_top__country {
	padding-bottom: 30px;
  }
  .product_top__price {
	font-weight: 500;
	font-size: 24px;
	line-height: 110%;
	text-align: center;
	color: #000;
	text-align: center;
	padding-bottom: 20px;
}
.product_top__toproducts a {
	border: 1px solid #279B9A;
	border-radius: 5px;
	padding: 10px 20px;
	width: 345px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 18px;
	line-height: 110%;
	color: #000;
	text-decoration: none !important;
	transition: all 0.3s linear;
}
.product_top__toproducts a:hover {
	border: 1px solid #279B9A;
	background: #e6e6e6;
	color: #000;
}
.product_top__toproducts  {
	padding-bottom: 50px;
	display: flex;
	justify-content: center;
}
.product_top__attrline {
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0px 15px 0px;
	display: flex;
}
.product_top__attrname {
	width: 50%;
	font-weight: 500;
	font-size: 16px;
	color: #000;
}
.product_top__attrtext {
	width: 50%;
	font-weight: 400;
	font-size: 16px;
	color: #33342e;
}
.product_bottom .nav li {
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-right:none;
	border-radius: 0px;
}
.product_bottom .nav li:last-child {
	border-right:1px solid #e5e5e5;
}
.product_bottom .nav li.active {
	border-bottom: 2px solid #279B9A !important;
}
.product_bottom .nav-tabs > li > a, 
.product_bottom .nav-tabs > li > a:hover, 
.product_bottom .nav-tabs > li > a:focus {
	font-weight: 500;
	font-size: 18px;
	color: #555;
	cursor: default;
	background:none !important;
	border: none !important;
	margin:0 !important;
}
.product_bottom .nav-tabs > li.active > a, 
.product_bottom .nav-tabs > li.active > a:hover, 
.product_bottom .nav-tabs > li.active > a:focus {
	font-weight: 500;
	font-size: 18px;
	color: #000;
	cursor: pointer;
	background:none !important;
	border: none !important;
}
.product_bottom .nav > li > a:hover, 
.product_bottom .nav > li > a:focus {
	text-decoration: none;
	background: none !important;
}
.product_bottom  .nav > li > a {
	position: relative;
	display: block;
	padding: 12px 40px;
	cursor: pointer !important;
}
.product_bottom .nav-tabs > li {
	margin:0 !important;
}
.product_bottom .nav-tabs {
	border:none !important
}
#tab-description {
	max-width: 780px;
}
.header_tab {
	font-weight: 500;
	font-size: 18px;
	color: #000;
	padding:30px 0 15px;
}
.tab__attr__linewrap {
	width: 780px;
}
.tab__attr__line {
	display: flex;
	border-bottom: 1px solid #e5e5e5;
	padding:20px 0;
}
.tab__attr__lineleft {
	width: 65%;
}
.tab__attr__lineright {
	width: 65%;
}
.product_bottom .tab-pane {
	padding-top: 30px;
}
.product-items-recomends {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
}
.recomend__products_wrap {
	background: #fff;
	padding:120px 0;
}
.product-recomends-header {
	font-weight: 500;
	font-size: 36px;
	line-height: 130%;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	padding-bottom: 40px;
}
.product_bottom {
	padding-bottom: 60px;
	display: flex;
}
.product_bottom__left {
	width: 60%;
	padding-right: 40px;
}
.product_bottom__right {
	width: 40%;
}
.superchars {
	padding-left: 115px;
	padding-top: 60px;
	position: relative;
}
.superchars::before {
	content: '';
	display: block;
	width: 1px;
	height: 512px;
	background: #282828;
	position: absolute;
	left:0;
	top:0;
}
.superchars__item {
	display: flex;
	align-items: center;
	padding-left: 65px;
	height: 66px;
	position: relative;
	margin-bottom: 50px;
	max-width: 390px;
}
.superchars .superchars__item:last-child {
	margin-bottom: 0px;
}
.superchars__item1 {
	background: url('../image/p1.svg') left 0px center no-repeat;
}
.superchars__item2 {
	background: url('../image/p2.svg') left 0px center no-repeat;
}
.superchars__item3 {
	background: url('../image/p3.svg') left 0px center no-repeat;
}
.superchars__item4 {
	background: url('../image/p4.svg') left 0px center no-repeat;
}
.looked__wrap {
	background: #fff;
	padding-bottom: 100px;
	padding-top:80px;
}
.about_product__info__model {
	padding-bottom: 30px;
}
.about_product__info__tabs ul {
	display: flex;
	justify-content: center;
}
.about_product__info__tabs .nav li {
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-right:none;
	border-radius: 0px;
}
.about_product__info__tabs .nav li:last-child {
	border-right:1px solid #e5e5e5;
}
.about_product__info__tabs .nav li.active {
	border-bottom: 1px solid #FF5420 !important;
}
.about_product__info__tabs .nav-tabs > li > a, 
.about_product__info__tabs .nav-tabs > li > a:hover, 
.about_product__info__tabs .nav-tabs > li > a:focus {
	font-weight: 500;
	font-size: 18px;
	color: #555;
	cursor: default;
	background:none !important;
	border: none !important;
	margin:0 !important;
}
.about_product__info__tabs .nav-tabs > li.active > a, 
.about_product__info__tabs .nav-tabs > li.active > a:hover, 
.about_product__info__tabs .nav-tabs > li.active > a:focus {
	font-weight: 500;
	font-size: 18px;
	color: #000;
	cursor: pointer;
	background:none !important;
	border: none !important;
}
.about_product__info__tabs .nav > li > a:hover, 
.about_product__info__tabs .nav > li > a:focus {
	text-decoration: none;
	background: none !important;
}
.about_product__info__tabs  .nav > li > a {
	position: relative;
	display: block;
	padding: 12px 40px;
	cursor: pointer !important;
}
.about_product__info__tabs .nav-tabs > li {
	margin:0 !important;
}
.about_product__info__tabs .nav-tabs {
	border:none !important
}
.about_product__info__izmer {
	font-weight: 400;
	font-size: 18px;
	color: #555;
	padding-bottom: 40px;
	padding-top: 20px;
}
.product_to_cart {
	border-radius: 5px;
	padding: 10px 20px;
	width: 300px;
	height: 60px;
	background: #279B9A;
	border:1px solid #279B9A;
	font-weight: 400;
	font-size: 18px;
	line-height: 110%;
	color: #fff;
	padding:0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s linear;
	margin-bottom: 20px;
}
.product_to_cart:hover {
	background: #ffffff;
	color: #279B9A;
}
.boc_order_btn {
	border-radius: 5px;
	padding: 10px 20px;
	width: 300px;
	height: 60px;
	background: #55B4B6;
	border:1px solid #55B4B6;
	font-weight: 400;
	font-size: 18px;
	line-height: 110%;
	color: #fff;
	padding:0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.boc_order_btn:hover {
	background: #ffffff;
	color: #55B4B6;
}
.about_product__producttabs {
	padding-top:40px;
}
.about_product__producttabs ul {
	display: flex;
	justify-content: start;
}
.about_product__producttabs .nav li {
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-right:none;
	border-radius: 0px;
}
.about_product__producttabs .nav li:last-child {
	border-right:1px solid #e5e5e5;
}
.about_product__producttabs .nav li.active {
	border-bottom: 2px solid #279B9A !important;
}
.about_product__producttabs .nav-tabs > li > a, 
.about_product__producttabs .nav-tabs > li > a:hover, 
.about_product__producttabs .nav-tabs > li > a:focus {
	font-weight: 500;
	font-size: 18px;
	color: #555;
	cursor: default;
	background:none !important;
	border: none !important;
	margin:0 !important;
}
.about_product__producttabs .nav-tabs > li.active > a, 
.about_product__producttabs .nav-tabs > li.active > a:hover, 
.about_product__producttabs .nav-tabs > li.active > a:focus {
	font-weight: 500;
	font-size: 18px;
	color: #000;
	cursor: pointer;
	background:none !important;
	border: none !important;
}
.about_product__producttabs .nav > li > a:hover, 
.about_product__producttabs .nav > li > a:focus {
	text-decoration: none;
	background: none !important;
}
.about_product__producttabs  .nav > li > a {
	position: relative;
	display: block;
	padding: 8px 18px;
	cursor: pointer !important;
}
.about_product__producttabs .nav-tabs > li {
	margin:0 !important;
}
.about_product__producttabs .nav-tabs {
	border:none !important
}
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
  }
  .contacts__panel {
	display: none;
	align-items: center;
	height: 64px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background: #fff;
	box-shadow: 0px -3px 10px -3px rgba(0,0,0,0.1);
  }
  .contacts__panel a {
	color: #3E3E3E !important;
	text-decoration: none !important;
	font-size: 14px;
  }
  .contacts__panel__tg {
	width: 33.33333%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 64px;
	padding-top: 4px;
  }
  .contacts__panel__tg img {
	width: 30px;
	height: 30px;
  }
  .contacts__panel__wa {
	width: 33.33333%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 64px;
	padding-top: 4px;
  }
  .contacts__panel__wa img {
	width: 30px;
	height: 30px;
  }
  .contacts__panel__call {
	width: 33.33333%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 64px;
	padding-top: 7px;
  }
  .contacts__panel__call svg {
	margin-bottom: 4px;
	margin-top: 0px;
  }
/****************************************************/
/****************************************************/
@media (max-width:1670px) {
	.sliders_button_prev {
		left:10px;
	}
	.sliders_button_next {
		right:10px;
	}
	.sliders_button_prev {
		left:10px;
	}
	.sliders_button_next {
		right:10px;
	}
	.collections_interier__wrap .sliders_button_next {
		right: 10px;
	}
}

@media (max-width:1630px) {
.fpusl__wrap {
	display: grid;
	margin-bottom: 70px;
	height: 1382px;
	grid-auto-columns: 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr;
	gap: 20px;
	grid-template-areas:
  "fpusl1 fpusl1 fpusl2" 
  "fpusl3 fpusl4 fpusl5" 
  "fpusl3 fpusl6 fpusl7" 
  "fpusl8 fpusl9 fpusl10";
}
}
@media (max-width:1568px) {
	.fpusl__wrap {
		display: grid;
		margin-bottom: 70px;
		height: 1382px;
		grid-auto-columns: 1fr;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr;
		gap: 20px;
		grid-template-areas:
	  "fpusl1 fpusl1 fpusl2" 
	  "fpusl3 fpusl4 fpusl5" 
	  "fpusl3 fpusl6 fpusl6" 
	  "fpusl8 fpusl10 fpusl10";
	}
	.fpusl7 {
		display: none;
	}
	.fpusl9 {
		display: none;
	}
}
@media (max-width:1360px) {
	.fpusl__wrap {
		display: grid;
		margin-bottom: 70px;
		height: 1382px;
		grid-auto-columns: 1fr;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr;
		gap: 20px;
		grid-template-areas:
	  "fpusl1 fpusl1 fpusl2" 
	  "fpusl4 fpusl4 fpusl5" 
	  "fpusl6 fpusl6 fpusl6" 
	  "fpusl8 fpusl10 fpusl10";
	}
	.fpusl3 {
		display: none;
	}
	.packing_wrap {
		width: 200px;
	}
	.product_top__left {
		padding-right: 20px;
	}
	.product_to_cart {
		width: 200px;
	}
	.boc_order_btn {
		width: 200px;
	}
	.my_quantity {
		width: 200px;
	}
}
@media (max-width:1608px) {
	.forpartners2__wrap {
		display: grid;
		grid-auto-columns: 1fr;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		gap: 20px 20px;
		grid-template-areas:
	"fp__item2 fp__item3 fp__item4" 
	"fp__item5 fp__item6 fp__item7";
	}
	.fp__item1 {
		display: none;
	}
	.tab__attr__linewrap {
		width: 100%;
	}
	.product_bottom .nav > li > a {
		padding: 12px 15px;
	}
	.superchars {
		padding-left: 60px;
	}
}
@media (max-width:1400px) {
	.product-item__name {
		height: auto;
	}
}
@media (max-width:1360px) {
	.product-item__button {
		font-size: 16px;
	}
}
@media (max-width:1300px) {
	.product_top__vertical {
		display:none;
	}
	.product_top__mainimg {
		display: block;
	}
	.product_top__dopimg {
		display: block;
	}
	.product_cart_info {
		width: 200px;
	} 
	.packing_wrap__cart {
		width: 200px;
	}
	.superchars {
		padding-left: 40px;
	}
}
@media screen and (max-width: 1279px) {
	.hc-nav-trigger.hc-nav-1 {
	  display: none !important;
	}
	.wisth__buttons {
		display: none;
	}
	.wisth__buttons__mobile {
		display: flex;
		padding-top: 20px;
	}
	.wisth__buttons__mobile button {
		margin-right: 20px;
	}
	.wish__item_name {
		padding-left: 20px;
		display: block;
		text-align: left;
		width: 85%;
	}
	.gornavmenu__ul .second-link {
		left: 150px;
		padding-right: 50px;
	}
  }

  @media screen and (max-width: 1270px) {
  .gornavmenu__ul .second-link a {
	margin-left: 10px;
  }
  .header__logo {
	margin-right: 0px;
  }
}

@media (max-width:1214px) {
.product-items {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
  }
  .fpusl__wrap {
	display: block;
	height: auto;
  }
  .fpusl2 {
	display: none;
  }
  .fpusl__wrap > div {
	margin-bottom: 20px;
	height: auto;
  }
}
@media (max-width:1214px) {
	.about_company__wrap {
		flex-direction: column;
		max-width: 745px;
		margin:0 auto;
	}
	.about_company__left {
		width: 100%;
	}
	.about_company__right {
		width: 100%;
		padding-left: 0px;
		padding-top: 30px;
	}
}
@media (max-width:1190px) {
	.inbuttontocart2 {
		display:inline-block;
	}
	.product_bottom .nav li {
		float:none;
	}
}
@media (max-width:1170px) {
.about_page__block5__header {
	flex-direction: column;
	padding-bottom: 40px;
  }
  .about_page__block5__header__left {
	width: 100%;
  }
  .about_page__block5__header__right {
	width: 100%;
  }
}
@media (max-width:1170px) {
.header__tel {
	margin-right: 55px;
  }
}
@media (max-width:1045px) {
	.top__banner {
		flex-direction: column;
	}
	.top__banner__left {
		width: 100%;
		margin-bottom: 20px;
	}
	.top__banner__right {
		width: 100%;
		flex-direction: row;
		padding-left: 0px;
	}
	.top__banner__righttop {
		display: inline-block;
		width:50%;
		margin-right: 10px;
	}
	.top__banner__rightbottom {
		display: inline-block;
		width:50%;
	}
}
@media (max-width:1024px) {
	.product-item-search {
		display: grid;
		gap: 20px;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: auto;
		padding: 0 15px;
	}
	.recomend__products_wrap {
		padding: 60px 0;
	}
	.product-recomends-header {
		font-size: 28px;
	}
	.forpartners1__header {
		font-size: 20px;
	}
	.mfilter-heading-content {
		padding: 12px 8px 8px 0px !important;
	}
	.mfilter-heading {
		font-size: 18px !important;
	}
	.articles__wrap {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: auto;
		gap: 20px;
	}
	.collectionint__item .collectionint__itemdisclamer {
		min-width: 20px;
		width: auto;
		left:20px;
		right:20px;
		padding:20px;
	}
	.product-items-recomends {
		display: grid;
		gap: 20px;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: auto;
	}
	.forpartners2 {
		padding: 80px 0;
	}
	footer {
		margin-top:0px;
	}
	.about_page__block5 {
		display: grid; 
		grid-template-columns: 1fr 1fr 1fr; 
		grid-template-rows: 1fr 1fr; 
		gap: 20px; 
		grid-template-areas: 
		  "ap_block5_item1 ap_block5_item2  ap_block5_item3"
		  "ap_block5_item4 ap_block5_item5  ap_block5_item6"; 
	}
	.ap_block5_item7 {
		display: none;
	}
	.about_page__block4__left_in {
		max-width: 100%;
	}
	.about_page__block4__wrap {
		flex-direction: column;
	}
	.about_page__block4__left {
		width: 100%;
	}
	.about_page__block4__right {
		width: 100%;
		padding-left: 0px;
		padding-top: 20px;
		display: flex;
		justify-content: center;
	}
	.about_page__block4 {
		padding: 40px 0 50px;
	}
	.predost_items {
		grid-template-columns:  1fr 1fr;
		grid-template-rows: 1fr 1fr;
	  }
	.about_page__block2 {
		padding: 60px 0;
	}
	.about_page__block1__wrap {
	flex-direction: column;
	}
	.about_page__block1__left {
		width: 100%;
		display: block;
		justify-content: center;
	  }
	  .about_page__block1__right {
		padding:20px 0 0 0;
		width: 100%;
	  }
	h1 {
		font-size:28px;
	}
	.news__section {
		margin-top:0px;
	}
	.nashi_preim__wrap {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		gap: 20px;
	  }
	  .module__header2 {
		font-size: 28px;
	  }
	.nashi_preim {
		padding: 0px;
		margin-top: 60px;
	}
	.module__header {
		font-size: 28px;
		padding: 80px 0 30px 0;
	}
.catalog__block {
	margin-top: 36px;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto;
	gap: 20px;
}
.product-items {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
  }
  .sidebar-block {
	display: none;
  }
}
@media (max-width:991px) {
	.product_bottom .nav li {
		float:left;
	}
	.product_bottom {
		flex-direction: column;
	}
	.product_bottom__left {
		width: 100%;
	}
	.product_bottom__right {
		width: 100%;
	}
	.superchars {
		padding: 40px 15px 15px 15px;
	}
	.superchars::before {
		display: none;
	}
	.cart__products__table_head {
		display: none;
	}
	.cart__products__table {
		flex-direction: column;
	}
	.cart__table__body__image {
		width: 100%;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.cart__table__body__name {
		width: 100%;
		padding-top: 20px;
		text-align: center;
	}
	.cart__table__body__info {
		width: 100%;
		padding-top: 20px;
		height: 170px;
	}
	.product__price {
		width: 100%;
	}
	.product__price::before {
		content: 'Цена:';
		display: block;
		font-size: 13px;
		margin-right: 10px;
	}
	.totals {
		width: 100%;
		padding-top: 20px;
	}
	.remove__from__cart::before {
		content: 'Удалить:';
		display: block;
		font-size: 13px;
		margin-right: 10px;
	}
	.totals::before {
		content: 'Сумма:';
		display: block;
		font-size: 13px;
		margin-right: 10px;
	}
	.product__cart__name {
		text-align: center;
		padding-bottom: 10px;
		padding-left: 0px;
	}
	.product__cart__model {
		padding-left: 0px;
	}
	.remove__from__cart {
		width: 100%;
		justify-content: center;
		padding-top: 20px;
	}
	.product_top__right__left {
		width: 100%;
	}
	.product_top__right__right {
		display: none;
	}
	.logo__mobile {
		display: block;
		margin-left: 30px;
		height: 40px;
		margin-top: 6px;
	}
	header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9;
	}
	body {
		padding-top: 73px;
	}
	.header__search .search__fieldwrap button {
		position: absolute;
		right: 6px;
		top: 5px;
	}
	.header__search .search__fieldwrap {
		position: fixed;
		right: 0px;
		top: 75px;
		padding-right: 44px;
		left: 0;
		z-index: 9;
		width: 100% !important;
	}
	.product_top {
		padding-bottom: 25px;
	}
	.desctop__product__chars {
		display: none;
	}
	.mibile__main_productchars {
		display: block;
		margin-bottom:40px;
	}
	.hc-nav-trigger.hc-nav-1 {
		display: block !important;
		margin-top: 18px;
	}
	.header__mobile_bar {
		display: block !important;
	}
	.header__contacts {
		display:none;
	}
	.container_menu {
		display: none;
	}
	.header__right {
		width: 100%;
	}
}


@media (max-width:920px) {
.about_product__info__tabs .nav > li > a {
	position: relative;
	display: block;
	padding: 12px 20px;
	cursor: pointer !important;
}
.product_to_cart {
	width: 100%;
}
.boc_order_btn {
	width: 100%;
}
.footer__column2 {
	margin-left: 40px;
}
}

@media (max-width:780px) {
	.product-items-recomends {
		display: grid;
		gap: 20px;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
	}
}

@media (max-width:860px) {
	.about_cifra_top {
		font-size: 40px;
	}
	.about_cifra_bottom {
		padding-top: 5px;
	}
	.forpartners1 {
		display: flex;
		flex-direction: column;
	}
	.forpartners1__left {
		width: 100%;
		padding-right: 0px;
		padding-bottom: 20px;
	}
	.forpartners1__right {
		padding-left: 0px;
		width: 100%;
	}
}
@media (max-width:826px) {
	.disclamer_sale {
		display: none !important;
	}
}
@media (max-width:820px) {
	.tab__attr__linewrap {
		width: 100%;
	}
}
@media (max-width:816px) {
	.product-items {
		display: grid;
		gap: 20px;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
	}
}
@media (max-width:768px) {
	.stiker__new {
		width: 45px;
		height:45px;
		font-size: 14px;
	}
	.stiker__hit {
		width: 45px;
		height:45px;
		font-size: 14px;
	}
	.stiker__special {
		width: 45px;
		height:45px;
		font-size: 14px;
	}
	.tab__attr__line {
		padding: 10px 0;
	}
	.opldost__disclamer {
		padding-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.product-item__name {
		font-size: 16px;
	}
	.article_thumb__name {
		font-size: 18px;
	}
	.popular__name {
		font-size: 18px;
	}
	.popular__tabs ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		gap:10px;
	}
	.popular__tabs ul li {
		border-right: 1px solid #E5E5E5;
	}
	.popular__tabs li:first-child {
		border-right: 1px solid #E5E5E5;
	}
	.popular__tabs ul::before, .popular__tabs ul::after {
		display: none;
	}
	.about_page__block5__header__left {
		font-size: 28px;
	}
	.optbuyers__form_header {
		font-size: 20px;
	}
	.about_page__block5__header__right {
		font-size: 20px;
	}
	.forpartners3__header {
		font-size: 28px;
		padding-bottom: 30px;
	}
	.opldost__form_header {
		padding: 0 15px 30px;
		font-size: 24px;
	}
	.forpartners2__wrap {
		display: block;
	}
	.forpartners2__wrap > div {
		margin-bottom: 20px;
	}
	.forpartners2__header {
		flex-direction: column;
	}
	.forpartners2__header_left {
		width: 100%;
		font-weight: 500;
		font-size: 28px;
		text-transform: uppercase;
		color: #000;
	}
	.forpartners2__header_right {
		width: 100%;
		font-weight: 400;
		font-size: 20px;
		line-height: 140%;
		color: #000;
		padding-top: 20px;
	}
	.about_page__header {
		padding: 0 15px 30px 15px;
		font-size: 28px;
	  }
	.opldost1__wrap {
		display: block;
	}
	.opldost1__item {
		margin-bottom:20px;
	} 
	.about_page__block5 {
		display: grid; 
		grid-template-columns: 1fr 1fr; 
		grid-template-rows: 1fr 1fr 1fr; 
		gap: 20px; 
		grid-template-areas: 
		  "ap_block5_item1 ap_block5_item2"
		  "ap_block5_item3 ap_block5_item4" 
		  "ap_block5_item5 ap_block5_item6"; 
	}
	.optbuyers {
		flex-direction: column;
	}
	.optbuyers__left {
		width: 100%;
	}
	.optbuyers__right {
		width: 100%;
	}
	.optbuyers__left {
		padding:0 0 30px 0;
	}
	.optbuyers__right {
		padding:0;
	}
}
@media (max-width:740px) {
	.about_page__block2_wrap {
		flex-wrap: wrap;
	}
	.about_cifra {
		margin-top:20px;
	}
}
@media (max-width:670px) {
	.about_page__block2_wrap3 {
		text-align: left;
	}
	.footer__wrap {
		flex-direction: column;
	}
	.footer__wrapleft {
		width: 100%;
	}
	.footer__wrapright {
		width: 100%;
		display: flex;
		justify-content: start;
		padding-top: 30px;
	}
	.header__cart_wish_cab {
		width: 170px;
	}
	.cabinet_block {
		margin: 0 30px 0 0 !important;
	}
	.header__search {
		margin-right: 15px;
	}
	.articles__wrap {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		gap: 20px;
	}
}
@media (max-width:640px) {
	.product-item-search {
		display: grid;
		gap: 20px;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		padding: 0 15px;
	}
	.cart__buttons {
		flex-wrap: wrap;
		justify-content: center;
		padding:20px;
	}
	.cart__buttons a {
		width: 100%;
	}
	.cart__buttons a:first-child {
		margin-bottom: 20px;
	}
	.totopscroll {
		bottom: 70px;
	}
	.contacts__panel {
		display: flex;
	}
	.collections__wrap .swiper-pagination {
		display: flex;
		justify-content: end;
		padding-right: 40px;
	}
	.collections__wrap .swiper-pagination {
		position: absolute;
		z-index: 2;
		right: 115px;
		bottom: 30px;
	}
	.collection__item .collection__itemdisclamer {
		left: 20px;
		bottom: 20px;
		min-height: 70px;
		min-width: 100px;
		width: auto;
		padding: 20px;
		max-width: 100%;
		right: 20px;
	}
	.collection__item_name {
		font-size: 18px;
		padding-bottom: 15px;
	}
	.product_top {
		flex-direction: column;
	}
	.product_top__left {
		width: 100%;
		padding: 0 0 20px 0;
	}
	.product_top__right {
		width: 100%;
	}
	.product_bottom .nav li {
		float:none;
		width: 100%;
		margin-bottom: 5px;
	}
}

@media (max-width:590px) {
	.addtocart__buttons {
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
	}
	.addtocart__buttons button {
		margin-bottom: 15px;
		width: 100%;
	}
	.addtocart__buttons a {
		width: 100%;
	}
}
@media (max-width:568px) {
.logo__mobile {
	width: 130px;
}
.cabinet_block {
	display: none;
}
.logo__mobile {
	margin-left: 15px;
}
.product_top__attrname {
	width: 40%;
}
.product_top__attrtext {
	width: 60%;
}
.about_page__block5 {
	display: grid; 
	grid-template-columns: 1fr; 
	grid-template-rows: auto;
	gap: 20px; 
	grid-template-areas: 
		"ap_block5_item1"
		"ap_block5_item2" 
		"ap_block5_item3" 
		"ap_block5_item4" 
		"ap_block5_item5" 
		"ap_block5_item6"; 
}
.predost_items {
	grid-template-columns:  1fr;
	grid-template-rows: auto;
}
.product-item__name {
	font-size: 16px;
  }
  .product-item__button {
	padding:0 10px;
  }
  .product-item__attr {
	font-size: 14px;
  }
  .top__banner__right {
	flex-direction: column;
  }
  .top__banner__righttop {
	width:100%;
	margin-right: 0px;
	padding-bottom: 20px;
	}
	.top__banner__rightbottom {
		width:100%;
	}
	.nashi_preim__wrap {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		gap: 20px;
	}
}
@media (max-width:450px) {
	.product_top__dopimg  .button__next__gal {
		right: 10px;
	}
	.product_top__dopimg  .button__prev__gal {
		left: 10px;
	}
}
@media (max-width: 430px) {
	.hc-nav-trigger.hc-nav-1 {
		margin-top: 18px;
	}
	.product-item-search {
		display: grid;
		gap: 20px;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		padding: 0 15px;
	}
	.ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
		padding: 0px !important;
		width: 45px !important;
		height: 45px !important;
		border: none;
		background: rgba(255, 255, 255, 0.6) !important;
		transition: all 0.3s linear;
	  }
	  .ya-share2__container_size_l:hover .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
		background: #279B9A !important;
	  }
	  .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__badge_more {
		vertical-align: middle !important;
		width: 45px !important;
		height: 45px !important;
	  }
	  .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
		width: 45px !important;
		height: 45px !important;
		background-size: 21px 25px;
	  }
	  .prod_to_wish {
		width: 45px !important;
		height: 45px !important;
		border-radius: 50%;
		border: none;
		background: rgba(255, 255, 255, 0.6) !important;
		display: flex;
		align-items: center;
		justify-content: center;
		padding:0 !important;
		transition: all 0.3s linear;
	  }
	.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__badge_more {
		vertical-align: middle !important;
		width: 45px !important;
		height: 45px !important;
	}
	.prod_to_wish {
		width: 45px;
		height: 45px;
	}
	.stiker__new {
		width: 45px;
		height:45px;
		font-size: 14px;
	}
	.stiker__hit {
		width: 45px;
		height:45px;
		font-size: 14px;
	}
	.stiker__special {
		width: 45px;
		height:45px;
		font-size: 14px;
	}
	.product_bottom .nav > li > a {
		padding: 12px 20px;
	}
	.header__cartbutton {
		min-width: 54px;
	}
	.cabinet_block {
		display: none;
	}
	.header__wish {
		width: 50px;
	}
	.header__wish span {
		background: none;
		width: 20px;
	}
	.cart__block {
		width: 54px;
	}
	.header__cartbutton span {
		background: none;
		width: 20px;
	}
	.header__cart_wish_cab {
		width: 110px;
	}
	.header__cartbutton svg {
		margin-right: 5px;
	}
	h1 {
		font-size: 24px;
	}
	.tab__attr__line {
		flex-direction: column;
	}
	.tab__attr__lineleft {
		width: 100%;
		font-weight: 500;
		padding-bottom: 10px;
	}
	.tab__attr__lineright {
		width: 100%;
	}
	.product-recomends-header {
		font-size: 24px;
		padding-bottom: 20px;
	}
	.opldost__form_header {
		padding: 0 15px 30px;
		font-size: 20px;
	  }
	.forpartners3__header {
		font-size: 24px;
		padding-bottom: 15px;
	}
	.forpartners2__header_left {
		font-size: 24px;
		padding-bottom: 15px;
	}
	.about_page__block5__header__left {
		font-size: 24px;
		text-align: center;
	}
	.about_page__header {
		font-size: 24px;
		padding: 0 15px 15px 15px;
	}
	.wish__item {
		flex-direction: column;
	}
	.wish__item_img {
		width: 100%;
	}
	.wish__item_name {
		width: 100%;
		padding-left: 0px;
	}
	.article_thumb__name {
		font-size: 16px;
	}
	.article_thumb__info {
		padding: 15px;
	}
	.news__section {
		padding:40px 0;
	}
	.footer__logo {
		padding-bottom: 30px;
	}
	footer {
		padding: 30px 0 60px;
	}
	.module__header2 {
		font-size: 24px;
		padding-bottom: 20px;
	}
	.module__header {
		font-size: 24px;
	}
	.collectionint__item .collectionint__itemdisclamer {
		padding:12px;
		bottom:20px;
	}
	.collectionint__item_nazn {
		display: none;
	}
	.collectionint__item_name {
		padding: 0px !important;
		font-size: 18px;
	}
	.collectionint__itemdisclamer {
		min-height: 10px !important;
	}
	.about_company__wrap {
		padding: 20px;
	}
	.collection__item_nazn {
		display: none;
	}
	.collection__item .collection__itemdisclamer {
		padding:12px;
	}
	.collection__item_name {
		padding-bottom: 0px;
	}
	.product-items-recomends {
		grid-template-columns: 1fr;
	}
	.product_top__attrname {
		width: 100%;
		padding-bottom:15px;
	}
	.product_top__attrtext {
		width: 100%;
	}
	.product_top__attrline {
		flex-direction: column;
	}
	.opldost__bottom {
		padding-bottom: 40px;
	}
	.opldost__top {
		padding-bottom: 40px;
	}
	.forpartners2 {
	  padding: 40px 0;
	}
	.forpartners3 {
		padding: 40px 0 0 0;
	}
	.about_page__block2 {
		padding: 40px 0;
	}
	.about_page__block3 {
		padding: 40px 0 30px;
	}
	.about_page__block4 {
		padding: 0px 0 40px;
	}
	.module__header {
		padding: 40px 0 20px 0;
	}
}

@media (max-width:414px) {
	.article_thumb__name {
		min-height: 10px;
	}
	.articles__wrap {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		gap: 20px;
	}
}
@media (max-width:396px) {
	.product-items {
		grid-template-columns: 1fr;
	  }
}
@media (max-width:375px) {
	.wish__items {
		padding: 15px;
	}
	.popular__tabs ul li a {
		margin-right: 0px !important;
	}
	.popular__tabs ul {
		grid-template-columns: 1fr;
		width: 100%;
	}
	.popular__tabs ul li {
		border-right: 1px solid #E5E5E5;
	}
	.popular__tabs li:first-child {
		border-right: 1px solid #E5E5E5;
	}
	.cabinet_block {
		margin: 0 15px 0 0 !important;
	}
	.header__wish {
		width: 54px;
	}
	.cart__block {
		width: 64px;
	}
	.header__search {
		margin-right: 10px;
	}
	.header__cartbutton {
		min-width: px;
	}
	.footer__column2 {
		margin-left: 30px;
	}
}
@media (max-width:360px) {
	.logo__mobile {
		width: 95px;
		margin-left:10px;
	}
	.footer__wrapright {
		flex-direction: column;
	}
	.footer__column1 {
		width: 100%;
		padding-bottom: 15px;
	}
	.footer__column2 {
		width: 100%;
		margin-left: 0px;
		padding-bottom: 30px;
	}
}
