.first_screen_wrap{
    padding-top: 160px;
    padding-bottom: 80px;
    position: relative;
}
.first_screen_wrap:before{
    content: '';
    background: linear-gradient(246.48deg, rgba(0, 0, 0, 0.84) 34.32%, rgba(0, 0, 0, 0.36) 77.8%);
    transform: rotate(180deg);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
@media screen and (min-width: 991px){
    .first_screen_content{
        flex-basis: calc(100% - 470px);
    }
}
.first_screen_wrap .tg-container{
    position: relative;
    z-index: 9999;
}
.first_screen_subtitle:before{
    content: '';
    background: #EC3235;
    width: 16px;
    height: 2px;
    display: inline-block;
    margin-right: 10px;
}
.first_screen_subtitle{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 190%;
    text-transform: uppercase;
    color: #EC3235;
}
.first_screen_punkt svg{
    margin-top: 9px;
    min-width: 10px;
}
.first_screen_punkt{
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #DCDCDC;
}
.first_screen_punkts{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.gray_button:hover{
    opacity: 0.9;
}
.first_screen_content .btn{
    padding: 10px 30px;
}
.gray_button{
    background: #353334;
    border-radius: 10px;
    min-width: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.first_for_flex{
    gap: 50px;
    display: flex;
}
.first_screen_form{
    padding: 30px;
    background: #fff;
    box-shadow: 0px 4px 67px rgba(16, 18, 28, 0.06);
    border-radius: 20px;
    max-width: 470px;
}
.two_columns_inputs .wpcf7-form-control-wrap{
    flex-basis: calc((100% - 10px) / 2);
}
.two_columns_inputs{
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.select_spans .wpcf7-form-control-wrap:not(:last-child){
    margin-bottom: 10px;
    display: block;
}
.select_spans{
    margin-bottom: 18px;
}
@media screen and (min-width: 991px) {
    .first_screen_content{
        padding-top: 30px;
    }
}

@media screen and (max-width: 991px) {
    .first_screen_form{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -650px;
    }
    body .first_screen_wrap{
        margin-bottom: 570px;
    }
    body .first_for_flex{
        flex-direction: column;
    }
}
@media screen and (max-width: 768px){
    .first_screen_title h1 br{
        display: none;
    }
    body .first_screen_subtitle:before{
        display: none;
    }
    body .first_screen_subtitle{
        margin-bottom: 10px;
        font-size: 12px;
    }
    body .first_screen_form{
        padding: 20px;
    }
    body .first_for_flex{
        gap: 60px;
    }
    .gray_button{
        min-height: 50px;
    }
}