*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    margin: 0;
}
html, body {
    height: 100%}
body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%}
input, button, textarea, select {
    font: inherit;
    color: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}
a {
    color: inherit;
    text-decoration: none;
}
#root, #__next {
    isolation: isolate;
}
:root {
    --blue-100:  #0063af;
    --blue-200:  #009cdc;
    --blue-300:  #edf3f7;
    --blue-400:  #006dc1;
    --blue-500:  #004774;
    --blue-600:  #419bd6;
    --white-100:  #fff;
    --black-100:  #000;
    --gray-100:  #797979;
    --gray-200:  #e0e0e0;
    --gray-300:  #d0d0d0;
    --gray-400:  #707070;
    --gray-500:  #959595;
    --gray-600:  #dedede;
    --green-100:  #75b629;
    --orange-100:  #ff7443;
}
.hamburger {
    position: relative;
    width: 2.6rem;
    height: 2.2rem;
}
.hamburger span {
    display: block;
    width: 100%;
    background-color: var(--white-100);
    height: 2px;
    position: absolute;
    left: 0;
}
.hamburger span:nth-child(1) {
    top: 0;
}
@font-face {
    font-family: Metropolis;
    src: url("../fonts/Metropolis-Medium.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Metropolis;
    src: url("../fonts/Metropolis-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Metropolis;
    src: url("../fonts/Metropolis-Regular.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Metropolis;
    src: url("../fonts/Metropolis-SemiBold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Metropolis;
    src: url("../fonts/Metropolis-ExtraBold.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
html {
    scroll-behavior: smooth;
    font-size: 62.5%;
    scroll-padding-top: calc(max(4vw,  5rem));
    margin-top: 0 !important;
}
body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    width: 100%;
    overflow-x: hidden;
    font-family: "Metropolis",  -apple-system,  BlinkMacSystemFont,  "Segoe UI",  Roboto,  Oxygen,  Ubuntu,  Cantarell,  "Open Sans",  "Helvetica Neue",  sans-serif;
}
.wpml-ls-legacy-list-horizontal {
    padding: 0 !important;
}
.wpml-ls-legacy-list-horizontal>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.4rem;
}
.wpml-ls-legacy-list-horizontal>ul a {
    padding: 0 !important;
}
.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem 3rem;
    border-radius: 3px;
    font-size: 1.6rem;
    font-weight: bold;
    border: 3px solid var(--blue-100);
    background-color: var(--white-100);
    color: var(--blue-100);
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease,  border-color 0.2s ease;
    transition: background-color 0.2s ease,  border-color 0.2s ease;
    text-align: left;
}
.btn:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
    background: var(--gray-300);
    border-color: var(--gray-300);
}
.btn svg {
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease,  -webkit-transform 0.2s ease;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.btn svg path {
    fill: var(--blue-100);
}
.btn--filled {
    color: var(--white-100);
    background-color: var(--blue-100);
}
.btn--filled svg path {
    fill: var(--white-100);
}
.btn--filled:not(:disabled):hover {
    background-color: var(--blue-400);
    border-color: var(--blue-400);
}
.btn:not(:disabled):hover svg {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
.btn--left:not(:disabled):hover svg {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
}
g.active {
    cursor: pointer;
}
.link-with-arrow-left svg, .link-with-arrow-right svg {
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease,  -webkit-transform 0.2s ease;
}
.link-with-arrow-left:hover svg {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
}
.link-with-arrow-right:hover svg {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
.cookies {
    position: fixed;
    bottom: 90px;
    right: 35px;
    background-color: var(--blue-100);
    border-radius: 30px 30px 30px 0;
    width: 100%;
    max-width: 620px;
    z-index: 10000;
    color: var(--white-100);
    padding: 2.5rem 4rem;
    font-size: 1.3rem;
    display: none;
}
.cookies.active {
    display: block;
}
.cookies .first {
    margin-bottom: 1.5rem;
}
.cookies .second {
    margin-bottom: 3rem;
}
.cookies .btn {
    background-color: var(--blue-200);
    border-color: var(--blue-200);
    color: var(--white-100);
    font-size: 1.5rem;
    -webkit-transition: background-color 0.2s ease,  border-color 0.2s ease;
    transition: background-color 0.2s ease,  border-color 0.2s ease;
}
.cookies .btn:hover {
    background-color: var(--blue-600);
    border-color: var(--blue-600);
}
.cookies .btn svg path {
    fill: var(--white-100);
}
@media (max-width: 752px) {
    .cookies {
    right: 20px;
    left: 20px;
    width: calc(100% - 40px);
    bottom: 150px;
    max-width: calc(100% - 40px);
    padding: 3.5rem 3rem;
}
}
.popup-bar {
    position: fixed;
    bottom: 0vw;
    left: 0;
    width: 100%;
    z-index: 4;
    background-color: var(--green-100);
    color: var(--white-100);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.2rem 0 !important;
    font-size: 1.4rem;
    gap: 2rem;
    display: none;
}
.popup-bar2 {
	text-align: center;
	font-weight: bold;
    width: 100%;
    background-color: #ff0000;
    color: var(--white-100);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.5rem;
    font-size: 2rem;
    gap: 2rem;
    display: none;
	margin-top: -1.2rem;
}

.closed {
    position: absolute;
    top: 0;
    right: 1rem;
	cursor: pointer;
}

#sprintbot-chat-btn {z-index: 95 !important;}

.alert {padding: 1.5rem 2.5rem; display: flex; background-color: #ff0000; color: var(--white-100); font-size: 1.5rem; font-weight: bold; text-align: center; border-radius: 1rem; margin-bottom: 3rem;}
.popup-bar.active, .popup-bar2.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 98;
}
.popup-bar .info, .popup-bar2 .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
}
.popup-bar .info .helpline, .popup-bar .info .accident {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1rem;
    font-weight: bold;
}
.popup-bar .info .helpline .icon, .popup-bar .info .accident .icon {
    max-width: 1.6vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.popup-bar a {
    text-decoration: underline;
}
.popup-bar a:hover {
    text-decoration: none;
}
.popup-bar .close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    border: 0 none;
    background: transparent;
    cursor: pointer;
}
.station-info {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.5);
    overflow: auto;
}
.station-info.active {
    display: block;
}
.station-info .prompt {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    background-color: var(--white-100);
    max-width: 60rem;
    display: none;
}
.station-info .prompt.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.station-info .prompt__header {
    width: 100%;
    border-bottom: 1px solid var(--gray-300);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.station-info .prompt__header__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    font-weight: 300;
    font-size: 2.2rem;
}
.station-info .prompt__header__close {
    border: 0 none;
    cursor: pointer;
    background-color: var(--blue-100);
    padding: 2rem 2.2rem;
}
.station-info .prompt__info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 8rem 2rem;
}
.station-info .prompt__info .amenities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    gap: 2rem;
}
.station-info .prompt__info .amenities__title {
    font-size: 1.6rem;
}
.station-info .prompt__info .amenities .options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    width: 100%}
.station-info .prompt__info .amenities .options .option {
    --size:  min(12.8vw,  65px);
}
.station-info .prompt__info .amenities .options .option__icon {
    width: var(--size);
    height: var(--size);
    border: 1px solid var(--gray-200);
    border-radius: 8px;
    padding: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.station-info .prompt__info .amenities .options .option__icon svg * {
    fill: var(--gray-300);
}
.station-info .prompt__info .amenities .options .option.active .option__icon {
    background-color: var(--blue-200);
}
.station-info .prompt__info .amenities .options .option.active .option__icon svg * {
    fill: var(--white-100);
}
.station-info .prompt__info .description {
    font-size: 1.5rem;
    color: var(--gray-100);
    text-align: center;
    padding-top: calc(max(5rem,  3vw));
    max-width: 45rem;
}
.station-info .prompt__footer {
    width: 100%;
    border-top: 1px solid var(--gray-300);
    padding: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media all and (min-width: 600px) {
    .station-info .prompt {
    min-height: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
}
}.full-menu {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--white-100);
    height: 100vh;
    overflow: auto;
    
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 0 0 2rem;
    top:-100%;
    -webkit-transition: all 100ms ease-in-out;
-moz-transition: all 100ms ease-in-out;
-ms-transition: all 100ms ease-in-out;
-o-transition: all 100ms ease-in-out;
transition: all 100ms ease-in-out;
}
.full-menu--open {
        background: var(--blue-100);
    opacity: 1;
    z-index: 99;
    top: 0;
    -webkit-transition: all 100ms ease-in-out;
-moz-transition: all 100ms ease-in-out;
-ms-transition: all 100ms ease-in-out;
-o-transition: all 100ms ease-in-out;
transition: all 100ms ease-in-out;
}
.full-menu .main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 13rem 2rem 0;
    gap: 7vw;
}
.full-menu .main .info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    gap: 5rem;
}
.full-menu .main .info .links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
 
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: row wrap;
    gap: 1.4rem;
}
.full-menu .main .info .links .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.6rem;
    font-size: 1.9rem;
    color: #fff;
}
.full-menu .main .info .links .link svg path {
    fill: var(--black-100);
}
.full-menu .main .image {
    background-image: url(../img/cars.webp);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    width: calc(50% + 5vw);
    margin-top: calc(min(-14rem,  -7vw));
    margin-bottom: calc(min(-14rem,  -7vw));
    margin-right: -5vw;
    display: none !important;
}
.full-menu .footer {
    padding: 0 2rem;
}
.full-menu .footer .btn {
    display: none;
}
.website {
    position: relative;
}
.header--main {
    position: fixed;
    width: 100%;
    padding-left: 2rem;
    height: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid var(--gray-200);
    background-color: var(--white-100);
    z-index: 100;
}
.header--main .motto {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--blue-100);
    font-size: 1.3rem;
    display: none;
}
.header--main .back {
    border-right: 1px solid var(--gray-200);
    height: 100%;
    margin-right: 1.2rem;
    padding: 0 1.7rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}
