

/* Start:/local/templates/bitovki-template/assets/css/normalize.css?17146749321350*/
/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
    list-style: none;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
/* End */


/* Start:/local/templates/bitovki-template/assets/css/style.css?177867416954226*/
@font-face {
    font-family: 'Lato';
    src: url('/local/templates/bitovki-template/assets/css/fonts/lato/Lato-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/local/templates/bitovki-template/assets/css/fonts/lato/Lato-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('/local/templates/bitovki-template/assets/css/fonts/lato/Lato-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/local/templates/bitovki-template/assets/css/fonts/lato/Lato-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('/local/templates/bitovki-template/assets/css/fonts/lato/Lato-Hairline.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/local/templates/bitovki-template/assets/css/fonts/lato/Lato-HairlineItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('/local/templates/bitovki-template/assets/css/fonts/lato/Lato-Heavy.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/local/templates/bitovki-template/assets/css/fonts/lato/Lato-HeavyItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('/local/templates/bitovki-template/assets/css/fonts/lato/Lato-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('/local/templates/bitovki-template/assets/css/fonts/lato/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/local/templates/bitovki-template/assets/css/fonts/lato/Lato-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('/local/templates/bitovki-template/assets/css/fonts/lato/Lato-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/local/templates/bitovki-template/assets/css/fonts/lato/Lato-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('/local/templates/bitovki-template/assets/css/fonts/lato/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/local/templates/bitovki-template/assets/css/fonts/lato/Lato-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/local/templates/bitovki-template/assets/css/fonts/lato/Lato-SemiboldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('/local/templates/bitovki-template/assets/css/fonts/lato/Lato-Thin.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/local/templates/bitovki-template/assets/css/fonts/lato/Lato-ThinItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

body {
    font-family: 'Lato', sans-serif;
}

*,
*::after,
*::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

button {
    cursor: pointer;
    background-color: transparent;
}

.container {
    padding: 0 16px;
    display: block;
    margin: 0 auto;
    max-width: var(--container-width);
}

:root {
    --white: #fff;
    --grey: #f5f5f5;
    --black: #1b1917;
    --orange: #fc6510;
    --stroke: #ababab;
    --trans: .2s all cubic-bezier(0.33, 0.92, 0.37, 0.92);
    --container-width: unset;
}



#header {
    padding: 16px;
    background: var(--black);
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    overflow-x: clip;
    position: relative;
}

.header__logo {
    flex: 0 0 auto;
    margin-left: 10px;
}

.header__logo img {
    display: block;
}

.header__button {
    margin-left: auto
}


.btn {
    user-select: none;
    border: 2px solid var(--orange);
    border-radius: 50px;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: var(--orange);
    transition: var(--trans);
    background-color: white;
    width: fit-content;
    text-decoration: none;
}

.btn.btn-primary {
    background: var(--orange);
    color: var(--white);
}


.btn:hover {
    background: var(--orange);
    color: white;
}

.btn.btn-primary:hover {
    background: #b0470c;
    border-color: #b0470c;
}

.btn:disabled {
    opacity: .7;
}

.btn-icon {
    display: flex;
    align-items: center;
    gap: 9px
}

.btn-icon img {
    width: 24px;
}

.header__chat-btn {
    margin-top: 34px;
}

.btn.btn-arrow:after {
    content: url(/local/templates/bitovki-template/assets/images/btn-arrow-orange-mob.svg);
    display: block;
    height: fit-content;
    line-height: 0;
}

.btn.btn-arrow.btn-primary:after {
    content: url(/local/templates/bitovki-template/assets/images/btn-arrow-mob.svg);
}

.btn.btn-arrow:hover:after {
    content: url(/local/templates/bitovki-template/assets/images/btn-arrow-mob.svg);
}

.btn.btn-arrow {
    display: flex;
    align-items: center;
    gap: 12px
}

.btn.btn-white {
    color: var(--orange);
    border-color: white;
    background-color: white;
}

.btn.btn-white:after {
    content: url(/local/templates/bitovki-template/assets/images/btn-arrow-orange-mob.svg) !important;
}

.header__menu--mobile {
    position: absolute;
    display: block;
    background-color: var(--black);
    height: 100vh;
    width: 100vw;
    max-width: 390px;
    bottom: calc(74px - 100vh);
    left: -390px;
    z-index: 11;
    padding: 16px;
}


.header__burger {
    cursor: pointer;
}

#overlay {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--black);
    z-index: 10;
    opacity: 0;
    display: none;
}

.header__mobile--top {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #3f3f3f;
    ;
    padding-bottom: 16px;
}

.header__mobile--top .header__logo {
    margin-left: 20px;
}

.header__menu--content {
    padding: 24px 36px 36px 36px;
    max-height: calc(100vh - 74px);
    overflow-y: auto;
}

.header__menu--contact {
    display: flex;
    gap: 16px;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: var(--white);
    margin-bottom: 24px;
    text-decoration: none;
    transition: var(--trans);
}

.header__menu--contact img {
    width: 24px;
}

.header__menu--list {
    padding-top: 45px;
    display: block;
}

.header__menu--list li {
    list-style: none;
    margin-bottom: 24px;
}

.header__menu--list li a {
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    color: var(--white);
    transition: var(--trans);
}

a.header__menu--contact:hover,
.header__menu--list li a:hover {
    color: var(--orange);
}

.header__action {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.header__action span {
    color: white
}

.header__action img {
    width: 24px;
}

.header__menu,
#header>.header__actions {
    display: none;
}

@media (min-width: 1180px) {
    .header__menu {
        display: block;
        margin-left: 30px;
    }

    #header>.header__actions {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-left: auto;
    }

    #header {
        padding: 26px calc(max(52px, (100vw - 1920px) / 2));
    }

    .header__burger {
        display: none;
    }

    .header__menu--mobile {
        display: none;
    }

    .header__button {
        margin-left: 32px;
    }


    .header__logo img {
        width: 176px;
    }

    .btn {
        padding: 12px 32px;
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;

    }

    .btn.btn-arrow:after {
        content: url(/local/templates/bitovki-template/assets/images/btn-arrow-orange.svg);
    }

    .btn.btn-arrow:hover:after {
        content: url(/local/templates/bitovki-template/assets/images/btn-arrow.svg);
    }

    .btn.btn-white:after {
        content: url(/local/templates/bitovki-template/assets/images/btn-arrow-orange.svg) !important;
    }

    .btn.btn-arrow.btn-primary:after {
        content: url(/local/templates/bitovki-template/assets/images/btn-arrow.svg);
    }

    .header__menu li a {
        padding: 6px 24px;
        border-radius: 50px;
        position: relative;
        z-index: 1;
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;
        color: var(--white);
        text-decoration: none;
        white-space: nowrap;
    }



    .header__menu li {
        list-style-type: none;
    }

    .header__menu ul {
        display: flex;
        align-items: center;
        padding: 12px 8px;
        background-color: #2D2D2D;
        border-radius: 87px;
        position: relative;
    }

    #menu-active {
        height: 36px;
        border-radius: 50px;
        width: 0;
        background: var(--orange);
        position: absolute;
        left: 8px;
        top: calc(50% - 18px);
    }

    .header__action span {
        font-weight: 700;
        line-height: 150%;
    }

    .header__action {
        text-decoration: none;
    }

    .header__action span {
        font-size: 0;
    }

}

@media (min-width: 1490px) {
    .header__action span {
        font-size: 16px;
    }
}

@media (min-width: 1180px) and (max-width: 1559px) {
    #header {
        gap: 8px;
    }

    .header__menu {
        margin-left: 24px;
    }

    .header__button {
        font-size: 14px;
        margin-left: 10px;
        min-height: 42px;
        padding: 8px 14px;
        min-width: 0;
    }

    .header__button.btn-arrow:after {
        content: none;
    }
}

