.header-top {
    max-width: 100%;
    padding: 17px 0;
    background-color: #fff;
}

@media screen and (max-width: 992px) {
    .header-top {
        width: 100%;
        border-bottom: 1px solid var(--light-gray);
    }

}

/*-------------- STICKY HEADER --------------*/

.intec-template .intec-template-layout {
    height: auto;
}

.intec-template .intec-template-layout .intec-template-layout-header {
    position: sticky;
    top: 0;
    z-index: 10;
}

@media screen and (max-width: 992px) {
    .sale-basket-small-content,
    .ns-intec-universe.c-sale-basket-small.c-sale-basket-small-panel-1 {
        display: none !important;
    }
}


@media screen and (max-width: 576px) {
    .header-top {
        padding: 10px 0;
    }
}

.header-top__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top__left-wrap {
    display: flex;
    align-items: center;
}

.header-top__logo {
    width: 150px;
    margin-right: 140px;
    display: block;
}

.header-top__logo_mob {
    display: none;
}

@media screen and (max-width: 1600px) {
    .header-top__logo {
        margin-right: 50px;
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .header-top__logo {
        width: 100px;
        margin-right: 30px;
    }
}

@media screen and (max-width: 576px) {
    .header-top__logo_desk {
        display: none;
    }

    .header-top__logo_mob {
        display: block;
    }

    .header-top__logo {
        width: 45px;
    }
}

.header-top__logo img {
    width: 100%;
}

@media screen and (max-width: 992px) {
    .header-top__menu {
        display: none;
    }
}

.header-top__right-wrap {
    display: flex;
}

.header-phones {
    margin-right: 30px;
    display: flex;
    align-items: center;
    position: relative;
}

@media screen and (max-width: 992px) {
    .header-top__right-wrap,
    .header-top__left-wrap {
        z-index: 310;
    }

    .header-top__right-wrap .header-phones {
        display: none;
    }
}

.header-phones__phone {
    max-width: max-content;
    color: var(--black);
    text-decoration: none !important;
    transition: .3s;
}

.header-phones__phone.fira-sans-18 {
    font-weight: 600;
}

.header-phones__phone:hover,
.header-phones__phone:focus-visible {
    color: var(--gray);
}

.header-phones > svg {
    margin-left: 10px;
    transition: .3s;
}

.header-phones > svg path {
    transition: .3s;
}

.header-phones:hover > svg {
    transform: rotate(180deg) translateY(25%);
}

.header-phones:hover > svg path {
    fill: var(--gray);
}

.header-phones__modal {
    width: 340px;
    padding: 20px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 300;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
}

.header-phones:hover .header-phones__modal {
    opacity: 1;
    pointer-events: fill;
}

.header-phones__item:not(:last-of-type) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--light-gray);
}

.header-phones__text {
    margin: 5px 0 0;
    color: var(--gray);
}

a.header-phones__text {
    max-width: max-content;
    text-decoration: underline;
    display: block;
}

a.header-phones__text:hover,
a.header-phones__text:focus-visible {
    color: var(--black);
}

.mm-socials {
    display: flex;
    align-items: center;
}

.mm-socials__item {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border: 1px solid var(--black);
    background: var(--icon) no-repeat center / 18px auto;
    transition: .3s;
}

.mm-socials__item:hover,
.mm-socials__item:focus-visible {
    border-color: var(--yellow);
    background: var(--icon) no-repeat center / 18px auto, var(--yellow);
}

.mm-socials__item:last-of-type {
    margin: 0;
}

.mm-header .mm-socials {
    margin-top: 20px;
}

.header-icons {
    margin-right: -20px;
    display: flex;
    align-items: center;
}

.header-icon {
    max-width: max-content;
    width: 24px;
    height: 24px;
    margin-right: 20px;
    display: block;
    cursor: pointer;
    transition: .3s;
}

.header-icon:hover,
.header-icon:focus-visible {
    opacity: .7;
}

