
.header {
    padding: 19px 0;
    position: relative;
    z-index: 1001;
    transition: all 0.3s;
}

.header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__first {
    width: 40%;
    justify-content: space-between;
}
.header__first,
.header__first-flex {
    display: flex;
    align-items: center;
}
.header__center {
    display: none;
}
.header__last {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 56%;
}
.header__search {
    display: none;
}
.header__phone,
.header__phone-icon {
    display: flex;
    align-items: center;
}
.header__phone-icon {
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-right: 5px;
}
.header__phone-box {
    width: calc(100% - 37px);
}
.header__phone-tel {
    display: block;
    line-height: 145%;
    color: #fff;
    margin-bottom: -4px;
    transition: color 0.3s ease-in-out;
}
.header__phone-tel:hover {
    color: #a9ff35;
    transition: color 0.3s ease-in-out;
}
.header__phone-link {
    display: inline-flex;
    font-size: 10px;
    line-height: 135%;
    color: #a9ff35;
    border-bottom: 1px solid transparent;
    transition: border 0.3s ease-in-out;
}
.header__phone-link:hover {
    border-color: #a9ff35;
    transition: border 0.3s ease-in-out;
}
.header__phone_bg {
    /* background: #000; */
    position: absolute;
    width: 87%;
    height: 83px;
    z-index: 0;
}

@media (min-width: 1023px) and (max-width: 1050px) {
    .phone_item.whatsapp .header__phone-icon-modal {
        display: block;
    }
}


@media (min-width: 1340px) {
    .header__phone-box:hover .header_phonebox_inner {
        display: block!important;
    }
}

.burger {
    padding: 15px 40px;
    margin-left: 15px;
}

/* Шапка */
@media (max-width: 1010px) {
    .burger {
        padding: 10px;

    }
}
@media (min-width: 1680px) {
    .header__first {
        width: 60%;
    }
}

@media (min-width: 1560px) {
    .search,
    .search__field {
        position: relative;
        width: 600px;
        height: 42px;
    }
}

