/* Begin Additional CSS Styles */

.art-blockheader .t,
.art-vmenublockheader .t {
    white-space: nowrap;
}


/* Header slider (замена Unite Gallery) */

.art-header .slider_in_header .header-slider {
    position: relative;
    width: 100%;
    height: 570px;
    overflow: hidden;
    background: #1a1510;
}

.art-header .slider_in_header .header-slider__viewport {
    position: relative;
    width: 100%;
    height: 100%;
}

.art-header .slider_in_header .header-slider__slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.9s ease, visibility 0.9s ease;
    z-index: 0;
}

.art-header .slider_in_header .header-slider__slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.art-header .slider_in_header .header-slider__slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    margin: 0;
    border: 0;
}

@media screen and (max-width: 1100px) {
    .art-header .slider_in_header .header-slider {
        height: 340px;
    }
}


/* Homepage product tabs (замена {tabs} / Regular Labs) */

.nn_tabs.gx-tabs {
    float: left;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
}

.nn_tabs.gx-tabs>.nav-tabs {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    border: 0;
}

.nn_tabs.gx-tabs>.nav-tabs>.gx-tabs-smoke {
    display: none !important;
}

.nn_tabs.gx-tabs>.nav-tabs>li {
    margin: 0 5px 10px 0;
    float: none;
    padding: 0;
}

.nn_tabs.gx-tabs>.nav-tabs>li::before {
    display: none;
}

.nn_tabs.gx-tabs>.nav-tabs>li>a {
    display: block;
    padding: 0 12px;
    line-height: 46px !important;
    height: 46px;
    background: #EDEBDF;
    color: #4B4036;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    border: 0;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
}

.nn_tabs.gx-tabs>.nav-tabs>li>a:hover,
.nn_tabs.gx-tabs>.nav-tabs>li.active>a,
.nn_tabs.gx-tabs>.nav-tabs>li.active>a:hover,
.nn_tabs.gx-tabs>.nav-tabs>li.active>a:focus {
    background: #857E6C;
    color: #fff;
    border: 0;
}

.nn_tabs.gx-tabs>.tab-content {
    overflow: visible;
}

.nn_tabs.gx-tabs>.tab-content>.tab-pane {
    display: none;
}

.nn_tabs.gx-tabs>.tab-content>.tab-pane.active {
    display: block;
}

.nn_tabs.gx-tabs>.tab-content>.tab-pane .block {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .nn_tabs.gx-tabs {
        display: none;
    }
}


/* Photogallery (Slick, замена Unite Gallery) */

.photogallery .gx-photogallery {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 150px;
    height: 565px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.photogallery .gx-photogallery__slick {
    height: 510px;
}

.photogallery .gx-photogallery__slick .slick-list {
    height: 510px;
    margin: 0;
    overflow: hidden;
}

.photogallery .gx-photogallery__slick .slick-track {
    height: 510px;
}

.photogallery .gx-photogallery__slick .slick-slide {
    height: auto;
    margin: 0;
    box-sizing: border-box;
}

.photogallery .gx-photogallery__slick .slick-slide>div {
    height: auto;
}

.photogallery .gx-photogallery__item {
    height: 250px;
    padding: 0 5px 10px;
    box-sizing: border-box;
    vertical-align: top;
}

.photogallery .gx-photogallery__tile {
    position: relative;
    display: block;
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #1a1510;
    text-decoration: none;
}

.photogallery .gx-photogallery__tile img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border: 0;
    margin: 0;
}

.photogallery .gx-photogallery__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(191, 198, 21, 0.8);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.photogallery .gx-photogallery__tile:hover .gx-photogallery__overlay,
.photogallery .gx-photogallery__tile:focus .gx-photogallery__overlay {
    opacity: 1;
}

.photogallery .gx-photogallery__zoom {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 61px;
    height: 62px;
    margin: -31px 0 0 -30px;
    background: url('../images/icon_uvelichit.png') no-repeat center;
    background-size: contain;
}

.photogallery .gx-photogallery .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block !important;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    list-style: none;
}

.photogallery .gx-photogallery .slick-dots li {
    display: inline-block;
    margin: 0 6px;
    width: 12px;
    height: 12px;
    vertical-align: middle;
}

.photogallery .gx-photogallery .slick-dots li button {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-indent: -9999px;
    cursor: pointer;
}

.photogallery .gx-photogallery .slick-dots li button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #c5c5c5;
    opacity: 1;
}

.photogallery .gx-photogallery .slick-dots li.slick-active button:before {
    background: #494b08;
    transform: scale(1.15);
}

@media screen and (max-width: 1100px) {
    .photogallery .gx-photogallery {
        padding: 0 15px;
    }
}


/* End Additional CSS Styles */