

/* Start:/local/templates/manya/components/bitrix/news/recipes/style.css?17538755153955*/
.recipes {
    padding-top: 32px;
}

.recipes__dropdown {
    padding: 8px 16px;
    border: 1px solid #c2cbd6;
    border-radius: 12px;
    background-color: #f0f2f5;
    cursor: pointer;
    position: relative;
}

.recipes__dropdown>.arrow {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 12px;
    transition: transform 1s;
}

.recipes__dropdown>.arrow svg {
    display: block;
}

.recipes__dropdown>.arrow.rotated {
    transform: rotate(180deg);
}

.recipes__dropdown-content {
    display: none;
    width: 100%;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #fff;
    position: absolute;
    z-index: 1000;
    border: 1px solid #c2cbd6;
    background-color: #f0f2f5;
    margin-top: -8px;
    overflow: hidden;
    max-height: 300px;
    overflow-y: auto;
}

.recipes__dropdown-wrap {
    position: relative;
}

.recipes__dropdown-content a {
    display: block;
    cursor: pointer;
    padding: 6px 16px;
}

.recipes__dropdown-content a:hover {
    color: #fff;
    background-color: #01b6ed;
}

.recipes__dropdown-content a.selected {
    background-color: #c2cbd6;
}

.recipes__top {
    max-width: 630px;
    margin: 0 auto;
    padding-bottom: 64px;
}

.recipes__title {
    font-size: 26px;
    text-align: center;
    margin-bottom: 32px;
    font-weight: 500;
    color: #444
}

.recipes__filters {
    margin-top: 32px;
    display: flex;
    gap: 32px;
}

.recipes__filters>div {
    flex-grow: 1;
    width: 50%;
}

.recipes__search-value {
    padding: 12px 16px;
    border: 0 !important;
    border-bottom: 2px solid #ececec !important;
    width: 100%;
    background-color: #fff !important;
    transition: all 1s;
}

.recipes__search-value:focus {
    border-bottom: 2px solid #01b6ed !important;
}

.recipes__search-form {
    position: relative;
}

.recipes__search-btn {
    position: absolute;
    top: 12px;
    right: 16px;
    border: 0;
    background: transparent;
    width: 17px;
    height: 17px;
}

.recipes__list {
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.recipes__list-empty {
    color: #c2cbd6;
    text-align: center;
    padding: 12px;
}

.recipes__list-item {
    padding-bottom: 32px;
}

.recipes__list-item-title {
    font-weight: 500;
    color: #444;
    margin-top: 12px;
    display: block;
}

.recipes_list-item-picture {
    position: relative;
    padding-top: 129.03%;
    overflow: hidden;
    border-radius: 16px;
    background: #ebebeb;
}

.recipes_list-item-picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}

.recipes_list-item-picture-none {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #c2cbd6;
    font-weight: 600;
    height: 100%;
    width: 100%;
}

.recipes_list-item-picture:hover img {
    transform: scale(1.2);
    opacity: 0.8;
}

.recipes__list-item-block {
    display: flex;
    align-items: center;
    margin-top: 4px;
    gap: 12px;
    color: #888;
    font-size: 13px;
}

.recipes__list-item-block svg {
    display: block;
}

.recipes__loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}


@media screen and (max-width: 992px) {
    .recipes__list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 768px) {
    .recipes__top {
        padding-bottom: 16px;
    }

    .recipes__list {
        grid-template-columns: 1fr 1fr;
    }

    .recipes__filters {
        flex-direction: column;
        gap: 12px;
        margin-top: 16px;
    }

    .recipes__filters>div {
        width: 100%;
    }
}
/* End */
/* /local/templates/manya/components/bitrix/news/recipes/style.css?17538755153955 */
