

/* Start:/local/templates/career/components/bitrix/news.list/requirements/style.css?1763386040193*/
.requirements__items.d-grid {
    grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 768px) {
    .requirements__items.d-grid {
        grid-template-columns: 1fr;
    }
}

/* End */


/* Start:/local/templates/career/components/bitrix/news.list/vacancies/style.css?1763386040841*/
.vacancies .vacancies__item .vacancies__item__title {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2rem 0;
}

.vacancies .vacancies__item .vacancies__item__direction > span {
    text-transform: uppercase;
}

.vacancies .vacancies__list .swiper-wrapper,
.vacancies .vacancies__list .swiper-slide {
    height: unset;
}

.vacancies .vacancies__item .vacancies__item__description {
    padding-right: 2rem;
}

.vacancies__swiper__actions {
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
}

#vacancies-swiper-prev-btn {
    cursor: pointer;
}

#vacancies-swiper-prev-btn > img {
    transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
    .vacancies .vacancies__item .vacancies__item__title {
        font-size: 24px;
        padding: 0.5rem 0;
    }
}

/* End */


/* Start:/local/templates/career/components/bitrix/news.list/reviews/style.css?17633860404863*/
section.reviews > div.container > .reviews__title {
    font-weight: bold;
    font-size: 42px;
}

section.reviews {
    padding-left: 1rem;
    padding-right: 1rem;
}

section.reviews > .container {
    padding-left: 0;
    padding-right: 0;
}

/* Основная структура grid */
div.reviews__item.swiper-slide {
    display: grid;
    grid-template-columns: 20% 80%;
    grid-template-rows: auto 1fr auto;
    gap: 1rem;
    padding: 1.5rem;
    min-height: 550px;
}

/* Цитата и текст в одном ряду */
div.reviews__item.swiper-slide > div.reviews__item__quote {
    grid-row: 1;
    grid-column: 1;
    text-align: right;
    padding-right: 1rem;
}

div.reviews__item.swiper-slide > .reviews__item__text {
    grid-row: 1 / span 2;
    grid-column: 2;
    text-align: left;
    padding-right: 1rem;
    margin-bottom: 2rem;
    max-width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
}

/* Контейнер для фото - ИСПРАВЛЕНИЕ */
div.reviews__item.swiper-slide > div.reviews__item__photo {
    border-radius: 50%;
    background-color: rgba(249, 245, 237, 1);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 180px;
    aspect-ratio: 2/3; /* Фиксируем соотношение сторон для овала */
    grid-row: 3;
    grid-column: 1;
    align-self: end;
    margin-bottom: 1rem;
}

div.reviews__item.swiper-slide > div.reviews__item__author {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
    grid-row: 3;
    grid-column: 2;
    align-self: center;
    margin-bottom: 1rem;
    height: 180px;
    text-align: left;
}

section.reviews .swiper-slide {
    min-height: 550px;
    height: auto;
}

section.reviews .swiper-wrapper {
    min-height: auto;
    height: auto;
}

div.reviews__item.swiper-slide > div.reviews__item__photo > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div.reviews__item.swiper-slide {
    max-height: none;
    height: auto;
}

.reviews__author-mobile-photo {
    display: none;
}

div.reviews__item.swiper-slide > div.reviews__item__author > div.reviews__author__name {
    color: rgba(3, 190, 147, 1);
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

div.reviews__item.swiper-slide > div.reviews__item__author > div.reviews__author__post {
    font-weight: bold;
    text-align: left;
}

div.reviews__item.swiper-slide > div.reviews__item__author > div.reviews__author__description {
    padding-right: 1rem;
    max-width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
    text-align: left;
}

#reviews .container {
    padding-bottom: 2rem;
}

