body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}

/* 1001 Dribnicya calculators and full category tree */
.home-section__title-row {
	align-items: flex-start;
	display: flex;
	gap: 18px;
	justify-content: space-between;
}
.home-section__title-row h2 {
	margin-top: 6px;
}
.home-section__all-link {
	align-items: center;
	background: #f6c343;
	border-radius: 8px;
	color: #2b2b2b;
	display: inline-flex;
	font-weight: 700;
	margin-top: 4px;
	padding: 10px 16px;
	white-space: nowrap;
}
.home-section__all-link:hover,
.home-section__all-link:focus {
	background: #e8b21f;
	color: #111;
	text-decoration: none;
}
.home-calculator-grid,
.calculator-card-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.home-calculator-card,
.calculator-card {
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(22, 35, 48, .08);
	color: #24313f;
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-height: 190px;
	padding: 22px;
}
.home-calculator-card:hover,
.home-calculator-card:focus,
.calculator-card:hover,
.calculator-card:focus {
	border-color: #d92228;
	color: #24313f;
	text-decoration: none;
}
.home-calculator-card span,
.calculator-card__icon {
	align-items: center;
	background: #d92228;
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	width: 44px;
}
.home-calculator-card strong,
.calculator-card strong {
	font-size: 20px;
	line-height: 1.25;
}
.home-calculator-card small,
.calculator-card small {
	color: #667789;
	font-size: 14px;
	line-height: 1.55;
}
.home-calculator-card em,
.calculator-card em {
	color: #d92228;
	font-style: normal;
	font-weight: 700;
	margin-top: auto;
}
.repair-tools-page {
	padding-bottom: 42px;
}
.repair-tools-hero {
	background: linear-gradient(135deg, #fff 0%, #f5f7fa 100%);
	border: 1px solid #e8edf3;
	border-radius: 8px;
	margin-bottom: 22px;
	padding: 28px;
}
.repair-tools-hero span {
	color: #d92228;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
}
.repair-tools-hero h1 {
	font-size: 34px;
	font-weight: 800;
	line-height: 1.2;
	margin: 8px 0 10px;
}
.repair-tools-hero p {
	color: #596b7e;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	max-width: 860px;
}
.all-categories-panel {
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 8px;
	padding: 24px;
}
.all-categories-tree {
	list-style: none;
	margin: 0;
	padding: 0;
}
.all-categories-tree > li {
	break-inside: avoid;
	margin-bottom: 12px;
}
.all-categories-panel > .all-categories-tree {
	columns: 3 260px;
	column-gap: 28px;
}
.all-categories-tree a {
	color: #24313f;
	display: inline-block;
	font-weight: 700;
	line-height: 1.35;
	padding: 3px 0;
}
.all-categories-tree a:hover,
.all-categories-tree a:focus {
	color: #d92228;
}
.all-categories-tree .all-categories-tree {
	border-left: 2px solid #eef2f6;
	margin: 5px 0 0 8px;
	padding-left: 12px;
}
.all-categories-tree .all-categories-tree a {
	font-weight: 500;
}
.tile-calc-layout {
	align-items: flex-start;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1fr) 360px;
}
.tile-calc-form,
.tile-calc-results,
.repair-tools-seo {
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(22, 35, 48, .06);
	padding: 22px;
}
.tile-calc-section + .tile-calc-section {
	border-top: 1px solid #edf1f5;
	margin-top: 20px;
	padding-top: 20px;
}
.tile-calc-section h2,
.tile-calc-results h2,
.repair-tools-seo h2 {
	font-size: 22px;
	font-weight: 800;
	margin: 0 0 16px;
}
.tile-calc-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tile-calc-grid label,
.tile-product-select {
	color: #405165;
	display: flex;
	flex-direction: column;
	font-size: 13px;
	font-weight: 700;
	gap: 6px;
}
.tile-calc-grid input,
.tile-product-select select {
	border: 1px solid #d9e1ea;
	border-radius: 8px;
	box-shadow: none;
	font-size: 15px;
	min-height: 42px;
	padding: 9px 11px;
	width: 100%;
}
.tile-calc-choice {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}
.tile-calc-choice label {
	background: #f5f7fa;
	border: 1px solid #e3e9f0;
	border-radius: 999px;
	cursor: pointer;
	font-weight: 700;
	margin: 0;
	padding: 8px 12px;
}
.tile-selected-product {
	align-items: center;
	background: #f8fafc;
	border: 1px dashed #d9e1ea;
	border-radius: 8px;
	display: flex;
	gap: 12px;
	margin-top: 14px;
	min-height: 74px;
	padding: 12px;
}
.tile-selected-product img {
	border-radius: 6px;
	height: 58px;
	object-fit: cover;
	width: 58px;
}
.tile-selected-product small {
	color: #667789;
	display: block;
	line-height: 1.45;
}
.tile-calc-results {
	position: sticky;
	top: 12px;
}
.tile-calc-results dl {
	display: grid;
	gap: 0;
	grid-template-columns: 1fr;
	margin: 0;
}
.tile-calc-results dt,
.tile-calc-results dd {
	border-bottom: 1px solid #edf1f5;
	margin: 0;
	padding: 9px 0;
}
.tile-calc-results dt {
	color: #667789;
	font-size: 13px;
}
.tile-calc-results dd {
	color: #24313f;
	font-size: 16px;
	font-weight: 800;
}
.tile-calc-send {
	background: #d92228;
	border: 0;
	border-radius: 8px;
	color: #fff;
	font-weight: 800;
	margin-top: 18px;
	padding: 12px 16px;
	width: 100%;
}
.tile-calc-message {
	border: 1px solid #d9e1ea;
	border-radius: 8px;
	font-size: 13px;
	height: 150px;
	margin-top: 12px;
	padding: 10px;
	width: 100%;
}
.tile-calc-note,
.repair-tools-seo p {
	color: #667789;
	line-height: 1.55;
	margin: 12px 0 0;
}
.repair-tools-seo {
	margin-top: 22px;
}
.category-tool-callout {
	align-items: center;
	background: #fff8e6;
	border: 1px solid #f1d58b;
	border-radius: 8px;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin: 0 0 22px;
	padding: 18px 20px;
}
.category-tool-callout strong {
	color: #24313f;
	display: block;
	font-size: 18px;
	margin-bottom: 4px;
}
.category-tool-callout p {
	color: #667789;
	margin: 0;
}
.category-tool-callout a {
	background: #d92228;
	border-radius: 8px;
	color: #fff;
	font-weight: 800;
	padding: 10px 14px;
	white-space: nowrap;
}
.category-tool-callout a:hover,
.category-tool-callout a:focus {
	background: #b9151b;
	color: #fff;
	text-decoration: none;
}
@media (max-width: 991px) {
	.tile-calc-layout {
		grid-template-columns: 1fr;
	}
	.tile-calc-results {
		position: static;
	}
	.tile-calc-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 767px) {
	.home-section__title-row,
	.category-tool-callout {
		align-items: stretch;
		flex-direction: column;
	}
	.home-section__all-link,
	.category-tool-callout a {
		justify-content: center;
		text-align: center;
		width: 100%;
	}
	.home-calculator-grid,
	.calculator-card-grid,
	.tile-calc-grid {
		grid-template-columns: 1fr;
	}
	.repair-tools-hero {
		padding: 22px;
	}
	.repair-tools-hero h1 {
		font-size: 28px;
	}
	.all-categories-panel > .all-categories-tree {
		columns: 1;
	}
}

