@font-face {
    font-family: "Ubuntu";
    src: url("/local/templates/aspro_optimus/font/Ubuntu/Ubuntu-Light.woff2") format("woff2"), url("/local/templates/aspro_optimus/font/Ubuntu/Ubuntu-Light.woff") format("woff"), url("/local/templates/aspro_optimus/font/Ubuntu/Ubuntu-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Ubuntu";
    src: url("/local/templates/aspro_optimus/font/Ubuntu/Ubuntu-Regular.woff2") format("woff2"), url("/local/templates/aspro_optimus/font/Ubuntu/Ubuntu-Regular.woff") format("woff"), url("/local/templates/aspro_optimus/font/Ubuntu/Ubuntu-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Ubuntu";
    src: url("/local/templates/aspro_optimus/font/Ubuntu/Ubuntu-Medium.woff2") format("woff2"), url("/local/templates/aspro_optimus/font/Ubuntu/Ubuntu-Medium.woff") format("woff"), url("/local/templates/aspro_optimus/font/Ubuntu/Ubuntu-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Ubuntu";
    src: url("/local/templates/aspro_optimus/font/Ubuntu/Ubuntu-Bold.woff2") format("woff2"), url("/local/templates/aspro_optimus/font/Ubuntu/Ubuntu-Bold.woff") format("woff"), url("/local/templates/aspro_optimus/font/Ubuntu/Ubuntu-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

.bg_image_site { 
    display: none !important;
} 

.pl {
    --font-main: 'Ubuntu', sans-serif;

    --text-head-m: 700 16px / 1.25 var(--font-main);

    --text-body-l: 400 15px / 1.6 var(--font-main);
    --text-body-m: 400 14px / 1.6 var(--font-main);
    --text-body-s: 400 13px / 1.5 var(--font-main);
    --text-body-xs: 400 12px / 1.5 var(--font-main);

    --color-primary: #173C7D;
    --color-primary-light: #2d7fd4;
    --color-primary-variant: #0b4997;
    --color-primary-active: #07346d;

    --color-surface: #FFFFFF;
    --color-surface-light: #F6F6F7;
    --color-surface-active: rgba(66, 79, 96, .1);

    --color-elem-dark: #000000;
    --color-elem-middle: #383838;
    --color-elem-light: #888888;

    --color-border: #EAEBEC;
    --color-fields: #F7F7F7;

    --corners-m: 8px;
}

.pl-header {
    padding: unset !important;
    z-index: unset !important;
    right: unset !important;
    left: unset !important;

    max-width: 1208px;
    width: 100%;
    margin: 0 auto !important;
}

.pl-header__top {
    background: var(--color-surface-light);
    padding: 8px 24px;
    padding-right: 40px;
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: space-between;
    height: 32px;
    box-sizing: border-box;
}

.pl-header__part {
    display: flex;
    align-items: center;
    gap: 32px
}

.pl-header__part:first-child {
    gap: 24px;
    margin-left: 287px
}

.pl-header__link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font: var(--text-body-m);
    text-transform: uppercase;
    font-weight: 700;
    gap: 8px;
    line-height: 0;
    cursor: pointer;
    text-decoration: none;
    color: var(--color-primary);
    transition: .1s linear
}

.pl-header__link:hover {
    color: var(--color-primary-variant)
}

.pl-header__link svg,
.pl-header__link img {
    width: 16px;
    height: 16px
}

.pl-header__main {
    border-top: 1px solid var(--color-border);
    background: var(--color-surface);
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
    position: relative
}

.pl-header__main::after {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: var(--color-surface)
}

.pl-header__inner {
    margin-left: auto;
    display: flex;
    gap: 32px;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    padding-top: 7px;
    z-index: 99;
}

.pl-header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    max-width: 212px;
    width: 100%;
    padding: 8px 0
}

.pl-header__logo img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.pl-header__search {
    max-width: 223px;
    width: 100%
}

.pl-header-flags {
    font: var(--text-body-xs);
    color: var(--color-elem-light);
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1
}

.pl-header-flags__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px
}

.pl-header-flags__item {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .1s linear
}

.pl-header-flags__item img {
    max-width: 27px;
    height: auto
}

.pl-header-flags__item:hover {
    transform: scale(1.1)
}

.pl-header-city {
    font: var(--text-body-xs);
    color: var(--color-elem-light);
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1
}

.pl-header-city__button {
    outline: none;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    font: var(--text-body-s);
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    color: var(--color-primary);
    transition: .1s linear
}

.pl-header-city__button:hover {
    color: var(--color-primary-variant)
}

.pl-header__burger {
    display: none
}

@media screen and (max-width: 1208px) {
    .pl-header__logo {
        padding: 0
    }

    .pl-header__main {
        align-items: flex-start
    }
}

@media screen and (max-width: 950px) {
    .pl-header.is-fixed {
        position: fixed;
        top: 0;
        z-index: 9 !important;
        border-bottom: 1px solid #444F61;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    }

    .pl-header.is-fixed .pl-header__inner,
    .pl-header.is-fixed .pl-header__top {
        display: none;
    }

    .pl-header__top {
        flex-wrap: wrap
    }

    .pl-header__part:first-child {
        margin-left: 0
    }

    .pl-header__logo {
        order: 1
    }

    .pl-header__main {
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0
    }

    .pl-header__main::after {
        display: none
    }

    .pl-header__search {
        max-width: 100%;
        order: 1
    }

    .pl-header__inner {
        order: 3;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 16px;
        padding-top: 14px
    }

    .pl-header__burger {
        order: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--color-primary);
        width: 38px;
        height: 38px;
    }

    .pl-header__burger svg {
        height: 38px;
        width: 38px;
    }

    .pl-header__phones {
        order: 2
    }
}

@media screen and (max-width: 576px) {
    .pl-header {
        border-bottom: 1px solid var(--color-border)
    }

    .pl-header__top {
        height: 52px;
        padding: 0px 16px
    }

    .pl-header__main {
        padding: 16px
    }

    .pl-header__logo {
        max-width: 142px
    }

    .pl-header__part {
        flex-direction: row-reverse;
        justify-content: space-between;
        width: 100%
    }

    .pl-header__part:last-child {
        display: none
    }

    .pl-header-flags__list {
        gap: 24px
    }

    .pl-header-flags__text {
        display: none
    }

    .pl-header-flags__item img {
        max-width: 40px
    }
}

.pl-phones-block {
    display: flex;
    justify-content: center;
    line-height: 1.4;
    font: var(--text-body-m);
    gap: 24px
}

.pl-phones-block__date {
    font-weight: 500;
    text-align: right;
    line-height: inherit
}

.pl-phones-block__item {
    color: var(--color-elem-light);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: inherit
}

.pl-phones-block__link {
    font: inherit;
    color: var(--color-elem-dark);
    line-height: inherit
}

.pl-phones-block__link:hover {
    color: var(--color-primary-variant)
}

.pl-header__phones .pl-phones-block {
    align-items: flex-start;
    font: var(--text-body-m)
}

.pl-header__phones .pl-phones-block__date {
    line-height: 1.4;
    color: var(--color-elem-dark);
}

.pl-header__phones .pl-phones-block__title {
    line-height: .95
}

.pl-header__phones .pl-phones-block_footer {
    display: none
}

.pl-header__phones .pl-phones-block__link {
    font-size: 20px;
    font-weight: 500
}

.pl-footer__phones .pl-phones-block {
    align-items: flex-end;
    flex-direction: column;
    gap: 4px;
    text-align: right
}

.pl-footer__phones .pl-phones-block_header {
    display: none
}

.pl-footer__phones .pl-phones-block__item {
    align-items: flex-start
}

.pl-footer__phones .pl-phones-block__link {
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    line-height: 1.3
}

.pl-footer__phones .pl-phones-block__title {
    white-space: nowrap
}

.pl-footer__phones .pl-phones-block__name {
    font-weight: 700;
    line-height: 1.4;
    color: var(--color-elem-dark);
}

.pl-footer__phones .pl-phones-block__name_indent {
    margin-top: 12px
}

.pl-footer__phones .pl-phones-block__date {
    color: var(--color-elem-light);
    font-weight: 400
}

.pl-footer__phones .pl-phones-block__date br {
    display: none
}

@media screen and (max-width: 1208px) {
    .pl-header__phones .pl-phones-block {
        max-width: 420px;
        flex-wrap: wrap;
        justify-content: flex-end
    }
}

@media screen and (max-width: 950px) {
    .pl-header__phones {
        width: 100%;
    }

    .pl-phones-block {
        flex-direction: column;
        max-width: 361px;
        justify-content: flex-start;
        gap: 16px;
    }

    .pl-phones-block__date br {
        display: none;
    }

    .pl-phones-block__date {
        width: 100%;
        text-align: left;
    }

    .pl-phones-block__item {
        line-height: 1.15;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .pl-footer__phones .pl-phones-block {
        align-items: flex-start;
        text-align: left;
        gap: 3px
    }

    .pl-footer__phones .pl-phones-block__name_indent {
        margin-top: 20px
    }

    .pl-footer__phones .pl-phones-block__item {
        justify-content: flex-start;
        flex-direction: row;
        gap: 24px
    }
}

.pl-search {
    position: relative;
    width: 100%;
    z-index: 99;
}

.pl-search_header {
    position: static
}

.pl-search_header .pl-search__input {
    position: absolute;
    right: 0;
    top: 7px;
    z-index: 1;
    max-width: 223px;
    font: var(--text-body-m);
    border-radius: var(--corners-m);
    background: var(--color-fields);
    border: 1px solid var(--color-fields);
    padding: 0 16px;
    padding-right: 48px;
    height: 38px;
    color: var(--color-elem-middle);
    outline: none;
    transition: .1s .3s linear;
    width: 100%
}

.pl-search_header .pl-search__input::-webkit-input-placeholder {
    font: var(--text-body-m);
    color: var(--color-elem-light)
}

.pl-search_header .pl-search__input:-moz-placeholder {
    font: var(--text-body-m);
    color: var(--color-elem-light)
}

.pl-search_header .pl-search__input::-moz-placeholder {
    font: var(--text-body-m);
    color: var(--color-elem-light)
}

.pl-search_header .pl-search__input:-ms-input-placeholder {
    font: var(--text-body-m);
    color: var(--color-elem-light)
}

.pl-search_header .pl-search__input:hover {
    border-color: var(--color-primary-light)
}

.pl-search_header .pl-search__input:focus {
    transition: .1s linear;
    border-color: var(--color-primary);
    max-width: 100%;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    z-index: 2;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.pl-search_header .pl-search__results {
    position: absolute;
    width: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    z-index: 1;
    background: var(--color-surface);
    left: 0;
    top: 45px;
    border-bottom-left-radius: var(--corners-m);
    border-bottom-right-radius: var(--corners-m);
    overflow-y: auto;
    max-height: 618px;
    z-index: 3;
}

.pl-search_header .pl-search__results:empty {
    display: none
}

.pl-search_header .pl-search__head {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 16px;
    background: var(--color-surface-light);
    color: var(--color-elem-middle);
    font: var(--text-head-m);
    font-weight: 500;
    margin-bottom: 0 !important;
}

.pl-search_header .pl-search__result {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
    transition: .1s linear;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--color-border)
}

.pl-search_header .pl-search__result:hover {
    background: var(--color-surface-active)
}

.pl-search_header .pl-search__img {
    width: 80px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0
}

.pl-search_header .pl-search__img img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    mix-blend-mode: darken;
}

.pl-search_header .pl-search__price {
    color: var(--color-elem-middle);
    font: var(--text-head-m);
    word-wrap: none
}

.pl-search_header .pl-search__text {
    color: var(--color-primary);
    font: var(--text-body-m);
    display: inline-block;
    min-width: 250px
}

.pl-search_header .pl-search__text_bold {
    font-weight: 500
}

.pl-search_header .pl-search__text b {
    font-weight: inherit;
    color: #288731
}

.pl-search_header .pl-search__all {
    padding: 12px 16px;
    color: var(--color-primary);
    font: var(--text-body-s);
    font-weight: 500;
    display: flex;
    align-items: flex-end;
    gap: 4px
}

.pl-search_header .pl-search__all-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13px;
    height: 13px;
    background: var(--color-primary);
    color: var(--color-surface);
    border-radius: 100%;
    flex-shrink: 0;
    margin-bottom: 3px
}

.pl-search_header .pl-search__all-icon svg {
    transform: rotate(90deg);
    width: 6px;
    height: 6px
}

.pl-search_header .pl-search__all:hover {
    background: var(--color-surface-active)
}

.pl-search__button {
    cursor: pointer;
    outline: none;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .1s linear;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    font-size: inherit;
    position: absolute;
    height: 38px;
    width: 38px;
    top: 7px;
    right: 8px;
    color: var(--color-elem-dark);
    z-index: 2
}

.pl-search__button svg {
    width: 24px;
    height: 24px
}

.pl-search__button:hover svg {
    color: var(--color-primary-light)
}

@media screen and (max-width: 950px) {
    .pl-search_header {
        position: relative
    }

    .pl-search_header .pl-search__input {
        position: static;
        max-width: 100%
    }

    .pl-search_header .pl-search__button {
        top: 0
    }
}

@media screen and (max-width: 576px) {
    .pl-search {
        margin: 0 -16px;
        width: calc(100% + 32px)
    }

    .pl-search_header .pl-search__input {
        height: 44px;
        border-radius: 0
    }

    .pl-search_header .pl-search__button {
        height: 44px;
        width: 44px
    }
}

.pl-menu {
    padding: 0px 24px;
    position: sticky;
    top: 0;
    max-width: 1208px;
    width: 100%;
    margin: 0 auto;
    z-index: 89;
    box-sizing: border-box;
}

.pl-menu__head {
    display: none
}

.pl-menu__angle_mob {
    display: none;
}

.pl-menu__outer {
    position: relative
}

.pl-menu__list {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--color-primary);
    position: relative;
    z-index: 2;
}

