body {
    font-family: 'Exo 2', sans-serif;
    color: #1E414C;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}


/* Typography */

a,
a:hover {
    color: #67BD45;
}

h1 {
    font-size: 50px;
    line-height: 55px;
    font-weight: 300;
    color: #1E414C;
    margin: 72px 0px 27px 0px;
}

h2 {
    font-size: 24px;
    font-weight: 300;
    color: #1E212C;
    margin: 57px 0px 14px 0px;
}

h3 {
    font-size: 23px;
    font-weight: 300;
    color: #1E212C;
    margin: 0px 0px 14px 0px;
}

.accordion h4 {
    font-size: 25px;
    font-weight: 300;
    color: #1E212C;
    margin: 0px 0px 14px 0px;
    display: block !important;
}

.desc {
    font-weight: 300;
}

.green {
    color: #67BD45 !important;
}


/* Buttons */

.btn-green {
    display: inline-block;
    height: 45px;
    background: linear-gradient(173.77deg, #67BD45 -28.49%, #2BC57C 128.65%);
    border-radius: 30px;
    color: #fff;
    padding: 10px 21px;
    margin: 21px 0px;
    white-space: nowrap;
}

.btn-green:hover {
    color: #fff;
    text-decoration: none;
    background: linear-gradient(173.77deg, #2BC57C 128.65%, #67BD45 -28.49%);
}

.btn-green img {
    margin-left: 21px;
    margin-top: -4px;
}

.btn-nobg {
    display: inline-block;
    height: 45px;
    border: none;
    font-size: 18px;
    font-weight: 400;
    color: #67BD45;
    padding: 0;
    margin: 0;
}

.btn-nobg:hover {
    color: #67BD45;
    text-decoration: none;
}

.btn-download {
    display: inline-block;
    height: 45px;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    background: url('../images/ico_download.png') 90% 10px no-repeat;
    border-radius: 30px;
    border: 1px solid #BAD0D3;
    color: #1E414C;
    padding: 10px 21px;
    margin: 21px 0px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 80px;
}

.btn-download img {
    margin: -2px 10px 0px 5px;
}

.btn-download:hover {
    border: 1px solid #1E414C;
    color: #1E414C;
    text-decoration: none;
}


/* Table */

table {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
}

table tr {
    border: none;
    padding: 0;
    margin: 0;
}

table tr td {
    border: none;
    border-bottom: 1px solid #BAD0D3;
    padding: 0;
    margin: 0;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

table tr th {
    width: 40%;
    border: none;
    border-bottom: 1px solid #BAD0D3;
    padding: 0;
    margin: 0;
    font-size: 18px;
    white-space: nowrap;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 7px;
}

table tr th img {
    padding-right: 7px;
}

table ul {
    list-style: none;
    padding-left: 21px;
    /* Remove default bullets */
}

table ul li::before {
    content: "\2022";
    color: #67BD45;
    font-size: 21px;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.btn-nobg img {
    margin-left: 15px;
    margin-top: -4px;
}


/* Scaffolding */

.container-fluid {
    /*max-width: 1920px;*/
    margin: auto;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1270px;
    }
}

.frame-7 {
    padding: 7px;
}

.horizontal-divider {
    min-width: 100%;
    height: 1px;
    border-bottom: 0.7px solid #BAD0D3;
}

.horizontal-divider-blank {
    min-width: 100%;
    height: 54px;
}


/* General */

.nop {
    padding: 0 !important;
}

.nom {
    margin: 0 !important;
}

.relative {
    position: relative;
}

.absolute-zero {
    position: absolute;
    top: 0;
    left: 0;
}

.absolute-zero-right {
    position: absolute;
    top: 0;
    right: 0;
}

.no-overflow {
    overflow: hidden;
}

.z-top {
    z-index: 9999 !important;
}

.z-max {
    z-index: 999999 !important;
}

.w-max {
    width: 100%;
}

.btn:focus {
    outline: none;
}

button:focus {
    outline: none;
}

.bg-gray {
    background-color: #fafafa !important;
}

.bg-dots-2 {
    background-image: url('../images/dots-2.png') !important;
    background-position: bottom left !important;
    background-repeat: repeat-x !important;
}

.img-responsive {
    max-width: 100%;
}

.mt-14 {
    margin-top: 14px;
}


/* Navbar */

.navbar {
    z-index: 999999999;
}

@media (min-width: 1200px) {
    .navbar-brand {
        margin-left: 15px;
    }
}

.main-navbar {
    /*height: 86px;*/
    background: #FFFFFF;
    border: 1px solid #DBE4E8;
    padding: 20px;
}

.navbar-light .navbar-nav .nav-link {
    color: #1E414C;
    font-size: 18px;
}

.nav-link.active,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    color: #67BD45 !important;
    opacity: 1 !important;
}

.nav-separator-blank {
    width: 28px;
    margin: 8px 0px;
}

.nav-separator-vertical {
    width: 1px;
    height: 14px;
    border-left: 1px solid #BAD0D3;
    margin: 11px 0px 0px 0px;
}

.nav-link-light {
    opacity: 0.5;
}

.dropdown-menu {
    color: #1E414C;
    font-size: 14px;
}

.navbar-collapse.show,
.navbar-collapse.collapsing {
    z-index: 9999999 !important;
    background-color: #fff;
    padding: 30px;
    margin: 10px -15px;
}

.navbar-nav {
    position: relative;
}

.menu-arrow {
    display: none !important;
}

@media (max-width: 991px) {
    .menu-arrow {
        display: inline-block !important;
        float: right;
    }
    .language {
        position: absolute;
        bottom: -40px;
        left: 0px;
    }
    .lang-2 {
        left: 30px;
    }
    .lang-3 {
        left: 60px;
    }
    .lang-4 {
        left: 90px;
    }
    .navbar-collapse.show,
    .navbar-collapse.collapsing {}
}


/* Header */

.header {
    margin-top: 82px;
    width: 100%;
    background-color: #f6f8f9;
}

.header-sm {
    max-height: 536px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .header-sm {
        max-height: inherit;
        overflow: auto;
    }
}

.header-xs {
    max-height: 696px;
    overflow: hidden;
    font-size: 15px;
}

.header-xs .subheader {
    font-size: 22px;
    margin-top: 45px;
}

@media (max-width: 991px) {
    .header-xs {
        max-height: inherit;
        overflow: auto;
    }
}

.header-content {
    height: 696px;
    /*background-image: linear-gradient(to left, rgba(255, 0, 0, 0), rgba(246, 248, 249, 1));*/
}

.header p {
    font-family: 'Exo 2', sans-serif;
    font-size: 15px;
}

.header-content-text {
    padding-right: 100px;
}

.header .partners {
    margin-top: 25px;
    font-weight: 400;
}

.partner-ico {
    margin-right: 21px;
    margin-bottom: 7px;
    display: inline-block;
}

@media (max-width: 991px) {
    .header .absolute-zero {
        position: relative;
    }
    .main-animation {
        margin-right: 0px !important;
    }
    .main-animation {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        position: relative;
        width: 100%;
        box-sizing: border-box;
        display: block;
        margin-left: auto;
    }
    .carousel-cover {
        display: none;
    }
    .header-content {
        height: 100%;
    }
    .header-content-text {
        padding-right: 0px;
    }
}


/* Alt header */

.header.alt-header {
    background: none !important;
}

.header.alt-header h1 {
    margin-top: 56px !important;
}


/* Content wrapper */

.wrap-bg {
    background: #fafafa url('../images/circles-green.png') 50% 0px no-repeat;
}


/* Breadcrumbs */

.breadcrumbs_responsive {
    margin-top: 28px;
}

.breadcrumbs_responsive small {
    font-size: 14px !important;
}


/* Carousel */

.header-sm .carousel-item {
    margin-top: -100px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.main-carousel {
    background-color: #f6f8f9;
}

.main-animation {
    flex: 0 0 960px;
    max-width: 811px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    display: block;
    margin-left: auto;
}


/*
@media (max-width: 1700px) {
    .main-animation {
        margin-right: -50px;
    }
}

@media (max-width: 1650px) {
    .main-animation {
        margin-right: -100px;
    }
}

@media (max-width: 1550px) {
    .main-animation {
        margin-right: -150px;
    }
}

@media (max-width: 1450px) {
    .main-animation {
        margin-right: -200px;
    }
}

@media (max-width: 1350px) {
    .main-animation {
        margin-right: -300px;
    }
}

@media (max-width: 1200px) {
    .main-animation {
        margin-right: -400px;
    }
}
*/

.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    width: 50%;
    color: #fff;
    text-align: center;
    opacity: 0.9;
    transition: opacity .15s ease;
}

.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-start;
    width: 50%;
    color: #fff;
    text-align: center;
    opacity: 0.9;
    transition: opacity .15s ease;
}

.carousel-control-next img,
.carousel-control-prev img {
    margin: 1px;
}

.header-sm .carousel-control-prev,
.header-sm .carousel-control-next {
    max-height: 536px;
}

@media (max-width: 991px) {
    .header-sm .carousel-control-prev,
    .header-sm .carousel-control-next {
        max-height: inherit;
    }
}


/* Multi carousel */

.MultiCarousel {
    float: left;
    overflow: hidden;
    width: 100%;
    width: -webkit-calc(100% + 375px);
    width: -moz-calc(100% + 375px);
    width: -o-calc(100% + 375px);
    position: relative;
    overflow-x: scroll;
    overflow-y: hide;
    -webkit-overflow-scrolling: touch;
    box-shadow: inset -9px 0 9px -9px rgba(0, 0, 0, 0.4);
}

.MultiCarousel::-webkit-scrollbar {
    display: none;
}

.MultiCarousel {
    -ms-overflow-style: none;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
    left: 0;
}

.MultiCarousel .rightLst {
    right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    pointer-events: none;
    background: #ccc;
}

@media (max-width: 575px) {
    .MultiCarousel {
        margin: 14px 0px 0px -28px;
    }
}


/* Product list */

.product-list {
    margin-bottom: 21px;
}

.product-list p.desc {
    margin-bottom: 45px;
}

.product-body {
    overflow: hidden;
}

.product-photo {
    max-width: 100%;
}

.product-title-arrow {
    flex: 70px;
    width: 70px;
    height: 70px;
    flex-grow: 0;
    background: #67BD45;
    mix-blend-mode: normal;
    opacity: 0.9;
    text-align: center;
}

.product-desc {
    min-width: 100%;
    min-height: 100%;
    padding: 25px;
    font-weight: 300;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #67BD45;
    mix-blend-mode: normal;
    opacity: 0.9;
    display: none;
}

.product-desc.on {
    display: block;
}

.product-desc-title {
    display: block;
    font-size: 22px;
    margin-bottom: 15px;
}

.product-title {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0px !important;
    min-width: 100%;
    cursor: pointer;
}

.product-title-text {
    font-size: 22px;
    color: #fff;
    height: 70px;
    background: #1E212C;
    mix-blend-mode: normal;
    opacity: 0.9;
    padding: 21px 27px;
}

.product-title-text.smp {
    padding-top: 7px !important;
}

.product-title-arrow img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.product-title-text.selected,
.product-title-arrow.selected {
    font-size: 14px !important;
    background: none !important;
    border-top: 1px solid #fff;
}

.product-show-more {
    display: none !important;
}

.accord-number {
    display: inline-block;
    vertical-align: top;
}

.accordion h3 {
    max-width: 75%;
    display: inline-block !important;
}


/* Article feed */

.article-feed {
    overflow: hidden;
    padding: 104px 0px;
    background: url('../images/dots.png') bottom left repeat-x;
}


/* Article */

.article-body {
    display: block !important;
    width: 369px !important;
    height: 349px;
    overflow: hidden;
    border-radius: 8pt;
    margin: 5px 15px;
}

.article-photo {
    width: 369px;
    /* You can set the dimensions to whatever you want */
    height: 349px;
    object-fit: cover;
}

.article-title-arrow {
    flex: 70px;
    width: 50px;
    height: 120px;
    flex-grow: 0;
    background: #67BD45;
    mix-blend-mode: normal;
    opacity: 0.9;
    text-align: center;
}

.article-title {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0px !important;
    min-width: 100%;
}

.article-title-text {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    height: 120px;
    background: #1E212C;
    mix-blend-mode: normal;
    opacity: 0.9;
    padding: 21px 27px;
}

.article-title-text small {
    color: #67BD45 !important;
    font-size: 14px !important;
}

.hover .article-title {
    background: linear-gradient(90deg, #67BD45 0%, #2BC57C 100%) !important;
    opacity: 0.9;
}

.hover .article-title-text,
.hover .article-title-arrow,
.hover .article-title-text small {
    background: none !important;
    color: #fff !important;
}

.article-title-arrow img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.article-feed .carousel-control-prev {
    position: relative !important;
    display: inline-block !important;
    width: inherit !important;
    background: none !important;
    cursor: pointer !important;
    padding: 2px 7px;
}

.article-feed .carousel-control-next {
    position: relative !important;
    display: inline-block !important;
    width: inherit !important;
    background: none !important;
    cursor: pointer !important;
    border-left: 1px solid #E0E1E2;
    padding: 2px 7px;
}


/* Article list */

.article-list .article-body {
    width: auto !important;
    margin: 15px 0px;
}

.article-list .article-photo {
    width: 100%;
}

.reference .article-title-text small {
    padding: 0px 10px;
    text-align: center;
    color: #fff !important;
    display: inline-block !important;
    background: linear-gradient(174.77deg, #67BD45 -30.97%, #2BC57C 131.9%);
    border-radius: 15px;
}


/* About us */

.about-us-light-bg {
    min-width: 100%;
    background: linear-gradient(90deg, rgba(237, 242, 244, 1) 55%, rgba(0, 0, 0, 0) 45%);
    padding: 54px 0px;
    margin-top: 54px;
}

.about-us-dark-bg {
    min-width: 100%;
    background: #1E414C url('../images/lines.png') 90% 180% no-repeat;
    padding: 162px 0px 54px 0px;
    margin-top: -108px;
}

.about-us-light-bg .about-us-text {
    padding: 17% 45px 0px 0px;
}

.about-us-dark-bg .about-us-text {
    padding: 17% 0px 0px 45px;
    color: #fff !important;
}

.about-us-dark-bg h3 {
    color: #fff !important;
}

.about-us-light-bg .about-us-photo {
    padding: 0 0 0 15px !important;
}

.about-us-dark-bg .about-us-photo {
    padding: 0 15px 0 0 !important;
}

.about-us-photo img {
    max-width: 100%;
}

@media (max-width: 575px) {
    .about-us-light-bg {
        background: rgba(237, 242, 244, 1) !important;
    }
    .about-us-text {
        padding-top: 21px !important;
    }
}


/* Counters */

.counter {
    padding-top: 54px;
    padding-bottom: 54px;
}

.counter-circle {
    text-align: center;
    width: 234px;
    height: 234px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(30, 65, 76, 0.152941);
    margin: 15px auto;
    position: relative;
}

.counter-text {
    position: absolute;
    top: 140px;
    left: 0px;
    text-align: center;
    font-size: 15px;
    width: 100%;
}

.counter-count {
    position: absolute;
    top: 21px !important;
    left: 21px !important;
    width: 192px;
    height: 192px;
    border-radius: 50%;
    border: 1.5px solid #67BD45;
    box-sizing: border-box;
    padding-top: 40px;
    font-weight: 300 !important;
    font-size: 70px !important;
    line-height: 91px !important;
    color: #67BD45 !important;
}


/* Left row heading */

.left-row-heading h3 {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 21px;
}

.left-row-logo {
    margin-top: 15px;
    margin-bottom: 21px;
}


/* Footer */

footer {
    padding: 54px 0px 45px 0px;
    font-size: 14px;
}

.footer-link,
.footer-link:hover,
.footer-iconlink,
.footer-iconlink:hover {
    color: #1E414C !important;
}

footer span,
footer a {
    display: inline-block;
    padding-bottom: 10px;
}

.footer-logo {
    padding-bottom: 30px;
}

.footer-copy {
    padding-top: 15px;
}

footer p {
    margin: 0;
}


/* Product detail */

.product-detail .accordion {
    margin-top: 40px;
}

.product-detail .card {
    border: none;
    background: none;
}

.product-detail .card-header {
    border-color: #BAD0D3;
    border-top: 1px solid #BAD0D3;
    background: none;
    padding: 20px 20px 20px 0px;
    cursor: pointer;
}

.product-detail .card-header h3 {
    display: inline;
    font-size: 18px;
    font-weight: 400;
    color: #67BD45;
}

.product-detail .card-header.collapsed h3 {
    color: #1E414C;
}

.product-detail .card-header .accord-number {
    color: #67BD45;
    font-size: 18px;
    margin-left: 2px;
    margin-right: 20px;
}

.product-detail .card-body {
    padding-left: 40px;
    padding-right: 0px;
    font-size: 15px;
}

.product-detail .card-body img {
    max-width: 100%;
    margin: 2px;
}

.product-detail .card-body h4 {
    font-size: 18px;
    font-weight: 400;
    color: #1E414C;
    border-top: 1px solid #BAD0D3;
    padding: 20px 0px;
    margin: 0;
}

.product-detail .card-body ul,
.ac-body ul {
    list-style-image: url('../images/green-bullet.png');
    padding-left: 21px;
}

.product-detail .card-body ul li,
.ac-body ul li {
    padding: 7px 0px;
    font-size: 15px;
}

.ac-body {
    padding: 30px 0px;
}

.ac-body h5 {
    margin-top: 30px;
    margin-bottom: 25px;
}

.greencircle {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: #1E414C;
    float: right;
}

.collapsed .greencircle {
    background: #67BD45;
}

.greencircle:before,
.greencircle:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.greencircle.cross:after,
.greencircle.cross:before {
    background: #ffffff;
    margin: auto 6px;
    height: 2px;
    transform: rotateZ(45deg);
}

.greencircle.cross:after {
    transform: rotateZ(-45deg);
}

.greencircle.cross:before {
    width: auto;
}

.collapsed .greencircle.cross:before,
.collapsed .greencircle.cross:after {
    background: #ffffff;
}

.collapsed .greencircle.cross:before {
    margin: auto 5px;
    height: 2px;
    transform: none;
    transform: rotateZ(90deg);
}

.collapsed .greencircle.cross:after {
    margin: auto 5px;
    height: 2px;
    transform: none;
}


/* Reference detail */

.reference-detail {
    margin-top: 45px;
    font-size: 15px;
}

.reference-detail .reference-heading {
    font-size: 18px;
}

.reference-desc {
    padding-top: 15px;
    padding-bottom: 15px;
}


/* Clanek detail */

.aktualita-detail {
    margin-top: 82px;
}

.clanek-heading {
    font-size: 15px;
    padding-top: 45px;
}

.clanek-heading h1 {
    font-size: 35px;
    line-height: 45px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.clanek-content {
    font-size: 15px;
    padding-top: 90px;
}

.clanek-content img {
    max-width: 100%;
    margin-bottom: 21px;
}


/* About us */

.about-us {
    margin-top: 54px;
    font-size: 15px;
}

.about-us .list-group {
    margin-bottom: 45px;
}

.about-us .list-group-item {
    padding: 20px;
    margin: 0px;
    margin-top: -1px;
    font-size: 18px;
    color: #1E414C;
    background: none;
    border: none;
    border-top: 1px solid #BAD0D3;
    border-bottom: 1px solid #BAD0D3;
    border-radius: 0 !important;
}

.about-us .list-group-item.active {
    padding: 20px;
    margin: 0px;
    margin-top: -1px;
    font-size: 18px;
    color: #67BD45;
    background: none;
    border: none;
    border-top: 1px solid #67BD45;
    border-bottom: 1px solid #67BD45;
}

.about-us h2 {
    margin-top: 0px;
}


/* Extra content */

.extra-content {
    margin-top: 45px;
    font-size: 15px;
}

.extra-content h3 {
    font-size: 25px;
    color: #67BD45;
    padding-bottom: 14px;
}


/* Kontakty */

.kontakty-cover {
    margin-top: -2px;
    max-width: 260px;
}

.kontakty-card {
    text-align: center;
    font-size: 15px;
}

.kontakty-card-img img {
    margin: 21px 0px;
}

.kontakty-card h3 {
    font-size: 18px;
    font-weight: 400;
}

.kontakty-card-content a {
    display: inline-block;
    margin-bottom: 5px;
}

.kontakty-header iframe {
    margin-top: -250px;
    margin-left: -100px;
}

.footer-logo {
    max-width: 100% !important;
}


/* new */

.letthemscroll {
    display: none;
}

@media (min-width: 992px) {
    .mainpage h2 {
        font-size: 44px;
        line-height: 55px;
        font-weight: 300;
        color: #67BD45;
        margin-top: 0px;
        padding-top: 0px;
    }
    .mainpage h2:before {
        content: " ";
        display: block;
        height: 1px;
        width: 110px;
        margin-bottom: 26px;
        background-color: #67BD45;
        margin-top: 110px;
    }
    .mainpage #carouselInfo h2:before {
        margin-top: 74px;
    }
    .mainpage .desc {
        font-weight: 400;
    }
    .mainpage .carousel-inner,
    .mainpage .w-100,
    .mainpage #carouselMain,
    .mainpage .w-max {
        width: 100vw !important;
        height: auto;
        object-fit: cover;
        min-width: 100vh;
        max-height: 1079px;
    }
    .mainpage .w-max {
        /*min-height: 100vh;*/
    }
    .mainpage .main-animation {
        max-width: inherit !important;
        flex: auto !important;
    }
    .mainpage .header {
        margin-top: 0px;
    }
    .maincontainer {
        max-width: inherit !important;
    }
    .mainpage .main-navbar img,
    .mainpage .main-navbar,
    .mainpage .navbar-light .navbar-nav .nav-link,
    .mainpage .nav-link-light {
        transition: all ease .3s;
    }
    .mainpage .main-navbar.ontop img {
        filter: brightness(0) invert(1);
        transition: all ease .3s;
    }
    .mainpage .main-navbar.ontop {
        background: none !important;
        border-color: rgb(255, 255, 255, 0);
        transition: all ease .3s;
    }
    .mainpage .ontop.navbar-light .navbar-nav .nav-link {
        color: #fff;
        transition: all ease .3s;
    }
    .mainpage .ontop .nav-link-light {
        opacity: 1;
        transition: all ease .3s;
    }
    .mainpage .header-content-text {
        color: #fff !important;
    }
    .mainpage .header-content {
        height: auto !important;
        margin-top: 90px;
    }
    .mainpage .header-content-text {
        padding: 0px !important;
    }
    .mainpage .header-content-text {
        margin-top: 221px;
    }
    .mainpage .header-content-text h1 {
        margin-top: -140px;
        color: #fff;
        margin-bottom: 44px;
    }
    .mainpage .header-content-text h1:before {
        content: " ";
        display: block;
        height: 1px;
        width: 110px;
        margin-bottom: 44px;
        background-color: #67BD45;
    }
    .header-sm .header-content-text h1:before {
        content: " ";
        display: block;
        height: 1px;
        width: 110px;
        margin-bottom: 44px;
        background-color: #67BD45;
    }
    .header-xs .header-content-text h1:before {
        content: " ";
        display: block;
        height: 1px;
        width: 110px;
        margin-bottom: 44px;
        background-color: #67BD45;
    }
    .letthemscroll {
        width: 140px;
        bottom: 32px;
        position: absolute;
        left: calc(50% - 70px);
        z-index: 9999999;
        color: #fff;
        text-align: center;
        display: block;
    }
    .header p {
        font-size: 18px;
    }
    .mainpage .ontop.navbar-light .navbar-nav .nav-link {
        font-size: 18px;
    }
}

.newproduct.product-body {
    height: 400px;
    padding: 22px;
    border-left: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    position: relative;
}

.newproduct .product-desc {
    padding: 22px;
    margin: 0;
    opacity: 1;
}

.newproduct .product-number {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 17px;
    color: #67BD45;
    margin-top: 22px;
}

.newproduct .product-title-text {
    background: none !important;
    color: #1E414C;
    font-size: 19px;
    font-weight: 400;
    display: block;
    padding: 0;
    margin: 0;
    margin-top: 32px;
}

.newproduct .product-desc-title {
    background: none !important;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    display: block;
    padding: 0;
    margin: 0;
    margin-top: 32px;
    margin-bottom: 14px;
}

.newproduct .detail-box {
    position: absolute;
    bottom: 22px;
    right: 14px;
    width: calc(100% - 36px);
    text-align: right;
}

.newproduct .product-photo {
    position: absolute;
    bottom: 80px;
    left: 22px;
    width: calc(100% - 36px);
    height: auto;
    object-fit: cover;
    max-height: 140px;
}

.newproduct .product-plus {
    position: absolute;
    bottom: 22px;
    right: 14px;
}

@media (max-width: 1250px) {
    .mainpage .header-content-text {
        margin-top: 140px;
    }
}

@media (max-width: 1100px) {
    .mainpage .header-content-text {
        margin-top: 70px;
    }
}

.noframe {
    padding: 0px;
    margin-top: 0px;
}

#carouselInfo {
    margin-top: 84px;
    margin-bottom: 38px;
}

#carouselInfo .carousel-inner {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    max-height: 400px !important;
}

#carouselInfo .carousel-inner img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    width: 100% !important;
    min-width: 100% !important;
}

.carousel-control-prev,
.carousel-control-next {
    width: 32px;
    height: 32px;
}

.carousel-control-prev {
    position: absolute;
    bottom: 7px;
    left: 0;
    top: auto;
}

.carousel-control-divider {
    position: absolute;
    bottom: 0;
    left: 40px;
    z-index: 999999;
}

.carousel-control-next {
    position: absolute;
    bottom: 7px;
    left: 50px;
    top: auto;
}

.carousel-info-text {
    padding-right: 20%;
}

.carousel-info-img {
    padding-right: 0px;
    margin-right: 0px;
}

.carousel-control-desc {
    position: absolute;
    bottom: 7px;
    left: 90px;
    top: auto;
}

@media (max-width: 767px) {
    .carousel-control-prev,
    .carousel-control-next {
        width: 32px;
        height: 32px;
    }
    .carousel-control-prev {
        position: absolute;
        bottom: auto;
        left: auto;
        right: 50px;
        top: 0px;
    }
    .carousel-control-divider {
        position: absolute;
        bottom: auto;
        top: 0px;
        left: auto;
        right: 40px;
        z-index: 999999;
    }
    .carousel-control-next {
        position: absolute;
        bottom: auto;
        left: auto;
        right: 0px;
        top: 0px;
    }
    .carousel-control-desc {
        display: none;
    }
}

.currpos {
    font-size: 30px;
    font-weight: 400;
    color: #67BD45;
    vertical-align: middle;
}

.countnum {
    font-size: 11px;
    display: inline-block;
    margin-bottom: 7px;
}

.partners {
    margin-top: 38px;
    border-bottom: 1px solid #DADADA;
    margin-bottom: 0;
    min-height: 290px;
}

.partners h2:before {
    margin-top: 58px;
}

.partners h2 {
    margin-bottom: 38px;
}

.partner {
    height: 48px;
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 14px;
    margin-bottom: 22px;
}

.partner-list {
    margin-top: 46px;
    margin-bottom: 24px;
    margin-right: 0px;
    padding-right: 0px;
}

.nomr {
    margin-right: 0px;
}

.counter {
    border-top: 1px solid #DADADA;
    margin-top: 38px;
    padding: 0;
}

.counter-circle {
    text-align: center;
    width: 100%;
    height: auto;
    border-radius: 0%;
    background: none;
    box-shadow: none;
    margin: 0;
    position: relative;
    border-left: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
}

.counter-title {
    border-bottom: 1px solid #DADADA;
}

.counter-text {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
    font-size: 19px;
    width: 100%;
    margin-bottom: 58px;
}

.counter-count {
    position: relative;
    top: auto !important;
    left: auto !important;
    width: 100%;
    height: inherit;
    border-radius: 0%;
    border: none;
    box-sizing: border-box;
    padding-top: 0;
    font-weight: 300 !important;
    font-size: 70px !important;
    line-height: 91px !important;
    color: #67BD45 !important;
}

.cc-plus {
    font-weight: 300 !important;
    font-size: 70px !important;
    line-height: 91px !important;
    color: #67BD45 !important;
}

.counter-block {
    margin: 0;
    padding: 0;
}

.counterico {
    height: 40px;
    width: auto;
    margin-bottom: 15px;
    margin-top: 44px;
}

.counter h2::before {
    margin-top: 72px;
}

.counter .btn-green {
    margin-bottom: 0;
}

.linkedin {
    height: 23px;
    width: auto;
    margin-left: 20px;
}

.footer-iconlink {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.kontakty-header iframe {
    margin-top: -162px;
}

.product-list .desc {
    padding-right: 20%;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1748px;
    }
}

.header-sm .carousel-item {
    margin-top: 0;
}

@media (min-width: 992px) {
    .header-sm .carousel-item {
        height: 536px;
    }
}

.fulldivider {
    border-top: 1px solid #BAD0D3;
}

.header-sm h1 {
    font-weight: 500;
}

.header-xs h1 {
    font-weight: 500;
}


/* ==== */

@media (min-width: 992px) {
    .productpage #carouselInfo h2:before {
        margin-top: 74px;
    }
    .productpage .desc {
        font-weight: 400;
    }
    .productpage .carousel-inner,
    .productpage .w-100,
    .productpage #carouselMain,
    .productpage .w-max {
        width: 100vw !important;
        height: auto;
        object-fit: cover;
        min-width: 100vh;
        max-height: 700px;
        margin-left: -1px;
    }
    .productpage .w-max {
        /*min-height: 100vh;*/
    }
    .productpage .main-animation {
        max-width: inherit !important;
        flex: auto !important;
    }
    .productpage .header {
        margin-top: 0px;
    }
    .productpage .main-navbar img,
    .productpage .main-navbar,
    .productpage .navbar-light .navbar-nav .nav-link,
    .productpage .nav-link-light {
        transition: all ease .3s;
    }
    .productpage .main-navbar.ontop img {
        filter: brightness(0) invert(1);
        transition: all ease .3s;
    }
    .productpage .main-navbar.ontop {
        background: none !important;
        border-color: rgb(255, 255, 255, 0);
        transition: all ease .3s;
    }
    .productpage .ontop.navbar-light .navbar-nav .nav-link {
        color: #fff;
        transition: all ease .3s;
    }
    .productpage .ontop .nav-link-light {
        opacity: 1;
        transition: all ease .3s;
    }
    .productpage .header-content-text {
        color: #fff !important;
    }
    .productpage .header-content {
        height: auto !important;
        margin-top: 90px;
    }
    .productpage .header-content-text {
        padding: 0px !important;
    }
    .productpage .header-content-text {
        margin-top: 0;
    }
    .productpage .header-content-text h1 {
        margin-top: 0px;
        color: #fff;
        margin-bottom: 44px;
    }
    .productpage .header-content-text h1:before {
        content: " ";
        display: block;
        height: 1px;
        width: 110px;
        margin-bottom: 44px;
        margin-top: 44px;
        background-color: #67BD45;
    }
}

