/*------------------------------
    PRELOADER
-------------------------------*/

.preloader {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
}

.preloader-spinner {
    -webkit-animation: 1.5s linear 0s normal none infinite running loader;
    animation: 1.5s linear 0s normal none infinite running loader;
    width: 60px;
    height: 60px;
    font-size: 35px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
    padding-top: 12px;
    z-index: 99;
    background: #1a1a1a;
    color: #045e52;
}

@-webkit-keyframes loader {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(4, 94, 82, 0);
        box-shadow: 0 0 0 0px rgba(4, 94, 82, 0);
    }
    25% {
        -webkit-box-shadow: 0 0 0 0px rgba(4, 94, 82, 0.5), 0 0 0 10px rgba(4, 94, 82, 0.4);
        box-shadow: 0 0 0 0px rgba(4, 94, 82, 0.5), 0 0 0 10px rgba(4, 94, 82, 0.4);
    }
    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(4, 94, 82, 0.5), 0 0 0 20px rgba(4, 94, 82, 0.3);
        box-shadow: 0 0 0 10px rgba(4, 94, 82, 0.5), 0 0 0 20px rgba(4, 94, 82, 0.3);
    }
    75% {
        -webkit-box-shadow: 0 0 0 10px rgba(4, 94, 82, 0.5), 0 0 0 10px rgba(4, 94, 82, 0.2);
        box-shadow: 0 0 0 10px rgba(4, 94, 82, 0.5), 0 0 0 10px rgba(4, 94, 82, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0px rgba(4, 94, 82, 0);
        box-shadow: 0 0 0 0px rgba(4, 94, 82, 0);
    }
}

@keyframes loader {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(4, 94, 82, 0);
        box-shadow: 0 0 0 0px rgba(4, 94, 82, 0);
    }
    25% {
        -webkit-box-shadow: 0 0 0 0px rgba(4, 94, 82, 0.5), 0 0 0 10px rgba(4, 94, 82, 0.4);
        box-shadow: 0 0 0 0px rgba(4, 94, 82, 0.5), 0 0 0 10px rgba(4, 94, 82, 0.4);
    }
    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(4, 94, 82, 0.5), 0 0 0 20px rgba(4, 94, 82, 0.3);
        box-shadow: 0 0 0 10px rgba(4, 94, 82, 0.5), 0 0 0 20px rgba(4, 94, 82, 0.3);
    }
    75% {
        -webkit-box-shadow: 0 0 0 10px rgba(4, 94, 82, 0.5), 0 0 0 10px rgba(4, 94, 82, 0.2);
        box-shadow: 0 0 0 10px rgba(4, 94, 82, 0.5), 0 0 0 10px rgba(4, 94, 82, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0px rgba(4, 94, 82, 0);
        box-shadow: 0 0 0 0px rgba(4, 94, 82, 0);
    }
}


