/*garage*/
.garage .user-space__profile-data-row {
  max-width: 100%;
}
.data-col__full_length {
  width: 100%!important;
}
.data-col__half_length {
  width: calc(100% / 2 - 25px)!important;
}
.data-col__quarter_length { 
  width: calc(100% / 4 - 30px)!important;
}
.garage textarea {
  height: 73px;
}
.garage .orange-button button{
  /*float: right;*/
  margin-left: 0;
  margin-top: 10px;
}
/*.user-space__garage {
  padding-right: 20px;
}*/
/*.user-space__garage .user-space__garage_info_items {
  margin-left: 10px;
}*/
.user-space__garage .user-space__garage_info_items .user-space__garage_info_item{
  display: none;
  background: #fff;
  padding: 10px;
  border-radius: var(--main-border-radius);
}
.user-space__garage_info_item .garage_info_item_content li{
  font-size: var(--base-font-size);
  font-weight: 100;
  line-height: 22px!important;
}
.user-space__garage_info_item .garage_info_item_content li b {
  font-weight: 500;

}

/*.user-space__garage .user-space__garage_addcarbutton {
  position: absolute;

  right: -20px;
  top: -15px;

  width: 25px;
  height: 25px;
  z-index: 5;
}
.addcarbutton {  
  font-size: 12px;
  border-bottom: 1px solid #e0932f;
  line-height: 1.8;
  display: none;
}
.user-space__garage .user-space__garage_addcarbutton:after{
  content: '';
  background:none; 

  display: block;
  cursor: pointer;
}
.user-space__garage.openform .user-space__garage_addcarbutton:after{
  background:url('/images/icons/remove-cart.png') 0 0 no-repeat transparent; 
  height: 20px;
  width: 20px;
}*/
/*.user-space__garage .user-space__garage_addcarbutton img{
  width: 100%;
  height: 100%;
}

.user-space__garage .user-space__garage_addcarbutton.opened img:nth-child(even){
  display: block;
}
.user-space__garage .user-space__garage_addcarbutton.closed img:nth-child(odd){
  display: none;
}
.user-space__garage .user-space__garage_addcarbutton.closed img:nth-child(odd){
  display: block;
}*/
.addcarbutton {  
 /* font-size: 12px;
  border-bottom: 1px solid #e0932f;
  line-height: 1.8;*/
  float: right;
  margin-bottom: 15px;
  display: none;
}
.user-space__garage form.user-space__garage-data,.vin__form-wrap{
  display: none;
}
 .vin__form-wrap .vin__form-fileds {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.vin__form-wrap .vin__form-fileds .vin_input {
  text-transform: uppercase;
}

.user-space__garage.openform form.user-space__garage-data,
.user-space__garage.openform .vin__form-wrap,
.user-space__garage .vin__form-submit .addcarbutton{
  display: block;
}
.user-space__garage.openform .vin__form-submit .addcarbutton,.user-space__garage.openform .user-space__garage_items {
  display: none;
}
.user-space__garage_items {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.user-space__garage_items .user-space__garage_item {
  border-radius: 7px;
  width: 100%;
  /*height: 50px;*/
  margin: 1px 0;
  padding-top: 18px;
  padding-left: 10px;
  display: flex;
  flex-direction: row;
  padding: 10px 15px 5px 10px;
  justify-content: space-between;
  background: #fff;
  cursor: pointer;
}
.user-space__garage_items .user-space__garage_item:first-child {
  margin-top: 0;
}
.user-space__garage_items .user-space__garage_item.empty{
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
}
.user-space__garage_items .user-space__garage_item.removed:after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  background: #FFF;
  transition: opacity 0.3s ease;
  z-index: 20;
}

.user-space__garage_items .user-space__garage_item .garage_item_links{
 /* display: flex;
  flex-direction: column;*/
  /*width: 30%;*/
  margin-top: -10px;
}
.user-space__garage_items .user-space__garage_item .garage_item_links a {
  font-size: var(--base-font-size);
  border-bottom: 1px solid var(--main-color);
  line-height: 1.6;
  margin-top: 8px;
}
.user-space__garage_items .user-space__garage_item .garage_item_controls {
  display: flex;
  flex-direction: row;
   /*width: 10%;*/
   float: right;
}
.user-space__garage_items .user-space__garage_item .garage_item_controls > div{
  margin-right: 5px;
  width: 15px;
  height: 15px;

}
.user-space__garage_items .user-space__garage_item .garage_item_controls > div a{
 width: 100%;
  height: 100%;
 } 
.user-space__garage_items .user-space__garage_item .garage_item_controls img {
  width: 100%;
  height: 100%;
}
/*.user-space__garage_items .user-space__garage_item:first-child{
  margin-left: 0;
}*/
.user-space__garage_items .user-space__garage_item .garage_item_desc > * + *{
  margin-bottom: 5px;
} 
.user-space__garage_items .user-space__garage_item .garage_item_desc {
  display: flex;
  flex-direction: row;
  width: 50%;
  /*cursor: pointer;*/
  height: 100%;
}
.user-space__garage_items .user-space__garage_item .garage_item_desc .garage_item_desc_title,
.user-space__garage_items .user-space__garage_item .garage_item_desc .garage_item_desc_vin,
.user-space__garage_items .user-space__garage_item .garage_item_desc .garage_item_desc_year
 {
  color: #000 ;
  font-weight: 400;
  line-height: 1.25;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 50px;
} 
.user-space__garage_items .user-space__garage_item .garage_item_desc .garage_item_desc_title {font-size: 16px;}
.user-space__garage_items .user-space__garage_item .garage_item_desc .garage_item_desc_year {text-transform: lowercase;}
.user-space__garage_items .user-space__garage_item .garage_item_desc .garage_item_desc_vin,
.user-space__garage_items .user-space__garage_item .garage_item_desc .garage_item_desc_year {
  font-size: var(--base-font-size);
  color: gray;
  margin-right: 10px;
  margin-top: 2px;
  white-space: nowrap;
}
.user-space__garage_items .user-space__garage_item .garage_item_desc .garage_item_desc_title {
  width: 50%;
  cursor: pointer;
}

/*.user-space__garage_items > *:after{ 
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #27556F;
  transition: opacity 0.3s ease;
  z-index: 2;
}*/
.user-space__garage_items .user-space__garage_item:not(.empty):not(.removed):hover,
.user-space__garage_items .user-space__garage_item:not(.empty):not(.removed).activ{
  background: #d2d8e1;
}

.user-space__garage .user-space__profile-data-row  {
  margin: 0!important;
}
.user-space__garage ul.error-box {
  position: absolute;
  z-index: 2;
  top:100%;
}
.user-space__garage select + ul.error-box{
  margin-top: 40px;

}
.user-space__garage input + ul.error-box,
.form-field ul.error-box{
  margin-top: 0;
}
.offer-form__section_garage {
  display: none;
  margin-top: 20px;
}
/*.vin_field {
  width: calc(100% - 80px);
}
.vin__form-check_vin {
  text-align: center;
}*/
/*.vin__form-check_vin:after {
  position: absolute;
  width: 80px;
  height: 35px;
  content: 'найти';
  text-transform: uppercase;
  right: 0;
  top: 22px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  padding-top: 9px;
  font-weight: 400;
  color: #fff;
  background: #ff8b00;
  text-align: center;
}*/

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 6px 6px 0 6px;
    margin-left: -7px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 6px 6px 6px;
}
.manual_input {
  font-size: 11px;
  text-transform: none;
  float: right;
  margin-right: 15px;
  cursor: pointer;
}
.manual_input:after {
  content: '\27A4';
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
  display: inline-block;
  position: absolute;
  right: -15px;
  top: 2px;
}
.select_wrapper {
  width: 100%;
}
.select2-container.select2-container-disabled .select2-choice {
  background-color: #ddd;
  border-color: #a8a8a8;
}
/*template.css*/
  .header__top-right > .header__garage-button,
  .header__top-right > .header__user-button {margin-left: 10px;text-align: right;}
  .select2-container--default .select2-selection--single {border-radius: 7px!important;height: 37px!important;border-color: #e9e9e9!important;}
  .select2-results__option {padding: 6px 10px !important; font-size: 14px !important; color: #282828 !important;}
  .select2-selection__rendered .select2-results__option,.select2-container,
.b-popup-content__field input[type='text'] {border-radius: 5px; font-weight: 400 !important; font-size: 14px!important; color: #2a2a2a!important; /*padding: 4px 4px!important;*/ /*cursor: pointer!important;*/}
.select2 .selection { width: 100%;}
.select2-selection__rendered {  padding-top: 3px;}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  height: 8px;
  width: 8px;
  border-left: 2px solid rgb(47, 52, 65);
  border-bottom: 2px solid rgb(47, 52, 65);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {   
border-color: rgb(47, 52, 65);
  border-width: 2px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  }

 .user-space__garage_item .action_message a{font-size: 12px;color:#ff8b00;}
.user-space__garage_item .action_message{top: 50%; right:5px; margin-top: -15px; position: absolute; z-index: 21;display: block;}
/*end template.css*/
/*style.css*/

/*end style.css*/
.user-space__garage .loader {
  position: absolute;
  left: 50%;
  top: 50%;
}
ul.car_models {
  position: absolute;
  background: #fff;
  top: 100%;
  z-index: 5;
  border: 1px solid #e2e2e2;
  font-size: 12px;
  color: #282828;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
}
ul.car_models li{cursor: pointer;padding: 0 10px;}
ul.car_models li:hover{background-color: #e8e8e8;}