/*tabs*/
/* Style the tab */
/*.tab {*/
/*    display:flex;*/
/*    flex-wrap: wrap;*/
/*    width:100%;*/
/*    min-height:15vh;*/
/*    margin-top:2%;*/

/*    overflow: hidden;*/
/*    !*border: 1px solid #ccc;*!*/
/*    !*background-color: #f1f1f1;*!*/
/*}*/
.tab {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 10vh;
    gap: 0.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
}
.tab::-webkit-scrollbar {
    width: 6px;
    height: 12px;
}
.tab::-webkit-scrollbar-thumb {
    background-color: #611bdd;
    border-radius: 10px;
}

/* Style the buttons inside the tab */
.tab .tablinks {
    display:flex;
    align-items:center;
    justify-content:center;
    min-width: 20%;
    min-height: 75px;
    /*margin-left:1%;*/
    margin-top:1%;
    margin-bottom: 6px;
    padding: 0.5% 1%;
    /*float: left;*/
    /*border: none;*/
    outline: none;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    border: 2px solid rgba(0, 0, 0, 0.16);
    border-radius:15px;
    transition:all 0.3s;
}
.tab > .tablinks:first-child {
    margin-left: 1%;
}
/* Change background color of buttons on hover */
.tab button:hover {

    transform: scale(101%);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    transition:all 0.3s;
    background-color: #5e87eb;
    /*background-color: #9C3838;*/
    color: white;
}

/* Create an active/current tablink class */
.tab button.active {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    background-color: #5e87eb;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 30px;
    font-weight: 600;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    /*font-size: 15px;*/
    /*padding-left: 35px;*/
    /*padding-right: 35px;*/
    /*padding-top: 12px;*/
    /*padding-bottom: 12px;*/
    /*background-color: #9C3838;*/
    /*color:white;*/
}

/* Style the tab content */
.tabcontent {
    width:100%;
    display: none;
    /*display: flex;*/
    padding: 20px 0;
    padding-bottom: 30px;
    /*border: 1px solid #ccc;*/
    border-top: none!important;
}
.debt-header {
    display:flex;
    justify-content:center;
    align-items:center ;
    width:50%;
    min-height: 10vh;
    /*background-color:white;*/
    border-radius:25px;
    margin-top:2%;
}
#visability {
    visibility: hidden;
}
.active-tab{
    background-color: #5e87eb;
    /*background-color: rgba(97, 27, 221, 0.62) !important;*/
    color: whitesmoke!important;
}
/*debt- tables*/
table { width: 100%; text-align: center; border-bottom: 2px solid #dfdfdf; border-radius: 6px; border-collapse: separate; border-spacing: 0px; margin-bottom: 0!important;}
thead { position: sticky; top:0;}
table thead tr {color: #ffffff; font-weight: bold; background: #5e87eb; }
table tr td {border-right: 1px solid #dfdfdf; padding:4px;}
table tr td:last-child {border-right: 0px;}
table tbody tr:nth-child(1n) {background: rgba(94, 135, 235, 0.04);}
table tbody tr:nth-child(2n) {background: white;}
table tbody tr:hover {
    box-shadow: inset 1px 1px 11px rgba(97, 27, 221, 0.11);
    transition-duration: 0.6s;
    transform: scale(101%);
    cursor: pointer;
}
.house-debt-summ {
    font-size: 1.3rem;
}
.content_container {
    width: 100%;
    height: auto;
    overflow-y:auto;
}
.content_container::-webkit-scrollbar {
    background-color:transparent;
    width: 6px;
    height: 6px;
}
.content_container::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: cornflowerblue;
}


    /* КОНТЕЙНЕР ТАФИФОВ */

.tarifs-headler {
    justify-content: center;
    margin: 0!important;
    align-items: center;
}
.headler-element {
    display: flex;
    width: 80%;
}
.headler-element h4 {
    display: flex;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
}
.debt-content-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 85%;
}
.row-1 {
    display: flex;
    justify-content: center;
    gap: 1rem;
    width: 100%;
}
.row-1-item {
    display: flex;
    background-color: whitesmoke;
}
.table-title-1 {
    background-color: cornflowerblue;
    color: whitesmoke;
    padding: 0.2%;
    border-radius: 10px;
}
.row-1-item h6{display: flex; align-items: center;margin: 0;}
.row-2-item {
    display: flex;
    justify-content: center;
}
.row-3-item {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.row-3-item-1 {
    display: flex;
    width: 40%;
}
.devider {
    height:5vh;
}
.youri-docs-box img {
    width:60%;
}

/* СЕКЦИЯ НОВОСТЕЙ */
.left-container {
    width: 60%;
}
.rigth-container {
    display: flex;
    flex-direction: column;
    gap: 1rem ;
    align-items: center;
    border-radius: 10px;
    color: whitesmoke;
}
.rigth-container h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22%;
    padding: 1%;
    background-color: #5e87eb;
}
.news-section {
    display: flex;
    justify-content: center;
    width: 100%;
}
.modal-button-container {
    display: flex;
    justify-content: center;
}
.show-content-img {
    display: flex;
    justify-content: center;
    width: 100%;
}
.accordion-item {
    margin-top: 1%;
    /*border-left: 2px solid #5e87eb;*/
}
.accordion-title {
    color: whitesmoke!important;
    margin-left: 2%;
}
.youri-docs-box {
    background-color: white;
    padding-left: 1%;
    border-radius: 10px;
}

        /* НОВОСТИ */

.news-section-content {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
}
.section-bg-layer {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    background-color: rgba(128, 128, 128, 0.05);
    /*background-color: rgba(94, 135, 235, 0.09);*/
}
.news-section-content-container {
    display: flex;
    flex-direction: column;
    width: 80%;
    background-image: url(../media/img/home-bg.jpg);
    background-color: white;
    height: 100vh;
}
.news-headler{
    display: flex;
    background-color: #5e87eb;
    color: whitesmoke;
    justify-content:center;
    align-items: center;
    width: 30%;
    height: 5vh;
}
.news-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.news-content-container {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    height: 90vh;
    overflow-y: auto;
    /*background-color: rgba(255, 0, 0, 0.08);*/
}
.news-card-contaner {
    display: flex;
    width: 33.33%;
    height: 34vh;
    justify-content: center;
    align-items: center;
    /*border: 1px solid #611bdd;*/
}
.news-card {
    display: flex;
    flex-direction: column;
    width: 98%;
    height: 98%;
    border: none;
    background-color: white;
}
.img-container {
    display: flex;
    width: 100%;
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 1px 60px 100px #212529;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s;
}
.img-container:hover {
    transform: scale(101%);
    transition: all 0.3s;
}
.short-info-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.news-card-titile {
    display: flex;
    width: 100%;
    height: 70%;
    justify-content: center;
    align-items: end;
    /*background-color: rgba(0, 123, 255, 0.35);*/
}
.news-card-titile span {
    display: flex;
    width: 90%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.82);
    border-left: 5px solid #611bdd;
    padding: 1%;
    padding-left: 5%;
}

    /* КАРУСЕЛЬ ИНФОРМАЦИЯ*/
