/** ============================ Form Styles ============================ */

.wpcf7-response-output {
    border-radius: 20px;
    padding: 25px 15px;
    text-align: center;
    margin-top: 20px;
    color: white;
}

.wpcf7-response-output.is-error {
    background: #e94545;
}

/** ============================ Success Block ============================ */

.success-block {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 50px;
    gap: 40px 0;
    background-color: #2656A0;
}

.success-block h2 {
    font-size: 38px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif !important;
    margin: 0;
    color: #FFFFFF;
}

.success-block p {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif !important;
    color: #FFFFFF;
    margin: 0;
}

.success-block a {
    width: fit-content;
    padding: 30px 109px;
    background-color: #FFFFFF;
    border-radius: 50px;
    color: #2656A0;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif !important;
    text-align: center;
    transition: all 300ms linear;
    border: 2px solid #2656A0;
    text-decoration: none;
}

.success-block a:hover {
    color: #FFFFFF;
    background-color: #2656A0;
    border-color: #FFFFFF;
}

@media screen and (max-width:1024px) {
    .success-block {
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 50px 30px;
        gap: 20px 0;
    }

    .success-block h2 {
        font-size: 28px;
    }

    .success-block p {
        font-size: 16px;
    }

    .success-block a {
        padding: 20px 69px;
        font-size: 16px;
    }
}

@media screen and (max-width:768px) {
    .success-block {
        margin-top: 50px;
    }
}

@media screen and (max-width:540px) {
    .success-main {
        padding: 0 15px;
    }

    .success-block {
        margin-top: 50px;
        padding: 30px 20px;
        gap: 25px 0;
        border-radius: 20px;

    }

    .success-block h2 {
        font-size: 22px;
    }

    .success-block p {
        font-size: 13px;
    }

    .success-block a {
        padding: 12px 49px;
        font-size: 13px;
    }
}

@media screen and (max-width:440px) {
    .success-block {
        padding: 30px;
    }
}

/** ============================ About Page ============================ */

.banner.about-banner {
    background-image: url('../../../uploads/media/2026/03/file-707acd46fa2a.png');
}

.about-section {
    padding: 100px 0;
}

.about-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 40px 0;
    text-align: center;
}

.about-text p {
    font-size: 26px;
    font-weight: 500!important;
    font-family: 'Montserrat', sans-serif;
    color: #2656A0;
    margin: 0;
}

@media screen and (max-width: 1280px) {
    .about-text p {
        font-size: 20px;
    }
}

@media screen and (max-width:768px) {
    .about-section {
        padding: 55px 0;
    }
}

@media screen and (max-width:540px) {
    .about-section {
        padding: 55px 12px;
    }

    .about-text p  {
        font-size: 16px;
    }
}


/** ============================ Policy Page ============================ */

.banner.policy-banner {
    background-image: url('../../../uploads/media/2026/03/file-a545dd995c0e.png');
}

.policy-main .policy {
    padding: 55px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.policy-main .policy > h2 {
    font-size: 38px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 14px;
    color: #2656A0;
    text-align: center;
}

.policy-main .policy > div {
    background: #f9f9f9;
    padding: 20px;
    max-width: 80%;
    margin-top: 30px;
    border-left: 4px solid #2656A0;
    border-radius: 6px;
    line-height: 1.6;
    max-height: 500px;
    overflow-y: scroll;
}

@media screen and (max-width:540px) {
    .policy-main .policy > h2 {
        font-size: 25px;
    }

    .policy-main .policy h2, .policy-main .policy h3 {
        font-size: 18px;
    }

    .policy-main .policy p, .policy-main .policy li {
        font-size: 14px;
    }

    .policy-main .policy > div {
        margin-top: 0;
    }

    .policy-main .banner h1 {
        font-size: 22px;
    }
}

/** ============================ Partnership Page ============================ */

.banner.partnership-banner {
    background-image: url('../../../uploads/media/2026/03/file-03707474d1a3.png');
}

.p-intro {
    padding: 100px 0 50px;
}

.p-intro-title {
    margin: 0;
}

.p-intro-title .brand {
    color: #2656a0;
    font-weight: 900 !important;
}

.p-intro-text p {
    color: #000000;
    font-size: 32px;
    margin: 0;
}

.section-title {
    margin: 0 0 100px;
    font-size: 32px;
    font-weight: 700;
    color: #000000;
}

/*  */
.take-timeline {
    position: relative;
}

.take-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    position: relative;
    z-index: 1;
}

.take-top {
    padding-bottom: 30px;
}

.take-bottom {
    padding-top: 30px;
}

.take-item {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: center;
}

.take-img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.take-img img {
    width: 100%;
    height: 100%;
    max-height: 251px;
    min-height: 251px;
    object-fit: cover;
    display: block;
}

.take-text {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    gap: 10px;
}

