.pluginCookieConsentContent-wrapper {
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 17px;
    position: absolute;
    z-index: 111;

    button {
        background: red;
        color: #fff;
        margin-top: 12px
    }
}

#lightbox {
    position: fixed;
    top: 38px !important;

    .lb-caption {
        display: none !important
    }

    .lb-close {
        background: url(../img/close.svg) 100% 0 no-repeat !important;
        height: 41px !important;
        width: 41px !important
    }

    .lb-prev {
        left: 14px
    }

    .lb-next, .lb-prev {
        background: url(../img/left-arrow.svg) 100% 0 no-repeat !important;
        display: block !important;
        height: 35px !important;
        opacity: 1 !important;
        position: absolute;
        top: 50%;
        width: 35px !important
    }

    .lb-next {
        right: 14px;
        rotate: 180deg
    }
}

.bold {
    font-weight: 600;
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all .6s ease-out
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0)
}

.youtube-placeholder {
    background: #eee;
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center
}

.youtube-placeholder button {
    font-size: 16px;
    padding: 8px 16px
}

.backgroundColorLight {
    background: #efefef;
    margin-top: 0 !important;
    padding: 50px 0
}

.textmediaelement {
    margin-right: 0;
    position: relative;

    &.two-img {
        margin-bottom: 40px;

        .row {
            margin-left: 0;
            margin-right: 0
        }
    }

    &.main {
        .row {
            margin-left: 0;
            margin-right: 0
        }
    }

    .gallery-item {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    @media (min-width: 992px) {
        .gallery-item.left-img {
            bottom: 0;
            padding-left: 43px !important;
            padding-right: 0 !important;
            position: absolute;
            right: 0
        }
    }
}

.videoElement {
    display: grid;
    min-height: max-content;
    place-items: center;
    position: relative;
    @media (min-width: 1400px) {
        height: 1000px
    }

    @media (max-width: 767px) {
        .video-main-youtube {
            width: 100%
        }
    }

    #youtubeVideo {
        display: none;
        height: 100%;
        @media (min-width: 1400px) {
            height: 1000px !important
        }
        width: 100%;

        &.show {
            display: block
        }
    }

    .videoPlay {
        cursor: pointer;
        position: absolute;
        z-index: 11;
        @media (max-width: 992px) {
            width: 80px !important
        }
        width: 114px;

        &.hide {
            display: none
        }
    }

    .standpic {
        @media (min-width: 1400px) {
            position: absolute
        }
        max-height: 100%;
        object-fit: cover;

        &.hide {
            display: none
        }
    }
}

.iconElemnt {
    .width-68{
        width: 68%;
        margin-bottom: 90px;
    }
    .iconElemnt-box {
        background: #000;
        padding: 130px 0 23px;

        p {
            color: #fff
        }

        .pallet-furniture-highlight {
            margin-bottom: 40px
        }

        .icon-grid {
            display: grid;
            gap: 20px 80px;
            grid-template-columns:repeat(auto-fit, minmax(80px, 1fr));
            justify-items: start;
            padding: 20px 0;
            @media (max-width: 500px) {
                padding-bottom: 0 !important;
                padding-left: 28px !important;
                padding-right: 0 !important;
                padding-top: 20px !important
            }


            .img-2{
                width: 200px;
            }
            .img-3{
                width: 200px;
            }



        }

        @media (min-width: 992px) {

            .icon-grid {
                grid-template-columns:repeat(3, 1fr)
            }
        }

        .icon-grid img {
            display: flex;
            align-self: center;
            height: auto;
            margin-bottom: 50px;
            //max-width: 60px
        }
    }
}

