:root {
  --dark-color: 20, 20, 20;
  --light-color: 255, 255, 255;
  --primary-color: 0, 123, 255;
  --font-family: 'Roboto', Arial, sans-serif;
  --anim: 0.4s ease;
}

body {
	background: #fff;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
	color: #000;
	height: 100%;
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	/*padding-bottom: 90px;*/
}

svg {
    max-width: 100%;
    height: auto;
}

#page {
   /* height: 100%;
    position:relative;*/
}

#content {
    /*height:100vw;*/
}

footer {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*height: 90px;*/
    background: linear-gradient(to top, #346EC8 3%, #0057AA 95%);
    color: #fff;
    width:100%;
}
h1 {
    font-size: 160%;
    padding: 1rem 0 1.5rem;
    text-transform: uppercase;
    font-weight: 900;
    color: black;
}
h2 {
    font-size: 140%;
    padding: 0.8rem 0 1.2rem;
    text-transform: uppercase;
    font-weight: 900;
    color: black;
}
h3 {
    font-size: 120%;
    text-transform: uppercase;
    font-weight: 900;
    color: #0063BF;
    padding: 0.6rem 0 1rem;
}

.heder-slogan {
	font-weight: 900;
	font-size: 120%;
	color: #6b6b6b;
	line-height: 1.2;
	margin-bottom: 15px;
}
.header-phone {
    font-size: 160%;
    font-weight: 700;
    color: #6b6b6b;
    line-height: 1.1;
}
.header-phone a {
    display:block;
    color:#000;
}

.hide-text--hidden .hide-text__content {
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
}

.hide-text--hidden .hide-text__content::after {
    background: linear-gradient(0deg, rgb(255,255,255), transparent);
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40%;
    pointer-events: none;
}

.hide-text__button {
    padding: 0;
    border: none;
    background-color: transparent;
    display: inline-flex;
    border-bottom: 2px dashed;
}

@media (max-width: 576px) {
    .header-phone a {
        font-size:18px;
    }
}
.header-phone a:hover {
    text-decoration:none;
}

.header-phone span {
	font-weight: 400;
	font-size: 80%;
	padding-right: 1em;
}

/* sidebar */
#main {
    display: flex;
    align-items: stretch;
}
#sidebar {
    transition: all 0.3s;
    min-width: 350px;
    max-width: 350px;
    min-height: 100vh;
}

#sidebar.active {
    margin-left: -350px;
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -350px;
    }
    #sidebar.active {
        margin-left: 0;
    }
}


/* product-groups */
.product-groups  {
    /*padding: 0 4vw;*/
}
.product-groups .card {
    /*height: 22vw;*/
    border:none;
}
.product-groups .card:hover {
	opacity:0.8;
}
.product-groups .card .card-body {
	color: #fff;
	background-color: #4a8cc9;
	/*text-transform: uppercase;*/
	/*font-weight: 400;*/
	/*display: block;*/
	/*text-align: center;*/
	/*line-height: 1.3em;*/
	/*height: 8vw;*/
	padding: 0;
	font-family: Arial, sans-serif;
}
.product-groups .card .card-body img {
    padding:0.5em;
}
.product-groups .card a {
	text-decoration: none
}
.product-groups .card .product-img {
    width: 100%;
    height: 15rem;
    background-repeat: no-repeat; 
    background-position: 50%; 
    background-size: contain;
}
.product-groups .card-text {
    font-size: 1rem;
}

/* product-tile */
.product-tile .card {
    background-color: #f8f8f8;
}
.product-tile:hover .card {
    background-color: #eee;
}
.product-tile .card h3 {
    padding: 0;
}
.product-tile .price {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}
.product-tile .params-list {
    font-size: 12px;
    line-height: 1.5em;
    padding:0;
}
.product-tile .input-group-append, .product-tile .input-group-prepend {
    display: inline-block;
}
@media (max-width: 576px) {
    .product-tile .shk-count {
        display:inline-block;
        width:inherit;
    }
}

/* START #view-filters */
#view-filters{ 
    border-color:#4c9ad2
}
#view-filters.card .card-body{
    padding: .5rem;
}
#view-filters .tile-view .active {
    color: #e28327;
}
#view-filters>div label{ 
    text-transform: uppercase;
}

