

/* Start:/kompaniya/vakansii/style.css?175577498313807*/
@charset "utf-8";
.sect_top {
    height: 500px;
    position: relative;
}
.sect_top > .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding-top: 85px;
}
.sect_top picture {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.sect_top picture > img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.sect_top ._text {
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}
.sect_top ._text h1 {
    font-size: inherit;
    font-weight: inherit;
}
@media only screen and (min-width: 480px) {
.sect_top {
    height: 550px;
}
.sect_top > .wrap {
    padding-top: 92px;
}
.sect_top ._text {
    font-size: 50px;
}
}
@media only screen and (min-width: 720px) {
.sect_top ._text {
    font-size: 60px;
}
}
@media only screen and (min-width: 1024px) {
.sect_top {
    height: 718px;
}
.sect_top > .wrap {
    padding-top: 134px;
}
.sect_top ._text {
    font-size: 70px;
}
}
@media only screen and (min-width: 1200px) {
.sect_top {
    height: 900px;
}
.sect_top > .wrap {
    padding-top: 112px;
}
.sect_top ._text {
    margin-bottom: 56px;
    font-size: 90px;
}
}

.sect_top ._btn {
    max-width: 228px;
}

.titte_35 {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 700;
    color: #171717;
    line-height: 1.1;
}
.title_description {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 20px 20px;
}
@media only screen and (min-width: 768px) {
.titte_35 {
    margin-bottom: 30px;
    font-size: 30px;
}
}

.p {
    width: 100%;
    float: left;
    font-size: 14px;
    margin: 0 0 15px;
    line-height: 1.3;
	text-align: justify;
}
.p.bull {
    padding: 0 0 0 20px;
    position: relative;
}
.p.bull:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--color-txt);
}
@media only screen and (min-width: 768px) {
.p {
    font-size: 16px;
}	
.p.bull {
    padding-left: 27px;
}
.p.bull:before {
    top: 7px;
    width: 9px;
    height: 9px;
}
}

