@import url(https://tourvisor.ru/module/v6.18.5/css/tourvisor.css?v=1760702170366);

.restp__banner *,
.restp__wr-tabs *,
.restp__title {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    
    font-family: initial;
    font-size: initial;
    font-weight: initial;
    text-align: start;
    line-height: initial !important;
    white-space: initial;
    
    list-style-type: none;
    border: initial;
    border-radius: initial;
    outline: initial;
    color: initial;
    background-color: initial;
    box-shadow: initial;
    
    cursor: initial;
    appearance: auto;
}

/* .restp input:focus, .restp textarea:focus {
    outline: 0;
}

.restp [type=checkbox]:checked + label, .restp [type=checkbox]:not(:checked) + label {
    position: initial;
    padding-left: initial;
    cursor: initial;
    line-height: initial;
    display: initial;
}

.restp [type=checkbox]:checked + label:before, .restp [type=checkbox]:not(:checked) + label:before {
    display: inline;
    position: static;
    left: initial;
    top: initial;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    background: none;
} */



/* ======================== */


.restp__banner {
    position: relative;

    display: flex;
    justify-content: center;
    height: 498px;

    background: no-repeat url('../i/rest-page-banner.webp');
    background-size: cover;
    background-position: center;
    border-radius: 0 0 50px 50px;
}

.restp__banner img {
    height: 100%;
    width: 100%;

    object-fit: cover;
    object-position: center;
}

.restp__banner-wr-text {
    position: absolute;
    top: 50%;
    left: 50%;

    margin-left: -15%;

    transform: translate(-50%, -50%);
}

.restp__banner-title {
    font-family: 'Roboto';
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    color: #FFF;
}

.restp__banner-note {
    margin-top: 20px;

    font-family: 'Roboto';
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
}

.restp__wr-tabs {
    display: flex;
    justify-content: center;
    margin-top: 37px;
}

.restp #types-tours-menu {
    width: 63.43%;
    margin-bottom: 0;
}

@media(min-width: 1025px) {
    .restp #types-tours-menu .container::before,
    .restp #types-tours-menu .container::after {
        display: none;
    }
}

.restp #types-tours-menu .types-tours-menu__item {
    width: 18.5%;

    border-radius: 5px;

    &:hover {
        cursor: pointer;
    }
}

.restp #types-tours-menu .types-tours-menu__item p {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    color: #FFF;

    > span {
        font-family: 'Roboto';
        font-size: 14px;
        font-weight: 400;
        color: #FFF;
    }
}

.restp__title {
    margin-top: 68px;

    font-family: 'Roboto';
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    color: #F60;
}

.restp__filter-box {
    display: flex;
    justify-content: center;
    margin-top: 37px;
    padding: 20px 0;

    border-radius: 50px;
    background: rgba(255, 115, 45, 0.30);
}

.restp__wr-filter {
    width: 957px;
    min-height: 352px;
}