*,
*::before,
*::after {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

body {
    min-width: 320px;
    overflow: auto !important;
    padding-right: 0 !important;
    font-family: "Lato";
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #282728;
}

img {
    border: none;
    height: auto;
    width: 100%;
}

a {
    text-decoration: none;
    color: #282728;
    transition: all 150ms;
}

a:hover {
    color: #959595;
}

.clickable.search:hover {
    color: #959595;
    cursor: pointer;
}

button {
    border: none;
    padding: 0;
    font-family: "Lato";
    font-size: 13px;
    background-color: transparent;
    cursor: pointer;
}

.container {
    position: relative;
    margin: 0 auto;
    max-width: 1350px;
    padding: 0 15px;
}

.container_brick {
    margin: 75px auto;
    padding: 0 60px;
}

.brick_margin {
    margin-top: 75px;
    margin-bottom: 75px;
}

.overlay {
    position: relative;
    height: 100%;
    width: 100%;
}

.overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--overlay-value);
    pointer-events: none;
}

.cookies_banner {
    z-index: 99999;
    position: fixed;
    bottom: 0px;
    display: none;
    border-top: 1px solid #dddddd;
    min-height: 172px;
    width: 100%; 
    padding-bottom: 10px;
    color: #282728;
    background-color: rgba(255, 255, 255, 0.95);
    text-align: center;
    -webkit-box-shadow: 0px 10px 38px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 10px 38px 0px rgba(0,0,0,0.8);
    box-shadow: 0px 10px 38px 0px rgba(0,0,0,0.8);
}

.cookies_banner_header {
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 21px;
    color: #282728;
}

.cookies_banner_text {
    margin-bottom: 50px;
    font-size: 13px;
    color: #414143;
    text-align: center;
}

.wysiwyg_block {
    overflow: hidden;
}

/* ANNOUNCEMENT */
.announcement {
    position: fixed;
    z-index: 9999999;
    top: 0px;
    left: 0px;
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.announcement .container {
    position: relative;
    padding: 50px !important;
    line-height: 1.8;
    height: fit-content;
    margin-top: 10%
}

.announcement .close {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 20px;
    opacity: 1;
    cursor: pointer;
    transition: all 0.4s;
}

.announcement .close:hover {
    opacity: 0.6;
}

.announcement .container p:last-child {
    margin-bottom: 0;
}

/** HEADER **/
.header {
    z-index: 120;
    position: fixed;
    height: 70px;
    width: 100%;
    background-color: #000000;
    transition: all 0.3s ease;
}

.header .container {
    max-width: 1440px;
}

.navigation--active .header {
    background-color: #ffffff;
}

.navigation--active .header::after {
    position: relative;
    top: -1px;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: rgba(196, 196, 196, 0.3);
}

.navigation--helper .header {
    transition: background-color 125ms linear;
}

.header--dark {
    border-bottom: 1px solid rgba(196, 196, 196, 0.3);
    background-color: #ffffff !important;
}

.header--dark-padding {
    min-height: 70px;
}

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.navigation--active .header__container {
    justify-content: left;
}

.header__images {
    display: flex;
    align-items: center;
}

.header__image {
    height: 40px;
    width: 40px;
}

.header__image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.header__logo {
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(196, 196, 196, 0.3);
    height: 58px;
    overflow: hidden;
    padding: 0 15px 0 0;
}

.header__logo a {
    display: block;
    transition: all 150ms;
}

.header__logo a:hover {
    opacity: 0.6;
}

.navigation--active .modal__header .header__toggle img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.header__logo img {
    content: url(../img/logo_35_lecie_pl_biale.svg);
    width: 95px;
}

.header__logo--en img {
    content: url(../img/logo_35_lecie_en_biale.svg);
    width: 110px;
}

.navigation--active .header__logo img,
.header--dark .header__logo img {
    content: url(../img/logo_35_lecie_pl_czarne.svg);
}

.navigation--active .header__logo--en img,
.header--dark .header__logo--en img {
    content: url(../img/logo_35_lecie_en_czarne.svg);
}

.header__toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 24px;
    height: 20px;
    width: 20px;
    transition: all 150ms;
}

.header__toggle:hover {
    opacity: 0.6;
}

.header__toggle img {
    width: 15px;
}

.navigation--active .header__toggle,
.header--dark .header__toggle {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.header__toggle-close {
    display: none;
    width: 20px !important;
}

.header__toggle_search {
    margin: 0 25px 0 auto;
}

.header__nav {
    display: none;
}

.header__nav-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 12px;
    gap: 20px;
}

.header__nav-link {
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-family: "Myriad Pro";
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
}

.header__nav-link:hover {
    opacity: 0.6;
    color: #ffffff;
}

.header--dark .header__nav-link {
    color: #282728;
}

.header__actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.header__actions-link {
    position: relative;
    cursor: pointer;
    transition: opacity 150ms;
}

.header__actions-link:hover {
    opacity: 0.6;
}

.navigation--active .header__actions-link,
.header--dark .header__actions-link {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.header__actions-label {
    position: absolute;
    top: -6px;
    right: -6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    height: 12px;
    width: 12px;
    font-size: 8px;
    font-weight: bold;
    color: #282728;
    background-color: #76c214;
}

.header__search_input,
.header__search_box {
    position: absolute;
    right: 175px;
    width: 400px;
    padding: 16px;
}

.header__search_input {
    display: none;
    outline: none;
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: #28272880;
}

.header--dark .header__search_input {
    border: 1px solid #000000;
    color: #000000;
    background-color: transparent;
}

.header__search_box {
    top: 63px;
    display: none;
    border: 1px solid #e7e7e7;
    height: 440px;
    overflow-y: auto;
    background-color: #ffffff;
}

.header__search_show_all {
    position: absolute;
    top: 16px;
    right: 16px;
    display: block;
    text-transform: uppercase;
    font-family: "Myriad Pro";
    font-size: 10px;
    font-weight: bold;
}

.header__search_product {
    display: flex;
    margin-bottom: 30px;
    gap: 16px;
}

.header__search_group_title {
    margin: 25px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.header__search_group_title:first-child {
    margin-top: 0;
}

.header__search_product_name {
    margin-bottom: 8px;
    font-weight: bold;
}

.header__search_product_image {
    width: 65px;
}

.navigation--active .header__actions-label,
.header--dark .header__actions-label {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.header__actions_language {
    position: relative;
}

.header__actions_language_container {
    display: none;
}

.header__actions_language_container_inner {
    position: absolute;
    top: 39px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(196, 196, 196, 0.3);
    border-top: none;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    gap: 4px;
}

.header--dark .header__actions_language_container_inner {
    top: 37px;
    background-color: #ffffff;
}

.header__actions_language_container a {
    display: block;
}

#variant-show-all {
    cursor: pointer;
}

#variant-show-all:hover {
    text-decoration: underline;
}

label.error {
    color: red;
}

@media (min-width: 576px) {
    .header__actions {
        margin-right: 7px;
        gap: 28px;
    }
}

@media (min-width: 992px) {
    body {
        padding-right: 0 !important;
    }

    .header {
        border-bottom: 1px solid rgba(196, 196, 196, 0.3) !important;
        height: 58px;
        background-color: transparent !important;
    }

    .header--dark {
        background-color: #ffffff !important;
    }

    .header--dark-padding {
        min-height: 58px;
    }

    .navigation--active .header::after {
        display: none;
    }

    .header__logo {
        padding-left: 25px;
    }

    .header__toggle {
        -webkit-filter: invert(0) !important;
        filter: invert(0) !important;
    }

    .header--dark .header__toggle {
        -webkit-filter: invert(1) !important;
        filter: invert(1) !important;
    }

    .header__nav {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 16px;
    }

    .header__actions {
        margin-right: 45px;
    }

    .navigation--active .header__actions-link {
        -webkit-filter: invert(0);
        filter: invert(0);
    }

    .header--dark .header__actions-link {
         -webkit-filter: invert(1);
         filter: invert(1);
     }
}

@media (min-width: 1200px) {
    .header__nav-list {
        gap: 40px;
    }
}

/** MENU **/
#navigation {
    top: 70px;
    border-bottom: 1px solid rgba(196, 196, 196, 0.3);
    height: calc(100% - 70px);
    padding-right: 0 !important;
    background-color: #ffffff;
}

#navigation ul {
    margin: 0;
    padding: 0;
}

#search {
    top: 70px;
    padding-right: 0 !important;
}

#search .container {
    max-width: 1440px;
    padding: 0;
}

#navigation .modal-dialog,
#search .modal-dialog {
    width: 100%;
}

#navigation .modal-content {
    height: auto;
}

#search .modal-content {
    min-height: 100%;
    height: auto;
}

.search_length_error {
    display: none;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #cc0c0c;
}

.modal__header {
    display: none;
}

.navigation__container {
    margin-bottom: 35px;
}

.navigation__container hr {
    opacity: 1;
    border-bottom: 1px solid #dfdfdf;
    margin: 0;
}

.navigation__categories {
    list-style: none;
}

.navigation__category-item {
    border-bottom: 1px solid #dfdfdf;
}

.navigation__category-link {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 30px 0 30px 30px;
    font-size: 18px;
    color: #000000;
}

.navigation__category-link.collapsed {
    padding-left: 0;
}

.navigation__category-link::before {
    position: absolute;
    left: 0;
    content: "";
    height: 20px;
    width: 20px;
    background-image: url(../img/arrow-right-long.svg);
    background-size: cover;
    transition: all 0.125s;
}

.navigation__category-link.collapsed::before {
    margin-left: -40px;
}

.navigation__category-link:hover {
    opacity: 0.6;
    color: inherit;
}

.navigation__subcategories {
    position: relative;
    margin: 0 -15px !important;
    padding: 0 15px !important;
    list-style: none;
    background-position: top center;
    background-size: 100%;
}

.navigation__subcategories::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.navigation__subcategory-link {
    font-size: 18px;
}

.navigation__subcategory-link > a {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 30px 0 30px 30px;
    color: #ffffff;
}
.navigation__subcategory-link > a:hover {
    opacity: 0.6;
}

.navigation__subcategory-link > a.collapsed {
    padding-left: 0;
}

.navigation__subcategory-link > a::before {
    position: absolute;
    left: 0;
    content: "";
    filter: invert(1);
    height: 20px;
    width: 20px;
    background-image: url(../img/arrow-right-long.svg);
    background-size: cover;
    transition: all 0.125s;
}

.navigation__subcategory-link > a.collapsed::before {
    margin-left: -40px;
}

.navigation__services {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: lighter;
}

.navigation__services::after {
    content: "";
    display: block;
    height: 15px;
    width: 100%;
}

.navigation__services a {
    margin-bottom: 15px;
    width: 50%;
    color: #ffffff;
}

.navigation__services a:hover {
    opacity: 0.6;
}

.navigation__wrapper {
    height: 100%;
}

.navigation__wrapper::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    height: 100%;
    width: 33.333333333%;
    background-color: #ffffff;
}

.navigation__products {
    z-index: 1;
    position: relative;
    margin: 0 -15px !important;
    padding: 0 15px !important;
    list-style: none;
    background-color: #ffffff;
}

.navigation__additional-list {
    list-style: none;
}

.navigation__product-image {
    width: 60px;
}

.navigation__product-item {
    border-bottom: 1px solid #dfdfdf;
}

.navigation__product-link {
    display: flex;
    align-items: center;
    padding: 15px 0;
    color: #000000;
    gap: 20px;
}

.navigation__product-link:hover {
    opacity: 0.6;
    color: #000000;
}

.navigation__product-link p {
    margin: 0;
}

.navigation__product-details {
    font-size: 12px;
    line-height: 2;
    font-weight: bold;
}

.navigation__product-details span {
    display: block;
    font-weight: normal;
    color: #777777;
}

.navigation__product-more a {
    display: flex;
    align-items: center;
    padding: 25px 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
}

.navigation__product-more a:hover {
    opacity: 0.6;
}

.navigation__product-more a::after {
    content: "";
    margin-left: 15px;
    height: 20px;
    width: 20px;
    background-image: url(../img/arrow-right-long.svg);
    background-size: cover;
}

.navigation__additional {
    margin-bottom: 55px;
    font-size: 14px;
    line-height: 1.3;
}

.navigation__additional-item {
    margin-bottom: 8px;
}

.navigation__additional-link {
    display: flex;
    align-items: center;
}

.navigation__additional-link span {
    border-radius: 16px;
    margin-left: 8px;
    padding: 0 8px;
    text-transform: uppercase;
    font-size: 8px;
    line-height: 14px;
    font-weight: bold;
    color: #ffffff;
    background-color: #76c214;
}

.navigation__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 35px;
    font-size: 10px;
    gap: 0 25px;
}

.navigation__actions-link {
    display: flex;
    align-items: center;
    min-width: 90px;
    padding: 10px 0;
    color: #000000;
    gap: 10px;
}

.navigation__actions-link:hover {
    opacity: 0.6;
    color: #000000;
}

.navigation__actions-link p {
    margin: 0;
}

.navigation__actions-details {
    line-height: 1.4;
}

.navigation__actions-details span {
    display: block;
    color: #777777;
}

.navigation__actions-photo {
    position: relative;
    border-radius: 100%;
    height: 32px;
    width: 32px;
    background-color: #c4c4c4;
}

.navigation__actions-photo img {
    border-radius: 100%;
}

.navigation__actions-label {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 100%;
    height: 8px;
    width: 8px;
    background-color: #76c214;
}

.navigation__actions-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
}

.navigation__actions-image img {
    filter: invert(1);
}

@media (min-width: 992px) {
    .modal__header {
        position: absolute;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 57px;
        pointer-events: auto;
    }

    .modal__header .header__logo {
        border-right: none;
        padding-left: 40px;
    }

    #navigation {
        top: 0;
        border-bottom: none;
        height: 100%;
        overflow: hidden;
        padding-right: 0 !important;
        background: none;
        pointer-events: none;
    }

    #navigation .modal-dialog {
        pointer-events: none;
    }

    #navigation .modal-content {
        height: 100%;
        background: none;
        pointer-events: none;
    }

    #navigation .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        max-width: 1440px;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
    }

    #search {
        top: 0;
    }

    #search .modal__header {
        width: 100%;
    }

    #search .modal__header .header__toggle {
        margin-right: 100px;
    }

    #search-data {
        margin-top: 58px;
        padding: 0 50px;
    }

    .navigation__container {
        margin: 0;
        width: 33.333333333%;
        padding: 100px 60px 35px;
        pointer-events: auto;
    }

    .navigation__category-link {
        margin: 30px 0;
        padding: 0 0 0 50px;
        font-size: 20px;
        line-height: 1.2;
        pointer-events: none;
    }

    .navigation__category-link::before {
        height: 26px;
        width: 26px;
    }

    .navigation__category-link.collapsed {
        pointer-events: auto;
    }

    .navigation__subcategories {
        position: absolute;
        top: 0;
        left: 33.333333333%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0 !important;
        height: 100% !important;
        width: 33.333333333%;
        padding: 100px 60px !important;
        background-size: cover;
        pointer-events: auto;
        transition: none !important;
    }

    .navigation__subcategory-link {
        font-size: 20px;
        line-height: 1.2;
    }

    .navigation__subcategory-link > a {
        margin: 30px 0;
        padding: 0 0 0 50px;
        pointer-events: none;
    }

    .navigation__category-link span,
    .navigation__subcategory-link > a span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .navigation__subcategory-link > a.collapsed {
        pointer-events: auto;
    }

    .navigation__subcategory-link > a::before {
        height: 26px;
        width: 26px;
    }

    .navigation__products {
        position: absolute;
        top: 0;
        left: 100%;
        border-bottom: 1px solid #dee2e6;
        border-left: 1px solid #dee2e6;
        margin: 0 !important;
        height: 100% !important;
        width: 100%;
        overflow-y: auto;
        padding: 100px 60px 60px !important;
        pointer-events: auto;
        transition: none !important;
    }

    .navigation__product-link {
        margin: 15px 0;
        padding: 0;
    }

    .navigation__product-more a {
        margin-top: 25px;
        padding: 0;
    }

    .navigation__additional {
        margin: 0;
        height: 100%;
        width: 33.333333333%;
        padding-bottom: 60px;
        padding-left: 60px;
        pointer-events: auto;
    }

    .navigation__actions {
        position: absolute;
        bottom: 5vh;
        margin: 0;
        width: 33.333333333%;
        padding-left: 60px;
        pointer-events: auto;
    }
}

@media (min-width: 1300px) {
    .navigation__category-link,
    .navigation__subcategory-link {
        font-size: 24px;
    }
}

@media (min-width: 1460px) {
    .navigation__wrapper::before {
        border-left: 1px solid #dee2e6;
    }

    .navigation__products {
        border-right: 1px solid #dee2e6;
    }
}