.contactElement {
    margin-top: 100px;
    @media (max-width: 787px) {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .contact-box {
        @media (max-width: 992px) {
            height: max-content !important;
            padding-bottom: 80px !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
            padding-top: 80px !important
        }
        height: 776px;
        min-height: max-content;
        padding: 80px 50px;

        .contact-title {
            p {
                @media (min-width: 1200px) {
                    width: 67%
                }
            }
        }

        .items {
            @media (min-width: 1200px) {
                height: 100%
            }
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            @media (max-width: 1200px) {
                justify-content: normal !important
            }

            &.right {
                @media (max-width: 1200px) {
                    margin-top: 54px
                }
                @media (min-width: 1200px) {
                    align-items: end;
                    justify-content: center
                }
            }
        }

        .partner-box {
            align-items: end;
            display: flex;
            @media (max-width: 600px) {
                align-items: start;
                flex-direction: column;img {
                margin-bottom: 33px
            }

                .partner-text {
                    margin-left: 0 !important
                }
            }

            .partner-text {
                display: flex;
                flex-direction: column;
                margin-left: 40px
            }

            span {
                font-size: 26px;

                &:first-child {
                    font-family: Roboto Bold
                }

                &:nth-child(2), &:nth-child(3) {
                    font-family: Roboto Regular
                }
            }

            img {
                width: 200px
            }
        }

        #sendmessage {
            border: 1px solid green;
            color: green
        }

        #errormessage, #sendmessage {
            display: none;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 15px;
            margin-top: 31px;
            padding: 15px;
            text-align: center
        }

        #errormessage {
            border: 1px solid #d51130;
            color: #d51130
        }

        form {
            display: flex;
            flex-direction: column;

            .nav-link {
                color: #000;
                font-family: Roboto Regular;
                font-size: 20px;
                text-decoration: underline;
                text-underline-offset: 4px !important;
                user-select: none
            }

            .validation {
                background-color: #d51130;
                color: #fff;
                display: none;
                font-size: 13px;
                font-weight: 400;
                margin: 0;
                text-align: center
            }
        }

        label {
            margin: 10px 0 5px
        }

        input[type=email], input[type=text] {
            min-height: 65px
        }

        input[type=email], input[type=text], textarea {
            border: none;
            border-radius: 10px;
            font-family: Roboto;
            margin-bottom: 16px;
            padding: 10px;
            resize: vertical
        }

        textarea {
            height: 172px
        }

        button {
            background-color: red;
            border: none;
            border-radius: 10px;
            color: #fff;
            cursor: pointer;
            font-family: Roboto Bold;
            font-size: 28px;
            height: 65px;
            padding: 10px 25px
        }

        .checkbox-group input {
            margin-right: 8px
        }

        .nav-link, label {
            @media (max-width: 600px) {
                font-size: 16px !important
            }
        }

        input::placeholder, textarea::placeholder {
            color: #b2b2b2;
            font-size: 20px
        }

        input, textarea {
            @media (max-width: 600px) {
                font-size: 18px !important
            }
            color: #000;
            font-size: 20px
        }

        .checkbox-group {
            align-items: center;
            display: flex;
            margin-top: 15px
        }

        .checkbox-group input[type=checkbox] {
            appearance: none;
            -webkit-appearance: none;
            background: #fff;
            border-radius: 4px;
            cursor: pointer;
            margin-right: 40px;
            min-height: 40px;
            min-width: 40px;
            outline: none;
            position: relative;
            transition: all .2s ease;
            @media (max-width: 700px) {
                margin-right: 15px !important
            }
        }

        .checkbox-group input[type=checkbox]:checked {
            background-color: #e60000
        }

        .checkbox-group input[type=checkbox]:checked:after {
            color: #fff;
            content: "✔";
            font-size: 20px;
            left: 12px;
            position: absolute;
            top: 5px
        }

        .checkbox-group label {
            font-family: Roboto Regular;
            font-size: 20px;
            user-select: none
        }
    }
}

.carouselelement {
    &.customer-to-fan {
        margin: 60px 0 110px 0;

        .team-text {
            padding: 0 81px 0 0
        }

        .header-title {
            margin-bottom: 70px
        }

        .team-text {
            font-family: Roboto Regular;
            font-size: 35px
        }

        .swiper-button-next {
            right: 0 !important;
        }

        .swiper-button-prev {
            left: -10px !important;
        }
        .swiper-button-prev ,.swiper-button-next {
            background: #efefef;
            top:380px
        }

        .swiper-slide img {
            display: block;
            height: 90px;
            width: 108px
        }

        .swiper-slide {
            background: #fff;
            display: flex;
            flex-direction: column
        }

        .team-name-title {
            font-family: Roboto;
            margin-top: 56px
        }

        .image-box {
            display: flex;
            justify-content: end;
            //width: 50%;

            img {
                @media (min-width: 1400px) {
                    margin: 0 100px
                }
                @media (max-width: 1400px) {
                    margin: 0 110px
                }
            }
        }

        .text {
            display: flex;
            @media (max-width: 992px) {
                flex-direction: column
            }
        }

        .slide-item {
            .slide-b {
                display: flex
            }
        }
    }

    &.backgroundColorLight:not(.customer-to-fan) {
        background: #efefef;
        padding: 50px 0 70px 11%
    }

    .slider-box {
        position: relative;

        .swiper-button-next {
            right: 72px
        }

        .swiper-button-prev {
            left: -72px
        }


        .swiper-slide.h-600{
            display: flex;
            justify-content: flex-start;
        }
        @media (max-width: 1200px) {
            .swiper-wrapper:has(.swiper-slide.h-600.swiper-slide-active) {
                height: 400px;
            }
        }
        @media (max-width: 992px) {
            .swiper-wrapper:has(.swiper-slide.h-600.swiper-slide-active) {
                height: 500px;
            }
        }
        @media (max-width: 650px) {
            .swiper-wrapper:has(.swiper-slide.h-600.swiper-slide-active) {
                height: 650px;
            }
        }
    }

    .swiper-button-next, .swiper-button-prev {
        background: #fff;
        border-radius: 50%;
        height: 60px;
        width: 60px;

        &:after {
            color: #000;
            font-size: 32px
        }
    }

    .swiper {
        height: 100%;
        width: 100%
    }

    .swiper-slide {
        align-items: center;
        background: #444;
        display: flex;
        font-size: 18px;
        justify-content: center;
        text-align: center
    }

    .swiper-slide img {
        display: block;
        height: 100%;
        object-fit: cover;
        width: 100%
    }
}