/*----------------------------------
    MEDIUM LAYOUT: 1280px
-----------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar-header {
        margin-top: -8px;
    }
    .navbar-header img {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .is-sticky .navbar-header img {
        width: 80%;
        margin-top: -5px;
    }
    ul#nav li a {
        padding: 22px 15px;
        letter-spacing: 0;
    }
    .is-sticky ul#nav li a {
        padding: 18px 15px;
    }
    .search-form-area {
        padding: 25px 15px;
    }
    .is-sticky .search-form-area {
        padding: 15px;
    }
    .slider-area h1, .welcome-text h1 {
        font-size: 50px;
    }
    .slider-area h2, .welcome-text h2 {
        font-size: 70px;
    }
    .about-area .area-title {
        margin-bottom: 30px;
    }
    .about-area .area-title h2 {
        font-size: 60px;
    }
    .about-area .area-title h2 span {
        font-size: 40px;
    }
    .promotions-img {
        max-height: 380px;
        width: 80%;
    }
    .promotions-details {
        height: 350px;
        margin-top: -175px;
        max-height: 350px;
        width: 40%;
    }
}


/*----------------------------------
    TABLET LAYOUT: 768px
------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
    .top-bar {
        display: none !important;
    }
    .section-padding {
        padding: 50px 0;
    }
    .pogoSlider-slide {
        background-position: 100% 100% !important;
    }
    .navbar-collapse {
        border-top: none !important;
        margin-top: 10px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse,
    .navbar-header .navbar-toggle,
    button.navbar-toggle,
    .navbar-toggle {
        border: 2px solid #fff;
        border-radius: 0;
        display: block !important;
        position: absolute !important;
        right: 10px !important;
        margin-right: -10px !important;
        left: auto !important;
        top: 15px !important;
        z-index: 10000 !important;
        pointer-events: auto !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        float: none !important;
        transform: scale(0.85) translateX(10px) !important;
        transform-origin: top right !important;
    }
    .is-sticky .navbar-header .collapse,
    .is-sticky .navbar-toggle {
        border: 2px solid #1a1a1a;
    }
    .is-sticky .navbar-toggle .icon-bar {
        background: #1a1a1a none repeat scroll 0 0;
    }
    .navbar-header {
        float: none !important;
        border-bottom: none !important;
        margin: 0 !important;
        padding: 10px 0 30px 0 !important;
        padding-right: 60px !important;
        left: 0 !important;
        position: relative !important;
        text-align: left !important;
        width: 100% !important;
    }
    .is-sticky .navbar-header {
        border: 0 none;
    }
    ul#nav {
        width: 100%;
        max-height: calc(100vh - 150px);
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
    ul#nav li {
        float: none;
    }
    .navbar-toggle .icon-bar {
        background: #fff none repeat scroll 0 0;
    }
    .search-form-area {
        display: none;
    }
    ul#nav li ul {
        display: none;
        opacity: 1;
        top: inherit;
        position: static;
        -webkit-transition: inherit;
        transition: inherit;
        -webkit-transform: inherit;
        transform: inherit;
        width: 100%;
    }
    ul#nav li a {
        color: #fff;
        background: transparent !important;
        display: block;
        width: 100%;
    }
    ul#nav ul li a {
        padding-left: 30px !important;
    }
    .navbar-brand {
        display: none;
    }
    .navbar-brand.white {
        display: block !important;
        position: relative !important;
        left: -25px !important;
        margin-top: -34px !important;
    }
    ul#nav li a {
        color: #fff;
        background: transparent !important;
        display: block;
        width: 100%;
    }
    ul#nav li.active>a,
    ul#nav li:hover>a {
        color: #ffffff;
        background: transparent !important;
    }
    ul#nav li.active a::before {
        display: none;
    }
    /*------------------*/
    .mainmenu-area {
        background: #212324 none repeat scroll 0 0;
    }
    .navbar-brand {
        margin-top: -25px;
        padding: 8px;
        position: relative !important;
        left: 0 !important;
        display: none !important;
    }
    .navbar-brand.white {
        display: block !important;
        position: relative !important;
        left: -25px !important;
        margin-left: -25px !important;
        transform: translateX(-25px) !important;
        margin-top: -34px !important;
        z-index: 1;
    }
    .navbar-brand img {
        margin-top: 0 !important;
        position: relative;
        width: 220px !important;
        height: auto !important;
        max-height: 91px !important;
    }
    /* Mobile sticky header: keep using main_logo (white version) and position it a bit to the right */
    .is-sticky .navbar-brand.white {
        display: block !important;
        left: -25px !important;
        margin-left: 0 !important;
        transform: none !important;
        margin-top: -34px !important;
    }
    .is-sticky .navbar-brand {
        display: none !important;
    }
    ul#nav li a {
        padding: 10px;
        background: transparent !important;
        display: block;
        width: 100%;
    }
    .is-sticky ul#nav li a {
        padding: 10px;
    }
    .slider-area h1, .welcome-text h1 {
        font-size: 40px;
    }
    .about-area .area-title {
        margin-bottom: 30px;
        text-align: center;
    }
    .about-img img {
        width: 100%;
    }
    a.read-more {
        margin-bottom: 30px;
    }
    .promotions-img {
        height: auto;
        max-height: 450px;
        width: 100%;
    }
    .promotions-img img {
        width: 80%;
    }
    .promotions-details {
        padding: 30px;
        width: 60%;
    }
    .area-title {
        margin-bottom: 40px;
    }
    .menus-area.section-padding {
        padding-bottom: 30px;
    }
    .food-menu-img img {
        width: 100%;
    }
    .promotions-area .row>div:last-child .single-promotions .read-more {
        margin-bottom: 0;
    }
    .blog-post-img img {
        width: 100%;
    }
    .footer-menu {
        padding-bottom: 0;
        text-align: center;
    }
    .footer-copyright {
        padding-top: 10px;
        text-align: center;
    }
    .table-booking-form input,
    .table-booking-form select {
        margin-bottom: 30px;
    }
    /*-----------------------------
        BLOG PAGE
    ------------------------------*/
    .single-post-pagination .page-pagination {
        margin-bottom: 40px;
    }
    .page-pagination.margin-top {
        margin-top: 40px;
    }
    .main-reservaton-form {
        margin-bottom: 50px;
    }
    .reservation-call-to-action {
        margin-bottom: 40px;
    }
}


