

/* Start:/local/components/extyl/video.player/templates/company/style.min.css?17313120021624*/
.vid-player-container{display:flex;flex-wrap:wrap}.vid-player-container,.vid-player-container *{box-sizing:border-box}.vid-player-container .vid-left-side{width:calc(100% - 300px);padding-right:10px}.vid-player-container .vid-right-side{width:300px}.vid-list-container h3{display:none}.vid-player-container .vid-player,.vid-player-container .vid-player-wrapper iframe{background:#000;width:100%!important;min-height:500px;max-height:600px;border:none}.vid-player-container .vid-video-control{display:flex;justify-content:space-around;margin-bottom:10px}.vid-player-container .vid-video-control .btn{margin:0!important}.vid-player-container .vid-list-container .vid-videos-wrapper-container .vid-video-wrapper{display:none}.vid-player-container .vid-list-container .vid-videos-wrapper-container .vid-video-wrapper:nth-child(1),.vid-player-container .vid-list-container .vid-videos-wrapper-container .vid-video-wrapper:nth-child(2),.vid-player-container .vid-list-container .vid-videos-wrapper-container .vid-video-wrapper:nth-child(3),.vid-player-container .vid-list-container .vid-videos-wrapper-container .vid-video-wrapper:nth-child(4){display:initial}.vid-player-container .vid-info-container{background:#fff;padding:10px 15px;border-radius:10px;margin:10px 0}.vid-video-info-bar{display:flex}.vid-info-container .vid-video-info .vid-video-info-date{margin-left:auto}@media (max-width:1024px){.vid-player-container .vid-left-side{width:100%;min-width:auto;padding-right:0}.vid-player-container .vid-right-side{width:100%}.vid-player-container .vid-player,.vid-player-container .vid-player-wrapper iframe{min-height:auto}}
/* End */


/* Start:/local/templates/candidates/css/main.css?177003183926126*/
@import url('https://fonts.cdnfonts.com/css/pt-root-ui');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "PT Root UI", sans-serif;
    color: #2E2E2E;
}
a {
    text-decoration: none;
    transition: all 0.25s ease;
}

.success {
    margin-top: 20px;
    font-size: 18px;
}
img.header_logo {
    max-width: 160px;
    max-height: 83px;
    float: left;
    margin: 10px 0 30px 20px;
}
img.header_image {
    width: 100%;
}
.container {
    width: 79.6%;
    margin: 0 auto;
}
.body-main h1 {
    margin-top: 40px;
    font-weight: 700;
    font-size: 28px;
}
.body-main .main-text {
    margin-top: 40px;
    font-weight: 300;
    font-size: 24px;
}

.main-form {
    border: 0.5px solid rgba(178, 180, 182, 1);
    border-radius: 10px;
    margin-top: 40px;
    /*box-shadow: 0px 1px 6px 0px #00000040;*/
    padding-top: 20px;
    padding-bottom: 40px;
}

.error-404 .main-form {
    border: none;
}

.main-form form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
}

.main-form .head-text {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}
.main-form .form-group label {
    font-size: 18px;
    font-weight: 400;
}

.main-form .form-group {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    width: 55%;
}
.main-form .fields input[type='radio'] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.main-form .form-group .text_label,
.main-form .form-group .input_field {
    width: 50%;
    position: relative;
}
.main-form .fields input[type='radio']+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.main-form .fields input[type='radio']+label::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #E6E6E6;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.main-form .fields input[type='radio']:not(:disabled):active+label::before {
    background-color: #F1111F;
    border-color: #b3d7ff;
}
.main-form .fields input[type='radio']:focus:not(:checked)+label::before {
    border-color: #F1111F;
}
.main-form .fields input[type='radio']:checked+label::before {
    background-color: #F1111F;
}
.main-form .fields input[type='radio']:disabled+label::before {
    background-color: #e9ecef;
}
.agree_block {
    position: relative;
}