.pl-menu__list.not-grow-items .pl-menu__item {
    flex-grow: unset;
    width: auto;
}

.pl-menu__link {
    padding: 0px 24px;
    text-transform: uppercase;
    color: var(--color-surface) !important;
    font: var(--text-body-s);
    font-weight: 700;
    transition: .1s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    gap: 12px;
    white-space: nowrap;
    box-sizing: border-box;
}

.pl-menu__catalog-burger {
    width: 12px;
    height: 12px
}

.pl-menu__item {
    position: relative;
    flex-grow: 1;
    width: 100%;
    box-sizing: border-box;
}

.pl-menu__item_dots {
    flex-grow: unset;
    max-width: 48px;
    cursor: pointer;
    display: none;
    min-width: 48px;
}

.pl-menu__item_dots .pl-menu__link {
    padding: 0;
}

.pl-menu__item_dots.is-active {
    display: flex;
}

.pl-menu__item_dots svg {
    width: 16px;
    height: 16px;
}

.pl-menu__subitem::before,
.pl-menu__feedback::before,
.pl-menu__item::before {
    display: none;
}

.pl-menu__item.is-opened {
    background: var(--color-primary-variant);
}

.pl-menu__item.active {
    background: var(--color-primary-active);
}

.pl-menu__item.is-opened .pl-menu__angle svg {
    transform: scale(1)
}

