@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/open-sans-400.ttf") format("truetype");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/open-sans-500.ttf") format("truetype");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/open-sans-600.ttf") format("truetype");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/open-sans-700.ttf") format("truetype");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("../fonts/open-sans-800.ttf") format("truetype");
}

:root {
    --ub-blue: #50628f;
    --ub-blue-dark: #394a75;
    --ub-orange: #ff2f00;
    --ub-text: #383838;
    --ub-muted: #666;
    --ub-soft: #f4f4f4;
    --ub-border: #e3e8ea;
    --ub-white: #fff;
    --ub-shadow: 0 2px 18px rgba(0, 0, 0, .3);
    --ub-soft-shadow: 0 14px 32px rgba(43, 55, 88, .14);
    --ub-shell: 1366px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.ub-site {
    margin: 0;
    background: var(--ub-white);
    color: var(--ub-text);
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
}

body.nav-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: var(--ub-text);
    text-decoration: none;
}

a:hover {
    color: var(--ub-blue);
}

h1,
h2,
h3,
h4 {
    margin: 0 0 18px;
    color: var(--ub-text);
    line-height: 1.08;
    font-weight: 800;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 22px;
}

p {
    margin: 0 0 16px;
}

ul {
    margin: 0 0 18px;
    padding-left: 22px;
}

.page-shell {
    width: min(100% - 40px, var(--ub-shell));
    margin-inline: auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 9px 22px;
    background: var(--ub-blue);
    color: var(--ub-white);
    font-size: 18px;
    font-weight: 700;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 6px 14px rgba(80, 98, 143, .22);
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.button::before {
    content: "›";
    margin-right: 10px;
    font-size: 26px;
    line-height: 1;
}

.button:hover {
    color: var(--ub-white);
    background: var(--ub-blue-dark);
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(80, 98, 143, .28);
}

.button--compact {
    min-height: 38px;
    padding: 6px 16px;
    font-size: 17px;
    white-space: nowrap;
}

.button--compact::before {
    content: "";
    width: 16px;
    height: 16px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M128 0c17 0 32 14 32 32v32h128V32c0-18 14-32 32-32s32 14 32 32v32h48c27 0 48 21 48 48v352c0 27-21 48-48 48H48c-27 0-48-21-48-48V112c0-27 21-48 48-48h48V32c0-18 14-32 32-32zM64 192v256h320V192H64z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M128 0c17 0 32 14 32 32v32h128V32c0-18 14-32 32-32s32 14 32 32v32h48c27 0 48 21 48 48v352c0 27-21 48-48 48H48c-27 0-48-21-48-48V112c0-27 21-48 48-48h48V32c0-18 14-32 32-32zM64 192v256h320V192H64z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.button--center {
    display: flex;
    width: fit-content;
    margin: 30px auto 0;
}

.topbar {
    background: var(--ub-blue);
    color: var(--ub-white);
    font-size: 14px;
}

.topbar__inner {
    display: flex;
    min-height: 34px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.topbar__links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.topbar a {
    color: var(--ub-white);
}

.topbar__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 19px;
}

.topbar__link::before {
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
    background: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.topbar__link--phone::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M391 351c-22-1-43-4-63-11-10-3-22-1-29 7l-37 28c-43-23-79-58-101-101l27-36c8-8 11-19 7-30-7-20-10-41-10-63 0-17-14-31-31-31H92c-17 0-31 14-31 31 0 194 157 351 351 351 17 0 31-14 31-31v-83c0-17-14-31-31-31h-21z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M391 351c-22-1-43-4-63-11-10-3-22-1-29 7l-37 28c-43-23-79-58-101-101l27-36c8-8 11-19 7-30-7-20-10-41-10-63 0-17-14-31-31-31H92c-17 0-31 14-31 31 0 194 157 351 351 351 17 0 31-14 31-31v-83c0-17-14-31-31-31h-21z'/%3E%3C/svg%3E");
}

.topbar__link--mail::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48 112h416c26 0 48 22 48 48v192c0 26-22 48-48 48H48c-26 0-48-22-48-48V160c0-26 22-48 48-48zm208 169L65 160h382L256 281zm-33 31L48 202v150h416V202L289 312c-20 13-46 13-66 0z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48 112h416c26 0 48 22 48 48v192c0 26-22 48-48 48H48c-26 0-48-22-48-48V160c0-26 22-48 48-48zm208 169L65 160h382L256 281zm-33 31L48 202v150h416V202L289 312c-20 13-46 13-66 0z'/%3E%3C/svg%3E");
}

.topbar__link--booking::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M128 0c17 0 32 14 32 32v32h128V32c0-18 14-32 32-32s32 14 32 32v32h48c27 0 48 21 48 48v352c0 27-21 48-48 48H48c-27 0-48-21-48-48V112c0-27 21-48 48-48h48V32c0-18 14-32 32-32zM64 192v256h320V192H64z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M128 0c17 0 32 14 32 32v32h128V32c0-18 14-32 32-32s32 14 32 32v32h48c27 0 48 21 48 48v352c0 27-21 48-48 48H48c-27 0-48-21-48-48V112c0-27 21-48 48-48h48V32c0-18 14-32 32-32zM64 192v256h320V192H64z'/%3E%3C/svg%3E");
}

