.projects__text * {
    color: #fff;
}
.prdctfltr_filter.prdctfltr_expand_parents > .prdctfltr_add_scroll > .prdctfltr_checkboxes > .pfw--has-childeren > span {
    font-weight: 700;
}

.category__item {
    transition: all .3s ease;
}
.category__item:hover {
    transform: scale(0.95)
}

.section-first-window_alaska::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
    pointer-event: none;
    z-index: 0;
}
.section-first-window_alaska > .container-fluid {
    position: relative;
    z-index: 1;
}

.section-slider_fakro-cherd .swiper-slide__img {
    max-height: 285px;
}

.section-slider_fakro-cherd2 .swiper-slide__img {
    max-height: 385px;
}

.prdctfltr_columns_1 .prdctfltr_filter {
    margin-bottom: 30px;
}
.btn-margin-left {
    margin-left: 1rem;
}
.section-engine {
    padding: 80px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    max-width: 100vw;
    overflow: hidden;
}

.section-engine .swiper-slide__img,
.section-engine .img {
    clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 50px);
}

.section-engine > .container-fluid {
    width: 100%;
}

.section-engine .img,
.section-engine .img > img {
    max-width: 100%;
    width: 100%;
}

.section-engine h1,
.section-engine h2,
.section-engine h3,
.section-engine h4,
.section-engine h5,
.section-engine h6 {
    font-family: 'Inter', sans-serif;
    font-weight: bolder;
}

.section-engine h1 {
    font-size: 64px;
    line-height: 1.2;
}

.section-engine h2 {
    font-size: 42px;
    line-height: 1.3;
}

.section-engine h3 {

}

.section-engine h4 {

}

.section-engine h6 {

}

.section-engine p {
    font-size: 16px;
    line-height: 1.4;
}

.section-engine a {

}

.section-engine ul {

}

.section-engine ul li {
    margin: 10px 0;
}

.section-engine ol {

}

.section-engine ol li {

}

.section-engine strong,
.section-engine b {

}

