body {
    /*-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;*/
}
main.page-content {
    min-height: 70vh;
}

.stats {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin: 20px 0;
        }
.stat {
            flex: 1 1 calc(25% - 20px);
            min-width: 200px;
            background: #f9f9f9;
            padding: 15px;
            border: 1px solid #ddd;
            box-sizing: border-box;
        }
.stat h3 {
            margin: 5px 0;
            font-size: 18px;
        }
.stat p {
            font-size: 14px;
        }

@media screen and (min-width: 740px) {
footer .gfc-social {
    justify-content: flex-start;
}
}
.notification-item {
    border-bottom: 1px solid #EBEAEC;
    transition: all 0.2s ease-in-out;
}
.notification-item .notification-item__topic {
    flex-direction: row !important;
}
.notification-item.unread {
    background-color: rgba(201, 240, 226, 0.35) !important;
}

input, textarea {
    -moz-user-select: auto;
    -webkit-user-select: auto;
    -ms-user-select: auto;
    -o-user-select: auto;
    user-select: auto;
}

.checkbox-element .form-item-label, .radio-element .form-item-label {
    text-transform: inherit;
    letter-spacing: inherit;
    margin: 0;
}

.input-element select + i {
    pointer-events: none;
}

.modal-visible > jdiv {
    display: none;
}

/**/

.left-menu-test {
    width: 260px;
    float: left;
    color: #000;
    text-decoration: none;
    list-style: none;
    margin-top: 150px !important;
}

.left-menu-test a {
    color: #000;
    text-decoration: none;
}

.left-menu-test li {
    border: 1px solid #f2f2f2;
    margin-bottom: 0px !important;
    padding: 15px;
}

.left-menu-test li:before {
    background-color: transparent !important;
}

.left-menu-test li:first-child {
    text-align: center;
    background: #0091cc;
}

.left-menu-test li:first-child a {
    color: #fff;
    font-weight: bold;
}

.left-menu-test a:hover {
    color: #44c69a;
}

.test-leftmenu .index-catalog {
    width: 75% !important;
}

.is-styled ul li,
.is-styled ol li {
    margin-bottom: 0;
}

ul, ol {
    margin-left: 20px;
}

.page-content h3 {
    margin: 25px 0 25px;
}

@media screen and (max-width: 740px) {
    .index-catalog__item {
        min-height: 8rem;

    }
}

.gh-menu a[href="/catalog/"] + .ghm-sub {
    width: 280px;
}

.toTop {
    z-index: 99999;
    width: 64px;
    height: 64px;
    background-size: 64px 64px;
    background-image: url('../../../upload/up_coming_5519848.png');
    position: fixed;
    right: 5%;
    bottom: 5%;
}

#mobile-phone {
    display: none;
    z-index: 98;
    position: fixed;
    left: 5%;
    bottom: 17%;
    margin: 0;
    width: 1em;
    height: 1em;
}

.page-content li p {
    margin: 0;
}

.title-h2, h2 {
    font-size: 3.0rem;
}

h2 {
    margin: 1.0rem 0 2.4rem;
}

ul, ol {
    margin-left: 20px;
}

.is-styled ul li, .is-styled ol li {
    margin-bottom: 0;
}

.is-styled .with-img {
    margin-bottom: 10px;
}

.is-styled ul,
.is-styled ol {
    margin-bottom: 20px;
}

.is-styled ol li {
    padding-left: 14px;
    color: #000;
    position: relative;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.4rem;
    list-style: none;
}

ol.list-decimal > li {
    padding-left: 5px;
    list-style: decimal;
}

.index-catalog__col {
    /*width: 25%;*/
}

.gh-menu > ul.ghm-main > li > ul.ghm-sub > li > ul.ghm-sub {
    visibility: hidden;
    top: -40px;
    left: 300px;
    padding-top: 40px;
}

.ghm-main > li:hover > .ghm-sub, .ghm-main > li > .ghm-sub > li:hover > .ghm-sub {
    visibility: visible !important;
    opacity: 1;
    top: -5px;
}

.ghm-sub .ghms-link:hover, .ghm-sub > li.is-active > a.ghms-link {
    color: #44c69a !important;
}

.ghm-sub > li.is-active .ghms-link {
    color: #000;
}

.ghm-sub > li {
    position: relative;
}

.free-consultation .input-element, .free-consultation .cntr {
    display: inline-block;
}

.wrapper.is-big.free-consultation {
    /*    background-image: url(/dist/img/free-consultation.png);
        background-position: right top;
        background-repeat: no-repeat;
        background-size: 16%;
        width: 100%;

     */
}

.free-consultation .row .col-6 {
    width: 65%;
    padding-left: 10%;
    padding-bottom: 50px;
}

.free-consultation .input-element textarea {
    padding: 14px 10px 14px;
}

.free-consultation .input-element {
    max-width: 260px;
}

.free-consultation .standard-btn {
    background: #0091cc;
    border: 2px solid #0091cc;
    color: #fff;
}

.free-consultation .standard-btn:hover {
    background: #fff;
    color: #0091cc;
}

.form-row.form-consultation .input-element:nth-child(3) {
    max-width: 400px;
}

@media screen and (min-width: 768px) {
    .desktop-margin-center {
        margin-left: auto;
        margin-right: auto;
        padding-left: 3.0rem;
    }
}

@media screen and (max-width: 768px) {
    .free-consultation .row .col-6 {
        width: 80%;
        padding-left: 10%;
        padding-bottom: 50px;
    }

    .wrapper.is-big.free-consultation {
        background: unset;
    }

    .free-consultation .cntr, .cntr button {
        width: 100%;
    }

    .free-consultation .input-element,
    .form-row.form-consultation .input-element:nth-child(3) {
        max-width: 100%;
    }

    #mobile-phone {
        /*display: block;*/
        display: none;
    }

    .mobile-text-none {
        display: none;
    }
}

.mobile-header {
    border-bottom: 3px solid #44c69a;
}

@media screen and (max-width: 740px) {
    .page-content {
        padding-top: 60px;
    }
}

.Phone {
    position: relative;
    display: block;
    margin: 0;
    width: 1em;
    height: 1em;
    font-size: 25vmin;
    background-color: #3498db;
    border-radius: 0.5em;
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

.Phone::before,
.Phone::after {
    position: absolute;
    content: "";
}

.Phone::before {
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
}

.Phone::after {
    top: 0.25em;
    left: 0.25em;
    width: 0.5em;
    height: 0.5em;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTYuNiAxMC44YzEuNCAyLjggMy44IDUuMSA2LjYgNi42bDIuMi0yLjJjLjMtLjMuNy0uNCAxLS4yIDEuMS40IDIuMy42IDMuNi42LjUgMCAxIC40IDEgMVYyMGMwIC41LS41IDEtMSAxLTkuNCAwLTE3LTcuNi0xNy0xNyAwLS42LjQtMSAxLTFoMy41Yy41IDAgMSAuNCAxIDEgMCAxLjIuMiAyLjUuNiAzLjYuMS40IDAgLjctLjIgMWwtMi4zIDIuMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.Phone.is-animating {
    -webkit-animation: phone-outer 3000ms infinite;
    animation: phone-outer 3000ms infinite;
}

.Phone.is-animating::before {
    -webkit-animation: phone-inner 3000ms infinite;
    animation: phone-inner 3000ms infinite;
}

.Phone.is-animating::after {
    -webkit-animation: phone-icon 3000ms infinite;
    animation: phone-icon 3000ms infinite;
}

@-webkit-keyframes phone-outer {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
    33.3333% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.1);
        transform: translate3d(0, 0, 0) scale(1.1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
    }
    66.6666% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
}

@keyframes phone-outer {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
    33.3333% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.1);
        transform: translate3d(0, 0, 0) scale(1.1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
    }
    66.6666% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
}

@-webkit-keyframes phone-inner {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
    33.3333% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.9);
        transform: translate3d(0, 0, 0) scale(0.9);
    }
    66.6666% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
}

