.wrapper {
    max-width: 1770px;
    margin: 0 auto;
    height: 100%;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    width: 100%;
}
.header__top {
    border-bottom: 1px solid #D9D9D9;
    height: 40px;
    display: flex;
    align-items: center;
}
.header__top__wrapper {
    height: 40px;
    align-items: center;
}
.header__top a {
    color: var(--font-light);
}
.header__top a:hover {
    color: var(--primary-color);
}
.header a.logo {
    display: flex;
    height: 50px;
    max-height: 100%;
    /* justify-content: center; */
    /* align-items: center; */
    gap: 31px;
}
.header img.logo-img {
    /*max-width: 100%;*/
    height: 50px;
    max-height: 100%;
    position: relative;
}
.header p.logo-text {
    font-size: 12px;
    width: 88px;
    max-width: 100%;
    line-height: 1.1;
    height: 100%;
    display: flex;
    align-items: center;
}
.header p.logo-text:before {
    content: '';
    border-left: 1px solid #D9D9D9;
    display: block;
    height: 100%;
    left: -15px;
    position: relative;
}
.header__bottom {
    height: 80px;
    align-items: center;
}
.btn{
    padding: 0 20px;
    cursor: pointer;
    display: inline-block;
    font-size: var(--btn-font-size);
    font-weight: 400; 
    color: var(--btn-color);
    border: 0;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    background: transparent;
    flex-shrink: 0;
    border-radius: var(--btn-radius);
    font-family: var(--body-fonts);
    line-height: 1;
    text-transform: none;
    height: var(--btn-height);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.btn:hover {
    background: var(--primary-color);
    color: var(--btn-color);
}
.btn.btn-color, .btn.btn-primary {
    background: var(--primary-color);
    color: var(--btn-color);
}
.btn.btn-color:hover, .btn.btn-primary:hover {
    background: var(--primary-color-hover);
    color: white!important;
}
.nav-link {
    color: var(--font-color);
    font-size: var(--font-size);
}
.search-bar {
    background-color: inherit;
    border: 1px solid #D9D9D9;
    border-radius: 0;
    box-sizing: border-box;
    margin: 0px 0;
    padding: 5px 20px;
    width: 100%;
    height: 40px;
    max-height: 40px;
    transition: border .2s ease;
}
form#searchform {
    width: auto;
    flex: auto;
    position: relative;
}
.search-button {
    background-color: initial;
    background-image: url(img/icons/lupa.svg);
    background-position: 90%;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    right: 18px;
    padding: 10px;
    position: absolute;
    top: 10px;
    left: auto;
    transition: filter .2s ease;
    filter: invert(0);
}
.search-button:hover {
    filter: invert(0.9);
}

.footer {
    background-color: var(--footer-bg);
    color: var(--footer-color);
}

.footer a {
    color: var(--footer-link-color);
}
.footer a:hover {
    color: var(--primary-color);
 }

.footer ul.footer__menu {
    cursor: pointer;
}

.footer ul.footer__menu li a {
    font-size: 18px;
    font-style: normal;
    padding: 5px 0px;
    width: 100%;
    display: block;
    line-height: 140%;
}

.footer .logo {
    display: block;
}
.footer .logo img {
    max-width: 180px;
    margin-bottom: 15px;
}
.footer .logo-text {
    font-size: 16px;
}

.footer .footer__items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 55px 0 65px;
}

.footer .footer__item strong {
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
    font-size: 18px;
    text-transform: none;
    /*color: rgba(255,255,255,.3);*/
}
.footer__social .line__icon {
    width: 48px;
    height: 48px;
    transition: .2s ease;
    filter: grayscale(0);
}
.footer__social .line__icon:hover {
    filter: grayscale(1) brightness(0.5);
}
.footer .footer__contacts {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding-top: 4px;
    font-size: 18px;
}

.footer .footer__contacts .footer__address {
    max-width: 390px;
    font-size: 18px;
}

.footer .footer__contacts .footer__phone {
    font-size: 18px;
    font-weight: 400;
    color: var(--font-color);
}
.footer .footer__contacts .footer__phone:hover {
    color: var(--primary-color);
}
.footer .footer__contacts .footer__email {
    font-size: 18px;
    font-weight: 400;
}

.footer__bottom {
    /*background-color: var(--footer-bottom-bg);*/
    color: var(--footer-bottom-color);
    padding: 12px 0;
    font-size: var(--fotter-bottom-size);
    border-top: 1px solid #D9D9D9;
    border-radius: 0;
}

.footer .footer__bottom a {
    color: var(--footer-bottom-link-color);
    text-decoration: var(--footer-bottom-decoration);
    text-decoration-skip-ink: none;
    text-decoration-thickness: 1px!important;
}

.footer .footer__bottom a:hover {
    color: var(--primary-color);
}

.footer .color {
    color: var(--primary-color);
}

.line__icon {
    position: relative;
    margin-right: 5px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.line__icon:before {
    content: '';
    position: absolute;
    background-repeat: no-repeat!important;
    background-size: 25px!important;
    background-position: center;
    transition: top .2s ease, box-shadow .2s ease;
    border-radius: 100px;
    filter: none;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
    box-shadow: none;
}
.line__icon:hover:before {
    top: -2px!important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 31%);
}