.language-switch {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

.language-switch__button {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ub-white);
    cursor: pointer;
}

.language-switch img {
    width: 25px;
    height: 15px;
    object-fit: cover;
}

.language-switch__list {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 30;
    padding: 12px;
    background: var(--ub-blue);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .2);
}

.mainnav {
    position: sticky;
    top: 0;
    z-index: 20;
    background: var(--ub-white);
    border-bottom: 1px solid var(--ub-border);
}

.mainnav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 98px;
    padding: 10px 20px 10px 0;
}

.brand img {
    width: 300px;
    max-height: 80px;
    object-fit: contain;
}

.primary-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
}

.primary-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 13px;
    color: rgba(0, 0, 0, .66);
    font-weight: 700;
    line-height: 1.2;
}

.primary-nav a:hover {
    color: var(--ub-blue);
}

.primary-nav__home img {
    width: 17px;
    height: 16px;
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
    display: block;
    width: 28px;
    height: 3px;
    margin: 5px auto;
    background: var(--ub-blue);
}

.hero-strip {
    padding: 31px 0 0;
}

.hero-strip img {
    width: 100%;
}

.intro {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(310px, 2fr);
    gap: 44px;
    padding: 0 0 44px;
}

.contact-note {
    max-width: 430px;
    margin: 0 0 22px;
    padding: 3px 0 3px 10px;
    border-left: 10px solid var(--ub-orange);
    font-size: 18px;
    line-height: 1.45;
}

.contact-note strong:first-child,
.contact-note strong:last-child {
    color: var(--ub-blue);
}

.trust-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 5px;
}

.trust-row > img {
    width: 150px;
    min-height: 112px;
    object-fit: contain;
}

.google-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 220px;
    padding: 9px 12px;
    background: var(--ub-white);
    border: 1px solid var(--ub-border);
    box-shadow: var(--ub-soft-shadow);
}

.google-rating img {
    width: 34px;
    height: 34px;
}

.google-rating strong,
.google-rating small {
    display: block;
    line-height: 1.2;
}

.stars {
    display: block;
    color: #ffb400;
    font-size: 14px;
    line-height: 1;
}

.claim-list {
    margin: 29px 150px 29px 0;
    color: var(--ub-blue);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
}

.claim-list p {
    margin-bottom: 6px;
}

.intro-images {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 26px;
    align-items: start;
    margin: 35px 0 56px;
}

.intro-images img {
    width: 100%;
    box-shadow: var(--ub-shadow);
    transform: rotate(-2deg);
}

.intro-images img:nth-child(2) {
    transform: rotate(2deg);
}

.intro-copy {
    padding-top: 5px;
}

.intro-copy h1 span {
    color: #bbb;
}

.intro-copy h1 {
    color: var(--ub-blue);
}

