body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    background: #e8eaf1;
}
input,
button {
    font-family: "Montserrat", sans-serif;
}
.container {
    width: 83.75rem;
}
img {
    object-fit: cover;
}
section {
    margin-bottom: 3.4rem;
}
.f600 {
    font-weight: 600;
}
.txt-mid {
    font-size: 1.5rem;
    font-weight: 600;
}

.btn {
    position: relative;
    height: 3.15rem;
    display: flex;
    padding: 0.625rem 1.875rem;
    justify-content: center;
    align-items: center;
    background: linear-gradient(259deg, #0b1956 -12.53%, #587fda 106.62%);
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    align-self: flex-start;
    overflow: hidden;
    transition: all 0.3s ease-in;
}
.btn.white {
    border: 2px solid #fff;
    background: transparent;
}
.btn.white::before {
    position: unset;
    background: unset;
}
.btn.white:hover {
    background: white;
    color: #0b1956;
}
.btn.blue {
    border: 2px solid #0b1956;
    background-color: white;
    color: #0b1956;
    background: white;
}
.btn.blue:hover {
    border: 2px solid #0b1956;
    background: #0b1956;
    color: #ffffff;
}

.btn span {
    position: relative;
    z-index: 2;
}

.btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #0b1956;
    opacity: 0;
    transition: all 0.3s ease-in;
    z-index: 1;
}

.btn:hover::before {
    opacity: 1;
}

.head-logo {
    width: 9.77063rem;
    height: 2.03813rem;
}
.head-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header {
    padding: 1.6rem 0;
    background: #e8eaf1;
}
.head-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.head-nav a {
    position: relative;
    text-decoration: none;
    color: #222;
    transition: color 0.3s ease-in;
}

.head-nav a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: #0b1956;
    transition: width 0.3s ease-in;
}

.head-nav a:hover::after {
    width: 100%;
}

.head-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.lang-dropdown {
    position: relative;
}

.lang-toggle {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    background: none;
    border: none;
    font-size: 0.95rem;
    font-weight: 500;
    color: #2d2d2d;
    cursor: pointer;
    padding: 0.4rem 0.2rem;
    text-transform: uppercase;
}

.lang-arrow {
    line-height: 0.9;
    transition: transform 0.3s ease-in;
}

.lang-dropdown:hover .lang-arrow,
.lang-dropdown.open .lang-arrow {
    transform: rotate(180deg);
}

.lang-menu {
    display: none;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    list-style: none;
    padding: 0.4rem 0;
    margin: 0;
    min-width: 70px;
    z-index: 100;
}

.lang-dropdown.open .lang-menu {
    display: block;
}

.lang-menu li a {
    display: block;
    padding: 0.4rem 1rem;
    text-align: center;
    font-size: 0.9rem;
    color: #2d2d2d;
    text-decoration: none;
    transition: background 0.15s;
}

.lang-menu li a:hover {
    background: #e8eaf1;
}

.lang-dropdown:hover .lang-arrow {
    transform: rotate(180deg);
}

.lang-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 70px;
    z-index: 100;
}

.lang-dropdown:hover .lang-menu {
    display: block;
}

.lang-menu li a {
    display: block;
    padding: 0.4rem 1rem;
    text-align: center;
    font-size: 0.9rem;
    color: #2d2d2d;
    text-decoration: none;
    transition: background 0.15s;
}

.lang-menu li a:hover {
    background: #e8eaf1;
}

.hero-section {
    position: relative;
}
.hero_margin{
    margin-top: 6.35rem;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.45) 0%,
        rgba(0, 0, 0, 0.45) 100%
    );
}
.hero-content {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 39.5rem;
    color: white;
    
    
    text-align: center;
}
.hero-img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
}
.hero-title {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 400;
}
.hero-btns {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}
.hero-btns .btn {
    width: 20.5rem;
}
.hero-content .container {
    height: 100%;
}
.hero-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 6rem;
    height: 100%;
}
.hero-txt {
    width: 41rem;
}
.hero-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-slide-btns {
    position: absolute;
    top: 56%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
    z-index: 13;
}

.hero-sl-btn {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 6.25rem;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: all;
    transition: all 0.3s ease-in;
}
.hero-sl-btn:hover {
    background: black;
}
.hero-sl-btn.prv {
    padding-right: 0.25rem;
}
.hero-sl-btn.nxt {
    padding-left: 0.2rem;
}

