<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
li:has(&gt;a.pagination-link[rel="prev"]), li:has(&gt;a.pagination-link[rel="next"]) {    
    border: none;
    background: unset;
}
.dev-inner {
    font-family: 'Sofia Pro';
}
.labels_detail .vacancy-texter {
    font-size: 32px;
    color: #fff;
}
span.money_data:before {
    content: '\f153';
    font-family: 'FontAwesome';
    font-weight: 900;
    color: #ff7f00;
    padding-right: 15px;
    margin-left: 2px;
    font-size: 23px;
}
.labels_detail .vacancy-texter ul {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    gap: 50px;
    align-items: flex-end;
}
.labels_detail .money_data:before {font-size: 37px;margin: 0px;padding-right: 10px;}

.labels_detail .money_data {
    position: relative;
    top: 8px;
}
#footer_dev nav.elementor-nav-menu--main.elementor-nav-menu__container.elementor-nav-menu--layout-vertical.e--pointer-none li a {
    padding-left: 5px;
}

#copyright_dev a {
    color: var( --e-global-color-text );
    text-decoration: underline;
}



.vacancies-list.vacancies-shortlist {
    display: flex;
    align-items: start;
    gap: 10px;
}
.vac_grey:before {
    content: '';
    background: #F1F1F1;
    width: 50%;
}
h3.sr1 {
    font-size: 34px;
    font-weight: 700;
}
.vacancy-body{
    display: block;
    padding: 0px 10px;
    min-height: 265px;
}
.vacancy-description{
    width: 100%;
}

article.vacancy.vacancy-shortlist h3.vacancy-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2; /* Adjust the number of lines as needed */
}


article.vacancy.vacancy-shortlist a.vacancy-content {
  height: 287px;
  background: #282828;
  border-radius: 37px;
  border: 2px #FF7F00 solid;
  
}
article.vacancy.vacancy-shortlist {
    width: 33.3%;
}
.vacancies-list .vacancy:hover .vacancy-title, .vacancies-list .vacancy .vacancy-title {
    color: #000;
    font-size: 26px;
}
#step_1, #step_2, #step_3, #step_4{
    cursor: pointer;
    opacity: 0.4;
}
.step_1, .step_2, .step_3, .step_4{
    display: none;
}
.step_1.active, .step_2.active, .step_3.active, .step_4.active{
    display: block;
}
#step_1.active, #step_2.active, #step_3.active, #step_4.active{
    opacity: 1;
}
.vacancy-texter, .vacancy-description {
    color: #000;
    font-size: 19px;
    font-weight: 500;
}
article.vacancy.vacancy-shortlist .vacancy-photo{
    display: none;
}
.vacancy-texter ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.vacancy-texter .city_icon:before {
    content: '';
    background: url(/wp-content/themes/hello-theme-child/images/loc.svg);
    width: 23px;
    height: 22px;
    display: inline-block;
    margin-right: 10px;
    background-repeat: no-repeat;
    position: relative;
    top: 3px;
}
.vacancy-texter .m_icon:before {
    content: '\f09d';
    width: 23px;
    color: #ff7f00;
    height: 22px;
    display: inline-block;
    margin-right: 10px;
    background-repeat: no-repeat;
    position: relative;
    top: 3px;
    font-family: 'FontAwesome';
    font-weight: 900;
}
.vacancy-texter .money_icon:before {
    content: '';
    background: url(/wp-content/themes/hello-theme-child/images/money.svg);
    width: 23px;
    height: 22px;
    display: inline-block;
    margin-right: 10px;
    background-repeat: no-repeat;
    position: relative;
    top: 3px;
}
.vacancy-texter .time_icon:before {
    content: '';
    background: url(/wp-content/themes/hello-theme-child/images/time.svg);
    width: 23px;
    height: 23px;
    display: inline-block;
    margin-right: 10px;
    background-repeat: no-repeat;
    position: relative;
    top: 2px;    
}
.vacancy-texter li {
    margin-bottom: 10px;
}
.vacancy-texter .cat_icon:before {
    content: '';
    background: url(/wp-content/themes/hello-theme-child/images/cat.svg);
    width: 23px;
    height: 22px;
    display: inline-block;
    margin-right: 10px;
    background-repeat: no-repeat;
    position: relative;
    top: 3px;
}
.linker {
    font-size: 22px;
    color: #FF7F00;
    float: right;
    margin-top: -55px;
}
.linker_list {
    font-size: 22px;
    color: #FF7F00;
    float: right;
    
}
.vac_list_m .vacancy-body {
    min-height: 350px;
}
.vac_list_m .vacancy-texter, .vacancy-description {
    padding: 20px 0px;
}

