@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/wp-content/uploads/2026/04/Lato-Heavy.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/wp-content/uploads/2026/04/Lato-Medium.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("/wp-content/uploads/2026/04/Lato-Light.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url("/wp-content/uploads/2026/04/Lato-Light-1.woff2") format("woff2");
}

:root {
    --sweb-accent: #a3897a;
    --sweb-accent-alt: #a28979;
    --sweb-dark: #000;
    --sweb-footer: #354c5f;
    --sweb-footer-dark: #293b4b;
}

.sweb-clean-template {
    color: #000;
    font-family: "Lato", sans-serif;
}

.sweb-clean-template *,
.sweb-clean-template *::before,
.sweb-clean-template *::after {
    box-sizing: border-box;
}

.sweb-clean-template a {
    color: inherit;
}

.sweb-clean-template button,
.sweb-clean-template [type="button"],
.sweb-clean-template [type="submit"] {
    font-family: "Lato", sans-serif;
}

.sweb-clean-template button:hover,
.sweb-clean-template button:focus,
.sweb-clean-template [type="button"]:hover,
.sweb-clean-template [type="button"]:focus,
.sweb-clean-template [type="submit"]:hover,
.sweb-clean-template [type="submit"]:focus {
    border-color: var(--sweb-accent);
    background-color: var(--sweb-accent);
    color: #fff;
    text-decoration: none;
}

.sweb-clean-template svg {
    display: block;
    height: 1em;
    width: 1em;
    fill: currentColor;
}

.sweb-visually-hidden,
.sweb-contact-form__trap {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.sweb-clean-header {
    position: relative;
    z-index: 20;
    background: #fff;
}

.sweb-clean-header__bar {
    position: relative;
    display: grid;
    grid-template-columns: 20% 60% 20%;
    align-items: center;
    min-height: 127px;
    width: 100%;
}

.sweb-clean-header__logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 14px 20px 14px 30px;
    color: var(--sweb-accent-alt);
}

.sweb-clean-header__logo-mark {
    display: inline-flex;
    align-items: center;
    color: var(--sweb-accent-alt);
}

.sweb-clean-header__logo-mark svg,
.sweb-clean-header__logo-mark img {
    display: block;
    width: auto;
    height: 60px;
    max-width: min(185px, 100%);
}

.sweb-clean-header__logo-mark svg path {
    fill: var(--sweb-accent-alt);
}

.sweb-clean-header__logo img {
    height: auto;
}

.sweb-clean-nav__list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.sweb-clean-nav__item {
    position: static;
    display: flex;
    align-items: center;
}

.sweb-clean-nav__item:not(:last-child)::after {
    content: "|";
    display: inline-block;
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 1;
}

.sweb-clean-nav__link {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 0 18px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    transition: color .2s ease;
}

.sweb-clean-nav__link:hover,
.sweb-clean-nav__link[aria-current="page"] {
    color: var(--sweb-accent);
}

.sweb-clean-nav__item--has-dropdown > .sweb-clean-nav__link {
    position: relative;
}

.sweb-clean-nav__item--has-dropdown > .sweb-clean-nav__link::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 25;
    width: 100vw;
    height: 72px;
    transform: translateX(-50%);
    pointer-events: none;
}

.sweb-clean-nav__item--has-dropdown:hover > .sweb-clean-nav__link::after,
.sweb-clean-nav__item--has-dropdown:focus-within > .sweb-clean-nav__link::after {
    pointer-events: auto;
}

.sweb-clean-mega {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 30;
    width: 100%;
    padding: 24px 0 100px;
    border-bottom: 10px solid var(--sweb-accent-alt);
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, visibility .18s ease;
}

.sweb-clean-nav__item--has-dropdown:hover .sweb-clean-mega,
.sweb-clean-nav__item--has-dropdown:focus-within .sweb-clean-mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.sweb-clean-mega__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.sweb-clean-search {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    min-width: 0;
    width: 100%;
    padding-right: 30px;
}

.sweb-clean-search input,
.sweb-clean-mobile-search input {
    width: 145px;
    min-height: 44px;
    padding: 9px 10px;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    background: #fff;
    color: #000;
    font-family: "Lato", sans-serif;
}

.sweb-clean-search input {
    flex: 1 1 0;
    min-width: 0;
    width: 254px;
}

.sweb-clean-search button,
.sweb-clean-mobile-search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    padding: 9px 20px;
    border: 1px solid #212121;
    border-radius: 0;
    background: #212121;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.sweb-clean-search button {
    flex: 0 0 auto;
}

.sweb-clean-mobile-search button {
    border-left: 0;
}

.sweb-clean-search button:hover,
.sweb-clean-search button:focus-visible,
.sweb-clean-mobile-search button:hover,
.sweb-clean-mobile-search button:focus-visible {
    border-color: var(--sweb-accent);
    background: var(--sweb-accent);
    color: #fff;
}

.sweb-clean-search button svg,
.sweb-clean-mobile-search button svg {
    width: 26px;
    height: 26px;
}

.sweb-clean-icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #000;
    cursor: pointer;
}

.sweb-clean-template .sweb-clean-icon-button:hover,
.sweb-clean-template .sweb-clean-icon-button:focus,
.sweb-clean-template .sweb-clean-icon-button:focus-visible {
    border-color: transparent;
    background: transparent;
    color: var(--sweb-accent);
}

.sweb-clean-icon-button svg {
    width: 20px;
    height: 20px;
}

.sweb-clean-header__mobile-actions,
.sweb-clean-mobile-search,
.sweb-clean-mobile-menu {
    display: none;
}

.sweb-mobile-menu-open,
.sweb-mobile-menu-open body {
    overflow: hidden;
}

.sweb-clean-mobile-menu:not([hidden]) {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: stretch;
    justify-content: center;
    background: rgba(0, 0, 0, .8);
    color: #000;
}

.sweb-clean-mobile-menu__panel {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100vw;
    min-height: 100vh;
    padding: 10px 20px 36px;
    overflow-y: auto;
    background: #fff;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    -webkit-overflow-scrolling: touch;
}

@supports (height: 100dvh) {
    .sweb-clean-mobile-menu__panel {
        min-height: 100dvh;
    }
}

.sweb-clean-mobile-menu__top {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.sweb-clean-mobile-menu__logo {
    display: inline-flex;
    align-self: flex-start;
    margin-top: 14px;
    color: var(--sweb-accent-alt);
}

.sweb-clean-mobile-menu__logo svg,
.sweb-clean-mobile-menu__logo img {
    display: block;
    width: auto;
    height: 50px;
    max-width: 180px;
}

.sweb-clean-mobile-menu__logo svg path {
    fill: var(--sweb-accent-alt);
}

.sweb-clean-mobile-menu__close {
    position: absolute;
    top: 10px;
    right: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #000;
    color: #fff;
    cursor: pointer;
}

.sweb-clean-template .sweb-clean-mobile-menu__close:hover,
.sweb-clean-template .sweb-clean-mobile-menu__close:focus,
.sweb-clean-template .sweb-clean-mobile-menu__close:focus-visible {
    border-color: transparent;
    background: #000;
    color: #fff;
}

.sweb-clean-mobile-menu__close svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.sweb-clean-mobile-menu__items {
    display: flex;
    flex-direction: column;
    gap: 26px;
    margin-top: 48px;
}

.sweb-clean-mobile-menu__link,
.sweb-clean-mobile-accordion summary {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    text-decoration: none;
}

.sweb-clean-mobile-accordion {
    margin: 0;
}

.sweb-clean-mobile-accordion summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0;
    list-style: none;
    cursor: pointer;
}

.sweb-clean-mobile-accordion summary::-webkit-details-marker {
    display: none;
}

.sweb-clean-mobile-arrow {
    position: relative;
    display: inline-block;
    flex: 0 0 38px;
    width: 38px;
    height: 16px;
    margin-right: 6px;
}

