
*, :before, :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    background: #FFFFFF;
}

/* BASIC STYLES */

.container {
    max-width: 1480px;
    padding: 0 20px;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    line-height: 100%;
    letter-spacing: 0;
    color: #05396B;
}

h1 {
    font-weight: 600;
    font-size: 72px;
    text-align: center;
    margin-bottom: 24px;
}

h2 {
    font-weight: 600;
    font-size: 40px;
    text-align: center;
}

h3 {
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
}

h4 {
    font-weight: 500;
    font-size: 24px;
}

h5 {
    font-weight: 500;
    font-size: 20px;
}

.text {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #05396B;
}

.text.small {
    font-size: 14px;
    margin-bottom: 2px;
}

.footer-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #21366B;
}

.green-yellow-color {
    color: var(--green-yellow) !important;
}

.grey-color {
    color: var(--grey) !important;
}

.indigo-color {
    color: var(--indigo) !important;
}

.dark-blue-color {
    color: var(--dark-blue) !important;
}

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

.gradient-text-bg {
    background: linear-gradient(85.93deg, #70CAC1 -33.07%, #C9F156 112.59%);
    padding: 4px;
    border-radius: 26px;
}

.d-flex-column-default {
    display: flex;
    flex-direction: column;
}

.d-flex {
    display: flex;
}

.ai-c {
    align-items: center;
}

.ai-e {
    align-items: flex-end;
}

.ai-s {
    align-items: flex-start;
}

.jc-c {
    justify-content: center;
}

.jc-e {
    justify-content: flex-end;
}

.jc-s {
    justify-content: flex-start;
}

.jc-sb {
    justify-content: space-between;
}

.mb-4 {
    margin-bottom: 4px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.gap-16 {
    gap: 16px;
}

.gap-20 {
    gap: 20px;
}

.gap-24 {
    gap: 24px;
}

.gap-40 {
    gap: 40px;
}

input[type="range"] {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
}

/* Track styles for WebKit browsers (Chrome, Safari, Edge) */
input[type="range"]::-webkit-slider-runnable-track {
    height: 24px;
    border-radius: 24px;
    background: linear-gradient(to right, #31BEFF 0%, #05396B var(--fill-percent), #98DEFF var(--fill-percent), #98DEFF 100%);
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 32px;
    width: 32px;
    background: #B2E783;
    border: 4px solid #FFFFFF;
    box-shadow: 0px 2px 5.1px 0px #06060452;
    cursor: pointer;
    margin-top: -4px;
    border-radius: 50%;
}

/* Track styles for Firefox */
input[type="range"]::-moz-range-track {
    height: 24px;
    border-radius: 24px;
    background: linear-gradient(to right, #31BEFF 0%, #05396B var(--fill-percent), #98DEFF var(--fill-percent), #98DEFF 100%);
    border: none;
}

input[type="range"]::-moz-range-thumb {
    height: 32px;
    width: 32px;
    background: #B2E783;
    border: 4px solid #FFFFFF;
    box-shadow: 0px 2px 5.1px 0px #06060452;
    cursor: pointer;
    margin-top: -4px;
    border-radius: 50%;
}

/* For the unfilled portion of the track */
input[type="range"] {
    background: #ECECEC;
    border-radius: 24px;
}

/* Firefox specific - to show the unfilled portion */
input[type="range"]::-moz-range-progress {
    background: linear-gradient(to right, #31BEFF 0%, #05396B var(--fill-percent), #98DEFF var(--fill-percent), #98DEFF 100%);
    height: 24px;
    border-radius: 24px;
}

input[type="text"] {
    background: transparent;
    border: none;
    outline: none;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #05396B;
    max-width: 200px;
}

input[type="text"]::placeholder {
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    line-height: 34px;
    color: #05396B;
}

.calculator {
    max-width: 370px;
    width: 100%;
}

.calculator-details {
    max-width: 370px;
    width: 100%;
}

.calculator-details .btn {
    width: 100%;
    margin-bottom: 32px;
}

.calculator-details .additional-info {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #949494;
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
}

.calculator-calculation__list {
    background: #EEFBFF;
    padding: 24px;
    border-radius: 24px;
    max-width: 370px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 32px;
}

.calculator-calculation__list .calculator-detail {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #239CE6;
}

.calculator-calculation__list li {
    display: flex;
    gap: 4px;
    justify-content: space-between;
}

.calculator-calculation__list .value {
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #239CE6;
}

.calculator-wrapper {
    display: flex;
    gap: 48px;
}

.calculator-wrapper .calculator-input-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 370px;
    width: 100%;
    position: relative;
    margin-bottom: 32px;
}

.calculator-block-wrapper {
    background: #FFFFFF;
    padding: 32px 32px 64px 32px;
    border-radius: 32px;
    max-width: 852px;
    width: 100%;
}

.calculator-indicators-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.calculator-indicators-wrapper .calculator-indicator {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #65829F;
}

.calculator-details {
    max-width: 370px;
    width: 100%;
}

.calculator-details .btn {
    width: 100%;
    margin-bottom: 32px;
}

.calculator-details .additional-info {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #949494;
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
}

.calculator-calculation__list {
    background: #EEFBFF;
    padding: 24px;
    border-radius: 24px;
    max-width: 370px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 32px;
}

.calculator-calculation__list .calculator-detail {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #239CE6;
}

.calculator-calculation__list li {
    display: flex;
    gap: 4px;
    justify-content: space-between;
}

.calculator-calculation__list .value {
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #239CE6;
}

.calculator-wrapper {
    display: flex;
    gap: 48px;
}

.calculator-wrapper .calculator-input-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 370px;
    width: 100%;
    position: relative;
    margin-bottom: 32px;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(90deg, #31BEFF 0%, #05396B 100%);
    max-width: 352px;
    width: 100%;
    height: 68px;
    border: none;
    cursor: pointer;
    transition: .1s all linear;
    border-radius: 54px;
}

.btn:hover {
    transform: scale(1.01);
}

.btn.btn-enter {
    background: #D8F4C1;
    height: 56px;
    width: 120px;
    color: #05396B;
}

header {
    position: fixed;
    background: #FFFFFF;
    z-index: 10;
    width: 100%;
}

header .header__wrapper {
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.first-screen {
    padding-top: 160px;
}

section.first-screen .subtitle {
    max-width: 722px;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #65829F;
}

section.first-screen .first-screen__wrapper {
    background: url("../img/first-screen-bg-img.png") bottom no-repeat, linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #78D4FF 100%);
    border-radius: 0 0 50px 50px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.calculator {
    max-width: 412px;
    width: 100%;
    background: #FFFFFF80;
    border: 4px solid #05396B;
    border-bottom: none;
    padding: 20px 30px 30px 30px;
    border-radius: 36px 36px 0 0;
    backdrop-filter: blur(11.399999618530273px)

}

.percent-rate {
    background: #31BEFF;
    padding: 20px 16px;
    max-width: 352px;
    width: 100%;
    border-radius: 16px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.percent-rate .percent-text {
    margin-right: 8px;
    font-size: 16px;
    color: #FFFFFF;
    max-width: 144px;
    width: 100%;
}

.percent-rate .rate {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #FFFFFF;
}

.section-pb {
    padding-bottom: 120px;
}

.list-mt {
    margin-top: 64px;
}

section.how-it-works {

}

section.how-it-works ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

section.how-it-works ul li {
    max-width: 466px;
    width: 100%;
    display: flex;
    gap: 24px;
    background: linear-gradient(90deg, #78D4FF 0%, #EBF9FF 100%);
    padding: 38px 32px 0 32px;
    border-radius: 25px;
}

section.how-it-works ul li:last-child {
    padding-left: 0;
    gap: 0;
}

section.how-it-works ul li .wrapper {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.get-loan {

}

section.get-loan ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

section.get-loan ul li {
    max-width: 345px;
    width: 100%;
    height: 154px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../img/get-loan-item-form.svg") no-repeat;
    background-size: cover;
    position: relative;
}

section.get-loan h5 {
    width: 177px;
    text-align: left;
    margin-left: -72px;
}

section.get-loan ul li img {
    position: absolute;
    bottom: 0;
    right: 0;
}

section.only-you {

}

section.only-you .only-you__wrapper {
    background: linear-gradient(180deg, #78D4FF 0%, rgba(255, 255, 255, 0) 100%);
    padding: 64px 96px;
    border-radius: 50px 50px 0 0;
    display: flex;
    justify-content: center;
    gap: 64px;
}

section.only-you .only-you__wrapper h2 {
    max-width: 726px;
    text-align: right;
    margin-top: 24px;
}

footer {
    padding-bottom: 32px;
}

.footer-info-list li {
    max-width: 345px;
    width: 100%;
}

.links-list li {
    background: linear-gradient(90deg, #78D4FF 0%, #EBF9FF 100%);
    max-width: 275px;
    width: 100%;
    border-radius: 25px;

    transition: .1s all linear;
    cursor: pointer;
}

.links-list li:hover {
    background: linear-gradient(90deg, #61c6f6 0%, #EBF9FF 100%);
}

footer .title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #05396B;
}

.links-list li a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #05396B;
    width: 100%;
    padding: 20px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

footer .additional-info {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #65829F;
}