@media (max-width: 992px) {
    .grupper-container .grupper-item {
        width: 100%;
    }
    .burger {
        padding: 10px;
    }

    .mobile_catalog_filter {
        display: flex;
    }

    .header_phonebox_inner {
        right: 0;
        left: auto;
    }

    .whatsapp_icons {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        align-content: stretch;
    }
}
@media (min-width: 992px) {
    .grupper-container.group_display {
        gap: 30px;
    }
    .header__phone-icon-modal {
        display: none;
    }
}
.header_phonebox_inner.phonebox_desctop {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.header_phonebox_inner.phonebox_desctop:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 30px;
}
.header__work {
    cursor: pointer;
}
.header__work-top {
    position: relative;
}
.header__work-tab {
    line-height: 145%;
    color: #fff;
}
.header__work-tab:first-child {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
    position 0.3s ease-in-out;
}
.header__work-tab:last-child {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0s ease-in-out, visibility 0s ease-in-out,
    position 0s ease-in-out;
}
.header__work-bottom {
    display: flex;
    align-items: center;
}
.header__work-value {
    font-size: 10px;
    line-height: 135%;
    color: #828282;
    transition: color 0.3s ease-in-out;
}
.header__work-value:first-child {
    color: #a9ff35;
    transition: color 0.3s ease-in-out;
}
.header__work-value:last-child {
    color: #828282;
    transition: color 0.3s ease-in-out;
}
.header__work-icon {
    width: 16px;
    height: 8px;
    border: 1px solid #5f5f5f;
    border-radius: 100px;
    margin: 3px 5px;
    position: relative;
}
.header__work-icon span {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 8px;
    height: 8px;
    background: #a9ff35;
    border-radius: 100px;
    transition: transform 0.3s ease-in-out;
}
.header__work.active .header__work-tab:first-child {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0s ease-in-out, visibility 0s ease-in-out,
    position 0s ease-in-out;
}
.header__work.active .header__work-tab:last-child {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
    position 0.3s ease-in-out;
}
.header__work.active .header__work-value:first-child {
    color: #828282;
    transition: color 0.3s ease-in-out;
}
.header__work.active .header__work-value:last-child {
    color: #a9ff35;
    transition: color 0.3s ease-in-out;
}
.header__work.active .header__work-icon span {
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
}
.header__items {
    display: flex;
}
.header__item {
    position: relative;
    width: 34px;
    height: 34px;
    margin-right: 15px;
}
.header__item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(263.49deg, #a9ff35 0, #bfff3a 100%);
    border-radius: 100px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.header__item:last-child {
    margin-right: 0;
}
.header__item-icon,
.header__item-value {
    align-items: center;
    justify-content: center;
}
.header__item-icon {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    z-index: 10;
}
.header__item-icon svg * {
    transition: fill 0.3s ease-in-out;
}
.header__item-value {
    display: inline-flex;
    position: absolute;
    font-size: 8px;
    line-height: 16px;
    color: #000;
    background-color: #a9ff35;
    border-radius: 10px;
    top: -3px;
    right: -5px;
    height: 10px;
    width: 15px;
    padding: 0 5px;
}
.header__basket-icon::before,
.header__basket:hover .header__basket-icon::before,
.header__item:hover::before {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.header__basket:hover .header__basket-icon svg *,
.header__item:hover svg * {
    fill: #1e242e;
    transition: fill 0.3s ease-in-out;
}
.header__item:hover svg line {
    stroke: #1e242e;
    transition: fill 0.3s ease-in-out;
}

.header__basket {
    display: flex;
    align-items: center;
    min-width: 110px;
}
.header__basket-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-right: 5px;
    border-radius: 100px;
    overflow: hidden;
}
.header__basket-icon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(263.49deg, #a9ff35 0, #bfff3a 100%);
    border-radius: 100px;
    opacity: 0;
    visibility: hidden;
}
.header__basket-icon svg * {
    transition: fill 0.3s ease-in-out;
}
.header__basket-box {
    width: calc(100% - 39px);
}
.header__basket-caption {
    line-height: 145%;
    color: #fff;
}
.header__basket-value {
    font-size: 10px;
    line-height: 135%;
    color: #8e9297;
}
.header.active {
    background-color: #1e242e;
    transition: all 0.3s;
}
.header .search {
    margin-left: 15px;
}
@media (max-width: 1430px) {
    .header__last {
        width: 57%;
    }
}
@media (max-width: 1320px) {
    .header__first {
        width: 43%;
    }
    .header__last {
        width: 54%;
    }
    .header__item {
        margin-right: 10px;
    }
    .header__basket {
        min-width: auto;
    }
    .header__basket-icon {
        margin-right: 0;
    }
    .header__basket-box {
        display: none;
    }
}
@media (max-width: 1190px) {
    .header__first {
        width: 45%;
    }
    .header__work {
        display: none;
    }
    .header__last {
        width: 52%;
    }
}
@media (max-width: 1010px) and (min-width: 761px) {
    div.header__first {
        width: auto;
        flex: 1 0 0;
    }
    div.header__last {
        width: auto;
        justify-content: flex-end;
    }
}
@media (max-width: 760px) {
    div.header__first {
        width: auto;
        flex: 1 0 0;
    }
}
@media (max-width: 1010px) {
    .header__items .header__basket {
        display: none;
    }
    div.burger {
        margin-left: 0;
    }
    div.header__last {
        padding-left: 0;
        justify-content: flex-end;
    }
    .header__search {
        display: block;
    }
    .header__phone-icon-modal,
    .header__phone-icon,
    .header__basket {
        width: 30px;
        height: 30px;
        padding: 0;
        display: flex;
        align-items: center;
    }
    header .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .header__phone {
    }
    .header__phone-icon {
        margin-right: 0;
    }
    .header__phone-box {
        display: none;
    }
    .header__basket .header__basket-icon {
        margin: 0 auto;
    }
    .header .search {
        margin-left: 0;
    }
}
@media (max-width: 1010px) and  (min-width: 760px){
    .header__search {
        margin-left: 10px;
    }

}
@media (max-width: 760px) {
    .header__first-flex {
        display: flex;
        justify-content: flex-start;
    }
    .header {
        padding: 12px 0 15px;
    }
    .header__first {
        width: 100px;
    }
    .header__first .logo {
        display: none;
    }
    .header__search {
        display: block;
        width: 18px;
        height: 18px;
    }
    .header__search svg {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .header__center {
        display: block;
    }
    .header .city,
    .header__basket-icon::before,
    .header__items {
        display: none;
    }
    .header__last {
        width: 100px;
    }
    .header__phone {
        margin-left: 0;
    }
    .header__basket-icon {
        width: 20px;
        height: 20px;
        border-radius: 0;
        overflow: visible;
    }
    .header__basket:hover .header__basket-icon svg * {
        fill: #a9ff35;
        transition: fill 0.3s ease-in-out;
    }
}
/* modal header */
.header_phonebox_inner {
    position: absolute;
    background: #ffffff;
    border-radius: 20px;
    width: 293px;
    height: auto;
    top: 55px;
    display: none;
    left: 0;
}

.header_phonebox_inner.active {
    display: block;
    transition: 0.3s;
}

.header_phonebox_inner .phonebox_items {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: stretch;
    align-content: stretch;
    padding: 25px 25px;
}

.header_phonebox_inner .phonebox_items .phone_item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    margin-bottom: 20px;
}

.header_phonebox_inner .phonebox_items .phone_item img {
    margin-right: 13px;
}
.header_phonebox_inner .phonebox_items .phone_item a {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #202732;
    text-decoration: underline;
}

.header_phonebox_inner .header_address {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-bottom: 12px;
}

.header_phonebox_inner .header_addres .address_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}