.news-page-info-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(204, 204, 204, 0.22);
    width: 100%;
    height: 25vh;
}
.carousel-info {
    padding: 2%;
    height: 90%;

}
.carousel-info-item {
    display: flex;
    height: 20vh;
    background-color: #FFFFFF!important;
}
    .inform-container {
        display: flex;
        align-items: flex-end;
        width: 100%;
        height: 100%;
        /*background-color: #869791;*/
        margin: 1%;
        padding: 0;
        background-size: 100%;
        border-radius: 10px;
        transition: all 0.5s;
    }
    .inform-container:hover {
        background-size: 110%;
        transition: all 0.5s!important;
        transition-duration: 1s;
    }
    .inform-container span {
        display: flex;
        width: 100%;
        margin: 0;
        height: 40%;
        padding: 0.2rem;
        background-color: rgba(42, 80, 168, 0.85);
        color: whitesmoke;
    }
    .info-single-content-container {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    .backstage-btn {
        position: fixed;
        left: 10%;
        top: 20%;
    }





    /* СТРАНИЦА ОТЗЫВОВ */



.section-testimonias{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 5% 0;
}
.page-headler{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-color: #5e87eb;
    margin-top: 5%;
}
.testimonial-content {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: white;
    justify-content: center;

}
.L-testimonias {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*align-items: center;*/
    width: 20%;
    position: relative;
}
    .comment-calidate-container h4 {
        font-size: 0.9rem;
    }

.testimonias-add-link {
    color: whitesmoke!important;
    cursor: pointer;
}
.L-testimonias-img {
    display: flex;

}
.R-testimonias {
    display: flex;
    width: 55%;
    align-items: center;
    justify-content: center;
    /*background-color: whitesmoke;*/
}
.R-testimonias-container {
    display: flex;
    justify-content: center;
    width: 98%;
    height: 80vh;
    background-color: white;
    border-radius: 10px;
    border-left: 7px solid #5e87eb;
}
    .testimonias-content-container {
        display: flex;
        flex-direction: column;
        width: 98%;
        /*height: 98%;*/
        padding-left: 1%;
        align-items: center;
        /*background-color: red;*/
        overflow-y: scroll;
    }
    .testimonias-content-container::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }
    .testimonias-content-container::-webkit-scrollbar-thumb {
        background-color: #611bdd;
        border-radius: 10px;
    }
    .testimonias-single {
        /*gap: 1rem;*/
        /*min-height: 15vh;*/
        /*max-height: auto;*/
        display: flex;
        flex-direction: column;
        width: 98%;
        border-radius: 10px;
        height: auto;
        max-height: none;
        margin-top: 1rem;
        background-color: white;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        transition: height 1.5s ease;
    }
    .testimonias-single:nth-child(n + 5) {
        display: none;
    }
    .testimonias-single.is-visible {
        display: flex;
    }
    .testimonias-content-container > .testimonias-single.is-visible:nth-last-child(2) {
        margin-bottom: 2%;
    }

    .show-more-comment-btn {
        display: none;
        overflow: visible;
        margin: 3% 0;
        cursor: pointer;
    }
    /*.testimonias-single:hover {*/
    /*    transform: scale(100.5%);*/
    /*    !* border: 2px solid rgba(94, 135, 235, 0.36); *!*/
    /*    box-shadow: rgba(94, 135, 235, 0.36) 6px 2px 16px 0px, rgba(94, 135, 235, 0.36) -6px -2px 16px 0px;*/
    /*    transition: all 0.2s;*/
    /*    cursor: pointer;*/
    /*}*/
    .user-info-container {
        display: flex;
        /*gap: 0.3rem;*/
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%;
        padding: 0 2%;
        margin-top: 2%;
    }
    .user-data-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0.8vw;
    }
    .user-img-testimonias {
        min-width: fit-content;
        width: max-content;

    }
