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

.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 {
  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
}

@keyframes scale {
  from {
      /* pushes the sun down past the viewport */
      transform: scale(1);
  }

  to {
      /* returns the sun to its default position */
      transform: scale(1.1);
  }
}

.flick-bttn {
  animation: 1s infinite scale alternate;
}







.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, 0.6);
  overflow: hidden;
  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 (min-width: 768px) {

  /* замените 768px на значение $sm-tablet */
  .modal.modal-bid .modal__dialog {
      max-width: 560px;
      min-height: auto;
      top: 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::before,
.modal.modal-bid .modal__close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 24px;
  background: #000000;
  border-radius: 100px;
  transition: height 0.15s linear;
}

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

.modal.modal-bid .modal__close::after {
  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 {
  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;
}

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



.form {
  color: #000744;
}

.form fieldset {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#modal-form .iti__selected-dial-code {
  color: #272727 !important;
}

button {
  cursor: pointer;
}

@media (min-width: 1024px) {

  /* замените 1024px на значение $sm-pc */
  .form fieldset {
      margin-top: 20px;
  }
}

.form__input {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form__input_text {}

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

.form__input_textarea {
  margin-top: 20px;
  padding: 10px 16px;
  width: 100%;
  background: transparent;
  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: 20px 14px;
  width: 100%;
  display: block;
  background: #DBFB53;
  border-radius: 8px;

  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #272727;
}