/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #6b6b6b;
    padding-top: 63px;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.space {padding: 50px 0;}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {font-family: 'Ubuntu', sans-serif; color: #374353;}

h1 {font-size: 26px; line-height: 32px;}
h2 {font-size: 22px; line-height: 28px;}
h3 {font-size: 18px; line-height: 28px;}
h4 {font-size: 18px; line-height: 28px;}
h5 {font-size: 18px; line-height: 28px;}
h6 {font-size: 18px; line-height: 28px;}

strong {font-weight: 700;}

a {
    color: #F63242;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #F63242;
    outline: 0;
    text-decoration: none;
}

p {
    color: #6b6b6b;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.heading {
    color: #374353;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 35px 0;
    position: relative;
}

.heading:after {
    content: "";
    width: 10px;
    height: 3px;
    background-color: #374353;
    position: absolute;
    left: 50%;
    bottom: -16px;
    margin-left: -5px;
}

.sub-heading {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    display: table;
}

.page-info {
    padding: 40px 0;
    background: url('../imgs/intro-bgr.jpg') center center no-repeat;
    background-size: cover;
}

.page-info .heading {
    color: #374353;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    margin: 0 0 35px 0;
    position: relative;
    font-weight: bold;
    color: #fff;
}

.page-info .heading:after {
    content: "";
    width: 10px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: -16px;
    margin-left: -5px;
}

.page-info .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.page-info .breadcrumb .breadcrumb-item {
    font-weight: bold;
    color: #fff;
}

.page-info .breadcrumb .breadcrumb-item a {
    color: #fff;
    font-weight: normal;
}

.page-info .breadcrumb .breadcrumb-item::before {
    color: #fff;
    font-weight: normal;
}

hr {
    border: 0;
    background-image: linear-gradient(to right, rgb(32, 207, 212) 60%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 20px 4px;
    background-repeat: repeat-x;
    height: 4px;
}

header {
    padding: 15px 0;
    background-color: rgba(255,255,255,.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.header-bgr {
    background-color: #fff;

    box-shadow: 0 4px 3px 0 rgba(162, 162, 162, 0.12),
        0 0 1px 0 rgba(144, 144, 144, 0.25);
}

header .logo {
    position: relative;
}

header .logo img {
    position: absolute;
    top: -50px;
    max-width: 200px;
}

header .phone {
    margin-left: -50px;
}

header .phone a {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin: 2px 0 0 0;
    color: #374353;
}

header .phone a:hover {
    color: #F63242;
}

header .phone a img {
    vertical-align: bottom;
    height: 30px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

header nav {
    text-align: right;
}

header nav ul {
    font-size: 0;
}

header nav ul li {
    display: inline-block;
    margin: 0 18px;
}

header nav ul li a {
    display: block;
    padding: 6px 0;
    font-size: 14px;
    color: #374353;
}

header nav ul li.profile-link a {
    background-color: #F63242;
    border-radius: 30px;
    color: #fff;
    padding: 6px 19px;
    font-size: 13px;
    font-weight: bold;
}

header nav ul li.profile-link a:hover {
    background-color: #ec3342;
    border-color: #F63242;
}

main {
    position: relative;
    overflow: hidden;
}

.intro {
    padding: 50px 0;
    background: url('../imgs/intro-bgr.jpg') center center no-repeat;
    background-size: cover;
    height: 470px;
    position: relative;
}

.intro:before {
    content: "";
    height: 220px;
    width: 220px;
    background: url(../imgs/money.png) center top no-repeat;
    background-size: 100%;
    position: absolute;
    left: -30px;
    bottom: -190px;
    z-index: 3;
}

.intro:after {
    content: "";
    height: 310px;
    width: 220px;
    background: url(../imgs/businessman.png) center top no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0px;
    bottom: -120px;
    z-index: 3;
}

.intro h1 {
    font-size: 24px;
    line-height: 30px;
    padding: 0 20px;
    text-align: center;
    color: #fff;
}

.intro h1 span {
    font-size: 28px;
    font-weight: bold;
}

.intro .calculator {
    background: url('../imgs/wallet.png') center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 542px;
    z-index: 4;
    position: relative;
}

.intro .calculator .right-side,
.intro .calculator .left-side {
    width: 50%;
    display: inline-block;
    float: left;
}

.intro .calculator .left-side .credits-container {
    padding: 109px 62px 0 70px;
    height: 342px;
}

.intro .calculator .left-side .credits-list {
    position: relative;
}

.intro .calculator .left-side .credit.active {
    height: 63px;
}

.intro .calculator .left-side .credit:after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 40px;
    opacity: 0;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.intro .calculator .left-side .credit.active:after {
    opacity: 1;
}

.intro .calculator .left-side .credit.active .credit-name {
    padding-top: 5px;
    font-size: 22px;
}

.intro .calculator .left-side .credit.active .credit-value {
    bottom: 8px;
}

.intro .calculator .left-side .credit {
    background-color: #ddd;
    color: #fff;
    margin: 0 0 19px 0;
    padding: 5px 10px;
    border-radius: 10px 10px 0 0;
    position: absolute;
    width: 100%;
    cursor: pointer;
    height: 53px;

    transition: height .2s ease-in-out 
}

.intro .calculator .left-side .credit.green {
    background-color: #02C9A8;
    bottom: -71px;
}

.intro .calculator .left-side .credit.yellow {
    background-color: #FEBC28;
    bottom: -150px;
}

.intro .calculator .left-side .credit.purple {
    background-color: #9558FF;
    bottom: -230px;
}

.intro .calculator .left-side .credit .credit-name {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    text-align: center;
    font-weight: bold;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.intro .calculator .left-side .credit .credit-value {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 4px;
    width: 200px;
    margin-left: -100px;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.intro .calculator .left-side .credit-example {
    text-align: center;
    padding: 0 60px;
}

.intro .calculator .left-side .credit-example h5 {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 5px 0;
}

.intro .calculator .left-side .credit-example p {
    margin: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 15px;
}

.intro .calculator .right-side .calc-slider-container {
    padding: 109px 62px 0 50px;
    height: 250px;
}

.intro .calculator .right-side .calc-slider-container .calc-slider-row {
    margin: 0 0 30px 0;
}

.intro .calculator .right-side .calc-slider-container .calc-slider-value {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}

.intro .calculator .right-side .calc-slider-container .calc-slider-value .label {
    display: inline-block;
    width: 44px;
}

.intro .calculator .right-side.plan-01 .calc-slider-container .calc-slider-value .value {
    color: #02C9A8;
}

.intro .calculator .right-side.plan-02 .calc-slider-container .calc-slider-value .value {
    color: #FEBC28;
}

.intro .calculator .right-side.plan-03 .calc-slider-container .calc-slider-value .value {
    color: #9558FF;
}

.intro .calculator .right-side .calc-slider-container .calc-slider-value .value {
    background-color: #fff;
    padding: 4px 12px;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    display: inline-block;
    margin: 0 8px;
    border-radius: 5px;
}

.intro .calculator .right-side .calc-slider-container .calc-slider-value .value.sum-value {
    padding: 4px 18px;
}

.intro .calculator .right-side .calc-slider-container .calc-slider {
    padding-left: 17px;
}

.intro .calculator .right-side .calc-slider-container .calc-slider .range-field {
    padding: 0 12px;
    margin: 12px 0 0 0;
}

.intro .calculator .right-side.plan-01 .calc-slider-container .calc-slider button {
    color: #02C9A8;
}

.intro .calculator .right-side.plan-02 .calc-slider-container .calc-slider button {
    color: #FEBC28;
}

.intro .calculator .right-side.plan-03 .calc-slider-container .calc-slider button {
    color: #9558FF;
}

.intro .calculator .right-side .calc-slider-container .calc-slider button {
    background-color: #fff;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 0;
    border-radius: 100%;
    outline: none;
    font-size: 16px;
}

.intro .calculator .right-side .calc-total ul {
    text-align: right;
    margin: 0 auto;
    display: table;
}

.intro .calculator .right-side .calc-total ul li {
    color: #fff;
    font-size: 18px;
    margin: 0 0 5px 0;
}

.intro .calculator .right-side .calc-total ul li span {
    width: 100px;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.intro .calculator .right-side.plan-01 .btn {
    background-color: #02c9a8;
    border-color: #02c9a8;
}

.intro .calculator .right-side.plan-02 .btn {
    background-color: #FEBC28;
    border-color: #FEBC28;
}

.intro .calculator .right-side.plan-03 .btn {
    background-color: #9558FF;
    border-color: #9558FF;
}

.intro .calculator .right-side .btn {
    margin: 25px auto 0;
    display: table;
    color: #fff;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.intro .calculator .right-side .btn:hover {
    opacity: .9;
}

.how-it-work {
    margin-top: 90px;
    position: relative;
}

.how-it-work:before {
    content: "";
    background: url('../imgs/circle.png') center center no-repeat;
    background-size: cover;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 28%;
    left: -5%;
}

.how-it-work ul:before {
    content: "";
    position: absolute;
    top: 126px;
    left: 10%;
    width: 80%;
    border-bottom: 4px dashed #20CFD4;
}

.how-it-work ul {
    margin-top: 60px;    
}

.how-it-work ul li figure .icon {    
    border-radius: 100%;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 1px 40px rgba(221, 221, 221, 0.60);
    width: 130px;
    height: 130px;
    margin: 0 auto 20px;
    border: 4px dashed #fff;
    cursor: pointer;
}

.how-it-work ul li figure .icon:hover {
    border: 4px dashed #20CFD4;
    box-shadow: none;
}

.how-it-work ul li figure .icon img {
    margin: 6px auto;
    display: table;
    height: 82px;
}

.how-it-work ul li figure figcaption {
    color: #20CFD4;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.how-it-work ul li figure figcaption span {
    text-transform: lowercase;
    font-weight: normal;
    display: block;
    color: #374353;
}


.what-we-offer {
    background-color: #20CFD4;
    padding-bottom: 110px;
    position: relative;
}

.what-we-offer .container {
    position: relative;
    z-index: 10;
}

.what-we-offer:before {    
    content: "";
    background: url(../imgs/plus.png) center center no-repeat;
    background-size: cover;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 25%;
    left: -4%;
}

.what-we-offer .plus:after {
    content: "";
    background: url('../imgs/plus.png') center center no-repeat;
    background-size: cover;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 49%;
    left: 30%;
}

.what-we-offer .plus:before {
    content: "";
    background: url('../imgs/plus.png') center center no-repeat;
    background-size: cover;
    width: 300px;
    height: 300px;
    position: absolute;
    top: -21%;
    right: -5%;
}

.what-we-offer:after {
    content: "";
    background: url('../imgs/plus.png') center center no-repeat;
    background-size: cover;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 25%;
    left: 67%;
}

.what-we-offer .heading:after {
    background-color: #fff;
}

.what-we-offer .sub-heading,
.what-we-offer .heading {
    color: #fff;
}

.what-we-offer ul {
    margin-top: 100px;    
}

.what-we-offer ul li figure {
    background-color: #D2F6F6;
    text-align: center;
    padding: 40px 18px;
    border-radius: 20px;
    cursor: pointer;
}

.what-we-offer ul li:hover figure {
    background-color: #fff;
}

.what-we-offer ul li figure a {
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: -17px;
    width: 170px;
    margin-left: -85px;

    -webkit-transition: all .0s;
    -moz-transition: all .0s;
    -o-transition: all .0s;
    transition: all .0s;
}

.what-we-offer ul li:hover figure a {
    opacity: 1;
}

.what-we-offer ul li figure figcaption {
    font-weight: bold;
    color: #04bcc1;
    font-size: 16px;
}

.what-we-offer ul li figure .icon {
    height: 200px;
}

.what-we-offer ul li figure .icon img {
    margin-top: -100px;
}

.before-help-section {
    margin-bottom: 70px;
}

.help {    
    padding: 50px 0;
    background: url('../imgs/help-bgr.jpg') center center no-repeat;
    background-size: cover;
    position: relative;
}

.help-money {
    position: relative;
}

.help-money:before {
    content: "";
    position: absolute;
    top: 150px;
    left: -3%;
    background: url(../imgs/help-left-money.png) center top no-repeat;
    background-size: cover;
    width: 220px;
    height: 100px;
}

.help:before {
    content: "";
    position: absolute;
    top: -60px;
    left: 15%;
    background: url(../imgs/help-businessman.png) center top no-repeat;
    background-size: cover;
    width: 200px;
    height: 350px;
}

.help:after {
    content: "";
    position: absolute;
    top: -60px;
    right: -10%;
    background: url(../imgs/help-money.png) center top no-repeat;
    background-size: cover;
    width: 550px;
    height: 350px;
}

.help .heading:after {
    background-color: #fff;
}

.help .sub-heading,
.help .heading {
    color: #fff;
}

.help .sub-heading {
    margin-bottom: 15px;
}

.help .phone {
    margin: 40px auto 0;
    display: table;
    font-size: 20px;
    font-weight: bold;
}

.help .phone a img {
    vertical-align: bottom;
    height: 30px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.help .phone a {
    color: #fff;
}


.about .about-text p:last-of-type,
.about .about-mission p:last-of-type {
    margin: 0;
}


.contacts .map {
    position: relative;
    background-color: #bbb;
    height: 500px;
}

.contacts .map .map-filter {
    background-color: #fff;
    width: 300px;
    position: absolute;
    top: 50px;
    right: 15%;
    z-index: 1;
}

.contacts .map #map {
    width: 100%;
    height: 100%;
}

.contacts .map .map-filter {
    background-color: #20CFD4;
    border-radius: 20px;
}

.contacts .map .map-filter .filter-head {
    padding: 30px 20px;
}

.contacts .map .map-filter .filter-head h3 {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
}

.contacts .map .map-filter .filter-body select {
    width: 100%;
    height: 42px;
    padding: 7px 15px;
    border-radius: 5px;
    border: 0;
}

.contacts .map .map-filter .filter-body {
    padding: 0 20px 30px 20px;
}

.contacts .map .map-filter .filter-body button {
    margin: 45px auto 0;
    width: 70%;
    display: table;
}

.contacts .map .map-filter .office-info {
    padding: 25px 0 0 0;
}

.contacts .map .map-filter .office-info div {
    color: #fff;
}

.contacts .map .map-filter .office-info div a {
    color: #fff;
}

.contacts .map .map-filter .office-info div span {
    font-weight: bold;
}

.contacts .map .map-filter .office-info .office-name,
.contacts .map .map-filter .office-info .office-phone,
.contacts .map .map-filter .office-info .office-address,
.contacts .map .map-filter .office-info .office-name {
    margin: 0 0 20px 0;
}


.contacts .contact-form {
    background-color: #20CFD4;
    border-radius: 20px;
    padding: 30px;
}

.contacts .contact-form h3 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin: 0 0 25px 0;
}

.contacts .contact-form label {
    color: #fff;
}

.contacts .contact-form button {
    margin: 40px auto 30px;
    display: table;
}

.contacts .contact-info .block {
    position: relative;
    padding: 0 0 0 50px;
}

.contacts .contact-info .block .info h3 {
    font-weight: bold;
    margin: 0 0 15px 0;
}

.contacts .contact-info .block .info p {
    margin: 0 0 5px 0;
    line-height: 20px;
}

.contacts .contact-info .block .info p a {
    color: #6b6b6b;
}

.contacts .contact-info .block .info p:last-of-type {
    margin: 0;
}

.contacts .contact-info .block .icon {
    position: absolute;
    top: 0;
    left: 0;
}

.faq .question {
    background-color: #20CFD4;
    border-radius: 20px 20px 0 0;
    padding: 20px 30px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    position: relative;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.faq .question.collapsed {
    border-radius: 20px;
}

.faq .accordion .question:after {
    font-family: 'FontAwesome';  
    content: "\f106"; 
    float: right; 
}

.faq .accordion .question.collapsed:after {
    content: "\f107";
}

.faq .answer .answer-content {
    padding: 30px 30px;
}

.faq .accordion-item {
    margin: 0 0 25px 0;
    box-shadow: 0px 2px 15px rgba(125, 139, 140, 0.15);
    border-radius: 20px;
}

.faq .accordion-item:last-of-type {
    margin: 0;
}


.online-application .application-desc {
    padding: 55px 0 0;
}

.online-application .application-desc h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px 0;
}

.online-application .application-desc ul li {
    margin: 0 0 14px 0;
    padding: 0 0 0 15px;
    position: relative;
}

.online-application .application-desc ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    color: #20CFD4;
    position: absolute;
    top: -3px;
    left: 0;
}

.online-application .application-img {
    margin-bottom: 15px;
}

.important h4 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px 0;
}

.important p {
    position: relative;
    padding: 0 0 0 18px;
}

.important p:before {
    content: "\f069";
    font-family: FontAwesome;
    font-size: 12px;
    color: #20CFD4;
    position: absolute;
    top: 1px;
    left: 0px;
}


.cash-credit .credit-parameters h4 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px 0;
}

.cash-credit .credit-parameters .parameters .parameters-heading-row {

}

.cash-credit .credit-parameters .parameters .parameters-heading-row ul li {
    padding: 10px 15px 15px;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid rgba(32, 207, 212, 0.3);
    text-transform: uppercase;
}

.cash-credit .credit-parameters .parameters .parameters-heading-row ul li.amount {
    border-right: 0;
    color: #20CFD4;
    text-transform: inherit;
    font-size: 16px;
}

.cash-credit .credit-parameters .parameters .parameters-heading-row ul li:last-of-type {
    border-right: 0;
}

.cash-credit .credit-parameters .parameters .parameters-heading-row ul li span {
    display: block;
    font-size: 16px;
    font-weight: bold;
}


.cash-credit .credit-parameters .parameters .parameters-row {
    background-color: #20CFD4;
    border-radius: 20px;
    margin: 0 0 25px 0;
    box-shadow: 0px 2px 15px rgba(125, 139, 140, 0.15);
}

.cash-credit .credit-parameters .parameters .parameters-row ul li {
    padding: 28px 15px;
    font-size: 20px;
    text-align: center;
    position: relative;
}

.cash-credit .credit-parameters .parameters .parameters-row:last-of-type ul li:after,
.cash-credit .credit-parameters .parameters .parameters-row ul li:last-of-type:after,
.cash-credit .credit-parameters .parameters .parameters-row ul li.amount:after {
    display: none;
}

.cash-credit .credit-parameters .parameters .parameters-row ul li:after {
    content: "";
    position: absolute;
    right: 3px;
    bottom: -25px;
    border-right: 1px solid rgba(32, 207, 212, 0.3);
    width: 1px;
    height: 25px;
}

.cash-credit .credit-parameters .parameters .parameters-row ul li.amount {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-right: 3px dashed #fff;
}



.loan .credit-benefits h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px 0;
    text-align: center;
}

.loan .credit-benefits ul {
    margin-top: 50px;    
}

.loan .credit-benefits ul li {
    width: 20%;
    float: left;
}

.loan .credit-benefits ul li figure .icon {    
    border-radius: 100%;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 1px 40px rgba(221, 221, 221, 0.60);
    width: 130px;
    height: 130px;
    margin: 0 auto 20px;
    border: 4px dashed #fff;
    cursor: pointer;
}

.loan .credit-benefits ul li figure .icon:hover {
    border: 4px dashed #20CFD4;
    box-shadow: none;
}

.loan .credit-benefits ul li figure .icon img {
    margin: 6px auto;
    display: table;
    height: 82px;
}

.loan .credit-benefits ul li figure figcaption {
    color: #20CFD4;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.loan .credit-benefits ul li figure figcaption span {
    text-transform: lowercase;
    font-weight: normal;
    display: block;
    color: #374353;
}


.notes {
    background-color: #20CFD4;
}

.notes h4 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px 0;
    color: #fff;
}

.notes p {
    color: #fff;
}

.notes p:before {
    color: #fff;
}


.form {
    background-color: #20CFD4;
    border-radius: 20px;
    padding: 30px;
}

.form hr {
    background-image: linear-gradient(to right, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 0%);
}

.form h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 30px 0;
    color: #fff;
}

.form h4 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 15px 0;
    color: #fff;
}

