@font-face {
    font-family: Eurofurence;
    src: url("../../../font/eurofurence-bold.woff2") format("woff2"),
    url("../../../font/eurofurence-bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}


* {
    outline: none;
    margin: 0;
    padding: 0;
}


.screenreader-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.red {
    color: #ff0047 !important;
}

html {
    scroll-behavior: smooth;
}

html, body {
    position: relative;
    overflow-x: hidden;
}

body {
    background: #fff;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

img {
    border: 0;
}

video {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}

a {
    color: #02a8dd;
    text-decoration: none;
}

h2 a {
    color: inherit;
    text-decoration: underline;
}

hr {
    background: #c2c2c2;
    border: 0;
    height: 1px;
    margin: 12px 0;
    width: 680px;
}

h3 {
    color: #02a8dd;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.inline {
    display: inline;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.noMarginTop {
    margin-top: 0 !important;
}

.clear {
    height: 0;
    overflow: hidden;
    clear: both;
}

.justify {
    text-align: justify;
}

.alignRight {
    text-align: right !important;
}

@media screen and (max-width: 1339px) {
    .anchor {
        scroll-margin-top: 160px;
    }
}

@media screen and (min-width: 1340px) {
    .anchor {
        scroll-margin-top: 80px;
    }
}

@media screen and (max-width: 479px) {
    .container,
    .smallscreen-container {
        padding-right: 8px;
        padding-left: 8px;
    }

    .fullwidth-on-small {
        margin-right: -8px;
        margin-left: -8px;
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    .container,
    .smallscreen-container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .fullwidth-on-small {
        margin-right: -16px;
        margin-left: -16px;
    }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    .fullwidth-on-small {
        margin-right: -32px;
        margin-left: -32px;
    }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
    .container,
    .smallscreen-container {
        padding-right: 32px;
        padding-left: 32px;
    }
}

@media screen and (min-width: 1024px) {
    .container {
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1339px) {
    .container,
    .smallscreen-container {
        width: 960px;
    }

    .smallscreen-container {
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (min-width: 1340px) {
    .container,
    .largescreen-container {
        width: 1240px;
    }

    .largescreen-container {
        margin-right: auto;
        margin-left: auto;
    }
}

#booking,
#booking::before,
#booking::after,
#booking *,
#booking *::before,
#booking *::after {
    box-sizing: border-box;
}

#booking {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow-y: hidden;
}

#booking-outer {
    max-height: 95vh;
    overflow-y: auto;
    background: #fff;
    padding-bottom: 7px;
}

#booking-inner {
    background: #d8eff3;
    padding-top: 25px;
    padding-bottom: 30px;
}

#booking-content {
    position: relative;
}

#booking-header {
    border-bottom: 2px dotted #abadae;
    padding-bottom: 11px;
    font-size: 30px;
    line-height: 26px;
    font-weight: 700;
}

.booking-subheader {
    margin-top: 16px;
    line-height: 25px;
    font-size: 20px;
    font-weight: 700;
}

.booking-block-body {
    margin-top: 15px;
}

#booking-infomix {
    display: flex;
}

#booking-infomix-link {
    max-width: 416px;
    width: 100%;
    box-shadow: #ddd 0 3px 6px;
    border-radius: 5px;
    background: #ff0047;
    padding: 10px 24px 8px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
}

#booking-phone-links {
    max-width: 416px;
    display: flex;
    justify-content: space-between;
}

.booking-phone-link {
    box-shadow: #ddd 0 3px 6px;
    width: calc(50% - 3px);
    border-radius: 5px;
    background: #f4f4f4;
    padding: 11px 2px 9px;
    color: #09c;
    text-align: center;
    white-space: nowrap;
    line-height: 22px;
    font-size: 16px;
    font-weight: 700;
}

#booking-callback-request {
    display: flex;
}

#booking-callback-request-link {
    max-width: 416px;
    width: 100%;
    box-shadow: #ddd 0 3px 6px;
    border-radius: 5px;
    background: #f4f4f4;
    padding: 10px 24px 8px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
}

#booking-close {
    position: absolute;
    top: 0;
    right: 0;
}

#booking-close-button {
    position: relative;
    display: inline-block;
    border: 0 none;
    background: transparent;
    padding: 8px 0 8px 40px;
    color: #ff0047;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
}

#booking-close-button:hover {
    cursor: pointer;
}

#booking-close-button::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 31px;
    background: url("/images/close-icon.png");
    content: "";
}

@media screen and (max-width: 329px) {
    #booking-header {
        font-size: 26px;
    }
}

@media screen and (max-width: 359px) {
    #booking-inner {
        padding-right: 8px;
        padding-left: 8px;
    }
}

@media screen and (max-width: 479px) {
    #booking-header-text {
        display: block;
        max-width: 250px;
    }
}

@media screen and (min-width: 360px) and (max-width: 479px) {
    #booking-inner {
        padding-right: 16px;
        padding-left: 16px;
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    #booking-inner {
        padding-right: 32px;
        padding-left: 32px;
    }
}

@media screen and (min-width: 640px) and (max-width: 999px) {
    #booking-inner {
        padding-right: 64px;
        padding-left: 64px;
    }
}

@media screen and (max-width: 999px) {
    body.booking-open {
        overflow-y: hidden;
    }

    .booking-block + .booking-block {
        margin-top: 33px;
    }
}

@media screen and (min-width: 1000px) {
    #booking-content {
        margin-right: auto;
        margin-left: auto;
        width: 960px;
    }

    #booking-blocks {
        display: flex;
        justify-content: space-between;
    }

    .booking-block {
        width: calc(33.3333% - 16px);
    }
}

/* ------------------------------------------------------ TOP AREA ----------------------------------- */
#header,
#header *,
#header *::before,
#header *::after,
#header-top-largescreen,
#header-top-largescreen *,
#header-top-largescreen *::before,
#header-top-largescreen *::after {
    box-sizing: border-box;
}

@media screen and (max-width: 359px) {
    #header {
        padding-top: 177px;
    }
}

@media screen and (min-width: 360px) and (max-width: 479px) {
    #header {
        padding-top: 183px;
    }
}

@media screen and (min-width: 480px) and (max-width: 1339px) {
    #header {
        padding-top: 202px;
    }
}

@media screen and (min-width: 1340px) {
    #header {
        padding-top: 57px;
    }
}

#header-top-largescreen {
    position: fixed;
    top: 7px;
    left: 0;
    width: 100%;
    z-index: 2;
}

#header-top-largescreen::before {
    position: absolute;
    top: -7px;
    left: 0;
    width: 100%;
    height: 7px;
    background: #fff;
    content: "";
}

#header-nav {
    height: 50px;
    border-bottom: 1px solid #dadada;
    background: #63bfd0;
}

#mobile-menu,
#mobile-menu::before,
#mobile-menu::after,
#mobile-menu *,
#mobile-menu *::before,
#mobile-menu *::after {
    box-sizing: border-box;
}

#mobile-menu {
    position: relative;
    background-color: #f8f8f8;
    color: #4d4d4d;
    font-size: 16px;
}

#mobile-menu-close {
    position: absolute;
    z-index: 1;
    top: 9px;
    right: 9px;
}

#mobile-menu-close-button {
    position: relative;
    display: inline-block;
    border: 0 none;
    background: transparent;
    padding: 8px 0 8px 40px;
    color: #ff0047;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
}

#mobile-menu-close-button::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 31px;
    background: url("/images/close-icon.png");
    content: "";
}

#mobile-menu:not(.mm-spn) {
    display: none;
}

.mobile-menu-spacer {
    line-height: 50px;
}

.mobile-menu-spacer::before {
    content: none !important;
}

.mm-spn.mm-spn--navbar::after {
    opacity: 1;
    padding-right: 93px;
    text-align: left;
}

.mm-spn a, .mm-spn span {
    padding-top: 13px;
    padding-bottom: 13px;
}

.mm-spn > ul > li > a,
.mm-spn > ul > li > span {
    padding-top: 9px;
    padding-bottom: 9px;
}

.mobile-menu-item-container {
    display: flex !important;
    align-items: center;
}

.mobile-menu-icon {
    margin-right: 15px;
    width: 32px;
    height: auto;
}

#mobile-menu-search-item::before {
    content: none;
}

#mobile-search {
    padding: 9px 20px;
}

#mobile-search-control {
    position: relative;
}

#mobile-search-input-wrapper {
    display: flex;
}

#mobile-search-icon {
    position: relative;
    width: 39px;
    height: 39px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #ddd;
    border-right: 0 none;
    background: #fff;
}

#mobile-search-icon::before {
    position: absolute;
    top: 7px;
    right: 8px;
    width: 19px;
    height: 19px;
    border-radius: 10px;
    border: 3px solid #0797b2;
    content: "";
}

#mobile-search-icon::after {
    position: absolute;
    bottom: 7px;
    left: 10px;
    width: 4px;
    height: 10px;
    border-radius: 2px;
    border: 2px solid #0797b2;
    content: "";
    transform: rotate(45deg);
}

#mobile-search-input {
    width: calc(100% - 39px);
    height: 39px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #ddd;
    border-left: 0 none;
    background: #fff;
    padding: 5px;
    line-height: 27px;
    font-size: 18px;
}

