html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*, *::after, *::before {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

ul, li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    font-family: 'Manrope', serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
    background-color: #F2F2F2;
    color: #000;
}

html,
body {
    height: 100%;
    overflow-x: hidden;
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

body {
    font-family: 'Manrope', serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
    background-color: #14213D;
}

.container {
    max-width: 1857px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.main {
    background-color: #14213D;
    display: flex;
    flex-direction: column;
}

.header-menu {
    margin-bottom: auto;
}

.header-inner {
    padding: 42px 32px 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.navbar-menu {
    display: flex;
    gap: 90px;
    flex-wrap: wrap;
    justify-content: center;
}

.navbar-menu li a {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    transition: all .15s ease-in-out;
}

.navbar-menu li a:hover, .navbar-menu li a:active {
    color: orange;
}

.contact-button {
    padding-left: 20px;
}

.contact-button a {
    margin-bottom: auto;
    height: 48px;
    position: relative;
    bottom: 24px;
}

.contact-button img {
    max-width: 100%;
    height: auto;
    width: 180px;
}

.contact-buttons-mini {
    display: flex;
    padding-left: 15px;
}

.contact-buttons-mini img {
    width: 32px;
    height: 32px;
    margin-right: 25px;
    margin-top: 20px;
}

.title-main {
    color: white;
    font-size: 80px;
    padding-top: 110px;
    padding-left: 32px;
    line-height: 1.2;
}

.navbar-bottom-buttons {
    padding-top: 230px;
    padding-left: 32px;
    padding-right: 32px;
    align-items: center;
}

.navbar-bottom-buttons li {
    display: inline-block;
    border-top: 2px solid white;
    padding-top: 30px;
    padding-bottom: 40px;
}

.navbar-bottom-buttons li a {
    color: white;
    text-transform: uppercase;
    font-size: 16;
    padding: 10px 75px;
    transition: all .15s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-bottom-buttons li a:hover {
    color: orange;
}

.navbar-bottom-buttons img {
    width: 29px;
    height: 29px;
}

.footer {
    flex-shrink: 0;
}

.footer-inner {
    background-color: #14213D;
    padding: 30px 0 20px;
}

.footer-contact-buttons-mini {
    display: flex;
    padding-left: 100px;
    padding-right: 105px;
}

.footer-contact-buttons-mini hr {
    max-width: 1700px;
    width: 100%;
    height: 1px;
    align-self: center;
}

.footer-contact-buttons-mini a {
    padding-left: 40px;
    padding-top: 8px;
}

.footer-contact-buttons-mini img {
    width: 32px;
    height: 32px;
}

.footer-menu {
    padding-left: 100px;
}

.footer-navbar-menu {
    display: flex;
    gap: 59px;
    padding-top: 39px;
}

.footer-navbar-menu ul {
    padding-left: 0%;
}

.footer-navbar-menu li a {
    color: orange;
    font-size: 32px;
    text-transform: uppercase;
    transition: all .15s ease-in-out;
}

.footer-navbar-menu li a:hover {
    color: white;
}

.footer-logo {
    display: flex;
    justify-content: space-between;
    padding-left: 65px;
    padding-right: 100px;
}

.footer-logo p {
    color: orange;
    font-size: 100px;
    margin-left: 20px;
    margin-top: 53px;
}

.top {
    text-align: center;
    padding: 0 15px;
}

.title {
    color:#14213D;
    font-size: 76px;
    padding-top: 100px;
    padding-bottom: 20px;
    font-weight: 400;
}

.description {
    color: orange;
    max-width: 648px;
    width: 100%;
    font-size: 20px;
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: center;
}

.main .swiper {
    max-width: 1300px;
    width: 100%;
    height: auto;
    background: #000;
    margin-bottom: 100px;
    border-radius: 180px 20px 180px;
    border: 5px solid orange;
}

.main .swiper-slide {
    font-size: 20px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 100px 60px;
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.main .swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
    color: #fff;
}

.main .swiper-slide .subtitle {
    font-size: 21px;
    padding-bottom: 10px;
}

.main .swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    width: 100%;
    line-height: 1.4;
}

/* дальше идет верстка страницы контактов */

.title-main-contacts {
    color: orange;
    font-size: 64px;
    padding-top: 50px;
    padding-left: 70px;
}

.phone-contacts,
.mail-contacts,
.social-media-text-contacts {
    color: white;
    font-size: 40px;
    padding-top: 100px;
    padding-left: 70px;
}

.social-media-text-contacts {
    padding-top: 130px;
}

.container-main-contacts {
    display: flex;
    padding-top: 25px;
    padding-left: 70px;
    padding-bottom: 200px;
    
}

.container-main-contacts img {
    width: 60px;
    height: 60px;
}

.container-main-contacts a {
    padding-left: 20px;
    padding-right: 20px;
}

.footer-contact-buttons-mini1 {
    margin-left: 50px;
}

/* дальше идет верстка страницы блога-новости */

.main-white {
    background-color: white;
    display: flex;
    flex-direction: column;
}

.title-main-blog {
    color: white;
    font-size: 80px;
    padding-top: 200px;
    padding-left: 70px;
}

.blog-description {
    color: white;
    font-size: 20px;
    margin-top: 50px;
    margin-left: 70px;
    margin-bottom: 350px;
}

.container-blog {
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
    padding-left: 140px;
    padding-right: 140px;
}

.container-blog-category{
    display: flex;
    flex-direction: column;
}

.title-category-main-blog {
    color:#14213D;
    font-size: 40px;
}

.container-blog-filter{
    display: flex;
    flex-direction: column;
}

.title-filter-main-blog {
    color:#14213D;
    font-size: 40px;
}

.container-buttons-category {
    display: flex;
    padding-top: 21px;
    padding-bottom: 45px;
}

.container-buttons-category a {
    margin-right: 44px;
    display: inline-block;
    background: #F2F2F2;
    color: black;
    padding: 10px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 20px;
    transition: all .3s ease-in-out;
}

.container-buttons-category a:hover {
    color: white;
    background-color: orange;
}

.button-news:focus {
    color: white;
    background-color: #14213D;
}

.button-articles:focus {
    color: white;
    background-color: #14213D;
}

.button-all-categories:focus {
    color: white;
    background-color: #14213D;
}

.container-blog-filter-drops {
    display: flex;
    padding-top: 21px;
    padding-bottom: 62px;
}

.dropbtn {
    font-family: 'Manrope', serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400px;
    background-color: white;
    color: black;
    margin-right: 44px;
    max-width: 241px;
    width: 100%;
    padding: 12px;
    text-align: center;
    font-size: 20px;
    border-radius: 8px;
    border-width: 1px;
    border-color: black;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: orange;
    max-width: 241px;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
  
.dropdown-content a {
    color: black;
    padding: 12px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: white;
}
  
.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: orange;
}

.main-white hr {
    max-width: 1540px;
    width: 100%;
    margin-left: 140px;
    margin-right: 140px;
    margin-bottom: 45px;
    height: 2px;
}

.container-weekly-new-banner {
    background-color: orange;
    max-width: 1540px;
    width: 100%;
    max-height: 676px;
    height: 100%;
    display: flex;
    margin-left: 140px;
    margin-right: 140px;
    margin-bottom: 45px;
}

.circle-new {
    max-width: 212px;
    max-height: 212px;
    width: 100%;
    height: 100%;
    line-height: 212px;
    border-radius: 50%;
    font-size: 20px;
    color: black;
    text-align: center;
    background: white;
    margin: 20px;
}

.container-weekly-new-banner img {
    max-width: 450px;
    width: 100%;
    max-height: 450px;
    height: 100%;
    margin-top: 100px;
    margin-right: 100px;
}

.container-new-description {
    display: flex;
    flex-direction: column;
    margin: 80px 0px;
}

.tag-news {
    background-color: orange;
    color:#14213D;
    max-width: 150px;
    width: 100%;
    padding: 8px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #14213D;
    border-radius: 22px;
}

.big-new {
    font-size: 96px;
    color:#14213D;
    margin-top: 20px;
    font-weight: 500;
}

.new-description {
    font-size: 20px;
    color:#14213D;
    margin-top: 20px;
    max-width: 430px;
    margin-bottom: 50px;
}

.button-new-big {
    max-width: 152px;
    width: 100%;
    max-height: 41px;
    height: 100%;
}

.container-new-date-views {
    display: flex;
}

.date-new {
    max-height: 27px;
    height: 100%;
    font-size: 20px;
    color:#14213D;
    margin-top: 50px;
}

.view-new {
    max-height: 27px;
    height: 100%;
    font-size: 20px;
    color:#14213D;
    margin-top: 50px;
    margin-left: 200px;
}

.view {
    margin-left: 10px;
    max-width: 42px;
    width: 100%;
    max-height: 42px;
    height: 100%;
    margin-top: 40px;
}

.container-block-news {
    display: flex;
    max-width: 1540px;
    width: 100%;
    justify-content: space-between;
    margin-left: 140px;
    margin-right: 140px;
    margin-bottom: 100px;
    margin-top: 20px;
}

.container-block-mini {
    background-color: #D9D9D9;
    max-width: 487px;
    width: 100%;
    height: 537px;
    display: flex;
    flex-direction: column;
}

.container-views-mini {
    background-color: orange;
    max-width: 143px;
    max-height: 46px;
    width: 100%;
    height: 100%;
    border-radius: 46px;
    margin-right: 20px;
    margin-top: 30px;
    display: flex;
    margin-left: auto;
    padding: 0px 17px;
}

.view-new-mini {
    color: #14213D;
    margin-top: 9px;
}

.container-views-mini svg {
    max-width: 40px;
    max-height: 33px;
    width: 100%;
    height: 100%;
    margin-top: 2px;
    margin-left: 7px;
}

.container-footer-new-mini {
    margin-top: auto;
    max-width: 487px;
    max-height: 150px;
    width: 100%;
    height: 100%;
    background-color: #14213D;
    display: flex;
    flex-direction: column;
}

.container-tags-footer-new-mini {
    display: flex;
    margin-top: 25px;
    margin-left: 26px;
}

.container-tags-footer-new-mini p {
    color: orange;
    padding-right: 22px;
    font-size: 16px;
}

.name-of-article {
    color: white;
    font-size: 24px;
    margin-top: 10px;
    margin-left: 26px;
}

.date-of-article {
    color: #8E8E8E;
    font-size: 16px;
    margin-top: auto;
    margin-bottom: 20px;
    margin-left: 26px;
}

.load-more-button {
    margin-left: auto;
    margin-bottom: 150px;
    margin-right: 180px;
    display: flex;
    border: 1px solid #14213D;
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.load-more-text {
    font-size: 24px;
    color: black;
    padding: 18px 20px 18px 44px;
    transition: all 0.3s ease;
}

.orange-plus {
    max-width: 36px;
    max-height: 36px;
    width: 100%;
    height: 100%;
    margin: 18px 44px 18px 0px;
}

.load-more-button:hover {
    background-color: #14213D;
    transition: all .3s ease-in-out;
}

.load-more-container {
    max-width: 1540px;
    max-height: 537px;
    width: 100%;
    height: 100%;
    margin-left: 140px;
    display: flex;
}

/* Анимация появления новых статей */
.container-block-mini {
    animation: fadeInUp 0.5s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* дальше идет верстка страницы блога-статьи */

.container-tags-articles {
    display: flex;
    margin-top: 25px;
}

.container-tags-articles p {
    background-color: orange;
    color:#14213D;
    max-width: 150px;
    width: 100%;
    padding: 8px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #14213D;
    border-radius: 22px;
    margin-right: 10px;
}

.hidden {
    display: none !important;
}
.active-filter {
    background-color: #14213D !important;
    color: white !important;
}

/* дальше идет верстка страницы работа с нами */

.count-vacancy-header {
    color: orange;
    font-size: 90px;
    text-align: right;
    margin: 0 70px 5px 0;
}

.text-vacancy-header {
    color: #fff;
    font-size: 48px;
    text-align: right;
    margin: 0 70px 90px 0;
}

.container-vacancy-main-up {
    margin: 100px 140px 30px 140px;
    display: flex;
}

.container-vacancy-categories-checkboxes {
    display: flex;
    flex-direction: column;
    margin-right: 230px;
    max-width: 357px;
    width: 100%;
}

.container-vacancy-categories-checkboxes hr {
    max-width: 357px;
    width: 100%;
    margin-left: 0;
    height: 1px;
}

.title-vacancy-categories {
    color: #14213D;
    font-size: 24px;
    margin-bottom: 25px;
}

.vacancy-checkbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}

.square-checkbox {
    position: relative;
    max-width: 27px;
    max-height: 27px;
    width: 100%;
    height: 100%;
}

.square-checkbox input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.square-checkbox span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid black;
    border-radius: 7px;
    cursor: pointer;
}

.square-checkbox span::after {
    content: '';
    position: absolute;
    left: 15px;
    bottom: 7px;
    width: 0px;
    height: 0px;
    border: solid orange;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: width 0.5s, height 0.5s, opacity 0.5s;
}

.square-checkbox input:checked ~ span::after {
    width: 20px;
    height: 30px;
    opacity: 1;
}

.reset-categories-button {
    margin-top: 45px;
    align-self: center;
    color: #14213D; 
    border: 1px solid orange; 
    border-radius: 83px;
    padding: 16px 62px;
    max-width: 229px;
    max-height: 59px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-size: 20px;
    font-weight: 400px;
    font-family: 'Manrope', serif;
    font-optical-sizing: auto;
    font-style: normal;
    cursor: pointer;
    transition: all 0.3s ease;
}

.reset-categories-button:hover {
    background-color: #14213D;
    color: orange;
}

.reset-categories-button:active {
    transform: scale(0.98);
}

.vacancies-container {
    display: flex;
    flex-direction: column;
    margin: 0px 0px 45px 140px;
}

.vacancy-container-mini {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    width: 100%;
}

.vacancy-category {
    color: black;
    margin-bottom: 11px;
}

.vacancy-container-mini-description {
    display: flex;
    margin-bottom: 40px;
    max-width: 900px;
    width: 100%;
}

.vacancy-name {
    font-weight: 500px;
    margin-right: 200px;
}

.vacancy-type {
    margin-right: 270px;
}

.vacancy-link {
    color: #14213D;
    font-size: 24px;
    display: flex;
}

.vacancy-link-arrow {
    max-width: 20px;
    max-height: 20px;
    margin-left: 10px;
    margin-top: 8px;
}

.vacancies-container hr {
    max-width: 1000px;
    width: 100%;
    color: orange;
    height: 1px;
    margin: 0px 0px 54px 0px;
}

.load-more-button-vacancy {
    margin-left: auto;
    margin-bottom: 150px;
    margin-right: 140px;
    display: flex;
    border: 1px solid #14213D;
    border-radius: 40px;
    cursor: pointer;
}

.load-more-button-vacancy:hover {
    background-color: #14213D;
    transition: all .3s ease-in-out;
}

/* Анимация появления новой вакансии */
.vacancy-container-mini {
    animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.work-reasons-container {
    margin: 100px 240px 200px 140px;
    display: flex;
    flex-direction: column;
}

.work-reasons-container img {
    max-width: 106px;
    max-height: 109px;
    width: 100%;
    height: 100%;
    margin-top: 30px;
    margin-right: 80px;
}

.work-reasons-container-up {
    display: flex;
}

.why-text {
    font-size: 64px;
    font-weight: 600;
    color: #14213D;
    max-width: 795px;
    width: 100%;
    margin-right: 57px;
}

.work-reasons-description-container-up {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.why-header-text {
    font-size: 40px;
    color: #14213D;
    margin-bottom: 11px;
}

.why-description-text {
    max-width: 431px;
    width: 100%;
    color: #14213D;
}

.work-reasons-container-down {
    display: flex;
    margin-top: 100px;
    margin-bottom: 100px;
}

.work-reasons-description-container-end {
    margin-left: auto;
}

.why-icon-end {
    margin-left: 160px;
}

.part-of-team-container {
    background-color: #14213D;
}

.tag-part-team-text {
    color: #fff;
    font-size: 20px;
    margin: 60px 0px 47px 100px;
}

.part-team-text {
    color: #fff;
    font-size: 64px;
    font-weight: 600;
    margin: 0px 0px 136px 100px;
}

.main-white .swiper {
    width: 100%;
    max-height: 1100px;
    height: 100%;
    background-color: #14213D;
    padding-bottom: 100px;
  }

.main-white .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.main-white .swiper-slide .head-text {
    font-size: 20px;
    background-color: orange;
    color: #14213D;
    border-radius: 75px;
    max-width: 264px;
    max-height: 21px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 30px 43px;
    top: 40px;
    right: 150px;
}

.main-white .swiper-slide img {
    display: block;
    max-width: 543px;
    max-height: 553px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 80px 32px rgba(0, 0, 0, 0.35);
}

.main-white .swiper-slide .bottom-text {
    max-width: 491px;
    max-height: 81px;
    width: 100%;
    height: 100%;
    margin-top: 34px;
    color: #fff;
    position: relative;
    right: 25px;
    font-weight: 300;
}

.main-white .swiper-slide hr {
    max-width: 800px;
    width: 100%;
    color: white;
    height: 1px;
    position: relative;
    top: -195px;
    z-index: -1;
}


.main-white .swiper-button-next {  
    background-image: url(./slider1_arrow_next.png);  
    background-repeat: no-repeat;  
    background-size: cover;  
    background-position: center;
    max-width: 126px;  
    max-height: 126px;
    width: 100%;
    height: 100%;
    right: -63px;
    z-index: 3;
} 

.main-white .swiper-button-next::after {  
    display: none;  
} 

@media only screen and (min-width: 769px) {
    .main-white .swiper-slide:first-child {
      transition: transform 100ms;
    }

    .main-white .swiper-slide:first-child img {
      transition: box-shadow 500ms;
    }

    .main-white .swiper-slide.swiper-slide-active:first-child {
      transform: translateX(50%);
      z-index: 2;
    }

    .main-white .swiper-slide:nth-child(2) {
      transition: transform 100ms;
    }

    .main-white .swiper-slide.swiper-slide-next:nth-child(2) {
      transform: translateX(55%);
      z-index: 1;
    }

    .main-white .swiper[dir="rtl"] .swiper-slide.swiper-slide-active:first-child {
      transform: translateX(-50%);
    }

    .main-white .swiper[dir="rtl"] .swiper-slide.swiper-slide-next:nth-child(2) {
      transform: translateX(-55%);
    }
}

.vacancy-container-mini[style*="display: none"] + hr {
    display: none;
}

.vacancy-container-mini {
    transition: opacity 0.3s ease;
}

        /* Стили для кнопки снизу */
        .vacancy-container-mini {
            display: flex;
            flex-direction: column;
            max-width: 1000px;
            width: 100%;
            margin-bottom: 20px;
            position: relative;
        }

        .vacancy-container-mini-description {
            display: flex;
            margin-bottom: 20px;
            max-width: 900px;
            width: 100%;
            align-items: center;
            flex-wrap: wrap;
        }

        .vacancy-name {
            font-weight: 500;
            margin-right: 200px;
            min-width: 200px;
        }

        .vacancy-type {
            margin-right: 270px;
            min-width: 150px;
        }

        .vacancy-link {
            color: #14213D;
            font-size: 24px;
            display: flex;
            align-items: center;
            margin-right: 20px;
        }

        .apply-button-container {
            display: flex;
            justify-content: flex-end;
            margin-top: 10px;
            margin-bottom: 20px;
            width: 100%;
        }

        .apply-button {
            background-color: orange;
            color: #14213D;
            border: 2px solid #14213D;
            border-radius: 40px;
            padding: 12px 40px;
            font-size: 18px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
            font-family: 'Manrope', serif;
            text-transform: uppercase;
            letter-spacing: 1px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }

        .apply-button:hover {
            background-color: #14213D;
            color: orange;
            transform: translateY(-2px);
            box-shadow: 0 6px 8px rgba(0,0,0,0.15);
        }

        .apply-button:active {
            transform: translateY(0);
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .vacancies-container hr {
            max-width: 1000px;
            width: 100%;
            color: orange;
            height: 1px;
            margin: 20px 0 30px 0;
        }

        /* Модальное окно */
        .modal-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            z-index: 1000;
            align-items: center;
            justify-content: center;
            backdrop-filter: blur(5px);
        }

        .modal-content {
            background-color: white;
            padding: 40px;
            border-radius: 20px;
            width: 90%;
            max-width: 600px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            position: relative;
            max-height: 90vh;
            overflow-y: auto;
            border: 3px solid orange;
        }

        .close-button {
            position: absolute;
            top: 15px;
            right: 25px;
            font-size: 40px;
            cursor: pointer;
            color: #14213D;
            transition: color 0.3s ease;
        }

        .close-button:hover {
            color: orange;
        }

        .modal-content h2 {
            margin-top: 0;
            margin-bottom: 20px;
            color: #14213D;
            font-size: 32px;
            font-weight: 600;
        }

        #selectedVacancy {
            margin-bottom: 30px;
            font-weight: 500;
            color: orange;
            font-size: 18px;
            padding: 10px 20px;
            background-color: #14213D;
            border-radius: 8px;
            display: inline-block;
        }

        .form-group {
            margin-bottom: 25px;
        }

        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            color: #14213D;
            font-size: 16px;
        }

        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 15px;
            border: 2px solid #e0e0e0;
            border-radius: 10px;
            font-size: 16px;
            font-family: 'Manrope', serif;
            transition: border-color 0.3s ease;
            box-sizing: border-box;
        }

        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: orange;
        }

        .form-group textarea {
            height: 150px;
            resize: vertical;
        }

        .submit-button {
            background-color: orange;
            color: #14213D;
            border: 2px solid #14213D;
            padding: 15px 30px;
            border-radius: 50px;
            cursor: pointer;
            font-size: 18px;
            font-weight: bold;
            transition: all 0.3s ease;
            width: 100%;
            font-family: 'Manrope', serif;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

        .submit-button:hover:not(:disabled) {
            background-color: #14213D;
            color: orange;
        }

        .submit-button:disabled {
            opacity: 0.6;
            cursor: not-allowed;
        }

        .status-message {
            margin-top: 20px;
            padding: 15px;
            border-radius: 10px;
            text-align: center;
            display: none;
            font-weight: 500;
        }

        .status-message.success {
            background-color: #d4edda;
            color: #155724;
            border: 1px solid #c3e6cb;
        }

        .status-message.error {
            background-color: #f8d7da;
            color: #721c24;
            border: 1px solid #f5c6cb;
        }

        .loading {
            display: inline-block;
            width: 20px;
            height: 20px;
            border: 3px solid rgba(255,255,255,.3);
            border-radius: 50%;
            border-top-color: #14213D;
            animation: spin 1s ease-in-out infinite;
        }

        @keyframes spin {
            to { transform: rotate(360deg); }
        }

        /* Уведомление об успешной отправке - исправлено */
        .notification {
            position: fixed;
            top: -100px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #14213D;
            color: orange;
            padding: 15px 30px;
            border-radius: 50px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
            z-index: 1001;
            transition: top 0.3s ease;
            border: 2px solid orange;
            font-weight: 500;
            white-space: nowrap;
        }

        .notification.show {
            top: 20px;
        }

        /* Исправление для контейнера вакансий */
        .container-vacancy-main-up {
            margin: 100px 140px 30px 140px;
            display: flex;
            flex-wrap: wrap;
        }

        .vacancies-container {
            display: flex;
            flex-direction: column;
            margin: 0px 0px 45px 0px;
            flex: 1;
        }

        .load-more-button-vacancy {
            margin: 0 140px 150px auto;
            display: flex;
            border: 1px solid #14213D;
            border-radius: 40px;
            cursor: pointer;
            max-width: 300px;
        }

        /* Адаптивность */
        @media (max-width: 1400px) {
            .vacancy-name {
                margin-right: 100px;
            }
            .vacancy-type {
                margin-right: 150px;
            }
        }

        @media (max-width: 1200px) {
            .container-vacancy-main-up {
                margin: 50px 40px;
                flex-direction: column;
            }
            
            .container-vacancy-categories-checkboxes {
                margin-right: 0;
                margin-bottom: 40px;
                max-width: 100%;
            }
            
            .vacancy-container-mini-description {
                flex-direction: column;
                align-items: flex-start;
                gap: 15px;
            }
            
            .vacancy-name, .vacancy-type {
                margin-right: 0;
            }
            
            .vacancy-link {
                margin-right: 0;
                margin-bottom: 10px;
            }
            
            .apply-button-container {
                justify-content: flex-start;
            }
        }

/* дальше идет верстка страницы кейсы */

.title-main-portfolio {
    color: #fff;
    font-size: 80px;
    margin-left: 70px;
    margin-bottom: 140px;
    margin-top: 200px;
}

.title-portfolio-count-container {
    display: flex;
    margin: 0 0 50px 70px;
}

.portfolio-count-text {
    display: flex;
    flex-direction: column;
    margin-right: 70px;
}

.portfolio-count-text .text1 {
    color: orange;
    font-size: 90px;
    margin-bottom: 13px;
}

.portfolio-count-text .text2 {
    color: white;
}

.main-categories-portfolio {
    color: #14213D;
    font-size: 40px;
    margin: 100px 0 30px 100px;
}

.categories-portfolio-container {
    display: flex;
    margin: 0 0 35px 100px;
}

.categories-portfolio-container button {
    margin-right: 40px;
    padding: 10px 60px;
    color: #000;
    background-color: #F2F2F2;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    
}

.categories-portfolio-container button:hover {
    background-color: orange;
    color: #fff;
}

.categories-portfolio-container button:active {
    background-color: orange;
    color: #fff;
}

.main-white .portfolio-hr {
    margin-left: 100px;
    max-width: 1720px;
    width: 100%;
}

.portfolio-main-container {
    display: flex;
    margin: 0 0 45px 100px;
}

.portfolio-main-container img {
    max-width: 855px;
    max-height: 471px;
    width: 100%;
    height: 100%;
    margin-right: 130px;
}

.portfolio-main-description-container {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.portfolio-tags-container {
    display: flex;
}

.portfolio-tags {
    color: #000;
    border: 1px solid orange;
    border-radius: 37px;
    padding: 5px 20px;
    margin: 0 11px 30px 0px;
}

.portfolio-title {
    color: #14213D;
    font-size: 40px;
    max-width: 580px;
    width: 100%;
    margin-bottom: 30px;
}

.portfolio-text-description {
    color: #14213D;
    margin-bottom: 50px;
    max-width: 420px;
    width: 100%;
}

.portfolio-main-description-container a svg {
    max-width: 146px;
    max-height: 47px;
    width: 100%;
    height: 100%;
}

.portfolio-main-description-container a {
    max-width: 146px;
    max-height: 47px;
    width: 100%;
    height: 100%;
}

.load-more-button-portfolio {
    margin-top: 30px;
    margin-left: auto;
    margin-bottom: 250px;
    margin-right: 40px;
    display: flex;
    border: 1px solid #14213D;
    border-radius: 40px;
    cursor: pointer;
}

.load-more-button-portfolio:hover {
    background-color: #14213D;
    transition: all .3s ease-in-out;
}

.categories-portfolio-container {
    display: flex;
    margin: 0 0 35px 100px;
    flex-wrap: wrap;
    gap: 15px;
}

.categories-portfolio-container button {
    margin-right: 0;
    padding: 10px 30px;
    color: #000;
    background-color: #F2F2F2;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    font-size: 16px;
}

.categories-portfolio-container button.active {
    background-color: orange;
    color: #fff;
}

.categories-portfolio-container button:hover {
    background-color: orange;
    color: #fff;
}

/* Стили для скрытых элементов */
.portfolio-item {
    transition: all 0.3s ease-in-out;
}

.portfolio-item.hidden {
    display: none;
}

.portfolio-item.visible {
    display: block;
}

/* дальше идет верстка страницы о нас */

.title-main-about {
    margin: 200px 0 300px 70px;
    font-size: 90px;
    color: #fff;
}

.about-main-top-tag {
    color: #14213D;
    margin: 150px 0 45px 100px;
    font-weight: 500;
}

.about-main-top-text {
    color: #14213D;
    margin: 0 0 60px 100px;
    font-weight: 500;
    font-size: 64px;
}

.about-main-top-container-arrow {
    display: flex;
    margin: 0 0px 200px 100px;
    cursor: pointer;
}

.about-main-top-arrow {
    max-width: 7px;
    max-height: 22px;
    width: 100%;
    height: 100%;
    margin-right: 20px;
}

.about-main-top-arrow-text {
    color: #000;
    position: relative;
    bottom: 5px;
}

.about-reason-title {
    margin: 0 0 100px 100px;
    font-size: 64px;
    color: #14213D;
    font-weight: 500;
}

.about-reasons-container {
    display: flex;
    margin: 0 0 150px 100px;
}

.reason-container {
    display: flex;
    flex-direction: column;
    margin-right: 150px;
}

.reason-container svg {
    margin-bottom: 23px;
    max-width: 95px;
    max-height: 95px;
    width: 100%;
    height: 100%;
}

.reason-title-mini {
    font-size: 40px;
    color: #14213D;
    margin-bottom: 10px;
}

.reason-description-mini {
    max-width: 438px;
}

.about-main-top-text1 {
    color: #14213D;
    margin: 0 0 160px 100px;
    font-weight: 500;
    font-size: 64px;
}

.about-project-steps-container {
    display: flex;
    margin: 0px 100px 20px 100px;
}

.step-container-mini {
    display: flex;
    flex-direction: column;
    max-width: 810px;
    margin-right: 30px;
    width: 100%;
    height: 100%;
}

.step-container-mini-number {
    display: flex;
    margin-bottom: 21px;
}

.number {
    color: orange;
    margin-left: 22px;
    padding-bottom: 5px;
    margin-right: 20px;
    font-size: 24px;
}

.step-name {
    font-size: 24px;
    color: #14213D;
    margin-right: 20px;
}

.step-container-mini-number a {
    max-width: 32px;
    max-height: 32px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: 20px;
    cursor: pointer;
}

.step-container-mini-number svg {
    max-width: 32px;
    max-height: 32px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: 20px;
}

.step-container-mini hr {
    max-width: 810px;
    width: 100%;
    margin: 0 20px 20px 0px;
    height: 1px;
}

.reason-hidden-description {
    max-width: 438px;
    width: 100%;
    margin: 20px 0 60px 0;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top; 
    overflow: hidden;
    visibility: hidden;
    transition: 
        opacity 0.3s ease,
        transform 0.3s ease,
        visibility 0.3s ease;
}

.reason-hidden-description.visible {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}

.about-team-container {
    background-color: #14213D;
    margin: 115px 0px 210px 0px;
    display: flex;
    flex-direction: column;
}

.about-main-top-tag1 {
    color: orange;
    margin: 100px 0 40px 100px;
}

.about-main-top-text2 {
    color: white;
    margin: 0 0 120px 100px;
    font-weight: 500;
    font-size: 64px;
}

.about-team-title {
    color: #fff;
    margin: 0 0 20px 100px;
    font-size: 40px;
}

.team-portraits-container {
    display: flex;
    margin: 0 100px 194px 100px;
    justify-content: space-between;
}

.team-portrait-container {
    display: flex;
    flex-direction: column;
    margin: 0 43px 0px 0px;
    max-width: 545px;
}

.team-portrait-container img {
    max-width: 545px;
    max-height: 579px;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

.team-member-description {
    display: flex;
    justify-content: space-between;
    max-width: 545px;
}

.member-name {
    color: orange;
}

.member-profession {
    color: #fff;
}

.more-team-container {
    display: flex;
    justify-content: space-between;
    margin: 0 100px 284px 100px;
}

.more-team-container p {
    color: #fff;
    font-size: 40px;
}

.more-team-count-container1 {
    display: flex;
    flex-direction: column;
    max-width: 515px;
    max-height: 404px;
    width: 100%;
    height: 100%;
}

.more-team-information {
    display: flex;
}

.more-team-information p {
    font-size: 96px;
    color: orange;
    margin-right: 18px;
}

.more-team-information-description {
    display: flex;
    flex-direction: column;
    max-width: 322px;
    width: 100%;
}

.more-team-information-description .profession-name {
    font-size: 24px;
    color: orange;
    margin-bottom: 15px;
    margin-right: 0px;
}

.more-team-information-description .profession-description {
    color: #fff;
    font-size: 20px;
    margin-right: 0px;
}

.more-team-information1 {
    display: flex;
    margin-top: 168px;
}

.more-team-information1 p {
    font-size: 96px;
    color: orange;
}

.become-part-of-team {
    border: 2px solid orange;
    border-radius: 50px;
    display: flex;
    max-width: 535px;
    max-height: 83px;
}

.become-part-of-team p {
    font-size: 24px;
    padding: 25px 25px;
}

.become-part-of-team svg {
    max-width: 27px;
    max-height: 15px;
    width: 100%;
    height: 100%;
    margin: 35px 25px 30px 0px;
}

.faq-title {
    margin: 0 0 81px 100px;
    font-size: 40px;
    color: #14213D;
}

.faq-container {
    display: flex;
    margin: 0 0 150px 100px;
}

.faq-questions-container {
    display: flex;
    flex-direction: column;
    max-width: 790px;
    max-height: 436px;
    width: 100%;
    height: 100%;
    margin: 0 94px 0 0;
}

.question-container {
    display: flex;
    margin-bottom: 20px;
    max-width: 790px;
    max-height: 436px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.question-container.active {
    background-color: #14213D;
    color: #fff;
}

.faq-number {
    font-size: 24px;
    font-weight: 300;
    margin: 28px 50px 28px 24px;
}

.faq-question {
    font-size: 24px;
    font-weight: 300;
    margin: 28px 0px 28px 0px;
}

.question-container:hover {
    background-color: #14213D;
    color: #fff;
}

.answer-container {
    border-left: 2px solid black;
    display: flex;
    flex-direction: column;
    margin: 0 0 150px 100px;
    max-height: 460px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.answer-content-wrapper {
    position: relative;
    min-height: 350px;
}

.answer-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s ease;
}

.answer-title {
    color: #14213D;
    font-size: 48px;
    font-weight: 500;
    margin: 0 0 20px 45px;
}

.faq-answer {
    color: #14213D;
    margin: 0 0 156px 45px;
    max-width: 529px;
    width: 100%;
}

.faq-navigation-container {
    display: flex;
    position: relative;
    z-index: 2; 
    margin-top: auto;
}

.faq-orange-button-prev {
    max-width: 58px;
    max-height: 58px;
    width: 100%;
    height: 100%;
    margin: auto 20px 0 45px;
    cursor: pointer;
}

.faq-orange-button-next {
    max-width: 58px;
    max-height: 58px;
    width: 100%;
    height: 100%;
    margin: auto 48px 0 0px;
    cursor: pointer;
}

.ask-question-button {
    margin-top: auto;
    padding: 19px 68px;
    border: 1px solid orange;
    border-radius: 45px;
}

.ask-question-button:hover {
    background-color: orange;
    color: white;
}

/* Стили модального окна */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
}

.close-button {
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 40px;
    cursor: pointer;
    color: #14213D;
}

.close-button:hover {
    color: #14213D;
}

h2 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #14213D;
}
        
/* Стили формы */
.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #14213D;
}

input, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
}

textarea {
    height: 150px;
    resize: vertical;
}

.submit-button {
    background-color: orange;
    color: white;
    border: 2px solid #14213D;
    padding: 12px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    width: 100%;
}

.submit-button:hover {
    background-color: white;
    color: #14213D;
}

.submit-button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.status-message {
    margin-top: 15px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    display: none;
}

.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    margin-right: 10px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Для нового контента при переходе вперед */
.next-enter {
    transform: translateX(100%);
    opacity: 0;
}
.next-enter-active {
    transform: translateX(0);
    opacity: 1;
}

/* Для старого контента при переходе вперед */
.next-exit {
    transform: translateX(0);
    opacity: 1;
}
.next-exit-active {
    transform: translateX(-100%);
    opacity: 0;
}

/* Для нового контента при переходе назад */
.prev-enter {
    transform: translateX(-100%);
    opacity: 0;
}
.prev-enter-active {
    transform: translateX(0);
    opacity: 1;
}

/* Для старого контента при переходе назад */
.prev-exit {
    transform: translateX(0);
    opacity: 1;
}
.prev-exit-active {
    transform: translateX(100%);
    opacity: 0;
}