@media all and (max-width: 1200px) {

    header#masthead  {
        .headline {
            .wrapper {
                .action {
                    display: none;
                }
            }
        }
        .main-header {
            .wrapper {
                .right {
                    .action {
                        .toggle-menu-mobile {
                            display: flex;
                            
                        }
                        > a {
                            display: none;
                        }
                    }
                }
            }
        }
    }
    /* page header */
    section.page-header-container-meta {
        .content-wrapper {
            margin-bottom: 0;
            > .content {
                padding: 32px;
                width: 100%;
                .meta {
                    .item {
                        margin-bottom: 12px;
                        border-right: 0;
                        padding-right: 0;
                        margin-right: 24px;
                        &.author {
                                                     
                        }
                    }
                }
            }
            > .image {
                display: none;  
            }
            > .icon-image {
                display: none;  
            }
            &:before {
                display: none;
            }
        }
    }
    /* footer */
    footer#colophon {
        .footer-info {
            .left {
                .logo {
                    width: 100%;
                    margin-bottom: 8px;
                }
                .contact-info {
                    margin-bottom: 4px;
                }
            }
        }
    }
}
/// Medium devices such as tablets (768px and up)
@media only screen and (max-width: 992px) {
    /* headings */
    .h-900 {
        font-size: 56px;
        line-height: 56px;
    }
    .h-800 {
        font-size: 40px;
        line-height: 48px;
    }
    .h-700 {
        font-size: 32px;
        line-height: 40px;
    }
    .h-600 {
        font-size: 28px;
        line-height: 36px;
    }
    .h-500 {
        font-size: 24px;
        line-height: 32px;
    }
    .body-heading {
        font-size: 20px;
        line-height: 28px;
    }
    .subtitle-1 {
        font-size: 22px;
        line-height: 28px;
    }
    .subtitle-2 {
        font-size: 18px;
        line-height: 28px;
    }
    .subtitle-2-slim {
        font-size: 18px;
        line-height: 26px;
    }
    .body-xl {
        font-size: 20px;
        line-height: 30px;
    }
    .body-heading {
        font-size: 20px;
        line-height: 28px;
    }
    .body-l {
        font-size: 18px;
        line-height: 30px;
    }
    .body-l-slim {
        font-size: 18px;
        line-height: 26px;
    }
    .body-medium {
        font-size: 16px;
        line-height: 24px;
    }
    .body-s {
        font-size: 14px;
        line-height: 22px;
    }
    .input-label {
        font-size: 10px;
        line-height: 10px;
    }
    /* page headers */
    section.page-header-wide-container {
        padding-bottom: 16px;
        .wrapper {
            > .row {
                flex-direction: column-reverse;
            }
            .content {
                padding: 24px 0;
                height: auto;
                min-height: auto;
                .button-group {
                    margin-top: 32px;
                }
            }
        }
        .image-wrapper {
            justify-content: flex-start;
        }
    }
    section.page-header-container {
        .content-wrapper {
            .content {
                padding: 60px;
                span {
                    &.mb-80 {
                        margin-bottom: 32px;
                    }
                }
            }
            .image-wrapper {
                display: none;
            }
        }
    }
    section.page-header-little {
        .image-wrapper {
            height: auto;
            margin-bottom: 52px;
        }
    }
    section.page-header-full {
        min-height: auto;
        .image-wrapper {
            display: none;
        }
        .wrapper {
            .content {
                min-height: auto;
                padding: 30px 0;
                span {
                    margin-bottom: 32px;
                }
            }
        }
    }
    .page-header-contact-us {
        .content-wrapper {
            .content {
                .social {
                    margin-bottom: 32px;
                    align-items: flex-start;
                    .social-list {
                        flex-wrap: nowrap;
                    }
                }
            }
        }
    }
    /* technologuies list */
    .technologies-list {
        .top-panel {
            flex-wrap: wrap;
            .left {
                width: 100%;
                .search-posts {
                    width: 100%;
                    margin-right: 0;
                }
                .filter-item {
                    width: 100%;
                    .filter-select {
                        margin: 16px 0;
                    }
                }
                button.clear-filters {
                    margin-left: auto;
                }
            }
            .right {
                width: 100%;
                margin-top: 24px;
            }
        }
    }
    /* intro slider */
    .intro-slider {
        .item {
            min-height: 300px;
            height: auto;
            padding: 40px 0 80px;
            .extra-image.icon-we-find-the-way {
                &:before {
                    display: none
                }
            }
        }
    }
    /* module-two-column-video-text */
    .module-two-column-video-text {
        .image {
            margin-bottom: 32px;
            height: auto;
        }
    }
    /* article card */
    article {
        &.tag-post-card {
            .read-more {
                text-align: right;
            }
        }
        
    }
    footer#colophon {
        .footer-info {
            .left {
                flex-direction: column;
                align-items: flex-start;
                .logo {
                    margin-bottom: 8px;
                }
                .contact-info {
                    margin-bottom: 4px;
                }
            }
        }
        .offer-list {
            padding: 0 0 32px;
            h3 {
                margin-top: 32px;
            }
            ul.footer-menu.footer-menu-4-columns  {
                li {
                    width: 50%;
                }
            }
        }
    }
    /* cf talks */
    section.cf-talks-column-with-icon {
        .item {
            margin-bottom: 32px;
        }
    }
}
// Small devices such as large phones (640px and up)
@media all and (max-width: 767px) {
    /* headings */
    .h-900 {
        font-size: 32px;
        line-height: 40px;
    }
    .h-800 {
        font-size: 28px;
        line-height: 36px;
    }
    .h-700 {
        font-size: 26px;
        line-height: 34px;
    }
    .h-600 {
        font-size: 24px;
        line-height: 32px;
    }
    .h-500 {
        font-size: 22px;
        line-height: 30px;
    }
    .body-heading {
        font-size: 20px;
        line-height: 26px;
    }
    .subtitle-1 {
        font-size: 20px;
        line-height: 28px;
    }
    .subtitle-2 {
        font-size: 18px;
        line-height: 28px;
    }
    .subtitle-2-slim {
        font-size: 18px;
        line-height: 26px;
    }
    .body-xl {
        font-size: 20px;
        line-height: 30px;
    }
    .body-heading {
        font-size: 20px;
        line-height: 28px;
    }
    .body-l {
        font-size: 18px;
        line-height: 30px;
    }
    .body-l-slim {
        font-size: 18px;
        line-height: 26px;
    }
    .body-medium {
        font-size: 16px;
        line-height: 24px;
    }
    .body-s {
        font-size: 14px;
        line-height: 22px;
    }
    .input-label {
        font-size: 10px;
        line-height: 10px;
    }
    /* main */
    .w-mobile-100 {
        width: 100%;
    }
    /* buttons */
    .button-group {
        a, button {
            margin-bottom: 20px;
        }
    }
    /* header */
    header#masthead  {
        .headline {
            .wrapper {
                .action {
                    display: none;
                }
            }
        }
    }
    /* breadcrumbs */
    .breadcumbs {
        overflow-x: auto;
        .wrapper {
            flex-wrap: nowrap;
            white-space: nowrap;
            display: inline-flex;
        }
    }
    /* .bg-image-full-right */
    .bg-image-full-right {
        .image-wrapper {
            display: none;
        }
    }
    /* intro slider */
    .intro-slider {
        .item {
            min-height: 300px;
            height: auto;
            padding: 40px 0 80px;
            .extra-image.icon-we-find-the-way {
                &:before {
                    display: none
                }
            }
        }
    }
    /* announcement-system */
    .announcement-system {
        button.close-announcement {
            position: absolute;
            right: 0;
            top: 0;
            width: 24px;
            height: 24px;
        }
        .item {
            &.announcement-webinar {
                .wrapper {
                    flex-direction: column;
                    align-items: unset;
                    padding-left: 0;
                    &:before {
                        top: 3px;
                        left: -2px;
                    }
                    .info {
                        flex-direction: column;
                        align-items: flex-start;
                        margin-bottom: 3px;
                        padding-right: 50px;
                        .heading {
                            padding-left: 46px;
                            height: 40px;
                            display: flex;
                            align-items: center;
                            span {
                                font-size: 14px;
                                line-height: 1.5;
                            }
                        }
                        .meta {
                            .meta-item {
                                border: none;
                                margin: 0;
                                padding: 0;
                                .value {
                                    font-size: 12px;
                                }
                                &:last-child {
                                    margin-left: 12px;
                                }
                                &:first-child {
                                    margin-left: 0
                                }
                            }
                        }
                    }
                    .actions {
                        justify-content: flex-start;
                        .button-group {
                            a {
                                margin: 0;
                                border: none;
                                padding: 0;
                                height: auto;
                                text-decoration: underline;
                                font-size: 14px;
                                &:hover {
                                    background-color: unset;
                                }
                            }
                        }
                    }
                }
            }
            &.announcement-promo-banner {
                .wrapper {
                    flex-direction: column;
                    align-items: self-start;
                    padding-left: 0;
                    &:before {
                        top: 3px;
                        left: -2px;
                    }
                    .info {
                        flex-direction: column;
                        align-items: unset;
                        .heading {
                            border: none;
                            span {
                                font-size: 14px;
                                line-height: 1.5;
                            }
                        }
                        .text {
                            font-size: 12px;
                            line-height: 1.5;
                            margin-bottom: 8px;
                        }
                    }
                    .actions {
                        justify-content: flex-start;
                        .button-group {
                            a {
                                margin: 0;
                                border: none;
                                padding: 0;
                                height: auto;
                                text-decoration: underline;
                                font-size: 14px;
                                &:hover {
                                    background-color: unset;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    /*modules */
    .section {
        padding: 32px 0;
    }
    section.module {
        padding: 32px 0;
        .heading-wrapper {
            margin-bottom: 30px;
        }
    }
    /* kpi */
    .module-kpi  {
        .content {
            p {
                margin-bottom: 32px;
            }
        }
        .kpis {
            .item {
                span.heading {
                    font-size: 40px;
                    line-height: 48px;
                }
            }
        }
    }
    /* Module quote slider */
    .module-quote-slider {
        .image {
            margin-bottom: 56px;
        }
        .meta {
            .swiper-arrows {
                margin-left: auto;
                margin-top: 24px;
            }
        }
    }
    /* Module reason to believe tagline */
    .module-reason-to-believe-tagline {
        .columns {
            margin-top: 24px;
        }
    }
    /* page breaker */
    .module-page-breaker {
        .icon-we-find-the-way {
            &:before {
                display: none;
            }
        }
    }
    
    /* module cta */
    .module-cta .content-wrapper {
        padding: 30px 20px;
        .content {
            height: auto;
            margin-bottom: 32px;
        }
    }
    /* module cta slim */
    .module-cta-slim {
        .content {
            margin-bottom: 32px;
            height: auto;
        }
    }
    /* module why join us */
    .module-why-join-us {
        .content-masonry {
            height: auto;
            .item {
                width: 100%;
            }
        }
    }
    /* module tabs */
    .module-tabs {
        .tabs-wrapper {
            .tab-content-wrapper {
                .item {
                    padding: 32px;
                    .icon {
                        //display: none;
                    }
                }
            }
        }
    }
    /* module why join us */
    .module-why-join-us {
        .content-masonry {
            .item {
                &.div1 {
                    order: 2;
                }
                &.div2 {
                    order: 1;
                }
                &.div3 {
                    order: 3;
                }
                &.div4 {
                    order: 4;
                }
                
            }
    
        }
    }
    /* module-columns-with-images */
    .module-columns-with-images {
        .item {
            .image {
                width: 100%;
                img {
                    width: 100%;
                }
            }
        }
    }
    /* global contact */
    .global-contact {
        .wrapper {
            padding: 20px 20px 0 20px;
        }
        .content {
            padding-bottom: 20px;
        }
    }
    /* cf7 */
    .wpcf7 {
        .send-button-wrapper {
            margin-top: 32px;
            height: auto;
            justify-content: flex-start;
        }
        .cf7-white-shadow {
            padding: 20px;
        }
    }
    /* about us */
    blockquote {
        padding: 120px 40px 40px;
        &:before {
            top: 40px;
            left: 40px;
        }
    }
    .module-people-board {
        .board {
            .quote {
                padding: 120px 40px 40px;
                &:before {
                    top: 40px;
                    left: 40px;
                }
            }
        }
    }
    .avatar-name {
        display: none;
    }
    /* module-webinar-intro */
    .module-webinar-intro {
        .col-md-12 {
            .content {
                padding-top: 0;
            }
        }
    }
    
    /* filters */
    .mobile-filter-open {
        display: block;
    }
    .filters {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 99;
        border-radius: unset;
        height: 100dvh;
        display: none;
        .filter-main-header {
            .filter-main-header__actions {
                .close {
                    display: inline-block;
                }
            }
        }
        .filter-item {
            .filter-select {
                .filter-select__dropdown {
                    position: fixed;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 100vh;
                    z-index: 23;
                    padding: 24px;
                    .filter-mobile-item-header {
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        line-height: 1;
                        margin-bottom: 16px;
                        .left {
                            h3 {
                                margin: 0;
                                /*
                                padding-left: 24px;
                                background-image: url('../img/icons/arrow-left.svg');
                                background-repeat: no-repeat;
                                background-position: left center;
                                background-size: 16px;
                                */
                            }
                        }
                    }
                    .filter-select__options {
                        max-height: calc(~'100vh - 282px');
                        margin-bottom: 16px;
                    }
                    .mobile-apply-filters {
                        display: block;
                    }
                }
            }
        }
    }
    .top-panel {
        flex-direction: column;
        align-items: unset;
        .left {
            margin-bottom: 16px;
            .search-posts {
                input[type="search"] {
                    min-width: auto;
                }
            }
        }
        .right {
            justify-content: space-between;
        }
    }
    /* global */
    section.global-our-localization {
        .content {
            .item-address {
                margin-bottom: 32px;
                height: calc(~'100% - 32px');
            }
        }
        .map-pins {
            margin-top: -60px;
            height: 300px;
            background-image: url('../img/map-localization-pins-mobile.svg');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }
    }
    
    /* single content */
    blockquote {
        padding: 120px 40px 40px;
        &:before {
            top: 40px;
            left: 40px;
        }
    }
    .file-block {
        flex-direction: column;
        .info {
            .icon {
                width: 48px;
                height: 48px;
            }
        }
        .download {
            margin-left: auto;
            margin-top: 24px;
        }
    }
    /* footer */
    footer#colophon {
        padding-top: 40px;
        .footer-info {
            .left {
                .logo {
                    margin-bottom: 24px;
                }
                .contact-info {
                    .items {
                        .item {
                            margin-bottom: 8px;
                            &:last-child {
                                margin-bottom: 8px;
                            }
                        }
                    }
                }
            }
            .social-list {
                justify-content: flex-start;
                margin-top: 16px;
                height: auto;
            }
        }
        .offer-list {
            padding: 0 0 32px;
            h3 {
                margin-top: 32px;
            }
            ul.footer-menu {
                &.footer-menu-4-columns {
                    li {
                        width: 100%;
                    }
                }
            }
        }
        .extra-info {
            .copy {
                margin-bottom: 16px;
            }
        }
        .google-recaptcha-info {
            flex-direction: column;
            align-items: flex-start;
            > span {
                margin-bottom: 8px;
            }
        }
    }
    /* cf talks */
    .cf-talks-cta-download .content {
            padding: 24px;   
    }
    section.cf-talks-column-text-with-image {
        .image {
            margin-bottom: 32px;
        }
    }
}
@media all and (max-width: 576px) {
    .image-tablet {
        height: 390px;
    }
    .intro-slider {
        .item {
            &:before {
                background-color: #0D183F;
            }
            .item-bg {
                display: none;
            }
            .content {
                padding-right: 1rem;
            }
        }
    }
}