#mobile-search-input::placeholder {
    opacity: 0.5;
}

#mobile-search-options {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
}

#mobile-search-options:empty {
    display: none;
}

.mobile-search-option {
    cursor: pointer;
    padding: 2px 5px;
}

.mobile-search-option + .mobile-search-option {
    margin-top: 5px;
}

.mobile-search-option:hover {
    background-color: #53afc0;
    color: #fff;
}

#mobile-no-matches-message {
    display: none;
    color: #ff0047;
}

#mobile-no-matches-message.visible {
    display: block;
}

#header-nav-container {
    position: relative;
}

#header-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#header-menu > ul {
    display: flex;
    justify-content: space-evenly;
    font-size: 14px;
}

#header-menu > ul > li {
    flex-grow: 1;
    position: relative;
}

#header-menu > ul > li:nth-child(n + 2)::before {
    position: absolute;
    top: 7px;
    left: -1px;
    width: 0;
    height: 34px;
    border-left: 2px dotted #daf0f4;
    content: "";
}

#header-menu > ul > li > a,
#header-menu .submenu-label {
    display: block;
    height: 49px;
    padding-top: 15px;
    color: #fffefe;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    line-height: 18px;
}

#header-menu > ul > li:hover > a,
#header-menu .submenu:hover .submenu-label {
    background: #53afc0;
}

#header-menu .submenu-label {
    cursor: pointer;
}

#header-menu .submenu ul {
    display: none;
    position: absolute;
    top: 49px;
    z-index: 1;
    min-width: 282px;
    border: 1px solid #63bfd0;
    border-top-color: #56a4b3;
    background: #f9f9f9;
    white-space: nowrap;
}

#header-menu .submenu:not(:last-child) ul {
    left: 0;
}

#header-menu .submenu:last-child ul {
    right: 0;
}

#header-menu .submenu:hover ul {
    display: block;
}

#header-menu .submenu li:not(:last-child) {
    border-bottom: 1px solid #63bfd0;
}

#header-menu .submenu a,
#header-menu .submenu-header {
    display: block;
    color: #333;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 15px;
    font-size: 12px;
}

#header-menu .submenu a {
    padding-right: 21px;
    padding-left: 21px;
    font-style: italic;
}

#header-menu .submenu-header {
    padding-right: 17px;
    padding-left: 17px;
}

#header-menu .submenu a:hover,
#header-menu .submenu a:hover .red {
    color: #63bfd0 !important;
}

#header-search {
    position: absolute;
    right: 0;
    top: 5px;
    width: 220px;
}

#search-input-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 40px;
    overflow-x: hidden;
    transition: width 0.5s ease-in-out;
}

#header-search.open #search-input-wrapper {
    width: 220px;
}

#search-input {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #c2cbcc;
    border-radius: 20px;
    background: #f9fafa;
    padding: 11px 43px 11px 15px;
    color: #666;
    font-size: 13px;
    line-height: 16px;
}

#search-toggle {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 38px;
    height: 38px;
    border: 0 none;
    background: url("../../../images/search-icon.png");
    cursor: pointer;
}

#search-message {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    border: 1px solid #aaa;
    background: #fff;
    padding: 5px 7px;
    overflow-wrap: break-word;
    color: #ff000c;
    line-height: 20px;
    font-size: 13px;
}

@media screen and (max-width: 1339px) {
    #header-top-largescreen {
        display: none;
    }
}

@media screen and (min-width: 1340px) {
    #header-nav-container {
        padding-right: 60px;
    }
}

#header-logo-link {
    display: block;
    height: 100%;
}

#header-logo-image {
    display: block;
    width: auto;
    height: 100%;
}

#mobile-menu-toggle {
    margin-top: 2px;
    width: 42px;
    height: 42px;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 0 none;
    background: transparent;
}

#mobile-menu-toggle .menu-icon-bar {
    display: block;
    height: 4px;
    border-radius: 2px;
    background-color: #62bed0;
}

#mobile-menu-toggle .menu-icon-bar:first-child {
    position: relative;
    margin-left: 7px;
    width: calc(100% - 7px);
}

#mobile-menu-toggle .menu-icon-bar::before {
    position: absolute;
    top: 0;
    left: -7px;
    width: 5px;
    height: 4px;
    border-radius: 2px;
    background-color: #ff0004;
    content: "";
}

#mobile-menu-toggle .menu-icon-bar + .menu-icon-bar {
    margin-top: 8px;
}

#header-booking-toggle {
    display: flex;
    justify-content: center;
}

#header-booking-toggle-button {
    position: relative;
    border: 0 none;
    background: transparent;
    padding-top: 2px;
    padding-bottom: 9px;
    text-align: center;
    font-weight: 700;
    font-family: inherit;
    transition: padding-top 0.5s ease-in-out;
}

.scroll #header-booking-toggle-button {
    padding-top: 10px;
}

#header-booking-toggle-button::before {
    position: absolute;
    bottom: -11px;
    left: calc(50% - 11px);
    width: 22px;
    height: 22px;
    border-radius: 11px;
    background-color: #63bfd0;
    content: "";
}

#header-booking-toggle-button::after {
    position: absolute;
    bottom: -6px;
    left: calc(50% - 6px);
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #fff;
    content: "";
}

#header-booking-toggle-button-label-top {
    display: block;
    height: 22px;
    overflow-y: hidden;
    color: #000;
    line-height: 22px;
    font-size: 16px;
    transition: height 0.5s ease-in-out;
}

.scroll #header-booking-toggle-button-label-top {
    height: 0;
}

#header-booking-toggle-button-label-bottom {
    display: block;
    color: #fff;
    text-transform: uppercase;
    line-height: 19px;
    font-size: 19px;
}

.header-contact-block {
    display: table;
}

.header-contact-block a {
    color: inherit;
}

.header-contact-block > a {
    display: block;
}

.header-contact-label,
.header-contact-text {
    display: table-cell;
    vertical-align: middle;
}

.header-contact-label {
    padding-right: 8px;
}

.header-contact-text {
    border-left: 2px dotted #d8d8d8;
    padding-left: 10px;
}

.header-contact-icon {
    display: block;
    width: 53px;
    height: 52px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.header-contact-block:hover .header-contact-icon {
    transform: rotate(-10deg);
}

#header-contact-icon-map {
    background-image: url("../../../images/map-icon.png");
}

#header-contact-icon-phone {
    background-image: url("../../../images/phone-icon.png");
}

#header-contact-icon-booking {
    background-image: url("../../../images/booking-icon.png");
}

.header-contact-text {
    font-size: 14px;
    line-height: 18px;
}

@media screen and (max-width: 359px) {
    #header-logo {
        height: 51px;
    }
}

@media screen and (min-width: 360px) and (max-width: 479px) {
    #header-logo {
        height: 57px;
    }
}

@media screen and (min-width: 480px) {
    #header-logo {
        height: 76px;
        transition: height 0.5s ease-in-out;
    }

    .scroll #header-logo {
        height: 61px;
    }
}

@media screen and (max-width: 567px) {
    #header-contact {
        display: flex;
        padding-right: 20px;
        justify-content: center;
        line-height: 20px;
        font-size: 15px;
    }

    #header-contact b {
        font-size: 16px;
    }

    .header-contact-block + .header-contact-block {
        margin-top: 15px;
    }
}

@media screen and (min-width: 568px) {
    #header-contact-container::after {
        display: block;
        clear: left;
        content: "";
    }

    .header-contact-block {
        float: left;
    }

    .header-contact-block:not(:first-child) {
        margin-left: 38px;
    }
}

@media screen and (max-width: 1339px) {
    #header-smallscreen-fixed {
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
    }

    #header-top-smallscreen {
        border-top: 10px solid #63bfd0;
        background: #fff;
        padding-top: 26px;
        padding-bottom: 28px;
        transition: all 0.5s ease-in-out;
    }

    .scroll #header-top-smallscreen {
        padding-top: 12px;
        padding-bottom: 10px;
    }

    #header-top-smallscreen-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #header-middle-smallscreen {
        width: 100%;
        border-top: 10px solid #f5f5f5;
        background-color: #63bfd0;
    }

    #header-bottom-smallscreen {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    #header-contact-booking-block {
        display: none;
    }
}

@media screen and (min-width: 1340px) {
    #header-bottom-largescreen {
        padding-top: 21px;
        padding-bottom: 22px;
    }

    #header-bottom-largescreen-container {
        display: flex;
        justify-content: space-between;
    }

    #mobile-menu-toggle {
        display: none;
    }

    #header-middle-smallscreen {
        display: none;
    }

    #header-contact {
        margin-top: 10px;
    }
}

#homepage,
#homepage *,
#homepage *::before,
#homepage *::after {
    box-sizing: border-box;
}

#homepage-slider {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
}

#homepage-slider .glide__slides {
    margin: 0;
}

#homepage-slider .glide__bullets {
    background-color: #f5f5f5;
    padding-top: 10px;
    padding-bottom: 11px;
    display: flex;
    justify-content: center;
}

#homepage-slider .glide__bullet {
    width: 11px;
    height: 11px;
    border-radius: 5px;
    border: 2px solid #63bfd0;
    background-color: #fcfcfc;
}

