@media screen and (max-width: 1200px) {
    .hello_section > span.label2 {
        transform: scale(0.8);
        transform-origin: top left;
    }

    .work_desc {
        padding-left: 70px;
    }

    .work_desc h2 {
        font-size: 38px;
    }

    .work_desc p {
        font-size: 14px;
    }

    .statistics_item > p {
        font-size: 100px;
    }

    .service_title {
        font-size: 34px;
    }

    .menu_main_list li a img:nth-child(1) {
        max-height: 80px;
    }

    .container {
        padding: 0 50px;
    }

    .works_item:nth-child(even) .work_desc {
        padding-left: 20px;
        padding-right: 50px;
    }

    .footer_logo {
        width: 100%;
        max-width: 130px;
    }

    .services_list_big .service_img {
        width: 400px;
        height: 400px;
    }

    .services_list_big .service_img img {
        transform: scale(0.6) translate(-50%, -50%);
        transform-origin: top left;
    }

    .services_list_big .services_main_flex .service_desc h2 {
        font-size: 34px;
    }

    .services_list_big .services_main_flex .service_desc p {
        font-size: 13px;
    }

    .services_main_flex {
        gap: 20px;
    }

    .portfolio_desc h1 {
        font-size: 87px;
    }

    .goal_label {
        width: 460px;
    }

    .row.flex.desc_area {
        align-items: center;
    }

    .goal_desc p {
        font-size: 14px;
    }

    .portfolio_content blockquote {
        font-size: 34px;
        padding-top: 40px;
    }

    .case_study_intro h1 {
        font-size: 55px;
        line-height: 1.5;
    }

    .col-md-6:nth-child(2) .case_goal_text {
        padding-left: 30px;
    }

    .case_solution {
        padding: 60px 0;
    }
}

