#description-tabs {
    & {
        background: #fff;
    }

    @media (min-width: 992px) {
        & {
            margin-top: 58px;
        }
    }

    .wrapper-px-45px {
        padding-left: 45px;
        padding-right: 45px;
    }

    .tab {
        display: none;
    }

    .tab.show {
        display: flex;
    }


    .tab .buttons {
        position: relative;
        z-index: 12;
    }


    ul {
        padding-left: 17px;
        /* color: #6d6d6d; */
        list-style-type: none;
        font-weight: 600;
        font-size: clamp(14px, calc(18 / 1920 * 100vw), 18px);
        margin-top: 26px;
    }

    li {
        position: relative;
        padding-left: 10px;
        line-height: 1.8;
    }

    li:before {
        width: 6px;
        height: 6px;
        background: var(--g-color-ligh-blue);
        content: "";
        left: -12px;

        position: absolute;
        border-radius: 50%;
        top: 10px;
    }

    @media (min-width: 992px) {
        li:before {
            width: 10px;
            height: 10px;
        }
    }

    .page-description-link {
        font-size: 20px;
        color: var(--g-color-ligh-blue);
        font-weight: 600;
        transition: color 0.3s ease-in-out;
    }

    .page-description-link:hover {
        color: var(--g-color-dark-blue-on-white);
    }

    .page-description-title {
        font-weight: 800;
        font-size: clamp(32px, calc(66 / 1920 * 100vw), 66px);
        color: var(--g-color-ligh-blue);
        line-height: 1.2;
        margin-bottom: .5rem;
    }

    .page-description-content {
        padding-bottom: 42px;
    }

    @media (min-width: 992px) {
        .page-description-content {
            padding-bottom: 10px;
        }
    }

    @media (max-width: 991px) {
        .px-nlg-45px {
            padding-left: 45px;
            padding-right: 45px;
        }
    }
}

#page-description-zako {
    position: relative;
    z-index: 9;
    padding-bottom: 70px;

    @media (min-width: 992px) {
        .bg-screw-description {
            & {
                position: absolute;
                width: 100%;
                height: 118px;
                z-index: -1;
            }

            &:before {
                content: "";
                position: absolute;
                top: -24px;
                left: 0;
                width: 100%;
                height: 100%;
                background-image: url("/_data/styly/img/svg/screw_bg.svg");
                background-repeat: no-repeat;
                background-position: right;
                background-position-x: calc(100% + 112px);
                z-index: -1;
            }
        }
    }

    .lower-part {
        display: flex;
        gap: 12px;
        flex-direction: column;
        margin-top: 26px;
    }

    @media (min-width: 576px) {
        .lower-part {
            flex-direction: row;

        }
    }
    @media (min-width: 992px) {
        .lower-part {
            gap: 15px 28px;
            margin-top: 0;
            padding-top: 30px;
            flex-wrap: wrap;
        }
    }

    .nav-links {
        padding: 8px 27px;
        border: 1px solid white;
        font-size: clamp(16px, calc(20 / 1920 * 100vw), 20px);
        pointer-events: all;
        transition: background .3s ease-in-out, color .3s ease-in-out;
        display: flex;
        gap: 10px;
        min-width: 212px;
        justify-content: center;
        width: 100%;
    }

    @media (min-width: 576px) {
        .nav-links {
            width: unset;
        }
    }
    @media (min-width: 992px) {
        .nav-links {
            padding: 11px 27px;
        }
    }


    .nav-links.light-blue-base {
        background: var(--g-color-ligh-blue);
        color: white;
        border: 1px solid var(--g-color-ligh-blue);
    }

    .nav-links.light-blue-base:hover {
        background: var(--g-color-dark-blue-on-white);;
        color: white;
    }

    .nav-links.dark-blue-base {
        background: var(--g-color-dark-blue-on-white);
        color: white;
        border: 1px solid var(--g-color-dark-blue-on-white);
    }

    .nav-links.dark-blue-base:hover {
        background: white;
        color: var(--g-color-dark-blue-on-white);
    }

}

