

/* Start:/local/templates/gotoural/components/bitrix/search.page/search/style.css?17333927932740*/
.search-page {
    margin-top: 220px;
    margin-bottom: 100px;
    min-height: 100vh;
}
.search-page._container {
    display: flex;
    flex-direction: column;
}

.search-page__content {
    flex-grow: 1;
}

.search-page__footer {
    margin-top: auto;
}
.search-page__top-image {
    left: 200px;
}
.search_item {
    border-bottom: 1px solid #c0c9cf;
    padding: 25px 0;
}
.search_item:first-child {
    border-top: 1px solid #c0c9cf;
}
.search_item:last-child {
    border: none;
}
.search_item > a {
    color: #000;
    font-size: 20px;
    line-height: 24px;
}
.path {
    margin-top: 8px;
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}
.path li a {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #009474;
}
.path li:last-child {
    position: relative;
}
.path li:not(:first-child)::before {
    content: '';
    position: absolute;
    left: -7.5px;
    top: 45%;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #000;
}
.text {
    font-size: 16px;
}
.search_sort {
    display: flex;
    gap: 10px;
    font-size: 16px;
}
.search_sort > a {
    color: #009474;
}
.bottom_nav {
    margin-bottom: 20px;
}
.bottom_nav .text {
}
.bottom_nav .text div,
.bottom_nav .text a {
    color: #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    padding-right: 12px;
}
.bottom_nav .text .number {
    border-radius: 50%;
    padding: 0;
    border: 1px solid #c0c9cf;
    width: 30px;
    height: 30px;
    transition: all 0.4s ease 0s;
}
.bottom_nav .text .number.active {
    background: #009474;
    border: 1px solid #009474;
    color: #fff;
}
@media (min-width: 980px) and (max-width: 1056px) {
    .search-page {
        margin-top: 250px;
    }
}
@media (max-width: 500px) {
    .search-page {
        margin-bottom: 64px;
    }
    .search_item {
        padding: 10px 0;
    }
    .search_item > a {
        font-size: 16px;
        line-height: 16px;
    }
    .path li a {
        font-size: 12px;
        text-transform: uppercase;
        text-decoration: none;
        color: #009474;
    }
    .search_sort {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .text {
        font-size: 14px;
        line-height: 15px;
    }
}

@media (any-hover: hover) {
    .search_item > a:hover {
        text-decoration: underline;
    }
    .search_sort > a:hover {
        color: #03745b;
        text-decoration: underline;
    }
    .bottom_nav .text a:hover {
        color: #009474;
    }
    .bottom_nav .text .number:hover {
        background: #009474;
        border: 1px solid #009474;
        color: #fff;
        transition: all 0.4s ease 0s;
    }
}

/* End */
/* /local/templates/gotoural/components/bitrix/search.page/search/style.css?17333927932740 */
