input[type=date] {
    -webkit-appearance: none;
    border: 1px solid #d6d6d6;
    border-radius: 0.125rem;
    color: inherit;
    display: block;
    max-height: 39px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
    padding: 0.5rem 0.75rem;
    vertical-align: baseline;
    width: 100%;
}
.c-insurance-card .o-panel__link h2 {
    display: flex;
    align-items: center;
}
.c-insurance-card .o-panel__title .o-label--neutral {
    margin-left: 0.5rem;
}
.c-insurance-card .o-panel__body {
    padding: 2rem;
}
.c-insurance-card-single-form {
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    padding: 0 1.5rem;
}
@media screen and (max-width: 1000px) {
    .c-insurance-card-single-form {
        border: none;
        padding: 0.25rem 0;
    }
}
.c-insurance-order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1rem 0;
}
@media screen and (max-width: 400px) {
    .c-insurance-order-header {
        flex-direction: column;
        align-items: flex-start;
    }
}
.c-insurance-order-header:before, .c-insurance-order-header:after {
    display: none;
}
.c-insurance-order-body {
    border: none;
    padding: 0.75rem 1rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 750px) {
    .c-insurance-order-body {
        flex-direction: column;
        align-items: flex-start;
    }
    .c-insurance-order-body .o-price__regular {
        margin-top: 1rem;
    }
}
.c-insurance-order-body label {
    display: flex;
    align-items: center;
}
.c-insurance-order-body label h4 {
    margin: 0;
}
.c-insurance-order-body label img {
    margin-left: 0.5rem;
}
.c-insurance-order-body span {
    white-space: nowrap;
}
.c-insurance-order-form {
    display: none;
    align-items: center;
    justify-content: space-between;
    border-top: none;
    padding-top: 0;
}
@media screen and (max-width: 750px) {
    .c-insurance-order-form {
        flex-direction: column;
        align-items: flex-start;
    }
}
.c-insurance-order-form:after, .c-insurance-order-form:before {
    display: none;
}
.c-insurance-order-form .o-form:after, .c-insurance-order-form .o-form__item:after, .c-insurance-order-form .o-form:before, .c-insurance-order-form .o-form__item:before {
    display: none;
}
.c-insurance-order-form fieldset ul {
    margin-bottom: 0;
}
.c-insurance-order-form fieldset ul label {
    padding: 0;
    white-space: nowrap;
}
@media screen and (max-width: 750px) {
    .c-insurance-order-form fieldset ul .o-form__item {
        display: block;
        width: 100% !important;
    }
}
.c-insurance-order-form fieldset ul .o-form__item--amount {
    width: 20%;
    margin-right: 1rem;
}
.c-insurance-order-form fieldset ul .o-form__item--date {
    width: 30%;
    margin-right: 1rem;
}
.c-insurance-order-form .o-price__regular {
    white-space: nowrap;
}
@media screen and (max-width: 750px) {
    .c-insurance-order-form .o-price__regular {
        margin-top: 1rem;
    }
}
.showTravelInsuranceData {
    display: flex !important;
}
.c-hotelbeds__totals-fixed {
    width: 100%;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    background: white;
    z-index: 2;
    box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.06);
}
@media screen and (max-width: 750px) {
    .c-hotelbeds__totals-fixed {
        justify-content: center;
    }
}
@media screen and (max-width: 400px) {
    .c-hotelbeds__totals-fixed {
        display: none;
    }
}
.c-hotelbeds__totals-fixed__sep {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1050px) {
    .c-hotelbeds__totals-fixed__sep {
        flex-direction: column;
        align-items: flex-start;
    }
    .c-hotelbeds__totals-fixed__sep:last-of-type {
        flex-direction: row;
        align-items: center;
    }
}
@media screen and (max-width: 750px) {
    .c-hotelbeds__totals-fixed__sep {
        justify-content: center;
    }
    .c-hotelbeds__totals-fixed__sep:first-of-type {
        display: none;
    }
    .c-hotelbeds__totals-fixed__sep:last-of-type {
        width: 100%;
        justify-content: space-between;
    }
}
.c-hotelbeds__totals-fixed__sep div {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}
.c-hotelbeds__totals-fixed__sep div h5 {
    margin: 0;
    font-size: 16px;
}
@media screen and (max-width: 1150px) {
    .c-hotelbeds__totals-fixed__sep div h5 {
        font-size: 14px;
    }
}
.c-hotelbeds__totals-fixed__sep .totals div {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 2.5px 0;
}
.c-hotelbeds__totals-fixed__sep .totals div small {
    margin-right: 5px;
    background: #60bdde;
    color: white;
    font-weight: bold;
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    max-height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.c-hotelbeds__totals-fixed__sep button {
    height: 50px;
}
.c-hotelbeds__modal {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
}
.c-hotelbeds__modal__content {
    position: relative;
    background: white;
    max-width: 800px;
    margin: 0 auto;
    padding: 35px;
}
.c-hotelbeds__modal__content h3 {
    margin-bottom: 30px;
}
.c-hotelbeds__modal__content div {
    margin-bottom: 20px;
}
.c-hotelbeds__modal__content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    column-count: 3;
}
.c-hotelbeds__modal__bg {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.c-hotelbeds__modal__close {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    height: 30px;
    width: 30px;
    min-height: 30px;
    min-width: 30px;
    background: #3f4542;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-hotelbeds__modal__close svg {
    width: 15px;
    height: 15px;
}
.c-hotelbeds__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.c-hotelbeds__filter {
    display: flex;
    width: 100%;
    border: 1px dotted #e2e2e2;
}
.c-hotelbeds__filter__input {
    width: 30%;
    min-width: 350px;
    padding: 15px;
}
@media screen and (max-width: 1200px) {
    .c-hotelbeds__filter__input {
        width: 30%;
        min-width: 250px;
    }
}
.c-hotelbeds__map {
    width: 70%;
    background: lightblue;
}
.c-hotelbeds .c-form {
    display: flex;
    flex-direction: column;
}
.c-hotelbeds .c-form .c-form-row {
    display: flex;
    margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
    .c-hotelbeds .c-form .c-form-row {
        flex-direction: column;
    }
}
.c-hotelbeds .c-form .c-form-row--half .c-form-group {
    max-width: 50%;
}
@media screen and (max-width: 1200px) {
    .c-hotelbeds .c-form .c-form-row--half .c-form-group {
        max-width: 100%;
    }
}
.c-hotelbeds .c-form .c-form-row--half .c-form-group:first-of-type {
    margin-right: 10px;
}
@media screen and (max-width: 1200px) {
    .c-hotelbeds .c-form .c-form-row--half .c-form-group:first-of-type {
        margin-right: 0;
    }
}
.c-hotelbeds .c-form .c-form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.c-hotelbeds .c-form .c-form-group input, .c-hotelbeds .c-form .c-form-group select, .c-hotelbeds .c-form .c-form-group .select2-container {
    width: 100% !important;
}
.c-hotelbeds .c-form .c-form-group--1-4 {
    width: 25%;
}
@media screen and (max-width: 1200px) {
    .c-hotelbeds .c-form .c-form-group--1-4 {
        width: 100%;
    }
}
.c-hotelbeds .c-form .c-form-group--3-4 {
    width: 75%;
    min-width: 75%;
}
@media screen and (max-width: 1200px) {
    .c-hotelbeds .c-form .c-form-group--3-4 {
        width: 100%;
    }
}
.c-hotelbeds .c-form .c-form-group--btn {
    margin-top: 10px;
}
.c-hotelbeds__results ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.c-hotelbeds__results__view {
    display: inline-flex;
    flex-direction: column;
    padding-right: 10px;
    margin-right: 5px;
    border-right: 1px dotted #e2e2e2;
}
.c-hotelbeds__results__view button {
    white-space: nowrap;
}
.c-hotelbeds__results__view button:first-of-type {
    margin-bottom: 5px;
}
.c-hotelbeds__results__header {
    display: flex;
    align-items: center;
    border-bottom: 1px dotted #e2e2e2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.c-hotelbeds__results__tags ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.c-hotelbeds__results__tags ul li {
    display: flex;
    align-items: center;
    white-space: nowrap;
    border: 1px solid #e2e2e2;
    padding: 3px;
    margin: 0 0 5px 5px;
    cursor: pointer;
}
.c-hotelbeds__results__tags ul li span {
    margin-right: 5px;
}
.c-hotelbeds__results__list {
    display: none;
}
.c-hotelbeds__results__map {
    display: none;
    position: relative;
}
.c-hotelbeds__results__map .c-hotelbeds__results__card {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 50px);
}
.c-hotelbeds__results__rooms {
    opacity: 0;
    height: 0;
    padding: 0;
    pointer-events: none;
}
.c-hotelbeds__results__rooms__select-all {
    padding: 5px 0;
    display: flex;
    justify-content: flex-end;
}
.c-hotelbeds__results__rooms__select-all input {
    margin-right: 3px;
}
.c-hotelbeds__results .view-is-active {
    display: block;
}
.c-hotelbeds__results__card__wrap {
    border: 1px solid #e2e2e2;
    margin-bottom: 10px;
    border-bottom: none;
}
.c-hotelbeds__results .card-is-active {
    border-bottom: 1px solid #e2e2e2;
}
.c-hotelbeds__results .card-is-active .c-hotelbeds__results__rooms {
    opacity: 1;
    height: auto;
    padding: 0 20px 10px 20px;
    pointer-events: all;
}
.c-hotelbeds__results .card-is-active .c-hotelbeds__results__card__show {
    background: #39b924;
    color: #fff;
}
.c-hotelbeds__results .card-is-active .c-hotelbeds__results__card__show svg polygon {
    fill: white;
}
.c-hotelbeds__results__room {
    border: 1px solid #e2e2e2;
    display: flex;
    margin-bottom: 10px;
}
.c-hotelbeds__results__room .c-hotelbeds__results__card__media {
    min-width: 180px;
    min-height: 140px;
}
.c-hotelbeds__results__room .c-hotelbeds__results__card__main .c-hotelbeds__results__card__prices {
    margin-top: 10px;
}
.c-hotelbeds__results__room .c-hotelbeds__results__card__features ul {
    margin-left: 0;
}
.c-hotelbeds__results__room .c-hotelbeds__results__card__features ul li button {
    border: none;
    padding: 0;
    background: transparent;
    text-decoration: underline;
    color: #39b924;
}
.c-hotelbeds__results__room .c-hotelbeds__results__card__info {
    min-width: 220px;
    justify-content: center;
}
.c-hotelbeds__results__room .c-hotelbeds__results__card__info small {
    margin: 5px 0 0 0;
}
.c-hotelbeds__results__room .c-hotelbeds__results__card__rooms {
    margin-top: 0;
}
.c-hotelbeds__results__room__amount {
    display: flex;
}
.c-hotelbeds__results__room__amount input {
    width: 60px;
    height: 30px;
    margin: 0 5px;
    padding: 0 10px;
}
.c-hotelbeds__results__room__amount .minus, .c-hotelbeds__results__room__amount .plus {
    width: 30px;
    cursor: pointer;
    height: 30px;
    border: 1px solid #e2e2e2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: bolder;
    padding: 0;
}
.c-hotelbeds__results__room__amount .minus svg, .c-hotelbeds__results__room__amount .plus svg {
    margin: 0;
    width: 10px;
    height: 10px;
}
.c-hotelbeds__results__card {
    display: flex;
    border-bottom: 1px solid #e2e2e2;
    background: white;
    position: relative;
}
.c-hotelbeds__results__card__close {
    cursor: pointer;
    position: absolute;
    top: -15px;
    right: -15px;
    height: 30px;
    width: 30px;
    min-height: 30px;
    min-width: 30px;
    background: #3f4542;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-hotelbeds__results__card__close svg {
    width: 15px;
    height: 15px;
}
.c-hotelbeds__results__card__media {
    min-width: 200px;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}
