.sort-calc {
    width: max-content;
    height: 3.25rem;
    gap: 0.625rem;
    padding: 1rem 1.5rem;
    border-radius: 6.25rem;
    background: rgba(244, 241, 236, 1);
    border: 1.5px solid rgba(11, 58, 42, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: rgba(11, 58, 42, 1);
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 110%;
    text-align: center;
    transition: 0.3s;
}
.sort-calc:hover {
    background: rgba(11, 58, 42, 1);
    color: #FFFFFF;
}
.sort-calc:hover i {
    background-color: #FFFFFF;
}

.mortgage-calc-title .sort-calc {
    display: none;
}

.calculator-motgage {
    padding: 3rem 0;
}

.open-filter-calc,
.open-estate-filter {
    display: none;
    width: max-content;
    height: 2.5rem;
    gap: 0.25rem;
    padding: 0.625rem 0.75rem;
    border-radius: 6.25rem;
    border: 1.5px solid rgba(11, 58, 42, 1);
    cursor: pointer;
    color: rgba(11, 58, 42, 1);
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 110%;
    text-align: center;
}

.mortgage-calc {
    margin-top: 2rem;
    gap: 1.5rem;
    display: flex;
}

.calculator-program {
    max-width: 30.75rem;
    width: 100%;
}
.calculator-program-heig {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
}
.calculator-program small {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 100%;
    color: #6F6F6F;
}

.calculator-program .filter-block {
    max-width: 100%;
}























.range-row {
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    position: relative;
}
.range-value {
    width: 100%;
}
.range-value input {
    width: 100%;
    background: #EDECE2;
    border: 1px solid #444444;
    border-radius: 36px;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 100%;
    color: #686868;
    height: 3.6875rem; /* 59px */
    display: flex;
    align-items: center;
    padding: 0.625rem 1.5rem;
}
.range-percent {
    position: absolute;
    right: 1rem; /* 16px */
    top: 1.25rem; /* 20px */
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 100%;
    text-align: right;
    color: #00000080;
}
.range-wrap {
    width: 100%;
    margin-top: -1.75rem; /* -28px */
    padding: 0 1rem; /* 16px */
}
input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 0.25rem; /* 4px */
    border-radius: 0.625rem; /* 10px */
    background: #AEAEAE;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 1rem; /* 16px */
    height: 1rem; /* 16px */
    border-radius: 50%;
    background: #560300;
    box-shadow: 0px 0.25rem 0.625rem 0px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(244, 241, 236, 0.4);
    margin-top: -0.0625rem; /* -1px */
    cursor: pointer;
}
input[type=range]::-moz-range-thumb {
    width: 1rem; /* 16px */
    height: 1rem; /* 16px */
    border-radius: 50%;
    background: #560300;
    border: 1px solid rgba(244, 241, 236, 0.4);
    cursor: pointer;
}
.deposit-right {
    color: #9b9b9b;
    font-size: 0.8125rem; /* 13px */
    margin-left: 0.75rem; /* 12px */
    width: 2.875rem; /* 46px */
    text-align: right;
}
.calc-percent li {
    width: max-content;
    border-radius: 2.75rem; /* 44px */
    font-weight: 400;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(86, 3, 0, 0.1);
    border: 1px solid rgba(86, 3, 0, 0.4);
    height: 2.5rem; /* 40px */
    padding: 0.5rem 1rem;
    color: rgba(86, 3, 0, 1);
    font-size: 1rem; /* 16px */
    transition: 0.3s;
}
.calc-percent .calc-percent-act {
    background: rgba(86, 3, 0, 0.8);
    border: 1px solid rgba(86, 3, 0, 0.8);
    color: #fff;
}
.calc-percent li:hover{
    background: rgba(86, 3, 0, 0.8);
    border: 1px solid rgba(86, 3, 0, 0.8);
    color: #fff;
}
.calc-percent-btn {
    margin-top: 1.125rem; /* 18px */
    text-align: center;
}
.calc-percent ul {
    display: flex;
    gap: 0.75rem; /* 12px */
    padding: 0;
    list-style: none;
}
.calc-percent-btn {
    margin-top: 1.5rem; /* 24px */
}
.calc-percent-btn p {
    margin-top: 1rem; /* 16px */
    color: #6F6F6F;
    font-size: 0.875rem; /* 14px */
    line-height: 120%;
}
.calc-percent-btn .btn {
    width: 100%;
}

