html,
body {
  margin: 0;
  padding: 0;
}
body {
  line-height: 1;
  font-size: 14px;
  background: #fff;
  font-family: 'Din Pro Regular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #323232;
}

fieldset {
  border: none;
}
input, select {
  font-family: 'Din Pro Regular', sans-serif;
  outline: none !important;
}

p b {
  font-family: 'Din Pro Bold', sans-serif;
  font-weight: normal;
}

@keyframes arrow-1 {
  0% {
    bottom:30px;
  }
  50% {
    bottom:20px;
  }
  100% {
    bottom:30px;
  }
}

@keyframes arrow-2 {
  0% {
    background: rgb(226 0 26 / 90%);
    color: #fff;
  }
  50% {
    background: rgb(226 0 26 / 50%);
    color: #fff;
  }
  100% {
    background: rgb(226 0 26 / 90%);
    color: #fff;
  }
}


.vet-header {
  position: relative;
  margin: 0 auto;
  padding: 130px 25px 0;
  max-width: 780px;
  display: grid;
  grid-template-columns: 55% 45%;
  align-items: center;
}
.vet-header .vet-header__col-1 {
  padding-bottom: 5px;
}
.vet-header .vet-header__col-2 {text-align: right;}
.vet-header .vet-logo {position: absolute;top: 50px;left: 50%;transform: translate(-50%,0);}
.vet-header .vet-logo img {
  width: 140px;
}
.vet-header h2 {
  font-size: 51px;
  font-weight: normal;
  line-height: 1.15;
  color: #E2001A;
  font-family: 'DIN Pro Bold', sans-serif;
  margin: 0 0 18px;
}
.vet-header .vet-title1 {color: #323232;font-size: 25px;line-height: 1.3;margin: 0;font-weight: bold;}
.vet-header .vet-title2 {
  font-family: 'DIN Pro Condensed Bold';
  display: block;
  color: #e2001a;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 auto;
  max-width: 320px;
  line-height: 1.25;
}
.vet-header .vel-image {}
.vet-header .vel-image source,
.vet-header .vel-image img {
  max-width: 100%;
}

.vet-form__fieldset .select2-container {
  width: 100% !important;
  font-size: 18px;
  outline: none !important;
}
.vet-form__fieldset .select2-container--default .select2-selection--single {
  border: 1px solid #C6C6C5;
  border-radius: 5px;
  width: 100%;
  height: 60px;
  outline: none !important;
}
.vet-form__fieldset .select2-container--default .select2-selection--single:hover {
  border-color: #323232;
}
.vet-form__fieldset .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 19px;
  line-height: 56px;
}
.vet-form__fieldset .select2-container--default .select2-selection--single .select2-selection__arrow {}
.vet-form__fieldset .select2-container--default .select2-selection--single .select2-selection__arrow b {
  font-family: 'rc' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e2001a;
  border: none;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  top: 0;
  left: auto;
  right: 0;
  font-size: 10px;
}
.vet-form__fieldset .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\e900";
}
.vet-footer {
  font-size: 12px;
  text-align: center;
  color: #b2b2b2;
  max-width: 485px;
  margin: 50px auto 10px;
  line-height: 1.5;
}

.vet-content {
  max-width: 828px;
  margin: 0 auto;
  min-height: 480px;
}
.vet-content__inner {
  padding: 25px 0 0;
  margin-left: 25px;
  margin-right: 25px;
}
.vet-form {
  /*border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(143, 143, 143, 0.15);*/
  padding: 0px 80px 0;
}
.vet-form--step-1 {}
.vet-form__fieldset {
  margin-bottom: 55px;
  position: relative;
}
.vet-form__fieldset a {
  color:#333;
}
.vet-form__label {
  display: block;
  font-size: 18px;
  margin-bottom: 13px;
}
.vet-form__select {}
.vet-form__action {
  color: #b2b2b2;
  text-align: center;
  display: none !important;
  font-size: 13px;
  padding: 8px 0;
  margin: -29px 0 20px;
}
.vet-form__action i {
  margin-right: 10px;
  font-size: 9px;
}
.vet-form__footer {
  margin: -5px 0 0;
  padding: 0 0 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 49px;
}
.vet-form__footer .vet-form__btn {
  color: #fff;
  font-size: 15px;
  text-decoration: none !important;
}
.vet-form__footer .vet-form__btn--prev {
  display:none !important;
}
.vet-form__footer .vet-form__btn--prev i {
  display: inline-block;
  vertical-align: middle;
  transform: rotate(90deg);
  margin-right: 15px;
}
.vet-form__footer .vet-form__btn--next {
  background: #e2001a;
  display: flex;
  text-align: center;
  font-weight: bold;
  border-radius: 50px;
  padding: 17px 29px;
  width: calc(100% - 58px);
  justify-content: space-between;
}
.vet-form__footer .vet-form__btn--next i {
  display: inline-block;
  vertical-align: middle;
  transform: rotate(-90deg);
  margin-left: 15px;
}
.vet-form__footer .vet-form__btn--next:hover {
  background: #FFE7EA;
  color:#E2001A;
}