.c-hotelbeds__results__card__media svg {
    width: 35px;
    height: 35px;
}
.c-hotelbeds__results__card__main {
    padding: 20px;
    border-right: 1px solid #e2e2e2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.c-hotelbeds__results__card__title {
    display: flex;
    align-items: center;
}
.c-hotelbeds__results__card__title h3 {
    margin-right: 5px;
}
.c-hotelbeds__results__card__title ul {
    display: flex;
}
.c-hotelbeds__results__card__description {
    margin-bottom: 15px;
}
.c-hotelbeds__results__card__description p {
    display: inline;
    margin: 0 0 5px;
}
.c-hotelbeds__results__card__description p button {
    border: none;
    padding: 0;
    background: transparent;
    text-decoration: underline;
    color: #39b924;
}
.c-hotelbeds__results__card__features {
    display: flex;
    align-items: center;
}
.c-hotelbeds__results__card__features ul {
    margin-left: 5px;
    display: flex;
    flex-wrap: wrap;
    margin-top: -3px;
}
.c-hotelbeds__results__card__features ul li {
    margin-right: 5px;
}
.c-hotelbeds__results__card__features ul li:last-of-type span {
    display: none;
}
.c-hotelbeds__results__card__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    min-width: 240px;
}
.c-hotelbeds__results__card__info button {
    white-space: nowrap;
}
.c-hotelbeds__results__card__info button svg {
    margin-left: 5px;
    width: 10px;
    height: 10px;
}
.c-hotelbeds__results__card__prices p {
    margin: 0;
}
.c-hotelbeds__results__card__prices p span {
    font-weight: bolder;
}
.c-hotelbeds__results__card__rooms {
    margin-top: 10px;
    margin-bottom: 5px;
}
.c-hotelbeds__results__card__rooms div {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.c-hotelbeds__results__card__rooms div span {
    margin-right: 5px;
    background: #60bdde;
    color: white;
    font-weight: bold;
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    max-height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.c-hotelbeds__results__card__rooms div p {
    margin: 0;
}
@keyframes line-scale-pulse-out {
    0% {
        transform: scaley(1);
    }
    50% {
        transform: scaley(0.4);
    }
    100% {
        transform: scaley(1);
    }
}
.line-scale-pulse-out > div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    animation-fill-mode: both;
    display: inline-block;
    animation: line-scale-pulse-out 1s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}
.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
    animation-delay: -0.4s !important;
}
.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
    animation-delay: -0.2s !important;
}
.c-loader {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 290px);
    height: calc(100vh - 90px);
    background: #2c2c2c;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@media screen and (max-width: 990px) {
    .c-loader {
        width: calc(100% - 190px);
    }
}
.c-loader__text {
    margin-top: 20px;
    color: white;
    font-weight: 800;
    text-align: center;
    font-size: 19px;
}
.c-notification {
    position: fixed;
    top: 75px;
    right: 20px;
    z-index: 5;
    max-width: 325px;
    min-width: 325px;
    padding: 20px 35px 20px 20px;
    background: white;
    box-shadow: 0px 6px 15px 0px rgba(50, 50, 50, 0.15);
    transform: translateY(15px);
    transition: 0.2s all;
    opacity: 0;
    pointer-events: none;
}
.c-notification__close {
    position: absolute;
    top: 5px;
    right: 7px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    cursor: pointer;
}
.c-notification__close span {
    display: block;
    background: #2c2c2c;
    width: 15px;
    height: 3px;
}
.c-notification__close span:nth-of-type(1) {
    transform: rotate(45deg);
    margin-right: -15px;
}
.c-notification__close span:nth-of-type(2) {
    transform: rotate(-45deg);
}
.c-notification__context {
    display: flex;
    align-items: center;
}
.c-notification__icon {
    margin-right: 15px;
}
.c-notification__icon img {
    max-width: 50px;
    max-height: 50px;
    min-width: 25px;
}
.c-notification__text {
    font-size: 15px;
    font-weight: 800;
}
.notificationActive {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}
.modal-is-active {
    opacity: 1;
    pointer-events: all;
}
 