

/* Start:/local/components/custom/show-code-erir/templates/.default/style.css?17571657841641*/
.pop-up-ads__wrapper {
    margin: 0 auto;
    position: relative;
    max-width: 1240px;
}

.pop-up-ads__content {
    position: absolute;
    top: 15px;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    z-index: 999;
}

.pop-up-ads__caption {
    margin-left: 15px;
    padding: 2px 6px;
    background: rgba(255, 255, 255, 0.50);
    border-radius: 12px;
    font-family: 'Arial';
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    color: #000;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    opacity: 0.5;
}

.pop-up-ads__button {
    margin-right: 15px;
    position: relative;
    flex-shrink: 0;
}

.pop-up-ads__button-icon {
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.pop-up-ads__button-icon img {
    object-fit: contain;
}

.pop-up-ads__button-text {
    padding: 10px 15px;
    position: absolute;
    top: 35px;
    right: -14px;
    display: none;
    min-width: 280px;
    font-family: 'Arial';
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    text-align: left;
    background: #000;
    border-radius: 5px;
    z-index: 6;
}

.pop-up-ads__button-text:after {
    content: '';
    position: absolute;
    top: -20px;
    right: 11px;
    border: 10px solid transparent;
    border-bottom: 10px solid #000;
}

.pop-up-ads__button-text.open {
    display: block;
}

.pop-up-ads__button-text > span:first-child {
    margin-bottom: 5px;
    display: block;
    font-weight: 700;
}

@media (min-width: 768px) {
    .pop-up-ads__button-text {
        min-width: 310px;
    }
}

/* End */


/* Start:/local/templates/job/template_styles.css?175716577915281*/
@font-face {
    font-family: 'Tilda-Sans';
    font-display: swap;
    src: url('/local/templates/job/fonts/TildaSans-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Tilda-Sans';
    font-display: swap;
    src: url('/local/templates/job/fonts/TildaSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Tilda-Sans';
    font-display: swap;
    src: url('/local/templates/job/fonts/TildaSans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Tilda-Sans';
    font-display: swap;
    src: url('/local/templates/job/fonts/TildaSans-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal
}

body {
    margin: 0;
}

body * {
    font-family: 'Tilda-Sans', sans-serif;
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 300ms ease;
}

.container {
    margin: 0 auto;
    padding: 0 50px;
    max-width: 1920px;
}

img {
    max-width: 100%;
}

.btn {
    padding: 0 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    min-height: 42px;
    background: #E5053A;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s ease;
    box-sizing: border-box;
    white-space: normal;
}

.btn:hover,
.btn:active {
    color: #fff;
    background: #D00535;
}

.bold {
    font-weight: bold;
}

.pseudo-slider::-webkit-scrollbar {
    width: 0;
    display: none;
}

.slider-head__arrows {
    margin-top: 7px;
    display: flex;
}

.slider-head__arrows-left,
.slider-head__arrows-right {
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 5px;
    border: none;
    background-color: white;
    cursor: pointer;
}

.slider-head__arrows-left.swiper-button-disabled,
.slider-head__arrows-right.swiper-button-disabled {
    cursor: default;
    opacity: .6;
}

.slider-head__arrows-left:not(.swiper-button-disabled):hover,
.slider-head__arrows-right:not(.swiper-button-disabled):hover {
    background: #F4F5F6;
}

.slider-head__arrows-left {
    margin-right: 10px;
}

.slider-head__arrows-left::before,
.slider-head__arrows-right:after {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
}

.slider-head__arrows-left::before {
    background: url('/local/templates/job/images/arrow-left.svg') no-repeat center/contain;
}

.slider-head__arrows-right:after {
    background: url('/local/templates/job/images/arrow-right.svg') no-repeat center/contain;
}

.slider-line__scrollbar {
    position: relative;
    height: 1px;
    background: #E6E8EC;
    cursor: grab;
}

.slider-line__scrollbar:before {
    content: '';
    position: absolute;
    bottom: 100%;
    display: block;
    width: 100%;
    height: 7px;
    cursor: grab;
    z-index: 1;
}

.slider-line__scrollbar:hover {
    margin-top: -2px;
    height: 3px;
}

.slider-line__scrollbar .swiper-scrollbar-drag {
    height: 100%;
    cursor: grab;
}

.accordion-target {
    max-height: 0;
    overflow: hidden;
    transition: all 300ms ease;
}

.accordion-owner {
    cursor: pointer;
}

.form-vacancy {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 9;
    overflow: hidden;
}

.form-vacancy.active {
    width: 100%;
    height: 100%;
}

.form-vacancy.active:before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #001A3FE5;
    opacity: .3;
}

.form-vacancy__content {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    max-width: 100%;
    background: #fff;
    overflow: hidden;
    opacity: 0;
    z-index: 4;
    box-shadow: 0px 0px 25px 0px #0000001A;
    transition: all 300ms ease;
}

.form-vacancy.active .form-vacancy__content {
    width: 600px;
    overflow: auto;
    opacity: 1;
}

.form-vacancy__wrapper {
    padding: 44px 14px 30px 32px;
    position: relative;
}

.form-vacancy__close {
    position: absolute;
    top: 59px;
    right: 20px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 2;
}

.form-vacancy__close:before,
.form-vacancy__close:after {
    content: '';
    position: absolute;
    top: 8px;
    width: 100%;
    height: 1px;
    background: #242526;
}

.form-vacancy__close:before {
    transform: rotate(45deg);
}

.form-vacancy__close:after {
    transform: rotate(-45deg);
}

/* header */
.job-header {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.job-header__burger {
    margin-right: 25px;
    width: 20px;
    height: 20px;
    position: relative;
    display: none;
    border: none;
    background-color: transparent;
    color: #242526;
    cursor: pointer;
}

.job-header__burger span {
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    width: 100%;
    border-bottom: 1px solid;
    border-radius: 5px;
}

.job-header__burger span:nth-child(2) {
    top: 13px;
}

.job-header__burger span:nth-child(3) {
    top: 20px;
}

.job-header__logo {
    margin-right: 100px;
    width: 210px;
    height: 50px;
    overflow: hidden;
    flex-shrink: 0;
}

.job-header__logo svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.job-header__menu {
    margin-right: auto;
    display: flex;
    align-items: center;
}

.job-header__menu-item {
    margin-right: 35px;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #2C2D2E;
    transition: all .3s ease;
}

.job-header__menu-item:hover {
    text-decoration: underline;
}

.job-header__requst {
    margin-top: 4px;
    margin-left: 5px;
    display: flex;
    align-items: center;
}

.job-header__requst-phone {
    margin-right: 20px;
    font-weight: 600;
    font-size: 21px;
    line-height: 120%;
    text-align: right;
    color: #242526;
}

.job-header__requst-phone-text-small {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #777E90;
}

.job-header__logo-mobile,
.job-header__requst-phone-mobile {
    display: none;
}

@media (max-width: 1199px) {
    .job-header {
        padding: 12px 0;
    }

    .job-header__logo {
        margin-right: 50px;
        width: 168px;
        height: 40px;
    }

    .job-header__menu-item {
        margin-right: 30px;
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        color: #242526;
    }

    .job-header__requst-phone {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .job-header__burger {
        display: inline-block;
    }

    .job-header__logo-mobile,
    .job-header__requst-phone-mobile {
        display: block;
    }

    .job-header__logo-desktop,
    .job-header__menu,
    .job-header__requst-phone-text {
        display: none;
    }

    .job-header__logo {
        margin-right: auto;
        width: 32px;
        height: 32px;
    }

    .job-header__requst {
        margin: 0;
    }

    .job-header__requst-phone {
        width: 24px;
        height: 24px;
    }

    .job-header__requst-phone-mobile {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* end header */
/* footer */
.job-footer {
    margin-top: 150px;
    background: #242526;
}

.job-footer__content {
    padding-top: 45px;
    padding-bottom: 35px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 37px 30px;
    color: #fff;
}

.job-footer__content-caption {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
}

.job-footer__content-info {
    width: calc(44% - 25px);
}

.job-footer__content-info-phone {
    font-weight: 600;
    font-size: 42px;
    line-height: 120%;
}

.job-footer__content-info-time {
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}

.job-footer__content-copyright-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
}

.job-footer__content-copyright-info:last-child {
    margin-top: 27px;
}

.job-footer__content-social {
    width: calc(41% - 20px);
}

.job-footer__content-social-list {
    margin-top: 24px;
    display: flex;
}

.job-footer__content-social-list-item {
    margin-right: 15px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #777E90;
    border-radius: 8px;
}

.job-footer__content-social-list-item:hover {
    border-color: #fff;
}

.job-footer__content-social-list-item svg {
    padding: 9px;
    fill: #fff;
    width: 100%;
    height: 100%;
}

.job-footer__content-link {
    margin-top: 5px;
    width: calc(14% - 20px);
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.job-footer__content-link-shop.btn {
    background: #0263F4;
}

.job-footer__content-link-shop.btn:hover {
    background: #0265d1;
}

.job-footer__content-legal a {
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    border-bottom: 1px solid;
}

.job-footer__content-legal a:hover {
    border-color: transparent;
}

.job-footer__content-legal a:last-child {
    margin-left: 26px;
}

.job-footer__content-copyright {
    width: calc(45% - 20px);
}

.job-footer__content-legal {
    width: calc(55% - 20px);
}

.job-footer__content-legal {
    text-align: right;
}

.job-header__mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    max-width: 100%;
    background: #fff;
    overflow: hidden;
    opacity: 0;
    z-index: 6;
    transition: all .3s ease;
}

.job-header__mobile-menu.active {
    width: 100%;
    overflow: auto;
    opacity: 1;
}

.job-header__mobile-menu-head {
    margin-bottom: 23px;
    padding: 26px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.job-header__mobile-menu-head-close {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.job-header__mobile-menu-head-close:before,
.job-header__mobile-menu-head-close:after {
    content: '';
    position: absolute;
    top: 8px;
    width: 100%;
    height: 1px;
    background: #242526;
}

.job-header__mobile-menu-head-close:before {
    transform: rotate(45deg);
}

.job-header__mobile-menu-head-close:after {
    transform: rotate(-45deg);
}

.job-header__mobile-menu-list {
    margin-bottom: 37px;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
}

.job-header__mobile-menu-list-item {
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    color: #242526;
}

.job-header__mobile-menu-requst {
    margin: 0 15px 34px 15px;
    padding: 20px 30px;
    border: 1px solid #E6E8EC;
    border-radius: 12px;
    text-align: center;
}

.job-header__mobile-menu-request-phone {
    margin-bottom: 7px;
    display: block;
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    color: #242526;
}

.job-header__mobile-menu-request-phone span {
    color: #777E90;
}

.job-header__mobile-menu-requst-time {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #777E90;
}

.job-header__mobile-menu-social {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.job-header__mobile-menu-social-caption {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #242526;
}

.job-header__mobile-menu-social-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.job-header__mobile-menu-social-list-item {
    margin-right: 15px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E6E8EC;
    border-radius: 5px;
}

.job-header__mobile-menu-social-list-item svg {
    padding: 9px;
    width: 100%;
    height: 100%;
}


@media (max-width: 1199px) {
    .job-footer {
        margin-top: 80px;
    }

    .job-footer__content {
        padding-top: 35px;
        padding-bottom: 36px;
        gap: 36px 20px;
    }

    .job-footer__content-caption {
        margin-bottom: 18px;
        font-size: 21px;
    }

    .job-footer__content-info {
        width: calc(39% - 14px);
    }

    .job-footer__content-info-phone {
        font-size: 32px;
    }

    .job-footer__content-social {
        width: calc(40% - 14px);
    }

    .job-footer__content-link {
        width: calc(20% - 14px);
    }

    .job-footer__content-copyright-info:last-child {
        margin-top: 31px;
    }

    .job-footer__content-link-shop.btn {
        padding: 0 20px;
        min-height: 42px;
        font-size: 18px;
    }

    .job-footer__content-legal {
        margin-top: 4px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .job-footer__content-legal a {
        margin-left: 0;
        padding-bottom: 4px;
        font-size: 14px;
        line-height: 14px;
    }

    .job-footer__content-legal a:last-child {
        margin-top: 21px;
    }
}

@media (max-width: 991px) {
    .job-footer {
        margin-top: 40px;
    }

    .job-footer__content {
        padding-top: 26px;
        padding-bottom: 30px;
        gap: 24px;
    }

    .job-footer__content-info {
        width: 100%;
    }

    .job-footer__content-caption {
        margin-bottom: 7px;
        font-size: 18px;
    }

    .job-footer__content-info-time {
        margin-top: 4px;
        font-size: 14px;
    }

    .job-footer__content-social {
        width: 100%;
    }

    .job-footer__content-link {
        margin-top: 9px;
        width: 100%;
        align-items: flex-start;
    }

    .job-footer__content-copyright {
        width: 100%;
    }

    .job-footer__content-legal {
        margin-top: 0;
        align-items: flex-start;
        width: 100%;
    }

    .job-footer__content-social-list {
        margin-top: 16px;
    }

    .job-footer__content-copyright-info {
        line-height: 20px;
    }

    .job-footer__content-copyright-info:last-child {
        margin-top: 11px;
    }

    .job-footer__content-legal a:last-child {
        margin-top: 10px;
        margin-left: 0;
    }
}

/* end footer */

@media (max-width: 1199px) {
    .container {
        padding: 0 32px;
    }

    .btn {
        padding: 0 15px;
        min-height: 32px;
        font-size: 14px;
        line-height: 14px;
    }

    .slider-head__arrows {
        display: none;
    }

    .form-vacancy__close {
        top: 60px;
        right: 35px;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 15px;
    }

    .container.pr-0 {
        padding-right: 0;
    }

    .pseudo-slider {
        flex-wrap: nowrap;
        overflow: scroll;
    }

    .form-vacancy__wrapper {
        padding: 24px 15px 30px;
    }

    .form-vacancy__close {
        top: 30px;
        right: 20px;
    }
}
/* End */
/* /local/components/custom/show-code-erir/templates/.default/style.css?17571657841641 */
/* /local/templates/job/template_styles.css?175716577915281 */