@media (min-width: 1490px) and (max-width: 1700px) {
    #header>.header__actions {
        display: grid;
        grid-template-columns: max-content max-content;
        grid-template-areas:
            "city mail"
            "city phone";
        column-gap: 20px;
        row-gap: 0;
        align-items: center;
    }

    #header>.header__actions .header__action {
        margin-left: 0;
    }

    #header>.header__actions .header__action:nth-child(1) {
        grid-area: city;
        align-self: center;
    }

    #header>.header__actions .header__action:nth-child(2) {
        grid-area: mail;
    }

    #header>.header__actions .header__action:nth-child(3) {
        grid-area: phone;
    }
}

body:not(.body-operrations-shown) #operation-favorites,
body:not(.body-operrations-shown) #operation-compare,
body:not(.body-operrations-shown) #operation-cart,
#operation-top:not(.active) {
    opacity: 0 !important;
    pointer-events: none;
    transform: translateX(0) !important;
    visibility: hidden;
}

#footer {
    background-color: var(--black);
}

#footer .header__menu--mobile {
    left: 0;
    position: static;
    width: 100%;
    max-width: unset;
    height: fit-content;
    padding-left: 0;
    padding-right: 0;
}

#footer .header__menu--content {
    padding-left: 20px;
    max-height: unset;
    overflow: visible;
}

#footer .header__menu--list {
    padding-top: 0;
    padding-bottom: 50px;
}

.footer__pc {
    display: none;
}

@media (min-width: 768px) {
    #footer .header__menu--content {
        display: flex;
        justify-content: space-between;
    }

    :root {
        --container-width: 750px;
    }

    .container {
        margin: 0 auto;
        padding: 0;
    }
}

@media (min-width: 900px) {
    .container {
        margin: 0 auto;
    }

    :root {
        --container-width: 800px;
    }

    #footer .header__menu--mobile {
        display: none;
    }

    .footer__pc {
        display: flex;
        justify-content: space-between;
    }

    #footer {
        background-color: white;
        padding-top: 52px;
    }

    .footer__logo {
        background-color: var(--black);
        padding: 23px 32px;
        padding-bottom: 200px;
    }

    .footer__logo img {
        width: 172px
    }

    .footer__menu li {
        list-style: none;

    }

    .footer__menu {
        margin-left: 15%;
    }

    .footer__menu li a {
        font-weight: 500;
        font-size: 16px;
        line-height: 275%;
        color: var(--black);
        text-decoration: none;
    }

    .footer__menu ul {
        margin-top: 23px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px 50px
    }

    .footer__contacts {
        margin-left: auto;
        margin-top: 23px;
    }

    .footer__contacts span,
    .footer__contacts a {

        font-weight: 400;
        font-size: 16px;
        line-height: 275%;
        color: var(--black);
        margin-bottom: 10px;
    }

    .footer__contact img {
        width: 22px;
    }
}

@media (min-width: 1180px) {
    .container {
        margin: 0 auto;
    }

    :root {
        --container-width: 1024px;
    }
}

@media (min-width: 1300px) {
    .container {
        margin: 0 auto;
    }

    :root {
        --container-width: 1280px;
    }
}

@media (min-width: 1500px) {
    .container {
        margin: 0 auto;
    }

    :root {
        --container-width: 1416px;
    }
}

