
            /*
 Theme Name:     Childocean
 Theme URI:      https://wordpress.org/themes/Childocean/
 Description:    A child theme of OceanWP Theme
 Author:         Dolinska Svitlana
 Author URI:     http://nnsvd.com/
 Template:       oceanwp
 Version:        1.0.0
 Text Domain:    childocean
*/
            
            @import url("../oceanwp/style.css");
             :root {
                --def-cat-color: #771614;
            }
            
            body p {
                color: rgb(5, 0, 0);
                font-family: GruntGrotesk;
                font-weight: light;
            }
            
            html {
                scroll-behavior: smooth;
            }
            
            body {
                overflow-x: hidden;
                font-family: 'GruntGrotesk';
            }
            
            a {
                font-family: 'GruntGrotesk';
            }
            
            @font-face {
                font-family: 'GruntGrotesk';
                src: url('fonts/GruntGrotesk-Light.woff2') format('woff2'), url('fonts/GruntGrotesk-Light.woff') format('woff'), url('fonts/GruntGrotesk-Light.otf') format('opentype');
                font-weight: 300;
                /* або 100 / light — залежно від шрифту */
                font-style: normal;
                font-display: swap;
            }
            
            @font-face {
                font-family: 'GruntGrotesk';
                src: url('fonts/GruntGrotesk-Bold.woff2') format('woff2'), url('fonts/GruntGrotesk-Bold.woff') format('woff'), url('fonts/GruntGrotesk-Bold.otf') format('opentype');
                font-weight: 700;
                /* або bold */
                font-style: normal;
                font-display: swap;
            }
            
            #site-navigation-wrap .main-menu>li>a {
                font-family: GruntGrotesk;
                font-weight: bold;
                text-transform: uppercase;
            }
            
            .dropdown-menu>li>a {
                font-size: large !important;
                padding: 0px 16px !important;
                color: #1D1D1B !important;
                ;
            }
            
            .orangemnu {
                float: right;
            }
            
            .orangemnu-1 {
                float: right;
            }
            
            @media (max-width: 767px) {
                .orangemnu-1 img {
                    display: none;
                }
            }
            
            .metro-section {
                margin: 0;
                padding: 0;
                background-color: #FFFBF4;
                overflow-x: hidden;
            }
            
            .train-container {
                position: relative;
                width: 100%;
                height: 200px;
                overflow: hidden;
            }
            
            .train-img {
                position: absolute;
                bottom: 20px;
                left: 100%;
                width: auto;
                height: 160px;
                animation: trainArrival 4s ease-out forwards;
            }
            
            @keyframes trainArrival {
                0% {
                    left: 100%;
                }
                100% {
                    left: 33%;
                }
            }
            /* Про нас */
            /* === Блок "Про нас" === */
 h2.line-title1.header-color-red{
     color: #991a1d!important;
 } 
 h2.line-title1.header-color-green{
     color: #0d5c2f!important;
 } 
  h2.line-title1.header-color-blue{
     color: #004f6e!important;
 } 
            .about {
                padding: 60px 20px;
                background-color: #fff;
                overflow-x: hidden;
            }
            /* Секція, яка плавно під’їжджає вгору */
            
            .info-section {
                display: flex;
                flex-wrap: wrap;
                max-width: 1200px;
                margin: auto;
                gap: 40px;
                opacity: 0;
                transform: translateY(30px);
                transition: all 0.5s ease-out;
            }
            
            .about.visible .info-section {
                opacity: 1;
                transform: translateY(0);
            }
            /* Лівий і правий блок — початково невидимі, отримають анімацію при скролі */
            
            .logo-block,
            .text-block {
                flex: 1 1 300px;
                opacity: 0;
            }
            /* Анімації лівого та правого блоку */
            
            .about.visible .logo-block {
                animation: slideInLeft 1s ease-out forwards;
                animation-delay: 0.2s;
            }
            
            .about.visible .text-block {
                animation: slideInRight 1s ease-out forwards;
                animation-delay: 0.5s;
            }
            /* Ключові кадри */
            
            @keyframes slideInLeft {
                from {
                    transform: translateX(-100%);
                    opacity: 0;
                }
                to {
                    transform: translateX(0);
                    opacity: 1;
                }
            }
            
            @keyframes slideInRight {
                from {
                    transform: translateX(100%);
                    opacity: 0;
                }
                to {
                    transform: translateX(0);
                    opacity: 1;
                }
            }
            /* Зображення логотипу */
            
            .logo-img {
                max-width: 100%;
                height: auto;
            }
            
            .logo-block p {
                margin-top: 12px;
                font-size: 18px;
                text-align: center;
            }
            
            .text-block p {
                margin-bottom: 16px;
                font-size: 16px;
                line-height: 1.5;
               
            }
            /* Адаптив */
            
            @media (max-width: 768px) {
                .wrap {
                    flex-direction: column;
                    text-align: center;
                }
                .info-section {
                    flex-direction: column;
                    text-align: center;
                }
                .train-img {
                    height: auto;
                }
                .text-block p {
                margin-bottom: 16px;
                font-size: 14px;
                line-height: 1.5;
                text-align: left;
            }
            .download-butn{
                border-radius: 5px!important;
            }
            .down-large{
                padding: 30px 20px;
            }
            .station-description{
                text-align: left;
            }
            #accordionContent p{
                font-size:12px;
            }
            .caption{
                margin-right: 30px!important;
                margin-left: 30px!important;
                line-height: 1!important;
                font-size: x-small!important;
            }
            }
            
            .logo-img {
                max-width: 100%;
                height: auto;
            }
            
            .logo-block p {
                margin-top: 12px;
                font-size: 1.7em;
                text-align: justify;
            }
            
            .text-block p {
                margin-bottom: 16px;
                font-size: 16px;
                line-height: 1.5;
            }
            /* Адаптив */
            
            @media (max-width: 768px) {
                .wrap {
                    flex-direction: column;
                    text-align: center;
                }
                .info-section {
                    flex-direction: column;
                    text-align: center;
                }
                            .logo-img {
                max-width: 80%;
                            }
                            .text-block{
                                margin-top:-180px;
                            }
            }
            
            .map-section {
                background-color: #1d120e;
                padding: 40px 20px;
                text-align: center;
            }
            
            .map-container {
                position: relative;
                display: inline-block;
                max-width: 100%;
            }
            
            .map-image {
                max-width: 100%;
                height: auto;
                display: block;
            }
            
            .map-section {
                background-color: #1B1613;
                padding: 40px 0;
                text-align: center;
                padding-bottom: 7%;
            }
            
            .map-container {
                position: relative;
                width: 100%;
                max-width: 880px;
                margin: 0 auto;
                aspect-ratio: 880 / 518;
                /* Фіксує співвідношення зображення */
            }
            
            .map-image {
                width: 100%;
                height: auto;
                display: block;
            }
            /* Спільний стиль для всіх міст */
            
            .city {
                position: absolute;
                text-decoration: none;
                z-index: 2;
            }
            
            .city-label {
                position: relative;
                display: inline-block;
                background-color: #DB5D12;
                color: #fff;
                font-weight: bold;
                font-size: 14px;
                padding: 6px 12px;
                border-radius: 8px;
                text-align: center;
                white-space: nowrap;
                transition: transform 0.2s ease;
            }
            
            .city-label::before {
                content: "";
                position: absolute;
                top: -6px;
                left: 50%;
                transform: translateX(-50%);
                width: 0;
                height: 0;
                /* border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #f26522;*/
            }
            
            .city:hover .city-label {
                transform: scale(1.1);
            }
            /* Координати міст (% всередині контейнера) */
            
            .city-lviv {
                top: 33%;
                left: 8%;
            }
            
            .city-kyiv {
                top: 28%;
                left: 44%;
            }
            
            .city-kharkiv {
                top: 33%;
                left: 73%;
            }
            
            .city-dnipro {
                top: 51%;
                left: 67%;
            }
            /* Мобільна адаптація */
            
            @media (max-width: 768px) {
                .city-label {
                    font-size: 12px;
                    padding: 4px 8px;
                }
                .city-label::before {
                    border-left: 5px solid transparent;
                    border-right: 5px solid transparent;
                    border-bottom: 5px solid #f26522;
                    top: -5px;
                }
            }
            
            .city {
                position: absolute;
                text-decoration: none;
                z-index: 2;
                font-family: 'GruntGrotesk';
            }
            /* Контейнер для пульсу */
            
            .city::after {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                width: 36px;
                height: 36px;
                background-color: rgba(255, 255, 255, 0.6);
                /* Білувата пульсація */
                border: 2px solid #e67e4e;
                /* Помаранчева обводка */
                border-radius: 50%;
                transform: translate(-50%, -50%);
                z-index: 0;
                animation: pulse 1.8s infinite ease-out;
            }
            /* Пульсуюча анімація */
            
            @keyframes pulse {
                0% {
                    transform: translate(-50%, -50%) scale(0.8);
                    opacity: 0.9;
                }
                100% {
                    transform: translate(-50%, -50%) scale(2.5);
                    opacity: 0;
                }
            }
            
            .metro-line-section1 {
                position: relative;
                height: 80px;
                background: linear-gradient(to bottom, #FFFBF4 50%, #1B1613 50%);
                overflow: hidden;
            }
            /* Картинка прилипає до правого краю і займає 80% ширини */
            
            .metro-line-img1 {
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 80%;
                height: auto;
            }
            
            .video-container {
                grid-column: 2 / 3;
                grid-row: 1;
                background-color: #ffffff;
                padding: 18px;
                border: 2px solid #000;
                border-radius: 20px;
                max-width: 1000px;
                margin: auto;
                width: 90%;
            }
            
            .video-container iframe {
                width: 100%;
                height: 560px;
                border-radius: 12px;
                display: block;
            }
.video-border.top,
.video-border.bottom {
 
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-family: 'GruntGrotesk';
  font-size: 4.3vw;
  
  z-index: 2;
}

.video-border.top {
  margin-top: -20px;
}

.video-border.bottom {
  margin-bottom: -20px;
}

  @media (max-width: 768px) {
       .video-border.top {
  margin-top: 0px;
}

.video-border.bottom {
  margin-bottom: 0px;
}
                .video-container iframe {
                    height: 220px;
                }
                .video-border {
                    font-size: 14px;
                }
            }
           
            .video-frame-full {
                - width: 100vw;
                +width: 100%;
            }
            

            
            
            
            .down-large {
                background-color: #DB5D12;
                /* яскраво-помаранчевий */
                text-align: center;
                padding: 60px 20px;
            }
            
            .download-butn {
                display: inline-block;
                background-color: #f4ddc9;
                /* бежевий */
                color: #ff5a00;
                 font-size: 4.3vw;;
                font-weight: bold;
                padding: 0.1em 2em;
                border-radius: 16px;
                text-decoration: none;
                transition: transform 0.3s ease, box-shadow 0.3s ease;
                  font-family: 'GruntGrotesk';
            }
            
            .download-button:hover {
                transform: scale(1.05);
                box-shadow: 0 0 20px rgba(255, 90, 0, 0.4);
            }
            /* яскраво-помаранчевий */
            
            .team-section {
                background-color: #f4ddc9;
                padding: 60px 20px;
                text-align: center;
            }
            
            .team-title {
                font-size: clamp(24px, 5vw, 48px);
                font-weight: bold;
                text-align: right;
                margin-bottom: 40px;
                padding-right: 20px;
                line-height: 1.3;
                font-family: 'GruntGrotesk';
                font-weight: bold;
                color: #000;
                margin-right: 3%;
            }
            
            .team-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  padding: 20px;
}