.take-num {
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    background-color: #2656a0;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.take-title {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}

.take-desc {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.take-line {
    width: 90%;
    height: auto;
}

.section-title2 {
    margin-top: 100px;
}

/*  */
.benefits-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.benefits-right {
    display: flex;
    justify-content: flex-end;
}

.benefits-right img {
    width: 90%;
    height: fit-content;
    display: block;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
    height: fit-content;
}

.bcard {
    border-radius: 20px;
    box-shadow: 0 4px 30px 0 #00000040;
    padding: 35px 35px 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 25px;
}

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

.bcard .icon img {
    width: 100px;
    height: auto;
}

.bcard h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

.bcard p {
    margin: 0;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

/*  */
.form-block {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 30px 0 #00000040;
    padding: 50px 100px;
    margin-bottom: 100px;
}

.form-head {
    padding-bottom: 50px;
}

.form-head-text {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin: 0;
}

.p-form .grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.p-form input {
    width: 100%;
    border-radius: 20px;
    border: 3px solid #2656a0;
    padding: 18px 30px;
    background: #fff;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    box-sizing: border-box;
    outline: none;
    font-family: "Montserrat", sans-serif;
}

.p-form input::placeholder {
    color: #000000;
}

.p-form input:focus {
    border-color: #1f60c4;
    box-shadow: 0 0 0 4px rgba(31, 96, 196, 0.12);
}

.p-form .btn-wrap {
    text-align: center;
    margin-top: 50px;
}

.p-form button {
    max-width: 60%;
    width: 100%;
    border-radius: 20px;
    border: none;
    padding: 22px 35px;
    background: #2656a0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 200ms ease;
    font-family: "Montserrat", sans-serif;
}

.p-form button:hover {
    background: #5a8ade;
}

.p-form button:disabled {
    opacity: 0.7;
    cursor: default;
}

@media screen and (max-width: 1280px) {
    .p-intro {
        padding: 60px 0 30px;
    }

    .p-intro-text p {
        font-size: 25px;
    }

    .section-title {
        font-size: 25px;
        margin-bottom: 60px;
    }

    .take-num {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .take-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .take-desc {
        font-size: 14px;
    }

    .section-title2 {
        margin-top: 60px;
    }

    .bcard {
        padding: 25px;
        gap: 15px;
    }

    .bcard .icon img {
        width: 60px;
    }

    .bcard h4 {
        font-size: 16px;
    }

    .bcard p {
        font-size: 12px;
    }

    .benefits-grid {
        gap: 15px 20px;
    }

    .form-block {
        padding: 30px 50px;
        margin-bottom: 60px;
    }

    .form-head {
        padding-bottom: 25px;
    }

    .form-head-text {
        font-size: 25px;
    }

    .p-form input {
        font-size: 20px;
    }

    .p-form .btn-wrap {
        margin-top: 25px;
    }

    .p-form button {
        padding: 18px 25px;
        font-size: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .p-intro-text p {
        font-size: 22px;
    }

    .section-title {
        font-size: 22px;
    }

    .take-line {
        display: none;
    }

    .take-top {
        padding-bottom: 20px;
    }

    .take-bottom {
        padding-top: 0;
    }

    .take-row {
        grid-template-columns: 1fr;
    }

    .bcard {
        padding: 15px;
        gap: 10px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .bcard h4 {
        font-size: 14px;
    }

    .bcard p {
        font-size: 10px;
    }

    .benefits-right img {
        width: 100%;
    }

    .form-block {
        padding: 25px;
    }

    .form-head-text {
        font-size: 20px;
    }

    .p-form input {
        font-size: 16px;
        padding: 12px 18px;
    }

    .p-form .grid {
        gap: 10px;
    }

    .p-form button {
        padding: 12px 18px;
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .benefits-wrap {
        grid-template-columns: 1fr;
    }

    .benefits-right img {
        width: 50%;
    }
}

@media screen and (max-width: 540px) {
    .p-intro {
        padding: 40px 0 20px;
    }

    .p-intro-text p {
        font-size: 18px;
    }

    .section-title {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .take-item {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .section-title2 {
        margin-top: 40px;
    }

    .benefits-right {
        justify-content: center;
    }

    .form-head-text {
        font-size: 16px;
    }

    .form-head {
        padding-bottom: 15px;
    }

    .p-form input {
        font-size: 12px;
        padding: 8px 12px;
        border-width: 2px;
    }

    .p-form .grid {
        gap: 5px;
    }

    .form-block {
        margin-bottom: 40px;
    }

    .p-form .btn-wrap {
        margin-top: 15px;
    }

    .p-form button {
        padding: 8px 12px;
        font-size: 12px;
        max-width: 100%;
    }
}

/** ============================ News Page ============================ */

.banner.news-banner {
    background-image: url('../../../uploads/media/2026/03/file-cc8813cb7f26.png');
}

.news-page__body {
    padding: 50px 0 100px;
}

.news-page__categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 30px;
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
}

.news-page__category-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    padding: 13px 25px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    border: 1px solid #2656a0;
    background: #2656a0;
    color: #ffffff;
    transition:
        transform 0.08s ease,
        filter 0.12s ease,
        background 0.12s ease;
}

.news-page__category-link:hover {
    transform: translateY(-1px);
    background: #5a8ade;
    border-color: #5a8ade;
}

.news-page__category-link.is-inactive {
    filter: brightness(1.02);
}

.news-page__category-link.is-active {
    background: #5a8ade;
    border-color: #5a8ade;
    opacity: 0.95;
}

.news-page__grid {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
}

.news-page__card {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 30px 0 #00000040;
    padding: 30px;
}

.news-page__image {
    width: 100%;
    height: 477px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.news-page__content {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.news-page__date {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
}

.news-page__title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #2656a0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-page__excerpt {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #2656a0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-page__more {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
    color: #2656a0;
}

.news-page__more-arrow {
    display: flex;
}

.news-page__more-arrow svg {
    width: 100%;
    height: auto;
}

/* Пагинация */
.news-page__pagination {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0 0;
}

.news-page__pagination a,
.news-page__pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    padding: 12px 12px;
    border-radius: 10px;
    border: 1px solid #c7d6e5;
    text-decoration: none;
    font-weight: 800;
    font-size: 16px;
    background: #ffffff;
    color: #000000;
    transition: all 300ms ease;
}

.news-page__pagination a:hover {
    background: #5a8ade;
    color: #ffffff;
}

.news-page__pagination .is-active {
    background: #2656a0;
    border-color: #2656a0;
    color: #ffffff;
}

.news-page__pagination .is-disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

@media screen and (max-width:1280px) {
    .news-page__category-link {
        font-size: 18px;
        min-width: 300px;
    }

    .news-page__grid {
        gap: 30px;
    }

    .news-page__image {
        height: 327px;
    }

    .news-page__content {
        padding-top: 20px;
        gap: 20px;
    }

    .news-page__date, .news-page__title {
        font-size: 20px;
    }

    .news-page__excerpt {
        font-size: 16px;
    }

    .news-page__more {
        gap: 20px;
        font-size: 20px;
    }

    .news-page__more-arrow svg {
        width: 30px;
    }

    .news-page__pagination a, .news-page__pagination span {
        font-size: 14px;
        min-width: 30px;
    }
}

@media screen and (max-width:1024px) {
    .news-page__body {
        padding-bottom: 60px;
    }

    .news-page__categories {
        gap: 10px 20px;
        margin-bottom: 30px;
    }

    .news-page__category-link {
        font-size: 14px;
        min-width: 200px;
    }

    .news-page__card {
        padding: 20px;
    }

    .news-page__image {
        height: 257px;
    }

    .news-page__date, .news-page__title {
        font-size: 16px;
    }

    .news-page__excerpt {
        font-size: 13px;
    }

    .news-page__more {
        font-size: 16px;
        gap: 15px;
    }

    .news-page__more-arrow svg {
        width: 20px;
    }

    .news-page__pagination {
        margin-top: 30px;
    }

    .news-page__pagination a, .news-page__pagination span {
        font-size: 12px;
        min-width: 20px;
    }
}

@media screen and (max-width:768px) {
    .news-page__image {
        height: 227px;
    }
}

@media screen and (max-width:540px) {
    .news-page__body {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .news-page__category-link {
        font-size: 12px;
        min-width: fit-content;
        padding: 12px 20px;
    }

    .news-page__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .news-page__content {
        gap: 10px;
    }

    .news-page__more {
        font-size: 14px;
    }

    .news-page__pagination a, .news-page__pagination span {
        padding: 8px 10px;
    }
}

@media screen and (max-width:440px) {
    .news-page__pagination a, .news-page__pagination span {
        padding: 4px 6px;
    }
}

/** ============================ New Page ============================ */

.banner.news-single-banner {
    background-image: url('../../../uploads/media/2026/02/partners-background-image-931c6ef38b02.png');
}

.news-single-page__related-swiper {
    padding: 12px 15px!important;
}

.news-single-page__article {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news-single-page__cover {
    width: 100%;
    display: flex;
}

.news-single-page__cover-image {
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.news-single-page__meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.news-single-page__date {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.news-single-page__category {
    font-size: 18px;
    font-weight: 700;
    color: #2656A0;
    transition: all 200ms ease;
    text-decoration: none;
}

.news-single-page__category:visited {
    color: #2656A0;
}

.news-single-page__category:hover {
    color: #5a8ade;
}

.news-single-page__excerpt {
    font-size: 20px;
    font-weight: 700;
    color: #2656A0;
}

.news-single-page__excerpt p {
    margin: 0;
    font-weight: 700!important;
}

.news-single-page__content {
    font-size: 20px;
    font-weight: 500;
    color: #2656A0;
}

.news-single-page__content p {
    font-size: 20px!important;
    font-weight: 500!important;
    color: #2656A0!important;
}

.news-single-page__related {
    padding-top: 100px;
    padding-bottom: 100px;
}

.news-single-page__related-title {
    font-size: 40px;
    font-weight: 700;
    color: #2656A0;
    padding-bottom: 50px;
    margin: 0;
}

.news-single-page__related-swiper .news-page__card {
    box-shadow: 0 4px 10px 0 #00000040;
}

.news-page__nonew {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

@media screen and (max-width:1280px) {
    .news-single-page .banner h1 {
        font-size: 30px;
    }

    .news-single-page__cover-image {
        height: 500px;
    }

    .news-single-page__date, .news-single-page__category {
        font-size: 16px;
    }

    .news-single-page__excerpt, .news-single-page__content {
        font-size: 18px;
    }

    .news-single-page__content p {
        font-size: 18px!important;
    }

    .news-single-page__grid {
        gap: 60px;
    }

    .news-single-page__related-title {
        font-size: 30px;
    }

    .news-single-page__related {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width:1024px) {
    .news-single-page .banner h1 {
        font-size: 25px;
    }

    .news-single-page__article {
        padding-top: 30px;
        gap: 15px;
    }

    .news-single-page__cover-image {
        height: 400px;
    }

    .news-single-page__date, .news-single-page__category {
        font-size: 14px;
    }

    .news-single-page__meta {
        gap: 5px;
    }

    .news-single-page__excerpt, .news-single-page__content {
        font-size: 16px;
    }

    .news-single-page__content p {
        font-size: 16px!important;
    }

    .news-single-page__related-title {
        font-size: 25px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width:768px) {
    .news-single-page__related-swiper {
        padding: 12px 10px!important;
    }
}

@media screen and (max-width:540px) {
    .news-single-page .banner h1 {
        font-size: 20px;
    }

    .news-single-page__cover-image {
        height: 280px;
    }

    .news-single-page__date, .news-single-page__category {
        font-size: 12px;
    }

    .news-single-page__excerpt, .news-single-page__content {
        font-size: 14px;
    }

    .news-single-page__content p {
        font-size: 14px!important;
    }

    .news-single-page__related {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .news-single-page__related-title {
        font-size: 20px;
    }
}

/** ============================ Partners Page ============================ */

.banner.partners-banner {
    background-image: url('../../../uploads/media/2026/03/file-a01a6927e692.png');
}

.partners-page__body {
    padding: 50px 0 100px;
}

.partners-page__title {
    margin: 0 0 30px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #2656a0;
}

/* категории-табами, но со своими классами */
.partners-page__categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 30px;
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
}

.partners-page__category-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    padding: 13px 25px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    border: 1px solid #2656a0;
    background: #2656a0;
    color: #ffffff;
    transition:
        transform 0.08s ease,
        filter 0.12s ease,
        background 0.12s ease;
}

.partners-page__category-link:hover {
    transform: translateY(-1px);
    background: #5a8ade;
    border-color: #5a8ade;
}

.partners-page__category-link.is-active {
    background: #5a8ade;
    border-color: #5a8ade;
    opacity: 0.95;
}

/* сетка карточек */
.partners-page__grid {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
}

.partners-page__card {
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 4px 30px 0 #00000040;
    padding: 30px;
}

.partners-page__logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0 10px;
}

.partners-page__logo img {
    max-height: 60px;
    max-width: 220px;
    width: auto;
    object-fit: contain;
    display: block;
}

.partners-page__name {
    margin: 0 0 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: var(--partners-blue-dark);
    text-transform: uppercase;
}

.partners-page__meta {
    display: grid;
    gap: 8px;
    margin: 0 0 14px;
    font-size: 14px;
    color: #274560;
    font-weight: 600;
}

.partners-page__meta-row b {
    font-weight: 800;
    color: var(--partners-blue-dark);
}

.partners-page__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 8px;
}

.partners-page__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 800;
    font-size: 12px;
    padding: 10px 0;
    border: 1px solid #2656a0;
    background: #2656a0;
    color: #ffffff;
}

.partners-page__btn--alt {
    background: #2656a0;
    border-color: #2656a0;
    color: #ffffff;
}

.partners-page__empty {
    border: 1px solid #d4e0ec;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(14, 33, 54, .10);
    padding: 18px;
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    text-align: center;
}

@media screen and (max-width:1280px) {
    .partners-page__title {
        font-size: 28px;
    }

    .partners-page__category-link {
        font-size: 18px;
        min-width: 300px;
    }

    .partners-page__grid {
        gap: 30px;
    }

    .partners-page__body {
        padding-bottom: 60px;
    }
}

@media screen and (max-width:1024px) {
    .partners-page__categories {
        gap: 10px 20px;
        margin-bottom: 30px;
    }

    .partners-page__title {
        margin-bottom: 20px;
    }

    .partners-page__category-link {
        font-size: 14px;
        min-width: 200px;
    }

    .partners-page__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:540px) {
    .partners-page__body {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .partners-page__title {
        font-size: 22px;
    }

    .partners-page__category-link {
        font-size: 12px;
        min-width: fit-content;
        padding: 12px 20px;
    }

    .partners-page__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/** ============================ Partner Page ============================ */

.banner.partners-single-banner {
    background-image: url('../../../uploads/media/2026/02/partners-background-image-931c6ef38b02.png');
}

.p-form select {
    width: 100%;
    border-radius: 20px;
    border: 3px solid #2656a0;
    padding: 18px 30px;
    background: #fff;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    box-sizing: border-box;
    outline: none;
    font-family: "Montserrat", sans-serif;
}

.p-form select::placeholder {
    color: #000000;
}

.p-form select:focus {
    border-color: #1f60c4;
    box-shadow: 0 0 0 4px rgba(31, 96, 196, 0.12);
}

.partners-single-page {
    --ps-blue: #1f6ab0;
    --ps-dark: #123451;
    --ps-border: #d4e0ec;
    --ps-shadow: 0 10px 26px rgba(14, 33, 54, 0.1);
    --ps-radius: 14px;
}

.partners-single-page__body {
    padding: 50px 0 100px;
}

.partners-single-page__grid {
    display: grid;
    gap: 50px;
    grid-template-columns: 1.65fr 0.95fr;
    align-items: start;
}

.partners-single-page__grid--single {
    grid-template-columns: 1fr;
}

.partners-single-page__card {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 30px 0 #00000040;
}

.partners-single-page__card-inner {
    padding: 30px;
}

.partners-single-page__hero {
    border: 1px solid #d9e4ef;
    border-radius: 12px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7fbff center/cover no-repeat;
    margin-bottom: 14px;
}

.partners-single-page__hero img {
    max-width: min(300px, 90%);
    max-height: 96px;
    object-fit: contain;
    display: block;
}

.partners-single-page__tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}

.partners-single-page__tab-btn {
    height: 32px;
    min-width: 120px;
    padding: 0 14px;
    border-radius: 6px;
    border: 1px solid #2b5ca0;
    background: #2b5ca0;
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    cursor: pointer;
}

.partners-single-page__tab-btn.is-active {
    filter: brightness(1.02);
    box-shadow: 0 8px 18px rgba(31, 106, 176, 0.16);
}

.partners-single-page__pane {
    display: none;
}

.partners-single-page__pane.is-active {
    display: block;
}

.partners-single-page__desc {
    color: #2656A0;
    line-height: 1.65;
    font-size: 14px;
    margin: 0 0 14px;
}

.partners-single-page__meta {
    border-top: 1px solid #dbe5f0;
    margin-top: 10px;
}

.partners-single-page__meta-row {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #dbe5f0;
    font-size: 14px;
    color: #15334d;
}

.partners-single-page__meta-row:last-child {
    border-bottom: 0;
}

.partners-single-page__meta-key {
    font-weight: 800;
    color: #0f2c45;
}

.partners-single-page__meta-val {
    font-weight: 700;
    color: #2656A0;
    text-align: right;
}

.partners-single-page__meta-val a {
    color: #2656A0;
    text-decoration: none;
    font-weight: 700 !important;
}

.partners-single-page__meta-val a:hover {
    text-decoration: underline;
}

.partners-single-page__branches {
    display: grid;
    gap: 12px;
}

.partners-single-page__branch {
    border: 1px solid #dbe5f0;
    border-radius: 10px;
    padding: 12px;
    background: #f9fcff;
    font-size: 14px;
    color: #15334d;
    line-height: 1.5;
}

.partners-single-page__branch strong {
    display: block;
    margin-bottom: 6px;
    color: #2656A0;
}

.partners-single-page__branch a {
    color: #2656A0;
    font-weight: 800;
    text-decoration: none;
}

.partners-single-page__branch a:hover {
    text-decoration: underline;
}

.partners-single-page__products {
    display: grid;
    gap: 12px;
}

.partners-single-page__product {
    border: 1px solid #d8e4f1;
    border-radius: 10px;
    background: #f7fbff;
    padding: 12px;
}

.partners-single-page__product-title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 900;
    color: #2656A0;
}

.partners-single-page__product table {
    width: 100%;
    border-collapse: collapse;
}

.partners-single-page__product td {
    border-bottom: 1px solid #dbe5f0;
    padding: 8px 0;
    font-size: 14px;
    vertical-align: top;
}

.partners-single-page__product tr:last-child td {
    border-bottom: 0;
}

.partners-single-page__product td:first-child {
    width: 42%;
    color: #2656A0;
    font-weight: 800;
}

#partner-map {
    width: 100%;
    height: 360px;
    border-radius: 10px;
    border: 1px solid #d6e2ef;
    background: #eef4fb;
}

.partners-single-page__side-title {
    margin: 0 0 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #2656A0;
}

/* modal оставляем как есть (классы уже ок), не переименовываю чтобы не ломать */
.pr-phone-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(8, 12, 18, 0.55);
}

.pr-phone-modal[hidden] {
    display: none;
}

.pr-phone-modal__box {
    width: min(760px, 96vw);
    border-radius: 18px;
    border: 1px solid #d6deea;
    background: #f1f1f6;
    box-shadow: 0 26px 54px rgba(0, 0, 0, 0.33);
    padding: 24px;
    font-family: 'Montserrat', sans-serif;
}

.pr-phone-modal__title {
    margin: 0 0 20px;
    text-align: center;
    font-size: 32px;
    font-weight: 700!important;
    color: #000000;
}

.pr-phone-modal__text {
    margin: 0 auto;
    max-width: 640px;
    text-align: center;
    white-space: pre-line;
    color: #000000;
    font-size: 20px;
}

.pr-phone-modal__phone {
    margin: 20px 0 0;
    text-align: center;
    font-size: 24px;
    color: #2656A0;
    font-weight: 700;
}

.pr-phone-modal__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 20px;
}

.pr-phone-modal__btn {
    border-radius: 14px;
    border: 1px solid #c8d3df;
    padding: 12px 18px;
    font-size: 20px;
    font-weight: 600!important;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

.pr-phone-modal__btn--close {
    background: #ebecf0;
    color: #243547;
}

.pr-phone-modal__btn--call {
    background: linear-gradient(180deg, #004799 20%, #0077ff 100%);
    color: #fff;
}

/* form */
.partner-single-form .grid input, .partner-single-form .grid select {
    font-size: 16px;
    padding: 12px 15px;
    border-width: 2px;
}

.p-form.partner-single-form .grid {
    gap: 10px;
}

.p-form.partner-single-form .btn-wrap {
    margin-top: 20px;
}

.p-form.partner-single-form button {
    max-width: 80%;
    font-size: 16px;
    padding: 15px 20px;
    font-weight: 600;
}

@media screen and (max-width:1280px) {
    .partners-single-page__body {
        padding-bottom: 60px;
    }
}

@media screen and (max-width:1024px) {
    .partners-single-page__grid {
        grid-template-columns: 1fr;
    }

    .partners-single-page__card-inner {
        padding: 20px;
    }

    .partners-single-page__hero {
        min-height: 120px;
    }

    .partners-single-page__hero img {
        max-height: 70px;
    }

    .partners-single-page__tab-btn {
        height: fit-content;
        padding: 5px 14px;
        font-size: 12px;
    }

    .banner.partners-single-banner h1 {
        font-size: 30px;
    }

    .pr-phone-modal__title {
        font-size: 26px;
    }

    .pr-phone-modal__text, .pr-phone-modal__phone {
        font-size: 20px;
    }

    .pr-phone-modal__btn {
        font-size: 18px;
    }
}

@media screen and (max-width:540px) {
    .banner.partners-single-banner h1 {
        font-size: 22px;
    }

    .partners-single-page__hero {
        min-height: 100px;
    }

    .partners-single-page__hero img {
        max-height: 60px;
    }

    .partners-single-page__desc, .partners-single-page__product td, .partners-single-page__branch, .partners-single-page__meta-row {
        font-size: 12px;
    }

    .partners-single-page__product-title {
        font-size: 14px;
    }

    #partner-map {
        height: 250px;
    }

    .partners-single-page__grid  {
        gap: 30px;
    }

    .partner-single-form .grid input, .partner-single-form .grid select {
        font-size: 14px;
        padding: 8px 15px;
    }

    .partners-single-page__side-title {
        margin-bottom: 15px;
    }

    .p-form.partner-single-form button {
        font-size: 14px;
        padding: 12px 15px;
    }

    .partners-single-page__body {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width:440px) {
    .partners-single-page__meta-row {
        grid-template-columns: 150px 1fr;
    }

    .pr-phone-modal__title {
        font-size: 22px;
    }

    .pr-phone-modal__text, .pr-phone-modal__phone {
        font-size: 16px;
    }

    .pr-phone-modal__btn {
        font-size: 14px;
        padding: 8px 18px;
    }
}

/** ============================ Leasing Page ============================ */

.banner.leasing-banner {
    background-image: url('../../../uploads/media/2026/03/file-2490679d488b.png');
    background-position: center;
}

.leasing-page {
    padding: 100px 0;
}

.leasing-top-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-bottom: 100px;
}

.leasing-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 50px;
    text-align: center;
    box-shadow: 0 4px 30px 0 #00000040;
    cursor: pointer;
    transition:
        box-shadow 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.leasing-card.active {
    transform: translateY(-2px);
}

.leasing-card-icon {
    margin-bottom: 30px;
}

.leasing-card-icon img {
    width: 150px;
    height: auto;
}

.leasing-card-title {
    width: 100%;
    padding: 14px 0;
    color: #2656a0;
    font-weight: 600;
    font-size: 18px;
    border: 3px solid #2656a0;
    background: transparent;
    border-radius: 10px;
}

.leasing-card.active .leasing-card-title {
    background: #2656a0;
    color: #ffffff;
}

.leasing-tab {
    display: none;
}

.leasing-tab-active {
    display: block;
}

.leasing-main-block {
    width: 100%;
    background: #ffffff;
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 30px;
}

.leasing-fields {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
}

.leasing-field {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 15px;
}

.leasing-field label {
    font-size: 20px;
    font-weight: 600;
    color: #2656a0;
}

.leasing-field input {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    padding: 18px 20px;
    border-radius: 10px;
    background: #d9d9d9;
    border: none;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

.leasing-side-summary {
    background: #d9d9d9;
    border-radius: 10px;
    padding: 36px 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.leasing-form-block {
    box-shadow: 0 4px 30px 0 #00000040;
    border-radius: 20px;
    padding: 50px 30px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.summary-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
}

.summary-label {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}

.summary-value {
    font-size: 16px;
    font-weight: 800;
    color: #2656a0;
}

.leasing-note {
    margin: 50px 0;
    font-size: 20px;
    font-weight: 600;
    color: #ff0000;
    text-align: center;
}

.leasing-btn-wrapper {
    text-align: center;
}

.leasing-btn-primary {
    border: none;
    border-radius: 20px;
    padding: 18px 120px;
    font-size: 20px;
    font-weight: 600;
    background: #2656a0;
    color: #ffffff;
    cursor: pointer;
    transition: all 200ms ease;
    font-family: "Montserrat", sans-serif;
}

.leasing-btn-primary:hover {
    background: #5a8ade;
}

.leasing-btn-primary:active {
    transform: translateY(1px);
}

.leasing-table-wrapper {
    background: #ffffff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 4px 30px 0 #00000040;
}

.leasing-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    font-weight: 600;
    color: #2656a0;
}

.leasing-table th,
.leasing-table td {
    padding: 10px 15px;
    border: 1px solid #2656a0;
    text-align: center;
}

.leasing-table th {
    background: #d9d9d9;
    font-size: 20px;
    padding: 21px 28px;
}

.leasing-form-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 100px;
    box-shadow: 0 4px 30px 0 #00000040;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.leasing-form-box form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.leasing-form-box .form-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.leasing-form-box label {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
}

.leasing-form-box input[type="text"],
.leasing-form-box input[type="number"],
.leasing-form-box select {
    width: 100%;
    padding: 18px 31px;
    border-radius: 20px;
    border: 3px solid #2656a0;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

.leasing-form-box input::placeholder {
    color: #000000;
}

.leasing-phone-row {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.leasing-phone-prefix {
    width: fit-content;
    padding: 18px 31px;
    border-radius: 20px;
    border: 3px solid #2656a0;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    box-sizing: border-box;
}

.leasing-form-box button {
    margin-top: 30px;
    max-width: 60%;
    width: 100%;
    border-radius: 20px;
    border: none;
    padding: 22px 35px;
    background: #2656a0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 200ms ease;
    font-family: "Montserrat", sans-serif;
}

.leasing-form-box button:hover {
    background: #5a8ade;
}

@media screen and (max-width: 1280px) {
    .leasing-card-icon img {
        width: 100px;
    }

    .leasing-card-title {
        font-size: 16px;
    }

    .leasing-card {
        padding: 30px;
    }

    .leasing-page {
        padding: 60px 0;
    }

    .leasing-top-cards {
        padding-bottom: 60px;
    }

    .leasing-field label {
        font-size: 16px;
    }

    .leasing-field input {
        font-size: 16px;
    }

    .summary-label {
        font-size: 16px;
    }

    .summary-value {
        font-size: 14px;
    }

    .leasing-note {
        margin: 25px 0;
        font-size: 16px;
    }

    .leasing-btn-primary {
        padding: 12px 80px;
        font-size: 16px;
    }

    .leasing-form-block {
        margin-bottom: 60px;
    }

    .leasing-table th {
        font-size: 16px;
        padding: 15px 20px;
    }

    .leasing-table {
        font-size: 12px;
    }

    .leasing-table-wrapper {
        padding: 30px;
    }

    .leasing-form-box {
        padding: 30px 50px;
    }

    .leasing-form-box form {
        gap: 15px;
    }

    .leasing-form-box label {
        font-size: 20px;
    }

    .leasing-form-box input[type="text"],
    .leasing-form-box input[type="number"],
    .leasing-form-box select {
        font-size: 20px;
        padding: 12px 22px;
    }

    .leasing-phone-prefix {
        font-size: 20px;
        padding: 12px 22px;
    }

    .leasing-form-box button {
        margin-top: 15px;
        padding: 15px 35px;
        font-size: 18px;
    }

    .leasing-form-box .form-row {
        gap: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .leasing-card-icon img {
        width: 60px;
    }

    .leasing-card-title {
        font-size: 12px;
        padding: 8px 0;
    }

    .leasing-main-block {
        grid-template-columns: 1fr;
    }

    .leasing-fields {
        gap: 25px 15px;
    }

    .leasing-form-block {
        padding: 30px 20px;
    }

    .leasing-field label {
        font-size: 12px;
    }

    .leasing-field input {
        font-size: 12px;
        padding: 12px 15px;
    }

    .leasing-field {
        gap: 5px;
    }

    .leasing-side-summary {
        padding: 16px 25px;
        gap: 15px;
    }

    .summary-label {
        font-size: 14px;
    }

    .summary-item {
        gap: 10px;
    }

    .summary-value {
        font-size: 12px;
    }

    .leasing-note {
        font-size: 13px;
    }

    .leasing-btn-primary {
        padding: 10px 60px;
        font-size: 12px;
    }

    .leasing-table-wrapper {
        padding: 15px;
    }

    .leasing-table th {
        font-size: 12px;
    }

    .leasing-table {
        font-size: 10px;
    }

    .leasing-form-box {
        padding: 25px;
    }

    .leasing-form-box label {
        font-size: 16px;
    }

    .leasing-form-box input[type="text"],
    .leasing-form-box input[type="number"],
    .leasing-form-box select,
    .leasing-phone-prefix {
        font-size: 14px;
        padding: 8px 16px;
    }

    .leasing-phone-row {
        gap: 10px;
    }

    .leasing-form-box button {
        max-width: 50%;
        padding: 10px 25px;
        font-size: 14px;
    }
}

@media screen and (max-width: 540px) {
    .leasing-top-cards {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .leasing-card {
        padding: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .leasing-card-icon {
        margin-bottom: 10px;
    }

    .leasing-card-title {
        width: 70%;
        font-size: 10px;
    }

    .leasing-page {
        padding: 40px 0;
    }

    .leasing-top-cards {
        padding-bottom: 40px;
    }

    .leasing-form-box label {
        font-size: 12px;
    }

    .leasing-form-box input[type="text"],
    .leasing-form-box input[type="number"],
    .leasing-form-box select,
    .leasing-phone-prefix {
        border-width: 2px;
        font-size: 12px;
    }

    .leasing-form-box form {
        gap: 10px;
    }

    .leasing-form-box button {
        max-width: 100%;
        font-size: 10px;
    }

    .leasing-main-block {
        gap: 15px;
    }

    .leasing-fields {
        gap: 15px;
    }

    .leasing-form-block {
        margin-bottom: 40px;
    }

    .leasing-table-wrapper {
        overflow-x: auto;
    }

    .leasing-table {
        min-width: 700px;
    }
}

@media screen and (max-width: 431px) {
    .leasing-fields {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

/** ============================ Loan Selection Page ============================ */

.banner.loan-selection-banner {
    background-image: url('../../../uploads/media/2026/03/file-7ec3ec26d8b9.png');
    background-position: center;
    background-size: cover;
    box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
}

/** ============================ Loans Page ============================ */

.banner.loans-banner {
    background-image: url('../../../uploads/media/2026/03/file-f42edb66dfb6.png');
    background-position: center;
    background-size: cover;
    box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
}

/** ============================ Home Page ============================ */

/* about */
.home-banner {
    background-image: url("../../../uploads/media/2026/03/Frame-63-3-f028a55ff52f.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-banner__container {
    padding-top: 130px;
    padding-bottom: 150px;
}

.home-banner__content {
    text-align: center;
    position: relative;
    z-index: 2;
}

.home-banner__title {
    margin: 0 0 82px;
    font-weight: 800;
    color: #2656a0;
    font-size: 60px;
}

.home-banner__subtitle {
    margin: 0 0 40px;
    font-weight: 600;
    color: #2656a0;
    font-size: 40px;
}

.home-banner__form {
    padding: 0 5%;
}

.home-banner__form-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr 0.8fr 1fr;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 30px 0 #00000040;
}

.home-banner__field {
    display: flex;
    flex-direction: column;
}

.home-banner__label {
    padding: 23px 0;
    text-align: center;
    margin: 0;
    background: #2656a0;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    border-right: 1px solid #ffffff;
}

.home-banner__control {
    padding: 23px 0;
    border: 0;
    outline: none;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    background: #ffffff;
    text-align: center;
    border-right: 1px solid #2656a0;
}

.home-banner__control::placeholder {
    color: #000000;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.home-banner__field:last-child .home-banner__label,
.home-banner__field:last-child .home-banner__control {
    border-right: 0;
}

.home-banner__control[aria-invalid="true"] {
    box-shadow: inset 0 0 0 2px rgba(220, 38, 38, 0.25);
}

.home-banner__button {
    margin: 30px 0 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 71px;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
    background: #2656a0;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    box-shadow: 0 4px 30px 0 #00000040;
    transition:
        transform 0.12s ease,
        background 0.12s ease;
    font-family: "Montserrat", sans-serif;
}

.home-banner__button:hover {
    transform: translateY(-1px);
    background: #5a8ade;
}

.home-banner__button:active {
    transform: translateY(0);
}

/* services */
.home-services {
    padding-bottom: 100px;
    background: #ffffff;
}

.home-services__title {
    margin: 0 0 100px;
    font-weight: 700;
    color: #2656a0;
    font-size: 40px;
}

.home-services__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.home-services__card {
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    position: relative;
}

.home-services__image {
    width: 100%;
    height: 343px;
    display: block;
    object-fit: cover;
    object-position: center;
}

.home-services__label {
    position: absolute;
    bottom: 20px;
    left: 30px;
    width: calc(100% - 60px);
    padding: 22px 0;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    border-radius: 20px;
    background: #ffffff99;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

/* statistic */
.home-statistic-container {
    padding-bottom: 100px;
    text-align: left;
}

.home-statistic-container .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 0;
}

.home-statistic-title {
    text-align: left;
    margin: 0;
    width: 100%;
    font-weight: 700;
    font-size: 40px;
    color: #2656a0;
}

.home-statistic-subtitle {
    margin: 0 0 100px;
    width: 100%;
    font-weight: 500;
    font-size: 28px;
    color: #2656a0;
}

.home-statistic-row {
    justify-content: center;
    border-radius: 20px;
    display: grid;
    gap: 0 20px;
    width: 100%;
}

.home-statistic-row.top {
    grid-template-columns: repeat(4, 1fr);
}

.home-statistic-row.bottom {
    grid-template-columns: repeat(3, 1fr);
}

.stat-card {
    position: relative;
    background: #fff;
    padding: 68px 34px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    z-index: 0;
    transition: background 300ms ease;
    border: 1px solid #004ba1;
    border-radius: 30px;
    gap: 30px 0;
}

.stat-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #004799 20%, #0077ff 100%);
    opacity: 0;
    z-index: -1;
    transition: opacity 300ms ease;
}

.stat-card:hover::before {
    opacity: 1;
}

.stat-icon svg {
    width: 94px;
    height: auto;
}

.stat-card svg path {
    fill: #2656a0;
    transition: fill 300ms ease;
}

.stat-card:hover svg path {
    fill: white;
}

.stat-card-title {
    font-weight: 700;
    font-size: 16px;
    color: #2656a0;
    margin: 0;
    transition: color 300ms ease;
}

.stat-card:hover .stat-card-title {
    color: white;
}

/* form */
.home-form-container {
    background-color: #fff;
    padding-bottom: 100px;
}

.home-form-box {
    background: #fff;
    border-radius: 50px 50px 0 0;
    text-align: left;
}

.home-form-box .container {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 100px 0;
}

.home-form-title {
    font-size: 40px;
    font-weight: 700;
    color: #2656a0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
}

.home-form-form {
    background: #fff;
    padding: 53px 100px 50px;
    border-radius: 20px;
    box-shadow: 0 4px 30px 0 #00000040;
    width: 100%;
    box-sizing: border-box;
}

.home-form-form form {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}

.home-form-form form h2 {
    color: #2656a0;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    text-transform: uppercase;
}

.home-form-form form > div > p {
    margin: 0;
    font-family: "Montserrat", sans-serif;
}

.home-form-form form > div label {
    color: #2656a0;
    font-size: 25px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.home-form-form form input {
    padding: 28px 39px;
    font-size: 20px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #000;
    border: 3px solid #0000003b;
    border-radius: 20px;
    width: 100%;
    box-sizing: border-box;
}

.home-form-form form input[type="submit"] {
    background: linear-gradient(180deg, #004799 20%, #0077ff 100%);
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    padding: 34px 50px;
    transition: all 300ms ease;
    border: 0;
}

.home-form-form form input[type="submit"]:hover {
    background: linear-gradient(180deg, #0077ff 0%, #004799 80%);
}

.home-form-form form > p {
    margin: 0;
}

.home-form-form .input-car {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.home-form-form .input-car > div > p {
    margin: 0;
}

.home-form-form .input-car input {
    border: 0;
}

.home-form-form .input-car > div:nth-of-type(1) input {
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-color: #0000003b;
    border-radius: 20px 0 0 20px;
}

.home-form-form .input-car > div:nth-of-type(2) input {
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #0000003b;
    border-radius: 0;
}

.home-form-form .input-car > div:nth-of-type(3) input {
    border-style: solid;
    border-width: 3px 3px 3px 0;
    border-color: #0000003b;
    border-radius: 0 20px 20px 0;
}

.home-form-form .input-number > p {
    position: relative;
}

.home-form-form .input-number .number-span {
    position: absolute;
    top: 43.5px;
    z-index: 1;
    font-size: 20px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #2656a0;
    left: 39px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 0 16px;
}

.home-form-form .input-number .number-span::before {
    content: "";
    width: 3px;
    height: 62px;
    background-color: #0000003b;
}

.home-form-form .input-number input {
    padding-left: 125px;
}

/* whats */
.services-container {
    padding-bottom: 100px;
    color: #2656a0;
}

.services-container .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 100px 0;
}

.services-title {
    text-align: left;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #2656a0;
}

.services-inner {
    display: grid;
    grid-template-columns: 0.45fr 0.55fr;
    background: #fff;
    border-radius: 45px;
}

.services-list {
    padding: 0 42px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
}

.home-whats-tab {
    background: #fff;
    color: #000000;
    border: 2px solid #2656a0;
    border-radius: 31px;
    padding: 19px 17px 19px 24px;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 300ms ease;
    font-weight: bold;
    gap: 0 15px;
}

.home-whats-tab:hover {
    border: 2px solid #2656a0;
}

.home-whats-tab:not(.active):hover {
    background: #2656a0;
}

.home-whats-tab .home-whats-name {
    font-size: 20px;
    font-weight: 700;
    color: #2656a0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    transition: all 300ms ease;
}

.home-whats-tab.active .home-whats-name {
    color: #fff;
}

.home-whats-tab:not(.active):hover .home-whats-name {
    color: #fff;
}

.home-whats-tab .home-whats-arrow {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    border-radius: 100%;
    background: #2656a0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 300ms ease;
}

.home-whats-tab:not(.active):hover .home-whats-arrow {
    background: #ffffff;
}

.home-whats-tab.active .home-whats-arrow {
    background: #fff;
}

.home-whats-tab .home-whats-arrow svg {
    transform: rotate(-45deg);
    transition: transform 300ms ease;
}

.home-whats-tab.active .home-whats-arrow svg {
    transform: rotate(0deg);
}

.home-whats-tab .home-whats-arrow svg path {
    fill: #fff;
}

.home-whats-tab:not(.active):hover .home-whats-arrow svg path {
    fill: #2656a0;
}

.home-whats-tab.active .home-whats-arrow svg path {
    fill: #2656a0;
}

.home-whats-tab > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 27px;
}

.home-whats-tab.active {
    background: #2656a0;
    color: #fff;
    border-color: transparent;
}

.services-content {
    flex: 1 1 55%;
    position: relative;
    min-height: 280px;
}

.home-whats-detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 500ms linear,
        visibility 500ms linear;
}

.home-whats-detail.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.home-whats-detail .home-whats-image {
    width: 100%;
    height: 100%;
    border-radius: 44px;
    object-fit: cover;
    object-position: center;
}

.home-whats-text {
    position: absolute;
    bottom: 26px;
    left: 22px;
    backdrop-filter: blur(30px);
    border-radius: 22px;
    padding: 21px 25px;
    color: #fff;
    width: calc(100% - 44px);
    background: #0000006b;
}

.home-whats-text p {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

/* slider */
.home-slider {
    padding-bottom: 100px;
}

.home-slider__title {
    margin: 0 0 100px;
    color: #2656a0;
    font-weight: 700;
    font-size: 40px;
}

.home-slider__outer {
    position: relative;
    width: 100%;
}

.home-slider__swiper {
    width: 100%;
    overflow: hidden;
}

.home-slider__swiper .swiper-wrapper {
    display: flex !important;
}

.home-slider__swiper .swiper-slide {
    flex-shrink: 0 !important;
    height: auto;
    display: flex;
}

.home-slider__card {
    position: relative;
    width: 100%;
    padding: 53px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    border-radius: 30px;
    border: 1px solid #2656a0;
    background: transparent;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    color: #000000;
    transition: border-color 0.18s ease;
}

.home-slider__card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #004799 20%, #0077ff 100%);
    opacity: 0;
    transition: opacity 0.22s ease;
    z-index: 0;
}

.home-slider__card:hover::before,
.home-slider__card:focus-visible::before,
.home-slider__card.is-active::before {
    opacity: 1;
}

.home-slider__card:hover,
.home-slider__card:focus-visible,
.home-slider__card.is-active {
    border-color: transparent;
    outline: none;
}

.home-slider__icon,
.home-slider__text {
    position: relative;
    z-index: 1;
}

.home-slider__icon {
    width: auto;
    height: 166px;
    display: grid;
    place-items: center;
}

.home-slider__svg {
    width: 100%;
    height: 100%;
    display: block;
}

.home-slider__text {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    color: #000000;
}

.home-slider__nav-icon {
    display: flex;
}

.home-slider__card:hover .home-slider__text,
.home-slider__card:focus-visible .home-slider__text,
.home-slider__card.is-active .home-slider__text {
    color: #fff;
}

.home-slider__card:hover .home-slider__svg g,
.home-slider__card:focus-visible .home-slider__svg g,
.home-slider__card.is-active .home-slider__svg g {
    fill: #fff;
}

.home-slider__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    border: 0;
    cursor: pointer;
    display: grid;
    place-items: center;
    background: #2656a0;
    color: #ffffff;
    box-shadow: 0 10px 18px rgba(31, 87, 195, 0.22);
    z-index: 10;
}

.home-slider__nav--prev {
    left: -55px;
}
.home-slider__nav--next {
    right: -55px;
}

.home-slider__nav.swiper-button-disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .home-slider__nav--prev {
        left: 6px;
    }
    .home-slider__nav--next {
        right: 6px;
    }
}

@media screen and (max-width:1440px) {
    .home-banner__title {
        margin-bottom: 62px;
        font-size: 50px;
    }
}

@media screen and (max-width:1280px) {
    .home-banner__title {
        margin-bottom: 32px;
        font-size: 40px;
    }

    .home-banner__subtitle {
        font-size: 30px;
    }

    .home-banner__label, .home-banner__control {
        font-size: 14px;
    }

    .home-banner__button {
        font-size: 18px;
    }

    .home-banner__container {
        padding-top: 120px;
        padding-bottom: 100px;
    }

    .home-slider__title {
        margin-bottom: 60px;
        font-size: 30px;
    }

    .home-slider__icon {
        height: 96px;
    }

    .home-slider__text {
        font-size: 16px;
    }

    .home-slider__card {
        padding: 33px 40px;
        gap: 30px;
    }

    .home-slider__nav-icon svg {
        width: 25px;
        height: auto;
    }

    .home-slider__nav {
        width: 40px;
        height: 40px;
    }

    .home-services__title {
        margin-bottom: 60px;
        font-size: 30px;
    }

    .home-services__image {
        height: 283px;
    }

    .home-services__label {
        font-size: 16px;
        padding: 15px 0;
    }

    .home-statistic-title {
        font-size: 30px;
    }

    .home-statistic-subtitle {
        font-size: 22px;
        margin-bottom: 60px;
    }

    .home-statistic-row.top {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-icon svg {
        width: 74px;
    }

    .stat-card {
        padding: 38px 34px;
    }

    .home-statistic-row {
        gap: 30px 20px;
    }

    .home-form-title {
        font-size: 30px;
    }

    .home-form-box .container {
        gap: 60px 0;
    }

    .home-form-form {
        padding: 23px 50px 20px;
    }

    .home-form-form form h2 {
        font-size: 38px;
    }

    .home-form-form form > div label {
        font-size: 20px;
    }

    .home-form-form form input {
        padding: 20px 30px;
        font-size: 16px;
    }

    .home-form-form .input-number .number-span {
        font-size: 16px;
        top: 25.5px;
    }

    .home-form-form form input[type="submit"] {
        font-size: 25px;
        padding: 24px 35px;
    }

    .services-title {
        font-size: 30px;
    }

    .services-container .container {
        gap: 60px 0;
    }

    .home-whats-tab .home-whats-name {
        font-size: 16px;
    }

    .home-whats-tab {
        padding: 15px 12px 15px 20px;
    }

    .services-list {
        gap: 20px;
    }

    .home-whats-tab .home-whats-arrow svg {
        width: 25px;
        height: auto;
    }

    .home-whats-tab .home-whats-arrow {
        width: 35px;
        height: 35px;
        min-width: 35px;
        min-height: 35px;
    }

    .home-whats-text p {
        font-size: 18px;
    }
}

@media screen and (max-width:1024px) {
    .home-banner__container {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .home-banner__title {
        font-size: 30px;
    }

    .home-banner__subtitle {
        font-size: 22px;
    }

    .home-banner__label, .home-banner__control {
        font-size: 12px;
    }

    .home-banner__form {
        padding: 0;
    }

    .home-banner__button {
        font-size: 16px;
    }

    .home-slider__title {
        font-size: 22px;
    }

    .home-slider {
        padding-bottom: 60px;
    }

    .home-services__title {
        font-size: 22px;
    }

    .home-services__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-services__label {
        font-size: 14px;
    }

    .home-services {
        padding-bottom: 60px;
    }

    .home-statistic-title {
        font-size: 22px;
    }

    .home-statistic-subtitle {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .home-statistic-row.bottom {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-icon svg {
        width: 54px;
    }

    .stat-card-title {
        font-size: 14px;
    }

    .stat-card {
        gap: 20px;
    }

    .home-statistic-container {
        padding-bottom: 60px;
    }

    .home-form-title {
        font-size: 22px;
    }

    .home-form-form form h2 {
        font-size: 30px;
    }

    .home-form-form form > div label {
        font-size: 16px;
    }

    .home-form-form form input {
        padding: 15px 25px;
        font-size: 14px;
    }

    .home-form-form .input-number .number-span {
        font-size: 14px;
        top: 20.5px;
    }

    .home-form-form .input-number .number-span::before {
        height: 50px;
    }

    .home-form-form form {
        gap: 20px;
    }

    .home-form-form form input[type="submit"] {
        font-size: 20px;
        padding: 20px 30px;
    }

    .home-form-container {
        padding-bottom: 60px;
    }

    .services-title {
        font-size: 22px;
    }

    .home-whats-tab .home-whats-name {
        font-size: 14px;
    }

    .services-container {
        padding-bottom: 60px;
    }
}

@media screen and (max-width:768px) {
    .home-banner__form-grid {
        grid-template-columns: 1fr;
    }

    .home-banner__form {
        padding: 0 15%;
    }

    .services-inner {
        grid-template-columns: 1fr;
    }

    .services-list {
        padding: 0 0 40px 0;
    }
}

@media screen and (max-width:540px) {
    .home-banner__container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .home-banner__title {
        font-size: 25px;
    }

    .home-banner__subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .home-banner__label, .home-banner__control {
        padding: 15px 0;
    }

    .home-banner__button {
        margin-top: 15px;
        font-size: 14px;
    }

    .home-slider__title {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .home-slider__icon {
        height: 70px;
    }

    .home-slider__text {
        font-size: 14px;
    }

    .home-slider__card {
        padding: 23px 30px;
        gap: 20px;
    }

    .home-slider {
        padding-bottom: 40px;
    }

    .home-services__title {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .home-services__grid {
        grid-template-columns: 1fr;
    }

    .home-services__image {
        height: 220px;
    }

    .home-services__label {
        font-size: 12px;
        padding: 12px 0;
    }

    .home-services {
        padding-bottom: 40px;
    }

    .home-statistic-title {
        font-size: 18px;
    }

    .home-statistic-subtitle {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .home-statistic-container .container {
        gap: 15px;
    }

    .home-statistic-row.top, .home-statistic-row.bottom {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .stat-icon svg {
        width: 44px;
    }

    .stat-card {
        padding: 28px 24px;
    }

    .stat-card-title {
        font-size: 12px;
    }

    .home-statistic-container {
        padding-bottom: 40px;
    }

    .home-form-title {
        font-size: 18px;
    }

    .home-form-box .container {
        gap: 40px;
    }

    .home-form-form form h2 {
        font-size: 24px;
    }

    .home-form-form {
        padding: 13px 25px 15px;
    }

    .home-form-form form > div label {
        font-size: 13px;
    }

    .home-form-form form input {
        padding: 12px 20px;
        font-size: 12px;
    }

    .home-form-form .input-number .number-span::before {
        height: 40px;
    }

    .home-form-form .input-number .number-span {
        font-size: 12px;
        left: 19px;
    }

    .home-form-form .input-number input {
        padding-left: 80px;
    }

    .home-form-form form {
        gap: 10px;
    }

    .home-form-form form input[type="submit"] {
        font-size: 16px;
        padding: 15px 20px;
    }

    .home-form-container {
        padding-bottom: 40px;
    }

    .services-title {
        font-size: 18px;
    }

    .services-container .container {
        gap: 40px;
    }

    .home-whats-tab .home-whats-name {
        font-size: 12px;
    }

    .home-whats-tab {
        padding: 12px 12px 12px 20px;
    }

    .home-whats-tab .home-whats-arrow svg {
        width: 20px;
    }

    .home-whats-tab .home-whats-arrow {
        width: 25px;
        height: 25px;
        min-width: 25px;
        min-height: 25px;
    }

    .services-list {
        gap: 10px;
        padding-bottom: 20px;
    }

    .home-whats-text p {
        font-size: 14px;
    }

    .services-container {
        padding-bottom: 40px;
    }
}

@media screen and (max-width:440px) {
    .home-banner__title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .home-banner__subtitle {
        font-size: 16px;
    }

    .home-banner__form {
        padding: 0 5%;
    }

    .home-banner__button  {
        font-size: 12px;
    }

    .home-slider__title {
        font-size: 16px;
    }

    .home-services__image {
        height: 180px;
    }

    .home-slider__nav-icon svg {
        width: 20px;
    }

    .home-slider__nav {
        width: 30px;
        height: 30px;
    }

    .home-banner__label, .home-banner__control {
        padding: 12px 0;
    }
}

/** ============================ 404 Page ============================ */

.banner.not-found-banner {
    background-image: url('../../../uploads/media/2026/03/404-7e8378945d08.png');
    background-color: #2656A0;
}

.not-found .container {
    display: flex;
    justify-content: center;
}

.not-found__image {
    width: 80%;
    height: auto;
}

@media screen and (max-width:440px) {
    .not-found__image {
        width: 100%;
    }
}

/** ============================ Error Page ============================ */

.banner.error-banner {
    background-image: url('../../../uploads/media/2026/03/file-b8a3f3bf63de.png');
    background-color: #2656A0;
}

.error {
    padding-bottom: 60px;
}

.error .container {
    display: flex;
    justify-content: center;
}

.error__image {
    width: 40%;
    height: auto;
}

@media screen and (max-width:1024px) {
    .error__image {
        width: 55%;
    }
}

@media screen and (max-width:540px) {
    .banner.error-banner h1 {
        font-size: 30px;
    }

    .error__image {
        width: 60%;
    }

    .error {
        padding-bottom: 40px;
    }
}

/** ============================ Gold Page ============================ */

.banner.gold-banner {
    background-image: url('../../../uploads/media/2026/03/file-1aa5b88912a1.png');
    background-color: #2656A0;
}

.gold {
    padding-top: 50px;
    padding-bottom: 100px;
}

.gold__date {
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: 700;
    color: #2656A0;
    text-align: center;
}

.gold__card {
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 4px 30px 0 #00000040;
    overflow: hidden;
}

.gold__table-wrap {
    overflow-x: auto;
}

.gold__table {
    width: 100%;
    min-width: 980px;
    border-collapse: separate;
    border-spacing: 0;
    background: #f3f3f3;
}

.gold__table thead th {
    padding: 16px 14px;
    background: #2656A0;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 700;
    border: 0;
}

.gold__table thead tr:nth-child(2) th {
    font-size: 16px;
}

.gold__table thead tr:nth-of-type(1) th:nth-of-type(2) {
    border-left: 2px solid #f3f3f3;
    border-right: 2px solid #f3f3f3;
}

.gold__table thead tr:nth-of-type(2) th:nth-of-type(1) {
    border-right: 2px solid #f3f3f3;
}

.gold__table thead tr + tr th {
    border-top: 2px solid #f3f3f3;
}

.gold__table tbody td {
    padding: 25px 15px;
    background: #f3f3f3;
    color: #2656A0;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 700;
    border: 0;
}

.gold__table tbody td + td {
    border-left: 2px solid #2759a8;
}

.gold__table tbody td:first-child {
    width: 21%;
}

.gold__table tbody td:nth-child(2) {
    width: 28%;
}

.gold__table tbody td:nth-child(3) {
    width: 20%;
}

.gold__table tbody td:nth-child(4) {
    width: 31%;
}

.gold__note {
    width: 100%;
    margin: 25px auto 0;
    font-size: 18px;
    color: #4b5563;
}

.gold__error {
    padding: 16px 18px;
    border: 1px solid #f3c2c2;
    border-radius: 10px;
    background: #fff1f2;
    color: #991b1b;
}

@media screen and (max-width:1024px) {
    .gold__date {
        font-size: 24px;
    }

    .gold {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .gold__table thead th {
        font-size: 18px;
    }

    .gold__table thead tr:nth-child(2) th {
        font-size: 13px;
    }

    .gold__table tbody td {
        font-size: 16px;
        padding: 15px 12px;
    }

    .gold__note {
        font-size: 14px;
    }
}

@media screen and (max-width:540px) {
    .gold__date {
        font-size: 20px;
    }

    .gold__table thead th {
        padding: 10px 6px;
        font-size: 14px;
    }

    .gold__table thead tr:nth-child(2) th {
        font-size: 11px;
    }

    .gold__table tbody td {
        font-size: 12px;
        padding: 12px;
    }

    .gold__note {
        font-size: 12px;
    }
}

/** ============================ Vallet Page ============================ */

.banner.currency-banner {
    background-image: url('../../../uploads/media/2026/03/file-74a0ee78077c.png');
    background-color: #2656A0;
}

.currency {
    padding-top: 50px;
    padding-bottom: 100px;
}

.currency .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.currency__top {
    display: flex;
    align-self: flex-end;
    margin-bottom: 30px;
}

.currency__bank-form {
    display: flex;
    align-items: center;
    gap: 44px;
    padding: 8px 20px;
    background: #2656A0;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.currency__bank-label {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700!important;
    white-space: nowrap;
}

.currency__select {
    width: 100%;
    padding: 11px 54px;
    border: 0;
    border-radius: 10px;
    background: #FFFFFF;
    color: #2656A0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-align-last: center;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}

.currency__card {
    padding: 30px;
    background: #2656A0;
    border-radius: 10px;
    box-shadow: 0 4px 30px 0 #00000040;
}

.currency__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px;
}

.currency__title {
    margin: 0;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700!important;
}

.currency__date {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap;
}

.currency__table-wrap {
    overflow-x: auto;
    border-radius: 10px;
    background: #FFFFFF;
}

.currency__table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    background: #FFFFFF;
}

.currency__table thead th {
    width: 33.333%;
    padding: 30px 30px 15px;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    background: #FFFFFF;
    border-bottom: 1px solid #000000;
}

.currency__table thead th:nth-child(2),
.currency__table thead th:nth-child(3) {
    text-align: center;
}

.currency__table tbody td {
    width: 33.333%;
    padding: 15px 30px;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    vertical-align: middle;
    border-bottom: 1px solid #000000;
}

.currency__table tbody tr:last-child td {
    border-bottom: 0;
}

.currency__table tbody td:first-child {
    word-break: break-word;
}

.currency__table tbody td:nth-child(2),
.currency__table tbody td:nth-child(3) {
    text-align: center;
    white-space: nowrap;
    font-size: 24px;
    font-weight: 700;
}

.currency__currency-code {
    margin-bottom: 10px;
    color: #2656A0;
    font-size: 24px;
    font-weight: 700;
}

.currency__currency-name {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.currency__error {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: fit-content;
    padding: 16px 18px;
    border: 1px solid #f3c2c2;
    border-radius: 8px;
    background: #fff1f2;
    color: #991b1b;
}

@media (max-width: 1280px) {
    .currency__title, .currency__date {
        font-size: 18px;
    }

    .currency__table thead th, .currency__table tbody td:nth-child(2), .currency__table tbody td:nth-child(3), .currency__currency-code, .currency__bank-label {
        font-size: 20px;
    }

    .currency__currency-name {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .currency {
        padding-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .currency__top {
        justify-content: stretch;
    }

    .currency__bank-form {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .currency__bank-control {
        min-width: 0;
        width: 100%;
    }

    .currency__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 30px;
    }

    .currency__date {
        white-space: normal;
    }

    .currency__table thead th,
    .currency__table tbody td {
        padding-left: 18px;
        padding-right: 18px;
    }

    .currency__select {
        padding: 11px 24px;
        font-size: 14px;
    }
    
    .currency__select option {
        font-size: 12px;
    }

    .currency__table thead th, .currency__table tbody td:nth-child(2), .currency__table tbody td:nth-child(3), .currency__currency-code, .currency__bank-label {
        font-size: 16px;
    }

    .currency__currency-name {
        font-size: 12px;
    }

    .banner.banner.currency-banner h1 {
        font-size: 30px;
    }
}

@media (max-width: 540px) {
    .currency {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .banner.banner.currency-banner h1 {
        font-size: 25px;
    }

    .currency__title, .currency__date {
        font-size: 14px;
    }

    .currency__header {
        margin-bottom: 20px;
    }

    .currency__table thead th, .currency__table tbody td {
        padding: 15px;
    }

    .currency__table thead th, .currency__table tbody td:nth-child(2), .currency__table tbody td:nth-child(3), .currency__currency-code {
        font-size: 12px;
    }

    .currency__currency-name {
        font-size: 10px;
    }

    .currency__card {
        padding: 15px;
    }

    .currency__error {
        font-size: 14px;
    }
}

@media (max-width: 540px) {
    .currency__select, .currency__select option {
        font-size: 10px;
    }
}

/** ============================ Calculator Page ============================ */

.banner.calculator-banner {
    background-image: url('../../../uploads/media/2026/03/file-217f58a4a054.png');
}

/* Application form */

/* .calculator-form-application {
    background: #fff;
    padding: 53px 100px 10px;
    border-radius: 20px;
    box-shadow: 0 4px 30px 0 #00000040;
    width: 100%;
} */

.calculator-form-application form {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}

.calculator-form-application form h2 {
    color: #2656A0;
    text-align: center;
    font-size: 48px;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif !important;
    margin: 0;
    text-transform: uppercase;
}

.calculator-form-application form > div > p {
    margin: 0;
    font-family: 'Montserrat', sans-serif !important;
}

.calculator-form-application form > div label {
    color: #2656A0;
    font-size: 25px;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.calculator-form-application form input {
    padding: 28px 39px;
    font-size: 20px;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif !important;
    color: #000;
    border: 3px solid #0000003B;
    border-radius: 20px;
    width: 100%;
}

.calculator-form-application form input[type="submit"] {
    background: linear-gradient(180deg, #004799 20%, #0077FF 100%);
    color: #fff;
    font-size: 36px;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif !important;
    padding: 34px 50px;
    transition: all 300ms ease;
    border: 0;
}

.calculator-form-application form input[type="submit"]:hover {
    background: linear-gradient(180deg, #0077FF 0%, #004799 80%);
}

.calculator-form-application form > p {
    margin: 0;
}

.calculator-form-application__phone > p {
    position: relative;
}

.calculator-form-application__phone-code {
    position: absolute;
    top: 43.5px;
    z-index: 1;
    font-size: 20px;
    font-weight: 500 !important;
    font-family: 'Montserrat', sans-serif !important;
    color: #2656A0;
    left: 39px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 0 16px;
}

.calculator-form-application__phone-code::before {
    content: '';
    width: 3px;
    height: 62px;
    background-color: #0000003B;
}

.calculator-form-application__phone input {
    padding-left: 125px!important;
}

/* Calculator */

.calculator-form__container {
    padding-top: 50px;
    padding-bottom: 100px;
}

.calculator-form__body {
    padding: 57px 36px 63px;
    background: #fff;
    border: 1px solid #0000001A;
    box-shadow: 0 4px 30px 0 #00000040;
    border-radius: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 50px;
}

.calculator-form__left {
    display: flex;
    flex-direction: column;
}

.calculator-form__right {
    padding: 42px 63px 27px;
    border: 3px solid #C4C4C4;
    border-radius: 26px;
    display: flex;
    flex-direction: column;
    gap: 23px 0;
    align-items: center;
    justify-content: center;
}

.calculator-form__field {
    display: flex;
    flex-direction: column;
}

.calculator-form__field-label {
    font-size: 20px;
    font-weight: 700 !important;
    color: #000000;
    padding-bottom: 15px;
}

.calculator-form__term-card {
    border: 3px solid #0000003B;
    border-radius: 20px;
    position: relative;
    padding: 14px 37px 25px;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.calculator-form__term-label {
    font-size: 22px;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif !important;
    color: #848484;
}

.calculator-form__term-value {
    font-size: 20px;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif !important;
    color: #000000;
}

.calculator-form__input-wrap {
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    margin-bottom: 35px;
}

.calculator-form__input-wrap input,
.calculator-form__input-wrap select,
.calculator-form__input {
    border: 3px solid #0000003B;
    border-radius: 20px;
    position: relative;
    padding: 20px 37px;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    font-size: 20px;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif !important;
    color: #000000;
    width: 100%;
}

.calculator-form__range {
    -webkit-appearance: none;
    width: calc(100% - 14px);
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
    outline: none;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 7px;
    --progress: 50%;
}

.calculator-form__range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 21px;
    margin-bottom: 35px;
}

.calculator-form__range-labels span {
    color: #2656A0;
    font-size: 18px;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif !important;
}

.calculator-form__note {
    margin-top: 72px;
    font-size: 22px;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif !important;
    color: #2656A0;
}

.calculator-form__result {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 9px 0;
}

.calculator-form__result-label {
    font-size: 22px;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif !important;
    color: #848484;
}

.calculator-form__result-value {
    font-size: 35px;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif !important;
    color: #2656A0;
}

.calculator-form__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 23px 0;
    margin-top: 16px;
}

.calculator-form__button {
    width: 100%;
    padding: 31px 40px;
    cursor: pointer;
    background: linear-gradient(180deg, #004799 20%, #0077FF 100%);
    color: #fff;
    font-size: 25px;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif !important;
    border-radius: 15px;
    transition: all 300ms ease;
    border: 0;
}

.calculator-form__button:hover {
    background: linear-gradient(180deg, #0077FF 0%, #004799 80%);
}

.calculator-form__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    background: white;
    border: 4px solid #007bff;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -7px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.calculator-form__range::-moz-range-thumb {
    width: 22px;
    height: 22px;
    background: white;
    border: 4px solid #007bff;
    border-radius: 50%;
    cursor: pointer;
}

.calculator-form__range::-moz-range-track {
    background: #e0e0e0;
    height: 8px;
    border-radius: 4px;
}

.calculator-form__range::-webkit-slider-runnable-track {
    background: linear-gradient(to right, #2656A0 0%, #2656A0 var(--progress), #e0e0e0 var(--progress), #e0e0e0 100%);
    height: 8px;
    border-radius: 4px;
}

.calculator-form__range:focus {
    outline: none;
}

/* Schedule modal */

.calculator-form-schedule-modal {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.calculator-form-schedule-modal__content {
    background: #fff;
    padding: 37px;
    max-height: 90vh;
    overflow: auto;
    width: 60vw;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.calculator-form-schedule-modal__title {
    margin: 0 0 20px;
    font-size: 38px;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif !important;
    text-align: center;
    color: #2656A0;
}

.calculator-form-schedule-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.calculator-form-schedule-modal__table-wrap {
    overflow-x: auto;
    max-height: 70vh;
}

.calculator-form-schedule-modal__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: 'Montserrat', sans-serif !important;
    min-width: 400px;
}

.calculator-form-schedule-modal__table thead th {
    padding: 21px 30px;
    text-align: center;
    font-size: 22px;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif !important;
    color: #000000;
    border: 3px solid #0000003B;
}

.calculator-form-schedule-modal__table thead th:first-child {
    border-radius: 20px 0 0 20px;
}

.calculator-form-schedule-modal__table thead th:last-child {
    border-radius: 0 20px 20px 0;
}

.calculator-form-schedule-modal__table tbody td {
    font-size: 22px;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif !important;
    color: #383838;
    padding: 17px;
    text-align: center;
    white-space: nowrap;
}

.calculator-form-schedule-modal__table tbody {
    font-size: 14px;
}

/* Application modal */

.calculator-form-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.calculator-form-modal__content {
    background: #fff;
    padding: 38px 43px 10px;
    max-width: 70vw;
    border-radius: 16px;
    position: relative;
}

.calculator-form-modal__content form {
    gap: 14px 0;
}

.calculator-form-modal__content form h2 {
    font-size: 36px;
    font-family: 'Montserrat', sans-serif !important;
}

.calculator-form-modal__content form > div label {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif !important;
}

.calculator-form-modal__content form input {
    font-size: 18px;
    padding: 20px 27px;
    font-family: 'Montserrat', sans-serif !important;
}

.calculator-form-modal__content form > p {
    margin-top: 19px;
}

.calculator-form-modal__content form input[type="submit"] {
    padding: 27px 35px;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif !important;
}

.calculator-form-modal__content .calculator-form-application__phone-code {
    top: 37px;
}

.calculator-form-modal__content .calculator-form-application__phone-code::before {
    height: 45px;
}

.calculator-form-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.hfe-nav-menu a.active {
    color: #09BEEC !important;
}

@media screen and (max-width: 1280px) {
    .calculator-form__note {
        font-size: 16px;
    }

    .calculator-form__term-label {
        font-size: 16px;
    }

    .calculator-form__term-value {
        font-size: 20px;
    }

    .calculator-form__result-label {
        font-size: 18px;
    }

    .calculator-form__result-value {
        font-size: 25px;
    }

    .calculator-form__button {
        padding: 21px 25px;
        font-size: 20px;
    }

    .calculator-form__input-wrap input,
    .calculator-form__input-wrap select,
    .calculator-form__input {
        font-size: 18px;
        padding: 20px 37px;
    }

    .calculator-form-modal__content .calculator-form-application__phone-code {
        top: 32.5px;
    }

    .calculator-form-modal__content form h2 {
        font-size: 28px;
    }

    .calculator-form-schedule-modal__table thead th {
        padding: 16px 20px;
        font-size: 16px;
    }

    .calculator-form-schedule-modal__table tbody td {
        font-size: 14px;
    }

    .calculator-form-schedule-modal__title {
        font-size: 28px;
    }

    .calculator-form-schedule-modal__content {
        width: 75vw;
    }

    /* .calculator-form-application {
        padding: 23px 45px 5px;
    } */

    .calculator-form-application form > div label {
        font-size: 18px;
    }

    .calculator-form-application form input {
        padding: 20px 25px;
        font-size: 16px;
    }

    .calculator-form-application__phone-code {
        top: 24.5px;
        font-size: 16px;
    }

    .calculator-form-application form input[type="submit"] {
        font-size: 26px;
        padding: 24px 30px;
    }

    .calculator-form-application {
        padding: 23px 45px 5px;
    }

    .calculator-form-application form > div label {
        font-size: 18px;
    }

    .calculator-form-application form input {
        padding: 20px 25px;
        font-size: 16px;
    }

    .calculator-form-application__phone-code {
        top: 24.5px;
        font-size: 16px;
    }

    .calculator-form-application form input[type="submit"] {
        font-size: 26px;
        padding: 24px 30px;
    }
}

@media screen and (max-width: 1024px) {
    .calculator-form__container {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .calculator-form__body {
        padding: 27px 20px 23px;
        gap: 30px 0;
        grid-template-columns: 1fr;
    }

    .calculator-form__range-labels {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .calculator-form__range-labels span {
        font-size: 14px;
    }

    .calculator-form__note {
        margin-top: 32px;
    }

    .calculator-form__right {
        padding: 22px 63px 17px;
        gap: 13px 0;
    }

    .calculator-form__actions {
        gap: 13px 0;
    }

    .calculator-form__button {
        padding: 16px 25px;
        font-size: 16px;
    }

    .calculator-form-schedule-modal__content {
        padding: 20px;
        width: 85vw;
    }

    .calculator-form-schedule-modal__title {
        font-size: 24px;
    }

    .calculator-form-schedule-modal__close svg {
        width: 18px;
        height: auto;
    }

    .calculator-form-schedule-modal__table thead th {
        padding: 10px 14px;
        font-size: 14px;
    }

    .calculator-form-schedule-modal__table tbody td {
        font-size: 12px;
    }

    .calculator-form-modal__content {
        padding: 20px 23px 10px;
        max-width: 80vw;
    }

    .calculator-form-application form > div label {
        font-size: 16px;
    }

    .calculator-form-modal__content form h2 {
        font-size: 22px;
    }

    .calculator-form-modal__content form {
        gap: 10px 0;
    }

    .calculator-form-application form input {
        padding: 12px 20px;
        font-size: 12px;
    }

    .calculator-form-modal__content .calculator-form-application__phone-code {
        top: 20.5px;
    }

    .calculator-form-modal__content .calculator-form-application__phone-code::before {
        height: 44px;
    }

    .calculator-form-application form input[type="submit"] {
        font-size: 20px;
        padding: 14px 20px;
    }

    .calculator-form-modal__close svg {
        width: 18px;
        height: auto;
    }

    .calculator-form-modal__content {
        padding: 20px 23px 10px;
        max-width: 80vw;
    }

    .calculator-form-application form > div label {
        font-size: 16px;
    }

    .calculator-form-modal__content form h2 {
        font-size: 22px;
    }

    .calculator-form-modal__content form {
        gap: 10px 0;
    }

    .calculator-form-application form input {
        padding: 12px 20px;
        font-size: 12px;
    }

    .calculator-form-modal__content .calculator-form-application__phone-code {
        top: 20.5px;
    }

    .calculator-form-modal__content .calculator-form-application__phone-code::before {
        height: 41px;
    }

    .calculator-form-application form input[type="submit"] {
        font-size: 20px;
        padding: 14px 20px;
    }
}

@media screen and (max-width: 540px) {
    .calculator-form__term-label {
        font-size: 14px;
    }

    .calculator-form__term-value {
        font-size: 16px;
    }

    .calculator-form__range-labels span {
        font-size: 12px;
    }

    .calculator-form__note {
        font-size: 14px;
    }

    .calculator-form__result-label {
        font-size: 14px;
    }

    .calculator-form__result-value {
        font-size: 20px;
    }

    .calculator-form__button {
        padding: 12px 20px;
        font-size: 14px;
    }

    .calculator-form__input-wrap input,
    .calculator-form__input-wrap select,
    .calculator-form__input {
        font-size: 16px;
        padding: 14px 37px;
    }

    .calculator-form__container {
        padding-bottom: 40px;
    }

    .calculator-form-schedule-modal__title {
        font-size: 20px;
    }

    .calculator-form-schedule-modal__table thead th {
        font-size: 12px;
    }

    .calculator-form-schedule-modal__table tbody td {
        font-size: 10px;
    }

    .calculator-form-schedule-modal__close svg {
        width: 14px;
    }

    .calculator-form-modal__content form h2 {
        font-size: 16px;
    }

    .calculator-form-modal__close svg {
        width: 14px;
    }

    .calculator-form-modal__content form > p {
        margin-top: 0;
    }

    .calculator-form-application__phone-code {
        top: 21px;
    }

    .calculator-form-modal__content form h2 {
        font-size: 16px;
    }

    .calculator-form-modal__content form > p {
        margin-top: 0;
    }

    .calculator-form-application__phone-code {
        top: 21px;
    }
}

@media screen and (max-width: 431px) {
    .calculator-form-application form input {
        padding: 12px 10px;
        font-size: 10px;
    }

    .calculator-form-application form > div label {
        font-size: 14px;
    }

    .calculator-form-application__phone-code::before {
        height: 40px;
    }

    .calculator-form-application__phone input {
        padding-left: 105px!important;
    }

    .calculator-form-application__phone-code {
        top: 22px;
    }

    .calculator-form-modal__content .calculator-form-application__phone-code {
        top: 21px;
    }

    .calculator-form__right {
        padding: 22px 20px 17px;
    }

    .calculator-form__input-wrap input,
    .calculator-form__input-wrap select,
    .calculator-form__input {
        padding: 14px 25px;
        font-size: 12px;
    }

    .calculator-form__term-card {
        padding: 14px 25px 25px;
    }

    .calculator-form-application form input {
        padding: 12px 10px;
        font-size: 10px;
    }

    .calculator-form-application form > div label {
        font-size: 14px;
    }

    .calculator-form-application__phone-code::before {
        height: 40px;
    }

    .calculator-form-application__phone input {
        padding-left: 105px!important;
    }

    .calculator-form-application__phone-code {
        top: 22px;
    }

    .calculator-form-modal__content .calculator-form-application__phone-code {
        top: 21px;
    }
}