.cut-container{
    height: 100%;
    margin: 20px 0;
}
.form-container{
    display: grid;
}
#form-inputs{
    margin-bottom: 15px;
}
#double-basket-button{
    width: 50%;
}

.row-form{
    display: flex;
}

.row-form > .common_select{
    width: 150px !important;
}

.row-form > div{
    margin: 0 5px;
}

.row-form .group-form_control{
  max-width: 80px;
}

.group-form_control-list{
  max-width: 150px;
  margin: 0 5px;
  height: 41px;
  padding: 0 6px;
  font-size: 13px;
  background: var(--light_bg_black);
}

.detail_page .ik_select_list .ik_select_list_inner ul li{
    padding: 3px 9px 9px 3px !important;
}

@media screen and (max-width: 768px) {
  .row-form{
    flex-direction: column;
    align-items: start;
  }
  .group-form_width{
    text-align: left !important;
  }
}