.main-form .agree_block input[type='checkbox'] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.main-form .agree_block input[type='checkbox']+label::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid rgba(46, 46, 46, 0.5);
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    box-sizing: border-box;
}
.main-form .agree_block input[type='checkbox']:checked+label::before {
    /*border-color: #F1111F;*/
    /*background-color: #F1111F;*/
    /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");*/
    /*background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ff0000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");*/
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3e%3cpath d='M9.79545 0.895088C9.91651 1.05199 9.91884 1.27014 9.80116 1.42959L4.30263 8.8796C4.09945 9.15489 3.68601 9.14937 3.49026 8.86875L0.199562 4.15157C0.0796659 3.9797 0.079666 3.7513 0.199562 3.57943L0.22147 3.54803C0.420453 3.26279 0.842643 3.26279 1.04163 3.54803L3.49941 7.07124C3.69251 7.34805 4.09876 7.35796 4.30513 7.0909L6.66667 4.03487L9.09311 0.894837C9.27081 0.664884 9.61792 0.665008 9.79545 0.895088Z' fill='%23F1111F'/%3e%3c/svg%3e");
    background-size: contain;
}
.main-form .agree_block input[type='checkbox']:disabled+label::before {
    background-color: #E6E6E6;
}


.form-group .input_field input[type='text'],
.form-group .input_field input[type='number']{
    width: 100%;
    height: 40px;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    padding: 0 10px;
    font-size:18px;
    max-width: 100%;
}
.form-group .input_field input[type='text']:focus,
.form-group .input_field input[type='text']:focus-visible,
.form-group .input_field input[type='number']:focus,
.form-group .input_field input[type='number']:focus-visible
{
    border: 1px solid #E6E6E6;
    outline: none;
}
.form-group .input_field input[type='text']::placeholder,
.form-group .input_field input[type='number']::placeholder {
    font-size: 18px;
    color: #2E2E2E99;
}
.form-group .input_field label{
    margin-right: 50px;
}
.form-group .agree_personal {
    font-size: 12px;
    margin-left: 20px;
    line-height: 16px;
    color: rgba(46, 46, 46, 0.5);
}
.form-group .agree_personal b,
.form-group .agree_personal a {
    color: rgba(46, 46, 46, 0.5);
    border-bottom: 1px solid rgba(46, 46, 46, 0.5);
}
.form-group .agree_block {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
}
.main-form .buttons {
    margin-top: 60px;
    position: relative;
}
a.btn {
    width: 273px;
    height: 41px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background: #F1111F;
    border: 1px solid #F1111F;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.form-group .input_field_checkbox {
    /*width: 20%;*/
    text-align: right;
    display: flex;
    align-items: center;
    align-content: center;
    /*justify-content: flex-end;*/
}
.main-form .annotation p{
    margin-top: 40px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: rgba(46, 46, 46, 0.5);
}
.head_block {
    margin: 40px 0 0 0;
    text-align: left;
}
.main-form .annotation p span {
    color: #F1111F;
}
.required:after {
    content: '*';
    color: #F1111F;
    margin-left: 5px;
}

