@font-face {
    font-family: "Rubik-Regular";
    src: url("./src/fonts/Rubik-Regular.ttf") format("opentype");
}
@font-face {
    font-family: "Rubik-Medium";
    src: url("./src/fonts/Rubik-Medium.ttf") format("opentype");
}
@font-face {
    font-family: "Rubik-Light";
    src: url("./src/fonts/Rubik-Light.ttf") format("opentype");
}
@font-face {
    font-family: "SybillaPro-Bold";
    src: url("./src/fonts/SybillaPro-Bold.ttf") format("opentype");
}


html,
body {
    position: relative;
    height: 100%;
}
body {
    background: #ffffff;
    font-family: Rubik-Regular, sans-serif;
    font-size: 14px;
    color: #5d1e15;
    margin: 0;
    padding: 0;
}
.header {
    margin-bottom: 15px;
    box-shadow: -1px 2px 11px -5px grey;
}
.header__wrap {
    display: flex;
    margin-top: 15px;
    padding: 5px 0 5px 5px;
    min-height: 90px;
}
.header__imgBlock {
    height: 90px;
}
.header__img {
    height: 90px;
    object-fit: cover;
    min-height: 90px;
}
.header__textBlock {
    letter-spacing: 0.5px;
    display: flex;
    flex-direction: column;
    font-size: 10px;
    margin-left: 5px;
}
.header__text {
   margin: auto 0 0 0;
   color: #9fa09e;
}
.header__text:last-child {
    margin: 3px 0 0 0 ;
}
.header__text--title {
    font-family: SybillaPro-Bold, sans-serif;
    color: #5d1e15;
    font-size: 25px;
    margin-bottom: auto;
    margin-top: 0;
}

.footer {
    margin-bottom: 15px;
    box-shadow: -1px 2px 11px -5px grey;
    /*position: absolute;*/
    /*bottom: 0;*/
    height: 80px;
    width: 100%;
}
.footer__wrap {
    margin-top: 5px;
    padding: 5px 0 5px 5px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-side {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: none;
    background-color: #eea90b;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 16px;
    transition: 0.2s ease-in-out;
}

.icon-side:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

.icon--instagram {
    background-image: url(./src/img/inst2.svg);
}
.icon--facebook {
    background-image: url(./src/img/FB2.svg);
}
.icon--tripadvisor {
    background-image: url(./src/img/TA.svg);
}
.icon--mail{
    background-image: url(./src/img/mail.svg);
}
.icon--telegram{
    background-image: url(./src/img/telegram.svg);
}



.menuTitle {
    font-family: SybillaPro-Bold;
    font-size: 20px;
    color: #5d1e15;
    border-bottom: 1px solid #eea90b;
    margin-left: 5px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.disclaemerBlock {
    border: 1px solid #eea90b;
    text-align: center;
    width: 75%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.disclaemerBlock__text {
    margin: 10px;
    font-size: 10px;
}

@media screen and (max-width: 480px) {

}
