/* MIXINS */
/* border radius */
/* size */
/* letter spacing */
/* transition */
/* gradiend */
.text-gradient {
    background: linear-gradient(to right, var(--primary-color) 0%, var(--primary-color-1) 43.65%, var(--primary-color) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

/* mediaqueries */
.header-wrapper {
    transition: all var(--transition-speed);
    margin: 0 0 26px;
    position: relative;
    top: 0;
    z-index: 51;
}

.header-wrapper_scrolled {
    pointer-events: none;
    position: sticky;
    animation: ani_header 0.5s forwards;
}

@keyframes ani_header {
    0% {top: -58px;}
    100% {top: 0;}
}

.header-wrapper_scrolled .header {
    pointer-events: initial;
}

._dark-body .header-wrapper {
    margin: 0;
}

._dark-body .header-wrapper_scrolled .header_index .header__main {
    background: var(--body-bg-dark);
}

@media (min-width: 992px) {
    ._dark-body .header-wrapper_scrolled .header_index .header__main {
        padding-top: 5px;
        /* padding-top: 0; */
    }
}

@media (min-width: 992px) {
    ._dark-body .header-wrapper_scrolled .header_index .header__logo {
        height: 90px;
        width: 80px;
    }
}

._dark-body .header_index.header_0 {
    height: 0;
    /* height: 48px; */
}

@media (max-width: 991.98px) {
    ._dark-body .header_index.header_0 {
        height: 0;
    }
}

@media (min-width: 1540px) {
    ._dark-body .header__top > .container {
        max-width: 68%;
    }
}

._dark-body .header_index .header__top {
    transition: all var(--transition-speed);
    background: var(--body-bg-dark);
    color: var(--white-color);
    padding: 7px 0;
    background: none;
    margin-bottom: -58px;
    padding-top: 36px;
    font-size: 16px;
}

._dark-body .header-wrapper_scrolled .header_index .header__top {
    transition: all var(--transition-speed);
    background: var(--body-bg-dark);
    margin-bottom: 0;
    padding-top: 7px;
}

@media (max-width: 991.98px) {
    ._dark-body .header_index .header__top {
        display: none;
    }
}

._dark-body .header_index .header__top-enternal {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

._dark-body .header_index .header__top-phones {
    display: block;
    flex: 1;
    margin-right: 20px;
}

._dark-body .header_index .header__top-actions {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

._dark-body .header_index .header__top-order {
    display: block;
}

._dark-body .header_index .header__top-order-btn {
    border-radius: 5px;
    transition: all var(--transition-speed);
    align-items: center;
    background: var(--white-color);
    color: var(--body-bg-dark);
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    justify-content: center;
    line-height: 110%;
    letter-spacing: 0.5px;
    padding: 5px 25px;
    text-decoration: none;
}

._dark-body .header_index .header__top-order-btn:hover {
    background: var(--primary-color);
    color: var(--body-bg-dark);
    text-decoration: none;
    text-shadow: 0 0 13px white;
    box-shadow: 0 0 13px white;
}

@media (max-width: 1199.98px) {
    ._dark-body .header_index .header__top-order-btn {
        padding: 5px 15px;
    }
}

._dark-body .header_index .header__top-order-btn .icon {
    height: 24px;
    width: 24px;
    display: block;
    margin-right: 5px;
}

._dark-body .header_index .header__main {
    transition: all var(--transition-speed);
    background: transparent;
    /* padding: 10px 0 0; */
    padding: 30px 0 0;
}

@media (max-width: 991.98px) {
    ._dark-body .header_index .header__main {
        padding: 6px 0;
    }
}

._dark-body .header_index .header__main-enternal {
    align-items: center;
    display: flex;
    justify-content: center;
}

._dark-body .header_index .header__main-left {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: right;
    /* margin-right: 30px; */
    margin-right: 52px;
    /* max-width: 32%; */
}

@media (max-width: 991.98px) {
    ._dark-body .header_index .header__main-left {
        justify-content: flex-start;
    }
}

._dark-body .header_index .header__main-left .header__main-menu {
    flex: 2;
    gap: 37px;
}

@media (max-width: 1750px) {
    ._dark-body .header_index .header__main-left .header__main-menu {
        gap: 10px;
    }
}

._dark-body .header_index .header__main-right {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: left;
    /* margin-left: 30px; */
    margin-left: 52px;
    /* max-width: 32%; */
}

@media (max-width: 991.98px) {
    ._dark-body .header_index .header__main-right {
        justify-content: flex-end;
    }
}

._dark-body .header__main > .container {
  max-width: 100%;
}

._dark-body .header_index .header__main-right .header__main-menu {
    flex: 2;
    gap: 37px;
}

@media (max-width: 1750px) {
    ._dark-body .header_index .header__main-right .header__main-menu {
        gap: 10px;
    }
}

._dark-body .header_index .header__main-right .header__main-actions {
    flex: 1;
}

@media (max-width: 991.98px) {
    ._dark-body .header_index .header__main-right .header__main-actions {
        flex: initial;
    }
}

@media (max-width: 991.98px) {
    ._dark-body .header_index .header__main-menu {
        display: none;
    }
}

._dark-body .header_index .header__logo {
    height: 180px;
    width: 160px;
    transition: all var(--transition-speed);
    display: block;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    ._dark-body .header_index .header__logo {
        height: 77px;
        width: 68px;
    }
}

@media (max-width: 575.98px) {
    ._dark-body .header_index .header__logo {
        height: 70px;
        width: 62px;
    }
}

.header__top {
    background: var(--footer-bg);
    color: var(--white-color);
    padding: 8px 0;
}

.header__top-enternal {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.header__logo {
    height: 42px;
    width: 63px;
    display: block;
    margin-right: 20px;
}

.header__logo .logo {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__logo .logo__img {
    height: 100%;
    width: 100%;
    display: block;
}

/* .header__enternal-actions {
    margin-right: 20px;
} */

@media (max-width: 991.98px) {
    .header__enternal-actions {
        display: none;
    }
}

.header__actions {
    align-items: center;
    display: flex;
    justify-content: center;
}

.header__actions-item {
    height: 29px;
    width: 25px;
    color: inherit;
    display: block;
    margin-right: 30px;
    text-decoration: none;
}

.header__actions-item:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.header__actions-item:last-child {
    margin-right: 0;
}

.header__actions-item .icon {
    height: 100%;
    width: 100%;
    display: block;
}

.header__menu {
    display: block;
    width: 55%;
}

@media (max-width: 991.98px) {
    .header__menu {
        display: none;
    }
}

.header__phones {
    margin-left: 20px;
}

.header__mobile-menu {
    display: none;
}

@media (max-width: 991.98px) {
    .header__mobile-menu {
        display: block;
    }
}

.header__socials {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 20px;
}

.header__socials-item {
    height: 25px;
    width: 25px;
    color: inherit;
    display: block;
    margin-right: 10px;
    text-decoration: none;
}

.header__socials-item:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.header__socials-item:last-child {
    margin-right: 0;
}

.header__socials-item .icon {
    height: 100%;
    width: 100%;
    display: block;
}

.header-phones {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

.header-phones__item {
    display: block;
    margin-right: 20px;
}

.header-phones-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.5px;
    position: relative;
}

.header-phones-item:hover .header-phones-item__dropdown {
    display: block;
}

.header-phones-item__main {
    padding: 4px 0;
    position: relative;
}

.header-phones-item__dropdown {
    border-radius: 5px;
    transition: all var(--transition-speed);
    background: var(--black-color);
    border: 1px solid var(--primary-color);
    display: none;
    padding: 10px 24px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 12;
}

.header-phones-item__item {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin: 0 0 2px;
}

.header-phones-item__item:last-child {
    margin: 0;
}

.header-phones-item__item > * {
    margin-right: 4px;
}

.header-phones-item__item > *:last-child {
    margin-right: 0;
}

.header-phones-item__link {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.header-phones-item__link:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.header-phones-item .icon {
    height: 24px;
    width: 24px;
    color: var(--primary-color-2);
    display: block;
}

.header-menu {
    align-items: center;
    display: flex;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    /* justify-content: space-between; */
    /* justify-content: space-around; */
    justify-content: space-evenly;
    text-transform: uppercase;
}

@media (max-width: 1599.98px) {
    .header-menu {
        font-size: 24px;
    }
}

@media (max-width: 1199.98px) {
    .header-menu {
        font-size: 18px;
    }
}

.header-menu__item {
    margin: 0 25px;
    white-space: nowrap;
}

._dark-body .header-menu__item {
    margin: 0 8px;
    white-space: nowrap;
}

.header-menu__link, .header-menu__link:visited {
    color: inherit;
    display: block;
    text-decoration: none;
}

.header-menu__link:focus {
    color: inherit;
    text-decoration: none;
}

.header-menu__link:hover {
    color: var(--white-color);
    /* color: var(--primary-color); */
    text-decoration: none;
    text-shadow: 0 0 13px white;
}

.header-menu__link:hover .header-menu__link-svg-l, .header-menu__link.header-menu__link-svg-r:hover {
    filter: drop-shadow(0 0 13px white);
}

.header-short-phones {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header-short-phones__item {
    margin: 0 0 16px;
}

.header-short-phones__item:last-child {
    margin-bottom: 0;
}

.header-short-phones__link, .header-short-phones__link:focus, .header-short-phones__link:visited {
    align-items: center;
    color: inherit;
    display: flex;
    text-decoration: none;
}

.header-short-phones__link:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.header-short-phones__link .icon {
    height: 16px;
    width: 16px;
    display: block;
    margin-right: 10px;
}

.header-main-menu {
    align-items: baseline;
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    /* justify-content: space-between; */
    width: 100%;
    justify-content: space-evenly;
    line-height: normal;
    text-transform: uppercase;
}

.header-main-menu__item {
    margin: 0 20px;
}

.header-main-menu__link {
    color: inherit;
    text-decoration: none;
}

.header-main-menu__link:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.header-actions {
    align-items: center;
    display: flex;
    justify-content: center;
}

.header-actions__item {
    margin: 0 14px 0 0;
}

.header-actions__item:last-child {
    margin-right: 0;
}

.header-actions__link {
    height: 20px;
    width: 20px;
    color: inherit;
    display: block;
    text-decoration: none;
}

.header-actions__link:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.header-actions__link .icon {
    height: 20px;
    width: 20px;
    display: block;
}

/*# sourceMappingURL=_header.css.map */

.bx_catalog-compare-list.left {
    display: none;
}