@keyframes phone-inner {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
    33.3333% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.9);
        transform: translate3d(0, 0, 0) scale(0.9);
    }
    66.6666% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
}

@-webkit-keyframes phone-icon {
    0% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0);
    }
    2% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    4% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    6% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    8% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    10% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    12% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    14% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    16% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    18% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    20% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    22% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    24% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    26% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    28% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    30% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    32% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    34% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    36% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    38% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    42% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    44% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    46% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0);
    }
}

@keyframes phone-icon {
    0% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0);
    }
    2% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    4% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    6% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    8% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    10% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    12% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    14% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    16% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    18% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    20% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    22% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    24% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    26% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    28% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    30% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    32% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    34% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    36% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    38% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    42% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    44% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    46% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0);
    }
}

.js_slider-articles {
    position: relative;
    display: block;
    padding-left: 94px;
    padding-right: 94px;
    width: 100%;
    box-sizing: border-box;
}

.js_slider-articles .information-article-full {
    margin: 0;
    padding: 0 20px;
    box-sizing: border-box;
}

.js_slider-articles .information-article__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.js_slider-articles .information-article__annotation {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.js_slider-articles .information-article__annotation p {
    margin: 0;
}

.js_slider-articles .information-article__annotation p br {
    display: none;
}

.is-styled .js_slider-articles ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.is-styled .js_slider-articles ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    padding: 0;
    width: 10px;
    height: 10px;
}

.is-styled .js_slider-articles ul li::before,
.js_slider-articles .slick-dots li button:before {
    display: none;
}