.sweb-clean-mobile-arrow::before,
.sweb-clean-mobile-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
}

.sweb-clean-mobile-arrow::before {
    left: 0;
    width: 34px;
    height: 2px;
    background: #222;
    transform: translateY(-50%);
}

.sweb-clean-mobile-arrow::after {
    right: 1px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    transform: translateY(-50%) rotate(45deg);
}

.sweb-clean-mobile-accordion[open] .sweb-clean-mobile-arrow::before {
    right: 0;
    left: auto;
}

.sweb-clean-mobile-accordion[open] .sweb-clean-mobile-arrow::after {
    right: auto;
    left: 1px;
    transform: translateY(-50%) rotate(-135deg);
}

.sweb-clean-mobile-accordion__content {
    padding: 12px 0 0 20px;
    overflow: hidden;
    transition: height .2s ease, opacity .2s ease;
}

.sweb-clean-mobile-accordion.is-animating .sweb-clean-mobile-accordion__content {
    overflow: hidden;
}

.sweb-clean-mobile-accordion__all {
    display: block;
    margin-bottom: 10px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
}

.sweb-clean-mobile-accordion__content .menu-zabiegi {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}

.sweb-clean-mobile-accordion__content .menu-zabiegi li {
    margin-bottom: 10px;
}

.sweb-clean-mobile-accordion__content .menu-zabiegi a {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    text-decoration: none;
}

.sweb-clean-mobile-menu__socials {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0;
    margin: 64px 0 0 -4px;
    list-style: none;
}

.sweb-clean-mobile-menu__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: #000;
}

.sweb-clean-mobile-menu__socials svg,
.sweb-clean-mobile-menu__socials img {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
    fill: currentColor;
}

.sweb-clean-mobile-menu__socials img {
    filter: brightness(0);
}

@media (prefers-reduced-motion: reduce) {
    .sweb-clean-mobile-accordion__content {
        transition: none;
    }
}

.sweb-clean-breadcrumbs {
    width: min(1140px, calc(100% - 40px));
    margin: 0 auto;
    padding: 0 0 14px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.sweb-clean-breadcrumbs .breadcrumbs {
    margin: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.sweb-clean-breadcrumbs a {
    color: #000;
    text-decoration: none;
}

.sweb-clean-breadcrumbs .sep {
    margin: 0 2px;
    padding: 0;
    color: #000;
}

.sweb-clean-breadcrumbs .current {
    color: var(--sweb-accent-alt);
    font-weight: 600;
}

.sweb-contact {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.sweb-contact::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/wp-content/uploads/2023/09/logo_v2.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 80% auto;
    opacity: .02;
    pointer-events: none;
}

.sweb-contact__inner {
    position: relative;
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto;
    padding: 68px 20px 78px;
}

.sweb-contact__heading-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 0 65px;
}

.sweb-contact__heading-row h1 {
    margin: 0;
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.2;
}

.sweb-contact__divider {
    display: block;
    width: 50%;
    height: 1px;
    background: #000;
}

.sweb-contact__divider:first-child {
    justify-self: end;
    margin-right: 20px;
}

.sweb-contact__divider:last-child {
    justify-self: start;
    margin-left: 20px;
}

.sweb-contact__intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.sweb-contact__image {
    flex: 0 0 auto;
    margin: 0;
}

.sweb-contact__image img {
    display: block;
    width: 300px;
    height: auto;
    border: 6px solid #dfdfdf;
}

.sweb-contact__lead {
    color: #000;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.35;
    text-align: right;
}

.sweb-contact__lead p {
    margin: 0 0 1em;
}

.sweb-contact__lead p:last-child {
    margin-bottom: 0;
}

.sweb-contact__quick-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 22px 0 26px;
    font-style: normal;
}

.sweb-contact__quick-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    gap: 6px;
    color: #000;
    font-size: 20px;
    text-decoration: none;
    transition: color .2s ease;
}

.sweb-contact__quick-link:not(:last-child) {
    border-right: 1px dotted var(--sweb-accent);
}

.sweb-contact__quick-link:hover {
    color: var(--sweb-accent);
}

.sweb-contact__quick-link img,
.sweb-contact__quick-link svg {
    width: 38px;
    height: 38px;
    object-fit: contain;
    flex: 0 0 auto;
}

.sweb-contact__quick-link[href^="mailto"] svg {
    width: 30px;
    height: 30px;
}

.sweb-contact__form-section {
    display: flex;
    justify-content: center;
}

.sweb-contact-form {
    width: 100%;
}

.sweb-contact__message {
    width: 100%;
    margin: 0 0 12px;
    color: #000;
    font-size: 15px;
}

.sweb-contact__message-list {
    margin: 0;
    padding-left: 18px;
}

.sweb-contact__message-list li {
    margin: 0 0 4px;
}

.sweb-contact-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 22px;
}

.sweb-contact-form__field {
    margin: 0;
}

.sweb-contact-form__field--full {
    grid-column: 1 / -1;
}

.sweb-contact-form input[type="text"],
.sweb-contact-form input[type="email"],
.sweb-contact-form textarea {
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid #8496a5;
    border-radius: 0;
    background: #fff;
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.sweb-contact-form textarea {
    min-height: 118px;
    resize: vertical;
}

.sweb-contact-form__field--invalid input[type="text"],
.sweb-contact-form__field--invalid input[type="email"],
.sweb-contact-form__field--invalid textarea {
    border-color: #9f1d1d;
}

.sweb-contact-form__error {
    display: block;
    margin: 6px 0 0;
    min-height: 18px;
    color: #9f1d1d;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
}

.sweb-contact-form__error[hidden] {
    display: block;
    visibility: hidden;
}

.sweb-contact-form__acceptance {
    position: relative;
    margin: 0 0 12px;
    color: #000;
    font-size: 14px;
    line-height: 16px;
}

.sweb-contact-form__acceptance input {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

.sweb-contact-form__acceptance--invalid input {
    outline: 1px solid #9f1d1d;
    outline-offset: 2px;
}

.sweb-contact-form__acceptance .sweb-contact-form__error {
    padding-left: 24px;
}

.sweb-contact-form__acceptance label {
    display: block;
    padding-left: 24px;
}

.sweb-contact-form__acceptance a {
    color: #000;
}

.sweb-contact-form__actions {
    display: flex;
    justify-content: flex-end;
    margin: 10px 0 0;
}

.sweb-contact-form__actions button {
    border: 0;
    border-radius: 0;
    background: var(--sweb-accent);
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    padding: 13px 24px;
    cursor: pointer;
    transition: background .2s ease;
}

.sweb-clean-template .sweb-contact-form__actions button:hover,
.sweb-clean-template .sweb-contact-form__actions button:focus,
.sweb-clean-template .sweb-contact-form__actions button:focus-visible {
    background: var(--sweb-accent-alt);
    color: #fff;
}

.sweb-contact__bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 46px;
}

.sweb-contact__bottom-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #000;
    font-size: 20px;
    text-decoration: none;
    transition: color .2s ease;
}

.sweb-contact__bottom-link:hover {
    color: var(--sweb-accent);
}

.sweb-contact__bottom-link svg,
.sweb-contact__bottom-link img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.sweb-contact__bottom-button {
    border: 0;
    background: transparent;
    color: #000;
    font-family: "Lato", sans-serif;
    cursor: pointer;
}

.sweb-clean-template .sweb-contact__bottom-button:hover,
.sweb-clean-template .sweb-contact__bottom-button:focus,
.sweb-clean-template .sweb-contact__bottom-button:focus-visible {
    border-color: transparent;
    background: transparent;
    color: var(--sweb-accent);
    outline-color: var(--sweb-accent);
}

.sweb-contact__socials {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0;
    margin: 0;
}

.sweb-contact__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: var(--sweb-accent);
    transition: color .2s ease;
}

.sweb-contact__socials a:hover,
.sweb-contact__socials a:focus,
.sweb-contact__socials a:focus-visible {
    color: var(--sweb-accent);
}

