

/* Start:/local/templates/v22/components/bitrix/news.list/v22_vacancies/style.css?16774591855287*/
.page-vacancy-list .header-vacancies {
    margin: 20px 0 30px 0;
    font-size: 24px;
    font-weight: 500;
}

.page-vacancy-list .m-filter select {
    width: 290px;
    height: 35px;
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 12px;
}

.page-vacancy-list .m-filter .type-job-list {
    padding-bottom: 30px;
}
.page-vacancy-list .m-filter .type-job-list .item {
    display: inline-block;
    margin: 3px;
    padding: 5px 20px;
    line-height: 20px;
    border: 1px solid #D9D9D9;
    border-radius: 25px;
    color: #666666;
    background-color: #ffffff;
    cursor: pointer;
}
.page-vacancy-list .m-filter .type-job-list .item.active {
    border: none;
    color: #ffffff;
    background-color: #009CA5;
}

.page-vacancy-list .vacancies_list {
    padding-bottom: 1px;
}
.page-vacancy-list .vacancies_list .item {
    margin-bottom: 70px;
    border-bottom: 2px solid#E7E7E7;
    color: #616161;
}

.page-vacancy-list .vacancies_list .item .title {
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
    padding: 0px 7px;
    line-height: 20px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: bold;
    color: #009ba3;
    background-color: #FFFCC7;
    text-decoration: none;
}
.page-vacancy-list .vacancies_list .item .title.urgent::before {
    content: '';
    position: absolute;
    top: 1px;
    right: -25px;
    width: 20px;
    height: 18px;
    background: url(/local/templates/tvoyaapteka_turquoise/images/icon_fire.png) no-repeat;
    background-size: contain;
}

.page-vacancy-list .vacancies_list .item .city {
    font-size: 14px;
    font-weight: 400;
}
.page-vacancy-list .vacancies_list .item .city .fas {
    margin-right: 4px;
    color: #009ba3;
}

.page-vacancy-list .vacancies_list .item .salary {
    font-size: 12px;
    font-weight: 400;
}
.page-vacancy-list .vacancies_list .item .salary .fas {
    margin-right: 4px;
    font-size: 14px;    
    color: #009ba3;
}