.banner {
    /* margin-bottom: 0; */
    margin-bottom: 104px;
}

.banner__breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding: 32px 0;
}

.banner__breadcrumbs a {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: var(--white);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 16px;
}

.banner__breadcrumbs a:not(:nth-child(1)) {
    margin-left: auto;
}

.banner__breadcrumbs a:not(:nth-child(1))::before {
    content: url(/local/templates/bitovki-template/assets/images/thick-mobile-arrow.svg);
    display: block;
}

.banner {
    background-color: var(--black);
}

.slash {
    display: inline;
}

.slash:before {
    content: '/';
    color: var(--orange);
}

.banner h1 {
    color: var(--white);
    margin-bottom: 32px;
}


h1 {
    font-weight: 900;
    font-size: 32px;
    line-height: 137%;
}

.banner img {
    width: 100%;
}

.banner__image {
    border-radius: 8px;
    overflow: hidden;
    transform: translateY(52px);
}

section {
    margin-bottom: 52px;
}

@media (min-width: 494px) {
    .banner__breadcrumbs a:not(:nth-child(1)) {
        margin-left: unset;
    }
}


@media (min-width: 768px) {
    .splash-pc-hidden {
        display: none;
    }

    .banner__breadcrumbs {
        padding-top: 52px;
        padding-bottom: 15px;
    }

    .banner h1 {
        margin-bottom: 40px;
    }

    .banner__image {
        border-radius: 30px;
    }
}

@media (min-width: 1300px) {
    .banner__breadcrumbs a {
        font-size: 24px;
    }

    .banner__breadcrumbs {
        padding-bottom: 24px;
    }

    .banner__breadcrumbs a:not(:nth-child(1))::before {
        content: url(/local/templates/bitovki-template/assets/images/btn-arrow-orange.svg);
    }

    h1 {
        font-weight: 900;
        font-size: 64px;
        line-height: 122%;
    }

    .banner h1 {
        margin-bottom: 72px;
    }

    .banner__image {
        transform: translateY(96px);
    }

    .banner .btn {
        margin-bottom: 40px;
    }

    .banner {
        margin-bottom: 0;
    }
}

section h2 {
    font-weight: 900;
    font-size: 32px;
    line-height: 137%;
    color: var(--black);
    margin-bottom: 25px;
}

.catalog-root__title {
    font-weight: 900;
    font-size: 32px;
    line-height: 137%;
    color: var(--black);
    margin-bottom: 25px;
}

.manufacturing__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}


.manufacturing__item {
    display: block;
    width: 100%;
    overflow: hidden;
}



.manufacturing__image {
    width: 100%;
    /* flex-grow: 1; */
    height: 180px;
    ;
}

.manufacturing--catalog-root .manufacturing__image {
    height: 220px;
}


@media (max-width: 490px) {
    .manufacturing__list {
        grid-template-columns: 1fr;
    }
    .manufacturing__image {
        height: 210px;
    }

    .manufacturing--catalog-root .manufacturing__image {
        height: 240px;
    }
}


.manufacturing__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.manufacturing__item {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    background: var(--grey);
    text-decoration: none;
}



.manufacturing__item span {
    padding: 10px 16px 11px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 112%;
    color: var(--black);
    text-decoration: none;
    /* white-space: nowrap; */
}

.manufacturing__item span img {
    display: none;
}

.manufacturing__types {
    flex-grow: 1;
}

.manufacturing__types h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    display: block;
    margin-top: 35px;
}

.manufacturing__types h3 a {
    color: var(--black);
    text-decoration: none;
}

@media (min-width: 768px) {
    .manufacturing__list {
        grid-template-columns: repeat(3, 1fr);
        /* grid-template-rows: repeat(2, 1fr); */
        width: 100%;
    }

    .manufacturing--catalog-root .manufacturing__image {
        height: 235px;
    }

    section h2 {
        font-size: 32px;
        line-height: 137%;
    }
}

@media (min-width: 1300px) {

    .manufacturing {
        transform: translateY(250px);
    }

    .manufacturing.manufacturing--catalog-root {
        transform: none;
    }

    .manufacturing__content--catalog-root {
        flex-direction: column;
    }

    .manufacturing--catalog-root .manufacturing__image {
        height: 270px;
    }

    .manufacturing__item {
        border-radius: 30px;
    }

    .manufacturing__item span img {
        display: block;
    }

    .manufacturing__item span {
        /* white-space: nowrap; */
        padding: 23px 20px;
        font-size: 16px;
        line-height: 150%;
        font-weight: 900;
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
}

.manufacturing__text {
    padding: 24px 16px;
    background-color: var(--grey);
    border-radius: 10px;
}

.manufacturing__text b {
    font-weight: 900;
    font-size: 16px;
    line-height: 150%;
    color: var(--black);
    margin-bottom: 11px;
    display: block;
}

.manufacturing__text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: var(--black);
    margin-bottom: 15px;
}

.manufacturing__content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

@media (min-width: 1300px) {
    section h2 {
        font-weight: 900;
        font-size: 64px;
        line-height: 122%;
        margin-bottom: 72px;
    }

    .catalog-root__title {
        font-weight: 900;
        font-size: 64px;
        line-height: 122%;
        margin-bottom: 72px;
    }

    section {
        margin-bottom: 156px;
    }

    .manufacturing__content {
        flex-direction: row-reverse;
        gap: 24px;
    }

    .manufacturing__text {
        max-width: 340px;
        border-radius: 30px;
        background: var(--black);
        padding: 32px 19px 36px 52px
    }

    .manufacturing__text b {
        font-weight: 900;
        font-size: 24px;
        line-height: 133%;
        color: var(--white);
        margin-bottom: 32px;
    }

    .manufacturing__text p {
        font-weight: 400;
        font-size: 16px;
        line-height: 175%;
        color: var(--white);
    }

    .manufacturing__text {
        display: flex;
        flex-direction: column;
    }

    .manufacturing__btn {
        flex: 1 1;
        display: flex;
        align-items: flex-end;
    }
}

