@import url("https://fonts.googleapis.com/css2?family=Readex+Pro:wght@500;700&display=swap");

.scroll-blocked {
    height: 100vh;
    overflow: hidden;
}

.header {
    position: relative;
    z-index: 40;
    height: 83px;
    background: #fff;
}

.header .icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.header .container {
    max-width: 100%;
    width: 100%;
}

@media (min-width: 1700px) {
    .header .container {
        max-width: 1544px !important;
    }
}

@media (min-width: 1264px) {
    .header .container {
        max-width: 1185px;
    }
}

.header .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s linear;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    font-family: 'Readex Pro', sans-serif;
    font-weight: 500;
    white-space: nowrap;
    font-size: 16px;
    line-height: 24px;
    border-radius: 30px;
    padding: 6px 22px;
    background: #f74e00;
    border: 2px solid #f74e00;
    color: #ffffff;
    position: relative;
    width: 220px;
    height: 56px;
}

.header .button__after {
     font-size: 16px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-left: 16px;
}

.header .button__after .icon-chevron {
    transition: 0.3s ease-in-out;
}

.header .button > span {
    position: relative;
    z-index: 2;
}


.header .button > .button__dropdown {
     position: absolute;
     left: -3px;
     right: -4px;
     z-index: -1;
     background: #2c3648;
     padding-top: 8px;
     box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.16);
     border-radius: 16px;
     overflow: hidden;
     top: calc(100% + 12px);
     opacity: 0;
     pointer-events: none;
     user-select: none;
     transition: 0.3s linear;
}
.header .button_dropdown-opened > span.button__dropdown {
    opacity: 1;
    pointer-events: auto;
    user-select: auto;
}

.header .button_dropdown-opened .button__after .icon-chevron {
    transform: rotate(180deg);
}

.header .button .menu-list_highlighted .menu-list__label {
    padding: 8px 20px 15px;
    margin: 0;
    display: flex;
    flex-direction: column;
    text-align: left;
    font-family: 'Roboto', serif;
    color: #ced6e6;
}

.header .button .menu-list_highlighted .menu-list__label .link {
    font-family: inherit;
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    color: #ced6e6
}

.header .button .menu-list_highlighted .menu-list__label--subtitle {
     font-weight: 300;
     font-size: 14px;
     line-height: 14px;
     text-transform: none;
}

.header .button .menu-list_highlighted .menu-list__content {
    padding: 12px 20px;
    background: #dbe3ea;
    row-gap: 8px;
}

.header .button .menu-list_highlighted .menu-list__content--link {
     font-weight: 400;
     font-family: Roboto, sans-serif;
     font-size: 16px;
     line-height: 24px;
}

.header .button .menu-list_highlighted .menu-list__content--text span {
    color: #8D959D;
}

@media (min-width: 1264px) {
    .header .button {
        font-size: 24px;
        line-height: 32px;
        border-radius: 40px;
        padding: 10px 38px;
    }
}

.header .button_sm {
    font-size: 14px;
    line-height: 20px;
    border-radius: 20px;
    padding: 2px 14px;
}

@media (min-width: 1264px) {
    .header .button_sm {
        font-size: 16px;
        line-height: 24px;
        border-radius: 30px;
        padding: 6px 22px;
        width: auto;
        height: auto;
    }
}

@media (min-width: 1700px) {
    .header .button_sm {
        line-height: 18px;
    }
}

.header .button:not(.button_disabled):hover {
    background: #f32c00;
    border-color: #f32c00;
    text-decoration: none !important;
}

.header .button:not(.button_disabled):focus, .header .button:not(.button_disabled):active {
    background: #e23600;
    border-color: #e23600;
}

.header .search-input {
    display: block;
    width: 100%;
    position: relative;
}

.header .search-input__input {
    -webkit-appearance: none;
    height: auto;
    outline: none;
    background: transparent;
    display: block;
    width: 100% !important;
    padding: 7px 7px 7px 10px;
    border: 2px solid #ced4da;
    border-radius: 40px;
    transition: 0.15s ease-in-out;
    font-size: 16px;
    line-height: 22px;
    color: #6c757d;
}

