.form-container{
    flex-wrap:wrap;
    display:flex;
    justify-content:space-between;
}

.vakansii__title
{
    max-width:600px;
    margin-bottom:50px;

    font-size: 40px;
    font-weight: 400;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: left;

}
.vakansii__subtitle
{
    max-width:600px;
    margin-bottom:50px;

    font-size: 32px;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: left;


}
.vakansii__text{
    max-width:600px;

    font-size: 16px;
    font-weight: 500;
    line-height: 28px;

    text-align: left;

}
.gaonutosal {
    display:block;
    float: left;
    width: 100%;
    padding: 0 1em;
}

.pesontedan {
    border-top:solid 1px  rgba(237, 237, 237, 1);

    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: black;
    overflow: hidden;
}

.pesontedan input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.pesontedan label {
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    background: #ffffff;
    line-height: 3;
    cursor: pointer;
    font-size: 17px;
}

.pesontedan-content {
    max-height: 0;
    border-top:none;
    overflow: hidden;
    background: white;
    transition: max-height .40s;
    font-size: 14px;
    color: black;

}

.pesontedan-content {

}
.pesontedan-content p {
    margin: 1em;
}
/* :checked */
.pesontedan input:checked ~ .pesontedan-content {
    max-height: 150vh;
    border-top:solid 1px  rgba(237, 237, 237, 1);
}

/* Icon */
.pesontedan label::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .40s;
    -o-transition: all .40s;
    transition: all .40s;
}
.pesontedan input[type=checkbox] + label::after {
    content: url("https://thecbd.ru/upload/medialibrary/5cf/9q0xj2exb57v3s4aikapeodi18n0mjcn/Group 653.png");

}
.pesontedan input[type=radio] + label::after {
    content: "\25BC";
}
.pesontedan input[type=checkbox]:checked + label::after {
    content: url("https://thecbd.ru/upload/medialibrary/475/ec09aboi0n018gstwem856mas7yvbt1o/Rectangle 90.png");
}
.pesontedan input[type=radio]:checked + label::after {
    content: url("https://thecbd.ru/upload/medialibrary/475/ec09aboi0n018gstwem856mas7yvbt1o/Rectangle 90.png");

}
.pesontedan input[type=radio]:checked  ~ .pesontedan{
    border-top:none;
}


.no-border-top.no-border-top.no-border-top{
    border-top:none;
}
.border-top.border-top.border-top{
    border-top:solid 1px black;
}
.vacansii__button{
    width: 218px;
    height: 52px;
    padding: 12px, 50px, 12px, 50px;
    border-radius: 60px;
    gap: 10px;
    border:none;
    background-color:rgba(63, 137, 44, 1);
    color:white;
    margin-bottom:50px;
}

.vacansii__form{

    background: #EAEAEA  no-repeat url("https://thecbd.ru/upload/medialibrary/339/n6e2q74e1vjjt3il38va4iq3gndwdhse/011 1.png");
    width: 100%;
    height:auto;
    background-size:cover;
    justify-content:space-between;
    display:flex;
    flex:wrap;
}
.form__title{
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;

}
.form-content{
    max-width:563px;
    margin-top:50px;}
.form{
    width:100%;
    max-width:610px;
    margin-top:50px;
}
.vacansii-input{
    width: 295px;
    height: 54px;
    padding: 17px 1px 17px 20px;
    border-radius: 15px;
    border: 1px;
    margin-top:10px;
}
input, label {
    display:block;
}
.form-button{
    width:610px;
    height: 52px;
    padding: 13px, 259.23px, 11px, 259.77px;
    border-radius: 60px;
    border: 1px;
    background: rgba(25, 25, 25, 1);
    color:white;
    margin-top:10px;
}
.pesontedan-text:hover{
    color: rgba(63, 137, 44, 1);
}

.input-container{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.vacansii-input-file{
    display:flex;
    justify-content:center;
    align-items:center;
    background-color:white;
    max-width: 610px;
    height: 174px;
    border-radius: 15px;
    border: 1px;
}
@media (max-width: 768px) {
    .input-container{
        width:100%;
        display:flex;
        align-items:center;
        flex-direction:column;
        justify-content:center;
        margin-left:auto;
        margin-right:auto;
    }
    .form-button{
        width:310px;
        height: 52px;
        padding: 13px, 259.23px, 11px, 259.77px;
        border-radius: 60px;
        border: 1px;
        background: rgba(25, 25, 25, 1);
        color:white;
    }
}
@media screen and (max-width: 1390px) {
    .form-container {
        flex-wrap:wrap;
        display:flex;
        justify-content:center;
    }
}
@media screen and (max-width: 450px) {
    .pesontedan label
    {
        font-size: 13px;
    }
}
