.input-amount__currency-icn {
    display: inline-block;
    vertical-align: baseline;
    user-select: none;
    width: 21px;
    height: 21px;
    color: #354052;
}

.group-date .input-title {
    display: none;
}
.confirm-info-box {
    display: flex;
    flex-wrap: wrap;
}

.confirm-info-box__item{
    min-width: 160px;
    padding-right: 20px;
}

@media screen and (max-width: 867px) {
    .confirm-info-box__item{
        width: 100%;
        padding-right: 0;
    }
}

.amount-button {
    white-space: nowrap;
}

.ya-pay-button {
    min-height: 48px!important;
    height: 48px!important;
    min-width: 208px!important;
    border-radius: var(--btn-amount-radius )!important;
}

.amount-button--currency {
    width: 11px;
    height: 11px;
    display: inline-block;
    vertical-align: baseline;
    transition: none;
}


.notation__rub {
    display: inline-block;
    vertical-align: baseline;
    width: 9px;
    height: 9px;
}


.notation__small-rub {
    display: inline-block;
    vertical-align: baseline;
    color: #ffffff;
    width: 8px;
    height: 8px;
}
.input-value {
    font-size: 14px;
    margin-top:0;
}

.input-value__num {
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    color: #000000;
}

.input-value__num--amount {
    font-size: 32px;
    line-height: 39px;
}


.input-value__currency,
.input-value__currency-big {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.1em;
}
.input-value__currency {
    width: 11px;
    height: 11px;
}
.input-value__currency-big {
    width: 21px;
    height: 21px;
}

[data-name="amountControl"]:after {
    content: none;
}

.card-balance__rub,
.card-data__rub {
    display: inline-block;
    vertical-align: baseline;
    width: 11px;
    height: 11px;
    color: var(--color-accent);
}

.input-amount-control__rub {
    display: inline-block;
    vertical-align: baseline;
    width: 1.55em;
    height: 1.55em;
}
.input-amount-control-wrapper::after {
    content: none;
}

/*
    TO DATE
*/
.group-date {
    display: flex;
    justify-content: flex-start;
    padding-top: 9px;
}

.group-date__cell + .group-date__cell {
    margin-left: 20px;
}

.to-date__select {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding-right: 6px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    user-select: none;
    color: #000;
    transition: opacity 0.1s ease;
}

.to-date__select:hover {
    opacity: 0.5;
}

.to-date__select:active {
    opacity: 1;
}

.to-date__select::after {
    content: '';
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color: #354052;
    transition: transform 0.2s ease;
}

.is-dropped .to-date__select::after {
    transform: rotate(180deg);
}

.to-date__icn {
    display: inline-block;
    flex: 0 0 auto;
    margin-right: 6px;
    width: 16px;
    height: 16px;
}

.to-date__label {
    display: inline-block;
    margin-right: 6px;
    font-size: 16px;
    line-height: 24px;
}

.to-date__dropdown {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 100%;
    width: 200px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 10px);
    box-shadow: 0 2px 4px rgba(205, 205, 205, 0.5);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.to-date__dropdown--date {
    padding-bottom: 16px;
    padding-top: 14px;
    padding-left: 11px;
    padding-right: 11px;
}

.to-date__dropdown--time {
    padding: 12px 20px 16px;
}

.is-dropped .to-date__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

.to-date__title {
    display: block;
    font-size: 15px;
    line-height: 19px;
    font-weight: 600;
    margin-bottom: 14px;
    margin-top: 0;
    cursor: default;
    max-width: 125px;
}

.to-date__current {
    margin-top: 12px;
    text-decoration: underline;
    text-align: center;
    display: block;
    user-select: none;
}
.to-date__current-link {
    font-size: 9px;
    line-height: 12px;
    display: inline-block;
    vertical-align: top;
    color: var(--color-accent);
    text-decoration: none;
    border-bottom: 1px solid var(--color-accent);
    transition: border-color 0.2s ease;
    cursor: pointer;
}
.to-date__current-link:hover {
    border-bottom-color: rgba(5, 143, 252, 0.15);
}


/* Список времени */
.hours-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    text-align: center;
    user-select: none;
    margin-bottom: -12px;
}

.hours-list__item {
    width: calc(100% / 5);
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 6px;
    color: #354052;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 12px;
}
.hours-list__item:hover {
    background: #f1f1f1;
}
.hours-list__item.is-active {
    background: var(--color-accent);
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0, 0.1);
    pointer-events: none;
}
.hours-list__item.is-disabled {
    color: #D8D8D8;
}



/* Custom calendar override */
.datepicker-inline {
    color: #354052;
}

.datepicker {
    width: 100%;
}

.datepicker--nav-action {
    width: 24px;
    height: 24px;
}
.datepicker--nav-title i {
    color: #354052;
}
.datepicker--nav-action {
    color: #000;
}
.datepicker--nav-action.-disabled- {
    visibility: visible;
    color: #D8D8D8;
}
.datepicker--nav-action svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    pointer-events: none;
}

.datepicker--nav-action path {
    fill: #000;
}
.datepicker--nav-action.-disabled- path {
    fill: #D8D8D8;
}

