@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,800&family=Noto+Sans:wght@300;400;500&display=auto");

@font-face {
    font-family: "Universo";
    src: url("https://intercarsrentals.us/css/universo-bold.woff2") format("woff2"),
        url("https://intercarsrentals.us/css/universo-bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Universo";
    src: url("https://intercarsrentals.us/css/universo-black.woff2") format("woff2"),
        url("https://intercarsrentals.us/css/universo-black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Integral CF";
    src: url("https://intercarsrentals.us/css/integral-cf-regular.woff2") format("woff2"),
        url("https://intercarsrentals.us/css/integral-cf-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}


body {
    padding: 0px;
    margin: 0px;
    background-color: #F4F5F8;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    cursor: default;
}

body,
html {
    height: 100%;
}

input:focus,
div:focus,
span:focus,
textarea:focus,
select:focus {
    outline: none;
    background-image: none;
}

input::-ms-clear {
    display: none;
}

input,
textarea,
select {
    font-family: "Montserrat", sans-serif;
}

div,
a,
span,
input,
textarea,
select {
    -webkit-tap-highlight-color: transparent;
}

div::-moz-focus-inner,
span::-moz-focus-inner,
input::-moz-focus-inner,
textarea::-moz-focus-inner,
select::-moz-focus-inner {
    border: 0;
}

form {
    display: block;
    padding: 0;
    margin: 0;
}

.touch {
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* HEADER */

.header {
    position: relative;
}

.header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #19338A;
    background-image: url(../resources/bg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(13, 26, 69, 0.2) 0%, rgba(13, 26, 69, 0.6) 100%);
}

.header-content {
    position: relative;
    width: 100%;
    max-width: 1048px;
    margin: 0 auto;
    padding-top: 290px;
    padding-bottom: 114px;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
    z-index: 2;
}

.header-top {
    position: relative;
    display: flex;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    z-index: 2;
}

.header-frame {
    width: 100%;
    height: 56px;
    background-color: #FFFFFF;
}

.header-layout {
    display: flex;
    column-gap: 16px;
    width: 100%;
    max-width: 960px;
    height: 100%;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
}

.header-brand {
    flex: none;
}

.header-brand-2 {
    flex: none;
    display: flex;
    align-items: center;
}

.header-logo {
    display: block;
}

.header-logo img {
    display: block;
    width: 76px;
    height: 76px;
    margin-top: -10px;
}

.header-logo-2 {
    display: block;
}

.header-logo-2 img {
    display: block;
    width: auto;
    height: 34px;
}

.header-contact {
    flex: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-contact-layout {
    display: flex;
    align-items: center;
    column-gap: 40px;
    height: 100%;
}

.header-contact a,
.header-contact a:link,
.header-contact a:visited {
    color: #19338A;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.05rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.18s;
}

.header-contact a:hover {
    color: #FC8EAB;
}

.touch .header-contact a:hover {
    color: #19338A;
}

.header-contact a:active,
.touch .header-contact a:active {
    color: #FC8EAB;
}

.header-contact-langs {
    display: flex;
    column-gap: 8px;
}

.header-contact-langs-alt {
    text-align: center;
    justify-content: center;
}

.header-contact-lang,
.header-contact-lang:link,
.header-contact-lang:visited {
    display: block;
    color: #19338A;
    font-weight: 600 !important;
    opacity: 0.6 !important;
    transition: 0.18s;
}

.header-contact-lang-on,
.header-contact-lang-on:link,
.header-contact-lang-on:visited {
    color: #FC8EAB !important;
    opacity: 1 !important;
}

.header-contact-lang:hover {
    opacity: 1 !important;
}

.touch .header-contact-lang:hover {
    opacity: 0.6 !important;
}

.header-contact-lang:active,
.touch .header-contact-lang:active {
    opacity: 1 !important;
}

.header-menu {
    display: none;
    flex: auto;
    justify-content: flex-end;
    align-items: center;
}

.bar-menu {
    display: none;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.bar-menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 4px;
    width: 64px;
    height: 40px;
    cursor: pointer;
}

.bar-menu-line {
    background-color: #19338A;
    width: 20px;
    height: 2px;
    transition: 0.18s;
}

.bar-menu-btn:hover .bar-menu-line {
    background-color: #FC8EAB;
}

.touch .bar-menu-btn:hover .bar-menu-line {
    background-color: #19338A;
}

.bar-menu-btn:active .bar-menu-line,
.touch .bar-menu-btn:active .bar-menu-line {
    background-color: #FC8EAB;
}

.header-intro-title {
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    color: #FFFFFF;
    font-family: "Universo", sans-serif;
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 8px;
}

.header-intro-caption {
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    padding-bottom: 32px;
    font-family: "Noto Sans", sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
}

/* PANEL */

.mobile-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00143F;
    opacity: 0.95;
    z-index: 999;
}

.mobile-bg-show {
    animation-name: anima-mobile-bg-show;
    animation-duration: 0.25s;
}

@keyframes anima-mobile-bg-show {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.95;
    }
}

.mobile-bg-hide {
    animation-name: anima-mobile-bg-hide;
    animation-duration: 0.25s;
    animation-fill-mode: forwards;
}

@keyframes anima-mobile-bg-hide {
    from {
        opacity: 0.85;
    }

    to {
        opacity: 0;
    }
}

.mobile {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    opacity: 1;
    z-index: 999;
    transform: scale(1);
}

.mobile-show {
    animation-name: anima-mobile-show;
    animation-duration: 0.25s;
}

@keyframes anima-mobile-show {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.mobile-hide {
    animation-name: anima-mobile-hide;
    animation-duration: 0.25s;
    animation-fill-mode: forwards;
}

@keyframes anima-mobile-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0.9);
    }
}

.mobile-close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 66px;
    height: 66px;
    cursor: pointer;
}

.mobile-close img {
    display: block;
    width: 18px;
    height: 18px;
    transition: 0.18s;
}

.mobile-close:hover img {
    transform: scale(1.2);
}

.touch .mobile-close:hover img {
    transform: scale(1);
}

.mobile-close:active img,
.touch .mobile-close:active img {
    transform: scale(1.2);
}

.mobile-buttons {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    text-align: center;
}

.mobile-btn,
.mobile-btn:link,
.mobile-btn:visited,
.mobile-btn:visited:hover {
    display: inline-block;
    padding: 7px;
    padding-bottom: 9px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.18s;
}

.mobile-btn:hover {
    opacity: 0.5;
}

.touch .mobile-btn:hover {
    opacity: 1;
}

.mobile-btn:active,
.touch .mobile-btn:active {
    opacity: 0.5;
}

/* ADVICE */

.advice {
    position: fixed;
    top: -64px;
    left: 0;
    width: 100%;
    height: 64px;
    background: linear-gradient(45deg, #19338A 0%, #FC8EAB 100%);
    box-shadow: 0px 0px 16px 0px rgba(25, 51, 138, 0.5);
    transition: 0.25s;
    cursor: pointer;
    z-index: 11;
}

.advice:hover {
    filter: brightness(120%);
}

.touch .advice:hover {
    filter: brightness(100%);
}

.advice:active,
.touch .advice:active {
    filter: brightness(120%);
}

.advice-shown {
    top: 0;
}

.advice-layout {
    display: flex;
    column-gap: 16px;
    width: 100%;
    height: 100%;
    max-width: 1048px;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
    margin: 0 auto;
}

.advice-brand {
    flex: none;
    display: flex;
    align-items: center;
    height: 100%;
}

.advice-brand img {
    display: block;
    width: 56px;
    height: 56px;
}

.advice-message {
    flex: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}

.advice-message img {
    display: block;
    width: 16px;
    margin-right: 12px;
}

.advice-button-frame {
    flex: none;
    display: flex;
    align-items: center;
    height: 100%;
}

.advice-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    padding-left: 16px;
    padding-right: 16px;
    border: solid 2px #FFFFFF;
    background-color: #FFFFFF;
    color: #00143F;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    animation: anima-advice-button 1.5s;
    animation-iteration-count: infinite;
    transition: 0.18s;
}

