body {
    font-family: 'Manrope', Arial, sans-serif;
    margin: 0;
    overflow-x: hidden;
    background-color: #ebf9fa;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}
@font-face {
    font-family: 'Racama';
    src: url('../fonts/racama-regular.eot'); /* IE9 */
    src: url('../fonts/racama-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/racama-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/racama-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/racama-regular.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}
h1, h2 {
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    color: #30465b;
    margin: 0;
}
h1 span,
h2 span,
h3 span {
    display: block;
}

a {
    color: #1399fc;
    font-weight: 500;
    transition: color 0.3s ease;
    text-decoration: none;
    /* font-size: 1.5vh !important; */
}
.consent-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 10px 0 15px;
    font-size: 14px;
    line-height: 1.4;
}

.consent-wrapper input[type="checkbox"] {
    margin-top: 3px;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.consent-wrapper span {
    display: block;
}

.consent-wrapper a {
    color: #007bff;
    text-decoration: underline;
}

a:hover {
    color: #1399fc;
}
.swiper-slide {
 
    background-color: #1D2327;
}
.container {
  
 
    margin: 30px;
 
}
span {display:block;}
.marquee {
    background-color: #2d91ff;
    color: white;
    overflow: hidden;
    position: relative;
    padding: 5px 0;
    white-space: nowrap;
    box-sizing: border-box;
}

.marquee {
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.marquee__inner {
    display: flex;
    width: 200%;
    animation: marquee 19s linear infinite;
}

.marquee__content {
    flex: 0 0 50%;  
    padding-right: 50px;  
    display: inline-block;
    white-space: nowrap;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
#secondary ul {
  list-style-type: none;

  padding: 0;
  }
#secondary ul li {
 margin-bottom:10px;
 font-size: 1.7vh !important;
 }


.widget-area {
    width: 18%;
    float: right;
    padding: 2%;
    display: none;
}

.widget {
    margin-bottom: 20px;
}

.widget-title {
    font-size: 2.5vh;
    margin-bottom: 10px;
    color: #333;
}

 
@media (max-width: 1200px) {
 .widget-area {
        width: 18%;
        float: none;
        padding: 10px;
    }
    .project-single {
        width: 100%;  }
}

@media (max-width: 1024px) {
    .widget-area {
        display: none;
    }

    h1, h2 {
        /* font-size: 2.5vh; */
    }

    p {
        font-size: 1.5vh;
    }
}

@media (max-width: 768px) {
    .widget-area {
        width: 100%;
        padding: 0;
    }
    .slick-dots {
  bottom: -25px  !important;
}

    .widget {
        margin-bottom: 15px;
    }

    .container {
        padding: 0 10px;
    }
    .marquee__inner {
    display: flex;
    animation: marquee 12s linear infinite;
}
}

.base-page {
    width: 100%;
    padding: 2%;
    border-radius: 6px;
    /* box-shadow: 0px 0px 3px rgb(0 0 0 / 13%); */
}

.base-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    padding: 20px 0 0;
}

.base-description {
    margin-right: 10%;
}

.flexible .base-description {
    margin-right: 0;
}

.flexible .base-title {
    flex: 1;
    text-transform: uppercase;
    line-height: 1.4;
    max-width: 30%;  
    min-width: 20%;
}
.base-title span{
    display:block;

}

 

.flexible .base-divider {
    width: 0.5rem;
    height: 11vh!important;
    background-color: #3a96d3;
    margin: 0 30px;
}

.base-title {
    flex: 1;
    text-transform: uppercase;
    line-height: 1.4;
}

.base h1 {
    font-size: 24px;
    color: #000000;
    margin: 0;
    text-transform: uppercase;
}

.base-divider {
    width: 1vh;
    height: 7vh;
    background-color: #3a96d3;
    margin: 0 40px;
}

.base-description p {
    flex: 2;
    font-size: 2.1vh !important;
    color: #303030;
}

.certificates-list {
    width: 100%;
}

.certificates-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    width: 100%;
    margin: 0 auto;
}

.certificate-item {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
}

.certificate-item:hover {
    box-shadow: 0px 7px 30px rgb(147 73 73 / 12%);
}

.certificate-image {
    max-width: 100%;
    height: auto;
}

.certificate-title {
    font-size: 1.4vh;
    color: #333333;
    font-weight: 600;
    padding: 10px 10px 0;
}

 @media (max-width: 767px) {
    .base-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 5px;
    }
    
    .base-page {
        width: 100%;
        padding: 4%;
    }

    .base-divider, .flexible .base-divider {
        width: 100%;
        height: 4px!important;
        margin: 0;
    }

    .base-description, .flexible {
        max-width: 100%;
        width: 100%;
        margin: -10px 0 0;
    }
    
    .base-description p {
        font-size: 1.8vh !important;
    }

    .certificates-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .base-title, .flexible .base-title  {
        font-size: 1.4vh;
        color: #333333;
        font-weight: 600;
        min-width: 100%;
        padding: 0 5px;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 23000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.5s ease;
    justify-content: center;
    align-items: center;
}

.modal.show {
    opacity: 1;
}

.modal-content {
    
    max-width: 1200px;
 
    overflow: hidden;
    transform: perspective(1000px) rotateX(-95deg) scale(0.6);
    opacity: 0;
    transition: transform 0.7s ease, opacity 0.7s ease;
}

.modal.show .modal-content {
    transform: perspective(800px) rotateX(0deg) scale(1);
    opacity: 1;
}

.modal-content img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    object-fit: cover;
}

