.landing-circle-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
}

.landing-circle-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.landing-circle-item .landing-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: #D6E2F8;
    border-radius: 50%;
}

.landing-circle-item .landing-circle img {
    width: 14px;
    height: 14px;
}

.landing-circle-list h3 {
    margin-bottom: 0px;
}

.career-page .career-main-banner-section .landing-card,
.career-page .career-review-section .landing-card,
.career-page .career-qa-section .landing-card {
    padding: 0px;
    background-color: transparent;
    box-shadow: none;
    gap: 30px;
}

.career-page .career-opportunity-section .landing-card{
    padding: 0px 70px;
    background-color: transparent;
    box-shadow: none;
    gap: 30px;
}

.career-feature-container {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 24px;
}

.feature-box {
    background: #FFFFFF;
    border-radius: 12px;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); */
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    position: relative;
}

.feature-box h3 {
    margin: 0 0 0.75rem 0;
    font-size: 50px;
    font-weight: 500;
    color: #306DDE;
    text-align: left;
}

.feature-box h3 span{
    font-size: 24px;
    font-weight: 400;
}

.feature-box p {
    margin: 0;
    font-size: 16px;
    color: #202636;
    margin-bottom: 0px;
    text-align: left;
}

.feature-box.feature-box-4 h3{
    font-size: 24px;
}

.big-left {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    background-color: transparent;
    padding: 0px;
    justify-content: flex-start;
}

.feature-box .feature-box-main-baner-wrapper .feature-box-main-baner-wrapper {
    height: 80%;
}

.feature-box-main-baner-wrapper{
    position: relative;
}

.feature-box-main-subbaner{
    position: absolute;
    bottom: -20px;
    right: 20px;
    background-color: #F5F9D9;
    color: #675078;
    font-size: 28px;
    font-weight: 500;
    padding: 15px 20px;
    border-radius: 24px;
}

.feature-box-4-img-wrapper img{
    width: 100px;
    height: auto;
}

.landing-card-center-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.landing-card-center-block .landing-card-content-header{
    align-items: center;
}

.landing-card .landing-card-center-block  .subtitle{
    text-align: center;
}

.career-example-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.career-example-item{
    padding: 30px;
    background-color: #E5EEFF;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.career-example-item h4{
    font-size: 24px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Ограничение на максимум 2 строки */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.career-example-item p{
    font-size: 18px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Ограничение на максимум 2 строки */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.career-example-item .btn{
    margin-top: auto;
}

.career-opportunity-list{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.career-opportunity-item{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
}

.career-opportunity-content{
    display: flex;
    flex-direction: column;
}

.career-opportunity-content h4{
    font-size: 24px;
    font-weight: 500;
}

.career-opportunity-content p{
    font-size: 18px;
    font-weight: 400;
}

 .landing-card-left-block{
    width: 45%;
}

.career-opportunity-section .landing-card.type-1{
    align-items: flex-start;
}

.career-opportunity-icon{
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E5EEFF;
    border-radius: 50%;
}

.career-opportunity-section .main-banner-right{
    max-width: 500px;
}

.inspiration-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.inspiration-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.inspiration-icon {
    min-width: 32px;
    min-height: 32px;
    background-color: #E7F1FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inspiration-icon img {
    width: 20px;
    height: 20px;
}

.inspiration-content h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #19191e;
}

.inspiration-content p {
    margin: 5px 0 0;
    font-size: 16px;
    color: #344051;
    line-height: 1.4;
}

.inspiration-content ul {
    padding-left: 20px;
    margin: 5px 0 0;
    margin-top: 10px;
}

.inspiration-content ul li {
    list-style-type: disc;
    font-size: 16px;
    color: #344051;
}

.career-review-card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
}

.career-review-card {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    flex: 1 1 calc(30% - 20px);
}

.quote-icon {
    width: 32px;
    height: 32px;
    background-color: #2D73F5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 30px;
    line-height: 100%;
}

p.review-text {
    font-size: 16px;
    color: #333;
    margin: 10px 0;
}

p.review-author {
    font-size: 16px;
    font-weight: 500;
    color: #637083;
    margin-top: auto;
}

.career-qa-container{
    width: 100%;
    margin: 0 auto;
}

.career-qa-container .faq-item .faq-title{
    background-color: #FFFFFF;
}

.career-qa-container .faq-item{
    margin-left: auto;
}

.career-inspiration-section .landing-card{
    background-color: #fff;
}

.career-qa-bottom-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 50%;
    margin-top: 30px;
}

.career-qa-bottom-container p{
    text-align: center;
    font-size: 18px;
}

.career-qa-bottom-container h4{
    text-align: center;
    font-size: 24px;
    
}