.js_slider-articles .slick-dots li button {
    width: 10px;
    height: 10px;
    background: rgba(68, 198, 154, 0.5);
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.js_slider-articles .slick-dots li button:hover {
    background: rgba(68, 198, 154, 0.8);
}

.js_slider-articles .slick-dots li.slick-active button {
    background: rgba(68, 198, 154, 1);
}

.js_slider-articles .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.is-styled .js_slider-articles ul.slick-dots {
    margin-top: 23px;
    margin-bottom: -20px;
}

.js_slider-articles .information-articles {
    padding: 0 0 0 30px !important;
    box-sizing: border-box;
}

.js_slider-articles .slick-prev,
.js_slider-articles .slick-next {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(68, 198, 154, 1);
    -webkit-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    margin-top: -50px;
}

.js_slider-articles .slick-prev {
    background: url(/dist/img/arrow-left.png) no-repeat;
    background-position: center;
    background-color: #ffffff !important;
}

.js_slider-articles .slick-next {
    background: url(/dist/img/arrow-right.png) no-repeat;
    background-position: center;
    background-color: #ffffff !important;
}

.js_slider-articles .slick-prev {
    left: -45px;
}

.js_slider-articles .slick-next {
    right: -75px;
}

.js_slider-articles .slick-prev:before,
.js_slider-articles .slick-next:before {
    content: '';
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.js_slider-articles .slick-prev:before {
    background: url(/dist/img/arrow-left_hover.png) no-repeat;
    background-position: center;
    background-color: rgba(68, 198, 154, 1);
}

.js_slider-articles .slick-next:before {
    background: url(/dist/img/arrow-right_hover.png) no-repeat;
    background-position: center;
    background-color: rgba(68, 198, 154, 1);
}

.js_slider-articles .slick-prev:hover:before,
.js_slider-articles .slick-next:hover:before,
.js_slider-articles .slick-prev:focus:before,
.js_slider-articles .slick-next:focus:before {
    opacity: 1;
}

.title-block.is-small.title-articles {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .js_slider-articles .slick-prev,
    .js_slider-articles .slick-next {
        transform: scale(0.8);
    }

    .js_slider-articles .slick-prev {
        left: -27px;
        border: none;
    }

    .js_slider-articles .slick-next {
        right: -27px;
        border: none;
    }

    .js_slider-articles .information-articles {
        padding: 0 !important;
    }

    .js_slider-articles .slick-prev:hover:before,
    .js_slider-articles .slick-next:hover:before,
    .js_slider-articles .slick-prev:focus:before,
    .js_slider-articles .slick-next:focus:before {
        opacity: 0;
    }

    .js_slider-articles.events-col:nth-child(odd) {
        margin-top: 0;
    }

    .title-block.is-small.title-articles {
        margin-top: 40px;
    }

    .js_slider-articles {
        padding-left: 0px;
        padding-right: 0px;
    }

    .js_slider-articles .information-article-full {
        padding-left: 10px;
        padding-right: 10px;
    }

    .is-styled .js_slider-articles ul li {
        width: 6px;
        height: 6px;
        margin: 0 6px;
    }

    .js_slider-articles .slick-dots li button {
        width: 6px;
        height: 6px;
    }
}

.js_slider-articles {
    position: relative;
    display: block;
    padding-left: 94px;
    padding-right: 94px;
    width: 100%;
    box-sizing: border-box;
}

.js_slider-articles .information-article-full {
    margin: 0;
    padding: 0 20px;
    box-sizing: border-box;
}

.js_slider-articles .information-article__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.js_slider-articles .information-article__annotation {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.js_slider-articles .information-article__annotation p {
    margin: 0;
}

.js_slider-articles .information-article__annotation p br {
    display: none;
}

.is-styled .js_slider-articles ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.is-styled .js_slider-articles ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    padding: 0;
    width: 10px;
    height: 10px;
}

.is-styled .js_slider-articles ul li::before,
.js_slider-articles .slick-dots li button:before {
    display: none;
}

.js_slider-articles .slick-dots li button {
    width: 10px;
    height: 10px;
    background: rgba(68, 198, 154, 0.5);
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.js_slider-articles .slick-dots li button:hover {
    background: rgba(68, 198, 154, 0.8);
}

.js_slider-articles .slick-dots li.slick-active button {
    background: rgba(68, 198, 154, 1);
}

.js_slider-articles .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.is-styled .js_slider-articles ul.slick-dots {
    margin-top: 23px;
    margin-bottom: -20px;
}

.js_slider-articles .information-articles {
    padding: 0 0 0 30px !important;
    box-sizing: border-box;
}

.js_slider-articles .slick-prev,
.js_slider-articles .slick-next {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(68, 198, 154, 1);
    -webkit-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    margin-top: -50px;
}

.js_slider-articles .slick-prev {
    background: url(/dist/img/arrow-left.png) no-repeat;
    background-position: center;
    background-color: #ffffff !important;
}

.js_slider-articles .slick-next {
    background: url(/dist/img/arrow-right.png) no-repeat;
    background-position: center;
    background-color: #ffffff !important;
}

.js_slider-articles .slick-prev {
    left: -45px;
}

.js_slider-articles .slick-next {
    right: -75px;
}

.js_slider-articles .slick-prev:before,
.js_slider-articles .slick-next:before {
    content: '';
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.js_slider-articles .slick-prev:before {
    background: url(/dist/img/arrow-left_hover.png) no-repeat;
    background-position: center;
    background-color: rgba(68, 198, 154, 1);
}

.js_slider-articles .slick-next:before {
    background: url(/dist/img/arrow-right_hover.png) no-repeat;
    background-position: center;
    background-color: rgba(68, 198, 154, 1);
}

.js_slider-articles .slick-prev:hover:before,
.js_slider-articles .slick-next:hover:before,
.js_slider-articles .slick-prev:focus:before,
.js_slider-articles .slick-next:focus:before {
    opacity: 1;
}

.title-block.is-small.title-articles {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .js_slider-articles .slick-prev,
    .js_slider-articles .slick-next {
        transform: scale(0.8);
    }

    .js_slider-articles .slick-prev {
        left: -27px;
        border: none;
    }

    .js_slider-articles .slick-next {
        right: -27px;
        border: none;
    }

    .js_slider-articles .information-articles {
        padding: 0 !important;
    }

    .js_slider-articles .slick-prev:hover:before,
    .js_slider-articles .slick-next:hover:before,
    .js_slider-articles .slick-prev:focus:before,
    .js_slider-articles .slick-next:focus:before {
        opacity: 0;
    }

    .js_slider-articles.events-col:nth-child(odd) {
        margin-top: 0;
    }

    .title-block.is-small.title-articles {
        margin-top: 40px;
    }

    .js_slider-articles {
        padding-left: 0px;
        padding-right: 0px;
    }

    .js_slider-articles .information-article-full {
        padding-left: 10px;
        padding-right: 10px;
    }

    .is-styled .js_slider-articles ul li {
        width: 6px;
        height: 6px;
        margin: 0 6px;
    }

    .js_slider-articles .slick-dots li button {
        width: 6px;
        height: 6px;
    }
}

/**/
.form-success-msg {
    color: #000;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.4rem;
}

/**/
.supplier-form-row {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.supplier-form-row .input-element {
    width: 100%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-bottom: 26px;
    flex: 0 0 auto;
    box-sizing: border-box;
}

.supplier-register {
}

.supplier-register__form {
}

.supplier-register__wrap {
    max-width: 790px;
}

.supplier-register__group {
    margin-bottom: 40px;
}

.supplier-register__group-title {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: calc(27 / 18);
    margin: 0 0 16px 0;
    color: #0091CC;
}

.supplier-register__request-info {
    font-style: italic;
    font-size: 1.4rem;
    line-height: calc(24 / 14);
    margin-bottom: 26px;
    color: #999999;
}

.supplier-register__buttons {
    margin-top: 40px;
}

.supplier-register .input-element .form-item-label {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 7px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
}

.supplier-register .input-element {
    position: relative;
    max-width: none;
}

.supplier-register .resume-file {
    margin: 0 0 24px 0;
}

.supplier-register .required-info {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: calc(24 / 16);
    max-width: none;
    margin: 8px 0 0 0;
    text-align: inherit;
    color: #999999;
}

.supplier-register .input-element.has-error .form-item-error {
    position: absolute;
}
.reconciliation-act-msg,
.supplier-register-msg {
    color: #000;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.4rem;
    text-align: center;
}

.reconciliation-act-msg h2,
.supplier-register-msg h2 {
    text-align: center;
}

@media (min-width: 450px) {
    .supplier-form-row .input-element {
        width: calc(100% / 2);
    }
}

@media (min-width: 650px) {
    .supplier-form-row .input-element {
        width: calc(100% / 3);
    }
}

.calculator-cv {
}

.calculator-cv__form {
}

.cv-form {
}

.cv-form__mode {
    margin: 0 -4px 24px -4px;
    display: flex;
}

.cv-form__mode-item {
    margin: 0 4px;
}

.cv-form__type {
}

.cv-form__type-inner {
    margin: 0 -8px;
    display: flex;
}

.cv-form__type-inner .radio-element {
    width: 118px;
    margin: 0 8px;
}

.cv-form__input-group {
    max-width: 425px;
    display: flex;
}

.cv-form__input-group > * {
    margin-left: 8px;
}

.cv-form__input-group > *:first-child {
    margin-left: 0;
}

.cv-form__buttons {
    margin-top: 40px;
}

.cv-form__buttons .standard-btn {
    min-width: 200px;
}

.cv-form .input-element {
    max-width: none;
}

.cv-form .form-item-label {
    font-weight: normal;
}

.cv-form input.text {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.5;
    width: 105px;
    padding: 2px 6px 3px 6px;
    border: none;
    border-bottom: 1px solid #999;
    box-shadow: none;
    background: #fff;
    color: #000000;
}

.cv-form input.text[readonly] {
    background: rgba(153, 153, 153, 0.3);
}

.cv-form select {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.5;
    width: 100%;
    padding: 2px 22px 3px 6px;
    border: none;
    border-bottom: 1px solid #999;
    box-shadow: none;
    background: #fff url("/images/select-arrow.png") right 4px center no-repeat;
    -webkit-appearance: none;
    appearance: none;
    color: #000000;
}

@media (min-width: 450px) {
    body .cv-form .cv-form__result-flow, body .cv-form .cv-form__result-cv {
        width: 200px;
    }
}

.cv-mode {
    position: relative;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5;
    min-width: 170px;
    padding-bottom: 1px;
    display: inline-flex;
    text-align: center;
    cursor: pointer;
    color: #999
}

.cv-mode__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.cv-mode__title {
    border-bottom: 2px solid;
    display: block;
    flex: 1 1 auto;
}

.cv-mode__input:checked ~ .cv-mode__title {
    color: #0091CC;
}

/**/
.complaints-form-row {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.complaints-form-row .input-element, .complaints-form-row .checkbox-element {
    width: 100%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-bottom: 26px;
    flex: 0 0 auto;
    box-sizing: border-box;
}

.complaints-form-row .checkbox-element {
    margin-bottom: 8px;
}

.complaints-block {
}

.complaints-block__form {
}

.complaints-block__wrap {
    max-width: 790px;
}

.complaints-block__group {
    margin-bottom: 40px;
}

.complaints-block__group-title {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: calc(27 / 18);
    margin: 0 0 16px 0;
    color: #0091CC;
}

.complaints-block__request-info {
    font-style: italic;
    font-size: 1.4rem;
    line-height: calc(24 / 14);
    margin-bottom: 26px;
    color: #999999;
}

.complaints-block__buttons {
    margin-top: 40px;
}

.complaints-block .input-element > .form-item-label {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 7px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
}

.complaints-block .input-element {
    position: relative;
    max-width: none;
}

.complaints-block .resume-file {
    margin: 0 0 24px 0;
}

.complaints-block .resume-file .resume-file__text {
    font-size: 1.3rem;
    line-height: calc(20 / 13);
    color: #999;
}

.complaints-block .required-info {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: calc(24 / 16);
    max-width: none;
    margin: 8px 0 0 0;
    text-align: inherit;
    color: #999999;
}

.complaints-block .input-element.has-error .form-item-error {
    position: absolute;
}

.complaints-block a {
    text-decoration: underline;
}

.complaints-block a:hover {
    text-decoration: none;
}

.complaints-block-msg {
    color: #000;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.4rem;
}

@media (min-width: 450px) {
    .complaints-form-row .input-element, .complaints-form-row .checkbox-element {
        width: calc(100% / 2);
    }
}

@media (min-width: 650px) {
    .complaints-form-row .input-element, .complaints-form-row .checkbox-element {
        width: calc(100% / 3);
    }
}

/**/
.checkbox-element--confirm.has-error label {
    position: relative;
}

.checkbox-element--confirm.has-error .form-item-error {
    position: absolute !important;
}

body .is-styled .number-list li, body .is-styled .number-list li::before, body .is-styled p,
body .is-styled ul li, body .index-slider__info-description, body .news-content__text,
body .index-event-description, body .information-article__annotation, body .contacts-address,
body .contacts-phone, body .contacts-phone__time, body .contacts-info__item-value, body .contacts-point__address,
body .contacts-point__info, body .contacts-point__info a, body .certificates-link, .certificates-pseudo-link,
body .solution-order__text, body .delivery-text, body .information-article__annotation, body .site-map-link,
body .is-styled .simple-table-container td, body .is-styled .table-container td {
    font-weight: 400;
}

body .configurator-step .configurator-step__title {
    font-size: 16px;
}

body .custom-select .custom-select__current .text {
    font-size: 14px;
}

body .custom-select .custom-select__current {
    white-space: unset;
}

.popup-top {
    background-color: #cce5ff;
    font-size: 16px;
    padding: 12px 20px;
    position: relative;
}

.popup-top_content {
    text-align: center;
}

.popup-top_content .standard-btn {
    padding: 10px 22px;
    margin-left: 5px;
}

.popup-top_content a#close-covid {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
}

#close-covid svg {
    fill: #44c69a;
    -webkit-transition: fill .2s;
    -o-transition: fill .2s;
    transition: fill .2s;
}

@media screen and (max-width: 740px) {
    .popup-top {
        margin-top: 59px;
        margin-bottom: -60px;
        line-height: 1.9em;
    }
}

/* cyrillic-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(fonts/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(fonts/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(fonts/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(fonts/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(fonts/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(fonts/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(fonts/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

#main_news {
    min-height: 400px;
}

img.itc-lazy-load:not([src]) {
    opacity: 0;
}

.global-footer .cookie-popup-new {
    width: 100%;
    left: 0;
    transform: unset;
    max-width: unset;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: 0;
}

.global-footer .cookie-popup-new .standard-btn {
    color: #fff;
    border-color: #fff;
}

.global-footer .cookie-popup-new .standard-btn:hover {
    background: transparent;
}

.autocomlite__link {
    display: flex !important;
    align-items: center;
    column-gap: 10px;
}

.cookie-box {
    position: fixed;
    background: #00000080;
    color: #fff;
    z-index: 99;
    bottom: 0;
    padding: 8px 20px;
    width: 100%;
    font-size: 12px
}

#result_search_article .link-more {
    padding-left: 0;
    padding-right: 0;
}

.solution-to-cart .quantity {
    margin-top: -40px;
    margin-bottom: 20px;
    font-size: 16px;
}

.solution-to-cart .quantity .quantity-title {
    padding-inline-end: 20px;
    font-weight: bold;
    color: #44C69A;
}

.page-lkMain .lk-page-techdoc__filter {
    width: 80%;
}

.lk-page-techdoc__filter .form-row .form-col {
    width: 32%;
}

.lk-page-techdoc__filter .input-element input,
.lk-page-techdoc__filter .input-element select {
    padding: 11px;
}

.lk-page-techdoc__filter .search-form .search-input .search-btn {
    top: 8px;
    padding: 10px 25px;
}

.lk-page-techdoc__filter .form-btn {
    line-height: normal;
}

.lk-page-techdoc__filter .standard-btn {
    line-height: normal;
    padding: 12px 26px 10px;
}

.lk-product-slider .index-slider__navigation {
    position: static;
}

.lk-cert-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 56px;
}

.lk-cert-block .cert {
    color: #0091CC;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.lk-cert-block .cert:hover {
    color: #44c69a;
}

.lk-cert-block .cert img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 16px;
}

.lk-event__content .news-date__day {
    padding: 0 5px;
}

.lk-event__header-link:hover,
.lk-current-orders__header-link:hover,
.lk-company__header-link:hover {
    color: #25a076;
}

.good-measure {
    width: 120px;
    font-size: 1.6rem;
    text-align: center;
    font-weight: 500;
}

.good-count .good-count__input {
    font-weight: 500;
}

@media screen and (min-width: 740px) {
    .lk-menu-sticky {
        position: sticky;
        top: 130px;
    }
}

.page-content.lk-page {
    padding-bottom: 0;
}

/*------SFX------*/
main.page-content {
    font-size: 1.6rem;
}

main.page-content table {
    margin-bottom: 20px;
}

main.page-content th, main.page-content td {
    border: 1px solid #000;
    padding: 10px;
    font-size: 1.6rem;
    vertical-align: middle;
}

main.page-content ul, main.page-content h3 {
    max-width: 55.5556vw;
}

main.page-content ul.slick-dots {
    max-width: 100%;
}

@media screen and (max-width: 740px) {
    main.page-content ul, main.page-content h3 {
        max-width: none
    }
}

main.page-content ul {
    margin: 20px 0;
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
    .global-footer .gf-inner::after {
        top: 90px;
    }

    .global-footer .gf-inner {
        height: 250px;
    }

    .global-footer .gfc-links {
        margin-top: 25px;
    }

    .global-footer .gfc-link + .gfc-link {
        margin-top: 20px;
    }

}


@media screen and (max-width: 991px) {
    .global-footer .gf-inner::after {
        top: 110px;
    }
}

@media screen and (max-width: 769px) {
    .global-footer .gf-inner::after {
        top: 100px;
    }
}

@media screen and (max-width: 1900px) and (min-width: 769px) {
    .global-footer .gfi-bottom {
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }

    .global-footer .gfi-bottom > div {
        margin-right: 24px;
    }

    .gfib-little, .gfi-copyright, .gfi-address {
        order: 1;
    }

    .gfi-map {
        order: 3;
    }
}

@media screen and (max-width: 1900px) and (min-width: 1601px) {
    .global-footer .gfib-little.gfib-long-text {
        max-width: 325px;
    }
}

@media screen and (max-width: 1600px) and (min-width: 991px) {
    /*    .global-footer .gfib-little.gfib-long-text {
            max-width: 540px;
        }*/
}

@media screen and (max-width: 1600px) and (min-width: 200px) {
    .gfi-bottom::before {
        content: '';
        width: 100%;
        order: 2;
        height: 4px;
    }
}


.header-new .gh-inner {
    grid-template-areas: 'logo location search kp phone register login basket' 'logo menu menu menu menu menu menu menu';
    grid-template-columns: 343px 230px 1fr 230px 230px 76px 76px auto;
}

.gh-cnt.is-sticky .header-new .gh-inner {
    grid-template-areas: 'logo location register login basket' 'menu menu menu menu menu';
    grid-template-columns: 220px 1fr auto;
}

.gh-cnt.is-sticky .header-new .gh-inner .ghi-item-small {
    border-bottom: 1px solid #d1d1d1;
}

.header-new .ghi-item-small {
    width: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.header-new .ghi-item-small .ghii-icon {
    margin-right: 0;
}

.header-new .gh-register {
    grid-area: register;
}

.header-new .gh-login {
    grid-area: login;
}


.lk-modal h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    margin-bottom: 40px;
}

.forgotpass-form {
    width: 520px;
    max-width: 100%;
}

.forgotpass-form .forgotpass-msg {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 300;
    margin-bottom: 2.4rem;
}

.forgotpass-form .input-element .form-item-label {
    font-weight: 300;
}

.forgotpass-form .resend-msg {
    color: #44C69A;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.forgotpass-form .resend-msg.resend-msg-disabled {
    pointer-events: none;
    color: rgba(0, 0, 0, 0.5);
}


.popup-action.hidden {
    display: none;
}

.lk-h2 {
    margin: 32px 0 24px;
    color: #0091CC;
    font-family: Roboto, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
}

@media screen and (max-width: 740px) {
    .lk-h2 {
        margin-top: 0;
    }
}

.fw300,
body .is-styled .fw300 {
    font-weight: 300;
}

.form-confirm a {
    color: #0091CC;
    text-decoration-line: underline;
}

@media screen and (max-width: 1024px) {
    .ing-block {
        flex-direction: column;
        margin-bottom: 0 !important;
    }

    .ing-block > div {
        width: 100% !important;
        height: auto !important;
    }

    .ing-block > div a {
        display: grid;
        grid-template-columns: 70px auto;
        grid-gap: 20px;
    }

    .ing-block > div a > div {
        display: flex;
        align-items: center;
        padding: 0 !important;
        text-align: left !important;
    }
}

.simple-catalog .catalog-inner__item {
    width: calc(33.3333% - 3.3334px);
    margin-right: 0;
    padding: 34px 0;
}

.simple-catalog .catalog-inner__title {
    display: none;
}

.simple-catalog .catalog-inner__item-img {
    width: 100%;
    min-height: 180px;
    height: 12.5vw;
    background: no-repeat center;
    background-size: contain;
    margin-bottom: 24px;
}

.simple-catalog .catalog-inner__item::before {
    height: calc(100% + 15px);
}

.simple-catalog .catalog-inner__item-title {
    color: #000;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: -.05rem;
}

/*------TK in LK ------*/
.track {
    display: flex;
    flex-direction: row;

}

.track a {
    color: #44C69A;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 1px 4px 1px;
}


.track a:hover {
    color: #FFF;
    background-color: #44C69A;
}


.track__number {
    position: relative;
    flex: 1 0;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
}

.track .track__icon-copy {
    position: absolute;
    top: 4px;
    right: 3px;
    width: 16px;
    height: 17px;
    cursor: pointer;
    box-sizing: border-box;
}



.track .track__icon-copy svg {
    color: #757575;
    stroke: #757575;
    fill: transparent;
    width: 16px;
    height: 17px;
}

.track .track__icon-copy:hover > svg {
    stroke: #0091CC;
    color: #0091CC;
}

.track__number__copied {
    position: fixed;
    top: 75vh;
    right: -250px;
    width: 187px;
    background: #0091CCF0;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 4px 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 100;
}

.lk-page-techdoc__table-wrap.table-container {
    margin-bottom: 25px !important;
}

.pagination_count {
    display: flex;
    width: 100%;
    margin-top: 30px;
}

.pagination_count > div {
    width: calc(100% / 3);
}

.pagination_count__center {
    text-align: center;
}


.show-more {
    width: 130px;
    height: 32px;
    border: 1px solid #44C69A;
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    background-color: transparent;
    color: #44C69A;
}

.show-count {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 10px;
    text-transform: uppercase;
    align-items: center;
    justify-content: flex-end;
}

.show-count__page-count {
    width: 72px;
    height: 32px;
}


.show-count__label {
    padding-right: 20px;
}

.show-count__select {
    position: relative;
    min-width: 200px;

}

.show-count__select svg {
    position: absolute;
    right: 12px;
    top: calc(50% - 3px);
    width: 10px;
    height: 6px;
    stroke-width: 2px;
    stroke: #44C69A;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}

.show-count__select select {
    -webkit-appearance: none;
    padding: 7px 40px 7px 12px;
    width: 100%;
    border: 1px solid #e8eaed;
    background: #fff;
    box-shadow: 0 1px 3px -2px #44C69A;
    cursor: pointer;
    font-family: inherit;
    font-size: 12px;
    transition: all 150ms ease;
}

.show-count__select select:required:invalid {
    color: #5a667f;
}

.show-count__select select option {
    color: #44C69A;
}

.show-count__select select option[value=""][disabled] {
    display: none;
}

.show-count__select select:focus {
    outline: none;
    border-color: #44C69A;
    box-shadow: 0 0 0 2px rgba(68, 198, 154, 0.2);
}

.show-count__select select:hover + svg {
    stroke: #44C69A;
}

.sprites {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
}

#scroll-top {
    position: fixed;
    bottom: 50px;
    right: 140px;
    z-index: 1000;
    width: 40px;
    height: 40px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iNDAiIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgcng9IjIwIiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA0MCAwKSIgZmlsbD0iI0YzRjNGMyIvPjxwYXRoIGQ9Im0yMCAxMC41MzggNy44NSA3LjI3NWEuNjc4LjY3OCAwIDAgMCAuNDgxLjE4Ny43MDUuNzA1IDAgMCAwIC40NzgtLjE5NC42NC42NCAwIDAgMCAuMTktLjQ2LjYxNy42MTcgMCAwIDAtLjIwOC0uNDU0bC04LjMyLTcuNzFBLjY5Mi42OTIgMCAwIDAgMjAgOWEuNjkyLjY5MiAwIDAgMC0uNDcuMTgybC04LjMyIDcuNzFhLjY0My42NDMgMCAwIDAtLjIxLjQ1My42MTUuNjE1IDAgMCAwIC4xOTEuNDYuNjc5LjY3OSAwIDAgMCAuNDc4LjE5NS43MDYuNzA2IDAgMCAwIC40ODEtLjE4N0wyMCAxMC41Mzh6IiBmaWxsPSIjMDA5MUNDIi8+PHBhdGggZD0iTTIwIDEwdjIwLjUiIHN0cm9rZT0iIzAwOTFDQyIgc3Ryb2tlLXdpZHRoPSIxLjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat 50% 50%;
    background-size: cover;
    border-radius: 50%;
    opacity: 0.6;
}


@media screen and (max-width: 1520px) and (min-width: 741px) {
    #scroll-top {
        right: 80px;
    }
}

@media screen and (max-width: 740px) and (min-width: 0px) {
    #scroll-top {
        right: 40px;
        bottom: 40px;
    }
}


#scroll-top:hover {
    opacity: 1;
}

.rating_selection {
    display: inline-block;
    /* min-width: 130px;*/
}

.lk-orders .lk-order__accordion .lk-order__toggle {
    position: relative !important;
    padding-left: 10px !important;

}

.lk-order__accordion {
    max-width: 1px;
    margin: auto 0 auto auto;
}

.lk-order .lk-order-details {
    overflow-y: hidden;
}


.rating_selection label:first-of-type {
    display: none;
}

.rating_selection input[type=radio],
.rating_selection span,
.rating_selection a {
    display: none;
}

.rating_selection label {
    cursor: pointer;
    width: 17px;
    height: 16px;
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTciIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNyAxNSI+PGRlZnM+PHBhdGggaWQ9ImJiaGlhIiBkPSJNOTc5LjIzIDU3OC4yNzZjLS4yMzUuMzk4LS44MTQuNzI0LTEuMjg2LjcyNGgtNi44OTJjLS40NzIgMC0xLjA1Mi0uMzI2LTEuMjg4LS43MjRsLTMuNDQ2LTUuOGMtLjIzNy0uNC0uMjM3LTEuMDUgMC0xLjQ1bDMuNDQ2LTUuOGMuMjM2LS4zOTkuODE2LS43MjYgMS4yODgtLjcyNmg2Ljg5MmMuNDcyIDAgMS4wNTEuMzI3IDEuMjg2LjcyNWwzLjQ0OCA1LjgwMmMuMjM0LjM5OC4yMzQgMS4wNSAwIDEuNDQ4eiIvPjxwYXRoIGlkPSJiYmhpYiIgZD0iTTk3MC41NTUgNTcxLjUwNWEzLjk1IDMuOTUgMCAxIDEgNy45MDIgMCAzLjk1MSAzLjk1MSAwIDAgMS03LjkwMiAwek05NjkgNTcxLjVhNS41IDUuNSAwIDEgMCAxMSAwIDUuNSA1LjUgMCAwIDAtMTEgMHoiLz48L2RlZnM+PGc+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTk2NiAtNTY0KSI+PGc+PHVzZSBmaWxsPSIjMDA5MWNjIiB4bGluazpocmVmPSIjYmJoaWEiLz48L2c+PGc+PHVzZSBmaWxsPSIjZmZmIiB4bGluazpocmVmPSIjYmJoaWIiLz48L2c+PC9nPjwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center 100%;
    background-size: contain;
    padding: 0 2px;
}

.rating_selection input:checked + label ~ label {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTkiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxOSAxNyI+PGRlZnM+PHBhdGggaWQ9IjYyY2ZhIiBkPSJNMTA2My4yMyA1NzguMjc2Yy0uMjM1LjM5OC0uODE0LjcyNC0xLjI4Ni43MjRoLTYuODkyYy0uNDcyIDAtMS4wNTItLjMyNi0xLjI4OC0uNzI0bC0zLjQ0Ni01LjhjLS4yMzctLjQtLjIzNy0xLjA1IDAtMS40NWwzLjQ0Ni01LjhjLjIzNi0uMzk5LjgxNi0uNzI2IDEuMjg4LS43MjZoNi44OTJjLjQ3MiAwIDEuMDUxLjMyNyAxLjI4Ni43MjVsMy40NDggNS44MDJjLjIzNC4zOTguMjM0IDEuMDUgMCAxLjQ0OHoiLz48cGF0aCBpZD0iNjJjZmIiIGQ9Ik0xMDU0LjU1NSA1NzEuNzU1YzAtMi4wODQgMS43NjktMy43NzIgMy45NS0zLjc3MiAyLjE4NCAwIDMuOTUyIDEuNjg4IDMuOTUyIDMuNzcyIDAgMi4wODItMS43NjggMy43NzItMy45NTIgMy43NzItMi4xODEgMC0zLjk1LTEuNjktMy45NS0zLjc3MnptLTEuNTU1LS4wMDVjMCAyLjg5OSAyLjQ2MiA1LjI1IDUuNSA1LjI1IDMuMDM5IDAgNS41LTIuMzUxIDUuNS01LjI1IDAtMi45LTIuNDYxLTUuMjUtNS41LTUuMjUtMy4wMzggMC01LjUgMi4zNS01LjUgNS4yNXoiLz48L2RlZnM+PGc+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwNDkgLTU2MykiPjxnPjx1c2UgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIwIiBzdHJva2U9IiMwMDkxY2MiIHN0cm9rZS1taXRlcmxpbWl0PSI1MCIgeGxpbms6aHJlZj0iIzYyY2ZhIi8+PC9nPjxnPjx1c2UgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIwIiBzdHJva2U9IiMwMDkxY2MiIHN0cm9rZS1taXRlcmxpbWl0PSI1MCIgc3Ryb2tlLXdpZHRoPSIuODUiIHhsaW5rOmhyZWY9IiM2MmNmYiIvPjwvZz48L2c+PC9nPjwvc3ZnPg==);
}

