

/* Start:/bitrix/templates/new-design/css/job.css?16116635422001*/
.job {
    margin-top: 130px;
}

.job-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 40px;
}

.job input, .job textarea {
    background: #fff;
    border-radius: 30px;
    border: none;
    outline: none;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0.04em;
    color: #737373;
    padding: 15px;
    resize: none;
    max-height: 53px;
} 
.job input[type=text] {
    color: #000;
}

textarea {
    color: #000!important;
}

input.btn-sub {
    background: #ff5c00;
    color: #ffff;
    cursor: pointer;
    padding: 15px 30px;
    margin: 20px 0;
}

.block-h1-job {
    font-weight: 600;
    text-align: left;
    color: #49494B;
    font-size: 24px;
    text-transform: uppercase;
}

.job-section__first p, .job-descr {
    color: rgba(0,0,0,.53);
    margin: 10px 0;
} 

.job-section-checkbox {
    font-size: 20px;
    letter-spacing: 0.04em;
}

.job-section.job-section-checkbox {
    display: flex;
    align-items: center;
}

.job-section.job-section-checkbox label, .job-section.job-section-checkbox-input {
    cursor: pointer;
}

.job-section-checkbox-input {
    width: 20px;
    height: 20px;
}

.fields-error-mes {
    display: none;
    text-align: left;
    margin-top: 20px;
}

@media(max-width:1000px) {
    .job {
        margin-top: 35px;
    }
}

@media (max-width: 768px) {
    .job-section { 
        grid-row-gap: 15px;
        grid-column-gap: 20px;
    }

    .job input, .job textarea { 
        font-size: 15px; 
        padding: 13px;  
        max-height: 43px;
    }
}

@media (max-width: 576px) {
    .job-section { 
        grid-template-columns: 1fr;
    }

    input.btn-sub { 
        padding: 20px 30px; 
        line-height: 0;
        width: 100%;
    }

    .block-h1 {
        padding: 25px 0!important;
        font-size: 19px;
    }

    .job input, .job textarea { 
        width: 100%;
    }

    .job-section.job-section-checkbox input {
        width: auto;
    }
}
/* End */
/* /bitrix/templates/new-design/css/job.css?16116635422001 */
