.pagination-list a {cursor: pointer;}
/*-----------------------------------*/
/*style for ajax-image */
.ajax-loader1{
    position: fixed;
    /*top:50%;*/
    /*left:50%;*/
    width: 30px;/*64px;*/
    height: 30px;/*64px;*/
    margin: -15px 0 0 -15px;/*-32px 0 0 -32px;*/
    z-index: 1000000;
}
.ajax-loader{
    position: fixed;
    display: none;
    top:50%;
    left:50%;
    width: 64px;
    height: 64px;
    margin:-32px 0 0 -32px;
    z-index: 1000000;
}
.ajax-loader, .ajax-loader1{
    -webkit-animation-name: spin;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 2000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 2000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
/*-----------------------------------*/
.color_red { color: red!important;}

.error-window p {
    color:#ff0000; 
    font-size: 14px;
    padding: 10px 5px;
}
.error-window{
    z-index: 1000000;
    position: fixed;
    top:40%;
    left:50%;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    /*border: 1px solid #7f9db9;*/
    /*border-radius: 4px;*/
    color:#ff0000;
    background: #fff;
    /*  color:#fff;*/
    /*  background: #f00;*/
    display: none;
    width: 350px;
    text-align: center;
    margin-left:-200px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.error-heading{
    width: 100%;
    background: #2196f3;
    height: 20px;
}


.section-basket, .section-detail, .section-notebook {display: none;}
.list-link, .table-link {cursor: pointer;}
.section-basket .goods_all_price {font-size: 18px!important; font-weight: bolder;}

.show-card-product-search:hover,
.show-card-product-order:hover,
.show-card-product-basket:hover,
.show-card-product:hover,
.show-basket-gl:hover, .go-out-from-basket:hover, .go-out-from-detail:hover,
.exit_user:hover, .enter:hover {
    /*text-decoration: underline;*/
    cursor: pointer;
}

/*-----------------------------------*/
.currency_12 {
    font-weight: normal!important;
    font-size: 13px!important;
}
/*---------Поиск---------------------*/
/*.wrapper-button-dest-css {color: #727272; font-size: 13px;margin-top: 10px;padding-right: 16px;text-align: left;background: url(../images/show-all.png) 100% center no-repeat;}*/
.wrapper-button-dest-css {color: #727272; font-size: 13px;margin-top: 10px;padding-right: 16px;text-align: left;background: url(../images/down-orange.png) 100% center no-repeat;}
.wrapper-button-dest:hover {cursor: pointer; font-weight: bold;background-image: url(../images/down-orange.png);}

.wrapper__block .info-list span{ color: #2196f3;}
.wrapper__block .wrapper__block__price span {
    font-size: 18px;
    font-weight: bold;
    font-family: 'open_sanssemibold', sans-serif;
}
/*---Оповещение-----*/
.alarm-title, .alarm-storage_sp{
    color:red;
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;;
}

/*---Результаты поиска-----*/
.alarm-text {color: #ec971f; margin-right: 4px;}
.set-color-sp{ color: blue!important;}
.reviews-search {
    display: block;
    color: #2196f3;
    font-size: 12px!important;
    border-radius: 3px;
    border: 0px solid #aed0ea; /*1px solid #931612;*/
    margin: 10px 0px 0;
}

#select_sort{/*сортировка в поиске*/
    width: 233px;
    margin-left: 10px;
    /*height: 25px;*/
}
.wrapper-sort .select2-container {
    float: left;
    margin-left: 10px;
}
/*.wrapper-button-to-start,*/
.wrapper-button-add-goods {
    display: none;
    margin-top: 60px;
    background: #e6e6e6;
    color: #31353d;
    border: none;
    outline: none;
    vertical-align: top;
    font-size: 18px;
    /*width: 100%;*/
    height: 36px;
    border-radius: 5px;
}
.to-start-btn {
	position:fixed;
	right:25px;
	bottom:65px;
	width:55px;
	height:55px;
	padding:17px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background:#fff;
	box-shadow: 0 8px 10px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 8px 10px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 8px 10px 3px rgba(0,0,0,0.15);
	cursor:pointer;
	z-index:9999;
}
.to-start-btn:before {
	content:"";
	display:block;
	width:100%;
	height:100%;
	background:url(/images/arrow_up.svg) no-repeat;
	background-size:contain;
	}
/*---------детали------------------*/
.card-product-tabs a{cursor: pointer;}
.card-product-tabs .active{
    font-weight: bold;
    color: #31353d;
    border-left: 1px solid #31353d;
    border-right: 1px solid #31353d;
}
/*-----------Журнал счетов-------------*/
.result_of_order_list tr:hover{
    background-color: #eee;
}
/*-----------Выбранный счет-------------*/
#select_contr1{width: 360px}
#DocumentChange{
    margin-bottom: 0px;
    font-size: 16px;
    color: red;
    float: right;
}

.tbody-account-table td {
    padding: 6px!important;
}
.document-number1 input:hover { cursor: pointer;}
.document-number1{
    height: 34px;
    border: 1px solid #e6e6e6;
    outline: none;
    border-radius: 5px;
    padding: 5px 11px 6px 11px;
    /*font-size: 12px;*/
    width: 300px;
    /*margin-top: 20px;
    margin-bottom: 5px;
    margin-left: 5px;*/
}

/*-----------Таблица выбора счетов---------*/
#myModal3 .goods-for-order { font-weight: bold;}

.neear-route-from-table p{
    color: red;
    font-size: 16px;
    text-align: center;
}
.neear-route-from-table a{
     color: blue!important;
     font-size: 14px;
     text-align: left!important;
 }
.neear-route-from-table a:hover{
    cursor: pointer;
}
/*-----------Таблица маршрутов-------------*/
#change-route{ /*Выбор Маршрута*/
    float: right;
    font-weight: bold;
    margin-top: 10px;
}
#change-route:hover{ cursor: pointer}

#myModalRouteTable tbody tr.active_str:hover{
    cursor: pointer;
    /*border: 2px solid #3d454b;*/
    background-color: #eee;
}

#myModalRouteTable .select_str{
    background-color: #eee;
}
#myModalRouteTable .not_active_str{
    opacity: 0.2;
}

