/* reset css */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* h1, h2, h3, h4, h5, h6,
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
} */
/* reset css end */
html {
    scroll-behavior: smooth;
    }
    body {
    font-size: 14px;
    line-height: 1.5;
    background-color: #f5f5f5;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    color: #072446;
    }
    
    .main_page * {
        box-sizing: border-box;
    }
    
    img {
    max-width: 100%;
    height: auto;
    display: block;
    }
    a {
    color: #157c57;
    transition: color 400ms, background-color 400ms;
    }
    a:hover {
    color: #157c57;
    }
    a,
    a:hover,
    a:focus,
    a:active {
    text-decoration: none;
    }
    .buttonGreenArrow {
    white-space: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.75;
    padding: 10px 16px;
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 4px;
    letter-spacing: -0.02em;
    background-color: #157c57;
    color: white;
    text-decoration: none;
    transition: 0.7s;
    }
    .buttonGreenArrow:hover {
    background-color: #1f9067;
    color: white;
    }
    .buttonGreenArrow i {
    margin-left: 10px;
    }
    h1,
    h2,
    h3 {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    }
    .h2 {
    font-weight: 700;
    font-size: 64px;
    }
    .h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    }
    .h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    }
    .h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    }
    li {
    margin-bottom: 15px;
    }
    .container {
    max-width: 1320px;
    padding: 0px 15px;
    margin: auto;
    }
    .sp-scroll-up {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: rgba(100, 100, 100, 0.4);
    border-radius: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
    display: none;
    }
    .sp-scroll-up:hover,
    .sp-scroll-up:active,
    .sp-scroll-up:focus {
    color: #fff;
    background: #000;
    }
    
    .header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    padding: 5px 0;
    background: #e9edf3;
    z-index: 5;
    height: 70px;
    }
    .headerInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
    .headerLogo {
        max-width: 180px;
        max-height: 100px;
    }
    .headerLogo img {
    max-width: 100%;
    max-height: 100px;
    width: auto;
    margin: auto;
    }
    .headerMenu a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    color: #072446;
    }
    .headerMenu {
    display: flex;
    }
    .headerMenuLinks {
    display: flex;
    }
    .headerMenuLinks li {
    margin: 0 25px;
    }
    .loginHref {
    margin-left: 25px;
    font-size: 18px;
    }
    
    .headerMenuLinks.loginHref {
    font-size: 14px;
    margin-left: 0;
    padding: 0;
    }
    .headerMenuLinks.loginHref .headerSubmenu{
    right: 0;
    left: unset;
    }
    .headerMenuLinks.loginHref a {
    }
    .headerMenu a:hover,
    .headerMenuLinks.loginHref a:hover {
    color: #157c57;
    }
    .loginHref img {
    max-width: 100%;
    width: 20px;
    height: 20px;
    }
    .paddingHeader {
    padding-top: 80px;
    }
    .headerMenu li {
    list-style: none;
    }
    .headerSubmenuCont {
    position: relative;
    }
    .headerSubmenu {
    width: max-content;
    display: none;
    position: absolute;
    left: 0;
    opacity: 0.8;
    padding: 25px 35px;
    animation: spFadeInUp 400ms ease-in;
    background: #000000;
    }
    .headerSubmenuCont:hover .headerSubmenu {
    display: block;
    padding: 15px 20px;
    }
    .headerSubmenu a {
    color: white;
    }
    .headerSubmenu a:not(:first-child) {
    margin-top: 15px;
    }
    @keyframes spFadeInUp {
    0% {
    opacity: 0;
    transform: translateY(20px);
    }
    100% {
    opacity: 1;
    transform: translateY(0);
    }
    }
    nav[role] .hidden {
    display: flex !important;
    }
    .mainInfo {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 0 0 100px 0;
    }
    .mainInfo a {
    display: block;
    color: white;
    cursor: pointer;
    }
    .mainInfo__left {
    width: calc(70% - 25px);
    margin-right: 25px;
    }
    .mainInfo__right {
    width: 30%;
    display: flex;
    flex-direction: column;
    }
    .mainInfo__right {
    width: 30%;
    display: flex;
    flex-direction: column;
    }
    .mainInfo__right .mainInfo__el {
    display: flex;
    flex-grow: 1;
    border-radius: 10px;
    padding-top: 24%;
    background-size: 110%;
    }
    .mainInfo__leftDoubleRow {
    display: flex;
    margin-top: 25px;
    }
    .mainInfo__leftDoubleRow .mainInfo__el {
    width: calc(50% - 12.5px);
    }
    .mainInfo__leftDoubleRow .mainInfo__el:first-child {
    margin-right: 25px;
    }
    .mainInfo__elText,
    .mainInfo__elText div {
    color: #fff;
    }
    .mainInfo__elText p {
    }
    .mainInfo__leftFullRow .mainInfo__elText h3 {
    font-size: 36px;
    }
    .mainInfo__elText h3 {
    font-size: 22px;
    }
    .mainInfo__el {
    position: relative;
    display: flex;
    padding: 20px;
    padding-top: 22%;
    border-radius: 10px;
    overflow: hidden;
    background-size: 110%;
    background-position: center;
    z-index: 1;
    transition: 0.4s;
    background-repeat: no-repeat;
    }
    .mainInfo a:hover.mainInfo__el {
    background-size: 135%;
    }
    .mainInfo__el:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 0;
    }
    .mainInfo__right .mainInfo__el:before {
    background-color: rgba(0, 0, 0, 0.45);
    }
    .mainInfo__rightVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: scale(1.25);
    }
    .mainInfo__right .mainInfo__elText {
    z-index: 1;
    }
    .mainInfo__elText {
    margin-top: auto;
    }
    .mainInfo__elRightText {
    margin-top: 15px;
    font-size: 20px;
    }
    .mainInfo__elText .mainInfo__button {
    margin-top: 15px;
    }
    a.mainInfo__button {
    display: inline-block;
    color: #ffffff;
    border-color: #ffffff;
    padding: 15px 40px;
    border: 1px solid white;
    text-align: center;
    }
    .mainInfo__button:hover {
    color: rgb(244, 200, 81);
    border-color: rgb(244, 200, 81);
    }
    .mainInfo__right .h3 {
    font-size: 36px;
    color: rgb(244, 200, 81);
    }
    .mainInfo__elText p {
    margin-top: 15px;
    }
    .mainInfo a {
    text-decoration: none;
    }
    .mainSecondBlock {
    padding: 0px;
    padding-bottom: 75px;
    background-color: #f1f1f1;
    box-shadow: 0px 0px 0px 0px #ffffff;
    }
    .maindSecondBlockHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 45px 0px;
    }
    .mainNews {
    margin-top: -45px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    }
    .mainNews > div {
    width: calc(33.333333% - 30px);
    margin: 15px;
    margin-top: 55px;
    }
    .mainNews a {
    text-decoration: none;
    }
    .newsImage {
    overflow: hidden;
    }
    .newsImage img {
    max-width: 100%;
    width: auto;
    border-radius: 10px 10px 0 0;
    height: 270px;
    object-fit: cover;
    }
    .newsTextBlock {
    padding: 0px 15px;
    margin-top: 15px;
    }
    .newsHrefDate {
    display: flex;
    }
    .newsHref {
    color: #919191;
    font-size: 13px;
    }
    .newsDate {
    margin-left: 15px;
    color: #444444;
    font-size: 13px;
    }
    .newsTitle {
    margin-top: 20px;
    }
    .newsTitle a {
    color: #072446;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    }
    .newsTitle a:hover {
    color: #0a665f;
    }
    .newsTitle .h5 {
    margin-block-start: 0;
    margin-block-end: 0;
    line-height: 15px;
    }
    .footer {
    background-color: rgb(233, 237, 243);
    padding: 30px;
    }
    .footerInner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
    .footerLeftRow {
    width: calc(50%);
    }
    .footerLogoCont {
    display: flex;
    align-items: center;
    }
    .footerTittle {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-block-start: 0.33em;
    margin-block-end: 0.33em;
    }
    .footerText {
    font-size: 14px;
    line-height: 20px;
    }
    .footerLogo {
    margin-top: 10px;
    }
    .footerLogo img {
    max-width: 199px;
    max-height: 50px;
    width: 100%;
    height: auto;
    }
    .footerLogo:nth-child(2) {
    margin-left: 65px;
    }
    .footerInner {
    margin-top: 15px;
    }
    .footerRightRow {
    display: flex;
    width: 50%;
    }
    .footerLinks {
    }
    .footerLinks a {
    display: block;
    text-decoration: none;
    color: #072446;
    }
    .footerLinks a:hover {
    color: #157c57;
    }
    .footerRightPart {
    width: calc(50% - 20px);
    margin: 0 10px;
    }
    .footerSocialLinks {
    display: flex;
    }
    .footerBody {
    margin-block-start: 1em;
    margin-block-end: 1em;
    }
    .footerSocialLinks a {
    height: 32px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    width: 32px;
    color: #000000;
    background-color: #ffffff;
    border-style: none;
    border-width: 0px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    }
    .footerSocialLinks a:not(:first-child) {
    margin-left: 10px;
    }
    .footerSocialLinks a:hover {
    color: white;
    background-color: #157c57;
    }
    .mainImage__cont {
    position: relative;
    }
    .mainImage__background {
    display: flex;
    }
    .mainImage__black {
    width: 25%;
    background-color: black;
    }
    .mainImage__image {
    width: 75%;
    min-height: 400px;
    background-repeat: no-repeat !important;
    background-position: center right !important;
    background-size: cover !important;
    padding: 50px 0px;
    }
    .mainImage__filter {
    position: absolute;
    width: 75%;
    height: 100%;
    right: 0;
    background-color: #157c57;
    mix-blend-mode: multiply;
    }
    .mainImage__content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-self: flex-start;
    color: white;
    }
    .mainImage__content .container {
    width: 100%;
    }
    .mainImageNews .h1 {
    font-size: 58px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    }
    .manImageText {
    margin-top: 35px;
    }
    .manImageText span a {
    color: #919191;
    }
    .mainImage__link {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: #919191;
    padding-right: 10px;
    }
    .mainImage__link a {
    text-decoration: none;
    }
    .mainImage__date {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
    }
    .mainImage__date:before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    content: '|';
    }
    .content {
    /* padding: 0px 0 100px 0; */
    }
    .searchQueries {
    font-size: 16px;
    margin: 100px 0 0 40px;
    }
    .searchForm {
    padding: 10px 0 40px 40px;
    }
    .search-results {
    padding-bottom: 50px;
    }
    #search-result-list > li {
    padding: 10px 0;
    }
    .searchForm input {
    background-color: white;
    border-radius: 55px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #072446;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -moz-appearance: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: none;
    box-shadow: none !important;
    padding: 10px 24px;
    }
    .searchContNews {
    text-align: right;
    padding-top: 100px;
    }
    .allNews .news {
    background-color: #f1f1f1;
    padding-bottom: 25px;
    }
    .allNews__navCont {
    margin: 100px auto;
    }
    .newsContent {
    margin-top: 10px;
    text-align: justify;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    }
    .search-results li {
    list-style: none;
    }
    /* nav[aria-label="Pagination Navigation"] div:nth-child(1) {
      display: none;
    }
    nav[aria-label="Pagination Navigation"] div:nth-child(2) div:nth-child(2) {
      width: 100%;
    }
    nav[aria-label="Pagination Navigation"] div:nth-child(2) div:nth-child(2) span svg {
      width: 45px;
      fill: #777;
    }
    nav[aria-label="Pagination Navigation"] div:nth-child(2) div:nth-child(2) span {
      display: flex;
      align-items: center;
    }
    nav[aria-label="Pagination Navigation"] div:nth-child(2) div:nth-child(2) span a {
      display: block;
    }
     */
    nav[aria-label='Pagination Navigation'] div:nth-child(1) {
    display: none;
    }
    nav[aria-label='Pagination Navigation'] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px auto;
    }
    nav[aria-label='Pagination Navigation'] .hidden {
    /* display: none !important; */
    }
    nav[aria-label='Pagination Navigation'] ul {
    display: flex;
    gap: 10px;
    align-items: center;
    list-style: none;
    padding: 0;
    }
    nav[aria-label='Pagination Navigation'] li {
    display: flex;
    align-items: center;
    }
    nav[aria-label='Pagination Navigation'] a,
    nav[aria-label='Pagination Navigation'] span {
    color: #888;
    font-size: 32px;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 4px;
    transition: color 0.2s;
    }
    nav[aria-label='Pagination Navigation'] span span span {
    padding: 0px;
    }
    nav[aria-label='Pagination Navigation'] span[aria-current='page'] span {
    color: #1b7f61; /* зелёный цвет активного номера */
    font-weight: 600;
    }
    nav[aria-label='Pagination Navigation'] a:hover {
    color: #1b7f61;
    }
    nav[aria-label='Pagination Navigation'] svg {
    width: 25px;
    height: 25px;
    stroke: #888;
    transition: stroke 0.2s;
    }
    nav[aria-label='Pagination Navigation'] a:hover svg {
    stroke: #1b7f61;
    }
    .singeNewsCont {
    display: flex;
    align-items: start;
    }
    .singleNewsAside {
    width: 33%;
    position: sticky;
    top: 105px;
    padding-right: 20px;
    }
    .sibgleNewsContent {
    width: 75%;
    text-align: justify;
    margin-bottom: 100px;
    font-size: 16px;
    }
    .sibgleNewsContent {
    padding-left: 45px;
    }
    .singleNewsAside a:not(:first-child) {
    margin-top: 15px;
    }
    .ramstein {
    padding: 100px 0;
    background: #f4f7fb;
    font-family: 'Inter', sans-serif;
    }
    .ramstein__container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
    }
    .ramstein__left {
    flex: 1;
    max-width: 60%;
    }
    .ramstein__right {
    overflow: hidden;
    border-radius: 18px;
    cursor: pointer;
    }
    .ramstein__right img {
    max-width: 415px;
    border-radius: 18px;
    display: block;
    transition: transform 0.5s ease;
    }
    .ramstein__right:hover img {
    transform: scaleX(1.2) scaleY(1.2);
    }
    .ramstein__title {
    font-size: 48px;
    font-weight: 700;
    color: #0d2340;
    margin-bottom: 30px;
    }
    .ramstein__desc {
    color: #405264;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.86;
    font-weight: 300;
    font-family: Open Sans;
    }
    /* Карточки */
    .ramstein__cards {
    margin-top: 40px;
    display: flex;
    gap: 20px;
    }
    .ramstein-card {
    width: 260px;
    background: #e9f0f8;
    padding: 20px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    }
    .ramstein-card__logo {
    width: 48px;
    height: auto;
    }
    .ramstein-card__text h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    }
    .ramstein-card__text span {
    font-size: 14px;
    color: #546577;
    }
    .ramstein-card__link {
    margin-top: auto;
    text-decoration: none;
    color: #1a9a48;
    font-weight: 500;
    font-size: 15px;
    }
    .contacts {
    background: #f4f7fb;
    }
    .contact-section {
    padding: 80px 0;
    font-family: 'Inter', sans-serif;
    }
    .contact-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    }
    /* Левая колонка */
    .contact-left {
    flex: 0 0 35%;
    }
    .contact-block {
    margin-bottom: 40px;
    }
    .contact-block h3 {
    font-size: 26px;
    font-weight: 700;
    color: #0d2340;
    margin-bottom: 10px;
    }
    .contact-block p {
    font-size: 17px;
    line-height: 1.5;
    color: #405264;
    }
    .socials {
    display: flex;
    gap: 15px;
    }
    .socials img {
    width: 32px;
    height: 32px;
    }
    /* Правая колонка */
    .contact-right {
    flex: 0 0 60%;
    }
    .contact-title {
    font-size: 42px;
    font-weight: 800;
    color: #0d2340;
    margin-bottom: 15px;
    }
    .contact-subtitle {
    font-size: 17px;
    line-height: 1.6;
    color: #405264;
    margin-bottom: 35px;
    max-width: 600px;
    }
    /* Форма */
    .contact-form input,
    .contact-form textarea {
    width: 95%;
    background: #ececec;
    border: none;
    padding: 18px 20px;
    font-size: 16px;
    margin-bottom: 18px;
    border-radius: 6px;
    outline: none;
    }
    .form-row {
    display: flex;
    gap: 20px;
    }
    .contact-form textarea {
    height: 160px;
    resize: none;
    }
    .contact-btn {
    background: #0d7845;
    color: white;
    padding: 14px 40px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.2s;
    }
    .contact-btn:hover {
    background: #0a6639;
    }
    .hidden {
    display: none;
    }
    .login-form {
    background: white;
    padding: 30px 40px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 380px; 
    }
    .form-group {
    margin-bottom: 20px;
    }
    label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
    }
    .form-control {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box; /* Важливо для width: 100% */
    transition: border-color 0.3s;
    }
    /* Стиль для інпуту з помилкою (як у полі "Логін") */
    .error-input {
    border: 2px solid #a00; /* Червона обведення */
    border-radius: 20px; /* Більш скруглені кути для Логіна */
    }
    .validation-error {
    color: #a00;
    font-size: 0.9em;
    margin-bottom: 5px;
    }
    /* ------------------ ПОЛЕ ПАРОЛЯ (КОМПЛЕКСНИЙ ІНПУТ) ------------------ */
    .password-container {
    display: flex;
    border: 2px solid #ccc;
    border-radius: 5px; /* Менші скруглення, ніж у Логіна */
    overflow: hidden;
    /* Червона обведення для поля пароля на скріншоті */
    border: 1px solid #ccc;
    }
    .password-icon-wrapper {
    background-color: #f8f8f8;
    color: #444;
    padding: 10px 12px;
    border-right: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    }
    .password-input {
    flex-grow: 1;
    border: none; /* Видаляємо рамку всередині контейнера */
    padding: 10px;
    font-size: 16px;
    outline: none;
    border-radius: 0; /* Прибираємо скруглення тут */
    }
    .toggle-password {
    background-color: #28a745; /* Зелений колір кнопки */
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.2s;
    }
    .toggle-password:hover {
    background-color: #218838;
    }
    /* ------------------ ЧЕКБОКС ------------------ */
    .checkbox-group {
    display: flex;
    align-items: center;
    margin-top: -10px; /* Підтягуємо вище */
    }
    .checkbox-group input[type='checkbox'] {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    }
    /* ------------------ КНОПКА SUBMIT ------------------ */
    .btn-submit {
    width: 100%;
    background-color: #28a745; /* Зелений колір */
    color: white;
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    margin-top: 20px;
    transition: background-color 0.2s;
    }
    .btn-submit:hover {
    background-color: #218838;
    }
    /* login form end */
    .loginCont {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('/images/bg-pattern.svg');
    background-size: cover;
    padding: 100px 0;
    background-color: #157c57;
    }
    .main_page {
    padding-top: 75px;
    }
    .authNewsAsideEl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    padding: 10px 25px;
    background-color: #f1f1f1;
    border-radius: 5px;
    transition: 0.4s;
    cursor: pointer;
    }
    .authNewsAsideEl:hover {
    background-color: #157c57;
    color: white;
    }
    .authNewsAsideEl:hover svg {
    stroke: white;
    }
    .singleNewsAside a {
    text-decoration: none;
    }
    .singleNewsAside .h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    padding: 0 30px;
    }
    .singleNewsAside a:nth-child(1) h3 {
    padding-top: 28px;
    }
    .container-inner {
    margin: 0px auto;
    padding: 0px 15px;
    }
    .result-title {
    font-size: 22px;
    margin: -10px 0;
    line-height: 1.2;
    }
    blockquote {
    border-radius: 4px;
    padding: 25px 50px 25px 50px;
    background-color: #f1f1f1;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    text-align: left;
    }
    .copyright{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    font-size: 0.8rem;
    border-top: 1px solid #dddddd;
    padding-top: 18px;
    }
    @media (max-width: 1400px) {
    .mainInfo__el {
    background-size: 120%;
    }
    .mainInfo a:hover.mainInfo__el {
    background-size: 150%;
    }
    .mainInfo__rightVideo {
    transform: scale(1.35);
    }
    }
    @media (max-width: 1100px) {
    .mainInfo__el {
    background-size: 160%;
    }
    .mainInfo a:hover.mainInfo__el {
    background-size: 185%;
    }
    .mainInfo__rightVideo {
    transform: scale(1.65);
    }
    }
    @media (max-width: 991px) {
    .contact-container {
    flex-direction: column;
    gap: 40px;
    }
    }
    .contact-left,
    .contact-right {
    flex: 100%;
    }
    .form-row {
    flex-direction: column;
    }
    .contact-title {
    font-size: 34px;
    }
    .ramstein__right {
    /* display: none; */
    }
    .ramstein__left {
    max-width: 100%;
    }
    
    
    /* мобильное меню */
    
    /* --- Общие стили и Десктоп (База) --- */
    .mobHeader {
        background-color: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    .mobHeader__wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        max-width: 1200px;
        margin: 0 auto;
    }
    .siteLogo {
        font-size: 1.5em;
        font-weight: bold;
        color: #333;
        text-decoration: none;
        z-index: 100;
    }
    .loginLinkBtn {
        padding: 10px 15px;
        background-color: #007bff; 
        color: white;
        text-decoration: none;
        border-radius: 5px;
        white-space: nowrap;
    }
    
    /* Скрываем гамбургер на десктопе */
    .navToggleBtn {
        display: none; 
    }
    
    /* Десктопное меню */
    .mobileNavOverlay {
        display: flex; 
        align-items: center;
        position: static; /* На десктопе не оверлей */
        width: auto;
        height: auto;
        background: none;
        padding: 0;
    }
    .menuList {
        display: flex; /* Горизонтальный список */
        list-style: none;
        padding: 0;
        margin: 0 20px 0 0;
        gap: 15px;
    }
    .listItem a {
        text-decoration: none;
        color: #333;
        padding: 5px;
    }
    
    .mobHeader  {
        background: #e9edf3;
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        padding: 5px 0;
        background: #e9edf3;
        z-index: 5;
        height: 100px;
    }
    
    .mobHeader * {
        list-style: none;
    }
    
    .mobHeader .headerSubmenu a {
        display: block;
    }
    
    .mobHeader a {
        color: #072446;
    
    }
    
    .mobHeader .headerMenuLinks a {
        color: white;
    }
    
    /* ------------------------------------------- */
    /* --- Мобильные стили (Активация при < 800px) --- */
    /* ------------------------------------------- */
    @media (max-width: 799px) { 
    
        .mobHeader {
            display: block;
        }
    
        .header {
            display: none;
        }
        
        .navToggleBtn {
            /* Показываем кнопку-гамбургер */
            display: flex; 
            flex-direction: column;
            justify-content: space-around;
            width: 30px;
            height: 25px;
            background: transparent;
            border: none;
            cursor: pointer;
            z-index: 100;
        }
        .navToggleBtn .btnLine {
            width: 100%;
            height: 3px;
            background-color: #333;
        }
    
        .mobileNavOverlay {
            /* Изначально скрыто */
            display: none; 
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.98); 
            z-index: 90;
            padding-top: 100px; 
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
        }
    
        /* !!! Кастомный класс для открытого меню !!! */
        .mobileNavOverlay.headerMoblie { 
            display: flex; 
        }
    
        .menuList {
            /* Вертикальный список */
            flex-direction: column;
            text-align: center;
            margin: 0;
            padding-bottom: 30px; 
            border-bottom: 1px solid #eee;
        }
        .listItem {
            margin: 15px 0;
        }
        .listItem a {
            font-size: 1.4em;
        }
        
        .loginContainer {
            margin-top: 30px;
        }
    }
    


    .bodyNoScroll {
        overflow: hidden; 
    }
    



    #slideInBox {
        position: fixed;
        left: 0;
        right: 0;
        margin: auto;
        top: -450px;

        width: 50%;
        max-width: 500px;
        padding: 20px;
        background-color: #ffffff;
        text-align: center;
        border-radius: 10px; 
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        transition: .4s ease-out;
    }

    #slideInBox h2 {
        text-align: center;
    }


    #slideInBox.visible {
        top: 25px;
    }




    
    
    @media (max-width: 900px) {
    .singleNewsAside--authNews,
    .singleNewsAside {
    display: none;
    }
    }
    .auth_newsCont .sibgleNewsContent {
    width: 75%;
    }
    @media (max-width: 900px) {
        .singleNewsAside--authNews,
        .singleNewsAside {
            display: none;
        }
        .auth_newsCont .sibgleNewsContent {
            width: 100%;
            padding-left: 0px;
        }
        .sibgleNewsContent {
            width: 100%;
        }
    }
    @media (max-width: 991px) {
    .mainInfo {
    display: block;
    }
    .mainInfo__left {
    width: 100%;
    }
    .mainInfo__leftDoubleRow {
    display: block;
    }
    .mainInfo__el,
    .mainInfo__leftDoubleRow .mainInfo__el,
    .mainInfo__right {
    width: 100%;
    margin-top: 35px;
    }
    .mainNews .news {
    width: calc(50% - 30px);
    }
    .ramstein__cards {
    display: block;
    }
    .ramstein-card {
    max-width: 100%;
    width: auto;
    margin-top: 25px;
    }
    .mainInfo__left {
    margin-right: 0px;
    }
    }
    @media (max-width: 600px) {
    .mainNews .news {
    width: calc(100% - 30px);
    }
    }
    @media (max-width: 480px) {
    .contact-title {
    font-size: 28px;
    }
    }
    .contact-block h3 {
    font-size: 22px;
    }
    .contact-btn {
    width: 100%;
    }
    @media (max-width: 991px) {
    .mainInfo {
    display: block;
    }
    .mainInfo__left {
    width: 100%;
    }
    .mainInfo__leftDoubleRow {
    display: block;
    }
    .mainInfo__el,
    .mainInfo__leftDoubleRow .mainInfo__el,
    .mainInfo__right {
    width: 100%;
    margin-top: 35px;
    }
    .mainNews .news {
    width: calc(50% - 30px);
    }
    .ramstein__cards {
    display: block;
    }
    .ramstein-card {
    max-width: 100%;
    width: auto;
    margin-top: 25px;
    }
    .mainInfo__left {
    margin-right: 0px;
    }
    }
    @media (max-width: 600px) {
    .mainNews .news {
    width: calc(100% - 30px);
    }
    }
    @media (max-width: 480px) {
    .contact-title {
    font-size: 28px;
    }
    .contact-block h3 {
    font-size: 22px;
    }
    .contact-btn {
    width: 100%;
    }
    }
    @media (max-width: 991px) {
        .container-inner {
            max-width: 720px;
        }
    }
    @media (min-width: 1199.99px) and (max-width: 1399.98px) {
    .mainImageNews .h1 {
    font-size: 48px;
    }
    }
    @media (min-width: 991.99px) and (max-width: 1199.98px) {
        .mainImageNews .h1 {
            font-size: 42px;
        }
    }
    @media (min-width: 767.99px) and (max-width: 991.98px) {
        .mainImageNews .h1 {
        font-size: 30px;
        }
    }
    
    @media (max-width: 767.98px) {
        .mainImageNews .h1 {
            font-size: 24px;
        }
    
        .footerInner {
            display: block;
        }

        .footerInner > * {
            width: 100%;
            text-align: center;
            margin-top: 50px;
        }

        .footerBody {
            margin-top: 50px;
        }

        .footerSocialLinks {
            justify-content: center;
        }
    }

    @media (max-width: 500px) {
        .footerRightRow {
            display: block;
        }

        .footerRightRow > * {
            width: 100%;
        }

        .copyright {
            display: block;
        }

        .copyright > * {
            width: 100%;
        }
    }
    