/* BOOTSTRAP ICONS */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
/* GOOGLE FONTS */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700&family=Lato:wght@100;300;400;700;900&display=swap');

/** TRANSITION TEXT */
#header .full_menu_wrap .header_nav_menu li a,
#header .full_menu_wrap .header_nav_menu>.wpml-ls-item::after,
#header .full_menu_wrap .header_nav_menu li ul,
.link .text,
.link,
.form_field,
#send_btn,
.button {
    transition: all .2s ease-in-out;
}

/** GENERAL */

.fancybox__slide.has-pdf {
    padding: 2vw !important;
}

body {
    background-color: #223941;
}

section,
header,
footer,
#installation_block_content_wrap {
    padding: 0 13.333vw;
}

section:first-of-type {
    margin-top: 0;
}

section:last-of-type {
    padding-bottom: 6.666vw;
}

.text,
#full_screen_animation .cloudimage-360-modal-description,
.wpcf7 form .wpcf7-response-output,
.wpcf7-not-valid-tip {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 1.041vw;
    line-height: 1.25vw;
}

#full_screen_animation .cloudimage-360-carousel-dot {
    aspect-ratio: 1/1;
    width: unset;
    height: 16px;
}

#full_screen_animation .cloudimage-360-images-carousel img {
    height: unset;
    width: 100%;
    object-fit: contain;
}

#full_screen_animation .cloudimage-360-hotspot-popup {
    width: 100%;
    max-width: 400px;
}

#full_screen_animation .cloudimage-360-modal-wrapper {
    max-width: 100%;
}

#full_screen_animation .cloudimage-360-modal-title {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
}

.title {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 2.5vw;
    line-height: 3.333vw;
}

.link {
    text-decoration: none;
    color: #FFFFFF;
}

.link:hover {
    color: #F28345;
}

.button {
    height: 3.333vw;
    width: 100%;
    max-width: 13.333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.156vw solid #F28345;
    background-color: #F28345;
    color: #FFFFFF;
    text-decoration: none;
}

.button:hover {
    background-color: transparent;
    color: #FFFFFF;
}

.bold {
    font-weight: 700;
}

.bg_orange {
    background-color: #AF5D2F;
}

.full_w {
    width: 100% !important;
}

.white,
.wpcf7 form .wpcf7-response-output{
    color: #FFFFFF;
}

.brown {
    color: #2C2320;
}

.orange {
    color: #F28345;
}

.gray {
    color: #FFFFFF58;
}

.mt_8 {
    margin-top: 0.416vw;
}

.mt_16 {
    margin-top: 0.833vw;
}

.mt_32 {
    margin-top: 1.666vw;
}

.mt_64 {
    margin-top: 3.333vw;
}

.mt_128 {
    margin-top: 6.666vw;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output{
	border-color: #F28345;
}

/** HEADER */
#header {
    min-height: 5vw;
    background-color: #223941;
}

#header .header_logo {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-size: 2.5vw;
    line-height: 1.875vw;
    color: #F28345;
    margin-right: 3.333vw;
    display: flex;
    align-items: center;
}

#header .header_logo img {
    height: 1.875vw;
}

#header .full_menu_wrap .header_nav_menu li {
    margin: 0 0.833vw;
    position: relative;
}

#header .full_menu_wrap .header_nav_menu>li:first-child {
    margin-left: 0;
}

#header .full_menu_wrap .header_nav_menu li a:hover {
    color: #F28345;
}

#header .full_menu_wrap .header_nav_menu .wpml-ls-item {
    border: 0.156vw solid #AF5D2F;
    margin-left: auto;
    margin-right: 0;
    width: 100%;
    max-width: 5vw;
    padding: 0.416vw 0.833vw;
    display: flex;
    align-items: center;
}

#header .full_menu_wrap .header_nav_menu .wpml-ls-item li {
    border: none;
}

#header .full_menu_wrap .header_nav_menu>.wpml-ls-item::after {
    content: '';
    margin-left: auto;
    height: 0.52vw;
    aspect-ratio: 1/1;
    border-right: 0.156vw solid #AF5D2F;
    border-bottom: 0.156vw solid #AF5D2F;
    transform: rotate(45deg);
}

#header .full_menu_wrap .header_nav_menu>.wpml-ls-item:hover::after {
    transform: rotate(135deg);
}

#header .full_menu_wrap .header_nav_menu li a {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 1.666vw;
    color: #FFFFFF;
    text-decoration: none;
}

