
@font-face {
    font-family: 'Involve';
    src: url('/Involve/Involve-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}




html {
    font-size: 16px;
    font-family: 'Involve';
    font-weight:400;
    font-style:normal;
}
body {
    margin: 0 !important;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}



html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

header {
   
}

.about-images img{
    height:330px;
    width:450px;
    object-fit:cover;
    border-radius:14px;
    margin-right:20px;
    
}
.menulogo{
    height:50px;
}
.main-page{
    width:1100px;
    margin:0 auto;
}
header a {
    line-height: 50px;
    font-weight: 500;
    font-size: 16px;
    color: #112344;
    text-decoration:none;
}
a.header-order {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 4px;
    padding: 0 24px;
    color: rgba(255, 98, 58, 1)!important;
}

.main-block {
    width: 100%;
    background-color: #112344;
   
    
   
}
.main-info {
    padding: 100px 0;
}
.contact-header {
    width: 100%;
    background-color: #112344;
}

.contact-header div{
    width:1100px;
    margin:0 auto;
    text-align:right;
   
}

    .contact-header div span {
        background-repeat: no-repeat;
        padding: 13px 0;
        display: inline-block;
        background-position: center left;
        font-weight: 500;
        font-size: 14px;
        color:white;
    }
.header-email{
    background-image:url(/images/header-email.png);
    background-size:24px auto;
    text-indent:30px;
    margin-right:20px;
}

.header-phone {
    background-image: url(/images/header-phone.png);
    background-size: 16px auto;
    text-indent: 22px;
}
.open-order {
    margin-top: 80px;
    background: linear-gradient(180deg, #ff7246 0%, #ff7246 0.01%, #f83526 100%), radial-gradient(734.61% 78.95% at 89% 140%, #f83526 0%, rgba(248, 53, 38, 0) 100%), radial-gradient(78.32% 38.97% at 89.08% 7.14%, #ff6e04 0%, #ff6e04 0.01%, rgba(255, 110, 4, 0) 100%);
    border: none;
    outline: none;
    padding: 12px 50px;
    border-radius: 70px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    color:white;
    cursor:pointer;
}
div.back-image {
    background-image: url(https://cdn.amalco-agency.ru/sites/main-block.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 40vw !important;
    position: absolute;
    right: 0;
}
.services, .main-title, .main-order-form, .advantages, .main-about, .advantages-2, .more-advantages, .reviews, .short-news, .service-info, .contact-parent, .managers div, .map, .applicants, .vacancies-body, .about-parent, .about-services-body, .about-advantages, .our-mission, .advantages-body,
.menu-items, .child-services, .about-ertification, .order-form-content, .whywe, .selections-block, .why-foreign, .f-positions-types, .use-outstaffing,
.outstaff-profit, .outstaff-take, .shot-services, .sub-advantages, .staff-types, .selection-profit, .home-staff {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
header{
    padding-top:10px;
    background:white;
}
    .services .item {
        width: 48%;
        background-color: #F8FAFF;
        margin-bottom:30px;
        position: relative;
    }

.services .item img{
    width:100%;
    height:330px;
    object-fit:cover;
    border-radius:4px;
}
.services .item a{
    text-decoration:none;
}

    .services .item div {
        
        padding:20px;
        box-sizing:border-box;
    }

.item-title {
    color: rgba(0, 10, 45, 1);
    font-weight:700;
    font-size:18px;
    display:block;
    margin-bottom:6px;
}

.item-desc, .main-title-text {
    color: white;
    font-size: 18px;
    display: block;
    margin-bottom: 6px;
}

.item-desc {
    color: #112344;
    height:75px;
    margin-bottom:40px;
}

.item-price {
    color: rgba(0, 10, 45, 1);
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin-bottom: 6px;
}

.item-more {
    font-size: 15px;
    color: rgba(255, 98, 58, 1);
    font-weight:700;
    background-image:url(/images/itemmore.png);
    background-repeat:no-repeat;
    padding-right:30px;
    background-position: center right;
    display:inline-block;
}

.main-title{
    z-index:1;
    width:1100px;
    margin:0 auto;
}
.main-title h1 {
    color: white;
    font-weight:400;
    font-size:40px;
    line-height:1.2;
}
.main-title div{
    width:50%;
}

.main-title img{
    width:100%;
    height:400px;
    object-fit:cover;
    border-radius:4px;
}

.main-order-form {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(160, 157, 157, 0.2);
    box-shadow: 5px 2px 20px 0px rgba(0, 60, 179, 0.1);
    padding:24px 36px;
    border-radius:4px;
    width:900px;
    margin:0 auto;
    margin-top:-80px;
    z-index:2;
    position:relative;
    margin-bottom:35px;
}

.order-title {
    color: rgba(0, 10, 45, 1);
    font-size:20px;
    display:block;
    text-align:center;
    width:100%;
    margin-bottom:15px;
}

.main-order-form div{
    width:31%;
}
.main-order-form input {
    border: 1px solid rgba(225, 225, 225, 1);
    border-radius:4px;
    padding:6px;
    width:100%;
    box-sizing:border-box;
}

.main-order-form button, .send-cv , .send-order{
    background: rgba(255, 98, 58, 1);
    border-radius: 4px;
    color: white;
    padding: 8px 24px;
    border: none;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    width: 100%;
    box-sizing: border-box;
    margin-top: 23px;
    background-image: url(/images/send.png);
    background-repeat: no-repeat;
    background-position:center left 30px;
}

.user, .phone {
    color: rgba(0, 10, 45, 1);
    font-size:14px;
    display:block;
    margin-bottom:3px;
    background-repeat:no-repeat;
    text-indent:30px;
}

.user{
    background-image:url(/images/user.png);
}
.phone {
    background-image: url(/images/phone.png);
}
.advantages{
    margin-bottom:30px;
    margin-top:100px;
   
}
.advantages-title {
    display: block;
    color: #112344;
    font-weight:500;
    font-size:40px;
    line-height:1.2; 
    margin-bottom:20px;
}

.advantages-text {
    font-size: 18px;
    font-weight: 500;
    color: #112344;
    line-height:1.2;
   
}
.mobile-countries{
    display:none;
}
.a-item {
    width: 45%;
    color: #112344;
    font-size: 18px;
    text-align: center;
}
.a-title {
    color: #112344;
    font-size: 48px;
    font-weight: 500;
    display: block;
    text-align: center;
    
}

.advantages-texts, .advantages-body {
    width: 45%;
}

.services-title {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.3;
    color: #112344;
    margin:100px 0 60px 0;
}

.main-about div{
    width:47%;
   
}
.main-about{
    margin-top:30px;
}
.main-about .image{
    background-image:url(/images/about-image.png);
    height:500px;
    border-radius:4px;
    background-size:cover;
}

.about-title {
    font-size: 25px;
    color: rgba(0, 10, 45, 1);
    font-weight:700;
}

.about-body {
    color: rgba(99, 101, 113, 1);
    font-size:16px;
    display:block;
    margin-top:20px;
}

.main-about ul {
    margin-top:20px;
    font-weight: 700;
    font-size: 17px;
    color: rgba(0, 10, 45, 1);
    
    padding:0;
    display:block;
}
.main-about li{
    list-style-type:none;
    background-image:url(/images/ul.png);
    background-repeat:no-repeat;
    text-indent:30px;
    background-position:center left;
}

.advantages-2 {
    background: rgba(241, 248, 255, 1);
    padding:50px;
    margin-top:30px;
}

.advantages-2 div{
    width:24%;
    background-repeat:no-repeat;
    padding-left:80px;
    box-sizing:border-box;
    background-position:center left;
    
}
    .advantages-2 span.title {
        color: rgba(0, 10, 45, 1);
        font-weight:800;
        font-size:33px;
    }

    .advantages-2 span.plus {
        color: rgba(50, 103, 255, 1);
        font-size:40px;
        font-weight:800;
    }
    .advantages-2 .a-sub {
        display: block;
        font-size: 16px;
        color: rgba(99, 101, 113, 1);
        margin-top:-8px;
    }
.a-item-1 {
    background-image: url(/images/a2_1.png);
}
.a-item-2 {
    background-image: url(/images/a2_2.png);
}
.a-item-3 {
    background-image: url(/images/a2_3.png);
}
.a-item-4 {
    background-image: url(/images/a2_4.png);
}
.more-advantages div {
    width: 32.5%;
  
    padding: 80px 30px 30px 30px;
    box-sizing: border-box;
    background-repeat:no-repeat;
   
    display: flex;
    justify-content: center;
    
     
    border-radius: 14px;
    box-shadow: 0px 2px 6px 2px #00000026;
    box-shadow: 0px 1px 2px 0px #0000004D;
    margin-bottom:20px;
}
.ma-1 {
    background-image: url(/images/ma1.png),linear-gradient(266.3deg, #FF7246 -5.6%, #F83526 90.43%);
    color: white;
    background-size: 57px,100%;
    background-position:top 20px left 25px,top left;
    order:1;
}
.ma-2 {
    background-image: url(/images/ma2.png);
    background-size: 57px;
    background-position: top 20px left 25px;
    color: #112344;
    order:2;

}

.ma-3 {
    background-image: url(/images/advantages1.jpg);
    background-size: cover;
    order:3;
}

.ma-4 {
    background-image: url(/images/advantages2.jpg);
    background-size: cover;
    order:4;
}

.ma-5 {
    background-image: url(/images/ma5.png);
    background-size: 57px;
    background-position: top 20px left 25px;
    color: #112344;
    order:5;
}

.ma-6 {
    background-image: url(/images/ma6.png);
    background-size: 57px;
    background-position: top 20px left 25px;
    color: #112344;
    order:6;
}
.ma-title{
    font-size:20px;
    font-weight:500;
    
}
.ma-2 .ma-title span, .ma-5 .ma-title span, .ma-6 .ma-title span {
    color: #686C75;
}
.ma-title span{
    font-size:16px;
    font-weight:400;
    display:block;
    margin-top:5px;
}

.our-clients {
    
    margin-top: 100px;
   
}

.clients-title {
    color: #112344;
    font-size: 40px;
    font-weight: 500;
    display: block;
    margin-bottom:50px;
}
.our-clients .partners{
    width:100%;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    margin-top:20px;
}
.review-item{
    width:32%;
   margin-bottom:60px;
}


.reviews{
    margin-top: 40px;
    width:100%;
}

    .reviews .r-1, .reviews .r-2 {
        width: 48%;
    }

.r-title {
    color: rgba(0, 10, 45, 1);
    font-size:50px;
    font-weight:700;
    display:block;
}

.r-text {
    font-size: 16px;
    color: rgba(99, 101, 113, 1);
}

.why6-mobile, .mobile-menu{
    display:none;
}
.review-image {
    width: 100%;
    background: #F4F4F4;
    border-radius: 14px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
.mobile-header{
    display:none;
}

.review-title{
    font-size:18px;
    color:black;
    display:block;
    text-align:center;
}
.review-image img{
    max-height:70%;
    margin:0 auto;
}
.review-item-title {
    color: rgba(0, 0, 0, 1);
    font-size:20px;
    font-weight:600;
    display:block;
}

.review-item-pr {
    color: rgba(185, 185, 185, 1);
    font-size:15px;
    font-weight:600;
    display:block;
}
.review-item-content {
    font-size: 12px;
    color: rgba(26, 27, 29, 1);
    font-weight:500;
}
.test{
    overflow-x:hidden;
}
.review-item .quotes{
    position:absolute;
    top:-30px;
    left:-30px;
    height:60px;
    width:60px;
    background-image:url(/images/quotes.png);
}

.short-news div{
    width:32%;
}

.short-news div img{
    width:100%;
    height:300px;
    object-fit:cover;
    border-radius:4px;
}
.news-title {
    color: rgba(0, 10, 45, 1);
    display:block;
    text-align:center;
    font-weight:700;
    font-size:40px;
}

.news-sub-title {
    color: rgba(99, 101, 113, 1);
    font-size:16px;
    font-weight:400;
    display:block;
    text-align:center;
    margin-bottom:30px;
}
.short-news a{
    text-decoration:none;
}

.service-info-item1 {
    width: 45%;
    background: rgba(248, 250, 252, 1);
    padding:60px 30px 30px 60px;
    border-bottom-right-radius:36px;
}
    .service-info-item1 img {
        width: 100%;
        
    }
.service-info-item2 {
    width: 55%;
    padding: 60px 30px 30px 30px;
   color: rgba(99, 101, 113, 1)
}

.service-full-title {
    color: rgba(24, 24, 27, 1);
    font-weight:700;
    font-size:48px;
    line-height:48px;
}

.staff {
    margin-top: 20px;
    font-weight: 700;
    font-size: 16px;
    color: rgba(0, 10, 45, 1);
    padding: 0;
    display: block;
}

.staff span, .list-item {
    
    background-image: url(/images/staffli.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: top left;
    width:50%;
    float:left;
    margin-bottom:8px;
}
.service-content {
    margin-top: 30px;
    color: rgba(99, 101, 113, 1);
}

.short-content {
    font-size: 16px;
    color: rgba(99, 101, 113, 1);
}

.price {
    display: block;
    margin-top: 8px;
    color: rgba(99, 101, 113, 1);
   font-size:17px;
}

    .price .value {
        color: rgba(0, 10, 45, 1);
        font-size:20px;
        font-weight:bold;
    }

    .contact-parent div{
        width:48%;

    }
 

 

.address, .phone-number, .email {
    display: block;
    color: rgba(0, 10, 45, 1);
    margin-bottom:12px;
    background-repeat:no-repeat;
    padding-left:30px;
}

.address{
    background-image:url(/images/place.png);
}
.phone-number {
    background-image: url(/images/phone-contact.png);
}

.email {
    background-image: url(/images/email.png);
}



.manager-item {
    height: 380px;
    background-size: 60% !important;
    position: relative;
    width: 23%;
    margin-right:1%;
    margin-left:1%;
    background-repeat: no-repeat !important;
    background-position: center top 50px !important;
    margin-bottom: 10px;
    border-radius: 15px;
    background: #ccd9ff;
    box-shadow: 0px 0px 11.3px 0px #0000002E;
    background-blend-mode:multiply;
}

.manager-item-desc {
    box-shadow: 0px 0px 22.8px 0px rgba(74, 110, 165, 0.31);
    background: rgba(255, 255, 255, 1);
    border-radius:10px;
    width:90%;
    left:5%;
    position:absolute;
    bottom:20px;
    padding:10px 7px;
}

.manager-name {
    color: rgba(50, 103, 255, 1);
    display:block;
    font-weight:600;
    font-size:16px;
    text-align:center;
    width:100%;
}
.manager-item-title, .manager-item-phone {
    color: rgba(20, 35, 73, 1);
    font-size:14px;
    font-weight:500;
    display:block;
    text-align:center;
    width:100%;
    margin-top:6px;
}

.managers div{
    justify-content:flex-start;
}

.manager-item:nth-child(2n+2)
{
    margin-top:30px;
}

.manager-title {
    font-size: 40px;
    color: rgba(0, 10, 45, 1);
    display:block;
    text-align:center;
    font-weight:700;
    margin-top:40px;
    margin-bottom:20px;
}

.manager-sub-title {
    color: rgba(99, 101, 113, 1);
    font-size:16px;
    font-weight:400;
    display:block;
    text-align:center;
    margin-bottom:40px;
}
.map{
    margin-top:30px;
}
.map-item1{
    width:30%;
}

.map-item2{
    width:68%;
    border-radius:16px;
    height:470px;
}

.map-title {
    color: rgba(0, 10, 45, 1);
    font-size:40px;
    font-weight:700;
    display:block;
    margin-bottom:8px;
}

.map-desc {
    color: rgba(99, 101, 113, 1);
    font-weight:400;
    font-size:16px;
}
.applicants div{
    width:48%;

}
.a-item2{
    background-image:url(/images/app.png);
    height:400px;
    border-radius:16px;
    background-size:cover;
}
.ap-title {
    color: rgba(0, 10, 45, 1);
    display:block;
    font-size:48px;
    font-weight:700;
}
.ap-text {
    font-weight: 400;
    font-size: 16px;
    color: rgba(99, 101, 113, 1);
    display:block;
    margin-bottom:12px;
}

.send-cv, .send-order{
    padding-left:52px;
    text-decoration:none;
}

.vacancies-title {
    color: rgba(0, 10, 45, 1);
    display:block;
    font-size:32px;
    font-weight:700;
}

.vacancies{
    margin-top:40px;
}

.vacancies-sub-text {
    color: rgba(99, 101, 113, 1);
    font-size:16px;
    font-weight:400;
    margin-bottom:20px;
    display:block;
}
 .vacancy-description{
    width:58%;
}
.vacancy-list{
    width:40%;
}

.vacancy-item {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(244, 244, 244, 1);
    box-shadow: 0px 0px 20px 0px rgba(50, 85, 137, 0.1);
    border-radius: 16px;
    padding:10px;
    margin-bottom:10px;
}

.vacancy-title {
    display: block;
    color: rgba(0, 10, 45, 1);
    font-size:20px;
    font-weight:700;
    margin-bottom:7px;
}

.vacancy-type {
    border-radius: 8px;
    background: rgba(231, 235, 241, 1);
    padding: 6px 12px;
    display: inline-block;
    color: rgba(50, 103, 255, 1);
    font-weight:700;
}

.vacancy-info {
    color: rgba(99, 101, 113, 1);
    font-size:14px;
    font-weight:500;
    display:block;
    margin-top:7px;
}

.vacancy-list a{
    text-decoration:none;
}

.about-parent div{
    width:48%;

}
.about-item2{
    background-image:url(/images/about.png);
    background-size:cover;
    height:500px;
}

.about-page-title {
    font-weight: 700;
    font-size: 48px;
    color: rgba(0, 10, 45, 1);
    display:block;
}

.about-text {
    color: rgba(99, 101, 113, 1);
    font-size:16px;
    font-weight:400;
    display:block;
    margin-bottom:12px;
}

.about-services-title {
    display: block;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: rgba(0, 10, 45, 1);
    margin-bottom:30px; 
}
.s-item1, .s-item2{
    width:48%;
}

.s-item3, .s-item4, .s-item5 {
    width: 32%;
}

.s-item1, .s-item2, .s-item3, .s-item4, .s-item5 {
    height: 250px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(241, 248, 255, 1);
    box-shadow: 0px 0px 30.2px 0px rgba(50, 85, 137, 0.19);
    border-radius: 15px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: top 30px left 30px;
    padding: 124px 30px 0 30px;
    box-sizing: border-box;
    text-transform: uppercase;
    color: rgba(20, 35, 73, 1);
    font-size:19px;
    font-weight:700;
}
.s-item1{
    background-image:url(/images/service_1.png);
}

.s-item2 {
    background-image: url(/images/service_2.png);
}

.s-item3 {
    background-image: url(/images/service_3.png);
}

.s-item4 {
    background-image: url(/images/service_4.png);
}

.s-item5 {
    background-image: url(/images/service_5.png);
}
.about-advantages{
    margin-top:40px;
}
.about-advantages div {
    width: 33%;
}

.advantages-image{
    
    background-image:url(/images/advantages-image.png);
    background-repeat:no-repeat;
    background-position:center;
    
}

.about-advantages-title {
    color: rgba(0, 10, 45, 1);
    font-size:40px;
    font-weight:700;
    display:block;
}

.about-advantages-text {
    color: rgba(99, 101, 113, 1);
    font-weight:400;
    font-size:16px;
}

.about-list div {
    background: rgba(255, 255, 255, 1);
    box-shadow: 2px 4px 20px 0px rgba(0, 60, 179, 0.13);
    border-radius:16px;
    width:100%;
    padding:30px 20px;
    overflow:hidden;
   margin-top:50px;
   
}
.about-list-title {
    color: rgba(0, 10, 45, 1);
    font-size:28px;
    font-weight:700;
    display:block;
    margin-bottom:30px;
}

.list-item{
    width:100%;
}

.about-phone {
    background: rgba(255, 98, 58, 1);
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    width: 100%;
    padding: 12px 0;
    color: rgba(255, 255, 255, 1);
    font-weight:600;
    margin-top:10px;
}
.our-mission{
    margin-top:40px;
}
.our-mission div{
    width:48%;
}

.mission-image{
    background-image:url(/images/ourmission.jpg);
    background-size:cover;
    height:600px;
    border-radius:16px;
}

.our-mission-title {
    display: block;
    color: rgba(0, 10, 45, 1);
    font-size:18px;
    font-weight:700;
    margin-bottom:8px;
}

.our-mission-text {
    color: rgba(99, 101, 113, 1);
    font-size:18px;
    font-weight:400;
    display:block;
    margin-bottom:8px;
}

.our-mission .list-item{
    background-image:url(/images/mark.png);
}

.main-service{
    width:100%; 
    height:400px;
    background-size:cover;
    position:relative;
}
    .main-service div {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 400px;
        line-height: 400px;
        background-color: #ffffff77;
        text-align: center;
        font-size: 50px;
        font-weight: bold;
        color: rgb(24, 24, 27);
    }

.stage-title {
    color: #112344;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.3;
    margin:50px 0;
    display:block;
}

.stage-items div {
    width: 20%;
    padding: 20px 10px;
    float: left;
    box-sizing: border-box;
    height: 500px;
    border: 1px solid #B9C2DE;
    border-radius:5px;
    position:relative;
}

.stage-items div span{
    display:block;
}

.stage-item-title {
    margin-bottom: 10px;
    color: #112344;
    font-size:24px;
}

.stage-items{
    background-image:url(/images/stage.svg);
    display:flex;
    background-repeat:no-repeat;
    background-position:bottom;
}

.child-item {
    width: 31%;
    border: 1px solid #B9C2DE;
    border-radius:14px;
    margin-bottom:30px;
}

.child-item img{
    width:100%;
    height:235px;
    object-fit:cover;
    border-top-left-radius:14px;
    border-top-right-radius:14px;
}

.child-item-title {
    color: #112344;
    font-size:20px;
    font-weight:400;
    display:block;
    padding:0 20px;
    margin:20px 0 10px 0;
}

.child-item-text {
    color: #686C75;
    font-size:16px;
    font-weight:400;
    display:block;
    padding: 0 20px;
    height:125px;
    margin-bottom:20px;
}
.child-services a {
    border: 1px solid #f83526;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 70px;
    padding: 10px 50px 10px 20px;
    color: #f83526;
    display:inline-block;
    text-decoration:none;
    margin-bottom:20px;
    float:right;
    margin-right:20px;
    background-image:url(/images/arrow-right.svg);
    background-repeat:no-repeat;
    background-position:center right 20px;
}
.about-images, .home-personal-reviews {
    margin-top: 40px;
    margin-left: calc(-50vw + 50%);
    width: 99.5vw;
}

.review-item-name, .review-item-position, .review-item-text
{
    display:block;
    font-size:16px;
    padding:0 20px;
}

.review-item-name {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom:10px;
}

.review-item-position {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #686c75;
    margin-bottom:10px;
}

.review-item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #000;
}
.slider-container .slider-item:nth-child(1n+6) {
    display: none;
}
.home-personal-reviews .slider-item {
    width: 350px;
    height: 540px;
    float: left;
    margin-right: 20px;
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.05), 0 1px 4px 0 rgba(12, 12, 13, 0.1);
    border-radius: 14px;
}
        .home-personal-reviews .slider-item img{
            width:100%;
            height:235px;
            object-fit:contain;
            border-top-left-radius:14px;
            border-top-right-radius:14px;
            margin-bottom:25px;
           
        }
        .about-image-title {
            color: #000000;
            font-size: 40px;
            font-weight: 500;
        }

.slider-actions{
    float:right;
    margin-top:100px;
}

    .slider-actions button {
        
        height:50px;
        width:50px;
        border-radius:50%;
        outline:0;
        border:none;
        cursor:pointer;
        background-size:100%;
    }

    .slider-prev{
background: url(/images/left-arrow.png);
margin-right:10px;
    }

.slider-next {
    background: url(/images/right-arrow.png);
}
.slider-container{
    width:2000px;
    font-size:0;
}
.slider-container img:nth-child(1n+5)
{
    display:none;
}
.about-ertification {
    margin-top: 100px;
}

.cert1{
    width:40%;
}

.cert2{
    width:55%;
}

.cert2 img{
    width:100%;
}
.cert-title {
    color: #112344;
    font-size:40px;
    font-weight:500;
    display:block;
    line-height:1.3;
    margin-bottom:5px;
}

.cert-text{
    color:black;
    font-size:18px;
}

.order-form {
    background: #EDEFF5;
    margin-top:100px;
    padding:90px 0;
}

.order-form-text{
    width:45%;
}

order-form-submit{
    width:50%;
}

.order-form-title {
    font-size: 32px;
    font-weight: 500;
    display: block;
    line-height: 1.3;
    white-space: pre-line;
    margin-bottom: 20px;
    
}

.order-form-title:first-line{
    color:black;
}
.main-order-text {
    background: linear-gradient(273.48deg, #FF7246 0.13%, #F83526 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    
}


.order-form-description {
    white-space: pre-line;
    font-size: 18px;
    color: black;
}

.order-form-submit{
    width:45%;
}

    .order-form-submit select {
        appearance: none;
        background: url(/images/select-arrow.png) no-repeat right;
        background-position-x: calc(100% - 30px);
        background-size:15px auto;
    }
.order-form-submit input, .order-form-submit select{
    display:block;
    width:100%;
    border-radius:70px;
    background-color:white;
    border:none;
    padding:15px 30px;
    margin-bottom:10px;
    font-size:16px;
    outline:none;
    box-sizing:border-box;
}
.order-form-result {
    display: none;
    align-items: center;
    background: linear-gradient(273.48deg, #FF7246 0.13%, #F83526 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size:32px;
    text-align:center;
}

    .order-form-submit input::placeholder, .order-form-submit select:required:invalid {
        color: #989898;
    }

    .order-form-submit select option{
        color:black;
    }

    .order-form-submit button {
        margin-top: 10px;
        background: linear-gradient(180deg, #FF7246 50%, #FF7246 50%, #F83526 100%), radial-gradient(66% 733.33% at 89% 140%, #F83526 0%, rgba(248, 53, 38, 0) 100%), radial-gradient(19.17% 77.66% at 89.08% 7.14%, #FF6E04 0%, #FF6E04 0.01%, rgba(255, 110, 4, 0) 100%);
        border:none;
        width:100%;
        border-radius:70px;
        padding:15px 0;
        text-align:center;
        color:white;
        font-size:20px;
        font-weight:500;
        cursor:pointer;
        position:relative;
    }
        .order-form-submit button:disabled span {
            visibility: hidden;
            opacity: 0;
        }

.order-form-submit button:disabled::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}
@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}
        .second-header {
            display: block;
            margin: 100px 0 50px 0;
            color: #112344;
            font-size: 40px;
            font-weight: 500;
            white-space: pre-line;
            line-height: 1.3;
        }

.whywe{
    margin-top:100px;
}
.whywe-title {
    color: #112344;
    font-size:40px;
    font-weight:500;
    line-height:1.3;
    width:100%;
    margin-bottom:60px;
}
.why-block, .why-foreign-block ,.profit-block{
    width: 65.8333%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.why1, .why2, .why3,.why4,.why5,.why7,.why8 {
    width: 32.5%;
  
    box-shadow: 0px 1px 2px 0px #0000004D;
    border-radius:14px;
    padding:40px 30px;
    height:230px;
    box-sizing:border-box;
    margin-bottom:20px;
}
.why4, .why6{
    padding:0;
}
.why4 img{
    width:100%;
    height:230px;
    object-fit:cover;
    border-radius:14px;
}
.why6 {
    height: 480px;
    width: 32.5%;
    box-shadow: 0px 1px 2px 0px #0000004D;
    border-radius:14px;
}

.why6 img{
    height:480px;
    width:100%;
    object-fit:cover;
    border-radius:14px;
}
.why4, .why5, .why7, .why8,.f-1,.f-2,.f-3,.f-4{
    width:48.75%;
}
.why1 {
    background: linear-gradient(266.3deg, #FF7246 -5.6%, #F83526 90.43%);
    box-shadow: 0px 1px 2px 0px #0000004D;
}
.f-1, .f-2, .f-3, .f-4 {
    border-radius: 14px;
    height: 265px;
    background-color: #edeff5;
    margin-bottom:20px;
}
.f-1 {
    background-color: #112344;
}
.why-foreign-image{
    width:32.5%;
    height:550px;
    border-radius:14px;

}

.why-foreign-image img{
    width:100%;
    height:550px;
    object-fit:cover;
    border-radius:14px;
}

.why-foreign{
    margin-top:100px;
}
.why-foreign-title,.position-main-title {
    display: block;
    white-space: pre-line;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    color: #112344;
    margin-bottom:50px;
    width:100%;
}
.f-1,.f-2,.f-3,.f-4{
    position:relative;
    
}
.f-3 img{
    width:100%;
    height:265px;
    object-fit:cover;
    border-radius:14px;
}
.f-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    display: block;
    padding: 40px 0 0 30px;
    color: #112344;
}
.f-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #686c75;
    position:absolute;
    bottom:30px;
    padding-left:30px;
    white-space:pre-line;
}
.f-1 .f-title {
    color: #fff;
}

.f-1 .f-text {
    color: #cdcdcd;
}
.why-title {
    font-size: 20px;
    font-weight: 500;
    display: block;
    line-height: 1.2;
    white-space: pre-line;
    margin-bottom: 30px;
    color: #112344;
}
.why-text {
    color: #686C75;
    white-space: pre-line;
    display:block;
}
.why1 .why-title, .why1 .why-text {
    color: white;
}

.selection-values{
    display:flex;
    flex-wrap:wrap;
    margin-bottom:120px;
}

    .selection-values span {
        display: inline-block;
        padding: 14px 30px;
        border-radius: 70px;
        border: 1px solid #112344;
        margin-right: 16px;
        margin-bottom: 16px;
        color: #112344;
    }

.block-1, .block-2 {
    width: 48%;
    border-radius: 14px;
    background: #edeff5;
}
.selections-block img{
    width:100%;
    border-top-left-radius:14px;
    border-top-right-radius:14px;
    margin-bottom:50px;
}

.selections-block span {
    display: block;
    padding-left: 40px;
    white-space: pre-line;
}

.block-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.3;
    color: #000;
    margin-bottom:30px;
}
.block-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    margin-bottom:50px;
    height:62px;
}

.block-price{
    margin-bottom:20px;
}

.block-bottom{
    margin-bottom:48px;
    height:42px;
   
}

.selections-block button {
    background: linear-gradient(180deg, #ff7246 0%, #ff7246 0.01%, #f83526 100%), radial-gradient(734.61% 78.95% at 89% 140%, #f83526 0%, rgba(248, 53, 38, 0) 100%), radial-gradient(78.32% 38.97% at 89.08% 7.14%, #ff6e04 0%, #ff6e04 0.01%, rgba(255, 110, 4, 0) 100%);
    border: none;
    border-radius: 100px;
    padding: 12px 58px;
    margin: 0 0 50px 40px;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}

.main-block-title {
    white-space: pre-line;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.3;
    color: #000;
    margin-bottom:60px;
    display:block;
}

.selection-sub-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: #112344;
    white-space:pre-line;
    display:block;
    margin-bottom:40px;
}

.f-positions-types {
    padding: 60px 0 100px 0;
    width: 1100px;
    margin: 0 auto;
}

.positions-parent {
    margin-left: calc(-50vw + 50%);
    left: 0;
    width: 99.5vw;
    background-color: #edeff5;
    margin-top:100px;
}

.position-item {
    width: 32%;
    box-shadow: 0 4px 4px -1px rgba(12, 12, 13, 0.05), 0 4px 4px -1px rgba(12, 12, 13, 0.1);
    background: #fff;
    border-radius:14px;
    padding:45px 15px 50px 15px;
    box-sizing:border-box;
}

.position-title {
    display: block;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
    color: #112344;
    height:110px;
    margin-bottom:50px;
}

.position-text, .position-price {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #112344;
    display:block;
    white-space:pre-line;
}

.position-price {
    color: #686c75;
    height:70px;
}

.f-more-services{
    margin-top:100px;
}
    .f-more-services div {
        width: 100%;
        background-color: #edeff5;
        border-radius:14px;
        margin-bottom:20px;
        padding:50px 0;
    }

.more-service-title {
    font-weight: 500;
    font-size: 32px;
    text-align: center;
    display: block;
    color: #112344;
    white-space:pre-line;
    margin-bottom:20px;
}

.more-service-text, .more-service-price {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #112344;
    display:block;
    white-space:pre-line;
}
.more-service-price{
    margin-top:30px;
}
.f-more-services button {
    cursor: pointer;
    background-color: #112344;
    border-radius: 100px;
    border: none;
    padding: 12px 50px;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    display:flex;
    margin:30px auto 0 auto;
}

.use-title {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.3;
    color: #000;
    margin-bottom:50px;
    margin-top:100px;
}
.use-outstaffing div {
    width: 24%;
    height: 230px;
    box-sizing: border-box;
    white-space: pre-line;
    padding: 100px 20px 0 20px;
    background-color: #edeff5;
    border-radius: 14px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #112344;
    background-size: 50px;
    background-position: top 10px left 20px;
    background-repeat:no-repeat;
}

div.use-item-1 {
    background:url(/images/use-1.png), linear-gradient(216deg, #ff7246 0%, #f83526 100%);
    color:white;
    background-repeat:no-repeat;
    background-size:50px,100%;
    background-position:top 10px left 20px,top;
}

div.use-item-2{
    background-image:url(/images/use-2.png);
}
div.use-item-3 {
    background-image: url(/images/use-3.png);
}
div.use-item-4 {
    background-image: url(/images/use-4.png);
}
.profit-1, .profit-2, .profit-3, .profit-4, .profit-5, .profit-7, .profit-8 {
    width: 32.5%;
    border-radius: 14px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    height: 170px;
    padding: 40px 0 0 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5
}
.profit-6 {
    width: 32.5%;
    border-radius: 14px;
    height: 360px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    background: #112344;
    padding: 40px 0 0 20px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color:white;
}

.profit-4, .profit-5, .profit-7, .profit-8 {
    width:48.75%;
}
.profit-title {
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.3;
    color: #000;
    margin-bottom:50px;
}
.outstaff-profit{
    margin-top:100px;
}

.profit-1 {
    background: linear-gradient(216deg, #ff7246 0%, #f83526 100%);
    color:white;
}

.profit-2,.profit-7{
    padding:0;
}
.profit-2 img, .profit-7 img{
    width:100%;
    height:100%;
    border-radius:14px;
    object-fit:cover;
}
.take-title {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.3;
    color: #000;
    margin-bottom:60px;
}
.outstaff-take{
    margin-top:100px;
}
.outstaff-take div {
    width: 32.5%;
    margin-bottom: 20px;
    height: 240px;
    padding: 100px 0 0 40px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    border-radius:14px;
    box-sizing:border-box;
    background-repeat:no-repeat;
    background-size:50px;
    background-position:top 25px left 40px;
}
.take-item-1{
    background-image:url(/images/take-1.png);
}
.take-item-2 {
    background-image: url(/images/take-2.png);
}
.take-item-3 {
    background-image: url(/images/take-3.png);
}
.take-item-4 {
    background-image: url(/images/take-4.png);
}
.take-item-5{
    background-image: url(/images/take-5.png);
}
.take-item-6 {
    background-image: url(/images/take-6.png);
}
.short-services-title {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.3;
    color: #112344;
    margin-bottom:30px;
    margin-top:100px;
}
.shot-services .short-item {
    width: 32.5%;
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.05), 0 1px 4px 0 rgba(12, 12, 13, 0.1);
    border-radius:14px;
    margin-bottom:50px;
}
.short-item img{
    width:100%;
    height:260px;
    object-fit:cover;
    border-top-left-radius:14px;
    border-top-right-radius:14px;
}
.short-item span {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #112344;
    margin:15px 0 15px 20px;
}
.short-item a {
    border: 1px solid #f83526;
    border-radius: 70px;
    padding: 10px 20px;
    margin-left: 20px;
    display: inline-block;
    margin-bottom: 20px;
    color: #f83526;
    text-decoration:none;
}
.sub-advantages{
    margin:100px 0;
}
.sub-advantages div{
    width:24%;
}

.sub-advantages .a-title {
    
    font-weight: 500;
    font-size: 80px;
    line-height: 1.3;
    color: #ff5532;
    text-align:left;
}
.staff-type-title {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.3;
    color: #000;
    margin-bottom:60px;
}
.staff-types div {
    width: 49%;
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.05), 0 1px 4px 0 rgba(12, 12, 13, 0.1);
    border-radius:14px;
    margin-bottom:50px;
}

.staff-types div img{
    width:100%;
    height:260px;
    object-fit:cover;
    border-top-left-radius:14px;
    border-top-right-radius:14px;
}
.staff-item-title {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    margin:30px 0 20px 30px;
    
}
.staff-item-text {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #686c75;
    margin-bottom:20px;
    margin-left:30px;
    white-space:pre-line;
}

.staff-types ul {
    color: #686c75;
    margin-left:20px;
    
    display:block;
}

.selection-profit{
    margin-top:100px;
}
.selection-profit-title {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.3;
    color: #000;
    margin-bottom:60px;
}

.selection-profit div {
    width: 32.5%;
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    height: 250px;
    border-radius: 14px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    padding: 80px 0 0 20px;
    box-sizing: border-box;
    background-size: 50px;
    background-position: left 10px top 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #686c75;
}

.selection-profit div img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:14px;
}
    .selection-profit div span {
        display: block;
        font-weight: 500;
        font-size: 20px;
        line-height: 1.2;
        color: #112344;
        margin-bottom:10px;
    }
div.selection-item-1 {
    background: url(/images/sp1.png), linear-gradient(216deg, #ff7246 0%, #f83526 100%);
    background-size: 50px,100%;
    background-repeat: no-repeat;
    background-position: left 10px top 10px, top;
    color:white;
}

div.selection-item-1 span{
    color:white;
}
.selection-item-2 {
    background-image: url(/images/sp2.png);
}
.selection-item-3 {
    background-image: url(/images/sp3.png);
}

.selection-item-4 {
    background-image: url(/images/sp4.png);
}
.selection-item-5 {
    background-image: url(/images/sp5.png);
}

div.selection-item-6{
    padding:0;
}

header .open-order{
    margin:0;
   border-radius:100px;
   padding:9px 40px;
   font-size:16px;
}

.menu-items{
    align-items:center;
}

.services-menu{
    position:relative;
}

.services-menu section{
    position:absolute;
    top:30px;
    background-color:white;
    left:0;
    display:flex;
    flex-wrap:wrap;
    border-radius:12px;
    width:260px;
    padding:30px 15px 10px 15px;
    left:50%;
    margin-left:-130px;
    box-sizing:border-box;
   
    
}

    .services-menu section a {
        display: block;
        width: 100%;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.3;
        color: #112344;
        margin-bottom:20px;
    }

.services-menu section img{
    position:absolute;
    top:-10px;
    left:50%;
    margin-left:-13px;
}

.services-menu:hover > .section-wrapper{
    display:flex;
}

.section-wrapper {
    position: absolute;
    top: 40px;
    display: none;
    position: absolute;
  
    
    left: 0;
    display: flex;
    flex-wrap: wrap;
    border-radius: 12px;
    width: 260px;
    padding: 30px 15px 10px 15px;
    left: 50%;
    margin-left: -130px;
    box-sizing: border-box;
    display:none;
}

.news-block{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.news-item {
    width: 48%;
    border-radius: 14px;
    box-shadow: 0 4px 4px -4px rgba(64, 31, 40, 0.25), 0 13px 25px -3px rgba(64, 31, 40, 0.25);
    background: white;
    margin-bottom:60px;
    position:relative;
}

.news-item img{
    width:100%;
    height:360px;
    object-fit:cover;
    border-top-left-radius:14px;
    border-top-right-radius:14px;
    margin-bottom:30px;
}

.news-item-title, .news-item-description{
    display:block;
    padding:0 30px;
    margin-bottom:30px;
}

.news-item-title{
    font-size:20px;
    font-weight:500;
}

.news-item-description{
    font-size:16px;
    font-weight:400;
    height:140px;
}

.news-item a {
    border: 1px solid #f83526;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 70px;
    padding: 10px 50px 10px 20px;
    color: #f83526;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 20px;
    float: right;
    margin-right: 20px;
    background-image: url(/images/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    position:absolute;
    bottom:0;
    right:30px;
}

.grey-bg {
    background: #edeff5;
}

.news-block-title{
    display:block;
    font-size:40px;
    font-weight:400;
    margin:100px  0;

}

.news-content {
    width:100%;
    background: white;
    padding: 30px;
    box-sizing:border-box;
    min-height:550px;
}

.news-content img{
    float:left;
    clear:both;
    margin: 0 30px 30px 0;
}
#certificate{
    cursor:pointer;
}
.image-overlay {
    align-items: center;
    justify-content:center;
}

.image-overlay img{
    max-height:80%;
}
.overlay, .image-overlay {
    height: 100vh;
    position: fixed;
    width: 100%;
    background: #32323280;
    z-index: 10000;
    top: 0;
    display: none;
    overflow-y: scroll;
}
    .overlay::-webkit-scrollbar,.image-overlay::-webkit-scrollbar {
        display: none;
    }
.modal-parent {
   /* background-color: #edeff5;*/
    border-radius: 14px;
   position:absolute;
   min-height:100%;
    /*top: 50%;*/
    left: 50%;
   /* margin-left: -450px;*/
    display: flex;
    /*padding: 50px 80px;*/
    box-sizing:border-box;
    justify-content:center;
}
    /*.modal-parent::-webkit-scrollbar{
        display:none;
    }*/
    .about-block h1 {
        margin-top: 150px;
        width: 100%;
    }
.about-block .main-info{
    padding-top:50px;
}

.about-block span{
    white-space:pre-line;
    font-size:18px;
    color:white;
    font-weight:400;
}

.ma-3 img, .ma-4 img{
    width:100%;
    height:230px;
    object-fit:cover;
    border-radius:14px;
}
.ma-3.about, .ma-4.about{
    padding:0;
}

.about-pr-title{
    font-size:40px;
    font-weight:500;
    line-height:1.3;
    display:block;
    margin-bottom:20px;
}

.about-pr-text {
    white-space: pre-line;
    display: block;
    color:#112344;
    font-size:18px;
    font-weight:400;
    margin-bottom:60px;

}

.about-news-title{
    font-size:40px;
    line-height:1.2;
    display:block;
    margin-bottom:60px;
}

.contact-body {
    width: 100%;
    background: #112344;
    border-radius:20px;
    padding:50px 75px 80px 75px;
    box-sizing:border-box;
    margin-top:90px;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.contact-map{
    height:550px;
    width:100%;
    margin-top:50px;
    border-radius:20px;
}
.contact-map iframe{
    border-radius:20px;
}
.contact-title {
    font-size: 32px;
    color: #f8f8f8;
    font-weight:600;
    display:block;
    margin-bottom:30px;
    margin-top:30px;
}

.contact-item-1, .contact-item-2{
    width:47%;
}

.contact-sub-title {
    color: #f8f8f8;
    font-size:18px;
    display:block;
    line-height:1.5;
    margin-top:20px;
}

.contact-value {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.5;
    
    color: #f8f8f8;
}

.error-body {
    width: 100%;
    border-radius: 20px;
    background-color: #112344;
    padding-top:150px;
    padding-bottom:300px;
    margin-top:110px;
}

.error-code{
    display:block;
    text-align:center;
    font-size:84px;
    color:white;
}

.error-text{
    font-size:24px;
    font-weight:500;
    color:white;
    text-align:center;
    display:block;
}

.error-body a{
    display:block;
    border-radius:67px;
    text-decoration:none;
    background-color:white;
    padding:10px 0;
    font-size:18px;
    color:black;
    margin: 45px auto 0 auto;
    width:200px;
    text-align:center;
    box-sizing:border-box;
}

.short-service-info {
    width: 1100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -550px;
    background: #edeff5;
    top:50%;
    position:absolute;
    left:50%;
    padding:80px 50px;
    border-radius:14px;
    box-sizing:border-box;
}

.close-short-service{
    width:30px;
    height:30px;
    display:block;
    position:absolute;
    top:30px;
    right:30px;
    cursor:pointer;
    background-size:30px;
    background-image:url(/images/close-short-service.png);
}

.short-service-image{
    width:35%;
}
.short-service-text{
    width:62%;
}

.short-service-image img{
    width:100%;
    border-radius:14px;
}
.short-service-title{
    font-size:36px;
    font-weight:500;
    display:block;
}
.short-service-desc{
    white-space:pre-line;
}
.home-staff{
    margin-top:100px;
}

    .home-staff div {
        width: 31%;
        background-color: #edeff5;
        border-radius: 14px;
        padding: 80px 40px 20px 40px;
        box-sizing: border-box;
        white-space: pre-line;
        background-repeat: no-repeat;
        background-size: auto 50px;
        background-position: left 40px top 20px;
        font-weight: 500;
        font-size: 18px;
        line-height:1.5;
    }

    .staff-2{
        background-image:url(/images/staff2.png);
    }
.staff-3 {
    background-image: url(/images/staff3.png);
}
div.staff-1 {
    background:url(/images/staff1.png),linear-gradient(216deg, #ff7246 0%, #f83526 100%);
    background-size:auto 50px,100%;
    background-position: left 40px top 20px,left top;
    background-repeat:no-repeat, no-repeat;
    color:white;
}

.stage-actions{
    display:none;
}

.stage-percent {
    font-weight: 400;
    font-size: 64px;
    line-height: 1.3;
    position:absolute;
    bottom:40px;
    left:10px;
}

    .stage-percent.last {
        background: linear-gradient(216deg, #ff7246 0%, #f83526 100%);
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.about-block .open-order, .about-mobile-block {
    display: none;
}
.about-map{
    margin-bottom:30px;
    background-image:url(/images/map.svg);
    width:100%;
    height:992px;
    position:relative;
}

.map-mark{
    height:40px;
    width:40px;
    background-image:url(/images/mapmark.png);
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
    background-size:37px;
    cursor:pointer;
}
    .map-mark .tooltip {
        background: linear-gradient(216deg, #ff7246 0%, #f83526 100%);
        border-radius:70px;
        color:white;
        font-weight:500;
        font-size:16px;
        display:none;
        padding:10px 30px;
        position:absolute;
        left:-30px;
       white-space:nowrap;
       z-index:2;
    }

    .map-mark:hover > .tooltip{
        display:block;
    }
.map-mark.ru{
    top:300px;
    right:450px;
}
    .map-mark.kg {
        top: 480px;
        right: 620px;
    }

    .map-mark.uz {
        top: 525px;
        right: 645px;
    }

    .map-mark.in {
        top: 645px;
        right: 570px;
    }
    .map-mark.lk {
        top: 720px;
        right: 557px;
    }

    .map-mark.bd {
        top: 630px;
        right: 512px;
    }

    .map-mark.by {
        top: 430px;
        left: 227px;
    }
    .map-mark.ua {
        top: 470px;
        left: 252px;
    }
    .map-mark.md {
        top: 485px;
        left: 229px;
    }

    .map-mark.vn {
        top: 700px;
        right: 413px;
    }
    .map-mark.id {
        top: 780px;
        right: 378px;
    }

    .map-mark.ph {
        top: 710px;
        right: 330px;
    }
    .map-text{
        margin:100px 0 30px 0;
    }
.map-text-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.3;
    color: #000;
    display:block;
    margin-bottom:40px;
}

.map-text-body {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    display:block;
    white-space:pre-line;
}
footer {
    padding: 100px 0 50px 0;
    background-color: #112344;
    margin-top:100px;
}

.footer-items{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.fitem-1{
    width:28%;
    order:1;
}

.fitem-2{
    width:17%;
    order:2;
}

.fitem-3{
    width:49%;
    order:3;
}

footer .links a, .footer-addres, .footer-privacy {
    color: #f6f6f6;
    font-size: 20px;
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
}

.show-map {
    background: rgba(255, 255, 255, 0.08);
    border-radius:26px;
    color:white;
    text-decoration:none;
    display:block;
    width:260px;
    padding:16px 0;
    text-align:center;
    background-image:url(/images/show-map.png);
    background-repeat:no-repeat;
    background-position:center right 20px;
}

.footer-phone, .footer-email {
    background-color: #f6f6f6;
    width:48%;
    display:block;
    border-radius:31px;
    margin-top:30px;
    padding:16px 0;
    text-align:center;
}

.footer-phone {
    float: left;
    margin-right: 2%;
    background-image: url(/images/mobile-phone.png);
    background-position: center left 40px;
    color:black;
    text-decoration:none;
}

.footer-email {
    float: right;
    font-size: 14px;
    background-image: url(/images/mobile-email.png);
    background-position: center left 20px;
}

.footer-phone, .footer-email{
    background-repeat:no-repeat;
    
}

.footer-privacy{
    width:100%;
    clear:both;
    margin-top:100px;
}

.fitem-3 div{
    display:inline-block;
}
.mobile-footer-title{
    display:none;
}

.second-header_4 .second-header{
    font-size:20px;
}
.position-item a {
    display: block;
    border: 1px solid #112344;
    border-radius: 70px;
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 16px;
    color: #112344;
    text-align:center;
    margin-top:30px;
}

.position-item button {
    cursor: pointer;
    background-color: #112344;
    border-radius:70px;
    display:block;
    width:100%;
    box-sizing:border-box;
    border:none;
    padding:12px;
    text-align:center;
    color:white;
    font-size:16px;
    margin-top:12px;
}

.stage-popup {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1100px;
    background-color: white;
    margin-left: -550px;
    border-radius: 34px;
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
     padding:70px;
     box-sizing:border-box;
}

.stage-left-item, .stage-right-item{
    width:48%;
    /*white-space:pre-line;*/
    padding-bottom:50px;
}
.stage-right-item {
    color: #2f2a76;
    font-size:20px;
    font-weight:500;
    display:flex;
    align-items:center;
}
.stage-left-item {
    border-right: 1px solid #2f2a76;
    font-weight: 700;
    color: #2f2a76;
    font-size:20px;
    display:flex;
    align-items:center;
    
}
.mobile-timeline{
    display:none;
}
div.stage-step {
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #f83526;
    border-radius: 14px;
    height: 70px;
    width: 70px;
    font-size: 40px;
    font-weight: 700;
    color: #f83526;
    text-align:center;
    line-height:70px;
    float:left;
    white-space:nowrap;
    margin-right:25px;
    display:block;
    flex-shrink:0;
}

.stage-main-title {
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 48px;
    color: #f83526;
    margin-bottom:30px;
}

.stage-desc {
    width: 100%;
    display: block;
    color: #2f2a76;
    font-size:36px;
    margin-bottom:100px;
}

.close-stages, .close-image{
    background-image:url(/images/close-stages.png);
    display:block;
    position:absolute;
    top:50px;
    right:50px;
    cursor:pointer;
    height:40px;
    width:40px;
    background-size:40px;
}

.modal-parent .order-form-submit {
    background-color: #EDEFF5;
    border-radius: 14px;
    width: 400px;
    padding:80px 50px;
    left:50%;
    margin-left:-200px;
    top:50%;
    position:absolute;
}

.short-service-info button {
    cursor: pointer;
    border: none;
    background: linear-gradient(180deg, #ff7246 0%, #ff7246 0.01%, #f83526 100%), radial-gradient(734.61% 78.95% at 89% 140%, #f83526 0%, rgba(248, 53, 38, 0) 100%), radial-gradient(78.32% 38.97% at 89.08% 7.14%, #ff6e04 0%, #ff6e04 0.01%, rgba(255, 110, 4, 0) 100%);
    border-radius:70px;
    padding:12px 50px;
    color:white;
    font-size:18px;
    margin-top:50px;
    display:inline-block;
}

.about-image-title{
    margin-top:100px;
    display:inline-block;
}

.home-personal-reviews-maintitle {
    display: block;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.3;
    color: #000;
}
.home-personal-reviews-maintext {
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    margin-top:20px;
}
.home-actions{
    margin-top:0;
}

.home-personal-staff-price-info {
    background-color: #edeff5;
    width:100%;
    border-radius:14px;
    padding:70px 80px;
    margin:100px 0;
    box-sizing:border-box;
}

.price-title {
    display:block;
    white-space:pre-line;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.3;
    color: #000;
    margin-bottom:40px;
}

.price-text {
    font-size: 20px;
    line-height: 1.5;
    color: #000;
}