@media screen and (max-width: 1800px){
    .hero-block {
        padding: 195px 0 75px 32px;
    }
}

@media screen and (max-width: 1400px){
    .header__menu {
        margin: 0;
    }
    .menu-list {
        gap: 0;
    }
}
@media screen and (max-width: 1215px){
    .homepage__block-cards__list {
        grid-template-columns: 1fr 1fr;
    }
    .hero-block__image {
        display: none;
    }
    .hero-block__title h1 {
        max-width: 100%;
    }
    .hero-block__description {
        max-width: 100%;
    }
    .hero-block__description br {
        display: none;
    }

    .blog-header__title {
        margin: 0 0 20px;
        font-size: 32px;
    }
}

@media screen and (max-width: 1100px){
    html {
        margin-top: 0 !important;
    }
    #wpadminbar {
        display: none !important;
    }
    .header.active {
        padding: 0;
        top: 0;
    }
    .header.active .header__logo a {
        color: #fff;
    }
    .header.active .header__wrapper {
        padding: 10px 64px;
        position: fixed;
        width: 100%;
        box-sizing: border-box;
        background-color: #222525;
    }
    .header.active .language-toggle {
        color: #fff;
        border-color: #fff;
    }
    .header__logo {
        position: relative;
        z-index: 2;
    }
    .header__menu {
        display: none;
        margin: 0;
        position: fixed;
        height: 100vh;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background-color: #222525;
    }
    .header__menu-button {
        display: flex;
    }
    .header__menu.active {
        display: block;
    }
    .header__menu {
        margin: 70px 0 0;
        padding: 0 0 50px;
        overflow: auto;
        height: calc(100vh - 70px);
    }
    .header__menu-langs {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 40px 0;
    }
    .header__menu-langs a {
        color: #DFE1E1;
        text-decoration: none;
        font-size: 16px;
        padding: 15px;
        border-radius: 12px;
        background: #333;
    }
    .menu-list {
        gap: 0;
    }
    .menu-main-menu-container > ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .menu-main-menu-container li {
        padding: 0 16px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-bottom: 1px solid #383B3B;
    }
    .menu-main-menu-container a {
        display: block;
        width: 100%;
        padding: 8px;
        font-size: 17px;
        font-weight: 500;
        line-height: 32px;
        color: #fff;
        text-align: center;
        box-sizing: border-box;
    }
    .menu-item-has-children > a::after {
        width: 14px;
        height: 14px;
        top: 18px;
        filter: invert(1);
    }
    .page-header-background .header .menu-item-has-children > a::after {
        filter: none;
    }
    .page-header-background .header.scrolled .menu-item-has-children > a::after {
        filter: invert(1);
    }
    .sub-menu {
        padding: 20px 0 20px;
        gap: 15px 10px;
        grid-template-columns: 1fr 1fr;
        position: relative;
        left: auto;
        right: auto;
        margin: 0 0 10px;
        background: #333;

    }
    .sub-menu a::before {
        /* display: block !important;
        left: 4px;
        top: calc(50% - 12px);
        font-size: 16px; */
    }    
    .menu-main-menu-container .sub-menu a {
        padding: 0;
        width: 140px;
        line-height: 24px;
        text-align: left;
        /* padding: 8px 8px 8px 35px; */
    }
    .menu-main-menu-container .sub-menu li {
        border: none;
    }
    .current-menu-item a::before {
        display: none;
    }
    .menu-item-has-children:hover .sub-menu {
        display: none;
    }
    .menu-item-has-children .sub-menu.open {
        display: grid;
    }
    #menu-item-259 .sub-menu {
        grid-template-columns: 1fr 1fr;
        left: 0;
    }
    .header__menu__bar {
        position: relative;
        z-index: 2;
    }
    .header__menu-button.is-active {
        /* position: fixed; */
    }
    .hero-block__title h1 {
        margin: 0 0 24px;
        font-size: 48px;
        line-height: 56px;
    }
    .hero-block__description {
        margin: 0 0 40px;
        font-size: 16px;
    }
    .hero-block .button {
        margin: 0 0 48px;
    }
    .hero-block__data {
        margin: 0;
    }
    .hero-block__data__item {
        align-items: center;
        font-size: 14px;
    }
    .homepage-row {
        flex-direction: column;
    }
    .homepage-row__image {
        height: 300px;
        max-width: 100%;
        min-width: unset;
    }
    .post-listing {
        grid-template-columns: 1fr 1fr;
    }
    .sitemaps-wrap {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .related-posts__length-3 .related-posts__grid {
        grid-template-columns: 1fr 1fr;
    }

    .company-employees {
        grid-template-columns: 1fr 1fr;
    }

    .why-us__grid {
        grid-template-columns: 1fr 1fr;
    }

    .services-grid__title {
        font-size: 30px;
        margin-top: 30px;
    }
    .services-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 1040px){
    .hero-block__image {
        display: none;
    }
    .homepage__block-cards__title {
        flex-direction: column;
        gap: 24px;
    }

    .about-text {
        flex-direction: column;
        gap: 10px;
    }
    .about-text p:first-child {
        max-width: 100%;
    }
    
    .custom-contents {
        flex-wrap: wrap;
        gap: 10px;
    }
    .custom-contents a {
        padding: 10px 14px;
        font-size: 14px;
    }

    .block-reviews__grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .about-services__items {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 960px){
    .hero-block::after {
        left: 0;
        width: 100%;
    }
    .blog-article {
        display: flex;
        flex-direction: column;
        gap: 34px;
    }
    .blog-header {
        flex-direction: column-reverse;
    }
    .content-list__title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .content-list__title:hover {
        cursor: pointer;
    }
    .content-list__title i {
        display: block;
        height: 8px;
        width: 8px;
        border-right: 1px solid #919998;
        border-bottom: 1px solid #919998;
        transform: rotate(225deg);
    }
}

@media screen and (max-width: 900px){

    .form-content {
        margin: 0 -16px 40px;
        border-radius: 0;
    }
    .form-content__form {
        padding: 30px;
    }
    .form-content__content {
        padding: 30px;
        max-width: 100%;
    }
    .form-content__content::after {
        clip-path: polygon(-800% 0%, 50% 100%, 900% 0%);
    }
    .form-content__grid {
        flex-direction: column;
    }

    .form-content--sm {
        margin: inherit;
        border-radius: 20px;
    }
    .form-content--sm .form-content__grid {
        flex-direction: row;
    }

    .page-additional {
        flex-direction: column;
    }

    .footer__topbar,
    .footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

@media screen and (max-width: 840px){
    #wpadminbar.mobile {
        display: none !important;
    }
    /*.header__wrapper {
        padding: 32px;
    }*/
    .container {
        padding: 0 16px;
    }
    .button {
        font-size: 16px;
    }
    .hero-block {
        position: relative;
        padding: 168px 0 56px 32px;
        margin: 0 16px 96px;
    }
    .hero-block__title h1 {
        margin: 0 0 24px;
        font-size: 48px;
    }
    .hero-block__description {
        margin: 0 0 40px;
        font-size: 16px;
    }
    .hero-block__data {
        margin: 0;
        flex-direction: column;
    }
    .homepage__block-cards {
        margin: 0 0 66px;
        padding: 66px 0;
    }
    .homepage__block-cards::after {
        content: '';
        position: absolute;
        top: -62px;
        left: 16px;
        width: calc(100% - 32px);
        height: 122px;
    }
    .homepage__block-cards::before {
        bottom: -66px;
        left: 16px;
        width: calc(100% - 32px);
        height: 122px;
    }
    
    .homepage__block-cards__title h2 {
        font-size: 40px;
    }
    .homepage__block-cards__title h2 br {
        display: none;
    }
    .homepage__block-cards__description {
        font-size: 16px;
        margin: 0;
    }
    .homepage__block-cards__title {
        margin: 0 0 36px;
    }
    .hero-block__data__item {
        flex-direction: row;
    }

    .header__lang {
        display: none;
    }

    .post-author__meta {
        flex-direction: column;
        gap: 8px;
    }
    
    .footer {
        padding: 32px 24px;
    }
    .footer .container {
        padding: 0;
    }
    .footer__topbar__menu {
        flex-direction: column;
        align-items: center;
        align-items: flex-start;
    }
}

@media screen and (max-width: 740px){
    .homepage__block-cards__list,
    .post-listing {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .breadcrumbs-wrapper {
        display: none;
    }
    .breadcrumbs-wrapper--mobile {
        display: flex;
        justify-content: flex-start;
        margin: 0 0 10px;
    }
    .breadcrumbs-wrapper--mobile a {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        color: #43786b;
        text-decoration: none;
    }
    .breadcrumbs-wrapper--mobile i {
        display: block;
        height: 16px;
        width: 20px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9ImEiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjA3NiA1LjYxN0ExIDEgMCAwIDEgNCA1aDEwYTcgNyAwIDAgMSAwIDE0SDVhMSAxIDAgMCAxIDAtMmg5YTUgNSAwIDAgMCAwLTEwSDYuNDE0bDEuNzkzIDEuNzkzYTEgMSAwIDAgMS0xLjQxNCAxLjQxNGwtMy41LTMuNWExIDEgMCAwIDEtLjIxNy0xLjA5eiIgZmlsbD0iIzAwMCIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjNDM3ODZCIiBkPSJNMCAwaDI0djI0SDB6Ii8+PC9nPjwvc3ZnPg==");
    }
    .blog-header {
        padding: 0;
        gap: 0;
    }
    .blog-header__content {
        gap: 0;
        margin: 0 0 20px;
    }
    .blog-header__meta {
        align-items: center;
    }
    .blog-header__meta .blog-header__meta__read,
    .blog-header__meta .blog-header__meta__seporator,
    .blog-header__meta br {
        display: none;
    }
    .blog-header__image {
        min-width: unset;
    }
    .blog-header__title {
        margin: 0 0 20px;
        font-size: 32px;
        line-height: 1.1;
    }
    .blog-header__category {
        display: none;
    }
    .blog-header__description {
        font-size: 16px;
    }
    .author-header {
        flex-direction: column;
        gap: 30px;
    }
    .author-header__photo {
        height: 150px;
        width: 150px;
        min-width: 150px;
    }
    .download__docs-action {
        flex-direction: column;
        align-items: flex-start;
    }

    .homepage__reviews .block-reviews__title {
        font-size: 36px;    
        line-height: 1.1;
    }

    .manager__consult {
        padding: 25px;
        margin: 30px 0;
    }
    .manager__consult-title {
        font-size: 26px;
    }
    .manager__consult-grid {
        flex-direction: column;
        gap: 0;
    }

    .cards-grid {
        grid-template-columns: 1fr;
    }
    .cards-grid__item {
        padding: 25px;
    }

    .footer-grid {
        flex-direction: column;
    }
    .footer-copyright {
        order: 3;
    }
}

@media screen and (max-width: 600px){
    .header {
        top: 0;
        padding: 0 !important;
    }
    .header__wrapper {
        padding: 16px !important;
    }
    .homepage__button-wrapper {
        flex-direction: column;
        gap: 16px;
    }
    section {
        margin: 0 0 66px;
    }
    .company-experts {
        grid-template-columns: 1fr;
    }
    .related-posts__grid {
        grid-template-columns: 1fr;
    }
    .comments .comment-list .comment .top {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .comment-form__textarea {
        padding: 20px 20px 80px;
    }
    .comments form p {
        margin: 10px 0 0 10px;
    }

    .review-form {
        flex-direction: column;
        gap: 10px;
    }
    .review-form__text {
        max-width: 100%;
    }

    .consult-button {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .content-list a {
        font-size: 14px;
        /* line-height: 20px; */
    }
    .content-list li::before {
        font-size: 14px;
    }
    .homepage-row__content p {
        margin: 0 0 24px;
        font-size: 16px;
    }
    .homepage-row__content h2 {
        margin: 0 0 40px;
        font-size: 40px;
        line-height: 1.1;
    }
    .homepage-row__content h3 {
        margin: 0 0 24px;
        font-size: 28px;
        line-height: 1.1;
    }
    .homepage-row__image-block{
        padding: 24px;
        max-width: 100%;
        min-width: unset;
        margin: 0 0 30px;
    }
    .homepage-row__image-block::after,
    .homepage-row__image-block::before {
        display: none;
    }
    .homepage-row__image-block__img {
        width: 100%;
        background-size: cover;
    }
    .homepage-row__image-block__description {
        bottom: -60px;
        right: 23px;
        padding: 16px;
        max-width: calc(100% - 46px);
        width: 100%;
    }
    .homepage-row__image-block__description br {
        display: none;
    }
    .homepage-row {
        gap: 48px;
        margin: 0 0 48px;
    }
    
    .homepage__button-wrapper {
        padding: 0 16px;
    }
    .homepage__button-wrapper .button {
        padding: 22px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        justify-content: center;
    }
    .blog-header__wrapper {
        margin: 0 0 76px;
        border-radius: 0;
    }
    .blog-header__wrapper--image {
        margin-bottom: 50px;
    }

    .content-list {
        padding: 24px 8px;
    }
    .blog-article__content-row {
        flex-direction: column;
        font-size: 16px;
        line-height: 24px;
        gap: 32px;
    }
    .blog-article__content-row--col {
        flex: auto;
        max-width: 100%;
    }
    .blog-article__content p {
        margin: 0 0 32px;
        font-size: 16px;
        line-height: 24px;
    }
    .blog-article__content ol li,
    .blog-article__content ul li {
        font-size: 16px;
        line-height: 24px;
    }
    .blog-article__content .alignnone,
    .blog-article__content .alignleft,
    .blog-article__content .alignright,
    .blog-article__content .aligncenter,
    .blog-article__content .wp-caption img {
        margin: 32px 0;
    }
    .blog-article__content h2 {
        margin: 44px 0 22px;
        font-size: 30px;
        line-height: 1.1;
    }
    .blog-article__content h2:first-child {
        margin: 0 0 32px;
    }
    .blog-article__content h3 {
        margin: 40px 0 18px;
        font-size: 25px;
        line-height: 1.1;
    }
    .blog-article__content .items__list.col-2 ul,
    .blog-article__content .items__list.type-col-2 ul,
    .blog-article__content .items__list.col-3 ul,
    .blog-article__content .items__list.type-col-3 ul {
        display: block;
    }
    
    .related-posts__length-3 .related-posts__grid {
        grid-template-columns: 1fr;
    }

    .block-author-text {
        flex-direction: column;
        gap: 10px;
    }
    .block-author-text img {
        width: 100px;
    }

    .post-author__main {
        gap: 0;
    }
    .post-author img {
        display: none;
    }
    .post-author__head {
        display: flex;
        gap: 20px;
        align-items: center;
    }
    .post-author__head img {
        display: block;
    }

    .table-wrapper {
        position: relative;
        margin: 28px 0;
        overflow: scroll;
        border-radius: 16px;
        border: 1px solid #87949B;
    }
    .table-wrapper::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        max-height: 500px;
        opacity: .9;
        transition: 0.3s;
        background: radial-gradient(35.82% 31.83% at 93.58% 10.71%,#FFFFFF 0%,rgba(255,255,255,0) 100%),radial-gradient(35.82% 31.83% at 93.58% 10.71%,#FFFFFF 0%,rgba(255,255,255,0) 100%)
    }
    .table-wrapper::before {
        content: '';
        position: absolute;
        right: 30px;
        top: 30px;
        width: 30px;
        height: 30px;
        z-index: 12;
        opacity: 1;
        transition: 0.3s;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQzIDYwIiB3aWR0aD0iNDMiIGhlaWdodD0iNjAiPgoJPHRpdGxlPmltYWdlICg4KS1zdmc8L3RpdGxlPgoJPHN0eWxlPgoJCS5zMCB7IGZpbGw6ICMwMDAwMDAgfSAKCTwvc3R5bGU+Cgk8cGF0aCBpZD0iTGF5ZXIiIGNsYXNzPSJzMCIgZD0ibTM4LjMgMjEuMmgtMC40Yy0xLjkgMC0zLjUgMS4zLTQgM3EtMC4xLTAuMS0wLjItMC4xdi0yLjlxMC0wLjgtMC4zLTEuNi0wLjQtMC43LTAuOS0xLjMtMC42LTAuNi0xLjQtMC45LTAuOC0wLjMtMS42LTAuNGgtMC40Yy0yIDAtMy42IDEuNC00LjEgMy4zcTAgMC0wLjEtMC4xdi0xLjlxMC0wLjktMC4zLTEuNi0wLjMtMC44LTAuOS0xLjQtMC42LTAuNi0xLjQtMC45LTAuNy0wLjMtMS42LTAuM2gtMC40Yy0xLjkgMC0zLjYgMS40LTQgMy4ycS0wLjEgMC0wLjIgMHYtMTMuMXEwLTAuOS0wLjMtMS42LTAuMy0wLjgtMC45LTEuNC0wLjYtMC42LTEuMy0wLjktMC44LTAuMy0xLjYtMC4zaC0wLjRxLTAuOSAwLTEuNiAwLjMtMC44IDAuMy0xLjQgMC45LTAuNiAwLjYtMC45IDEuNC0wLjMgMC43LTAuMyAxLjZ2MjIuOWwtMy41IDIuNmMtMy43IDIuOC00LjMgOC4xLTEuNCAxMS43bDguOSAxMXY0LjhxMCAwLjYgMC4yIDEuMSAwLjMgMC41IDAuNiAwLjkgMC40IDAuNCAwLjkgMC42IDAuNiAwLjIgMS4xIDAuMmgyMS4zcTAuNSAwIDEtMC4yIDAuNS0wLjIgMC45LTAuNiAwLjQtMC40IDAuNi0wLjkgMC4yLTAuNSAwLjItMS4xdi00LjZxMS4xLTEuMiAxLjgtMi41IDAuOC0xLjQgMS40LTIuOCAwLjUtMS41IDAuOC0zIDAuMy0xLjUgMC4zLTMuMXYtMTUuOHEtMC4xLTAuOC0wLjQtMS42LTAuMy0wLjgtMC45LTEuMy0wLjYtMC42LTEuMy0wLjktMC44LTAuNC0xLjYtMC40eiIvPgo8L3N2Zz4=");
        background-size: contain;
        background-repeat: no-repeat;
        animation: hand-swipe 1.5s infinite
    }
    .table-wrapper.scrolled::before,
    .table-wrapper.scrolled::after {
        opacity: 0;
        z-index: -1;
    }

    @keyframes hand-swipe {
        0% {
            right: 30px
        }

        50% {
            right: 40px
        }

        100% {
            right: 30px
        }
    }
    .table-wrapper table {
        width: 100%;
        overflow: hidden;
        border-collapse: collapse;
        border-radius: 24px;
        max-width: 100%;
        min-width: 550px;
        margin: 0;
        border: none;
    }

    .form-top {
        padding: 30px 20px;
        margin: -80px 0 40px;
        border-radius: 0;
        gap: 30px;
    }
    .form-top::after {
        width: 100%;
        height: 50%;
        clip-path: polygon(-800% 0%, 50% 100%, 900% 0%);
    }
    .form-top__grid {
        flex-direction: column;
    }

    .why-us__grid {
        grid-template-columns: 1fr;
    }
    .company-employees {
        grid-template-columns: 1fr;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .business-details {
        display: block;
        margin: 0 0 150px;
    }
    .business-details__items {
        flex-direction: column;
    }

    .section-contacts {
        grid-template-columns: 1fr;
        margin: 0 0 40px;
    }
    .section-contacts__office-img img {
        max-height: 250px;
    }
    .section-contacts__form-map {
        max-height: 250px;
    }

    .block-reviews__grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .attach-doc__action {
        padding: 270px 30px 30px 30px;
    }
    .attach-doc__file {
        left: 50%;
        margin-left: -100px;
    }

    .form-content--sm .form-content__grid {
        flex-direction: column;
    }
    .form-content--sm .form-content__content {
        max-width: 100%;
    }
    .form-content--sm .form-content__form-title {
        margin-bottom: 10px;
        line-height: 1.2;
    }
    .form-content--sm .form-content__form-title span {
        line-height: 1;
    }

    .footer {
        margin: 96px 0 0;
        border-radius: 0;
    }
    .footer-menu {
        order: 2;
    }
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer__topbar .logo {
        padding: 20px 0;      
    }
    .footer__topbar {
        margin: 0 0 24px;
        gap: 0;
    }
    .footer__topbar__menu a {
        padding: 12px 0;
    }
    .footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
    }

    .about-services__items {
        padding: 30px;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 540px){
    html {
        margin-top: 0 !important;
    }
    .header {
        top: 0 !important;
        padding: 0;
    }
    .header__logo a {
        font-size: 18px;
        line-height: 1.2;
        max-width: 175px;
    }
    .header__logo a svg {
        min-width: 42px;
        height: 42px;
    }
    .header.active .header__logo a {
        color: #fff;
    }
    .scroll-button {
        right: 90px;
        bottom: 20px;
        width: 54px;
        height: 54px;
    }
    .blog-header__wrapper {
        padding: 100px 0 0;
    }
    .blog-header__wrapper::after {
        opacity: 0.7;
    }
    .blog-header__wrapper--image::after {
        opacity: 0.1;
    }
    .blog-header__wrapper .page-form {
        max-width: none;
        border-radius: 0;
        margin: 0 -20px;
    }
    /* .blog-header__image {
        height: 225px;
    } */

    .page-additional {
        gap: 30px;
        padding: 30px 0 0;
    }
    .page-reqs__item-name,
    .page-reqs__item-value {
        font-size: 14px;
    }

    .hero-block {
        margin: 0 0 56px;
        padding: 168px 16px 46px;
        border-radius: 0;
    }
    .hero-block .button {
        padding: 23px 0;
        width: 100%;
        max-width: 100%;
        justify-content: center;
    }
    .hero-block__data {
        gap: 24px;
    }
    .hero-block__data__item span {
        width: 100%;
        max-width: 40%;
        display: flex;
        justify-content: flex-end;
        gap: 24px;
        font-size: 40px;
        font-weight: 500;
        line-height: 48px;
    }
    .homepage__block-cards__list {
        margin: 0 0 48px;
    }
    .homepage__faq__title {
        margin: 0 0 24px;
        font-size: 48px;
    }
    .homepage__faq__description {
        margin: 0 0 40px;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
    }
    
    .homepage__block-cards__list .card {
        padding: 16px;
    }
    .homepage__block-cards__list .card__header {
        margin: 0;
        height: auto;
        background: #fff;
    }
    .homepage__block-cards__list .card__header picture {
        display: none;
    }
    .homepage__block-cards__list .card__content__wrapper {
        padding: 0;
    }
    .homepage__block-cards__list .card__content__wrapper .card__title {
        display: none;
    }
    .homepage__block-cards__list .card__header__flag {
        position: relative;
        justify-content: flex-start;
        top: auto;
        left: 0;
        bottom: auto;
        width: 100%;
        border-radius: 0;
        gap: 16px;
    }
    .homepage__block-cards__list .card__header__flag__title {
        display: block;
    }
    .homepage__block-cards__list .card__header__flag__title .title {
        font-size: 18px;
    }
}

@media screen and (max-width: 400px){
    .hero-block__data__item span {
        max-width: 35%;
    }
}