@media (max-width: 1250px) {
    .productpage .header-content-text {
        margin-top: 0;
    }
}

@media (max-width: 1100px) {
    .productpage .header-content-text {
        margin-top: 0;
    }
}

.metadata .partners {
    min-height: 270px;
}

.metadata .partners h2 {
    color: #1E414C;
    font-weight: 500;
}

.accord-number {
    color: #67BD45;
}

.footer_ico {
    display: inline-block;
}

.footer-iconlink-no-underline:hover {
    text-decoration: none !important;
}

@media (min-width: 1200px) {
    .product-custom-list .col-xl-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


/* ==== */

@media (min-width: 992px) {
    .productpagesm #carouselInfo h2:before {
        margin-top: 74px;
    }
    .productpagesm .desc {
        font-weight: 400;
    }
    .productpagesm .carousel-inner,
    .productpagesm .w-100,
    .productpagesm #carouselMain,
    .productpagesm .w-max {
        width: 100vw !important;
        height: auto;
        object-fit: cover;
        min-width: 100vh;
        max-height: 680px;
        margin-left: -1px;
    }
    .productpagesm .w-max {
        /*min-height: 100vh;*/
    }
    .productpagesm .main-animation {
        max-width: inherit !important;
        flex: auto !important;
    }
    .productpagesm .header {
        margin-top: 0px;
    }
    .productpagesm .main-navbar img,
    .productpagesm .main-navbar,
    .productpagesm .navbar-light .navbar-nav .nav-link,
    .productpagesm .nav-link-light {
        transition: all ease .3s;
    }
    .productpagesm .main-navbar.ontop img {
        filter: brightness(0) invert(1);
        transition: all ease .3s;
    }
    .productpagesm .main-navbar.ontop {
        background: none !important;
        border-color: rgb(255, 255, 255, 0);
        transition: all ease .3s;
    }
    .productpagesm .ontop.navbar-light .navbar-nav .nav-link {
        color: #fff;
        transition: all ease .3s;
    }
    .productpagesm .ontop .nav-link-light {
        opacity: 1;
        transition: all ease .3s;
    }
    .productpagesm .header-content-text {
        color: #fff !important;
    }
    .productpagesm .header-content {
        height: auto !important;
        margin-top: 90px;
    }
    .productpagesm .header-content-text {
        padding: 0px !important;
    }
    .productpagesm .header-content-text {
        margin-top: 0;
    }
    .productpagesm .header-content-text h1 {
        margin-top: 0px;
        color: #fff;
        margin-bottom: 44px;
    }
    .productpage .productpagesm .header-content-text h1:before {
        content: none;
        display: none;
        margin: 0;
        padding: 0;
    }
    .productpage .productpagesm .header-content-text h1 {
        margin-top: 150px;
    }
}

