.t-r-controls__label.t-r-required .chosen-container {
  display: none !important;
}
.t-r-controls__label.t-r-required select {
  display: inline-block !important;
}
.t-r__question {
  background-image: url(../../images/src/icons/group.svg);
}
.t-r-other-info__dimensions-width {
  margin: 0 -3px;
}
.t-r-radiobutton + .delivery__custom-radio-text:before {
  background: #efefef;
  box-sizing: border-box;
  top: 0;
}
.t-r-radiobutton + .delivery__custom-radio-text:after {
  background: #efefef;
  width: 5px;
  height: 5px;
  top: 5px;
  left: 5px;
}
.t-r-radiobutton:checked + .delivery__custom-radio-text:before {
  background: #ec8b22;
}.form-group.terminals-target
.t-r-radiobutton:checked + .delivery__custom-radio-text:after {
  background: #efefef;
}
.delivery__custom-radio.t-r-label.t-r-label-radio {
  display: block;
}
.label-cbx .checkbox {
  top: 1px;
}
.t-r-shipment__input,
.t-r-input,
.t-r-unloading-point__input {
  /*padding-right: 50px;*/
}
.address-search-target .address-search-target-editable {
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  top: 0;
  transform: translate(-50%,-50%);
  z-index: 1;
  border-radius: 10px;
  border: solid 1px #d4d9dc;
  white-space: nowrap;
  background-color: #ffffff;
  font-size: 11px;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  color: #b2b2b2;
  padding: 3px 15px 4px 15px;
  transition: border-color .5s, color .5s;
  display: none;
}
.address-search-target .address-search-target-editable:hover {
  border-color: #939393;
  color: #939393;
}
.t-r-opening-times-change {
  cursor: pointer;
}
.input-prop-delete-address {
  top: 13px;
  z-index: 1;
}
.t-r-shipment__contacts-choose .chosen-container {
  padding-right: 30px;
}
[name="sender[default-payer]"][disabled] + div + span,
[name="receiver[default-payer]"][disabled] + div + span {
  color: #ddd;
}
.t-r__question i {
  opacity: 0;
  width: 15px;
  height: 15px;
}
.nordw-address-name-edit {}
.nordw-address-name-edit__form {
  position: relative;
}
.nordw-address-name-edit__input {
  width: 100%;
  height: 38px;
  border: 1px solid #d4d9dc;
  padding-left: 20px;
  padding-right: 150px;
}
.nordw-address-name-edit__input::placeholder {
  font-size: 12px;
  color: #b2b2b2;
}
.nordw-address-name-edit__buttons {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
}
.nordw-address-name-edit__button {
  font-size: 12px;
  font-weight: 500;
  color: #ec8b22;
  padding: 0 10px;
  cursor: pointer;
}
.nordw-address-name-edit__button:not(:last-child) {
  border-right: 1px solid #d4d9dc;
  color: #1994ba;;
}

.t-r-container{
  max-width: 100%;
}

.t-r-date-container{
  min-height: 60px;
  height: auto;
  padding: 10px;
}

.t-r-controls__container{
  display: inline-block !important;
  width: 171px;
  max-width: 100%;
  position: relative;
}



/* NEW STYLES */



.t-r-other-info__notes{
  margin-top: 4px;
}

