

/* Start:/local/templates/.default/components/bitrix/news/industry/bitrix/news.detail/.default/style.css?175267038616101*/
.work-head__container{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}
.work-head__col-1{
    flex: 1 1 50%;
    height: 100%;
}
.content-block {
    overflow: hidden;
    position: relative;
}
.content-block.hide {
    height: 400px;
}
.content-block.hide:after{
    content: "";
    display: block;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%)
}
.content-toggle__container{
    display: flex;
    justify-content: center;
    margin-top: 5px;
}
.work-head__list{
    padding: 14px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 90, 170, 0.08);
    border-radius: 8px;
}
.work-head__list b{
    margin-bottom: 8px;
}
.work-head h1{
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.work-head__col-2{
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    margin-left: 30px;
}
.work-head__img-container{
    height: 360px;
    width: auto;
    border-radius: 8px;
    overflow: hidden;
}
.work-head__img-container img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.work-head__link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 303px;
    padding: 10px 33px;
    background: #005AAA;
    border: 1px solid #005AAA;
    border-radius: 8px;
    color: #ffffff;
    margin-top: 30px;
    text-decoration: none;
    font-size: 16px;
}
.work-head__link:hover{
    background: #ffffff;
    color: #005AAA;
}

.work-head__link_custom {
    margin: 30px auto 0 auto;
}

.work-objects__container{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 100px -10px;
}
.work-objects__header{
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase;
    margin-top: 100px;
    margin-bottom: 24px;
}
.work-objects__item{
    display: flex;
    flex-direction: column;
    margin: 20px 10px 0 10px;
    height: 400px;
    padding-bottom: 24px;
    /*width: calc(32.49% - 10px);*/
    box-shadow: 0px 4px 20px rgba(0, 90, 170, 0.08);
    border-radius: 8px;
    overflow: hidden;
}
.work-objects__item iframe{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}

.work-objects__title{
    margin: 24px 15px 12px 15px;
    font-weight: 700;
    text-transform: uppercase;
    flex: 1 1 auto;
}
.work-objects__text{
    flex: 1 1 auto;
    margin: 0 15px 0 15px;
}
.work-objects__link{
    display: block;
    font-size: 16px;
    margin: 32px 15px 24px 15px;
    text-transform: uppercase;
}