/* 1001 Dribnicya UI polish for calculators */
.home-section__all-link--prominent {
	background: #d92228;
	box-shadow: 0 10px 22px rgba(217, 34, 40, .22);
	color: #fff;
	font-size: 15px;
	gap: 8px;
	min-height: 44px;
	padding: 12px 18px;
}
.home-section__all-link--prominent:hover,
.home-section__all-link--prominent:focus {
	background: #b9151b;
	color: #fff;
	transform: translateY(-1px);
}
.home-categories .home-section__head {
	max-width: none;
}
.home-categories .home-section__title-row {
	align-items: center;
}
.home-categories .home-section__title-row > div {
	min-width: 0;
}
.home-categories .home-section__all-link--prominent {
	background: #fff4cc;
	border: 1px solid rgba(240, 90, 40, .22);
	box-shadow: 0 12px 26px rgba(240, 90, 40, .16);
	color: #f05a28;
	font-size: 16px;
	font-weight: 900;
	min-height: 48px;
	padding: 13px 19px;
}
.home-categories .home-section__all-link--prominent .fa {
	font-size: 15px;
	transition: transform .2s ease;
}
.home-categories .home-section__all-link--prominent:hover,
.home-categories .home-section__all-link--prominent:focus {
	background: #f05a28;
	border-color: #f05a28;
	color: #fff;
}
.home-categories .home-section__all-link--prominent:hover .fa,
.home-categories .home-section__all-link--prominent:focus .fa {
	transform: translateX(3px);
}
.calculators-hero,
.tile-calc-hero {
	align-items: center;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
}
.calculators-hero:after,
.tile-calc-hero:after {
	background: radial-gradient(circle, rgba(217, 34, 40, .10), transparent 65%);
	content: "";
	height: 240px;
	position: absolute;
	right: -60px;
	top: -80px;
	width: 240px;
}
.repair-tools-hero__badge,
.tile-calc-hero__summary {
	align-items: center;
	background: #fff;
	border: 1px solid #edf1f5;
	border-radius: 8px;
	box-shadow: 0 16px 35px rgba(22, 35, 48, .10);
	display: flex;
	gap: 12px;
	min-width: 170px;
	padding: 16px;
	position: relative;
	z-index: 1;
}
.repair-tools-hero__badge strong,
.tile-calc-hero__summary strong {
	color: #d92228;
	font-size: 38px;
	font-weight: 900;
	line-height: 1;
}
.repair-tools-hero__badge small,
.tile-calc-hero__summary small {
	color: #405165;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
}
.calculator-card-grid {
	gap: 24px;
}
.calculator-card {
	border-color: #e4eaf1;
	box-shadow: 0 18px 38px rgba(22, 35, 48, .10);
	display: grid;
	gap: 18px;
	grid-template-columns: 62px minmax(0, 1fr);
	min-height: 270px;
	padding: 28px;
	position: relative;
}
.calculator-card:after {
	background: linear-gradient(90deg, #d92228, #f6c343);
	border-radius: 0 0 8px 8px;
	bottom: -1px;
	content: "";
	height: 4px;
	left: 18px;
	position: absolute;
	right: 18px;
}
.calculator-card__icon {
	font-size: 22px;
	height: 58px;
	width: 58px;
}
.calculator-card__body {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.calculator-card__body ul {
	color: #596b7e;
	font-size: 13px;
	line-height: 1.45;
	list-style: none;
	margin: 4px 0 0;
	padding: 0;
}
.calculator-card__body li {
	margin-top: 6px;
	padding-left: 18px;
	position: relative;
}
.calculator-card__body li:before {
	background: #f6c343;
	border-radius: 50%;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 7px;
}
.calculator-card em {
	align-items: center;
	align-self: end;
	background: #d92228;
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	font-weight: 800;
	gap: 8px;
	grid-column: 2;
	justify-content: center;
	padding: 12px 16px;
}
.calculator-card:hover em,
.calculator-card:focus em {
	background: #b9151b;
	color: #fff;
}
.tile-calc-hero__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}
.tile-calc-hero__links a {
	background: #fff;
	border: 1px solid #e4eaf1;
	border-radius: 999px;
	color: #405165;
	font-weight: 800;
	padding: 8px 13px;
}
.tile-calc-hero__links a:hover,
.tile-calc-hero__links a:focus {
	border-color: #d92228;
	color: #d92228;
	text-decoration: none;
}
.tile-calc-form,
.tile-calc-results {
	box-shadow: 0 18px 38px rgba(22, 35, 48, .09);
}
.tile-calc-section {
	background: #fbfcfe;
	border: 1px solid #edf1f5;
	border-radius: 8px;
	padding: 18px;
}
.tile-calc-section + .tile-calc-section {
	border-top: 1px solid #edf1f5;
}
.tile-calc-section h2 {
	align-items: center;
	display: flex;
	gap: 10px;
}
.tile-calc-section h2:before {
	background: #d92228;
	border-radius: 3px;
	content: "";
	height: 22px;
	width: 5px;
}
.tile-calc-grid input:focus,
.tile-product-select select:focus {
	border-color: #d92228;
	box-shadow: 0 0 0 3px rgba(217, 34, 40, .10);
	outline: none;
}
.tile-calc-choice label {
	transition: border-color .18s ease, background .18s ease, color .18s ease;
}
.tile-calc-choice label:has(input:checked) {
	background: #fff4f4;
	border-color: #d92228;
	color: #b9151b;
}
.tile-calc-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}
.tile-calc-action {
	border: 0;
	border-radius: 8px;
	font-weight: 900;
	min-height: 46px;
	padding: 12px 18px;
}
.tile-calc-action--primary {
	background: #d92228;
	color: #fff;
	flex: 1 1 180px;
}
.tile-calc-action--ghost {
	background: #f5f7fa;
	border: 1px solid #d9e1ea;
	color: #405165;
}
.tile-calc-results__head span {
	color: #d92228;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .06em;
	text-transform: uppercase;
}
.tile-calc-results__head h2 {
	margin: 4px 0 14px;
}
.tile-calc-results__head--materials {
	margin-top: 22px;
}
.tile-calc-result-card--accent {
	background: linear-gradient(135deg, #d92228, #b9151b);
	border-radius: 8px;
	color: #fff;
	margin-bottom: 14px;
	padding: 18px;
}
.tile-calc-result-card--accent span {
	display: block;
	font-size: 13px;
	font-weight: 700;
	opacity: .88;
}
.tile-calc-result-card--accent strong {
	display: block;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.15;
	margin-top: 4px;
}
.tile-calc-result-grid,
.tile-calc-material-list {
	display: grid;
	gap: 10px;
}
.tile-calc-result-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tile-calc-result-grid div,
.tile-calc-material-list div {
	background: #f8fafc;
	border: 1px solid #edf1f5;
	border-radius: 8px;
	padding: 12px;
}
.tile-calc-result-grid span,
.tile-calc-material-list span {
	color: #667789;
	display: block;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.3;
}
.tile-calc-result-grid strong,
.tile-calc-material-list strong {
	color: #24313f;
	display: block;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.35;
	margin-top: 4px;
}
.tile-calc-material-list div:last-child {
	grid-column: 1 / -1;
}

/* Unified calculator UI */
.calculator-page,
.tile-calculator-page,
#information-information:has(.armstrong-calculator-landing) {
	background: #f5f7fb;
	color: #24313f;
	padding-bottom: 38px;
}
.calculator-page .breadcrumb,
.tile-calculator-page .breadcrumb,
#information-information:has(.armstrong-calculator-landing) .breadcrumb {
	background: transparent;
	border: 0;
	margin: 0 0 14px;
	padding: 12px 0 0;
}
.calculator-hero,
.tile-calc-hero,
#information-information:has(.armstrong-calculator-landing) #content > h1:first-of-type {
	background: radial-gradient(circle at 82% 18%, rgba(255, 196, 0, .34), transparent 28%), linear-gradient(135deg, #10233f 0%, #1f334f 58%, #f05a28 100%);
	border: 1px solid rgba(255, 196, 0, .24);
	border-radius: 8px;
	box-shadow: 0 20px 46px rgba(16, 35, 63, .18);
	color: #fff;
	margin-bottom: 24px;
	padding: 30px;
	position: relative;
}
.tile-calc-hero h1,
#information-information:has(.armstrong-calculator-landing) #content > h1:first-of-type {
	color: #fff;
	font-size: 38px;
	font-weight: 900;
	line-height: 1.12;
	margin: 8px 0 12px;
}
.tile-calc-hero p,
#information-information:has(.armstrong-calculator-landing) #content > h1:first-of-type + p {
	color: rgba(255, 255, 255, .88);
	font-size: 16px;
	line-height: 1.65;
	max-width: 760px;
}
.tile-calc-hero > div:first-child > span,
.calculator-hero__eyebrow {
	background: #ffc400;
	border-radius: 999px;
	color: #10233f;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .06em;
	padding: 8px 13px;
	text-transform: uppercase;
}
.calculator-card,
.calculator-section,
.calculator-result,
.tile-calc-form,
.tile-calc-results,
#information-information:has(.armstrong-calculator-landing) .armstrong-calculator-landing,
#information-information:has(.armstrong-calculator-landing) #content > h2,
#information-information:has(.armstrong-calculator-landing) #content > h2 + p,
#information-information:has(.armstrong-calculator-landing) #content > ul {
	background: #fff;
	border: 1px solid #e4eaf1;
	border-radius: 8px;
	box-shadow: 0 18px 38px rgba(16, 35, 63, .09);
}
.tile-calc-form,
.tile-calc-results {
	padding: 24px;
}
.tile-calc-section {
	background: #fbfcfe;
	border: 1px solid #e4eaf1;
	border-radius: 8px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75);
	padding: 20px;
}
.tile-calc-section + .tile-calc-section {
	margin-top: 18px;
}
.tile-calc-section h2,
.tile-calc-results h2 {
	color: #10233f;
}
.tile-calc-section h2:before {
	background: linear-gradient(180deg, #f05a28, #ffc400);
	border-radius: 999px;
	height: 24px;
	width: 5px;
}
.tile-calc-grid input,
.tile-product-select select,
.tile-calc-message {
	background: #fff;
	border-color: #d8e1ec;
	border-radius: 8px;
	min-height: 44px;
}
.tile-calc-grid input:focus,
.tile-product-select select:focus,
.tile-calc-message:focus {
	border-color: #f05a28;
	box-shadow: 0 0 0 3px rgba(240, 90, 40, .13);
	outline: 0;
}
.tile-calc-choice label {
	background: #fff;
	border-color: #dfe7f0;
	box-shadow: 0 8px 18px rgba(16, 35, 63, .05);
}
.tile-calc-choice label:has(input:checked) {
	background: #fff4cc;
	border-color: #f05a28;
	color: #10233f;
}
.calculator-cta,
.tile-calc-action--primary,
.tile-calc-send {
	background: #f05a28;
	border: 0;
	border-radius: 8px;
	box-shadow: 0 12px 24px rgba(240, 90, 40, .22);
	color: #fff;
}
.tile-calc-action--primary:hover,
.tile-calc-action--primary:focus,
.tile-calc-send:hover,
.tile-calc-send:focus {
	background: #d9471f;
	color: #fff;
}
.tile-calc-action--ghost {
	background: #fff;
	border: 1px solid #d8e1ec;
	color: #405165;
}
.tile-calc-hero__summary {
	background: rgba(255, 255, 255, .96);
	border-color: rgba(255, 196, 0, .38);
	box-shadow: 0 16px 34px rgba(16, 35, 63, .16);
}
.tile-calc-hero__summary strong {
	color: #f05a28;
}
.tile-calc-hero__links a {
	background: rgba(255, 255, 255, .12);
	border-color: rgba(255, 255, 255, .24);
	color: #fff;
}
.tile-calc-hero__links a:hover,
.tile-calc-hero__links a:focus {
	background: #ffc400;
	border-color: #ffc400;
	color: #10233f;
}
.tile-calc-result-card--accent {
	background: linear-gradient(135deg, #10233f 0%, #1f334f 55%, #f05a28 100%);
	box-shadow: 0 16px 34px rgba(16, 35, 63, .16);
}
.tile-calc-result-grid div,
.tile-calc-material-list div {
	background: #fbfcfe;
	border-color: #e4eaf1;
}
#information-information:has(.armstrong-calculator-landing) #content > h1:first-of-type {
	display: block;
	padding-bottom: 12px;
}
#information-information:has(.armstrong-calculator-landing) #content > h1:first-of-type + p {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #4f6074;
	font-size: 16px;
	margin: -12px 0 18px;
	padding: 0;
}
#information-information:has(.armstrong-calculator-landing) .armstrong-calculator-landing {
	margin-bottom: 24px;
	overflow: hidden;
	padding: 10px;
}
#information-information:has(.armstrong-calculator-landing) .armstrong-calculator-landing iframe {
	border-radius: 8px !important;
	display: block;
}
#information-information:has(.armstrong-calculator-landing) #content > h2 {
	color: #10233f;
	font-size: 24px;
	font-weight: 900;
	margin: 22px 0 0;
	padding: 20px 22px 0;
}
#information-information:has(.armstrong-calculator-landing) #content > h2 + p,
#information-information:has(.armstrong-calculator-landing) #content > ul {
	border-top: 0;
	box-shadow: 0 12px 28px rgba(16, 35, 63, .06);
	margin: 0;
	padding: 12px 22px 20px;
}
@media (max-width: 991px) {
	.calculators-hero,
	.tile-calc-hero {
		align-items: flex-start;
		flex-direction: column;
	}
	.repair-tools-hero__badge,
	.tile-calc-hero__summary {
		margin-top: 18px;
	}
}
@media (max-width: 767px) {
	.calculator-card {
		grid-template-columns: 1fr;
		min-height: 0;
		padding: 22px;
	}
	.calculator-card em {
		grid-column: 1;
		width: 100%;
	}
	.tile-calc-result-grid {
		grid-template-columns: 1fr;
	}
	.tile-calc-actions {
		flex-direction: column;
	}
	.tile-calc-action {
		width: 100%;
	}
	.calculator-hero,
	.tile-calc-hero,
	#information-information:has(.armstrong-calculator-landing) #content > h1:first-of-type {
		padding: 22px;
	}
	.tile-calc-hero h1,
	#information-information:has(.armstrong-calculator-landing) #content > h1:first-of-type {
		font-size: 28px;
	}
	.tile-calc-form,
	.tile-calc-results {
		padding: 16px;
	}
	.tile-calc-section {
		padding: 15px;
	}
	#information-information:has(.armstrong-calculator-landing) .armstrong-calculator-landing {
		margin-left: -15px;
		margin-right: -15px;
		padding: 6px;
	}
}

/* Modern header for 1001 Dribnicya */
#top.site-topline {
	background: #f6f8f9;
	border-bottom: 1px solid #e7ecef;
	padding: 0;
}
.site-topline {
	background: #f6f8f9;
	border-bottom: 1px solid #e7ecef;
	color: #59666f;
	font-size: 12px;
}
.site-topline__inner {
	align-items: center;
	display: flex;
	gap: 15px;
	justify-content: space-between;
	min-height: 34px;
}
.site-topline__left {
	align-items: center;
	display: flex;
	gap: 10px;
}
.site-topline__address {
	white-space: nowrap;
}
.site-topline__address .fa {
	color: #e35225;
	margin-right: 5px;
}
.site-header {
	background: #ffffff;
	border-bottom: 1px solid #e6ebef;
	box-shadow: 0 2px 12px rgba(39, 55, 70, 0.06);
	position: relative;
	z-index: 12;
}
.site-header__inner {
	align-items: center;
	display: flex;
	gap: 14px;
	min-height: 86px;
	padding: 14px 0;
}
.site-header__logo {
	flex: 0 0 220px;
}
.site-header__logo img {
	display: block;
	max-height: 66px;
	max-width: 220px;
	width: auto;
}
.site-header__catalog {
	align-items: center;
	background: #e35225;
	border: 1px solid #d94a1e;
	border-radius: 6px;
	color: #ffffff;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 15px;
	font-weight: 700;
	gap: 8px;
	height: 46px;
	justify-content: center;
	line-height: 1;
	padding: 0 20px;
	text-transform: uppercase;
	transition: background-color .2s ease, border-color .2s ease;
}
.site-header__catalog:hover,
.site-header__catalog:focus {
	background: #c94018;
	border-color: #c94018;
	color: #ffffff;
	outline: none;
}
.site-header__search {
	flex: 1 1 340px;
	min-width: 220px;
}
.site-header__search #search {
	margin: 0;
}
.site-header__search #search .form-control {
	border-color: #d6dde3;
	border-radius: 6px 0 0 6px;
	box-shadow: none;
	font-size: 14px;
	height: 46px;
}
.site-header__search #search .btn {
	background: #263238;
	border-color: #263238;
	border-radius: 0 6px 6px 0;
	color: #ffffff;
	height: 46px;
	min-width: 54px;
}
.site-header__contacts {
	align-items: flex-end;
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	gap: 7px;
}
.site-header__phone {
	color: #25313a;
	font-size: 15px;
	font-weight: 700;
	white-space: nowrap;
}
.site-header__phone:hover,
.site-header__phone:focus {
	color: #e35225;
	text-decoration: none;
}
.site-header__phone .fa {
	color: #e35225;
	margin-right: 5px;
}
.site-header__messengers {
	display: flex;
	gap: 6px;
	justify-content: flex-end;
}
.site-header__messenger {
	align-items: center;
	border-radius: 50%;
	color: #ffffff;
	display: inline-flex;
	height: 30px;
	justify-content: center;
	text-decoration: none;
	width: 30px;
}
.site-header__messenger:hover,
.site-header__messenger:focus {
	color: #ffffff;
	text-decoration: none;
}
.site-header__messenger--viber {
	background: #7360f2;
}
.site-header__messenger--whatsapp {
	background: #22b35f;
}
.site-header__messenger--telegram {
	background: #279bdc;
}
.site-header__actions {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 8px;
}
.site-header__account {
	position: relative;
}
.site-header__icon {
	align-items: center;
	background: #f2f5f7;
	border: 1px solid #dce3e8;
	border-radius: 6px;
	color: #263238;
	display: inline-flex;
	height: 46px;
	justify-content: center;
	width: 46px;
}
.site-header__icon:hover,
.site-header__icon:focus {
	background: #e8eef2;
	color: #e35225;
	text-decoration: none;
}
.site-header__cart {
	min-width: 150px;
}
.site-header__cart #cart {
	margin-bottom: 0;
}
.site-header__cart #cart > .btn {
	background: #263238;
	border-color: #263238;
	border-radius: 6px;
	color: #ffffff;
	height: 46px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
}
.site-header__cart #cart > .btn:hover,
.site-header__cart #cart.open > .btn {
	background: #1d272c;
	border-color: #1d272c;
	color: #ffffff;
}