.advice-button:hover {
    color: #FC8EAB;
}

.touch .advice-button:hover {
    color: #FFFFFF;
}

.advice-button:active,
.touch .advice-button:active {
    color: #FC8EAB;
}

@keyframes anima-advice-button {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* BLOCK */

.block {
    width: 100%;
    max-width: 1048px;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
    margin: 0 auto;
}

/* PANEL */

.panel {
    position: relative;
    width: 100%;
    background-color: #FFFFFF;
}

.panel-booking {
    position: relative;
}

/* FEATURES */

.features-layout {
    position: relative;
    display: grid;
    grid-template-columns: 0.6fr 0.4fr;
    margin-top: 96px;
    margin-bottom: 96px;
}

.features-items {
    display: flex;
    flex-direction: column;
    row-gap: 48px;
    padding-top: 130px;
    padding-bottom: 92px;
    padding-left: 25%;
    padding-right: 10%;
    box-sizing: border-box;
}

.features-picture {
    background-color: #00143F;
    background-image: url(../resources/features.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.features-item-title {
    padding-bottom: 10px;
    color: #FC8EAB;
    font-family: "Universo", sans-serif;
    font-weight: 900;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-transform: uppercase
}

.features-item-caption {
    color: #00143F;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.features-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 268px;
    height: 38px;
    margin-top: 16px;
    background-color: #00143F;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.18s;
}

.features-button:hover {
    background-color: #FC8EAB;
}

.touch .features-button:hover {
    background-color: #00143F;
}

.features-button:active,
.touch .features-button:active {
    background-color: #FC8EAB;
}

/* REVIEWS */

.reviews-block {
    background-color: #00143F;
    background-image: url(../resources/reviews.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 104px;
}

.reviews {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    z-index: 2;
}

.reviews .swiper-pagination {
    bottom: 0 !important;
}

.reviews .swiper-pagination-bullet-active {
    background: #FC8EAB;
}

.reviews-slide {
    width: 100%;
}

.review {
    position: relative;
    box-sizing: border-box;
    text-align: center;
}

.review-picture {
    width: 70px;
    height: 70px;
    margin: auto;
    box-sizing: border-box;
    border-radius: 200px;
    border: solid 2px #FC8EAB;
    background-color: #FC8EAB;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.review-author {
    padding-top: 10px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
}

.review-rate {
    display: inline-flex;
    column-gap: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.review-star img {
    display: block;
    width: 11px;
    height: 11px;
}

.review-content {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding-top: 8px;
    padding-bottom: 24px;
    padding-left: 64px;
    padding-right: 64px;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}

.review-google {
    display: inline-flex;
    column-gap: 12px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
}

.review-google div:nth-child(2) {
    display: flex;
    align-items: center;
}

.review-google img {
    display: block;
    width: 16px;
    height: 16px;
}

/* CONTACT */

.contact {
    position: relative;
    display: grid;
    grid-template-columns: 0.4fr 0.6fr;
    padding-top: 96px;
    margin-bottom: 96px;
    border-top: solid 1px rgba(25, 51, 138, 0.25);
}

.contact-picture {
    background-color: #00143F;
    background-image: url(../resources/contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-content {
    padding-top: 110px;
    padding-bottom: 110px;
    padding-left: 20%;
    padding-right: 35%;
    box-sizing: border-box;
}

.contact-layout {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 30px;
    row-gap: 14px;
    padding-top: 50px;
}

.contact-form {
    position: relative;
}

.contact-form-double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 14px;
    row-gap: 14px;
    width: 100%;
}

.contact-textbox {
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    padding: 0;
    padding-top: 14px;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0;
    box-sizing: border-box;
    border: solid 1px #19338A;
    background-color: transparent;
    color: #FC8EAB;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    transition: 0.18s;
    z-index: 2;
}

.contact-textbox:focus {
    border-color: #FC8EAB;
}

.contact-textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 116px;
    padding: 0;
    padding-top: 26px;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0;
    box-sizing: border-box;
    border: solid 1px #19338A;
    background-color: transparent;
    color: #FC8EAB;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    resize: none;
    transition: 0.18s;
    z-index: 2;
}

.contact-textarea:focus {
    border-color: #FC8EAB;
}

.contact-label {
    position: absolute;
    top: 10px;
    left: 12px;
    color: #19338A;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    z-index: 1;
}

.contact-send {
    display: block;
    width: 100%;
    height: 38px;
    padding: 0;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0;
    box-sizing: border-box;
    border-style: none;
    background-color: #00143F;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    resize: none;
    transition: 0.18s;
    cursor: pointer;
}

.contact-send:hover {
    background-color: #FC8EAB;
}

.touch .contact-send:hover {
    background-color: #00143F;
}

.contact-send:active,
.touch .contact-send:active {
    background-color: #FC8EAB;
}

.contact-info {
    display: grid;
    grid-template-columns: 0.5fr 0.35fr 0.15fr;
    column-gap: 50px;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding-top: 116px;
    padding-bottom: 70px;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
}

.contact-data {
    flex: none;
    padding-top: 32px;
    padding-bottom: 72px;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}

.contact-data-title {
    padding-top: 16px;
    padding-bottom: 20px;
    color: #FFFFFF;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
}

.contact-data a,
.contact-data a:link,
.contact-data a:visited {
    display: inline-block;
    color: #FFFFFF;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
    transition: 0.18s;
}

.contact-data a:hover {
    color: #FC8EAB;
}

.touch .contact-data a:hover {
    color: #FFFFFF;
}

.contact-data a:active,
.touch .contact-data a:active {
    color: #FC8EAB;
}

.contact-networks {
    display: flex;
    flex-direction: column;
    column-gap: 24px;
    row-gap: 24px;
    padding-top: 48px;
    transition: 0.18s;
}

.contact-networks-alt {
    display: none;
    flex-direction: row;
    padding-top: 24px;
}

.contact-networks img {
    display: block;
    height: 32px;
    margin: 0 auto;
}

.contact-network {
    display: inline-flex;
    width: 32px;
    transition: 0.25s;
}

.contact-network:hover {
    transform: scale(1.3);
}

.touch .contact-network:hover {
    transform: scale(1);
}

.contact-network:active,
.touch .contact-network:active {
    transform: scale(1.3);
}

.contact-map {
    flex: auto;
    height: 100%;
    min-height: 320px;
    overflow: hidden;
    background-color: #E2E2E2;
}

.contact-gmap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.contact-gmap iframe {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

/* CIRCLES */

.circle {
    position: absolute;
}

.circle img {
    display: block;
}

.circle-1 {
    top: -55%;
    left: -420px;
}

.circle-1 img {
    width: 512px;
    height: 512px;
    opacity: 0.85;
}

.circle-2 {
    top: -21.5%;
    right: 0;
}

.circle-2 img {
    width: auto;
    height: 170px;
}

.circle-4 {
    bottom: -30%;
    right: 0;
}

.circle-4 img {
    width: auto;
    height: 400px;
    opacity: 0.85;
}

.circle-5 {
    top: -30%;
    left: -280px;
}

.circle-5 img {
    width: 512px;
    height: 512px;
    opacity: 0.85;
}

.circle-6 {
    bottom: -9%;
    left: -80px;
}

.circle-6 img {
    width: auto;
    height: 170px;
}

.circle-7 {
    bottom: -25%;
    right: 0;
}

.circle-7 img {
    width: auto;
    height: 360px;
    opacity: 0.85;
}

/* ABOUT */

.content-frame {
    width: 100%;
    max-width: 1048px;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
    margin: 0 auto;
}

.content-title {
    padding-top: 80px;
    padding-bottom: 26px;
    color: #FC8EAB;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.content-intro {
    color: #19338A;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
}

.content-layout {
    display: flex;
    column-gap: 32px;
    row-gap: 32px;
    padding-top: 40px;
    padding-bottom: 80px;
}

.content-picture {
    width: 45%;
    background-color: #EFEFEF;
    background-image: url(../resources/about.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}

.content-text {
    width: 55%;
    color: #000000;
    font-family: "Noto Sans", sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

.content-text-alt {
    width: 100%;
    text-align: center;
}

.content-text p {
    padding: 0;
    padding-bottom: 16px;
    margin: 0;
}

.content-sub {
    display: inline-block;
    padding-top: 8px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

/* FOOTER */

.footer {
    background-color: #00143F;
    background-image: url(../resources/footer.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-content {
    display: flex;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    border-top: solid 1px #FFFFFF;
}

.footer-copy {
    display: flex;
    align-items: center;
    width: 33.33333333333333%;
    color: #FFFFFF;
    font-family: "Noto Sans", sans-serif;
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
}

.footer-copy a,
.footer-copy a:link,
.footer-copy a:visited {
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.18s;
}

.footer-copy a:hover {
    color: #FC8EAB;
}

.touch .footer-copy a:hover {
    color: #FFFFFF;
}

.footer-copy a:active,
.touch .footer-copy a:active {
    color: #FC8EAB;
}

.footer-brand {
    display: flex;
    justify-content: center;
    width: 33.33333333333333%;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
}

.footer-brand a {
    display: inline-block;
}

.footer-brand img {
    display: block;
    width: 108px;
    height: 108px;
}

.footer-studio {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 33.33333333333333%;
    color: #FFFFFF;
    font-family: "Noto Sans", sans-serif;
    font-size: 13px;
    line-height: 22px;
    font-weight: 300;
    text-align: right;
}

.footer-studio strong {
    font-weight: 500;
}

.footer-studio a,
.footer-studio a:link,
.footer-studio a:visited {
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.18s;
}

.footer-studio a:hover {
    color: #FC8EAB;
}

.touch .footer-studio a:hover {
    color: #FFFFFF;
}

.footer-studio a:active,
.touch .footer-studio a:active {
    color: #FC8EAB;
}

.footer-wa {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 100px;
    height: 100px;
    cursor: pointer;
    animation-name: footer-wa-anima;
    animation-duration: 2.75s;
    animation-iteration-count: infinite;
    z-index: 9;
    transition: 0.18s;
}

.footer-wa img {
    display: block;
    width: 100%;
}

.footer-wa:hover {
    filter: brightness(125%);
}

.touch .footer-wa:hover {
    filter: brightness(100%);
}

.footer-wa:active,
.touch .footer-wa:active {
    filter: brightness(125%);
}

@keyframes footer-wa-anima {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(-15%);
    }

    100% {
        transform: translateY(0%);
    }
}

/* BOOKING */

.booking-loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 30;
}

.booking-loading-frame {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.booking-spinner {
    display: inline-block;
    width: 64px;
    height: 64px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 3px solid #FC8EAB;
    border-bottom-color: transparent;
    animation: booking-spinner-anima 0.5s linear infinite;
}

@keyframes booking-spinner-anima {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.booking-frame {
    position: relative;
    width: 100%;
    max-width: 1048px;
    padding-left: 32px;
    padding-right: 32px;
    margin: 0 auto;
    box-sizing: border-box;
}

.booking {
    position: relative;
    width: 100%;
    padding-bottom: 100px;
}

.booking-section {
    display: none;
    animation-name: section-show;
    animation-duration: 0.25s;
}

#booking-cars {
    display: block;
}

#booking-completed {
    padding-top: 70px;
}

@keyframes section-show {
    0% {
        transform: scale(0.95);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* RECAP */

.booking-recap-frame {
    background: #1E3EA5;
    background: -moz-linear-gradient(45deg, #1E3EA5 0%, #19338A 100%);
    background: -webkit-linear-gradient(45deg, #1E3EA5 0%, #19338A 100%);
    background: linear-gradient(45deg, #1E3EA5 0%, #19338A 100%);
    overflow: auto;
}

.booking-recap-frame::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    border-radius: 0px;
}

.booking-recap-frame::-webkit-scrollbar-thumb {
    background: #264DD2;
    border-radius: 0px;
    border: none;
}

.booking-recap-frame::-webkit-scrollbar-thumb:hover {
    background: #264DD2;
}

.booking-recap-frame::-webkit-scrollbar-track {
    background: #15307D;
    border-radius: 0px;
}

.booking-recap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 12px;
    padding-bottom: 12px;
    box-sizing: border-box;
}

.booking-recap-block {
    min-width: 210px;
    padding-bottom: 2px;
    padding-left: 11px;
    padding-right: 11px;
    border-right: solid 1px rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
}

.booking-recap-block-hidden {
    display: none;
}

.booking-recap-block:last-of-type {
    border-right-style: none;
}

.booking-recap-sub {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
}

.booking-recap-caption {
    padding-top: 4px;
    padding-bottom: 1px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.booking-recap-caption-days {
    color: #FC8EAB;
    font-weight: 700;
}

.booking-recap-note {
    display: inline-block;
    margin: 0 0 0;
    margin-top: -2px;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
}

.booking-recap-change {
    display: inline-block;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    opacity: 0.4;
    cursor: pointer;
    transition: 0.18s;
}

.booking-recap-change img {
    display: inline-block;
    width: auto;
    height: 11px;
    margin: 0 0 0;
    margin-top: -2px;
    margin-left: 0;
    margin-right: 4px;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
}

.booking-recap-change:hover {
    opacity: 1;
}

.touch .booking-recap-change:hover {
    opacity: 0.4;
}

.booking-recap-change:active,
.touch .booking-recap-change:active {
    opacity: 1;
}

.booking-recap-block-empty {
    display: flex;
    justify-content: center;
    align-items: center;
}

.booking-recap-block-empty::after {
    content: '';
    width: 24px;
    height: 1px;
    background-color: #FFFFFF;
    opacity: 0.5;
}

/* DISCOUNT */

.booking-discount-advice {
    padding-top: 12px;
    padding-bottom: 13px;
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 32px;
    box-sizing: border-box;
    border-radius: 0px;
    background-color: #2DCA73;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    box-shadow: 0px 0px 12px 0px rgba(45, 202, 115, 0.5);
}

.booking-discount-alert {
    background-color: #EB3941;
    box-shadow: 0px 0px 12px 0px rgba(235, 57, 65, 0.5);
}

/* STEPS*/

.booking-steps {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 24px;
}

.booking-line {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #BABABA;
}

.booking-step {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 79px;
    height: 79px;
    box-sizing: border-box;
    border-radius: 100px;
    border: solid 1px #BABABA;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: 0.18s;
    z-index: 2;
}

.booking-step svg {
    display: block;
    width: 100%;
    height: 100%;
}

.booking-step-on {
    border-color: transparent;
    background-color: #FC8EAB;
    box-shadow: 0px 0px 16px 0px rgba(252, 142, 171, 0.15);
}

.booking-step-on svg path {
    fill: #FFFFFF;
}

.booking-step-active {
    border-color: #FC8EAB;
    box-shadow: 0px 0px 16px 0px rgba(252, 142, 171, 0.45);
}

.booking-step-active svg path {
    fill: #FC8EAB;
}

.booking-current-step {
    padding-top: 8px;
    padding-bottom: 40px;
    color: #19338A;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

/* FINDER */

.booking-finder {
    padding: 40px;
    box-sizing: border-box;
    background-color: #FFFFFF;
}

.booking-finder-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 28px;
    row-gap: 14px;
}

.booking-finder-layout-double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 14px;
    row-gap: 14px;
}

.booking-search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    background-color: #FC8EAB;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.18s;
}

.booking-search img {
    display: inline-block;
    width: auto;
    height: 16px;
    margin: 0 0 0;
    margin-top: -2px;
    margin-left: 12px;
    margin-right: 0;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
}

.booking-search:hover {
    background-color: #19338A;
}

.touch .booking-search:hover {
    background-color: #FC8EAB;
}

.booking-search:active,
.touch .booking-search:active {
    background-color: #19338A;
}

/* CARS */

.booking-unavailable {
    padding: 24px;
    padding-top: 32px;
    padding-bottom: 36px;
    margin-top: 16px;
    box-sizing: border-box;
    border: solid 2px #FC8EAB;
    color: #19338A;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
}

.booking-unavailable-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 53px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #FC8EAB;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.18s;
}

.booking-unavailable-button:hover {
    background-color: #19338A;
}

.touch .booking-unavailable-button:hover {
    background-color: #FC8EAB;
}

.booking-unavailable-button:active,
.touch .booking-unavailable-button:active {
    background-color: #19338A;
}

.booking-cars {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 40px;
    row-gap: 40px;
}

.booking-car {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border: solid 1px #E2E2E2;
    text-align: center;
    cursor: pointer;
    box-shadow: none;
    transition: 0.18s;
}

.booking-car:hover {
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.3);
}

.touch .booking-car:hover {
    box-shadow: none;
}

.booking-car:active,
.touch .booking-car:active {
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.3);
}

.booking-car-info {
    flex: auto;
    padding-top: 32px;
    box-sizing: border-box;
}

.booking-car-category {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    color: #19338A;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}

.booking-car-name {
    padding-top: 4px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    color: #909090;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.booking-car-picture {
    padding-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    transition: 0.18s;
}

.booking-car-picture img {
    display: block;
    width: 100%;
}

.booking-car-info:hover .booking-car-picture {
    transform: scale(1.12);
}

.touch .booking-car-info:hover .booking-car-picture {
    transform: scale(1);
}

.booking-car-info:active .booking-car-picture,
.touch .booking-car-info:active .booking-car-picture {
    transform: scale(1.12);
}

.booking-car-price {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    box-sizing: border-box;
    color: #000000;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}

.booking-car-includes {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 8px;
    box-sizing: border-box;
    color: #19338A;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.18s;
}

.booking-car-includes-alt {
    margin-top: 10px;
    margin-bottom: 0px;
}

.booking-car-includes:hover {
    color: #FC8EAB;
}

.touch .booking-car-includes:hover {
    color: #19338A;
}

.booking-car-includes:active,
.touch .booking-car-includes:active {
    color: #FC8EAB;
}

.booking-car-per-day {
    display: inline-block;
    margin: 0 0 0;
    margin-top: -3px;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    line-height: 12px;
    vertical-align: middle;
}

.booking-car-choose {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 43px;
    margin-top: 16px;
    background-color: #FC8EAB;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.18s;
}

.booking-car-info:hover .booking-car-choose {
    background-color: #19338A;
    color: #FC8EAB;
}

.touch .booking-car-info:hover .booking-car-choose {
    background-color: #FC8EAB;
    color: #FFFFFF;
}

.booking-car-info:active .booking-car-choose,
.touch .booking-car-info:active .booking-car-choose {
    background-color: #19338A;
    color: #FC8EAB;
}

.booking-car-features {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
}

.booking-car-feature {
    display: flex;
}

.booking-car-feature-icon {
    flex: none;
}

.booking-car-feature-icon img {
    display: block;
    height: 16px;
}

.booking-car-feature-value {
    flex: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1px;
    padding-left: 8px;
    color: #000000;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    line-height: 14px;
}

.booking-car-details {
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 32px);
    height: 60px;
    padding-bottom: 5px;
    margin: 0 auto;
    box-sizing: border-box;
    border-top: solid 1px #E2E2E2;
    color: #19338A;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    transition: 0.18s;
}

.booking-car-details:hover {
    border-color: #FC8EAB;
    color: #FC8EAB;
}

.touch .booking-car-details:hover {
    border-color: #E2E2E2;
    color: #19338A;
}

.booking-car-details:active,
.touch .booking-car-details:active {
    border-color: #FC8EAB;
    color: #FC8EAB;
}

/* DETAILS */

.booking-details {
    padding: 32px;
    padding-top: 48px;
    padding-bottom: 52px;
    box-sizing: border-box;
    text-align: center;
}

.booking-details-header {
    text-align: center;
    padding-bottom: 32px;
}

.booking-details-category {
    padding-bottom: 4px;
    color: #19338A;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
}

.booking-details-name {
    color: #FC8EAB;
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
}

.booking-details-layout {
    display: inline-flex;
    column-gap: 32px;
    margin: 0 auto;
}

.booking-details-picture {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55%;
}

.booking-details-picture img {
    display: block;
    width: 100%;
}

.booking-details-info {
    display: flex;
    align-items: center;
    width: 45%;
    text-align: left;
}

.booking-details-feature {
    display: flex;
    column-gap: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.booking-details-feature-icon {
    flex: none;
    display: flex;
    justify-content: center;
    width: 25px;
}

.booking-details-feature-icon img {
    display: block;
    height: 18px;
    margin-top: 1px;
}

.booking-details-feature-value {
    flex: auto;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
}

.booking-details-choose-frame {
    display: flex;
    justify-content: center;
    padding-top: 32px;
}

.booking-details-choose {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 48px;
    background-color: #FC8EAB;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.18s;
}

.booking-details-choose:hover {
    background-color: #19338A;
    color: #FC8EAB;
}

.touch .booking-details-choose:hover {
    background-color: #FC8EAB;
    color: #FFFFFF;
}

.booking-details-choose:active,
.touch .booking-details-choose:active {
    background-color: #19338A;
    color: #FC8EAB;
}

/* CONTINUE */

.booking-continue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 53px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 20px;
    background-color: #FC8EAB;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.18s;
}

.booking-continue img {
    display: inline-block;
    width: auto;
    height: 13px;
    margin: 0 0 0;
    margin-top: 0;
    margin-left: 12px;
    margin-right: 0;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
}

.booking-continue:hover {
    background-color: #19338A;
}

.touch .booking-continue:hover {
    background-color: #FC8EAB;
}

.booking-continue:active,
.touch .booking-continue:active {
    background-color: #19338A;
}

/* EXTRAS */

.booking-extras {
    display: flex;
    flex-direction: column;
    padding: 40px;
    box-sizing: border-box;
    border: solid 1px #E2E2E2;
    background-color: #FFFFFF;
}

.booking-extras-title {
    margin-bottom: 24px;
    color: #19338A;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
}

.booking-extras-none {
    color: #FC8EAB;
    font-size: 18px;
    line-height: 24px;
}

.booking-extras-none strong {
    font-weight: 700;
}

.booking-extras-items {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.booking-extras-item {
    display: flex;
    column-gap: 16px;
    border: solid 2px #E2E2E2;
    transition: 0.18s;
}

.booking-extras-added {
    border: solid 2px #FC8EAB;
}

.booking-extras-picture {
    flex: none;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
}

.booking-extras-pic {
    width: 180px;
    padding-bottom: 100%;
    background-color: #E2E2E2;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.booking-extras-info {
    flex: auto;
    padding-top: 16px;
    padding-bottom: 18px;
}

.booking-extras-name {
    flex: auto;
    color: #19338A;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.booking-extras-detail {
    padding-top: 4px;
    color: #999999;
    font-family: "Noto Sans", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}

.booking-extras-actions {
    flex: none;
    padding-top: 21px;
    padding-right: 21px;
}

.booking-extras-price {
    padding-top: 16px;
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.booking-extras-price-note {
    display: inline-block;
    margin: 0 0 0;
    margin-top: -3px;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    line-height: 12px;
    vertical-align: middle;
}

.booking-extras-add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 43px;
    box-sizing: border-box;
    border: solid 2px #FC8EAB;
    color: #FC8EAB;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.18s;
}

.booking-extras-add img {
    display: inline-block;
    width: auto;
    height: 17px;
    margin: 0 0 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 6px;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
}

.booking-extras-add:hover {
    border-color: #19338A;
}

.touch .booking-extras-add:hover {
    border-color: #FC8EAB;
}

.booking-extras-add:active,
.touch .booking-extras-add:active {
    border-color: #19338A;
}

.booking-extras-add-on {
    display: none;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 43px;
    background-color: #19338A;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.booking-extras-added .booking-extras-add {
    display: none;
}

.booking-extras-added .booking-extras-add-on {
    display: inline-flex;
}

.booking-extras-remove {
    display: none;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 43px;
    margin-top: 8px;
    box-sizing: border-box;
    border: solid 2px #999999;
    color: #999999;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.18s;
}

.booking-extras-added .booking-extras-remove {
    display: flex;
}

.booking-extras-remove:hover {
    border-color: #19338A;
    color: #19338A;
}

.touch .booking-extras-remove:hover {
    border-color: #999999;
    color: #999999;
}

.booking-extras-remove:active,
.touch .booking-extras-remove:active {
    border-color: #19338A;
    color: #19338A;
}

.booking-extra-quant {
    display: none;
    width: 100%;
    height: 43px;
    margin-top: 8px;
    box-sizing: border-box;
    border: solid 1px #E2E2E2;
    background-color: #E2E2E2;
    overflow: auto;
}

.booking-extras-added .booking-extra-quant {
    display: flex;
}

.booking-extra-quant-number {
    flex: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    color: #19338A;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
}

.booking-extra-quant-button {
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.18s;
}

.booking-extra-quant-button img {
    display: block;
    width: 14px;
}

.booking-extra-quant-button:hover {
    background-color: #CCCCCC;
}

.touch .booking-extra-quant-button:hover {
    background-color: transparent;
}

.booking-extra-quant-button:active,
.touch .booking-extra-quant-button:active {
    background-color: #CCCCCC;
}

/* CONFIRM */

.booking-confirm {
    display: flex;
    column-gap: 32px;
    row-gap: 32px;
}

.booking-personal {
    width: 58%;
    padding: 40px;
    padding-bottom: 52px;
    box-sizing: border-box;
    border: solid 1px #E2E2E2;
    background-color: #FFFFFF;
}

.booking-personal-title {
    margin-bottom: 24px;
    color: #19338A;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
}

.booking-personal-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 14px;
    row-gap: 14px;
}

.booking-form {
    position: relative;
    min-width: 0px;
}

.booking-textbox {
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    padding: 0;
    padding-top: 14px;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0;
    box-sizing: border-box;
    border: solid 1px #19338A;
    background-color: transparent;
    color: #FC8EAB;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    transition: 0.18s;
    z-index: 2;
}

.booking-textbox:focus {
    border-color: #FC8EAB;
}

.booking-label {
    position: absolute;
    top: 10px;
    left: 12px;
    color: #19338A;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    z-index: 1;
}

.booking-checkbox {
    position: relative;
    display: block;
    padding-top: 1px;
    padding-left: 38px;
    margin-bottom: 0px;
    color: #19338A;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.18s;
}

.booking-checkbox input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    cursor: pointer;
}

.booking-checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-color: #BABABA;
    transition: 0.18s;
}

.booking-checkbox input:checked~.booking-checkbox-checkmark {
    background-color: #FC8EAB;
}

.booking-checkbox-checkmark:after {
    content: "";
    display: none;
    position: absolute;
}

.booking-checkbox input:checked~.booking-checkbox-checkmark:after {
    display: block;
}

.booking-checkbox .booking-checkbox-checkmark:after {
    top: 4px;
    left: 9px;
    width: 5px;
    height: 11px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.booking-checkbox-link,
.booking-checkbox-link:link,
.booking-checkbox-link:visited {
    color: #FC8EAB;
    font-weight: 700;
    cursor: pointer;
    transition: 0.18s;
}

.booking-checkbox-link:hover {
    color: #000000;
}

.touch .booking-checkbox-link:hover {
    color: #FC8EAB;
}

.booking-checkbox-link:active,
.touch .booking-checkbox-link:active {
    color: #000000;
}

.booking-notes {
    padding-top: 24px;
    padding-bottom: 24px;
    font-family: "Noto Sans", sans-serif;
    color: #909090;
    font-size: 12px;
    line-height: 18px;
}

.booking-notes strong {
    color: #000000;
    font-weight: 500;
}

.booking-notes p {
    padding: 0;
    padding-bottom: 8px;
    margin: 0;
}

.booking-notes p:last-of-type {
    padding-bottom: 0;
}

.booking-notes-link,
.booking-notes-link:link,
.booking-notes-link:visited {
    color: #FC8EAB;
    font-weight: 600;
    cursor: pointer;
    transition: 0.18s;
}

.booking-notes-link:hover {
    color: #000000;
}

.touch .booking-notes-link:hover {
    color: #FC8EAB;
}

.booking-notes-link:active,
.touch .booking-notes-link:active {
    color: #000000;
}

/* SELECTOR */

.booking-select {
    position: relative;
    height: 56px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.booking-select select {
    display: none;
}

.booking-select-selected {
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    padding: 0;
    padding-top: 26px;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0;
    box-sizing: border-box;
    border: solid 1px #19338A;
    background-color: transparent;
    color: #FC8EAB;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.18s;
    cursor: pointer;
    z-index: 2;
}

.booking-select-selected:after {
    position: absolute;
    content: "";
    top: 25px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid #19338A;
    border-color: #19338A transparent transparent transparent;
}

.booking-select-selected.booking-select-arrow-active:after {
    border-color: transparent transparent #19338A transparent;
    top: 18px;
}

.booking-select-items div {
    padding: 14px;
    padding-top: 12px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    border-bottom: solid 1px #E2E2E2;
    color: #19338A;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.18s;
}

.booking-select-items div:hover {
    color: #FC8EAB;
    background-color: rgba(252, 142, 171, 0.05);
}

.touch .booking-select-items div:hover {
    color: #19338A;
    background-color: transparent;
}

.booking-select-items div:active,
.touch .booking-select-items div:active {
    color: #FC8EAB;
    background-color: rgba(252, 142, 171, 0.05);
}

.booking-select-items {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    height: auto;
    max-height: 256px;
    background-color: #FFFFFF;
    overflow: hidden;
    opacity: 0;
    transform: scale(0.95);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
    animation: booking-select-anima 0.18s ease-in-out forwards;
    overflow: auto;
    z-index: 99;
}

.booking-select-items::-webkit-scrollbar {
    width: 17px;
    height: 17px;
    border-radius: 30px;
}

.booking-select-items::-webkit-scrollbar-thumb {
    background: #CCCCCC;
    border-radius: 30px;
    border: solid 5px #FFFFFF;
    height: 72px;
}

.booking-select-items::-webkit-scrollbar-thumb:hover {
    background: #999999;
}

.booking-select-items::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 30px;
}

@keyframes booking-select-anima {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.booking-select-hide {
    display: none;
}

/* SUMMARY */

.booking-summary {
    width: 42%;
    padding: 40px;
    padding-top: 53px;
    padding-bottom: 64px;
    box-sizing: border-box;
    border: solid 1px #E2E2E2;
    background-color: #FFFFFF;
}

.booking-summary-total {
    display: flex;
    width: 100%;
    padding-bottom: 12px;
}

.booking-summary-total-label {
    flex: auto;
    color: #19338A;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
}

.booking-summary-total-amount {
    flex: none;
    color: #000000;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
}

.booking-summary-subtotal {
    display: flex;
    width: 100%;
    padding-bottom: 12px;
}

.booking-summary-subtotal-label {
    flex: auto;
    color: #19338A;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}

.booking-summary-subtotal-amount {
    flex: none;
    color: #999999;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}

.booking-summary-discount-amount {
    flex: none;
    color: #2DCA73;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}

.booking-summary-discount-button {
    display: inline-block;
    margin-bottom: 24px;
    color: #FC8EAB;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
    transition: 0.18s;
}

.booking-summary-discount-button:hover {
    color: #19338A;
}

.touch .booking-summary-discount-button:hover {
    color: #FC8EAB;
}

.booking-summary-discount-button:active,
.touch .booking-summary-discount-button:active {
    color: #19338A;
}

.booking-summary-discount-form {
    display: none;
}

.booking-summary-discount-apply {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 43px;
    margin-top: 8px;
    margin-bottom: 24px;
    background-color: #FC8EAB;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.18s;
}

.booking-summary-discount-apply:hover {
    background-color: #19338A;
    color: #FC8EAB;
}

.touch .booking-summary-discount-apply:hover {
    background-color: #FC8EAB;
    color: #FFFFFF;
}

.booking-summary-discount-apply:active,
.touch .booking-summary-discount-apply:active {
    background-color: #19338A;
    color: #FC8EAB;
}

.booking-summary-discount-apply-alt {
    opacity: 0.5;
}

.booking-summary-include {
    padding-bottom: 18px;
    color: #FC8EAB;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}

.booking-summary-item {
    padding-top: 16px;
}

.booking-summary-item-car {
    border-top: solid 1px #E2E2E2;
    padding-bottom: 16px;
    border-bottom: solid 1px #E2E2E2;
}

.booking-summary-item-pickup {
    padding-top: 22px;
}

.booking-summary-item-return {
    padding-top: 12px;
}

.booking-summary-title {
    padding-bottom: 8px;
    color: #909090;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.booking-summary-content {
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.booking-summary-content strong {
    font-weight: 700;
}

.booking-summary-date {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}

.booking-summary-car {
    display: flex;
    column-gap: 8px;
    width: 100%;
}

.booking-summary-content-car {
    flex: auto;
    width: 65%;
}

.booking-summary-picture {
    flex: none;
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.booking-summary-picture img {
    display: block;
    width: 100%;
}

/* PAY */

.booking-payment {
    padding-top: 16px;
    margin-top: 22px;
    border-top: solid 1px #E2E2E2;
}

.booking-payment-options {
    padding-bottom: 8px;
}

.booking-radio {
    position: relative;
    display: block;
    height: auto;
    padding-top: 1px;
    padding-left: 38px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    color: #19338A;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.18s;
}

.booking-radio input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    cursor: pointer;
}

.booking-radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border-radius: 100px;
    background-color: #BABABA;
    transition: 0.18s;
}

.booking-radio input:checked~.booking-radio-checkmark {
    background-color: #FC8EAB;
}

.booking-radio-checkmark:after {
    content: "";
    display: none;
    position: absolute;
    transition: 0.18s;
}

.booking-radio input:checked~.booking-radio-checkmark:after {
    display: block;
}

.booking-radio .booking-radio-checkmark:after {
    top: 7px;
    left: 7px;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #FFFFFF;
    transition: 0.18s;
}

.booking-pay-detail {
    display: flex;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 14px;
    border-top: solid 1px #E2E2E2;
    border-bottom: solid 1px #E2E2E2;
}

.booking-pay-detail:last-of-type {
    border-top: none;
}

.booking-pay-detail-label {
    flex: auto;
    color: #19338A;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
}

.booking-pay-detail-amount {
    flex: none;
    color: #000000;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
}

.booking-pay-detail-amount-orange {
    color: #FC8EAB;
}

.booking-reserve {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 59px;
    margin-top: 16px;
    background-color: #FC8EAB;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.18s;
}

.booking-reserve:hover {
    background-color: #19338A;
}

.touch .booking-reserve:hover {
    background-color: #FC8EAB;
}

.booking-reserve:active,
.touch .booking-reserve:active {
    background-color: #19338A;
}

.booking-pay {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 59px;
    margin-top: 16px;
    background-color: #FC8EAB;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.18s;
}

.booking-pay:hover {
    background-color: #19338A;
}

.touch .booking-pay:hover {
    background-color: #FC8EAB;
}

.booking-pay:active,
.touch .booking-pay:active {
    background-color: #19338A;
}

.booking-pay img {
    display: inline-block;
    width: auto;
    height: 28px;
    margin: 0 0 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 8px;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
}

.booking-pay-pp {
    background: #FFC439;
    background: -moz-linear-gradient(45deg, #FFC439 0%, #FCB400 100%);
    background: -webkit-linear-gradient(45deg, #FFC439 0%, #FCB400 100%);
    background: linear-gradient(45deg, #FFC439 0%, #FCB400 100%);
}

.booking-pay-mp {
    background: #18AEE4;
    background: -moz-linear-gradient(45deg, #18AEE4 0%, #007FE8 100%);
    background: -webkit-linear-gradient(45deg, #18AEE4 0%, #007FE8 100%);
    background: linear-gradient(45deg, #18AEE4 0%, #007FE8 100%);
}

/* END */

.booking-end {
    display: flex;
    flex-direction: column;
    padding: 40px;
    padding-top: 52px;
    padding-bottom: 64px;
    box-sizing: border-box;
    border: solid 1px #E2E2E2;
    background-color: #FFFFFF;
}

.booking-end-pic {
    display: block;
    width: 108px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.booking-end-title {
    margin-bottom: 16px;
    color: #FC8EAB;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
}

.booking-end-caption {
    color: #19338A;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
}

.booking-end-save,
.booking-end-save:link,
.booking-end-save:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 53px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 20px;
    background-color: #FC8EAB;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.18s;
}

.booking-end-save img {
    display: inline-block;
    width: auto;
    height: 30px;
    margin: 0 0 0;
    margin-top: 0px;
    margin-left: 0;
    margin-right: 12px;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
}

.booking-end-save:hover {
    background-color: #19338A;
}

.touch .booking-end-save:hover {
    background-color: #FC8EAB;
}

.booking-end-save:active,
.touch .booking-end-save:active {
    background-color: #19338A;
}

.booking-end-return,
.booking-end-return:link,
.booking-end-return:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 53px;
    margin: 0 auto;
    margin-bottom: 20px;
    background-color: #FC8EAB;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    opacity: 0.65;
    transition: 0.18s;
}

.booking-end-return img {
    display: inline-block;
    width: auto;
    height: 16px;
    margin: 0 0 0;
    margin-top: 0px;
    margin-left: 0;
    margin-right: 12px;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
}

.booking-end-return:hover {
    background-color: #19338A;
}

.touch .booking-end-return:hover {
    background-color: #FC8EAB;
}

.booking-end-return:active,
.touch .booking-end-return:active {
    background-color: #19338A;
}

/* PAY */

#pay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    overflow: auto;
    z-index: 20;
}

.pay-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 16px;
    box-sizing: border-box;
}

.pay-box {
    width: 100%;
    max-width: 360px;
    padding: 24px;
    padding-bottom: 48px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.65);
    margin: auto;
}

.pay-caption {
    padding-top: 2px;
    color: #FC8EAB;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
}

.pay-caption strong {
    font-weight: 800;
}

#pay-button {
    padding-top: 20px;
}

/* MODAL */

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    overflow: auto;
    z-index: 12;
}

.modal-show {
    opacity: 1;
    transition: 0.25s;
}

.modal-hide {
    opacity: 0;
    transition: 0.35s;
}

.modal-layout {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.modal-centered {
    width: 100%;
    padding: 16px;
    margin: auto;
    box-sizing: border-box;
}

.modal-frame {
    position: relative;
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #FFFFFF;
    overflow: hidden;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.65);
    transform: scale(0.95);
    transition: 0.25s;
}

.modal-show .modal-frame {
    transform: scale(1);
    transition: 0.25s;
}

.modal-hide .modal-frame {
    transform: scale(0.95);
    transition: 0.25s;
}

.modal-content {
    height: auto;
    min-height: 320px;
}

.modal-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

.modal-spinner {
    display: inline-block;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid #FC8EAB;
    border-bottom-color: transparent;
    animation: modal-spinner-anima 0.5s linear infinite;
}

@keyframes modal-spinner-anima {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.modal-close-frame {
    position: sticky;
    display: flex;
    justify-content: flex-end;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    z-index: 3;
}

.modal-close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    background-color: transparent;
    border-radius: 100px;
    cursor: pointer;
}

.modal-close img {
    display: block;
    width: 18px;
    height: 18px;
    transition: 0.18s;
}

.modal-close:hover img {
    transform: scale(1.25);
}

.touch .modal-close:hover img {
    transform: scale(1);
}

.modal-close:active img,
.touch .modal-close:active img {
    transform: scale(1.25);
}

/* TOAST */

.toast {
    display: none;
    position: fixed;
    top: 48px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1000;
}

.toast-message {
    display: inline-block;
    padding-top: 17px;
    padding-bottom: 19px;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #FC8EAB;
    color: #FFFFFF;
    font-size: 17px;
    line-height: 23px;
    font-weight: 600;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    animation-name: toast-show;
    animation-duration: 0.25s;
}

@keyframes toast-show {
    0% {
        transform: translateY(-100%) scale(0.5);
        opacity: 0;
    }

    100% {
        transform: translateY(0px) scale(1);
        opacity: 1;
    }
}

#confirm {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #19338A;
    background: -moz-linear-gradient(45deg, #19338A 0%, #1E3EA5 100%);
    background: -webkit-linear-gradient(45deg, #19338A 0%, #1E3EA5 100%);
    background: linear-gradient(45deg, #19338A 0%, #1E3EA5 100%);
    color: #FFFFFF;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    z-index: 1010;
}

#confirm strong {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

#confirm>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 32px;
    box-sizing: border-box;
}

#confirm>div>div {
    max-width: 600px;
    margin: 0 auto;
}

#confirm>div>div>div {
    padding-bottom: 16px;
}

#confirm img {
    display: block;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 32px;
}

#exit {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 50px;
    padding: 0 !important;
    border-radius: 0px;
    border: solid 2px #FFFFFF;
    box-sizing: border-box;
    margin-top: 16px;
    font-size: 16px !important;
    line-height: 16px !important;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.18s;
}

#exit:hover {
    transform: scale(1.12);
}

.touch #exit:hover {
    transform: scale(1);
}

#exit:active,
.touch #exit:active {
    transform: scale(1.12);
}

/* DOCUMENT */

.document-content {
    font-family: "Noto Sans", sans-serif;
    padding: 40px;
    padding-bottom: 100px;
    box-sizing: border-box;
    color: #444444;
    font-size: 14px;
    line-height: 21px;
}

.document-content-intro {
    font-family: "Montserrat", sans-serif;
    padding: 0;
    margin: 0;
    margin-bottom: 32px;
    color: #FC8EAB;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}

.document-content-intro p {
    margin: 0 !important;
    padding: 0 !important;
}

.document-content-intro .tab {
    cursor: pointer;
}

.document-content-intro .tab img {
    display: inline-block;
    width: 1.8ex;
    height: 1.8ex;
    margin: 0 0 0;
    margin-top: -0.3ex;
    margin-left: 0.05ex;
    margin-right: 0.05ex;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
}

.document-content-intro .tab+div {
    display: none;
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    opacity: 0.75;
}

.document-content p {
    padding: 0;
    margin: 0;
    margin-bottom: 16px;
}

.document-content ul,
.document-content ol {
    padding: 0;
    margin: 0;
    margin-bottom: 16px;
}

.document-content ul li {
    list-style-position: inside;
    list-style-type: disc;
}

.document-content ol li {
    list-style-position: inside;
    list-style-type: decimal;
}

.document-content h1 {
    font-family: "Montserrat", sans-serif;
    padding: 0;
    margin: 0;
    margin-top: 32px;
    margin-bottom: 32px;
    color: #19338A;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}

.document-content h2 {
    padding: 0;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 24px;
    color: #FC8EAB;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    text-transform: uppercase;
}

.document-content h3 {
    padding: 0;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 24px;
    color: #FC8EAB;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
}

.document-content h4 {
    padding: 0;
    margin: 0;
    margin-top: 32px;
    margin-bottom: 20px;
    color: #222222;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.document-content h5 {
    padding: 0;
    margin: 0;
    margin-top: 32px;
    margin-bottom: 20px;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.document-content strong {
    color: #222222;
    font-weight: 600;
}

.document-content a,
.document-content a:link,
.document-content a:active,
.document-content a:visited,
.document-content a:hover,
.document-content a:visited:hover {
    text-decoration: underline;
    color: #A3A3A3;
}

.paypal-checkout-sandbox-iframe {
    border-style: none !important;
}

.cho-container {
    text-align: center;
}

/* RESPONSIVE */

@media (max-width: 1025px) {

    .features-layout {
        grid-template-columns: 0.5fr 0.5fr;
    }

    .features-items {
        padding-left: 10%;
        padding-right: 10%;
    }

    .contact {
        grid-template-columns: 0.5fr 0.5fr;
    }

    .contact-content {
        padding-left: 10%;
        padding-right: 10%;
    }

    .contact-info {
        grid-template-columns: 1fr 1fr;
    }

    .contact-networks {
        display: none;
    }

    .contact-networks-alt {
        display: flex;
    }

}

@media (max-width: 1000px) {

    .booking-cars {
        grid-template-columns: 1fr 1fr;
    }

}

@media (max-width: 960px) {

    .footer-copy {
        text-align: center;
    }

    .footer-studio {
        text-align: center;
    }

}

@media (max-width: 920px) {

    .booking-confirm {
        flex-direction: column;
        column-gap: 32px;
    }

    .booking-personal {
        width: 100%;
    }

    .booking-summary {
        width: 100%;
    }

}

@media (max-width: 840px) {

    .content-layout {
        flex-direction: column;
        padding-bottom: 0px;
    }

    .content-picture {
        width: 100%;
        height: 400px;
    }

    .content-text {
        width: 100%;
    }

    .diamonds {
        background-position: 50% 0%;
        background-size: 180% auto;
    }

}

@media (max-width: 780px) {

    .header-contact {
        display: none;
    }

    .header-menu {
        display: flex;
    }

}

@media (max-width: 720px) {

    .features-layout {
        grid-template-columns: 1fr;
    }

    .features-items {
        padding-top: 0px;
    }

    .features-picture {
        padding-bottom: 100%;
    }

    .contact {
        grid-template-columns: 1fr;
    }

    .contact-picture {
        padding-bottom: 100%;
    }

    .contact-info {
        grid-template-columns: 1fr;
    }

    .booking-finder {
        padding: 32px;
    }

    .booking-extras {
        padding: 32px;
    }

    .booking-personal {
        padding: 32px;
        padding-bottom: 44px;
    }

    .booking-summary {
        padding: 32px;
        padding-top: 47px;
        padding-bottom: 58px;
    }

    .booking-finder-layout {
        grid-template-columns: 1fr;
        column-gap: 24px;
        row-gap: 12px;
    }

    .booking-finder-layout-double {
        grid-template-columns: 1fr 1fr;
        column-gap: 12px;
        row-gap: 12px;
    }

    .booking-form-1 {
        order: 1;
    }

    .booking-form-2 {
        order: 3;
        margin-top: 12px;
    }

    .booking-form-3 {
        order: 2;
    }

    .booking-form-4 {
        order: 4;
    }

    .booking-form-5 {
        order: 5;
        margin-top: 12px;
    }

    .booking-form-6 {
        order: 6;
        margin-top: 12px;
    }

    .booking-extras-pic {
        width: 100px;
    }

}

@media (max-width: 680px) {

    .booking-cars {
        grid-template-columns: 1fr;
    }

    .booking-details {
        padding: 22px;
        padding-top: 48px;
        padding-bottom: 42px;
    }

    .booking-details-layout {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

    .booking-details-picture {
        width: 100%;
    }

    .booking-details-header {
        padding-bottom: 0px;
    }

    .booking-details-info {
        display: flex;
        justify-content: center;
        width: 100%;
        text-align: center;
    }

    .booking-details-feature {
        display: inline-flex;
        margin-right: 16px;
    }

    .modal-centered {
        padding: 8px;
    }

}

@media (max-width: 640px) {

    .booking-personal-layout {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 580px) {

    .booking-steps {
        margin-top: 0px;
        padding-bottom: 18px;
    }

    .booking-step {
        width: 59px;
        height: 59px;
    }

    .booking-current-step {
        padding-top: 0px;
        padding-bottom: 24px;
        font-size: 25px;
        line-height: 30px;
    }

    .booking-cars {
        column-gap: 16px;
        row-gap: 16px;
    }

    .booking-extras-title {
        margin-bottom: 24px;
        font-size: 25px;
        line-height: 30px;
    }

    .booking-personal-title {
        margin-bottom: 24px;
        font-size: 25px;
        line-height: 30px;
    }

    .booking-end-title {
        margin-bottom: 16px;
        font-size: 25px;
        line-height: 30px;
    }

    .booking-extras {
        padding: 20px;
        padding-top: 32px;
    }

    .booking-extras-title {
        text-align: center;
    }

    .booking-extras-item {
        flex-direction: column;
    }

    .booking-extras-info {
        padding-top: 16px;
        padding-bottom: 18px;
        padding-left: 21px;
        padding-right: 21px;
    }

    .booking-extras-picture {
        padding-bottom: 0px;
        padding-right: 12px;
    }

    .booking-extras-pic {
        width: 100%;
    }

    .booking-extras-actions {
        padding-top: 4px;
        padding-bottom: 21px;
        padding-left: 21px;
        padding-right: 21px;
    }

    .booking-extras-add {
        width: 100%;
    }

    .booking-extras-add-on {
        width: 100%;
    }

    .booking-extras-remove {
        width: 100%;
    }

    .booking-continue {
        width: 100%;
        margin-top: 24px;
        margin-bottom: 20px;
    }

    .booking-personal {
        padding: 20px;
        padding-top: 32px;
        padding-bottom: 42px;
    }

    .booking-summary {
        padding: 20px;
        padding-top: 42px;
        padding-bottom: 58px;
    }

}

@media (max-width: 560px) {

    .contact-form-double {
        grid-template-columns: 1fr;
    }

    .advice-brand {
        display: none;
    }

}

@media (max-width: 540px) {

    .footer-content {
        flex-direction: column;
    }

    .footer-copy {
        width: 100%;
        justify-content: center;
        order: 2;
    }

    .footer-brand {
        width: 100%;
        padding-bottom: 12px;
        order: 1;
    }

    .footer-studio {
        width: 100%;
        justify-content: center;
        order: 3;
    }

}

@media (max-width: 480px) {

    .block {
        padding-left: 16px;
        padding-right: 16px;
    }

    .header-content {
        padding-top: 120px;
        padding-bottom: 100px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .header-intro-title {
        padding-left: 16px;
        padding-right: 16px;
        font-size: 28px;
        line-height: 38px;
    }

    .header-intro-caption {
        padding-left: 16px;
        padding-right: 16px;
        font-size: 16px;
        line-height: 26px;
    }

    .contact-data {
        padding-left: 0px;
        padding-right: 0px;
    }

    .circle-4 {
        bottom: -18%;
    }

    .circle-4 img {
        height: 320px;
    }

    .circle-5 {
        top: -15%;
        left: -400px;
    }

    .circle-5 img {
        width: 480px;
        height: 480px;
    }

    .circle-7 {
        bottom: -17%;
    }

    .circle-7 img {
        height: 320px;
    }

    .booking-frame {
        padding-left: 16px;
        padding-right: 16px;
    }

    .advice-layout {
        padding-left: 24px;
        padding-right: 24px;
    }

    .advice-message {
        font-size: 16px;
        line-height: 18px;
    }

}