.appointment-form,
.appointment-form:before,
.appointment-form:after,
.appointment-form *,
.appointment-form *:before,
.appointment-form *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.grecaptcha-badge{
    margin: 0 auto;
}
.final{
  max-width: 1120px;
  width: 94%;
  margin: 0 auto 30px auto;
  position: relative;	
}
.appointment-form {
    background: #ffffff;
    padding: 52px;
    border-radius: 16px;
    -webkit-box-shadow: 0 24px 64px 0 rgba(11, 66, 40, 0.06);
    box-shadow: 0 24px 64px 0 rgba(11, 66, 40, 0.06);
    font-size: 16px;
    line-height: 1.5em;
}
.appointment-form-errors, .confirm-appointment-form-errors{
    color:red;
    margin-top:10px;
    text-align: center;
}
.appointment-form-errors span, .confirm-appointment-form-errors span{
    display:block;
}
.appointment-form-step-title {
    margin-top: 0;
    margin-bottom: 40px;
}
.appointment-form-groups-block {
    margin-bottom: -16px;
}
.appointment-form-group {
    margin-bottom: 16px;
    position: relative;
}
.appointment-form-group.error {
    margin-bottom: 36px;
}
.appointment-form-step + .appointment-form-step {
    padding-top: 16px;
}
.appointment-form-control {
    border-radius: 8px;
    background: #F6F6F6;
    display: block;
    width: 100%;
    border: 1px solid transparent;
    outline: none!important;
    color: #333333;
    font-family: MSMed;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    padding: 19px 80px;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}
.appointment-form-control.bg-white {
    background-color: #ffffff;
}
.appointment-form-control::-webkit-input-placeholder {
    color: rgba(68, 68, 68, 0.4);
}
.appointment-form-control::-moz-placeholder {
    color: rgba(68, 68, 68, 0.4);
}
.appointment-form-control:-moz-placeholder {
    color: rgba(68, 68, 68, 0.4);
}
.appointment-form-control:-ms-input-placeholder {
    color: rgba(68, 68, 68, 0.4);
}
.appointment-form-control:focus {
    border-color: #009490;
    background-color: #ffffff;
}
.appointment-form-control[data-autocomplete] {
    padding-left: 84px;
}
.appointment-form-control-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 8px;
    left: 8px;
    background-image: url(/local/components/indexis/appointment/img/input-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: text;
}
.appointment-form-control.error {
    border-color: #E30613;
}
.appointment-form-control-error-message {
    color: #E30613;
    position: absolute;
    left: 0;
    top: 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
}
.autoComplete_wrapper {
    position: relative;
}
.autoComplete_wrapper ul {
    position: absolute;
    width: auto;
    top: 100%;
    margin-top: -4px;
    left: 8px;
    right: 8px;
    background: #FFFFFF;
    -webkit-box-shadow: 4px 4px 5px 0 rgba(0,0,0,0.16);
    box-shadow: 4px 4px 5px 0 rgba(0,0,0,0.16);
    padding: 28px 75px;
    font-size: 16px;
    line-height: 24px;
    max-height: 404px;
    overflow: auto;
    z-index: 10;
}
.autoComplete_wrapper ul li {
    margin-bottom: 12px;
    cursor: pointer;
}
.autoComplete_wrapper ul li:last-child {
    margin-bottom: 0;
}
.autoComplete_wrapper ul li mark,
.autoComplete_wrapper ul .no_result mark {
    display: inline;
    background: none;
    color: #009490;
}
.appointment-form-checkbox {
    display: none;
}
.appointment-form-checkbox-label {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    color: rgba(68, 68, 68, 0.32);
    margin-bottom: 0;
    cursor: pointer;
    padding-left: 31px;
    position: relative;
}
.appointment-form-checkbox-label:before,
.appointment-form-checkbox-label:after {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    left: 0;
    top: 0.75em;
    margin-top: -8px;
}
.appointment-form-checkbox-label:before {
    border: 1px solid #D2D2D2;
    background-color: #ffffff;
}
.appointment-form-checkbox-label:after {
    background-image: url(/local/components/indexis/appointment/img/checked.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}
.appointment-form-checkbox:checked + .appointment-form-checkbox-label:after {
    opacity: 1;
}
.appointment-form-step:not(.active) {
    display: none;
}
.appointment-form-step-1.completed .appointment-form-step-title {
    display: none;
}
.appointment-form-block {
    border-radius: 16px;
    background: #F6F6F6;
    padding: 40px 0;
}
.appointment-form-block__head {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.appointment-form-block__head:last-child {
    margin-bottom: 0;
}
.appointment-form-block__head:before,
.appointment-form-block__head:after {
    content: '';
    display: block;
    position: static;
    height: 2px;
    background: rgba(68, 68, 68, 0.04);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}
.appointment-form-block__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
.appointment-form-block__title:before,
.appointment-form-block__title:after {
    content: '';
    display: block;
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #E30613;
    top: 50%;
    margin-top: -4px;
}
.appointment-form-block__title:before {
    left: -4px;
}
.appointment-form-block__title:after {
    right: -4px;
}
.appointment-form-block__body {
    padding: 0 40px;
}
.appointment-form-block__calendars-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -14px;
}
.appointment-form-block__calendars-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding: 14px;
}
.appointment-form-block__calendars .air-datepicker {
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
    border: none;
    font-size: 18px;
    line-height: 24px;
    font-family: inherit;
}
.appointment-form-block__calendars .air-datepicker-nav {
    border-bottom: none;
    padding: 18px 22px 0;
}
.appointment-form-block__calendars .air-datepicker-nav--title {
    color: #383B3F;
    font-weight: 600;
}
.appointment-form-block__calendars .air-datepicker-nav--action {
    width: 32px;
    height: 32px;
}
.appointment-form-block__calendars .air-datepicker-nav--action svg {
    width: 8px;
    height: 14px;
}
.appointment-form-block__calendars .air-datepicker-nav--action path {
    stroke: #009490;
    stroke-width: 3px;
}
.appointment-form-block__calendars .air-datepicker-body--day-name {
    height: 48px;
    font-size: inherit;
    text-transform: none;
    color: rgba(68, 68, 68, 0.4);
}
.appointment-form-block__calendars .air-datepicker-body--day-names {
    margin: 0;
}
.appointment-form-block__calendars .air-datepicker--content {
    padding: 10px 20px 20px;
}
.appointment-form-block__calendars .air-datepicker-body--cells.-days- {
    grid-auto-rows: 48px;
}
.appointment-form-block__calendars .air-datepicker-cell {
    height: 48px;
}
.appointment-form-block__calendars .air-datepicker-cell.-day- {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    color: #ffffff;
    background: #009490;
    border-radius: 0;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}
