em.small-em {
    font-size: 12px;
}

.section__subtitle {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    display: block;
}
.vti__input {
    height: 43px;
}
.modal {
    display: none;
}
.modal.show {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 23;
    overflow-y: auto;
    display: block;
    padding-top: 80px;
}
.modal__bg {
    display: none;
    font-size: 0;
    color: transparent;
}
.modal.--bg .modal__bg {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url('/img/insurer-modal-bg.jpg') no-repeat center/cover;
    /*background-color: rgba(255, 255, 255, 0.84);*/
    /*-webkit-backdrop-filter:blur(5px);*/
    /*backdrop-filter:blur(5px);*/
}
.modal-window {
    width: 100%;
    max-width: 536px;
    padding-right: 30px;
    margin: 97px auto 0;
    position: relative;
    z-index: 12;
}
.modal-window__inner {
    padding: 48px 64px 40px;
    background-color: #F6F6F6;
    position: relative;
    border-radius: 5px;
}
.modal-window__inner .success-dialog__wrapper {
    padding: 0 10px;
}

.modal-window__inner .success-dialog__top>span {
    font-size: 30px;
}
.modal-window__title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px;
    text-align: center;
}
.modal-window__form {
    width: 100%;
    max-width: 259px;
    margin: 0 auto;
}

.modal-window__form .form-input {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 21px;
}
.modal-window__form .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #d63d36;
    color: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border: 0;
    width: 100%;
    max-width: 259px;
    font-size: 18px;
    height: 50px;
    padding: 0 50px;
    font-weight: 700;
    -webkit-transition: .13s ease-in-out;
    -o-transition: .13s ease-in-out;
    transition: .13s ease-in-out;
}
.modal-window__form .btn:hover {
    background-color: #d86b66;
}
.modal-window__inner .form-input__input {
    outline: none;
}
.modal-window__inner .vue-tel-input {
    background-color: #fff;
}
.modal-window .modal-window__inner .order-section__footer {
    display: none;
}
.modal-window__form .form-input__label-text {
    background: #F6F6F6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f6f6), color-stop(45%, #f6f6f6), color-stop(45%, #fff), to(#fff));
    background: -o-linear-gradient(top, #f6f6f6 0, #f6f6f6 45%, #fff 45%, #fff 100%);
    background: linear-gradient(180deg, #f6f6f6 0, #f6f6f6 45%, #fff 45%, #fff 100%);
}
.modal-window__close {
    position: absolute;
    cursor: pointer;
    z-index: 12;
    width: 15px;
    height: 15px;
    display: block;
    top: 0;
    right: 0;
}
.modal-window__close svg {
    display: block;
}
.modal-window__close path {
    transition: stroke .13s ease-in-out;
    -o-transition: stroke .13s ease-in-out;
    -webkit-transition: stroke .13s ease-in-out;
}
.modal-window__close:hover path {
    stroke: #ca3d3d;
}

.order-section .order-section__wrapper .order-section__form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: unset;
    align-items: flex-start;
}
.order-section .order-section__wrapper .form-select {
    width: 24%;
    margin: 0;
}
.order-section .order-section__form-button .btn {
    margin-top: -4px;
}
.order-section .form-input__input {
    height: 47px;
}
.order-section .order-section__wrapper .covid19__form .form-input {
    width: 23%;
    margin: 0;
}
.order-section__wrapper .form-input.error .form-input__input {
    border-color: #ff5050;
}
.order-section__wrapper .form-input.error .vue-tel-input {
    border-color: #ff5050;
}
.order-section__wrapper .form-input.error .form-input__label-text {
    color: #ff5050;
}
.order-section .vue-tel-input {
    height: 47px;
    border-radius: 5px;
    border-color: #a9a9a9;
}
.order-section .form-input__errors-wrapper {
    max-width: 260px;
}
.order-section__wrapper .form-input__error {
    font-size: 12px;
    color: #ff5050;
    padding-left: 26px;
    font-style: italic;
}
.order-section .order-section__wrapper {
    max-width: unset!important;
}

.ins-rules__line {
    margin-bottom: 10px;
}
.ins-rules__list {
    margin-bottom: 30px;
}
.ins-rules__list li {
    margin-bottom: 10px;
}
.ins-rules__link {
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
}
.vti__input {
    background-color: transparent;
}

.text-section.how-section {
    padding-bottom: 0;
}

.order-section .form-select__output > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.calculator__calendar-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.calendar-block-to .calendar-dates {
    left: unset;
    right: 0;
}


@media screen and (max-width: 1000px) {
    .order-section .order-section__wrapper .form-select,
    .order-section .order-section__wrapper .covid19__form .form-input {
        width: 100%;
        margin-bottom: 14px;
        min-width: unset;
    }
    .order-section .order-section__form-button {
        margin: 0 auto;
    }
    .order-section .order-section__wrapper {
        max-width: 450px!important;
    }
    .order-section .success-dialog__wrapper {
        padding: 0;
    }
    .order-section .success-dialog__top>span {
        font-size: 24px;
    }
    .order-section .success-dialog__subtitle {
        font-size: 18px;
    }
    .order-section .success-dialog__top>svg {
        width: 50px;
        min-width: 50px;
        height: 50px;
    }

    .ins-rules__list {
        padding-left: 15px;
    }
}

@media screen and (max-width: 480px) {
    .modal-window__inner {
        padding: 48px 10px 40px;
    }
    .modal-window__title {
        font-size: 18px;
    }
    .ins-rules__link {
        font-size: 16px;
    }
    .modal-window {
        padding-right: 0;
    }
    .modal-window__inner .success-dialog__top>span {
        font-size: 20px;
    }
    .modal-window__inner .success-dialog__top>svg {
        min-width: 71px;
        width: 71px;
        height: 71px;
    }
    .modal.show {
        z-index: 1000;
    }
}

.page-phone {
    position: fixed;
    z-index: 999;
    right: 104px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-radius: 50%;
    background-color: var(--color-brand-base);
    color: var(--color-brand-1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .11s linear;
}
.page-phone:hover {
    background-color: var(--color-brand-secondary);
}
.page-phone svg {
    display: block;
    width: 30px;
    height: 30px;
    stroke: #FFFFFF;
}
@media screen and (max-width: 480px) {
    .page-phone {
        bottom: 14px;
        right: 84px;
        width: 54px;
        height: 54px;
    }
    .page-phone svg {
        width: 24px;
        height: 24px;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.op-hover:hover {
    opacity: .77;
}