.accordionElement {
    a {
        text-decoration: none
    }

    .panel-group {
        .accordion-bx {
            position: relative
        }

        .main-class {
            border-bottom: 3px solid #b4b4b4;
            padding-bottom: 30px;
            padding-top: 30px
        }

        .panel {
            border: none;
            margin-top: 0;
            padding: 12px 0 0;
            box-shadow: none;

            &:has(.panel-link[aria-expanded=true]) {
                background: #efefef;

                .body-text {
                    position: relative;

                    &:after {
                        bottom: 3px;
                        content: url(../img/minus.svg);
                        position: absolute;
                        right: -49px;
                        @media (min-width: 1200px) {
                            right: -27% !important
                        }
                    }
                }
            }

            .accordion-conteiner {
                padding-top: 30px;
                position: relative;

                .panel-heading {
                    .items {
                        padding-right: 0
                    }
                }

                &:after {
                    border-bottom: 3px solid #b4b4b4 !important;
                    padding-top: 40px;
                    position: relative;
                    width: 99%;
                    @media (min-width: 767px) {
                        left: 8px;
                    }

                    &:last-child {
                        border-bottom: none
                    }
                }

                &:last-child {
                    border-bottom: none
                }

                .toggle-text {
                    @media (min-width: 1200px) {
                        width: 56%
                    }
                    @media (min-width: 1200px) {
                        padding-left: 80px
                    }

                    .body-text {
                        font-family: Roboto Regular !important;
                        @media (min-width: 1600px) {
                            margin-top: 80px !important
                        }
                        @media (min-width: 1300px) {
                            padding-left: 0
                        }
                    }
                }
            }

            .accordion-items {
                @media (max-width: 992px) {
                    padding-left: 0 !important;
                    padding-right: 0 !important
                }
            }

            &:has(.panel-collapse.show) {
                &:after {
                    background: #efefef !important;
                    content: "";
                    display: inline-block;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    width: 100%;
                    z-index: -1
                }
            }

            .panel-link {
                display: inline-block;
                width: 92%
            }

            .body-text {
                position: relative;

                &:after {
                    bottom: -3px;
                    position: absolute;
                    right: -49px;
                    @media (min-width: 1200px) {
                        right: -27% !important
                    }
                }
            }

            .panel-title {
                color: #000;
                display: flex;
                font-family: Roboto Bold !important;
                font-size: 45px;
                padding: 0;
                text-align: left;
                @media (max-width: 767px) {
                    font-size: 25px
                }
            }

            .body-text {
                font-family: Roboto Medium;
                font-size: 25px;
                margin-top: 20px;
                text-align: left;
                @media (max-width: 767px) {
                    font-size: 20px !important;
                    margin-top: 25px
                }
                @media (max-width: 992px) {
                    width: 95%
                }
            }

            .accordion-toggel-link {
                &:after {
                    content: url(../Icons/plus.svg)
                }

                @media (max-width: 992px) {
                    bottom: 15px;
                    position: absolute;
                    right: 40px
                }
                @media (min-width: 993px) {
                    position: absolute;
                    right: 40px;
                    top: 50%
                }
            }

            .panel-collapse {
                &.show {
                    transition: all .6s ease-in-out
                }
            }

            .headingLink:after {
                all: unset
            }

            .headingLink[aria-expanded=true] {
                .accordion-toggel-link {
                    &:after {
                        content: url(../img/minus.svg)
                    }
                }
            }
        }
    }

    .panel-collapse {
        position: relative;

        .panel-body {
            border-top: none !important;
            @media (min-width: 992px) {
                float: right;
                padding-bottom: 0 !important;
                padding-left: 66px !important;
                padding-right: 0 !important;
                padding-top: 43px !important
            }
            @media (max-width: 992px) {
                padding-bottom: 0 !important;
                padding-left: 15px !important;
                padding-right: 15px !important;
                padding-top: 15px !important;
                width: 100% !important
            }
            width: 66%;

            p {
                font-family: Roboto;
                font-size: 25px !important;
                font-weight: 300
            }

            .accordion-content-text {
                margin-bottom: 70px;
                @media (min-width: 1300px) {
                    padding-left: 0 !important
                }
            }

            .gallery-item {
                margin: 0;
                padding-left: 0;
                padding-right: 0;

                &:first-child {
                    padding-right: 0
                }

                &:nth-child(2) {
                    padding-left: 0
                }
            }
        }
    }

    .main-image {
        .img-fluid {
            height: auto;
            width: 100%
        }
    }
}