.podbor__block {
    display: flex;
    flex-direction: column;
    padding: 25px;
    border-radius: 30px;
}

.podbor {
    background: var(--grey);
    padding: 52px 0;
}

.podbor__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.podbor__block:nth-child(1) {
    background-color: white;
}



.podbor__title {
    font-weight: 900;
    font-size: 18px;
    line-height: 133%;
    color: #000;
    margin-bottom: 24px;
}

.podbor__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: var(--black);
}

.podbor__text,
.podbor__block .input {
    margin-bottom: 20px;
}

.podbor__block .input+button,
.podbor__text+button {
    margin-top: auto;
}

.input {
    position: relative;
}

.input textarea,
.input input {
    background: transparent;
    width: 100%;
    border: 1px solid var(--black);
    border-radius: 8px;
    padding: 10px 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: var(--black);
    display: block;
}


.input textarea {
    height: 169px;
    resize: none
}

.podbor__block .input input {
    border-color: white;
    color: var(--white);
}

.input textarea.active+span,
.input textarea:focus+span,
.input input.active+span,
.input input:focus+span {
    font-size: 14px;
    line-height: 200%;
    transform: translateY(-40px);
    background: var(--white);
}

.podbor__block .input input.active+span,
.podbor__block .input input:focus+span {
    background: var(--black);
}

.input textarea::placeholder,
.input input::placeholder {
    font-size: 0;
}

.input span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: var(--black);
    padding: 0 2px;
    pointer-events: none;
    user-select: none;
    transition: var(--trans);
}

.input textarea+span {
    top: 25px;
}

.podbor__block .input span {
    color: var(--white);
    transition: var(--trans);
}

.podbor__block:nth-child(4) {
    min-height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.podbor__block:nth-child(2) {
    background: var(--black);
}

.podbor__block:nth-child(3) .podbor__title,
.podbor__block:nth-child(2) .podbor__text,
.podbor__block:nth-child(2) .podbor__title {
    color: var(--white);
}

.podbor__block:nth-child(3) .podbor__text a {
    margin-bottom: 20px;
}

.podbor__block:nth-child(3) {
    background: var(--orange);
}

.podbor__block:nth-child(3) span.header__menu--contact,
.podbor__block:nth-child(3) .podbor__text {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .podbor__content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }

    .podbor__block:nth-child(1) {
        grid-area: 1 / 1 / 2 / 3;
    }

    .podbor__block:nth-child(2) {
        grid-area: 2 / 1 / 3 / 3;
    }

    .podbor__block:nth-child(3) {
        grid-area: 3 / 1 / 4 / 2;
    }

    .podbor__block:nth-child(4) {
        grid-area: 3 / 2 / 4 / 3;
    }
}

@media (min-width: 1300px) {

    .manufacturing__content .manufacturing__item:nth-child(4),
    .manufacturing__content .manufacturing__item:nth-child(5),
    .manufacturing__content .manufacturing__item:nth-child(6) {
        background: white;
    }

    .podbor {
        padding-top: 230px;
        padding-bottom: 100px;
    }

    .podbor__content {
        gap: 24px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(5, 1fr);
    }

    .podbor__block {
        padding: 40px;
    }

    .podbor__block:nth-child(1) {
        grid-area: 1 / 1 / 4 / 3;
    }

    .podbor__block:nth-child(2) {
        grid-area: 1 / 3 / 4 / 5;
    }

    .podbor__block:nth-child(3) {
        grid-area: 4 / 1 / 6 / 2;
    }

    .podbor__block:nth-child(4) {
        grid-area: 4 / 2 / 6 / 5;
    }
}

.trust__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.trust__item {
    border-radius: 8px;
    height: 96px;
    padding: 23px 20px;
    background: var(--grey);
}