.swiper-container {
	float: left;
    display: block;
    width: 100%;
    overflow: hidden;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.show_all {
	float:left;
	margin:0 0 20px 0;
	padding:0 20px 0 0;
	color:#2D6D48;
	cursor:pointer;
	position:relative;
}
.show_all:after {
	content:"";
	position:absolute;
	right:0;
	top:calc(50% - 3px);
	width:0;
	height:0;
	border-top:8px solid #2D6D48;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	
}
.show_all.sh:after {
    transform: rotate(180deg);
}
.hide_block {
	display:none;
}
.hide_block.sh {
	display:block;
}

.round_block1 {
    margin: 0;
    background-color: #ffffff;
    border-radius: 10px;
}

.about {
	text-align:center;
}
.about .sect_title {
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
.about .sect_title {
    margin-bottom: 30px;
}
}
.about .round_block1 {
    width: 630px;
    height: 348px;
    margin: 0 auto;
    display: inline-block;
}
.about .round_block1 video,
.about .round_block1 iframe{
	width:630px;
	height:348px;
	border-radius:10px;
	outline:none;
}
@media only screen and (max-width: 479px) {
.about .titte_35.vd span {
    display: block;
}
.about .round_block1 {
	width:320px;
	height:177px;
}
.about .round_block1 video,
.about .round_block1 iframe{
	width:320px;
	height:177px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.about .round_block1 {
	width:420px;
	height:232px;
}
.about .round_block1 video,
.about .round_block1 iframe{
	width:420px;
	height:232px;
}
}

.filter_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 670px;
    margin: auto;
    margin-bottom: 20px;
    position: relative;
}
.filter_block .filter {
    width: 100%;
    height: var(--height-field);
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 8px;
    position: relative;
}
.filter_block .filter::before {
    content: "";
    position: absolute;
    top:23px;
    right: 20px;
    width: 7px;
    height: 3.5px;
    z-index: 2;
    background: url('/kompaniya/vakansii/images/ar.svg') 50% 50% no-repeat transparent;
}
.filter_block .filter.open {
    border: none;
}
.filter_block .filter.open::before {
    transform: rotate(180deg);
}
.filter_block .filter ._name {
    padding: 16px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #7E7E7E;
    cursor: pointer;
}
.filter_block .filter ._name:empty::after {
    color: #E1E1E1;
}
.filter_block .filter.opyt ._name:empty::after {
    content: "опыт работы";
}
.filter_block .filter.city ._name:empty::after {
    content: "место работы";
}
.filter_block .filter ._list {
    display: none;
}
.filter_block .filter.open ._list {
    display: block;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    z-index: 1052;

    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 8px;
}
.filter_block .filter.open ._list>div {
    padding: 16px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #7E7E7E;
    cursor: pointer;
}
.filter_block .filter.open ._list>div.act {
    color: var(--color-txt);
    cursor: default;
}
.filter_block .filter.open ._list>div:hover {
    color: var(--color-txt);
    background-color: #E1E1E1;
}

.filter_block .btns {
    width: 200px;
    position: relative;
}
.filter_block .clear {
    display: none;
    position: absolute;
    right: -30px;
    top: 13px;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: url(/img_top_style/img_246631/close_btn.svg) 50% 50% no-repeat transparent;
}
.filter_block .clear.act {
    display: block;
}
@media only screen and (min-width: 768px) {
.filter_block {
    flex-direction: row;
    margin-bottom: 40px;
}
.filter_block .filter {
    width: 220px;
    margin-right: 20px;
    margin-bottom: 0;
}
}

.spec_list {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media only screen and (max-width: 767px) {
.spec_list {
    margin: 0 -11px;
}
}
.spec_list .spec {
    width: 100%;
    max-width: 670px;
    padding: 16px 15px 15px 29px;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 8px;
    position: relative;
}
.spec_list .spec.h {
    display: none;
}
.spec_list .spec + .spec {
    margin-top: 20px;
}
.spec_list .spec::before {
    content: "";
    position: absolute;
    top:0;
    left:0;
    width: 15px;
    height: 100%;
    background: #008A4B;
    opacity: 0.1;
    border-radius: 7px 0px 0px 7px;
}
.spec_list .spec.not_found::before {
    background: var(--color-red);
}
.spec_list .spec .spec_name {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    color:var(--color-txt);
}
.spec_list .spec .vak_item {
    margin-bottom: 18px;
    padding-left: 16px;
    padding-bottom: 18px;
    border-bottom: 1px solid #E1E1E1;
    position: relative;
}
.spec_list .spec:not(.all) .vak_list .vak_item:nth-child(n+3) {
    display: none;
}
.spec_list .spec .vak_item:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--color-txt);
}
.spec_list .spec .vak_item.h {
    display: none;
}
.spec_list .spec .vak_item .vak_name {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #0065B1;
}
.spec_list .spec .vak_item .vak_params {
    margin-top: 12px;
}
.spec_list .spec .vak_item .vak_params>div {
    display: inline-block;
    margin-right: 8px;
    padding: 8px 16px;

    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: var(--color-txt);

    background: #F4F4F4;
    border-radius: 8px;
}
.spec_list .spec .total {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #7E7E7E;
}
.spec_list .spec .total .spec_view_all {
    display: inline-block;
    margin-left: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: var(--color-green);
    cursor: pointer;
}
.spec_list .spec.all .total .spec_view_all {
    display: none;
}
@media only screen and (min-width: 768px) {
.spec_list .spec {
    padding: 30px 30px 30px 49px;
}
.spec_list .spec + .spec {
    margin-top: 30px;
}
.spec_list .spec .spec_name {
    margin-bottom: 30px;
    font-size: 30px;
}
.spec_list .spec .vak_item {
    padding-left: 29px;
}
.spec_list .spec .vak_item:before {
    top: 3px;
    width: 9px;
    height: 9px;
}
.spec_list .spec .vak_item .vak_name {
    font-size: 16px;
}
.spec_list .spec .vak_item .vak_params>div {
    font-size: 16px;
}
.spec_list .spec .total {
    font-size: 16px;
}
.spec_list .spec .total .spec_view_all {
    font-size: 16px;
}
}
.spec_list .not_found {
    font-weight: 600;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
.hh .wrap {
    padding-right: 11px;
    padding-left: 11px;
}   
}
.hh .cont {
    display: flex;
    align-items: center;
    padding: 30px 26px;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    background:url('/kompaniya/vakansii/images/hh_bg.svg') right 0 no-repeat var(--color-green);
    background-size: 232px;
}
.hh .cont>div:nth-child(1) {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    flex-basis: 50%;
}
.hh .cont>div:nth-child(2) span {
    display: block;
    font-weight: 400;
    font-size: 60px;
    line-height: 1;
}
.hh .cont>div:nth-child(2) a {
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
    line-height: 19px;
}
.hh .cont>div:nth-child(3) {
    flex-basis: 288px;
}
@media only screen and (max-width: 767px) {
.hh .cont {
    flex-wrap: wrap;
}
.hh .cont>div:nth-child(2) {
    flex-basis: 50%;
    text-align: right;
}
.hh .cont>div:nth-child(3) {
    margin-top: 25px;
}
}
@media only screen and (min-width: 768px) {
.hh .cont {
    padding: 30px 26px;
    background-position: 57% 0;
    background-size: 398px;
}
.hh .cont>div:nth-child(1) {
    flex-basis: 210px;
}
.hh .cont>div:nth-child(2) {
    margin: auto;
    text-align: center;
}
}   
@media only screen and (min-width: 1200px) {
.hh .cont {
    padding: 57px 120px;
}
.hh .cont>div:nth-child(1) {
    flex-basis: 349px;
    font-size: 40px;
}
}   
.hh a:not(._btn){
    font-size:14px;
    text-decoration:underline;
}
@media only screen and (min-width: 768px) {
.hh a{
    font-size:16px;
}
}