#header ul>li:hover>a {
    color: #F28345;
}

#header .full_menu_wrap .header_nav_menu>li.current_page_item>a {
    font-weight: 700;
}

#header .full_menu_wrap .header_nav_menu li ul {
    position: absolute;
    top: 2.5vw;
    right: -0.1vw;
    height: 0%;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
    list-style-type: none;
    background-color: #223941;
    border-right: 0.156vw solid #AF5D2F;
    border-bottom: 0.156vw solid #AF5D2F;
    border-left: 0.156vw solid #AF5D2F;
    width: 5vw;
    padding: 0;
}

#header .full_menu_wrap .header_nav_menu li:hover ul {
    height: fit-content;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}


/** FRONT PAGE */


#front_page_banner_section .bg_orange {
    min-height: 33.333vw;
}

#ajax_image_wrap {
    margin-right: 4.166vw;
}

#ajax_image_wrap {
    width: 33.333vw !important;
    height: 33.333vw !important;
    object-fit: contain !important;
}

#ajax_image_wrap canvas,
#ajax_image_wrap div:not(.cloudimage-360-loader):not(.cloudimage-360-view-360-icon) {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    object-fit: contain !important;
}

#banner_logo_wrap {
    padding: 6.145vw 10vw;
}

.logo_wrapper {
    height: 15.104vw;
    aspect-ratio: 47/58;
}

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

.contact_page_section .logo_wrapper img {
    filter: brightness(0) invert(1);
}

.logo_wrapper .title {
    font-size: 3vw;
}

.logo_wrapper .logo_text_wrap {
    border: 0.625vw solid #FFFFFF;
    padding: 0.937vw 0.416vw;
    height: 12.239vw;
    aspect-ratio: 1/1;
    display: flex;
    align-items: end;
}

#front_page_banner_section .logo_wrapper .logo_text_wrap {
    border-color: #2C2320;
}

.logo_wrapper .logo_text_wrap .text {
    font-size: 2.5vw;
    line-height: 2.5vw;
}



#front_page_banner_btn_section .button_wrap {
    border: 0.156vw dashed #2E4951;
    width: 22.604vw;
    height: 24.895vw;
    margin-top: -9.166vw;
    margin-left: 8.334vw;
    padding: 1.666vw;
    display: block;
}

#front_page_banner_btn_section .button_wrap .button_bg {
    background-color: #2E4951;
    height: 100%;
    width: 100%;
}

#front_page_banner_btn_section .button_wrap .button_bg .text {
    margin-top: 4.166vw;
}

#front_page_banner_btn_section .button_wrap:hover .button_bg .text {
    color: #FFFFFF;
}


#front_page_video_area {
    width: 100%;
    background-color: #2C2320;
    clip-path: polygon(0 0, 100% calc(0% + 5vw), 100% 100%, 0 calc(100% - 5vw));
    margin-top: -10vw;
}

#front_page_video_area.no_button {
    margin-top: 0;
}

#front_page_video_area .title {
    margin-top: 6.666vw;
}

#front_page_video_area .title.no_video {
    margin-bottom: 6.666vw !important;
}

#front_page_video_area .front_page_video {
    width: 100%;
    height: unset;
    aspect-ratio: 16/9;
    margin-top: 1.666vw;
    margin-bottom: 7.083vw;
}


#front_page_tabs_section {
    padding: 0 13.333vw;
}

#front_page_tabs_section .tab_buttons_wrap {
    background-color: #AF5D2F;
    height: 26.666vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5vw 3.333vw;
    border: none;
}

#front_page_tabs_section .tab_buttons_wrap .tab_title_wrap {
    height: 100%;
    aspect-ratio: 303/160;
}

#front_page_tabs_section .tab_buttons_wrap .tab_title_wrap .tab_button {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    padding: 0;
    transition: all .3s ease-in-out;
    border: 0.104vw solid #223941;
}

#front_page_tabs_section .tab_buttons_wrap .tab_title_wrap .tab_button:not(.collapsed) {
    border: 0.104vw dashed #223941;
    padding: 1.666vw;
    box-shadow: none;
}

#front_page_tabs_section .tab_buttons_wrap .tab_title_wrap .tab_button::after {
    content: none !important;
}

#front_page_tabs_section .tab_buttons_wrap .tab_title_wrap .tab_button:focus {
    box-shadow: none;
}

#front_page_tabs_section .tab_buttons_wrap .tab_title_wrap .tab_button .btn_title_wrap {
    height: 100%;
    width: 100%;
    background-color: #223941;
    display: flex;
    align-items: center;
    justify-content: center;
}