.header-icon svg {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1200px) {
    .header-icons {
        margin-right: -15px;
    }

    .header-icon {
        width: 20px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 992px) {
    .header-icons {
        margin-right: 0;
    }

    .header-icon {
        max-width: unset;
        width: 35px;
        height: 35px;
        margin-right: 10px;
        border-radius: 50%;
        background-color: var(--yellow);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-icon svg {
        width: 17px;
        height: 17px;
    }

    .header-icon_active circle {
        fill: var(--black);
    }
}

@media screen and (max-width: 576px) {
    .header-icon {
        margin-right: 5px;
    }
}

@media screen and (max-width: 992px) {
    .header-top__right-wrap .header__call-btn {
        display: none;
    }
}

.header-top__burger {
    max-width: unset;
    width: 35px;
    height: 35px;
    border: none;
    background: var(--black);
    border-radius: 50%;
    display: none;
    position: relative;
    z-index: 310;
}


@media screen and (max-width: 992px) {
    .header-top__burger {
        display: block;
    }
}

.header-top__burger span {
    width: 15px;
    height: 2px;
    background-color: #fff;
    border-radius: 20px;
    display: block;
    position: absolute;
    right: 10px;
    transition: .3s;
}

.header-top__burger span:nth-child(1) {
    top: 12px;
}

.header-top__burger span:nth-child(2),
.header-top__burger span:nth-child(3) {
    top: 17px;
}

.header-top__burger span:nth-child(4) {
    width: 10px;
    top: 22px;
}

.header-top__burger.active span:nth-child(2) {
    transform: rotate(-45deg);
}

.header-top__burger.active span:nth-child(3) {
    transform: rotate(45deg);
}

.header-top__burger.active span:nth-child(1),
.header-top__burger.active span:nth-child(4) {
    opacity: 0;
}


/*-------------------- HEADER ASIDE --------------------*/

.header-aside {
    width: 100%;
    height: 100dvh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    transform: translateX(100%);
    transition: .6s;
    display: none;
}

.admin .header-aside {
    padding-top: var(--panel-height);
}

@media screen and (max-width: 992px) {
    .header-aside {
        display: block;
    }
}

.header-aside.active {
    transform: translateX(0);
}

.header-aside__top {
    height: var(--header-height);
}

.header-aside__wrapper {
    height: calc(100dvh - var(--header-height));
    overflow: auto;
    position: relative;
}

.admin .header-aside__wrapper {
    height: calc(100dvh - var(--header-height) - var(--panel-height));
}

.header-aside__wrapper::-webkit-scrollbar {
    width: 0;
}

.header-aside__wrapper-bottom {
    padding: 30px;
}

@media screen and (max-width: 576px) {
    .header-aside__wrapper-bottom {
        padding: 20px 15px 30px;
    }
}

.header-aside__wrapper-bottom .header-phones {
    margin: 0 0 30px;
    display: block;
}

.header-aside__wrapper-bottom .header__call-btn {
    max-width: 345px;
    width: 100%;
}

.header-aside__menu {
    border-top: 1px solid var(--light-gray);
}

/*-------------------- FOOTER --------------------*/

.footer_top {
    padding: 50px 0;
    background-color: #fff;
    color: var(--black);
}

.footer_bottom {
    padding: 10px 0;
    background-color: var(--black);
    color: #fff;
}

@media screen and (max-width: 992px) {
    .footer_top,
    .footer_bottom {
        padding: 30px 0;
    }
}

@media screen and (max-width: 576px) {
    .footer_bottom {
        padding: 20px 0;
    }
}

.footer__flex {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

@media screen and (max-width: 992px) {
    .footer__flex {
        flex-direction: column;
    }
}

.footer__column {
    max-width: 405px;
    margin-right: 30px;
    flex: 1 1 0px;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 993px) {
    .footer__column:last-of-type {
        margin: 0;
    }
}

@media screen and (max-width: 992px) {
    .footer__column {
        max-width: unset;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .footer_top .footer__column:nth-of-type(2) {
        order: 1;
        margin-bottom: 0;
    }

    .footer_bottom .footer__column {
        margin-bottom: 10px;
    }

    .footer_bottom .footer__column:last-of-type {
        margin-bottom: 0;
    }
}

.footer__logo {
    width: 260px;
    margin-bottom: 30px;
    display: block;
}

@media screen and (max-width: 576px) {
    .footer__logo {
        width: 150px;
        margin-bottom: 20px;
    }
}

.footer__logo img {
    width: 100%;
    object-fit: contain;
}

.footer__text {
    margin-bottom: 30px;
}

.footer__text * {
    font-family: var(--fira-sans), sans-serif;
    font-size: 18px;
    line-height: 140%;
}

.footer__text > *:first-child {
    margin-top: 0;
}

.footer__text > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .footer__text {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 576px) {
    .footer__text * {
        font-size: 16px;
    }
}

.footer__copyright {
    margin: auto 0 0;
    color: var(--gray);
}

.footer__copyright_mob {
    display: none;
}

@media screen and (max-width: 992px) {
    .footer__copyright_desk {
        display: none;
    }

    .footer__copyright_mob {
        margin-top: 30px;
        display: block;
    }
}

.footer__menu {
    display: flex;
    margin-right: -30px;
}

.footer__menu .footer-menu {
    margin-right: 30px;
}

.footer__menu > * {
    flex: 1 1 0px;
}

@media screen and (max-width: 576px) {
    .footer__menu {
        margin-right: 0;
        flex-direction: column;
    }

    .footer__menu .footer-menu {
        margin-right: 0;
    }
}

.footer__phone {
    max-width: max-content;
    color: var(--black);
    text-decoration: none !important;
    transition: .3s;
}

.footer__phone:hover,
.footer__phone:focus-visible {
    color: var(--gray);
}

@media screen and (max-width: 1200px) {
    .footer__phone.fira-sans-40 {
        font-size: 25px;
    }
}

.footer__contact-text {
    margin: 10px 0 0;
    color: var(--gray);
}

a.footer__contact-text {
    max-width: max-content;
    text-decoration: underline;
    display: block;
}

a.footer__contact-text:hover,
a.footer__contact-text:focus-visible {
    color: var(--black);
}

.footer .mm-socials {
    margin: 30px 0;
}

.footer__call-btn.yellow-btn {
    max-width: unset;
    width: 100%;
    margin-top: auto;
}

@media screen and (max-width: 992px) {
    .footer__call-btn.yellow-btn {
        max-width: 345px;
    }
}

.footer_bottom a {
    max-width: max-content;
    color: #fff;
    font-family: var(--fira-sans), sans-serif;
    font-size: 16px;
    line-height: 140%;
    text-decoration: none !important;
    transition: .3s;
}

.footer_bottom a span {
    text-decoration: underline !important;
}

.footer_bottom a:hover,
.footer_bottom a:focus-visible {
    color: var(--light-gray);
}