.stations-wrapper .single-station.coming-soon {
    font-size: 24px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #00B0F2;
    justify-content: center;
    align-items: center;
    padding: 20px;
	order: 10;
}

.stations-wrapper .show.coming-soon {
    display: flex !important;
}


.station_box_h_row {
    display: flex;
    align-items: center;
    gap: 4px;
}
.station_box_h_row img {
    width: 14px;
    height: 14px;
    filter: invert(63%) sepia(63%) saturate(5109%) hue-rotate(163deg) brightness(101%) contrast(101%);
    display: block;
    object-fit: contain;
}
.station_box_h_row span,
.station_box_h_row p {
    font-family: M-bold;
    font-size: 14px;
    color: #00B0F2;
}
.station_box_lower_row {
    display: flex;
    align-items: center;
    gap: 4px 10px;
    flex-wrap: wrap;
}
.station_box_h_row.nofilter img {
    filter: initial;
}


div.stations-wrapper .show {
    display: flex !important;
}
div.stations-wrapper .single-station {
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    flex-direction: column;
    border-radius: 7px;
    min-height: 122px;
}
.station_lower_part {
    min-height: 43px;
    display: flex;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: auto;
    padding-top: 10px;
}
.slp_left {
    background: #F0F5F9;
    border: 1px solid #9DAFBE;
    border-radius: 0 0 7px 7px;
    padding-left: 16px;
    padding-right: 10px;
    width: 100%;
    font-weight: 400;
    color: #3B4A57;
}
.slp_right {
    background: #10A9EC;
    border: 1px solid #9DAFBE;
    border-radius: 0 0 7px 0;
    width: 132px;
    flex-shrink: 0;
    font-weight: 500;
    color: white;
    justify-content: center;
    padding: 0 4px;
}
.slp_left, .slp_right {
    display: flex;
    align-items: center;
    gap: 5px;
    border-width: 1px 0 0 0;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}


div.stations-wrapper .single-station.coming-soon {
    background: white;
    padding: 0;
    justify-content: center;
    align-items: center;
}
.ss_soon_box {
    background: #10A9EC;
    border: 1px solid #9DAFBE;
    border-radius: 7px;
    padding: 9px 32px;
    font-weight: 500;
    font-size: 16px;
    color: white;
    text-transform: initial;
    margin: auto 0 auto 0;
}
div.stations-wrapper .single-station.coming-soon .station_lower_part {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    min-height: 33px;
}
.single-station.coming-soon .station_lower_part img,
.single-station.coming-soon .station_lower_part p,
.single-station.coming-soon .station_lower_part span {
    opacity: 0.26;
}
.single-station.coming-soon .station_lower_part .slp_right img {
    opacity: initial;
    filter: invert(1);
}
.single-station.coming-soon .station_lower_part .slp_right {
    background: #F0F5F9;
    color: #3B4A57;
    border-width: 1px 0 0 1px;
}

@media (max-width: 400px) {
    .slp_right {
        width: auto;
    }
}

.opened-station .left .stations-wrapper-single .single-station {
    min-height: initial;
}




.stations div.stations-wrapper .single-station {
    padding: 0;
}
.stations div.stations-wrapper .single-station .ss_upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    flex-shrink: 0;
    background: #F0F5F9;
    border-radius: 7px 7px 0 0;
    height: 46px;
    padding: 0 0 0 29px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.24);
}
.stations div.stations-wrapper .single-station .ss_upper .ss_upper_icon_box {
    border-left: 1px solid #9DAFBE;
    transition: ease-in-out 0.25s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 70px;
    height: 100%;
}
.stations div.stations-wrapper .single-station img {
    object-fit: contain;
    min-width: 13px;
}
.stations div.stations-wrapper .single-station .ss_upper .ss_upper_icon_box:hover {
    background: #10A9EC;
}
.stations div.stations-wrapper .single-station .ss_upper .ss_upper_icon_box:hover img {
    filter: brightness(0) saturate(100%) invert(1);
}
.stations div.stations-wrapper .single-station .ss_row {
    min-height: 35px;
    height: 100%;
    padding: 12px 29px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.24);
}
.stations div.stations-wrapper .single-station .ss_row:last-of-type {
    border-bottom: 0;
}


.stations div.stations-wrapper .single-station .ss_upper p {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #10A9EC;
    margin: 0;
}
.stations div.stations-wrapper .single-station .ss_row p {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #3B4A57;
    margin: 0;
}

.stations div.stations-wrapper .single-station.coming-soon {
    flex-direction: column-reverse;
}
.stations div.stations-wrapper .single-station.coming-soon .station_lower_part {
    min-height: 46px;
}
.stations div.stations-wrapper .single-station.coming-soon .slp_left {
    border-width: 0 0 1px 0;
    border-radius: 7px 7px 0 0;
    padding-left: 29px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.24);
}