.intro__visual {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.camera-box {
    width: min(100%, 470px);
    transform: scaleX(-1) scale(1.12) translateY(54px);
}

.guarantee-badge {
    position: absolute;
    left: -8px;
    bottom: 68px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 260px;
    height: 260px;
    padding: 34px;
    color: var(--ub-white);
    text-align: center;
    background: url("../img/discount-blue.png") center / contain no-repeat;
    filter: opacity(86%);
    transform: rotate(10deg);
}

.guarantee-badge strong {
    display: block;
    margin: 0;
    font-size: 56px;
    line-height: .92;
}

.guarantee-badge__text,
.guarantee-badge__text span,
.guarantee-badge__text em {
    display: block;
}

.guarantee-badge__text {
    margin-top: -2px;
    font-size: 26px;
    line-height: 1;
    text-decoration: none;
}

.guarantee-badge__text span {
    text-decoration: none;
}

.guarantee-badge__text em {
    font-style: normal;
    font-weight: 800;
    text-decoration: underline;
}

.rental {
    display: grid;
    grid-template-columns: minmax(300px, .92fr) minmax(0, 1.08fr);
    gap: 42px;
    padding: 68px 0 72px;
}

.rental.page-shell {
    width: min(100% - 40px, var(--ub-shell));
    max-width: var(--ub-shell);
}

.rental__image {
    position: relative;
}

.rental__image::after {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    right: 7%;
    top: 8%;
    background: url("../img/discount-blue.png") center / contain no-repeat;
    opacity: .8;
    transform: rotate(-8deg);
    pointer-events: none;
}

.rental__content {
    align-self: start;
    padding-top: 30px;
}

.rental__content h2 {
    color: var(--ub-blue);
}

.advantage-grid {
    grid-column: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.advantage-grid article {
    min-width: 0;
}

.advantage-grid img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    margin-bottom: 13px;
}

.advantage-grid h3 {
    margin-bottom: 8px;
}

.included {
    position: relative;
    overflow: hidden;
    background: #51628f;
    color: var(--ub-white);
    clip-path: polygon(0 0, 100% 36px, 100% 100%, 0 calc(100% - 36px));
}

.included__inner {
    display: block;
    padding: 58px 0 62px;
}

.included__text {
    max-width: 1120px;
    margin: 0 auto;
    color: var(--ub-white);
    text-align: center;
    transform: rotate(2.85deg);
    transform-origin: center;
}

.included__text p {
    margin: 0;
}

.included__lead {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1.32;
    font-weight: 500;
}

.included__line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    color: var(--ub-white);
    font-size: 34px;
    line-height: 1.15;
    font-weight: 800;
}

.included__line + .included__line {
    margin-top: 8px;
}

.included__line::before {
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    background: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.included__line--phone::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M391 351c-22-1-43-4-63-11-10-3-22-1-29 7l-37 28c-43-23-79-58-101-101l27-36c8-8 11-19 7-30-7-20-10-41-10-63 0-17-14-31-31-31H92c-17 0-31 14-31 31 0 194 157 351 351 351 17 0 31-14 31-31v-83c0-17-14-31-31-31h-21z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M391 351c-22-1-43-4-63-11-10-3-22-1-29 7l-37 28c-43-23-79-58-101-101l27-36c8-8 11-19 7-30-7-20-10-41-10-63 0-17-14-31-31-31H92c-17 0-31 14-31 31 0 194 157 351 351 351 17 0 31-14 31-31v-83c0-17-14-31-31-31h-21z'/%3E%3C/svg%3E");
}

.included__line--mail::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M476 3 18 216c-26 12-24 49 3 58l119 38 46 146c8 25 40 31 57 12l66-74 124 91c23 17 56 5 63-23l16-417c1-32-28-55-36-44zM168 294l229-162-184 204-6 83-28-89-11-36z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M476 3 18 216c-26 12-24 49 3 58l119 38 46 146c8 25 40 31 57 12l66-74 124 91c23 17 56 5 63-23l16-417c1-32-28-55-36-44zM168 294l229-162-184 204-6 83-28-89-11-36z'/%3E%3C/svg%3E");
}

.included__line a {
    color: var(--ub-white);
    font-weight: 800;
}

.about.page-shell {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    width: 100%;
    max-width: none;
    padding: 72px max(20px, calc((100% - 1093px) / 2)) 46px;
    align-items: center;
    background: #eef6f7;
}

.about__side,
.about__content {
    text-align: center;
}

.about__side p {
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 1.35;
    font-style: italic;
}

.about__side img {
    width: auto;
    max-height: 460px;
    margin: 0 auto;
    object-fit: contain;
}

.about__content {
    max-width: 420px;
    margin: 0 auto;
}

.about__content p {
    line-height: 1.7;
}

