.result_bsh_search_model {
    width: 100%;
}
.name_bsh_search {
    width: 50%;
    display: inline-block;
}
.article_bsh_search {
    color: #383838;
    font-size: 20px;
    width: 20%;
    text-align: center;
    display: inline-block;
}
.price_bsh_search {
    width: 20%;
    display: inline-block;
    text-align: right;
}
.bsh_article_desc_img, .bsh_article_desc_zameny, .bsh_article_desc_stock {
    display: inline-block;
    width: 30%;
}
.bsh_article_desc_img {
    width: 15%;
    padding-right: 40px;
	text-align: center;
	font-size: 14px;
	color: #383838;
}
.bsh_article_desc_img img {
    width: 100%;
	margin-top: 15px;
}
.bsh_article_desc_zameny p, .bsh_article_desc_stock p {
    font-size: 20px;
    color: #383838;
    font-weight: bold;
}
.bsh_article_desc_zameny {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 60%;
}
.bsh_article_desc_stock {
    width: 25%;
    text-align: center;
}
.bsh_article_desc_stock p.bsh_article_stock_name {
    text-align: center;
    padding-top: 32px;
}
.bsh_article_desc_zamena {
    width: 49%;
    border-right: 1px solid #888888;
    text-align: center;
}
.zamena_bsh_art {
    font-size: 18px !important;
    color: #007bc0 !important;
    font-weight: normal !important;
    margin: 0 0 10px 0 !important;
    text-align: center;
}
.zamena_bsh_price {
    font-size: 16px !important;
    font-weight: bold;
    text-align: center;
}
.zamena_bsh_stock span {
    display: block;
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 14px;
    color: #383838;
    margin-left: 25px;
}
.zamena_bsh_stock i.green {
    background: #00be00;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    margin-top: 3px;
    margin-left: -35px;
}
.zamena_bsh_stock i.orange {
    background: #ffcd70;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    margin-top: 2px;
    margin-left: 5px;
}
.zamena_bsh_stock i.red {
    background: red;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    margin-top: 2px;
    margin-left: 5px;
}
.zamena_bsh_mesto {
    text-transform: uppercase;
}
.bsh_article_desc_stock .zamena_bsh_mesto {
    border-bottom: 2px solid #e1e1e1;
}
.bsh_article_desc_stock {
    margin-top: -32px;
}
.bsh_article_desc_stock .articles-old {
    padding: 5px 5px 5px 30px;
    text-align: left;
    font-size: 14px;
}
.bsh_article_desc_stock .zamena_bsh_stock i.green, .bsh_article_desc_stock .zamena_bsh_stock i.orange, .bsh_article_desc_stock .zamena_bsh_stock i.red {
    margin-left: -30px;
}

.bsh_article_desc_stock .zamena_bsh_stock span {
    margin-left: 30px;
}
.btn_cart_bsh_search {
    background: #007bc0 !important;
    color: #fff !important;
    border: 1px solid !important;
    padding: 10px !important;
    width: 100% !important;
}
.btn_element_bsh_search {
    background: #fff !important;
    color: #007bc0 !important;
    border: 1px solid !important;
    padding: 10px !important;
    width: 100% !important;
    margin-top: 10px;
}

.images-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.images-wrapper a{

}
.images-wrapper img{
    width: 260px;
    outline: 1px solid #006494;
    margin: 10px;
}
.red-alarm-alarmn {
    color: red;
    font-size: 22px;
    border-left: 3px solid;
    border-bottom: 3px solid;
    display: inline-block;
    padding: 10px 10px 8px;
}
.zamena-link{

}
#vendor-preloader{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    z-index: 20000;
    top: 0;
    opacity: .5;
    align-items: center;
    left: 0;
    justify-content: center;
    overflow: auto;
}
#vendor-preloader .preloader-inner{
    text-align: center;
}
#vendor-preloader .preloader-inner img{

}
#vendor-preloader .preloader-inner p{
    color: #fff;
    font-size: 20px
}
#vendor-preloader.inactive{
    display: none;
}
.vendor-reinit-model{
    margin-left: 30px;
}
.detail-form-check-wrapper {

}
.detail-form-check-inputs-wrapper{
    width: 220px;
    margin-bottom: 20px;
}
.detail-form-check-input{
    height: 30px !important;
    width: 130px !important;
}
.detail-form-check-input-block {
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
}
.detail-form-check-phone{
    width: 130px !important;
}
.detail-form-check-button{
    width: 140px !important;
}
.add-detail-button{

}
.remove-detail-button{
    height: 21px;
    padding-bottom: 0;
}
.detail-form-order-wrapper{
    display: flex;
    width: 300px;
    justify-content: space-between;
}
.detail-form-check-result{
    margin-top: 20px;
    font-size: 20px;
}
.detail-form-check-result.success{
    color: #729e00;
}
.detail-form-check-result.error{
    color: #d9002a;
}
.models-list-status{
    margin: 10px 0;
    color: #383838;
    font-size: 14px;
}
.models-list-more{
    margin-top: 15px;
}
.models-new-search-button{
    display: inline-block;
    margin-left: 8px;
    vertical-align: top;
}
