div.form__help{
    padding: 32px 32px 64px 32px;
}
.form__help .custom-checkbox__js span{
    font-size: 14px;
    line-height: 17px;
}
.form__help .custom-checkbox__checkbox{
    border-radius: 16px;
    width: 16px;
    height: 16px;
    min-width: 16px;
}
.form__help .custom-checkbox__js a{
    color: #00AEEF;
    text-decoration: underline;
}
.form__help .custom-checkbox__checkbox::before{
    content: '';
    width: 6px;
    height: 6px;
    background: #00AEEF;
    padding: 0;
    border-radius: 6px;
}
.form__help .n_blue_color{
    color: #00AEEF;
}
.form__help.n_vblue_back{
    background: #E0F1FF;
}
body .form__help button, body .form__help input{
    width: 240px;
    border-radius: 8px;
    text-transform: none;
}
body .form__help button{
    font-weight: 600;
}
.form__item_im svg{
    position: absolute;
    right: 17px;
    bottom: 10px;
}
.form__item_im img{
    position: absolute;
    bottom: 0;
    right: 32px;
}


.form__help {
    position: relative;
}

.form__message--thanks .form__message-text {
    position: absolute;
    bottom: 33%;
}

.form__message--thanks .form__message-title {
    position: absolute;
    top: 33%;
}

@media (max-width: 950px) {
    .form__message--thanks .form__message-text {
        width: 300px;
        bottom: 25%;
    }
    
    .form__message--thanks .form__message-title {
        width: 300px;
        top: 25%;
    }
}

@media (max-width: 950px) {
    .form__message--thanks .form__message-text {
        width: 300px;
        bottom: 25%;
    }
    
    .form__message--thanks .form__message-title {
        width: 300px;
        top: 25%;
    }
}


@media (max-width: 850px) {
    .form__message--thanks .form__message-text {
        width: 250px;
        bottom: 20%;
    }
    
    .form__message--thanks .form__message-title {
        width: 250px;
        top: 20%;
    }
}

@media (max-width: 768px) {
    .form__message--thanks .form__message-text {
        width: 300px;
        bottom: 25%;
        right: 5%;
    }
    
    .form__message--thanks .form__message-title {
        width: 300px;
        top: 25%;
        right: 5%;
    }
}

@media (max-width: 600px) {
    .form__message--thanks .form__message-text {
        width: 250px;
        bottom: 20%;
        right: 0;
    }
    
    .form__message--thanks .form__message-title {
        width: 250px;
        top: 20%;
        right: 0;
    }
}

@media (max-width: 500px) {
    .form__message--thanks {
        position: relative;
    }

    .form__message--thanks .form__message-text {
        width: auto;
        top: auto;
        right: auto;
        bottom: 5%;
        padding: 15px;
        margin-bottom: -55px;
    }
    
    .form__message--thanks .form__message-title {
        position: relative;
        width: auto;
        right: auto;
    }
}

@media (max-width: 575px) {
    div.form__help{
        padding: 32px;
    }
    div.form__help form::before{
        display: none;
    }
    body .form__help button, body .form__help input{
        width: 100%;
    }
    body .form__help input{
        margin-bottom: 20px;
    }
}