#front_page_tabs_section .tab_content_wrap {
    padding: 0 3.333vw;
}

#front_page_tabs_section .tab_content_wrap .content_wrap {
    background-color: #2C2320;
    padding: 5vw 8.333vw;
    border: none;
}

#front_page_tabs_section .tab_content_wrap .content_wrap .list_item img {
    margin-top: 0.208vw;
    margin-right: 0.937vw;
    height: 1.041vw;
    object-fit: contain;
}

#front_page_tabs_section .tab_content_wrap .content_wrap .list_item .child_list {
    padding-left: 2.916vw;
}

#feedback_slider_section #feedback_slider {
    padding: 1.666vw;
}

#feedback_slider_section #feedback_slider .slide_wrap {
    border: 0.156vw dashed #223941;
    padding: 3.333vw 6.666vw 5.833vw 6.666vw;
}

#feedback_slider_section #feedback_slider #indicators {
    margin: 0;
    position: absolute;
    left: 8.333vw;
    right: unset;
    bottom: 5vw;
}

#feedback_slider_section #feedback_slider #indicators .indicator {
    height: 0.520vw;
    width: unset;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 0.156vw solid #223941;
    background-color: transparent;
    opacity: 1;
}

#feedback_slider_section #feedback_slider #indicators .indicator.active {
    background-color: #223941;
}

#form_wrap {
    background-color: #2E4951;
    padding: 5vw 8.333vw;
}

#form_wrap .title {
    margin-bottom: 3.333vw;
}

#form_wrap .form_wrap span .form_field {
    width: 100%;
    background-color: transparent;
    border: 0.156vw solid #223941;
    text-align: center;
    margin-top: 1.666vw;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 1.041vw;
    line-height: 1.25vw;
    color: #FFFFFF;
    padding: 1.041vw;
}

#form_wrap .form_wrap span .form_field::placeholder {
    opacity: 1;
}

#form_wrap .form_wrap span #message_field.form_field {
    height: 13.333vw;
    text-align: start;
}

#form_wrap .form_wrap span #message_field.form_field::placeholder {
    text-align: center;
}

#form_wrap .form_wrap span:first-child .form_field {
    margin-top: 0;
}

#form_wrap .form_wrap span .form_field:focus {
    border-color: #F28345;
    outline: none;
    box-shadow: none;
}

#form_wrap .form_wrap>p {
    height: 1.666vw;
    margin: 0;
}

#form_wrap .form_wrap .send_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

#form_wrap .form_wrap .send_wrap .wpcf7-spinner {
    display: block;
    position: absolute;
    right: 0;
}

#form_wrap .form_wrap .send_wrap #send_btn {
    width: 100%;
    max-width: 13.333vw;
    border: 0.156vw solid #F28345;
    height: 3.333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F28345;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 1.666vw;
    color: #FFFFFF;
}

#form_wrap .form_wrap .send_wrap #send_btn:hover {
    background-color: transparent;
}

/** EMPLOYEE WITH DESCRIPTION */


.employee_with_description_section {
    padding: 0 13.333vw;
}

.employee_with_description_section:first-child {
    margin-top: 12.812vw;
}

.employee_with_description_section:nth-child(odd) {
    background-color: #2C2320;
}

.employee_with_description_section:nth-child(even) {
    background-color: #2E4851;
}

.employee_with_description_section .employee_image {
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    height: 16.666vw;
    aspect-ratio: 1/1;
    object-fit: cover;
    margin-top: -8.333vw;
}

.employee_with_description_section .employee_wrapper {
    padding-top: 1.666vw;
    padding-bottom: 10vw;
}

/** TITLE WITH DESCRIPTION */

#title_with_description_section .orange_div {
    padding: 1.666vw;
}

#title_with_description_section .orange_div .content_wrap {
    border: 0.156vw dashed #223941;
    padding: 3.333vw 5vw;
}

/** TITLE BANNER */

#title_banner_section .content_wrap {
    padding: 1.666vw;
}

#title_banner_section .content_wrap .title_wrap {
    padding: 5vw;
    border: 0.156vw dashed #223941;
}

/** PAGE BOXED CONTENT */

#boxed_content_section .boxed_content_wrap {
    border: 0.156vw dashed #F28345;
    padding: 1.666vw;
}

#boxed_content_section .boxed_content_wrap:first-child {
    margin-top: 0;
}

#boxed_content_section .boxed_content_wrap .image {
    margin-right: 1.666vw;
}