.vet-form--step-2,
.vet-form--step-3 {
}
.vet-form__required,
.vet-form__approved {
  color: #e2001a;
  font-size: 12px;
  display: block;
  position: absolute;
  bottom: -20px;
}
.vet-form__approved {
  display: none;
  color: #323232;
  bottom: 5px;
  left: auto;
  right: 5px;
}
.vet-form__label-info {
  /*color: #b2b2b2;*/
  font-size: 12px;
  margin: 0px 0 10px;
  display: flex;
  gap: 14px;
  align-items: center;
}
.vet-form__label-info i {
  margin-right: 10px;
  font-size: 16px;
}
.vet-form__input,
input.select2-search__field {
  height: 56px;
  line-height: 56px;
  padding: 0 21px;
  font-size: 18px;
  /*color: #909090;*/
  width: calc(100% - 44px);
  border-radius: 5px;
  border: 1px solid #C6C6C5;
  background: #fff;
}
.vet-form__input:hover {
  border-color:#323232;
}
.vet-form__input:focus,
.vet-form__input:active {
  color:#323232;
}
.vet-form__input[readonly] {
  background-color: #EEEEEE;
}
input.select2-search__field {
  height: 42px;
  line-height: 42px;
  padding: 0 16px !important;
  font-size: 16px;
  border: 1px solid #323232 !important;
  color: #323232;
}
.vet-form__action--danger {
  color: #e2001a;
}
.vet-form__action--danger i {
  font-size: 30px;
  font-style: normal;
  margin-right: 10px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-top: -20px;
}


.vet-form__checkbox {
  display: block;
  position: relative;
  padding: 20px 0 23px 54px;
  margin-bottom: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vet-form__checkbox .vet-form__checkbox-title {
  /*color: #909090;*/
  font-size: 18px;
  position: relative;
  padding-right: 20px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.vet-form__checkbox .vet-form__checkbox-title img {
  opacity: .3;
}
.vet-form__checkbox .vet-form__checkbox-title i {
  font-size: 38px;
  color: #d1d1d1;
  height: 6px;
  line-height: 1;
  margin-top: -40px;
}
.vet-form__checkbox .vet-form__checkbox-title:before {
  border: 1px solid #d1d1d1;
  content:'';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  left: -32px;
  top: 50%;
  transform: translate(0,-50%);
}
.vet-form__checkbox .vet-form__checkbox-title:after {
  content:'';
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  left: -26px;
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
}
.vet-form__checkbox input:checked ~ .vet-form__checkbox-title:after {}
.vet-form__checkbox input:checked ~ .vet-form__checkbox-title:before {
  border: 1px solid #333333;
}
.vet-form__checkbox input:checked ~ .vet-form__checkbox-title:after {
  background: #333333;
}
.vet-form__checkbox input:checked ~ .vet-form__checkbox-title i {
  color: #e2001a;
}
.vet-form__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.vet-form__checkbox .rcn-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent !important;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
}
.vet-form__checkbox:hover input ~ .rcn-checkmark {
  background-color: #ccc;
}
.vet-form__checkbox input:checked ~ .rcn-checkmark {border-color: #333;}
/*.vet-form__checkbox input:checked ~ .vet-form__checkbox-title {color: #333;}*/
.vet-form__checkbox input:checked ~ .vet-form__checkbox-title img {
  opacity: 1;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.vet-form__checkbox input:checked ~ .rcn-checkmark:after {
  display: block;
}
.vet-form__checkbox .rcn-checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.vet-form__checkbox--checker .vet-form__checkbox-title:before {
  border: 1px solid #333 !important;
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 0;
  left: -50px;
  top: 13px;
  border-radius: 5px;
}
.vet-form__checkbox--checker .vet-form__checkbox-title:after {
  background: transparent;
  border-radius: 0;
  width: 18px;
  height: 18px;
  left: -44px;
  top: 14px;
}
.vet-form__checkbox--checker input:checked ~  .vet-form__checkbox-title:after {
  background: url("../images/check-black.svg") 50% 50% no-repeat;
}
.vet-form__checkbox--checker .rcn-checkmark {
  border: none;
}

.vet-form__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: -23px;
}
.vet-form__row .vet-form__checkbox {
  width: calc(100% / 2 - 65px);
}

.vet-form__checkbox--checker {
  padding: 0 0 2px;
  margin-bottom: 20px;
  display: inline;
}
.vet-form__checkbox--checker .vet-form__checkbox-title {
  display: inline-block;
  font-size: 13px;
  padding: 0;
  /*line-height: 1.5;*/
  /*max-width: 400px;*/
}
.vet-form__checkbox--checker a {
  font-size: 13px;
  color: #333333;
}

.vet-form__input--date {
  background: #fff url("../images/new/calendar-plus.svg") 97% 50% / auto 50% no-repeat!important;
  cursor: pointer;
}

.vet-form--step-finish {
  padding-bottom: 30px;
  text-align: center;
  overflow: hidden;
}
.vet-form--step-finish h3 {
  font-size: 35px;
  margin-bottom: 48px;
}
.vet-form--step-finish p {
  font-size: 25px;
  margin: 0 auto 40px;
  max-width: 600px;
  line-height: 1.3;
}


.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 18px !important;
}

.ui-autocomplete .ui-menu-item-wrapper,
.select2-container--open ul li {
  line-height: 18px;
  padding: 7px 21px;
  font-size: 16px;
}

#select2-jsClinicName-results li:first-child {
  /*display: none;*/
}