/* Force consistent headings on phones (responsive.css is loaded after style.css) */
@media only screen and (max-width: 767px) {
    .about-area .area-title h2 {
        font-size: 28px !important;
    }
    .slider-area h2,
    .welcome-text h2,
    .area-title h2 {
        font-family: var(--font-heading) !important;
    }
}


/*----------------------------------
    MOBILE LAYOUT: 320px
-----------------------------------*/

@media only screen and (max-width: 767px) {
    .section-padding {
        padding: 50px 0;
    }
    .area-title h2 {
        font-size: 36px;
    }
    .area-title h2::before {
        left: -50px;
        width: 50px;
    }
    .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn {
        display: none;
    }
    .navbar-collapse {
        border-top: none !important;
        margin-top: 10px;
    }
    .navbar-header {
        border-bottom: none !important;
        margin: 0 !important;
        padding: 10px 0 30px 0 !important;
        padding-right: 60px !important;
        left: 0 !important;
        position: relative !important;
        text-align: left !important;
        width: 100% !important;
    }
    .navbar-header .navbar-toggle,
    button.navbar-toggle,
    .navbar-toggle {
        position: absolute !important;
        right: 10px !important;
        margin-right: -10px !important;
        left: auto !important;
        top: 15px !important;
        z-index: 10000 !important;
        pointer-events: auto !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        float: none !important;
        transform: scale(0.85) translateX(10px) !important;
        transform-origin: top right !important;
    }
    .is-sticky .navbar-header {
        border: 0 none;
    }
    .navbar-brand {
        display: none;
        margin-top: -25px;
        padding: 8px;
        position: relative !important;
        left: 0 !important;
    }
    .navbar-brand.white {
        display: block !important;
        position: relative !important;
        left: -25px !important;
        margin-left: -25px !important;
        transform: translateX(-25px) !important;
        margin-top: -34px !important;
        z-index: 1;
    }
    .navbar-brand img {
        margin-top: 0 !important;
        position: relative;
        width: 220px !important;
        height: auto !important;
        max-height: 91px !important;
    }
    .is-sticky .navbar-brand.white {
        display: none !important;
    }
    .is-sticky .navbar-brand {
        display: block !important;
        margin-top: -34px !important;
        left: 25px !important;
    }
    .is-sticky .navbar-brand img {
        margin-top: 0 !important;
        width: 220px !important;
        height: auto !important;
        max-height: 91px !important;
    }
    .search-form-area {
        display: none;
    }
    /* Когда меню открыто, блокировать скролл body */
    body.navbar-collapse-open {
        overflow: hidden !important;
        position: fixed;
        width: 100%;
    }
    ul#nav {
        width: 100%;
        max-height: calc(100vh - 150px);
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .navbar-collapse.in ul#nav {
        max-height: calc(100vh - 150px);
        overflow-y: auto;
        overflow-x: hidden;
    }
    ul#nav li {
        float: none;
    }
    .mainmenu-area {
        background: #212324 none repeat scroll 0 0;
    }
    ul#nav li a {
        padding: 10px;
        background: transparent !important;
        display: block;
        width: 100%;
    }
    .is-sticky ul#nav li a {
        padding: 10px;
    }
    .search-form-area {
        display: none;
    }
    ul#nav li ul {
        display: none;
        opacity: 1;
        top: inherit;
        position: static;
        -webkit-transition: inherit;
        transition: inherit;
        -webkit-transform: inherit;
        transform: inherit;
        width: 100%;
    }
    ul#nav ul li a {
        padding-left: 30px !important;
    }
    .navbar-brand.white {
        display: block !important;
        position: relative !important;
        left: -25px !important;
        margin-top: -34px !important;
    }
    ul#nav li a {
        color: #fff;
        background: rgba(4, 94, 82, 0.5) none repeat scroll 0 0 !important;
        display: block;
        width: 100%;
    }
    ul#nav li.active>a,
    ul#nav li:hover>a {
        color: #ffffff;
        background: rgba(4, 94, 82, 0.5) none repeat scroll 0 0 !important;
    }
    ul#nav li.active a::before {
        display: none;
    }
    /*------------------------*/
    .about-img img {
        width: 100%;
    }
    .top-bar {
        display: none !important;
    }
    .call-to-action {
        display: none;
    }
    
    /* Номер телефона в шапке на мобильных - та же позиция что и при скролле */
    .mobile-phone-link {
        display: block !important;
        position: absolute;
        right: auto;
        left: calc(50% - 5px);
        transform: translateX(-50%) translateY(-50%);
        top: calc(50% + 5px);
        color: #ff6600;
        font-size: 14px;
        padding: 8px 12px;
        background-color: rgba(255, 255, 255, 0.15);
        border-radius: 5px;
        text-decoration: none;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
        min-height: 36px;
        line-height: 20px;
        font-weight: 600;
        white-space: nowrap;
        z-index: 9999;
    }
    
    .mobile-phone-link i {
        margin-right: 5px;
    }
    
    .mobile-phone-link:active {
        background-color: rgba(255, 255, 255, 0.3);
        transform: translateX(-50%) translateY(-50%) scale(0.98);
    }
    
    .mobile-phone-link:hover {
        background-color: rgba(255, 255, 255, 0.2);
        color: #fff;
    }
    
    /* Разместить номер телефона по центру при скролле (sticky) */
    .is-sticky .mobile-phone-link {
        display: block !important;
        position: absolute;
        right: auto;
        left: calc(50% - 5px);
        transform: translateX(-50%) translateY(-50%);
        top: calc(50% + 5px);
        color: #ff6600;
    }
    .top-social-bookmark ul li a {
        width: 33px;
    }
    .top-bar-content {
        flex-direction: column;
        align-items: flex-start;
    }
    .top-right-wrapper {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .top-social-bookmark {
        float: left;
    }
    .book-table-popup a {
        padding: 15px 10px;
        font-size: 11px;
    }
    .pogoSlider-slide {
        padding-top: 20%;
    }
    .slider-area h3 {
        letter-spacing: 2px;
    }
    .slider-area h1,.welcome-text h1{
        font-size: 32px;
    }
    .slider-area h2, .welcome-text h2 {
        font-family: var(--font-heading);
        font-size: 42px;
    }
    .about-area .area-title h2 {
        font-family: var(--font-heading);
        font-size: 28px;
    }
    .about-area .area-title h2 span {
        font-size: 40px;
    }
    .about-area .area-title {
        margin-bottom: 30px;
        text-align: center;
    }
    .about-img img {
        width: 100%;
        margin-bottom: 30px;
    }
    .about-area .row .row>div:last-child .about-img img {
        margin-bottom: 0;
    }
    .area-title {
        margin-bottom: 30px;
    }
    a.read-more {
        margin-bottom: 30px;
    }
    .promotions-img img {
        width: 100%;
    }
    .promotions-details h4 {
        font-size: 40px;
    }
    .food-menu-list-menu {
        margin-bottom: 30px;
    }
    .food-menu-list-menu ul li {
        margin: 5px;
        flex: 0 0 auto;
        white-space: nowrap;
    }
    .food-menu-img img {
        width: 100%;
    }
    .single-menu .single-menu-details {
        margin-bottom: 30px;
        padding-bottom: 30px;
        padding-left: 0;
    }
    .food-menu-img {
        float: left;
        margin-right: 15px;
        position: inherit;
    }
    .food-menu-details h3 span {
        float: inherit;
        margin-top: 5px;
        display: block;
    }
    .food-menu-details p span {
        width: inherit;
    }
    .menus-area.section-padding {
        padding-bottom: 20px;
    }
    .reservation-from-button.text-center h2 {
        font-size: 28px;
        letter-spacing: 2px;
    }
    .blog-area .owl-controls {
        top: 38%;
    }
    #reservation-form-modal .modal-header {
        letter-spacing: inherit;
    }
    .promotions-img {
        height: auto;
        max-height: 450px;
        width: 100%;
    }
    .promotions-details {
        height: auto;
        margin: 0;
        padding: 25px;
        position: inherit;
        width: 100%;
    }
    .promotions-details h3 {
        font-size: 20px;
    }
    .promotions-area .row>div:last-child .single-promotions .read-more {
        margin-bottom: 0;
    }
    .blog-post-img img {
        width: 100%;
    }
    a.post-meta-button {
        margin-bottom: 15px;
    }
    .post-details>h3 {
        font-size: 20px;
        margin-bottom: 10px;
        padding-bottom: 15px;
    }
    .single-post {
        margin-bottom: 30px;
    }
    .blog-area .row>div:last-child .single-post {
        margin-bottom: 0;
    }
    .footer-menu {
        padding-bottom: 0;
        text-align: center;
    }
    .footer-copyright {
        padding-top: 10px;
        text-align: center;
    }
    /*-----------------------------
        SINGLE PAGE
    ------------------------------*/
    .top-area.single-page {
        height: 350px;
    }
    .banner-text h1 {
        font-size: 50px;
    }
    /*------------------------------
        BLOG PAGE
    --------------------------------*/
    .tags-and-social-bar {
        text-align: center;
        border-bottom: 1px solid #c3c3c4;
        margin: -40px auto 60px;
        padding-bottom: 20px;
    }
    .single-post-social-bar {
        margin-top: 15px;
        text-align: center;
    }
    .title-and-meta h3 {
        font-size: 28px;
        font-weight: 400;
    }
    .title-and-meta h3 {
        font-size: 22px;
    }
    .post-meta a {
        margin: 0;
    }
    .blog-content {
        text-align: justify;
    }
    .single-blog {
        margin-bottom: 50px;
        padding-bottom: 30px;
    }
    .single-post-pagination .page-pagination {
        margin-bottom: 40px;
    }
    .single-comments:nth-child(2n+1) {
        margin-left: 0;
    }
    .page-pagination.margin-top {
        margin-top: 40px;
    }
    .package-price {
  left: 0;
  top: 0;
}
}