.trust__image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (min-width: 768px) {
    .trust__content {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1300px) {
    .trust__content {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .trust__item {
        height: 300px;
        padding: 80px 30px;
        border-radius: 30px;
    }

    .trust__content {
        margin-top: 72px;
    }
}

.portfolio__content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
}

.portfolio__info {
    display: none;
}

@media (min-width: 420px) {
    .portfolio__content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (min-width: 768px) {
    .portfolio__content {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1300px) {
    .portfolio__content {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }

    .portfolio__info {
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-top: 70px;
    }

    .portfolio__text {
        background: var(--grey);
        border-radius: 30px;
        display: flex;
        align-items: stretch;
        padding: 44px 32px 32px 72px;
        gap: 100px;
    }

    .portfolio__logo {
        padding: 72px;
        background: white;
        border-radius: 30px;
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    .portfolio__logo img {
        width: 172px;
    }

    .portfolio__text--content {
        flex: 1 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 175%;
        color: var(--black);
    }

    .portfolio__image {
        border-radius: 30px;
        overflow: hidden;
    }

    .portfolio {
        transform: translateY(252px);
        margin-top: -100px;
    }

    .trust {
        margin-bottom: 0;
    }
}

.certs {
    padding: 52px 0;
    margin-bottom: 0;
}

.certs__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 16px;
}

.cert__item.cert__item--orange {
    grid-area: 1 / 1 / 2 / 3;
}

.cert__item:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
}

.cert__item:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
}

.cert__item {
    border-radius: 10px;
    overflow: hidden;
}

.cert__item--orange {
    padding: 16px;
    background: var(--orange);
}

.cert__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cert__item--orange b {
    font-weight: 900;
    font-size: 16px;
    line-height: 150%;
    color: var(--white);
    margin-bottom: 16px;
    display: block;
}

.cert__item--orange p {
    padding-right: calc(23px - 16px);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: var(--white);
    margin-bottom: 0;
}

@media (min-width: 545px) {
    .cert__item {
        grid-area: unset !important;
    }

    .certs__content {
        /* grid-template-columns: repeat(3, 1fr); */
    }

    .cert__item--orange b {
        font-weight: 900;
        font-size: 16px;
        line-height: 150%;
    }

    .cert__item--orange p {
        font-weight: 400;
        font-size: 14px;
        line-height: 143%;
    }
}

@media(min-width: 768px) {
    .certs__content {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
    }
}

@media (min-width: 1300px) {
    .certs {
        background: var(--black);
        padding-bottom: 156px;
        padding-top: 252px;
    }

    .certs h2 {
        color: white
    }

    .certs__content {
        /* grid-template-columns: repeat(4, 1fr);
        gap: 24px;
        grid-template-rows: 1fr; */
    }
}

.modal {
    display: none;
}

.modal-adaptive.active {
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.modal-adaptive__content {
    background-color: white;
    max-width: 736px;
    border-radius: 30px;
    padding: 32px;
    position: relative;
    max-height: 95vh;
    overflow-y: auto;
}

.modal-adaptive__content .modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding-right: 0;
}

.modal-adaptive__content .modal__close svg {
    width: 27px;
    height: 27px;
}

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

.modal__product--title {
    font-weight: 900;
    font-size: 24px;
    line-height: 133%;
    color: var(--black);
    margin-bottom: 24px;
}

.modal__product {
    margin-bottom: 32px;
}

.modal__form .input {
    margin-top: 24px;
}

.modal__product--subtitle {
    font-weight: 900;
    font-size: 16px;
    line-height: 150%;
    color: var(--black);
    margin-bottom: 8px;
}

.modal__content ul {
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    color: var(--black);
    padding-left: 20px;
}

.modal__product .product__attributes {
    margin-bottom: 24px;
    grid-template-columns: 1fr 1fr;
}

.modal__product--image img {
    border-radius: 10px;

}


@media (max-width: 768px) {
    .modal-adaptive__content {
        padding: 16px;
        border-radius: 0;
        max-height: 100vh;
    }

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

.modal.fullsize {
    display: none;
}

.modal.fullsize.active {
    background: var(--white);
    padding: 24px 0;
}

.modal__close {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding-right: 24px;
    cursor: pointer;
}

.modal__close svg {
    width: 24px;
}

.modal__title {
    font-weight: 900;
    font-size: 24px;
    line-height: 133%;
    margin-bottom: 24px;
}

.modal .search {
    position: relative;
    margin-bottom: 24px;
}

.modal .search button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    width: 24px;
}

.modal .input textarea,
.modal .input input {
    border: 1px solid var(--stroke);

}


.modal.fullsize.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
}

@media (min-width: 500px) {
    .modal.active {
        top: 0px;
    }
}

.modal.active {
    display: block;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 100;
}

.modal__sections {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow-y: auto;
    max-height: calc(100vh - 10px - 24px - 24px - 25px - 32px - 24px - 50px - 24px);
}

.modal__section {
    display: flex;
    border-radius: 8px;
    background: var(--grey);
    width: 100%;
    max-height: 96px;
}

.modal__section--image {
    flex: 0 0 120px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    overflow: hidden;
    width: fit-content;

}

.modal__section--image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: left;
}

.modal__section--title {
    font-weight: 400;
    font-size: 16px;
    line-height: 112%;
    color: var(--black);
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 30px 24px 30px 26px;
}

.modal__section--container {
    transform: translateX(100vw);
    position: fixed;
    opacity: 0;
    left: 0;
    top: 100px;
    transition: var(--trans);
    width: 100vw;

}

.modal__section--container.active {
    transform: translateX(0);
    background-color: white;
    opacity: 1;

}


.modal__back {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 900;
    font-size: 16px;
    line-height: 150%;
    color: var(--black);
    margin-top: 32px;
    margin-bottom: 24px;
}

.modal__menu--list li {
    list-style: none;
    margin-bottom: 12px;
}

.modal__menu--list li a {
    font-weight: 650;
    font-size: 16px;
    line-height: 250%;
    color: var(--black);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: calc(24px + 12px);
}

.modal__menu--list {
    max-height: calc(100vh - 10px - 24px - 24px - 25px - 32px - 24px - 50px - 24px - 80px);
    overflow: auto;
}

.breadcrumbs__content {
    display: block;
    margin-top: 24px;
}

.breadcrumbs__content ul {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: var(--stroke);
}

.breadcrumbs__content li {
    list-style: none;
}

.breadcrumbs__content li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: var(--stroke);
    text-decoration: none;
}

.breadcrumbs__content li:not(:nth-last-child(1)):after {
    content: '/ '
}

section.breadcrumbs {
    margin-bottom: 24px;
}

.modal__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: var(--black);
}


.delivery-count-form {
    margin-top: 24px;
}

.delivery-count-form button {
    margin-top: 54px;
}

.skeleton {
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.12);
}

.skeleton:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: loading 1.5s infinite;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    transform: translateX(-100%);
    z-index: 1;
}

@keyframes loading {
    100% {
        transform: translateX(100%);
    }
}