.form label {
    color: #fff;
}

.form-send {
    display: table;
    margin: 30px 0 0 auto;
}

.file-upload .file-area {
    background-color: #52d8dc;
    border: 2px dashed #70ebef;
    border-radius: 30px;
    margin: 5px 0 0 0;
    position: relative;
    padding: 15px 20px;
    min-height: 55px;
}

.file-upload .file-area button {
    position: absolute;
    right: 20px;
    top: 9px;
    background-color: transparent;
    border: 0;
    padding: 4px 6px;
    color: #374353;
    font-size: 16px;
}

.file-upload .file-area button:hover {
    text-decoration: underline;
}

.file-upload .file-area .file-msg {
    padding: 0 100px 0 0;
}

.file-upload .file-area .progress {
    background-color: #fff;
    height: 5px;
    margin: 8px 0 0 0;
}

.file-upload .file-area .progress .progress-bar {
    background-color: #febc28;
}

.action {
    text-align: center;
}

.action h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px 0;
}


.checkbox-bgr {
    background-color: #8fe7e9;
    padding: 15px 25px 15px;
    border-radius: 5px;
    border: 1px solid #70f4f8;
    display: flex;
}

.checkbox-bgr label {
    color: #394251;
}

.checkbox-bgr a {
    color: #394251;
    font-weight: bold;
}

