@font-face {
    font-family: "Montserrat";
    src: local("Montserrat"), url(font/Montserrat-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: local("Montserrat"), url(font/Montserrat-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: local("Montserrat"), url(font/Montserrat-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}
html {
  scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Montserrat' !important;
    font-style: normal;
}

nav {
    position: sticky;
    width: 100%;
    height: 110px;
    left: 0px;
    top: 0px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.nav__link.bold {
    font-weight: 600;
    color: #00759B;
}
a {
    text-decoration: none;
    color: #000;
}
.nav-akcii{
    margin-left: 30px;
}
.logo {
    background-image: url(/img/logo_4.png);
    min-width: 80px;
    height: 80px;
}

.container {
    width: calc(100% - 30px);
    max-width: 900px;
    margin: 0 auto;
    padding: 15px;
}
.mezh-container {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
}
.gray-bg{
    background-color: #f8f9fa;
    padding: 40px 0;
}
.blue-bg{
    background-color: #00759B;
    padding: 40px 0 80px;
}
.navlink {
    display: flex;
}

.navlink>a {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
}

.banner {
    /* margin-top:110px; */
    width: calc(100% - 40px);
    /* height: 54vh; */
    background: linear-gradient(270deg, #00759B 0%, rgba(129, 187, 206, 0.494792) 72.4%, rgba(255, 255, 255, 0) 100%), url(/img/banner_1.jpg);
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    /* position: relative; */
    display: flex;
    padding: 90px 20px;
    justify-content: flex-end;
    /* animation: animatedBackground 60s linear infinite; */
}

@keyframes animatedBackground {
    0% {
        background-position: center;
    }
    25% {
        background-position: top;
    }
    50% {
        background-position: right 50% bottom 20%;
        /* анимируем свойство background-position */
    }
    75% {
        background-position: top;
    }
    100% {
        background-position: center;
    }
}

.banner-text {
    /* position:absolute;
    top:15%;
    right:15%; */
    margin-right: 10%;
    text-shadow: 1px 1px 2px #000;
}
.banner-normal-text{
    font-size: min(3vw, 18px);
    color: #fff;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}
.banner-text>h2,
.banner-text>h1,
.banner-text-article,
.banner-price {
    font-size: min(6vw, 40px);
    color: #fff;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}
.banner-text-custom{
   font-size: min(7vw, 47px); 
}
.banner-price {
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}

.banner-text>button {
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 20px;
    color: #fff;
    font-size: 25px;
    background-color: transparent;
    padding: 20px;
    transition: all 0.3s linear;
    text-transform: uppercase;
}
.banner-button{
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 20px;
    color: #fff;
    font-size: 25px;
    background-color: transparent;
    padding: 20px;
    transition: all 0.3s linear;
    text-transform: uppercase;
}
.banner-button:hover{
    color: #00759B;
    background-color: #fff;
    cursor: pointer;
}
.banner-text>button:hover {
    color: #00759B;
    background-color: #fff;
    cursor: pointer;
}

.circle-link {
    box-shadow: 0 0 0 6px #fff, 0 0 0 12px #00759B;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-position: center;
    background-size: cover !important;
    color: #fff;
    /* margin: 15px 60px; */
    margin: 20px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    /* background-color: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)); */
    transition: all 0.4s linear;
}

.circle-link:hover {
    transform: scale(1.02);
}


/* .circle-link > span{
    transform: scale(1.02);
} */

.flex-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.first_section {
    /* margin-top: 110px; */
    /* min-height: calc(100vh - 110px); */
}

.russian-map {
    background-image: url(/img/mother-russia_2.png);
    width: 700px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
}

.blue_h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 53px;
    color: #00759B;
}

.blue_p {
    font-size: 18px;
    color: #00759B;
}

.map-dot {
    width: 240px;
    display: flex;
    margin: 10px;
    /* align-items: center; */
    font-size: 12px;
}
.district-main{
    /* display: inline-block; */
    text-decoration: none;
    color: #00759B;
    font-size: 14px;
    font-weight: 600;
}
.district-wrap{
    margin-bottom: 10px;
}
.subdistrict{
    /* display: inline-block; */
    text-decoration: none;
    font-size: 12px;
    /* margin-bottom: 10px; */
}
.map-dot::before {
    content: '';
    background-image: url(/img/map_dot.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 26px;
    width: 24px;
    display: inline-block;
    margin-right: 10px;
}

#maps_plans {
    width: 100%;
    /* min-height: 620px; */
    background: linear-gradient(270deg, #00759B 0%, rgba(133, 189, 207, 0.79) 100%), url(/img/fon.jpg);
    background-size: cover;
    color: #fff;
    padding: 80px 0;
}

#maps_plans p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 70px;
}

.white_h1 {
    font-size: 53px;
    font-weight: 400;
    margin: 95px auto 24px;
    text-align: center;
}

.maps_block {
    width: 100%;
    max-width: 350px;
    margin: 20px;
}

.blue-h2 {
    font-size: 40px;
    font-weight: 500;
    color: #00759B;
    text-align: center;
}
.white-h2 {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.blue-h4 {
    font-size: 20px;
    font-weight: 500;
    color: #00759B;
    /* text-align: center; */
}

.icon {
    margin: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.htw {
    display: flex;
    width: 100%;
    max-width: 300px;
    align-items: center;
    color: #00759B;
    margin: 20px 50px;
}

.htw-number {
    font-size: 40px;
    font-weight: 700;
    min-width: 30px;
    height: 50px;
    text-align: center;
}

.htw-separator {
    min-width: 10px;
    height: 50px;
    background: #00759B;
    margin: 0px 20px;
}

.htw-text {
    font-weight: 500;
    font-size: 20px;
}

.footer-top {
    width: 100%;
    background-color: #00759B;
    color: #fff;
    padding: 80px 0;
}

.footer-menu {
    width: 100%;
    max-width: 250px;
    /* margin: 0 80px; */
}

.footer-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-menu>a {
    color: #fff;
    font-size: 12px;
    margin-bottom: 15px;
    display: block;
}

.footer-bold-link {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.footer-bottom {
    background: #335A6C;
    padding: 15px;
}

.footer-bottom>p {
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: 300;
}

.footer-tel {
    font-size: 18px !important;
    font-weight: 700;
    cursor: pointer;
}

.footer-mail {
    font-size: 12px;
    font-weight: 300;
}

.footer-social {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer-social>a {
    margin-right: 25px;
}

.subCatLink {
    width: 100%;
    max-width: 360px;
    height: 300px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 25px;
    position: relative;
}

.subCatLink-img {
    width: 100%;
    height: 200px;
}

.subCatLink:hover {
    box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.25);
}

.subCatLink-text {
    font-size: 20px;
    color: #00759B;
    padding: 20px;
    text-transform: uppercase;
}

.subCatLink-price {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    background-color: #00759B;
    width: 170px;
    height: 60px;
    display: flex;
    align-items: center;
    top: 10px;
    left: -10px;
    padding-left: 10px;
}

.list-element {
    margin: 20px;
    /* max-width: 276px; */
    width: calc(100% - 40px);
    color: #00759B;
    font-size: 18px;
    height: 50px;
    padding-left: 30px;
    display: flex;
    align-items: center;
}

.text-w-fon {
    width: calc(100% - 40px);
    /* height: 54vh; */
    margin-top: 10vh;
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    /* position: relative; */
    display: flex;
    padding: 60px 20px;
    justify-content: flex-end;
}

.text-w-fon>div {
    margin-right: 10%;
}

.gray-back {
    background-color: #efefef;
    width: 100%;
    padding: 40px 0;
}

.custom-list>li {
    margin-bottom: 15px;
}

.contact-tel {
    display: block;
    color: #00759B;
    margin-bottom: 20px;
    font-size: 24px;
    text-decoration: none;
    cursor: pointer;
}

.contact-mail {
    color: #00759B;
    margin-bottom: 20px;
    font-size: 18px;
}

.contact-social {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contact-social>svg {
    min-width: 51px;
    margin-right: 10px;
}

.contact-social>span {
    color: #00759B;
    font-size: 18px;
}

.upbutton {
    background: url(/img/arrow.png) no-repeat scroll;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 99;
    display: none;
}

.upbutton:hover {
    background-color: rgba(195, 181, 155, 0.75);
}

/* .modal-form>div>input {
    width: 100%;
    max-width: 150px;
    border: 1px solid #00759B;
    padding: 6px 20px;
    border-radius: 20px;
} */

.modal-input{
    width: 100%;
    max-width: 322px;
    border: 1px solid #00759B;
    padding: 14px;
    border-radius: 6px;
}

.modal-form>div>input:focus-visible {
    outline: none;
}

.modal-form>div {
    text-align: center;
    margin: 14px 0;
}

.btn-callback {
    width: 100%;
    max-width: 192px;
    border: 1px solid #fff;
    padding: 14px;
    border-radius: 6px;
    color: #00759B;
    background-color: transparent;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s linear;
}

.btn-callback:hover {
    background-color: #fff;
    color: #00759B;
}
.text-section>h2,
.text-section>h3{
    color: #00759B;
}
.breadcrumbs-container{
    margin: 20px;
    font-size: 14px;
}
.article-container{
    width: calc(100% - 30px);
    max-width: 1140px;
    margin: 0 auto;
    padding: 100px 15px;
}
.article-link{
    color: #00759B;
    font-size: 16px;
    font-weight: 500;
}
.article-p, .articleBody > p{
    color: #000;
    font-size: 14px;
}
.articleBody > h2, .articleBody > h3, .articleBody > h4{
    color: #00759B;
}
.article-img{
    width: 100%
}
.article-gray{
    font-size: 14px;
    color: #898989;
}
.article-h2 {
    font-size: 40px;
    font-weight: 500;
    color: #00759B;
    /* text-align: center; */
}
.pagination-container{
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.pagination-middle{
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.pagination-link{
    color: #00759B;
    display: block
}
.pagination-link.active{
    color: #000;
    display: block
}
.legal h1 {
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
}
.legal h2 {
    color: #2980b9;
    margin-top: 30px;
}
.legal h3 {
    color: #3498db;
    margin-top: 20px;
}
/* .document {
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
} */
.legal .date {
    color: #666;
    font-style: italic;
}
.legal p {
    text-align: justify;
}
.legal ul {
    margin-left: 20px;
}
.legal li {
    margin-bottom: 8px;
}
.checkbox-wrapper{
    display: flex;
    gap: 6px;
}
.confirm_label{
    font-size: 12px;
    text-align: justify;
}
.mezhevanie-banner-list{
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.mezhevanie-banner-list::before{
    content: '✓';
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.faq-block{
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 24px;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 500px;
    background-color: #fff;
}
.faq-row{
    /* align-items: stretch; */
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.faq-block:hover {
    border-color: #00759B;
    box-shadow: 0 4px 20px rgba(0, 117, 155, 0.1);
}
.faq-question{
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 12px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.faq-question::before{
    content: 'Q';
    background: #00759B;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-answer{
    color: #666;
    line-height: 1.6;
    margin: 0;
    padding-left: 34px;
}
.process-timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 60px 0;
    position: relative;
}
.process-timeline::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, #00759B 0%, #0095c8 100%);
    z-index: 0;
}
.process-step {
    text-align: center;
    position: relative;
    z-index: 1;
}
.process-step-number {
    width: 80px;
    height: 80px;
    background: white;
    border: 3px solid #00759B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 24px;
    font-weight: 700;
    color: #00759B;
    position: relative;
}
.law-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 60px 0;
}
.law-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}
.law-card-alert {
    background: #fff3e0;
    border-left: 4px solid #ff9800;
}
.law-card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00759B 0%, #0095c8 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.law-card-icon svg {
    width: 30px;
    height: 30px;
    fill: white;
}
.law-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}
.pricing-card {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}
.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.pricing-card.featured {
    border-color: #00759B;
    transform: scale(1.05);
    box-shadow: 0 10px 40px rgba(0, 117, 155, 0.15);
}
.pricing-card.featured:hover {
    transform: scale(1.05) translateY(-5px);
}
.pricing-card.featured::before {
    content: 'ПОПУЛЯРНО';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #00759B;
    color: white;
    padding: 4px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}
.pricing-title {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 10px 0;
}
.pricing-desc {
    color: #666;
    margin: 0 0 30px 0;
}
.pricing-price {
    font-size: 36px;
    font-weight: 700;
    color: #00759B;
    margin: 0 0 5px 0;
}
.pricing-price small {
    font-size: 16px;
    font-weight: 400;
    color: #999;
}
.pricing-features {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}
.pricing-btn {
    /* width: 100%; */
    width: calc(100% - 48px);
    padding: 14px 24px;
    background: #00759B;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}
.pricing-btn:hover {
    background: #005a78;
    transform: translateY(-1px);
}
.pricing-features li {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    color: #666;
}
.hero-form {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    width: calc(100% - 80px);
    max-width: 500px;
    margin: 60px auto;
}
.form-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px 0;
}
.form-subtitle {
    color: #666;
    margin: 0 0 30px 0;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    font-weight: 500;
}
.form-group select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    transition: all 0.3s ease;
}
.form-group input {
    width: calc(100% - 34px);
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    transition: all 0.3s ease;
}
.form-submit {
    width: 100%;
    background: #00759B;
    color: white;
    padding: 14px 24px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.form-note {
    font-size: 12px;
    color: #999;
    margin-top: 15px;
    text-align: center;
}
.form-group input:focus, .form-group select:focus {
    outline: none;
    border-color: #00759B;
    box-shadow: 0 0 0 3px rgba(0, 117, 155, 0.1);
}
.form-subtitle-error{
    text-align: center;
    color: red;
}
.form-subtitle-done{
    text-align: center;
    color: green;
}
.seo-content {
    padding: 60px 0;
    /* background: #fff; */
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}
.alert-info {
    background: #e8f4f7;
    border-left: 4px solid #00759B;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}
.info-block, .warning-block {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    margin: 30px 0;
}
.warning-block {
    background: #fff5f5;
    border-left: 4px solid #dc3545;
}
.warning-block h4 {
    color: #dc3545;
    margin-top: 0;
}
.content-nav {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    margin: 40px 0;
}
.content-nav h3 {
    font-size: 20px;
    margin: 0 0 15px 0;
    color: #00759B;
}
.content-section h3 {
    font-size: 26px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 25px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #00759B;
}
.feature-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.feature-list li {
    padding: 8px 0;
    padding-left: 30px;
    position: relative;
}
.feature-list li:before {
    content: "✗";
    position: absolute;
    left: 0;
    color: #dc3545;
    font-weight: bold;
}
.seo-process-timeline {
    margin: 30px 0;
}
.timeline-item {
    padding: 20px;
    margin: 20px 0;
    background: #fff;
    border-left: 4px solid #00759B;
    border-radius: 5px;
    position: relative;
}
.timeline-item h4 {
    color: #00759B;
    margin-top: 0;
}
.timeline-total {
    font-size: 18px;
    text-align: center;
    padding: 15px;
    background: #e8f4f7;
    border-radius: 5px;
    margin: 30px 0;
}
.price-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}
.price-table th {
    background: #00759B;
    color: white;
    padding: 15px;
    text-align: left;
    font-weight: 600;
}
.price-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #e0e0e0;
}
.price-table tr.economy td {
    background: #e8f7e8;
}
.price-table tr.premium td {
    background: #fff3cd;
}
.note {
    background: #e8f4f7;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 20px 0;
    font-style: italic;
}
.problem-solution {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 30px 0;
}
.problem, .solution {
    padding: 25px;
    border-radius: 8px;
}
.problem {
    background: #fff5f5;
    border: 1px solid #ffcccc;
}
.solution {
    background: #e8f7e8;
    border: 1px solid #c3e6c3;
}
.documents-required {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    margin: 30px 0;
}
.error-cards {
    display: grid;
    gap: 20px;
    margin: 30px 0;
}
.error-card {
    padding: 25px;
    background: #fff8f0;
    border-left: 4px solid #ff9800;
    border-radius: 5px;
}
.error-card.critical {
    background: #fff5f5;
    border-left-color: #dc3545;
}
.legal-quote {
    background: #f0f4f8;
    border-left: 4px solid #00759B;
    padding: 20px 25px;
    margin: 30px 0;
    font-style: normal;
}
    /* ПЛАШКА-УВЕДОМЛЕНИЕ О ЗАКОНЕ */
.law-notification {
  background: linear-gradient(135deg, #f8f9fa 0%, #e8f4f7 100%);
  border-bottom: 2px solid #00759B;
  padding: 12px 0;
  position: sticky;
  top: 110px;
  z-index: 2;
  /* animation: slideDown 0.5s ease-out; */
  /* margin-top: 110px; */
}

@keyframes slideDown {
  from { transform: translateY(-100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.law-notification-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.law-notification-content {
  display: flex;
  align-items: center;
  gap: 15px;
  /* flex: 1; */
  width: 100%;
  max-width: 730px;
}

.law-notification-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: #00759B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* flex-shrink: 0; */
}

.law-notification-icon svg {
  width: 24px;
  height: 24px;
  fill: white;
}

.law-notification-text {
  /* flex: 1; */
}

.law-notification-title {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 2px 0;
}
.law-notification-desc {
  font-size: 13px;
  color: #666;
  margin: 0;
}

.law-notification-badge {
  background: #d32f2f;
  color: white;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  margin-left: 8px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

.law-notification-btn {
  background: #00759B;
  color: white;
  padding: 10px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.law-notification-btn:hover {
  background: #005a78;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,117,155,0.3);
}

.law-notification-close {
  /* position: absolute; */
  top: 8px;
  right: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.law-notification-close:hover {
  opacity: 1;
}
.price-table-wrapper{
    overflow: auto;
}
.mezh-banner{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}