@media screen and (max-width: 991px) {
    .nopadl {
        padding-left: 15px;
    }

    .nopadr {
        padding-right: 15px;
    }

    .mobc {
        text-align: center !important;
    }

    .nomob {
        display: none;
    }

    .onlymob {
        display: block;
    }

    section {
        height: auto !important;
        padding-top: 35px !important;
        padding-bottom: 35px !important;
        margin: 0 !important;
        min-height: 10px !important;
    }

    .row.mobowl {
        margin-left: 0;
        margin-right: 0;
    }

    .mopad0 {
        padding: 0 !important;
    }

    body.modal-open {
        padding-right: 0 !important;
    }

    .hello_section > span.label2 {
        display: none;
    }

    .hello_text {
        max-width: 100%;
    }

    .section.hello_section {
        padding-bottom: 50px;
    }

    .customers_section {
        padding: 50px 0;
    }

    .work_desc {
        padding-left: 40px;
    }

    .work_img {
        min-height: 290px;
    }

    .work_desc h2 {
        font-size: 34px;
    }

    .work_desc p {
        font-size: 13px;
    }

    .see_all {
        margin-top: 50px;
    }

    .works_section {
        padding-bottom: 60px;
    }

    .statistics_section {
        margin-bottom: 100px;
    }

    .statistics_item > p {
        font-size: 71px;
    }

    .statistics_item > span {
        font-size: 15px;
        line-height: 1.2;
    }

    .statistics_section > img {
        max-width: 90%;
    }

    .section.services_section {
        padding-top: 130px;
    }

    .location_heading > img {
        max-width: 58%;
    }

    .location_heading::before {
        background-size: 680px;
        background-position: calc(50% + 188px) 50%;
    }

    .contact_section > img {
        max-width: 87%;
        margin-bottom: 50px;
    }

    .contact_section::before {
        display: none;
    }

    .footer_flex {
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        gap: 42px 20px;
    }

    .menu_main_list li a img:nth-child(1) {
        max-height: 54px;
    }

    .menu_main_area {
        padding: 0 60px;
    }

    .row.flex.numbers p {
        font-size: 77px;
        line-height: 1;
        margin-bottom: 20px;
    }

    .row.flex.numbers span {
        font-size: 14px;
    }

    .works_section_inline > img {
        max-width: 70%;
        margin-bottom: 50px;
    }

    .works_categories {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .case_img_main {
        height: 330px;
    }

    .case_img_main.smaller {
        height: 158px;
    }
    .works_section_inline .works_item {
        width: calc(50% - 19px);
    }
}

@media screen and (max-width: 767px) {
    .noxs {
        display: none;
    }

    .onlyxs {
        display: block;
    }

    .container {
        padding: 0 20px;
    }

    .header_top {
        gap: 10px;
    }

    .header_top .button {
        display: none;
    }

    .logo img {
        width: 100%;
        max-width: 90px;
    }

    header {
        padding-top: 17px;
    }

    .section.intro_section {
        background-size: 120vw auto;
        background-position: 50% 80%;
        height: 72vh;
        overflow: hidden;
    }

    .section.hello_section {
        padding-bottom: 20px;
        overflow: hidden;
    }

    .section.customers_section {
        padding: 30px 0;
        overflow: hidden;
    }

    .customer_item {
        width: calc(100% / 3);
    }

    .section.works_section {
        padding-top: 50px;
        overflow: hidden;
    }

    .section.works_section .container {
        padding: 0;
    }

    .works_item {
        flex-direction: column;
    }

    .work_img {
        width: 100%;
        min-height: 210px;
    }

    .work_desc {
        padding: 0;
        width: 100%;
        max-width: 100%;
        padding: 20px;
        order: 2 !important;
    }

    .works_wrp {
        gap: 30px;
    }

    a.see_all {
        margin-top: 40px;
    }

    .statistics_inner {
        position: relative;
		padding-top: 0;
    }

    .statistics_section > img {
        position: absolute;
        top: -30px;
        max-width: 80%;
    }

    .section.statistics_section {
        padding-top: 40px;
        margin-bottom: 60px;
    }

    .statistics_item {
        position: relative;
        display: flex;
        align-items: center;
        gap: 20px;
        text-align: left;
        justify-content: space-between;
        width: 100%;
    }

    .statistics_item p {
        font-size: 61px;
    }

    .statistics_item span {
        position: static;
        text-align: right;
        flex: 1;
        padding: 0;
        justify-content: flex-end;
    }

    .services_section > img {
        max-width: 80%;
    }

    .section.services_section {
        padding-top: 80px;
        overflow: hidden;
    }

    .services_section .flex > div {
        margin-bottom: 70px;
    }

    .services_section .flex {
        margin-bottom: -70px;
    }

    .location_heading > img {
        max-width: 50%;
    }

    .location_heading::before {
        background-size: 180px;
        background-position: calc(50% + 68px) 50%;
    }

    .section.location_section_wrp {
        padding-top: 70px;
    }

    .location_heading {
        margin-bottom: 50px;
    }

    img.map {
        display: none;
    }

    .contact_section h2 {
        font-size: 42px;
        margin-bottom: 50px;
        margin-top: -10px;
    }

    button.send_form {
        width: 100%;
        max-width: 100%;
    }

    .header_fixed header {
        padding: 10px 0;
    }

    .header_fixed .logo img {
        max-width: 35px;
    }

    .header_fixed .header_flex {
        align-items: center;
    }

    .lang_current {
        width: 40px;
        height: 40px;
    }

    .lang_others a {
        width: 40px;
        height: 40px;
    }

    .lang_select:hover .lang_others {
    }

    .open_nav {
        width: 40px;
        height: 40px;
    }

    .contact_section {
        padding-bottom: 50px;
    }

    .footer_logo {
        width: 100%;
    }

    .foot_nav {
        width: 100%;
    }

    .foot_nav p {
        margin-bottom: 5px;
    }

    .menu_main_area {
        padding: 0 20px;
    }

    .menu_main_flex {
        flex-direction: column;
        gap: 30px;
        text-align: left;
        align-items: baseline;
    }

    .foot_social {
        margin-top: 30px;
    }

    .menu_main_list li a img:nth-child(1) {
        max-width: 230px;
    }

    .services_list_big > img {
        max-width: 79%;
        margin-bottom: -20px;
    }

    .services_list_big .service_item {
        flex-direction: column;
    }

    .services_list_big .service_img {
        width: 250px;
        height: 250px;
        order: 1;
    }

    .services_list_big .service_img img {
        transform: scale(0.4) translate(-50%, -50%);
        transform-origin: -80px 0;
    }

    .services_list_big .services_main_flex .service_desc {
        order: 2;
        max-width: 100%;
    }

    .services_list_big {
        padding-bottom: 160px;
    }

    .portfolio_preview {
        height: 70vh;
    }

    .portfolio_desc {
        padding-top: 50px;
    }

    .portfolio_desc h1 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .goal_label {
        max-width: 70%;
        float: none;
        margin-left: -30px;
        margin-bottom: -50px;
    }

    .portfolio_content .flex {
        gap: 30px 0;
    }

    .goal_desc {
        padding-bottom: 190px;
    }

    .col-md-12 + .col-md-12 {
        margin-top: -20px;
    }

    .portfolio_content blockquote {
        font-size: 18px;
        font-weight: bold;
    }

    .portfolio_content {
        padding-bottom: 40px;
    }

    .col-md-12 + .col-md-12 p {
        padding-top: 30px;
    }

    .results > img {
        max-width: 80%;
    }

    .results {
        margin-top: 10px;
    }

    .more_flex {
        flex-direction: column;
    }

    .cases_more > img {
        max-width: 90%;
        margin-bottom: -30px;
    }

    .section.intro_section {
        padding-top: 110px;
    }

    .intro_section video {
        height: auto;
        margin-bottom: -5px;
    }

    .section.intro_section {
        height: auto;
    }

    .section.works_section_inline .container {
        padding: 0 15px;
    }

    .works_section_inline .works_wrp > div {
        width: 100%;
    }

    .works_section_inline .works_wrp {
        gap: 50px;
    }

    .works_categories {
        justify-content: flex-start;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: flex-end;
    }

    .works_categories > li {
        width: auto;
        flex: none;
        padding: 0 10px;
    }

    .locations_list .loaction_item {
        width: 100%;
    }

    .locations_list {
        flex-wrap: wrap;
    }/* style updates */

    header {
        padding: 20px 0;
    }

    .logo img {
        max-width: 83px;
    }

    .lang_select {
        display: none;
    }

    .open_nav {
        width: 50px;
        height: 50px;
    }

    .section.intro_section {
        padding-top: 100px;
    }

    .section.hello_section_new > img {
        max-width: calc(100% - 76px);
        margin-bottom: 45px;
    }

    .section.hello_section_new {
        margin-top: -20px;
    }

    .section.hello_section_new .flex > div {
        margin-bottom: 30px;
    }

    .section.hello_section_new .flex {
        margin-bottom: -30px;
    }

    .about_new_text {
        font-size: 20px;
        line-height: 1.5;
    }

    .section.why_us_section > img {
        display: none;
    }

    .section.why_us_section {
        background-image: url(../img/why_us_mobil.svg);
        background-repeat: no-repeat;
    }

    .section.why_us_section {
        padding-top: 140px;
    }

    .why_text p {
        font-size: 40px;
    }

    .why_text span {
        font-size: 20px;
    }

    .section.why_us_section .flex > div {
        margin-bottom: 60px;
    }

    .section.why_us_section .flex {
        margin-bottom: -60px;
    }

    .customer_item {
        width: calc(100% / 2);
    }

    .section.customers_section {
        padding-top: 100px;
        background-image: url(../img/love_us_mobile.svg) !important;
        background-repeat: no-repeat !important;
    }

    .section.works_section {
        background-size: 410px;
        padding-top: 90px;
    }

    .works_section a.see_all {
        margin-top: 50px;
    }

    .statistics_item {
        display: block;
        position: relative;
        text-align: center;
    }

    .statistics_item p {
        font-size: 103px;
        font-weight: bold;
    }

    .statistics_item span {
        position: absolute;
        width: 100%;
        top: 0;
        left: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 25px;
        max-width: 290px;
        transform: translateX(-50%);
        line-height: 1.5;
    }

    .statistics_section .flex {
        margin-bottom: -30px;
    }

    .statistics_section .flex > div {
        margin-bottom: 30px;
    }

    .section.statistics_section {
        padding-top: 240px;
        background-image: url(../img/some_nums_mobile.svg);
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 95vw auto;
    }

    .header_fixed .logo img {
        max-width: 64px;
    }

    .header_fixed header {
        padding: 15px 0;
    }

    .section.statistics_section > img {
        display: none;
    }

    .section.services_section {
        background-image: url(../img/services_mob.svg);
        background-repeat: no-repeat;
        background-position: top left;
        padding-top: 110px;
    }

    .section.services_section > img {
        display: none;
    }

    .service_img {
        height: 200px;
    }

    .service_img img {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(1.2);
        transform-origin: 50% 60%;
    }

    .service_title {
        font-size: 40px;
    }

    .service_desc {
        font-size: 20px;
    }

    .service_title br {
        display: none;
    }

    .col-md-4:nth-child(1) .service_card .service_img > img {
        transform-origin: 50% 50%;
    }

    .service_img > img {
        transform-origin: 50% 100%;
    }

    .service_more {
        font-size: 20px;
    }

    .services_section .flex > div {
        margin-bottom: 85px;
    }

    .services_section .flex {
        margin-bottom: -85px;
    }

    .location_heading {
        display: none;
    }

    .location_section_wrp {
        background-image: url(../img/contact_lbl.png);
        background-repeat: no-repeat;
        background-position: 0 -200px;
        padding-top: 460px !important;
        padding-bottom: 30px !important;
    }

    .loaction_item > p {
        font-size: 40px;
    }

    .loaction_item ul {
        font-size: 20px;
    }

    .contact_section {
        background-image: url(../img/contact_lbl2.png);
        background-repeat: no-repeat;
        background-position: 0 -271px;
        padding-top: 339px;
    }

    .contact_section > img {
        display: none;
    }

    .contact_section h2 br {
        display: none;
    }

    .contact_section h2 {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .contact_section form input {
        height: 70px;
    }

    .pressing {
        font-size: 20px;
        line-height: 1.3;
    }

    .pressing::before {
        top: 7px;
    }

    button.send_form {
        max-width: 260px;
        height: 70px;
        font-size: 19px;
        margin: 0 auto;
        display: block;
    }

    .footer_logo {
        max-width: 80px;
        order: 1;
        margin: 0;
    }

    .foot_social {
        margin: 0;
        order: 2;
    }

    .foot_social a {
        width: 50px;
        height: 50px;
    }

    .foot_nav {
        width: calc(50% - 13px);
        order: 3;
    }

    .foot_nav p {
        font-size: 20px;
    }

    .foot_nav span {
        font-size: 16px;
    }

    .foot_nav ul a {
        font-size: 16px;
    }

    .pressing {
        margin-top: 20px;
    }

    .menu_opened .lang_select {
        display: flex;
    }

    .lang_current {
        width: 50px;
        height: 50px;
    }

    .lang_others a {
        width: 50px;
        height: 50px;
    }

    .menu_opened {
        overflow: hidden;
    }

    .menu_main {
        padding-top: 134px;
        padding-bottom: 40px;
    }

    .menu_main_flex::before {
        display: none;
    }

    .menu_main_list li a:hover img:nth-child(1) {
        opacity: 1;
    }

    .menu_main_list li a:hover img:nth-child(2) {
        opacity: 0;
    }

    .menu_main_list li a {
        position: relative;
        display: flex;
        color: #fff;
        font-weight: 900;
        font-size: 79px;
        line-height: 1;
        display: block;
    }

    .menu_main_list {
        gap: 10px;
    }

    .menu_main_list li a img {
        display: none !important;
    }

    .menu_main_list li a > span {
        display: block !important;
    }

    .mobile_button {
        display: flex;
        align-items: center;
        justify-content: center;
        background: none;
        border: none;
        height: 50px;
        border: 1px solid #fff;
        border-radius: 7px;
        width: 170px;
        font-size: 20px;
        color: #fff;
    }

    .spacer_mobile {
        display: block;
        flex: 1;
    }

    .foot_social {
        width: 100%;
    }

    .works_section_inline .works_item {
        width: 100%;
    }

    .works_section_inline .works_wrp {
        flex-direction: column;
    }

    .section.works_section {
        padding-top: 120px;
    }

    .section.works_section > img {
        max-width: 88%;
        margin-bottom: 30px;
    }

    .works_categories > li {
        width: calc(50% - 8px);
        height: 46px;
        font-size: 15px;
    }

    .works_section_inline .work_img {
        height: 270px;
        margin-left: -15px;
        width: calc(100% + 30px);
    }

    .work_desc h2 {
        font-size: 28px;
    }

    .work_desc p {
        font-size: 20px;
        line-height: 1.4;
    }

    .services_list_big {
        background-image: url(../img/services_mob_gray.svg);
        background-repeat: no-repeat;
        background-position: top left;
        padding-top: 110px;
        margin-top: 120px;
    }

    .services_list_big > img {
        display: none;
    }

    .services_list_big .services_main_flex .service_desc h2 {
        font-size: 35px;
        text-align: center;
    }

    .services_list_big .services_main_flex .service_desc p {
        font-size: 20px;
    }

    .services_list_big .services_main_flex .service_desc h2 br {
        display: none;
    }

    .services_list_big .service_img {
        width: 100%;
        height: 240px;
    }

    .services_list_big .service_img img {
        transform: scale(0.44) translate(-50%, -50%);
        transform-origin: top left;
        margin-top: -20px;
    }

    .case_study_intro {
        padding-top: 60px;
    }

    .case_study_intro h1 {
        font-size: 26px;
    }

    .case_study_intro p {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .case_study_intro p br {
        display: none;
    }

    .case_goal {
        padding: 50px 0;
    }

    .col-md-6:nth-child(2) .case_goal_text {
        padding: 0;
        padding-top: 30px;
    }

    .case_seo {
        padding: 60px 0;
    }

    .case_seo .row > div {
        margin-bottom: 30px;
    }

    .case_seo .row {
        margin-bottom: -30px;
    }

    .case_img_main {
        height: 230px;
    }

    .case_logo_main img {
        max-width: 190px;
    }

    .case_logo_main {
        padding: 40px 0;
    }
    .case_study_intro .video_wrp {
    	min-height: 330px;
    }
    .vertical-images .video_wrp {
        min-height: 700px;
    }
}

@media screen and (max-width: 400px) {
    .menu_main_list li a {
        font-size: 62px;
    }

    .mobile_button {
        width: 147px;
        font-size: 18px;
    }

    .foot_social {
        padding-right: 10px;
    }

    .statistics_item p {
        font-size: 122px;
    }

    .section.services_section {
        background-size: 290px;
    }

    .service_title {
        font-size: 33px;
    }

    .service_desc {
        font-size: 18px;
    }

    .about_new_text {
        font-size: 19px;
    }
}