:root {
    --color-primary: #E63337;
    --color-primary2: #373737;
    --color-bg: #F0F0F0;
}

img {
    max-width: 100%
}

a {
    text-decoration: none;
    transition: 0.5s;
    text-decoration: none;
    color: #1d4568;
}

a:hover {
    color: #E14842
}

ul,ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin-bottom: 0;
    
}

body {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    background: #f0f0f0;
    overflow-x: hidden;
    color: #000;
    overflow-x: hidden;
    overflow-wrap: break-word;
    
}

h1 {
    font-style: normal;
    margin-bottom:32px;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    margin-top: 60px;
    
}

h1:after {
    display: block;
}

h1 span {
    font-weight: 300;
}

.mainh1--spacer {
    height: 28px;
}

.home-hero-nav {
    position: absolute;
    top: 10px;
    left: 12px;
    right: 12px;
    z-index: 6;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 4px;
    width: auto;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-sizing: border-box;
    overflow: visible;
}

.home-hero-nav__item {
    display: inline-flex;
    min-height: 26px;
    align-items: center;
    justify-content: center;
    padding: 5px 8px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.28);
    color: rgba(255, 255, 255, 0.78);
    font: inherit;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(3px);
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.home-hero-nav__item:hover,
.home-hero-nav__item:focus-visible {
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(0, 0, 0, 0.42);
    color: #fff;
    outline: none;
}