.pl-menu__item_catalog {
    background: #1A438B;
    max-width: 220px;
    min-width: 220px;
    flex-shrink: 0;
}

.pl-menu__item_catalog .pl-menu__link {
    padding-left: 18px;
    padding-right: 13px;
    width: 100%;
    justify-content: flex-start
}

.pl-menu__item_catalog .pl-menu__angle {
    pointer-events: none;
    background: rgba(0, 0, 0, 0);
    margin-left: auto;
    border: none
}

.pl-menu__item_catalog .pl-menu__angle svg {
    transform: scale(1, -1);
    width: 12px;
    height: 12px
}

.pl-menu__img {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.pl-menu__img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.pl-menu__feedback {
    order: 999;
    flex-grow: 1;
    max-width: 178px;
    flex-shrink: 0;
}

.pl-menu__button {
    width: 100%;
    white-space: nowrap;
    font: var(--text-body-s);
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    height: 48px;
    padding: 0px 12px;
    transition: .1s linear;
    line-height: normal !important;
    outline: none;
    border: 1px solid #288731;
    background: #288731;
    color: #fff;
    text-transform: uppercase
}

.pl-menu__button:hover {
    border-color: #185f1f;
    background: #185f1f
}

.pl-menu__button img {
    pointer-events: none;
    width: 16px;
    height: 16px
}

.pl-menu__sublist {
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    border-bottom: 1px solid var(--color-border);
    box-sizing: border-box;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 220px;
}

.pl-menu__sublist .pl-menu__item {
    border: 1px solid var(--color-border);
    background: #f9f9f9;
    border-bottom: none;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}

.pl-menu__sublist .pl-menu__link {
    padding: 11px 31px 13px 17px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--color-elem-middle) !important;
    text-transform: unset !important;
    font-family: var(--font-main);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.54;
    transition: .1s linear;
    position: relative;
}

