

/* Start:/local/templates/fabrika-ulybok/components/bitrix/news.list/before-after/style.css?17709047464399*/




.vakans .phone-link{
    text-decoration: none;
    color:#0C0C0C;
    font-size: 16px;
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 50px;
    font-weight: 500;
    line-height: 1.4;
}

.vakans .phone-link::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(15%);

    width: 28px;
    height: 28px;

    background-image: url("/local/templates/fabrika-ulybok/html/vakans/img/phone.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.vakans .red-h{
    color: #C01549;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.4;
    margin-top: -10px;
}

.vakans .blue-text{
    color:#478ECC;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 12px;
}


.vakans{
    background-image: url("/local/templates/fabrika-ulybok/html/vakans/img/vakans.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.vakans .req-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 8px;
    column-gap: 24px;
    margin-top: 12px;
}


.vakans .req-title{
    color:#9A9A9A;
    font-weight:600;
    font-size:16px;
    line-height:1.3;
}


.vakans .req-value{
    font-size:17px;
    font-weight:400;
    color:#202020;
    line-height:1.4;
}


.vakans .card{
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}


.vakans .card::before{
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    pointer-events: none;
}


.vakans .card .raz-1{
    display: flex;
    align-items: center;
    min-height: 40px;
}

.vakans .card .raz-1{
    margin-top: 4px;
}


.vakans .card .raz-2,
.vakans .card .raz-1{

    margin-top: auto !important;
    padding-top: 18px;
    position: relative;
}


.vakans .card .raz-2::before,
.vakans .card .raz-1::before{
    content: "";
    position: absolute;
    top: -10px;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: #e5e5e5;
}


.vakans .raz-2 img{
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 10px;
}


.vakans .card p{
    margin-bottom: 0;
}


.vakans .card .raz-1,
.vakans .card .grey-text{
    column-gap: 12px;
}

.vakans .card{
    --card-inner-shift: 10px;
}


.vakans .card > .row{
    padding-left: var(--card-inner-shift);
}


@media (max-width: 991.98px){
    .vakans .red-h{
        font-size: 28px;
    }

    .vakans .req-value{
        font-size: 15px;
    }

    .vakans .blue-text{
        font-size: 24px;
    }

    .vakans .card{
        border-radius: 14px;
    }

    .vakans .card .raz-1::before{
        content: "";
        position: absolute;
        top: -0px;
        left: 15px;
        right: 15px;
        height: 1px;
        background-color: #e5e5e5;
    }

    .vakans .card .raz-2::before{
        content: "";
        position: absolute;
        top: -10px;
        left: 15px;
        right: 15px;
        height: 1px;
        background-color: #e5e5e5;
    }


    .vakans .phone-link{
        margin-top: 10px;
    }
}

.before-after{
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}


.ba-slider{
    width: 100%;
    height: 260px;
}


.juxtapose .jx-credit,
.jx-credit{
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}


.before-after a[href*="knightlab"],
.before-after a[href*="juxtapose"],
.before-after a[href*="northwestern"],
.before-after a[href*="cdn.knightlab.com"],
.before-after a[href*="github.com/NUKnightLab"]{
    display: none !important;
}

.before-after small,
.before-after .credit,
.before-after .credits{
    display: none !important;
}


@media (min-width: 768px){
    .ba-slider{ height: 320px; }
}

@media (min-width: 1200px){
    .ba-slider{ height: 380px; }
}
/* End */


/* Start:/local/templates/fabrika-ulybok/assets/juxtapose/juxtapose.css?17707939776294*/
/* juxtapose - v1.2.2 - 2020-09-03
 * Copyright (c) 2020 Alex Duner and Northwestern University Knight Lab
 */
div.juxtapose {
    width: 100%;
    font-family: Helvetica, Arial, sans-serif;
}

div.jx-slider {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #f3f3f3;
}


div.jx-handle {
    position: absolute;
    height: 100%;
    width: 40px;
    cursor: col-resize;
    z-index: 15;
    margin-left: -20px;
}

.vertical div.jx-handle {
    height: 40px;
    width: 100%;
    cursor: row-resize;
    margin-top: -20px;
    margin-left: 0;
}

div.jx-control {
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    width: 3px;
    background-color: currentColor;
}

.vertical div.jx-control {
    height: 3px;
    width: 100%;
    background-color: currentColor;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

div.jx-controller {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 60px;
    width: 9px;
    margin-left: -3px;
    background-color: currentColor;
}

.vertical div.jx-controller {
    height: 9px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    top: -3px;
    position: relative;
}

div.jx-arrow {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    transition: all .2s ease;
}

.vertical div.jx-arrow {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    transition: all .2s ease;
}


div.jx-arrow.jx-left {
    left: 2px;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent currentColor transparent transparent;
}

div.jx-arrow.jx-right {
    right: 2px;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent currentColor;
}

.vertical div.jx-arrow.jx-left {
    left: 0px;
    top: 2px;
    border-style: solid;
    border-width: 0px 8px 8px 8px;
    border-color: transparent transparent currentColor transparent;
}

.vertical div.jx-arrow.jx-right {
    right: 0px;
    top: auto;
    bottom: 2px;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: currentColor transparent transparent transparent;
}

div.jx-handle:hover div.jx-arrow.jx-left,
div.jx-handle:active div.jx-arrow.jx-left {
    left: -1px;
}

div.jx-handle:hover div.jx-arrow.jx-right,
div.jx-handle:active div.jx-arrow.jx-right {
    right: -1px;
}

.vertical div.jx-handle:hover div.jx-arrow.jx-left,
.vertical div.jx-handle:active div.jx-arrow.jx-left {
    left: 0px;
    top: 0px;
}

.vertical div.jx-handle:hover div.jx-arrow.jx-right,
.vertical div.jx-handle:active div.jx-arrow.jx-right {
    right: 0px;
    bottom: 0px;
}


div.jx-image {
    position: absolute;
    height: 100%;
    display: inline-block;
    top: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}

.vertical div.jx-image {
    width: 100%;
    left: 0;
    top: auto;
}

div.jx-image img {
    height: 100%;
    width: auto;
    z-index: 5;
    position: absolute;
    margin-bottom: 0;

    max-height: none;
    max-width: none;
    max-height: initial;
    max-width: initial;
}

.vertical div.jx-image img {
    height: auto;
    width: 100%;
}

div.jx-image.jx-left {
    left: 0;
    background-position: left;
}

div.jx-image.jx-left img {
    left: 0;
}

div.jx-image.jx-right {
    right: 0;
    background-position: right;
}

div.jx-image.jx-right img {
    right: 0;
    bottom: 0;
}


.veritcal div.jx-image.jx-left {
    top: 0;
    background-position: top;
}

.veritcal div.jx-image.jx-left img {
    top: 0;
}

.vertical div.jx-image.jx-right {
    bottom: 0;
    background-position: bottom;
}

.veritcal div.jx-image.jx-right img {
    bottom: 0;
}


div.jx-image div.jx-label {
    font-size: 1em;
    padding: .25em .75em;
    position: relative;
    display: inline-block;
    top: 0;
    background-color: #000; /* IE 8 */
    background-color: rgba(0,0,0,.7);
    color: white;
    z-index: 10;
    white-space: nowrap;
    line-height: 18px;
    vertical-align: middle;
}

div.jx-image.jx-left div.jx-label {
    float: left;
    left: 0;
}

div.jx-image.jx-right div.jx-label {
    float: right;
    right: 0;
}

.vertical div.jx-image div.jx-label {
    display: table;
    position: absolute;
}

.vertical div.jx-image.jx-right div.jx-label {
    left: 0;
    bottom: 0;
    top: auto;
}

div.jx-credit {
    line-height: 1.1;
    font-size: 0.75em;
}

div.jx-credit em {
    font-weight: bold;
    font-style: normal;
}


/* Animation */

div.jx-image.transition {
    transition: width .5s ease;
}

div.jx-handle.transition {
    transition: left .5s ease;
}

.vertical div.jx-image.transition {
    transition: height .5s ease;
}

.vertical div.jx-handle.transition {
    transition: top .5s ease;
}

/* Knight Lab Credit */
a.jx-knightlab {
    background-color: #000; /* IE 8 */
    background-color: rgba(0,0,0,.25);
    bottom: 0;
    display: table;
    height: 14px;
    line-height: 14px;
    padding: 1px 4px 1px 5px;
    position: absolute;
    right: 0;
    text-decoration: none;
    z-index: 10;
}

a.jx-knightlab div.knightlab-logo {
    display: inline-block;
    vertical-align: middle;
    height: 8px;
    width: 8px;
    background-color: #c34528;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: -1.25px;
    position: relative;
    cursor: pointer;
}

a.jx-knightlab:hover {
    background-color: #000; /* IE 8 */
    background-color: rgba(0,0,0,.35);
}
a.jx-knightlab:hover div.knightlab-logo {
    background-color: #ce4d28;
}

a.jx-knightlab span.juxtapose-name {
    display: table-cell;
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: white;
    font-size: 10px;
    padding-left: 0.375em;
    vertical-align: middle;
    line-height: normal;
    text-shadow: none;
}

/* keyboard accessibility */
div.jx-controller:focus,
div.jx-image.jx-left div.jx-label:focus,
div.jx-image.jx-right div.jx-label:focus,
a.jx-knightlab:focus {
    background: #eae34a;
    color: #000;
}
a.jx-knightlab:focus span.juxtapose-name{
    color: #000;
    border: none;
}
/* End */
/* /local/templates/fabrika-ulybok/components/bitrix/news.list/before-after/style.css?17709047464399 */
/* /local/templates/fabrika-ulybok/assets/juxtapose/juxtapose.css?17707939776294 */