.vac_list_m .vacancy-text {
    color: #000;
}
.vac_list_m .vacancies-list {
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}

.vac_list_m article.vacancy {
    width: calc(50% - 20px);
}

.vac_list_m article.vacancy h3.vacancy-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2; /* Adjust the number of lines as needed */
  padding-bottom: 5px;
}
.vac_list_m article.vacancy a.vacancy-content {
  min-height: 450px;
  background: #fff;
  border-radius: 7px;
  border: 1px #DCDCDC solid;
  color: #fff;
}

.vacancies-search-section {
    display: flex;
    flex-direction: column;
    max-width: 430px;
}

form.owp-search-form {
    display: flex;
    flex-direction: column;
}

.vacancies-search-section h2 {
    font-size: 26px;
    margin-top: 0px;
}

div#vacancies-filters {
    max-width: 430px;
}

input.owp-search-input {
    border-radius: 7px;
    height: 84px;
    margin-bottom: 30px;
}

button.button.owp-search-button {
    background: #FF7F00;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border-radius: 67px;
    height: 84px;
}
div#vacancies-filters h3 {
    font-size: 20px;
    user-select: none;
    font-weight: 700;
}

.matchcriteria-filters ul li a span.option-name {
    color: #000;
    font-size: 19px;
}

.matchcriteria-filters ul li a span.option-check {
    border-color: #000;
    width: 22px;
    height: 22px;
    position: relative;
    top: -10px;
}


.matchcriteria-filters ul li a:hover {
    background: unset;
}
.matchcriteria-filters ul li.active a span.option-check {
    background: unset;
    color: #000;
}

.matchcriteria-filters ul li a span.option-check svg {
    width: 22px;
    height: 22px;
    left: 0px;
    top: 0px;
    fill: #000;
}
.matchcriteria-filters ul {
    background: #FFFFFF;
    padding: 15px 10px;
    border-radius: 7px;
    user-select: none;      
    height: auto;
    transition: opacity 0.3s ease, height 0.3s ease;

}
.matchcriteria-filters ul.hidden {
    display: none;   
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.matchcriteria-filters ul li a {
    position: relative;
}

.matchcriteria-filters ul li a span.option-check {
    position: absolute;
    top: 5px;
}

.matchcriteria-filters ul li a span.option-name {
    margin-left: 30px;
    margin-bottom: 14px;
}
.owp-vacancies-list-text {
    display: flex;
}
div#vacancies-filters span.ico:after {
    content: '';
    background: url(/wp-content/themes/hello-theme-child/images/ar.svg);
    display: inline-block;
    width: 23px;
    height: 23px;
    float: right;
    background-repeat: no-repeat;
    margin-top: 15px;
    cursor: pointer;

}
#vacancies-filters span.ico::after {  
  transition: transform 0.5s ease;
}

#vacancies-filters span.ico.open::after {
  transform: rotate(180deg);
}
.button {
    background: #FF7F00;    
    padding: 15px 50px;
    font-size: 23px;
    border: 1px solid #565555;
    border-radius: 10px;
    border: unset;
}