.checkbox-bgr a:hover {
    text-decoration: underline;
}


.steps {
    font-size: 0;
}

.steps .step {
    width: 25%;
    display: inline-block;
    text-align: center;
    position: relative;
}

.steps .step:after {
    content: "";
    width: 110px;
    height: 4px;
    display: block;
    border-bottom: 4px dashed #8fe7e9;
    position: absolute;
    top: 36px;
    left: 127px;
}

.steps .step.active:after {
    border-style: solid;
    border-color: #fff;
    border-width: 2px;
}

.steps .step.active-last:after {
    border-style: dashed;
    border-color: #8fe7e9;
}

.steps .step:last-of-type:after {
    display: none;
}

.steps .step.active .step-num {
    background-color: #fff;
    color: #21d0d5;
    border: 4px dashed #fff;
    z-index: 2;
    position: relative;
}

.steps .step .step-num {
    width: 75px;
    height: 75px;
    background-color: transparent;
    color: #8fe7e9;
    border: 4px dashed #8fe7e9;
    font-size: 40px;
    line-height: 65px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 13px auto;
    border-radius: 100%;
    display: table;
    z-index: 4;
}

.steps .step.active .step-desc {
    color: #fff;
}

.steps .step .step-desc {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #8fe7e9;
}


.confirmation h3 {
    text-align: center;
}