.mortgageLoader {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.mortgage-calculator-sec {
    background: #EFEFEF;
    padding-top: 3.25rem; /* 52px */
    padding-bottom: 3rem; /* 48px */
}
.calculator-container {
    max-width: 85rem; /* 1360px */
    width: 100%;
    padding: 0 2.5rem; /* 40px */
    margin: 0 auto;
}
.mortgage-calc-fon {
    padding: 2rem 1.6875rem; /* 32px 27px */
    background: #EDECE2;
    border-radius: 1.5rem; /* 24px */
    margin-top: 1.5rem; /* 24px */
    max-width: 100%;
    border: 1px solid #560300;
}
.mortgage-calc-mobx {
    display: none;
}
.mortgage-calc-wrap {
    gap: 2rem 1rem;
    display: flex;
    flex-wrap: wrap;
}
.mortgage-calc-fon small {
    font-weight: 400;
    font-size: 0.875rem; /* 14px */
    line-height: 1.375rem; /* 22px */
    color: #2B2B2B66;
    display: block;
    margin-bottom: 0.5rem; /* 8px */
}

.mortgage-calc-fon .filter-block {
    max-width: calc(33.3333% - 11px);
    width: 100%;
}

.mortgage-calc-fon .range-value input {
    width: 100%;
    background: rgba(237, 236, 226, 1);
    border: 1px solid rgba(68, 68, 68, 1);
    height: 3.25rem; /* 52px */
}
.mortgage-calc-fon .frame-select .jq-selectbox {
    background: #fff;
}





.filters-found-flex {
    margin-top: 1.5rem;
    gap: 1.5rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.request-found-mob {
    display: none;
}
.filters-found-items {
    gap: 1rem;
}
.select-filter-name {
    width: max-content;
    height: 1.75rem;
    gap: 0.5rem;
    padding: 0.125rem 0.5rem 0.125rem 1rem;
    border-radius: 1.9375rem;
    cursor: pointer;
    background: rgba(203, 184, 169, 0.1);
    border: 1px solid rgba(203, 184, 169, 0.4);
    font-weight: 400;
    font-size: 1rem;
    line-height: 100%;
    color: rgba(11, 58, 42, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.select-filter-name:hover{
    border: 1px solid rgba(11, 58, 42, 1);

}
.filter-name-remove {
    display: none;
}
.reset-filters-flex {
    gap: 1.5rem;
    display: flex;
    align-items: center;
}
.filters-found-mortgage {
    max-width: 43.75rem;
    width: 100%;
    gap: 0.5rem;
}
.reset-filters-flex span {
    color: rgba(104, 104, 104, 1);
    font-weight: 400;
    font-size: 1rem;
    line-height: 100%;
}
.reset-filters-flex span b {
    font-weight: 400;
}
.reset-filters {
    cursor: pointer;
    transition: 0.3s;
    gap: 0.5rem;
    font-weight: 400;
    font-size: 1rem;
    line-height: 100%;
    color: rgba(116, 50, 45, 1);
    display: flex;
    align-items: center;
}


.calculate-menu {
    max-width: calc(33.3333% - 11px); /* 362px */
    width: 100%;
    position: relative;
}

.calculate-menu small,
.filter-block small {
    display: block;
    margin-bottom: 0.5rem; /* 8px */
    font-weight: 400;
    font-size: 1rem; /* 14px */
    line-height: 130%; /* 20px */
    color: #686868;
}

.calculate-menu-click {
    border: 1px solid #444444;
    background: #EDECE2;
    width: 100%;
    height: 3.25rem; /* 52px */
    padding: 0.6875rem 2.3rem 0.6875rem 1.1rem; /* 11px 36.8px 11px 17.6px */
    border-radius: 36px; /* 12px */
    position: relative;
    color: #686868;
    font-weight: 500;
    font-size: 1.125rem; /* 16px */
    line-height: 100%;
    transition: 0.3s;
    cursor: pointer;
    gap: 0.5rem; /* 8px */
    display: flex;
    align-items: center;
}
.calculate-menu-click:hover{
    border: 1px solid #560300CC;
}
.calculate-menu-click span,
.calculate-menu-click div {
    background: rgba(203, 184, 169, 0.1);
    border: 1px solid rgba(203, 184, 169, 0.4);
    width: max-content;
    height: 1.75rem; /* 28px */
    gap: 0.25rem; /* 4px */
    border-radius: 0.75rem; /* 12px */
    padding: 0.1875rem 0.5rem 0.1275rem; /* 3px 8px 2.04px */
    font-weight: 400;
    font-size: 0.8125rem; /* 13px */
    line-height: 98%;
    color: #560300;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.calculate-menu-click span:hover,
.calculate-menu-click div:hover{
    border: 1px solid rgba(11, 58, 42, 1);

}
.calculate-menu-click:after {
    content: "";
    position: absolute;
    right: 1.175rem; /* 18.8px */
    top: 1.25rem; /* 20px */
    border-top: 0.125rem solid #4F4F4F; /* 2px */
    border-right: 0.125rem solid #4F4F4F; /* 2px */
    width: 0.45rem; /* 7.2px */
    height: 0.45rem; /* 7.2px */
    transform: rotate(45deg);
    transition: 0.3s;
}

.calculate-menu-act .calculate-menu-click:after {
    transform: rotate(-45deg);
    top: 1.375rem; /* 22.2px */
}

.close-calc-filter {
    content: url(../img/icons/icon-x.svg);
    width: 0.875rem; /* 14px */
    height: 0.8125rem; /* 13px */
}

.icon-x {
    content: url(../img/icons/icon-x.svg);
    width: 1rem; /* 14px */
    height: 1rem; /* 13px */
}

.calculate-menu-drop {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(203, 184, 169, 0.4);
    width: 100%;
    border-radius: 0.75rem; /* 12px */
    padding: 0.5rem; /* 8px */
    position: absolute;
    left: 0;
    top: 5.125rem; /* 82px */
    z-index: 111;
    display: none;
}

.calculate-menu-act .calculate-menu-drop {
    display: block;
}

.calculate-menu-drop li {
    padding: 0.75rem 0.75rem; /* 12px 12px */
    color: rgba(43, 43, 43, 1);
    font-weight: 400;
    font-size: 1rem; /* 16px */
    cursor: pointer;
    transition: 0.3s;
    gap: 0.5rem; /* 8px */
    display: flex;
    align-items: center;
    border-radius: 0.625rem; /* 10px */
    margin-bottom: 0.1875rem; /* 3px */
}

.calculate-menu-drop li:hover {
    background: #5603001A;
    color: #560300;
}

.calculate-menu-drop .calculate-sel {
    background: #5603001A;
    color: #560300;
}

.checkbox-calc {
    height: 1.25rem; /* 20px */
    max-width: 1.25rem; /* 20px */
    width: 100%;
    background-color: unset;
    border: 1px solid rgba(203, 184, 169, 0.4);
    border-radius: 0.1875rem; /* 3px */
    position: relative;
    transition: 0.3s;
    display: flex;
}

.checkbox-calc:after {
    content: "";
    position: absolute;
    left: 0.375rem; /* 6px */
    top: 0.125rem; /* 2px */
    width: 0.25rem; /* 4px */
    height: 0.5625rem; /* 9px */
    border: solid #56030066;
    border-width: 0 0.125rem 0.125rem 0; /* 0 2px 2px 0 */
    transform: rotate(45deg);
    opacity: 0;
    transition: 0.3s;
}

.calculate-sel .checkbox-calc:after {
    opacity: 1;
}

.family-mortgage-coll {
    margin-top: 2rem; /* 32px */
    gap: 2.5rem; /* 40px */
    display: flex;
    flex-direction: column;
}

.calculate-mort-block {
    margin-top: 1.5rem; /* 24px */
}

.calculate-mort-block .family-mortgage {
    margin: 0;
}

.family-mortgage {
    width: calc(50% - 0.5625rem); /* 9px */
    gap: 2rem; /* 32px */
    border-radius: 1.5rem; /* 24px */
    padding: 2rem; /* 32px */
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    background: #FFFFFF;
}

.bid-mortg {
    width: max-content;
    white-space: nowrap;
    padding: 0.75rem 1rem; /* 12px 16px */
    border-radius: 50px;
    background: rgba(203, 184, 169, 0.1);
    border: 1px solid rgba(203, 184, 169, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.125rem; /* 18px */
    line-height: 100%;
    color: rgba(11, 58, 42, 1);
    gap: 3px;
}

.family-mortgage h2 {
    max-width: 20.75rem; /* 332px */
    width: 100%;
    color: rgba(43, 43, 43, 1);
}

.family-mortgage-cnt {
    gap: 2.5rem; /* 40px */
}

.mortgage-price {
    gap: 0.5rem; /* 8px */
    justify-content: space-between;
}

.mortgage-price p {
    color: rgba(43, 43, 43, 0.6);
    font-weight: 400;
    font-size: 1.125rem; /* 18px */
    line-height: 100%;
    transition: 0.3s;
}

.mortgage-price strong {
    color: rgba(43, 43, 43, 1);
    font-weight: 700;
    font-size: 1.5rem; /* 24px */
    line-height: 100%;
    text-align: left;
    transition: 0.3s;
}

.icon-arrow-top {
    width: 1rem; /* 16px */
    height: 1rem; /* 16px */
    content: url(../img/icons/icon-arrow-top.svg);
}

.family-mortgage-flex {
    margin-top: 4rem; /* 64px */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.family-mortgage-photo {
    width: 2.5rem;
    margin-left: -0.625rem;
    border-radius: 2.5rem;
    height: 2.5rem;
    border: 2px solid #F4F1EC;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.family-mortgage-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.mortgage-count {
    min-width: 2.5rem; /* 40px */
    width: 2.5rem; /* 40px */
    border-radius: 50%;
    height: 2.5rem; /* 40px */
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(244, 241, 236, 1);
    border: 0.125rem solid rgba(244, 241, 236, 1); /* 2px */
    color: rgba(11, 58, 42, 1);
    font-weight: 600;
    font-size: 0.875rem; /* 14px */
    line-height: 1.375rem; /* 22px */
    margin-left: -0.625rem;
}

.mortgage-list {
    gap: 1rem; /* 16px */
    height: 100%;
}

.mortgage-list.mortgage-list-show {
    display: flex;
    flex-wrap: wrap;
}

.family-mortgage-price span {
    color: rgba(11, 58, 42, 1);
    text-align: left;
    font-weight: 400;
    font-size: 1rem; /* 16px */
    line-height: 1.5rem; /* 24px */

}

.family-mortgage-price {
    border: 1px solid rgba(203, 184, 169, 0.4);
    background: rgba(203, 184, 169, 0.1);
    padding: 0.5rem 1rem; /* 8px 16px */
    gap: 0.5rem; /* 8px */
    transition: 0.3s;
    border-radius: 50px;

}
.family-mortgage:hover .family-mortgage-price{
    border: 1px solid rgba(11, 58, 42, 1);

}

.mortgage-calc-fon .frame-select .jq-selectbox:after {
    top: 1rem; /* 16px */
    right: 1rem; /* 16px */
    background-size: contain;
    width: 1.25rem; /* 20px */
    height: 1.25rem; /* 20px */
}
.reset-filters-mobile {
    display: none;
}
.calc-percent li {
    cursor: pointer;
}
.mortgage-calc-fon .frame-select .jq-selectbox__select-text {
    padding: 0.8125rem 1.5rem; /* 13px 24px */
    height: 3.25rem; /* 52px */
    font-size: 1rem; /* 16px */
}
.mort-bank-card {
    margin-top: 1.5rem; /* 24px */
}
.subsidy-mort-bank {
    width: 100%;
    gap: 2rem; /* 32px */
}
.mort-bank-card .bank-card-fon {
    box-shadow: unset;
    background: #EDECE2;
    padding: 1.5rem 1.5rem; /* 24px */
    border: 1px solid #560300;
    border-radius: 36px;
}
.mort-bank-card .bank-act-drop:after {
    display: none;
}
.subsidy-mortgage {
    max-width: 16.25rem; /* 260px */
    width: 100%;
    gap: 0.5rem; /* 8px */
    display: flex;
    align-items: center;
}
.bankNameWrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.subsidy-mortgage img {
    min-width: 3rem; /* 48px */
    width: 3rem; /* 48px */
    height: 3rem; /* 48px */
    border-radius: 50%;
}
.subsidy-mortgage-bank span {
    font-weight: 600;
    font-size: 1rem; /* 16px */
    line-height: 1.5rem; /* 24px */
    color: rgba(43, 43, 43, 1);
}
.subsidy-mortgage-name {
    margin-top: 0.5rem; /* 8px */
    background: #4F4F4F1A;
    border: 1px solid #4F4F4F33;
    padding: 0.125rem 0.75rem; /* 2px 12px */
    border-radius: 3.125rem; /* 50px */
    font-weight: 400;
    font-size: 1rem; /* 12px */
    line-height: 1.125rem; /* 18px */
    color: #4F4F4F;
}
.mort-bank-card .mortgage-scr-max {
    margin-bottom: 1.5rem; /* 24px */
}
.subsidized-rate {
    color: rgba(111, 111, 111, 1);
    font-weight: 400;
    font-size: 0.875rem; /* 14px */
    line-height: 1.375rem; /* 22px */
}
.subsidy-mort-count:first-child {
    /*max-width: 14.375rem; /* 230px */
    max-width: min-content;
    width: 100%;
}
.subsidy-mort-count:nth-child(2) {
    /*max-width: 12.125rem; /* 194px */
    max-width: min-content;
    width: 100%;
}
.subsidy-mort-count p {
    font-size: 1rem; /* 14px */
    line-height: 1.375rem; /* 22px */
    color: #686868;
    margin-bottom: 0.375rem; /* 6px */
}
.subsidy-mort-count span {
    font-weight: 600;
    font-size: 1.125rem; /* 16px */
    line-height: 1.5rem; /* 24px */
    color: #4F4F4F;
    white-space: nowrap;
}
.subsidy-mobs {
    display: none;
}
.subsidy-count-mobile {
    display: none;
}
.icon-circle-help {
    content: url("../img/icons/circle-help.svg");
    display: none;
}
.arrow-right-sm {
    content: url("../img/arrow-right-sm.svg");
}
.subsidy-mort-center {
    gap: 1rem; /* 16px */
}
.first-months,
.first-months-one {
    margin-top: 0.125rem; /* 2px */
    background: rgba(11, 58, 42, 0.1);
    border-radius: 3.125rem; /* 50px */
    padding: 0.125rem 0.5rem; /* 2px 8px */
    font-weight: 400;
    font-size: 0.875rem; /* 14px */
    line-height: 1.375rem; /* 22px */
    color: rgba(43, 43, 43, 1);
    border: 1px solid rgba(11, 58, 42, 0.2);
    white-space: nowrap;
}
.first-months-one {
    background: rgba(203, 184, 169, 0.1);
    border: 1px solid rgba(203, 184, 169, 0.4);
}
.mortgage-calc-cnt {
    width: 100%;
}
.mortgage-calc-scr {
    background: #EFEFEF;
    border-radius: 1.5rem;
    width: 100%;
    padding: 1rem 0.5rem 1rem 1rem; /* 16px 8px 16px 16px */
    margin-bottom: 1rem; /* 16px */
}
.mortgage-scr-height {
    overflow-y: auto;
    padding-right: 0.5rem; /* 8px */
}
.mortgage-scr-height::-webkit-scrollbar {
    width: 0.25rem; /* 4px */
    height: 0.25rem; /* 4px */
    background: #DCDCDC;
}
.mortgage-scr-height::-webkit-scrollbar-thumb {
    width: 0.25rem; /* 4px */
    height: 0.25rem; /* 4px */
    background: rgba(11, 58, 42, 1);
}
.mortgage-scr-max {
    display: flex;
    flex-direction: column;
    gap: 1rem; /* 16px */
    max-height: 40.4375rem; /* 647px */
}
.bank-card-box {
    width: 100%;
    position: relative;
}
.bank-act-drop:after {
    content: "";
    position: absolute;
    width: calc(100% - 1rem); /* 16px */
    background: rgba(254, 255, 250, 0.7);
    border-radius: 0.75rem; /* 12px */
    left: 0.5rem; /* 8px */
    height: 6.25rem; /* 100px */
    bottom: -0.5rem; /* -8px */
    transition: 0.3s;
}
.bank-card-opened:after {
    bottom: 0.0625rem; /* 1px */
}
.bank-card-fon {
    background: rgba(255, 255, 255, 1);
    border-radius: 1.5rem; /* 24px */
    padding: 1.5rem 1rem; /* 24px 16px */
    position: relative;
    z-index: 2;
}
.bank-card-info {
    width: 100%;
    gap: 2rem; /* 32px */
    justify-content: space-between;
    position: relative;
    padding-bottom: 1.375rem; /* 22px */
    display: flex;
}
.bank-card-items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.bank-card-prcnet {
    gap: 2rem; /* 32px */
    max-width: 20rem; /* 320px */
    width: 100%;
}
.bank-card-btn {
    gap: 0.625rem; /* 10px */
    width: 100%;
    display: flex;
    max-width: 13.125rem; /* 210px */
}

.bank-card-col .btn.card {
    font-size: 14px;
}
.submit-request {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    white-space: nowrap;
    width: max-content;
    border-radius: 6.25rem; /* 100px */
    padding: 0.625rem 1.25rem; /* 10px 20px */
    background: rgba(11, 58, 42, 1);
    font-weight: 600;
    font-size: 0.875rem; /* 14px */
    line-height: 110%;
    text-align: center;
    color: rgba(244, 241, 236, 1);
    border: 1px solid transparent;
}
.submit-request:hover {
    background: rgba(244, 241, 236, 1);
    border: 1px solid rgba(11, 58, 42, 1);;
    color: rgba(11, 58, 42, 1);
}

.open-bank-card {
    min-width: 2.25rem; /* 36px */
    width: 2.25rem; /* 36px */
    height: 2.25rem; /* 36px */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.fill-out-form {
    background: #FFFFFF;
    font-weight: 600;
    font-size: 0.875rem; /* 14px */
    line-height: 1.25rem; /* 20px */
    letter-spacing: 0.1px;
    color: rgba(11, 58, 42, 1);
    padding: 0.625rem 0.625rem; /* 10px 10px */
    border-radius: 3.125rem; /* 50px */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.fill-out-form:hover{
    background: rgba(11, 58, 42, 1);
    color: rgba(244, 241, 236, 1);
}


.mortgageEmptyResult {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: 24px;
    flex-direction: column;
    padding-left: 150px;
    padding-right: 150px;
}
.mortgageEmptyResult span {
    color: #6F6F6F;
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
}

.calc-percent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 12px;
}

.subsidy-mortgage-flex {
    width: 100%;
    gap: 16px;
}

.subsidized {
    margin-top: 1rem;
    border-top: 1px solid #0000001A;
    padding-top: 0.5625rem;
}
.subsidized p {
    color: #6F6F6F;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 100%;
}
.bank-card-drop {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    position: relative;
    top: 0.9375rem;
}
.bank-card-skrit {
    gap: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding-bottom: 1.375rem;
    border-bottom: 1px solid #CBB8A966;
}
.bank-card-skrit:last-child {
    border-bottom: 1px solid transparent;
}
.bank-act-drop.bank-card-opened > .bank-card-fon > .bank-card-info {
    border-bottom: 1px solid #CBB8A966;
}
.bank-card-box.bank-card-opened .bank-card-drop {
    max-height: 32.25rem;
}
.open-bank-card i {
    transition: 0.3s;
}
.bank-card-opened .open-bank-card i {
    transform: rotate(-180deg);
}
.bank-card-click {
    cursor: pointer;
}
.finish-options {
    margin-top: 1.5rem;
}
.finish-options-box {
    width: 100%;
    transition: 0.3s;
    background: rgba(244, 241, 236, 1);
    border-radius: 1.5rem;
}
.additional-option-name {
    background: rgba(203, 184, 169, 1);
}
.options-gallery-pic {
    width: 100%;
    transition: 0.3s;
    position: relative;

}

.subsidy-mortgage {
    max-width: 15.25rem;
}




.subsidy-mort-bank {
    width: 100%;
    gap: 0;
}
.subsidy-mortgage-flex {
    gap: 0;
    display: flex;
    align-items: flex-start;
}

.subsidy-mort-count:first-child {
    max-width: 18.8rem;
    width: 100%;
}
.subsidy-mort-count:nth-child(2) {
    max-width: 17.1rem;
    width: 100%;
}
.subsidy-mort-count{
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 6rem;
    width: 100%;
}

.subsidy-mort-center {
    gap: 0.8rem;
}

.mort-bank-card .mortgage-scr-max {
    padding-right: 0.4rem;
}

@media (max-width: 35.625rem) { /* 570px */
    .business-apart p {
        font-size: 0.875rem; /* 14px */
        line-height: 1.375rem; /* 22px */
    }
    .apartments-main {
        margin-top: 1rem; /* 16px */
    }
    .modal-news-info {
        gap: 0.875rem; /* 14px */
    }
    .real-estate-head {
        gap: 1.5rem; /* 24px */
        margin-top: 1rem; /* 16px */
        margin-bottom: 1rem;
    }
    .calc-percent li {
        padding: 0.5625rem 1rem; /* 9px 16px */
        font-size: 1rem; /* 16px */
    }
    .discount-count {
        font-size: 1rem; /* 16px */
    }
    .apartments-price del {
        font-size: 1rem; /* 16px */
    }
    .apartments-numb span {
        font-size: 1rem; /* 16px */
    }
    .building-info span {
        font-size: 1rem; /* 16px */
    }
    .white-box {
        font-size: 1rem; /* 16px */
    }
    .sort-calc {
        width: 100%;
    }
    .open-filter-calc,
    .open-estate-filter {
        width: 100%;
    }
    .finish-options {
        margin-top: 1rem; /* 16px */
    }
    .gallery-main {
        margin-top: 1rem; /* 16px */
    }
    .gallery-box-name h3 {
        font-size: 1rem; /* 16px */
    }
    .reliable-photo {
        height: 18.25rem; /* 292px */
    }
    .reliable-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .reliable-desc {
        min-height: 9.25rem; /* 148px */
        padding: 1.5rem; /* 24px */
        width: 100%;
    }
    .business-apart-flex .btn {
        max-width: 100%;
        width: 100%;
    }
    .construct-flex {
        margin-top: 1rem; /* 16px */
    }
    .construct-years {
        max-width: 15rem; /* 240px */
        width: 100%;
    }
    .construct-years ul li {
        width: 100%;
        padding: 0.75rem 1.5rem; /* 12px 24px */
    }
    p {
        font-size: 1rem; /* 16px */
        line-height: 1.375rem; /* 22px */
    }
    h1 {
        font-size: 1.375rem; /* 22px */
        line-height: 1.5rem; /* 24px */
    }
    .options-gallery-pic img {
        height: 23.75rem; /* 380px */
    }
    .bank-card-fon {
        border-radius: 1.5rem; /* 24px */
    }
    .construct-flex {
        margin-top: 1rem; /* 16px */
        flex-direction: column;
        gap: 0.5rem; /* 8px */
    }
    .mortgage-box {
        padding: 1.5rem; /* 24px */
    }
    .footer-cnt-left {
        max-width: 100%;
    }
    .construct-years {
        max-width: 100%;
    }
    h3 {
        font-size: 1.125rem; /* 18px */
    }
    .construct-years ul {
        flex-direction: column;
    }
    .construct-years ul li {
        padding: 0.875rem 1.25rem; /* 14px 20px */
        font-size: 1rem; /* 16px */
        width: 100%;
        justify-content: flex-start;
    }
    .mortgage-box strong {
        font-size: 1.5rem; /* 24px */
    }
    .map-all-object:after {
        top: 0.75rem; /* 12px */
        right: 0.75rem; /* 12px */
    }
    .family-mortgage {
        padding: 2rem;
    }
    .family-mortgage-coll {
        margin-top: 1rem;
        gap: 0.85rem;
    }
    .mortgage-price strong {
        font-weight: 600;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .mortgage-price p {
        font-size: 0.875rem;
    }
    .family-mortgage-flex {
        margin-top: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    .family-mortgage-price span {
        font-size: 0.875rem;
    }
    .business-sh {
        padding: 1.875rem 1.25rem; /* 30px 20px */
    }
    .sort-calc {
        padding: 0.625rem 0.6875rem; /* 10px 11px */
    }
    .construct-years ul {
        gap: 0.5rem; /* 8px */
    }
    .construct-years ul li {
        padding: 1.0625rem 1.25rem; /* 17px 20px */
        font-size: 1rem; /* 16px */
        border-radius: 0.75rem; /* 12px */
        font-weight: 400;
    }
    .open-year {
        display: none;
    }
    .open-year.active-year {
        display: block;
    }
    .apartments-photo img {
        height: 12.5rem; /* 200px */
    }
    #news-sec {
        margin-top: 1rem; /* 16px */
    }
    .project-picture {
        height: 27.8125rem; /* 445px */
    }
    .modal-options-flex .options-gallery-pic {
        height: auto;
    }
    .mortgage-calc-min {
        margin-bottom: 1.9375rem; /* 31px */
    }
    #map-contact {
        height: 14.6875rem; /* 235px */
    }
    .footer-cnt {
        margin-top: 1rem; /* 16px */
        flex-direction: column;
    }
    .mortgage-calc-fon .filter-block {
        max-width: 100% !important;
    }
    .footer-cnt small {
        margin-bottom: 0.25rem; /* 4px */
        margin-top: 0.625rem; /* 10px */
        font-size: 0.75rem; /* 12px */
        line-height: 1rem; /* 16px */
    }
    .footer-protected {
        gap: 0.25rem; /* 4px */
        flex-direction: column;
        align-items: flex-start;
        width: 120%;
    }
    .construct-years ul li {
        position: relative;
    }
    .subsidy-mort-count span {
        margin-top: 0.1875rem; /* 3px */
    }
    .percent-sum {
        margin-top: 1.875rem; /* 30px */
    }
    .timer-wrapper h3 {
        font-size: 1.25rem; /* 20px */
    }
    .apart-filter-prcnet {
        gap: 1rem 0.5rem; /* 16px 8px */
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
        margin-top: 1rem; /* 16px */
    }
    .real-estate {

    }
    .percent-sum-photo {
        margin-top: -1.0625rem; /* -17px */
    }
    .time-box span {
        width: 2.8125rem; /* 45px */
        height: 1.5625rem; /* 25px */
        padding: 0.25rem 0.4375rem; /* 4px 7px */
    }
    .timer-wrapper {
        height: 7.375rem; /* 118px */
    }
    .apart-filter-box {
        padding: 1.5rem 1rem; /* 24px 16px */
        flex-direction: column-reverse;
        align-items: flex-end;
    }
    .programs-slider .mortgage-box {
        width: 100%;
    }
    .subsidy-mort-bank {
        gap: 0.25rem; /* 4px */
    }
    .bank-card-btn > div {
        gap: 0.5rem; /* 8px */
        width: 100%;
        flex-direction: column;
    }
    .bank-card-info {
        gap: 1rem; /* 16px */
    }
    .option {
        padding: 0.5rem 0.625rem; /* 8px 10px */
        font-size: 0.875rem; /* 14px */
    }
    .modal-options-flex .options-gallery-pic {
        height: auto;
    }
    .construct-years-mobile {
        display: flex;
        align-items: center;
        padding: 0.875rem 1.25rem; /* 14px 20px */
        font-weight: 400;
        font-size: 1rem; /* 16px */
        line-height: 1.5rem; /* 24px */
        color: rgba(43, 43, 43, 1);
        background: rgba(255, 255, 255, 1);
        border: 1px solid rgba(203, 184, 169, 0.4);
        border-radius: 1rem; /* 16px */
        width: 100%;
        position: relative;
        cursor: pointer;
        transition: 0.3s;
    }
    .construct-years-mobile:after {
        content: "";
        position: absolute;
        top: 1rem; /* 16px */
        right: 1.25rem; /* 20px */
        background-image: url(../img/icons/arrow-select.svg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 1.25rem; /* 20px */
        height: 1.25rem; /* 20px */
        transition: 0.3s;
    }
    .construct-flex {
        position: relative;
    }
    .construct-years {
        display: none;
        position: absolute;
        left: 0;
        top: 4.6875rem; /* 75px */
        width: 100%;
        background: #FFFFFF;
        border-radius: 1rem; /* 16px */
        padding: 1rem 1.25rem; /* 16px 20px */
        z-index: 111;
    }
    .modal-options-info h2 {
        margin-bottom: 0.0625rem; /* 1px */
        line-height: 1.5rem; /* 24px */
    }
    .construct-years-open {
        display: block;
    }

    .calculate-menu {
        max-width: 100%;
        width: 100%;
        position: relative;
    }


}


@media (max-width: 87.4375rem){
    .subsidy-mortgage {
        max-width: 14.275rem;
    }
    .first-months, .first-months-one {
        font-size: 0.775rem;
    }
    .subsidy-mort-count:nth-child(2) {
        max-width: 16.5rem;
    }
}
@media (max-width: 81.1875rem) {
    .subsidy-mort-center {
        gap: 0.625rem; /* 10px */
    }

    .subsidy-mort-count:first-child {
        max-width: 17rem;
    }
    .first-months, .first-months-one {
        padding: 0.125rem 0.4175rem;
        font-size: 0.70rem;
    }
    .subsidy-mort-count:nth-child(2) {
        max-width: 16.1rem;
    }
    .subsidy-mort-count {

        max-width: 5.5rem;
        width: 100%;
    }
    .subsidy-mortgage {
        max-width: 13rem; /* 211px */
    }
}
@media (max-width: 74.9375rem) {

    .subsidy-mort-count:nth-child(2) {
        max-width: 14.5rem;
    }
    .subsidy-mort-count:first-child {
        max-width: 16rem;
    }
}
@media (max-width: 68.4375rem){
    .subsidy-mort-count:first-child {
        max-width: 44% /* 240px */
    }
    .subsidy-mort-count:nth-child(2) {
        max-width: 38%; /* 240px */
    }
    .subsidy-mortgage {
        max-width: 19.4375rem; /* 311px */
    }
    .first-months,
    .first-months-one {
        font-size: 0.870rem; /* 14px */
    }
    .bank-card-btn .submit-request {
        width: 100%;
        height: 2.5rem;
    }
    .bank-card-skrit {
        border-bottom: unset;
    }
    .bank-card-items{
        flex-wrap: wrap;
        gap: 1.5rem;
    }
    .bank-card-col .btn{
        width: 100%;
    }
    .subsidized-rate-text{
        margin-top: 1rem;
        padding-bottom: 0.5rem;
    }
}
@media (max-width: 47.1875rem){
    .subsidy-mort-count:first-child {
        max-width: max-content;
    }
    .subsidy-mort-count:nth-child(2) {
        max-width: max-content;
    }
    .subsidy-mort-bank {
        justify-content: space-between;
    }
    .subsidy-mort-center {
         display: flex;
    }
    .subsidy-mort-center .first-months {
        display: none;
    }
    .subsidy-mort-center .arrow-right-sm {
        display: none;
    }
    .subsidy-mort-center div:nth-child(3) {
        display: none;
    }
    .mortgageEmptyResult {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        gap: 24px;
        flex-direction: column;
        padding-left: 0px;
        padding-right: 0px;
    }
    .calc-percent {
        width: 100%;
    }
    .calc-percent ul {
        display: flex;
        gap: 0.75rem;
        padding: 0;
        list-style: none;
        justify-content: center;
    }
    .filters-found-flex {
        margin-top: 1.5rem;
        gap: 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}