.appointment-form-block__calendars .air-datepicker-cell.-day-:hover {
    background: #E30613;
}
.appointment-form-block__calendars .air-datepicker-cell.-day-.-disabled-,
.appointment-form-block__calendars .air-datepicker-cell.-day-.-other-month- {
    color: #444444;
    background: none;
    cursor: default;
}
.appointment-form-block__calendars .air-datepicker-body--day-name.-weekend-,
.appointment-form-block__calendars .air-datepicker-cell.-day-.-weekend-.-disabled-.-weekend- {
    color: #E30613;
}
.appointment-form-block__calendars .air-datepicker-cell.-day-.-selected- {
    background: #E30613;
}
.appointment-form-block__times {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(68, 68, 68, 0.04);
}
.appointment-form-block__times:not(.visible) {
    display: none;
}
.appointment-form-block__times-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px -16px;
    list-style: none;
}
.appointment-form-block__times-list li {
    list-style: none;
    padding: 0 8px;
    margin-bottom: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    width: 16.666666%;
    max-width: 16.666666%;
}
.appointment-form-block__times-item {
    cursor: pointer;
    border: 2px solid rgba(0, 148, 144, 0.46);
    color: #009490;
    text-align: center;
    height: 54px;
    border-radius: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 700;
    font-size: 13px;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
    background-color: transparent;
}
.appointment-form-block__times-item:hover {
    background-color: #009490;
    border-color: #009490;
    color: #ffffff;
}
.appointment-form-block__times-item.selected,
.appointment-form-block__times-item.selected:hover {
    background-color: #E30613;
    border-color: #E30613;
    color: #ffffff;
}
.appointment-form__info {
    margin-bottom: 40px;
}
.appointment-form__info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px -40px;
}
.appointment-form__info-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 20px;
    margin-bottom: 40px;
}
.appointment-form__info-col--card {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    width: 60%;
    max-width: 60%;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.appointment-form__info-col--icons {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    width: 40%;
    max-width: 40%;
}
.appointment-form-specialist-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.appointment-form-specialist-card__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 225px;
    max-width: 225px;
}
.appointment-form-specialist-card__image picture,
.appointment-form-specialist-card__image img {
    display: block;
    width: 100%;
}
.appointment-form-specialist-card__info {
    padding-left: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    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-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.appointment-form-specialist-card__info:first-child {
    padding-left: 0;
}
.appointment-form-specialist-card__name {
    color: #383B3F;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 8px;
    max-width: 100%;
    width: 100%;
}
.appointment-form-specialist-card__specialty {
    color: #009490;
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
    margin-bottom: 8px;
    max-width: 100%;
    width: 100%;
}
.appointment-form-specialist-card__degree {
    font-weight: 300;
    color: #383B3F;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 8px;
    max-width: 100%;
    width: 100%;
}
.appointment-form-specialist-card__experience {
    font-weight: 400;
    color: #383B3F;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
}
.appointment-form-specialist-card__favourite {
    -ms-flex-item-align: start;
    align-self: flex-start;
    cursor: pointer;
    color: #E30613;
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.appointment-form-specialist-card__favourite svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.appointment-form-specialist-card__favourite span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
}
.appointment-form__info-icons-list {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
}
.appointment-form__info-icons-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}
.appointment-form__info-icons-item:last-child {
    margin-bottom: 0;
}
.appointment-form__info-icons-item img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 40px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: block;
    margin-right: 24px;
}
.appointment-form__info-icons-item > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
}
.appointment-form__personal-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.appointment-form__personal-col {
    padding: 0 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}