.confirmation p {
    margin: 0;
    color: #fff;
    text-align: center;
}

.confirmation .enter-code {
    width: 300px;
    margin: 20px auto 0;
    display: table;
    text-align: center;
}

.confirmation .enter-code .form-control {
    text-align: center;
    font-weight: bold;
}

.success h3 {
    text-align: center;
}

.success .hint-bgr {
    background-color: #8fe7e9;
    padding: 15px 25px 15px;
    border-radius: 5px;
    border: 1px solid #70f4f8;
    text-align: center;
}

.success .credit-info {
    background-color: #fff;
    width: 40%;
    margin: 0 auto 20px;
    display: table;
    padding: 25px;
    border-radius: 10px;
}

.success .credit-info ul {
    text-align: right;
}

.success .credit-info ul li {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 15px 0;
    color: #374353;
}

.success .credit-info ul li span {
    width: 100px;
    display: inline-block;
    text-align: left;
    font-weight: bold;
    color: #20CFD4;
    margin-left: 10px;
    text-transform: initial;
}


.login h3,
.login h4 {
    text-align: center;
    margin: 0 0 10px 0;
}

.login h4 a {
    font-weight: bold;
    color: #fff;
}

.login h4 a:hover {
    text-decoration: underline;
}

.login .forgot-password-link {
    text-align: right;
    color: #fff;
    display: block;
}