.about h2,
.services h2,
.booking-flow h2,
.reviews h2,
.payment-shipping h2,
.faq h2 {
    color: var(--ub-blue);
}

.gallery-swiper-section {
    padding: 0 0 72px;
    background: #eef6f7;
}

.gallery-swiper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-inline: 58px;
}

.gallery-swiper__viewport {
    height: auto;
    overflow: hidden;
    background: #eef6f7;
    transition: height .35s ease;
}

.gallery-swiper__track {
    display: flex;
    height: 100%;
    transition: transform .45s ease;
    will-change: transform;
}

.gallery-swiper__slide {
    flex: 0 0 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.gallery-swiper__button {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    background: var(--ub-blue);
    color: var(--ub-white);
    box-shadow: 0 10px 24px rgba(80, 98, 143, .24);
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
}

.gallery-swiper__button--prev {
    left: 0;
}

.gallery-swiper__button--next {
    right: 0;
}

.gallery-swiper__dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 18px;
}

.gallery-swiper__dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(80, 98, 143, .28);
    cursor: pointer;
}

.gallery-swiper__dot.is-active {
    width: 24px;
    background: var(--ub-blue);
}

.services {
    padding: 76px 0 82px;
    background: var(--ub-soft);
}

.services h2,
.booking-flow .section-heading,
.reviews h2,
.faq h2 {
    text-align: center;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin-top: 18px;
}

.service-grid article {
    background: var(--ub-white);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}

.service-grid img {
    width: 100%;
    aspect-ratio: 300 / 143;
    object-fit: cover;
}

.service-grid h3,
.service-grid p {
    padding-inline: 18px;
}

.service-grid h3 {
    padding-top: 18px;
}

.service-grid p {
    padding-bottom: 22px;
}

.stats {
    background: var(--ub-blue) url("../img/konfetti-bg-2.png") center / cover;
    color: var(--ub-white);
}

.stats__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    padding: 44px 0;
    text-align: center;
}

.stats strong {
    display: block;
    font-size: 58px;
    line-height: 1;
}

.stats span {
    display: block;
    font-size: 19px;
    font-weight: 700;
}

.booking-flow {
    padding: 78px 0 46px;
}

.flow-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px;
    max-width: 820px;
    margin: 0 auto 42px;
}

.flow-grid article {
    display: grid;
    justify-items: center;
    text-align: center;
}

.flow-grid img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.delivery-visuals {
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    max-width: 1020px;
    margin: 0 auto;
}

.delivery-visuals img:nth-child(2) {
    box-shadow: var(--ub-soft-shadow);
}

.date-check {
    padding: 54px 0;
    background: #f7f8fb;
}

.date-check h2 {
    color: var(--ub-blue);
    font-size: 30px;
}

.date-check iframe {
    width: 100%;
    min-height: 320px;
    border: 0;
    background: var(--ub-white);
    box-shadow: var(--ub-soft-shadow);
}

.reviews {
    padding: 78px 0;
    color: var(--ub-white);
    background: linear-gradient(rgba(34, 43, 68, .74), rgba(34, 43, 68, .74)), url("../img/kunden-rezensionen-bg.jpg") center / cover;
}

.reviews h2 {
    color: var(--ub-white);
}

.review-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.review-grid blockquote {
    margin: 0;
    padding: 26px;
    background: rgba(255, 255, 255, .92);
    color: var(--ub-text);
    box-shadow: var(--ub-soft-shadow);
}

.review-grid cite {
    display: block;
    margin-top: 14px;
    color: var(--ub-blue);
    font-weight: 800;
    font-style: normal;
}

.payment-shipping {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
    padding: 74px 0;
}

.payment-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
}

.payment-logos img:first-child {
    width: 98px;
}

.payment-logos img:nth-child(2) {
    width: 150px;
}

.faq {
    padding: 30px 0 86px;
}

.faq-list {
    max-width: 980px;
    margin: 18px auto 0;
    border-top: 1px solid var(--ub-border);
}

.faq-item {
    border-bottom: 1px solid var(--ub-border);
}

.faq-item button {
    width: 100%;
    min-height: 62px;
    padding: 16px 42px 16px 0;
    border: 0;
    background: transparent;
    color: var(--ub-text);
    font: inherit;
    font-size: 18px;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
    position: relative;
}