@media (max-width: 1250px) {
    .productpagesm .header-content-text {
        margin-top: 0;
    }
}

@media (max-width: 1100px) {
    .productpagesm .header-content-text {
        margin-top: 0;
    }
}

.download_btn {
    overflow: hidden;
    position: relative;
}

.download_btn img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.download_btn .newproduct {
    height: 400px;
    padding: 22px;
    border-left: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    position: relative;
}

.download_btn .newproduct {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.download_btn .newproduct .product-title-text {
    color: #fff;
}

.MultiCarousel .item {
    background-color: #fff;
}

.article-feed .carousel-control-next {
    left: 0;
}

.mb50 {
    margin-bottom: 50px;
}

a.footer-iconlink {
    color: #1E414C !important;
}

.linkedin {
    margin-left: 0;
}

.footer-iconlink {
    margin-left: 0;
    margin-right: 20px;
}

#carouselInfo {
    min-height: 300px;
}

.article-feed {
    padding-top: 0;
}

.article-feed h3 {
    margin-top: 55px;
}

@media (max-width: 1670px) {
    .mainpage #carouselInfo h2:before {
        margin-top: 30px;
    }
    .mainpage .header-content-text {
        margin-top: 121px !important;
    }
}

.tab-pane ul {
    list-style: none;
}

