body {
    overflow-x: hidden;
}
ul li {
    color: #000;
}
b, strong {
    font-weight: 500;
}
.header-ul li {
    color: #fff;
}
.no-padding {
    padding: 25px;
    background-color: #f0f0f0;
}
h4 {
    margin-bottom: 1.5rem;
}
.data-block {
    margin: 7px 0;
}
ul {
    list-style-type: none;
    margin: 0;
    line-height: 30px;
    padding: 0;
}
.microsite-content.after-3d {
    position: static;
    z-index: 3;
}
.product-3d-model .text-center {
    z-index: 3;
}
.contact-form p.contact-form-paragraph {
    max-width: none;
    padding-top: 20px;
}
.product-3d-model {
    z-index: 1;
}
.product-more-info.after-3d {
    padding-top: 50px;
}
.microsite {
    position: relative;
    z-index: 1;
}
.data-block__trigger:hover .data-block-icon.icon-am70-ex {
    background: url('../images/SVG/am70-ex.svg');
}
.icon-am70-ex {
    background: url('../images/SVG/am70-ex-gold.svg');
}
.data-block__trigger:hover .data-block-icon.icon-features {
    background: url('../images/SVG/features.svg') center no-repeat;
    background-size: cover;
}
.icon-features {
    background: url('../images/SVG/features-gold.svg') center no-repeat;
    background-size: cover;
}
.data-block__trigger:hover .data-block-icon.icon-more {
    background: url('../images/SVG/more.svg') center no-repeat;
    background-size: cover;
}
.icon-more {
    background: url('../images/SVG/more-gold.svg') center no-repeat;
    background-size: cover;
}
.publikace-row {
    border-style: solid;
    border-width: 0 0 3px 0;
    border-color: #244194;
}
.publikace {
    width: inherit;
    height: 100%;
}
.image.gallery {
    margin-bottom: 25px;
}
.image.gallery img {
    max-width: 100%;
}
.image.gallery.photo-right {
    float: right;
    margin-left: 25px;
}
.image.gallery.photo-left {
    float: left;
    margin-right: 25px;
}
.image.gallery.photo-center {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.text ul li::before {
    margin-top: 10px;
}
.text ol {
    padding-left: 0;
    list-style-position: inside;
}
.text ol li {
    padding-left: 0;
    margin-left: 0;
}
.text h2 {
    margin-bottom: 35px;
}
.text a {
    color: #bc9856;
}
.alert-success,
.alert-error {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.alert-error {
    border: 1px solid #ff0000;
    color: #ffffff;
    background: rgba(255, 0, 0, 0.3);
}
.alert-success {
    border: 1px solid #00ff00;
    color: #ffffff;
    background: rgba(0, 255, 0, 0.3);
}
.alert-successp p:last-of-type,
.alert-error p:last-of-type {
    margin-bottom: 0;
}
.actualities-mobile {
    display: block;
    flex-direction: unset;
}
.contact-form.fixed .alert {
    opacity: 0;
}
.contact-form.fixed.mouseover .alert {
    opacity: 1;
}
.grecaptcha-badge {
    z-index: 99;
    opacity: 0;
}
.hero-item {
    width: 100%;
    max-width: 100%;
}

.hero-item > .row {
    width: 100%;
    max-width: 100%;
}
.microsite-banner__left-side h1 span {
    color: #bc9856;
}
.microsite-banner__left-side ul li {
    color: #ffffff;
}
.label_new-product {
    display: none;
}
.product__parameters .parameter {
    text-transform: none;
}
.content-gallery-container.content-gallery-container--dark {
    background: url(../images/mapa.png) no-repeat;
    background-size: cover;
    background-color: #2a2a2a;
    margin-top: 30px;
    margin-bottom: 30px;
}
.content-gallery-container.content-gallery-container--dark h2, .content-gallery-container.content-gallery-container--dark p {
    color: #fff;
}
.grid-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.grid-gallery-image {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.grid-gallery-image img {
    width: 100%;
}
.grid-gallery-image::after {
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.grid-gallery-image:hover::after {
    content: url(../images/PNG/gallery-hover.png);
    background-color: rgba(36, 36, 36, .65);
}
.content-gallery__arrow {
    bottom: 20px;
    z-index: 10;
}
.slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    z-index: 10;
}
.slick-dots li {
    width: 37px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    cursor: pointer;
}
.slick-dots li::before {
    margin: 0;
    width: 20px;
    height: 2px;
    background: #ffffff;
    min-width: 0;
    min-height: 0;
}
.slick-dots li.slick-active::before {
    background: #bc9856;
}
.slick-dots li button {
    display: none;
}
.product-more-info .pdf-catalog {
    display: block;
}
.product-more-info .pdf-catalog__image {
    display: block;
}
.microsite-banner {
    /*height: calc(100vh - 85px);*/
    /*max-height: calc(100vh - 85px);*/
    position: relative;
}
.microsite-banner__left-side .logo {
    margin-bottom: 30px;
}
.microsite-banner__left-side h1 {
    margin-bottom: 20px;
}
.microsite-banner__left-side p {
    margin-bottom: 20px;
    line-height: normal;
}
.microsite-banner__left-side ul {
    line-height: normal;
    margin-bottom: 0;
}
.microsite-banner__left-side .product-name {
    padding-top: 0;
    margin-bottom: 20px;
}
.hero-nav-wrapper {
    margin-top: auto;
    padding-left: 55px;
    padding-right: 55px;
    margin-bottom: 30px;
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
}
.hero-nav-wrapper .slick-track {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
}
.hero-nav-wrapper .slick-track::before,
.hero-nav-wrapper .slick-track::after {
    display: none;
}
.hero-nav-item {
    display: flex !important;
    height: auto;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    background: #212121;
    padding: 25px;
    margin-left: 15px;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
    clip-path: polygon(100% 0, 100% 100%, 30px 100%, 0 calc(100% - 30px), 0 0);
}
.hero-nav-item::before {
    content: "";
    display: block;
    position: absolute;
    /*background: transparent;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #212121;
    z-index: -1;
}
.hero-nav-item::after {
    content: "";
    display: block;
    position: absolute;
    /*background: transparent;*/
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background-color: #212121;
    z-index: 0;
    clip-path: polygon(100% 0, 100% 100%, 29px 100%, 0 calc(100% - 29px), 0 0);
}
.hero-nav-item.slick-current::before {
    background-color: #bc9856;
}
.hero-nav-img {
    width: 150px;
    position: relative;
    z-index: 1;
}
.hero-nav-img img {
    max-width: 100%;
    height: auto;
}
.hero-nav-info {
    position: relative;
    z-index: 1;
    width: calc(100% - 150px);
    padding-left: 25px;
}
.hero-nav-info h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
}
.hero-nav-info p {
    color: #ffffff;
    margin-bottom: 0;
}
.triangle--white {
    border-color: transparent transparent transparent #fff;
}
.model-3d-view {
    aspect-ratio: 1024 / 604;
    max-height: unset;
    width: 1080px;
    height: 641px;
}
.rotate-3d-icon {
    background: url('../images/SVG/3d-sipkyc81e.svg?2') no-repeat center;
}
.social-links-wrapper {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.social-links {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 50px;
    align-items: flex-end;
    row-gap: 7px;
}
.social-link-item {
    align-items: center;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    transition: width .35s linear;
    background-color: #bc9856;
    text-decoration: none;
}
.social-link-item:hover {
    width: 150px;
    text-decoration: none;
}
.social-link-image {
    display: block;
    flex: 0 0 50px;
    width: 50px;
    padding: 12px;
}
.social-link-text {
    color: #fff;
}

@media (min-width: 576px) {
    .product__parameters .parameter span {
        font-size: 38px;
    }
}
@media (min-width: 768px) {
    .grid-column:nth-of-type(-n+2) .grid-gallery-image:last-of-type::before {
        content: "";
        position: absolute;
        z-index: 2;
        width: 0;
        height: 0;
        bottom: 0;
        left: 0;
        border-style: solid;
        border-width: 30px 0 0 30px;
        border-color: transparent transparent transparent #fff;
    }
    .grid-gallery-image::after {
        content: '';
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .grid-gallery-image {
        margin-bottom: 0;
    }
    .microsite-banner__left-side ul li:before {
        margin-top: 4px;
    }
    .actualities-mobile {
        display: none;
    }
    .content-gallery__arrow.content-gallery__arrow--next {
        right: 40%;
        transform: translateX(40%);
        display: none !important;
    }
    .content-gallery__arrow.content-gallery__arrow--prev {
        left: 40%;
        transform: translateX(-40%);
        display: none !important;
    }
    .slick-dots {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .row.publikace-row.no-gutters .col-lg-6:nth-of-type(odd) {
        padding-right: 0;
    }
    .row.publikace-row.no-gutters .col-lg-6:nth-of-type(even) {
        padding-left: 0;
    }
    .microsite-content {
        padding: 30px 30px 30px 30px;
    }
    .product-more-info {
        padding: 100px 0 20px 0;
    }
    .contact-form.fixed.mouseover {
        height: 210px;
    }
    .microsite-banner__left-side {
        padding: 50px 15px 30px 70px;
    }
    .microsite-content.before-3d {
        padding-bottom: 100px;
    }
    .microsite-content .container-fluid {
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 0;
        padding-right: 0;
        width: auto;
        min-width: 100%;
    }
}
@media (min-width: 1200px) {
    .product-3d-model .text-center {
        top: -150px;
        z-index: 3;
    }
    .microsite-content.before-3d {
        padding-bottom: 200px;
    }
    .product-more-info.after-3d {
        padding-top: 110px;
    }
    .content-gallery__arrow.content-gallery__arrow--next {
        right: 44%;
        transform: translateX(44%);
    }
    .content-gallery__arrow.content-gallery__arrow--prev {
        left: 44%;
        transform: translateX(-44%);
    }
    .slick-dots {
        bottom: 50px;
    }
    .content-gallery__arrow {
        bottom: 50px;
    }
    .microsite-banner .main-image {
        justify-content: center;
    }
    .microsite-banner .main-image img {
        max-height: 550px;
    }
}
@media (min-width: 1400px) {
    .product.right-side {
        justify-content: center;
    }
    .product-right-wrapper {
        padding-top: 25px;
    }
    .product__image img {
        margin-left: 0;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .contact-form.fixed h3 {
        padding-top: 20px;
    }
    .contact-form.fixed.mouseover h3 {
        padding-top: 0;
    }
}
@media (max-width: 1399px) {
    .hero-nav-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 1199px) {
    .microsite-banner .main-image-mobile img {
        padding: 0;
        /*width: 100px;*/
    }
    .microsite-banner .main-image-mobile.image-2 img {
        right: 0;
    }
    .microsite-banner__left-side {
        width: 100%;
        padding: 15px;
    }
    .microsite-banner__left-side p {
        width: auto;
        white-space: normal;
    }
    .hero-item {
        width: calc(100vw - 30px);
        /*max-width: calc(100vw - 30px);*/
    }
    .hero-item .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .hero-item .row .col-xl-4,
    .hero-item .row .col-xl-8 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .hero-nav-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .hero-nav-item {
        flex-wrap: wrap;
    }
    .hero-nav-img {
        width: 100%;
    }
    .hero-nav-info {
        padding-left: 0;
        width: 100%;
    }
}
@media (max-width: 991px) {
    .microsite-content .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .actualities-desktop {
        /*display: block;*/
    }
    .hero-nav-wrapper {
        display: none;
    }
    .slick-list {
        padding-bottom: 60px;
    }
}
@media (max-width: 559px) {
    .product__parameters .parameter span {
        font-size: 28px;
    }
    .content-gallery__arrow.content-gallery__arrow--next {
        right: 5%;
        transform: none;
    }
    .content-gallery__arrow.content-gallery__arrow--prev {
        left: 5%;
        transform: none;
    }
}

.model-3d-view iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1080 / 600;
}

@media (min-width: 1200px) {
    .model-3d-view iframe {
        position: relative;
        top: -50px !important;
    }
}
@media (min-width: 992px) {
    footer {
        padding: 400px 15px 0px 15px;
    }
}

.footer-foot {
    background-color: rgba(0, 0, 0, 0.6);
    padding-block: 2em;
    margin-top: 2rem;
}

.footer-foot .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.25rem 2rem;
    font-size: 0.875rem;
    color: #777;
}

@media screen and (max-width: 575px) {
    .footer-foot .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

.footer-foot a {
    color: #fff;
}

@media (min-width: 992px) {
    .microsite-content.copyright-page {
        padding: 100px 0 80px 0;
    }
}

@media (min-width: 1200px) {
    .microsite-content.copyright-page {
        padding: 140px 0 100px 0;
    }
}

.microsite-name:hover {
    color: #bc9856;
}


/* progressbar animation */
body {
    position: relative;
  }
  
  body:before {
    content: '';
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-color: #bc9856;
    z-index: 100;
    transform-origin: left;

    animation-timeline: scroll(root);
    animation-name: scaleProgress;
    animation-duration: auto;
    animation-timing-function: ease-in;
  }
  

@keyframes scaleProgress {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}