

/* Start:/local/templates/new/components/bitrix/option.menu/main_agregator/style.css?16691150192204*/
.main-menu {
    margin: 62px 0 47px 0;
}

.main-menu-block {
    display: flex;
}

.main-menu, .main-menu * {
    box-sizing: border-box;
}

.main-menu-items {
    flex: 1 1 auto;
}

a.main-menu-item {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #1A181F;
    padding: 10px 20px;
    background: rgba(26, 24, 31, 0.05);
    border-radius: 60px;
    margin-right: 10px;
    transition: all .2s;
    white-space: nowrap;
}

a.main-menu-item.active,
a.main-menu-item:hover {
    color: #FFFFFF;
    background: #D00025;
}

.main-menu-search {
    flex: 0 0 75px;
    display: flex;
    align-items: center;
    height: 48px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1A181F;
    margin-right: 20px;
    cursor: pointer;
}

.main-menu-search span.icon {
    background: url(/local/templates/new/images/svg-search.svg) no-repeat;
    background-size: contain;
    filter: brightness(0);
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 10px;
}

.main-menu-filter-btn {
    flex: 0 0 129px;
    border: 1.5px solid rgba(0, 0, 0, .1);
    border-radius: 30px;
    padding: 8.5px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1A181F;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.main-menu-filter-btn span.icon {
    margin-right: 10px;
    background: url(/local/templates/new/images/svg-black-filter.svg) no-repeat;
    filter: brightness(0);
    width: 15.56px;
    height: 14px;
    background-size: contain;
    display: inline-block;
}

@media (max-width: 767px) {
    .main-menu {
        margin: 40px 0 32px 0;
    }

    .main-menu-block {
        flex-wrap: wrap;
    }

    .main-menu-items-block {
        display: flex;
        margin: 10px -20px;
    }

    .main-menu-items {
        flex: 1 1 100%;
        order: 2;
        overflow: auto;
    }

    a.main-menu-item {
        font-size: 14px;
        margin-right: 7px;
    }

    a.main-menu-item:first-child {
        margin-left: 20px;
    }

    .main-menu-block {
        overflow: hidden;
    }

}
/* End */


/* Start:/local/templates/new/components/bitrix/establishments.list/main/style.css?16993666195094*/
body {
    background-color: #ffffff !important;
}

.main-items-block,
.main-items-block * {
    box-sizing: border-box;
}

.main-items-block {
    margin-bottom: 48px;
}

.main-items-title-all-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 23px;
}

a.main-items-all {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
    letter-spacing: 0.01em;
    color: #D00025;
}

.main-items-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    margin: 0;
}

.main-items-slider-block {
    position: relative;
}

.main-items-slider {
    margin: 0 -15px;
}

.main-items-slider .slick-track {
    display: flex;
    margin: 0;
}

.main-items-slider-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #E7EAEA;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -100px;
    cursor: pointer;
}

.main-items-slider-arrow.slick-disabled {
    display: none !important;
}

.main-items-slider-arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: url(/local/templates/new/images/svg-slider-arrow.svg) no-repeat;
    background-size: contain;
}

.main-items-slider-arrow.main-items-slider-prev {
    transform: translateY(-50%) rotate(180deg);
    right: unset;
    left: -100px;
}

.main-item {
    padding: 0 15px;
    height: auto !important;
}

.main-item-block {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.main-item-image {
    display: block;
    position: relative;
    padding-top: 66%;
}

.main-item-image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 27.38%, rgba(0, 0, 0, 0) 61.98%, rgba(0, 0, 0, 0.2) 70.83%, rgba(0, 0, 0, 0.86) 100%);
    z-index: 1;
    top: 0;
    left: 0;
}


.main-item-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-item-price {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(12.5px);
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    z-index: 2;
}

.main-item-text {
    padding: 17px 20px 21px 20px;
    flex: 1 1 auto;
}

.main-item-name {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #1A181F;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.main-item-name span {
    color: #D00025;
}

.main-item-address {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #1A181F;
    margin-bottom: 7px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.main-item-name:after,
.main-item-address:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30px;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.main-item-reviews {
    display: flex;
    align-items: center;
}

.main-item-rating {
    padding-left: 21px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #1A181F;
    margin-right: 9px;
}

.main-item-rating:before {
    position: absolute;
    content: '';
    background: url(/local/templates/new/images/rating_star.svg);
    width: 16px;
    height: 16px;
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.main-item-rating span {
    font-weight: 800;
}

.main-item-reviews-count {
    font-weight: 600;
    font-size: 14px;
    line-height: 10px;
    text-decoration-line: underline;
    color: #1A181F;
}

.compilation-link {
    margin-top: auto;
}

.compilation-link a {
    display: inline-block;
    padding: 15px 30px;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    color: #1A181F;
    background: #FFFFFF;
    border-radius: 10px;
}

@media (max-width: 1680px) {
    .container {
        max-width: 1200px !important;
    }
}

@media (max-width: 767px) {
    .main-items-title-all-block {
        margin-bottom: 14px;
    }

    .main-items-title {
        font-size: 20px;
        line-height: 28px;
    }

    .main-items-slider-block {
        position: static;
        margin: 0 -20px;
        overflow: hidden;
    }

    .main-items-slider-arrow {
        display: none;
    }

    .main-items-slider {
        display: flex;
        margin: 0 -5px;
        overflow: auto;
    }

    .main-item {
        flex: 0 0 78.26vw;
        width: 78.26vw;
        padding: 0 5px;
    }

    .main-item:first-child {
        margin-left: 20px;
    }
}
/* End */
/* /local/templates/new/components/bitrix/option.menu/main_agregator/style.css?16691150192204 */
/* /local/templates/new/components/bitrix/establishments.list/main/style.css?16993666195094 */
