

/* Start:/local/templates/ampm-multilang/components/bitrix/menu/top/style.css?17325362381143*/
.header-nav {
}

.header-nav__list {
    display: flex;
}

.header-nav__item {

    &:has(.active) {
        position: relative;

        &:before {
            content: '';
            position: absolute;
            bottom: -2px;
            width: 100%;
            height: 1px;
            border-radius: 1px;
            background: var(--main-color-black);
        }
    }
}

.header-nav__item:not(:last-child) {
    margin-right: 50px;
}

.header-nav__item--active {
    position: relative;
}

.header-nav__item--active:before {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 1px;
    border-radius: 1px;
    background: var(--main-color-black);
}


.header-nav__link {
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 35px 0;
    margin: -35px 0;
    cursor: pointer;
}

.header-nav__link:hover,
.header-nav__link.active {
    color: var(--main-color-gray);
}

@media (max-width: 1299px) {
    .header-nav__item--collections {
        display: none;
    }
}
/* End */


/* Start:/local/templates/ampm-multilang/components/ampm/system.empty/header-contact/style.css?17321106351197*/
.header-city {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.header-city__btn {
    display: flex;
    align-items: center;
    background: transparent;
    padding: 0;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.header-city__btn svg {
    margin-left: 10px;
    stroke: var(--main-color-black);
}

/*header-phone*/
.header-phone {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    background: transparent;
    padding: 0;
}

.header-phone__text {
    display: flex;
    position: relative;
    padding-right: 40px;
    align-items: center;
}

.header-phone__img {
    position: absolute;
    right: 0;
    z-index: -1;
}

.header-phone svg {
    margin-left: 10px;
}

.header-phone > svg {
    stroke: var(--main-color-black);
}
/* End */


/* Start:/local/templates/ampm-multilang/components/ampm/system.empty/contacts/style.css?17321106352031*/
.footer__contacts {

}

.footer__contacts-title {
    display: block;
    width: max-content;
    margin-bottom: 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.footer__contacts-phone {
    text-decoration: none;
    display: block;
    width: max-content;
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 130%;
    font-weight: 400;
}

.footer__contacts-hours {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 130%;
    color: var(--main-color-gray);
}

.footer__contacts-whatsapp {
    display: flex;
    align-items: center;
    color: var(--main-color-gray);
    font-size: 11px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 8px;
}

.footer__contacts-whatsapp a {
    font-size: 12px;
    line-height: normal;
    margin: 0 0 0 4px;
}

.footer__contacts-mail {
    display: block;
    width: max-content;
    text-decoration: none;
    font-size: 12px;
    line-height: normal;
    font-weight: 400;
    letter-spacing: 0.25px;
    padding: 5px 0 5px 30px;
    margin: 20px 0
}

.visible-footer .footer__contacts-mail {
    background: url(/local/templates/ampm-multilang/components/ampm/system.empty/contacts/./images/mail.svg) no-repeat 0 0;
}

.footer__contacts-buttons {
    display: flex;
    align-items: center;
}

.footer__contacts-btn {
    display: flex;
    align-items: center;
    position: relative;
    color: var(--main-color-gray);
    font-size: 11px;
    font-weight: 400;
    line-height: 22px;
    border-radius: 4px;
    background: transparent;
    padding: 0 8px 0 20px;
    border: 1px solid var(--main-color-gray);
}

.footer__contacts-btn:not(:last-child) {
    margin-right: 4px;
}

.footer__contacts-btn:before {
    content: '';
    position: absolute;
    left: 8px;
    display: block;
    width: 8px;
    height: 9px;
}

.visible-footer .footer__contacts-btn:before {
    background: url("/local/templates/ampm-multilang/components/ampm/system.empty/contacts/./images/ico_like.svg") no-repeat 0 0;
}

.footer__contacts-btn--dislike:before {
    transform: rotate(180deg);
}
/* End */


/* Start:/local/templates/ampm-multilang/components/ampm/system.empty/social/style.css?1732110635685*/
.footer__social {
    margin-top: 20px;
}

.footer__social-title {
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.footer__social-link {
    display: inline-block;
    background-size: cover !important;
    background-position: center center !important;
    width: 16px;
    height: 16px;
    text-decoration: none;
}

.footer__social-link:not(:last-child) {
    margin-right: 22px;
}

.footer__social-link img {
    max-width: 100%;
}

@media (max-width: 991px) {
    .footer__social {
        margin-top: 24px;
    }

    .footer__social-title {
        display: none;
    }
}
/* End */


/* Start:/local/templates/ampm-multilang/components/bitrix/menu/catalog_footer/style.css?17321106351592*/
.footer-nav {
}

.footer-nav__list {
}

.footer-nav__item {
    margin-bottom: 14px;
}

.footer-nav__link {
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
}

.footer-nav__sub-list {
    padding: 16px 0 1px;
}

.footer-nav__link--sub-list {
    text-transform: none;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

.footer-nav__item-ico {
    display: none;
    position: absolute;
    right: 0;
    top: 10px;
    border: 1px solid var(--main-color-gray);
    border-radius: 100%;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
}

.footer-nav__item-ico svg {
    stroke: #fff;
    width: 16px;
    height: 16px;
}

.footer-nav__item.active .footer-nav__item-ico svg {
    transform: rotate(180deg);
}

@media (max-width: 1131px) {
    .footer-nav__sub-list {
        padding: 14px 0 1px;
    }
}

@media (max-width: 991px) {
    .footer-nav__item {
        margin-bottom: 0;
        position: relative;
    }

    .footer-nav__link {
        font-size: 13px;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: 1.2px;
    }

    .footer-nav__sub-list {
        padding: 0;
        margin-left: 20px;
        display: none;
    }

    .footer-nav__item-ico {
        display: flex;
    }

    .footer-nav__link--sub-list {
        font-size: 13px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 1.2px;
    }
}
/* End */


/* Start:/local/templates/ampm-multilang/components/ampm/system.empty/dropdown-menu/style.css?17435835274142*/
.dropdown-menu {
    display: none;
    justify-content: center;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 0 #E4E7EA;
}

.dropdown-menu:before {
    content: '';
    position: absolute;
    width: 100%;
    box-shadow: 0 0 0 1px #00000040;
}

.dropdown-menu.active {
    display: flex;
}

.dropdown-menu__groups {
    position: relative;
    display: flex;
    padding: 20px 15px;
    width: 100%;
    max-width: 1235px;
}

.dropdown-menu__group {
}

.dropdown-menu__group:not(:last-child) {
    margin-right: 40px;
}

.dropdown-menu__group-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.2px;
    cursor: pointer;
    text-decoration: none;
}

.dropdown-menu__group.active .dropdown-menu__group-title,
.dropdown-menu__group:hover .dropdown-menu__group-title {
    color: var(--main-color-gray);
}

.dropdown-menu__group:hover .dropdown-menu__group-title svg path {
    stroke: var(--main-color-gray);
}

.dropdown-nav {
    display: none;
    position: absolute;
    width: 100%;
    height: 590px;
    top: 100%;
    left: 0;
    background: #eee;

    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    border-left: 2px solid #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.dropdown-menu__group.active .dropdown-nav {
    display: flex;
}

.dropdown-nav__img {
    width: 885px;
    position: relative;
}

.dropdown-nav__img-item {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    transition: all 0.3s ease-in-out;
}

.dropdown-nav__img-item:first-child {
    opacity: 1;
    z-index: 1;
}

.dropdown-nav__img-item.active {
    opacity: 1;
    z-index: 2;
}

.dropdown-nav__img-title {
    position: absolute;
    top: 20px;
    left: 33px;
    padding: 12px 15px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.50);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.dropdown-nav__img-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: left top;
}


.dropdown-nav__list {
    flex: 1;
    padding: 12px 0 12px 10px;
}

.dropdown-nav__item {
}

.dropdown-nav__item:not(:last-child) .dropdown-nav__sub-list {
    margin-bottom: 19px;
}

.dropdown-nav__link {
    display: block;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-decoration: none;
    padding: 5px 10px;
}

.dropdown-nav__sub-list {

}

.dropdown-nav__sub-item {
}

.dropdown-nav__sub-link {
    position: relative;
    display: block;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration: none;
    padding: 6px 30px 4px 20px;
    border-radius: 5px 0 0 5px;
}

.dropdown-nav__sub-link:hover {
    background: #fff;
}

.dropdown-nav__sub-link:hover:after {
    content: '';
    position: absolute;
    top: 6px;
    right: 8px;
    display: block;
    background: url("/local/templates/ampm-multilang/components/ampm/system.empty/dropdown-menu/./img/ico.svg") no-repeat 0 0;
    width: 16px;
    height: 17px;
}

.menu-overflow {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--main-color-black);
    opacity: 0;
    z-index: 4;
    transition: all 0.3s ease-in-out;
}

.menu-overflow.active {
    display: block;
    opacity: 0.6;
}

@media (max-width: 1299px) {
    .dropdown-menu.active {
        justify-content: flex-end;
    }

    .dropdown-menu__groups {
        max-width: 97%;
    }

    .dropdown-menu__group:not(:last-child) {
        margin-right: 24px;
    }

    .dropdown-nav__img {
        width: calc(100% - 350px);
        max-width: 885px;
    }
}

@media (max-width: 1131px) {

    .dropdown-menu__group:not(:last-child) {
        margin-right: 20px;
    }

    .dropdown-menu__group-title {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .dropdown-menu,
    .dropdown-menu.active {
        display: none;
    }

    .menu-overflow,
    .menu-overflow.active {
        display: none !important;
    }
}
/* End */


/* Start:/local/templates/ampm-multilang/template_styles.css?176417023914452*/
:root {
    --main-color-black: #1D1D1D;
    --main-color-gray: #888;
    --border-color-gray: #DADADA;
    --main-color-red: #FF0000;
    --main-color-link: #1E52D6;
    --main-color-red-hover: #C00000;
    --max-desc: 1131px;
    --max-table: 991px;
}

html {
    width: 100%;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

body {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    font-family: "Tondo Corp", sans-serif;
    text-align: left;
    color: var(--main-color-black);
    --padding-overflow: 0;
}

body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

img,
table {
    border: none;
}

table {
    border-collapse: collapse;
}

table td {
    padding: 0;
}

a {
    color: var(--main-color-black);
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

input,
textarea,
button,
select {
    margin: 0;
    outline: none;
    box-sizing: border-box;
    font-size: 14px;
    border: 0;
    font-family: "Tondo Corp", serif;
}

button,
input[type='submit'] {
    cursor: pointer;
    border: 0;
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

section,
header,
footer,
nav,
main {
    display: block;
}

* {
    outline: none !important;
    box-sizing: border-box;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
    color: transparent;
}


body.overflow {
    overflow: hidden;
}

.btn {
    background: transparent;
    border-radius: 10px;
    margin: 0;
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    border: 1px solid #555;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.btn--bold {
    font-weight: bold;
}

.btn--red {
    background-color: #fff;
    color: var(--main-color-red);
    border-color: var(--main-color-red);
    transition: all 0.3s ease-in-out;
}

.btn--red:hover {
    color: var(--main-color-red-hover);
    border-color: var(--main-color-red-hover);
}

.btn--red-full {
    background-color: var(--main-color-red);
    color: #fff;
    border-color: var(--main-color-red);
    transition: all 0.3s ease-in-out;
}

.btn--red-full:hover {
    background-color: var(--main-color-red-hover);
    border-color: var(--main-color-red-hover);
}

.btn--black-full {
    background-color: var(--main-color-black);
    color: #fff;
    border-color: var(--main-color-black);
    transition: all 0.3s ease-in-out;
}

.btn--black-full:hover {
    opacity: 0.9;
}

.btn--white-full {
    background-color: #fff;
    color: var(--main-color-black);
    border: 1px solid var(--border-color-gray);
    transition: all 0.3s ease-in-out;
}

.btn--white-full:hover {
    opacity: 0.9;
}

.btn--full {
    width: 100%;
}

/*header*/
.header {
    box-shadow: 0 1px 0 #E4E7EA;
    position: sticky;
    z-index: 100;
    top: 0;
    background: #fff;
    width: 100%;
    padding-right: var(--padding-overflow);
}

.header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
}

.header__back {
}

.header__back-link {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 16.35px;
    letter-spacing: 1.2px;
    text-decoration: none;
    text-transform: uppercase;
}

.header__back-link svg {
    margin-right: 16px;
}

.header__logo {

}

.header__logo-link {
    text-decoration: none;
    display: flex;
}

.header__logo-link svg {
    width: 138px;
}

.header__logo-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.25px;
    padding-left: 16px;
    margin-left: 16px;
    border-left: 1px solid var(--main-color-black);
}

.header__menu {
    display: flex;
    align-items: center;
}

.header__contacts {
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 279px;
    height: 17px;
    padding: 4px 0;
    box-sizing: content-box;
}

.header__contacts-wrap {
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s linear;
}

.active-phone .header__contacts-wrap {
    transform: translate3d(0, -17px, 0);
}

.header__contacts .header-city {
    transform: rotateX(0deg);
    transition: transform 0.3s linear;
}

.header__contacts .header-phone {
    transform: rotateX(90deg);
    transition: transform 0.3s linear;
}

.active-phone .header-city {
    transform: rotateX(90deg);
}

.active-phone .header-phone {
    transform: rotateX(0deg);
}

.header__icons {
    display: flex;
    align-items: flex-end;
}

.header-icon {

}

.header-icon--mob {
    display: none;
    height: 100%;
}

.header-icon:not(.header-icon--mob) {
    margin-right: 31px;
}

.header-icon:has(.header-icon__btn--country) {
    margin: 0;
}

.header-icon.header-icon--mob:not(:last-child) {
    margin-right: 0;
}

.header-icon.header-icon--mob.is-whatapp {
    order: -1;
    height: 33px;

    display: flex;
    align-items: center;

    & .header-icon__btn {
        border-radius: 100%;
        width: 25px;
        height: 25px;
        background-size: 16px 16px !important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    }
}

.header-icon--search {
    width: 56px;
    display: flex;
    justify-content: end;
}

#popup_search {
    width: 100%;
    z-index: 10;
}

.popup_search {
    position: relative;
}

.popup_search__wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 90px;
    background: #fff;
    overflow: hidden;
    padding: 25px 0;
    transition: width .2s ease-in-out;
}

.header-icon__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    background: transparent;
    padding: 0;
}

.header-icon__btn svg {
    fill: transparent;
}

.close-menu,
.open-menu svg {
    display: none;
}

.open-menu .close-menu {
    display: block;
}

.header-icon--mob .header-icon__btn {
    width: 45px;
    height: 100%;
    justify-content: center;
}

.header-icon__btn--country {
    flex-direction: row;
    padding-bottom: 7px;
}

.header-icon__btn-text {
    font-weight: 400;
    font-size: 11px;
    line-height: normal;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    text-decoration: none;
}

.header-icon__btn-text--country {
    font-size: 20px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}

.header-icon__btn-text--user {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 56px;
}

[data-entity="btn-favorite"],
[data-entity="btn-cart"] {
    position: relative;
}

[data-entity="btn-favorite"]:before,
[data-entity="btn-cart"]:before {
    content: attr(data-count);
    position: absolute;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    width: 15px;
    height: auto;
    line-height: 15px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #D61E3D;
    top: -2px;
    left: 50%;
}

@media (max-width: 1131px) {
    .header__logo-title {
        display: none;
    }
}

@media (max-width: 991px) {
    .header {
        top: -50px;
        transition: top 0.3s linear;
    }

    .open-head .header {
        top: 0;
    }

    .header__wrap.wrap {
        height: 50px;
        padding: 0 0 0 10px;
    }

    .header__icons {
        height: 48px;
    }

    .header__menu,
    .header__contacts,
    .header-icon:not(.header-icon--mob) {
        display: none;
    }

    .header-icon:not(:last-child) {
        margin: 0;
    }

    .header-icon.header-icon--mob.is-whatapp {
        order: initial;
        height: inherit;
    }

    .header__logo-link svg {
        width: 94px;
    }

    .header__logo-title {
        display: inline-block;
        font-size: 10px;
        font-weight: 400;
    }

    .header-icon--mob {
        display: block;
    }

    .popup_search__wrap {
        display: none;
        width: 100%;
        top: 100%;
        bottom: initial;
        height: initial;
        padding: 0;
        border-radius: 0 0 10px 10px;
        margin-top: 1px;
        transition: height .2s ease-in-out;
    }

    .popup_search__form {
        padding: 20px 10px 10px;
    }

    .popup_search__wrap.active {
        display: block;
    }
}

/*main*/
.main {
    flex: 1;
    padding-right: var(--padding-overflow);
}

.content {
    display: flex;
    margin-bottom: 20px;
}

.content__nav {
    width: 449px;

    @media (max-width: 991px) {
        display: none;
    }
}

.content__nav--right {
    order: 2;
    margin-left: 22px;
}

.content__nav--left {
    margin-right: 22px;
}

.content__wrap {
    flex: 1;
    max-width: 100%;
    @media (max-width: 991px) {
        width: 100%;
    }
}

/*wrap*/
.wrap {
    margin: 0 auto;
    max-width: 1600px;
    padding: 0 26px;
}

@media (max-width: 991px) {
    .wrap {
        margin: 0 auto;
        padding: 0 10px;
    }
}

/*footer*/
.footer {
    background: var(--main-color-black);
    color: #fff;
    padding: 32px var(--padding-overflow) 11px 0;
}

.footer a {
    color: #fff;
}

.footer a svg {
    width: 137px;
    fill: #fff;
}

.footer .wrap {
    position: relative;
    max-width: 1300px;
}

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

.footer__column-logo {
    max-width: 310px;
    margin-right: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer__column-menu {
    flex: 1;
    display: flex;
}

.footer__column-auth {
    width: 292px;
}

.footer__auth-title {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer__auth-subtitle {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 20px;
}

.footer__logo {
    margin-bottom: 80px
}

.footer__logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.footer__logo-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.25px;
    padding-left: 16px;
    margin-left: 16px;
    border-left: 1px solid #fff;
}

.footer__to-top {
    position: absolute;
    right: 26px;
    bottom: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
}

.visible-footer .footer__to-top {
    background: url(/local/templates/ampm-multilang/./img/totop.svg);
}

.footer__nav {

}

.footer__nav:not(:last-child) {
    margin-right: 122px;
}

.footer__copy {
    padding-top: 20px;
    font-size: 11px;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

.footer__copy a {
    color: rgba(255, 255, 255, 0.5);
}

.popup_menu {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 10px;
    max-height: calc(100vh - 50px - 50px - 20px);
    height: 100vh;
    border-radius: 0 0 10px 10px;
    z-index: 999;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 20px 0 0 #fff;
}

.popup_menu.active {
    display: block;
}

.location-search .popup_menu {
    overflow: initial;
}

.popup_menu__wrap {
    background: #fff;
    border-radius: 0 0 10px 10px;
    height: 100%;
}

.popup_menu__overflow {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--main-color-black);
    opacity: 0;
    z-index: 98;
    transition: all 0.3s ease-in-out;
}

.popup_menu__overflow.active {
    display: block;
    opacity: 0.6;
}

@media (max-width: 1131px) {
    .footer__logo {
        margin-bottom: 70px;
    }

    .footer__contacts-title {
        margin-bottom: 32px;
    }

    .footer__contacts-mail {
        margin: 30px 0;
    }

    .footer__column-logo {
        margin-right: 48px;
    }

    .footer__logo-title {
        display: none;
    }

    .footer__nav {
        margin: 0;
    }

    .footer__nav:not(:last-child) {
        margin-right: 39px;
    }

    .footer__column-auth {
        width: 221px;
    }
}

@media (max-width: 991px) {
    .footer {
        padding-top: 24px;
        overflow: hidden;
    }

    .footer__columns {
        flex-direction: column;
    }

    .footer__column-logo {
        max-width: 100%;
        margin: 0;
    }

    .footer__logo-title {
        display: inline-block;
        font-size: 9px;
        text-transform: uppercase;
    }

    .footer__logo {
        margin-bottom: 24px;
        padding: 9px 0;
    }

    .footer a svg {
        width: 94px;
    }

    .footer__contacts {
        display: flex;
        align-items: baseline;
        margin-bottom: 24px;
    }

    .footer__contacts-title,
    .footer__contacts-hours,
    .footer__contacts-whatsapp,
    .footer__contacts-mail {
        display: none;
    }

    .footer__contacts-phone {
        order: 1;
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 1.2px;
        margin: 0 0 0 10px;
    }

    .footer__contacts-btn:not(:last-child) {
        margin-right: 10px;
    }

    .footer__to-top {
        bottom: initial;
        top: 0;
        right: 10px;
    }

    .footer__copy {
        padding-top: 24px;
        font-size: 10px;
        font-weight: 300;
        line-height: 13px;
    }

    .footer__copy a {
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 100%;
        white-space: nowrap;
    }

    .footer__column-auth {
        width: 100%;
        padding-right: 34px;
    }

    .footer__auth-title {
        font-size: 13px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 1.2px;
        margin: 0;
    }

    .footer_one {
        display: none;
    }

    .footer__nav {
        width: 100%;
    }

    .footer__auth-subtitle {
        margin-bottom: 0;
    }
}

/**/
.scroll-table {
    overflow-x: scroll;
}

.color-table {
    & td,
    & th {
        padding: 20px;
        width: auto;
        text-align: center;
    }

    & tr:first-child td,
    & tr:first-child th {
        background-color: gainsboro;
    }
}

[data-popup] {
    display: none;
}
/* End */
/* /local/templates/ampm-multilang/components/bitrix/menu/top/style.css?17325362381143 */
/* /local/templates/ampm-multilang/components/ampm/system.empty/header-contact/style.css?17321106351197 */
/* /local/templates/ampm-multilang/components/ampm/system.empty/contacts/style.css?17321106352031 */
/* /local/templates/ampm-multilang/components/ampm/system.empty/social/style.css?1732110635685 */
/* /local/templates/ampm-multilang/components/bitrix/menu/catalog_footer/style.css?17321106351592 */
/* /local/templates/ampm-multilang/components/ampm/system.empty/dropdown-menu/style.css?17435835274142 */
/* /local/templates/ampm-multilang/template_styles.css?176417023914452 */