.user-img-testimonias img {
    min-width: 40%;
    clip-path: circle(50%);
}
    .user-name-testimonias {
        width: max-content;
        font-size: 1rem;
        text-align: center;
    }
    .testimonias-info {
        display: flex;
        flex-direction: column;
        gap: 0.3rem;
        width: 100%;
    }
    .comment-data-mark {
        width: max-content;
        /*min-height: 30px;*/
        padding: 0.5% 1.5%;
        border-radius: 15px;
        background-color: #007bff;
        color: white;
        text-align: center;
        font-size: 12px;
        /*margin-top: 1%;*/
    }
    .comment-text-block {
        display: flex;
        /*height: auto;*/
        padding: 2%;
        padding-bottom: 0;
        margin-bottom: 2%;
        line-height: 17px;
        /*text-align: justify;*/
        flex-direction: column;
        /*transition: height 1.5s ease;*/
    }
    .comment-text {
        /*height: auto;*/
        margin-bottom: 0;
        /*transition: height 1.5s ease;*/
    }
    /*.comment-text:hover {*/

    /*    -webkit-box-shadow: 0px 0px 50px 10px rgba(220, 220, 220, 0.15);*/
    /*    -moz-box-shadow: 0px 0px 50px 10px rgba(220, 220, 220, 0.15);*/
    /*    box-shadow: 0px 0px 50px 10px rgba(220, 220, 220, 0.15);*/
    /*    transition: all 0.3s ease;*/
    /*}*/
    .comment-data-container {
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }

    .clamp-comment-text {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .span-clamp-comment-text {
        position: relative;
        width: max-content;
        font-size: 15px;
        line-height: 1.8;
        color: #5f5f5f;
        font-weight: 400;
        letter-spacing: 0.3px;
        font-family: 'Cabin', sans-serif;
    }
    .span-clamp-comment-text:hover {
        cursor: pointer;
        color: #007bff;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    /* SECTION-REGISTRATION */

    .registration-section {
        display: flex;
        width: 100%;
        min-height: 675px;
        height: 100%;
        margin-top: 100px;
        margin-bottom: 5vh;
        justify-content: center;
        align-items: stretch;

    }
    .registration-container {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70%;
        height: auto;
        gap: 2rem;

    }
    .form-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60%;
        height: auto;
    }
    .registration-form-group {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 98%;
        height: 98%;
        /*background-color: rgb(94, 135, 235);*/
        background-color: white;
        border-radius: 10px;
    }
.form-content-registration {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 65%;
    height: auto;
    gap: 1rem;
}
.form-content-registration div {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
}
.form-content-registration div > label {
    display: flex;
    flex-direction: column;
    width: 100%;
    /*color: red;*/
    color: white;
    font-size: 0.85rem;
    padding-left: 2.5%;
    margin-top: 0.3rem;
    margin-bottom: 0;
}
.form-content-registration div > input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 40px;
    height: auto;
    border-radius: 10px;
    padding-left: 5%;
    padding-right: 15%;
    border: none;
    outline: none;
    border-bottom: 2px solid #007bff;
}
.form-content-registration div > input:focus {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}
.form-content-registration div > input:not(:focus):not(:placeholder-shown):invalid {
    border-color: red;
}
.box-span {
    display: flex;
    width: 6%;
    /*height: 2vh;*/
}
.user-politic {
    display: flex;
    flex-direction: row!important;
    align-items: center;
    gap: 2%;
}
.politic-check-box {
    display: flex;
    width: 100%;
    height: 100%;
}
.registration-btn-container {
    display: flex;
    align-items: center;
}
.password-container {
    position: relative;
}
.password-confirm {
    position: relative;
}
.user-pass-control {
    position: absolute;
    top: 15%;
    right: 3%;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('/media/ico/no-view-pass.svg') 0 0 no-repeat;
}
.form-group-login-container .user-pass-control {
    right: 18%;
}
.user-pass-control.view {
    background: url('/media/ico/view-pass.svg') 0 0 no-repeat;
}