@media (max-width: 1199px) {
	.site-header__inner {
		flex-wrap: wrap;
	}
	.site-header__search {
		order: 5;
		flex-basis: 100%;
	}
	.site-header__contacts {
		margin-left: auto;
	}
}

@media (max-width: 767px) {
	.site-topline__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
		padding: 7px 0;
	}
	.site-topline__left {
		flex-wrap: wrap;
	}
	.site-topline__address {
		white-space: normal;
	}
	.site-header__inner {
		gap: 10px;
		min-height: 0;
		padding: 12px 0;
	}
	.site-header__logo {
		flex: 1 1 100%;
	}
	.site-header__logo img {
		max-height: 52px;
		max-width: 180px;
	}
	.site-header__catalog {
		flex: 1 1 130px;
		height: 42px;
		padding: 0 14px;
	}
	.site-header__search {
		flex: 1 1 100%;
		min-width: 0;
		order: 3;
	}
	.site-header__search #search .form-control,
	.site-header__search #search .btn {
		height: 42px;
	}
	.site-header__contacts {
		align-items: flex-start;
		flex: 1 1 100%;
		flex-direction: row;
		justify-content: space-between;
		order: 4;
	}
	.site-header__phone {
		font-size: 14px;
	}
	.site-header__actions {
		margin-left: auto;
	}
	.site-header__icon {
		height: 42px;
		width: 42px;
	}
	.site-header__cart {
		min-width: 92px;
	}
	.site-header__cart #cart > .btn {
		height: 42px;
		overflow: hidden;
		padding-left: 10px;
		padding-right: 10px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

@media (max-width: 420px) {
	.site-header__contacts {
		flex-direction: column;
		gap: 8px;
	}
	.site-header__messengers {
		justify-content: flex-start;
	}
	.site-header__catalog {
		flex-basis: 100%;
	}
	.site-header__actions {
		width: 100%;
	}
	.site-header__cart {
		flex: 1 1 auto;
	}
}

@media (min-width: 768px) {
	body .site-header .site-header__inner {
		align-items: center !important;
		display: flex !important;
		flex-wrap: nowrap !important;
		gap: 14px;
	}
	body .site-header .site-header__logo {
		flex: 0 0 220px !important;
		float: none !important;
		max-width: 220px;
		min-width: 0;
		width: 220px !important;
	}
	body .site-header .site-header__logo img,
	body .site-header #logo img {
		display: block;
		height: auto !important;
		max-height: 70px !important;
		max-width: 220px !important;
		width: auto !important;
	}
	body .site-header .site-header__catalog {
		flex: 0 0 auto !important;
		float: none !important;
		white-space: nowrap;
	}
	body .site-header .site-header__search {
		flex: 1 1 auto !important;
		float: none !important;
		margin: 0;
		min-width: 240px;
		width: auto !important;
	}
	body .site-header .site-header__search #search {
		margin: 0 !important;
		width: 100% !important;
	}
	body .site-header .site-header__contacts {
		align-items: center !important;
		display: flex !important;
		flex: 0 0 auto !important;
		flex-direction: row !important;
		float: none !important;
		gap: 10px;
		margin-left: 0 !important;
		white-space: nowrap;
		width: auto !important;
	}
	body .site-header .site-header__messengers {
		align-items: center;
		display: flex !important;
		flex: 0 0 auto;
		white-space: nowrap;
	}
	body .site-header .site-header__actions {
		align-items: center !important;
		display: flex !important;
		flex: 0 0 auto !important;
		flex-direction: row !important;
		float: none !important;
		gap: 8px;
		margin-left: 0 !important;
		white-space: nowrap;
		width: auto !important;
	}
	body .site-header .site-header__account,
	body .site-header .site-header__cart {
		flex: 0 0 auto !important;
		float: none !important;
		width: auto !important;
	}
	body .site-header .site-header__cart {
		min-width: 0 !important;
	}
	body .site-header .site-header__cart #cart {
		display: inline-block !important;
		margin: 0 !important;
		width: auto !important;
	}
body .site-header .site-header__cart #cart > .btn {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: auto !important;
		white-space: nowrap;
	}
}

/* 1001 Dribnicya home redesign */
#common-home.home-redesign {
	background: #f5f7fb;
	color: #4a5870;
	padding-bottom: 36px;
}
#common-home.home-redesign #content {
	min-height: 0;
}
.home-redesign a {
	transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}
.home-hero {
	align-items: center;
	background: radial-gradient(circle at 85% 20%, rgba(255, 196, 0, .34), transparent 28%), linear-gradient(135deg, #10233f 0%, #173b67 56%, #f05a28 145%);
	border-radius: 30px;
	box-shadow: 0 24px 60px rgba(16, 35, 63, .18);
	color: #ffffff;
	display: flex;
	gap: 36px;
	justify-content: space-between;
	margin: 12px 0 24px;
	overflow: hidden;
	padding: 56px;
	position: relative;
}
.home-hero:before {
	background: rgba(255, 255, 255, .12);
	border-radius: 999px;
	content: "";
	height: 220px;
	position: absolute;
	right: -80px;
	top: -80px;
	width: 220px;
}
.home-hero__content {
	max-width: 650px;
	position: relative;
	z-index: 1;
}
.home-hero__badge,
.home-section__head span,
.home-about__content > span {
	align-items: center;
	background: #ffc400;
	border-radius: 999px;
	color: #10233f;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 9px 15px;
}
.home-hero h1 {
	color: #ffffff;
	font-size: 54px;
	font-weight: 800;
	line-height: 1.05;
	margin: 22px 0 18px;
}
.home-hero p {
	color: rgba(255, 255, 255, .9);
	font-size: 18px;
	line-height: 1.6;
	margin: 0;
	max-width: 570px;
}
.home-hero__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}
.home-btn {
	align-items: center;
	border-radius: 16px;
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	gap: 8px;
	justify-content: center;
	line-height: 1;
	min-height: 52px;
	padding: 0 22px;
	text-decoration: none;
}
.home-btn:hover,
.home-btn:focus {
	text-decoration: none;
	transform: translateY(-1px);
}
.home-btn--primary {
	background: #ffc400;
	color: #10233f;
}
.home-btn--primary:hover,
.home-btn--primary:focus {
	background: #ffd647;
	color: #10233f;
}
.home-btn--light {
	background: rgba(255, 255, 255, .13);
	border: 1px solid rgba(255, 255, 255, .35);
	color: #ffffff;
}
.home-btn--light:hover,
.home-btn--light:focus {
	background: #ffffff;
	color: #10233f;
}
.home-hero__panel {
	flex: 0 0 300px;
	position: relative;
	z-index: 1;
}
.home-hero__card {
	background: rgba(255, 255, 255, .16);
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 28px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, .14);
	padding: 30px;
}
.home-hero__card span {
	color: #ffc400;
	display: block;
	font-size: 64px;
	font-weight: 900;
	line-height: 1;
}
.home-hero__card strong {
	color: #ffffff;
	display: block;
	font-size: 28px;
	line-height: 1.15;
	margin-top: 8px;
}
.home-hero__mini {
	display: grid;
	gap: 10px;
	margin-top: 14px;
}
.home-hero__mini div {
	align-items: center;
	background: rgba(255, 255, 255, .94);
	border-radius: 16px;
	color: #10233f;
	display: flex;
	font-weight: 700;
	gap: 9px;
	padding: 13px 15px;
}
.home-hero__mini .fa {
	color: #f05a28;
}
.home-search {
	align-items: center;
	background: #ffffff;
	border: 1px solid #e7edf5;
	border-radius: 24px;
	box-shadow: 0 18px 44px rgba(16, 35, 63, .08);
	display: flex;
	gap: 14px;
	margin: 0 0 34px;
	padding: 12px;
}
.home-search__icon {
	align-items: center;
	background: #fff5c7;
	border-radius: 16px;
	color: #10233f;
	display: flex;
	flex: 0 0 48px;
	height: 48px;
	justify-content: center;
	width: 48px;
}
.home-search input[type="text"] {
	border: none;
	box-shadow: none;
	color: #10233f;
	flex: 1 1 auto;
	font-size: 16px;
	height: 48px;
	min-width: 0;
	outline: none;
}
.home-search button {
	background: #10233f;
	border: none;
	border-radius: 16px;
	color: #ffffff;
	flex: 0 0 auto;
	font-size: 15px;
	font-weight: 800;
	height: 48px;
	padding: 0 26px;
}
.home-search button:hover,
.home-search button:focus {
	background: #f05a28;
}
.home-section {
	margin: 46px 0;
}
.home-section__head {
	margin-bottom: 22px;
	max-width: 720px;
}
.home-section__head h2,
.home-cta h2,
.home-about h2 {
	color: #10233f;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.15;
	margin: 14px 0 10px;
}
.home-section__head p {
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}
.home-category-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.home-category-card {
	background: #ffffff;
	border: 1px solid #e7edf5;
	border-radius: 24px;
	box-shadow: 0 14px 34px rgba(16, 35, 63, .07);
	color: #4a5870;
	display: flex;
	flex-direction: column;
	min-height: 205px;
	padding: 22px;
	position: relative;
	text-decoration: none;
}
.home-category-card:hover,
.home-category-card:focus {
	border-color: rgba(240, 90, 40, .28);
	box-shadow: 0 18px 44px rgba(16, 35, 63, .12);
	color: #4a5870;
	text-decoration: none;
	transform: translateY(-3px);
}
.home-category-card__icon {
	align-items: center;
	background: #fff4cc;
	border-radius: 16px;
	color: #f05a28;
	display: flex;
	font-size: 22px;
	height: 54px;
	justify-content: center;
	margin-bottom: 18px;
	width: 54px;
}
.home-category-card strong {
	color: #10233f;
	display: block;
	font-size: 17px;
	line-height: 1.25;
	margin-bottom: 8px;
}
.home-category-card small {
	color: #66758a;
	display: block;
	font-size: 13px;
	line-height: 1.45;
	padding-right: 20px;
}
.home-category-card > .fa-arrow-right {
	bottom: 20px;
	color: #f05a28;
	position: absolute;
	right: 22px;
}
.home-benefit-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.home-benefit-card {
	align-items: center;
	background: #ffffff;
	border: 1px solid #e7edf5;
	border-radius: 24px;
	box-shadow: 0 12px 30px rgba(16, 35, 63, .06);
	color: #10233f;
	display: flex;
	gap: 14px;
	min-height: 96px;
	padding: 22px;
}
.home-benefit-card .fa {
	align-items: center;
	background: #10233f;
	border-radius: 16px;
	color: #ffc400;
	display: flex;
	flex: 0 0 48px;
	font-size: 20px;
	height: 48px;
	justify-content: center;
	width: 48px;
}
.home-benefit-card strong {
	font-size: 16px;
	line-height: 1.3;
}
.home-cta {
	align-items: center;
	background: #ffc400;
	border-radius: 28px;
	box-shadow: 0 20px 44px rgba(255, 196, 0, .24);
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin: 46px 0;
	padding: 34px;
}
.home-cta h2 {
	margin-top: 0;
}
.home-cta p {
	color: #10233f;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	max-width: 660px;
}
.home-cta__buttons {
	display: flex;
	flex: 0 0 390px;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}
.home-cta__buttons a {
	align-items: center;
	background: #ffffff;
	border-radius: 999px;
	color: #10233f;
	display: inline-flex;
	font-weight: 800;
	gap: 7px;
	min-height: 42px;
	padding: 0 15px;
	text-decoration: none;
}
.home-cta__buttons a:hover,
.home-cta__buttons a:focus {
	background: #10233f;
	color: #ffffff;
	text-decoration: none;
}
.home-about {
	align-items: stretch;
	background: #ffffff;
	border: 1px solid #e7edf5;
	border-radius: 28px;
	box-shadow: 0 18px 44px rgba(16, 35, 63, .08);
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(0, 1fr) 320px;
	margin: 46px 0 22px;
	padding: 34px;
}
.home-about__content p {
	color: #4a5870;
	font-size: 16px;
	line-height: 1.75;
	margin: 0 0 20px;
}
.home-about__content ul {
	display: grid;
	gap: 10px 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}
