@font-face {
    font-family: "InterRegular";
    src: url("../../fonts/Inter/Inter-Regular.otf") format("opentype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "InterMedium";
    src: url("../../fonts/Inter/Inter-Medium.otf") format("opentype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "InterSemiBold";
    src: url("../../fonts/Inter/Inter-SemiBold.otf") format("opentype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

.fitolavka-catalog-page,
.fitolavka-catalog-page * {
    box-sizing: border-box;
}

.fitolavka-catalog-page {
    --catalog-fiord: #3b565f;
    --catalog-teal: #528892;
    --catalog-pale: rgba(229, 245, 240, 0.64);
    --catalog-muted: #646464;
    --catalog-line: rgba(0, 0, 0, 0.12);
    width: 100%;
    overflow: hidden;
    background: #fff;
    color: #000;
    font-family: "RobotoRegular", Arial, sans-serif;
}

.fitolavka-catalog-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.fitolavka-catalog-hero,
.fitolavka-catalog-hero__picture,
.fitolavka-catalog-hero__image {
    display: block;
    width: 100%;
}

.fitolavka-catalog-hero {
    overflow: hidden;
    background: #fff;
}

.fitolavka-catalog-hero__image {
    height: auto;
    max-width: none;
}

.fitolavka-catalog-content {
    padding: 96px 0 108px;
    background: #fff;
}

.fitolavka-catalog-container {
    width: 1200px;
    max-width: calc(100% - 48px);
    margin: 0 auto;
}

.fitolavka-catalog-tools {
    width: 482px;
    max-width: 100%;
    min-height: 101px;
}

.fitolavka-catalog-search {
    display: grid;
    grid-template-columns: 355px 109px;
    gap: 8px;
    width: 472px;
    max-width: 100%;
    height: 40px;
    margin: 0;
}

.fitolavka-catalog-search__input {
    display: block;
    width: 100%;
    min-width: 0;
    height: 40px;
    margin: 0;
    padding: 0 16px;
    border: 1px solid var(--catalog-line);
    border-radius: 0;
    outline: none !important;
    background: #fff;
    color: #000;
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    letter-spacing: .02em;
    box-shadow: none;
    cursor: text;
    -webkit-appearance: none;
    appearance: none;
}

.fitolavka-catalog-search__input::-webkit-search-decoration,
.fitolavka-catalog-search__input::-webkit-search-cancel-button,
.fitolavka-catalog-search__input::-webkit-search-results-button,
.fitolavka-catalog-search__input::-webkit-search-results-decoration {
    display: none;
    -webkit-appearance: none;
}

.fitolavka-catalog-search__input::placeholder {
    color: #646464;
    opacity: 1;
    font-family: "RobotoRegular", Arial, sans-serif;
}

.fitolavka-catalog-search__input:hover {
    border-color: rgba(0, 0, 0, .24);
}

.fitolavka-catalog-search__input:focus {
    border-color: #528892;
    box-shadow: none;
}

.fitolavka-catalog-search__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 109px;
    height: 40px;
    margin: 0;
    padding: 0 32px;
    border: 1px solid #528892;
    border-radius: 0;
    background: #528892;
    color: #fff;
    font-family: "RobotoMedium", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: .04em;
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease;
}

.fitolavka-catalog-search__button:hover {
    border-color: #3f727c;
    background: #3f727c;
}

.fitolavka-catalog-search__input:focus + .fitolavka-catalog-search__button:not(:hover) {
    border-color: #528892;
    background: #528892;
}

.fitolavka-catalog-filters {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 482px;
    max-width: 100%;
    min-height: 37px;
    margin-top: 24px;
    padding: 3px;
    overflow: visible;
    border-radius: 1px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .04)), #fff;
}

.fitolavka-catalog-filter {
    flex: 0 0 auto;
    height: 31px;
    margin: 0;
    padding: 6px 16px;
    border: 0;
    border-radius: 1px;
    background: transparent;
    color: #646464;
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    letter-spacing: .02em;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color .18s ease, color .18s ease;
}

.fitolavka-catalog-filter.is-all {
    font-family: "RobotoMedium", Arial, sans-serif;
    color: #000;
}

.fitolavka-catalog-filter:hover {
    background: rgba(255, 255, 255, .64);
    color: #000;
}

.fitolavka-catalog-filter.is-active {
    background: #fff;
    color: #000;
}

.fitolavka-catalog-filter.is-active:not(.is-all) {
    font-family: "RobotoRegular", Arial, sans-serif;
}

.fitolavka-catalog-grid {
    display: grid;
    grid-template-columns: repeat(4, 294px);
    gap: 8px;
    width: 1200px;
    max-width: 100%;
    margin-top: 56px;
}

.fitolavka-catalog-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 294px;
    height: 417px;
    padding: 20px;
    overflow: hidden;
    border: 0;
    border-radius: 4px;
    background: rgba(229, 245, 240, .64);
    color: #000;
    cursor: pointer;
    transition: box-shadow .18s ease, background-color .18s ease;
}