.header_fixed {
    position: fixed;
    background-color: #1e242e;
    width: 100%;
    left: 0;
    top: 0;
}

.header__last {
    width: 45%;
    padding-left: 15px;
}

.header__basket-box {
    display: none;
}

.header__basket {
    min-width: 34px;
}

.header__first {
    width: 76%;
}

.header_metro_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.header_address .address_img {
    width: 30px;
    min-width: 30px;
}

.header_address .address_img {
    margin-right: 5px;
}

.header_metro_inner .metro_img {
    margin-right: 5px;
}

.header_metro_inner .metro_lines {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.header_metro_inner .metro_lines .metro_item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    margin-right: 5px;
}

.header_metro_inner .metro_lines .metro_item span {
    background: #21abd9;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    margin-right: 5px;
}

.header__phone, .header__phone-icon {
    position: relative;
}


.search__btn {
    transform: rotate(90deg);
}

.search__clear {
    width: 12px;
    height: 12px;
    top: calc(50% - 5px);
    right: 30px;
    opacity: 1;
    display: block;
    margin-right: 10px;
}


table.title-search-result td.title-search-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

table.title-search-result td.title-search-item img {
    display: block !important;
}

.search_img {
    max-width: 45px;
}

.title-search-item .search_price {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}


table.title-search-result td.title-search-item a {
    color: #fff;
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.header__last .header__phone .header__basket {
    display: none;
}
.burger {
    display: inline-flex;
    align-items: center;
    padding: 12px 16px;
    background: linear-gradient(45deg, #2b3547 0, #2b3547 0.01%, #3b414b 100%);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.burger::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #a9ff35;
    border-radius: 4px;
    transition: opacity 0.3s ease-in-out;
}
.burger__icon {
    width: 16px;
    height: 16px;
    padding: 2px 1px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    margin-right: 8px;
    position: relative;
    z-index: 10;
}
.burger__icon span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #202732;
    position: relative;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}
.burger__icon span:first-child {
    width: 75%;
    top: 0;
}
.burger__icon span:last-child {
    width: 50%;
    top: 0;
}
.burger__caption {
    position: relative;
    z-index: 10;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #1e242e;
    transition: color 0.3s ease-in-out;
}
.burger.active .burger__icon span {
    transition: all 0.3s ease-in-out;
}
.burger.active .burger__icon span:first-child {
    width: 100%;
    transform: rotate(-45deg);
    top: 5px;
    transition: all 0.3s ease-in-out;
}
.burger.active .burger__icon span:nth-child(2) {
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}
.burger.active .burger__icon span:last-child {
    width: 100%;
    transform: rotate(45deg);
    top: -5px;
    transition: all 0.3s ease-in-out;
}
.burger:hover::before {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.burger:hover .burger__icon span {
    background-color: #fff;
    transition: background 0.3s ease-in-out;
}
.burger:hover .burger__caption {
    color: #fff;
    transition: color 0.3s ease-in-out;
}

/* Catalog menu */

.services-item,
.services-item__coll {
    display: flex;
    justify-content: space-between;
}
.services-item {
    flex-wrap: wrap;
}
.services-item__coll {
    align-items: center;
    width: calc(50% - 1px);
    height: 50px;
    background: linear-gradient(45deg, #303641 0, #1d232d 100%);
    padding: 10px 24px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    border: 1px solid #303948;
    position: relative;
    z-index: 20;
}
.services-item__coll::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #303948;
    z-index: 10;
    transition: all 0.3s;
}
.services-item__coll:hover::before {
    opacity: 0;
    transition: all 0.3s;
}
.services-item__caption,
.services-item__info {
    position: relative;
    z-index: 15;
}
.services-item__info {
    display: flex;
    align-items: center;
}
.services-item__star {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}


.search,
.search__field {
    position: relative;
    width: 335px;
    height: 42px;
}
.search__field {
    width: 100%;
    height: 100%;
    padding: 11px 16px;
    border: 1px solid #a9ff35;
    border-radius: 4px;
}
.search__btn,
.search__clear {
    position: absolute;
    cursor: pointer;
    background-color: transparent;
    z-index: 10;
}
.search__btn {
    border: 0;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 16px;
}
.search__btn svg,
.search__clear svg,
.services-item__star svg,
.social-link svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.search__clear {
    display: none;
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    right: 26px;
    opacity: 0.5;
}
.city__top {
    display: flex;
    align-items: center;
    line-height: 145%;
    color: #fff;
}
.city__caption {
    margin-right: 8px;
}
.city__arrow {
    width: 16px;
    height: 16px;
}
.social {
    display: flex;
}
.social-link {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.social-link:last-child {
    margin-right: 0;
}
.slick-dots li,
.social-link svg * {
    transition: all 0.3s;
}

.menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #1b1c1b;
    z-index: -1;
    padding-top: 82px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.menu__body,
.menu__content .wrapper {
    height: 100%;
}
.menu__wrap {
    display: flex;
    height: 100%;
}
.menu__content {
    height: calc(100% - 80px);
}
.menu__left,
.menu__left::before {
    height: 100%;
    background-color: #1e242e;
}
.menu__left {
    width: 1200px;
    padding-top: 60px;
    position: relative;
    z-index: 10;
    margin-left: calc(50% - 1690px);
    transform: translateX(-25px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.menu__left::before {
    content: "";
    position: absolute;
    width: 1000px;
    top: 0;
    right: 0;
    z-index: 1;
}
.menu__left-row {
    margin-top: 72px;
    margin-bottom: 32px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 10;
}
.menu__left-coll {
    width: 120px;
    margin-right: 35px;
}
.menu__left-coll ul li a,
.menu__list ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #fff;
    transition: all 0.3s;
}
.menu__left-coll ul li + li {
    margin-top: 20px;
}
.menu__left.dragscroll::-webkit-scrollbar {
    width: 2px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.16);
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    display: block;
}
.menu__left.dragscroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    display: block;
}
.menu__container.dragscroll::-webkit-scrollbar-thumb:hover,
.menu__left.dragscroll::-webkit-scrollbar-thumb,
.menu__left.dragscroll::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.menu__item,
.menu__items {
    position: relative;
    z-index: 10;
}
.menu__item {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #fff;
    padding-right: 16px;
}
.menu__item svg {
    width: 16px;
    height: 16px;
    -o-object-fit: contain;
    object-fit: contain;
}
.menu__item,
.menu__item svg * {
    transition: all 0.3s;
}
.menu__item::before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 2px;
    top: 0;
    right: 0;
    background-color: #1b1c1b;
    z-index: 1;
}
.menu__item:last-child::after {
    content: "";
    position: absolute;
    width: 1000px;
    height: 2px;
    bottom: 0;
    right: 0;
    background-color: #1b1c1b;
    z-index: 1;
}
.menu__item-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 294px;
}
.menu__item.active,
.menu__item:hover {
    background-color: #1b1c1b;
    color: #a9ff35;
    transition: all 0.3s;
}
.menu__item.active svg *,
.menu__item:hover svg * {
    stroke: #a9ff35;
    transition: all 0.3s;
}
.menu__footer {
    height: 80px;
    background-color: #1e242e;
    border-top: 2px solid #1b1c1b;
    padding: 19px 0;
    position: relative;
    z-index: 20;
}
.menu__footer-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu__footer-box {
    justify-content: space-between;
    width: 75%;
}
.menu__footer-box,
.menu__footer-items {
    display: flex;
    align-items: center;
}
.menu__footer-item {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 145%;
    color: #fff;
    transition: all 0.3s;
}
.menu__copiright,
.menu__copiright:hover,
.menu__footer-item:hover {
    color: #a9ff35;
    transition: all 0.3s;
}
.menu__copiright {
    font-size: 12px;
    line-height: 150%;
    text-decoration: underline;
    color: #8e9297;
}
.menu__address {
    font-style: normal;
    line-height: 150%;
    color: #fff;
}
.menu__work-item {
    font-size: 14px;
    line-height: 145%;
    color: #fff;
    margin-bottom: 4px;
}
.menu-mobile__nav ul li:last-child,
.menu__work-item:last-child {
    margin-bottom: 0;
}
.menu__container {
    width: calc(100% - 310px);
    padding: 75px 8px 50px 85px;
    transform: translateX(25px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.menu__container-flex {
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.menu__container-first {
    width: 66%;
    position: relative;
}
.menu__container-last {
    width: 34%;
}
.menu__container.dragscroll::-webkit-scrollbar {
    width: 2px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.16);
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    display: block;
}
.menu__container.dragscroll::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}
.menu__block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateX(-25px);
    opacity: 0;
    visibility: hidden;
    transition: all 0s;
}
.menu__block.active {
    position: relative;
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}
.menu__row {
    display: flex;
    flex-wrap: wrap;
}
.menu__coll {
    width: 33.333%;
}
.article__text p + h4,
.menu__box + .menu__box {
    margin-top: 50px;
}
.menu__link {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 125%;
    color: #fff;
    margin-bottom: 24px;
    transition: all 0.3s;
}
.menu__link:hover,
.menu__list ul li a:hover {
    color: #a9ff35;
    transition: all 0.3s;
}
.menu__list,
.menu__list.active {
    max-height: 330px;
    overflow: hidden;
    transition: all 0.3s;
}
.menu__list.active {
    max-height: initial;
}
.catalog__list ul li,
.menu-mobile__nav ul li,
.menu__list ul li {
    margin-bottom: 10px;
}
.menu__show {
    display: inline-flex;
    font-size: 12px;
    line-height: 150%;
    text-decoration: underline;
    color: #8e9297;
    transition: all 0.3s;
}
.menu__show:hover {
    color: #a9ff35;
    transition: all 0.3s;
}
.catalog__img img:last-child,
.menu__show span:last-child {
    display: none;
}
.menu__show.active span:first-child {
    display: none;
}
.menu__show.active span:last-child {
    display: block;
}
.menu.active {
    z-index: 100;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}