.career-bottom-section{
    margin-top: 200px;
}

.career-bottom-section .landing-card.type-1{
    align-items: flex-start;
    position: relative;
    background-color: #E5EEFF;
}

.career-bottom-section .landing-card.type-1 .landing-card-right-block{
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.feature-box-2-img{
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    margin-left: auto;
    position: absolute;
    right: 20px;
    top: 40px;
}

.feature-box-2{
    background-color: #ECF9F2;
}

.feature-box-2 .feature-box-content{
    margin-top: auto;
    z-index: 1;
    position: relative;
}

.feature-box-3-img{
    margin-left: auto;
    position: absolute;
    right: -20px;
    bottom: 0px;
}

.feature-box-3{
    background-color: #E5EEFF;
}


.feature-box-3 p{
    width: 60%;
    z-index: 1;
    position: relative;
}

.video-content-section .landing-card{
    background-color: transparent;
    min-height: 570px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    background-position: center;
    background-repeat: no-repeat;
}

.career-video-button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.career-video-button:hover{
    transform: translate(-50%, -50%) scale(1.1);
}

.career-video-container-content{
    background-color: #F8F8FF;
    padding: 32px;
    border-radius: 24px 0px 0px 24px;
    position: absolute;
    right: 0px;
    bottom: 40px;
    max-width: 40%;
}

.career-video-container-content h3{
    font-size: 24px;
    margin-bottom: 0px;
    font-weight: 500;
}

.video-content-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.video-content-list .landing-card{
    width: 48%;
    min-height: auto;
    height: 360px;
}

.video-content-list .landing-card .career-video-container-content{
    max-width: 80%;
    bottom: 20px;
    padding: 20px;    
}


.career-example-section {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 0 auto;
  }
  
  .career-example-section .left-column {
    flex: 0 0 40%;
    max-width: 40%;   
  }
  
  .career-example-section .right-column {
    flex: 1;
    background-color: #fff;   
    border-radius: 12px;
    padding: 32px;
    min-width: 300px;  
    border: 1px solid #CED2DA;      
  }
  
  /* Стили для списка вакансий (левая колонка) */
  .career-example-section .career-list {
    margin: 0;
    /* max-height: 1400px; */
    overflow-y: auto;
  }

  .career-spinner {
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
    border: 4px solid #e5e5e5;
    border-top: 4px solid #306DDE;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
  }
  @keyframes spin {
    to { transform: rotate(360deg); }
  }


.career-example-section .career-list::-webkit-scrollbar {
    width: 8px;
    background-color: #f0f0f0;
}

.career-example-section .career-list::-webkit-scrollbar-thumb {
    background-color: #CED2DA;
    border-radius: 4px;
}

.career-example-section .career-list::-webkit-scrollbar-thumb:hover {
    background-color: #b3b3b3;
}

.career-example-section .career-list::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 4px;
}
  
  .career-example-section .career-item {
    padding: 16px 0;
    /* border-bottom: 1px solid #ddd; */
    border: 1px solid transparent;
    padding: 32px;
  }

  .career-example-section .career-item:hover{
    border: 1px solid #ddd;
    border-radius: 24px;
    background-color: #fff;
    cursor: pointer;
  }
  
  .career-item__header {
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    margin-bottom: 8px;
  }

  .career-item__bottom {
    display: flex;
    justify-content: space-between; 
    align-items: flex-end; 
    margin-bottom: 8px;
  }
  
  h3.career-item__title {
    margin: 0;
    font-size: 28px;
    font-weight: 500;
    color: #24223E;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5; 
    max-height: calc(1.5em * 3); 
    
  }
  
  
  .career-item__date {
    font-size: 14px;
    color: #5B596E;
    white-space: nowrap;
  }
  
  p.career-item__location {
    margin: 0 0 8px 0;
    font-size: 18px;
    color: #5B596E;
    font-weight: 500;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    
  }
  
  .career-item__description p {
    margin: 0;
    font-size: 16px;
    color: #5B596E;
    display: -webkit-box;
    -webkit-line-clamp: 6; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5; 
    max-height: calc(1.5em * 6); 
    
  }

  .career-item--active {
    border: 1px solid #ddd;
    border-radius: 24px;
    background-color: #fff;
    cursor: pointer;
}

  
  /* Стили для формы (правая колонка) */
  h2.job-form__title {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 28px;
    color: #24223E;
    font-weight: 500;
  }
  
  p.job-form__location {
    margin: 0 0 16px;
    font-size: 18px;
    color: #5B596E;
    font-weight: 500;
  }
  
  .job-form__requirements {
    margin-bottom: 16px;
  }
  
  .job-form__requirements h3 {
    margin: 16px 0 8px;
    font-size: 16px;
    color: #5B596E;
    font-weight: 500;
  }
  
  .job-form__requirements ul {
    margin: 0 0 16px 20px;
    padding: 0;
    list-style: disc;
  }

  .job-form__requirements ul li{
    font-size: 16px;
    color: #5B596E;
    margin-bottom: 8px;
  }
  
  .job-form__details-button {
    display: inline-block;
    margin-bottom: 16px;
    background-color: #007bff;
    color: #fff;
    font-size: 14px;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .job-form__details-button:hover {
    background-color: #0056b3;
  }
  
  .job-form__fields {
    display: flex;
    flex-direction: column;
  }
  
  .job-form__group {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
  }
  
  .job-form__group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 14px;
    color: #5B596E;
  }
  
  .job-form__group input,
  .job-form__group textarea {
    width: 100%;
    padding: 10px 12px;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #CED2DA;
    border-radius: 12px;
  }

  .job-form__group input{
    height: 44px;
  }

  .job-form__group input::placeholder, .job-form__group textarea::placeholder{
    font-size: 16px;
    color: #ABAEB6;
  }
  
  .job-form__consent {
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
    
  }
  
  .job-form__consent a {
    color: #306DDE;
    text-decoration: none;
  }
  
  .job-form__consent a:hover {
    text-decoration: underline;
  }
  
  .job-form__submit {
    background-color: #28a745;
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    max-width: 300px; /* Можно ограничить ширину кнопки */
  }
  
  .job-form__submit:hover {
    background-color: #218838;
  }
  
  .job-form hr{
    border-top: 1px solid #CED2DA;
  }

  .job-form-file-upload-container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    gap: 2px;
    font-size: 14px;
    color: #5B596E;
    cursor: pointer;
    margin-bottom: 16px;
}

