/* Header */

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    background: #fff;
    border-top: 5px solid #fa5a06;
    -webkit-box-shadow: 0px 10px 25px -3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 25px -3px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 25px -3px rgba(0,0,0,0.2);
}

.warning-content {
	color: #999;
}

.warning-content h2 {
	font-weight: 500;
}

.warning-content strong {
	font-weight: 700;
}

.warning-content hr{
    margin: 0;
    margin-top: 15px;
}

header a.logo-content {
    max-width: 180px;
    line-height: 0;
}

header .nav-desktop nav ul.bt-contact li a:hover {
    color: #fff !important;
}

header .nav-desktop nav > ul {
    display: inline-block;
    margin-right: 20px;
}

header .nav-desktop nav > ul.bt-contact {
    margin-right: 0px;
}

header .nav-desktop nav > ul > li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

header .nav-desktop nav > ul > li:last-child {
    margin-right: 0;
}

header .nav-desktop nav > ul > li > a,
header .nav-desktop nav > ul > li > span {
	color: #406573;
    font-size: inherit;
    display: block;
    line-height: 20px;
    position: relative;
}

header .nav-desktop nav > ul > li > a.menuactive:after,
header .nav-desktop nav > ul > li > a:hover:after,
header .nav-desktop nav > ul > li.menuactive span:after,
header .nav-desktop nav > ul > li > span:hover:after {
    position: absolute;
    content: "";
}

header .nav-desktop nav > ul > li > ul > li {
    position: relative;
}

header .nav-desktop nav > ul > li > ul > li > a.menuactive:after,
header .nav-desktop nav > ul > li > ul > li > a:hover:after,
header .nav-desktop nav > ul > li > ul > li span:after,
header .nav-desktop nav > ul > li > ul > li > span:hover:after {
    content: none !important;
}

header .nav-desktop nav > ul > li.menuactive > a,
header .nav-desktop nav > ul > li.menuactive > span,
header .nav-desktop nav > ul > li.menuactive ul li.menuactive > a,
header .nav-desktop nav > ul > li.menuactive ul li.menuactive > span {
    color: #fa5a06 !important;
}

header .nav-desktop nav > ul > li.parent ul {
    position: absolute;
    background: #fff;
    padding: 10px 20px;
    -webkit-filter: drop-shadow(0 8px 20px rgba(51,63,72,.1));
    filter: drop-shadow(0 8px 20px rgba(51,63,72,.1));
    min-width: 230px;
    visibility: hidden;
    opacity: 0;
    margin-top: 20px;
    transition: .3s;
}

header .nav-desktop nav > ul > li.parent:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    transition: .3s
}

header .nav-desktop nav > ul > li.parent ul li {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

header .nav-desktop nav > ul > li.parent ul li:last-child {
    border-bottom: 0;
}

header .nav-desktop nav > ul > li.parent ul li a,
header .nav-desktop nav > ul > li.parent ul li > span {
    color: #406573;
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: 500;
    display: block;
    line-height: 1;
}

header .nav-desktop nav a:hover,
header .nav-desktop nav span:hover {
    color: #fa5a06 !important;
}

header .nav-desktop nav > ul > li > ul > li > ul > li > ul,
.nav-mobile nav > ul > li > ul > li > ul > li > ul {
    display: none;
}

header .nav-desktop nav > ul > li > ul > li > ul {
    top: 0;
    left: 100%;
}

header .nav-desktop nav > ul > li > ul > li.parent:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    transition: .3s;
}

header .nav-desktop nav a.menuactive {
    color: #fa5a06;
}

header .nav-desktop nav ul li a:hover {
    color: #fa5a06 !important;
}

header a.bt-log-in {
    font-size: 38px;
    color: #fa5a06;
}

header a.bt-log-in:hover {
    color: #d26004 !important;
}


/* Navigation mobile */

.nav-mobile {
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0;
    right: -400px;
    z-index: 99999;
    background: rgba(234,234,234,.9);
    transition: .6s;
    overflow: scroll;
}

.nav-mobile.open-nav {
    right: 0;
    transition: .6s;
}

.nav-mobile .inner {
    opacity: 0;
    transition: .2s;
}

.nav-mobile.open-nav .inner {
    opacity: 1;
    transition: 1.6s;
}

.nav-mobile .bt-close-nav {
    font-size: 32px;
    cursor: pointer;
    color: #406573;
}

.nav-mobile .bt-close-nav:hover {
    color: #fa5a06;
}

.nav-mobile nav ul li {
    padding: 10px 0;
    border-top: 1px solid #aaa;
}

.nav-mobile nav ul li:first-child {
    border-top: 0;
}

.nav-mobile nav ul li a {
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 500;
    color: #406573;
    width: 100%;
}

.nav-mobile nav ul li ul li {
    padding-left: 15px;
}

.nav-mobile nav ul li > span {
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 500;
    color: #406573;
    display: block;
    margin: 10px 0;
}

.nav-mobile nav > ul > li > ul > li:last-child {
    padding-bottom: 0;
}