.work-eng-solutions__container{
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    margin-bottom: 100px;
    /*overflow: hidden;*/
}
.work-eng-solutions__row-1{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.work-eng-solutions__header{
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.work-eng-solutions__button-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #ABCAE9;
    border-radius: 6px;
    color: #005AAA;
    user-select: none;
    cursor: pointer;
    transition: ease 0.2s;
    padding: 9px 33px;
}
.button-container-active{
    background: #005AAA !important;
    color: #ffffff;
}
.work-eng-solutions__button-container:hover{
    background: #005AAA;
    color: #ffffff;
}
.work-eng-solutions__slider{
    display: flex;
    align-items: center;
}
.work-eng-solutions__row-2{
    display: flex;
    flex-wrap: nowrap;
    flex: 1 1 auto;
    /*margin: 0 -10px;*/
    width: 100%;
    transition: ease 0.7s;
}
.work-eng-solutions__wrapper{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.work-eng-solutions__row-2-item{
    position: relative;
    height: 350px;
    text-align: center;
    border: 1px solid #ABCAE9;
    border-radius: 8px;
    overflow: hidden;
}
.work-eng-solutions-unwrap{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 10px;
}
.work-eng-solutions-unwrap-title{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -1px;
    left: -1px;
    user-select: none;
    cursor: pointer;
    z-index: 2;
}
.work-eng-solutions-unwrap-title span:first-child{
    padding: 6px 10px 6px 10px;
    background: #005AAA;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.work-eng-solutions-unwrap-title span:last-child{
    position: relative;
    display: block;
    width: 0;
    height: 0;
    border-top: 33px solid #005AAA;
    border-right: 38px solid transparent;
}
.work-eng-solutions-unwrap span:last-child,
.work-eng-solutions-unwrap a{
    padding: 6px 10px 6px 10px;
    background: #005AAA;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    user-select: none;
}
.work-eng-solutions-unwrap span:last-child:hover,
.work-eng-solutions-unwrap a:hover{
    color: #d4e2ef;
    transition: ease 0.3s;
}
.no-active span:last-child:before {
    content: '' !important;
}
.no-active span:last-child{
    padding: 4px 20px !important;
}


.work-eng-solutions__item{
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin: 0 10px;*/
    user-select: none;
    height: 100%;
    object-fit: cover;
}
.work-eng-photo{
    display: block;
    position: relative;
    height: 100%;
    width: auto;
    z-index: 1;
}
.work-eng-sub-photo{
    display: block;
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
}
.work-eng-solutions__link{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    user-select: none;
}
.work-eng-solutions__btn-next{
    right: -38px;
}
.work-eng-solutions__btn-prev{
    left: -38px;
}
.work-eng-solutions__btn-next-obj{
    right: -38px;
}
.work-eng-solutions__btn-prev-obj{
    left: -38px;
}
.work-eng-solutions__btn-next-2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 43px;
    height: 43px;
    background: #EFF6FF;
    border: 1px solid #ABCAE9;
    border-radius: 6px;
    color: #005AAA;
    user-select: none;
    cursor: pointer;
    transition: ease 0.2s;
}
.work-eng-solutions__btn-prev-2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 43px;
    height: 43px;
    background: #EFF6FF;
    border: 1px solid #ABCAE9;
    border-radius: 6px;
    color: #005AAA;
    user-select: none;
    cursor: pointer;
    transition: ease 0.2s;
}
.work-eng-solutions__btn-next-obj-2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 43px;
    height: 43px;
    background: #EFF6FF;
    border: 1px solid #ABCAE9;
    border-radius: 6px;
    color: #005AAA;
    user-select: none;
    cursor: pointer;
    transition: ease 0.2s;
}
.work-eng-solutions__btn-prev-obj-2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 43px;
    height: 43px;
    background: #EFF6FF;
    border: 1px solid #ABCAE9;
    border-radius: 6px;
    color: #005AAA;
    user-select: none;
    cursor: pointer;
    transition: ease 0.2s;
}
.work-eng-solutions__btn-next-2:hover{
    background: #ABCAE9;
    color: #ffffff;
}
.work-eng-solutions__btn-prev-2:hover{
    background: #ABCAE9;
    color: #ffffff;
}
.work-eng-solutions__btn-next-obj-2:hover{
    background: #ABCAE9;
    color: #ffffff;
}
.work-eng-solutions__btn-prev-obj-2:hover{
    background: #ABCAE9;
    color: #ffffff;
}
.work-eng-solutions__slider-buttons{
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.work-eng-solutions__slider-circles{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
}
.work-eng-solutions__slider-circles span{
    width: 10px;
    height: 10px;
    border-radius: 8px;
    overflow: hidden;
    background: #ABCAE9;
    margin: 0 10px;
}
.circles-active{
    background: #005AAA !important;
    transition: ease 0.2s;
}

.work-eng-solutions__row-3{
    display: none;
    flex-wrap: wrap;
    margin: 0 -10px;

}
.work-eng-solutions__row-3 a{
    flex: 1 1 auto;
    width: calc(25% - 10px);
}

.work-form {
    margin-top: 30px;
}

.work-form__container{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 35px 20px;
    margin-bottom: 100px;
    background: #F6F6F6;
    overflow-x: hidden;
    border-radius: 8px;
}

.work-form__col-1{
    width: 100%;
}

.work-form__title{
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.work-form-text{
    font-size: 16px;
}

.work-form__col-2{
    display: flex;
    flex-direction: column;
    font-size: 14px;
    width: 100%;
}

.work-form__col-2 input{
    margin: 13px 0 0 0;
    padding: 10px 15px 10px 15px;
    border: none;
    border-radius: 8px;
    overflow: hidden;
}

.work-form__col-2 input::placeholder{
    font-size: 14px;
    color: #BDBDBD;
}

.work-form__row-1{
    display: flex;
    margin: 0 -9px;
}

.work-form__error{
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: calc(33% - 9px);
    margin: 18px 9px 0 9px;
}

.work-form__error > span{
    color: red;
    font-size: 12px;
    margin-left: 10px;
    display: none;
}

.work-form__error-active{
    display: inline !important;
}

.work-form__row-2{
    display: flex;
    height: 100px;
}

.work-form__row-2 textarea{
    margin-top: 18px;
    padding: 10px 15px 10px 15px;
    resize: none;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.work-form__row-2 textarea::placeholder{
    font-size: 14px;
    color: #BDBDBD;
}

.work-form__row-3{
    display: flex;
    margin: 35px 0 0 0;
    justify-content: space-between;
    align-items: flex-end
}

.work-form__row-3 input{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 218px;
    height: 45px;
    background: #005AAA;
    border-radius: 8px;
    color: #ffff;
    text-transform: uppercase;
    font-size: 14px;
    overflow: hidden;
}

.work-form-success-msg{
    display: none;
    font-size: 14px;
}

.work-form__agree-text{
    font-size: 14px;
    color: #828282;
}

.project-work__btn{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 43px;
    height: 43px;
    background: #EFF6FF;
    border: 1px solid #ABCAE9;
    border-radius: 6px;
    position: absolute;
    color: #005AAA;
    user-select: none;
    cursor: pointer;
    transition: ease 0.2s;
}
.project-work__btn:hover{
    background: #ABCAE9;
    color: #ffffff;
}



@media (max-width: 1400px) {
    .project-work__btn{
        display: none !important;
    }
}
@media (max-width: 1200px) {
    .work-head__container{
        margin-top: 20px;
    }
    .work-head__col-2{
        flex: 0 0 50%;
    }

    .work-form__error {
        margin: 0 9px;
    }

    .work-form-text {
        margin-bottom: 15px;
    }
    .work-form__row-1 {
        flex-wrap: wrap;
    }
    .work-form__row-1 input{
        width: 100% !important;
    }

    .work-form__row-3{
        flex-wrap: wrap;
    }
    .work-form__row-3 input{
        width: 100% !important;
        order: 1 !important;
        margin-bottom: 20px !important;
    }

    .work-form__agree-text{
        width: 100% !important;
        order: 2 !important;
    }
}
@media (max-width: 1024px) {
    .work-head__container{
        flex-wrap: wrap;
    }
    .work-head__col-1{
        flex: 0 0 100%;
        order: 2;
    }
    .work-head__col-2{
        order: 1;
        flex: 0 0 100%;
        margin-left: 0;
        margin-bottom: 30px;
    }
    .content-toggle__container{
        display: none;
    }
    .content-block.hide{
        height: 100%;
    }
    .content-block.hide:after{
        display: none;
    }
}
@media (max-width: 900px) {
    .work-head h1{
        font-size: 30px;
    }
    .work-objects__container {
        margin-bottom: 50px !important;
    }
    .work-eng-solutions__header{
        font-size: 24px !important;
    }
    .work-eng-solutions__row-2{
        flex-wrap: wrap !important;
        flex-direction: column;
        max-height: 1200px;
        /*flex: 0 0 94%;*/
    }
    .work-eng-solutions__item{
        width: 100%;
        margin-bottom: 20px;
    }
    .work-eng-solutions__link{
        margin-left: 30px;
        margin-right: 30px;
        width: 100%;
        margin-bottom: 20px;
    }
    .work-eng-solutions__item img{
        width: 100%;
    }
    .work-eng-solutions__link img{
        width: 100%;
    }
    .project-work__btn{
        display: none !important;
    }
    .work-eng-solutions__slider-buttons{
        display: flex;
    }
    .work-eng-solutions__row-3 a{
        flex: 1 1 auto;
        width: calc(50% - 10px);
    }
    .work-form__container{
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        flex-wrap: wrap;
        flex: 1 1 auto;
        margin-bottom: 50px !important;
    }
}
@media (max-width: 600px) {
    .work-head__tab{
        height: 100%;
        flex-wrap: wrap;
    }
    .work-head__tab-wrapper{
        margin: 7px 15px 7px 0;
        font-size: 14px;
    }
    .work-head__tab-middle{
        margin: 7px 15px 7px 0;
        font-size: 14px;
    }
    .work-head__text-container p{
        font-size: 14px;
        margin-top: 20px;
    }
    .work-objects__container{
        margin-bottom: 0 !important;
    }
    .work-eng-solutions__container{
        margin-top: 48px;
    }
    .work-objects__header{
        margin-top: 48px;
    }
    .work-eng-solutions__slider-buttons{
        margin-top: 0;
    }
    .work-eng-solutions__row-3 a{
        flex: 1 1 auto;
        width: 100%;
        margin: 0 10px;
    }
    .work-objects__header{
        font-size: 24px;
    }
    .work-form__error{
        width: 100%;
    }
}
@media (max-width: 400px) {
    .work-head h1{
        word-break: break-word;
        font-size: 23px;
    }
    .work-head__link{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 274px;
        padding: 10px 33px;
        background: #005AAA;
        border: 1px solid #005AAA;
        border-radius: 8px;
        color: #ffffff;
        margin-top: 30px;
        text-decoration: none;
        font-size: 16px;
    }
}
@media (max-width: 1024px) {
    .owl-nav{
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
    }
}

.certificates-container {
    margin-top: 40px;
}

.certificates-title {
    font-size: 17px;
    font-weight: 600;
    color: #005AAA;
    margin-bottom: 5px;
}

.certificates-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.certificates-list .certificate-item {
    display: flex;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    background: #005AAA;
    border: 1px solid #005AAA;
    border-radius: 8px;
    color: #fff;
}
.certificates-list .certificate-item:hover {
    background: #fff;
    color: #005AAA;
}
.popup-form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 9999;
    border-radius: 15px;
}
.popup-form button.close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    cursor: pointer;
}
button.close:focus {
    outline: none;
    background: none;
    border: none;
}
.message {
    text-align: center;
}
.message-error {
    color: red;
}

/* 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.detail/.default/style.css?175267038616101 */
/* /local/static/build/css/global/owl.carousel.min.css?16588355823351 */
/* /local/static/build/css/global/owl.theme.default.min.css?16588355821013 */