.rating_selection:hover label[for] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTciIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNyAxNSI+PGRlZnM+PHBhdGggaWQ9ImJiaGlhIiBkPSJNOTc5LjIzIDU3OC4yNzZjLS4yMzUuMzk4LS44MTQuNzI0LTEuMjg2LjcyNGgtNi44OTJjLS40NzIgMC0xLjA1Mi0uMzI2LTEuMjg4LS43MjRsLTMuNDQ2LTUuOGMtLjIzNy0uNC0uMjM3LTEuMDUgMC0xLjQ1bDMuNDQ2LTUuOGMuMjM2LS4zOTkuODE2LS43MjYgMS4yODgtLjcyNmg2Ljg5MmMuNDcyIDAgMS4wNTEuMzI3IDEuMjg2LjcyNWwzLjQ0OCA1LjgwMmMuMjM0LjM5OC4yMzQgMS4wNSAwIDEuNDQ4eiIvPjxwYXRoIGlkPSJiYmhpYiIgZD0iTTk3MC41NTUgNTcxLjUwNWEzLjk1IDMuOTUgMCAxIDEgNy45MDIgMCAzLjk1MSAzLjk1MSAwIDAgMS03LjkwMiAwek05NjkgNTcxLjVhNS41IDUuNSAwIDEgMCAxMSAwIDUuNSA1LjUgMCAwIDAtMTEgMHoiLz48L2RlZnM+PGc+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTk2NiAtNTY0KSI+PGc+PHVzZSBmaWxsPSIjMDA5MWNjIiB4bGluazpocmVmPSIjYmJoaWEiLz48L2c+PGc+PHVzZSBmaWxsPSIjZmZmIiB4bGluazpocmVmPSIjYmJoaWIiLz48L2c+PC9nPjwvZz48L3N2Zz4=);

}

