.header {
    position: absolute;
    width: 100%;
    max-width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    padding-top: 53px
}

@media screen and (max-width: 1024px) {
    .header {
        padding-top: 35px;
        overflow: visible
    }

    .header .header-navigation {
        width: 100%
    }
}

.header__burger {
    display: none
}

@media screen and (max-width: 1024px) {
    .header__burger {
        display: block;
        position: absolute;
        right: 30px;
        top: 0;
        width: 22px;
        height: 18px;
        cursor: pointer
    }

    .header__burger.close_button {
        background-image: url(/wp-content/themes/hitapps/img/close__black.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        z-index: 1000
    }

    .header__burger.close_button .burger__line {
        display: none
    }

    .header__burger .burger__line {
        width: 100%;
        height: 2px;
        background-color: #fff;
        position: absolute;
        right: 0
    }

    .header__burger .burger__line:first-of-type {
        top: 0
    }

    .header__burger .burger__line:nth-of-type(2) {
        top: 8px
    }

    .header__burger .burger__line:last-of-type {
        bottom: 0
    }
}

.header .wrap_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 1024px) {
    .header .wrap_header {
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.header body.overflow .header__logo, .header__logo {
    z-index: 999
}

.header__link {
    width: 142px;
    height: 29px;
    font-size: 0;
    background-image: url(/wp-content/themes/hitapps/img/logo__white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block
}

@media screen and (max-width: 1024px) {
    .header__link {
        width: 90px;
        height: 18px
    }
}

.header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

@media screen and (max-width: 1024px) {
    .header__left {
        position: absolute;
        right: 0;
        top: -35px;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 95px 20px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .header__left.active {
        z-index: 999
    }

    .header__left:not(.active) {
        display: none;
        opacity: 0
    }
}

.header-navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0
}

@media screen and (max-width: 1024px) {
    .header-navigation__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.header-navigation__list a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none
}

@media screen and (max-width: 1024px) {
    .header-navigation__list a {
        color: #000
    }
}

.header-navigation__list .current-menu-item a {
    text-decoration: underline
}

.header-navigation__list a:hover {
    text-decoration: underline
}

.header-navigation__list .menu-item-has-children {
    margin: 0
}

@media screen and (max-width: 1024px) {
    .header-navigation__list .menu-item {
        margin: 0 0 20px 0
    }

    .header-navigation__list .menu-item:not(:first-of-type) {
        margin-left: 0;
        margin-right: 0
    }

    .header-navigation__list .menu-item:not(.menu-item-has-children) {
        margin: 0 0 20px 0
    }
}

.header-navigation__list .menu-item:not(:last-of-type) {
    margin-right: 30px
}

@media screen and (max-width: 1024px) {
    .header-navigation__list .menu-item:not(:last-of-type) {
        margin-right: 0
    }
}

.header-navigation__list .menu-item.menu-item-has-children {
    margin-right: 49px;
    position: relative
}

@media screen and (max-width: 1024px) {
    .header-navigation__list .menu-item.menu-item-has-children {
        margin-right: 0
    }
}

.header-navigation__list .menu-item.menu-item-has-children:after {
    content: '';
    width: 16px;
    height: 16px;
    right: -16px;
    position: absolute;
    bottom: 0;
    background-image: url(/wp-content/themes/hitapps/img/navigation-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

@media screen and (max-width: 1024px) {
    .header-navigation__list .menu-item.menu-item-has-children:after {
        content: none
    }
}

.header-navigation__list .menu-item.menu-item-has-children:hover:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header-navigation__list .menu-item .sub-menu {
    position: absolute;
    bottom: 0;
    display: none;
    padding: 10px 0 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content
}

@media screen and (max-width: 1024px) {
    .header-navigation__list .menu-item .sub-menu {
        list-style-type: none;
        margin: 20px 0 0;
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .header-navigation__list .menu-item .sub-menu a {
        font-size: 16px;
        font-weight: 500;
        text-decoration: none
    }

    .header-navigation__list .menu-item .sub-menu li:not(:last-of-type) {
        margin-bottom: 20px
    }
}

.header-navigation__list .menu-item .sub-menu li {
    list-style-type: none;
    margin-left: 0;
    padding: 9px 10px 13px 15px;
    width: auto;
    background-color: #fff;
    min-width: 186px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 1024px) {
    .header-navigation__list .menu-item .sub-menu li {
        padding: 0;
        margin: 0;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content
    }
}

.header-navigation__list .menu-item .sub-menu li:hover {
    background-color: #eaeaea
}

@media screen and (max-width: 1024px) {
    .header-navigation__list .menu-item .sub-menu li:hover {
        background-color: transparent
    }
}

.header-navigation__list .menu-item .sub-menu li:first-of-type {
    border-radius: 5px 5px 0 0
}

.header-navigation__list .menu-item .sub-menu li:last-of-type {
    border-radius: 0 0 5px 5px
}

.header-navigation__list .menu-item .sub-menu a, .header-navigation__list .menu-item .sub-menu a:hover {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    color: #171e29;
    text-decoration: none
}

@media screen and (max-width: 1024px) {
    .header-navigation__list .menu-item .sub-menu a, .header-navigation__list .menu-item .sub-menu a:hover {
        font-size: 16px;
        line-height: 1;
        color: #000
    }
}

@media screen and (max-width: 1024px) {
    .header-navigation__list .menu-item .sub-menu a:hover {
        text-decoration: underline
    }
}

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

.header-navigation__list .menu-item-has-children:hover .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none
}

.header__btn {
    margin-left: 30px;
    padding: 10px 22px;
    color: #1863fd;
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    text-decoration: none
}

.header__btn:hover {
    opacity: .8
}

@media screen and (max-width: 1024px) {
    .header__btn {
        margin-left: 0;
        background-color: #f0f0f0
    }
}

@media screen and (max-width: 1024px) {
    body.overflow .first-screen__content:after {
        z-index: -1
    }

    body.overflow {
        overflow: hidden
    }

    body.overflow .header__link {
        background-image: url(/wp-content/themes/hitapps/img/logo__black.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain
    }

    body.overflow .header__logo {
        z-index: 1000
    }
}

@font-face {
    font-family: 'Cera Pro';
    src: local("Cera Pro Regular"), local("CeraPro-Regular"), url(../fonts/CeraPro-Regular.woff) format("woff"), url(../fonts/CeraPro-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: 'Cera Pro';
    src: local("Cera Pro Italic"), local("CeraPro-Italic"), url(../fonts/CeraPro-Italic.woff) format("woff"), url(../fonts/CeraPro-Italic.woff2) format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: block
}

@font-face {
    font-family: 'Cera Pro';
    src: local("Cera Pro Medium"), local("CeraPro-Medium"), url(../fonts/CeraPro-Medium.woff) format("woff"), url(../fonts/CeraPro-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: 'Cera Pro';
    src: local("Cera Pro Bold"), local("CeraPro-Bold"), url(../fonts/CeraPro-Bold.woff) format("woff"), url(../fonts/CeraPro-Bold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: 'Cera Pro';
    src: local("Cera Pro Thin"), local("CeraPro-Thin"), url(../fonts/CeraPro-Thin.woff) format("woff"), url(../fonts/CeraPro-Thin.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: 'Cera Pro';
    src: local("Cera Pro BoldItalic"), local("CeraPro-BoldItalic"), url(../fonts/CeraPro-BoldItalic.woff) format("woff"), url(../fonts/CeraPro-BoldItalic.woff2) format("woff2");
    font-weight: 600;
    font-style: italic;
    font-display: block
}

body {
    font-family: 'Cera Pro', sans-serif;
    width: 100vw;
    overflow-x: hidden
}

.hitapps {
    position: relative;
    height: auto
}

.wrap {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto
}

@media screen and (max-width: 1180px) {
    .wrap {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px
    }
}

.hitapps__main-top-block {
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, #1E22AA 0%, #4C1B84 100%);
    padding: 190px 0 130px;
    position: relative;
    overflow: hidden;
}

.wrap_main-top-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
}

.main-top-block__title, .main-top-block__undertitle {
    text-align: center;
    color: #fff
}

.main-top-block__title {
    line-height: 1.41;
    letter-spacing: 1.1px;
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 25px;
    max-width: 800px;
    width: 100%;
    text-align: left;
    margin-top: 0;
}

.main-top-block__img{
    width: auto;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.main-top-block__undertitle {
    max-width: 800px;
    width: 100%;
    line-height: 1.3;
    letter-spacing: .12px;
    font-size: 30px;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .main-top-block__title {
        font-size: 34px
    }
    .main-top-block__undertitle {
        font-size: 24px
    }
}

.main-blocks__title {
    text-align: center;
    color: #171b24;
    line-height: 1.24;
    letter-spacing: .3px;
    font-size: 60px;
    font-weight: 600;
    margin: 0 auto 55px;
    max-width: 524px;
    width: 100%
}

.main-blocks__title_with_padding {
    padding-top: 80px !important;
}

@media screen and (max-width: 768px) {
    .main-blocks__title {
        font-size: 26px
    }
}

.items-line__title_block {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: .18px;
    text-align: center;
    color: #171b24;
    margin: 60px auto 80px
}

.items-line_title {
    font-weight: 500;
    font-size: 20px
}

.items-line_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #e9eaf1;
    padding-bottom: 50px
}

@media screen and (max-width: 900px) {
    .items-line_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.items-line__element {
    width: 390px;
    min-height: 200px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.items-line__element:before, .items-line__element:last-of-type:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 198px;
    background-color: #e9eaf1;
    top: 0
}

.items-line__element:before {
    left: 0
}

.items-line__element:last-of-type:after {
    right: 0
}

@media screen and (max-width: 900px) {
    .items-line__element:before {
        width: 100%;
        height: 1px;
        top: 100%
    }

    .items-line__element:last-of-type:after, .items-line__element:last-of-type:before {
        content: none
    }
}

@media screen and (max-width: 414px) {
    .items-line__element {
        width: 100%;
        max-width: 100%
    }

    .items-line__element:not(:first-of-type) {
        margin-top: 20px
    }
}

.items-line__img {
    height: 40px;
    width: auto;
    margin-bottom: 35px
}

.items-line__text, .items-line__title {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .1px;
    color: #171b24;
    max-width: 236px;
    margin: 0
}

.items-line__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: .11px;
    color: #171e29;
    margin-bottom: 13px;
    margin-top: 0
}

.items-line__text:empty {
    display: none
}

.main__items-line {
    width: 100%;
    text-align: center
}

.footer {
    background-color: #fbfbfb;
    padding: 62px 0 64px
}

.footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width: 600px) {
    .footer-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width: 600px) {
    .footer__copyright {
        margin-bottom: 30px
    }
}

.footer .copyright__img {
    width: 23px;
    height: auto;
    margin-bottom: 19px
}

.footer .copyright__text {
    color: #7a8292;
    line-height: 1.17;
    font-size: 12px;
    margin: 0
}

.footer__menu-list {
    width: auto;
    height: auto;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer__menu-list a {
    line-height: 1.54;
    letter-spacing: .2px;
    color: #7c7c7c;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

.footer__menu-list .menu-item:not(:last-of-type) {
    margin-bottom: 10px
}

.footer__contact h4 {
    text-transform: uppercase;
    margin: 0 0 36px;
    line-height: 1.54;
    letter-spacing: .2px;
    color: #4a4e57;
    font-size: 13px;
    font-weight: 500
}

.footer__contact .custom-html-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer__contact__item {
    width: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width: 1024px) {
    .footer__contact__item:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.footer__contact__item:not(:last-of-type) {
    margin-right: 45px
}

@media screen and (max-width: 1024px) {
    .footer__contact .custom-html-widget {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer .contact__img {
    width: 28px;
    height: auto;
    margin-bottom: 15px
}

.footer .contact__text {
    margin: 0;
    letter-spacing: .2px;
    color: #7a8292;
    font-size: 13px;
    line-height: 1.6
}

.footer__menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width: 600px) {
    .footer__menu-wrap {
        margin-bottom: 30px
    }

    .main-top-block__img {
        display: none;
    }
}

.footer__socials {
    margin-top: 20px
}

.footer__socials .socials__item {
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.footer__socials .socials__item.ln {
    background-image: url(/wp-content/themes/hitapps/img/ln.svg)
}

.footer__badge {
    display: block;
    width: 100px;
    height: 100px;
    margin-top: 20px;
    background-image: url(/wp-content/themes/hitapps/img/footer-badge.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}