.sweb-contact__socials svg,
.sweb-contact__socials img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.sweb-contact__socials svg path {
    fill: currentColor;
}

.sweb-booking-modal {
    position: fixed;
    z-index: 1000;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5vh 5vw;
}

.sweb-booking-modal[hidden] {
    display: none;
}

.sweb-booking-modal__overlay {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(0, 0, 0, .8);
    cursor: pointer;
}

.sweb-clean-template .sweb-booking-modal__overlay:hover,
.sweb-clean-template .sweb-booking-modal__overlay:focus {
    border-color: transparent;
    background: rgba(0, 0, 0, .8);
}

.sweb-booking-modal__panel {
    position: relative;
    z-index: 1;
    width: 90%;
    height: 90vh;
    overflow: auto;
    background: #fff;
}

.sweb-booking-modal__panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/wp-content/uploads/2023/09/logo_v2.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 82% auto;
    opacity: .05;
    pointer-events: none;
}

.sweb-booking-modal__close {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 18px 22px 0;
    border: 0;
    background: transparent;
    color: #000;
    cursor: pointer;
}

.sweb-booking-modal__close svg {
    width: 28px;
    height: 28px;
}

.sweb-clean-template .sweb-booking-modal__close:hover,
.sweb-clean-template .sweb-booking-modal__close:focus,
.sweb-clean-template .sweb-booking-modal__close:focus-visible {
    border-color: transparent;
    background: transparent;
    color: var(--sweb-accent);
    outline-color: var(--sweb-accent);
}

.sweb-booking-modal__frame {
    position: relative;
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px;
}

.sweb-booking-modal iframe {
    display: block;
    width: 100%;
    height: 744px;
    border: 0;
    overflow: hidden;
}

.sweb-modal-open {
    overflow: hidden;
}

.sweb-cookie-consent {
    position: fixed;
    z-index: 1200;
    right: auto;
    bottom: 20px;
    left: 20px;
    width: min(760px, calc(100vw - 40px));
}

.sweb-cookie-consent[hidden],
.sweb-cookie-consent__preferences[hidden],
.sweb-cookie-consent__actions [hidden] {
    display: none !important;
}

.sweb-cookie-consent__panel {
    border: 1px solid rgba(0, 0, 0, .04);
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .16);
    color: #252525;
    padding: 24px 30px 32px;
}

.sweb-cookie-consent__header {
    display: grid;
    grid-template-columns: 170px 1fr;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
}

.sweb-cookie-consent__logo {
    display: block;
    width: 148px;
    max-width: 100%;
    height: auto;
}

.sweb-cookie-consent h2 {
    margin: 0;
    color: #252525;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
}

.sweb-cookie-consent__description {
    max-width: 680px;
    margin: 0 0 34px;
    color: #252525;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
}

.sweb-cookie-consent__preferences {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: -8px 0 24px;
}

.sweb-cookie-consent__toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 44px;
    padding: 8px 12px;
    border: 1px solid rgba(163, 137, 122, .55);
    color: #5f4d43;
    font-size: 15px;
    line-height: 1.3;
}

.sweb-cookie-consent__toggle input {
    width: 20px;
    height: 20px;
    accent-color: var(--sweb-accent);
}

.sweb-cookie-consent__actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.sweb-cookie-consent__actions button {
    min-height: 58px;
    padding: 10px 14px;
    border: 2px solid #6a5348;
    border-radius: 0;
    background: #fff;
    color: #6a5348;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.15;
    cursor: pointer;
}

.sweb-cookie-consent__actions button:hover,
.sweb-cookie-consent__actions button:focus,
.sweb-cookie-consent__actions button:focus-visible {
    border-color: var(--sweb-accent);
    background: var(--sweb-accent);
    color: #fff;
}

.sweb-front-main {
    width: 100%;
    max-width: none !important;
    padding: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    overflow: hidden;
}

.sweb-home-hero {
    display: grid;
    grid-template-columns: 66% 34%;
    width: 100vw;
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    min-height: 90vh;
    background: #fff;
}

.sweb-home-hero__video,
.sweb-home-slider {
    position: relative;
    min-height: 90vh;
    overflow: hidden;
}

.sweb-home-hero__video video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.sweb-home-slider__track,
.sweb-home-slider__slide {
    position: absolute;
    inset: 0;
}

.sweb-home-slider__slide {
    background-position: center center;
    background-size: cover;
    opacity: 0;
    transition: opacity 1s ease;
}

.sweb-home-slider__slide.is-active {
    opacity: 1;
}

.sweb-home-slider__arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 4px;
    border: 0;
    border-radius: 200px;
    background: #fff;
    color: #000;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background .2s ease, color .2s ease;
}

.sweb-home-slider__arrow--prev {
    left: 0;
}

.sweb-home-slider__arrow--next {
    right: 0;
}

.sweb-clean-template .sweb-home-slider__arrow:hover,
.sweb-clean-template .sweb-home-slider__arrow:focus,
.sweb-clean-template .sweb-home-slider__arrow:focus-visible {
    border-color: transparent;
    background: #000;
    color: #fff;
}

.sweb-home-slider__arrow svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
}

.sweb-home-about {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.sweb-home-about::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/wp-content/uploads/2023/09/logo_v2.svg");
    background-repeat: no-repeat;
    background-position: calc(50% + 120px) 207px;
    background-size: 520px auto;
    opacity: .03;
    pointer-events: none;
}

.sweb-home-about__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.sweb-home-about__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sweb-home-about h1,
.sweb-home-about h2 {
    margin: 0;
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 52px;
}

.sweb-home-about h2 {
    margin-top: 10px;
}

.sweb-home-about h2 span {
    font-size: 48px;
}

.sweb-home-about p {
    margin: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.sweb-home-about__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 4px;
}

.sweb-home-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 20px;
    background: #8496a5;
    color: #fff;
    font-family: "Poppins", "Lato", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 30px;
    text-decoration: none;
    transition: background .2s ease;
}

.sweb-home-pill:hover,
.sweb-home-pill:focus,
.sweb-home-pill:focus-visible {
    background: #687681;
    color: #fff;
}

.sweb-home-pill svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.sweb-home-pill svg path {
    fill: currentColor;
}

.sweb-home-about__image {
    margin: 0;
}

.sweb-home-about__image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 680px;
    object-fit: cover;
    object-position: center center;
}

.sweb-home-treatments {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px 100px;
}

.sweb-home-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 15px;
}

.sweb-home-heading span {
    display: flex;
    flex: 1 1 0;
    align-items: center;
    height: 31px;
    background: transparent;
}

.sweb-home-heading span::before {
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    background: #000;
}

.sweb-home-heading span:first-child {
    justify-content: flex-end;
}

.sweb-home-heading span:last-child {
    justify-content: flex-start;
}

.sweb-home-heading h2 {
    margin: 0;
    color: #000;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.2;
    text-align: end;
    white-space: nowrap;
}

.sweb-home-treatments__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.sweb-home-treatment-card {
    position: relative;
    display: flex;
    flex-direction: column;
    color: #000;
    text-decoration: none;
}

.sweb-home-treatment-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: #cdd5db;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}

.sweb-home-treatment-card:hover::after,
.sweb-home-treatment-card:focus::after,
.sweb-home-treatment-card:focus-visible::after {
    opacity: .5;
}