.header--main .logo-wrapper {
    width: 16rem;
    position: relative;
}
@media (max-width: 360px) {
    .header--main .logo-wrapper {
    width: 13rem;
}
}.header--main .logo-wrapper .logo, .header--main .logo-wrapper .logo-2 {
    width: 90%}
.header--main .wrapper {
    background-color: var(--blue-100);
    position: fixed;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 2.5rem 2rem 3.2rem;
    gap: 2.5rem;
    z-index: 10;
}
.header--main .wrapper .socials {
    display: none;
}
.header--main .wrapper .socials .social__icon {
    width: 24px;
}
.header--main .wrapper .languages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}
.header--main .wrapper .languages__language {
    color: var(--white-100);
    font-weight: 600;
    font-size: 10px;
}
.header--main .wrapper .hamburger, .popup-close {
    position: relative;
    width: 2.5rem;
    height: 1.9rem;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}
.header--main .wrapper .hamburger span, .popup-close span {
    --height:  3px;
    display: block;
    width: 100%;
    background-color: var(--white-100);
    height: var(--height);
    position: absolute;
    left: 0;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.header--main .wrapper .hamburger span:nth-child(1) {
    top: 0;
}
.header--main .wrapper .hamburger span:nth-child(4) {
    top: 100%}
.header--main .wrapper .hamburger--open span:nth-child(1), .header--main .wrapper .hamburger--open span:nth-child(4) {
    left: 50%;
    width: 0%;
    top: calc(50% - var(--height) / 2);
}
.header--main .wrapper .hamburger--open span:nth-child(2), .popup-close span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header--main .wrapper .hamburger--open span:nth-child(3), .popup-close span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup-close span:nth-child(1), .popup-close span:nth-child(4) {display: none;}
 
@media all and (min-width: 800px) {
    .header--with-motto .motto {
    display: block;
    right: 16.5rem;
}
}

@media
 all and (min-width: 1024px) {
    .header--with-motto .motto {
    right: 28.5rem;
}
}

@media
 all and (min-width: 1365px) {
    .header--with-motto .motto {
    right: 41.5rem;
    font-size: 1.4rem;
}
}.header--with-back {
    padding-left: 0;
}
.header--with-back .back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media all and (min-width: 1024px) {
    .header--with-back {
    padding-left: 2rem;
}
.header--with-back .back {
    display: none;
}
}.main {
    padding: 0 2rem;
}
.main .wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main .wrapper__image {
    width: calc(70% + 5vw);
    display: none;
    margin-right: -5vw;
    margin-top: -3rem;
    margin-bottom: -26rem;
    background-image: url(../img/cars.webp);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}
.main .hero {
    border-radius: 1rem;
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 9rem 0.5rem 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
    width: 100%;
    height: 80vh;
    min-height: 800px;
    position: relative;
    z-index: 9;
    }
    
  
    
.main .hero__image {
display: none;
    width: calc(100% + 5rem);
    background-image: url(../img/cars-mobile.webp);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    aspect-ratio: 392 / 292;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    margin-top: -6rem;
    margin-bottom: -7.5rem;
}



@media (min-width: 500px) {
    .main .hero__image {
    margin-top: -10rem;
    margin-left: calc(-5vw - 0.5rem);
    margin-right: calc(-5vw - 0.5rem);
    width: calc(100% + 10vw + 1rem);
}
}

.main .hero .btn {
        margin-top: 5rem;
}


@media (max-width: 500px) {
.main .hero .btn {
        margin-top: 1rem;
    padding: 6vw 15vw;
    font-size: 5vw;
}

.main .hero .buttons {
flex-direction: column;
}  

}

.main .hero .logo, .main .hero__description {
    display: none;
}

#hero_image_slide {height: 80vh; min-height: 800px;}
.main .hero__title {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 4.1rem;
    text-align: center;
    padding: 3rem 0 5.5rem 0;
    font-weight: bold;
        color: #fff;
}
.main .hero__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    width: 100%}
.main .hero__info__subtitle {
    text-align: center;
    font-weight: 600;
    font-size: 1.6rem;
}
.main .hero__info__caption {
    font-size: 1.4rem;
    font-weight: 300;
}
.main .hero__info .buttons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem;
    margin-top: 2rem;
}
.main .hero__info .buttons .button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 180px;
}
.main .hero__info .buttons .button.btn {
    margin: 0;
}
.main .hero__info .buttons .button__text {
    font-size: 1.5rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
    line-height: 1.8rem;
}
.main .hero__info .buttons .button__text svg {
    -webkit-transform: translateY(-1.5px);
    transform: translateY(-1.5px);
}
.plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    width: 100%}
.plan .header__title {
    font-size: 1.6rem;
    font-weight: bold;
}
.plan .controls {
    padding: 1rem 0;
    border-radius: 10px;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-size: 1.35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    background-color: var(--white-100);
    position: relative;
    z-index: 3;
}
.plan .controls .direction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    gap: 1.8rem;
    display: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.plan .controls .direction .title {
    font-weight: 300;
    color: var(--gray-100);
    display: none;
}
.plan .controls .direction .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem;
}
.plan .controls .direction--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.plan .controls .route {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    gap: 1.8rem;
    justify-self: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.plan .controls .route--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.plan .controls .route .title {
    color: var(--gray-100);
    font-weight: 300;
    display: none;
}
.plan .controls .route .config {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 1.5rem;
}
.plan .controls .route .calculate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.9rem;
    font-size: 1.65rem;
    color: var(--blue-100);
    font-weight: bold;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 0.5rem;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}
.plan .controls .route .calculate:disabled {
    cursor: not-allowed;
    color: var(--gray-200);
}
.plan .controls .route .calculate:disabled svg path {
    fill: var(--gray-200);
}
.plan .controls .route .calculate:disabled:hover svg {
    -webkit-transform: none;
    transform: none;
}
.plan .controls .route .calculate svg path {
    fill: var(--blue-100);
}
.plan .controls .show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    gap: 1.8rem;
    display: none;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.plan .controls .show--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.plan .controls .show .title {
    color: var(--gray-100);
    font-weight: 300;
    display: none;
}
.plan .controls .show .options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    width: 100%}
.plan .controls .show .options .option {
    cursor: pointer;
    --size:  min(10vw,  45px);
}
.plan .controls .show .options .option__input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.plan .controls .show .options .option__icon {
    width: var(--size);
    height: var(--size);
    border: 1px solid var(--gray-200);
    border-radius: 8px;
    padding: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.plan .controls .show .options .option__input:checked ~ .option__icon {
    background-color: var(--blue-200);
}
.plan .controls .show .options .option__input:checked ~ .option__icon svg * {
    fill: var(--white-100);
}
.plan .controls .categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    display: none;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: auto;
    overflow-x: hidden;
    margin: 0 -2rem;
}
@media (min-width: 500px) {
    .plan .controls .categories {
    margin: 0 -5vw;
}
}.plan .controls .categories.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.plan .controls .categories .title {
    color: var(--gray-100);
    font-weight: 300;
    margin-bottom: 1.8rem;
    display: none;
}
.plan .controls .categories .tabs {
    margin: 0;
    list-style-type: none;
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 27rem;
    overflow: auto;
    overscroll-behavior-inline: contain;
    -ms-scroll-snap-type: inline mandatory;
    scroll-snap-type: inline mandatory;
    padding: 0;
    width: 100%;
    border: 1px solid var(--gray-200);
    border-bottom: 0 none;
    border-radius: 10px 10px 0 0;
    overflow-y: hidden;
}
.plan .controls .categories .tabs>* {
    scroll-snap-align: center;
}
/* 
.plan .controls .categories .tabs li:first-child .tab--active {
    background-color: #01904a;
}
.plan .controls .categories .tabs li:nth-child(2) .tab--active {
    background-color: #f27120;
}

.plan .controls .categories .tabs li:nth-child(4) .tab--active {
    background-color: #ed1a25;
}
.plan .controls .categories .tabs li:nth-child(5) .tab--active {
    background-color: #01a2e1;
}
 */

