.container {
    width: 100%;
    max-width: 1180px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

.position-relative {
    position: relative;
}

.header {
    font-family: 'TT Fors', -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: 'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on, 'ss05' on, 'ss06' on, 'ss07' on;
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 0 12px -1px rgba(29, 29, 38, 0.08);
    transition: border-bottom .24s, transform .12s;
}

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

.header a,
.header li,
.header span,
.header p {
    letter-spacing: 0;
}

.sub-menu .menu-item-big-image img {
    width: 100px;
    height: 100px;
    margin-bottom: 24px;
}

.menu-item-text__inner span {
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 40px;
    padding: 0 24px;
    margin-top: 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: var(--main-colors-black);
    background: #fff;
    border: 1px solid var(--main-colors-black);
    border-radius: 5px;
    transition: background .24s;
}

.menu-item-text__inner span:hover {
    color: var(--main-colors-blue);
    border-color: var(--main-colors-blue);
}

.header-scroll {
    border-bottom: 1px solid var(--main-colors-grey-2);
}

.header__top-wrapper {
    display: none;
}

.header__logo {
    display: flex;
}

.header__logo a svg {
    display: block;
}

.header__top-menu a,
.header__top-menu button {
    font-size: 16px;
    line-height: 24px;
    color: var(--se-heading-color);
    transition: color .24s;
}

.header__top-menu-link-icon a,
.header__top-menu-link-icon button {
    padding-left: 26px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 18px;
    transition: background-image .24s;
}

.header__top-menu-link-icon_ukraine a {
    background-image: url('/blog/wp-content/themes/se_theme/page-templates/stand-with-ukraine/assets/images/ukraine-flag.png');
}

.header__top-menu-link-icon_help a {
    background-image: url('/blog/wp-content/themes/se_theme/template-parts/header/assets/images/icons/help-sprite.svg');
}

.header__top-menu-link-icon_contact button {
    color: var(--se-text-color);
    background-color: transparent;
    background-image: url('/blog/wp-content/themes/se_theme/template-parts/header/assets/images/icons/contact-sprite.svg');
    background-repeat: no-repeat;
    border: none;
}

.header__top-menu-link-icon_contact button:hover {
    color: var(--se-accent-blue);
    cursor: pointer;
}

.header__top-menu-link-icon_help a,
.header__top-menu-link-icon_contact button {
    display: block;
    background-position: 1px 0;
    background-size: auto;
}

.header__top-menu-link-icon_help a:hover,
.header__top-menu-link-icon_contact button:hover {
    background-position: 1px -16px;
}

.header-mobile__container .header__top-menu-link-icon_help a {
    background-image: url('/blog/wp-content/themes/se_theme/template-parts/header/assets/images/icons/help-sprite-mobile.svg');
}

.header-mobile__container .header__top-menu-link-icon_contact button {
    background-image: url('/blog/wp-content/themes/se_theme/template-parts/header/assets/images/icons/contact-sprite-mobile.svg');
}

.header-mobile__container .header__top-menu-link-icon_help a:hover,
.header-mobile__container .header__top-menu-link-icon_contact button:hover {
    background-position: 1px -24px;
}

.header__bottom {
    display: flex;
    align-items: center;
    padding-top: 23px;
    padding-bottom: 23px;
    justify-content: space-between;
}

.header__bottom-logo {
    display: flex;
    width: fit-content;
    min-width: 154px;
    gap: 8px;
}

.header__api-link {
    margin-right: 40px;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    color: var(--main-colors-blue);
    transform: translateY(2.5px);
}

.header__api-link:hover {
    text-decoration: underline;
}

.header__api-link_disabled {
    pointer-events: none;
    cursor: default;
}

.header__api-separator {
    width: 1px;
    height: 30px;
    background-color: var(--main-colors-grey);
}

.menu-item-with-icon .title-wrapper,
.menu-item-with-icon .title-wrapper a {
    position: relative;
    width: 100%;
    min-height: 32px;
    padding-left: 48px;
    background-repeat: no-repeat;
}

.header-menu .menu-item:hover a,
.header-menu a:hover {
    text-decoration: none;
}

.header-menu > .menu-item-has-children:after {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: 5px;
    content: '';
    background: url('/blog/wp-content/themes/se_theme/template-parts/header/assets/images/icons/icon-menu-arrow.svg') no-repeat center;
    background-size: contain;
    transition: background-image .24s, transform .24s;
    transform-origin: 50% 50%;
}

.header-menu .sub-menu {
    margin: 0;
    list-style: none;
}

.header-nav__list .sub-menu .sub-menu a {
    flex-direction: revert;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
}

.header-nav__list .sub-menu .sub-menu .menu-item-with-icon:not(.menu-item-big-image) a {
    position: absolute;
    left: 0;
    height: 100%;
    padding-left: 48px;
}

.header-nav__list .sub-menu .sub-menu :not(.menu-item-big-image) .text-and-image-wrap a {
    align-items: flex-start;
    line-height: 19px;
}

.header-nav__list .menu-item-features .sub-menu .sub-menu a {
    flex-wrap: nowrap;
}

.menu-item-resources .menu-item-header a {
    align-items: start;
}

.header .header-menu.header-nav__list > li > .sub-menu {
    top: calc(100% - 5px);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    width: auto;
    min-width: 800px;
    padding: 24px 0 76px;
}

.menu-item-row {
    padding: 0;
}

.header-nav__list .sub-menu .menu-item-row > span,
.header-nav__list .sub-menu .menu-item-two-link-in-one > span,
.menu-item-resources .menu-item-with-icon:not(.menu-item-big-image) .text-and-image-wrap span br {
    display: none;
}

.sub-menu .title-wrapper {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 16px;
}

.sub-menu .menu-item-title {
    font-size: 14px;
    line-height: 20px;
    color: var(--se-text-color);
    transition: color .24s;
}

.sub-menu .menu-item-title-link {
    display: flex;
    width: 100%;
    color: var(--main-colors-black-2);
}

.sub-menu .menu-item-title-text {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: var(--main-colors-black);
    text-transform: uppercase;
}

.menu-item-two-link-in-one {
    position: relative;
}

.menu-item-big-image .text-and-image-wrap {
    display: flex;
    flex-direction: column;
}

.menu-item-big-image .text-and-image-wrap > span {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.text-and-small-image .text-and-image-wrap img {
    width: 12px;
    height: 9px;
}

.menu-item-two-link-in-one .text-and-image-wrap {
    display: flex;
    align-items: center;
}

.text-and-image-wrap .menu-item-title:hover {
    color: var(--se-accent-blue);
}

.menu-item-two-link-in-one .sub-menu li:first-child .text-and-image-wrap {
    width: 50%;
    padding-right: 12px;
    border-right: 1px solid var(--main-colors-grey-2);
}

.menu-item-two-link-in-one .sub-menu li:last-child a {
    position: absolute;
    top: 0;
    left: 50%;
    align-items: center;
    width: 50%;
    padding-left: 12px;
}

.menu-item-two-link-in-one img {
    width: 12px;
    height: 9px;
    margin-right: 5px;
}

.menu-item-has-children > .sub-menu .sub-menu {
    display: flex;
    flex-wrap: wrap;
}

header.header .header-nav__list > li.menu-item-resources > ul.sub-menu {
    padding: 0;
    overflow: hidden;
}

.menu-item-resources .menu-item-header > .sub-menu {
    padding-top: 24px;
}

header.header .header-nav__list > li.menu-item-resources > ul.sub-menu > li {
    padding: 20px 0;
}

.menu-item-resources > ul.sub-menu > li:nth-of-type(3) {
    background: var(--se-main-color-grey);
}

.menu-item-resources a {
    flex-direction: column;
}

.menu-item-resources .menu-item-title-link {
    font-weight: 500;
    color: var(--main-colors-black);
}

.menu-item-resources .text-and-image-wrap {
    position: relative;
    display: block;
    padding-left: 48px;
    margin-bottom: 24px;
    font-weight: 500;
    color: var(--se-heading-color);
    background-repeat: no-repeat;
}

.menu-item-resources .menu-item-big-image .text-and-image-wrap {
    display: block;
    padding-left: 0;
    margin-bottom: 0;
}

.menu-item-resources .menu-item.menu-item-big-image .menu-item-text__inner {
    margin-bottom: 0;
}

.menu-item-resources .text-and-image-wrap .menu-item-title-link {
    align-self: start;
}

.menu-item-resources .text-and-image-wrap .menu-item-text__inner {
    margin-top: -8px;
    margin-bottom: 24px;
}

.menu-item-resources .menu-item-text__inner {
    padding-top: 0;
}

.menu-item-row {
    width: 340px;
    border-left: 1px solid var(--main-colors-grey-2);
}

.menu-item-row:first-child {
    border-left: 0;
}

.menu-item-row > .submenu {
    padding-left: 15px;
}

.menu-item-row:first-child > .submenu {
    padding-left: 0;
}

.menu-item-row > .sub-menu > li {
    padding-bottom: 40px;
}

.menu-item-row > .sub-menu > li:last-child {
    padding-bottom: 0;
}

.header-nav__list > li > .sub-menu > li.menu-item-bottom {
    width: calc(100% - 48px);
    padding-bottom: 0;
    text-align: center;
}

.menu-item-text__inner {
    order: 2;
    width: 100%;
    padding-top: 15px;
    font-size: 14px;
    font-weight: 400;
    color: var(--main-colors-black-2);
    text-transform: initial;
}

.menu-item-header a {
    text-transform: initial;
}

.menu-item-header > a {
    display: flex;
    font-weight: 700;
    text-transform: uppercase;
}

.menu-item-header {
    padding: 0;
}

.header-nav__list .menu-item-header > a {
    padding-top: 0;
    padding-bottom: 0;
}

.header-menu a:hover {
    color: var(--se-heading-color);
}

.header__top-menu a:hover,
.header-menu a[href]:hover,
.header-nav__list .menu-item.current-menu-item > a,
.header-nav__list .menu-item-has-children .menu-item.current-menu-item a {
    color: var(--main-colors-blue);
}

.header-nav__list .promo-tool-notify {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.header .f-button-group--authorization {
    position: unset;
}

.header .se-btn {
    border-radius: 8px;
    font-weight: 500;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: 'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on, 'ss05' on, 'ss06' on, 'ss07' on;
}

.header .se-btn.se-btn_small {
    border-radius: 8px;
}

.header .f-header__singup {
    text-transform: capitalize;
    transition: color .24s, background-color .24s;
}

.menu-item-bottom {
    position: absolute;
    bottom: 0;
    left: 24px;
    width: calc(100% - 48px);
    border-top: 1px solid var(--main-colors-grey-2);
}

.menu-bottom-banner.menu-item-bottom {
    border-top: 0;
}

.header-menu .sub-menu .menu-item.menu-item-bottom a {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 15px 24px;
    margin: 0 auto;
    font-size: 14px;
    color: var(--main-colors-blue);
    font-weight: 500;
}

.header-menu .sub-menu .menu-item.menu-item-bottom.menu-bottom-banner a {
    font-weight: 500;
    color: var(--main-colors-black);
    font-size: 14px;
    line-height: 140%;
    width: 100%;
    background-color: var(--accent-colors-ai);
    padding: 8px;
    display: flex;
    border-radius: 8px;
    margin-bottom: 14px;
    text-align: center;
    justify-content: center;
}

.header-without-banner .header-menu .sub-menu .menu-item.menu-item-bottom.menu-bottom-banner,
.header-without-banner .menu-header-link,
.header-with-banner .menu-item-features .menu-item-bottom:not(.menu-bottom-banner) {
    display: none;
}

.header-menu .sub-menu .menu-item.menu-item-bottom.menu-bottom-banner a svg {
    margin-left: 8px;
}

.header-menu .sub-menu .menu-item.menu-item-bottom.menu-bottom-banner a:hover {
    background-color: var(--accent-colors-ai-hover);
    text-decoration: none;
}

.header-menu .sub-menu .menu-item.menu-item-bottom a:after {
    position: absolute;
    right: 0;
    width: 17px;
    height: 17px;
    content: '';
    background-image: url('/wp-content/themes/se_theme/template-parts/header/assets/images/icons/arrow_forward.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .24s;
}

.header-menu .sub-menu .menu-item.menu-item-bottom.menu-bottom-banner a:after {
    content: none;
}

.header-menu .sub-menu .menu-item.menu-item-bottom a:hover {
    text-decoration: underline;
}

.header-menu .sub-menu .menu-item.menu-item-bottom a:hover:after {
    opacity: .9;
}

.menu-item-header > .sub-menu {
    display: grid;
    padding-top: 16px;
    grid-gap: 8px;
}

.header-nav__list .menu-item-header .promo-tool-notify {
    justify-content: initial;
}

.header-nav__list .menu-item-header .promo-tool-label {
    order: 1;
    min-width: auto;
    height: 20px;
    padding: 0 8px;
    margin-right: 0;
    margin-left: 12px;
    font-size: 12px;
    color: var(--main-colors-black);
    text-align: center;
    background: var(--accent-colors-grassland);
    border-radius: 5px;
    font-weight: 500;
    line-height: 20px;
    text-transform: none;
}

.header-with-banner .header-nav__list .menu-item-header .promo-tool-notify_ai .promo-tool-label {
    background: var(--accent-colors-ai);
    margin-left: 8px;
}

.header-without-banner .header-nav__list .menu-item-header .promo-tool-notify_ai .promo-tool-label {
    display: none;
}

.header-with-banner .header-nav__list .promo-tool-notify_ai a:before {
    content: url('/wp-content/themes/se_theme/uikit/common/icons/ai-stars.svg');
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-top: 2px;
}

.menu-header-link a.menu-item-title-link {
    font-weight: 500;
    color: var(--main-colors-blue);
}

.menu-header-link a.menu-item-title-link:hover {
    text-decoration: underline;
}

.menu-header-link a:after {
    content: '';
    width: 16px;
    height: 16px;
    margin-left: 5px;
    margin-top: 2px;
    background-image: url('/wp-content/themes/se_theme/template-parts/header/assets/images/icons/arrow_forward.svg');
    background-size: 16px;
}

.header-nav__list .promo-tool-notify_beta .promo-tool-label {
    color: #26ae60;
    background: #eaf7f0;
}

.header-nav__list .promo-tool-notify_beta .promo-tool-label {
    color: #26ae60;
    background: #eaf7f0;
}

@media screen and (min-width: 768px) {
    .header__bottom {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .header-btn_login {
        margin-right: 12px;
    }
}

@media screen and (min-width: 1200px) {
    .header-nav__list .menu-item-has-children:hover > .sub-menu .sub-menu {
        position: static;
        display: grid;
        visibility: visible;
        border: 0;
        box-shadow: none;
    }

    .header__top-wrapper {
        display: block;
        height: 32px;
        visibility: visible;
        opacity: 1;
        transition-duration: .24s;
        transition-property: opacity, visibility, height;
    }

    .header-scroll .header__top-wrapper {
        visibility: hidden;
        opacity: 0;
    }

    .header__top {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-top: 12px;
    }

    .header__top-block {
        display: flex;
        width: 50%;
    }

    .header__top-language-switcher {
        justify-content: flex-end;
    }

    .header__top-language-switcher .language-switcher {
        margin-top: 0;
    }

    .header__top-language-switcher .language-switcher__wrap {
        margin-bottom: -10px;
    }

    .header__top-menu {
        display: flex;
        align-items: center;
    }

    .header__top-menu .menu-item:not(:first-child) {
        padding-left: 25px;
    }

    .header__top-menu a,
    .header__top-menu button {
        font-size: 12px;
        line-height: 16px;
        color: var(--main-colors-black-2);
    }

    .header__top-menu a:hover {
        color: var(--se-heading-color);
    }

    .header__top-menu-link-icon a,
    .header__top-menu-link-icon button {
        padding: 0 0 0 18px;
        background-size: 12px;
        font-feature-settings: 'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on, 'ss05' on, 'ss06' on, 'ss07' on;
    }

    .header__top-menu-link-icon.header__top-menu-link-icon_ukraine a {
        padding-left: 22px;
        background-size: 16px;
    }

    .header .language-switcher__dropdown {
        right: 0;
        left: unset;
    }

    .header__bottom {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .header__bottom-buttons {
        display: flex;
        justify-content: flex-end;
    }

    .header-nav__list {
        display: flex;
        margin-left: -32px;
    }

    .header-nav__list > .menu-item {
        display: inline-block;
        padding: 0 16px 20px;
        margin-bottom: -20px;
    }

    .header-menu > .menu-item-has-children:hover:after {
        background: url('/blog/wp-content/themes/se_theme/template-parts/header/assets/images/icons/icon-menu-arrow-blue.svg') no-repeat center;
        background-size: contain;
    }

    .header-nav__list > .menu-item > .title-wrapper a,
    .header-nav__list > .menu-item > .title-wrapper span {
        font-size: 16px;
        line-height: 24px;
        color: var(--main-colors-black);
        transition: color .24s;
    }

    .header-menu > li > .sub-menu {
        position: absolute;
        top: calc(100% - 16px);
        left: 0;
        z-index: 1;
        width: auto;
        padding: 12px 0 0;
        visibility: hidden;
        background-color: #fff;
        border: 1px solid var(--main-colors-grey-2);
        border-radius: 5px;
        box-shadow: 0 4px 12px -1px rgba(29, 29, 38, .08);
        transition: top .24s;
    }

    .menu-item-header {
        padding-right: 24px;
        padding-left: 24px;
    }

    .header-menu .menu-item-has-children:hover > .sub-menu {
        top: calc(100% - 8px);
        z-index: 3;
        visibility: visible;
    }

    .header-nav__list > .menu-item:hover > span > span,
    .header-menu .menu-item:not(.menu-item-header) > span > a:hover,
    .header-menu > .menu-item-has-children:hover > .title-wrapper > a {
        color: var(--main-colors-blue);
    }

    .header__bottom-burger,
    .header-mobile,
    .header-burger {
        display: none;
    }

    .header-scroll {
        transform: translateY(-32px);
    }
}

@media screen and (max-width: 1199px) {
    .header-without-banner .menu-item-features > .sub-menu > li:nth-child(3) .sub-menu > li:nth-last-child(2) {
        padding-bottom: 0;
    }

    .header-primary-menu .header-nav__list > li > .sub-menu > li.menu-item-bottom a {
        padding-left: 0;
        margin-left: 0;
    }

    .header__top-menu-link-icon_contact button {
        font-size: 16px;
        line-height: 24px;
        color: var(--se-heading-color);
    }

    .header__bottom {
        justify-content: normal;
    }

    .header__bottom-block {
        padding-left: 32px;
    }

    .header__bottom-buttons {
        margin-left: auto;
    }

    .header__logo {
        padding-left: 0;
    }

    .menu-item-resources .menu-item-big-image .text-and-image-wrap {
        display: grid;
        column-gap: 42px;
        grid-template-columns: 120px auto;
    }

    .menu-item-resources .menu-item.menu-item-big-image .menu-item-text__inner {
        margin-top: -90px;
    }

    .sub-menu .menu-item-big-image {
        position: relative;
    }

    .sub-menu .menu-item-big-image img {
        width: 120px;
        height: 120px;
        margin-right: 42px;
        margin-bottom: 0;
    }

    .menu-item-text__inner span {
        margin-top: 16px;
    }

    .menu-item-features > .sub-menu > li:nth-child(even) .promo-tool-label {
        right: 24px;
    }

    .menu-item-features > .sub-menu {
        flex-wrap: wrap;
    }

    .menu-item-features > .sub-menu > li:nth-child(even) {
        border-left: none;
    }

    .menu-item-row,
    .menu-item-resources > ul.sub-menu > li:last-child {
        width: 100%;
    }

    .menu-item-features > .sub-menu > li:nth-child(odd) {
        padding-left: 32px;
    }

    .menu-item-features > .sub-menu > li,
    .menu-item-why > .sub-menu > li {
        width: 50%;
        margin-bottom: 24px;
    }

    .header .header-menu.header-nav__list > li.menu-item-features > .sub-menu,
    .header .header-menu.header-nav__list > li.menu-item-why > .sub-menu {
        padding-bottom: 0;
    }

    .menu-item-features > .sub-menu > li:nth-child(1) .menu-item-header > .sub-menu {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        grid-gap: 0;
    }

    .menu-item-features .menu-item-header .sub-menu .title-wrapper {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .menu-item-features .sub-menu .menu-item-with-icon .title-wrapper {
        margin-top: 8px;
    }

    .menu-item-features .menu-item-header > .sub-menu {
        padding-top: 8px;
    }

    .menu-item-features > .sub-menu > li:nth-child(1) .menu-item-header > .sub-menu li {
        width: 50%;
    }

    .menu-item-features > .sub-menu > li:nth-child(1) .menu-item-header > .sub-menu li:nth-child(even) {
        padding-left: 32px;
        border-left: 1px solid var(--main-colors-grey-2);
    }

    .menu-item-features > .sub-menu > li:nth-child(1) {
        width: 100%;
        padding-bottom: 24px;
        padding-left: 0;
        border-bottom: 1px solid var(--main-colors-grey-2);
    }

    .menu-item-why .menu-item-row:nth-child(2) > .sub-menu,
    .menu-item-why .menu-item-row:nth-child(3) > .sub-menu {
        padding-left: 32px;
    }

    .menu-item-features .sub-menu > .menu-item-header > a {
        padding-top: 0;
        padding-bottom: 0;
    }

    .menu-item-resources > .sub-menu {
        flex-wrap: wrap;
    }

    .menu-item-resources > .sub-menu > li {
        width: 50%;
    }

    .menu-item-resources > .sub-menu > li:nth-child(even) {
        padding-left: 32px;
    }

    .menu-item-resources > .sub-menu > li:nth-child(odd) {
        padding-right: 24px;
    }

    .menu-item-resources > .sub-menu > li:last-child {
        border-top: 1px solid var(--main-colors-grey-2);
        border-left: none;
    }

    header.header .header-nav__list > li.menu-item-resources > ul.sub-menu > li {
        padding: 24px;
    }

    .menu-item-has-children > .sub-menu .sub-menu {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: start;
    }

    .header-menu .menu-item-has-children {
        position: relative;
    }

    .header-burger {
        position: relative;
        width: 24px;
        height: 24px;
        padding: 3px;
        cursor: pointer;
    }

    .header__burger-line {
        width: 100%;
        height: 2px;
        margin-top: 3px;
        margin-bottom: 3px;
        background-color: var(--se-heading-color);
        border-radius: 2px;
        opacity: 1;
        transition-duration: .24s;
        transition-property: transform;
    }

    .header-burger-open .header__burger-line-middle {
        opacity: 0;
    }

    .header-burger-open .header__burger-line-top {
        transform: rotate(-45deg) translateY(4px) translateX(-5px);
    }

    .header-burger-open .header__burger-line-bottom {
        transform: rotate(45deg) translateY(-2px) translateX(-3px);
    }

    .header__bottom {
        justify-content: space-between;
    }

    .header-mobile {
        position: absolute;
        top: 70px;
        right: 100%;
        z-index: -999;
        width: 100vw;
        height: calc(100vh - 70px);
        padding-bottom: 100px;
        overflow-y: auto;
        background-color: #fff;
        opacity: 0;
        transition: opacity 300ms ease 0ms, right 0ms linear 0ms;
    }

    .header-mobile_show {
        right: 0;
        z-index: 9999;
        opacity: 1;
    }

    .header-mobile .language-switcher,
    .header-mobile .header-buttons {
        padding-bottom: 10px;
    }

    .header-menu {
        margin-right: -20px;
        margin-left: -20px;
    }

    .se-new-design .header-menu {
        margin-right: calc(var(--spacing-h1) * -1);
        margin-left: calc(var(--spacing-h1) * -1);
    }

    .header-nav__list {
        border-top: 1px solid var(--main-colors-grey-2);
    }

    .header-menu > .menu-item {
        padding: 20px;
        background-color: #fff;
        border-bottom: 1px solid var(--main-colors-grey-2);
    }

    .se-new-design .header-menu > .menu-item {
        padding: 20px var(--spacing-h1);
    }

    .header-menu > .menu-item > span > a,
    .header-menu > .menu-item > span {
        font-size: 16px;
        line-height: 24px;
        color: var(--se-heading-color);
        transition: color .24s;
    }

    .header-menu a:hover {
        color: var(--se-accent-blue);
    }

    .header .header-menu.header-nav__list > li > .sub-menu {
        display: none;
        min-width: auto;
        padding: 24px;
        margin-top: 20px;
        background: #fff;
        border: 1px solid transparent;
        border-radius: 20px;
        left: 0;
        transform: none;
    }

    .header .header-menu.header-nav__list > li.menu-item-features > .sub-menu,
    .header .header-menu.header-nav__list > li.menu-item-why > .sub-menu {
        position: relative;
        left: 0;
        padding-top: 80px;
    }

    .header-without-banner .menu-header-link,
    .menu-item-bottom {
        top: 0;
        bottom: auto;
        border-top: none;
        border-bottom: 1px solid var(--main-colors-grey-2);
    }

    .header-nav__list > li > .sub-menu > li.menu-item-bottom {
        text-align: left;
    }

    .header-menu > .menu-item-has-children:after {
        position: absolute;
        top: 27px;
        right: 20px
    }

    .se-new-design .header-menu > .menu-item-has-children:after {
        right: var(--spacing-h1);
    }

    .header-menu_open.menu-item-has-children:after {
        transform: rotate(-180deg);
    }

    .header .header-menu.header-nav__list > li.header-menu_open > .sub-menu {
        display: flex;
    }

    .header-menu .header-menu_open {
        background-color: var(--main-colors-grey-3);
        transition: background-color .24s;
    }

    .header-primary-menu,
    .language-switcher,
    .header-secondary-menu {
        display: none;
    }

    .header-mobile .header-primary-menu,
    .header-mobile .header-secondary-menu {
        display: block;
    }

    .header-mobile .language-switcher {
        display: inline-flex;
    }

    .header-nav__list > li > .sub-menu > li.menu-item-bottom.menu-bottom-banner {
        position: static;
        border-bottom: none;
        width: 100%;
        padding-left: 0;
    }

    .header-menu .sub-menu .menu-item.menu-item-bottom.menu-bottom-banner a {
        margin-bottom: 0;
    }

    .header-with-banner.header .header-menu.header-nav__list > li.menu-item-features > .sub-menu {
        padding-top: 20px;
    }

    .menu-item-row > .sub-menu > li {
        padding-bottom: 32px;
    }

    .menu-item-resources > ul.sub-menu > li:nth-of-type(3) {
        background-color: #fff;
    }

    .menu-item-features > .sub-menu > li.menu-bottom-banner {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .header-with-banner.header .header-menu.header-nav__list > li.menu-item-features > .sub-menu {
        padding: 20px;
    }

    .header .header-menu.header-nav__list > li > .sub-menu {
        border-radius: 8px;
    }

    .menu-item-why > .sub-menu > li {
        width: 100%;
    }

    .menu-item-why .menu-item-header .sub-menu .title-wrapper,
    .menu-item-features .menu-item-header .sub-menu .title-wrapper {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .menu-item-why .sub-menu .menu-item-with-icon:not(:first-child) .title-wrapper {
        margin-top: 8px;
    }

    header.header .header-nav__list > li.menu-item-resources > ul.sub-menu > li {
        padding: 24px 20px;
    }

    .menu-item-resources .menu-item-with-icon:not(.menu-item-big-image):last-child .text-and-image-wrap {
        padding-bottom: 0;
    }

    .menu-item-resources .menu-item-big-image .text-and-image-wrap {
        display: block;
    }

    .menu-item-resources .menu-item.menu-item-big-image .menu-item-text__inner {
        margin-top: 0;
    }

    .menu-item-resources > .sub-menu > li:not(:first-child) {
        border-top: 1px solid var(--main-colors-grey-2);
    }

    .menu-item-two-link-in-one .sub-menu li:first-child .text-and-image-wrap {
        padding-bottom: 25px;
        border-right: 0;
    }

    .menu-item-two-link-in-one .sub-menu li:last-child a {
        top: 25px;
        left: 0;
        padding-left: 0;
    }

    .menu-item-features > .sub-menu > li:nth-child(1) .menu-item-header > .sub-menu li:nth-child(even) {
        padding-left: 0;
        border-left: 0;
    }

    .menu-item-features > .sub-menu > li:nth-child(1) .menu-item-header > .sub-menu li,
    .menu-item-features > .sub-menu > li {
        width: 100%;
    }

    .menu-item-row > .sub-menu > li {
        padding-bottom: 24px;
    }

    .header .header-menu.header-nav__list > li.header-menu_open > .sub-menu {
        display: block;
    }

    .menu-item-row {
        border-left: none;
    }

    .menu-item-resources > .sub-menu > li {
        width: 100%;
    }

    .header .header-nav__list .menu-item-big-image .menu-item-title-link {
        height: auto;
        padding-left: 0;
        margin-bottom: 4px;
    }

    .sub-menu .menu-item-big-image img {
        position: static;
        margin-bottom: 16px;
    }

    .menu-item-why .menu-item-row:nth-child(2) > .sub-menu,
    .menu-item-why .menu-item-row:nth-child(3) > .sub-menu {
        padding-left: 0;
    }

    .menu-item-features > .sub-menu > li:nth-child(odd) {
        padding-left: 0;
        border-left: none;
    }

    .menu-item-has-children > .sub-menu .sub-menu {
        display: block;
    }

    .header-nav__list > li > .sub-menu > li.menu-item-bottom.menu-bottom-banner {
        margin-bottom: 0;
    }

    .header-menu .sub-menu .menu-item.menu-item-bottom.menu-bottom-banner a {
        text-align: start;
    }

    .header-buttons,
    .header-btn_login,
    .menu-item-big-image .text-and-image-wrap > br {
        display: none;
    }

    .header .se-btn.se-btn_main {
        max-width: 210px;
        white-space: nowrap;
    }

    .header-mobile .header-buttons {
        display: inline-flex;
        width: 50%;
    }

    .header-mobile .language-switcher {
        justify-content: flex-end;
        width: 50%;
    }

    .header-mobile .language-switcher__dropdown {
        right: 0;
        left: unset;
    }

    .header .f-button-group--authorization {
        justify-content: flex-start;
        padding-left: 0;
    }

    .header__bottom-block svg {
        display: block;
    }

    .header__bottom-block {
        padding-left: 0;
    }

    .header-menu .sub-menu .menu-item.menu-item-bottom.menu-bottom-banner a svg {
        margin-left: 4px;
    }
}

@media screen and (max-width: 1023px) {
    .header {
        border-bottom: 1px solid var(--main-colors-grey-2);
    }
}

@media screen and (max-width: 600px) {
    .header-menu .sub-menu .menu-item.menu-item-bottom.menu-bottom-banner a {
        display: inline;
    }

    .header-menu .sub-menu .menu-item.menu-item-bottom.menu-bottom-banner a svg {
        transform: translateY(3px);
    }
}