.page_how-we-work .main-banner-stroke-around::before{
    display: none;
}
.page_how-we-work .breadcrumbs_wrapper span{
    color: #fff;
    text-transform: lowercase;
}
.breadcrumbs_wrapper .breadcrumb_last{
    font-weight: 300;
}
.work-banner__body{
    margin-top: 10px;
    min-height: 767px;
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}
.work-banner-top__title{
    color: #FFF;
    font-family: Jost;
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 46.512px;
    letter-spacing: 3.721px;
    text-transform: lowercase;
    text-align: center;
    margin-bottom: 38px;
}
.work-banner-top__title span{
    background: -o-linear-gradient(333deg, #3ca0d2 -20%, #48dca6 67.35%);
    background: linear-gradient(117deg, #3ca0d2 -20%, #48dca6 67.35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.work-banner__title{
    color: #FFF;
    text-align: center;
    font-family: Nunito;
    font-size: 75.286px;
    font-style: normal;
    font-weight: 700;
    line-height: 84.697px;
    position: relative;
    margin-bottom: 20px;
}
.work-banner__text{
    color: #FFF;
    text-align: center;
    font-family: Jost;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    max-width: 1083px;
    margin: 0 auto;
}
.work-banner__button{
    padding: 16px 40px;
    background: -o-linear-gradient(359.87deg, #3ca0d2 .12%, #48dca6 99.91%);
    background: linear-gradient(90.13deg, #3ca0d2 .12%, #48dca6 99.91%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #FFF;
    font-family: Jost;
    font-size: 25px;
    font-weight: 500;
    line-height: 26px;
    position: relative;
    overflow: hidden;
    height: 60px;
    min-width: 485px;
    text-align: center;
    margin-top: 50px;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
}
.work-banner__button span{
    position: relative;
    z-index: 2;
}
.work-banner__button::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: -o-linear-gradient(179.7deg, #3ca0d2 1.98%, #48dca6 99.74%);
    background: linear-gradient(270.3deg, #3ca0d2 1.98%, #48dca6 99.74%);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.work-banner__button:hover::after{
    opacity: 1;
}
.values__body{
    position: relative;
}
/* .values__body .stories__svg-arr{
    position: absolute;
    width: 700px;
} */
.values__title{
    max-width: 600px;
    text-align: left;
    /* font-size: 80px; */
    /* line-height: 90px; */
    /* margin: 0 0 150px auto; */
    color: #454545;
    /* font-family: Nunito; */
    /* font-weight: 700; */
}
.values__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 60px;
}
.values__item{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    width: 33%;
    margin-bottom: 40px;
}
.values__item-title{
    position: relative;
    color: #454545;
    font-family: Nunito;
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    display: inline-block;
    margin-bottom: 15px;
}
.values__item-title span{
    max-width: 160px;
}
.values__item:last-child .values__item-title span{
    max-width: 220px;
}
.values__item-title img{
    position: absolute;
    right: -1em;
    bottom: 0;
    z-index: -1;
}
.values__item-subtitle{
    color: #454545;
    font-family: Jost;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 25px;
}
.values__item-text{
    color: #454545;
    font-family: Jost;
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
}
.values__mob{
    display: none;
}
.getting-started{
    /* padding: 15px 0 160px 0; */
    background-image: url('/wp-content/themes/wp-RA/assets/img/how-work/getting-bg-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin: 120px 0;
}
.getting-started__title{
    /* max-width: 470px; */
    margin: 0 auto;
}
.getting-started-span{
    position: relative;
    display: inline-block;
}
.getting-started-span span{
    background: -o-linear-gradient(333deg, #3ca0d2 -20%, #48dca6 67.35%);
    background: linear-gradient(117deg, #3ca0d2 -20%, #48dca6 67.35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.getting-started_steps{
    margin-bottom: 62px;
}
.getting-started_step{
    display: flex;
    align-items: center;
    position: relative;
    padding: 30px 0;
}
.getting-started_step.active .scroll-base{
    background-color: #D1CB28;
    width: 4px;
}
.getting-started_step.active .dot{
    background: #D1CB28;
}
.getting-started_step.active .dot:after{
    width: 21px;
    height: 21px;
}
.started_step-left{
    width: 40%;
}
.step-content{
    position: relative;
    /* top: 50%; */
    /* transform: translatey(40%); */
}
.step-number-img{
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.started_step-center{
    width: 20%;
}
.started_step-right{
    width: 40%;
}
.started_step-title{
    color: #454545;
    font-family: Nunito;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 12px;
}
.started_step-text{
    color: #454545;
    font-family: Jost;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
}
.dot{
    width: 28px;
    height: 28px;
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
    background: #979797;
    z-index: 10;
}
.dot:after{
    content: '';
    top: 50%;
    left: 50%;
    position: absolute;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 24px;
    height: 24px;
}
.scoll-wrap{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}
.scroll-base{
    width: 2px;
    height: 100%;
    background-color: #979797;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}
.getting-started_button{
    position: relative;
    height: 60px;
    width: 100%;
    overflow: hidden;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    background: linear-gradient(91deg, #d1cb28 0, #48dca6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    max-width: 530px;
    margin: 0 auto;
}
.getting-started_button span{
    position: relative;
    z-index: 2;
}
.getting-started_button::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: -o-linear-gradient(179.7deg, #3ca0d2 1.98%, #48dca6 99.74%);
    background: linear-gradient(270.3deg, #3ca0d2 1.98%, #48dca6 99.74%);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.getting-started_button:hover::after{
    opacity: 1;
}
.explore-work{
    margin-top: 210px;
    margin-bottom: 210px;
}
.explore-work__title{
    font-size: 75px;
    line-height: 85px;
    max-width: 1180px;
    margin: 0 auto 20px;
    font-family: Nunito;
    font-weight: 700;
    text-align: center;
}
.explore__title-work-span{
    position: relative;
    display: inline-block;
}
.explore__title-work-span::after{
    content: "";
    position: absolute;
    top: 45px;
    right: -50px;
    width: 40px;
    height: 75px;
    background: url(/wp-content/themes/wp-RA/assets/img/main/real-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.explore-work__subtitle{
    color: #000;
    text-align: center;
    font-family: Jost;
    font-size: 33px;
    font-weight: 300;
    line-height: 40px;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.discovery-work__title{
    font-size: 80px;
    line-height: 90px;
    margin: 0 auto 20px;
    font-family: Nunito;
    font-weight: 700;
    text-align: center;
}
.discovery-work__title-span{
    position: relative;
    display: inline-block;
}
.discovery-work__title-span:after{
    content: "";
    position: absolute;
    top: -30px;
    right: -55px;
    background: url(/wp-content/themes/wp-RA/assets/img/blobs-white-right.svg) no-repeat;
    width: 50px;
    height: 55px;
}
.discovery-work__title-span span{
    background: -o-linear-gradient(333deg, #3ca0d2 -20%, #48dca6 67.35%);
    background: linear-gradient(117deg, #3ca0d2 -20%, #48dca6 67.35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-certified{
    margin-top: 115px;
    position: relative;
}
.certified-title{
    text-align: left;
    max-width: 50%;
}
.image-map-work{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-30%);
    z-index: -1;
}
.map-content_button{
    position: relative;
    height: 60px;
    width: 100%;
    overflow: hidden;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    background: linear-gradient(91deg, #d1cb28 0, #48dca6 100%);
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.map-content_button span{
    position: relative;
    z-index: 2;
}
.map-content_button::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: -o-linear-gradient(179.7deg, #3ca0d2 1.98%, #48dca6 99.74%);
    background: linear-gradient(270.3deg, #3ca0d2 1.98%, #48dca6 99.74%);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.map-content_button:hover::after{
    opacity: 1;
}
.certified__title{
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 15px;
    text-align: left;
    font-family: Nunito;
    font-weight: 700;
    position: relative;
    max-width: 760px;
}
.certified__title span{
    background: -o-linear-gradient(333deg, #3ca0d2 -20%, #48dca6 67.35%);
    background: linear-gradient(117deg, #3ca0d2 -20%, #48dca6 67.35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.certified__body-top{
    position: relative;
}
.certified__svg-arr{
    right: -75px;
}
.certified__body-bottom{
    margin-top: 130px;
}
.certified_items{
    display: flex;
    gap: 48px;
    max-width: 850px;
}
.certified_item{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.certified_item-title{
    color: #454545;
    font-family: Nunito;
    font-size: 37.649px;
    font-weight: 700;
    line-height: normal;
}
.certified_item-count{
    color: #454545;
    font-family: Nunito;
    font-size: 95.767px;
    font-weight: 700;
    line-height: normal;
}
.certified_item-text{
    color: #454545;
    font-family: Jost;
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
}
.certified__mob{
    display: none;
}
.section-models{
    margin: 120px 0;
    position: relative;
}
.models-body{
    padding: 75px 30px 25px 30px;
    border-radius: 20px;
    background: #FBFBFB;
    box-shadow: 0px 0px 35.5px 0px rgba(49, 136, 199, 0.27);
}
.models-title{
    color: #454545;
    font-family: Nunito;
    font-size: 64px;
    font-weight: 700;
    line-height: 76px;
    text-align: center;
    margin-bottom: 32px;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.models-tabs .tab-content.open{
    display: block;
}
.tabs-container{
    display: flex;
    /* justify-content: center; */
}
.tab{
    color: #363636;
    font-family: Nunito;
    font-size: 35px;
    font-weight: 800;
    line-height: normal;
    cursor: pointer;
    width: 100%;
    /* border-bottom: 1px solid #DFDFDF; */
    padding: 12px 30px;
    position: relative;
}
.models-tabs .tabs-container{
    display: grid;
    grid-auto-flow: column;
    gap: 10px;
}
.models-tabs .tab{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #454545;
    border-radius: 10px;
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
}
.models-tabs .tab:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: -o-linear-gradient(359.87deg, #3ca0d2 .12%, #48dca6 99.91%);
    background: linear-gradient(90.13deg, #3ca0d2 .12%, #48dca6 99.91%);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 8px;
}
.models-tabs .tab span{
    position: relative;
    z-index: 2;
}
.models-tabs .tab.active::after{
    opacity: 1;
}
/* .tab.active::after{
    content: '';
    position: absolute;
    bottom: -2px;
    height: 4px;
    background-color: #3CA0D2;
    width: 100%;
    left: 0;
    filter: drop-shadow(0px 2px 6.6px rgba(11, 87, 202, 0.17));
} */
.tab-content_body{
    padding: 35px 15px;
    display: flex;
}
.tab-content_body-left{
    width: 50%;
    padding-right: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tab-content_body-right{
    width: 50%;
    padding-left: 35px;
}
.tab-content_body-right p{
    color: #363636;
    font-family: Jost;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}
.tab-content_text{
    color: #363636;
    font-family: Jost;
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 75px;
    margin-top: 25px;
}
.tab-content_button{
    position: relative;
    height: 60px;
    width: 100%;
    overflow: hidden;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    background: linear-gradient(91deg, #d1cb28 0, #48dca6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.tab-content_button span{
    position: relative;
    z-index: 2;
}
.tab-content_button::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: -o-linear-gradient(179.7deg, #3ca0d2 1.98%, #48dca6 99.74%);
    background: linear-gradient(270.3deg, #3ca0d2 1.98%, #48dca6 99.74%);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.tab-content_button:hover::after{
    opacity: 1;
}
.tab-content_list{
    color: #363636;
    font-family: Jost;
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
}
.tab-content_list li{
    background: url(/wp-content/themes/wp-RA/assets/img/how-work/icon-list-tab.png) left 0px top 10px no-repeat;
    padding-left: 35px;
    margin-bottom: 20px;
}
.tab-content_list li:last-child{
    margin-bottom: 0;
}
.models-title span{
    position: relative;
    display: inline-block;
}
.models-title span::after{
    display: none;
    content: "";
    position: absolute;
    top: 55px;
    right: -50px;
    width: 40px;
    height: 75px;
    background: url(/wp-content/themes/wp-RA/assets/img/main/real-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.section-table-comparison{
    margin: 120px 0;
}
.comparison-work__title{
    color: #454545;
    max-width: 100%;
    font-size: 64px;
    line-height: 76px;
    margin: 0 auto 32px;
    font-family: Nunito;
    font-weight: 700;
    text-align: center;
}
.table-comparison_top-header .el-tr{
    border-bottom: 2px solid #363636;
    padding: 15px 0;
}
.table-comparison_main-content .el-tr:last-child{
    border-bottom: 2px solid #363636;
}
.table-comparison_main-content .el-tr{
    min-height: 73px;
    height: auto;
    border-bottom: 1px solid #DFDFDF;
}
.table-comparison_top-header .el-td{
    width: 100%;
    text-align: left;
    padding: 0 20px;
}
.table-comparison_main-content .el-td{
    width: 100%;
    text-align: left;
    /* height: 100%; */
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.table-comparison_wrapper-body{
    padding: 0 30px;
}
.table-comparison__links .el-tr{
    height: 73px;
}
.table-comparison__links .el-td{
    width: 100%;
    text-align: left;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.table-comparison__links .el-td a{
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
    color: #454545;
    display: flex;
    align-items: center;
    gap: 12px;
}
.table-comparison__links .el-td a img{
    transition: all 0.3s ease;
}
.table-comparison__links .el-td a:hover img{
    -webkit-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    transform: translate(10px, 0);
}
.table-comparison_button{
    position: relative;
    height: 60px;
    width: 100%;
    overflow: hidden;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    background: linear-gradient(91deg, #d1cb28 0, #48dca6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    max-width: 351px;
    margin: 25px auto 0 auto;
}
.table-comparison_button span{
    position: relative;
    z-index: 2;
}
.table-comparison_button::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: -o-linear-gradient(179.7deg, #3ca0d2 1.98%, #48dca6 99.74%);
    background: linear-gradient(270.3deg, #3ca0d2 1.98%, #48dca6 99.74%);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.table-comparison_button:hover::after{
    opacity: 1;
}
.project-based-title{
    text-shadow: 0px 0px 7px #48DCA6;
}
.dedicated-team-title{
    text-shadow: 0px 0px 7px #3CA0D2;
}
.staff-augmentation-title{
    text-shadow: 0px 0px 7px #D1CB28;
}
.discovery-work .discovery__body{
    padding: 86px 70px 50px 70px;
}
.discovery_button{
    position: relative;
    height: 60px;
    width: 100%;
    overflow: hidden;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    background: linear-gradient(91deg, #d1cb28 0, #48dca6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    max-width: 351px;
    margin: 55px auto 0 auto;
}
.discovery_button span{
    position: relative;
    z-index: 2;
}
.discovery_button::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: -o-linear-gradient(179.7deg, #3ca0d2 1.98%, #48dca6 99.74%);
    background: linear-gradient(270.3deg, #3ca0d2 1.98%, #48dca6 99.74%);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.discovery_button:hover::after{
    opacity: 1;
}
.section-table{
    margin: 120px 0;
}
.section-table_title{
    max-width: 100%;
    font-size: 64px;
    line-height: 76px;
    margin: 0 auto 85px;
    font-family: Nunito;
    font-weight: 700;
    text-align: center;
}
.section-table_title span{
    position: relative;
}
.section-table_title .span-your{
    position: relative;
}
.section-table_title .span-your:after{
    content: "";
    position: absolute;
    top: -5px;
    left: -15px;
    background-image: url(/wp-content/themes/wp-RA/assets/img/how-work/circle-your.png);
    width: 195px;
    height: 85px;
    background-size: contain;
    background-repeat: no-repeat;
}
.section-table_title .span-support{
    position: relative;
}
.section-table_title .span-support:after{
    content: "";
    position: absolute;
    top: -5px;
    left: -15px;
    background-image: url(/wp-content/themes/wp-RA/assets/img/how-work/circle-support.png);
    width: 345px;
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
}
.table_title-body{
    position: relative;
}
.table_top-header{
    border-radius: 14.793px;
    background: #454545;
    color: #FFF;
    font-family: Jost;
    font-size: 22.928px;
    font-weight: 700;
    line-height: normal;
    padding: 10px 40px;
    position: sticky;
    top: 205px;
    z-index: 11;
}
.table_top-header::before{
    content: '';
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 60px;
}
.table_top-header .el-tr .el-td{
    cursor: pointer;
}
.table_top-header .el-tr .el-td:hover{
    cursor: pointer;
}
.el-tr{
    display: flex;
    /* align-items: center; */
    justify-content: center;
}
.el-td{
    font-size: 19.723px;
    text-align: center;
    width: 17%;
    /* border-left: 1px solid #FFF; */
    position: relative;
}
.el-td img{
    display: block;
    margin: 0 auto;
}
.el-small-text{
    font-size: 14.793px;
    font-weight: 400;
}
.table_main-content{
    font-weight: 300;
    font-size: 21.696px;
    line-height: 11.834px;
    color: #454545;
}
.table_main-content .el-tr{
    height: 73px;
    border-bottom: 1px solid #DFDFDF;
    padding: 0px 40px;
    align-items: center;
}
.table_main-content .el-tr:hover{
    background: linear-gradient(117deg, rgb(60 160 210 / 10%) 11.27%, rgb(72 220 166 / 10%) 67.35%);
}
.table_main-content .el-td{
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
.table-comparison_main-content .el-td.project-based{
    background: rgb(48 191 152 / 10%);
}
.table-comparison_main-content .el-td.dedicated-team{
    background: rgb(60 160 210 / 10%);
}
.table-comparison_main-content .el-td.staff-augmentation{
    background: rgb(209 203 40 / 10%);
}
.table_button-get{
    display: none;
    position: absolute;
    top: calc(-100% - 18px);
    width: 100%;
    left: 0;
    color: #FFF;
    font-family: Jost;
    font-size: 19.723px;
    font-weight: 700;
    line-height: normal;
    border-radius: 14.793px 14.793px 0px 0px;
    background: linear-gradient(117deg, #3CA0D2 11.27%, #48DCA6 67.35%);
    padding: 15px 10px;
}
.info-icon-more{
    background-image: url('/wp-content/themes/wp-RA/assets/img/how-work/question.svg');
    background-repeat: no-repeat;
    width: 16px;
    height: 15px;
    position: relative;
    top: -5px;
    cursor: pointer;
}
[data-tooltip]::after {
	content: attr(data-tooltip);
	position: absolute;
	width: 310px;
    padding: 19px;
	left: 0;
    bottom: 100%;
    top: auto;
	box-shadow: 0px 0px 6.016px #3CA0D2;
	pointer-events: none;
	opacity: 0;
	transition: 1s;
	z-index: 9999;
	border-radius: 14.793px;
    background: #FFF;
    color: #363636;
    font-family: Jost;
    font-size: 14.793px;
    font-weight: 300;
    line-height: 17.751px;
}
[data-tooltip]:hover::after {
	opacity: 1;
}
.table-content_button{
    position: relative;
    height: 60px;
    width: 100%;
    overflow: hidden;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    background: linear-gradient(91deg, #d1cb28 0, #48dca6 100%);
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    max-width: 351px;
    margin: 30px auto 0 auto;
}
.table-content_button span{
    position: relative;
    z-index: 2;
}
.table-content_button::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: -o-linear-gradient(179.7deg, #3ca0d2 1.98%, #48dca6 99.74%);
    background: linear-gradient(270.3deg, #3ca0d2 1.98%, #48dca6 99.74%);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.table-content_button:hover::after{
    opacity: 1;
}
.el-td.basic.active, .el-td.standart.active, .el-td.premium.active, .el-td.custom.active{
    border-left: 1px solid #3CA0D2;
    border-right: 1px solid #3CA0D2;
}
.basic-title.active .table_button-get, .standart-title.active .table_button-get, .premium-title.active .table_button-get, .custom-title.active .table_button-get{
    display: block;
}
.section-team-work{
    margin: 120px 0;
}
.team-top{
    margin: 0 0 32px;
    align-items: center;
    position: relative;
}
.page_how-we-work .flex,
.page-service_styles .flex,
.home .flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.team-top_content{
    width: 50%;
}
.page_how-we-work .career-title,
.page-service_styles .career-title,
.home .career-title{
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 76px;
    color: #454545;
    /* margin: 0 0 15px; */
    position: relative;
    width: fit-content;
}
.page_how-we-work .career-title:before,
.page-service_styles .career-title:before,
.home .career-title:before{
    position: absolute;
    content: "";
    background-image: url(/wp-content/themes/wp-RA/assets/img/main/simple-br.svg);
    left: 100%;
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
.page_how-we-work .career-title:after,
.page-service_styles .career-title:after,
.home .career-title:after{
    content: "";
    position: absolute;
    background: url(/wp-content/themes/wp-RA/assets/img/main/real-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 90px;
    width: 30px;
    left: 100%;
    top: 50%;
}
.team-top_image{
    width: 45%;
    display: flex;
}
/* .svg-arrow-left-work{
    top: 0;
} */
.career-subTitle{
    font-weight: 300;
    font-size: 33px;
    line-height: 1.5;
    color: #454545;
}
.team-bottom_slider-work .slick-prev{
    position: absolute;
    left: -2rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    z-index: 9;
}
.team-bottom_slider-work .slick-prev::before{
    background: url(/wp-content/themes/wp-RA/assets/img/awards/arrow-award-left.svg) no-repeat;
    width: 25px;
    height: 44px;
    background-size: contain;
    content: "";
    display: block;
}
.team-bottom_slider-work .slick-next{
    position: absolute;
    right: -2rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    z-index: 9;
}
.team-bottom_slider-work .slick-next::before{
    background: url(/wp-content/themes/wp-RA/assets/img/awards/arrow-award-right.svg) no-repeat;
    width: 25px;
    height: 44px;
    background-size: contain;
    content: "";
    display: block;
}
.team-slide_image{
    display: flex;
    justify-content: center;
    width: fit-content;
    /* margin: 0 auto 30px; */
    position: relative;
    cursor: pointer;
    margin-bottom: 18px;
}
.team-slide_image .team-slide_info{
    background: linear-gradient(1deg, rgba(0, 0, 0, 0.5) 42%, rgba(105, 105, 105, 0) 90%);
}
.team-slide_image:hover .team-slide_info{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(25, 126, 177, 0.7) 85%);
}
.team-slide_image img{
    border-radius: 20px;
    width: 290px;
    height: 290px;
}
.tab-content-team.active {
    display: block;
}
.tab-content-team {
    display: none;
}
.info-team_content{
    display: flex;
    gap: 50px;
}
.info-team_image{
    width: 50%;
    /* padding: 5px; */
}
.info-team_text{
    width: 50%;
    display: flex;
    flex-direction: column;
    /* padding: 5px 0; */
}
.info-team_text-status{
    color: #363636;
    font-family: Nunito;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}
.info-team_text-name{
    color: #363636;
    font-family: Jost;
    font-size: 26px;
    font-weight: 300;
    line-height: 39px;
    margin-top: 6px;
}
.info-team_certificates{
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 48px;
    flex-wrap: wrap;
}
.certificate-item{
    position: relative;
}
.certificate-item img{
    display: block;
    max-width: 74px;
}
[data-tooltip]::after {
	content: attr(data-tooltip);
	position: absolute;
	width: 270px;
    padding: 11px 12px;
	right: 0;
    bottom: 100%;
    top: auto;
	box-shadow: 0px 0px 6.016px #3CA0D2;
	pointer-events: none;
	opacity: 0;
	transition: 1s;
	z-index: 9999;
	border-radius: 8px;
    background: #FFF;
    color: #363636;
    font-family: Jost;
    font-size: 15px;
    font-weight: 300;
    line-height: 17.751px;
}
[data-tooltip]:hover::after {
	opacity: 1;
}
.info-team_text-infotext{
    color: #363636;
    font-family: Jost;
    font-size: 22px;
    font-weight: 300;
    line-height: 33px;
    margin-top: 38px;
    margin-bottom: 16px;
}
.info-team_image img{
    border-radius: 16px;
    display: block;
    width: 100%;
    height: auto;
}
.info-team_text-button{
    padding: 16px 40px;
    background: -o-linear-gradient(359.87deg, #3ca0d2 .12%, #48dca6 99.91%);
    background: linear-gradient(90.13deg, #3ca0d2 .12%, #48dca6 99.91%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #FFF;
    font-family: Jost;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    position: relative;
    overflow: hidden;
    height: 60px;
    min-width: 485px;
    text-align: center;
    margin-top: auto;
    cursor: pointer;
}
.info-team_text-button span{
    position: relative;
    z-index: 2;
}
.info-team_text-button::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: -o-linear-gradient(179.7deg, #3ca0d2 1.98%, #48dca6 99.74%);
    background: linear-gradient(270.3deg, #3ca0d2 1.98%, #48dca6 99.74%);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.info-team_text-button:hover::after{
    opacity: 1;
}
.team-slide_info{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 23px 23px 13px 23px;
    width: 100%;
    border-radius: 0 0 20px 20px;
}
.team-slide_info-status{
    color: #FFF;
    font-family: Nunito;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}
.team-slide_info-name{
    color: #FFF;
    font-family: Jost;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-top: 8px;
}
.info-team_text-mobile{
    display: none;
}
.page_how-we-work .reviews{
    padding-top: 150px;
}
.title-technologies{
    text-align: center;
    max-width: 970px;
    margin: 0 auto;
}
.technologies-logos img{
    object-fit: contain;
    padding: 15px 0px;
    width: auto;
    height: auto;
}
.mobile-show{
    display: none;
}

@media(min-width: 768px) and (max-width: 1024px){
    .table_main-content{
        font-size: 17px;
    }
    .table_top-header{
        padding: 10px 20px;
    }
    .table_main-content .el-tr{
        padding: 0px 20px;
    }
    .table_main-content .el-td{
        padding: 0;
    }
    .table_top-header-features{
        width: 25% !important;
        text-align: center !important;
    }
    .el-td{
        width: 20%;
    }
    .table_main-content .el-tr div:first-child{
        width: 25% !important;
        padding-right: 5px;
    }
    .table_top-header{
        top: 202px;
    }
    .table_button-get{
        font-size: 16px;
        top: calc(-100% - 13px);
    }
    .info-icon-more{
        position: absolute;
        right: 0;
    }
}
@media(min-width: 460px){
    .page_how-we-work,
    .page__service,
    .page__home,
    .page__services,
    .page__clouds,
    .page__industry{
        overflow: auto;
    }
    .page_how-we-work .wrapper,
    .page__service .wrapper,
    .page__home .wrapper,
    .page__services .wrapper,
    .page__clouds .wrapper,
    .page__industry .wrapper{
        height: auto;
        overflow-x: clip;
    }
    .page_how-we-work .header,
    .page__service .header,
    .page__home .header,
    .page__services .header,
    .page__clouds .header,
    .page__industry .header{
        width: 100%;
    }
}
@media(max-width: 1441px){
    .team-slide_image img{
        width: 240px;
        height: auto;
    }
    .values__body .stories__svg-arr{
        width: auto;
        height: auto;
        top: 50px;
    }
    .getting-started_button{
        font-size: 20px;
    }
    .tab-content_button{
        font-size: 20px;
    }
    .table-comparison_button{
        font-size: 20px;
    }
    .discovery_button{
        font-size: 20px;
    }
}
@media(max-width: 1440px){
    .certified-title{
        text-align: center;
        max-width: 100%;
    }
}
@media(max-width: 1024px){
    .page_how-we-work .career-title,
    .page-service_styles .career-title,
    .home .career-title{
        font-size: 46px;
        line-height: 54px;
    }
    .values__title{
        text-align: center;
        margin: 0 auto 100px auto;
    }
    .values-arrows{
        opacity: 0;
    }
    .values__content{
        gap: 10px;
    }
    .work-banner__title{
        font-size: 58px;
    }
    .image-map-work{
        bottom: 0;
        transform: none;
    }
    .models-tabs .tab{
        font-size: 24px;
        line-height: 30px;
        background: initial;
        padding: 0 10px;
        border-radius: 0;
    }
    .models-tabs .tab:nth-child(2){
        border-left: 1px solid #FFF;
        border-right: 1px solid #FFF;
    }
    .models-tabs .tab:after{
        content: '';
        position: absolute;
        bottom: -20px;
        height: 3px;
        width: 95%;
        left: 50%;
        filter: drop-shadow(0px 2px 6.6px rgba(11, 87, 202, 0.17));
        top: initial;
        transform: translateX(-50%);
    }
    .models-tabs .tabs-container{
        background: #454545;
        border-radius: 10px;
        display: flex;
        margin-left: -35px;
        margin-right: -35px;
        gap: 0;
        padding: 10px 0;
    }
    .getting-started__title{
        max-width: 440px;
    }
    .started_step-title{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 8px;
    }
    .started_step-text{
        font-size: 20px;
        line-height: 32px;
    }
    .breadcrumbs_wrapper span, .breadcrumbs_wrapper span span a{
        font-weight: 400;
        letter-spacing: 2.7px;

        font-size: 18px;
        line-height: 30px;
    }
    .team-slide_info-status{
        font-size: 14px;
        line-height: 16px;
    }
    .team-slide_info-name{
        font-size: 14px;
        line-height: 16px;
        margin-top: 5px;
    }
    .info-team_text-status{
        font-size: 24px;
        line-height: 30px;
    }
    .info-team_text-name{
        font-size: 22px;
        line-height: 34px;
        margin-top: 0;
    }
    .info-team_text-infotext{
        font-size: 16px;
        line-height: 24px;
        margin-top: 16px;
    }
    .info-team_certificates{
        margin-top: 16px;
    }
    .certified__body-bottom{
        margin-top: 28px;
    }
}
@media(max-width: 992px){
    .breadcrumbs_wrapper{
        margin-bottom: 30px;
    }
    .work-banner__body{
        min-height: 789px;
        border-radius: 25px;
        padding: 0 13px;
        margin-top: 0;
    }
    .work-banner-top__title{
        font-size: 17px;
        line-height: 22px;
        text-align: left;
        letter-spacing: 1.53px;
        width: 100%;
        margin-bottom: 21px;
    }
    .work-banner-top__title{
        display: none;
    }
    .work-banner__title{
        text-align: center;
        font-size: 75px;
        font-weight: 700;
        line-height: 85px;
        margin-bottom: 36px;
    }
    .work-banner__text{
        font-size: 30px;
        font-weight: 300;
        line-height: 36px;
        text-align: center;
    }
    .work-banner__button{
        min-width: 566px;
        font-size: 18.912px;
        font-weight: 500;
        line-height: normal;
        margin-top: 60px;
    }
    .values__title{
        font-size: 53px;
        font-weight: 700;
        line-height: 65px;
        margin: 0 auto 34px auto;
    }
    .values__mob{
        display: block;
    }
    .values__content{
        display: none;
    }
    .values__item-title{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    .values__item-title img{
        bottom: -30px;
    }
    .values__item-subtitle{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .values__item-text{
        font-size: 20px;
        font-weight: 300;
        line-height: normal;
        text-align: center;
        max-width: 590px;
    }
    .getting-started__title{
        font-size: 53px;
        line-height: 65px;
    }
    .started_step-title{
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .started_step-left .started_step-title{
        text-align: right;
    }
    .started_step-text{
        font-size: 20px;
        line-height: 25px;
    }
    .started_step-left .started_step-text{
        text-align: right;
    }
    .certified__title{
        font-size: 53px;
        text-align: center;
        line-height: 65px;
    }
    .certified__title div{
        display: inline-block;
    }
    .certified__svg-arr{
        opacity: 0;
        visibility: hidden;
    }
    .certified_item-title{
        font-size: 25px;
    }
    .certified_item-count{
        font-size: 75px;
    }
    .certified_item-text{
        font-size: 20px;
        line-height: 25px;
    }
    .image-map-work{
        margin-left: auto;
        position: relative;
        display: block;
        transform: translateY(10%);
    }
    .map-content_button{
        display: flex;
        max-width: 292px;
    }
    .models-body{
        padding: 40px 30px;
    }
    .models-title{
        font-size: 46px;
        line-height: 54px;
        margin-bottom: 28px;
    }
    .models-title span::after{
        display: none;
    }
    .tab{
        text-align: center !important;
        font-size: 20px;
        font-weight: 700;
        line-height: 25px;
        padding: 12px 10px;
    }
    .tab-content_body{
        padding: 35px 15px 0 15px;
    }
    .tab-content_text{
        font-size: 20px;
        line-height: 25px;
        margin-top: 45px;
    }
    .tab-content_body-right p{
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .tab-content_list{
        font-size: 20px;
        line-height: 25px;
    }
    .comparison-work__title{
        font-size: 46px;
        line-height: 54px;
        max-width: 392px;
        margin: 0 auto 28px auto;
    }
    .table-comparison_button{
        margin: 50px auto 0 auto;
    }
    .explore-work__title{
        font-size: 53px;
        line-height: 65px;
        margin: 0 auto 15px;
    }
    .explore__title-work-span::after{
        display: none;
    }
    .explore__title-work-span::before{
        display: none;
    }
    .explore-work__subtitle{
        font-size: 30px;
    }
    .explore-work .explore__item{
        width: 50%;
    }
    .explore-work .explore__item-img{
        margin-bottom: 24px;
    }
    .explore-work .explore__item-title{
        font-size: 20px;
        line-height: 25px;
    }
    .explore-work .explore__item-text{
        line-height: 25px;
    }
    .discovery-work{
        margin-bottom: 143px;
    }
    .discovery-work .discovery__body{
        padding: 45px 40px;
    }
    .discovery-work__title{
        font-size: 53px;
        line-height: 65px;
    }
    .discovery-work__title-span:after{
        display: none;
    }
    .discovery-work .discovery__text{
        max-width: 100%;
        font-size: 20px;
        line-height: 25px;
        margin: 0 auto 60px;
    }
    .discovery-work .discovery__content-title{
        font-size: 22px;
        line-height: 25px;
    }
    .section-table{
        margin: 100px 0;
    }
    .section-table_title{
        font-size: 46px;
        line-height: 54px;
    }
    .section-table_title .span-your:after{
        top: 0px;
        width: 140px;
        height: 65px;
    }
    .section-table_title .span-support:after{
        top: 0px;
        width: 265px;
        height: 65px;
    }
    .team-top_content{
        width: 100%;
    }
    .career-title{
        margin: 0 auto;
    }
    .career-subTitle{
        text-align: center;
    }
    .info-team_text-button{
        height: auto;
        min-width: 100%;
    }
    .values__mob .swiper-slide:first-child img{
        bottom: -1em;
        right: -2em;
    }
    .values__item-title span{
        max-width: 100%;
    }
    .section-table-comparison{
        margin: 100px 0;
    }
    .section-models{
        margin: 100px 0;
    }
}
@media(max-width: 767px){
    .page_how-we-work .career-title,
    .page-service_styles .career-title,
    .home .career-title{
        font-size: 36px;
        line-height: 46px;
    }
    .mobile-show{
        display: flex;
    }
    .container-bread{
        padding-left: 0;
    }
    .page_how-we-work .breadcrumbs_wrapper.center{
        text-align: left;
        width: 100%;
    }
    .work-banner__body{
        min-height: 600px;
    }
    .breadcrumbs_wrapper span, .breadcrumbs_wrapper span span a{
        letter-spacing: normal;
        font-weight: 400;
        line-height: 22px;
        font-size: 17px;
    }
    .work-banner__title{
        font-size: 35px;
        line-height: 42px;
        text-align: left;
        margin-bottom: 20px;
    }
    .work-banner__text{
        font-size: 20px;
        font-weight: 300;
        line-height: 26px;
        text-align: left;
    }
    .work-banner__button{
        min-width: 100%;
        margin-top: 36px;
    }
    .values__title{
        text-align: center;
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 45px auto;
        position: relative;
    }
    .values__title::after{
        content: "";
        position: absolute;
        top: 75%;
        right: 60px;
        width: 25px;
        height: 60px;
        background: url(/wp-content/themes/wp-RA/assets/img/main/real-arrow.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }
    .values__item-title{
        text-align: center;
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 40px;
    }
    .values__item-subtitle{
        text-align: center;
        margin-bottom: 0;
        font-size: 24px;
        line-height: normal;
    }
    .values__item-title img{
        right: -1em;
        bottom: -0.3em;
    }
    .values__item-text{
        font-size: 24px;
    }
    /* .getting-started{
        padding: 85px 0;
    } */
    .getting-started__title{
        font-size: 35px;
        line-height: 42px;
    }
    .getting-started_step{
        padding: 14px 44px;
    }
    .getting-started_step:not(:last-child){
        margin-bottom: 12px;
    }
    .getting-started_steps{
        margin-bottom: 18px;
    }
    .scoll-wrap{
        display: none;
    }
    .started_step-right.null, .started_step-left.null{
        display: none;
    }
    .started_step-left, .started_step-right{
        width: 100%;
    }
    .started_step-center{
        display: none;
    }
    .step-content{
        top: 0;
        transform: none;
    }
    .step-number-img{
        left: -34px !important;
        top: 0;
    }
    .started_step-title{
        font-size: 22px;
        line-height: 28px;
    }
    .started_step-text{
        font-size: 18px;
        line-height: 26px;
    }
    .started_step-left .started_step-title{
        text-align: left;
    }
    .started_step-left .started_step-text{
        text-align: left;
    }
    .section-certified{
        margin-top: 60px;
    }
    .certified__title{
        text-align: center;
        font-size: 35px;
        line-height: 42px;
        margin-bottom: 50px;
    }
    .certified__body-bottom{
        display: none;
    }
    .image-map-work{
        position: relative;
        transform: none;
    }
    .certified__mob{
        display: block;
        margin-bottom: 40px;
        padding: 60px 30px;
    }
    .certified_item-count{
        text-align: center;
        font-size: 55.092px;
    }
    .certified_item-title{
        text-align: center;
        font-size: 20px;
        font-weight: 300;
        line-height: 29px;
    }
    .certified-bottom__img{
        width: 80px;
        height: 80px;
        position: absolute;
        top: -20px;
        right: 75px;
        z-index: -1;
    }
    .map-content_button{
        max-width: 100%;
        margin-top: 17px;
    }
    .section-models{
        margin: 80px 0;
    }
    .models-title{
        color: #454545;
        text-align: center;
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 18px;
    }
    .tab{
        line-height: normal;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .tab-content_body-left{
        width: 100%;
    }
    .tab-content_body-right{
        width: 100%;
    }
    .models-body{
        padding: 35px 10px 10px 10px;
        margin-left: -5px;
        margin-right: -5px;
    }
    .tab-content_body{
        flex-wrap: wrap;
        gap: 12px;
        /* padding: 30px 15px 20px 15px; */
        padding: 0;
        flex-direction: column-reverse;
    }
    .tab-content_body-left{
        padding-right: 0;
    }
    .tab-content_body-right{
        padding-left: 0;
    }
    .tab-content_text{
        margin-bottom: 25px;
        font-size: 20px;
        margin-top: 0;
    }
    .tab-content_list{
        font-size: 20px;
    }
    .section-table{
        margin: 80px 0;
    }
    .section-table-comparison{
        margin: 80px 0;
    }
    .comparison-work__title{
        font-size: 36px;
        line-height: 46px;
        margin: 0 auto 18px;
    }
    .el-td.dedicated-team{
        display: none;
    }
    .table-comparison_main-content .el-tr{
        min-height: 65px;
    }
    .table-comparison_main-content .el-td{
        width: 50%;
    }
    .table-comparison_top-header .el-td{
        width: 50%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 25px;
    }
    .table-comparison_main-content .el-tr:first-child{
        border-bottom: 2px solid #363636;
    }
    .el-td.comparison-features{
        display: none;
    }
    /* .el-td.staff-augmentation-title{
        display: none;
    } */
    /* .el-td.staff-augmentation{
        display: none;
    } */
    .table-comparison_top-header{
        border-radius: 14.793px;
        /* background: #454545; */
        /* color: #FFF; */
        font-family: Jost;
        font-size: 22.928px;
        font-weight: 700;
        line-height: normal;
        padding: 15px 10px;
        margin-left: -15px;
        margin-right: -15px;
        /* position: relative; */
    }
    .table-comparison_top-header .el-tr{
        border-bottom: 1px solid #DFDFDF;
        padding: 0;
        align-items: normal;
    }
    /* .project-based-title{
        border-left: 1px solid #FFF;
    } */
    .el-td.dedicated-team,
    .el-td.project-based,
    .el-td.staff-augmentation{
        display: none;
    }
    .el-td.dedicated-team.active,
    .el-td.project-based.active,
    .el-td.staff-augmentation.active{
        display: flex;
    }
    .table-comparison_top-header:after{
        content: '';
        position: absolute;
        top: 100%;
        height: 10px;
        background-color: #fff;
        width: 100%;
        left: 0;
    }
    .table-comparison_top-header .el-tr .el-td:after{
        content: '';
        position: absolute;
        height: 2px;
        width: 0;
        left: 0;
        background-color: #3CA0D2;
        bottom: 0px;
        z-index: 10;
    }
    .table-comparison_top-header .el-tr .el-td.active:after{
        width: 100%;
    }
    .table-comparison_wrapper-body{
        padding: 0;
    }
    /* .project-based-title,
    .dedicated-team-title,
    .staff-augmentation-title{
        text-shadow: none;
    } */
    .table-comparison_button{
        margin: 30px auto 0 auto;
        max-width: 100%;
        margin-left: 10px;
        margin-right: 10px;
        width: auto;
    }
    .table-comparison__links .el-td a{
        font-size: 16px;
        line-height: 24px;
    }
    .explore-work{
        margin-top: 85px;
        margin-bottom: 85px;
    }
    .explore-work__title{
        font-size: 35px;
        line-height: 42px;
        max-width: 284px;
    }
    .explore-work__subtitle{
        display: none;
    }
    .explore-work .explore__item-title{
        font-size: 30px;
        line-height: normal;
    }
    .explore-work .explore__item-text{
        line-height: 29px;
    }
    .discovery-work__title{
        font-size: 35px;
        line-height: 42px;
    }
    .discovery-work .discovery__body{
        padding: 50px 15px 20px 15px;
    }
    .discovery-work .discovery__content-title{
        font-size: 30px;
        line-height: 35px;
    }
    .section-table_title{
        display: none;
    }
    .table_top-header{
        top: 94px;
        padding: 10px;
    }
    .table_top-header:after{
        content: '';
        position: absolute;
        top: 100%;
        height: 10px;
        background-color: #fff;
        width: 100%;
        left: 0;
    }
    .basic-title{
        border-left: none;
    }
    .table_top-header-features{
        display: none;
    }
    .table_top-header .el-tr .el-td{
        position: relative;
    }
    .table_top-header .el-tr .el-td:after{
        content: '';
        position: absolute;
        height: 2px;
        width: 0;
        left: 0;
        background-color: #3CA0D2;
        bottom: -15px;
        z-index: 10;
    }
    .table_top-header .el-tr .el-td.active:after{
        width: 100%;
    }
    .el-td{
        font-size: 16px;
        padding-left: 0;
        width: 100%;
    }
    .el-small-text{
        font-size: 12px;
    }
    .table_main-content{
        padding: 0;
        font-size: 17px;
        line-height: 19px;
    }
    .table_main-content .el-tr{
        padding: 0;
    }
    .el-td.basic, .el-td.standart, .el-td.premium, .el-td.custom{
        display: none;
    }
    .el-td.basic.active, .el-td.standart.active, .el-td.premium.active, .el-td.custom.active{
        display: flex;
    }
    .table-content_button{
        display: flex;
    }
    .el-td.basic.active, .el-td.standart.active, .el-td.premium.active, .el-td.custom.active{
        border-left: none;
        border-right: none;
    }
    .basic-title.active .table_button-get, .standart-title.active .table_button-get, .premium-title.active .table_button-get, .custom-title.active .table_button-get{
        display: none;
    }
    [data-tooltip]::after{
        left: -5em;
    }
    .info-icon-more{
        width: 21px;
    }
    .team-slide_image{
        margin: 0 auto 18px;
    }
    .team-slide_image img{
        width: 100%;
        height: auto;
    }
    .team-top_image{
        display: none;
    }
    .team-top{
        margin: 0 0 60px;
        align-items: center;
    }
    .team-top_content{
        width: 100%;
    }
    .career-title,
    .section-team-work .career-title{
        font-size: 36px;
        text-align: center;
    }
    .career-title:after{
        left: -50px;
        top: 100%;
        transform: scale(-1, 1);
    }
    .career-subTitle{
        text-align: center;
        font-size: 24px;
    }
    .page_how-we-work .career-title:before,
    .page-service_styles .career-title:before,
    .home .career-title:before{
        width: 25px;
        height: 25px;
        display: none;
    }
    .page_how-we-work .career-title:after,
    .page-service_styles .career-title:after,
    .home .career-title:after{
        display: none;
    }
    .team-slide_info-status{
        font-size: 16.957px;
    }
    .team-slide_info-name{
        font-size: 17.169px;
    }
    .info-team_image{
        width: 100%;
        display: flex;
        align-items: center;
    }
    .info-team_image img{
        border-radius: 50%;
        width: 30%;
        padding: 0px 15px 0px 15px;
    }
    .info-team_text-status{
        font-size: 23px;
        line-height: 20px;
    }
    .info-team_text-name{
        font-size: 23px;
    }
    .info-team_content{
        flex-direction: column;
        gap: 0;
    }
    .info-team_text-mobile{
        display: block;
        width: 70%;
        padding-left: 15px;
        border-left: 1px solid;
    }
    .info-team_text-desktop{
        display: none;
    }
    .info-team_text-infotext{
        margin-top: 0;
        font-size: 20px;
    }
    .info-team_text{
        width: 100%;
    }
    .info-team_text-button{
        min-width: 100%;
        font-size: 20px;
    }
    .page_how-we-work .reviews{
        padding-top: 50px;
    }
    .page_how-we-work .stories__svg-arr{
        display: none;
    }
    .models-tabs .tabs-container{
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 20px;
    }
    .models-tabs .tab{
        font-size: 16px;
        line-height: 22px;
    }
    .info-team_text-status{
        font-size: 22px;
        line-height: 28px;
    }
    .info-team_text-name{
        font-size: 18px;
        line-height: 28px;
    }
    .info-team_text-infotext{
        font-size: 16px;
        line-height: 24px;
        padding: 0 15px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
}
@media(max-width: 425px){
    .models-tabs .tabs-container{
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media(max-width: 424px){
    .team-slide_image img{
        width: 245px;
    }
}