.first_screen_wrap{
    display: flex;
    column-gap: 115px;
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
    body .first_screen_wrap{
        column-gap: 80px;
    }
}
@media screen and (max-width: 600px) {
    body .acceptance_block> div.marg_in_form:first-of-type{
        margin-bottom: 15px;
    }
    body .acceptance_block{
        margin-bottom: 20px;
    }
    body .first_screen_second_column{
        padding: 16px;
    }
    .first_screen_button_wrap .standart_buttons_wrap{
        flex-basis: 50%;
    }
    .first_screen_button_wrap .standart_buttons_wrap a{
        width: 100%;
        min-width: unset;
    }
    body .first_screen:after{
        height: 55px;
    }
    body .first_screen{
        padding-bottom: 30px;
        padding-top: 60px;
        clip-path: polygon(100% calc(100% - 35px), 100% 0, 0 0, 0 100%);
    }
    .intro__item-form button{
        min-width: 160px;
    }
}
@media screen and (max-width: 991px) {
    .first_screen_wrap{
        flex-direction: column;
        gap: 40px;
    }
}
.first_screen_second_column{
    background: #FFFFFF;
    box-shadow: 0px 11px 113px rgba(25, 27, 78, 0.12);
    padding: 30px;
}
.first_screen_second_column{
    flex-basis: 45%;
}
.first_screen_first_column{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 55%;
}
.first_screen_button_wrap{
    display: flex;
    margin-top: 40px;
    gap: 20px;
}
.first_screen{
    position: relative;
    clip-path: polygon(100% calc(100% - 155px), 100% 0, 0 0, 0 100%);

}
.first_screen:after{
    z-index: 2;
    content: '';
    background: linear-gradient(270.13deg, #010EB2 1.47%, #060D50 100.05%);
    width: 100%;
    height: 250px;
    bottom: 0;
    right: 0;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    display: inline-block;
    position: absolute;
}
.first_screen_first_column_text{
    max-width: 460px;
}
.first_screen{
    position: relative;
}
.first_screen_wrap{
    position: relative;
    z-index: 9;
}
.first_screen:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(123.94deg, rgba(1, 5, 14, 0.85) 25.51%, rgba(0, 2, 7, 0.65) 50.6%, rgba(0, 0, 0, 0.2) 77.07%), linear-gradient(0deg, rgba(2, 22, 75, 0.06), rgba(2, 22, 75, 0.06));
}
.two_columns_inputs{
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 15px;
}
.first_screen_wrap select option:first-of-type{
    display: none;
}
.two_columns_inputs .input_item{
    flex-basis: calc(50% - 10px);
}
.form_fields{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.intro__item-form span.wpcf7-not-valid-tip{
    display: none;
}
.intro__item-form input.wpcf7-not-valid,
.intro__item-form select.wpcf7-not-valid{
    border-color: #dc3232;
}
.acceptance_block{
    margin-top: 20px;
    margin-bottom: 30px;
}
.acceptance_block .wpcf7-acceptance .wpcf7-list-item-label {
    display: flex;
    align-items: center;
}
.read-more, .toggledText, .toggledHead {
    display: contents;
    font-size: 14px;
}
.acceptance_block> div.marg_in_form:first-of-type {
    margin-bottom: 20px;
}
.marg_in_form {
    margin-left: 30px;
}
.toggledText span.trimmed, .toggledHead span.trimmed {
    display: none;
}
.read-more .more:before {
    content: 'show more';
}
.read-more a:before {
    color: #010EB2;
}
.showAll .read-more .more:before {
    content: 'show less';
}
.showAll .toggledText span.trimmed, .showAll .toggledHead span.trimmed {
    display: block;
    text-align: justify;
    font-size: 12px;
}
.first_screen{
    padding-top: 90px;
    padding-bottom: 140px;
}