

/* Start:/local/templates/.default/components/bitrix/news/industry/bitrix/news.list/.default/style.css?17526703867448*/
.industry-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
.industry-header__title {
    font-size: 2.5rem;
    color: #000000;
    margin: 0 0 40px 0;
}
.industry-header__link{
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    height: 54px;
    justify-content: center;
    border-radius: 8px;
    padding: 0px 60px;
    color: #ffffff !important;
    transition: 0.3s ease;
}
.industry-all-industry-link{
    display: none;
}

.industry-header__link:hover{
    color: #005AAA !important;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.industry-main-shell {
    /*background: linear-gradient(89.85deg, #005AAA 26.74%, #022E5E 126.45%);*/
}
.industry-main-shell:before {
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*height: 100%;*/
    /*width: 100%;*/
    /*background: url(/local/static/build/img/mainpage/catalog-main-dots-top.svg);*/
    /*background-repeat: no-repeat;*/
    /*background-position-x: right;*/
    /*background-size: 10%;*/
}
.industry-main {
    /*width: 100%;*/
    /*position: relative;*/
    /*background: url(/local/static/build/img/mainpage/catalog-main-lines-dots.svg);*/
    /*background-repeat: no-repeat;*/
    /*background-position-y: bottom;*/
}
.industry-main__wrapper {
    /*min-width: 320px;*/
    /*margin: 0 auto;*/
    /*position: relative;*/
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    /*padding-top: 35px;*/
    /*padding-bottom: 75px;*/
}
@media only screen and (max-width: 400px) {
    .industry-main__wrapper {
        /*padding-left: 15px;*/
        /*padding-right: 15px;*/
    }
}

.industry-body{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -11px;

}
.industry-body__element{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    background: linear-gradient(179.76deg, #158FD6 0.21%, #0061AC 99.79%);
    /*background-color: #ffffff;*/
    color: #ffffff;
    padding: 28px;
    margin: 11px;
    height: 432px;
    width: calc(33.33% - 22px);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.industry-body__element:before{
    content: '';
    position: absolute;
    width: 101%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: #ffffff;
    /*background: linear-gradient(179.76deg, #158FD6 0.21%, #0061AC 99.79%);*/
    z-index: 0;
    transition: 0.3s ease;
}
.industry-body__element:hover{
    transition: 0.3s ease;
    box-shadow: 0 0 8px rgba(1, 78, 162, .95);
    /*background-color: #158FD6;*/
    /*background-color: #ffffff !important;*/
}
.industry-body__element:hover:before{
    opacity: 1;
}
.industry-body__element:hover .img-small-blue,
.industry-body__element:hover .img-big-blue{
    opacity: 1;
}
.industry-body__element:hover .img-small-white,
.industry-body__element:hover .img-big-white{
    opacity: 0;
}
.industry-body__element:hover .industry-body__name{
    /*color: #ffffff;*/
    color: #158FD6;
}

.industry-body__head{
    display: flex;
    flex-direction: row;
    justify-content: end;
    width: 100%;
    margin-bottom: 10px;
}
.industry-body__img-small-container{
    display: flex;
    position: relative;
    flex: 1 0 100%;
    max-height: 60px;
    max-width: 60px;
    z-index: 1;
}
.industry-body__img-small{
    width: 60px;
    height: 60px;
    object-fit: contain;
    transition: 0.3s ease;
}
.img-small-blue{
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}
.img-small-white{
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
}
.industry-body__img-big-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex: 1 0 auto;
    max-height: 200px;
    max-width: 380px;
    z-index: 1;
}
.industry-body__img-big{
    height: 200px;
    /*width: 340px;*/
    width: 90%;
    transition: 0.3s ease;
    object-fit: contain;
}
.img-big-blue{
    position: absolute;
    top: 100px;
    transform: translate(0, 0);
    opacity: 0;
}
.img-big-white{
    position: absolute;
    top: 100px;
    transform: translate(0, 0);
    opacity: 1;
}

.industry-body__name{
    /*flex: 1 0 auto;*/
    font-weight: 600;
    font-size: 23px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

@media (max-width: 1280px) {
    .industry-body__name{
        font-size: 20px;
    }
}
@media (max-width: 1024px) {
    .industry-body__img-big{
        width: 60%;
        height: 180px;
    }
    .img-big-blue{
        top: 60px;
    }
    .img-big-white{
        top: 60px;
    }
    .industry-body__img-small{
        width: 40px;
        height: 40px;
    }
    .industry-body__element{
        width: calc(50% - 22px);
        height: 350px;
    }
}
@media (max-width: 879px) {
    .industry-header__link span:first-child{
        display: none;
    }
    .industry-body__img-big{
        width: 50%;
    }
    .industry-body__name{
        font-size: 18px;
    }
}
@media (min-width: 670px) {
    .grid-5 .industry-body__element:nth-child(1),
    .grid-5 .industry-body__element:nth-child(2){
        width: calc(50% - 22px);
    }
    .grid-7 .industry-body__element:nth-child(1),
    .grid-7 .industry-body__element:nth-child(2),
    .grid-7 .industry-body__element:nth-child(6),
    .grid-7 .industry-body__element:nth-child(7){
        width: calc(50% - 22px);
    }
    .grid-8 .industry-body__element:nth-child(1),
    .grid-8 .industry-body__element:nth-child(2){
        width: calc(50% - 22px);
    }
}
@media (max-width: 670px) {
    .industry-body__element{
        width: calc(100% - 22px);
        height: 320px;
    }
    .img-big-blue{
        top: 50px;
    }
    .img-big-white{
        top: 50px;
    }
    .industry-header__title{
        font-size: 28px;
    }
    .industry-header__link{
        height: 46px;
        padding: 0 36px;
    }
    .industry-body__name{
        font-weight: 400;
        font-size: 18px;
    }
}
@media (max-width: 560px) {
    .industry-header__title{
        font-size: 20px;
    }
    .industry-body__element{
        width: calc(100% - 22px);
    }
    .industry-body__img-big{
        width: 70%;
    }
}
@media (max-width: 320px) {
    .img-big-blue{
        top: 20px;
    }
    .img-big-white{
        top: 20px;
    }
    .industry-body__element{
        width: calc(94% - 22px);
        padding: 10px;
        height: 182px;
    }
    .industry-body__img-small{
        height: 28px;
        width: 28px;
    }
    .industry-body__img-big{
        height: 100px;
        width: 40%;
    }
    .industry-body__name{
        font-size: 14px;
    }
}





.scroll-anim {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}

.scroll-anim-active {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.scroll-anim-transition {
    -webkit-transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
}


/* End */


/* Start:/local/static/build/css/global/owl.carousel.min.css?16588355823351*/
/**
 * 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/static/build/css/global/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/static/build/css/global/owl.theme.default.min.css?16588355821013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#ABCAE9;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#005AAA;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#ABCAE9;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#005AAA}
/* End */
/* /local/templates/.default/components/bitrix/news/industry/bitrix/news.list/.default/style.css?17526703867448 */
/* /local/static/build/css/global/owl.carousel.min.css?16588355823351 */
/* /local/static/build/css/global/owl.theme.default.min.css?16588355821013 */