/*-----------Просмотр фото-------------*/
.photo_detail{
    cursor: pointer;
}
#myModalPhoto .modal-dialog{
    width: 450px;
}

/*-------Загрузка названия деталей------------*/
.ui-autocomplete {
    /*border: 1px solid #bbbbbb;*/
    max-height: 400px!important;
    max-width: 600px!important;
    overflow-y: auto!important;
    overflow-x: hidden!important;
    z-index: 100000!important;
}

/*Call-back-now____________________________________________________________*/
.popup-box{
    display: none;
    position: fixed;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

/*-----------modal_windo-----------w*/
.modal-call-back p{margin:0; padding: 0;}
.modal-call-back{
    display: none;
    position: fixed;
    top:50%;
    left: 50%;
    width: 454px;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1000;
}
.modal-head{
    height: 40px;
    color:#fff;
    font-size: 18px;
    line-height: 38px;
    text-transform: uppercase;
    background: rgba(0, 78, 134, 0.9);/*rgba(62, 70, 76, 0.9);*/
    /*border-left: 3px solid #ff5722;*/
    padding:2px 0 0 18px;
    border-radius: 10px 10px 0 0;
}
.modal-body{
    background: #fff;
    padding:15px 20px 15px 8px;
    border-radius: 0 0 10px 10px;
}
.modal-body::after,
.call-back-action::after{
    content:"";
    display: block;
    clear: both;
}
.modal-info-box{
    font-size: 18px;
    line-height: 44px;
    text-transform: uppercase;
}
.modal-info-box .accent{
    color:#ff5722;
}
.modal-body a{
    color:#212121;
    font: 12px "Tahoma", sans-serif;
    text-decoration: underline;
}
.modal-body .question{
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
}
.modal-body .button-box{
    text-align: center;
}
.modal-body .yes,
.modal-body .no{
    display: inline-block;
    height: 36px;
    width: 82px;
    color:#fff;
    line-height: 34px;
    text-transform: uppercase;
    /*background: #ff5722;*/
    border-radius: 2px;
    padding-top: 2px;
    cursor: pointer;
}
.modal-body .yes{
    margin-right: 18px;
}
.modal-call-back{
    display: none;
    width: 706px;
}
.manager-photo-box{
    float: left;
    height: 110px;
    width: 110px;
    border-radius: 50%;
}
.call-back-action button{
    text-align: center!important;
    width: 100%;
    height: 36px;
    color:#fff;
    font-size: 12px;
    text-transform: uppercase;
    background: #2196f3;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.call-to-action{
    margin: 20px 0 20px;
}
.call-back-action #call-me-next,
.call-back-action #finish-call{
    display: none;
}

