@font-face {
    font-family: 'Montserrat'; 
    src: url(/font/Montserrat-Regular.ttf); 
}
::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
    height: 3px;
}
::-webkit-scrollbar-thumb {
    background: #9C1535;
    border-radius: 5px;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Montserrat';
    color: #000;
    line-height: normal;
    font-weight: 400;
}
h1 {
    font-size: 40px;
    font-weight: bold;
}
h1.white {
    color: #fff;
}
h3 {
    font-size: 16px;
    font-weight: 400;
}
h3.grey {
    font-size: 16px;
    color: #838383;
}
h2 {
    font-size: 18px;
    font-weight: bold;
}
h3.about {
    margin: 5px 0;
    line-height: 150%;
}
a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
}
ul.about li {
    margin-left: 20px;
    padding: 5px 0;
}
.bold {
    font-weight: bold;
}
.app {
    max-width: 1250px;
    margin: 0 auto;
    overflow: visible;
    clear: both;
}
.tx-center {
    text-align: center;
}
.js-center {
    justify-content: center;
}
.mg-auto {
    margin: 0 auto;
}
.flex {
    display: flex;
    align-items: center;
}
.logo {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 101;
}
.logo-text {
    margin-left: 10px;
}
.up-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 40px;
}
.board_container.visible {
    display: flex !important;
}
.board_container {
    display: flex;
}
.board_container-m {
    display: none;
}
.board_container.column {
    flex-direction: column;
    gap: 25px;
    margin-top: 50px;
}
.board {
    display: flex;
    align-items: center;
    margin-left: 25px;
    background-color: #EFEFEF;
    border-radius: 0 25px;
    padding: 9px 20px;
}
.board.column {
    width: fit-content;
    margin: 0;
}
.board img {
    margin-right: 5px;
}
.board-head-text {
    font-size: 13px;
}
.board-text {
    font-size: 13px;
    font-weight: bold;
}
header {
    display: flex;
    align-items: center;
    transition: .3s;
    z-index: 50;
}
header.fixed {
    position: fixed;
    width: 1250px;
    top: 15px;
}
.header-item {
    background-color: #EFEFEF;
    color: #838383;
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    cursor: pointer;
    border-bottom: 2px solid #d1d1d1;
    transition: .3s;
}
.header-item-m {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
}
.header-item:first-child {
    border-radius: 0px 0px 0px 25px;
}
.header-item:last-child {
    background-color: #9C1535;
    color: #fff !important;
    border-radius: 0px 25px 0px 0px;
}
.header-item:last-child:hover {
    color: #fff;
}
.header-item:hover {
    color: #000;
    border-bottom: 2px solid #9C1535;
}
.header-item.pressed {
    color: #000;
    border-bottom: 2px solid #9C1535;
}
.section {
    margin: 125px 0;
    position: relative;
}
.first-sc.fixed {
    margin-top: 240px;
}
.flex-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-item {
    position: relative;
}
.redline-box {
    display: flex;
    align-items: center;
}
.redline {
    margin-right: 15px;
    width: 5px;
    height: 125px;
    background-color: #9C1535;
    border-radius: 5px 0px;
}
.redline.h {
    width: 125px;
    height: 5px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.redline-small {
    width: 20px;
    height: 1px;
    background-color: #9C1535;
    margin-right: 10px;
}
.greyline {
    width: 125px;
    height: 5px;
    background-color: #838383;
    border-radius: 5px 0;
    margin: 0 auto;
    margin-bottom: 10px;
}
.whiteline {
    width: 5px;
    height: 75px;
    background-color: #fff;
    margin-right: 15px;
}
.btn {
    border: 1px solid #9C1535;
    border-radius: 25px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold !important;
    box-shadow: 0px 0px 0px 0px black;
    transition: .3s;
}
.btn:hover {
    background-color: #9C1535;
    color: #fff;
}
.btn.services {
    width: 200px;
    height: 75px;
}
.btn.consultation {
    width: 250px;
    height: 75px;
}
.btn.detail {
    width: 250px;
    height: 75px;
    margin-top: 35px;
}
.btn.add-review {
    width: 150px;
    height: 50px;
    margin-top: 15px;
}
#stats-win-p::after {
    content: '%';
}
.stats-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 50px 0;
}
.stats-item {
    background-color: #EFEFEF;
    text-align: center;
    border-radius: 50px 0px;
    width: 300px;
    padding: 54px 0;
    transition: .3s;
    cursor: pointer;
}
.stats-item:hover {
    background-color: #9C1535;
    color: #fff !important;
}
.stats-item:hover h1.stats {
    color: #fff !important;
}
h1.stats {
    color: #9C1535;
    font-size: 60px;
}
.stats-item h3 {
    font-size: 15px;
}
.services-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.services-header-item {
    width: 170px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #838383;
    background-color: #EFEFEF;
    border-bottom: 1px solid #BABABA;
    cursor: pointer;
    transition: .3s;
}
.services-header-item:hover {
    color: #000;
    border-bottom: 1px solid #9C1535;
}
.services-header-item:first-child {
    border-radius: 25px 0px 0px 0px;
}
.services-header-item:last-child {
    border-radius: 0px 0px 25px 0px;
}
.services-header-item.pressed {
    background: #9C1535;
    color: #fff;
    border: none;
}
.services-content {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    transition: .3s;
    display: none;
}
.services-content.pressed {
    display: flex;
}
.services-item {
    width: 300px;
    height: 200px;
    background-color: #EFEFEF;
    padding: 0 25px;
    border-radius: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    margin-bottom: 15px;
}
.services-item h3 {
    font-weight: bold;
}
.services-item h4 {
    font-weight: 400;
    font-size: 16px;
}
.adv-content {
    display: flex;
    align-items: center;
    gap: 25px;
}
.adv-item {
    width: 210px;
    height: 150px;
    background-color: #EFEFEF;
    padding: 0 25px;
    border-radius: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    margin-bottom: 15px;
}
.reviews-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 50px;
}
.reviews-content.pc {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
}
.review-item {
    width: 300px;
    height: 450px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    background-color: #EFEFEF;
    border-radius: 50px 0;
}
.review-item img {
    border-radius: 50%;
}
.review-item h4 {
    font-size: 14px;
    color: #838383;
    font-weight: 400;
}
.review-item h5 {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
}
.consultation-person {
    width: 500px;
}
.person-img {
    width: 530px;
}
.about-img {
    width: 530px;
    right: -125px;
    position: relative;
}
.tribunal-img {
    width: 450px;
    margin-right: 50px;
}
input[type="text" i] {
    border-radius: 25px 0px;
    border: 1px solid #838383;
    outline: none;
    width: 550px;
    height: 75px;
    margin: 10px 0;
}
input.user {
    background-image: url(/icons/user.svg);
    background-repeat: no-repeat;
    text-indent: 50px;
    background-position-y: center;
    background-position-x: 20px;
}
input.phone {
    background-image: url(/icons/phone2.svg);
    background-repeat: no-repeat;
    text-indent: 50px;
    background-position-y: center;
    background-position-x: 20px;
}
textarea {
    outline: none;
    padding: 20px;
    border-radius: 25px 0px;
    border: 1px solid #838383;
    outline: none;
    max-width: 550px;
    min-width: 550px;
    height: 200px;
    max-height: 300px;
    min-height: 200px;
    margin: 10px 0;
}
.personal-data {
    font-size: 12px;
    color: #838383;
    width: 550px;
}
/* ========== ИСПРАВЛЕННЫЙ БЛОК КАРТЫ ========== */
.map-conent {
    position: relative;
    clear: both;
    width: 100%;
    margin-top: 80px;
    background: #f5f5f5;
}
.map-modal {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 450px;
    height: auto;
    border-radius: 50px 0;
    background-color: #9C1535;
    padding: 35px;
    margin: 0 auto;
    transform: none;
}
.map-modal-m {
    background-color: #9C1535;
    border-radius: 25px 25px 0 0;
    margin: 0 5%;
    display: none;
}
iframe {
    display: block;
    width: 100%;
    height: 500px;
    border: 0;
}
/* ========================================= */
footer {
    margin-top: 100px;
    clear: both;
}
.footer-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #EFEFEF;
    height: 175px;
    padding: 0 5%;
}
.f-ul-flex {
    display: flex;
    align-items: center;
}
ul.footer {
    list-style-type: none;
}
ul.footer:last-child {
    margin-left: 20px;
}
ul.footer li {
    margin: 3px 0;
}
.footer.black {
    background-color: #111;
    color: #eee;
    padding: 20px;
    font-size: 14px;
    line-height: 1.5;
}
.footer.black a {
    color: #eee;
    text-decoration: underline;
}
.burger-container {
    height: 50px;
    width: 50px;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-tap-highlight-color: transparent;
    display: none;
    z-index: 200;
    position: fixed;
    right: 3%;
}
.burger {
    width: 25px;
    height: 8px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 50%;
}
.bar {
    width: 100%;
    height: 2px;
    display: block;
    position: relative;
    background: #6a6a6a;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0s;
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.2s;
}
.bar.topBar {
    transform: translateY(0px) rotate(0deg);
}
.bar.btmBar {
    transform: translateY(6px) rotate(0deg);
}
.menu-opened .icon.icon-bag {
    transform: translateX(75px);
    transition-delay: 0.3s;
}
.menu-opened .bar.topBar {
    transform: translateY(4px) rotate(45deg);
}
.menu-opened .bar.btmBar {
    transform: translateY(3px) rotate(-45deg);
}
.burger-container.menu-opened {
    transform: rotate(90deg);
}
.menu-opened .bar {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.2s;
}
.mob-header {
    width: 70%;
    height: 100vh;
    position: fixed;
    background-color: #e1e1e1d4;
    left: 0;
    z-index: 100;
    top: 0;
    transition: .5s all;
    transform: translateX(-100%);
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    justify-content: center;
}
.mob-header.open {
    backdrop-filter: blur(2px);
    transform: translateX(0);
}
#slider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border-radius: 4px;
    width: 90%;
    margin: 0 5%;
    display: none;
    margin-top: 50px;
    height: fit-content;
    padding-bottom: 50px;
}
#slider .reviews-content {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 400%;
}
a.control_prev, a.control_next {
    position: absolute;
    top: 92%;
    z-index: 20;
    display: block;
    width: auto;
    height: auto;
    background: #bebebe;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.control_prev:hover, a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}
a.control_prev {
    left: calc(45% - 25px);
}
a.control_next {
    left: calc(45% + 25px);
}
.slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
}
.tenet-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
    margin-top: 50px;
}
ul.tenet {
    border-radius: 25px 0px;
    border: 1px solid #BABABA;
    width: 550px;
    padding: 25px;
    list-style-type: none;
}
li.tenet {
    padding: 10px 0;
}
ul.tenet.r {
    list-style-type: circle;
}
.tenet.r li {
    margin-left: 20px;
}
.tenet.r h3 {
    padding-bottom: 20px;
}
.red {
    color: #9C1535;
}
.stage-content {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 50px;
}
.stage-item {
    width: 620px;
    height: 300px;
    background-color: #EFEFEF;
    padding: 0 25px;
    border-radius: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    margin-bottom: 15px;
}
.stage-item h3 {
    font-weight: bold;
    font-size: 14px;
}
.stage-item h4 {
    font-size: 14px;
    font-weight: 400;
}
.stage h3 {
    font-size: 14px;
}
.stats-content.about {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-items: center;
}
.news-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 50px;
}
.news-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: min-content;
    padding: 10px;
    width: 100%;
    height: 100%;
    position: relative;
    transition: .3s;
}
.news-item:hover {
    transform: scale(1.03);
}
.news-item img {
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0 0;
    position: relative;
}
.news-item h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 10px;
    background-color: #00000091;
    color: #fff;
    padding: 10px;
    font-size: 14px;
}
.section.news {
    height: auto;
    min-height: 540px;
    overflow: visible;
}
.news-img-none {
    background-color: #EFEFEF;
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0 0;
    background-image: url(/icons/none.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px;
    background-blend-mode: overlay;
}
.add-review-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
/* ========== МЕДИА-ЗАПРОСЫ (без изменений) ========== */
@media (max-width: 1300px) {
    .app { margin: 0 3%; }
    header.fixed { margin-right: 0 3%; width: 94%; }
    h1 { font-size: 35px; }
    h3.grey { font-size: 15px; }
    .reviews-content.pc { grid-template-columns: repeat(2, 1fr); justify-items: center; }
    .review-item { width: 430px; }
    .stats-content.about { grid-template-columns: repeat(3, 1fr); }
    .about .stats-item { width: 100%; }
    ul.tenet { width: 425px; }
    li.tenet { font-size: 14px; }
    ul.tenet.r h3 { font-size: 14px; }
    .about-img { width: 480px; margin-right: 3%; }
    .stage-content { display: flex; flex-direction: column; align-items: center; margin-bottom: 25px; }
}
@media (max-width: 1250px) {
    .tribunal-img { width: 400px; }
}
@media (max-width: 1200px) {
    h1 { font-size: 30px; }
    .redline { height: 100px; }
    input[type="text" i] { width: 450px; }
    textarea { max-width: 450px; min-width: 450px; }
    .personal-data { width: 455px; }
    .adv-content { gap: 15px; }
    .header-item { font-size: 12px; }
    .stats-item { padding: 40px 0; }
    h1.stats { font-size: 50px; }
    .stats-item h3 { font-size: 13px; font-weight: bold; }
    h3.about { font-size: 14px; }
}
@media (max-width: 1150px) {
    .adv-item { width: 180px; height: 140px; padding: 0 20px; }
    .adv-item h3 { font-size: 14px; }
    .redline-small ~ h3 { font-size: 14px; }
    .tribunal-img { width: 350px; }
}
@media (max-width: 1100px) {
    .person-img { width: 450px; }
    h3.grey { font-size: 13px; }
    .btn.services { width: 180px; height: 65px; }
    .about-img { width: 450px; }
}
@media (max-width: 1050px) {
    .consultation-person { width: 450px; }
    .adv-item h3 { font-size: 12px; }
    .adv-item { width: 170px; height: 130px; }
    .tribunal-img { margin-right: 25px; width: 325px; }
    .header-item { font-size: 11px; }
    h1.stats { font-size: 40px; }
    .stats-item h3 { font-size: 11px; font-weight: bold; }
}
@media (max-width: 1010px) {
    h1 { font-size: 24px; }
    .consultation-person { display: none; }
    .bg-modal { background-image: url(/content/cons.png); background-position: bottom; background-repeat: no-repeat; max-width: 100% !important; }
    .bg-modal-mob { background-color: #efefefe0; padding: 30px; border-radius: 50px 0; }
    .bg-modal form { display: flex; flex-direction: column; }
    .consultation-sc { flex-direction: column; }
    .tenet-content { gap: 20px; margin-top: 20px; }
}
@media (max-width: 980px) {
    .services-item { width: 330px; }
}
@media (max-width: 950px) {
    .board_container { display: none; }
    .board_container-m { display: flex; flex-direction: column; align-items: flex-start; }
    header { display: none; }
    .burger-container { display: block; }
    .board { margin: 7px 0; }
    .first-sc { flex-direction: column-reverse; }
    .btn.services { margin: 0 auto; }
    .person-img { position: relative; left: -20px; margin-bottom: 20px; }
    .about-img { position: relative; left: 50px; margin-bottom: 20px; width: 500px; }
    .first-sc h3 { margin-top: 15px !important; margin-bottom: 20px !important; }
    .first-sc.about h3 { margin: 0 auto !important; }
    .flex-section.column { flex-direction: column; }
    .redline-box { justify-content: center; }
    .tribunal-h3 { width: 400px; }
    .adv-content { gap: 10px; }
    .adv-item { width: 122px; height: 105px; padding: 0 10px; border-radius: 25px 0; }
    .adv-item img { width: 30px; }
    .adv-item h3 { font-weight: bold; font-size: 10px; }
    .tribunal-img { width: 400px; margin: 0 auto; }
    .stats-content { flex-wrap: wrap; }
    .about .stats-item { width: 100% !important; }
    .stats-item { width: 285px; }
    h1.stats { font-size: 45px; }
    .stats-item h3 { font-size: 13px; }
    .reviews-content.pc { display: none !important; }
    #slider { display: block; }
    .review-item { width: 100%; }
    .map-modal { width: 290px; border-radius: 25px 0; padding: 0 20px; left: 0; margin: 0 auto; }
    .news-content { grid-template-columns: repeat(2, 1fr); justify-items: center; }
    .news-content h3 { margin: 10px !important; }
    .section.news { height: auto; }
    h3.about { width: 88%; margin: 0 7%; }
    .section.first-sc { margin-top: 50px; }
}
@media (max-width: 900px) {
    .tenet-content { flex-direction: column; align-items: center; }
}
@media (max-width: 720px) {
    .services-item { width: 48%; }
    .services-item h3 { font-size: 14px; }
    .services-item h4 { font-size: 14px; }
    .services-header-item { font-size: 14px; }
    .news-content { gap: 5px; }
    .news-item h3 { font-size: 13px; }
    .stats-content.about { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 650px) {
    .stats-item { width: 225px; }
    .stats-item h3 { font-size: 11px; }
    #slider { width: 100%; margin: 20px 0; }
    .map-modal { display: none; }
    .map-modal-m { display: block; }
    .map-content-m { justify-content: center; flex-direction: column-reverse; }
    .map-content-m .whiteline { width: 75px; height: 5px; }
    .map-content-m .white { padding: 15px 0; }
    .board_container.column { margin: 0; padding: 20px 0; gap: 15px; align-items: center; }
    .news-item h3 { font-size: 11px; }
    .about-img { left: 30px; width: 400px; margin-right: unset; }
    .stage-item { width: 100%; }
    .stage-item h3 { font-size: 13px; }
    .stage-item h4 { font-size: 13px; }
}
@media (max-width: 580px) {
    .services-item { height: 170px; padding: 0 15px; border-radius: 30px 0; }
    .services-item h3 { font-size: 12px; }
    .services-item h4 { font-size: 12px; }
    .services-item img { width: 35px; }
    .services-header-item { font-size: 13px; font-weight: bold; }
}
@media (max-width: 550px) {
    input[type="text" i] { width: 400px; }
    textarea { min-width: 400px; max-width: 400px; }
    textarea.add-review { min-width: 100%; max-width: 100%; }
    .personal-data { width: 400px; }
    .services-header-item { font-size: 12px; }
}
@media (max-width: 520px) {
    .stats-item { width: 170px; }
    .stats-item h3 { font-size: 9px; }
    .person-img { width: 400px; }
    .footer-flex { flex-direction: column; justify-content: center; }
    .footer-flex .logo { left: -13px; margin-bottom: 15px; }
    .news-item h3 { font-size: 10px; }
    .stage-item { height: 250px; }
    .stage-item img { width: 35px; }
    .stage-item h3 { font-size: 11px; }
    .stage-item h4 { font-size: 11px; }
}
@media (max-width: 480px) {
    input[type="text" i] { width: 350px; }
    textarea { min-width: 350px; max-width: 350px; }
    .personal-data { width: 350px; }
    h1 { font-size: 20px; }
    .redline { height: 70px; }
    .tribunal-img { width: 320px; }
    .tribunal-h3 { width: 350px; }
    .adv-item { width: 110px; height: 90px; }
    .adv-item h3 { font-size: 8px; }
    .services-header-item { font-size: 10px; }
    h3.grey { font-size: 12px; }
    .news-content { grid-template-columns: repeat(1, 1fr); }
    li.tenet { font-size: 12px; }
    ul.tenet.r h3 { font-size: 12px; }
    ul.tenet { width: 375px; padding: 15px; }
    .about-img { left: 30px; width: 330px; }
}
@media (max-width: 450px) {
    input[type="text" i] { width: 300px; }
    textarea { min-width: 300px; max-width: 300px; }
    .personal-data { width: 300px; }
    h1 { font-size: 18px; }
    .redline { height: 70px; }
    h3.grey { font-size: 11px; font-weight: bold; }
    .person-img { width: 350px; }
    .services-header-item { height: 50px; font-size: 9px; }
}
@media (max-width: 400px) {
    .services-header-item { font-size: 8px; }
    li.tenet { font-size: 12px; }
    ul.tenet.r h3 { font-size: 12px; }
    ul.tenet { width: 325px; }
    .about-img { left: 0px; }
}
.politic-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.politic-text {
    line-height: 1.6;
    font-size: 16px;
}
.politic-text h2 {
    margin-top: 30px;
    color: #222;
}
.politic-text p, 
.politic-text li {
    line-height: 1.7;
    margin-bottom: 15px;
    color: #333;
    font-size: 16px;
}
.politic-text ul {
    margin: 10px 0 15px 20px;
}
.politic-date {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-style: italic;
    color: #666;
}
.header-item.reestr.pressed,
.header-item-m.reestr.pressed {
    background-color: #ff0000;
    color: white;
}