

/* 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 */


/* Start:/local/components/custom/questionnaire/templates/.default/style.css?174479365623084*/
.questionnaire-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
}
.questionnaire-title{
    font-size: 16px;
    font-weight: 600;
    color: #005AAA;
}
.blanks-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 40px;
}
.blank-online-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 60px;
    width: 28%;
    padding: 6px 12px;
    background-color: #005AAA;
    color: #ffffff;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #ffffff;
    transition: 300ms ease;
}
.blank-online-btn:hover{
    color: #005AAA;
    background-color: #ffffff;
    border: 1px solid #005AAA;
}
.blank-separator{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #005AAA;
    user-select: none;
}
.blank-offline-btns{
    display: flex;
    justify-content: space-between;
    width: 55%;
}
.blank-offline-download a{
    color: #ffffff !important;
    text-transform: none;
}
.blank-offline-push,
.blank-offline-download{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 60px;
    width: 49.7%;
    padding: 6px 12px;
    background-color: #005AAA;
    color: #ffffff;
    text-transform: none;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #ffffff;
    transition: 300ms ease;
    margin: 0;
}

.blank-offline-push:hover,
.blank-offline-download:hover{
    color: #005AAA;
    background-color: #ffffff;
    border: 1px solid #005AAA;
}
.blank-offline-download{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.blank-offline-push{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.label-active{
    background: green !important;
    pointer-events: none;
}
#blank-file{
    display: none;
}
@media screen and (max-width: 1200px) {
    .blanks-container{
        flex-direction: column;
        margin-top: 20px;
    }
    .blank-online-btn{
        width: 71%;
        height: 50px;
    }
    .blank-separator{
        margin: 10px 0;
    }
    .blank-offline-btns{
        width: 71%;
    }
    .blank-offline-push,
    .blank-offline-download{
        height: 56px;
    }
}
@media screen and (max-width: 540px) {
    .blank-online-btn{
        width: 100%;
    }
    .blank-offline-btns{
        width: 100%;
    }
}
@media screen and (max-width: 414px) {
    .blank-online-btn{
        height: 78px;
    }
    .blank-offline-push,
    .blank-offline-download{
        height: 78px;
    }
}



.support-form{}
.support-form__container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
    padding: 16px;
    background: #005AAA;
    border-radius: 10px;
    font-style: normal;
}

.support-form__col-1{
    display: flex;
    flex: 1 1 auto;
    max-width: 613px;
}
.question__container{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    flex: 1 1 auto;
    color: #ffffff;
}
.question__mail{
    background: url("/local/components/custom/questionnaire/templates/.default/./img/open-email.png") center no-repeat;
    width: 46px;
    height: 46px;
    margin-right: 18px;
    background-size: contain;
    border-radius: 8px;
    overflow: hidden;
}
.question__body{
    max-width: 490px;
}
.question__text{
    font-weight: 600;
    font-size: 16px;
}

.support-form__col-2{
    display: flex;
    align-items: center;
}
.support-form-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    min-width: 150px;
    background: #ffffff;
    border-radius: 8px;
    color: #005AAA;
    font-size: 16px;
    user-select: none;
    cursor: pointer;
    border: 1px solid #005AAA;
    transition: 300ms ease;
}
/*.support-form-btn:hover{*/
/*    color: #ffffff;*/
/*    background-color: #005AAA;*/
/*    border: 1px solid #ffffff;*/
/*}*/

@media screen and (max-width: 1199px){
    .support-form__col-1 {
        max-width: 480px;
    }
    .question__body{
        max-width: 365px;
    }
}
@media screen and (max-width: 767px) {
    .support-form__container{
        flex-direction: column;
        padding: 24px;
        margin-top: 20px;
    }
    .support-form__col-1 {
        max-width: 100%;
    }
    .question__container{
        justify-content: center;
        margin-bottom: 20px;
    }
    .question__body{
        max-width: 100%;
        text-align: center;
    }
    .support-form__col-2 {
        align-items: center;
        justify-content: center
    }
    .support-form-btn{
        height: 38px;
    }
}
@media screen and (max-width: 414px) {
    .question__mail{
        display: none;
    }
}



.form-support-modal-overlay{
    opacity: 0;
    visibility: hidden;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 80;
    transition: 0.4s ease;
}