.home-about__content li {
	align-items: center;
	color: #10233f;
	display: flex;
	font-weight: 700;
	gap: 9px;
}
.home-about__content li .fa {
	color: #f05a28;
}
.home-about__address {
	background: #f5f7fb;
	border-radius: 24px;
	color: #10233f;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 28px;
}
.home-about__address .fa {
	color: #f05a28;
	font-size: 34px;
	margin-bottom: 14px;
}
.home-about__address strong {
	font-size: 18px;
	margin-bottom: 8px;
}
.home-about__address span {
	color: #4a5870;
	font-size: 15px;
	line-height: 1.5;
}
@media (max-width: 1199px) {
	.home-hero {
		padding: 42px;
	}
	.home-hero h1 {
		font-size: 46px;
	}
	.home-cta,
	.home-about {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
	}
	.home-cta__buttons {
		flex: 0 0 auto;
		justify-content: flex-start;
		width: 100%;
	}
	.home-about__address {
		width: 100%;
	}
}
@media (max-width: 991px) {
	.home-hero {
		align-items: flex-start;
		flex-direction: column;
	}
	.home-hero__panel {
		flex: 0 0 auto;
		width: 100%;
	}
	.home-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.home-benefit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 767px) {
	#common-home.home-redesign {
		padding-bottom: 18px;
	}
	.home-hero {
		border-radius: 24px;
		margin-top: 10px;
		padding: 28px 20px;
	}
	.home-hero h1 {
		font-size: 36px;
	}
	.home-hero p,
	.home-section__head p,
	.home-cta p,
	.home-about__content p {
		font-size: 15px;
	}
	.home-btn {
		width: 100%;
	}
	.home-search {
		align-items: stretch;
		flex-wrap: wrap;
	}
	.home-search__icon {
		display: none;
	}
	.home-search input[type="text"] {
		flex-basis: 100%;
		padding: 0 6px;
	}
	.home-search button {
		width: 100%;
	}
	.home-section {
		margin: 34px 0;
	}
	.home-section__head h2,
	.home-cta h2,
	.home-about h2 {
		font-size: 28px;
	}
	.home-category-grid,
	.home-benefit-grid,
	.home-about__content ul {
		grid-template-columns: 1fr;
	}
	.home-category-card {
		min-height: 0;
	}
	.home-benefit-card {
		min-height: 82px;
	}
	.home-cta,
	.home-about {
		border-radius: 24px;
		padding: 24px 20px;
	}
	.home-cta__buttons a {
		justify-content: center;
		width: 100%;
	}
}
@media (max-width: 420px) {
	.home-hero h1 {
		font-size: 31px;
	}
	.home-hero__card span {
		font-size: 48px;
	}
	.home-hero__card strong {
		font-size: 23px;
	}
}

/* 1001 Dribnicya main navigation */
.site-mainnav {
	background: #ffffff;
	border-bottom: 1px solid #e5eaf2;
	position: relative;
	z-index: 11;
}
.site-mainnav__inner {
	align-items: center;
	display: flex;
	gap: 8px;
	min-height: 64px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	white-space: nowrap;
}
.site-mainnav__inner::-webkit-scrollbar {
	display: none;
}
.site-mainnav__link {
	align-items: center;
	border-radius: 999px;
	color: #10233f;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 15px;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	min-height: 42px;
	padding: 0 18px;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.site-mainnav__link:hover,
.site-mainnav__link:focus {
	background: #fff4c2;
	color: #10233f;
	text-decoration: none;
}
.site-mainnav__link--active {
	background: #fff4c2;
	box-shadow: inset 0 0 0 1px rgba(255, 196, 0, .45);
	color: #10233f;
}
@media (max-width: 767px) {
	.site-mainnav__inner {
		gap: 6px;
		min-height: 58px;
		padding-bottom: 8px;
		padding-top: 8px;
	}
	.site-mainnav__link {
		font-size: 14px;
		min-height: 38px;
		padding: 0 15px;
	}
}

/* 1001 Dribnicya catalog dropdown */
.site-header__catalog-wrap {
	flex: 0 0 auto;
	position: relative;
}
.site-header__catalog {
	cursor: pointer;
	font-family: inherit;
	text-decoration: none;
}
.site-header__catalog:hover,
.site-header__catalog:focus {
	text-decoration: none;
}
.site-header__catalog-dropdown {
	background: #ffffff;
	border: 1px solid #e5eaf2;
	border-radius: 18px;
	box-shadow: 0 18px 44px rgba(16, 35, 63, .14);
	left: 0;
	min-width: 310px;
	opacity: 0;
	padding: 10px;
	position: absolute;
	top: calc(100% + 10px);
	transform: translateY(8px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
	visibility: hidden;
	z-index: 1005;
}
.site-header__catalog-wrap:hover .site-header__catalog-dropdown,
.site-header__catalog-wrap:focus-within .site-header__catalog-dropdown,
.site-header__catalog-wrap.is-open .site-header__catalog-dropdown {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}
.site-header__catalog-dropdown a {
	align-items: center;
	border-radius: 12px;
	color: #10233f;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	min-height: 40px;
	padding: 9px 12px;
	text-decoration: none;
}
.site-header__catalog-dropdown a:hover,
.site-header__catalog-dropdown a:focus {
	background: #fff4c2;
	color: #10233f;
	text-decoration: none;
}
.site-mainnav__link.site-mainnav__link--active {
	background: #fff4c2;
	box-shadow: inset 0 0 0 1px rgba(255, 196, 0, .45);
	color: #10233f;
}

/* 1001 Dribnicya mobile optimization */
@media (max-width: 767px) {
	.site-topline {
		display: none !important;
	}
	.site-header {
		box-shadow: 0 2px 10px rgba(16, 35, 63, .06);
	}
	.site-header .container {
		padding-left: 12px;
		padding-right: 12px;
	}
	.site-header__inner {
		align-items: center !important;
		display: flex !important;
		gap: 7px !important;
		min-height: 0 !important;
		padding: 8px 0 9px !important;
	}
	.site-header__logo {
		flex: 1 1 auto !important;
		max-width: 165px !important;
		min-width: 0;
		order: 1 !important;
	}
	#logo.site-header__logo {
		margin: 0 !important;
	}
	.site-header__logo img,
	.site-header #logo img {
		height: auto !important;
		max-height: 46px !important;
		max-width: 160px !important;
		width: auto !important;
	}
	.site-header__actions {
		align-items: center !important;
		display: flex !important;
		flex: 0 0 auto !important;
		gap: 6px !important;
		margin-left: auto !important;
		order: 1 !important;
		width: auto !important;
	}
	.site-header__account {
		display: block;
		flex: 0 0 auto !important;
	}
	.site-header__icon {
		border-radius: 12px !important;
		height: 40px !important;
		width: 40px !important;
	}
	.site-header__cart {
		flex: 0 0 auto !important;
		min-width: 0 !important;
		width: auto !important;
	}
	.site-header__cart #cart {
		display: inline-block !important;
		margin: 0 !important;
		width: auto !important;
	}
	.site-header__cart #cart > .btn {
		align-items: center;
		border-radius: 12px !important;
		display: inline-flex !important;
		font-size: 0;
		height: 40px !important;
		justify-content: center;
		min-width: 48px;
		padding: 0 11px !important;
		width: auto !important;
		white-space: nowrap;
	}
	.site-header__cart #cart > .btn .fa {
		font-size: 16px;
		margin-right: 0;
	}
	.site-header__catalog {
		border-radius: 12px !important;
		flex: 1 1 100% !important;
		font-size: 18px !important;
		height: 48px !important;
		margin: 3px 0 0 !important;
		order: 2 !important;
		padding: 0 16px !important;
		width: 100% !important;
	}
	.site-header__catalog-wrap {
		flex: 1 1 100% !important;
		margin: 0 !important;
		order: 2 !important;
		position: relative;
		width: 100% !important;
	}
	.site-header__catalog-dropdown {
		border-radius: 16px;
		left: 0;
		max-height: 70vh;
		min-width: 0;
		overflow-y: auto;
		right: 0;
		top: calc(100% + 6px);
		width: 100%;
		z-index: 1200;
	}
	.site-header__catalog-dropdown a {
		font-size: 15px;
		min-height: 46px;
	}
	.site-header__search {
		flex: 1 1 100% !important;
		margin: 0 !important;
		min-width: 0 !important;
		order: 3 !important;
		width: 100% !important;
	}
	.site-header__search #search {
		margin: 0 !important;
		width: 100% !important;
	}
	.site-header__search #search .form-control,
	.site-header__search #search .btn {
		height: 46px !important;
	}
	.site-header__search #search .form-control {
		font-size: 14px !important;
		padding-left: 12px;
	}
	.site-header__search #search .btn {
		min-width: 50px;
		padding-left: 14px;
		padding-right: 14px;
	}
	.site-header__contacts {
		align-items: center !important;
		display: flex !important;
		flex: 1 1 100% !important;
		flex-direction: row !important;
		gap: 8px !important;
		justify-content: space-between !important;
		margin: 1px 0 0 !important;
		order: 4 !important;
		width: 100% !important;
	}
	.site-header__phone {
		align-items: center;
		display: inline-flex;
		font-size: 18px !important;
		line-height: 1.15;
		white-space: nowrap;
	}
	.site-header__phone .fa {
		margin-right: 6px !important;
	}
	.site-header__messengers {
		align-items: center;
		display: flex !important;
		flex: 0 0 auto;
		gap: 6px !important;
		justify-content: flex-end !important;
	}
	.site-header__messenger {
		height: 42px !important;
		width: 42px !important;
	}
	.site-mainnav {
		border-bottom-color: #e5eaf2;
	}
	.site-mainnav__inner {
		display: flex !important;
		flex-wrap: nowrap !important;
		gap: 4px !important;
		min-height: 44px !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		padding-bottom: 4px !important;
		padding-top: 4px !important;
		white-space: nowrap !important;
	}
	.site-mainnav__link {
		border-radius: 999px !important;
		flex: 0 0 auto !important;
		font-size: 17px !important;
		min-height: 34px !important;
		padding: 0 10px !important;
		white-space: nowrap !important;
	}
	.home-hero {
		border-radius: 20px !important;
		margin-top: 4px !important;
		margin-bottom: 12px !important;
		padding: 18px 16px !important;
	}
	.home-hero__badge {
		font-size: 12px !important;
		padding: 7px 11px !important;
	}
	.home-hero h1 {
		font-size: 26px !important;
		line-height: 1.08 !important;
		margin: 12px 0 8px !important;
	}
	.home-hero p {
		font-size: 14px !important;
		line-height: 1.45 !important;
	}
	.home-hero__buttons {
		gap: 8px !important;
		margin-top: 14px !important;
	}
	.home-btn {
		border-radius: 13px !important;
		font-size: 14px !important;
		min-height: 52px !important;
		padding: 0 15px !important;
	}
	.home-hero__panel {
		display: none !important;
	}
	.home-search {
		border-radius: 18px !important;
		gap: 8px !important;
		margin-top: 0 !important;
		margin-bottom: 18px !important;
		padding: 7px !important;
	}
	.home-search input[type="text"] {
		font-size: 14px !important;
		height: 48px !important;
		min-width: 0 !important;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.home-search button {
		border-radius: 13px !important;
		font-size: 14px !important;
		height: 48px !important;
		padding: 0 18px !important;
	}
	.home-section {
		margin: 22px 0 !important;
	}
	.home-section__head {
		margin-bottom: 12px !important;
	}
	.home-section__head span {
		font-size: 12px !important;
		padding: 8px 12px !important;
	}
	.home-section__head h2,
	.home-cta h2,
	.home-about h2 {
		font-size: 23px !important;
		line-height: 1.15 !important;
		margin-top: 9px !important;
	}
	.home-category-grid {
		gap: 10px !important;
	}
	.home-category-card {
		border-radius: 18px !important;
		min-height: 0 !important;
		padding: 14px !important;
	}
	.home-category-card__icon {
		border-radius: 13px !important;
		font-size: 22px !important;
		height: 58px !important;
		margin-bottom: 10px !important;
		width: 58px !important;
	}
	.home-category-card strong {
		font-size: 16px !important;
		margin-bottom: 5px !important;
	}
	.home-category-card small {
		font-size: 12px !important;
		line-height: 1.4 !important;
	}
	.home-category-card > .fa-arrow-right {
		bottom: 16px !important;
		right: 16px !important;
	}
	.site-header .container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.site-header__inner {
		gap: 5px !important;
		padding: 5px 0 6px !important;
	}
	.site-header__logo {
		max-width: 145px !important;
		padding: 0 !important;
	}
	#logo.site-header__logo,
	.site-header__logo a {
		margin: 0 !important;
		padding: 0 !important;
	}
	.site-header__logo img,
	.site-header #logo img {
		max-height: 40px !important;
		max-width: 140px !important;
	}
	.site-header__actions {
		gap: 5px !important;
	}
	.site-header__icon {
		border-radius: 10px !important;
		height: 36px !important;
		width: 36px !important;
	}
	.site-header__cart #cart > .btn {
		border-radius: 10px !important;
		height: 36px !important;
		min-width: 40px !important;
		overflow: hidden !important;
		padding: 0 !important;
		text-indent: -9999px;
		width: 40px !important;
	}
	.site-header__cart #cart > .btn .fa {
		font-size: 17px !important;
		margin: 0 !important;
		text-indent: 0;
	}
	.site-header__cart #cart > .btn > .fa {
		position: relative;
	}
	.site-header__catalog {
		border-radius: 14px !important;
		font-size: 19px !important;
		height: 44px !important;
		margin: 2px 0 1px !important;
	}
	.site-header__search {
		margin: 0 0 1px !important;
	}
	.site-header__search #search .form-control,
	.site-header__search #search .btn {
		height: 44px !important;
	}
	.site-header__search #search .form-control {
		font-size: 16px !important;
	}
	.site-header__search #search .btn {
		min-width: 46px !important;
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
	.site-header__contacts {
		gap: 6px !important;
		margin: 0 !important;
	}
	.site-header__phone {
		font-size: 18px !important;
	}
	.site-header__messengers {
		gap: 5px !important;
	}
	.site-header__messenger {
		height: 40px !important;
		width: 40px !important;
	}
	.site-mainnav__inner {
		gap: 4px !important;
		min-height: 40px !important;
		padding-bottom: 3px !important;
		padding-top: 3px !important;
	}
	.site-mainnav__link {
		font-size: 16px !important;
		min-height: 32px !important;
		padding: 0 12px !important;
	}
	.home-hero {
		margin-top: 6px !important;
		padding: 16px 14px !important;
	}
	.home-hero h1 {
		font-size: 24px !important;
		margin: 10px 0 7px !important;
	}
	.home-hero__buttons {
		gap: 6px !important;
		margin-top: 12px !important;
	}
	.home-btn {
		min-height: 50px !important;
	}
	.home-search {
		margin-bottom: 14px !important;
		padding: 5px !important;
	}
	.home-search input[type="text"],
	.home-search button {
		height: 48px !important;
	}
}

