@media only screen and (max-width: 767px) {
  @keyframes arrow-1 {
    0% {
      bottom:20px;
    }
    50% {
      bottom:10px;
    }
    100% {
      bottom:20px;
    }
  }
  .vet-header {
    text-align: center;
    grid-template-columns: 100%;
    padding: 80px 0 0px;
  }
  .vet-header .vet-header__col-1,
  .vet-header .vet-header__col-2 {
  }
  .vet-header .vet-header__col-2 {
    text-align: center;
  }
  .vet-header--mini.vet-header--logo .vet-header__col-2 {
    display:none;
  }
  .vet-header .vet-header__col-2 img {
  }
  .vet-header .vet-logo {
    top: 16px;
  }
  .vet-header .vet-logo img {
    width: 110px;
  }
  .vet-header h2 {
    font-size: 27px;
    margin: 0 0 10px;
    line-height: 1;
  }
  .vet-header .vet-title1 {
    font-size: 19px;
    margin: 0 auto 19px;
    max-width: 320px;
  }
  .vet-header .vet-title2 {
    font-size: 15px;
    margin: 0 0 10px;
    line-height: 1.4;
  }
  .vet-header .vel-image {
    width: 196px;
  }

  .vet-title-box {
    padding: 13px 0 39px;
    margin: 0 20px;
    line-height: 1.9;
  }
  .vet-title-box p {
    margin: 0 5px;
  }
  .vet-header .icon-arrow-line {
    font-size: 14px;
  }

  .vet-header .vet-gift {
    margin: 0 auto;
    width: 200px;
  }
  .vet-content {
    background: transparent;
    min-height: auto;
  }
  .vet-footer {
    text-align: center;
    color: #b2b2b2;
    margin: 13px auto;
    padding: 0 30px;
    font-size: 10px;
  }
  .vet-form {
    padding: 0;
    margin-top: 0;
  }

  .vet-form__header {
    margin-bottom: 45px;
  }
  .vet-content__inner {
    margin-left: 0;
    margin-right: 0;
  }
  .vet-form__label {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.2;
  }
  .vet-form__fieldset .select2-container {
    font-size: 12px;
  }
  .vet-form__fieldset .select2-container--default .select2-selection--single {
    height: 50px;
  }
  .vet-form__fieldset .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 13px;
    line-height: 50px;
    font-size: 16px;
  }
  .vet-form__fieldset .select2-container--default .select2-selection--single .select2-selection__arrow b {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 7px;
  }
  .vet-form__fieldset {
    margin-bottom: 33px;
  }
  .vet-form__action {
    font-size: 11px;
    padding: 2px 0;
    margin: 0 0 16px;
  }
  .vet-form__action i:not([class]) {
    margin-right: 5px;
    font-size: 24px;
  }
  .vet-form__footer {
    margin: 0;
    padding: 0;
  }
  .vet-form__footer .vet-form__btn {
    font-size: 15px;
  }
  .vet-form__required {
    /*font-size: 24px;*/
    margin-left: 6px;
    line-height: 1;
  }
  .vet-form__label-info {
    font-size: 11px;
  }
  .vet-form__label-info i {
    margin-right: 7px;
    font-size: 12px;
  }
  .vet-form__header b {
    font-weight: normal;
    margin-right: 15px;
  }
  .vet-form__row {
    flex-direction: column;
  }
  .vet-form__checkbox {
    padding: 13px 0 13px 54px;
  }
  .vet-form__row .vet-form__checkbox {
    width: calc(100% - 54px);
    padding: 13px 0 13px 54px;
  }
  .vet-form__input {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 13px;
    width: calc(100% - 28px);
  }
  .suggestions-input {
    width: 100%;
  }
  .vet-form__checkbox .vet-form__checkbox-title i {
    font-size: 30px;
    margin-top: -24px;
  }
  .vet-form__checkbox--checker {
    padding: 0;
    margin-bottom: 20px;
  }
  .vet-form__checkbox .vet-form__checkbox-title {
    font-size: 15px;
  }
  .vet-form__checkbox--checker .vet-form__checkbox-title,
  .vet-form__checkbox--checker .vet-form__checkbox-title a {
    font-size: 13px;
    padding: 0 0 0 0px;
  }
  .vet-form--step-finish h3 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .vet-form--step-finish p {
    font-size: 18px;
    margin: 0 auto 30px;
  }
  .vet-form--step-finish img {
    max-width: 200px;
  }
  .ui-autocomplete .ui-menu-item-wrapper,
  .select2-container--open ul li {
    line-height: 28px;
    padding: 0 13px;
    font-size: 15px;
  }


  .finish-box {
    grid-template-columns: 94%;
    margin: 0 auto;
    display: block;
  }
  .finish-box__item-1 .finish-box__title {
    margin-bottom: 15px;
  }
  .finish-box__item {
    padding: 0;
  }
  .finish-box__item-1:after {
    right: 0;
    top: 46%;
  }
  .finish-box__item-1 img {
    margin: -12px 0 -20px;
    z-index: 2;
    position: relative;
    max-width: 189px !important;
  }
  .finish-box__item-2 .finish-box__text-more {
    margin-bottom: 12px;
  }
  .finish-box__item-2 {
    margin-top: 40px;
    padding: 28px 30px;
    margin-bottom: 20px;
  }
  .vet-form__spinner {
    bottom: 2px;
  }

  .vet-header .vel-image source,
  .vet-header .vel-image img {
    max-width: none;
    max-height: 150px;
  }

  .kit__anketa {
    padding-bottom: 60px;
  }


}
@media only screen and (min-width: 768px) and (max-width: 991px) {

  .vet-header .vel-image {
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {

  .vet-header .vet-gift {
    display: none;
  }
}