

/* Start:/local/components/brusnika/gift.cards/templates/.default/style.css?17505772379036*/
.card {
    width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
    text-align: center;
    padding: 30px 0;
    border-radius: 10px;
    margin: 0 auto;
}

.card.black {
    color: black;
}

.card.white {
    color: white;
}

.card-logo img {
    width: 100%;
}

.card-logo {
    width: 50%;
    margin: 0 auto;
}

.color-select {
    display: flex;
    margin: 40px 0;
    justify-content: center;
}

.color-item {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
}

.color-item::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 54px;
    height: 54px;
    border-radius: 100%;
    border: 1px solid transparent;
}

.color-item.active::after {
    border-color: black;
}

.value-selector {
    margin: 30px 0 10px 0;
}

.who-wrapper {
    display: flex;
    flex-direction: row;
    max-width: 500px;
    margin-top: 40px;
}

.select-who {
    margin-bottom: 20px;
}

.side {
    margin-right: 50px;
}

[type=submit] {
    margin-top: 40px;
}

#order-result {
    background: #F6F5F5;
    padding: 50px;
}

.card-left {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: url("/local/templates/brusnika/images/gift/gift-bg-8m.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.card-right {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-wrapper {
    display: flex;
    min-height: 85vh;
    margin-bottom: 180px;
}

.page-content {
    margin-bottom: 0!important;
}

#card-form {
    margin: 0 auto;
    width: 400px;
}

.step-wrapper {
    display: none;
}

.step-wrapper.active {
    display: block;
}

.step-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
}

.jcf-select {
    width: 100%;
}

.tabs-heading {
    display: block!important;
    margin-bottom: 20px;
}

.page-popup {
    padding: 0!important;
}

.form-tabs {
    margin: 20px 0 30px 0;
}

.time-send-now {
    padding: 10px 20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    background: #F6F5F5;
    margin: 20px 0 30px 0;
    text-align: center;
}

.result {
    padding: 15px 0;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}

.res-head {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 10px;
}

.res-body {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
}

.res-footer {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.phone-row {
    margin: 20px 0;
}

.label-result {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 5px;
}

.row-value {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.time {
    margin-bottom: 20px;
}

.total {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 30px;
}

.step-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 10px 0 40px 0;
    text-align: center;
    color: #666;
}

.card-top-nav {
    display: flex;
    justify-content: center;
}

.nav-step.visited:not(.active) {
    cursor: pointer;
}

.nav-step {
    display: flex;
}

.nav-step:not(:last-child) {
    margin-right: 55px;
}

.nav-step-name, .nav-step-num {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #A4A1A1;
}

.nav-step.active .nav-step-name, .nav-step.visited .nav-step-num, .nav-step.visited .nav-step-name {
    color: black;
}

.nav-step-num {
    margin-right: 10px;
    position: relative;
}

.nav-step-num::after {
    content: '';
    position: absolute;
    width: 20px;
    top: 0;
    left: -6px;
    height: 20px;
    border: 1px solid #A4A1A1;
    border-radius: 100%;
    z-index: -1;
}

.nav-step.active .nav-step-num::after {
    color: white;
    background: black;
    border-color: black;
}

.nav-step.visited .nav-step-num::after {
    border-color: black;
}

.nav-step.active .nav-step-num {
    color: white;
}

#purchase-block {
    display: none;
}

.start-block {
    margin: 0 25px;
    border: 1px solid #E1E1E1;
    margin-bottom: 100px;
}

.start-wrapper {
    display: flex;
    flex-direction: row;
    min-height: 95vh;
}

.start-left, .start-right {
    width: 50%;
}

.start-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: url("/local/templates/brusnika/images/gift/gift-bg-8m.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.start-right {
    padding: 75px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.start-right__small-title {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 5px;
}

.start-right__big-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.start-right__buttons {
    display: flex;
    justify-content: center;
}

.start-right__buttons .btn--black {
    margin-right: 10px;
}

.start-right__footer a {
    color: black;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/* .dtpicker-wrapper::after {
    content: '';
    position: absolute;
    right: 5%;
    top: 25%;
    width: 25px;
    height: 25px;
    background: url('/local/templates/brusnika/images/gift/calendar.png');
} */

[data-step="3"] {
    height: 88vh;
    margin-top: 40px;
}

.form-item.form-item--text.error {
    border-color: red;
}


#select-price {
    position: relative;
    display: inline-block;
    padding: 16px 35px 16px 15px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    border-radius: 0px;
    font-size: 16px;
    line-height: 1;
    color: #1D1D1D;
    cursor: pointer;
    transition: 0.3s border-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
    height: 55px;
}


@media screen and (max-width: 900px)
{
    [data-step="3"] {
        height: auto;
        margin-top: 0;
    }

    .start-block {
        border: none;
    }

    .start-right {
        padding: 0;
    }

    .start-right__buttons {
        margin-bottom: 20px;
    }

    .start-wrapper {
        flex-direction: column;
        margin-bottom: 40px;
        min-height: unset;
    }

    .start-left {
        margin-bottom: 20px;
        padding: 100px 0;
    }

    .start-left, .start-right {
        width: 100%;
    }

    .card-wrapper {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .card-left {
        width: 100%;
        padding: 100px 0;
        margin-bottom: 20px;
    }

    .card-right {
        width: 100%;
    }

    .nav-step-name {
        display: none;
    }

    .card-top-nav {
        margin-bottom: 30px;
    }

    .page-popup {
        height: auto!important;
    }

    #card-form {
        padding: 0 20px;
        width: 100%;
    }

    .tabs-heading .tab-heading-item {
        min-width: 160px!important;
    }
}

@media screen and (max-width: 768px) {
    .dtpicker-wrapper::after {
        top: 20%;
    }
}

@media screen and (max-width: 475px)
{
    .start-left .card {
        width: calc(100% - 40px);
        margin: 0 20px;
    }

    .start-right__buttons {
        flex-wrap: wrap;
    }

    .start-right__buttons .btn--black {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.jcf-scrollable-wrapper {
    max-height: 140px!important;
    overflow: auto;
}

/* width */
.jcf-scrollable-wrapper::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.jcf-scrollable-wrapper::-webkit-scrollbar-track {
    background: #d3d2d2;
}

/* Handle */
.jcf-scrollable-wrapper::-webkit-scrollbar-thumb {
    background: #676666;
    border-radius: 25px;
}

/* Handle on hover */
.jcf-scrollable-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.error-text {
    color: red;
    text-align: center;
    margin-top: 20px;
}

.form-item-holder-row {
    display: flex;
    justify-content: space-between;
}

.dtpicker-wrapper {
    width: 68%;
    margin-right: 10px;
    position: relative;
}

.dtpicker-wrapper>.form-control {
    background: url(/local/templates/brusnika/images/gift/calendar.png) 95% center no-repeat;
}

.form-item-holder-row .form-control {
    width: 100%;
}

.form-item-holder-row .time-input {
    width: 30%;
}

.flatpickr-day.selected {
    background: black!important;
    border-color: black!important;
}

.flatpickr-day {
    border-radius: 0!important;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
    border-color: black!important;
    background: black!important;
}

.ag-countrymask.iti {
    width: 100%;
}

.tabs-content textarea {
    resize: none;
    height: auto;
}

/* End */
/* /local/components/brusnika/gift.cards/templates/.default/style.css?17505772379036 */