.team-card {
  background-color: #d4550a;
  border-radius: 30px;
  width: 45%; /* 2 в ряд на мобілці */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  font-family: 'GruntGrotesk', sans-serif;
}

.team-card .photo1 {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 8px;
  overflow: hidden;
}

.team-card .photo1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card .name {
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}

.team-card .position {
  color: white;
  font-size: 12px;
  text-align: center;
 
  line-height:1;
}

/* адаптив для планшету */
@media (min-width: 600px) {
  .team-card { width: 30%; }
}

/* адаптив для десктопу */
@media (min-width: 900px) {
  .team-card { width: 18%; }
}

            
            @keyframes slideUp {
                0% {
                    transform: translateY(30px);
                    opacity: 0;
                }
                100% {
                    transform: translateY(0);
                    opacity: 1;
                }
            }
            
            .fade-in-on-scroll,
            .about {
                opacity: 0;
                transform: translateY(30px);
                transition: all 0.6s ease-out;
            }
            
            .about.visible {
                background-color: #FFFBF4;
            }
            
            .fade-in-on-scroll.visible,
            .about.visible {
                opacity: 1;
                transform: translateY(0);
            }
            
            .metro-line-left {
                position: relative;
                height: 60px;
                background: linear-gradient(to bottom, #f4ddc9 50%, #FEFAF4 50%);
                overflow: hidden;
            }
            
            .metro-line-left .metro-line-img {
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 80%;
                height: auto;
            }
            
            .metro-line-img {
                position: relative;
                left: 0;
                width: 80%;
                height: auto;
                margin-bottom: -3%;
            }
            
            .partners-section {
                background-color: #fef8f3;
                padding: 60px 20px;
            }
            
            .partners-container {
                max-width: 1200px;
                margin: 0 auto;
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                justify-content: space-between;
                gap: 32px;
            }
            
            .partners-title {
                font-size: 4em;
                font-weight: bold;
                font-family: 'GruntGrotesk';
                font-weight: bold;
                color: #000;
                flex: 1 1 200px;
            }
            
            .partners-logos {
                display: flex;
                flex-wrap: wrap;
                justify-content: flex-end;
                align-items: center;
                gap: 90px;
                flex: 2 1 400px;
            }
            
            .partners-logos img {
                max-height: 65px;
                width: auto;
                object-fit: contain;
            }
            /* 📱 Адаптив для мобілки */
            
            @media (max-width: 768px) {
                .partners-section {
                    background-color: #fef8f3;
                    padding: 40px 20px;
                    text-align: center;
                }
                .partners-title {
                    font-size: clamp(20px, 6vw, 28px);
                    font-weight: bold;
                    margin-bottom: 24px;
                }
                .partners-logos {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-wrap: wrap;
                    gap: 32px;
                }
                .partners-logos img {
                    max-height: 64px;
                    width: auto;
                    object-fit: contain;
                }
                .metro-line-img {
                  margin-bottom: -7%;  
                }
            }
            
            .soon-section {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                align-items: flex-start;
                /* ключ до правильного розташування */
                background-color: #fef8f3;
                padding: 40px 20px;
                gap: 20px;
            }
            
            .soon-left {
                flex: 1 1 60%;
            }
            
            .soon-buttons {
                 display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
               
            }
            
            .soon-buttons a img {
                width: 250px;
                height: auto;
                display: block;
                border-radius: 16px;
                transition: transform 0.3s;
                margin-left: auto;
                margin-right: auto;
            }
            
            .soon-buttons a:hover img {
                transform: scale(1.05);
            }
            
            .soon-right {
                flex: 1 1 30%;
                text-align: right;
            }
            
            .soon-right h3 {
                font-size: clamp(24px, 5vw, 48px);
                font-weight: bold;
                text-align: right;
                margin-bottom: 40px;
                padding-right: 20px;
                line-height: 1.3;
                font-family: 'GruntGrotesk';
                font-weight: bold;
                color: #000;
                margin-right: 3%;
            }
            
            .orange-line-left {
                position: relative;
                height: 60px;
                background: linear-gradient(to bottom, #fef8f3 50%, #0B0F0D 50%);
                overflow: hidden;
            }
            
            .orange-line-left .orange-line-img {
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 80%;
                height: auto;
            }
            
            .orange-line-img {
                position: relative;
                left: 0;
                width: 80%;
                height: auto;
            }
            
            .site-footer {
                background-color: #0B0F0D;
                color: white;
                padding: 0px 20px 30px;
                font-family: sans-serif;
                font-size: 14px;
            }
            
            .footer-container {
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
                flex-wrap: wrap;
                max-width: 1200px;
                margin: 0 auto;
                padding: 0 40px;
                gap: 40px;
            }
            
            .footer-left {
                flex: 1 1 300px;
            }
            
            .footer-logo {
                max-width: 180px;
                margin-bottom: 20px;
            }
            
            .footer-social {
                display: flex;
                align-items: center;
                gap: 8px;
                margin-bottom: 16px;
                color: #edd7c7;
            }
            
            .footer-social a {
                color: #fff;
            }
            
            .social-icon {
                width: 20px;
                height: 20px;
            }
            
            .footer-logos img {
                height: 36px;
                margin-right: 16px;
                vertical-align: middle;
            }
            
            .footer-left {
                flex: 1 1 50%;
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                gap: 20px;
                padding-top: 20px;
                /* підняти вгору */
            }
            
            .footer-right {
                flex: 1 1 30%;
                padding-right: 40px;
                /* відсуваємо меню далі від краю */
            }
            
            .footer-menu {
                list-style: none;
                padding: 0;
                margin: 0;
                text-align: left;
                font-size: larger;
            }
            
            .footer-menu li {
                margin-bottom: 1px;
            }
            
            .footer-menu a {
                color: white;
                text-decoration: none;
                transition: color 0.3s;
                font-family: 'GruntGrotesk';
                font-weight: 300;
            }
            
            .footer-menu a:hover {
                color: #DB5D12;
            }
            
            .footer-bottom {
                text-align: right;
                font-size: 13px;
                margin-top: 40px;
                opacity: 0.7;
                 font-family: 'GruntGrotesk';
            }
            /* 📱 Мобільна адаптація */
            
            @media (max-width: 768px) {
                .footer-container {
                    flex-direction: column;
                    align-items: center;
                    text-align: center;
                }
                .footer-menu {
                    text-align: center;
                }
                .footer-menu li {
                    display: inline-block;
                    margin: 6px 10px;
                }
                .footer-logos img {
                    margin: 8px;
                }
            }
            
            .footer-right {
                padding-right: 0;
            }
            
            @media (max-width: 768px) {
                .footer-container {
                    flex-direction: column;
                    text-align: center;
                    align-items: center;
                }
                .footer-middle,
                .footer-left,
                .footer-right {
                    flex: 1 1 100%;
                    padding: 0;
                }
                .footer-menu {
                    text-align: center;
                }
                .footer-logos img {
                    margin: 10px;
                }
            }
            
            .page-header {
                position: absolute !important;
                width: 1px;
                height: 1px;
                padding: 0;
                margin: -1px;
                overflow: hidden;
                clip: rect(0, 0, 0, 0);
                white-space: nowrap;
                border: 0;
                background-color: #DB5D12;
            }
            /* сторінка з станції */
            
            #main {
                background-color: #FFFBF4;
            }
            
            .city-banner {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 20px;
                gap: 20px;
            }
            
            .city-banner__left {
                flex: 0 1 72%;
            }
            
            .city-banner__img {
                max-width: 100%;
                height: auto;
                display: block;
            }
            
            .city-banner__right {
                flex: 0 1 15%;
                /* або 10–15% */
                display: flex;
                justify-content: center;
            }
            
            .city-banner__button {
                display: inline-block;
                padding: 6px 70px;
                background-color: #DB5D12;
                color: white;
                font-weight: bold;
                border-radius: 12px;
                text-decoration: none;
                font-size: xxx-large;
                font-family: 'GruntGrotesk';
                font-weight: bold;
            }
            
            @media (max-width: 768px) {
                .city-banner {
                    flex-direction: column;
                    text-align: center;
                }
                .city-banner__left,
                .city-banner__right {
                    flex: 1 1 auto;
                }
                .city-banner__button {
                    margin-top: 16px;
                }
            }
            
            .slide-in-left {
                opacity: 0;
                transform: translateX(-100%);
            }
            
            .slide-in-left.start-animation {
                animation: slideInFromLeft 4s ease-in-out forwards;
                animation-delay: 0.5s;
            }
            /* Анімація */
            
            @keyframes slideInFromLeft {
                from {
                    opacity: 0.5;
                    transform: translateX(-100%);
                }
                to {
                    opacity: 1;
                    transform: translateX(0);
                }
            }
            
            .metro-lines {
                display: flex;
                justify-content: space-between;
                /* змінив з center */
                flex-wrap: wrap;
                gap: 32px;
                padding: 40px 0;
                max-width: 1200px;
                margin: 0 auto;
            }
            
            .metro-line {
                flex: 1 1 280px;
                min-width: 240px;
            }
            
            .line-title {
                color: #fff;
                padding: 12px 16px;
                border-radius: 10px;
                margin-bottom: 16px;
                font-family: 'GruntGrotesk';
                font-weight: 300;
                font-size: x-large;
                line-height: 1.4;
            }
            
            .red-line .line-title {
                background-color: #991a1d;
            }
            
            .green-line .line-title {
                background-color: #0d5c2f;
            }
            
            .blue-line .line-title {
                background-color: #004f6e;
            }
            
            .metro-line ul {
                list-style: none;
                padding-left: 16px;
                margin: 0;
            }
            
            .metro-line li {
                margin-bottom: 0px;
                text-decoration: underline;
                font-family: 'GruntGrotesk';
                font-weight: 300;
                font-size: x-large;
                
            }
            
            
            
            /* Адаптивність */
            
            @media (max-width: 768px) {
                .metro-lines {
                    flex-direction: column;
                    align-items: stretch;
                    padding: 20px;
                }
            }
            
            @keyframes slideInFromRight {
                from {
                    transform: translateX(100%);
                    opacity: 0.5;
                }
                to {
                    transform: translateX(0);
                    opacity: 1;
                }
            }
            
            .slide-in-right {
                opacity: 0.5;
                transform: translateX(100%);
            }
            
            .slide-in-right.start-animation {
                animation: slideInFromRight 4s ease-out forwards;
                animation-delay: 0.5s;
            }
            
            .soon-section {
                display: flex;
                justify-content: center;
                padding: 40px 0;
                background-color: #fefaf4;
                /* світлий фон */
            }
            
            .soon-wrapper {
                width: 80%;
                max-width: 800px;
                padding: 10px;
                border: 2px solid #000;
                /* зовнішня рамка */
                border-radius: 16px;
                box-sizing: border-box;
            }
            
            .soon-box {
                background-color: #edd7c7;
                border-radius: 20px;
                padding: 15% 20%;
                text-align: center;
            }
            
            .soon-box h2 {
                margin: 0;
                font-size: 4em;
                font-weight: 700;
                color: #1a1a1a;
                font-family: 'GruntGrotesk';
            }
            /* ========== Загальні стилі ========== */
            /* === Базові стилі секції === */
            
            .line-section {
                padding: 2rem 1rem;
                background-color: #fefaf4;
                font-family: 'GruntGrotesk';
                margin-top: 2em;
            }
            
            .line-title1 {
                font-size: xxx-large;
                font-weight: 300;
                margin-bottom: 1.5rem;
                color: #1a1a1a;
                margin-left: 10%;
            }
            /* === Контейнер стовпчиків (mobile-first) === */
            
            .line-content {
                display: flex;
                flex-direction: column;
                gap: 1.5rem;
                align-items: center;
            }
            /* === Список станцій === */
            
            .stations {
                list-style: none;
                padding: 0;
                margin-left: 15%;
                text-align: center;
                font-family: 'GruntGrotesk';
            }
            
            .stations li {
                margin-bottom: 0.75rem;
               
            }
            
            
            .stations a {
                text-decoration: underline;
                font-size: x-large;
                color: #1D1D1B;
            }
            /* === Картинка колії === */
            
            .track {
                align-self: flex-start;
            }
            
            .track img {
                max-width: 100%;
                height: 40em;
                display: block;
                margin-top: -20%;
            }
            /* === Перехід у два стовпчики на більших екранах === */
            
            @media (min-width: 768px) {
                .line-content {
                    flex-direction: row;
                    align-items: flex-start;
                    justify-content: space-between;
                }
                .stations {
                    text-align: left;
                }
            }
            
            @media (min-width: 768px) {
                .line-content {
                    align-items: flex-start !important;
                }
            }
            
            @media (min-width: 768px) {
                /* Головний контейнер робимо flex-start */
                .line-section .line-content {
                    align-items: flex-start !important;
                }
                /* Або на рівні самої картинки: */
                .line-section .track {
                    /* скасовуємо будь-яке центрування по осі Y */
                    align-self: flex-start !important;
                    /* в разі потреби прибрати зайві зовнішні відступи */
                    margin-top: 0 !important;
                }
            }
            
            .orangemnu-1 img {
                margin-top: -4%
            }
            
            #site-header {
                background-color: #FFFBF4!important;
                border-bottom: none!important;
            }
            
            #top-bar-wrap {
                background-color: #FFFBF4!important;
                border-bottom: none!important;
            }
            
            article {
                display: block;
                /* забезпечує блочне відображення */
                /* обмежує ширину */
                font-family: GruntGrotesk;
                color: #1B1613;
            }
            
            article h1,
            h2,
            h3,
            h4,
            h5,
            h6 {
                font-family: GruntGrotesk!important;
                font-weight: bold;
                color: #1B1613!important;
            }
            
            article {
                font-size: large!important;
            }
            
            .single-post .entry-title {
                font-family: GruntGrotesk;
                font-weight: bold;
            }
            
            .wp-block-heading h1 {
                font-family: GruntGrotesk;
                font-weight: bold;
                color: #1B1613!important;
            }
            
            ul.meta {
                display: none!important;
            }
            
            .text-block h1 {
                font-family: GruntGrotesk;
                color: #1B1613!important;
            }
            
            .wp-block-button__link {
                display: inline-block;
                padding: 6px 70px;
                background-color: #DB5D12;
                color: white;
                font-weight: bold;
                border-radius: 12px;
                text-decoration: none;
                font-size: xxx-large;
                font-family: 'GruntGrotesk';
                font-weight: bold;
            }
            
            input[type=button],
            input[type=reset],
            input[type=submit],
            button[type=submit],
            .button,
            body div.wpforms-container-full .wpforms-form input[type=submit],
            body div.wpforms-container-full .wpforms-form button[type=submit],
            body div.wpforms-container-full .wpforms-form .wpforms-page-button,
            .woocommerce-cart .wp-element-button,
            .woocommerce-checkout .wp-element-button,
            .wp-block-button__link {
                font-size: 2em!important;
            }
            /* ================================
   CSS для блоку “Інформація про станцію”
================================ */
            /* 1) Скидання базових стилів */
            
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
            /* 2) Основні стилі для body (фон, шрифти) */
            /* 3) Контейнер секції */
            
            .station-block {
                width: 100%;
                padding: 60px 20px;
            }
            /* Внутрішній контейнер із обмеженням по ширині */
            
            .station-content {
                margin: 0 auto;
                display: flex;
                align-items: flex-start;
                gap: 40px;
            }
            /* 4) Ліва колонка з інформацією */
            
            .station-info {
                flex: 1;
            }
            /* Заголовок станції */
            
            .station-title {
                font-size: 48px;
                font-weight: 700;
                line-height: 1.2;
                margin-bottom: 8px;
                color: #000000;
                text-transform: uppercase;
            }
            /* Підзаголовок (назва гілки) */
            
            .station-subtitle {
                font-size: 24px;
                font-weight: 500;
                line-height: 1.3;
                margin-bottom: 24px;
                color: #444444;
            }
            /* Блок із коротким описом */
            
            .station-description p {
                font-size: 16px;
                line-height: 1.6;
                margin-bottom: 12px;
                color: #333333;
            }
            /* 5) Секція завантажень */
            
            .download-section {
                margin-top: 32px;
            }
            /* Заголовок “Завантажити постер:” */
            
            .download-title {
                font-size: 48px;
                font-weight: 600;
                margin-bottom: 12px;
                color: #000000;
                margin-top: 10%;
                text-transform: uppercase;
            }
            /* Контейнер для кнопок */
            
            .download-buttons {
                display: flex;
                gap: 16px;
                flex-wrap: wrap;
            }
            /* Стилізовані кнопки лінків */
            
            .download-button {
                display: inline-block;
                /* background-color: #8B0000; */
                background-color: var(--cat-color, var(--def-cat-color));
                /* темно-червоний */
                color: #FFFFFF;
                text-decoration: none;
                padding: 12px 54px;
                font-size: 1.5em;
                font-weight: 500;
                border-radius: 20px;
                transition: background-color 0.2s ease;
                font-family: 'GruntGrotesk';
                text-transform: uppercase;
                font-weight: bold;
                line-height: 1;
            }
            .download-buttons a:hover{
                text-decoration: none!important;
                color: #f8a73f!important;
;
            }
            .download-buttons a{
              text-decoration: none!important;   
            }
            #main #content-wrap {
                padding-bottom: 0!important;
            }
            /* 6) Права колонка з картою */
            
            .station-map {
                flex: 2;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            /* Зображення карти */
            
            .station-map__img {
                width: 100%;
                height: auto;
                display: block;
                margin-top: -150px;
                margin-right: -100px;
            }
            /* 7) Адаптивність для планшетів і мобільних (максимум 900px) */
            
            @media (max-width: 900px) {
                .station-content {
                    flex-direction: column;
                    align-items: center;
                    text-align: center;
                }
                .station-title {
                    font-size: 36px;
                }
                .station-subtitle {
                    font-size: 20px;
                    margin-bottom: 20px;
                }
                .station-description p {
                    font-size: 15px;
                    margin-bottom: 10px;
                }
                .download-buttons {
                    justify-content: center;
                }
                .station-map__img {
                    max-width: 100%;
                    margin-top: 24px;
                }
            }
            /* 8) Додаткова адаптивність для мобільних (максимум 500px) */
            
            @media (max-width: 500px) {
                .station-title {
                    font-size: 28px;
                }
                .station-subtitle {
                    font-size: 18px;
                }
                .station-description p {
                    font-size: 14px;
                }
                .download-button {
                    padding: 10px 20px;
                    font-size: 14px;
                }
            }
            
            .content-area {
                width: 100%!important;
                border-right-width: 1px;
                border-style: none;
            }
            /* 1) Скидання базових стилів */
            
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
            /* 2) Секція-контейнер */
            
            .wave-divider {
                width: 100%;
                /* Задаємо фоновий колір, якщо SVG не завантажиться */
                background-color: #E8D9CA;
                overflow: hidden;
            }
            /* 3) Обгортка для SVG, щоб масштабувати під ширину */
            
            .wave-divider__svg-wrapper {
                position: relative;
                width: 100%;
                height: 200px;
                /* Висота блоку приблизно відповідає розміру у макеті */
            }
            /* 4) Сам SVG, який тягнеться на 100% ширини */
            
            .wave-divider__svg {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }
            /* 5) Адаптивний розмір для менших екранів (якщо треба) */
            
            @media (max-width: 600px) {
                .wave-divider__svg-wrapper {
                    height: 150px;
                    /* зменшуємо висоту блоку на мобільних */
                }
            }
            /*--------------------------------*/
            /* ============================
   CSS для секції з коліями
============================ */
            /* 2) Секція-контейнер */
            
            .wave-divider {
                width: 100%;
                overflow: hidden;
                /* обрізаємо те, що виходить за межі */
            }
            /* 3) Обгортка для фону і картинки колії */
            
            .wave-divider__wrapper {
                position: relative;
                width: 100%;
                height: 200px;
                /* висота блоку на десктопі */
                /* Замість суцільного фону, робимо градієнт навпіл:
     - зверху: #FEFAF4 (50%)
     - знизу: #E8D9CA (50%) */
                background: linear-gradient( to bottom, #FEFAF4 0%, #FEFAF4 50%, #E8D9CA 50%, #E8D9CA 100%);
            }
            /* 4) Сам SVG (якщо він ще потрібен для хвилі; 
       інакше можна видалити SVG із HTML) */
            
            .wave-divider__svg {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                display: block;
                /* Тепер, якщо використовуємо тільки фон-градієнт + картинку колії, 
     SVG можна закоментувати або видалити. */
            }
            /* 5) Картинка з коліями, накладена поверх фону */
            
            .wave-divider__tracks {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
                /* картинка розтягується/обрізається під весь блок */
                display: block;
            }
            /* 6) Адаптивність: на вузьких екранах (≤600px) зменшимо висоту */
            
            @media (max-width: 600px) {
                .wave-divider__wrapper {
                    height: 150px;
                    /* мобільна висота */
                    background: linear-gradient( to bottom, #FEFAF4 0%, #FEFAF4 50%, #E8D9CA 50%, #E8D9CA 100%);
                }
            }
            /* ================================
       1) Заголовок «ФОТОГАЛЕРЕЯ»
    ================================ */
            
            .gallery-title {
                text-align: right;
                font-size: 5rem;
                font-weight: bold;
                margin-bottom: 12px;
                color: var(--cat-color, var(--cat-color-default));
                margin-right: 10%;
                font-family: 'GruntGrotesk';
                /* бордовий */
            }
            /* ================================
       2) Слайдер (контейнер)
    ================================ */
            
            .slider {
                position: relative;
                width: 100%;
                max-width: 1000px!important;
                height: 600px;
                margin: 0 auto;
                overflow: hidden;
                border-radius: 12px;
                background-color: #E8D9CA;
                /* білий «фон» слайдера */
            }
            /* ================================
       3) Обгортка для всіх слайдів
    ================================ */
            
            .slides {
                display: flex;
                width: 300%;
                /* якщо 3 слайда → 3 × 100% */
                height: 100%;
                transition: transform 0.5s ease-in-out;
            }
            /* ================================
       4) Одиночний слайд
    ================================ */
            
            .slide {
                flex: 1 0 100%;
                /* кожен слайд займає 100% ширини контейнера */
                height: 100%;
                position: relative;
            }
            /* ================================
       5) Картинка всередині слайда
    ================================ */
            
            .slide img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
                width: auto;
                margin-left: auto;
                margin-right: auto;
                /* обрізає/масштабує по центру */
            }
            /* ================================
       6) Кнопки-навігація (стрілки)
    ================================ */
            
            .slider .arrow {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                width: 48px;
                height: 48px;
                background-color: rgba(255, 102, 0, 0.8);
                /* помаранчевий напівпрозорий */
                border: none;
                border-radius: 50%;
                cursor: pointer;
                z-index: 2;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            
            .slider .arrow:hover {
                background-color: rgba(255, 102, 0, 1);
            }
            
            .slider .arrow--prev {
                left: 16px;
            }
            
            .slider .arrow--next {
                right: 16px;
            }
            
            .arrow svg {
                width: 24px;
                height: 24px;
                fill: #FEFAF4;
                /* білий значок */
            }
            
/* Lightbox overlay */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
}

/* Lightbox image, fits screen with preserved ratio */
.lightbox img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  box-shadow: 0 0 20px rgba(255,255,255,0.3);
}

/* Lightbox close button */
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}

            /* ================================
       7) Пагінація (точки) внизу
    ================================ */
            
            .pagination {
                position: absolute;
                bottom: 16px;
                left: 50%;
                transform: translateX(-50%);
                display: flex;
                gap: 8px;
                z-index: 2;
            }
            
            .pagination .dot {
                width: 12px;
                height: 12px;
                background-color: rgba(255, 102, 0, 0.5);
                border-radius: 50%;
                cursor: pointer;
                transition: background-color 0.3s;
            }
            
            .pagination .dot.active {
                background-color: #FF6600;
            }
            /* ================================
       8) Підпис до малюнка
    ================================ */
            
            .caption {
                margin-top: 12px;
                text-align: center;
                font-size: 16px;
                color: #300;
                max-width: 1000px;
                margin-left: auto;
                margin-right: auto;
                font-family: 'GruntGrotesk';
            }
            /* ================================
       9) Класи для анімації при скролі
    ================================ */
            /*
            .slide-in-right,
            .slide-in-left {
                opacity: 0;
                transform: translateX(50px);
                transition: all 0.6s ease-out;
            }
            
            .slide-in-left {
                transform: translateX(-50px);
            }
            
            .start-animation {
                opacity: 1 !important;
                transform: translateX(0) !important;
            }
                */
            /* ================================
       10) Адаптивність (екрани ≤ 768px)
    ================================ */
            
            @media (max-width: 768px) {
                .slider {
                    height: 250px;
                    /* зменшена висота */
                }
                .arrow {
                    width: 36px;
                    height: 36px;
                }
                .arrow svg {
                    width: 16px;
                    height: 16px;
                }
                .gallery-title {
                    font-size: 2rem;
                }
            }
            /* ================================================
     2) Стилі для аккордеон-контенту
  ================================================ */
            
            .accordion-content {
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.3s ease-out;
                background-color: #FEFAF4;
                /* білий фон підконтенту */
                border-radius: 0 0 12px 12px;
                padding: 0 16px;
                margin: 0 auto 20px auto;
                width: 100%;
                max-width: 1000px;
                
            }
            
            .accordion-content.open {
                /* JS додасть реальний max-height */
                padding-top: 16px;
                padding-bottom: 16px;
            }
           
            .accordion-content p {
                
                color: #333;
                line-height: 1.5;
            }
            
            @media (max-width: 768px) {
                .accordion-content {
                    padding-left: 12px;
                    padding-right: 12px;
                }
            }
            
            .rails-section {
                padding: 2rem 0;
            }
            
            .rails-svg {
                width: 100%;
                height: auto;
                display: block;
                margin: 0 auto;
            }
            
            .rails-inner img {
                fill: var(--cat-color, var(--cat-color-default));
            }
            
            .rails-inner {
                fill: var(--cat-color, var(--cat-color-default));
            }
            
            .poster-download-section {
                background-color: var(--cat-color, var(--cat-color-default));
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 2rem;
                flex-wrap: wrap;
                gap: 1rem;
                padding-top: 10%;
                padding-bottom: 10%;
            }
            
            .poster-download-title {
                color: #fff!important;
                font-size: 4.5rem;
                font-weight: bold;
                text-transform: uppercase;
                margin: 0;
                flex: 1 1 200px;
                margin-left:10%;
            }
            
            .poster-download-buttons {
                display: flex;
                flex-direction: column;
                gap: 1rem;
                flex: 1 1 300px;
                font-family: 'GruntGrotesk';
                 margin-right:10%;
                 line-height: 1;
            }
            
            .poster-download-button {
                background-color: #fef6ef;
                color: #f25c05;
                padding: 0.75rem 1.5rem;
                font-weight: bold;
                border-radius: 8px;
                text-decoration: none;
                text-align: center;
                transition: background-color 0.3s ease, transform 0.2s ease;
                font-size: 1.5em;
                font-family: 'GruntGrotesk';
                text-transform: uppercase;
            }
            
            .poster-download-button:hover {
                background-color: #f9eadd;
                transform: translateY(-2px);
            }
            
            @media (max-width: 768px) {
                .poster-download-title {
                    color: #fff!important;
                    font-size: 2.5rem;
                }
                 .poster-download-buttons {
                       margin-right:10%;
                       margin-left:10%;
                 }
                 .poster-download-title {
                      margin-left:10%;
                 }
                 article{
                     margin-bottom: -15%!important;
                 }
            }
            
            .single .entry-title {
                border-bottom: none!important;
            }
            
            .content-area {
                border-bottom: none!important;
                border: none!important;
            }
            
            #primary {
                padding: 0 !important;
            }
            
            .container {
                width: 100%!important;
                max-width: 100%!important;
            }
            
            .timeline-sections {
                background-color: #E8D9CA;
                margin-left: 10%;
                margin-right: 10%;
            }
            
            .photo img {
                border-radius: 10px;
                height: 200px;
            }
            
            .orange-line-cont {
                position: relative;
                height: 60px;
                background: linear-gradient(to bottom, var(--cat-color, var(--cat-color-default)) 50%, #0B0F0D 50%);
                overflow: hidden;
            }
            
            .orange-line-cont .metro-cont-img {
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 80%;
                height: auto;
            }
            
            .metro-cont-img {
                position: relative;
                left: 0;
                width: 80%;
                height: auto;
            }
            
            .timeline-sections li {
                list-style-type: none;
                font-weight: 100;
                font-family: 'GruntGrotesk';
                padding-right: 20px;
            }
            .timeline-title{
                padding-left: 20px;
                font-size: 1.2em;
                margin-top: 30px;
                line-height: 1;
                margin-bottom: -3px;
                padding-right:10%;
            }
            .timeline-year {
                font-weight: bold;
                font-family: 'GruntGrotesk';
             padding-left: 20px;
             padding-right: 40px;
             padding-top: -10px;
               line-height: 1.3;
               font-style: italic;
               display: block;
            }
            .timeline-description{
                line-height: 1.3;
                margin-top: -2px;
            }
    .site-footer{
        padding-top:30px;
    }
    .timeline-content{
        margin-top:-20px;
    }
    .rails-inner { 
        transform: scale(1, -1);
        
    }
    #accordionContent h1{
       font-family: 'GruntGrotesk';
       text-transform: uppercase;
       font-size:  20pt;
       color: #1b1612;
       font-weight: 700;
    }
     #accordionContent h3{
       font-family: 'GruntGrotesk';
     
       font-size:  14pt;
       color: #e8d9ca;
    }
      #accordionContent p{
       font-family: 'GruntGrotesk';
       font-size:  14pt;
      }
   #accordionContent h2{
       font-family: 'GruntGrotesk';
       font-size: 5rem;
   }
     #ocean-search-form-1{
         border-radius:20px!important;
           background-color: #E8D9CA!important;
     }
     .field{
         border-radius:20px; 
     }
    #searchform-dropdown, #icon-searchform-dropdown {
        width: 800px!important;
        background-color: transparent!important;
        right: 50px!important;
        box-shadow: none!important;
      
    }
    #searchform-dropdown, #icon-searchform-dropdown {
        border-top: none!important;
    }
    .icon-magnifier{
        -webkit-text-stroke-color: #DB5D12;
-webkit-text-stroke-width: 2px;
    }
    
   form input[type=text], form input[type=password], form input[type=email], form input[type=url], form input[type=date], form input[type=month], form input[type=time], form input[type=datetime], form input[type=datetime-local], form input[type=week], form input[type=number], form input[type=search], form input[type=tel], form input[type=color], form select, form textarea{
       min-height: 60px!important;
   }
        
    .rails-inner .col_orfnge {
        fill: #DB5D12;
    }
    #accordionContent img{
        border-radius: 20px;
    }
    i.fa.fa-bars{
        display: none;
    }
    .oceanwp-text, .oceanwp-close-text{
         font-family: 'GruntGrotesk';
         background-color: #DB5D12;
         border-radius: 10px;
         color: #fff;
         padding: 10px 60px;
         text-transform: uppercase;
         font-weight: bold;
         font-size: large;
         margin-right: 15px;
    }
     @media (max-width: 768px) {
         .train-container{
             margin-top:-20%;
         }
        #site-logo #site-logo-inner a img, #site-header.center-header #site-navigation-wrap .middle-site-logo a img{
             max-width: 160px !important;
         
         }
         .timeline-description{
         font-size:13px;    
         }
         .timeline-title{
             font-size: medium;
         }
         ul.stations.statline li{
             font-size: 15px;
             margin-right: 5%;
             margin-left: 5%;
         }
         .sidr-class-dropdown-menu li a, a.sidr-class-toggle-sidr-close, #mobile-dropdown ul li a, body #mobile-fullscreen ul li a{
             text-align: center!important;
              
         }
         ul#menu-menu-2.menu{
             margin: 10%!important;
         }
      #mobile-dropdown ul.menu li a {
  display: block;
  font-family: 'GruntGrotesk';
         background-color: #DB5D12;
  color: white;
  text-align: center;
  padding: 12px 0;
  border-radius: 8px;
  margin: 8px 0;
  font-weight: bold;
  font-size: large;
   text-transform: uppercase;
         font-weight: bold;
}