section {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 1440px;
    overflow: hidden;
}

section.padding {
    padding: 0 30px;
}

@media screen and (max-width: 600px) {
    section.padding {
        padding: 0 15px;
    }

    .container {
        padding: 0 15px;
    }
}

.arrow_left {
    transform: rotate(90deg);
}

.arrow_right {
    transform: rotate(-90deg);
}

.close_dark {
    filter: invert(1);
}

/* AREA BLOCKS */
.wysiwyg_block *,
.text_block * {
    line-height: normal;
}

.text_block {
    margin: 65px 0;
    max-width: 49%;
}

.text_block strong {
    font-family: "Lato";
}

.text_block--right {
    margin-left: 50%;
}

.text_block--center {
    display: flex;
    justify-content: center;
    max-width: none;
    text-align: center;
}

.text_block--center .text_block_container{
    max-width: 950px;
}

.two_photos_block {
    display: flex;
    gap: 2px;
}

.two_photos_block__photo {
    width: 50%;
}

.photo_small_block {
    display: flex;
    margin-bottom: 30px;
}

.photo_small_block__photo {
    width: 50%;
}

.photo_small_block__photo img {
    margin-bottom: 30px;
}

.photo_small_block__photo--small {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.photo_small_block__photo--small img,
.photo_small_block__photo--small .photo_small_block__description {
    height: auto;
    max-width: 335px;
}

.photo_small_block__description {
    margin-bottom: 30px;
    width: 100%;
    font-size: 12px;
}

.photo_small_block__description strong {
    font-family: "Lato";
}

.slider_full_width {
    max-height: 100vh;
}

.slider_full_width_block__item {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    cursor: url(../img/arrow-right-circle.svg), pointer;
}

.slider_full_width_block__item::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 50%;
    cursor: url(../img/arrow-left-circle.svg), pointer;
}

.slider_full_width_block__item--no_arrows,
.slider_full_width_block__item--no_arrows::before {
    cursor: auto;
}

.slider_full_width_block__buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    cursor: pointer;
}

.slider_full_width_block__item img,
.slider_full_width_block__item video {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.carousel-item--top img {
    object-position: top;
}

.carousel-item--center img {
    object-position: center;
}

.carousel-item--bottom img {
    object-position: bottom;
}

.link_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 65px;
    font-size: 12px;
}

.link_block__text {
    margin-bottom: 10px;
}

.separating_line_block {
    margin: 0 auto;
    height: 1px;
    max-width: 1440px;
    background-color: #dee2e6;
}

.narrow_banner_block {
    position: relative;
    height: 340px;
    width: 100%;
    overflow: hidden;
}

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

.narrow_banner_block__image img {
    z-index: -10;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.narrow_banner_block__text {
    padding-top: 60px;
    padding-bottom: 30px;
}

.slick-areabrick .slick-dots {
    position: static;
    margin-top: 20px;
}

.slick-areabrick .slick-dots li {
    margin: 0 12px !important;
}

.slick-areabrick .slick-dots li button:before {
    content: "" !important;
    height: 2px !important;
    width: 40px !important;
    background-color: #6c6c6c;
}

.slick-areabrick img { 
    margin: 0 20px;
    height: 640px; 
    width: auto;
}

@media screen and (max-width: 900px) {
    .photo_small_block {
        gap: 10px;
    }
}

@media screen and (max-width: 680px) {
    .photo_small_block,
    .two_photos_block {
        flex-wrap: wrap;
    }

    .photo_small_block__photo,
    .two_photos_block__photo {
        width: 100%;
    }

    .photo_small_block__photo--small img,
    .photo_small_block__photo--small .photo_small_block__description {
        max-width: 100%;
    }

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

.blocks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(100% / 3), 1fr));
    grid-gap: 0;
}

.block {
    border: 1px solid #e7e7e7;
    margin-top: -1px;
    margin-left: -1px;
    height: 460px;
    padding: 20px;
}

.column_block {
    position: relative;
}

.column_block p {
    line-height: normal;
}

.column_block-numbers {
    padding: 100px 42px;
}

.column_block-border {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
}

.column_block-border:last-child {
    border-right: 1px solid #e7e7e7;
}

.column_block_number {
    position: absolute;
    top: 42px;
    left: 42px;
    border: 2px solid #282728;
    border-radius: 50%;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 700;
}

.before_after_container {
    --before-after-position: 50%;
    position: relative;
    display: grid;
    border: 1px solid #e7e7e7;
    place-items: center;
}

.before_after_image_container {
    height: 640px;
    width: 1440px;
    aspect-ratio: 1/1;    
}

.before_after_image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
}

.before_image {
    position: absolute;
    width: var(--before-after-position);
    inset: 0;
}

.before_after_slider {
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    inset: 0;
}

.before_after_slider_line {
    z-index: 10;
    position: absolute;
    top: 0;
    left: var(--before-after-position);
    transform: translate(-50%);
    height: 100%;
    width: 2px;
    background-color: #e7e7e7;
    pointer-events: none;
}

.before_after_slider_button {
    z-index: 15;
    position: absolute;
    top: 50%;
    left: var(--before-after-position);
    transform: translate(-50%, -50%);
    display: grid;
    border-radius: 100vw;
    height: 40px;
    width: 40px;
    padding: 8px;
    background-color: #e7e7e7;
    pointer-events: none;
    place-items: center;
    box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}

.before_after_image_selection {
    z-index: 20;
    position: absolute;
    bottom: -44px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    gap: 16px;
}

.before_after_image_selection_thumbnail {
    border: 1px solid #e7e7e7;
    height: 88px;
    width: 88px;
    background-color: #ffffff;
    cursor: pointer;
}

.before_after_image_selection_thumbnail--active,  .before_after_image_selection_thumbnail:hover{
    border: 2px solid #2798d9;
}

.before_after_image_selection_thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* COMPONENTS */
.primary_button {
    display: inline-block;
    border: 2px solid #282728;
    border-radius: 5px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-family: "Myriad Pro";
    font-size: 12px;
    font-weight: bold;
    color: #282728;
    cursor: pointer;
    transition: all 0.125s;
}

.presto_button {
    height: 50px;
    width: 185px;
    padding: 0;
    text-align: center;
}

.presto_button img {
    width: 60%;
    height: auto;
    margin-top: 2px;
    max-width: none !important;
}

.primary_button--small {
    margin-bottom:10px; 
    padding: 10px; 
    line-height: 1;
}

.primary_button:hover {
    color: #ffffff;
    background-color: #282728;
}

.primary_button:hover img {
    filter: invert(1);
}

.primary_button--light {
    border: none;
    background-color: #ffffff;
}

.primary_button--light:hover {
    background-color: #2798d9;
}

.primary_button--small {
    padding: 10px 12px;
}

.primary_button_arrow--right {
    padding: 10px 20px 10px 30px;
}

.primary_button_arrow--right img {
    margin-left: 15px;
    width: 12px;
}

.link {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Myriad Pro";
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    color: #282728;
    cursor: pointer;
}

.link_arrow::after {
    position: absolute;
    right: -12px;
    content: url(../img/arrow-right-thin.svg);
    width: 6px;
}

.link_arrow--light::after {
    content: url(../img/arrow-right-thin-white.svg);
}

.link_arrow--down::after {
    transform: rotate(90deg);
}

.link--light {
    color: #ffffff;
}

.link_underline {
    border-bottom: 1px solid #282728;
}

.link_underline--light {
    border-bottom: 1px solid #ffffff;
}

.link--blue {
    border-bottom: 1px solid #2798d9;
    padding-bottom: 5px;
    color: #2798d9;
}

.link_arrow--blue::after {
    content: url(../img/arrow-right-thin-blue.svg);
}

.secondary_link {
    position: relative;
    padding-bottom: 3px;
    text-decoration: underline;
    text-transform: uppercase;
    font-family: "Myriad Pro";
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    color: #282728;
}

.secondary_link--light {
    color: #ffffff;
}

.image_overlay {
    position: relative;
    display: inline-block;
}