.tab-pane ul li::before {
    content: "\2022";
    color: #67BD45;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 26px;
}

.tab-pane table tr td {
    border: none;
    padding: 0;
    margin: 0;
}

.tab-pane table tr td ul {
    padding: 0;
    margin: 0;
    margin-left: 40px;
}

.reference-detail-animation,
.reference-detail-animation>.carousel-inner,
.eference-detail-animation-img {
    position: relative;
    display: inline-block;
    min-height: 100%;
    max-height: 510px;
    overflow: hidden;
    background: none;
    text-align: center;
    width: 100%;
}

.reference-carousel-control-left {
    position: absolute;
    top: calc(100% - 42px);
    left: 24px;
}

.reference-carousel-control-right {
    position: absolute;
    top: calc(100% - 42px);
    left: 58px;
}

.contact-btn {
    margin-top: 0px;
    margin-bottom: 17px;
}

.contact-tbn-divider {
    margin-top: 47px;
    width: 100%;
    display: block;
}

.onlycontent img {
    height: auto !important;
    max-width: 100%;
}

@media (max-width: 768px) {
    .contact-tbn-divider {
        margin-top: 0px;
    }
}

@media (min-width: 992px) {
    .onlymobile {
        display: none;
    }
}

@media (max-width: 991px) {
    .mainpage .main-animation {
        display: none;
    }
    .partner {
        height: 24px;
    }
    footer .container {
        text-align: center;
    }
    footer .container a,
    footer .footer-iconlink {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .nomobile {
        display: none;
    }
    .product-desc.on {
        display: none;
    }
    .carousel-item iframe {
        height: 440px !important;
        max-width: 100%;
        margin-left: 0;
    }
    .onlymobile td,
    .onlymobile th {
        display: block;
        width: 100%;
    }
    .reference-detail-animation,
    .reference-detail-animation>.carousel-inner,
    .eference-detail-animation-img {
        position: relative;
        display: inline-block;
        min-height: 100%;
        height: 100%;
        max-height: 318px;
        overflow: hidden;
        background: none;
        text-align: center;
    }
    h1:not(.maintitle) {
        font-size: 25px;
        line-height: 30px;
        margin: 40px 0px 27px 0px;
    }
}