.button:hover {
    background: #565555;
    border-color: #FF7F00;
}
body{
    font-family: 'Sofia Pro';
}
/* detail page css*/
.site-width {
    max-width: 1400px;
    font-family: 'Sofia Pro';
    line-height: 30px;
}
.vacancy-item-text.text li::first-letter {
    text-transform: capitalize;
}
.vacancy-spacing, .site-width{
    padding: 0px;
    padding-inline: 0px;
}
.img_head {
    height: 590px;
    background-size: cover;
    width: 100%;
    margin-bottom: 50px;
}
.img_head {
    position: relative;
    overflow: hidden;
}
.img_head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.header_title_main {
    color: #fff;
    font-size: 48px;
    text-align: center;
	font-weight: normal;
    text-wrap: balance;
}
.descr{
    font-size: 26px;
}
.img_head:after {
    content: '';
    background: #00000061;
    width: 100%;
    display: block;
    height: 100vh;
    position: absolute;
    left: 0px;
    top: 0px;
}
.dev-inner{
    width: 100%;
    max-width: 1641px;
    margin: 0 auto;   
    padding: 20px 0px;
    z-index: 9;

}
.site-width h1{
    color: #000;
    font-family: 'Sofia Pro';
    font-size: 45px;
    font-weight: 700;
    line-height: 61px;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2; 

}
.link_back{
    color: #FF7F00;
    font-family: 'Sofia Pro';
    font-weight: 400;
    font-size: 26px;
    display: block;
    margin: 40px 0px;
}

.link_back:after {
    content: '';
    background: url(/wp-content/themes/hello-theme-child/images/back.svg) no-repeat;
    width: 21px;
    height: 21px;
    display: inline-block;
    margin-left: 20px;
}
.home_search.vacs input {
    width: 100%;
    padding: 20px 20px;   
}

.home_search.vacs form.searcher button {
    margin-top: 40px;
}
.home_search.vacs form.searcher {
    flex-direction: column;
}
.sr {
    font-size: 25px;
    margin: 20px 0px;
}
.vac_wrapper {
    display: flex;
    gap: 20px;
    margin-bottom: 80px;
}

.left_col {width: 63%;}

.right_col {
    width: 37%;
}
.left_col h3.owp-heading-3 {
    color: #000;
    font-size: 26px;
    font-family: 'Sofia Pro';
    line-height: 41.45px;
    font-weight: 700;
    padding: 0px 0px 20px;
}
.vacancy-item-text.text {
    margin-bottom: 50px;
}
.wrp {
    margin: 60px 0px;
}

.left_col {
    padding-right: 80px;
}

.left_col {
    font-size: 19px;
    font-weight: 400;
}
.info_vac {
    border: 2px #FF7F00 solid;
    border-radius: 30px;
    padding: 25px 35px;
}

.info_vac li {
    display: inline-block;
    border: 2px #FF7F00 solid;
    padding: 20px 30px;
    border-radius: 60px;
    font-size: 19px;
    margin-bottom: 15px;
}

.info_vac ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0px 10px;
}

.info_vac ul li {
    max-width: 50%;
}
.divider {
    height: 1px;
    border: 1px #424242 solid;
    margin: 30px 0px;
}
a#vacancy-head-apply, button.g-recaptcha.button.vacancy_apply_button {
    font-size: 19px;
    width: 100%;
    display: block;
    text-align: center;
}

a#vacancy-head-apply:hover, button.g-recaptcha.button.vacancy_apply_button:hover {
    background: #da7108;
}
.data_cons {
    font-size: 23px;
}

h3.username {
    font-size: 23px;
}

.cons_info h3 {
    font-size: 26px;
}

.cons_info img {
    width: 300px;
    border-radius: 30px;
    margin: 30px 0px;
}

.cons_info {
    margin: 0px 0px;
}
.cons_email{
    margin: 20px 0px;
}
.cons_info:after {
    content: '';
    background: #F1F1F1;
    position: absolute;
    top: 0px;
    display: block;
    right: -100%;
    width: calc(100% + 100%);
    height: -webkit-fill-available;
    z-index: -1;
}
.footer_btn .button {
    width: auto !important;
    display: inline-block !IMPORTANT;
    border-radius: 10px;
    border: unset;
}
.cons_info {
    position: relative;
    padding: 30px 40px;
}
.favorites_cookies svg {
    font-size: 20px;
    fill: #FF7F00;
    width: 30px;
    height: 30px;
}

