@font-face {
    font-family: 'GillSans Nova Heavy';
    src: url('fonts/GillSansNova-CnHeavy.eot');
    src: url('fonts/GillSansNova-CnHeavy.eot?#iefix') format('embedded-opentype'),
        url('fonts/GillSansNova-CnHeavy.woff2') format('woff2'),
        url('fonts/GillSansNova-CnHeavy.woff') format('woff'),
        url('fonts/GillSansNova-CnHeavy.ttf') format('truetype'),
        url('fonts/GillSansNova-CnHeavy.svg#GillSansNova-CnHeavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GillSans Nova SemiBold';
    src: url('fonts/GillSansNova-SemiBold.eot');
    src: url('fonts/GillSansNova-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/GillSansNova-SemiBold.woff2') format('woff2'),
        url('fonts/GillSansNova-SemiBold.woff') format('woff'),
        url('fonts/GillSansNova-SemiBold.ttf') format('truetype'),
        url('fonts/GillSansNova-SemiBold.svg#GillSansNova-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GillSans Nova Bold';
    src: url('fonts/GillSansNova-Bold.eot');
    src: url('fonts/GillSansNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/GillSansNova-Bold.woff2') format('woff2'),
        url('fonts/GillSansNova-Bold.woff') format('woff'),
        url('fonts/GillSansNova-Bold.ttf') format('truetype'),
        url('fonts/GillSansNova-Bold.svg#GillSansNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans Regular';
    src: url('fonts/OpenSans-Regular.eot');
    src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-Regular.woff2') format('woff2'),
        url('fonts/OpenSans-Regular.woff') format('woff'),
        url('fonts/OpenSans-Regular.ttf') format('truetype'),
        url('fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(3);
    }

    40% {
        transform: scale(1);
    }

    60% {
        transform: scale(3);
    }

    80% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}
@keyframes animloader {
    0% {
        width: 4.8px
    }

    100% {
        width: 48px
    }
}
@media screen and (max-width:2160px) {
body {
    margin: 0;
    /*width: 2160px; */
    /* height: 3840px; */
    /* overflow: hidden; */
    color: #221F1F;
    max-width: 100%;
    overflow-x: hidden;
}
.header,
.footer {
    min-height: 300px;
}
.tabcontent {
    position: relative;
    animation: fadeEffect 1s;
}

img.sw-main-image {
    width: 100%;
    height: auto;
    opacity: 1;
    margin-bottom: -5px;
}
.content {
    position: relative;
}
.map_title {
    background: #fff;
    padding: 10px;
    border: 3px solid #000;
    transform: translate(70px, 20%);
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    word-break: break-word;
    width: 180px;
    line-height: 17px;
}
.map_link {
    width: 10px;
    height: 10px;
    background: #EC1C2E;
    border-radius: 50%;
    animation: pulse 3s infinite;
    opacity: 0.9;
    cursor: pointer;
    box-shadow: 0 0 10px 5px red;
}
.popup {
    position: absolute;
    visibility: hidden;
    z-index: -1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    transition: 0.75s ease-in-out;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.popup-content {
    margin: 80px;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    transition: 0.75s ease-in-out;
}
.popup-img {
    width: 100%;
    height: 100%;
}
.popup-image {
    width: auto;
    height: 100%;
    border-radius: 30px;
}
.popup-close,
.double-popup-close,
.third-popup-close {
    position: absolute;
    right: auto;
    left: -38.74px;
    top: 50%;
    transform: translate(-100%, -50%);
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
    width: 202px;
    height: 77px;
    box-shadow: 0px 0px 10px #000000cc;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 40px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 32px;
    font-family: 'GillSans Nova Bold';
    line-height: 38.4px;
    letter-spacing: 0;
}
.popup-close:before,
.double-popup-close:before,
.third-popup-close:before {
    content: url(images/back.svg);
    width: 27px;
}
.header {
    display: flex;
    height: 548px;
    min-height: unset;
    /*justify-content: space-around;*/
    justify-content: space-evenly;
    align-items: center;
}
img.isomat-logo {
    display: block;
    /*width: 662px;*/
    width: 610px;
    height: auto;
}
img.isomat-solutions {
    width: 200px;
    height: 100px;
}
.footer {
    min-height: unset;
}
.footer ul {
    display: flex;
    justify-content: space-around;
    padding: 0;
    align-items: center;
}
.footer li {
    list-style: none;
}
.sw-isomat-menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 20px 100px;
    /*margin: 20px 100px 20px 180px;*/
    height: 150px;
    align-items: center;
}
.left-menu {
    display: flex;
    gap: 20px;
    align-items: center;
}
.right-menu {
    display: flex;
    gap: 20px;
    justify-content: end;
}
.indoor-disabled {
    display: none;
}
.indoor-enabled {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}
.center-menu {
    text-align: center;
}
#sw-indoor-popup img {
    width: 50%;
}

.content .indoor-enabled {
    width: 60%;
    height: 50%;
}
.indoor-enabled {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sw-indoor-images {
    display: flex;
    align-items: center;
}
#close-popup {
    cursor: pointer;
    position: fixed;
    padding: 12px 60px;
    text-transform: uppercase;
    text-decoration: none;
    background: #fff;
    color: #231f20;
    font-weight: 900;
    border-radius: 25px;
    top: 50%;
    transform: translate(-90%, -50%);
    border: 1px solid lightgray;
}
.left-menu button,
.center-menu button {
    background-color: #fff;
    border: 1px solid lightgray;
    border-radius: 100px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 32px;
    cursor: pointer;
    box-shadow: 0px 0px 10px #00000033;
    line-height: 38.4px;
    font-family: 'GillSans Nova Bold';
    transition: all 0.5s ease;
}
#home:before {
    content: url(images/home.svg);
    width: 20px;
    height: 22px;
}
.right-menu button {
    color: #000;
    background-color: #fff;
    border: unset;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
}
.items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 200px;
}
.item-01 img,
.item-02 img,
.item-05 img {
    float: left;
}
.item img {
    margin-right: 20px;
}
.item-01,
.item-03,
.item-05 {
    border-right: 3px solid #E6E6E6;
    padding-right: 50px;
    padding-bottom: 25px;
}
body.en .item-01,
body.en .item-03,
body.en .item-05 {
    padding-bottom: 50px;
}
.item-02,
.item-04,
.item-06 {
    padding-left: 50px;
    padding-bottom: 25px;
}
body.en .item-02,
body.en .item-04,
body.en .item-06 {
    padding-bottom: 50px;
}
.item-03,
.item-04,
.item-05,
.item-06 {
    border-top: 3px solid #E6E6E6;
}

img.green-product-solutions {
    margin-bottom: 50px;
}

.item-03,
.item-04,
.item-05,
.item-06 {
    padding-top: 50px;
}

span.bold-text {
    font-family: 'GillSans Nova Bold';
}

.header h2 {
    font-size: 102.85px;
    margin: 0;
    line-height: 123.42px;
}

.footer h2 {
    font-size: 64px;
    line-height: 76.8px;
    letter-spacing: 6.4px;
    /*margin-bottom: 84px;*/
    margin-bottom: 30px;
    margin-top: 30px;
}

.item p {
    font-size: 35px;
    line-height: 47px;
    margin: 0;
    font-family: 'OpenSans Regular';
}
.item img {
    margin-right: 0;
}
.item-img {
    /*margin-right: 65px;*/
    margin-right: 35px;
    width: 230px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /*align-items: center;*/
    height: 100%;
}

span.isomat-bold-header {
    font-family: 'GillSans Nova Bold';
    letter-spacing: 0.51px;
    color: #221F1F;
    font-size: 102.85px;
    /*line-height: 123.42px;*/
    line-height: 0;
    position: relative;
}

span.isomat-semibold-header {
    color: #221F1F;
    font-size: 102.85px;
    line-height: 123.42px;
    letter-spacing: 0.51px;
    font-family: 'GillSans Nova SemiBold';
}

span.green-header {
    color: #80AD41;
    letter-spacing: 0.51px;
    font-size: 102.85px;
    /*line-height: 123.42px;*/
    line-height: 0;
    font-family: 'GillSans Nova Bold';
}

span.isomat-semibold-footer {
    color: #221F1F;
    font-family: 'GillSans Nova SemiBold';
    letter-spacing: 6.4px;
    font-size: 64px;
    line-height: 76.8px;
}

span.green-footer {
    color: #80AD41;
    font-size: 64px;
    letter-spacing: 6.4px;
    font-family: 'GillSans Nova Bold';
}

span.isomat-bold-footer {
    font-family: 'GillSans Nova Bold';
    font-size: 64px;
    letter-spacing: 6.34px;
    color: #221F1F;
    position: relative;
}

.tablink.active {
    box-shadow: 0px 0px 10px #00000033;
    background: #EC1C2E;
    color: #fff;
}

button#outdoor-btn {
    margin-right: 35px;
}