#homepage-slider .glide__bullet + .glide__bullet {
    margin-left: 5px;
}

#homepage-slider .glide__bullet.glide__bullet--active {
    background-color: #63bfd0;
}

#homepage-slider .glide__slide img {
    display: block;
    width: 100%;
    height: auto;
}

#homepage-slider .glide__arrow {
    display: none;
    position: absolute;
    top: 50%;
    width: 31px;
    height: 47px;
    transform: translateY(-50%);
    border: 0 none;
    background: transparent;
    cursor: pointer;
}

#homepage-slider .glide__arrow::before {
    position: absolute;
    top: 8px;
    width: 33px;
    height: 33px;
    border-bottom: 10px solid #fff;
    content: "";
}

#homepage-slider .glide__arrow--left {
    left: 9.6875%
}

#homepage-slider .glide__arrow--left::before {
    left: 7px;
    border-left: 10px solid #fff;
    transform: rotate(45deg);
}

#homepage-slider .glide__arrow--right {
    right: 9.6875%;
}

#homepage-slider .glide__arrow--right::before {
    right: 7px;
    border-right: 10px solid #fff;
    transform: rotate(-45deg);
}

@media screen and (min-width: 800px) {
    #homepage-slider:hover .glide__arrow {
        display: block;
    }
}

#homepage-top {
    margin-top: 31px;
}

#homepage-introduction {
    padding-top: 31px;
    padding-bottom: 34px;
    color: #000;
    text-align: center;
    line-height: 24px;
    font-size: 19px;
}

@media screen and (max-width: 479px) {
    .homepage-introduction-highlight,
    .homepage-introduction-normal {
        display: block;
    }

    .homepage-introduction-highlight {
        color: #0097b2;
        line-height: 33px;
        font-size: 25px;
        font-weight: 700;
    }

    .homepage-introduction-highlight:not(:first-child) {
        margin-top: 6px;
    }

    .homepage-introduction-normal {
        margin-top: 8px;
        line-height: 28px;
        font-size: 19px;
    }
}

#homepage-motto {
    position: relative;
    overflow: hidden;
    background: #63bfd0;
    text-align: center;
    font-family: Muli, Arial, sans-serif;
    white-space: nowrap;
}

#homepage-motto::before,
#homepage-motto::after {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/images/quotation-mark.png");
    content: "";
}

#homepage-motto::before {
    top: 0;
    left: 0;
    transform: rotate(180deg);
}

#homepage-motto::after {
    right: 0;
    bottom: 0;
}

#homepage-motto-line-1,
#homepage-motto-line-2 {
    position: absolute;
    left: 50%;
    color: #fff;
    transform: translateX(-50%);
    transition: top 0.5s ease-in-out;
}

#homepage-motto-line-1 {
    font-weight: 700;
    transition-delay: 0.5s;
}

#homepage-motto.animate-in #homepage-motto-line-1 {
    transition-delay: 0s;
}

#homepage-motto.animate-in #homepage-motto-line-2 {
    transition-delay: 0.5s;
}

@media screen and (max-width: 479px) {
    #homepage-motto {
        height: 190px;
        line-height: 38px;
        font-size: 33px;
    }

    #homepage-motto::before,
    #homepage-motto::after {
        width: 42px;
        height: 37px;
    }

    #homepage-motto-line-1,
    #homepage-motto-line-2 {
        top: 190px;
    }

    #homepage-motto.animate-in #homepage-motto-line-1 {
        top: 37px;
    }

    #homepage-motto.animate-in #homepage-motto-line-2 {
        top: 75px;
    }
}

@media screen and (min-width: 480px) {
    #homepage-motto {
        line-height: 51px;
        font-size: 44px;
    }

    #homepage-motto::before,
    #homepage-motto::after {
        width: 85px;
        height: 74px;
        background-position: top left -1px;
    }
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
    #homepage-motto {
        height: 249px;
    }

    #homepage-motto-line-1,
    #homepage-motto-line-2 {
        top: 249px;
    }

    #homepage-motto.animate-in #homepage-motto-line-1 {
        top: 48px;
    }

    #homepage-motto.animate-in #homepage-motto-line-2 {
        top: 99px;
    }
}

@media screen and (min-width: 1024px) {
    #homepage-motto {
        height: 198px;
    }

    #homepage-motto-line-1,
    #homepage-motto-line-2 {
        top: 198px;
    }

    #homepage-motto.animate-in #homepage-motto-line-1 {
        top: 48px;
    }

    #homepage-motto.animate-in #homepage-motto-line-2 {
        top: 99px;
    }

    #homepage-motto-line-2 br {
        display: none;
    }
}

#homepage-why-choose-us {
    margin-top: 30px;
}

#homepage-why-choose-us .why-choose-us-item-text-top {
    color: #080000;
    font-weight: 700;
}

#homepage-why-choose-us .why-choose-us-item-text-bottom {
    color: #666;
    text-transform: none;
    font-weight: 400;
}

@media screen and (max-width: 1339px) {
    #homepage-why-choose-us .why-choose-us-item-text-top {
        line-height: 36px;
        font-size: 30px;
    }

    #homepage-why-choose-us .why-choose-us-item-text-bottom {
        margin-top: -5px;
        line-height: 20px;
        font-size: 15px;
    }
}

@media screen and (min-width: 1340px) {
    #homepage-why-choose-us .why-choose-us-item-text-top {
        line-height: 32px;
        font-size: 27px;
    }

    #homepage-why-choose-us .why-choose-us-item-text-bottom {
        margin-top: -4px;
        line-height: 18px;
        font-size: 14px;
    }
}

#homepage-highlights {
    margin-top: 45px;
}

#homepage-highlights-heading {
    border-bottom: 10px solid #ff6691;
    background-color: #f4f4f4;
    padding-top: 11px;
    padding-bottom: 10px;
    color: #ff0047;
    line-height: 28px;
    font-size: 22px;
    font-weight: 700;
}

#homepage-highlights-body {
    margin-top: 40px;
}

#homepage-highlights-container {
    display: flex;
    flex-wrap: wrap;
}

.homepage-highlight {
    height: 150px;
    background-color: rgba(102, 102, 102, 0.07);
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 4px;
}

#homepage-pricelist-highlight {
    background-image: url("/images/homepage-highlights/pricelist.png");
}

#homepage-installment-payment-highlight {
    background-image: url("/images/homepage-highlights/installment-payment.png");
}

#homepage-social-security-highlight {
    background-image: url("/images/homepage-highlights/social-security.png");
}

#homepage-examinations-highlight {
    background-image: url("/images/homepage-highlights/examinations.png");
}

.homepage-highlight-link {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.homepage-highlight-label {
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    line-height: 16px;
    font-size: 15px;
}

@media screen and (max-width: 479px) {
    #homepage-highlights-heading {
        padding-right: 8px;
        padding-left: 8px;
    }

    #homepage-highlights-container {
        width: 320px;
    }

    .homepage-highlight {
        width: 150px;
    }

    .homepage-highlight:nth-child(n + 3) {
        margin-top: 20px;
    }
}

@media screen and (min-width: 480px) {
    .homepage-highlight {
        width: 190px;
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    #homepage-highlights-heading {
        padding-right: 16px;
        padding-left: 16px;
    }
}

@media screen and (min-width: 480px) and (max-width: 889px) {
    #homepage-highlights-container {
        width: 420px;
    }

    .homepage-highlight:nth-child(n + 3) {
        margin-top: 30px;
    }
}

@media screen and (min-width: 640px) {
    #homepage-highlights-heading {
        padding-right: 32px;
        padding-left: 32px;
    }
}

@media screen and (max-width: 889px) {
    #homepage-highlights-container {
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 1023px) {
    #homepage-highlights-container {
        justify-content: space-between;
    }
}

@media screen and (min-width: 1024px) {
    #homepage-highlights-container {
        justify-content: space-evenly;
    }
}

#homepage-services {
    margin-top: 40px;
}

#homepage-services-heading {
    border-bottom: 10px solid #a1d9e3;
    background-color: #63bfd0;
    padding-top: 11px;
    padding-bottom: 10px;
    color: #fff;
    line-height: 28px;
    font-size: 22px;
    font-weight: 700;
}

#homepage-services-body {
    margin-top: 20px;
}

#homepage-services-container {
    display: flex;
    margin: -6px;
    flex-wrap: wrap;
    justify-content: center;
}

.homepage-service {
    padding: 6px;
}

.homepage-service a {
    display: block;
}

.homepage-service-image {
    width: 100%;
    aspect-ratio: 300/245;
    overflow: hidden;
}

.homepage-service-image img {
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: transform 0.3s ease;
}

.homepage-service:hover .homepage-service-image img {
    transform: scale(1.1);
}


.homepage-service-text {
    background: #63bfd0;
    color: #fff;
    font-weight: 700;
}

.homepage-service-text-tile {
    background: #63bfd0;
    padding: 12px 17px;
    color: #fff;
    text-transform: uppercase;
    line-height: 22px;
    font-size: 18px;
    font-weight: 600;
}

.homepage-service .button {
    margin-top: 10px;
    padding-right: 16px;
    padding-left: 16px;
    text-align: left;
}

@media screen and (max-width: 399px) {
    .homepage-service-text {
        font-size: 15px;
    }
}