.section-engine i,
.section-engine em {

}
.section-engine table {
    border-right: 1px solid;
    border-top: 1px solid;
    border-bottom: 0;
    border-left: 0;
    outline: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.section-engine th,
.section-engine tr {
    border: 0;
    outline: none;
}

.section-engine td {
    padding: 5px 10px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 0;
    border-top: 0;
}

.section-engine blockquote {

}

.section-engine code {

}

/*  =========================
    PALETTE
==========================  */

/* Main */

.section-palette-main {
    background-color: var(--main-color-background);
}

.section-palette-main h1,
.section-palette-main h2,
.section-palette-main h3,
.section-palette-main h4,
.section-palette-main h5,
.section-palette-main h6,
.section-palette-main p,
.section-palette-main span,
.section-palette-main em,
.section-palette-main i,
.section-palette-main strong,
.section-palette-main b,
.section-palette-main code,
.section-palette-main blockquote,
.section-palette-main pre,
.section-palette-main td,
.section-palette-main li {
    color: var(--main-color-text);
}
.section-palette-main table {
    border-top-color: var(--main-color-text);
    border-right-color: var(--main-color-text);
}
.section-palette-main td {
    border-bottom-color: var(--main-color-text);
    border-left-color: var(--main-color-text);
}
.section-palette-main code,
.section-palette-main blockquote,
.section-palette-main pre {
    color: var(--main-color-middle);
}
.section-palette-main span.accent-color {
    color: var(--main-color-accent);
}

/* Accent */

.section-palette-accent {
    background-color: var(--accent-color-background);
}

.section-palette-accent h1,
.section-palette-accent h2,
.section-palette-accent h3,
.section-palette-accent h4,
.section-palette-accent h5,
.section-palette-accent h6,
.section-palette-accent p,
.section-palette-accent span,
.section-palette-accent em,
.section-palette-accent i,
.section-palette-accent strong,
.section-palette-accent b,
.section-palette-accent code,
.section-palette-accent blockquote,
.section-palette-accent pre,
.section-palette-accent td,
.section-palette-accent li {
    color: var(--accent-color-text);
}
.section-palette-accent table {
    border-top-color: var(--accent-color-text);
    border-right-color: var(--accent-color-text);
}
.section-palette-accent td {
    border-bottom-color: var(--accent-color-text);
    border-left-color: var(--accent-color-text);
}
.section-palette-accent code,
.section-palette-accent blockquote,
.section-palette-accent pre {
    color: var(--accent-color-middle);
}
.section-palette-accent span.accent-color {
    color: var(--accent-color-accent);
}

/* Middle */

.section-palette-middle {
    background-color: var(--middle-color-background);
}

.section-palette-middle h1,
.section-palette-middle h2,
.section-palette-middle h3,
.section-palette-middle h4,
.section-palette-middle h5,
.section-palette-middle h6,
.section-palette-middle p,
.section-palette-middle span,
.section-palette-middle em,
.section-palette-middle i,
.section-palette-middle strong,
.section-palette-middle b,
.section-palette-middle code,
.section-palette-middle blockquote,
.section-palette-middle pre,
.section-palette-middle td,
.section-palette-middle li {
    color: var(--middle-color-text);
}
.section-palette-middle table {
    border-top-color: var(--middle-color-text);
    border-right-color: var(--middle-color-text);
}
.section-palette-middle td {
    border-bottom-color: var(--middle-color-text);
    border-left-color: var(--middle-color-text);
}
.section-palette-middle code,
.section-palette-middle blockquote,
.section-palette-middle pre {
    color: var(--middle-color-middle);
}
.section-palette-middle span.accent-color {
    color: var(--middle-color-accent);
}

/* Invert */

.section-palette-invert {
    background-color: var(--invert-color-background);
}

.section-palette-invert h1,
.section-palette-invert h2,
.section-palette-invert h3,
.section-palette-invert h4,
.section-palette-invert h5,
.section-palette-invert h6,
.section-palette-invert p,
.section-palette-invert span,
.section-palette-invert em,
.section-palette-invert i,
.section-palette-invert strong,
.section-palette-invert b,
.section-palette-invert code,
.section-palette-invert blockquote,
.section-palette-invert pre,
.section-palette-invert td,
.section-palette-invert li {
    color: var(--invert-color-text);
}
.section-palette-invert table {
    border-top-color: var(--invert-color-text);
    border-right-color: var(--invert-color-text);
}
.section-palette-invert td {
    border-bottom-color: var(--invert-color-text);
    border-left-color: var(--invert-color-text);
}
.section-palette-invert code,
.section-palette-invert blockquote,
.section-palette-invert pre {
    color: var(--invert-color-middle);
}
.section-palette-invert span.accent-color {
    color: var(--invert-color-accent);
}




/*  =========================
    SECTION FIRST WINDOW
==========================  */

.section-first-window {

}

.section-first-window__description li {
    margin: 7px 0;
}

.section-first-window > .container-fluid {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-first-window .section-first-window__inner {
    gap: 64px;
}

.section-first-window .section-first-window__button {
    margin-top: 60px;
}

.section-first-window .section-first-window__button .btn {
    background-color: #1b75ba;
    border-radius: 5px;
}
.section-first-window .section-first-window__button .btn > span {
    color: #fff;
}
.section-first-window .section-first-window__button .btn:hover {
    background-color: #fff;
}
.section-first-window .section-first-window__button .btn:hover > span {
    color: #1b75ba;
}

.section-first-window .section-first-window__title p {
    font-size: 24px;
}
.section-first-window .section-first-window__description {
    margin-top: 64px;
}

.section-first-window .section-first-window__inner > .section-first-window__text {
    width: 50%;
}

.section-first-window .section-first-window__inner > .section-first-window__image {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-first-window .section-first-window__button {
    display: flex;
    align-items: center;
}

.section-first-window .section-first-window__button .section-first-window__button-left {
    margin-right: 15px;
}

.section-first-window .section-first-window__button .section-first-window__button-right {
    margin-left: 15px;
}

.section-first-window.section-palette-main .section-first-window__button .section-first-window__button-left,
.section-first-window.section-palette-main .section-first-window__button .section-first-window__button-right {
    color: var(--main-color-middle);
}

.section-first-window.section-palette-accent .section-first-window__button .section-first-window__button-left,
.section-first-window.section-palette-accent .section-first-window__button .section-first-window__button-right {
    color: var(--accent-color-middle);
}

.section-first-window.section-palette-middle .section-first-window__button .section-first-window__button-left,
.section-first-window.section-palette-middle .section-first-window__button .section-first-window__button-right {
    color: var(--middle-color-middle);
}

.section-first-window.section-palette-invert .section-first-window__button .section-first-window__button-left,
.section-first-window.section-palette-invert .section-first-window__button .section-first-window__button-right {
    color: var(--invert-color-middle);
}

    /* blur */

    .section-first-window.section-first-window_blur::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        backdrop-filter: blur(5px);
        z-index: 1;
    }

    .section-first-window.section-first-window_blur .container,
    .section-first-window.section-first-window_blur .container-fluid {
        position: relative;
        z-index: 2;
    }

    /* min-height */

    .section-first-window.section-first-window_min-height {
        min-height: 100vh;
        display: flex;
        align-items: center;
    }

    /* image */

    .section-first-window.section-first-window_image .section-first-window__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }



/*  =========================
    SECTION TEXT WITH IMAGE
==========================  */

.section-text-with-image {

}

.section-text-with-image__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.section-slider__title,
.section-text-with-image__title {
    width: 100%;
    margin-bottom: 2rem;
}

.section-text-with-image__image {
    width: calc(50% - 32px);
    position: relative;
    overflow: hidden;
}

.section-text-with-image__image > .img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.section-text-with-image__content {
    width: calc(50% - 32px);
}

.section-text-with-image__description {
    width: 100%;
}



/*  =========================
    SECTION SLIDER
==========================  */

.section-slider__down-button {
    margin-top: 32px;
    display: flex;
    justify-content: center;
}

.section-slider__slider {
    width: 100%;
}

.section-slider_slider-item {
    clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 50px);
}
.swiper-slide__img {
    width: 100%;
}
.swiper-slide__text {
    padding: 0 2rem 1.5rem;
}
.swiper-slide__img > img {
    width: 100%;
    max-width: 100%;
}
.swiper-buttons {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    gap: 32px;
    padding-top: 32px;
}
.swiper-buttons .swiper-button-next {
    left: initial !important;
    right: initial !important;
    top: initial !important;
    bottom: initial !important;
    position: relative !important;
    margin: 0 !important;
    width: 45px;
    height: 45px;
}
.swiper-buttons .swiper-button-prev {
    left: initial !important;
    right: initial !important;
    top: initial !important;
    bottom: initial !important;
    position: relative !important;
    margin: 0 !important;
    width: 45px;
    height: 45px;
}

