.breadcrumbsDropItem{
    padding-left: 4px;
}
.breadcrumbsDropItem span{
    background: #0536b1;
    color: #fff;
    padding: 0 6px;
    cursor: pointer;
}
.breadcrumbsDropItem.active span,
.breadcrumbsDropItem:hover span{
    background: #c60000;
    color: #fff;
}
.breadcrumbsDropItemList{
    display: none;
    position: absolute;
    top: 17px;
    left: 4px;
    z-index: 100;
    background: #fff;
    padding: 10px 15px;
    border: solid 1px #c60000;
}
.breadcrumbsDropItem.active .breadcrumbsDropItemList,
.breadcrumbsDropItem:hover .breadcrumbsDropItemList{
    display: block!important;
}
.breadcrumbsDropItemList ul{
    margin: 0;
    padding: 0;
}
.breadcrumbsDropItemList .breadcrumbs-item{
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
}
.breadcrumbsDropItemList .breadcrumbs-item:last-child{
    margin-bottom: 0;
}
.breadcrumbsDropItemList .breadcrumbs-item:after{
    display: none!important;
}
.breadcrumbsDropItemList .breadcrumbs-item a{
    display: block;
    width: 100%;
    white-space: nowrap;
}
@media only screen and (max-width: 480px){
    .breadcrumbsDropItem{
        position: initial!important;
    }
    .breadcrumbsDropItemList{
        top: 32px;
        left: 0;
        border: solid 2px #c60000;
        text-align: left;
        width: 100%;
        padding: 15px 15px 15px 10px;
        font-size: 1rem;
    }
    .breadcrumbsDropItemList .breadcrumbs-item{
        padding-left: 15px;
    }
    .breadcrumbsDropItemList .breadcrumbs-item:before{
        content:'';
        display: block;
        position: absolute;
        top: 6px;
        left: 0;
        background: #c60000;
        border-radius: 50%;
        width: 5px;
        height: 5px;
    }
    .breadcrumbsDropItemList .breadcrumbs-item a{
        white-space: normal;
    }
}
.megaMenuWrap{
    display: none;
    position: absolute;
    top: 47px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    background: #fff;
    border: solid 3px #0536b1;
    font-size: 15px;
}
.page-scrolled .megaMenuWrap{
    top: 58px;
}
.megaMenuWrap.active, .h_s_l_catalog:hover+.megaMenuWrap, .megaMenuWrap:hover{
    display: block!important;
}
.h_s_l_catalog .active .icn_cat{
    transform: rotate(90deg);
}
.megaMenuContainer{}
.megaMenuUlContainer{
    list-style-type: none;
    margin: 0;
    padding: 0 5px;
    position: relative;
    max-height: calc(100vh - 58px);
    overflow-y: scroll;
}
.megaMenuFirstLevelItem{
    width: 100%;
    display: block;
    padding: 5px 0 5px 8px;
    line-height: 1.2;
}
.megaMenuFirstLevelItem>a{
    text-decoration: none;
    position: relative;
    max-width: 180px;
    width: 100%;
    display: table;
    padding: 3px 0;
    font-size: 15px;
    line-height: 18px;
    min-height: 35px;
}
.megaMenuFirstLevelItem>a:before{
    content: '';
    position: absolute;
    width: 3px;
    background: #36c;
    height: 100%;
    left: -8px;
    top: 0;
}
.megaMenuFirstLevelItem>a>span{
    display: table-cell;
    vertical-align: middle;
}
.megaMenuFirstLevelItem:hover>a,
.megaMenuFirstLevelItem.active>a{
    color:#000;
}
.megaMenuFirstLevelItem:hover>a:before,
.megaMenuFirstLevelItem.active>a:before{
    background: #c60000;
    color: #000;
}
.megaMenuFirstLevelItem:hover>a:after,
.megaMenuFirstLevelItem.active>a:after{
    content: '';
    position: absolute;
    width: 3px;
    background: #fff;
    height: calc(100% + 10px);
    right: -2px;
    top: -5px;
    z-index: 4;
}
.megaMenuFirstLevelItem:hover>a>span:before,
.megaMenuFirstLevelItem.active>a>span:before{
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: 3px;
    background: #ccc;
    right: -2px;
    top: -6.5px;
    z-index: 5;
}
.megaMenuFirstLevelItem:first-child.active>a>span:before{
    height: 2px;
    top: -5.5px;
}
.megaMenuFirstLevelItem:hover>a>span:after,
.megaMenuFirstLevelItem.active>a>span:after{
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: 3px;
    background: #ccc;
    right: -2px;
    bottom: -6.5px;
    z-index: 5;
}
.megaMenuFirstLevelItem:last-child.active>a>span:after{
    height: 2px;
    bottom: -4.5px;
}
.megaMenuContainer:after{
    content: '';
    position: absolute;
    width: 3px;
    background: #d8d8d8;
    height: 100%;
    left: 192px;
    top: 0;
}
.megaMenuFirstLevelItemChild{
    display: none;
    position: absolute;
    top: 0;
    left: 195px;
    padding: 10px 15px;
    width: calc(100% - 195px);
    height: 100%;
    background: #fff;
}
.megaMenuFirstLevelItem:hover .megaMenuFirstLevelItemChild,
.megaMenuFirstLevelItem.active .megaMenuFirstLevelItemChild{
    display: block!important;
}
.megaMenuSecondLevelItem{
    padding: 10px;
}
.megaMenuSecondLevelItem>a{
    font-weight: bold;
}
.megaMenuThirdLevelItems{
    padding: 0 0 0 0;
    list-style-type: none;
}
.megaMenuThirdLevelItem{
    padding: 0 0 5px 20px;
    position: relative;
}
.megaMenuThirdLevelItemOpen{
    position: absolute;
    display: block;
    top: 2px;
    left: -2px;

    border-radius: 2px;
    border: 1px solid #999;
    margin-right: 8px;
    width: 13px;
    height: 13px;
    cursor: pointer;
}
.megaMenuThirdLevelItemOpen:before,
.megaMenuThirdLevelItemOpen:after{
    content: '';
    position: absolute;
    display: block;
    background-color: #999;
}
.megaMenuThirdLevelItemOpen:before{
    top: 3px;
    left: 5px;
    width: 1px;
    height: 5px;
}
.megaMenuThirdLevelItem.active .megaMenuThirdLevelItemOpen:before{
    display: none;
}
.megaMenuThirdLevelItemOpen:after{
    top: 5px;
    left: 3px;
    width: 5px;
    height: 1px;
}
.megaMenuThirdLevelItemOpen:hover{
    background: #d60000;
    border: 1px solid #d60000;
}
.megaMenuThirdLevelItemOpen:hover:before,
.megaMenuThirdLevelItemOpen:hover:after{
    background-color: #fff;
}
.megaMenuFourthLevelItems{
    display: none;
    margin-top: 0;
    padding: 10px 0 5px 15px;
    list-style-type: none;
}
.megaMenuThirdLevelItem.active .megaMenuFourthLevelItems{
    display: block!important;
}
.megaMenuFourthLevelItem{
    padding: 0 0 5px 0;
}
.megaMenuFirstLevelItemChild a:hover,
.megaMenuWrap li.active>a{
    text-decoration: none;
    color: #d60000;
}
.head_search input[type="submit"]:hover {text-decoration: underline;}
.footer_navi>li>span {font-weight: bold;}
.index_top_slider ul li img {width: 100%;}
.index_side_blocks .side_item_h, .shot_name{
    text-overflow: ellipsis;
   /* overflow: hidden;
    white-space: nowrap;*/
}
.catalog_header h1{
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 17px;
    display: inline-block;
}
.blocks .item_h{
    padding: 0 10px;
}
.catalog_list.blocks .item_h{height:55px;overflow:hidden;}
.cart_table tbody{
    border: none;
}
.element_desc {
    white-space: normal;
}
.bx_ordercart .bx_ordercart_order_pay_center .checkout{
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
    background: url(../images/butto_over.png) no-repeat center top #36c;
    -webkit-background-size: 100% 16px;
    background-size: 100% 16px;
    display: inline-block;
    cursor: pointer;
    height: 38px;
    line-height: 38px;
    text-decoration: none;
}
.bx_ordercart .bx_ordercart_order_pay_center .checkout:hover{
    background: url(../images/butto_over.png) no-repeat center top #36c;
}
.personal_card{min-height:209px;}