.modal-close {
    position: absolute;
    top: 80px;
    right: 17px;
    color: #ffffff;
    font-size: 40px;
    /* font-weight: bold; */
    transition: 0.3s;
    cursor: pointer;
}

.modal-close:hover,
.modal-close:focus {
    color: #bbbbbb;
    text-decoration: none;
    cursor: pointer;
}

.letters-gallery {
    width: 100%;
}

.letters-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    width: 100%;
    margin: 0 auto;
}

.letter-item {
    background-color: #ffffff;
    /* padding: 10px; */
    border-radius: 12px;
    text-align: center;
    overflow: hidden;
}

.letter-item:hover {
    box-shadow: 0px 7px 30px rgb(147 73 73 / 12%);
}

.letter-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: cover;
    object-position: center;
}

 @media (max-width: 767px) {
    .letters-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

.videos-list {
    width: 100%;
}

.videos-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
    margin: 0 auto;
}

.video-item {
    background-color: #ffffff;
    border-radius: 8px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.video-item a {
    display: block;
    position: relative;
}

.video-thumbnail {
    width: 100%;
     height:clamp(200px, 19vw, 800px);
    display: block;
    object-fit: cover;
    object-position: center;
}
.play-button img  {
 
    height:clamp(100px, 8vw, 400px);
     transition-delay:0.3s;
       transition:0.3s;
    opacity:0.8;
 
}
.play-button img:hover  {
 
    height: 9vw;
        opacity:1;
    transition-delay:0.3s;
       transition:0.3s;
 
}
.video-description p {
    font-size: 2vh;
    font-weight: 600;
    padding: 10px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 64px;
    color: #1981c7;
    text-shadow: 2px 2px 14px rgb(0 0 0 / 36%);
    cursor: pointer;
    z-index: 10;
}

 @media (max-width: 767px) {
    .videos-items {
        grid-template-columns: 1fr;
    }

   
     
}

.fancybox__content {
    overflow: hidden !important;
    border-radius: 8px;
}

.job-listing {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 30px 0;
    align-items: center;
    background: #f0f0f099;
    border-radius: 8px;
    padding: 20px;
    /* width: 100%; */
}

.job-item {
    display: flex;
    width: 100%;
    gap: 20px;
    align-items: flex-start;
}

.job-image {
    width: 40%;
}

.job-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.job-content {
    width: 60%;
}

.job-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.job-content p {
    font-size: 16px;
    line-height: 1.6;
}

.apply-button {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #1981c7;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
}

.apply-button:hover {
    background-color: #1981c7;
    color: white;
}

.project-container {
    display: flex;
    gap: 30px;
}

.project-single {
    flex: 1;
}

.top-section .base-header {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .job-listing {
        padding: 10px;
    }

    .job-image {
        width: 100%;
    }

    .job-content {
        width: 100%;
    }

    .job-item {
        flex-direction: column;
        padding: 5px;
    }

    .apply-button {
        margin-top: 10px;
        font-weight: bold;
    }

    .job-listing {
        margin: 0;
    }
}
   
            .menu-icon {
                width: 35px;
                height: 35px;
                background-color: #ffffff;
                display: flex;
                border-radius: 3px;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                position: relative;
                z-index: 1002;
            }

            .menu-icon div {
                width: 24px;
                height: 3px;
                background-color: #fff;
                position: absolute;
                transition: transform 0.4s ease, opacity 0.4s ease;
            }

            .menu-icon .bar1 {
                top: 6px;
            }

            .menu-icon .bar2 {
                top: 50%;
                transform: translateY(-140%);
            }

            .menu-icon .bar3 {
                bottom: 6px;
            }

            .menu-icon.change .bar1 {
                transform: rotate(45deg);
                top: 40%;
            }

            .menu-icon.change .bar2 {
                opacity: 0;
            }

            .menu-icon.change .bar3 {
                transform: rotate(-45deg);
                top: 40%;
            }

             .unique-mobile-menu-overlay {
                position: fixed;
                top: 0;
                left: -100%;
                 width: 75%;
                 
                height: 100vh;
                background-color: #141414;
                display: flex;
                justify-content: center;
                z-index: 1000;
                transition: left 0.5s ease;
                overflow-y: auto;
            }

            .unique-mobile-menu-overlay.show {
                left: 0;
                
            }

            .unique-mobile-menu-content {
                width: 100%;
                max-height: 100vh;
                background-color: #ffffff;
                box-sizing: border-box;
                overflow-y: auto;
                padding: 35px 0 97px;
            }

            .unique-nav-menu {
                list-style-type: none;
                padding: 0;
                margin: 0;
            }

            .unique-nav-menu li {
                margin: 0;
                list-style: none;
                border-bottom: 1px solid #e5e5e554;
            }

            .unique-nav-menu .sub-menu li a {
                margin: 0;
            }

            .unique-nav-menu li:last-child {
                border-bottom: none;
            }

            .unique-nav-menu a {
                color: #262626;
                font-size: 14px;
                text-transform: uppercase;
                text-decoration: none;
                display: block;
                padding-right: 40px;
                position: relative;
                padding: 12px 20px;
                transition: color 0.3s ease, background-color 0.3s ease;
            }

            .unique-nav-menu a:hover {
                color: #1399fc;
            }

            
            .unique-nav-menu .sub-menu {
                display: none;
                padding-left: 0;
                background-color: #f2f2f2;
            }

            .unique-nav-menu .menu-item-has-children > a::after {
                content: "\f105";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                color: #1399fc;
                font-size: 22px;
                position: absolute;
                right: 25px;
                top: 50%;
                transform: translateY(-50%);
                transition: transform 0.3s ease, color 0.3s ease;
            }

            .unique-nav-menu .menu-item-has-children.open > a {
                background-color: #1981c7;
                color: #1981c7;
            }

            .unique-nav-menu .menu-item-has-children.open > a::after {
                content: "\f107";
                color: #ffffff;
            }

            .unique-nav-menu .menu-item-has-children.open .sub-menu {
                display: block;
            }
 .unique-nav-menu .menu-item-has-children > a {
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.unique-nav-menu .menu-item-has-children.open > a {
    background-color: #1399fc;
    color: #ffffff;
}

/ 
.unique-nav-menu .menu-item-has-children > a::after {
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

 
.unique-nav-menu .menu-item-has-children .sub-menu {
    /* max-height: 0; */
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

 
            .unique-nav-menu .menu-item-has-children.open .sub-menu a {
                color: #292929;
            }

            .unique-nav-menu .menu-item-has-children.open .sub-menu a:hover {
                color: #cc252a;
            }

           
            body.lock-scroll {
                overflow: hidden;
            }

            
 
.slick-carousel {
 
    position: relative;  
}
.raboty {
    margin: 5vh 0 15vh!important;
    text-align: center;
}
.raboty h2
{
   font-size: clamp(20px, 4vw, 30px);
    text-transform: uppercase;
    margin: 30px 0;
    color: #30465b;
}
.zagolovok_pod
{
    font-size: clamp(18px, 3vw, 22px);
   font-weght
    margin: 30px 0;
    color: #30465b;
}
.project-item {
    background-color: white;
    border: 1px solid #eaeaea;
    margin: 0;
    text-align: center;
}

 
.project-item img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

 
.slick-prev,
.slick-next {
    color: #e51c23 !important;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 100 !important;
    position: absolute; 
     top: 50%; 
    transform: translateY(-50%);
}

.slick-prev {
    left: 10px;  
}

.slick-next {
    right: 10px; 
}

.slick-prev:before,
.slick-next:before {
    color: #1399fc !important;
    font-size: 30px !important;
}

 .slick-dots {
    position: absolute;
    bottom: -30px; 
     left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 5px;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #1399fc;
}

.slick-dots li.slick-active button:before {
    color: #1399fc;
}
.slick-next {
    right: 0!important;
}.slick-prev {
    left: -10px!important;
}

 
@media (max-width: 768px) {
    .project-item {
        margin: 0;
    }

    .slick-prev,
    .slick-next {
        top: 45%;   }
    .raboty h2 {
    font-size: 3vh;
    text-transform: uppercase;
}
}

 .slick-dots {
  
  
       left: 50%;
       transform: translateX(-50%);
       display: flex;
       justify-content: center;
       gap: 5px;
   }
   
   .slick-dots li {
       margin: 0 5px;
   }
   
   .slick-dots li button {
       display: none!important;  }
   
   .slick-dots li {
       width: 8px!important;  
       height: 8px!important;  
       background-color: #2a3841;  
       border-radius: 5px;  
       transition: all 0.3s ease; 
        }
   
   .slick-dots li.slick-active {
       width: 25px!important;  
       background-color: #1399fc;
       }
   .slick-slide
{
   
    margin: 10px;
   
}

.filter-buttons {
    margin-bottom: 15px;

}

.filter-button {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 2.3vh;
    margin: 5px;
    border-radius: 4px;
}

.filter-button:hover,
.filter-button.active {
    background-color: #1399fc;
    color: #fff;
    border-color: #1399fc;
        border-radius: 4px;
}
.header-menu,
.mob_header {
    position: relative;  
    width: 100%; 
     background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 10000; 
    transition: top 0.3s ease;
}

.sticky {
    position: fixed; 
    top: 0;  
    left: 0;  
    width: 100%; 
    z-index: 10000;  
}
.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: auto;
}
.fancybox__container   
{z-index: 10050;}


    .map-container {
        position: relative;
        height: 444px;  }

    .map-overlay {
        position: absolute;
        top: 0;
        
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        z-index: 10; }
    .custom-page-block {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    flex-direction: row;
    align-items: flex-end;
}

.custom-page-block {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: flex-end;
}

.page-item {
    width: calc(25% - 20px);
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.page-thumbnail {
    position: relative;
    height: 35vh;
    overflow: hidden;
    border-radius: 5px;
}

.page-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 5px;
}

.page-thumbnail::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgb(0 0 0 / 92%), rgba(0, 0, 0, 0));
    border-radius: 5px;
    z-index: 1;
}

.page-title h3 {
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 2;
    color: #fff;
    font-size: 2.8vh;
    text-transform: none;
    text-align:left;
    font-weight: 400;
}


@media (min-width: 1200px) {
    .page-item {
        width: calc(25% - 20px);
    }

}


@media (min-width: 768px) and (max-width: 1199px) {
    .page-item {
        width: calc(33.33% - 20px);
    }
      .page-thumbnail {
 
    height: 25vh;
 
}
.page-title h3 {
 
    font-size: 2vh;
     bottom: 20px;
    left: 10px;
}
}


@media (max-width: 767px) {
    .page-item {
        width: calc(50% - 20px);
    }
    .page-thumbnail {
 
    height: 20vh;
 
}
.page-title h3 {
 font-size: 1.6vh;
 bottom: 0px;
 left: 10px;
}
}
ol,ul {
    box-sizing: border-box;
    list-style-type: none;
    padding-inline-start:0;
}
 .text-column  li::before {
  content: "\2713"; /* Ð®Ð½Ð¸ÐºÐ¾Ð´ Ð³Ð°Ð»Ð¾Ñ‡ÐºÐ¸ âœ“ */
  color: #1981c7; /* Ð¦Ð²ÐµÑ‚ Ð³Ð°Ð»Ð¾Ñ‡ÐºÐ¸ */
  font-weight: bold;
         
  margin-right: 10px; /* ÐžÑ‚ÑÑ‚ÑƒÐ¿ Ð¼ÐµÐ¶Ð´Ñƒ Ð³Ð°Ð»Ð¾Ñ‡ÐºÐ¾Ð¹ Ð¸ Ñ‚ÐµÐºÑÑ‚Ð¾Ð¼ */
}
 .text-column  li {
 margin-bottom: 15px;
 /* display: inline-flex; */ /* Ð”ÐµÐ»Ð°ÐµÐ¼ ÑÑ‚Ñ€Ð¾ÐºÑƒ inline-flex */
}
/* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ ÑÐµÐºÑ†Ð¸Ð¸ FAQ */
.faq-section {margin: 0 auto;padding: 4%;font-family: Arial, sans-serif;}

.faq-section-title {
    text-align: center;
    /* font-size: 28px; */
    margin: 30px 0;
    text-transform: uppercase;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.faq-question {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #1f2d37;
    cursor: pointer;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question .toggle-icon {
    font-size: 24px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.faq-answer {
    display: none;
    padding: 10px 0;
    font-size: 16px;
    color: #555;
    line-height: 1.4;
}
.faq-answer  ul li::before {
    content: "\2713";
    color: #1981c7;
    font-weight: bold;
    margin-right: 8px;
}
.faq-answer p {
  font-size: 16px;
}
.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .toggle-icon {
    transform: rotate(45deg);
}
.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
    justify-content: flex-start;
    align-items: center;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    font-size: 16px;
    color: #555;
    transition: color 0.3s ease;
}

.social-link:hover {
    color: #0073e6;
}

.social-icon {
    width: clamp(20px, 4vw, 42px);
    height: clamp(20px, 4vw, 42px);
    border-radius: 50%;
    object-fit: cover;
}

.social-text {
    font-weight: bold;
}

.social_set {
    margin: 0 0 10px;
    font-size: clamp(14px, 2vw, 20px);
}




table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
}

th, td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

th {
    background-color: #007BFF;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

tr:hover {
    background-color: #e9f5ff;
}

td {
    font-size: clamp(11px, 1vw, 18px)!important;
}

label {
    padding:10px;
    display: block;
    font-weight:600;
    text-align: left;
}
