
/*REMOVE REVIEW SCORE*/
/*.sb-portal-hotel-card__reputation, .sb-portal-hotel-card__reputation-value-small {
    display: none;
}*/

/*REMOVE ALL FILTERS*/
/*.sb-portal-filters {
    display: none;
}*/

/*REMOVE FILTERS BY STARS*/
/*.sb-portal-filters__item.sb-portal-filters__item--stars {
    display: none;
}*/

/*REMOVE FILTERS BY CATEGORY*/
/*.sb-portal-filters__item.sb-portal-filters__item--categories {
    display: none;
}*/

/*REMOVE FILTERS BY PRICE*/
/*.sb-portal-filters__item.sb-portal-filters__item--slider {
    display: none;
}*/

/*WHITE BG GALLERY*/
/*.sb-hotelinfo-container .swiper-container, .swiper-slide {
    background-color: #fff;
}*/

/*REMOVE STARS*/
/*.sb-portal-hotel-card__header-stars, .sb-results-hotel-selected__stars {
    display: none;
}*/

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    background-color: #fff;
}

.sb-container {
    max-width: 1400px;
    margin: auto;
}

.sb__btn--verify {
    color: #004371 !important;
}

.sb-portal-header-wrapper {
    background: #f4f1ef !important;
    color: #004371;
    padding: 29px 96px;
    border: none !important;
    box-shadow: none !important;
}

.logo {
    width: auto;
    height: 113px;
}

.sb-portal-footer {
    background: #004371;
    color: #ffffff;
    font-family: Inter;
    font-size: 15px;
    line-height: 30px;
    padding: 96px 152px 49px;
}

.sb-portal-footer__wrapper {
    display: flex;
}

.sb-portal-footer__cell {
    width: 262px;
}

    .sb-portal-footer__cell:first-of-type {
        margin-right: auto;
    }

.sb-portal-footer__cell-spaced {
    margin-right: 175px;
}

.sb-portal-footer__label {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 1.875rem;
}

    .sb-portal-footer__label::after {
        content: "";
        display: block;
        width: 32px;
        height: 2px;
        background: #6fb1e6;
        margin-top: 20px;
    }

.logo-footer {
    width: auto;
    height: 100px;
}

.sb-portal-footer__cell a {
    color: #ffffff;
    text-decoration: none;
}

    .sb-portal-footer__cell a:hover span {
        text-decoration: underline;
    }

.sb-portal-footer__bottom {
    border-top: 1px solid #023355;
    font-size: 12px;
    line-height: 15px;
    margin-top: 115px;
    padding-top: 23px;
    text-align: center;
}

@media (max-width: 1199px) {
    .sb-portal-header-wrapper {
        padding: 18px 30px;
    }

    .logo {
        height: 60px;
    }

    .sb-portal-footer {
        padding: 60px 30px 30px;
    }

    .sb-portal-footer__wrapper {
        display: block;
        text-align: center;
    }

    .sb-portal-footer__cell {
        width: auto;
        margin-top: 30px;
    }

        .sb-portal-footer__cell:first-of-type {
            margin-top: 0;
        }

    .sb-portal-footer__cell-spaced {
        margin-right: auto;
    }

    .sb-portal-footer__label {
        margin-bottom: 20px;
    }

        .sb-portal-footer__label::after {
            margin: 12px auto 0;
        }

    .logo-footer {
        height: 80px;
        margin: auto;
    }

    .sb-portal-footer__bottom {
        margin-top: 60px;
    }
}
