body {
    background: #F4F8F9;
}

.accent-color {
    color: #0FAAFF !important;
}

#blocker {
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    opacity: 0.7;
    display: none;
}

.reg-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}

.sidebar-container img {
    width: 120px;
}

.sidebar-sticky {
    top: 50px;
}

.reg-container {
    box-shadow: 0px 0px 48px #E5E9EF;
    border: 0;
}

.reg-container .card-body {
    padding: 0;
}

.reg-sidebar {
    margin-top: 20px;
    list-style: none;
    padding: 0;
}

.reg-sidebar li {
    margin-bottom: 20px;
}

.reg-sidebar img {
    width: 25px;
    margin-right: 10px;
}

.step-disabled {
    filter: grayscale(1);
    color: #777;
}

.step-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.step-header-selected {
    background: #f6f6f6;
}

.step-header h5 {
    color: #444;
    font-weight: 500;
}

.step-header span {
    color: #888;
}

.reg-container input[type="text"] {
    border-color: #ddd;
    color: #000;
}

.reg-container input[type="text"] label {
    color: #444;
}

.is-invalid {
    border-color: #dc3545 !important;
}

.is-exists {
    border-color: #ffff00 !important;
}

.form-floating textarea {
    height: 120px !important;
}

.mobile-steps ul {
    list-style: none;
    padding: 0;
}

.mobile-steps li {
    display: inline;
    font-size: 1.2em;
    color: #bbb;
    margin: 0px 4px;
}

.mobile-steps .step {

}

.step-done {

}

.mobile-step-active {
    background: #0FAAFF;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 30px;
}

/* PRICE SELECT */

.sign-type-info {
    margin-top: 20px;
    margin-bottom: 0px;
}

.price-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    }

    .price-header h5 {
    color: #444;
    font-weight: 500;
    }

    .price-header span {
    color: #888;
    }

    .price-line {
    display: flex;
    align-items: center;
    padding: 22px 20px;
    border-bottom: 1px solid #ddd;
    }

    .price-line:hover {
    background: #fafafa;
    cursor: pointer;
    }

    .sub-price {
        background: #f2f2f2 !important;
    }

    .price-line img {
    width: 25px;
    margin-right: 20px;
    }

    .price-line p {
    padding: 0;
    margin: 0;
    font-size: 0.9em;
    }

    .price-line span {
    font-weight: 600;
    font-size: 0.9em;
    margin-left: auto;
    }

    .price-promo {
    padding: 22px 20px;
    border-bottom: 1px solid #eee;
    background: #FDFDFD;
    }

    .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    }

    .switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }

    .slider {
    position: absolute;
    cursor: pointer;
    top: 6px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eee;
    -webkit-transition: .4s;
    transition: .4s;
    height: 25px;
    width: 40px;
    }

    .slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: #fafafa;
    -webkit-transition: .4s;
    transition: .4s;
    }

    .slider-disabled {
        background-color: #eee !important;
    }

    .slider-disabled:before {
        background: #fafafa !important;
    }

    input:checked + .slider {
    background-color: #2196F3;
    }

    input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
    }

    input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    }

    /* Rounded sliders */
    .slider.round {
    border-radius: 34px;
    }

    .slider.round:before {
    border-radius: 50%;
    }

/* FOOTER */

.card-footer {
    background: none;
    border: none;
    padding: 20px;
}

.card-footer .btn {
    width: 100%;
}

.btn-secondary {
    background: #E3F5FF;
    border-color: #E3F5FF;
    color: #0FAAFF;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
}

.btn-primary {
    background: #0FAAFF;
    border-color: #0FAAFF;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
}

/* IDENTIFY SELECT */

.identify-step .price-header:hover {
    background: #fafafa;
    cursor: pointer;
}

.identify-address-block {
    border-bottom: 1px solid #eee;
}

.identify-address-field {
    padding: 15px;
}

.identify-address-field .form-floating {
    padding: 0px !important;
    margin: 0px !important;
}

.identify-address-line {
    display: flex;
    align-items: center;
    padding: 22px 20px;
    border-top: 1px solid #eee;
    background: #f9f9f9;
}

.identify-address-line:hover {
    background: #f2f2f2;
    cursor: pointer;
}

.identify-address-line img {
    width: 25px;
    margin-right: 20px;
}

.identify-address-line p {
    padding: 0;
    margin: 0;
    font-size: 1em;
    font-weight: 600;
}

.identify-address-line span {
    font-weight: 400;
    font-size: 0.8em;
}

.office-visit-map {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

/* PERSONAL DATA STEP */

.personal-data-step {
    padding: 20px;
}

.personal-data-step .row {
    margin-top: 25px;
}

.personal-data-step .row:first-of-type {
    margin-top: 0;
}

.field-info {
    display: grid;
}

.field-info img {
    width: 22px;
    align-self: center;
}

/* SUMMARY STEP */

.summary-step .row {
    padding: 15px;
}

.summary-data-block {
    padding: 5px;
}

.summary-data-block span {
    color: #888;
}

#map {
    width: 450px !important;
    margin: 0 auto !important;
}

.discount-price {
    text-decoration: line-through;
    text-decoration-color: red;
}

.policy-agreement {
    margin-top: 40px;
}