#view-filters .filter-view-switch a {
    color: #b4b4b4;
}
#view-filters .filter-view-switch button.active {
    color: #1962b9!important;
}
/* END #view-filters */

/* FILTERS */
#filters {
    /*margin: 40px 0 20px 0!important;*/
    border-collapse: collapse;
    border-color: #4c9ad2;
    margin:0;
}
#filters .card-body {
    padding:0;
}
#filters .card-header {
    background: #1962b9;
    color:#fff;
}
#filters .card-header span {
    font-size:90%;
}
#filters .filter_block {
    margin: 0!important;
    border-bottom: 1px solid #4c9ad2;
}
#filters .filter_block:last-child {
    border-bottom: none;
}
#filters .filter_block:last-child button {
    margin-top: 1em;
}
#filters .filter_block .filter_head h3 {
    padding: 0.6em;
    font-size: 0.9rem;
    margin: 0;;
}
#filters .filter_block .filter_head .filter-title {
    padding: 0.6em;
    font-size: 0.9rem;
    margin: 0;
    font-weight: 900;
}
@media (max-width: 768px) {
    #filters .filter_block .collapse {
        /*display:none;*/
    }
}
#filters .filter_body {
    padding: 0.6em 0;
}
#filters .filter_row {
    display: inline-block;
}
#filters .filter_row sup {
    vertical-align: super;
    font-size: 65%;
    top:-.2em;
}
/* #filters .filter_row input[id~="param"] {*/
#filters .filter_row input[type="checkbox"] {
    display: none;
}
#filters .filter_row input[type="checkbox"]+label {
    display: inline-block;
    padding: 0;
    margin: 0 0 5px 7px;
    border-radius: 0;
    border-bottom: 1px dashed #3A3A3A;
}
#filters .filter_row.unactive input[type="checkbox"]+label {
    border-bottom: 1px dashed #b7b7b7;
}
#filters .filter_row input[type="checkbox"]:checked+label {
    background-color: #1962b9;
    color: #fff;
    padding: 0 8px;
    margin: 0 5px;
    border-bottom: none;
    border-radius: 4px;
}


/* start leftmenu */
.leftmenu {
    background: #1962b9;
    border-radius: 0 20px 20px 0;
    padding: 20px 0;
}
.leftmenu li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 90%;
    text-decoration: none;
    transition: all 0.2s;
    display: inline-block;
}
.leftmenu .collapse {
    background: #4480c6;
}
.leftmenu .collapse li {
    border-bottom: dashed 1px rgba(155, 187, 225, 0.9);
    color: #fff;
    padding: 4px 0;
}
.leftmenu .collapse li a {
    font-size: 85%;
    letter-spacing: 1px;
}
@media (max-width: 768px) {
    .leftmenu .collapse li a {
        font-size: 18px;
    }
}
.leftmenu.nav-pills .nav-link.active, .leftmenu.nav-pills .show>.nav-link {
    color: #fff;
    background-color: initial;
    font-weight: 500;
}
/* end leftmenu */
.product-table thead {
    background: linear-gradient(to top, #346EC8 3%, #0057AA 95%);
}
.product-table thead th {
    /*background: #80AEE5;*/
    color: #fff;
    /*text-transform: uppercase;*/
    display: table-cell;
    /*width: 15%;*/
    padding: 5px 5px;
    font-size: 1em;
    /*height: 50px;*/
    text-align: center;
    vertical-align: middle;
}

/* footer */

footer a{
    color: black;
}
footer .nav a:hover {
    color: #ccc;
}
.product-tile-list {
    border-bottom: 2px dotted #acacac;
    margin-bottom: 2rem;
}
.product-tile-list h3 {
    padding:0;
}
.product-tile-list .params-list>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

/* mainmenu */
#mainmenu {
	background: linear-gradient(to top, #346EC8 3%, #0057AA 95%);
}
@media (min-width: 768px) {
    #mainmenu .navbar-collapse {
        margin-right: 5rem;
    }
}
@media (min-width: 992px) {
    #mainmenu .navbar-collapse {
        margin-right: 10rem;
    }
}
#mainmenu  li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}
#mainmenu .basket {
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 1rem;
}
#mainmenu ul.navbar-nav>li>a {
    color:#fff;
}
#mainmenu ul.navbar-nav {
	display: table;
    width: 100%;
	margin-right: 0;
    margin-left: 0;
}
#mainmenu .dropdown:hover>.dropdown-menu {
    display: block;
}
#mainmenu ul.dropdown-menu {
    display: none;
    margin-top: -.125rem
}
#mainmenu ul.dropdown-menu.show {
    display: block;
}
#mainmenu .navbar-nav>li>a:focus, #mainmenu .navbar-nav>li>a:hover {
    background-color: transparent;
}
#mainmenu .navbar-nav>li>a {
	color: #fff;
}
#mainmenu .navbar-nav>li.active>a {
	color: #fff;
}
/*
#mainmenu ul.navbar-nav>li>ul.dropdown-menu:before {
	position: absolute;
    top: -10px;
    left: 29px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ccc;
    border-left: 10px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
#mainmenu  ul.nav>li>ul.dropdown-menu:after {
	position: absolute;
    top: -9px;
    left: 30px;
    display: inline-block;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ffffff;
    border-left: 9px solid transparent;
    content: '';
}
*/