@media screen and (min-width: 400px) and (max-width: 1023px) {
    .homepage-service-text {
        font-size: 17px;
    }
}

@media screen and (max-width: 479px) {
    #homepage-services-heading {
        padding-right: 8px;
        padding-left: 8px;
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    #homepage-services-heading {
        padding-right: 16px;
        padding-left: 16px;
    }
}

@media screen and (min-width: 640px) {
    #homepage-services-heading {
        padding-right: 32px;
        padding-left: 32px;
    }
}

@media screen and (max-width: 767px) {
    .homepage-service {
        width: 50%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .homepage-service {
        width: 33.3333%;
    }
}

@media screen and (max-width: 1023px) {
    .homepage-service-text {
        padding: 11px 10px 12px;
        line-height: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .homepage-service {
        width: 312px;
    }

    .homepage-service-text {
        padding: 15px 17px;
        line-height: 25px;
        font-size: 20px;
    }
}

/* ------------------------------------------------------ MAIN AREA ----------------------------------- */

.subpage {
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
}

.subpage::before {
    position: absolute;
    top: -20px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 20px;
    border-top: 10px solid #63bfd0;
    border-bottom: 10px solid #d1edf1;
    content: "";
}

.cLeft {
    box-sizing: border-box;
    width: 300px;
    background: #edf7f9;
    padding: 20px;
}

.cRight {
    font-size: 14px;
    line-height: 18px;
    color: #666;
}

@media screen and (max-width: 1023px) {
    .cLeft {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .subpage-container::after {
        display: block;
        clear: left;
        content: "";
    }

    .cLeft, .cRight {
        float: left;
    }

    .cRight {
        margin-left: 20px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1339px) {
    .cRight {
        width: 640px;
    }
}

@media screen and (min-width: 1340px) {
    .cRight {
        width: 920px;
    }
}

.cRight h1 {
    margin-bottom: 30px;
    box-sizing: border-box;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    background: #eee;
    padding: 4px 11px;
    color: #09c;
    line-height: 30px;
    font-size: 25px;
    font-weight: 700;
    font-style: italic;
}

@media screen and (max-width: 479px) {
    .cRight h1 {
        margin-right: -8px;
        margin-left: -8px;
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    .cRight h1 {
        margin-right: -16px;
        margin-left: -16px;
    }
}

@media screen and (min-width: 640px) and (max-width: 799px) {
    .cRight h1 {
        margin-right: -32px;
        margin-left: -32px;
    }
}

.cRight h2 {
    margin-top: 34px;
    margin-bottom: 18px;
    color: #02b3e2;
    line-height: 22px;
    font-size: 18px;
    font-weight: 700;
}

.cRight p,
.cRight ul,
.cRight ol {
    margin-top: 18px;
    margin-bottom: 18px;
}

.cRight p:last-child,
.cRight ul:last-child,
.cRight ol:last-child {
    margin-bottom: 0;
}

.cRight :not(.floatbox) p::after {
    display: block;
    clear: both;
    content: "";
}

.cRight p + ul {
    margin-top: -18px;
}

.cRight .blue {
    color: #0199d7;
}

.cRight .quote {
    margin-bottom: 15px;
    background-image: url('/images/idezet.png');
    background-repeat: no-repeat;
    background-color: #caecfe;
    padding: 9px 18px;
    color: #333;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
}

.cRight .quote p,
.cRight .quote ul,
.cRight .quote ol {
    margin-top: 0;
    margin-bottom: 9px;
}

.cRight .quote p:last-child,
.cRight .quote ul:last-child,
.cRight .quote ol:last-child {
    margin-bottom: 0;
}

.cRight video {
    margin-right: auto;
    margin-left: auto;
    max-width: 640px;
    width: 100%;
}

.cRight video[poster] {
    object-fit: cover;
}

.lbox,
.lbox *,
.lbox *::before,
.lbox *::after {
    box-sizing: border-box;
}

.lbox {
    margin-bottom: 20px;
}

.ltitle {
    height: 37px;
    background-image: linear-gradient(#02b3e2, #0199d7);
    line-height: 37px;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 10px;
    font-family: Eurofurence, sans-serif;
    font-weight: bold;
}

.lbox .content {

    /* border: 1px solid #ecebeb; */
    font-size: 13px;
    padding: 10px;
    width: 220px;
    background-color: #e8e8e8;
}

/* --------------- lmenu ------------------- */
.lmenu {
    background-color: #f8f8f8;
    border: solid #dadada 1px;
    border-top: none;
}

.lmenu,
.lmenu ul {
    list-style: none;
}

.lmenu,
.lmenu ul,
.lmenu li {
    margin: 0;
    padding: 0;
}

.lmenu li a {
    border-top: solid #dadada 1px;
    height: 32px;
    line-height: 32px;
    display: block;
    color: #4d4d4d;
}

/* fejlec nyitva hatter */
.lmenu li a.opened {
    background-color: #fff;
    color: #019ad7;
}

/* alap hover */
.lmenu li a:hover,
.lmenu li a.active {
    background-color: #ebebeb;
    color: #019ad7;
}

.lmenu li a {
    padding-left: 20px;
}

.lmenu li li a {
    padding-left: 30px;
}

.lmenu li li li a {
    padding-left: 40px;
    font-style: italic;
}

.lmenu li.dropdown ul {
    display: none;
}

.lmenu li.dropdown.open > ul {
    display: block;
}

.lmenu li.dropdown ul a {
    background-color: #fff;
    height: 24px;
    line-height: 24px;
    font-size: 11px;
}

.lmenu li.dropdown ul a:hover,
.lmenu li.dropdown ul a.active {
    background-color: #ebebeb;
}

.lmenu li.highlighted a {
    background: #ff0047;
    color: #fffefe;
    font-weight: bold;
}

.lbox .content .right {
    font-weight: bold;
}

/* Footer */
#footer {
    margin-top: 118px;
}

#footer-top *,
#footer-top *::before,
#footer-top *::after {
    box-sizing: border-box;
}

#footer-google-review {
    border-top: 1px solid #c4c4c4;
    border-bottom: 5px solid #63bfd0;
    padding-top: 15px;
    padding-bottom: 10px;
}

#footer-slider-outer-container {
    padding-top: 15px;
}

#footer-slider {
    background: #f2f2f2;
    padding: 15px;
}

#footer-slider-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
}

#footer-slider .glide__slides {
    margin: 0;
}

#footer-slider .glide__slide a {
    display: block;
    border: 3px solid #fff;
    overflow: hidden;
}

#footer-slider .glide__slide img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.2s ease;
}

#footer-slider .glide__slide img:hover {
    transform: scale(1.25);
}

#footer-top-lower {
    box-shadow: 0 25px 25px 10px rgba(116, 125, 128, 0.25);
    margin-top: 15px;
    background: #a9dce5;
    padding-top: 26px;
    padding-bottom: 35px;
}

#footer-logo link {
    display: block;
}

#footer-logo {
    max-width: 339px;
}

#footer-logo img {
    display: block;
    width: 100%;
    height: auto;
}

#footer-contact {
    font-size: 14px;
    line-height: 21px;
}

#footer-contact dl div::after {
    display: block;
    clear: both;
    content: "";
}

#footer-contact dt {
    float: left;
    font-weight: 700;
}

#footer-contact dd {
    float: right;
    text-align: right;
}

#footer-contact dd a {
    color: inherit;
}

#footer-contact dd a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 799px) {
    #footer-logo {
        margin-right: auto;
        margin-left: auto;
    }

    #footer-contact {
        margin-top: 20px;
        border-top: 2px dotted #9da9ab;
        padding-top: 15px;
    }
}

@media screen and (min-width: 800px) {
    #footer-top-lower-container::after {
        display: block;
        clear: both;
        content: "";
    }

    #footer-logo {
        float: left;
    }

    #footer-contact {
        float: right;
        width: 346px;
    }
}

#footer-bottom {
    margin-top: 55px;
}

#footer-menu,
#footer-menu *,
#footer-menu *::before,
#footer-menu *::after {
    box-sizing: border-box;
}

.footer-menu-group {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu-item + .footer-menu-item {
    margin-top: 8px;
}

.footer-menu-link {
    color: #333;
    line-height: 17px;
    font-size: 15px;
}

.footer-menu-link:hover {
    color: #666;
}

.footer-menu-link.blue {
    color: #02a8dd;
}

.footer-menu-link.blue:hover {
    color: #35dbdd;
}

@media screen and (max-width: 639px) {
    .footer-menu-group + .footer-menu-group {
        margin-top: 25px;
    }
}

@media screen and (min-width: 640px) {
    #footer-menu {
        display: flex;
    }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
    #footer-menu {
        flex-wrap: wrap;
    }

    .footer-menu-group {
        width: 50%;
    }

    .footer-menu-group:nth-child(n + 3) {
        margin-top: 25px;
    }
}

@media screen and (min-width: 1024px) {
    #footer-menu {
        justify-content: space-between;
    }
}

#footer-bottom-lower {
    border-top: 1px solid #c4c4c4;
    padding-top: 7px;
    padding-bottom: 18px;
}

#footer-bottom-lower::after {
    display: block;
    clear: right;
    content: "";
}

#footer-sevenart {
    float: right;
}

