/** Fonts */

@font-face {
    font-family: 'Klavika CH';
    src: url('../fonts/KlavikaCH/KlavikaCH-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Klavika CH';
    src: url('../fonts/KlavikaCH/KlavikaCH-RegularItalic.otf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Klavika CH';
    src: url('../fonts/KlavikaCH/KlavikaCH-Bold.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Klavika CH';
    src: url('../fonts/KlavikaCH/KlavikaCH-BoldItalic.otf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

/** General */

html {
    overflow-x: hidden;
}

body {
    background-color: #F5F5F5;
}

section {
    padding: 0 256px;
}

.container-fluid {
    padding: 0;
}

#header_wrap {
    min-height: 112px;
    z-index: 999;
}

.title {
    font-family: 'Klavika CH';
    font-style: normal;
    font-size: 64px;
    line-height: 80px;
    color: #122C4E;
}

.text {
    font-family: 'Klavika CH';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #122C4E;
}

.bold {
    font-weight: bold;
}

.button {
    border: 2px solid #122C4E;
    width: 100%;
    max-width: 256px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
}

.button>div {
    background-color: #122C4E;
    width: 100%;
    height: 100%;
    position: absolute;
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
    transition: all .3s cubic-bezier(.8, 0, .2, 1);
}

.button>span {
    z-index: 1;
    color: #122C4E;
    transition: all .3s cubic-bezier(.8, 0, .2, 1);
}

.button:hover div {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}

.button:hover>span {
    color: #FFFFFF;
}

a {
    color: #122C4E;
    text-decoration: none;
}

.mt_16 {
    margin-top: 16px;
}

.mt_32 {
    margin-top: 32px;
}

.mt_160 {
    margin-top: 160px;
}

.mt_128 {
    margin-top: 128px;
}

.mt_608 {
    margin-top: 608px;
}

.p {
    font-family: 'Klavika CH';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #122C4E;
}

.h2 {
    font-family: 'Klavika CH';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 80px;
    color: #122C4E;
}



/** Header */

.header_block {
    justify-content: space-between;
}

.menu-item a {
    font-family: 'Klavika CH';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #122C4E;
    margin-left: 32px;
}

#menu-header-menu {
    margin-bottom: 0;
}














/** Portfolio Page */

#portfolio_filters_wrap {
    min-height: 288px;
    background-color: #122C4E;
}

#portfolio_filters_wrap .portfolio_filter_col {
    width: fit-content;
}

#portfolio_filters_wrap .portfolio_filter_col .portfolio_filter {
    margin-top: 16px;
    width: 100%;
    max-width: 288px;
}

#portfolio_filters_wrap .portfolio_filter_col .portfolio_filter:first-child {
    margin-top: 0;
}

#portfolio_filters_wrap .portfolio_filter_col .portfolio_filter label,
#portfolio_filters_wrap .portfolio_filter_col .portfolio_filter select,
#portfolio_filters_wrap .portfolio_filter_col .portfolio_filter input {
    font-family: 'Klavika CH';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
}

#portfolio_filters_wrap .portfolio_filter_col .portfolio_filter label.bold {
    font-weight: bold;
}

#portfolio_filters_wrap .portfolio_filter_col .portfolio_filter select,
#portfolio_filters_wrap .portfolio_filter_col .portfolio_filter input {
    width: 100%;
    height: 64px;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    margin-top: 8px;
    padding: 16px;
}

#portfolio_filters_wrap .portfolio_filter_col .portfolio_filter input::placeholder {
    text-align: end;
    visibility: visible !important;
    opacity: .6;
}
















#portfolio_content_wrap .portfolio_content_wrap {
    background-color: #E7EAED;
    margin-top: 64px;
}

#portfolio_content_wrap .portfolio_content_wrap:last-child {
    margin-bottom: 128px;
}

#portfolio_content_wrap .portfolio_content_wrap .portfolio_content_img {
    width: 100%;
    max-width: 512px;
    height: 100%;
    min-height: 512px;
    object-fit: cover;
}

#portfolio_content_wrap .portfolio_content_wrap .portfolio_textarea_wrap {
    margin: 112px 64px 80px 64px;
    max-width: 768px;
}

#portfolio_content_wrap .portfolio_content_wrap .portfolio_textarea_wrap .portfolio_title_wrap span,
#portfolio_single_content_wrap .portolio_single_content h1 span {
    margin-left: 32px;
    opacity: .8;
}