#boxed_content_section .boxed_content_wrap .image img {
    height: 16.666vw;
    aspect-ratio: 3/2;
    object-fit: cover;
}

#boxed_content_section .boxed_content_wrap:nth-child(even) {
    flex-direction: row-reverse;
}

#boxed_content_section .boxed_content_wrap:nth-child(even) .image {
    margin-right: 0;
    margin-left: 1.666vw;
}

#boxed_content_section .boxed_content_wrap .text_wrap {
    padding: 3.333vw;
}

/** CONTENT WITH IMAGE */

#content_with_image_section .content_wrap {
    background-color: #2E4851;
    padding: 0 !important;
}

#content_with_image_section .content_wrap .text_wrap {
    padding: 3.333vw;
    width: 52%;
}

#content_with_image_section .content_wrap .image_link {
    height: 100%;
    width: 48%;
    right: 0;
    top: 0;
}

#content_with_image_section .content_wrap .image_link .image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/** IMAGE CARDS */

#image_cards_section .cards_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    column-gap: 2.916vw;
    row-gap: 3.333vw;
}

#image_cards_section .cards_grid .card_image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#image_cards_section .cards_grid .card_mask {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#image_cards_section .cards_grid .card_mask .text {
    padding: 2.5vw 3.333vw;
}

/** INSTALLATION BLOCK */

#installation_block_section {
    padding-left: 0;
    padding-right: 0;
    margin-top: -4.166vw;
}

#installation_block_section .top_clip_path .part {
    background-color: #AF5D2F;
    height: 6.666vw;
    width: 50%;
}

#installation_block_section .top_clip_path .part.left {
    clip-path: polygon(0 0, 0% 100%, 101% 100%);
}

#installation_block_section .top_clip_path .part.right {
    clip-path: polygon(100% 0, -1% 100%, 100% 100%);
    z-index: -1;
}

#installation_block_section #installation_block_content_wrap {
    background-color: #AF5D2F;
    padding-top: 5vw;
    padding-bottom: 8.333vw;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6.666vw), 50% 100%, 0 calc(100% - 6.666vw));
}

#installation_block_section #installation_block_content_wrap .grid_wrap {
    display: grid;
    grid-auto-rows: 1fr;
    column-gap: 2.916vw;
}

#installation_block_section #installation_block_content_wrap .grid_wrap .grid_item {
    border: 0.156vw dashed #223941;
    padding: 1.666vw;
    min-height: 22.5vw;
}

#installation_block_section #installation_block_content_wrap .grid_wrap .grid_item img {
    height: 5vw;
}

#installation_block_section #installation_block_content_wrap .button {
    border-color: #223941;
    background-color: #223941;
}

#installation_block_section #installation_block_content_wrap .button:hover {
    background-color: transparent;
}

#installation_block_section #installation_block_content_wrap .grid_wrap > span {
    display: none;
}

#installation_block_section .top_clip_path {
    margin-bottom: -1px;
}

/** LIST WITH TITLE */

#list_with_title_section .list_and_title_wrap {
    background-color: #2C2320;
    padding: 5vw;
}

/** BUTTONS WITH TITLE */

#buttons_with_title_section .content_wrap {
    border: 0.156vw dashed #F28345;
    width: 100%;
    max-width: 55vw;
    min-height: 18.333vw;
    padding: 1.666vw;
}

#buttons_with_title_section .content_wrap .buttons_wrap .button {
    margin: 0 1.666vw;
}

/** CONTACTS PAGE */

.contact_page_section .additional_information_wrap {
    background-color: #2E4851;
    padding: 3.333vw 8.333vw;
}

.contact_page_section .additional_information_wrap .logo_wrapper .title {
    font-size: 3vw;
}

.contact_page_section .additional_information_wrap .logo_text_wrap {
    height: 12.239vw;
    aspect-ratio: 1/1;
}

.contact_page_section .additional_information_wrap .information_wrap .information {
    padding: 0.833vw 0;
}

.contact_page_section .additional_information_wrap .information_wrap .information:first-child {
    padding-right: 6.666vw;
}

.contact_page_section .additional_information_wrap .information_wrap .information:last-child {
    border-left: 0.052vw solid #223941;
    padding-left: 6.666vw;
}

.contact_page_section .additional_information_wrap .information_wrap .information .info {
    margin-top: 1.666vw;
}

.contact_page_section .additional_information_wrap .information_wrap .information .info:first-child {
    margin-top: 0;
}