.job-form-file-upload-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #306DDE;
    transition: color 0.2s;
    margin-bottom: 0px;
    cursor: pointer;
}

.job-form-file-upload-link:hover {
    color: #3367d6;
}

.job-form-file-upload-icon {
    margin-left: 4px;
    font-size: 16px;
}

.job-form-file-upload-container input[type="file"] {
    opacity: 0;
    position: absolute;
    cursor: pointer;
}

.resume-upload-container{
    display: flex;
    align-items: center;
    gap: 2px;
    position: relative;
}

.job-form-file-upload-container .job-form__group{
    margin-bottom: 10px;
}

/*  */

.career-dropdown {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-bottom: 20px;
}

.career-dropdown__label {
    margin-bottom: 8px;
    font-size: 16px;
    color: #344051;
}

.career-dropdown__wrapper {
    position: relative;
    width: 100%;
    border: 1px solid #CED2DA;
    border-radius: 12px;
    background-color: #fff;
    cursor: pointer;
}

.career-dropdown__selected {
    padding: 10px 12px 10px 12px;
    font-size: 16px;
    color: #24223E;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.career-dropdown__icon {
    width: 16px;
    height: 16px;
    transition: transform 0.2s;
}

.career-dropdown.open .career-dropdown__icon {
    transform: rotate(180deg);
}

.career-dropdown__list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #CED2DA;
    border-radius: 8px;
    z-index: 10;
    display: none;
    max-height: 200px;
    overflow-y: auto;
}

ul li.career-dropdown__item {
    padding: 10px 12px;
    margin-bottom: 0px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    transition: background-color 0.2s;
}

.career-dropdown__item:hover {
    background-color: #F4F6F9;
}

.career-dropdown.open .career-dropdown__list {
    display: block;
    width: 100%;
    margin-left: 0px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.career-dropdown__item.active {
    background-color: #1b74fd30;
    color: #1b74fd;
}

.career-search{
    position: relative;
    margin-bottom: 20px;
}

.career-search{
    width: 40%;
}

.career-search input{
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #CED2DA;
    outline: none;
    padding: 10px 12px 10px 40px;
    font-size: 16px;
    color: #24223E;
    width: 100%;
}

.career-example-filter-section{
    display: flex;
    align-items: flex-end;
    gap: 24px;
}

.career-example-header-section{
    margin-bottom: 30px;
}

.career-example-header-section h2{
    font-size: 40px;
    font-weight: 500;
    color: #24223E;
}

.career-example-header-section h3{
    font-size: 18px;
    font-weight: 400;
    color: #5B596E;
}

.career-search-icon{
    position: absolute;
    left: 10px;
    top: 10px;
}

.job-form__group .career-dropdown{
    width: 100%;
    margin-bottom: 0px;
}

.job-form .input-container .checkmark-block{
    top: 5px;
}

.job-form .input-container{
    margin-bottom: 40px;
}

.job-form .input-container .value{
    margin-left: 10px;
    color: #5B596E;
}

.job-form .input-container .value a{
    color: #306DDE;
}

.job-form  .input-container input ~ .checkmark-block{
    border:1px solid #CED2DA;
    background-color: transparent;
}

.job-form  .input-container:hover input ~ .checkmark-block{
    background-color: #306DDE;
    background-color: transparent;
}

.job-form .input-container input:checked ~ .checkmark-block{
    background-color: #306DDE;
    border:1px solid #306DDE;
}

.no-results-message {
    font-size: 16px;
    color: #888;
    padding: 20px;
    text-align: center;
}


.job-form__fields input.error,
.job-form__fields textarea.error {
    border: 1px solid red !important;
}

.job-form__fields .form-error {
    color: red;
    font-size: 13px;
    /* margin-top: 4px; */
    position: absolute;
    bottom: -18px;
}

#career-loader{
    display: none; text-align: center; padding: 40px;
}

