@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Roboto:wght@400;700&family=Lato:wght@400;700&family=Open+Sans:wght@400;700&display=swap";body{background-color:var(--color-body-bg);font-family:Inter,Roboto,Lato,Open Sans,sans-serif}#root{margin:0 auto;max-width:1400px;padding:0 20px;text-align:center}.language-switcher{display:inline-block;position:relative}.language-switcher select{appearance:none;background-color:var(--color-cart-bg);color:var(--color-text);border:1px solid var(--color-text);border-radius:8px;padding:.4rem 1.2rem .4rem .6rem;font-size:1rem;cursor:pointer;transition:all .3s ease;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 6 5-6H0z' fill='%23333'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:10px 6px}.language-switcher select:hover{border-color:var(--color-primary)}[data-theme=dark] .language-switcher select{background-color:var(--color-sidebar-bg);color:var(--color-text);border:1px solid var(--color-text);background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 6 5-6H0z' fill='%23eee'/%3E%3C/svg%3E")}.search{display:flex;align-items:center;gap:.5rem}.search input{flex:1;padding:.4rem .8rem;border:1px solid var(--color-text);border-radius:8px;background-color:var(--color-cart-bg);color:var(--color-text);font-size:1rem;outline:none;transition:all .3s ease}.search input:hover,.search input:focus{border-color:var(--color-primary)}.search input::placeholder{color:var(--color-text);opacity:.7}.search button{padding:.4rem 1.2rem;border-radius:8px;border:1px solid var(--color-text);background-color:var(--color-cart-bg);color:var(--color-text);font-size:1rem;cursor:pointer;transition:all .3s ease}.search button:hover{border-color:var(--color-primary);background-color:var(--color-primary-light);color:var(--color-bg)}[data-theme=dark] .search input,[data-theme=dark] .search button{background-color:var(--color-sidebar-bg);color:var(--color-text);border:1px solid var(--color-text)}@media (max-width: 768px){.search{flex-direction:column;align-items:stretch;gap:.5rem}.search button{width:100%}}.theme-toggle{background:none;border:none;cursor:pointer;font-size:1.8rem;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,color .3s ease}.theme-toggle.light svg{color:var(--color-text);filter:drop-shadow(0 0 2px rgba(0,0,0,.2)) drop-shadow(0 0 4px rgba(0,0,0,.1333333333))}.theme-toggle.dark svg{color:var(--color-text);filter:drop-shadow(0 0 4px rgba(255,255,255,.6666666667)) drop-shadow(0 0 6px rgba(255,255,255,.4))}.theme-toggle:hover{transform:scale(1.1)}.header{padding:20px;display:flex;flex-direction:column;align-items:center}.header__title{font-size:49px;color:var(--color-heading-h1);font-weight:700;line-height:1.2;margin:20px 0;text-align:center}.header__image{width:100%;max-width:1600px}.header__image img{width:100%;height:auto;display:block}.header__image{margin:20px 0}.header__menu{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1600px}.header__menu-theme,.header__menu-lang,.header__menu-search{display:flex;align-items:center}.header__menu-lang{padding-left:20px}@media (max-width: 1200px){.header__menu{flex-wrap:wrap;gap:10px;justify-content:center}.header__menu-lang{padding-left:10px}}@media (max-width: 768px){.header__title{font-size:1.5rem}.header__image{margin:10px 0}.header__menu{flex-direction:column;gap:10px;align-items:center}.header__menu-lang,.header__menu-theme,.header__menu-search{padding-left:0}}@media (max-width: 480px){.header__title{font-size:1.2rem}}.footer{background-color:var(--color-sidebar-bg);display:flex;justify-content:space-between;padding:16px 24px;border-top-left-radius:16px;border-top-right-radius:16px}.footer .footer_founders{font-size:1em;color:var(--color-text);font-weight:400;line-height:1.5;margin:0}.footer .fooer_map a{text-decoration:none;font-size:1em;color:var(--color-text);font-weight:400;line-height:1.5;margin:0}@media (max-width: 480px){.footer{flex-direction:column;align-items:flex-start}.footer .footer_founders,.footer .fooer_map a{font-size:14px;color:var(--color-text);font-weight:400;line-height:1.4;margin:0}}.home{margin-top:40px}.home__title{font-size:49px;color:var(--color-heading-h1);font-weight:700;line-height:1.2;margin:0 0 20px;text-align:center}.home__subtitle{font-size:32px;color:var(--color-heading-h2);font-weight:700;line-height:1.2;text-align:center;font-style:italic;margin:30px}.home__section{font-size:28px;color:var(--color-heading-h3);font-weight:700;line-height:1.2;text-align:center;margin:20px}.home__desc,.home__desc2{color:var(--color-text);font-style:italic;text-align:justify;font-size:16px}.home__desc2{font-weight:700}.home__countries{padding:20px;display:flex;flex-wrap:wrap;justify-content:center;gap:25px;list-style:none}.home__countries li{margin:0}.home__countries li .home__countries-btn{display:flex;flex-direction:column;align-items:center;width:300px;height:300px;background-color:#f0f0f0;border-radius:12px;overflow:hidden;text-decoration:none;color:#333;box-shadow:0 4px 6px #0000001a;transition:transform .3s,box-shadow .3s}.home__countries li .home__countries-btn:hover{transform:translateY(-5px);box-shadow:0 8px 12px #0003}.home__countries li .home__countries-btn-image{width:100%;height:85%;display:flex;align-items:center;justify-content:center;background-color:#d9d9d9}.home__countries li .home__countries-btn-image img{max-width:100%;max-height:100%;display:block}.home__countries li .home__countries-btn-title{margin-top:10px;font-size:1.2rem;font-weight:600;text-align:center}.home__worldMap{max-width:800px;margin:10px}.breadCrumbs{font-size:16px}.breadCrumbs ul{display:flex;gap:10px;list-style:none;flex-wrap:wrap}.breadCrumbs li{display:flex;align-items:center;padding:6px 14px;border-radius:6px;border:1px solid var(--color-sidebar-bg);background-color:var(--color-cart-bg);box-shadow:0 1px 3px #0000001a;transition:all .2s ease-in-out;cursor:pointer}.breadCrumbs li a,.breadCrumbs li span{font-size:1em;font-weight:400;line-height:1.5;margin:0;text-decoration:none;color:var(--color-text);transition:color .2s ease}.breadCrumbs li:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003}.breadCrumbs li:hover a,.breadCrumbs li:hover span{color:var(--color-primary)}.breadCrumbs li.active{cursor:default;box-shadow:0 2px 5px #00000026;background-color:var(--color-primary);border-color:var(--color-primary)}.breadCrumbs li.active a,.breadCrumbs li.active span{pointer-events:none;font-size:1em;color:var(--color-text);font-weight:700;line-height:1.5;margin:0;color:var(--color-body-bg)}.breadCrumbs .arrow{font-size:18px;margin:0 2px;display:flex;align-items:center;color:var(--color-text)}[data-theme=dark] .breadCrumbs .arrow{color:#ccc}[data-theme=dark] .breadCrumbs li{border:1px solid var(--color-cart-bg);background-color:var(--color-sidebar-bg);box-shadow:0 1px 3px #ffffff0d}[data-theme=dark] .breadCrumbs li a,[data-theme=dark] .breadCrumbs li span{color:var(--color-text)}[data-theme=dark] .breadCrumbs li:hover{box-shadow:0 4px 8px #ffffff1a}[data-theme=dark] .breadCrumbs li:hover a,[data-theme=dark] .breadCrumbs li:hover span{color:var(--color-primary)}[data-theme=dark] .breadCrumbs li.active{background-color:var(--color-primary);border-color:var(--color-primary)}[data-theme=dark] .breadCrumbs li.active a,[data-theme=dark] .breadCrumbs li.active span{color:var(--color-body-bg)}@media (max-width: 768px){.breadCrumbs{font-size:14px}}@media (max-width: 500px){.breadCrumbs{padding-top:60px}.breadCrumbs a,.breadCrumbs span{font-size:12px}.breadCrumbs ul,.breadCrumbs li{display:block;margin-bottom:5px}.breadCrumbs li{padding:4px 10px;box-sizing:border-box}.breadCrumbs .arrow{font-size:14px;margin:0 1px}}.map-container{width:100%;height:auto;margin:0 auto}.map-container svg{width:100%;height:auto}[data-theme=light] .map-container svg .map-shape{filter:drop-shadow(0 0 8px rgba(0,0,0,.7))}[data-theme=dark] .map-container svg .map-shape{filter:drop-shadow(0 0 8px rgba(255,255,255,.8))}.map-container svg path{fill:#d9e6f2;stroke:#333;transition:fill .3s,stroke-width .3s,filter .3s}[data-theme=light] .map-container svg path{filter:drop-shadow(0 0 3px rgba(0,0,0,.5))}[data-theme=dark] .map-container svg path{filter:drop-shadow(0 0 3px rgba(255,255,255,.6))}.map-container svg path.interactive{cursor:pointer}.map-container svg path.interactive:hover{fill:#6ca0dc;stroke-width:2}.map-container svg path.disabled{cursor:default}.map-container svg path.disabled:hover{stroke-width:2;stroke:#999}.map-container svg text{font-weight:700;fill:#0d3b66;text-anchor:middle;pointer-events:none}.map-container svg .map-label{font-size:4px}.koln-map svg .map-shape path.outer{filter:drop-shadow(0 0 8px rgba(0,0,0,.7))}.koln-map svg{width:100%;height:auto;display:block}.koln-map svg .map-shape{filter:none}.koln-map svg .map-shape path{fill:#d9e6f2;stroke:#333;stroke-width:.2;transition:fill .3s,stroke-width .3s}.koln-map svg .map-shape path.interactive{cursor:pointer}.koln-map svg .map-shape path.interactive:hover{fill:#6ca0dc;stroke-width:.7}.koln-map svg .map-shape path.disabled{cursor:default}.koln-map svg .map-shape path.disabled:hover{stroke-width:1;stroke:#bbb}.koln-map svg .map-shape path{filter:none}.koln-map svg .map-shape text{font-size:14px;font-weight:700;fill:#0d3b66;text-anchor:middle;pointer-events:none}.koln-map svg .map-shape text.map-label{font-size:4px}.country{margin-top:40px}.country__content{padding:5px}.country__map{max-width:600px;margin:0 auto}.country__breadcrumbs{margin-bottom:15px}.country__title{font-size:49px;color:var(--color-heading-h1);font-weight:700;line-height:1.2;margin:0 0 20px;text-align:center}.country__capital,.country__geography,.country__population,.country__languages,.country__administrative,.country__government,.country__currency,.country__transport,.country__climate,.country__tourism,.country__cuisine,.country__entry,.country__symbols,.country__holidays{text-align:justify;padding:3px}.country__capital-bold,.country__geography-bold,.country__population-bold,.country__languages-bold,.country__administrative-bold,.country__government-bold,.country__currency-bold,.country__transport-bold,.country__climate-bold,.country__tourism-bold,.country__cuisine-bold,.country__entry-bold,.country__symbols-bold,.country__holidays-bold{font-size:1em;color:var(--color-text);font-weight:700;line-height:1.5;margin:0}.country__capital_-text,.country__geography_-text,.country__population_-text,.country__languages_-text,.country__administrative_-text,.country__government_-text,.country__currency_-text,.country__transport_-text,.country__climate_-text,.country__tourism_-text,.country__cuisine_-text,.country__entry_-text,.country__symbols_-text,.country__holidays_-text{font-size:1em;color:var(--color-text);font-weight:400;line-height:1.5;margin:0}.country__capital-title,.country__geography-title,.country__population-title,.country__languages-title,.country__administrative-title,.country__government-title,.country__currency-title,.country__transport-title,.country__climate-title,.country__tourism-title,.country__cuisine-title,.country__entry-title,.country__symbols-title,.country__holidays-title{font-size:28px;color:var(--color-heading-h3);font-weight:700;line-height:1.2;margin:0;padding:20px;text-align:center}.country__capital-item,.country__geography-item,.country__population-item,.country__languages-item,.country__administrative-item,.country__government-item,.country__currency-item,.country__transport-item,.country__climate-item,.country__tourism-item,.country__cuisine-item,.country__entry-item,.country__symbols-item,.country__holidays-item{display:flex;align-items:flex-start;gap:5px;margin-bottom:10px}.country__capital img,.country__geography img,.country__population img,.country__languages img,.country__administrative img,.country__government img,.country__currency img,.country__transport img,.country__climate img,.country__tourism img,.country__cuisine img,.country__entry img,.country__symbols img,.country__holidays img{max-width:250px}.country__history{text-align:justify}.country__history-title{font-size:28px;color:var(--color-heading-h3);font-weight:700;line-height:1.2;margin:0;padding:20px;text-align:center}.country__history_-text{font-size:1em;color:var(--color-text);font-weight:400;line-height:1.5;margin:0}.country__photo{max-width:300px;height:auto;border-radius:8px;margin:10px 0 10px 10px;float:right}.country__photo--right{float:left;margin:10px 10px 10px 0}.country__sidebar{float:left;width:230px;border-radius:8px;box-shadow:0 0 10px #0000001a;background-color:var(--color-sidebar-bg);margin:0 20px 20px 0;color:var(--color-sidebar-text)}.country__sidebar-toggle{display:none;cursor:pointer;font-size:24px;padding:10px;-webkit-user-select:none;user-select:none}.country__sidebar-title{font-size:28px;color:var(--color-heading-h3);font-weight:700;line-height:1.2;margin:0;padding:5px}.country__sidebar-list{list-style:none;display:block;text-align:left;gap:.5rem;padding:2px}.country__sidebar-list li{padding:6px;transition:all .2s ease}.country__sidebar-link{text-decoration:none;font-size:1em;color:var(--color-text);font-weight:700;line-height:1.5;margin:0;display:block;padding:6px 10px;border-radius:6px;transition:all .2s ease;color:inherit}.country__sidebar-link:hover{text-decoration:none;box-shadow:0 4px 12px #0003;transform:translateY(-3px);background-color:#0000000d}.country__sidebar-link--disabled{cursor:default;color:gray;text-decoration:none}@media (max-width: 768px){.country__photo,.country__photo--right,.country__history-img{display:none}.country__sidebar-toggle{display:block}.country__sidebar>:not(.country__sidebar-toggle){display:none}.country__sidebar.mobile-open>:not(.country__sidebar-toggle){display:block}}@media (max-width: 500px){.country__breadcrumbs{display:block}}.regions{margin:0 auto}.regions__content{padding:5px}.regions__title{font-size:49px;color:var(--color-heading-h1);font-weight:700;line-height:1.2;margin:0 0 20px;text-align:center}.regions__map{max-width:600px;margin:0 auto 20px;height:auto;display:block}.regions__map svg{width:100%;height:auto}.regions__capital,.regions__population,.regions__area,.regions__history,.regions__economy,.regions__culture,.regions__geography,.regions__cities,.regions__rivers,.regions__tourism,.regions__notablePeople,.regions__symbols,.regions__interestingFacts{text-align:justify;padding:3px}.regions__capital-bold,.regions__population-bold,.regions__area-bold,.regions__history-bold,.regions__economy-bold,.regions__culture-bold,.regions__geography-bold,.regions__cities-bold,.regions__rivers-bold,.regions__tourism-bold,.regions__notablePeople-bold,.regions__symbols-bold,.regions__interestingFacts-bold{font-size:1em;color:var(--color-text);font-weight:700;line-height:1.5;margin:0}.regions__capital-text,.regions__population-text,.regions__area-text,.regions__history-text,.regions__economy-text,.regions__culture-text,.regions__geography-text,.regions__cities-text,.regions__rivers-text,.regions__tourism-text,.regions__notablePeople-text,.regions__symbols-text,.regions__interestingFacts-text{font-size:1em;color:var(--color-text);font-weight:400;line-height:1.5;margin:0}.regions__capital-title,.regions__population-title,.regions__area-title,.regions__history-title,.regions__economy-title,.regions__culture-title,.regions__geography-title,.regions__cities-title,.regions__rivers-title,.regions__tourism-title,.regions__notablePeople-title,.regions__symbols-title,.regions__interestingFacts-title{font-size:28px;color:var(--color-heading-h3);font-weight:700;line-height:1.2;margin:0;padding:20px;text-align:center}.regions__capital-item,.regions__population-item,.regions__area-item,.regions__history-item,.regions__economy-item,.regions__culture-item,.regions__geography-item,.regions__cities-item,.regions__rivers-item,.regions__tourism-item,.regions__notablePeople-item,.regions__symbols-item,.regions__interestingFacts-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:15px}.regions__capital img,.regions__population img,.regions__area img,.regions__history img,.regions__economy img,.regions__culture img,.regions__geography img,.regions__cities img,.regions__rivers img,.regions__tourism img,.regions__notablePeople img,.regions__symbols img,.regions__interestingFacts img{max-width:200px}.regions__foto{max-width:300px;height:auto;border-radius:8px;margin:10px 0 10px 10px;float:right}.regions__foto--right{float:left;margin:10px 10px 10px 0}.regions__sidebar{float:left;width:230px;border-radius:8px;box-shadow:0 0 10px #0000001a;background-color:var(--color-sidebar-bg);margin:0 20px 20px 0;color:var(--color-sidebar-text)}.regions__sidebar-toggle{display:none;cursor:pointer;font-size:24px;padding:10px;-webkit-user-select:none;user-select:none}.regions__sidebar-title{font-size:28px;color:var(--color-heading-h3);font-weight:700;line-height:1.2;margin:0;padding:5px;font-size:18px}.regions__sidebar-list{list-style:none;display:block;text-align:left;gap:.5rem;padding:2px}.regions__sidebar-list li{padding:6px;transition:all .2s ease}.regions__sidebar-link{text-decoration:none;font-size:1em;color:var(--color-text);font-weight:700;line-height:1.5;margin:0;display:block;padding:6px 10px;border-radius:6px;transition:all .2s ease;color:inherit}.regions__sidebar-link:hover{text-decoration:none;box-shadow:0 4px 12px #0003;transform:translateY(-3px);background-color:#0000000d}.regions__sidebar-link--disabled{cursor:default;color:gray;text-decoration:none}@media (max-width: 768px){.regions__foto,.regions__foto--right{display:none}.regions__sidebar-toggle{display:block}.regions__sidebar>:not(.regions__sidebar-toggle){display:none}.regions__sidebar.mobile-open>:not(.regions__sidebar-toggle){display:block}}.button{display:inline-block;padding:10px 20px;margin:10px 0;font-size:16px;font-family:Inter,Roboto,Lato,Open Sans,sans-serif;font-weight:600;color:var(--color-primary);background-color:var(--color-cart-bg);border:2px solid var(--color-primary);border-radius:8px;cursor:pointer;text-decoration:none;transition:all .3s ease,box-shadow .3s ease}.button:hover{background-color:var(--color-primary);color:var(--color-body-bg);box-shadow:0 4px 12px #0003;transform:translateY(-2px)}[data-theme=dark] .button{background-color:var(--color-sidebar-bg);color:var(--color-primary);border:2px solid var(--color-primary)}[data-theme=dark] .button:hover{background-color:var(--color-primary);color:var(--color-body-bg);box-shadow:0 4px 12px #fff3}.button--disabled{cursor:default;opacity:.6;pointer-events:none}.region{background-color:var(--color-cart-bg);border-radius:8px;box-shadow:0 4px 8px #0000001a;transition:box-shadow .3s ease;padding:6px;margin:10px;border:1px solid var(--color-sidebar-bg)}.region__title{font-size:28px;color:var(--color-heading-h3);font-weight:700;line-height:1.2;margin:10px}.region__container{display:flex;flex-wrap:wrap;justify-content:space-between}.region__container-list{width:230px;background-color:var(--color-cart-bg);color:var(--color-sidebar-text);list-style:none;display:block;text-align:left;margin:10px;padding:5px;box-shadow:0 4px 8px #0000001a;transition:box-shadow .3s ease}.region__container-list li{transition:all .2s ease}.region__container-list__link{text-decoration:none;font-size:1em;color:var(--color-text);font-weight:700;line-height:1.5;margin:0;display:block;padding:2px 10px;border-radius:6px;transition:all .2s ease;color:inherit}.region__container-list__link:hover{text-decoration:none;box-shadow:0 4px 12px #0003;transform:translateY(-3px);background-color:#0000000d}.region__container-list__link--disabled{cursor:default;color:gray;text-decoration:none}.region__container_desc{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;flex:1}.region__container_desc-text{padding:6px;display:flex;flex-direction:column;flex:1}.region__container_desc-text-center,.region__container_desc-text-area,.region__container_desc-text-population,.region__container_desc-text-density,.region__container_desc-text-code,.region__container_desc-text-description,.region__container_desc-text-com{text-align:left;padding:3px}.region__container_desc-text-center__bold,.region__container_desc-text-area__bold,.region__container_desc-text-population__bold,.region__container_desc-text-density__bold,.region__container_desc-text-code__bold,.region__container_desc-text-description__bold,.region__container_desc-text-com__bold{font-size:1em;color:var(--color-text);font-weight:700;line-height:1.5;margin:0}.region__container_desc-text-center__text,.region__container_desc-text-area__text,.region__container_desc-text-population__text,.region__container_desc-text-density__text,.region__container_desc-text-code__text,.region__container_desc-text-description__text,.region__container_desc-text-com__text{font-size:1em;color:var(--color-text);font-weight:400;line-height:1.5;margin:0}.region__container_desc-gerb{padding:6px;max-width:165px}.region__container_desc-gerb img{width:100%;height:auto;display:block}.district{margin-top:40px}.district__title{font-size:49px;color:var(--color-heading-h1);font-weight:700;line-height:1.2;margin:0 0 20px;text-align:center}.district__map{max-width:1000px;margin:0 auto;display:block}.district__history,.district__area,.district__population,.district__districts,.district__cities{text-align:justify;padding:3px}.district__history-bold,.district__area-bold,.district__population-bold,.district__districts-bold,.district__cities-bold{font-size:1em;color:var(--color-text);font-weight:700;line-height:1.5;margin:0}.district__history-text,.district__area-text,.district__population-text,.district__districts-text,.district__cities-text{font-size:1em;color:var(--color-text);font-weight:400;line-height:1.5;margin:0}.city{margin-top:40px}.city__container{padding:5px}.city__title{font-size:49px;color:var(--color-heading-h1);font-weight:700;line-height:1.2;margin:0 0 20px;text-align:center}.city__button{display:inline-block;padding:10px 20px;margin:10px 0;font-size:16px;font-family:Inter,Roboto,Lato,Open Sans,sans-serif;font-weight:600;color:var(--color-primary);background-color:var(--color-cart-bg);border:2px solid var(--color-primary);border-radius:8px;cursor:pointer;text-decoration:none;transition:all .3s ease,box-shadow .3s ease}.city__button:hover{background-color:var(--color-primary);color:var(--color-body-bg);box-shadow:0 4px 12px #0003;transform:translateY(-2px)}[data-theme=dark] .city__button{background-color:var(--color-sidebar-bg);color:var(--color-primary);border:2px solid var(--color-primary)}[data-theme=dark] .city__button:hover{background-color:var(--color-primary);color:var(--color-body-bg);box-shadow:0 4px 12px #fff3}.city__button--disabled{cursor:default;opacity:.6;pointer-events:none}.city__desc-general,.city__desc-population,.city__desc-area,.city__desc-postalCode,.city__desc-phone,.city__desc-officialSite,.city__desc-notablePeople,.city__desc-geography,.city__desc-interestingFacts,.city__desc-history{text-align:justify;padding:3px}.city__desc-general-bold,.city__desc-population-bold,.city__desc-area-bold,.city__desc-postalCode-bold,.city__desc-phone-bold,.city__desc-officialSite-bold,.city__desc-notablePeople-bold,.city__desc-geography-bold,.city__desc-interestingFacts-bold,.city__desc-history-bold{font-size:1em;color:var(--color-text);font-weight:700;line-height:1.5;margin:0;display:inline;text-align:justify}.city__desc-general-text,.city__desc-population-text,.city__desc-area-text,.city__desc-postalCode-text,.city__desc-phone-text,.city__desc-officialSite-text,.city__desc-notablePeople-text,.city__desc-geography-text,.city__desc-interestingFacts-text,.city__desc-history-text{font-size:1em;color:var(--color-text);font-weight:400;line-height:1.5;margin:0;display:inline;text-align:justify}.city__desc-general a,.city__desc-population a,.city__desc-area a,.city__desc-postalCode a,.city__desc-phone a,.city__desc-officialSite a,.city__desc-notablePeople a,.city__desc-geography a,.city__desc-interestingFacts a,.city__desc-history a{text-decoration:none;font-size:1em;color:var(--color-text);font-weight:700;line-height:1.5;margin:0}.city__desc-general-title,.city__desc-population-title,.city__desc-area-title,.city__desc-postalCode-title,.city__desc-phone-title,.city__desc-officialSite-title,.city__desc-notablePeople-title,.city__desc-geography-title,.city__desc-interestingFacts-title,.city__desc-history-title{font-size:28px;color:var(--color-heading-h3);font-weight:700;line-height:1.2;margin:0;padding:20px;text-align:center}.city__foto{max-width:300px;height:auto;border-radius:8px;margin:10px 0 10px 10px;float:right}.city__foto--right{float:left;margin:10px 10px 10px 0}.city .city__events{margin:2rem 0}.city .city__events h2{font-size:1.8rem;margin-bottom:1rem}.city .city__events-table{width:100%;border-collapse:collapse}.city .city__events-table thead{background-color:#f5f5f5}.city .city__events-table thead th{padding:.5rem 1rem;border-bottom:2px solid #ccc}.city .city__events-table tbody tr{border-bottom:1px solid #e0e0e0}.city .city__events-table tbody tr td{padding:.5rem 1rem;vertical-align:top;text-align:left}.city .city__events-table tbody tr a{color:#007bff;text-decoration:none}.city .city__events-table tbody tr a:hover{text-decoration:underline}.city .city__events-table th:first-child,.city .city__events-table td:first-child{width:20%}.city .city__events-table th:nth-child(2),.city .city__events-table td:nth-child(2){width:auto}.city .city__events-table th:last-child,.city .city__events-table td:last-child{width:30%;text-align:left}@media (max-width: 500px){.city .city__events-table{display:block}.city .city__events-table thead{display:none}.city .city__events-table tbody tr{display:flex;flex-direction:column;margin-bottom:1rem;border-bottom:2px solid #ccc;padding-bottom:.5rem}.city .city__events-table tbody tr td{width:100%;text-align:left;padding:.25rem 0}.city .city__events-table tbody tr td:before{content:attr(data-label);font-weight:700;display:inline-block;width:120px}}.attrCard{background-color:var(--color-cart-bg);border-radius:8px;box-shadow:0 4px 8px #0000001a;transition:box-shadow .3s ease;padding:6px;margin:10px;border:1px solid var(--color-sidebar-bg)}.attrCard__title{font-size:28px;color:var(--color-heading-h3);font-weight:700;line-height:1.2;margin:10px;font-size:1.5rem}.attrCard__rating{font-size:1em;color:var(--color-text);font-weight:400;line-height:1.5;margin:10px;font-size:15px;text-align:right}.attrCard__rating-label{color:#000}.attrCard__rating-value{color:red}.attrCard__desc{display:flex;align-items:flex-start;gap:10px}.attrCard__desc-foto{flex-shrink:0;max-width:250px}.attrCard__desc-foto img{width:250px;height:auto;border-radius:8px;box-shadow:0 4px 8px #0003;object-fit:cover}.attrCard__desc-subObjects{text-align:left;padding-left:10px}.attrCard__desc-subObjects-text{font-size:1em;color:var(--color-text);font-weight:400;line-height:1.5;margin:0;flex:1}.attrCard__desc-subObjects-bold{font-size:1em;color:var(--color-text);font-weight:700;line-height:1.5;margin:0}.attrCard__desc-info{text-align:left}.attrCard__desc-info-text{font-size:1em;color:var(--color-text);font-weight:400;line-height:1.5;margin:0;padding:10px;flex:1}.attrCard__desc-info-more{font-size:1em;color:var(--color-text);font-weight:700;line-height:1.5;margin:0;padding:10px}@media (max-width: 768px){.attrCard__desc{flex-direction:column;align-items:flex-start;gap:10px}.attrCard__desc-info-text,.attrCard__desc-info-more{padding:5px 0;text-align:left}.attrCard__title{font-size:1.3rem}}@media (max-width: 500px){.attrCard__desc{flex-direction:column;align-items:center}.attrCard__desc-foto{max-width:100%;width:100%}.attrCard__desc-foto img{width:100%;height:auto}.attrCard__desc-info-text,.attrCard__desc-info-more{padding:5px;text-align:center}.attrCard__title{font-size:1.1rem}}.attractions-filters{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.attractions-filters select{padding:8px 12px;border-radius:8px;border:1px solid #ccc;font-size:14px;background:#fff;cursor:pointer;transition:.2s ease}.attractions-filters select:hover{border-color:#7ec27e}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-tooltip.custom-popup{padding:0}.leaflet-tooltip.custom-popup .custom-popup-content{max-width:300px;font-size:12px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:4px}.leaflet-tooltip.custom-popup .custom-popup-content img{width:100%;height:auto;display:block;margin-bottom:6px;border-radius:4px;padding:4px}.leaflet-tooltip.custom-popup .custom-popup-content a{color:#050505;text-decoration:none}.leaflet-tooltip.custom-popup .custom-popup-content a:hover{text-decoration:underline}.attractions{margin:40px}.attractions__title{font-size:49px;color:var(--color-heading-h1);font-weight:700;line-height:1.2;margin:40px;text-align:center;font-size:clamp(1.8rem,5vw,3rem)}@media (max-width: 768px){.attractions__title{margin:30px 20px}}@media (max-width: 500px){.attractions__title{margin:20px 10px}}@media (max-width: 450px){.attractions__title{font-size:24px;margin:20px;word-break:break-word;line-height:1.2}}.attraction__title{font-size:28px;color:var(--color-heading-h3);font-weight:700;line-height:1.2;margin:40px}.attraction__desc{overflow:hidden}.attraction__desc-foto{float:left;max-width:350px;margin:0 15px 15px 0;border-radius:8px}.attraction__desc-foto img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 8px #0003}.attraction__desc-full_description,.attraction__desc-interestingFacts,.attraction__desc-officialSite,.attraction__desc-tickets_and_entry,.attraction__desc-address,.attraction__desc-sub_objects,.attraction__desc-theme_zones{padding:10px;flex:1;text-align:justify}.attraction__desc-full_description-title,.attraction__desc-interestingFacts-title,.attraction__desc-officialSite-title,.attraction__desc-tickets_and_entry-title,.attraction__desc-address-title,.attraction__desc-sub_objects-title,.attraction__desc-theme_zones-title{font-size:28px;color:var(--color-heading-h3);font-weight:700;line-height:1.2;margin:0;padding:10px;text-align:center}.attraction__desc-full_description-bold,.attraction__desc-interestingFacts-bold,.attraction__desc-officialSite-bold,.attraction__desc-tickets_and_entry-bold,.attraction__desc-address-bold,.attraction__desc-sub_objects-bold,.attraction__desc-theme_zones-bold{font-size:1em;color:var(--color-text);font-weight:700;line-height:1.5;margin:0;display:inline;text-align:justify}.attraction__desc-full_description-text,.attraction__desc-interestingFacts-text,.attraction__desc-officialSite-text,.attraction__desc-tickets_and_entry-text,.attraction__desc-address-text,.attraction__desc-sub_objects-text,.attraction__desc-theme_zones-text{font-size:1em;color:var(--color-text);font-weight:400;line-height:1.5;margin:0;text-align:justify;display:inline}.attraction__desc-relics,.attraction__desc-sub_objects{padding:10px;text-align:left}.attraction__desc-relics-title,.attraction__desc-sub_objects-title{font-size:28px;color:var(--color-heading-h3);font-weight:700;line-height:1.2;margin:0;padding:10px;text-align:center}.attraction__desc-relics-bold,.attraction__desc-sub_objects-bold{font-size:1em;color:var(--color-text);font-weight:700;line-height:1.5;margin:0;display:inline;text-align:justify}.attraction__desc-relics-item,.attraction__desc-sub_objects-item{display:flex;align-items:flex-start;flex-wrap:wrap;margin-bottom:20px}.attraction__desc-relics-item p,.attraction__desc-sub_objects-item p{margin:0}.attraction__desc-relics-item img,.attraction__desc-sub_objects-item img{max-width:300px;max-height:300px;width:100%;margin-right:15px;display:block;border-radius:8px;box-shadow:0 4px 8px #0003}.attraction__desc-relics-item img:first-child,.attraction__desc-sub_objects-item img:first-child{max-width:400px}.attraction__desc-relics-item .content,.attraction__desc-sub_objects-item .content{flex:1;display:flex;flex-direction:column}.attraction__desc-relics-item .attraction__desc-relics-text,.attraction__desc-sub_objects-item .attraction__desc-relics-text{font-size:1em;color:var(--color-text);font-weight:400;line-height:1.5;text-align:justify;padding-left:0;margin:0}.attraction__desc-relics-item .attraction__desc-relics-bold,.attraction__desc-sub_objects-item .attraction__desc-relics-bold{font-size:1em;color:var(--color-text);font-weight:700;line-height:1.5;margin:0 0 5px}.attraction__desc-construction_period,.attraction__desc-founder,.attraction__desc-architects{text-align:left}.attraction__desc-construction_period-bold,.attraction__desc-founder-bold,.attraction__desc-architects-bold{font-size:1em;color:var(--color-text);font-weight:700;line-height:1.5;margin:0}.attraction__desc-construction_period-text,.attraction__desc-founder-text,.attraction__desc-architects-text{font-size:1em;color:var(--color-text);font-weight:400;line-height:1.5;margin:0}.attraction__sub{font-size:28px;color:var(--color-heading-h3);font-weight:700;line-height:1.2;margin:0;padding:10px;text-align:center}.gallery{display:flex;flex-direction:column;align-items:center;max-width:100%}.gallery__thumbnails{display:flex;gap:4px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.gallery__thumbnails::-webkit-scrollbar{display:none}.gallery__thumbnails{padding:.3rem;border-radius:8px;margin-bottom:.5rem;background-color:var(--color-sidebar-bg);max-width:880px;width:100%;box-sizing:border-box}.gallery__thumb{width:100px;height:60px;object-fit:cover;cursor:pointer;opacity:.6;border:2px solid transparent;flex-shrink:0}.gallery__thumb.active{opacity:1;border-color:#007bff}.gallery__main-wrapper{display:flex;align-items:center;background-color:var(--color-sidebar-bg);border-radius:8px;padding:10px;transition:background-color .3s;max-width:880px;width:100%}.gallery__main-wrapper:hover{background-color:var(--color-sidebar-hover)}.gallery__main-wrapper .gallery__nav{width:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;background:transparent;border:none;outline:none;transition:color .3s;font-size:30px}.gallery__main-wrapper .gallery__nav:hover{color:var(--color-primary)}.gallery__main-wrapper .gallery__image-container{flex:1;display:flex;flex-direction:column;align-items:center}.gallery__main-wrapper .gallery__image-container .gallery__image{width:100%;height:auto;max-height:600px;border-radius:4px;display:block;max-width:100%;object-fit:contain}.gallery__main-wrapper .gallery__image-container .gallery__caption{margin-top:5px;font-size:1rem;text-align:center;width:100%;white-space:normal;overflow:visible;text-overflow:unset}@media (max-width: 590px){.gallery__main-wrapper{flex-direction:column}.gallery__nav{display:flex;justify-content:space-between;margin-top:5px;width:35px;height:35px;font-size:0}.gallery__nav svg{width:20px;height:20px}.gallery__image-container{flex:none;width:100%}.gallery__image{width:100%;max-width:100%;height:auto;object-fit:contain}.gallery__caption{font-size:.6rem}}.search-results__title{font-size:49px;color:var(--color-heading-h1);font-weight:700;line-height:1.2;margin:40px}.search-results span{display:block;font-weight:600;margin:1rem 0 .5rem;color:#333;font-size:1em;color:var(--color-text);font-weight:700;line-height:1.5;margin:0}.search-results ul{list-style:none;padding-left:0;margin:0 0 1rem;text-align:left}.search-results ul li{margin-bottom:.5rem;font-size:1em;color:var(--color-text);font-weight:400;line-height:1.5;margin:0}.search-results ul li>a{display:inline-block;font-weight:500;color:var(--color-primary);text-decoration:none;transition:color .2s}.search-results ul li>a:hover{color:#0056b3}.search-results ul li ul{margin-top:.25rem;padding-left:1.5rem}.search-results ul li ul li{margin-bottom:.25rem;font-size:1em;color:var(--color-text);font-weight:400;line-height:1.5;margin:0}.search-results ul li ul li:before{content:"• ";color:#999}.forma{max-width:800px}.forma .name,.forma .id,.forma .short_description,.forma .description,.forma .type,.forma .country,.forma .region,.forma .district,.forma .city,.forma .foto,.forma .subObjects,.forma .meta{margin:10px;text-align:left;padding:10px}.forma .name input,.forma .id input,.forma .short_description input,.forma .description input,.forma .type input,.forma .country input,.forma .region input,.forma .district input,.forma .city input,.forma .foto input,.forma .subObjects input,.forma .meta input{width:100%;padding:8px}.forma .name label,.forma .id label,.forma .short_description label,.forma .description label,.forma .type label,.forma .country label,.forma .region label,.forma .district label,.forma .city label,.forma .foto label,.forma .subObjects label,.forma .meta label{margin-right:5px}.forma .name select,.forma .id select,.forma .short_description select,.forma .description select,.forma .type select,.forma .country select,.forma .region select,.forma .district select,.forma .city select,.forma .foto select,.forma .subObjects select,.forma .meta select{width:60%;padding:8px}.forma .name-bold,.forma .id-bold,.forma .short_description-bold,.forma .description-bold,.forma .type-bold,.forma .country-bold,.forma .region-bold,.forma .district-bold,.forma .city-bold,.forma .foto-bold,.forma .subObjects-bold,.forma .meta-bold{width:100%;padding:8px;margin-bottom:5px}.forma .name-textarea,.forma .id-textarea,.forma .short_description-textarea,.forma .description-textarea,.forma .type-textarea,.forma .country-textarea,.forma .region-textarea,.forma .district-textarea,.forma .city-textarea,.forma .foto-textarea,.forma .subObjects-textarea,.forma .meta-textarea{width:100%;padding:10px}.forma .child-question,.forma .show-more-question,.forma .unesco,.forma .official-site{margin:10px;text-align:left;padding:10px}.forma .child-question label,.forma .show-more-question label,.forma .unesco label,.forma .official-site label{margin-right:5px}.forma .child-question input,.forma .show-more-question input,.forma .unesco input,.forma .official-site input{padding:8px}.forma .path{border:5px solid #ccc}.forma .required{color:red}.forma .note{font-size:11px;color:#2c0be9e7}.forma .prev{margin:10px;padding:10px;text-align:left;font-size:14px}.forma button{padding:10px;border-radius:5px}.forma .clear-copy{display:flex;gap:20px}.event__title{font-size:28px;color:var(--color-heading-h3);font-weight:700;line-height:1.2;margin:40px}.event__desc{overflow:hidden}.event__desc-foto{float:left;max-width:350px;margin:0 15px 15px 0;border-radius:8px}.event__desc-foto img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 8px #0003}.event__desc-full_description,.event__desc-interestingFacts,.event__desc-officialSite,.event__desc-date,.event__desc-theme_zones{padding:10px;flex:1;text-align:justify}.event__desc-full_description-title,.event__desc-interestingFacts-title,.event__desc-officialSite-title,.event__desc-date-title,.event__desc-theme_zones-title{font-size:28px;color:var(--color-heading-h3);font-weight:700;line-height:1.2;margin:0;padding:10px;text-align:center}.event__desc-full_description-bold,.event__desc-interestingFacts-bold,.event__desc-officialSite-bold,.event__desc-date-bold,.event__desc-theme_zones-bold{font-size:1em;color:var(--color-text);font-weight:700;line-height:1.5;margin:0;display:inline;text-align:justify}.event__desc-full_description-text,.event__desc-interestingFacts-text,.event__desc-officialSite-text,.event__desc-date-text,.event__desc-theme_zones-text{font-size:1em;color:var(--color-text);font-weight:400;line-height:1.5;margin:0;text-align:justify;display:inline}.event__desc-sub_objects{padding:10px;text-align:left}.event__desc-sub_objects-title{font-size:28px;color:var(--color-heading-h3);font-weight:700;line-height:1.2;margin:0;padding:10px;text-align:center}.event__desc-sub_objects-bold{font-size:1em;color:var(--color-text);font-weight:700;line-height:1.5;margin:0;display:inline;text-align:justify}.event__desc-sub_objects-item{display:flex;align-items:flex-start;flex-wrap:wrap;margin-bottom:20px}.event__desc-sub_objects-item p{margin:0}.event__desc-sub_objects-item img{max-width:300px;max-height:300px;width:100%;margin-right:15px;display:block;border-radius:8px;box-shadow:0 4px 8px #0003}.event__desc-sub_objects-item img:first-child{max-width:400px}.event__desc-sub_objects-item .content{flex:1;display:flex;flex-direction:column}.event__sub{font-size:28px;color:var(--color-heading-h3);font-weight:700;line-height:1.2;margin:0;padding:10px;text-align:center}:root{--color-body-bg: #f5f5f5;--color-sidebar-bg:#ffddb3;--color-sidebar-hover: #e6c89a;--color-cart-bg: #f7f2e8;--color-text: #333;--color-primary: #4CAF50;--color-heading-h1: #111;--color-heading-h2: red;--color-heading-h3: #222;--color-sidebar-text: #333}[data-theme=dark]{--color-body-bg: #121212;--color-cart-bg: #1e1e1e;--color-sidebar-bg: #1a1a1a;--color-sidebar-hover: #151515;--color-text: #eee;--color-primary: #4CAF50;--color-heading-h1: #E0E0E0;-color-heading-h2:red;--color-heading-h3: #B3B3B3;--color-sidebar-text: #eee}.map ul{list-style:none;padding-left:16px;text-align:left}.map ul a{text-decoration:none;font-size:1em;color:var(--color-text);font-weight:400;line-height:1.5;margin:0}@media (max-width: 400px){.map ul,.map ul ul,.map ul ul ul,.map ul ul ul ul{padding-left:8px}.map a{font-size:14px;color:var(--color-text);font-weight:400;line-height:1.4;margin:0}}
