

/* Start:/local/templates/bvshd_2019/css/owl.carousel.min.css?17748599053351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/bvshd_2019/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/bvshd_2019/components/bitrix/news.list/work_list/style.css?17748599054446*/
.work-list {
    margin-top: 5%;
}

.popup-open{
    overflow:hidden;
    height:100vh;
}

.work-list--items {
    font-size: 1.6rem;
    line-height: 1.66667;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.work-list--item {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 5%;
    cursor: pointer;
}

.work-list--item--author {
    margin-top: 20px;
    color: rgba(88,93,95,.7);
    font-size: 1.4rem;
    font-weight: 200;
}

.work-list--item--title {
    font-weight: 600;
    height: 65px;
    font-size: 1.9rem;
    
}

.work-list--item--descr {
    margin-bottom: 40px;
}

.work-list--item--descr::-webkit-scrollbar {
    width: 3px;
    background-color: #000000;
}

.work-list--item--descr::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #000000;
}

.work-list--item--descr::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ffffff;
    border-radius: 3px;
    background-color: #000000;
}

.work-list--item--img {
    text-align: center;
    width: 100%;
    height: 220px;
    background-position: center;
    background-size: cover;
}

.work-list--item---detail-link {
    color: #ff7020;
}

.popup-work-detail {
    width: 100%;
    min-height: 100%;
    background-color: rgba(78, 78, 78, 0.5);
    overflow: scroll;
    position: fixed;
    top: 0px;
    z-index: 9999999;
    display: none;
}

.popup-work-detail .popup-work-detail--content {
    margin: 30px auto 30px;
    width: 60%;
    max-height: 100%;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.popup-work-detail--body,
.btn-close{
    background: #ffffff;
}

.work-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
}

h2.work-detail--title {
    font-size: 3.5rem;
    text-align: left;
    margin-bottom: 3rem;
    margin-bottom: 3rem;
    padding: 0 30px;
    font-weight: 800;
}

.work-detail--img {
    max-width: 100%;
}
.work-detail--img {
    max-width: 100%;
    width: 100%;
    height: 460px;
    margin-bottom: 40px;
    background-size: cover;
    background-position: center;
}
.work-detail--img img {
    width: 100%;
    margin-bottom: 4rem;
}

.work-detail--descr {
    line-height: 1.66667;
    text-align: left;
    margin-bottom: 3rem;
    padding: 0 30px;
}

.btn-close {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 30px;
}

a.close-popup {
    padding: 15px 25px;
    border: 1px solid #000000;
    text-transform: uppercase;
    background: #000000;
    color: #ffffff;
    transition: 0.5s;
    cursor: pointer;
    display: inline-block;
}

a.close-popup:hover {
    background: #ffffff;
    color: #000000;
    transition: 0.5s;
}
.owl-work-carousel {
    position: relative;
    padding-left: 35px;
    padding-right: 35px;
}
.owl-work-carousel .owl-prev {
    position: absolute;
    top: 30%;
    left: 0;
}
.owl-work-carousel .owl-next {
    position: absolute;
    top: 30%;
    right: 0;
}
.owl-work-carousel svg {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    height: auto;
    stroke: currentColor;
    stroke-width: 1.5px;
    fill: none;
}
.owl-work-carousel .owl-next:hover, .owl-work-carousel .owl-prev:hover {
    opacity: .4;
}
.work-detail--slider {
    padding: 20px 70px;
    position: relative;
}

.work-detail--slider .owl-nav {
    position: absolute;
    width: calc(100% - 97px);
    top: 40%;
}
.work-detail--slider .owl-nav .owl-prev,
.work-detail--slider .owl-nav .owl-next {
    width: 27px;
    height: 27px;
}
.work-detail--slider .owl-nav .owl-prev {
    left: -40px;
    position: absolute;
}

.work-detail--slider .owl-nav .owl-next {
    right: 0;
    position: absolute;
}

.work-detail--slider svg {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    height: auto;
    stroke: currentColor;
    stroke-width: 1.5px;
    fill: none;
}

@media screen and (max-width: 768px) {
    .work-list--items {
        flex-direction: column;
    }
    .work-list--item {
        width: 100%;
    }
    .work-list--item--title {
        height: 65px;
        line-height: 2.3rem;
    }
    .popup-work-detail {
        padding: 0 20px;
    }
    h2.work-detail--title {
        line-height: 2.8rem;
        font-size: 2.5rem;
    }

    .popup-work-detail .popup-work-detail--content {
        margin: 30px 10px;
        width: auto;
    }
}

/* End */


/* Start:/local/templates/bvshd_2019/components/bitrix/system.pagenavigation/show_more/style.css?1774859905286*/
.load_more {
    margin: 10px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(0,0,0,.5);
}
.load_more:hover {
    color: #222;
}
.works--student {
    padding: 0rem 0 5rem;
}
/* End */


/* Start:/local/templates/bvshd_2019/components/bitrix/news.list/fashion-summer-live-works/style.css?1774859905186*/
.show-more {
    padding-bottom: 2.7rem;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    color: rgba(0,0,0,.5);
}
.show-more:hover {
    color: 222;
}
/* End */
/* /local/templates/bvshd_2019/css/owl.carousel.min.css?17748599053351 */
/* /local/templates/bvshd_2019/components/bitrix/news.list/work_list/style.css?17748599054446 */
/* /local/templates/bvshd_2019/components/bitrix/system.pagenavigation/show_more/style.css?1774859905286 */
/* /local/templates/bvshd_2019/components/bitrix/news.list/fashion-summer-live-works/style.css?1774859905186 */