.t-r-shipment__sender-wrapper, .t-r-unloading-point__recipient-wrapper{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.t-r-shipment__sender-wrapper .t-r-prop-name, .t-r-unloading-point__recipient-wrapper .t-r-prop-name{
  margin-bottom: 0px !important;
}

.t-r-input::placeholder, .t-r-unloading-point__input::placeholder{
  line-height: 35px;
  font-weight: 300 !important;
  vertical-align: middle;
  font-size: 12px !important;
  color: #b2b2b2 !important;
}
.t-r-input, .t-r-unloading-point__input{
  font-size: 12px !important;
}
.t-r-opening-times, .t-r-label{
  font-weight: 300 !important;
}
/*.chosen-single.chosen-default > span, .chosen-container .chosen-single > span{*/
  /*color: #b2b2b2 !important;*/
/*}*/

.chosen-single.chosen-default, .chosen-container .chosen-single, .chosen-results li{
  font-size: 12px !important;
}
.t-r-input {
  /*padding-right: 50px;*/
  /*margin-left: -4px;*/
}
.t-r-other-info__payer {
  position: relative;
}




header .top .logo{
  /* width: 203px; */
  height: 40px;
  display: table-cell;
  background: url(/images/build/logo-mobile.png) 0 0 no-repeat;
  /* max-width: 143px; */
  /* width: 238px; */
}
@media screen and (min-width: 1200px){
  header .top .logo {
      /* width: 203px !important; */
      /* height: 60px !important; */
      width: 210px !important;
      height: 70px !important;
      position: relative !important;
      top: 6px !important;
      background: url(/images/build/logo-desktop.png) 0 0 no-repeat !important;
      max-width: 100% !important;
      /* margin-top: -14px; */
    }
}

header .top{
  align-items: center;
}

.t-r-controls__container > input {
  width: 100%;
  max-width: 100%;
}

.t-r-controls__container > button {
  position: absolute;
  top: 5px;
  right: 5px;
}

.t-r-controls{
  flex-wrap: wrap;
}
.t-r-controls > div{
  margin: 10px;
}

.t-r-block-title-num-wrapper{
  min-width: 40px;
  min-height: 40px;
}




.t-r-label{
  font-style: normal !important;
  font-stretch: normal !important;
  color: #2b373d !important;
}



.t-r-controls__select,
.t-r-controls__input  {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #2b373d;
}


.t-r__map {
  background-image: url(/images/src/icons/map.svg);
  width: 16px;
  height: 21px;
  display: block;
  top: 11px;
  position: absolute;
  z-index: 2;
  left: 20px;
  filter: grayscale(1);

  /* transition: all .3s; */
}
.form-group.address-search-target{
  position: relative;
  margin-top: -1px;
}
.t-r-shipment__input.t-r-shipment__address-input{
  padding-left: 45px;
  margin-top: 2px;
  height: 39px;
}
.t-r-shipment__address-input:focus + .t-r__map{
  filter: grayscale(0);
}



.t-r-shipment__input:focus, .t-r-unloading-point__input:focus{
  border: 1px solid #ec8b22 !important;
  /* z-index: 90000; */
}


.t-r-shipment__unloading-popup,.t-r-shipment__address-popup{
  border-top: none;
}
.t-r-shipment__unloading-popup,
.t-r-shipment__address-popup,
.t-r-shipment__sender-popup,
.chosen-drop{
  max-width: 100%;
  z-index: 3;
}
.t-r-shipment__address-popup{
  top: 38px;
}

.t-r-other-info__dimensions-height{
  padding-left: 27px !important;
}
.t-r-other-info__dimensions-width{
  padding-left: 20px !important;
}
.t-r-other-info__dimensions-length{
  padding-left: 20px !important;
}



@media (max-width: 1200px) {
  .page-cabinet-request .container {
      padding: 0 20px;
  }
}

.t-r-req{
  position: relative;
  padding-right: 9px;
  display: table;
}
.t-r-req::after{
  /* position: absolute; */
  position: relative;
  top: 0px;
  content: '\a0 *';
  color: red;
}

@media (min-width: 1200px) {
  .t-r-other-info__dimensions-mensurate-type{
      margin-left: 28px;
  }
  #sender_contact_chosen .chosen-drop, #receiver_contact_chosen .chosen-drop{
    width: calc(100% - 30px) !important;
  }
}

@media (max-width: 1000px) {

  .t-r-shipment__address-labels-wrapper{
    justify-content: space-between;
  }

  .t-r-other-info > div{
    width: 100%;
  }
  .t-r-other-info{
    flex-direction: column;
  }

  .chosen-container-single{
    width: 100%;
    max-width: 100%;
  }

}

.input-prop-delete-sender, .input-prop-delete-recipient{
  /*top: 48.5px;*/
  z-index: 2;
}

.t-r-block-title-text{
  height: auto;
}

