.form-wrapper .nice-select {
    line-height: 30px;
    border: 1px solid #c9d6cb;
    height: 40px;
    width: 100%;
    color: #45696d;
    font-weight: 500;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.08) 0 0 4px 1px
}

.form-wrapper .nice-select:hover {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-color: #2c3e50;
    box-shadow: rgba(44, 62, 80, 0.4) 0 4px 12px;
}

.form-wrapper .nice-select:focus {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-color: #2c3e50;
    box-shadow: rgba(44, 62, 80, 0.4) 0 4px 12px;
}

.form-wrapper .nice-select::placeholder {
    font-weight: 400;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 13px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    white-space: nowrap;
}

.submit-btn2 {
    background: #f19c3e;
    height: 50px;
    padding: 10px 36px;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
}

.font-18 {
    font-size: 18px !important;
}

.step-container {
    padding-top: 20px;
}

.step-block__item-number {
    font-size: 30px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.4);
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.step-block__item-content {
    padding-top: 10px
}

.step-block__item-content > p {
    font-weight: 600;
}

.extra-link a {
    margin-right: 20px;
    color: #f19c3e;
}

.featured-box {
    text-align: center;
}

.featured-box .featured-icon i {
    color: #f19c3e;
    text-align: center;
    font-size: 45px;
}

.text-orange {
    color: #f19c3e;
}

.border-radius-orange {
    border: 2px solid #f19c3e;
    border-radius: 50%;
    padding: 8px;
}

.featured-box .featured-icon i {
    color: #f19c3e;
}

.featured-box .featured-content .icon-o {
    font-size: 86px;
    color: rgba(0, 0, 0, 0.07);
    z-index: 2;
    font-weight: 400;
    text-transform: capitalize;
    position: absolute;
    bottom: 0;
    right: 60%;
}

.featured-icon {
    margin-bottom: 10px;
}

.featured-box .featured-content h4 {
    font-size: 18px;
    min-height: 45px;
    font-weight: 500;
    margin-bottom: 15px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.range-slider__value {
    display: inline-block;
    position: relative;
    width: 102px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #2c3e50;
    padding: 5px 10px;
    margin-left: 13px;
}

.range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #2c3e50;
    border-bottom: 7px solid transparent;
    content: "";
}

.required::after {
    content: "*";
    display: inline;
    font-size: 13px;
    color: #ce0000;
    padding-left: 5px;
}

#loans-form small.error {
    color: #ce0000;
}

input.error {
    border: 1px solid #ce0000 !important;
    box-shadow: rgba(206, 0, 0, 0.3) 0 0 4px 1px !important;
}

#bonus-section h1 {
    font-weight: bold;
    margin-bottom: 30px;
}

#bonus-section h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.text-block__item p + p {
    margin-top: 30px;
}

.text-block__item ol + h3, .text-block__item p + h3, .text-block__item ul + h3 {
    margin-top: 50px;
}

.text-block__item ol, .text-block__item ul {
    margin: 15px 0;
}

.text-block__item ol, .text-block__item ul li {
    color: #5e629c;
}

.text-block__item ol li + li, .text-block__item ul li + li {
    margin-top: 15px;
}

#error__page div {
    width: 100%;
    text-align: center;
}

#error__page .number {
    background: #fff;
    position: relative;
    font: 900 180px "Consolas";
    letter-spacing: 5vmin;
    text-shadow: 2px -1px 0 #000, 4px -2px 0 #0a0a0a, 6px -3px 0 #0f0f0f, 8px -4px 0 #141414, 10px -5px 0 #1a1a1a, 12px -6px 0 #1f1f1f, 14px -7px 0 #242424, 16px -8px 0 #292929;
}

#error__page .number::before {
    background-color: #151948;
    background-image: radial-gradient(closest-side at 50% 50%, #f19c3e 100%, rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #e91e63 100%, rgba(0, 0, 0, 0));
    background-repeat: repeat-x;
    background-size: 40vmin 40vmin;
    background-position: -100vmin 20vmin, 100vmin -25vmin;
    width: 100%;
    height: 100%;
    mix-blend-mode: screen;
    -webkit-animation: moving 10s linear infinite both;
    animation: moving 10s linear infinite both;
    display: block;
    position: absolute;
    content: "";
}

@-webkit-keyframes moving {
    to {
        background-position: 100vmin 20vmin, -100vmin -25vmin;
    }
}

@keyframes moving {
    to {
        background-position: 100vmin 20vmin, -100vmin -25vmin;
    }
}

#error__page .text p {
    padding-top: 35px;
}

#error__page .text p:first-child {
    font-size: 45px;
}

#error__page .text p:last-child {
    font-size: 18px;
}