button#indoor-btn {
}

.footer {
    /*margin-top: 75.85px;*/
    margin-top: 0px;
    /*
    margin-left: 159px;
    margin-right: 159px;
    */
    margin-left: 100px;
    margin-right: 100px;
    height: 1450px;
}

#home:before {
    content: url(images/home.svg);
    width: 20.08px;
    height: 22.11px;
    position: absolute;
    top: 17px;
    left: 40px;
    transition: all 0.5s ease;
}

button#home {
    position: relative;
    height: 77px;
    /*width: 317px;*/
    width: 300px;
    padding-left: 47px;
}
body.de button#home {
    width: auto;
    white-space: nowrap;
    padding: 0 25px 0 75px;
}

.active-lang {
    color: #EC1C2E !important;
}

span.language-separator:before {
    content: url(images/separator.svg);
    width: 3px;
    height: 77px;
    position: absolute;
    top: -17px;
}

a.lang_selector {
    color: #221F1F;
    font-size: 32px;
    text-decoration: unset;
    font-family: 'GillSans Nova Bold';
    line-height: 38.4px;
}

span.language-separator {
    position: relative;
    margin: 0 32px;
}
/*
span.isomat-bold-header.underline:before {
    content: '';
    width: 529px;
    height: 16px;
    background-color: #EC1C2E;
    position: absolute;
    bottom: 17px;
    left: -4px;
    display: block;
    z-index: -1;
}
*/
span.isomat-bold-footer.underline:before {
    content: '';
    width: 398px;
    height: 16px;
    background-color: #EC1C2E;
    position: absolute;
    bottom: 6px;
    left: -4px;
    display: block;
    z-index: -1;
}