@media (min-width: 1264px) {
    .header .search-input__input {
        padding: 14px;
        font-size: 18px;
        line-height: 24px;
    }
}

.header .search-input__input::placeholder {
    color: #ced4da;
}

.header .search-input__button {
    font-size: 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #f74e00;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1264px) {
    .header .search-input__button {
        font-size: 20px;
        width: 20px;
        height: 20px;
        right: 16px;
    }
}

.header .search-input__button .icon {
    width: 100%;
    height: 100%;
    color: currentColor;
}

.header .main-menu-item {
    display: block;
}

@media (min-width: 1264px) {
    .header .main-menu-item {
        position: relative;
        height: 100%;
    }
}

.header .main-menu-item__wrapp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

@media (min-width: 1264px) {
    .header .main-menu-item__wrapp {
        height: 100%;
    }
}

.header .main-menu-item__wrapp--text {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #424242;
    font-family: 'Readex Pro', Roboto, sans-serif;
    transition: 0.3s ease-in-out;
}

@media (min-width: 1264px) {
    .header .main-menu-item__wrapp--text {
        font-family: Roboto, Montserrat, sans-serif;
        font-weight: normal;
        color: #555555;
        font-size: 14px;
    }
}

@media (min-width: 1700px) {
    .header .main-menu-item__wrapp--text {
        font-size: 18px;
    }
}

.header .main-menu-item__wrapp--drop {
    width: 16px;
    flex: 0 0 16px;
    height: 10px;
    transition: 0.3s ease-in-out;
    color: #f74e00;
    display: flex;
    align-items: center;
    margin-left: 10px;
    transform: rotate(-90deg);
}

@media (min-width: 1264px) {
    .header .main-menu-item__wrapp--drop {
        margin-left: 5px;
        transform: rotate(0);
    }
}

@media (min-width: 1700px) {
    .header .main-menu-item__wrapp--drop {
        margin-left: 10px;
    }
}

.header .main-menu-item__wrapp--drop .icon {
    width: 100%;
    height: 100%;
    fill: currentColor;
    stroke: currentColor;
}

.header .main-menu-item__items {
    transform: translateX(100%);
    position: absolute;
    left: 0;
    top: 83px;
    width: 100%;
    min-height: calc(100vh - 83px);
    z-index: 1;
    background: #fff;
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
}

@media (min-width: 1264px) {
    .header .main-menu-item__items {
        display: block;
        position: absolute;
        transform: none;
        min-height: unset;
        left: -20px;
        top: 100%;
        z-index: 99;
        opacity: 0;
        user-select: none;
        pointer-events: none;
        transition: opacity 0.3s ease-in-out;
        background: none;
        width: auto;
    }
}

@media (min-width: 1264px) {
    .header .main-menu-item__items_products {
        left: -36px;
    }
}

@media (min-width: 1700px) {
    .header .main-menu-item__items_solutions {
        left: -36px;
    }
}

.header .main-menu-item__items--label {
    background: #2c3648;
    padding: 24px 20px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #a7a7a7;
    text-transform: uppercase;
    border-bottom: 1px solid #4b5569;
    flex: 0 0 auto;
}

.header .main-menu-item__items--label .icon {
    width: 16px;
    height: 10px;
    margin-right: 4px;
    transform: rotate(90deg);
}

@media (min-width: 1264px) {
    .header .main-menu-item__items--label {
        display: none;
    }
}

.header .main-menu-item__items--search {
    padding: 20px;
    background: #2c3648;
    display: block;
    flex: 0 0 auto;
}

@media (min-width: 1264px) {
    .header .main-menu-item__items--search {
        display: none;
    }
}

.header .main-menu-item__items--lists {
    padding: 24px 20px;
}

@media (min-width: 1264px) {
    .header .main-menu-item__items--lists {
        background: #dbe3ea;
        border-radius: 16px;
        overflow: hidden;
    }
}

.header .main-menu-item__items--lists .menu-list:not(:last-child) {
    margin-bottom: 20px;
}

@media (min-width: 1264px) {
    .header .main-menu-item__items--lists .menu-list_highlighted:first-child {
        margin-top: -24px;
    }
}