.fitolavka-catalog-card:hover,
.fitolavka-catalog-card:focus-visible {
    background: rgba(229, 245, 240, .86);
    box-shadow: inset 0 0 0 1px rgba(82, 136, 146, .24);
}

.fitolavka-catalog-card[hidden] {
    display: none !important;
}

.fitolavka-catalog-card__image-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 254px;
    height: 205px;
    overflow: hidden;
    background: #fff;
}

.fitolavka-catalog-card__tags {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    max-width: calc(100% - 16px);
    pointer-events: none;
}

.fitolavka-catalog-card__tags span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 8px;
    background: rgba(255, 255, 255, .88);
    color: #000;
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 1.36;
    letter-spacing: .06em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.fitolavka-catalog-card__image-wrap picture {
    display: block;
    width: 100%;
    height: 100%;
}

.fitolavka-catalog-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.fitolavka-catalog-card__title {
    display: block;
    min-height: 38px;
    margin-top: 13px;
    color: #000;
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    letter-spacing: .02em;
    text-decoration: none;
}

.fitolavka-catalog-card__title:hover {
    color: #000;
    text-decoration: underline;
}

.fitolavka-catalog-card__price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    min-height: 25px;
    margin-top: 11px;
}

.fitolavka-catalog-card__price {
    color: #000;
    font-family: "RobotoMedium", Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
}

.fitolavka-catalog-card__old-price {
    color: #646464;
    font-family: "RobotoMedium", Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-decoration: line-through;
}

.fitolavka-catalog-card__actions {
    width: 100%;
    margin-top: auto;
}

.fitolavka-catalog-card__add {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 49px;
    margin: 0;
    padding: 0 24px;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #000;
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    letter-spacing: .02em;
    cursor: pointer;
    transition: background-color .18s ease, color .18s ease;
}

.fitolavka-catalog-card__add:hover:not(:disabled) {
    background: #528892;
    color: #fff;
}

.fitolavka-catalog-card__add:disabled {
    color: #8d8d8d;
    cursor: default;
}

.fitolavka-catalog-card__basket-state {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 8px;
    width: 100%;
}

.fitolavka-catalog-card__basket-state[hidden] {
    display: none !important;
}

.fitolavka-catalog-card__qty,
.fitolavka-catalog-card__basket-link {
    height: 49px;
}

.fitolavka-catalog-card__qty {
    display: grid;
    grid-template-columns: 34px 44px 34px;
    align-items: stretch;
    background: #fff;
}

.fitolavka-catalog-card__qty-btn {
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #000;
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: background-color .18s ease, color .18s ease;
}

.fitolavka-catalog-card__qty-btn:hover:not(:disabled) {
    background: #e7f1ef;
    color: #528892;
}

.fitolavka-catalog-card__qty-btn:disabled {
    opacity: .35;
    cursor: default;
}

.fitolavka-catalog-card__qty-value {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "RobotoMedium", Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
}

.fitolavka-catalog-card__basket-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    background: #528892;
    color: #fff;
    font-family: "RobotoMedium", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: .02em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .18s ease;
}

.fitolavka-catalog-card__basket-link:hover {
    background: #3f727c;
    color: #fff;
    text-decoration: none;
}