#mainmenu .dropdown-menu {
	background-color: #4a8cc9;  
	min-width: 20rem;
}
#mainmenu .dropdown-menu>li>a {
	font-weight: 400;
	padding-right:1rem;
	padding-left:1rem;
}
#mainmenu .dropdown-menu>li>a:focus, #mainmenu .dropdown-menu>li>a:hover {
    color: #333;
	background-color: #5a9cd9;
}
@media (min-width: 768px) {
    #mainmenu .dropdown-menu .dropdown-toggle::after {
        display: block;
        width: 0;
        float: right;
        margin-top: 0.4rem;
        height: 0;
        margin-left: .255em;
        vertical-align: text-top;
        content: "";
        border-left: .3em solid;
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
    }
    }
.dropdown .dropdown {
    position: relative;
}

.dropdown .dropdown>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    background-color: #007bff;
}
@media (max-width: 768px) {
    #mainmenu .dropdown-menu .dropdown-menu {
        background-color: #4c9ad2;
    }
}
.dropdown .dropdown:hover>.dropdown-menu {
    /*display: block;*/
}
/*
.dropdown .dropdown>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-left-color: #fff;
    margin-right: -2em;
}

.dropdown .dropdown:hover>a:after {
    border-left-color: #fff;
}
*/
.dropdown .dropdown.pull-left {
    float: none;
}

.dropdown .dropdown.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
#mainmenu .dropdown .dropdown a {
	padding-right:1rem;
}
@media (min-width: 768px) {
	#mainmenu .navbar-nav>li {
		position: relative;
		display: table-cell;
		width: auto;
		float:none;
		text-align:center;
	}
	#mainmenu .navbar-nav>li:first-child>a {
		padding-left: 0;
	}
	#mainmenu .navbar-nav>li:last-child>a {
		padding-right: 0;
	}
	#mainmenu .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
}

      .table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}


.table-responsive-stack td,
.table-responsive-stack th {
   display:block;
/*      
   flex-grow | flex-shrink | flex-basis   */
   -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
   font-weight: bold;
}

@media screen and (max-width: 768px) {
   .table-responsive-stack tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 3px solid #ccc;
      display:block;
      
   }
   /*  IE9 FIX   */
   .table-responsive-stack td {
      float: left\9;
      width:100%;
   }
   .table-responsive-stack td, .table-responsive-stack th {
        padding: .25rem;
   }
   .shk-item .table-responsive-stack-thead {
       display: none!Important;
   }
}

.page-inner {
    min-height: calc(100vh - 110px);
}
.highlight {
    background-color: #ff0;
}
.carousel-indicators li {
    width:15px;
    height:15px;
    border: 1px solid #fff;
    border-radius:50%;
    margin-right: 5px;
    margin-left: 5px;
}
.scroll-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    border: none;
    border-radius: 4px;
    background: #007bff;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.cookie-warning {
    position: fixed;
    bottom: 8px;
    transform: translateX(-50%);
    left: 50%;
    display: none;
    justify-content: space-between;
    width: 100%;
    padding: 32px;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: white;
    color: rgb(0, 0, 0);
    max-width: 836px;
    box-shadow: 0 0 16px 0 rgb(0, 0, 0, 0.2);
}

.cookie-warning--active {
    display: flex;
    align-items: center;
    z-index: 1000;
}

.cookie-warning__text {
    font-size: 16px;
    line-height: 160%;
    margin-right: 30px;
    max-width: 630px;
}