/* 1001 Dribnicya about section */
.home-about {
	align-items: center;
	background: #ffffff;
	border: 1px solid #e7edf5;
	border-radius: 28px;
	box-shadow: 0 22px 55px rgba(16, 35, 63, .09);
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(280px, .92fr) minmax(0, 1.08fr);
	margin: 46px 0 22px;
	padding: 26px;
}
.home-about__media {
	border-radius: 24px;
	min-height: 360px;
	overflow: hidden;
	position: relative;
}
.home-about__media img {
	display: block;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
	width: 100%;
}
.home-about__caption {
	align-items: center;
	background: rgba(255, 255, 255, .94);
	border-radius: 18px;
	bottom: 18px;
	box-shadow: 0 12px 34px rgba(16, 35, 63, .16);
	color: #10233f;
	display: flex;
	font-weight: 800;
	gap: 10px;
	left: 18px;
	line-height: 1.35;
	padding: 13px 15px;
	position: absolute;
	right: 18px;
}
.home-about__caption .fa {
	align-items: center;
	background: #ffc400;
	border-radius: 12px;
	color: #10233f;
	display: flex;
	flex: 0 0 34px;
	height: 34px;
	justify-content: center;
	width: 34px;
}
.home-about__content {
	padding: 8px 8px 8px 0;
}
.home-about__content > span {
	background: #ffc400;
	color: #10233f;
}
.home-about__content h2 {
	color: #10233f;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.16;
	margin: 16px 0 16px;
}
.home-about__content p {
	color: #4a5870;
	font-size: 16px;
	line-height: 1.75;
	margin: 0 0 22px;
}
.home-about__content ul {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}
.home-about__content li {
	align-items: center;
	background: #f5f7fb;
	border-radius: 16px;
	color: #10233f;
	display: flex;
	font-weight: 800;
	gap: 10px;
	min-height: 54px;
	padding: 12px 14px;
}
.home-about__content li .fa {
	align-items: center;
	background: #fff4c2;
	border-radius: 999px;
	color: #f05a28;
	display: flex;
	flex: 0 0 24px;
	height: 24px;
	justify-content: center;
	width: 24px;
}
@media (max-width: 991px) {
	.home-about {
		grid-template-columns: 1fr;
	}
	.home-about__content {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.home-about {
		border-radius: 24px;
		gap: 20px;
		margin: 28px 0 18px !important;
		padding: 16px !important;
	}
	.home-about__media {
		border-radius: 20px;
		min-height: 230px;
	}
	.home-about__media img {
		min-height: 230px;
	}
	.home-about__caption {
		border-radius: 15px;
		bottom: 12px;
		font-size: 13px;
		left: 12px;
		padding: 10px;
		right: 12px;
	}
	.home-about__caption .fa {
		flex-basis: 30px;
		height: 30px;
		width: 30px;
	}
	.home-about__content h2 {
		font-size: 23px !important;
		margin: 10px 0 12px !important;
	}
	.home-about__content p {
		font-size: 14px !important;
		line-height: 1.55;
		margin-bottom: 16px;
	}
	.home-about__content ul {
		grid-template-columns: 1fr;
		gap: 8px;
	}
	.home-about__content li {
		border-radius: 14px;
		min-height: 48px;
		padding: 10px 12px;
	}
}

/* 1001 Dribnicya hero video background */
.home-hero {
	background: #10233f;
	isolation: isolate;
	position: relative;
}
.home-hero:before {
	z-index: 1;
}
.home-hero__media,
.home-hero__overlay {
	border-radius: inherit;
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
.home-hero__media {
	z-index: 0;
}
.home-hero__video {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.home-hero__overlay {
	background: linear-gradient(90deg, rgba(16, 35, 63, .72) 0%, rgba(16, 35, 63, .54) 52%, rgba(16, 35, 63, .38) 100%);
	z-index: 1;
}
.home-hero__content,
.home-hero__panel {
	position: relative;
	z-index: 2;
}
@media (max-width: 767px) {
	.home-hero {
		background-color: #10233f;
		background-image: linear-gradient(rgba(8, 23, 47, 0.44), rgba(8, 23, 47, 0.44)), url('../image/home-hero-mobile.jpg') !important;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 14px 12px !important;
	}
	.home-hero__media,
	.home-hero__video {
		display: none !important;
	}
	.home-hero__overlay {
		background: rgba(8, 23, 47, .1);
	}
	.home-hero h1 {
		font-size: 25px !important;
	}
	.home-hero__buttons {
		gap: 5px !important;
		margin-top: 10px !important;
	}
	.home-hero .home-btn--primary {
		min-height: 52px !important;
	}
	.home-hero .home-btn--light {
		min-height: 49px !important;
	}
}

/* 1001 Dribnicya mobile header final compact */
@media (max-width: 767px) {
	.site-header__inner {
		gap: 4px !important;
		padding: 4px 0 5px !important;
	}
	.site-header__logo {
		max-width: 125px !important;
	}
	.site-header__logo img,
	.site-header #logo img {
		max-height: 38px !important;
		max-width: 125px !important;
	}
	.site-header__actions {
		gap: 4px !important;
	}
	.site-header__icon {
		height: 38px !important;
		width: 38px !important;
	}
	.site-header__cart #cart > .btn {
		height: 38px !important;
		min-width: 38px !important;
		width: 38px !important;
	}
	.site-header__catalog {
		border-radius: 12px !important;
		font-size: 18px !important;
		height: 42px !important;
		margin: 1px 0 !important;
	}
	.site-header__search {
		margin: 0 !important;
	}
	.site-header__search #search .form-control,
	.site-header__search #search .btn {
		height: 42px !important;
	}
	.site-header__contacts {
		gap: 4px !important;
	}
	.site-header__phone {
		font-size: 20px !important;
	}
	.site-header__messengers {
		gap: 4px !important;
	}
	.site-header__messenger {
		height: 38px !important;
		width: 38px !important;
	}
	.site-mainnav__inner {
		min-height: 38px !important;
		padding-bottom: 2px !important;
		padding-top: 2px !important;
	}
	.site-mainnav__link {
		font-size: 16px !important;
		min-height: 31px !important;
		padding: 0 10px !important;
	}
	.home-hero {
		margin-top: 0 !important;
	}
}

/* 1001 Dribnicya category redesign */
#product-category .category-page-modern {
	background: #f5f7fb;
	color: #4a5870;
	padding: 18px 0 38px;
}
#product-category .category-modern__breadcrumbs .breadcrumb {
	background: transparent;
	border: none;
	margin: 0 0 14px;
	overflow-x: auto;
	padding: 0;
	white-space: nowrap;
}
#product-category .category-modern__breadcrumbs .breadcrumb > li {
	padding: 0 18px 0 0;
	text-shadow: none;
}
#product-category .category-modern__breadcrumbs .breadcrumb > li:after,
#product-category .category-modern__breadcrumbs .breadcrumb > li + li:before {
	display: none;
}
#product-category .category-modern__breadcrumbs .breadcrumb a {
	color: #697789;
	font-size: 13px;
	font-weight: 700;
}
#product-category .category-modern__breadcrumbs .breadcrumb a:hover {
	color: #f05a28;
}
#product-category .category-modern__hero {
	align-items: center;
	background: linear-gradient(135deg, #ffffff 0%, #fff8db 100%);
	border: 1px solid #e7edf5;
	border-radius: 28px;
	box-shadow: 0 18px 44px rgba(16, 35, 63, .08);
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr);
	margin-bottom: 24px;
	overflow: hidden;
	padding: 26px;
}
#product-category .category-modern__hero--with-thumb {
	grid-template-columns: minmax(0, 1fr) 210px;
}
#product-category .category-modern__eyebrow {
	background: #ffc400;
	border-radius: 999px;
	color: #10233f;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 13px;
	padding: 8px 13px;
}
#product-category .category-modern__hero h1 {
	color: #10233f;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.15;
	margin: 0;
}
#product-category .category-modern__description {
	color: #4a5870;
	display: -webkit-box;
	font-size: 16px;
	line-height: 1.7;
	margin-top: 14px;
	max-width: 860px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
