.header--content {
    background-color: rgba(219, 219, 219, 0.15);
    padding: 20px;
    transition: all linear 400ms;
}

.container--full {
    max-width: 100%;
    width: 100%;
    padding-inline: 35px;
}

#header {
    position: fixed;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: all linear 400ms;
}

#header.header--bg .header--content .lang--wrapper .lang--item,
#header.header--bg .header--content .main--menu li a {
    color: #000;
}

#header.header--bg .lang--wrapper .lang--item:not(span)::after,
#header.header--bg .main--menu li a::after {
    background-color: #000;
}

#header.header--bg .header--content {
    background-color: #F0F0F0;
}

#header.scrolled {
    transform: translateY(calc(-100% - 20px));
}

html,
body {
    scroll-behavior: smooth;
    overflow-x: clip !important;
    color: #707070;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-family: "Fira Sans", sans-serif;
}

h1 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

h2 {
    font-size: 45px;
    font-weight: 400;
    color: #707070;
    line-height: 1.3;
}

.header--logo {
    width: 160px;
    height: 87px;
}

.footer--list,
.main--menu {
    gap: 40px;
}

.footer--list li a,
.lang--wrapper .lang--item,
.main--menu li a {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    position: relative;
    padding-bottom: 2px;
}

.lang--wrapper .active a::after {
    width: 100% !important;
}

.footer--list li a::after,
.lang--wrapper .lang--item:not(span)::after,
.main--menu li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: all ease-in-out 250ms;
}

.footer--list li a:hover::after,
.lang--wrapper .lang--item:not(span):hover::after,
.main--menu li a:hover::after {
    width: 100%;
}

.footer--list li a::after {
    background-color: #000;
}

.footer--list li a {
    color: #000;
}

.lang--wrapper {
    gap: 10px;
}

#hero .image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000;
    opacity: .3;
}

#hero .content {
    max-width: 1000px;
    width: 100%;
}

#section--evercrete {
    margin-block: 100px;
}

.container {
    width: 100%;
    max-width: 1000px;
    margin-inline: auto;
    padding-inline: 35px;
}

.section--title {
    margin-bottom: 40px;
}

p:not(:last-child):not(:only-child) {
    margin-bottom: 20px;
}

.left--right-section .cols .col--left .icon {
    max-width: 230px;
    pointer-events: auto;
}

.left--right-section .cols .col--left .text.editor {
    margin-block: 45px 20px;
}

.left--right-section .cols {
    align-items: center;
    gap: 70px;
}

.cta--arrow {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    color: #000;
    position: relative;
    padding-bottom: 5px;
    column-gap: 10px;
    max-width: max-content;
}

.cta--arrow::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: all ease-in-out 250ms;
}

.cta--arrow:hover::after {
    width: 100%;
}

.cta--arrow .icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    transition: all ease-in-out 250ms;
}

.cta--arrow:not(:hover) .icon {
    transform: translateX(-10px);
    opacity: 0;
}

.cta--arrow:hover {
    color: #000;
}

.left--right-section.reverse .cols {
    flex-direction: row-reverse;
}

.left--right-section:not(.reverse) {
    background-color: #F0F0F0;
}

.left--right-section .col--right .image {
    height: 680px;
}

#footer {
    padding-block: 25px;
}

#burger {
    display: none;
}

.mobile--menu-wrapper {
    display: none;
}

#section--cretan-nectar.left--right-section .cols .col--left .icon {
    max-width: 210px;
}

#section--cretea.left--right-section .cols .col--left .icon {
    max-width: 190px;
}

@media(max-width:1550px) {
    h1 {
        font-size: 50px;
    }

    .footer--list li a,
    .lang--wrapper .lang--item,
    .main--menu li a {
        font-size: 18px;
    }

    .header--logo {
        width: 130px;
        height: 71px;
    }

    .left--right-section .col--right .image {
        height: 500px;
    }

    .left--right-section .col--left {
        padding-block: 30px;
    }

    #section--evercrete {
        margin-block: 50px 60px;
    }

    .left--right-section .cols .col--left .text.editor {
        margin-block: 25px 15px;
    }

    html,
    body {
        font-size: 16px;
        line-height: 22px;
    }

    .left--right-section .cols .col--left .icon {
        max-width: 200px;
    }

    #section--cretan-nectar.left--right-section .cols .col--left .icon {
        max-width: 190px;
    }

    #section--cretea.left--right-section .cols .col--left .icon {
        max-width: 150px;
    }

    .section--title {
        margin-bottom: 20px;
    }

    h2 {
        font-size: 36px;
    }

}


@media(max-width:991px) {
    .navigation {
        display: none;
    }

    .container--full {
        padding-inline: 25px;
    }

    h1 {
        font-size: 36px;
        min-width: max-content;
    }

    #hero .content {
        max-width: 90%;
    }

    h2 {
        font-size: 28px;
    }

    #section--evercrete {
        margin-block: 40px 50px;
    }

    .left--right-section .cols {
        flex-direction: column-reverse !important;
        gap: 0;
    }

    .left--right-section .col--right {
        width: 100%;
    }

    .left--right-section .col--right .image {
        height: 360px;
        width: 100%;
    }

    .left--right-section .col--left {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding-block: 40px;
    }

    #burger svg {
        height: 100%;
        width: 100%;
    }

    #burger {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        color: #fff;
    }

    #header.header--bg #burger {
        color: #000;
    }

    .header--content .col--right {
        display: flex;
        align-items: center;
        column-gap: 15px;
    }

    .mobile--menu-wrapper {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 86%;
        z-index: 12;
        height: 100%;
        background-color: #fff;
        padding: 45px 25px;
        transition: all linear 400ms;
    }

    html:not(.menu--open) .mobile--menu-wrapper {
        transform: translateX(100%);
    }

    .mobile--menu-wrapper .main--menu li a {
        color: #707070;
    }

    .mobile--menu-wrapper .main--menu {
        flex-direction: column;
        gap: 40px;
    }

    .mobile--menu-wrapper .logo--wrapper {
        max-width: max-content;
        margin: 0 auto 70px;
        display: block;
    }

    .mobile--menu-wrapper .logo--wrapper .header--logo {
        height: 76px;
        width: 140px;
    }

    .mobile--menu-wrapper .main--menu li a {
        font-size: 20px;
    }

    .mobile--menu-overlay {
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 11;
        background-color: #000;
        height: 100%;
        opacity: .4;
    }


}

@media(max-width:767px) {
    h1 {
        font-size: 25px;
        min-width: 320px;
        color: #707070;
    }

    .header--logo {
        width: 110px;
        height: 60px;
    }

    .container {
        padding-inline: 25px;
    }

    .left--right-section .col--right .image {
        height: 200px;
    }

    .footer--list {
        flex-direction: column;
        gap: 12px;
    }

    .footer--list li a,
    .lang--wrapper .lang--item,
    .main--menu li a {
        font-size: 16px;
    }

    .cta--arrow::after {
        width: 100%;
    }

    .cta--arrow:not(:hover) .icon {
        transform: unset;
        opacity: 1;
    }

    #hero .image {
        height: 250px;
    }

    #hero .content {
        position: static;
        transform: unset;
        margin: 30px auto 0;
        max-width: 100%;
        padding-inline: 20px;
    }

    #section--cretan-nectar.left--right-section .cols .col--left .icon,
    .left--right-section .cols .col--left .icon {
        max-width: 160px;
    }

    #section--cretea.left--right-section .cols .col--left .icon {
        max-width: 120px;
    }


}