@media screen and (max-width: 1339px) {
    #footer-bottom-lower {
        margin-top: 14px;
    }
}

@media screen and (min-width: 1340px) {
    #footer-bottom-lower {
        margin-top: 38px;
    }
}

.gallery-image-link img {
    margin: 0 0 20px 0;
}

.button-block {
    margin: 0 0 40px;
}

.button-block + .button-block {
    margin-top: -22px;
}

.button {
    display: inline-block;
    box-sizing: border-box;
    padding: 7px 10px;
    text-align: center;
    line-height: 20px;
    color: #555;
}

.button:hover {
    cursor: pointer;
}

.button-row > .button {
    display: block;
    margin-bottom: 20px;
}

.button-blue {
    border: 1px solid #b3e2f4;
    background: #edf8fc;
    background: linear-gradient(to top, #e3f4fa, #fdfefe);
}

.button-blue:hover {
    border: 1px solid #67c3e8;
    background: #dcf0f7;
    background: linear-gradient(to top, #b3e1f1, #fafbfc);
    color: #09c;
}

.button-red {
    border: 1px solid #e88b67;
    background: #f7e7e1;
    background: linear-gradient(to top, #f1c3b3, #fcfbfa);
}

.button-red:hover {
    border: 1px solid #ff5731;
    background: #ffe6e0;
    background: linear-gradient(to top, #ff9f86, #fff3ea);
    color: #c00;
}

.button-wide {
    width: 330px;
    max-width: 100%;
    text-align: left !important;
    line-height: 18px;
    font-size: 12px;
}

.button-indent + .button-indent {
    margin-top: 15px;
}

@media screen and (min-width: 1024px) {
    .button-indent {
        margin-left: 10px;
    }
}

.button-spacer {
    margin-top: 40px;
    margin-bottom: 20px;
}

.button-grid {
    box-sizing: border-box;
    padding-left: 10px;
}

.button-line {
    box-sizing: border-box;
    max-width: 700px;
    display: flex;
}

.button-line + .button-line {
    margin-top: 15px;
}

.button-line .button {
    margin-right: 10px;
    margin-left: 10px;
    text-align: left;
}

.button-line .button:first-child {
    flex-grow: 1;
}

@media screen and (min-width: 480px) {
    .button-line .button:first-child {
        max-width: 330px;
    }
}

@media screen and (max-width: 767px) {
    .button-grid {
        margin-bottom: 30px;
    }

    .button-grid .button {
        display: block;
    }

    .button-grid .button + .button {
        margin-top: 15px;
    }
}

@media screen and (min-width: 768px) {
    .button-grid {
        margin-bottom: 15px;
        max-width: 688px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .button-grid .button {
        margin-bottom: 15px;
    }
}

.default-button {
    box-sizing: border-box;
    display: block;
    box-shadow: #ddd 0 3px 6px;
    max-width: 400px;
    width: 100%;
    border-radius: 5px;
    background-color: #e4f4fa;
    padding: 12px;
    color: #353535;
    line-height: 20px;
    font-size: 16px;
}

.button-line .default-button {
    align-self: flex-start;
}

.button-line .default-button + .default-button {
    margin-left: 15px;
}

.default-button.auto-width {
    max-width: none;
    width: auto;
}

.cRight form,
.cRight form * {
    box-sizing: border-box;
}

.cRight form {
    margin: 50px 0;
    max-width: 500px;
    width: 100%;
    background: #f8f8f8;
    padding: 30px;
}

.form-group {
    margin-bottom: 16px;
}

.cRight label {
    display: block;
    margin: 0 0 5px;
    font-weight: 600;
}

.form-group-required label:before {
    content: "*";
    position: relative;
    top: -0.5em;
    color: #c00;
    font-size: 0.83em;
}

.cRight input[type="text"],
.cRight input[type="number"],
.cRight input[type="email"],
.cRight textarea,
.cRight select {
    display: block;
    width: 100%;
    border: 1px solid #dadada;
    padding: 5px 10px;
}

.cRight textarea {
    resize: vertical;
}

.form-group-error input[type="text"],
.form-group-error input[type="number"],
.form-group-error input[type="email"],
.form-group-error textarea,
.form-group-error select {
    border-color: #c00;
}

.form-error {
    color: #c00;
}

.success-message,
.error-message {
    margin: 20px 0;
    border: 1px solid #e88b67;
    background: #f7e7e1;
    background: linear-gradient(to top, #f1c3b3, #fcfbfa);
    padding: 20px;
    color: #c00;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
}

.felsorolas {
    float: left;
    margin-left: 35px;
}

.felsorolas ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.felsorolas li:before {
    content: "- ";
}

.miert-erdemes-image {
    float: left;
    margin-top: 13px;
    border: solid #ccc 1px;
    padding: 4px;
}

#led-table {
    border-collapse: collapse;
}

#led-table th,
#led-table td {
    border: 1px solid #ccc;
    padding: 5px;
    font-weight: normal;
}

.subpage-services-largescreen,
.subpage-services-largescreen::before,
.subpage-services-largescreen::after,
.subpage-services-largescreen *,
.subpage-services-largescreen *::before,
.subpage-services-largescreen *::after {
    box-sizing: border-box;
}

.subpage-services-largescreen {
    margin-top: 40px;
}

.subpage-services-largescreen-container {
    display: flex;
    margin: -5px;
    flex-wrap: wrap;
}

.subpage-services-largescreen.four-columns .subpage-services-largescreen-container {
    margin: -4px;
}

.subpage-service-largescreen {
    margin: 5px;
    background: #63bfd0;
}

.subpage-services-largescreen.two-columns .subpage-service-largescreen {
    width: 455px;
}

.subpage-services-largescreen.three-columns .subpage-service-largescreen {
    width: 300px;
}

.subpage-services-largescreen.four-columns .subpage-service-largescreen {
    margin: 4px;
    width: 224px;
}

.subpage-service-largescreen a {
    display: block;
}

.subpage-service-largescreen-image-container {
    height: 245px;
    overflow: hidden;
}

.subpage-servies-largescreen.two-columns .subpage-service-largescreen-image-container {
    width: 455px;
}

.subpage-servies-largescreen.three-columns .subpage-service-largescreen-image-container {
    width: 300px;
}

.subpage-servies-largescreen.four-columns .subpage-service-largescreen-image-container {
    width: 224px;
}

.subpage-service-largescreen-image {
    display: block;
    max-width: initial !important;
    width: 100% !important;
    height: auto !important;
    border: 0 none !important;
    padding: 0 !important;
    transform: scale(1);
    transition: transform 0.3s ease;
}

.subpage-service-largescreen:hover .subpage-service-largescreen-image {
    transform: scale(1.1);
}

.subpage-service-largescreen-text {
    padding: 12px 17px;
    color: #fff;
    line-height: 22px;
    font-size: 18px;
    font-weight: 600;
}

.subpage-service-largescreen-text-small {
    color: #000;
    font-size: 16px;
}

.subpage-service-largescreen .button {
    margin-top: 10px;
    padding-right: 16px;
    padding-left: 16px;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .subpage-services-largescreen {
        display: none;
    }
}

.subpage-services-smallscreen,
.subpage-services-smallscreen::before,
.subpage-services-smallscreen::after,
.subpage-services-smallscreen *,
.subpage-services-smallscreen *::before,
.subpage-services-smallscreen *::after {
    box-sizing: border-box;
}

.subpage-services-smallscreen {
    margin-top: 18px;
}

.subpage-service-smallscreen-link {
    display: block;
    box-shadow: 0 3px 1px -2px #0003,
    0 2px 2px #00000024,
    0 1px 5px #0000001f;
    padding-top: 6px;
}

.subpage-service-smallscreen-link:hover {
    background-color: #63bfd0;
}

.subpage-service-smallscreen-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: initial !important;
    width: 120px !important;
    height: auto !important;
    border: 0 none !important;
    padding: 0 !important;
}

.subpage-service-smallscreen-text {
    padding: 23px 4px 12px;
    color: #0097b2;
    text-align: center;
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
}

.subpage-service-smallscreen-text-small {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.subpage-service-smallscreen .button {
    margin-top: 10px;
    width: 100%;
}

@media screen and (max-width: 413px) {
    .subpage-service-smallscreen + .subpage-service-smallscreen {
        margin-top: 24px;
    }
}

@media screen and (min-width: 414px) {
    .subpage-services-smallscreen-container {
        margin: -10px;
        display: flex;
        flex-wrap: wrap;
    }

    .subpage-service-smallscreen {
        width: 50%;
        position: relative;
        padding: 10px;
    }

    .subpage-service-smallscreen-link {
        height: 100%;
    }
}

@media screen and (min-width: 768px) {
    .subpage-services-smallscreen {
        display: none;
    }
}

.reading-time {
    margin-top: 9px;
    margin-bottom: 9px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.reading-time-icon {
    width: 24px;
    height: 24px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAB40lEQVRIx7XVzUtVURQF8N+57zVwImYmIkFRWPQxECFyUpARFgYZFURBRcOI/oMmjmrSoAZChDiIRkZfKBRFjYImkRjVrIhI7IN6ETgIPQ06L6Lee171ueByzz17n73OvXevdYLaWImD6MFGtKb5j3iFhxjBF/NEKwZRwh2cRjfWp6s7zd3FN1xGS97i+zCFK1iVI381hjCJ3rmS21Pi7irxYzhcJdaHTzheMVooFIqQZdmyGhu4gIEa8a5E8udNsnRvm5mZeYMVs7OzPy0cz3ASwyGElr8JBjC6kG6ogFHcjzGeK0+0pW5pz7F4rk9UxhqUQgjNGQ7hAT6oH97iSYyxP8MujKk/xtCTYQPGl4BgHJuzpMDPS0AwiaZsHgt6ky/9yJkfyoOX2FojsQO38Q5HGxoaQk6CHXie4TU6/6MPoRHn8RQTIYRNuD49PR1zEnTiheSKNyskjOAG1i7wH9zDqbI1l/51zrI3LQJDIYSm8sMgrtarfYrFYqHSATOFPXWovx+PKwX2JqvtWkTxbUlTPdUSTiSSvgUU70/Fj+QR1CSGkyvOhXW4hvfYmU+Cvw+LS6m7xnAG25PoOpKIzqZWLOFiCGF5TTlXIWqOMR5IO9uCRkR8xwQehRBuxRi/VqvxCx8AaiRcejJyAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.reading-time-text {
    margin-left: 6px;
    font-weight: 600;
}

.page-body-image {
    display: block;
    margin: 18px auto;
    max-width: 100%;
    width: auto;
    height: auto;
}

#testimonials {
    margin-top: 20px;
}

#testimonials-filter form {
    margin: 0;
    max-width: none;
    width: auto;
    background: transparent;
    padding: 0;
    text-align: right;
}

#testimonials-filter select {
    display: inline-block;
    width: 159px;
    height: 28px;
    padding: 3px 6px;
}

#testimonials-filter .button {
    padding: 3px 6px;
}

.testimonial {
    margin-top: 20px;
}

.testimonial-body {
    font-style: italic;
}

.testimonial-display-name {
    font-weight: 700;
}

#testimonials-pager {
    margin-top: 20px;
}

#testimonials-pager::after {
    content: "";
    display: block;
    clear: left;
}