.menu.active .menu__container,
.menu.active .menu__left {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: all 0.6s;
}
.menu .promo-small {
    width: 100%;
}
.menu .services-item {
    width: 100%;
    max-width: 375px;
}
.menu-mobile {
    display: none;
}
.menu-mobile__list {
    padding: 0 15px;
}
.menu-mobile__list ul li a {
    display: flex;
    align-items: center;
    height: 60px;
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    color: #fff;
    position: relative;
    border-top: 1px solid #0d0f11;
}
.menu-mobile__list ul li a::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 0;
    background-image: url(../img/icons/mobile-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.menu-mobile__items {
    margin: 0 -15px;
    background-color: #303948;
}
.menu-mobile__item {
    padding: 0 30px;
    border-top: 1px solid #0d0f11;
}
.menu-mobile__item-top {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    line-height: 145%;
    color: #fff;
}
.menu-mobile__item-hidden,
.menu-small__btn svg {
    display: none;
}
.menu-mobile__item:last-child {
    border-bottom: 1px solid #0d0f11;
}
.menu-mobile__item.active .menu-mobile__arrow {
    transform: rotate(-180deg);
    transition: all 0.3s;
}
.menu-mobile__arrow {
    transition: all 0.3s;
}
.menu-mobile__nav {
    padding-bottom: 16px;
}
.menu-mobile__nav ul li a {
    font-size: 14px;
    line-height: 150%;
    color: #fff;
}
.menu-mobile__last {
    padding: 30px 15px 0;
}
.menu-mobile__last-row {
    display: flex;
    justify-content: space-between;
}
.menu-mobile__last-coll {
    width: 48%;
    margin-bottom: 22px;
}
@media (max-width: 1630px) {
    .menu__left {
        width: 325px;
        margin-left: -15px;
    }
    .menu__container {
        width: calc(100% - 295px);
        margin-right: -15px;
    }
    .menu__item-box {
        width: 100%;
        padding-left: 15px;
    }
}
@media (max-width: 1590px) {
    .menu__container {
        padding: 50px 8px 40px 40px;
    }
}
@media (max-width: 1430px) {
    .menu {
        padding-top: 80px;
    }
    .menu__left {
        width: calc(24% + 15px);
    }
    .menu__left-row {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-left: 15px;
    }
    .menu__left-coll {
        width: 50%;
        margin-right: 0;
    }
    .menu__item {
        font-size: 18px;
    }
    .menu__container {
        padding: 20px 5px 20px 25px;
        width: calc(76% + 15px);
    }
    .menu__link {
        font-size: 16px;
        margin-bottom: 18px;
    }
}
@media (max-width: 1320px) {
    .menu__container-first {
        width: 62%;
    }
    .menu__container-last {
        width: 38%;
    }
    .menu__row {
        margin-bottom: -50px;
    }
    .menu__coll {
        width: 50%;
        margin-bottom: 50px;
    }
    .menu__address,
    .menu__work-item {
        font-size: 12px;
    }
    .menu__footer-item {
        font-size: 16px;
    }
}
@media (max-width: 1190px) {
    .menu__left-row {
        flex-wrap: wrap;
    }
    .menu__left-coll {
        width: 100%;
    }
    .menu__left-coll + .menu__left-coll {
        margin-top: 20px;
    }
    .menu__footer-box {
        width: 83%;
    }
}
@media (min-width: 1011px) {
    .menu__list li.hidden_item:not(.active) {
        display: none;
    }
}
@media (max-width: 1010px) {

    .menu {
        background-color: #1e242e;
        overflow-x: hidden;
        overflow-y: auto;
        padding-bottom: 25px;
    }
    .menu__left {
        padding-top: 0;
    }
    .menu__footer-item {
        font-size: 18px;
        margin-bottom: 22px;
    }
    .menu__address,
    .menu__work {
        margin-bottom: 22px;
    }
    .menu__work {
        min-height: 64px;
    }
    .menu .services-item {
        max-width: 100%;
    }
    .menu-desctop {
        display: none;
    }
    .menu-mobile {
        display: block;
    }
}
@media (max-width: 760px) {
    .menu {
        padding-top: 59px;
        padding-bottom: 65px;
        height: calc(var(--vh, 1vh) * 100);
    }
}
@media (max-width: 375px) {
    .menu__address {
        font-size: 11px;
    }
}
.menu-small {
    max-width: 375px;
    width: 100%;
    height: 400px;
    position: relative;
    margin-bottom: 134px;
}
.menu-small__swiper {
    height: 100%;
    overflow: hidden;
    border-radius: 48px;
}
.menu-small__slide {
    border-radius: 48px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.menu-small__slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ededed;
    border-radius: 48px;
    transform: scale(0.85);
    transition: all 0.6s ease-in-out;
}
.menu-small__slide.swiper-slide-active {
    opacity: 1;
    transition: all 0.6s ease-in-out;
}
.menu-small__slide.swiper-slide-active .menu-small__img,
.menu-small__slide.swiper-slide-active::before {
    transform: scale(1);
    transition: all 0.6s ease-in-out;
}
.menu-small__slide.swiper-slide-active .menu-small__title {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.3s;
    transition: all 0.6s ease-in-out;
}
.menu-small__slide.swiper-slide-active .menu-small__icon {
    transform: translateX(0);
    transition: all 0.6s ease-in-out;
}
.menu-small__slide.swiper-slide-active .menu-small__btn {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.3s;
    transition: all 0.6s ease-in-out;
}
.menu-small__item,
.menu-small__slide {
    position: relative;
    height: 100%;
}
.menu-small__img {
    width: 100%;
    height: 250px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0.8);
    transition: all 0.6s ease-in-out;
}
.menu-small__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
}
.menu-small__icon,
.menu-small__title {
    transform: translateX(25px);
    transition: all 0.6s ease-in-out;
}

