
.career-banner {
    max-width: 1800px;
    width: 100%;
    padding: 0 40px;
    margin: 20px auto;
}

#career-page {
    overflow: hidden;
}

@media screen and (min-width: 1024px) {
    .career-banner {
        margin: 100px auto;
    }
}

.career-banner__content {
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .career-banner__content {
        flex-direction: row-reverse;
    }
}

.career-banner__right {
    display: block;
    position: relative;
    background-blend-mode: normal, multiply;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .career-banner__right {
        width: 50%;
    }
}

.career-banner__right img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.career-banner__right:after {
    content: "";
    display: block;
    position: absolute;
    right: -242px;
    top: -218px;
    width: 464px;
    height: 464px;
    background: #f91155;
    border-radius: 50%;
    z-index: -1;
}

@media screen and (min-width: 576px) {
    .career-banner__right:after {
        width: 600px;
        height: 600px;
        right: -184px;
        top: -170px;
    }
}

@media screen and (min-width: 768px) {
    .career-banner__right:after {
        width: 800px;
        height: 800px;
        right: -184px;
        top: -170px;
    }
}

@media screen and (min-width: 1024px) {
    .career-banner__right:after {
        right: -370px;
        top: -288px;
    }
}

@media screen and (min-width: 1416px) {
    .career-banner__right:after {
        width: 1000px;
        height: 1000px;
        right: -520px;
        top: -192px;
    }
}

.career-banner__left {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    z-index: 2;
    justify-content: center;
    width: 100%;
    gap: 40px;
    padding-bottom: 70px;
}

@media screen and (min-width: 1024px) {
    .career-banner__left {
        width: 50%;
    }
}

.career-banner__left h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 54px;
    line-height: 65px;
    text-transform: uppercase;
    color: #000000;
    max-width: 800px;
    margin-top: 0;
    margin-bottom: 20px;
}

.career-banner__left h1 span {
    color: #dc4141;
}

.career-banner__subtitle {
    color: #8c8c8c;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    max-width: 700px;
}

.career-banner__left-benefits {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.benefits-item {
    display: flex;
    gap: 14px;
    align-items: center;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
}

.benefits-item img {
    height: 30px;
}

@media screen and (max-width: 767px) {

    .career-banner__row {
        padding: 0 20px;
    }

    .career-banner__left h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .career-banner__subtitle,
    .benefits-item {
        font-size: 18px;
        line-height: 26px;
    }

    .career-banner__left,
    .career-banner__right {
        width: 100%;
    }

    .career-banner__row {
        flex-direction: column;
    }
}

.partner-logo {
    display: flex;
    justify-content: center;
}

.partner-logo img {
    height: 70px;
}

#career-page .partner-logo img {
    max-width: 200px;
}

.career-partners {
}

.career-partner {
    max-width: 1800px;
    width: 100%;
    padding: 0 40px;
    margin: 100px auto;
}

.career-partner h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    color: #0F0F0F;
    margin-top: 0;
    margin-bottom: 40px;
}

.career-partner__container {
    width: 100%;
    margin-bottom: 50px;
}

.career-partner__title {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: #0F0F0F;
    margin-bottom: 30px;
}

.career-partner__slider {
    width: 100%;
    /* the slides */
    /* the parent */
}

.career-partner__slider .slick-slide {
    margin: 0 16px;
}

.career-partner__slider .slick-list {
    margin: 0 -16px;
}

.career-partner__slider .slick-list,
.career-partner__slider .slick-slider,
.career-partner__slider .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.career-partner .standart-controls .slick-prev {
    z-index: 10;
    top: -66px;
    right: 44px;
    left: inherit;
}

.career-partner .standart-controls .slick-next {
    z-index: 10;
    top: -66px;
    right: 0;
    left: inherit;
}

.career-partner__item {
    width: 100%;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.item-career-partner {
    width: 100%;
    padding: 50px;
    background: #F5F5F5;
    position: relative;
    padding-bottom: 265px;
    overflow: hidden;
}

.item-career-partner__title {
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    color: #0F0F0F;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.item-career-partner p {
    position: relative;
    z-index: 2;
}

.item-career-partner__pic {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

@media screen and (max-width: 1350px) {
    .item-career-partner {
        padding: 30px 20px 47%;
    }
}

@media screen and (max-width: 767px) {
    .career-partner {
        padding: 0 20px;
    }

    .career-partner h2 {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 38px;
    }

    .career-partner__title {
        font-size: 24px;
        line-height: 30px;
    }

    .career-partner__slider {
        /* the slides */
        /* the parent */
    }
}

#career-slick-list .slick-list {
    overflow: visible;
}

#career-slick-list2 .slick-list {
    overflow: visible;
}

.career-block {
    max-width: 1800px;
    width: 100%;
    padding: 0 40px;
    margin: 150px auto;
}

@media screen and (max-width: 767px) {

    .career-block,
    .career-banner {
        padding: 0 20px;
    }

    .career-block {
        margin: 50px auto;
    }
}

.career-block__container {
    width: 100%;
    margin-bottom: 50px;
}

.career-bitrix__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

@media screen and (max-width: 767px) {
    .career-bitrix__content {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
}

.career__text {
}

.career-title-h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    color: #0F0F0F;
    margin-top: 0;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .career-title-h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px;
    }
}