.video_block {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin-top: 50px;
    background: #EEF2F580;
}
.video_block .video img{
    max-width: 540px;
}
.video, .video_text_block {
    display: flex;
    flex: 1;
}
.video_block .video_text {
    margin-left: 28px;
    margin-right: 28px;
}
.video_block .video_text h2 {
    font-size: 36px;
    font-weight: 400;
}
.video_block .video_text p {
    font-size: 22px;
    font-weight: 300;
    line-height: 38px;
    margin-top: 20px;
}
.footer ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    align-content: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
.footer ul li {
    padding-right: 30px;
}
.error-text {
    display: none;
    color: #F1111F;
    position: absolute;
    top: -20px;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    text-align: right;
}
.error-text-test {
    display: none;
    color: #F1111F;
    position: absolute;
    top: -20px;
    font-size: 12px;
    font-weight: 400;
    width: 210px;
    text-align: right;
    left: 0;
}
input.error {
    border: 1px solid #F1111F !important;
}
select.error {
    border: 1px solid #F1111F !important;
}
.select2-selection.select2-selection--single.error {
    border: 1px solid #F1111F !important;
}
.send-new-code {
    display: none;
    color: #2E2E2EA6;
    position: absolute;
    bottom: -20px;
    left: 0;
    font-size: 12px;
    font-weight: 400;
}
.preloader-5 {
    display: block;
    position: relative;
    width: 150px;
    height: 150px;
    margin: 30px auto;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #F03D33;
    animation: preloader-5-spin 2s linear infinite;
}
.preloader-5:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #F03D33;
    animation: preloader-5-spin 3s linear infinite;
}
.preloader-5:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #F03D33;
    animation: preloader-5-spin 1.5s linear infinite;
}
@keyframes preloader-5-spin {
    0%   {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: all 0.5s;
    opacity: 1;
}
.preloader-remove {
    opacity: 0;
    z-index: -10;
}
.disabled {
    pointer-events: none;
    opacity: 0.3;
}
.hide {
    display: none !important;
}

.not_second_name {
    margin-top: 10px;
    margin-left: 5px;
}

.select-list {
    display: block;
    line-height: 1.3;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #E6E6E6;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 5px;
    padding: 0 10px;
    font-size:18px;
    height: 40px;
    background: none;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23E6E6E6%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 11.7px auto, 100%;
    color: #2E2E2E99;
}
.select-list option:disabled {
    color: #2E2E2E99;
}
.select-list::-ms-expand { display: none; }
.select-list:focus {
    outline: none;
}
.select-list option { font-weight:normal; }
*[dir="rtl"] .select-list, :root:lang(ar) .select-list, :root:lang(iw) .select-list {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}
.input:disabled {
    background: #E2E2E266;
}
.container-policy {
    padding: 0px 10px 10px 10px
}


.main-form .input_field input[type='checkbox'] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.main-form .input_field input[type='checkbox']+label {
    display: flex;
    align-items: center;
}
.main-form .input_field input[type='checkbox']+label::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #E6E6E6;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    box-sizing: border-box;
}

.main-form .input_field input[type='checkbox']:checked+label::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3e%3cpath d='M9.79545 0.895088C9.91651 1.05199 9.91884 1.27014 9.80116 1.42959L4.30263 8.8796C4.09945 9.15489 3.68601 9.14937 3.49026 8.86875L0.199562 4.15157C0.0796659 3.9797 0.079666 3.7513 0.199562 3.57943L0.22147 3.54803C0.420453 3.26279 0.842643 3.26279 1.04163 3.54803L3.49941 7.07124C3.69251 7.34805 4.09876 7.35796 4.30513 7.0909L6.66667 4.03487L9.09311 0.894837C9.27081 0.664884 9.61792 0.665008 9.79545 0.895088Z' fill='%23F1111F'/%3e%3c/svg%3e");
    background-size: contain;
}
.main-form .input_field input[type='checkbox']:disabled+label::before {
    background-color: #e9ecef;
}
#seria-number {
    left: calc(100% - 135%);
}

/*
SELECT 2
*/
.select2-selection.select2-selection--single
{
    width: 100%;
    height: 40px !important;
    border: 1px solid #E6E6E6 !important;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 18px;
    max-width: 100%;
}
.select2-selection__rendered {
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #2E2E2E99;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: 5px;
    left: -5px;
}

.select2-search__field:focus-visible {
    outline-width: 0;
}
/* MEDIA */
@media (max-width: 1806px) {
    .error-text {
        right: 100px;
    }
}
@media (max-width: 1750px) {
    input#seria {
        width: 27% !important;
    }
}
@media (max-width: 1700px) {
    .error-text {
        right: 75px;
    }
}
@media (max-width: 1660px) {
    input#number {
        width: 41% !important;
    }
}
@media (max-width: 1500px) {
    .container.form {
        width: 90%;
    }
}
@media (max-width: 1400px) {
    .error-text {
        right: 65px;
    }
}
@media (max-width: 1370px) {
    .body-main .main-text {
        font-size: 22px;
    }
}

@media (max-width: 1350px) {
    .error-text {
        right: 40px;
    }
    .main-form .form-group {
        width: 70%;
    }
    .video_text {
        margin-right: 10px;
    }
}


/*@media (min-width: 1026px) and (max-width: 1350px) {*/
/*    .error-text {*/
/*        left: 0;*/
/*    }*/
/*}*/