.nav-mobile nav ul li a.menuactive,
.nav-mobile nav ul li a:hover {
    color: #fa5a06;
}

.bloc-close-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    top: 0;
    left: 0;
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

body.open-nav .bloc-close-nav {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.bt-open-nav {
    font-size: 44px;
    color: #fa5a06;
}

/* Heading */

.heading-content .container {
    margin-top: 220px;
}

.heading-content .background {
	background: rgb(229,229,229);
    background: linear-gradient(0deg, rgba(229,229,229,1) 0%, rgba(238,238,238,1) 100%);
	width: 100%;
	height: 94%;
    border-bottom: 1px solid #ddd;
}

.heading-content .background:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .8;
    background: url(img/bg-background.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.heading-content .background:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
    opacity: .8;
    background: linear-gradient(0deg, rgba(0,0,0,0.20351890756302526) 0%, rgba(238,238,238,0) 95%);
    z-index: 1;
}

/* Simulator */

.title strong {
	color: #fa5a06;
}

.simulator-content {
    margin: 30px 0;
}

.simulator-content .img-content.foox-02 {
    max-width: 260px;
    margin-bottom: -40px;
}

.active-top .simulator-content .img-content.foox-01 {
    opacity: 1;
    transition: .1s;
    left: 0;
}

.simulator-content .img-content.foox-01 {
    transform: translateX(-70px) translateY(115px) scale(2.3);
    transform-origin: left bottom;
    left: -50px;
    position: relative;
    opacity: 0;
    transition: .1s;
}

.simulator-content .simulator {
	background: #fff;
    width: 87.5%;
}

.simulator-content .simulator .inner {
    width: 75%;
    padding: 40px 50px;
    margin: 0 12.5%;
}

.simulator-content .simulator .bt-type {
	background: #fff;
	border-radius: 10px;
	padding: 10px 5px;
	cursor: pointer;
    border: 2px solid #ddd;
    -webkit-box-shadow: 4px 4px 14px -3px rgba(0,0,0,0.15);
    -moz-box-shadow: 4px 4px 14px -3px rgba(0,0,0,0.15);
    box-shadow: 4px 4px 14px -3px rgba(0,0,0,0.15);
    font-weight: 500;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.simulator-content .simulator .bt-type:hover {
    background: #f9f9f9;
}

.simulator-content .simulator .bt-type span {
    line-height: 1;
    display: block;
    margin-bottom: 5px;
}

.bt-type.active {
    border: 2px solid #fa5a06 !important;
    background: #fff !important;
    color: #fa5a06 !important;
}

.simulator-content .simulator .bt-type .icon {
    width: 60px;
    margin: auto;
    line-height: 0;
}

.simulator-content .custom-radio {
    margin: 0 5px;
    white-space: nowrap;
}

.simulator-content span.max_credit_value,
.simulator-content span.min_credit_value,
.simulator-content span.max_credit_term,
.simulator-content span.min_credit_term {
    color: red;
    font-size: 14px;
    display: block;
    text-align: center;
}

.simulator-content .step-value {
    max-width: 490px;
    margin: auto;
}

.step-value button {
    appearance: none;
    -moz-appearance: none;
    border: 2px solid #ddd;
    background: #fff;
    border-radius: 20px;
    padding: 5px 15px;
    font-weight: 500;
    margin: 5px 2px;
    color: #406573 !important;
}

.step-value button:hover {
    background: #f9f9f9;
}

.step-value button.active {
    border: 2px solid #fa5a06 !important;
    background: #fff !important;
    color: #fa5a06 !important;
}

.simulator-content .simulator .bt-moreless {
    -webkit-box-shadow: 4px 4px 14px -3px rgba(0,0,0,0.15);
    -moz-box-shadow: 4px 4px 14px -3px rgba(0,0,0,0.15);
    box-shadow: 4px 4px 14px -3px rgba(0,0,0,0.15);
}


.simulator-content .result-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
}

.simulator-content .result-content .inner {
    background: #fa5a06;
    width: 100%;
    height: calc(100% - 80px);
    min-height: 490px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.08);
    box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.08);
    position: relative;
    border-radius: 16px !important;
}

.simulator-content .result-content .inner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(img/bg-background-2.png) no-repeat;
    background-size: cover;
    background-position: 20%;
    top: 0;
    left: 0;
    opacity: .15;
    z-index: 0;
}


.result-content .result-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.result-content .result-list .result {
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
    width: 100%;
    text-align: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin: 5px 0;
}

.result-content .result-list .result:last-child {
    border-bottom: 0;
}

.result-content .result-list .result .icon {
    width: 45px;
    margin: auto;
}

.result-content .result-list .result p {
    font-size: 18px;
    font-weight: 500;
}

.result-content .result-list .result p strong {
    font-weight: 900;
    letter-spacing: 1px;
}

.result-content .bt-step {
    position: relative;
    z-index: 1;
    margin-top: 5px;
}

.result-content .bt-step a {
    -webkit-animation: fxscale 2s infinite;
    animation: fxscale 2s infinite;
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

@-webkit-keyframes fxscale {
  0% {
    -webkit-transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes fxscale {
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}