.partner-forms {
    display: flex;
    gap: 11px;
    justify-content: space-between;
}
@media (max-width: 576px) {
    .partner-forms  {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 430px) {
    .partner-forms  {
        align-items: flex-start;
    }
}
.partner-forms .title{
    display: flex;
    flex-direction: column;
    flex: 1;
    color: var(--white);
    gap: 20px;
    max-width: 310px;
}
.partner-forms .form-outer {
    flex: 1;
    max-width: 370px;
}

.partner-forms .title .big-title{
    font-size: 42px;
    line-height: normal;
    font-weight: 500;
}
.partner-forms .title .text-title{
    font-size: 20px;
    line-height: normal;
}
.partner-forms .items{
    display: flex;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    gap: 11px;
}
.partner-forms .items .bl-input .iti.iti--allow-dropdown.iti--show-flags {
    margin-bottom: 0;
}
.partner-forms .items .bl-input .iti.iti--allow-dropdown.iti--show-flags .iti__country-container .iti__selected-country-primary {
    padding-left: 18px;
}
.partner-forms .items .inputtext{
    width: 100%;
    font-size: 16px;
    border: 1px solid var(--text-gray2);
    padding: 15px 18px;
}
.partner-forms .items .bl-textarea{
    width: 100%;
}
.partner-forms .items .text{
    background: #fff;
    border-radius: 0;
    color: #333;
    font-size: 16px;
    border: 1px solid var(--text-gray2);
    padding: 13px 17px;
    width: 100%;
    height: 96px;
    margin-bottom: 23px;
}
.partner-forms .soglas{
    font-size: 13px;
    line-height: 20px;
    color: #666666;
    width: 100%;
    margin-bottom: 18px;
    margin-top: 11px;
    text-align: center;
}
.partner-forms .btn{
    background-color: transparent;
    width: 100%;
    display: block;
    color: #efedea!important;
    font-size: 16px;
    line-height: 140%;
    border: 1px solid;
    border-radius: 0;
    padding: 11px 40px 14px;
    transition: color .2s;
    font-weight: normal;
}
.partner-forms .btn:hover{
    background: #263F29!important;
    color: #92CF33!important;
}
.partner-forms .podpic{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.partner-forms .podpic .bottom-form_subscription {
    width: auto;
}
.partner-forms .podpic .bottom-form_subscription .bottom-form_subscription-input {
    top: 0;
}
@media (max-width: 680px){
    .partner-forms .items .bl-input{
        width: 100%;
    }
}