@media (max-width: 1225px) {
    .body-main .main-text {
        font-size: 20px;
    }
    .error-text {
        right: 25px;
    }
    input#number {
        width: 36% !important;
    }
    .main-form .form-group {
        width: 80%;
    }
}
@media (max-width: 1045px) {
    input#number {
        width: 38% !important;
    }
}
@media (max-width: 1070px) {
    .video_block .video img {
        max-width: 480px;
    }
}
@media (max-width: 1025px) {
    .container.form {
        width: 90%;
    }
    .main-form .form-group {
        width: 75%;
    }
    .error-text {
        right: 60px;
    }
    input#number {
        width: 36% !important;
    }
}
@media (max-width: 1001px) {
    .main-form .form-group {
        width: 95%;
    }
    .video_block .video_text p {
        font-size: 15px;
    }
    .video_block .video img{
        max-width: 350px;
    }
    .error-text {
        right: 120px;
    }
    .body-main h1 {
        font-size: 26px;
    }
    .body-main .main-text {
        font-size: 18px;
    }
    .video_block .video_text h2 {font-size: 18px; font-weight: 300}
    .video_block .video_text p {
        line-height: 24px;
    }
    .video_block .video_text {
        padding: 10px 0;
    }
}
@media (max-width: 900px) {
    .error-text {
        right: 90px;
    }
    input#number {
        width: 41% !important;
    }
}
@media (max-width: 850px) {
    .video_block .video img {
        margin-left: 10px;
    }
}
@media (max-width: 800px) {
    .error-text {
        right: 55px;
    }
    input#seria {
        width: 30% !important;
    }
}
@media (max-width: 740px) {
    input#number {
        width: 45% !important;
    }
}
@media (max-width: 725px) {
    .video_block .video img {
        max-width: 250px;
    }
    .error-text {
        right: 45px;
    }
    input#number {
        width: 42% !important;
    }
}
@media (max-width: 700px) {
    input#number {
        width: 48% !important;
    }
    input#seria {
        width: 36% !important;
    }
}
@media (max-width: 650px) {
    .container {
        width: 96%;
    }

    img.header_logo {
        max-width: 123px;
    }
    .form-group .input_field input[type='text'],
    .form-group .input_field input[type='number'] {
        height: 30px;
    }
    .select2-selection.select2-selection--single { height: 30px !important;}
    .select2-selection__rendered {top: 0px;}

    .body-main h1 {
        font-size: 26px;
    }

    .body-main .main-text { font-size: 18px; line-height: 22px; font-weight: 300}
    .main-form .head-text {
        font-size: 20px;
    }
    .main-form .form-group label {font-size: 16px; }
    .form-group .input_field input[type='text'],
    .form-group .input_field input[type='number'] {font-size: 16px;}
    .select-list {font-size: 16px;}
    .main-form .input_field input[type='checkbox']+label {font-size: 16px !important;}
    .video_block {height: 235px;}
    .form-group .input_field input[type='text']::placeholder,
    .form-group .input_field input[type='number']::placeholder {font-size: 16px;}
    .select2-selection__rendered {font-size: 16px;}
    .video_block .video_text_block { width: 50%; }
    .video_block .video {
        width: 50%;
    }
    .video_block .video img {display: none; width: 0;}
    .video_block .video_text p {margin-top: 10px; }
    .video_block .video_text { margin-left: 15px; }
    #phone, #code {
        width: 185px !important;
    }
    .error-text-test {
        width: 185px !important;
    }
    .error-text-test[data-for='agree_personal'] {
        width: 100% !important;
    }
}
@media (max-width: 575px) {
    .main-form .form-group {
        flex-direction: column;
    }
    .main-form .form-group#phoneBlock,
    .main-form .form-group#codeBlock{
        flex-direction: row;
    }
    .main-form .form-group#groupAnnotation {
        flex-direction: row;
    }
    .main-form .form-group .text_label, .main-form .form-group .input_field {
        width: 100%;
    }
    .form-group .input_field input[type='text'],
    .form-group .input_field input[type='number'] {
        width: 100% !important;
        padding: 18px 10px;
        margin-top: 20px;
    }
    .select2-container {
        margin-top: 20px !important;
    }
    #error_agree {
        top: -20px !important;
    }
    #error_agree_foreigner {
        top: -20px !important;
    }

    .select2-selection.select2-selection--single { height: 38px !important;}
    .select2-selection__rendered {top: 5px;}

    .main-form .form-group {
        margin-top: 20px;
    }
    .select-list {
        margin-top: 20px;
    }
    .error-text{
        left: 0;
        top: 0;
    }
    .send-new-code {
       bottom: -32px;
    }
    .input_field#citizen {
        width: 50% !important;
    }
    #citizenGroup {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }
    .video_block {background: #E6E6E64D;}
    .video_block .video_text p { font-size: 12px; line-height: 16px; margin-top: 10px; font-weight: 300;}
    .video_block .video_text h2 {font-size: 16px; font-weight: 400}
    .video_block .video_text { margin-left: 0; padding: 5px;}
    .body-main .main-text {
        margin-top: 20px !important;
    }
    .video_block {
        flex-direction: column;
        height: auto;
        margin-top: 20px;
    }
    .video_block .video {
        /*height: 150px;*/
        width: 97%;
        margin-top: 10px;
    }
    .video_block .video_text_block {
        width: 100%;
        margin-top: 20px;
    }
    .footer ul li {
        font-size: 13px;
        padding-right: 12px;
    }
    input#number {
        width: 25% !important;
    }
    input#seria {
        width: 16% !important;
    }
}
@media (max-width: 514px) {
    .container.form {
        width: 95%;
    }
    .close {
        top: 0;
        right: 0;
    }
    img.header_logo {
        max-width: 78px;
    }
    #phone, #code {
        width: 155px !important;
    }
    .error-text-test {
        width: 155px !important;
    }
    .error-text-test[data-for='agree_personal'] {
        width: 100% !important;
    }
    .main-form .form-group {
        width: 100%;
        margin-top: 25px;
    }
    .main-form .form-group label {
        font-size: 13px;
    }
    .body-main h1 {
        font-size: 15px;
    }
    .body-main .main-text { font-size: 13px; line-height: 16px; font-weight: 300; margin-top: 20px !important;}
    .main-form .head-text,
    .head_block .block-text {
        font-size: 15px;
    }
    .text-label {
        font-size: 13px;
    }
    .form-group .input_field input[type='text'],
    .form-group .input_field input[type='number'] {font-size: 13px;}
    .select-list {font-size: 13px;}
    .main-form .input_field input[type='checkbox']+label { font-size: 13px !important}
    .form-group .input_field input[type='text']::placeholder,
    .form-group .input_field input[type='number']::placeholder {font-size: 13px;}
    .select2-selection__rendered {font-size: 13px;}
    .form-group .input_field label { margin-right: 20px; }
    .form-group .agree_personal { font-size: 10px; }
    #agreeBlock { margin-top: 30px !important; }
    a.btn {
        width: 210px;
        font-size: 15px;
    }
    input#number {
        width: 22% !important;
    }
    .main-form .annotation p {
        margin-top: 25px;
    }
    .main-form {
        padding-bottom: 20px;
    }
}
@media (max-width: 445px) {
    input#number {
        width: 22% !important;
    }
}
@media (max-width: 430px) {
    .body-main .main-text {
        font-weight: 400;
    }
    .send-new-code {
        bottom: -28px;
        font-size: 10px;
    }
    .error-text {
        top: 5px;
        font-size: 9px;
        right: 23px;
    }
    .main-form .annotation p { font-size: 10px; }
    input[name='phone'] {
        width: 160px !important;
    }
    input[name='code'] {
        width: 160px !important;
    }
    #error_agree_foreigner {
        top: -15px !important;
    }
}
@media (max-width: 415px) {
    input#number {
        width: 25% !important;
    }
    input#seria {
        width: 18% !important;
    }
    .error-text-test[data-for='agree_personal'] {
        padding-left: 40px !important;;
    }
}
@media (max-width: 410px) {
    .error-text-test[data-for='agree_personal'] {
        padding-left: 22px !important;;
    }
}
@media (max-width: 400px) {
    .error-text {
        right: 10px;
    }
}
@media (max-width: 380px) {
    .error-text-test[data-for='agree_personal'] {
        padding-left: 3px !important;;
    }
}
@media (max-width: 369px) {
    .error-text-test[data-for='agree_personal'] {
        text-align: left;
        top: -33px;
        left: 13%;
        width: 90% !important;
        white-space: normal;
    }
    .agree_block {
        margin-top: 30px;
    }
}
@media (max-width: 360px) {
    input#number {
        margin-top: 5px;
        width: 30% !important;
        margin-left: 0 !important;
    }
    input#seria {
        width: 20% !important;
    }
    label[for=citizenYes] {
        margin-right: 5px !important;
    }
    .block-text {
        font-size: 15px;
    }
    input[name='phone'] {
        width: 160px !important;
    }
    input[name='phone'] {
        width: 160px !important;
    }
    .error-text {
        right: 0;
    }
}
@media (max-width: 330px) {
    input#number {
        width: 32% !important;
    }
    input#seria {
        width: 22% !important;
    }
}
@media (max-width: 320px) {
    .form-group .input_field input[type='text'],
    .form-group .input_field input[type='number'] {font-size: 12px;}
    .select-list {font-size: 12px;}
    .main-form .input_field input[type='checkbox']+label {font-size: 12px !important;}
    .form-group .input_field input[type='text']::placeholder,
    .form-group .input_field input[type='number']::placeholder {font-size: 12px;}
    .select2-selection__rendered { font-size: 12px; }
    .main-form .form-group label {
        font-size: 12px;
    }
    label[for=citizenYes] {
        margin-left: 0 !important;
    }
    label[for=citizenNo] {
        margin-right: 0 !important;
    }
}
@media (max-width: 705px) and (min-width: 657px) {
    .input_field#citizen {
        width: 47% !important;
    }
    label[for=citizenNo] {
        margin-right: 0 !important;
    }
}
@media (max-width: 395px) and (min-width: 320px) {
    .input_field#citizen {
        width: 40% !important;
    }
    .input_field#citizen > .fields {
        text-align: right;
    }
}