.login .forgot-password-link:hover {
    text-decoration: underline;
}

.login button {
    margin: 0 auto;
    display: table;
}


.notifications {
    margin: 50px 0 0 0;
}

.notifications ul li {
    display: block;
    background-color: rgba(143, 231, 233, 0.6);
    border: 1px solid rgba(112, 244, 248, 0.25);
    padding: 15px 20px;
    margin: 0 0 25px 0;
    border-radius: 10px;
}

.notifications ul li.unread {
    background-color: #8fe7e9;
    border: 1px solid #70f4f8;
}

.notifications ul li .notification {    
    padding: 0 0 0 34px;
}

.notifications ul li.unread .notification {
    font-weight: bold;
}

.notifications ul li .notification .notification-icon {
    position: absolute;
    top: -1px;
    left: 20px;
}

.notifications ul li.unread .notification .notification-icon {
    position: absolute;
    top: -1px;
    left: 20px;
}

.notifications ul li .notification-info {
    text-align: right;
    color: #fff;
}

.notifications ul li .notification-icon {
    margin-right: 5px;
}

.notifications ul li .notification-src {
    border-right: 1px solid #fff;
    padding-right: 8px;
    margin-right: 4px;
}

.payment-methods .form-control.form-control-border {
    border: 1px solid #20cfd4;
}

