

/* Start:/local/templates/soft/components/aam/empty/career/style.css?174556681119408*/
.banner_main{
    background-size: cover;
    position:relative;
    aspect-ratio: 2/3;
    background-position: 80% 50%;
}
.banner_main:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0, 0, 0, .5);
}
.info_text {
    margin: auto 0;
}
.label_resume {
    opacity: 0.5;
}
.page-title-block{
    display:none;
}
.item_search_arrow a
{
    margin: auto!important;
    display: flex;
}
.banner-career{
    position:relative;
    height:100%;
}
.banner_main_button {
}
.banner_main_big_text,
.banner_main_small_text{
    color:white;
}
.banner_content {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 30%;
    gap: 45px;
    text-align:center;
    width: 100%;
}
.banner_main_big_text {
    font-size: 24px;
    font-weight: 600;
}
.text_block{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}
.office_block_text h2{
    margin-bottom:40px;
}
.tag {
    margin: auto 0;
    font-size: 24px;
    color: rgb(181, 49, 95);
    top: 0;
    left: 0;
    background: linear-gradient(130deg, rgba(181, 49, 95, 1),rgba(143, 37, 128, 1));
    background-clip: border-box;
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 30px;
}
.spec_block_wrap{
    display: flex;
    flex-direction: column;
    gap:20px;
}
.count_spec,
.spec
{
    text-align: center;
}
.count_spec {
    font-size: 22px;
    font-weight: bold;
}
.item img{
    background-size: cover;
    /*height: 200px;*/
    margin: auto;
}
/*слайдер*/
.home-demo {
    position: relative;
    margin-top:20px;
    margin-bottom: 64px;
}
.nav {
    position: absolute;
    height: 20px;
    width: 30%;
    display: flex;
    margin: auto 35%;
    justify-content: space-between;
}
.customNextBtn,
.customPrevBtn{
    cursor: pointer;
    font-weight: bold;
    font-size: 25px;
    color:rgba(103, 23, 176, 1);
    z-index:10;
}
.owl-carousel .owl-dots{
    bottom: -22px!important;
}
.owl-carousel .owl-dots .owl-dot{
    background: gray!important;
}
.owl-carousel .owl-dots .owl-dot.active{
    background: rgb(103, 23, 176)!important;
}
/*слайдер конец*/
.custom_dots {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    gap: 3px;
    bottom: 10px;
    position: absolute;
}
.custom_dots .owl-dot{
    background: gray !important;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
.custom_dots .owl-dot.active{
    background: rgb(103, 23, 176)!important;
}

.info_block{
    margin-top: 40px;
    margin-bottom: 64px;
    /*height: 1100px;*/
    position: relative;
}
.info_eleps {
    height: 100%;
    margin: auto;
    border-radius: 50%;
    background-image: linear-gradient(rgb(181, 49, 95),rgb(103, 23, 176),rgb(72, 97, 183));
    opacity: 0.1;
    filter: blur(1.5rem);
    width: 100%;
    position:absolute;
    bottom: 20px;
}
.info_content{
    /*position:absolute;*/
    display: flex;
    flex-direction: column;
    gap:50px
}
.info_item {
    display: flex;
    gap:30px;
}
.info_number {
    margin: auto 0;
    font-size: 40px;
    color: rgb(181, 49, 95);
    top: 0;
    left: 0;
    background: linear-gradient(130deg, #E44036 0%, #6516B3 100%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 100%;
    width:50px;
}
.cooperation_wrapper{
    display: flex;
    flex-direction: column;
    margin-top:40px;
    margin-bottom:64px;

}
.cooperation_nav{
    margin: auto 30%;
}
.button_see_more {
    margin: 50px auto auto;
}
.slider-2 .owl-carousel .owl-dots{
    bottom:5px;!important;
}
.more_btn,
.more_btn_link
{
    background-color: #6F25B8;
    padding: 15px 50px;
    border-radius: 25px;
    background-image: linear-gradient(-45deg, rgba(64, 147, 188, 1),rgba(101, 22, 179, 1));
    color: white;
}
.more_btn:hover,
.more_btn_link:hover
{
    color:white;
    background-image: linear-gradient(45deg, rgba(64, 147, 188, 1),rgba(101, 22, 179, 1));
}
.search_spec_block{
    margin-top:40px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 64px;
}
.item_search_spec{
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;

}
.item_search_title a {
    color: rgb(103, 23, 176);
    font-size: 20px;
}
.item_search_text {
    color: rgb(91, 90, 90);
}
.item_search_arrow{
    display: none;
}
.content_search_spec {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.button_search_container {
    margin: 60px auto auto;
}
.button_search {
    padding: 20px 50px;
    border: 2px solid;
    border-radius: 40px;
}
.button_search:hover{
    background-color:rgba(97, 20, 182, 0.5);
    color: white !important;
    border: 2px solid transparent;
}
.description_block {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 64px;
}
.owl-carousel .owl-item img{
    width: 100%!important;
}
.item__arrow{
    display: none;
}
.rest_block_content {
    display: flex;
    flex-direction: column-reverse;
}
.mobile_hide{
    display:none!important;
}
.slider-2.owl-carousel.owl-theme.owl-loaded.owl-drag {
    margin-bottom: -50px;
}
.rest_block_text_inner p{
    width:100%;
    text-align: start;
}
.fix {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
}
.media_image {
    height: 230px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position:relative;
}
.tags_wrap{
    display: block;
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
}
.item-tags{
display: inline-block;
vertical-align: top;
background: #fff;
padding: 6px 8px;
border-radius: 4px;
color: #6516B3;
font-size: 12px;
text-transform: uppercase;
line-height: 12px;
white-space: nowrap;
margin: 0 5px 5px 0;
}
.media_title_block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.arrow_link{
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: center / contain no-repeat url('/local/templates/soft/pictures/icons/arrow-more.svg');
    margin: 40px 0;
}
.rest_block {
    margin-top:40px;
    margin-bottom: 64px;
    position: relative;
}
.media_name{
    margin-top: 10px;
    margin-bottom: 10px;
}
.media_name a {
    color: black;
    font-size:20px;
    font-weight: 500;
}
.media_block {
    margin-bottom: 64px;
    margin-top: 40px;
}
.social_block_content{
    position: relative;
    display:flex;
    flex-direction: column;
}
.social_block_text {
    margin: auto;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
}
.social_net_wrap {
    display: flex;
    flex-direction: row;
    gap:10px;
    margin: 40px auto;
}
.social_icon {
    border: 1px solid rgba(66, 40, 92, 1);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display:flex;
    justify-content: center;
}
.social_icon:hover {
    transform: scale(1.08);
}
.social_block {
    margin-top: 40px;
    margin-bottom: 64px;
}
.item__arrow_next,
.item__arrow_prev
{
    border: 2px solid #6f25b8;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display:flex;
}
.item__arrow_next:hover,
.item__arrow_prev:hover{
    cursor:pointer;
    width: 41px;
    height: 41px;
}
.item__arrow_prev {
    transform: rotate(180deg);
}
.office_block {
    position: relative;
    margin-bottom:64px;
    margin-top:40px;
}
.office_nav {
    display: none;
}
.office_address_item_content {
    display: flex;
    flex-direction: column;
}
.office_address_item_content a{
    color: black;
}
.hr_office {
    border-top: 1px solid #888686;
    width: 80px;
    padding: 5px;
}
.office_address_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 50px;
}
.office_address_item {
    border: 1px solid #6114B6;
    border-radius: 20px;
    padding: 20px;
}
.resume_block {
    margin-top: 40px;
    position: relative;
}
.constructor_button{
    padding: 15px 20px;
    border-radius:40px;
    color:white;
    text-align: center;
    cursor:pointer;
    font-size: 16px;
}
.constructor_button:hover{
    color:white;
}
.send_resume{
    padding: 15px 20px;
    border: 2px solid transparent;
    border-radius: 40px;
    background: linear-gradient(#fff, #fff 0) padding-box,
    linear-gradient(#E44036 0%, #6717B0 59.22%, #4861B7) border-box;
    text-align: center;
}
.send_resume:hover{
    background: linear-gradient(#fff, #fff 0) padding-box,
    linear-gradient(10deg,#E44036 0%, #6717B0 59.22%, #4861B7) border-box;
}
.send_resume_text{
    text-align: center;
    margin: auto 0;
    color: rgb(181, 49, 95);
    top: 0;
    left: 0;
    background: linear-gradient(160deg, #E44036 0%,#6717B0 59.22%, #4861B7);
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 100%;
    font-size: 16px;
}
.button_wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
.title_resume{
    font-size: 30px!important;
    margin-bottom: 10px!important;
    font-weight: 550!important;
    margin-top: 10px!important;
}
.resume_text {
    margin-top: 25px;
}
.resume_image img{
    width: 100%;
}
.more_btn span,
.more_btn_link span
{
    display: inline-block;
    position: relative;
    color: #FFFFFF;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.more_btn span:hover,
.more_btn_link span:hover
{
    transform: scale(1.05);
}
@media screen and (min-width: 460px){
    .banner_main{
        aspect-ratio: 3/4;
    }
    .banner_content {
        top: 25%;
        gap: 100px;
    }
}
@media screen and (min-width: 690px){
    .banner_main{
        aspect-ratio: 61/45
    }
    .banner_content{
        top:30%;
    }
}
@media screen and (min-width: 1025px) {
    .owl-carousel .owl-item .image_rest_item img {
        width: 90% !important;
    }
    .item{
        max-height: 470px;
    }
    .container.width_calc {
        width: 90%;
    }

    .hide_big_window {
        display: none;
    }

    .resume_image {
        width: 50%;
    }

    .button_wrapper {
        display: flex;
        flex-direction: row;
        gap: 15px;
        position: absolute;
        bottom: 5%;
    }

    .resume_content {
        display: flex;
        flex-direction: row-reverse;
        width: 100%;
        flex-wrap: wrap;
    }

    .text_content_resume {
        text-align: left;
        margin-top: 2%;
        width: 50%;
    }

    .resume_text {
        margin-top: 8%;
        width: 80%;
    }

    .office_address_item_title {
        font-size: 24px;
        padding-bottom: 15px;
    }

    .office_address_item {
        width: 32%;
    }

    .office_address_wrap {
        flex-direction: row;
        gap: 30px;
    }

    .social_block_text {
        margin: auto 20px;
        width: 50%;
        text-align: start;
    }

    .social_net_wrap {
        width: 35%;
        margin: auto;
        gap: 30px;
    }

    .social_block_content {
        position: relative;
        border: 1px solid #6114B6;
        border-radius: 20px;
        flex-direction: row;
        height: 200px;
    }

    .arrow_link {
        margin: auto 0;
    }

    .media-item-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        gap: 20px;
    }

    .rest_block_text_inner p {
        width: 85%;
        font-size: 24px;
        line-height: 28px;
    }

    .slider-2.owl-carousel.owl-theme.owl-loaded.owl-drag {
        margin-bottom: 0px;
    }

    .mobile_hide {
        display: block !important;
    }

    .slider-mini {
        display: none !important;
    }

    .item__arrow {
        border: 2px solid #6f25b8;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        margin: auto;
    }

    .item__arrow:hover {
        cursor: pointer;
        width: 46px;
        height: 46px;
    }

    .rest_block_content {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        gap: 20px;
    }

    .image_rest_item img {
        width: 100%;
    }

    .image_rest_item {
        width: 49%;
        margin: auto;
    }

    .rest_block_text_inner {
        width: 49%;
        margin: auto;
        display: flex;
        gap: 5%;
    }

    .button_search {
        padding: 20px 100px;
    }

    .description_block_content {
        display: flex;
        flex-direction: row;
        gap: 50px;
        width: 100%;
        flex-wrap: wrap;
    }

    .detail-education-item {
        width: 45%;
    }

    .item_search_title a {
        color: black;
    }

    .move {
        margin: auto;
        transform: rotate(90deg) !important;
        fill: rgba(103, 23, 176, 1);
    }

    .item_search_arrow {
        display: flex;
        margin: auto;
        border: 2px solid rgba(103, 23, 176, 1);
        width: 44px;
        height: 40px;
        border-radius: 50%;
    }

    .item_search_spec {
        flex-direction: row;
        min-height: 150px;
        width: 100%;
        gap: 80px;
        border: 1px solid white;
    }

    .item_search_spec:hover {
        border: 1px solid rgba(103, 23, 176, 1);
    }

    .item_search_title {
        width: 30%;
        margin: auto;
    }

    .item_search_text {
        width: 65%;
        margin: auto;
    }

    .index-caption-wrapper h2 {
        margin: 22px 0 !important;
        line-height: 32px !important;
        font-size: 30px !important;
        font-weight: 600 !important;
    }

    .button_see_more {
        margin: 0px auto auto 100px;
    }

    .big_width_wrap {
        display: flex;
        width: 100%;
        gap: 50px;
    }

    .slider_block {
        width: 56%;
        margin-top: 30px;
    }

    .cooperation_text {
        width: 40%;
    }

    .nav.cooperation_nav {
        margin: auto 11%;
    }

    .info_content {
        width: 100%;
        column-count: 2;
        display: block;
    }

    .info_item {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        justify-content: flex-start;
    }

    .info_block {
        margin-top: 40px;
        margin-bottom: 64px;
    }

    .nav {
        margin: auto 45%;
        width: 10%;
    }

    .banner_main {
        aspect-ratio: 3/1;
    }

    .banner_main_big_text {
        font-size: 32pt;
        font-weight: 600;
        width: 70%;
        line-height: 56px;
    }

    .banner_main_big_text,
    .banner_main_small_text {
        margin: auto 0;
    }

    .banner_main_small_text {
        font-size: 16pt;
        font-weight: 300;
        width: 55%;
    }

    .banner_content {
        display: flex;
        flex-direction: column;
        position: absolute;
        right: 0;
        top: 10%;
        gap: 20px;
        text-align: left;
    }

    .text_block {
        flex-direction: row;
        gap: 20px;
        margin-top: 0px;
    }

    .text-content {
        width: 70%;
    }

    .spec_block_wrap {
        width: 30%;
    }

    .item img {
        background-size: cover;
        margin: auto;
    }

    .office_nav {
        position: absolute;
        display: flex;
        justify-content: space-between;
        width: 112%;
        bottom: 60%;
        margin-left: -6%;
    }
}
@media screen and (min-width: 1180px){
    .button_wrapper{
        bottom:20%;
    }
}
@media screen and (min-width: 1440px){
    .banner_content{
        top:20%;
    }
    .owl-carousel .owl-item .image_rest_item img {
        width: 100% !important;
    }
    .social_block_text {
        margin: auto 40px;
        width: 60%;
        text-align: start;
    }
    .social_net_wrap {
        width: 25%;
        margin: auto;
        gap: 40px;
    }
    .banner_content{
        gap:35px;
    }
    .button_wrapper{
        bottom:30%;
    }
}
@media screen and (min-width: 1600px){
    .item{
        max-height: none;
    }
    .office_nav {
        position: absolute;
        display: flex;
        justify-content: space-between;
        width: 108%;
        bottom: 55%;
        margin-left: -4%;
    }
    .button_see_more {
        margin: -50px auto auto 100px;
    }
}
@media screen and (min-width: 1650px){
    .banner_content{
        top:30%;
    }
}
@media screen and (min-width: 1990px){
    .banner_content{
        top:35%;
    }
}

.popup-form-wrapper{
    padding:0px!important;
}
.popup-form-head{
    background: linear-gradient(180deg, rgba(228, 64, 54, 0.10) 0%, rgba(103, 23, 176, 0.10) 66%, rgba(72, 97, 183, 0.10) 96%);
    padding:20px;
    display:flex;
    justify-content: space-between;
}
.popup-form-caption{
    margin:auto;
    font-size: 22px;
}
.popup-form-content{
    margin-left:30px;
    margin-right: 30px;
}

.popup-form-item {
    padding: 10px;
    margin: 20px 0;
    border-bottom: 1px solid rgba(79, 79, 100, 0.80);
}
.submit_form_wrap {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    position: relative;
    display: flex;
}
.submititem{
    margin:auto;
}
#form_submit {
    color: white !important;
    margin:auto;
}
.popup-form-item-check {
  display: flex;
  flex-direction: column;
  gap:15px;
}
.check_label{
    margin-left:10px;
}
.downloaded_item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
}
.file_resume{
    margin:auto;
}
.custom-file-upload {
    display: inline-block;
    padding: 25px 15px;
    cursor: pointer;
    border: 1px dashed #6717B0;
    border-radius: 20px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    margin-top: 25px;
    color: #6717B0;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    -webkit-box-shadow: 0 0 0 1px #FFFFFF, inset 0 0 0 0 #FFFFFF;
    box-shadow: 0 0 0 1px #FFFFFF, inset 0 0 0 0 #FFFFFF;
    padding: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    border: 1px solid #E1D8EB;
    border-radius: 4px;
    background: #fcfafe;
}
.checkbox label::after {
    content: "";
    position: absolute;
    width: 0;
    height: 13px;
    overflow: hidden;
    top: calc(50% - 7px);
    left: 3px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    transition-delay: 0s;
    background-size: auto;
    background-size: cover;
    cursor: pointer;
}
.checkbox input[type="checkbox"]:checked ~ label::after {
    width: 17px;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.checkbox input[type="checkbox"] {
    position: absolute;
    z-index: 1!important;
    left: 5%!important;
    opacity: 0;
    bottom: 13%;
    width: 40px;
    height: 40px;
}
.argree_block.checkbox {
    margin-top: 25px;
}
.popup-form-item input {
    width: 100%;
}
.error{
    color:red;
}

/* End */


/* Start:/upload/minify_cache/29165b06bb61cf5bc4effc9ade4a76f6.css?15242305303271*/
/* Original: /local/templates/soft/plugins/owl-carousel/assets/owl.carousel.min.css */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/upload/minify_cache/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/upload/minify_cache/985a404391b9a7b46795454a12d1b06e.css?16603188405999*/
/* Original: /local/templates/soft/plugins/selectric/selectric.css */
.selectric-wrapper {position: relative;cursor: pointer;}.selectric-responsive {width: 100%;}.selectric {border: 1px solid #E0E0E0;border-bottom-width: 2px;background: #F8F8F8;position: relative;border-radius: 4px;}.selectric .label {display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin: 0 30px 0 0;padding: 6px;font-size: 12px;line-height: 18px;color: #444;min-height: 18px;}.selectric .button {display: block;position: absolute;right: 0;top: 0;width: 30px;height: 30px;background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOCA1IiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjgiIGhlaWdodD0iNSI+PHBhdGggZD0iTTcuNzgxIDEuNDQ0Yy0uMjgxLjMwNy0zLjIzOCAzLjMxMS0zLjIzOCAzLjMxMS0uMTUxLjE2NC0uMzQ3LjI0NS0uNTQ0LjI0NS0uMTk3IDAtLjM5NC0uMDgyLS41NDMtLjI0NSAwIDAtMi45NTctMy4wMDMtMy4yMzktMy4zMTEtLjI4MS0uMzA3LS4zLS44NTkgMC0xLjE4OC4zMDEtLjMyOC43MTktLjM1NCAxLjA4NyAwbDIuNjk1IDIuNzU1IDIuNjk0LTIuNzU1Yy4zNjgtLjM1NC43ODctLjMyOCAxLjA4NyAwIC4zMDEuMzI4LjI4Mi44ODEgMCAxLjE4N3oiIGZpbGw9IiNiYmIiLz48L3N2Zz4K) no-repeat 50%;font: 0/0 a;}@media \0screen\,screen\9 {.selectric .button {color: #DDD;text-align: center;font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;}}.selectric-focus .selectric {border-color: #AAA;}.selectric-hover .selectric {border-color: #CCC;}.selectric-hover .selectric .button {color: #888;}.selectric-hover .selectric .button:after {border-top-color: #888;}.selectric-open {z-index: 9999;}.selectric-open .selectric {border-color: #CCC;background: #F0F0F0;margin-top: 1px;border-bottom-width: 1px;}.selectric-open .selectric-items {visibility: visible;opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0); -o-transform: translateY(0);transform: translateY(0);-webkit-transition: .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);transition: .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);}.selectric-disabled {filter: alpha(opacity=50);opacity: 0.5;cursor: default;-webkit-user-select: none; -moz-user-select: none;-ms-user-select: none;user-select: none;}.selectric-hide-select {position: relative;overflow: hidden;width: 0;height: 0;}.selectric-hide-select select {position: absolute;left: -100%;}.selectric-hide-select.selectric-is-native {position: absolute;width: 100%;height: 100%;z-index: 10;}.selectric-hide-select.selectric-is-native select {position: absolute;top: 0;left: 0;right: 0;height: 100%;width: 100%;border: none;z-index: 1;box-sizing: border-box;opacity: 0;}.selectric-input {position: absolute !important;top: 0 !important;left: 0 !important;overflow: hidden !important;clip: rect(0, 0, 0, 0) !important;margin: 0 !important;padding: 0 !important;width: 1px !important;height: 1px !important;outline: none !important;border: none !important;*font: 0/0 a !important;background: none !important;}.selectric-temp-show {position: absolute !important;visibility: hidden !important;display: block !important;}.selectric-items {visibility: hidden;opacity: 0;-webkit-transform: translateY(-20px);-ms-transform: translateY(-20px); -o-transform: translateY(-20px);transform: translateY(-20px);position: absolute;top: 100%;left: 0;background: #fefefe;border: 1px solid #CCC;z-index: -1;box-shadow: 0 0 10px -6px, inset 0 0 0px 1px #fff;margin: 8px 0;padding: 10px 0;border-radius: 4px;}.selectric-items .selectric-scroll {height: 100%;overflow: auto;}.selectric-items:before,.selectric-items:after {content: "";position: absolute;top: -9px;left: 12px;width: 0;height: 0;border-bottom: 6px solid #BBB;border-left: 6px solid transparent;border-right: 6px solid transparent;margin-top: 3px;}.selectric-items:after {margin-top: 4px;border-bottom-color: #FFF;}.selectric-above .selectric-items:before,.selectric-above .selectric-items:after {top: 100%;border-bottom-width: 0;border-top: 6px solid #BBB;margin-top: 0;}.selectric-above .selectric-items:after {border-top-color: #FFF;margin-top: -1px;}.selectric-above .selectric-items {top: auto;bottom: 100%;}.selectric-items ul, .selectric-items li {list-style: none;padding: 0;margin: 0;font-size: 12px;line-height: 20px;min-height: 20px;}.selectric-items li {display: block;padding: 6px 30px 6px 10px;color: #666;cursor: pointer;position: relative;overflow: hidden;}.selectric-items li.selected {background: #E0E0E0;color: #444;}.selectric-items li.highlighted {background: #D0D0D0;color: #444;}.selectric-items li:after {content: "";position: absolute;z-index: 3;top: 0;right: -10px;width: 30px;height: 100%;background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIgMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEwIj48cGF0aCBkPSJNMCA1YzAtLjIyNC4wNzItLjQxNS4yMTctLjU3MmwxLjA1My0xLjE0NWMuMTQ0LS4xNTcuMzItLjIzNi41MjYtLjIzNi4yMDYgMCAuMzgyLjA3OS41MjYuMjM2bDIuMjc2IDIuNDgzIDUuMDc5LTUuNTNjLjE0NS0uMTU3LjMyLS4yMzYuNTI2LS4yMzYuMjA2IDAgLjM4Mi4wNzkuNTI2LjIzNmwxLjA1MyAxLjE0NWMuMTQ0LjE1Ny4yMTcuMzQ4LjIxNy41NzIgMCAuMjI0LS4wNzIuNDE1LS4yMTcuNTcybC02LjY1OCA3LjIzOWMtLjE0NC4xNTctLjMyLjIzNi0uNTI2LjIzNi0uMjA2IDAtLjM4Mi0uMDc5LS41MjYtLjIzNmwtMy44NTYtNC4xOTJjLS4xNDUtLjE1Ny0uMjE3LS4zNDgtLjIxNy0uNTcyeiIgZmlsbD0iI2JiYiIvPjwvc3ZnPgo=) no-repeat 50% 50%;opacity: 0;-webkit-transition: .2s;transition: .2s;}.selectric-items li.selected:after {opacity: 1;right: 0;}.selectric-items li:hover {background: #F0F0F0;color: #444;}.selectric-items .disabled {filter: alpha(opacity=50);opacity: 0.5;cursor: default !important;background: none !important;color: #666 !important;-webkit-user-select: none; -moz-user-select: none;-ms-user-select: none;user-select: none;}.selectric-items .selectric-group .selectric-group-label {font-weight: bold;padding-left: 10px;cursor: default;-webkit-user-select: none; -moz-user-select: none;-ms-user-select: none;user-select: none;background: none;color: #444;}.selectric-items .selectric-group.disabled li {filter: alpha(opacity=100);opacity: 1;}.selectric-items .selectric-group li {padding-left: 25px;}
/* End */
/* /local/templates/soft/components/aam/empty/career/style.css?174556681119408 */
/* /upload/minify_cache/29165b06bb61cf5bc4effc9ade4a76f6.css?15242305303271 */
/* /upload/minify_cache/985a404391b9a7b46795454a12d1b06e.css?16603188405999 */