.menu-small__title {
    width: 100%;
    font-weight: 600;
    font-size: 34px;
    line-height: 120%;
    color: #202732;
    opacity: 0;
}
.menu-small__icon {
    position: absolute;
    width: 142px;
    height: 188px;
    left: 57px;
    top: 43px;
}
.menu-small__wrap {
    padding: 60px 50px;
    position: relative;
    z-index: 10;
}
.menu-small__btn {
    margin-top: 152px;
    transform: translateX(25px);
    opacity: 0;
    transition: all 0.6s ease-in-out;
}
.menu-small .swiper-wrapper * {
    box-sizing: border-box;
}
.menu-small .swiper-pagination {
    height: 100%;
    right: -30px;
    top: 0;
    width: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    transform: translate3d(0, 0, 0);
}
.menu-small .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #ededed;
    opacity: 0.2;
    cursor: pointer;
    margin-bottom: 14px;
}
.menu-small .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
.menu-small .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
}
.social-link:hover svg path {
    fill: #a9ff35;
    transition: all 0.3s;
}
@media (max-width: 1600px) {
    .menu-small__wrap {
        padding: 50px 30px;
    }
    .menu-small__btn {
        margin-top: 160px;
    }
    .menu-small .swiper-pagination {
        height: auto;
        right: 0;
        top: auto;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-content: normal;
        bottom: -30px;
        justify-content: center;
    }
    .menu-small .swiper-pagination-bullet {
        margin-bottom: 0;
        margin-right: 14px !important;
    }
    .menu-small .swiper-pagination-bullet:last-child {
        margin-bottom: 0;
        margin-right: 0 !important;
    }
}
@media (max-width: 1430px) {
    .menu-small {
        height: 355px;
    }
    .menu-small__btn {
        margin-top: 124px;
    }
}
@media (max-width: 1320px) {
    .menu-small {
        height: 325px;
    }
    .menu-small__slide,
    .menu-small__slide::before,
    .menu-small__swiper {
        border-radius: 32px;
    }
    .menu-small__wrap {
        padding: 35px 30px;
    }
}
@media (max-width: 1190px) {
    .menu-small {
        height: 290px;
    }
    .menu-small__title {
        font-size: 28px;
    }
    .menu-small__wrap {
        padding: 25px;
    }
    .menu-small__icon {
        width: 110px;
        height: 155px;
        left: 35px;
        top: 25px;
    }
    .menu-small__btn {
        margin-top: 110px;
    }
}
@media (max-width: 1010px) {
    .menu-small {
        width: 100%;
        max-width: 100%;
    }
    .menu-small__swiper {
        border-radius: 0;
        overflow: visible;
    }
    .menu-small__slide {
        overflow: visible;
        opacity: 1;
    }
    .menu-small__wrap {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
    }
    .menu-small__img,
    .menu-small__slide::before {
        transform: scale(1);
    }
    .menu-small__title {
        opacity: 1;
    }
    .menu-small__btn,
    .menu-small__icon,
    .menu-small__title {
        transform: translateX(0);
    }
    .menu-small__btn {
        opacity: 1;
        margin-top: 0;
    }
    .menu-small .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin-right: 8px;
        border-radius: 20px;
    }
    .menu-small .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1;
        width: 32px;
        background: #a9ff35;
    }
}
@media (max-width: 760px) {
    .menu-small {
        height: 300px;
    }
    .menu-small__slide,
    .menu-small__slide::before,
    .menu-small__swiper {
        border-radius: 24px;
    }
    .menu-small__title {
        font-size: 24px;
    }
    .menu-small__wrap {
        padding: 40px 42px;
    }
    .menu-small__icon {
        width: 142px;
        height: 188px;
        left: 45px;
        top: 20px;
    }
    .menu-small__btn {
        padding: 13px;
        width: 50px;
        height: 50px;
    }
    .menu-small__btn,
    .menu-small__btn::before {
        border-radius: 8px;
    }
    .menu-small__btn::after {
        border-radius: 9px;
    }
    .menu-small__btn span {
        display: none;
    }
    .menu-small__btn svg {
        display: block;
    }
    .menu-small__btn svg * {
        transition: all 0.3s;
    }
    .menu-small__btn:hover svg * {
        stroke: #fff;
        transition: all 0.3s;
    }
    .menu-small .swiper-pagination {
        bottom: -18px;
    }
}
@media (max-width: 1010px) {
    .search-box .search__btn {
    }
    .search-box .search__field {
        border-radius: 4px;
    }
    .search-box .search {
        position: relative;
        width: 100%;
        height: 60px;
        opacity: 1;
        visibility: visible;
        background: #ffffff;
        border-radius: 4px;
    }
    .search {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        height: 78px;
        z-index: 100;
        background-color: #1e242e;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }
    .search.active {
        opacity: 1;
        visibility: visible;
        transition: all 0.3s;
    }
}