.favorites_cookies {
    position: absolute;
    right: -25px;
    top: -15px;
}

.favorites_cookies button.AddFav svg {
    fill: #ff7f00 !important;
}

.favorites_cookies button.AddFav {
    border: none;
    z-index: 999;
    opacity: 0.25;
}

.favorites_cookies button.AddFav:hover {
    background: transparent;
}

.vacancy-body {
    position: relative;
}
.favorites_cookies .delFav {
    background: transparent !important;
    border: none;
}

.favorites_cookies .delFav svg {
    fill: #ff7f00 !important;
}
.wrp_btn .AddFav:hover {
    background: #ff7f00;
}

.wrp_btn .AddFav:hover svg {
    fill: #fff;
}
body {
    overflow-x: hidden;    
    line-height: 28px;
    font-size: 19px;
}
a{
    color: #FF7F00;
}
/*.site-width a{
    color: #fff;
}*/
.wrp_btn .button {
    width: auto !important;
    display: inline-block !important;
    border-radius: 7px !important;
    border: unset !important;
}
button:focus {
    outline: unset !important;
    outline: unset !important;
}
.wrp_btn {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    gap: 10px;
    margin: 30px 0px;
}
.wrp_btn .button:hover {
    background: #d97008 !important;
    color: #fff !important;
}
.cons_email:before {
    content: '';
    background: url('/wp-content/themes/hello-theme-child/images/email.svg') no-repeat;
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-right: 15px;
    vertical-align: middle;
}
.descr_c {
    font-size: 23px;
    margin-bottom: 20px;
}
.header_title_main button{
    cursor: default;
}
.header_title_main button, .wrp_btn button {
    border: 3px #FF7F00 solid;
    color: #fff;
    font-size: 25px;
    border-radius: 10px;
}
.labels_detail .city_icon:before {
    top: 10px;
    width: 29px;
    height: 40px;
    background-size: contain;
}
.header_title_main button:focus{
    background: transparent;    
}
.wrp_btn button:focus{
    background: transparent;
    border: 3px #FF7F00 solid;
}
.wrp_btn svg {
    font-size: 20px;
    fill: #FF7F00;
    width: 30px;
    height: 30px;
}
button.delFav svg {
    fill: #ffffff;
}

button.delFav {
    background: #ff7f00;    
}
.hide-by-default{
    display: none;
}
a.elementor-item svg {
    width: 30px;
    height: 30px;
    fill: #ff7f00;
}
.svger {
    position: relative;
}
.delFav {
    background: #FF7F00 !important;
}
.header_title_main button {
    cursor: default !important;
}
.header_title_main button {
    position: relative;
    top: 0px;
}
.labels_detail {
    margin: 30px auto;
}
.labels_detail .money_icon:before{
    width: 49px;
    height: 49px;
    background-size: cover;
    top: 10px;
}
.labels_detail .time_icon:before{
    width: 36px;
    height: 37px;
    background-size: cover;
    top: 10px;
}
.favoritescount {
    position: absolute;
    top: -7px;
    right: -4px;
}
button.terugs.button {
    margin-left: 30px;
    background: transparent;
    color: #ff7f00;
}

button.terugs.button:focus {
    background: transparent;
    border: none;
}
.footer_btn {
    margin: 30px 0px;
}
.header_title_main button:hover, .wrp_btn button:hover {
    background: #FF7F00;
}