.sweb-home-treatment-card__image {
    display: block;
    min-height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sweb-home-treatment-card__label {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    text-align: center;
}

.sweb-clean-footer {
    color: #fff;
    font-family: "Lato", sans-serif;
}

.sweb-clean-footer a {
    color: inherit;
    text-decoration: none;
}

.sweb-clean-footer__hero {
    min-height: 566px;
    padding: 50px 0 0;
    border: solid #fff;
    border-width: 20px 20px 0;
    border-radius: 50px 50px 0 0;
    background: var(--sweb-footer);
}

.sweb-clean-footer__brand {
    display: grid;
    grid-template-columns: 33% 1fr;
    align-items: center;
    padding: 0 50px;
}

.sweb-clean-footer__brand a {
    color: #fff;
}

.sweb-clean-footer__logo-mark {
    display: inline-flex;
    align-items: center;
    color: #fff;
}

.sweb-clean-footer__logo-mark svg,
.sweb-clean-footer__logo-mark img {
    display: block;
    width: auto;
    height: 140px;
    max-width: 100%;
}

.sweb-clean-footer__logo-mark svg path {
    fill: #fff;
}

.sweb-clean-footer__brand p {
    margin: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    line-height: 52px;
    text-align: right;
}

.sweb-clean-footer__info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
    padding: 20px 50px;
}

.sweb-clean-footer__company-name {
    margin: 0 0 12px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
}

.sweb-clean-footer__company p:not(.sweb-clean-footer__company-name) {
    margin: 0 0 16px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}

.sweb-clean-footer__contact-list,
.sweb-clean-footer__docs ul,
.sweb-clean-footer__links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sweb-clean-footer__contact-list {
    margin-bottom: 10px;
}

.sweb-clean-footer__contact-list a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #d6d6d6;
    font-size: 16px;
    line-height: 1.5;
}

.sweb-clean-footer__contact-list img,
.sweb-clean-footer__contact-list span {
    display: inline-flex;
    width: 20px;
    height: 20px;
    color: #fff;
    filter: brightness(0) invert(1);
}

.sweb-clean-footer__socials {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.sweb-clean-footer__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #fff;
}

.sweb-clean-footer__socials svg,
.sweb-clean-footer__socials img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.sweb-clean-footer__docs {
    display: flex;
    justify-content: flex-end;
}

.sweb-clean-footer__docs a {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 6px;
    color: #f0f0f0;
    font-size: 12px;
    line-height: 1.45;
    text-align: right;
}

.sweb-clean-footer__docs li {
    display: flex;
    justify-content: flex-end;
}

.sweb-clean-footer__docs li::before {
    content: "";
    width: 12px;
    height: 14px;
    margin-top: 1px;
    background: url("/wp-content/uploads/2023/09/klinika.svg") center / contain no-repeat;
    filter: brightness(0) invert(1);
    flex: 0 0 auto;
}

.sweb-clean-footer__links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 65px 50px;
    border: solid #fff;
    border-width: 0 20px;
    background: var(--sweb-footer-dark);
}

.sweb-clean-footer__column h2 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

.sweb-clean-footer__column h2::after {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    margin: 12px 0;
    background: var(--sweb-accent);
}

.sweb-clean-footer__column li {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    color: #f0f0f0;
    font-size: 12px;
    line-height: 1.45;
}

.sweb-clean-footer__column li:not(:last-child) {
    margin-bottom: 6px;
}

.sweb-clean-footer__column li::before {
    content: "";
    width: 12px;
    height: 14px;
    margin-top: 1px;
    background: url("/wp-content/uploads/2023/09/klinika.svg") center / contain no-repeat;
    filter: brightness(0) invert(1);
    flex: 0 0 auto;
}

.sweb-clean-footer__column a:hover,
.sweb-clean-footer__docs a:hover,
.sweb-clean-footer__contact-list a:hover {
    color: #fff;
    text-decoration: underline;
}

.sweb-clean-footer__copyright {
    padding: 10px 50px;
    border: solid #fff;
    border-width: 0 20px;
    background: #1e2c38;
}

.sweb-clean-footer__copyright p {
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
}

.sweb-clean-page {
    background: #fff;
}

.sweb-clean-page__section {
    position: relative;
    overflow: hidden;
    min-height: 58vh;
    background: #fff;
}

.sweb-clean-page__section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/wp-content/uploads/2023/09/logo_v2.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 80% auto;
    opacity: .02;
    pointer-events: none;
}

.sweb-clean-page__inner {
    position: relative;
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto;
    padding: 68px 20px 78px;
}

.sweb-clean-page__heading-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 0 48px;
}

.sweb-clean-page__heading-row h1 {
    margin: 0;
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
}

.sweb-clean-page__divider {
    display: block;
    width: 50%;
    height: 1px;
    background: #000;
}

.sweb-clean-page__divider:first-child {
    justify-self: end;
    margin-right: 20px;
}

.sweb-clean-page__divider:last-child {
    justify-self: start;
    margin-left: 20px;
}

.sweb-clean-page__search-form {
    display: flex;
    width: min(100%, 620px);
    margin: 0 auto;
}

.sweb-clean-page__search-form input {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid #8496a5;
    border-radius: 0;
    background: #fff;
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.sweb-clean-page__search-form button,
.sweb-clean-page__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 24px;
    border: 1px solid var(--sweb-accent);
    border-radius: 0;
    background: var(--sweb-accent);
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.sweb-clean-page__button--muted {
    border-color: #8496a5;
    background: #8496a5;
}

.sweb-clean-template .sweb-clean-page__search-form button:hover,
.sweb-clean-template .sweb-clean-page__search-form button:focus,
.sweb-clean-template .sweb-clean-page__search-form button:focus-visible,
.sweb-clean-template .sweb-clean-page__button:hover,
.sweb-clean-template .sweb-clean-page__button:focus,
.sweb-clean-template .sweb-clean-page__button:focus-visible {
    border-color: var(--sweb-accent-alt);
    background: var(--sweb-accent-alt);
    color: #fff;
}

.sweb-search-page__intro {
    margin: 0 auto 34px;
    text-align: center;
}

.sweb-search-page__intro p {
    margin: 0 0 18px;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.35;
}

.sweb-search-page__intro strong {
    font-weight: 600;
}

.sweb-search-results {
    display: grid;
    gap: 18px;
}

.sweb-search-result {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 22px;
    border: 1px solid #e2e2e2;
    background: rgba(255, 255, 255, .9);
}

.sweb-search-result--with-image {
    grid-template-columns: 260px minmax(0, 1fr);
}

.sweb-search-result__image {
    display: block;
    min-height: 180px;
    overflow: hidden;
    background: #e9e9e9;
}

.sweb-search-result__image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 180px;
    object-fit: cover;
}

.sweb-search-result__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sweb-search-result__type {
    margin: 0 0 8px;
    color: var(--sweb-accent);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
}

.sweb-search-result h2 {
    margin: 0 0 10px;
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.2;
}

.sweb-search-result h2 a {
    color: inherit;
    text-decoration: none;
}

.sweb-search-result h2 a:hover,
.sweb-search-result h2 a:focus {
    color: var(--sweb-accent);
}

.sweb-search-result__excerpt {
    margin: 0 0 18px;
    color: #000;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.55;
}

.sweb-search-result__excerpt p {
    margin: 0;
}

.sweb-clean-page__empty,
.sweb-error-page__content {
    max-width: 760px;
    margin: 0 auto;
    color: #000;
    text-align: center;
}

.sweb-clean-page__empty h2,
.sweb-error-page__content h2 {
    margin: 0 0 16px;
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 38px;
    font-weight: 300;
    line-height: 1.2;
}

.sweb-clean-page__empty p,
.sweb-error-page__content p {
    margin: 0 0 22px;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.45;
}

.sweb-error-page__eyebrow {
    color: var(--sweb-accent) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    text-transform: uppercase;
}

.sweb-error-page__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
}

.sweb-clean-page .navigation.pagination {
    margin: 34px 0 0;
}

.sweb-clean-page .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.sweb-clean-page .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.sweb-clean-page .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding: 8px 12px;
    border: 1px solid #d8d8d8;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
}

.sweb-clean-page .page-numbers.current,
.sweb-clean-page .page-numbers:hover,
.sweb-clean-page .page-numbers:focus {
    border-color: var(--sweb-accent);
    background: var(--sweb-accent);
    color: #fff;
}