.modal__delivery--info {
    display: flex;
    gap: 55px;
}

.modal__delivery--subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: var(--stroke);
}

.modal__delivery--value {
    font-weight: 900;
    font-size: 44px;
    line-height: 118%;
    color: var(--black);
}

.modal__delivery--rasstoyanie .modal__delivery--value {
    color: var(--stroke);
}

.modal__delivery--info {
    margin-bottom: 32px;
}

.modal__delivery--info+.modal__text {
    margin-bottom: 32px;
}

.modal__delivery {
    display: none;
}

.modal__content.waiting {
    display: none;
}

.modal__content.waiting+.modal__delivery {
    display: block;
}

.modal__delivery .modal__title {
    display: flex;
    align-items: center;
    gap: 5px
}

.modal__delivery-map {
    width: 100%;
    height: 300px;
    margin-top: 32px;
}

@media (max-width: 768px) {
    #modalDelivery .modal-adaptive__content {
        width: 100%;
        height: 100%;
    }

    .modal__delivery,
    #modalDelivery .modal__content {
        margin-top: 30px;
    }

    .modal__delivery .modal__title {
        flex-wrap: wrap;
    }

    .modal__delivery--info {
        flex-direction: column;
        gap: 24px
    }
}

.product__price--value {
    font-weight: 900;
    font-size: 24px;
    line-height: 133%;
    color: var(--black);
}

.product__price--label {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: var(--stroke);
}

.product__price {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.product__prices {
    display: flex;
    align-items: center;
    gap: 24px;
}

.product__actions {
    padding: 32px 0;
}

.product__attributes {
    gap: 5px 24px;
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.product__attribute {
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    color: var(--black);
}

.bottom-menu {
    position: fixed;
    bottom: 0;
    background: white;
    width: 100%;
    z-index: 11;
}


.bottom-menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    position: relative;
    width: 100%;
}


.bottom-menu li {
    list-style: none;
}

.bottom-menu__image {
    position: relative;
    display: flex;
    height: 28px;
    justify-content: center;
}

.bottom-menu__image img {
    width: auto;
    height: 28px;
}

.bottom-menu__image img:nth-child(2) {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.bottom-menu li a,
.bottom-menu li a span {
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 167%;
    color: var(--black);
}

.bottom-menu li a.active img:nth-child(2) {
    opacity: 1;
}

.bottom-menu li a.active img:nth-child(1) {
    opacity: 0;
}

.bottom-menu li a.active,
.bottom-menu li a.active span {
    color: var(--orange);
}

footer {
    margin-bottom: 72px;
}

@media (min-width: 1180px) or (max-width: 340px) {
    .bottom-menu {
        display: none;
    }

    footer {
        margin-bottom: 0;
    }
}

.city-selector {
    background-color: white;
}

.city-selector__header {
    margin-bottom: 24px;
}

.city-selector__header {
    display: flex;
    align-items: center;
}

.city-selector__title {
    font-weight: 900;
    font-size: 24px;
    line-height: 133%;

}

.city-selector__regions {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
}

.city-selector__region {
    padding: 4px 13px;
    border: 1px solid #ccc;
    border-radius: 40px;
    background: #fff;
    cursor: pointer;
}

.city-selector__region--active {
    background-color: var(--orange);
    color: #fff;
    border-color: var(--orange);
}

.city-selector__current {
    margin: 16px 0;
    display: flex;
    align-items: center;
}

.city-selector__current-icon {
    margin-right: 8px;
}

.city-selector__current-close {
    margin-left: 8px;
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.city-selector__search {
    width: 100%;
    padding: 8px;
    margin: 16px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.city-selector__list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 20px;
    min-height: 320px;
    max-height: 52vh;
    overflow-y: auto;
    padding-right: 8px;
}

.city-selector__column {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 0px 24px;
}

.city-selector__item {
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    color: #000;
}

@media (min-width: 990px) {
    #citySelector .modal-adaptive__content {
        padding: 52px 72px;
    }
}


#citySelector .modal-adaptive__content {
    padding: 30px;
    max-width: 100%;
}

.city-selector__current+.input {
    margin-bottom: 32px;
}

.city-selector__current {
    display: flex;
    gap: 16px;
    align-items: center;
}

.city-selector__current-city {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: var(--black);
    padding: 2px 12px;
    border: 1px solid var(--stroke);
    border-radius: 40px;
    display: flex;
    align-items: center;
}

@media (max-width: 850px) {
    .city-selector__regions {
        width: 100%;
        overflow-x: auto;
    }

    .city-selector__region {
        white-space: nowrap;
    }

    .city-selector__column {
        grid-template-columns: 1fr 1fr;
    }

    .city-selector__list {
        min-height: 220px;
        max-height: 45vh;
    }
}


.upload-zone {
    border: 2px dashed #d3d3d3;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    color: #333;
    font-family: Arial, sans-serif;
    flex-direction: column;
}

.upload-zone_dragover {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px
}

.upload-icon {
    width: 24px;
    height: 24px;
}

.upload-text {
    color: var(--orange);
    cursor: pointer;
}

.upload-zone_dragover p {
    margin: 0;
}

.form-upload__input {
    display: none;
}

.form-upload__container {
    /* margin-top: 10px; */
    font-size: 16px;
}

.operation {
    background: var(--orange);
    border-radius: 40px;
    height: 44px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    font-weight: 900;
    font-size: 16px;
    line-height: 150%;
    color: var(--white);
    gap: 8px;
    z-index: 10;
    text-decoration: none;
}

.operation svg {
    display: block;
}

#operation-compare {
    top: 200px;
    right: 24px;
}