.contact_page_section .additional_information_wrap .information_wrap .employees_wrap .employee>.text {
    margin-top: 0.833vw;
}

.contact_page_section .additional_information_wrap .information_wrap .employees_wrap .employee>.text:first-child {
    margin-top: 0;
}

.contact_page_section .additional_information_wrap .information_wrap .employees_wrap .employee .flag {
    height: 1.25vw;
    aspect-ratio: 32/24;
    margin-right: 1.666vw;
}

.contact_page_section .information_wrap .employees_wrap .employee:last-child {
margin-top: 3.336vw;
}

/** FOOTER */

#footer {
    min-height: 11.25vw;
    background-color: #2C2320;
}

#footer .icon {
    font-size: 1.25vw;
    margin-right: 0.833vw;
}

#footer .item {
    margin: 0 0.833vw;
}

#footer .item:first-child {
    margin-left: 0;
}

#footer .item:last-child {
    margin-right: 0;
}

#footer .item img {
    height: 0.833vw;
    object-fit: contain;
    margin-right: 0.416vw;
}

/** ANIMATION */

#full_screen_animation .cloudimage-360-inner-box .cloudimage-360-view-360-icon,
#front_page_banner_section .cloudimage-360-inner-box .cloudimage-360-view-360-icon {
    background-color: #AF5D2F;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    height: 5.208vw;
    width: unset;
    aspect-ratio: 1/1;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 1.041vw;
    line-height: 1.25vw;
}













@media (max-width: 999px) {

    #footer .item img {
        height: 16px;
        margin-right: 8px;
    }

    #full_screen_animation .cloudimage-360-hotspot-custom-icon {
        height: 42px !important;
        left: -21px !important;
        top: -21px !important;
    }

    #full_screen_animation .cloudimage-360-hotspot-custom-icon::before {
        height: 18px !important;
    }

    #full_screen_animation .cloudimage-360-hotspot-custom-icon::after {
        font-size: 16px !important;
    }

    #full_screen_animation .cloudimage-360-inner-box .cloudimage-360-view-360-icon {
        height: 100px !important;
    }

    section,
    header,
    footer,
    #installation_block_content_wrap {
        padding: 0 80px;
    }

    #footer {
        padding: 0 32px;
    }

    #header {
        min-height: 96px;
    }

    #header .header_logo {
        font-size: 5vw;
    }

    #header .full_menu_wrap .header_nav_menu>li:last-child {
        padding: 8px;
    }

    #header .full_menu_wrap .header_nav_menu li ul {
        top: 36px;
        right: -0.1vw;
    }

    #form_wrap {
        padding: 48px 64px;
    }

    #title_with_description_section .orange_div {
        padding: 16px;
    }

    .mt_8 {
        margin-top: 8px;
    }

    .mt_16 {
        margin-top: 16px;
    }

    .mt_32 {
        margin-top: 32px;
    }

    .mt_64 {
        margin-top: 64px;
    }

    .mt_128 {
        margin-top: 64px;
    }

    section:last-of-type {
        padding-bottom: 64px;
    }

    #title_with_description_section .orange_div .content_wrap,
    #front_page_tabs_section .tab_buttons_wrap .tab_title_wrap .tab_button:not(.collapsed),
    #front_page_banner_btn_section .button_wrap,
    #feedback_slider_section #feedback_slider .slide_wrap,
    #title_banner_section .content_wrap .title_wrap,
    #boxed_content_section .boxed_content_wrap,
    #boxed_content_section .boxed_content_wrap:nth-child(even) {
        padding: 16px;
        border: 2px dashed #2E4951;
    }

    #boxed_content_section .boxed_content_wrap,
    #boxed_content_section .boxed_content_wrap:nth-child(even) {
        border-color: #F28345;
    }

    #feedback_slider_section #feedback_slider .slide_wrap {
        padding-bottom: 64px;
    }

    #feedback_slider_section #feedback_slider #indicators .indicator {
        height: 10px;
        border: 1px solid #223941;
    }

    #feedback_slider_section #feedback_slider #indicators {
        left: 32px;
        bottom: 48px;
    }

    .title {
        font-size: 32px;
        line-height: 40px;
    }

    .text,
    #footer .icon,
    #form_wrap .form_wrap span .form_field,
    #form_wrap .form_wrap .send_wrap #send_btn,
    #header .full_menu_wrap .header_nav_menu li a,
    #full_screen_animation .cloudimage-360-modal-description {
        font-size: 16px;
        line-height: 20px;
    }

    .contact_page_section .additional_information_wrap .information_wrap .employees_wrap .employee .flag {
        height: 16px;
    }

    #front_page_tabs_section .tab_buttons_wrap .tab_title_wrap .tab_button .btn_title_wrap {
        padding: 16px;
        text-align: center;
    }

    .employee_with_description_section {
        padding: 0 32px;
    }

    #employee_with_description_section_wrap {
        padding: 0;
    }

    #content_with_image_section .content_wrap .text_wrap,
    #list_with_title_section .list_and_title_wrap,
    #front_page_tabs_section .tab_content_wrap .content_wrap {
        padding: 32px;
    }

    .button,
    #form_wrap .form_wrap .send_wrap #send_btn {
        height: 48px;
        max-width: 192px;
    }

    .contact_page_section .additional_information_wrap .information_wrap .information:first-child {
        padding-right: 32px;
    }

    .contact_page_section .additional_information_wrap .information_wrap .information:last-child {
        padding-left: 32px;
        border-left: 1px solid #223941;
    }

    .contact_page_section .additional_information_wrap {
        padding: 16px 32px;
    }
    #header .header_logo img {
        height: 36px;
    }
    .contact_page_section .additional_information_wrap .employee span:last-child a {
        margin-left: 38px !important;
    }
}