.contact-form {
    justify-content: center;
}

.abp_page {
    padding: 156px 0 0 0;
}
section.abp_initial {
    padding: 0 0 32px 0;
}
section.abp_initial .container {
    max-width: 1040px;
}
section.abp_initial p {
    text-align: center;
    font-size: 16px;
    line-height: 1.5em;
    color: #435362;
}



section.abp_2_row {
    background: transparent linear-gradient(90deg, #3672DD 0%, #2E4C81 100%) 0% 0% no-repeat padding-box;
    padding: 40px 0;
}
.abp_2_row .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1240px;
    gap: 20px;
}
.abp_2_row .block_left {
    width: 100%;
    max-width: 472px;
}
.abp_2_row .block_left p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6em;
    color: white;
    margin: 0 0 0.6em 0;
}
.abp_2_row .block_right img {
    display: block;
    width: 100%;
    max-width: 575px;
    object-fit: cover;
}

section.abp_ozone {
    padding: 50px 0;
}
.ozone_highlight {
    width: fit-content;
    padding: 20px 90px;
    background: transparent linear-gradient(90deg, #3672DD 0%, #2E4C81 100%) 0% 0% no-repeat padding-box;
    margin: 36px auto 50px auto;
    border-radius: 6px;

    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: white;
}

.ozone_points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
.ozone_points > div {
    width: 100%;
    display: flex;
    gap: 15px;
}
.ozone_points > div img {
    display: block;
    width: 22px;
    height: 22px;
    margin: 4px 0 0 0;
}
.ozone_points > div p {
    max-width: 400px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5em;
    color: #435362;
    margin: 0;
}
.ozone_text {
    margin: 78px auto 0 auto;
    max-width: 1016px;
}
.ozone_text p {
    font-size: 16px;
    line-height: 1.5em;
    color: #435362;
    margin: 0 0 2.5em 0;
}
.ozone_text h3 {
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    color: #435362;
}

@media (max-width: 1200px) {
    .abp_2_row .container {
        flex-direction: column-reverse;
    }
}
@media (max-width: 768px) {
    .abp_page {
        padding: 100px 0 0 0;
    }
    .ozone_points {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .ozone_highlight {
        padding: 20px;
        font-size: 16px;
    }
    .ozone_points > div p {
        font-size: 16px;
    }
    .ozone_text {
        margin: 50px 0 0 0;
    }
}

.ss_new_offer {
    text-align: left;
    background: initial;
    font-weight: 500;
    font-size: 12px;
    color: #339B77;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    cursor: pointer;
}
.stations div.stations-wrapper .single-station .ss_new_offer img {
    width: 8px;
    height: 8px;
}
div[id^="station_offer_popup"],
#ks_global_popup {
    padding: 0;
}
div[id^="station_offer_popup"] img,
#ks_global_popup img {
    display: block;
    width: 100%;
    max-width: 100%;
}

#logo-grandem-svg-wrap {
    width: 80px;
    height: 30px;
    background: #4c9ded;
    border-radius: 4px;
    padding: 4px 8px;
}
@media (max-width: 768px) {
    #logo-grandem-svg-wrap {
        margin: 0 0 0 10px;
        padding: 0;
        width: 67px;
        height: 26px;
    }
}



@media (max-width: 768px) {
    html .semiopacity-main-wrapper .semiopacity-image .top-semiopacity h1, .semiopacity-main-wrapper .semiopacity-image .top-semiopacity p {
        text-align: left !important;
    }
    html .hero-wrapper .hero-title {
        margin-bottom: 12px;
    }
    html .semiopacity-main-wrapper .semiopacity-image {
        min-height: 480px;
    }

    html .city-list ul li {
        padding: 0;
        width: auto;
    }
    html .city-list ul {
        justify-content: center;
    }
    html .city-list ul li a {
        font-size: 16px;
    }
    html .stations div.stations-wrapper .single-station .ss_upper {
        height: auto;
        padding: 10px 0 10px 29px;
    }
    div.about-us h2,
    div.about-us p {
        text-align: left !important;
    }
    html .about-us .wysiwyg-style > p {
        line-height: 1.6em;
    }
    html .about-us .blue-decor {
        margin: 0 0 16px;
    }
    html .about-us .small-wrapper {
        padding: 48px 30px 40px 30px;
    }
    html .about-us .wysiwyg-style > p:last-of-type {
        margin-bottom: 28px;
    }


    html .footer .soc-footer {
        width: 100%;
        align-items: initial !important;
    }
    html .footer .footer-blue .soc-footer p,
    html .footer .footer-blue .requisites-footer ul li {
        text-align: left;
        font-size: 14px;
        margin-bottom: 0px !important;
    }
    html .footer .content-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
    html .footer .footer-blue .footer-logo img {
        max-width: 150px;
        height: auto;
    }
    html .footer .footer-blue .footer-logo {
        width: 100%;
        margin: 0 auto 10px 0;
        text-align: left;
    }
}
html .city-list ul li a:not(.active) {
    font-family: M-regular;
}
html .main-title-h2 {
    font-weight: 700;
}

