body {
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    top: 0px !important;
}
header {
    box-shadow: inset 0 4px 0 0 #f62423;
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h2, h3, h4, h5, h6 {
    font-family: "Geologica", sans-serif !important;
    font-weight: 400;
}
.header-title {
    font-family: "Tektur", system-ui !important;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}
.uk-text-lead {
    font-weight: 100;
}
.uk-modal-dialog {
    background: rgba(22, 22, 26, .98);
}
.uk-modal-close-full {
    color: #fff;
    padding: 10px 10px;
    background-color: transparent;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    top: 20px;
    right: 20px;
}
.uk-overlay-primary {
    background: rgba(34, 34, 34, .65) !important;
}
/*.uk-heading-large {*/
/*    font-size: 2.8rem;*/
/*    line-height: 1.1;*/
/*}*/
.uk-heading-medium, .el-title {
    font-family: "Tektur", system-ui !important;
}
.in-liquid-1 .uk-card-media-top svg {
    position: relative;
    right: -80px;
    margin-top: -300px;
    margin-bottom: -100px;
    color: #fc5b40;
}
.lang-button {
    padding: 15px;
}
.lang-button:hover {
    text-decoration: none !important;
}
.prj-underline {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 13px;
}
.prj-title {
    font-size: 20px;
    text-transform: uppercase;
}


.company-svg {

    background-image: url('/images/tabout-bg.svg');padding-top: 60px;background-repeat: no-repeat;background-size: cover; min-height: 30vh; background-position-y: -30px;


}
@media (min-width: 1200px) {
    .uk-heading-large {
        font-size: 5rem;
    }
    .company-svg {

    min-height: 60vh;background-position-y: -170px;
    
    
    }
}
@media (max-width:976px ) {
    .uk-heading-large {
        font-size: 4.7rem;
    }
    .prj-underline {
        font-weight: 100;
        text-transform: uppercase;
        font-size: 15px;
    }

    .prj-title {
        font-size: 18px;
        text-transform: uppercase;
    }
}

@media (max-width:768px ) {
    .uk-heading-large {
        font-size: 4.2rem;
    }
}

@media (max-width: 480px) {
    .uk-heading-large {
        font-size: 2.7rem;
    }

    .prj-underline {
        font-weight: 100;
        text-transform: uppercase;
        font-size: 12px;
    }
    .prj-title {
        font-size: 21px;
        text-transform: uppercase;
    }
    .uk-text-lead {
        font-size: 1.1rem;
        line-height: 1.2;
        color: #727272;
        font-weight: 100;
    }
}

@media (max-width: 344px) {
    .uk-heading-large {
        font-size: 2.5rem;
    }

    .prj-underline {
        font-weight: 100;
        text-transform: uppercase;
        font-size: 12px;
    }
    .prj-title {
        font-size: 19px;
        text-transform: uppercase;
    }


}