.payment-methods .form-group label {
    color: #6b6b6b;
}

.payment-methods .payment-item {
    margin: 0 0 25px 0;
    position: relative;
}


.payment-methods .payment-item input[type=radio] {
    position: absolute;
    left: 0;
    opacity: 0;
}

.payment-methods .payment-item label.accordion-label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 17px;
    left: 33px;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; 
}

.payment-methods .payment-item label.accordion-label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    top: 20px;
    left: 36px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); 
}

.payment-methods .payment-item input[type="radio"]:checked + label.accordion-label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); 
}


.payment-methods .payment-item ul li span {
    font-weight: bold;
    color: #20CFD4;
}

.payment-methods .payment-item:last-of-type {
    margin: 0;
}

.payment-methods .payment-method {
    border: 1px solid #70f4f8;
    border-radius: 5px 5px 0 0;
}

.payment-methods .payment-method.collapsed {
    border-radius: 5px 5px 5px 5px;
}

.payment-methods .payment-method label {
    color: #6b6b6b;
    display: block;
    background-color: #8fe7e9;
    padding: 15px 20px 15px 40px;
    font-weight: bold;
}

.payment-methods .payment-method-content {
    padding: 30px 30px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}

.payment-methods .payment-method:after {
    font-family: 'FontAwesome';
    content: "\f106";
    position: absolute;
    right: 15px;
    top: 15px;
}

.payment-methods .payment-method.collapsed:after {
    content: "\f107";
}