.vet-hide {
  display: none;
}

.vet-form__fieldset .vet-form__required {
  display: none;
}
.vet-form__fieldset--error .vet-form__required {
  display: block;
}
.vet-form__fieldset--error .select2-container--default .select2-selection--single,
.vet-form__fieldset--error .vet-form__input,
.vet-form__fieldset--error .vet-form__checkbox .rcn-checkmark,
.vet-form__checkbox--checker--error .vet-form__checkbox-title:before{
border-color: #e2001a !important;
}

.vet-form__action--error {
color: #e2001a;
}
.vet-form__action--error .icon-error {
font-size: 15px;
}

.vet-form__input--sms {
text-align: center;
max-width: 200px;
margin: 0 auto 20px;
}
.vet-form__btn--sms {
color: #fff;
font-size: 16px;
text-decoration: none;
border: none;
margin: 0 auto;
text-align: center;
padding: 0;
line-height: 3;
display: block;
width: 200px;
outline: none;
cursor: pointer;
height: auto;
vertical-align: top;
background: #e2001a;
border-color: #e2001a;
}

.vet-form__fieldset--error-phone,
.vet-form__fieldset--error-email,
.vet-form__fieldset--error-phone-sms {
position: absolute;
left: 23px;
top: calc(100% - 15px);
color: #e2001a;
font-size: 11px;
font-weight: 500;
}



.rcn-overlay {
display: none;
position: fixed;
left: 0px;
right: 0px;
top: 0px;
bottom: 0;
background: rgba(255,255,255,.9);
z-index: 222;
}
.rcn-overlay:after {
content: 'Ожидайте, идет отправка данных...';
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}
.rcn-dicklmr {
display: none;
position: fixed;
left: 0px;
right: 0px;
top: 0px;
bottom: 0;
background: #fff;
padding: 35px;
z-index: 22;
}
.rcn-dicklmr .rcn-d-close {
position: relative;
text-align: center;
cursor: pointer;
width:100%;
margin: 0 0 20px;
display: block;
}
.rcn-dicklmr .rcn-d-close img {
max-width: 76px;
display:block;
margin: 0 auto;
}
.rcn-dicklmr .rcn-d-text {
font-size: 11px;
line-height: 1.2;
}

.vet-form__fieldset--check {
margin-left: 50px;
}