.rating_selection:hover label:hover ~ label {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTkiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxOSAxNyI+PGRlZnM+PHBhdGggaWQ9IjYyY2ZhIiBkPSJNMTA2My4yMyA1NzguMjc2Yy0uMjM1LjM5OC0uODE0LjcyNC0xLjI4Ni43MjRoLTYuODkyYy0uNDcyIDAtMS4wNTItLjMyNi0xLjI4OC0uNzI0bC0zLjQ0Ni01LjhjLS4yMzctLjQtLjIzNy0xLjA1IDAtMS40NWwzLjQ0Ni01LjhjLjIzNi0uMzk5LjgxNi0uNzI2IDEuMjg4LS43MjZoNi44OTJjLjQ3MiAwIDEuMDUxLjMyNyAxLjI4Ni43MjVsMy40NDggNS44MDJjLjIzNC4zOTguMjM0IDEuMDUgMCAxLjQ0OHoiLz48cGF0aCBpZD0iNjJjZmIiIGQ9Ik0xMDU0LjU1NSA1NzEuNzU1YzAtMi4wODQgMS43NjktMy43NzIgMy45NS0zLjc3MiAyLjE4NCAwIDMuOTUyIDEuNjg4IDMuOTUyIDMuNzcyIDAgMi4wODItMS43NjggMy43NzItMy45NTIgMy43NzItMi4xODEgMC0zLjk1LTEuNjktMy45NS0zLjc3MnptLTEuNTU1LS4wMDVjMCAyLjg5OSAyLjQ2MiA1LjI1IDUuNSA1LjI1IDMuMDM5IDAgNS41LTIuMzUxIDUuNS01LjI1IDAtMi45LTIuNDYxLTUuMjUtNS41LTUuMjUtMy4wMzggMC01LjUgMi4zNS01LjUgNS4yNXoiLz48L2RlZnM+PGc+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwNDkgLTU2MykiPjxnPjx1c2UgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIwIiBzdHJva2U9IiMwMDkxY2MiIHN0cm9rZS1taXRlcmxpbWl0PSI1MCIgeGxpbms6aHJlZj0iIzYyY2ZhIi8+PC9nPjxnPjx1c2UgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIwIiBzdHJva2U9IiMwMDkxY2MiIHN0cm9rZS1taXRlcmxpbWl0PSI1MCIgc3Ryb2tlLXdpZHRoPSIuODUiIHhsaW5rOmhyZWY9IiM2MmNmYiIvPjwvZz48L2c+PC9nPjwvc3ZnPg==);
}