.plan .controls .categories .tabs li .tab--active {
    background-color: #00518a;
}

.plan .controls .categories .tabs .tab {
    cursor: pointer;
    border: 0 none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    color: var(--gray-100);
    gap: 1rem;
    border-radius: 10px 10px 0 0;
    padding: 1rem 0.6rem;
    width: 100%;
    -webkit-transition: color 0.2s,  background-color 0.2s;
    transition: color 0.2s,  background-color 0.2s;
}
.plan .controls .categories .tabs .tab--active {
    color: var(--white-100);
}
.plan .controls .categories .tabs .tab--active img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.plan .controls .categories .active-category {
    width: 100%;
    background-color: var(--orange-100);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem;
    padding: calc(max(3rem,  5vw));
    margin: 0 1px;
    display: none;
}
.plan .controls .categories .active-category.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.plan .controls .categories .active-category:nth-child(3) {
    background-color: #01904a;
}
.plan .controls .categories .active-category:nth-child(4) {
    background-color: #f27120;
}
.plan .controls .categories .active-category:nth-child(5) {
    background-color: #00518a;
}
.plan .controls .categories .active-category:nth-child(6) {
    background-color: #ed1a25;
}
.plan .controls .categories .active-category:nth-child(7) {
    background-color: #01a2e1;
}
.plan .controls .categories .active-category .description {
    font-weight: bold;
    color: var(--white-100);
    max-width: 40rem;
    text-align: center;
}
@media (min-width: 1131px) {
    .plan .controls .categories .active-category .description {
    text-align: left;
}
}.plan .controls .categories .active-category .infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.plan .controls .categories .active-category .infos .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    gap: 0.3rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 1.5rem 1.5rem 1rem;
}
.plan .controls .categories .active-category .infos .info__label {
    color: var(--white-100);
    font-weight: 300;
    font-size: 1.3rem;
    text-align: center;
}
.plan .controls .categories .active-category .infos .info__value {
    color: var(--white-100);
    font-weight: 600;
    font-size: 1.9rem;
    white-space: nowrap;
}
.plan .controls .categories .active-category .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.5rem;
}
.plan .controls .categories .active-category .links .btn {
    border-color: var(--white-100);
    background-color: transparent;
    color: var(--white-100);
}
.plan .controls .categories .active-category .links .btn svg path {
    fill: var(--white-100);
}
.plan .map {
    width: 100%;
    overflow-x: scroll;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
/* 
    display: none;
 */
    overflow-y: hidden;
    -webkit-transition: margin-top 0.35s ease;
    transition: margin-top 0.35s ease;
    scroll-behavior: smooth;
}
.plan .map--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.plan .map .direction-warszawa, .plan .map .direction-berlin {
    opacity: 0;
}
.plan .map .direction-warszawa.visible, .plan .map .direction-berlin.visible {
    opacity: 1;
}
.plan .map svg {
    width: calc(max(1500px,  100%));
    max-width: calc(max(1500px,  100%));
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease,  -webkit-transform 0.35s ease;
    position: relative;
    -ms-flex-item-align: end;
    align-self: flex-end;
    justify-self: flex-end;
}
.plan .map svg g {
    position: relative;
}
.plan .map svg g.point-wc.visible, .plan .map svg g.point-restaurant.visible, .plan .map svg g.point-refueling.visible, .plan .map svg g.point-parking.visible, .plan .map svg g.point-hot_water.visible, .plan .map svg g.point-hotel.visible, .plan .map svg g.direction-berlin.visible, .plan .map svg g.direction-warszawa.visible {
    cursor: pointer;
}
.plan .map--warsaw svg {
    -webkit-transform: rotate(180deg) translateY(-40px);
    transform: rotate(180deg) translateY(-40px);
}
.plan .map--berlin svg {
    -webkit-transform: rotate(180deg) translateY(40px);
    transform: rotate(180deg) translateY(40px);
}
.plan .map::-webkit-scrollbar {
    width: 5px;
    height: 9px;
}
.plan .map::-webkit-scrollbar-track {
    background: var(--gray-200);
    border-radius: 10px;
}
.plan .map::-webkit-scrollbar-thumb {
    background: var(--green-100);
    border-radius: 10px;
}
.plan .routeWith {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}
.plan .routeWith--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.plan .routeWith .withs, .useful-right .withs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    justify-content: flex-start;
  
    align-items: flex-start;
    padding: calc(min(1.5vw,  4rem)) 0 calc(min(5vw,  2.5rem));
    gap: 8rem;
    border-radius: 10px;
}
.plan .routeWith .withs .with, .useful-right .withs .with {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.55rem;
    color: var(--blue-100);
    gap: 2rem;
}
.plan .routeWith .withs .with .with__link {
    padding-left: 0.7rem;
    line-height: 1.3;
}
.plan .routeWith .withs .with .with__arrow {
    display: inline;
    margin-left: 0.4rem;
}
.plan .routeWith .withs .with .with__arrow path {
    fill: var(--blue-100);
}
.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    margin-top: 4rem;
    gap: 4rem;
}

@media (max-width: 800px) {
.plan .map svg {width: 240vw; max-width:240vw; transform: rotate(-90deg)translateY(-66%); !important;}
.plan .map {
    height: 240vw;
    overflow: hidden;
    position: relative;
    width: 100%;
    }
    
}

.news {
    width: 100%}
.news .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5rem;
}
.news .header__title {
    font-size: 1.6rem;
    font-weight: 300;
}
.news .header__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem;
    color: var(--gray-100);
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 0;
}
.news .header__cta .icon svg path {
    fill: var(--gray-100);
}
.news .infos {
    margin-top: 2.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 2rem;
    overflow: auto;
    width: 100%;
    overscroll-behavior-inline: contain;
    -ms-scroll-snap-type: inline mandatory;
    scroll-snap-type: inline mandatory;
}
.news .infos>* {
    scroll-snap-align: start;
}
.news .infos .info {
    border-radius: 1rem;
    border: 1px solid var(--gray-200);
    padding: 2rem;
    max-width: 40rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%}
.news .infos .info .header {
    margin: 0;
}
.news .infos .info .header__title {
    font-weight: bold;
    font-size: 1.7rem;
}
.news .infos .info .header__icon {
    max-width: 4rem;
}
.news .infos .info .description, .news .infos .info .hashtags {
    padding: 1.7rem 0;
    color: var(--gray-100);
    font-size: 1.55rem;
    line-height: 2.25rem;
}
.news .infos .info .hashtags {
    padding: 1.4rem 0;
}
.weather {
    width: 100%}
.weather .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.weather .header__title {
    font-size: 1.6rem;
    font-weight: normal;
}
.weather .header .cities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.6rem;
    overscroll-behavior-inline: contain;
    -ms-scroll-snap-type: inline mandatory;
    scroll-snap-type: inline mandatory;
}
.weather .header .cities>* {
    scroll-snap-align: start;
}
.weather .header .cities .city {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--gray-100);
    cursor: pointer;
}
.weather .header .cities .city__label {
    opacity: 0.4;
}
.weather .header .cities .city__input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.weather .header .cities .city__input:checked ~ .city__label {
    opacity: 1;
}
.weather .infos {
    margin-top: 2.7rem;
    gap: 2rem;
    overflow: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overscroll-behavior-inline: contain;
    -ms-scroll-snap-type: inline mandatory;
    scroll-snap-type: inline mandatory;
}
.weather .infos>* {
    scroll-snap-align: start;
}
.weather .infos .info {
    padding: 2rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    border-radius: 1rem;
    border: 1px solid var(--gray-200);
    gap: 3rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14rem;
    flex: 0 0 14rem;
}
.weather .infos .info .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.weather .infos .info .icon img {
    max-width: 65%}