@media (max-width: 991px) {
    #page-description-zako .nav-container {
        max-width: unset;
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width: 992px) and (max-width: 1300px) {
    #page-description-zako .nav-container {
        max-width: unset;
        padding-left: 22px;
        padding-right: 22px;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    #page-description-zako {
        .col-xl-left-modified {
            padding-left: 45px;
            padding-right: 30px;
        }

        .page-description-slider-dummy,
        .mainImage,
        .slick-list,
        .slick-track {
            height: 100%;
        }
    }
}

/*@media (min-width: 576px) and (max-width: 991px) {*/
/*    #page-description-zako .buttons-container {*/
/*        max-width: unset;*/
/*    }*/
/*}*/

@media (min-width: 992px) {
    #page-description-zako .col-xl-left-modified {
        flex: 0 0 calc(50% - 42px);
        max-width: calc(50% - 42px);
        min-height: 482px;
        padding-left: max(45px, calc(calc(100% - 1335px) / 2 - 18px));
    }

    #page-description-zako .col-xl-right-modified {
        flex: 0 0 calc(50% + 42px);
        max-width: calc(50% + 42px);
        padding: 0;
    }

}


#page-description-zako {

    .mainImage {
        max-height: min(50vw, 400px);
        overflow: hidden;
        background: var(--g-color-2);
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 0;
        cursor: grab;
    }

    @media(min-width: 992px){
        .mainImage {
            max-height: 684px;
        }
    }
    .mainImage:not(.slick-initialized) .slider-item:first-child,
    .gallerySlider:not(.slick-initialized) .galleryImage:first-child {
        visibility: hidden;
    }

    .mainImage:not(.slick-initialized) .slider-item:not(:first-child),
    .gallerySlider:not(.slick-initialized) .galleryImage:not(:first-child) {
        display: none !important;
    }

    @media (min-width: 992px) {
        .col-description-container {
            padding-top: 66px;
        }
    }

    .col-main-image {
        position: relative;
        bottom: 0;
        padding-left: 15px;
        width: 100%;
        left: 0;
        padding-right: 15px;
    }

    @media (min-width: 992px) {
        .col-main-image {
            position: absolute;
            bottom: -90px;
            padding-left: 54px;
            width: calc(100% - 54px);
            left: 0;
        }
    }
    @media (min-width: 1500px) {
        .col-main-image {
            padding-left: clamp(54px, calc(100 / 1920 * 100vw), 100px);
        }
    }

    .mainImage-wrapper {
        background: white;
    }

    .secondary-slider-arrows {
        width: 38px;
        background: grey;
        height: 100%;
        position: absolute;
        display: flex;
        justify-content: center;
        z-index: 999;
        top: 0;
        align-items: center;
        transition: background 0.3s ease-in-out;
    }

    @media (min-width: 992px) {
        .secondary-slider-arrows {
            width: 55px;
        }
    }

    .secondary-slider-arrows:hover {
        background: black;
    }

    .secondary-slider-arrows.slick-arrow-left {
        left: -35px;
    }

    .secondary-slider-arrows.slick-arrow-right {
        right: -35px;
    }

    @media (min-width: 992px) {
        .secondary-slider-arrows.slick-arrow-left {
            left: -54px;
        }

        .secondary-slider-arrows.slick-arrow-right {
            right: -54px;
        }
    }

    .secondary-slider-arrows .slick-next,
    .secondary-slider-arrows .slick-prev {
        height: unset;
        width: unset;
    }


    .galleryImage .lightGalleryItem {
        padding-left: 12px;
        position: relative;
        padding-right: 12px;
        background: #f5f5f5;
        transition: transform 0.3s ease-in-out, padding 0.3s ease-in-out;
        height: 110px;
        width: 100%;

    }

    .galleryImage .lightGalleryItem .img-wrapper {
        overflow: hidden;
        height: 100%;
    }

    .galleryImage .lightGalleryItem:hover .img-wrapper img {
        transform: scale(1.1);
    }


    .galleryImage img {
        height: 100%;
        transition: transform 0.3s ease-in-out;
    }

    @media (min-width: 992px) {
        .galleryImage .lightGalleryItem {
            height: 156px;
        }
    }

    .galleryImage .lightGalleryItem:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 1px;
        top: 20%;
        height: 60%;
        background: var(--g-color-dark-blue-on-dark);
    }

    .slick-track {
        background: #f5f5f5;
    }
}