.fitolavka-catalog-empty {
    padding: 56px 0 0;
    color: #646464;
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.fitolavka-catalog-brands {
    margin-top: 108px;
}

.fitolavka-catalog-brands__title {
    margin: 0 0 34px;
    color: #375557;
    font-family: "RobotoLight", Arial, sans-serif;
    font-size: 38px;
    font-weight: normal;
    line-height: 40px;
    letter-spacing: -.01em;
}

.fitolavka-catalog-brands__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.fitolavka-catalog-brand-card {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 587 / 584;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #fff;
    text-align: left;
    cursor: pointer;
}

.fitolavka-catalog-brand-card__picture,
.fitolavka-catalog-brand-card__image {
    display: block;
    width: 100%;
    height: 100%;
}

.fitolavka-catalog-brand-card__image {
    object-fit: cover;
    object-position: center;
    transition: transform .35s ease;
}

.fitolavka-catalog-brand-card:hover .fitolavka-catalog-brand-card__image {
    transform: scale(1.02);
}

.fitolavka-catalog-brand-card__content {
    position: absolute;
    top: 31px;
    left: 36px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: calc(100% - 72px);
    color: #1e3d3f;
    pointer-events: none;
}

.fitolavka-catalog-brand-card__content strong {
    font-family: "RobotoLight", Arial, sans-serif;
    font-size: 38px;
    font-weight: normal;
    line-height: 36px;
}

.fitolavka-catalog-brand-card__content small {
    margin-top: 6px;
    color: rgba(30, 61, 63, .72);
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 15.6352px;
    font-weight: normal;
    line-height: 23px;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.fitolavka-catalog-brand-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 16px;
}

.fitolavka-catalog-brand-card__tags > span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    padding: 4px 8px;
    background: rgba(255, 255, 255, .72);
    color: #000;
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
    backdrop-filter: blur(25px);
}

.fitolavka-catalog-consultation {
    display: grid;
    grid-template-columns: 50.5% 49.5%;
    width: 100%;
    min-height: 509px;
}

.fitolavka-catalog-consultation__form-side {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 509px;
    background: linear-gradient(129.28deg, #ecfcf7 .98%, #cce5e2 79.49%);
}

.fitolavka-catalog-consultation__inner {
    width: 317.44px;
    max-width: calc(100% - 48px);
}

.fitolavka-catalog-consultation__inner h2 {
    width: 248.34px;
    max-width: 100%;
    margin: 0 0 35px;
    color: #375557;
    font-family: "RobotoLight", Arial, sans-serif;
    font-size: 38px;
    font-weight: normal;
    line-height: 40px;
    letter-spacing: -.01em;
}

.fitolavka-catalog-consultation__form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.fitolavka-catalog-consultation__form label {
    position: relative;
    display: block;
    width: 100%;
    height: 44px;
    margin: 0;
}

.fitolavka-catalog-consultation__form label > span {
    position: absolute;
    left: 12px;
    top: 4px;
    z-index: 2;
    display: block;
    padding: 0;
    color: #484848;
    font-family: "InterRegular", Arial, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 13px;
    letter-spacing: .02em;
    pointer-events: none;
}

.fitolavka-catalog-consultation__form input {
    display: block;
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 16px 12px 7px;
    border: 0;
    border-radius: 6px;
    outline: none !important;
    background: #fff;
    color: #000;
    font-family: "InterRegular", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    letter-spacing: .02em;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.fitolavka-catalog-consultation__form input::placeholder {
    color: #000;
    opacity: 1;
    font-family: "InterRegular", Arial, sans-serif;
}

.fitolavka-catalog-consultation__form input:focus {
    box-shadow: inset 0 0 0 1px rgba(82, 136, 146, .55);
}

.fitolavka-catalog-consultation__form button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 45px;
    margin: 8px 0 0;
    padding: 0 32px;
    border: 1px solid #528892;
    border-radius: 6px;
    background: #528892;
    color: #fff;
    font-family: "InterSemiBold", Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    letter-spacing: .04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease;
}

.fitolavka-catalog-consultation__form button:hover:not(:disabled) {
    border-color: #3f727c;
    background: #3f727c;
}

.fitolavka-catalog-consultation__form button:disabled {
    opacity: .65;
    cursor: default;
}

.fitolavka-catalog-consultation__legal {
    margin-top: 6px;
    color: #393939;
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 14px;
    letter-spacing: .02em;
}

.fitolavka-catalog-consultation__legal a {
    color: inherit;
    text-decoration: underline;
}

.fitolavka-catalog-consultation__status {
    min-height: 14px;
    margin: 4px 0 0;
    color: #528892;
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 10px;
    line-height: 14px;
}

.fitolavka-catalog-consultation__visual,
.fitolavka-catalog-consultation__visual picture,
.fitolavka-catalog-consultation__visual img {
    display: block;
    width: 100%;
    height: 100%;
}

.fitolavka-catalog-consultation__visual {
    min-height: 509px;
    overflow: hidden;
    background: #edf7f6;
}

.fitolavka-catalog-consultation__visual img {
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1299.98px) {
    .fitolavka-catalog-container {
        width: min(100% - 32px, 900px);
        max-width: none;
    }

    .fitolavka-catalog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
    }

    .fitolavka-catalog-card {
        width: 100%;
    }

    .fitolavka-catalog-card__image-wrap {
        width: 100%;
    }
}

