@media(max-width: 1600px) {
  #deliver .card{
    max-width: 100%;
  }
  #deliver .items-line{
    padding-right: 311px;
  }
  #deliver .items-line-2{
    padding-right: 0;
    padding-left: 311px;
  }
  .hero .block{
    min-height: 540px;
  }
  .hero .block-hero .page-hero-cont{
    padding-bottom: 95px;
  }
  #portfolio-do-it .view-items a.card:hover{
    flex: 0 0 28%;
  }
  #partnership-expect .view-items a.card:hover{
    flex: 0 0 28%;
  }
  #career-benefits .view-items a.card:hover{
    flex: 0 0 28%;
  }
  #career-enviroment .view-items a.card:hover{
    flex: 0 0 28%;
  }
}
@media(max-width: 1400px) {
  #footer-info .bl-left{
    gap: 100px;
  }
  #location .content{
    gap: 80px;
  }
  .hero .block-hero .page-hero-cont{
    width: 60%;
  }
  #main-menu ul{
    gap: 35px;
  }
  #header .header-actions{
    gap: 35px;
  }
  .block-bg-img .img img{
    height: auto;
  }
  #partnership-clients .img-map{
    max-width: 680px;
  }
  #partnership-clients .view-logos {
    margin-top: 90px;
  }
  .view-jobs .row .col-title{
    flex: 0 0 25%;
  }
  #hero-home .cta .cta-text{
    font-size: 54px;
  }
  #deliver .card{
    max-width: 507px;
  }
  #deliver .items-line,
  #deliver .items-line-2{
    padding: 0;
  }
  .hero .block{
    min-height: 500px;
  }
  .hero .block-hero .page-hero-cont{
    padding-bottom: 65px;
  }
  .hero .block-hero .page-desc{
    margin-top: 20px;
  }
}
@media(max-width: 1200px) {
  .wrap-grid{
    padding: 0 40px;
  }
  .hero .block-hero .page-title{
    font-size: 68px;
  }
  .legal-hero .page-title{
    font-size: 68px;
  }
  #footer-info .bl-left{
    max-width: 680px;
    justify-content: space-between;
    flex: 1 1 auto;
    gap: 30px;
  }
  #footer-info{
    gap: 85px;
  }
  .wrap-line-mg {
    padding: 95px 0;
  }
  .wrap-line-mg-bm{
    padding: 0 0 95px;
  }
  #main-menu{
    display: block;
    position: fixed;
    overflow: auto;
    right: -450px;
    top: 0;
    width: 400px;
    max-width: 100%;
    bottom: 0;
    z-index: 999;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;

    color: #041740;
    background: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
  }
  #main-menu > ul:before{
    content: "";
    position: absolute;
    top: auto;
    left: 5px;
    right: 5px;
    bottom: 10px;
    height: 120px;
    background: #fff url('../images/company-name-red.svg') center bottom no-repeat;
    background-size: contain;
    z-index: 1;
  }
  .open-menu #main-menu{
    right: 0;
  }
  #main-menu .menu-logo{
    display: block;
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 10px;
    height: 120px;
    z-index: 99;
  }
  #main-menu .menu-photo{
    position: absolute;
    top: 15px;
    left: 15px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #041740;
    z-index: 92;
  }
  #main-menu .menu-photo img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  #main-menu .btn-menu-close{
    display: block;
    top: 15px;
    right: 15px;
    position: absolute;
    background: #041740;
    padding: 11px;
    cursor: pointer;
    z-index: 99;
  }
  #main-menu .btn-menu-close span{
    display: block;
    width: 22px;
    height: 22px;
    background: url('../images/btn-menu-close.svg') center no-repeat;
    background-size: contain;
  }
  #main-menu > ul{
    min-height: 100%;
    position: relative;
    z-index: 91;
    display: block;
    padding: 100px 30px 140px 40px;
    margin: 0;
    width: 100%;
  }
  #main-menu > ul li{
    display: block;
  }
  #main-menu > ul li + li{
    margin-top: 15px;
  }
  #main-menu > ul li a,
  #main-menu > ul li span{
    color: #041740;
  }
  #main-menu > ul li a:before, #main-menu > ul li span:before{
    background: #041740;
  }
  #block-lang{
    display: none;
  }
  #main-menu .menu-lang{
    position: absolute;
    top: 22px;
    right: 90px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    z-index: 99;
    flex: none;
    flex-grow: 0;
  }
  #main-menu .menu-lang ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 0;
    position: relative;
  }
  #main-menu .menu-lang ul li{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #main-menu .menu-lang ul li + li{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 8px;
    white-space: nowrap;
  }
  #main-menu .menu-lang:hover ul li + li{
    display: flex;
    animation: lang-drop 0.2s ease;
  }
  #main-menu .menu-lang ul li span{
    text-decoration: none;
    color: #041740;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
  }
  #main-menu .menu-lang ul li a{
    text-decoration: none;
    color: #9BA3AF;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
  }
  #main-menu .menu-lang ul li a.active{
    color: #041740;
  }
  #main-menu .menu-lang ul li a:not(.active):hover{
    color: #E81C33;
  }
  body.open-menu{
    overflow: hidden;
  }
  #menu-triger{
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 9;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
  }
  #menu-triger:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 1px;
    background: #fff;
  }
  #menu-triger:hover:before {
    background: #EA1B33;
  }
  #menu-triger-home{
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 9;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
  }
  #menu-triger-home:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 1px;
    background: #fff;
  }
  #menu-triger-home:hover:before {
    background: #EA1B33;
  }
  #hero-home-navs{
    justify-content: end;
    justify-content: flex-end;
  }
  .home #header{
    display: block;
  }
  .home #header .logo,
  .home #header #menu-triger{
    display: none;
  }
  .home.scrolled #header .logo{
    display: block;
  }
  .home.scrolled #header #menu-triger{
    display: flex;
  }
  #fade-menu{
    display: none;
    z-index: 991;
    background: rgba(0,0,0,0.6);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    backdrop-filter: blur(2px);
  }
  .open-menu #fade-menu{
    display: block;
  }
  #feedback .block{
    display: block;
  }
  #feedback .block .bl-head{
    max-width: 100%;
  }
  #feedback .block .bl-form{
    width: 100%;
    max-width: 640px;
    margin-top: 30px;
  }
  #partner .block{
    display: block;
  }
  #partner .block .bl-head{
    max-width: 100%;
  }
  #partner .block .bl-form{
    width: 100%;
    max-width: 640px;
    margin-top: 30px;
  }
  #header{
    padding: 25px 0;
  }
  .breadcrumbs{
    top: 90px;
  }
  #partnership-you-get .view-items .row .img{
    display: none;
  }
  #block-logic{
    display: block;
  }
  #block-logic .content{
    margin-top: 60px;
  }
  #partnership-clients .view-logos {
    margin-top: 60px;
  }
  .view-logic .item{
    padding: 30px 0;
    padding-left: 80px;
  }
  .view-logic .item .text{
    margin-top: 10px;
  }
  .view-logic .item .num{
    top: 28px;
  }
  #categories .bl-head{
    display: block;
  }
  #categories .bl-head .description{
    text-align: left;
    margin-top: 15px;
  }
  #categories .view-categories .card{
    height: 280px;
  }
  #categories .view-categories .card .icon svg{
    width: 70px;
    height: 70px;
  }
  #career-recognize .view-items .img{
    display: none;
  }
  #what .block .content .text{
    display: block;
  }
  #what .block .content .text .col{
    width: 100%;
    max-width: 100%;
  }
  #what .block .content .text .col + .col{
    margin-top: 30px;
  }
  .view-jobs .row .col-title{
    flex: 0 0 30%;
  }
  #career-path .view-items .item{
    display: block;
  }
  #career-path .view-items .item .name{
    margin-top: 20px;
    font-size: 21px;
  }
  #career-path .view-items .item .text{
    width: 100%;
    margin-top: 20px;
  }
  #career-what-takes .card .list .item + .item{
    margin-top: 20px;
  }
  #career-what-takes .card .list .item .text{
    margin-top: 5px;
  }
  #career-what-takes .card .card-content{
    padding: 35px 40px 35px 60px;
  }
  #block-about .view-nums{
    display: grid;
    gap: 60px;
    grid-template-columns: repeat(2, 1fr);
  }
  #block-about .view-nums .num{
    font-size: 70px;
  }
  #block-about .view-nums .item{
    margin: 0;
    float: none;
    clear: none;
    width: 100%;
  }
  #block-about .view-nums .item + .item{
    margin-top: 0;
  }
  #history .block{
    display: block;
  }
  #history .bl-head{
    width: 100%;
  }
  #history .content{
    width: 100%;
    margin-top: 60px;
  }
  .block-with-img .card .text{
    margin-top: 30px;
  }
  .block-with-img .card .wrap-buttons{
    margin-top: 40px;
  }
  .block-with-img .card .content{
    padding: 35px 0 35px 50px;
  }
  .block-with-img .card.card-reverse .content {
    padding: 35px 50px 35px 0;
  }
  .block-with-img .card .text h3.subtitle{
    margin: 15px 0;
  }
  #hero-home .cta .cta-text{
    font-size: 50px;
  }
  #hero-home .img{
    padding-top: 0;
    margin: 0 -40px;
  }
  #hero-home-navs #main-menu,
  #hero-home-navs .header-actions{
    display: none;
  }
  #portfolio-do-it .view-items{
    border: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  #portfolio-do-it .view-items .card{
    width: 100%;
    border-radius: 3px;
    border: 1px solid rgba(4, 23, 64, 0.15);
    background: #FFF;
    padding: 30px;
    flex: none;
  }
  #portfolio-do-it .view-items .card:before,
  #portfolio-do-it .view-items:before{
    display: none;
  }
  #partnership-expect .view-items{
    border: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  #partnership-expect .view-items .card{
    width: 100%;
    border-radius: 3px;
    border: 1px solid rgba(4, 23, 64, 0.15);
    background: #FFF;
    padding: 30px;
  }
  #career-enviroment .view-items{
    border: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  #career-enviroment .view-items .card{
    width: 100%;
    border-radius: 3px;
    border: 1px solid rgba(4, 23, 64, 0.15);
    background: #FFF;
    padding: 30px;
  }
  #career-benefits .view-items{
    border: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  #career-benefits .view-items .card{
    width: 100%;
    border-radius: 3px;
    border: 1px solid rgba(4, 23, 64, 0.15);
    background: #FFF;
    padding: 30px;
  }
  #looking-for .bl-content .name{
    font-size: 42px;
  }
  #looking-for .img img{
    height: 400px;
  }
  #partnership-expect .view-items .card,
  #career-benefits .view-items .card,
  #career-enviroment .view-items .card{
    flex: none;
  }
  #partnership-expect .view-items .card:before,
  #partnership-expect .view-items:before,
  #career-benefits .view-items .card:before,
  #career-benefits .view-items:before,
  #career-enviroment .view-items .card:before,
  #career-enviroment .view-items:before{
    display: none;
  }
}
@media(max-width: 980px) {
  #location .content{
    display: block;
  }
  #location .content .img{
    max-width: 640px;
    margin: 0 auto;
  }
  #location .content .address{
    margin-top: 45px;
    width: 100%;
  }
  #location .content .address .items{
    display: flex;
    width: 100%;
    gap: 60px;
  }
  #location .content .address .item{
    width: 100%;
  }
  #location .content .address .item + .item{
    margin: 0;
  }
  .hero .block-hero .page-hero-cont {
    width: 70%;
  }
  #footer-info .bl-left{
    flex-wrap: wrap;
    gap: 60px;
    justify-content: start;
    justify-content: flex-start;
  }
  #footer-info .bl-right{
    display: block;
  }
  .hero .block-hero .page-title {
    font-size: 60px;
  }
  .legal-hero .page-title{
    font-size: 60px;
  }
  .title{
    font-size: 42px;
  }
  .title:before{
    top: 32px;
  }
  .form .form-item.form-item-input-policy {
    margin: 40px 0;
  }
  #categories .view-categories{
    grid-template-columns: repeat(2, 1fr);
  }
  #career-what-do .block{
    display: block;
  }
  #career-what-do .block .title-sticky{
    width: 100%;
    padding-right: 0;
    position: static;
  }
  #career-what-do .block .content{
    width: 100%;
    margin-top: 30px;
  }
  #career-what-role .block{
    display: block;
  }
  #career-what-role .block .title-sticky{
    width: 100%;
    padding-right: 0;
    position: static;
  }
  #career-what-role .block .content{
    width: 100%;
    margin-top: 30px;
  }
  #what .block{
    display: block;
  }
  #what .block .title-sticky{
    width: 100%;
    padding-right: 0;
    position: static;
  }
  #what .block .content{
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
  }
  .view-jobs .row .col-title{
    flex: 0 0 40%;
  }
  #career-recognize .view-items .item{
    padding: 20px;
  }
  #career-recognize .view-items .row{
    gap: 10px;
  }
  #career-recognize .view-items .row + .row{
    margin-top: 10px;
  }
  #career-what-takes .card{
    display: block;
  }
  #career-what-takes .card .card-img{
    width: 100%;
    height: 400px;
  }
  #career-what-takes .card .card-content {
    padding: 45px 40px 45px 60px;
    width: 100%;
  }
  .view-faq .item .quest{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .view-faq .item .answer{
    padding-bottom: 30px;
  }
  #block-about{
    display: block;
  }
  #block-about .description{
    width: 100%;
  }
  #block-about .content{
    width: 100%;
    margin-top: 60px;
  }
  .view-teams{
    gap: 20px 15px;
  }
  .view-teams .item .name{
    font-size: 16px;
  }
  .view-history .item .name{
    font-size: 21px;
  }
  #teams .wrap-navs{
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  #teams .wrap-navs .btn-show-all{
    display: inline-block;
    color: #041740;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: underline;
    cursor: pointer;
  }
  .view-teams .item:nth-child(n+7){
    display: none;
  }
  #teams.show-all .view-teams .item:nth-child(n+7){
    display: flex;
  }
  #teams.show-all .wrap-navs .btn-show-all{
    display: inline-block;
  }
  .block-with-img .card{
    display: block;
    border-radius: 3px 3px 5px 5px;
  }
  .block-with-img .card .content,
  .block-with-img .card.card-reverse .content{
    width: 100%;
    padding: 40px 50px;
  }
  .block-with-img .card .img{
    width: 100%;
    max-width: 100%;
  }
  .block-with-img .card .img img{
    height: 400px;
    border-radius: 3px;
  }
  #portfolio-take .view-items .card .card-cont,
  #portfolio-take .view-items .card:nth-child(2n) .card-cont{
    padding: 40px 40px 40px 40px;
    justify-content: center;
  }
  #hero-home .cta .cta-text{
    font-size: 48px;
  }
  #career-teams .view-items{
    grid-template-columns: repeat(2, 1fr);
    max-width: 750px;
    margin: 0 auto;
  }
  #looking-for .bl-content .name{
    font-size: 38px;
  }
  #looking-for .img img{
    height: 400px;
  }
  .view-logos .line-clear{
    display: none;
  }
}
@media(max-width: 768px) {
  .wrap-grid{
    padding: 0 30px;
  }
  #hero-home .img{
    margin: 0 -30px;
  }
  #location .content .address .items{
    display: block;
    width: 100%;
  }
  #location .content .address .item{
    width: 100%;
  }
  #location .content .address .item + .item{
    margin: 30px 0 0;
  }
  #footer-info .footer-info-item .cont{
    margin-top: 20px;
  }
  #policy-menu ul{
    gap: 15px;
  }
  .hero .block-hero .page-title {
    font-size: 56px;
  }
  .legal-hero .page-title{
    font-size: 56px;
  }
  .title {
    font-size: 36px;
  }
  .title:before {
    top: 25px;
  }
  #career-enviroment .content,
  #career-enviroment .content,
  #clients .content,
  #portfolio-source .content,
  #portfolio-do-it .content,
  #deliver .content,
  #partnership-you-get .content,
  #partnership-expect .content,
  #career-teams .content,
  #history .content,
  #teams .content,
  #faq .content,
  #reviews .content,
  #career-what-takes .content,
  #career-join .content,
  #career-recognize .content,
  #career-path .content,
  #career-jobs .content,
  #categories .content,
  #portfolio-take .content,
  #location .content,
  #block-logic .content,
  #partnership-clients .content,
  #partnership-clients .view-logos{
    margin-top: 40px;
  }
  #header{
    padding: 20px 0;
  }
  .breadcrumbs{
    top: 80px;
  }
  .view-logic .item .name{
    font-size: 21px;
  }
  #categories .view-categories .card .name {
    font-size: 21px;
  }
  #categories .view-categories .card{
    height: 260px;
  }
  #categories .view-categories .card .icon svg{
    width: 60px;
    height: 60px;
  }
  #what .block .content .h3{
    font-size: 21px;
  }
  #what .block .content .text .col + .col{
    margin-top: 15px;
  }
  #career-what-do .block .content .h3{
    font-size: 21px;
  }
  #career-what-do .block .content .text p + p{
    margin-top: 15px;
  }
  #career-what-role .block .content .h3{
    font-size: 21px;
  }
  #career-what-role .block .content .text p + p{
    margin-top: 15px;
  }
  #career-recognize .view-items .row{
    display: block;
  }
  #career-recognize .view-items .item{
    width: 100%;
    padding: 30px;
    min-height: 0;
  }
  #career-recognize .view-items .item .text{
    margin-top: 20px;
  }
  #career-recognize .view-items .item + .item,
  #career-recognize .view-items .row + .row{
    margin-top: 15px;
  }
  .view-teams{
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .view-teams .item .name{
    font-size: 18px;
  }
  #founder .block{
    display: block;
  }
  #founder .title.view-mob{
    display: block;
    margin: 0 0 30px;
  }
  #founder .title.view-desk{
    display: none;
  }
  #founder .img{
    width: 100%;
    max-width: 360px;
  }
  #founder .content{
    margin-top: 30px;
    width: 100%;
  }
  #founder .content .position{
    margin-top: 5px;
  }
  #founder .content .linkedin{
    margin-top: 5px;
  }
  #portfolio-take .view-items .card,
  #portfolio-take .view-items .card:nth-child(n){
    display: block;
    padding: 0;
    border-radius: 3px 3px 5px 5px;
  }
  #portfolio-take .view-items .card .img{
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  #portfolio-take .view-items .card .img img{
    height: 300px;
  }
  #portfolio-take .view-items .card .text{
    margin-top: 30px;
  }
  #portfolio-source .view-items{
    display: block;
  }
  #portfolio-source .view-items .card{
    width: 100%;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #portfolio-source .view-items .card + .card{
    margin-top: 16px;
  }
  #portfolio-source .view-items .card .name{
    min-height: 0;
  }
  #portfolio-source .view-items .card .text{
    margin-top: 30px;
  }
  #portfolio-do-it .view-items .card .name{
    font-size: 21px;
  }
  #portfolio-do-it .view-items .card .text{
    font-size: 15px;
  }
  #partnership-expect .view-items .card .name{
    font-size: 21px;
  }
  #partnership-expect .view-items .card .text{
    font-size: 15px;
  }
  #career-benefits .view-items .card .name{
    font-size: 21px;
  }
  #career-benefits .view-items .card .text{
    font-size: 15px;
  }
  #career-enviroment .view-items .card .name{
    font-size: 21px;
  }
  #career-enviroment .view-items .card .text{
    font-size: 15px;
  }
  #deliver .card .name{
    font-size: 21px;
  }
  #looking-for .bl-content .name{
    font-size: 36px;
  }
  #partner .block .title,
  #feedback .block .title{
    white-space: unset;
    white-space: normal;
  }
  .page-default #page{
    padding-top: 90px;
  }
  #main-default .description{
    padding-right: 0;
  }
}
@media(max-width: 640px) {
  .wrap-grid{
    padding: 0 20px;
  }
  #hero-home .img{
    margin: 0 -20px;
  }
  #footer-info{
    display: block;
  }
  #footer-info .bl-left{
    flex-wrap: wrap;
  }
  #footer-info .bl-right{
    display: block;
    margin-top: 30px;
  }
  #footer-info .bl-left{
    gap: 30px 65px;
  }
  #footer-info .footer-info-item .cont{
    margin-top: 15px;
  }
  #footer-bottom{
    display: block;
  }
  #policy-menu{
    margin-top: 15px;
  }
  #footer-img{
    padding-top: 30px;
    border-top: 1px solid rgba(4, 23, 64, 0.30);
  }
  .wrap-line-mg {
    padding: 60px 0;
  }
  .wrap-line-mg-bm{
    padding: 0 0 60px;
  }
  .hero .block-hero .page-title {
    font-size: 52px;
  }
  .hero .block-hero .page-desc{
    font-size: 16px;
    margin-top: 15px;
  }
  .hero .block-hero .page-desc br{
    display: none;
  }
  .legal-hero .page-title{
    font-size: 48px;
  }
  .legal-hero .page-desc{
    font-size: 16px;
    margin-top: 15px;
  }
  .legal-hero-content{
    max-width: 100%;
  }
  .description{
    font-size: 16px;
  }
  .description br{
    display: none;
  }
  .form .form-item.form-item-input-policy {
    margin: 30px 0;
  }
  .form .form-item-input-policy .wrap-input-policy span{
    font-size: 13px;
  }
  .hero .btn-scroll-next{
    left: auto;
    right: -5px;
  }
  .breadcrumbs{
    top: 75px;
    font-size: 12px;
  }
  #header-btn{
    display: none;
  }
  .hero .block-hero .page-hero-cont {
    width: 80%;
  }
  #with-us .description{
    margin-top: 24px;
  }
  .view-logic .item{
    padding-left: 70px;
  }
  .view-logic .item .name{
    font-size: 18px;
  }
  .view-logic .item .num{
    font-size: 36px;
  }
  .view-logos{
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .view-logos .logo{
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #categories .view-categories{
    display: block;
  }
  #categories .view-categories .card{
    width: 100%;
    height: 220px;
  }
  #categories .view-categories .card .icon svg{
    width: 50px;
    height: 50px;
  }
  #categories .view-categories .card + .card{
    margin-top: 10px;
  }
  #categories .view-categories .card .num{
    font-size: 12px;
  }
  #what .block .content .h3{
    font-size: 16px;
  }
  #what .block .content .h3 br.hide-mob{
    display: none;
  }
  #what .block .content .h3 br.show-mob{
    display: inline;
  }
  #what .block .content .text{
    font-size: 16px;
  }
  #what .block .content .text .col + .col{
    margin-top: 15px;
  }
  #career-what-do .block .content .h3{
    font-size: 18px;
  }
  #career-what-do .block .content .text{
    font-size: 16px;
  }
  #career-what-do .block .content .text p + p{
    margin-top: 15px;
    font-size: 16px;
  }
  #career-what-role .block .content .h3{
    font-size: 18px;
  }
  #career-what-role .block .content .text{
    font-size: 16px;
  }
  #career-what-role .block .content .text p + p{
    margin-top: 15px;
  }
  .view-jobs .row{
    display: block;
    padding: 20px;
  }
  .view-jobs .row-item .col-type{
    margin-top: 30px;
  }
  .view-jobs .row-item .col-btn{
    margin-top: 60px;
  }
  .view-jobs .row-item .label{
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 7px;
  }
  .view-jobs .row-head{
    display: none;
  }
  #career-path .view-items .item .name{
    font-size: 18px;
  }
  #career-path .view-items .item .text{
    font-size: 15px;
  }
  #career-join .view-items .item {
    padding: 35px 0;
    padding-left: 60px
  }
  #career-join .view-items .item .name{
    font-size: 21px;
  }
  #career-join .view-items .item .text{
    font-size: 15px;
  }
  #career-join .view-items .item .num{
    font-size: 35px;
    top: 37px;
  }
  #career-what-takes .card .card-img{
    height: 320px;
  }
  #career-what-takes .card .card-img img.img-desk{
    display: none;
  }
  #career-what-takes .card .card-img img.img-mob{
    display: block;
  }
  #career-what-takes .card .card-content{
    padding: 0;
    margin: 0 0 30px;
  }
  #career-what-takes .card{
    border: none;
    border-radius: 0;
  }
  #career-what-takes .card .list .item + .item {
    margin-top: 30px;
  }
  #feedback .block .bl-head{
    width: 100%;
    min-width: 0;
  }
  #partner .block .bl-head{
    width: 100%;
    min-width: 0;
  }
  .view-faq .item .quest{
    font-size: 16px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .view-faq .item .answer{
    font-size: 14px;
    padding-bottom: 25px;
  }
  .view-reviews .swiper-pagination{
    justify-content: center;
  }
  #block-about .view-nums .num{
    font-size: 56px;
  }
  #block-about .view-nums .text{
    font-size: 14px;
  }
  .view-teams{
    display: block;
    width: 100%;
  }
  .view-teams .item + .item{
    margin-top: 30px;
  }
  .view-teams .card{
    max-width: 100%;
  }
  .view-teams .item .img img{
    max-width: 100%;
  }
  #partner .block .description{
    margin-top: 15px;
  }
  #portfolio-source .description{
    margin-top: 15px;
  }
  #with-us .description{
    margin-top: 15px;
  }
  #partnership-clients .description{
    margin-top: 15px;
  }
  #feedback .block .description{
    margin-top: 15px;
  }
  #career-what-takes .description{
    margin-top: 15px;
  }
  #teams .description{
    margin-top: 15px;
  }
  #history .description{
    margin-top: 15px;
  }
  .view-history .item .year{
    font-size: 16px;
  }
  .view-history .item .name{
    font-size: 18px;
  }
  .view-history .item .text{
    font-size: 16px;
  }
  #founder .content .name{
    font-size: 21px;
  }
  #founder .content .position{
    font-size: 16px;
  }
  #founder .content .linkedin{
    font-size: 16px;
  }
  .block-with-img .card .content, .block-with-img .card.card-reverse .content{
    padding: 30px;
  }
  .block-with-img .card .text h3{
    font-size: 21px;
  }
  .block-with-img .card .text p.p-18{
    font-size: 16px;
  }
  .block-with-img .card + .card{
    margin-top: 30px;
  }
  #portfolio-take .view-items .card + .card{
    margin-top: 30px;
  }
  #portfolio-take .view-items .card .name{
    font-size: 21px;
  }
  #hero-btn{
    position: absolute;
    display: block;
    left: 0;
    bottom: 30px;
  }
  #hero-btn .btn{
    display: flex;
    align-items: center;
    text-decoration: none;
    outline: none;
    border: none;
    padding: 5px;
    gap: 10px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    background: none;
    cursor: pointer;
  }
  #hero-btn .btn span{
    color: #fff;
  }
  #hero-btn .btn svg{
    width: 13px;
    height: 12px;
    display: block;
    fill: #fff;
  }
  #hero-btn .btn span,
  #hero-btn .btn svg{
    position: relative;
    z-index: 3;
  }
  #hero-btn .btn:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
  }
  #hero-btn .btn:hover:before{
    height: 100%;
    background: #EA1B33;
  }
  #hero-home .cta{
    margin-bottom: 100px;
  }
  #hero-home .cta .cta-text{
    font-size: 36px;
  }
  #career-teams .view-items {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }
  #career-teams .view-items .item + .item{
    margin-top: 30px;
  }
  .page-career #feedback .block .bl-head{
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  #portfolio-do-it .view-items{
    display: block;
  }
  #portfolio-do-it .view-items .card{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
    padding: 30px;
  }
  #portfolio-do-it .view-items .card .name{
    min-height: 0;
  }
  #portfolio-do-it .view-items .card + .card{
    margin-top: 16px;
  }
  #partnership-expect .view-items{
    display: block;
  }
  #partnership-expect .view-items .card{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
    padding: 30px;
  }
  #partnership-expect .view-items .card .name{
    min-height: 0;
  }
  #partnership-expect .view-items .card + .card{
    margin-top: 16px;
  }
  #career-benefits .view-items{
    display: block;
  }
  #career-benefits .view-items .card{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
    padding: 30px;
  }
  #career-benefits .view-items .card .name{
    min-height: 0;
  }
  #career-benefits .view-items .card + .card{
    margin-top: 16px;
  }
  #career-enviroment .view-items{
    display: block;
  }
  #career-enviroment .view-items .card{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
    padding: 30px;
  }
  #career-enviroment .view-items .card .name{
    min-height: 0;
  }
  #career-enviroment .view-items .card + .card{
    margin-top: 16px;
  }
  #deliver .items-line{
    display: block;
  }
  #deliver .card{
    width: 100%;
    max-width: 100%;
    min-height: 280px;
  }
  #deliver .card + .card{
    margin-top: 16px;
  }
  #deliver .card .text{
    min-height: 0;
  }
  #partnership-you-get .view-items .row{
    display: block;
  }
  #partnership-you-get .view-items .row .card + .card{
    margin-top: 16px;
  }
  #partnership-you-get .view-items .card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #partnership-you-get .view-items .card .name{
    font-size: 21px;
  }
  #looking-for .bl-content .desc{
    font-size: 16px;
    margin-top: 15px;
  }
  #looking-for .img img{
    height: 320px;
  }
  .block-bg-img .img.img-desk{
    display: none;
  }
  .block-bg-img .img.img-mob{
    display: block;
  }
  .block-bg-img .img img{
    height: 320px;
  }
  #block-lang ul li a:before, #block-lang ul li span:before{
    display: none;
  }
  #location .content .img img.img-desk{
    display: none;
  }
  #location .content .img img.img-mob{
    display: block;
  }
  .hero .block{
    min-height: 480px;
  }
  .hero .block-hero .page-hero-cont{
    padding-bottom: 60px;
  }
  #hero-home .bg-hero span{
    background: url('../images/hero-home-mob.jpg') right center no-repeat;
    background-size: cover;
  }
  #hero-home .bg-hero.has-overflow span:before{
    background: rgba(0, 0, 0, 0.4);
    background: linear-gradient(163deg, rgba(0, 0, 0, 0.55) 1.66%, rgba(0, 0, 0, 0.30) 99.26%);
  }
  #hero-contacts .bg-hero span{
    background: url('../images/hero-contacts-mob.jpg') center no-repeat;
    background-size: cover;
  }
  #hero-partnership .bg-hero span{
    background: url('../images/hero-partnership-mob.jpg') center no-repeat;
    background-size: cover;
  }
  #hero-about .bg-hero span{
    background: url('../images/hero-about-mob.jpg') center no-repeat;
    background-size: cover;
  }
  #menu-triger,
  #menu-triger-home{
    text-transform: none;
  }
}
@media(max-width: 485px) {
  .hero .block-hero .page-title {
    font-size: 48px;
  }
  #footer-info .bl-left{
    display: block;
  }
  #footer-info .footer-info-item + .footer-info-item{
    margin-top: 30px;
  }
  #policy-menu ul{
    display: block;
  }
  #policy-menu ul li + li{
    margin-top: 15px;
  }
  #location .content .address .label{
    font-size: 21px;
  }
  .title {
    font-size: 32px;
  }
  .title:before {
    top: 22px;
  }
  .title-wrap-center{
    display: block;
  }
  .description.ta-center{
    text-align: left;
  }
  #career-enviroment .content,
  #career-enviroment .content,
  #clients .content,
  #portfolio-source .content,
  #portfolio-do-it .content,
  #deliver .content,
  #partnership-you-get .content,
  #partnership-expect .content,
  #career-teams .content,
  #history .content,
  #teams .content,
  #faq .content,
  #reviews .content,
  #career-what-takes .content,
  #career-join .content,
  #career-recognize .content,
  #career-path .content,
  #career-jobs .content,
  #categories .content,
  #portfolio-take .content,
  #location .content,
  #block-logic .content,
  #partnership-clients .content{
    margin-top: 30px;
  }
  #partnership-clients .view-logos{
    margin-top: 30px;
  }
  #location .content .address{
    margin-top: 30px;
  }
  .form .form-item-input-policy .wrap-input-policy span{
    font-size: 12px;
  }
  .hero .block-hero .page-hero-cont {
    width: 100%;
  }
  .view-logic .item .num{
    font-size: 28px;
    top: 29px;
  }
  .view-logic .item{
    padding-left: 46px;
  }
  #career-path .view-items .item .name{
    font-size: 16px;
    margin-top: 15px;
  }
  #career-path .view-items .item .text{
    font-size: 14px;
    margin-top: 15px;
  }
  #career-join .view-items .item {
    padding: 30px 0;
    padding-left: 46px
  }
  #career-join .view-items .item .name{
    font-size: 18px;
  }
  #career-join .view-items .item .text{
    font-size: 14px;
  }
  #career-join .view-items .item .num{
    font-size: 28px;
    top: 32px;
  }
  #career-recognize .view-items .item .text{
    font-size: 15px;
    margin-top: 15px;
  }
  .view-reviews .card .text{
    font-size: 14px;
  }
  .view-reviews .card .name{
    font-size: 16px;
  }
  #block-about .view-nums{
    display: block;
  }
  #block-about .view-nums .item + .item{
    margin-top: 30px;
  }
  .view-teams .item{
    position: relative;
  }
  .view-teams .item .name{
    text-align: left;
    font-size: 16px;
    margin-top: 7px;
  }
  .view-teams .item .position{
    text-align: left;
    padding-right: 60px;
    margin-top: 5px;
  }
  .view-teams .item .linkedin{
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
  }
  .view-history .item .text{
    font-size: 14px;
  }
  #founder .content .text{
    font-size: 15px;
  }
  .block-with-img .card .text h3{
    font-size: 18px;
  }
  .block-with-img .card .content, .block-with-img .card.card-reverse .content{
    padding: 20px;
  }
  .block-with-img .card .img img{
    height: 300px;
  }
  #portfolio-take .view-items .card .name{
    font-size: 18px;
  }
  #portfolio-take .view-items .card .text{
    font-size: 16px;
    margin-top: 15px;
  }
  #portfolio-take .view-items .card .img img{
    height: 240px;
  }
  #portfolio-take .view-items .card .card-cont, #portfolio-take .view-items .card:nth-child(2n) .card-cont{
    padding: 20px;
  }
  #portfolio-source .view-items .card .name{
    font-size: 21px;
  }
  #portfolio-source .view-items .card .text{
    font-size: 15px;
  }
  #career-teams .view-items .item .text{
    font-size: 15px;
  }
  #portfolio-do-it .view-items .card{
    padding: 25px;
  }
  #partnership-expect .view-items .card{
    padding: 25px;
  }
  #career-benefits .view-items .card{
    padding: 25px;
  }
  #career-enviroment .view-items .card{
    padding: 25px;
  }
  #deliver .card .text{
    font-size: 15px;
  }
  #partnership-you-get .view-items .card .text{
    font-size: 15px;
  }
  #looking-for .bl-content .name{
    font-size: 32px;
  }
  #main-menu ul{
    padding-left: 30px;
  }
}
@media(max-width: 400px) {
  #location .content .address .label{
    font-size: 18px;
  }
  #location .content .address .val{
    font-size: 15px;
  }
  .title {
    font-size: 28px;
  }
  .title:before {
    top: 17px;
  }
  #header .logo img{
    height: 20px;
  }
  #categories .view-categories .card .name{
    font-size: 18px;
  }
  .view-jobs .row{
    padding: 15px;
  }
  #career-recognize .view-items .item .text{
    font-size: 14px;
    margin-top: 10px;
  }
  #career-recognize .view-items .item{
    padding: 20px;
  }
  #career-what-takes .card .card-img{
    height: auto;
    aspect-ratio: 1/1;
  }
  #career-what-takes .card .list .item .name{
    font-size: 16px;
  }
  #career-what-takes .card .list .item .text{
    font-size: 14px;
  }
  #career-what-takes .card .list .item .name:before{
    top: 7px;
  }
  #looking-for .bl-title .title-sm{
    font-size: 16px;
  }
  #founder .content .name{
    margin-top: 15px;
    font-size: 18px;
  }
  #founder .content{
    margin-top: 0;
  }
  #founder .content .position{
    margin-top: 7px;
    padding-right: 65px;
  }
  #founder .content .position + .linkedin{
    margin-top: -24px;
    text-align: right;
  }
  #founder .content .text{
    margin-top: 15px;
    font-size: 14px;
  }
  .block-with-img .card .content, .block-with-img .card.card-reverse .content{
    padding: 15px;
  }
  #portfolio-take .view-items .card .img img{
    height: 182px;
  }
  #portfolio-take .view-items .card .card-cont, #portfolio-take .view-items .card:nth-child(2n) .card-cont{
    padding: 15px;
  }
  #portfolio-source .view-items .card .name{
    font-size: 18px;
  }
  #portfolio-source .view-items .card .text{
    font-size: 14px;
  }
  #career-teams .view-items .item .name{
    font-size: 16px;
  }
  #career-teams .view-items .item .text{
    font-size: 14px;
  }
  #portfolio-do-it .view-items .card{
    padding: 20px;
  }
  #portfolio-do-it .view-items .card .name{
    font-size: 18px;
  }
  #portfolio-do-it .view-items .card .text{
    font-size: 14px;
  }
  #partnership-expect .view-items .card{
    padding: 20px;
  }
  #partnership-expect .view-items .card .name{
    font-size: 18px;
  }
  #partnership-expect .view-items .card .text{
    font-size: 14px;
  }
  #career-benefits .view-items .card{
    padding: 20px;
  }
  #career-benefits .view-items .card .name{
    font-size: 18px;
  }
  #career-benefits .view-items .card .text{
    font-size: 14px;
  }
  #career-enviroment .view-items .card{
    padding: 20px;
  }
  #career-enviroment .view-items .card .name{
    font-size: 18px;
  }
  #career-enviroment .view-items .card .text{
    font-size: 14px;
  }
  #deliver .card .num{
    font-size: 12px;
  }
  #deliver .card .name{
    font-size: 18px;
  }
  #deliver .card .text{
    font-size: 14px;
  }
  #partnership-you-get .view-items .card .name{
    font-size: 18px;
  }
  #partnership-you-get .view-items .card .text{
    font-size: 14px;
  }
  #looking-for .bl-content .name{
    font-size: 28px;
  }
  #main-menu ul{
    padding-left: 20px;
  }
}

@media(min-width: 1200px) {
  #feedback .block .bl-head{
    position: sticky;
    top: 125px;
    left: 0;
    flex: 0 0 auto;
    max-width: 50%;
    width: min-content;
  }
  #block-logic .title{
    position: sticky;
    left: 0;
    top: 125px;
    max-width: 50%;
  }
  #partner .block .bl-head{
    position: sticky;
    top: 125px;
    left: 0;
  }
  #history .bl-head{
    position: sticky;
    left: 0;
    top: 125px;
  }
  #block-about .view-nums .item{
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #041740;
  }
  #block-about .view-nums .item:hover{
    color: #145591;
    transform: scale(1.2);
  }
}@media(max-width: 980px) {
  .page-legal #legal .legal-content h2{
    font-size: 24px;
  }
}
@media(max-width: 640px) {
  .page-legal #legal .legal-content p,
  .page-legal #legal .legal-content ul li{
    font-size: 16px;
  }
  .page-legal #legal .legal-content h2{
    font-size: 22px;
    margin: 36px 0 14px;
  }
}