.t-r-owner-container{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.t-r-owner-container > select{ margin-top: 25px; }

.t-r__question{
  display: block !important;
}

.form-group.terminals-target{
  /*padding-bottom: 13px;*/
}
.t-r-shipment__contacts_1{
    margin-top: -15px;
  }

@media (max-width: 700px) {


  .container{
    max-width: 100%;
    /* overflow-x: hidden; */
  }
  .t-r-shipment__contacts-new{
    flex-wrap: wrap;
  }
  .t-r-shipment__contacts-new > *{
    margin: 5px 0px;
    width: 100%;
    max-width: 100%;
  }
  .t-r-shipment__contacts-choose{
    flex-wrap: wrap;
  }
  .t-r-shipment__contacts-choose > *{
    margin: 5px 0px;
  }
  .chosen-container-single{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .form-group.terminals-target{
    margin: 40px 0px;
  }

  .t-r-block-title{
    margin-top: 30px;
  }
  .t-r-other-info__dimensions-inputs-wrapper > input{
    border: 1px solid #eee;
    margin-right: 5px;
    margin-top: 5px;
  }
  .input-prop-delete-sender, .input-prop-delete-recipient{
    top: auto;
    bottom: 10px;
  }
  .t-r-shipment__input.t-r-shipment__input-sender, .t-r-unloading-point__input{
    margin-top: 20px;
  }
  .t-r-shipment__sender-prop-name-wrapper, .t-r-unloading-point__recipient-question-wrapper{
    margin-right: 40px;
  }



  .t-r-controls{
    justify-content: flex-start;
    flex-direction: column;
  }

  .t-r-controls > div > *{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .t-r-controls > div > * .t-r-controls__input{margin: 0;}
  .t-r-controls > div > * .t-r-controls__container, .t-r-controls > div > * .t-r-controls__select{
    margin: 10px 0px;
    width: 100%;
    max-width: 100%;
  }

  .t-r-row{
    flex-direction: column;
  }
  .t-r-row > div{
    width: 100%;
  }

  .t-r-prop-name__labels-wrap{
    flex-direction: column;
  }
  .t-r-prop-name__labels-wrap > div, .t-r-other-info__packaging > div, .t-r-other-info__dimensions > div{
    margin: 10px 0px;
  }

  .t-r-other-info__packaging, .t-r-other-info__dimensions {
    flex-wrap: wrap;
  }

  .actions-wrapper{
    margin: 20px 0px;
  }

}

.t-r-block{
  border:1px solid #e8e8e8;
  box-shadow: 0 5px 15px -3px rgba(0,0,0,.1);
  padding: 10px;
}

.t-r-other-info .t-r-block{
  border: none;
  box-shadow:none;
}

.page-cabinet-request .visibility-hidden {
  visibility: hidden;
}

.balance-reload {
  margin-left: 5px;
  background-image: url(/local/assets/images/src/icons/nw-goods-reset.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px 13px;
  padding-left: 20px !important;
  color: #ec8b22;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-decoration: underline;
  position: relative;
  top: -2px;
  cursor: pointer;
  display: none;
}

/* Изменение профиля и добавление пароля */
.cabinet-profile-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cabinet-user-name .profile-user-information-property {
  margin-right: 0;
  width: 65px;
}
.profile-user-information-change-button {
  left: 65% !important;
}
.personal-info-pass {
  display: flex;
}
.personal-info-pass [for="profile-pass"] + div {
  position: relative;
  width: 430px;
}
.personal-info-pass [for="profile-pass"] + div input {
  width: 100%;
}
.personal-info-pass [for="profile-pass"] + div input[disabled][name="new_password"] {
  /*visibility: hidden;*/
  display: none;
}
.personal-info-pass [for="profile-pass"] + div input::placeholder {
  font-weight: normal !important;
}
.personal-info-pass [for="profile-pass"] + div span {
  position: absolute;
  top: 12px;
  right: 12px;
  font-family: Roboto;
  font-size: 14px;
  color: #5e9abd;
  text-decoration: underline;
  cursor: pointer;
}

header.cabinet-header .top .logo {
  background-image: url('/images/build/nordw-logo-new.svg')!important;
	background-size: contain!important;
	background-position: center!important;
}

