.catalog-job-container__background {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.catalog-job-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "GT Walsheim Pro", sans-serif;
    position: relative;
    z-index: 10;
}

.catalog-job-hero {
    width: 100%;
    max-width: 1270px;
    position: relative;
    z-index: 10;
}

.catalog-job-hero::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    max-width: 150px;
    max-height: 230px;
    position: absolute;
    bottom: -120px;
    left: 40px;
    display: block;
    background: url(./images/vector-top.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.catalog-job-hero {
    display: flex;
    justify-content: space-between;
    gap: 46px;
    background-color: #F8F8F8;
    border-radius: 24px;
    padding: 48px;
    margin-top: 72px;
}

.catalog-job-hero__content {
    display: flex;
    flex-direction: column;
    gap: 58px;
    font-family: "GT Walsheim Pro", sans-serif;
}



.catalog-job-hero__title {
    font-size: 32px;
    font-weight: 400;
    color: #000000;
    line-height: 100%;
    margin-bottom: 0;
}

.catalog-job-hero__description {
    font-size: 18px;
    font-weight: 300;
    color: #121212;
    line-height: 100%;
}

.catalog-job-facts-list ul {
    display: flex;
    gap: 16px;
    margin-bottom: 0;
}

.catalog-job-facts-list ul li {
    width: fit-content;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    color: #27272C;
    line-height: 20px;
    padding: 8px 12px;
    border-radius: 50px;
}

.catalog-job-hero__image img {
    max-width: 250px;
    max-height: 250px;
    width: fit-content;
    width: -webkit-fill-available;
    border-radius: 16px;
}




.catalog-job-navigation__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}