.section-slider.section-palette-accent .swiper-buttons .swiper-button-next::after,
.section-slider.section-palette-accent .swiper-buttons .swiper-button-prev::after {
    color: #fff;
}
.section-slider.section-palette-accent .btn {
    background-color: #fff;
}
.section-slider.section-palette-accent .btn > span  {
    color: rgb(20,97,157);
}
.section-slider.section-palette-accent .btn:hover {
    background-color: rgb(20,97,157);
}
.section-slider.section-palette-accent .btn:hover > span  {
    color: #fff;
}

@media screen and (max-width: 1149px) {
    .section-text-with-image__content,
    .section-text-with-image__image {
        width: 100%;
    }
    .section-text-with-image__image > .img {
        position: initial;
    }
    .section-engine h2 {
        font-size: 36px;
    }
} 

@media screen and (max-width: 1023px) {
    .section-engine h1 {
        font-size: 54px;
    }
}

@media screen and (max-width: 767px) {
    .header__menu ul {
        flex-wrap: wrap;
        border-right: 0;    
        gap: initial;
        column-gap: 1.8rem;
        row-gap: 0.5rem;
        margin-bottom: 0.25rem;
    }
    .section-engine h2 {
        font-size: 30px;
    }
    .section-engine {
        padding: 60px 0;
    }
    .section-first-window > .container-fluid {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section-first-window__description br {
        display: none;
    }
    .swiper-slide__text {
        padding: 0 1rem 1.5rem;
    }
}
@media screen and (max-width: 533px) {
    .section-first-window > .container-fluid {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 499px) {
    .section-engine h2 {
        font-size: 26px;
    }
    .section-engine h1 {
        font-size: 42px;
    }
    .section-first-window .section-first-window__title p {
        font-size: 20px;
    }
}

@media screen and (max-width: 374px) {
    .section-first-window .section-first-window__button {
        flex-direction: column;
        gap: 1rem;
    }
    .section-first-window .section-first-window__button .btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .btn-margin-left {
        margin: 0;
    }
    .section-engine h2 {
        font-size: 22px;
    }
    .section-engine h1 {
        font-size: 36px;
    }
}