.page-vacancy-list .vacancies_list .item .responsibility-title {
    margin: 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.page-vacancy-list .vacancies_list .item .responsibility ul {
    margin-bottom: 10px;
}
.page-vacancy-list .vacancies_list .item .responsibility li::before {
    width: 5px;
    height: 5px;
    background: #616161;    
}
.page-vacancy-list .vacancies_list .item .responsibility p {
    margin-bottom: 10px;
    line-height: 1.2;
}

.page-vacancy-list .vacancies_list .btns-wrapper {
    margin: 20px 0;
}
.page-vacancy-list .vacancies_list .btns-wrapper .m-btn {
    margin-right: 20px;
}

.page-vacancy-list .vacancies_list .m-btn,
.page-vacancy-list .vacancies_list .m-btn-white {
    display: inline-block;
    padding: 0 7px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.page-vacancy-list .vacancies_list .m-btn {
    color: #fff;
    background-color: #009ba3;
}
.page-vacancy-list .vacancies_list .m-btn:hover {
    color: #fff;
    background-color: #0ab7c0;
    text-decoration: none;
}
.page-vacancy-list .vacancies_list .m-btn-white {
    color: #009ba3;
}
.page-vacancy-list .vacancies_list .m-btn-white:hover {
    color: #0ab7c0;
    text-decoration: none;
}

.page-vacancy-list-cp2 .template__button:focus {
    outline: none;
}

/*------------------*/

.page-vacancy-list .pgb-1 {
    display: flex;
    justify-content: center;
    max-width: 1060px;
    padding-top: 10px;
}

.image_decoration_people_block {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 304px;
    padding-top: 100px;
    border-bottom: 2px solid black;
    background: url('/local/templates/v22/components/bitrix/news.list/v22_vacancies/images/people.png') no-repeat center top;
    text-align: center;
}
.page-vacancy-list .pgb-1 .b-content {
    max-width: 500px;
}
.title_text_image_decoration_block {
    margin-bottom: 25px;
    line-height: 35px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.description_1_text_image_decoration_block {
    margin-bottom: 30px;
    line-height: 23px;
    font-size: 20px;
    font-weight: 400;
}
.description_2_text_image_decoration_block {
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
}

.block_check_decoration_up_row {
    max-width: 1060px;
    margin-top: 20px;
}
.block_check_decoration {
    padding: 40px 0 20px 30px;
    background: url(/local/templates/v22/components/bitrix/news.list/v22_vacancies/images/check_mark.png) no-repeat;
}
.text_in_block_in {
    padding: 3px;
    line-height: 16px;
    font-size: 14px;
    font-weight: 500;
    color: #009CA5;
    border-radius: 5px;
    background-color: #ffffff;
}

.family_pharm .block_check_decoration {
    background: url("/local/templates/v22/components/bitrix/news.list/v22_vacancies/images/family_pharm_check_mark.png") no-repeat;
}

@media (max-width: 767px) {

    .image_decoration_people_block {
        height: unset;
        min-height: 270px;
        padding-top: 50px;
        background: url('/local/templates/v22/components/bitrix/news.list/v22_vacancies/images/people_2.png') no-repeat;
        background-position: center bottom -1px;
    }

    .page-vacancy-list .pgb-1 .b-content {
        padding-bottom: 100px;
    }

    .title_text_image_decoration_block {
        margin-bottom: 10px;
        line-height: 15px;
        font-size: 18px;
    }
    .description_1_text_image_decoration_block {
        margin-bottom: 10px;
        line-height: 18px;
        font-size: 16px;
    }
}

/* End */


/* Start:/local/components/sp-artgroup/send_resume/templates/v22/style.css?16418704493067*/
.send_resume.fancybox-content {
    max-width: 420px;
    padding: 0;
    text-align: center;
}

.send_resume .title {
    line-height: 60px;
    background-color: #009ba3;
    color: #fff;
    font-size: 24px;
}

.send_resume form {
    margin: 30px 50px;    
    padding-bottom: 25px;
}

.send_resume .block-field {
    margin-bottom: 15px;
}

.send_resume .icon {
    display: block;
    float: left;
    width: 33px;
    height: 33px;
    background-color: #59bec3;
}
.send_resume .icon:before {
    display: inline-block;
    content: '';
    width: 25px;
    height: 32px;
}
.send_resume .name .icon:before {
    background: url('/local/components/sp-artgroup/send_resume/templates/v22/images/icon.png') no-repeat -54px 5px;
}
.send_resume .phone .icon:before {
    background: url('/local/components/sp-artgroup/send_resume/templates/v22/images/icon.png') no-repeat -29px 5px;
}

.send_resume .block-field div {
    margin-left: 33px;
}
.send_resume .block-field input[type='text'] {
    width: 100%;
	height: 33px;
    padding-left: 11px;
	line-height: 33px;
    font-size: 16px;
    border: 1px solid #59bec3;
    color: #666666;
}
.send_resume input[type='text']:focus {
    outline: none;
}

.send_resume .btn-submit {
    width: 164px;
    height: 30px;    
    font-size: 14px;
    border: none;
    border-radius: 5px;
    background: #0ab7c0;
    color: #fff;
    box-shadow: 0px 2px 0px 0px #009ba3;
}
.send_resume .btn-submit.disabled {
    opacity: .7;
}

.send_resume .block-file {
    margin: 10px 0;
}
.send_resume .block-file .block-btn {
    display: inline-block;
}
.send_resume .block-file input[type="file"] {
    display: none;
}

.send_resume .block-file .small {
	font-size: 10px;
}

.send_resume .block-file .not-empty .title_1,
.send_resume .block-file .block-btn:not(.not-empty) .title_2,
.send_resume .block-file .not-empty .small {
    display: none;
}

.send_resume .block-file i {
    display: block;
    float: left;
    width: 29px;
    height: 33px;
    background: url('/local/components/sp-artgroup/send_resume/templates/v22/images/icon.png') no-repeat 0 center;
    margin-right: 8px;
}

.send_resume .block-file label {
    line-height: 1;
    cursor: pointer;
}
.send_resume .block-file label:hover{
    color: #0ab7c0;
}

.send_resume .file_name span {
    padding-right: 5px;
    font-size: 15px;
    color: #121111;
    text-decoration: underline;
}

.send_resume .block-field .error input {
    border-color: #f4333d;
}
.send_resume .block-file .error {
    border: 1px solid #f4333d;
}

.send_resume .fancybox-close-small {
    display: none;
}

.send_resume .modal_close {
    position: absolute;
    display: block;
    top: 20px;
    right: 10px;
    width: 20px;
    height: 20px;
    text-decoration: none;
}
.send_resume .modal_close:before,
.send_resume .modal_close:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px;
    background-color: #006666;
}
.send_resume .modal_close:before {
    left: 0;
    transform: rotate(45deg);
}
.send_resume .modal_close:after {
    right: 0;
    transform: rotate(-45deg);
}

.send_resume .result {
    font-size: 20px;
    padding: 40px 20px;
}

.send_resume :focus-visible {
    outline: none;
}

/* End */
/* /local/templates/v22/components/bitrix/news.list/v22_vacancies/style.css?16774591855287 */
/* /local/components/sp-artgroup/send_resume/templates/v22/style.css?16418704493067 */
