.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-five {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-five {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-five {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-five {
        width: 20%;
        float: left;
    }
}

/* Fonts
---------------------------------------*/
@import "pfb-fonts.css";

/* Tags option
---------------------------------------*/
*,
body{
    font: 400 14px 'Open Sans', sans-serif;
}
body{
    padding-top: 40px;
    height: 2000px;
    overflow-x: hidden;
}
textarea {
    min-height: 100px;
}

/* Global options
---------------------------------------*/
.container-fluid{
    padding: 0 !important;
}

.container{
    /* width: 1100px;
    min-width: 1100px; */
    margin: 0 auto;
}
.container--overflow{
    overflow: hidden;
}
.b-work__list .owl-page,
.transition,
.next-block,
.modal__back,
.modal__block,
.site__button,
.b-use__item__name,
.b-pf__menu__item,
.b-pf__list__item__body,
.b-ask__item,
.b-ask__item:before,
.pf-d__images .owl-page,
.pf-nav,
.b-cert__item__img:before,
.b-cert__item__img:after{
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}
.b-cert__item__img img{
    display: none;
}


.header__logo { text-align:right; }

.header__logo img{ width:160px; height:auto; padding-right:20px;}







.next-block{
    position: absolute;
    width: 25px;
    height: 63px;
    background: url(../images/sprites/led_general.png) no-repeat;
    left: 50%;
    margin-left: -14px;
    bottom: 20px;
    cursor: pointer;
    z-index: 5;
}
.next-block:hover{
    bottom: 15px;
}

/* Default loading
---------------------------------------*/
.icon-refresh-animate,
.pf-detail .modal__content.modal--loading:before{
    -animation: rotateAnimate 2.5s infinite linear;
    -webkit-animation: rotateAnimate 2.5s infinite linear;
}
@-webkit-keyframes rotateAnimate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotateAnimate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Site components
---------------------------------------*/
.site__buttons--inline .site__button{
    display: inline-block;
    margin: 0 7px;
}
.site__button{
    font-weight: 600;
    color: #fff;
    background-color: #db0200;
    font-size: 16px;
    border: 0;
    padding: 7px 10px;
    line-height: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.site__button:hover{
    background-color: #E91616;
    color: #fff;
}
.site__button--reverse{
    background-color: transparent;
    color: #db0200;
    border: 2px solid #db0200;
    padding: 5px 8px;
}
.site__button--reverse:hover{
    background-color: #db0200;
}
.site__button--large{
    padding: 15px 20px;
    font-size: 18px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.site__button--large.site__button--reverse{
    padding: 13px 18px;
    margin-bottom: 15px;
}
.site__input__group{
    position: relative;
    display: block;
}
.site__input__group + .site__input__group{
    margin-top: 10px;
}
.site__input__group.invalid:after{
    content: 'Заполните это поле';
    position: absolute;
    left: -140px;
    top: 0;
    font-size: 12px;
    background: #FFF18F;
    padding: 7px 10px;
    border-radius: 3px;
}
.site__input__group.invalid input,
.site__input__group.invalid textarea{
    border-color: red;
}
.site__input__inline{
    margin: 10px -10px;
}
.site__input__inline .site__input__group{
    padding: 0 10px;
}
.site__input{
    border: 1px solid #aeadad;
    color: #9b9a9a;
    width: 100%;
    padding: 11px 10px 13px 15px;
}
.site__input--rounded{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
}
.site__input--rounded{
    padding: 14px 10px 15px 15px;
}
.site__input:focus{
    border-color: #4D4C4C;
}
.site__block{
    position: relative;
	/* min-width: 1100px; */
}
.site__block__title{
    font-family: "PFB", sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #000002;
    text-align: center;
    text-transform: uppercase;
    padding: 40px 0;
    /* margin-top: 40px; */
}
.site__block__title--reverse{
    color: #fff;
}

/* Header
---------------------------------------*/
.header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    /* border-bottom: 1px solid #a0a0a0; */
}
.header__menu{
    background-color: rgba(255,255,255,.9);
}
.header__menu li{
    float: left;
    position: relative;
}
.header__menu li + li:before{
    content: "";
    position: absolute;
    height: 18px;
    border-left: 1px solid #a0a0a0;
    left: 0;
    top: 11px;
}
.header__menu li > *{
    font-weight: 600;
    display: block;
    font-size: 16px;
    cursor: pointer;
    line-height: 39px;
    padding: 0 15px;
    color: #000;
}
.header__menu li > *:hover,
.header__menu li.active > *{
    color: #db0200;
}

.nav-link {
    font-weight: 600;
    display: block;
    font-size: 16px;
    cursor: pointer;
    line-height: 39px;
    padding: 0 15px;
    color: #000;
}

.nav-link:hover,
.nav-link.active{
    color: #db0200;
}

/* Block info
---------------------------------------*/
.block-info{
    padding: 40px 0;
    height: -webkit-calc(100vh - 40px);
    height: -moz-calc(100vh - 40px);
    height: calc(100vh - 40px);
    background-color: #000;
    background: url(../images/bg_main.jpg) no-repeat 50% 0 / cover;
}
.b-info__top{
    position: relative;
    z-index: 2;
}
.b-info__top__text{
    font-size: 16px;
    color: #fff;
    margin-top: 9px;
    padding-left: 20px;
    border-left: 1px solid #9EC428;
}
.b-info__top__callback-number{
    font-family: "PFB", sans-serif;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    margin-bottom: 7px;
}
.b-info__top__callback-number:hover{
    color: #9EC428;
}
.b-info__title{
	/* position: absolute;
    width: 1100px;
    left: 50%;
    top: 50%; */
    /* margin: -150px 0 0 -550px; */
    z-index: 2;
}
.b-info__title h3{
    font-family: "PFB", sans-serif;
    font-size: 48px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}
.b-info__title h3 strong{
    font: inherit;
    display: block;
    font-weight: 600;
}
.b-info__title p{
    font-size: 18px;
    color: #fff;
    padding-top: 20px;
    margin: 20px auto 50px auto;
    position: relative;
    width: 50%;
}
/* .b-info__title p:before{
    content: "";
    position: absolute;
    width: 36px;
    left: 50%;
    margin-left: -18px;
    top: 0;
    border-bottom: 1px solid #9EC428;
} */
.b-info__slider{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.b-info__slider__item{
    background: url(../images/bg_main2.jpg) no-repeat 50% / cover;
    width: 100%;
    height: -webkit-calc(100vh - 40px);
    height: -moz-calc(100vh - 40px);
    height: calc(100vh - 40px);
}
.b-info__slider .owl-controls{
    display: none !important;
    position: absolute;
    top: 50%;
    margin-top: -180px;
    width: 100%;
    text-align: center;
    left: 0;
}
.b-info__slider .owl-page{
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
}
.b-info__slider .owl-page:hover,
.b-info__slider .owl-page.active{
    background-color: #9EC428;
}
#demo-canvas,
#large-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    z-index: 2;
}

/* Block about
---------------------------------------*/
.block-about{
    height: 560px;
    background-color: #fafafa;
}
.about__stats p{
    color: #000002;
    font-size: 20px;
    font-weight: 600;
    width: 300px;
    display: table-cell;
    height: 90px;
    vertical-align: middle;
}
.about__stats__number{
    text-align: right;
    color: #db0200;
    font-size: 90px;
    font-weight: 600;
    line-height: 1;
    padding-right: 25px;
}
.about__right__item > .row{
    display: table-cell;
    width: 600px;
    height: 180px;
    vertical-align: middle;
}
.about__right__img{
    width: 84px;
    height: 71px;
    display: inline-block;
    margin-right: 30px;
    background: url(../images/sprites/led_general.png) no-repeat -25px 0;
}
.about__right__item:nth-child(2) .about__right__img{
    width: 96px;
    height: 79px;
    background-position: -109px 0;
}
.about__right__item:nth-child(1) p{
    height: 71px;
}
.about__right__item:nth-child(2) p{
    height: 79px;
}

/* Block use
---------------------------------------*/
.block-use{
    background: url(../images/bg_use.jpg) no-repeat 50% 0 / cover;
     height: 600px;
}
.block-use__title:before{
    content: "";
    width: 188px;
    height: 56px;
    display: inline-block;
    margin: 20px 0 40px 0;
    background: url(../images/sprites/led_use.png) no-repeat;
}
.block-use__list{
    margin: 0 -10px;
    position: relative;
    padding: 0 105px;
}
.block-use__list:before{
    content: "";
    position: absolute;
    width: 710px;
    top: 0;
    left: 50%;
    margin-left: -355px;
    border-top: 1px dashed #b3b3b4;
}
.b-use__item{
    padding: 65px 10px 0 10px;
    float: left;
    width: 20%;
    position: relative;
}
.b-use__item--long{
    padding-top: 175px;
}
.b-use__item--large{
    width: 22%;
}
.b-use__item--small{
    width: 17%;
}
.b-use__item:before{
    content: "";
    height: 45px;
    position: absolute;
    border-left: 1px dashed #b3b3b4;
    left: 50%;
    top: 0;
}
.b-use__item--long:before{
    height: 155px;
}
.b-use__item:after{
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #b3b3b4;
    left: 50%;
    margin-left: -5px;
    top: 45px;
}
.b-use__item--long:after{
    top: 155px;
}
.b-use__item__img{
    min-height: 52px;
    margin: 10px 0;
}
.b-use__item__img:before{
    content: "";
    display: inline-block;
    background: url(../images/sprites/led_use.png) no-repeat;
}
.b-use__item:nth-child(1) .b-use__item__img:before{
    width: 73px;
    height: 36px;
    background-position: 0 -57px;
}
.b-use__item:nth-child(2) .b-use__item__img:before{
    width: 46px;
    height: 35px;
    background-position: 0 -92px;
}
.b-use__item:nth-child(3) .b-use__item__img:before{
    width: 40px;
    height: 47px;
    background-position: 0 -127px;
}
.b-use__item:nth-child(4) .b-use__item__img:before{
    width: 39px;
    height: 38px;
    background-position: 0 -175px;
}
.b-use__item:nth-child(5) .b-use__item__img:before{
    width: 38px;
    height: 52px;
    background-position: 0 -213px;
}
.b-use__item__name{
    color: #db0200;
    font-size: 16px;
}
.b-use__item__name:hover{
    color: #fff;
}

/* Block portfolio
---------------------------------------*/
.block-pf{
    padding-bottom: 50px;
    background: url(../images/bg_pf.jpg) no-repeat 50% 0 / cover;
}
.b-pf__body{
    padding: 0 40px;
}
.b-pf__menu{
    margin-bottom: 50px;
}
.b-pf__menu__item{
    display: table-cell;
    width: 1%;
    background-color: #fff;
    color: #393939;
    font-family: "PFB", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 46px;
    border: 1px solid #dadada;
    border-left-width: 0;
    cursor: pointer;
    text-transform: uppercase;
}
.b-pf__menu__item:first-child{
    border-left-width: 1px;
    border-radius: 10px 0 0 10px;
}
.b-pf__menu__item:last-child{
    border-radius: 0 10px 10px 0;
}
.b-pf__menu__item:hover,
.b-pf__menu__item.active{
    background-color: #db0200;
    color: #fff;
    border-color: #db0200;
}
.b-pf__list{

}
.b-pf__list__source{
    display: none;
}
.b-pf__list__item{
    padding: 0 3px 3px 0;
    position: relative;
    width: 342px;
    display: inline-block;
}
.b-pf__list__item__img{
    height: 223px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.b-pf__list__item__body{
    position: absolute;
    top: 0;
    left: 0;
    right: 3px;
    bottom: 3px;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    filter: alpha(opacity=0);
    opacity: 0;
    padding: 20px;
    line-height: 1;
}
.b-pf__list__item__body *{
    line-height: 1;
}
.b-pf__list__item__body:hover{
    filter: alpha(opacity=100);
    opacity: 1;
}
.b-pf__list__item__name{
    font-size: 17px;
    font-weight: 600;
}
.b-pf__list__item__more,
.b-pf__list__item__video{
    font-size: 15px;
    font-weight: 600;
    bottom: 20px;
    position: absolute;
    cursor: pointer;
    line-height: 25px;
}
.b-pf__list__item__more:hover,
.b-pf__list__item__video:hover{
    text-decoration: underline;
}
.b-pf__list__item__video{
    right: 20px;
}
.b-pf__list__item__more:before{
    content: "";
    background: url(../images/sprites/led_general.png) no-repeat 0 -71px;
    width: 30px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.b-pf__list__item__video:before{
    content: "";
    background: url(../images/sprites/led_general.png) no-repeat -30px -71px;
    width: 27px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

/* Portfolio detail
---------------------------------------*/
.pf-detail .modal__content{
    max-width: 1030px;
    padding: 20px;
    margin: 20px auto;
    color: #1d2228;
    min-height: 590px;
}
.pf-detail .modal__content.modal--loading:before{
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(../images/sprites/led_general.png) no-repeat -152px -188px;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    z-index: 5;
}
.pf-detail .modal__content.modal--loading:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 4;
    height: 100%;
    background-color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.pf-nav{
    width: 56px;
    height: 56px;
    position: absolute;
    left: -66px;
    top: 50%;
    margin-top: -28px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}
.pf-nav:hover{
    background-color: #9EC428;
    border-color: #9EC428;
}
.pf-nav.pf-next{
    left: initial;
    right: -66px;
}
.pf-nav:before{
    content: "";
    position: absolute;
    width: 13px;
    height: 21px;
    top: 15px;
    left: 17px;
    background: url(../images/sprites/led_general.png) no-repeat -174px -79px;
}
.pf-nav.pf-next:before{
    background-position: -187px -79px;
    left: 21px;
}
.pf-d__left{
    width: 800px;
}
.pf-d__img{
    height: 550px;
}
.pf-d__img img{
    max-height: 100%;
}
.pf-d__images .owl-pagination{
    position: absolute;
    top: 10px;
    left: 10px;
}
.pf-d__images .owl-page{
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #db0200;
    margin-right: 10px;
}
.pf-d__images .owl-page:hover,
.pf-d__images .owl-page.active{
    background: #db0200;
}
.pf-d__right{
    width: 190px;
    padding-left: 20px;
    padding-top: 50px;
}
.pf-d__title{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
}
.pf-d__attr{
    padding-top: 20px;
}
.pf-d__attr__name{
    font-size: 13px;
}
.pf-d__attr__value{
    font-size: 15px;
    font-weight: 600;
}

/* Block advantage
---------------------------------------*/
.block-advantage{
    /* height: 640px; */
    background: url(../images/bg_advantage.jpg) no-repeat 50% 0 / cover;
    color: #fff;
    padding-bottom: 50px;
}
.b-adv__list{
    margin: 0 -50px -50px -20px;
}
.b-adv__item{
    padding: 0 50px 50px 100px;
    position: relative;
    display: flex;
}

.b-adv__item:nth-child(even){
    flex-direction: row-reverse;
    text-align: right;
}

.b-adv__item img{
    margin: 0 10px;
    height: 95px;
}

.b-adv__item:before{
    content: "";
    background: url(../images/sprites/led_advantage.png) no-repeat;
    /* position: absolute; */
    top: 0;
    display: none;
    left: 20px;
}
.b-adv__item:nth-child(1):before{
    width: 44px;
    height: 57px;
}
.b-adv__item:nth-child(2):before{
    width: 50px;
    height: 51px;
    background-position: -44px 0;
}
.b-adv__item:nth-child(3):before{
    width: 34px;
    height: 45px;
    background-position: -94px 0;
}
.b-adv__item:nth-child(4):before{
    width: 49px;
    height: 45px;
    background-position: -128px 0;
}
.b-adv__item:nth-child(5):before{
    width: 56px;
    height: 46px;
    background-position: -177px 0;
}
.b-adv__item:nth-child(6):before{
    width: 50px;
    height: 50px;
    background-position: -233px 0;
}
.b-adv__item__name{
    color: #db0200;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.b-adv__item__desc{
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    min-height: 75px;
}

/* Block video
---------------------------------------*/
.block-video{
    padding: 70px 0;
    /* height: 640px; */
    background: url(../images/bg_video.jpg) no-repeat 50% 0 / cover;
}
.b-video__body{
    padding: 0 15px;
    color: #fff;
}
.b-video__info__title{
    font-size: 28px;
    font-family: "PFB", sans-serif;
    line-height: 35px;
}
.b-video__info__desc{
    padding: 20px 0 20px 30px;
    font-weight: 600;
    font-size: 20px;
    color: #e8e8e8;
    line-height: 30px;
}
.b-video__info__list li{
    margin: 0 0 5px 30px;
    padding-left: 38px;
    position: relative;
}
.b-video__info__list li:before{
    content: "";
    position: absolute;
    left: 0;
    background: url(../images/sprites/led_general.png) no-repeat;
}
.b-video__info__list li:nth-child(1):before{
    width: 27px;
    height: 27px;
    top: 6px;
    background-position: -57px -71px;
}
.b-video__info__list li:nth-child(2):before{
    width: 29px;
    height: 29px;
    top: 5px;
    background-position: -84px -79px;
}
.b-video__info__list li span{
    font-family: "PFB", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 40px;
    background-color: rgba(255,255,255,.2);
    display: block;
    max-width: 290px;
    padding: 0 15px;
}
.b-video__frame{
    width: 100%;
    height: 265px;
    border: 0;
}
.b-video__form{
    padding-top: 40px;
}
.b-video__form__title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.b-video__form__button{
    margin-top: 10px;
    max-width: 280px;
}

/* Block partners
---------------------------------------*/
.block-partners{
    padding-bottom: 30px;
}
.b-partners__item{
    padding: 30px;
    position: relative;
}
.b-partners__item:not(:nth-child(4n + 1)):before{
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 0;
    border-left: 1px solid #dbdbdb;
}
.b-partners__item:not(:nth-child(-n+4)):after{
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    border-bottom: 1px solid #dbdbdb;
}
.b-partners__item__img{
    height: 85px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

/* Block certificates
---------------------------------------*/
.block-cert{
    background-color: #f8f8f8;
}
.b-cert__list{
    margin: 0 -3px -3px;
    padding: 20px 0 80px 0;
}
.b-cert__item{
    padding: 0 3px 3px 0;
}
.b-cert__item__img{
    display: block;
    height: 175px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative;
}
.b-cert__item__img:before{
    content: "";
    position: absolute;
    background-color: rgba(240,89,89,.7);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}
.b-cert__item__img:after{
    content: "";
    background: url(../images/sprites/led_general.png) no-repeat 0 -229px;
    width: 85px;
    height: 77px;
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: -38px;
    filter: alpha(opacity=0);
    opacity: 0;
}
.b-cert__item__img:hover:before,
.b-cert__item__img:hover:after{
    filter: alpha(opacity=100);
    opacity: 1;
}

/* Block work
---------------------------------------*/
.block-work{
    /* height: 670px; */
    background: url(../images/bg_work.jpg) no-repeat 50% 0 / cover;
    color: #fff;
}
.b-work__list{
    margin-top: 50px;
    padding-top: 200px;
}
.b-work__list__item{
    text-align: center;
}
.b-work__item__value{
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 0 50px;
    position: relative;
}
.b-work__item__value + .b-work__item__value:before{
    content: "";
    position: absolute;
    background: url(../images/sprites/led_general.png) no-repeat -113px -79px;
    width: 61px;
    height: 22px;
    top: 37px;
    left: -30px;
}
.b-work__item__value p{
    font-size: 18px;
    font-weight: 300;
}
.b-work__item__value__img{
    min-height: 96px;
    display: block;
}
.b-work__item__value__img:before{
    content: "";
    background: url(../images/sprites/led_work.png) no-repeat;
    display: block;
    margin: 0 auto 15px auto;
}
.b-work__list .owl-item:nth-child(1) .b-work__item__value:nth-child(1) .b-work__item__value__img:before{
    width: 51px;
    height: 96px;
}
.b-work__list .owl-item:nth-child(1) .b-work__item__value:nth-child(2) .b-work__item__value__img:before{
    width: 88px;
    height: 94px;
    background-position: -51px 0;
}
.b-work__list .owl-item:nth-child(2) .b-work__item__value:nth-child(1) .b-work__item__value__img:before{
    width: 94px;
    height: 77px;
    background-position: -139px 0;
}
.b-work__list .owl-item:nth-child(2) .b-work__item__value:nth-child(2) .b-work__item__value__img:before{
    width: 65px;
    height: 76px;
    background-position: -234px 0;
}
.b-work__list .owl-item:nth-child(2) .b-work__item__value:nth-child(3) .b-work__item__value__img:before{
    width: 76px;
    height: 76px;
    background-position: -300px 0;
}
.b-work__list .owl-item:nth-child(3) .b-work__item__value:nth-child(1) .b-work__item__value__img:before{
    width: 69px;
    height: 77px;
    background-position: -377px 0;
}
.b-work__list .owl-item:nth-child(3) .b-work__item__value:nth-child(2) .b-work__item__value__img:before{
    width: 59px;
    height: 77px;
    background-position: -446px 0;
}
.b-work__list .owl-item:nth-child(3) .b-work__item__value:nth-child(3) .b-work__item__value__img:before{
    width: 73px;
    height: 75px;
    background-position: -505px 0;
}
.b-work__list .owl-item:nth-child(4) .b-work__item__value:nth-child(1) .b-work__item__value__img:before{
    width: 68px;
    height: 77px;
    background-position: -578px 0;
}
.b-work__list .owl-item:nth-child(4) .b-work__item__value:nth-child(2) .b-work__item__value__img:before{
    width: 47px;
    height: 72px;
    background-position: -647px 0;
}
.b-work__list .owl-item:nth-child(5) .b-work__item__value:nth-child(1) .b-work__item__value__img:before{
    width: 95px;
    height: 78px;
    background-position: -694px 0;
}
.b-work__list .owl-item:nth-child(5) .b-work__item__value:nth-child(2) .b-work__item__value__img:before{
    width: 78px;
    height: 78px;
    background-position: -789px 0;
}
.b-work__list .owl-pagination{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.b-work__list .owl-page{
    width: 74px;
    height: 74px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #db0200;
    margin: 0 72px;
    position: relative;
}
.b-work__list .owl-page + .owl-page:before{
    content: "";
    position: absolute;
    top: 32px;
    left: -90px;
    width: 30px;
    border-bottom: 4px solid #7e7e7e;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.b-work__list .owl-page:hover,
.b-work__list .owl-page.active{
    background-color: #db0200;
    border-color: #db0200;
}
.b-work__list .owl-page span{
    font-size: 36px;
    display: block;
    line-height: 69px;
}

/* Block ask
---------------------------------------*/
.block-ask{
    padding-bottom: 50px;
}
.b-ask__item{
    margin-bottom: 15px;
    padding: 20px;
    border: 1px solid #dadada;
    color: #000002;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
	position: relative;
}
.b-ask__item:before{
	content: "";
	position: absolute;
	background: url(../images/sprites/led_general.png) no-repeat -160px -238px;
	width: 31px;
	height: 31px;
	top: 15px;
	right: 15px;
}
.b-ask__item.active:before{
	background-position: -160px -269px;
}
.b-ask__item:hover{
    background-color: #dadada;
}
.b-ask__item__ask{
    font-family: "PFB", sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #db0200;
}
.b-ask__item__answer{
    padding-top: 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    display: none;
}
.b-ask__item.active{
    background-color: #3d3e3f;
    border-color: #3d3e3f;
}
.b-ask__item.active .b-ask__item__answer{
    color: #fff;
}
.b-ask__item.active .b-ask__item__answer{

}

/* Block wall
---------------------------------------*/
.block-wall{
    padding: 40px 0;
    background-color: #f8f8f8;
}
.block-wall__title{
    text-transform: uppercase;
    font-size: 48px;
    line-height: 1;
    font-weight: 300;
}

/* Block contacts
---------------------------------------*/
.block-contacts{
    position: relative;
}
.b-contacts__map{
    height: 680px;
}
.b-contacts__map *{
    font-family: sans-serif;
    font-size: 13px;
    line-height: 28px;
}
.b-contacts__info{
    position: absolute;
    top: 125px;
    max-width: 375px;
    height: 375px;
    background-color: rgba(0,0,0,.7);
    left: 50%;
    margin-left: 30px;
    padding: 30px;
    color: #fff;
    -webkit-box-shadow: 8px 0 16px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 8px 0 16px 3px rgba(0,0,0,.3);
    box-shadow: 8px 0 16px 3px rgba(0,0,0,.3);
}
.b-contacts__info:before{
    content: "";
    position: absolute;
    width: 188px;
    height: 62px;
    background: url(../images/sprites/led_general.png) no-repeat 0 -126px;
    left: -188px;
    top: 114px;
}
.b-contacts__info__title{
    font-family: "PFB", sans-serif;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 30px;
}
.b-contacts__info li{
    list-style-type: none;
    font-size: 15px;
    padding: 0 0 25px 40px;
    position: relative;
    line-height: 1;
}
.b-contacts__info li:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/sprites/led_general.png) no-repeat;
}
.b-contacts__info li:nth-child(1):before{
    width: 21px;
    height: 30px;
    background-position: 0 -96px;
}
.b-contacts__info li:nth-child(2):before{
    width: 25px;
    height: 25px;
	background-position: -44px -98px;
}
.b-contacts__info li:nth-child(3):before{
    width: 23px;
    height: 23px;
	background: url(../images/sprites/email.png) no-repeat;
}
.b-contacts__info li:nth-child(4){
	font-weight:bold;  font-size:18px;
}
.b-contacts__info a{
    color: #fff;
    font-size: 15px;
    display: block;
}
.b-contacts__info a + a{
    margin-top: 5px;
}
.b-contacts__info a:hover{
    color: #9EC428;
}

/* Footer
---------------------------------------*/
.footer{
    padding: 10px 0;
    background-color: #000;
    color: #fff;
}
.footer__logo{
    margin-right: 10px;
    height: 50px;
}
.footer__logo__text{
    margin-top: 5px;
    font-size: 13px;
    line-height: 20px;
}
.footer__dev{
    line-height: 50px;
}
.footer__dev__img{
    background: url(../images/sprites/led_general.png) no-repeat 0 -188px;
    width: 152px;
    height: 41px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

/* Modal
---------------------------------------*/
body.modal--active{
    overflow: visible;
}
.modal__back{
    position: fixed;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    z-index: 69;
    filter: alpha(opacity=0);
    opacity: 0;
    pointer-events: none;
}
.modal__back--active{
    filter: alpha(opacity=100);
    opacity: 1;
    pointer-events: auto;
}
.modal__block{
    cursor: pointer;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 70;
    filter: alpha(opacity=0);
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
}
.modal__block--active{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    filter: alpha(opacity=100);
    opacity: 1;
    pointer-events: auto;
}
.modal__content{
    width: 100%;
    max-width: 700px;
    margin: 80px auto;
    cursor: default;
    position: relative;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
    background-color: #fff;
    padding: 25px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.modal__block--small .modal__content{
    max-width: 350px;
}
.modal__close{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    line-height: 18px;
    cursor: pointer;
    z-index: 7;
}
.modal__close:hover{
    color: #db0200;
}
.modal__close:before{
    content: "\d7";
}
.modal__header{
    background: #311B15;
    padding: 20px;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
}
.modal__header span{
    font: inherit;
    color: inherit;
}
.modal__block:not(.with-back) .back{
    display: none;
}
.modal__footer{
    background-color: #fafafa;
    padding: 15px 20px;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    border-top: 1px solid #e6e6e6;
}

/* Modal typography
---------------------------------------*/
.modal__info{
    text-align: center;
    margin-bottom: 15px;
}
.modal__info.text-left{
    text-align: left;
}
.modal__info h4{
    color: #32343a;
    font-size: 20px;
    font-weight: 600;
}
.modal__info p{
    color: #32343a;
    font-weight: 300;
}
.modal__info .modal__status{
    background: url(../images/sprites/led_general.png) no-repeat -85px -238px;
    width: 75px;
    height: 75px;
    margin: 0 auto 15px auto;
}

/* Success modal
---------------------------------------*/
.success-modal .modal__content{
    padding: 40px 25px;
}
.success-modal .modal__info{
    margin: 0;
}
.success-modal .modal__info h4{
    font-size: 25px;
}
.success-modal .modal__info p{
    font-size: 19px;
}

/* Media query
---------------------------------------*/



.btn-down {
    position: fixed;
    bottom: 60px;
    right: 20px;
    text-align: center;
    cursor: pointer;
	width:60px;
	height:60px;
    border-radius: 50%;
    background: #db0200 center no-repeat url("/images/vv.png");
}

.nav{
    margin: 0 auto;
}

.fixed-top.mobile{
    display: none ;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #db0200 !important;
}

.modal__body .pf-d__img { height: auto;}

.modal__body .pf-d__img  .resp-img { height: auto;}

.itemWork{
    align-items: center;
    margin-bottom: 15px;
    text-align: center;
}

.itemWork p{
    padding: 10px 0 0 0;
    max-width: 250px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 16px;
}

.mobileBlockUse{
    display: none !important;
}

.itemUse{
    text-align: center;
}

.itemUse img{
    height: 36px;
}

.itemUse p{
    color: #db0200;
    /* width: 120px;
    margin: 0 auto; */
    padding: 15px 0;
}

.itemUse p:hover{
    color: #fff;
}

@media(max-width:856px){
    .b-contacts__info{
        left: 40%;
    }
}

@media(max-width:768px){
    .b-contacts__info{
        left: 25%;
        margin-left: 0;
    }
    .b-contacts__info:before{
        display: none;
        margin-left: 0;
    }
    .header__menu{
        display: none ;
    }
    .fixed-top.mobile{
        display: block;
    }
    .block-use__list{
        padding: 0;
    }
    .video{
        display: none;
    }
    .site__input__inline{
        flex-direction: column;
        /* width: 100%; */
        align-items: center;
    }
    .b-video__info__title{
        text-align: center;
    }
    .b-video__info__desc{
        padding: 20px 0 20px 0px;
    }
    .b-video__info__list li{
        margin: 0 0 5px 0px;
    }
}

@media(max-width:576px){
    .mobileBlockUse{
        display: flex !important;
    }
    .block-use__list, .block-use__title{
        display: none !important;
    }

.b-pf__body { padding: 0}

    .resp-img{
        height: 80px;
        width: auto;
    }
    .b-info__title h3 strong{
        font-size: 28px;
    }
    .b-info__title h3 small{
        font-size: 16px;
    }
    .b-info__title p{
        width: 100%;
        margin: 0 auto;
        padding-top: 0;
    }
    .about__stats__number{
        font-size: 56px;
    }
    .about__stats p{
        font-size: 16px;
        vertical-align: baseline;
    }
    .b-contacts__info{
        left: 0;
    }
}