@media (min-width:768px) {
    .min768_justify_center { justify-content: center; }
}

@media (min-width: 769px) {
    .hide_above_768 { display: none !important; }
}
@media (max-width: 768px) {
    .hide_below_768 { display: none !important; }
}


html .inner-page {
    margin-top: 155px;
}
@media (max-width: 768px) {
    html .inner-page {
        margin-top: 80px;
    }
}
@media (min-width: 768px) {
    html .abp_page {
        padding-top: 200px;
    }
}


.lang_switcher_wrap {
    position: relative;
    z-index: 5;
}
.lang_switcher_wrap button {
    background: #00B0F2;
    border-radius: 10px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 9px;

    font-weight: 500;
    font-size: 15px;
    color: white;
    text-transform: uppercase;
}
.lang_switcher_menu {
    position: absolute;
    transform: translateY(100%);
    bottom: -10px;
    right: 0;

    border-radius: 10px;
    background: white;
    box-shadow: 0px 0px 6px 0px #00000040 inset;
    padding: 18px 28px;
}
.lang_switcher_wrap .lang_switcher_menu .wpml-ls-legacy-list-horizontal {
    padding: 0;
    border: initial;
}
.lang_switcher_wrap .lang_switcher_menu .wpml-ls-legacy-list-horizontal.wpml-ls-statics-shortcode_actions ul li {
    padding: 0;
}
.lang_switcher_wrap .lang_switcher_menu .wpml-ls-legacy-list-horizontal.wpml-ls-statics-shortcode_actions ul li a {
    font-size: 15px;
    line-height: 1.1em;
    color: #1E1E1E;
    padding: 4px 2px;
}
.lang_switcher_wrap .lang_switcher_menu .wpml-ls-legacy-list-horizontal.wpml-ls-statics-shortcode_actions .wpml-ls-flag+span {
    margin-left: 0.6em;
}
@media (max-width: 1000px) {
    .lang_switcher_wrap button {
        padding: 8px 16px;
        font-size: 14px;
    }
    .lang_switcher_wrap button img {
        width: 18px;
        height: 18px;
        object-fit: contain;
    }
}

.mobile_lang_switcher_wrap .wpml-ls-legacy-list-horizontal {
    padding: 0;
    border: initial;
    margin-top: 24px;
}
.mobile_lang_switcher_wrap .wpml-ls-legacy-list-horizontal.wpml-ls-statics-shortcode_actions ul {
    display: flex;
    justify-content: center;
    gap: 10px 14px;
    flex-wrap: wrap;
}
.mobile_lang_switcher_wrap .wpml-ls-legacy-list-horizontal.wpml-ls-statics-shortcode_actions ul li {
    padding: 0 !important;
}
.mobile_lang_switcher_wrap .wpml-ls-legacy-list-horizontal.wpml-ls-statics-shortcode_actions ul li a {
    font-size: 14px;
    line-height: 1.1em;
    color: white;
    padding: 4px 2px;
}


body {
    --swiper-theme-color: #00B0F2;
    --swiper-navigation-size: 32px;
}
section.ks_gallery {
    margin: 70px 0;
}
section.ks_gallery .content-wrapper {
    position: relative;
}
.ks_gallery .swiper-slide {
    height: 366px;
    width: calc(25% - calc(68px / 4));
}
.ks_gallery .swiper-slide > img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: ease-in-out 0.25s;
}
.ks_gallery .swiper-slide > img:hover {
    opacity: 0.8;
}

@media (min-width: 1400px) {
    .ks_gallery .swiper-button-prev {
        left: -28px;
    }
    .ks_gallery .swiper-button-next {
        right: -28px;
    }
}

@media (max-width: 1200px) {
    .ks_gallery .swiper-slide {
        height: 300px;
        width: calc(33% - calc(34px / 3));
    }

    .ks_gallery .swiper-button-prev {
        left: 30px;
    }
    .ks_gallery .swiper-button-next {
        right: 30px;
    }
}
@media (max-width: 768px) {
    .ks_gallery .swiper-slide {
        height: 270px;
        width: calc(50% - 12px);
    }
    body {
        --swiper-navigation-size: 20px;
    }
    section.ks_gallery {
        margin: 46px 0;
    }
}
@media (max-width: 500px) {
    .ks_gallery .swiper-slide {
        height: 170px;
    }
    .single-contact-el {
        text-align: center;
    }
}


html[lang="nb-NO"] .navbar-header .menu ul li a {
	font-size: 16px;
}



.mobile_phone_contacts {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 auto;
}
.mobile_phone_contacts img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}