.form-support-modal{}
.form-support-modal__container {
    opacity: 0;
    visibility: hidden;

    display: flex;
    flex-direction: column;
    padding: 40px 56px;
    width: 1028px;
    max-width: 1028px;
    font-style: normal;
    color: #232323;
    transform: translate(-50%, -60%);
    background-color: #FFFFFF;
    transition: 0.4s ease;
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 8px;
    overflow: hidden;
    z-index: 100;
    overflow-y: scroll;
    height: 70vh;
}
#blank-form{
    margin-top: 10px;
    height: 80vh;
}
.form-support-modal-icon-close{
    position: absolute;
    display: flex;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    top: 30px;
    right: 30px;
    user-select: none;
    cursor: pointer;
    background: url("/local/components/custom/questionnaire/templates/.default/./img/x-close.svg") center no-repeat;
}
.form-support-modal__title{
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 32px;
}
.form-support-modal__steps{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 6px;
    color: #005AAA;
    border: 1px solid #005AAA;
    border-radius: 6px;
}
.form-support-modal__step{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 25%;
    border-right: 1px solid #005AAA;
    padding: 4px 10px;
    transition: 200ms ease;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    user-select: none;
}
.form-support-modal__step .step-number{
    font-size: 15px;
    margin-right: 20px;
}
.form-support-modal__step:last-child{
    border-right: none;
}
.form-support-modal__step.active{
    background-color: #005AAA;
    color: #ffffff;
}
.form-support-modal__tabs{
    position: relative;
    width: 100%;
}
.form-support-modal__tab{
    width: 100%;
    display: none;
}
.form-support-modal__tab.active{
    display: block;
}

.tab__sub-title-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #000000;
    border: 1px solid #9cc2e5;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 8px;
}
.tab__sub-title{
    padding: 4px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background-color: #deeaf6;
}
.tab__label-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.tab__label-wrapper input[type="checkbox"]{
    visibility: hidden;
    position: absolute;
}
.tab__label-switcher{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 2px;
    margin-bottom: 0;
    width: 20%;
    border-top: 1px solid #9cc2e5;
    border-right: 1px solid #9cc2e5;
    cursor: pointer;
    user-select: none;
    font-size: 15px;
}
.tab__label-switcher.active{
    background-color: #deeaf6;
}
.tab__label-switcher input[type="radio"]:checked,
.tab__label-switcher input[type="radio"]:not(:checked){
    display: none;
}
.tab__label-switcher:last-child{
    border-right: none;
}

.tab__animal-container{
    margin-top: 16px;
    display: none;
}
.tab__animal-container.active{
    display: block !important;
}
.tab__input-line{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.tab__input-cell{
    width: 49%;
}
.tab__input-cell input{
    width: 100%;
    padding: 4px 16px;
    font-size: 18px;
}

.additional-tab-container{
    display: flex;
    justify-content: space-between;
}
.additional-tab{
  width: 49%;
}
.additional-tab-container .tab__input-cell{
    width: 100%;
}

.select-list {
    position: relative;
    width: 100%;
    height: 38px;
}
.select-list[data-state="active"] .select-list__title::before {
    transform: translate(-3px, -50%) rotate(-45deg);
}
.select-list[data-state="active"] .select-list__title::after {
    transform: translate(3px, -50%) rotate(45deg);
}
.select-list[data-state="active"] .select-list__content {
    opacity: 1;
}
.select-list[data-state="active"] .select-list__label + .select-list__input + .select-list__label {
    max-height: 38px;
    border-top-width: 1px;
}
.select-list__title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 8px 16px;
    border-radius: 8px;
    border: solid 1px #c7ccd1;
    cursor: pointer;
    color: #959595;
}
.select-list__title.active{
    color: #000000;
}
.select-list__title::before, .select-list__title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 10px;
    height: 2px;
    transition: all 0.3s ease-out;
    background-color: #333333;
    transform: translate(-3px, -50%) rotate(45deg);
}
.select-list__title::after {
    transform: translate(3px, -50%) rotate(-45deg);
}
.select-list__title:hover {
    border-color: #005AAA;
}
.select-list__title:hover::before, .select-list__title:hover::after {
    background-color: #005AAA;
}
.select-list__content {
    position: absolute;
    top: 38px;
    left: 3px;
    display: flex;
    flex-direction: column;
    width: calc(100% - 6px);
    background-color: #ffffff;
    border: 1px solid #c7ccd1;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all 0.3s ease-out;
    opacity: 0;
    z-index: 8;
}
.select-list__input {
    display: none;
}
.select-list__input:checked + label {
    background-color: #dedede;
}
.select-list__input:disabled + label {
    opacity: 0.6;
    pointer-events: none;
}
.select-list__hidden{
    margin-top: 8px;
    width: 100%;
    display: none;
}
.select-list__hidden.active{
    display: block;
}
.select-list__hidden input:not(:first-child){
    margin-top: 8px;
}
.select-list__label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 38px;
    max-height: 0;
    padding: 0 16px;
    margin: 0;
    transition: all 0.2s ease-out;
    cursor: pointer;
    overflow: hidden;
}
.select-list__label + input + .select-list__label {
    border-top: 0 solid #C7CCD160;
}
.select-list__label:hover {
    background-color: #005AAA !important;
    color: #ffffff;
}

