.section-block-topmargin {
    /*margin-top: -0.88rem;*/
}
.section-block-references .button-group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px -1.4rem;
}
.section-block-references .button-group > button {
    width: calc(25% - 24px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 12px 1.4rem;
    padding: 4rem 3rem 2rem;
    box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.03);
    background-color: var(--numbers-number-background);
    border-radius: var(--border-radius);
    border: 1px solid var(--border-color);
}
@media (max-width: 1200px) {
    .section-block-references .button-group > button {
        width: calc(100% / 3 - 24px);
    }
}
@media (max-width: 768px) {
    .section-block-references .button-group > button {
        width: calc(50% - 24px);
    }
}
@media (max-width: 576px) {
    .section-block-references .button-group > button {
        width: 100%;
    }
}
.section-block-references .button-group span {
    color: var(--primary-color);
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    transition-duration: 0.15s;
}
.section-block-references .button-group > button:hover span, .section-block-references .button-group > button.is-checked span {
    color: var(--highlight-color);
}
.section-block-references .button-group > button img, .section-block-references .button-group > button svg {
    margin-bottom: 3rem;
    height: 60px;
    object-fit: scale-down;
}
.section-block-references .button-group > button svg, .section-block-references .button-group > button path {
    fill: var(--highlight-color);
}
.section-block-references .section-block-references-row {
    margin-bottom: -1.4rem;
    margin-top: 4rem;
}
.section-block-dropdowns-header-icon svg path {
    fill: var(--highlight-color);
}
.section-block-references .element-item {
    height: calc(100% - 1.4rem);
    margin-bottom: 1.4rem;
    box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.03);
    background-color: var(--numbers-number-background);
    border-radius: var(--border-radius);
    border: 1px solid var(--border-color);
}
.section-block-references .element-item img {
    height: 320px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: var(--border-radius);
}
@media (max-width: 576px) {
    .section-block-references .element-item img {
        height: 240px;
    }
}
.section-block-references .element-item h4 {
    margin: 1.125rem;
    text-align: center;
    color: var(--primary-color);
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    transition-duration: 0.15s;
}
.section-block-references .element-item .image-box {
    overflow: hidden;
    display: block;
    border-radius: var(--border-radius);
}
.section-block-references .element-item img {
    transition: transform 0.5s ease;
}
.section-block-references .element-item:hover a {
    text-decoration: none;
}
.section-block-references .element-item:hover img {
    transform: scale(1.15);
}
.section-block-references .element-item:hover h4 {
    color: var(--highlight-color);
}
.section-block-references-description {
    margin-top: 4rem;
}
.section-block-references-description .section-subpage > *:last-child {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .section-block-references .section-block-references-row, .section-block-references-description {
        margin-top: 3rem;
    }
}
.section-block-gallery2-image-single {
    height: auto !important;
    max-height: 550px;
    object-fit: scale-down;
    object-position: right;
}
@media (max-width: 993px) {
    .section-block-gallery2-image-single {
        object-position: center;
        margin-top: 1rem;
    }
}
@media (max-width: 768px) {
    .section-subpage-withbutton .button-highlighted {
        margin-left: auto;
        margin-right: auto;
    }
}
.section-block-services .owl-carousel .owl-stage{display: flex;}
.section-block-services .owl-item > div{
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.section-block-services .owl-item > div .services-box {
    width: 100%;
    height: 100%;
}
.section-subpage-withbutton .button-highlighted {
    margin-top: 2rem !important;
}
.section {
    padding: 0;
}
.section-block {
    padding: 6rem 0;
}
@media (max-width: 768px) {
    .section-block {
        padding: 5rem 0;
    }
}
.section-block-textimage .owl-item > div {
    display: block;
}
.section-block-gallery-item {
    display: block;
    aspect-ratio: unset;
}
.section-block-gallery .owl-item img {
    height: 330px;
    object-fit: cover;
}
@media (max-width: 1400px) {
    .section-block-gallery .owl-item img {
        height: 250px;
    }
}
.numbers-col {
    overflow: hidden;
}
@media (max-width: 1600px) {
    .numbers-col-number {
        font-size: 50px;
        line-height: 70px;
    }
}
.header-logo img {
    height: 50px;
    object-fit: scale-down;
}
@media (max-width: 993px) {
    .header-nav {
        padding: 1.5rem 0 1.5rem;
    }
    .header-logo {
        margin-left: 0.8rem !important;
    }
}
@media (min-width: 768px) {
    .header-logo img {
        max-width: 220px;
    }
}
.flash-container {
    position: fixed;
    top: 113px;
    left: 50%;
    transform: translate(-50%,0);
    max-width: 400px;
    padding: 1.25rem 2rem;
    border-radius: var(--border-radius);
    background-color: var(--services-boxes-color);
    text-align: center;
}
/* edit 11.7. */
.banner-text {
    padding-top: 0;
    padding-bottom: 0;
    height: calc(100% - 7rem);
}
.section-block-spacingFix {
    padding-top: 1rem;
}
.section-block-spacing {
    margin-top: 2rem;
}
.section.section-subpage > .section-block:first-child {
    padding-top: 4.75rem;
}
.section.section-subpage > .section-block:last-child {
    padding-bottom: 4.75rem;
}
@media (max-width: 993px) {
    .banner-text {
        padding: 3rem 0;
    }
}
@media (max-width: 768px) {
    .section-block-spacing {
        margin-top: 0rem;
    }
    .section-block-spacingFix {
        padding-top: .5rem;
    }
    .section.section-subpage > .section-block:first-child {
        padding-top: 4.25rem;
    }
    .section.section-subpage > .section-block:last-child {
        padding-bottom: 4.25rem;
    }
}
.banner-large.banner {
    height: unset;
    margin-bottom: 0;
}
.banner-large .banner-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 0 !important;
    height: 100%;
}
.banner-large .banner-text::after {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 45%;
    background-color: #0000005e;
    z-index: 1;
    height: 100%;
    position: absolute;
}
.banner-large .banner-text-inner {
    width: 45%;
    z-index: 2;
    POSITION: relative;
    padding-top: 12%;
}
.banner-large .banner-homepage .owl-nav, .banner-large .banner-homepage .owl-dots {
    transform: none;
}
.banner-large .banner-homepage .owl-nav {
    bottom: 140px;
}
.banner-large .banner-images-item {
    height: 850px;
    border-radius: 0;
}
.banner .owl-dots {
    display: none !important;
}
.banner .owl-nav {
    display: none !important;
}
.banner.banner-nav .owl-nav {
    display: block !important;
}
.banner.banner-dots .owl-dots {
    display: block !important;
}
.about-image {
    position: relative;
    z-index: 1;
    background-image: none;
}
.about-image::after {
    width: 75%;
    height: 75%;
    position: absolute;
    z-index: -1;
    top: -.25rem;
    right: -.25rem;
    content: "";
    background-color: var(--services-boxes-color);
    border-radius: var(--border-radius);
}
.about-image svg {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
}
.about-image svg path {
    fill: var(--highlight-color);
}
@media (max-width: 1600px) {
    .banner-large .banner-text::after {
        width: 50%;
    }
    .banner-large .banner-images-item {
        height: 750px;
    }
    .banner-large .banner-homepage .owl-nav {
        bottom: 110px;
    }
}
@media (max-width: 1200px) {
    .banner-large .banner-images-item {
        height: 650px;
    }
    .banner-large .banner-homepage .owl-nav {
        bottom: 50px;
    }
    .banner-text {
        height: 100%;
    }
}
@media (max-width: 993px) {
    .banner-large .banner-text::after, .banner-large .banner-text-inner {
        width: 65%;
    }
    .banner-large .banner-images-item {
        height: 550px;
    }
}
@media (max-width: 768px) {
    .banner-large .banner-text::after, .banner-large .banner-text-inner {
        width: 100%;
    }
    .banner-large .banner-images-item {
        height: 520px;
    }
    .banner-large .banner-homepage .owl-dots {
        bottom: 50px;
        left: 50% !important;
        transform: translateX(-50%);
    }
}
@media (max-width: 576px) {
    .banner-large .banner-text-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        padding-top: 0;
        padding-bottom: 4.25rem;
    }
    .about-image::after {
        top: .5rem;
        right: .5rem;
    }
    .about-image svg {
        left: .5rem;
        bottom: .5rem;
    }
}
.footer.footer-color {
    background-image: none;
    background-color: var(--footer-color);
    padding: 0;
}
.footer-color .footer-content {
    box-shadow: none;
    background-color: var(--footer-color);
}
.footer-color .footer-extended::before, .footer-color .footer-content::after {
    content: none;
}
.footer-color .footer-icons-image {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
}
.footer-color .footer-extended .row > div {
    position: relative;
}
@media (min-width: 1200px) {
    .footer-color .footer-extended .row > div:not(:last-child):after {
        content: "";
        height: 100%;
        width: 1px;
        border: 1px solid var(--border-color);
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
    }    
    .footer-color .footer-middle {
        padding: 0 1rem;
    }
}
@media (min-width: 1400px) {
    .footer-color .footer-extended .row > div:nth-child(1):after {
        right: 25px;
    }
}