.lk-page-techdoc__table-wrap.table-container tbody tr:nth-child(even) td {
    background-color: #F3F3F3 !important;
    border-right: 1px solid #eee;
}

@keyframes ani {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: #0091cc;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 600;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    padding: 0 0 0 0.5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: none;
    padding: 0;
}

.standard-btn, .rp-link, .gh-kp.ghi-item, .link-3d, .form-btn {
    cursor: pointer;
}

a.link-3d {
    margin-right: 5px;
}


.cert {
    display: flex;
}

.lk-cert-block__cert .cert > div {
    margin: auto;
}

.lk-cert-block__all-certs {
    margin: auto 0 0 0;
}

.lk-webinars-video__info {
    width: 100%;
    margin-top: 25px;
}

.lk-webinars-video__date {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.lk-webinars-video__prop {
    margin: 6px 0 !important;
}

.modal-form .recapcha-block {
    display: none;
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
    .lk-company__header-link {
        width: 100%;
        display: block;
        margin-top: 22px;
    }

    .lk-cert-block__all-certs {
        margin: auto 0;
    }
}

/* Фикс слайдера в LK на мобильныйх */
@media (max-width: 991px) {
    .lk-product-slider .index-slider__bg {
        padding-bottom: 0;
    }

    .lk-product-slider .index-slider__info {
        margin-top: 0px !important;
        height: 220px !important;
        background: transparent !important;
    }

    .lk-product-slider .index-slider__info::after,
    .lk-product-slider .index-slider__info::before {
        background: transparent !important;
    }

    .lk-product-slider .index-slider__navigation-inner {
        padding: 0 20px;
    }

    .lk-cert-block .cert {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
    }

    .lk-company__header-link {
        width: 100%;
        display: block;
        margin-top: 22px;
    }

    .lk-cert-block__all-certs {
        margin: auto 0;
    }

    .lk-event__header-title.title-h3 {
        font-size: 17px;
        line-height: 20px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .news-date {
        position: relative !important;
        z-index: auto !important;
        width: 70px !important;
        min-width: 70px;
    }

    .lk-event__content .news-content__title {
        order: initial !important;
        padding-left: 0px;
        font-size: 16px;
    }

    .lk-event__notify .lk-event__notify-date {
        font-size: 14px !important;
    }

    .news-content {
        padding-left: 30px;
    }

    .news-content__text {
        display: none !important;
    }

    .news-content__title {
        min-height: 10px !important;
    }

    .lk-current-order .lk-current-order__date,
    .lk-current-order .lk-current-order__status {
        font-size: 12px !important;
        font-weight: 300;
        line-height: 16px !important;
    }

    .lk-current-order {
        margin-bottom: 12px;
    }

    .lk-current-order .lk-current-order__title {
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 20px !important;
        margin: 0 !important;
    }

    .lk-current-order .lk-current-order__total {
        font-size: 13px !important;
        font-weight: 500 !important;
        line-height: 16px !important;
        text-transform: uppercase;
        letter-spacing: .24px !important;
        white-space: nowrap;
        margin: 0 0 auto 0;
    }

    .lk-current-order__status {
        margin-bottom: 10px !important;
    }

    .lk-current-order__header {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
    }

}


.is-big .bread-crumbs .wrapper {
    width: 81.25%
}

@media screen and (max-width: 740px) {
    .gfc-links {
        margin-top: 23px !important;
    }

    .gfc-social {
        margin-top: 23px !important;
    }
}


.inzheneram-menu {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
    gap: 50px 32px
}

@media screen and (max-width: 992px) {
    .inzheneram-menu {
        gap: 25px
    }
}

.inzheneram-menu__item a {
    width: 400px;
    height: 130px;
    display: inline-flex;
    gap: 30px;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #000;
}

.inzheneram-menu__item a:hover {
    color: #0091CC;
}

.inzheneram-menu__item a div:first-child {
    width: 130px;
}

.inzheneram-menu__item a div:last-child {
    flex: 1 0;
}

.inzheneram-menu__item div:first-child img {
    width: 100%;
}

@media screen and (max-width: 500px) {
    .inzheneram-menu__item {
        width: 100%;
    }

    .inzheneram-menu__item a {
        max-width: 432px;
        width: 100%;
        height: auto;
    }

    .inzheneram-menu__item a div:first-child {
        width: 30%;
        min-width: 30%;
    }
}

.autocomlite__result img {
    max-width: 50px;
    min-width: 50px;
}

.lk-page .lk-page-right .index-slider__info-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.lk-page .lk-page-right .index-slider__info-left {
    position: relative;
    text-transform: uppercase;
    width: 60% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
    padding-bottom: 5px !important;
    overflow: visible;
}

.lk-page .lk-page-right .index-slider__info-description {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

.lk-page .lk-page-right .index-slider__info::after, .lk-page .lk-page-right .index-slider__info::before {
    display: none;
}

.lk-page .lk-page-right .index-slider__info {
    background: none !important;
    padding: 0;
    height: 190px;
}

.lk-page .lk-page-right .index-slider__info-right {
    width: 60% !important;
    padding-bottom: 2px !important;
    padding-top: 15px;
    margin-top: 0 !important;
}

.lk-page .lk-page-right .index-slider__info-left .title-h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.lk-page .lk-page-right .index-slider__navigation {
    position: absolute;
    bottom: 100px !important;
    right: 0 !important;
    width: 39.4872% !important;
    text-align: center;
    z-index: 10;
    left: inherit !important;
}

.lk-page .lk-page-right .link-more {
    border: 0;
    padding: 4px 6px 2px;
    color: #44c69a !important;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .78px;
    background-color: transparent !important;
    -webkit-transition: color .2s, background .2s;
    -o-transition: color .2s, background .2s;
    transition: color .2s, background .2s;
    padding: 0 !important;
}

.lk-page .lk-page-right .index-slider__navigation-inner::before {
    display: none;
}

.main-news-title-flex {
    display: flex !important;
    /* justify-content: center; */
    align-items: center;
    gap: 20px;
    padding-right: 15px !important;
}

.main-news-title-flex font a {
    color: #44C69A;
    display: flex !important;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;
}

@media screen and (max-width: 1200px) {
    .lk-page .lk-page-right .index-slider__navigation {
        right: 0 !important;
        width: 100% !important;
        top: 30px !important;
    }

    .lk-page .lk-page-right .lk-product-slider {
        margin-bottom: 100px;
    }

    .lk-page .index-slider__navigation-inner {
        width: auto !important;
    }

    .lk-page .lk-page-right .index-slider__info {
        height: 180px !important;
    }

    .lk-page .lk-page-right .index-slider__info-left {
        width: 100% !important;
    }

    .lk-page .lk-page-right .index-slider__info-right {
        width: 100% !important;
    }

    .lk-page .lk-page-right .link-more {
        padding: 0;
    }

    .lk-page .lk-page-right .index-slider__pagination {
        overflow-y: hidden;
    }
}

.configurator-result .juridical-price {
    color: #999 !important;
}

.web_form_submit--left {
    margin-top: 25px;
}


.docs-table {
    display: flex;
    flex-direction: column;
}

.docs-table-row {
    display: flex;
    flex-wrap: wrap;
}

.docs-table-row:nth-child(even) {
    background: #F3F3F3;
}

.docs-table-row > div {
    border-top: 1px solid #C8C8C84D;
}


.docs-table-row > div .title {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    color: #5C5C5C;

}

.docs-table-row > div .property {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #000000;
}
.docs-table-row > div .property-tk {
    width: 100%;
}

.docs-table-row > div:nth-child(1) {
    width: 99%;
    padding: 8px 12px 4px;
}

.docs-table-row > div:nth-child(1) .files-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.docs-table-row > div:nth-child(n+2) {
    width: calc(33% - 8px);
    padding: 4px 0px 4px 8px;
}

.docs-table-row.table-head {
    background: #E6E7E7;
}

.docs-table-row.table-head > div {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    min-height: 32px;
    text-transform: uppercase;
}


.docs-table-row > div:nth-child(n+2) {
    border-left: 1px solid #C8C8C8;
    text-align: center;
}
.docs-table-row:nth-child(n+2) > div:nth-child(n+2) {
    border-left: 1px solid #C8C8C84D;
    text-align: center;
}


@media screen and (min-width: 1601px) {
    .docs-table-row > div .title {
        display: none;
    }

    .docs-table-row > div {
        padding: 4px 0px !important;
        display: flex;
        align-items: center;
    }

    .docs-table-row > div:nth-child(1) {
        width: calc(28% - 12px);
        padding-left: 12px !important;

    }

    .docs-table-row > div:nth-child(2) {
        width: 10%;
        text-align: center;
        justify-content: center;
    }

    .docs-table-row > div:nth-child(3) {
        width: 9%;
        text-align: center;
        justify-content: center;
    }

    .docs-table-row > div:nth-child(4) {
        width: 14%;
        text-align: center;
        justify-content: center;
    }

    .docs-table-row > div:nth-child(5) {
        width: 14%;
        text-align: center;
        justify-content: center;
    }

    .docs-table-row > div:nth-child(6) {
        width: 7%;
        text-align: center;
        justify-content: center;
    }

    .docs-table-row > div:nth-child(7) {
        width: calc(17% - 10px);
        padding-left: 10px !important;
        text-align: left!important;
    }

}


@media screen and (max-width: 1600px) {
    .docs-table-row.table-head {
        display: none;
    }

    .docs-table-row > div:nth-child(1) {
        width: 99%;
        padding: 8px 12px 4px;
    }

    .docs-table-row > div:nth-child(n+2) {
        width: calc(33% - 8px);
        padding: 4px 0px 4px 8px;
    }
}


@media screen and (max-width: 1300px) {
    .docs-table-row > div:nth-child(1) {
        width: 100%;
        padding: 8px 12px 4px;
    }

    .docs-table-row > div:nth-child(n+2) {
        width: calc(50% - 9px);
        padding: 4px 0px 4px 8px;
    }
}

@media screen and (max-width: 400px) {
    .docs-table-row > div:nth-child(1) {
        width: 100%;
        padding: 8px 12px 4px;
    }

    .docs-table-row > div:nth-child(n+2) {
        width: 100%;
        padding: 4px 0px 4px 8px;
    }
}
@media screen and (max-width: 430px){
    .index-slider__pagination {
        margin-left: 18px !important;
        margin-right: 18px !important;
    }
    .index-slider__pagination .swiper-pagination-bullet {
        margin-right: 30px !important;
    }
    .index-slider__pagination .swiper-pagination-bullet:nth-last-child(1) {
        margin-right: 0 !important;
    }
}
.configurator-button{
	margin-top: 40px;
}
.configurator-button a {
    display: flex;
    padding: 8px 24px 8px 8px;
    border: 1px solid #d1d1d1;
    color: #0091CC;
    width: max-content;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
	background-color: #fff;
	transition: background-color .15s linear;
}
.configurator-button a:hover{
	background-color: #0091CC;
	color: #fff;
}
.configurator-button a:hover:before{
	background: url('/images/conf-svg2.svg') no-repeat;
}
.configurator-button a:before{
	display: block;
	content: "";
	background: url('/images/conf-svg.svg') no-repeat;
	width: 63.64px;
	height: 40px;
}
.oh-wa-mt{
	overflow:hidden;
	width:auto;
	margin-top:80px;
}
@media screen and (max-width: 1200px){
	.oh-wa-mt{
		margin-top:64px;
	}
}
@media screen and (max-width: 576px){
	.oh-wa-mt{
		margin-top:40px;
	}
}

@media screen and (max-width: 992px) {
    .lk-page-techdoc .pagination_count {
        flex-direction: column;
        align-items: center;
    }
    .lk-page-techdoc .pagination_count .pagination_count__center {
        margin-bottom: 15px;
    }

    .lk-page-techdoc .pagination_count .pagination_count__right {
        width: auto; 
    }

    .lk-orders .lk-order__accordion .lk-order__toggle {
        right: 50px;
    }
}


#calendar th {
    vertical-align: middle;
    padding-bottom: 30px;
}

#calendar td .fc-day-number {
    height: auto !important;
}

#calendar td{
    vertical-align: top;
}