.header_title_main button:hover , .wrp_btn button:hover  {
    background: transparent;
}
.cons_phone:before {
    content: '';
    background: url('/wp-content/themes/hello-theme-child/images/phone.svg') no-repeat;
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-right: 15px;
    vertical-align: middle;
}
.home_search .searcher {
    display: flex;
    gap: 5px;
    margin: 30px auto 50px;
    max-width: 995px;
}
.home_search input{
    border-radius: 7px;
}
.data_cons a:hover {
    color: #ff7f00;
}
.data_cons a {
    color: #000;
    font-size: 19px;
}
.vacancy-description{
    font-family: "Sofia Pro";
}
.home_search button {
    background: #ff7f00;
    color: #ffffff;
    font-size: 29px;
    padding: 20px 75px;
    text-align: center;
    border-radius: 7px;
    border: 1px #ff7f00 solid;
}
.home_search button:hover{
    background: #e47508;
}
.gray_bg:before {
    content: '';
    background: #eee;
    width: 80%;
    height: 70%;
}
.list_child.gray_bg:before{
    width: 45%;
}
nav.pagination {
    float: left;
}

a.pagination-link {
    font-size: 19px;
    color: #000;
}

li.pagination-item {
    border: 1px #000 solid;
    border-radius: 7px;
    padding: 10px 10px;
    background: #fff;
    margin-right: 15px;
}

li.pagination-item.active {
    background: #000;
    
}
li.pagination-item.active a {
    color: #fff !important;
}
article#vacancy-apply {
    margin: 30px auto;
}
.vacancy-item-text.text li {
    list-style-type: none;
    padding-left: 40px;
    background-image: url('/wp-content/themes/hello-theme-child/images/check.svg');
    background-repeat: no-repeat;
    background-position: left 10px;
    background-size: 17.5px 15px; 
}
.vacancy-item-text.text ul {
    padding-left: 0px;
}
.elementor-nav-menu--layout-horizontal {
    z-index: 999;
}
/**************************************** Teaser 8 - Apply procedure ****************************************/

.t8 {
    margin-bottom: 100px;
}
body.content .t8 {
    margin-top: 100px;
}
.t8 .titleSW h2 {
    text-align: left;
    margin: 0 0 40px 0;
    font-size: 26px;
}
.t8 .menuContainer {
    margin: 0 0 60px 0;
}
.t8 .menuContainer .menuItems {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-end;
    transition: transform 0.5s cubic-bezier(0.11, 0.63, 0.26, 0.89);
    transform: translateX(0);
}
.t8 .menuContainer .menuItems li {
    width: 33.3%;
    float: left;
    font-size: 19px;
    line-height: 2.6rem;
    font-weight: bold;
    cursor: pointer;
    padding: 0 0 20px 0;
    margin-right: 30px;
    border-bottom: 4px solid #000;
    opacity: 0.25;
    -webkit-transition: 0.3s .1s ease-out;
    -o-transition: 0.3s .1s ease-out;
    transition: 0.3s .1s ease-out;
}
.t8 .menuContainer .menuItems li:hover {
    opacity: 0.5;
}
.t8 .menuContainer .menuItems li.current {
    opacity: 1;
}
.t8 .menuContainer .menuItems li:last-child {
    margin-right:0;
}
.t8 .menuContainer .menuItems li em {
    font-size: 15px;
    line-height: 1.8rem;
    font-weight: bold;
    color: #FE7F24;
    display: block;
    font-style: normal;
}
.t8 .teaserText {
    font-size: 19px;
}
.t8 .itemContainer .row {
    align-items: center;
}
.t8 .itemContainer .item .teaserKop {
    display: none;
}
.t8 .arrowsSW {
    display: none;
}
.t8 .arrowsSW .sliderArrows {
    text-align: center;
    flex-shrink: 0;
    margin-top: 30px;
}
.t8 .arrowsSW .sliderArrows button {
    display: inline-block !important;
    background-color: transparent;
    padding: 12px;
    margin: 0 10px;
}
.t8 .arrowsSW .sliderArrows button:after {
    content: '';
    font-weight: bold;
    color: #FE7F24;
    font-size: 1.8rem;
    line-height: 1.8rem;
    display: block;
    width: 18px;
    cursor: pointer;
}
.t8 .arrowsSW .sliderArrows .slick-prev:after {
    content: '&lt;';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
}
.t8 .arrowsSW .sliderArrows .slick-next:after {
    content: '&gt;';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
}
.t8 .itemContainer .item .photoCol img {
    border-radius: 5px;
}