form[name=SIMPLE_FORM_1] dd{
    margin-left: 0;
}

#consultant {
    position: fixed;
    right: 0;
    z-index: 1000;
    top: 200px;
}

#rate-form .rate_personal {
    position: relative;
}
#rate-form .rate_personal .rate {
    position: relative;
}
#rate-form .rate .rate-star {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    
}
#rate-form .rate .rate-star-1 {
    width: 23px;
}
#rate-form .rate .rate-star-2 {
    width: 46px;
}
#rate-form .rate .rate-star-3 {
    width: 69px;
}
#rate-form .rate .rate-star-4 {
    width: 92px;
}
#rate-form .rate .rate-star-5 {
    width: 115px;
}
#rate-form .rate_personal .rate .rate-star:hover,
#rate-form .rate_personal .rate .rate-star.active {
    background: url(../images/rate_on.png) repeat-x left top;
}
#rate-form .form-result {
    color: #cc0a0d;
}
.pagin {border: 1px solid #7a9cd3;}
.more-photo-preview {
    display: inline-block;
    border: solid 2px #ddd;
    width: calc(25% - 5px);
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 0;
    float: left;
}
.mainPhoto{
    border: solid 2px #ddd;
    width: calc(100% - 5px);
    margin-bottom: 5px;
}
.more-photo-preview:hover,.mainPhoto:hover{
    border: solid 2px #7a9cd3;
}
.item_card_img {word-spacing:5px}
.item_card_img a{min-height: 360px}
.img_place .img a {text-align: center;}
.partners_list_wrap {
    width: auto;
    margin-left: 79px;
    margin-right: 79px;
}
@media only screen and (max-width: 480px)  {
    .slider_place.ptns_place .slider-prev,
.slider_place.ptns_place .slider-next {display:block !important;visibility:visible !important;}
}
.city_select label:before {
    content: none;
}
.city_select label {
    padding-left: 0 !important;
}


.nav-tabs > li{
    border:1px solid #ddd;
    border-right:none;
}
.nav-tabs > li.active{
    border-bottom:1px solid #fff;
}
.nav-tabs > li:last-child{
    border-right: 1px solid #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    border: solid 1px #fff;
    color: #0089ce!important;
}
.nav-tabs > li > a:hover{
    color: #0089ce!important;
    background: none!important;
    border: solid 1px #fff;
    border-radius: inherit;
}
.nav-tabs > li > a{
    font-weight: bold;
}
.tab-content{
    margin-top: 15px;
    padding: 0 10px;
}
.item_card_func{
    float: none;
    width: auto;
    border: none;
    padding: 0;
}
.item_card_func .price{
    float: none;
    font-size: 30px;
    padding-top: 6px;
    font-weight: bold;
}
.item_card_func .price b{
    text-transform: none;
    font-size: 22px;
}
.item_card_func .line_2{
    text-align: left;
    margin-bottom: 10px;
}
.item_card_func .line_2 .button_blue{
    height: auto;
    line-height: 1;
    color: #fff;
    padding: 9px 30px;
    font-weight: bold;
    margin-left: 3px;
    font-size: 16px;
    background: #0048ff;
}
.item_card_func .line_3{
    text-align: left;
    padding-left: 68px;
}
.item_card_func .line_2 .qty_input{
    height: 25px;
    text-align: center;
    width: 40px;
}
.newAnalogList{

}
.newAnalogList .price_place{
    text-align: center;
}
.blocks.newAnalogList .button_place{
    text-align: center;
}
.blocks.newAnalogList .button{
    float: none;
}
.bx-filter-popup-result{display:none!important;}
.head_cart{display:block;}
.head_cart:hover{text-decoration:none;}
.fastCheckout,
.bx_ordercart .bx_ordercart_order_pay_center .fastCheckout{
    background: url(../images/butto_over.png) no-repeat center top #0536b1;
    -webkit-background-size: 100% 16px;
    background-size: 100% 16px;
}
.fastCheckout,
.bx_ordercart .bx_ordercart_order_pay_center .fastCheckout:hover{
    background: url(../images/butto_over.png) no-repeat center top #0536b1;
}
.item_card_func .button_blue.fastCheckout,.fastCheckoutSubmit{
    background: #0536b1;
}
.optPriceWrap{color:gray;}
.optPriceWrap .price{font-size:18px;font-weight:normal;}
.optPriceWrap div:last-child .price{font-size:24px;font-weight:bold;color:black;}
.optPriceWrap .optPriceTitle{font-size:16px;margin-bottom:2px;}
.fastOrderClose{
    right: 4px;
    top: 4px;
    position: absolute;
}
.fastOrder .input_place{
    padding:0 0 4px 0;
}
.fastOrder .label_h{margin-bottom:4px;}
.fastOrder .inputtext,
.fastOrder .inputtextarea{
    padding: 5px 10px;
    width: calc(100% - 25px);
}
.fastOrder .fastCheckoutSubmit{
    border-radius: 3px;
    padding: 5px 15px;
    height: inherit;
    margin-top: 10px;
    margin-left: -1px;
}
.fastOrder .fastOrderClose,
.fastOrder .pop_close{
    background: #0536b1;
    border-radius: 50%;
    border: solid 1px rgba(0, 0, 7, 0.36);
    line-height: 30px;
    width: 29px;
    height: 29px;
    text-align: center;
    font-style: normal;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.67);
    right: 8px;
    top: 8px;
    position: absolute;
}
.fastOrder .fastOrderClose:hover,
.fastOrder .pop_close:hover{
    color:#fff;
    text-decoration: none;
}
.add2CartPopup{max-width:400px;}
.add2CartPopup .pop_text{text-align:center;}
.add2CartPopup .pop_image{max-height:200px;text-align:center;}
.add2CartPopup .pop_image img{max-height:200px;}

