@media (max-width: 1440px) {
    .scheduleh .swiper-slide {
        max-width: 33.333%;
    }
}

@media (max-width: 1200px) {
    .ipad-50 {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .m-flex {
        margin-left: -20px;
        margin-right: -20px;
    }

    .header {
        height: 70px;
    }

    .header-holder {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar .toggle {
        display: flex;
    }

    .menu-handler {
        display: block;
    }

    .navbar .end {
        margin: auto 0;
        padding: 0 30px;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .menu-navigation {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100% !important;
        height: 100vh;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        z-index: 20;
    }

    .header.open .menu-navigation {
        pointer-events: all;
    }

    .menuWrapper {
        padding: 100px 0 50px;
    }

    .menu-navbar {
        padding: 0;
        position: absolute;
    }

    .navbar .link-animate {
        opacity: 0;
        visibility: hidden;
    }

    .navbar .menu li.menu-item {
        padding: 0;
    }

    .header .subCol .main-menu__nav-list li.menu-item .w-dropdown-list {
        position: relative;
        background-color: transparent;
        border: none;
        box-shadow: none;
        display: none;
        opacity: 1;
        visibility: visible;
        min-width: auto;
        padding: 0;
        top: auto;
        right: auto;
        transform: none;
        transition: none;
        padding-bottom: 1rem;
    }

    .navbar .menu li {
        flex-direction: column;
        align-items: flex-start;
    }

    .menu-bg {
        display: flex;
    }

    .navbar.navbar .logo svg {
        height: 50px;
    }

    .navbar .menu {
        width: 100%;
        flex-direction: column;
    }

    .subCol {
        height: auto;
    }

    .navbar .m-menu {
        display: flex;
        align-items: initial;
        position: relative;
        z-index: 610;
    }

    .navbar .menu li a,
    .navbar .sac {
        color: #fff;
        padding-bottom: 0.85rem;
        font-size: 16px;
        font-weight: bold;
        width: 100%;
    }

    .navbar .btn {
        color: #fff;
        font-size: 14px;
        margin-top: 1rem;
        padding: 0.65rem 1.5rem;
    }

    .subCols {
        width: 100%;
        height: 100%;
        display: flex;
        overflow-y: auto;
    }

    .navbar .menu li.dropdown>a .nav-icon {
        display: none;
    }

    .navbar .menu li ul li a {
        font-size: 1.15rem;
    }

    .navbar .menu li ul li a {
        color: #fff;
        padding: 0.35rem 0;
        font-size: .90rem;
        font-weight: normal;
    }

    .navbar .menu li a:hover {
        color: #fff;
    }

    .navbar .sac {
        margin: 0;
    }

    .navbar .n-links {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-icon--med {
        display: inline-flex;
    }

    .navbar .header-btn.menu-item {
        position: absolute;
        top: 0;
    }

    .navbar .nav--langs {
        position: absolute;
        top: 1.6rem;
        margin: 0 1rem;
    }

    .navbar .menu li .w-dropdown-list:before {
        display: none;
    }

    .navItem-label {
        display: none;
    }

    .solutions-itemBlock {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .inner .header .header-btn .btn {
        color: #fff;
    }

    .inner .navbar .nav--langs li a {
        color: #fff;
    }
}

@media (max-width: 1024px) {

    .tablet-w-100 {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .tablet-w-50 {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .tablet-w-66 {
        width: 66.666%;
        -ms-flex-preferred-size: 66.666%;
        flex-basis: 66.666%;
        max-width: 66.666%;
    }

    .tablet-w-33 {
        width: 33.333%;
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .mt--med {
        margin-top: 2rem;
    }

    .mt--xs {
        margin-top: 1rem;
    }

    .mb--med {
        margin-bottom: 2rem;
    }

    .mb--sm {
        margin-bottom: 1.5rem;
    }

    .title-lg {
        font-size: 18px;
    }

    .title-med {
        font-size: 17px;
    }

    .about-content__title p {
        font-size: 14px;
    }

    .options__item {
        min-width: 170px;
    }

    .footer {
        font-size: 13px;
    }

    .footer-middle {
        padding: 1.5rem;
    }

    .footer-middle .contact-icon svg {
        width: 20px;
        height: 20px;
    }

    .ratio__image.basic-ratio .image {
        height: calc(calc(100vw/20) * 4);
    }
}

@media (max-width: 991px) {
    .tablet-100 {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .tablet-60 {
        width: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        max-width: 60%;
    }

    .tablet-50 {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .tablet-33 {
        width: 33.333%;
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .tablet-visible {
        display: block;
        visibility: visible;
    }

    .tablet-hidden {
        display: none;
        visibility: hidden;
    }

    .tablet-relative {
        position: relative;
    }

    .ratio__image.basic-ratio .image {
        height: calc(calc(100vw/15) * 4);
    }

    .menu-sidebar__inner {
        width: 70vw;
    }
}

@media (max-width: 768px) {

    .tablet-v-100 {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .tablet-v-50 {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .tablet-v-hidden {
        display: none !important;
        visibility: hidden;
    }

    .gutter {
        margin-left: 25px;
        margin-right: 25px;
    }

    .title-lg {
        font-size: 17px;
    }

    .title-med {
        font-size: 16px;
    }

    .mb--lg {
        margin-bottom: 3rem;
    }

    .mb--med {
        margin-bottom: 1.5rem;
    }

    .mt--lg {
        margin-top: 3rem;
    }

    .mt--med {
        margin-top: 1.5rem;
    }

    .mt--sm {
        margin-top: 1.5rem;
    }

    .mb--sm {
        margin-bottom: 1rem;
    }

    .p-gap {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .pm-gap {
        padding-bottom: 4rem;
    }

    .btn {
        padding: 0.8rem 1.5rem;
        font-size: 13px;
    }

    .hero_multi .column--one {
        width: 60vw;
        height: 35vw;
    }

    .hero_multi .column--two {
        width: 60vw;
    }

    .hero_multi .background--three {
        width: 60vw;
        height: 20vw;
    }

    .hero_multi .background--two {
        width: 25vw;
        height: 35vw;
    }

    .hero_multi .columns {
        margin-top: 2rem;
    }

    .scheduleh .swiper-slide {
        max-width: 50%;
    }

    .sc-info {
        margin-top: 1rem;
    }

    .sc-section.scheduleh .sc-item {
        min-height: auto;
    }

    .news-section .post-item {
        margin-bottom: 1rem;
    }

    .option {
        padding: 0.75rem 2rem;
    }

    .footer-middle {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .contact-call {
        margin-top: 1.5rem;
    }

    .footer-block {
        flex-direction: column;
    }

    .menu-legal {
        justify-content: center;
    }

    .copyright-text {
        margin-bottom: 0.5rem;
    }

    .developer {
        margin-top: 0.75rem;
    }

    .menu-social {
        margin-top: 1.5rem;
    }

    .hp-title .border {
        height: 30px;
        margin: 0 auto 15px;
    }

    .sh-logo {
        width: 150px;
    }

    .sc-item {
        min-height: inherit;
    }
}

@media (max-width: 550px) {

    .mobile-100 {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .mobile-50 {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .mobile-hidden {
        display: none;
    }

    .mb--sm {
        margin-bottom: 1rem;
    }

    .mb--xs {
        margin-bottom: 1rem;
    }

    .mt--lg {
        margin-top: 2rem;
    }

    .title-lg {
        font-size: 16px;
    }

    .title-sm {
        font-size: 16px;
    }

    .p-gap {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .pm-gap {
        padding-bottom: 3rem;
    }

    .gutter {
        margin-left: 15px;
        margin-right: 15px;
    }

    .mt--sm {
        margin-top: 1rem;
    }

    .mb--lg {
        margin-bottom: 2.5rem;
    }

    .navbar .end {
        padding: 0 15px;
    }

    .navbar .menu li a,
    .navbar .sac {
        font-size: 15px;
    }

    .navbar.navbar .logo svg {
        height: 45px;
    }

    .background .circle {
        width: 45px;
        height: 45px;
    }

    .hero_multi .background--two {
        width: 30vw;
    }

    .scheduleh .swiper-slide {
        max-width: 100%;
    }

    .post-item .ratio__image {
        margin-bottom: 1rem;
    }

    .post__container__details {
        padding-top: 0.5rem;
    }

    .news-section .post__container {
        padding-right: 1rem;
    }

    .options__item {
        min-width: 150px;
    }

    .downloads .circle {
        width: 35px;
        height: 35px;
        margin-left: 0.35rem;
    }

    .downloads .options .circle .icon {
        width: 18px;
        height: 18px;
    }

    .footer .logo svg {
        height: 50px;
    }

    .globe-bg {
        width: 90%;
        height: 25vw;
    }

    .ratio__image.basic-ratio .image {
        height: calc(calc(100vw/6) * 4);
    }

    .menu-sidebar__inner {
        width: 100%;
    }

    .sh-downloads .options__item {
        min-width: 130px;
    }

    .menu-sidebar__closer {
        top: 1rem;
        left: 1rem;
    }

    .solutions-menuwrapper {
        flex-direction: column;
    }

    .solutions-itemBlock {
        width: 100%;
    }
}

@media (max-width: 425px) {

    .mb--lg {
        margin-bottom: 2rem;
    }

    .hero_multi .column--one {
        height: 45vw;
    }

    .hero_multi .background--three {
        height: 25vw;
    }

    .hero_multi .background--two {
        height: 45vw;
    }

    .news-section .post__container {
        padding-right: 0;
    }

    .options__item {
        width: 50%;
        min-width: 120px;
    }

    .option {
        padding: 0.75rem 1.5rem;
    }

    .option .u-main {
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .downloads .circle {
        width: 30px;
        height: 30px;
    }

    .options__inner {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }

    .options__item {
        margin: 0 0.25rem;
    }
}