.weather .infos .info__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    font-size: 1.6rem;
    color: var(--gray-100);
    gap: 0.3rem;
}
.weather .infos .info__description span {
    text-align: center;
}
.weather .infos .info__description .date {
    font-weight: 600;
    color: var(--black-100);
}
.important .header {
    margin-top: 4rem;
}
.important .header__title {
    font-size: 1.6rem;
    font-weight: normal;
}
.important .infos {
    margin-top: 2.7rem;
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 80%;
    gap: 2rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: auto;
    width: 100%;
    overscroll-behavior-inline: contain;
    -ms-scroll-snap-type: inline mandatory;
    scroll-snap-type: inline mandatory;
}
.important .infos>* {
    scroll-snap-align: start;
}
.important .infos .info {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease,  -webkit-transform 0.2s ease;
    border-radius: 0.5vw;
    overflow: hidden;
    
        -moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
-webkit-box-shadow: 0 0 0px 0 #ddd;
box-shadow: 0 0 0px 0 #ddd;
}
.important .infos .info:hover {
-moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
-webkit-box-shadow: 0 0 25px 0 #ddd;
box-shadow: 0 0 25px 0 #ddd;

}
.important .infos .info__title {
    font-size: 2.4rem;
    font-weight: bold;
    color: var(--white-100);
    position: absolute;
    left: 3rem;
    top: 4rem;
    width: 85%}
.important .infos .info img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    }
.nav {
    width: 100%}
    
  
.hero_nav {display: flex; justify-content: space-between;}

@media (max-width: 1023px) {
.hero_nav  {flex-direction: column;}
}

.useful_hero h2 {color: #fff;}

.useful_hero {
    width: 20%;
}



.useful_hero .with a {
display: flex;
    width: 100%;
    background: #fff;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    border-radius: 0.3vw;
    padding: 1.5rem 0.5rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #0063af;
        -webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}

.useful_hero .with a:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}


.hero_nav .with svg , .hero_nav .with img {
    height: 3rem;
     margin-right: 0.5rem;
}

.with__link svg , .with__link img {
    height: 3rem;
     margin-right: 0.5rem;
}

.htop_l .socials svg {
    filter: grayscale(1) brightness(0) invert(1);
    opacity: 1 !important;
}

.hero_top {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.htop_r {
    display: flex;
    gap: 5rem;
}

.hr1 , .hr2 {
color: #fff;
}

.htop_r a.with__link {
    font-size: 2rem;
    font-weight: 600;
}
    
.nav .menu {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav .menu__item {
    font-size: 1.6rem;
    border-bottom: 1px solid var(--gray-300);
    padding: 2rem 1rem;
}
.nav .menu__item .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    width: 100%;
    border: 0 none;
    background-color: transparent;
    padding: 0;
    font-size: 1.4rem;
}
.nav .menu__item .text svg {
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease,  -webkit-transform 0.2s ease;
}
.nav .menu__item .submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    height: 0;
    -webkit-transition: height 0.2s ease,  -webkit-transform 0.2s ease;
    transition: height 0.2s ease,  -webkit-transform 0.2s ease;
    transition: transform 0.2s ease,  height 0.2s ease;
    transition: transform 0.2s ease,  height 0.2s ease,  -webkit-transform 0.2s ease;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
.footer .nav .menu-item  {
    font-size: 1.4rem;
    font-weight: normal;
    padding-top: 1rem;
    display: none; 
}

.footer .nav .menu-item.show {display: block;}


.footer  .nav .menu-item a {
    display: inline;
    background-image: -webkit-gradient(linear,  left top,  left bottom,  from(currentColor),  to(currentColor));
    background-image: linear-gradient(currentColor,  currentColor);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0% 1px;
    -webkit-transition: background-size 250ms ease;
    transition: background-size 250ms ease;
}
.footer  .nav .menu__item li:hover a {
    background-size: 100% 1px;
}
.nav .menu__item--active .text svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nav .menu__item--active .submenu {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    height: 100%;
    padding: 1.5rem 0;
}
.copyright {
    padding: 4rem 1.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    text-align: center;
    font-size: 1.4rem;
    color: var(--gray-400);
}
.copyright .page-id {
    display: none;
}
.copyright .link {
    text-decoration: underline;
}
.footer {
    width: 100%;
    padding: 3rem 2rem 8rem;
}
.footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 6rem 0 4.7rem;
    gap: 3rem;
    border-bottom: 1px solid var(--gray-300);
    width: 100%}
.footer .wrapper .main-logo {
    max-width: 30rem;
}
.footer .wrapper .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    font-size: 1.6rem;
    color: var(--gray-100);
}
.footer .partners {
    padding: 4.5rem 0 3.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.5rem;
}
.footer .partners .operators, .footer .partners .collaborators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: bold;
    gap: 2.4rem;
}
.footer .partners .operators .logos, .footer .partners .collaborators .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    gap: 1rem;
}
.footer .partners .operators .logos .logo, .footer .partners .collaborators .logos .logo {
    max-width: 15rem;
}
.footer .partners .operators .logos .logo.waze-logo, .footer .partners .collaborators .logos .logo.waze-logo {
    max-width: 11rem;
}
@media all and (min-width: 500px) {
    .popup-bar .info .helpline, .popup-bar .info .accident {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main, .footer {
    padding: 4rem 5vw 2rem;
}
.main .important .infos {
    grid-auto-columns: 36rem;
}
}

@media
 all and (min-width: 1024px) {
    .popup-bar {
    padding-left: 2.5rem;
}
.popup-bar .info {
    gap: 3.5rem;
}
.full-menu {
    padding: 0;
}
.full-menu .header {
    padding: 0 5vw;
}
.full-menu .main {
        background: var(--blue-100);
    padding: calc(max(14rem,  7vw)) 5vw;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.full-menu .main .info {
    gap: 12rem;
    -webkit-box-flex: 0;

    flex: 0 1 100%}
.full-menu .main .info .links {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.8rem;
    color: #fff !important;
}
.full-menu .main .info .links .link {
    font-size: 2rem;
    gap: 1rem;
 	color: #0063af;
    background: #fff;
       padding: 2rem 2rem;
        width: 18vw;
        height: 6vw;
        text-align: center;
        border-radius: 0.5vw;
        font-weight: 600;
        -webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}

.full-menu .main .info .links .link:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}

.full-menu .main .info .links .link svg {filter: invert(1)}

.full-menu .main .image {
    display: block;
}
.full-menu .main .nav .menu {
    width: 100%}
.full-menu .main .nav .menu .menu__item {
    padding: 0;
}
.full-menu .footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1rem 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid var(--gray-200);
    margin: 0;
}
.full-menu .footer .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.full-menu .footer .copyright {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 0;
}
.header--main .wrapper .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
}
.header--main .wrapper .socials .social__icon {
    width: 17px;
}
.main {
    padding: 7rem 5vw 2rem;
}
.main .wrapper__image {
    display: block;
}
.main .hero {
	z-index: 8;
    background: none;
    width: 70%;
    padding: 0;
    aspect-ratio: 960 / 736;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 2rem 0;
}
.main .hero__image {
    display: none;
}
.main .hero__title {
    color: var(--black-100);
    font-size: 4rem;
    line-height: 1.1;
    text-align: left;
    padding: 0;
    max-width: 80%}
.main .hero__description {
    font-size: 1.4rem;
    color: var(--gray-100);
    margin-top: 2rem;
    max-width: 80%;
    display: block;
}
.main .hero__info {
    display: none;
}
.main .hero__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
}
.main .plan {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 5rem;
}
.main .plan .header__title {
    font-size: 1.8rem;
    font-weight: 300;
}
.main .plan .controls {
    padding: 3rem 3.5rem;
    border: 1px solid var(--gray-200);
    margin-top: 3rem;
    margin-bottom: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.main .plan .controls .direction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main .plan .controls .direction .title {
    display: block;
}
.main .plan .controls .route {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main .plan .controls .route .title {
    display: block;
}
.main .plan .controls .route .config {
    width: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.main .plan .controls .route .calculate {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-left: 1.5rem;
}
.main .plan .controls .show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.main .plan .controls .show .title {
    display: block;
}
.main .plan .controls .categories {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin: 0;
}
.main .plan .controls .categories .title {
    display: block;
}
.main .plan .controls .categories .active-category {
    border-radius: 0 0 10px 10px;
    gap: 4rem;
}
.main .plan .map {
    display: block;
    margin-top: 4rem;
}
.main .plan .routeWith {
    display: block;
}
.main .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-top: 7rem;
}
.main .container .news .header__cta {
    font-size: 1.4rem;
    gap: 1rem;
}
.main .container .news .header__title {
    font-size: 1.8rem;
    font-weight: 300;
}
.main .container .news .infos .info {
    padding: 1.8vw 2.5vw;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%}
.main .container .weather .header__title {
    font-size: 1.8rem;
    font-weight: 300;
}
.main .container .weather .cities .city__label {
    font-size: 1.4rem;
}
.main .container .weather .infos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}
.main .important {
    margin-top: 7rem;
}
.main .important .header__title {
    font-size: 1.8rem;
    font-weight: 300;
}
.main .important .infos {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    overflow: visible;
}
.main .important .infos .info__title {
    font-size: 2rem;
}
.nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2rem;
    width: 68%}