#product-category .category-modern__description p:last-child {
	margin-bottom: 0;
}
#product-category .category-modern__thumb {
	align-items: center;
	background: #ffffff;
	border-radius: 22px;
	display: flex;
	justify-content: center;
	padding: 14px;
}
#product-category .category-modern__thumb img {
	border: none;
	border-radius: 18px;
	box-shadow: none;
	max-height: 180px;
	object-fit: contain;
	padding: 0;
}
#product-category .category-modern__section {
	margin: 24px 0;
}
#product-category .category-modern__section-head h3 {
	color: #10233f;
	font-size: 24px;
	font-weight: 800;
	margin: 0 0 14px;
}
#product-category .category-modern__refine-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
#product-category .category-modern__refine-card {
	align-items: center;
	background: #ffffff;
	border: 1px solid #e7edf5;
	border-radius: 18px;
	box-shadow: 0 10px 26px rgba(16, 35, 63, .06);
	color: #10233f;
	display: flex;
	font-size: 15px;
	font-weight: 800;
	gap: 12px;
	justify-content: space-between;
	min-height: 64px;
	padding: 14px 16px;
	text-decoration: none;
}
#product-category .category-modern__refine-card:hover,
#product-category .category-modern__refine-card:focus {
	border-color: rgba(240, 90, 40, .34);
	box-shadow: 0 14px 34px rgba(16, 35, 63, .1);
	color: #10233f;
	text-decoration: none;
	transform: translateY(-2px);
}
#product-category .category-modern__refine-card .fa {
	color: #f05a28;
	flex: 0 0 auto;
}
#product-category .category-modern__toolbar {
	align-items: center;
	background: #ffffff;
	border: 1px solid #e7edf5;
	border-radius: 22px;
	box-shadow: 0 14px 34px rgba(16, 35, 63, .07);
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
	margin: 24px 0 18px;
	padding: 14px;
}
#product-category .category-modern__view .btn {
	background: #f5f7fb;
	background-image: none;
	border-color: #e1e8f0;
	border-radius: 12px;
	box-shadow: none;
	color: #10233f;
	height: 40px;
	min-width: 42px;
	text-shadow: none;
}
#product-category .category-modern__compare .btn-link {
	align-items: center;
	background: #fff4c2;
	border-radius: 999px;
	color: #10233f;
	display: inline-flex;
	font-weight: 800;
	min-height: 40px;
	padding: 0 14px;
	text-decoration: none;
}
#product-category .category-modern__controls {
	display: flex;
	flex: 1 1 520px;
	gap: 10px;
	justify-content: flex-end;
}
#product-category .category-modern__controls .form-group {
	margin: 0;
	min-width: 190px;
}
#product-category .category-modern__controls .input-group-addon {
	background: #f5f7fb;
	border-color: #e1e8f0;
	color: #10233f;
	font-weight: 800;
	text-shadow: none;
}
#product-category .category-modern__controls .form-control {
	border-color: #e1e8f0;
	box-shadow: none;
	color: #10233f;
	height: 40px;
}
#product-category .category-modern__products {
	margin-left: -9px;
	margin-right: -9px;
}
#product-category .category-modern__products .product-layout {
	padding-left: 9px;
	padding-right: 9px;
}
#product-category .category-modern__product-card {
	background: #ffffff;
	border: 1px solid #e7edf5;
	border-radius: 24px;
	box-shadow: 0 16px 38px rgba(16, 35, 63, .08);
	display: flex;
	margin-bottom: 18px;
	overflow: hidden;
}
#product-category .category-modern__product-image {
	align-items: center;
	background: #f8fafc;
	display: flex;
	flex: 0 0 230px;
	justify-content: center;
	padding: 18px;
}
#product-category .category-modern__product-image a,
#product-category .category-modern__product-image img {
	width: 100%;
}
#product-category .category-modern__product-image img {
	max-height: 210px;
	object-fit: contain;
}
#product-category .category-modern__product-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
}
#product-category .category-modern__product-caption {
	flex: 1 1 auto;
	margin: 0;
	min-height: 0;
	padding: 20px 22px 14px;
}
#product-category .category-modern__product-caption h4 {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.3;
	margin: 0 0 9px;
}
#product-category .category-modern__product-caption h4 a {
	color: #10233f;
}
#product-category .category-modern__product-caption h4 a:hover {
	color: #f05a28;
}
#product-category .category-modern__product-caption > p:not(.price) {
	color: #66758a;
	display: -webkit-box;
	font-size: 14px;
	line-height: 1.55;
	margin-bottom: 13px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
#product-category .category-modern__product-caption .price {
	color: #10233f;
	font-size: 20px;
	font-weight: 900;
	margin: 0 0 8px;
}
#product-category .category-modern__product-caption .price-new {
	color: #f05a28;
}
#product-category .category-modern__product-caption .price-old {
	color: #9aa6b4;
	font-size: 14px;
	font-weight: 700;
}
#product-category .category-modern__product-caption .price-tax {
	color: #8c9aaa;
	font-size: 12px;
	font-weight: 600;
	margin-top: 4px;
}
#product-category .category-modern__product-caption .rating {
	padding-bottom: 0;
}
#product-category .category-modern__buttons {
	background: #f5f7fb;
	border-top: 1px solid #e7edf5;
	display: flex;
	overflow: hidden;
}
#product-category .category-modern__buttons button {
	align-items: center;
	background: transparent;
	border: none;
	color: #10233f;
	display: inline-flex;
	float: none;
	font-weight: 800;
	gap: 7px;
	justify-content: center;
	line-height: 1.2;
	min-height: 50px;
	text-transform: none;
	width: 60%;
}
#product-category .category-modern__buttons button + button {
	border-left: 1px solid #e1e8f0;
	width: 20%;
}
#product-category .category-modern__buttons button:first-child {
	background: #10233f;
	color: #ffffff;
}
#product-category .category-modern__buttons button:hover {
	background: #ffc400;
	color: #10233f;
}
#product-category .product-grid .category-modern__product-card {
	display: block;
}
#product-category .product-grid .category-modern__product-image {
	display: block;
	padding: 16px;
}
#product-category .product-grid .category-modern__product-caption {
	padding: 16px;
}
#product-category .product-grid .category-modern__product-caption > p:not(.price) {
	-webkit-line-clamp: 2;
}
#product-category .category-modern__footer {
	align-items: center;
	background: #ffffff;
	border: 1px solid #e7edf5;
	border-radius: 20px;
	box-shadow: 0 12px 30px rgba(16, 35, 63, .06);
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin-top: 8px;
	padding: 14px 16px;
}
#product-category .category-modern__pagination .pagination {
	margin: 0;
}
#product-category .category-modern__results {
	color: #66758a;
	font-weight: 700;
	text-align: right;
}
#product-category .category-modern__empty {
	background: #ffffff;
	border: 1px solid #e7edf5;
	border-radius: 24px;
	box-shadow: 0 16px 38px rgba(16, 35, 63, .08);
	margin: 24px 0;
	padding: 28px;
}
#product-category .category-modern__empty p {
	color: #10233f;
	font-size: 16px;
	font-weight: 800;
}
#product-category .category-modern__empty .btn-primary {
	background: #f05a28;
	background-image: none;
	border-color: #f05a28;
	border-radius: 14px;
	box-shadow: none;
	font-weight: 800;
	min-height: 44px;
	text-shadow: none;
}
#product-category .category-modern__seo-description {
	background: #ffffff;
	border: 1px solid #e7edf5;
	border-radius: 24px;
	box-shadow: 0 16px 38px rgba(16, 35, 63, .07);
	color: #4a5870;
	font-size: 16px;
	line-height: 1.75;
	margin: 24px 0 0;
	padding: 28px;
}
#product-category .category-modern__seo-description h2,
#product-category .category-modern__seo-description h3,
#product-category .category-modern__seo-description h4 {
	color: #10233f;
	font-weight: 900;
	line-height: 1.25;
	margin: 24px 0 12px;
}
#product-category .category-modern__seo-description h2:first-child,
#product-category .category-modern__seo-description h3:first-child,
#product-category .category-modern__seo-description h4:first-child,
#product-category .category-modern__seo-description p:first-child {
	margin-top: 0;
}
#product-category .category-modern__seo-description p,
#product-category .category-modern__seo-description ul,
#product-category .category-modern__seo-description ol {
	margin-bottom: 14px;
}
#product-category .category-modern__seo-description p:last-child,
#product-category .category-modern__seo-description ul:last-child,
#product-category .category-modern__seo-description ol:last-child {
	margin-bottom: 0;
}
#product-category .category-modern__seo-description ul,
#product-category .category-modern__seo-description ol {
	padding-left: 22px;
}
#product-category .category-modern__seo-description a {
	color: #f05a28;
	font-weight: 800;
}
#product-category .category-modern__seo-description img {
	border-radius: 18px;
	height: auto;
	max-width: 100%;
}
@media (max-width: 1199px) {
	#product-category .category-modern__refine-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	#product-category .category-modern__product-image {
		flex-basis: 190px;
	}
}
@media (max-width: 991px) {
	#product-category .category-modern__hero--with-thumb {
		grid-template-columns: 1fr;
	}
	#product-category .category-modern__thumb {
		justify-content: flex-start;
	}
	#product-category .category-modern__refine-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	#product-category .category-modern__controls {
		flex-basis: 100%;
		justify-content: stretch;
	}
	#product-category .category-modern__controls .form-group {
		flex: 1 1 0;
	}
}
@media (max-width: 767px) {
	#product-category .category-page-modern {
		padding: 10px 0 22px;
	}
	#product-category .category-modern__hero {
		border-radius: 22px;
		margin-bottom: 10px;
		min-height: 0;
		padding: 13px 14px 12px;
	}
	#product-category .category-modern__hero h1 {
		font-size: 23px;
		line-height: 1.16;
	}
	#product-category .category-modern__description {
		display: -webkit-box;
		font-size: 14px;
		line-height: 1.42;
		margin-top: 7px;
		max-height: 80px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
	}
	#product-category .category-modern__description p {
		margin-bottom: 6px;
	}
	#product-category .category-modern__thumb {
		display: none !important;
		height: 0;
		margin: 0;
		padding: 0;
	}
	#product-category .category-modern__section {
		margin: 18px 0;
	}
	#product-category .category-modern__section-head h3 {
		font-size: 21px;
	}
	#product-category .category-modern__refine-grid {
		display: flex;
		gap: 10px;
		margin-left: -15px;
		margin-right: -15px;
		overflow-x: auto;
		padding: 0 15px 4px;
		scrollbar-width: none;
	}
	#product-category .category-modern__refine-grid::-webkit-scrollbar {
		display: none;
	}
	#product-category .category-modern__refine-card {
		flex: 0 0 220px;
		min-height: 58px;
	}
	#product-category .category-modern__toolbar {
		border-radius: 18px;
		display: grid;
		gap: 6px;
		grid-template-columns: 1fr;
		margin: 12px 0 12px;
		padding: 8px;
	}
	#product-category .category-modern__compare .btn-link {
		justify-content: center;
		min-height: 36px;
		padding: 0 12px;
		width: 100%;
	}
	#product-category .category-modern__controls {
		display: grid;
		grid-template-columns: 1fr;
	}
	#product-category .category-modern__controls .form-group {
		min-width: 0;
	}
	#product-category .category-modern__controls .form-control,
	#product-category .category-modern__controls .input-group-addon {
		height: 38px;
	}
	#product-category .category-modern__product-card {
		border-radius: 20px;
		display: block;
		margin-bottom: 12px;
	}
	#product-category .category-modern__product-image {
		display: block;
		height: 180px;
		overflow: hidden;
		padding: 10px;
	}
	#product-category .category-modern__product-image a {
		align-items: center;
		display: flex;
		height: 100%;
		justify-content: center;
	}
	#product-category .category-modern__product-image img {
		max-height: 155px;
		object-fit: contain;
	}
	#product-category .category-modern__product-caption {
		padding: 12px 13px;
	}
	#product-category .category-modern__product-caption h4 {
		display: -webkit-box;
		font-size: 16px;
		line-height: 1.28;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
	#product-category .category-modern__product-caption > p:not(.price) {
		line-height: 1.4;
		margin-bottom: 10px;
		-webkit-line-clamp: 2;
	}
	#product-category .category-modern__buttons button {
		min-height: 48px;
		width: 50%;
	}
	#product-category .category-modern__buttons button + button {
		width: 25%;
	}
	#product-category .category-modern__footer {
		align-items: stretch;
		border-radius: 18px;
		flex-direction: column;
	}
	#product-category .category-modern__results {
		text-align: left;
	}
	#product-category .category-modern__empty {
		border-radius: 20px;
		padding: 22px;
	}
	#product-category .category-modern__seo-description {
		border-radius: 20px;
		font-size: 15px;
		line-height: 1.65;
		margin-top: 18px;
		padding: 20px 16px;
	}
	#product-category .category-modern__seo-description h2 {
		font-size: 22px;
	}
	#product-category .category-modern__seo-description h3 {
		font-size: 19px;
	}
}