.countdown-60{
    font-size: 18px;
    margin-bottom: 10px;
}
.countdown-60 span{
    vertical-align: middle;
    display: inline-block;
    height: 34px;
    width: 76px;
    border-radius: 5px;
    color:#31353d;
    text-align: center;
    border: 1px solid #e6e6e6;
    padding-top: 4px;
}
.call-back-info #error-message{
    color:#ff5722;
    line-height: 24px;
    clear: both;
}
/*-----------Изображение трубы-----------w*/
#call-back-now{
    position: fixed;
    top:80px;/*40px;*/
    right: 40px;
    cursor:pointer;
    opacity:0.75;
    z-index:999;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
	-webkit-animation: uptocallmini 1.5s 0s ease-out infinite;
    -moz-animation: uptocallmini 1.5s 0s ease-out infinite;
    animation: uptocallmini 1.5s 0s ease-out infinite;
}
#call-back-now .call-back-now {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    background-color:#006eaa;/*#FF4F00;*/
    width:35px;
    height:35px;
}
#call-back-now .call-back-now:before {
    content: "";position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background-image:url('../images/ic_local_phone.svg');
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-animation: uptocallphone 1.5s linear infinite;
    -moz-animation: uptocallphone 1.5s linear infinite;
    animation: uptocallphone 1.5s linear infinite;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
#call-back-now:hover {
    opacity:0.9;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