.finish-box {
display: grid;
grid-template-columns: 100%;
margin: 24px -15px;
grid-gap: 5px;
}
.finish-box__item {
text-align: center;
padding: 0 15px;
position: relative;
color: #58595b;
}
.finish-box__item-1 {
max-width: 90%;
margin: 0 auto;
}
.finish-box__item-1:after {
background: url("../images/arrow.svg") 0% 0% no-repeat;
content:'';
position: absolute;
right: 1%;
top: 41%;
width: 34px;
height: 70px;
background-size: 100% 100%;
}
.finish-box__item-1 .finish-box__title {
color: #e2001a;
text-transform: uppercase;
font-size: 20px;
display: block;
line-height: 1.5;
margin-bottom: 24px;
margin-top: 0;
}
.finish-box__item-1 .finish-box__text {
max-width: none;
margin: 0 -3px 25px;
font-size: 20px;
line-height: 1.5;
}
.finish-box__item-1 .finish-box__text b {}
.finish-box__item-1 img {}
.finish-box__item-2 {
border: 1px dashed #e2001a;
border-radius: 5px;
margin-top: 8px;
padding-top: 28px;
padding-bottom: 28px;
text-align: left;
padding-left: 30px;
padding-right: 30px;
}
.finish-box__item-2:after {
content: '';
background: #fff;
position: absolute;
right: -20px;
top: -28px;
width: 50px;
height: 65px;
border-right: 1px dashed #e2001a;
transform: rotate(-225deg);
}
.finish-box__item-2 img {
margin-top: -10px;
display: inline-block;
vertical-align: baseline;
width: 29px;
}
.finish-box__item-2 .finish-box__title {
margin: 0 0 12px;
color: #e2001a;
text-transform: uppercase;
font-size: 20px;
line-height: 1.5;
}
.finish-box__item-2 .finish-box__procent {
background: #e2001a;
border-radius: 5px;
color: #fff;
font-size: 58px;
line-height: 1;
padding: 0 20px 0 10px;
position: relative;
margin-bottom: 8px;
display: inline-block;
}
.finish-box__item-2 .finish-box__procent i {
font-size: 37px;
font-style: normal;
position: absolute;
right: 2px;
top: -1px;
}
.finish-box__item-2 .finish-box__text {
font-size: 12px;
padding-bottom: 24px;
margin: 0 12px 14px;
line-height: 1.4;
border-bottom: 1px dashed #e2001a;
}
.finish-box__item-2 .finish-box__text b {
font-size: 20px;
}
.finish-box__item-2 .finish-box__text i {
font-size: 12px;
margin-left: 0;
position: absolute;
font-style: normal;
}
.finish-box__item-2 .finish-box__text-more {
font-size: 17px;
line-height: 1.4;
display: block;
margin-top: 19px;
padding-top: 20px;
border-top: 1px dashed #e2001a;
}
.finish-box__item-2 .finish-box__text-more i {
color: #e2001a;
font-style: normal;
}
.finish-box__item-2 .finish-box__text-more b {}


.vet-header--logo .vet-header__col-1:before,
.vet-header--logo .vet-header__col-1:after,
.vet-header--logo h2,
.vet-header--logo p,
.vet-header--logo .vet-header__col-2 img {
display: none !important;
}
.vet-header--logo {
min-height: 50px !important;
box-shadow: none !important;
margin: 0 !important;
padding: 15px 0 0 !important;
}
.vet-header--logo .vet-logo {
display: block !important;
margin: 0 auto 6px !important;
width: 100px;
text-align: center;
}
.vet-header--logo .vet-header__col-1 {
overflow: hidden;
padding: 0 !important;
width: 100% !important
}

.jsRemoveAnimal {
  background: #d1d1d1;
  border: none;
  cursor: pointer;
  color: #fff;
  text-align: center;
  width: 100%;
  outline: none;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  margin: -15px auto 30px;
  display: block;
  border-radius: 50px;
  padding: 17px 29px;
}

.jsAddAnimal {
  border: 1px solid #e2001a;
  cursor: pointer;
  color: #e2001a;
  text-align: left;
  width: 100%;
  outline: none;
  padding: 17px 29px;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  margin: -15px auto 30px;
  display: block;
  background: url(../images/new/plus.svg) 96% 50% no-repeat;
  border-radius: 50px;
}

.ui-autocomplete {
max-height: 300px;
overflow-y: auto;
overflow-x: hidden;
}
.select2-container--default .select2-results>.select2-results__options {
max-height: 210px;
}

.rcn-relative {
position: relative;
max-width: 232px;
margin: 0 auto;
}
.rcn-relative .vet-form__fieldset--error-phone,
.rcn-relative .vet-form__fieldset--error-email,
.rcn-relative .vet-form__fieldset--error-phone-sms {
bottom: 21px;
position: absolute;
top: auto;
left: 0;
right: 0;
}

.suggestions-input {
width: 100%;
}
.suggestions-suggestions {
border: 1px solid #abacad;
}
.suggestions-suggestion {
line-height: 32px;
padding: 0 21px;
font-size: 16px;
}
.suggestions-suggestion:hover {
background-color: #EEEEEE;
}

