/*----------------- Нестандартные шрифты -----------------*/
@font-face {
    font-family: 'Exo2Regular';
    src: url('/fonts/Exo2Regular.eot');
    src: url('/fonts/Exo2Regular.eot') format('embedded-opentype'),
        url('/fonts/Exo2Regular.woff2') format('woff2'),
        url('/fonts/Exo2Regular.woff') format('woff'),
        url('/fonts/Exo2Regular.ttf') format('truetype'),
        url('/fonts/Exo2Regular.svg#Exo2Regular') format('svg');
}
/*----------------- Настройки разметок шаблона -----------------*/
.clear{
    clear: both;
}

body{
    position: relative;
}

html{
    font-family: 'Exo2Regular', sans-serif;
}

.top-panel{
    width: 100%;
    /*height: 71px;*/
    height: 65px;
    background: url('/img/bg_top_panel.png');
}

.sub-top-panel{
    width: 958px;
    height: 65px;
    margin: 0 auto;
    position: relative;
}

.welcome-user{
    font-family: 'Exo2Regular', sans-serif;
    color: #000;
    line-height: 63px;
    float: left;
    background: url('/img/element-user-l.png') no-repeat right center;
    padding-right: 15px;
    cursor: pointer;
}

.name-user{
    display: inline;
    font-weight: bold;
}