.link{
    color: #337ab7;
    text-decoration: underline;
}
.link:hover{
    text-decoration: none;
}

.head_navi .parent{
    position: relative;
}
.head_navi .parent:hover .topMenuSubLevel{
    display: block!important;
}
.head_navi .topMenuSubLevel{
    position: absolute;
    background: #0536b1;
    z-index: 2;
    text-align: left;
    padding: 0;
    margin-left: -10px;
    border-bottom: 3px solid #0446fc;
}
.head_navi .topMenuSubLevel ul{
    margin: 0;
    padding: 0;
}
.head_navi .topMenuSubLevel li:first-child a{
    margin-top: 5px;
}
.head_navi .topMenuSubLevel li a{
    line-height: 1.2;
}
.page-scrolled .page_container{
    padding-top: 60px;
}
.page-scrolled .head_container_in{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
    background: #fff;
}
.page-scrolled .head_search_line{
    height: 60px;
    line-height: 59px;
    background: #fff;
    border-bottom: solid 2px #0536b1;
}
.page-scrolled .head_top,
.page-scrolled .head_right,
.page-scrolled .head_navi{display:none;}
.page-scrolled .head_search_line{
    margin: 0;
}
.page-scrolled .headerScrollLogo{
    float: left;
    display: block!important;
    padding: 3px 10px;
    width: 20%;
    text-align: center;
}
.page-scrolled .headerScrollLogo .head_logo{
    display: block;
    height: 50px;
}
.page-scrolled .headerScrollLogo img{
    max-height: 50px;
    vertical-align: text-bottom;
}
.page-scrolled .headerScrollContact{
    float: left;
    display: block!important;
    padding: 5px 10px;
    width: 20%;
}
.page-scrolled .headerScrollContact .head_phone{
    margin: 12px 0 0 0;
    line-height: 25px;
}
.page-scrolled .h_s_l_catalog{
    max-width: 198px;
    min-width: 125px;
    width: 20%;
}
.page-scrolled .h_s_l_search{
    width: 23%;
    margin: 5px 0 0 0;
}
.page-scrolled .h_s_l_backet{
    width: 10%;
    margin: 3px 0 0 0;
}
.mobileSubTopMenuWrap{display:none;}
.side_navi ul.childWrap{
    list-style-type: none;
    padding-left: 10px;
    margin: 5px 0;
    display: none;
}
.side_navi li>span>a {
    padding-left: 16px;
    display: block;
    position: relative;
    font-size: 15px;
    text-decoration: none;
    line-height: 18px;
    min-height: 35px;
}
.side_navi li>span>a>span {
    display: table;
    height: 100%;
    min-height: 35px;
}
.side_navi li>span>a>span span {
    display: table-cell;
    vertical-align: middle;
}
.side_navi li>span>a:before {
    content: '';
    position: absolute;
    width: 3px;
    background: #36c;
    height: 100%;
    left: -2px;
    top: 0;
}
.side_navi li>span.selected>a:before,.side_navi li:hover>span>a:before{
    background: #c60000;
    color: #000;
}
.side_navi a:hover{
    color: #000;
}
.side_navi li>span{
    position: relative;
    display: block;
}
.side_navi li>span>a:not(.arrow){
    width: calc(100% - 31px);
    padding-right: 0;
}
.side_navi li>span>a:after,.side_navi li>span>a.arrow:before{
    content: '';
    display: none;
}
.side_navi li>span>a:not(.arrow)>span{
    width: calc(100% - 15px);
}
.side_navi li>span>a.arrow{
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -18px;
    display: block;
    line-height: 35px;
    text-align: center;
    height: 35px;
    width: 35px;
    padding: 0;
    font-size: 14px;
    color: #545252;
}
.table-responsive{overflow-x: scroll;}