.vakansii .swiper-button-prev,
.vakansii .swiper-button-next {
    width: 33px;
    height: 38px;
	margin-top: -19px;
    background: url('/kompaniya/vakansii/images/arrow_big.svg') right 50% no-repeat transparent;
    background-size: cover;
    color: transparent;
}
.vakansii .swiper-button-prev {
    left:5px;
	transform: rotate(180deg);
}
.vakansii .swiper-button-next {
	right: 5px;
}
.vakansii .swiper-button-next:after,
.vakansii .swiper-rtl .swiper-button-prev:after {
    font-size: 0;
}
.vakansii .swiper-button-next.swiper-button-disabled,
.vakansii .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
.vakansii .otdely .swiper-button-prev,
.vakansii .otdely .swiper-button-next {
	margin-top: -45px;
}

.corp ._img {
    float:left;
	width:100%;
	max-height: 215px;
	margin:0 0 20px 0;
	text-align:center;
	position:relative;
}
.corp ._l {
    float:left;
	width:100%;
}
@media only screen and (min-width: 768px) {
.corp ._img {
    float:right;
	width:35%;
	height: 215px;
	margin:0;
}
.corp ._l {
	width:65%;
}
}
@media only screen and (min-width: 1200px) {
.corp ._img {
	width:27%;
}
.corp ._l {
	width:70%;
}
}

/*vak_zayavka*/
.vakansii .vak_zayavka .sect_title {
    margin-bottom: 11px;
}    
.vak_zayavka .subtitle {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: var(--color-txt);    
}
._form  {
    display: flex;
    flex-direction: column;
	max-width: 686px;
    margin: 0 auto;
    padding: 20px;	
}
@media only screen and (min-width: 768px) {
.vakansii .vak_zayavka .sect_title {
    margin-bottom: 20px;
}    
}
@media only screen and (min-width: 1200px) {
.vak_zayavka .subtitle {
    margin-bottom: 50px;
    font-size: 20px;
}
._form  {
    padding: 49px 64px;	
}
}

._form .f_upl {
    font-size: 16px;
    color: var(--color-txt);
	line-height:20px;
    padding-left: 30px;
    background: url('/img_top_style/img_246631/add_file.svg') 0 0 no-repeat transparent;
    background-size: 20px;
}
._form .file_ img {
    height: 48px;
    max-width: 75px;
}
._form .clear_img {
    background:none;
}

._form ._box {
    display: flex;
}
._form ._btn {
    max-width: 288px;
}

.vakansii_detail p {
    margin-bottom: 10px;
    color: var(--color-txt);
    font-size: 16px;
    line-height: 1.2;
}

.vakansii_detail b {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.1;
    color: var(--color-txt);
}
.vakansii_detail p:first-child b {
    margin-top: 0px;
}    

.vakansii_detail ul {
    margin-bottom: 10px;
    padding-left: 20px;
}
.vakansii_detail ul>li {
    color: var(--color-txt);
    font-size: 16px;
    line-height: 1.2;
    list-style: disc;
}
@media only screen and (min-width: 768px) {
.vakansii_detail p {
    font-size: 18px;
}
.vakansii_detail b {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 24px;
}
.vakansii_detail ul {
    padding-left: 40px;
}
.vakansii_detail ul>li {
    font-size: 18px;
}
}