.home-hero-nav__item.is-active {
    border-color: rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.mySwiper .swiper-pagination {
    display: none;
}

h3 {
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
}

h2 {
    font-weight: 700;
    color: inherit;
    font-size: 36px;
    margin-bottom: 31px;
    line-height: 44px;
}

h2 span {
}

h4 {
    font-size: 30px;
    /* letter-spacing: 3px; */
    color: #000000;
    font-weight: 700;
}

section {
    padding: 70px 0;
    position: relative;
}

::focus {
    border: none;
    outline: 0
}

.hid {
    display: none;
}

.phone {
    position: relative;
    margin-top: 10px;
}

header .phone {margin-top: 5px;}
header.inner {
    border-bottom: 1px solid #eee;
}
.phone a {
    cursor: pointer;
}

.hid .phone2 a {
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
    line-height: 17px;
}

.hid .gr {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    color: #979797;
    margin-bottom: 15px;
}

.mob {
    display: none
}

.no-bg {
    background: none !important
}

.hid .soc {
    flex-wrap: wrap;
    align-items: center;
    max-width: 130px;
}

.hid .soc img {
    width: 32px;
}

.hid .soc a {
    padding: 0 0px 6px 0;
    margin-bottom: 5px;
    display: inline-block;
    width: 39px;
}

.hid .soc a:nth-child(6) {
    padding: 0 0 0 0
}

/*FLEX*/
.fl {
    display: flex;
}

.fw {
    flex-wrap: wrap;
}

.jsb {
    justify-content: space-between;
}

.jc {
    justify-content: center;
}

.jfe {
    justify-content: flex-end;
}

.jsa {
    justify-content: space-around;
}

.ac {
    align-items: center;}

.ae {
    align-items: flex-end
}

.as {
    align-items: flex-start
}


.tc {
    text-align: center;
}

.cw {
    color: white
}

.cb {
    color: black;
}

.pt0 {padding-top:0 !important}
.mt0 {margin-top:0 !important}

.container-fluid {
    padding: 0 7%
}


/*BUTTONS*/

.but a, .but button {transition:0.5s;border-radius: 8px;font-size: 20px;line-height: 24px;color: #fff;background: var(--color-primary);border:1px solid;border-color:var(--color-primary);padding: 13px 21px;font-weight:700;white-space:nowrap;display: inline-block;text-transform: lowercase;}

.but a:hover,.but button:hover {background: #fb6164; color:white;}


.but.red a, .but.red button {background: var(--color-primary);border-radius: 8px;font-weight: 700;font-size: 18px;line-height: 22px;color: white;display: inline-block;box-shadow: 0px 10px 25px rgb(225 72 66 / 49%);}

.but.red a:hover,.but.red button:hover {color:var(--color-primary); background:none;}

.btn{
    transition: 0.5s;
    border-radius: 8px;
    font-size: 15px;
    line-height: 20px;
    color: var(--color-primary);
    border: 1px solid;
    border-color: var(--color-primary);
    padding: 10px 15px;
    font-weight: 700;
    white-space: nowrap;
    display: inline-block;
    text-transform: lowercase;
}
.btn:hover{
    color: #ccc;
}


/*HEADER*/

.logo {margin:12px 0 10px}
.logo img {width:250px;}
header nav {}
nav>ul>li {padding: 0 19px}
nav .sub {margin-top:35px;}
nav ul li a {font-weight: 700;font-size: 18px;line-height: 22px;display:inline-block; position:relative;}
nav ul li a:hover {color:var(--color-primary)}
nav ul ul {position: absolute;z-index: -9999;background:#303030;box-shadow: 8px 8px 40px rgba(29, 69, 104, 0.15);padding: 10px 20px 10px 20px;margin-top: 10px;border-radius:10px;opacity: 0;/*visibility: hidden;*/display:none;transition-property: opacity, visibility;transition-duration: 0.4s;transition-delay: 0.25s;}
nav ul li:hover ul {opacity:1; /*visibility:visible;*/display:block;z-index: 10}
nav ul ul li a {margin-bottom: 0;display:block;}
.phone a {font-size: 18px;line-height: 19px; display: block; margin-bottom: 5px;}
.phone a span {border-bottom: 1px solid;display: inline-block;padding-bottom: 5px;font-weight: 600;}
nav ul ul li:after {display:none;}
.phone p {
font-size: 16px;
line-height: 19px;
opacity: 0.5;	
}


.top {
    background: #1e1e1e;
    color: white;
    padding-top: 20px;
}

.top a {
    color: white;
}
.top .fl-nav {border-top:1px solid #636363;margin-top: 20px;}

.top nav a {font-weight: 400;
font-size: 16px;
line-height: 19px;
padding:15px 0px 5px 0px;
white-space:nowrap;
text-transform:lowercase;
         
           }
.top nav ul ul li {border-bottom:1px solid #646464; padding:10px 0}
.top nav ul ul li a {padding:0px 0}
.top nav ul ul li:last-child {border:none}
.top nav ul li {padding:0 15px 10px;position:relative;}
.top nav ul li:last-child:after {display:none;}
.top nav ul li:after {content:url(../img/li.svg); position:absolute; right:0px; top:15px;}
.top nav li.active a {color:var(--color-primary); border-bottom:1px solid; }
.top nav li.active ul li a {color:white; border:none;}
.sea button {
    border: none;
    background: none;
    position: absolute;
    right: 10px;
}

.sea input {
    background: #F0F0F0;
    border: 1px solid #636363;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    max-width: 350px;
}

.sea button {
    top: 7px;
}

.sea {
    position: relative;
    flex-basis: 25%;
}
.cont .item {
    text-align: center;
}

.cont .item.item-main {
    border: 1px solid;
    border-color: var(--color-primary);
    padding: 10px 30px 10px 10px;
    border-radius: 5px;
    position:relative;
    cursor: pointer;
    /*background: url(../img/down.svg) no-repeat 96% center;*/
    background-size: 6%;
}

.cont .item.item-main:after {position:absolute;right:10px;top:35%;}

.adr {
    font-size: 14px;
    max-width: 240px;
}

.city {
    font-size: 16px;
    font-weight: 600;
}
section.promo .promo-banner__image {
    width: 100%;
    border-radius: 7px 7px 0 0;
}

section.promo {
    padding-bottom: 0;
    margin: 0 -12px;
    padding-top: 0;
}

.home-useful {
    position: relative;
    margin: 0 -12px;
    padding: 30px 34px 28px;
    background: #fff;
    border-bottom: 1px solid #ededed;
}

.home-useful__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px 18px;
}

.home-useful__item {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    column-gap: 12px;
    align-items: start;
    min-height: 98px;
    padding: 13px 10px;
    border-radius: 6px;
    transition: background 0.2s ease;
}

.home-useful__item:hover {
    background: #f7f7f7;
}

.home-useful__icon {
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: rgba(230, 51, 55, 0.08);
    color: var(--color-primary);
    font-size: 22px;
    line-height: 1;
}

.home-useful__item h3 {
    margin: 0 0 6px;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.home-useful__item p {
    color: #373737;
    font-size: 13px;
    line-height: 1.38;
}

@media (max-width: 1199px) {
    .home-useful__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.assortment-map {
    position: relative;
    margin: 0 -12px;
    padding: 22px 34px 24px;
    overflow: hidden;
    background: #fff;
    color: #202020;
    border-top: 0;
}

.assortment-map::before,
.assortment-map::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.assortment-map::before {
    display: none;
}

.assortment-map::after {
    display: none;
}

.assortment-map__inner {
    position: relative;
    z-index: 1;
    max-width: 1440px;
    margin: 0 auto;
}

.assortment-map__head {
    max-width: 820px;
    margin-bottom: 12px;
}

.assortment-map__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    margin-bottom: 6px;
    padding: 4px 8px;
    border: 1px solid rgba(230, 51, 55, 0.16);
    border-radius: 6px;
    color: var(--color-primary);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    background: rgba(230, 51, 55, 0.06);
}

.assortment-map h2 {
    margin: 0;
    color: #1f1f1f;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.12;
}

.assortment-map__title p {
    max-width: 700px;
    margin: 6px 0 0;
    color: #555;
    font-size: 13px;
    line-height: 1.35;
}

.assortment-map__stage {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 318px;
    gap: 12px;
    align-items: stretch;
}

.assortment-map__grid {
    position: relative;
    display: grid;
    min-height: 292px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: repeat(4, minmax(0, 1fr));
    grid-template-areas:
        "plc plc plc sensors sensors servo"
        "plc plc plc sensors sensors servo"
        "kipia kipia drives drives vision vision"
        "kipia kipia cabinets cabinets cabinets marking";
    gap: 7px;
}

.assortment-map__sector {
    position: relative;
    display: flex;
    min-height: 66px;
    overflow: hidden;
    align-items: flex-end;
    padding: 11px;
    border: 1px solid color-mix(in srgb, var(--accent) 28%, #d9dde3);
    border-radius: 7px;
    isolation: isolate;
    text-decoration: none;
    background:
        radial-gradient(circle at 20% 16%, color-mix(in srgb, var(--accent) 13%, transparent), transparent 32%),
        linear-gradient(145deg, rgba(255,255,255,0.92), rgba(245,247,250,0.82));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 10px 24px rgba(31, 42, 55, 0.08);
    grid-area: var(--area);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.assortment-map__sector:hover,
.assortment-map__sector:focus-visible,
.assortment-map__sector.is-active {
    z-index: 4;
    transform: translateY(-2px);
    border-color: color-mix(in srgb, var(--accent) 64%, #fff);
    box-shadow: 0 16px 34px color-mix(in srgb, var(--accent) 14%, rgba(31, 42, 55, 0.18));
    text-decoration: none;
}

.assortment-map__sector-glow {
    position: absolute;
    inset: -38%;
    opacity: 0.22;
    z-index: -1;
    background: conic-gradient(from 180deg, transparent, color-mix(in srgb, var(--accent) 44%, transparent), transparent);
    animation: assortment-spin 18s linear infinite;
}

.assortment-map__sector-content {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    color: #1f1f1f;
}

.assortment-map__sector-content strong {
    display: block;
    color: #1f1f1f;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.1;
}

.assortment-map__sector-content small {
    display: block;
    max-width: 330px;
    margin-top: 4px;
    color: #555;
    font-size: 11px;
    line-height: 1.22;
}

.assortment-map__sector-content span {
    display: inline-flex;
    min-height: 21px;
    align-items: center;
    margin-top: 6px;
    padding: 3px 7px;
    border-radius: 6px;
    color: color-mix(in srgb, var(--accent) 78%, #222);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    background: color-mix(in srgb, var(--accent) 10%, #fff);
}

.assortment-map__dots {
    position: absolute;
    inset: 7px;
    z-index: 1;
    opacity: 0.58;
}

.assortment-map__dot,
.assortment-map__hotspot {
    position: absolute;
    left: var(--x);
    top: var(--y);
    border-radius: 50%;
}

.assortment-map__dot {
    width: var(--dot-size, 4px);
    height: var(--dot-size, 4px);
    background: color-mix(in srgb, var(--accent) 78%, #fff);
    box-shadow: 0 0 9px color-mix(in srgb, var(--accent) 42%, transparent);
    animation: assortment-pulse var(--pulse-speed, 4s) ease-in-out infinite;
    animation-delay: var(--delay, 0s);
}

.assortment-map__hotspot {
    z-index: 2;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border: 2px solid #fff;
    background: var(--accent);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 13%, transparent), 0 4px 12px rgba(31,42,55,0.16);
    opacity: 0.9;
}

.assortment-map__info,
.assortment-map__product {
    border: 1px solid #e1e5ea;
    border-radius: 8px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 12px 28px rgba(31,42,55,0.08);
}

.assortment-map__info {
    min-height: 292px;
    padding: 13px;
}

.assortment-map__info-label {
    display: block;
    margin-bottom: 8px;
    color: var(--color-primary);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.assortment-map__info h3 {
    margin: 0;
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.15;
}

.assortment-map__info p {
    min-height: 42px;
    margin: 7px 0 0;
    color: #555;
    font-size: 12px;
    line-height: 1.33;
}

.assortment-map__info dl {
    margin: 9px 0 0;
}

.assortment-map__info dl div {
    padding: 7px 0;
    border-top: 1px solid #e8eaee;
}

.assortment-map__info dt {
    margin-bottom: 4px;
    color: #858585;
    font-size: 11px;
    font-weight: 800;
}

.assortment-map__info dd {
    margin: 0;
    color: #333;
    font-size: 12px;
    line-height: 1.32;
}

.assortment-map__info-count {
    color: var(--color-primary);
    font-weight: 800;
}

.assortment-map__info-link {
    display: flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    margin-top: 9px;
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    background: var(--color-primary);
}

.assortment-map__info-link:hover {
    color: #fff;
    text-decoration: none;
    background: #c9272b;
}

.assortment-map__product-rail {
    display: grid;
    gap: 6px;
    margin-top: 9px;
}

.assortment-map__rail-card,
.assortment-map__product-link {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    color: #1f1f1f;
    text-decoration: none;
}

.assortment-map__rail-card {
    min-height: 60px;
    padding: 6px;
    border: 1px solid #e7eaf0;
    border-radius: 7px;
    background: #fff;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.assortment-map__rail-card:hover {
    border-color: rgba(230, 51, 55, 0.28);
    transform: translateX(2px);
    text-decoration: none;
}

.assortment-map__rail-card.is-fresh {
    animation: assortment-card-land 0.55s ease both;
}

.assortment-map__rail-image,
.assortment-map__product-image {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #f7f8fa;
}

.assortment-map__rail-image img,
.assortment-map__product-image img {
    display: block;
    max-width: 44px;
    max-height: 44px;
    object-fit: contain;
}

.assortment-map__rail-copy small,
.assortment-map__rail-copy strong,
.assortment-map__product-copy small,
.assortment-map__product-copy strong,
.assortment-map__product-copy em {
    display: block;
    font-style: normal;
}

.assortment-map__rail-copy small,
.assortment-map__product-copy small {
    color: var(--color-primary);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.assortment-map__rail-copy strong,
.assortment-map__product-copy strong {
    display: -webkit-box;
    margin-top: 4px;
    overflow: hidden;
    color: #1f1f1f;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.22;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.assortment-map__product-copy em {
    margin-top: 6px;
    color: #555;
    font-size: 11px;
    font-weight: 700;
}

.assortment-map__product--float {
    position: absolute;
    z-index: 8;
    width: 235px;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 10px, 0) scale(0.98);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.assortment-map__product--float.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.assortment-map__product--float.is-flying {
    opacity: 0;
    transform: translate3d(280px, -10px, 0) scale(0.72);
    transition: opacity 0.42s ease, transform 0.42s ease;
}

.assortment-map__product-link {
    padding: 9px;
}

@keyframes assortment-pulse {
    0%, 100% {
        opacity: 0.22;
        transform: scale(0.78);
    }
    42% {
        opacity: 0.9;
        transform: scale(1.26);
    }
}

@keyframes assortment-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes assortment-wave {
    0%, 72% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes assortment-card-land {
    0% {
        opacity: 0.25;
        transform: translateX(-10px) scale(0.97);
    }
    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@media (max-width: 1199px) {
    .assortment-map__stage {
        grid-template-columns: 1fr;
    }

    .assortment-map__grid {
        min-height: 430px;
    }

    .assortment-map__info {
        min-height: 0;
    }
}

.mySwiper .swiper-slide {
    position: relative;
    overflow: hidden;
    background: #101010;
    border-radius: 7px 7px 0 0;
}

.mySwiper .swiper-slide.promo-banner--html::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.1) 42%, rgba(0, 0, 0, 0) 72%);
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
    top: 50% !important;
    margin-top: 0;
    transform: translateY(-50%);
}

main .container {box-shadow: 0px 0px 15px rgba(30, 30, 30, 0.3);background:#fff;border-radius: 9px;}
.hid-items {
    position: absolute;
    background: #1e1e1e;
    margin-top: 20px;
    z-index: 99;
    padding: 20px;
    border: 1px solid #333333;
    box-shadow: 0px 0px 10px rgba(30, 30, 30, 0.3);
    border-radius: 5px;
}

.hid-items .item {
    border-bottom:  1px solid #636363;
    padding: 12px 0;
	cursor: pointer
}
.hid-items .item.active {color:var(--color-primary)}
.hid-items .item.active a {color:var(--color-primary)}
a.but-border {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid;
    color: var(--color-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    border-radius: 5px;
    padding: 12px;
}

a.but-border:hover {background:var(--color-primary); color:white; border-color:var(--color-primary)}

header.desc .cont .item.item-main {
    border: none !important;
    border-color: transparent !important;
    box-shadow: none;
}

header.desc a.but-border,
header.desc a.but-border:hover {
    border: none !important;
    border-color: transparent !important;
    box-shadow: none;
    outline: none;
}

header .cont .item.item-main,
header a.but-border,
header a.but-border:hover {
    border: none !important;
    border-color: transparent !important;
    box-shadow: none;
    outline: none;
}

header.desc .header-wrapper {
    display: grid;
    grid-template-columns: 250px minmax(230px, 340px) minmax(430px, 1fr) minmax(160px, 190px);
    align-items: center;
    gap: 18px;
}

header.desc .logo {
    margin: 0;
}

header.desc .logo img {
    display: block;
    width: 250px;
}

header.desc .header-search {
    flex-basis: auto;
}

header.desc .header-search input {
    max-width: none;
    height: 46px;
}

.header-contacts {
    display: grid;
    grid-template-columns: minmax(170px, 1.35fr) minmax(130px, 0.85fr) minmax(150px, 0.9fr);
    gap: 14px;
    align-items: center;
}

.header-contact {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 9px;
    align-items: center;
    min-width: 0;
    color: #fff;
}

.header-contact__icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    font-size: 25px;
    line-height: 1;
}

.header-contact__body {
    min-width: 0;
}

.header-contact__label {
    display: block;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.header-contact__value {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
}

.header-contact__value--strong {
    font-size: 14px;
    font-weight: 800;
}

a.header-contact__value:hover {
    color: var(--color-primary);
}

.header-actions {
    display: grid;
    gap: 8px;
}

.header-action {
    display: flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border: 1px solid rgba(230, 51, 55, 0.9);
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    text-transform: lowercase;
    white-space: nowrap;
}

.header-action:hover {
    background: var(--color-primary);
    color: #fff;
}

header.desc .top .fl-nav {
    gap: 18px;
}

header.desc .top .fl-nav nav {
    min-width: 0;
}

.header-nav-socials {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 9px;
    padding-bottom: 5px;
}

.header-nav-socials a {
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
}

.header-nav-socials img {
    display: block;
    width: 24px;
    height: 24px;
}

/*CATS*/
.bra ul {
    display: flex;
    flex-wrap: wrap;
}

.bra ul li {
    padding: 9px;
    flex-basis: 25%;
    text-align: center;
    margin-bottom: 20px;
}
.catalog {}
.catalog h2 {margin-bottom:10px;}
.sort {text-align:right;font-size: 18px; cursor: pointer}
.sort-hid {
    background: #FFFFFF;
    text-align: right;
    border-radius: 5px;
    padding: 15px 20px;
    margin-top: 7px;
}
.sort-hid-page{
    padding: 0;
}
.title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sort-hid a#s1,
.sort-hid span#s1
{
    margin-right: 10px;
}
.sort-hid a,
 .sort-hid span{
    display:inline-block;
    cursor: pointer;
    color: #1D4568;
    border: 1px solid #1D4568;
    padding: 10px 30px 10px 20px;
    border-radius: 8px;
    border-width: 1px;
}
.sort-hid-page span{
    padding: 10px;
    font-size: 14px;
}
.sort-hid a.active,
.sort-hid span.active
{
    background: #1D4568;
    color: #fff;
}
.sort-item {font-weight: 400;
font-size: 18px;
position:relative;
line-height: 22px;
color:var(--color-primary);
display:inline-block;
           }
.sort-item span {color:black; display:inline-block;font-size: 18px;}
.sort-item:after {content:url(../img/down.svg); margin-left:8px;position:relative; top:-3px;}
.cat .item {
    flex-basis: 20%;
    text-align: center;
    padding: 0 10px 20px;
}

.cat .item .catalog_box {
    box-shadow: 0px 0px 5px rgba(30, 30, 30, 0.3);
    border-radius: 5px;
    padding:15px;
    height: 100%;
}
.cat a {font-weight: 400;
font-size: 14px;
       }
.cat .item p {margin-top:20px;
line-height: 17px;}
.cat {
    margin-top: 30px;
}

/*ABOUT*/

section.about {
    background: #fff;
    margin: 0 -12px;
    color: #000;
    padding: 20px 20px;
}

section.about img {
    border-radius: 9px;
    width: 100%;
}

section.about p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
}

section.about h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px;
}
.about .image2{
    align-content: center;
}
.about .image img{
    margin-bottom: 20px;
}
.about .text h2{
    margin-bottom: 30px;
}
.about-company {
    padding: 50px 20px;
    border-top: 1px solid #ECEFF3;
    border-bottom: 1px solid #ECEFF3;
}
.about-company__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 32px;
    align-items: center;
}
.about-company__visual {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border-radius: 8px;
    background: #f4f6f8;
    box-shadow: 0 18px 42px rgba(29, 69, 104, 0.12);
}
.about-company__scene {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    transform: scale(1.015);
    transition: opacity 0.55s ease, transform 0.8s ease;
}
.about-company__scene.is-active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}
.about-company__scene img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-company__scene figcaption {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 2;
    max-width: calc(100% - 32px);
    padding: 10px 13px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.58);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
}
.about-company__counter {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    display: flex;
    gap: 9px;
    align-items: center;
    padding: 9px 11px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    color: #1D4568;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 8px 22px rgba(29, 69, 104, 0.13);
}
.about-company__counter span:first-child {
    color: var(--color-primary);
}
.about-company__counter span + span::before {
    content: "/";
    margin-right: 9px;
    color: #a7b0ba;
}
.about-company .about-company__content h2 {
    margin-bottom: 18px;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
}
.about-company__lead {
    max-width: 560px;
    margin-bottom: 22px;
    color: #373737;
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: 0;
}
.about-company__steps {
    display: grid;
    gap: 8px;
}
.about-company__step {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 2px 12px;
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ECEFF3;
    border-radius: 8px;
    background: #fff;
    text-align: left;
    transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.about-company__step:hover,
.about-company__step.is-active {
    border-color: rgba(230, 51, 55, 0.35);
    background: #fffafa;
    box-shadow: 0 10px 24px rgba(29, 69, 104, 0.08);
}
.about-company__step span {
    grid-row: 1 / 3;
    color: var(--color-primary);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.35;
}
.about-company__step strong {
    color: #1D4568;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
}
.about-company__step em {
    color: #5d6974;
    font-size: 13px;
    font-style: normal;
    line-height: 1.3;
}
.about-company__panels {
    position: relative;
    min-height: 64px;
    margin-top: 18px;
}
.about-company__panel {
    position: absolute;
    inset: 0;
    margin: 0;
    color: #373737;
    font-size: 15px;
    line-height: 1.5;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}
.about-company__panel.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.about-company__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 22px;
}
.about-company__more,
.about-company__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 22px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
}
.about-company__more {
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
    color: #fff;
}
.about-company__more:hover {
    background: #fff;
    color: var(--color-primary);
}
.about-company__link {
    border: 1px solid #dce2e8;
    background: #fff;
    color: #1D4568;
}
.about-company__link:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
}
.about-company__work,
.about-company__text,
.about-company__gallery,
.about-company__photo {
    display: none;
}
/* Legacy fallback for older cached markup */
.about-company__work li {
    position: relative;
    padding-left: 22px;
    color: #373737;
    font-size: 15px;
    line-height: 1.45;
}
.about-company__work li::before {
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 9px;
    height: 7px;
    border-left: 2px solid var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
    content: "";
    transform: rotate(-45deg);
}
.catalog-wrapper .btn-list-uslugy {
    margin-top: 18px;
}
.catalog-wrapper .btn-list-uslugy .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 176px;
    min-height: 44px;
    padding: 12px 22px;
    border: 1px solid var(--color-primary);
    border-radius: 8px;
    background: var(--color-primary);
    box-shadow: none;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: none;
}
.catalog-wrapper .btn-list-uslugy .btn:hover {
    background: #fff;
    color: var(--color-primary);
}
.catalog-wrapper .manuf_box .list-url a.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin: 10px 12px 12px;
    padding: 9px 14px;
    border: 1px solid var(--color-primary);
    border-radius: 8px;
    background: #fff;
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-transform: none;
}
.catalog-wrapper .manuf_box .list-url a.btn:hover {
    background: var(--color-primary);
    color: #fff;
}
/*NEWS*/

.news .item img {width: auto;text-align: center;display: block;margin: 0 auto;}

section.news {
    padding: 44px 0 20px;
    border-top: 1px solid #ECEFF3;
}

section.news h2 {
    margin-bottom: 22px;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
}

section.news h3 {
    margin: 26px 0 16px;
    padding: 0;
    background: transparent;
    color: #1D4568;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
}

section.news h3:first-of-type {
    margin-top: 0;
}

section.news .news-row {
    padding: 0;
}

section.news .item {
    min-height: 100%;
    margin-bottom: 23px;
    overflow: hidden;
    border: 1px solid #ECEFF3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(29, 69, 104, 0.08);
}

section.news .item .item-pic img {
    border-radius: 0;
}

section.news .item .intro {
    padding: 16px 18px 18px;
}

section.news .item .title {
    min-height: 64px;
    max-height: 64px;
    margin-top: 0;
    margin-bottom: 12px;
    color: #1D4568;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

section.news .item .intro p {
    min-height: 72px;
    max-height: 72px;
    color: #4c5a66;
    font-size: 14px;
    line-height: 1.45;
    -webkit-line-clamp: 4;
}

section.news .more a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin: 14px 0 0;
    padding: 10px 16px;
    border: 1px solid var(--color-primary);
    border-radius: 8px;
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: none;
}

section.news .item a:hover:not(.news .item a.item-pic) {
    background: var(--color-primary);
    color: #fff;
}








.form form {max-width:796px; margin:0 auto;}
.form .item {border: 5px solid #E14842;box-shadow: 8px 8px 40px rgba(29, 69, 104, 0.15);border-radius: 12px;padding:90px;position: relative;background: #fff;}
.form h2 {margin-bottom:25px;}
.form p {max-width:796px;text-align:center; margin:0 auto 25px;}
.form input {background: #fff;border: 1px solid #444343;border-radius: 8px;padding: 12px 19px;width:100%;}
.form textarea {background: #fff;border: 1px solid #444343;border-radius: 8px;padding: 12px 19px;width:100%; height:100%}
.file img {width: 24px !important;margin-right:10px;margin-top: 0 !important;margin-bottom: 0 !important;position: relative;top: -3px;}
.file p {font-weight:600;font-size: 19px;}
.file {margin-top:20px; display:flex; align-items:center;}
.form .form-group {margin-right:15px;}
.form .col-md-6 .form-gr:last-child {margin-bottom:0}
.form .fl {width:100%}
.form .form-group {flex-basis:70%}
.form .form-group+.form-group {flex-basis:30%}
.form .item:before {width: 101%;height:100%;content:'';border: 5px solid #E9E9E9;border-radius: 12px;transform: rotate(-2.32deg);position: absolute;top: 0;left: 14px;z-index: -1;}


.contacts {padding:50px 0 0 0}
.contacts .item {position:absolute;
                 background:#fff; 
                 min-width:320px;
                 width:100%;
                 max-width:532px;
                 padding:42px 46px;
                 box-shadow: 8px 8px 40px rgba(29, 69, 104, 0.15);
                 top:170px;
                 border-radius: 12px;}

.contacts .buts {display:flex; margin-top:30px;}
.contacts .but {margin-right:10px;}
.contacts .but a {font-size:16px;padding:17px 30px}
.contacts .logo-cont {max-width:210px; margin-bottom:26px;}
.contacts .phone {margin-bottom:13px;}
.contacts  .mail {margin:8px 0 10px;}
.contacts  .mail:before {content:url(../img/mail.svg); position:relative; top:5px; margin-right:5px}
.contacts  .adr:before {content:url(../img/map.svg); position:relative; top:5px; margin-right:5px}
.contacts  .mail a {color:#FF8682; text-decoration: underline;font-size: 16px;line-height: 19px;}

.soc a {
    color:white;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    background: none;
    border: none;
    padding: 0;
    margin-top: 20px;
}
.soc a:hover {opacity:0.8}
.soc {
    display: flex;
    margin-top: 1px;
    justify-content: center;
}

.bread {padding: 38px 0 64px;}
.bread ul {display:flex; font-size:18px; font-weight: 700; align-items: center}
.bread ul li a:after {content:'/'; padding:0 3px;}
.bread ul li:first-child a {color: rgba(29, 69, 104, 0.5);}
.bread ul li:first-child a img {margin-right:11px;}
.bread ul li span {color:#1D4568}



/*NEWS*/

.news .item.first .title {font-weight: 700;font-size: 36px;line-height: 100%;margin-top: 0;margin-bottom: 16px;}

.news .item.first p {
font-weight: 500;
font-size: 18px;
line-height: 140%;
	
}

.news .item.first .date {margin-top:36px;
font-weight: 500;
font-size: 18px;
line-height: 100%;
color: #1D4568;
opacity: 0.7;
}

.news .item .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #1D4568;
    min-height: 101px;
    margin-top: 22px;
    min-height: 68px;
    display: block;
		-webkit-line-clamp: 3;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		max-height: 68px;
}
.news .item {margin-bottom:23px;box-shadow: 0px 0px 10px rgba(30, 30, 30, 0.3);border-radius: 13px;}
.news .item a.item-pic {display: block; width: 100%; padding-top:61.53940886699507%; position: relative;}
.news .item .item-pic img {border-radius: 12px 12px 0 0;position: absolute;width: 100%;height: 100%; left:0;top:0;object-fit:cover/*max-height: 280px; width:100%*/}
.news .item .intro {padding:10px 20px;}
.news .item .intro p {font-weight: 400;font-size: 14px;line-height: 17px;min-height: 87px;
		-webkit-line-clamp: 5;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		max-height: 87px;
}
.more a {color:var(--color-primary); font-weight: 600;
font-size: 16px;
line-height: 19px;
text-transform:lowercase;
display:block;
text-align:center;
margin-top:15px;
width:100%;
border:1px solid;
border-radius: 5px;
padding:12px;         
margin-bottom:15px;        
        }
.news h3 {
    background: #1E1E1E;
    color: white;
    font-size: 20px;
    padding: 10px 20px;
}
.news .item .title {margin-bottom:15px;}
.news .item.first p {padding-right:20px; font-size:16px;}
.news .item .date {font-size: 18px;line-height: 100%;margin-top:17px;color: #1D4568;}
.news .item .date:before {content:url(../img/clock2.svg);position: relative;margin-right:7px;opacity: 0.7;top: 3px;}
.news .item.first img {margin-right:30px;}
.news a:hover {color:inherit}
.news .item a:hover:not(.news .item a.item-pic) {background:var(--color-primary); color:white;}
.pages {margin-top:85px;}
.pages a, .pages span {
border-radius:50%;    
font-weight: 500;
font-size: 18px;
min-width:36px;
min-height:36px;    
text-align:center;
line-height:1.5;	
margin:0 10px;
display: flex;
align-items:center;
justify-content:center;    
padding: 5px;	
}

.pages a:hover {background:  #A2A5AC; color:white;}
.pages span {background:var(--color-primary); color:white;}
.pages .prev {margin-right:20px;}
.pages .next {margin-left:20px;}


/*ARTICLE*/

section.article img {
    border-radius: 12px;
    margin-bottom: 35px;
}

.article {padding-bottom:10px}

.back a {
    color: rgba(29, 69, 104, 0.5);
    font-size: 18px;
    font-weight: 700;
}

.back img {
    margin-right: 8px;
}

section.article .date:before {
    content:url(../img/clock2.svg);
    position:relative;
    top:5px;
    margin-right:10px
}

section.article h1 {
    font-size: 36px;
    margin-top: 15px;
}

.article h3 {font-weight: 700;
font-size: 26px;
line-height: 100%;}

.article p {margin-bottom:20px;}
section.news h2 {
    margin-bottom: 30px;
}

.nav {
    margin-bottom: 23px;
}

/*FAQ*/

section.faq .title {
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
}

section.faq ul li {
    padding: 22px 0;
    border-bottom: 1px solid #eee;
}

section.faq ul li .img {transform:rotate(180deg)}
section.faq ul li.active .img {transform:none}
section.faq ul li.active .title {color:var(--color-primary)}
section.faq {
    padding: 30px 0 70px;
}

section.faq .hid {padding-top:30px;}

/*JOB*/

.promo-job {background: white;padding: 30px 0;}
.promo-job .but {margin-right:15px;}

.job h2 {font-weight: 700;
font-size: 36px;}

.job .item {margin-bottom:56px; flex-basis:50%; padding-right:70px;}
.job .item ul li {padding-left:25px;font-weight: 400;font-size: 16px; line-height:1.2; margin-bottom:10px;position:relative}
.job .item ul li:before {position:absolute; content: url(../img/li3.svg); left:0px;}
.job .title {font-weight: 700;
font-size: 22px;}
.job .title:after {content:''; background:var(--color-primary); display:block; width:74px; height:5px; margin:15px 0 20px}
.job p strong {display:block; margin-bottom:10px;}
.job ul {padding:15px 0}
.want h2 {font-size: 36px; line-height: 100%; margin-bottom:0}
.want .container {border-top:1px solid #eee; padding-top:50px}

/*CONTACTS*/

.cont-page .phone {margin-bottom:13px;}
.cont-page  .mail {margin:8px 0 10px;}
.cont-page  .mail:before {content:url(../img/mail.svg); position:relative; top:5px; margin-right:5px}
.cont-page  .adr:before {content:url(../img/map.svg); position:relative; top:5px; margin-right:5px}
.cont-page  .mail a {color:#FF8682; text-decoration: underline;font-size: 16px;line-height: 19px;}

.form-cont {max-width: 352px;width:100%;text-align: center;margin: 0 auto;padding: 20px 0 50px;}
.form-cont .item {background: #FFFFFF;padding: 50px 63px;border: 1px solid #E9E9E9;box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.15);border-radius: 12px;}
.form-cont label {
    display: block;
    color: rgba(29, 69, 104, 0.7);
    font-size: 18px;
    margin-bottom:10px;
}
.cont-page .soc {margin-top:25px;}
.form-cont .form-group {margin-bottom:15px;}
.form-cont input, .form-cont textarea {background: #fff;border: 1px solid #828282;border-radius: 5px;padding:12px;font-size:18px;width:100%;}
.form-cont label span {color:var(--color-primary)}
.form-cont button {text-align:center;width: 100%;}
.form-cont .but {text-align:center;margin-top: 5px;display: block;}


/*ABOUT*/

section.info.info-about.gray ul {
    column-count: 2;
}

section.docs {
    padding: 60px 0 80px;
}

section.docs h4 {
font-weight: 700;
font-size: 22px;
line-height: 100%;	
margin-bottom:30px;	
}
section.docs h4:after {content:''; background:var(--color-primary); display:block; width:74px; height:5px; margin:15px 0 20px}
section.docs ul li:before {position:absolute; content: url(../img/doc.svg); left:0px; top:3px;}
section.docs ul li a {color:#0085FF; border-bottom:1px solid; display: inline-block; font-weight:500}
section.docs ul li {margin-bottom:15px; padding-left:30px; position:relative;}
section.docs .item {flex-basis:40%}

.news-row {
    padding: 0 15px;
}

footer {background: #1E1E1E;color:white;padding:50px 0;margin-top: 50px;}
footer a {color:white;}
footer .title {
font-weight: 600;
font-size: 20px;
line-height: 24px;
margin-bottom:10px;
}

footer .city {
font-weight: 600;
font-size: 20px;
line-height: 24px;
margin-bottom:10px;
    
}
section.news {
    padding-bottom: 20px;
}
footer .adr {margin-bottom:10px;max-width: 230px;}
footer .phone a {text-decoration:none; border:none;}
footer .logo2 {margin-top:20px;}
footer form input {background: rgb(68 68 68) !important;color: white !important;}

main .container.inner-container {box-shadow:none;background: none;border-radius: 9px;}
main .container.inner-container2 {box-shadow: 0px 0px 15px rgba(30, 30, 30, 0.3);background:#fff;border-radius: 9px;}
.left-menu {
    box-shadow: 0px 0px 15px rgb(30 30 30 / 30%);
    background: #fff;
    border-radius: 3px;
    padding: 20px 10px;
}

.left-cont {
    box-shadow: 0px 0px 15px rgb(30 30 30 / 30%);
    background: #fff;
    border-radius: 3px;
    padding: 20px 20px 10px 20px;
    margin-top: 20px;
}

.right {
    box-shadow: 0px 0px 15px rgb(30 30 30 / 30%);
    background: #fff;
    border-radius: 3px;
    padding: 20px 20px 0px 20px;
}

.left-menu ul li {
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #636363;

}
.left-menu ul li:last-child {border:none;}
.left-menu ul li a {font-weight:normal; color:black; font-size:20px;}
.left-menu ul li a:hover {color:var(--color-primary)}
.left-menu ul li.active{
    background: #1D4568;
}
.left-menu ul li.active a{
    color: #fff;
}
.left-cont .item {
    text-align: center;
    margin-bottom: 0;
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 0;
}
.right h3 {
    margin-top: 3px;
    font-weight: 600;
}

.right h3 strong {
    font-weight: 600;
}

.right img {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.right .sert img {/*width:180px;*/margin: 10px auto;display: block;}
.right ul {padding:20px}
.right ul li {list-style:disc;font-family: 'Inter' !important;}
.right p {
    margin-bottom: 10px;
    font-family: 'Inter' !important;
}

.mission {
    background: #1E1E1E;
    margin: 60px -20px 0;
    padding: 20px;
    color: white;
}

.mission img {
    border-radius: 5px;
}

.mission a {
    color: white;
}

.mission a span {
    border-bottom: 1px solid white;
}

.mission i {
    margin-right: 10px;
}

.sert .item p {
    font-size: 14px;
    max-width: 230px;
    text-align: center;
}

.right.news-about .date {
    font-weight: 600;
    margin-bottom: 10px;
}

.right.news-about .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    min-height: 80px;
}

.right.news-about .intro {
    font-size: 15px;
    line-height: 1.2;
    min-height: 70px;
}

.right.news-about .item {
    border: 1px solid #eee;
    padding: 15px 15px 0 15px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.right.news-about .item img {
    margin-top: 0;
    border-radius: 7px;
    height: auto;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.right.news-about .more a:hover {
    background: var(--color-primary);
    color: white;
}

.container.container-title .title {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    margin: 70px 0 40px;
}

.right h1 {
    margin-top: 20px;
    font-weight: 700;
}

.right.vac h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.right.vac ul {
    padding-top: 0;
}

.faq .item {
    box-shadow: 0px 0px 10px rgba(30, 30, 30, 0.3);
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 30px;
}

.faq .name {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.faq .fl.jsb.ac {
    padding: 0px 0 10px;
    border-bottom: 2px solid #cbcbcb;
    margin-bottom: 15px;
}

.faq .zp {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.form .but {text-align:center; }
.form .but button {padding:15px 70px;margin-bottom:30px;display: block;width: 100%;text-align: center;}
.form-gr {
    margin-bottom: 10px;
}
.faq2 .title.active span {
    transform: rotate(180deg);
}

.catalog.right img {
    width: auto !important;
    text-align: center;
    display: block;
    height:150px;
    margin: 0 auto 20px;
}

.right.catalog .item {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(30, 30, 30, 0.3);
    border-radius: 5px;
    padding: 10px;
    height: 100%;
    align-items: center;
}

a.item_more {
    background: #E63337;
    border-radius: 5px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    padding: 5px 15px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 15px;
}
a.item_more:hover {background: #fb6164}
.item_name {
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
    min-height: 80px;
    word-break: break-word;
}

.item_name{
    font-size: 12px!important;
}

.right.catalog .col-lg-3 {
    margin-bottom: 25px;
}
.filters {
    margin-top: -20px;
    margin-bottom: 30px;
}
select#select_brand {
    display: none;
}

.menu2 a.active {
    color: var(--color-primary);
}

.menu2 a {
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

.left-menu.cat-menu li.active ul li a {
    color: black;
}
.left-menu.cat-menu ul ul li a {padding-left:30px;}
.left-menu.cat-menu ul ul li a:before {content:url(../img/tre2.svg); position:absolute; margin-right:10px; left:5px; top:8px;}
span.plus.active {
    
    transform: rotate(90deg);
}
.left-menu.cat-menu  ul li {position:relative;}
.left-menu.cat-menu  ul ul {display:none;}
.left-menu.cat-menu span.plus {
    position: absolute;
    top: 6px;
    right: 0;
	transition: 0.5s;
}
.left-menu.cat-menu ul li a {font-weight: 600;padding-right:25px;font-size: 16px;line-height: 19px;display: block;}
.thumbs {
    display: flex;
}

.pr-cont {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pr-cont .soc img {
    width: 32px !important;
    height: auto;
    margin: 0;
}

.pr-cont .phone3 a {
    color: var(--color-primary);
    border-bottom:1px solid;
    margin-right:30px;
    font-weight: 600;
}



.ili {
    text-align: center;
    margin: 15px 0;
}

.right.catalog .but a {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.cont3 a {
    color: var(--color-primary) !important;
    font-weight: 600;
}

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

.menu3 div {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #636363;
    margin-bottom: 20px;
    cursor: pointer;
}

.menu3 div.active {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
/* identical to box height */
    letter-spacing: 0.02em;
    color: #E63337;
}

.faq2 .title {
    background: #1E1E1E;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    min-height: 40px;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.faq2 .title img {
    width: 20px !important;
    height: auto;
    margin: 0 !important;
}
.faq2 .item {margin-bottom:20px;padding: 0 !important;}
.faq2 table {
    width: 100%;
    color: black;
}

.faq2 table tr {
    border-bottom:1px dotted;
}
.faq2 table tr:last-child {border:none;}
.faq2 tr td {
    background: #fff;
    position:relative;
    padding: 5px 0px;
}

.faq2 tr td+td:after {display:none;}
.faq2 .item .price {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    margin-top: 10px;
    border-top: 2px solid silver;
    color: black;
}

.faq2 .price span.red {
    color: var(--color-primary);
    font-weight: 600;
    padding-right: 10px;
}

.faq2 .price span.red+span {
    color: silver;
}

.av {
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    padding: 50px 0;
}

.faq .price {}

.teh table {
    color: #000 !important;
    width: 100% !important;
}

.teh table tr td {
    padding: 9px 10px;
    border-bottom: 1px solid #7e7e7e;
    color: black !important;
    font-family: 'Inter' !important;
}

.teh table tr td {text-align:left !important}
.teh table tr td p {text-align:left !important}
.teh {
    background: none;
    padding: 15px 15px 0 15px;
}

.teh table tr td p {
    margin-bottom: 0;
    color: black !important;
    font-family: 'Inter' !important;
}

.fl.pre.jc .pre-item {
    flex-basis: 50%;
    padding: 15px;
}

.fl.pre.jc {
    flex-wrap: wrap;
    margin: 0 -10px;
}

.pre-item .item {
    display: flex;
    height: auto !important;
}

.pre-item .item img {
    width: 100px !important;
    margin: 0 15px 0 0 !important;
    height: auto !important;
}

.pre-item {margin-bottom: 0px;}

.fl.pre.jc .pre-item p {
    margin-bottom: 0;
    line-height: 1.4;
}

.pre2 {
    background: #1e1e1e;
    color: white;
    text-align: center;
    padding: 15px;
    margin: 40px -20px 0;
}

.pre2 .item {
    box-shadow: none !important;
    background: #1c1c1c !important;
    border: 1px solid;
}

.pre2 .col-md-6 {
    margin-bottom: 25px;
}

.pre2 h3 {
    text-align: left;
    font-size: 20px;
    margin-top: 0 !important;
}

.right.catalog.project h3 {
    font-weight: 700;
    margin-top: 30px;
    font-size: 22px;
}

div#form {
    padding-bottom: 20px;
}

.mySwiper .swiper-slide > .promo-banner__image {
    display: block;
    width: 100% !important;
    height: auto !important;
}

.mySwiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}

.mySwiper .promo-banner--html > .promo-banner__image {
    height: auto !important;
    aspect-ratio: 3 / 1;
    object-fit: contain;
    object-position: center bottom;
}

.mySwiper .promo-banner--cabinets > .promo-banner__image {
    object-fit: contain;
    object-position: center bottom;
}

.mySwiper .promo-banner--html .slider-caption {
    z-index: 2;
    top: 50%;
    left: 6.5%;
    max-width: 575px;
    padding: 24px 26px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.44);
    color: #fff;
    box-sizing: border-box;
    transform: translateY(calc(-50% + 10px));
}

.mySwiper .promo-banner--html .slider-caption p {
    margin: 0;
}

.mySwiper .slider-caption {
    opacity: 0;
    transition: opacity 0.85s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.85s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.mySwiper .slider-caption.is-caption-visible {
    opacity: 1;
}

.mySwiper .promo-banner--html .slider-caption.is-caption-visible {
    transform: translateY(-50%);
}

.promo-banner__eyebrow {
    margin-bottom: 12px;
    color: #ed1c24;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.promo-banner__title {
    margin-bottom: 12px;
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.1;
}

.promo-banner__text {
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
}

.promo-banner__brands {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    max-width: none;
    margin-top: 12px;
}

.promo-banner__brand {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.42);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
    box-sizing: border-box;
}

a.promo-banner__brand:hover {
    border-color: rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.promo-banner__brand--delta {
    color: #42a6df;
}

.promo-banner__brand--oven {
    color: #00a187;
}

.promo-banner__brand--optimus {
    color: #92979d;
}

.promo-banner__brand--innovert {
    color: #fff;
}

.promo-banner__brand--weintek {
    color: #1f4e8c;
}

.promo-banner__brand--proma {
    color: #fff;
}

.promo-banner__brand--rosma {
    color: #fff;
}

.promo-banner__brand--innolevel {
    color: #fff;
}

.promo-banner__brand--baumer {
    color: #2f78bd;
}

.promo-banner__brand--hikrobot {
    color: #f36b2b;
}

.promo-banner__brand--bsmart {
    color: #fff;
}

.promo-banner__brand--tsc {
    color: #fff;
}

.promo-banner__brand-part--blue {
    color: #1f5aa6;
}

.promo-banner__brand-part--red {
    color: #e2212b;
}

.promo-banner__brand-part--white {
    color: #fff;
}

.promo-banner__brand-part--dark {
    color: #92979d;
}

.promo-banner__brand-part--black {
    color: #111820;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.95), 0 0 4px rgba(255, 255, 255, 0.78);
}

.promo-banner__cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.promo-banner__cta-row .promo-banner__cta {
    margin-top: 16px;
}

.promo-banner__cta--secondary {
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: rgba(0, 0, 0, 0.5);
}

.promo-banner__cta--secondary:hover {
    border-color: rgba(237, 28, 36, 0.8);
    background: rgba(237, 28, 36, 0.2);
}

.promo-banner__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: 18px;
    padding: 14px 22px;
    border-radius: 5px;
    background: #ed1c24;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-align: center;
}

.promo-banner__cta:hover {
    background: #c9171e;
    color: #fff;
}

.form-vac .but button {
    width: auto;
    margin: 0 auto;
}

.left-cont.mt0 .item {
    margin:0 -20px;
    padding: 20px;
    border: none;
    text-align: left;
}

.item.active {
    background: #1E1E1E;
    color: white;
}
.faq2 .item .text {padding:15px;}
.item.active a {color:var(--color-primary)}
.left-cont .phone a span {
    border: none;
    color: var(--color-primary);
}

.left-cont.mt0.pt0 .email a {
    color: var(--color-primary);
}
.people {padding-bottom:50px;border-bottom: 1px solid silver;}
.people .image img {height:auto; width:100px !Important; margin:0; border-radius:0 6px 6px 0}
.people .fl.fw {border:1px solid #d3d3d3;border-radius:7px;margin-bottom: 20px;}
.people .text {padding:10px}
.people .title {font-weight:700;margin-bottom: 10px;}
.right .title2 {font-weight:700; font-size:18px;color:#595959; margin-bottom:15px;}
.right .row+.title2 {margin-top:40px}
.tel {
    margin-top: 2px;
}

.tel a {
    color: var(--color-primary);
}
.img-news {
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
    min-height: 200px;
}
.thumbs img {
    height: auto !important;
}
.gal .main-img img {
    height: auto;
}
.right .op h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.right .op ul {margin:5px 0;padding:5px 26px;font-family: 'Inter' !important;}
.right .op ul+h3 {margin-top:30px;}
.left-menu.cat-menu ul li.parent.active ul {
    display: block;
}
.left-menu.cat-menu ul li.parent ul li.parent a {
    padding-right: 30px;
    word-break: break-word;
}

.left-menu.cat-menu ul li.parent ul li.parent ul {
    display: none;
}
.left-menu.cat-menu ul li.parent ul li.parent.show ul {
    display: block;
}
.left-menu.cat-menu ul li.parent ul li.parent ul > li {
    padding-left: 15px;
}
.left-menu.cat-menu ul li.parent ul li.parent ul > li a {
    position: relative;
    font-weight: 300;
    font-size: 14px;
    padding-left: 20px;
    word-break: normal;
    padding-right: 0;
}
.left-menu.cat-menu ul li.parent ul li.parent ul > li a:before {
    content: "";
    background: #eb5c5f;
    width: 5px;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;

}
.op table {margin-bottom:20px;}
.op table td {border:1px solid #eee; padding:7px;}
.price-mol {
    background: #1c1c1c;
    color: white;
    margin: 0 -20px;
    padding: 20px;
}

.pre-mol {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    padding-bottom: 20px;
}

.price-mol2 {
    border-top: 2px solid #a0a0a0;
    padding: 20px 0;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.price-mol2 b {
    font-weight: 600;
    color: var(--color-primary);
}

.price-mol2 span {
    color: silver;
    font-weight: 400;
}

.price-mol p {
    text-align: center;
}

.price-mol a {
    color: var(--color-primary);
    border-bottom: 1px solid;
}

.item-pro .img-news {
    max-height: 100%;
    flex-basis: 31%;
}

.item.item-pro {
    display: flex;
    align-items: center;
}

.right.news-about .item.item-pro .title {
    min-height: auto;
}

.right.news-about .item.item-pro .more a {
    display: inline-block;
    width: auto;
    padding: 12px 35px;
    margin-bottom: 0;
}

.right.news-about .item.item-pro img {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    min-width: 200px;
}

.right-pro {
    flex-basis: 70%;
}

.right.news-about {
    padding-bottom: 10px;
}

.mainh1 h1 {
    font-style: normal;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 23px;
    line-height: 44px;
    margin-top: 20px;
}
.slider-caption {
    position: absolute;
    top: 20%;
    left: 10%;
}
.slider-caption p {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.2em;
}
.slider-button {
    position: absolute;
    bottom: 20%;
    right: 10%;
}
.slider-button a {
    font-weight: 400;
    text-transform: none;
}

.branch {
    padding: 0;
}
.branch .sort-hid {
    width: auto;
}
.branch .right-pro {
    padding: 0 0 0 20px;
}
.sort-hid .link-item {
    padding: 0 20px;
}
.right .branch-link ul {
    padding: 0 20px 20px
}
.catalog-main {
    padding: 0;
}
.catalog .sort {
    font-size: 16px;
}
.catalog .sort-hid {
    width: auto;
}
.catalog .sort-item {
    font-size: 16px;
}

.tabs {
  margin: 0 0 30px;
}
.tabs__caption {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
  margin: -1px 0 0 -1px;
}
.tabs__caption li:last-child:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: -2px;
  z-index: -1;
  height: 5px;
  background: #7DCA86;
}
.tabs__caption:after {
  content: '';
  display: table;
  clear: both;
}

.tabs__caption li {
  padding: 10px 20px;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #fbfbfb;
  text-decoration: none;
  color: #1e1e1e;
  position: relative;
  text-align: center;
}
.tabs__caption li:not(.active) {
  cursor: pointer;
}
.tabs__caption li:not(.active):hover {
  background: #fff;
  border-color: #d3d3d3;
}
.tabs__caption .active {
  background: #1E1E1E;
  color: #FFF;
  margin: 0 -1px 0 0;
}
.tabs__caption .active:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 5px;
  background: #FFF;
}
.tabs__content {
  display: none;
  background: #FFF;
  border: 1px solid #ccc;
  border-radius: 0 5px 5px 5px;
  min-height: 300px;
  padding: 20px;
}
.tabs__content.active {
  display: block;
}

.vertical .tabs__caption {
  float: left;
  display: block;
  max-width: 300px;
  padding: 0;
  margin: 0;
}
.vertical .tabs__caption li {
  float: none;
  text-align: left;
  list-style: none;
}
.vertical .tabs__caption li:first-child {
  border-radius: 5px 0 0 0;
}
.vertical .tabs__caption li:last-child {
    border-bottom: 1px solid #ccc;
    border-radius: 0 0 0 5px;
}
.vertical .tabs__caption li:last-child:before {
  display: none;
}
.vertical .tabs__caption .active:after {
  left: auto;
  top: 0;
  right: -2px;
  bottom: 0;
  width: 2px;
  height: auto;
}
.vertical .tabs__content {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .tabs__caption li {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .vertical .tabs__caption {
    float: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .vertical .tabs__caption li {
    width: fit-content;
    border-right: 1px solid #ccc;
  }
  .vertical .tabs__caption li:first-child {
    border-radius: 5px 5px 0 0;
    border-right: 1px solid #ccc;
}
  .vertical .tabs__caption li:last-child {
    border-bottom: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
}
  .vertical .tabs__caption li:last-child:before {
    display: block;
  }
  .vertical .tabs__caption .active:after {
    top: auto;
    bottom: -5px;
    left: 0;
    right: 0;
    width: auto;
    height: 5px;
    background: #FFF;
  }
 .vertical .tabs__content {
  border-radius: 5px;
 }
}
.submenu img {
    width:70px;
}
.breadcrumb {
    margin-top: 1rem;
    align-items: center;
}
.breadcrumb li {
    font-size: 0.9rem;
}
.breadcrumb a {
    color: #000000;
}
.breadcrumb a:hover {
    color:  var(--color-primary);
}
.breadcrumb li.active {
    color: var(--color-primary);
}
.work-email {
    display:none !important;
}
.ajax_form .error {
    color: brown;
    border: 1px solid brown;
}
.modal .form h2 {
    font-weight: 600;
    font-size: 25px;
    line-height: 1.2em;
}
.form .form-policy {
    color: #5c5c5c;
    line-height: 1.2em;
    font-size: 0.8em;
    margin-top: 15px;
}
.form-policy a {
    color: #db6366;
}
.block-popup{
    text-align: center;
}
.but-transit{
    display: inline-block;
    text-align: center;
    margin: 10px 0;
    border-bottom: 1px solid #e63337;
    color: #e63337 !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}
.but-transit:hover{
    color: #fff !important;
    border-bottom: 1px solid #fff;
}
.tovar-slider-wrapper{
    padding: 30px 0 24px 0;
}
.tovar-slider-wrapper h2 {
    margin-bottom: 22px;
}
.tovar-slider {
    position: relative;
    padding: 4px 42px 8px;
}
.tovar-slider .swiper-wrapper {
    align-items: stretch;
}
.tovar-slider .swiper-slide {
    height: auto;
}
.tovar-slider .novelty-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 390px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e3e6ea;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(29, 69, 104, 0.08);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}
.tovar-slider .novelty-card:hover {
    transform: translateY(-4px);
    border-color: rgba(230, 51, 55, 0.24);
    box-shadow: 0 18px 34px rgba(29, 69, 104, 0.14);
}
.novelty-card__image {
    display: flex;
    height: 166px;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: #fff;
    text-decoration: none;
}
.novelty-card__image img {
    display: block;
    max-width: 100%;
    max-height: 150px;
    object-fit: contain;
    transition: transform 0.25s ease;
}
.tovar-slider .novelty-card:hover .novelty-card__image img {
    transform: scale(1.04);
}
.novelty-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 16px 16px 15px;
}
.novelty-card__meta {
    display: flex;
    min-height: 24px;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: #777;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}
.novelty-card__meta span {
    display: inline-flex;
    min-height: 24px;
    align-items: center;
    padding: 4px 8px;
    border-radius: 6px;
    color: var(--color-primary);
    background: rgba(230, 51, 55, 0.08);
}
.novelty-card__meta b {
    display: inline-block;
    overflow: hidden;
    color: #1d4568;
    font-size: 11px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.novelty-card__title {
    display: -webkit-box;
    min-height: 58px;
    overflow: hidden;
    color: #1d4568;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.22;
    text-decoration: none;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.novelty-card__title:hover {
    color: var(--color-primary);
    text-decoration: none;
}
.novelty-card__text {
    display: -webkit-box;
    min-height: 58px;
    margin: 10px 0 15px;
    overflow: hidden;
    color: #555;
    font-size: 13px;
    line-height: 1.45;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.novelty-card__more {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding: 9px 14px;
    border: 1px solid var(--color-primary);
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    background: var(--color-primary);
}
.novelty-card__more:hover {
    color: #fff;
    text-decoration: none;
    background: #c9272b;
}
.tovar-slider .swiper-button-next,
.tovar-slider .swiper-button-prev {
    top: 50%;
    bottom: auto;
    width: 34px;
    height: 34px;
    margin: -17px 0 0;
    border: 1px solid #e1e5ea;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 18px rgba(29, 69, 104, 0.12);
    z-index: 5;
}
.tovar-slider .swiper-button-next {
    right: 4px;
}
.tovar-slider .swiper-button-prev {
    left: 4px;
}
.tovar-slider .swiper-button-next::after,
.tovar-slider .swiper-button-prev::after {
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 900;
}
.brends{
    width: 540px;
    padding-left: 30px;
}
.brends ul li{
    display: inline-block;
    margin: 0 15px 5px 0;
    width: 29%;
}
.brends-slider{
    width: 90%;
    margin: 0 auto;
}
.brends-slider .swiper-button-next{
    background: url(../img/next_black.svg) no-repeat center;
    width: 70px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 65%;
}
.brends-slider .swiper-button-prev{
    background: url(../img/prev_black.svg) no-repeat center;
    width: 70px;
    height: 50px;
    display: flex;
    left: 10px;
    top: 65%;
    justify-content: center;
    align-items: center;
}
.brends-slider .swiper-slide{
    
}
.brends-slider .manuf_box span{
    text-align: center;
    background: #F6F6F6;
    padding: 30px 20px;
    box-shadow: 0px 0px 5px 0px #1E1E1E4D;
    width: 100%;
    margin: 10px 0;
}
.brends-slider .manuf_box img{
    max-height: 70px;
    height: 70px;
    width: auto;
}
.tovar-list{
    width: 90%;
    margin: 0 auto;
}
.tovar-list .swiper-button-next{
    background: url(../img/next_black.svg) no-repeat center;
    width: 70px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 35%;
}
.tovar-list .swiper-button-prev{
    background: url(../img/prev_black.svg) no-repeat center;
    width: 70px;
    height: 50px;
    display: flex;
    left: 10px;
    top: 35%;
    justify-content: center;
    align-items: center;
}

.tovar-page-slider .swiper-button-next{
    top: 50%;
    right: 0;
}
.tovar-page-slider .swiper-button-prev{
    top: 50%;
    left: 00px;
}
.tovar-list .manuf_box {
    text-align: center;
    background: #F6F6F6;
    padding: 30px 10px;
}
.tovar-list .manuf_box img{
    max-height: 70px;
    height: 70px;
}
.brends-wrapper{
    padding: 50px 0 10px 0;
}
.brends-wrapper-index .manuf_box{
    position: relative;
}
.brends-wrapper-index .list-uslugy {
    display: flex;
}
.brends-wrapper-index .manuf_box > img,
.brends-slider .manuf_box img {
    --brand-logo-scale: 1;
    display: block;
    width: 100%;
    max-width: 170px;
    height: 74px;
    margin: 0 auto;
    object-fit: contain;
    transform: scale(var(--brand-logo-scale));
    transform-origin: center;
}
.brends-wrapper-index .manuf_box .list-url{
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 1;
    background: #F0F0F0;
    border-radius:0 0 20px 20px;
}
.brends-wrapper-index .manuf_box .list-url.visible {
    display: block;
    width: 100%;
  }
.brends-wrapper-index .manuf_box:hover{
    cursor: pointer;
}
.brends-wrapper-index .manuf_box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 104px;
    padding: 14px 12px;
    background: #fff;
    border: 1px solid #ECEFF3;
    border-radius: 20px;
}
.brends-wrapper-index .manuf_box.active{
    background: #F0F0F0;
    border-radius: 20px 20px 0 0;
}
.brends-wrapper-index .manuf_box .list-url a{
    display: block;
}
.list-url a{
    font-size: 14px;
    border-radius: 15px;
    border-width: 1px;
    padding: 10px 10px;
    color: #000;
    background: #fff;
    margin: 10px;
    border-radius: 10px;
}
.hidden-blk {
    display: none;
}
.brends-wrapper-index .list-uslugy.hidden-blk {
    display: none;
}
.btn-list-uslugy{
    text-align: center;
}
.btn-list-uslugy .btn{
    padding: 10px 60px;
}
.content-block-brend {
    display: none;
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.brends-slider .manuf_box span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 94px;
    padding: 12px;
    background: #fff;
    border: 1px solid #ECEFF3;
    border-radius: 18px;
}
.brends-slider .manuf_box span:hover {
    cursor: pointer;
}
.brend-left-menu {
    display: grid;
    gap: 10px;
}
.brend-left-menu .item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #ECEFF3;
    border-radius: 14px;
}
.brend-left-menu .item img {
    --brand-logo-scale: 1;
    display: block;
    width: 100%;
    max-width: 150px;
    height: 48px;
    margin: 0 auto;
    object-fit: contain;
    transform: scale(var(--brand-logo-scale));
    transform-origin: center;
}
.brand-card--innovert .brand-logo,
.brand-card--innolevel .brand-logo,
.brand-card--inno-level .brand-logo,
.brand-card--innovari .brand-logo,
.brand-card--inno-vari .brand-logo,
.brand-card--innocont .brand-logo,
.brand-card--inno-cont .brand-logo {
    --brand-logo-scale: 1.72;
}
.brand-card--termodat .brand-logo,
.brand-card--termo-dat .brand-logo {
    --brand-logo-scale: 1.36;
}
.brand-card--meyertec .brand-logo,
.brand-card--meyer-tec .brand-logo {
    --brand-logo-scale: 1.28;
}
.brand-card--weintek .brand-logo,
.brand-card--wein-tek .brand-logo,
.brand-card--mitsubishi-electric .brand-logo {
    --brand-logo-scale: 1.14;
}
.brends-wrapper-index .list-uslugy:nth-child(5) .brand-logo,
.brends-wrapper-index .list-uslugy:nth-child(6) .brand-logo,
.brends-wrapper-index .list-uslugy:nth-child(7) .brand-logo,
.brends-wrapper-index .list-uslugy:nth-child(8) .brand-logo {
    --brand-logo-scale: 1.72;
}
.brends-wrapper-index .list-uslugy:nth-child(9) .brand-logo {
    --brand-logo-scale: 1.36;
}
.brends-wrapper-index .list-uslugy:nth-child(13) .brand-logo {
    --brand-logo-scale: 1.28;
}
.brends-wrapper-index .list-uslugy:nth-child(4) .brand-logo,
.brends-wrapper-index .list-uslugy:nth-child(18) .brand-logo {
    --brand-logo-scale: 1.14;
}

.catalog-wrapper {
    padding-top: 28px;
    padding-bottom: 28px;
}

.catalog-wrapper .title-wrapper {
    margin-bottom: 16px;
}

.catalog-wrapper .title-wrapper h2 {
    margin-bottom: 0;
}

.catalog-wrapper .cat {
    margin-top: 16px;
}

.catalog-wrapper .sort {
    font-size: 14px;
}

.catalog-wrapper .sort-catalog-index {
    display: inline-flex;
    gap: 0;
    align-items: center;
    min-height: 42px;
    padding: 4px;
    border: 1px solid #e5e8ed;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(29, 69, 104, 0.06);
}

.catalog-wrapper .sort-catalog-index span {
    min-height: 34px;
    min-width: 150px;
    padding: 8px 14px;
    border: 0;
    border-radius: 6px;
    color: #1d4568;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.catalog-wrapper .sort-catalog-index span.active {
    color: #fff;
    background: var(--color-primary);
}

.catalog-wrapper .sort-catalog-index span#s1 {
    margin-right: 0;
}

.catalog-wrapper .sort-catalog-index span::after,
.catalog-wrapper .sort-catalog-index span.active::after {
    display: none;
}

.brends-wrapper-index ul {
    margin-bottom: 0;
}

.brends-wrapper-index .list-uslugy {
    padding: 6px;
}

.brends-wrapper-index .manuf_box {
    min-height: 104px;
    padding: 14px 12px;
    border-radius: 20px;
}

.brends-wrapper-index .manuf_box.active {
    border-radius: 20px 20px 0 0;
}

.brends-wrapper-index .manuf_box > img {
    max-width: 170px;
    height: 74px;
}

.btn-list-uslugy {
    margin-top: 12px;
}

.btn-list-uslugy .btn {
    min-width: 180px;
    padding: 11px 28px;
}
.hidden-brend-tovar {
    display: none;
    overflow: hidden;
    opacity: 0;
}
.show-brend-tovar{
    display: block;
    overflow:visible;
    opacity: 1
}
.product .image{
    text-align: center;
}
.product .item_name{
    font-weight: 700;
    font-size: 15px !important;
    line-height: 26.4px;
    letter-spacing: 0%;
    color: #1D4568;
    text-align: left;
		-webkit-line-clamp: 3;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		max-height: 79.2px;
}
.product .more a{
    font-size: 14px;
}
.product .soc-pr a {
    text-align: center;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    padding: 0;
    margin-top: 20px;
    display: inline-grid;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.soc-pr img {
    width: 28px;
    height: auto;
    margin: 0;
}
.product{
    border: 1px solid #848080;
    border-radius: 20px;
    padding: 10px 15px;
}
.catalog-brend{
    padding: 60px 0;
}
.catalog-brend .item{
    box-shadow: 0px 0px 5px 0px #1E1E1E4D;
    margin: 5px 5px 20px 5px;
    padding: 10px;
    text-align: center;
}
.catalog-brend .item .image{
    height: 150px;
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog-brend .item .image img{
    width: 100%;
    max-width: 170px;
    height: 100%;
    margin: 0;
    object-fit: contain;
}
.catalog-brend .item .title{
    height: 70px;
		-webkit-line-clamp: 3;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;

}
.catalog-brend .cat-item{
    margin-bottom: 30px;
}
.brend-left-menu .item{
    transition: 0.5s;
    border-radius: 8px;
    box-shadow: 0px 0px 1.77px 0px #1E1E1E4D;
    padding: 10px 15px;
    display: inline-block;
    width: 48%;
    margin: 0 3px 10px 0;
}
.brend-left-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.brend-left-menu .item {
    display: flex;
    width: auto;
    margin: 0;
}
.catalog .col{
    margin-bottom: 20px;
} 
.push20{
    height: 20px;
}
.push40{
    height: 40px;
}
.push60{
    height: 60px;
}

.table-display{
    display: none;
}
.view-mobile{
    display: none;
}
.sert .item {
    width: 33%;
}
.sert .item{
    margin-bottom: 30px;
}
.sert .item .text{
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}
.more-news {
    color: #e63337;
    font-weight: bold;
    margin: 10px 0 0 20px;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
}
.otrasl-content {
    display: none; 
}
.sort-otrasl{
    margin-bottom: 20px;
}
.list-otrasl ul{
    list-style: none;
}
.list-otrasl li{
    display: inline-block;
    margin: 0 10px 10px 0;
}
.btn-otrasl{
    display: inline-block;
    cursor: pointer;
    color: #1D4568;
    background: #fff;
    border: 1px solid #1D4568;
    padding: 10px 40px 10px 20px;
    border-radius: 8px;
    border-width: 1px;
}
.btn-otrasl.active{
    background: #1D4568;
    color: #fff;
}
.btn-otrasl{
    position: relative;
}
.btn-otrasl:after{
    content: "";
    background: url(../img/open.png);
    background-repeat: no-repeat;
    width: 14px;
    position: absolute;
    top: 20px;
    height: 9px;
    margin-left: 10px;
}
.btn-otrasl.active:after{
    content: "";
    background: url(../img/close.png);
    background-repeat: no-repeat;
    width: 14px;
    position: absolute;
    top: 20px;
    height: 9px;
    margin-left: 10px;
}
.sort-hid span{
    position: relative;
}



.sort-hid-page{
    display: flex;
    gap: 5px;
}
.sort-hid-page > span{
    position: relative;
    width: 50%;
    padding: 10px;
    font-size: 12px;
    text-align: left;
}
.sort-hid span:after{
    content: "";
    background: url(../img/open.png);
    background-repeat: no-repeat;
    width: 14px;
    position: absolute;
    top: 14px;
    height: 9px;
    margin-left: 3px;
}
.sort-hid span.active:after{
    content: "";
    background: url(../img/close.png);
    background-repeat: no-repeat;
    width: 14px;
    position: absolute;
    top: 14px;
    height: 9px;
    margin-left: 4px;
}
.sort-catalog-index span.active:after,
.sort-catalog-index span:after{
    top: 18px;
}
@media screen and (max-width: 1400px) {
    .brend-left-menu .item {
        width: 45%;
    }
    .sort-hid-page span {
        font-size: 11px;
    }
    .left-menu {
        padding: 10px 10px;
    }
    .normal-display{
        display: none;
    }
    .table-display{
        display: block;
    }
    .block-popup .but-transit{
        margin: 5px 0 10px 0;
    }
    .block-popup a.but-border{
        margin-top: 0;
        margin-bottom: 5px
    }
    header.desc .header-wrapper {
        grid-template-columns: 220px minmax(210px, 300px) minmax(380px, 1fr) minmax(150px, 170px);
        gap: 14px;
    }
    header.desc .logo img {
        width: 220px;
    }
    .header-contacts {
        gap: 10px;
    }
    .header-contact {
        grid-template-columns: 26px minmax(0, 1fr);
        gap: 8px;
    }
    .header-contact__icon {
        width: 26px;
        height: 26px;
        font-size: 22px;
    }
    .header-contact__value {
        font-size: 11px;
    }
    .header-contact__value--strong {
        font-size: 13px;
    }
}

@media screen and (min-width: 1201px) {
    header.desc .top {
        padding-top: 10px;
    }
    header.desc .header-wrapper {
        flex-wrap: nowrap;
        gap: 14px;
    }
    header.desc .header-wrapper > div {
        margin-bottom: 0;
    }
    header.desc .logo {
        flex: 0 0 auto;
        margin: 0;
    }
    header.desc .logo img {
        display: block;
        width: 250px;
    }
    header.desc .sea.normal-display {
        flex: 1 1 210px;
        min-width: 170px;
    }
    header.desc .cont {
        flex: 0 0 auto;
    }
    header.desc .cont .item.item-main {
        padding: 6px 10px;
    }
    header.desc .city {
        font-size: 14px;
        line-height: 16px;
    }
    header.desc .adr {
        max-width: 210px;
        font-size: 12px;
        line-height: 15px;
    }
    header.desc .phone {
        margin-top: 3px;
    }
    header.desc .phone a {
        margin-bottom: 2px;
        font-size: 15px;
        line-height: 16px;
    }
    header.desc .phone a span {
        padding-bottom: 2px;
    }
    header.desc .email a {
        font-size: 12px;
        line-height: 15px;
    }
    header.desc .block-popup {
        flex: 0 1 220px;
    }
    header.desc a.but-border {
        margin: 0 0 5px;
        padding: 8px 10px;
        font-size: 13px;
        line-height: 16px;
    }
    header.desc .but-transit {
        margin: 2px 0 6px;
        font-size: 13px;
        line-height: 16px;
    }
    header.desc .link.but {
        flex: 0 0 auto;
    }
    header.desc .link.but > a {
        padding: 9px 14px;
        font-size: 15px;
        line-height: 18px;
    }
    header.desc .soc {
        margin-top: 7px;
    }
    header.desc .soc img {
        width: 24px;
    }
    header.desc .top .fl-nav {
        margin-top: 9px;
    }
}

@media screen and (min-width: 992px) {
    header.desc .top nav a {
        padding: 11px 0 4px;
        font-family: "Inter", Arial, sans-serif;
        font-size: 13px;
        font-weight: 700;
        line-height: 16px;
        text-transform: uppercase;
    }
    header.desc .top nav ul li {
        padding: 0 11px 7px;
    }
    header.desc .top nav ul li::after {
        top: 11px;
    }
    header.desc .top nav ul ul li {
        padding: 9px 0;
    }
    header.desc .top nav ul ul li a {
        padding: 0;
        font-size: 12px;
        line-height: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .wrapper-product{
        width: 50%;
    }
    .header-wrapper > div{
        margin-bottom: 20px;
    }
    header.desc .header-wrapper {
        grid-template-columns: 210px minmax(260px, 1fr) minmax(160px, 180px);
        gap: 14px 18px;
    }
    header.desc .header-wrapper > div {
        margin-bottom: 0;
    }
    header.desc .header-contacts {
        grid-column: 1 / -1;
        grid-row: 2;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding-top: 4px;
    }
    header.desc .header-actions {
        grid-column: 3;
        grid-row: 1;
    }
    .sort-hid-page span {
        padding: 10px 3px;
    }
}
@media screen and (max-width: 1024px) {
    .brends-slider .manuf_box img {
        max-height: 100%;
        height: 100%;
    }
    .news .item img {
        max-height: 280px;
        height: 200px;
    }
    .header-wrapper > div{
        margin-bottom: 20px;
    }
    .wrapper-product .item_bottom > div{
        width: 100%;
        text-align: center;
    }
    .top nav a {
        font-size: 14px;
    }
}
@media screen and (max-width: 991px) {
    .logo img {
        width: 190px;
    }
    header .adr {
        font-size: 10px;
    }
    .container-md, .container-sm, .container {
        max-width: 960px;
    }
    header a.but-border {
        font-size: 13px;
        padding: 12px 5px;
    }
    header .but-transit {
        font-size: 13px;
    }
    header .but a{
        font-size: 13px;
        line-height: 18px;
        padding: 6px 0px;
        font-weight: 700;
        display: block;
        text-align: center;
    }
    header .cont .item.item-main {
        padding: 10px 5px 10px 5px;
    }
    header.desc .header-wrapper {
        grid-template-columns: 190px minmax(220px, 1fr);
    }
    header.desc .logo img {
        width: 190px;
    }
    header.desc .header-actions {
        grid-column: 1 / -1;
        grid-row: 2;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    header.desc .header-contacts {
        grid-row: 3;
        grid-template-columns: 1fr;
        gap: 11px;
    }
    header.desc .top .fl-nav {
        flex-wrap: wrap;
    }
    .header-nav-socials {
        width: 100%;
        justify-content: center;
        padding: 2px 0 9px;
    }


}
@media screen and (max-width: 977px) {
    .top nav a {
        font-size: 11px;
    }
}
@media screen and (max-width: 790px) {
    header .logo img {
        width: 140px;
    }
}
@media screen and (max-width: 775px) {
    .sort-catalog{
        display: flex;
        gap: 5px;
    }
    .sort-catalog > span{
        position: relative;
        width: 50%;
        padding: 10px;
    }
    .catalog-wrapper .sort,
    .catalog-wrapper .sort-catalog{
        width: 100%;
    }
    .brends-slider .swiper-slide img {
        height: 100% !important;
    }
   
    .brends{
        width: 100%;
        padding-left: 0px;
        margin-top: 20px;
    }
    .brends ul .li-btn{
        display: block;
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }
    .brends ul .li-btn .btn{
        width: 90%;
    }
    .brends-slider .swiper-button-next{
        top: 60% !important;
        right: -10px;
    }
    .brends-slider .swiper-button-prev{
        top: 60% !important;
        left: -10px;
    }
    .tovar-list .swiper-button-next{
        top: 65% !important;
        right: -10px;
    }
    .tovar-list .swiper-button-prev{
        top: 65% !important;
        left: -10px;
    }

}
/* mob menu gamb */
@media screen and (max-width: 767px) {
    .view-desktop{
        display: none;
    }
    .view-mobile{
        display: block;
    }
    .mainh1 {
        display: none;
    }
    header.mob {
        padding: 8px 0;
    }
    header.mob .container > .fl {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
        gap: 16px;
    }
    header.mob .logo {
        margin: 0;
    }
    header.mob .logo img {
        display: block;
        width: clamp(150px, 41vw, 164px);
    }
    header.mob .f2 {
        justify-self: end;
    }
    header.mob .phone-mob {
        margin: 0;
        justify-self: center;
        text-align: center;
    }
    header.mob .phone-mob a {
        display: block;
        color: #fff;
        font-size: clamp(12px, 3.45vw, 13px);
        font-weight: 700;
        line-height: 1.1;
        white-space: nowrap;
    }
    header.mob .burg img {
        display: block;
        width: 30px;
    }
    .page_aside_contact-mobile {
        box-shadow: 0px 0px 15px rgb(30 30 30 / 30%);
        background: #fff;
        border-radius: 3px;
        padding: 20px;
        margin: 40px 20px;
        text-align: center;
    }
    .page_aside_contact-mobile .adr{
        width: 100%;
        max-width: 100%;
    }
    .p0{
        padding: 0 !important;
    }
    .page-content{
        padding: 20px;
    }
    .page_aside_contact-mobile .phone a span {
        border: none;
        color: var(--color-primary);
    }
    
    .page_aside_contact-mobile.mt0.pt0 .email a {
        color: var(--color-primary);
    }
    body{
        background: #fff !important;
    }
    .page .left-menu li{
        display: inline-block;
        cursor: pointer;
        color: #1D4568;
        border: 1px solid #1D4568;
        padding: 10px;
        border-radius: 8px;
        border-width: 1px;
        margin: 0 10px 15px;
        width: 44%;
        text-align: center;
    }
    .page .left-menu ul li:last-child{
        border: 1px solid #1D4568;
    }
    .right {
        box-shadow: none;
    }

    .left-menu {
        box-shadow: none;
    }
    .sert .item {
        width: 100%;
    }
    .right .sert img {
        width: 280px !important;
    }
    .right.news-about .title {
        font-size: 20px;
    }
    .right.news-about .item {
        border: none;
        padding: 0;
    }
    .right.news-about .item img{
        width: 100% !important;
    }
    footer{
        padding: 0 0 50px 0
    }
    footer .menu{
        margin-top: 40px;
    }
    footer .sea input {
        max-width: 100%;
    }
    .sort-hid-page span {
        width: 46%;
        display: inline-block;
    }
    .wrapper-product {
        width: 100%;
    }
    .brends ul li a{
        font-size: 12px;
    }
    .about-body{display: flex; flex-direction: column;}
    .about-body .text{order: 1; margin-bottom: 20px;}
    .about .image-blk{order: 2;}
    .title-wrapper {
        display: flex;
        align-items: baseline;
        flex-direction: column;
    }
    .sort-hid {
        text-align: center;
        padding: 0;
    }
    .title-wrapper h2{
        margin-bottom: 20px;
    }
    .slider-button {
        position: relative;
        bottom: 0;
        right: 0;
        top: 5px;
        width: 280px;
        left: 15%;
        margin: 20px 0;
    }
    .mySwiper .swiper-slide.promo-banner--html::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.02) 58%, rgba(0, 0, 0, 0) 100%);
    }
    .mySwiper .promo-banner--html .slider-caption {
        top: 16px;
        left: 14px;
        right: auto;
        bottom: auto;
        max-width: min(430px, calc(100% - 28px));
        padding: 12px 13px;
        background: rgba(0, 0, 0, 0.2);
        transform: none;
        display: flex;
        flex-direction: column;
    }
    .mySwiper .promo-banner--html .slider-caption.is-caption-visible {
        transform: none;
    }
    .mySwiper .swiper-slide.promo-banner--html {
        min-height: 330px;
    }
    .mySwiper .swiper-slide.promo-banner--html > .promo-banner__image {
        height: 330px !important;
        min-height: 330px;
        object-fit: cover;
        object-position: right bottom;
        background: #101010;
    }
    .promo-banner__eyebrow {
        display: none;
    }
    .promo-banner__title {
        margin-bottom: 9px;
        font-size: 22px;
        line-height: 1.15;
    }
    .promo-banner__text {
        max-width: none;
        font-size: 14px;
        line-height: 1.3;
    }
    .promo-banner__brands {
        display: grid;
        grid-template-columns: repeat(2, max-content);
        gap: 8px 9px;
        max-width: 100%;
        margin-top: 11px;
    }
    .promo-banner__brand {
        min-height: 30px;
        padding: 7px 10px;
        font-size: 12px;
    }
    .promo-banner__cta {
        min-width: 0;
        min-height: 40px;
        margin-top: 12px;
        padding: 12px 17px;
        font-size: 14px;
        align-self: flex-start;
    }
    .promo-banner__cta-row {
        gap: 6px;
        margin-top: auto;
    }
    .promo-banner__cta-row .promo-banner__cta {
        min-height: 36px;
        margin-top: 0;
        padding: 10px 12px;
        font-size: 12px;
    }
    .mySwiper .swiper-button-next,
    .mySwiper .swiper-button-prev {
        top: 50% !important;
        margin-top: 0;
        transform: translateY(-50%);
    }
    section.promo .promo-banner__image {
        border-radius: 0;
    }
    .mySwiper .swiper-slide > .promo-banner__image{
        width: 100% !important;
        height: auto !important;
        min-height: 0;
        object-fit: contain;
        background: transparent;
    }
    .mySwiper .swiper-slide:not(.promo-banner--html) > .promo-banner__image {
        height: 145px !important;
        min-height: 145px;
        object-fit: cover;
        object-position: center;
        background: #101010;
    }
    .mySwiper .swiper-slide.promo-banner--html > .promo-banner__image {
        height: 330px !important;
        min-height: 330px;
        object-fit: cover;
        object-position: right bottom;
        background: #101010;
    }
    .product .soc-pr{
        text-align: center;
    }
    .product .soc-pr img{
        width: 100% !important;
        height: 100% !important;
    }
    .product .image img{
        width: auto !important;
        height: auto !important;
    }
    .tovar-list .swiper-button-next {
        top: 30% !important;
        right: -10px;
    }
    .tovar-list .swiper-button-prev {
        top: 30% !important;
        left: -10px;
    }
    .container.container-title .title {
        margin: 40px 0 0px 0;
    }
    .brend-left-menu {
        text-align: center;
    }
    .menu-left-catalog .sort-hid {
        display: flex;
        gap: 10px;
    }
    .menu-left-catalog .sort-hid span {
        width: 50%;
        display: inline-block;
        text-align: center;
    }
    .catalog-brend .item .image {
        height: auto;
    }
    .right.news-about .item{
        box-shadow: 0px 0px 10px rgba(30, 30, 30, 0.3);
    }
    .right.news-about .item.item-pro .more a {
        display: block;
        width: 100%;
    }
    .right.news-about .item.item-pro .date,
    .right.news-about .item.item-pro .title,
    .right.news-about .item.item-pro .intro,
    .right.news-about .item.item-pro .more,
    .news-about .item .title,
    .news-about .item .intro,
    .news-about .item .more
    {
        padding: 0 20px;
    }
    .right.news-about .item.item-pro .date{
        color: rgba(0, 0, 0, 0.5);
    }
    .right.news-about .item.item-pro .title{
        font-weight: bold;
    }
    .right.news-about .item.item-pro img {
        height: 200px !important;
        border-radius: 10px 10px 0 0;
    }
    .right {
        padding: 15px;
    }
    .pre-mol,
    .price-mol2,
    .price-mol p{
        text-align: left;
    }
    .price-mol {
        padding: 30px 40px;
    }
    .articles{
        margin-top: 20px;
    }
    .addres-contact{
        margin-bottom: 30px;
    }
    .people .vertical .tabs__caption {
        float: none;
        max-width: 100%;
    }
    .people .fl.fw {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row-reverse;
    }
    .people .image{
        padding: 10px;
    }
    .people .image img {
        width: 150px !important;
    }
    .people .vertical .tabs__content {
        border: 0;
        padding: 0px;
        margin: 20px 0;
    }
    .people{
        padding-bottom: 0;
        border-bottom: 0;
    }
    .contacts-page .form-cont{
        padding: 0;
    }
    .people .fl.fw.jsb {
        justify-content: center;
        text-align: left !important;
    }
    .vertical .tabs__caption li {
        width: 100%;
    }
    .contacts-page,
    .contacts-page .right{
        padding: 0;
    }
    .contacts-page .people{
        margin: 0 20px;
    }
    .contacts-page .addres-contact{
        width: 90%;
        margin:0 20px 40px 20px;
    }
    .otrasl-wrapper .item img{
        padding: 20px;
    }
    .btn-otrasl {
        padding: 15px 40px 15px 20px;
        text-align: center;
        display: block;
        margin-bottom: 30px;
    }
    .btn-otrasl:after{
        top: 23px;
    }
    .btn-otrasl.active:after{
        top: 23px;
    }

}

.d-none {
    display: none
}

.cookie-inform {
    box-sizing: border-box;
    position: fixed;
    bottom: 20px;
    right: 0;
    width: 100%;
    max-width: 790px;
    padding: 0 20px;
    z-index: 1049;
    box-sizing: border-box;
}
.cookie-inform-wrapper{
    width: 100%;
		border-radius: 20px;
		background: #FFF;
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    padding: 30px 95px 27px 30px;
    color: #666;
    position: relative;
    box-sizing: border-box;
}
.cookie-inform a {
    color: #00A8A6;
    text-decoration: none;
}
.cookie-inform a:hover {
    text-decoration: underline;
}

.cookie-close {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 51px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
		font: 700 15px/15px 'Open Sans', sans-serif;
		color: #FFF;
		border-radius: 5px;
		background: #333;
}

.cookie-close:hover {
    opacity: 0.5;
}

.cookie-header {
		font-size: 18px;
		font-style: normal;
		font-weight: 800;
		line-height: 23.4px;
		background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAATCAYAAACdkl3yAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAANgSURBVHgBrVNLbxNXFD73zvXEsVMn1AvSpiqKSqtCkYKo1DSLpt1RWd2UKl1UVVmglv6ASqUrNl0gxEtiA4JVhJCSCBEQCyIeCx4SiEcERChGAQHBiaLYceyxPXPnvjh3/Ah4iRjpm5lzZu53v/OdcwHe4TJ791JjDGnFAIS0/zQ+Pu5m8zITCGdIag0Jqm7N3Dh3fmJiQlWv/bStnF/81+dqMxhTDcwHZzf9dn0/IcS8RXR88vpgIpk+5hWWt1YLc+CwGLDUp1BTbHZb+vaRzbXR/ys19+EqGdi5PjH/NfDcWNGDC6XPf/mdNUnuz2QHViA1NnfnUvrZ/QsnhAinWLxTdSdT2/u2bP/rI337GCgDvo5f/HbnyVelmUO18uzp5a5Of4c3dzPTIurqTu158Ti7ITd79b8DR8f3vSF08vA+OpP+6ukRTQhb11H7Y2Hyh4XaszPfGR32xRglTpjfQe2fo1OjySqHH0u57PTQ978ebvdt18+JMWp0YB1ljtwi+cqpoOLtVgqI9VxrGY+I+Ev+pdLQo3nlViaT4e1EFx8MFhUhc80YzQVC6+8S2Yz7yaWojUtLSxvL5TLwMMxjzNoxMjJC5r2+88Yo0CZqdwSJQaGkH19dGDxBHt09+E9Hcv0eryrTfqW0qo0shiE3ge9DySsD4I5aasJD2flF8mVvf2cOqoHGcgBCxUpl2btpePfUIguFt67bjadlgItc3iOE6qFMg6Q+8NoqSM4RAoQfwL0ch8WkC9/0h+D5AkKRPDr899SiLZGCbswmIrobHQGdANLygwJxHJDGARF3IZToq1YQCJFr+kY1oHQlQUmEEFiJiiAxRkb0RDe2wBBJt/bXQOA8oXeg9FpDcC8HHIch8MkYJlgrBmrVOECduiKbe/g0HhFbpTH6BpHGTkhllcgG6u8apRvbIm2NrSuwuvLVBK7qAKftlNL6XDTmo2GXXWTLsnFTfbO8jz+sADXcfkaF9G2iyFjSAJZDrbl24sha3uYofsutpMCNxRq7rpnE/MAn889zUFguQhDIaFJtKTxUUMSjLQWWaHO2CULCwIYC2D4gdR4g2Zp29mTWPz49nb2Cs0LRTCK0IVoGRAhBGPpNaMwwa7TrahWCWSn16o3D/p/Q9dnJoV2jl+F9X68B6Bjv18d82OkAAAAASUVORK5CYII=') no-repeat left 1px;
		padding: 0 0 0 27px;
		color: #333;
}
.cookie-inform p {
    padding: 21px 0 0;
    margin: 0;
		font-size: 14px;
		font-style: normal;
    line-height: 18.2px;
}
.cookie-inform span {
	white-space: nowrap;
}

.agree-check, .block_form input.agree-check {
	display: inline-block;
	width: 18px;
  height: 18px;
  margin-right: 6px;
  position: relative;
  top: 4px;
}



.n-header-social__box:first-child .n-header-social__item {
  border-top-left-radius: 10px;
}
.n-header-social__box:last-child .n-header-social__item {
  border-bottom-left-radius: 10px;
}
.n-header-social__box--whatsapp .n-header-social__item {
  background-color: #00d465;
}
.n-header-social__box--whatsapp .n-header-social__item:hover {
  background-color: #00ca60;
}
.n-header-social__box--telegram .n-header-social__item {
  background-color: #41b4e6;
}
.n-header-social__box--telegram .n-header-social__item:hover {
  background-color: #48a8d2;
}
.n-header-social__box--vk .n-header-social__item {
  background-color: #345e90;
}
.n-header-social__box--vk .n-header-social__item:hover {
  background-color: #2787f5;
}
.n-header-social__item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #fff;
  font-size: 20px;
  border-radius: 100%;
  box-shadow: 0px 0px 15px rgba(30, 30, 30, 0.3);
}
.n-header-social__box ~ .n-header-social__box {
	margin-top: 10px;
}
.n-header-social__item svg {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #fff;
  font-size: 20px;
}
.n-header-main {
  position: relative;
}
.n-header-main__social {
  position: fixed;
  z-index: 9999;
  right: 10px;
  top: 50%;
	-ms-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

@media (max-width: 1300px) {
  .n-header-main__social {
    /*display: none;*/
    /*position: absolute;*/
  }
}

@media (max-width: 767px) {
  .n-header-main__social {
    display: none;
  }

  .cookie-inform {
    right: 0;
    bottom: 0;
    padding: 0 10px 10px;
  }

  .cookie-inform-wrapper {
    border-radius: 12px;
    padding: 18px 18px 70px;
  }

  .cookie-close {
    right: 18px;
    bottom: 18px;
  }
}

.n-header-main__btn-panel {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 50%;
/*
	-ms-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
*/
  -webkit-transform-origin: 0 50%;
     -moz-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
       -o-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transform: rotate(-90deg) translate(-50%, 50%);
     -moz-transform: rotate(-90deg) translate(-50%, 50%);
      -ms-transform: rotate(-90deg) translate(-50%, 50%);
       -o-transform: rotate(-90deg) translate(-50%, 50%);
          transform: rotate(-90deg) translate(-50%, 50%);
}
.n-header-main__btn-panel a.btn-link {
  display: block;
  padding: 10px 19px 14px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	background: #f44336;
}