/******** Animate the blocks, not sure if this can stay ********/

.t8 .itemContainer .item .photoCol,
.t8 .itemContainer .item .textCol {
    transition: 0.5s .25s ease-out;
}
.t8 .itemContainer .item .photoCol {
    transform: translateX(-150px);
    opacity: 0;
}
.t8 .itemContainer .item .textCol {
    transform: translateX(150px);
    opacity: 0;
}
.t8 .slick-slide.slick-active .item .photoCol,
.t8 .slick-slide.slick-active .item .textCol {
    transform: translateX(0) !important;
    opacity: 1 !important;
}
.t8 .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
/**************************************** Slick Dots ****************************************/

ul.slick-dots{
    margin:50px 0 0 0;
    text-align:center;
}
ul.slick-dots li{
    display:inline-block;
    text-align:right;
    border-bottom:1px solid #000;
    width:90px;
    cursor:pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
ul.slick-dots li.slick-active{
    box-shadow: inset 0 -3px 0px #000;
}
ul.slick-dots li button{
    padding:0;
    background:transparent;
    color:#000;
    font-size:1rem;
    font-weight:900;
}

/*h1.elementor-heading-title{
    font-size: 62px !important;
}
h2.elementor-heading-title{
    font-size: 45px !important;
}*/
.home_search button {
    height: 60px;
    padding: 5px 70px;
    font-size: 26px;
}
.home_search input {
    border-radius: 7px;
    height: 60px;
}
.form-input-wrapper .form-label-col{
    display: none;
}
.form-input-wrapper .form-input-col{
    width: 100%;
    inline-size: 100%;
}
div#cv_file_name {
    background: #f1f1f1;
    padding: 10px 25px;
    color: #000;
    font-size: 20px;
    font-weight: normal;
}