.itemCompareActive{

    background: #0536b1;
}

.nav.nav-tabs li.itemCompareActive > a,
.nav.nav-tabs li.itemCompareActive > a:hover,
.nav.nav-tabs li.itemCompareActive > a:focus{
    border: 1px solid transparent!important;
    color: #fff!important;
    background: none!important;
}

.table_compare img{height:auto;}

/*.jsItemCompare{display:none;}*/

.filterSelectedPlace{
    position: relative;
}
.filterSelectedWrap{
    margin: 0 0 20px 0;
    padding: 0;
    background-color: #efefef;
    border: solid 2px #0536b1;
}
.filterSelectedItem{
    list-style: none;
    margin: 0;
    display: inline-block;
    padding: 5px 7px;
    text-align: center;
}
.filterSelectedItem span{
    display: block;
}
.filterSelectedItem a{
    display: block;
}
.filterSelectedItem i{
    color:#c60000;
}
.filterSelectedItem span:last-child{
    cursor: pointer;
    text-transform: none;
}
.filterSelectedItem span:last-child:hover{
    text-decoration: underline;
}
.filterSelectedItemClear{
    background: #0536b1;
    color: #fff;
}
.filterSelectedItemClear span{
    text-transform: uppercase;
}
.filterSelectedItemClear a{
    color: #fff!important;
}
.filterSelectedItemClear i{
    color:#fff;
}
.filterSelectedPlace.active:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0536b1;
    z-index: 3;
    -webkit-animation: animate-load 2s ease-out infinite;
    -moz-animation: animate-load 2s ease-out infinite;
}
.filterSelectedPlace.active:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 4;
}
@-webkit-keyframes animate-load{
    0% {opacity: 0; width: 0;}
    50% {opacity: .5;}
    100% {opacity: 0; width: 99%;}
}
@-moz-keyframes animate-load{
    0% {opacity: 0; width: 0;}
    50% {opacity: .5;}
    100% {opacity: 0; width: 99%;}
}