/*----------------------------------
    WIDE MOBILE LAYOUT: 480px
-----------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .section-padding {
        padding: 50px 0;
    }
    .area-title h2 {
        font-size: 40px;
    }
    .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn {
        display: none;
    }
    ul#nav {
        width: 100%;
        max-height: calc(100vh - 150px);
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
    /*------------------*/
    .area-title h2 {
        font-size: 60px;
    }
    .single-menu .single-menu-details {
        margin-bottom: 30px;
        padding-bottom: 30px;
        padding-left: 0;
    }
    .food-menu-img {
        float: left;
        margin-right: 15px;
        position: inherit;
    }
    .food-menu-details h3 span {
        float: right;
        margin-top: 0;
        display: inherit;
    }
    .food-menu-details p span {
        width: inherit;
    }
    .reservation-from-button.text-center h2 {
        font-size: 45px;
        letter-spacing: 3px;
    }
    .banner-text h1 {
        font-size: 50px;
    }
}

/* FINAL OVERRIDE (loaded after earlier duplicated mobile blocks) */
/* Этот блок должен перекрыть ВСЕ границы для мобильных */
@media only screen and (max-width: 767px) {
    /* Improve menu category buttons on mobile */
    .food-menu-list-menu ul {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        padding-bottom: 10px !important;
        justify-content: flex-start !important;
        gap: 8px !important;
        display: flex !important;
    }
    .food-menu-list-menu ul li {
        flex-shrink: 0 !important;
        margin: 0 !important;
        padding: 8px 12px !important;
        font-size: 12px !important;
        white-space: nowrap !important;
    }
    /* Ensure sticky header is a positioning context for the absolute logo */
    .is-sticky .navbar-header {
        position: relative !important;
        border: 0 none !important;
    }

    /* Default header logo (when NOT sticky): same position as sticky */
    .navbar-header {
        position: relative !important;
        border-bottom: 0 none !important;
    }

    .navbar-brand.white {
        display: block !important;
        position: absolute !important;
        top: -45px !important;
        left: -75px !important;
        margin: 0 !important;
        transform: none !important;
    }

    .navbar-brand {
        display: none !important;
    }

    /* Sticky header logo: same position as default */
    .is-sticky .navbar-brand.white {
        display: block !important;
        position: absolute !important;
        top: -45px !important;
        left: -75px !important;
        margin: 0 !important;
        transform: none !important;
    }

    .is-sticky .navbar-brand {
        display: none !important;
    }

    /* Убрать зеленый фон у ссылок навигации на мобильных без скролла */
    ul#nav li a {
        background: transparent !important;
    }

    ul#nav li.active > a,
    ul#nav li:hover > a {
        background: transparent !important;
    }

    /* Убрать ВСЕ границы навигации на мобильных при открытом меню */
    /* Перекрывает border-bottom: 3px solid #111; со строки 413 */
    .navbar-header {
        border-bottom: none !important;
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        outline: none !important;
        box-shadow: none !important;
    }

    .navbar-header::after,
    .navbar-header::before {
        display: none !important;
        content: none !important;
    }

    .navbar {
        border: none !important;
    }

    .mainmenu-area .navbar {
        border: none !important;
    }

    .mainmenu-area .container {
        border: none !important;
    }

    /* Перекрывает border-top: 1px solid; со строки 409 */
    .navbar-collapse,
    .navbar-collapse.collapse,
    .navbar-collapse.collapse.in,
    .navbar-collapse.collapse.show,
    .navbar-collapse.bs-example-js-navbar-scrollspy,
    #navbar-menu {
        border-top: none !important;
        border-bottom: none !important;
        border-left: none !important;
        border-right: none !important;
        outline: none !important;
        box-shadow: none !important;
        margin-top: 10px !important;
        padding-top: 0 !important;
    }

    .navbar-collapse::before,
    .navbar-collapse::after {
        display: none !important;
        content: none !important;
    }

    ul#nav,
    ul#nav li,
    ul#nav li:first-child,
    ul#nav li:last-child,
    .nav.navbar-nav,
    .nav.navbar-nav li {
        border-top: none !important;
        border-bottom: none !important;
        border-left: none !important;
        border-right: none !important;
    }

    ul#nav li a {
        border-top: none !important;
        border-bottom: none !important;
    }

    ul#nav li:first-child a {
        border-top: none !important;
    }

    /* Исправление позиционирования текста в блоке "Співпраця" на мобильных */
    .cooperation-content {
        margin-left: 0 !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .cooperation-text,
    .cooperation-intro {
        text-align: left !important;
    }
}