.nav .menu__item {
    border: 0 none;
    max-width: 25rem;
    cursor: pointer;
/* 
    flex-grow: 1;
    flex-basis: 0;
 */
}
.header .nav .menu__item .text {
    font-weight: bold;
    cursor: default;
    font-size: 2rem;
    
}


.full-menu--open .nav .menu__item .text {color: #fff;}
.nav .menu__item .text svg {
    display: none;
}
.nav .menu__item .submenu {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    height: 100%;
    padding: 1.5rem 0;
    color: var(--gray-100);
}
footer.footer {
    position: relative;
    margin-top: 7rem;
    border-top: 1px solid var(--gray-200);
}
footer.footer .wrapper {
    position: absolute;
    top: 0;
    right: 5vw;
    width: auto;
    border: 0 none;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
footer.footer .wrapper .address {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
footer.footer .partners {
    padding: 5rem 0;
    gap: 5rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
footer.footer .partners .collaborators .logos {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    gap: 3rem;
}
footer.footer .partners .collaborators .logos .logo {
    max-width: 50%}
footer.footer .partners .collaborators .logos .logo.waze-logo {
    max-width: 13rem;
}
footer.footer .partners .operators .logos .logo {
    max-width: 78%}
footer.footer .partners .operators .logos .logo.waze-logo {
    max-width: 15rem;
}
footer.footer .copyright {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 2rem 5vw 5vw;
    gap: 0.5rem;
    margin: 0 -5vw;
    border-top: 1px solid var(--gray-300);
}
}

@media
 all and (min-width: 1365px) {
    .full-menu {
    padding-top: 8.8rem;
}
.full-menu .main {
    padding: 8rem 5vw;
    background: var(--blue-100);
}
.full-menu .main .info {
    -webkit-box-flex: 0;
    flex: 0 1 85%}
.full-menu .main .image {
    margin-top: -8rem;
    margin-bottom: -8rem;
}
.full-menu .footer {
    padding: 2rem 5vw;
}
.header--main {
    height: 8.8rem;
    padding-left: 5vw;
}
.header--main .logo-wrapper {
    width: 21rem;
}

.header--main .logo-wrapper {width: auto; display: flex; gap:3vw;}
.header--main .logo-wrapper img {width: 12vw; height 4vw: object-fit: cover;}


.header--main .wrapper {
    padding: 3rem 3.8rem 3rem 3.6rem;
    gap: 4rem;
}
.header--main .wrapper .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.7rem;
}
.header--main .wrapper .socials .social__icon {
    width: 22px;
}
.header--main .wrapper .languages {
    gap: 1.6rem;
}
.header--main .wrapper .languages__language {
    font-size: 1.65rem;
}
.header--main .wrapper .hamburger {
    width: 3.7rem;
    height: 2.8rem;
}
.header--main .wrapper .hamburger span {
    --height:  4.5px;
}
.main {
    padding-top: 5.5vw;
}
.main .wrapper__image {
    margin-bottom: -30rem;
}
.main .hero .logo {
    width: 25rem;
    margin-bottom: 7rem;
}
.main .hero__title {
    font-size: 8rem;
    font-weight: bold;
    letter-spacing: 1.4px;
	text-shadow: 0px 0px 40px #000;
}
.main .hero__description {
    font-size: 1.8rem;
}
.main .hero__btn {
    font-size: 2rem;
    	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
}

.main .hero__btn {
		font-size: 2.2rem;
        gap: 1rem;
        padding: 2rem 2rem;
        width: 18vw;
        height: 6vw;
        text-align: center;
        border-radius: 0.5vw;
        font-weight: 900;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
}

.main .important .infos {
    gap: 3rem;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.main .container {
    margin-top: 12.5rem;
    gap: 6rem;
}
.main .container .news .infos .info {
    padding: 1.5vw 2.2vw;
}
.main .container .weather .infos .info {
    padding: 1.6vw 2.2vw;
}
.main .important {
    margin-top: 9.5rem;
}
.main .plan {
    margin-top: 9.5rem;
}
.main .plan .controls .categories {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%}
.main .plan .controls .categories .tabs {
    grid-auto-columns: auto;
}
.main .plan .controls .categories .tabs .tab {
    padding: 2rem 1.3rem;
}
.main .plan .controls .categories .active-category {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.nav .menu {
    width: 60%;
    max-width: 85rem;
}
.footer {
    margin-top: 9.5rem;
}
.footer .partners {
    gap: 10rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.footer .partners .collaborators .logos {
    gap: 6rem;
}
}

@media
 all and (min-width: 1500px) {
    .main .hero .logo {
    margin-bottom: 9.5rem;
}
.main .hero__title {
    margin-bottom: 1rem;
}
.main .hero__description {
    margin-bottom: 1.6rem;
}
.main .important .infos {
    gap: 3.5rem;
}
}

@media
 (min-width: 1560px) {
    .main .wrapper .wrapper__image {
    margin-bottom: -23.5rem;
}
}

@media
 all and (min-width: 1584px) {
    .main .plan .map {
    overflow-x: hidden;
}
.main .plan .controls {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
}.sr-only {
    border: 0 !important;
    clip: rect(1px,  1px,  1px,  1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.sr-only-focusable:focus, .sr-only-focusable:active {
    clip: auto !important;
    -webkit-clip-path: none !important;
    clip-path: none !important;
    height: auto !important;
    margin: auto !important;
    overflow: visible !important;
    width: auto !important;
    white-space: normal !important;
}

ul.download_files {
    list-style: none;
    padding-left: 0;
}

.main .wrapper>ul.download_files {
padding-top: calc(max(3rem, 2vw));
}

.pr_site_r img {
width: 15vw;
}

@media (max-width: 1023px) {
.pr_site_r img {
width: 100%;
}
}

.sidebar ul.download_files {
display: flex;
    flex-direction: column-reverse;
}

ul.download_files li {

    font-size: 1.6rem;
    color: var(--gray-100);
    font-weight: 300;
    margin-bottom: 3px;
    line-height: 2;
}

ul.download_files li::before {display: none !important;}


ul.download_files li a.file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   
    justify-content: flex-start;
 
    align-items: flex-start;
    gap: 1rem;
}

ul.download_files li a.file .file__name {
color: var(--blue-100);
    font-size: 1.4rem;
    font-weight: bold;
}

.main .sidebar .side2 {
margin: 1vw 0 1vw 0 !important;
}

.rich_text {
	font-size: 1.2rem;
    font-weight: 300;
    color: var(--black-100);
    margin: 1vw 0;
}


ul.sidebar-menu {list-style: none; padding: 0;}

ul.sidebar-menu li {margin: 3px 0; padding: 3px; border-bottom: 1px solid #f5f5f5;}

ul.sidebar-menu  li a .menu_img {display: none;}
ul.sidebar-menu  li a  {
	color: var(--blue-100);
    font-size: 1.4rem;
    font-weight: bold;
-webkit-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
transform: translateX(0px);
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
padding-left: 0px;
}

ul.sidebar-menu  li a:hover, .current-menu-item .menu_title {
color: var(--green-100);

-webkit-transition: all 100ms ease-in-out;
-moz-transition: all 100ms ease-in-out;
-ms-transition: all 100ms ease-in-out;
-o-transition: all 100ms ease-in-out;
transition: all 100ms ease-in-out;

}

ul.sidebar-menu  .sub-menu {display: none;}

ul.rada {list-style: none;}
ul.rada li::before {display: none !important; display: flex;} 
ul.rada li {display: flex; flex-direction: column; margin: 0 0 2vw 0; padding: 0 0 2vw 0;border-bottom: 1px solid #ddd;} 




.dane {display: flex;}

.foto {width: 20%; margin-right: 5%;}
.bio {width: 75%;}
.foto img {width: 100%; obejct-fit: cover;}

.name {
    font-size: 2.4rem;
    font-weight: 300;
    color: var(--blue-100);
}

.desc {
    font-size: 1.9rem;
    font-weight: 300;
    margin-bottom: 2rem;
}


.bio {
font-size: 1.4rem; font-weight: 500;
}



/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8; } 

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  box-sizing: border-box; }

/* .mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; } */

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 80%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }


.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
 
  }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }
  
  
  .popup-close {width: 3.5rem;}
  
.team-popup-close {
 display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 1.5vw;
  right: 1.5vw;
  opacity: 0.7;
}

.team-popup-close:hover {
opacity: 1;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }



.mt5vw {margin-top: 5vw !important;}
.side-img {width: 80%;}

.teammate-content {display: flex;

padding: 3vw 3vw;
    background: #fff;
    border-radius: 0vw;
}

.teammate-content .foto {width: 25%;}
.bio-info {width: 60%;}

.popup-close span {background: #0063af;}

.teammate-content .bio {
    font-size: 1.8rem;
    width: 100%;
    }
    
    .teammate-content .name {font-size: 3rem;}

.mfp-hide {transform: scale(0);}
.mfp-ready {transform: scale(1);}
.mfp-hide, .mfp-ready {
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}


ul.ludzie {display: flex; flex-wrap: wrap; gap: 2vw; width: 100%;}
ul.ludzie {list-style: none;}
ul.ludzie li::before {display: none !important; display: flex;} 
ul.ludzie li {display: flex; flex-direction: column; margin: 0; padding: 0; width: 30%;} 

.ludzie .foto {width: 100%;}
.ludzie .foto img {height: 20vw;
    object-fit: cover; object-position: top;}
    
 .ludzie-btm {padding: 1vw;}
 
  ul.ludzie li {
 -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    border-radius: 0.5vw;
    overflow: hidden;
 }  
 
 ul.ludzie li:hover {
/* 
 -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
 */
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-box-shadow: 0 0 25px 0 #ddd;
    box-shadow: 0 0 25px 0 #ddd;
 }  
 
 
 .spolki h3 {
 color: #0063af; 
 font-size: 3rem;
    margin: 3rem 0 0;
    font-weight: 500;
 }
 
 h3.side2 {
 color: #000; 
 font-size: 2rem !important;
    margin: 4rem 0 0 !important;
    font-weight: 700;
 }
    
    
    .main .wrapper>p {font-weight: 500 !important;}
    
    
 .pas3 {
 display: flex;
 width: 49%;
height: 15vw;
    padding: 3rem 4rem;
    margin-top: 3rem;
     /* background: url('https://autostrada-a2.pl/wp-content/uploads/2024/05/highway_build.jpeg'); */
     background: url('https://www.autostrada-a2.pl/wp-content/uploads/2025/01/Grafika-Videotolling-740x460-02.jpg');

 background-size: cover;
 font-size: 2.4rem;
    font-weight: bold;
    color: var(--white-100);
 border-radius: 0.5vw;
 overflow: hidden;
 text-shadow: 0px 0px 13px #000; 
 position: relative;
 
      moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
 
 
     }  
     
     .pas3:hover {
     
     moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-box-shadow: 0 0 25px 0 #ddd;
    box-shadow: 0 0 25px 0 #ddd;
     
     }
     
     
     
.rozbudowa3pasa {
    display: flex;
    
}

span.rmb {
    position: absolute;
    bottom: 1vw;
    right: 2vw;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}



.last3pas {
display: flex;
width: 49%;
    padding: 3rem 0 0 4rem;
    gap: 2vw;
    justify-content: space-between;
    }
    
 .last3pas  article {width: 45%;}   
 
 @media (max-width: 600px) {
  .last3pas  article {width: 100%; padding: 2rem;}
  .last3pas {width: 100%; flex-direction: column; padding: 0;}
  }  
 }
 
 
.last3pas  article .article__title {
    margin: 0;
    margin-top: 0;
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--black-100);
}


.last3pas  article  .article__excerpt {
padding-top: 1.7rem;
    font-size: 1.5rem;
    color: var(--gray-100);
}


.last3pas  .article   .article__link { 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;


    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem;
    color: var(--blue-100);
    font-size: 1.4rem;
    cursor: pointer;
    margin-top: 1rem;
}
     
.main .wrapper .tabs {list-style: none;}
.calc .tabs li {position: relative;}
.calc .tabs li::before {display: none !important;}
.calc .tabs li input {
  -webkit-appearance: none;
  appearance: none;
  display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    cursor: pointer;
}

.calc .tabs li {cursor: pointer !important;

-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;

}
.calc .tabs li:hover {background: #f5f5f5; border-radius: 10px 10px 0 0;

-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;

}

.calc .tabs .tab--active, .active-category.active {
background-color: #00518a !important;
}


.c1 {background-color: #01904a;}
.c2 {background-color: #f27120;}
.c3 {background-color: #00518a;}
.c4 {background-color: #ed1a25;}
.c5 {background-color: #01a2e1;}
.c6 {background-color: #76b829;}

.main .wrapper .categories .active-category {
border-radius: 0 !important;
padding: 4vw 5vw 1vw 5vw !important;
}

.calculations {
    display: flex;
    width: 100%;
    background-color: #00518a !important;
    border-radius: 0 0 1vw 1vw;
    padding: 2vw 5vw 4vw 5vw;
    flex-direction: column;
}

.calculations h3 {font-size: 2rem; color: #ffffff; margin-bottom: 2rem;}

.from_to {
display: flex;
gap: 1vw;
    flex-wrap: wrap;

}

.calc-inn {display: flex; flex-wrap: wrap;}

/* Reset <select> defaults */
.from_to select {
  appearance: none;
  border: 0;
  outline: 0;
  background: none;
  color: inherit;
  box-shadow: none;
}
.from_to select::-ms-expand {
  display: none;
}

.from_to select {
	position: relative;
    display: flex;
    /* width: min(20rem, 90vw); */
    background: #fff;
    border-radius: 0.25rem;
    overflow: hidden;
    border-radius: 3px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1.5vw 2vw;
    line-height: 1;
    width: 15vw;
   	cursor: pointer;
  }
  
  // Select style
  select {
    flex: 1;
    padding: 1em;
    cursor: pointer;
  }
  
  .arrow {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  }
  
  .arrow img {
    width: 3vw;
}

.tab__name {
    font-weight: bold;
}

.calculated_price {
  	display: flex;
  	justify-content: center;
  	align-items: center;
}

.price {

	font-size: 4rem;
    font-weight: bold;
    color: #ffffff;
    padding: 0 2vw;

}


@media (max-width: 993px) {

.calc-inn {flex-direction: column; justify-content: center;}
.from_to {justify-content: center; margin-bottom: 5vw;}
.from_to select {width: 40vw;}
}

.pr_info  {
border: none;
    border-radius: 10px;
    margin: calc(max(2rem, 3vw)) 0 calc(max(4rem, 4vw));
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: calc(max(2rem, 2vw));

} 

.pri {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    gap: 0.2rem;
}

.pr__name {
    text-transform: uppercase;
    color: var(--green-100);
    font-weight: bold;
    font-size: 1.5rem;
}

.pr__value {
    color: var(--gray-100);
    font-size: 2rem;
    font-weight: 300;
}

.pr_site p {
    font-size: 2rem;
    font-weight: 300;
}

.pr_site {
    display: flex;
    width: 100%;
    gap: 6vw;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.pr_site_r {margin: 3rem 0 0 0;}

.upcontacts {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
    justify-content: flex-start;
    padding: 3vw 0;
}

.upcontact {
	width: 20%;
    min-width: 300px;
    font-size: 1.5rem;
    line-height: 1.5;
    color: var(--gray-100);
    }
    
    .upcontact strong {
    color: var(--blue-100);
}








.content p {
  font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 300;
    padding-top: calc(max(3rem, 2vw));
    color: var(--gray-100);
}

.content h1 {
  margin: 4rem 0;
  font-size: 2.4rem;
  font-weight: 300;
}

.content h2 {
  margin: 4rem 0;
  font-size: 2.4rem;
  font-weight: 300;
  color: var(--blue-100);
}

.content h3 {
  margin: 3rem 0;
  font-size: 1.8rem;
  font-weight: 300;
}

.content h4 {
  margin: 3rem 0;
  font-size: 1.8rem;
  font-weight: 300;
  color: var(--blue-100);
}

.content h5 {
  margin: 2rem 0;
  font-size: 1.4rem;
  font-weight: 300;
}

.content h6 {
  margin: 2rem 0;
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--blue-100);
}

.files.active {
  display: flex;
}

.files {
    list-style-type: none;
    margin: 0;
    padding: 2rem 0 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    gap: 1rem;
    list-style: none;
}

.files li::before {display: none !important;}

.files .file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1rem;
}

.files .file__name {
    color: var(--blue-100);
    font-size: 1.4rem;
    font-weight: bold;
}

.wp-block-latest-posts__list {

}

.statute > * {
    text-align: justify;
}

.form {align-items: center !important;
    padding: calc(max(2.5rem, 2vw)) !important;
}

.form a {
  transform: none !important;
  align-self: center !important;
}

.main .wrapper .statute p {
  font-size: 1.6rem !important;
}

.main .wrapper .statute a  {
  color: var(--green-100);
}

.main .wrapper .image--full {
    margin-bottom: 2vw;
}

.wpml-ls-item  a span {
  color: var(--white-100);
  font-weight: 600;
  font-size: 10px;
}

@media (min-width: 1365px) {
.wpml-ls-item  a span{
    font-size: 1.65rem;
    opacity: 0.8;
    -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.wpml-ls-item  a:hover span, li.wpml-ls-current-language a span {opacity: 1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;}

.wpml-ls-legacy-list-horizontal {
  border: 0 !important;
  padding: 0 !important;
}
}
hr {
  width: 100%;
  opacity: 0.1;
  border: none;
  height: 0.5px;
  background: #000000;
  margin-top: calc(max(1.8rem));
}

.main .wrapper>p.banner-description {text-align: justify;}

.main .wrapper .articles .article__image img {object-fit: cover;}

.main .wrapper .statute table, .main .wrapper>table, .main .wrapper>div>table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    text-align: left;
}

.main .wrapper .image img {
    border-radius: 0px;
    /* max-height: 80vh; */
    object-fit: contain;
}

.main .wrapper .image--full {
    width: 100%;
    padding-bottom: 5vh !important;
    max-width: 110rem;
    margin: auto;}

.popup-bar .info .helpline, .popup-bar .info .accident {
  font-size: 1.2vw;
  line-height: 1vw;
}

@media (max-width: 500px) {
.popup-bar .info .helpline, .popup-bar .info .accident {
  font-size: 3vw;
  line-height: 2vw;
}
.popup-bar .info .helpline .icon, .popup-bar .info .accident .icon {display: none;}
}

.popup-bar .info {gap: 1rem !important;}

.swipe-icon {display: flex; align-self: flex-end; transform: translateY(40px);}
@media (min-width: 1200px) {.swipe-icon {display: none;}}
.swipe-icon img {width: 30px; opacity: 0.3;}

.header--main {border-bottom: 0px none !important;}

@media (min-width: 1365px) {.hero__description {font-size: 1.6rem !important;}}
.hero__description {color: var(--blue-100) !important;}



@media (min-width: 1024px) {
 .main .hero__title {color: #fff !important; position: relative;}
 h1.hero__title::before {
    content: "";
    height: 100%;
    width: 6px;
    background: var(--green-100);
    display: block;
    position: absolute;
    transform: rotateZ(10deg)translateX(-35px)translateY(0);
}
}

.popup-bar .info {
  justify-content: space-around !important;
  text-align: center;
  width: 100%;
}

@media (min-width: 1365px) {
.main .sidebar .articles {
    gap: 4rem;
}
}

@media (min-width: 1024px) {
.main .sidebar .articles {
  margin: 2rem 0 !important;
}
}

.main .sidebar .articles .article__title {
  margin-top: 1rem !important;
  font-size: 1.5rem !important;
}

.main .sidebar .articles .article__excerpt {
  margin-top: 1rem !important;
  font-size: 1.3rem !important;
}

.main .wrapper, footer.footer .copyright,  footer.footer, .weather .infos .info, .plan .routeWith .withs, .main .wrapper .contact .ways {
  border: none !important;
}

.plan .controls {border-radius: 0 !important;}

.weather .infos .info .icon img {width: 45% !important;}

.infolinia {
  background-color: var(--green-100);
  color: var(--white-100);
  display: table;
  padding: 30px;
  margin-bottom: 4rem;
font-size: 2rem;
}

.main .wrapper .tabs .tab {height: 50px !important;}

.plan .controls .show .options .btn-point-aed .option__input:checked ~ .option__icon {
  background-color: #75b629;
}

.station-info .prompt__info .amenities .options .aedicon.active .option__icon {
  background-color: #75b629 !important;
}

.active .staed {
  fill:  #75b629 !important;
}



.plan .map {
position: relative;
}

.ladek-tir-counter {
    position: absolute;
    bottom: 87%;
    left: 13.5%;
}

.tc-container {
  display: flex;
  height: 7px;
  font-size: 4px;
  font-weight: bold;
  background: #079bd8;
  color: #ffffff;
  justify-content: center;
  padding: 1px 0 0 0;
  border-radius: 1px;
      filter: grayscale(1)brightness(1.5);
      clip-path: polygon(20% 2%, 100% 0%, 100% 100%, 20% 100%, 0% 50%);
      padding-left: 1.5px;

}

.tc-container.active {filter: grayscale(0)brightness(1);}

#parking-tir {fill: none;}

.xtooltip {
  display: inline;
  position: relative;
  z-index: 10;
}
.xtooltip:hover:after{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  background: #009cdc;
  border-radius: 8px;
  color: #fff;
  content: attr(title);
  margin: 10vw auto 0;
  font-size: 12px;
  padding: 10px;
  z-index: 1;
  position: absolute;
}

a {
    text-decoration: none !important;
}

/* .plan .controls .show .options .option__icon svg#parking-tir-icon  {fill: unset !important;}
.plan .controls .show .options .option__icon svg#parking-tir-icon path {fill: #fff !important;}
.plan .controls .show--active  .options .option__icon svg#parking-tir-icon path {fill: #009cdc !important;}
.show--active svg#parking-tir-icon {fill: #ffffff !important; background-color: #fff !important;}
.plan .controls .show--active  .options .option__input:checked ~ .option__icon:hover svg#parking-tir-icon {fill: #ffffff !important; background-color: #fff;}
.plan .controls .show--active  .options .option__input:checked ~ .option__icon svg#parking-tir-icon {fill: #ffffff !important; background-color: #fff;} */

.ptir {
    width: 50px;
    height: auto;
    border: 1px solid var(--gray-200);
    border-radius: 8px;
    padding: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--blue-200);
    margin: 0 15px 0 0;
}

.ptirh {
  display: flex;
  align-items: center;
  text-align: left;
}

.plan .controls .show .options .btn-point-aed .option__icon svg *{fill:var(--gray-300)}
.plan .controls .show .options .btn-point-restaurant .option__icon svg *{fill:var(--gray-300)}
.option__input:checked .xst1 {fill: var(--blue-200) !important;}

.tir_st5 {fill: #fff;}
.tir_st2 {fill: #fff;}
.tir_st7 {fill: #d0d0d0;}
.plan .controls .show .options .option__input:checked ~ .option__icon svg .xst1 {fill: var(--blue-200) !important;}
.active .tir_st7 {fill: #fff;}
.active .tir_st5 {fill: var(--blue-200);}
.active .tir_st2 {fill: var(--blue-200);}

.ptir_ilosc {
    font-size: 24px;
    text-align: right;
    padding-left: 3%;
    margin-left: 3%;
    border-left: 3px solid var(--blue-200);
}

.station-info .prompt__info .amenities .options {
  width: 90% !important;
  justify-content: space-between !important;
}

.location-info--inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.main .wrapper .categories .active-category:nth-child(8), .plan .controls .categories .active-category:nth-child(8) {
	background-color: #76b829;
}

.main .wrapper .categories .tabs .tab--active:nth-child(6), .plan .controls .categories .tabs li:nth-child(6) .tab--active {
	background-color: #76b829;
}

/* 
.main .wrapper .categories .tabs .tab:nth-child(6), .plan .controls .categories .tabs li:nth-child(6) .tab {
	display: none;
}
 */

.social--twitter {display: none !important;}

/* 
.info--awsa h3.header__title, .page-template-template-socials .infos h3.info__title  {
    display: none;
}
 */
 
 .header__title_location {
 font-size: 1.6rem;
    font-weight: 600;
}
 }

/* 
.main .wrapper__image {
	
	width: 100%  !important;
	background-size: contain  !important;
}

@media all and (max-width: 1023px) {
	.page-id-1914 .main .hero__image {background-image: url(../img/en_a2_www_christmas_m.jpg) !important; background-position: center top; aspect-ratio: 392 / 392; margin-bottom: 0;}
	.page-id-25 .main .hero__image {background-image: url(../img/pl_a2_www_christmas_m.jpg) !important; background-position: center top; background-position: center top; aspect-ratio: 392 / 392; margin-bottom: 0;}
	}

@media all and (min-width: 1024px) {
.page-id-1914 .main .wrapper__image {background-image: url(../img/en_a2_www_christmas.png) !important;}
.page-id-25 .main .wrapper__image {background-image: url(../img/pl_a2_www_christmas.png) !important;}
}
 */

@media all and (max-width: 1023px) {
.main .hero__image {background-position: center top; aspect-ratio: 392 / 392; margin-bottom: 0 !important;}

}

.useful {display: flex; justify-content: space-between;
width: 100%;

}

.useful-left {width: 30%;}
.useful-right {width: 70%;}

.useful-right a {
font-weight: bold;
    font-size: 2rem;
    color: var(--blue-100);
}

.with svg {width: 1.5vw;}

.spolki {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
}

.spolki .logo-spolki {
width: 20vw;
height: 6vw;
object-fit: contain;
}

.link-spolki {
padding: 4vw;
/* border: 1px solid var(--gray-200); */
    border-radius: 10px;
    display: flex;
    -moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
-webkit-box-shadow: 0 0 0px 0 #ddd;
box-shadow: 0 0 0px 0 #ddd;
}

.link-spolki:hover {
-moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
-webkit-box-shadow: 0 0 25px 0 #ddd;
box-shadow: 0 0 25px 0 #ddd;
}

.about-menu {display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 1vw;}
.about-menu .sub-menu {display: none;}
ul.about-menu  {padding: 0; margin: 0; list-style: none;}
.about-menu li {
width: 28vw;
height: 17vw;
display: flex;
flex-direction: row-reverse;
border: 1px solid var(--gray-200);
border-radius: 10px;
margin-bottom: 0;
overflow: hidden;
positon: relative;
}

.about-menu li a {width: 100%;
display: flex;
flex-direction: column-reverse;
position:relative;


}


.about-menu li {

    -moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
-webkit-box-shadow: 0 0 0px 0 #ddd;
box-shadow: 0 0 0px 0 #ddd;

}

.about-menu li:hover {

-moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
-webkit-box-shadow: 0 0 25px 0 #ddd;
box-shadow: 0 0 25px 0 #ddd;

}

.about-menu li img {
width: 100%;
height: 17vw;
object-fit: cover;
filter: brightness(1);
}




.about-menu {

.current-menu-item {display: none;}
}

.about-menu .menu_title {
font-size: 1.4vw;
line-height: 1.2;
color: #fff;
font-weight: bold;
position: absolute;
bottom: 2vw;
left: 2vw;
z-index: 2;
max-width: 70%;
}

.about_intro {
padding-top: 4vw;
}

.about_intro p {
font-weight:500;
font-size: 1.7rem !important;
line-height: 1.5;
}

.pt0 {padding-top: 0 !important;}


.footer .menu-item img {display: none;}

.full-menu.full-menu--open li a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    opacity: 0.8;
}

.full-menu.full-menu--open li a:hover {
    color: #fff;
    opacity: 1;
}


@media (min-width: 800px) and (max-width: 1024px) {

.about-menu li  {
width: 48%;
height: 20vw;
}

.about-menu li img {
width: 100%;
height: 20vw;
}

.about-menu .menu_title {
    font-size: 2.6;
    line-height: 1.2;
    bottom: 2vw;
    left: 2vw;
}

.also {
	display: none;
}

}

@media (max-width: 799px) {

.about-menu li  {
width: 100%;
height: 40vw;
}

.about-menu li img {
width: 100%;
height: 40vw;
}

.about-menu .menu_title {
    font-size: 5vw;
    line-height: 1.2;
    bottom: 4vw;
    left: 4vw;
}

.also {
	display: none;
}

}


.also {

padding: 3vw 0;

}

.also p {font-size: 1vw; margin-bottom: 1vw;}
.also a {
padding: 1vw 2vw;
/* 
border: 1px solid var(--gray-200);
 */
border-radius: 10px;
display: flex;
margin-bottom: 1vw;
    -moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
-webkit-box-shadow: 0 0 0px 0 #ddd;
box-shadow: 0 0 0px 0 #ddd;
}

.also a:hover {
-moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
-webkit-box-shadow: 0 0 25px 0 #ddd;
box-shadow: 0 0 25px 0 #ddd;
}

.also a img {width: 100%; height: 5vw; object-fit: contain;}

.now_on {
dispay: flex; 
position: relative;
font-size: 2rem !important;
color: var(--green-100);
font-weight: bold;
}



.now_on::before {
	content: "";
    height: 100%;
    width: 3px;
    background: var(--green-100);
    display: block;
    position: absolute;
    transform: rotateZ(10deg) translateX(-500%);
}

.weather {display: none;}

 .socials-footer .social__icon{
    height: 25px;
    opacity: 0.7;
    -webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}

.socials-footer .social__icon:hover {
	opacity: 1;
	-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}


 .socials-footer .socials {
    display: flex;
    gap: 2vw;
}

#hero_image_slide {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    /* height: 100vh; */
    display: flex;
    }
    
#hero_image_slide .bgvid  {width: 100%; object-fit: cover;}

    
#hero_image_slide::after {
content: '';
width: 100%;
height: 100%;
display: flex;
background: #000000;
opacity: 0.2;
position: absolute;
}  

.buttons {
    display: flex;
    gap: 2vw;
}

.main .wrapper .programs .article__image {display: block !important; margin-bottom: 25px;}

.programs .article__image img {
width: 100%;
    height: auto;
    aspect-ratio: 37 / 23;
    object-fit: cover;
}

.main .wrapper .programs .article {max-width: 42rem !important;}

.w100 {width: 100%;}


@media (min-width: 1365px) { 
.hero_buttons .btn {
padding: 2rem 3rem;
font-size: 2.5rem !important;
}

}

.useful-right {display: flex; justify-content: space-evenly;}

.socials {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 3.5rem;
}
.socials .social2, .socials .social  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    width: calc(100vw - 4rem);
}

@media (max-width: 1024px) { 
.socials .social2, .socials .social {
flex-direction: row;
}

.socials .social__heading2 , .socials .social__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
        margin-bottom: 3vw;
}
.socials .social__title2, .socials .social__title {
    font-size: 1.8rem;
}
.socials .social--now2 .infos2 .info__title2 , .socials .social--now .infos .info__title {
    color: var(--green-100);
}
.socials .social--twitter .infos2 .info__title2 {
    color: var(--blue-600);
}
.socials .social2 .infos2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 2rem;
    overflow: auto;
    width: 100%;
    overscroll-behavior-inline: contain;
    -ms-scroll-snap-type: inline mandatory;
    scroll-snap-type: inline mandatory;
}
.socials .social2 .infos2 > * , .socials .social .infos > *  {
    scroll-snap-align: start;
}
.socials .social2 .infos2 .info2 , .socials .social .infos .info {
    border-radius: 1rem;
    border: 1px solid var(--gray-200);
    padding: 2rem;
    max-width: 40rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
}
.socials .social2 .infos2 .info__title2, .socials .social .infos .info__title  {
    font-weight: bold;
    font-size: 1.7rem;
}
.socials .social2 .infos2 .info2 .description2,
.socials .social .infos .info .description {
    padding: 1.7rem 0;
    color: var(--gray-100);
    font-size: 1.55rem;
    line-height: 2.25rem;
}
.socials .social2 .infos2 .info2 .hashtags {
    padding: 1.4rem 0;
}

.socials {display: flex !important;}
.social , .social2 {
  flex-grow: 1;
  flex-basis: 0;
  width: 45% !important;
}

@media (max-width: 1024px) {
.socials {flex-direction: column;}
.footer .socials, .socials-footer .socials {flex-direction: row; justify-content: center;}
.socials .social__heading2, .socials .social__heading  {margin-bottom: 6rem;}
.social, .social2 {width: 100% !important;}
.socials-footer .socials .social {align-items: center; flex-grow: unset;}
.rozbudowa3pasa {flex-direction: column;}
.hero_top {flex-wrap: wrap; justify-content: center; flex-direction: column;}
.htop_r {
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 3rem;
    justify-content: center;
    flex-direction: column;
        text-align: center;
    
}
.plan {margin-top: 10vw;}
.hero_nav .menu__item .text {
    gap: 1rem;
    filter: invert(1);
    justify-content: center;
    }
    
    .hero_nav .menu {text-align: center;}
.full-menu .main .info .links {flex-direction: column; justify-content: center;}
.useful_hero {
    width: 100%;
    margin: 2rem 0;
    text-align: center;
}
.useful_hero {
    width: 50%;
    margin: 2rem auto;
    text-align: center;
}
.pas3 {
    display: flex;
    width: 100% !important;
    height: 45vw !important;
    padding: 3rem !important;}
.last3pas {width: 100%!important;}
.useful {display: none;}
}

@media (min-width: 1024px) {
    .socials .social2 .infos2, .socials .social .infos {
        margin: 0;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem 3.5rem;
    }
}

.infos2 article:nth-child(n+5) {
    display: none;
}

#map-overlay image {
    cursor: pointer;
}

.doclinks {display: flex;}
.doclinks a {width: 30%; padding: 1%; border: 1px solid #ccc; margin: 1%;

    -moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
-webkit-box-shadow: 0 0 0px 0 #ddd;
box-shadow: 0 0 0px 0 #ddd;
}
.doclinks a:hover {
-moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
-webkit-box-shadow: 0 0 25px 0 #ddd;
box-shadow: 0 0 25px 0 #ddd;
}

.about_intro h2 {font-size: 2rem; color: var(--blue-100); margin-bottom: 2rem;}

.main .wrapper .gallery {
display: flex !important;
flex-wrap: wrap !important;
}

#gallery-1 .gallery-item {width: 30% !important; min-width: 300px;}
#gallery-1 img {
    border: 2px solid #cfcfcf;
    object-fit: cover;
}
#gallery-1 {width: 100% !important;}

li.none-list::before {display: none !important;}