.career-title-h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .career-title-h3 {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .career-title-h3 {
        margin-bottom: 15px;
    }
}

.career-p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.career-bitrix__image img {
    width: 100%;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .08);
}

.career-works__slider {
    width: 100%;
    /* the slides */
    /* the parent */
}

.career-works__slider .slick-slide {
    margin: 0 16px;
}

.career-works__slider .slick-list {
    margin: 0 -16px;
}

.career-works__slider .slick-list,
.career-works__slider .slick-slider,
.career-works__slider .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.career-works__item {
    display: inline-block;
    display: flex;
    justify-content: space-between;
    height: auto;
}

.career-works__item .career-tags {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0 37px 38px;
    margin: 0;
}

.career-works__item:hover .career-tags li {
    background: #c13d3d;;
}

.career-works__item .career-tags li {
    float: left;
    color: #ffffff;
    font-size: 13px;
    line-height: 16px;
    padding: 10px 12px;
    margin: 0 10px 10px 0;
    background: #dc4141;
    border-radius: 4px;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    list-style-type: none;
}

@media (max-width: 767px) {
    .career-works__item .career-tags {
        padding: 0 0 27px 25px;
    }
}

@media (max-width: 1539px) {
    .career-works__item .career-tags {
        padding: 0 0 27px 25px;
    }
}

@media (max-width: 1799px) {
    .career-works__item .career-tags {
        padding-bottom: 27px;
    }
}

#career-page .clients-partner .standart-controls .slick-prev {
    z-index: 10;
    top: -72px;
    right: 35px;
    left: inherit;
}

#career-page .clients-partner .standart-controls .slick-next {
    z-index: 10;
    top: -72px;
    right: 0;
    left: inherit;
}

.career-advantages {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    gap: 50px;
}

.career-advantages__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
}

@media screen and (max-width: 576px) {
    .career-advantages {
        margin-top: 30px;
    }

    .career-advantages__item {

        margin: 20px 0;
    }
}

@media screen and (max-width: 768px) {
    .career-advantages {
        margin-top: 30px;
        gap: 30px;
    }

    .career-advantages__item {
        width: 100%;
        margin: 20px 0;
    }

    .career-advantages__item br {
        display: none;
    }
}

.career-advantages__item img {
    height: 92px;
    width: 92px;
    margin-bottom: 20px;
}

.career-advantages__item-title h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 15px;
    text-align: center;
}

.career-advantages__item-subtitle {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.career-freelance {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media screen and (max-width: 768px) {
    .career-freelance {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

.career-feedback {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media screen and (max-width: 1024px) {
    .career-feedback {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

.career-freelance-item__card {
    background: #f9f9f9;
    padding: 20px;
}

.career-freelance-item__card img {
    height: 92px;
    width: 92px;
    margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
    .career-freelance {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

@media screen and (max-width: 1024px) {
    .career-freelance {
        grid-template-columns: repeat(2, 1fr);
    }
}

.career-network {
    position: relative;
}

.youtube-container {
    display: block;
    width: 100%;
    margin: 30px auto;
}

.youtube-player {
    display: block;
    margin: 20px auto;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: hand;
    cursor: pointer;
    display: block;
}

img.youtube-thumbnail {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
}

.youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.career-rate_date {
    margin-bottom: 24px;
    display: flex;
    gap: 30px;
    align-items: center;
    width: 100%;
    flex-direction: row;
}

.career-rate {
    display: flex;
    gap: 2px;
}

.career-rate img {
    height: 30px;
    width: 30px;
    margin-bottom: 0;
}

.career-date {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #8b8b8b;
    margin-top: 5px;
}

@media screen and (max-width: 768px) {

    .career-rate,
    .career-date {
        width: 100%;
    }

    .career-rate_date {
        flex-direction: column;
        gap: 5px;
    }
}

.career-works-item__card {
    background: #f9f9f9;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.career-works-item__card-top {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.career-works-item__card-button {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.btn-brown-work {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 150px;
    height: 60px;
    background: #DC4141;
    padding: 0 30px;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.work-tags {
    display: flex;
    flex-wrap: wrap;
}

.work-tags-item {
    background: #c13d3d;
}

.work-tags-item {
    float: left;
    color: #ffffff;
    font-size: 13px;
    line-height: 16px;
    padding: 10px 12px;
    margin: 0 10px 10px 0;
    background: #808197;
    border-radius: 4px;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    list-style-type: none;
}

@media (max-width: 767px) {
    .career-works-item__card-top .work-tags {
        padding: 0;
    }
}

@media (max-width: 1539px) {
    .career-works-item__card-top .work-tags {
        padding: 0;
    }
}

@media (max-width: 1799px) {
    .career-works-item__card-top .work-tags {
        padding: 0;
    }
}

.career-works-br br {
    display: none;
}

@media (max-width: 500px) {
    .career-works-br br {
        display: block;
    }
}

.career-form-block {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

@media screen and (max-width: 1024px) {
    .career-form-block {
        grid-template-columns: 1fr !important;
    }

    .career-banner__left {
        padding-bottom: 0;
    }
}

.career-block .youtube-container iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 560/315;
    display: block;
}