
.field-text--place-autocomplete.is-open .dropdown-backdrop {
    display: block
}
.field-dropdown .dropdown-backdrop .dropdown-backdrop__list .bold {font-weight: 700;}

.detail-page .detail-item__gallery .img-video::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("/images/main/video-icon.png");
    pointer-events: none;
    z-index: 5;
}
.detail-page .detail-item__gallery .img-video-small::after
{
    width: 32px;
    height: 32px;
}
.detail-page .detail-item__gallery .detail-item-slider__slide
{
    cursor: pointer;
}


@media print {
    .header {
        display: none !important;
    }
    .crumbs--bread {display: none !important;}
    .sidebar {display: none !important;}
    .linking {display: none !important;}
    .item-card-list {display: none !important;}
    .cta-help-block {display: none !important;}
    .main-footer {display: none !important;}
    .mobile-footer {display: none !important;}
    .swiper-slide {display: none !important;}
    .detail-item-slider__wrapper .swiper-slide-active {display: block!important;width: 50%}
    .detail-item-action-block__buttons {display: none !important;}
    h3 {display: none !important;}
    .price-dropdown {color: black!important;float: right}
}

.top-abovemenu-banner div a{    text-align: center;
    max-width: 1280px;
    margin: 0px auto 0px auto;}

.top-undermenu-banner div a{    text-align: center;
    max-width: 825px;
    margin: 0px auto 20px auto;}
.mobile-list-banner{display: none}
@media only screen and (max-width: 815px) {
    .mobile-list-banner {
        display: block;
    }
}

:root {
    --brand-top-height: 200px;
    --brand-top-height-tablet: 200px;
    --brand-top-height-mobile: 90px;
    --brand-bottom-height: 300px;
}

.brand-body-show .main-header {
    position: static;
}

.brand-body-show .main-header.main-header--brand-scroll {
    position: fixed;
    top: 0;
    max-width: 1280px;
}
html:has(body.brand-body-show) {
    height: unset !important;
}
body.brand-body-show {
    position: relative;
}

.brand-body-show .body {padding: 0px 15px 0px 15px}
.brand-body-show .main-header .container {padding: 0px 15px 0px 15px}
.brand-body-show .secondary-header .container {padding: 0px 15px 0px 15px}
.brand-body-show .main-footer {padding: 15px 15px 15px 15px}

.brand-body-show .brand-content {padding: var(--brand-top-height) 0 var(--brand-top-height) 0;}
.brand-body-show .page {position: relative;max-width: 1280px; padding: 0px; margin: 0 auto 0 auto; background: #ffffff;}
.brand-body-show .page:has(header.main-header--brand-scroll) {padding-top: 64px;}
.body .container .content:has(.top-undermenu-banner a) {padding-top: 0px;}

.brand-body-show .item-card-list .item-card.top .item-card__info-block {max-width: 350px;}

@media only screen and (max-width: 1024px) {
    .brand-body-show .brand-content {
        padding: var(--brand-top-height-tablet) 0 0 0;
    }
}
@media only screen and (max-width: 815px) {
    .brand-body-show .brand-content {
        padding: var(--brand-top-height-mobile) 0 0 0;
    }
}

.interviews-slider__next.swiper-button-disabled,.interviews-slider__prev.swiper-button-disabled {
    opacity: .0!important;
    cursor: auto;
}
/*
.brand-body-show .header {margin: 200px auto 0 auto;}

*/