

/* Start:/local/templates/retolegenda2017/components/bitrix/menu/events/style.css?1490600790650*/
.tabs {
    text-align: center;
    font-family: "KellySlab";
    font-size: 20px;
    letter-spacing: -1.5em;
    color: #0f0f14;
}

.tabs div {
    display: inline-block;
    width: 50%;
    padding: 30px;
    letter-spacing: normal;
}


.tabs .grey{
    background: #f4f6f8;
}

.tabs .grey:last-child {
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 4px solid #e9edf1;
}

.tabs .grey:first-child {
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 4px solid #e9edf1;
}

.tabs a {
    text-decoration: none;
    border-bottom: 2px dotted #1e3cbe;
}
/* End */


/* Start:/local/templates/retolegenda2017/components/bitrix/news.list/gallery/style.css?1491385727785*/
.gallery-list {
    margin-top: 40px;
}

.gallery-list .container-fluid {
    padding: 1px;
}

.gallery-list .row {
    margin: 0;
    margin-left: -1px;
    margin-right: -1px;
}

.gallery-list [class^=col] {
    padding: 1px;
}

.gallery-list .item {
    overflow: hidden;
}

.gallery-list img {
    vertical-align: bottom;
    max-width: 100%;
    transition: all 1s ease-out;
}

.gallery-list .item:hover img {
    transform: scale(1.1);
}

.gallery-list .item:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.0);
    z-index: 1;
    transition: all 1s ease-out;
    cursor: pointer;
}

.gallery-list .item:hover:after {
    background: rgba(0, 0, 0, 0.5);
}

.item-desc {
    display: none;
}


/* End */


/* Start:/local/templates/retolegenda2017/components/bitrix/news.list/gallery/detail.css?14913857275672*/

.gallery-detail {
    padding-top: 100px;
    padding-bottom: 150px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    bottom: 0;
    z-index: 500;
    overflow: auto;
    transition: all ease-in 0.3s;
    opacity: 0;
    display: none;
}

.gallery-detail.open{
    opacity: 1;
    display: block;
}

.gallery-detail .wrap{
    overflow: hidden;

}


.gallery-detail .dec:empty:before {
    display: none;
}

@media (max-width: 991px) {
    .gallery-detail {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.gallery-detail .close {
    position: absolute;
    cursor: pointer;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    opacity: 0.6;
}

@media (max-width: 991px) {
    .gallery-detail .close {
        top: 20px;
        right: 45px;
    }
}

@media (max-width: 991px) {
    .gallery-detail .close {
        top: 20px;
        right: 20px;
    }
}

.gallery-detail .close:before, .gallery-detail .close:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background: grey;
    top: 50%;
}

.gallery-detail .close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gallery-detail .close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.gallery-detail .carousel {
    max-width: 900px;
    width: auto;
    margin: auto;
}

@media (max-width: 991px) {
    .gallery-detail .carousel {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media (max-width: 767px) {
    .gallery-detail .carousel {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.gallery-detail .big {
    max-width: 900px;
    margin: auto;
    margin-bottom: 10px;
    /*overflow: hidden;*/
}

@media (max-width: 767px) {
    .gallery-detail .big {
        margin-bottom: 3px;
    }
}

.gallery-detail .small.owl-carousel .owl-stage-outer {
    margin-right: -200px;
    margin-left: -200px;
    padding-left: 200px;
}

.gallery-detail .small.owl-carousel .owl-stage-outer:before, .gallery-detail .small.owl-carousel .owl-stage-outer:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 140px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    z-index: 1;
}

.gallery-detail .small.owl-carousel .owl-stage-outer:after {
    left: 0;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), white);
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

@media (max-width: 991px) {
    .gallery-detail .small.owl-carousel .owl-stage-outer {
        margin-right: -125px;
        margin-left: -125px;
        padding-left: 125px;
    }

    .gallery-detail .small.owl-carousel .owl-stage-outer:before, .gallery-detail .small.owl-carousel .owl-stage-outer:after {
        width: 50px;
    }

    .gallery-detail .small.owl-carousel .owl-stage-outer:before {
        right: 75px;
    }

    .gallery-detail .small.owl-carousel .owl-stage-outer:after {
        left: 75px;
    }
}

@media (max-width: 767px) {
    .gallery-detail .small.owl-carousel .owl-stage-outer {
        margin-right: -0px;
        margin-left: -0px;
        padding-left: 0px;
    }

    .gallery-detail .small.owl-carousel .owl-stage-outer:before, .gallery-detail .small.owl-carousel .owl-stage-outer:after {
        width: 50px;
    }

    .gallery-detail .small.owl-carousel .owl-stage-outer:before {
        right: 0;
    }

    .gallery-detail .small.owl-carousel .owl-stage-outer:after {
        left: 0px;
    }
}

.gallery-detail .owl-item.selected {
    border: 7px solid #1e286e;
}

@media (max-width: 991px) {
    .gallery-detail .owl-item.selected {
        border-width: 5px;
    }
}

@media (max-width: 767px) {
    .gallery-detail .owl-item.selected {
        border-width: 2px;
    }
}

.gallery-detail .owl-item.selected img {
    border: 4px solid white;
    opacity: 0.4;
}

@media (max-width: 767px) {
    .gallery-detail .owl-item.selected img {
        border: 1px solid white;
    }
}

.gallery-detail .owl-prev, .gallery-detail .owl-next {
    position: absolute;
    top: 50%;
    background: #fdb713;
    width: 14px;
    height: 26px;
    margin-top: -13px;
    background: url(/local/templates/retolegenda2017/components/bitrix/news.list/gallery/img/arrow.png);
}

.gallery-detail .owl-prev.disabled, .gallery-detail .owl-next.disabled {
    opacity: 0.2;
}

.gallery-detail .owl-prev {
    left: -45px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.gallery-detail .owl-next {
    right: -45px;
}

@media (max-width: 991px) {
    .gallery-detail .owl-prev {
        left: -34px;
    }

    .gallery-detail .owl-next {
        right: -34px;
    }
}

.gallery-detail .price {
    color: #82be32;
    font-family: "KellySlab";
    font-size: 40px;
}

.gallery-detail .sold {
    color: #808080;
    font-family: "KellySlab";
    font-size: 40px;
}

.gallery-detail .tth {
    text-align: center;
    color: #000000;
    font-size: 22px;
    margin-bottom: 50px;
}

.gallery-detail h1 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.gallery-detail h1:before {
    position: absolute;
    bottom: 0;
    width: 25px;
    left: 50%;
    margin-left: -12.5px;
    border-bottom: 3px solid #3c3c46;
    content: '';
}
/* End */
/* /local/templates/retolegenda2017/components/bitrix/menu/events/style.css?1490600790650 */
/* /local/templates/retolegenda2017/components/bitrix/news.list/gallery/style.css?1491385727785 */
/* /local/templates/retolegenda2017/components/bitrix/news.list/gallery/detail.css?14913857275672 */