.cookie-warning__text a {
    color: inherit;
}

.cookie-warning__read {
    display: block;
    margin-left: 15px;
    color: white;
    text-decoration: underline;
}

.cookie-warning__apply {
    cursor: pointer;
    padding: 8px 18px;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    color: white;
}


.article-item {
    display: flex;
    flex-direction: column;
    padding: 24px;
    border: 1px solid lightgray;
    border-radius: 9px;
}

.article-item__picture {
    display: block;
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    margin-bottom: 16px;
}

.article-item__picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-item__name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    font-size: 18px;
}
.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 10px 0; */
}
.header-top__wrapper {
    border-bottom: 1px solid #007bff;
}
.header-contact {
    font-size: 20px;
    font-weight: 500;
    text-decoration: none!important;
    line-height: 22px;
	color: black;
}
.header-top__work {
    padding-left: 24px;
    position: relative;
}
.header-top__work:before {
    content:"";
    display:block;
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    top: 2px;
    background: url(/img/time.svg);
}
.header-top__mail {
    padding-left: 24px;
    position: relative;
}
.header-top__mail:before {
    content:"";
    display:block;
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    top: 2px;
    background: url(/img/mail.svg);
}
.header-top__adress {
    padding-left: 24px;
    position: relative;
}
.header-top__adress:before {
    content:"";
    display:block;
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    top: 2px;
    background: url(/img/map.svg);
}
.form-content {
    gap: 10px;
}
#mainmenu {
    position: sticky;
    top: 0;
    z-index: 999;
}
.form-bottom {
    margin-top: 15px;
    gap: 12px;
}
.footer-info {
    display: flex;
    flex-direction: column;
    gap: 1em;
    /* padding-top: 10px; */
    padding: 0.5em 1em;
}
.footer-info a:hover {
    color: lightgrey;
    text-decoration: none;
}
.footer-bottom__wrapper {
    border-top: 1px solid #00000054;
}

.footer-bottom {
    padding: 10px 0;
    /* display: flex; */
    opacity: 0.8;
    text-align: center;
    /* justify-content: space-between; */
}
.footer-btn {
    /* border: 1px solid white; */
}
.footer-btn:hover {
    background: white;
    color: #105eb3;
}
.product-rating {
    display: flex;
    gap: 5px;
    padding-bottom: 10px;
    /* justify-content: end; */
}
.product-rating svg {
    width: 26px;
    height: 26px;
}
.category-item {
    height: 175px;
    display: block;
    margin: 6px 0;
    border: 1px solid rgb(28 99 186 / 40%);
    padding: 18px;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    text-decoration: none!important;
}
.category-item:hover {
    border: 1px solid #0056b3;
}
.category-item__image {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 70%;
    width: 50%;
    object-fit: contain;
}

.category-item__title {
    width: calc(50% - 16px);
    z-index: 12;
    position: relative;
    font-size: 18px;
}
.product-groups .col-12 {
    padding: 0 6px!important;
}
.advantages-item__image {
    width: 64px;
}

.advantages-item__image svg {
    width: 100%;
    height: auto;
}

.advantages-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
}

.advantages-item__caption {
    text-align: center;
    font-size: 14px;
    opacity: 0.8;
}

.advantages-item__title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #0063bf;
}
.container {
    max-width: 1556px;
}
.product-groups .row {
    margin: 0 -6px;
}
.menu-list {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.menu-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 20px;
    text-decoration: none;
    font-size: 18px;
    color: black;
    text-decoration: none!important;
}

.menu-link svg {
    display: none;
}

.menu-link--level-1 svg {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.menu-link--level-1 {
    /*color: rgb(var(--white));*/
    font-weight: 500;
    /*text-transform: uppercase;*/
    width: 100%;
    justify-content: center;
}

.menu-item--current>.menu-link--level-1, .menu-link--level-1:hover {
    color: #065aad;
}

.submenu {
    display: flex;
    flex-direction: column;
}

.submenu--level-1 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    z-index: 100;
}

.menu-item:hover .submenu--level-1 {
    display: flex;
}

.submenu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: white;
}

.submenu-list--level-2 {
    justify-content: flex-start;
    gap: 8px;
}

.menu-item--level-2 {
    flex: 1 0 auto;
    width: 250px;
    /* border: 1px solid white; */
}

