body {
  background-color: #121212!important;
  overflow-x: hidden;
  font-family: "Helvetica Neue", sans-serif!important;
}
* {
  font-family: "Helvetica Neue", sans-serif!important;
}
.disable-item {
  display: none!important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*# sourceMappingURL=main.css.map */
.background-for-loader{
  background-color: black;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  display: block;
  top: 0;
}
.background-for-loader .tiles{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.background-for-loader .loader{
  width: 239px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-268%);
}
.tiles-ul{
  list-style-type: none;
  padding: 0;
}
.tiles-ul li{
  position: relative;
}
.loader-image-1,.loader-image-2,.loader-image-3,.loader-image-5,.loader-image-4{
  width: 50px;
}
.tiles-1, .tiles-2, .tiles-3, .tiles-4, .tiles-5 {
  display: flex;
}
.tiles{
  position: relative;
}
.tiles-1{
  animation-name: animation-for-right;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  transition: all .5s;
}
.tiles-2{
  animation-name: animation-for-left;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  transition: all .5s;
}
.tiles-3{
  animation-name: animation-for-right;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  transition: all .5s;
}
.tiles-4{
  animation-name: animation-for-left;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  transition: all .5s;
}
.tiles-5{
  animation-name: animation-for-right;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  transition: all .5s;
}
@keyframes animation-for-right {
  0%{
    transform: translateX(50px);
  }
  50%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(50px);
  }
}
@keyframes animation-for-left {
  0%{
    transform: translateX(-50px);
  }
  50%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(-50px);
  }
}
.custom-range-filled {
    -webkit-appearance: none;
    height: 0.5rem;
    border-radius: 1rem;
    background: #eceeef;
    outline: none;
    cursor: pointer;
    width: 100%;
}

.custom-range-filled::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    background: #6A6A6A;
    border: 3px solid #252525;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.custom-range-filled::-moz-range-thumb {
    height: 17px;
    width: 17px;
    background: #6A6A6A;
    border: 3px solid #252525;
    border-radius: 50%;
}

.loan-calculator {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    padding-top: 60px;
}

.loan-calculator *,.calc-type {
    text-transform: uppercase;
}

.loan-calculator__info {
    width: 48%;

}

.loan-calculator__info-text {
    margin-bottom: 32px;
}

.loan-calculator input::-webkit-outer-spin-button,
.loan-calculator input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.loan-calculator input[type=number] {
    -moz-appearance: textfield;
}

.loan-calculator__item {
    margin-bottom: 22px;
    text-transform: uppercase !important;
    position: relative;
}

.loan-calculator__item input:not([type="range"]){
    width: 100%;
    margin-bottom: 4px;
    border: none !important;
    height: 77px;
    font-family: "Helvetica Neue ", sans-serif !important;
    text-transform: uppercase;

}
.btn.dropdown-toggle.room span{
    width: 100%;
    margin-bottom: 4px;
    border: none !important;
    height: 60px;
    font-family: "Helvetica Neue ", sans-serif !important;
    text-transform: uppercase;
    font-size: 20px;

}
.calc-result {
    text-align: right;
    position: absolute;
    right: 9px;
    bottom: 56px;
}
.loan-calculator__item input:focus {

    border: none !important;
    outline: none !important;
}

.loan-calculator__rate-number,
.loan-calculator__amount-number,
.loan-calculator__mounths-number {
    padding: 10px 12px;
    font-size: 20px;
    color: #6A6A6A;
    background-color: #252525;;

}


.loan-calculator__item-text {
    display: flex;
    justify-content: space-between;
}

.loan-calculator__result {
    display: flex;
    align-items: center;
    width: 48%;
    margin-top: 29px;
}

.loan-calculator__result-row {
    width: 100%;
    border-radius: 12px;


}

.loan-result-row {
    background-color: #252525;;
    width: 100%;
    padding: 18px 32px;
    min-height: 487px;

}

.term-loan .input-dropdown ul.dropdown-menu.room {
    min-width: 100%;
    margin: -2px 0 !important;
}

.loan-calculator__result-title {
    margin-bottom: 32px;
    letter-spacing: 1px;
    text-align: center;
    font-size: 28px;

}

.loan-calculator__mounthly-payment,
.deposit-calculator__mounthly-payment {
    margin-bottom: 52px;
    color: #E74F24;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -1.04px;
}

.loan-calculator__mounthly-wrapper {
    display: flex;
    justify-content: center;
}

.loan-calculator__mounthly-wrapper svg {
    margin-left: 10px;
    margin-top: 13px;
}

.loan-calculator__result-total {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 9px;
}

.loan-calculator__result-total > div > div {
    display: flex;
}

.loan-calculator__result-total > div > div p:last-child {
    margin-left: 6px;
}