.form-body__container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.form-body__col-1{
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    width: 50%;
    /*width: 400px;*/
}
.field-title{
    color: #005AAA;
    margin-top: 4px;
    font-weight: 600;
    font-size: 16px;
    padding-left: 2px;
}
.form-desc{
    resize: none;
    /*flex-grow: 1;*/
    height: 100%;
    outline: none;
}
.form-body__col-2{
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    margin-right: 34px;
    width: 50%;
}
.form-input{
    font-size: 16px;
    padding: 6px 12px;
    border: 1px solid #c7ccd1;
    border-radius: 8px;
    transition: 0.3s ease;
}
.form-input:focus{
    border: 1px solid #005AAA;
}
.form-submit-container{
    display: flex;
    justify-content: center;
}
.form-submit-btn{
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    margin: 25px 0;
    padding: 11px 0;
    text-align: center;
    width: 152px;
    background: #005AAA;
    transition: 300ms ease;
}
.form-body__link{
    color: #555555;
    font-size: 16px;
}
.form-body__link a{
    text-decoration: underline;
    color: #555555 !important;
}
.error-field{
    opacity: 0;
    font-size: 12px;
    padding-left: 3px;
    color: #d72a2a;
    transition: 0.2s ease;
}
.error-field-active{
    opacity: 1;
}
.error-input-active{
    border: 1px solid #d72a2a !important;
}
.form-submit-active{
    width: 280px !important;
    background: green !important;
    pointer-events: none;
}
#attach-files,
#blank-attach-files{
    display: none;
}
.attached-label{
    display: flex;
    align-items: center;
    color: #005AAA;
    font-size: 14px;
    cursor: pointer;
    margin: 14px 0 0 0;
}
.attached-label img{
    width: 46px;
    height: 46px;
    object-fit: contain;
    margin-right: 10px;
}

.form-mob-overlay-active{
    opacity: 1;
    visibility: visible;
}
.form-mob-modal-active{
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
}
#error-offline-blank{
    text-align: end;
}
.error-upload{
    font-size: 12px;
    color: #d72a2a;
}


.table-blank-container{
    margin-top: 40px;
}
.table-blank th,
.table-blank td,
.table-blank label,
.table-blank div,
.table-blank span{
    padding: 0;
    margin: 0;
    font-size: 16px;
}
.table-blank input{
    max-width: 100%;
}
.table-blank{
    border-collapse: collapse;
    width: 100%;
    min-width: 767px;
}
.table-blank th,
.table-blank td{
    /*padding: 8px;*/
    text-align: left;
}
.table-blank table th,
.table-blank table td{
    /*border: 1px solid #bbd4f0;*/
    border: none;
}
.table-blank td span{
    display: inline-block;
}
.table-active, .table-active > th, .table-active > td{
    background-color: #ffffff;
}
.table-blank .table-blank__section{
    border: 1px solid #bbd4f0;
    background-color: #9cc2e5;
    text-align: center;
    font-weight: 500;
    padding: 8px;
}
.table-blank__sub-section{
    font-weight: 600;
    padding: 8px !important;
}
.table-blank__td-section{
    padding: 8px;
}