#portfolio_content_wrap .portfolio_content_wrap .portfolio_textarea_wrap .portfolio_info_wrap .dot,
#portfolio_single_content_wrap .portolio_single_content .portfolio_single_info_wrap .dot {
    height: 4px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #122C4E;
    display: inline-block;
    margin: 0 16px;
}

#portfolio_content_wrap .portfolio_content_wrap .portfolio_textarea_wrap .info,
#portfolio_single_content_wrap .portolio_single_content .portfolio_single_info_wrap .info,
#single_content_breadcrumbs_wrap a,
#single_content_breadcrumbs_wrap span {
    font-family: 'Klavika CH';
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #122C4E;
    opacity: .8;
}

#portfolio_content_wrap .portfolio_content_wrap .portfolio_textarea_wrap .portfolio_content_text,
#portfolio_single_content_wrap .portolio_single_content .portfolio_single_content_text {
    margin-top: 16px;
}


#portfolio_content_wrap .portfolio_content_wrap .portfolio_textarea_wrap .button {
    margin-top: 48px;
}





















#portfolio_single_content_wrap .portfolio_single_image_wrap {
    width: 100%;
    max-width: 480px;
}

#portfolio_single_content_wrap .portfolio_single_image_wrap .portfolio_single_main_image_wrap .portfolio_single_main_image {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

#portfolio_single_content_wrap .portfolio_single_image_wrap .portfolio_single_gallery_wrap {
    margin: 32px 0;
    display: grid;
    grid-template-columns: auto auto auto auto;
    row-gap: 32px;
    column-gap: 32px;
}

#portfolio_single_content_wrap .portfolio_single_image_wrap .portfolio_single_gallery_wrap .portfolio_single_secondary_image {
    width: 100px;
    max-width: 96px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

#portfolio_single_content_wrap .portolio_single_content {
    margin-left: 96px;
}

#single_content_breadcrumbs_wrap {
    margin: 32px 0;
}

#single_content_breadcrumbs_wrap a {
    text-decoration: none;
    border-bottom: 0px solid #122C4E;
    opacity: 1;
    transition: all .3s cubic-bezier(.8, 0, .2, 1);
}

#single_content_breadcrumbs_wrap a:hover {
    opacity: .8;
}

#single_content_breadcrumbs_wrap .breadcrumb {
    margin: 0 8px;
}







































































.page_background_image {
    width: 100vw;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}


#footer_wrap {
    min-height: 464px;
    background-color: #122C4E;
}



@media (max-width: 1735px) {
    section {
        padding: 0 200px;
    }
}

@media (max-width: 1623px) {
    section {
        padding: 0 128px;
    }
}

@media (max-width: 1479px) {
    #portfolio_filters_wrap .portfolio_filter_col {
        justify-content: end;
    }

    #portfolio_filters_wrap .portfolio_filter_col .portfolio_filter {
        max-width: 256px;
    }
}

@media (max-width: 1351px) {
    #portfolio_filters_wrap .portfolio_filter_col .portfolio_filter {
        max-width: 200px;
    }
}

@media (max-width: 1127px) {
    section {
        padding: 0 64px;
    }
}

@media (max-width: 999px) {
    #portfolio_filters_wrap form>div {
        justify-content: center !important;
        padding: 48px 0;
    }

    #portfolio_filters_wrap .portfolio_filter_col .portfolio_filter {
        max-width: 288px;
    }
}

@media (max-width: 727px) {
    #portfolio_filters_wrap .portfolio_filter_col .portfolio_filter {
        max-width: 200px;
    }
}

@media (max-width: 551px) {
    #portfolio_filters_wrap .portfolio_filter_col .portfolio_filter {
        max-width: 256px;
    }
}





































.front_page_slider_wrap {
    margin-top: -224px;
}


#front_page_banner_wrap {
    margin-top: -112px;
    height: 1024px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding-bottom: 224px !important;
}
#front_page_banner_wrap .container-fluid {
    z-index: 1;
    position: relative;
    height: 100%;
    margin-left: 256px;
}
#front_page_banner_wrap .banner_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#front_page_banner_wrap .banner_mask.to_top {
    background: linear-gradient(0deg, rgba(245,245,245,1) 0%, rgba(245,245,245,0) 100%); 
}
#front_page_banner_wrap .banner_mask.to_right {
    background: linear-gradient(90deg, rgba(245,245,245,.75) 0%, rgba(245,245,245,0) 75%); 
}

