*{position:relative;margin:0;padding:0;box-sizing:border-box}a,button,span{display:inline-block}input,textarea{display:block;width:100%}table{width:100%;border-collapse:collapse}a{background-color:transparent;text-decoration:none}img{border:none;max-width:100%;height:auto}a,button{outline:0;cursor:pointer}li{list-style:none}button{background:0 0;border:none}a,button,input,textarea{color:#000;font-weight:inherit;-webkit-appearance:none;transition:all .5s ease}:after,:before{box-sizing:border-box}textarea{resize:none;outline:0;border:none;-webkit-appearance:none;border-radius:0;background:0 0}input{outline:0;border:none;-webkit-appearance:none;border-radius:0;background:0 0}input[type=number]{-moz-appearance:textfield}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none}input[type=submit]{cursor:pointer;-webkit-appearance:none;display:inline-block}input[type=search]::-webkit-search-cancel-button{background:0 0;display:none}.text-align-left{text-align:left}.text-align-center{text-align:center}.text-align-right{text-align:right}.full-img img{width:100%}figure{text-align:center;margin-bottom:30px;margin-top:5px;font-size:.75em;opacity:.8}[hidden]{display:none!important}.img-full{width: 100%;}
.clearfix:after{content: '';clear: both;display: block}


h1, .h1 {
    font-weight: bold;ч
    font-size: 54px;
    margin-bottom: 30px;
}
h2, .h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 45px;
    text-align: center;
}
h3, .h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 10px;
}
h4, .h4 {
    margin-bottom: 15px;
}
h5, .h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
}
h6, .h6 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}



body {
    font-family: "Roboto", serif;
    font-weight: 400;
}

.wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.container{
    max-width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 1371px;
}
.golos-text {
  font-family: "Golos Text", serif;
  
}
.roboto{
  font-family: "Roboto", serif;
  
}
.top_bar {
    background-color: #000000;
    padding: 19px 0px;
    display: flex;
    justify-content: center;
}
.top_bar a{
    color: #FFFFFF;
    font-size: 16px;
    margin: 0px 30px;
}
.top_bar a:hover{
    text-decoration: underline;
}
/* Diamond separators only for main top links */
.top_bar .link-top a:before {
    position: absolute;
    right: -36px;
        top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background-color: #385CAD;
    content: '';
}
.top_bar a:last-child:before{
    content: none;
}

.header{
    background-color: #F2F6FF;
}

/* Layout for language-top (left) and link-top (center) */
.top_bar .container {
    display: flex;
    align-items: center;
}
.top_bar .language-top {
    /* left-aligned, natural width */
    flex: 0 0 auto;
}
.top_bar .link-top {
    /* take remaining space, center its contents */
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}
.top_bar .link-top a {
    /* ensure links have spacing */
    margin: 0 30px;
}

.menu_wrapper{
    
}
.nav{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.nav li {
  position: relative; /* Обеспечивает позиционирование для псевдоэлемента */
}

.nav li a {
    color: #385CAD;
   font-size: 20px;
    font-weight: 700;
    padding: 52px 28px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

.nav li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #385CAD;
  clip-path: polygon(20% 0, 0% 0, 100% -15%, 80% 100%, 0% 100%, 0 100%);
    z-index: -1;
    transition: width 0.3s ease;
}


.nav li a:hover {
  color: #fff; /* Меняем цвет текста при ховере */
}

.nav li a:hover::after {
  width: 100%; /* Полностью заливаем элемент при ховере */
}
.logo {
    position: absolute;
    left: -202px;
    top: 25px;
    width: 216px;
    height: 84px;
}

.logo img{
    width: 100%;
    height: 100%;
}
.header .container {
    width: 1440px;
    
}
/* .nav li a:before{
    content: '';
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background-color: #385CAD;
}

.nav li a:hover:before{
    content: none;
} */

.main_block {
    background-color: #FFF;
    
}
.main_head {
    display: flex;
    flex-wrap: wrap;
    padding-top: 54px;
    z-index: 1;
}
.main_head p{
    color: #000000;
    font-size: 22px;
    font-weight: 300;
    margin-right: 65px;
}
.main_head p span{
    color: #385CAD;
    font-size: 22px;
    font-weight: 700;
}
.content_main {
    padding-top: 200px;
    padding-bottom: 150px;
    z-index: 1;
}
.tittle_main{
    display: block;
    color: #000000;
    font-size: 65px;
    font-weight: 700;
     font-family: "Golos Text", serif;
}
.sub_tittle_main{
    display: block;
    color: #385CAD;
    font-size: 65px;
    font-weight: 400;
}
.content_main p {
    color: #707070;
    font-size: 30px;
    width: 600px;
    font-weight: 400;
    padding-top: 31px;
}
.main_block .container {
    
    width: 1458px;
}
.logos_main {
    display: flex;
    background-color: #385CAD;
    justify-content: space-around;
    padding: 41px 0px;
    align-items: center;
    margin-bottom: 118px;
    z-index: 1;
    border: 3px solid #FFF;
}
.about_section {
    background-color: #E3EBFF;
    padding-bottom: 130px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    background-image: url('../img/vector.png');
}
.tiitle_second{
    display: block;
    text-align: center;
    color: #000000;
    font-size: 56px;
    font-weight: 700;
    padding: 127px 0px;
}
.content_abot_section{
    display: flex;
    justify-content: center;
    align-items: center;
}
.image_about_section{
    width: 592px;
    height: 630px;
    overflow: hidden;
    margin: 0px 30px;
}
.image_about_section img{
    width: 100%;
}
.text_about_section{
    width: 611px;
    margin: 0px 30px;
}
.text_about_section p{
    color: #000000;
    font-size: 22px;
    padding-bottom: 20px;
}
.abs1 {
    position: absolute;
    right: -226px;
    top: 12px;
    z-index: 0;
}
.promotion_reasons{
    background-color: #F4F7FF;

}
.item_reason {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 70px;
}
.image_reason{

}
.txt_reason{
    width: 629px;
}
.txt_reason span {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 30px;
}
.txt_reason p{
    color: #000000;
    font-size: 22px;
    line-height: 150%;
}
.wrap_p_reason .item_reason:nth-child(2n){
    flex-direction: row-reverse;
    text-align: right;
}
.contact_form {
    background: url(../img/form.png) no-repeat top center;
    padding-bottom: 130px;
    background-size: cover;
}
.contact_form::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	background: rgba(0,57,184,0.7);
}
.tittle_form{
    color: #FFFFFF;
    font-size: 56px;
    font-weight: 700;
    padding-top: 139px;
    padding-bottom: 30px;
    display: block;
    text-align: center;
}
.sub_tittle_form{
    color: #FFFFFF;
    font-size: 22px;
    display: block;
    text-align: center;
    padding-bottom: 70px;
}
.contact_form .container{
    z-index: 9;
}
.form_main{
    width: 669px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.input_main{
    color: #FFFFFF;
  font-size: 22px;
  font-family: "Roboto", serif;
  display: block;
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
  height: 77px;
  line-height: 77px;
  padding-left: 10px;
  padding-right: 10px;
}

.input_main::placeholder {
  color: #FFFFFF;
  font-size: 22px;
  font-family: "Roboto", serif;
}
.submit_main {
    color: #385CAD;
    font-size: 40px;
    font-weight: 700;
    display: block;
    text-align: center;
    background:#FFFFFF;
    width: 460px;
    height: 90px;
    line-height: 90px;
    margin-top: 75px;
    border: none;
    border-radius: 12px; /* Скругленные углы */
    transition: all 0.4s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}



.submit_main:hover {
    /* background: linear-gradient(90deg, #3A8DFF, #FFFFFF); */
    box-shadow: 0 8px 20px rgba(58, 141, 255, 0.5); /* Легкое свечение */
    background-color: #385CAC;
    color: #FFFFFF; /* Изменение цвета текста */ 
    transform: translateY(-3px); /* Легкое поднятие */
}

.submit_main::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.submit_main:hover::before {
    left: 0;
}
.wrap_news{

}
.item_news{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 129px;
}
.wrap_news .item_news:nth-child(2n){
    flex-direction: row-reverse;
}
.photo_news{
    width: 648px;
    height: 350px;

}
.photo_news img{
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.text_news{
    width: 629px;
}
.name_news{
    color: #385CAD;
    font-size: 28px;
    font-weight: 700;
}
.date_of_news{
    display: block;
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    padding-top: 23px;
    padding-bottom: 13px;
}
.text_news p{
    color: #000000;
    font-size: 22px;
    line-height: 150%;
}
.left_border:after{
    content: '';
    position: absolute;
    left: -30px;
    top: -30px;
    width: 210px;
    height: 210px;
    z-index: -1;
    background-color: #385CAD;
}
.right_border:after{
    content: '';
    position: absolute;
    right: -30px;
    top: -30px;
    width: 210px;
    height: 210px;
    z-index: -1;
    background-color: #385CAD;
}

.facts_section {
    background-color: #E3EBFF;
    padding-bottom: 130px;
 
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    background-image: url(../img/vector.png);
}
.content_text_facts{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.facts_section .tiitle_second{
    padding-bottom: 100px;
}
.left_facts{
    width: 629px;

}
.left_facts span{
    color: #385CAD;
    font-size: 33px;
    font-weight: 700;
    display: block;
    padding-bottom: 15px;
}
.left_facts p{
    color: #000000;
    font-size: 28px;
    font-style: italic;
}
.right_facts{
    width: 629px;
}
.big_number{
    color: #000000;
    font-size: 166px;
    font-weight: 900;
   font-size: clamp(4.375rem, 2.8996rem + 6.2951vw, 10.375rem);
}
.light{
    font-weight: 300;
}
.right_facts p{
    color: #385CAD;
    font-size: 40px;
    font-style: italic;
}
.swiper_wrap_facts .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
    
}
.swiper_facts{
    padding-bottom: 140px;
}
.swiper_wrap_facts .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background-color: #FFF;
    opacity: 1;
    -webkit-box-shadow: 0px 0px 0px 6px rgba(56,92,173,1);
    -moz-box-shadow: 0px 0px 0px 6px rgba(56,92,173,1);
    box-shadow: 0px 0px 0px 6px rgba(56,92,173,1);

}
.facts_pagin{
    height: 25px;
}
.swiper_wrap_facts .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 30px;
}