.footer h2.uppercase {
    text-transform: uppercase;
}

.item-01 p,
.item-02 p,
.item-05 p {
    flex: 1;
}

.item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

body.en .item {
    padding-right: 100px;
}

.first-image {
    margin-right: -1px;
}

.second-image {
    margin-left: -1px;
}

.first-image img {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.second-image img {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.popup-double-img {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.popup-double-container {
    background-color: rgba(0, 0, 0, 0.70);
    border-radius: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 528px;
    height: 255px;
}

div#second-image-title,
div#first-image-title {
    color: #fff;
    font-family: 'GillSans Nova Bold';
     font-size: 37px;
    line-height: 47px;
    padding: 29px 0px 40px 0px;
}

.first-image,
.second-image {
    position: relative;
    width: auto;
    height: 100%;
}

.de span.isomat-bold-header.underline:before {
    content: '';
    width: 556px;
    left: -5px;
    bottom: 21px;
}

.de span.isomat-bold-footer.underline:before {
    content: '';
    left: -10px;
    /*width: 575px;*/
    width: 725px;
}

.copyright {
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 35px;
    font-family: 'GillSans Nova Bold';
    letter-spacing: 0.51px;
    background-color: #221F1F;
    color: #fff;
}

.img-preloader {
    width: 4.8px;
    height: 4.8px;
    display: block;
    margin: 20px auto;
    position: relative;
    border-radius: 4px;
    color: #EC1C2E;
    background: currentColor;
    box-sizing: border-box;
    animation: animloader 0.3s 0.3s linear infinite alternate;
}

.img-preloader::after,
.img-preloader::before {
    content: '';
    box-sizing: border-box;
    width: 4.8px;
    height: 4.8px;
    border-radius: 4px;
    background: currentColor;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
    animation: animloader 0.3s 0.45s linear infinite alternate;
}
.img-preloader::after {
    top: -15px;
    animation-delay: 0s;
}
.left-menu button {
    width: 264px;
    height: 77px;
}
body.de .left-menu button {
    width: auto;
    white-space: nowrap;
    padding: 0 25px;
}
.de span.green-footer {
    /*
    color: #221F1F;
    font-family: 'GillSans Nova SemiBold';
    letter-spacing: 6.4px;
    */
}
.de span.isomat-semibold-footer {
    /*
    letter-spacing: 6.4px;
    font-family: 'GillSans Nova Bold';
    color: #80AD41;
    */
}
.sw-green-footer {
    display: flex;
    position: relative;
    background-color: #7FAD41;
    margin: auto;
    /*
    border-radius: 100px;
    margin: 0 60px;
    */
    border-radius: 200px;
    margin: 0 150px;
    justify-content: space-around;
    align-items: center;
    margin-top: -15px;
    margin-bottom: 10px;
}


.green-footer-inner {
    padding: 35px 80px;
    /*margin-right: 200px;*/
    margin-right: 0;
}
.sw-green-footer p {
    margin: 0;
    color: white;
    /*
    font-family: 'GillSans Nova SemiBold';
    font-size: 30px;
    */
    font-family: 'OpenSans Regular';
    font-size: 30px;
}
/*
body.de .sw-green-footer {
    margin-top: -150px;
}
*/
span.sw-white-bold {
    font-family: 'GillSans Nova Bold';
}
.green-footer-icon:before {
    /*content: '';*/
    content: url(images/leaf.svg);
    width: 250px;
    height: 255px;
    position: absolute;
    right: -75px;
    top: -55px;
}
.green-footer-icon {
    position: relative;
    height: 150px;
    padding-left: 100px;
    margin-left: 100px;
}
/*
.de .footer {
    height: 1600px;
}
*/
}

@media screen and (max-width:1920px) {
    body {
        margin: 0;
        overflow-x: hidden;
        max-width: 100%;
    }

    img.isomat-logo {
        display: block;
        width: 400px;
    }
    .header {
        height: 350px;
    }
    .header h2 {
        font-size: 76px;
        margin: 0;
        line-height: 100px;
    }
    .popup-close, .double-popup-close, .third-popup-close {
        left: -10.74px;
        width: 150px;
        height: 57px;
        font-size: 17px;
    }
    .popup-close:before, .double-popup-close:before, .third-popup-close:before {
        width: 21px;
    }
    .de span.isomat-bold-header.underline:before {
        width: 412px;
        left: -5px;
        bottom: 16px;
    }
    .de span.isomat-bold-footer.underline:before {
        left: -8px;
        width: 465px;
    }
    span.isomat-bold-header.underline:before {
        content: '';
        width: 394px;
        height: 13px;
        bottom: 15px;
        left: -3px;
        background-color: #EC1C2E;
        position: absolute;
        display: block;
        z-index: -1;
    }
    span.isomat-bold-header, span.isomat-semibold-header, span.isomat-semibold-header, span.green-header {
        font-size: 76px;
        line-height: 76px;
    }
    .left-menu button, .center-menu button, a.lang_selector  {
        font-size: 20px;
    }
    .footer h2 {
        font-size: 50px;
        line-height: 60px;
    }
    span.isomat-bold-footer, span.green-footer, span.isomat-semibold-footer {
        font-size: 50px;
    }
    span.isomat-bold-footer.underline:before {
        content: '';
        width: 323px;
        height: 10px;
        background-color: #EC1C2E;
        position: absolute;
        bottom: 9px;
        left: -4px;
        display: block;
        z-index: -1;
    }
    .left-menu button {
       padding: 11px 35px;
    }
    button#indoor-btn {
        padding: 13px 50px;
    }
    .left-menu button {
        width: 245px;
        height: 65px;
    }
    .center-menu button {
        font-size: 20px;
    }
    button#home {
        height: 65px;
        width: 270px;
    }
    #home:before {
        content: url(images/home.svg);
        width: 16.08px;
        height: 21.11px;    
        top: 14px;
        left: 50px;
        position: absolute;
    }
    .item p {
        font-size: 25px !important;
        line-height: 35px !important;
    }
}