@media screen and (max-width: 767px) {
    .reviews__item {
        display: flex !important;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }

    .reviews__author-mobile-photo {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .reviews__item__quote {
        display: none;
    }

    .reviews__item__photo {
        display: none !important;
        height: 150px;
        min-height: unset !important;
    }

    div.reviews__item.swiper-slide > div.reviews__item__author > div.reviews__author__description,
    div.reviews__item.swiper-slide > .reviews__item__text {
        padding-right: unset;
        text-align: left;
    }

    section.reviews .swiper-slide,
    section.reviews .swiper-wrapper {
        min-height: unset;
        height: unset;
    }

    section.reviews .swiper-wrapper {
        height: unset;
    }

    section.reviews .swiper-slide {
        max-height: unset;
    }

    .reviews__author__name {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 24px;
        text-align: left;
    }

    .reviews__author__name > span {
        font-size: 24px;
    }
    
    div.reviews__item.swiper-slide {
        display: flex !important;
        grid-template-rows: unset;
        grid-template-columns: unset;
    }
    
    div.reviews__item.swiper-slide > div.reviews__item__photo,
    div.reviews__item.swiper-slide > div.reviews__item__author {
        grid-row: unset;
        grid-column: unset;
        align-self: unset;
        margin-bottom: unset;
        height: auto;
        text-align: left;
    }
    
    div.reviews__item.swiper-slide > .reviews__item__text {
        grid-row: unset;
        grid-column: unset;
        margin-bottom: 1rem;
        text-align: left;
    }
}
/* End */


/* Start:/local/templates/career/components/bitrix/news.list/partners/style.css?1763386040253*/
section.partners .container{
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    section.partners .swiper-slide,
    section.partners .swiper-wrapper {
        max-height: 150px;
    }

    section.partners {
        padding: 0;
    }
}

/* End */


/* Start:/local/templates/career/components/bitrix/news.list/faq/style.css?1763386040864*/
.accordion-button,
.accordion-button:not(.collapsed){
    background: transparent;
    color: #ffffff;

}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button {
    color: #ffffff;
    border-radius: 3rem !important;
}

.accordion-item {
    border: none;
    margin: 0.5rem 0;
    border-radius: 3rem;
}

.accordion-flush>.accordion-item {
    border-radius: 3rem;
}

.accordion-header {
    border-radius: 3rem;
    background: linear-gradient(90deg, #015844 77.88%, #03BE93 100%);
}

.send-question {
    border: 3px solid rgba(1, 88, 68, 1);
    border-radius: 40px;
    background: #ffffff;
}

.send-question .send-question__subtitle {
    font-size: 28px;
    color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
    .send-question__subtitle {
        text-align: center;
    }

    section.faq {
        padding: 0;
    }
}

/* End */


/* Start:/local/templates/career/components/bitrix/news.list/direction/style.css?17633860404333*/
.direction .direction__info {
    background: #ffffff;
    border: 3px solid rgba(3, 190, 147, 1);
    border-radius: 1rem;
    position: sticky;
    top: 20%;
    height: max-content;
}

.direction .direction__info .direction__empty img {
    width: 50%;
}

.direction .direction__info .direction__header {
    max-width: 400px;
}

.direction .direction__info .direction__header .title {
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(1, 88, 68, 1);
    font-size: 24px;
    text-wrap: balance;
}

.direction .direction__info .direction__description {
    word-wrap: break-word;
    max-width: 380px;
}

.direction .direction__info .direction__subtitle {
    color: rgba(1, 88, 68, 1);
    font-weight: bold;
    font-size: 18px;
}

.direction .direction__info .direction__functions {
    max-width: 400px;
}

.direction__title {
    text-align: center;
}

.direction__title .title {
    font-weight: bold;
    font-size: 42px;
}

.direction__title .subtitle {
    font-size: 24px;
}

.hex-grid {
    transform-style: preserve-3d;
    perspective: 10000px;
    transform: rotateX(-65deg) rotateZ(45deg);
    --size-cell: 100px;
    --n-size-cell: calc(var(--size-cell) - var(--size-cell) - var(--size-cell));
    --h-size-cell: calc(var(--size-cell) / 2);
    --n-h-size-cell: calc(var(--n-size-cell) / 2);
}

.hex-grid .hex {
    width: var(--size-cell);
    height: var(--size-cell);
    border: 1px solid #000000;
}

.hex-grid .hex.mock {
    border: none;
}

.hex-grid .hex.slot {
    transform-style: preserve-3d;
    /*perspective: 1000px;*/
    position: relative;
    cursor: pointer;
}

.hex-grid .hex.slot .side {
    background: rgba(1, 88, 68, 0.9);
    width: var(--size-cell);
    height: var(--size-cell);
    border: 2px solid #000000;
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.4s;
}

.hex-grid .hex.slot .side.up {
    transform: translateZ(var(--n-h-size-cell));
}

.hex-grid .hex.slot .side.front {
    height: var(--h-size-cell);
    transform: translateY(calc(var(--size-cell) - calc(var(--h-size-cell) / 2))) translateZ(calc(var(--n-h-size-cell) / 2)) rotateX(90deg);
}

.hex-grid .hex.slot .side.right {
    height: var(--h-size-cell);
    transform-origin: center top;
    transform: translateX(calc(var(--h-size-cell))) rotateZ(-90deg) translateX(var(--n-h-size-cell)) rotateX(-90deg);
}

.direction .hex.slot .icon,
.direction .direction__info .icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 3px solid rgba(4, 220, 170, 1);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hex.slot .icon {
    transform: rotateZ(-45deg) rotateX(65deg) translateY(-10px) translateZ(var(--size-cell));
    background-image: url("/local/templates/career/assets/images/test.png");
    background-color: rgba(1, 88, 68, 0.9);
}

.hex.slot:hover .side {
    background-color: rgba(1, 88, 68, 0.5);
}

.direction__list-mobile .direction__info {
    display: none !important;
}

.direction__info {
    max-width: 410px;
}

.direction__main {
    overflow: hidden;
}

.map-container {
    padding-bottom: 2rem;
}

@media screen and (max-width: 1200px) {
    .direction__map {
        display: none !important;
    }

    .map-container > .direction__info {
        display: none !important;
        max-width: 100%;
    }

    .direction__list-mobile .direction__info {
        display: flex !important;
        position: relative;
        margin: 1rem 0;
        border: 1px solid rgba(3, 190, 147, 1);
        width: 100%;
        max-width: 100%;
        /* Добавь эти свойства: */
        box-sizing: border-box;
        padding: 1.5rem;
    }

    .direction__list-mobile .direction__functions {
        text-align: left;
        width: 100%;
        max-width: 100%;
    }

    .direction .direction__info .direction__header .title {
        font-size: 18px;
    }
    
    /* Добавь эти стили для полного растягивания: */
    .direction .direction__info .direction__header {
        max-width: 100%;
        width: 100%;
    }
    
    .direction .direction__info .direction__description {
        max-width: 100%;
        width: 100%;
    }
    
    .direction__info {
        max-width: 100%;
        width: 100%;
    }
}

/* End */
/* /local/templates/career/components/bitrix/news.list/requirements/style.css?1763386040193 */
/* /local/templates/career/components/bitrix/news.list/vacancies/style.css?1763386040841 */
/* /local/templates/career/components/bitrix/news.list/reviews/style.css?17633860404863 */
/* /local/templates/career/components/bitrix/news.list/partners/style.css?1763386040253 */
/* /local/templates/career/components/bitrix/news.list/faq/style.css?1763386040864 */
/* /local/templates/career/components/bitrix/news.list/direction/style.css?17633860404333 */