.form-input-col {
    color: #000;
    font-size: 17px;
    font-weight: 400;
}
.vacancy-form input::placeholder {
  color: #000; 
 font-size: 17px;
}
@media (max-width: 768px){
    .wrp_btn {
        gap: 8px;
    }
    .footer_btn {
        margin: 30px auto;
    }



.footer_btn a.button {
    display: block !important;
    width: auto !important;
    margin: 10px auto;
}
.header_title_main button, .wrp_btn button {font-size: 16px;padding: 5px 15px;}
    .t8 {
        margin-bottom: 60px;
    }
    .t8 {
        margin-top: 60px;
    }
    .t8 .menuContainer {
        overflow: hidden;
    }
    .t8 [type=button], [type=submit], button {    
    border: 1px solid #ff7f00;
    }
    .t8 .menuContainer .menuItems {
        white-space: nowrap;
        display: block;
        position: relative;
    }
    .t8 .menuContainer .menuItems li{
        width: 75%;
        font-size: 18px;
        float: none;
        display: inline-block;
        margin-right: 10px;
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.11, 0.63, 0.26, 0.89);
        transition: -webkit-transform 0.5s cubic-bezier(0.11, 0.63, 0.26, 0.89);
        -o-transition: transform 0.5s cubic-bezier(0.11, 0.63, 0.26, 0.89);
        transition: transform 0.5s cubic-bezier(0.11, 0.63, 0.26, 0.89);
        transition: transform 0.5s cubic-bezier(0.11, 0.63, 0.26, 0.89), -webkit-transform 0.5s cubic-bezier(0.11, 0.63, 0.26, 0.89);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .t8 .itemContainer .item .photoCol {
        transform: translateX(0);
        opacity: 1;
    }
    .t8 .itemContainer .item .textCol {
        transform: translateX(0);
        opacity: 1;
    }
    .t8 .arrowsSW {
        display: block;
    }
    .t8 .itemContainer .item .photoCol {
        display: none;
    }
    .cons_info:after {
        width: 100%;
        right: 0px;
    }
    .gray_bg:before, .list_child.gray_bg:before {
        width: 100%;

    }
    .list_child.gray_bg:before{
        height: 100%;
    }
    .home_search .searcher input{
        margin: 10px 0px;
    }
    .home_search button {
        padding: 10px 75px;
        font-size: 19px;
        display: block;
        margin: 0px auto;
    }
    .home_search .searcher{
        display: block;
    }    
    .header_title_main {
        font-size: 25px;
    }

    .labels_detail .vacancy-texter {
        font-size: 23px;
    }

    .img_head {height: 350px;padding: 20px 20px;}

    .labels_detail .vacancy-texter ul {
        gap: 10px;
        /*flex-direction: column;*/
        text-align: center;
        margin: 20px auto;
    }
    .left_col {
        width: 100%;
    }

    .vac_wrapper {
        display: block;
    }

    .right_col {
        width: 100%;
        margin: 30px 0px;
    }

    .site-width {
        padding: 0px 20px;
    }

    .site-width h1 {
        font-size: 24px;
        line-height: 23px;
    }

    .left_col h3.owp-heading-3 {
        font-size: 18px;
        line-height: 20px;
        padding: 10px 0px;
    }

    .vacancy-item-text.text {
        font-size: 16px;
    }

    .info_vac {
        padding: 15px 10px;
    }

    .info_vac ul {
        display: block;
    }

    .info_vac ul li {
        max-width: 100%;
        margin: 10px auto;
        width: 100%;
        text-align: center;
    }
    #vacancies-filters {
        position: unset;
        overflow-y: unset;
        transform: unset;
        background: unset;
        padding: 0px;
    }

    .vac_list_m .vacancies-list {
        display: block;
    }

    .vac_list_m article.vacancy {
        width: 100%;
    }
    .vacancies-list.vacancies-shortlist {
        display: block;
        padding: 10px 0px;
    }

    article.vacancy.vacancy-shortlist {
        width: 100%;
    }

    .linker {
        margin-top: -27px;
    }

    article.vacancy.vacancy-shortlist a.vacancy-content {
        height: 300px;
    }
    .descr {
        font-size: 23px;
    }

    .left_col h3.owp-heading-3 {
        font-size: 26px;
    }

    .vacancy-item-text.text {
        font-size: 23px;
    }

    .left_col {
        padding: 0px;
    }
    div#vacancies-filters h3 {
        font-size: 26px;
    }
    #vacancies-filters {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 9998;
        padding: 40px;
        overflow-y: auto;
        transform: translateY(100%);
        transition: .3s ease-in-out
    }

    body.show-vacancies-filters #vacancies-filters {
        transform: translateY(0)
    }
    div#vacancies-filters {
        background: #fff;
    }
    div#vacancies-filters h3 {
        font-size: 26px;
        user-select: none;
    }
    div#vacancies-filters span.ico:after{
        margin-top: 5px;
    }
    .vac_list_m article.vacancy h3.vacancy-title {
        font-size: 22px;
    }

    .vacancy-texter li {
        font-size: 20px;
    }

    .vac_list_m .vacancy-text {
        font-size: 20px;
    }

    .vac_list_m article.vacancy a.vacancy-content {
        min-height: auto;
    }

    .vac_list_m .vacancy-body {
        min-height: auto;
    }

    .linker_list {
        margin-top: -15px;
    }

    a.pagination-link {
        font-size: 20px;
    }

    li.pagination-item {
        padding: 0px;
    }
    .favorites_cookies {
        position: absolute;
        right: -15px;
        top: -15px;
    }
    h3.sr1 {
        font-size: 26px;
    }

    .home_search .searcher {
        margin: 0px auto 0px;
    }

    .home_search.vacs input {
        padding: 10px 10px;
    }

    .home_search.vacs form.searcher button {
        margin-top: 10px;
    }
    .vac_grey:before {
        width: 100%;
    }
    .form-input-wrapper .form-input-col {
        width: 100%;
        inline-size: 100%;
    }

    .form-input-wrapper .form-label-col {
        width: 100%;
    }

    .form-input-wrapper {
        display: block;
        inline-size: 100%;
    }
}</pre></body></html>