.modal-form {
  color: pink; }
  .modal-form__wrapper-form {
    max-width: 332px; }
    @media only screen and (min-width: 768px) {
      .modal-form__wrapper-form {
        min-width: 332px; } }
  .modal-form .fancybox-close-small {
    top: 25px;
    right: 25px; }
    @media only screen and (max-width: 479px) {
      .modal-form .fancybox-close-small {
        top: 15px;
        right: 15px; } }
  .modal-form__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .modal-form__scheme {
    margin-right: 20px; }
    @media only screen and (max-width: 767px) {
      .modal-form__scheme {
        display: none; } }