.vk.line__icon:before {
    background: url(img/icons/vk.svg);
}
.section-text-white input {
    color: var(--font-color);
}
ul.dropdown, ul.subcategories-dropdown {
    border: 1px solid #d9d9d9;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 31%);
}
.homeslider {
    overflow: hidden;
}
.homeslider .h1 {
    color: white;
    font-size: clamp(22px, 3vw, 66px);
    font-weight: 700;
}
.homeslider .slide-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(31, 31, 31, 40%);
    width: 100%;
    height: 100%;
}
.with-gap{
    margin: 0 -1rem;
}

.with-gap .slick-slide {
    margin: 0 1rem;
}
.span-card-mini {
    display: block;
    width: 100%;
}
.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
    z-index: 5;
    background: white!important;
    border-radius: 100%;
    transition: .2s ease;
    border: 1px solid #e5e5e5;
    box-shadow: none;
}
.slick-prev:hover, .slick-next:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.slick-next:before, .slick-prev:before {
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    
    background-size: 8px;
    background-repeat: no-repeat;
    opacity: 1;
    background-image: url(img/icons/prev.svg);
    transition: .2s ease;

    background-position: 18px;
}
.slick-next:before {
    background-image: url(img/icons/next.svg);
    background-position: 21px;
}
.slick-prev {
    left: -8px;
}
.slick-next {
    right: -8px;
}

.products .products-layout .columns-5 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr)); 
    gap: 30px; 
    width: 100%;
}

.woocommerce-pagination {
    margin-top: 30px;
}

.accordion__block {
    justify-content: start;
    gap: 120px;
}
.accordion__item {
    background-color: white;
    margin-bottom: 0;
    position: relative;
    border-top: 1px solid #D9D9D9;
    border-radius: 0;
    position: relative;
}

.accordion__item:last-child {
    border-bottom: 1px solid #D9D9D9;
}

.accordion__title {
    cursor: pointer;
    padding: 30px 35px 30px 0;
}

.accordion__title .h3, .accordion__title h3 {
    margin-bottom: 0;
}

.accordion__title:after {
    content: '';
    background: url(img/icons/arrow-down.svg) no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 37px;
    transition: .2s ease;
}

.accordion__title:hover:after {
    background: url(img/icons/arrow-down-active.svg) no-repeat;
    background-size: 16px;
}

.accordion__item.active .accordion__title:after {
    background: url(img/icons/arrow-up-active.svg) no-repeat;
    background-size: 16px;
}

.accordion__content {
    display: none;
    padding-bottom: 30px;
    margin-top: -10px;
    max-width: 1275px;
}

.accordion__content p {
    margin-bottom: 0;
}
.accordion__title i {
    position: absolute;
    right: 0;
    top: 14px;
    color: #000;
    transition: .2s ease;
}
.accordion__title:hover .h3, .accordion__title:hover i, .accordion__title i:hover {
    color: var(--primary-color-hover);
}

.accordion__title .h3, .accordion__title h3 {
    color: #2E2E2E;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: .2s ease;
    text-transform: none;
}

.accordion__content {
    display: none;
}

.news-text-wrap {
    display: -webkit-box;
    -webkit-line-clamp: 2;          /* Максимальное количество строк */
    -webkit-box-orient: vertical;  /* Вертикальная ориентация блока */
    overflow: hidden;              /* Прячет всё, что не поместилось */
    text-overflow: ellipsis;       /* Добавляет троеточие */
    word-break: break-word;    
}
.news-item img {
    aspect-ratio: 405 / 250;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.vertical-line {
    position: relative;
}
.vertical-line:after {
    content: '';
    position: absolute;
    background: #D9D9D9;
    height: 100%;
    width: 1px;
    left: 50%;
    top: 0;
}
.about-image {
    display: flex;
    align-items: center;
}
.about-image img {
    aspect-ratio: 695 / 356;
    object-fit: cover;
}

.border-bottom {
    border-bottom: 1px solid #D9D9D9;
}
.industry-image-container {
    max-width: 732px;
    width: 100%;
    margin: 0 auto 30px;
}

.h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.js-cookie-message-wrapper {
  box-sizing: border-box !important;
  width: 100%;
  
  display: none;
  clear: both !important;
  
  position: fixed;
  bottom: 15px !important;
  opacity: 1;
  transform: translateY(0%);
  z-index: 2147483650;
}

.js-cookie-message-wrapper .js-cookie-message {
  width: 100%;
  min-height: 10px !important;
  padding: 30px 35px 30px 30px !important;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 85%);
  text-align: left;
  line-height: 1.3;
  box-shadow: 0 65px 105px -30px rgba(22, 44, 65, 0.15);
  border-radius: 10px;
  color: white;
  border: 1px solid rgba(173, 193, 213, 0.4);
  position: relative;
      max-width: 1308px;
}

.js-cookie-message-wrapper .color:hover {
  color: #ababab!important;
}

@media (max-width: 991px) {
  .js-cookie-message-wrapper .js-cookie-message {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .js-cookie-message-wrapper .js-cookie-message {
    font-size: 16px;
    padding: 15px !important;
    align-items: start;
  }
  .js-cookie-message-wrapper .js-cookie-message .cookie-message-text {
    padding-right: 15px !important;
  }
  .js-cookie-message-wrapper .btn {
    font-size: 16px;
  }
}

.aside-menu {
    margin-right: 40px;
}