.header .main-menu-item__items--inner {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

@media (min-width: 1264px) {
    .header .main-menu-item__items--inner {
        min-width: 214px;
    }
}

.header .main-menu-item__items--item {
    font-size: 14px;
    line-height: 20px;
    color: #424242;
    padding-left: 12px;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}

@media (min-width: 1264px) {
    .header .main-menu-item__items--item {
        font-size: 16px;
        line-height: 24px;
        color: #ffffff;
        padding-left: 0;
        white-space: nowrap;
    }

    .header .main-menu-item__items--item:hover {
        text-decoration: underline;
    }
}

.header .main-menu-item__items--item:not(:last-child) {
    margin-bottom: 8px;
}

.header .main-menu-item:hover {
    text-decoration: none !important;
}

@media (max-width: 1263px) {
    .header .main-menu-item_opened .main-menu-item__wrapp--drop {
        transform: rotate(180deg);
    }

    .header .main-menu-item_opened .main-menu-item__wrapp--text {
        color: #f74e00;
    }

    .header .main-menu-item_opened .main-menu-item__items {
        transform: translateX(0);
    }
}

@media (min-width: 1264px) {
    .header .main-menu-item_hovered .main-menu-item__wrapp--drop {
        transform: rotate(180deg);
    }

    .header .main-menu-item_hovered .main-menu-item__wrapp--text {
        color: #f74e00;
    }

    .header .main-menu-item_hovered.main-menu-item_has-submenu .main-menu-item__items {
        opacity: 1;
        pointer-events: all;
        user-select: auto;
    }
}

@media (min-width: 1264px) {
    .header {
        height: auto;
    }
}

.header__inner {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 100%;
}

@media (min-width: 1264px) {
    .header__inner {
        flex-direction: column-reverse;
        position: relative;
        overflow: visible;
    }
}

@media (max-width: 1263px) {
    .header:not(.header_shown) .header-nav__panel {
        display: none;
    }

    .header:not(.header_shown) .header-nav__menu {
        display: none;
    }

    .header:not(.header_shown) .header-panel {
        display: none;
    }

    .header_shown {
        height: 100vh;
        background: #f1f1f1;
    }
}

@media (max-width: 1263px) and (min-width: 1264px) {
    .header_shown {
        background: #fff;
    }
}

@media (max-width: 1263px) {
    .header_shown .header-nav {
        background: #fff;
    }

    .header_shown .header__inner {
        overflow-y: auto;
    }

    .header_shown .header-nav__main--toggle .icon-burger {
        display: none;
    }

    .header_shown .header-nav__main--toggle .icon-cross {
        display: block;
    }
}

.header-nav {
    position: relative;
    transition: background 0.15s ease-in-out;
}

@media (min-width: 1264px) {
    .header-nav {
        padding: 20px 0 0;
    }

    .header-nav__inner > .row {
        display: flex;
    }
}

.header-nav__button {
    height: 100%;
}

.header-nav__button.button {
    display: none;
}

@media (min-width: 1264px) {
    .header-nav__button.button {
        display: flex;
    }
}

@media (min-width: 1264px) {
    .header-nav__button {
        display: flex;
        margin-left: 10px;
    }
}

@media (min-width: 1700px) {
    .header-nav__button {
        margin-left: 24px;
    }
}

.header-nav__main {
    padding-top: 29px !important;
    padding-bottom: 18px;
    border-bottom: 1px solid #ced4da;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 1264px) {
    .header-nav__main {
        padding-top: 0 !important;
        padding-bottom: 0;
        border-bottom: none;
        justify-content: flex-start;
    }
}

@media (max-width: 1263px) {
    .header-nav__main {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

.header-nav__main--logo {
    width: 127px;
    flex: 0 0 127px;
    height: 35px;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    position: relative;
    top: -5px;
}

@media (min-width: 1264px) {
    .header-nav__main--logo {
        top: 0;
        width: 157px;
        flex: 0 0 157px;
        height: 60px;
    }
}

.header-nav__main--logo .icon {
    width: 100%;
    height: 50px;
    display: block;
}

@media (min-width: 1264px) {
    .header-nav__main--logo .icon {
        height: 100%;
    }
}

.header-nav__main--toggle {
    cursor: pointer;
    font-size: 20px;
    color: #555;
}

@media (min-width: 1264px) {
    .header-nav__main--toggle {
        display: none;
    }
}

.header-nav__main--toggle .icon {
    color: currentColor;
}

.header-nav__main--toggle .icon-cross {
    display: none;
}

.header-nav__panel {
    padding-top: 33px !important;
    padding-bottom: 24px;
}

@media (min-width: 1264px) {
    .header-nav__panel {
        padding-bottom: 4px;
        padding-top: 4px !important;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        order: 3;
    }
}

.header-nav__menu {
    padding-top: 0 !important;
    padding-bottom: 24px;
    position: static;
}

@media (min-width: 1264px) {
    .header-nav__menu {
        padding-bottom: 0;
        display: flex;
        align-items: center;
        position: relative;
    }
}

.header-nav__menu .main-menu-item:not(:last-child) {
    margin-bottom: 24px;
}

@media (min-width: 1264px) {
    .header-nav__menu .main-menu-item:not(:last-child) {
        margin-bottom: 0;
        margin-right: 13px;
    }
}

@media (min-width: 1700px) {
    .header-nav__menu .main-menu-item:not(:last-child) {
        margin-bottom: 0;
        margin-right: 24px;
    }
}

.header .menu-products {
    padding: 12px 0 40px;
    background: #2c3648;
    height: 100%;
}

@media (min-width: 1264px) {
    .header .menu-products {
        height: auto;
        min-width: 900px;
        padding: 0;
        background: #DBE3EA;
        border-radius: 20px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .header .menu-products::after {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 360px;
        background: #2C3648;
        z-index: 1;
        content: '';
        display: block;
    }
}

@media (min-width: 1700px) {
    .header .menu-products {
        min-width: 1037px;
    }

    .header .menu-products::after {
        width: 404px;
    }
}

.header .menu-products__button {
    padding: 12px 20px 0;
}

@media (min-width: 1264px) {
    .header .menu-products__button {
        position: relative;
        z-index: 2;
        padding: 32px 36px 40px;
    }
}

.header .menu-products__button .button {
    width: 100%;
}

@media (min-width: 1264px) {
    .header .menu-products__button .button {
        max-width: 288px;
    }
}

@media (min-width: 1700px) {
    .header .menu-products__button .button {
        max-width: 332px;
    }
}

@media (min-width: 1264px) {
    .header .product-item {
        position: relative;
        z-index: 2;
        display: grid;
        grid-template-columns: 310px 1fr;
        align-items: start;
        column-gap: 40px;
        padding: 36px 0 24px;
        margin: 0 36px;
        border-bottom: 1px solid rgba(146, 168, 209, 0.3);
    }
}

@media (min-width: 1700px) {
    .header .product-item {
        column-gap: 72px;
        grid-template-columns: 340px 1fr;
    }
}

.header .product-item__name {
    position: relative;
    display: none;
    padding: 20px;
    cursor: pointer;
    z-index: 2;
}

.header .product-item__name > .icon {
    display: none;
}

@media (min-width: 1264px) {
    .header .product-item__name > .icon {
        display: block;
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        margin-right: 24px;
    }
}

.header .product-item__name--content {
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.header .product-item__name--title {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 2px;
    display: block;
}

.header .product-item__name--subtitle {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ff783a;
}

.header .product-item__name--toggle {
    position: absolute;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 20px;
    right: 20px;
    transition: transform 0.3s ease-in-out;
}

.header .product-item__name--toggle .icon {
    width: 16px;
    height: 10px;
    color: #f74e00;
}

.header .product-item__name:hover {
    text-decoration: none !important;
}

@media (min-width: 1264px) {
    .header .product-item__name {
        display: flex;
        align-items: center;
        padding: 0;
    }
}

.header .product-item__name_toggler {
    display: block;
}

@media (min-width: 1264px) {
    .header .product-item__name_toggler {
        display: none;
    }
}

.header .product-item__content {
    display: block;
    max-height: 0;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    padding: 0 20px;
    background: #fff;
}

@media (min-width: 1264px) {
    .header .product-item__content--overview {
        display: none;
    }
}

@media (min-width: 1264px) {
    .header .product-item__content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: column;
        column-gap: 32px;
        padding: 0;
        background: none;
        max-height: unset;
        overflow: visible;
        position: relative;
        z-index: 2;
    }

    .header .product-item__content .menu-list__content {
        row-gap: 2px;
    }
}

.header .product-item__content .menu-list:not(:last-child) {
    margin-bottom: 20px;
}

@media (min-width: 1264px) {
    .header .product-item__content .menu-list:not(:last-child) {
        margin-bottom: 0;
    }
}

.header .product-item_opened .product-item__name--toggle {
    transform: rotate(180deg);
}

.header .product-item_opened .product-item__content {
    max-height: 750px;
    padding: 12px 20px;
}

@media (min-width: 1264px) {
    .header .product-item::after {
        opacity: 0;
        content: '';
        transition: 0.3s ease-in-out;
        display: block;
        position: absolute;
        left: -36px;
        width: 360px;
        top: 0;
        bottom: 0;
        background: #3f4a60;
    }

    .header .product-item::before {
        opacity: 0;
        content: '';
        transition: 0.3s ease-in-out;
        display: block;
        position: absolute;
        right: -36px;
        left: 324px;
        top: 0;
        bottom: 0;
        background: #ebf3fa;
    }
}

@media (min-width: 1700px) {
    .header .product-item::after {
        width: 404px;
    }

    .header .product-item::before {
        left: 368px;
    }
}

@media (min-width: 1264px) {
    .header .product-item:hover::after, .header .product-item:hover::before {
        opacity: 1;
    }
}

.header .menu-list__label {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #4b5569;
    margin-bottom: 8px;
}

.header .menu-list__label .link {
    color: #fff;
}

@media (min-width: 1264px) {
    .header .menu-list__label {
        white-space: nowrap;
    }
}

.header .menu-list__label .icon {
    width: 16px;
    height: 10px;
    flex: 0 0 16px;
    color: #6c757d;
    stroke-width: 1px;
    transition: transform 0.3s linear;
}

@media (min-width: 1264px) {
    .header .menu-list__label .icon {
        display: none;
    }
}

.header .menu-list__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (min-width: 1264px) {
    .header .menu-list__content {
        display: grid;
        grid-template-columns: auto 1fr;
        column-gap: 16px;
        row-gap: 12px;
    }
}

@media (min-width: 1700px) {
    .header .menu-list__content {
        column-gap: 32px;
    }
}

.header .menu-list__content--link {
    display: flex;
    align-items: flex-start;
    line-height: 20px;
    padding: 2px 0;
    white-space: nowrap;
}


.header .menu-list__content--text {
    color: #f74e00;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

.header .menu-list__content--link .icon {
    display: none;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin-right: 2px;
}

@media (min-width: 1264px) {
    .header .menu-list__content--link .icon {
        display: block;
    }
}

.header .menu-list__content--link:not(:last-child) {
    margin-bottom: 12px;
}

@media (min-width: 1264px) {
    .header .menu-list__content--link:not(:last-child) {
        margin-bottom: 0;
    }
}

@media (min-width: 1264px) {
    .header .menu-list__content--link_arrowed span {
        transition: transform 0.3s ease-in-out;
    }

    .header .menu-list__content--link_arrowed:hover span {
        transform: translateX(-2px);
    }
}

.header .menu-list__content--label {
    font-style: italic;
    white-space: normal;
    color: #8D959D;
}

@media (max-width: 1263px) {
    .header .menu-list_expand .menu-list__label {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        color: #708596;
        margin-bottom: 0;
        transition: 0.3s ease-in-out;
    }

    .header .menu-list_expand .menu-list__content {
        max-height: 0;
        overflow: hidden;
        transition: 0.3s ease-in-out;
    }

    .header .menu-list_expand.menu-list_opened .menu-list__label {
        margin-bottom: 8px;
    }

    .header .menu-list_expand.menu-list_opened .menu-list__label .icon {
        transform: rotate(180deg);
    }

    .header .menu-list_expand.menu-list_opened .menu-list__content {
        max-height: 750px;
    }
}

@media (min-width: 1264px) {
    .header .menu-list_expand .menu-list__label {
        font-size: 14px;
        color: #708596;
        margin-bottom: 8px;
        font-weight: 400;
    }
}

@media (min-width: 1264px) {
    .header .menu-list_single .menu-list__content {
        grid-template-columns: 100%;
    }


    .header .menu-list_wide .menu-list__content {
        grid-template-columns: 275px 300px 1fr;
        column-gap: 32px;
    }

    .header .menu-list_hatted {
        padding-top: 26px;
        margin-top: 10px;
        border-top: 1px solid #bdd2e3;
    }
}

@media (min-width: 1264px) {
    .header .menu-list_highlighted .menu-list__label {
        margin: 0 -20px 8px;
        background: #2C3648;
        color: #fff;
        padding: 12px 20px;
    }
}

.header .menu-solutions {
    background: #DBE3EA;
}

@media (min-width: 1264px) {
    .header .menu-solutions {
        min-width: 900px;
        border-radius: 20px;
        padding: 0 20px 16px;
        position: relative;
        overflow: hidden;
    }
}

@media (min-width: 1700px) {
    .header .menu-solutions {
        padding: 0 36px 16px;
        min-width: 962px;
    }
}

.header .menu-solutions__content {
    padding: 0 20px;
}

@media (min-width: 1264px) {
    .header .menu-solutions__content {
        padding: 0;
    }

    .header .menu-solutions__content .solution-item:first-child .solution-item__name {
        padding-right: 50%;
    }
}

.header .menu-solutions__info {
    padding: 24px 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 1264px) {
    .header .menu-solutions__info {
        flex-direction: row;
        padding: 0;
        position: absolute;
        top: 15px;
        right: 20px;
    }
}

@media (min-width: 1700px) {
    .header .menu-solutions__info {
        right: 32px;
    }
}

.header .menu-solutions__info--text {
    font-size: 16px;
    line-height: 20px;
    color: #708496;
    margin-bottom: 16px;
}

@media (min-width: 1264px) {
    .header .menu-solutions__info--text {
        margin-bottom: 0;
        margin-right: 16px;
        color: #fff;
    }
}

.header .solution-item {
    border-bottom: 1px solid #d9e0ee;
}

.header .solution-item__name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    margin: 0 -20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    background: #2C3648;
    color: #fff;
}

@media (min-width: 1264px) {
    .header .solution-item__name {
        justify-content: flex-start;
        margin: 0 -20px 20px;
    }
}

@media (min-width: 1700px) {
    .header .solution-item__name {
        padding: 20px 36px;
        margin: 0 -36px 20px;
    }
}

.header .solution-item__name .icon {
    width: 16px;
    height: 10px;
    flex: 0 0 16px;
    color: #f74e00;
    transition: transform 0.3s ease-in-out;
}

@media (min-width: 1264px) {
    .header .solution-item__name .icon {
        display: none;
    }
}

.header .solution-item__content {
    max-height: 0;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

@media (min-width: 1264px) {
    .header .solution-item__content {
        display: grid;
        grid-template-columns: 275px 300px 1fr;
        column-gap: 32px;
        padding-bottom: 20px;
        max-height: unset;
        overflow: visible;
        grid-template-areas:
                "a b c"
                "d d d"
    }
}

@media (min-width: 1700px) {
    .header .solution-item__content {
        column-gap: 40px;
    }

    .header .menu-list_wide .menu-list__content {
        column-gap: 40px;
    }
}

.header .solution-item__content .menu-list:not(:last-child) {
    margin-bottom: 16px;
}

@media (min-width: 1264px) {
    .header .solution-item__content .menu-list:nth-child(1) {
        grid-area: a;
    }
    .header .solution-item__content .menu-list:nth-child(2) {
         grid-area: b;
     }
    .header .solution-item__content .menu-list:nth-child(3) {
         grid-area: c;
     }
    .header .solution-item__content .menu-list:nth-child(4) {
         grid-area: d;
     }
}

@media (min-width: 1264px) {
    .header .solution-item {
        border-bottom: none;
    }
}

.header .solution-item_opened .solution-item__name .icon {
    transform: rotate(180deg);
}

.header .solution-item_opened .solution-item__content {
    max-height: 500px;
    padding: 20px 0;
}

@media (min-width: 1264px) {
    .header-panel {
        background: none;
        border-bottom: 1px solid #ced4da;
        padding: 17px 0;
    }
}

.header-panel__menu {
    padding-top: 20px !important;
    padding-bottom: 20px;
}

@media (min-width: 1264px) {
    .header-panel__menu {
        display: flex;
        justify-content: flex-end;
        padding-top: 0 !important;
        padding-bottom: 0;
    }
}

.header-panel__menu .menu-item:not(:last-child) {
    margin-bottom: 24px;
}

@media (min-width: 1264px) {
    .header-panel__menu .menu-item:not(:last-child) {
        margin-bottom: 0;
        margin-right: 24px;
    }
}

.header-panel__phones {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 4px;
}

@media (min-width: 1264px) {
    .header-panel__phones {
        justify-content: flex-start;
        padding-top: 0;
        padding-bottom: 0;
    }

    .header-panel__phones .menu-item:not(:last-child) {
        margin-right: 24px;
    }
}

@media (min-width: 1264px) {
    .header-panel__inner {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
    }
}

.header .menu-item {
    display: block;
    position: relative;
}

.header .menu-item__wrapp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.header .menu-item__wrapp--text {
    font-size: 16px;
    line-height: 22px;
    color: #6c757d;
    font-family: Roboto, Montserrat, sans-serif;
    transition: 0.3s ease-in-out;
}

@media (min-width: 1700px) {
    .header .menu-item__wrapp--text {
        font-size: 18px;
    }
}

.header .menu-item__wrapp--drop {
    width: 16px;
    flex: 0 0 16px;
    height: 10px;
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: center;
    margin-left: 10px;
    color: #6c757d;
}

@media (min-width: 1264px) {
    .header .menu-item__wrapp--drop {
        margin-left: 5px;
    }
}

@media (min-width: 1700px) {
    .header .menu-item__wrapp--drop {
        margin-left: 10px;
    }
}

.header .menu-item__wrapp--drop .icon {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1px;
}

.header .menu-item__items {
    display: none;
    padding-top: 16px;
}

@media (min-width: 1264px) {
    .header .menu-item__items {
        display: block;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 99;
        opacity: 0;
        user-select: none;
        pointer-events: none;
        transition: opacity 0.3s ease-in-out;
    }
}

.header .menu-item__items--inner {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1264px) {
    .header .menu-item__items--inner {
        background: #dbe0e6;
        border-radius: 8px;
        padding: 16px;
        min-width: 46px;
    }
}

.header .menu-item__items--item {
    font-size: 14px;
    line-height: 20px;
    color: #6c757d;
    padding-left: 12px;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}

@media (min-width: 1264px) {
    .header .menu-item__items--item {
        font-size: 16px;
        line-height: 24px;
        padding-left: 0;
        white-space: nowrap;
        color: #55616b;
    }

    .header .menu-item__items--item:hover {
        text-decoration: underline;
    }
}

.header .menu-item__items--item:not(:last-child) {
    margin-bottom: 8px;
}

.header .menu-item:hover {
    text-decoration: none !important;
}

@media (max-width: 1263px) {
    .header .menu-item_opened .menu-item__wrapp--drop {
        transform: rotate(180deg);
    }

    .header .menu-item_opened .menu-item__wrapp--text {
        color: #f74e00;
    }

    .header .menu-item_opened .menu-item__items {
        display: flex;
    }
}

@media (min-width: 1264px) {
    .header .menu-item:hover .menu-item__wrapp--drop {
        transform: rotate(180deg);
    }

    .header .menu-item:hover .menu-item__wrapp--text {
        color: #f74e00;
    }

    .header .menu-item_has-submenu:hover .menu-item__items {
        opacity: 1;
        pointer-events: all;
        user-select: auto;
    }
}