@media (max-width: 899.98px) {
    .fitolavka-catalog-content {
        padding: 64px 0 80px;
    }

    .fitolavka-catalog-container {
        width: min(100% - 32px, 720px);
    }

    .fitolavka-catalog-tools,
    .fitolavka-catalog-search,
    .fitolavka-catalog-filters {
        width: 100%;
    }

    .fitolavka-catalog-search {
        grid-template-columns: minmax(0, 1fr) 109px;
    }

    .fitolavka-catalog-filters {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
    }

    .fitolavka-catalog-filters::-webkit-scrollbar {
        display: none;
    }

    .fitolavka-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fitolavka-catalog-brands__grid {
        grid-template-columns: 1fr;
    }

    .fitolavka-catalog-consultation {
        grid-template-columns: 1fr;
    }

    .fitolavka-catalog-consultation__form-side {
        min-height: 509px;
    }

    .fitolavka-catalog-consultation__visual {
        min-height: 0;
        aspect-ratio: 787 / 509;
    }
}

@media (max-width: 599.98px) {
    .fitolavka-catalog-content {
        padding: 48px 0 64px;
    }

    .fitolavka-catalog-container {
        width: calc(100% - 24px);
    }

    .fitolavka-catalog-search {
        grid-template-columns: minmax(0, 1fr) 88px;
        gap: 6px;
    }

    .fitolavka-catalog-search__button {
        width: 88px;
        padding: 0 16px;
    }

    .fitolavka-catalog-filters {
        margin-top: 16px;
    }

    .fitolavka-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
        margin-top: 32px;
    }

    .fitolavka-catalog-card {
        height: 342px;
        padding: 10px;
        border-radius: 3px;
    }

    .fitolavka-catalog-card__image-wrap {
        height: 154px;
    }

    .fitolavka-catalog-card__title {
        min-height: 51px;
        margin-top: 10px;
        font-size: 12px;
        line-height: 17px;
    }

    .fitolavka-catalog-card__price-row {
        margin-top: 6px;
    }

    .fitolavka-catalog-card__price {
        font-size: 15px;
        line-height: 20px;
    }

    .fitolavka-catalog-card__old-price {
        display: none;
    }

    .fitolavka-catalog-card__add,
    .fitolavka-catalog-card__qty,
    .fitolavka-catalog-card__basket-link {
        height: 42px;
    }

    .fitolavka-catalog-card__add {
        padding: 0 8px;
        font-size: 11px;
        line-height: 15px;
        text-align: center;
    }

    .fitolavka-catalog-card__basket-state {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .fitolavka-catalog-card.is-in-basket {
        height: 390px;
    }

    .fitolavka-catalog-card__qty {
        grid-template-columns: 1fr 36px 1fr;
    }

    .fitolavka-catalog-brands {
        margin-top: 72px;
    }

    .fitolavka-catalog-brands__title,
    .fitolavka-catalog-consultation__inner h2 {
        font-size: 30px;
        line-height: 32px;
    }

    .fitolavka-catalog-brand-card__content {
        top: 20px;
        left: 20px;
        max-width: calc(100% - 40px);
    }

    .fitolavka-catalog-brand-card__content strong {
        font-size: 30px;
        line-height: 30px;
    }

    .fitolavka-catalog-brand-card__content small {
        font-size: 12px;
        line-height: 18px;
    }

    .fitolavka-catalog-consultation__form-side {
        min-height: 440px;
        padding: 48px 0;
    }

    .fitolavka-catalog-consultation__inner {
        max-width: calc(100% - 32px);
    }

    .fitolavka-catalog-consultation__visual {
        aspect-ratio: 1 / 1;
    }
}