#testimonials-pager a {
    float: left;
}

#testimonials-pager a + a {
    margin-left: 2em;
}

.team-members h2 {
    margin-top: 0;
}

.team-members-specialization + .team-members-specialization {
    margin-top: 20px;
}

.team-member {
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 20px;
}

.team-member + .team-member {
    margin-top: 20px;
}

.team-member-image {
    width: 140px;
}

.team-member-image a {
    display: block;
}

.team-member-image img {
    display: block;
    width: 100%;
    height: auto;
}

.team-member-text ul {
    margin-left: 1em;
    list-style: none;
}

.price-table + .price-table {
    margin-top: 18px;
}

.price-table-narrow,
.price-table-wide {
    width: 100%;
}

.price-table-narrow {
    max-width: 420px;
}

.price-table-wide {
    max-width: 615px;
}

.price-table .table-top-row {
    font-size: 15px;
}

.price-table td {
    text-align: left;
    vertical-align: top;
}

.price-table .price {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .price-table .price {
        min-width: 90px;
    }
}

@media screen and (min-width: 768px) {
    .price-table .price {
        white-space: nowrap;
    }

}

@media screen and (max-width: 639px) {
    .team-member-text {
        margin-top: 10px;
    }
}

@media screen and (min-width: 640px) {
    .team-member::after {
        display: block;
        clear: left;
        content: "";
    }

    .team-member-image {
        float: left;
    }

    .team-member-text {
        float: left;
        margin-left: 20px;
        width: calc(100% - 160px);
    }
}

@media screen and (min-width: 1024px) {
    .gallery::after {
        display: block;
        clear: left;
        content: "";
    }

    .gallery-image-link img {
        float: left;
        margin: 0 0 20px 20px;
    }
}

@media screen and (min-width: 768px) {
    .button-row .button-block,
    .button-row > .button {
        float: left;
        margin-left: 14px;
    }

    .button-row .button-block:first-child,
    .button-row > .button:first-child {
        margin-left: 0;
    }

    .button-row:after {
        content: "";
        display: table;
        clear: both;
    }

    .button-row-2 .button {
        width: 343px;
    }

    .button-row-3 .button {
        width: 224px;
    }

    .buttons-right-lg {
        text-align: right;
    }
}

@media screen and (max-width: 767px) {
    #footer .address .address-text {
        width: 50%;
    }
}

@media screen and (max-width: 639px) {
    .felsorolas {
        float: none;
        margin-left: 0;
    }

    .miert-erdemes-image {
        display: block;
        float: none;
        margin: 26px auto;
    }
}

@media screen and (min-width: 576px) {
    .table-label {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .table-label {
        display: inline;
    }

    .table-label:after {
        content: ":";
    }
}

@media screen and (min-width: 480px) {
    .testimonial-body {
        text-align: justify;
    }
}

@media screen and (max-width: 479px) {

    .hide-on-extrasmall {
        display: none;
    }

    .noMarginTop {
        margin-top: 50px !important;
    }
}

@media screen and (max-width: 767px) {
    .hide-on-small {
        display: none !important;
    }

    .block-on-small {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .hide-on-large {
        display: none !important;
    }
}

.setapi-view {
    margin: 0 auto;
}

@media screen and (max-width: 359px) {
    .setapi-view {
        width: 288px;
        height: 144px;
    }
}

@media screen and (min-width: 360px) and (max-width: 479px) {
    .setapi-view {
        width: 320px;
        height: 160px;
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    .setapi-view {
        width: 440px;
        height: 220px;
    }
}

@media screen and (min-width: 640px) and (max-width: 799px) {
    .setapi-view {
        width: 600px;
        height: 300px;
    }
}

@media screen and (min-width: 800px) and (max-width: 959px) {
    .setapi-view {
        width: 760px;
        height: 380px;
    }
}

@media screen and (min-width: 960px) and (max-width: 999px) {
    .setapi-view {
        width: 920px;
        height: 460px;
    }
}

@media screen and (min-width: 1000px) {
    .setapi-view {
        width: 700px;
        height: 350px;
    }
}

#breadcrumbs {
    margin: 0 0 7px;
    padding: 0;
    list-style: none;
    font-size: 13px;
}

#breadcrumbs::after {
    display: block;
    clear: left;
    content: "";
}

#breadcrumbs li {
    float: left;
}

#breadcrumbs li:nth-child(n + 2) {
    position: relative;
    padding-left: 3em;
}

#breadcrumbs li:nth-child(n + 2)::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 3em;
    height: 100%;
    text-align: center;
    content: "/";
}

#to-top-button {
    position: fixed;
    bottom: 89px;
    right: 29px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0;
    border: 0 none;
    background: url("../../../images/to-top-button.png");
    padding: 0;
    transition: opacity 0.5s;
}

.scroll #to-top-button {
    opacity: 1;
}

@media screen and (min-width: 1084px) and (max-width: 1339px) {
    #to-top-button {
        bottom: 50px;
        right: calc(50% - 540px);
    }
}

@media screen and (min-width: 1400px) {
    #to-top-button {
        bottom: 50px;
        right: calc(50% - 680px);
    }
}

.price-list {
    max-width: 756px;
}

.price-list + .price-list {
    margin-top: 18px;
}

.price-list-item {
    padding: 9px 18px;
}

.price-list-service-details .price-list-item {
    padding-top: 6px;
    padding-right: 0;
    padding-bottom: 6px;
}

.price-list-service-details .price-list-item:hover {
    background: #efefef;
}

.price-list-service {
    color: #0099cc;
    line-height: 20px;
    font-size: 16px;
}

.price-list-price {
    color: #333;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
}

.price-list-service-details .toggle-button {
    display: inline;
    cursor: pointer;
    background: transparent;
    border: 0;
    padding: 0;
    color: #333;
    text-decoration: underline;
    line-height: 18px;
    font-size: 13px;
    font-style: italic;
}

.price-list-service-details .service-details-body {
    display: none;
    margin-top: 12px;
}

.indent .price-list {
    max-width: 615px;
}

.indent .price-list-item {
    padding-right: 0;
    padding-left: 0;
}

.indent .price-list-service {
    font-weight: 400;
}

.indent .price-list-price {
    font-weight: 700;
}

.price-list-smallscreen .price-list-heading {
    color: #fa8776;
}

.price-list-smallscreen .price-list-item {
    background: #caecfe;
    padding: 18px;
}

.price-list-smallscreen .price-list-item.color-alt {
    background: #ffd4c7;
}

.price-list-smallscreen .price-list-item + .price-list-item {
    margin-top: 27px;
}

.price-list-smallscreen .price-list-item p:first-child {
    margin-top: 0;
}

.price-list-smallscreen ul ul {
    margin-top: 0;
}

@media screen and (max-width: 479px) {
    .price-list-item {
        scroll-margin-top: 150px;
    }
}

@media screen and (min-width: 480px) and (max-width: 1339px) {
    .price-list-item {
        scroll-margin-top: 160px;
    }
}