.section-title {
    color: #0b1956;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.25rem;
}
.section-title.white {
    color: white;
}

.about-row {
    row-gap: 0.625rem;
}
.about-card {
    height: 20.5rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    justify-content: space-between;
}
.about-card.with-back {
    color: white;
}
.about-card.first {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
}
.about-back {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    z-index: -1;
}
.ab-card-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.ab-card-name {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.24) 50%,
        rgba(255, 255, 255, 0) 303.73%
    );
    backdrop-filter: blur(15px);
    padding: 0.625rem 1.25rem;
    display: flex;
    align-items: flex-start;
}
.ab-card-top p {
    width: 26.5rem;
    margin-bottom: 0;
}
.ab-card-info {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.ab-card-num {
    font-size: 4rem;
    font-weight: 500;
}
.ab-card-bottom {
    display: flex;
    align-items: flex-start;
    gap: 3.5rem;
    align-self: stretch;
}
.about-card.second {
    justify-content: flex-end;
}
.about-card.third {
    background: white;
}
.ab-card2-num {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.ab-card3-mid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
}
.ab-card3-title {
    border-bottom: 2px dashed rgba(193, 156, 51, 0.3);
    padding-bottom: 0.8rem;
}
.ab-card3-in {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    align-self: stretch;
}
.ab-card3-name {
    font-size: 2.25rem;
    color: #263976;
    font-weight: 500;
}
.ab-card4-top {
    width: 100%;
}
.ab-card4-info {
    display: flex;
    padding: 0.625rem 0;
    align-items: flex-start;
    gap: 0.9375rem;
    align-self: stretch;
    border-bottom: 2px dashed rgba(11, 25, 86, 0.66);
    width: 100%;
}

.about-card.fifth {
    padding: 0;
    background: white;
}
.about-card.fifth img {
    width: 100%;
    height: 12.9rem;
    margin-bottom: 0.5rem;
}
.ab-card5-txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
    align-self: stretch;
    padding: 1rem;
}

.about-card.six {
    background: #ffebba;
}
.ab-card-name.blue {
    background: #2d4690;
    backdrop-filter: blur(15px);
}

.ab-card6-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.125rem;
    align-self: flex-start;
}
.ab6-logo {
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 6.25rem;
}
.ab-person-info {
    display: flex;
    flex-direction: column;
}
.ab-person-info p {
    margin-bottom: 0;
    color: black;
}
.ab-person-work {
    opacity: 0.5;
}
.ab-person-name {
    font-weight: 600;
}
.ab-person-company {
    font-style: italic;
}

.support-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    overflow: hidden;
    justify-content: space-between;
}
.support-wrapper2{
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}
.support-nav {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 21rem;
    flex-shrink: 0;
}

.support-nav-item {
    height: 4.53rem!important;
    display: flex!important;
    align-items: center;
    padding: 0 1.25rem;
    font-size: 1.35rem;
    cursor: pointer;
    background: #fff;
    transition: all 0.25s ease-in;
    margin-bottom: 0.92rem;
}

.slick-current .support-nav-item {
    color: #fff;
    border: 1px solid rgba(255, 207, 74, 0.2);
    background: #3e5cad;
}
.page{
    padding-top: 4rem;
    padding-bottom: 2rem;
}
.slick-slide:not(.slick-current) .support-nav-item:hover {
    background: #f7f9fe;
}

.support-arrows {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.25rem;
    margin-right: 1rem;
}