.pl-menu__sublist.is-opened {
    display: flex;
}

.pl-menu__sublist.pl-menu__sublist_horizontal {
    border: 1px solid var(--color-border);
    padding: 12px;
    background: var(--color-surface);
    flex-direction: row;
    flex-wrap: wrap;
}

.pl-menu__sublist.pl-menu__sublist_horizontal .pl-menu__subitem {
    background: transparent;
    border: none;
    max-width: 300px;
}

.pl-menu__sublist.pl-menu__sublist_horizontal .pl-menu__subitem.active {
    background: var(--color-surface-active);
}

.pl-menu__sublist.pl-menu__sublist_horizontal .pl-menu__sublink {
    gap: 24px;
}

.pl-menu__sublist.pl-menu__sublist_horizontal .pl-menu__sublink::before {
    display: none;
}

.pl-menu__subitem {
    border: 1px solid var(--color-border);
    background: #f9f9f9;
    border-bottom: none;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}

.pl-menu__subitem .pl-menu__angle {
    display: flex; 
    align-items: center;
    justify-content: center;
    pointer-events: none;
    position: absolute;
    top: 19px;
    right: 16px;
}

.pl-menu__subitem .pl-menu__angle svg {
    width: 8px;
    height: 8px;
    transform: rotate(90deg);
}