.faq-item button::after {
    content: "+";
    position: absolute;
    right: 8px;
    top: 50%;
    color: var(--ub-blue);
    font-size: 28px;
    transform: translateY(-50%);
}

.faq-item.is-open button::after {
    content: "−";
}

.faq-item__panel {
    display: none;
    padding: 0 0 22px;
}

.faq-item.is-open .faq-item__panel {
    display: block;
}

.site-footer {
    background: #f4f4f4;
    color: var(--ub-text);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr 1fr;
    gap: 34px;
    padding: 54px 0 42px;
    align-items: start;
}

.footer-contact > img {
    width: 80px;
    height: 80px;
    margin-bottom: 12px;
}

.footer-badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(70px, 1fr));
    gap: 16px;
    align-items: center;
}

.footer-badges img {
    max-height: 120px;
    object-fit: contain;
}

.footer-shop {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    color: var(--ub-text);
    font-weight: 800;
}

.footer-shop img {
    width: 82px;
}

.footer-payments img {
    display: inline-block;
    vertical-align: middle;
    margin: 8px 12px 0 0;
    max-height: 38px;
    width: auto;
}

.footer-bottom {
    padding: 14px 0 18px;
    text-align: center;
    background: #ececec;
    font-size: 14px;
}

.footer-bottom .page-shell {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

@media (max-width: 1120px) {
    .mainnav__inner {
        padding-right: 0;
    }

    .brand img {
        width: 250px;
    }

    .primary-nav a {
        padding-inline: 9px;
        font-size: 14px;
    }

    .intro {
        grid-template-columns: minmax(0, 1fr);
    }

    .intro__visual {
        min-height: auto;
    }

    .camera-box {
        max-height: 640px;
        object-fit: contain;
        transform: scaleX(-1);
    }

    .guarantee-badge {
        left: 6%;
        bottom: 20px;
    }

    .advantage-grid {
        grid-column: 1 / -1;
    }
}

@media (max-width: 920px) {
    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 34px;
    }

    .topbar__inner {
        align-items: flex-start;
        padding: 7px 0;
    }

    .mainnav__inner {
        min-height: 82px;
    }

    .menu-toggle {
        display: block;
        position: relative;
        z-index: 41;
    }

    .primary-nav {
        position: fixed;
        inset: 0 0 0 auto;
        z-index: 40;
        display: none;
        width: min(86vw, 360px);
        padding: 96px 28px 28px;
        background: var(--ub-white);
        box-shadow: -20px 0 50px rgba(0, 0, 0, .18);
    }

    body.nav-open .primary-nav {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .primary-nav a {
        min-height: 52px;
        border-bottom: 1px solid var(--ub-border);
        font-size: 16px;
    }

    .rental,
    .about,
    .payment-shipping,
    .included__inner,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .rental__content {
        padding-top: 0;
    }

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

    .photo-slider {
        height: 360px;
    }

    .footer-badges {
        max-width: 420px;
    }
}

@media (max-width: 680px) {
    .page-shell {
        width: min(100% - 28px, var(--ub-shell));
    }

    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 29px;
    }

    .topbar__inner {
        display: grid;
        gap: 8px;
    }

    .topbar__links {
        gap: 8px 14px;
    }

    .brand img {
        width: 210px;
    }

    .hero-strip {
        padding-top: 18px;
    }

    .intro-images,
    .advantage-grid,
    .service-grid,
    .stats__grid,
    .flow-grid,
    .review-grid,
    .delivery-visuals {
        grid-template-columns: 1fr;
    }

    .claim-list {
        margin-right: 0;
    }

    .intro-images {
        gap: 18px;
        margin-bottom: 34px;
    }

    .about.page-shell {
        padding-top: 64px;
    }

    .guarantee-badge {
        width: 185px;
        height: 185px;
        padding: 24px;
    }

    .guarantee-badge strong {
        font-size: 42px;
    }

    .guarantee-badge__text {
        font-size: 20px;
    }

    .rental.page-shell {
        width: min(100% - 28px, var(--ub-shell));
    }

    .included {
        clip-path: polygon(0 0, 100% 24px, 100% 100%, 0 calc(100% - 24px));
    }

    .included__inner {
        padding-top: 48px;
        padding-bottom: 52px;
    }

    .included__lead {
        font-size: 18px;
        line-height: 1.35;
    }

    .included__line {
        flex-wrap: wrap;
        gap: 8px;
        font-size: 21px;
        line-height: 1.18;
    }

    .included__line::before {
        width: 25px;
        height: 25px;
    }

    .included__text {
        font-size: 18px;
    }

    .about__side img {
        max-height: 390px;
    }

    .gallery-swiper-section {
        padding-bottom: 48px;
    }

    .gallery-swiper {
        padding-inline: 40px;
    }

    .gallery-swiper__viewport {
        height: auto;
    }

    .gallery-swiper__button {
        width: 34px;
        height: 34px;
        font-size: 30px;
    }

    .gallery-swiper__dots {
        flex-wrap: wrap;
        max-width: 220px;
        margin-inline: auto;
    }

    .stats strong {
        font-size: 44px;
    }

    .date-check iframe {
        min-height: 380px;
    }
}