.loan-calculator__result-footer {
    margin-top: 40px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .loan-calculator {
        flex-direction: column;

    }
    div#currency {
        width: 100%;
    }
    .loan-calculator__info, .loan-calculator__result {
        width: 100%;
    }

    .projects-v2-calculator.projects-v2 .projects-header .title {
        font-family: "Cera CY Bold", sans-serif !important;
        font-size: 50px;
        font-weight: 400;
        line-height: 60px;
        text-align: left;
        text-transform: uppercase;
        overflow-wrap: break-word;
    }
}

@media screen and (max-width: 576px) {
    .loan-calculator__result-total > div > div {
        flex-direction: column;
    }

    .loan-calculator__result-total > div > div p:last-child {
        margin-left: 0;
    }

    .loan-calculator__total-amount,
    .loan-calculator__interest-amount,
    .deposit-calculator__total-amount {
        margin-bottom: 4px;
    }


}
.loan-calculator__result-total{
    text-align: center;
}
.loan-result-row .paragraph-small{
    text-align:  center;
    color: #fff;
    font-size: 30px;
}
.loan-result-row .paragraph-xsmall{
    font-size: 18px;
    text-align: center;
}

/* Frame 5 */
.online-loan {
    padding: 15px 30px;
    width: 215px;
    height: 57px;
    color: #fff;
    background: #1B1B1B;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.35), 0px 3px 10px rgba(0, 0, 0, 0.56);
    border-radius: 2px;
    text-transform: uppercase;
}
.online-loan.calc-btn {
    padding: 15px 30px;
    width: 263px;
    height: 57px;
    color: #fff;
    background: #1B1B1B;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.35), 0px 3px 10px rgba(0, 0, 0, 0.56);
    border-radius: 2px;
    text-transform: uppercase;
}
.online-loan:hover {
    color: #E74F24;
    box-shadow: none;
    text-decoration: none;

}
.online-loan.calc-btn:hover {
    color: #E74F24;
    box-shadow: none;
    text-decoration: none;

}

/* Auto layout */

.term-loan .input-dropdown {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.loan-calculator__result-row .term-loan .input-dropdown {
    top: -2px;
}

.term-loan .input-dropdown .first-dropdown.small-dropdown {
    border-radius: 0;
    background-color: #252525;
    color: #6A6A6A;
    width: 100%;
}

.term-loan .input-dropdown .first-dropdown .btn::after {
    display: none;
}

.term-loan .input-dropdown .first-dropdown .btn.room {
    width: 100%;
    text-align: left;
    padding: 11px 12px;
    height: 77px;
}

.term-loan .input-dropdown .first-dropdown .btn {
    color: #6A6A6A;
    padding: 0;
    box-shadow: none;
}

.term-loan .input-dropdown .first-dropdown .btn svg {
    transition: transform 0.15s ease-in-out;
    transform: scaleY(1);
    float: right;
}

.term-loan .input-dropdown .first-dropdown .btn.show img {
    transform: scaleY(-1);
}

.term-loan .input-dropdown .icon.square-arrow {
    position: absolute;
    right: 10px;
    top: 20px;
    pointer-events: none;
}

.project-month-count {
    text-align: center;
    margin-top: -5px;

}
.month-qty {
    color: #E74F24;
    display: inline-block;
    margin-left: 8px;
}
.term-loan .input-dropdown .dropdown-menu.room .dropdown-item:hover,
.term-loan .input-dropdown .dropdown-menu.room .dropdown-item.active {
    background: #ffffff24;
}

.term-loan .input-dropdown .icon {
    margin-left: 15px;
}

.term-loan .input-dropdown .dropdown-menu.room {
    min-width: 100%;
    margin: 6px -8px !important;
}

.term-loan .input-dropdown .dropdown-menu {
    border: none;
    border-radius: 0;
    background: #1b1b1bb3;
    padding: 0;
    max-height: 180px;
    overflow: auto;
    width: 100%;
    min-width: 100%;
}

.term-loan .input-dropdown .dropdown-menu.room .dropdown-item {
    text-align: start;
}

.term-loan .input-dropdown .dropdown-menu .dropdown-item {
    font-size: 15px;
    line-height: 28px;
    color: #FFFFFF;
    cursor: pointer;
    padding-left: 16px;
    padding-bottom: 4px;
    padding-top: 0;
}

@media (max-width: 1440px) {
    .projects-v2-calculator.projects-v2 {
        padding: 40px 18px;
    }

}

div#currency {
    display: flex;
}

.calc-type,
span.valute {
    width: 60px;
    height: 46px;
    display: block;
    text-align: center;
    padding-top: 2px;
    font-size: 22px;
    cursor: pointer;
}

.calc-type {
    width: 300px;
}
p.paragraph-small.calc-label {
    margin-bottom: 0;
    font-size: 20px;
}