.back-to-up {
    display: none;

    &.show {
        align-items: center;
        background: #fff;
        border: 1px solid #000;
        border-radius: 50%;
        bottom: 8px;
        display: flex !important;
        height: 35px;
        justify-content: center;
        position: fixed;
        right: 66px;
        width: 35px;
        z-index: 1111;

        img {
            filter: brightness(0) saturate(100%);
            rotate: 90deg;
            width: 22px
        }

        @media (max-width: 600px) {
            right: 25px !important
        }
    }
}

#fixedElements {
    @media (max-width: 992px) {
        display: none !important
    }
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0;
    top: 400px;
    z-index: 14;

    .fixedSocialIcon {
        align-items: center;
        display: flex;
        height: 55px;
        justify-content: center;
        padding: 10px;
        width: 55px;

        &.facebook, &.instagram {
            background: #000;

            img {
                height: 30px;
                width: 28px
            }
        }

        &.youTube {
            backGround: #606060;

            img {
                height: 21px;
                width: 30px
            }
        }

        &.contact, &.linkedIn {
            background: red;

            img {
                height: 24px;
                width: 25px
            }
        }

        &.contact {
            margin-top: 20px
        }
    }
}

footer {
    background: #000;
    margin-top: 6rem;
    padding: 140px 0 80px;
    @media (max-width: 787px) {
        padding-left: 15px !important
    }
    @media (max-width: 992px) {
        & span, p {
            padding: 0 !important
        }
    }
    @media (min-width: 768px) {
        .nav-link {
            padding-left: 0 !important
        }
    }

    .items {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .nav-link {
        padding-bottom: 10px !important;
        padding-top: 10px !important;

        &:focus, &:hover {
            background: transparent !important;
            text-decoration: underline !important;
            text-decoration-color: red !important;
            text-underline-offset: 7px !important
        }
    }

    .list-inline-item {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .list-inline {
        display: flex;
        flex-direction: column
    }

    .footerLogo {
        img {
            height: auto;
            margin-bottom: 26px;
            width: 144px
        }
    }

    .static-text {
        p {
            color: #fff;
            font-family: Roboto;
            font-size: 20px;
            @media (min-width: 992px) {
                margin-bottom: 0
            }
            padding: 10px 0
        }
    }

    .footerSocialIcons {
        display: flex;
        margin: 13px 0 0;
        @media (max-width: 992px) {
            margin-bottom: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            margin-top: 70px !important
        }

        .footerSocialIcon {
            align-items: end;
            display: flex;
            margin: 0 13px;

            &:first-child {
                margin-left: 0
            }
        }
    }

    .social-icons {
        height: auto;

        &.facebook {
            width: 16px !important
        }

        &.instagram, &.linkedIn, &.youTube {
            width: 31px !important
        }
    }

    #footerNavigation, #footerNavigation1, #mainNavigation {
        display: flex;
        flex-direction: column;

        a {
            color: #fff;
            font-size: 20px;
            text-decoration: none
        }
    }
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:first-of-type), #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:last-of-type), #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton, #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:not(:first-of-type) {
    background: red;
    border: 1px solid red;
    margin-bottom: 0;
    margin-top: 0;
    width: 33%
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-color: transparent !important;
    border-bottom: 1px solid red !important;
    color: red !important
}

#CookiebotWidget {
    circle {
        fill: red !important
    }
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
    background-color: red !important;
    border-color: red !important
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
    border-color: red !important
}

#CookiebotWidget .CookiebotWidget-consent-details button {
    color: red !important
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
    fill: red !important
}

ul {
    width: max-content
}