.sweb-blog-category-grid,
.sweb-blog-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.sweb-blog-category-grid {
    margin-bottom: 62px;
}

.sweb-blog-category-card,
.sweb-blog-card {
    min-width: 0;
}

.sweb-blog-category-card__link,
.sweb-blog-card__link {
    display: flex;
    min-height: 100%;
    color: #000;
    text-decoration: none;
}

.sweb-blog-category-card__link {
    width: 100%;
    min-height: 150px;
    padding: 4px;
    border-radius: 20px;
    background: #e9e9e9;
    transition: background .2s ease;
}

.sweb-blog-category-card__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 142px;
    padding: 18px;
    border: 4px solid #fff;
    border-radius: 16px;
    background: #e9e9e9;
    transition: background .2s ease;
}

.sweb-blog-category-card__title {
    display: flex;
    align-items: center;
    min-height: 80px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
}

.sweb-blog-category-card__more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.sweb-blog-category-card__more span:first-child {
    position: relative;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border: 2px solid var(--sweb-accent);
    border-radius: 50%;
}

.sweb-blog-category-card__more span:first-child::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    width: 6px;
    height: 6px;
    border-top: 2px solid var(--sweb-accent);
    border-right: 2px solid var(--sweb-accent);
    transform: translateY(-50%) rotate(45deg);
}

.sweb-blog-category-card__link:hover,
.sweb-blog-category-card__link:focus-visible,
.sweb-blog-category-card__link:hover .sweb-blog-category-card__inner,
.sweb-blog-category-card__link:focus-visible .sweb-blog-category-card__inner {
    background: #d5dce1;
}

.sweb-blog-card__link {
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 300px;
    background: #f0f0f0;
    transition: background .2s ease;
}

.sweb-blog-card__link:hover,
.sweb-blog-card__link:focus-visible {
    background: #d5dce1;
}

.sweb-blog-card__title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 14px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
}

.sweb-blog-card__media {
    display: block;
    width: 100%;
    min-height: 150px;
    overflow: hidden;
    background-color: #e4e4e4;
    background-image: url("/wp-content/uploads/2023/09/logo_v2.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 54% auto;
}

.sweb-blog-card__media img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.sweb-blog-card__action {
    align-self: center;
    margin: 18px;
    padding: 5px 14px 7px;
    border-radius: 20px;
    background: var(--sweb-accent);
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    transition: background .2s ease;
}

.sweb-blog-card__link:hover .sweb-blog-card__action,
.sweb-blog-card__link:focus-visible .sweb-blog-card__action {
    background: var(--sweb-accent-alt);
}

.sweb-blog-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    margin: 0 0 30px;
}

.sweb-blog-category-grid + .sweb-blog-section-heading {
    margin-top: 0;
}

.sweb-blog-section-heading span[aria-hidden="true"] {
    display: block;
    height: 1px;
    background: #000;
}

.sweb-blog-section-heading h2 {
    margin: 0;
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
}

.sweb-blog-archive__description {
    max-width: 760px;
    margin: -18px auto 36px;
    color: #000;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
}

.sweb-blog-archive__description p {
    margin: 0;
}

.sweb-blog-single__article {
    max-width: none;
    margin: 0 auto;
}

.site-main.sweb-blog-single {
    max-width: none;
    width: 100%;
}

.single-post .sweb-clean-breadcrumbs,
.sweb-blog-single .sweb-clean-page__inner {
    max-width: 1490px;
    width: min(1490px, calc(100% - 40px));
}

.sweb-blog-single .sweb-clean-page__section {
    min-height: 0;
}

.sweb-blog-single .sweb-clean-page__section::before {
    display: none;
}

.sweb-blog-single .sweb-clean-page__inner {
    padding-top: 46px;
    padding-bottom: 70px;
}

.sweb-blog-single__header h1 {
    max-width: 980px;
    margin: 0 auto 48px;
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
}

.sweb-blog-single__image {
    max-width: none;
    margin: 0 0 64px;
}

.sweb-blog-single__image img {
    display: block;
    width: 100%;
    height: clamp(260px, 31vw, 450px);
    object-fit: cover;
    object-position: center;
}

.sweb-blog-single__content {
    max-width: 980px;
    margin: 0 auto;
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.72;
}

.sweb-blog-single__content > * {
    margin-top: 0;
}

.sweb-blog-single__content > *:last-child {
    margin-bottom: 0;
}

.sweb-blog-single__content p {
    margin: 0 0 18px;
}

.sweb-blog-single__content ul,
.sweb-blog-single__content ol {
    margin: 0 0 24px;
    padding-left: 1.35em;
}

.sweb-blog-single__content li {
    margin: 0 0 8px;
    padding-left: 4px;
}

.sweb-blog-single__content li:last-child {
    margin-bottom: 0;
}

.sweb-blog-single__content strong,
.sweb-blog-single__content b {
    font-weight: 600;
}

.sweb-blog-single__content h2,
.sweb-blog-single__content h3,
.sweb-blog-single__content h4 {
    margin: 42px 0 16px;
    color: #000;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    line-height: 1.2;
}

.sweb-blog-single__content h2 {
    font-size: 32px;
}

.sweb-blog-single__content h3 {
    font-size: 25px;
}

.sweb-blog-single__content h4 {
    font-size: 21px;
}

.sweb-blog-single__content h2:first-child,
.sweb-blog-single__content h3:first-child,
.sweb-blog-single__content h4:first-child {
    margin-top: 0;
}

.sweb-blog-single__content a {
    color: var(--sweb-accent);
}

.sweb-blog-single__content img {
    max-width: 100%;
    height: auto;
}

.sweb-blog-single__content figure {
    margin: 34px 0;
}

.sweb-blog-single__content blockquote {
    margin: 34px 0;
    padding: 4px 0 4px 24px;
    border-left: 3px solid var(--sweb-accent);
    color: #222;
}

.sweb-blog-single__content blockquote p:last-child {
    margin-bottom: 0;
}

.sweb-blog-single__page-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}

.sweb-blog-single__specialists,
.sweb-blog-single__related {
    max-width: none;
    margin: 88px auto 0;
}

.sweb-blog-single__specialists .sweb-blog-section-heading,
.sweb-blog-single__related .sweb-blog-section-heading {
    max-width: 840px;
    margin-right: auto;
    margin-bottom: 62px;
    margin-left: auto;
}

.sweb-blog-single__specialists .specjalista-lista {
    display: grid;
    grid-template-columns: 270px;
    justify-content: start;
    gap: 0;
    margin: 0;
}

.sweb-blog-single__specialists .specjalista-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 270px;
    padding: 24px;
    border: 1px solid #dedede;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
    text-align: center;
}

.sweb-blog-single__specialists .specjalista-item:hover {
    box-shadow: none;
}

.sweb-blog-single__specialists .specjalista-thumb-wrapper {
    width: 100%;
    margin: 0 0 24px;
}

.sweb-blog-single__specialists .specjalista-thumb {
    display: block;
    width: 100%;
    height: 315px;
    border: 0;
    border-radius: 0;
    object-fit: cover;
    object-position: center top;
}

.sweb-blog-single__specialists .specjalista-nazwa {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
}

.sweb-blog-single__specialists .specjalista-specjalizacja {
    margin: 0 0 12px;
    color: #777;
    font-size: 13px;
    line-height: 1.35;
}

.sweb-blog-single__specialists .specjalista-btn {
    margin-top: 0;
    padding: 7px 16px;
    border-radius: 20px;
    background: var(--sweb-accent);
    color: #fff !important;
    font-size: 13px;
    line-height: 1.2;
}

.sweb-blog-single__specialists .specjalista-btn:hover,
.sweb-blog-single__specialists .specjalista-btn:focus {
    background: var(--sweb-accent-alt);
}

.sweb-blog-single__related .sweb-blog-card__link {
    min-height: 310px;
}