.rc-autonew {
max-height: 300px;
overflow-y: auto;
overflow-x: hidden;
max-width: 620px;
}
.rc-autonew .ui-menu-item-wrapper {
line-height: 1.2;
margin: 0;
padding: 5px 20px;
border: none !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.rc-autonew .ui-menu-item-wrapper:hover,
.ui-autocomplete .ui-menu-item-wrapper:hover {
  background: #E2001A !important;
}



.internet-status {
display: none;
position: fixed;
left: 0;
right: 0;
top: 0;
text-align: center;
padding: 5px;
line-height: 2;
z-index: 2;
font-weight: bold;
color: #fff;
animation: arrow-2 2s linear infinite;
}
.offline .internet-status {
display: block;
}
.offline .vet-form__btn--prev,
.offline .vet-form__btn--next,
.offline .vet-form__btn--sms,
.offline .rc2530-white-box__btn {
pointer-events: none;
}

.vet-form__search-null {
position: absolute;
right: 10px;
bottom: 10px;
}
.vet-form__spinner {
width: 40px;
height: 40px;
position: absolute;
right: 10px;
bottom: 10px;
z-index: 2;
}

.vet-form__double-bounce1, .vet-form__double-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: rgba(0,0,0,1);
opacity: 0.3;
position: absolute;
top: 0;
left: 0;

-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
animation: sk-bounce 2.0s infinite ease-in-out;
}

.vet-form__double-bounce2 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
0%, 100% { -webkit-transform: scale(0.0) }
50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
0%, 100% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
} 50% {
  transform: scale(1.0);
  -webkit-transform: scale(1.0);
}
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #909090;
}
.select2-container--default .select2-selection--single {
background-color: #fff;
cursor: default ;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
background-color: #eee;
cursor: default ;
}
.vet-form__header {
display: flex;
margin-bottom: 50px;
justify-content: space-between;
align-items: center;
}
.steps-number {
background: #f5f5f5;
color: #E2001A;
text-transform: uppercase;
font-family: 'DIN Pro Condensed Bold', sans-serif;
padding: 5px 20px;
font-size: 16px;
border-radius: 15px;
}
.steps-action {display: flex;align-items: center;gap: 15px;}
.steps-action div {
}
.steps-action div img {
}
.steps-action span {
font-family: 'DIN Pro Condensed Bold', sans-serif;
text-transform: uppercase;
color: #E2001A;
font-size: 16px;
}

.rc2530-footer__text2 {
border-bottom: 1px solid #fff;
margin: 0;
display: block;
font-size: 12px;
color: #909090;
padding: 0 30px 30px;
line-height: 16px;
margin-bottom: 30px;
}
.rc2530-footer .rc2530-footer__text2 a {
color: #909090;
text-decoration: underline;
}
.rc2530-footer .rc2530-footer__text2 a:hover {
text-decoration: none;
}



.vet-form__fieldset--email {
position: relative;
padding: 0 0 0;
}
.vet-form__fieldset--email .vet-form__label,
.vet-form__fieldset--birthday .vet-form__label {
  display: flex;
  align-items: center;
  gap: 20px;
}
.vet-form__fieldset--email .vet-form__label-info {
padding: 0 0 0 65px;
}
.vet-form__fieldset--email .vet-form__label-info i.icon-attention2 {
background: url('../images/email.png') 50% 50% no-repeat;
position: absolute;
left: -20px;
top: -35px;
width: 94px;
height: 94px;
}

#jsFormStepFinishSms .vet-header {
position: relative;
margin: 0 auto 46px;
padding: 133px 25px 0;
max-width: 780px;
display: grid;
grid-template-columns: 65% 35%;
align-items: center;
overflow: hidden;
max-height: 335px;
transition: all .6s;
}
#jsFormStepFinishSms .vet-header h2 {
font-size: 15px;
}
#jsFormStepFinishSms .vet-header .vel-image {
display: flex;
justify-content: flex-end;
align-items: center;
}
#jsFormStepFinishSms .vet-header .vel-image picture,
#jsFormStepFinishSms .vet-header .vel-image img {
max-width: 200px;
}
#jsFormStepFinishSms .vet-end-content {
background: #e2001a;
padding: 52px 54px 93px;
color: #fff;
position: relative;
z-index: 2;
text-align: center;
border-radius: 15px;
}
#jsFormStepFinishSms .rc2530-container {
max-width: 980px;
}
#jsFormStepFinishSms .vet-end-img {
position: relative;
z-index: 3;
margin: -120px auto 23px;
display: flex;
justify-content: center;
align-items: center;
}
#jsFormStepFinishSms .vet-end-img source,
#jsFormStepFinishSms .vet-end-img img {
max-height: none;
max-width: 70%;
}