.support-prev,
.support-next {
    height: 3.65rem;
    width: 3.65rem;
    border-radius: 50%;
    border: none;
    background: #cfac6c;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}
.support-next {
    padding-top: 0.3rem;
}
.support-prev:hover,
.support-next:hover {
    background: #ffebba;
    color: #0c357b;
}

.support-slider {
    flex: 1;
    overflow: hidden;
    background: #fff;
    padding: 1.75rem 1.875rem;
}

.support-slide {
    display: flex !important;
    gap: 0;
}

.support-slide img {
    width: 25.6rem;
    height: 23.375rem;
    flex-shrink: 0;
}

.support-slide-content {
    display: flex;
    flex-direction: column;
    margin-left: 0.75rem;
}

.slide-line {
    display: block;
    width: 5.125rem;
    height: 0.5625rem;
    background: #ffebba;
    margin: 1.25rem 0;
}
.support-slide-title {
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
}
.support-slide-list {
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.stages {
    position: relative;
}

.stage-img {
    width: 100%;
    height: 22.4rem;
}

.stage-card {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.stage-card-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.stage-card p {
    margin-bottom: 0;
}
.line-dot {
    width: 100%;
    margin: 1rem 0;
}
.stages-phone1 {
    position: absolute;
    z-index: -2;
    top: 20%;
    width: 27.5rem;
    height: 27.5rem;
}
.stages-phone2 {
    position: absolute;
    z-index: -2;
    width: 42.68756rem;
    height: 42.68756rem;
    right: -3%;
    bottom: 20%;
}

.stage-img {
    width: 100%;
    height: 22.375rem;
    margin-bottom: 2.25rem;
}
.choose-section {
    padding: 4rem 0;
    position: relative;
    color: white;
    background:
        linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
        linear-gradient(
            0deg,
            rgba(35, 57, 127, 0.45) 0%,
            rgba(35, 57, 127, 0.45) 100%
        );
}
.choose-back {
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
}
.choose-card {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.choose-icon {
    width: 3rem;
    height: 3rem;
}
.choose-row {
    display: flex;
    gap: 5rem;
    justify-content: space-between;
}
.choose-box {
    width: 75%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
    row-gap: 4rem;
}
.choose-first-card {
    width: 35%;
}
.ser-arrows {
    display: flex;
    gap: 1.25rem;
}

.cer-btn {
    height: 3.65rem;
    width: 3.65rem;
    border-radius: 50%;
    border: none;
    background: #cfac6c;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}
.cer-btn:hover {
    background: #ffebba;
    color: #0c357b;
}
.cer-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.25rem;
}
.cer-img {
    height: 29.5625rem;
    display: block;
}
.cer-slider .slick-slide {
    margin-right: 10px;
}
.cer-slider {
    margin-right: -10px;
}

.oper-form {
    color: white;
    padding: 1.875rem;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.form-back {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
}
.form-txt {
    font-size: 1.5rem;
    margin-bottom: 1.88rem;
}
.form-inp {
    height: 3.15rem;
    padding: 1.25rem 0.625rem;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #ffe99d;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.24) 50%,
        rgba(255, 255, 255, 0) 303.73%
    );
    backdrop-filter: blur(2px);
    color: white;
    width: 100%;
    margin-bottom: 1.25rem;
}
.form-inp::placeholder {
    color: white;
    opacity: 0.6;
}
.two-inp {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    align-self: stretch;
}
.checkbox-group {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem;
    font-size: 14px;
    gap: 0.9375rem;
    opacity: 0.9;
}

.checkbox-group input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.checkbox-group label {
    cursor: pointer;
    padding-left: 2.15rem;
    position: relative;
}

.checkbox-group label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1rem;
    height: 1rem;
    border: 2px solid #fff;
    background-color: transparent;
    transition: all 0.3s ease;
}

.checkbox-group input[type="checkbox"]:checked + label:before {
    background-color: #fff;
    content: "✓";
    color: #0b1956;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
}
.form-btn {
    width: 25.8125rem;
}
.form-img {
    width: 100%;
    height: 100%;
}
.col-md-6 .occ-card img{
    height: 25.25rem;
}
.occ-card img {
    height: 16.723rem;
    margin-bottom: 2rem;
    width: 100%;
}
.occ-txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.occ-txt .txt-mid {
    margin-bottom: 1.5rem;
}
.occ-txt p {
    margin-bottom: 0.35rem;
}
.occ-txt ul {
    padding-left: 1.45rem;
}
.occ-txt ul li {
    margin-bottom: 0.35rem;
}

.partner-txt {
    width: 34.5625rem;
}
.partner-txt p {
    margin-bottom: 0;
}
.partner-images {
    display: flex;
    gap: 0.625rem;
}
.partner-images img {
    height: 8rem;
    width: 20.46rem;
}
.partner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
}
.con-info {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.con-link:hover {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.con-txt {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.con-map {
    width: 100%;
    height: 100%;
}

footer {
    padding: 3.125rem 0;
    background: #22377d;
    color: white;
}

.footer-top {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 3rem;
    padding-bottom: 4rem;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-right: 1rem;
}

.footer-logo {
    width: 13.4375rem;
    height: 2.8125rem;
}

.footer-desc {
    color: #fff;
    font-size: 0.92rem;
    line-height: 1.6;
    margin: 0;
}

.footer-form {
    display: flex;
    gap: 0.5rem;
}

.footer-policy {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
    line-height: 1.5;
    margin: 0;
}
.footer-policy a{
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline;
}
.footer-policy a:hover{
    text-decoration: none;
    color: white;
}
.footer-col {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.footer-col-title {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-nav a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color 0.2s;
    font-size: 0.9rem;
}

.footer-nav a:hover {
    color: #fff;
}

.footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-contacts p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 2rem;
    margin-top: 0;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom-inner span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.footer-bottom-links {
    display: flex;
    gap: 2rem;
}

.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    text-decoration: underline;
    transition: color 0.2s;
}
.footer-contacts a {
    color: rgba(255, 255, 255, 0.6);
}
.footer-contacts a:hover {
    color: white;
}
.footer-bottom-links a:hover {
    color: #fff;
}

.burger {
    display: none;
    background:
        linear-gradient(259deg, #0b1956 -12.53%, #587fda 106.62%), #425694;
    border: none;
    height: 2.5rem;
    width: 2.75rem;
    padding: 0.5rem 0.65rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

/* Mobile menu */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    visibility: hidden;
    pointer-events: none;
}

.mobile-menu.open {
    visibility: visible;
    pointer-events: all;
}

/* Overlay */
.mobile-menu::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.mobile-menu.open::before {
    opacity: 1;
}

/* Panel slides up */
.mobile-menu-inner {
    background: #fff;
    width: 100%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    transform: translateY(100%);
    transition: transform 0.35s ease;
}

.mobile-menu.open .mobile-menu-inner {
    transform: translateY(0);
}

.mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.mobile-menu-title {
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.mobile-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    font-weight: 800;
    cursor: pointer;
    color: #1a1a1a;
    padding: 0;
    line-height: 1;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1;
}

.mobile-nav a {
    color: #1a1a1a;
    text-decoration: none;
    padding: 1.4rem 0;
    border-bottom: 1px solid #e8eaf1;
    transition: color 0.2s;
}

.mobile-btns {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 2rem;
}

.mobile-btn-fill {
    background: #2f4aaa;
    color: #fff;
    text-align: center;
    padding: 0.9rem 1rem;
    border-radius: 0.25rem;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.mobile-btn-outline {
    background: transparent;
    color: #2f4aaa;
    text-align: center;
    padding: 0.9rem 1rem;
    border-radius: 0.25rem;
    border: 1px solid #2f4aaa;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.05em;
}



.mob-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mob-modal::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.50);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.mob-modal.open {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
}

.mob-modal.open::before {
    opacity: 1;
}
.policy, .result{
    font-size: 0.875rem;
}
.mob-modal .section-title{
    font-size: 1.75rem;
}
.policy a{
    color: white;
    text-decoration: underline;
}
.policy a:hover{
    text-decoration: none;
}
.mob-modal-inner {
    position: relative;
    z-index: 1;
    width: 40rem;
    /*max-height: 90vh;*/
    overflow-y: auto;
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.mob-modal.open .mob-modal-inner {
    transform: translateY(0);
}

.mob-modal-content {
    padding: 2rem 1.5rem;
    margin: 0 15px;
    color: white;
}

.mob-modal.open .mob-modal-inner {
    transform: scale(1);
}
.mob-modal-content .form-inp{
    margin-bottom: 0;
}

.mob-modal-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.mob-modal-form .checkbox-group{
    margin-bottom: 1rem;
}

.mob-modal-check span {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.4;
}

.mob-modal-submit {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.7);
    color: #fff;
    padding: 1rem;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    cursor: pointer;
    border-radius: 0.25rem;
    margin-top: 0.5rem;
    transition: background 0.2s;
}

.mob-modal-submit:hover {
    background: rgba(255,255,255,0.1);
}

.mob-modal-cancel {
    background: #fff;
    border: none;
    color: #2f4aaa;
    padding: 1rem;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    cursor: pointer;
    border-radius: 0.25rem;
    transition: background 0.2s;
}

.mob-modal-cancel:hover {
    background: #f0f2f8;
}
.checkbox-group.white label{
    color: white;
}

.mob-modal-content{
    position: relative;
}
.modal-back{
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
}