.image_overlay::after {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: inline-block;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.title {
    margin-bottom: 30px;
    font-size: 42px;
    line-height: 42px;
}

.subtitle {
    text-transform: uppercase;
    font-family: "Lato";
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.text {
    font-size: 12px;
}

.title--light,
.subtitle--light,
.text--light {
    color: #ffffff;
}

/* FOOTER */
.footer {
    line-height: 14px;
}

.footer strong {
    font-weight: 900;
}

.footer a {
    color: #868686;
}

.footer a:hover {
    opacity: 0.6;
}

.footer__logo {
    margin: 64px 0 48px;
}

.footer__logo img {
    width: 60px;
}

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

.footer__company {
    margin-bottom: 30px;
}

.footer__company h3 {
    margin-bottom: 22px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.footer__company-info {
    display: flex;
    margin-bottom: 19px;
    line-height: 16px;
    color: #6c6c6c;
}

.footer__company-info p {
    margin: 0 0 6px;
}

.footer__company-info strong {
    margin-right: 15px;
    color: #282728;
}

.footer__company-button {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #282728;
    padding-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: "Myriad Pro";
    font-size: 10px;
    line-height: 24px;
    font-weight: bold;
    color: #282728 !important;
}

.footer__company-button::after {
    position: absolute;
    top: 6px;
    right: -18px;
    content: "";
    display: block;
    height: 8px;
    width: 10px;
    background-image: url(../img/arrow-right-thin.svg);
    background-size: contain;
}

.footer__address {
    margin-right: 50px;
}

.footer__newsletter {
    margin-bottom: 30px;
    width: 100%;
}

.footer__newsletter-wrapper {
    position: relative;
    margin-bottom: 10px;
}

.footer__newsletter-input,
.footer__newsletter-button {
    border: 2px solid #282728;
    height: 38px;
    letter-spacing: 0.5px;
    font-family: "Myriad Pro";
    font-size: 10px;
    line-height: 36px;
    font-weight: bold;
}

.footer__newsletter-input {
    outline: none !important;
    width: 100%;
    padding: 1px 100px 0 20px;
}

.footer__newsletter-button {
    position: absolute;
    right: 0;
    width: 80px;
    text-transform: uppercase;
    color: #282728;
    background-color: #ffffff;
    transition: all 150ms;
}

.footer__newsletter-button:hover {
    color: #ffffff;
    background-color: #282728;
}

.footer__newsletter-agreement {
    position: relative;
    margin-top: 25px;
    padding-left: 25px;
    font-size: 10px;
    line-height: 14px;
    color: #6c6c6c;
}

.footer__newsletter-checkbox {
    z-index: 20;
    position: absolute;
    left: 0;
    opacity: 0;
    height: 16px;
    width: 16px;
}

.footer__newsletter-checkbox:checked + .footer__newsletter-custom:after {
    opacity: 1;
}

.footer__newsletter-custom {
    position: absolute;
    left: 0;
    display: block;
    border: 2px solid #282728;
    height: 16px;
    width: 16px;
}

.footer__newsletter-custom::after {
    position: absolute;
    top: 3px;
    left: 2px;
    content: "";
    opacity: 0;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: 2px solid #282728;
    border-left: 2px solid #282728;
    height: 4px;
    width: 8px;
}

.footer__newsletter-label {
    position: relative;
    top: -2px;
}

.footer__newsletter-alert {
    font-weight: bold;
    background: none !important;
}

.footer__navigations {
    width: 100%;
}

.footer__menu {
    min-width: 220px;
}

.footer__menu-header {
    position: relative;
    border-top: 1px solid #e7e7e7;
    margin: 0 -15px;
    padding: 20px 15px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.footer__menu-header::after {
    position: absolute;
    top: 23px;
    right: 15px;
    content: "";
    height: 12px;
    width: 12px;
    background-image: url("../img/plus.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
}

.footer__menu-header[aria-expanded="true"]::after {
    background-image: url("../img/minus.svg");
}

.footer__menu-list {
    margin: 0 0 30px;
    padding: 0;
}

.footer__menu-item {
    margin-bottom: 10px;
}

.footer__social {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e7e7e7;
    margin: 0 -15px;
    width: calc(100% + 30px);
    padding: 30px 15px;
}

.footer__social-nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    gap: 9px 18px;
}

.footer__social-info {
    margin-bottom: 25px;
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.footer__copyright {
    display: flex;
    flex-direction: column-reverse;
    border-top: 1px solid #e7e7e7;
    margin: 0 -15px;
    width: calc(100% + 30px);
    padding: 30px 15px;
    color: #868686;
}

.footer__copyright-info {
    margin-right: 18px;
    white-space: nowrap;
}

.footer__copyright-nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
    padding: 0;
}

.footer__copyright-item {
    margin-bottom: 15px;
    width: 50%;
}

.footer__underline {
    border-top: 1px solid #e7e7e7;
    padding: 25px 0;
}

.footer__language .dropdown-toggle {
    letter-spacing: 0.5px;
    font-family: "Myriad Pro";
    font-size: 10px;
    font-weight: bold;
}

.footer__language .dropdown-toggle::after {
    position: relative;
    top: 2px;
    left: 6px;
    border: 0;
    height: 6px;
    width: 10px;
    background-image: url("../img/arrow-down.svg");
    background-size: contain;
}

.footer__language-menu {
    border-radius: 0;
    min-width: auto;
    padding: 0;
    font-size: 12px;
}

.footer__language-menu .dropdown-item {
    padding: 0.5rem;
}

@media (min-width: 768px) {
    .footer__newsletter {
        margin-bottom: 60px;
    }

    .footer__navigations {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .footer__menu {
        margin-bottom: 20px;
        width: 25%;
    }

    .footer__menu-header {
        border-top: none;
        margin-bottom: 18px;
        padding: 0 15px;
        font-size: 13px;
        pointer-events: none;
    }

    .footer__menu-header::after {
        display: none;
    }

    .footer__menu .collapse:not(.show) {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .footer {
        padding-top: 64px;
    }

    .footer__logo {
        margin-bottom: 64px;
    }

    .footer__row {
        justify-content: left;
        margin-bottom: 30px;
    }

    .footer__details {
        width: 50%;
    }

    .footer__company {
        margin-bottom: 88px;
    }

    .footer__company h3 {
        margin-bottom: 17px;
        font-size: 10px;
        font-weight: 900;
    }

    .footer__newsletter {
        margin-bottom: 40px;
        width: 320px;
    }

    .footer__navigations {
        width: 50%;
    }

    .footer__menu {
        width: 33.333333333%;
    }

    .footer__menu-header {
        font-size: 10px;
        font-weight: 900;
    }

    .footer__social {
        border-top: none;
        margin: 0;
        width: 50%;
        padding: 0;
    }

    .footer__social-info {
        margin-right: 26px;
        margin-bottom: 0;
        width: auto;
        font-size: 10px;
        font-weight: 900;
    }

    .footer__copyright {
        flex-direction: unset;
        border-top: none;
        margin: 0;
        width: 50%;
        padding: 0;
    }

    .footer__copyright-nav {
        margin-bottom: 0;
        gap: 9px 18px;
    }

    .footer__copyright-item {
        margin-bottom: 0;
        width: auto;
    }

    .footer__underline {
        padding: 20px 0;
    }
}

/* SEARCH LIST */
.search__result_count {
    margin-bottom: 50px;
    font-size: 14px;
}

.search__input {
    outline: none;
    border: none;
    border-bottom: 2px solid #282728;
    margin-top: 65px;
    margin-bottom: 60px;
    width: 100%;
    padding-bottom: 15px;
    font-size: 42px;
}

.search__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.search__filters {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.search__filters div {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 15px;
}

.search__filters label span {
    font-weight: bold;
}

.search__group {
    margin-bottom: 50px;
}

.search__group_title {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.search__group_item {
    display: flex;
    align-items: center;
    border: 1px solid #e7e7e7;
    margin-bottom: 15px;
    width: 100%;
    padding: 16px;
    gap: 60px;
}

.search__group_item_image {
    min-width: 50px;
    width: 50px;
}

.search__group_item_name {
    margin-bottom: 15px;
    font-weight: bold;
}

.search__group_item_description {
    font-size: 12px;
}

.search__group_return {
    display: flex;
    justify-content: center;
}

/* HOMEPAGE banner */
.banner {
    position: relative;
    margin: 0 auto;
    height: 100vh;
    max-width: 100%;
}

.banner_content h1 {
    font-size: 48px;
}

.banner_container {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.banner_item {
    position: absolute;
    top: 0;
    left: 0;
    flex-shrink: 0;
    width: 100%;
}

.banner__image {
    max-height: 100vh;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.banner__image img, .banner__image video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner .container {
    z-index: 10;
}

.banner__text {
    position: absolute;
    bottom: 100px;
    left: 15px;
    color: #ffffff;
}

.banner__text_header {
    margin-bottom: 25px;
    letter-spacing: -0.04em;
    font-size: 66px;
    line-height: 75px;
    font-weight: 400;
}

.banner__text_description {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 28px;
}

.banner__text_description p {
    line-height: 28px;
}

.banner__text_parameters_name {
    margin-top: 80px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "Lato";
    font-size: 10px;
    line-height: 14px;
}

.banner__text_parameters_container {
    display: flex;
    gap: 50px;
}

.banner__text_parameters_column div {
    font-size: 12px;
}

.banner__buttons {
    display: flex;
    gap: 8px;
}
.banner__buttons .primary_button--small {
    padding: 10px 16px;
}

.banner__buttons .primary_button--small img {
    width: 8px;
}

@media screen and (max-width: 900px) {
    .banner__text {
        bottom: 30px;
    }
}

@media screen and (max-width: 780px) {
    .banner__text {
        bottom: 30px;
    }

    .banner__text_description {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 700px) {
    .banner__text_header {
        font-size: 42px;
        line-height: 42px;
    }

    .banner__text_description {
        font-size: 16px;
        line-height: 24px;
    }

    .banner__text_parameters_name {
        margin-top: 30px;
    }

    .banner__text_parameters_column {
        font-size: 10px;
    }
}

@media screen and (max-width: 550px) {
    .banner__text_parameters_container {
        gap: 25px;
    }
}

@media screen and (max-width: 450px) {
    .banner__text {
        left: 20px;
    }
}

@media screen and (max-width: 400px) {
    .banner__text_parameters_container {
        gap: 10px;
    }
}

/* MAIN BANNER SLIDER */
.banner_slide {
    max-height: 100vh;
    height: 100vh;
    width: 100%;
    background-color: gray;
}

.banner_slide_asset {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.banner_slide_asset_description {
    z-index: 10;
    position: absolute;
    top: 38%;
    left: 0;
    height: 50%;
    width: 100%;
    padding: 3px 100px;
    line-height: normal;
    color: #ffffff;
}

.banner_slide_asset_description div {
    max-height: 100%;
    height: 100%;
}

.banner_slide_asset img, .banner_slide_asset video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* HOMEPAGE CALL TO ACTION */
.call_to_action {
    padding-top: 128px !important;
}

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

.call_to_action__item {
    position: relative;
    width: 385px;
}

.call_to_action--second img {
    cursor: pointer;
    transition: transform 400ms ease;
}

.call_to_action--second:hover img {
    transform: scale(1.1);
}

.call_to_action--third {
    cursor: pointer;
}

.call_to_action--third img {
    transition: transform 400ms ease;
}

.call_to_action--third:hover img {
    transform: scale(1.1);
}

.call_to_action__item:last-child {
    padding-left: 120px;
}

.call_to_action__image_link {
    overflow: hidden;
}

.call_to_action__image_link:hover img {
    transform: scale(1.1);
}

.call_to_action__image_link img {
    transition: transform 400ms ease;
}

.call_to_action__subheader {
    margin-bottom: 30px;
}

.call_to_action__subheader p {
    max-width: 200px;
    line-height: 28px;
}

.call_to_action__subheader--home p {
    line-height: normal;
}

.call_to_action__header {
    margin-bottom: 75px;
    font-size: 42px;
    line-height: 42px;
}

.call_to_action__image {
    margin-top: 40px;
    max-width: 264px;
}

.call_to_action__item:first-child .link {
    margin-bottom: 100px;
}

.call_to_action__description {
    margin-bottom: 125px;
}

.call_to_action__description p {
    color: #6c6c6c;
}

.call_to_action__links .link {
    margin-right: 16px;
}

.call_to_action__image_description {
    margin: 30px 0;
    max-width: 195px;
    font-size: 12px;
}

.call_to_action_home .call_to_action__container {
    align-items: flex-start;
}

.call_to_action_home .title {
    margin-bottom: 75px;
}

.call_to_action_home .link_arrow {
    margin-bottom: 110px;
}

.call_to_action_home .call_to_action__description {
    margin-bottom: 25px;
}

.call_to_action_home .call_to_action__image {
    margin-top: 0;
}

.call_to_action_home .call_to_action__links .link {
    margin-bottom: 0;
}

@media screen and (max-width: 1160px) {
    .call_to_action__description {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 765px) {
    .call_to_action__container {
        flex-wrap: wrap;
    }

    .call_to_action__item {
        width: 100%;
    }

    .call_to_action__item img {
        max-width: 310px;
    }
}

@media screen and (max-width: 500px) {
    .call_to_action__header {
        font-size: 32px;
        line-height: 36px;
    }

    .call_to_action__subheader {
        font-size: 14px;
        line-height: 18px;
    }

    .call_to_action__description {
        font-size: 12px;
    }
}

.support_section_container {
    display: flex;
    height: 630px;
}

.support_section_left, .support_section_right {
    height: 100%;
    width: 50%;
}

.support_section_left img, .support_section_left video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.support_section_left--editmode image, .support_section_left--editmode video {
    height: 520px;
}

.support_section_right {
    padding-left: 35px;
}

.support_section_right p {
    line-height: normal;
}

.teams_section_container {
    height: 630px;
    width: 100%;
}

.team_section_asset {
    position: relative;
}

.team_section_asset img, .team_section_asset video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.team_section_asset--editmode img, .team_section_asset--editmode video, .team_section_asset--editmode .team_section_asset_description {
    height: 520px;
}

.team_section_asset_description {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 30px;
}

.team_section_asset_description p {
    line-height: normal;
}

.highlighted_products_container {
    height: 530px;
    width: 100%;
    overflow: hidden; /* Dodano overflow: hidden, aby ukryć bloki poza obszarem kontenera */
}

.highlighted_products_block {
    display: none; /* Ukryj wszystkie bloki */
    height: 100%;
    width: 100%;
}

.highlighted_products_block.active {
    display: flex; /* Pokaż tylko aktywny blok */
}

.highlighted_products_block_left, .highlighted_products_block_right {
    height: 100%;
    width: 50%;
    overflow: hidden; /* Dodano overflow: hidden, aby obrazy nie wychodziły poza obszar bloku */
}

.highlighted_products_block_left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.highlighted_products_block_menu {
    display: flex;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 10px;
    color: #6c6c6c;
    gap: 15px;
}

.block_menu_item {
    cursor: pointer;
}

.block_menu_item.active {
    font-weight: bold;
    color: #282728;
}

.highlighted_products_block_right {
    padding: 30px 60px;
}

.highlighted_products_block_right_container {
    display: flex;
    gap: 2%;
}

.highlighted_products_block_right_wysiwyg, .highlighted_products_block_right_image {
    width: 48%;
}

.highlighted_products_block_right_image {
    height: 470px;
    width: 100%;
}

.highlighted_products_block_right_image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.highlighted_products_block_right_wysiwyg p {
    line-height: normal;
}

/* HOMEPAGE SAMPLE PROJECT */
.sample_project__container {
    position: relative;
    display: flex;
    height: 540px;
}

.sample_project__photo,
.sample_project__products {
    height: 100%;
    width: 50%;
}

.sample_project__photo {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.sample_project__photo img {
    transition: transform 400ms ease;
}

.sample_project__photo:hover img {
    transform: scale(1.1);
}

.sample_project__section--upper {
    position: relative;
    display: flex;
}

.border-top,
.border-bottom {
    border: none !important;
}

.border-top::before,
.border-bottom::after {
    z-index: 5;
    position: absolute;
    left: 30px;
    content: "";
    height: 1px;
    width: calc(100% - 60px);
    background-color: #d2d2d2;
}

.border-bottom::after {
    bottom: 0;
}

.sample_project__item {
    position: relative;
    cursor: pointer;
}

.sample_project__item img {
    margin-bottom: 45px;
    max-height: 340px;
    width: auto;
    transition: transform 400ms ease;
}

.sample_project__item:hover img {
    transform: scale(1.1);
}

.sample_project__section--upper .sample_project__item {
    width: 365px;
    padding: 30px 0 30px 60px;
}

.sample_project__section--upper .sample_project__item:first-child {
    border-right: 1px solid #d2d2d2;
}

.reference_description {
    margin-top: auto;
    font-family: "Lato";
    font-weight: 700;
}

.reference_description__header {
    margin-bottom: 20px;
    font-size: 8px;
    color: #6c6c6c;
}

.reference_description__name {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
}

.reference_description__header--light,
.reference_description__name--light {
    color: #ffffff;
}

.sample_project__section--bottom {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 50%;
}

.sample_project__section--bottom img {
    margin-bottom: 0;
}

.sample_project__navigation {
    display: flex;
    align-items: center;
    padding: 75px 0 75px 50px;
    text-transform: uppercase;
}

.sample_project__navigation_new_tag {
    border: 1px solid #868686;
    margin-right: 35px;
    padding: 6px;
    font-family: "Myriad Pro";
    font-size: 8px;
    font-weight: bold;
    color: #868686;
}

.sample_project__navigation_item {
    margin-right: 10px;
    font-size: 10px;
}

.sample_project__navigation_item--active {
    border-bottom: 1px solid #282728;
    font-weight: bold;
}

.sample_project__section--bottom .sample_project__item {
    position: relative;
    width: 33%;
}

.sample_project__photo .reference_description,
.sample_project__section--bottom .reference_description,
.case_study__container .reference_description {
    position: absolute;
    bottom: 40px;
    left: 50px;
}

.sample_project__section--bottom .sample_project__item:last-child {
    display: flex;
    justify-content: flex-end;
}

.sample_project__section--bottom .sample_project__item:last-child img {
    max-width: 120px;
}

.case_study__container {
    position: relative;
    display: flex;
}

.case_study__item {
    position: relative;
    width: 25%;
    overflow: hidden;
    cursor: pointer;
}

.case_study__item:first-child {
    width: 50%;
}

.case_study__item img {
    transition: transform 400ms ease;
}

.case_study__item:hover img {
    transform:scale(1.1);
}

.case_study__center_image {
    position: absolute;
    top: 60px;
    left: 28px;
    height: 345px;
    width: auto;
}

/* SUPERFAMILY */
.call_to_action_superfamily {
    margin-top: 10px;
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}

.call_to_action__item:last-child {
    padding-left: 0 !important;
}

.call_to_action_superfamily .call_to_action__container {
    position: relative;
    align-items: normal;
}

.call_to_action_superfamily .call_to_action__header {
    margin-bottom: 30px;
}

.call_to_action_superfamily .call_to_action__subheader {
    margin-bottom: 130px;
}

.call_to_action_superfamily .call_to_action__description {
    margin-bottom: 125px;
    max-width: 305px;
    font-size: 12px;
    color: #282728;
}

.call_to_action_superfamily .call_to_action .primary_button--small {
    margin-left: 12px;
}

.call_to_action__reward_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 105px;
}

.call_to_action__item_image {
    position: absolute;
    bottom: 0;
    left: 55%;
    transform: translate(-50%, 0);
    max-height: 100%;
    height: 640px;
    width: 640px;
}

.call_to_action__item_image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/* SUPERFAMILY FAMILIES TABLE */
.families__header {
    padding-bottom: 65px;
}

.families__header_name {
    margin-bottom: 50px;
    padding-top: 65px;
    font-size: 42px;
    line-height: 42px;
}

.families__header_status {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 32px;
}

.families__header_navigation {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.families__header_tab {
    padding-bottom: 3px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 14px;
}

.families__header_tab--active {
    border-bottom: 2px solid #282728;
    font-family: "Lato";
    font-weight: bold;
}

.families__table_row:hover, .families__table_row:hover .families__table_row_content {
    background-color: #f8f8f8;
    cursor: pointer;
}

.families__table_row_content {
    position: relative;
    display: flex;
    width: 100%;
    padding: 50px 0;
}

.families__table_picture {
    margin-right: 50px;
    min-width: 200px;
    width: 200px;
    transition: transform 0.3s ease-in-out;
}

.families__table_picture:hover {
    transform: scale(1.4);
}

.families__table_name {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 32px;
}

.families__table_content {
    display: flex;
    flex-wrap: wrap;
    margin-right: 50px;
    font-size: 12px;
    gap: 20px;
}

.families__table_column {
    width: 150px;
}

.families__table_column div:first-child {
    margin-bottom: 10px;
    color: #868686;
}

.families__table .primary_button {
    margin-top: 60px;
    margin-right: 20px;
    margin-left: auto;
    height: 50px;
}

.show_more {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 65px;
    font-size: 12px;
}

.show_more__text {
    margin-bottom: 30px;
}

.realizations__description_name--large {
    text-transform: none;
    font-family: "Lato";
    font-size: 42px;
    line-height: 42px;
    font-weight: normal;
}

.realizations_slider .link {
    margin-top: 50px;
}

.realizations_slider {
    overflow: hidden;
    padding: 0 0 85px 60px;
}

.realizations_slider_family {
    padding-top: 120px;
}

.realizations_slider .title {
    margin-bottom: 90px;
    max-width: 450px;
}

.realizations_slider .subtitle {
    margin-bottom: 35px;
}

.realizations_slider__main {
    display: flex;
    align-items: center;
    gap: 75px;
}

.realizations_slider__item img {
    margin-bottom: 35px;
    width: 480px;
}

.realizations_slider__item--active img {
    width: 760px;
}

.realizations_slider__arrow img {
    width: 35px;
    cursor: pointer;
}

.smart_city__container {
    padding-top: 130px;
}

.smart_city__header div {
    margin: 120px 0;
    font-family: "Lato";
    font-size: 180px;
    line-height: 100px;
    font-weight: 300;
}

.smart_city__header div:nth-child(2n) {
    padding-left: 100px;
}

.smart_city__solutions {
    display: flex;
    border: 1px solid #e7e7e7;
    margin-bottom: 130px;
}

.smart_city__solutions_item {
    border-left: 1px solid #e7e7e7;
    width: 50%;
    padding: 60px;
}

.smart_city__solutions_item:first-child {
    border-left: none;
}

.smart_city__solutions_item .text {
    margin-top: 25px;
    margin-bottom: 90px;
    max-width: 280px;
}

.smart_city__solutions_name {
    margin-bottom: 125px;
    font-family: "Lato";
    font-size: 96px;
    line-height: 96px;
    font-weight: 300;
}

@media screen and (max-width: 1000px) {
    .smart_city__solutions_name {
        margin-bottom: 50px;
        font-size: 76px;
    }

    .smart_city__solutions_item .text {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 830px) {
    .smart_city__solutions_name {
        font-size: 55px;
    }

    .smart_city__solutions_item {
        padding: 20px;
    }
}

@media screen and (max-width: 670px) {
    .smart_city__solutions {
        flex-wrap: wrap;
        border: none;
    }

    .smart_city__solutions_item {
        border-top: 1px solid #e7e7e7;
        border-left: none;
        width: 100%;
        padding: 60px 20px;
    }

    .smart_city__solutions_item:last-child {
        border-bottom: 1px solid #e7e7e7;
    }

    .smart_city__solutions_name {
        font-size: 64px;
    }
}

@media screen and (max-width: 300px) {
    .smart_city__solutions_name {
        font-size: 42px;
    }
}

.cards__container {
    display: flex;
    justify-content: center;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.cards__card {
    border-right: 1px solid #e7e7e7;
    padding: 60px;
}

.cards__card:last-child {
    border: none;
}

.cards__card img {
    margin-bottom: 60px;
    width: 240px;
}

.cards__card_category, .news_listing_category {
    margin: 15px 0;
    font-family: "Lato";
    font-size: 8px;
    line-height: 12px;
    font-weight: bold;
    color: #868686;
}

.cards__card_name, .news_listing_name {
    margin-bottom: 15px;
    font-family: "Lato";
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.cards__title {
    margin-bottom: 35px;
    font-family: "Lato";
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.cards .product_list__product {
    height: auto;
    padding-bottom: 30px;
    cursor: auto;
}

.cards a.product_list__product {
    cursor: pointer;
}

.cards .product_list__image {
    margin-bottom: 60px;
    padding-top: 30px;
}

.cards .product_list__name {
    margin-bottom: 15px;
    font-family: "Lato";
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.cards .product_list__category {
    margin-bottom: 15px;
    font-family: "Lato";
    font-size: 8px;
    line-height: 12px;
    font-weight: bold;
    color: #868686;
}

.cards .product_list__text {
    margin-bottom: 25px;
    max-width: 200px;
    font-size: 12px;
}

.cards .product_list__link {
    position: absolute;
    bottom: 15px;
    cursor: pointer;
}

.cards .product_list__link:hover {
    color: #959595;
}

.cards_accessories .cards__title {
    margin-top: 65px;
}

.cards_accessories .product_list__text {
    margin-top: 25px;
    margin-bottom: 0;
}

.cards_family .product_list__image {
    align-items: flex-start;
    height: 285px;
}

.cards_family .product_list__image img {
    max-height: 285px;
}

.cards_family .product_list__product .link {
    position: absolute;
    bottom: 15px;
}

.similar_products .subtitle {
    margin-bottom: 65px;
}

.similar_products a:last-child {
    border-right: none;
}

.similar_products .product_list__product:hover .product_list__name,
.similar_products .product_list__product:hover .product_list__link {
    color: #959595;
    transition: all 150ms;
}

.product_list__codes {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product_list__codes .product_list__name {
    margin-bottom: 5px;
}

.product_list__codes .product_list__text {
    margin-top: 20px;
}

.product_list__codes img {
    height: 20px;
    width: 20px;
}

.product_popup_accessories_code img {
    height: 20px;
    width: 20px;
    padding: 1px;
}

section.download {
    margin-top: 130px;
    margin-bottom: 130px;
}

.download__container {
    display: flex;
}

.download__container_item {
    width: 50%;
}

.download__container_main_image {
    height: auto;
    width: 600px;
    padding: 150px;
}

.download__container_item .text {
    margin-bottom: 80px;
}

.download__container_item .primary_button {
    margin-bottom: 90px;
}

.download__table_category {
    border-top: 2px solid #282728;
}

.download__table_category:last-child {
    border-bottom: 2px solid #282728;
}

.download__table_category a:hover {
    color: #282728;
}

.download__table_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e7e7e7;
    padding: 16px 0;
    font-family: "Lato";
    font-size: 12px;
    cursor: pointer;
}

.download__table_row:first-child {
    border: none;
    padding: 24px 0;
    font-family: "Lato";
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.download__table_extension {
    text-transform: uppercase;
    font-family: "Myriad Pro";
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
}

.download__table_images {
    display: flex;
    align-items: center;
    gap: 10px;
}

.download__table_images img {
    width: 15px;
}

.download__table_link {
    font-size: 12px;
    font-weight: normal;
    color: #282728;
}

.download__table_row_button .submit_button {
    position: absolute;
    opacity: 0;
    height: 0px;
    width: 0px;
}

@media screen and (max-width: 800px) {
    .download__container {
        flex-wrap: wrap;
    }

    .download__container_item {
        width: 100%;
    }

    .download__container_main_image {
        height: auto;
        width: 100%;
        padding: 60px;
    }
}

.banner__container {
    position: relative;
}

.banner__container img {
    z-index: -1;
    position: absolute;
    height: 100%;
    width: auto;
}

.banner__text .text {
    margin-bottom: 30px;
}

.product_menu__main,
.product_menu__secondary {
    position: relative;
    display: flex;
    gap: 32px;
}

.scrollable_menu__container {
    display: flex;
    max-width: 1300px;
    overflow: hidden;
    gap: 32px;
}

.menu-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    cursor: pointer;
}

.menu-arrow-right {
    border-left: 1px solid #c4c4c4;
}

.menu-arrow-left {
    border-right: 1px solid #c4c4c4;
}

.menu-arrow img {
    margin-top: -3px;
    width: 16px;
}

.product_menu__item {
    position: relative;
    left: 0;
    padding: 21px 0;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: "Myriad Pro";
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    color: #868686;
}

.product_menu__item a {
    color: #868686;
    cursor: pointer;
}

.product_menu__item a:hover {
    color: #282728;
}

.product_menu__item--active a {
    color: #282728;
}

.product_menu__item--lcs a {
    color: #da241e;
}

section.filters, section.variants {
    overflow: visible;
}

.filters__container {
    display: grid;
    align-items: start;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 20px 0;
    gap: 25px;
}

.filters__filter {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: start;
    border-bottom: 1px solid black;
    width: 100%;
    padding-bottom: 27px;
    font-family: "Lato";
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.filter__name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-weight: bold;
}

.filter__dropdown_arrow img {
    margin-top: -3px;
}

.filter__row_input input {
    outline: none;
    border: none;
    margin: 1px 0;
    width: 100%;
}

.filter__row_input--first {
    border-bottom: 1px solid black !important;
    padding-bottom: 1px;
}

.rotate {
    transform: rotate(180deg);
}

.filter__list {
    z-index: 20;
    position: absolute;
    top: 36px;
    display: none;
    border: 1px solid #e7e7e7;
    max-height: 500px;
    width: 100%;
    overflow: auto;
    background-color: white;
    box-shadow: 0px 19px 23px -18px rgba(66, 68, 90, 1);
}

.filter__list div {
    padding: 15px 0;
    text-align: center;
}

.filter__list div:hover {
    color: white;
    background-color: #4e4e4e;
}

.filter__list .active {
    color: white;
    background-color: #303030;
}

.filter__active_counter {
    margin-right: 15px;
    margin-left: auto;
    min-width: 20px;
    font-size: 9px;
    color: #ffffff;
    background-color: #303030;
    text-align: center;
}

.filters__reset_button_container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.filters__reset_button {
    display: inline;
    border: 1px solid #282728;
    padding: 8px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #282728;
    cursor: pointer;
    transition: all 0.125s;
}

.filters__reset_button:hover {
    color: #ffffff;
    background-color: #282728;
}

.product_list__row {
    display: flex;
}

.product_list__row_block {
    margin-top: 1px;
    margin-left: 1px;
}

.product_list__row:first-child {
    padding-top: 1px;
}

.product_list_header {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.product_list__product {
    position: relative;
    display: block;
    border: 1px solid #c4c4c4;
    margin-top: -1px;
    margin-left: -1px;
    height: 520px;
    width: 25%;
    overflow: hidden;
    padding: 0 30px;
    cursor: pointer;
}

.product_list__product:hover .product_list__overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 60px 0;
    background: #282728;
    transition: all 0.7s;
}

.product_list__product--category .product_list__image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
}

.product_list__product--category:hover .product_list__image img {
    transform: scale(1.2);
}

.product_list__product--category .product_list__image img {
    max-height: none;
    height: auto;
    width: 100%;
    transition: transform 400ms ease;
}

.product_list__overlay_status {
    margin-bottom: 60px;
    text-transform: uppercase;
    font-family: "Myriad Pro";
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    color: #ffffff;
}

.product_list__overlay_parameters {
    width: 240px;
}

.product_list__overlay_parameters div {
    opacity: 1;
    border-bottom: 1px solid #ffffff;
    padding: 15px 0;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    text-align: center;
}

.product_list__overlay_comparison_button {
    z-index: 100;
    opacity: 1;
    margin-top: 60px;
    color: #ffffff;
    text-align: center;
}

.product_list__overlay_comparison_button:hover {
    color: #a7a7a7;
}

.family_comparison_banner {
    z-index: 100;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-400px);
    border: 1px solid #282728;
    border-bottom: none;
    min-width: 800px;
    padding: 10px;
    background-color: #ffffff;
}

.family_comparison_banner_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.family_comparison_banner h5 {
    margin-bottom: 0;
    font-weight: bold;
}

.family_comparison_banner_list {
    display: flex;
    font-size: 13px;
    font-weight: bold;
    gap: 50px;
}

.family_comparison_banner_button {
    border: 1px solid #adadad;
    border-radius: 5px;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #adadad;
}

.family_comparison_banner_button--active {
    border: 1px solid #282728;
    color: #282728;
    cursor: pointer;
}

.family_comparison_banner_button--active:hover {
    color: #ffffff;
    background-color: #282728;
}

.family_comparison_banner_close_button {
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.family_comparison_banner_close_button img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.delete_icon {
    margin-right: 5px;
    font-size: 14px;
    color: red;
    cursor: pointer;
}

.product_list__info {
    z-index: 10;
    position: absolute;
    bottom: 60px;
    left: 0;
    padding: 0 30px;
}

.product_list__description {
    margin-top: 16px;
    font-size: 12px;
    color: #6c6c6c;
}

.product_list__category {
    margin-bottom: 14px;
    text-transform: uppercase;
    font-family: "Lato";
    font-size: 8px;
    line-height: 12px;
    font-weight: bold;
    color: #868686;
}

.product_list__name {
    margin-bottom: 14px;
    text-transform: uppercase;
    font-family: "Lato";
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #282728;
}

.product_list__version {
    padding-left: 3px;
    font-size: 12px;
}

.product_list__product--light .product_list__name {
    color: #ffffff;
}

.product_list__link {
    text-transform: uppercase;
    font-family: "Myriad Pro";
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    color: #282728;
}

.product_list__link:hover {
    color: #ffffff;
}

.product_list__image {
    display: flex;
    justify-content: center;
    width: 100%;
}

.product_list__image img {
    max-height: 375px;
    max-width: 100%;
    width: auto;
}

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

.application_list_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1200px) {
    .product_list__product {
        height: 500px;
    }
}

@media screen and (max-width: 1000px) {
    .product_list__product {
        height: 400px;
    }
}

@media screen and (max-width: 900px) {
    .product_list__row {
        flex-wrap: wrap;
    }

    .product_list__product {
        height: 535px;
        width: 50%;
    }
}

@media screen and (max-width: 800px) {
    .filters__container {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 700px) {
    .product_list__product {
        height: 450px;
    }
}

@media screen and (max-width: 450px) {
    .filters__container {
        grid-template-columns: 1fr;
    }

    .product_list__product {
        height: 535px;
        width: 100%;
    }
}

/* FAMILY */
.family_header__container {
    display: flex;
    align-items: flex-start;
    margin-top: 80px;
    gap: 25px;
}

.family_header__left,
.family_header__right {
    width: 50%;
}

.family_header__left {
    position: relative;
    background-color: #f1f1f1;
    margin-bottom: 30px;
}

.family_header__slider {
    position: relative;
    width: 100%;
}

.family_header__slider .carousel-indicators {
    left: auto !important;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 360px;
}

.family_header__slider .carousel-indicators [data-bs-target] {
    background-color: #656564;
}

.family_header__slider .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23656564'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.family_header__slider .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23656564'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-item-spin {
    background-color: #ffffff;
}

.carousel-control-next, .carousel-control-prev {
    bottom: unset;
    top: 50%;
    height: 80%;
    transform: translateY(-50%);
}

.family_header__type_buttons {
    position: absolute;
    bottom: 100px;
    left: 100px;
    display: flex;
}

.family_header__type_button {
    padding: 14px 30px;
    text-transform: uppercase;
    font-family: "Myriad Pro";
    background-color: #f8f8f8;
}

.family_header__download_button {
    z-index: 10;
    position: absolute;
    bottom: 50px;
    left: 100px;
    display: flex;
    align-items: center;
    font-family: "Lato";
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    gap: 10px;
}

.family_header__download_button img {
    width: 15px;
}

.family_header__type_button--active {
    background-color: #ffffff;
}

.family_header__type_button:first-child {
    border-radius: 5px 0 0 5px;
}

.family_header__type_button:last-child {
    border-radius: 0 5px 5px 0;
}

.family_header__title {
    margin-bottom: 40px;
    font-size: 42px;
    line-height: 42px;
    text-align: center;
}

.family_header__version {
    font-size: 28px;
    font-weight: 400;
}

.family_header__right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.family_header__variants {
    margin-bottom: 125px;
    font-family: "Lato";
    font-size: 12px;
    font-weight: bold;
}

.family_header__contents {
    margin-bottom: 170px;
    text-transform: uppercase;
    font-family: "Lato";
    font-weight: bold;
    text-align: center;
}

.family_header__contents h2 {
    font-size: 12px;
    font-weight: bold;
}

.family_header__contents div {
    margin: 10px 0;
}

.family_header__contents div:first-child {
    margin-top: 0;
}

.family_header__buttons {
    display: flex;
    margin-bottom: 25px;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 600px;
}

.family_header__see_more {
    margin-bottom: 50px;
    font-size: 12px;
}

.family_header__see_more a {
    font-family: "Lato";
    font-weight: bold;
}

.family_description__container {
    display: flex;
    justify-content: space-between;
}

.family_description__left,
.family_description__right,
.family_description__item {
    width: 50%;
}

.family_description__left {
    padding: 65px 0;
}

.family_description__subheader,
.family_description__content {
    margin-bottom: 15px;
    font-size: 12px;
    color: #6c6c6c;
}

.family_description__content {
    max-width: 540px;
}

.family_description__content strong {
    color: #282728;
}

.family_description__header {
    margin-bottom: 15px;
    font-family: "Lato";
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.family_description__row {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e7e7e7;
    padding: 65px 0;
    gap: 10px;
}

.family_description__icons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.family_description__icons .icon {
    width: 45px;
}

.family_description__feature {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    color: #282728;
}

.specification__row {
    display: flex;
    gap: 25px;
}

.specification__section {
    width: 50%;
    padding-bottom: 60px;
    font-size: 12px;
}

.specification__attribute_header {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 30px;
    font-family: "Lato";
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.specification__attribute_header::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #282728;
}

.specification__attribute_name {
    margin-bottom: 6px;
    font-family: "Lato";
    font-weight: bold;
}

.specification__attribute_value {
    margin-bottom: 25px;
    color: #6c6c6c;
}

.specification__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.product_popup_dimensions .specification__content {
    justify-content: flex-start;
}

.specification__table {
    border-collapse: collapse;
    width: auto;
    text-align: center;
}

.specification__table thead tr {
    border-bottom: 1px solid #282728;
    padding-bottom: 20px;
}

.specification__table thead th {
    border-bottom: 1px solid #282728;
    padding: 0 25px 20px 25px;
    font-family: "Lato";
    font-weight: bold;
}

.specification__table td {
    border-bottom: 1px solid #e7e7e7;
    padding: 15px 30px;
    white-space: nowrap;
}

.specification__table_unit {
    white-space: nowrap;
}

.specification__image {
    max-width: 180px;
    min-width: 180px;
}

.specification__image_family {
    cursor: pointer;
}

.specification__image_popup {
    display: none;
    cursor: default;
}

.specification__image_popup_picture {
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
    width: 600px;
    background-color: #ffffff;
}

.specification__image_popup_picture img {
    max-height: 100vh;
    height: auto;
    width: 100%;
    object-fit: contain;
}

.specification_image_popup_overlay {
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.specification_image_popup_button {
    z-index: 9999;
    position: fixed;
    top: 10%;
    left: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
}

.variants .title {
    margin-top: 65px;
    margin-bottom: 50px;
}

.variants .filters__container {
    margin-bottom: 30px;
}

.variants__table {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
    table-layout: fixed;
}

.variants__table thead th {
    border-bottom: 1px solid #282728;
    padding: 0 15px 20px 15px;
    font-family: "Lato";
    font-weight: bold;
}

.variants__table td {
    border-bottom: 1px solid #e7e7e7;
    width: auto;
    padding: 15px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.variants__table input[type="text"] {
    border: 1px solid #c9c9c9;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 8px;
}

.variants__table tr td:first-child,
.variants__table tr th:first-child {
    padding-left: 0;
    text-align: left;
}

.variants__table .compare {
    width: 100px;
}

.variants__table .code {
    width: 150px;
    white-space: nowrap;
}

.hidden-row {
    display: none !important;
}

#compare-action {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    color: #d7d7d6;
}

#compare-action.active {
    color: #282728;
    cursor: pointer;
}

#compare-action.active:hover {
    color: #959595;
}

.family_description {
    padding: 65px 60px;
    font-size: 12px;
}

.secondary_download {
    margin-bottom: 65px;
    padding: 0 60px 65px 60px;
    font-size: 12px;
}

.secondary_download__container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 65px 25px;
    background-color: #f8f8f8;
}

.secondary_download__left,
.secondary_download__right {
    width: 50%;
}

.secondary_download__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.secondary_download__left img {
    margin-bottom: 30px;
    width: 80px;
}

.secondary_download__hint_title {
    margin-bottom: 15px;
    max-width: 75px;
    font-family: "Lato";
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.secondary_download__hint_text {
    max-width: 200px;
}

.secondary_download__header {
    position: relative;
    padding-bottom: 30px;
    font-family: "Lato";
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.secondary_download__header::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #282728;
}

.secondary_download__row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
    padding: 15px;
}

.secondary_download__files {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    max-width: 400px;
    font-family: "Lato";
    font-weight: bold;
    gap: 15px;
}

.secondary_download__right .primary_button {
    margin-top: 30px;
}

/* PRODUCT */
.product_header__container {
    display: flex;
    justify-content: space-between;
    margin: 65px 0;
    font-size: 12px;
}

.product_header__name {
    margin-bottom: 5px;
    font-family: "Lato";
    font-weight: bold;
}

.product_header__code {
    color: #6c6c6c;
}

.product_navigation,
.product_specification,
.lights {
    margin-bottom: 65px;
}

.product_navigation__container {
    display: flex;
    align-items: center;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0;
    gap: 30px;
}

.product_navigation__item {
    text-transform: uppercase;
    font-family: "Myriad Pro";
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
}

.product_navigation__link {
    margin-left: auto;
    font-size: 12px;
}

.product_specification__container,
.product_lights__container {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.product_specification__section,
.product_lights__section {
    width: 49%;
}

.product_specification__header,
.product_lights__header,
.product_gallery__header {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 30px;
    font-family: "Lato";
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.product_specification__header::after,
.product_lights__header::after,
.product_gallery__header::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #282728;
}

.product_specification__title {
    margin-bottom: 5px;
    font-family: "Lato";
    font-size: 12px;
    font-weight: bold;
}

.product_specification__value {
    margin-bottom: 25px;
    font-size: 12px;
    color: #6c6c6c;
}
.product_gallery__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 25px;
}

.product_gallery__item {
    width: 100;
}

/* PRODUCT POPUP */
td.clickable {
    cursor: pointer;
}

.product_popup {
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    border: 1px solid #ccc;
    height: 750px;
    max-width: 1380px;
    width: calc(100% - 60px);
    background-color: #fff;
}

.product_popup_overlay {
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.product_popup_container {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: auto;
}

.product_popup_container::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.product_popup_header {
    z-index: 10;
    position: fixed;
    display: flex;
    width: 100%;
}

.product_popup_breadcrumbs {
    display: flex;
    align-items: center;
    padding: 15px 30px;
    font-size: 12px;
    color: #6c6c6c;
    background-color: #d7d7d6;
    flex: 1;
    gap: 8px;
}

.product_popup_breadcrumbs span:last-child {
    color: #282728;
}

.product_popup_breadcrumbs img {
    height: 8px;
    width: 8px;
}

.product_popup_side_navigation {
    z-index: 100;
    position: fixed;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    text-align: end;
}

.product_popup_side_navigation__link {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 16px;
    color: #6c6c6c;
    cursor: pointer;
}

.product_popup_side_navigation__link:hover {
    color: #343434;
}

.product_popup_side_navigation__link--active {
    font-weight: 700;
    color: #282728;
}

.product_popup_navigation {
    display: flex;
    align-items: center;
    height: 48px;
    width: 144px;
    padding: 18px;
    background-color: #ffffff;
    gap: 32px;
}

.product_popup_navigation img {
    height: 20px;
    width: 34px;
    cursor: pointer;
}

.product_popup_navigation .arrow_left,
.product_popup_navigation .arrow_right {
    height: auto;
    width: 16px;
}

.product_popup_photo_container {
    position: relative;
    margin-top: 48px;
}

.product_popup_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product_popup_photo_sections {
    margin-left: calc(50% + 88px);
    width: 350px;
}

.product_popup_photo_sections .product_popup_section {
    min-height: 700px;
}

.product_popup_general__label {
    display: inline-block;
    border: 1px solid #6c6c6c;
    margin-bottom: 18px;
    padding: 2px 6px;
    text-transform: uppercase;
    font-family: "Myriad Pro";
    font-size: 10px;
    font-weight: 700;
}

.product_popup_general__familyname {
    margin-bottom: 16px;
    font-size: 42px;
    line-height: 50px;
}

.product_popup_general__name {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 30px;
}

.product_popup_general__highilighted_attributes {
    margin-bottom: 40px;
    font-weight: 700;
}

.product_popup_general__description {
    margin-bottom: 40px;
}

.product_popup_general__icons {
    width: 100%;
}

.product_popup_section_header {
    margin-bottom: 30px;
    font-size: 26px;
}

.product_popup_section_subheader {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.product_popup_features__feature {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    gap: 8px;
}

.product_popup_features__feature img {
    height: 30px;
    width: 30px;
}

.product_popup_features__feature_name {
    font-size: 12px;
    color: #6c6c6c;
}

.product_popup_technical__highlighted_parameters {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.product_popup_attribute {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
    gap: 8px;
}

.product_popup_technical_extended .product_popup_attribute {
    margin-bottom: 16px;
}

.product_popup_attribute_name {
    color: #6c6c6c;
}

.product_popup_technical_extended {
    min-height: 700px;
    padding: 80px 90px;
}

.product_popup_technical_extended__container {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 40px;
    max-width: 1000px;
    width: 1000px;
    padding-bottom: 40px;
}

.product_popup_description {
    max-width: 1000px;
    width: 1000px;
    color: #6c6c6c;
}

.product_popup_accessories, .product_popup_lighting, .product_popup_download, .product_popup_dimensions {
    padding: 80px 90px;
}

.product_popup_accessories_row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    min-height: 60px;
    max-width: 1000px;
    gap: 120px;
}

.product_popup_accessories_image {
    width: 15%;
}

.product_popup_accessories_code {
    width: 15%;
    display: flex;
    gap: 12px;
    align-items: center;
}

.product_popup_accessories_name {
    width: 70%;
}

.product_popup_lighting_row {
    display: flex;
    gap: 100px;
}

.product_popup_lighting_image {
    width: 400px;
}

.product_popup_download_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    padding: 8px 24px;
}

.product_popup_download_row:nth-child(even) {
    background-color: #f7f7f7;
}

.product_popup_download_row_name, .product_popup_download_row_data {
    display: flex;
    align-items: center;
    gap: 16px;
}

.product_popup_download_button {
    display: flex;
    border: 2px solid #282728;
    border-radius: 5px;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
    gap: 24px;
}

.product_popup_download_button img {
    height: 12px;
    width: 12px;
}

.presto_download_button {
    width: 188px;
    padding: 0;
    height: 36px;
    text-align: center;
    justify-content: center;
}

.presto_download_button img {
    width: 50% !important;
    height: auto !important;
}

#przetarg_button {
    min-width: 144px;
}

.download_button {
    position: relative;
    border-bottom: 1px solid black;
    padding-right: 20px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}

.download_button::after {
    position: absolute;
    right: 2px;
    content: '';
    height: 11px;
    width: 11px;
    background-image: url(../img/download-small.svg);
    background-size: cover;
}

/* NEWS */
.news_menu {
    margin: 60px auto;
    padding: 0 60px;
}

.news_menu_title {
    margin-bottom: 25px;
    letter-spacing: -1px;
    font-size: 26px;
}

.news_menu_container {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    max-width: 1440px;
    gap: 24px;
}

.news_menu_item {
    text-transform: uppercase;
    font-size: 10px;
    cursor: pointer;
}

.news_menu_item--active {
    border-bottom: 1px solid #282728;
    padding-bottom: 1px;
    font-weight: 800;
}

.news_filter_label {
    padding-bottom: 3px;
}

.news_menu_filter {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #282728;
    margin-left: auto;
    width: 300px;
    padding-bottom: 7px;
    font-size: 12px;
    font-weight: 800;
}

.news_menu_filter form {
    width: 100%;
}

.news_category_select_container {
    position: relative;
    width: 100%;
}

.news_category_select {
    outline: none;
    border: none;
    width: 100%;
    background-image: none;
    cursor: pointer;
    appearance: none;
}

.news_category_select option {
    border: 1px solid black;
    background-color: white;
}

.news_category_select_container img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    display: block;
    height: 12px;
    width: 12px;
}

.news_listing_container {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
}

.news_listing_item {
    display: block;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
    padding: 60px 60px 30px 60px;
    cursor: pointer;
    grid-column: span 1;
    grid-row: span 1;
}

.news_listing_item:hover .link {
    color: #959595;
}

.news_listing_item_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.news_listing_description {
    position: absolute;
    bottom: 45px;
    left: 60px;
    color: #ffffff;

}

.news_listing_description .news_listing_category, 
.news_listing_description .news_listing_name,
.news_listing_description .link {
    color: #ffffff;
}

.news_banner {
    margin-top: 60px;
    margin-bottom: 30px;
}

.news_banner_container {
    position: relative;
    width: 100%;
}

.news_banner_container .news_listing_description {
    max-width: 250px;
}

.news_banner_container .news_listing_category,
.news_banner_container .news_listing_name {
    text-transform: uppercase;
}

.news_tags {
    margin-bottom: 70px;
}

.news_tags_container {
    display: flex;
    gap: 8px;
}

.news_tags_container div {
    border: 1px solid #c9c9c9;
    padding: 6px;
    text-transform: uppercase;
    font-family: 'Myriad Pro';
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    color: #6c6c6c;
}

.news_gallery {
    margin-bottom: 70px;
}

.news_gallery_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    grid-gap: 1px;
    margin-top: 80px;
}

.news_gallery_item {
    grid-column: span 1;
    grid-row: span 1;
}

.news_gallery_item--large {
    grid-column: span 2;
    grid-row: span 2;
}

.news_gallery_item--horizontal {
    grid-column: span 1;
    grid-row: span 2;
}

.news_gallery_item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.news_download {
    margin-bottom: 70px;
}

.news_download .title {
    margin-bottom: 70px;
}

.news_download_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.news_download_item {
    display: flex;
    align-items: center;
    border: 1px solid #e7e7e7;
    margin-top: -1px;
    padding: 48px;
    gap: 50px;
}

.news_download_item__icon {
    width: 50px;
}

.news_download_item__name {
    margin-bottom: 20px;
    font-size: 18px;
}

.news_download_item__button {
    display: flex;
    align-items: center;
    border: 2px solid #282728;
    border-radius: 5px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    gap: 15px;
}

.news_download_item__button img {
    border-left: 1px solid #e7e7e7;
    width: 30px;
    padding-left: 15px;
}

.news_download_item__size {
    margin-left: 15px;
}

.news_download_item:nth-child(2n) {
    margin-left: -1px;
}

.news_others {
    margin-bottom: 70px;
}

.news_others .title {
    margin-bottom: 70px;
}

@media (min-width: 576px) {
    .news_listing_item {
        width: 50%;
    }

    .news_listing_item--medium {
        width: 100%;
    }
}

@media (min-width: 767px) {
    .news_listing_item {
        width: 33.33333%;
    }

    .news_listing_item--medium {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .news_listing_item {
        width: 25%;
    }

    .news_listing_item--medium {
        width: 50%;
    }
}

/* SERVICES */
.services_intro__container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
    gap: 100px;
}

.services_intro__left,
.services_intro__right {
    width: 50%;
}

.services_intro__left {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.services_intro__header {
    position: absolute;
    left: -140px;
    letter-spacing: -0.02em;
    font-family: "Lato";
    font-size: 280px;
    line-height: 200px;
    font-weight: 300;
}

.services_intro .title {
    max-width: 300px;
}

.services_intro .text {
    max-width: 420px;
}

.services_list {
    margin-bottom: 250px;
}

.services_list__container {
    display: flex;
    padding-top: 1px;
}

.services_list__item,
.services_list__item--large {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #e7e7e7;
    height: 500px;
    width: 33%;
    padding: 0 130px;
    cursor: pointer;
    text-align: center;
}

.services_list__item--large {
    width: 50%;
}

.services_list__item:hover {
    background-color: #e1e1e1;
}

.services_list__item--active,
.services_list__item--active:hover {
    background-color: #f4f4f3;
}

.services_list__item:last-child {
    border: none;
}

.services_list__item img,
.services_list__item--large img {
    margin: 40px 0;
    max-height: 90px;
    max-width: 90px;
}

.services_list__item .title,
.services_list__item--large .title {
    font-size: 32px;
    line-height: 36px;
}

.services_list__item .text,
.services_list__item--large .text {
    max-width: 220px;
}

.services_list__selected_service {
    display: none !important;
    margin-bottom: -1px;
    padding: 130px;
    background-color: #f4f4f3;
    gap: 75px;
}

.services_list__selected_service--active {
    display: flex !important;
    height: 600px;
}

.services_list__selected_service img {
    width: 300px;
}

.services_list__selected_service .text {
    margin-bottom: 40px;
    max-width: 565px;
}

.services_assitant {
    overflow: visible;
}

.services_assistant__container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e7e7e7;
}

.services_assistant__header {
    position: absolute;
    top: -24%;
    left: 10%;
    width: 100%;
    letter-spacing: -0.04em;
    font-family: "Lato";
    font-size: 220px;
    line-height: 200px;
    font-weight: 300;
}

.services_assistant__left,
.services_assistant__right {
    width: 50%;
}

.services_assistant__left {
    z-index: 10;
}

.services_assistant__right {
    padding: 130px;
}

.services_assistant__right .text {
    margin-bottom: 30px;
}

.modal.fade .modal-dialog {
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}

.todo {
    text-decoration: line-through;
}

.strong {
    font-weight: bold;
}

.sortable:hover {
    background-image: url("/bundles/robokatfrontend/img/arrow-down-thin.svg");
    background-position: 0 25%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.sort_asc {
    background-image: url("/bundles/robokatfrontend/img/arrow-down-thin.svg");
    background-position: 0 25%;
    background-repeat: no-repeat;
}

.sort_desc {
    background-image: url("/bundles/robokatfrontend/img/arrow-up-thin.svg");
    background-position: 0 25%;
    background-repeat: no-repeat;
}
.grayout {
    opacity: 0.6;
}

.realization_list_header {
    margin-top: 40px;
    margin-bottom: 60px;
}

.realization_list_header .subtitle {
    margin-bottom: 15px;
    text-transform: none;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.realization_menu .product_menu__main {
    border-top: 1px solid #e7e7e7;
}

.realization_menu .product_menu__main:nth-child(2) {
    border-bottom: 1px solid #e7e7e7;
}

.realization_menu__search {
    outline: none;
    border: none;
    border-bottom: 2px solid #282728;
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
    line-height: 28px;
}

.realization_list {
    overflow-x: auto;
}

.realization_list_container {
    display: flex;
    padding: 65px 1px;
}

.realization_teaser {
    position: relative;
    display: block;
    border: 1px solid #e7e7e7;
    margin-top: -1px;
    margin-left: -1px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 30px;
    padding-top: 0;
    cursor: pointer;
    scroll-snap-align: start;
}

.realization_teaser,
.realization_teaser__overlay {
    height: 360px;
    width: 220px;
}

.realization_teaser__overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.realization_teaser__overlay img {
    height: 100%;
    width: auto;
}

.realization_teaser__image {
    display: flex;
    justify-content: center;
    width: 100%;
}

.realization_teaser__image img {
    max-height: 280px;
    max-width: 100%;
    width: auto;
}

.realization_teaser__info {
    z-index: 10;
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 0 30px;
}

.realization_teaser__count {
    display: inline-block;
    border: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding: 8px;
    font-size: 12px;
    font-weight: bold;
    color: #868686;
}

.realization_teaser__name {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.realization_teaser:hover .realization_teaser__overlay {
    display: block;
}

.realization_teaser:hover .realization_teaser__count {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.realization_teaser:hover .realization_teaser__name {
    color: #ffffff;
}

.realization_list_column:nth-child(odd) {
    margin-top: 100px;
}

.realization_list::-webkit-scrollbar {
    height: 3px;
    background: #e7e7e7;
}
.realization_list::-webkit-scrollbar-thumb:horizontal {
    border-radius: 10px;
    background: #282728;
}

.realization_aplications_list_container {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 5px;
}

.realization_aplication_teaser {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.realization_aplication_teaser--large {
    width: calc(50% - 2px);
}

.realization_aplication_teaser__localization {
    margin-top: 60px;
    margin-bottom: 12px;
    font-size: 8px;
    color: #6c6c6c;
}

.realization_aplication_teaser__name {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}

.realization_aplication_teaser__image {
    margin-top: auto;
    height: 218px;
    overflow: hidden;
}

.realization_aplication_teaser__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.realization_aplication_teaser--large .realization_aplication_teaser__image {
    height: 436px;
    overflow: hidden;
}

.realization_aplication_teaser__case {
    position: absolute;
    bottom: 40px;
    left: 40px;
    border: 1px solid #ffffff;
    padding: 6px;
    text-transform: uppercase;
    font-family: "Myriad Pro";
    font-size: 8px;
    font-weight: bold;
    color: #ffffff;
}

.realization_gallery {
    margin-top: 25px;
    margin-bottom: 50px;
}

.realization_header {
    margin-bottom: 50px;
}

.realization_header_container {
    max-width: 50%;
}

.realization_header_localization {
    margin-bottom: 15px;
    font-size: 18px;
}

@media (min-width: 576px) {
    .realization_aplication_teaser {
        display: flex;
        flex-direction: column;
        width: calc(50% - 5px);
    }
}

@media (min-width: 992px) {
    .realization_aplication_teaser {
        width: calc(33.33333% - 5px);
    }
}

@media (min-width: 1200px) {
    .realization_aplication_teaser {
        width: calc(25% - 5px);
    }
}

.used_products_slider {
    border: 1px solid #e7e7e7;
    margin: 100px 0;
    overflow: hidden;
}

.used_product {
    display: flex;
}

.used_product__content {
    padding-top: 120px;
    padding-bottom: 60px;
    padding-left: 50px;
}

.used_product__image {
    min-width: 600px;
    width: 600px;
}

.used_product__header {
    margin-bottom: 60px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.used_product__name {
    margin-bottom: 60px;
    margin-left: -8px;
    white-space: nowrap;
    font-size: 102px;
}

.used_product__link {
    font-family: "Myriad Pro";
    font-size: 12px;
    font-weight: bold;
}

.used_products_slider .slick-dots {
    bottom: 20px !important;
}

.used_products_slider .slick-dots li {
    margin: 0 12px !important;
}

.used_products_slider .slick-dots li:first-child {
    margin-left: 60px !important;
}

.used_products_slider .slick-dots li button:before {
    content: "" !important;
    height: 2px !important;
    width: 40px !important;
    background-color: #6c6c6c;
}

.used_products_slider .slick-next {
    top: auto !important;
    bottom: 20px !important;
    left: 800px !important;
    right: auto !important;
}

.used_products_slider .slick-prev {
    z-index: 100 !important;
    top: auto !important;
    bottom: 20px !important;
    left: 770px !important;
}

.used_products_slider .slick-prev::before {
    color: #000 !important;
}

.used_products_slider .slick-next::before {
    color: #000 !important;
}

.services {
    margin-top: 130px;
    margin-bottom: 60px;
}

.services .title {
    margin-bottom: 130px;
}

.services_blocks {
    display: flex;
    flex-wrap: wrap;
}

.service_block {
    position: relative;
    display: block;
    border: 1px solid #e7e7e7;
    margin-top: -1px;
    margin-left: -1px;
    height: 570px;
    width: 25%;
    width: 330px;
    padding: 45px;
}

.service_block_overlay {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
    padding: 60px;
    transition: all 0.7s;
    text-align: center;
}

.service_block:hover .service_block_overlay {
    display: block;
}

.service_title {
    margin-top: 60px;
    margin-bottom: 15px;
    font-size: 8px;
    font-weight: bold;
    color: #6c6c6c;
}

.service_text {
    margin-bottom: 15px;
    height: 40px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.service_overlay_checkbox {
    z-index: 10;
    position: absolute;
    top: 5px;
    left: 5px;
}

.service_block_overlay__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.service_block_overlay__title {
    z-index: 5;
    position: relative;
    margin-bottom: 130px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

.service_block_overlay__header {
    z-index: 5;
    position: relative;
    margin-bottom: 30px;
    font-size: 32px;
    color: #ffffff;
}

.service_block_overlay__text {
    z-index: 5;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}

.service_block_overlay .secondary_link {
    z-index: 5;
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translate(-50%, 0);
}

.service_block_overlay__image .hint {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
}
.search__show_more {
    cursor: pointer;
}
.product_popup_gallery {
    position: fixed;
    top: 0;
}

/* CONTACT PAGE */
.contact, .career {
    position: relative;
    display: flex;
    margin: 0 auto;
    max-width: 1440px;
}

.contact_menu, .career_menu {
    width: auto;
    padding: 40px 30px;
    background-color: #ffffff;
}

.contact_menu_container, .career_menu_container {
    position: sticky;
    top: 80px;
    overflow: hidden;
}

.contact_menu_section, .career_menu_section {
    position: relative;
    width: 100%;
}

.contact_menu_section::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #282728;
}

.contact_menu_section.contact_menu_section--active::before {
    left: -30px;
}

.contact_menu_section--active {
    margin-left: 30px;
}

.contact_menu_link, .career_menu_link {
    position: relative;
    display: block;
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.contact_menu_section--active .contact_menu_link::before {
    position: absolute;
    left: -30px;
    content: "";
    margin-top: 2px;
    height: 10px;
    width: 12px;
    background-image: url(../img/arrow-right-thin.svg);
    background-size: cover;
    transition: all 0.125s;
}

.contact_menu_sublinks {
    display: none;
}

.contact_menu_section--active .contact_menu_sublinks {
    display: block;
}

.contact_menu_sublink {
    position: relative;
    display: block;
    padding: 15px 0;
    padding-right: 30px;
    cursor: pointer;
}

.contact_menu_sublink::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #e7e7e7;
}

.contact_menu_sublink--active {
    font-weight: 700;
}

.contact_menu_section--active .contact_menu_sublink::before {
    left: -32px;
}

.contact_container, .career_container {
    width: 100%;
    padding: 60px;
    background-color: #f1f1f1;
}

.contact_call_us_container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 125px;
    gap: 75px;
}

.contact_call_us_box {
    display: flex;
    cursor: pointer;
    gap: 15px;
}

.contact_call_us_title {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
}

.contact_call_us_title::after {
    position: absolute;
    right: -20px;
    content: "";
    margin-top: 10px;
    height: 10px;
    width: 12px;
    background-image: url(../img/arrow-right-thin.svg);
    background-size: cover;
    transition: all 0.125s;
}

.contact_call_us_time {
    font-size: 12px;
    color: #6c6c6c;
}

.contact_call_us_image {
    border: 1px solid #76c214;
    border-radius: 28px;
    height: 48px;
    width: 48px;
    padding: 7px;
}

.contact_call_us_image img {
    height: 32px;
    width: 32px;
}

.contact_banner {
    margin-bottom: 80px;
    width: 100%;
}

.contact_description {
    margin-bottom: 130px;
}

.contact_description_title, .contact_departments_title, .contact_office_title, .contact_download_title {
    margin-bottom: 60px;
    font-size: 26px;
    line-height: 130%;
}

.contact_description_title h3 {
    font-size: 26px;
}

.contact_description_content {
    display: flex;
    margin-bottom: 25px;
    font-size: 12px;
    color: #6c6c6c;
    gap: 25px;
}

.contact_description_content div {
    width: 300px;
}

.contact_office {
    margin-bottom: 100px;
}

.department {
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #282728;
    border-bottom: 2px solid #282728;
    margin: -2px 0;
    padding: 25px 0;
}

.department button {
    margin: -25px 0;
    width: 100%;
    padding: 25px 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}

.department_icon {
    margin-right: 5px;
}

.department_icon img {
    height: 12px;
    width: 12px;
}

.department_row .pimcore_editable_block {
    display: flex;
}

.department_row div {
    overflow: auto;
    padding: 0;
    padding: 10px;
    color: #6c6c6c;
}

.contact_office_container {
    display: flex;
    gap: 24px;
}

.contact_office_box {
    display: flex;
    width: 100%;
    padding: 48px;
    background-color: #ffffff;
    cursor: pointer;
    gap: 48px;
}

.contact_office_box_image img {
    height: 64px;
    width: 64px;
}

.contact_office_box_title {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 130%;
    font-weight: 700;
}

.contact_office_box_text {
    font-size: 18px;
    line-height: 28px;
}

.contact_consultation {
    position: relative;
    display: flex;
    margin: 110px auto 0;
    gap: 325px;
}

.contact_consultation_left{
    max-width: 400px;
    font-size: 42px;
    font-size: 42px;
    line-height: 1;
}

.contact_consultation_right {
    max-width: 510px;
}

.contact_consultation_right .primary_button {
    margin-top: 75px;
}

@media (min-width: 992px) {
    .contact_menu_container, .career_menu_container {
        top: 70px;
        width: 276px;
    }
}

/* OFFICES PAGE */
.offices {
    display: flex;
    margin-bottom: 60px;
    gap: 5px;
}

.offices_map {
    width: 540px;
}

.offices_map_world {
    width: 700px;
}

.offices_map g:hover path, .offices_map g:hover polygon {
    cursor: pointer;
    fill: #d9d9d9;
}

.offices_map g.notclickable:hover path, .offices_map g.notclickable:hover polygon {
    cursor: default;
    fill: #C2C1C1;
} 

.offices g.active path, .offices_map g.active polygon {
    fill: #6c6c6c;
}

.offices_map #pn-zach-name {
    fill: #ffffff;
}

.office_representants_container {
    flex: 1;
}

.office_representants_title {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.office_representant {
    display: flex;
    align-items: start;
    margin-bottom: 50px;
    gap: 25px;
}

.office_representant:last-child {
    margin-bottom: 0;
}

.office_representant_image {
    border-radius: 50%;
    height: 64px;
    width: 64px;
}

.office_representant_image img {
    border-radius: 50%;
}

.office_representant_name {
    margin-bottom: 5px;
    font-weight: 700;
}

.office_representant_title {
    margin-bottom: 13px;
    font-size: 10px;
    color: #777777;
}

.office_representant_phone, .office_representant_email, .office_representant_phone_item, .office_representant_email_item {
    display: flex;
    align-items: end;
    margin-bottom: 15px;
    gap: 12px;
}

.office_representant_phone_item, .office_representant_email_item {
    margin-bottom: 5px;
}

.office_representant_block_phone {
    margin-bottom: 10px;
}

.office_representant_icon {
    height: 20px;
    width: 20px;
}

.office_representant_phone_text, .office_representant_email_text {
    font-family: 'Myriad Pro';
    font-size: 10px;
    font-weight: 700;
}

.office_representant_phone_text p, .office_representant_email_text p {
    margin: 0;
    padding: 0;
}

.regional_offices {
    margin-bottom: 130px;
}

.regional_office {
    margin-bottom: 50px;
}

.regional_office_image {
    margin-bottom: 15px;
    height: 280px;
}

.regional_office_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.regional_office_title {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.regional_office_adress {
    font-size: 12px;
    line-height: 140%;
    color: #6c6c6c;
}

.regional_office_contact {
    margin-top: 25px;
}

.world_offices_header {
    display: flex;
    margin-bottom: 60px;
    gap: 80px;
}

.world_offices_header_title {
    font-size: 42px;
    line-height: 1;
    flex: 1;
}

.world_office_block {
    position: relative;
    display: block;
    margin-bottom: 50px;
    height: 180px;
    max-width: 100%;
}

.world_office_text {
    z-index: 7;
    position: absolute;
    top: 30px;
    left: 60px;
    color: #ffffff;
}

.world_office_name {
    margin-bottom: 35px;
    font-size: 42px;
    line-height: 1;
}

.world_office_image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.world_office_image .pimcore_editable_image_empty {
    z-index: 10;
}

.world_office_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.regions-menu {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.menu-item {
    padding: 10px;
    padding-top: 0;
    font-size: 14px;
    color: #282728;
    cursor: pointer;
}

.menu-item:hover {
    color: #575757;
}

.menu-item:last-child {
}

.menu-item.active {
    font-weight: bold;
    color: #000000;
}

.menu-item.active:hover {
    color: #000000;
}

@media (min-width: 576px) {
    .regional_office {
        display: flex;
        gap: 25px;
    }
}

@media (min-width: 1200px) {
    .regional_office_contact {
        display: flex;
        gap: 25px;
    }
}

.statue_header h2 {
    font-size: 42px;
}

.contact_container_wysiwyg h3 {
    font-size: 16px;
    font-weight: bold;
}

/* DOWNLOAD PAGE */
.download_section_certificates, .download_section_services, .download_section_catalogs, .download_section_waranty {
    margin-bottom: 50px;
}

.download_section_title {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.download_certificates_block, .download_services_block {
    border: 1px solid #e7e7e7;
    margin: -1px;
    min-height: 170px;
    padding: 30px;
}

.download_certificates_block_title {
    margin-bottom: 20px;
    font-size: 18px;
}

.download_services_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.download_services_block_title, .download_catalog_block_title {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.download_services_links .primary_button {
    padding: 8px 20px;
    font-size: 10px;
}

.download_services_links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.download_catalog_block {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #e7e7e7;
    margin: -1px;
    min-height: 490px;
    padding: 30px;
}

.download_catalog_block_image {
    margin-bottom: 25px;
    height: 270px;
    width: 185px;
}

.download_catalog_block_image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.download_page_button {
    display: flex !important;
    align-items: center;
    border: 2px solid black !important;
    margin-bottom: 15px;
    height: 50px;
    width: 160px;
}

.download_page_button::after {
    right: 17px !important;
}

.download_catalog_block_size {
    position: absolute;
    bottom: 15px;
}


@media (min-width: 576px) {
    .download_catalogs_container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .download_certificates_container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .download_catalogs_container {
        grid-template-columns: repeat(3, 1fr);
    }

    .download_certificates_container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1500px) {
    .download_catalogs_container {
        grid-template-columns: repeat(4, 1fr);
    }
}


/* APPLICATION FORM */
.application_form_header {
    margin-bottom: 125px;
}

.application_form_container {
    display: flex;
    flex-direction: column-reverse;
    gap: 25px;
}

.application_form form {
    display: flex;
    flex-wrap: wrap;
    max-width: 648px;
    gap: 20px;
}

.application_form-sm {
    width: 480px;
}

.application_form_title {
    margin-bottom: 72px;
}

.application_form_subtitle {
    margin-bottom: 60px;
}

.form_input {
    outline: none;
    border: none;
    border-radius: 2px;
    height: 30px;
    width: 100%;
    padding: 10px 16px;
    vertical-align: top;
    font-family: 'Myriad Pro';
    font-size: 12px;
    font-weight: 700;
    color: #282728;
}

.form_input_date {
    margin-bottom: 24px;
    font-family: 'Myriad Pro';
    font-size: 10px;
    font-weight: 700;
    color: #282728;
}

.form_input_date_widget {
    outline: none;
    border: none;
    border-radius: 2px;
    height: 30px;
    width: 100%;
    padding: 10px 16px;
    vertical-align: top;
    font-family: 'Myriad Pro';
    font-size: 12px;
    font-weight: 700;
    color: #282728;
}

.form_input_date select {
    margin-right: 5px;
    padding: 2px;
}

.application_form-sm .form_input {
    width: 230px;
    padding: 10px;
}

.form_input-md {
    width: 100%;
}

.form_input-sm {
    width: 100%;
}

.form_input-lg {
    height: 110px;
    width: 100%;
}

.form_input-select {
    padding: 0 16px !important;
}

.form_input_checkbox_container {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 5px;
}

.form_input_checkbox_container--mb {
    margin-bottom: 20px;
}

.form_input_checkbox_container input {
    margin-top: 2px;
}

.secondary_download__files .form_input_checkbox_container {
    width: auto;
}

.form_button {
    display: flex;
    width: 100%;
}

.form_button-center {
    justify-content: center;
}

@media (min-width: 576px) {
    .form_input-md {
        width: calc(50% - 10px);
    }

    .form_input-sm {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .form_button {
        justify-content: flex-end;
    }
}

@media (min-width: 1200px) {
    .application_form_container {
        flex-direction: row;
    }
}

.reclamation_form_buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
}

.reclamation_form_progress_bar {
    display: flex;
    justify-content: start;
    margin-bottom: 20px;
    gap: 4px;
}

.progress_step {
    opacity: 0.3;
    height: 2px;
    width: 48px;
    background-color: #6C6C6C;
    cursor: pointer;
}

.progress_step.active {
    opacity: 1;
}

input[type="file"] {
    display: none;
}
.form_file_upload {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 110px;
    width: 100%;
    padding: 20px 16px;
    font-family: 'Myriad Pro';
    font-size: 12px;
    font-weight: 700;
    color: #6c6c6c;
    background-color: #ffffff;
    cursor: pointer;
    text-align: center;
}

.form_file_upload::before {
    position: absolute;
    top: 12px;
    left: 12px;
    content: '';
    border: 1.2px dashed #C9C9C9;
    border-radius: 5px;
    height: calc(100% - 24px);
    width: calc(100% - 24px);
}

.form_file_upload_error {
    display: none;
    margin-top: 5px;
    font-size: 12px;
    color: red;
}

.upload_icon {
    margin-bottom: 16px;
    height: 32px;
    width: 32px;
}

.application_form_info__title {
    margin-bottom: 24px;
    font-size: 18px;
}

.form_sent {
    margin-bottom: 70px;
    font-size: 18px;
    font-weight: bold;
    color: rgb(32, 169, 7);
}

/* BESPOKE & CUSTOM FORMS */
.form_header {
    margin-bottom: 85px;
}

.form_header h2, .application_form_header h2 {
    font-size: 42px;
}

.bespoke_form_step {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 65px;
    gap: 25px;
}

.bespoke_form_step .form_input-lg {
    margin-bottom: 65px;
}

.bespoke_form_step .subtitle {
    margin-bottom: 30px;
}

.bespoke_form_step_left {
    width: 100%;
}

.bespoke_form_step_left .form_input {
    margin-bottom: 20px;
}

.bespoke_form_step_right {
    border: 1px solid #e7e7e7;
    min-height: 220px;
    width: 100%;
    padding: 20px;
}

.bespoke_form_step_checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.bespoke_form_step_checkboxes div {
    margin-bottom: 24px;
    width: 100%;
}

.bespoke_form_step_checkboxes input {
    margin-right: 16px;
}

.bespoke_form_step_checkboxes label {
    font-size: 14px;
}

.bespoke_form_step_checkboxes_list {
    list-style: none;
}

@media (min-width: 576px) {
    .bespoke_form_step_checkboxes div {
        width: 49%;
    }
}

@media (min-width: 1200px) {
    .bespoke_form_step {
        flex-direction: row;
    }

    .bespoke_form_step_left {
        width: calc(50% - 10px);
    }

    .bespoke_form_step_right {
        width: calc(50% - 10px);
        padding: 30px;
    }
}

/* RECLAMATION FORM */
.reclamation_form_header {
    margin-bottom: 32px;
    width: 650px;
}

.reclamation_form_header p {
    line-height: normal;
}

.reclamation_form_progress_bar {
    margin-bottom: 60px;
}

.reclamation_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.reclamation_form_title {
    margin-bottom: 16px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.reclamation_form_container {
    width: 650px;
}

.reclamation_form_container .form_input {
    margin-bottom: 24px;
}

/* COMPANY PAGE */
.company_menu {
    z-index: 100;
    position: absolute;
    top: 70px;
    left: 0;
    border-bottom: 1px solid rgba(196, 196, 196, 0.3);
    width: 100%;
    padding: 20px 0;
}

.company_menu_container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1440px;
    padding: 0 25px;
    gap: 10px 30px;
}

.company_menu--dark {
    border-bottom: 1px solid #e7e7e7; 
}

.company_menu_arrow {
    margin-top: -3px;
    height: 14px;
    width: 14px;
}

.company_menu_arrow img {
    height: 100%;
    width: 100%;
}

.company_menu_link {
    display: block;
    text-transform: uppercase;
    font-family: 'Myriad Pro';
    font-size: 10px;
    font-weight: 700;
    color: #e7e7e7;
}

.company_menu--dark .company_menu_link {
    color: #6c6c6c;
}

.company_menu_link:hover, .company_menu--dark .company_menu_link:hover {
    color: #959595;
}

.contact_menu_link--active, .contact_menu_link--active:hover {
    color: #ffffff;
}

.company_menu--dark .contact_menu_link--active, .company_menu--dark .contact_menu_link--active:hover {
    color: #282728;
}

@media (min-width: 992px) {
    .company_menu {
        top: 60px;
    }

    .company_menu_container {
        padding: 0 52px;
    }
}

/* INCORPORATIONS */
.incorporations {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    padding: 0 30px;
}

.incorporation {
    margin-bottom: 65px;
    max-width: 648px;
}

.incorporation_name {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.incorporation_desc {
    margin-bottom: 25px;
}

.incorporation_desc p {
    color: #6c6c6c;
}

.incorporation_contact {
    display: flex;
    gap: 25px;
}

.incorporation_contact_info {
    display: flex;
    gap: 12px;
}

.incorporation_contact_info_icon {
    height: 20px;
    width: 20px;
}

.incorporation_contact_info_icon img {
    height: auto;
    width: 100%;
}

.incorporation_contact_info_value {
    font-family: 'Myriad Pro';
    font-size: 10px;
    font-weight: 700;
}

/* CERTIFICATES */
.certificates {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    margin-bottom: 100px;
    padding: 0 30px;
}

.certificates_container {
    max-width: 650px;
}

.certificates_header {
    margin-bottom: 25px;
    font-size: 42px;
}

.certificates_text {
    margin-bottom: 60px;
}

.certificates_blocks_header {
    margin-bottom: 48px;
    font-size: 18px;
}

.certificates_blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.certificate_block {
    display: flex;
    margin-bottom: 60px;
    width: 100%;
    gap: 20px;
}

.certificate_block_image {
    height: 88px;
    min-width: 88px;
    width: 88px;
}

.certificate_block_image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.certificate_block_name {
    margin-bottom: 7px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.certificate_block_text {
    margin-bottom: 12px;
}

.certificate_block_link a {
    text-transform: uppercase;
    font-family: 'Myriad Pro';
    font-size: 10px;
    font-weight: 700;
}


@media (min-width: 992px) {
    .certificate_block {
        width: calc(50% - 10px);
    }
}

/* CAREER */
.career_breadcrumbs, .career_breadcrumbs a {
    margin-bottom: 40px;
    text-transform: lowercase;
    color: #959595;
}

.career_breadcrumbs a:hover {
    color: #6c6c6c;
}

.career_map {
    margin-bottom: 60px;
}

.career_map g:hover path, .career_map g:hover polygon {
    cursor: pointer;
    fill: #d9d9d9;
}

.career_map g.active path, .career_map g.active polygon {
    fill: #6c6c6c;
}

.career_block_container, .career_block_container #pimcore_editable_careerMapBlockName0, .career_block_container #pimcore_editable_careerMapBlockName1, .career_block_container #pimcore_editable_careerMapBlockName2, .career_block_container #pimcore_editable_careerMapBlockName3, .career_block_container #pimcore_editable_careerMapBlockName4, .career_block_container #pimcore_editable_careerMapBlockName5 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.career_block {
    display: block;
    border: 1px solid #282728;
    min-height: 100px;
    width: 243px;
    padding: 8px;
    cursor: pointer;
}

.career_block_title {
    margin-bottom: 15px;
}

.career_block_image {
    margin-bottom: 10px;
    height: 300px;
    width: 100%;
}

.career_block_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.career_image {
    margin-bottom: 60px;
    height: auto;
    width: 100%;
}

.career_image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.career_gallery {
    margin-bottom: 160px;
}

.career_gallery_container, .career_gallery_container #pimcore_editable_career_gallery_blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.career_gallery_block {
    width: 100%;
}

.career_gallery_block_image {
    margin-bottom: 20px;
    height: 320px;
}

.career_gallery_block_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.career_title {
    margin-bottom: 56px;
    font-size: 42px;
    line-height: 42px;
}

.recruitment_process, .career_benefits, .career_video_section, .career_intership_section {
    margin-bottom: 100px;
}

.recruitment_process_container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 60px;
    gap: 20px 5px;
}

.recruitment_process_line {
    display: none;
    margin-top: 24px;
    height: 1.5px;
    width: 100px;
    background-color: #282728;
}

.recruitment_process_group {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 140px;
    word-break: break-word;
}

.recruitment_process_group_icon {
    border: 1.5px solid #282728;
    border-radius: 50%;
    margin-bottom: 20px;
    height: 48px;
    width: 48px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    text-align: center;
}

.recruitment_process_group_icon:hover {
    background-color: #282728;
}

.recruitment_process_group_icon--cv {
    padding: 18px 13px;
    background-image: url("/bundles/robokatfrontend/img/cv.svg");
}

.recruitment_process_group_icon--cv:hover {
    background-image: url("/bundles/robokatfrontend/img/cv-white.svg");
}

.recruitment_process_group_icon--interview {
    padding: 18px 13px;
    background-image: url("/bundles/robokatfrontend/img/chat.svg");
}

.recruitment_process_group_icon--interview:hover {
    background-image: url("/bundles/robokatfrontend/img/chat-white.svg");
}

.recruitment_process_group_icon--employment {
    padding: 18px 13px;
    background-image: url("/bundles/robokatfrontend/img/employment.svg");
}

.recruitment_process_group_icon--employment:hover {
    padding: 18px 13px;
    background-image: url("/bundles/robokatfrontend/img/employment-white.svg");
}

.recruitment_process_group_icon--onboarding {
    padding: 18px 13px;
    background-image: url("/bundles/robokatfrontend/img/onboarding.svg");
}

.recruitment_process_group_icon--onboarding:hover {
    padding: 18px 13px;
    background-image: url("/bundles/robokatfrontend/img/onboarding-white.svg");
}

.recruitment_process_group_icon--mentoring {
    padding: 18px 13px;
    background-image: url("/bundles/robokatfrontend/img/mentoring.svg");
}

.recruitment_process_group_icon--mentoring:hover {
    padding: 18px 13px;
    background-image: url("/bundles/robokatfrontend/img/mentoring-white.svg");
}

.recruitment_process_group_icon--check {
    padding: 18px 13px;
    background-image: url("/bundles/robokatfrontend/img/check.svg");
}

.recruitment_process_group_icon--check:hover {
    background-image: url("/bundles/robokatfrontend/img/check-white.svg");
}

.recruitment_process_group_title {
    min-width: 110px;
    font-size: 18px;
    line-height: normal;
    text-align: center;
}

.recruitment_process_group_tooltip {
    position: absolute;
    top: 80%;
    left: 47%;
    display: none;
    width: 320px;
    padding: 30px;
    font-size: 12px;
    color: #ffffff;
    background-color: #282728;
}

.recruitment_process_group_tooltip::after {
    position: absolute;
    top: -25px;
    left: 0;
    content: "";
    border-width: 13px;
    border-style: solid;
    border-color: transparent transparent #282728 #282728;
}

.recruitment_process_group_icon:hover ~ .recruitment_process_group_tooltip {
    display: block;
}

.recruitment_process_group:last-child .recruitment_process_group_tooltip {
    left: auto;
    right: 47%;
}

.recruitment_process_group:last-child .recruitment_process_group_tooltip::after {
    top: -25px;
    left: auto;
    right: 0;
    border-color: transparent #282728 #282728 transparent;;
}

.career_benefits_container, .career_benefits_container #pimcore_editable_career_benefits_blocks {
    display: flex;
    align-items: flex-start ;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 30px;
}

.career_benefits_block {
    width: 32%;
}

.career_benefits_block_container {
    display: flex ;
    align-items: center;
    margin-bottom: 30px;
    gap: 16px;
}

.career_benefits_title {
    font-size: 18px;
    line-height: normal;
}

.career_benefits_image {
    min-height: 70px;
    height: 70px;
    min-width: 70px;
    width: 70px;
}

.career_benefits_image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.career_benefits_block_list {
    font-size: 14px;
    line-height: normal;
}

.career_benefits_block_list ul {
    list-style: disc;
}

.career_video_container {
    position: relative;
    height: auto;
    width: 100%;
}

.career_video_container video {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.career_video_container_button {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 170px;
    font-size: 12px;
    font-weight: bold;
    color: #282728;
    background-color: #ffffff;
    cursor: pointer;
}

.career_intership_container {
    display: flex;
    gap: 4%;
}

.career_intership_left {
    width: 28%;
}

.career_intership_right {
    width: 68%;
}

.career_application_form p, .career_application_form span, .career_application_form p span {
    line-height: 1;
}

.job_offers_section {
    margin-bottom: 100px;
}

.job_offers_search {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 25px;
}

.job_offers_search_input {
    flex-grow: 1;
    outline: none;
    border: none;
    padding: 16px 20px;
    font-family: 'Myriad Pro';
    font-weight: 700;
    background-color: #ffffff;
    box-shadow: 0px 0.5px 1px 1px rgba(0, 0, 0, 0.15);
}

.job_offers_categories {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    gap: 30px;
}

.job_offers_category {
    font-family: 'Myriad Pro';
    font-weight: 700;
    color: #6c6c6c;
    cursor: pointer;
}

.job_offers_category--active {
    color: #282728;
}

.job_offers_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.job_offer {
    min-height: 250px;
    width: 100%;
    padding: 32px;
    background-color: #ffffff;
    box-shadow: 0px 0.5px 1px 1px rgba(0, 0, 0, 0.15);
}

.job_offer_highlighted {
    border: 2px solid #282728;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.20);
}

.job_offer_info_container {
    display: flex;
    align-items: center;
    gap: 16px;
}

.job_offer_info_container .primary_button {
    padding: 10px 20px;
    font-size: 10px;
}

.job_offer_info {
    text-transform: uppercase;
    font-size: 10px;
    color: #6c6c6c;
}

.job_offer_info_localization {
    margin: 5px 0;
}

.job_offer_info_new {
    border: 1px solid #c9c9c9;
    margin-left: auto;
    padding: 6px;
    font-family: 'Myriad Pro';
}

.job_offer_name {
    margin: 30px 0;
    font-size: 18px;
    line-height: 28px;
}

.job_title {
    margin-bottom: 45px;
    max-width: 650px;
    word-break: break-word;
}

.job_description {
    margin-bottom: 75px;
}

.job_description_department {
    white-space: nowrap;
    font-size: 18px;
}

.job_description_text {
    font-size: 12px;
    color: #6c6c6c;
}

.job_banner {
    margin-bottom: 75px;
    height: 280px;
    width: 100%;
}

.job_banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.job_characteristics {
    margin-bottom: 100px;
}

.job_highlighted_attributes_container {
    margin-bottom: 65px;
    width: 100%;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.20);
}

.job_highlighted_attributes_container .primary_button {
    min-width: 140px;
    padding: 10px;
    text-align: center;
}

.job_characteristics_left_section {
    margin-bottom: 65px;
}

.job_characteristics_title {
    margin-bottom: 36px;
    font-size: 18px;
    line-height: 28px;
}

.job_characteristics_attribute {
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
    font-size: 12px;
    color: #6c6c6c;
}

.job_characteristics_attribute::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #282728;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    padding: 4px;
    background-image: url(../img/check.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
}

.job_highlighted_attributes {
    margin-bottom: 35px;
}

.job_highlighted_attribute {
    display: flex;
    margin-bottom: 12px;
    gap: 8px;
}

.job_highlighted_attribute span {
    text-transform: uppercase;
    font-size: 8px;
    color: #6c6c6c;
}

.job_highlighted_attribute img {
    height: 20px;
    width: 20px;
}

.job_highlighted_attributes_link {
    color: #6c6c6c;
}

#job_recruitment_section .title {
    font-size: 28px !important;
}

.job_recruitment_block {
    display: flex;
    margin-bottom: 20px;
    gap: 20px;
}

.job_recruitment_icon {
    border: 1px solid #282728;
    border-radius: 50%;
    height: 52px;
    width: 52px;
    padding: 10px;
    font-size: 18px;
}

.job_recruitment_icon img {
    height: 30px;
    width: 30px;
}

.job_recruitment_text {
    font-size: 13px;
    line-height: 1.4;
    color: #6c6c6c;
}

.job_recruitment_icon_text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
}

.job_recruitment_contact {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
}

.job_benefits_subheader {
    margin-bottom: 80px;
}

.job_benefits_subheader_left {
    font-size: 18px;
}

.job_benefits_subheader_right {
    max-width: 580px;
    font-size: 12px;
    color: #6c6c6c;
}

.job_benefits_container {
    margin-bottom: 100px;
}

.job_benefits_section {
    margin-bottom: 50px;
}

.job_benefits_section_title {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-size: 18px;
    gap: 16px;
}

.job_beneftis_section_icon {
    height: 64px;
    width: 64px;
}

.job_beneftis_section_icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.job_beneftis_section_header, .job_recruitment_header {
    font-size: 18px;
}

.job_benefits_section_list ul {
    list-style: disc;
}

.job_benefits_section_list li {
    margin-bottom: 8px;
    font-size: 14px;
}

@media (min-width: 576px) {
    #job_recruitment_section .title {
        font-size: 32px !important;
    }

    .job_offer {
        width: calc(50% - 10px);
    }

    .career_gallery_block {
        width: calc(50% - 10px);
    }
}

@media (min-width: 992px) {
    .recruitment_process_line {
        display: block;
    }

    .job_description {
        display: flex;
        gap: 50px;
    }

    .job_characteristics {
        margin-bottom: 150px;
    }

    .job_benefits_subheader {
        display: flex;
        gap: 50px;
    }

    .job_benefits_container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 150px;
        gap: 25px;
    }

    .job_characteristics_container {
        display: flex;
        gap: 20px;
    }

    .job_characteristics_right {
        margin-left: auto;
        width: 315px;

    }
}

@media (min-width: 1200px) {
    .job_description {
        gap: 150px;
    }

    .job_offers_search_input:first-child {
        width: 650px;
    }

    .job_offer {
        width: calc(33.3333% - 14px);
    }

    .career_gallery_block {
        width: calc(33.3333% - 14px);
    }

    .job_benefits_subheader {
        gap: 150px;
    }

    .job_recruitment_container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 150px;
        row-gap: 60px;
        column-gap: 130px;
    }

    .job_recruitment_block {
        width: 300px;
    }
}




/* COMPARISON */
.comparison_grid_container {
    margin-bottom: 60px;
}

.comparison_grid {
    display: flex;
    margin-top: 60px;
    margin-bottom: 20px;
}

.comparison_grid_block {
    position: relative;
    border: 1px solid #e7e7e7;
    margin: -1px 0 0 -1px;
    min-height: 350px;
    height: auto;
    width: 330px;
    padding: 32px;
}

.comparison_grid_block_close {
    position: absolute;
    top: 32px;
    right: 32px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.comparison_grid_block_close img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.comparison_grid_block .primary_button {
    position: absolute;
    bottom: 32px;
    left: 32px;
}

.comparison_grid_block--add {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    background-color: #f7f7f7;
    text-align: center;
}

.comparison_grid_block--add input {
    outline: none;
    border: none;
    width: 100%;
    padding: 16px 20px;
    font-family: 'Myriad Pro';
    font-size: 10px;
    font-weight: 700;
    background-color: #ffffff;
    box-shadow: 0px 0.5px 1px 1px rgba(0, 0, 0, 0.15);
}

.comparison_grid_block .subtitle, .comparison_grid_block_text {
    margin-bottom: 20px;
}

.comparison_grid_block_image {
    margin-bottom: 20px;
    height: 160px;
    width: 160px;
    object-fit: contain;
}

.comparison_grid_block_image img {
    height: 100%;
    width: 100%;
}

.comparison_table_section {
    margin-bottom: 50px;
}

.comparison_table_section .subtitle {
    margin-bottom: 30px;
}

.comparison_table_row_container {
    display: inline-block;
}

.comparison_table_row_container:nth-child(odd) {
    background-color: #f7f7f7;
}

.comparison_table_row {
    display: flex;
}

.comparison_table_cell {
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    width: 330px;
    padding: 14px 32px;
    font-size: 12px;
    text-align: center;
}

.comparison_table_row .comparison_table_cell:last-child {
    border-right: none;
}

.comparison_table_header {
    font-weight: 700;
    text-align: left;
}

.switch_checkbox_container {
    display: flex;
    justify-content: flex-end;
    padding-right: 5px;
    gap: 8px;
}

.switch_checkbox {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 36px;
}

.switch_checkbox input { 
    opacity: 0;
    height: 0;
    width: 0;
}

.switch_checkbox_slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:#cccccc;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch_checkbox_slider:before {
    position: absolute;
    bottom: 3.5px;
    left: 4px;
    content: "";
    height: 13px;
    width: 13px;
    background-color:#ffffff;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch_checkbox input:checked + .switch_checkbox_slider {
    background-color: #76c214;
}

.switch_checkbox input:focus + .switch_checkbox_slider {
    box-shadow: 0 0 1px #76c214;
}

.switch_checkbox input:checked + .switch_checkbox_slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

.switch_checkbox_slider--round {
    border-radius: 34px;
}

.switch_checkbox_slider--round:before {
    border-radius: 50%;
}

.share_comparison_confirmation {
    position: fixed;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    background-color: #282728e0;
}

.product_popup_gallery {
    position: fixed; 
    height: 700px; 
    min-width: 700px; 
    width: 700px;
}

.Sirv {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 1480px) {
    .realizations_slider__main {
        gap: 40px;
    }
}

@media screen and (max-width: 1400px) {
    .contact_consultation {
        justify-content: space-between;
        padding: 30px;
        gap: unset;
    }
    .contact_menu {
        padding: 30px;
    }

    .services_assistant__left, .services_assistant__right {
        height: 500px;
    }

    .services_assistant__left img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .services_intro__header {
        left: -100px;
        font-size: 230px;
    }

    .sample_project__photo {
        width: 50%;
    }

    .sample_project__section--upper .sample_project__item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 50%;
        padding: 10px 0;
    }

    .sample_project__item img {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1350px) {
    .career_benefits_block {
        width: 48%;
    }
}


@media screen and (max-width: 1300px) {
    .offices_map {
        width: 480px;
    }

    .offices_map_world {
        width: 600px;
    }

    .call_to_action__item_image {
        height: 580px;
        width: 580px;
    }
}

@media screen and (max-width: 1250px) {
    .call_to_action__item_image {
        left: 70%;
    }

    .office_representant_phone_text, .office_representant_email_text {
        font-size: 13px;
        line-height: normal;
    }

    .office_representant_phone_text p, .office_representant_email_text p {
        margin-bottom: 0;
    }

    .call_to_action__item:last-child {
        padding-left: 50px;
    }

    .reference_description {
        max-width: 230px;
    }

    .reference_description__header {
        margin-bottom: 0;
    }

    .reference_description__name {
        margin-bottom: 10px;
    }

    .specification__content {
        gap: 10px;
    }

    .product_popup_photo_sections {
        width: 285px;
    }

    .product_popup_gallery {
        height: 500px;
        min-width: 500px;
        width: 500px;
    }

    .product_popup_description {
        max-width: 880px;
        width: 880px;
    }

    .offices {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }

    .office_representants_container {
        width: 100%;
    }

    .offices_map {
        margin-bottom: 30px;
        max-width: 100%;
        width: 500px;
    }

    .offices_map_world {
        width: 100%;
    }
}

@media screen and (max-width: 1150px) {
    .services_list__item, .services_list__item--large {
        padding: 0 20px;
    }

    .services_intro__container {
        gap: 50px;
    }

    .services_intro__header {
        font-size: 200px;
    }

    .services_assistant__right {
        padding: 100px;
    }

    .highlighted_products_block_right_wysiwyg p {
        margin-bottom: 0.5rem;
    }
    .highlighted_products_block_right {
        padding: 30px;
    }
    .highlighted_products_block_right_container {
        flex-direction: column-reverse;
    }
    .highlighted_products_block_right_wysiwyg, .highlighted_products_block_right_image {
        width: 100%;
    }
    .highlighted_products_block_right_image {
        margin-bottom: -190px;
        height: 260px;
    }

    .sample_project__container {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        height: auto;
    }

    .sample_project__section--upper .sample_project__item:first-child {
        border-right: none;
    }

    .sample_project__products .border-top::before,  .sample_project__products .border-bottom::after{
        display: none;
    }

    .family_header__buttons .primary_button {
        padding: 0 15px;
    }

    .specification__content {
        flex-direction: column;
    }

    .product_popup_technical__highlighted_parameters {
        flex-direction: column;
    }

    .product_popup_photo_sections {
        width: 230px;
    }

    .product_popup_download_row {
        width: auto;
    }

    .product_popup_description {
        max-width: 615px;
        width: 615px;
    }

    .product_popup_lighting_image {
        width: 255px;
    }

    .product_popup_technical_extended__container {
        max-width: auto;
        width: auto;
        gap: 10px;
    }

    .product_popup_technical_extended__container .col {
        min-width: 50%;
        width: 50%;
        padding: 0;
    }

    .presto_button {
        height: 35px;
    }

    .presto_button img {
        width: 50%;
        margin-top: 2px;
    }
}

@media screen and (max-width: 1050px) {
    .call_to_action__item_image {
        top: 50%;
        bottom: auto;
        transform: translate(-50%, -50%);
        height: 500px;
        width: 500px;
    }

    .blocks {
        grid-template-columns: repeat(auto-fit, minmax(calc(100% / 2), 1fr));
    }

    .services_header--custom {
        font-size: 150px !important;
    }

    .services_assistant__container {
        flex-direction: column;
        border: none;
    }

    .services_list {
        margin-bottom: 60px;
    }

    .services_assistant__header {
        position: static;
        font-size: 160px;
    }

    .services_assistant__left, .services_assistant__right {
        width: 100%;
    }

    .services_assistant__right {
        padding: 20px 100px 0 0;
    }
}

@media screen and (max-width: 950px) {
    .call_to_action__item_image {
        left: auto;
        right: 0;
        transform: translate(0, -50%);
        height: 400px;
        width: 400px;
    }

    .contact_consultation {
        flex-direction: column;
        gap: 30px;
    }

    .contact_consultation_left {
        font-size: 36px;
    }

    .contact_consultation_left, .contact_consultation_right {
        max-width: 100%;
    }

    .contact_consultation_right .primary_button {
        margin-top: 50px;
    }

    .contact_office_container {
        flex-wrap: wrap;
    }

    .contact_office_box {
        padding: 30px;
    }

    .services_list__item, .services_list__item--large {
        padding: 0 5px;
    }

    .services_intro__left {
        height: 250px;
    }

    .services_intro__container {
        flex-direction: column;
        gap: 0px;
    }

    .services_intro__left, .services_intro__right {
        width: 100%;
    }

    .services_list__selected_service--active {
        height: auto;
    }

    .services_list__selected_service {
        padding: 50px;
    }

    .header__images {
        gap: 15px;
    }

    .call_to_action__container {
        flex-wrap: wrap;
    }

    .call_to_action--first {
        width: 100%;
    }

    .call_to_action--first .call_to_action__subheader p {
        max-width: none;
    }

    .call_to_action--second, .call_to_action--third {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 48%;
        padding: 0;
    }

    .family_header__download_button {
        left: 30px;
    }

    .family_header__contents {
        margin-bottom: 30px;
    }

    .family_header__buttons {
        flex-direction: column;
    }

    .variants__table td, .variants__table thead th {
        padding: 5px;
    }
    
    .variants__table .sort_asc, .variants__table .sort_desc {
        background-position: 0px 49%;
    }

    .variants__table .code {
        padding-left: 10px;
    }

    .variants__table .compare {
        width: auto;
    }

    .product_popup_lighting_row {
        gap: 25px
        ;
    }

    .product_popup_gallery {
        position: static;
        padding: 80px 90px;
    }

    .product_popup_photo_sections {
        margin: 0;
        max-width: 760px;
        width: auto;
    }

    .product_popup_photo_sections .product_popup_section {
        min-height: auto;
        padding: 80px 90px;
    }

    .product_popup_side_navigation {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .services_header--custom {
        font-size: 100px !important;
    }

    .services_list__item, .services_list__item--large {
        height: auto;
    }

    .services_list__item .text, .services_list__item--large .text {
        display: none;
    }

    .services_list__item .title, .services_list__item--large .title {
        font-size: 24px;
    }
}

@media screen and (max-width: 850px) {
    .call_to_action__item_image {
        height: 300px;
        width: 300px;
    }

    .contact, .career {
        flex-wrap: wrap;
    }

    .contact_menu, .career_menu {
        width: 100%;
    }

    .contact_menu_container, .career_menu_container {
        width: 100%;
    }

    .department_button {
        line-height: normal;
    }

    .contact_container, .career_container {
        width: 100%;
        overflow: hidden;
        padding: 30px;
    }

    .services_list__item .title, .services_list__item--large .title {
        font-size: 18px;
    }

    .services_list__item img, .services_list__item--large img {
        margin: 20px 0;
        max-height: 55px;
        max-width: 55px;
    }

    .services_list__selected_service {
        gap: 10px;
    }

    .sample_project__photo {
        max-height: 400px;
        height: auto;
        max-width: 100%;
        width: 600px;
    }

    .sample_project__photo img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .sample_project__products {
        width: 100%;
    }

    .case_study__container {
        flex-wrap: wrap;
    }

    .case_study__item:first-child {
        width: 100%;
    }

    .case_study__item {
        width: 50%;
    }

    .slider_full_width {
        max-height: 500px;
    }

    .slider_full_width_block__item {
        height: 100%;
    }

    .slider_full_width_block__item img, .slider_full_width_block__item video {
        height: auto;
        width: 100%;
    }

    .family_header__download_button {
        bottom: 15px;
    }

    .specification__row {
        flex-wrap: wrap;
    }

    .specification__section {
        width: 100%;
    }

    .product_popup_lighting_row {
        flex-direction: column;
    }

    .narrow_banner_block {
        height: auto;
    }

    .banner_slide_asset_description {
        top: 30%;
        padding: 3px 15px;
    }
}

@media screen and (max-width: 790px) {
    .blocks {
        grid-template-columns: 1fr;
    }

    .text_block {
        max-width: 100% !important;
    }

    .services_header--custom {
        font-size: 60px !important;
    }

    .services_list__selected_service {
        flex-direction: column;
    }

    .secondary_download__container {
        flex-wrap: wrap;
    }
    .secondary_download__left, .secondary_download__right {
        width: 100%;
    }

    .secondary_download__left {
        margin-bottom: 25px;
    }

    .support_section_left {
        padding: 0 30px;
    }

    .services_assistant__header {
        margin-bottom: 30px;
        font-size: 100px;
        line-height: normal;
    }

    .services_assistant__left {
        height: 300px;
    }

    .services_assistant__right {
        height: auto;
    }

    .services_intro__container {
        margin: 60px 0;
        height: auto;
    }

    .services_intro__header {
        position: static;
        font-size: 100px;
        line-height: normal;
    }

    .services_intro__left {
        height: auto;
    }
}

@media screen and (max-width: 765px) {
    .call_to_action__item_image {
        position: static;
        top: unset;
        left: unset;
        transform: unset;
        display: flex;
        justify-content: center;
        height: 330px;
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .contact_banner {
        height: 300px;
    }

    .contact_banner img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 690px) {
    .services_list__item .title, .services_list__item--large .title {
        font-size: 16px;
        line-height: normal;
    }

    .services_list__item img, .services_list__item--large img {
        margin: 20px 0;
        max-height: 40px;
        max-width: 40px;
    }

    .header__image {
        display: none;
    }

    .highlighted_products_container {
        height: auto;
    }

    .highlighted_products_block {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }

    .highlighted_products_block_left, .highlighted_products_block_right {
        height: auto;
        width: 100%;
    }

    .support_section_container {
        flex-wrap: wrap;
        height: auto;
    }

    .support_section_left, .support_section_right {
        height: auto;
        width: 100%;
    }

    .support_section_left {
        margin-bottom: 30px;
    }

    .support_section_left img, .support_section_left video {
        height: 500px;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }

    .family_description__right {
        width: 100%;
    }

    .specification__table thead th {
        padding: 15px;
    }

    .specification__attribute_header {
        margin-bottom: 8px;
        padding-bottom: 10px;
    }

    .product_popup_download_row {
        flex-direction: column;
        gap: 10px;
    }

    .product_popup_download_row_data .product_popup_download_button {
        padding: 5px;
    }

    .variants__table {
        overflow-x: auto;
        table-layout: auto;
    }

    .variants__table td, .variants__table th {
        word-wrap: normal;
        overflow-wrap: normal;
    }

    .product_popup_description {
        width: auto;
    }

    .product_popup_photo_container {
        overflow: hidden;
    }

    .product_popup_gallery {
        height: auto;
        max-width: 100%;
        min-width: auto;
        width: 100%;
        padding: 0;
    }

    .product_popup_photo_sections .product_popup_section, .product_popup_technical_extended, .product_popup_accessories, .product_popup_lighting, .product_popup_download, .product_popup_dimensions {
        padding: 20px;
    }

    .services_assistant__right {
        padding: 15px 0;
    }

    .realization_header_container {
        max-width: 100%;
    }

    .presto_download_button {
        width: 158px;
        height: 30px;
    }
}

@media screen and (max-width: 600px) {
    .product_popup {
        height: 100%;
        max-width: none;
        width: 100%;
    }
    
    .product_popup_breadcrumbs {
        padding: 8px;
    }

    .product_popup_navigation {
        width: auto;
        padding: 8px;
        gap: 10px;
    }

    .families__table_row_content {
        display: block;
    }

    .support_section_right p {
        margin-bottom: 0.5rem;
    }

    .banner_slide_asset_description {
        top: 20%;
    }

    .career_benefits_block {
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .contact_banner {
        height: 100%;
        height: auto;
    }

    .contact_description, .contact_call_us_container {
        margin-bottom: 60px;
    }

    .contact_description_content {
        flex-wrap:  wrap;
    }

    .contact_description_content div {
        width: 100%;
    }

    .services_list__item .title, .services_list__item--large .title {
        margin-bottom: 10px;
    }

    .services_intro__left {
        height: auto;
    }
    
    .services_intro__header {
        position: static;
        margin-bottom: 30px;
    }

    .team_section_asset_description p {
        margin-bottom: 0;
    }
    .support_section_left img, .support_section_left video {
        height: 100%;
    }

    .call_to_action--second, .call_to_action--third {
        width: 100%;
    }

    .call_to_action__item:last-child {
        padding-left: 0;
    }

    .sample_project__section--upper {
        flex-wrap: wrap;
    }

    .sample_project__section--upper .sample_project__item {
        width: 100%;
    }

    .family_description__row {
        flex-wrap: wrap;
    }

    .family_description__item {
        width: 100%;
    }

    .family_header__container {
        flex-direction: column;
    }

    .family_header__left, .family_header__right {
        width: 100%;
    }

    .family_description__container {
        flex-direction: column;
    }

    .family_description__left {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 450px) {
    .banner_slide_asset_description {
        height: auto;
        padding: 0;
        top: auto;
        bottom: 20%;
    }

    .career_intership_container {
        flex-wrap: wrap;
    }

    .career_intership_left, .career_intership_right {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .family_description__row {
        flex-direction: column;
    }
}

@media screen and (max-width: 350px) {
    .sample_project__item img {
        margin-bottom: 8px;
        max-height: 270px;
    }

    .reference_description {
        max-width: 180px;
    }

    .case_study__item {
        width: 100%;
    }

    .banner_slide_asset_description {
        top: 1%;
    }
}