.logout-buttom{
    display: block;
    width: 102px;
    height: 35px;
    border-bottom: 1px solid #e4d37d;
    border-right: 1px solid #e4d37d;
    color: #fff;
    font-size: 13px;
    font-family: 'Exo2Regular', sans-serif;
    background: #d1b422;
    float: left;
    text-align: center;
    text-decoration: none;
    line-height: 35px;
    margin-top: 15px;
    margin-left: 17px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.order-buttom{
    display: block;
    width: 102px;
    height: 35px;
    border-bottom: 1px solid #d68c8f;
    border-right: 1px solid #d68c8f;
    color: #fff;
    font-size: 13px;
    font-family: 'Exo2Regular', sans-serif;
    background: #ba3b41;
    float: left;
    text-align: center;
    text-decoration: none;
    line-height: 35px;
    margin-top: 15px;
    margin-left: 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.information-user{
    width: 560px;
    height: 65px;
    background-color: #414141;
    float: right;
}

.text-info-user{
    font-size: 16px;
    font-family: 'Exo2Regular', sans-serif;
    font-weight: bold;
    color: #fff;
    margin-top: 15px;
    margin-left: 24px;
    float: left;
}

.user-avatar{
    width: 50px;
    height: 50px;
    float: left;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    border-radius: 52px;
    border: 1px solid #626262;
    margin-top: 6px;
    margin-left: 17px;
}

.data-info-user{
    font-size: 16px;
    font-family: 'Exo2Regular', sans-serif;
    color: #fff;
    margin-top: 11px;
    margin-left: 12px;
    float: left;
}

.phone-user{
    font-size: 17px;
    margin-top: 5px;
}

.quest-user{
    height: 47px;
    width: 175px;
    background: url('/img/bg_quest.jpg');
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    float: left;
    line-height: 47px;
    color: #343434;
    font-size: 15px;
    font-family: 'Exo2Regular', sans-serif;
    margin-top: 9px;
    position: relative;
    margin-left: 22px;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.element-quest{
    position: absolute;
    width: 8px;
    height: 11px;
    background: url('/img/element_quest.png') no-repeat;
    left: -8px;
    top: 15px;
}

.footer{
    border-top: 1px solid #d9d9d9;
    padding: 30px 0;
    margin-top: 35px;
}

.sub-footer{
    width: 980px;
    margin: 0 auto;
}

.sub-footer .left-block{
    float: left;
}

.sub-footer .right-block{
    float: right;
}

.copirate{
    font-family: 'Exo2Regular', sans-serif;
    font-size: 14px;
    color: #5A5A5A
}

.site-link{
    font-size: 11px;
    font-family: 'Exo2Regular', sans-serif;
    color: #686868;
    display: block;
    margin-top: 10px;
}

.copy-license{
    font-size: 11px;
    color: #5A5A5A;
    font-family: 'Exo2Regular', sans-serif;
    margin-top: 10px;
    line-height: 15.4px;
}

.req-block{
    margin-left: 50px;
}

.req{
    color: #292929;
    font-family: 'Exo2Regular', sans-serif;
    font-size: 13px;
    line-height: 23px;
}

.phone-site{
    color: #292929;
    font-size: 20px;
    font-family: 'Exo2Regular', sans-serif;
}

.email-site{
    color: #292929;
    font-size: 15px;
    font-family: 'Exo2Regular', sans-serif;
    text-align: right;
    margin-top: 15px;
}

.call-site{
    color: #292929;
    font-size: 12px;
    font-family: 'Exo2Regular', sans-serif;
    text-align: right;
    margin-top: 12px;
    text-decoration: underline;
    cursor: pointer;
}

.call-site:hover{
    text-decoration: none;
}

.social-block{
    margin-right: 20px;
}

.social{
    display: block;
    width: 35px;
    height: 35px;
    background: url('/img/social-icons.png') no-repeat;
    float: left;
    margin-left: 3px;
    cursor: pointer;
}

.social.facebook{
    background-position: -40px 0;
}

.social.instagram{
    background-position: -81px 0;
}

.social.odnoklassniki{
    background-position: -122px 0;
}

.social:hover{
    opacity: 0.8;
}

/*----------------- Страница LK -----------------*/

.lk-page{
    width: 940px;
    margin: 0 auto;
    padding-top: 25px;
}

.head-page{
    color: #000;
    font-size: 21px;
    font-family: 'Exo2Regular', sans-serif;
    background: url('/img/element-page.png') top 12px right no-repeat;
    display: inline;
    padding-right: 25px;
    cursor: pointer;
}

.line-head{
    width: 100%;
    height: 4px;
    background-color: #e7e7e7;
    margin-top: 10px;
}

.item-car-lk{
    width: 640px;
    /*height: 159px;*/
    border: 1px solid #d9d9d9;
    margin-top: 35px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}

.photo-car-item{
    width: 166px;
    float: left;
}

.photo-car-item img{
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    display: block;
}

.item-info{
    position: relative;
    float: left;
    margin-left: 20px;
    width: 426px;
}

.date-create-car{
    font-size: 11px;
    position: absolute;
    color: #ccc;
    right: 0;
    top: 10px;
}

.item-name{
    color: #282828;
    font-size: 21px;
    font-family: 'Exo2Regular', sans-serif;
    margin-top: 15px;
}

.item-line{
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
    margin-top: 15px;
}

.information-item-more{
    font-size: 13px;
    font-family: 'Exo2Regular', sans-serif;
    font-weight: bold;
    color: #848484;
    margin-top: 20px;
}

.information-item-more table{
    width: 100%;
}

.information-item-more table p{
    color: #282828;
    font-weight: normal;
    display: inline;
    margin-left: 10px;
}

.more-links-and-raitings{
    margin-top: 20px;
    position: relative;
}

.more-links-and-raitings .left-block{
    float: left;
}

.more-links-and-raitings .right-block{
    float: right;
    height: 39px;
    background: url('/img/item-car-more.jpg');
    width: 180px;
    text-align: center;
    border: 1px solid #e5e7e6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: #282828;
    font-size: 15px;
    font-family: 'Exo2Regular', sans-serif;
    line-height: 39px;
}

.raiting-info-item{
    color: #282828;
    font-size: 13px;
    font-family: 'Exo2Regular', sans-serif;
    margin-top: 15px;
    float: left;
}

.raiting-info-item p{
    display: inline;
    font-weight: bold;
    color: #c1a412;
    margin-left: 3px;
}

.raiting-item{
    float: left;
    width: 17px;
    height: 15px;
    background: url('/img/star-item-car.png') no-repeat;
}

.star-block-item{
    float: left;
    margin-top: 12px;
    margin-left: 12px;
}

.raiting-item.none{
    background-position: 0 -15px;
}

.raiting-item.half{
    background-position: 0 -30px;
}

.helper{
    position: absolute;
    width: 34px;
    height: 34px;
    top: 50px;
    right: -49px;
    cursor: pointer;
}

.helper.quest{
    background: url('/img/help_quest.png') no-repeat;
}

.helper.success{
    background: url('/img/help_success.png') no-repeat;
}

.helper.error{
    background: url('/img/help_error.png') no-repeat;
}

.block-helper{
    padding: 32px;
    max-width: 180px;
    background-color: #b3b3b3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    top: 0;
    right: -312px;
    position: absolute;
    color: #545454;
    font-family: 'Exo2Regular', sans-serif;
    font-size: 14px;
    font-style: italic;
}

.block-helper.success{
    background-color: #a9e40d;
}

.block-helper.error{
    background-color: #e53117;
    color: #6d1b1b;
}

.element-helper{
    position: absolute;
    right: -68px;
    top: 0;
}

.element-helper.quest div{
    background-color: #b3b3b3;
}

.element-helper.success div{
    background-color: #a9e40d;
}

.element-helper.error div{
    background-color: #e53117;
}

.target-user-page{
    display: none;
}

.target-user-page.car{
    display: block;
}

.target-user-page table{
    width: 100%;
    margin-top: 25px;
}

.target-user-page table td{
    width: 25%;
    color: #262626;
    font-family: 'Exo2Regular', sans-serif;
    font-size: 14px;
    padding-bottom: 25px;
}

.target-user-page table td.desc{
    color: #797979;
}

/*----------------- Страница CAR -----------------*/

.top-panel-photo-car{
    height: 727px;
    width: 100%;
    background: url('/img/bg_car.jpg');
}

.sub-top-panel-photo-car{
    width: 940px;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
}

.back-buttom-car{
    height: 45px;
    background: url('/img/back-buttom-car.png');
    width: 200px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 30px;
    right: 10px;
    cursor: pointer;
    -moz-box-shadow: 0px 10px 10px #c7c6c6;
    -webkit-box-shadow: 0px 10px 10px #c7c6c6;
    box-shadow: 0px 10px 10px #c7c6c6;
}

.back-buttom-car-link{
    display: block;
    padding: 0 12px;
    padding-left: 32px;
    background: url('/img/back-element-car.png') left 12px center no-repeat;
    height: 45px;
    font-size: 15px;
    color: #343434;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Exo2Regular', sans-serif;
    line-height: 45px;
}

.head-title-car{
    font-size: 36px;
    color: #282828;
    font-family: 'Exo2Regular', sans-serif;
}

.raiting-cars-block{
    margin-top: 14px;
    position: relative;
}

.block-stars{
    position: absolute;
    left: 90px;
    top: 0;
}

.change_raiting{
    float: left;
}

.text-raiting{
    color: #282828;
    font-size: 13px;
    font-family: 'Exo2Regular', sans-serif;
    margin-top: 3px;
    float: left;
}

.text-raiting  p{
    color: #c1a412;
    font-weight: bold;
    display: inline;
    margin-left: 3px;
}

.star-raiting{
    float: left;
    margin-left: 13px;
}

.main-photo-car{
    width: 940px;
    height: 450px;
    position: relative;
    margin-top: 20px;
    padding-bottom: 28px;
    background: url('/img/shadow-main-car-photo.png') bottom center no-repeat;
}

.main-photo-car img{
    background-color: #343434;
    padding: 13px;
    width: 914px;
    height: 424px;
    display: block;
}

.mini-photo-item{
    float: left;
    margin-left: 20px;
    cursor: pointer;
}

.mini-photo-item-upl{
    float: left;
    margin-left: 20px;
    cursor: pointer;
}

.mini-photo-item:first-child{
    margin-left: 0;
}

.mini-photo-item img{
    width: 208px;
    height: 100px;
    padding: 6px;
    display: block;
    background: #ffffff;
    -moz-box-shadow: 0px 3px 3px #929292;
    -webkit-box-shadow: 0px 3px 3px #929292;
    box-shadow: 0px 3px 3px #929292;
}

.mini-photo-item-upl img{
    width: 208px;
    height: 100px;
    padding: 6px;
    display: block;
    background: #ffffff;
    -moz-box-shadow: 0px 3px 3px #929292;
    -webkit-box-shadow: 0px 3px 3px #929292;
    box-shadow: 0px 3px 3px #929292;
}

.mini-photo-item.active img{
    background: #343434;
}

.mini-photo-block{
    position: relative;
}

.left-slide-photo{
    width: 15px;
    height: 28px;
    background: url('/img/left-slider-photo-car.png') no-repeat;
    position: absolute;
    left: -25px;
    top: 39px;
    cursor: pointer;
}

.right-slide-photo{
    width: 15px;
    height: 28px;
    background: url('/img/right-slider-photo-car.png') no-repeat;
    position: absolute;
    right: -25px;
    top: 39px;
    cursor: pointer;
}

.slide-left-photo{
    width: 38px;
    height: 38px;
    background: url('/img/left-slide.png') no-repeat;
    position: absolute;
    cursor: pointer;
    left: 25px;
    bottom: 55px;
}

.slide-left-photo-op{
    width: 38px;
    height: 38px;
    background: url('/img/left-slide.png') no-repeat;
    cursor: pointer;
    float: left;
}

.slide-rotate-right{
    width: 38px;
    height: 38px;
    background: url('/img/rotate-right.png') no-repeat;
    position: absolute;
    cursor: pointer;
    left: 353px;
    bottom: 55px;
}

.slide-rotate-left{
    width: 38px;
    height: 38px;
    background: url('/img/rotate-left.png') no-repeat;
    position: absolute;
    cursor: pointer;
    left: 305px;
    bottom: 55px;
}

.slide-count-photo-op{
    height: 38px;
    background: #fff;
    line-height: 38px;
    cursor: pointer;
    float: left;
    margin: 0 10px;
    padding: 0 8px;
}

.load_win{
    height: 38px;
    width: 38px;
    top: 50%;
    margin-top: -24px;
    margin-left: -24px;
    left: 50%;
    position: fixed;
    z-index: 1001;
    background: url('/img/load-image.GIF') no-repeat center center;
    background-color: #fff;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.buttoms_win_close{
    height: 38px;
    background: #fff;
    line-height: 38px;
    cursor: pointer;
    padding: 0 8px;
    z-index: 1000;
    position: fixed;
    right: 10px;
    top: 10px;
}

.slide-right-photo{
    width: 38px;
    height: 38px;
    background: url('/img/right-slide.png') no-repeat;
    position: absolute;
    cursor: pointer;
    left: 73px;
    bottom: 55px;
}

.slide-right-photo-op{
    width: 38px;
    height: 38px;
    background: url('/img/right-slide.png') no-repeat;
    cursor: pointer;
    float: left;
}

.slide-delete-photo{
    color: #313131;
    background-color: #fff;
    padding: 0 10px;
    left: 120px;
    bottom: 55px;
    height: 38px;
    position: absolute;
    line-height: 38px;
    cursor: pointer;
}

.slide-open-photo{
    color: #313131;
    background-color: #fff;
    padding: 0 10px;
    left: 211px;
    bottom: 55px;
    height: 38px;
    position: absolute;
    line-height: 38px;
    cursor: pointer;
}

.sub-main-page-car{
    margin: 0 auto;
    padding-top: 38px;
    width: 940px;
}

.head-page-car{
    color: #262626;
    font-size: 24px;
    font-family: 'Exo2Regular', sans-serif;
}

.rew-car-page{
    margin-top: 25px;
}

.rew-car-page .left-block{
    width: 418px;
    float: left;
}

.rew-car-page .right-block{
    width: 448px;
    float: left;
    margin-left: 72px;
}

.head-title-rew-car{
    font-size: 23px;
    font-family: 'Exo2Regular', sans-serif;
    font-weight: bold;
}

.line-rew{
    width: 100%;
    height: 3px;
    margin-top: 10px;
}

.left-block .head-title-rew-car{
    color: #8fc54a;
}

.left-block .line-rew{
    background-color: #8fc54a;
    margin-top: 10px;
}

.item-rew{
    font-size: 14px;
    font-family: 'Exo2Regular', sans-serif;
    padding-left: 60px;
    margin-top: 21px;
}

.left-block .item-rew{
    background: url('/img/ok-rew.png') left center no-repeat;
    color: #72941f;
}

.items-rew{
    margin-top: 10px;
}

.right-block .head-title-rew-car{
    color: #d25d70;
}

.right-block .line-rew{
    background-color: #d25d70;
}

.right-block .item-rew{
    background: url('/img/err-rew.png') left center no-repeat;
    color: #b94343;
}

.line-car{
    height: 1px;
    width: 100%;
    background-color: #e5e5e5;
    margin-top: 38px;
}

.block-car{
    padding-top: 73px;
}

.block-car .left-block{
    width: 472px;
    height: 356px;
    background: url('/img/left-car.png')  no-repeat;
    position: relative;
    float: left;
}

.block-car .right-block{
    width: 468px;
    height: 370px;
    background: url('/img/right-car.png')  no-repeat;
    float: right;
    position: relative;
}

.text-car-block, .text-car-block-exp{
    padding: 30px;
    background-color: #8fc54a;
    color: #ffffff;
    font-family: 'Exo2Regular', sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 50px;
}

.text-car-block .head{
    font-size: 24px;
}

.text-car-block .text, .text-car-block-exp .text{
    line-height: 22px;
    font-size: 14px;
    /*margin-top: 17px;*/
}

.block-car .left-block .block-1{
    width: 223px;
    height: 90px;
    position: absolute;
    top: 90px;
    left: 197px;
}

.block-car .left-block .block-1.y{
    background: url('/img/y_car_1.png') no-repeat;
}

.block-car .left-block .block-2{
    width: 126px;
    height: 85px;
    position: absolute;
    top: 124px;
    left: 76px;
}

.block-car .left-block .block-2.y{
    background: url('/img/y_car_2.png') no-repeat;
}

.block-car .left-block .block-3{
    width: 45px;
    height: 75px;
    position: absolute;
    top: 55px;
    left: 39px;
}

.block-car .left-block .block-3.y{
    background: url('/img/y_car_3.png') no-repeat;
}

.block-car .left-block .block-4{
    width: 52px;
    height: 86px;
    position: absolute;
    top: 74px;
    left: 67px;
}

.block-car .left-block .block-4.y{
    background: url('/img/y_car_4.png') no-repeat;
}

.block-car .left-block .block-5{
    width: 75px;
    height: 106px;
    position: absolute;
    top: 88px;
    left: 112px;
}

.block-car .left-block .block-5.y{
    background: url('/img/y_car_5.png') no-repeat;
}

.block-car .left-block .block-6{
    width: 168px;
    height: 100px;
    position: absolute;
    top: 147px;
    left: 259px;
}

.block-car .left-block .block-6.y{
    background: url('/img/y_car_6.png') no-repeat;
}

.block-car .left-block .block-7{
    width: 111px;
    height: 90px;
    position: absolute;
    top: 114px;
    left: 181px;
}

.block-car .left-block .block-7.y{
    background: url('/img/y_car_7.png') no-repeat;
}

.block-car .left-block .block-8{
    width: 150px;
    height: 27px;
    position: absolute;
    top: 32px;
    left: 109px;
}

.block-car .left-block .block-9{
    width: 21px;
    height: 44px;
    position: absolute;
    top: 109px;
    left: 52px;
}

.block-car .left-block .block-9.r{
    background: url('/img/r_car_9.png') no-repeat;
}

.block-car .left-block .block-9.y{
    background: url('/img/y_car_9.png') no-repeat;
}

.block-car .left-block .block-9.g{
    background: url('/img/g_car_9.png') no-repeat;
}

.block-car .left-block .block-10{
    width: 52px;
    height: 71px;
    position: absolute;
    top: 173px;
    left: 205px;
}

.block-car .left-block .block-10.r{
    background: url('/img/r_car_10.png') no-repeat;
}

.block-car .left-block .block-10.y{
    background: url('/img/y_car_10.png') no-repeat;
}

.block-car .left-block .block-10.g{
    background: url('/img/g_car_10.png') no-repeat;
}

.block-car .left-block .block-11{
    width: 30px;
    height: 27px;
    position: absolute;
    top: 47px;
    left: 66px;
}

.block-car .left-block .block-11.r{
    background: url('/img/r_car_11.png') no-repeat;
}

.block-car .left-block .block-11.y{
    background: url('/img/y_car_11.png') no-repeat;
}

.block-car .left-block .block-11.g{
    background: url('/img/g_car_11.png') no-repeat;
}

.block-car .left-block .block-12{
    width: 46px;
    height: 40px;
    position: absolute;
    top: 44px;
    left: 79px;
}

.block-car .left-block .block-12.r{
    background: url('/img/r_car_12.png') no-repeat;
}

.block-car .left-block .block-12.y{
    background: url('/img/y_car_12.png') no-repeat;
}

.block-car .left-block .block-12.g{
    background: url('/img/g_car_12.png') no-repeat;
}

.block-car .left-block .block-13{
    width: 51px;
    height: 50px;
    position: absolute;
    top: 49px;
    left: 123px;
}

.block-car .left-block .block-13.r{
    background: url('/img/r_car_13.png') no-repeat;
}

.block-car .left-block .block-13.y{
    background: url('/img/y_car_13.png') no-repeat;
}

.block-car .left-block .block-13.g{
    background: url('/img/g_car_13.png') no-repeat;
}

.block-car .left-block .block-14{
    width: 151px;
    height: 66px;
    position: absolute;
    top: 48px;
    left: 166px;
}

.block-car .left-block .block-14.r{
    background: url('/img/r_car_14.png') no-repeat;
}

.block-car .left-block .block-14.y{
    background: url('/img/y_car_14.png') no-repeat;
}

.block-car .left-block .block-14.g{
    background: url('/img/g_car_14.png') no-repeat;
}

.block-car .left-block .block-15{
    width: 90px;
    height: 76px;
    position: absolute;
    top: 39px;
    left: 106px;
}

.block-car .left-block .block-15.r{
    background: url('/img/r_car_15.png') no-repeat;
}

.block-car .left-block .block-15.y{
    background: url('/img/y_car_15.png') no-repeat;
}

.block-car .left-block .block-15.g{
    background: url('/img/g_car_15.png') no-repeat;
}

.block-car .left-block .block-8.y{
    background: url('/img/y_car_8.png') no-repeat;
}

.block-car .right-block .block-1{
    width: 47px;
    height: 63px;
    position: absolute;
    top: 73px;
    left: 39px;
    cursor: pointer;
}

.block-car .right-block .block-1.y{
    background: url('/img/y_car_1_2.png') no-repeat;
}

.block-car .right-block .block-2{
    width: 123px;
    height: 67px;
    position: absolute;
    top: 132px;
    left: 73px;
    cursor: pointer;
    z-index: 99;
}

.block-car .right-block .block-2.y{
    background: url('/img/y_car_2_2.png') no-repeat;
}

.block-car .right-block .block-3{
    width: 204px;
    height: 64px;
    position: absolute;
    top: 34px;
    left: 154px;
    cursor: pointer;
    z-index: 99;
}

.block-car .right-block .block-3.y{
    background: url('/img/y_car_3_2.png') no-repeat;
}

.block-car .right-block .block-4{
    width: 72px;
    height: 88px;
    position: absolute;
    top: 80px;
    left: 77px;
    cursor: pointer;
    z-index: 99;
}

.block-car .right-block .block-4.y{
    background: url('/img/y_car_4_2.png') no-repeat;
}

.block-car .right-block .block-5{
    width: 150px;
    height: 97px;
    position: absolute;
    top: 90px;
    left: 282px;
    cursor: pointer;
    z-index: 99;
}

.block-car .right-block .block-5.y{
    background: url('/img/y_car_5_2.png') no-repeat;
}

.block-car .right-block .block-6{
    width: 159px;
    height: 96px;
    position: absolute;
    top: 96px;
    left: 173px;
    cursor: pointer;
    z-index: 99;
}

.block-car .right-block .block-6.y{
    background: url('/img/y_car_6_2.png') no-repeat;
}

.block-car .right-block .block-7{
    width: 194px;
    height: 90px;
    position: absolute;
    top: 149px;
    left: 244px;
    cursor: pointer;
    z-index: 99;
}

.block-car .right-block .block-7.y{
    background: url('/img/y_car_7_2.png') no-repeat;
}

.block-car .right-block .block-8{
    width: 82px;
    height: 90px;
    position: absolute;
    top: 92px;
    left: 136px;
    cursor: pointer;
    z-index: 99;
}

.block-car .right-block .block-9{
    width: 136px;
    height: 54px;
    position: absolute;
    top: 43px;
    left: 126px;
    cursor: pointer;
    z-index: 99;
}

.block-car .right-block .block-9.y{
    background: url('/img/y_car_9_2.png') no-repeat;
}

.block-car .right-block .block-9.g{
    background: url('/img/g_car_9_2.png') no-repeat;
}

.block-car .right-block .block-9.r{
    background: url('/img/r_car_9_2.png') no-repeat;
}

.block-car .right-block .block-10{
    width: 63px;
    height: 44px;
    position: absolute;
    top: 49px;
    left: 100px;
    cursor: pointer;
    z-index: 99;
}

.block-car .right-block .block-10.y{
    background: url('/img/y_car_10_2.png') no-repeat;
}

.block-car .right-block .block-10.g{
    background: url('/img/g_car_10_2.png') no-repeat;
}

.block-car .right-block .block-10.r{
    background: url('/img/r_car_10_2.png') no-repeat;
}

.block-car .right-block .block-11{
    width: 60px;
    height: 57px;
    position: absolute;
    top: 52px;
    left: 152px;
    cursor: pointer;
    z-index: 99;
}

.block-car .right-block .block-11.y{
    background: url('/img/y_car_11_2.png') no-repeat;
}

.block-car .right-block .block-11.g{
    background: url('/img/g_car_11_2.png') no-repeat;
}

.block-car .right-block .block-11.r{
    background: url('/img/r_car_11_2.png') no-repeat;
}

.block-car .right-block .block-12{
    width: 26px;
    height: 44px;
    position: absolute;
    top: 74px;
    left: 217px;
    cursor: pointer;
    z-index: 99;
}

.block-car .right-block .block-12.y{
    background: url('/img/y_car_12_2.png') no-repeat;
}

.block-car .right-block .block-12.g{
    background: url('/img/g_car_12_2.png') no-repeat;
}

.block-car .right-block .block-12.r{
    background: url('/img/r_car_12_2.png') no-repeat;
}

.block-car .right-block .block-13{
    width: 142px;
    height: 63px;
    position: absolute;
    top: 54px;
    left: 242px;
    cursor: pointer;
    z-index: 99;
}

.block-car .right-block .block-13.y{
    background: url('/img/y_car_13_2.png') no-repeat;
}

.block-car .right-block .block-13.g{
    background: url('/img/g_car_13_2.png') no-repeat;
}

.block-car .right-block .block-13.r{
    background: url('/img/r_car_13_2.png') no-repeat;
}

.block-car .right-block .block-14{
    width: 21px;
    height: 45px;
    position: absolute;
    top: 103px;
    left: 46px;
    cursor: pointer;
    z-index: 99;
}

.block-car .right-block .block-14.y{
    background: url('/img/y_car_14_2.png') no-repeat;
}

.block-car .right-block .block-14.g{
    background: url('/img/g_car_14_2.png') no-repeat;
}

.block-car .right-block .block-14.r{
    background: url('/img/r_car_14_2.png') no-repeat;
}

.block-car .right-block .block-15{
    width: 43px;
    height: 64px;
    position: absolute;
    top: 173px;
    left: 199px;
    cursor: pointer;
    z-index: 99;
}

.block-car .right-block .block-15.y{
    background: url('/img/y_car_15_2.png') no-repeat;
}

.block-car .right-block .block-15.g{
    background: url('/img/g_car_15_2.png') no-repeat;
}

.block-car .right-block .block-15.r{
    background: url('/img/r_car_15_2.png') no-repeat;
}

.block-car .right-block .block-8.y{
    background: url('/img/y_car_8_2.png') no-repeat;
}

.block-car .left-block .block-1.r{
    background: url('/img/r_car_1.png') no-repeat;
}

.block-car .left-block .block-2.r{
    background: url('/img/r_car_2.png') no-repeat;
}

.block-car .left-block .block-3.r{
    background: url('/img/r_car_3.png') no-repeat;
}

.block-car .left-block .block-4.r{
    background: url('/img/r_car_4.png') no-repeat;
}

.block-car .left-block .block-5.r{
    background: url('/img/r_car_5.png') no-repeat;
}

.block-car .left-block .block-6.r{
    background: url('/img/r_car_6.png') no-repeat;
}

.block-car .left-block .block-7.r{
    background: url('/img/r_car_7.png') no-repeat;
}

.block-car .left-block .block-8.r{
    background: url('/img/r_car_8.png') no-repeat;
}

.block-car .right-block .block-1.r{
    background: url('/img/r_car_1_2.png') no-repeat;
}

.block-car .right-block .block-2.r{
    background: url('/img/r_car_2_2.png') no-repeat;
}

.block-car .right-block .block-3.r{
    background: url('/img/r_car_3_2.png') no-repeat;
}

.block-car .right-block .block-4.r{
    background: url('/img/r_car_4_2.png') no-repeat;
}

.block-car .right-block .block-5.r{
    background: url('/img/r_car_5_2.png') no-repeat;
}

.block-car .right-block .block-6.r{
    background: url('/img/r_car_6_2.png') no-repeat;
}

.block-car .right-block .block-7.r{
    background: url('/img/r_car_7_2.png') no-repeat;
}

.block-car .right-block .block-8.r{
    background: url('/img/r_car_8_2.png') no-repeat;
}

.block-car .left-block .block-1.g{
    background: url('/img/g_car_1.png') no-repeat;
}

.block-car .left-block .block-2.g{
    background: url('/img/g_car_2.png') no-repeat;
}

.block-car .left-block .block-3.g{
    background: url('/img/g_car_3.png') no-repeat;
}

.block-car .left-block .block-4.g{
    background: url('/img/g_car_4.png') no-repeat;
}

.block-car .left-block .block-5.g{
    background: url('/img/g_car_5.png') no-repeat;
}

.block-car .left-block .block-6.g{
    background: url('/img/g_car_6.png') no-repeat;
}

.block-car .left-block .block-7.g{
    background: url('/img/g_car_7.png') no-repeat;
}

.block-car .left-block .block-8.g{
    background: url('/img/g_car_8.png') no-repeat;
}

.block-car .right-block .block-1.g{
    background: url('/img/g_car_1_2.png') no-repeat;
}

.block-car .right-block .block-2.g{
    background: url('/img/g_car_2_2.png') no-repeat;
}

.block-car .right-block .block-3.g{
    background: url('/img/g_car_3_2.png') no-repeat;
}

.block-car .right-block .block-4.g{
    background: url('/img/g_car_4_2.png') no-repeat;
}

.block-car .right-block .block-5.g{
    background: url('/img/g_car_5_2.png') no-repeat;
}

.block-car .right-block .block-6.g{
    background: url('/img/g_car_6_2.png') no-repeat;
}

.block-car .right-block .block-7.g{
    background: url('/img/g_car_7_2.png') no-repeat;
}

.block-car .right-block .block-8.g{
    background: url('/img/g_car_8_2.png') no-repeat;
}

.block-car .left-block .text{
    position: absolute;
    font-family: 'Exo2Regular', sans-serif;
    font-size: 16px;
    color: #fff;
    border: 3px solid;
    padding: 20px;
    width: 310px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: none;
}

.block-car .right-block .text{
    position: absolute;
    font-family: 'Exo2Regular', sans-serif;
    font-size: 16px;
    color: #fff;
    border: 3px solid;
    padding: 20px;
    max-width: 310px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: none;
    right: 0px;
}

.block-car .text p{
    margin-top: 15px;
    display: block;
}

.block-car .text p:first-child{
    margin-top: 0px;
}

.block-car .text p:only-child{
    margin-top: 0px;
}

.block-car .g.text{
    background: #89cb58;
    border-color: #85b857;
    bottom: -25px;
}

.block-car .y.text{
    background: #E5CF8E;
    border-color: #D0BC7E;
    bottom: -25px;
}

.block-car .r.text{
    background: #AB6160;
    border-color: #932221;
    bottom: -25px;
}

.block-car .n.text{
    background: #B6B6B6;
    border-color: #7C7C7C;
    bottom: -25px;
}


.block-car .text .element-text{
    position: absolute;
    top: -8px;
    right: 30px;
}

.block-car .text .element-text div{
    height: 1px;
}

.block-car .g.text .element-text div{
    background-color: #85b857;
}

.block-car .y.text .element-text div{
    background-color: #D0BC7E;
}

.block-car .r.text .element-text div{
    background-color: #932221;
}

.block-car .n.text .element-text div{
    background-color: #7C7C7C;
}

.block-car .hidden-text{
    display: none;
}

area{
    cursor: default;
}

.modal_win{
    width: 560px;
    padding: 30px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: fixed;
    left: 50%;
    margin-left: -310px;
    top: 0px;
    z-index: 99;
    top: 50%;
    
}

.black_win{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #000;
    opacity: 0.5;
    z-index: 3;
}

.head-modal{
    font-size: 26px;
    color: #000;
    font-family: 'Exo2Regular', sans-serif;
}

.left-block-add-expert{
    width: 250px;
    float: left;
}

.content_modal_block_add_expert{
    margin-top: 25px;
}

.left-block-add-expert input{
    border: 1px solid #cbcbcb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0px 0px 4px #c7c6c6;
    -webkit-box-shadow: inset 0px 0px 4px #c7c6c6;
    box-shadow: inset 0px 0px 4px #c7c6c6;
    width: 228px;
    height: 36px;
    padding: 0 10px;
    font-family: 'Exo2Regular', sans-serif;
    font-size: 14px;
    color:#2d2d2d;
    margin-top: 22px;
}

.right-block-add-expert input{
    border: 1px solid #cbcbcb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0px 0px 4px #c7c6c6;
    -webkit-box-shadow: inset 0px 0px 4px #c7c6c6;
    box-shadow: inset 0px 0px 4px #c7c6c6;
    width: 228px;
    height: 36px;
    padding: 0 10px;
    font-family: 'Exo2Regular', sans-serif;
    font-size: 14px;
    color:#2d2d2d;
    margin-top: 22px;
    color:#2d2d2d;
    margin-left: 35px;
}

.left-block-add-expert select{
    border: 1px solid #cbcbcb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0px 0px 4px #c7c6c6;
    -webkit-box-shadow: inset 0px 0px 4px #c7c6c6;
    box-shadow: inset 0px 0px 4px #c7c6c6;
    width: 250px;
    height: 36px;
    padding: 0 10px;
    font-family: 'Exo2Regular', sans-serif;
    font-size: 14px;
    color:#2d2d2d;
    margin-top: 22px;
    color:#cbcbcb;
}

.left-block-add-expert input:first-child{
    margin-top: 0;
}

.right-block-add-expert input:first-child{
    margin-top: 0;
}

.left-block-add-expert input::-webkit-input-placeholder {color:#cbcbcb;}
.left-block-add-expert input::-moz-placeholder          {color:#cbcbcb;}/* Firefox 19+ */
.left-block-add-expert input:-moz-placeholder           {color:#cbcbcb;}/* Firefox 18- */
.left-block-add-expert input:-ms-input-placeholder      {color:#cbcbcb;}
.right-block-add-expert input::-webkit-input-placeholder {color:#cbcbcb;}
.right-block-add-expert input::-moz-placeholder          {color:#cbcbcb;}/* Firefox 19+ */
.right-block-add-expert input:-moz-placeholder           {color:#cbcbcb;}/* Firefox 18- */
.right-block-add-expert input:-ms-input-placeholder      {color:#cbcbcb;}

.upload-photo-expert{
    font-size: 11px;
    font-family: 'Exo2Regular', sans-serif;
    color: #438acd;
    text-decoration: underline;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}

.upload-photo-expert a{
    font-size: 11px;
    font-family: 'Exo2Regular', sans-serif;
    color: #438acd;
}

.delete-photo-expert{
    font-size: 11px;
    font-family: 'Exo2Regular', sans-serif;
    color: #438acd;
    text-decoration: underline;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}

.delete-photo-expert a{
    font-size: 11px;
    font-family: 'Exo2Regular', sans-serif;
    color: #c44545;
}

.right-block-add-expert{
    float: left;
    margin-left: 25px;
    width: 285px;
}

.image-photo-user-expert img{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 280px;
    height: 220px;
}

.error-expert-photo{
    background: #FCABAB;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Exo2Regular', sans-serif;
    color: #A32020;
    border: 1px solid #FF8484;
    font-size: 10px;
    padding: 4px 8px;
    margin-bottom: 10px;
}

.submit-expert-add, .submit-expert-add-success, .save-car, .submit-expert-add-auto, .submit-expert-add-car{
    background: url('/img/bg_quest.jpg');
    height: 46px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #343434;
    font-size: 15px;
    line-height: 47px;
    text-align: center;
    margin-top: 22px;
    cursor: pointer;
}

.save-car{
    width: 200px;
}

.submit-expert-delete, .submit-expert-delete-error{
    background: url('/img/bg_quest_red.jpg');
    height: 46px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    line-height: 47px;
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
}

.form-error-expert{
    width: 228px;
    height: 36px;
    padding: 0 10px;
    line-height: 36px;
    background: #FCABAB;
    color: #A32020;
    border: 1px solid #FF8484;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 22px;
    font-size: 11px;
}

.form-error-expert:first-child{
    margin-top: 0;
}

.expert-users{
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.expert-users td{
    padding: 15px;
    background-color: #E7E7E7;
    vertical-align: middle;
    border-bottom: 1px solid #E5E5E5;
}

.expert-users .odd td{
    background-color: #fff;
}

.expert-users .client-line td{
    background-color: #FFF;
      border-bottom: 1px solid #E5E5E5;
}

.expert-users .client-line td{
    background-color: #FFF;
    border-bottom: 1px solid #E5E5E5;
}

.expert-users tr:first-child td:first-child{
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}

.expert-users tr:first-child td:last-child{
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}

.expert-users tr:last-child td:first-child{
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
}

.expert-users tr:last-child td:last-child{
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0;
}

.cabinet-expert-menu{
    float: right;
    width: 165px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    background: #dfc441;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.cabinet{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    line-height: 43px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.cabinet-expert-menu.chat-view{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    color: #000;
    text-decoration: none;
}

.card-expert-menu{
    float: right;
    width: 165px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    background: #bd5252;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    color: #fff;
}

.criterii-client-menu{
    float: right;
    width: 165px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    background: #262626;
    color: #fff;
}

.chat{
    float: right;
    width: 165px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    background: #8fc706;
    color: #fff;
    display: block;
    text-decoration: none;
}

.expert-avatar-admin{
    width: 50px;
    height: 50px;
    background: #fff;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    border-radius: 52px;
    border: 1px solid #626262;
}

.message-expert, .count-message{
    float: left;
}

.message-expert a{
    line-height: 65px;
    font-size: 13px;
    margin-left: 25px;
    color: #fff;
    display: block;
    text-decoration: none;
}

.count-message a{
    float: left;
    font-size: 13px;
    color: #fff;
    margin-top: 19px;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    background-color: #262626;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 10px;
    display: block;
    text-decoration: none;
}

.text-message-chat{
    width: 920px;
    padding: 10px;
    outline: none;
    margin-top: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    resize: none;
    height: 100px;
    border: 10px solid #8fc706;
    font-family: 'Exo2Regular', sans-serif;
}

.send-message{
    margin-top: 5px;
    width: 165px;
    height: 43px;
    float: right;
    line-height: 43px;
    color: #fff;
    background: #8fc706;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

.he .message-he{
    float: left;
    width: 400px;
    padding: 15px;
    background-color: #CDE0F2;
    margin-left: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.he .expert-avatar-admin{
    float: left;
}

.me .message-he{
    float: right;
    width: 400px;
    padding: 15px;
    background-color: #E7E7E7;
    margin-right: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.me .expert-avatar-admin{
    float: right;
}

.he, .me{
    margin-bottom: 10px;
}

.he .date-message{
    float: left;
    font-size: 11px;
    margin-left: 7px;
    margin-top: 5px;
    color: #ccc;
}

.me .date-message{
    float: right;
    font-size: 11px;
    margin-right: 7px;
    margin-top: 5px;
    color: #ccc;
}

.more-message{
    text-align: center;
    background: #F9F9F9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 0;
    margin-bottom: 30px;
    color: #CDCDCD;
    font-size: 13px;
    cursor: pointer;
}

.change-status-input, .content_modal_block_add_expert input{
    border: 1px solid #cbcbcb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0px 0px 4px #c7c6c6;
    -webkit-box-shadow: inset 0px 0px 4px #c7c6c6;
    box-shadow: inset 0px 0px 4px #c7c6c6;
    width: 538px;
    height: 36px;
    padding: 0 10px;
    font-family: 'Exo2Regular', sans-serif;
    font-size: 14px;
    color:#2d2d2d;
    margin-top: 22px;
}

.add-car{
    font-size: 17px;
    color: #7fa917;
    background: url('/img/add-car.png') no-repeat left center;
    padding-left: 25px;
    display: block;
}

.add-comment-car{
    border: 1px solid #cbcbcb;
    color: #2d2d2d;
    font-family: "Exo2Regular",sans-serif;
    resize: none;
    width: 304px;
    height: 100px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none;
}

.color{
    margin-top: 10px;
}

.color .n-color{
    width: 20px;
    height: 20px;
    background-color: #626262;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    cursor: pointer;
}

.color .g-color{
    background: #43890F;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 5px;
    cursor: pointer;
}

.color .y-color{
    background: #B58F1E;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 5px;
    cursor: pointer;
}

.color .r-color{
    background: #7B1817;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 5px;
    cursor: pointer;
}

.edit-item-car{
    color: #4a5a20;
    font-size: 13px;
    height: 12px;
    padding-left: 17px;
    background: url('/img/edit-car.png') no-repeat left center;
    float: right;
}

.remove-item-car{
    color: #4a5a20;
    font-size: 13px;
    height: 12px;
    padding-left: 17px;
    background: url('/img/remove-car.png') no-repeat left center;
    float: right;
}

.edit-data{
    margin-top: 10px;
    margin-bottom: 15px;
    position: absolute;
    right: 0;
    bottom: -37px;
}

.remove-data{
    margin-top: 10px;
    margin-bottom: 15px;
    position: absolute;
    right: 120px;
    bottom: -37px;
}

.inst{
    background: #1BA2BA;
    border: 1px solid #0A81AD;
}

.user-menu{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    z-index: 33;
    left: 0;
    top: 75px;
    font-size: 14px;
}

.user-menu a{
    width: 170px;
    display: block;
    text-decoration: none;
    padding: 7px 12px;
    text-align: center;
    color: #666666;
    border-bottom: 1px solid #ccc;
}

.user-menu a:last-child{
    border: none;
    -webkit-border-radius: 0  0 10px 10px;
    -moz-border-radius: 0  0 10px 10px;
    border-radius: 0  0 10px 10px;
}

.user-menu a:first-child{
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.user-menu a:hover{
    background-color: #E4E4E4;
    color: #fff;
}

.elemet-user-menu div{
    background-color: #fff;
    height: 1px;
}

.elemet-user-menu{
    position: absolute;
    top: 71px;
    z-index: 33;
    left: 20px;
}

.image_win{
    position: fixed;
    top: 0;
    z-index: 999;
}

.buttoms_win{
    position: fixed;
    z-index: 1000;
    bottom: 20px;
}

.image_win img{
    position: absolute;
    opacity: 0;
}

.information-item-more tr:first-child td{
    padding-bottom: 15px;
}

.top-menu-expert{
    height: 50px;
    background-color: #f2f2f2;
}

.sub-top-menu-expert{
    width: 958px;
    margin: 0 auto;
}

.sub-top-menu-expert a{
    float: left;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    color: #7a7a7a;
    margin-right: 15px;
    font-size: 13px;
}

.sub-top-menu-expert a.active{
    color: #dfc441;
}

.icon-my-order{
    width: 20px;
    height: 20px;
    margin: 15px 0;
    background: url('/img/icons-menu-expert.png') no-repeat left center;
    background-position: 0 0;
    float: left;
}

.active .icon-my-order{
    background-position: 0 -20px;
}

.icon-transfer-order{
    width: 20px;
    height: 20px;
    margin: 15px 0;
    background: url('/img/icons-menu-expert.png') no-repeat left center;
    background-position: -20px 0;
    float: left;
}

.icon-auto-order{
    width: 20px;
    height: 20px;
    margin: 15px 0;
    background: url('/img/icons-menu-expert.png') no-repeat left center;
    background-position: -40px 0;
    float: left;
}

.active .icon-auto-order{
    background-position: -40px -20px;
}

.active .icon-transfer-order{
    background-position: -20px -20px;
}

.text-link-expert-menu{
    float: left;
    margin-left: 5px;
}

.info_block_car div.change_status_car{
    font-size: 13px;
    float: right;
    margin: 0;
    color: #7a7a7a;
    cursor: pointer;
    background: #f2f2f2;
    padding: 8px 18px;
    position: absolute;
    right: 0;
    top: 7px;
    border-radius: 4px;
}

.content_modal_block_add_expert select{
    border: 1px solid #cbcbcb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0px 0px 4px #c7c6c6;
    -webkit-box-shadow: inset 0px 0px 4px #c7c6c6;
    box-shadow: inset 0px 0px 4px #c7c6c6;
    width: 100%;
    height: 36px;
    padding: 0 10px;
    font-family: 'Exo2Regular', sans-serif;
    font-size: 14px;
    color:#2d2d2d;
    outline: none;
}

.car-block-item{
    float: left;
    width: 130px;
    margin: 5px;
}

.car-block-item img{
    width: 130px;
    height: 130px;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.photo-item-cat{
    cursor: pointer;
    position: relative;
}

.photo-item-cat.active .active{
    background: url('/img/select-car-item.png') no-repeat;
    width: 130px;
    height: 130px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: 0;
    left: 0;
    position: absolute;
}

.car-blocks img{
    margin-top: 22px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.transfer-order{
    position: relative;
}

.count-transfer{
    position: absolute;
    top: 5px;
    left: 100%;
    background-color: #B51F1F;
    color: #FFF;
    display: block;
    padding: 3px 8px;
    line-height: normal;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 10px
}

input[type="checkbox"]{
    padding: 0;
    margin: 0;
}

.cheked_client{
    width: 16px;
    height: 16px;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    background-color: #FFF;
    cursor: pointer;
    background: url('/img/client_chek.png') no-repeat;
}

.cheked_client.active{
    background-position: 0 -16px;
}

.text_client, .cheked_client{
    float: left;
}

.text_client{
    margin-left: 10px;
}

.cheked_client_block{
    left: 270px;
    position: absolute;
    top: 0;
}