.menu-link--level-2 {
    font-weight: 700;
    padding: 6px;
    height: 100%;
    width: 100%;
    border: 1px solid white;
}

.menu-link--level-3 {
    font-size: 14px;
    padding: 0;
}

.submenu-list--level-1 {
    padding: 24px;
    /* gap: 24px; */
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 10%);
}

.submenu--level-2 {
    margin-top: 8px;
}

.menu-item--current>.menu-link--level-2,.submenu--level-1 .menu-link:hover {
    color: #065aad;
	border: 1px solid #065aad;
}
.header-bottom {
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: white;
}
.logo {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    text-decoration: none!important;
}
.logo-content {
    color: rgb(0 0 0 / 70%);
}
.header-contacts {
    /* gap: 14px; */
}

.header-socials {
    display: flex;
    gap: 8px;
}

.header-social {
    width: 34px;
}

.header-social__icon {
    width: 100%;
    height: auto;
}
.header-contact--email {
    font-size: 17px;
    opacity: 0.8;
}
.header-right {
    gap: 28px;
}
.header-button {
    padding: 12px;
    border-radius: 12px;
}
.header-basket__button {
    padding: 10px 16px;
    opacity: 1!important;
    border-radius: 12px;
    position: relative;
}

.fa-shopping-cart {
    font-size: 18px;
}
.header-basket__count {
    position: absolute!important;
    top: -8px!important;
    right: -8px!important;
    border: 1px solid #007bff;
    border-radius: 8px;
}
.button:hover {
    background-color: #007bff;
}

.burger {display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 8px;width: 48px;height: 48px;padding: 0;background: none;border: none;}

.burger::after,
.burger::before {
  content: "";
}

.burger::after, .burger::before,.burger__line {width: 100%;height: 3px;background-color: black;}
.header-button__modal {
    width: 34px;
}

.header-button__modal svg {
    width: 100%;
    height: auto;
}
.header-right {
    margin-left: auto;
    /* margin-right: 22px; */
}
.header-mob__link {
    color: black;
}
#top-search-form--mob {
    margin-bottom: 15px;
}

#top-search-form--mob .form-control {
    border-radius: 12px;
}
.nav-search__form {flex: 1 1 130px;display: flex;}

.form-input__search {
    height: 100%;
    border-left: 1px solid lightgrey!important;
    border-right: 1px solid lightgrey!important;
}
.hero {
    border-bottom: 1px solid rgb(var(--dark-color), 0.1);
    margin-bottom: 30px;
}

/*.hero-item {
    position: relative;
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}

.hero-item__content {
    padding: 64px 32px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0,0.7);
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    width: 100%;
    height: 100%;
    color: rgb(var(--light-color));
}

.hero-title {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 16px;
}

.hero-video {
    width: 100%;
    height: 100%;
    min-height: 230px;
    object-fit: cover;
}

.hero-item__more {
    font-size: 20px;
    text-decoration: none;
    border-bottom: 2px dashed;
    opacity: 0.7;
    transition: opacity var(--anim);
}

.hero-item__more:hover {
    opacity: 1;
}*/

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-item {
    display: flex;
    align-items: center;
    min-height: 450px;
    color: rgb(var(--dark-color));
}

.hero-item .picture-bg::after {
    background: linear-gradient(90deg, rgb(var(--light-color)) 10%, transparent);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-overlay::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(var(--dark-color), 0.7);
}

.hero-title {
    text-transform: uppercase;
}

.hero-advantages {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 36px;
    gap: 16px;
    border-radius: 4px;
}

.hero-advantage {
    flex: 1 0 auto;
    width: 240px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}

.hero-advantage__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex:  0 0 auto;
    width: 40px;
    margin-right: 16px;
}

.picture-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.picture-bg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
}
.title {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 32px;
}
.acsent-color {
    color: rgb(var(--primary-color));
}
.banner-button {
    padding: 8px 24px!important;
    font-size: 20px;
}
.button-search {
    border-radius: unset!important;
}

.button-search svg {
    fill: currentColor;
}
.sertifikate-item__image {
    width: 100%;
}

.sertifikate-item__link {
    width: 100%;
    display: block;
}
.sertifikate-slider {
    padding-bottom: 20px;
}

.sertifikate-slider .swiper-wrapper {
    padding-bottom: 30px;
}
.related-products {
    margin: 40px 0;
}