.swiper_wrap_facts .swiper-pagination-bullet-active{
    background-color: #385CAD;
}
.footer{
    background: url(../img/footer.png) no-repeat top center;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 100px;
}
.footer::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	/*background: rgba(000, 000, 000, 0.7);*/
    
}
.content_footer{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.footer .container{
    z-index: 1;
}
.logo_white{

}
.foot_left p{
    padding-top: 45px;
    padding-bottom: 70px;
    color: #FFF;
    font-size: 35px;
    font-family: "Golos Text", serif;
    font-weight: 700;
}
.blue{
    color: #385CAD;
}
.lndin{
    display: block;
    width: 52px;
    height: 52px;
    overflow: hidden;
}
.lndin:hover{
        transform: translateY(-3px);
}
.lndin img{
    width: 100%;
}
.nav_links{
    width: 369px;
}
.tittle_nav_foot{
    display: block;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 54px;
}
.foot_nav{

}
.foot_nav li a{
    color: #FFFFFF;
    font-size: 22px;
    margin-bottom: 21px;
}
.foot_nav li a:before{
    content: '';
    transition: 0.3s;
    width: 0;
    height: 1px;
    background-color: #FFF;
    bottom: -3px;
    left: 0;
    position: absolute;
}
.foot_nav li a:hover:before{
    width: 100%;
}
.wrap_copy{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 300px;

}
.policy_links{
    display: flex;
}
.policy_links a{
    color: #385CAD;
    font-size: 14px;
    font-weight: 500;
    margin-right: 35px;
}
.policy_links a:hover{
    text-decoration: underline;
}
.copy{
    color: #385CAD;
    font-size: 14px;
    font-weight: 500;
    width: 369px;
}
.promotion_reason_page{
    z-index: -1;
    padding-top: 298px;
}
.abs_why_page {
    top: 97px;
}
.about_page_wrap {
    padding-top: 350px;
    background-color: #F4F7FF;
    z-index: -1;
    padding-bottom: 20px;
}
.item_about{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 145px;
}
.text_about_item{
    width: 629px;
}
.count_about{
    color: #385CAD;
    font-size: 166px;
    font-weight: 900;
    font-size: clamp(3.4375rem, -4.1033rem + 12.0652vw, 10.375rem);
}
.text_about_item span{
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    display: block;
    padding-bottom: 21px;
}
.text_about_item p{
    color: #000000;
    font-size: 22px;
    line-height: 150%;

}
.about_wrap .item_about:nth-child(2n){
    flex-direction: row-reverse;
    text-align: right;
}
.black{
    color: #000000;
}
.offer_section{
    background-color: #F4F7FF;
    padding-top: 110px;
    padding-bottom: 150px;
    z-index: -1;
}
.tittle_content_inside{
    color: #385CAD;
    font-size: 70px;
    font-weight: 600;
    line-height: 100%;
    font-size: clamp(2.8125rem, 1.1141rem + 2.7174vw, 4.375rem);
    padding-bottom: 70px;
}
.wrap_offer{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.item_offer{
    width: 23%;
    background-color: #FFFFFF;
    padding-top: 49px;
    padding-left: 57px;
    padding-right: 35px;
    padding-bottom: 50px;
}
.item_offer span {
    color: #385CAD;
    font-size: 28px;
    display: block;
    font-weight: 700;
    padding-bottom: 15px;
}
.item_offer p{
    color: #000000;
    font-size: 22px;
    line-height: 150%;
}
.item_offer:after {
    content: '';
    position: absolute;
    left: -30px;
    top: -30px;
    width: 131px;
    height: 131px;
    z-index: -1;
    background-color: #385CAD;
}
.item_offer:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 29px;
    height: 130px;
    z-index: -1;
    background-color: #385CAD;
    z-index: 1;
}
.item_offer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 29px;
    z-index: -1;
    background-color: #385CAD;
    z-index: 1;
}
.pricing{
    background-color: #E3EBFF;
    padding: 145px 0px;
}
.wrap_pricing{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.container_pricing{
    width: 418px;
}
.pricing_info{
    background-color: #FFF;
    width: 100%;
    padding-top: 48px;
    padding-left: 37px;
    padding-right: 35px;
    padding-bottom: 45px;
    margin-bottom: 32px;
    min-height: 600px;
    display: flex;
    flex-direction: column;
}

.pricing_info .link-bot {
    margin-top: auto;
}
.pricing_tarif{
    background-color: #385CAD;
    width: 100%;
    height: 91px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.pricing_tarif p{
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 700;
}
.icon_price{
    display: block;
    text-align: center;

}
.name_tariff{
    display: block;
    text-align: center;
    color: #385CAD;
    font-size: 34px;
    font-weight: 700;
    padding-top: 53px;
    padding-bottom: 20px;

}
.list_tarif{
    list-style: disc;
}
.list_tarif li{
    list-style: disc;
    color: #000000;
    line-height: 150%;
    padding-bottom: 10px;
}
.pricing_tarif_text_small p{
    font-size: 24px;
    line-height: 90%;
    font-weight: 400;
    text-align: center;
}
.reason_second .tittle_content_inside{
    text-align: right;
    display: block;
}
.reason_second{
    padding-top: 150px;
        background: #F4F7FF;
}
.faq{
        background: #F4F7FF;
        padding-top: 100px;
        padding-bottom: 130px;
}

.question {
    color: #385CAD;
    font-size: 28px;
    font-weight: 700;
    background-color: #FFF;
    padding: 33px 45px;
    cursor: pointer;
}
.question:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 36px;
    width: 20px;
    height: 19px;
    border: 4px solid #385CAD;
    border-width: 0 4px 4px 0;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
}
.faq-item.active .question:before {
    transform: rotate(-137deg);
    border-color: #000;
}
.faq-item {
    margin-bottom: 20px;
}
.answer {
    background: #FFF;
    padding: 33px 45px;
}
.answer p{
    color: #000000;
    font-size: 22px;
    line-height: 150%;
    padding-bottom: 20px;
}
.answer span{
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    display: block;
    padding-bottom: 25px;
}
.answer ul {
    padding: 15px 20px 28px 20px;
}
.answer ul li{
    list-style: disc;
    color: #000000;
    font-size: 22px;
    line-height: 150%;
}
.link_main {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    background-color: #385CAD;
    padding: 23px 40px;
    display: inline-flex;
    margin-top: 50px;
    position: relative; /* Для позиционирования псевдоэлемента */
    overflow: hidden; /* Скрывает лишнее */
    border-radius: 8px; /* Немного скруглим края */
    transition: background-color 0.3s ease, transform 0.3s ease; /* Анимация фона и нажатия */
}

.link_main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 0;
    background: linear-gradient(90deg, #1E3A8A, #385CAD);
    transition: height 0.3s ease;
    z-index: 1;
}

.link_main:hover:before {
    height: 100%; /* Полоса заливает весь фон */
}

.link_main:hover {
    color: #FFFFFF; /* Текст остаётся белым */
}

.link_main span {
    z-index: 2; /* Текст всегда поверх анимации */
    position: relative;
}
.offer_international_page{

}
.offer_international_page .item_offer{
    margin-bottom: 58px;
    width: 30%;
}
.pricing_calculator{
        background-color: #F4F7FF;
        padding-bottom: 130px;
}
.tittle_price_calc{
    color: #000000;
    font-size: 56px;
    font-weight: 700;
    display: block;
    text-align: center;

}
.sub_tittle_price_calc{
    color: #707070;
    font-size: 30px;
    display: block;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 70px;
}
.content_form_calculator{

}
.line_calc {
    display: flex
;
    justify-content: right;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 42px;
}
.line_calc p, .line_calc span.name-input {
    color: #000000;
    font-size: 22px;
    text-align: right;
    margin-right: 55px;
}
.standart_input{
    width: 639px;
    height: 56px;
    line-height: 56px;
    background-color: #FFF;
    border: 1px solid #B4B5B7;
    padding-left: 15px;
    padding-right: 15px;
    color: #818181;
    font-size: 18px;

}
.standart_input::placeholder {
    color: #818181;
    font-size: 18px;
    font-family: "Roboto", serif;
}
.burger{
    display: none;
}









.payment-method {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.radio-btn {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.radio-btn input {
    display: none; /* Скрываем стандартные радио-кнопки */
}

.custom-radio {
    width: 38px;
    height: 38px;
    border: 1px solid #B4B5B7;
    border-radius: 50%;
    background-color: #FFFFFF;
    position: relative;
    margin-right: 10px;
    transition: background-color 0.3s, border-color 0.3s;
}

.radio-btn input:checked + .custom-radio {
    border-color: #B4B5B7; /* Установим серый бордер для активного */
}

.radio-btn input:checked + .custom-radio:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    background-color: #B4B5B7;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.radio-btn span {
    font-weight: 500;
}
.wrap_radio {
    width: 639px;
    margin-bottom: 42px;
}
.mobile_only_logo{
    display: none;
}
.calc_send {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 700;
   
    background-color: #385CAD;
    padding: 23px 106px;
   

    
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.calc_send:hover{
    background-color: #1E3A8A;
}
.highlights{
    background: url(../img/contact_us.png) no-repeat top center;
    background-size: cover;
    height: 483px;
}
.wrap_highlights {
    display: flex;
    justify-content: space-around;
    padding-top: 89px;
}
.count_big{
    color: #FFFFFF;
    font-size: 166px;
    font-weight: 900;
    display: block;
    /* font-size: clamp(4.375rem, -2.1467rem + 10.4348vw, 10.375rem); */
}
.sm_h {
    color: #FFFFFF;
    font-size: 52px;
    font-weight: 900;
    display: block;
    /* font-size: clamp(1.875rem, 0.3804rem + 2.3913vw, 3.25rem); */
    margin-top: -43px;
    margin-left: 36px;
}
.highlights p{
    color: #FFFFFF;
    font-size: 30px;
    font-style: italic;
    display: block;
    text-align: center;
    padding-top: 39px;
}
.promotion{
    background-color: #F4F7FF;
    padding-top: 270px;
    z-index: -1;
    padding-bottom: 150px;
}
.content_promo{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.left_text_promo{
    width: 650px;
}
.left_text_promo span{
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 50px;
}
.left_text_promo p{
    color: #000000;
    font-size: 22px;
    padding-bottom: 21px;
}
.big_count{
    color: #385CAD;
    font-size: 166px;
    font-weight: 900;
   font-size: clamp(5.625rem, 0.462rem + 8.2609vw, 10.375rem);
}
.black{
    color: #000000;

}
.result_promo{
    color: #385CAD;
    font-size: 40px;
    font-style: italic;
}
.news_page {
    padding-top: 304px;
}
.pagination{
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 150px;
}
.pagination a {
    color: #385CAD;
    font-size: 34px;
 
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0px 5px;
}
.pagination .active{
    background-color: #385CAD;
    color: #FFF;
}
.pagination a:hover{
    background-color: #385CAD;
    color: #FFF;
}
.contacts_page{
    background-color: #F4F7FF;
    padding-top: 300px;
    padding-bottom: 200px;
    
}
.map2{
    display: block;
    text-align: center;

}
.logo_contact {

}
.logo_contact img{
    width: 534px;
    height: 206px;
}
.contact_block_info{
    margin-top: 85px;
    background-color: #FFF;
    padding-left: 61px;
    padding-right: 113px;
    padding-top: 99px;
    padding-bottom: 100px;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.abs_z_index {
    z-index: 1;
}
.text_contact_left{

}
.text_contact_left span{
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 45px;
}
.text_contact_left p{
    color: #000000;
    font-size: 28px;
}
.text_contact_right span{
    color: #000000;
    font-size: 28px;
    display: block;
    margin-bottom: 30px;
}
.text_contact_right a{
    color: #385CAD;
}
.terms{
    padding-top: 75px;
    padding-bottom: 80px;
}
.tittle_terms{
    color: #000000;
    font-size: 65px;
    padding-bottom: 45px;
    font-family: "Golos Text", serif;
    font-weight: 700;
}
.text_terms{

}
.text_terms span{
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 30px;
}
.text_terms p{
    color: #000000;
    font-size: 22px;
    line-height: 150%;
    padding-bottom: 30px;
}
.text_terms a{

}
.head_terms h4{
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 9px;
}
.head_terms{
    padding-bottom: 30px;
}
.text_terms ul {
    padding-left: 26px;
    padding-bottom: 30px;
}
.text_terms li {
    list-style: disc;
    color: #000000;
    font-size: 22px;
    line-height: 150%;
}
.text_terms h5{
    color: #000000;
    font-size: 22px;
    padding-bottom: 21px;
}
.text_terms a{
    color: #385CAD;
}
.partners_page{
    background-color: #F4F7FF;
    padding-top: 280px;
}
.head_partners{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;

}
.logo_partners_main{
    width: 629px;
    height: 243px;
}
.logo_partners_main img{
    width: 100%;
}
.txt_header_partners{

}
.txt_header_partners p{
    color: #000000;
    font-size: 22px;
    line-height: 150%;
    width: 629px;
    padding-bottom: 35px;
}
.tittle_partners{
    color: #385CAD;
    font-size: 70px;
    font-weight: 600;
    display: block;
    padding-bottom: 70px;
    padding-top: 30px;
}
.parters_wrap{

}
.line_parter {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 45px;
}
.logo_line_wrap {
    display: flex;
    justify-content: right;
    width: 48%;
    align-items: center;
    padding-top: 127px;
}

.logo_partner_outside{
    width: 286px;
   
}
.logo_partner_outside img{
    width: 100%;
}
.link_partner{
    color: #385CAD;
    font-size: 22px;
    font-style: italic;
    /* margin: 0px 33px; */
    margin-bottom: 30px;
}
.describe_parters{
    width: 48%;

}
.name_product_partners {
    color: #000000;
    font-size: 56px;
    font-weight: 700;
    display: block;
    /* padding-bottom: 50px; */
}
.describe_parters p{
    color: #000000;
    font-size: 22px;
    line-height: 150%;
    padding-bottom: 35px;
}
.parters_wrap .line_parter:nth-child(2n){
    flex-direction: row-reverse;
}
.parters_wrap .line_parter:nth-child(2n) .logo_line_wrap{
    flex-direction: row-reverse;
    justify-content: left;
}



.pb_new{
    padding-top: 200px;
}
.tittle_partners_right{
    text-align: right;
}
.flex_direction_none{

}

.flex_direction_none .line_parter:nth-child(1n){
    flex-direction: row-reverse;
}
.flex_direction_none .line_parter:nth-child(1n) .logo_line_wrap{
    flex-direction: row-reverse;
    justify-content: left;
}


.flex_direction_none .line_parter:nth-child(2n){
    flex-direction:unset;
}
.flex_direction_none .line_parter:nth-child(2n) .logo_line_wrap{
    flex-direction:unset;
        justify-content: right;
}

.describe_parters ul{
padding-bottom: 23px;
}
.describe_parters ul li {
    list-style: disc;
    padding-left: 8px;
    color: #000000;
    font-size: 22px;
    line-height: 150%;
    margin-left: 27px;
}
.logos_part{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 50px;
}
.logos_part a{
    margin-bottom: 75px;
}
.mail_form {
    background: url(../img/bgmail.png) no-repeat top center;
    background-size: cover;
    padding-top: 84px;
    padding-bottom: 100px;
}
.icon_mail{
    display: block;
    text-align: center;
    margin-bottom: 69px;
}
.mail_form p{
    color: #FFFFFF;
    font-size: 22px;
    font-style: italic;
    text-align: center;
    padding-bottom: 50px;
}
.mail_form a{
    color: #FFFFFF;
    font-size: 22px;
    font-style: italic;
    text-align: center;
    display: block;
}


.steps {
    background-color: #F4F7FF;
    padding-top: 70px;
}
.steps .tittle_content_inside {
    text-align: right;
    display: block;
    padding-bottom: 100px;
}
.wrap_steps{

}
.item_step {
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.icon_step {
    margin: 0px 20px;
    width: 35%;
}
.icon_step img{
    width: 100%;
}

.steps_text{
     margin: 0px 20px;
     width: 640px;
}
.steps_text span{
    color: #34495E;
    font-size: 30px;
    font-weight: 600;
    display: block;
    padding-bottom: 35px;
}
.steps_text p {
    color: #34495E;
    font-size: 25px;
}
.wrap_steps .item_step:nth-child(2n){
    flex-direction: row-reverse;
    text-align: right;
}

.pb70{
    padding-bottom: 70px;
}


.foot_step{
    margin-top: 120px;
    padding-bottom: 130px;
    color: #34495E;
    font-size: 30px;
    font-style: italic;
}
.foot_step:before {
    content: '*';
    position: absolute;
    left: -35px;
    top: -43px;
    color: #D50000;
    font-size: 60px;
}
.language{
   display: none;
}



.service_main{
    background-color: #FAFBFF;

}

.tabs_content {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
    z-index: -1;
}

.tabs_content.active {
    opacity: 1;
    position: relative;
    z-index: 3;
}
.tittle_item_tab {
    color: #385CAD;
    font-size: 70px;
    font-weight: 600;
    display: block;
    width: 100%;
    line-height: 100%;
    margin-bottom: -93px;
}

.tabs_caption{
    width: 370px;
}
.tabs_caption li {
    display: block;
    color: #34495E;
    font-size: 30px;
    font-weight: 600;
    cursor: pointer;
    padding: 11px 15px;
}
.link_service{
    display: inline-block;
    color: #385CAD;
    font-size: 30px;
        font-weight: 400;
     padding: 11px 0px;
     margin-top: 60px;
     margin-left: 15px;
}
.link_service:after{
    height: 2px;
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #385CAD;
    transition: 0.3s;
}
.link_service:hover:after{
    left: 0;
    width: 0;
}
.tabs_caption li.active{
    color: #FFFFFF;
    background-color: #385CAD;


}
.item_tab_first {
    width: 888px;
    height: 854px;
    background: url(../img/1s.png) no-repeat top center;
    background-size: contain;
}
.wrap_tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.item_tab_second{
    background: url(../img/shover.png) no-repeat top center;
    background-size: contain;
}
.txt_service_tab {
    width: 455px;
    padding-top: 272px;
    margin-left: 236px;
}
.txt_service_tab p {
    color: #707070;
    font-size: 24px;
    line-height: 145%;
    font-weight: 300;
}

.serv_link_page{
    display: block;
    text-align: center;
}

.item_tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 100px;
}
.tittle_item_tab_right {
    text-align: right !important;
    width: 100%;
}

.item_tab_revers .wrap_tabs{
    flex-direction: row-reverse;
}
.item_tab_revers {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item_tab_first_for2s{
    background: url(../img/2s.png) no-repeat top center;
    background-size: contain;
}
.non_active{
    width: 888px;
    height: 854px;
    background: url(../img/1s.png) no-repeat top center;
    background-size: contain;
}
.item_tab_sec .non_active{
    background: url(../img/2s.png) no-repeat top center;
    background-size: contain;
}
.item_tab_third{

}
.item_tab_third .non_active{
    background: url(../img/3s.png) no-repeat top center;
    background-size: contain;
}
.z1{
    z-index: 1;
}
.services_outside .tittle_item_tab{
    
    text-align: right;
}
.content_outside_service{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.icon_outs{
    width: 888px;
    height: 854px;
    background: url(../img/4s.png) no-repeat top center;
    background-size: contain;
}
.icon_outs.military{
    width: 888px;
    height: 854px;
    background: url(../img/1s.png) no-repeat top center;
    background-size: contain;
}

.services_outside_reverse .icon_outs.military {
    width: 888px;
    height: 854px;
    background: url(../img/1s.png) no-repeat top center;
    background-size: contain;
}
.txt_outs{
    width: 370px;
}
.txt_outs p{
    color: #34495E;
    font-size: 25px;
    
    padding-bottom: 20px;
    font-weight: 300;
}
.services_outside_reverse .content_outside_service{
    flex-direction: row-reverse;
}
.services_outside_reverse .icon_outs{
    background: url(../img/5s.png) no-repeat top center;
    background-size: contain;
}

.services_outside_reverse .tittle_item_tab{
    text-align: left;
}
.services_outside {
    padding-bottom: 100px;
}
.outstaffing_main{
    padding-top: 122px;
    background-color: #F4F7FF;
}
.wrap_out_head{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;

}
.left_out_head{
    width: 45%;
}
.left_out_head span{
    color: #000000;
    font-size: 28px;
    font-weight: 700;
}
.left_out_head ul{
    padding-top: 45px;
}
.left_out_head ul li{
    padding-left: 45px;
 
    color: #000000;
    font-size: 22px;
    line-height: 100%;
    margin-bottom: 30px;
}

.left_out_head ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 29%;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background-color: #385CAD;
}

.right_out_head{
    width: 45%;

}
.right_out_head span{
    font-size: 140px;
    font-weight: 900;
    color: #385CAD;
}
.right_out_head p{
    color: #385CAD;
    font-size: 40px;
    font-style: italic;
    line-height: 100%;
}

.definitions{
    padding-top: 100px;
}
.item_def {
    background-color: #FFF;
    padding-top: 54px;
    padding-left: 71px;
    padding-right: 74px;
    padding-bottom: 48px;
    width: 48%;
}
.item_def p {
    color: #000000;
   font-size: 25px;
    line-height: 120%;
}
.wrap_items_def {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.wrap_items_def .item_def:nth-child(2n) {
    background-color: #E3EBFF;
    margin-top: 135px;
}
.wrap_items_def .item_def:nth-child(3) {
    margin-top: -77px;
}
.wrap_items_def .item_def:nth-child(5) {
    margin-top: -37px;
}

.outstaffing_gains {
    padding-top: 139px;
    padding-bottom: 111px;
}
.outstaffing_gains .tittle_content_inside{
    text-align: right;
    display: block;
}
.out_scheme1{

}
.out_scheme1{
    width: 100%;
}
.outstaffing_gains .container:before {
    content: '';
    position: absolute;
    left: -223px;
    top: -112px;
    width: 1129px;
    height: 1189px;
    background: url(../img/oustaffing_advantages_bg.svg) no-repeat top center;
}
.top_deals{
    background-color: #F4F7FF;
    padding-top: 170px;
}
.outstaff_benefit_page{
    padding-top: 0;
}
.project_rollout{
    background-color: #F4F7FF;
    padding-top: 100px;
}   
.item_roll {
    width: 640px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFF;
    padding: 18px 30px 18px 63px;
}
.item_roll p{
    color: #000000;
    font-size: 22px;
    line-height: 100%;
    width: 370px;
}
.item_roll img{
    width: 98px;
    height: 110px;

}
.roll_out {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
        align-items: flex-start;
}
.roll_out .item_roll:nth-child(2n) {
    margin-top: 147px;
    background-color: #E3EBFF;
    flex-direction: row-reverse;
    text-align: right;
}
.foot_roll{
    color: #34495E;
    font-size: 30px;
    font-style: italic;
    padding-top: 90px;
    padding-bottom: 100px;
}
.list_styled{

}
.list_styled li{
    list-style: disc;
    color: #000000;
    font-size: 22px;
    line-height: 150%;
    margin-bottom: 30px;
}
.right_list{
        display: flex;
    flex-direction: column;
    align-items: flex-end;
        text-align: justify;
}
.out_partners{
    padding-top: 140px;
}
.out_partners .tittle_content_inside{
    text-align: right;
    display: block;
}
.content_logos_out {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 100px;
}
.txt_logos_out{
    width: 640px;
}
.foot_txt_lout{
    color: #000000;
    font-size: 22px;
    line-height: 150%;
    font-style: italic;
}
.out_logos_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 640px;
}
.out_logos_wrap a {
    width: 19%;
    margin: 0px 31px 28px 31px;
}
.out_logos_wrap a img{
    width: 100%;
}
.right{
    display: block;
    text-align: right;
}
.sub_off_er{
    color: #34495E;
    font-size: 30px;
    text-align: center;
    display: block;
    padding-top: 20px;
    padding-bottom: 100px;
    font-style: italic;
}
.pt100{
    padding-top: 100px;
}

.wrap_act {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}
.left_act{
    width: 48%;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;

}
.left_act img{
    width: 182px;
    height: 193px;

}

.right_act {
    width: 48%;
    background-color: #FFF;
    padding-left: 67px;
    padding-top: 56px;
    padding-right: 30px;
    padding-bottom: 34px;
}
.mulitary_page{
        background-color: #F4F7FF;
        padding-top: 100px;
}
.wrap_count_lines{

}
.item_count {
    display: flex;
    background-color: #FFF;
    align-items: center;
    padding: 25px 42px;
    margin-bottom: 13px;
}
.bg_number{

}
.bg_number img{
    width: 98px;
    height: 110px;
}
.text_item_count {
    width: calc(100% - 159px);
    margin-left: 37px;
}
.text_item_count p{
    color: #000000;
    font-size: 22px;

}
.wrap_count_lines .item_count:nth-child(2n){
    background-color: #E3EBFF;
}
.text_item_count .list_styled {
    padding-top: 45px;
    margin-left: 28px;
}

.item_count_top {
    align-items: flex-start;
    padding-top: 57px;
}
.directions{
    padding-top: 120px;
}
.questions_wrap{
    padding-top: 130px;
        padding-bottom: 1px;
}
.quest_line{
    
}
.top_quest {
    background-color: #FFF;
    padding: 51px 30px 51px 60px;
}
.top_quest p{
    color: #000000;
    font-size: 28px;
}
.middle_quest{
    background-color: #E3EBFF;
    padding-left: 60px;
    padding-right: 60px;
        padding-top: 67px;
    padding-bottom: 65px;
}
.middle_quest p{
    color: #000000;
    font-size: 22px;
    padding-bottom: 21px;
}
.middle_quest .list_styled {
    padding-left: 26px;
}
.middle_quest .list_styled li {
    
    line-height: 130%;
    margin-bottom: 3px;
}
.quest_line {
    margin-bottom: 39px;
}
.core_line{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.name_core{
    width: 48%;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 70px;
}
.name_core p{
    color: #000000;
    font-size: 28px;

}
.text_core{
    width: 48%;
    padding: 40px 60px;
    background-color: #E3EBFF;
}

.text_core p{
    color: #000000;
    font-size: 22px;
    
}
.core_specialties{
    padding-bottom: 100px;
}
.interaction{
    padding-top: 130px;
        background-color: #F4F7FF;
}




/* tabs interaction */
.tabs_interaction{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.navigation_interaction{
    width: 370px;
}
.navigation_interaction span {
    color: #34495E;
    font-size: 30px;
    font-weight: 600;
    padding: 10px 48px 10px 28px;
    margin-bottom: 10px;
    cursor: pointer;
}
.navigation_interaction .active{
    background-color: #385CAD;
    color: #FFF;
}

.content_tabs{
    width: 961px;
}
.item_content_tab{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.txt_interation{
    background-color: #FFF;
    padding: 34px 41px 52px 40px;
    margin-bottom: 70px;
    width: 275px;
}
.txt_interation p{
    color: #385CAD;
    font-size: 24px;

}

.item_content_tab {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
    z-index: -1;
}

.item_content_tab.active {
    opacity: 1;
    position: relative;
    z-index: 3;
}
.txt_interation:after {
    content: '';
    position: absolute;
    right: -60px;
    top: 133px;
    background: url(../img/ar.svg) no-repeat top center;
    width: 52px;
    height: 10px;
    z-index: 1;
    background-size: contain;
}
.ar_down:after {
    background: url(../img/ad.svg) no-repeat top center;
    bottom: -60px;
    top: auto;
    width: 10px;
    height: 52px;
    right: 137px;
}
.ar_reverse:after {
    transform: rotate(180deg);
}
.ar_none:after{
    content: none;
}
.kpi {
    padding-top: 100px;
    background-color: #F4F7FF;
    padding-bottom: 100px;
}

.kpi_cheme {
    padding-top: 130px;
    padding-bottom: 130px;
}
.r_scheme_top{
    display: block;
}
.content_kpi_cheme{

}
.prefomance_line{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.content_kpi_cheme{
    padding-top: 100px;
}
.icon_kpi_prefomance{
    width: 152px;
    height: 67px;
}
.text_pref_kpi{
    color: #34495E;
    font-size: 22px;
    background-color: #F4F7FF;
    width: calc(100% - 220px);
    padding: 30px 45px;
}

.principles{
        background-color: #F4F7FF;
        padding-top: 130px;
}


/* Added Vacancy Section Styles */
.vacancies_section {
    background-color: #F4F7FF; /* Reuse background from other sections */
    padding-top: 50px; /* Adjust padding as needed, compared to other sections */
    padding-bottom: 50px;
}

.vacancies_section .tiitle_second {
    padding-top: 80px; /* Adjust padding to match PNG */
    padding-bottom: 40px; /* Adjust padding to match PNG */
    font-size: 48px; /* Slightly smaller? Let's try this first. */
}

.wrap_vacancies {
    /* Styles for the container of the job list */
    display: flex;
    flex-direction: column;
    gap: 20px; /* Space between vacancy items */
    margin-top: 30px; /* Space below the section title */
}

.item_vacancy {
    background-color: #FFFFFF; /* White background for each job item */
    padding: 25px 30px; /* Adjusted padding based on PNG */
    display: flex;
    justify-content: space-between;
    /* No align-items: center; needed if info and actions are stacked vertically responsive */
    border: 1px solid #E3EBFF; /* Subtle border */
    border-radius: 8px; /* Optional: slight rounded corners */
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.vacancy_info {
    /* Container for title, location, salary, tags */
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 70%; /* Give info more space */
    margin-right: 20px;
}

.vacancy_actions {
    /* Container for button and time posted */
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* Align content to the right */
    width: 25%; /* Give actions less space */
}

.vacancy_title {
    /* Reuse name_news properties, but ensure it's bold */
    color: #385CAD;
    font-size: 22px;
    font-weight: 700; /* Ensure bold */
    margin-bottom: 8px;
}

.vacancy_location,
.vacancy_salary {
     color: #000000;
     font-size: 18px;
     font-weight: 400; /* Not bold */
     margin-bottom: 5px;
}

/* Style for salary range if it was bold in the comparison screenshot */
/* Based on the original PNG, the salary text is not bold. Let's ignore the comparison screenshot detail for now. */


.vacancy_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; /* Space between tags */
    margin-top: 15px; /* Space above tags */
}

.vacancy_tag {
    display: inline-block;
    background-color: #E3EBFF; /* Light blue background */
    border: 1px solid #385CAD; /* Dark blue border */
    color: #385CAD; /* Dark blue text */
    font-size: 14px; /* Smaller font size for tags */
    font-weight: 500; /* Medium weight for text */
    padding: 4px 10px; /* Padding inside tags */
    border-radius: 4px; /* Slightly rounded corners */
    white-space: nowrap; /* Prevent tags from breaking lines internally */
}


.vacancy_details_link {
    display: inline-block;
    background-color: #E3EBFF;
    color: #385CAD;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.vacancy_details_link:hover {
    background-color: #cdd7f2;
}

.vacancy_posted_time {
     font-size: 14px;
     color: #707070;
     font-weight: 300; /* Light weight */
}
/* End of Added Vacancy Section Styles */

/* "Відправити резюме" button style */
.vacancy_send_button {
    display: inline-block;
    background-color: #385CAD;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 15px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
.vacancy_send_button:hover {
    background-color: #2d4a9a;
    transform: translateY(-2px);
}















@media (max-width: 1890px) {

    .nav li a {
    
    font-size: 14px;
   }

   .logo {
    left: 8px;
    top: 28px;
    width: 157px;
    height: 71px;
    }
    .main_head p {
    
    font-size: 17px;
   }
   .main_head {
    
    padding-top: 30px;
    
    }
    .main_head p span {
   
    font-size: 17px;
    
    }
    .abs1 img{
        width: 100%;
    }
    .abs1 {
    
    right: 0;
    top: 12px;
  
    width: 48%;
    }
    .tittle_main {
    
    font-size: 45px;
    
    }
    .sub_tittle_main {
    
    font-size: 43px;
    
}
    .content_main p {
   
    font-size: 21px;
    
    }
    .tiitle_second {
   
    font-size: 50px;
    
    padding: 95px 0px;
    }
    .text_about_section p {
    
    font-size: 21px;
    
    }
    .about_section {
   
    padding-bottom: 69px;
    
    }
    .tiitle_second {
        font-size: 41px;
        padding: 79px 0px;
    }

    /* Added Vacancy Section Media Query */
    .vacancies_section .tiitle_second {
        padding: 45px 0px; /* Adjust padding for this specific section */
        font-size: 39px; /* Match other smaller titles */
    }
    /* End of Added Vacancy Section Media Query */
}
@media (max-width: 1439px) {
    .nav {
    
    justify-content: right;
    
    }
    .nav li a {
        font-size: 13px;
        padding: 37px 18px;
    }
        .logo {
        left: 8px;
        top: 18px;
        width: 132px;
        height: 65px;
    }
    .top_bar {
    
    padding: 12px 0px;
    
}
    .top_bar a {
     
    font-size: 14px;
    margin: 0px 29px;
    }
           .abs1 {
        width: 27%;
    }
    .content_main {
    padding-top: 85px;
    padding-bottom: 46px;
    
    }
    .logos_main a {
        width: 12%;
    }
    .logos_main a img{
        width: 100%;
    } 
    .logos_main {
    
    margin-bottom: 0px;
    
    }
        .tiitle_second {
        font-size: 39px;
        padding: 45px 0px;
    }
    .text_about_section p {
        font-size: 16px;
    }
    .image_about_section {
    width: 48%;
    height: auto;
    
    margin: 0px 21px;
    }
    .text_about_section {
        width: 48%;
        margin: 0px 21px;
    }
    .image_reason {
        width: 386px;
        margin: 0px 30px;
    }
    .image_reason img{
        width: 100%;
    }
    .txt_reason {
    width: 55%;
    }
    .txt_reason span {
    
    font-size: 24px;
    
    padding-bottom: 21px;
    }
    .txt_reason p {
    
    font-size: 18px;
    
    }
    .item_reason {

    justify-content: unset;
    
    }
    .tittle_form {
    
    font-size: 39px;
   
    padding-top: 67px;
    padding-bottom: 17px;
    
    }
    .sub_tittle_form {
   
    font-size: 18px;
    
    padding-bottom: 39px;
    }
    .input_main::placeholder {
    
    font-size: 18px;
    
    }
    .form_main {
    width: 536px;
    
    }

.submit_main {
    
    font-size: 28px;
    
    width: 350px;
    height: 69px;
    line-height: 69px;
    margin-top: 65px;
    
    }

    .photo_news {
    width: 459px;
    height: 247px;
    }
    .text_news {
    width: 51%;
    }

    .name_news {
    
    font-size: 23px;
    
    }
    .date_of_news {
  
    font-size: 18px;
    
}

.text_news p {
    
    font-size: 16px;
   
}
.item_news {
    
    margin-bottom: 80px;
}
.left_border:after {
    
    left: -20px;
    top: -20px;
    
    }
.right_border:after {
    
    right: -20px;
    top: -20px;
    
}
.facts_section .tiitle_second {
    padding-bottom: 48px;
}
.left_facts {
    width: 100%;
}

.right_facts {
    width: 100%;
}

.content_text_facts {
   
    flex-direction: column-reverse;
}
.big_number {
    
    font-size: 84px;
}
.right_facts p {
   
    font-size: 30px;
    
}

.left_facts span {
   
    font-size: 24px;
  
    padding-top: 35px;
}
.left_facts p {
   
    font-size: 21px;
   
}

.steps_text {
    margin: 0px 20px;
    width: 440px;
}

.steps_text span {
   
    font-size: 25px;
   
    padding-bottom: 28px;
}
.steps_text p {
   
    font-size: 19px;
}
.swiper-pagination {
  
    display: none;
}
.swiper_facts {
    padding-bottom: 0px;
}
.logo_white {
        width: 200px;
    }
.logo_white img{
    width: 100%;
}
.foot_left p {
   
    font-size: 22px;
}

.tittle_nav_foot {
    
    font-size: 22px;
    
}
.foot_nav li a {
    
    font-size: 18px;
    margin-bottom: 18px;
}
.nav_links {
    width: 233px;
}
.footer {
    
    padding-top: 90px;
    padding-bottom: 45px;
}
.wrap_copy {
    
    padding-top: 63px;
}
.about_page_wrap {
    padding-top: 70px;
   
    padding-bottom: 66px;
}
.item_about {
    display: block;
    
    margin-bottom: 60px;
}
.count_about {
    
    margin-bottom: 33px;
}
.text_about_item span {
    
    font-size: 24px;
   
}
.text_about_item p {
    
    font-size: 18px;
  
}
.about_wrap .item_about:nth-child(2n) {
    
    text-align: left;
}
.text_about_item {
    width: 100%;
}
.map_first {
    margin-bottom: 45px;
}
.promotion {
   
    padding-top: 75px;
   
    padding-bottom: 90px;
}
.content_promo {
    display: block;
   
}
.left_text_promo {
    width: 80%;
}
.left_text_promo span {
   
    width: 600px;
}
.result_promo {
  
    font-size: 28px;
   
}
.big_count {
    
    font-size: 63px;
}
.contacts_page {
   
    padding-top: 74px;
    padding-bottom: 60px;
}
.map2 {
   
    width: 69%;
    margin: 0 auto;
}
.logo_contact img {
    width: 301px;
    height: auto;
}
.contact_block_info {
    margin-top: 31px;
    
    padding-top: 69px;
    padding-bottom: 40px;
   
}

.text_contact_left span {
    
    font-size: 23px;
   
}
.text_contact_left p {
    
    font-size: 21px;
    padding-bottom: 10px;
}
.text_contact_right span {
    
    font-size: 23px;
   
}
.offer_section {
    
    padding-top: 72px;
            padding-bottom: 25px;
   
}
.tittle_content_inside {
    
    font-size: 37px;
}
.item_offer {
    width: 45%;
    
    margin-bottom: 63px;
}
.item_offer span {
    
    font-size: 25px;
    
}
.item_offer p {
    
    font-size: 20px;
   
}
.item_offer:after {
    
    width: 21px;
   
}
.item_offer:before {
    height: 21px;
}

.pricing {
    
    padding: 69px 0px;
}
.container_pricing {
    width: 31%;
}
.reason_second {
    padding-top: 59px;
   
}

.reason_second .tittle_content_inside {
    text-align: left;
    
}
.faq {
    background: #F4F7FF;
    padding-top: 0;
    padding-bottom: 70px;
}

.question {
   
    font-size: 21px;
   
    padding: 24px 45px;
    
}
.answer span {
    
    font-size: 21px;
    
}
.answer p {
  
    font-size: 18px;
   
}
.answer ul li {
   
    font-size: 18px;
    
}

.link_main {
    font-size: 23px;
}
.tittle_price_calc {
    
    font-size: 37px;
    
}
.sub_tittle_price_calc {
    
    font-size: 21px;
   
}
.line_calc {
    
    justify-content: left;
    
}

.line_calc p, .line_calc span.name-input {
        font-size: 21px;
        width: 359px;
        text-align: left;
    }

.standart_input {
    width: 485px;
   
}
.wrap_radio {
    width: 430px;
    
}
.calc_send {
    font-size: 25px;
    padding: 17px 67px;
}
.pricing_calculator {
    
    padding-bottom: 53px;
}
.steps {
    
    padding-top: 45px;
}
.steps .tittle_content_inside {
    text-align: left;
    display: block;
    padding-bottom: 60px;
}
.foot_step {
   
    font-size: 22px;
   
    margin-left: 29px;
}
.count_big {
   
    font-size: 83px;
 
}
.sm_h {
   
    font-size: 31px;
  
    margin-top: -12px;
    margin-left: 10px;
}

.highlights p {
   
    font-size: 24px;
   
}

.wrap_highlights {
   
    padding-top: 147px;
}
.news_page {
    padding-top: 91px;
}

.logo_partners_main {
    width: 229px;
    height: auto;
}
.partners_page {
    background-color: #F4F7FF;
    padding-top: 120px;
}
.txt_header_partners p {
   
    font-size: 17px;
   
}
.tittle_partners {
   
    font-size: 45px;
    
}
.name_product_partners {
    
    font-size: 45px;
    
}
.describe_parters p {
    
    font-size: 17px;
   
    padding-bottom: 21px;
}
.describe_parters ul li {
    
    font-size: 17px;
    
}
    .logos_part a {
        width: 26%;
    }
.logos_part a img{
    width: 100%
    ;
}
.logos_part {
    
    
    align-items: center;
}
.tittle_terms {
    
    font-size: 45px;
   
}
.head_terms h4 {
   
    font-size: 23px;
   
}
.text_terms p {
    
    font-size: 17px;
    
}
.text_terms span {
    
    font-size: 23px;
    
}
.text_terms li {
    
    font-size: 17px;
   
}
.text_terms h5 {
   
    padding-bottom: 21px;
}
.promotion_reason_page {
  padding-top: 73px;
}


.tittle_item_tab {
    
    font-size: 43px;
    
    line-height: 94%;
       margin-bottom: -53px;
}


.item_tab_first {
    width: 596px;
    height: 517px;
 
}
.non_active {
    width: 596px;
    height: 517px;
}
.icon_outs {
    width: 596px;
    height: 517px;
}
    .txt_service_tab {
        width: 276px;
        padding-top: 149px;
        margin-left: 179px;
    }
.txt_service_tab p {
   
    font-size: 16px;
    line-height: 140%;
    
}
.serv_link_page {
    display: block;
    text-align: center;
    width: 103px;
    margin: 0 auto;
}
.serv_link_page img{
    width: 100%;
}
.tabs_caption li {
   
    font-size: 19px;
  
    padding: 9px 15px;
}
.tabs_caption {
    width: 271px;
}
.txt_outs {
   width: 271px;
}
.txt_outs p {
 
    font-size: 22px;
  
}

.link_service {
    
    font-size: 23px;
    
}

.tp81{
    top: 81px;
}
.left_out_head {
    width: 100%;
}
.left_out_head span {
    
    font-size: 24px;
    
}
.left_out_head ul li {
   
    font-size: 19px;
    
}
.right_out_head {
    width: 100%;
}

.right_out_head span {
    font-size: 100px;
   
}
.right_out_head p {
   
    font-size: 30px;
    
}
.item_def p {
  
    font-size: 23px;
    
}
.sub_off_er {
    
    font-size: 27px;
    
}
    .item_roll {
        margin-top: 20px !important;
        width: 100%;
    }

.outstaffing_gains .container:before {
    
    left: -115px;
    top: -112px;
    width: 834px;
    height: 836px;
    
}
.project_rollout {
    
    padding-top: 50px;
}
    .txt_logos_out {
        width: 100%;
        padding-left: 15px;
    }
.out_logos_wrap {
   
    width: 100%;
    padding-top: 50px;
}
.list_styled li {
    
    margin-left: 10px;
}
.content_tabs {
    
    margin-top: 65px;
}
.navigation_interaction span {
 
    font-size: 21px;
    
}
.tabs_interaction {
    
    margin-top: -196px;
}
















}

@media (max-width: 1023px) {
    .language-top {
        display: none;
    }

    .burger{
        display: block;
    }
    .burger span {
        width: 42px;
        height: 4px;
        background-color: #385CAD;
        display: block;
        margin-bottom: 12px;
    }
    



.menu_wrapper {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
         background: rgba(0, 0, 0, 1);
    transition: left 0.3s ease-in-out;
    padding: 20px;
}

    .menu_wrapper.open {
        left: 0;
        z-index: 99;
    }

.burger {
    position: relative;
    width: 42px;
            height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1000;
}

.burger span {
    width: 100%;
    height: 4px;
    background: #385CAD;
    transition: transform 0.3s ease-in-out;
}
.burger span:nth-child(2){
    margin-bottom: 0;
}
.burger.active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

    .burger.active span:nth-child(2) {
        transform: translateY(-7px) rotate(-45deg);
    }

.burger.active span{
    background-color: #FFF;
}

.nav {
        padding-top: 97px;
        display: block;
    }
    .nav li a {
        font-size: 16px;
        padding: 0;
        color: #FFF;
        margin-bottom: 29px;
        text-align: center;
        display: block;
    }
    .logo {
        left: 8px;
        top: 18px;
        width: 163px;
        height: 65px;
        position: relative;
        top: auto;
        left: auto;
    }
.language{
    display: flex;
}
.language a{
    color: #385CAD;
    font-size: 16px;
    margin-left: 15px;
}
.language a:nth-child(1){
    margin-left: 0;
}


    .header .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 17px 30px;
    }



.logos_main {
        
        display: none;
    }

    .tittle_main {
        font-size: 32px;
    }
 .sub_tittle_main {
        font-size: 28px;
    }
   .content_main {
        padding-top: 12px;
        padding-bottom: 45px;
    }
    .content_main p {
        font-size: 19px;
        width: 433px;
    }
    .main_head p {
       
        margin-bottom: 25px;
    }
        .tiitle_second {
        font-size: 36px;
        padding: 45px 0px;
    }
    .content_abot_section {
    display: block;
    
    }
        .image_about_section {
        width: 369px;
        height: auto;
        margin: 0 auto;
    }
    .text_about_section {
        width: 100%;
        margin: 30px 0px 0px 0px;
    }
        .text_about_section p {
        font-size: 18px;
    }
    .nav li a:hover::after {
    content: none;
}

    .about_section {
        padding-bottom: 39px;
    }

.item_reason {
       padding-bottom: 45px;
        display: block;
    }
.image_reason {
                width: 360px;
        margin: 0 0 36px 0;
    }
        .txt_reason span {
        font-size: 22px;
        
    }
        .txt_reason {
        width: 100%;
    }
    .wrap_p_reason .item_reason:nth-child(2n) {
    
    text-align: left;
}

    .tittle_form {
        font-size: 36px;
        padding-top: 67px;
        padding-bottom: 17px;
    }
.input_main {
    
    font-size: 18px;
   
    height: 60px;
    line-height: 60px;
   
}

.input_main::placeholder {
  color: #FFFFFF;
  font-size: 18px;
  font-family: "Roboto", serif;
}
.submit_main {
        font-size: 22px;
        width: 223px;
        height: 71px;
        line-height: 71px;
        margin-top: 65px;
    }
.contact_form {
  
    padding-bottom: 80px;
    
}
.photo_news {
        width: 337px;
        height: 182px;
        margin-left: 13px;
        margin-bottom: 30px;
    }
        .item_news {
      margin-bottom: 52px;
        display: block;
    }
.left_border:after {
        left: -13px;
        top: -13px;
        width: 100px;
        height: 100px;
    }
    .name_news {
        font-size: 22px;
    }
    .text_news {
        width: 100%;
    }
        .right_border:after {
        right: -13px;
        top: -13px;
        width: 100px;
        height: 100px;
    }
.facts_section {
    
    padding-bottom: 75px;
    
}
.lndin {
   
    display: none;
}
.content_footer {
    
    display: block;
    text-align: center;
   
}

    .nav_links {
        width: 100%;
    }
    .wrap_copy {
      
        display: block;
        text-align: center;
        
    }
      .policy_links {
        display: block;
        padding-bottom: 26px;
    }
.policy_links a {
   
    font-size: 14px;
   
    
    display: block;
    margin: 0 0 10px 0;
}

.mobile_only_logo{
    display: block;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 39px;
}

.icon_art {
        display: block;
        text-align: center;
        margin-top: 15px;
    }
.logo_white {
        width: 220px;
    }
        .footer {
        padding-top: 70px;
        padding-bottom: 70px;
    }
        .foot_left p {
        font-size: 26px;
        padding-top: 28px;
        padding-bottom: 50px;
    }
        .tittle_nav_foot {
        
        padding-bottom: 25px;
    }
        .foot_nav li a {
        font-size: 19px;
        
    }
    .foot_nav {
    margin-bottom: 18px;
}
    .wrap_copy {
        padding-top: 2px;
        
    }
    .about_page_wrap {
        padding-top: 36px;
        padding-bottom: 15px;
    }
    .count_about {
        font-size: 45px;
        margin-bottom: 20px;
    }
    .item_about {
        
        margin-bottom: 39px;
    }
        .left_text_promo span {
        width: 100%;
        font-size: 25px;
        padding-bottom: 27px;
    }
    .left_text_promo p {
   
    font-size: 18px;
    padding-bottom: 21px;
    }
    .big_count {
        font-size: 52px;
    }
    .promotion {
        
        padding-bottom: 45px;
    }
    .contact_block_info {
       display: block;
        padding-top: 43px;
        padding-bottom: 21px;
        padding-left: 45px;
        padding-right: 20px;
    }
        .text_contact_left span {
        font-size: 21px;
        padding-bottom: 27px;
    }
    .text_contact_left p {
        font-size: 18px;
        
    }
    .text_contact_right {
    padding-top: 23px;
}
            .text_contact_right span {
        font-size: 21px;
    }
        .container_pricing {
        width: 45%;
    }
    .offer_international_page .item_offer {
    
    width: 45%;
    }
    .line_calc {
        justify-content: left;
        display: block;
        width: 100%;
    }
    .line_calc p, .line_calc span.name-input {
        font-size: 21px;
        width: 100%;
        text-align: left;
        margin-bottom: 21px;
    }
    .standart_input {
        width: 100%;
    }
    .pricing_calculator {
        padding-bottom: 15px;
    }
    .steps_text {
        margin: 0px 20px;
        width: 100%;
        text-align: center;
    }
    .pb70 {
        padding-bottom: 0;
    }
    .foot_step {
    margin-top: 75px;
    padding-bottom: 60px;
   
    }
    .wrap_highlights {
        padding-top: 65px;
    }
        .count_big {
        font-size: 60px;
    }
    .sm_h {
        font-size: 21px;
        
    }
    .highlights p {
        font-size: 21px;
    }
    .highlights {
    
    height: 306px;
    }
        .news_page {
        padding-top: 25px;
    }
    .pagination a {
    font-size: 19px;
    width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0px 2px;
    }
    .pagination {
    
    padding-top: 10px;
    padding-bottom: 50px;
}
    .partners_page {
        
        padding-top: 50px;
    }
.txt_header_partners p {
       
        width: 100%;
    }
    .logo_line_wrap {
    display: block;
            padding-top: 0;
  
}
.link_partner {
    
    /* margin: 0 0 30px 0px; */
}
.line_parter {
    
    align-items: center;
    }

    .tittle_item_tab {
        font-size: 39px;
       
        margin-bottom: 30px;
    }
    .tabs_caption {
        width: 100%;
        display: flex;
        margin-bottom: 69px;
    }
        .tabs_caption li {
        font-size: 16px;
        padding: 9px 15px;
    }
        .link_service {
        font-size: 18px;
        margin-top: 0;
        padding-top: 8px;
    }
    .wrap_tabs {
   
    justify-content: center;
    
    
    }
    .item_tab_first {
        width: 687px;
        height: 569px;
    }
    .txt_service_tab {
        width: 296px;
        padding-top: 185px;
        margin-left: 201px;
    }
    .txt_service_tab p {
        font-size: 17px;
        
    }
    .non_active {
        width: 687px;
        height: 569px;
    }
    .tittle_item_tab_right {
    text-align: left;
    }
    .services_outside .tittle_item_tab {
        text-align: left;
        margin-bottom: 50px;
    }
    .icon_outs {
         width: 687px;
        height: 569px;
        margin: 0 auto;
    }
        .txt_outs {
        width: 100%;
        padding-top: 100px;
    }
        .txt_outs p {
       
        display: block;
        text-align: center;
    }
    .outstaffing_main {
    padding-top: 54px;
   
    }
.wrap_items_def {
    display: block;
    
}
.item_def {
   
    width: 100%;
}
.wrap_items_def .item_def {
    margin-top: 30px !important;
}

.sub_off_er {
        font-size: 23px;
    }

    .item_def p {
        font-size: 21px;
    }
.left_act {
    
    display: none;
}
.right_act {
    width: 100%;
   
}
.mulitary_page {
    
    padding-top: 54px;
}
.sub_off_er {
    
    padding-bottom: 54px;
   
}
.text_item_count p {
   
    font-size: 20px;
}
.list_styled li {
    
    font-size: 19px;
   
}

.top_quest p {
    
    font-size: 25px;
}
.middle_quest p {
  
    font-size: 19px;
   
}
.right_out_head span {
        font-size: 69px;
    }

.definitions {
    padding-top: 60px;
}
    .outstaffing_gains .container:before {
        content: none;
    }
.outstaffing_gains {
    padding-top: 65px;
    padding-bottom: 67px;
}
.foot_roll {
   
    font-size: 20px;
   
    padding-top: 38px;
    padding-bottom: 52px;
}
.right_list {
  
    align-items: start;
    text-align: left;
}
.directions {
    padding-top: 59px;
}
.core_line {
    display: block;
    
}
.name_core {
    width: 100%;
   
    padding: 32px 70px;
}
.text_core {
    width: 100%;
    padding: 39px 60px;
    
}
.name_core p {
    
    font-size: 24px;
}
.text_core p {
    
    font-size: 20px;
}

.core_specialties {
    padding-bottom: 50px;
}
.content_tabs {
      
        width: 100%;
    }
.txt_interation:after{
    content: none;
}

.txt_interation {
    
    padding: 29px 28px 33px 27px;
    margin-bottom: 20px;
    width: 32%;
}
.txt_interation p {
   
    font-size: 19px;
}

.kpi {
    padding-top: 60px;
    
    padding-bottom: 50px;
}
.kpi_cheme {
    padding-top: 63px;
    padding-bottom: 41px;
}
.text_pref_kpi {
   
    font-size: 17px;

    padding: 26px 29px;
}
.icon_kpi_prefomance {
    width: 127px;
    height: 50px;
}
.principles {
    
    padding-top: 69px;
}


        
}



@media (max-width: 767px) {
.top_bar a {
        font-size: 12px;
        margin: 0px 13px;
    }
.top_bar a:before {
    
    right: -16px;
    top: 50%;
   
    width: 7px;
    height: 7px;
   
}
.abs1 {
        width: 100%;
        position: relative;
        display: block;
        margin-left: 20px;
    }
        .main_head p {
        margin-bottom: 16px;
        margin-right: 0;
        display: block;
        text-align: center;
                font-size: 22px;
    }
       .facts_section {
        background-image: url(../img/mobbg.png);
        background-position: 0px 102px;
    }
    .main_head p span {
        font-size: 39px;
        display: block;
    }
    .image_about_section {
        width: 100%;
        
    }
        .content_main p {
                font-size: 18px;
                padding-top: 26px;
        width: 100%;
    }
    .image_reason {
        width: 100%;
        margin: 0 0 36px 0;
    }
    .form_main {
        width: 100%;
    }
    .submit_main {
       
        border-radius: 0;
    }
    .wrap_news {
    padding-top: 21px;
}
    .photo_news {
        width: 100%;
        height: auto;
        margin-left: 0;
        
    }
        .right_facts {
        width: 100%;
        padding-top: 33px;
        padding-bottom: 127px;
    }
           .big_number {
        font-size: 90px;
    }
      .right_facts p {
        font-size: 30px;
    }
    .left_facts span {
        font-size: 19px;
        padding-top: 19px;
    }
        .left_facts p {
        font-size: 18px;
    }
        .contact_block_info {
        
        padding-left: 21px;
        padding-right: 11px;
    }
        .text_contact_right span {
        font-size: 18px;
        margin-bottom: 13px;
    }
    .wrap_offer {
    
    justify-content: center;
    
}
    .item_offer {
        width: 328px;
        margin-bottom: 33px;
                margin-left: 10px;
        margin-right: 10px;
        padding-left: 44px;
    padding-right: 18px;
        padding-bottom: 39px;
    }
    .item_offer span {
        font-size: 22px;
    }
    .item_offer p {
        font-size: 18px;
    }
    .wrap_pricing {
    display: block;
    
}
       .container_pricing {
        width: 320px;
        margin: 0 auto;
        margin-bottom: 36px;
    }
        .question {
        font-size: 18px;
        padding: 24px 65px 24px 22px;
    }
    .answer {
    background: #FFF;
    padding: 18px 22px;
}
.answer p {
        font-size: 16px;
    }
        .link_main {
        font-size: 19px;
        padding: 21px 31px;
    }
        .offer_section {
        padding-top: 39px;
    }
        .offer_international_page .tittle_content_inside {
        font-size: 33px;
    }

        .offer_international_page .item_offer {
        width: 328px;
    }
    .tittle_price_calc {
        font-size: 33px;
    }
    .sub_tittle_price_calc {
    
    padding-top: 27px;
    padding-bottom: 42px;
}
    .line_calc p, .line_calc span.name-input {
        font-size: 18px;
       
        margin-bottom: 16px;
    }

    .standart_input::placeholder {
   
    font-size: 14px;
    
    }
    .wrap_radio {
        width: 100%;
    }
    .radio-btn {
    
    font-size: 12px;
    
}
.custom-radio {
    width: 30px;
    height: 30px;
   
}
    .calc_send {
        font-size: 22px;
        padding: 14px 55px;
    }
        .steps .tittle_content_inside {
        
        padding-bottom: 39px;
        font-size: 30px;
    }
    .icon_step {
    margin: 0px 20px;
    width: 69%;
    margin-bottom: 30px;
}
    .steps_text {
        margin: 0px 0px;
        
    }
    .item_step {
 
    margin-bottom: 30px;
}
    .foot_step {
        font-size: 19px;
        margin-left: 19px;
    }
        .count_big {
        font-size: 43px;
    }
        .sm_h {
        font-size: 16px;
        margin-top: -9px;
        margin-left: 8px;
    }
       .tittle_partners {
        font-size: 36px;
        text-align: center;
    }
        .line_parter {
        
        display: block;
    }
    .logo_line_wrap {
   
    width: 100%;
   
}
    .logo_line_wrap {
        
        text-align: center;
    }
    .describe_parters {
    width: 100%;
    padding-top: 20px;
            text-align: center;
    
}
.name_product_partners {
        font-size: 39px;
        display: block;
        text-align: center;
           /* padding-bottom: 30px; */
    }
    .describe_parters ul {
    
    text-align: left;
}
.logos_part {
   
    padding-top: 0px;
}
.logos_part a {
    margin-bottom: 30px;
}

    .icon_mail {
        width: 69px;
        margin: 0 auto;
        margin-bottom: 36px;
    }
.icon_mail img{
    width: 100%;
}
.mail_form p {
   
    font-size: 18px;
   
    padding-bottom: 21px;
}
.mail_form {
    
    padding-top: 57px;
    padding-bottom: 54px;
}
.mail_form a {
   
    font-size: 18px;
   
}
.terms {
    padding-top: 19px;
    padding-bottom: 29px;
}
    .tittle_terms {
        font-size: 36px;
    }
        .head_terms h4 {
        font-size: 21px;
    }
        .text_terms p {
        font-size: 16px;
    }
    .head_terms {
    padding-bottom: 15px;
}
    .text_terms span {
        font-size: 21px;
    }
    .text_terms h5 {
        padding-bottom: 18px;
        font-size: 18px;
    }
        .main_head {
        
        display: block;
    }
    .tittle_item_tab {
        font-size: 36px;
        margin-bottom: 64px;
        display: block;
        text-align: center;
    }
    .tabs_caption{
        display: none;
    }
    .tabs_content{
        display: none;
    }
    .non_active{
        display: block !important;
        width: 353px;
        height: 309px;
        margin: 0 auto;
    }
    .item_tab {
        padding-bottom: 74px;
    }
            .services_outside .tittle_item_tab {
        text-align: center;
        line-height: 116%;
    }
    .icon_outs{
        width: 353px;
        height: 309px;
        margin: 0 auto;
        display: block;
    }
    .txt_outs {
        width: 100%;
        padding-top: 43px;
    }
    .services_outside {
    padding-bottom: 39px;
    }
    .txt_outs p {
        font-size: 20px;
    }
    .left_out_head span {
        font-size: 20px;
    }
    .tittle_content_inside {
        font-size: 29px;
        padding-bottom: 27px;
    }
    .tp81 {
        top: -11px;
    }
    .item_def {
   
    padding-top: 31px;
    padding-left: 27px;
    padding-right: 13px;
    padding-bottom: 28px;
    
}
.sub_off_er {
        font-size: 20px;
    }
.item_roll p {
    
    font-size: 17px;
    
}
.item_roll {
   
    padding: 18px 17px 18px 24px;
}
.item_roll img {
    width: 70px;
    height: 76px;
}
    .item_def p {
        font-size: 19px;
    }

.pt100 {
    padding-top: 59px;
}
.right_act {
   
    padding-left: 34px;
    padding-top: 39px;
    padding-right: 14px;
    padding-bottom: 10px;
}

.bg_number {
    display: none;
}
.text_item_count {
    width: 100%;
    margin-left: 0px;
}
.item_count {
   
    padding: 25px 22px;
   
}
.questions_wrap {
    padding-top: 50px;
 
}
.top_quest {
    background-color: #FFF;
    padding: 29px 30px 29px 27px;
}
.top_quest p {
        font-size: 19px;
    }
.middle_quest {
   
    padding-left: 28px;
    padding-right: 16px;
    padding-top: 35px;
    padding-bottom: 30px;
}
.out_partners {
    padding-top: 57px;
}
.name_core p {
        font-size: 19px;
    }
    .name_core {
        width: 100%;
        padding: 19px 29px;
    }
    .text_core {
      
        padding: 26px 23px;
    }
    .text_core p {
        font-size: 17px;
    }
    .interaction {
    padding-top: 0;
    
}
.tabs_interaction {
        margin-top: 26px;
    }
    .navigation_interaction {
    width: 370px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
    .txt_interation {
        width: 100%;
    }
    .r_scheme_top {
    display: block;
    display: none;
}
.content_kpi_cheme {
    padding-top: 30px;
}
.prefomance_line {
   
    display: block;
}
.text_pref_kpi {
        
        padding: 26px 29px;
        width: 100%;
        margin-bottom: 28px;
    }
    .icon_kpi_prefomance {
        
        margin-bottom: 30px;
        margin-left: 10px;
    }
    .out_logos_wrap a {
    width: 30%;
    
}
.content_logos_out {
    
    padding-bottom: 39px;
}
.pricing_info {
   
    min-height: auto;
}
}

@media (min-width: 1024px) {
  .menu_wrapper {
    position: relative;
    z-index: 1;
  }
  .logo {
    z-index: 2;
  }
}

/* Responsive adjustments for the vacancy item */
@media (max-width: 1023px) {
    .vacancies_section .tiitle_second {
        font-size: 36px; /* Match other mobile titles */
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .item_vacancy {
        flex-direction: column; /* Stack items vertically on smaller screens */
        align-items: flex-start; /* Align everything to the left */
        padding: 15px;
    }

    .vacancy_info {
        width: 100%; /* Full width */
        margin-right: 0;
        margin-bottom: 15px;
    }

    .vacancy_actions {
        width: 100%;
        align-items: flex-start;
    }

    .vacancy_title {
         font-size: 18px;
    }
    .vacancy_location,
    .vacancy_salary {
        font-size: 15px;
    }
    .vacancy_posted_time {
        font-size: 12px;
    }

    .vacancy_details_link {
         padding: 8px 15px;
         margin-bottom: 5px;
    }

     .vacancy_tags {
        margin-top: 10px; /* Adjust space above tags on mobile */
        gap: 6px; /* Adjust space between tags on mobile */
    }

    .vacancy_tag {
        font-size: 12px; /* Further reduce tag font size */
        padding: 3px 8px; /* Adjust tag padding */
    }
}

@media (max-width: 767px) {
    .vacancies_section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .vacancies_section .tiitle_second {
        font-size: 28px; /* Further adjust title size */
        padding-top: 30px;
        padding-bottom: 20px;
    }
     .item_vacancy {
        padding: 10px; /* Reduce padding further */
    }
     .vacancy_info {
        margin-bottom: 10px;
    }
    .vacancy_tags {
        margin-top: 8px;
        gap: 4px;
    }
    .vacancy_tag {
        font-size: 11px;
        padding: 2px 6px;
    }
}
/* End of Responsive adjustments for the vacancy item */


.vacancies_section .tittle_content_inside {
    /* text-align: right; */
    display: block;
}

/* 1) Скрываем дефолтный screen-reader-response и внешний response-output */
.wpcf7 > .screen-reader-response,
.wpcf7 > .wpcf7-response-output {
  display: none !important;
}

/* 2) Подсветка ошибок — как раньше */
.form_main.invalid .input_main[aria-invalid="true"] {
  border-bottom: 2px solid #e74c3c !important;
  background-color: rgba(231,76,60,0.1);
}

/* 3) Ошибки (red) — внутри формы, когда есть текст */
.form_main.invalid .wpcf7-response-output:not(:empty) {
  display: block !important;
  margin-top: 1em;
  padding: .75em 1em;
  background: rgba(231,76,60,0.1);
  border: 1px solid #e74c3c;
  color: #e74c3c;
  border-radius: 4px;
  font-size: .95rem;
  text-align: center;
}

/* 4) Успешная отправка  */
.form_main.sent .wpcf7-response-output {
  display: block !important;
  margin-top: 1.5em;
  padding: 1em 1.5em;
  background: rgba(255, 255, 255, 0.9);   /* почти белый фон */
  color: #1a1a1a;                         /* почти чёрный текст */
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 6px;
  font-size: 1rem;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* 5) Спрятать спиннер при не-отправке */
.form_main .wpcf7-spinner {
  display: none;
}
/* показать его во время AJAX-отправки */
.form_main.sending .wpcf7-spinner {
  display: inline-block;
  margin-left: .5em;
}

.calc_send {
  /* вместо ширины 100% даём авто-размер */
  width: auto !important;
  /* и чтобы размер по контенту, пусть кнопка «сжимается» до текста */
  display: inline-block !important;
}

/* Скрываем ответ по умолчанию */
#pricing_calculator_form .wpcf7-response-output {
  display: none;
}

/* Показываем и стилизуем его только после отправки */
#pricing_calculator_form.sent .wpcf7-response-output, .callback-form.sent .wpcf7-response-output  {
  display: block;
  max-width: 600px;               
  margin: 40px auto 20px;         
  padding: 15px 20px;             
  background-color: rgba(255,255,255,0.9);
  color: #1a1a1a;
  border: 1px solid #b3e6b3;
  border-radius: 4px;
  text-align: center;
  font-size: 1rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  line-height: 1.4;
}

/* Стили для сообщения об ошибке */
#pricing_calculator_form.invalid .wpcf7-response-output, .callback-form.invalid .wpcf7-response-output {
  display: block;
  max-width: 600px;
  margin: 20px auto;
  padding: 15px 20px;
  background-color: rgba(231, 76, 60, 0.1); /* бледно-красный фон */
  border: 1px solid #e74c3c;                /* красная рамка */
  border-radius: 4px;
  color: #e74c3c;                           /* красный текст */
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
  box-shadow: 0 2px 8px rgba(231, 76, 60, 0.2);
}

/* Top bar container flex layout */
.top_bar {
    display: flex;
    align-items: center;
}


.language-top {
    /* Remove absolute positioning for new flex layout */
    position: static;
    left: auto;
    text-transform: uppercase;
}

.top_bar .language-top a {
    color: #385CAD;
    font-size: 16px;
    margin: 0px 5px;
}

.top_bar .language-top a.active {
    color: #FFFFFF;
}
.language-top {
    color: #FFFFFF;
}


/* 1) Вернуть обрезку слайдов */
.swiper-container {
  position: relative;     /* уже должно быть */
  overflow: hidden !important;  /* возвращаем обрезку соседних слайдов */
}

/* 2) Центрируем стрелки и даём им синий цвет */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: none;       /* отключаем фон */
  color: #385CAD !important;  /* цвет стрелок как у текста */
  z-index: 9999;            /* над слайдами */
}

/* 3) Выносим стрелки за границы контейнера */
.swiper-button-prev {
  left: 20px;   /* смещение влево */
}
.swiper-button-next {
  right: 20px;  /* смещение вправо */
}

/* 4) Подстраиваем размер и цвет псевдо-стрелок */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 34px;         /* размер иконки */
  color: #385CAD !important;
}

@media (max-width: 1430px) {
    .swiper_wrap_facts {
        padding-left: 40px;
        padding-right: 40px;
    }
}


@media (max-width: 767px) {

    .swiper-button-prev,
    .swiper-button-next {
    top: 65%;

    }
    .swiper_wrap_facts {
        padding-left: unset;
        padding-right: unset;
    }

}

input[type="checkbox"],
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 8px 0 0 !important;
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
}

.wpcf7-list-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px;
}
.wpcf7-form-control.wpcf7-validates-as-required[type="checkbox"] {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.wpcf7-list-item-label {
    font-size: 20px;
    vertical-align: middle;
    line-height: 1.2;
}

.wpcf7-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

textarea.standart_input {
    height: 200px;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.text-form {
    color: #000000;
    font-size: 22px;
    line-height: 120%;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.content_form_calculator.m50 {
    margin-top: 50px;
}



/* Скрыть ответ по умолчанию */
#subscriber_form .wpcf7-response-output {
  display: none;
}

/* Показать и стилизовать сообщение об успешной отправке */
#subscriber_form.sent .wpcf7-response-output {
  display: block;
  max-width: 600px;
  margin: 40px auto 20px;
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #1a1a1a;
  border: 1px solid #b3e6b3;
  border-radius: 4px;
  text-align: center;
  font-size: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  line-height: 1.4;
}

/* Показать и стилизовать сообщение об ошибке */
#subscriber_form.invalid .wpcf7-response-output {
  display: block;
  max-width: 600px;
  margin: 20px auto;
  padding: 15px 20px;
  background-color: rgba(231, 76, 60, 0.1);
  border: 1px solid #e74c3c;
  border-radius: 4px;
  color: #e74c3c;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
  box-shadow: 0 2px 8px rgba(231, 76, 60, 0.2);
}

.logos-swiper-wrapper {
    background-color: #385CAD;
    padding: 41px 0px 11px 0px;
    margin-bottom: 118px;
    border: 3px solid #FFF;
}


.partners-carousel {
  background-color: #385CAD;
  border: 3px solid #FFFFFF;
  padding: 40px 0;       
  box-sizing: border-box;
}


.partners-carousel .swiper-wrapper {
  display: flex !important;
  align-items: center;
  justify-content: space-around; 
}


.partners-carousel .swiper-slide {
  width: auto !important;
  flex-shrink: 0;           
  padding: 0 20px;           
  text-align: center;        
}


.partners-carousel .swiper-slide img {
  display: inline-block;
  max-height: 60px; 
  height: auto;
  width: auto;
}


.partners-carousel .swiper-button-next,
.partners-carousel .swiper-button-prev {
  display: none;
}

.partners-carousel .swiper-pagination {
  display: none;
}

/* Fix spacing between partner logos in swiper carousel */
.logos-swiper .swiper-slide {
    margin-right: 0 !important;
    flex-shrink: 0;
    text-align: center;
}

.logos-swiper .swiper-wrapper {
    display: flex !important;
    align-items: center;
    gap: 30px;
}

.logos-swiper .swiper-slide:last-child {
    margin-right: 0 !important;
}


/* ---------- MODAL CALLBACK ---------- */
#callback-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
#callback-modal.modal {
  display: flex;
}
.modal-content {
  background-color: #ffffff;
  padding: 30px 25px;
  max-width: 400px;
  width: 90%;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.close-modal {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 28px;
  color: #385CAD;
  cursor: pointer;
  line-height: 1;
}
.Close-modal:hover {
  color: #1E3A8A;
}
.modal-title {
  color: #385CAD;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.callback-form .modal-field {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
}
.callback-form .modal-field label {
  font-size: 18px;
  color: #34495E;
  margin-bottom: 8px;
}
.callback-form .modal-field input.standart_input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #F4F7FF;
  border: 1px solid #B4B5B7;
  padding-left: 10px;
  padding-right: 10px;
  color: #34495E;
  font-size: 16px;
}
.callback-form .modal-field input::placeholder {
  color: #818181;
  font-size: 16px;
  font-family: "Roboto", serif;
}
.callback-form .submit_main2 {
  display: block;
  margin: 30px auto 0;
  width: 80%;
  max-width: 250px;
  height: 50px;
  line-height: 50px;
  background-color: #385CAD;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.callback-form .submit_main2:hover {
  background-color: #1E3A8A;
  transform: translateY(-2px);
}
@media (max-width: 767px) {
    .top_bar  {
        display: none;
    }
  .modal-content {
    padding: 20px;
  }
  .modal-title {
    font-size: 24px;
  }
  .callback-form .modal-field label {
    font-size: 16px;
  }
  .callback-form .modal-field input.standart_input {
    height: 40px;
    font-size: 14px;
  }
  .callback-form .submit_main2 {
    font-size: 16px;
  }
}

/* В стилях темы: */
#callback-modal.modal.hidden {
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-content {
  background-color: #FFFFFF;
  padding: 20px;
  width: 90%;
  max-width: 400px;
}
.close-modal {
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  top: 12px;
  right: 16px;
}
/* ---------- /MODAL CALLBACK ---------- */

.bot_send_button {
    display: inline-block;
    background-color: #385CAD;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 15px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.foot_fop {
    color: #34495E;
    font-size: 30px;
    font-style: italic;
    padding-top: 90px;
    padding-bottom: 100px;
}

.foot_fop_2 {
    color: #34495E;
    font-size: 30px;
    font-style: italic;
}

.tittle_item_tab.tittle_item_tab_right {
    position: relative;
    z-index: 5;
    top: -30px; /* Raise the title above the diamond shape */
    margin-bottom: 20px; /* Add space below as needed */
}


@media (max-width: 900px) {
    .left_text_promo {
		width: 100%;
    }
}

/* Стилизация блока согласия */
.consent-2 {
  margin-top: 50px;
  font-size: 14px;
  color: #ffffff; /* светлый текст на синем фоне */
}

/* Стилизация чекбокса */
.consent-2 input[type="checkbox"] {
  accent-color: #ffffff; 
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
}

.consent-2 a {
  color: #ffffff;  
}

/* Стилизация текста рядом с чекбоксом */
.consent-2 .wpcf7-list-item-label {
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
}

.item_def a {
    position: relative;
    z-index: 2;
}

.report-block a {
   color: #385CAD;  
}

.report-block p {
   padding-bottom: 20px;
}

.hidden-fields-container {
  display: none;
}