@media (min-width: 981px) {
    .page-shell {
        width: 80%;
        max-width: 1093px;
    }

    .topbar__inner {
        min-height: 39px;
    }

    .topbar__link--phone {
        min-width: 148px;
    }

    .topbar__link--mail {
        min-width: 190px;
    }

    .topbar__link--booking {
        min-width: 132px;
    }

    .button--compact {
        width: 236px;
    }

    .mainnav__inner {
        position: relative;
        min-height: 109px;
        padding: 18px 0 14px;
    }

    .brand img {
        width: 190px;
        max-height: 70px;
    }

    .brand {
        flex: 0 0 192px;
    }

    .primary-nav {
        position: absolute;
        top: 20px;
        left: 349px;
        display: block;
        width: 712px;
        height: 73px;
    }

    .primary-nav a {
        position: absolute;
        min-height: 34px;
        height: 34px;
        padding: 7px 0;
        font-size: 15px;
        line-height: 1.15;
        white-space: nowrap;
        justify-content: center;
    }

    .primary-nav a:nth-child(1) {
        top: 0;
        left: 0;
        width: 22px;
    }

    .primary-nav a:nth-child(2) {
        top: 0;
        left: 44px;
        width: 173px;
    }

    .primary-nav a:nth-child(3) {
        top: 0;
        left: 238px;
        width: 247px;
    }

    .primary-nav a:nth-child(4) {
        top: 0;
        left: 507px;
        width: 205px;
    }

    .primary-nav a:nth-last-child(2),
    .primary-nav a:last-child {
        top: 39px;
        padding-inline: 0;
        border-radius: 18px;
        color: var(--ub-white);
    }

    .primary-nav a:nth-last-child(2) {
        left: 396px;
        width: 148px;
        background: var(--ub-blue);
    }

    .primary-nav a:last-child {
        left: 566px;
        width: 147px;
        background: #777;
    }

    .hero-strip {
        padding-top: 31px;
    }

    .hero-strip img {
        height: 354px;
        object-fit: cover;
    }

    .intro {
        position: relative;
        grid-template-columns: minmax(0, 640px) minmax(360px, 1fr);
        gap: 36px;
        min-height: 2527px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .contact-note {
        max-width: 420px;
        margin-top: 34px;
        margin-bottom: 18px;
        padding-left: 10px;
        font-size: 18px;
    }

    .trust-row {
        display: grid;
        grid-template-columns: 150px;
        width: 150px;
        gap: 5px;
        margin-bottom: 5px;
    }

    .trust-row > img {
        width: 150px;
        min-height: 0;
    }

    .google-rating {
        width: 150px;
        height: 122px;
        min-height: 122px;
        align-items: flex-start;
        padding: 21px 6px 6px;
        gap: 8px;
        box-shadow: none;
    }

    .google-rating img {
        width: 40px;
        height: 40px;
    }

    .google-rating small {
        font-size: 13px;
        line-height: 1;
    }

    .claim-list {
        max-width: 410px;
        margin: 32px 0 36px;
        font-size: 18px;
    }

    .intro-images {
        display: grid;
        grid-template-columns: 1fr;
        width: 659px;
        max-width: calc(100vw - 280px);
        gap: 45px;
        margin-top: -24px;
        margin-bottom: 36px;
    }

    .intro-copy {
        max-width: 660px;
    }

    .intro-copy h1 {
        white-space: nowrap;
    }

    .intro-copy p:last-child {
        margin-bottom: 0;
    }

    .intro__visual {
        min-height: 940px;
        align-items: flex-start;
        justify-content: flex-end;
        padding-top: 55px;
    }

    .camera-box {
        width: 481px;
        max-width: none;
        transform: translate(39px, 0) scaleX(-1);
    }

    .guarantee-badge {
        top: 525px;
        right: auto;
        bottom: auto;
        left: -8px;
        width: 265px;
        height: 265px;
        padding: 30px;
    }

    .rental {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-areas:
            "image cards"
            "content cards";
        column-gap: 60px;
        row-gap: 2px;
        min-height: 936px;
        padding-top: 37px;
        padding-bottom: 25px;
    }

    .rental__image {
        grid-area: image;
        align-self: start;
    }

    .rental__content {
        grid-area: content;
        padding-top: 2px;
    }

    .rental__content h2 {
        font-size: 36px;
        white-space: nowrap;
    }

    .advantage-grid {
        grid-area: cards;
        grid-column: auto;
        align-self: start;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 66px 32px;
        padding-top: 0;
    }

    .advantage-grid img {
        aspect-ratio: 4 / 3;
        margin-bottom: 6px;
    }

    .advantage-grid p {
        font-size: 15px;
        line-height: 1.55;
    }

    .included {
        min-height: 0;
        clip-path: polygon(0 0, 100% 68px, 100% 100%, 0 calc(100% - 68px));
    }

    .included__inner {
        min-height: 0;
        padding-top: 88px;
        padding-bottom: 88px;
    }

    .included__lead {
        margin-bottom: 8px;
        font-size: 27px;
        line-height: 1.25;
    }

    .included__line {
        gap: 16px;
        font-size: 44px;
        line-height: 1.08;
    }

    .included__line::before {
        width: 44px;
        height: 44px;
    }

    .about.page-shell {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 54px;
        min-height: 890px;
        padding-top: 142px;
        padding-bottom: 46px;
        background: #eef6f7;
    }

    .about.page-shell::before,
    .about.page-shell::after {
        content: none;
    }

    .about__side {
        align-self: start;
    }

    .about__side p {
        min-height: 54px;
        margin-bottom: 22px;
    }

    .about__side img {
        max-height: 540px;
    }

    .about__content {
        max-width: 376px;
        padding-top: 84px;
    }

    .about h2 {
        font-size: 42px;
    }

    .gallery-swiper-section {
        padding-bottom: 94px;
    }

    .services {
        min-height: 1040px;
        padding: 0 0 104px;
        background: #eef6f7;
    }

    .services .page-shell {
        width: 80%;
        max-width: 1093px;
    }

    .services h2 {
        margin-bottom: 31px;
        font-size: 42px;
    }

    .service-grid {
        gap: 80px 44px;
        margin-top: 0;
    }

    .service-grid article {
        background: transparent;
        box-shadow: none;
    }

    .service-grid img {
        display: block;
        width: 300px;
        height: 143px;
        margin: 0 auto 24px;
        object-fit: cover;
    }

    .service-grid h3,
    .service-grid p {
        padding-inline: 0;
    }

    .service-grid h3 {
        padding-top: 0;
        color: var(--ub-blue);
        font-size: 24px;
        line-height: 1.25;
    }

    .service-grid p {
        padding-bottom: 0;
    }

    .stats,
    .stats__grid {
        height: 154px;
    }

    .stats__grid {
        min-height: 0;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
    }

    .stats strong {
        font-size: 56px;
    }

    .booking-flow.page-shell {
        position: relative;
        width: 100%;
        max-width: none;
        min-height: 1171px;
        margin: 0;
        padding: 180px 0 34px;
        color: var(--ub-white);
        background: #51628f;
    }

    .booking-flow .section-heading,
    .booking-flow .flow-grid,
    .booking-flow .delivery-visuals {
        width: 80%;
        max-width: 1093px;
        margin-left: auto;
        margin-right: auto;
    }

    .booking-flow h2,
    .booking-flow h3 {
        color: var(--ub-white);
    }

    .booking-flow .section-heading {
        margin-bottom: 52px;
    }

    .booking-flow .flow-grid {
        max-width: 1093px;
        grid-template-columns: repeat(2, 324px);
        justify-content: start;
        gap: 46px;
        margin-bottom: 84px;
    }

    .flow-grid article {
        justify-items: start;
        text-align: left;
        min-height: 300px;
        padding: 24px 0;
        border: 1px solid transparent;
        background: transparent;
    }

    .flow-grid img {
        justify-self: center;
        width: 112px;
        height: 112px;
        filter: drop-shadow(0 8px 16px rgba(0, 0, 0, .18));
    }

    .booking-flow .delivery-visuals {
        display: block;
        max-width: 1093px;
        color: var(--ub-text);
    }

    .delivery-visuals img:first-child {
        position: absolute;
        top: 385px;
        left: calc(50% + 264px);
        width: 200px;
        height: 351px;
        object-fit: contain;
    }

    .delivery-visuals img:nth-child(2) {
        position: absolute;
        top: 690px;
        left: 50%;
        width: 1080px;
        max-width: 80%;
        height: 340px;
        object-fit: contain;
        box-shadow: none;
        transform: translateX(-50%);
    }

    .date-check {
        height: 190px;
        min-height: 190px;
        padding: 36px 0;
        background: #f7f8fb;
    }

    .date-check h2 {
        display: none;
    }

    .date-check iframe {
        min-height: 112px;
        max-height: 118px;
        overflow: hidden;
        box-shadow: none;
    }

    .reviews {
        min-height: 1166px;
        padding-top: 528px;
        padding-bottom: 84px;
        background-position: center top;
    }

    .reviews h2 {
        margin-bottom: 58px;
    }

    .review-grid {
        gap: 34px;
        align-items: start;
    }

    .review-grid blockquote {
        min-height: 330px;
        padding: 32px 30px;
    }

    .payment-shipping {
        grid-template-columns: 1fr;
        gap: 0;
        height: 783px;
        min-height: 555px;
        padding-top: 92px;
        padding-right: 20px;
        padding-bottom: 80px;
        padding-left: 20px;
    }

    .payment-shipping h2,
    .faq h2 {
        font-size: 36px;
    }

    .payment-logos {
        display: none;
    }

    .faq {
        height: 742px;
        min-height: 742px;
        padding-top: 0;
        padding-bottom: 104px;
    }

    .site-footer .footer-grid {
        height: 531px;
        min-height: 531px;
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) 320px;
        padding-top: 89px;
        padding-bottom: 20px;
    }

    .footer-contact > img {
        width: 60px;
        height: 60px;
    }

    .footer-badges {
        grid-column: 3;
        grid-row: 1;
        grid-template-columns: 120px 107px;
        align-items: start;
        justify-self: end;
        width: 227px;
        margin-top: 96px;
        margin-right: 75px;
    }

    .footer-badges img:nth-child(n+3) {
        display: none;
    }

    .footer-payments {
        grid-column: 2;
        grid-row: 1;
        align-self: start;
        margin-top: 112px;
    }
}