.sweb-blog-single__related .sweb-blog-card__media {
    min-height: 170px;
}

.sweb-blog-single__related .sweb-blog-card__media img {
    height: 170px;
}

.sweb-price-page__top {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: start;
    margin-bottom: 30px;
}

.sweb-price-page__top .sweb-clean-page__heading-row {
    padding-bottom: 0;
}

.sweb-price-page__pdf {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 5px;
    padding: 10px 18px;
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    text-decoration: none;
    background: #fff;
    box-shadow: 0 0 0 1px #e2e2e2 inset;
    transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}

.sweb-price-page__pdf span:first-child {
    display: inline-flex;
    width: 18px;
    height: 22px;
    color: var(--sweb-accent);
}

.sweb-price-page__pdf svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.sweb-price-page__pdf:hover,
.sweb-price-page__pdf:focus-visible {
    color: #fff;
    background: var(--sweb-accent);
    box-shadow: 0 0 0 1px var(--sweb-accent) inset;
}

.sweb-price-page__pdf:hover span:first-child,
.sweb-price-page__pdf:focus-visible span:first-child {
    color: #fff;
}

.sweb-price-page__controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: start;
    margin-bottom: 34px;
}

.cennik-search {
    position: relative;
    width: 100%;
}

.cennik-search input {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 0;
    padding: 12px 16px;
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
    background: #efefef;
    outline: 0;
}

.cennik-search input:focus {
    box-shadow: 0 0 0 2px var(--sweb-accent) inset;
}

#cennik-search-results {
    position: absolute;
    z-index: 20;
    top: calc(100% + 6px);
    right: 0;
    left: 0;
    display: grid;
    max-height: 320px;
    overflow: auto;
    background: #fff;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .12);
}

.cennik-search-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 44px;
    border-bottom: 1px solid #eee;
    padding: 10px 14px;
    color: #000;
    font-size: 14px;
    line-height: 1.3;
    cursor: pointer;
}

.cennik-search-item:hover,
.cennik-search-item:focus {
    background: #f5f5f5;
}

.cennik-search-item .cat-label {
    color: #777;
    font-size: 12px;
    text-align: right;
}

#cennik-toggle-all {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    padding: 12px 18px;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    white-space: nowrap;
    background: #000;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}

#cennik-toggle-all:hover,
#cennik-toggle-all:focus-visible {
    background: var(--sweb-accent);
}

.cennik-akordeon {
    display: grid;
    gap: 0;
    margin: 0 0 42px;
}

.cennik-kategoria {
    border-top: 1px solid #dfdfdf;
}

.cennik-kategoria:last-child {
    border-bottom: 1px solid #dfdfdf;
}

.cennik-naglowek {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    min-height: 64px;
    padding: 14px 0;
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.25;
    cursor: pointer;
}

.cennik-icon {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease;
}

.cennik-kategoria.active > .cennik-naglowek .cennik-icon {
    transform: rotate(90deg);
}

.cennik-sub-block {
    padding: 0 0 14px;
}

.cennik-podkategoria {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    margin: 0 0 10px;
    padding: 8px 14px;
    color: #000;
    font-size: 15px;
    line-height: 1.2;
    background: #efefef;
    cursor: pointer;
    transition: color .2s ease, background .2s ease;
}

.cennik-podkategoria:hover,
.cennik-podkategoria:focus,
.cennik-podkategoria.active {
    color: #fff;
    background: #000;
}

.cennik-results {
    display: none;
    padding: 0 0 18px;
}

.cennik-post-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    min-height: 46px;
    border: 4px solid #fff;
    padding: 10px 14px;
    color: #111;
    text-decoration: none;
    background: #fff8f3;
    transition: background .2s ease, box-shadow .2s ease;
}

.cennik-post-item:hover,
.cennik-post-item:focus-visible,
.cennik-post-highlight {
    background: #eef4f7;
    box-shadow: 0 0 0 1px #d5dce1 inset;
}

.cennik-post-item strong {
    font-weight: 600;
    white-space: nowrap;
}

.sweb-price-page__info {
    max-width: 920px;
    margin-top: 42px;
    color: #333;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}

.sweb-price-page__info h2 {
    margin: 0 0 12px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}

.sweb-price-page__info ul {
    display: grid;
    gap: 4px;
    margin: 0 0 16px 20px;
    padding: 0;
}

.sweb-price-page__info p {
    margin: 0;
}

/* Keep the migrated price list visually aligned with the legacy Elementor view. */
.sweb-price-template .sweb-clean-page__inner {
    max-width: 1140px;
    width: 100%;
    padding-top: 90px;
    padding-right: 0;
    padding-left: 0;
}

.sweb-price-template .sweb-price-page__top {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 101px;
    margin-bottom: 47px;
}

.sweb-price-template .sweb-price-page__top .sweb-clean-page__heading-row {
    width: min(100%, 840px);
}

.sweb-price-template .sweb-clean-page__heading-row h1 {
    font-size: 42px;
}

.sweb-price-template .sweb-clean-page__divider {
    width: 100%;
}

.sweb-price-template .sweb-price-page__pdf {
    min-height: 38px;
    margin-top: 0;
    padding: 8px 16px;
    border-radius: 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    background: #91a2ae;
    box-shadow: none;
}

.sweb-price-template .sweb-price-page__pdf span:first-child,
.sweb-price-template .sweb-price-page__pdf:hover span:first-child,
.sweb-price-template .sweb-price-page__pdf:focus-visible span:first-child {
    width: 14px;
    height: 18px;
    color: #fff;
}

.sweb-price-template .sweb-price-page__pdf:hover,
.sweb-price-template .sweb-price-page__pdf:focus-visible {
    color: #fff;
    background: #7f929f;
    box-shadow: none;
}

.sweb-price-template .sweb-price-page__controls {
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: 24px;
    width: calc(100% - 24px);
    margin-bottom: 45px;
}

.sweb-price-template .cennik-search input {
    min-height: 42px;
    border: 1px solid #777;
    padding: 7px 16px;
    color: #777;
    font-size: 16px;
    font-weight: 300;
    background: #fff;
}

.sweb-price-template #cennik-toggle-all {
    min-height: 34px;
    align-self: center;
    border: 1px solid #111;
    padding: 5px 14px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff;
}

.sweb-price-template #cennik-toggle-all:hover,
.sweb-price-template #cennik-toggle-all:focus-visible {
    color: #fff;
    background: #000;
}

.sweb-price-template .cennik-akordeon {
    gap: 6px;
}

.sweb-price-template .cennik-kategoria,
.sweb-price-template .cennik-kategoria:last-child {
    margin-bottom: 0;
    border: 0;
    background: transparent;
}

.sweb-price-template .cennik-naglowek {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 48px !important;
    padding: 6px 20px !important;
    border-radius: 100px !important;
    color: #353535 !important;
    font-family: "Lato", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 36px !important;
    text-transform: capitalize !important;
    background: #f5f5f5 !important;
}

.sweb-price-template .cennik-naglowek:hover,
.sweb-price-template .cennik-naglowek:focus-visible {
    color: #fff !important;
    background: #A28979 !important;
}

.sweb-price-template .cennik-icon,
.sweb-price-template .cennik-icon svg {
    width: 36px !important;
    height: 36px !important;
}

.sweb-price-template .cennik-sub-block {
    padding: 0 !important;
    line-height: 30px !important;
}

.sweb-price-template .cennik-kategoria.active .cennik-podkategoria {
    display: block;
}

.sweb-price-template .cennik-podkategoria {
    min-height: 30px;
    margin: 8px 0 8px 14px;
    padding: 0 18px;
    border-radius: 40px;
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 14px !important;
    font-weight: 300;
    line-height: 30px;
    background: #ebebeb;
}

.sweb-price-template .cennik-podkategoria:hover,
.sweb-price-template .cennik-podkategoria:focus,
.sweb-price-template .cennik-podkategoria.active {
    color: #fff;
    background: #A28979;
}