/* 1001 Dribnicya product redesign */
#product-product .product-page-modern {
	background: #f5f7fb;
	color: #4a5870;
	padding: 18px 0 38px;
}
#product-product .product-modern__breadcrumbs .breadcrumb {
	background: transparent;
	border: none;
	margin: 0 0 14px;
	overflow-x: auto;
	padding: 0;
	white-space: nowrap;
}
#product-product .product-modern__breadcrumbs .breadcrumb > li {
	padding: 0 18px 0 0;
	text-shadow: none;
}
#product-product .product-modern__breadcrumbs .breadcrumb > li:after,
#product-product .product-modern__breadcrumbs .breadcrumb > li + li:before {
	display: none;
}
#product-product .product-modern__breadcrumbs .breadcrumb a {
	color: #697789;
	font-size: 13px;
	font-weight: 700;
}
#product-product .product-modern__breadcrumbs .breadcrumb a:hover {
	color: #f05a28;
}
#product-product .product-modern__top {
	align-items: flex-start;
}
#product-product .product-modern__gallery-card,
#product-product .product-modern__summary-card,
#product-product .product-modern__tab-content,
#product-product .product-modern__related,
#product-product .product-modern__tags {
	background: #ffffff;
	border: 1px solid #e7edf5;
	border-radius: 24px;
	box-shadow: 0 16px 38px rgba(16, 35, 63, .08);
}
#product-product .product-modern__gallery-card {
	margin-bottom: 18px;
	padding: 18px;
}
#product-product .product-modern__gallery-card .thumbnails {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fill, minmax(86px, 86px));
	margin: 0;
	overflow: visible;
}
#product-product .product-modern__gallery-card .thumbnails > li {
	margin: 0;
}
#product-product .product-modern__gallery-card .thumbnails > li:first-child {
	align-items: center;
	background: #f8fafc;
	border-radius: 20px;
	display: flex;
	grid-column: 1 / -1;
	justify-content: center;
	max-height: 540px;
	min-height: 360px;
	padding: 14px;
}
#product-product .product-modern__gallery-card .thumbnail {
	background: transparent;
	border: none;
	border-radius: 16px;
	box-shadow: none;
	margin: 0;
	padding: 0;
}
#product-product .product-modern__gallery-card .thumbnails > li:first-child img {
	max-height: 450px;
	object-fit: contain;
	width: auto;
}
#product-product .product-modern__gallery-card .image-additional {
	display: inline-block;
	float: none;
	margin: 0;
	max-width: none;
	width: 86px;
}
#product-product .product-modern__gallery-card .image-additional a {
	align-items: center;
	background: #ffffff;
	border: 1px solid #e7edf5;
	border-radius: 14px;
	display: flex;
	height: 86px;
	justify-content: center;
	margin: 0;
	padding: 7px;
}
#product-product .product-modern__gallery-card .image-additional img {
	max-height: 70px;
	object-fit: contain;
}
#product-product .product-modern__tabs {
	background: #ffffff;
	border: 1px solid #e7edf5;
	border-radius: 20px 20px 0 0;
	display: flex;
	gap: 6px;
	margin: 20px 0 0;
	padding: 10px 10px 0;
}
#product-product .product-modern__details {
	margin-top: 24px;
}
#product-product .product-modern__tabs > li > a {
	border: none;
	border-radius: 14px 14px 0 0;
	color: #10233f;
	font-weight: 800;
	margin: 0;
}
#product-product .product-modern__tabs > li.active > a,
#product-product .product-modern__tabs > li.active > a:hover,
#product-product .product-modern__tabs > li.active > a:focus,
#product-product .product-modern__tabs > li > a:hover {
	background: #fff4c2;
	border: none;
	color: #10233f;
}
#product-product .product-modern__tab-content {
	border-radius: 0 0 24px 24px;
	border-top: none;
	box-shadow: 0 16px 38px rgba(16, 35, 63, .06);
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 24px;
	padding: 22px;
}
#product-product .product-modern__tab-content .table {
	margin-bottom: 0;
}
#product-product .product-modern__tab-content .table td {
	border-color: #e7edf5;
}
#product-product .product-modern__summary-card {
	padding: 24px;
	position: sticky;
	top: 12px;
}
#product-product .product-modern__actions {
	float: right;
	margin-left: 12px;
}
#product-product .product-modern__actions .btn {
	background: #f5f7fb;
	background-image: none;
	border-color: #e1e8f0;
	border-radius: 12px;
	box-shadow: none;
	color: #10233f;
	height: 42px;
	min-width: 42px;
	text-shadow: none;
}
#product-product .product-modern__summary-card h1 {
	color: #10233f;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.18;
	margin: 0 0 16px;
}
#product-product .product-modern__meta {
	display: grid;
	gap: 8px;
	margin-bottom: 18px;
}
#product-product .product-modern__meta li {
	background: #f5f7fb;
	border-radius: 14px;
	color: #10233f;
	font-weight: 700;
	padding: 10px 12px;
}
#product-product .product-modern__meta a {
	color: #f05a28;
	font-weight: 800;
}
#product-product .product-modern__price-box {
	background: #fff8db;
	border: 1px solid rgba(255, 196, 0, .55);
	border-radius: 20px;
	margin-bottom: 18px;
	padding: 16px;
}
#product-product .product-modern__price-box h2 {
	color: #10233f;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.1;
	margin: 0;
}
#product-product .product-modern__price-box li {
	color: #66758a;
	font-weight: 700;
}
#product-product .product-modern__price-box li:first-child span[style] {
	color: #9aa6b4;
	font-size: 16px;
	font-weight: 700;
}
#product-product .product-modern__buy-box {
	background: #ffffff;
	border-top: 1px solid #e7edf5;
	margin-top: 18px;
	padding-top: 18px;
}
#product-product .product-modern__buy-box h3 {
	color: #10233f;
	font-size: 20px;
	font-weight: 800;
	margin: 0 0 14px;
}
#product-product .product-modern__buy-box .form-control {
	border-color: #dfe7ef;
	border-radius: 12px;
	box-shadow: none;
	color: #10233f;
	min-height: 42px;
}
#product-product .product-modern__buy-box .control-label {
	color: #10233f;
	font-weight: 800;
}
#product-product .product-modern__purchase {
	align-items: flex-end;
	display: grid;
	gap: 10px;
	grid-template-columns: 82px minmax(0, 1fr);
	margin-bottom: 12px;
}
#product-product .product-modern__purchase .control-label {
	grid-column: 1 / -1;
	margin: 0;
}
#product-product #input-quantity {
	height: 52px;
	text-align: center;
}
#product-product .product-modern__purchase br {
	display: none;
}
#product-product #button-cart {
	background: #f05a28;
	background-image: none;
	border: none;
	border-radius: 16px;
	box-shadow: 0 12px 28px rgba(240, 90, 40, .24);
	color: #ffffff;
	font-size: 17px;
	font-weight: 900;
	min-height: 52px;
	text-shadow: none;
}
#product-product #button-cart:hover,
#product-product #button-cart:focus {
	background: #d94a1e;
}
#product-product .product-modern__rating {
	background: #f5f7fb;
	border-radius: 16px;
	margin-top: 16px;
	padding: 12px;
}
#product-product .product-modern__rating p,
#product-product .product-modern__rating hr {
	margin: 0;
}
#product-product .product-modern__rating hr,
#product-product .product-modern__rating .addthis_toolbox {
	margin-top: 10px;
}
#product-product .product-modern__related {
	margin-top: 26px;
	padding: 22px;
}
#product-product .product-modern__related > h3 {
	color: #10233f;
	font-size: 26px;
	font-weight: 800;
	margin: 0 0 18px;
}
#product-product .product-modern__related-card {
	border-color: #e7edf5;
	border-radius: 20px;
	box-shadow: 0 12px 30px rgba(16, 35, 63, .07);
	overflow: hidden;
}
#product-product .product-modern__related-card .image {
	background: #f8fafc;
	padding: 14px;
}
#product-product .product-modern__related-card .image img {
	max-height: 170px;
	object-fit: contain;
}
#product-product .product-modern__related-card .caption {
	min-height: 155px;
	padding: 14px;
}
#product-product .product-modern__related-card h4 {
	font-size: 15px;
	line-height: 1.3;
}
#product-product .product-modern__related-card h4 a {
	color: #10233f;
}
#product-product .product-modern__related-card .caption > p:not(.price) {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
#product-product .product-modern__related-card .button-group {
	background: #f5f7fb;
	border-color: #e7edf5;
}
#product-product .product-modern__related-card .button-group button {
	background: transparent;
	color: #10233f;
	float: left;
	text-transform: none;
}
#product-product .product-modern__related-card .button-group button:first-child {
	background: #10233f;
	color: #ffffff;
}
#product-product .product-modern__tags {
	margin-top: 18px;
	padding: 16px;
}
#product-product .product-modern__tags a {
	background: #fff4c2;
	border-radius: 999px;
	color: #10233f;
	display: inline-flex;
	font-weight: 800;
	margin: 4px;
	padding: 7px 11px;
}
@media (max-width: 1199px) {
	#product-product .product-modern__summary-card h1 {
		font-size: 28px;
	}
	#product-product .product-modern__gallery-card .thumbnails > li:first-child {
		min-height: 340px;
	}
	#product-product .product-modern__gallery-card .thumbnails > li:first-child img {
		max-height: 320px;
	}
}
@media (max-width: 991px) {
	#product-product .product-modern__summary-card {
		position: static;
	}
	#product-product .product-modern__gallery-col,
	#product-product .product-modern__summary-col {
		width: 100%;
	}
	#product-product .product-modern__gallery-card .thumbnails > li:first-child {
		min-height: 320px;
	}
}
@media (max-width: 767px) {
	#product-product .product-page-modern {
		padding: 12px 0 26px;
	}
	#product-product .product-modern__breadcrumbs .breadcrumb {
		border-bottom: none;
		font-size: 14px;
		margin-bottom: 10px;
		padding-bottom: 2px;
	}
	#product-product .product-modern__breadcrumbs .breadcrumb a {
		font-size: 14px;
	}
	#product-product .product-modern__gallery-card,
	#product-product .product-modern__summary-card,
	#product-product .product-modern__tab-content,
	#product-product .product-modern__related,
	#product-product .product-modern__tags {
		border-radius: 20px;
	}
	#product-product .product-modern__gallery-card {
		margin-bottom: 14px;
		padding: 9px;
	}
	#product-product .product-modern__gallery-card .thumbnails > li:first-child {
		max-height: 360px;
		min-height: 250px;
		padding: 8px;
	}
	#product-product .product-modern__gallery-card .thumbnails > li:first-child img {
		max-height: 340px;
	}
	#product-product .product-modern__gallery-card .image-additional {
		width: 64px;
	}
	#product-product .product-modern__gallery-card .thumbnails {
		grid-template-columns: repeat(auto-fill, minmax(64px, 64px));
	}
	#product-product .product-modern__gallery-card .image-additional a {
		height: 64px;
	}
	#product-product .product-modern__tabs {
		border-radius: 16px 16px 0 0;
		gap: 4px;
		overflow-x: auto;
		padding: 8px 8px 0;
		white-space: nowrap;
	}
	#product-product .product-modern__details {
		margin-top: 18px;
	}
	#product-product .product-modern__tabs > li {
		float: none;
	}
	#product-product .product-modern__tabs > li > a {
		font-size: 13px;
		padding: 9px 10px;
	}
	#product-product .product-modern__tab-content {
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 18px;
		padding: 16px;
	}
	#product-product .product-modern__summary-card {
		display: flex;
		flex-direction: column;
		padding: 16px;
	}
	#product-product .product-modern__actions {
		float: none;
		margin: 0 0 10px;
	}
	#product-product .product-modern__summary-card h1 {
		font-size: 24px;
		margin-bottom: 12px;
	}
	#product-product .product-modern__meta {
		gap: 6px;
		margin-bottom: 12px;
	}
	#product-product .product-modern__meta li {
		padding: 8px 10px;
	}
	#product-product .product-modern__price-box {
		border-radius: 16px;
		margin-bottom: 12px;
		padding: 12px;
	}
	#product-product .product-modern__price-box h2 {
		font-size: 28px;
	}
	#product-product .product-modern__buy-box {
		margin-top: 12px;
		padding-top: 12px;
	}
	#product-product .product-modern__purchase {
		grid-template-columns: 70px minmax(0, 1fr);
	}
	#product-product .product-modern__actions,
	#product-product .product-modern__rating {
		order: 20;
	}
	#product-product #input-quantity,
	#product-product #button-cart {
		min-height: 50px;
	}
	#product-product .product-modern__related {
		margin-top: 20px;
		padding: 16px;
	}
	#product-product .product-modern__related > h3 {
		font-size: 22px;
	}
	#product-product .product-modern__related-grid > div {
		width: 100%;
	}
	#product-product .product-modern__related-card .caption {
		min-height: 0;
	}
}