#front_page_banner_wrap .banner_mask.to_bottom {
    background: linear-gradient(180deg, rgba(245,245,245,.75) 0%, rgba(245,245,245,0) 50%); 
}



/*TOP BLOCK*/

.main_title {
    font-family: 'Klavika CH';
    font-style: normal;
    font-weight: 700;
    font-size: 96px;
    line-height: 112px;
    color: #122C4E;
}

.frontpage_top_button a {
    padding: 16px;
    border: 2px solid #122C4E;
}


.frontpage_background_image {
    position: absolute;
    width: 100%;
    height: 170%;
    top: 0px;
    z-index: -1;
}

/*OUR ADVANTAGES*/

.our_advantages_wrap {
    margin-top: 128px;
}
.our_advantages_wrap img {
    height: 576px;
    width: 100%;
    max-width: 544px;
    object-fit: cover;
}
.our_advantages_wrap .ul_wrap {
    margin-left: 96px;
    max-width: 768px;
}

.our_advantages_wrap ul li:first-child {
    margin-top: 0;
}

.figures {
    position: absolute;
    margin-top: -1.9%;
    right: 128px;
    z-index: -9;
}

/*CONTACT*/

.contact_row input {
    text-align: center;
}

.frontpage_contact {
    background: ;
}

.border_padding_responsive {
    padding: 64px;
}

.frontpage_contact {
    height: ;
    padding-top: 10%;
}

.contact_row {
    margin-top: 32px;
    margin-bottom: 32px;
}

.contact_row input {
    text-align: center;
    background: transparent;
    border: 2px solid #122C4E;
    font-size: 20px;
    line-height: 24px;
    color: #122C4E;
    outline: none;
    font-family: 'Klavika CH';
}

::placeholder {
    color: #122C4E;
    font-family: 'Klavika CH';
}

.contact_name,
.contact_email,
.phone_number,
.business_name {
    padding-top: 20px;
    padding-bottom: 20px;
}

.contact_message {
    height: 256px;
}

.contact_title {
    text-align: center;
}

.contact_section {
    clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
    background: #E8EAEE;
    margin-top: ;
}



/*SLIDER*/

.buttons_slider {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.buttons_slider svg {
    margin: 32px;
}

.previous.svelte-v96mw1,
.next.svelte-v96mw1 {
    display: none !important;
}

#front_page_slider {
    width: 106.67%;
    margin-left: 256px;
}

#front_page_slider .front_page_slide .slide_content img {
    max-width: 384px;
    width: 100%;
    height: 384px;
    object-fit: cover;
}

#previous_slide {
    border-right: none;
    border-left: 3px solid #122C4E;
    border-top: none;
    border-bottom: 3px solid #122C4E;
}

#next_slide {
    border-right: 3px solid #122C4E;
    border-left: none;
    border-top: 3px solid #122C4E;
    border-bottom: none;
}

.slide_btn {
    width: 25px;
    height: 25px;
    rotate: 45deg;
    background: transparent;
    opacity: .5;
    padding: 0;
    transition: all .2s ease-in-out;
    margin: 24px;
}

.slide_btn:hover {
    opacity: 1;
}

/*ABOUT US*/

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

.about_us_top_content {
    margin-top: -200px;
}

.about_us_advantages {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
}

.abou_us_bgc {
    height: 100%;
    position: absolute;
    width: 100%;
    margin-top: -630px;
    z-index: -2;
    clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
    background: #E8EAEE;
}

/*KONTAKT*/

.kontakt_page_form {
    width: inherit;
}

.contact_page_title {
    text-align: left;
}

.kontakt_page_form .contact_row input {
    text-align: left;
}

.our_team {
    padding-top: 8%;
}

.team_card img {
    max-width: 100%;
}

.team_card p {
    font-family: 'Klavika CH';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #122C4E;
}

.employee_name span {
    opacity: 0.8;
    margin-left: 50px;
}

.contactpage_wrap {
    padding-right: 64px;
    position: fixed;
    left: 216px;
}

.contactpage_row {
    justify-content: end;
}

.footer_list li a {
    font-family: 'Klavika CH';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
}

.footer_title {
    font-family: 'Klavika CH';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
}

.footer_list li {
    max-width: 309px;
    margin-top: 16px;
}

.p_80 {
    padding: 80px;
}

.lfooter_list {
    margin-top: 32px;
}