.invalid-input {
    border-color: red!important;
}

.invalid-label {
    color: red!important;
}
.invalid-span-checkbox {
    color: red!important;
}

/* Home: awards section */
.awards-section {
    max-width: 760px;
    margin: 0 auto;
}

.awards-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.award-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}

.award-thumb-link {
    display: block;
    width: 100%;
}

.award-thumb {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: contain;
    border-radius: 10px;
    background-color: #f8fafc;
}

.award-open-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    border-radius: 999px;
    background-color: #2563eb;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.award-open-link:hover {
    background-color: #1d4ed8;
    color: #ffffff;
}

@media (max-width: 640px) {
    .awards-grid {
        grid-template-columns: 1fr;
    }

    .award-thumb {
        height: 220px;
    }
}

/* Header: mobile navigation */
[x-cloak] {
    display: none !important;
}

.mobile-menu-open {
    overflow: hidden;
}

.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 80;
}

.mobile-menu-backdrop {
    position: absolute;
    inset: 0;
    background-color: rgba(15, 23, 42, 0.42);
    backdrop-filter: blur(3px);
}

.mobile-top-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.mobile-top-phone {
    display: inline-flex;
    align-items: center;
    padding: 3px 0;
    border-bottom: 1px solid #93c5fd;
    color: #1e40af;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}

.mobile-top-phone:hover {
    color: #1d4ed8;
    border-bottom-color: #60a5fa;
}

.mobile-top-geo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #bfdbfe;
    border-radius: 10px;
    color: #ef4444;
    background: linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
    text-decoration: none;
}

.mobile-top-geo svg {
    width: 18px;
    height: 18px;
}

.mobile-top-geo:hover {
    color: #dc2626;
    border-color: #93c5fd;
}

.mobile-menu-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 46px;
    height: 46px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.16);
    transition: all 0.2s ease;
}

.mobile-menu-toggle:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}

.mobile-menu-toggle-line {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    border-radius: 999px;
    background-color: #1e3a8a;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.mobile-menu-toggle.is-open {
    border-color: #93c5fd;
    background: linear-gradient(180deg, #dbeafe 0%, #eff6ff 100%);
}

.mobile-menu-toggle.is-open .mobile-menu-toggle-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mobile-menu-toggle.is-open .mobile-menu-toggle-line:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.is-open .mobile-menu-toggle-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu-screen {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    padding: 12px;
    overflow-y: auto;
}

.mobile-menu-screen-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(191, 219, 254, 0.8);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(239, 246, 255, 0.96) 100%);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.14);
}

.mobile-menu-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0f172a;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.mobile-menu-close {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
}

.mobile-menu-close span {
    position: absolute;
    width: 17px;
    height: 2px;
    border-radius: 999px;
    background-color: #1e3a8a;
}

.mobile-menu-close span:first-child {
    transform: rotate(45deg);
}

.mobile-menu-close span:last-child {
    transform: rotate(-45deg);
}

.mobile-menu-panel {
    position: relative;
    flex: 1;
    overflow-y: auto;
    border: 1px solid #bfdbfe;
    border-radius: 18px;
    padding: 16px 14px 18px;
    background: linear-gradient(150deg, #f8fbff 0%, #ecf4ff 46%, #ffffff 100%);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.22);
}

.mobile-menu-panel::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #2563eb 0%, #0ea5e9 100%);
}

.mobile-menu-title {
    margin: 0 0 12px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #1d4ed8;
}

.mobile-menu-links {
    display: grid;
    gap: 10px;
}