.asterisk {
    position: relative;
    padding: 0 0 0 18px;
}

.asterisk:before {
    content: "\f069";
    font-family: FontAwesome;
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 12px;
}

.profile-history p {
    color: #fff;
}


aside {
    margin: 100px 0 0 0;
}

aside h3 {
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 14px;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 20px;
}

aside h3:before {
    content: "\f107";
    font-family: FontAwesome;
    color: #20CFD4;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 0px;
}

aside ul li a {
    color: #374353;
    padding: 7px 0 7px 30px;
    display: block;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

aside ul li a:hover {
    color: #20CFD4;
}

aside ul li a.profile-icon {
    background: url(../imgs/icons/profile.png) center left no-repeat;
    background-size: 17px;
}

aside ul li a.notifications-icon {
    background: url(../imgs/icons/notifications.png) center left no-repeat;
    background-size: 17px;
}

aside ul li a.payment-icon {
    background: url(../imgs/icons/payment.png) 0 10px no-repeat;
    background-size: 17px;
}

aside ul li a.credits-icon {
    background: url(../imgs/icons/credits.png) center left no-repeat;
    background-size: 17px;
}

aside ul li a.promotions-icon {
    background: url(../imgs/icons/promotions.png) center left no-repeat;
    background-size: 17px;
}

aside ul li a.logout-icon {
    background: url(../imgs/icons/logout.png) center left no-repeat;
    background-size: 17px;
}

aside ul li a.profile-icon.active,
aside ul li a.profile-icon:hover {
    background: url(../imgs/icons/profile-blue.png) center left no-repeat;
    background-size: 17px;
    color: #20CFD4;
}

aside ul li a.notifications-icon.active,
aside ul li a.notifications-icon:hover {
    background: url(../imgs/icons/notifications-blue.png) center left no-repeat;
    background-size: 17px;
    color: #20CFD4;
}

aside ul li a.payment-icon.active,
aside ul li a.payment-icon:hover {
    background: url(../imgs/icons/payment-blue.png) 0 10px no-repeat;
    background-size: 17px;
    color: #20CFD4;
}

aside ul li a.credits-icon.active,
aside ul li a.credits-icon:hover {
    background: url(../imgs/icons/credits-blue.png) center left no-repeat;
    background-size: 17px;
    color: #20CFD4;
}

aside ul li a.promotions-icon.active,
aside ul li a.promotions-icon:hover {
    background: url(../imgs/icons/promotions-blue.png) center left no-repeat;
    background-size: 17px;
    color: #20CFD4;
}

aside ul li a.logout-icon.active,
aside ul li a.logout-icon:hover {
    background: url(../imgs/icons/logout-blue.png) center left no-repeat;
    background-size: 17px;
    color: #20CFD4;
}


aside .widget-calc .credits-list .credit {
    color: #fff;
    margin: 0 0 19px 0;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
    height: 53px;
    position: relative;
    text-align: center;
}

aside .widget-calc .credits-list .credit input[type=radio] {
    position: absolute;
    left: 0;
    opacity: 0;
}

aside .widget-calc .credits-list .credit label {
    padding: 5px 10px;
    height: 100%;
    width: 100%;
    position: relative;
}

aside .widget-calc .credits-list .credit label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 17px;
    left: 33px;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; 
}

aside .widget-calc .credits-list .credit label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    top: 20px;
    left: 36px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); 
}

aside .widget-calc .credits-list .credit input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); 
}

aside .widget-calc .credits-list .credit .credit-name {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    text-align: center;
    font-weight: bold;
}

aside .widget-calc .credits-list .credit .credit-value {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 4px;
    width: 200px;
    margin-left: -100px;
}

aside .widget-calc .credits-list .credit.green {
    background-color: #02C9A8;
}

aside .widget-calc .credits-list .credit.yellow {
    background-color: #FEBC28;
}

aside .widget-calc {
    margin: 30px 0 0 0;
    background-color: #384251;
    padding: 30px 15px;
    border-radius: 20px;
}

aside .widget-calc h4 {
    color: #fff;
    margin: 0 0 30px 0;
    font-size: 20px;
}


aside .widget-calc .calc-slider-container {
    margin: 40px 0 0 0;
    display: none;
}

aside .widget-calc .calc-slider-container .calc-slider-row {
    margin: 0 0 30px 0;
}

aside .widget-calc .calc-slider-container .calc-slider-value {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    margin: 0 0 10px 0;
}

aside .widget-calc .calc-slider-container .calc-slider-value .label {
    display: inline-block;
    width: 44px;
}