@media (min-width: 320px) and (max-width: 330px){
    .form-group .input_field label {
        margin-right: 0 !important;
    }
}

@media (min-width: 1600px) and (max-width: 1700px) {
    #seria-number {
        left: calc(100% - 130%);
    }
}

@media (min-width: 1350px) and (max-width: 1600px) {
    #seria-number {
        left: calc(100% - 127%);
    }
}
@media (min-width: 1226px) and (max-width: 1350px) {
    #seria-number {
        left: calc(100% - 129%);
    }
}
@media (min-width: 800px) and (max-width: 900px) {
    #seria-number {
        left: calc(100% - 127%);
    }
}
@media (min-width: 740px) and (max-width: 800px) {
    #seria-number {
        left: calc(100% - 124%);
    }
}
@media (min-width: 700px) and (max-width: 740px) {
    #seria-number {
        left: calc(100% - 120%);
    }
}
@media (min-width: 650px) and (max-width: 700px) {
    #seria-number {
        left: calc(100% - 110%);
    }
}
@media (min-width: 575px) and (max-width: 650px) {
    #seria-number {
        left: calc(100% - 112%);
    }
}
@media (min-width: 575px) and (max-width: 650px) {
    #seria-number {
        left: calc(100% - 112%);
    }
}
@media (min-width: 515px) and (max-width: 576px) {
    #seria-number {
        left: calc(100% - 156%);
    }
}
@media (min-width: 415px) and (max-width: 515px) {
    #seria-number {
        left: calc(100% - 160%);
    }
}
@media (min-width: 360px) and (max-width: 415px) {
    #seria-number {
        left: calc(100% - 154%);
    }
}
@media (max-width: 360px) {
    #seria-number {
        left: calc(100% - 150%);
    }
}

@media (hover: hover) {
    a:hover {
        border-bottom: 1px solid #2e2e2e;
    }
    a.btn:hover {
        background: #FFFFFF;
        color: #F1111F;
        border: 1px solid #F1111F;
    }
}
/* End */
/* /local/components/extyl/video.player/templates/company/style.min.css?17313120021624 */
/* /local/templates/candidates/css/main.css?177003183926126 */
