

/* Start:/local/templates/ami/template_styles.css?17649438421985*/
html { width:100%; height: 100%; }
.call-top-bar a:not(:hover) {
    color: white;
}
.banner-section {
    .banner-details {
        p a:not(:hover) {
            color: white;
            text-decoration: underline;
        }
    }
}
.header {
    .navigation-warpper {
        .logo {
            a {
                img {
                    max-width: 100%;
                    height: 60px;
                }
            }
        }
    }
}


.bookingFormBlock {


    display: flex;
    .previewPicture {
        width: 410px;
        border-radius: 4px 0 0 4px;
        background: white;
        img {
            border-radius: 4px 0 0 4px;
        }
    }
    .form {
        width:440px;
        padding: 2rem;
        background: white;
        h6 {
            padding: 0;
            margin: 0;
        }
        p {
            padding: 0;
            margin: 0;
            span {
                color: rgb(255, 104, 25);
            }
        }
    }
}
.hideModalLink {
    width: 1px;
    height: 1px;
    opacity: 0;
}
@media screen and (max-width: 720px) {
    .bookingFormBlock {
        flex-direction: column;
    }
    #myModal .previewPicture {
        display: none;
    }
    .section-hedding {

        h1 {

            font-size: 32px;
        }
    }
}

.hystmodal__close {
    svg {
        stroke: rgb(255, 104, 25);
        fill: rgb(255, 104, 25);
    }

}

.cookieAccept {
    position: fixed;

    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 0 30px 0;
    background: #494949;
    z-index: 5;
    color: white;
    a {
        color: white;
        text-decoration: underline;
    }
    .infoValue {
        position: relative;
        .closeIcon {
            position: absolute;
            top: -30px;
            right: 0;
            width: 30px;
            height: 30px;
            cursor: pointer;
        }

    }
}
/* End */
/* /local/templates/ami/template_styles.css?17649438421985 */