@media (max-width: 767px) {
    .sweb-price-template .sweb-clean-page__inner {
        width: min(100%, calc(100% - 28px));
    }

    .sweb-price-template .sweb-price-page__top {
        gap: 34px;
        margin-bottom: 30px;
    }

    .sweb-price-template .sweb-clean-page__heading-row h1 {
        font-size: 28px;
    }

    .sweb-price-template .sweb-price-page__controls {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .sweb-price-template #cennik-toggle-all {
        width: 100%;
        min-height: 48px;
    }

    .sweb-price-template .cennik-podkategoria {
        margin-left: 8px;
        white-space: normal;
    }
}

.sweb-team-toolbar {
    display: grid;
    gap: 12px;
    margin-bottom: 28px;
}

.sweb-team-toolbar p {
    margin: 0;
    color: #000;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
}

.sweb-clinic-page .sienna-migration-team-filter {
    justify-content: flex-start;
    margin: 0;
}

.sweb-clinic-page .sweb-team-filter__all {
    gap: 8px;
    background: #fff;
    box-shadow: 0 0 0 1px #d9d9d9 inset;
}

.sweb-clinic-page .sweb-team-filter__all[aria-pressed="true"],
.sweb-clinic-page .sweb-team-filter__all:hover,
.sweb-clinic-page .sweb-team-filter__all:focus-visible {
    color: #fff;
    background: #000;
    box-shadow: none;
}

.sweb-team-filter__all-icon {
    display: inline-flex;
    width: 17px;
    height: 17px;
}

.sweb-team-filter__all-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.sweb-specialization-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px 10px;
}

.sweb-specialization-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    color: #000;
    text-decoration: none;
    background: #fff;
}

.sweb-specialization-card__media {
    display: block;
    min-height: 250px;
    background-color: #e8e8e8;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: filter .2s ease, opacity .2s ease;
}

.sweb-specialization-card__body {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 10px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    text-align: center;
}

.sweb-specialization-card:hover .sweb-specialization-card__media,
.sweb-specialization-card:focus-visible .sweb-specialization-card__media {
    filter: saturate(.8);
    opacity: .82;
}

.sweb-specialization-card:hover .sweb-specialization-card__body,
.sweb-specialization-card:focus-visible .sweb-specialization-card__body {
    color: var(--sweb-accent);
}

.sweb-quote-form {
    max-width: 760px;
    margin: 0 auto;
}

.sweb-quote-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
}

.sweb-quote-form__field {
    display: grid;
    gap: 7px;
    margin: 0;
}

.sweb-quote-form__field--file {
    margin-top: 18px;
}

.sweb-quote-form label {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
}

.sweb-quote-form input[type="text"],
.sweb-quote-form input[type="email"],
.sweb-quote-form input[type="file"] {
    width: 100%;
    min-height: 42px;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    padding: 9px 11px;
    color: #000;
    font-size: 15px;
    line-height: 1.2;
    background: #fff;
}

.sweb-quote-form input:focus {
    border-color: var(--sweb-accent);
    outline: 0;
    box-shadow: 0 0 0 1px var(--sweb-accent);
}

.sweb-quote-form__honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
}

.sweb-quote-form__consents {
    display: grid;
    gap: 14px;
    margin-top: 20px;
}

.sweb-quote-form__consents label {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    color: #333;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.45;
}

.sweb-quote-form__consents input {
    margin-top: 2px;
    accent-color: var(--sweb-accent);
}

.sweb-quote-form__consents strong {
    color: #d21818;
    font-weight: 600;
}

.sweb-quote-form__consents a {
    color: #000;
    text-decoration: underline;
}

.sweb-quote-form__notes {
    margin: 20px 0 0;
    color: #333;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.45;
}

.sweb-quote-form__notes p {
    margin: 0 0 8px;
}

.sweb-quote-form__submit {
    display: inline-flex;
    width: 100%;
    min-height: 45px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    border: 0;
    border-radius: 0;
    padding: 12px 18px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    background: #000;
    cursor: pointer;
    transition: background .2s ease;
}

.sweb-quote-form__submit:hover,
.sweb-quote-form__submit:focus-visible {
    background: var(--sweb-accent);
}

.sweb-quote-form__notice {
    margin: 0 0 20px;
    padding: 13px 16px;
    font-size: 14px;
    line-height: 1.4;
}

.sweb-quote-form__notice p {
    margin: 0;
}

.sweb-quote-form__notice p + p {
    margin-top: 6px;
}

.sweb-quote-form__notice--success {
    color: #123b20;
    background: #e7f5eb;
}

.sweb-quote-form__notice--error {
    color: #5a1111;
    background: #f8e8e8;
}

@media (max-width: 1250px) {
    .sweb-clean-header__bar {
        grid-template-columns: 28% 1fr 28%;
    }

    .sweb-clean-nav__link {
        padding: 0 9px;
        font-size: 15px;
    }

    .sweb-contact__lead {
        font-size: 20px;
    }

    .sweb-home-about__inner,
    .sweb-home-treatments {
        max-width: 1024px;
    }

    .sweb-home-about::before {
        background-position: 0 0;
    }

    .sweb-home-treatments__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sweb-blog-category-grid,
    .sweb-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sweb-specialization-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 901px) and (max-width: 1439px) {
    .sweb-clean-header__bar {
        grid-template-columns: 28% minmax(0, 1fr) auto;
        padding-right: 30px;
    }

    .sweb-clean-search {
        display: none;
    }

    .sweb-clean-header__mobile-actions {
        display: flex;
        justify-content: flex-end;
        gap: 12px;
    }

    .sweb-clean-header__mobile-actions [data-sweb-toggle="menu"] {
        display: none;
    }
}