.catalogListAddFavorButton{
    position: absolute;
    top: 6px;
    right: 7px;
    z-index: 2;
}

@media only screen and (max-width:767px){
    .catalog_flat_item{
        height: 300px;
    }
    .nav-tabs .itemCompareWrap{
        border: none;
        border-left: 1px solid #ddd;
        border-right: none!important;
    }
    .nav-tabs .itemCompareWrap a{visibility:hidden;}
    .mobileBasketWrap{display:inline-block!important;}
    .h_s_l_backet{display:none!important;}
}

@media only screen and (max-width: 1023px){
    .sideMenuWrap{display:none;}
}

@media only screen and (min-width:481px){
    .orderMakeStepSpacer{display:none!important;}

}
@media only screen and (max-width:480px){
    .orderMakeStepSpacer{display:block!important;}
    ul.ui-tabs-nav.tabsVkladki{padding: 0;}
    .orderMakeDeliveryType li{
        width: 50%;
        white-space: normal;
        text-align: center;
    }
    .reg{
        width: 100%;
        margin: 0;
        padding: 0;
        border: none;
    }
    .login-reg  h2{
        margin: 0 0 20px 0;
    }
    .reg h2{
        border-top: solid 1px #ccc;
        padding-top: 30px;
    }
    .reg input[type="text"], .reg input[type="password"]{
        width: calc(100% - 30px);
        margin-left: 10px;
    }

}