.lk-page #calendar .event-details {
    height: 48px;
}
.is-styled .text-policy p, .is-styled .text-policy ul, .is-styled.max-width-p p{
	max-width: 100%;
}
@media screen and (max-width: 1700px) {
	.lk-page-techdoc__filter .form-row .form-col {
		width: 30%;
	}
}
@media screen and (max-width: 740px) {
    .lk-page #calendar {
        max-width: 85vw;
    }

    .lk-page .lk-page-calendar .events-calendar__filter {
        top: 50px;
        left: 0;
    }

    .lk-page .lk-page-calendar .events-calendar-wrap {
        padding-top: 150px;
    }

    .lk-page .lk-page-calendar .calendar-body {
        display: block;
    }
	.index-slider__navigation-inner::before {
		top: 28px !important;
		height: 0 !important;
	}
}
.lk-page svg {
    overflow: visible;
}
@media screen and (max-width: 600px){
	.search-block .search-input input~label .search-loupe {
		top: 20px !important;
	}
}
@media screen and (max-width: 1520px){
	.lk-page-row .index-slider__pagination {
		margin-left: 20px;
		margin-right: 20px;
	}
	.lk-page-row .index-slider__pagination .swiper-pagination-bullet {
		margin-right: 22px;
	}
	.lk-page-row .index-slider__pagination .swiper-pagination-bullet::after {
		right: -12px;
	}
}