.label-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
}
.label-wrapper-others{
    margin-top: 12px !important;
}
.label-wrapper-others span{
    display: flex !important;
    align-items: center;
    flex: 1 0 auto;
}
.label-wrapper-others input{
    margin-left: 6px;
    width: 100%;
}
.table-blank label{
    cursor: pointer;
    user-select: none;
    padding: 8px;
}
.animal-tables{
    display: block;
}
.table-active{
    display: table !important;
}


.attached-label input {
    display: none;
}
.files-container{
    display: flex;
    flex-direction: column;
    margin: 8px 0;
    width: 100%;
}
.file-message{
    font-size: 14px;
    color: red;
    text-align: center;
}
.file-list {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.file-list li {
    display: flex;
    align-items: center;
    padding: 8px;
    margin-top: 10px;
    background-color: #f0f0f0;
    position: relative;
    border-radius: 10px;
}
.file-list li:before {
    content: none;
}
.file-list .img-container{
    height: 50px;
    max-width: 100px;
    margin-right: 14px;
    border-radius: 6px;
    overflow: hidden;
}
.file-list .img-container img {
    height: 100%;
    width: auto;
    object-fit: contain;
}
.file-list .text{
    font-size: 14px;
    word-break: break-all;
}
.file-list .deleteTab {
    position: absolute;
    top: -2px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    color: #005AAA;
}


@media screen and (max-width: 1199px){
    .form-support-modal__container{
        width: 971px;
        max-width: 971px;
    }
}
@media screen and (max-width: 991px){
    .form-support-modal__container{
        width: 747px;
        max-width: 747px;
    }
    .form-body__col-1{
        width: 304px;
    }
}
@media screen and (max-width: 767px) {
    .form-support-modal__step{
        border-right: none;
        width: 50%;
    }
    .form-support-modal__step > div:nth-child(2){
        width: 70%;
        font-size: 10px;
    }
    .form-support-modal__step:nth-child(odd) {
        border-right: 1px solid #005AAA;
    }
    .form-support-modal__step:nth-child(1){
        border-bottom: 1px solid #005AAA;
    }
    .form-support-modal__step:nth-child(2){
        border-bottom: 1px solid #005AAA;
    }
    .form-support-modal__step .step-number{
        font-size: 12px;
        margin-right: 0;
    }
    .tab__sub-title{
        font-size: 14px;
    }
    .tab__label-switcher{
        font-size: 14px;
        border-top: none;
        border-right: none;
        width: 50%;
    }
    .tab__label-switcher:nth-child(odd) {
        border-right: 1px solid #deeaf6;
    }
    .tab__label-switcher:nth-child(1){
        border-bottom: 1px solid #deeaf6;
    }
    .tab__label-switcher:nth-child(2){
        border-bottom: 1px solid #deeaf6;
    }
    .tab__label-switcher:last-child{
        width: 100%;
        border-top: 1px solid #deeaf6;
        border-bottom: none;
    }
    .tab__input-cell .select-list__title{
        font-size: 14px;
    }
    .tab__input-cell label{
        font-size: 14px;
    }
    .field-title{
        font-size: 14px;
    }
    .form-support-modal__container{
        overflow-y: scroll;
        padding: 24px;
        width: 520px;
        max-width: 520px;
        height: 90vh;
    }
    .table-blank-container{
        margin-top: 20px;
        overflow-x: scroll;
    }
    .form-body__container{
        flex-direction: column;
    }
    .form-body__col-1{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .form-body__col-2{
        margin-right: 0;
        width: 100%;
    }
    .form-desc{
        height: 300px;
    }
    .form-support-modal__title{
        font-size: 24px;
    }
    .form-input{
        font-size: 14px;
    }
    .form-body__link{
        font-size: 16px;
        margin: 25px 0;
    }
    .form-submit-btn{
        font-size: 16px;
        order: 5;
        margin: 0;
    }
    .file-list .img-container{
        height: 40px;
        max-width: 80px;
        margin-right: 10px;
    }
    .file-list .text{
        font-size: 12px;
    }
    .file-list .deleteTab {
        font-size: 16px;
    }
}

@media screen and (max-width: 540px){
    .form-support-modal__step{
        width: 100%;
    }
    .form-support-modal__step > div:nth-child(2){
        width: 70%;
        font-size: 10px;
    }
    .form-support-modal__step{
        border-bottom: 1px solid #005AAA;
        border-right: none !important;
    }
    .form-support-modal__step:last-child{
        border-bottom: none;
    }
    .form-support-modal__step .step-number{
        font-size: 12px;
        margin-right: 0;
    }
    .form-support-modal__container{
        width: 370px;
        max-width: 370px;
    }
    .tab__label-wrapper{
        flex-direction: column;
    }
    .tab__label-switcher{
        border-right: none !important;
        border-bottom: 1px solid #deeaf6;
        width: 100%;
    }
    .tab__label-switcher{
        border-top: none !important;
        width: 100%;
    }
    .tab__input-line{
        flex-direction: column;
    }
    .tab__input-cell{
        width: 100%;
    }
    .additional-tab-container{
        flex-direction: column;
    }
    .additional-tab{
        width: 100%;
    }
    .additional-tab .tab__input-line{
        margin-top: 5px;
    }
}
@media screen and (max-width: 375px){
    .form-support-modal__container{
        width: 300px;
        max-width: 300px;
    }
}
@media screen and (max-width: 300px){
    .form-submit-active{
        width: 200px;
    }
    .form-support-modal__container{
        width: 260px;
        max-width: 260px;
    }
}



.registration-form__item-ceckbox {
    padding-top: 20px;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.registration-form__item-ceckbox input[type=checkbox] {
    /*display: none;*/
    transform: scaleY(3) scaleX(0.1);
    position: relative;
    top: 28px;
    /*right: 45%;*/
    opacity: 0;
}
.registration-form__item-ceckbox input[type=checkbox]+label span.check {
    background-image: unset !important;

    background: #fff;
    border: 2px solid #014ea2;
    border-radius: 4px;
    box-sizing: border-box;
    height: 19px;
    transition: all .25s cubic-bezier(.4,0,.23,1);
    width: 19px;
    /*margin-right: 10px;*/
    margin: -2px 10px 0 0;

    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.registration-form__item-ceckbox input[type=checkbox]:not([disabled]):checked+label span.check {
    animation: shrink-bounce .2s cubic-bezier(.4,0,.23,1);
    background-color: #014ea2;
    border: 6px solid #014ea2 !important;
    position: relative;
}

.registration-form__item-ceckbox label {
    cursor: pointer;
}

.registration-form__item-ceckbox input[type=checkbox]:not([disabled]):checked+label span.check:after {
    animation: checkbox-check 125ms cubic-bezier(.4,0,.23,1) .25s forwards;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
    box-sizing: content-box;
    content: "";
    height: 7px;
    left: -2px;
    top: 0px;
    position: absolute;
    transform: rotate(45deg);
    transform-origin: 0 100%;
    width: 3px;
}

@keyframes shrink-bounce {
    0% {
        transform: scale(1)
    }
    33% {
        transform: scale(.85)
    }
    to {
        transform: scale(1)
    }
}

@keyframes checkbox-check {
    0% {
        border-color: #fff;
        height: 0;
        transform: translateZ(0) rotate(45deg);
        width: 0
    }
    33% {
        height: 0;
        transform: translateZ(0) rotate(45deg);
        width: 3px
    }
    to {
        border-color: #fff;
        height: 6px;
        transform: translate3d(0, -6px, 0) rotate(45deg);
        width: 4px
    }
}
.registration-form__item-ceckbox{
    padding-top: 0;
}
.registration-form__item-agree-checkbox{
    line-height: 1;
}
.registration-form__item-agree-checkbox .text{
    font-size: 14px;
}
.border{
    border: 5px solid #005aaa !important;
    padding: 25px;
}

.captcha-container {
    display: flex;
    margin-top: 6%;
    padding-left: 1.5%;
    width: 100%;
}
.captcha-container button {
    width: 5%;
    margin-right: 4%;
}
.captcha-container button:active, .captcha-container button:hover, .captcha-container button:focus {
    border: none;
    box-shadow: none !important;
    outline: none;
}
.captcha-container #captcha_word {
    margin-right: 4%;
    width: 45%;
    font-size: 16px;
    padding: 6px 12px;
    border: 1px solid #c7ccd1;
    border-radius: 8px;
    transition: 0.3s ease;
}
.form-body__col-1 span {
    margin: 0 !important;
    padding-left: 5%;
}
/* 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 */
/* /local/components/custom/questionnaire/templates/.default/style.css?174479365623084 */
