﻿
.backToWrapper { color: #000; }
.catalogItemView > div { position: relative; padding: 0; }
.item-bg-image { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.item-bg-image-inner { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-size: cover; }
.item-bg-wrapper { position: absolute; top: 0; bottom: 0; right: 0; left: 0; }

.item-bg0 { background-color: #F8702E }
.item-bg1 { background-color: #F55A23 }
.item-bg2 { background-color: #F8702E }
.item-bg3 { background-color: #F55A23 }


.makat-nav { position: absolute; bottom: 18px; color: #000; width: 100%; text-align: center; }
    .makat-nav a, .makat-nav span { margin: 0 5px; }
.itemNav.active { text-decoration: underline; }
.itemPhotosWrapper { background-color: #F8702E; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
#itemPhotos { transition: all 400ms ease-out; -webkit-transition: all 400ms ease-out; }
    #itemPhotos.fadeOut { opacity: 0; }
    #itemPhotos .no-photo { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; text-align: center; font-size: 120%; }

@media(min-width:992px) {
    .backToWrapper { position: absolute; bottom: 18px; left: 25px; }
    .catalogItemView > div { min-height: 52.084vw; }
}

@media(max-width:991px) {
    .scrollto { position: relative; color: #fff; z-index: 1; text-align: center; text-decoration: none !important; padding: 20px 0; font-size: 70%; }
        .scrollto svg { fill: #fff; transform: rotate(-90deg); width: 30px; display: block; margin: 0 auto; margin-top: 13px; }
    .itemsGallery { min-height: 126.066vw; }
    .backToWrapper { position: relative; margin-top: 20px; padding-left: 15px; margin-bottom: 20px; }
    .item-bg { width: 50%; float: left; }
    .item-bg2 { background-color: #f55a23; }
    .item-bg3 { background-color: #f8702e; }
    .item-bg4 { background-color: #f8702e; }
    .item-bg5 { background-color: #f55a23; }
    .item-bg6 { background-color: #f55a23; }
    .item-bg7 { background-color: #f8702e; }
}


.cat-15 .itemPhotosWrapper { background-color: #080505; }
.cat-15 .catalogItemView-title.withLogo img { margin: 0; }
.cat-15 .item-bg0 { background-color: #080505; }
.cat-15 .item-bg1 { background-color: #2c2a2a; }
.cat-15 .item-bg2 { background-color: #3b3939; }
.cat-15 .item-bg3 { background-color: #151515; }
.cat-15 .backToWrapper { color: #fff; }
    .cat-15 .backToWrapper svg { fill: #fff; }

@media(max-width:991px) {
    .cat-15 .item-bg4 { background-color: #151515; }
    .cat-15 .item-bg5 { background-color: #3b3939; }
    .cat-15 .item-bg6 { background-color: #3b3939; }
    .cat-15 .item-bg7 { background-color: #151515; }
    .cat-15 .catalogItemView-title.withLogo { display:none;}
}


@media(max-width:991px) {
    .catalogItemView-title.withLogo { height: 42vw; width: 50vw; float: right; padding: 0; position:relative; z-index:1;}
        .catalogItemView-title.withLogo img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 70%; }
}