@media screen and (max-width: 767px) {
    .price-list-largescreen {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .price-list-smallscreen {
        display: none;
    }
}

@media screen and (min-width: 1340px) {
    .price-list-item {
        scroll-margin-top: 65px;
    }
}

.numbered-block + .numbered-block {
    margin-top: 36px;
}

.numbered-block-number-box {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: #34bece;
}

.numbered-block-number {
    position: absolute;
    right: 7px;
    bottom: 4px;
    color: #fff;
    line-height: 36px;
    font-size: 35px;
    font-weight: 700;
}

@media screen and (max-width: 567px) {
    .numbered-block-number-box {
        margin-right: auto;
        margin-left: auto;
    }

    .numbered-block-content {
        margin-top: 36px;
    }
}

@media screen and (min-width: 568px) {
    .numbered-block::after {
        display: block;
        clear: left;
        content: "";
    }

    .numbered-block-number-box {
        float: left;
    }

    .numbered-block-content {
        margin-left: 80px;
    }
}

.numbered-block h2 {
    margin-top: 0;
}

#cov-modal-overlay,
#cov-modal-overlay *,
#cov-modal-overlay *::before,
#cov-modal-overlay *::after {
    box-sizing: border-box;
}

#cov-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647;
    background: #fff;
    opacity: 0.92;
    transition: opacity 1s;
}

#cov-modal {
    margin-right: auto;
    margin-left: auto;
    width: 90vw;
    max-width: 640px;
    overflow-y: initial !important;
}

#cov-modal-close-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 53px;
    height: 53px;
    border: 0 none;
    background: url(../../../images/cov-modal-close.png);
    cursor: pointer;
}

#cov-modal-body {
    overflow-y: auto;
    padding-top: 47px;
    text-align: center;
    line-height: 30px;
    font-size: 25px;
}

#cov-modal-body-highlight {
    text-align: center;
    line-height: 0;
}

#cov-modal-body-highlight-text {
    display: inline-block;
    margin-top: 18px;
    margin-bottom: 17px;
    background: #ff0047;
    padding: 11px 25px;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 22px;
    font-weight: 700;
}

#cov-modal-body .text-large {
    font-weight: 700;
}

#cov-modal-body .text-small {
    line-height: 20px;
    font-size: 16px;
}

#cov-modal-body p + p {
    margin-top: 22px;
}

#cov-modal-close-text {
    color: #02a8dd;;
    cursor: pointer;
}

#cov-modal-body li {
    list-style: disc;
}

@media screen and (max-height: 639px) {
    #cov-modal {
        margin-top: 5vh;
    }

    #cov-modal-body {
        height: calc(90vh - 53px);
    }
}

@media screen and (min-height: 640px) {
    #cov-modal {
        margin-top: 10vh;
    }

    #cov-modal-body {
        height: calc(80vh - 53px);
    }
}

.szechenyi2020-infoblock {
    margin-bottom: 36px;
}

.pTajekoztato .szechenyi2020-infoblock-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
    width: 100%;
    height: auto;
    border: 0 none;
}

.szechenyi2020 dl > div + div {
    margin-top: 18px;
}

.szechenyi2020 dt,
.szechenyi2020 dd {
    display: inline;
}

.szechenyi2020 dt {
    font-weight: 700;
}

#homepage-szechenyi2020-infoblock {
    margin-top: 31px;
    margin-right: auto;
    margin-left: auto;
    max-width: 417px;
}

#homepage-szechenyi2020-infoblock a {
    display: block;
}

#homepage-szechenyi2020-infoblock img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 479px) {
    #homepage-szechenyi2020-infoblock {
        max-width: calc(100% - 16px);
    }
}

#news-items *,
#news-items *::before,
#news-items *::after {
    box-sizing: border-box;
}

#news-items h2 {
    margin-top: 0;
}

#news-items h2 a {
    text-decoration: none;
}

.news-item-more {
    margin-top: 18px;
    text-align: right;
}

@media screen and (max-width: 639px) {
    .news-item + .news-item {
        margin-top: 45px;
    }

    .news-item-image {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 18px;
    }
}

@media screen and (min-width: 640px) {
    .news-item::after {
        display: block;
        clear: left;
        content: "";
    }

    .news-item + .news-item {
        margin-top: 27px;
    }

    .news-item-image {
        float: left;
        width: 33.3333%;
    }

    .news-item-image + .news-item-text {
        float: left;
        width: 66.6666%;
        padding-left: 36px;
    }
}

.pager {
    margin-top: 54px;
    line-height: 27px;
    font-size: 16px;
}

.pager::after {
    display: block;
    clear: both;
    content: "";
}

.pager-previous {
    float: left;
}

.pager-next {
    float: right;
}

.fullwidth-link {
    display: block;
    color: #02b3e2;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
}

.fullwidth-link.red {
    color: #ff0047;
}