.appointment-form-personal-agree {
    text-align: center;
}
.appointment-form-personal-agree .appointment-form-checkbox-label {
    font-size: 12px;
    line-height: 1.5em;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.appointment-form-submit-block {
    margin-top: 40px;
    text-align: center;
}
.appointment-form-success {
    background: #ffffff;
    padding: 52px;
    border-radius: 16px;
    -webkit-box-shadow: 0 24px 64px 0 rgba(11, 66, 40, 0.06);
    box-shadow: 0 24px 64px 0 rgba(11, 66, 40, 0.06);
    border: none;
    border-collapse: separate;
    line-height: 24px;
    table-layout: fixed;
    border-spacing: 0;
}
.appointment-form-success th,
.appointment-form-success td {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    padding: 16px 20px;
    text-align: left;
    vertical-align: top;
}
.appointment-form-success tr:first-child th,
.appointment-form-success tr:first-child td {
    padding-top: 0;
}
.appointment-form-success tr:last-child th,
.appointment-form-success tr:last-child td {
    border-bottom: none;
    padding-bottom: 0;
}
.appointment-form-success th {
    padding-left: 0;
    font-size: 16px;
    color: rgba(68, 68, 68, 0.72);
    width: 0;
    font-weight: 400;
}
.appointment-form-success td {
    font-size: 18px;
    color: rgba(68, 68, 68, 1);
    font-weight: 600;
    width: 100%;
}
.appointment-form-success td:last-child {
    padding-right: 0;
}

@media (max-width: 990px) {
    .appointment-form {
        padding: 30px;
    }
    .appointment-form-step-title {
        margin-bottom: 30px;
    }
    .appointment-form__info-col--card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .appointment-form__info-col--icons {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .appointment-form-step-title {
        margin-bottom: 20px;
    }
    .appointment-form-block {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .appointment-form-block__head {
        margin-bottom: 32px;
    }
    .appointment-form-block__title {
        padding-left: 16px;
        padding-right: 16px;
        max-width: 220px;
    }
    .appointment-form-block__body {
        padding-left: 12px;
        padding-right: 12px;
    }
    .appointment-form-block__calendars .air-datepicker-nav {
        padding-top: 6px;
        padding-left: 0;
        padding-right: 0;
    }
    .appointment-form-block__calendars .air-datepicker--content {
        padding: 6px 10px 8px;
    }
    .appointment-form-block__calendars .air-datepicker-body--day-name,
    .appointment-form-block__calendars .air-datepicker-cell {
        height: 45px;
    }
    .appointment-form-block__calendars .air-datepicker-body--cells.-days- {
        grid-auto-rows: 45px;
    }
    .appointment-form-block__calendars-list {
        margin: -6px;
    }
    .appointment-form-block__calendars-item {
        padding: 6px;
    }
    .appointment-form-block__times {
        margin-top: 32px;
        padding-top: 32px;
    }
    .appointment-form-success {
        padding: 30px;
    }
}
@media (max-width: 768px) {
    .appointment-form {
        font-size: 14px;
        padding: 20px 12px;
    }
    .appointment-form-control {
        padding-left: 74px;
        padding-right: 24px;
    }
    .appointment-form-control[data-autocomplete] {
        padding-left: 70px;
    }
    .appointment-form-block__calendars-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    .appointment-form-block__calendars-item:not(:first-child) {
        display: none;
    }
    .appointment-form-block__times {
        padding-top: 0;
        border-top: none;
    }
    .appointment-form-block__times-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%;
    }
    .appointment-form-block__times-item {
        height: 50px;
        border-radius: 25px;
    }
    .appointment-form__info-row {
        margin: 0 -16px -32px;
    }
    .appointment-form__info-col {
        padding: 0 16px;
        margin-bottom: 32px;
    }
    .appointment-form__info-icons-item img {
        width: 32px;
        margin-right: 16px;
    }
    .appointment-form__info {
        margin-bottom: 32px;
    }
    .appointment-form-personal-agree .appointment-form-checkbox-label {
        font-size: 14px;
    }
    .appointment-form-submit-block {
        margin-top: 36px;
    }
    .appointment-form-success {
        padding: 20px 12px;
    }
}
@media (max-width: 540px) {
    .appointment-form-block__times-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }
    .appointment-form-specialist-card {
        padding: 18px;
        display: block;
    }
    .appointment-form-specialist-card__image {
        width: 100%;
        max-width: 100%;
    }
    .appointment-form-specialist-card__info {
        padding-left: 0;
        padding-top: 18px;
    }
    .appointment-form-specialist-card__info:first-child {
        padding-top: 0;
    }
    .appointment-form-specialist-card__name {
        font-size: 20px;
        line-height: 24px;
    }
    .appointment-form-specialist-card__specialty {
        margin-bottom: 4px;
    }
    .appointment-form-specialist-card__degree {
        margin-bottom: 8px;
    }
    .appointment-form__personal-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .appointment-form-success,
    .appointment-form-success tbody,
    .appointment-form-success tr,
    .appointment-form-success th,
    .appointment-form-success td {
        display: block;
    }
    .appointment-form-success th,
    .appointment-form-success td {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .appointment-form-success th {
        padding-top: 16px;
        padding-bottom: 8px;
        border-bottom: none;
    }
    .appointment-form-success tr:last-child th {
        padding-bottom: 8px;
    }
    .appointment-form-success tr:first-child th {
        padding-top: 0;
    }
    .appointment-form-success td {
        padding-top: 0;
        padding-bottom: 8px;
    }
    .appointment-form-success td:last-child {
        padding-bottom: 16px;
    }
    .appointment-form-success tr:last-child td:last-child {
        padding-bottom: 0;
    }
}

.autoComplete_wrapper ul {
	overflow: auto;
	scrollbar-color: #009490 rgba(0, 148, 144, 0.08);
	scrollbar-width: thin;
}
.autoComplete_wrapper ul::-webkit-scrollbar {
	width: 6px;
}
.autoComplete_wrapper ul::-webkit-scrollbar-track {
	background: rgba(0, 148, 144, 0.08);
}
.autoComplete_wrapper ul::-webkit-scrollbar-thumb {
	background: #009490;
}
@media (max-width: 768px) {
	.autoComplete_wrapper ul {
		padding: 24px 66px;
		max-height: 396px;
	}
}
@media (max-width: 540px) {
	.autoComplete_wrapper ul {
		padding: 24px;
	}
}

.appointment-form-control-arrow {
	cursor: pointer;
}

.appointment-form__send-message-report {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
	text-align: center;
	font-weight: 400;
}
.appointment-form__send-message-report__change {
	display: inline;
	border: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	outline: none!important;
	font-family: inherit;
	font-style: inherit;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #009490;
	cursor: pointer;
	background-color: transparent!important;
	padding: 0 5px;
	-webkit-transition: all ease 0.25s;
	-o-transition: all ease 0.25s;
	transition: all ease 0.25s;
	letter-spacing: 0;
}
.appointment-form__send-message-report__change:hover {
	color: #006562;
}
.appointment-form__send-message-report__phone {
	white-space: nowrap;
}