@media (max-width: 767px) {

    section,
    header,
    footer,
    #installation_block_content_wrap {
        padding: 0 16px;
    }

    #header {
        min-height: 64px;
        justify-content: space-between;
    }

    #header .header_content_wrap {
        min-height: 64px;
        justify-content: space-between;
    }

    .text,
    #footer .icon,
    #form_wrap .form_wrap span .form_field,
    #form_wrap .form_wrap .send_wrap #send_btn,
    #header .full_menu_wrap .header_nav_menu li a,
    #full_screen_animation .cloudimage-360-modal-description {
        font-size: 20px;
        line-height: 24px;
    }

    #mobile_nav {
        display: block !important;
        padding: 8px;
    }

    #mobile_nav .mobile_nav_button {
        aspect-ratio: 1/1;
        height: 24px;
        background-color: transparent;
        border: 0;
        padding: 0;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #mobile_nav .mobile_nav_button .bar {
        height: 4px;
        width: 24px;
        background-color: #F28345;
        position: absolute;
        transition: all .5s ease-in-out;
    }

    #mobile_nav .mobile_nav_button .bar.top {
        top: 0;
        left: 0;
    }

    #mobile_nav .mobile_nav_button .bar.middle {
        margin-left: -2px;
    }

    #mobile_nav .mobile_nav_button .bar.bottom {
        top: calc(100% - 4px);
        left: 0;
    }

    #mobile_nav .mobile_nav_button:not(.collapsed) .bar {
        background-color: #FFFFFF;
    }

    #mobile_nav .mobile_nav_button:not(.collapsed) .bar.top {
        top: 10px;
        transform: rotate(45deg);
    }

    #mobile_nav .mobile_nav_button:not(.collapsed) .bar.middle {
        opacity: 0;
    }

    #mobile_nav .mobile_nav_button:not(.collapsed) .bar.bottom {
        top: calc(100% - 14px);
        transform: rotate(-45deg);
    }

    #mobile_navigation .mobile_menu_wrap {
        display: flex;
        justify-content: center;
    }

    #mobile_navigation .mobile_menu_wrap ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        list-style-type: none;
        padding: 0;
    }

    #mobile_navigation .mobile_menu_wrap>ul {
        margin-bottom: 32px;
    }

    #mobile_navigation .mobile_menu_wrap ul li {
        margin-top: 24px;
        display: flex;
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }

    #mobile_navigation .mobile_menu_wrap>ul>li:first-child {
        margin-top: 0;
    }

    #mobile_navigation .mobile_menu_wrap ul li a {
        text-decoration: none;
        color: #FFFFFF;
        font-size: 20px;
        line-height: 24px;
        font-family: 'Jost';
        font-weight: 400;
        padding: 8px;
        text-align: center;
    }

    #mobile_navigation .mobile_menu_wrap ul li.current_page_item a {
        font-weight: 700;
    }

    #mobile_navigation .mobile_menu_wrap>ul>li:last-child {
        border: 2px solid #F28345;
        margin-left: 0;
        margin-right: 0;
    }

    #mobile_navigation .mobile_menu_wrap>ul>li:last-child>a {
        display: flex;
        align-items: center;
        pointer-events: none;
    }

    #mobile_navigation .mobile_menu_wrap>ul>li:last-child>a::after {
        content: '';
        display: block;
        height: 10px;
        aspect-ratio: 1/1;
        border-bottom: 4px solid #FFFFFF;
        border-right: 4px solid #FFFFFF;
        margin-left: 16px;
        margin-top: -2px;
        transition: all .2s ease-in-out;
        transform: rotate(45deg);
    }

    #mobile_navigation .mobile_menu_wrap>ul>li:last-child:hover>a::after {
        transform: rotate(135deg);
    }

    #mobile_navigation .mobile_menu_wrap>ul>li ul {
        clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
        transition: all .3s ease-in-out;
        height: 0px;
    }

    #mobile_navigation .mobile_menu_wrap>ul>li:hover ul {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    #mobile_navigation .mobile_menu_wrap>ul>li>ul li {
        margin-top: 8px;
    }

    #mobile_navigation .mobile_menu_wrap>ul>li>ul li:last-child {
        margin-bottom: 8px;
    }

    #content_with_image_section .content_wrap {
        flex-direction: column;
        justify-content: center !important;
    }

    #content_with_image_section .content_wrap .image_link {
        position: relative !important;
        height: 240px;
    }

    #content_with_image_section .content_wrap .text_wrap,
    #content_with_image_section .content_wrap .image_link {
        width: 100%;
    }

    #installation_block_section .top_clip_path .part.right {
        z-index: unset;
    }

    #installation_block_section #installation_block_content_wrap .grid_wrap {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        column-gap: unset;
        row-gap: 32px;
        width: 100%;
    }

    #installation_block_section #installation_block_content_wrap .grid_wrap .grid_item {
        border: 2px dashed #223941;
        padding: 32px;
    }

    #installation_block_section .top_clip_path .part {
        height: 64px;
    }

    #installation_block_section #installation_block_content_wrap {
        padding-top: 32px;
        padding-bottom: 96px;
    }

    #buttons_with_title_section .content_wrap {
        border: 2px dashed #F28345;
        max-width: 100%;
        padding: 16px;
    }

    #title_banner_section .content_wrap {
        padding: 16px;
    }

    #title_banner_section .content_wrap .title_wrap {
        border: 2px dashed #223941;
        padding: 16px;
    }

    #buttons_with_title_section .content_wrap .buttons_wrap {
        flex-direction: column;
    }

    #buttons_with_title_section .content_wrap .buttons_wrap .button:last-child {
        margin-left: 0;
        margin-top: 16px;
    }

    #boxed_content_section .boxed_content_wrap,
    #boxed_content_section .boxed_content_wrap:nth-child(even) {
        padding: 16px;
        border: 2px dashed #F28345;
        flex-direction: column;
    }

    #boxed_content_section .boxed_content_wrap .image,
    #boxed_content_section .boxed_content_wrap:nth-child(even) .image {
        margin: 0;
        width: 100%;
        height: 224px;
    }

    #boxed_content_section .boxed_content_wrap .image img,
    #boxed_content_section .boxed_content_wrap:nth-child(even) .image img {
        width: 100%;
        height: 100%;
        aspect-ratio: unset;
    }

    #image_cards_section .cards_grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        row-gap: 32px;
        column-gap: unset;
    }

    #image_cards_section .cards_grid .card_wrap {
        height: 256px;
    }

    #image_cards_section .cards_grid .card_wrap .card_image {
        aspect-ratio: unset;
        height: 100%;
        width: 100%;
    }

    #image_cards_section .cards_grid .card_wrap .card_mask .text {
        padding: 16px 48px;
    }

    .employee_with_description_section .employee_image {
        height: 224px;
        margin-top: -112px;
    }

    .employee_with_description_section:first-child {
        margin-top: 128px;
    }

    .employee_with_description_section .employee_wrapper {
        padding-bottom: 128px;
        padding-top: 32px;
    }

    .employee_with_description_section:last-child .employee_wrapper {
        padding-bottom: 64px;
    }

    #full_nav {
        display: none;
    }

    .title,
    #header .header_logo {
        font-size: 32px;
        line-height: 48px;
    }

    #form_wrap .title {
        margin-bottom: 32px;
    }

    .button,
    #form_wrap .form_wrap .send_wrap #send_btn {
        height: 64px;
        max-width: 100%;
    }

    #form_wrap .form_wrap span .form_field {
        margin-top: 32px;
        padding: 8px;
    }

    #form_wrap .form_wrap>p {
        height: 32px;
    }

    .contact_page_section .additional_information_wrap {
        flex-direction: column-reverse;
        padding: 32px;
    }

    .logo_wrapper {
        height: 290px;
    }

    .contact_page_section .additional_information_wrap .logo_wrapper {
        margin-top: 32px;
    }

    .contact_page_section .additional_information_wrap .information_wrap {
        flex-direction: column;
        width: 100%;
    }

    .contact_page_section .additional_information_wrap .information_wrap .information:first-child {
        padding: 0;
    }

    #form_wrap .form_wrap span #message_field.form_field {
        height: 128px;
    }

    .contact_page_section .additional_information_wrap .information_wrap .information:last-child {
        padding: 0;
        border-left: none;
        border-top: 1px solid #223941;
        padding-top: 16px;
        margin-top: 16px;
    }

    .logo_wrapper .title {
        font-size: 48px !important;
        line-height: 64px;
    }

    .logo_wrapper .logo_text_wrap {
        height: 232px !important;
        border: 8px solid #FFFFFF;
        padding: 10px 10px 16px 10px;
    }

    .logo_wrapper .logo_text_wrap .text {
        font-size: 48px;
        line-height: 50px;
    }

    #footer {
        padding: 32px 16px;
        justify-content: start !important;
    }

    #footer>div {
        flex-direction: column;
    }

    #footer .item {
        margin: 32px 0 0 0;
    }

    #footer .item:first-child {
        margin-top: 0;
    }

    #front_page_banner_section .bg_orange {
        flex-direction: column;
        align-items: center;
        padding: 32px;
    }

    #front_page_banner_section .bg_orange #banner_logo_wrap {
        padding: 0 0 32px 0;
    }

    .ajax_image_wrapper #ajax_image_wrap,
    .ajax_image_wrapper #ajax_image_wrap canvas {
        margin: 0;
        height: 100% !important;
        width: 100% !important;
        max-height: 360px !important;
        max-width: 360px !important;
    }

    #front_page_banner_btn_section .button_wrap {
        margin: -64px auto 0 auto;
        width: calc(100% - 64px);
        z-index: 1;
        position: relative;
        min-height: 240px;
    }

    #front_page_banner_btn_section .button_wrap .button_bg {
        padding: 64px 32px;
    }

    #front_page_banner_btn_section .button_wrap .button_bg .text {
        margin: 0;
        text-align: center;
    }

    #front_page_video_area {
        z-index: 2;
        clip-path: polygon(0 0, 100% calc(0% + 5vw), 100% 100%, 0 100%);
    }

    #front_page_video_area .front_page_video {
        margin: 16px 0;
    }

    #front_page_tabs_section {
        padding: 0 16px;
        margin-top: 32px;
    }

    #front_page_tabs_section .tab_buttons_wrap {
        height: unset;
        padding: 32px;
        align-items: unset;
        justify-content: unset;
        display: grid;
        grid-auto-rows: 1fr;
        row-gap: 16px;
    }

    #front_page_tabs_section .tab_buttons_wrap .tab_title_wrap {
        min-height: 128px;
        aspect-ratio: unset;
        width: 100%;
    }

    #feedback_slider_section #feedback_slider {
        padding: 16px;
    }

    #front_page_tabs_section .tab_content_wrap .content_wrap .list_item img {
        margin-top: 4px;
        margin-right: 8px;
        height: 20px;
    }

    #front_page_tabs_section .tab_content_wrap .content_wrap .list_item .child_list {
        padding-left: 48px;
    }
    .contact_page_section .additional_information_wrap .employee span:last-child a {
        margin-left: 34px !important;
    }

    #instructions .content_wrap {
        max-width: 100% !important;
        padding: 32px !important;
    }

    #instructions .content_wrap .buttons_wrap {
        flex-direction: column;
    }

    #instructions .content_wrap .buttons_wrap .button,
    #instructions .content_wrap .buttons_wrap .button ul,
    #instructions .content_wrap {
        border-width: 2px !important;
    }

    #instructions .content_wrap .buttons_wrap .button ul {
        margin: 0 -2px !important;
    }

    #instructions .content_wrap .buttons_wrap .button:last-child {
        margin-left: 0 !important;
        margin-top: 32px;
    }
}

@media (max-width: 500px) {
    #form_wrap {
        padding: 48px 32px;
    }
    .contact_page_section .additional_information_wrap .employee span:last-child a {
        margin-left: 30px !important;
    }
}