.anketa label, .info-container h1, .info-container h2 {
    color: #000;
    letter-spacing: 0
}

.anketa-container {
    width: 60px;
    max-width: 100%
}

.info-container {
    max-width: 680px;
    width: 90%
}

.info-container h1 {
    font-size: 46px;
    margin-bottom: 25px
}

.info-container h2 {
    width: 90%;
    font-family: SFSB, sans-serif;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 55px
}

.info-container .numb-d {
    max-width: 343px;
    width: 100%
}

.info-container .btn__send-resume {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    width: 290px
}

.anketa {
    width: 100%
}

.anketa h3 {
    font-family: SFSB;
    font-size: 22px;
    line-height: 1.36364;
    margin-bottom: 20px
}

.anketa label {
    font-family: SFM;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 30px
}

.anketa .a-input {
    background: #F4F4F4;
    border-radius: 7px;
    border: 1px solid transparent;
    padding: 15px 20px;
    font-size: 16px;
    width: 100%;
    resize: none;
    margin-bottom: 20px
}

.anketa .a-input:focus {
    border-color: #ec008c
}

.anketa .textarea {
    height: 140px
}

.anketa .half-width {
    width: 290px;
    max-width: 100%
}

.anketa .date-group {
    display: flex
}

.anketa .date-group .a-input {
    margin-right: 30px;
    width: 77px;
    text-transform: uppercase
}

.anketa .form-group {
    margin-bottom: 70px
}

.anketa .salary {
    width: 147px;
    margin-right: 15px
}

.anketa .span-salary {
    font-family: SFM, sans-serif;
    font-size: 16px;
    line-height: 30px
}

.anketa .btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-switch__radio {
    display: none
}

.btn-switch {
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 36px;
    width: 58px;
    margin-bottom: 0
}

.anketa .btn-switch__label {
    display: inline-block;
    padding: .75em .5em .75em .75em;
    vertical-align: top;
    position: static;
    font-weight: 700;
    line-height: 1.5;
    color: #666;
    cursor: pointer;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.btn-switch__label:before {
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 58px;
    left: 0;
    -webkit-box-shadow: inset 0 .0715em .3572em rgba(43, 43, 43, .05);
    box-shadow: inset 0 .0715em .3572em rgba(43, 43, 43, .05);
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    background: #F4F4F4;
    border-radius: 100px
}

.btn-switch__radio_no:checked ~ .btn-switch__label_yes:before, .btn-switch__radio_yes:checked ~ .btn-switch__label_no:before {
    z-index: 1
}

.btn-switch__label_no:after {
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 6px;
    height: 23px;
    width: 23px;
    background: #ec008c;
    border-radius: 50%;
    pointer-events: none;
    -webkit-transition: left .2s ease-in-out, background .2s ease-in-out;
    transition: left .2s ease-in-out, background .2s ease-in-out
}

.btn-switch__radio_yes:checked ~ .btn-switch__label_no:after {
    left: 30px
}

.upload-btn__wrapper .upload-btn {
    border: 1px dashed #CECECE;
    border-radius: 7px;
    width: 100%;
    cursor: pointer;
    font-family: SFM;
    font-size: 16px;
    color: #CECECE;
    letter-spacing: 0;
    line-height: 18px;
    padding: 55px 150px
}

.upload-btn__wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    cursor: pointer
}

#file-name {
    margin-top: 10px;
    height: 20px;
    margin-bottom: 0
}

.btn__send-resume {
    border-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: SFH, sans-serif;
    font-size: 20px;
    color: #FFF;
    letter-spacing: 0;
    line-height: 30px;
    padding: 15px 0;
    cursor: pointer
}

/*
@media (max-width: 1202px) {
    .inner-container {
        width: 100%;
        padding-left: 100px;
        padding-right: 50px
    }
}
*/

@media (max-width: 1201px) {
    .about-info .info-item.second img {
        display: none
    }
}

@media (max-width: 1024px) {
    h2 {
        font-size: 48px
    }
}


@media (max-width: 700px) {
    .info-container h1 {
        font-size: 22px
    }

    .info-container h2 {
        font-size: 16px
    }
}