.catalog-job-navigation__container::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    max-width: 192px;
    max-height: 430px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(./images/vector-left.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.catalog-job-navigation__container::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    max-width: 130px;
    max-height: 230px;
    position: absolute;
    top: 140px;
    right: 0;
    background: url(./images/vector-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.catalog-job-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    position: relative;
    z-index: 10;
    margin-top: 80px;
}

div.catalog-job-content.catalog-job-content-magistracy {
    margin-top: 40px;
}

/* Стили для скрытых/активных вкладок */
.catalog-job-section {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease;
    padding: 80px 0;
}

.catalog-job-section.active {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}

.catalog-job-section.active div.catalog-job-magistracy a div {
    display: flex;
    flex-direction: column;
}

.catalog-job-events {
    width: 100%;
}

.catalog-menu-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.catalog-skills-profession-section {
    max-width: 1270px;
}

.catalog-job-content-block {
    max-width: 830px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.catalog-job-education::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    max-width: 150px;
    max-height: 230px;
    position: absolute;
    top: -115px;
    left: -260px;
    background: url(./images/vector-top.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.catalog-education-section::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    max-width: 130px;
    max-height: 70px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(./images/vector-bottom-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.catalog-job-content-magistracy .catalog-job-section {
    padding: 0;
}

.catalog-job-content-magistracy .catalog-job-section .catalog-job-magistracy .masters-list {
    width: 100%;
    max-width: 1260px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

/* Анимации для контента внутри вкладок */
.catalog-job-description,
.catalog-job-responsibilities,
.catalog-job-salary,
.catalog-job-skills,
.catalog-job-pros-cons,
.catalog-job-demand,
.catalog-job-education {
    animation: fadeInUp 0.6s ease-out 0.3s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.catalog-job-skills-profession {
    width: 100%;
}

.catalog-job-skills-profession__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    background-color: #F8F8F8;
    background-image: url(./images/background-skills-profession.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    padding: 42px;
    border-radius: 24px;
}

.catalog-job-skills-profession__content::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    max-width: 144px;
    max-height: 272px;
    position: absolute;
    top: -144px;
    right: -10px;
    background: url(./images/vector-bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.catalog-job-skills-profession__title {
    color: #000000;
    font-size: 32px;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 0;
}

.catalog-job-skills-profession__description ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: initial;
    list-style-position: inside;
    margin-bottom: 0;
}

.catalog-job-skills-profession__description ul li::marker {
    color: #BD0C1E;
    padding-left: 10px;
}

.catalog-job-skills-profession__description ul li {
    color: #000000;
    font-size: 18px;
    line-height: 100%;
    font-weight: 300;
    list-style-position: outside;
    margin-left: 0;
    text-indent: 0;
}

.catalog-job-nav__block {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.catalog-job-nav__block::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    max-width: 192px;
    max-height: 165px;
    position: absolute;
    top: -50px;
    left: 0;
    background: url(./images/vector-left.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.catalog-job-nav__container {
    width: 100%;
    max-width: 1270px;
    background-color: #F8F8F8;
    padding: 48px;
    border-radius: 24px;
    position: relative;
    z-index: 2;
}

/* Стили для навигации */
.catalog-job-navigation__container .catalog-job-navigation.catalog-job__main-navigation {
    position: relative;
    top: 0;
    z-index: 100;
}

.catalog-job-navigation {
    width: fit-content;
    position: relative;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 16px 24px;
    border-radius: 16px;
    transition: all 0.3s ease;
    z-index: 100;
}

.catalog-job-nav__container .catalog-job-navigation {
    background-color: #F8F8F8;
    border: none;
    padding: 0;
}

.catalog-job-navigation.sticky {
    position: fixed;
    top: 39px;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    backdrop-filter: blur(10px);
}

.catalog-job-nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.catalog-job-nav__link,
.catalog-job-nav__btn {
    text-decoration: none;
    color: #121212;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    padding: 8px 12px;
    border-radius: 16px;
    transition: all 0.3s ease;
    white-space: nowrap;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.catalog-job-nav__link.active,
.catalog-job-nav__link:hover,
.catalog-job-nav__btn.active,
.catalog-job-nav__btn:hover {
    color: #FFFFFF;
    background: rgba(189, 12, 30, 0.85);
    transform: translateY(-2px);
}

/* Адаптивность навигации */
@media (max-width: 768px) {
    .catalog-job-nav {
        gap: 8px;
        align-items: center;
    }

    .catalog-job-nav__link {
        width: 100%;
        max-width: fit-content;
        text-align:
            center;
        padding: 10px 20px;
    }
}

/* Стили для контента вкладок */
.catalog-job-content-block h2 {
    color: #000000;
    font-size: 32px;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 14px;
}

.catalog-job-content-block p,
.catalog-job-content-block a {
    font-size: 18px;
    font-weight: 300;
    line-height: 110%;
    margin-bottom: 0;
}

.catalog-job-pros-cons {
    width: 100%;
    max-width: 1270px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
}

.catalog-job__advantages,
.catalog-job__disadvantages {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 48px;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.catalog-job__advantages h2,
.catalog-job__disadvantages h2 {
    color: #000000;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 0;
}

.catalog-job__advantages ul,
.catalog-job__disadvantages ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 0;
}

.catalog-job__advantages ul li,
.catalog-job__disadvantages ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
}

.catalog-job__advantages ul li::before {
    content: "";
    width: 24px;
    height: 24px;
    min-width: 24px;
    max-height: 24px;
    display: flex;
    background: url(./images/list-marker-advantages.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.catalog-job__disadvantages ul li::before {
    content: "";
    width: 24px;
    height: 24px;
    min-width: 24px;
    max-height: 24px;
    display: flex;
    background: url(./images/list-marker-disadvantages.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.catalog-job__salary-info-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.catalog-job__salary-info-text h2 {
    margin-bottom: 0;
}

.catalog-job-salary {
    width: 100%;
    max-width: 1270px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 69px;
    background-color: #F8F8F8;
    padding: 48px;
    border-radius: 24px;
}

.catalog-job__salarys-tatistics {
    width: 100%;
    max-width: 390px;
    background-color: #ffffff;
    padding: 56px 40px 48px 40px;
    border-radius: 18px;
}

.catalog-job-section.active .catalog-job-magistracy {
    width: 100%;
    max-width: 1180px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.catalog-job-section.active .educational-programs-slider {
    display: none;
}

.catalog-job__salarys-statistics {
    background-color: #ffffff;
    padding: 56px 40px 48px 40px;
    border-radius: 18px;
}

.catalog-job__salary-statistics--block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.catalog-job__salary-satistics--arrow {
    width: 100%;
    height: 80px;
    background: url(./images/icon-arrow-statistics.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 4px;
    margin-bottom: 30px;
    position: relative;
}

.catalog-job__salary-chart {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.catalog-job__salary-chart--left {
    width: 21px;
    height: 48px;
    background-color: #F8F8F8;
    border-radius: 16px 8px 8px 16px;
}

.catalog-job__salary-chart--center {
    width: 169px;
    height: 48px;
    background-color: #BD0C1E;
    border-radius: 8px;
}

.catalog-job__salary-chart--right {
    width: 21px;
    height: 48px;
    background-color: #F8F8F8;
    border-radius: 8px 16px 16px 8px;
}

.catalog-job__salary-amounts {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
}

.catalog-job__average-salary {
    color: #000000;
    font-size: 48px;
    font-weight: 400;
    line-height: 100%;
}

.catalog-job__average-salary--text {
    color: #AAB4B6;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    margin-top: 10px;
}

.catalog-job__salary-amounts--info {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 100%;
    margin-top: 32px;
}

.catalog-job__salary-amounts--info::before {
    content: "";
    width: 24px;
    height: 8px;
    background-color: #BD0C1E;
    border-radius: 8px;
}

div.catalog-job-vacancy-events-container {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.catalog-job-vacancy-events-container::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    max-width: 192px;
    max-height: 165px;
    position: absolute;
    bottom: 25px;
    left: 0;
    background: url(./images/vector-left.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.catalog-job-vacancy-events-container::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    max-width: 130px;
    max-height: 230px;
    position: absolute;
    bottom: 50px;
    right: 0;
    background: url(./images/vector-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.catalog-job-vacancy-events-content {
    width: 100%;
    max-width: 1270px;
    display: flex;
    flex-direction: column;
}

.catalog-job-vacancy-events-container h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 24px;
}

.catalog-job-vacancy-events {
    margin-top: 0;
}

.catalog-job-vacancy-events .catalog-job-section {
    padding: 40px 0;
}

.catalog-job-vacancy-events .catalog-job-section .catalog-job-vacancies {
    width: 100%;
}

.catalog-job-pros,
.catalog-job-cons {
    background: #f8f9ff;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #e3e8ff;
}

.catalog-job-pros h3,
.catalog-job-cons h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2c3e50;
}

.catalog-job-pros h3:after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #27ae60;
    margin-top: 10px;
    border-radius: 2px;
}

.catalog-job-cons h3:after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #e74c3c;
    margin-top: 10px;
    border-radius: 2px;
}

@media (max-width: 1200px) {
    .catalog-job-container .catalog-job-hero {
        margin-top: 20px;
    }
}

@media (max-width: 1199px) {
    .catalog-job-navigation.catalog-job__main-navigation {
        top: 0;
    }
}

@media (max-width: 1100px) {

    .catalog-job-hero::before,
    .catalog-job-navigation__container::before,
    .catalog-job-navigation__container::after,
    .catalog-job-skills-profession__content::after,
    .catalog-job-education::before,
    .catalog-job-nav__block::before,
    .catalog-education-section::after {
        display: none;
    }

    .catalog-job-container {
        margin: 0 16px;
    }
}

@media (max-width: 900px) {

    .catalog-job-hero,
    .catalog-job-pros-cons {
        flex-direction: column;
    }

    .catalog-job-skills-profession__content {
        background-image: none;
    }
}

@media (max-width: 800px) {
    .catalog-job-salary {
        flex-direction: column;
    }

    .similar-events__items,
    section.catalog-job-section.active div.catalog-job-events .similar-events-container .similar-events-list,
    .catalog-job-section.active .catalog-job-magistracy {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 16px;
    }
}

@media (max-width: 768px) {
    .catalog-job-section {
        padding: 40px 0;
    }

    .catalog-job-section__title {
        font-size: 28px;
    }

    .catalog-job-pros-cons {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .catalog-job-pros,
    .catalog-job-cons {
        padding: 24px;
    }
}

@media (max-width: 500px) {

    .catalog-job-hero__content,
    .catalog-job-hero,
    .catalog-job-skills-profession__content {
        gap: 16px;
    }

    .catalog-job-hero__title {
        font-size: 20px;
    }

    .catalog-job-hero__description,
    .catalog-job-facts-list ul li,
    .catalog-job-content-block p,
    .catalog-job-content-block a {
        font-size: 14px;
    }

    .catalog-job-facts-list ul {
        flex-wrap: wrap;
    }

    .catalog-job-content {
        margin-top: 24px;
        gap: 24px;
    }

    .catalog-job-content-block h2 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .catalog-job-skills-profession__title,
    .catalog-job-vacancy-events-container h2 {
        font-size: 18px;
    }

    .catalog-job-skills-profession__description ul {
        gap: 8px;
    }

    .catalog-job-skills-profession__description ul li::marker {
        padding-left: 6px;
    }

    .catalog-job-content.catalog-job-content-magistracy {
        margin-top: 16px;
    }

    .catalog-job-nav__link,
    .catalog-job-nav__btn {
        font-size: 15px;
    }

    .catalog-job-navigation {
        padding: 16px 0;
    }

    .catalog-job-nav__container {
        padding: 16px;
    }

    .catalog-job-content-block.catalog-job-pros-cons {
        margin-top: 24px;
    }

    .catalog-job__advantages ul li,
    .catalog-job__disadvantages ul li {
        font-size: 14px;
    }

    .catalog-job__advantages,
    .catalog-job__disadvantages {
        gap: 16px;
        padding: 16px;
    }

    .catalog-job__advantages ul li::before,
    .catalog-job__disadvantages ul li::before {
        width: 16px;
        height: 16px;
        min-width: 16px;
    }

    .catalog-job-salary {
        padding: 16px;
        gap: 24px;
    }

    .catalog-job__salary-info-text {
        gap: 10px;
    }

    .catalog-job__average-salary {
        font-size: 40px;
    }

    .catalog-job__average-salary--text {
        font-size: 16px;
        margin-top: 5px;
    }

    .catalog-job__salary-satistics--arrow {
        margin-top: 12px;
    }

    .catalog-job__salarys-statistics {
        padding: 37px 25px 29px 25px;
    }

    .catalog-job__salary-amounts--info {
        font-size: 16px;
    }

    .catalog-job-vacancy-events-container .catalog-job-navigation {
        border: none;
    }

    .catalog-job-vacancy-events .catalog-job-section {
        padding: 24px 0;
    }

    div.catalog-job-skills-profession__description ul li {
        font-size: 14px;
    }

    div.catalog-job-navigation__container {
        padding-bottom: 24px;
    }
}

@media (max-width: 350px) {
    .catalog-job__salary-amounts--info {
        flex-direction: column;
    }
}

/* Плавная прокрутка */
html {
    scroll-behavior: smooth;
}

.catalog-job-section {
    width: 100%;
    display: none;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease;
    padding: 80px 0;
}

#description {
    display: block;
    opacity: 1;
    transform: translateY(0);
}


div.other-professions {
    width: 100%;
    max-width: 1270px;
    background-color: #ffffff;
    padding: 40px 0;
    margin: 0;
    position: relative;
}

.other-professions::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    max-width: 144px;
    max-height: 272px;
    position: absolute;
    top: -125px;
    right: 60px;
    background: url(./images/vector-bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.other-professions h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 40px;
    color: #27272C;
}

.other-professions__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.other-profession-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.other-profession-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.other-profession-card__link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.other-profession-card__image {
    height: 200px;
    overflow: hidden;
}

.other-profession-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.other-profession-card:hover .other-profession-card__image img {
    transform: scale(1.05);
}

.other-profession-card__content {
    padding: 20px;
}

.other-profession-card__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #2c3e50;
    line-height: 1.3;
}

.other-profession-card__description {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.5;
}

.other-profession-card__facts {
    margin-top: 15px;
}

.other-profession-facts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.other-profession-fact {
    margin-bottom: 8px;
    padding-left: 15px;
    position: relative;
}

.other-profession-fact:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: bold;
}

.other-profession-fact__content {
    font-size: 13px;
    color: #555;
    line-height: 1.4;
}

.other-professions__empty {
    text-align: center;
    color: #999;
    font-style: italic;
    grid-column: 1 / -1;
}

/* Адаптивность */
@media (max-width: 768px) {
    .other-professions__list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .other-professions {
        padding: 30px 0;
    }

    .other-professions h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
.professions-slider-container {
    position: relative;
    overflow: hidden;
    margin: 30px 0;
}

.professions-slider-wrapper {
    overflow: hidden;
    width: 100%;
}

.professions-slider-track {
    width: 100%;
    overflow: hidden;
}

.professions-slider-items {
    display: flex;
    transition: transform 0.3s ease;
    will-change: transform;
}

.profession-slide {
    flex: 0 0 auto;
    transition: transform 0.3s ease;
}

.new-profession-card {
    height: 100%;
}

.new-profession-card__content {
    height: 100%;
    position: relative;
}

.new-profession-card__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.custom-item-card__wrap {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.profession-slide:hover .custom-item-card__wrap {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.custom-item-card__logo-wrap {
    text-align: center;
}

.custom-item-card__logo {
    max-width: 100px;
    max-height: 60px;
    object-fit: contain;
}

.custom-item-card__info {
    flex: 1;
}

.custom-item-card__title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #333;
    line-height: 1.3;
}

.custom-item-card__basic-description {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    margin: 0;
}

.professions-slider-prev,
.professions-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
}

.professions-slider-prev:hover,
.professions-slider-next:hover {
    background: #f0f0f0;
    border-color: #ccc;
}

.professions-slider-prev {
    left: -20px;
}

.professions-slider-next {
    right: -20px;
}

.professions-slider-prev:disabled,
.professions-slider-next:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

@media (max-width: 1024px) {
    .custom-item-card__title {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .professions-slider-prev,
    .professions-slider-next {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    
    .professions-slider-prev {
        left: -15px;
    }
    
    .professions-slider-next {
        right: -15px;
    }
    
    .custom-item-card__logo {
        max-width: 80px;
        max-height: 50px;
    }
}