body{
    background: url("/box/images/pk_bg.jpg") repeat;
}
span#title_popover {width: 150px; padding: 5px 5px 5px 10px;  position: absolute; background: #286385; color: #ffffff; opacity: 0; z-index: 10000; font-size: 12px;}
#main_menu a{
    color: #ffffff;
}
#main_menu .uk-navbar-sticky{
    background: #ffffff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}
#main_menu .uk-navbar-sticky a, #header_in #main_menu a{
    color: #292929;
}
#main_menu .uk-navbar-sticky a svg, #header_in #main_menu a svg{
    fill: #292929;
}
#header_in #main_menu{
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    background: #FFFFFF;
}
.logo_mp img{
    width: 120px;
}
#news_home_box, #smi_home, #partners, #blogs_home_box{
    padding: 60px 0;
}
.brown_bg{
    background-color: rgba(95, 49, 1, 0.35);
}
.block_heading{
    font-size: 140%;
    background: rgba(0, 0, 0, 0.45);
}
.icon{
    fill: #ffffff;
    height: 20px;
    width: 38px;
}

.hidden-up-to-s {
    display: none;
}
.news_item{
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

@media (min-width: 640px) { /* @breakpoint-small */
    .hidden-up-to-s {
        display: block;
    }
}

.dis-none{
    display: none;
}
#navbar_toggle{
    position: absolute;
    right: 1em;
    top: 2em;
}
.h-40{
    height: 40px !important;
    min-height: 40px;
}

@media screen and (max-width:768px){
    .uk-navbar-left{
        display: block;
        /*width: 100%;*/
    }
    .uk-navbar-item{ display: inline; }

    .uk-navbar-nav{ display:block; }
    .navbar-collapse{ width:100%; }
    .uk-navbar-nav li{
        display: block;
        padding: 10px;
        height: 40px;
        border-bottom: 1px solid #ddd;
    }
    .uk-navbar-nav li a{
        display: block;
        width: 80%;
        padding: 0.5rem 1rem;
    }
}

.btn_green{
    background-color: #3e8c43;
    color: #fff;
    transition: background-color 0.3s ease;
}

.btn_green:hover{
    background-color: #47a24c;
    color: #fff;
}

.scroll_up span{
    vertical-align: sub;
}

@media (min-width: 960px){
    .uk-offcanvas-bar {
        width: 380px;
    }
}

.uk-overlay-primary{
    background: rgb(34 34 34/35%);
}
/* Версия для слабовидящих */

.vision_set{
    display: none;
}


/*#CecutientWrapper{*/
    /*!*position:absolute;*!*/
    /*position: relative;*/
    /*!*display: none;*!*/
    /*width:100%;*/
    /*background:#fff;*/
    /*color: #000000;*/
    /*!*display:block;*!*/
    /*height: 0;*/
    /*z-index:100;*/
    /*box-shadow: 0px 0px 5px #000;*/
    /*overflow: hidden;*/
/*}*/

/*#CecutientBlock{*/
    /*padding-top: 10px;*/
/*}*/
/*#CecutientBlock a{*/
    /*margin-right: 15px;*/
/*}*/
/*a#CecutientBtn{*/
    /*position:absolute;*/
    /*left:50%;*/
    /*margin-left:150px;*/
    /*-webkit-border-bottom-right-radius: 7px;*/
    /*-webkit-border-bottom-left-radius: 7px;*/
    /*-moz-border-radius-bottomright: 7px;*/
    /*-moz-border-radius-bottomleft: 7px;*/
    /*border-bottom-right-radius: 7px;*/
    /*border-bottom-left-radius: 7px;*/
    /*box-shadow: 0px -10px #fff, 0px 0px 5px #000;*/
    /*padding: 10px 0px;*/
    /*background: #fff;*/
    /*cursor:pointer;*/
    /*display: inline-block;*/
    /*width: 45px;*/
    /*height: 23px;*/
    /*z-index: 1000;*/
/*}*/
/*#CecutientBtn img{*/
    /*width: 45px;*/
/*}*/

/*#CecutientOn, #ImageOff{*/
    /*display:inline-block;*/
/*}*/
/*#CecutientOff, #ImageOn{*/
    /*display:none;*/
/*}*/
/*#SmallFonts, #MediumFonts, #BigFonts{*/
    /*-webkit-border-radius: 3px;*/
    /*-moz-border-radius: 3px;*/
    /*border-radius: 3px;*/
    /*display:inline-block;*/
    /*vertical-align: middle;*/
    /*padding: 0px;*/
    /*height: 20px;*/
    /*width: 20px;*/
    /*text-align: center;*/
    /*line-height: 18px;*/
    /*text-decoration: none;*/
    /*margin-top: -2px;*/
    /*cursor: pointer;*/
/*}*/
/*#SmallFonts, #MediumFonts, #BigFonts{*/
    /*border: 1px solid #000;*/
    /*color:#000;*/
/*}*/
/*#SmallFonts{*/
    /*font-size:14px;*/
/*}*/
/*#MediumFonts{*/
    /*font-size:19px;*/
/*}*/
/*#BigFonts{*/
    /*font-size:24px;*/
/*}*/

/*#CecutientTop, .CecutientTopMenu{*/
    /*display:none*/
/*}*/
/*#CecutientTop{*/
    /*position:relative;*/
    /*width:980px;*/
    /*left:50%;*/
    /*margin-left:-490px;*/
    /*font-size:18px;*/
/*}*/
/*.SmallFonts{*/
    /*font-size:14px !important;*/
/*}*/
/*.MediumFonts{*/
    /*font-size:18px !important;*/
/*}*/
/*.BigFonts{*/
    /*font-size:22px !important;*/
/*}*/

.uk-navbar-toggle
{
    min-height: auto;
}

/*// PROGRESS DIAL*/
/*// Set up the floating progress bar*/
.progress-bar {
   width: 52px;
   height: 52px;
   position: fixed;
   bottom: 30px;
   right: 30px;
   visibility: hidden;
   opacity: 0;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   transition: all 0.3s;
}

/*// SCROLL TO TOP BUTTON*/
.btn-top {
   font-size: 20px;
   height: 60px;
   width: 60px;
   line-height: 60px;
   position: fixed;
   right: 27px;
   bottom: 28px;
   color: rgba(77, 91, 109, 0.8);
   text-align: center;
   text-decoration: none;
}

.is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
/* Order Service */
.request-item--new .status{
    color: #f0506e;
}
.request-item--approved .status{
    color: #3e8c43;
}
.request-item--approved .request-reject{
    display: none;
}
.request-item--rejected, .request-item--new .send-pdf{
    display: none;
}

/* 404 */