@media screen and (max-width: 479px) {
    .collapsible-block {
        scroll-margin-top: 150px;
    }

    .fullwidth-heading,
    .fullwidth-link,
    .collapsible-toggle {
        margin-right: -8px;
        margin-left: -8px;
        padding-left: 8px;
    }

    .fullwidth-heading {
        padding-right: 8px;
    }

    .fullwidth-link,
    .collapsible-toggle {
        padding-right: 36px;
    }

    .fullwidth-link::after,
    .collapsible-toggle::after {
        right: 15px;
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    .fullwidth-heading,
    .fullwidth-link,
    .collapsible-toggle {
        margin-right: -16px;
        margin-left: -16px;
        padding-left: 16px;
    }

    .fullwidth-heading {
        padding-right: 16px;
    }

    .fullwidth-link,
    .collapsible-toggle {
        padding-right: 44px;
    }

    .fullwidth-link::after,
    .collapsible-toggle::after {
        right: 23px;
    }
}

@media screen and (min-width: 480px) and (max-width: 1339px) {
    .collapsible-block {
        scroll-margin-top: 160px;
    }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    .fullwidth-heading,
    .fullwidth-link,
    .collapsible-toggle {
        margin-right: -32px;
        margin-left: -32px;
        padding-left: 32px;
    }

    .fullwidth-heading {
        padding-right: 32px;
    }

    .fullwidth-link,
    .collapsible-toggle {
        padding-right: 60px;
    }

    .fullwidth-link::after,
    .collapsible-toggle::after {
        right: 39px;
    }
}

@media screen and (max-width: 767px) {
    .collapsible-block {
        margin-top: 15px;
    }

    .fullwidth-heading,
    .fullwidth-link,
    .collapsible-toggle {
        border-top: 1px solid #bdbdbd;
        border-bottom: 1px solid #bdbdbd;
        background: #f4f4f4;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .fullwidth-heading,
    .fullwidth-link {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .fullwidth-link {
        position: relative;
    }

    .collapsible-toggle {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        position: relative;
        cursor: pointer;
    }

    .fullwidth-link::after,
    .collapsible-toggle::after {
        position: absolute;
        width: 8px;
        height: 8px;
        border-left: 3px solid #02b2e2;
        border-bottom: 3px solid #02b2e2;
        content: "";
    }

    .fullwidth-link::after {
        top: 50%;
        transform: translateY(-50%) rotate(-135deg);
    }

    .collapsible-toggle::after {
        top: 8px;
        transform: rotate(-45deg);
    }

    .collapsible-block.open .collapsible-toggle::after {
        top: 13px;
        transform: rotate(135deg);
    }

    .collapsible-block:not(.open) .collapsible-content {
        height: 0;
        overflow-y: hidden;
    }

    .collapsible-content > *:first-child {
        margin-top: 18px;
    }
}

@media screen and (min-width: 768px) {
    .collapsible-content:not(.patient-pathway .collapsible-content) {
        display: block !important;
        height: auto !important;
    }
}

@media screen and (min-width: 1340px) {
    .collapsible-block {
        scroll-margin-top: 65px;
    }
}

.highlighted-block {
    margin-bottom: 18px;
    background: #e4f4fa;
    color: #666;
}

.highlighted-block > *:first-child {
    margin-top: 0;
}

@media screen and (max-width: 479px) {
    .highlighted-block {
        padding: 18px 8px;
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    .highlighted-block {
        padding: 24px 16px 23px;
    }
}

@media screen and (min-width: 640px) {
    .highlighted-block {
        padding: 24px 32px 23px;
        text-align: justify;
    }
}

.payment-info-links {
    margin-top: 20px;
    display: flex;
}

.payment-info-link {
    box-shadow: #ddd 0 3px 6px;
    border-radius: 5px;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
}

.payment-info-link.payment-info-pricelist-link {
    background-color: #ff0047;
}

.animations-loaded .payment-info-link {
    opacity: 0;
    transition: opacity 0.6666s ease-in-out;
}

.animations-loaded .payment-info-link.animate-in {
    opacity: 1;
}

.payment-info-link-icon {
    width: 60px;
    height: 50px;
    flex-shrink: 0;
    background-position: center;
    background-size: contain;
}

.payment-info-link-icon.pricelist-icon {
    background-image: url("../../../images/payment-info-links/pricelist-icon.png");
}

.payment-info-link-icon.installment-payment-icon {
    background-image: url("../../../images/payment-info-links/installment-payment-iccn.png");
}

.payment-info-link-icon.social-security-icon {
    background-image: url("../../../images/payment-info-links/social-security-icon.png");
}

.payment-info-link-text {
    padding: 6px 10px 4px;
    color: #ff0047;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
}

.payment-info-pricelist-link .payment-info-link-text {
    color: #fff;
}

@media screen and (max-width: 1339px) {
    .payment-info-links {
        flex-direction: column;
    }

    .payment-info-link {
        max-width: 400px;
    }

    .payment-info-link + .payment-info-link {
        margin-top: 10px;
    }
}

@media screen and (min-width: 1340px) {
    .payment-info-link {
        width: calc(calc(100% - 40px) / 3);
    }

    .payment-info-link + .payment-info-link {
        margin-left: 20px;
    }
}

.why-choose-us {
    margin-top: 20px;
}

.why-choose-us-items {
    display: flex;
    justify-content: space-between;
}

.why-choose-us-item {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

.animations-loaded .why-choose-us-item {
    opacity: 0;
    transition: opacity 0.6666s ease-in-out;
}

.animations-loaded .why-choose-us-item.animate-in {
    opacity: 1;
}

.why-choose-us-experience-item {
    background-image: url("../../../images/why-choose-us/experience-icon.png");
}

.why-choose-us-social-security-item {
    background-image: url("../../../images/why-choose-us/social-security-icon.png");
}

.why-choose-us-medical-procedure-item {
    background-image: url("../../../images/why-choose-us/medical-procedure-icon.png");
}

.why-choose-us-professional-team-item {
    background-image: url("../../../images/why-choose-us/professinal-team-icon.png");
}

.why-choose-us-surgery-item {
    background-image: url("../../../images/why-choose-us/surgery-icon.png");
}

.why-choose-us-recovered-patient-item {
    background-image: url("../../../images/why-choose-us/recovered-patient-icon.png");
}

.why-choose-us-private-clinic-item {
    background-image: url("../../../images/why-choose-us/private-clinic-icon.png");
}

.why-choose-us-short-wait-item {
    background-image: url("../../../images/why-choose-us/short-wait-icon.png");
}

.why-choose-us-direct-contact-item {
    background-image: url("../../../images/why-choose-us/direct-contact-icon.png");
}

.why-choose-us-experienced-team-item {
    background-image: url("../../../images/why-choose-us/experienced-team-icon.png");
}

.why-choose-us-special-attention-item {
    background-image: url("../../../images/why-choose-us/special-attention-icon.png");
}

.why-choose-us-item-text {
    text-align: center;
}

.why-choose-us-item-text-top {
    margin-right: -22px;
    margin-left: -22px;
}

.why-choose-us-item-text-bottom {
    margin-right: -22px;
    margin-left: -22px;
    text-transform: uppercase;
    font-weight: 700;
}

@media screen and (max-width: 567px) {
    .why-choose-us {
        max-width: 320px;
    }

    .why-choose-us-item:nth-child(n + 3) {
        margin-top: 20px;
    }
}

@media screen and (min-width: 568px) and (max-width: 1339px) {
    .why-choose-us {
        width: 490px;
    }

    .why-choose-us-item:nth-child(n + 4) {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1339px) {
    .why-choose-us {
        margin-right: auto;
        margin-left: auto;
    }

    .why-choose-us-items {
        flex-wrap: wrap;
    }

    .why-choose-us-item {
        width: 130px;
        padding-top: 112px;
    }

    .why-choose-us-item-text {
        line-height: 18px;
        font-size: 14px;
    }
}

@media screen and (min-width: 1340px) {
    .why-choose-us-item {
        width: 117px;
        padding-top: 100px;
    }

    .why-choose-us-item-text {
        line-height: 15px;
        font-size: 12px;
    }
}

.subheading-container {
    display: flex;
    align-items: center;
}

.subheading-icon {
    z-index: 1;
    margin-right: 15px;
    width: auto !important;
    height: 20px !important;
    border: 0 none !important;
    padding: 0 !important;
}

.subheading-text-extra {
    line-height: 15px;
    font-size: 13px;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .subheading-icon {
        display: none !important;
    }
}

.booking-info {
    margin-bottom: 18px;
}

.booking-info-item {
    display: flex;
}

.booking-info-item + .booking-info-item {
    margin-top: 18px;
}

.booking-info-label {
    flex-shrink: 0;
}

@media screen and (max-width: 399px) {
    .booking-info-label {
        width: 115px;
    }
}

@media screen and (min-width: 400px) {
    .booking-info-label {
        width: 130px;
    }
}

.image-grid,
.image-grid::before,
.image-grid::after,
.image-grid *,
.image-grid *::before,
.image-grid *::after {
    box-sizing: border-box;
}

.image-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.image-grid-item {
    max-width: 50%;
    padding: 10px;
}

.image-grid-item-caption {
    text-align: center;
}

.booking-button {
    display: block;
    margin-top: 24px;
    box-shadow: #ddd 0 3px 6px;
    max-width: 300px;
    width: 100%;
    border-radius: 5px;
    background: #99d5de;
    padding: 15px 20px 13px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    font-weight: 700;
    transition: background-color 0.3333s ease-in-out;
}

.booking-button:hover {
    background: #a9e5ee;
}

.patient-pathway .collapsible-block {
    margin-top: 15px;
}

.patient-pathway-heading,
.patient-pathway .collapsible-toggle {
    position: relative;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    background: #f4f4f4;
    padding-top: 6px;
    padding-bottom: 6px;
}

.patient-pathway .collapsible-toggle {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    cursor: pointer;
}

.patient-pathway .collapsible-toggle::before {
    position: absolute;
    top: -1px;
    width: 11px;
    height: calc(100% + 17px);
    background-color: #7dc9d8;
    background-image: url("/images/patient-pathway/road.png");
    background-repeat: repeat-y;
    content: "";
}

.patient-pathway .collapsible-block:last-child .collapsible-toggle::before {
    height: calc(50% + 1px);
}

.patient-pathway .collapsible-toggle::after {
    position: absolute;
    top: 8px;
    width: 8px;
    height: 8px;
    border-left: 3px solid #02b2e2;
    border-bottom: 3px solid #02b2e2;
    transform: rotate(-45deg);
    content: "";
}

.patient-pathway .collapsible-block.open .collapsible-toggle::after {
    top: 13px;
    transform: rotate(135deg);
}

.patient-pathway .subheading-icon {
    display: block !important;
    width: 25px !important;
    height: 25px !important;
}

.patient-pathway .collapsible-content {
    position: relative;
}

.patient-pathway .collapsible-content::before {
    position: absolute;
    top: -3px;
    width: 11px;
    background-color: #7dc9d8;
    background-image: url("/images/patient-pathway/road.png");
    background-repeat: repeat-y;
    content: "";
}

.patient-pathway .collapsible-block:last-child .collapsible-content::before {
    content: none;
}

.patient-pathway .collapsible-block:not(.open) .collapsible-content {
    height: 0 !important;
    overflow-y: hidden;
}

.patient-pathway .collapsible-content > *:first-child {
    margin-top: 18px;
}

@media screen and (max-width: 479px) {
    .patient-pathway .collapsible-toggle::before {
        left: 15px;
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    .patient-pathway .collapsible-toggle::before {
        left: 23px;
    }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
    .patient-pathway .collapsible-toggle::before {
        left: 39px;
    }
}

@media screen and (max-width: 767px) {
    .patient-pathway .collapsible-content {
        padding-left: 35px;
    }

    .patient-pathway .collapsible-content::before {
        height: calc(100% + 18px);
    }
}

@media screen and (min-width: 768px) {
    .patient-pathway-heading {
        padding-right: 14px;
        padding-left: 14px;
    }

    .patient-pathway .collapsible-toggle {
        padding-right: 60px;
    }

    .patient-pathway .collapsible-content::before {
        height: calc(100% + 35px);
    }

    .patient-pathway .collapsible-toggle::after {
        right: 27px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .patient-pathway-heading,
    .patient-pathway .collapsible-toggle {
        margin-right: -32px;
        margin-left: -32px;
    }

    .patient-pathway .collapsible-toggle {
        padding-left: 32px;
    }

    .patient-pathway .collapsible-content {
        padding-left: 40px;
    }
}

@media screen and (max-width: 1023px) {
    .patient-pathway .collapsible-content::before {
        left: 7px;
    }
}

@media screen and (min-width: 1024px) {
    .patient-pathway .collapsible-toggle {
        padding-left: 15px;
    }

    .patient-pathway .collapsible-content {
        padding-left: 55px;
    }

    .patient-pathway .collapsible-toggle::before {
        left: 22px;
    }

    .patient-pathway .collapsible-content::before {
        left: 22px;
    }
}

#homepage-patient-pathway {
    margin-top: 40px;
}

#homepage-patient-pathway h2 {
    margin-top: 34px;
    margin-bottom: 18px;
    color: #02b3e2;
    line-height: 22px;
    font-size: 18px;
    font-weight: 700;
}

#homepage-patient-pathway .subheading-text-extra {
    line-height: 15px;
    font-size: 13px;
    font-weight: 400;
}

#homepage-patient-pathway .collapsible-content {
    font-size: 14px;
    line-height: 18px;
    color: #666;
}

#homepage-patient-pathway .collapsible-content p,
#homepage-patient-pathway .collapsible-content ul,
#homepage-patient-pathway .collapsible-content ol {
    margin-top: 18px;
    margin-bottom: 18px;
}