@media screen and (max-width: 1200px){
	.lk-page-row .index-slider__pagination {
		margin-left: 42px;
		margin-right: 42px;
	}
	.lk-page-row .index-slider__pagination .swiper-pagination-bullet {
		margin-right: 36px;
	}
	.lk-page-row .index-slider__pagination .swiper-pagination-bullet::after {
		right: -18px;
	}
}
.modal-form8{
	max-width: 520px;
}
.modal-form8 .required-info{
	width: 100%;
	max-width: 100%;
}
.modal-form18 .resume-file__description{
	font-size: 14px;
}
.catalog-buttons-flex{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.catalog-buttons-flex > *{
	margin-top: 0 !important;
}
.catalog-buttons-flex .configurator-button a {
	padding: 3px 24px 3px 2px;
}
.catalog-buttons-flex .configurator-button a::before {
	width: 50px;
	height: 32px;
	background-size: contain;

}
.catalog-buttons-flex .configurator-button a:hover::before {
	background-size: contain;
}
.catalog-buttons-flex .promo-button a{
	border: 1px solid rgba(209, 209, 209, 1);
	height: 38px;
	display: flex;
	align-items: center;
	padding: 0 20px 0 10px;
	gap: 10px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	color: rgba(0, 145, 204, 1);
}
.catalog-buttons-flex .promo-button a::before {
	display: block;
	content: "";
	background: url('/images/promo.svg') no-repeat;
	width: 32px;
	height: 32px;
	background-size: contain;
}
.catalog-buttons-flex .promo-button a:hover{
	background-color: rgba(0, 145, 204, 1);
	color: #fff;
}
.catalog-buttons-flex .promo-button a:hover::before{
	filter: invert(100%) sepia(100%) saturate(3%) hue-rotate(36deg) brightness(150%) contrast(99%);
}
p.favorite_empty{
	color: #0091CC !important;
	font-size: 32px !important;
	font-weight: 700 !important;
	margin-bottom: 30px !important;
}
.favorite_empty_text a {
	color: #44C69A !important;
	text-transform: uppercase;
	font-weight: 500 !important;
	border-bottom: none !important;
	display: inline-block !important;
	margin: 0 5px;
}
.article-search-name {
	display: flex;
	justify-content: space-between;
}
.article-search-name img{
	max-width: 18px;
	cursor: pointer;
}
img.star-icon-click{
	width: 18px;
	height: 18px;
}
.star-icon-click.favorite_add{
	filter: invert(31%) sepia(86%) saturate(2858%) hue-rotate(176deg) brightness(102%) contrast(101%);
}
.article-search-name .star-container {
    position: relative;
    display: inline-block;
}

.article-search-name .star-tooltip {
	position: absolute;
	top: 5px;
	left: 25px;
	/* transform: translateX(-50%); */
	background: #fff;
	color: rgba(0,0,0, 0.7);
	padding: 3px 5px;
	font-size: 11px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	box-shadow: 0px 10px 10px 3px rgba(0,0,0, 10%);
	z-index: 10;
	width: max-content;
}

.article-search-name .star-container:hover .star-tooltip {
    opacity: 1; /* Показываем подсказку при наведении */
}
.bg-white{
	background: transparent !important;
}
.modal-content .checkbox-element input, .bitrix-modal .checkbox-element input{
    position: absolute;
    width: auto!important;
    height: auto!important;
    -webkit-appearance: checkbox;
}
.index-catalog-cnt .sections-main{
	padding-bottom: 20px;
}
body.page-index main.page-content{
	padding-bottom: 30px;
}

.hara {border: 1px solid black; border-collapse: collapse; }
.hara tr {border: 1px solid black; font-size:14px !important;}
.hara td {border: 1px solid black; vertical-align:top; padding:5px; font-size:14px !important;}
.main_h {font-weight:500;}

.pspisok {
margin-left: 20px !important;
}

.pspisok li {
list-style-type:disc;
}

@media screen and (max-width: 740px){
	.good-count__input,  .good-count.is-single .good-count__input{
		padding: 14.5px 8px !important;
	}
	.simple-catalog .catalog-inner__item {
		width: 100% !important;
		padding: 34px 20px !important;
	}
	.simple-catalog .catalog-inner__item::before {
		left: 0;
		width: 100%;
	}
}

a.katalogi:hover {
color:#0091cc!important;
}

a.buttonkatalogi:hover {
color:#ffffff!important;
background-color: #0091cc!important;

}

a.downloadkatalog:hover {

background-color:#ffffff!important; 
color: rgb(35, 105, 14)!important; 
border: 2px solid rgb(35, 105, 14)!important;
}

a.zakazkatalog:hover {

background-color: black!important;
color: #ffffff!important;

}
