

/* Start:/local/templates/trud/components/ds/form.post/modal/style.css?17871957362644*/
.callback-form.modal {
    background: #fff;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    padding: 40px 50px;
}

.callback-form.modal h3{
    font-size: 24px;
    margin-bottom: 24px;
    margin-top: 3px;
}

.btn_std {
	margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 35px;
    width: 120px;
    cursor: pointer;
    font-weight: 500;
    overflow: hidden;
    color: #FFF;
    border: 0;
    background: #81d1d0;
}
.btn_std:hover {
    color: #444;
}

.ds_form__field{
    width: 100%;
    border: 1px solid #1A4B81;
    margin-bottom: 15px;
    padding: 12px 20px 13px;
}

.ds_form__inputs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ds_form__input{

}

.ds_form__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.ds_form__inputfile + label {
    color: #FFF;
    background: #023b78;
    border: 0.5px solid #1A4B81;
}
.ds_form__btn{
    display: block;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 12px 20px 13px;
    min-width: 180px;
    font-family: "Geometria";
    border-radius: 5px;
}

.ds_form__checkbox{
    margin: 15px 0;
}
.ds_form__checkbox input{
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.ds_form__checkbox label {
    font-size: 13px;
    position: relative;
    cursor: pointer;
}
.ds_form__checkbox label a {
    font-size: inherit;
    color: #5e5e5e;
}
.ds_form__checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #1A4B81;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 2px;
}
.ds_form__checkbox input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 3px;
    height: 7px;
    border: solid #1A4B81;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.ds_form .error_msg{
    color: red;
}

.ds_form__loader_f {
    width: 110px;
    height: 10px;
    margin-top: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/local/templates/trud/components/ds/form.post/modal/img/ajax-loader.gif');
}

/* End */


/* Start:/local/templates/trud/components/bitrix/news.list/vacancy/style.css?178719573679*/
.btn-refresh{
	margin-top: 15px;
	padding: 15px; 
	display: inline-block;
}
/* End */
/* /local/templates/trud/components/ds/form.post/modal/style.css?17871957362644 */
/* /local/templates/trud/components/bitrix/news.list/vacancy/style.css?178719573679 */
