body{
    overflow-x: hidden;
}
ul li {
    color: #000;
}

b, strong {
    font-weight: 500;
}
.img-orig {
    max-width: 100%;
    margin-bottom: 15px;
}
.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 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 3;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: auto;
    top: auto;
    margin-bottom: 20px;
}
.gallery-stage{
    position: relative;
}
.gallery-stage img{
    max-width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}


.contact-form p.contact-form-paragraph{
    max-width: none;
    padding-top: 20px;
}
.product-3d-model{
    background: #ffffff;
    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;
}
/* icons */
.icon-features {
    background: url('../images/SVG/features-gold.svg') center no-repeat;
    background-size: cover;
}
.data-block__trigger.text-opened .data-block-icon.icon-features,
.data-block__trigger:hover .data-block-icon.icon-features {
    background: url('../images/SVG/features.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;
}
.data-block__trigger.text-opened .data-block-icon.icon-more,
.data-block__trigger:hover .data-block-icon.icon-more {
    background: url('../images/SVG/more.svg') center no-repeat;
    background-size: cover;
}

.data-block__trigger:hover .data-block-icon.icon-shower {
    background: url('../images/SVG/application-white.svg') center no-repeat;
    background-size: cover;
}
.icon-shower {
    background: url('../images/SVG/application-gold.svg') center no-repeat;
    background-size: cover;
}
.data-block__trigger.text-opened .data-block-icon.icon-shower,
.data-block__trigger:hover .data-block-icon.icon-shower {
    background: url('../images/SVG/application-white.svg') center no-repeat;
    background-size: cover;
}

/* publication */
.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: 1720px;
}
.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;
}
#slideshow { position: relative; }
#slideshow img { position: absolute; top: 0; left: 0;  max-width: 100%;}
.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) {
    .download-item::before {
        content: "";
        position: absolute;
        z-index: 2;
        width: 0;
        height: 0;
        bottom: 0;
        left: 0;
        border-bottom: 30px solid white;
        border-right: 30px solid #1d1d1d;
    }
    .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: 10px;
    }
    .actualities-mobile{
        display: none;
    }

    .content-gallery__arrow.content-gallery__arrow--next {
        right: 40%;
        transform: translateX(40%);
    }
    .content-gallery__arrow.content-gallery__arrow--prev {
        left: 40%;
        transform: translateX(-40%);
    }
}
@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-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: auto;
        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;
    }
    .model-3d-view canvas{
        top: auto !important;
    }
}
@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: 1199px) {
    .product-3d-model {
        padding-bottom: 50px;
    }
    #slideshow{
        padding-bottom: 34%;
    }
    .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;
    }
}
@media (max-width: 991px) {
    .microsite-content .container-fluid{
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .actualities-desktop{
        /*display: block;*/
    }
}
@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;
    }
}

@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);
    }
}