*{
    box-sizing: border-box;
}
html,body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
     scroll-behavior: smooth;
  
}
body{
    background: var(--Grey-grey-8, #1C1C28);
    padding-top: 40px;
    font-family: 'Inter', sans-serif;
}
.wpcf7 .wpcf7-submit:disabled{
cursor: not-allowed;
background: #555770;
color: #252638;
}
.footer__logo-img{
    display: block;
    max-width: 141px;
}
.header__logo{
    max-width: 148px;
}
.header__items{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__menu-items{
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 32px;
    border-radius: 8px;
    background: var(--Grey-grey-6, #2F3046);
    backdrop-filter: blur(20px);
    padding: 12px 32px;
}
.header__menu-items .menu-item a{
    text-decoration: none;
    color: var(--Blue-blue-1, #E0DBFF);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter', sans-serif;
    font-size: var(--typography-font-10-bold-size, 14px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--typography-font-10-bold-height, 16px); /* 114.286% */
}
.header__btn{
    border-radius: var(--Button-Normal, 8px);
    background: var(--Gradients-Blue, linear-gradient(135deg, #3E7BFA 0%, #60C 100%));
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px 0px rgba(0, 0, 0, 0.32);
    padding: 8px 14px;
    color: var(--Component-Button-Fill-Blue-Text-Normal, #FFF);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter', sans-serif;
    font-size: var(--Typography-Medium24-Size, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--Typography-Medium24-Height, 24px); /* 171.429% */
    text-decoration: none;
}
.main-screen__block{
   margin: 40px 0 ;
   
}
.advantages__block .swiper{
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}
.advantages__block .swiper:before{
content:'';
position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 100%;
      background: linear-gradient(270deg, rgba(47, 48, 70, 0.00) 0%, #1c1c28 100%);
    z-index: 2;
}
.advantages__block .swiper:after{
content:'';
position: absolute;
    position: absolute;
    right: 0;
    top: 0;
     background: linear-gradient(270deg, #1c1c28 0%, rgba(47, 48, 70, 0.00) 100%);
    z-index: 2;
    width: 64px;
    height: 100%;
}
.main-screen-content{
    padding: 116px 120px;
     background-size:cover;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 16px;
    background-position: right bottom;

}
.main-screen-content-item{
    margin-bottom: 40px;
    border-radius: 16px;
}
.main-screen-content-title{
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter', sans-serif;
    font-size: var(--Typography-H1-Size, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--Typography-H1-Height, 54px); /* 135% */
    max-width: 385px;
    margin-bottom: 16px;
}
.main-screen-content-description{
    color: var(--Opacity-W-white-60, rgba(255, 255, 255, 0.60));
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter', sans-serif;
    font-size: var(--Typography-Big-20-Size, 16px);
    font-weight: 500;
    line-height: var(--Typography-Big-20-Height, 20px); /* 125% */
    margin-bottom: 40px;
}
.main-screen-content-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: var(--Button-Normal, 8px);
    background: var(--Gradients-Green, linear-gradient(135deg, #00CFDE 0%, #05A660 100%));
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px 0px rgba(0, 0, 0, 0.32);
    cursor: pointer;
    padding: 12px;
   text-decoration: none;
   max-width: 200px;
    
}
.main-screen-content-btn-text{
    color: var(--Component-Button-Fill-Green-Text-Normal, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--Typography-Medium24-Family, Inter);
    font-size: var(--Typography-Medium24-Size, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--Typography-Medium24-Height, 24px); /* 171.429% */
    text-decoration: none;
}
.vacancy__block{
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.short__container{
    max-width: 1130px;
    width: 100%;
}
.vacancy__filter-block{
    display: flex;
    gap: 20px;
}
.vacancy__filter-sidebar{
    width: 100%;
    max-width: 200px;
}
.vacancy__filter-body{
    flex: 1;
}
.vacancy__block-title{
    color: var(--Blue-blue-1, #E0DBFF);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter', sans-serif;
    font-size: var(--Typography-H4-Size, 24px);
    font-weight: 700;
    line-height: var(--Typography-H4-Height, 32px); /* 133.333% */
    margin-bottom: 40px;
}
.vacancy__filter-sidebar-title{
    color: var(--Blue-blue-1, #E0DBFF);
    font-size: var(--Typography-Big-20-Size, 16px);
    font-weight: 500;
    line-height: var(--Typography-Big-20-Height, 20px); /* 125% */
    margin-bottom: 40px;
}
.livesearch{
    border-radius: 8px;
    border: 1px solid var(--Grey-grey-5, #555770);
    background: var(--Grey-grey-6, #2F3046);
    padding: 12px 12px 12px 40px;
    width: 100%;
    color: var(--Blue-blue-1, #E0DBFF);
    font-size: var(--Typography-Medium16-Size, 16px);
    font-weight: 500;
    line-height: var(--Typography-Medium16-Height, 16px); /* 114.286% */
  
}
.vacancy__filter-body-search-block{
    position: relative;
    margin-bottom: 20px;
}
.vacancy__filter-body-search-block::before {
      content: "";
      display: inline-block;
      width: 16px;
      height: 16px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10.8623 9.719H10.26L10.0466 9.51316C10.7937 8.6441 11.2434 7.51583 11.2434 6.28846C11.2434 3.55166 9.02502 1.33325 6.28822 1.33325C3.55142 1.33325 1.33301 3.55166 1.33301 6.28846C1.33301 9.02527 3.55142 11.2437 6.28822 11.2437C7.51559 11.2437 8.64385 10.7939 9.51292 10.0468L9.71875 10.2603V10.8625L13.5305 14.6666L14.6663 13.5307L10.8623 9.719ZM6.28822 9.719C4.38999 9.719 2.85769 8.18669 2.85769 6.28846C2.85769 4.39024 4.38999 2.85793 6.28822 2.85793C8.18645 2.85793 9.71875 4.39024 9.71875 6.28846C9.71875 8.18669 8.18645 9.719 6.28822 9.719Z' fill='%23E0DBFF'/%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat;
      vertical-align: middle;
      margin-right: 6px;
          position: absolute;
    top: calc(50% - 8px);
    left: 12px;

    }
.vacancy__filter-body-items{
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap:20px;
    margin-bottom: 20px;

}
.vacancy__filter-body-item-main{
     display: flex;
     gap: 12px;
     margin-bottom: 12px;

}
.vacancy__filter-body-item-additional{
    display: flex;
    gap:8px;
    flex-wrap: wrap;
}
.vacancy__locations{
    display: flex;
    gap: 4px;
    align-items: center;
}
.vacancy__employment{
    display: flex;
    gap: 4px;
    align-items: center;
}
.vacancy__hot{
    display: flex;
    gap: 4px;
    align-items: center; 
}
.vacancy__filter-body-item{
    border-radius: 12px;
    border: 1px solid var(--Grey-grey-5, #555770);
    background: var(--Grey-grey-6, #2F3046);
    padding: 16px;
    text-decoration: none;
}
.vacancy__filter-body-item-main-content-title{
   color: var(--Opacity-W-white-100, #FFF);
    font-size: var(--Typography-Big24-Size, 16px);
    font-weight: 500;
    line-height: var(--Typography-Big24-Height, 24px);
    margin-bottom: 8px; 
}
.vacancy__filter-body-item-main-content-cat-title{
    color: var(--Blue-blue-2, rgb(192, 183, 255, .6));
    font-size: var(--Typography-Body-Size, 12px);
    font-weight: 500;
    line-height: var(--Typography-Body-Height, 16px); 
}
.vacancy__employment,.vacancy__locations{
color: var(--Blue-blue-2, #C0B7FF);
font-size: var(--Typography-Body-Size, 12px);
font-weight: 500;
line-height: var(--Typography-Body-Height, 16px); 
}
.load__more-btn{
    color: var(--Component-Button-Fill-Blue-Text-Normal, #FFF);
    text-align: center;
    font-size: var(--Typography-Small-Size, 10px);
    font-weight: 500;
    line-height: var(--Typography-Small-Height, 16px); /* 160% */
    border-radius: var(--Button-Normal, 8px);
    padding: 4px 8px;
    background: var(--Gradients-Blue, linear-gradient(135deg, #3E7BFA 0%, #60C 100%));
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px 0px rgba(0, 0, 0, 0.32);
    max-width: 97px;
    cursor: pointer;
}
.vacancy__cat-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;

}
.vacancy__cat-item-left{
    display: flex;
    align-items: center;
    gap: 12px;
}
.vacancy__cat-item-right{
    display: flex;
    align-items: center;

    gap: 4px;
}
.cat_checkbox{
   display: none;
}
.vacancy__cat-item-name{
    color: var(--Blue-blue-2, #C0B7FF);
font-size: var(--Typography-Body-Size, 12px);
font-weight: 500;
line-height: var(--Typography-Body-Height, 16px); /* 133.333% */
}
.vacancy__cat-item-counter{
    color: var(--Blue-blue-2, rgb(192, 183, 255, .5));
font-size: var(--Typography-Body-Size, 12px);
font-weight: 500;
line-height: var(--Typography-Body-Height, 16px); /* 133.333% */
}
.cat__checkbox-label{
    width: 20px;
    height: 20px;
    background: var(--Grey-grey-6, #2F3046);
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 4px;
    cursor: pointer;
    position: relative;

}
.cat_checkbox:checked + .cat__checkbox-label{
    background: var(--Pink-pink-5, #DA2E71);
}
.cat__checkbox-label::before{
   position: absolute;
     top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cat_checkbox + .cat__checkbox-label::before{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12.2437 3.81514L6.4237 9.9022L3.75631 7.1123C3.35458 6.69214 2.70313 6.69206 2.30134 7.11222C1.89955 7.53246 1.89955 8.21374 2.30134 8.63397L5.69619 12.1848C5.88913 12.3866 6.15079 12.5 6.42364 12.5C6.4237 12.5 6.42364 12.5 6.4237 12.5C6.69655 12.5 6.95821 12.3866 7.15115 12.1849L13.6987 5.33696C14.1004 4.91673 14.1004 4.23544 13.6987 3.81521C13.2969 3.39498 12.6455 3.39491 12.2437 3.81514Z' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: .3s;
}
.cat_checkbox:checked + .cat__checkbox-label::before {
    opacity: 1;
    transition: .3s;
     top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.third__block{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 80px;
}
.bottom__tabs{
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-top: 16px;
}
 .third__block-tab-title{
  color: var(--Blue-blue-1, #E0DBFF);
text-align: center;
font-size: var(--typography-font-10-bold-size, 14px);
font-weight: 700;
line-height: var(--typography-font-10-bold-height, 16px); /* 114.286% */ 
margin-bottom: 16px;
opacity: 0.4;
}
 .third__block-tab-descripion{
    color: var(--Blue-blue-2, #C0B7FF);
    text-align: center;
    font-size: var(--Typography-Body-Size, 12px);
    font-weight: 500;
    line-height: var(--Typography-Body-Height, 16px); /* 133.333% */
    opacity: 0.4;
}
  .top__devider{
    border-radius: 5px;
background: #EB325D;
width: 100%;
height: 4px;
opacity: 0;
margin-bottom: 16px;
} 
.active .third__block-tab-title{
opacity: 1;
}
.active  .third__block-tab-descripion{
opacity: 1;
}
.active  .top__devider{
opacity: 1;
} 
.tabcontent{
    background-image: url('../images/slide_bg.png');
    background-size: cover;
    background-position: bottom center;
    padding: 36px;
}
.tabcontent__img{
    display:block;
    max-height: 368px;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}
.tablink{
    cursor: pointer;
    flex: 1;
}
.third__block-title{
    color: var(--Blue-blue-1, #E0DBFF);
    font-size: var(--Typography-H4-Size, 24px);
    font-weight: 700;
    line-height: var(--Typography-H4-Height, 32px);
    text-align: center;
    margin-bottom: 40px;
}
.third__block-title .pink{
    color: #DA2E71;
}
.third__block-title .blue{
color: #624BFF;

}
.slide__item{
    position: relative;
    width: 220px;
    height: 220px;
    transition: .3s;
}
.slide__item-img-bg{
    display: block;
    width: 100%;
}
.slide__item-img{
    position: absolute;
    max-width: 120px;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
    transition: .3s;
}
.slide__item-text{
    color: var(--Blue-blue-2, #C0B7FF);
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
font-family: var(--typography-font-9-bold-family, Inter);
font-size: var(--typography-font-9-bold-size, 14px);
font-style: normal;
font-weight: 700;
line-height: var(--Typography-Medium20-Height, 20px); /* 142.857% */
    display: none;
}

.swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide-active .slide__item{
        transform: scale(2); 
        transition: .3s;
}
.swiper-slide-active .slide__item-text{
    display: block;
    position: absolute;
    transform: scale(0.75);
    text-align: center;
    width: 100%;
        bottom: 0;
    height: max-content;
    top: auto;
    bottom: 45px;
}
.swiper-slide-active .slide__item-img{
transform: scale(0.75);
    /* left: calc(50% - 60px); */
    top: 20px;
        position: absolute;
    max-width: 120px;
    left: calc(50% - 60px);
    transition: .3s;
}
.swiper-button-prev::after, .swiper-button-next::after{
    content: '';
}
.swiper-button-next{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 7px;
    border-radius: 30px;
    background: var(--Grey-grey-6, #2F3046);
    right: -93px;
    z-index: 123124;
}
.swiper-button-prev{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 7px;
    border-radius: 30px;
    background: var(--Grey-grey-6, #2F3046);
    left: -93px;
    z-index: 123124;
}
.swipper__container{
    width: max-content;
    position: relative;
    margin: 0 auto;
}
.swipper__container .swiper-pagination{
   bottom: -40px; 
}
.advantages__block{
    padding-bottom: 120px;
}
.swiper-pagination-bullet{
    border-radius: 4px;
opacity: 0.25;
background: var(--Blue-blue-2, #C0B7FF);
width: 16px;
height: 4px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
background: var(--Pink-pink-5, #DA2E71);
opacity: 1;
}
.advanantages__title{
    color: var(--Blue-blue-1, #E0DBFF);
text-align: center;
font-family: var(--Typography-H4-Family, Inter);
font-size: var(--Typography-H4-Size, 24px);
font-weight: 700;
line-height: var(--Typography-H4-Height, 32px); /* 133.333% */
margin-bottom: 40px;
}
.marquee {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.marquee__inner {
  display: inline-flex;
  animation: marquee 40s linear infinite;
}

.marquee__inner img {
  height: auto;
  max-height: 72px;
  margin: 0 32px;
  object-fit: contain;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.marquee__block{
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.marquee__wrapper{
    position: relative;
    border-radius: 24px;
background: var(--Grey-grey-6, #2F3046);
padding: 16px 0px;
overflow: hidden;
}
.marquee__left{
    position: absolute;
    left: 0;
    top: 0;
    width: 104px;
    height: 100%;
    background: linear-gradient(270deg, rgba(47, 48, 70, 0.00) 0%, #2F3046 100%);
    z-index: 1;
}
.marquee__right{
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(270deg, #2F3046 0%, rgba(47, 48, 70, 0.00) 100%);
    width: 104px;
    height: 100%;
    z-index: 1;
}
.marquee__title{
    color: var(--Blue-blue-1, #E0DBFF);
    text-align: center;
    font-size: var(--Typography-H5-Size, 20px);
    font-weight: 700;
    line-height: var(--Typography-H5-Height, 28px); /* 140% */
    margin-bottom: 40px;
}
.values__header{
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.32)) drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.04));
    width: 100%;
}
.values__items{
    display: flex;
    gap:20px;
}
.values__item{
    flex: 1;
    border-radius: 16px;
    background: var(--Grey-grey-6, #2F3046);
    overflow: hidden;
    height: max-content;
}
.values__block{
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.values__header-img-wrapper{  
    width: 100%;  
}
.values__header-img{
        display: block;
    width: 100%;}

.values__body{
    padding: 16px;
    height: 120px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
}
.values__body-title{
    color: var(--Opacity-W-white-100, #FFF);
    text-align: center;
    font-size: var(--typography-font-8-bold-size, 16px);
    font-weight: 700;
    line-height: var(--typography-font-8-bold-height, 20px); /* 125% */
}
.values__body-text{
   color: var(--Opacity-W-white-60, rgba(255, 255, 255, 0.60));
    text-align: center;
    font-size: var(--Typography-Body-Size, 12px);
    font-weight: 500;
    line-height: var(--Typography-Body-Height, 16px); /* 133.333% */ 
}
.values__item:first-child, .values__item:last-child{
    margin-top: 100px;
}
.values__item:nth-child(2n){
       margin-top: 50px;
}
.carousel__block{
    display: flex;
    justify-content: center;

}

.contact__form{
    display: flex;
    max-width: 900px;
    border-radius: 24px;
    background: var(--Grey-grey-6, #2F3046);
    padding: 16px;
    margin: 0 auto;
}
.contact__form-banner{
    background-image:url('../images/contact-bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 40px 32px 0 32px;
    border-radius: 16px;
    position: relative;
    height: max-content;
    width: 100%;
}
.contact__form-title{
    color: var(--Opacity-W-white-100, #FFF);
    text-align: center;
    font-size: var(--Typography-H5-Size, 20px);
    font-weight: 700;
    line-height: var(--Typography-H5-Height, 28px); /* 140% */
    margin-bottom: 8px;
}
.contact__form-title-upload{
   color: #FFF;
font-size: var(--Typography-Body-Size, 12px);
font-weight: 500;
line-height: var(--Typography-Body-Height, 16px); /* 133.333% */ 
margin-bottom: 4px;
}
.contact__form-text{
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    font-size: var(--Typography-Medium16-Size, 14px);
    font-weight: 500;
    line-height: 20px; 
}
.contact__form-img{
    display: block;
    width: 240px;
    margin: 0 auto;
}
.contact__form-body{
    padding: 0px 40px;
    position: relative;
}
.contact__form-left, .contact__form-right{
    flex: 1;
}
.wpcf7-response-output{
    display: none;
}
#contact_form_error{
    display: none;
    padding: 12px;
    color: #FFF;
    font-size: var(--Typography-Body-Size, 12px);
    font-weight: 500;
    line-height: var(--Typography-Body-Height, 16px); /* 133.333% */
    border-radius: 8px;
    background: var(--Red-red-4, #FF6262);
    justify-content: center;
    align-items: center;
        width: max-content;
    position: absolute;
    z-index: 2;
    max-width: 354px;
    gap: 4px;
}
.contact_form_error-text{
    flex:1;
}
#contact_form_success{
    display: none;
    padding: 12px;
    color: #FFF;
    font-size: var(--Typography-Body-Size, 12px);
    font-weight: 500;
    line-height: var(--Typography-Body-Height, 16px); /* 133.333% */
    border-radius: 8px;
    background: var(--Gradients-Green, linear-gradient(135deg, #00CFDE 0%, #05A660 100%));
    justify-content: center;
    align-items: center;
        width: max-content;
    position: absolute;
    z-index: 2;
    max-width: 354px;
    gap: 4px;
}
#contact_form_success{
    display: none;
}

.contact__form-right{
    display: flex;
    align-items: center;
}
.wpcf7-not-valid-tip{
    display: none;
        color: var(--Pink-pink-5, #DA2E71);
    font-size: 11px;
}
.contact__name-block, .contact__telegram-block, .contact__price-block{
    margin-bottom: 8px;
    position: relative;

}
.contact__name, .contact__telegram , .contact__price{
    border-radius: var(--Input-Normal, 8px);
    background: var(--Grey-grey-7, #252638);
    backdrop-filter: blur(7.5px);
    padding: 8px 8px 8px 40px;
    width: 100%;
    outline: none;
    border: none;
    color: var(--Opacity-W-white-100, #FFF);
    font-size: var(--Typography-Medium24-Size, 16px);
    font-weight: 500;
    line-height: var(--Typography-Medium24-Height, 24px); /* 171.429% */
}
.contact__name::placeholder, .contact__telegram::placeholder , .contact__price::placeholder{
    color: var(--Opacity-W-white-100, rgba(255, 255, 255, .5));
    font-size: var(--Typography-Medium24-Size, 16px);
    font-weight: 500;
    line-height: var(--Typography-Medium24-Height, 24px); /* 171.429% */
}
.contact__name-block::before{
     content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDEyQzE0LjIxIDEyIDE2IDEwLjIxIDE2IDguMDAwMDFDMTYgNS43ODk5OSAxNC4yMSA0IDEyIDRDOS43OSA0IDcuOTk5OTggNS43ODk5OSA3Ljk5OTk4IDguMDAwMDFDNy45OTk5OCAxMC4yMSA5Ljc4OTk4IDEyIDEyIDEyWk0xMiAxNEM5LjMyOTk5IDE0IDQgMTUuMzQgNCAxOFYxOUM0IDE5LjU1IDQuNDUgMjAgNS4wMDAwMSAyMEgxOUMxOS41NSAyMCAyMCAxOS41NSAyMCAxOVYxOEMyMCAxNS4zNCAxNC42NyAxNCAxMiAxNEgxMloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=');
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 8px;
}
.contact__telegram-block::before{
         content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuODM4MTMgMTAuNzc5N0wxOS44MDEyIDUuMDY5ODhDMjAuNTQyMSA0LjgyMTU3IDIxLjE4OTIgNS4yMzc1NiAyMC45NDkxIDYuMjc2ODdMMjAuOTUwNSA2LjI3NTU5TDE4LjIzMjUgMTguMTU0OEMxOC4wMzExIDE4Ljk5NyAxNy40OTE2IDE5LjIwMTggMTYuNzM2OSAxOC44MDVMMTIuNTk3OCAxNS45NzVMMTAuNjAxNCAxNy43NTkzQzEwLjM4MDYgMTcuOTY0MSAxMC4xOTQ0IDE4LjEzNjkgOS43NjY2OCAxOC4xMzY5TDEwLjA2MDYgMTQuMjI5MkwxNy43MzE3IDcuODAwMDFDMTguMDY1NSA3LjUyNzM4IDE3LjY1NzIgNy4zNzM3OSAxNy4yMTcgNy42NDUxNEw3LjczNzE1IDEzLjE4MjJMMy42NTA0OSAxMS45OTk1QzIuNzYzMzUgMTEuNzM4NCAyLjc0NDAzIDExLjE3NjUgMy44MzgxMyAxMC43Nzk3WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==');
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 8px;
}
.contact__price-block::before{
         content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjE2NTEgMjEuMTA2MUMxNy4xMDY3IDIxLjIzNjYgMTYuOTY4OCAyMS4zNDg2IDE2Ljc1MDUgMjEuNDQxNEMxNi4zODE4IDIxLjYwOTIgMTUuODAzNCAyMS43NDQ1IDE1LjAxNjIgMjEuODQ2NUMxNC4yMjg5IDIxLjk0ODcgMTMuNTI0NSAyMiAxMi45MDQ0IDIyQzEwLjk5NDIgMjIgOS40ODk5NiAyMS40OTMyIDguMzkyNDEgMjAuNDc3N0M3LjI5NDg3IDE5LjQ2MjggNi43NDYwOSAxOC4wODAzIDYuNzQ2MDkgMTYuMzI5N0M2Ljc0NjA5IDE0Ljc2NTQgNy4xNDYzOSAxMy40MDYxIDcuOTQ2OTggMTIuMjUxMkM4LjQ0NzQxIDExLjUyNSA5LjI0Nzc2IDEwLjc1MjQgMTAuMzQ4OCA5LjkzMjc0QzEyLjIzMzYgOC41NzM3MyAxMy4xNzU3IDcuNTc3MyAxMy4xNzU3IDYuOTQzOTNDMTMuMTc1NyA2LjU5MDM2IDEzLjAyMTYgNi4yOTI1NSAxMi43MTMgNi4wNTAwMUMxMi40MDQyIDUuODA4MjEgMTEuOTA4MyA1LjY4Njk0IDExLjIyNDMgNS42ODY5NEMxMC44NzQxIDUuNjg2OTQgMTAuNjExNCA1LjcwMDk0IDEwLjQzNjMgNS43Mjg5NUMxMC4yNjE0IDUuNzU2NyA5LjgzMjA1IDUuODQ1NDcgOS4xNDc4NyA1Ljk5NDI1TDcuOTQ2OTggNi4yNDU4QzcuNzEzNjYgNi4yNDU4IDcuNTcxODQgNi4xMzM3NyA3LjUyMTc4IDUuOTEwNDhDNy41MjE3OCA1Ljg1NDQ3IDcuNTIxNzggNS43ODk0NiA3LjUyMTc4IDUuNzE0OTVWMy4yMDEyM0M3LjUyMTc4IDIuNzczMTUgOC4wODg4IDIuNDQ2ODMgOS4yMjI4NSAyLjIyMzU0QzkuOTczMzcgMi4wNzQ3NiAxMC43MzI1IDIgMTEuNDk5MyAyQzEzLjI2NzUgMiAxNC42Njg0IDIuNDQ3MDggMTUuNzAyMyAzLjM0MDc1QzE2LjczNjUgNC4yMzQ2NyAxNy4yNTM0IDUuNTM4NDEgMTcuMjUzNCA3LjI1MTQ4QzE3LjI1MzQgOC40OTkyMiAxNi45NTMgOS41NDE5MSAxNi4zNTI3IDEwLjM3OThDMTUuOTAyNiAxMS4wMTMyIDE1LjA2MDYgMTEuNzg2MyAxMy44MjYxIDEyLjY5ODNDMTMuNDkyNyAxMi45NDA2IDEyLjk3NTcgMTMuMzEyOSAxMi4yNzUgMTMuODE1N0MxMS4zMDgyIDE0LjU3OTYgMTAuODI0IDE1LjM5ODUgMTAuODI0IDE2LjI3MzRDMTAuODI0IDE2Ljg3IDExLjAzODkgMTcuMzM5OSAxMS40NjczIDE3LjY4NDRDMTEuODk1OSAxOC4wMjkgMTIuNDggMTguMjAxIDEzLjIxOTYgMTguMjAxQzEzLjU1NTMgMTguMjAxIDE0LjAwOTQgMTguMTU0OCAxNC41ODExIDE4LjA2MUMxNS4xNTI2IDE3Ljk2ODIgMTUuNTgxNyAxNy44NzUyIDE1Ljg2NjggMTcuNzgyQzE1Ljk1MTIgMTcuNzY0IDE2LjA4MTIgMTcuNzI2MiAxNi4yNTc1IDE3LjY3MDJDMTYuNDM0MyAxNy42MTQ0IDE2LjU4OTcgMTcuNTg2NyAxNi43MjM5IDE3LjU4NjdDMTYuODQyIDE3LjU4NjcgMTYuOTU5NyAxNy42MjgyIDE3LjA3NzYgMTcuNzEyMkMxNy4xOTUyIDE3Ljc5NiAxNy4yNTM5IDE3Ljk0OTcgMTcuMjUzOSAxOC4xNzMzVjIwLjY4NzNDMTcuMjUzMiAyMC44MzY1IDE3LjIyMzggMjAuOTc2MSAxNy4xNjUxIDIxLjEwNjFaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTggMTIuNzM5M0g2VjE1LjAwNTJIMThWMTIuNzM5M1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xOCA4Ljk5NTEySDZWMTEuMjg3NUgxOFY4Ljk5NTEyWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==');
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 8px;
}
.contact__personal-data{
    display: none;
}
.contact__personal-data+.wpcf7-list-item-label::before{
background: var(--Grey-grey-6, #2F3046);
stroke-width: 1px;
border: 1px solid var(--Opacity-W-white-20, rgba(255, 255, 255, 0.20));
width: 20px;
height: 20px;
min-width: 20px;
display: block;
border-radius: 4px;
box-sizing: border-box;
line-height: 1;

}
.contact__personal-data:checked+.wpcf7-list-item-label::before{
background: var(--Pink-pink-5, #DA2E71);
border: 1px solid var(--Pink-pink-5, #DA2E71);
content:  url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0%204C0%201.79086%201.79086%200%204%200H16C18.2091%200%2020%201.79086%2020%204V16C20%2018.2091%2018.2091%2020%2016%2020H4C1.79086%2020%200%2018.2091%200%2016V4Z%22%20fill%3D%22%23DA2E71%22/%3E%3Cpath%20d%3D%22M14.2437%205.81514L8.4237%2011.9022L5.75631%209.1123C5.35458%208.69214%204.70313%208.69206%204.30134%209.11222C3.89955%209.53246%203.89955%2010.2137%204.30134%2010.634L7.69619%2014.1848C7.88913%2014.3866%208.15079%2014.5%208.42364%2014.5C8.4237%2014.5%208.42364%2014.5%208.4237%2014.5C8.69655%2014.5%208.95821%2014.3866%209.15115%2014.1849L15.6987%207.33696C16.1004%206.91673%2016.1004%206.23544%2015.6987%205.81521C15.2969%205.39498%2014.6455%205.39491%2014.2437%205.81514Z%22%20fill%3D%22white%22/%3E%3C/svg%3E");
    border: none;
    background: none;
line-height: 1;

}
.contact__age{
    display: none;
}
.contact__age+.wpcf7-list-item-label::before{
background: var(--Grey-grey-6, #2F3046);
stroke-width: 1px;
border: 1px solid var(--Opacity-W-white-20, rgba(255, 255, 255, 0.20));
width: 20px;
height: 20px;
display: block;
border-radius: 4px;
box-sizing: border-box;
line-height: 1;
}
.contact__age:checked+.wpcf7-list-item-label::before{
background: var(--Pink-pink-5, #DA2E71);
border: 1px solid var(--Pink-pink-5, #DA2E71);
content:  url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0%204C0%201.79086%201.79086%200%204%200H16C18.2091%200%2020%201.79086%2020%204V16C20%2018.2091%2018.2091%2020%2016%2020H4C1.79086%2020%200%2018.2091%200%2016V4Z%22%20fill%3D%22%23DA2E71%22/%3E%3Cpath%20d%3D%22M14.2437%205.81514L8.4237%2011.9022L5.75631%209.1123C5.35458%208.69214%204.70313%208.69206%204.30134%209.11222C3.89955%209.53246%203.89955%2010.2137%204.30134%2010.634L7.69619%2014.1848C7.88913%2014.3866%208.15079%2014.5%208.42364%2014.5C8.4237%2014.5%208.42364%2014.5%208.4237%2014.5C8.69655%2014.5%208.95821%2014.3866%209.15115%2014.1849L15.6987%207.33696C16.1004%206.91673%2016.1004%206.23544%2015.6987%205.81521C15.2969%205.39498%2014.6455%205.39491%2014.2437%205.81514Z%22%20fill%3D%22white%22/%3E%3C/svg%3E");
    border: none;
    background: none;

}
.wpcf7-list-item{
    margin: 0;
    margin-bottom: 8px;
}
.wpcf7-list-item label{
     cursor: pointer;
}
.wpcf7-list-item-label{
    display: flex;
        color: var(--Blue-blue-1, #E0DBFF);
font-family: var(--Typography-Body-Family, Inter);
font-size: var(--Typography-Body-Size, 12px);
font-style: normal;
font-weight: 500;
line-height: var(--Typography-Body-Height, 16px); /* 133.333% */
gap: 8px;
align-items: center;
}
.contact__submit{
    display: block;
    border-radius: var(--Button-Normal, 8px);
background: var(--Gradients-Blue, linear-gradient(135deg, #3E7BFA 0%, #60C 100%));
padding: 8px 14px;
box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px 0px rgba(0, 0, 0, 0.32);
color: var(--Component-Button-Fill-Primary-Text-Normal, #FFF);
text-align: center;
font-size: var(--Typography-Medium24-Size, 14px);
font-weight: 500;
line-height: var(--Typography-Medium24-Height, 24px); /* 171.429% */
border: none;
outline: none;
width: 100%;
transition: .3s;
}
.contact__submit:hover{
background: #816FFF;
transition: .3s;
    
}
.custom-upload {
border-radius: 8px;
border: 1px dashed rgba(255, 255, 255, 0.10);
background: var(--Grey-grey-7, #252638);
text-align: center;
display: block;
backdrop-filter: blur(7.5px);
  position: relative;
  padding: 25px;
  margin-bottom: 16px;
  
}
.uploaded .custom-upload{
    border-radius: 8px;
border: 1px dashed #06C270;
background: var(--Grey-grey-7, #252638);
backdrop-filter: blur(7.5px);
}
.wpcf7-spinner{
    display: none;
}
.custom-upload::before {
  content: "";
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}

.custom-upload::after {
  content: "";
  white-space: pre-line;
  font-size: 14px;
  display: block;
  color: rgba(255, 255, 255, 0.7);
}
.conctact__file{
    display: none;
}

.contact__form-formats{
    color: var(--Opacity-W-white-60, rgba(255, 255, 255, 0.60));
    font-size: var(--Typography-Body-Size, 12px);
    font-weight: 500;
    line-height: var(--Typography-Body-Height, 16px); /* 133.333% */
}
.contact__file{
    display: none;
}
.drop__file{
    display: none;
    position: absolute;
    right: 12px;
    top: 10px;
    z-index: 1;
}
.loader{
    display: none;
}
.vacancy__filter-block.isSearching .loader{
    display: block;
}
.vacancy__filter-block.isSearching .vacancy__filter-body-items{
    display: none;
}
.loader__img{
        max-width: 120px;
        margin: 0 auto;
        display: block;
        padding: 140px 0;
}
.uploaded .drop__file{
    display: block;
}
.custom-upload-wrapper{
    position: relative;
}
.contact-form__block{
    margin-bottom: 155px;
}

.footer__wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__content{
    display: flex;
    gap: 80px;
}
.footer__content-item-title{
    color: var(--Grey-grey-5, #555770);
    font-size: var(--Typography-Medium16-Size, 14px);
    font-weight: 500;
    line-height: var(--Typography-Medium16-Height, 16px); /* 114.286% */
    margin-bottom: 6px;
}
.footer__content-item-value{
    color: #555770;
    font-size: var(--Typography-Body-Size, 12px);
    font-weight: 500;
    line-height: var(--Typography-Body-Height, 16px); /* 133.333% */
  
}
.footer__social-items{
    display: flex;
    align-items: center;
    gap: 24px;
}
.footer__block{
    padding: 40px 0;
    background: var(--Grey-grey-7, #252638);
}
.single__bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
.single__main-block{
    margin-top: 120px;
    margin-bottom: 16px;

}
.single__title{
    margin-bottom: 24px;
    color: #FFF;
    text-align: center;
    font-size: var(--Typography-H1-Size, 40px);
    font-weight: 700;
    line-height: var(--Typography-H1-Height, 54px); /* 135% */
}  
.single__main-block{
    display: flex;
    justify-content: center;
}
.single__items{
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
}
.single__item{
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background: var(--Grey-grey-6, #2F3046);
    backdrop-filter: blur(5px);
    padding: 4px;
}
.single__item-value{
    color: var(--Blue-blue-2, #C0B7FF);
    font-size: var(--Typography-Body-Size, 12px);
    font-weight: 500;
    line-height: var(--Typography-Body-Height, 16px); /* 133.333% */
}
.single__goto-link{
    display: flex;
    align-items: center;
    border-radius: var(--Button-Normal, 8px);
    border: 1px solid var(--Gradients-Grey, #494C6A);
    background: var(--Grey-grey-7, #252638);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px 0px rgba(0, 0, 0, 0.32);
    width: max-content;
    gap: 8px;
    padding: 8px;
    cursor: pointer;
    text-decoration: none;
}
.single__goto-link-text{
    color: var(--Component-Button-Fill-Grey-Text-Normal, #FFF);
    text-align: center;
    font-size: var(--Typography-Body-Size, 12px);
    font-weight: 500;
    line-height: var(--Typography-Body-Height, 16px); /* 133.333% */
}
.single__content-block{
    display: flex;
    justify-content: center;    
    margin-bottom: 156px;
 
}
.single__content-wrapper{
   padding: 115px;
    border-radius: 16px;
    background: var(--Grey-grey-7, #252638);

}
.single__content-top{
    display: flex;
    gap: 20px;
    flex: 1;
}
.single__content-body{
    color: var(--Blue-blue-2, #C0B7FF);
    font-size: var(--Typography-Big24-Size, 16px);
    font-weight: 500;
    line-height: var(--Typography-Big24-Height, 24px); /* 150% */
}
.single__content-body p{
    color: var(--Blue-blue-2, #C0B7FF);
    font-size: var(--Typography-Big24-Size, 16px);
    font-weight: 500;
    line-height: var(--Typography-Big24-Height, 24px); /* 150% */
}
hr {
    border: none;
    height: 1px;
    background-color: var(--Gradients-Grey, #494C6A);;
    margin: 40px 0; 
    
}
.single__content-body h2{
    color: var(--Blue-blue-1, #E0DBFF);
    font-size: var(--typography-font-6-bold-size, 20px);
    font-weight: 700;
    line-height: var(--typography-font-6-bold-height, 24px); /* 120% */
    margin-bottom: 24px;
    margin-top: 0;
}

.single__content-body li{
    color: var(--Blue-blue-2, #C0B7FF);
    font-size: var(--Typography-Big24-Size, 16px);
    font-weight: 500;
    line-height: var(--Typography-Big24-Height, 24px); /* 150% */
}
.recruter__data{
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
}
.recruter__name{
    color: var(--Blue-blue-2, #C0B7FF);
text-align: center;
font-size: var(--Typography-Big24-Size, 16px);
font-weight: 500;
line-height: var(--Typography-Big24-Height, 24px); /* 150% */
	text-decoration: none;
	display: block;

}
.recruter__btn{
    border-radius: var(--Button-Normal, 8px);
background: var(--Gradients-Blue, linear-gradient(135deg, #3E7BFA 0%, #60C 100%));
padding: 8px 14px;
/* Shadow/Button/Icon+Text */
box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px 0px rgba(0, 0, 0, 0.32);
color: var(--Component-Button-Fill-Primary-Text-Normal, #FFF);
text-align: center;
font-size: var(--Typography-Medium24-Size, 14px);
font-weight: 500;
line-height: var(--Typography-Medium24-Height, 24px); /* 171.429% */
text-decoration: none;
display: block;
width: 100%;
}
.recruter__img-block{
    margin-bottom: 16px;
}
.single__content-sidebar-recruter{
    position: sticky;
    top: 30px;
}
.steps__item-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 100%;
    border-radius: 16px;
    background: var(--Grey-grey-6, #2F3046);
    margin-bottom: 16px;
    position: relative;
}
.steps__block{
    display: flex;
    gap: 24px;

}
.steps__item{
    width: 100%;
}
.steps__text{
    color: var(--Blue-blue-1, #E0DBFF);
    text-align: center;
    font-size: var(--Typography-Medium16-Size, 14px);
    font-weight: 500;
    line-height: var(--Typography-Medium16-Height, 16px); /* 114.286% */
}

.steps__item-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M8.29289 5.29289C7.90237 5.68342 7.90237 6.31658 8.29289 6.70711L13.5858 12L8.29289 17.2929C7.90237 17.6834 7.90237 18.3166 8.29289 18.7071C8.68342 19.0976 9.31658 19.0976 9.70711 18.7071L15.7071 12.7071C16.0976 12.3166 16.0976 11.6834 15.7071 11.2929L9.70711 5.29289C9.31658 4.90237 8.68342 4.90237 8.29289 5.29289Z' fill='%23E0DBFF'/></svg>") no-repeat center;
  background-size: contain;
  pointer-events: none;
}
.steps__item:last-child .steps__item-wrapper::after{
    display: none;
}
.steps__title{
 color: var(--Blue-blue-1, #E0DBFF);
    font-size: var(--typography-font-6-bold-size, 20px);
    font-weight: 700;
    line-height: var(--typography-font-6-bold-height, 24px); /* 120% */   
    margin-bottom: 40px;
}
.steps__section{
    margin-top: 40px;
    margin-bottom: 40px;
}
.single__content-block .contact-form__block{    
    margin-bottom: 0px;

}
.vacancy__hot-text{
    color: var(--Red-red-4, #FF6262);
    font-size: var(--Typography-Body-Size, 12px);
    font-weight: 500;
    line-height: var(--Typography-Body-Height, 16px); /* 133.333% */
}
.header__burger{
    display: none;
}
.header__mobile-head{
    display: none;
}
.header__mobile-footer{
    display: none;
}
.mobile__items{
    display: none;
}
.vacancy__filter__categories-widget-head{
    display: none;
}
.main-screen-content-item-img{
    display: block;
    max-width: 312px;
}
.close__filter-btn{
    display: none;
    border-radius: var(----gap-8, 8px);
background: var(--button-fill-pink-btn-fill-pink-bg-normal, linear-gradient(135deg, #FF3B3B 0%, #60C 100%));
box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px 0px rgba(0, 0, 0, 0.32);
margin: 8px;
color: var(--button-fill-btn-fill-bg-content, var(--Absolute-White, #FFF));
text-align: center;
font-size: var(--Medium-Body-Size, 12px);
font-weight: 500;
padding: 8px;
line-height: var(--Medium-Body-Height, 16px); /* 133.333% */
letter-spacing: var(--Medium-Body-Spacing, 0px);
}
@media(max-width: 1200px){
	.single__main-block{
		margin-top: 16px;
	}
	.single__title{
		    color: #FFF;
    text-align: center;
    font-size: var(--Typography-H4-Size, 24px);
    font-weight: 700;
    line-height: var(--Typography-H4-Height, 32px);
    margin-bottom: 20px;
	}
	.single__bg{
		    height: 480px;
    object-fit: cover;
	}
	.single__items{
		margin-bottom:40px;
	}
    .values__body{
        width: 210px;
    }
    html, body{
           overflow-x: hidden;
    }
    .slide__item-text{
        opacity: 0;
        transition: .7s;
        display: block;
    }
    #contact_form_error{
        max-width: 100%;
    }
    #contact_form_success{
        max-width: 100%;

    }
    .tabcontent__img{
        height: 223px;
    }
    .loader__img{
        max-width: 120px;
        margin: 0 auto;
        display: block;
        padding: 40px 0;
}
    .slide__item{
        max-width: 328px;
        width: 100%;
        height: 328px;
    }
    .carousel-dots{
        flex-wrap: wrap;
        max-width: 250px;
        margin: 0 auto;
        gap: 4px;
        margin-top: 0;
    }
    .swiper-slide-active .slide__item-img{
    top: 75px;
    transform: scale(1);
    position: absolute;
    max-width: 134px;
    left: calc(50% - 67px);
    width: 100%;
    transition: .7s;
    width: 134px;
    display: block;
    }
    .carousel__block{
        margin-bottom: 40px;
    }
  .swiper-slide-active  .slide__item-text{
        transform: scale(1);
    font-size: var(--typography-font-9-bold-size, 12px);
        line-height: var(--Typography-Medium20-Height, 16px);
        opacity: 1;
        transition: .3;
    }
    .contact__form-title{
    color: #FFF;
font-size: var(--Typography-Body-Size, 12px);
font-weight: 500;
line-height: var(--Typography-Body-Height, 16px); /* 133.333% */
margin-bottom: 4px;
}
    .vacancy__filter-sidebar-categories-items{
           max-height: 180px;
    overflow-y: scroll;
    }
    .swiper-pagination-mobile{
        display: flex;
        margin-top: 12px;
    }
    .swiper-pagination-mobile .swiper-pagination-bullet{
        width: 100%;
    }
    .vacancy__cat-item.active{
        background: var(--Dropdown-Input-Fill-Selected, rgba(255, 255, 255, 0.10));
    }
    .vacancy__filter__categories-widget-head{
        position: relative;
        display: block;
        border-radius: var(--Dropdown-Normal, 8px);
        border: 1px solid var(--Grey-grey-5, #555770);
        background: var(--Grey-grey-6, #2F3046);
        padding: 8px 8px 8px 12px;
        color: var(--Opacity-W-white-100, #FFF);
font-size: var(--Typography-Medium24-Size, 14px);
font-weight: 500;
line-height: var(--Typography-Medium24-Height, 24px); /* 171.429% */
    }
    .vacancy__filter__categories-widget{
        position: relative;
    }
    .vacancy__filter-sidebar-categories{
        position: absolute;
        width: 100%;
        border-radius: var(--Dropdown-Normal, 8px);
        border: 1px solid var(--Dropdown-List-Stroke-Normal, #624BFF);
        background: var(--Dropdown-List-FIll-Normal, #252638);
        /* Shadow/tabs */
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20), 0px 4px 20px 0px rgba(0, 0, 0, 0.50);
        z-index: 21;
        top: 46px;
        display: none;
    }
    .open_filter.vacancy__filter__categories-widget .vacancy__filter-sidebar-categories{
        display: block;
    }
    .close__filter-btn{
        display: block;
    }
    .vacancy__cat-item{
        padding: 12px;
        margin-bottom: 0;
    }
    .vacancy__cat-item-name{
        color: var(--Dropdown-List-Text-Normal, #8F90A6);
        font-size: var(--Typography-Medium24-Size, 14px);
        font-weight: 500;
        line-height: var(--Typography-Medium24-Height, 24px); /* 171.429% */
    }
    .vacancy__filter-sidebar-title{
        display: none;
    }
    .third__block-tab-title{
        opacity: 1;
    }
    .mobile__items{
    display: block;
    overflow: hidden;
    position: relative;
}
.tablink{
    margin-top: 12px;
}
.mobile__items .swiper-pagination-mobile{
        position: absolute;
    top: 305px;
    z-index: 1;
    height: max-content;
}
.advantages__block .swiper:after{
    width: 30px;
}
.advantages__block .swiper:before{
    width: 30px;
}
.marquee__left{
    width: 50px;
}
.marquee__right{
        width: 50px;
}
.third__block-tab-descripion{
    opacity: 1;
}
.values__item:first-child{
    order: 4;
}
.values__item:nth-child(2n){
    order: 2;
}
.values__item:nth-child(3n){
    order: 1;
}
.values__item:nth-child(4n){
    order: 3;
}
.values__item:last-child{
    order: 5;
}
.third__block-content-desktop{
    display: none;
}
    .header__mobile-head{
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
    .vacancy__filter__categories-widget-head::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%)rotate(90deg);
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M8.29289 5.29289C7.90237 5.68342 7.90237 6.31658 8.29289 6.70711L13.5858 12L8.29289 17.2929C7.90237 17.6834 7.90237 18.3166 8.29289 18.7071C8.68342 19.0976 9.31658 19.0976 9.70711 18.7071L15.7071 12.7071C16.0976 12.3166 16.0976 11.6834 15.7071 11.2929L9.70711 5.29289C9.31658 4.90237 8.68342 4.90237 8.29289 5.29289Z' fill='%23E0DBFF'/></svg>") no-repeat center;
  background-size: contain;
  pointer-events: none;
  transition: .3s;
}
.vacancy__filter__categories-widget.open_filter .vacancy__filter__categories-widget-head::after{
  transform: translateY(-50%)rotate(270deg);
    transition: .3s;
}
    .header__burger{
    display: block;
}
    .header__menu{
        display: none;
    }
    .open_menu .header__menu{
                display: flex;
    flex-direction: column;
    justify-content: space-between;
            position: fixed;
            right: 0;
            top: 0;
            height: 100%;
            width: 100%;
            z-index: 22;
                background: var(--Grey-grey-6, #2F3046);
                padding: 44px 16px;
           
    }

    .main-screen-content-item img{
        display: block;
        width: 100%;
    }
    .header__mobile-logo-block{
        max-width: 113px;
    }
    .main-screen__block{
        margin-top: 24px;
    }
    .header__logo{
        max-width: 140px;
    }
    .header__mobile-logo{
        display: block;
        width: 100%;
    }
    .header__mobile-footer{
        display: block;
    }
    .header__mobile-footer .header__btn{
        display: block;
    }
     .header__menu .header__menu-items{
        flex-direction: column;
        width: 100%;
        padding: 0;
        gap:32px;
   
    }
    .header__menu-items .menu-item a{
            color: var(--Blue-blue-1, #E0DBFF);
            text-align: center;
            font-size: var(--Typography-Big24-Size, 16px);
            font-weight: 500;
            line-height: var(--Typography-Big24-Height, 24px); /* 150% */
            display: block;
            
    }
    
    .header__btn{
        display: none;
    }
    .vacancy__filter-sidebar{
        display: none;
    }
    .vacancy__filter-body-items{
        grid-template-columns: 1fr;
    }
    .values__items{
        overflow-x: scroll;
        padding-bottom: 12px;
    }
    .values__item{
        overflow: visible;
    }
    .values__item:first-child, .values__item:last-child{
        margin-top: 0;
    }
    .values__item:nth-child(2n){
        margin-top: 0;
    }
    .footer__wrapper{
        flex-wrap: wrap;
    }
    .footer__logo-block{
        order: 1;
        width: 49%;
    }
    .footer__social-items{
        order: 2;
        width: 49%;
        justify-content: flex-end;
    }
    .footer__logo-img{
        max-width: 113px;
    }
    .footer__content{
        order: 3;
        margin-top: 24px;
    }
   .main-screen-content{
        padding: 300px 16px 24px;
        background-position: top;
    }
    .contact__form{
        flex-direction: column;
        gap: 16px;
    }
    .contact__form-body{
        padding: 0;
    }
    .short__container{
        max-width: 720px;
    }
    .footer__content{
        width: 100%;
        justify-content: space-between;
    }
    .footer__content-item:last-child{
        text-align: right;
    }
    .vacancy__filter-block{
        position: relative;
        flex-direction: column;
    }
    .vacancy__filter-sidebar{
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .vacancy__block-title{
        color: var(--Blue-blue-1, #E0DBFF);
        text-align: center;
        font-size: var(--Typography-H5-Size, 20px);
        font-weight: 700;
        line-height: var(--Typography-H5-Height, 28px); /* 140% */
        margin-bottom: 24px;
    }
    .vacancy__filter-body-item{
        padding: 12px;
    }
    .vacancy__filter-body-item-main-content-title{
        color: var(--Opacity-W-white-100, #FFF);
        font-size: var(--Typography-Medium16-Size, 14px);
        font-weight: 500;
        line-height: var(--Typography-Medium16-Height, 16px); /* 114.286% */
    }
    .vacancy__filter-body-item-main-content-cat-title{
        font-size: var(--Typography-Body-Size, 12px);
        font-weight: 500;
        line-height: var(--Typography-Body-Height, 16px); /* 133.333% */
    }
    .vacancy__filter-body-item-cat-img-block{
        max-width: 40px;
    }
    .vacancy__filter-body-item-cat-img{
        display: block;
        width: 100%;
    }
    .vacancy__filter-body-items{
        gap:8px;
        margin-bottom: 16px;
    }
    .vacancy__block{
        margin-bottom: 16px;
    }
    .third__block-title{
        font-size: var(--Typography-H5-Size, 20px);
        font-weight: 700;
        line-height: var(--Typography-H5-Height, 28px);
        margin-bottom: 24px;
    }
    .third__block{
        margin-bottom: 40px;
    }
    .advanantages__title{
              font-size: var(--Typography-H5-Size, 20px);
        font-weight: 700;
        line-height: var(--Typography-H5-Height, 28px);
        margin-bottom: 24px;
    }
    .marquee__inner img{
            max-height: 40px;
    margin: 0 24px;
    }
    .marquee__title{
                font-size: var(--Typography-H5-Size, 20px);
        font-weight: 700;
        line-height: var(--Typography-H5-Height, 28px);
        margin-bottom: 24px;
    }
    .marquee__block{
        margin-bottom: 40px;
    }
  .advantages__block{
    padding-bottom: 60px;
  }
  .values__block{
    margin-bottom: 40px;
  }
  .carousel__title{
                   font-size: var(--Typography-H5-Size, 20px);
        font-weight: 700;
        line-height: var(--Typography-H5-Height, 28px);
        margin-bottom: 24px;
  }
.contact__form-img{
        width: 166px;
    position: relative;
    display: block;
    margin: 0 auto;
    left: 0;
}
.contact__form-banner{
        padding: 16px 16px 0;
}
.contact__form-title{
font-size: var(--Typography-H5-Size, 20px);
font-weight: 700;
line-height: var(--Typography-H5-Height, 28px); /* 140% */
margin-bottom: 8px;
}

.contact__form-text{
font-size: var(--Typography-Medium16-Size, 14px);
font-weight: 500;
line-height: 20px; /* 142.857% */
}
/* .contact__form-title{
font-size: var(--Typography-Body-Size, 12px);
font-weight: 500;
line-height: var(--Typography-Body-Height, 16px); 
margin-bottom: 4px;
}  */
.wpcf7-list-item-label{
font-size: var(--Typography-Medium24-Size, 14px);
font-weight: 500;
line-height: var(--Typography-Medium24-Height, 24px); /* 171.429% */
margin-bottom: 16px;
}
.contact-form__block{
    margin-bottom: 80px;
}
.footer__block{
    padding: 16px 0;
}
.single__content-wrapper{
    padding: 16px;
}
.single__content-top{
    flex-direction: column-reverse;
}
.recruter__img-block{
    justify-content: center;
    display: flex;
}
.steps__block{
    flex-wrap: wrap;
}
.steps__item {
    width: calc(50% - 12px);
}
.steps__item:nth-child(2n) .steps__item-wrapper::after{
    display: none;
}
.recruter__img{
    max-width: 104px;
}
.recruter__name{
text-align: center;
font-size: var(--Typography-Body-Size, 12px);
font-weight: 500;
line-height: var(--Typography-Body-Height, 16px); /* 133.333% */
}
.recruter__data{
    align-items: center;
}
    .main-screen-content-item{
        max-width: 184px;
        margin: 0 auto 16px;
    }
}
@media (max-width: 768px) {
      .short__container{ 
        max-width: 540px;
    }

}

@media(max-width: 575px){
    .short__container{
        max-width: 100%;
        padding-right: 16px;
    padding-left: 16px;
    }

    .main-screen-content-title{
        color: #FFF;
        text-align: center;
        font-size: var(--Typography-H4-Size, 24px);
        font-weight: 700;
        line-height: var(--Typography-H4-Height, 32px); /* 133.333% */
        max-width: 296px;
        margin: 0 auto 16px;
    }
    .main-screen-content-description{
        color: var(--Opacity-W-white-60, rgba(255, 255, 255, 0.60));
        text-align: center;
        font-size: var(--Typography-Body-Size, 12px);
        font-weight: 500;
        line-height: var(--Typography-Body-Height, 16px); /* 133.333% */
        margin-bottom: 16px;
    }
    .main-screen-content-btn{
        padding: 8px 24px;
        color: var(--Component-Button-Fill-Green-Text-Normal, #FFF);
        text-align: center;
        font-size: var(--Typography-Medium24-Size, 14px);
        font-weight: 500;
        line-height: var(--Typography-Medium24-Height, 24px); /* 171.429% */
        max-width: 137px;
        margin: 0 auto;
    }
    .main-screen-content{
        padding: 300px 16px 24px;
    }
    .main-screen-content{
        background-position: top center;
    }
.tabcontent__img{
    height: 223px;
}
}