/*#call-back-now:hover .call-back-now {
   /*  -webkit-animation:uptocallmini2 1s 0.4s ease-out infinite;
   -moz-animation: uptocallmini2 1s 0.4s ease-out infinite;
   animation: uptocallmini2 1s 0.4s ease-out infinite; 
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;}
#call-back-now:hover .call-back-now:before {
    -webkit-animation: uptocallphone2 1s linear infinite;
    -moz-animation: uptocallphone2 1s linear infinite;
    animation: uptocallphone2 1s linear infinite;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
*/
@-webkit-keyframes uptocallphone {
    0% {
        -ms-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    25% {
        -ms-transform:rotate(30deg);
        -webkit-transform:rotate(30deg);
        transform:rotate(30deg);
    }
    50% {
        -ms-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    75% {
        -ms-transform:rotate(-30deg);
        -webkit-transform:rotate(-30deg);
        transform:rotate(-30deg);
    }
    100% {
        -ms-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
}
@-moz-keyframes uptocallphone {
    0% {
        -ms-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);}
    25% {
        -ms-transform:rotate(30deg);
        -webkit-transform:rotate(30deg);
        transform:rotate(30deg);
    }
    50% {
        -ms-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    75% {
        -ms-transform:rotate(-30deg);
        -webkit-transform:rotate(-30deg);
        transform:rotate(-30deg);
    }
    100% {
        -ms-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);}
}
@keyframes uptocallphone {
    0% {
        -ms-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    25% {
        -ms-transform:rotate(30deg);
        -webkit-transform:rotate(30deg);
        transform:rotate(30deg);
    }
    50% {
        -ms-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    75% {
        -ms-transform:rotate(-30deg);
        -webkit-transform:rotate(-30deg);
        transform:rotate(-30deg);
    }
    100% {
        -ms-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
}
@-webkit-keyframes uptocallphone2 {
    0% {
        -ms-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    25% {
        -ms-transform:rotate(30deg);
        -webkit-transform:rotate(30deg);
        transform:rotate(30deg);
    }
    50% {
        -ms-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    75% {
        -ms-transform:rotate(-30deg);
        -webkit-transform:rotate(-30deg);
        transform:rotate(-30deg);
    }
    100% {
        -ms-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
}
@-moz-keyframes uptocallphone2 {
    0% {
        -ms-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    25% {
        -ms-transform:rotate(30deg);
        -webkit-transform:rotate(30deg);
        transform:rotate(30deg);
    }
    50% {
        -ms-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    75% {
        -ms-transform:rotate(-30deg);
        -webkit-transform:rotate(-30deg);
        transform:rotate(-30deg);
    }
    100% {
        -ms-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
}
@keyframes uptocallphone2 {
    0% {
        -ms-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    25% {
        -ms-transform:rotate(30deg);
        -webkit-transform:rotate(30deg);
        transform:rotate(30deg);
    }
    50% {
        -ms-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    75% {
        -ms-transform:rotate(-30deg);
        -webkit-transform:rotate(-30deg);
        transform:rotate(-30deg);
    }
    100% {
        -ms-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
}
 @-webkit-keyframes uptocallmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(255,79,0, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(255,79,0, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px #FF4F00, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #FF4F00;
        box-shadow: 0 0 8px 6px #006eaa, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #006eaa;
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(255,79,0, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(255,79,0, 0);
    }
}
@-moz-keyframes uptocallmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(255,79,0, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(255,79,0, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px #FF4F00, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #FF4F00;
        box-shadow: 0 0 8px 6px #006eaa, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #006eaa;
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(255,79,0, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(255,79,0, 0);
    }
}
@keyframes uptocallmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(255,79,0, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(255,79,0, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px #FF4F00, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #FF4F00;
        box-shadow: 0 0 8px 6px #006eaa, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #006eaa;
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(255,79,0, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(255,79,0, 0);
    }
}
@-webkit-keyframes uptocallmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(255,79,0, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(255,79,0, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px #FF4F00, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #FF4F00;
        box-shadow: 0 0 8px 6px #006eaa, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #006eaa;
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(255,79,0, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(255,79,0, 0);
    }
}
@-moz-keyframes uptocallmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(255,79,0, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(255,79,0, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px #FF4F00, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #FF4F00;
        box-shadow: 0 0 8px 6px #006eaa, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #006eaa;
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(255,79,0, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(255,79,0, 0);
    }
}
@keyframes uptocallmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(255,79,0, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(255,79,0, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px #FF4F00, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #FF4F00;
        box-shadow: 0 0 8px 6px #006eaa, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #006eaa;
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(255,79,0, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(255,79,0, 0);
    }
}

.search-inp-model-add:hover,
.search-inp-model-show:hover{
    color:red;
}
.search-inp-model-add,
.search-inp-model-show{
    font-size: 12px;
    color:dodgerblue;
    cursor: pointer;
}
/* #call-back-now{
    display: block;none;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
 */

/* .photo3d-img:before {
    position: absolute;
    font-weight: bold;
    font-size: 16px;
    color: #ec971f;
    bottom: 10px;
    right: 10px;
    content: "3D";
    z-index: 1000;
}*/
/*.card-photo3d-img:before {
    position: absolute;
    font-weight: bold;
    font-size: 40px;
    color: #ED2655;
    top: 245px;
    left: 427px;
    content: "3D";
    display: block;
    z-index: 1000;
} */
.label-3d {
    position: absolute;
    bottom: 4px;
    right: 0px;
    overflow: hidden;
    width: 50px;
    height: 39px;
    background: url('../images/3d_icon.png');
    background-size: cover;
    z-index: 1000;
}

.label-edit-photo {
    opacity: 0.7;
    position: absolute;
    bottom: 6px;
    left: 5px;
    overflow: hidden;
    width: 32px;
    height: 32px;
    /*background: url(../images/ic_list.png);*/
    background: url(../images/ic_edit.png);
    background-size: cover;
    z-index: 1000;
}
.label-edit-card {
    cursor: pointer;
    position: absolute;
    top: 6px;
    left: 118px;
    /*overflow: hidden;*/
    width: 32px;
    height: 32px;
    background: url(../images/ic_reload.png);
    background-size: cover;
    z-index: 100;
}
.rg-image {
    background: #f7f7f7;    
}
.rg-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.es-carousel ul li a img {
    max-width: 100%;
    width: auto;
}
.cart-old-price.color_red {
    position: absolute;
    right: 112px;
    width: 100%;
    text-decoration: line-through;
    top: -8px;
}

.cart-orig-price {
    position: absolute;
    right: 175px;
    width: 100%;
    top: 28px;
    color: #aaaaaa;
    font-size: 12px;
}
/*=============ЧЕРНОВИК=====================*/
aside {
    position: fixed;
    z-index: 100000;
    /*background: #f0f0f0;*/
    background: #2196f3;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    width: auto;/*200px;*/
    float: left;
    top: 64px;/*45px;*/
    left: -355px;
    /*cursor: pointer;*/
    -o-transition: 500ms;
    -webkit-transition: 500ms;
    -moz-transition:  500ms;
    transition:  500ms;
}
aside:hover /*Выезжающий эффект при наведении, (не работает в Opera)*/
{
    left: 0;
    -o-transition: 500ms;
    -webkit-transition: 500ms;
    -moz-transition:  500ms;
    transition:  500ms;
}
#aside-block1 button:hover{ background: #1976d2;}
#aside-block1 a:hover{
    cursor: pointer;
    text-decoration: underline;
    /*background: #1976d2;*/
    /*color: red;*/
}

#aside-block{
    display: -webkit-inline-box;
    display: inline-box;
}
#aside-block1 #aside-block1-newclient{
    font-size: 16px;
    font-weight: bold
}
#aside-block1{
    max-width: 305px;
    margin: 10px;
}
#aside-block2{
    margin-left: 35px;
    width: .7em;
    width: 1ch;
    text-align: center;
    word-wrap: break-word;
}
#aside-block1-search{
    width: 245px;
    color: #444444;
    border-radius: 5px;
    padding: 5px;
}
#aside-block button{
    height: 32px;
    border-radius: 5px;
    border: 1px solid #fff;
    background: #2196f3;
}
aside textarea{
    width: 303px;
    color: #444444;
    border-radius: 5px;
    padding: 5px;
}
/*-------Выбор заказа в ХЕДЕРЕ--------*/
#header_ContractCode{
    width: 100%;
    color: white;
    text-align: right;
    margin-top: -8px;
}
#header_ContractCode a{
    color: aqua;
    cursor: pointer;
}

#header_destForAddGoods {
    width: 100%;
    color: white;
    text-align: left;
    margin-top: -8px;
    /*float: right;
    margin-top: -2px;*/
}
#header_destForAddGoods a {
    color: aqua;
    cursor: pointer;
}
#header_destForAddGoods .destForAddGoods:hover {font-weight: bold;}

/*-------Похожие товары в поиске--------*/
.group_goods_hidden .goods_element-content{
    min-height: 135px;
}
@media screen and (max-width: 770px) {
    .group_goods_hidden .goods_element-content{
        min-height: 265px;
    }
}

/*
@media screen and (max-width: 970px) {
    .group_goods_hidden .goods_element-content{
        min-height: 145px;
    }
}
*/
/*-------Стр. редактирования фото (photo_edit)--------*/
.owl-demo-second1 .cars-box img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.owl-demo-second1{
    display: none;
}
.owl-demo-second1 .cars-box img {
    width: 60% !important;
    max-height: 100%;
}

.owl-demo-second1 .brands-box a {
    font-weight: 700;
}
.owl-demo-second1 .brands-box{
    padding-left: 20px;
}
.owl-demo-second1 .card-car-brand {
    background: #fff;
    border: 1px solid #cdcdcd;
    padding: 10px;
}

.owl-demo-second1 .owl-item + .owl-item .card-car-brand {
    border-left: none;
}

.owl-demo-second1 .owl-prev {
    color: transparent;
    background: url(../images/left.png);
    background-color: #fff;
    background-repeat: no-repeat;
    width: 10px;
    height: 15px;
    position: absolute;
    left: 20px;
    top: 40%;
    padding: 17px;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    background-position: 50% 50%;
}

.owl-demo-second1 .owl-next {
    color: transparent;
    background: url(../images/right.png);
    background-color: #fff;
    background-repeat: no-repeat;
    width: 10px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 40%;
    padding: 17px;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    background-position: 50% 50%;
}
.owl-demo-second1 .brands-box a {
    padding-left: 0;
}
/*-----Новое подпункт меню ВХОД/ВЫХОД----*/
.for-dropdown-user {
    position: relative;
    margin-right: -2px;
    margin-bottom: 5px;
    line-height: 1.5;
}
.for-dropdown-user img {
    cursor: pointer;
}
.for-dropdown-user {
    float: right;
    margin-top: 12px;
}
.for-dropdown-user {
    margin-right: 0;
}
.for-dropdown-user {
    margin-top: -2px;
}

.dropdown-user:before {
    left: 176px;
}
.dropdown-user {
    line-height: 1.2;
    text-align: left;
    position: absolute;
    z-index: 1000;
    width: 214px;
    right: 264px;
    top: 48px;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 9px 10px 11px 10px;
    border-radius: 5px;
}

.dropdown-user li a {
    color: #1976d2;
    font-size: 13px;
}

.dropdown-user li a:hover {
    text-decoration: underline;
}

.dropdown-user li {
    color: #1976d2;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #e6e6e6;
    line-height: 1;
}

.dropdown-user li:first-child {
    text-align: center;
    border-bottom: none;
    color: #31353d;
    font-size: 14px;
    padding-bottom: 11px;
}

.dropdown-user li:last-child,
.dropdown-first li:last-child {
    border-bottom: none;
}

.dropdown-user:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 177px;
    top: -9px;
    background: #fff;
    z-index: 1;
}
.dropdown-user li {
    text-align: left;
}
.dropdown-user {
    left: -173px;
}

/*--------Сообщение Юзеру-----------------*/
.table-alert-user .show-alert-for-user:hover{ color: #2e6da4;}

 .alert-users{
     width: 50px;
     height: 50px;
     padding: 10px;
     border-radius: 25px;
 }
 .alert-users img {padding: 6px 0 0 0;}
.active_alert-users{
    background-color: #ffa0006e; /*aquamarine;*/
}

.active_alert-users {
    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1.0,0,0,1.0);
    animation-duration: 3s;
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
    -webkit-animation-duration: 3s;
}
.active_alert-users::before {
    position: absolute;
    color: red;
    background: #ffffff6b;
    border-radius: 100%;
    content: "1";
    left: 35px;/*32px;*/
    top: 6px;/*13px;*/
    font-size: 18px;
    font-family: cursive;
    font-weight: bold;
}

@keyframes blinker {
    from { transform: scale(0.9);  }
    to { transform: scale(1.5); }
    /*from { transform: rotate(-15deg);  }
    to { transform: rotate(15deg); }*/
    from { opacity: 0.7; }
    to { opacity: 0.3; }
}

@-webkit-keyframes blinker {
    from { transform: scale(0.9);  }
    to { transform: scale(1.5); }
    /*from { transform: rotate(-15deg);  }
    to { transform: rotate(15deg); }*/
    from { opacity: 0.7; }
    to { opacity: 0.3; }
}
/*-------поле ввода телефона с полем кода-*/
.phoneCodeAndPhoneNumber input{
    width: 100%;
    border-radius: 0 5px 5px 0!important;
    margin-left: -1px;
    border-left: 0 solid!important;
    font-size: 14px!important;
}
.phoneCodeAndPhoneNumber select{
    width: 95px;
    height: 34px;
    border-radius: 5px 0 0 5px!important;
    border: 1px solid #e6e6e6;
    border-right: 0 solid!important;
    font-size: 14px!important;
}
.phoneCodeAndPhoneNumber .stOption{
    font-weight: bold;
    color: #222222;
}

/*----------------------------------------*/
.declarationno-number:hover,
.declarationno-info:hover{text-decoration: underline;}
.declarationno-number, .declarationno-info{
    color: #2196f3!important;
    /*text-decoration: underline;*/
    cursor: pointer;
}
.select-columh-excel-selected{
    background-color: #fafafa;
    font-weight: bold;
}