/*tizers start*/
.tizers_block *{line-height:18px;}
.tizers_block{font-size:0;margin:30px 0 30px;text-align:center;padding:0 0 9px;}
.landing_detail .tizers_block{margin-top:0;}
.front .tizers_block{margin-bottom:0;margin-top:10px;}
.front.wide_page .tizers_block{margin-bottom:0;border-bottom:none;padding-bottom:0;}
.tizers_block .item{color:#000000;margin:0;white-space:nowrap;}
.tizers_block .item > div{display:table-cell;vertical-align:middle;}
.tizers_block .item .img, .tizers_block .item .title{font-size:13px;color:#555555;}
.tizers_block .item .img{margin:0 20px 0 0;background:#fff;border-radius:100%;width:80px;height:80px;min-width:80px;}
.tizers_block .item .title{text-align:left;padding:0 0 0 20px;white-space:normal;}
.tizers_block .item .title a{text-decoration:none;color:#555;line-height:16px;display:block;}
.newDetailPage .tizers_block_detail{padding:0;margin:0;}
.tizers_block.tizers_block_detail .item .img{max-width:none;width:70px;height:70px;}
.tizers_block.tizers_block_detail .item .title{padding-right:10px;padding-left:0px;}
.newDetailPage .tizer .inner_wrapper{padding:18px 20px 18px;font-size:13px;line-height:16px;color:#555555;}
.newDetailPage .tizer .image{width:45px;height:40px;line-height:40px;float:left;text-align:center;}
.newDetailPage .tizer .image + .text{padding-left:55px;}
.projects-blocks .tizers_block{border-bottom:none;margin:0;padding:0;}
.projects-blocks .tizers_block .inner_wrapper{margin:0;}
.tizers_block .del_pay{background: url(/upload/icon/pay_icon.png);background-size: cover;width: 55px;height: 55px;}
.tizers_block .del_car_anim{animation: car_flash 4s ease infinite;background: url(/upload/icon/3.png);background-size: cover;width: 44px;height: 44px;margin: 0 auto;}
@keyframes car_flash {
    0% {
        background: url(/upload/icon/3.png)
    }
    25% {
        background: url(/upload/icon/3_1.png)
    }
    50% {
        background: url(/upload/icon/3_2.png)
    }
    75% {
        background: url(/upload/icon/3_4.png)
    }
    100% {
        background: url(/upload/icon/3.png)
    }
}
/*tizers end*/

/**
catalog detail page side delivery block
 */
.delivery-block{
    margin-top: 15px;
    padding-left: 25px;
}
.card-delivery{
    position: relative;
    margin-bottom: 10px;
}
.card-delivery svg{
    max-width: 19px;
    max-height: 19px;
    fill: #0536b1;
    position: absolute;
    top: 0;
    left: -25px;
}

@media only screen and (max-width:480px){
    .manufacturerLink{
        vertical-align: middle;
        display: inline-block;
    }
    .manufacturerLink img{
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
    }
    .manufacturerLink span{
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
    }
}

.bx-newsdetail-content a.button_blue{color:white;}
#bx-soa-order-form .form-group label{
    width: initial;
    float: none;
}


.ctweb-yandexdelivery .footer{
    background: none;
}

.logout:before {
    background: url(../images/header/logout.png) no-repeat scroll 5px 0px rgba(0,0,0,0);
    height: 21px;
    width: 22px;
    display: inline-block;
    content: '';
    top: 27px;
    position: absolute;
    left: -25px;
}

a.logout{
    vertical-align: super;
    background: none;
    width: inherit;
}
.mainH1{
    margin-top: -94px;
}
@media only screen and (max-width:480px){
    .mainH1{
        margin-top: -20px;
    }
}
.navigation-pages .nav-current-page{
    background: #1485ce;
    color: #fff;
    padding: 0 4px;
    border-radius: 4px;
}
.partners-list-wrap .bx-newslist-container:hover:before{
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: solid 1px #ccc;
}
.header-delivery-link{
    display: block;
    margin-left: -30px;
}
.page-scrolled .header-delivery-link{
    display: none;
}
.orderStepSubTitle{
    display: block;
    margin-top: 3px;
    font-size: .8rem;
    color: #333;
}
.catalogArticleList{}
.catalogArticleListTitle{
    background: #ebf4f8;
    font-weight: bold;
    color: #000;
    vertical-align: middle;
    height: 38px;
    text-align: center;
    position: relative;
    line-height: 38px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}
.catalogArticleListItemWrap{
    margin-bottom: 15px;
}
.catalogArticleListItem{
    display: block;
    position: relative;
    padding: 10px 15px;
}
.catalogArticleListItem:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 1px #eee;
}
.catalogArticleListItem:hover{
    text-decoration: none;
    color:#000;
}
.catalogArticleListItem:hover:before{
    border: solid 1px #ccc;
}
.catalogArticleListItemTitle{
    font-weight: bold;
}
.catalogArticleListItemText{}
.articleRelItemsWrap{}
.articleRelItemsTitle{
    background: #ebf4f8;
    font-weight: bold;
    color: #000;
    vertical-align: middle;
    height: 38px;
    text-align: center;
    position: relative;
    line-height: 38px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 1.67em 0 .67em 0;
}
.articleRelItemsList{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.articleRelItemsList li{
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 3px;
}
.articleRelItemsList a{
    display: inline-block;
    line-height: 1.2;
    padding: 6px 10px;
    border: solid 2px #ebf4f8;
    color: #000;
}
.articleRelItemsList a:hover{
    text-decoration: none;
    color: #000;
    border: solid 2px #0536b1;
}