#operation-favorites {
    top: 140px;
    right: 24px;
}

#operation-top {
    bottom: 90px;
    right: 24px;
}

#operation-marquiz {
    right: 24px;
    bottom: 90px;
    width: 44px;
    padding: 0;
}

.operation--marquiz {
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

#operation-marquiz.operation--shifted {
    bottom: 150px;
}

@media (min-width: 1180px) {
    #operation-top {
        bottom: 40px;
    }

    #operation-marquiz {
        bottom: 40px;
    }

    #operation-marquiz.operation--shifted {
        bottom: 110px;
    }
}

@media (max-width: 767px) {
    #operation-top,
    #operation-marquiz {
        right: 16px;
    }
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.site-search {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 6px;
    display: flex;
    min-height: 40px;
    overflow: hidden;
}

.site-search input {
    background: transparent;
    border: 0;
    color: var(--black);
    font-size: 14px;
    min-width: 0;
    outline: 0;
    padding: 0 0 0 14px;
    width: 100%;
}

.site-search button {
    align-items: center;
    background: var(--orange);
    border: 0;
    color: var(--white);
    cursor: pointer;
    display: flex;
    flex: 0 0 40px;
    height: 40px;
    justify-content: center;
    transition: var(--trans);
}

.site-search button:hover {
    background: #d94f05;
}

.header-icon-button {
    align-items: center;
    background: #2d2d2d;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    color: var(--white);
    display: none;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    position: relative;
    text-decoration: none;
    transition: var(--trans);
    width: 44px;
}

.header-icon-button:hover,
.header-icon-button.is-active {
    background: var(--orange);
    border-color: var(--orange);
}

.header-search-panel {
    display: none;
}

.site-search--mobile {
    margin: 0 0 24px;
    width: 100%;
}

.header__menu--cart {
    align-items: center;
    color: var(--white);
    display: flex;
    font-weight: 800;
    gap: 8px;
    text-decoration: none;
    white-space: nowrap;
}

.header-cart-link {
    margin-left: 4px;
}

.fbk-cart-count {
    align-items: center;
    background: var(--orange);
    border-radius: 999px;
    color: var(--white);
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    justify-content: center;
    min-height: 22px;
    min-width: 22px;
    padding: 0 6px;
}

.header-cart-link .fbk-cart-count {
    position: absolute;
    right: -6px;
    top: -7px;
}

@media (min-width: 1180px) {
    .header-icon-button {
        display: flex;
    }

    #header>.header__actions {
        margin-left: 0;
    }

    .header-search-toggle {
        display: flex;
        margin-left: auto;
    }

    .header-search-panel {
        border: 1px solid rgba(27, 25, 23, 0.08);
        border-radius: 8px;
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
        display: flex;
        left: 50%;
        min-height: 58px;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
        position: absolute;
        top: calc(100% + 10px);
        transform: translate(-50%, -18px);
        transition: opacity .24s ease, transform .24s ease, visibility .24s ease;
        visibility: hidden;
        width: min(760px, calc(100vw - 40px));
        z-index: 80;
    }

    #header.search-open .header-search-panel {
        opacity: 1;
        pointer-events: auto;
        transform: translate(-50%, 0);
        visibility: visible;
    }

    .header-search-panel input {
        font-size: 18px;
        min-height: 58px;
        padding-left: 22px;
    }

    .header-search-panel button {
        flex-basis: 58px;
        height: 58px;
        width: 58px;
    }
}

@media (min-width: 1180px) and (max-width: 1489px) {
    .header-icon-button {
        flex-basis: 42px;
        height: 42px;
        width: 42px;
    }
}

#operation-cart {
    top: 260px;
    right: 24px;
}

@media (max-width: 767px) {
    #operation-cart {
        right: 16px;
    }
}

.fbk-page {
    padding: 48px 0 72px;
}

.fbk-page__title {
    color: var(--black);
    font-size: 32px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 24px;
}

.fbk-page__lead {
    color: #565656;
    font-size: 16px;
    line-height: 1.55;
    margin: -8px 0 28px;
    max-width: 760px;
}

.fbk-search-page__form {
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-bottom: 28px;
    max-width: 860px;
}

.fbk-search-page__form input,
.fbk-cart__form input,
.fbk-cart__form textarea {
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    color: var(--black);
    font-size: 16px;
    min-height: 46px;
    outline: 0;
    padding: 0 14px;
    width: 100%;
}

.fbk-cart__form textarea {
    min-height: 110px;
    padding-top: 12px;
    resize: vertical;
}

.fbk-results,
.fbk-cart__items {
    display: grid;
    gap: 16px;
}

.fbk-result,
.fbk-cart-item {
    border: 1px solid #ececec;
    border-radius: 8px;
    display: grid;
    gap: 18px;
    grid-template-columns: 132px minmax(0, 1fr);
    padding: 16px;
}

.fbk-result__image,
.fbk-cart-item__image {
    aspect-ratio: 1 / 1;
    background: #f6f6f6;
    border-radius: 6px;
    overflow: hidden;
}

.fbk-result__image img,
.fbk-cart-item__image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.fbk-result__title,
.fbk-cart-item__title {
    color: var(--black);
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.35;
    margin-bottom: 8px;
    text-decoration: none;
}

.fbk-result__text,
.fbk-cart-item__meta {
    color: #666;
    font-size: 14px;
    line-height: 1.45;
}

.fbk-result__bottom,
.fbk-cart-item__bottom {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    margin-top: 14px;
}

.fbk-result__price,
.fbk-cart-item__price,
.fbk-cart__total {
    color: var(--black);
    font-size: 18px;
    font-weight: 900;
}