/* 1001 Dribnicya contacts section */
@media (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth;
	}
}
.home-contacts {
	background: #f5f7fb;
	border-radius: 28px;
	margin: 46px 0 24px;
	padding: 34px;
	scroll-margin-top: 96px;
}
.home-contacts__head {
	margin-bottom: 24px;
	max-width: 680px;
}
.home-contacts__head span {
	background: #ffc400;
	border-radius: 999px;
	color: #10233f;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	padding: 9px 13px;
}
.home-contacts__head h2 {
	color: #10233f;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.15;
	margin: 15px 0 0;
}
.home-contacts__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
}
.home-contacts__info {
	display: grid;
	gap: 14px;
}
.home-contacts__item {
	align-items: flex-start;
	background: #ffffff;
	border: 1px solid #e7edf5;
	border-radius: 20px;
	box-shadow: 0 12px 30px rgba(16, 35, 63, .06);
	display: flex;
	gap: 14px;
	padding: 18px;
}
.home-contacts__item > .fa {
	align-items: center;
	background: #fff4c2;
	border-radius: 15px;
	color: #f05a28;
	display: flex;
	flex: 0 0 46px;
	font-size: 20px;
	height: 46px;
	justify-content: center;
	width: 46px;
}
.home-contacts__item strong {
	color: #10233f;
	display: block;
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 5px;
}
.home-contacts__item p {
	color: #4a5870;
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
}
.home-contacts__item a {
	color: #10233f;
	font-weight: 800;
}
.home-contacts__map,
.home-contacts__submit {
	align-items: center;
	background: #f05a28;
	border-radius: 16px;
	box-shadow: 0 14px 30px rgba(240, 90, 40, .22);
	color: #ffffff;
	display: inline-flex;
	font-size: 15px;
	font-weight: 900;
	gap: 8px;
	justify-content: center;
	min-height: 52px;
	padding: 0 20px;
	text-decoration: none;
}
.home-contacts__map:hover,
.home-contacts__map:focus,
.home-contacts__submit:hover,
.home-contacts__submit:focus {
	background: #10233f;
	color: #ffffff;
	text-decoration: none;
}
.home-contacts__form-card {
	background: #ffffff;
	border: 1px solid #e7edf5;
	border-radius: 24px;
	box-shadow: 0 20px 50px rgba(16, 35, 63, .1);
	padding: 28px;
}
.home-contacts__form-card h3 {
	color: #10233f;
	font-size: 26px;
	font-weight: 800;
	margin: 0 0 18px;
}
.home-contacts__form {
	display: grid;
	gap: 14px;
}
.home-contacts__form label {
	display: grid;
	gap: 7px;
	margin: 0;
}
.home-contacts__form span {
	color: #10233f;
	font-size: 14px;
	font-weight: 800;
}
.home-contacts__form input,
.home-contacts__form textarea {
	background: #f8fafc;
	border: 1px solid #dfe7ef;
	border-radius: 15px;
	box-shadow: none;
	color: #10233f;
	font-size: 15px;
	min-height: 48px;
	outline: none;
	padding: 12px 14px;
	width: 100%;
}
.home-contacts__form textarea {
	line-height: 1.5;
	min-height: 116px;
	resize: vertical;
}
.home-contacts__form input:focus,
.home-contacts__form textarea:focus {
	border-color: #ffc400;
	box-shadow: 0 0 0 3px rgba(255, 196, 0, .2);
}
.home-contacts__submit {
	border: none;
	cursor: pointer;
	margin-top: 4px;
	width: 100%;
}
.home-contacts__submit:disabled {
	cursor: wait;
	opacity: .78;
}
.contact-telegram-status {
	border-radius: 14px;
	display: none;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.45;
	padding: 12px 14px;
}
.contact-telegram-status.is-success,
.contact-telegram-status.is-error {
	display: block;
}
.contact-telegram-status.is-success {
	background: #eaf8ef;
	color: #176b35;
}
.contact-telegram-status.is-error {
	background: #fff0eb;
	color: #b73314;
}
.home-contacts__fallback {
	color: #6a7689;
	font-size: 13px;
	line-height: 1.45;
	margin: -2px 0 0;
}
@media (max-width: 991px) {
	.home-contacts__grid {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 767px) {
	.home-contacts {
		border-radius: 24px;
		margin: 30px 0 18px;
		padding: 20px 16px;
		scroll-margin-top: 76px;
	}
	.home-contacts__head {
		margin-bottom: 18px;
	}
	.home-contacts__head h2 {
		font-size: 27px;
	}
	.home-contacts__item {
		border-radius: 18px;
		padding: 14px;
	}
	.home-contacts__item > .fa {
		flex-basis: 42px;
		height: 42px;
		width: 42px;
	}
	.home-contacts__map,
	.home-contacts__submit {
		width: 100%;
	}
	.home-contacts__form-card {
		border-radius: 20px;
		padding: 18px;
	}
	.home-contacts__form-card h3 {
		font-size: 23px;
	}
	.home-contacts__form input,
	.home-contacts__form textarea {
		font-size: 16px;
		min-height: 50px;
	}
}

/* 1001 Dribnicya modern footer */
.site-footer-modern {
	background: #1f2933;
	color: #d7dee8;
	margin-top: 44px;
	padding: 54px 0 26px;
}
.site-footer-modern a {
	color: #d7dee8;
	text-decoration: none;
	transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}
.site-footer-modern a:hover,
.site-footer-modern a:focus {
	color: #ffc400;
	text-decoration: none;
}
.site-footer-modern__grid {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(240px, 1.2fr) repeat(2, minmax(170px, .8fr)) minmax(260px, 1fr);
}
.site-footer-modern__brand,
.site-footer-modern__col,
.site-footer-modern__contacts {
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 24px;
	padding: 24px;
}
.site-footer-modern__logo {
	color: #ffffff;
	display: inline-flex;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.1;
	margin-bottom: 14px;
}
.site-footer-modern__brand p {
	color: #c8d1dc;
	font-size: 15px;
	line-height: 1.65;
	margin: 0 0 20px;
	max-width: 360px;
}
.site-footer-modern__messengers {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.site-footer-modern__messengers a {
	align-items: center;
	background: rgba(255, 196, 0, .12);
	border: 1px solid rgba(255, 196, 0, .28);
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	min-height: 42px;
	padding: 10px 15px;
}
.site-footer-modern__messengers a:hover,
.site-footer-modern__messengers a:focus {
	background: #ffc400;
	border-color: #ffc400;
	color: #10233f;
	transform: translateY(-1px);
}
.site-footer-modern h5 {
	color: #ffffff;
	font-size: 18px;
	font-weight: 900;
	margin: 0 0 16px;
}
.site-footer-modern ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-footer-modern__col li + li,
.site-footer-modern__contacts li + li {
	margin-top: 10px;
}
.site-footer-modern__col a {
	display: inline-flex;
	font-size: 15px;
	line-height: 1.35;
	padding: 2px 0;
}
.site-footer-modern__contacts li {
	color: #d7dee8;
	font-size: 15px;
	line-height: 1.55;
}
.site-footer-modern__contacts span {
	color: #ffc400;
	display: block;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 3px;
	text-transform: uppercase;
}
.site-footer-modern__map {
	align-items: center;
	background: #f05a28;
	border-radius: 16px;
	box-shadow: 0 14px 30px rgba(240, 90, 40, .22);
	color: #ffffff;
	display: inline-flex;
	font-size: 15px;
	font-weight: 900;
	justify-content: center;
	margin-top: 18px;
	min-height: 46px;
	padding: 12px 18px;
}
.site-footer-modern__map:hover,
.site-footer-modern__map:focus {
	background: #ffc400;
	color: #10233f;
}
.site-footer-modern__service {
	border-top: 1px solid rgba(255, 255, 255, .1);
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 28px;
	padding-top: 24px;
}
.site-footer-modern__service div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
}
.site-footer-modern__service strong {
	color: #ffffff;
	flex-basis: 100%;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}
.site-footer-modern__service a {
	color: #aeb8c5;
	font-size: 13px;
	line-height: 1.35;
}
.site-footer-modern__service a:hover,
.site-footer-modern__service a:focus {
	color: #ffc400;
}
.site-footer-modern__bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, .1);
	color: #aeb8c5;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	justify-content: space-between;
	margin-top: 24px;
	padding-top: 22px;
}
.site-footer-modern__bottom p,
.site-footer-modern__bottom span {
	color: #aeb8c5;
	font-size: 13px;
	line-height: 1.45;
	margin: 0;
}
@media (max-width: 1199px) {
	.site-footer-modern__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.site-footer-modern__service {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 767px) {
	.site-footer-modern {
		margin-top: 30px;
		overflow: hidden;
		padding: 34px 0 22px;
	}
	.site-footer-modern__grid,
	.site-footer-modern__service {
		gap: 14px;
		grid-template-columns: 1fr;
	}
	.site-footer-modern__brand,
	.site-footer-modern__col,
	.site-footer-modern__contacts {
		border-radius: 20px;
		box-sizing: border-box;
		padding: 20px;
		width: 100%;
	}
	.site-footer-modern__logo {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.site-footer-modern__brand p {
		font-size: 14px;
		line-height: 1.55;
		margin-bottom: 16px;
		max-width: none;
	}
	.site-footer-modern__messengers {
		display: flex;
		gap: 9px;
		list-style: none !important;
		margin: 0;
		padding: 0;
	}
	.site-footer-modern__messengers a {
		background: rgba(255, 196, 0, .14);
		border: 1px solid rgba(255, 196, 0, .38);
		border-radius: 999px;
		box-sizing: border-box;
		color: #ffffff;
		display: inline-flex;
		flex: 1 1 auto;
		font-size: 14px;
		font-weight: 900;
		justify-content: center;
		min-height: 44px;
		padding: 11px 12px;
		text-align: center;
		white-space: nowrap;
	}
	.site-footer-modern h5 {
		font-size: 19px;
		margin-bottom: 13px;
	}
	.site-footer-modern ul,
	.site-footer-modern li {
		list-style: none !important;
		margin-left: 0;
		padding-left: 0;
	}
	.site-footer-modern__col ul {
		display: grid;
		gap: 8px;
	}
	.site-footer-modern__col li + li,
	.site-footer-modern__contacts li + li {
		margin-top: 0;
	}
	.site-footer-modern__col a {
		align-items: center;
		background: rgba(255, 255, 255, .045);
		border: 1px solid rgba(255, 255, 255, .08);
		border-radius: 14px;
		box-sizing: border-box;
		color: #d7dee8;
		display: flex;
		font-size: 16px;
		line-height: 1.35;
		min-height: 43px;
		padding: 10px 12px;
		width: 100%;
	}
	.site-footer-modern__contacts ul {
		display: grid;
		gap: 9px;
	}
	.site-footer-modern__contacts li {
		background: rgba(255, 255, 255, .045);
		border: 1px solid rgba(255, 255, 255, .08);
		border-radius: 14px;
		box-sizing: border-box;
		color: #d7dee8;
		font-size: 15px;
		line-height: 1.5;
		padding: 12px;
		width: 100%;
	}
	.site-footer-modern__contacts span {
		font-size: 11px;
		margin-bottom: 4px;
	}
	.site-footer-modern__map {
		border-radius: 14px;
		min-height: 48px;
		width: 100%;
	}
	.site-footer-modern__service {
		background: rgba(255, 255, 255, .035);
		border: 1px solid rgba(255, 255, 255, .08);
		border-radius: 20px;
		gap: 14px;
		margin-top: 16px;
		padding: 18px;
		width: 100%;
	}
	.site-footer-modern__service div {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
	}
	.site-footer-modern__service strong {
		font-size: 12px;
		margin-bottom: 1px;
	}
	.site-footer-modern__service a {
		background: rgba(255, 255, 255, .055);
		border: 1px solid rgba(255, 255, 255, .08);
		border-radius: 999px;
		color: #c8d1dc;
		display: inline-flex;
		font-size: 12px;
		line-height: 1.25;
		padding: 7px 10px;
	}
	.site-footer-modern__bottom {
		align-items: flex-start;
		background: rgba(0, 0, 0, .1);
		border-radius: 18px;
		flex-direction: column;
		gap: 6px;
		margin-top: 16px;
		padding: 16px;
	}
	.site-footer-modern__bottom p,
	.site-footer-modern__bottom span {
		font-size: 12px;
		line-height: 1.45;
	}
	.site-footer-modern__bottom span {
		opacity: .65;
	}
}

/* 1001 Dribnicya mobile mini cart */
@media (max-width: 767px) {
	body .site-header .site-header__cart,
	body .site-header .site-header__cart #cart {
		overflow: visible !important;
		position: relative !important;
	}
	body .site-header .site-header__cart #cart .dropdown-menu,
	body .site-header .site-header__cart #cart.open .dropdown-menu {
		box-sizing: border-box;
		left: auto !important;
		margin-top: 8px;
		max-height: calc(100vh - 96px);
		max-width: 360px;
		min-width: 0 !important;
		overflow-x: hidden !important;
		overflow-y: auto;
		padding: 10px;
		right: 0 !important;
		width: calc(100vw - 24px) !important;
	}
	body .site-header .site-header__cart #cart .dropdown-menu li > div {
		box-sizing: border-box;
		min-width: 0 !important;
		padding: 0;
		width: 100%;
	}
	body .site-header .site-header__cart #cart .dropdown-menu table {
		margin-bottom: 8px;
		table-layout: fixed;
		width: 100%;
	}
	body .site-header .site-header__cart #cart .dropdown-menu .table > tbody > tr > td {
		font-size: 12px;
		padding: 6px 4px;
		vertical-align: middle;
		white-space: normal;
		word-break: break-word;
	}
	body .site-header .site-header__cart #cart .dropdown-menu .table img {
		height: auto;
		max-width: 52px;
	}
	body .site-header .site-header__cart #cart .dropdown-menu .text-left {
		text-align: left;
	}
	body .site-header .site-header__cart #cart .dropdown-menu .text-right {
		text-align: right;
	}
	body .site-header .site-header__cart #cart .dropdown-menu .btn {
		min-height: 34px;
		white-space: normal;
	}
	body .site-header .site-header__cart #cart .dropdown-menu li p {
		display: flex;
		flex-direction: column;
		gap: 8px;
		margin: 10px 0 0;
	}
	body .site-header .site-header__cart #cart .dropdown-menu li p .btn {
		align-items: center;
		display: inline-flex;
		justify-content: center;
		width: 100%;
	}
}