.form-group .captcha_block {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
/* End */


/* Start:/js/upclick/upclick.css?1643378195487*/
/* upload картинок */
.f_upl{
	float:left;
	width:auto;
	margin:0;
}
.file_status{
	display:none;
	float:left;
	width:16px;
	height:16px;
	margin:5px 0 0 0;
    background: url("/images/indicator.gif") no-repeat 0 0 transparent;
}
.file_{
	width:auto;
	float:left;
}

.clear_img{
	display:none;
	float:left;
    background: url("/images/delete.png") no-repeat 0 0 transparent;
	width:16px;
	height:16px;
	cursor:pointer;
	margin:2px 0 0 10px;
}
/* END upload картинок */

/* End */


/* Start:/local/templates/.default/components/bitrix/news.line/otdely_list/style.css?1693223598699*/
.otdely_list .item {
    width: 250px;
	margin:0;
}
@media screen and (min-width: 768px) {
.otdely_list .item {
    width: 360px;
}
}

.otdely_list .item .pic{
    position: relative;
    width: 100%;
	padding-top:55%;
	background:50% 50% no-repeat transparent;
	background-size: cover;
	border-radius: 10px;
}

.otdely_list .item .cont{
    padding: 0;
}

.otdely_list .item .name{
    margin: 5px 0;
	font-size: 16px;
	line-height: 1.25;
	text-align: center;
}
.otdely_list .item .descr{
    margin: 0;
	font-size: 14px;
	line-height: 1.25;
	text-align: center;
}
@media screen and (min-width: 768px) {
.otdely_list .item .name{
	font-size: 20px;
}
.otdely_list .item .descr{
	font-size: 16px;
}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/our_life_templ/style.css?1693223598356*/
.our_life_block {
	margin:0;
	padding:40px 0;
	border-radius:10px;
	background: url('/local/templates/.default/components/bitrix/news.list/our_life_templ/images/tract1.png') 0 50% repeat-x transparent;
}
.our_life_list {
	margin:0;
	padding:0;
	position:relative;
}
.our_life_list .item {
	position: relative;
    width:203px;
	height: 187px;
}
.our_life_list .item ._img {
	width:auto;
	height:100%;
	margin:0;
	padding:0;
}
/* End */


/* Start:/js/cookie-modal/style.css?17587015243378*/
.cookie-notification {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    max-width: calc(100% - 40px);
    background: #FFF;
    border-radius: 8px;
    margin: 20px 0;
    z-index: 9999;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    gap: 20px;
}

.cookie-notification .cookie-notification__text {
    flex: 1;
    color: #000;
    font-size: 18px;
    line-height: 1.4;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__text p {
    margin: 0;
}

.cookie-notification .cookie-notification__text p:last-child {
    margin-bottom: 0;
}

.cookie-notification .cookie-notification__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__description {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__link {
    color: #005C32;
    text-decoration: underline;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__link:hover {
    color: #002E19;
}

.cookie-notification .cookie-notification__button {
    flex-shrink: 0;
}

.cookie-notification .cookie-notification__accept-btn {
    font-family: Roboto, sans-serif;
    background: #005C32;
    color: #fff;
    border: none;
    border-radius: 6px;
    display: flex;
    height: 48px;
    padding: 15px 82px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.cookie-notification .cookie-notification__accept-btn:hover {
    background: #002E19;
}

.cookie-notification .cookie-notification__accept-btn:active {
    background: #80AE99;
}

@media (max-width: 768px) {
    .cookie-notification {
        width: 100%;
        max-width: none;
        margin: 0;
        border-radius: 8px 8px 0 0;
        left: 0;
        transform: none;
    }
    
    .cookie-notification .cookie-notification__content {
        display: flex;
        padding: 16px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
    }
    
    .cookie-notification .cookie-notification__text {
        text-align: left;
        font-size: 14px;
        font-family: Roboto, sans-serif;
        flex: 1;
    }
    
    .cookie-notification .cookie-notification__title {
        font-size: 14px;
        line-height: 1.4;
        font-family: Roboto, sans-serif;
    }
    
    .cookie-notification .cookie-notification__description {
        font-size: 14px;
        line-height: 1.4;
        font-family: Roboto, sans-serif;
    }
    
    .cookie-notification .cookie-notification__button {
        flex-shrink: 0;
    }
    
    .cookie-notification .cookie-notification__accept-btn {
        padding: 12px 24px;
        font-size: 14px;
        font-weight: 500;
        font-family: Roboto, sans-serif;
        height: auto;
        white-space: nowrap;
    }
}

/* End */
/* /kompaniya/vakansii/style.css?175577498313807 */
/* /js/upclick/upclick.css?1643378195487 */
/* /local/templates/.default/components/bitrix/news.line/otdely_list/style.css?1693223598699 */
/* /local/templates/.default/components/bitrix/news.list/our_life_templ/style.css?1693223598356 */
/* /js/cookie-modal/style.css?17587015243378 */