.related-slider .swiper-wrapper {
    padding-bottom: 30px;
}
.disabled-link {
    pointer-events: none;
}
.footer {
    background: rgb(0 123 255 / 15%);
    color: black;
}

.footer-logo {
    margin-left: -15px;
    /* margin-top: -15px; */
    margin-bottom: 10px;
}

.footer-menu {
    color: black;
    list-style: none;
    padding: unset;
    line-height: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-col__title {
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-menu__link {
    color: #000;
    opacity: 0.7;
}

.footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: start;
    align-items: start;
}

.footer-phone, .footer-mail {
    color: black;
    font-size: 18px;
    font-weight: 700;
}

.footer-work {
    opacity: 0.7;
}

.footer-adress {
    opacity: 0.7;
}
.footer-rating__image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.footer-rating {
    width: 160px;
    margin: 16px 0;
}
.footer-logo img {
    width: 110px!important;
}

.footer-logo .logo-content {
    display: block!important;
}
.accordion {
    --anim: 0.4s ease;
}

.accordion__descr {
    display: none
}

.accordion__descr--active {
    display: block;
    padding: 24px
}

.accordion__button {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.accordion__icon {
    width: 16px;
    min-width: 16px;
    height: 16px;
    color: inherit;
    fill: currentColor;
    transition: transform var(--anim)
}

.accordion__button--active .accordion__icon {
    transform: rotate(-90deg)
}

.accordion__button {
    background: white;
    border: 1px solid rgb(28 99 186 / 40%);
    border-radius: 4px;
    padding: 12px 16px;
    width: 100%;
    font-size: 18px
}

.accordion__item:not(:last-of-type) {
    margin-bottom: 4px;
}
@media (min-width: 767px) {
    .navbar-nav>.nav-item.first:hover>.dropdown-menu {
        display: flex!important;
        flex-direction: column;
        flex-wrap: wrap;
        max-height: 500px;
        width: 660px!important;
    }
    .navbar-nav>.nav-item.first:hover>.dropdown-menu>.nav-item {
        width: 50%;
        border-right: 1px solid rgba(0, 0, 0, .15);
    }

.product-table tbody tr td {vertical-align:middle;}
.product-table tbody tr td:nth-child(3), .product-table tbody tr td:nth-child(4), .product-table tbody tr td:nth-child(5) {text-align:right;}
    
}
@media (max-width: 1199px) {
    .button-search {
        display: none;
    }
    .menu-link {
        font-size: 16px;
    }
    .header-contact {
        font-size: 16px;
    }
    
    .logo-content {
        font-size: 14px;
    }
    
    .header-right {
        gap: 14px;
    }
    
    .header-button {
        padding: 8px;
    }
    
    .header-basket__button {
        padding: 8px 10px;
    }
}
@media (max-width: 991px) {
    .header-right {
        margin-right: 20px;
    }
    .logo-icon img {
        width: 92px;
    }
    header {
        position: sticky;
        top: 0;
        background: white;
        z-index: 999;
    }
    .category-item__title {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .banner-button {
        font-size: 16px;
    }
    .title {
        font-size: 30px;
    }
	.header-button {
	    padding: 6px;
	}
	
	.header-basket__button {
	    padding: 6px 8px;
	}
    .advantages-item__caption {
        font-size: 12px;
    }
    
    .advantages-item__title {
        font-size: 16px;
        line-height: 1.2;
    }
    .footer-bottom {
        flex-direction: column-reverse;
    }
    .header-top__wrapper {
        display: none;
    }

    .cookie-warning--active {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 8px;
        bottom: 0;
        padding: 16px 12px 12px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .cookie-warning__text {
        margin-right: 0;
        font-size: 14px;
    }

    .cookie-warning__apply {
        width: 100%;
    }
    .header-social {
        width: 28px;
    }
    
    .header-button__modal {
        width: 28px;
    }
    
    .fa-shopping-cart {
        font-size: 12px;
    }
    
    .header-basket__button {
        padding: 2px 6px;
    }
    
    .logo-icon img {
        width: 76px;
    }
    
    .header-basket__count {
        padding: 1px;
    }
    
    .header-right {
        gap: 8px;
    }
}
@media (max-width: 576px) {
    .hero-item {
        min-height: 350px;
    }
    .title{
        font-size: 24px;
    }
}