html, body {
    cursor: default;
}
.container {
    padding: 0;
}
.footer-cta.mobile {
    display: none;
}
@media screen and (max-width: 1440px) {
    .container {
        width: 100%;
        max-width: none;
        padding: 0 120px;
    }
}
@media screen and (max-width: 1200px) {
    .container {
        padding: 0 80px;
    }
}
@media screen and (max-width: 1100px) {
    .container {
        padding: 0 50px;
    }
}
@media screen and (max-width: 1024px) {
    .container {
        padding: 0 3%;
    }
}
@media screen and (max-width: 1000px) {
    :root {
        --fsH1: 38px;
        --fsH2: 26px;
        --fsH3: 18px;
        --fsH4: 16px;
    }

    .index-banner__inner {
        padding-right: 5%;
    }
    .index-product__list {
        flex-wrap: nowrap;
    }
}
@media screen and (max-width: 900px) {
    :root {
        --fsH1: 32px;
        --fsH2: 26px;
        --fsH3: 20px;
        --fsH4: 18px;
    }
    .container {
        padding: 0 5%;
    }
    .index-banner__title {
        font-size: 40px;
    }
    .index-product .swiper-pagination {
        bottom: -13px !important;
    }
    .accordion dd {
        padding: 10px;
    }
}
@media screen and (max-width: 768px) {
    main {
        margin-top: 0;
        padding-top: 64px;
    }
    .index-banner {
        height: auto;
        padding: 57px 0 26px;
    }
    .index-banner__inner {
        position: static;
        top: auto;
        transform: none;
    }
    .header-wrapper_shaded {
        top: 0;
    }
    .header__search {
        width: 32px;
        height: 32px;
        -webkit-mask-size: 32px;
    }
    .header-burger {
        display: block;
        cursor: pointer;
        width: 60px;
        height: 60px;
        -webkit-mask: url(/assets/images/svg/menu.svg) no-repeat center;
        background-color: var(--colorBlack);
    }
    .search-btn {
        width: 60px;
        height: 60px;
        -webkit-mask: url(/assets/images/svg/search_m.svg) no-repeat center;
        background-color: var(--colorBlack);
    }
    .header-logo {
        margin: 0;
    }
    .header {
        width: 100%;
        height: 64px;
        align-items: center;
        justify-content: space-between;
        align-content: center;
    }
    .btn_forward {
        position: relative;
    }
    .btn_forward:after {
        position: absolute;
        margin: 0;
        top: 50%;
        margin-top: -0.5rem;
        right: 2rem;
    }
    .section__title:before {
        display: none;
    }
    .section__title {
        margin-top: 56px;
        margin-bottom: 40px;
    }
    .index-stories-section {
        margin-top: 56px;
        padding-top: 56px;
        background: #f6f6f6;
        padding-bottom: 56px;
    }
    .index-stories-section .section__title {
        margin-top: 0;
    }
    .index-stories__item {
        width: 100% !important;
        height: auto;
        margin-bottom: 24px;
        min-height: 230px;
    }
    .index-stories__inner {
        padding: 24px;
        border-radius: 24px;
        padding-bottom: 170px;
    }
    .index-stories__item:nth-child(2) .index-stories__inner {
        position: relative;
        top: auto;
        margin-top: 110px;
        padding-bottom: 20px;
        bottom: -5px;
    }
    .index-stories__btn {
        height: 48px;
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }
    .index-news__category, .index-news__date, .index-stories__category {
        font-size: 18px;
    }
    .btn {
        width: 100%;
    }
    .index-clients-section {
        margin-top: 56px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }
    footer {
        padding-top: 56px;
    }
    footer nav {
        justify-content: center;
        margin-bottom: 40px;
    }
    .footer-cta.desktop, .footer-inner__right {
        display: none;
    }
    .footer-cta.mobile {
        display: flex;
        margin-top: 40px;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: center;
    }
    .footer-cta span {
        font-size: 24px;
        max-width: none;
    }
    .footer-inner__left {
        max-width: none;
        text-align: center;
    }
    .footer-inner__unit span,
    .footer-inner__unit a {
        font-size: 24px;
    }
    .footer-inner__unit + .footer-inner__unit {
        margin-top: 32px;
    }
    .footer-copyright {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 56px;
        flex-direction: column;
        align-content: flex-start;
        flex-wrap: nowrap;
    }
    .footer-copyright__text, .footer-copyright__link {
        font-size: 24px;
        color: var(--colorGray);
    }
    .footer-copyright__text {
        margin-top: 24px;
        order: 2;
    }
    .footer-copyright__text span {
        display: block;
    }
    .header-menu {
        position: fixed;
        width: 100%;
        height: calc(100vh - 64px);
        top: 64px;
        left: 0;
        padding-top: 56px;
        background: #fff;
        overflow: auto;
        -webkit-overflow-scrolling:touch;
    }
    .header-menu.active {
        display: block;
    }
    .header-menu__list {
        display: block;
        padding: 0 5%;
    }
    .header-menu__item {
        margin-bottom: 30px;
    }
    .header-menu__link {
        font-size: var(--fsH3);
    }
    ul.header-submenu__list {
        position: static;
        display: block;
        box-shadow: none;
        border: none;
        margin-top: 8px;
    }
    .product-menu__options {
        order: 1;
    }
    ul.product-menu__list {
        order: 2;
        display: flex;
        align-items: flex-start;
        list-style: none;
        padding: 0;
        margin: 0;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-start;
    }
    .product-menu__item + .product-menu__item {
        margin-left: 0;
        margin-top: 17px;
    }
    .product-menu__item_demo {
        width: 100%;
        text-align: center;
    }
    .product-menu__options {
        display: flex;
        align-items: center;
        margin-left: auto;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 103px;
    }
    .product-menu__item_demo + .product-menu__item_cta {
        margin-left: 0;
        margin-top: 16px;
    }
    .product-banner__inner {
        max-width: 800px;
        padding: 56px 0 230px;
        text-align: center;
    }
    .product-banner__subtitle {
        font-size: var(--fsH4);
    }
    .product-banner__title {
        font-size: 48px;
        margin: 20px 0;
    }
    .product-banner__brief {
        font-size: var(--fsH4);
    }
    .product-menu {
        margin-top: -200px;
    }
    .header-menu__link_active {
        border: none;
    }
    li.active a.header-menu__link {
        text-decoration: underline;
    }
    .article-wrapper {
        margin-top: 56px;
    }
    .article-menu__list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        list-style: none;
        margin: 0;
        padding: 0;
        flex-direction: row;
        align-content: center;
        justify-content: flex-start;
    }
    .article__image {
        display: none;
    }
    .accordion dt span {
        display: block;
        padding-right: 60px;
    }
    .accordion dt span:after {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}
