.modal {
  display: none;
  z-index: 100
}

.modal-open {
  overflow: hidden
}

.iti {
  width: 100%;
  height: 100%
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  overflow: auto
}

.modal.modal-bid .modal__dialog {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 50px 0;
  min-height: 100%;
  width: 100%
}

.modal.modal-bid .modal__dialog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -10
}

@media only screen and (min-width:768px) {
  .modal.modal-bid .modal__dialog {
    max-width: 560px;
    min-height: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 12px
  }
}

.modal.modal-bid .modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  z-index: 10;
  cursor: pointer
}

.modal.modal-bid .modal__close::after,
.modal.modal-bid .modal__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 24px;
  background: #000;
  border-radius: 100px;
  -webkit-transition: height .15s linear;
  transition: height .15s linear
}

.modal.modal-bid .modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

.modal.modal-bid .modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.modal.modal-bid .modal__close:hover::after,
.modal.modal-bid .modal__close:hover::before {
  height: 3px
}

.modal.modal-bid .form {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: none
}

.modal.modal-bid .form-ask {
  padding-top: 0;
  padding: 0 20px
}

.modal.modal-bid #modal-form {
  padding: 0 20px;
  display: none
}

.modal.modal-bid #modal-form textarea {
  display: none
}

.modal.modal-bid .manager__info div {
  gap: 4px
}

.modal-bid__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: #000744;
  text-align: center
}

@media only screen and (min-width:1024px) {
  .modal-bid__title {
    font-weight: 700
  }
}

.modal-bid__title b {
  font-weight: 700
}

.form__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px
}

.form__input input {
  padding: 11px 16px;
  width: 100%;
  background: 0 0;
  border: 1px solid #67677b;
  border-radius: 8px
}

.form__input_textarea {
  margin-top: 20px;
  padding: 10px 16px;
  width: 100%;
  background: 0 0;
  border: 1px solid #67677b;
  border-radius: 8px;
  resize: none
}

.form__input_textarea.invalid {
  border-color: red
}

.form__input-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000744
}

.form__errors {
  display: none;
  margin-top: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ed222f
}

.form__description {
  display: none
}

.form__submit {
  margin: 16px auto 0;
  padding: 25px 14px;
  width: 100%;
  display: block;
  background: #dbfb53;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #272727;
  cursor: pointer;
}

.iti-mobile .iti--container {
  color: #272727
}

.manager {
  width: 300px;
  height: 160px;
  background: #fff;
  z-index: 1;
  position: fixed;
  bottom: 20px;
  right: 20px;
  -webkit-box-shadow: -10px 10px 40px rgba(67, 67, 67, .1);
  box-shadow: -10px 10px 40px rgba(67, 67, 67, .1);
  border-radius: 5px 5px 0 0;
  z-index: 50;
  cursor: pointer
}

.manager h5 {
  margin: 0;
  font-weight: 900;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .06em;
  color: #454c66;
  padding-left: 17px;
  padding-top: 18px
}

.manager__info {
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-top: 10px
}

.manager__info img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain
}

.manager__info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start
}

.manager__info div p {
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: .06em;
  color: rgba(69, 76, 102, .5)
}

.manager__info--name {
  font-weight: 700;
  text-transform: capitalize
}

.form-bid fieldset {
  border: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-bid .iti__selected-dial-code {
  color: #000 !important;
}

.modal-bid .modal__dialog {
  overflow: visible;
}