@media (min-width: 1600px) {
    .footer-color .footer-extended .row > div:nth-child(2):after {
        right: -15px;
    }
}
.header-language {
    border: 1px solid var(--border-color);
    border-radius: var(--button-radius);
    background-color: var(--secondary-color);
    padding: .75rem 1.25rem;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    margin-right: 3rem;
}
.header-language-header {
    cursor: pointer;
}
.header-language-icon svg path {
    transition-duration: 0.1s;
}
.header-language:hover .header-language-icon svg path,
.header-language.active .header-language-icon svg path,
.header-language-arrow svg path {
    fill: var(--highlight-color);
}
.header-language-header a {
    display: block;
    margin-top: -3px;
    text-decoration: none;
}
.header-language-body {
    display: none;
    position: absolute;
    z-index: 1;
    top:  48px;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--services-boxes-color);
    border-radius: var(--button-radius);
    padding: .85rem 1.25rem;
}
.header-language-body a {
    display: flex;
    align-items: center;
    color: var(--primary-color);
    text-decoration: none;
}
.header-language-body a:hover {
    color: var(--highlight-color);
}
.header-language-body a img {
    flex-shrink: 0;
    width: 21px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    margin-right: 0.5rem;
}
.header-language-body a span {
    margin-top: -3px;
    display: block;
}
.header-language.active .header-language-body {
    display: block;
}
.header #nav {
    margin-right: 5rem;
}
.header-logo {
    flex-shrink: 0;
}
.header #nav .navbar-nav {
    margin: 0 auto;
}
@media (min-width: 1400px) {

}
@media (max-width: 1600px) {
    .header #nav {
        margin-right: 2rem;
        margin-left: 2rem;
    }
    .header-language {
        margin-right: 2rem;
    }
}
@media (max-width: 1400px) {
    .header-language {
        margin-right: 1rem;
    }
    .header-nav {
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header #nav {
        margin: 0 auto;
        padding: 0.75rem 0;
        width: 100%;
        justify-content: center;
    }
    .header #nav .navbar-nav {
        justify-content: center;
    }
}
@media (max-width: 1200px) {
    .header #nav {
        margin-right: 0;
    }
}
@media (max-width: 993px) {
    .header-nav {
        justify-content: space-between;
        padding: 1.25rem 0 1.25rem;
    }
    .header-contact {
        border-top: 0 !important;
    }
    .header-language {
        margin: 0 .8rem 0 auto;
        width: fit-content;
    }
    .header-contact a {
        margin-top: 0 !important;
        margin-left: 0.75rem !important;
    }
}
.header .navbar-toggler {
    margin-top: 0;
}
.header-contact {
    margin-left: 0;
}
.services-box-image img {
    max-height: 200px;
    border-radius: var(--border-radius);
}