aside .widget-calc .calc-slider-container.plan-01 .calc-slider-value .value {
    color: #02C9A8;
}

aside .widget-calc .calc-slider-container.plan-02 .calc-slider-value .value {
    color: #FEBC28;
}

aside .widget-calc .calc-slider-container.plan-03 .calc-slider-value .value {
    color: #9558FF;
}

aside .widget-calc .calc-slider-container .calc-slider-value .value {
    background-color: #fff;
    padding: 4px 12px;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    display: inline-block;
    margin: 0 8px;
    border-radius: 5px;
}

aside .widget-calc .calc-slider-container .calc-slider-value .value.sum-value {
    padding: 4px 18px;
}

aside .widget-calc .calc-slider-container .calc-slider {
    padding-left: 17px;
}

aside .widget-calc .calc-slider-container .calc-slider .range-field {
    padding: 0 12px;
    margin: 12px 0 0 0;
}

aside .widget-calc .calc-slider-container.plan-01 .calc-slider button {
    color: #02C9A8;
}

aside .widget-calc .calc-slider-container.plan-02 .calc-slider button {
    color: #FEBC28;
}

aside .widget-calc .calc-slider-container.plan-03 .calc-slider button {
    color: #9558FF;
}

aside .widget-calc .calc-slider-container .calc-slider button {
    background-color: #fff;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 0;
    border-radius: 100%;
    outline: none;
    font-size: 16px;
}

aside .widget-calc .calc-slider-container.plan-01 .btn {
    background-color: #02c9a8;
    border-color: #02c9a8;
    color: #fff;
}

aside .widget-calc .calc-slider-container.plan-02 .btn {
    background-color: #FEBC28;
    border-color: #FEBC28;
    color: #fff;
}

aside .widget-calc .calc-slider-container.plan-03 .btn {
    background-color: #9558FF;
    border-color: #9558FF;
    color: #fff;
}

aside .widget-calc label {
    color: #fff;
}

aside .widget-calc .checkbox-bgr {
    background-color: #9AA1A9;
    border-color: transparent;
}






footer {
    background-color: #fff;
    padding: 50px 0 0;
    border-top: 1px solid #20CFD4;
}

footer h3 {
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

footer .footer-nav {
    margin: 0 0 30px 0;
}

footer .footer-nav li {
    display: block;
    margin: 0 0 7px 0;
}

footer .footer-nav li a {
    color: #20CFD4;
}

footer .footer-nav li a:hover {
    text-decoration: underline;
}

footer .footer-social li {
    display: inline-block;
    margin-right: 10px;
}

footer .footer-social li a {
    color: #20CFD4;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    box-shadow: 0px 1px 40px rgba(221, 221, 221, 0.60);
    display: block;
    text-align: center;
    border-radius: 100%;
}

footer .footer-about {
    margin: 0 0 10px 0;
}

footer .copyright {
    border-top: 2px solid #20CFD4;
    padding: 15px 0;
}

footer .copyright p {
    margin: 0;
}

footer .copyright img {
    height: 50px;
    margin: 0 auto;
    display: block;
}


.form-control {
    height: 42px;
    border: 0;
}

.form-control:focus {
    outline: none;
    background-color: #f5f5f5;
    box-shadow: none;
    border: 0;
}

.form-group label {
    margin: 0 0 3px 0;
}

.form-group {
    margin-bottom: 20px;
}


.btn {
    border-radius: 50px;
    padding: 7px 30px;
    font-weight: bold;
    text-transform: uppercase;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}


.tooltip-inner {
    max-width: 300px;
}


.ui-widget.ui-widget-content {
    border: 0;
}

.ui-slider-horizontal {
    height: 5px;
}

.plan-01 .ui-slider-horizontal .ui-slider-handle {
    background-color: #02C9A8;
}

.plan-02 .ui-slider-horizontal .ui-slider-handle {
    background-color: #FEBC28;
}

.plan-03 .ui-slider-horizontal .ui-slider-handle {
    background-color: #9558FF;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    width: 18px;
    height: 18px;
    margin-left: -9px;
}

.plan-01 .ui-slider .ui-slider-range {
    background-color: #02C9A8;
}

.plan-02 .ui-slider .ui-slider-range {
    background-color: #FEBC28;
}

.plan-03 .ui-slider .ui-slider-range {
    background-color: #9558FF;
}

.ui-slider .ui-slider-handle {
    border-radius: 100%;
    border: 0;
}

.btn-danger {
    background-color: #F63242;
    border-color: #F63242;
}

.btn-danger:hover {
    background-color: #ec3342;
    border-color: #ec3342;
}