.grecaptcha-badge {
    display: none !important
}

.front-page__screen {
    width: 100%;
    max-width: 100%;
    padding-top: 236px;
    padding-bottom: 0px;
    overflow: hidden;
    background: linear-gradient(180deg, #1E22AA 0%, #4C1B84 100%);
    position: relative;
}

@media screen and (max-width: 1024px) {
    .front-page__screen {
        padding-top: 220px;
        padding-bottom: 250px
    }
}

@media screen and (max-width: 600px) {
    .front-page__screen .wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.wrap_front-page_first-screen {
    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
}

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

@media screen and (max-width: 768px) {
    .wrap_front-page_first-screen {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: center;
    }
}

.first-screen__content {
    max-width: 581px;
    padding-left: 126px;
    position: static;
}

/*.first-screen__content:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: -65px;*/
/*    top: -71px;*/
/*    width: 399px;*/
/*    height: 447px;*/
/*    z-index: 1;*/
/*    background-image: url(/wp-content/themes/hitapps/pages-templates/front-page/assets/images/combined_shape.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    background-position: center*/
/*}*/

@media screen and (max-width: 1200px) {
    .first-screen__content {
        padding-left: 0
    }
}

@media screen and (max-width: 768px) {
    .first-screen__content:after {
        right: 14px;
        top: -47px;
        width: 240px;
        height: 280px
    }
}

@media screen and (max-width: 600px) {
    .first-screen__content:after {
        content: none
    }
}

.first-screen__title, .first-screen__undertitle {
    text-align: left;
    color: #fff;
    z-index: 2
}

.first-screen__title {
    font-size: 120px;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: 1.35px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
    .first-screen__title {
        font-size: 34px;
        margin-bottom: 25px;
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .first-screen__title {
        text-align: center;
    }
}

.first-screen__undertitle {
    letter-spacing: .14px;
    font-size: 24px
}

@media screen and (max-width: 768px) {
    .first-screen__undertitle {
        font-size: 20px
    }
}

@media screen and (max-width: 600px) {
    .first-screen__undertitle {
        text-align: center
    }
}

.first-screen__img {
    width: auto;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    /*-webkit-transform: translateX(100%);*/
    /*-ms-transform: translateX(100%);*/
    /*transform: translateX(100%)*/
}

@media screen and (max-width: 1024px) {
    .first-screen__img {
        display: none
    }
}