@media (max-width: 900px) {
    .sweb-clean-header__bar {
        grid-template-columns: 1fr auto;
        min-height: 72px;
        padding: 0 14px;
    }

    .sweb-clean-header__logo {
        justify-content: flex-start;
        padding: 12px 0;
    }

    .sweb-clean-header__logo img {
        width: auto;
    }

    .sweb-clean-header__logo-mark svg,
    .sweb-clean-header__logo-mark img {
        height: 50px;
        max-width: 155px;
    }

    .sweb-clean-nav,
    .sweb-clean-search {
        display: none;
    }

    .sweb-clean-header__mobile-actions {
        display: flex;
        gap: 12px;
    }

    .sweb-clean-icon-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        padding: 0;
        border: 0;
        background: transparent;
        color: #000;
        cursor: pointer;
    }

    .sweb-clean-template .sweb-clean-icon-button:hover,
    .sweb-clean-template .sweb-clean-icon-button:focus,
    .sweb-clean-template .sweb-clean-icon-button:focus-visible {
        border-color: transparent;
        background: transparent;
        color: var(--sweb-accent);
    }

    .sweb-clean-icon-button svg {
        width: 20px;
        height: 20px;
    }

    .sweb-clean-mobile-search:not([hidden]) {
        display: block;
    }

    .sweb-clean-mobile-search {
        padding: 0 14px 14px;
    }

    .sweb-clean-mobile-search form {
        display: flex;
    }

    .sweb-clean-mobile-search input {
        width: 100%;
    }

    .sweb-home-hero {
        grid-template-columns: 1fr;
    }

    .sweb-home-hero__video {
        display: none;
    }

    .sweb-home-slider,
    .sweb-home-slider__track {
        min-height: 90vh;
    }

    .sweb-home-about {
        padding: 70px 0;
    }

    .sweb-home-about__inner {
        grid-template-columns: 1fr;
    }

    .sweb-home-about__content {
        text-align: center;
    }

    .sweb-home-about h1,
    .sweb-home-about h2 {
        font-size: 38px;
        line-height: 42px;
    }

    .sweb-home-about__actions {
        justify-content: center;
    }

    .sweb-home-about__image img {
        max-width: 520px;
        margin: 0 auto;
    }

    .sweb-contact__intro {
        flex-direction: column;
        gap: 22px;
    }

    .sweb-contact__inner {
        padding-top: 24px;
    }

    .sweb-contact__heading-row {
        padding-bottom: 24px;
    }

    .sweb-contact__image img {
        width: 300px;
        max-width: 100%;
    }

    .sweb-contact__lead {
        font-size: 16px;
        text-align: center;
    }

    .sweb-contact__quick-links {
        grid-template-columns: 1fr;
    }

    .sweb-contact__quick-link {
        min-height: 50px;
        font-size: 16px;
    }

    .sweb-contact__quick-link:not(:last-child) {
        border-right: 0;
        border-bottom: 1px dotted var(--sweb-accent);
    }

    .sweb-contact__bottom {
        grid-template-columns: 1fr;
        gap: 10px;
        align-items: center;
    }

    .sweb-contact__bottom-link {
        font-size: 16px;
        text-align: center;
    }

    .sweb-contact__socials {
        justify-content: center;
    }

    .sweb-contact-form__grid {
        grid-template-columns: 1fr;
    }

    .sweb-contact-form__actions {
        justify-content: center;
    }

    .sweb-clean-page__inner {
        padding-top: 24px;
    }

    .sweb-clean-page__heading-row {
        padding-bottom: 24px;
    }

    .sweb-search-page__intro p,
    .sweb-clean-page__empty p,
    .sweb-error-page__content p {
        font-size: 16px;
    }

    .sweb-clean-page__empty h2,
    .sweb-error-page__content h2 {
        font-size: 30px;
    }

    .sweb-search-result--with-image {
        grid-template-columns: 1fr;
    }

    .sweb-search-result__image,
    .sweb-search-result__image img {
        min-height: 220px;
    }

    .sweb-search-result h2 {
        font-size: 22px;
    }

    .sweb-price-page__top,
    .sweb-price-page__controls,
    .sweb-quote-form__grid {
        grid-template-columns: 1fr;
    }

    .sweb-price-page__pdf,
    #cennik-toggle-all {
        width: 100%;
    }

    .sweb-clinic-page .sienna-migration-team-filter {
        justify-content: center;
    }

    .sweb-blog-single .sweb-clean-page__inner {
        width: min(100%, calc(100% - 28px));
    }

    .sweb-blog-single__header h1 {
        margin-bottom: 28px;
        font-size: 28px;
        line-height: 1.22;
    }

    .sweb-blog-single__image {
        margin-bottom: 36px;
    }

    .sweb-blog-single__image img {
        height: clamp(220px, 58vw, 330px);
    }

    .sweb-blog-single__content {
        font-size: 16px;
        line-height: 1.68;
    }

    .sweb-blog-single__content p {
        margin-bottom: 16px;
    }

    .sweb-blog-single__content ul,
    .sweb-blog-single__content ol {
        margin-bottom: 20px;
        padding-left: 1.25em;
    }

    .sweb-blog-single__content h2,
    .sweb-blog-single__content h3,
    .sweb-blog-single__content h4 {
        margin-top: 32px;
        margin-bottom: 12px;
    }

    .sweb-blog-single__content h2 {
        font-size: 27px;
    }

    .sweb-blog-single__content h3 {
        font-size: 22px;
    }

    .sweb-blog-single__content h4 {
        font-size: 19px;
    }

    .sweb-clean-footer__hero {
        min-height: auto;
        padding: 0;
    }

    .sweb-clean-footer__brand,
    .sweb-clean-footer__info,
    .sweb-clean-footer__links {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .sweb-clean-footer__brand {
        justify-items: center;
        gap: 18px;
    }

    .sweb-clean-footer__logo-mark svg,
    .sweb-clean-footer__logo-mark img {
        height: 50px;
        max-width: 155px;
    }

    .sweb-clean-footer__brand p {
        font-size: 26px;
        line-height: 30px;
        text-align: center;
    }

    .sweb-clean-footer__docs {
        justify-content: flex-start;
    }

    .sweb-clean-footer__docs li {
        justify-content: flex-start;
    }

    .sweb-clean-footer__docs a {
        text-align: left;
    }
}

@media (max-width: 600px) {
    .sweb-contact__inner {
        padding-right: 16px;
        padding-left: 16px;
    }

    .sweb-contact__heading-row {
        grid-template-columns: 1fr auto 1fr;
    }

    .sweb-contact__divider:first-child {
        margin-right: 12px;
    }

    .sweb-contact__divider:last-child {
        margin-left: 12px;
    }

    .sweb-booking-modal {
        padding: 4vh 4vw;
    }

    .sweb-booking-modal__panel {
        width: 92%;
    }

    .sweb-home-treatments {
        padding-right: 16px;
        padding-bottom: 70px;
        padding-left: 16px;
    }

    .sweb-home-heading {
        gap: 12px;
        margin-bottom: 12px;
    }

    .sweb-home-heading span::before {
        width: 100%;
    }

    .sweb-home-treatments__grid {
        grid-template-columns: 1fr;
    }

    .sweb-clean-page__inner {
        padding-right: 16px;
        padding-bottom: 58px;
        padding-left: 16px;
    }

    .sweb-clean-page__heading-row {
        grid-template-columns: 1fr auto 1fr;
    }

    .sweb-clean-page__divider:first-child {
        margin-right: 12px;
    }

    .sweb-clean-page__divider:last-child {
        margin-left: 12px;
    }

    .sweb-clinic-page .sweb-clean-page__heading-row {
        grid-template-columns: 1fr;
    }

    .sweb-clinic-page .sweb-clean-page__divider {
        display: none;
    }

    .sweb-clean-page__search-form {
        flex-direction: column;
    }

    .sweb-clean-page__search-form button {
        width: 100%;
    }

    .sweb-specialization-grid {
        grid-template-columns: 1fr;
    }

    .sweb-specialization-card__media {
        min-height: 220px;
    }

    .cennik-naglowek {
        min-height: 56px;
        font-size: 19px;
    }

    .cennik-post-item,
    .cennik-search-item {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .cennik-post-item strong,
    .cennik-search-item .cat-label {
        justify-self: start;
        text-align: left;
        white-space: normal;
    }

    .sweb-quote-form__consents label {
        grid-template-columns: 1fr;
    }

    .sweb-search-result {
        padding: 18px;
    }

    .sweb-blog-category-grid,
    .sweb-blog-grid {
        grid-template-columns: 1fr;
    }

    .sweb-blog-section-heading {
        gap: 12px;
    }

    .sweb-blog-card__title {
        min-height: auto;
    }

    .sweb-blog-single__specialists,
    .sweb-blog-single__related {
        margin-top: 42px;
    }
}

@media (max-width: 900px) {
    .sweb-cookie-consent {
        bottom: 0;
        left: 0;
        width: 100vw;
    }

    .sweb-cookie-consent__panel {
        max-height: min(88vh, 720px);
        overflow: auto;
        padding: 22px;
    }

    .sweb-cookie-consent__header {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 28px;
    }

    .sweb-cookie-consent__logo {
        grid-column: 1 / -1;
        width: 140px;
    }

    .sweb-cookie-consent h2 {
        font-size: 22px;
        text-align: left;
    }

    .sweb-cookie-consent__description {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 1.5;
    }

    .sweb-cookie-consent__preferences {
        grid-template-columns: 1fr;
        margin: -10px 0 22px;
    }

    .sweb-cookie-consent__actions {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .sweb-cookie-consent__actions button {
        min-height: 52px;
        font-size: 18px;
    }
}

@media (max-width: 420px) {
    .sweb-cookie-consent__panel {
        padding: 20px 16px;
    }

    .sweb-cookie-consent__logo {
        width: 128px;
    }

    .sweb-cookie-consent h2 {
        font-size: 21px;
    }

    .sweb-cookie-consent__description {
        font-size: 16px;
    }
}
