display:inline-flex;align-items:center;body {
    display: flex;
    flex-direction: column;
}
body > * {
    flex: none;
}
footer {
    margin-top: auto;
}
.header-text {
    font-size: 13px;
    max-width: 230px;
}

header .header__top .menu {
    padding-right: 10px;
}

header .header__top .menu li {
    padding: 20px 10px;
}


.back-link {
    width: 100%;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.back-link a {
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.back-link a svg {
    margin-right: 3px;
}

.back-link a svg path {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}


.know-more-btn {
    padding: 20px 45px;
    background-color: #f2f2f2;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(49.5%, #f2f2f2), color-stop(50.5%, #f4f5be));
    background-image: linear-gradient(#f2f2f2 49.5%, #f4f5be 50.5%);
    background-size: 100% 255%;
    background-position: 50% 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.know-more-btn:hover {
    background-color: #f4f5be;
    background-position: 0 100%;
}


.consult-btn {
    width: 100%;
    max-width: 300px;
    text-transform: unset;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: normal;
    margin-right: 0;
    padding: 14px 18px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(49.5%, #ffffff), color-stop(50.5%, #75B445));
    background-image: linear-gradient(#ffffff 49.5%, #75B445 50.5%);
    border: 2px solid #75B445;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
}

.consult-btn:hover {
    color: #fff !important;
}

.consult-btn img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.consult-btn span {
    margin-right: 10px;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.consult-btn:hover span {
    color: #fff;
}

.button-wraper {
    margin-top: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-head > .button-wrapper {
    display: none;
}

.product-wrapp {
    margin: 0 auto;
}

.product-text-col-head span {
    color: #76B445;
    text-transform: none;
    font-size: 36px;
}

.product-text-col-content b {
    font-size: 18px;
    margin-bottom: 12px;
    display: block;
}

.product-text-col-content ul {
    padding-left: 0;
    display: flex;
    flex-flow: wrap;
    list-style-type: none;
}

.product-text-col-content ul li {
    width: 48.5%;
    position: relative;
    list-style-type: none;
    padding-left: 15px;
    margin-bottom: 20px;
}

.product-text-col-content ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #76B445;
    position: absolute;
    top: 7px;
    left: 0;
}

.product-info-table {
    margin-top: 70px;
}

.product-info-table table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #8D8D8D;
    border-collapse: collapse;
    margin-top: 20px;
    border-bottom: 1px solid #8D8D8D;
}

.product-info-table table th {
    font-weight: 500;
    padding: 8px;
    background: #76B445;
    border: 1px solid #8D8D8D;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 0;
    text-transform: uppercase;
    border-bottom: none;
    border-top: none;
}

.product-info-table table th:first-child,
.product-info-table table td:first-child {
    width: 282px;
}

.product-info-table table td:first-child {
    text-align: left;
}

.product-info-table table td {
    border: 1px solid #8D8D8D;
    padding: 12px 22px;
    width: auto;
    text-align: left;
    background: #EEEEEE;
    text-align: center;
    color: #4C4C4C;
    border-bottom: none;
    border-top: none;
    word-break: break-word;
}

.product-info-table table tr:last-child td{
     border-bottom: 1px solid #8D8D8D;
}

.product-info-table table tr:nth-child(2n) td {
    background: transparent;
}

@media (max-width: 1022px) {
    .product-info-table table th {
        font-size: 13px;
    }

    .product-info-table table th {
        padding: 16px 0;
    }

    .product-info-table table td {
        font-size: 12px;
        padding: 8px;
    }

    .product-info-table table {
        width: 1000px;
    }

    .scrollbar-track {
        opacity: 1 !important;
    }

    .scrollbar-thumb {
        background: #76B445 !important;
    }
}

@media (max-width: 992px) {
    .product-head-info .button-wraper {
        display: none;
    }

    .product-head > .catalog-order-btn {
        display: inline-block;
    }

    .product-head > .button-wrapper {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .catalog-order-btn {
        max-width: 300px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .catalog-order-btn {
        margin-bottom: 20px;
    }

    .product-head > .button-wrapper {
        margin-bottom: 50px;
    }
}


@media (max-width: 620px) {
    .product-text-col-content ul li {
        width: 100%;
    }

    .product-text-col-content ul li:before {
        top: 10px;
    }

    .product-text-col-head span {
        font-size: 30px;
    }

    .product-info-table table td{
        min-width: 300px;
        border:solid 1px #8D8D8D;
    }

    .product-info-table table {
        border:0;
        position: relative;
        left:-10px;
        overflow: auto;
        font-size: 14px;
        display: block;
        padding: 0 10px;
        width: calc(100% + 20px)!important;

    }

    .product-page table tbody tr td:first-child{
        font-size: 14px!important;
    }
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-list,
.slick-track {
    width: 100%;
    height: 100%;
    z-index: 100;
}

.slick-initialized .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-arrow {
    position: absolute;
    min-width: 19px;
    height: 35px;
    padding: 0;
    background-image: url("../img/home/slider-arrow-l.svg");
    background-color: transparent;
    background-size: cover;
    left: 28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    z-index: 101;
    border: none;
}

.slick-arrow:hover {
    cursor: pointer;
}

.slick-arrow.slick-next {
    left: auto;
    right: 28px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 101;
}

.slick-dots li {
    font-size: 0;
    list-style-type: none;
    width: 10px;
    height: 10px;
    background: none;
    margin-right: 40px;
    border: none;
}

.slick-dots li button {
    font-size: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: 1px solid #4f4f4f;
    padding: 0;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.slick-dots li.slick-active button {
    background: #4f4f4f;
    cursor: default;
}

.slick-dots li:last-child {
    margin-right: 0;
}


.product-slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 500px;
}

.product-slider-nav-item {
    position: relative;
    height: 100px;
    margin-right: 20px;
    overflow: hidden;
    border: 1px solid transparent;
    cursor: pointer;
}

.product-slider-nav-item img {
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product-slider-nav-item.slick-current {
    border-color: #e0e0e0;
}

.product-head-info-download-mobile,
.product-slider-nav-mobile {
    display: none;
}


.product-text {
    width: 100%;
    padding-bottom: 66px;
    border-bottom: 1px solid #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.product-text .product-text-col:last-child {
    margin-right: 0;
}

.product-text-col {
    width: 100%;
    max-width: 600px;
    margin-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-text-col-head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-text-col-head span {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 7px;
}

.product-text-col-content {
    width: 100%;
    max-width: none;
    margin-top: 25px;
    margin-bottom: 0;
}

.product-text-col-content h3 {
    margin: 0;
    margin-bottom: 15px;
}

.product-text-col-content ul {
    padding-left: 47px;
    margin-bottom: 0;
}

.product-text-col-content ul li {
    margin-bottom: 15px;
}

.product-text-col-content ul li:last-child {
    margin-bottom: 0;
}

.product-text-col-content p {
    font-size: 16px;
    line-height: 29px;
    margin: 0;
    margin-bottom: 15px;
}

.product-text-col-content p:last-child {
    margin-bottom: 0;
}

.product-text-col-content b {
    font-weight: 700;
}

.product-wrapp .detail-equipment {
    border: none;
    max-width: 100%;
    margin-bottom: 166px;
}

.product-image {
    height: 450px;
}

.product-image .slick-track {
    position: absolute;
}

.product-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-width: 100%;
}

@media (max-width: 768px) {
    .product-head-info-download a {
        white-space: normal;
    }

    .product-page {
        padding-top: 40px;
    }

    .product-head {
        margin-bottom: 0;
    }

    .product-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-text .product-text-col:last-child {
        margin-bottom: 0;
    }

    .product-text-col {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 45px;
    }

    .product-text-col ul {
        padding-left: 20px;
    }

    .product-text-col ul li {
        margin-bottom: 5px;
    }

    .product-text-col ul li:before {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .product-text-col-content p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .product-wrapp .detail-equipment {
        margin-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .product-image {
        max-height: 450px;
    }
}

@media all and (max-width: 1170px) {
    .burger-catalog > span {
        display: none;
    }

    .burger-catalog:after {
        content: ".";
        opacity: 0;
        visibility: hidden;
        display: block;
        width: 1px;
    }
}

@media all and (max-width: 960px) {
    .know-more-btn {
        padding: 15px 30px;
        font-size: 14px;
        line-height: 21px;
    }
}

.product {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-wrapp {
    width: 100%;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-head {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-image {
    width: 100%;
    height: 100%;
    max-width: 560px;
    margin-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-image img {
    width: 100%;
    height: auto;
}
.product-head-info {
    width: 100%;
    max-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-head-info-text .h1 {
    margin: 0;
    font-weight: 600;
    font-size: 50px;
    line-height: 75px;
    /*text-transform: uppercase;*/
}
.product-head-info-text .h2 {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.product-head-info-download {
    margin: 57px 0;
    padding: 25px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.product-head-info-download .download-wrapp {
    margin-bottom: 22px;
}
.product-head-info-download .download-wrapp:last-child {
    margin-bottom: 0;
}
.product-head-info-download svg {
    margin-right: 16px;
}
.product-head-info-download a {
    white-space: nowrap;
}
.product-slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 500px;
}
.product-slider-nav-item {
    position: relative;
    height: 100px;
    margin-right: 20px;
    overflow: hidden;
    border: 1px solid transparent;
}
.product-slider-nav-item img {
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product-slider-nav-item.slick-current {
    border-color: #e0e0e0;
}
.product-head-info-download-mobile,
.product-slider-nav-mobile {
    display: none;
}
@media (max-width: 992px) {
    .back-link {
        display: none;
    }
    .product-head {
        margin: 55px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .product-head-info {
        margin-bottom: 100px;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .product-head-info .product-head-info-download {
        display: none;
    }
    .product-head-info .product-slider-nav {
        display: none;
    }
    .product-head-info-text {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .product-head-info-text .h1 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    .product-head-info-text .h2 {
        font-size: 11px;
        line-height: 20px;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }
    .product-image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 80%;
        margin-right: 0;
    }
    .product-head-info-download-mobile,
    .product-slider-nav-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .product-slider-nav-mobile {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .product-slider-nav-mobile .product-slider-nav-item:last-child {
        margin-right: 0;
    }
    .product-slider-nav-item {
        width: calc(100% / 4 - 5px);
        height: 100px;
        margin-right: 10px;
    }
    .product-head-info-download-mobile {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .product-image {
        margin-bottom: 55px;
    }
}
.product-text {
    width: 100%;
    padding-bottom: 66px;
    border-bottom: 1px solid #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.product-text .product-text-col:last-child {
    margin-right: 0;
}
.product-text-col {
    width: 100%;
    max-width: 600px;
    margin-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-text-col-head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-text-col-head span {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 7px;
}
.product-text-col-content {
    width: 100%;
    max-width: none;
    margin-top: 25px;
    margin-bottom: 0;
}
.product-text-col-content h3 {
    margin: 0;
    margin-bottom: 15px;
}
.product-text-col-content ul {
    padding-left: 47px;
    margin-bottom: 0;
}
.product-text-col-content ul li {
    margin-bottom: 15px;
}
.product-text-col-content ul li:last-child {
    margin-bottom: 0;
}
.product-text-col-content p {
    font-size: 16px;
    line-height: 29px;
    margin: 0;
    margin-bottom: 15px;
}
.product-text-col-content p:last-child {
    margin-bottom: 0;
}
.product-text-col-content b {
    font-weight: 700;
}
.product-wrapp .detail-equipment {
    border: none;
    max-width: 100%;
    margin-bottom: 166px;
}
.product-image {
    height: 450px;
}
.product-image .slick-track {
    position: absolute;
}
.product-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-width: 100%;
}
@media (max-width: 768px) {
    .product-image {
        height: 350px;
    }
    .product-head-info-download a {
        white-space: normal;
    }
    .product-page {
        padding-top: 40px;
    }
    .product-head {
        margin-bottom: 0;
    }
    .product-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-text .product-text-col:last-child {
        margin-bottom: 0;
    }
    .product-text-col {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 45px;
    }
    .product-text-col ul {
        padding-left: 20px;
    }
    .product-text-col ul li {
        margin-bottom: 5px;
    }
    .product-text-col ul li:before {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .product-text-col-content p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .product-wrapp .detail-equipment {
        margin-bottom: 90px;
    }
}



.product-text-col {
    max-width: 100%;
}

.solutions .top-text {
    margin-bottom: 39px;
}

.about_us.box-w .description {
    width: 100%;
    max-width: 100%;
    font-weight: normal;
    color: #58595b;
    padding-bottom: 70px;
}

.company-wrap {
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}

.company-wrap .company-text {
    width: 100%;
    max-width: 648px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}


.company-wrap .company-logo {
    background: center center no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 676px;
    height: 448px;
}

.company-text-title {
    font-style: italic;
    font-weight: bold;
    font-size: 35px;
    color: #75B445;
}

.about-footer-container {

    font-weight: bold;
}


.about-footer-container p {
    font-size: 22px;
    font-weight: bold;

}
.about-footer-container p > span {
    color: #75B445;
    font-size: 22px;

}


/* line */
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
    color: #000;
    text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
    margin-bottom: 20px;
    list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 40px;
    width: 125px;
    height: 125px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
    margin-bottom: 10px;
    padding: 0;
    vertical-align: top;
    line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
    color: #4c7da6;
    font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
    color: #3f3f3f;
    font-size: 13px;
    line-height: 16px;
}

@media (max-width: 639px) {
    .bx-touch .bx_catalog_line .bx_catalog_line_img {
        margin-right: 10px;
        width: 50px;
        height: 50px;
    }

    .bx-touch .bx_catalog_line .bx_catalog_line_title {
        margin-bottom: 5px;
        line-height: 14px;
    }

    .bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

    .bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
    color: #000;
    text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
    float: left;
    margin: 0 10px 10px;
    list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
    margin: 0;
    padding: 0;
    vertical-align: top;
    font-size: 14px;
    line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    color: #4c7da6;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
    .bx-touch .bx_catalog_text .bx_catalog_line_title {
        margin-bottom: 5px;
        line-height: 12px;
    }

    .bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
    color: #000;
    text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
    box-sizing: border-box;
    margin-bottom: 20px;
    width: 12.5%;
    list-style: none;
    text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_catalog_tile .bx_catalog_tile_img {
    position: relative;
    display: block;
    overflow: hidden;
    width: 78px;
    height: 78px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0;
    vertical-align: top;
    line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
    color: #4c7da6;
    font-size: 14px;
}

span.bx_catalog_tile_title {
    display: block;
}

a:hover span.bx_catalog_tile_title {
    color: #7abc39;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

.catalog-page.box-w {
    padding: unset;
}
.catalog-page .bx_catalog_tile ul li {
    padding: 0 !important;
    margin-bottom: 60px;
}
.catalog-page .bx_catalog_tile ul li:after,
.catalog-page .bx_catalog_tile ul li:before {
    display: none !important;
}

.catalog-page .bx_catalog_tile_ul a {
    text-decoration: none;
    color: #58595b;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: left;
}

.bx_catalog_tile_title {
    text-align: left;
    padding-top: 10px;
    font-family: "Proxima Nova";
    font-size: 20px;
    font-weight: bold;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}

/*2*/
@media (max-width: 980px) {
    .bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

    .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

    .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
    .bx-touch .bx_catalog_tile .bx_catalog_tile_title {
        margin-bottom: 5px;
        line-height: 1;
    }

    .bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 639px) {
    .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

    .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

    .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

    .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }


}

/*4*/
@media (max-width: 479px) {
    .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

    .bx-touch .bx_catalog_tile .bx_catalog_tile_img {
        width: 100%;
        height: 80px;
    }

    .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

    .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

    .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

    .product-head-info, .product-head-info-text .h1 {
        margin-bottom: 0;
    }
    .product-page {
        padding-top: 0;
    }
    .product-head {
        margin-top: 0;
    }
    .product-image {
        margin-bottom: 0;
    }
    .product-head-info-download {
        margin: 10px 0 0;
        padding: 0;
    }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }

/* list */

.bx_sitemap { margin-bottom: 30px; }

.bx_sitemap .bx_sitemap_title {
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
    color: #000;
    text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
    padding: 0;
    line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
    display: inline-block;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    vertical-align: top;
    font-weight: normal;
    line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
    color: #4c7da6;
    white-space: nowrap;
    font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }

@media (max-width: 639px) {
    .bx-touch .bx_sitemap .bx_catalog_line_title {
        margin-bottom: 5px;
        line-height: 12px;
    }

    .bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }

.bx_catalog_tile .bx_catalog_tile_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bx_catalog_tile .bx_catalog_tile_ul li {
    width: 295px;
    height: 285px;
    min-width: 295px;
}


.news.solutions .bx_catalog_tile .bx_catalog_tile_ul li {
    /* width: 33%; */
    /* height: 390px; */
    height: auto;
    min-width: 295px;
    width: 100%;
    max-width: 100%;
}

.news.solutions .bx_catalog_tile .bx_catalog_tile_ul li .bx_catalog_tile_img {
    height: 390px;
}

.bx_catalog_tile .bx_catalog_tile_ul li .bx_catalog_tile_img {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #EEEDEB;
}

.top-text {
    margin: 30px 0;
}

@media all and (max-width: 968px) {

    /* .news.solutions .bx_catalog_tile .bx_catalog_tile_ul li { */
        /* width: 33%; */
        /* height: 290px; */
    /* } */
    .news.solutions .bx_catalog_tile .bx_catalog_tile_ul li .bx_catalog_tile_img {
        height: 290px;
    }
}

@media all and (max-width: 768px) {
    .catalog-page .section-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 90px;
        flex-direction: column-reverse;
        align-items: center;
    }

    .section-picture {
        margin-bottom: 30px;
    }

    .catalog-page .bx_catalog_tile .bx_catalog_tile_ul li {
        width: 100%;
        height: 355px;
        min-width: 295px;
    }


    .section-descr {
        max-width: 100%;
        width: 100%;
    }
}


.map iframe{
    width: 100%;
    height: 100%;
}


@media all and (max-width: 700px) {

    .news.solutions .bx_catalog_tile .bx_catalog_tile_ul li {
        width: 100%;
        /* height: 290px; */
    }
    .news.solutions .bx_catalog_tile .bx_catalog_tile_ul li .bx_catalog_tile_img {
        height: 290px;
    }

}

/* Основные стили для заголовка с подкаталогом */
/* header .catalog .flex:last-child ul .h3-title:has(+ .subcatalog)::after { */
header .catalog .flex:last-child ul .after {
    position: relative; /* Для позиционирования псевдоэлемента */
    cursor: pointer; /* Интерактивный вид */
    transition: all 0.3s ease; /* Плавные переходы */
    /* padding-right: 20px; Фиксированное расстояние для иконки */
    pointer-events: none;    
  }
  
  /* Unicode-шеврон (▼) */
  /* header .catalog .flex:last-child ul .h3-title:has(+ .subcatalog)::after { */
  header .catalog .flex:last-child ul .after {
    /* content: "▼"; */
    /* content: ''; */
    display: block;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: 7px 7px;
    z-index: 1;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgNiA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNiAzLjVMMC43NSA2LjUzMTA5TDAuNzUgMC40Njg5MTFMNiAzLjVaIiBmaWxsPSIjNzVCNDQ1Ii8+Cjwvc3ZnPgo=)
  }
  
  /* Состояние при наведении на заголовок */
  header .catalog .flex:last-child ul .h3-title:has(+ .subcatalog):hover,
  header .catalog .flex:last-child ul .h3-title:has(+ .subcatalog:hover) {
    color: #7abc39; /* Сохраняем цвет */
    background-color: white;
  }
  
  /* Fallback для браузеров без :has() */
  /* @supports not selector(:has(*)) {
    header .catalog .flex:last-child ul li:has(> .h3-title + .subcatalog) > .h3-title {
      position: relative;
      cursor: pointer;
      padding-right: 20px;
    }
    
    header .catalog .flex:last-child ul li:has(> .h3-title + .subcatalog) > .h3-title .after {
        position: absolute;
        right: 11px;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.3s ease;
        width: 17px;
        height: 17px;
        background-position: center;
        background-size: 7px 7px;
        background-repeat: no-repeat;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgNiA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNiAzLjVMMC43NSA2LjUzMTA5TDAuNzUgMC40Njg5MTFMNiAzLjVaIiBmaWxsPSIjNzVCNDQ1Ii8+Cjwvc3ZnPgo=)
    }
    
    header .catalog .flex:last-child ul li:has(> .h3-title + .subcatalog) > .h3-title:hover,
    header .catalog .flex:last-child ul li:has(> .h3-title + .subcatalog:hover) > .h3-title {
      color: inherit;
    }
    
    /* header .catalog .flex:last-child ul li:has(> .h3-title + .subcatalog) > .h3-title:hover::after,
    header .catalog .flex:last-child ul li:has(> .h3-title + .subcatalog:hover) > .h3-title::after {
      transform: translateY(-50%) rotateX(180deg);
    } */
  /* }  */

  .news__block.box-wrap {
    padding: 0 0 40px;
  }

  .news__block.box-wrap .title_wrap {
    max-width: 100%;
  }

  .catalog-page .section-content {
    margin-bottom: 40px;
  }

  .catalog-page .products-line .h2-title {
    padding: 40px 0;
  }

  .catalog-page .products-line {
    padding: 0px 0 20px;
  }
  .contact_page {padding-bottom: 0;}
  .contact_page .h1-title {
    position: relative;
    top: unset;
  }
  .contact_page-wrapper {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  @media screen and (max-width:767px) {
    .contact_page-wrapper {
        grid-template-columns: 100%;
    }
  }
  .contact_page .map {
    height: 100%;
    position: relative;
  }
  @media screen and (max-width:767px) {
    .contact_page .map {
        width: 100%;
        height: 300px;
    }
  }
  .contact_page .map:after {
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

  }
  .contact_page .address-info {
    float: unset;
    margin-top: unset;
  }
  header .header__top .menu li.menu-active:hover a {
    color: #58595b;
  }
  /* header .header__top .menu .burger-catalog:hover {
    color: white;
  } */
  @media screen and (max-width: 1170px) {
    header .header__top .menu .burger-catalog {
        top: unset;
    }
  }

  @media screen and (max-width: 1024px) {
    header .header__top .menu .burger-catalog {
        top: unset;
        left: unset;
        padding-left: unset;
    }
    .burger-catalog:after {content: unset;}
  }

  .bx_catalog_tile .bx_catalog_tile_ul {
    display: grid;
    grid-template-columns: repeat(4,minmax(calc((100% - 60px) / 4),295px));
    grid-column-gap: 20px;
    row-gap: 20px;
  }

  .solutions .bx_catalog_tile .bx_catalog_tile_ul {
    grid-template-columns: repeat(3,minmax(calc((100% - 40px) / 3),400px));
  }

  @media screen and (max-width: 1024px) {
    .bx_catalog_tile .bx_catalog_tile_ul {
        grid-template-columns: repeat(2,minmax(calc((100% - 20px) / 2),295px));
    }
  }

  @media screen and (max-width: 992px) {
    .solutions .bx_catalog_tile .bx_catalog_tile_ul {
        grid-template-columns: 100%;
    }
  }

  @media screen and (max-width: 767px) {
    .bx_catalog_tile .bx_catalog_tile_ul {
        grid-template-columns: minmax(calc((100% - 20px) / 2),295px);
        width: 100%;
        max-width: 295px;
        margin-right: auto;
        margin-left: auto;
    }
  }

  .bx_catalog_tile .bx_catalog_tile_ul li {
    width: 100%;
    min-width: unset;
    height: auto;
    margin-bottom: 0;
  }

  @media (max-width: 768px) {
    .catalog-page .bx_catalog_tile .bx_catalog_tile_ul li {
        width: 100%;
        height: unset;
        min-width: unset;
    }
}

  .bx_catalog_tile .bx_catalog_tile_ul li > :first-child > :first-child {
    position: relative;
    width: 100%;
    height: auto;
    background-size: cover;
  }
  .bx_catalog_tile .bx_catalog_tile_ul li > :first-child > :first-child:before {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
  }
  .news.solutions .bx_catalog_tile .bx_catalog_tile_ul li > :first-child > :first-child:before {content:unset;}
  .news.solutions .bx_catalog_tile .bx_catalog_tile_ul li > :first-child > :first-child {
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 15px 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .catalog-page .bx_catalog_tile ul {
    row-gap: 20px;
  }
  .catalog-page .bx_catalog_tile ul li {
    margin-bottom: 0;
  }

  .head-slider {
    flex:none;
    width: 100dvw;
  }

  header .catalog ul li .subcatalog-active {
    opacity: 1;
    visibility: visible;
  }
.header__top > .search-button{
    display: none;
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
    header .header__top .menu li:last-child {
        display: block;
    }
    .header__top > .search-button{
        display: block;
    }
    header .search-form {
        display: block;
    }
}
@media screen and (max-width: 650px) {
    .header .search-form {
        padding: 10px 0;
    }
    .header .search-form form.flex {
        flex-direction: column;
    }
}
footer .footer_bottom .copyright a{display:inline-flex;align-items:center;}
footer .footer_bottom .copyright{gap:50px}
@media(max-width:767px){
	footer .footer_bottom .copyright{flex-direction:column;align-items:center;gap:0;}
}