.mobile-menu-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 12px;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    color: #0f172a;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    background-color: #ffffff;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.mobile-menu-link:hover {
    transform: translateX(4px);
    border-color: #93c5fd;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.12);
    color: #1e3a8a;
}

.mobile-menu-link-dot {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(180deg, #60a5fa 0%, #2563eb 100%);
    flex-shrink: 0;
}

.mobile-menu-link.is-active {
    border-color: #93c5fd;
    color: #1e40af;
    background: linear-gradient(90deg, #eff6ff 0%, #ffffff 100%);
}

.mobile-menu-link.is-active .mobile-menu-link-dot {
    width: 10px;
    height: 10px;
    background: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.18);
}

.mobile-menu-contact {
    margin-top: 14px;
    padding: 12px;
    border: 1px solid #bfdbfe;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f1f5ff 100%);
}

.mobile-menu-caption {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
}

.mobile-menu-address {
    display: block;
    margin-top: 8px;
    color: #334155;
    text-decoration: none;
    font-weight: 600;
}

.mobile-menu-address:hover {
    color: #1d4ed8;
}

.mobile-menu-call {
    display: inline-flex;
    margin-top: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background-color: #2563eb;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}

.mobile-menu-call:hover {
    background-color: #1d4ed8;
    color: #ffffff;
}

@media (min-width: 768px) {
    .mobile-top-meta,
    .mobile-menu-toggle,
    .mobile-menu-overlay {
        display: none !important;
    }

    .mobile-menu-open {
        overflow: auto;
    }
}

@media (max-width: 390px) {
    .mobile-top-phone {
        font-size: 13px;
    }
}

/* Footer */
.site-footer {
    margin-top: 56px;
    border-top: 1px solid #cbd5e1;
}

.site-footer-main {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 52%, #1e293b 100%);
    color: #e2e8f0;
}

.site-footer-main::before {
    content: "";
    position: absolute;
    right: -120px;
    top: -120px;
    width: 320px;
    height: 320px;
    border-radius: 999px;
    background: rgba(96, 165, 250, 0.16);
    filter: blur(2px);
}

.site-footer-main::after {
    content: "";
    position: absolute;
    left: -80px;
    bottom: -120px;
    width: 280px;
    height: 280px;
    border-radius: 999px;
    background: rgba(56, 189, 248, 0.12);
}

.site-footer-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
    gap: 28px;
    padding: 34px 0;
}

.site-footer-brand-col {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.site-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
}

.site-footer-brand:hover {
    color: #dbeafe;
}

.site-footer-text {
    margin: 0;
    max-width: 320px;
    color: #bfdbfe;
    font-size: 15px;
    line-height: 1.6;
}

.site-footer-emergency {
    max-width: 320px;
    border: 1px solid rgba(191, 219, 254, 0.35);
    border-radius: 14px;
    padding: 12px 14px;
    background-color: rgba(15, 23, 42, 0.28);
}

.site-footer-emergency-title {
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #93c5fd;
    font-weight: 700;
}

.site-footer-emergency-phone {
    display: inline-block;
    margin-top: 8px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

.site-footer-emergency-phone:hover {
    color: #dbeafe;
}

.site-footer-col h3 {
    margin: 0 0 12px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
}

.site-footer-links,
.site-footer-contacts {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.site-footer-links a,
.site-footer-contacts a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s ease;
}

.site-footer-links a:hover,
.site-footer-contacts a:hover {
    color: #ffffff;
}

.site-footer-contacts li {
    color: #cbd5e1;
    font-size: 15px;
    line-height: 1.5;
}

.site-footer-contacts li span {
    color: #93c5fd;
    font-weight: 700;
}

.site-footer-bottom {
    background-color: #020617;
    color: #94a3b8;
    border-top: 1px solid rgba(148, 163, 184, 0.25);
}

.site-footer-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 68px;
}

.site-footer-bottom-row p {
    margin: 0;
    font-size: 14px;
}

.site-footer-bottom-links {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.site-footer-bottom-links a {
    color: #bfdbfe;
    text-decoration: none;
    font-size: 13px;
}

.site-footer-bottom-links a:hover {
    color: #ffffff;
}

@media (max-width: 1199px) {
    .site-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .site-footer-brand {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .site-footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 28px 0;
    }

    .site-footer-brand {
        font-size: 20px;
    }

    .site-footer-brand img {
        width: 72px;
    }

    .site-footer-bottom-row {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 14px 0;
    }
}

/* Go-top icon alignment */
.go-top {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.go-top .go-top-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
    object-fit: contain;
    filter: brightness(0) invert(1);
    pointer-events: none;
}