.fbk-results--catalog {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.fbk-search-card {
    border: 1px solid var(--grey);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.fbk-search-card__image {
    align-items: center;
    background: #f7f7f7;
    display: flex;
    height: 230px;
    justify-content: center;
    padding: 12px;
    text-decoration: none;
}

.fbk-search-card__image img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.fbk-search-card .catalog__product--text {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 16px;
}

.fbk-search-card .catalog__product--title {
    color: var(--black);
    display: block;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 12px;
    text-decoration: none;
}

.fbk-search-card .catalog__product--title h2 {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

.fbk-search-card .catalog__product__description {
    color: var(--stroke);
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 14px;
}

.fbk-search-card .catalog__product--info {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    margin-top: auto;
}

.fbk-search-card .catalog__product--price {
    color: var(--black);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.catalog__product-cart-btn {
    background: var(--orange);
    border: 1px solid var(--orange);
    border-radius: 6px;
    color: var(--white);
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    min-height: 36px;
    padding: 0 14px;
    transition: var(--trans);
    white-space: nowrap;
}

.catalog__product-cart-btn:hover,
.catalog__product-cart-btn.fbk-added {
    background: var(--black);
    border-color: var(--black);
}

.fbk-cart__layout {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
}

.fbk-cart__panel {
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 20px;
}

.fbk-cart__form {
    display: grid;
    gap: 14px;
}

.fbk-cart__empty {
    background: #f7f7f7;
    border-radius: 8px;
    padding: 24px;
}

.fbk-cart__qty {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.fbk-cart__qty button,
.fbk-cart-item__remove {
    align-items: center;
    background: #f3f3f3;
    border: 0;
    border-radius: 6px;
    color: var(--black);
    cursor: pointer;
    display: inline-flex;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    min-width: 34px;
    padding: 0 10px;
}

.fbk-cart-item__remove {
    color: #b00020;
}

.fbk-cart-toast {
    align-items: center;
    background: var(--black);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
    color: var(--white);
    display: grid;
    gap: 14px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    max-width: min(440px, calc(100vw - 32px));
    opacity: 0;
    padding: 16px;
    pointer-events: none;
    position: fixed;
    right: 24px;
    top: 24px;
    transform: translateY(-18px);
    transition: opacity .24s ease, transform .24s ease;
    width: 440px;
    z-index: 500;
}

.fbk-cart-toast.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.fbk-cart-toast__icon {
    align-items: center;
    background: var(--orange);
    border-radius: 50%;
    display: flex;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.fbk-cart-toast__title {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;
}

.fbk-cart-toast__name {
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
    line-height: 1.35;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fbk-cart-toast__link {
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 6px;
    color: var(--white);
    font-size: 14px;
    font-weight: 900;
    padding: 10px 12px;
    text-decoration: none;
    transition: var(--trans);
    white-space: nowrap;
}

.fbk-cart-toast__link:hover {
    background: var(--orange);
    border-color: var(--orange);
}

@media (max-width: 900px) {
    .fbk-cart__layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .fbk-search-page__form {
        grid-template-columns: 1fr;
    }

    .fbk-result,
    .fbk-cart-item {
        grid-template-columns: 92px minmax(0, 1fr);
        padding: 12px;
    }

    .fbk-results--catalog {
        grid-template-columns: 1fr;
    }

    .fbk-cart-toast {
        left: 16px;
        right: 16px;
        top: 16px;
        width: auto;
    }
}


.header__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header__menu li {
    position: relative;
}

.header__menu>ul>li {
    display: inline-block;
    margin-right: 20px;
}

.header__menu li a {
    text-decoration: none;
    color: var(--white);
    padding: 10px 15px;
    display: block;
}

.header__menu ul ul {
    display: none;
    position: absolute;
    z-index: 20;
    top: 100%;
    left: 0;
    background: var(--black);
    border-radius: 8px;
    padding: 10px 0;
}

.header__menu ul ul ul {
    top: 0;
    left: 100%;
}

.header__menu li:hover>ul {
    display: block;
}

.header__menu ul ul li a {
    white-space: nowrap;
    padding: 10px 20px;
}

.header__menu ul ul li a:hover {
    background: var(--orange);
    color: var(--white);
}

.header__menu--list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header__menu--list li {
    position: relative;
    padding: 5px;
}

.header__menu--list .menu-link {
    text-decoration: none;
    display: block;
    width: 100%;
    /* padding: 10px 15px; */
}

.header__menu--list .has-submenu {
    position: relative;
}

.header__menu--list .submenu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 18px;
    transform: translateY(-50%);
}

.header__menu--list .submenu-toggle img {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.header__menu--list .submenu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 20px 0 0 15px;

}

.header__menu--list .submenu-open>.submenu {
    display: block;
}

.header__menu--list .submenu-open>.submenu-toggle img {
    transform: rotate(180deg);
}


.header__logo {
    max-width: 110px;
}

@media (min-width: 1024px) {
    .header__logo {
        max-width: 160px;
    }   
}

@media (min-width: 1300px) {

.catalog__main {
  position: relative; /* чтобы absolute-дерево позиционировалось от сюда */
}

/* дерево как было абсолютным */
.catalog__tree {
  position: absolute;
  top: 0;
  left: 0;
}
    /* “прокладка” держит высоту родителя */
.catalog__tree-fake {
  height: var(--tree-h, 0px);
  pointer-events: none;
}
}

/* End */
/* /local/templates/bitovki-template/assets/css/normalize.css?17146749321350 */
/* /local/templates/bitovki-template/assets/css/style.css?177867416954226 */