.pl-menu__sublink {
    padding: 11px 31px 13px 17px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--color-elem-middle);
    font-family: var(--font-main);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.54;
    transition: .1s linear;
    position: relative;
}

.pl-menu__sublist .pl-menu__link::before,
.pl-menu__sublink::before {
    content: '';
    display: block;
    width: 3px;
    background: #07346d;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .1s linear;
}

.pl-menu__sublist .pl-menu__item.is-opened:not(.active) .pl-menu__link,
.pl-menu__subitem.is-opened:not(.active) .pl-menu__sublink {
    color: #083672;
    background: var(--color-surface);
}

.pl-menu__sublist .pl-menu__item.is-opened .pl-menu__link::before,
.pl-menu__subitem.is-opened .pl-menu__sublink::before  {
    opacity: 1;
}

.pl-menu__sublink:hover {
    color: #083672;
    background: var(--color-surface);
}

.pl-menu__subitem.active .pl-menu__sublink:hover {
    background: transparent;
}

.pl-menu__subitem.active {
    background: var(--color-primary-active);
}

.pl-menu__subitem.active .pl-menu__sublink {
    color: var(--color-surface);
}

.pl-menu__sublink:hover::before {
    opacity: 1;
}

.pl-menu__sublist_horizontal .pl-menu__subitem.active .pl-menu__sublink {
    color: var(--color-primary) !important;
}