/* При наведенні */
#mobile-dropdown ul.menu li a:hover {
  background-color: #c95600; /* темніший помаранчевий */
  color: white;
}
#mobile-dropdown ul li{
    border-bottom:none!important;
}
input#ocean-mobile-search-2.field{
    border-radius: 20px;
    background: #E8D9CA;
    
}
.team-grid {
   
padding: 0px;
}
.team-card .photo1{
    border-radius: 10px;
}
.team-card{
    border-radius: 10px;
}
.soon-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* центрує блоки */
  gap: 10px; /* відступи між картинками */
}

.soon-buttons a {
  flex: 0 1 calc(50% - 10px); /* по два в ряд з урахуванням gap */
  box-sizing: border-box;
  text-align: center; /* центрує картинку всередині <a> */
}

.soon-buttons img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.stations{
 text-align: left; 
 margin-left:0;
}
.line-title1{
    font-size: xx-large;
}
.track img {
    max-width: 100%;
    height: 30em;
    display: block;
    margin-top: -20%;
   
     }
.download-title{
     font-size: 28px;
   
}
.download-button{
    border-radius: 10px;
}
.city-banner__button{
    font-size: x-large;
}
 .gallery-title{
    font-size: xx-large;  
 }

     }
     .line-title2 {
    color: #fff;
    padding: 12px 16px;
    border-radius: 10px;
    margin-bottom: 16px;
    font-family: 'GruntGrotesk';
    font-weight: 300;
    font-size: x-large;
    line-height: 1.4;
}
.red-line2 .line-title2 {
    background-color: #991a1d;
    max-width: 300px;
    margin-left:13%;
    margin-top: 5%;
}
.green-line2 .line-title2 {
    background-color: #0d5c2f;
    max-width: 300px;
    margin-left:13%;
    margin-top: 5%;
}
.blue-line2 .line-title2 {
    background-color: #004f6e;
    max-width: 300px;
    margin-left:13%;
    margin-top: 5%;
}
.statline{
    line-height: 1.2;
    
}
.statline li{
    margin-bottom: 2rem;
}
.oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-text, .oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-close-text{
    padding-right: 16px;
    padding-left:10px!important;
}
.oceanwp-close-text {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: normal !important;
}
  .lviv-metro-container {
    display: flex;
    align-items: flex-start; /* вирівнювання по верхньому краю */
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
    flex-wrap: nowrap; /* забороняє перенесення рядка */
  }

  .lviv-metro-text {
    font-family: 'GruntGrotesk', sans-serif;
    font-weight: 100;
    font-size: 15px;
    line-height: 1.5;
    flex: 1 1 50%;
  }

  .lviv-metro-text b {
    font-weight: 700;
  }

  .lviv-metro-text a {
    color: blue;
    text-decoration: underline;
  }

  .lviv-metro-image {
    flex: 1 1 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .lviv-metro-image img {
    width: 100%;
    height: auto;
    display: block;
  }

  @media (max-width: 767px) {
    .lviv-metro-container {
      flex-direction: column;
      flex-wrap: wrap;
    }
    .lviv-metro-text {
      font-size: 13px;
    }
  }