/* header */
 .header {
    background: #f3f3f3;
}
 .header__topbar {
    background: var(--bg-grey-cards);
     width: 100%;
}
 .header__wrap {
    padding: 0 40px;
     justify-content: space-between;
}
 .header__logo {
    width: 195px;
     height: 60px;
     background: url(../images/redesign2024/logo.svg) no-repeat center/cover;
}
 .header__logo span {
    color: #000;
     font-size: 14px;
     font-weight: 400;
     left: calc(100% + 10px);
}

.rightHeaderTop{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

 .header__topbar .header__nav {
    display: none;
}
 .header__topbar .header__content {
    display: flex;
     align-items: center;
     justify-content: flex-end;
}
 .header__topbar .header__social {
    position: relative;
     bottom: 0;
     right: auto;
     order: 5;
     /* margin-left: 30px; */
}
 .header-social {
    width: 40px;
     height: 40px;
     border-radius: 50%;
     margin: 0 0 0 15px;
}
 .header-social_tg {
    background-image: url(../images/redesign2024/tg.svg);
     background-color: var(--button-dark-blue);
}
 .header-social_tg:hover {
    background-color: var(--button-blue-hover);
}
 .header-social_wa {
    background-image: url(../images/redesign2024/wa.svg);
     background-color: var(--system-green);
}
 .header-social_wa:hover {
    background-color: var(--system-dark-green);
}
 .header__topbar .header__contacts {
    flex-direction: row;
     align-items: center;

     margin-right: 6px;
     /* gap: 62px; */
}
 .header__topbar .header__contacts a::before {
    content: none;
}
 .header__topbar .header__contacts a {
    font-weight: 500;
     font-size: 16px;
     line-height: 1.2;
     color: #000;
     padding-left: 0;
     margin-left: 22px;
}
 .header__topbar .header__contacts a:hover {
    color: var(--button-dark-blue);
}
 .menu__btn {
    display: block;
     flex-shrink: 0;
     width: 40px;
     height: 40px;
     background: var(--bg-grey-cards);
     border-radius: 6px;
     padding: 8px;
     margin-right: 40px;
}
 .menu__btn:hover {
    background: var(--bg-grey-bg);
}
 .menu__btn-inner {
    position: relative;
     width: 24px;
     height: 24px;
}
 .menu__btn span {
    background: var(--button-dark-blue);
     border-radius: 5px;
}
 .header .menu {
    background: var(--bg-light-grey);
     border-radius: 0 0 20px 20px;
     box-shadow: 0 2px 5px rgba(11, 18, 25, 0.15);
}
 .header .menu__content-wrap {
    max-width: 1440px;
     width: 100%;
     margin-left: auto;
     margin-right: auto;
     padding: 10px 40px;
     position: relative;
     display: flex;
     flex-wrap: nowrap;
     align-items: center;
     z-index: 2;
     pointer-events: none;
}
 .header .menu__content-wrap .menu__btn, .header .menu__content-wrap .menu__content > * {
    pointer-events: auto;
}
 .header .menu__content {
    flex-wrap: nowrap;
     padding-right: 0px;
     max-width: none;
     margin: 0;
     flex-grow: 1;
     align-items: center;
}
 .menu__group {
    margin-right: 20px;
}
 .menu__group::before {
    content: none;
}
 .menu__content-wrap .menu__group .menu__group-item, .menu__content-wrap .menu__group .menu__group-link, .menu__content-wrap .menu__group .menu__group-link a {
    transition: none;
}
 .menu__content-wrap .menu__group-list {
    box-shadow: none;
}
 .menu__group>.menu__group-link {
    height: auto;
     border-radius: 5px 5px 0 0;
}
 .menu__group>.menu__group-link a {
    padding: 5px;
     display: inline-flex;
     flex-direction: row-reverse;
     gap: 6px;
     align-items: center;
     border-radius: 5px 5px 0 0;
}
 .menu__group>.menu__group-link a:hover, .menu__group>.menu__group-link.is-active a {
    color: #fff;
     background: var(--button-dark-blue);
}
 .menu__group>.menu__group-link a:hover::before, .menu__group>.menu__group-link.is-active a::before {
    background-image: url(../images/redesign2024/icon-caret-down-white.svg);
}
 .menu__group>.menu__group-link a:before {
    position: relative;
     top: 0;
     right: 0;
     width: 14px;
     height: 9px;
     background: url(../images/redesign2024/icon-caret-down.svg) no-repeat 0 0;
     border: none;
}
 .menu__group>.menu__group-link a, .menu__group>.menu__group-link.last {
    color: #000;
     font-weight: 400;
     font-size: 16px;
     line-height: 1.2;
}
 .menu__group>.menu__group-link.last {
    padding: 0 6px;
}
 .menu__group>.menu__group-link.last:hover {
    color: var(--button-dark-blue);
}
 .menu__group>.menu__group-link.is-active, .menu__group>.menu__group-link:hover {
    border: none;
     z-index: 10;
}
 .menu__group>.menu__group-link.is-active::before, .menu__group>.menu__group-link:hover::before {
    content: '';
     display: block;
     position: absolute;
     top: 0;
     left: -5px;
     right: -10px;
     bottom: -20px;
     background-color: transparent;
     width: auto;
     height: auto;
}
 .menu__group>.menu__group-link:hover {
    background: none;
}
 .menu__group-link.is-active, .menu__group-link:hover {
    left: 0;
}
 .header .menu .header__contacts, .header .menu .header__social {
    display: none;
}
 .header .menu .header__content_mobile {
     display: flex;
     padding: 0;
     flex-grow: 0;
     /* margin-left: auto; */
     order: 2;
     /* margin: 0 172px 0 auto;
     width: 200px; */
}
 .menu__group-link.last, .menu__group-link:is(a) {
    padding: 0;
}
 .header .menu .header__nav {
    padding: 0;
}
 .header .menu .header__nav a {
    font-weight: 400;
     text-transform: none;
     white-space: nowrap;
     font-size: 16px;
     line-height: 1.2;
     margin: 0;
     border-bottom: 1px solid currentColor;
     height: 34px;
     display: flex;
     align-items: center;
}
 .header .menu .header__nav a:hover {
    color: var(--button-dark-blue);
}
 .header .menu .header__nav a::before {
    content: none;
}
 .header .menu .header__nav a:not(:nth-child(2)) {
    display: none;
}
 .header .header__app-btn {
    bottom: -47px;
     right: 40px;
     display: none !important;
     background: none;
     height: 34px;
     text-transform: uppercase;
     font-weight: 700;
     color: var(--button-dark-blue);
     margin: 0;
     font-size: 16px;
     line-height: 1.2;
     border-bottom: 1px solid var(--button-dark-blue);
     display: inline-flex;
     align-items: center;
     gap: 5px;
     padding: 0;
     box-shadow: none !important;
     z-index: 2;
}
 .header .header__app-btn::after {
    content: '';
     display: block;
     width: 20px;
     height: 20px;
     background: url(../images/redesign2024/icon-arrow-tr.svg) no-repeat 0 0;
     transition: .5s;
}
 .header .header__app-btn:hover::after {
    transform: rotate(45deg);
}
 .menu__show-contacts {
    display: none;
}
 .mega-menu {
    position: absolute;
     top: 100%;
     left: 0;
     width: 100%;
     background: rgba(0,0,0,.8);
     padding: 20px 0;
     max-height: calc(100vh - 120px);
     overflow-y: auto;
     display: none;
}
 .menu-open .mega-menu {
    display: block;
}
 .menu-open .header {
    background: rgba(0,0,0,.8);
}
 .mega-menu__container {
    max-width: 1440px;
     padding-left: 40px;
     padding-right: 40px;
     width: 100%;
     margin-left: auto;
     margin-right: auto;
}

a.selectRegion{
  font-weight: 400 !important;
  position: relative;
  display: block;
  padding-left: 28px !important;
  margin-right: 22px;
}

a.selectRegion::before{
  content: " " !important;
  background: url(../images/redesign2024/placeMark.svg) no-repeat 0 0 !important;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -3px;
  display: block;
}

a.selectRegion::after{
  content: " " !important;
  background: url(../images/redesign2024/drop_down.svg) no-repeat right top !important;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 2px;
  display: block;
  right: -21px;
}

 .mega-menu__grid {
    display: grid;
     gap: 20px;
     grid-template-columns: repeat(3, 1fr);
}
 .mega-menu__grid > li {
    border-radius: 20px;
     padding: 20px;
     background: var(--bg-grey-cards);
     margin: 0;
}
 .mega-menu__grid > li:nth-child(1) {
    grid-column: 1/4;
     grid-row: 1;
}
 .mega-menu__grid > li:nth-child(2) {
    grid-column: 1;
     grid-row: 2;
}
 .mega-menu__grid > li:nth-child(3) {
    grid-column: 2;
     grid-row: 2;
}
 .mega-menu__grid > li:nth-child(4) {
    grid-column: 3;
     grid-row: 2;
}
 .mega-menu__grid > li.menu__group_contacts {
    grid-column: 1/4;
     grid-row: 3;
}
 .mega-menu__grid .menu__group>.menu__group-list[data-level="1"] {
    min-width: 0;
}
 .mega-menu__grid .menu__group-link {
    display: inline-flex;
     text-transform: uppercase;
     min-height: 34px;
     align-items: center;
     justify-content: flex-start;
     width: auto;
     margin-right: auto;
}
 .mega-menu__grid .menu__group>.menu__group-link a {
    height: 34px;
}
 .mega-menu__grid .menu__group-link a {
    font-weight: 700;
     color: var(--button-dark-blue);
}
 .mega-menu__grid .menu__group-link .menu__group-arrow {
}
 .mega-menu__grid .menu__group>.menu__group-list {
    top: 0;
     border-radius: 0;
     background: none;
     box-shadow: none;
}
 .mega-menu__grid .menu__group-list {
    position: relative;
     height: auto;
     transform: none;
     display: block;
}
 .mega-menu__grid .menu__group>.menu__group-list[data-level="1"]::before {
    content: none;
}
 .mega-menu__grid .menu__group>.menu__group-link a, .mega-menu__grid .menu__group>.menu__group-list .menu__group-link a {
    border-bottom: 1px solid var(--button-dark-blue);
     background: none !important;
     color: var(--button-dark-blue);
     padding: 0;
}
 .mega-menu__grid .menu__group>.menu__group-link a::before, .mega-menu__grid .menu__group>.menu__group-list .menu__group-link a::before {
    width: 20px;
     height: 20px;
     background: url(../images/redesign2024/icon-arrow-tr.svg) no-repeat 0 0;
     transition: .5s;
}
 .mega-menu__grid .menu__group>.menu__group-link a:hover::before, .mega-menu__grid .menu__group>.menu__group-list .menu__group-link a:hover::before {
    transform: rotate(45deg);
}
 .mega-menu__grid .menu__group>.menu__group-link.is-active, .mega-menu__grid .menu__group>.menu__group-link:hover {
    background: none;
}
 .mega-menu__grid .menu__group>.menu__group-list .menu__group-list[data-level="2"] {
    left: 0;
     position: relative;
     z-index: auto;
     padding: 0;
     box-shadow: none;
     background: none;
     display: flex;
     flex-wrap: wrap;
     margin-left: 0;
}
 .mega-menu__grid .menu__group>.menu__group-list .menu__group-item {
    border-bottom: none;
}
 .mega-menu__grid .menu__group>.menu__group-list[data-level="1"] > .menu__group-item > .menu__group-link {
    border-radius: 0 !important;
     background: none !important;
     padding-bottom: 5px;
     border-bottom: 1px solid var(--bg-grey-line);
     width: 100%;
     margin-bottom: 20px;
}
 .mega-menu__grid .menu__group>.menu__group-list .menu__group-link a {
    color: #F28C1C;
     border-bottom: none;
     font-weight: 700;
     background: none !important;
     flex-grow: 0;
     margin-right: auto;
}
 .mega-menu__grid .menu__group>.menu__group-list .menu__group-link a:hover {
    color: #E27D0E;
}
 .mega-menu__grid .menu__group>.menu__group-list .menu__group-link .menu__group-arrow {
    display: none;
}
 .mega-menu__grid .menu__group>.menu__group-list .menu__group-list .menu__group-link {
    padding: 0;
     background: none;
     text-transform: none;
}
 .mega-menu__grid .menu__group:not(:nth-child(1))>.menu__group-list {
    margin-top: 40px;
}
 .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list {
    display: grid;
     gap: 40px;
     grid-template-columns: repeat(3, 1fr);
}
 .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(1) {
    grid-column: 1/4;
     grid-row: 1;
}
 .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(2) {
    grid-column: 1/4;
     grid-row: 3;
}
 .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(3) {
    grid-column: 1/4;
     grid-row: 2;
}
 .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(4) {
    grid-column: 1;
     grid-row: 4;
     overflow: hidden;
}
 .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(5) {
    grid-column: 1;
     grid-row: 4;
     overflow: hidden;
}
 .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(6) {
    grid-column: 2;
     grid-row: 4;
     overflow: hidden;
}
.mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(4) {
    grid-column: 1/4;
    grid-row: 5;
    overflow: hidden;
}
 .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(3) > .menu__group-list, .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(2) > .menu__group-list {
    display: block;
     column-count: 5;
     padding-right: 16%;
}
.mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(4) > .menu__group-list {
    display: block;
    column-count: 5;
    padding-right: 16%;
}
@media (max-width: 1600px) {
    .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(4) > .menu__group-list {
        column-count: 3;
    }
}
 .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(2) > .menu__group-list .menu__group-link {
    text-transform: lowercase;
}
 .mega-menu__grid .menu__group:nth-child(4)>.menu__group-list > li:nth-child(2) > .menu__group-list[data-level="2"] {
    display: block;
     column-count: 1;
}
 .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(5) > .menu__group-list {
    display: block;
}
 .mega-menu__grid .menu__group:nth-child(2)>.menu__group-list > li:nth-child(2) > .menu__group-list[data-level="2"], .mega-menu__grid .menu__group:nth-child(3)>.menu__group-list > li:nth-child(2) > .menu__group-list[data-level="2"],
 .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(6) > .menu__group-list, .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(7) > .menu__group-list {
    display: block;
     column-count: 2;
}
 .mega-menu__grid .header__social {
    position: relative;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     display: flex;
}
 .mega-menu__grid .header__contacts {
    margin: 0;
     display: flex;
     flex-direction: column;
}
 .mega-menu__grid .header__contacts a {
    color: #000;
     padding: 0;
}
 .mega-menu__grid .header__contacts a:hover {
    color: #F28C1C;
}
 .mega-menu__grid .header__contacts a::before {
    content: none;
}
 .mega-menu__grid .header__contacts a[href*="tel"] {
    font-family: var(--font-family-headings);
     font-size: 50px;
     line-height: 1.2;
     font-weight: 600;
     margin-bottom: 20px;
     white-space: nowrap;
     letter-spacing: -1px;
}
 .mega-menu__grid .header__contacts a[href*="mailto"] {
    font-family: var(--font-family-headings);
     font-size: 35px;
     line-height: 1.2;
     font-weight: 600;
}
 .mega-menu__grid > li.menu__group_contacts {
    display: grid;
     gap: 20px;
     color: #000;
     grid-template-columns: repeat(12, 1fr);
     overflow: hidden;
}
 .mega-menu__grid > li.menu__group_contacts > div:nth-child(1) {
    grid-row: 1;
     grid-column: 1/13;
}
 .mega-menu__grid > li.menu__group_contacts .header__contacts {
    grid-column: 1/5;
     grid-row: 2/4;
}
 .mega-menu__grid > li.menu__group_contacts .header__social {
    grid-column: 5/8;
     grid-row: 2;
     margin: 0 auto 0 0;
     align-items: flex-start;
}
 .mega-menu__grid > li.menu__group_contacts .header__social .header-social {
    margin: 0 15px 0 0;
}
 .mega-menu__grid > li.menu__group_contacts .menu__address {
    grid-column: 5/8;
     grid-row: 3;
}
 .mega-menu__grid > li.menu__group_contacts .menu__address {
    display: flex;
     gap: 8px;
     flex-direction: column;
}
 .mega-menu__grid > li.menu__group_contacts .menu__map {
    grid-column: 8/13;
     grid-row: 1/4;
     background: #ccc;
     margin: -20px -20px -20px 0;
}
 .mega-menu__grid > li.menu__group_contacts .menu__map .sdm-map {
    height: 100%;
}
 .mega-menu .header__app-btn {
    display: none;
}
 .mega-menu__grid .menu__group-link.is-active:before, .mega-menu__grid .menu__group-link:hover:before, .menu__group-link.is-active:after, .menu__group-link:hover:after {
    content: none;
}
 @media (min-width: 768px) {
     .mega-menu__grid > li.menu__group_info > .menu__group-link > a.hidden-desktop {
        display: none !important;
    }
}
 @media (min-width: 1280px) {
     .menu__group>.menu__group-list {
        left: 0;
         top: 100%;
         border-radius: 0 12px 12px 12px;
         border: none;
    }
     .menu__group>.menu__group-list[data-level="1"] {
        min-width: 320px;
         z-index: 11;
    }
     .menu__group>.menu__group-list[data-level="1"]::before {
        content: '';
         display: block;
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         border-radius: 0 12px 12px 12px;
         box-shadow: 0 2px 5px rgba(11, 18, 25, 0.15);
    }
     .menu__group-link.is-active:before, .menu__group-link:hover:before {
        content: none;
    }
     .menu__group>.menu__group-list .menu__group-item {
        border-bottom: 1px solid rgba(0,0,0,.08);
    }
     .menu__group>.menu__group-list .menu__group-link {
        background: #fff;
         position: relative;
    }
     .menu__group>.menu__group-list .menu__group-link a {
        padding: 10px 20px;
         font-weight: 400;
         font-size: 16px;
         line-height: 18px;
    }
     .menu__group>.menu__group-list .menu__group-link.is-active, .menu__group>.menu__group-list .menu__group-link:hover {
        background: var(--button-dark-blue);
         color: #fff;
    }
     .menu__group>.menu__group-list .menu__group-list[data-level="2"] .menu__group-link.is-active, .menu__group>.menu__group-list .menu__group-list[data-level="2"] .menu__group-link:hover {
        color: var(--button-dark-blue);
         background: none;
    }
     .menu__group-arrow {
        background: url(../images/redesign2024/icon-caret-down.svg) no-repeat 50% 50%;
         border: none;
         width: 20px;
         height: 20px;
         transform: rotate(-90deg);
         top: calc(50% - 10px);
         right: 18px;
    }
     .menu__group>.menu__group-list .menu__group-link.is-active .menu__group-arrow, .menu__group>.menu__group-list .menu__group-link:hover .menu__group-arrow {
        background-image: url(../images/redesign2024/icon-caret-down-white.svg)
    }
     .menu__group-link.is-active:after, .menu__group-link:hover:after {
        content: none;
    }
     .menu__group-list {
        border: none;
         border-radius: 0 12px 12px 12px;
    }
     .menu__group>.menu__group-list .menu__group-list .menu__group-link {
        padding: 10px 20px;
         line-height: 19px;
    }
     .menu__group>.menu__group-list .menu__group-item:last-child {
        border-bottom: none;
    }
     .menu__group>.menu__group-list .menu__group-item:last-child > .menu__group-link {
        border-bottom-left-radius: 12px;
         border-bottom-right-radius: 12px;
    }
     .menu__group>.menu__group-list .menu__group-item:nth-child(2) > .menu__group-link {
        border-top-right-radius: 12px;
    }
     .menu__group-list[data-level="2"]>.menu__group-item {
        border-bottom: none;
    }
     .menu__group>.menu__group-list .menu__group-list[data-level="2"] {
        margin-left: -12px;
         z-index: -1;
         padding-left: 22px;
         padding-right: 22px;
         box-shadow: 0 2px 5px rgba(11, 18, 25, 0.15);
    }
    /*.menu__group>.menu__group-list .menu__group-list[data-level="2"]::before {
        content: '';
         display: block;
         position: absolute;
         top: -15px;
         left: 0;
         right: -15px;
         bottom: -15px;
    }
    */
     .menu__group>.menu__group-list > .menu__group-item:has(>.menu__group-link.is-active)::before {
        content: '';
         display: block;
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 400%;
         background: #eee;
         z-index: 1;
         max-width: 320px;
         opacity: 0;
    }
     .menu__group>.menu__group-list > .menu__group-item:has(>.menu__group-link.is-active:not(:hover))::before {
        animation-name: pseudo-delay;
         animation-duration: 2s;
    }
     .menu__group>.menu__group-list > .menu__group-item:has(>.menu__group-link.is-active)>.menu__group-link.is-active {
        z-index: 2;
    }
     .mega-menu__grid .menu__group-link .menu__group-arrow {
        display: none;
    }
     .popup-contacts {
        display: none !important;
    }
     .header .header__logo, .header__topbar .header__content, .header__topbar .header__content *, .header .menu__content, .header .menu__content *, .header .menu .header__content_mobile, .header .header__topbar .header__contacts a {
        transition: none !important;
    }
     .header.is-fixed {
        position: absolute;
         transform: translateY(-100%);
         transition: .3s;
    }
     .header.is-fixed-state {
        height: 80px;
         position: fixed;
         transform: translateY(0);
    }
     .header.is-fixed-state .header__nav, .header.is-fixed-state .header__wrap > .header__app-btn {
        /* display: none !important; */
    }
     .header.is-fixed-state .header__logo {
        width: 146px;
         height: 45px;
         margin-right: 30px;
    }
     .header.is-fixed-state .header__logo span {
        display: none;
    }
     .header.is-fixed-state .header__wrap > .header__app-btn {
        display: none !important;
    }
     .header.is-fixed-state .header__topbar {
        background: var(--bg-light-grey);
         border-radius: 0 0 20px 20px;
         box-shadow: 0 2px 5px rgba(11, 18, 25, 0.15);
    }
     .header.is-fixed-state .header__topbar .header__wrap {
        height: 80px;
    }
     .header.is-fixed-state .header__topbar .header__contacts {
        /* gap: 20px; */
         margin-left: 0;
         margin-right: 0;
         display: contents;
    }
     .header.is-fixed-state .header__topbar .header__contacts a[href*="tel"] {
        font-size: 25px;
         font-family: var(--font-family-headings);
         margin-right: 10px;
    }
     .header.is-fixed-state .header__topbar .header__contacts a[href*="mailto"] {
        width: 40px;
         font-size: 0;
         height: 40px;
         border-radius: 50%;
         margin: 0 0 0 10px;
         background: var(--bg--orange) url(../images/redesign2024/mail-lg-white.svg) no-repeat 50% 50%;
         order: 5;
    }
     .header.is-fixed-state .header__topbar .header__contacts a[href*="mailto"]:hover {
        background-color: var(--bg--orange-dark);
    }
     .header.is-fixed-state .header__topbar .header__social {
        margin-left: 0;
    }
     .header.is-fixed-state .header-social {
        margin-left: 10px;
    }
     .header.is-fixed-state .menu {
        position: absolute;
         top: 54px;
         /* left: 50%; */
         margin-left: 325px;
         box-shadow: none;
         width: calc(100%-325px);
         /* margin-left: -410px; */
         border-radius: 0;
         box-sizing: content-box;
    }

    .header.is-fixed-state .menu .header__content_mobile{
      /* position: absolute;
      right: 0px; */
      justify-content: flex-end;
    }

     .header.is-fixed-state .menu__btn {
        margin-right: 10px;
    }
     .header.is-fixed-state .menu__group {
        margin-right: 10px;
    }
     .header.is-fixed-state .menu__content-wrap {
        padding-left: 15px;
         padding-right: 15px;
         max-width: 100%;
    }
     .header.is-fixed-state .menu .header__content_mobile {
        /* display: none; */
    }
     .header.is-fixed-state .menu__content {
        padding-right: 0;
    }
}
 @keyframes pseudo-delay {
     from {
        z-index: 1;
    }
     to {
        z-index: 0;
    }
}
 @media (min-width: 1280px) {
     .header .menu .header__content_mobile {
        /* margin-right: 102px; */
    }
     .header__topbar .header__social {
        margin-left: 0;
    }
     .header__topbar .header__contacts {
        /* gap: 36px; */
    }
}
 @media (min-width: 1366px) {
     .header.is-fixed-state .header__logo {
        margin-right: 136px;
    }
     .header.is-fixed-state .header__logo span {
        font-size: 12px;
         line-height: 16px;
         left: calc(100% + 5px);
         top: calc(50% - 16px);
         display: block;
    }
     .header.is-fixed-state .menu {
        /* margin-left: -340px; */
    }
     .header .menu .header__content_mobile {
        /* margin-right: 140px; */
    }
     .header__topbar .header__social {
        /* margin-left: 15px; */
    }
     .header__topbar .header__contacts {
        /* gap: 60px; */
    }
}
 @media (min-width: 1440px) {
     .header .menu .header__content_mobile {
        /* margin-right: 170px; */
    }
     .header__topbar .header__social {
        /* margin-left: 35px; */
    }
     .header__topbar .header__contacts {
        /* gap: 70px; */
    }
}
 @media (min-width: 1280px) and (max-width: 1599px) {
     .fixed-menu .menu__group-list.column-3 {
        -webkit-column-count: 2;
         -moz-column-count: 2;
         column-count: 2;
    }
}
 @media (max-width: 1279px) {
     .header {
        background: var(--bg-light-grey);
         border-radius: 0 0 20px 20px;
         box-shadow: 0 2px 5px rgba(11, 18, 25, 0.15);
         padding: 20px;
         display: flex;
         position: fixed;
    }
     .header__app-btn {
        position: static;
         white-space: nowrap;
         margin-left: auto !important;
         margin-right: auto !important;
    }
     .header__topbar {
        background: none;
    }
     .header__wrap {
        padding-left: 0;
         padding-right: 0;
         display: flex;
         flex-grow: 1;
         flex-wrap: nowrap;
         align-items: center;
    }
     .header__logo {
        margin-right: 0;
         width: 130px;
         height: 40px;
    }
     .header__logo span {
        display: none;
    }
     .header .menu__content-wrap {
        padding: 0;
         position: static;
    }
     .header .menu {
        background: none;
         box-shadow: none;
         border-radius: 0;
         flex-grow: 0;
         flex-basis: auto;
    }
     .menu-open .header {
        background: var(--bg-light-grey);
    }
     .menu-open > .g-page::before {
        content: '';
         display: block;
         position: fixed;
         top: 0;
         left: 0;
        width: 100%;
         height: 80px;
         background: #333;
         z-index: 1;
    }
     .menu__btn {
        margin-right: 0;
         background: var(--button-dark-blue) !important;
    }
     .menu__btn span {
        background: #fff;
    }
     .header__social {
        display: none;
    }
     .menu__show-contacts {
        display: block;
         width: 40px;
         height: 40px;
         border-radius: 6px;
         background: var(--button-light-blue) url(../images/redesign2024/icon-phone.svg) no-repeat 50% 50%;
         margin-right: 15px;
         pointer-events: auto;
    }
     .header__topbar .header__content, .header__contacts {
        display: none;
    }
     .menu__group-list {
        border: none;
    }
     .g-page {
        padding-top: 0;
    }
     .g-main {
        padding-top: 111px;
    }
     .mega-menu {
        scroll-behavior: smooth;
         scrollbar-width: none;
    }
     .mega-menu::-webkit-scrollbar {
        display: none;
    }
     .header .menu__content {
        display: none !important;
    }
     .mega-menu {
        max-height: calc(100vh - 80px);
    }
     .mega-menu__container {
        padding-left: 20px;
         padding-right: 20px;
    }
     .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(1) {
        display: none !important;
    }
     .mega-menu__grid .menu__group>.menu__group-link a::before, .mega-menu__grid .menu__group>.menu__group-list .menu__group-link a::before {
        content: '';


    }
     .mega-menu__grid .menu__group-link {
        font-weight: 400;
    }
     .mega-menu__grid .menu__group-link .menu__group-arrow {
        display: none !important;
    }
     .mega-menu__grid .menu__group>.menu__group-list[data-level="1"] > li:nth-child(1), .mega-menu__grid .menu__group>.menu__group-list .menu__group-list[data-level="2"] > li:nth-child(1) {
        display: none !important;
    }
     .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(3) {
        grid-column: 1/3;
    }
     .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(3) > .menu__group-list, .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(2) > .menu__group-list, .mega-menu__grid .menu__group:nth-child(3)>.menu__group-list > li:nth-child(2) > .menu__group-list[data-level="2"] {
         padding-right: 0;
         column-count: 4;
    }
     .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(4) > .menu__group-list {
         column-count: 3;
     }
     .mega-menu__grid .menu__group:not(:nth-child(1))>.menu__group-list {
        margin-top: 20px;
    }
     .mega-menu__grid {
        grid-template-columns: repeat(2, 1fr);
    }
     .mega-menu__grid > li:nth-child(1) {
        grid-column: 1/3;
    }
     .mega-menu__grid > li:nth-child(2) {
        grid-column: 1/3;
    }
     .mega-menu__grid > li:nth-child(2) {
        grid-column: 1/2;
    }
     .mega-menu__grid > li:nth-child(3) {
        grid-column: 1/3;
         grid-row: 3;
    }
     .mega-menu__grid > li:nth-child(4) {
        grid-column: 2/3;
    }
     .mega-menu__grid > li.menu__group_contacts {
        grid-column: 1/3;
         grid-row: 4;
    }
     .mega-menu__grid > li.menu__group_contacts .header__contacts {
        grid-column: 1/7;
    }
     .mega-menu__grid > li.menu__group_contacts .header__social, .mega-menu__grid > li.menu__group_contacts .menu__address {
        grid-column: 7/13;
    }
     .mega-menu__grid > li.menu__group_contacts .menu__map {
        grid-column: 1/13;
         grid-row: 5;
         margin-top: 0;
         margin-left: -20px;
         height: 200px;
    }
     .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list {
        gap: 20px;
         grid-template-columns: repeat(2, 1fr);
    }
     .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(1), .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(2) {
        grid-column: 1/3;
    }
     .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(4) {
        grid-column: 1/3;
         grid-row: 4;
    }
     .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(5) {
        grid-column: 1;
         grid-row: 5;
    }
     .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(6) {
        grid-column: 2;
         grid-row: 4/6;
    }
     .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(6) > .menu__group-list {
        column-count: 1;
    }
    /* popup-contacts-mobile-open */
     .popup-contacts {
        display: flex;
         align-items: center;
         justify-content: center;
         padding: 20px;
         opacity: 0;
         transition: .5s;
         background: rgba(0,0,0,.8);
         position: fixed;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         z-index: 999;
         pointer-events: none;
    }
     .popup-contacts-mobile-open {
        overflow: hidden;
    }
     .popup-contacts-mobile-open .popup-contacts {
        opacity: 1;
         pointer-events: auto;
    }
     .popup-contacts__close {
        position: absolute;
         top: 20px;
         right: 20px;
         width: 40px;
         height: 40px;
         background: var(--bg-grey-cards) url(../images/redesign2024/icon-close.svg) no-repeat 50% 50%;
         border-radius: 6px;
         cursor: pointer;
    }
     .popup-contacts__content {
        max-width: 320px;
         width: calc(100% - 40px);
         margin: auto;
         position: relative;
         background: var(--bg-grey-cards);
         border-radius: 15px;
         padding: 20px;
    }
     .popup-contacts__title {
        text-transform: uppercase;
         text-align: center;
         margin-bottom: 20px;
         font-weight: 700;
         font-size: 16px;
         line-height: 1.2;
    }
     .popup-contacts__items {
        display: flex;
         flex-direction: column;
    }
     .popup-contacts__items .header__social {
        display: block;
         position: relative;
         width: 100%;
         top: 0;
         left: 0;
         right: 0;
         bottom: 0;
    }
     .popup-contacts__items .header__social .header-social {
    }
     .popup-contacts__items .header__contacts {
        display: block;
         order: -1;
    }
     .popup-contacts__items .header__contacts a {
        font-size: 0;
    }
     .popup-contacts__items .header__contacts a::before, .popup-contacts__items .header__social .header-social::before {
        position: relative;
         color: #000;
         font-size: 16px;
         width: auto;
         height: auto;
         background: none !important;
    }
     .popup-contacts__items .header__contacts a[href*="tel"]::before {
        content: 'Звонок специалисту';
    }
     .popup-contacts__items .header__contacts a[href*="mailto"]::before {
        content: 'Написать письмо';
    }
     .popup-contacts__items .header__social .header-social_tg::before {
        content: 'Написать в Telegram';
    }
     .popup-contacts__items .header__social .header-social_wa::before {
        content: 'Написать в Whatsapp';
    }
     .popup-contacts__btn, .popup-contacts__items .header__social .header-social, .popup-contacts__items .header__contacts a {
        padding: 10px 15px;
         background: var(--bg-grey-bg);
         display: flex;
         align-items: center;
         justify-content: space-between;
         border-radius: 100px;
         margin-bottom: 10px;
         margin-left: 0;
         margin-right: 0;
         width: 100%;
         height: auto;
    }
     .popup-contacts__btn {
        font-size: 16px;
         line-height: 1.2;
         font-weight: 400;
    }
     .popup-contacts__btn.button {
        color: #fff;
         background: var(--button-dark-blue);
         margin-bottom: 0;
    }
     .popup-contacts__btn::after, .popup-contacts__items .header__social .header-social::after, .popup-contacts__items .header__contacts a::after {
        content:'';
         display: flex;
         align-items: center;
         justify-content: center;
         width: 30px;
         height: 30px;
         border-radius: 50%;
         background-size: contain;
    }
     .popup-contacts__items .header__contacts a[href*="tel"]::after {
        background-image: url(../images/redesign2024/phone-white.svg);
         background-color: #000;
    }
     .popup-contacts__items .header__contacts a[href*="mailto"]::after {
        background-image: url(../images/redesign2024/mail-white.svg);
        background-color: #F28C1C;
    }
     .popup-contacts__items .header__social .header-social_tg::after {
        background-image: url(../images/redesign2024/tg.svg);
         background-color: var(--button-dark-blue);
    }
     .popup-contacts__items .header__social .header-social_wa::after {
        background-image: url(../images/redesign2024/wa.svg);
         background-color: var(--system-green);
    }
     .popup-contacts__btn::after {
        background: url(../images/redesign2024/icon-arrow-tr-white.svg) no-repeat 100% 50%;
         border-radius: 0;
    }
}
 @media (max-width: 991px) {
     .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(3) > .menu__group-list, .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(2) > .menu__group-list, .mega-menu__grid .menu__group:nth-child(3)>.menu__group-list > li:nth-child(2) > .menu__group-list[data-level="2"] {
         column-count: 3;
    }
     .mega-menu__grid .header__contacts a[href*="tel"] {
        font-size: 35px;
    }
     .mega-menu__grid .header__contacts a[href*="mailto"] {
        font-size: 20px;
         line-height: 22px;
    }
     .mega-menu__grid > li.menu__group_contacts .header__contacts {
    }
     .mega-menu__grid > li.menu__group_contacts .menu__address, .mega-menu__grid > li.menu__group_contacts .header__social {
    }
     .mega-menu__grid > li.menu__group_contacts .menu__map {
    }
     .mega-menu__grid .header__contacts a[href*="mailto"] {
        font-family: var(--font-family-base);
         font-weight: 500;
    }
}
 @media (max-width: 767px) {
     html, body {
         overscroll-behavior-y: none;
    }
     html:has(.mobile.menu-open) .g-page, body.mobile.menu-open .g-page {
         background: #333;
    }
     .mega-menu {
        scroll-behavior: initial !important;
    }
     .mega-menu {
        background: #333;
         padding: 0;
         max-height: calc(var(--vh, 1vh) * 100 - 80px);
         position: fixed;
         top: 80px;
    }
     .mega-menu__container {
        /*background: rgba(0,0,0,.8);
        */
         padding-top: 20px;
         padding-bottom: 20px;
    }
     .header .header__app-btn {
        display: none;
    }
     .popup-contacts__close {
        top: 20px;
    }
     .header .mega-menu .header__app-btn {
        display: flex;
         margin-bottom: 20px;
         color: #fff;
         background: var(--button-dark-blue);
         border-radius: 50px;
         align-items: center;
         justify-content: center;
         padding: 15px;
         min-height: 54px;
         gap: 5px;
    }
     .header .mega-menu .header__app-btn::after {
        flex-shrink: 0;
         background-image: url(../images/redesign2024/icon-arrow-tr-white.svg);
    }
    /*.header .mega-menu .header__app-btn {
        background: green;
    }
    */
     .mega-menu__grid {
        gap: 10px;
    }
     .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(3) > .menu__group-list, .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(2) > .menu__group-list, .mega-menu__grid .menu__group:nth-child(3)>.menu__group-list > li:nth-child(2) > .menu__group-list[data-level="2"] {
         column-count: 2;
    }
     .mega-menu__grid > li {
        grid-row: auto !important;
    }
     .mega-menu__grid > li:nth-child(2), .mega-menu__grid > li:nth-child(4) {
        grid-column: 1/3;
    }
     .mega-menu__grid > li.menu__group_contacts .header__contacts {
        grid-column: 1/13;
         grid-row: 2;
    }
     .mega-menu__grid > li.menu__group_contacts .header__social {
        grid-column: 1/13;
         grid-row: 3;
    }
     .mega-menu__grid > li.menu__group_contacts .menu__address {
        grid-column: 1/13;
         grid-row: 4;
    }
     .mega-menu__grid > li.menu__group_contacts .menu__map {
        grid-column: 1/13;
         grid-row: 5;
    }
     .mega-menu__grid > li:not(.menu__group_contacts) {
        background: none;
         padding: 0;
    }
     .mega-menu__grid > li.menu__group_contacts {
        margin-top: 10px;
         order: 5;
    }
     .mega-menu__grid > li.menu__group_about {
        order: 4;
    }
     .mega-menu__grid > li:not(.menu__group_contacts) .menu__group-link {
        padding-right: 0;
    }
     .mega-menu__grid > li:not(.menu__group_contacts) > .menu__group-link {
        min-height: 60px;
         display: flex;
         padding-right: 0;
         justify-content: space-between;
         gap: 5px;
    }
     .mega-menu__grid > li:not(.menu__group_contacts) > .menu__group-link > a, .mega-menu__grid .menu__group>.menu__group-list .menu__group-link a {
        border: none;
         padding: 15px;
         background: var(--bg-light-grey) !important;
         border-radius: 50px;
         flex-grow: 1;
         flex-direction: row;
         color: #000;
         min-height: 60px;
         transition: none;
    }
     .mega-menu__grid > li.menu__group_info > .menu__group-link > a.hidden-mobile {
        display: none !important;
    }
     .mega-menu__grid > li:not(.menu__group_contacts) > .menu__group-link > a::before {
        content: none;
         flex-shrink: 0;
    }
     .mega-menu__grid > li:not(.menu__group_contacts):first-child > .menu__group-link > a {
        font-size: 0;
    }
     .mega-menu__grid > li:not(.menu__group_contacts):first-child > .menu__group-link > a::after {
        content: 'Список услуг';
         font-size: 16px;
    }
     .mega-menu__grid .menu__group-link .menu__group-arrow {
        display: block !important;
         border-radius: 50%;
         width: 60px;
         height: 60px;
         background: var(--button-light-blue) url(../images/redesign2024/icon-caret-down-blue.svg) no-repeat 50% 50%;
         border: none;
         background-size: auto;
         position: relative;
         top: 0;
         right: 0;
         flex-shrink: 0;
    }
     .mega-menu__grid .menu__group:not(.opened)>.menu__group-list {
        /*display: none;
         */
        overflow: hidden;
         height: 0;
         display: flex;
         flex-direction: column;
         gap: 0;
    }
     .mega-menu__grid > li.opened {
        padding: 20px;
         margin: 0 -20px;
         background: rgba(255,255,255,.2);
         border-radius: 15px;
    }
     .mega-menu__grid > li.opened > .menu__group-link > a {
        color: #fff;
         background: var(--bg--orange) !important;
    }
     .mega-menu__grid > li.opened > .menu__group-link > .menu__group-arrow {
        background: var(--bg--orange-light) url(../images/redesign2024/icon-close-orange.svg) no-repeat 50% 50%;
    }
     .mega-menu__grid .menu__group>.menu__group-list[data-level="1"] > .menu__group-item > .menu__group-link {
        padding-bottom: 0;
         border: none;
         gap: 5px;
         margin-bottom: 10px;
    }
     .mega-menu__grid .menu__group>.menu__group-list .menu__group-link a {
        display: flex;
         align-items: center;
         position: relative;
    }
     .mega-menu__grid .menu__group>.menu__group-list .menu__group-link a::before {
        content: none;
    }
     .mega-menu__grid .menu__group>.menu__group-list .opened .menu__group-link a::after {
        content: '';
         display: block;
         position: absolute;
         top: 100%;
         left: 0;
         width: 100%;
         height: 50px;
         margin-top: 10px;
    }
     .mega-menu__grid .menu__group.opened:nth-child(1)>.menu__group-list {
        display: flex;
         flex-direction: column;
         gap: 0;
    }
     .mega-menu__grid .menu__group.opened:nth-child(1)>.menu__group-list > li:last-child {
        margin-bottom: 0;
    }
     .mega-menu__grid .menu__group.opened>.menu__group-list {
        margin-top: 10px !important;
    }
     .mega-menu__grid .menu__group>.menu__group-list .menu__group-list[data-level="2"] {
        display: none !important;
    }
     .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li > .menu__group-list[data-level="2"] {
        padding: 10px 15px !important;
         background: #fff;
         border-radius: 12px;
         display: none !important;
    }
     .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li.opened > .menu__group-list[data-level="2"] {
        display: block !important;
         margin-bottom: 10px;
    }
     .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li.opened > .menu__group-link .menu__group-arrow {
        background-color: var(--button-dark-blue);
         background-image: url(../images/redesign2024/icon-caret-up-white.svg);
    }
     .mega-menu__grid .menu__group:not(:nth-child(1)) .menu__group-link {
        min-height: 40px;
    }
     .mega-menu__grid .menu__group:not(:nth-child(1))>.menu__group-list > li:nth-child(2) > .menu__group-list[data-level="2"] {
        padding: 0 15px !important;
    }
     .mega-menu__grid .menu__group:not(:nth-child(1))>.menu__group-list > li:nth-child(2) > .menu__group-list[data-level="2"] > li {
        margin-bottom: 5px;
    }
     .mega-menu__grid .menu__group:not(:nth-child(1))>.menu__group-list[data-level="1"] > .menu__group-item > .menu__group-link {
        margin-bottom: 0;
    }
     .mega-menu__grid .menu__group:not(:nth-child(1))>.menu__group-list[data-level="1"] > .menu__group-item > .menu__group-link a {
        min-height: 40px;
         background: none !important;
         padding: 0;
         border-radius: 0;
         text-transform: none;
         font-weight: 400;
         font-size: 16px;
    }
     .mega-menu__grid .menu__group:not(:nth-child(1))>.menu__group-list[data-level="1"] > .menu__group-item > .menu__group-link .menu__group-arrow {
        display: none !important;
    }
     .mega-menu__grid .menu__group:not(:nth-child(1))>.menu__group-list {
        background: #fff;
         border-radius: 12px;
         padding: 10px 15px;
         display: none;
    }
     .mega-menu__grid .menu__group:not(:nth-child(1)).opened>.menu__group-list, .mega-menu__grid .menu__group:not(:nth-child(1)).opened>.menu__group-list .menu__group-list[data-level="2"] {
        display: block !important;
    }
     .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(3) {
        order: -1;
    }
     .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(6) > .menu__group-list {
        column-count: 2;
    }
     .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li > .menu__group-list[data-level="2"] {
        padding: 50px 15px 10px 30px !important
    }
     .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li > .menu__group-list[data-level="2"]::before {
        height: 40px;
         display: flex;
         align-items: center;
         position: absolute;
         top: 10px;
         left: 15px;
    }
     .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(2) > .menu__group-list::before {
        content: 'Печать баннеров';
    }
     .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(3) > .menu__group-list::before {
        content: 'УФ-печать';
    }
     .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(4) > .menu__group-list::before {
        content: 'Широкоформатная печать';
    }
     .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(5) > .menu__group-list::before {
        content: 'Интерьерная печать';
    }
     .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(6) > .menu__group-list::before {
        content: 'Раскрой';
    }
     .mega-menu__grid .menu__group .menu__group-list[data-level="2"] .menu__group-item {
        margin-bottom: 5px;
    }
     .mega-menu__grid .menu__group .menu__group-list[data-level="2"] .menu__group-item > .menu__group-link {
        min-height: 40px;
    }
}

@media (max-width: 767px) {
    .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(4) > .menu__group-list {
        column-count: 1;
    }
}

 @media (max-width: 479px) {
     .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(3) > .menu__group-list, .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(2) > .menu__group-list, .mega-menu__grid .menu__group:nth-child(3)>.menu__group-list > li:nth-child(2) > .menu__group-list[data-level="2"], .mega-menu__grid .menu__group:nth-child(2)>.menu__group-list > li:nth-child(2) > .menu__group-list[data-level="2"], .mega-menu__grid .menu__group:nth-child(3)>.menu__group-list > li:nth-child(2) > .menu__group-list[data-level="2"],
     .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(6) > .menu__group-list, .mega-menu__grid .menu__group:nth-child(1)>.menu__group-list > li:nth-child(7) > .menu__group-list {
        column-count: 1;
    }
}
.hero-content-service__btns.is-fixed {
	position: fixed;
    top: 130px;
    width: 100%;
    justify-content: flex-end;
    padding-right: 40px;
    padding-left: 40px;
    max-width: 1440px;
    left: 50%;
    margin-left: -720px;
	z-index: 99;
}
.hero-content-service__btns.is-fixed > * {
	flex: initial;
	min-width: 272px;
	transition: none;
}

@media (max-width: 1279px) {
	.hero-content-service__btns.is-fixed {
		top: 90px;
	}
    .hero-content-service__btns.is-fixed {
        width: 100%;
		left: 0;
		margin-left: 0;
		flex-direction: row;
		padding-right: 20px;
        padding-left: 20px;
        max-width: 100% !important;
    }
}
@media (max-width: 1000px) {
    .hero-content-service__btns.is-fixed {
		justify-content: stretch
	}
	.hero-content-service__btns.is-fixed > * {
		flex: 1 0;
		min-width:inherit
	}
	.hero-content-service__btns.is-fixed .btn2._has_icon .btn2__icon {
		display: none
	}
}