.form-success-message {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    color: green;
    text-align: center
}


@media (max-width: 1024px) {

    .feature-box-main-subbaner{
        font-size: 20px;
    }


    .career-example-section .career-item{
        padding: 20px;
    }

    .career-example-item h4{
        font-size: 18px;
    }

    .career-example-item p{
        font-size: 16px;
    }

    .career-example-item{
        padding: 20px;
    }

    .career-example-list{
        gap: 20px;
    }

    .career-bottom-section .landing-card.type-1 .landing-card-right-block{
        position: relative;
        margin-bottom: -20px;
    }

    .career-bottom-section .landing-card.type-1 .landing-card-right-block img{
        width: 500px;
        
    }

    .feature-box-3-img{
        position: relative;
        bottom: -30px;
    }

    .career-opportunity-section .landing-card.type-1{
        align-items: flex-end;
    }

    .feature-box-2{
        flex-direction: column-reverse;
    }

    .feature-box-2-img{
        position: relative;
        top: auto;
        right: auto;
        width: 100% !important;
    }

}

@media (max-width: 768px) {
    .landing-card-left-block{
        width: 100%;
    }

    .career-page .btn{
        width: 100%;
    }

    .career-main-banner-section .landing-card-right-block{
        display: none;
    }

    .career-feature-container{
        grid-template-columns: 1fr;
    }

    .feature-box{
        min-height: 250px;
    }

    .feature-box-3-img{
        right: 0px;
        width: 100% !important;
    }

    .landing-card-center-block .btn{
        margin-top: 30px;
    }

    .video-content-section .landing-card{
        min-height: 300px;
    }

    .career-video-container-content{
        right: 0px;
        bottom: 20px;
        max-width: 90%;
        padding: 15px;
    }

    .career-video-container-content h3{
        font-size: 18px;
    }

    .career-example-list{
        grid-template-columns: 1fr;
        margin-top: 30px;
        width: 100%;
    }    

    .career-opportunity-content h4{
        font-size: 18px;
    }

    .career-opportunity-content p{
        font-size: 14px;
    }

    .career-opportunity-section .main-banner-right{
        max-width: 270px;
    }

    .inspiration-list{
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .inspiration-content p{
        font-size: 14px;
    }

    .video-content-list{
        flex-direction: column;
    }

    .video-content-list .landing-card{
        width: 100%;
    }

    .career-review-card-list{
        flex-direction: column;
    }

    .career-qa-bottom-container{
        width: 100%;
        max-width: none;
        gap: 0px;
    }

    .career-qa-bottom-container h4{
        font-size: 18px;
    }

    .career-qa-bottom-container p{
        font-size: 14px;
    }

    .career-bottom-section .landing-card-right-block{
        display: none;
    }

    .career-bottom-section .btn{
        margin-top: 30px;
    }

    .career-example-header-section h2{
        font-size: 30px;
    }

    .career-example-header-section h3{
        font-size: 16px;
    }

    .career-example-filter-section{
        flex-direction: column;
        gap: 0px;
    }

    .career-dropdown{
        width: 100%;
    }

    .career-search input{
        width: 100%;
    }

    .career-search{
        width: 100%;
    }

    .career-example-section .left-column {
        flex: 0 0 100%;
        max-width: none;
        width: 100%;
    }

    .career-example-section .career-item{
        padding: 15px;
    }

    .career-example-section .right-column{
        padding: 15px;
    }

    .job-form__fields .btn-primary.rm{
        width: 100%;
        max-width: none;
    }

    .feature-box h3{
        font-size:40px;
    }

    .career-bottom-section{
        margin-top:100px;
    }

    .landing-circle-item .landing-circle{
        width:30px;
        height:30px;
        min-width:30px;
    }
}