.hitapps__main-top-block {
    margin-bottom: 658px
}

.form__box {
    width: calc(100% - 40px);
    max-width: 773px;
    height: 760px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    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;
    position: absolute;
    left: 50%;
    top: 369px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 20px 122px
}

@media screen and (max-width: 1000px) {
    .form__box {
        padding-top: 60px
    }
}

@media screen and (max-width: 414px) {
    .form__box {
        width: calc(100% - 10px);
        min-height: 700px;
        height: auto;
        padding: 30px 7px 40px
    }
}

.form__box textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none
}

.form__box .form__text, .form__box textarea {
    border-radius: 5px;
    border: solid 2px #d6d8e3;
    background-color: #fafafc;
    width: 100%;
    outline: 0
}

.form__box .form__text:focus, .form__box textarea:focus {
    border: solid 2px #3072f5
}

.form__box .form__text {
    height: 56px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px
}

.form__box .form__btn-wrapper {
    width: 100%;
    outline: 0
}

.form__box .form__btn-wrapper .form__submit {
    width: 315px;
    height: 54px;
    border-radius: 100px;
    background: #1E22AA;
    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;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 1.29;
    color: #fff;
    border: 1px solid #186bff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    outline: 0;
    margin: 0 auto;
}

.form__box .form__btn-wrapper .form__submit:hover {
    background-color: transparent;
    color: #186bff
}

.form__box .wpcf7-list-item.first.last {
    margin-left: 0
}

.form__box .wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 1.29;
    color: #171b24;
    display: inline-block;
    padding-left: 10px
}

.form__box .wpcf7-checkbox input {
    visibility: hidden;
    position: relative
}

.form__box .wpcf7-checkbox input:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -5px
}

.form__box .wpcf7-checkbox input:not(:checked):before {
    background-image: url(/wp-content/themes/hitapps/img/checkbox-box-01-unselected.svg)
}

.form__box .wpcf7-checkbox input:checked:before {
    background-image: url(/wp-content/themes/hitapps/img/checkbox-box-02-selected.svg)
}

.form__box .wpcf7-checkbox input:checked:before, .form__box .wpcf7-checkbox input:not(:checked):before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    visibility: visible
}

@media screen and (max-width: 320px) {
    .form__box .wpcf7-checkbox .wpcf7-list-item-label {
        font-size: 12px
    }
}

.form__box .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    -webkit-transform: translateY(105%);
    -ms-transform: translateY(105%);
    transform: translateY(105%)
}

.form__box .form__item_policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.form__box .policy-link {
    color: black;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.29
}

@media screen and (max-width: 320px) {
    .form__box .policy-link {
        font-size: 12px
    }
}

.form__item {
    width: 100%;
    max-width: 419px;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content
}

.form__item span:not(.wpcf7-not-valid-tip) {
    display: inline-block;
    min-height: auto
}

.form__item:nth-of-type(3), .form__item:nth-of-type(4) {
    margin-top: 30px
}

.form__item:nth-of-type(5) {
    margin-top: 19px
}

.form__item:nth-of-type(6) {
    margin-top: 9px
}

.form__item:nth-of-type(7) {
    margin-top: 42px
}

.form__item:nth-of-type(2) label, .form__item:nth-of-type(3) label, .form__item:nth-of-type(4) label {
    font-size: 14px;
    line-height: 1.14;
    color: #2c323b
}

.form__item:nth-of-type(2) input, .form__item:nth-of-type(2) textarea, .form__item:nth-of-type(3) input, .form__item:nth-of-type(3) textarea, .form__item:nth-of-type(4) input, .form__item:nth-of-type(4) textarea {
    margin-top: 8px;
    border-radius: 10px;
    border: 2px solid #D8D9DD;
    background: #F7F7F8;
}

.form__item:not(.form__item_policy) .wpcf7-form-control-wrap {
    display: block;
    width: 100%
}

.hitapps .wpcf7 .wpcf7-response-output {
    margin-top: 0;
    margin-bottom: 0
}

.form__box > .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    bottom: 20px
}