.datepicker--content {
    padding: 0;
}

.datepicker-inline .datepicker {
    border: 0;
}

.datepicker--cells {
    margin-bottom: -7px;
}

.datepicker--cell,
.datepicker--day-name {
    width: calc(100% / 7);
    height: 21px;
    flex: 0 0 auto;
}

.datepicker--cell {
    border-radius: 50%;
    margin-bottom: 7px;
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0, 0.1);
    font-weight: 600;
    background: transparent;
    transition: none;
}

.datepicker--cell.-selected-::before,
.datepicker--cell.-selected-.-current-::before {
    opacity: 1;
}

.datepicker--cell.-selected-.-focus- {
    background: transparent;
}

.datepicker--cell.-focus- {
    background: transparent;
}

.datepicker--cell.-focus-::before {
    background: #f0f0f0;
    opacity: 1;
}

.datepicker--cell.-selected-.-focus-::before {
    background: #058FFC;
}

.datepicker--cell.-current- {
    font-weight: 700;
    color: #000;
}

.datepicker--day-name {
    color: var(--color-accent);
    font-size: 10px;
}

.datepicker--cell-day {
    font-weight: 600;
    font-size: 10px;
    position: relative;
}

.datepicker--cell-day::before {
    content: '';
    width: 21px;
    height: 21px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    transform:translate(-50%, 0);
    background: var(--color-accent);
    z-index: -1;
    opacity: 0;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #D8D8D8;
}

.datepicker--nav {
    border-bottom: 0;
    padding: 0;
    justify-content: flex-end;
}

.datepicker--nav-title {
    order: -1;
    margin-right: auto;
}

.datepicker--nav-title {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
}
/* .info-yourself .title {
    margin-bottom:0;
} */
.title__message {
    font-size: 14px;
    line-height: 18px;
    color: #333333;
}
.intro-yourself__title {
    margin-top: 5px;
}


@media screen and (max-width: 867px) {

    .intro-yourself__title {
        display: none;
    }
    
    .info-yourself .title {
        margin-bottom:14px;
    }

    .input-group--date > .input-title {
        display: none;
    }

    .group-date .input-title {
        display: block;
    }

    .flex-wrapper--width-date {}

    .input-group--date,
    .input-group--date:last-child {
        margin-bottom: 24px;
    }

    .input-group--message {
        order: 6;
        margin-bottom: 0;
    }

    .group-date {
        border: 0;
        margin-top: 0;
        padding: 0;
        height: auto;
    }

    .group-date__cell {
        width: 100%;
        padding: 0;
    }

    .group-date__cell:first-child {
        margin-right: 11px;
    }

    .group-date__cell:last-child {
        margin-left: 11px;
    }

    .to-date {
        padding-top: 0;
        padding-bottom: 0;
    }

    .to-date__select {
        padding: 0 0 7px;
    }

    .to-date__select::after {
        content: none;
    }

    .is-dropped .to-date__select {
        pointer-events: none;
    }

    .to-date__select:hover {
        opacity: 1;
    }

    .to-date__label {
        order: -1;
    }

    .to-date__icn {
        margin-right: 0;
        margin-left: auto;
        width: 24px;
        height: 24px;
    }

    .group-date__select {
        border: 2px solid #CCCCCC;
        outline: 0;
        background-color: #F9F9F9;
        width: 100%;
        height: 44px;
        padding: 9px 16px 13px 13px;
        color: #354052;
        font-size: 16px;
        line-height: 19px;
        border-radius: 2px;
        resize: none;
    }

    .group-date__select::before {
        content: "";
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.7);
        z-index: 9;
        opacity: 0;
        visibility: hidden;
        /* transition: opacity 0.2s ease, visibility 0.2s ease; */
    }

    .group-date__select.is-dropped::before {
        opacity: 1;
        visibility: visible;
    }

    .to-date__dropdown {
        width: 270px;
        position: fixed;
        z-index: 99;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0 2px 4px rgba(0,0,0,.1);
        pointer-events: none;
    }

    .is-dropped .to-date__dropdown {
        transform: translate(-50%, -50%);
        pointer-events: all;
    }

    .to-date__title {
        max-width: 100%;
    }

    .hours-list__item {
        height: 32px;
        font-size: 14px;
        line-height: 32px;
    }

    .to-date__current-link {
        font-size: 12px;
    }

    .datepicker--day-name,
    .datepicker--cell-day {
        font-size: 14px;
    }

    .datepicker--nav-action svg {
        width: 22px;
        height: 22px;
    }

    .datepicker--cell, .datepicker--day-name {
        height: 32px;
    }

    .datepicker--nav-title,
    .to-date__title {
        font-weight: 700;
    }

    .datepicker--cell-day::before {
        width: 32px;
        height: 32px;
    }

    .datepicker--nav-action {
        width: 32px;
        height: 32px;
    }
}

@media screen and (max-width: 370px) {
    .group-date {
        flex-direction: column;
    }

    .group-date__cell:first-child {
        margin-right: 0;
    }

    .group-date__cell:last-child {
        margin-left: 0;
        margin-top: 24px;
    }

    .to-date__icn {
        width: 12px;
        height: 12px;
    }
}