@media (min-width: 1500px) {
    .page-shell {
        max-width: 1366px;
    }

    .hero-strip img {
        height: auto;
        object-fit: contain;
    }

    .intro {
        grid-template-columns: minmax(0, 640px) minmax(0, 1fr);
        min-height: 2527px;
    }

    .intro__main {
        position: static;
    }

    .contact-note {
        max-width: 470px;
        margin-top: 68px;
        margin-bottom: 18px;
    }

    .trust-row {
        position: absolute;
        top: 68px;
        left: calc(50% - 206px);
        display: grid;
        grid-template-columns: 150px 150px;
        width: 306px;
        gap: 5px 6px;
        margin: 0;
    }

    .trust-row > img {
        width: 150px;
        height: 127px;
        object-fit: contain;
    }

    .google-rating {
        grid-column: 2;
        width: 150px;
        height: 127px;
        min-height: 127px;
        padding: 18px 6px 6px;
    }

    .google-rating img {
        width: 40px;
        height: 40px;
    }

    .button--compact {
        margin-top: 0;
    }

    .claim-list {
        max-width: 590px;
        margin-top: 32px;
    }

    .intro-images {
        width: 756px;
        max-width: none;
        margin-top: 28px;
    }

    .camera-box {
        width: 564px;
        transform: translate(39px, 0) scaleX(-1);
    }

    .guarantee-badge {
        top: 628px;
        left: 117px;
    }
}