@media screen and (max-width: 950px) {
    .pl-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100dvh;
        max-width: unset;
        background: var(--color-surface);
        z-index: 999;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .pl-menu:not(.is-active) {
        display: none;
    }

    .pl-menu__head {
        width: 100%;
        display: flex;
        justify-content: space-between;
        color: var(--color-primary);
        padding: 16px;
        box-sizing: border-box;
        border-bottom: 1px solid var(--color-border);
    }

    .pl-menu__back {
        transform: rotate(-90deg);
    }

    .pl-menu__back:not(.is-active) {
        opacity: 0;
    }

    .pl-menu__back,
    .pl-menu__close {
        transition: .1s linear;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pl-menu__back svg,
    .pl-menu__close svg {
        width: 24px;
        height: 24px;
    }

    .pl-menu__outer {
        height: 100%;
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .pl-menu__list {
        overflow: visible;
        box-sizing: border-box;
        flex-direction: column;
        height: 100%;
        background: var(--color-surface);
    }

    .pl-menu__item {
        background: transparent;
        flex-grow: unset;
        max-width: unset;
        min-width: unset;
        border-bottom: 1px solid var(--color-border);
        display: flex;
        justify-content: space-between;
    }

    .pl-menu__item.active .pl-menu__link {
        background: var(--color-primary-active) !important;
        color: var(--color-surface) !important;
    }

    .pl-menu__subitem.active .pl-menu__angle,
    .pl-menu__item.active .pl-menu__angle {
        background: var(--color-primary-active) !important;
        color: var(--color-surface) !important;
    }

    .pl-menu__item_dots {
        display: none;
    }

    .pl-menu__item_catalog .pl-menu__catalog-burger {
        display: none !important;
    }

    .pl-menu__angle_mob,
    .pl-menu__angle {
        position: static !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--color-primary);
        width: 48px;
        height: 100%;
        margin-left: auto;
        border-left: 1px solid var(--color-border) !important;
        flex-shrink: 0;
        pointer-events: auto !important;
        background: var(--color-surface) !important;
    }

    .pl-menu__angle_mob svg,
    .pl-menu__angle svg {
        width: 12px !important;
        height: 12px !important;
        transform: rotate(90deg) !important;
    }
    
    .pl-menu__item_catalog .pl-menu__link {
        padding: 0;
        padding-left: 16px;
    }

    .pl-menu__link {
        background: var(--color-surface) !important;
        color: var(--color-primary) !important;
        padding: 0;
        padding-left: 16px;
        justify-content: flex-start;
        font-weight: 500;
    }

    .pl-menu__feedback {
        display: flex;
        align-items: flex-end;
        max-width: 100%;
        width: 100%;
    }
    
    .pl-menu__sublist {
        left: 0 !important;
        top: 0 !important;
        max-height: 100dvh !important;
        height: 100%;
        max-width: 100%;
        z-index: 9;
        background: var(--color-surface);
    }

    .pl-menu__subitem {
        display: flex;
        align-items: center;
        background: var(--color-surface);
        border: none;
        border-bottom: 1px solid var(--color-border);
    }

    .pl-menu__sublink {
        color: var(--color-primary);
        text-transform: uppercase;
        min-height: 48px;
        padding: 8px 16px;
        border: none !important;
    }
    
    .pl-menu__sublist_horizontal {
        flex-direction: column !important;
        padding: 0 !important;
        border: none !important;
    }
    
    .pl-menu__sublist_horizontal .pl-menu__subitem {
        max-width: 100% !important;
        padding: 0px 16px !important;
        border-bottom: 1px solid var(--color-border) !important;
    }

    .pl-menu__sublist_horizontal .pl-menu__sublink {
        padding: 0;
    }

    .pl-menu__sublist_horizontal .pl-menu__sublink .pl-menu__img {
        display: none;
    }

    .pl-menu__sublist.pl-menu__sublist_horizontal .pl-menu__subitem.active {
        background: var(--color-primary-active);
    }

    .pl-menu__sublist_horizontal .pl-menu__subitem.active .pl-menu__sublink {
        color: var(--color-surface) !important;
    }
}

.pl-footer {
    padding: 32px 24px;
    background: var(--color-surface);
    max-width: 1208px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.pl-footer__credits {
    padding-top: 32px;
    border-top: 1px solid var(--color-border);
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px
}

.pl-footer__text {
    font: var(--text-body-s);
    color: var(--color-elem-dark);
    line-height: 1.5;
    margin-bottom: 0 !important;
}

.pl-footer__text_xs {
    font-style: italic;
    font-size: 10px;
    line-height: 2;
}

.pl-footer__menu {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px
}

.pl-footer__item {
    max-width: 299px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

.pl-footer__title {
    color: var(--color-elem-dark);
    font: var(--text-body-s);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px
}

.pl-footer__title:hover {
    color: var(--color-primary-variant)
}

.pl-footer__feedback {
    cursor: pointer;
    outline: none;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .1s linear;
    background: transparent;
    padding: 0;
    font: var(--text-body-l);
    font-size: 16px;
    line-height: 1;
}

.pl-footer__link {
    font: var(--text-body-s);
    color: var(--color-elem-light);
    line-height: 1.4
}

.pl-footer__link:not(:last-child) {
    margin-bottom: 6px
}

.pl-footer__link:hover {
    color: var(--color-primary-variant)
}

.pl-footer__wrapper {
    padding-bottom: 48px;
    display: flex;
    gap: 32px;
    justify-content: space-between
}

.pl-footer__phone {
    font: var(--text-body-l);
    font-size: 16px;
    color: var(--color-elem-dark)
}

.pl-footer__phone:hover {
    color: var(--color-primary-variant)
}

.pl-footer__socials {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px
}

.pl-footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    transition: .1s linear
}

.pl-footer__social:hover {
    transform: scale(1.1)
}

.pl-footer__social img {
    width: 100%;
    height: auto;
    border-radius: 10px
}

.pl-footer__inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-end
}

.pl-footer__aside {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-end;
    justify-content: space-between
}

.pl-footer__title-icon {
    display: none
}

@media screen and (max-width: 576px) {
    .pl-footer {
        padding-left: 16px;
        padding-right: 16px
    }

    .pl-footer__wrapper {
        flex-direction: column;
        padding-bottom: 0
    }

    .pl-footer__credits {
        border-top: none
    }

    .pl-footer__aside {
        align-items: flex-start;
        border-bottom: 1px solid var(--color-border);
        margin: 0px -16px;
        width: calc(100% + 32px);
        padding: 32px 16px;
        background: var(--color-surface-light);
        box-sizing: border-box;
    }

    .pl-footer__title {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 16px;
        margin-bottom: 8px;
        width: 100%
    }

    .pl-footer__link:not(:last-child) {
        margin-bottom: 16px
    }

    .pl-footer__item {
        max-width: 100%
    }

    .pl-footer__item:not(.is-opened) .pl-footer__title-icon svg {
        transform: scale(1, -1)
    }

    .pl-footer__item:not(.is-opened) .pl-footer__link {
        display: none
    }

    .pl-footer__item:not(.is-opened) .pl-footer__title {
        margin-bottom: 0;
    }

    .pl-footer__menu {
        gap: 16px
    }

    .pl-footer__title-icon {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-grow: 1;
        color: inherit;
        height: 20px
    }

    .pl-footer__title-icon svg {
        height: 11px;
        width: 11px
    }

    .pl-footer__socials {
        margin-top: 18px
    }

    .pl-footer__inner {
        align-items: flex-start
    }

    .pl-footer__feedback {
        margin-top: 8px
    }

    .pl-footer__text {
        line-height: 1.4
    }

    .pl-footer__text_xs {
        line-height: 2
    }
}

@media screen and (max-width: 400px) {
    body #header .basket_fly {
        position: static !important;
    }

    #basket_form {
        display: none !important;
    }
}